aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog27
-rw-r--r--src/ChangeLog30
2 files changed, 28 insertions, 29 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1bb8f913c20..af91cfffba4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -96,16 +96,16 @@
962012-09-11 Bastien Guerry <bzg@gnu.org> 962012-09-11 Bastien Guerry <bzg@gnu.org>
97 97
98 * subr.el (set-temporary-overlay-map): Add a docstring. 98 * subr.el (set-temporary-overlay-map): Add a docstring.
99 (bug#12346) 99 (Bug#12346)
100 100
1012012-09-11 Bastien Guerry <bzg@gnu.org> 1012012-09-11 Bastien Guerry <bzg@gnu.org>
102 102
103 * minibuffer.el (completion-table-subvert): Fix docstring. 103 * minibuffer.el (completion-table-subvert): Fix docstring.
104 (bug#12347) 104 (Bug#12347)
105 105
1062012-09-11 Bastien Guerry <bzg@gnu.org> 1062012-09-11 Bastien Guerry <bzg@gnu.org>
107 107
108 * help-fns.el (describe-variable): Fix typo. (bug#12346) 108 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
109 109
1102012-09-10 Michael R. Mauger <mmaug@yahoo.com> 1102012-09-10 Michael R. Mauger <mmaug@yahoo.com>
111 111
@@ -125,9 +125,8 @@
1252012-09-10 Stefan Monnier <monnier@iro.umontreal.ca> 1252012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
126 126
127 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var. 127 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
128 (emacs-lisp-byte-code-comment) 128 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
129 (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode): 129 (emacs-lisp-byte-code-mode): New functions.
130 New functions.
131 (eval-sexp-add-defvars): Don't skip defvars in column >0. 130 (eval-sexp-add-defvars): Don't skip defvars in column >0.
132 (eval-defun-2): Remove bogus interactive spec. 131 (eval-defun-2): Remove bogus interactive spec.
133 (lisp-indent-line): Remove redundant whole-exp code, now done in 132 (lisp-indent-line): Remove redundant whole-exp code, now done in
@@ -1614,7 +1613,7 @@
1614 * calc-mode.el (calc-basic-simplification-mode): Rename from 1613 * calc-mode.el (calc-basic-simplification-mode): Rename from
1615 `calc-limited-simplification-mode'. 1614 `calc-limited-simplification-mode'.
1616 (calc-alg-simplification-mode): New function. 1615 (calc-alg-simplification-mode): New function.
1617 (calc-set-simplify-mode): Adjust message. 1616 (calc-set-simplify-mode): Adjust message.
1618 1617
1619 * calc.el (calc-set-mode-line): Adjust mode line display for 1618 * calc.el (calc-set-mode-line): Adjust mode line display for
1620 basic simplification mode. 1619 basic simplification mode.
@@ -1812,7 +1811,7 @@
1812 * notifications.el (notifications-on-action-signal) 1811 * notifications.el (notifications-on-action-signal)
1813 (notifications-on-closed-signal): Use also the bus address for the map. 1812 (notifications-on-closed-signal): Use also the bus address for the map.
1814 (notifications-notify, notifications-close-notification) 1813 (notifications-notify, notifications-close-notification)
1815 (notifications-get-capabilities): Add optional argument BUS. 1814 (notifications-get-capabilities): Add optional argument BUS.
1816 1815
18172012-07-27 Tassilo Horn <tsdh@gnu.org> 18162012-07-27 Tassilo Horn <tsdh@gnu.org>
1818 1817
@@ -1932,7 +1931,7 @@
1932 ses-cell-set-formula or ses-set-cell to change the cell and handle 1931 ses-cell-set-formula or ses-set-cell to change the cell and handle
1933 the undo at the same time, but rather use lower level new macros 1932 the undo at the same time, but rather use lower level new macros
1934 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle 1933 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
1935 the undo directly. Refresh the mode line. 1934 the undo directly. Refresh the mode line.
1936 1935
19372012-07-21 Leo Liu <sdl.web@gmail.com> 19362012-07-21 Leo Liu <sdl.web@gmail.com>
1938 1937
@@ -5348,13 +5347,13 @@
5348 * progmodes/verilog-mode.el (font-lock-keywords): 5347 * progmodes/verilog-mode.el (font-lock-keywords):
5349 Fix mis-highligting auto. Reported by Craig Barner. 5348 Fix mis-highligting auto. Reported by Craig Barner.
5350 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove 5349 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
5351 defines from global name space. Reported by Dan Dever. 5350 defines from global name space. Reported by Dan Dever.
5352 (verilog-auto-reset, verilog-auto-reset-widths) 5351 (verilog-auto-reset, verilog-auto-reset-widths)
5353 (verilog-auto-tieoff): Support using unbased numbers for 5352 (verilog-auto-tieoff): Support using unbased numbers for
5354 AUTORESET and AUTOTIEOFF. 5353 AUTORESET and AUTOTIEOFF.
5355 (verilog-submit-bug-report): Update variable list. 5354 (verilog-submit-bug-report): Update variable list.
5356 (verilog-read-auto-params): Fix AUTOINPUT regexps containing 5355 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
5357 parenthesis from not matching. Reported by Michael Rytting. 5356 parenthesis from not matching. Reported by Michael Rytting.
5358 (verilog-auto-template-lint): Fix hash error when linting modules 5357 (verilog-auto-template-lint): Fix hash error when linting modules
5359 with no used templates. 5358 with no used templates.
5360 (verilog-warn, verilog-warn-error) 5359 (verilog-warn, verilog-warn-error)
@@ -5364,12 +5363,12 @@
5364 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused' 5363 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
5365 to report unused template errors. Reported by Brad Dobbie. 5364 to report unused template errors. Reported by Brad Dobbie.
5366 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type 5365 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
5367 nets, bug438. Reported by Vns Blore. 5366 nets, bug438. Reported by Vns Blore.
5368 (verilog-auto-inout-module, verilog-auto-reg) 5367 (verilog-auto-inout-module, verilog-auto-reg)
5369 (verilog-read-decls, verilog-read-sub-decls-sig) 5368 (verilog-read-decls, verilog-read-sub-decls-sig)
5370 (verilog-signals-edit-wire-reg, verilog-signals-with): 5369 (verilog-signals-edit-wire-reg, verilog-signals-with):
5371 Fix passing of Verilog data types in ANSI input/output ports 5370 Fix passing of Verilog data types in ANSI input/output ports
5372 such as "output logic" into the AUTOs. Special case "wire" and 5371 such as "output logic" into the AUTOs. Special case "wire" and
5373 "reg" for backwards compatibility presuming Verilog 2001. 5372 "reg" for backwards compatibility presuming Verilog 2001.
5374 (verilog-auto-ascii-enum): Add "auto enum" as alias. 5373 (verilog-auto-ascii-enum): Add "auto enum" as alias.
5375 (verilog-preprocess): Fix replication of preprocess output. 5374 (verilog-preprocess): Fix replication of preprocess output.
@@ -5390,7 +5389,7 @@
5390 (verilog-read-decls): Fix 'parameter type' not appearing in 5389 (verilog-read-decls): Fix 'parameter type' not appearing in
5391 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw. 5390 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
5392 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do 5391 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
5393 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw. 5392 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
5394 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP. 5393 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
5395 Reported by David Kravitz. 5394 Reported by David Kravitz.
5396 5395
diff --git a/src/ChangeLog b/src/ChangeLog
index 90f3fc33b59..153a0b59c62 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -287,7 +287,7 @@
287 (ns_maybe_dumpglyphs_background): Remove fringe/internal border 287 (ns_maybe_dumpglyphs_background): Remove fringe/internal border
288 adjustment. 288 adjustment.
289 (ns_dumpglyphs_image): Ditto. 289 (ns_dumpglyphs_image): Ditto.
290 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal 290 (ns_dumpglyphs_stretch): Fix coding style. Remove fringe/internal
291 border adjustment. 291 border adjustment.
292 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and 292 (ns_set_vertical_scroll_bar): Remove variables barOnVeryLeft/Right and
293 their usage. Add fringe_extended_p and its use as in other terms. 293 their usage. Add fringe_extended_p and its use as in other terms.
@@ -368,7 +368,7 @@
368 * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>; 368 * conf_post.h [SIGNAL_H_AHB]: Do not include <signal.h>;
369 no longer needed here. 369 no longer needed here.
370 * emacs.c (main): Inspect existing signal handler with sigaction, 370 * emacs.c (main): Inspect existing signal handler with sigaction,
371 so that there's no need to block and unblock SIGHUP. 371 so that there's no need to block and unblock SIGHUP.
372 * sysdep.c (struct save_signal): New member 'action', replacing 372 * sysdep.c (struct save_signal): New member 'action', replacing
373 old member 'handler'. 373 old member 'handler'.
374 (save_signal_handlers, restore_signal_handlers): 374 (save_signal_handlers, restore_signal_handlers):
@@ -895,18 +895,18 @@
8952012-08-28 Jan Djärv <jan.h.d@swipnet.se> 8952012-08-28 Jan Djärv <jan.h.d@swipnet.se>
896 896
897 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize 897 * nsmenu.m (initWithContentRect:styleMask:backing:defer:): Initialize
898 button_values to NULL. Call setStykeMask so dialogs get a close button. 898 button_values to NULL. Call setStykeMask so dialogs get a close button.
899 (windowShouldClose:): Set window_closed. 899 (windowShouldClose:): Set window_closed.
900 (dealloc): New member, free button_values. 900 (dealloc): New member, free button_values.
901 (process_dialog:): Make member function. Remove window argument, 901 (process_dialog:): Make member function. Remove window argument,
902 replace window with self. Count buttons and allocate and store values 902 replace window with self. Count buttons and allocate and store values
903 in button_values. 903 in button_values.
904 (addButton:value:row:): value is int with the name tag. Call setTag 904 (addButton:value:row:): value is int with the name tag. Call setTag
905 with tag. Remove return self, declare return value as void. 905 with tag. Remove return self, declare return value as void.
906 (addString:row:): Remove return self, declare return value as void. 906 (addString:row:): Remove return self, declare return value as void.
907 (addSplit): Remove return self, declare return value as void. 907 (addSplit): Remove return self, declare return value as void.
908 (clicked:): Remove return self, declare return value as void. 908 (clicked:): Remove return self, declare return value as void.
909 Set dialog_return to button_values[seltag]. Code formatting change. 909 Set dialog_return to button_values[seltag]. Code formatting change.
910 (initFromContents:isQuestion:): Adjust call to process_dialog. 910 (initFromContents:isQuestion:): Adjust call to process_dialog.
911 Code formatting change. 911 Code formatting change.
912 (timeout_handler:): Set timer_fired to YES. 912 (timeout_handler:): Set timer_fired to YES.
@@ -1241,7 +1241,7 @@
1241 1241
1242 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object. 1242 * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.
1243 Otherwise, the compiler complains about (A?B:C) where B is void 1243 Otherwise, the compiler complains about (A?B:C) where B is void
1244 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12. 1244 and C is Lisp_Object. This fixes an incompatibility with Sun C 5.12.
1245 (fontset_add): Return void, for FONTSET_ADD. 1245 (fontset_add): Return void, for FONTSET_ADD.
1246 1246
12472012-08-21 Paul Eggert <eggert@cs.ucla.edu> 12472012-08-21 Paul Eggert <eggert@cs.ucla.edu>
@@ -1757,7 +1757,7 @@
1757 Start main loop and wait for application defined event. 1757 Start main loop and wait for application defined event.
1758 Inform select thread to stop selecting after main loop is exited. 1758 Inform select thread to stop selecting after main loop is exited.
1759 (ns_term_init): Create selfds pipe and set non-blocking. 1759 (ns_term_init): Create selfds pipe and set non-blocking.
1760 Initialize select_mutex. Start the select thread (fd_handler). 1760 Initialize select_mutex. Start the select thread (fd_handler).
1761 (fd_handler:): Loop forever, wait for info from the main thread 1761 (fd_handler:): Loop forever, wait for info from the main thread
1762 to either start or stop selecting. When select returns, send 1762 to either start or stop selecting. When select returns, send
1763 and appdefined event. 1763 and appdefined event.
@@ -1889,7 +1889,7 @@
1889 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info 1889 (xg_create_tool_bar): Allocate and initialize a xg_frame_tb_info
1890 if not present. 1890 if not present.
1891 (update_frame_tool_bar): Return early if data in xg_frame_tb_info 1891 (update_frame_tool_bar): Return early if data in xg_frame_tb_info
1892 is up to date. Otherwise store new data. 1892 is up to date. Otherwise store new data.
1893 (free_frame_tool_bar): Free xg_frame_tb_info if present. 1893 (free_frame_tool_bar): Free xg_frame_tb_info if present.
1894 1894
18952012-08-13 Dmitry Antipov <dmantipov@yandex.ru> 18952012-08-13 Dmitry Antipov <dmantipov@yandex.ru>
@@ -1916,7 +1916,7 @@
19162012-08-11 Jan Djärv <jan.h.d@swipnet.se> 19162012-08-11 Jan Djärv <jan.h.d@swipnet.se>
1917 1917
1918 * nsterm.m (not_in_argv): New function. 1918 * nsterm.m (not_in_argv): New function.
1919 (application:openFile, application:openTempFile:): 1919 (application:openFile, application:openTempFile:):
1920 (application:openFileWithoutUI:, application:openFiles:): Open file 1920 (application:openFileWithoutUI:, application:openFiles:): Open file
1921 if not_in_argv returns non-zero (bug#12171). 1921 if not_in_argv returns non-zero (bug#12171).
1922 1922
@@ -3103,7 +3103,7 @@
3103 3103
31042012-07-21 Jan Djärv <jan.h.d@swipnet.se> 31042012-07-21 Jan Djärv <jan.h.d@swipnet.se>
3105 3105
3106 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134). 3106 * nsterm.m (accessibilityAttributeValue): New function. (Bug#11134).
3107 (conversationIdentifier): Return value is NSInteger. 3107 (conversationIdentifier): Return value is NSInteger.
3108 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA. 3108 * nsterm.m (accessibilityAttributeValue): Surround with NS_IMPL_COCOA.
3109 3109
@@ -5613,7 +5613,7 @@
5613 * lisp.h (struct vectorlike_header): New field `nbytes', 5613 * lisp.h (struct vectorlike_header): New field `nbytes',
5614 adjust comment accordingly. 5614 adjust comment accordingly.
5615 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK' 5615 * alloc.c (enum mem_type): New type `MEM_TYPE_VECTOR_BLOCK'
5616 to denote vector blocks. Adjust users (live_vector_p, 5616 to denote vector blocks. Adjust users (live_vector_p,
5617 mark_maybe_pointer, valid_lisp_object_p) accordingly. 5617 mark_maybe_pointer, valid_lisp_object_p) accordingly.
5618 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG. 5618 (COMMON_MULTIPLE): Move outside #if USE_LSB_TAG.
5619 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES), 5619 (VECTOR_BLOCK_SIZE, vroundup, VECTOR_BLOCK_BYTES),
@@ -5627,7 +5627,7 @@
5627 (allocate_vector_from_block, init_vectors, allocate_vector_from_block) 5627 (allocate_vector_from_block, init_vectors, allocate_vector_from_block)
5628 (sweep_vectors): New functions. 5628 (sweep_vectors): New functions.
5629 (allocate_vectorlike): Return `zero_vector' as the only vector of 5629 (allocate_vectorlike): Return `zero_vector' as the only vector of
5630 0 items. Allocate new vector from block if vector size is less than 5630 0 items. Allocate new vector from block if vector size is less than
5631 or equal to VBLOCK_BYTES_MAX. 5631 or equal to VBLOCK_BYTES_MAX.
5632 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors. 5632 (Fgarbage_collect): Move all vector sweeping code to sweep_vectors.
5633 (init_alloc_once): Add call to init_vectors. 5633 (init_alloc_once): Add call to init_vectors.
@@ -5717,7 +5717,7 @@
5717 change it's type from Lisp_Object to bitfield. 5717 change it's type from Lisp_Object to bitfield.
5718 Change type of 'force_start', 'optional_new_start', 5718 Change type of 'force_start', 'optional_new_start',
5719 'last_had_star', 'update_mode_line' and 'start_at_line_beg' 5719 'last_had_star', 'update_mode_line' and 'start_at_line_beg'
5720 fields from Lisp_Object to bitfield. Adjust users accordingly. 5720 fields from Lisp_Object to bitfield. Adjust users accordingly.
5721 5721
57222012-05-31 Paul Eggert <eggert@cs.ucla.edu> 57222012-05-31 Paul Eggert <eggert@cs.ucla.edu>
5723 5723