Mercurial > emacs
comparison lisp/ChangeLog @ 47340:a90945b89c99
Notify a change in files.el. On the occasion, fix some indentations;
e.g., replace spaces by a tab.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Mon, 09 Sep 2002 20:32:18 +0000 |
parents | 03f141eea602 |
children | afa312d08c82 |
comparison
equal
deleted
inserted
replaced
47339:460ac585d2a2 | 47340:a90945b89c99 |
---|---|
1 2002-09-09 Markus Rost <rost@math.ohio-state.edu> | |
2 | |
3 * files.el (save-some-buffers-action-alist): Use lower case for | |
4 help string of diff-buffer-with-file. | |
5 | |
1 2002-09-09 Richard M. Stallman <rms@gnu.org> | 6 2002-09-09 Richard M. Stallman <rms@gnu.org> |
2 | 7 |
3 * calendar/calendar.el (mouse-scroll-calendar-left) | 8 * calendar/calendar.el (mouse-scroll-calendar-left) |
4 (mouse-scroll-calendar-right, mouse-calendar-other-month): | 9 (mouse-scroll-calendar-right, mouse-calendar-other-month): |
5 New commands. | 10 New commands. |
18 ignore backup-directory-alist. | 23 ignore backup-directory-alist. |
19 (make-directory): Expand DIR before looking for handler. | 24 (make-directory): Expand DIR before looking for handler. |
20 | 25 |
21 2002-09-09 Jari Aalto <jari.aalto@poboxes.com> | 26 2002-09-09 Jari Aalto <jari.aalto@poboxes.com> |
22 | 27 |
23 * progmodes/cperl-mode.el (cperl-noscan-files-regexp): | 28 * progmodes/cperl-mode.el (cperl-noscan-files-regexp): |
24 In addition to RCS, exclude CVS directories. | 29 In addition to RCS, exclude CVS directories. |
25 | 30 |
26 * ls-lisp.el (ls-lisp-format-time-list): New variable. | 31 * ls-lisp.el (ls-lisp-format-time-list): New variable. |
27 (ls-lisp-format-time): Use it. | 32 (ls-lisp-format-time): Use it. |
28 | 33 |
29 * files.el (auto-mode-alist): Use sh-mode for .bash files. | 34 * files.el (auto-mode-alist): Use sh-mode for .bash files. |
30 | 35 |
31 2002-09-09 Dave Love <d.love@dl.ac.uk> | 36 2002-09-09 Dave Love <d.love@dl.ac.uk> |
32 | 37 |
33 * ps-print.el: Many doc fixes. | 38 * ps-print.el: Many doc fixes. |
34 | 39 |
7700 2002-02-17 Colin Walters <walters@verbum.org> | 7705 2002-02-17 Colin Walters <walters@verbum.org> |
7701 | 7706 |
7702 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work. | 7707 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work. |
7703 | 7708 |
7704 * ibuffer.el (ibuffer-truncate-lines): New option. | 7709 * ibuffer.el (ibuffer-truncate-lines): New option. |
7705 (ibuffer-mode): Use it. | 7710 (ibuffer-mode): Use it. |
7706 | 7711 |
7707 2002-02-17 Kim F. Storm <storm@cua.dk> | 7712 2002-02-17 Kim F. Storm <storm@cua.dk> |
7708 | 7713 |
7709 * cus-start.el: Add mouse-highlight. | 7714 * cus-start.el: Add mouse-highlight. |
7710 | 7715 |