diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-09-09 19:41:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-09-09 19:41:35 +0000 |
commit | 50332dc114224d547455c23b6121dd187c1ef910 (patch) | |
tree | 26d58fcffcc525693f5be86dec5e57e5dd29a2db /lisp | |
parent | 098d42af72da164ad9ff19c1996482a0bcbe366b (diff) | |
download | emacs-50332dc114224d547455c23b6121dd187c1ef910.tar.gz emacs-50332dc114224d547455c23b6121dd187c1ef910.tar.bz2 emacs-50332dc114224d547455c23b6121dd187c1ef910.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b37628a870..febe3862090 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,37 @@ +2002-09-09 Richard M. Stallman <rms@gnu.org> + + * calendar/calendar.el (mouse-scroll-calendar-left) + (mouse-scroll-calendar-right, mouse-calendar-other-month): + New commands. + (calendar-mode-line-format): Use them. + + * emacs-lisp/bytecomp.el (byte-recompile-directory): + Set and then bind default-directory. + + * startup.el (fancy-splash-head, normal-splash-screen): + Change the messages that explain about GNU or GNU/Linux. + + * info.el (Info-search): Add (point-min) to subfile positions + to get them right. Skip the current subfile using forward-line. + + * files.el (make-backup-file-name-1): When make-directory fails, + ignore backup-directory-alist. + (make-directory): Expand DIR before looking for handler. + +2002-09-09 Jari Aalto <jari.aalto@poboxes.com> + + * progmodes/cperl-mode.el (cperl-noscan-files-regexp): + In addition to RCS, exclude CVS directories. + + * ls-lisp.el (ls-lisp-format-time-list): New variable. + (ls-lisp-format-time): Use it. + + * files.el (auto-mode-alist): Use sh-mode for .bash files. + +2002-09-09 Dave Love <d.love@dl.ac.uk> + + * ps-print.el: Many doc fixes. + 2002-09-09 John Paul Wallington <jpw@shootybangbang.com> * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove. |