aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/ChangeLog.022
-rw-r--r--lisp/erc/ChangeLog.043
2 files changed, 2 insertions, 3 deletions
diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02
index d20b6ca35a7..85914a72ae9 100644
--- a/lisp/erc/ChangeLog.02
+++ b/lisp/erc/ChangeLog.02
@@ -51,7 +51,7 @@
512002-12-29 Damien Elmes <erc@repose.cx> 512002-12-29 Damien Elmes <erc@repose.cx>
52 52
53 * erc-track.el: 53 * erc-track.el:
54 * (erc-track-get-active-buffer): remove superflous (+ arg 0) 54 * (erc-track-get-active-buffer): remove superfluous (+ arg 0)
55 55
562002-12-29 Alex Schroeder <alex@gnu.org> 562002-12-29 Alex Schroeder <alex@gnu.org>
57 57
diff --git a/lisp/erc/ChangeLog.04 b/lisp/erc/ChangeLog.04
index ff47372b8e3..97d2f01a22d 100644
--- a/lisp/erc/ChangeLog.04
+++ b/lisp/erc/ChangeLog.04
@@ -1926,7 +1926,7 @@
1926 1926
1927 * erc.el: erc-send-whitespace-lines: New variable. 1927 * erc.el: erc-send-whitespace-lines: New variable.
1928 (erc-send-current-line): Use erc-send-whitespace-lines. Also, 1928 (erc-send-current-line): Use erc-send-whitespace-lines. Also,
1929 removed superflous test for empty line in the mapc, since the 1929 removed superfluous test for empty line in the mapc, since the
1930 blank line test should find all. I do like to be able to send an 1930 blank line test should find all. I do like to be able to send an
1931 empty line when i want to! 1931 empty line when i want to!
1932 (erc-send-current-line): Check for point being in input line 1932 (erc-send-current-line): Check for point being in input line
@@ -2092,4 +2092,3 @@ See ChangeLog.03 for earlier changes.
2092;; Local Variables: 2092;; Local Variables:
2093;; coding: utf-8 2093;; coding: utf-8
2094;; End: 2094;; End:
2095