aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-05-04 21:52:38 +0000
committerGerd Moellmann2000-05-04 21:52:38 +0000
commitec82fb2f408fae09786d3968776a97f85364cead (patch)
treea6cfa0381afb82c66ff6ca99e7274596096ea4a8
parent183c2d4259578731a180ba5ce0f6c16b8350354d (diff)
downloademacs-ec82fb2f408fae09786d3968776a97f85364cead.tar.gz
emacs-ec82fb2f408fae09786d3968776a97f85364cead.zip
*** empty log message ***
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog6
3 files changed, 15 insertions, 0 deletions
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 @@
12000-05-04 Gerd Moellmann <gerd@gnu.org>
2
3 * ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
4
12000-05-02 Eli Zaretskii <eliz@is.elta.co.il> 52000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
2 6
3 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define 7 * ebrowse.c (PATH_LIST_SEPARATOR) [__MSDOS__ || WINDOWSNT]: Define
@@ -16,6 +20,7 @@
16 (lang_names): Install it. 20 (lang_names): Install it.
17 (Texinfo_suffixes): New variable. 21 (Texinfo_suffixes): New variable.
18 22
23>>>>>>> 2.24
192000-04-19 Gerd Moellmann <gerd@gnu.org> 242000-04-19 Gerd Moellmann <gerd@gnu.org>
20 25
21 * ebrowse.c (xmalloc, xrealloc): Rewritten. 26 * 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 @@
12000-05-04 Gerd Moellmann <gerd@gnu.org> 12000-05-04 Gerd Moellmann <gerd@gnu.org>
2 2
3 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
4
5 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
6
3 * subr.el (substitute-key-definition): Clarify documentation. 7 * subr.el (substitute-key-definition): Clarify documentation.
4 8
52000-05-04 Milan Zamazal <pdm@freesoft.cz> 92000-05-04 Milan Zamazal <pdm@freesoft.cz>
diff --git a/src/ChangeLog b/src/ChangeLog
index 8aea17f5c14..3178d1e267d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12000-05-04 Gerd Moellmann <gerd@gnu.org>
2
3 * insdel.c (insert_from_buffer_1): Adjust FROM position by number
4 of inserted characters when BUF equals the current buffer, and PT
5 is in front of or equal to FROM.
6
12000-05-03 Gerd Moellmann <gerd@gnu.org> 72000-05-03 Gerd Moellmann <gerd@gnu.org>
2 8
3 * xdisp.c (handle_single_display_prop): If display property value 9 * xdisp.c (handle_single_display_prop): If display property value