diff options
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 9 |
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6a3196b7561..4112f350ed9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 1999-11-22 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * calendar/calendar.el: Fix autoload for | ||
| 4 | calendar-absolute-from-astro. Add autoload for | ||
| 5 | calendar-print-astro-day-number. | ||
| 6 | |||
| 1 | 1999-11-21 Anders Lindgren <andersl@andersl.com> | 7 | 1999-11-21 Anders Lindgren <andersl@andersl.com> |
| 2 | 8 | ||
| 3 | * follow.el: Use modern backquote syntax. Minor comment update. | 9 | * follow.el: Use modern backquote syntax. Minor comment update. |
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. |