aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-05-23 04:41:33 +0000
committerGlenn Morris2008-05-23 04:41:33 +0000
commitcc4a96c68033373445cc62eacec68dfd67900105 (patch)
tree9d5444485fd2c1c5bb1194ce1f63d8675efcf722
parent5cb66178eb202074c24804172e9f0c2c41a8d70e (diff)
downloademacs-cc4a96c68033373445cc62eacec68dfd67900105.tar.gz
emacs-cc4a96c68033373445cc62eacec68dfd67900105.zip
Spelling fix.
-rw-r--r--ChangeLog2
-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
-rw-r--r--src/ChangeLog.310
-rw-r--r--src/ChangeLog.94
-rw-r--r--src/gmalloc.c2
8 files changed, 17 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 60c8f45ae6f..0a12b3d4e5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6847,7 +6847,7 @@
6847 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath', 6847 * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
6848 since the former is recognizable even if you don't know what 6848 since the former is recognizable even if you don't know what
6849 'dumping' is. 6849 'dumping' is.
6850 * configure: Accomodate that change. 6850 * configure: Accommodate that change.
6851 6851
6852 * configure: Accept options for all of the directories you can 6852 * configure: Accept options for all of the directories you can
6853 change in the Makefile. 6853 change in the Makefile.
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)
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3
index dc1a93f7f38..e5b22f22149 100644
--- a/src/ChangeLog.3
+++ b/src/ChangeLog.3
@@ -2921,7 +2921,7 @@
2921 * alloc.c (mark_interval_tree): Remove spurious & in front of 2921 * alloc.c (mark_interval_tree): Remove spurious & in front of
2922 function name. 2922 function name.
2923 2923
2924 * alloc.c (UNMARK_BALANCE_INTERVALS): Fix to accomodate compilers 2924 * alloc.c (UNMARK_BALANCE_INTERVALS): Fix to accommodate compilers
2925 other than GCC, which do not allow casts on the LHS of an 2925 other than GCC, which do not allow casts on the LHS of an
2926 assignment. 2926 assignment.
2927 2927
@@ -3445,7 +3445,7 @@
3445 (XTcondemn_scrollbars, XTredeem_scrollbar, XTjudge_scrollbars) 3445 (XTcondemn_scrollbars, XTredeem_scrollbar, XTjudge_scrollbars)
3446 (x_scrollbar_expose, x_scrollbar_handle_click) 3446 (x_scrollbar_expose, x_scrollbar_handle_click)
3447 (x_scrollbar_handle_motion): Substantially rewritten to correct 3447 (x_scrollbar_handle_motion): Substantially rewritten to correct
3448 typos and brainos, and to accomodate the lispy structures. 3448 typos and brainos, and to accommodate the lispy structures.
3449 3449
3450 * xterm.c (x_scrollbar_background_expose): Function deleted; we 3450 * xterm.c (x_scrollbar_background_expose): Function deleted; we
3451 don't want anything in the background there after all. 3451 don't want anything in the background there after all.
@@ -8811,7 +8811,7 @@
8811 to deal with anything other than ASCII. 8811 to deal with anything other than ASCII.
8812 8812
8813 * keymap.c (current_minor_maps): Rewritten not to use 8813 * keymap.c (current_minor_maps): Rewritten not to use
8814 function-local static variables, to accomodate DGUX. 8814 function-local static variables, to accommodate DGUX.
8815 8815
8816 * xterm.h (UNBLOCK_INPUT): Replace "abort ()" with "(abort (), 8816 * xterm.h (UNBLOCK_INPUT): Replace "abort ()" with "(abort (),
8817 0)", to avoid type conflicts on odd systems like Ultrix. 8817 0)", to avoid type conflicts on odd systems like Ultrix.
@@ -11024,8 +11024,8 @@
11024 (read_char_menu_prompt): Allocate `menu' buffer using alloca, 11024 (read_char_menu_prompt): Allocate `menu' buffer using alloca,
11025 instead of a variable-sized array, which is gcc-specific. 11025 instead of a variable-sized array, which is gcc-specific.
11026 (Frecent_keys): Return the most recent "keystrokes" as a vector, 11026 (Frecent_keys): Return the most recent "keystrokes" as a vector,
11027 to accomodate lispy events. 11027 to accommodate lispy events.
11028 (Fset_input_mode): Accomodate non-characters as quit keys. If 11028 (Fset_input_mode): Accommodate non-characters as quit keys. If
11029 this is a bad thing, init_sys_modes will tell us. 11029 this is a bad thing, init_sys_modes will tell us.
11030 (init_keyboard): this_command_keys is now an array of 11030 (init_keyboard): this_command_keys is now an array of
11031 Lisp_Objects; adjust the amount of storage we request to hold it. 11031 Lisp_Objects; adjust the amount of storage we request to hold it.
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9
index 27c44bc50b4..27836f3f9af 100644
--- a/src/ChangeLog.9
+++ b/src/ChangeLog.9
@@ -8751,7 +8751,7 @@
8751 with new argument list. 8751 with new argument list.
8752 (x_set_glyph_string_gc): Make sure the face's GC is valid. 8752 (x_set_glyph_string_gc): Make sure the face's GC is valid.
8753 (x_append_glyph, x_append_composite_glyph) 8753 (x_append_glyph, x_append_composite_glyph)
8754 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to 8754 (x_produce_image_glyph, x_append_stretch_glyph): Accommodate to
8755 changes in struct glyph starting 1999-12-27. See comments for 8755 changes in struct glyph starting 1999-12-27. See comments for
8756 xterm.c on 2000-07-05. 8756 xterm.c on 2000-07-05.
8757 8757
@@ -9104,7 +9104,7 @@
9104 * window.c (delete_all_subwindows): Reset Vwindow_list. 9104 * window.c (delete_all_subwindows): Reset Vwindow_list.
9105 9105
9106 * xterm.c (x_append_glyph, x_append_composite_glyph) 9106 * xterm.c (x_append_glyph, x_append_composite_glyph)
9107 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to 9107 (x_produce_image_glyph, x_append_stretch_glyph): Accommodate to
9108 changes in struct glyph starting 1999-12-27. Some bit-fields of 9108 changes in struct glyph starting 1999-12-27. Some bit-fields of
9109 struct glyph were not set, which made glyphs unequal when compared 9109 struct glyph were not set, which made glyphs unequal when compared
9110 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering 9110 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering
diff --git a/src/gmalloc.c b/src/gmalloc.c
index bd8fe344cbd..1cf9a8ee9b5 100644
--- a/src/gmalloc.c
+++ b/src/gmalloc.c
@@ -911,7 +911,7 @@ _malloc_internal_nolock (size)
911 final free block; if so we don't need to get as much. */ 911 final free block; if so we don't need to get as much. */
912 if (_heaplimit != 0 && block + lastblocks == _heaplimit && 912 if (_heaplimit != 0 && block + lastblocks == _heaplimit &&
913 /* We can't do this if we will have to make the heap info 913 /* We can't do this if we will have to make the heap info
914 table bigger to accomodate the new space. */ 914 table bigger to accommodate the new space. */
915 block + wantblocks <= heapsize && 915 block + wantblocks <= heapsize &&
916 get_contiguous_space ((wantblocks - lastblocks) * BLOCKSIZE, 916 get_contiguous_space ((wantblocks - lastblocks) * BLOCKSIZE,
917 ADDRESS (block + lastblocks))) 917 ADDRESS (block + lastblocks)))