diff options
| author | Glenn Morris | 2015-01-30 00:01:24 -0800 |
|---|---|---|
| committer | Glenn Morris | 2015-01-30 00:01:24 -0800 |
| commit | 2b9b98bdb70faf47405620fce9e5b5981a271d7c (patch) | |
| tree | 255e2c482e6587acb647b57e1ffce6703a748d09 /lisp | |
| parent | 44ae1364908f91d877a6afa9bdd394e31fbd8311 (diff) | |
| download | emacs-2b9b98bdb70faf47405620fce9e5b5981a271d7c.tar.gz emacs-2b9b98bdb70faf47405620fce9e5b5981a271d7c.zip | |
# ChangeLog fixes
Merged ChangeLog entries go to the top, with the date of the merge.
It's a simple rule.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 18 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog | 4 |
2 files changed, 10 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bc1d1478fe7..137f6c39e7e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -22,11 +22,10 @@ | |||
| 22 | (reftex--prepare-syntax-tables): New function. | 22 | (reftex--prepare-syntax-tables): New function. |
| 23 | (reftex-mode): Use it. | 23 | (reftex-mode): Use it. |
| 24 | 24 | ||
| 25 | 2015-01-26 Fabián Ezequiel Gallina <fgallina@gnu.org> | 25 | 2015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 26 | 26 | ||
| 27 | python.el: New non-global state dependent indentation engine. | 27 | python.el: New non-global state dependent indentation engine. |
| 28 | (Bug#18319, Bug#19595) | 28 | (Bug#18319, Bug#19595) |
| 29 | |||
| 30 | * progmodes/python.el (python-syntax-comment-or-string-p): | 29 | * progmodes/python.el (python-syntax-comment-or-string-p): |
| 31 | Accept PPSS as argument. | 30 | Accept PPSS as argument. |
| 32 | (python-syntax-closing-paren-p): New function. | 31 | (python-syntax-closing-paren-p): New function. |
| @@ -42,18 +41,18 @@ | |||
| 42 | (python-indent-dedent-line-backspace): Use `unless`. | 41 | (python-indent-dedent-line-backspace): Use `unless`. |
| 43 | (python-indent-toggle-levels): Delete function. | 42 | (python-indent-toggle-levels): Delete function. |
| 44 | 43 | ||
| 45 | 2015-01-21 Daniel Koning <dk@danielkoning.com> (tiny change) | 44 | 2015-01-28 Daniel Koning <dk@danielkoning.com> (tiny change) |
| 46 | 45 | ||
| 47 | * subr.el (posnp): Correct docstring of `posnp'. | 46 | * subr.el (posnp): Correct docstring of `posnp'. |
| 48 | (posn-col-row): Make it work with all mouse position objects. | 47 | (posn-col-row): Make it work with all mouse position objects. |
| 49 | * textmodes/artist.el (artist-mouse-draw-continously): | 48 | * textmodes/artist.el (artist-mouse-draw-continously): |
| 50 | Cancel timers if an error occurs during continuous drawing. (Bug#6130) | 49 | Cancel timers if an error occurs during continuous drawing. (Bug#6130) |
| 51 | 50 | ||
| 52 | 2015-01-20 Eli Zaretskii <eliz@gnu.org> | 51 | 2015-01-28 Eli Zaretskii <eliz@gnu.org> |
| 53 | 52 | ||
| 54 | * button.el (button-activate, push-button): Doc fix. (Bug#19628) | 53 | * button.el (button-activate, push-button): Doc fix. (Bug#19628) |
| 55 | 54 | ||
| 56 | 2015-01-13 Michael Albinus <michael.albinus@gmx.de> | 55 | 2015-01-28 Michael Albinus <michael.albinus@gmx.de> |
| 57 | 56 | ||
| 58 | * filenotify.el (file-notify-descriptors, file-notify-handle-event): | 57 | * filenotify.el (file-notify-descriptors, file-notify-handle-event): |
| 59 | Adapt docstring. | 58 | Adapt docstring. |
| @@ -65,24 +64,23 @@ | |||
| 65 | * net/tramp.el (tramp-handle-file-notify-rm-watch): Do not check | 64 | * net/tramp.el (tramp-handle-file-notify-rm-watch): Do not check |
| 66 | `file-notify-descriptors', the implementation has been changed. | 65 | `file-notify-descriptors', the implementation has been changed. |
| 67 | 66 | ||
| 68 | 2015-01-09 Eli Zaretskii <eliz@gnu.org> | 67 | 2015-01-28 Eli Zaretskii <eliz@gnu.org> |
| 69 | 68 | ||
| 70 | * net/net-utils.el (net-utils-run-program, net-utils-run-simple): | 69 | * net/net-utils.el (net-utils-run-program, net-utils-run-simple): |
| 71 | On MS-Windows, bind coding-system-for-read to the console output | 70 | On MS-Windows, bind coding-system-for-read to the console output |
| 72 | codepage. (Bug#19458) | 71 | codepage. (Bug#19458) |
| 73 | 72 | ||
| 74 | 2015-01-04 Dmitry Gutov <dgutov@yandex.ru> | 73 | 2015-01-28 Dmitry Gutov <dgutov@yandex.ru> |
| 75 | 74 | ||
| 76 | Unbreak `mouse-action' property in text buttons. | 75 | Unbreak `mouse-action' property in text buttons. |
| 77 | |||
| 78 | * button.el (push-button): Fix regression from 2012-12-06. | 76 | * button.el (push-button): Fix regression from 2012-12-06. |
| 79 | 77 | ||
| 80 | 2015-01-06 Glenn Morris <rgm@gnu.org> | 78 | 2015-01-28 Glenn Morris <rgm@gnu.org> |
| 81 | 79 | ||
| 82 | * progmodes/sh-script.el (sh-mode): Doc fix. | 80 | * progmodes/sh-script.el (sh-mode): Doc fix. |
| 83 | (sh-basic-indent-line): Handle electric newline. (Bug#18756) | 81 | (sh-basic-indent-line): Handle electric newline. (Bug#18756) |
| 84 | 82 | ||
| 85 | 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> | 83 | 2015-01-28 Paul Eggert <eggert@cs.ucla.edu> |
| 86 | 84 | ||
| 87 | Fix dired quoting bug with "Hit`N`Hide". Fixes Bug#19498. | 85 | Fix dired quoting bug with "Hit`N`Hide". Fixes Bug#19498. |
| 88 | * files.el (shell-quote-wildcard-pattern): Also quote "`". | 86 | * files.el (shell-quote-wildcard-pattern): Also quote "`". |
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index ba5d57e4d2e..44971cc16fc 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2015-01-14 Dima Kogan <dima@secretsauce.net> | 1 | 2015-01-28 Dima Kogan <dima@secretsauce.net> |
| 2 | 2 | ||
| 3 | * erc-backend.el (define-erc-response-handler): Give hook-name | 3 | * erc-backend.el (define-erc-response-handler): Give hook-name |
| 4 | default value of nil and add-to-list (bug#19363) | 4 | default value of nil and add-to-list (bug#19363). |
| 5 | 5 | ||
| 6 | 2015-01-22 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2015-01-22 Paul Eggert <eggert@cs.ucla.edu> |
| 7 | 7 | ||