aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2012-07-08 01:16:19 +0200
committerJuanma Barranquero2012-07-08 01:16:19 +0200
commit090bd7cb34f89b051411dc4b170d90f63f4a1d79 (patch)
treeb3d2bdba71eccd0045c22e0c28885b7f4bee9ccf /src
parentf17c527307661519a3eda9941123234236dcf4b3 (diff)
downloademacs-090bd7cb34f89b051411dc4b170d90f63f4a1d79.tar.gz
emacs-090bd7cb34f89b051411dc4b170d90f63f4a1d79.zip
Fix ChangeLog typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1f81954f2d9..2ac0f54612b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -136,14 +136,14 @@
136 Fix marker debugging code. 136 Fix marker debugging code.
137 * marker.c (byte_char_debug_check): Do not perform the check 137 * marker.c (byte_char_debug_check): Do not perform the check
138 if buffer is not multibyte. 138 if buffer is not multibyte.
139 (buf_charpos_to_bytepos, buf_bytepos_to_charpos): Call 139 (buf_charpos_to_bytepos, buf_bytepos_to_charpos):
140 byte_char_debug_check with correct arguments. 140 Call byte_char_debug_check with correct arguments.
141 141
1422012-07-06 Dmitry Antipov <dmantipov@yandex.ru> 1422012-07-06 Dmitry Antipov <dmantipov@yandex.ru>
143 143
144 Compile marker debugging code only if ENABLE_CHECKING is defined. 144 Compile marker debugging code only if ENABLE_CHECKING is defined.
145 * marker.c (byte_char_debug_check, count_markers): Use 145 * marker.c (byte_char_debug_check, count_markers):
146 only if ENABLE_CHECKING is defined. 146 Use only if ENABLE_CHECKING is defined.
147 (byte_debug_flag): Remove. 147 (byte_debug_flag): Remove.
148 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos): 148 (CONSIDER, buf_charpos_to_bytepos, buf_bytepos_to_charpos):
149 Always call byte_char_debug_check if ENABLE_CHECKING is defined. 149 Always call byte_char_debug_check if ENABLE_CHECKING is defined.
@@ -250,8 +250,8 @@
250 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new 250 (make_widget_for_menu_item, xg_make_tool_item): Use gtk_box_new
251 followed by gtk_box_set_homogeneous (Bug#11768). 251 followed by gtk_box_set_homogeneous (Bug#11768).
252 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768). 252 (xg_update_menu_item): Use GTK_IS_BOX (Bug#11768).
253 (update_theme_scrollbar_width, xg_create_scroll_bar): Use 253 (update_theme_scrollbar_width, xg_create_scroll_bar):
254 gtk_scrollbar_new (Bug#11768). 254 Use gtk_scrollbar_new (Bug#11768).
255 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3. 255 (xg_event_is_for_scrollbar): Use Gdk Device functions for HAVE_GTK3.
256 (is_box_type): New function (Bug#11768). 256 (is_box_type): New function (Bug#11768).
257 (xg_tool_item_stale_p): Call is_box_type. 257 (xg_tool_item_stale_p): Call is_box_type.
@@ -2790,7 +2790,7 @@
2790 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows. 2790 Fix compilation with -DGLYPH_DEBUG=1 on MS-Windows.
2791 2791
2792 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font. 2792 * w32term.c [GLYPH_DEBUG]: Add prototype for x_check_font.
2793 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c 2793 (x_check_font) [GLYPH_DEBUG]: New function, copied from xterm.c.
2794 2794
2795 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken 2795 * w32fns.c (unwind_create_frame) [GLYPH_DEBUG]: Fix broken
2796 reference to image_cache->refcount. 2796 reference to image_cache->refcount.
@@ -7722,7 +7722,7 @@
7722 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6. 7722 (EmacsToolbar): Implements NSToolbarDelegate on OSX >= 10.6.
7723 7723
7724 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods 7724 * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
7725 cString and lossyCString on OSX >= 10.4 7725 cString and lossyCString on OSX >= 10.4.
7726 7726
7727 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method 7727 * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
7728 sizeToFit on OSX >= 10.2. 7728 sizeToFit on OSX >= 10.2.