]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Sep 2002 16:14:44 +0000 (16:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Sep 2002 16:14:44 +0000 (16:14 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index fcad0c062028ad5718d72d2e3469f65f348f5c31..cae0997a4c4fdd3c19a1a88fa9790e571d44686b 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -451,6 +451,7 @@ sense for the attribute.  When an attribute is de-selected by unchecking
 its check-box, then the (now ignored, but still present temporarily in
 case you re-select the attribute) value is hidden.
 
++++
 ** When you set or reset a variable's value in a Customize buffer,
 the previous value becomes the "backup value" of the variable.
 You can go back to that backup value by selecting "Use Backup Value"
@@ -1067,6 +1068,10 @@ with Custom.
 \f
 * Lisp Changes in Emacs 21.4
 
+** When you are printing using print-continuous-numbering,
+if no objects have had to be recorded in print-number-table,
+all elements of print-number-table are nil.
+
 ** When using non-toolkit scroll bars with the default width,
 the scroll-bar-width frame parameter value is nil.
 
index 4b18ff1811e9b23b74604124deb81d7066507bd6..ffed60b86af0676e31d35750106e816f87dbf46b 100644 (file)
@@ -1,5 +1,8 @@
 2002-09-18  Richard M. Stallman  <rms@gnu.org>
 
+       * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
+       Don't ignore errors in rm line.
+
        * menu-bar.el (menu-bar-search-menu): Nicer help string.
 
        * replace.el (occur-engine-add-prefix): Use 7 spaces.
index 7f5445ed85697955cc6bf6e3ea4325333989d6bc..212040cf9cb4a770a5c72fbede584ebadef34849 100644 (file)
@@ -1,3 +1,10 @@
+2002-09-18  Richard M. Stallman  <rms@gnu.org>
+
+       * print.c (print): Clear out the unused parts of Vprint_number_table.
+       (syms_of_print): Doc fix for `print-number-table'.
+
+       * unexelf.c (unexec): Undo previous change.
+
 2002-09-17  Andreas Schwab  <schwab@suse.de>
 
        * m/alpha.h [LINUX]: Don't define DATA_START.