]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Sep 2002 19:41:35 +0000 (19:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Sep 2002 19:41:35 +0000 (19:41 +0000)
ChangeLog
lisp/ChangeLog
src/ChangeLog

index 3b49305bbf17f0d13bf8b8fafa125a8f289ff58a..6cdec5ee184d4e6c0558f3bd769c1abaa7389025 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-09-09  Richard M. Stallman  <rms@gnu.org>
+
+       * configure.in (powerpcle-*-solaris2.5*): New configuration.
+       (powerpcle-*-solaris*): Use version 2.6 as default.
+       (*-sunos5.6*, *-solaris2.6*): New alternative.
+       (*-sunos5*): Use version 2.6 as default.
+
 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * configure.in: Fix typo.
index 4b37628a87036de3d135115e0eff6cb2068ad887..febe3862090b6b8296fbd13afb6174a24277209b 100644 (file)
@@ -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.
index cfb8e6c4721607b7f699544290abd72ccf96bf5d..1165786df57f1c5bc34cd1aa8018e94e3a75104f 100644 (file)
@@ -1,3 +1,11 @@
+2002-09-09  Richard M. Stallman  <rms@gnu.org>
+
+       * regex.c (regnum_t): Use signed int, not unsigned int.
+
+       * s/sol2-6.h: New file.
+
+       * s/sol2-5.h (UNEXEC): Definition deleted.
+
 2002-09-08  Kim F. Storm  <storm@cua.dk>
 
        * macros.c (executing_macro_index): Change type to EMACS_INT.