diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1b852a636ea..3e428435116 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * mail/emacsbug.el (report-emacs-bug): Mention the fact that the | ||
| 4 | bug report is mailed to an email list and posted to a news group. | ||
| 5 | |||
| 1 | 2001-01-24 Gerd Moellmann <gerd@gnu.org> | 6 | 2001-01-24 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * comint.el (comint-replace-by-expanded-history-before-point): Fix | 8 | * comint.el (comint-replace-by-expanded-history-before-point): Fix |
diff --git a/src/ChangeLog b/src/ChangeLog index b2ba438b45f..8404864476a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-01-24 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * xdisp.c (syms_of_xdisp) <Stool_bar_lines_needed>: Don't defsubr | ||
| 4 | if HAVE_WINDOW_SYSTEM isn't defined. | ||
| 5 | |||
| 1 | 2001-01-24 Gerd Moellmann <gerd@gnu.org> | 6 | 2001-01-24 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * fns.c (sweep_weak_table): Fix code taking items out of | 8 | * fns.c (sweep_weak_table): Fix code taking items out of |