diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 |
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 @@ | |||
| 1 | 1999-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 | |||
| 1 | 1999-11-22 Paul Eggert <eggert@twinsun.com> | 10 | 1999-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. |