comparison lisp/erc/ChangeLog.03 @ 95237:5cc8ce4fcafc

Spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 23 May 2008 04:40:19 +0000
parents 2a734255bcc7
children f9d35151b907
comparison
equal deleted inserted replaced
95236:6e2a8cad250c 95237:5cc8ce4fcafc
1560 which is typed on the prompt. 1560 which is typed on the prompt.
1561 Hit me, we can still revert, but something needs to be done about this. 1561 Hit me, we can still revert, but something needs to be done about this.
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 1.59:nick: * erc-dcc.el 1.59: * erc-dcc-list: Renamed 1570 * erc-dcc.el 1.59:nick: * erc-dcc.el 1.59: * 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
1574 various callers of (cons (list ...) erc-dcc-list) updated. 1574 various callers of (cons (list ...) erc-dcc-list) updated.
1575 Other stuff I'm to bored to document now 1575 Other stuff I'm to bored to document now