diff options
| author | Glenn Morris | 2014-04-07 17:19:31 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-04-07 17:19:31 -0400 |
| commit | 6f287c898ab29c97bd90293df5f83af0e72c7ec7 (patch) | |
| tree | 4ee23260a08b6bd953fe62a051f9daac2a55431e /lisp/ChangeLog | |
| parent | 7e31acf6b81fdce7258077645bc239767c484841 (diff) | |
| download | emacs-6f287c898ab29c97bd90293df5f83af0e72c7ec7.tar.gz emacs-6f287c898ab29c97bd90293df5f83af0e72c7ec7.zip | |
ChangeLog fixes
Merged entries get today's date.
May as well combine consecutive separate entries by same author into one.
Backported entries should not appear twice.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 80 |
1 files changed, 35 insertions, 45 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e4df943c1bf..6fd5c99dc92 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | 2014-04-07 João Távora <joaotavora@gmail.com> | 1 | 2014-04-07 João Távora <joaotavora@gmail.com> |
| 2 | 2 | ||
| 3 | * elec-pair.el: | 3 | * elec-pair.el (electric-pair--syntax-ppss): |
| 4 | (electric-pair--syntax-ppss): When inside comments parse from | 4 | When inside comments parse from comment beginning. |
| 5 | comment beginning. | ||
| 6 | (electric-pair--balance-info): Fix typo in comment. | 5 | (electric-pair--balance-info): Fix typo in comment. |
| 7 | (electric-pair--in-unterminated-string-p): Delete. | 6 | (electric-pair--in-unterminated-string-p): Delete. |
| 8 | (electric-pair--unbalanced-strings-p): New function. | 7 | (electric-pair--unbalanced-strings-p): New function. |
| @@ -10,12 +9,9 @@ | |||
| 10 | (electric-pair-inhibit-if-helps-balance): Decide quote pairing | 9 | (electric-pair-inhibit-if-helps-balance): Decide quote pairing |
| 11 | according to `electric-pair--in-unterminated-string-p' | 10 | according to `electric-pair--in-unterminated-string-p' |
| 12 | 11 | ||
| 13 | 2014-04-07 João Távora <joaotavora@gmail.com> | 12 | * elec-pair.el (electric-pair-inhibit-if-helps-balance): |
| 14 | 13 | Inhibit quote pairing if point-max is inside an unterminated string. | |
| 15 | * elec-pair.el (electric-pair-inhibit-if-helps-balance): Inhibit | 14 | (electric-pair--looking-at-unterminated-string-p): Delete. |
| 16 | quote pairing if point-max is inside an unterminated string. | ||
| 17 | (electric-pair--looking-at-unterminated-string-p): | ||
| 18 | Delete. | ||
| 19 | (electric-pair--in-unterminated-string-p): New function. | 15 | (electric-pair--in-unterminated-string-p): New function. |
| 20 | 16 | ||
| 21 | 2014-04-07 Glenn Morris <rgm@gnu.org> | 17 | 2014-04-07 Glenn Morris <rgm@gnu.org> |
| @@ -23,7 +19,7 @@ | |||
| 23 | * shell.el (shell-directory-tracker): | 19 | * shell.el (shell-directory-tracker): |
| 24 | Go back to just ignoring failures. (Bug#17159) | 20 | Go back to just ignoring failures. (Bug#17159) |
| 25 | 21 | ||
| 26 | 2014-04-06 João Távora <joaotavora@gmail.com> | 22 | 2014-04-07 João Távora <joaotavora@gmail.com> |
| 27 | 23 | ||
| 28 | Fix `electric-pair-delete-adjacent-pairs' in modes binding | 24 | Fix `electric-pair-delete-adjacent-pairs' in modes binding |
| 29 | backspace. (bug#16981) | 25 | backspace. (bug#16981) |
| @@ -33,33 +29,29 @@ | |||
| 33 | a new `electric-pair-delete-pair' command. | 29 | a new `electric-pair-delete-pair' command. |
| 34 | (electric-pair-delete-pair): New command. | 30 | (electric-pair-delete-pair): New command. |
| 35 | 31 | ||
| 36 | 2014-04-06 João Távora <joaotavora@gmail.com> | 32 | * progmodes/python.el (python-electric-pair-string-delimiter): |
| 37 | 33 | Fix triple-quoting electricity. (Bug#17192) | |
| 38 | * progmodes/python.el (python-electric-pair-string-delimiter): Fix | ||
| 39 | triple-quoting electricity. (Bug#17192) | ||
| 40 | |||
| 41 | 2014-04-06 João Távora <joaotavora@gmail.com> | ||
| 42 | 34 | ||
| 43 | * elec-pair.el (electric-pair-post-self-insert-function): Don't | 35 | * elec-pair.el (electric-pair-post-self-insert-function): |
| 44 | skip whitespace when `electric-pair-text-pairs' and | 36 | Don't skip whitespace when `electric-pair-text-pairs' and |
| 45 | `electric-pair-pairs' were used. syntax to | 37 | `electric-pair-pairs' were used. syntax to |
| 46 | electric-pair--skip-whitespace. (Bug#17183) | 38 | electric-pair--skip-whitespace. (Bug#17183) |
| 47 | 39 | ||
| 48 | 2014-04-06 Eli Zaretskii <eliz@gnu.org> | 40 | 2014-04-07 Eli Zaretskii <eliz@gnu.org> |
| 49 | 41 | ||
| 50 | * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for | 42 | * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for |
| 51 | "<F>". (Bug#17199) | 43 | "<F>". (Bug#17199) |
| 52 | 44 | ||
| 53 | 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca> | 45 | 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 54 | 46 | ||
| 55 | * mpc.el (mpc--status-timer-run): Disable timer if not displayed. | 47 | * mpc.el (mpc--status-timer-run): Disable timer if not displayed. |
| 56 | (mpc--status-idle-timer-run): Use mpc--status-timer-run. | 48 | (mpc--status-idle-timer-run): Use mpc--status-timer-run. |
| 57 | 49 | ||
| 58 | 2014-04-05 Glenn Morris <rgm@gnu.org> | 50 | 2014-04-07 Glenn Morris <rgm@gnu.org> |
| 59 | 51 | ||
| 60 | * help.el (view-lossage): Doc tweak. | 52 | * help.el (view-lossage): Doc tweak. |
| 61 | 53 | ||
| 62 | 2014-04-05 Matthias Dahl <ml_emacs-lists@binary-island.eu> | 54 | 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu> |
| 63 | 55 | ||
| 64 | * faces.el (face-spec-recalc): Call make-face-x-resource-internal | 56 | * faces.el (face-spec-recalc): Call make-face-x-resource-internal |
| 65 | only when inhibit-x-resources is nil, and do that earlier in the | 57 | only when inhibit-x-resources is nil, and do that earlier in the |
| @@ -74,30 +66,30 @@ | |||
| 74 | (face-set-after-frame-default): Don't call | 66 | (face-set-after-frame-default): Don't call |
| 75 | make-face-x-resource-internal here. (Bug#16434) | 67 | make-face-x-resource-internal here. (Bug#16434) |
| 76 | 68 | ||
| 77 | 2014-04-04 Tassilo Horn <tsdh@gnu.org> | 69 | 2014-04-07 Tassilo Horn <tsdh@gnu.org> |
| 78 | 70 | ||
| 79 | * doc-view.el (doc-view-bookmark-jump): | 71 | * doc-view.el (doc-view-bookmark-jump): |
| 80 | Use `bookmark-after-jump-hook' to jump to the right page after the | 72 | Use `bookmark-after-jump-hook' to jump to the right page after the |
| 81 | buffer is shown in a window. (bug#16090) | 73 | buffer is shown in a window. (bug#16090) |
| 82 | 74 | ||
| 83 | 2014-04-04 Eli Zaretskii <eliz@gnu.org> | 75 | 2014-04-07 Eli Zaretskii <eliz@gnu.org> |
| 84 | 76 | ||
| 85 | * international/characters.el (mirroring): Fix last change: | 77 | * international/characters.el (mirroring): Fix last change: |
| 86 | instead of loading uni-mirrored.el explicitly, do that implicitly | 78 | instead of loading uni-mirrored.el explicitly, do that implicitly |
| 87 | by creating the 'mirroring' uniprop table. This avoids announcing | 79 | by creating the 'mirroring' uniprop table. This avoids announcing |
| 88 | the loading of uni-mirrored.el. | 80 | the loading of uni-mirrored.el. |
| 89 | 81 | ||
| 90 | 2014-04-04 Glenn Morris <rgm@gnu.org> | 82 | 2014-04-07 Glenn Morris <rgm@gnu.org> |
| 91 | 83 | ||
| 92 | * files.el (buffer-stale--default-function) | 84 | * files.el (buffer-stale--default-function) |
| 93 | (buffer-stale-function, revert-buffer--default): | 85 | (buffer-stale-function, revert-buffer--default): |
| 94 | * autorevert.el (auto-revert-buffers): Doc tweaks. | 86 | * autorevert.el (auto-revert-buffers): Doc tweaks. |
| 95 | 87 | ||
| 96 | 2014-04-03 Eli Zaretskii <eliz@gnu.org> | 88 | 2014-04-07 Eli Zaretskii <eliz@gnu.org> |
| 97 | 89 | ||
| 98 | * international/characters.el: Preload uni-mirrored.el. (Bug#17169) | 90 | * international/characters.el: Preload uni-mirrored.el. (Bug#17169) |
| 99 | 91 | ||
| 100 | 2014-04-03 Glenn Morris <rgm@gnu.org> | 92 | 2014-04-07 Glenn Morris <rgm@gnu.org> |
| 101 | 93 | ||
| 102 | * files.el (make-backup-file-name-function) | 94 | * files.el (make-backup-file-name-function) |
| 103 | (make-backup-file-name, make-backup-file-name--default-function) | 95 | (make-backup-file-name, make-backup-file-name--default-function) |
| @@ -111,12 +103,10 @@ | |||
| 111 | (make-backup-file-name-function): Bump :version. | 103 | (make-backup-file-name-function): Bump :version. |
| 112 | Restore nil as a valid but deprecated custom type. | 104 | Restore nil as a valid but deprecated custom type. |
| 113 | 105 | ||
| 114 | 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca> | 106 | 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 115 | 107 | ||
| 116 | * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $' | 108 | * progmodes/perl-mode.el (perl-syntax-propertize-function): |
| 117 | used as a variable (bug#17174). | 109 | Handle $' used as a variable (bug#17174). |
| 118 | |||
| 119 | 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 120 | 110 | ||
| 121 | * progmodes/perl-mode.el (perl-indent-new-calculate): | 111 | * progmodes/perl-mode.el (perl-indent-new-calculate): |
| 122 | Handle forward-sexp failure (bug#16985). | 112 | Handle forward-sexp failure (bug#16985). |
| @@ -613,19 +603,6 @@ | |||
| 613 | (tty-color-approximate, tty-color-by-index, tty-color-values) | 603 | (tty-color-approximate, tty-color-by-index, tty-color-values) |
| 614 | (tty-color-desc): Remove superfluous backslashes. | 604 | (tty-color-desc): Remove superfluous backslashes. |
| 615 | 605 | ||
| 616 | 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 617 | |||
| 618 | * electric.el (electric-newline-and-maybe-indent): New command. | ||
| 619 | Bind it globally to C-j. | ||
| 620 | (electric-indent-mode): Don't mess with the global map any more. | ||
| 621 | Don't drop the post-self-insert-hook is some buffer is still using it | ||
| 622 | (bug#16770). | ||
| 623 | |||
| 624 | * bindings.el (global-map): Remove C-j binding. | ||
| 625 | |||
| 626 | * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find | ||
| 627 | the docstring of functions advised before dumping (bug#16993). | ||
| 628 | |||
| 629 | 2014-03-21 Glenn Morris <rgm@gnu.org> | 606 | 2014-03-21 Glenn Morris <rgm@gnu.org> |
| 630 | 607 | ||
| 631 | * cus-start.el (history-length): Bump :version. | 608 | * cus-start.el (history-length): Bump :version. |
| @@ -654,6 +631,19 @@ | |||
| 654 | 631 | ||
| 655 | * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix. | 632 | * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix. |
| 656 | 633 | ||
| 634 | 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 635 | |||
| 636 | * electric.el (electric-newline-and-maybe-indent): New command. | ||
| 637 | Bind it globally to C-j. | ||
| 638 | (electric-indent-mode): Don't mess with the global map any more. | ||
| 639 | Don't drop the post-self-insert-hook is some buffer is still using it | ||
| 640 | (bug#16770). | ||
| 641 | |||
| 642 | * bindings.el (global-map): Remove C-j binding. | ||
| 643 | |||
| 644 | * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find | ||
| 645 | the docstring of functions advised before dumping (bug#16993). | ||
| 646 | |||
| 657 | 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change) | 647 | 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change) |
| 658 | 648 | ||
| 659 | * ps-print.el (ps-generate-postscript-with-faces): | 649 | * ps-print.el (ps-generate-postscript-with-faces): |