comparison lisp/ChangeLog.6 @ 26162:1d265c438ced

Change mail address for Noah Friedman
author Noah Friedman <friedman@splode.com>
date Mon, 25 Oct 1999 00:42:32 +0000
parents 8f14d08e19f7
children bf5f26157d70
comparison
equal deleted inserted replaced
26161:5ee4c740d412 26162:1d265c438ced
682 682
683 1996-06-23 Erik Naggum <erik@naggum.no> 683 1996-06-23 Erik Naggum <erik@naggum.no>
684 684
685 * term.el (term-exec-1): Run process on pty if possible. 685 * term.el (term-exec-1): Run process on pty if possible.
686 686
687 1996-06-23 Noah Friedman <friedman@prep.ai.mit.edu> 687 1996-06-23 Noah Friedman <friedman@splode.com>
688 688
689 * rlogin.el (rlogin): make comint-output-filter-functions local 689 * rlogin.el (rlogin): make comint-output-filter-functions local
690 before adding hooks. 690 before adding hooks.
691 691
692 1996-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 692 1996-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1263 (bookmark-send-annotation): same as above. 1263 (bookmark-send-annotation): same as above.
1264 (bookmark-locate): defalias to bookmark-insert-location for 1264 (bookmark-locate): defalias to bookmark-insert-location for
1265 backward compatibility. 1265 backward compatibility.
1266 (bookmark-version): upped to 2.6.3. 1266 (bookmark-version): upped to 2.6.3.
1267 1267
1268 1996-05-07 Noah Friedman <friedman@prep.ai.mit.edu> 1268 1996-05-07 Noah Friedman <friedman@splode.com>
1269 1269
1270 * rlogin.el (rlogin): Call rlogin-mode after adding 1270 * rlogin.el (rlogin): Call rlogin-mode after adding
1271 rlogin-carriage-filter to output filter functions, so user can 1271 rlogin-carriage-filter to output filter functions, so user can
1272 remove it if desired. 1272 remove it if desired.
1273 1273
1620 instead of `message'. 1620 instead of `message'.
1621 1621
1622 * startup.el (command-line-1): Document the C- and M- conventions 1622 * startup.el (command-line-1): Document the C- and M- conventions
1623 more completely. 1623 more completely.
1624 1624
1625 1996-04-02 Noah Friedman <friedman@prep.ai.mit.edu> 1625 1996-04-02 Noah Friedman <friedman@splode.com>
1626 1626
1627 * files.el (file-newest-backup): Return the newest backup for the 1627 * files.el (file-newest-backup): Return the newest backup for the
1628 exact file name specified, not the newest backup of all files 1628 exact file name specified, not the newest backup of all files
1629 whose names start with that substring. 1629 whose names start with that substring.
1630 1630
4095 4095
4096 * vc.el: Fix error message style. 4096 * vc.el: Fix error message style.
4097 (vc-backend-checkout, vc-backend-checkin): 4097 (vc-backend-checkout, vc-backend-checkin):
4098 Allow vc-checkin-switches and vc-checkout-switches to be a string. 4098 Allow vc-checkin-switches and vc-checkout-switches to be a string.
4099 4099
4100 1995-12-24 Noah Friedman <friedman@prep.ai.mit.edu> 4100 1995-12-24 Noah Friedman <friedman@splode.com>
4101 4101
4102 * window.el (split-window-vertically): Don't change point in old 4102 * window.el (split-window-vertically): Don't change point in old
4103 window if both the original point and the end of the buffer are 4103 window if both the original point and the end of the buffer are
4104 visible after splitting, when split-window-keep-point is nil. 4104 visible after splitting, when split-window-keep-point is nil.
4105 4105
4365 4365
4366 1995-12-20 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 4366 1995-12-20 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
4367 4367
4368 * compile.el (compilation-mode): Add autoload cookie. 4368 * compile.el (compilation-mode): Add autoload cookie.
4369 4369
4370 1995-12-19 Noah Friedman <friedman@prep.ai.mit.edu> 4370 1995-12-19 Noah Friedman <friedman@splode.com>
4371 4371
4372 * yow.el (apropos-zippy): New command. 4372 * yow.el (apropos-zippy): New command.
4373 (yow-load-message, yow-after-load-message): New constants. 4373 (yow-load-message, yow-after-load-message): New constants.
4374 (yow, read-zippyism): Use them. 4374 (yow, read-zippyism): Use them.
4375 Now KEN and BARBIE are PERMANENTLY ADDICTED to MIND-ALTERING DRUGS.. 4375 Now KEN and BARBIE are PERMANENTLY ADDICTED to MIND-ALTERING DRUGS..
5453 5453
5454 * ange-ftp.el (ange-ftp-ftp-name,ange-ftp-replace-name-component): 5454 * ange-ftp.el (ange-ftp-ftp-name,ange-ftp-replace-name-component):
5455 Use posix-string-match for complex regexp in `ange-ftp-name-format'. 5455 Use posix-string-match for complex regexp in `ange-ftp-name-format'.
5456 (ange-ftp-process-sentinel): Quote final * in buffer name match. 5456 (ange-ftp-process-sentinel): Quote final * in buffer name match.
5457 5457
5458 1995-10-27 Noah Friedman <friedman@prep.ai.mit.edu> 5458 1995-10-27 Noah Friedman <friedman@splode.com>
5459 5459
5460 * rlogin.el (rlogin): If `buffer' arg is a buffer object, 5460 * rlogin.el (rlogin): If `buffer' arg is a buffer object,
5461 initialize `buffer-name' to the buffer name. 5461 initialize `buffer-name' to the buffer name.
5462 Set `buffer' to buffer actually created or returned by 5462 Set `buffer' to buffer actually created or returned by
5463 get-buffer-create. 5463 get-buffer-create.
5846 5846
5847 1995-10-09 Richard Stallman <rms@mole.gnu.ai.mit.edu> 5847 1995-10-09 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5848 5848
5849 * xt-mouse.el: New file. 5849 * xt-mouse.el: New file.
5850 5850
5851 1995-10-09 Noah Friedman <friedman@prep.ai.mit.edu> 5851 1995-10-09 Noah Friedman <friedman@splode.com>
5852 5852
5853 * mailabbrev.el (mail-abbrev-syntax-table): Use `equal' instead of 5853 * mailabbrev.el (mail-abbrev-syntax-table): Use `equal' instead of
5854 `=', in case elts of syntax table are lists, not integers. 5854 `=', in case elts of syntax table are lists, not integers.
5855 5855
5856 1995-10-08 Erik Naggum <erik@naggum.no> 5856 1995-10-08 Erik Naggum <erik@naggum.no>
5951 1995-10-04 Andre Spiegel <spiegel@pogo.gnu.ai.mit.edu> 5951 1995-10-04 Andre Spiegel <spiegel@pogo.gnu.ai.mit.edu>
5952 5952
5953 * vc.el (vc-next-action-on-file): When locking the latest trunk 5953 * vc.el (vc-next-action-on-file): When locking the latest trunk
5954 version, use empty version number. 5954 version, use empty version number.
5955 5955
5956 1995-10-01 Noah Friedman <friedman@prep.ai.mit.edu> 5956 1995-10-01 Noah Friedman <friedman@splode.com>
5957 5957
5958 * terminal.el (te-escape): Remove spurious partial duplicate 5958 * terminal.el (te-escape): Remove spurious partial duplicate
5959 definition. 5959 definition.
5960 5960
5961 1995-10-01 Richard Stallman <rms@mole.gnu.ai.mit.edu> 5961 1995-10-01 Richard Stallman <rms@mole.gnu.ai.mit.edu>