changeset 48728:ea9832f89c8f

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Dec 2002 21:41:11 +0000
parents 62ad43be82d7
children ddd01000bda9
files etc/NEWS lisp/ChangeLog src/ChangeLog
diffstat 3 files changed, 52 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Sat Dec 07 21:41:00 2002 +0000
+++ b/etc/NEWS	Sat Dec 07 21:41:11 2002 +0000
@@ -825,7 +825,7 @@
 from the file name or buffer contents.
 
 +++
-** `xml-mode' is now an alias for `smgl-mode', which has XML support.
+** `xml-mode' is now an alias for `sgml-mode', which has XML support.
 
 +++
 ** New user option `isearch-resume-enabled'.
@@ -1095,12 +1095,18 @@
 to use standout mode, however they will not be able to display
 mode-lines in inverse-video.
 
+---
 ** The obsolete C mode (c-mode.el) has been removed to avoid problems
 with Custom.
 
 
 * Lisp Changes in Emacs 21.4
 
++++
+** `load-history' can now have elements of the form (t . FUNNAME),
+which means FUNNAME was previously defined an autoload (before the
+current file redefined it).
+
 ** New Lisp library testcover.el works with edebug to help you determine
 whether you've tested all your Lisp code.  Function testcover-start
 instruments all functions in a given file.  Then test your code.  Function
@@ -1545,7 +1551,7 @@
 
 ** New function `tool-bar-local-item-from-menu'
 
-The `tool-bar-add-item-from-menu' most not be used (as previously
+The `tool-bar-add-item-from-menu' must not be used (as previously
 recommended) for making entries in the tool bar for local keymaps.
 Instead, use the function `tool-bar-local-item-from-menu', which lets
 you specify the map to use as an argument.
--- a/lisp/ChangeLog	Sat Dec 07 21:41:00 2002 +0000
+++ b/lisp/ChangeLog	Sat Dec 07 21:41:11 2002 +0000
@@ -1,3 +1,32 @@
+2002-12-07  Richard M. Stallman  <rms@gnu.org>
+
+	* progmodes/compile.el (compilation-enter-directory-regexp-alist) 
+	(compilation-leave-directory-regexp-alist): Match byte compiler output.
+
+	* emacs-lisp/cl-macs.el: Add local variable list
+	to turn off cl-function warnings.
+
+	* emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
+	elements in load-history.
+	(byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
+	and cl-struct-setf-expander.
+
+	* emacs-lisp/autoload.el (autoload-print-form-outbuf):
+	New variable.
+	(autoload-print-form): Use autoload-print-form-outbuf.
+	(generate-file-autoloads): Bind autoload-print-form-outbuf.
+
+	* calendar/calendar.el (calendar-day-name): Move defn down.
+
+	* speedbar.el (speedbar-directory-buttons-follow):
+	Don't use directory-sep-char.
+
+2002-12-06  Masatake YAMATO  <jet@gyve.org>  (tiny change)
+
+	* register.el (describe-register-1): Use window-width
+	to truncate string in a register.  Check whether the string
+	in a register is an empty string or a sequence of white spaces.
+
 2002-12-07  Andreas Schwab  <schwab@suse.de>
 
 	* faces.el (face-font-selection-order)
--- a/src/ChangeLog	Sat Dec 07 21:41:00 2002 +0000
+++ b/src/ChangeLog	Sat Dec 07 21:41:11 2002 +0000
@@ -1,3 +1,18 @@
+2002-12-07  Richard M. Stallman  <rms@gnu.org>
+
+	* minibuf.c (Fcompleting_read): Doc fix.
+
+	* lread.c (syms_of_lread) <load-history>: Doc fix.
+
+	* fileio.c (Fcopy_file): Set immediate_quit around emacs_open call.
+
+	* eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
+	autoload.
+
+	* data.c (Fdefalias): Record in load-history redefining an autoload.
+
+	* alloca.c: Undo ifdef change accidentally made on 12-04.
+
 2002-12-06  Francesco Potorti`  <pot@gnu.org>
 
 	* xfns.c (png_load): Avoid double gamma correction for PNG