diff options
| author | Richard M. Stallman | 2002-09-18 16:14:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-18 16:14:44 +0000 |
| commit | 3116d142b86da9afd877fdbab7a0d18b144242bf (patch) | |
| tree | aeed404ed1549cf75a42a7b206bda41641e0a6c0 | |
| parent | dea0ee201916a98df664cb25ecb393dfd1fe204c (diff) | |
| download | emacs-3116d142b86da9afd877fdbab7a0d18b144242bf.tar.gz emacs-3116d142b86da9afd877fdbab7a0d18b144242bf.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
3 files changed, 15 insertions, 0 deletions
| @@ -451,6 +451,7 @@ sense for the attribute. When an attribute is de-selected by unchecking | |||
| 451 | its check-box, then the (now ignored, but still present temporarily in | 451 | its check-box, then the (now ignored, but still present temporarily in |
| 452 | case you re-select the attribute) value is hidden. | 452 | case 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, |
| 455 | the previous value becomes the "backup value" of the variable. | 456 | the previous value becomes the "backup value" of the variable. |
| 456 | You can go back to that backup value by selecting "Use Backup Value" | 457 | You 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, | ||
| 1072 | if no objects have had to be recorded in print-number-table, | ||
| 1073 | all 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, |
| 1071 | the scroll-bar-width frame parameter value is nil. | 1076 | the 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 @@ | |||
| 1 | 2002-09-18 Richard M. Stallman <rms@gnu.org> | 1 | 2002-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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-09-17 Andreas Schwab <schwab@suse.de> | 8 | 2002-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. |