aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2008-05-23 04:41:33 +0000
committerGlenn Morris2008-05-23 04:41:33 +0000
commitcc4a96c68033373445cc62eacec68dfd67900105 (patch)
tree9d5444485fd2c1c5bb1194ce1f63d8675efcf722 /src
parent5cb66178eb202074c24804172e9f0c2c41a8d70e (diff)
downloademacs-cc4a96c68033373445cc62eacec68dfd67900105.tar.gz
emacs-cc4a96c68033373445cc62eacec68dfd67900105.zip
Spelling fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.310
-rw-r--r--src/ChangeLog.94
-rw-r--r--src/gmalloc.c2
3 files changed, 8 insertions, 8 deletions
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)))