Mercurial > emacs
comparison lisp/ChangeLog @ 47522:a58704d2ce3f
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 18 Sep 2002 12:05:31 +0000 |
parents | c361d424aee2 |
children | 4f7e8fd22d4b |
comparison
equal
deleted
inserted
replaced
47521:c361d424aee2 | 47522:a58704d2ce3f |
---|---|
2 | 2 |
3 * dired.el (dired-insert-directory): Never add "--dired" when | 3 * dired.el (dired-insert-directory): Never add "--dired" when |
4 listing remote directories. | 4 listing remote directories. |
5 | 5 |
6 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu> | 6 2002-09-18 Michael Kifer <kifer@cs.stonybrook.edu> |
7 | 7 |
8 * ediff-hooks.el: Put back the autoloads (for compatibility with XEmacs). | 8 * ediff-hooks.el: Put back the autoloads (for XEmacs compatibility). |
9 | 9 |
10 * ediff-init.el: Use defalias instead of fset. | 10 * ediff-init.el: Use defalias instead of fset. |
11 | 11 |
12 * ediff-util.el: Use defalias instead of fset. | 12 * ediff-util.el: Use defalias instead of fset. |
13 | 13 |
14 * viper-util.el (viper-chars-in-region): simplification. | 14 * viper-util.el (viper-chars-in-region): Simplification. |
15 | 15 |
16 * viper.el (viper-emacs-state-mode-list): added modes. | 16 * viper.el (viper-emacs-state-mode-list): Added modes. |
17 | 17 |
18 2002-09-18 Miles Bader <miles@gnu.org> | 18 2002-09-18 Miles Bader <miles@gnu.org> |
19 | 19 |
20 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer' | 20 * diff-mode.el (diff-mode): Don't evaluate `compilation-last-buffer' |
21 unless it's bound. | 21 unless it's bound. |
22 | 22 |
23 2002-09-17 Stefan Monnier <monnier@cs.yale.edu> | |
24 | |
25 * server.el (server-log): Add `client' arg. | |
26 (server-start): Don't bother canceling the sentinel. | |
27 (server-process-filter): Use replace-regexp-in-string and | |
28 handle the new &n quoting. Use push. Use server-log's new arg. | |
29 Don't output the C-x # message if `nowait'. | |
30 (server-buffer-done): Use server-log's new arg. | |
31 | |
23 2002-09-16 Markus Rost <rost@math.ohio-state.edu> | 32 2002-09-16 Markus Rost <rost@math.ohio-state.edu> |
24 | 33 |
25 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide | 34 * ls-lisp.el (ls-lisp-format-time-list): Fix type and provide :tag's. |
26 :tag's. | |
27 | 35 |
28 2002-09-16 Richard M. Stallman <rms@gnu.org> | 36 2002-09-16 Richard M. Stallman <rms@gnu.org> |
29 | 37 |
30 * play/gomoku.el (gomoku-move-up, gomoku-move-down): | 38 * play/gomoku.el (gomoku-move-up, gomoku-move-down): |
31 Use forward-line and move-to-column. | 39 Use forward-line and move-to-column. |
32 | 40 |
33 * cus-edit.el (custom-variable-backup-value): New function. | 41 * cus-edit.el (custom-variable-backup-value): New function. |
34 (custom-variable-reset-backup): New function. | 42 (custom-variable-reset-backup): New function. |
35 (custom-variable-menu): Add item for custom-variable-reset-backup. | 43 (custom-variable-menu): Add item for custom-variable-reset-backup. |
36 (custom-variable-set, custom-variable-reset-saved) | 44 (custom-variable-set, custom-variable-reset-saved) |
37 (custom-variable-reset-standard): Call custom-variable-backup-value. | 45 (custom-variable-reset-standard): Call custom-variable-backup-value. |
46 | |
47 2002-09-16 Stefan Monnier <monnier@cs.yale.edu> | |
48 | |
49 * dired.el (dired-font-lock-keywords): Use regexp-opt. | |
50 (dired-move-to-filename): Better message when we fail to find the file. | |
51 (dired-sort-toggle): Minor optimization. | |
38 | 52 |
39 2002-09-16 Juanma Barranquero <lektu@terra.es> | 53 2002-09-16 Juanma Barranquero <lektu@terra.es> |
40 | 54 |
41 * dired-aux.el (dired-add-entry): Add missing argument to | 55 * dired-aux.el (dired-add-entry): Add missing argument to |
42 `dired-mark'. | 56 `dired-mark'. |