aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/ChangeLog.034
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/ChangeLog.03 b/lisp/erc/ChangeLog.03
index 6fa4464b3de..30e6664dd27 100644
--- a/lisp/erc/ChangeLog.03
+++ b/lisp/erc/ChangeLog.03
@@ -1562,12 +1562,12 @@
1562 * (erc-extract-command-from-line): intern-soft the function here. 1562 * (erc-extract-command-from-line): intern-soft the function here.
1563 If the function symbol has a property 'do-not-parse-args, operate as before, 1563 If the function symbol has a property 'do-not-parse-args, operate as before,
1564 otherwise, split the arguments prior to calling the command handler. 1564 otherwise, split the arguments prior to calling the command handler.
1565 * (erc-process-input-line): Updated to accomodate the change above. 1565 * (erc-process-input-line): Updated to accommodate the change above.
1566 * (erc-send-distinguish-noncommands): Ditto. 1566 * (erc-send-distinguish-noncommands): Ditto.
1567 * (erc-cmd-NAMES): Ditto. 1567 * (erc-cmd-NAMES): Ditto.
1568 * (erc-cmd-ME): Put 'do-not-parse-args property. 1568 * (erc-cmd-ME): Put 'do-not-parse-args property.
1569 1569
1570 * erc-dcc.el:nick: * erc-dcc.el: * erc-dcc-list: Renamed 1570 * erc-dcc.el:nick: * erc-dcc.el: * erc-dcc-list: Renamed
1571 * (erc-dcc-member). Treat :nick as either a nick!user@host or nick, 1571 * (erc-dcc-member). Treat :nick as either a nick!user@host or nick,
1572 do appropriate comparisons, simplified. 1572 do appropriate comparisons, simplified.
1573 * (erc-dcc-list-add): New functions 1573 * (erc-dcc-list-add): New functions