aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.2
diff options
context:
space:
mode:
authorPaul Eggert2016-01-30 11:41:07 -0800
committerPaul Eggert2016-01-30 11:41:07 -0800
commit9304e6d3a222de6ef1c405bfd6e09eee6ed2c2aa (patch)
tree730b07f317a18596dba60ac473d40069b6d1c1cf /ChangeLog.2
parentbeec9cbb1705a7bc4e11a11fe4b5a2f1bfca96a0 (diff)
parent12eeaa877c4396880c926c26b4010a059b6a3325 (diff)
downloademacs-9304e6d3a222de6ef1c405bfd6e09eee6ed2c2aa.tar.gz
emacs-9304e6d3a222de6ef1c405bfd6e09eee6ed2c2aa.zip
-
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.272
1 files changed, 36 insertions, 36 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index a407c3b84ed..7bb0862d886 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -9174,7 +9174,7 @@
9174 9174
9175 Provide NS notification objects where required to eliminate warnings 9175 Provide NS notification objects where required to eliminate warnings
9176 9176
9177 * nsterm.m (windowDidResize:, toggleFullScreen:): 9177 * src/nsterm.m (windowDidResize:, toggleFullScreen:):
9178 Call notification functions with notification objects 9178 Call notification functions with notification objects
9179 as per delegate APIs. 9179 as per delegate APIs.
9180 9180
@@ -9193,7 +9193,7 @@
9193 9193
9194 Ignore fullscreen exit notifications on NS when frame is dead 9194 Ignore fullscreen exit notifications on NS when frame is dead
9195 9195
9196 * nsterm.m (windowDidResize:, windowWillExitFullScreen:) 9196 * src/nsterm.m (windowDidResize:, windowWillExitFullScreen:)
9197 (windowDidExitFullScreen:): Return if frame is dead. 9197 (windowDidExitFullScreen:): Return if frame is dead.
9198 These functions may be called when a fullscreen frame 9198 These functions may be called when a fullscreen frame
9199 is closed; they are called before, not after. 9199 is closed; they are called before, not after.
@@ -9345,7 +9345,7 @@
9345 9345
93462015-11-05 Juanma Barranquero <lekktu@gmail.com> 93462015-11-05 Juanma Barranquero <lekktu@gmail.com>
9347 9347
9348 * test/automated/elisp-mode-test.el: Silence some run-time warnings. 9348 * test/automated/elisp-mode-tests.el: Silence some run-time warnings.
9349 (xref-elisp-deftest): Bind `find-file-suppress-same-file-warnings' to t. 9349 (xref-elisp-deftest): Bind `find-file-suppress-same-file-warnings' to t.
9350 9350
93512015-11-05 Tassilo Horn <tsdh@gnu.org> 93512015-11-05 Tassilo Horn <tsdh@gnu.org>
@@ -9430,7 +9430,7 @@
9430 9430
94312015-11-03 Jay Belanger <jay.p.belanger@gmail.com> 94312015-11-03 Jay Belanger <jay.p.belanger@gmail.com>
9432 9432
9433 * lisp/calc/calc (calc-bug-address): Change maintainer address. 9433 * lisp/calc/calc.el (calc-bug-address): Change maintainer address.
9434 9434
94352015-11-03 Michael Albinus <michael.albinus@gmx.de> 94352015-11-03 Michael Albinus <michael.albinus@gmx.de>
9436 9436
@@ -9528,7 +9528,7 @@
9528 9528
9529 Add JSX indentation via js-jsx-mode (Bug#21799) 9529 Add JSX indentation via js-jsx-mode (Bug#21799)
9530 9530
9531 * progmodes/js.el: Add JSX indentation support. 9531 * lisp/progmodes/js.el: Add JSX indentation support.
9532 (js--jsx-end-tag-re) 9532 (js--jsx-end-tag-re)
9533 (js--jsx-after-tag-re): New variables. 9533 (js--jsx-after-tag-re): New variables.
9534 (js--jsx-find-before-tag) 9534 (js--jsx-find-before-tag)
@@ -9537,7 +9537,7 @@
9537 (js--expression-in-sgml-indent-line) 9537 (js--expression-in-sgml-indent-line)
9538 (js-jsx-indent-line) 9538 (js-jsx-indent-line)
9539 (js-jsx-mode): New functions. 9539 (js-jsx-mode): New functions.
9540 * test/indent/js-jsx.el: New file. 9540 * test/indent/js-jsx.js: New file.
9541 * etc/NEWS: Add information about js-jsx-mode. 9541 * etc/NEWS: Add information about js-jsx-mode.
9542 9542
95432015-10-31 Michael Albinus <michael.albinus@gmx.de> 95432015-10-31 Michael Albinus <michael.albinus@gmx.de>
@@ -9949,8 +9949,8 @@
9949 incomplete" error issued when double-clicking on the Emacs 9949 incomplete" error issued when double-clicking on the Emacs
9950 application. 9950 application.
9951 9951
9952 * nsterm.m (ns_constrain_all_frames, ns_init_term): Block input. 9952 * src/nsterm.m (ns_constrain_all_frames, ns_init_term): Block input.
9953 * nsterm.m (ns_send_appdefined, EmacsApp): Trace output. 9953 * src/nsterm.m (ns_send_appdefined, EmacsApp): Trace output.
9954 9954
99552015-10-28 Artur Malabarba <bruce.connor.am@gmail.com> 99552015-10-28 Artur Malabarba <bruce.connor.am@gmail.com>
9956 9956
@@ -9961,12 +9961,12 @@
9961 9961
9962 Fix incorrect NextStep tool-bar-mode -- wrong number of rows in frame. 9962 Fix incorrect NextStep tool-bar-mode -- wrong number of rows in frame.
9963 9963
9964 * nsterm.h (struct ns_output): New flag, in_animation. 9964 * src/nsterm.h (struct ns_output): New flag, in_animation.
9965 * nsfns.m (Fx_create_frame): Initialize in_animation flag. 9965 * src/nsfns.m (Fx_create_frame): Initialize in_animation flag.
9966 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Set 9966 * src/nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Set
9967 in_animation flag around call to "setVisible". Set new tool bar 9967 in_animation flag around call to "setVisible". Set new tool bar
9968 height before call to setVisible. 9968 height before call to setVisible.
9969 * nsterm.m (x_set_window_size): Don't call [view setRow: 9969 * src/nsterm.m (x_set_window_size): Don't call [view setRow:
9970 andColumns:] as this fools the subsequent call to updateFrameSize 9970 andColumns:] as this fools the subsequent call to updateFrameSize
9971 from performing the real resize. 9971 from performing the real resize.
9972 (windowDidResize): Don't update anything when in_animation is 9972 (windowDidResize): Don't update anything when in_animation is
@@ -9974,9 +9974,9 @@
9974 9974
9975 Trace output. 9975 Trace output.
9976 9976
9977 * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar) 9977 * src/nsmenu.m (free_frame_tool_bar, update_frame_tool_bar)
9978 (EmacsToolbar): 9978 (EmacsToolbar):
9979 * nsterm.m (x_set_window_size, updateFrameSize) 9979 * src/nsterm.m (x_set_window_size, updateFrameSize)
9980 ([EmacsView setRows: andColumns:]) 9980 ([EmacsView setRows: andColumns:])
9981 9981
99822015-10-28 Nicolas Petton <nicolas@petton.fr> 99822015-10-28 Nicolas Petton <nicolas@petton.fr>
@@ -10655,7 +10655,7 @@
10655 Don't add the xsi:type attribute (Exchange refuses requests which have 10655 Don't add the xsi:type attribute (Exchange refuses requests which have
10656 this attribute). 10656 this attribute).
10657 10657
10658 * lisp/net/soap-client.el, soap-inspect.el: Convert to lexical binding, 10658 * lisp/net/soap-client.el, lisp/net/soap-inspect.el: Convert to lexical binding,
10659 correct compiler warnings about unused function arguments and 10659 correct compiler warnings about unused function arguments and
10660 local variables. 10660 local variables.
10661 10661
@@ -10958,7 +10958,7 @@
10958 (NSTRACE_RETURN_what): Macros to print return value for 10958 (NSTRACE_RETURN_what): Macros to print return value for
10959 various types. 10959 various types.
10960 10960
10961 * nsterm.m: Remove old NSTRACE macro 10961 * src/nsterm.m: Remove old NSTRACE macro
10962 * src/nsterm.m (nstrace_num): Trace counter. 10962 * src/nsterm.m (nstrace_num): Trace counter.
10963 (nstrace_depth): Current call depth. 10963 (nstrace_depth): Current call depth.
10964 (nstrace_leave): NSTRACE support function, called when the 10964 (nstrace_leave): NSTRACE support function, called when the
@@ -11007,16 +11007,16 @@
11007 (resetCursorRects, setPosition, EmacsScroller_mouseDown) 11007 (resetCursorRects, setPosition, EmacsScroller_mouseDown)
11008 (EmacsScroller_mouseDragged, syms_of_nsterm): Use new trace system. 11008 (EmacsScroller_mouseDragged, syms_of_nsterm): Use new trace system.
11009 11009
11010 * nsfns.m: Remove old NSTRACE macro 11010 * src/nsfns.m: Remove old NSTRACE macro
11011 * src/nsfns.m (x_set_icon_name, ns_set_name, x_explicitly_set_name) 11011 * src/nsfns.m (x_set_icon_name, ns_set_name, x_explicitly_set_name)
11012 (x_implicitly_set_name, x_set_title, ns_set_name_as_filename) 11012 (x_implicitly_set_name, x_set_title, ns_set_name_as_filename)
11013 (ns_implicitly_set_icon_type, x_set_icon_type): Use new trace system. 11013 (ns_implicitly_set_icon_type, x_set_icon_type): Use new trace system.
11014 11014
11015 * nsimage.m: Remove old NSTRACE macro 11015 * src/nsimage.m: Remove old NSTRACE macro
11016 * src/nsimage.m (ns_image_from_XBM, ns_image_for_XPM) 11016 * src/nsimage.m (ns_image_from_XBM, ns_image_for_XPM)
11017 (ns_image_from_bitmap_file, ns_load_image): Use new trace system. 11017 (ns_image_from_bitmap_file, ns_load_image): Use new trace system.
11018 11018
11019 * nsmenu.m: Remove old NSTRACE macro 11019 * src/nsmenu.m: Remove old NSTRACE macro
11020 * src/nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog): 11020 * src/nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog):
11021 Use new trace system. 11021 Use new trace system.
11022 11022
@@ -11416,8 +11416,8 @@
11416 11416
11417 Unbreak `group' option for `mail-sources' 11417 Unbreak `group' option for `mail-sources'
11418 11418
11419 * nnml.el (nnml-retrieve-groups, nnml-request-scan): 11419 * lisp/gnus/nnml.el (nnml-retrieve-groups, nnml-request-scan):
11420 * nnmail.el (nnmail-get-new-mail-per-group) 11420 * lisp/gnus/nnmail.el (nnmail-get-new-mail-per-group)
11421 (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'. 11421 (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'.
11422 11422
114232015-10-19 Nicolas Petton <nicolas@petton.fr> 114232015-10-19 Nicolas Petton <nicolas@petton.fr>
@@ -11806,7 +11806,7 @@
11806 11806
11807 Reduce face-related consing during frame creation. 11807 Reduce face-related consing during frame creation.
11808 11808
11809 * faces.el (face--attributes-unspecified): Compute the "unspecified" 11809 * lisp/faces.el (face--attributes-unspecified): Compute the "unspecified"
11810 attribute list once. 11810 attribute list once.
11811 (face-spec-reset-face): Use it instead of building the list. 11811 (face-spec-reset-face): Use it instead of building the list.
11812 11812
@@ -13396,7 +13396,7 @@
13396 13396
13397 Fixes bug#21365. 13397 Fixes bug#21365.
13398 13398
13399 * dec/lispref/edebug.texi (Edebug Execution Modes): Change the 13399 * doc/lispref/edebug.texi (Edebug Execution Modes): Change the
13400 description of `edebug-initial-mode' from that of its implementation 13400 description of `edebug-initial-mode' from that of its implementation
13401 to that of its visual effect and use. Move the paragraph higher up. 13401 to that of its visual effect and use. Move the paragraph higher up.
13402 13402
@@ -14021,7 +14021,7 @@
140212015-09-15 Jay Belanger <jay.p.belanger@gmail.com> 140212015-09-15 Jay Belanger <jay.p.belanger@gmail.com>
14022 14022
14023 Add new functions for the root mean square of a (Calc) vector 14023 Add new functions for the root mean square of a (Calc) vector
14024 * lisp/calc/calc-stats.el (calcFunc-rms, calc-vector-rms): 14024 * lisp/calc/calc-stat.el (calcFunc-rms, calc-vector-rms):
14025 New functions. 14025 New functions.
14026 * lisp/calc/calc-ext.el (calc-init-extensions): Add keybinding for 14026 * lisp/calc/calc-ext.el (calc-init-extensions): Add keybinding for
14027 `calc-vector-rms', add autoloads for `calc-vector-rms' and 14027 `calc-vector-rms', add autoloads for `calc-vector-rms' and
@@ -15831,7 +15831,7 @@
15831 (mac_font_create_available_families, mac_font_shape): 15831 (mac_font_create_available_families, mac_font_shape):
15832 Remove macros for renamed functions. 15832 Remove macros for renamed functions.
15833 (mac_nsctfont_copy_font_descriptor): Remove unused macro. 15833 (mac_nsctfont_copy_font_descriptor): Remove unused macro.
15834 * src/macterm.m (mac_font_descriptor_supports_languages): 15834 * src/macfont.m (mac_font_descriptor_supports_languages):
15835 Rename from mac_ctfont_descriptor_supports_languages. 15835 Rename from mac_ctfont_descriptor_supports_languages.
15836 (mac_font_create_preferred_family_for_attributes): Rename from 15836 (mac_font_create_preferred_family_for_attributes): Rename from
15837 mac_ctfont_create_preferred_family_for_attributes. 15837 mac_ctfont_create_preferred_family_for_attributes.
@@ -17878,7 +17878,7 @@
17878 17878
178792015-08-14 Ronnie Schnell <ronnie@driver-aces.com> 178792015-08-14 Ronnie Schnell <ronnie@driver-aces.com>
17880 17880
17881 * doc/emacs/misc.text (Amusements): Fixed typo. 17881 * doc/emacs/misc.texi (Amusements): Fixed typo.
17882 17882
178832015-08-14 Eli Zaretskii <eliz@gnu.org> 178832015-08-14 Eli Zaretskii <eliz@gnu.org>
17884 17884
@@ -18233,7 +18233,7 @@
18233 18233
18234 * test/automated/ert-tests.el (ert-test-deftest): Add FIXME. 18234 * test/automated/ert-tests.el (ert-test-deftest): Add FIXME.
18235 18235
18236 * org.el: Fix up some lexical scoping warnings, and use dolist 18236 * lisp/org/org.el: Fix up some lexical scoping warnings, and use dolist
18237 * lisp/org/org.el (org-set-regexps-and-options-for-tags, org-goto-map) 18237 * lisp/org/org.el (org-set-regexps-and-options-for-tags, org-goto-map)
18238 (org-set-regexps-and-options, org-assign-fast-keys) 18238 (org-set-regexps-and-options, org-assign-fast-keys)
18239 (org-contextualize-keys, org-contextualize-validate-key) 18239 (org-contextualize-keys, org-contextualize-validate-key)
@@ -18299,7 +18299,7 @@
182992015-08-07 Phillip Lord <phillip.lord@newcastle.ac.uk> 182992015-08-07 Phillip Lord <phillip.lord@newcastle.ac.uk>
18300 18300
18301 Improve error signalling for seq-subseq 18301 Improve error signalling for seq-subseq
18302 * lisp/seq.el (seq-subseq): The existing behavior is to error 18302 * lisp/emacs-lisp/seq.el (seq-subseq): The existing behavior is to error
18303 when indexes are too large, but to silently ignore numbers which 18303 when indexes are too large, but to silently ignore numbers which
18304 are too negative for lists. String and vector handling errors in 18304 are too negative for lists. String and vector handling errors in
18305 both cases. This has been regularized. Error signaling behavior 18305 both cases. This has been regularized. Error signaling behavior
@@ -18336,8 +18336,8 @@
18336 Add support for 'inhibit-same-window in 'display-buffer-use-some-frame' 18336 Add support for 'inhibit-same-window in 'display-buffer-use-some-frame'
18337 * lisp/window.el (display-buffer-use-some-frame): Add support for 18337 * lisp/window.el (display-buffer-use-some-frame): Add support for
18338 'inhibit-same-window in alist. 18338 'inhibit-same-window in alist.
18339 * doc/windows.texi (display-buffer-use-some-frame): Doc support for 18339 * doc/lispref/windows.texi (display-buffer-use-some-frame):
18340 'inhibit-same-window in alist. 18340 Doc support for 'inhibit-same-window in alist.
18341 18341
183422015-08-07 Eli Zaretskii <eliz@gnu.org> 183422015-08-07 Eli Zaretskii <eliz@gnu.org>
18343 18343
@@ -19111,7 +19111,7 @@
19111 Check also for hits in `tramp-connection-properties'. Adapt docstring. 19111 Check also for hits in `tramp-connection-properties'. Adapt docstring.
19112 (tramp-get-remote-tmpdir): Cache only the local name of tmpdir. 19112 (tramp-get-remote-tmpdir): Cache only the local name of tmpdir.
19113 (all): Adapt `tramp-get-method-parameter' calls. 19113 (all): Adapt `tramp-get-method-parameter' calls.
19114 * lisp/net/trampver.el Update release number. 19114 * lisp/net/trampver.el: Update release number.
19115 * test/automated/tramp-tests.el (tramp--instrument-test-case): 19115 * test/automated/tramp-tests.el (tramp--instrument-test-case):
19116 Add "^make-symbolic-link not supported$" to `debug-ignored-errors'. 19116 Add "^make-symbolic-link not supported$" to `debug-ignored-errors'.
19117 (tramp-test13-make-directory, tramp--test-adb-p) 19117 (tramp-test13-make-directory, tramp--test-adb-p)
@@ -20905,7 +20905,7 @@
20905 * lisp/emacs-lisp/package.el (package--with-work-buffer-async): 20905 * lisp/emacs-lisp/package.el (package--with-work-buffer-async):
20906 Fix error reporting. 20906 Fix error reporting.
20907 20907
20908 * lisp/let-alist.el: Move to lisp/emacs-lisp/let-alist.el 20908 * lisp/emacs-lisp/let-alist.el: Move to lisp/emacs-lisp/let-alist.el
20909 20909
20910 * lisp/emacs-lisp/package.el: Revert buffer after any operation 20910 * lisp/emacs-lisp/package.el: Revert buffer after any operation
20911 Call `package-menu--post-refresh' after any operation that changes 20911 Call `package-menu--post-refresh' after any operation that changes
@@ -21371,7 +21371,7 @@
21371 21371
213722015-06-11 Artur Malabarba <bruce.connor.am@gmail.com> 213722015-06-11 Artur Malabarba <bruce.connor.am@gmail.com>
21373 21373
21374 * lisp/let-alist.el (let-alist--deep-dot-search): Fix cons. 21374 * lisp/emacs-lisp/let-alist.el (let-alist--deep-dot-search): Fix cons.
21375 * test/automated/let-alist.el (let-alist-cons): Test it. 21375 * test/automated/let-alist.el (let-alist-cons): Test it.
21376 21376
213772015-06-11 Nicolas Richard <theonewiththeevillook@yahoo.fr> 213772015-06-11 Nicolas Richard <theonewiththeevillook@yahoo.fr>
@@ -22112,10 +22112,10 @@
22112 Throw an error when converting a map into an unknown map type 22112 Throw an error when converting a map into an unknown map type
22113 * lisp/emacs-lisp/map.el (map-into): Throw an error if type is 22113 * lisp/emacs-lisp/map.el (map-into): Throw an error if type is
22114 not valid. 22114 not valid.
22115 * test/automated/map-test.el: Add a regression test. 22115 * test/automated/map-tests.el: Add a regression test.
22116 22116
22117 New library map.el similar to seq.el but for mapping data structures. 22117 New library map.el similar to seq.el but for mapping data structures.
22118 * test/automated/map-test.el: New file. 22118 * test/automated/map-tests.el: New file.
22119 * lisp/emacs-lisp/map.el: New file. 22119 * lisp/emacs-lisp/map.el: New file.
22120 22120
221212015-05-30 Dmitry Gutov <dgutov@yandex.ru> 221212015-05-30 Dmitry Gutov <dgutov@yandex.ru>
@@ -27050,7 +27050,7 @@
270502015-04-07 Alan Mackenzie <acm@muc.de> 270502015-04-07 Alan Mackenzie <acm@muc.de>
27051 27051
27052 Always mark "<" and ">" in #include directives with text properties. 27052 Always mark "<" and ">" in #include directives with text properties.
27053 * lisp/progmodes/c-fonts.el (c-cpp-matchers): Replace a font-lock 27053 * lisp/progmodes/cc-fonts.el (c-cpp-matchers): Replace a font-lock
27054 "anchored matcher" with an invocation of 27054 "anchored matcher" with an invocation of
27055 c-make-font-lock-search-function to allow fontification when there's 27055 c-make-font-lock-search-function to allow fontification when there's
27056 no trailing space on an "#include <..>" line. 27056 no trailing space on an "#include <..>" line.