aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2008-05-23 04:41:33 +0000
committerGlenn Morris2008-05-23 04:41:33 +0000
commitcc4a96c68033373445cc62eacec68dfd67900105 (patch)
tree9d5444485fd2c1c5bb1194ce1f63d8675efcf722 /lisp
parent5cb66178eb202074c24804172e9f0c2c41a8d70e (diff)
downloademacs-cc4a96c68033373445cc62eacec68dfd67900105.tar.gz
emacs-cc4a96c68033373445cc62eacec68dfd67900105.zip
Spelling fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/erc/ChangeLog.034
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/ChangeLog.26
-rw-r--r--lisp/gnus/html2text.el2
4 files changed, 8 insertions, 8 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
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 9c25204fed3..bba83b6a034 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -12,7 +12,7 @@
12 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which 12 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
13 seems to make mail retrieval much, much faster. 13 seems to make mail retrieval much, much faster.
14 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping 14 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
15 unconditionally. 15 unconditionally.
16 16
17 * gnus-draft.el (gnus-group-send-queue): Bind 17 * gnus-draft.el (gnus-group-send-queue): Bind
18 message-send-mail-partially-limit to nil to avoid being prompted. 18 message-send-mail-partially-limit to nil to avoid being prompted.
@@ -10187,7 +10187,7 @@
10187 * nnheader.el (nnheader-generate-fake-message-id): Accept a 10187 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10188 number and build a fake message ID localized to a group and 10188 number and build a fake message ID localized to a group and
10189 article number (so it's repeatable from that point on). 10189 article number (so it's repeatable from that point on).
10190 (nnheader-fake-message-id-p): Change regex to accomodate new fake 10190 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10191 ID format. 10191 ID format.
10192 10192
10193 * gnus-sum.el (gnus-get-newsgroup-headers): Call 10193 * gnus-sum.el (gnus-get-newsgroup-headers): Call
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index c1add010335..e31ea993ee7 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -348,7 +348,7 @@
348 the last successful check; this was seen as a cleaner approach 348 the last successful check; this was seen as a cleaner approach
349 than returning a cell like '(spam spam-use-bogofilter). 349 than returning a cell like '(spam spam-use-bogofilter).
350 (spam-list-of-checks): Documentation appended. 350 (spam-list-of-checks): Documentation appended.
351 (spam-split): Accomodate the spam-split-symbolic-return and 351 (spam-split): Accommodate the spam-split-symbolic-return and
352 spam-split-symbolic-return-positive variables. 352 spam-split-symbolic-return-positive variables.
353 (spam-find-spam): New function called when the summary is built. 353 (spam-find-spam): New function called when the summary is built.
354 (spam-log-registered-p): Checks if a ham or spam registration has 354 (spam-log-registered-p): Checks if a ham or spam registration has
@@ -1527,7 +1527,7 @@
1527 data. 1527 data.
1528 (gnus-registry-minimum-subject-length): Minimum subject length 1528 (gnus-registry-minimum-subject-length): Minimum subject length
1529 before it's considered when tracing subjects. 1529 before it's considered when tracing subjects.
1530 (gnus-registry-save): Accomodate extra data entry caching. 1530 (gnus-registry-save): Accommodate extra data entry caching.
1531 (gnus-registry-action): Change function name, add the subject and 1531 (gnus-registry-action): Change function name, add the subject and
1532 pass it to gnus-registry-add-group. 1532 pass it to gnus-registry-add-group.
1533 (gnus-registry-spool-action): Change function name, add the 1533 (gnus-registry-spool-action): Change function name, add the
@@ -7168,7 +7168,7 @@
7168 (gnus-agent-read-agentview): New function, used by 7168 (gnus-agent-read-agentview): New function, used by
7169 gnus-agent-load-alist. 7169 gnus-agent-load-alist.
7170 (gnus-agent-load-fetched-headers): Remove. 7170 (gnus-agent-load-fetched-headers): Remove.
7171 (gnus-agent-save-alist): Rewrite to accomodate new format. 7171 (gnus-agent-save-alist): Rewrite to accommodate new format.
7172 (gnus-agent-fetch-group-1): Make sure list of articles is in the 7172 (gnus-agent-fetch-group-1): Make sure list of articles is in the
7173 same order as in gnus-newsgroup-headers. 7173 same order as in gnus-newsgroup-headers.
7174 (gnus-agent-expire): Document and implement extra args ARTICLES, 7174 (gnus-agent-expire): Document and implement extra args ARTICLES,
diff --git a/lisp/gnus/html2text.el b/lisp/gnus/html2text.el
index 3117b28cc4c..d21dd2f4795 100644
--- a/lisp/gnus/html2text.el
+++ b/lisp/gnus/html2text.el
@@ -386,7 +386,7 @@ formatting, and then moved afterward.")
386 (forward-line 1) 386 (forward-line 1)
387 (end-of-line) 387 (end-of-line)
388 ;; refill-stop should ideally be adjusted to 388 ;; refill-stop should ideally be adjusted to
389 ;; accomodate the "<br>" strings which are removed 389 ;; accommodate the "<br>" strings which are removed
390 ;; between refill-start and refill-stop. Can simply 390 ;; between refill-start and refill-stop. Can simply
391 ;; be returned from my-replace-string 391 ;; be returned from my-replace-string
392 (setq refill-stop (+ (point) 392 (setq refill-stop (+ (point)