From: Gerd Moellmann Date: Thu, 4 May 2000 21:52:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4043 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec82fb2f408fae09786d3968776a97f85364cead;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 99bbae51bb6..55f78900ed4 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2000-05-04 Gerd Moellmann + + * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'. + 2000-05-02 Eli Zaretskii * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define @@ -16,6 +20,7 @@ (lang_names): Install it. (Texinfo_suffixes): New variable. +>>>>>>> 2.24 2000-04-19 Gerd Moellmann * ebrowse.c (xmalloc, xrealloc): Rewritten. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c07806050a8..44997f90f83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2000-05-04 Gerd Moellmann + * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'. + + * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'. + * subr.el (substitute-key-definition): Clarify documentation. 2000-05-04 Milan Zamazal diff --git a/src/ChangeLog b/src/ChangeLog index 8aea17f5c14..3178d1e267d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2000-05-04 Gerd Moellmann + + * insdel.c (insert_from_buffer_1): Adjust FROM position by number + of inserted characters when BUF equals the current buffer, and PT + is in front of or equal to FROM. + 2000-05-03 Gerd Moellmann * xdisp.c (handle_single_display_prop): If display property value