aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-04-29 13:17:49 +0000
committerLute Kamstra2005-04-29 13:17:49 +0000
commit57efa5398d7cc43fb2b58860793737cd924cfa21 (patch)
tree8683b9aa5add7d1274238a9e54762f2a39e861f1
parent74919c6f6a62a12b7dafdb344e27c57a67b80192 (diff)
downloademacs-57efa5398d7cc43fb2b58860793737cd924cfa21.tar.gz
emacs-57efa5398d7cc43fb2b58860793737cd924cfa21.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lispref/ChangeLog6
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f809abd6b4f..02b88760610 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-04-29 Lute Kamstra <lute@gnu.org>
2
3 * emacs-lisp/generic.el: Improve commentary section.
4 (define-generic-mode): Improve docstring.
5
12005-04-29 Carsten Dominik <dominik@science.uva.nl> 62005-04-29 Carsten Dominik <dominik@science.uva.nl>
2 7
3 * textmodes/org.el (many places): Change to quiet the byte compiler. 8 * textmodes/org.el (many places): Change to quiet the byte compiler.
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index f4d067aa407..7ac69cc04af 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,9 @@
12005-04-29 Lute Kamstra <lute@gnu.org>
2
3 * modes.texi (Generic Modes): New node.
4 (Major Modes): Add it to the menu.
5 (Derived Modes): Add "derived mode" to concept index.
6
12005-04-28 Lute Kamstra <lute@gnu.org> 72005-04-28 Lute Kamstra <lute@gnu.org>
2 8
3 * modes.texi (Defining Minor Modes): Fix previous change. 9 * modes.texi (Defining Minor Modes): Fix previous change.