diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-14 10:01:29 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-14 10:01:29 +0000 |
commit | dcca5896089d58bc1c70d0c446c592e1eb935a40 (patch) | |
tree | b62bbbb3b842bd34b4aef0b34a8db56c1c8056fc | |
parent | de6e282cbaacd4d02499099615e336185f07bd39 (diff) | |
download | emacs-dcca5896089d58bc1c70d0c446c592e1eb935a40.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 16 | ||||
-rw-r--r-- | lisp/gnus/ChangeLog | 4 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ddde522943..51ba2b75d9a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -8,6 +8,22 @@ * international/mule-cmds.el (view-hello-file): Use `view-file' instead of `find-file-read-only'. + * dired-aux.el (dired-query-alist): Fix use of character constant. + + * simple.el (backward-delete-char-untabify): Likewise. + + * strokes.el (strokes-read-complex-stroke): Likewise. + + * wid-edit.el (widget-choose): Likewise. + + * xml.el (xml-parse-elem-type): Likewise. + + * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise. + + * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise. + + * progmodes/idlwave.el (idlwave-show-begin): Likewise. + 2003-02-13 Markus Rost <rost@math.ohio-state.edu> * files.el (find-alternate-file): Undo last change. diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 66bab8d0f79..dac5290cdd1 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2003-02-14 Juanma Barranquero <lektu@terra.es> + + * mm-uu.el (mm-uu-dissect): Fix use of character constant. + 2003-02-11 Stefan Monnier <monnier@cs.yale.edu> * nntp.el (nntp-accept-process-output): Don't use point-max to get |