aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-07-18 16:21:46 +0000
committerDave Love2000-07-18 16:21:46 +0000
commitf8276b77a7bcd7115fcba19fe8afec630ed8f927 (patch)
tree6d181c278c2867dfb4640fc5970d78a0d36c6884
parentbbcf05c167ded057594934bafd606098f19d0383 (diff)
downloademacs-f8276b77a7bcd7115fcba19fe8afec630ed8f927.tar.gz
emacs-f8276b77a7bcd7115fcba19fe8afec630ed8f927.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog11
-rw-r--r--src/ChangeLog5
2 files changed, 15 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index af1f3e59806..25cea086cb8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12000-07-18 Dave Love <fx@gnu.org>
2
3 * cus-edit.el (custom-variable-reset-saved)
4 (custom-variable-reset-standard): Remove unused bindings.
5
6 * rect.el (open-rectangle-line): Remove unused let.
7
8 * hl-line.el (hl-line-highlight): Check hl-line-mode.
9
12000-07-18 Gerd Moellmann <gerd@gnu.org> 102000-07-18 Gerd Moellmann <gerd@gnu.org>
2 11
3 * cdl.el: Fix `Maintainer' keyword. 12 * cdl.el: Fix `Maintainer' keyword.
@@ -56,7 +65,7 @@
56 65
572000-07-16 John Wiegley <johnw@gnu.org> 662000-07-16 John Wiegley <johnw@gnu.org>
58 67
59 * lisp/align.el (align-newline-and-indent): Adding new function 68 * lisp/align.el (align-newline-and-indent): Adding new function.
60 for auto-aligning blocks of code on RET. 69 for auto-aligning blocks of code on RET.
61 (align-region): Fixed badly formatted minibuffer message. 70 (align-region): Fixed badly formatted minibuffer message.
62 71
diff --git a/src/ChangeLog b/src/ChangeLog
index eb09468a8fc..84bea05108c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12000-07-18 Dave Love <fx@gnu.org>
2
3 * Makefile.in: Fix dependencies of blockinput.h on atimer.h,
4 systime.h.
5
12000-07-18 Gerd Moellmann <gerd@gnu.org> 62000-07-18 Gerd Moellmann <gerd@gnu.org>
2 7
3 * alloc.c (allocate_string_data): If string had already data 8 * alloc.c (allocate_string_data): If string had already data