* 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.
* (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
* 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
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,
(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)
* 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.
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
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)))