diff options
| author | Juanma Barranquero | 2010-07-24 13:53:19 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-24 13:53:19 +0200 |
| commit | c4cc8b9a23253c12c5cee0be1363343fe019bf20 (patch) | |
| tree | 815961aa81b8d66acd9a279f9b47debbeb6f8763 /src | |
| parent | 80eb92cea85473180b905a1a89607c151e69f317 (diff) | |
| download | emacs-c4cc8b9a23253c12c5cee0be1363343fe019bf20.tar.gz emacs-c4cc8b9a23253c12c5cee0be1363343fe019bf20.zip | |
Fix typos in ChangeLogs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 | ||||
| -rw-r--r-- | src/ChangeLog.10 | 18 | ||||
| -rw-r--r-- | src/ChangeLog.2 | 4 | ||||
| -rw-r--r-- | src/ChangeLog.3 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.5 | 12 | ||||
| -rw-r--r-- | src/ChangeLog.6 | 2 | ||||
| -rw-r--r-- | src/ChangeLog.9 | 24 |
7 files changed, 37 insertions, 37 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0124b493c0f..27d603829ae 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2746,7 +2746,7 @@ | |||
| 2746 | (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef | 2746 | (struct xsettings): Add font and tb_style, set xft stuff inside #ifdef |
| 2747 | HAVE_XFT. | 2747 | HAVE_XFT. |
| 2748 | (something_changedCB): store_font_changed_event is now | 2748 | (something_changedCB): store_font_changed_event is now |
| 2749 | store_config_changed_event | 2749 | store_config_changed_event. |
| 2750 | (parse_settings): Rename from parse_xft_settings. Read | 2750 | (parse_settings): Rename from parse_xft_settings. Read |
| 2751 | non-xft xsettings outside #ifdef HAVE_XFT. | 2751 | non-xft xsettings outside #ifdef HAVE_XFT. |
| 2752 | (read_settings): Renamed from read_xft_settings. | 2752 | (read_settings): Renamed from read_xft_settings. |
| @@ -4495,7 +4495,7 @@ | |||
| 4495 | (scroll_end_callback): Remove. | 4495 | (scroll_end_callback): Remove. |
| 4496 | (xg_create_scroll_bar): Add parameter end_callback, bind it to | 4496 | (xg_create_scroll_bar): Add parameter end_callback, bind it to |
| 4497 | button-release-event. Replace value-changed event with change-value, | 4497 | button-release-event. Replace value-changed event with change-value, |
| 4498 | bug #5177, | 4498 | bug #5177. |
| 4499 | (xg_event_is_for_scrollbar): Only return true if button is less than 4, | 4499 | (xg_event_is_for_scrollbar): Only return true if button is less than 4, |
| 4500 | bug #5177. | 4500 | bug #5177. |
| 4501 | 4501 | ||
| @@ -4516,7 +4516,7 @@ | |||
| 4516 | 4516 | ||
| 4517 | 2009-12-12 Eli Zaretskii <eliz@gnu.org> | 4517 | 2009-12-12 Eli Zaretskii <eliz@gnu.org> |
| 4518 | 4518 | ||
| 4519 | * dispextern.h (struct text_pos): Use EMACS_INT; | 4519 | * dispextern.h (struct text_pos): Use EMACS_INT. |
| 4520 | (struct glyph): Use EMACS_INT for charpos. | 4520 | (struct glyph): Use EMACS_INT for charpos. |
| 4521 | (struct it): Use EMACS_INT for stop_charpos, end_charpos, | 4521 | (struct it): Use EMACS_INT for stop_charpos, end_charpos, |
| 4522 | region_beg_charpos, region_end_charpos, | 4522 | region_beg_charpos, region_end_charpos, |
| @@ -12082,8 +12082,8 @@ | |||
| 12082 | 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change) | 12082 | 2008-07-15 Chris Hall <chris@web.workinglinux.com> (tiny change) |
| 12083 | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 12083 | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 12084 | 12084 | ||
| 12085 | (make_initial_frame): Call init_frame_faces(f) in CANNOT_DUMP case -- | 12085 | * frame.c (make_initial_frame): Call init_frame_faces(f) in |
| 12086 | fix crash due to different init order. | 12086 | CANNOT_DUMP case -- fix crash due to different init order. |
| 12087 | 12087 | ||
| 12088 | 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> | 12088 | 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 12089 | 12089 | ||
| @@ -12280,7 +12280,7 @@ | |||
| 12280 | * m/macppc.h: | 12280 | * m/macppc.h: |
| 12281 | * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals. | 12281 | * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals. |
| 12282 | 12282 | ||
| 12283 | * m/ibms390x.h (XINT, XUINT): Don't define, same as the default | 12283 | * m/ibms390x.h (XINT, XUINT): Don't define, same as the default. |
| 12284 | (SPECIAL_EMACS_INT): | 12284 | (SPECIAL_EMACS_INT): |
| 12285 | * m/ia64.h (SPECIAL_EMACS_INT): | 12285 | * m/ia64.h (SPECIAL_EMACS_INT): |
| 12286 | * m/amdx86-64.h (SPECIAL_EMACS_INT): | 12286 | * m/amdx86-64.h (SPECIAL_EMACS_INT): |
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 24818e6770f..dd847f8a64e 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 | |||
| @@ -3252,7 +3252,7 @@ | |||
| 3252 | 2006-07-02 Kim F. Storm <storm@cua.dk> | 3252 | 2006-07-02 Kim F. Storm <storm@cua.dk> |
| 3253 | 3253 | ||
| 3254 | * xdisp.c (display_tool_bar_line): Skip glyphs which are too big | 3254 | * xdisp.c (display_tool_bar_line): Skip glyphs which are too big |
| 3255 | to ever fit the tool-bar, | 3255 | to ever fit the tool-bar. |
| 3256 | (MAX_FRAME_TOOL_BAR_HEIGHT): New macro. | 3256 | (MAX_FRAME_TOOL_BAR_HEIGHT): New macro. |
| 3257 | (tool_bar_lines_needed): Use unused mode-line row as temp_row. | 3257 | (tool_bar_lines_needed): Use unused mode-line row as temp_row. |
| 3258 | (redisplay_tool_bar): Only clear desired matrix if we actually | 3258 | (redisplay_tool_bar): Only clear desired matrix if we actually |
| @@ -7869,7 +7869,7 @@ | |||
| 7869 | 7869 | ||
| 7870 | 2005-07-19 Juanma Barranquero <lekktu@gmail.com> | 7870 | 2005-07-19 Juanma Barranquero <lekktu@gmail.com> |
| 7871 | 7871 | ||
| 7872 | * eval.c (Fprog2, Fcalled_interactively_p), | 7872 | * eval.c (Fprog2, Fcalled_interactively_p) |
| 7873 | (syms_of_eval) <debug-on-quit>: Doc fixes. | 7873 | (syms_of_eval) <debug-on-quit>: Doc fixes. |
| 7874 | (syms_of_eval) <max-specpdl-size>: | 7874 | (syms_of_eval) <max-specpdl-size>: |
| 7875 | (Finteractive_p): Fix typos in docstrings. | 7875 | (Finteractive_p): Fix typos in docstrings. |
| @@ -11250,7 +11250,7 @@ | |||
| 11250 | 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 11250 | 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 11251 | 11251 | ||
| 11252 | * macterm.c (endif, x_font_name_to_mac_font_name): | 11252 | * macterm.c (endif, x_font_name_to_mac_font_name): |
| 11253 | Use maccentraleurroman instead of maccentraleuropean | 11253 | Use maccentraleurroman instead of maccentraleuropean. |
| 11254 | (mac_c_string_match, mac_do_list_fonts): Speed up font search by | 11254 | (mac_c_string_match, mac_do_list_fonts): Speed up font search by |
| 11255 | quickly finding a specific font without needing regexps. | 11255 | quickly finding a specific font without needing regexps. |
| 11256 | 11256 | ||
| @@ -12477,7 +12477,7 @@ | |||
| 12477 | 12477 | ||
| 12478 | * gtkutil.h (xg_frame_cleared): Remove. | 12478 | * gtkutil.h (xg_frame_cleared): Remove. |
| 12479 | 12479 | ||
| 12480 | * xterm.c (x_clear_frame): Remove call to xg_frame_cleared | 12480 | * xterm.c (x_clear_frame): Remove call to xg_frame_cleared. |
| 12481 | (x_scroll_bar_create, XTset_vertical_scroll_bar): | 12481 | (x_scroll_bar_create, XTset_vertical_scroll_bar): |
| 12482 | Remove arguments left and width to xg_update_scrollbar_pos. | 12482 | Remove arguments left and width to xg_update_scrollbar_pos. |
| 12483 | (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also. | 12483 | (XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also. |
| @@ -13017,9 +13017,9 @@ | |||
| 13017 | 13017 | ||
| 13018 | * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte | 13018 | * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte |
| 13019 | strings in menu items. | 13019 | strings in menu items. |
| 13020 | (single_submenu): Use ENCODE_MENU_STRING | 13020 | (single_submenu): Use ENCODE_MENU_STRING. |
| 13021 | (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because | 13021 | (mac_menu_show): Use ENCODE_MENU_STRING. Reset grabbed because |
| 13022 | button release isn't passed to event loop | 13022 | button release isn't passed to event loop. |
| 13023 | (add_menu_item): Use SetMenuItemWithCFString. | 13023 | (add_menu_item): Use SetMenuItemWithCFString. |
| 13024 | 13024 | ||
| 13025 | 2004-08-26 Steven Tamm <steventamm@mac.com> | 13025 | 2004-08-26 Steven Tamm <steventamm@mac.com> |
| @@ -15407,7 +15407,7 @@ | |||
| 15407 | (Fxw_display_color_p): Use dpyinfo->color_p. | 15407 | (Fxw_display_color_p): Use dpyinfo->color_p. |
| 15408 | (Fx_display_grayscale_p, Fx_display_planes): Don't use | 15408 | (Fx_display_grayscale_p, Fx_display_planes): Don't use |
| 15409 | dpyinfo->n_cbits. | 15409 | dpyinfo->n_cbits. |
| 15410 | (Fx_display_color_cells): Use dpyinfo->n_planes; | 15410 | (Fx_display_color_cells): Use dpyinfo->n_planes. |
| 15411 | (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection) | 15411 | (QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection) |
| 15412 | (Qheuristic, cross_disabled_images, emboss_matrix) | 15412 | (Qheuristic, cross_disabled_images, emboss_matrix) |
| 15413 | (laplace_matrix): New variables (from xfns.c). | 15413 | (laplace_matrix): New variables (from xfns.c). |
| @@ -16414,7 +16414,7 @@ | |||
| 16414 | (append_glyph, append_composite_glyph, produce_image_glyph) | 16414 | (append_glyph, append_composite_glyph, produce_image_glyph) |
| 16415 | (append_stretch_glyph): Set glyph's ascent and descent. | 16415 | (append_stretch_glyph): Set glyph's ascent and descent. |
| 16416 | (on_hot_spot_p): New function to check if position is inside an | 16416 | (on_hot_spot_p): New function to check if position is inside an |
| 16417 | rectangular, circular, or polygon-shaped image hot-spot, | 16417 | rectangular, circular, or polygon-shaped image hot-spot. |
| 16418 | (find_hot_spot): New function to search for image hot-spot. | 16418 | (find_hot_spot): New function to search for image hot-spot. |
| 16419 | (Flookup_image_map): New defun to search for image hot-spot. | 16419 | (Flookup_image_map): New defun to search for image hot-spot. |
| 16420 | (define_frame_cursor1): New aux function to determine frame | 16420 | (define_frame_cursor1): New aux function to determine frame |
| @@ -18570,7 +18570,7 @@ | |||
| 18570 | change/simplify relevant callers. | 18570 | change/simplify relevant callers. |
| 18571 | (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars, | 18571 | (x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars, |
| 18572 | and new fringe vs. display margin position. | 18572 | and new fringe vs. display margin position. |
| 18573 | Use window_box_left_offset and window_box_right_offset | 18573 | Use window_box_left_offset and window_box_right_offset. |
| 18574 | (get_glyph_string_clip_rect): Adapt to per-window fringes and | 18574 | (get_glyph_string_clip_rect): Adapt to per-window fringes and |
| 18575 | scroll bars, and new fringe vs. display margin position. | 18575 | scroll bars, and new fringe vs. display margin position. |
| 18576 | Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH. | 18576 | Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH. |
diff --git a/src/ChangeLog.2 b/src/ChangeLog.2 index 7313f56ae8e..41e280a71b3 100644 --- a/src/ChangeLog.2 +++ b/src/ChangeLog.2 | |||
| @@ -3102,9 +3102,9 @@ | |||
| 3102 | [So (-259 . (259 . x)) means to format x -exactly- 259 chars wide.] | 3102 | [So (-259 . (259 . x)) means to format x -exactly- 259 chars wide.] |
| 3103 | 3103 | ||
| 3104 | * dispnew.c (Fding): | 3104 | * dispnew.c (Fding): |
| 3105 | Do not terminate macro-definition if given an argument | 3105 | Do not terminate macro-definition if given an argument. |
| 3106 | (This is so things like asynchronous process notifications | 3106 | (This is so things like asynchronous process notifications |
| 3107 | can beep but not screw) | 3107 | can beep but not screw.) |
| 3108 | 3108 | ||
| 3109 | 1986-11-10 Richard M. Stallman (rms@prep) | 3109 | 1986-11-10 Richard M. Stallman (rms@prep) |
| 3110 | 3110 | ||
diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index 241019b51c7..e3c5ab70f66 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 | |||
| @@ -6993,7 +6993,7 @@ | |||
| 6993 | 6993 | ||
| 6994 | * keyboard.c (Qvertical_split): Renamed to `vertical-line', | 6994 | * keyboard.c (Qvertical_split): Renamed to `vertical-line', |
| 6995 | since the window arrangement is actually referred to as a | 6995 | since the window arrangement is actually referred to as a |
| 6996 | `horizontal split.' | 6996 | `horizontal split'. |
| 6997 | (make_lispy_event, make_lispy_movement, syms_of_keyboard): Uses | 6997 | (make_lispy_event, make_lispy_movement, syms_of_keyboard): Uses |
| 6998 | renamed here. | 6998 | renamed here. |
| 6999 | * keyboard.h (Qvertical_split): Extern declaration changed here. | 6999 | * keyboard.h (Qvertical_split): Extern declaration changed here. |
diff --git a/src/ChangeLog.5 b/src/ChangeLog.5 index e4991971461..f27186079ac 100644 --- a/src/ChangeLog.5 +++ b/src/ChangeLog.5 | |||
| @@ -387,7 +387,7 @@ | |||
| 387 | based on frame name and icon_name fields. | 387 | based on frame name and icon_name fields. |
| 388 | (x_set_icon_name): New function. | 388 | (x_set_icon_name): New function. |
| 389 | (x_icon): Call x_text_icon. | 389 | (x_icon): Call x_text_icon. |
| 390 | (x_set_name): Look at icon_name field when setting the icon name, | 390 | (x_set_name): Look at icon_name field when setting the icon name. |
| 391 | (x_frame_parms): Add icon-name. | 391 | (x_frame_parms): Add icon-name. |
| 392 | (syms_of_xfns): Set up Qicon_name. | 392 | (syms_of_xfns): Set up Qicon_name. |
| 393 | 393 | ||
| @@ -903,7 +903,7 @@ | |||
| 903 | 903 | ||
| 904 | 1995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 904 | 1995-05-04 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 905 | 905 | ||
| 906 | * s/freebsd.h: (GETPGRP_NO_ARG): Defined | 906 | * s/freebsd.h (GETPGRP_NO_ARG): Define. |
| 907 | (HAVE_GETPAGESIZE): Definition deleted. | 907 | (HAVE_GETPAGESIZE): Definition deleted. |
| 908 | 908 | ||
| 909 | * data.c (store_symval_forwarding): Error if value out of range | 909 | * data.c (store_symval_forwarding): Error if value out of range |
| @@ -1308,7 +1308,7 @@ | |||
| 1308 | 1308 | ||
| 1309 | * ntinevt.c (do_mouse_event): Use XSETFASTINT. | 1309 | * ntinevt.c (do_mouse_event): Use XSETFASTINT. |
| 1310 | (SET_FRAME): Undefined. | 1310 | (SET_FRAME): Undefined. |
| 1311 | (select): Renamed to sys_select to correspond to routine in sysdep.c | 1311 | (select): Renamed to sys_select to correspond to routine in sysdep.c. |
| 1312 | (sys_select): Support struct timeval. | 1312 | (sys_select): Support struct timeval. |
| 1313 | (key_event): Support German keyboard. | 1313 | (key_event): Support German keyboard. |
| 1314 | Replace SET_FRAME with XSETFRAME. | 1314 | Replace SET_FRAME with XSETFRAME. |
| @@ -4217,7 +4217,7 @@ | |||
| 4217 | 4217 | ||
| 4218 | * process.c: Handle multiple keyboard input descriptors. | 4218 | * process.c: Handle multiple keyboard input descriptors. |
| 4219 | (non_keyboard_wait_mask): New variable. | 4219 | (non_keyboard_wait_mask): New variable. |
| 4220 | (Fset_process_filter): Update non_keyboard_wait_mask | 4220 | (Fset_process_filter): Update non_keyboard_wait_mask. |
| 4221 | (create_process, Fopen_network_stream, deactivate_process): | 4221 | (create_process, Fopen_network_stream, deactivate_process): |
| 4222 | (init_process, sigchld_handler): Likewise. | 4222 | (init_process, sigchld_handler): Likewise. |
| 4223 | (wait_reading_process_input): Maybe use non_keyboard_wait_mask. | 4223 | (wait_reading_process_input): Maybe use non_keyboard_wait_mask. |
| @@ -4456,7 +4456,7 @@ | |||
| 4456 | 4456 | ||
| 4457 | * xfns.c: Use FRAME_X_DISPLAY instead of x_current_display | 4457 | * xfns.c: Use FRAME_X_DISPLAY instead of x_current_display |
| 4458 | and XDISPLAY. | 4458 | and XDISPLAY. |
| 4459 | (x_in_use): New variable, | 4459 | (x_in_use): New variable. |
| 4460 | (check_x, using_x_p): Test x_in_use. | 4460 | (check_x, using_x_p): Test x_in_use. |
| 4461 | (Fx_open_connection): Set x_in_use. | 4461 | (Fx_open_connection): Set x_in_use. |
| 4462 | (check_x_frame): New function. | 4462 | (check_x_frame): New function. |
| @@ -5953,7 +5953,7 @@ | |||
| 5953 | 1994-09-03 Kaveh R. Ghazi (ghazi@noc.rutgers.edu) | 5953 | 1994-09-03 Kaveh R. Ghazi (ghazi@noc.rutgers.edu) |
| 5954 | 5954 | ||
| 5955 | * m/delta88k.h [__GNUC__] (HAVE_ALLOCA): Defined. | 5955 | * m/delta88k.h [__GNUC__] (HAVE_ALLOCA): Defined. |
| 5956 | [__GNUC__] (C_ALLOCA): Add #undef | 5956 | [__GNUC__] (C_ALLOCA): Add #undef. |
| 5957 | (LIB_X11_LIB): Add #undef. | 5957 | (LIB_X11_LIB): Add #undef. |
| 5958 | (HAVE_TERMIOS): Defined. | 5958 | (HAVE_TERMIOS): Defined. |
| 5959 | (HAVE_TERMIO): Add #undef. | 5959 | (HAVE_TERMIO): Add #undef. |
diff --git a/src/ChangeLog.6 b/src/ChangeLog.6 index 6c7d04a531e..3b1bdbffabc 100644 --- a/src/ChangeLog.6 +++ b/src/ChangeLog.6 | |||
| @@ -2830,7 +2830,7 @@ | |||
| 2830 | * dosfns.c (Fint86, Fdos_memget, Fdos_memput, Fmsdos_set_keyboard): | 2830 | * dosfns.c (Fint86, Fdos_memget, Fdos_memput, Fmsdos_set_keyboard): |
| 2831 | Harmonize arguments with documentation. | 2831 | Harmonize arguments with documentation. |
| 2832 | 2832 | ||
| 2833 | * editfns.c (Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_time, | 2833 | * editfns.c (Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_time) |
| 2834 | (Finsert_char, Fbuffer_substring, Fbuffer_substring_no_properties) | 2834 | (Finsert_char, Fbuffer_substring, Fbuffer_substring_no_properties) |
| 2835 | (Finsert_buffer_substring, Fdelete_region, Fnarrow_to_region): | 2835 | (Finsert_buffer_substring, Fdelete_region, Fnarrow_to_region): |
| 2836 | Harmonize arguments with documentation. | 2836 | Harmonize arguments with documentation. |
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) |