aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2012-10-17 13:24:34 +0200
committerJuanma Barranquero2012-10-17 13:24:34 +0200
commit1f9f395d8063fd633ba73f6cc025ded953bab502 (patch)
treec7126b51d05fe54bf6958a71a360c83115d2a6ee
parent7ebc5f5a07b71eada164b9e115eb40a2c03b0f95 (diff)
downloademacs-1f9f395d8063fd633ba73f6cc025ded953bab502.tar.gz
emacs-1f9f395d8063fd633ba73f6cc025ded953bab502.zip
Fix ChangeLog typos.
-rw-r--r--ChangeLog8
-rw-r--r--lisp/ChangeLog12
-rw-r--r--nt/ChangeLog10
-rw-r--r--src/ChangeLog26
4 files changed, 28 insertions, 28 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d45d3440c6..b8c7adb8708 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -764,7 +764,7 @@
764 764
7652012-06-28 Dmitry Antipov <dmantipov@yandex.ru> 7652012-06-28 Dmitry Antipov <dmantipov@yandex.ru>
766 766
767 * configure.in: Fix previous change. Remove --enable-asserts. 767 * configure.in: Fix previous change. Remove --enable-asserts.
768 (CPPFLAGS): Remove conditional -DXASSERTS=1. 768 (CPPFLAGS): Remove conditional -DXASSERTS=1.
769 Add --enable-link-time-optimization. 769 Add --enable-link-time-optimization.
770 * INSTALL: Mention this. 770 * INSTALL: Mention this.
@@ -942,7 +942,7 @@
942 942
9432012-06-03 Ulrich Müller <ulm@gentoo.org> 9432012-06-03 Ulrich Müller <ulm@gentoo.org>
944 944
945 * configure.in (PAXCTL): Check for paxctl. (Bug#11398) 945 * configure.in (PAXCTL): Check for paxctl. (Bug#11398)
946 946
9472012-06-01 Paul Eggert <eggert@cs.ucla.edu> 9472012-06-01 Paul Eggert <eggert@cs.ucla.edu>
948 948
@@ -1394,7 +1394,7 @@
13942012-04-17 Dmitry Antipov <dmantipov@yandex.ru> 13942012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
1395 1395
1396 * configure.in (AC_CHECK_FUNCS): 1396 * configure.in (AC_CHECK_FUNCS):
1397 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900) 1397 Add getpwent, endpwent, getgrent, endgrent. (Bug#7900)
1398 1398
13992012-04-16 Glenn Morris <rgm@gnu.org> 13992012-04-16 Glenn Morris <rgm@gnu.org>
1400 1400
@@ -1571,7 +1571,7 @@
1571 1571
15722011-11-04 Glenn Morris <rgm@gnu.org> 15722011-11-04 Glenn Morris <rgm@gnu.org>
1573 1573
1574 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929) 1574 * configure.in: Increase minimum GnuTLS version to 2.6.6. (Bug#9929)
1575 Do not include GnuTLS version info in final summary message. 1575 Do not include GnuTLS version info in final summary message.
1576 1576
15772011-10-31 Eli Zaretskii <eliz@gnu.org> 15772011-10-31 Eli Zaretskii <eliz@gnu.org>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5a5549332ac..9b1929eae6b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -611,9 +611,9 @@
611 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args 611 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
612 specifying the expected class, and whether subclassing is allowed. 612 specifying the expected class, and whether subclassing is allowed.
613 (eieio-persistent-convert-list-to-object): 613 (eieio-persistent-convert-list-to-object):
614 (eieio-persistent-validate/fix-slot-value) 614 (eieio-persistent-validate/fix-slot-value)
615 (eieio-persistent-slot-type-is-class-p): New functions. 615 (eieio-persistent-slot-type-is-class-p): New functions.
616 (eieio-named::slot-missing): Doc fix. 616 (eieio-named::slot-missing): Doc fix.
617 617
618 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots): 618 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
619 Stop using unused publd variable. 619 Stop using unused publd variable.
@@ -2056,7 +2056,7 @@
2056 2056
2057 * ses.el (ses-widen): 2057 * ses.el (ses-widen):
2058 * simple.el (count-words--buffer-message): 2058 * simple.el (count-words--buffer-message):
2059 * net/browse-url.el (browse-url-of-buffer): Use it 2059 * net/browse-url.el (browse-url-of-buffer): Use it.
2060 2060
2061 * simple.el (count-words-region): Don't signal an error if there 2061 * simple.el (count-words-region): Don't signal an error if there
2062 is a non-nil prefix arg and the mark is not set. 2062 is a non-nil prefix arg and the mark is not set.
@@ -16338,7 +16338,7 @@
163382011-06-22 Leo Liu <sdl.web@gmail.com> 163382011-06-22 Leo Liu <sdl.web@gmail.com>
16339 16339
16340 * minibuffer.el (completing-read-function) 16340 * minibuffer.el (completing-read-function)
16341 (completing-read-default): Move from minibuf.c 16341 (completing-read-default): Move from minibuf.c.
16342 16342
163432011-06-22 Richard Stallman <rms@gnu.org> 163432011-06-22 Richard Stallman <rms@gnu.org>
16344 16344
@@ -18195,7 +18195,7 @@
18195 Remove unnecessary and incorrect declarations. 18195 Remove unnecessary and incorrect declarations.
18196 18196
18197 * emacs-lisp/check-declare.el (check-declare-scan): 18197 * emacs-lisp/check-declare.el (check-declare-scan):
18198 Handle byte-compile-initial-macro-environment in bytecomp.el 18198 Handle byte-compile-initial-macro-environment in bytecomp.el.
18199 18199
182002011-05-05 Stefan Monnier <monnier@iro.umontreal.ca> 182002011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
18201 18201
diff --git a/nt/ChangeLog b/nt/ChangeLog
index e659b87eb76..4b0a65a59da 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -32,13 +32,13 @@
32 (offset_to_section, relocate_offset, OFFSET_TO_RVA) 32 (offset_to_section, relocate_offset, OFFSET_TO_RVA)
33 (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA) 33 (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
34 (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN) 34 (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
35 (copy_executable_and_move_sections, ADJUST_IMPORT_RVA, main): Use 35 (copy_executable_and_move_sections, ADJUST_IMPORT_RVA, main):
36 DWORD_PTR instead of DWORD for compatibility with x64. 36 Use DWORD_PTR instead of DWORD for compatibility with x64.
37 37
38 * nmake.defs: Support AMD64. 38 * nmake.defs: Support AMD64.
39 (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): New macros. 39 (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): New macros.
40 40
41 * gmake.defs: (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): 41 * gmake.defs (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST):
42 New macros. 42 New macros.
43 43
44 * addsection.c (pfnCheckSumMappedFile, rva_to_section) 44 * addsection.c (pfnCheckSumMappedFile, rva_to_section)
@@ -478,7 +478,7 @@
478 478
4792012-02-05 Christoph Scholtes <cschol2112@googlemail.com> 4792012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
480 480
481 * README.W32: Clarification for inclusion in source tarball. (Bug#9750) 481 * README.W32: Clarification for inclusion in source tarball (bug#9750).
482 482
483 * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC. 483 * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
484 484
@@ -487,7 +487,7 @@
487 * makefile.w32-in (maybe-copy-distfiles) 487 * makefile.w32-in (maybe-copy-distfiles)
488 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH) 488 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
489 (create-tmp-dist-dir): Add to make --distfiles optional. 489 (create-tmp-dist-dir): Add to make --distfiles optional.
490 (dist): Use create-tmp-dist-dir and maybe-copy-distfiles. (Bug#10261) 490 (dist): Use create-tmp-dist-dir and maybe-copy-distfiles (bug#10261).
491 491
4922012-02-04 Eli Zaretskii <eliz@gnu.org> 4922012-02-04 Eli Zaretskii <eliz@gnu.org>
493 493
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.