summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2001-09-18 01:20:09 +0000
committerMiles Bader <miles@gnu.org>2001-09-18 01:20:09 +0000
commit50529f513ad00bef7891a873fe9dc699e2f2bbb7 (patch)
tree9233b47b8415161cd3034177bbeecc2e1c0e23a7 /lisp
parent2b960ac0224a2107743a1408183d55bce025b7f8 (diff)
downloademacs-50529f513ad00bef7891a873fe9dc699e2f2bbb7.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/gnus/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e2ede45ddd6..5f64fd59f13 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-18 Miles Bader <miles@gnu.org>
+
+ * diff-mode.el (diff-mode): Don't make the buffer read-only if
+ it's empty (and thus probably a new patch file about to be edited).
+
2001-09-17 Gerd Moellmann <gerd@gnu.org>
* emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 97c68b01522..e241432067a 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-18 Miles Bader <miles@gnu.org>
+
+ * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
+ error querying a backend abort the whole process.
+
2001-09-17 Gerd Moellmann <gerd@gnu.org>
* gnus-srvr.el (gnus-server-mode): Doc fix.