aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-18 16:14:44 +0000
committerRichard M. Stallman2002-09-18 16:14:44 +0000
commit3116d142b86da9afd877fdbab7a0d18b144242bf (patch)
treeaeed404ed1549cf75a42a7b206bda41641e0a6c0
parentdea0ee201916a98df664cb25ecb393dfd1fe204c (diff)
downloademacs-3116d142b86da9afd877fdbab7a0d18b144242bf.tar.gz
emacs-3116d142b86da9afd877fdbab7a0d18b144242bf.zip
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog7
3 files changed, 15 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fcad0c06202..cae0997a4c4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -451,6 +451,7 @@ sense for the attribute. When an attribute is de-selected by unchecking
451its check-box, then the (now ignored, but still present temporarily in 451its check-box, then the (now ignored, but still present temporarily in
452case you re-select the attribute) value is hidden. 452case you re-select the attribute) value is hidden.
453 453
454+++
454** When you set or reset a variable's value in a Customize buffer, 455** When you set or reset a variable's value in a Customize buffer,
455the previous value becomes the "backup value" of the variable. 456the previous value becomes the "backup value" of the variable.
456You can go back to that backup value by selecting "Use Backup Value" 457You can go back to that backup value by selecting "Use Backup Value"
@@ -1067,6 +1068,10 @@ with Custom.
1067 1068
1068* Lisp Changes in Emacs 21.4 1069* Lisp Changes in Emacs 21.4
1069 1070
1071** When you are printing using print-continuous-numbering,
1072if no objects have had to be recorded in print-number-table,
1073all elements of print-number-table are nil.
1074
1070** When using non-toolkit scroll bars with the default width, 1075** When using non-toolkit scroll bars with the default width,
1071the scroll-bar-width frame parameter value is nil. 1076the scroll-bar-width frame parameter value is nil.
1072 1077
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4b18ff1811e..ffed60b86af 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12002-09-18 Richard M. Stallman <rms@gnu.org> 12002-09-18 Richard M. Stallman <rms@gnu.org>
2 2
3 * Makefile.in (bootstrap-clean): Use cd to shorten arg strings.
4 Don't ignore errors in rm line.
5
3 * menu-bar.el (menu-bar-search-menu): Nicer help string. 6 * menu-bar.el (menu-bar-search-menu): Nicer help string.
4 7
5 * replace.el (occur-engine-add-prefix): Use 7 spaces. 8 * replace.el (occur-engine-add-prefix): Use 7 spaces.
diff --git a/src/ChangeLog b/src/ChangeLog
index 7f5445ed856..212040cf9cb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12002-09-18 Richard M. Stallman <rms@gnu.org>
2
3 * print.c (print): Clear out the unused parts of Vprint_number_table.
4 (syms_of_print): Doc fix for `print-number-table'.
5
6 * unexelf.c (unexec): Undo previous change.
7
12002-09-17 Andreas Schwab <schwab@suse.de> 82002-09-17 Andreas Schwab <schwab@suse.de>
2 9
3 * m/alpha.h [LINUX]: Don't define DATA_START. 10 * m/alpha.h [LINUX]: Don't define DATA_START.