]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fix.
authorGlenn Morris <rgm@gnu.org>
Fri, 23 May 2008 04:41:33 +0000 (04:41 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 23 May 2008 04:41:33 +0000 (04:41 +0000)
ChangeLog
lisp/erc/ChangeLog.03
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog.2
lisp/gnus/html2text.el
src/ChangeLog.3
src/ChangeLog.9
src/gmalloc.c

index 60c8f45ae6fcead4b3a8355aa0f164017eedd6cd..0a12b3d4e5b9b640ad2105e457ad4c6f24057a71 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath',
        since the former is recognizable even if you don't know what
        'dumping' is.
-       * configure: Accomodate that change.
+       * configure: Accommodate that change.
 
        * configure: Accept options for all of the directories you can
        change in the Makefile.
index 6fa4464b3de3e1f25e4ec9a2b187db815180e418..30e6664dd279ffaa7fb188dbdd6ec2b285381288 100644 (file)
        * (erc-extract-command-from-line): intern-soft the function here.
        If the function symbol has a property 'do-not-parse-args, operate as before,
        otherwise, split the arguments prior to calling the command handler.
-       * (erc-process-input-line): Updated to accomodate the change above.
+       * (erc-process-input-line): Updated to accommodate the change above.
        * (erc-send-distinguish-noncommands): Ditto.
        * (erc-cmd-NAMES): Ditto.
        * (erc-cmd-ME): Put 'do-not-parse-args property.
 
-       * erc-dcc.el:nick:      * erc-dcc.el: * erc-dcc-list: Renamed 
+       * erc-dcc.el:nick:      * erc-dcc.el: * erc-dcc-list: Renamed
        * (erc-dcc-member). Treat :nick as either a nick!user@host or nick,
        do appropriate comparisons, simplified.
        * (erc-dcc-list-add): New functions
index 9c25204fed3086d0d2cda321c154d6842344202b..bba83b6a034f9fe192d3a2e38e5dc95894b6c6c2 100644 (file)
@@ -12,7 +12,7 @@
        * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
        seems to make mail retrieval much, much faster.
        (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
-       unconditionally. 
+       unconditionally.
 
        * gnus-draft.el (gnus-group-send-queue): Bind
        message-send-mail-partially-limit to nil to avoid being prompted.
        * nnheader.el (nnheader-generate-fake-message-id): Accept a
        number and build a fake message ID localized to a group and
        article number (so it's repeatable from that point on).
-       (nnheader-fake-message-id-p): Change regex to accomodate new fake
+       (nnheader-fake-message-id-p): Change regex to accommodate new fake
        ID format.
 
        * gnus-sum.el (gnus-get-newsgroup-headers): Call
index c1add010335eabaca103b231e3356c6ef75efec4..e31ea993ee7ed9984fe4ea0c60fd8839eac868b2 100644 (file)
        the last successful check; this was seen as a cleaner approach
        than returning a cell like '(spam spam-use-bogofilter).
        (spam-list-of-checks): Documentation appended.
-       (spam-split): Accomodate the spam-split-symbolic-return and
+       (spam-split): Accommodate the spam-split-symbolic-return and
        spam-split-symbolic-return-positive variables.
        (spam-find-spam): New function called when the summary is built.
        (spam-log-registered-p): Checks if a ham or spam registration has
        data.
        (gnus-registry-minimum-subject-length): Minimum subject length
        before it's considered when tracing subjects.
-       (gnus-registry-save): Accomodate extra data entry caching.
+       (gnus-registry-save): Accommodate extra data entry caching.
        (gnus-registry-action): Change function name, add the subject and
        pass it to gnus-registry-add-group.
        (gnus-registry-spool-action): Change function name, add the
        (gnus-agent-read-agentview): New function, used by
        gnus-agent-load-alist.
        (gnus-agent-load-fetched-headers): Remove.
-       (gnus-agent-save-alist): Rewrite to accomodate new format.
+       (gnus-agent-save-alist): Rewrite to accommodate new format.
        (gnus-agent-fetch-group-1): Make sure list of articles is in the
        same order as in gnus-newsgroup-headers.
        (gnus-agent-expire): Document and implement extra args ARTICLES,
index 3117b28cc4c19bb004b745f701e705b28ee083f1..d21dd2f47958606796a2371ec99b1fd41dbd02da 100644 (file)
@@ -386,7 +386,7 @@ formatting, and then moved afterward.")
        (forward-line 1)
        (end-of-line)
        ;; refill-stop should ideally be adjusted to
-       ;; accomodate the "<br>" strings which are removed
+       ;; accommodate the "<br>" strings which are removed
        ;; between refill-start and refill-stop.  Can simply
        ;; be returned from my-replace-string
        (setq refill-stop (+ (point)
index dc1a93f7f382250021722a1ee8bfd3f715974352..e5b22f2214992cb85119a23d680789ff04e9dc86 100644 (file)
        * alloc.c (mark_interval_tree): Remove spurious & in front of
        function name.
 
-       * alloc.c (UNMARK_BALANCE_INTERVALS): Fix to accomodate compilers
+       * alloc.c (UNMARK_BALANCE_INTERVALS): Fix to accommodate compilers
        other than GCC, which do not allow casts on the LHS of an
        assignment.
 
        (XTcondemn_scrollbars, XTredeem_scrollbar, XTjudge_scrollbars)
        (x_scrollbar_expose, x_scrollbar_handle_click)
        (x_scrollbar_handle_motion): Substantially rewritten to correct
-       typos and brainos, and to accomodate the lispy structures.
+       typos and brainos, and to accommodate the lispy structures.
 
        * xterm.c (x_scrollbar_background_expose): Function deleted; we
        don't want anything in the background there after all.
        to deal with anything other than ASCII.
 
        * keymap.c (current_minor_maps): Rewritten not to use
-       function-local static variables, to accomodate DGUX.
+       function-local static variables, to accommodate DGUX.
 
        * xterm.h (UNBLOCK_INPUT): Replace "abort ()" with "(abort (),
        0)", to avoid type conflicts on odd systems like Ultrix.
        (read_char_menu_prompt): Allocate `menu' buffer using alloca,
        instead of a variable-sized array, which is gcc-specific.
        (Frecent_keys): Return the most recent "keystrokes" as a vector,
-       to accomodate lispy events.
-       (Fset_input_mode): Accomodate non-characters as quit keys.  If
+       to accommodate lispy events.
+       (Fset_input_mode): Accommodate non-characters as quit keys.  If
        this is a bad thing, init_sys_modes will tell us.
        (init_keyboard): this_command_keys is now an array of
        Lisp_Objects; adjust the amount of storage we request to hold it.
index 27c44bc50b4fed5c54d02ecc5fac3e0fa0f0f477..27836f3f9afb4235087a6949fb8e28cbf5d827af 100644 (file)
        with new argument list.
        (x_set_glyph_string_gc): Make sure the face's GC is valid.
        (x_append_glyph, x_append_composite_glyph)
-       (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
+       (x_produce_image_glyph, x_append_stretch_glyph): Accommodate to
        changes in struct glyph starting 1999-12-27. See comments for
        xterm.c on 2000-07-05.
 
        * window.c (delete_all_subwindows): Reset Vwindow_list.
 
        * xterm.c (x_append_glyph, x_append_composite_glyph)
-       (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
+       (x_produce_image_glyph, x_append_stretch_glyph): Accommodate to
        changes in struct glyph starting 1999-12-27.  Some bit-fields of
        struct glyph were not set, which made glyphs unequal when compared
        with GLYPH_EQUAL_P.  Redisplay outputs such glyphs, and flickering
index bd8fe344cbd6c70190bc59488fb8da2612bad604..1cf9a8ee9b5d91a96af6949d60b454fe6eeb7797 100644 (file)
@@ -911,7 +911,7 @@ _malloc_internal_nolock (size)
                 final free block; if so we don't need to get as much.  */
              if (_heaplimit != 0 && block + lastblocks == _heaplimit &&
                  /* We can't do this if we will have to make the heap info
-                     table bigger to accomodate the new space.  */
+                     table bigger to accommodate the new space.  */
                  block + wantblocks <= heapsize &&
                  get_contiguous_space ((wantblocks - lastblocks) * BLOCKSIZE,
                                        ADDRESS (block + lastblocks)))