diff options
| -rw-r--r-- | lisp/ChangeLog | 79 |
1 files changed, 35 insertions, 44 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 08dcca2fbe8..cdd4bf8557f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | 2015-03-04 Filipp Gunbin <fgunbin@fastmail.fm> | 1 | 2015-03-04 Filipp Gunbin <fgunbin@fastmail.fm> |
| 2 | 2 | ||
| 3 | * autorevert.el (auto-revert-notify-add-watch): fix handler | 3 | * autorevert.el (auto-revert-notify-add-watch): |
| 4 | installation | 4 | Fix handler installation. (Bug#20000) |
| 5 | Fixes: bug#20000 | ||
| 6 | 5 | ||
| 7 | 2015-03-04 Rüdiger Sonderfeld <ruediger@c-plusplus.net> | 6 | 2015-03-04 Rüdiger Sonderfeld <ruediger@c-plusplus.net> |
| 8 | 7 | ||
| @@ -65,14 +64,14 @@ | |||
| 65 | 64 | ||
| 66 | * net/trampver.el: Update release number. | 65 | * net/trampver.el: Update release number. |
| 67 | 66 | ||
| 68 | 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com> | 67 | 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com> |
| 69 | 68 | ||
| 70 | * textmodes/ispell.el (ispell-aspell-find-dictionary): Make sure | 69 | * textmodes/ispell.el (ispell-aspell-find-dictionary): Make sure |
| 71 | .dat files for aspell dicts are also searched for in location | 70 | .dat files for aspell dicts are also searched for in location |
| 72 | described by `ispell-aspell-dict-dir', matching aspell's dict-dir | 71 | described by `ispell-aspell-dict-dir', matching aspell's dict-dir |
| 73 | variable. | 72 | variable. |
| 74 | 73 | ||
| 75 | 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com> | 74 | 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com> |
| 76 | 75 | ||
| 77 | * textmodes/ispell.el (ispell-dicts-name2locale-equivs-alist) | 76 | * textmodes/ispell.el (ispell-dicts-name2locale-equivs-alist) |
| 78 | (ispell-hunspell-fill-dictionary-entry) | 77 | (ispell-hunspell-fill-dictionary-entry) |
| @@ -123,7 +122,7 @@ | |||
| 123 | 122 | ||
| 124 | * simple.el (transient-mark-mode): Doc fix. (Bug#19841) | 123 | * simple.el (transient-mark-mode): Doc fix. (Bug#19841) |
| 125 | 124 | ||
| 126 | 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com> | 125 | 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com> |
| 127 | 126 | ||
| 128 | Improve string search in `flyspell-word-search-*`. (Bug#16800) | 127 | Improve string search in `flyspell-word-search-*`. (Bug#16800) |
| 129 | * flyspell.el (flyspell-duplicate-distance): Limit default search | 128 | * flyspell.el (flyspell-duplicate-distance): Limit default search |
| @@ -203,11 +202,9 @@ | |||
| 203 | 202 | ||
| 204 | 2015-03-03 Alan Mackenzie <acm@muc.de> | 203 | 2015-03-03 Alan Mackenzie <acm@muc.de> |
| 205 | 204 | ||
| 206 | CC Mode: Stop Font Lock forcing fontification from BOL. Fixes | 205 | CC Mode: Stop Font Lock forcing fontification from BOL. (Bug#19669) |
| 207 | debbugs#19669. | 206 | * progmodes/cc-mode.el (c-font-lock-init): |
| 208 | 207 | Set font-lock-extend-region-functions to nil. | |
| 209 | * progmodes/cc-mode.el (c-font-lock-init): Setq | ||
| 210 | font-lock-extend-region-functions to nil. | ||
| 211 | 208 | ||
| 212 | 2015-03-03 Daniel Colascione <dancol@dancol.org> | 209 | 2015-03-03 Daniel Colascione <dancol@dancol.org> |
| 213 | 210 | ||
| @@ -342,7 +339,6 @@ | |||
| 342 | 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org> | 339 | 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 343 | 340 | ||
| 344 | python.el: Handle tabs in python-indent-dedent-line. | 341 | python.el: Handle tabs in python-indent-dedent-line. |
| 345 | |||
| 346 | * progmodes/python.el (python-indent-dedent-line): Fixes for | 342 | * progmodes/python.el (python-indent-dedent-line): Fixes for |
| 347 | indentation with tabs. Thanks to <dale@codefu.org> (Bug#19730). | 343 | indentation with tabs. Thanks to <dale@codefu.org> (Bug#19730). |
| 348 | 344 | ||
| @@ -457,9 +453,8 @@ | |||
| 457 | 453 | ||
| 458 | 2015-02-23 Paul Eggert <eggert@cs.ucla.edu> | 454 | 2015-02-23 Paul Eggert <eggert@cs.ucla.edu> |
| 459 | 455 | ||
| 460 | Fix the desired binding for comment-line | ||
| 461 | * bindings.el (ctl-x-map): Use [?\C-\;] to get the desired binding. | 456 | * bindings.el (ctl-x-map): Use [?\C-\;] to get the desired binding. |
| 462 | Fixes: bug#19826 | 457 | (Bug#19826) |
| 463 | 458 | ||
| 464 | 2015-02-23 Stefan Monnier <monnier@iro.umontreal.ca> | 459 | 2015-02-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 465 | 460 | ||
| @@ -483,8 +478,7 @@ | |||
| 483 | 478 | ||
| 484 | * bindings.el (ctl-x-map): There is no 'C-;'. | 479 | * bindings.el (ctl-x-map): There is no 'C-;'. |
| 485 | For now, make do with 'M-;'; this allows 'make bootstrap' to work. | 480 | For now, make do with 'M-;'; this allows 'make bootstrap' to work. |
| 486 | Perhaps some other binding should be chosen. | 481 | Perhaps some other binding should be chosen. (Bug#19826) |
| 487 | Fixes: bug#19826 | ||
| 488 | 482 | ||
| 489 | 2015-02-21 Artur Malabarba <bruce.connor.am@gmail.com> | 483 | 2015-02-21 Artur Malabarba <bruce.connor.am@gmail.com> |
| 490 | 484 | ||
| @@ -762,7 +756,7 @@ | |||
| 762 | (package-install-button-action, package-reinstall) | 756 | (package-install-button-action, package-reinstall) |
| 763 | (package-menu-execute): Account for the change. | 757 | (package-menu-execute): Account for the change. |
| 764 | 758 | ||
| 765 | 2015-02-11 Nicolas Petton <nicolas@petton.fr> | 759 | 2015-02-11 Nicolas Petton <nicolas@petton.fr> |
| 766 | 760 | ||
| 767 | * emacs-lisp/seq.el (seq-reverse): Add a backward-compatible | 761 | * emacs-lisp/seq.el (seq-reverse): Add a backward-compatible |
| 768 | version of seq-reverse that works on sequences in Emacs 24. | 762 | version of seq-reverse that works on sequences in Emacs 24. |
| @@ -847,7 +841,7 @@ | |||
| 847 | (python-shell-font-lock-turn-off): Fix typo. | 841 | (python-shell-font-lock-turn-off): Fix typo. |
| 848 | (python-util-text-properties-replace-name): Delete function. | 842 | (python-util-text-properties-replace-name): Delete function. |
| 849 | 843 | ||
| 850 | 2015-02-09 Nicolas Petton <nicolas@petton.fr> | 844 | 2015-02-09 Nicolas Petton <nicolas@petton.fr> |
| 851 | 845 | ||
| 852 | * emacs-lisp/seq.el (seq-group-by): Improves seq-group-by to | 846 | * emacs-lisp/seq.el (seq-group-by): Improves seq-group-by to |
| 853 | return sequence elements in correct order. | 847 | return sequence elements in correct order. |
| @@ -911,7 +905,7 @@ | |||
| 911 | 2015-02-08 Oleh Krehel <ohwoeowho@gmail.com> | 905 | 2015-02-08 Oleh Krehel <ohwoeowho@gmail.com> |
| 912 | 906 | ||
| 913 | * outline.el (outline-show-entry): Fix one invisible char for the | 907 | * outline.el (outline-show-entry): Fix one invisible char for the |
| 914 | file's last outline. Fixes Bug#19493. | 908 | file's last outline. (Bug#19493) |
| 915 | 909 | ||
| 916 | 2015-02-08 Stefan Monnier <monnier@iro.umontreal.ca> | 910 | 2015-02-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 917 | 911 | ||
| @@ -947,7 +941,6 @@ | |||
| 947 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> | 941 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 948 | 942 | ||
| 949 | python.el: Keep eldoc visible while typing args. (Bug#19637) | 943 | python.el: Keep eldoc visible while typing args. (Bug#19637) |
| 950 | |||
| 951 | * progmodes/python.el (python-eldoc--get-symbol-at-point): | 944 | * progmodes/python.el (python-eldoc--get-symbol-at-point): |
| 952 | New function based on Carlos Pita <carlosjosepita@gmail.com> patch. | 945 | New function based on Carlos Pita <carlosjosepita@gmail.com> patch. |
| 953 | (python-eldoc--get-doc-at-point, python-eldoc-at-point): Use it. | 946 | (python-eldoc--get-doc-at-point, python-eldoc-at-point): Use it. |
| @@ -955,7 +948,6 @@ | |||
| 955 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> | 948 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 956 | 949 | ||
| 957 | Fix hideshow integration. (Bug#19761) | 950 | Fix hideshow integration. (Bug#19761) |
| 958 | |||
| 959 | * progmodes/python.el | 951 | * progmodes/python.el |
| 960 | (python-hideshow-forward-sexp-function): New function based on | 952 | (python-hideshow-forward-sexp-function): New function based on |
| 961 | Carlos Pita <carlosjosepita@gmail.com> patch. | 953 | Carlos Pita <carlosjosepita@gmail.com> patch. |
| @@ -981,11 +973,13 @@ | |||
| 981 | * vc/vc-cvs.el (vc-cvs-dir-status-files): Don't pass DIR to | 973 | * vc/vc-cvs.el (vc-cvs-dir-status-files): Don't pass DIR to |
| 982 | `vc-cvs-command' (bug#19732). | 974 | `vc-cvs-command' (bug#19732). |
| 983 | 975 | ||
| 984 | 2015-02-06 Nicolas Petton <nicolas@petton.fr> | 976 | 2015-02-06 Nicolas Petton <nicolas@petton.fr> |
| 985 | 977 | ||
| 986 | * emacs-lisp/seq.el (seq-mapcat, seq-partition, seq-group-by): New functions. | 978 | * emacs-lisp/seq.el (seq-mapcat, seq-partition, seq-group-by): |
| 979 | New functions. | ||
| 987 | * emacs-lisp/seq.el (seq-drop-while, seq-take-while, seq-count) | 980 | * emacs-lisp/seq.el (seq-drop-while, seq-take-while, seq-count) |
| 988 | (seq--drop-list, seq--take-list, seq--take-while-list): Better docstring. | 981 | (seq--drop-list, seq--take-list, seq--take-while-list): |
| 982 | Better docstring. | ||
| 989 | 983 | ||
| 990 | 2015-02-06 Artur Malabarba <bruce.connor.am@gmail.com> | 984 | 2015-02-06 Artur Malabarba <bruce.connor.am@gmail.com> |
| 991 | 985 | ||
| @@ -1032,7 +1026,7 @@ | |||
| 1032 | * json.el (json-end-of-file): New error (bug#19768). | 1026 | * json.el (json-end-of-file): New error (bug#19768). |
| 1033 | (json-pop, json-read): Use it. | 1027 | (json-pop, json-read): Use it. |
| 1034 | 1028 | ||
| 1035 | 2015-02-05 Kelly Dean <kelly@prtime.org> | 1029 | 2015-02-05 Kelly Dean <kelly@prtime.org> |
| 1036 | 1030 | ||
| 1037 | * help-mode.el (help-xref-interned): Pass BUFFER and FRAME to | 1031 | * help-mode.el (help-xref-interned): Pass BUFFER and FRAME to |
| 1038 | `describe-variable'. | 1032 | `describe-variable'. |
| @@ -1402,8 +1396,8 @@ | |||
| 1402 | 1396 | ||
| 1403 | 2015-01-28 Paul Eggert <eggert@cs.ucla.edu> | 1397 | 2015-01-28 Paul Eggert <eggert@cs.ucla.edu> |
| 1404 | 1398 | ||
| 1405 | Fix dired quoting bug with "Hit`N`Hide". Fixes Bug#19498. | 1399 | Fix dired quoting bug with "Hit`N`Hide". |
| 1406 | * files.el (shell-quote-wildcard-pattern): Also quote "`". | 1400 | * files.el (shell-quote-wildcard-pattern): Also quote "`". (Bug#19498) |
| 1407 | 1401 | ||
| 1408 | 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca> | 1402 | 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 1409 | 1403 | ||
| @@ -3140,7 +3134,7 @@ | |||
| 3140 | * emacs-lisp/package.el (package--list-loaded-files): Don't call | 3134 | * emacs-lisp/package.el (package--list-loaded-files): Don't call |
| 3141 | file-truename on load-history elements (bug#19390). | 3135 | file-truename on load-history elements (bug#19390). |
| 3142 | 3136 | ||
| 3143 | 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com> | 3137 | 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com> |
| 3144 | 3138 | ||
| 3145 | * emacs-lisp/seq.el: New file. | 3139 | * emacs-lisp/seq.el: New file. |
| 3146 | 3140 | ||
| @@ -3786,7 +3780,7 @@ | |||
| 3786 | Pass correct status to `newsticker--sentinel-work'. | 3780 | Pass correct status to `newsticker--sentinel-work'. |
| 3787 | (newsticker--sentinel-work): Use "newsticker--download-error" as | 3781 | (newsticker--sentinel-work): Use "newsticker--download-error" as |
| 3788 | guid in order to prevent multiple "Could not download..." | 3782 | guid in order to prevent multiple "Could not download..." |
| 3789 | messages. Fixes bug#19166. | 3783 | messages. (Bug#19166) |
| 3790 | 3784 | ||
| 3791 | 2014-12-01 Ivan Shmakov <ivan@siamics.net> | 3785 | 2014-12-01 Ivan Shmakov <ivan@siamics.net> |
| 3792 | 3786 | ||
| @@ -4197,15 +4191,13 @@ | |||
| 4197 | 2014-11-22 Alan Mackenzie <acm@muc.de> | 4191 | 2014-11-22 Alan Mackenzie <acm@muc.de> |
| 4198 | 4192 | ||
| 4199 | Fix error with `mark-defun' and "protected:" in C++ Mode. | 4193 | Fix error with `mark-defun' and "protected:" in C++ Mode. |
| 4200 | Fixes: debbugs:19134. | ||
| 4201 | |||
| 4202 | * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Handle a | 4194 | * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Handle a |
| 4203 | return code of (label) from c-beginning-of-decl-1. | 4195 | return code of (label) from c-beginning-of-decl-1. (Bug#19134) |
| 4204 | 4196 | ||
| 4205 | 2014-11-22 Ulf Jasper <ulf.jasper@web.de> | 4197 | 2014-11-22 Ulf Jasper <ulf.jasper@web.de> |
| 4206 | 4198 | ||
| 4207 | * net/newst-backend.el (newsticker--sentinel-work): | 4199 | * net/newst-backend.el (newsticker--sentinel-work): |
| 4208 | Tell `libxml-parse-xml-region' to discard comments. Fixes bug#18787. | 4200 | Tell `libxml-parse-xml-region' to discard comments. (Bug#18787) |
| 4209 | 4201 | ||
| 4210 | 2014-11-22 Michael Albinus <michael.albinus@gmx.de> | 4202 | 2014-11-22 Michael Albinus <michael.albinus@gmx.de> |
| 4211 | 4203 | ||
| @@ -4543,7 +4535,7 @@ | |||
| 4543 | (python-shell-calculate-process-environment): Use it. | 4535 | (python-shell-calculate-process-environment): Use it. |
| 4544 | (python-shell-calculate-exec-path): Add comment. | 4536 | (python-shell-calculate-exec-path): Add comment. |
| 4545 | 4537 | ||
| 4546 | 2014-11-16 Thierry Banel <tbanelwebmin@free.fr> (tiny change) | 4538 | 2014-11-16 Thierry Banel <tbanelwebmin@free.fr> (tiny change) |
| 4547 | 4539 | ||
| 4548 | * calc/calc-arith.el (math-max-list, math-min-list): Fix bug | 4540 | * calc/calc-arith.el (math-max-list, math-min-list): Fix bug |
| 4549 | for date handling. | 4541 | for date handling. |
| @@ -4568,7 +4560,7 @@ | |||
| 4568 | * mail/emacsbug.el (report-emacs-bug): Make a better guess at | 4560 | * mail/emacsbug.el (report-emacs-bug): Make a better guess at |
| 4569 | envelope-from when reporting through sendmail (bug#19054). | 4561 | envelope-from when reporting through sendmail (bug#19054). |
| 4570 | 4562 | ||
| 4571 | 2014-11-16 Oscar Fuentes <ofv@wanadoo.es> | 4563 | 2014-11-16 Oscar Fuentes <ofv@wanadoo.es> |
| 4572 | 4564 | ||
| 4573 | Add faces for the VC modeline state indicator. | 4565 | Add faces for the VC modeline state indicator. |
| 4574 | * vc/vc-hooks.el: | 4566 | * vc/vc-hooks.el: |
| @@ -4795,11 +4787,11 @@ | |||
| 4795 | 4787 | ||
| 4796 | 2014-11-08 Alan Mackenzie <acm@muc.de> | 4788 | 2014-11-08 Alan Mackenzie <acm@muc.de> |
| 4797 | 4789 | ||
| 4798 | Fix wrong bound to c-font-lock-declarators. Fixes bug #18948. | 4790 | Fix wrong bound to c-font-lock-declarators. |
| 4799 | * progmodes/cc-fonts.el (c-font-lock-declarations): | 4791 | * progmodes/cc-fonts.el (c-font-lock-declarations): |
| 4800 | Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as | 4792 | Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as |
| 4801 | the buffer is sometimes narrowed to less than "limit" (e.g., in | 4793 | the buffer is sometimes narrowed to less than "limit" (e.g., in |
| 4802 | the presence of macros). | 4794 | the presence of macros). (Bug#18948) |
| 4803 | 4795 | ||
| 4804 | 2014-11-08 Michael Albinus <michael.albinus@gmx.de> | 4796 | 2014-11-08 Michael Albinus <michael.albinus@gmx.de> |
| 4805 | 4797 | ||
| @@ -5024,20 +5016,20 @@ | |||
| 5024 | correct buffer. | 5016 | correct buffer. |
| 5025 | (eww-view-source): Use it. | 5017 | (eww-view-source): Use it. |
| 5026 | 5018 | ||
| 5027 | 2014-11-02 Ivan Shmakov <ivan@siamics.net> | 5019 | 2014-11-02 Ivan Shmakov <ivan@siamics.net> |
| 5028 | 5020 | ||
| 5029 | * net/eww.el (eww): Recognize colon-delimited IPv6 addresses. | 5021 | * net/eww.el (eww): Recognize colon-delimited IPv6 addresses. |
| 5030 | (Bug#18603). | 5022 | (Bug#18603). |
| 5031 | 5023 | ||
| 5032 | 2014-11-02 Brian McKenna <brian@brianmckenna.org> (tiny change) | 5024 | 2014-11-02 Brian McKenna <brian@brianmckenna.org> (tiny change) |
| 5033 | 5025 | ||
| 5034 | * net/eww.el (eww-submit): Encode empty form values as "". (Bug#17785). | 5026 | * net/eww.el (eww-submit): Encode empty form values as "". (Bug#17785). |
| 5035 | 5027 | ||
| 5036 | 2014-11-02 Ivan Shmakov <ivan@siamics.net> | 5028 | 2014-11-02 Ivan Shmakov <ivan@siamics.net> |
| 5037 | 5029 | ||
| 5038 | * net/eww.el (eww): Allow "file:/file/name" URLs. (Bug#18825). | 5030 | * net/eww.el (eww): Allow "file:/file/name" URLs. (Bug#18825). |
| 5039 | 5031 | ||
| 5040 | 2014-11-02 Ivan Shmakov <ivan@siamics.net> | 5032 | 2014-11-02 Ivan Shmakov <ivan@siamics.net> |
| 5041 | 5033 | ||
| 5042 | * net/eww.el (eww-mode-map): Remove mentions of `eww-quit'. | 5034 | * net/eww.el (eww-mode-map): Remove mentions of `eww-quit'. |
| 5043 | (Bug#18834). | 5035 | (Bug#18834). |
| @@ -5613,9 +5605,8 @@ | |||
| 5613 | 2014-10-18 Alan Mackenzie <acm@muc.de> | 5605 | 2014-10-18 Alan Mackenzie <acm@muc.de> |
| 5614 | 5606 | ||
| 5615 | Check that a "macro" found near point-min isn't a ## operator. | 5607 | Check that a "macro" found near point-min isn't a ## operator. |
| 5616 | Fixes bug #18749. | ||
| 5617 | * progmodes/cc-engine.el (c-macro-is-genuine-p): New function. | 5608 | * progmodes/cc-engine.el (c-macro-is-genuine-p): New function. |
| 5618 | (c-beginning-of-macro): Use the above new function. | 5609 | (c-beginning-of-macro): Use the above new function. (Bug#18749) |
| 5619 | 5610 | ||
| 5620 | 2014-10-18 Teodor Zlatanov <tzz@lifelogs.com> | 5611 | 2014-10-18 Teodor Zlatanov <tzz@lifelogs.com> |
| 5621 | 5612 | ||