diff options
| author | Richard M. Stallman | 2002-09-09 19:41:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-09 19:41:35 +0000 |
| commit | 50332dc114224d547455c23b6121dd187c1ef910 (patch) | |
| tree | 26d58fcffcc525693f5be86dec5e57e5dd29a2db | |
| parent | 098d42af72da164ad9ff19c1996482a0bcbe366b (diff) | |
| download | emacs-50332dc114224d547455c23b6121dd187c1ef910.tar.gz emacs-50332dc114224d547455c23b6121dd187c1ef910.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/ChangeLog | 34 | ||||
| -rw-r--r-- | src/ChangeLog | 8 |
3 files changed, 49 insertions, 0 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-09-09 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * configure.in (powerpcle-*-solaris2.5*): New configuration. | ||
| 4 | (powerpcle-*-solaris*): Use version 2.6 as default. | ||
| 5 | (*-sunos5.6*, *-solaris2.6*): New alternative. | ||
| 6 | (*-sunos5*): Use version 2.6 as default. | ||
| 7 | |||
| 1 | 2002-09-06 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 8 | 2002-09-06 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 2 | 9 | ||
| 3 | * configure.in: Fix typo. | 10 | * configure.in: Fix typo. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b37628a870..febe3862090 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,37 @@ | |||
| 1 | 2002-09-09 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * calendar/calendar.el (mouse-scroll-calendar-left) | ||
| 4 | (mouse-scroll-calendar-right, mouse-calendar-other-month): | ||
| 5 | New commands. | ||
| 6 | (calendar-mode-line-format): Use them. | ||
| 7 | |||
| 8 | * emacs-lisp/bytecomp.el (byte-recompile-directory): | ||
| 9 | Set and then bind default-directory. | ||
| 10 | |||
| 11 | * startup.el (fancy-splash-head, normal-splash-screen): | ||
| 12 | Change the messages that explain about GNU or GNU/Linux. | ||
| 13 | |||
| 14 | * info.el (Info-search): Add (point-min) to subfile positions | ||
| 15 | to get them right. Skip the current subfile using forward-line. | ||
| 16 | |||
| 17 | * files.el (make-backup-file-name-1): When make-directory fails, | ||
| 18 | ignore backup-directory-alist. | ||
| 19 | (make-directory): Expand DIR before looking for handler. | ||
| 20 | |||
| 21 | 2002-09-09 Jari Aalto <jari.aalto@poboxes.com> | ||
| 22 | |||
| 23 | * progmodes/cperl-mode.el (cperl-noscan-files-regexp): | ||
| 24 | In addition to RCS, exclude CVS directories. | ||
| 25 | |||
| 26 | * ls-lisp.el (ls-lisp-format-time-list): New variable. | ||
| 27 | (ls-lisp-format-time): Use it. | ||
| 28 | |||
| 29 | * files.el (auto-mode-alist): Use sh-mode for .bash files. | ||
| 30 | |||
| 31 | 2002-09-09 Dave Love <d.love@dl.ac.uk> | ||
| 32 | |||
| 33 | * ps-print.el: Many doc fixes. | ||
| 34 | |||
| 1 | 2002-09-09 John Paul Wallington <jpw@shootybangbang.com> | 35 | 2002-09-09 John Paul Wallington <jpw@shootybangbang.com> |
| 2 | 36 | ||
| 3 | * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove. | 37 | * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove. |
diff --git a/src/ChangeLog b/src/ChangeLog index cfb8e6c4721..1165786df57 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2002-09-09 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * regex.c (regnum_t): Use signed int, not unsigned int. | ||
| 4 | |||
| 5 | * s/sol2-6.h: New file. | ||
| 6 | |||
| 7 | * s/sol2-5.h (UNEXEC): Definition deleted. | ||
| 8 | |||
| 1 | 2002-09-08 Kim F. Storm <storm@cua.dk> | 9 | 2002-09-08 Kim F. Storm <storm@cua.dk> |
| 2 | 10 | ||
| 3 | * macros.c (executing_macro_index): Change type to EMACS_INT. | 11 | * macros.c (executing_macro_index): Change type to EMACS_INT. |