aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/ChangeLog.0210
-rw-r--r--lisp/erc/erc-truncate.el2
2 files changed, 6 insertions, 6 deletions
diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02
index f7ade03aee1..d46a57b18c6 100644
--- a/lisp/erc/ChangeLog.02
+++ b/lisp/erc/ChangeLog.02
@@ -162,7 +162,7 @@
162 162
163 * erc.el(erc-truncate-buffer-on-save): 163 * erc.el(erc-truncate-buffer-on-save):
164 Removed documentation that 164 Removed documentation that
165 described behaviour now changed. It used to say "When nil, no 165 described behavior now changed. It used to say "When nil, no
166 buffer is ever truncated." This is no longer true; even when 166 buffer is ever truncated." This is no longer true; even when
167 buffers are NOT truncated on save, they can be truncated, eg. by 167 buffers are NOT truncated on save, they can be truncated, eg. by
168 adding erc-truncate-buffer to the hook. 168 adding erc-truncate-buffer to the hook.
@@ -1916,7 +1916,7 @@
1916 Fix C-c C-t to not include the nick/time info 1916 Fix C-c C-t to not include the nick/time info
1917 (both from antifuchs) 1917 (both from antifuchs)
1918 1918
1919 * erc-complete.el: Fix for xemacs elt behaviour 1919 * erc-complete.el: Fix for xemacs elt behavior
1920 1920
19212002-04-17 John Wiegley <johnw@gnu.org> 19212002-04-17 John Wiegley <johnw@gnu.org>
1922 1922
@@ -1970,7 +1970,7 @@
19702002-04-11 Mario Lang <mlang@delysid.org> 19702002-04-11 Mario Lang <mlang@delysid.org>
1971 1971
1972 * erc-track.el: 1972 * erc-track.el:
1973 try to fix behaviour when used with different frames. 1973 try to fix behavior when used with different frames.
1974 1974
19752002-04-09 Mario Lang <mlang@delysid.org> 19752002-04-09 Mario Lang <mlang@delysid.org>
1976 1976
@@ -2162,7 +2162,7 @@
2162 * erc-match.el: 2162 * erc-match.el:
2163 Minor fix related to hook call method change (-until-seccess now) 2163 Minor fix related to hook call method change (-until-seccess now)
2164 2164
2165 * erc.el: fixed ctcp behaviour abit (with auto-query on) 2165 * erc.el: fixed ctcp behavior abit (with auto-query on)
2166 2166
2167 * erc-list.el: ChanList mode. 2167 * erc-list.el: ChanList mode.
2168 Load it, and type M-x erc-chanlist RET 2168 Load it, and type M-x erc-chanlist RET
@@ -2396,7 +2396,7 @@
23962002-01-30 Andreas Fuchs <asf@void.at> 23962002-01-30 Andreas Fuchs <asf@void.at>
2397 2397
2398 * erc.el: 2398 * erc.el:
2399 * erc-send-current-line: fix behaviour where buffer changes. 2399 * erc-send-current-line: fix behavior where buffer changes.
2400 * erc-mark-message: fix stupid face bug. highlighting of pals should work now. 2400 * erc-mark-message: fix stupid face bug. highlighting of pals should work now.
2401 2401
2402 * erc-ring.el, erc.el: 2402 * erc-ring.el, erc.el:
diff --git a/lisp/erc/erc-truncate.el b/lisp/erc/erc-truncate.el
index 0737fb1a0b7..02641c70a36 100644
--- a/lisp/erc/erc-truncate.el
+++ b/lisp/erc/erc-truncate.el
@@ -70,7 +70,7 @@ region is logged if `erc-logging-enabled' returns non-nil."
70 (set-buffer buffer) 70 (set-buffer buffer)
71 ;; Note that when erc-insert-post-hook runs, the buffer is 71 ;; Note that when erc-insert-post-hook runs, the buffer is
72 ;; narrowed to the new message. So do this delicate widening. 72 ;; narrowed to the new message. So do this delicate widening.
73 ;; I am not sure, I think this was not recommended behaviour in 73 ;; I am not sure, I think this was not recommended behavior in
74 ;; Emacs 20. 74 ;; Emacs 20.
75 (save-restriction 75 (save-restriction
76 (widen) 76 (widen)