aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-06 23:38:11 +0000
committerGerd Moellmann2001-10-06 23:38:11 +0000
commit1a4372efcde8fc798455571d1513536beee555b6 (patch)
tree903e35a349ee43040e5bbccf8361d41b0744d818
parentf28e63712d9f08242a34ad4fd23182c11b4d6461 (diff)
downloademacs-1a4372efcde8fc798455571d1513536beee555b6.tar.gz
emacs-1a4372efcde8fc798455571d1513536beee555b6.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog16
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 @@
12001-10-07 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
4 Remove.
5
12001-10-05 Richard M. Stallman <rms@gnu.org> 62001-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 @@
12001-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
12001-10-06 Miles Bader <miles@gnu.org> 172001-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