aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.9
diff options
context:
space:
mode:
authorJuanma Barranquero2010-07-24 13:53:19 +0200
committerJuanma Barranquero2010-07-24 13:53:19 +0200
commitc4cc8b9a23253c12c5cee0be1363343fe019bf20 (patch)
tree815961aa81b8d66acd9a279f9b47debbeb6f8763 /src/ChangeLog.9
parent80eb92cea85473180b905a1a89607c151e69f317 (diff)
downloademacs-c4cc8b9a23253c12c5cee0be1363343fe019bf20.tar.gz
emacs-c4cc8b9a23253c12c5cee0be1363343fe019bf20.zip
Fix typos in ChangeLogs.
Diffstat (limited to 'src/ChangeLog.9')
-rw-r--r--src/ChangeLog.924
1 files changed, 12 insertions, 12 deletions
diff --git a/src/ChangeLog.9 b/src/ChangeLog.9
index 6e53a39ac93..9146a6465a8 100644
--- a/src/ChangeLog.9
+++ b/src/ChangeLog.9
@@ -1126,7 +1126,7 @@
1126 1126
1127 * xterm.c (note_mouse_highlight) <help-echo>: When looking for 1127 * xterm.c (note_mouse_highlight) <help-echo>: When looking for
1128 help-echo for a string which doesn't have help-echo itself, use 1128 help-echo for a string which doesn't have help-echo itself, use
1129 get-char-property to obtain the help-echo from the string's buffer 1129 get-char-property to obtain the help-echo from the string's buffer.
1130 (note_mouse_highlight) <mouse-face>: When on a string that doesn't 1130 (note_mouse_highlight) <mouse-face>: When on a string that doesn't
1131 have mouse-face, look ``under'' the string for mouse-face from an 1131 have mouse-face, look ``under'' the string for mouse-face from an
1132 overlay. 1132 overlay.
@@ -3119,7 +3119,7 @@
3119 * w32fns.c (Fx_show_tip): Fix calls to make_number. 3119 * w32fns.c (Fx_show_tip): Fix calls to make_number.
3120 (x_set_font): If font hasn't changed, avoid recomputing 3120 (x_set_font): If font hasn't changed, avoid recomputing
3121 faces and other things. 3121 faces and other things.
3122 (x_set_tool_bar_lines): Do nothing if frame is minibuffer-only, 3122 (x_set_tool_bar_lines): Do nothing if frame is minibuffer-only.
3123 (Fx_create_frame): Add the tool bar height to the frame height. 3123 (Fx_create_frame): Add the tool bar height to the frame height.
3124 (x_create_tip_frame): Prevent changing the tooltip's 3124 (x_create_tip_frame): Prevent changing the tooltip's
3125 background color by specifying a color for the default font 3125 background color by specifying a color for the default font
@@ -4887,7 +4887,7 @@
4887 4887
4888 * md5.c: Delay include of md5.h until after namespace cleaning. 4888 * md5.c: Delay include of md5.h until after namespace cleaning.
4889 4889
4890 * makefile.w32-in (fns.o): Depend on md5.h 4890 * makefile.w32-in (fns.o): Depend on md5.h.
4891 (md5.o): New target. 4891 (md5.o): New target.
4892 (sunfns.o): Remove. 4892 (sunfns.o): Remove.
4893 4893
@@ -7254,7 +7254,7 @@
7254 7254
7255 * charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0. 7255 * charset.h (MAKE_CHAR): Be sure to set MSB of C1 to 0.
7256 7256
7257 * charset.c: Include composite.h 7257 * charset.c: Include composite.h.
7258 (lisp_string_width): New function. 7258 (lisp_string_width): New function.
7259 (Fstring_width): Call lisp_string_width instead of strwidth. 7259 (Fstring_width): Call lisp_string_width instead of strwidth.
7260 7260
@@ -7333,7 +7333,7 @@
7333 7333
7334 * s/ms-w32.h (ORDINARY_LINK): New define. 7334 * s/ms-w32.h (ORDINARY_LINK): New define.
7335 7335
7336 * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define 7336 * w32.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
7337 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. 7337 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
7338 7338
7339 * makefile.w32-in (clean): Don't delete config.h and epaths.h. 7339 * makefile.w32-in (clean): Don't delete config.h and epaths.h.
@@ -8409,7 +8409,7 @@
8409 (encode_coding_iso2022): New local variable safe_chars. Check 8409 (encode_coding_iso2022): New local variable safe_chars. Check
8410 unsafe chars. 8410 unsafe chars.
8411 (setup_coding_system): Delete the code to initialize 8411 (setup_coding_system): Delete the code to initialize
8412 coding->safe_charses 8412 coding->safe_charses.
8413 (intersection, find_safe_codings): New functions. 8413 (intersection, find_safe_codings): New functions.
8414 (Ffind_coding_systems_region_internal): New function. 8414 (Ffind_coding_systems_region_internal): New function.
8415 (syms_of_coding): Defsubr it. Initialize Qsafe_chars, 8415 (syms_of_coding): Defsubr it. Initialize Qsafe_chars,
@@ -8729,7 +8729,7 @@
8729 * w32term.c (help_echo_object, help_echo_pos): New variables. 8729 * w32term.c (help_echo_object, help_echo_pos): New variables.
8730 (note_mode_line_highlight): Store additional information about the 8730 (note_mode_line_highlight): Store additional information about the
8731 help-echo in help_echo_object and help_echo_pos. Check both 8731 help-echo in help_echo_object and help_echo_pos. Check both
8732 `local-map' and `keymap' properties for changing the cursor 8732 `local-map' and `keymap' properties for changing the cursor.
8733 (note_mouse_highlight): Store additional information about the 8733 (note_mouse_highlight): Store additional information about the
8734 help-echo in help_echo_object and help_echo_pos. 8734 help-echo in help_echo_object and help_echo_pos.
8735 (note_tool_bar_highlight): Set help_echo_object to nil and 8735 (note_tool_bar_highlight): Set help_echo_object to nil and
@@ -8797,7 +8797,7 @@
8797 * xterm.c (help_echo_object, help_echo_pos): New variables. 8797 * xterm.c (help_echo_object, help_echo_pos): New variables.
8798 (note_mode_line_highlight): Store additional information about the 8798 (note_mode_line_highlight): Store additional information about the
8799 help-echo in help_echo_object and help_echo_pos. Check both 8799 help-echo in help_echo_object and help_echo_pos. Check both
8800 `local-map' and `keymap' properties for changing the cursor 8800 `local-map' and `keymap' properties for changing the cursor.
8801 (note_mouse_highlight): Store additional information about the 8801 (note_mouse_highlight): Store additional information about the
8802 help-echo in help_echo_object and help_echo_pos. 8802 help-echo in help_echo_object and help_echo_pos.
8803 (note_tool_bar_highlight): Set help_echo_object to nil and 8803 (note_tool_bar_highlight): Set help_echo_object to nil and
@@ -11979,7 +11979,7 @@
11979 (detect_coding_utf_8): New function. 11979 (detect_coding_utf_8): New function.
11980 (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P 11980 (UTF_16_INVALID_P, UTF_16_HIGH_SURROGATE_P
11981 UTF_16_LOW_SURROGATE_P): New macros. 11981 UTF_16_LOW_SURROGATE_P): New macros.
11982 (detect_coding_utf_16): New function 11982 (detect_coding_utf_16): New function.
11983 (detect_coding_mask): When priorities are specified, skip any 11983 (detect_coding_mask): When priorities are specified, skip any
11984 categories that have `nil' coding-system. Fix bug of returning 11984 categories that have `nil' coding-system. Fix bug of returning
11985 wrong mask when PRIORITIES is specified and detect_coding_XXX() 11985 wrong mask when PRIORITIES is specified and detect_coding_XXX()
@@ -12222,7 +12222,7 @@
12222 12222
12223 * makefile.nt: Add atimer.h to dependencies. 12223 * makefile.nt: Add atimer.h to dependencies.
12224 * w32.c (init_environment): Set Vw32_num_mouse_buttons here. 12224 * w32.c (init_environment): Set Vw32_num_mouse_buttons here.
12225 * w32console.c: Only disable window system features for dispextern.h 12225 * w32console.c: Only disable window system features for dispextern.h.
12226 (initialize_w32_display): Build a display info for the console. 12226 (initialize_w32_display): Build a display info for the console.
12227 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17. 12227 * w32faces.c (tty_defined_color): Apply xfaces.c change from 02-17.
12228 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN, 12228 * w32fns.c (w32_wnd_proc) [WM_LBUTTON_DOWN, WM_RBUTTON_DOWN,
@@ -12825,7 +12825,7 @@
12825 (FRAME_XIM): Removed. 12825 (FRAME_XIM): Removed.
12826 12826
12827 * xfns.c (supported_styles): New variable. 12827 * xfns.c (supported_styles): New variable.
12828 (DEFAULT_STYLE, DEFAULT_FONT): New macros 12828 (DEFAULT_STYLE, DEFAULT_FONT): New macros.
12829 (xic_create_xfontset, best_style, xic_create_frame) 12829 (xic_create_xfontset, best_style, xic_create_frame)
12830 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea) 12830 (xic_destroy_frame, xic_set_preeditarea, xic_set_statusarea)
12831 (xic_set_xfontset): New functions. 12831 (xic_set_xfontset): New functions.
@@ -13156,7 +13156,7 @@
13156 (GC_STRING_BYTES, GC_STRING_CHARS): New macros. 13156 (GC_STRING_BYTES, GC_STRING_CHARS): New macros.
13157 (DONT_COPY_FLAG): Removed. 13157 (DONT_COPY_FLAG): Removed.
13158 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros. 13158 (SBLOCK_SIZE, LARGE_STRING_BYTES): New macros.
13159 (struct sdata, struct sblock): New 13159 (struct sdata, struct sblock): New.
13160 (struct string_block): Rewritten. 13160 (struct string_block): Rewritten.
13161 (STRINGS_IN_STRING_BLOCK): New macro. 13161 (STRINGS_IN_STRING_BLOCK): New macro.
13162 (oldest_sblock, current_sblock, total_strings, total_free_strings) 13162 (oldest_sblock, current_sblock, total_strings, total_free_strings)