# HG changeset patch # User Richard M. Stallman # Date 1032365684 0 # Node ID b7761880867f2332b86d19640e3fc03d4b820dd5 # Parent 211a66b3232355275b8db8ec47db2b625aca0558 *** empty log message *** diff -r 211a66b32323 -r b7761880867f etc/NEWS --- a/etc/NEWS Wed Sep 18 16:14:30 2002 +0000 +++ b/etc/NEWS Wed Sep 18 16:14:44 2002 +0000 @@ -451,6 +451,7 @@ 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 @@ * 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. diff -r 211a66b32323 -r b7761880867f lisp/ChangeLog --- a/lisp/ChangeLog Wed Sep 18 16:14:30 2002 +0000 +++ b/lisp/ChangeLog Wed Sep 18 16:14:44 2002 +0000 @@ -1,5 +1,8 @@ 2002-09-18 Richard M. Stallman + * 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. diff -r 211a66b32323 -r b7761880867f src/ChangeLog --- a/src/ChangeLog Wed Sep 18 16:14:30 2002 +0000 +++ b/src/ChangeLog Wed Sep 18 16:14:44 2002 +0000 @@ -1,3 +1,10 @@ +2002-09-18 Richard M. Stallman + + * 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 * m/alpha.h [LINUX]: Don't define DATA_START.