aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2012-10-17 13:24:34 +0200
committerJuanma Barranquero2012-10-17 13:24:34 +0200
commit1f9f395d8063fd633ba73f6cc025ded953bab502 (patch)
treec7126b51d05fe54bf6958a71a360c83115d2a6ee /src
parent7ebc5f5a07b71eada164b9e115eb40a2c03b0f95 (diff)
downloademacs-1f9f395d8063fd633ba73f6cc025ded953bab502.tar.gz
emacs-1f9f395d8063fd633ba73f6cc025ded953bab502.zip
Fix ChangeLog typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2f2fa27c3b7..9061b08220b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,7 @@
12012-10-17 Dmitry Antipov <dmantipov@yandex.ru> 12012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * buffer.c (Fkill_buffer): When unchaining the marker, 3 * buffer.c (Fkill_buffer): When unchaining the marker,
4 reset it's buffer pointer to NULL (Bug#12652). 4 reset its buffer pointer to NULL (Bug#12652).
5 5
62012-10-17 Dmitry Antipov <dmantipov@yandex.ru> 62012-10-17 Dmitry Antipov <dmantipov@yandex.ru>
7 7
@@ -245,7 +245,7 @@
245 * nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles 245 * nsfont.m (Vfonts_in_cache): Remove, not needed as font.c handles
246 caching. 246 caching.
247 (nsfont_open): Remove setting of Vfonts_in_cache. 247 (nsfont_open): Remove setting of Vfonts_in_cache.
248 (syms_of_nsfont): Remove initialization of Vfonts_in_cache 248 (syms_of_nsfont): Remove initialization of Vfonts_in_cache.
249 249
2502012-10-09 Eli Zaretskii <eliz@gnu.org> 2502012-10-09 Eli Zaretskii <eliz@gnu.org>
251 251
@@ -312,7 +312,7 @@
312 * w32select.h (HAVE_W32SELECT): Remove. 312 * w32select.h (HAVE_W32SELECT): Remove.
313 313
314 * w32select.c, w32proc.c, w32menu.c, w32console.c, w32.c: Include 314 * w32select.c, w32proc.c, w32menu.c, w32console.c, w32.c: Include
315 w32common.h instead of w32heap.h 315 w32common.h instead of w32heap.h.
316 316
317 * w32heap.h (ROUND_UP, ROUND_DOWN, get_page_size) 317 * w32heap.h (ROUND_UP, ROUND_DOWN, get_page_size)
318 (get_allocation_unit, get_processor_type, get_w32_major_version) 318 (get_allocation_unit, get_processor_type, get_w32_major_version)
@@ -435,7 +435,7 @@
435 Cygwin builds. Remove w32select declarations. 435 Cygwin builds. Remove w32select declarations.
436 436
437 * w32console.c (w32_sys_ring_bell, Fset_message_beep): Move to 437 * w32console.c (w32_sys_ring_bell, Fset_message_beep): Move to
438 w32fns.c. w32console.c is WINDOWSNT-only. 438 w32fns.c. w32console.c is WINDOWSNT-only.
439 439
440 * w32fns.c: Include cygw32.h or w32.h depending on CYGWIN; more 440 * w32fns.c: Include cygw32.h or w32.h depending on CYGWIN; more
441 NTGUI_UNICODE tweaks. (See above.) Change _snprintf to the more 441 NTGUI_UNICODE tweaks. (See above.) Change _snprintf to the more
@@ -541,7 +541,7 @@
541 (ns_clear_frame_area): Remove resize handle code. 541 (ns_clear_frame_area): Remove resize handle code.
542 542
543 * nsfns.m (ns_in_resize): Remove. 543 * nsfns.m (ns_in_resize): Remove.
544 (x_set_icon_name, ns_set_name, ns_set_name_as_filename): Remove 544 (x_set_icon_name, ns_set_name, ns_set_name_as_filename): Remove
545 ns_in_resize check. 545 ns_in_resize check.
546 546
5472012-10-07 Paul Eggert <eggert@cs.ucla.edu> 5472012-10-07 Paul Eggert <eggert@cs.ucla.edu>
@@ -570,7 +570,7 @@
570 (initFrameFromEmacs:): tbar_height renamed tibar_height. 570 (initFrameFromEmacs:): tbar_height renamed tibar_height.
571 (windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix 571 (windowDidEnterFullScreen:): Toggle toolbar for fullscreen to fix
572 error in drawing background. 572 error in drawing background.
573 (toggleFullScreen:): Remove comment. Rearrange calls. 573 (toggleFullScreen:): Remove comment. Rearrange calls.
574 Set toolbar values to zero, save old height in tobar_height. 574 Set toolbar values to zero, save old height in tobar_height.
575 Restore tool bar height when leaving fullscreen. 575 Restore tool bar height when leaving fullscreen.
576 (canBecomeMainWindow): New function. 576 (canBecomeMainWindow): New function.
@@ -993,7 +993,7 @@
993 Call setCollectionBehavior if NEW_STYLE_FS. Initialize bwidth and 993 Call setCollectionBehavior if NEW_STYLE_FS. Initialize bwidth and
994 tbar_height. 994 tbar_height.
995 (windowWillUseStandardFrame:defaultFrame:): Update frame parameter 995 (windowWillUseStandardFrame:defaultFrame:): Update frame parameter
996 fullscreen. Set maximized_width/height. Act on next_maximized. 996 fullscreen. Set maximized_width/height. Act on next_maximized.
997 997
998 * nsterm.h (MAC_OS_X_VERSION_10_7, MAC_OS_X_VERSION_10_8): New. 998 * nsterm.h (MAC_OS_X_VERSION_10_7, MAC_OS_X_VERSION_10_8): New.
999 (EmacsView): Add variables for fullscreen. 999 (EmacsView): Add variables for fullscreen.
@@ -1649,7 +1649,7 @@
16492012-09-19 Paul Eggert <eggert@cs.ucla.edu> 16492012-09-19 Paul Eggert <eggert@cs.ucla.edu>
1650 1650
1651 * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0. 1651 * w32inevt.c (w32_console_read_socket): Return -1 on failure, not 0.
1652 Ignore 'expected'. See Eli Zaretskii in 1652 Ignore 'expected'. See Eli Zaretskii in
1653 <http://bugs.gnu.org/12471#8> (last line). 1653 <http://bugs.gnu.org/12471#8> (last line).
1654 1654
1655 * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul. 1655 * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.
@@ -1716,7 +1716,7 @@
1716 (bytes_used_when_full, emacs_blocked_free, emacs_blocked_malloc) 1716 (bytes_used_when_full, emacs_blocked_free, emacs_blocked_malloc)
1717 (emacs_blocked_realloc, reset_malloc_hooks, uninterrupt_malloc): 1717 (emacs_blocked_realloc, reset_malloc_hooks, uninterrupt_malloc):
1718 [!SYSTEM_MALLOC && !SYNC_INPUT]: 1718 [!SYSTEM_MALLOC && !SYNC_INPUT]:
1719 Remove. All uses removed. 1719 Remove. All uses removed.
1720 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): Use a different 1720 (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): Use a different
1721 implementation, one that depends on whether the new macro 1721 implementation, one that depends on whether the new macro
1722 XMALLOC_BLOCK_INPUT_CHECK is defined, not on whether SYNC_INPUT 1722 XMALLOC_BLOCK_INPUT_CHECK is defined, not on whether SYNC_INPUT
@@ -2006,7 +2006,7 @@
2006 * alloc.c (discard_killed_buffers): New function. 2006 * alloc.c (discard_killed_buffers): New function.
2007 (mark_object): Use it for deleted windows and frames. 2007 (mark_object): Use it for deleted windows and frames.
2008 (mark_object): If symbol's value is set up for a killed buffer 2008 (mark_object): If symbol's value is set up for a killed buffer
2009 or deleted frame, restore it's global binding. 2009 or deleted frame, restore its global binding.
2010 * data.c (swap_in_global_binding): Add GC notice. 2010 * data.c (swap_in_global_binding): Add GC notice.
2011 (swap_in_symval_forwarding): Use convenient set_blv_where. 2011 (swap_in_symval_forwarding): Use convenient set_blv_where.
2012 * window.c (wset_next_buffers, wset_prev_buffers): Move ... 2012 * window.c (wset_next_buffers, wset_prev_buffers): Move ...
@@ -4313,7 +4313,7 @@
4313 4313
4314 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar) 4314 * nsterm.m (ns_set_vertical_scroll_bar, ns_redeem_scroll_bar)
4315 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:) 4315 (EmacsWindow-accessibilityAttributeValue, EmacsScroller-initFrame:)
4316 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114) 4316 (EmacsScroller-dealloc): Adjust to use WVAR. (Bug#12114)
4317 * nsfns.m (ns_set_name_as_filename): Likewise. 4317 * nsfns.m (ns_set_name_as_filename): Likewise.
4318 * nsmenu.m (ns_update_menubar): Likewise. 4318 * nsmenu.m (ns_update_menubar): Likewise.
4319 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR. 4319 * nsselect.m (symbol_to_nsstring): Adjust to use SVAR.
@@ -6409,7 +6409,7 @@
6409 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE 6409 Fix block vector allocation code to allow VECTOR_BLOCK_SIZE
6410 values which aren't power of 2. 6410 values which aren't power of 2.
6411 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro. 6411 * alloc.c (VECTOR_FREE_LIST_SIZE_MASK): New macro.
6412 Verify it's value and the value of VECTOR_BLOCK_SIZE. Adjust users 6412 Verify its value and the value of VECTOR_BLOCK_SIZE. Adjust users
6413 accordingly. 6413 accordingly.
6414 6414
64152012-07-03 Stefan Monnier <monnier@iro.umontreal.ca> 64152012-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -7578,7 +7578,7 @@
7578 bitfields where appropriate, remove unused fields. 7578 bitfields where appropriate, remove unused fields.
7579 * window.h (struct window): Remove unused 'last_mark_x' and 7579 * window.h (struct window): Remove unused 'last_mark_x' and
7580 'last_mark_y' fields. Rename 'mini_p' field to 'mini', 7580 'last_mark_y' fields. Rename 'mini_p' field to 'mini',
7581 change it's type from Lisp_Object to bitfield. 7581 change its type from Lisp_Object to bitfield.
7582 Change type of 'force_start', 'optional_new_start', 7582 Change type of 'force_start', 'optional_new_start',
7583 'last_had_star', 'update_mode_line' and 'start_at_line_beg' 7583 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
7584 fields from Lisp_Object to bitfield. Adjust users accordingly. 7584 fields from Lisp_Object to bitfield. Adjust users accordingly.