diff options
| author | Glenn Morris | 2008-05-23 04:41:33 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-05-23 04:41:33 +0000 |
| commit | cc4a96c68033373445cc62eacec68dfd67900105 (patch) | |
| tree | 9d5444485fd2c1c5bb1194ce1f63d8675efcf722 /src/ChangeLog.3 | |
| parent | 5cb66178eb202074c24804172e9f0c2c41a8d70e (diff) | |
| download | emacs-cc4a96c68033373445cc62eacec68dfd67900105.tar.gz emacs-cc4a96c68033373445cc62eacec68dfd67900105.zip | |
Spelling fix.
Diffstat (limited to 'src/ChangeLog.3')
| -rw-r--r-- | src/ChangeLog.3 | 10 |
1 files changed, 5 insertions, 5 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. |