aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-06 23:38:11 +0000
committerGerd Moellmann2001-10-06 23:38:11 +0000
commit1a4372efcde8fc798455571d1513536beee555b6 (patch)
tree903e35a349ee43040e5bbccf8361d41b0744d818 /src
parentf28e63712d9f08242a34ad4fd23182c11b4d6461 (diff)
downloademacs-1a4372efcde8fc798455571d1513536beee555b6.tar.gz
emacs-1a4372efcde8fc798455571d1513536beee555b6.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
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