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 93a1e633fb3..6f6e166cc1c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-08-19 Gerd Moellmann <gerd@gnu.org> + + * hilit-chg.el: General cleanup of doc strings, comments and + code formatting. + 2000-08-19 Miles Bader <miles@gnu.org> * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line): diff --git a/src/ChangeLog b/src/ChangeLog index 8163d64ce16..68e26e7f547 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-08-19 Gerd Moellmann <gerd@gnu.org> + + * undo.c (record_first_change, record_marker_adjustment): Don'use + XBUFFER on last_undo_buffer which might not be a buffer. + 2000-08-18 Kenichi Handa <handa@etl.go.jp> * coding.c (decode_coding_string): Set members consumed, |