diff options
| author | Lute Kamstra | 2005-04-29 13:17:49 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-04-29 13:17:49 +0000 |
| commit | 57efa5398d7cc43fb2b58860793737cd924cfa21 (patch) | |
| tree | 8683b9aa5add7d1274238a9e54762f2a39e861f1 | |
| parent | 74919c6f6a62a12b7dafdb344e27c57a67b80192 (diff) | |
| download | emacs-57efa5398d7cc43fb2b58860793737cd924cfa21.tar.gz emacs-57efa5398d7cc43fb2b58860793737cd924cfa21.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/ChangeLog | 6 |
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 @@ | |||
| 1 | 2005-04-29 Lute Kamstra <lute@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/generic.el: Improve commentary section. | ||
| 4 | (define-generic-mode): Improve docstring. | ||
| 5 | |||
| 1 | 2005-04-29 Carsten Dominik <dominik@science.uva.nl> | 6 | 2005-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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-04-28 Lute Kamstra <lute@gnu.org> | 7 | 2005-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. |