aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2013-12-28 01:36:00 +0100
committerJuanma Barranquero2013-12-28 01:36:00 +0100
commite9dc713d18e425597339d6e2ed4a5fb2924d205d (patch)
treef0594dd714cc64acecd491d07b3a7aa616aa787f /src/ChangeLog
parent8449dd1f655d118a104e87c65ab77c86d5b71382 (diff)
downloademacs-e9dc713d18e425597339d6e2ed4a5fb2924d205d.tar.gz
emacs-e9dc713d18e425597339d6e2ed4a5fb2924d205d.zip
Fix ChangeLog typos.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 606ac9a6430..486381a1b34 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -178,7 +178,7 @@
178 Remove font and color handling. 178 Remove font and color handling.
179 (syms_of_nsterm): Defsym Qfile and Qurl. 179 (syms_of_nsterm): Defsym Qfile and Qurl.
180 180
1812013-12-19 Anders Lindgren <andlind@gmail.com> 1812013-12-19 Anders Lindgren <andlind@gmail.com>
182 182
183 * nsterm.m (NSTRACE_SIZE, NSTRACE_RECT): New macros. 183 * nsterm.m (NSTRACE_SIZE, NSTRACE_RECT): New macros.
184 (ns_constrain_all_frames, x_set_offset): Remove assignment to 184 (ns_constrain_all_frames, x_set_offset): Remove assignment to
@@ -189,7 +189,7 @@
189 189
190 * nsterm.h (ns_output): Remove dont_constrain. 190 * nsterm.h (ns_output): Remove dont_constrain.
191 191
1922013-12-19 Anders Lindgren <andlind@gmail.com> 1922013-12-19 Anders Lindgren <andlind@gmail.com>
193 193
194 * nsterm.m (mouseDown:): Generate HORIZ_WHEEL_EVENT. 194 * nsterm.m (mouseDown:): Generate HORIZ_WHEEL_EVENT.
195 195
@@ -540,7 +540,7 @@
540 540
541 Avoid undefined behavior with huge regexp interval counts. 541 Avoid undefined behavior with huge regexp interval counts.
542 * regex.c (GET_INTERVAL_COUNT): Rename from 'GET_UNSIGNED_NUMBER', 542 * regex.c (GET_INTERVAL_COUNT): Rename from 'GET_UNSIGNED_NUMBER',
543 since it's now specialized to interval counts. All uses changed. 543 since it's now specialized to interval counts. All uses changed.
544 Do not assume wrapraound on signed integer overflow. 544 Do not assume wrapraound on signed integer overflow.
545 (regex_compile): Simplify based on the above changes. 545 (regex_compile): Simplify based on the above changes.
546 546
@@ -737,7 +737,7 @@
737 change_frame_size should already have done it. 737 change_frame_size should already have done it.
738 (x_new_font): Assign new tool- and menu-bar heights. 738 (x_new_font): Assign new tool- and menu-bar heights.
739 (x_set_window_size_1): Account for tool- and menu-bar heights 739 (x_set_window_size_1): Account for tool- and menu-bar heights
740 (Bug#16013). Don't set pixel sizes since change_frame_size 740 (Bug#16013). Don't set pixel sizes since change_frame_size
741 should already have done it. 741 should already have done it.
742 742
7432013-12-11 Paul Eggert <eggert@cs.ucla.edu> 7432013-12-11 Paul Eggert <eggert@cs.ucla.edu>
@@ -1534,7 +1534,7 @@
1534 1534
15352013-11-20 Jan Djärv <jan.h.d@swipnet.se> 15352013-11-20 Jan Djärv <jan.h.d@swipnet.se>
1536 1536
1537 * nsterm.m (init, run, stop:): Enable again. stop calls super stop 1537 * nsterm.m (init, run, stop:): Enable again. stop calls super stop
1538 to handle dialogs. 1538 to handle dialogs.
1539 1539
1540 * nsterm.m (init, run, stop:): Comment out for now, does not work 1540 * nsterm.m (init, run, stop:): Comment out for now, does not work
@@ -2319,7 +2319,7 @@
23192013-10-17 Barry O'Reilly <gundaetiapo@gmail.com> 23192013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
2320 2320
2321 Don't run timers in input-pending-p. Its new check-timers param 2321 Don't run timers in input-pending-p. Its new check-timers param
2322 provides the prior behavior. (Bug#15045). 2322 provides the prior behavior. (Bug#15045).
2323 * src/keyboard.c (Finput_pending_p): Accept optional check-timers 2323 * src/keyboard.c (Finput_pending_p): Accept optional check-timers
2324 param. 2324 param.
2325 2325
@@ -3561,7 +3561,7 @@
3561 (nsfont_open): Set font driver type. 3561 (nsfont_open): Set font driver type.
3562 Set font->ascent and font->descent. Figure out font instead of 3562 Set font->ascent and font->descent. Figure out font instead of
3563 ns_tmp_font, and flags instead of ns_tmp_flags. 3563 ns_tmp_font, and flags instead of ns_tmp_flags.
3564 Fix indentation. Remove call to ns_draw_text_decoration, 3564 Fix indentation. Remove call to ns_draw_text_decoration,
3565 moved to nsterm. 3565 moved to nsterm.
3566 3566
3567 * nsfns.m: Include macfont.h. 3567 * nsfns.m: Include macfont.h.
@@ -4168,7 +4168,7 @@
4168 * nsterm.m (last_window): New variable. 4168 * nsterm.m (last_window): New variable.
4169 (EV_TRAILER2): New macro. 4169 (EV_TRAILER2): New macro.
4170 (EV_TRAILER): Call EV_TRAILER2. 4170 (EV_TRAILER): Call EV_TRAILER2.
4171 (mouseMoved:): Add support for mouse-autoselect-window 4171 (mouseMoved:): Add support for mouse-autoselect-window
4172 on nextstep (Bug#6888). 4172 on nextstep (Bug#6888).
4173 4173
41742013-08-28 Andreas Schwab <schwab@suse.de> 41742013-08-28 Andreas Schwab <schwab@suse.de>
@@ -5486,7 +5486,7 @@
5486 (handle_one_xevent, syms_of_xterm): Adjust users. 5486 (handle_one_xevent, syms_of_xterm): Adjust users.
5487 (x_flush): Call XFlush once per each X display, not frame. 5487 (x_flush): Call XFlush once per each X display, not frame.
5488 This is better because this code always unconditionally skips 5488 This is better because this code always unconditionally skips
5489 non-X frames in Vframe_list and issues the only XFlush if we 5489 non-X frames in Vframe_list and issues the only XFlush if we
5490 have more than one X frame on the same X display. 5490 have more than one X frame on the same X display.
5491 (any_help_event_p, x_draw_glyph_string_background, x_display_ok): 5491 (any_help_event_p, x_draw_glyph_string_background, x_display_ok):
5492 Use bool for booleans. 5492 Use bool for booleans.