diff src/ChangeLog.10 @ 109506:e6408c088fbc

Fix typos in ChangeLogs.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 24 Jul 2010 13:53:19 +0200
parents b3e4bcfa7d8b
children 4d54e23aa31e
line wrap: on
line diff
--- a/src/ChangeLog.10	Fri Jul 23 21:44:29 2010 -0700
+++ b/src/ChangeLog.10	Sat Jul 24 13:53:19 2010 +0200
@@ -3252,7 +3252,7 @@
 2006-07-02  Kim F. Storm  <storm@cua.dk>
 
 	* xdisp.c (display_tool_bar_line): Skip glyphs which are too big
-	to ever fit the tool-bar,
+	to ever fit the tool-bar.
 	(MAX_FRAME_TOOL_BAR_HEIGHT): New macro.
 	(tool_bar_lines_needed): Use unused mode-line row as temp_row.
 	(redisplay_tool_bar): Only clear desired matrix if we actually
@@ -7869,7 +7869,7 @@
 
 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
 
-	* eval.c (Fprog2, Fcalled_interactively_p),
+	* eval.c (Fprog2, Fcalled_interactively_p)
 	(syms_of_eval) <debug-on-quit>: Doc fixes.
 	(syms_of_eval) <max-specpdl-size>:
 	(Finteractive_p): Fix typos in docstrings.
@@ -11250,7 +11250,7 @@
 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
 	* macterm.c (endif, x_font_name_to_mac_font_name):
-	Use maccentraleurroman instead of maccentraleuropean
+	Use maccentraleurroman instead of maccentraleuropean.
 	(mac_c_string_match, mac_do_list_fonts): Speed up font search by
 	quickly finding a specific font without needing regexps.
 
@@ -12477,7 +12477,7 @@
 
 	* gtkutil.h (xg_frame_cleared): Remove.
 
-	* xterm.c (x_clear_frame): Remove call to xg_frame_cleared
+	* xterm.c (x_clear_frame): Remove call to xg_frame_cleared.
 	(x_scroll_bar_create, XTset_vertical_scroll_bar):
 	Remove arguments left and width to xg_update_scrollbar_pos.
 	(XTset_vertical_scroll_bar): Do x_clear_area for USE_GTK also.
@@ -13017,9 +13017,9 @@
 
 	* macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte
 	strings in menu items.
-	(single_submenu): Use ENCODE_MENU_STRING
+	(single_submenu): Use ENCODE_MENU_STRING.
 	(mac_menu_show): Use ENCODE_MENU_STRING.  Reset grabbed because
-	button release isn't passed to event loop
+	button release isn't passed to event loop.
 	(add_menu_item): Use SetMenuItemWithCFString.
 
 2004-08-26  Steven Tamm  <steventamm@mac.com>
@@ -15407,7 +15407,7 @@
 	(Fxw_display_color_p): Use dpyinfo->color_p.
 	(Fx_display_grayscale_p, Fx_display_planes): Don't use
 	dpyinfo->n_cbits.
-	(Fx_display_color_cells): Use dpyinfo->n_planes;
+	(Fx_display_color_cells): Use dpyinfo->n_planes.
 	(QCmatrix, QCcolor_adjustment, QCmask, Qemboss, Qedge_detection)
 	(Qheuristic, cross_disabled_images, emboss_matrix)
 	(laplace_matrix): New variables (from xfns.c).
@@ -16414,7 +16414,7 @@
 	(append_glyph, append_composite_glyph, produce_image_glyph)
 	(append_stretch_glyph): Set glyph's ascent and descent.
 	(on_hot_spot_p): New function to check if position is inside an
-	rectangular, circular, or polygon-shaped image hot-spot,
+	rectangular, circular, or polygon-shaped image hot-spot.
 	(find_hot_spot): New function to search for image hot-spot.
 	(Flookup_image_map): New defun to search for image hot-spot.
 	(define_frame_cursor1): New aux function to determine frame
@@ -18570,7 +18570,7 @@
 	change/simplify relevant callers.
 	(x_y_to_hpos_vpos): Adapt to per-window fringes and scroll bars,
 	and new fringe vs. display margin position.
-	Use window_box_left_offset and window_box_right_offset
+	Use window_box_left_offset and window_box_right_offset.
 	(get_glyph_string_clip_rect): Adapt to per-window fringes and
 	scroll bars, and new fringe vs. display margin position.
 	Use WINDOW_LEFT_EDGE_X and WINDOW_TOTAL_WIDTH.