aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9177a36f7dc..cb863bc4c66 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
11999-11-22 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs.c (gdb_valbits, gdb_gctypebits, gdb_emacs_intbits)
4 (gdb_data_seg_bits): New variables.
5
6 * lisp.h (enum gdb_lisp_params): Put in #if 0, since it doesn't
7 work on systems not allowing enumerators > INT_MAX, and it
8 won't work if EMACS_INT is long long.
9
11999-11-22 Paul Eggert <eggert@twinsun.com> 101999-11-22 Paul Eggert <eggert@twinsun.com>
2 11
3 Port to SunOS 4.1.x again. Help out with Alpha port. 12 Port to SunOS 4.1.x again. Help out with Alpha port.