aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-14 10:01:29 +0000
committerJuanma Barranquero2003-02-14 10:01:29 +0000
commitdcca5896089d58bc1c70d0c446c592e1eb935a40 (patch)
treeb62bbbb3b842bd34b4aef0b34a8db56c1c8056fc
parentde6e282cbaacd4d02499099615e336185f07bd39 (diff)
downloademacs-dcca5896089d58bc1c70d0c446c592e1eb935a40.tar.gz
emacs-dcca5896089d58bc1c70d0c446c592e1eb935a40.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog16
-rw-r--r--lisp/gnus/ChangeLog4
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 @@
8 * international/mule-cmds.el (view-hello-file): Use `view-file' 8 * international/mule-cmds.el (view-hello-file): Use `view-file'
9 instead of `find-file-read-only'. 9 instead of `find-file-read-only'.
10 10
11 * dired-aux.el (dired-query-alist): Fix use of character constant.
12
13 * simple.el (backward-delete-char-untabify): Likewise.
14
15 * strokes.el (strokes-read-complex-stroke): Likewise.
16
17 * wid-edit.el (widget-choose): Likewise.
18
19 * xml.el (xml-parse-elem-type): Likewise.
20
21 * emacs-lisp/testcover-ses.el (ses-exercise-signals): Likewise.
22
23 * progmodes/cperl-mode.el (cperl-next-bad-style): Likewise.
24
25 * progmodes/idlwave.el (idlwave-show-begin): Likewise.
26
112003-02-13 Markus Rost <rost@math.ohio-state.edu> 272003-02-13 Markus Rost <rost@math.ohio-state.edu>
12 28
13 * files.el (find-alternate-file): Undo last change. 29 * 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 @@
12003-02-14 Juanma Barranquero <lektu@terra.es>
2
3 * mm-uu.el (mm-uu-dissect): Fix use of character constant.
4
12003-02-11 Stefan Monnier <monnier@cs.yale.edu> 52003-02-11 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * nntp.el (nntp-accept-process-output): Don't use point-max to get 7 * nntp.el (nntp-accept-process-output): Don't use point-max to get