aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-09 19:41:35 +0000
committerRichard M. Stallman2002-09-09 19:41:35 +0000
commit50332dc114224d547455c23b6121dd187c1ef910 (patch)
tree26d58fcffcc525693f5be86dec5e57e5dd29a2db
parent098d42af72da164ad9ff19c1996482a0bcbe366b (diff)
downloademacs-50332dc114224d547455c23b6121dd187c1ef910.tar.gz
emacs-50332dc114224d547455c23b6121dd187c1ef910.zip
*** empty log message ***
-rw-r--r--ChangeLog7
-rw-r--r--lisp/ChangeLog34
-rw-r--r--src/ChangeLog8
3 files changed, 49 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b49305bbf1..6cdec5ee184 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
12002-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
12002-09-06 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 82002-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 @@
12002-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
212002-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
312002-09-09 Dave Love <d.love@dl.ac.uk>
32
33 * ps-print.el: Many doc fixes.
34
12002-09-09 John Paul Wallington <jpw@shootybangbang.com> 352002-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 @@
12002-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
12002-09-08 Kim F. Storm <storm@cua.dk> 92002-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.