diff options
| author | Juanma Barranquero | 2003-02-18 11:21:50 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-18 11:21:50 +0000 |
| commit | af69a3b5a2e5e98bcc983915518877630db820ac (patch) | |
| tree | 1982bd261b872d4ba5db1c27a7579c784cef19ac | |
| parent | 4fb8125073b84c5f9bb3593a44089f2c91ffc6d2 (diff) | |
| download | emacs-af69a3b5a2e5e98bcc983915518877630db820ac.tar.gz emacs-af69a3b5a2e5e98bcc983915518877630db820ac.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 24 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 |
2 files changed, 29 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce3242d9a03..58bd80a756c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2003-02-18 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * help-macro.el (make-help-screen): Fix character constant. | ||
| 4 | |||
| 5 | * mouse-sel.el (mouse-sel-determine-selection-thing): Likewise. | ||
| 6 | |||
| 7 | * calc/calc-graph.el (calc-graph-plot): Likewise. | ||
| 8 | |||
| 9 | * calc/calc-prog.el (calc-macro-edit-variable): Likewise. | ||
| 10 | |||
| 11 | * emacs-lisp/edebug.el: Likewise. | ||
| 12 | |||
| 13 | * emacs-lisp/helper.el (Helper-help-scroller): Likewise. | ||
| 14 | |||
| 15 | * language/cyril-util.el (standard-display-cyrillic-translit): | ||
| 16 | Likewise. | ||
| 17 | |||
| 18 | * mail/rfc822.el (rfc822-nuke-whitespace): Likewise. | ||
| 19 | |||
| 20 | * textmodes/reftex-ref.el (reftex-reference): Likewise. | ||
| 21 | |||
| 22 | * textmodes/table.el (table-generate-source): Use ?\\ instead of | ||
| 23 | space in "work in progress" message. | ||
| 24 | |||
| 1 | 2003-02-17 Dave Love <fx@gnu.org> | 25 | 2003-02-17 Dave Love <fx@gnu.org> |
| 2 | 26 | ||
| 3 | * progmodes/ebrowse.el (ebrowse-output): Don't use gensym. | 27 | * progmodes/ebrowse.el (ebrowse-output): Don't use gensym. |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index dac5290cdd1..1783c51dc27 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-02-18 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * ietf-drums.el (ietf-drums-remove-whitespace): Fix character | ||
| 4 | constant. | ||
| 5 | |||
| 1 | 2003-02-14 Juanma Barranquero <lektu@terra.es> | 6 | 2003-02-14 Juanma Barranquero <lektu@terra.es> |
| 2 | 7 | ||
| 3 | * mm-uu.el (mm-uu-dissect): Fix use of character constant. | 8 | * mm-uu.el (mm-uu-dissect): Fix use of character constant. |