diff options
| author | Gerd Moellmann | 2001-10-06 23:38:11 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-10-06 23:38:11 +0000 |
| commit | 1a4372efcde8fc798455571d1513536beee555b6 (patch) | |
| tree | 903e35a349ee43040e5bbccf8361d41b0744d818 | |
| parent | f28e63712d9f08242a34ad4fd23182c11b4d6461 (diff) | |
| download | emacs-1a4372efcde8fc798455571d1513536beee555b6.tar.gz emacs-1a4372efcde8fc798455571d1513536beee555b6.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 16 |
2 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dd672f13457..3adf1be407d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-10-07 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum): | ||
| 4 | Remove. | ||
| 5 | |||
| 1 | 2001-10-05 Richard M. Stallman <rms@gnu.org> | 6 | 2001-10-05 Richard M. Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * add-log.el (add-change-log-entry): Skip copyright notice | 8 | * add-log.el (add-change-log-entry): Skip copyright notice |
diff --git a/src/ChangeLog b/src/ChangeLog index 793ee81203d..5db1eaebba5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2001-10-07 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * bytecode.c (syms_of_bytecode) [BYTE_CODE_METER]: Doc fix. | ||
| 4 | (METER_CODE, Fbyte_code): Use MOST_POSITIVE_FIXNUM. | ||
| 5 | |||
| 6 | * alloc.c (inhibit_garbage_collection): Simplify. | ||
| 7 | (Fmemory_use_counts): Ditto. | ||
| 8 | |||
| 9 | * data.c (most_positive_fixnum, most_negative_fixnum): New | ||
| 10 | variables. | ||
| 11 | (syms_of_data): DEFVAR_INT most-positive-fixnum and | ||
| 12 | most-negative-fixnum. | ||
| 13 | |||
| 14 | * lisp.h (MOST_NEGATIVE_FIXNUM, MOST_POSITIVE_FIXNUM) | ||
| 15 | (FIXNUM_OVERFLOW_P): New macros. | ||
| 16 | |||
| 1 | 2001-10-06 Miles Bader <miles@gnu.org> | 17 | 2001-10-06 Miles Bader <miles@gnu.org> |
| 2 | 18 | ||
| 3 | * xterm.h (struct x_output): Add scroll_bar_top_shadow_pixel and | 19 | * xterm.h (struct x_output): Add scroll_bar_top_shadow_pixel and |