diff options
-rw-r--r-- | lisp/ChangeLog | 3 | ||||
-rw-r--r-- | src/ChangeLog | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 06d8f90462e..d4ccd683a7b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-01-11 Gerd Moellmann <gerd@gnu.org> + * tmm.el (tmm-shortcut): Delete region after prompt instead + of erasing buffer. + * textmodes/fill.el (fill-common-string-prefix): New function. (fill-context-prefix): Use the longest common substring of both prefixes, if there is one. diff --git a/src/ChangeLog b/src/ChangeLog index c9ae48b16e0..f79bfdea91f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-01-11 Gerd Moellmann <gerd@gnu.org> + + * .gdbinit: Adapt to new strings. Add xbacktrace, xreload, + xprintsym. + 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu> * minibuf.c (Ftry_completion): Doc fix. @@ -9531,10 +9536,6 @@ Sun Jan 3 08:41:10 1999 Masatake Yamato <masata-y@is.aist-nara.ac.jp> * xfaces.c (Fset_face_attribute_internal): Allow nil relief to mean a zero relief. - * .gdbinit (xprintsym): Print a symbol. - (xbacktrace): Print a backtrace of Lisp function calls from - backtrace_list. - 1997-11-19 Gerd Moellmann <gerd@acm.org> * dispnew.c (new_glyph_matrix): Increment glyph_matrix_count |