# HG changeset patch # User Richard M. Stallman # Date 1031600495 0 # Node ID 03f141eea60266fdb56cfc70dbd9b4808aed5b48 # Parent a4b9dff21d74743cd405768b6ca3dc202fe5c8b3 *** empty log message *** diff -r a4b9dff21d74 -r 03f141eea602 ChangeLog --- a/ChangeLog Mon Sep 09 19:41:30 2002 +0000 +++ b/ChangeLog Mon Sep 09 19:41:35 2002 +0000 @@ -1,3 +1,10 @@ +2002-09-09 Richard M. Stallman + + * 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,b_(Bjohann * configure.in: Fix typo. diff -r a4b9dff21d74 -r 03f141eea602 lisp/ChangeLog --- a/lisp/ChangeLog Mon Sep 09 19:41:30 2002 +0000 +++ b/lisp/ChangeLog Mon Sep 09 19:41:35 2002 +0000 @@ -1,3 +1,37 @@ +2002-09-09 Richard M. Stallman + + * 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 + + * 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 + + * ps-print.el: Many doc fixes. + 2002-09-09 John Paul Wallington * play/doctor.el (doctor-cadr, doctor-caddr, doctor-cddr): Remove. diff -r a4b9dff21d74 -r 03f141eea602 src/ChangeLog --- a/src/ChangeLog Mon Sep 09 19:41:30 2002 +0000 +++ b/src/ChangeLog Mon Sep 09 19:41:35 2002 +0000 @@ -1,3 +1,11 @@ +2002-09-09 Richard M. Stallman + + * 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 * macros.c (executing_macro_index): Change type to EMACS_INT.