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/ChangeLog.10 | |
| parent | 80eb92cea85473180b905a1a89607c151e69f317 (diff) | |
| download | emacs-c4cc8b9a23253c12c5cee0be1363343fe019bf20.tar.gz emacs-c4cc8b9a23253c12c5cee0be1363343fe019bf20.zip | |
Fix typos in ChangeLogs.
Diffstat (limited to 'src/ChangeLog.10')
| -rw-r--r-- | src/ChangeLog.10 | 18 |
1 files changed, 9 insertions, 9 deletions
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. |