Mercurial > emacs
comparison lisp/ChangeLog @ 43342:54b7d7a369a0
*** empty log message ***
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 16 Feb 2002 09:53:29 +0000 |
parents | b38653bd5e04 |
children | 1230529aa3ae |
comparison
equal
deleted
inserted
replaced
43341:030bfb08056e | 43342:54b7d7a369a0 |
---|---|
1 2002-02-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | |
2 | |
3 * eshell/em-alias.el (eshell-alias-initialize): Do not use | |
4 make-local-hook. | |
5 | |
6 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise. | |
7 | |
8 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise. | |
9 | |
10 * eshell/em-glob.el (eshell-glob-initialize): Likewise. | |
11 | |
12 * eshell/em-hist.el (eshell-hist-initialize): Likewise. | |
13 | |
14 * eshell/em-pred.el (eshell-pred-initialize): Likewise. | |
15 | |
16 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise. | |
17 | |
18 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise. | |
19 | |
20 * eshell/em-smart.el (eshell-smart-initialize): Likewise. | |
21 | |
22 * eshell/em-unix.el (eshell-unix-initialize): Likewise. | |
23 | |
24 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise. | |
25 | |
26 * eshell/esh-ext.el (eshell-ext-initialize): Likewise. | |
27 | |
28 * eshell/esh-io.el (eshell-io-initialize): Likewise. | |
29 | |
30 * eshell/esh-mode.el (eshell-mode): Likewise. | |
31 | |
32 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise. | |
33 | |
34 * eshell/esh-var.el (eshell-var-initialize): Likewise. | |
35 | |
1 2002-02-16 John Wiegley <johnw@gnu.org> | 36 2002-02-16 John Wiegley <johnw@gnu.org> |
2 | 37 |
3 * eshell/em-hist.el (eshell-hist-initialize): When in the | 38 * eshell/em-hist.el (eshell-hist-initialize): When in the |
4 minibuffer, use the global value of `eshell-history-ring', and | 39 minibuffer, use the global value of `eshell-history-ring', and |
5 never save it to disk, or ask to save it to disk. This allows | 40 never save it to disk, or ask to save it to disk. This allows |
723 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate | 758 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate |
724 slash if DIR is just slash. | 759 slash if DIR is just slash. |
725 | 760 |
726 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition. | 761 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition. |
727 | 762 |
728 >>>>>>> 1.3409 | |
729 2002-01-21 Richard M. Stallman <rms@gnu.org> | 763 2002-01-21 Richard M. Stallman <rms@gnu.org> |
730 | 764 |
731 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change. | 765 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change. |
732 | 766 |
733 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed): | 767 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed): |
916 * net/eudc-bob.el: New maintainer. Change author's address. | 950 * net/eudc-bob.el: New maintainer. Change author's address. |
917 (eudc-bob-mail-keymap): New keymap for e-mail addresses. | 951 (eudc-bob-mail-keymap): New keymap for e-mail addresses. |
918 (eudc-display-mail): New function. | 952 (eudc-display-mail): New function. |
919 (eudc-bob-play-sound-at-point): Remove XEmacs case. | 953 (eudc-bob-play-sound-at-point): Remove XEmacs case. |
920 | 954 |
921 >>>>>>> 1.3356 | |
922 2002-01-15 Richard M. Stallman <rms@gnu.org> | 955 2002-01-15 Richard M. Stallman <rms@gnu.org> |
923 | 956 |
924 * emacs-lisp/autoload.el (make-autoload): | 957 * emacs-lisp/autoload.el (make-autoload): |
925 Don't handle define-ibuffer-column, define-ibuffer-filter, | 958 Don't handle define-ibuffer-column, define-ibuffer-filter, |
926 define-ibuffer-sorter, and define-ibuffer-op. | 959 define-ibuffer-sorter, and define-ibuffer-op. |
1756 2001-12-21 Richard M. Stallman <rms@gnu.org> | 1789 2001-12-21 Richard M. Stallman <rms@gnu.org> |
1757 | 1790 |
1758 * apropos.el (apropos-print): SPACING is now nil or a separator string. | 1791 * apropos.el (apropos-print): SPACING is now nil or a separator string. |
1759 (apropos-documentation, apropos-value): Pass a suitable string. | 1792 (apropos-documentation, apropos-value): Pass a suitable string. |
1760 | 1793 |
1761 >>>>>>> 1.3337 | |
1762 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il> | 1794 2001-12-21 Eli Zaretskii <eliz@is.elta.co.il> |
1763 | 1795 |
1764 * dired.el (dired-free-space-program, dired-free-space-args): | 1796 * dired.el (dired-free-space-program, dired-free-space-args): |
1765 Aliases for back-compatibility. | 1797 Aliases for back-compatibility. |
1766 | 1798 |