summaryrefslogtreecommitdiff
path: root/lisp/erc
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-01-16 00:34:43 -0800
committerGlenn Morris <rgm@gnu.org>2014-01-16 00:34:43 -0800
commitd967cd184c6dff62705de16823ca92b0ceb7ba23 (patch)
tree89d905c4ff407d849b86cde7be1d5acbe57f73c0 /lisp/erc
parentc5e24e666e6bdbccdea28619849c9de646b9e799 (diff)
downloademacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.tar.gz
emacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.tar.bz2
emacs-d967cd184c6dff62705de16823ca92b0ceb7ba23.zip
ChangeLog fixes
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/ChangeLog2
-rw-r--r--lisp/erc/ChangeLog.0220
-rw-r--r--lisp/erc/ChangeLog.034
-rw-r--r--lisp/erc/ChangeLog.042
-rw-r--r--lisp/erc/ChangeLog.062
5 files changed, 16 insertions, 14 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index b5cbf56d888..6bfaa184b70 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -200,7 +200,7 @@
2012-10-04 Julien Danjou <julien@danjou.info>
- * erc-desktop-notifications.el: Rename from erc-notifications to
+ * erc-desktop-notifications.el: Rename from erc-notifications.el to
avoid clash with 8+3 filename format and erc-notify.el.
2012-09-25 Chong Yidong <cyd@gnu.org>
diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02
index 32ff17e65f6..77d4855abc2 100644
--- a/lisp/erc/ChangeLog.02
+++ b/lisp/erc/ChangeLog.02
@@ -1032,13 +1032,12 @@
* erc-autoaway.el, erc-fill.el, erc.el: erc-autoaway.el:
* new file
- erc.el:
- * Removed auto-discard-away facility (now included in erc-autoaway.el)
- * (erc-away-p): new function
+ * erc.el: Removed auto-discard-away facility (now included in
+ erc-autoaway.el)
+ (erc-away-p): new function
- erc-fill.el:
- * (erc-fill-variable): Check whether erc-timestamp-format is bound before
- using it (erc-fill.el does not require erc-stamp).
+ * erc-fill.el (erc-fill-variable): Check whether erc-timestamp-format
+ is bound before using it (erc-fill.el does not require erc-stamp).
2002-11-10 Alex Schroeder <alex@gnu.org>
@@ -1650,10 +1649,13 @@
Changed some instances of member to memq.
* erc-track.el, erc.el:
- erc.el: (erc-message-type-member): New function, used to test
+ * erc.el (erc-message-type-member): New function, used to test
for message type. Require erc-parsed text-property.
- erc-track.el: erc-track-exclude-types: New variable. Defaults to ("JOIN" "PART") right now for testing, it should eventually set to nil soon again.
- (erc-track-modified-channels): Use above fun and var to optionally exclude certain message types from channel tracking.
+ * erc-track.el (erc-track-exclude-types): New variable. Defaults
+ to ("JOIN" "PART") right now for testing, it should eventually set
+ to nil soon again.
+ (erc-track-modified-channels): Use above fun and var to optionally
+ exclude certain message types from channel tracking.
2002-05-28 Diane Murray <disumu@x3y2z1.net>
diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03
index fff3e8560cc..5f04cf8ebe5 100644
--- a/lisp/erc/ChangeLog.03
+++ b/lisp/erc/ChangeLog.03
@@ -678,7 +678,7 @@
to erc-truncate.el
* erc-truncate-buffer-on-save: moved to erc-log.el
* erc-initialize-log-marker: new function.
- erc-log.el:
+ * erc-log.el:
* erc-truncate-buffer-on-save: New defcust here; from erc.el
* erc-truncate-buffer-on-save: Put it in group `erc-log'
* erc-log-channels-directory: Remove trailing slash from
@@ -686,7 +686,7 @@
* Add functions to erc-connect-pre-hook, erc-part-hook and
erc-quit-hook to avoid getting autoloaded.
- erc-truncate.el:
+ * erc-truncate.el:
* Contains the truncation functions and defcusts from erc.el.
* define-erc-module clause added; new erc-truncate-mode.
diff --git a/lisp/erc/ChangeLog.04 b/lisp/erc/ChangeLog.04
index c82d9e5028e..07f2fa9efdc 100644
--- a/lisp/erc/ChangeLog.04
+++ b/lisp/erc/ChangeLog.04
@@ -491,7 +491,7 @@
members has been made some time ago. Clean up the various tries to
do this in the past.
- erc-macs.el: Removed. erc-members.el: Removed.
+ * erc-macs.el, erc-members.el: Removed.
2004-08-10 Jorgen Schaefer <forcer@users.sourceforge.net>
diff --git a/lisp/erc/ChangeLog.06 b/lisp/erc/ChangeLog.06
index 197fd991c76..a547da6b27c 100644
--- a/lisp/erc/ChangeLog.06
+++ b/lisp/erc/ChangeLog.06
@@ -1095,7 +1095,7 @@
`ibuffer-define-column'. Require 'ibuf-ext so that the macros
work without compiler warnings.
- * man/erc.texi (Obtaining ERC, Installation): Note that these
+ * erc.texi (Obtaining ERC, Installation): Note that these
sections may be skipped if using the version of ERC that comes
with Emacs.