diff options
| author | Nicolas Petton | 2016-01-24 12:45:29 +0100 |
|---|---|---|
| committer | Nicolas Petton | 2016-01-24 13:31:54 +0100 |
| commit | 5152b211e81f969ac7cf31e7be6564a8be3299c5 (patch) | |
| tree | b13d07226f11fea7140e3897c195a9ef6e1abe5b | |
| parent | 2aae081a14b21424b1e2794ae3bbef8444811c3b (diff) | |
| download | emacs-5152b211e81f969ac7cf31e7be6564a8be3299c5.tar.gz emacs-5152b211e81f969ac7cf31e7be6564a8be3299c5.zip | |
; ChangeLog fixes
* ChangeLog.2:
* doc/emacs/ChangeLog.1:
* lisp/ChangeLog.17: Fix ChangeLog entries
| -rw-r--r-- | ChangeLog.2 | 72 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog.1 | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.17 | 11 |
3 files changed, 44 insertions, 43 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2 index 7a63a9538d1..f406916df11 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | 26 | ||
| 27 | Provide NS notification objects where required to eliminate warnings | 27 | Provide NS notification objects where required to eliminate warnings |
| 28 | 28 | ||
| 29 | * nsterm.m (windowDidResize:, toggleFullScreen:): | 29 | * src/nsterm.m (windowDidResize:, toggleFullScreen:): |
| 30 | Call notification functions with notification objects | 30 | Call notification functions with notification objects |
| 31 | as per delegate APIs. | 31 | as per delegate APIs. |
| 32 | 32 | ||
| @@ -45,7 +45,7 @@ | |||
| 45 | 45 | ||
| 46 | Ignore fullscreen exit notifications on NS when frame is dead | 46 | Ignore fullscreen exit notifications on NS when frame is dead |
| 47 | 47 | ||
| 48 | * nsterm.m (windowDidResize:, windowWillExitFullScreen:) | 48 | * src/nsterm.m (windowDidResize:, windowWillExitFullScreen:) |
| 49 | (windowDidExitFullScreen:): Return if frame is dead. | 49 | (windowDidExitFullScreen:): Return if frame is dead. |
| 50 | These functions may be called when a fullscreen frame | 50 | These functions may be called when a fullscreen frame |
| 51 | is closed; they are called before, not after. | 51 | is closed; they are called before, not after. |
| @@ -197,7 +197,7 @@ | |||
| 197 | 197 | ||
| 198 | 2015-11-05 Juanma Barranquero <lekktu@gmail.com> | 198 | 2015-11-05 Juanma Barranquero <lekktu@gmail.com> |
| 199 | 199 | ||
| 200 | * test/automated/elisp-mode-test.el: Silence some run-time warnings. | 200 | * test/automated/elisp-mode-tests.el: Silence some run-time warnings. |
| 201 | (xref-elisp-deftest): Bind `find-file-suppress-same-file-warnings' to t. | 201 | (xref-elisp-deftest): Bind `find-file-suppress-same-file-warnings' to t. |
| 202 | 202 | ||
| 203 | 2015-11-05 Tassilo Horn <tsdh@gnu.org> | 203 | 2015-11-05 Tassilo Horn <tsdh@gnu.org> |
| @@ -282,7 +282,7 @@ | |||
| 282 | 282 | ||
| 283 | 2015-11-03 Jay Belanger <jay.p.belanger@gmail.com> | 283 | 2015-11-03 Jay Belanger <jay.p.belanger@gmail.com> |
| 284 | 284 | ||
| 285 | * lisp/calc/calc (calc-bug-address): Change maintainer address. | 285 | * lisp/calc/calc.el (calc-bug-address): Change maintainer address. |
| 286 | 286 | ||
| 287 | 2015-11-03 Michael Albinus <michael.albinus@gmx.de> | 287 | 2015-11-03 Michael Albinus <michael.albinus@gmx.de> |
| 288 | 288 | ||
| @@ -380,7 +380,7 @@ | |||
| 380 | 380 | ||
| 381 | Add JSX indentation via js-jsx-mode (Bug#21799) | 381 | Add JSX indentation via js-jsx-mode (Bug#21799) |
| 382 | 382 | ||
| 383 | * progmodes/js.el: Add JSX indentation support. | 383 | * lisp/progmodes/js.el: Add JSX indentation support. |
| 384 | (js--jsx-end-tag-re) | 384 | (js--jsx-end-tag-re) |
| 385 | (js--jsx-after-tag-re): New variables. | 385 | (js--jsx-after-tag-re): New variables. |
| 386 | (js--jsx-find-before-tag) | 386 | (js--jsx-find-before-tag) |
| @@ -389,7 +389,7 @@ | |||
| 389 | (js--expression-in-sgml-indent-line) | 389 | (js--expression-in-sgml-indent-line) |
| 390 | (js-jsx-indent-line) | 390 | (js-jsx-indent-line) |
| 391 | (js-jsx-mode): New functions. | 391 | (js-jsx-mode): New functions. |
| 392 | * test/indent/js-jsx.el: New file. | 392 | * test/indent/js-jsx.js: New file. |
| 393 | * etc/NEWS: Add information about js-jsx-mode. | 393 | * etc/NEWS: Add information about js-jsx-mode. |
| 394 | 394 | ||
| 395 | 2015-10-31 Michael Albinus <michael.albinus@gmx.de> | 395 | 2015-10-31 Michael Albinus <michael.albinus@gmx.de> |
| @@ -801,8 +801,8 @@ | |||
| 801 | incomplete" error issued when double-clicking on the Emacs | 801 | incomplete" error issued when double-clicking on the Emacs |
| 802 | application. | 802 | application. |
| 803 | 803 | ||
| 804 | * nsterm.m (ns_constrain_all_frames, ns_init_term): Block input. | 804 | * src/nsterm.m (ns_constrain_all_frames, ns_init_term): Block input. |
| 805 | * nsterm.m (ns_send_appdefined, EmacsApp): Trace output. | 805 | * src/nsterm.m (ns_send_appdefined, EmacsApp): Trace output. |
| 806 | 806 | ||
| 807 | 2015-10-28 Artur Malabarba <bruce.connor.am@gmail.com> | 807 | 2015-10-28 Artur Malabarba <bruce.connor.am@gmail.com> |
| 808 | 808 | ||
| @@ -813,12 +813,12 @@ | |||
| 813 | 813 | ||
| 814 | Fix incorrect NextStep tool-bar-mode -- wrong number of rows in frame. | 814 | Fix incorrect NextStep tool-bar-mode -- wrong number of rows in frame. |
| 815 | 815 | ||
| 816 | * nsterm.h (struct ns_output): New flag, in_animation. | 816 | * src/nsterm.h (struct ns_output): New flag, in_animation. |
| 817 | * nsfns.m (Fx_create_frame): Initialize in_animation flag. | 817 | * src/nsfns.m (Fx_create_frame): Initialize in_animation flag. |
| 818 | * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Set | 818 | * src/nsmenu.m (free_frame_tool_bar, update_frame_tool_bar): Set |
| 819 | in_animation flag around call to "setVisible". Set new tool bar | 819 | in_animation flag around call to "setVisible". Set new tool bar |
| 820 | height before call to setVisible. | 820 | height before call to setVisible. |
| 821 | * nsterm.m (x_set_window_size): Don't call [view setRow: | 821 | * src/nsterm.m (x_set_window_size): Don't call [view setRow: |
| 822 | andColumns:] as this fools the subsequent call to updateFrameSize | 822 | andColumns:] as this fools the subsequent call to updateFrameSize |
| 823 | from performing the real resize. | 823 | from performing the real resize. |
| 824 | (windowDidResize): Don't update anything when in_animation is | 824 | (windowDidResize): Don't update anything when in_animation is |
| @@ -826,9 +826,9 @@ | |||
| 826 | 826 | ||
| 827 | Trace output. | 827 | Trace output. |
| 828 | 828 | ||
| 829 | * nsmenu.m (free_frame_tool_bar, update_frame_tool_bar) | 829 | * src/nsmenu.m (free_frame_tool_bar, update_frame_tool_bar) |
| 830 | (EmacsToolbar): | 830 | (EmacsToolbar): |
| 831 | * nsterm.m (x_set_window_size, updateFrameSize) | 831 | * src/nsterm.m (x_set_window_size, updateFrameSize) |
| 832 | ([EmacsView setRows: andColumns:]) | 832 | ([EmacsView setRows: andColumns:]) |
| 833 | 833 | ||
| 834 | 2015-10-28 Nicolas Petton <nicolas@petton.fr> | 834 | 2015-10-28 Nicolas Petton <nicolas@petton.fr> |
| @@ -1507,7 +1507,7 @@ | |||
| 1507 | Don't add the xsi:type attribute (Exchange refuses requests which have | 1507 | Don't add the xsi:type attribute (Exchange refuses requests which have |
| 1508 | this attribute). | 1508 | this attribute). |
| 1509 | 1509 | ||
| 1510 | * lisp/net/soap-client.el, soap-inspect.el: Convert to lexical binding, | 1510 | * lisp/net/soap-client.el, lisp/net/soap-inspect.el: Convert to lexical binding, |
| 1511 | correct compiler warnings about unused function arguments and | 1511 | correct compiler warnings about unused function arguments and |
| 1512 | local variables. | 1512 | local variables. |
| 1513 | 1513 | ||
| @@ -1810,7 +1810,7 @@ | |||
| 1810 | (NSTRACE_RETURN_what): Macros to print return value for | 1810 | (NSTRACE_RETURN_what): Macros to print return value for |
| 1811 | various types. | 1811 | various types. |
| 1812 | 1812 | ||
| 1813 | * nsterm.m: Remove old NSTRACE macro | 1813 | * src/nsterm.m: Remove old NSTRACE macro |
| 1814 | * src/nsterm.m (nstrace_num): Trace counter. | 1814 | * src/nsterm.m (nstrace_num): Trace counter. |
| 1815 | (nstrace_depth): Current call depth. | 1815 | (nstrace_depth): Current call depth. |
| 1816 | (nstrace_leave): NSTRACE support function, called when the | 1816 | (nstrace_leave): NSTRACE support function, called when the |
| @@ -1859,16 +1859,16 @@ | |||
| 1859 | (resetCursorRects, setPosition, EmacsScroller_mouseDown) | 1859 | (resetCursorRects, setPosition, EmacsScroller_mouseDown) |
| 1860 | (EmacsScroller_mouseDragged, syms_of_nsterm): Use new trace system. | 1860 | (EmacsScroller_mouseDragged, syms_of_nsterm): Use new trace system. |
| 1861 | 1861 | ||
| 1862 | * nsfns.m: Remove old NSTRACE macro | 1862 | * src/nsfns.m: Remove old NSTRACE macro |
| 1863 | * src/nsfns.m (x_set_icon_name, ns_set_name, x_explicitly_set_name) | 1863 | * src/nsfns.m (x_set_icon_name, ns_set_name, x_explicitly_set_name) |
| 1864 | (x_implicitly_set_name, x_set_title, ns_set_name_as_filename) | 1864 | (x_implicitly_set_name, x_set_title, ns_set_name_as_filename) |
| 1865 | (ns_implicitly_set_icon_type, x_set_icon_type): Use new trace system. | 1865 | (ns_implicitly_set_icon_type, x_set_icon_type): Use new trace system. |
| 1866 | 1866 | ||
| 1867 | * nsimage.m: Remove old NSTRACE macro | 1867 | * src/nsimage.m: Remove old NSTRACE macro |
| 1868 | * src/nsimage.m (ns_image_from_XBM, ns_image_for_XPM) | 1868 | * src/nsimage.m (ns_image_from_XBM, ns_image_for_XPM) |
| 1869 | (ns_image_from_bitmap_file, ns_load_image): Use new trace system. | 1869 | (ns_image_from_bitmap_file, ns_load_image): Use new trace system. |
| 1870 | 1870 | ||
| 1871 | * nsmenu.m: Remove old NSTRACE macro | 1871 | * src/nsmenu.m: Remove old NSTRACE macro |
| 1872 | * src/nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog): | 1872 | * src/nsmenu.m (ns_update_menubar, ns_menu_show, ns_popup_dialog): |
| 1873 | Use new trace system. | 1873 | Use new trace system. |
| 1874 | 1874 | ||
| @@ -2268,8 +2268,8 @@ | |||
| 2268 | 2268 | ||
| 2269 | Unbreak `group' option for `mail-sources' | 2269 | Unbreak `group' option for `mail-sources' |
| 2270 | 2270 | ||
| 2271 | * nnml.el (nnml-retrieve-groups, nnml-request-scan): | 2271 | * lisp/gnus/nnml.el (nnml-retrieve-groups, nnml-request-scan): |
| 2272 | * nnmail.el (nnmail-get-new-mail-per-group) | 2272 | * lisp/gnus/nnmail.el (nnmail-get-new-mail-per-group) |
| 2273 | (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'. | 2273 | (nnmail-get-new-mail-1): Unbreak `group' option for `mail-sources'. |
| 2274 | 2274 | ||
| 2275 | 2015-10-19 Nicolas Petton <nicolas@petton.fr> | 2275 | 2015-10-19 Nicolas Petton <nicolas@petton.fr> |
| @@ -2658,7 +2658,7 @@ | |||
| 2658 | 2658 | ||
| 2659 | Reduce face-related consing during frame creation. | 2659 | Reduce face-related consing during frame creation. |
| 2660 | 2660 | ||
| 2661 | * faces.el (face--attributes-unspecified): Compute the "unspecified" | 2661 | * lisp/faces.el (face--attributes-unspecified): Compute the "unspecified" |
| 2662 | attribute list once. | 2662 | attribute list once. |
| 2663 | (face-spec-reset-face): Use it instead of building the list. | 2663 | (face-spec-reset-face): Use it instead of building the list. |
| 2664 | 2664 | ||
| @@ -4248,7 +4248,7 @@ | |||
| 4248 | 4248 | ||
| 4249 | Fixes bug#21365. | 4249 | Fixes bug#21365. |
| 4250 | 4250 | ||
| 4251 | * dec/lispref/edebug.texi (Edebug Execution Modes): Change the | 4251 | * doc/lispref/edebug.texi (Edebug Execution Modes): Change the |
| 4252 | description of `edebug-initial-mode' from that of its implementation | 4252 | description of `edebug-initial-mode' from that of its implementation |
| 4253 | to that of its visual effect and use. Move the paragraph higher up. | 4253 | to that of its visual effect and use. Move the paragraph higher up. |
| 4254 | 4254 | ||
| @@ -4873,7 +4873,7 @@ | |||
| 4873 | 2015-09-15 Jay Belanger <jay.p.belanger@gmail.com> | 4873 | 2015-09-15 Jay Belanger <jay.p.belanger@gmail.com> |
| 4874 | 4874 | ||
| 4875 | Add new functions for the root mean square of a (Calc) vector | 4875 | Add new functions for the root mean square of a (Calc) vector |
| 4876 | * lisp/calc/calc-stats.el (calcFunc-rms, calc-vector-rms): | 4876 | * lisp/calc/calc-stat.el (calcFunc-rms, calc-vector-rms): |
| 4877 | New functions. | 4877 | New functions. |
| 4878 | * lisp/calc/calc-ext.el (calc-init-extensions): Add keybinding for | 4878 | * lisp/calc/calc-ext.el (calc-init-extensions): Add keybinding for |
| 4879 | `calc-vector-rms', add autoloads for `calc-vector-rms' and | 4879 | `calc-vector-rms', add autoloads for `calc-vector-rms' and |
| @@ -6683,7 +6683,7 @@ | |||
| 6683 | (mac_font_create_available_families, mac_font_shape): | 6683 | (mac_font_create_available_families, mac_font_shape): |
| 6684 | Remove macros for renamed functions. | 6684 | Remove macros for renamed functions. |
| 6685 | (mac_nsctfont_copy_font_descriptor): Remove unused macro. | 6685 | (mac_nsctfont_copy_font_descriptor): Remove unused macro. |
| 6686 | * src/macterm.m (mac_font_descriptor_supports_languages): | 6686 | * src/macfont.m (mac_font_descriptor_supports_languages): |
| 6687 | Rename from mac_ctfont_descriptor_supports_languages. | 6687 | Rename from mac_ctfont_descriptor_supports_languages. |
| 6688 | (mac_font_create_preferred_family_for_attributes): Rename from | 6688 | (mac_font_create_preferred_family_for_attributes): Rename from |
| 6689 | mac_ctfont_create_preferred_family_for_attributes. | 6689 | mac_ctfont_create_preferred_family_for_attributes. |
| @@ -8730,7 +8730,7 @@ | |||
| 8730 | 8730 | ||
| 8731 | 2015-08-14 Ronnie Schnell <ronnie@driver-aces.com> | 8731 | 2015-08-14 Ronnie Schnell <ronnie@driver-aces.com> |
| 8732 | 8732 | ||
| 8733 | * doc/emacs/misc.text (Amusements): Fixed typo. | 8733 | * doc/emacs/misc.texi (Amusements): Fixed typo. |
| 8734 | 8734 | ||
| 8735 | 2015-08-14 Eli Zaretskii <eliz@gnu.org> | 8735 | 2015-08-14 Eli Zaretskii <eliz@gnu.org> |
| 8736 | 8736 | ||
| @@ -9085,7 +9085,7 @@ | |||
| 9085 | 9085 | ||
| 9086 | * test/automated/ert-tests.el (ert-test-deftest): Add FIXME. | 9086 | * test/automated/ert-tests.el (ert-test-deftest): Add FIXME. |
| 9087 | 9087 | ||
| 9088 | * org.el: Fix up some lexical scoping warnings, and use dolist | 9088 | * lisp/org/org.el: Fix up some lexical scoping warnings, and use dolist |
| 9089 | * lisp/org/org.el (org-set-regexps-and-options-for-tags, org-goto-map) | 9089 | * lisp/org/org.el (org-set-regexps-and-options-for-tags, org-goto-map) |
| 9090 | (org-set-regexps-and-options, org-assign-fast-keys) | 9090 | (org-set-regexps-and-options, org-assign-fast-keys) |
| 9091 | (org-contextualize-keys, org-contextualize-validate-key) | 9091 | (org-contextualize-keys, org-contextualize-validate-key) |
| @@ -9151,7 +9151,7 @@ | |||
| 9151 | 2015-08-07 Phillip Lord <phillip.lord@newcastle.ac.uk> | 9151 | 2015-08-07 Phillip Lord <phillip.lord@newcastle.ac.uk> |
| 9152 | 9152 | ||
| 9153 | Improve error signalling for seq-subseq | 9153 | Improve error signalling for seq-subseq |
| 9154 | * lisp/seq.el (seq-subseq): The existing behavior is to error | 9154 | * lisp/emacs-lisp/seq.el (seq-subseq): The existing behavior is to error |
| 9155 | when indexes are too large, but to silently ignore numbers which | 9155 | when indexes are too large, but to silently ignore numbers which |
| 9156 | are too negative for lists. String and vector handling errors in | 9156 | are too negative for lists. String and vector handling errors in |
| 9157 | both cases. This has been regularized. Error signaling behavior | 9157 | both cases. This has been regularized. Error signaling behavior |
| @@ -9188,8 +9188,8 @@ | |||
| 9188 | Add support for 'inhibit-same-window in 'display-buffer-use-some-frame' | 9188 | Add support for 'inhibit-same-window in 'display-buffer-use-some-frame' |
| 9189 | * lisp/window.el (display-buffer-use-some-frame): Add support for | 9189 | * lisp/window.el (display-buffer-use-some-frame): Add support for |
| 9190 | 'inhibit-same-window in alist. | 9190 | 'inhibit-same-window in alist. |
| 9191 | * doc/windows.texi (display-buffer-use-some-frame): Doc support for | 9191 | * doc/lispref/windows.texi (display-buffer-use-some-frame): |
| 9192 | 'inhibit-same-window in alist. | 9192 | Doc support for 'inhibit-same-window in alist. |
| 9193 | 9193 | ||
| 9194 | 2015-08-07 Eli Zaretskii <eliz@gnu.org> | 9194 | 2015-08-07 Eli Zaretskii <eliz@gnu.org> |
| 9195 | 9195 | ||
| @@ -9963,7 +9963,7 @@ | |||
| 9963 | Check also for hits in `tramp-connection-properties'. Adapt docstring. | 9963 | Check also for hits in `tramp-connection-properties'. Adapt docstring. |
| 9964 | (tramp-get-remote-tmpdir): Cache only the local name of tmpdir. | 9964 | (tramp-get-remote-tmpdir): Cache only the local name of tmpdir. |
| 9965 | (all): Adapt `tramp-get-method-parameter' calls. | 9965 | (all): Adapt `tramp-get-method-parameter' calls. |
| 9966 | * lisp/net/trampver.el Update release number. | 9966 | * lisp/net/trampver.el: Update release number. |
| 9967 | * test/automated/tramp-tests.el (tramp--instrument-test-case): | 9967 | * test/automated/tramp-tests.el (tramp--instrument-test-case): |
| 9968 | Add "^make-symbolic-link not supported$" to `debug-ignored-errors'. | 9968 | Add "^make-symbolic-link not supported$" to `debug-ignored-errors'. |
| 9969 | (tramp-test13-make-directory, tramp--test-adb-p) | 9969 | (tramp-test13-make-directory, tramp--test-adb-p) |
| @@ -11757,7 +11757,7 @@ | |||
| 11757 | * lisp/emacs-lisp/package.el (package--with-work-buffer-async): | 11757 | * lisp/emacs-lisp/package.el (package--with-work-buffer-async): |
| 11758 | Fix error reporting. | 11758 | Fix error reporting. |
| 11759 | 11759 | ||
| 11760 | * lisp/let-alist.el: Move to lisp/emacs-lisp/let-alist.el | 11760 | * lisp/emacs-lisp/let-alist.el: Move to lisp/emacs-lisp/let-alist.el |
| 11761 | 11761 | ||
| 11762 | * lisp/emacs-lisp/package.el: Revert buffer after any operation | 11762 | * lisp/emacs-lisp/package.el: Revert buffer after any operation |
| 11763 | Call `package-menu--post-refresh' after any operation that changes | 11763 | Call `package-menu--post-refresh' after any operation that changes |
| @@ -12223,7 +12223,7 @@ | |||
| 12223 | 12223 | ||
| 12224 | 2015-06-11 Artur Malabarba <bruce.connor.am@gmail.com> | 12224 | 2015-06-11 Artur Malabarba <bruce.connor.am@gmail.com> |
| 12225 | 12225 | ||
| 12226 | * lisp/let-alist.el (let-alist--deep-dot-search): Fix cons. | 12226 | * lisp/emacs-lisp/let-alist.el (let-alist--deep-dot-search): Fix cons. |
| 12227 | * test/automated/let-alist.el (let-alist-cons): Test it. | 12227 | * test/automated/let-alist.el (let-alist-cons): Test it. |
| 12228 | 12228 | ||
| 12229 | 2015-06-11 Nicolas Richard <theonewiththeevillook@yahoo.fr> | 12229 | 2015-06-11 Nicolas Richard <theonewiththeevillook@yahoo.fr> |
| @@ -12964,10 +12964,10 @@ | |||
| 12964 | Throw an error when converting a map into an unknown map type | 12964 | Throw an error when converting a map into an unknown map type |
| 12965 | * lisp/emacs-lisp/map.el (map-into): Throw an error if type is | 12965 | * lisp/emacs-lisp/map.el (map-into): Throw an error if type is |
| 12966 | not valid. | 12966 | not valid. |
| 12967 | * test/automated/map-test.el: Add a regression test. | 12967 | * test/automated/map-tests.el: Add a regression test. |
| 12968 | 12968 | ||
| 12969 | New library map.el similar to seq.el but for mapping data structures. | 12969 | New library map.el similar to seq.el but for mapping data structures. |
| 12970 | * test/automated/map-test.el: New file. | 12970 | * test/automated/map-tests.el: New file. |
| 12971 | * lisp/emacs-lisp/map.el: New file. | 12971 | * lisp/emacs-lisp/map.el: New file. |
| 12972 | 12972 | ||
| 12973 | 2015-05-30 Dmitry Gutov <dgutov@yandex.ru> | 12973 | 2015-05-30 Dmitry Gutov <dgutov@yandex.ru> |
| @@ -17902,7 +17902,7 @@ | |||
| 17902 | 2015-04-07 Alan Mackenzie <acm@muc.de> | 17902 | 2015-04-07 Alan Mackenzie <acm@muc.de> |
| 17903 | 17903 | ||
| 17904 | Always mark "<" and ">" in #include directives with text properties. | 17904 | Always mark "<" and ">" in #include directives with text properties. |
| 17905 | * lisp/progmodes/c-fonts.el (c-cpp-matchers): Replace a font-lock | 17905 | * lisp/progmodes/cc-fonts.el (c-cpp-matchers): Replace a font-lock |
| 17906 | "anchored matcher" with an invocation of | 17906 | "anchored matcher" with an invocation of |
| 17907 | c-make-font-lock-search-function to allow fontification when there's | 17907 | c-make-font-lock-search-function to allow fontification when there's |
| 17908 | no trailing space on an "#include <..>" line. | 17908 | no trailing space on an "#include <..>" line. |
diff --git a/doc/emacs/ChangeLog.1 b/doc/emacs/ChangeLog.1 index ecb0cb7700e..3f746ebd763 100644 --- a/doc/emacs/ChangeLog.1 +++ b/doc/emacs/ChangeLog.1 | |||
| @@ -246,8 +246,8 @@ | |||
| 246 | * emacs-xtra.texi: ditto. | 246 | * emacs-xtra.texi: ditto. |
| 247 | * emacs.texi: ditto. | 247 | * emacs.texi: ditto. |
| 248 | * makefile.w32-in: ditto. | 248 | * makefile.w32-in: ditto. |
| 249 | * msdog-xtra.texi: ditto, and rename file. | 249 | * msdos-xtra.texi: ditto, and rename file. |
| 250 | * msdog.texi: ditto, and rename file. | 250 | * msdos.texi: ditto, and rename file. |
| 251 | 251 | ||
| 252 | 2014-07-21 Glenn Morris <rgm@gnu.org> | 252 | 2014-07-21 Glenn Morris <rgm@gnu.org> |
| 253 | 253 | ||
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index 10a466361ef..ee812bde82d 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 | |||
| @@ -3951,7 +3951,8 @@ | |||
| 3951 | 3951 | ||
| 3952 | 2014-12-22 Artur Malabarba <bruce.connor.am@gmail.com> | 3952 | 2014-12-22 Artur Malabarba <bruce.connor.am@gmail.com> |
| 3953 | 3953 | ||
| 3954 | * let-alist.el (let-alist): Use `make-symbol' instead of `gensym'. | 3954 | * emacs-lisp/let-alist.el (let-alist): Use `make-symbol' |
| 3955 | instead of `gensym'. | ||
| 3955 | 3956 | ||
| 3956 | 2014-12-20 Michael Albinus <michael.albinus@gmx.de> | 3957 | 2014-12-20 Michael Albinus <michael.albinus@gmx.de> |
| 3957 | 3958 | ||
| @@ -3963,7 +3964,7 @@ | |||
| 3963 | 3964 | ||
| 3964 | 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com> | 3965 | 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com> |
| 3965 | 3966 | ||
| 3966 | * let-alist.el (let-alist): Enable access to deeper alists by | 3967 | * emacs-lisp/let-alist.el (let-alist): Enable access to deeper alists by |
| 3967 | using dots inside the dotted symbols. | 3968 | using dots inside the dotted symbols. |
| 3968 | 3969 | ||
| 3969 | 2014-12-19 Alan Mackenzie <acm@muc.de> | 3970 | 2014-12-19 Alan Mackenzie <acm@muc.de> |
| @@ -4005,7 +4006,7 @@ | |||
| 4005 | 4006 | ||
| 4006 | 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com> | 4007 | 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com> |
| 4007 | 4008 | ||
| 4008 | * let-alist.el (let-alist): Evaluate the `alist' argument only once. | 4009 | * emacs-lisp/let-alist.el (let-alist): Evaluate the `alist' argument only once. |
| 4009 | 4010 | ||
| 4010 | 2014-12-18 Sam Steingold <sds@gnu.org> | 4011 | 2014-12-18 Sam Steingold <sds@gnu.org> |
| 4011 | 4012 | ||
| @@ -4141,7 +4142,7 @@ | |||
| 4141 | 4142 | ||
| 4142 | 2014-12-14 Artur Malabarba <bruce.connor.am@gmail.com> | 4143 | 2014-12-14 Artur Malabarba <bruce.connor.am@gmail.com> |
| 4143 | 4144 | ||
| 4144 | * let-alist.el: Add lexical binding. | 4145 | * emacs-lisp/let-alist.el: Add lexical binding. |
| 4145 | 4146 | ||
| 4146 | 2014-12-14 Steve Purcell <steve@sanityinc.com> (tiny change) | 4147 | 2014-12-14 Steve Purcell <steve@sanityinc.com> (tiny change) |
| 4147 | 4148 | ||
| @@ -4273,7 +4274,7 @@ | |||
| 4273 | 4274 | ||
| 4274 | 2014-12-10 Artur Malabarba <bruce.connor.am@gmail.com> | 4275 | 2014-12-10 Artur Malabarba <bruce.connor.am@gmail.com> |
| 4275 | 4276 | ||
| 4276 | * let-alist.el: Add new package and macro. | 4277 | * emacs-lisp/let-alist.el: Add new package and macro. |
| 4277 | 4278 | ||
| 4278 | 2014-12-10 Eric S. Raymond <esr@snark.thyrsus.com> | 4279 | 2014-12-10 Eric S. Raymond <esr@snark.thyrsus.com> |
| 4279 | 4280 | ||