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 | |
| 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.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | admin/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 13 | ||||
| -rw-r--r-- | etc/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 18 | ||||
| -rw-r--r-- | lisp/erc/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 47 | ||||
| -rw-r--r-- | test/ChangeLog | 4 |
9 files changed, 37 insertions, 59 deletions
| @@ -12,7 +12,7 @@ | |||
| 12 | 2015-01-15 update-copyright: apply to self | 12 | 2015-01-15 update-copyright: apply to self |
| 13 | 2015-01-11 update-copyright: recognize groff's \(co marker | 13 | 2015-01-11 update-copyright: recognize groff's \(co marker |
| 14 | 14 | ||
| 15 | 2015-01-20 Eli Zaretskii <eliz@gnu.org> | 15 | 2015-01-28 Eli Zaretskii <eliz@gnu.org> |
| 16 | 16 | ||
| 17 | * configure.ac (HAVE_W32): Abort with error message if | 17 | * configure.ac (HAVE_W32): Abort with error message if |
| 18 | --without-toolkit-scroll-bars was specified. See | 18 | --without-toolkit-scroll-bars was specified. See |
diff --git a/admin/ChangeLog b/admin/ChangeLog index 6cc59c47d06..ec500569860 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2015-01-03 Glenn Morris <rgm@gnu.org> | 1 | 2015-01-28 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * update_autogen (commit): Prepend "# " to commit message. | 3 | * update_autogen (commit): Prepend "# " to commit message. |
| 4 | 4 | ||
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 718657a360b..1287733b129 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,10 +1,8 @@ | |||
| 1 | 2015-01-26 Eli Zaretskii <eliz@gnu.org> | 1 | 2015-01-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * cmdargs.texi (Action Arguments): Clarify into which buffer | 3 | * cmdargs.texi (Action Arguments): Clarify into which buffer |
| 4 | '--insert' inserts. (Bug#19694) | 4 | '--insert' inserts. (Bug#19694) |
| 5 | 5 | ||
| 6 | 2015-01-21 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | * programs.texi (Custom C Indent): Fix a typo. (Bug#19647) | 6 | * programs.texi (Custom C Indent): Fix a typo. (Bug#19647) |
| 9 | 7 | ||
| 10 | 2015-01-27 Ivan Shmakov <ivan@siamics.net> | 8 | 2015-01-27 Ivan Shmakov <ivan@siamics.net> |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 3a1eeb2acb9..2cde2fb6f48 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,27 +1,22 @@ | |||
| 1 | 2015-01-24 Eli Zaretskii <eliz@gnu.org> | 1 | 2015-01-28 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * searching.texi (Regexp Search): Add a cross-reference to "Syntax | 3 | * searching.texi (Regexp Search): Add a cross-reference to "Syntax |
| 4 | of Regexps". (Bug#19668) | 4 | of Regexps". (Bug#19668) |
| 5 | 5 | ||
| 6 | 2015-01-21 Daniel Koning <dk@danielkoning.com> (tiny change) | 6 | 2015-01-28 Daniel Koning <dk@danielkoning.com> (tiny change) |
| 7 | 7 | ||
| 8 | * commands.texi (Drag Events, Motion Events, Event Examples) | 8 | * commands.texi (Drag Events, Motion Events, Event Examples) |
| 9 | (Accessing Mouse): Describe actual range of values that mouse | 9 | (Accessing Mouse): Describe actual range of values that mouse |
| 10 | position objects can have. | 10 | position objects can have. |
| 11 | 11 | ||
| 12 | 2015-01-20 Eli Zaretskii <eliz@gnu.org> | 12 | 2015-01-28 Eli Zaretskii <eliz@gnu.org> |
| 13 | 13 | ||
| 14 | * display.texi (Manipulating Buttons): Explain more about the | 14 | * display.texi (Manipulating Buttons): Explain more about the |
| 15 | 'action' property. (Bug#19628) | 15 | 'action' property. (Bug#19628) |
| 16 | 16 | ||
| 17 | * text.texi (Clickable Text): Improve indexing. (Bug#19629) | 17 | * text.texi (Clickable Text): Improve indexing. (Bug#19629) |
| 18 | 18 | ||
| 19 | 2015-01-15 Eli Zaretskii <eliz@gnu.org> | 19 | * variables.texi (Creating Buffer-Local): Improve indexing. (Bug#19608) |
| 20 | |||
| 21 | * variables.texi (Creating Buffer-Local): Improve indexing. | ||
| 22 | (Bug#19608) | ||
| 23 | |||
| 24 | 2015-01-04 Eli Zaretskii <eliz@gnu.org> | ||
| 25 | 20 | ||
| 26 | * frames.texi (Display Feature Testing): Make the description of | 21 | * frames.texi (Display Feature Testing): Make the description of |
| 27 | x-server-version and x-server-vendor less X-specific. (Bug#19502) | 22 | x-server-version and x-server-vendor less X-specific. (Bug#19502) |
diff --git a/etc/ChangeLog b/etc/ChangeLog index 00949a0b377..8bc1afbef52 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | * images/splash.pbm, images/splash.xpm, images/README: | 4 | * images/splash.pbm, images/splash.xpm, images/README: |
| 5 | Splash images refurbished. | 5 | Splash images refurbished. |
| 6 | 6 | ||
| 7 | 2015-01-17 Eli Zaretskii <eliz@gnu.org> | 7 | 2015-01-28 Eli Zaretskii <eliz@gnu.org> |
| 8 | 8 | ||
| 9 | * tutorials/TUTORIAL.he: Use u+05f4 HEBREW PUNCTUATION GERSHAYIM | 9 | * tutorials/TUTORIAL.he: Use u+05f4 HEBREW PUNCTUATION GERSHAYIM |
| 10 | instead of u+0022 QUOTATION MARK in Hebrew acronyms. | 10 | instead of u+0022 QUOTATION MARK in Hebrew acronyms. |
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 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index fc4258c9bfb..2130312ccf2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -25,18 +25,6 @@ | |||
| 25 | 25 | ||
| 26 | 2015-01-29 Eli Zaretskii <eliz@gnu.org> | 26 | 2015-01-29 Eli Zaretskii <eliz@gnu.org> |
| 27 | 27 | ||
| 28 | * dired.c (directory_files_internal, file_name_completion) | ||
| 29 | [WINDOWSNT]: Signal an error when errno is set non-zero by | ||
| 30 | 'readdir', regardless of its value. | ||
| 31 | |||
| 32 | * w32.c (sys_readdir): Set errno to ENOENT when the directory | ||
| 33 | doesn't exist and to EACCES when it's not accessible to the | ||
| 34 | current user. Set errno to zero when FindNextFile exhausts the | ||
| 35 | directory, so that callers don't interpret that as an error and | ||
| 36 | don't signal a file-error. | ||
| 37 | (open_unc_volume): Set errno to ENOENT if WNetOpenEnum fails. | ||
| 38 | 2015-01-29 Eli Zaretskii <eliz@gnu.org> | ||
| 39 | |||
| 40 | Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. | 28 | Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. |
| 41 | * w32uniscribe.c (uniscribe_list, uniscribe_match): Use bool where | 29 | * w32uniscribe.c (uniscribe_list, uniscribe_match): Use bool where |
| 42 | appropriate. | 30 | appropriate. |
| @@ -54,9 +42,20 @@ | |||
| 54 | * xfaces.c (face_change): Rename from face_change_count, and | 42 | * xfaces.c (face_change): Rename from face_change_count, and |
| 55 | change from int to bool. The var is now true (instead of nonzero) | 43 | change from int to bool. The var is now true (instead of nonzero) |
| 56 | if attributes have changed; this is simpler. All uses changed. | 44 | if attributes have changed; this is simpler. All uses changed. |
| 57 | Fixes: bug#19698 | 45 | (Bug#19698) |
| 46 | |||
| 47 | 2015-01-28 Eli Zaretskii <eliz@gnu.org> | ||
| 58 | 48 | ||
| 59 | 2015-01-27 Eli Zaretskii <eliz@gnu.org> | 49 | * dired.c (directory_files_internal, file_name_completion) |
| 50 | [WINDOWSNT]: Signal an error when errno is set non-zero by | ||
| 51 | 'readdir', regardless of its value. | ||
| 52 | |||
| 53 | * w32.c (sys_readdir): Set errno to ENOENT when the directory | ||
| 54 | doesn't exist and to EACCES when it's not accessible to the | ||
| 55 | current user. Set errno to zero when FindNextFile exhausts the | ||
| 56 | directory, so that callers don't interpret that as an error and | ||
| 57 | don't signal a file-error. | ||
| 58 | (open_unc_volume): Set errno to ENOENT if WNetOpenEnum fails. | ||
| 60 | 59 | ||
| 61 | * dired.c (directory_files_internal) [WINDOWSNT]: If readdir | 60 | * dired.c (directory_files_internal) [WINDOWSNT]: If readdir |
| 62 | returns NULL and errno is ENOTDIR, behave as if opendir failed to | 61 | returns NULL and errno is ENOTDIR, behave as if opendir failed to |
| @@ -65,55 +64,43 @@ | |||
| 65 | * w32.c (sys_readdir): If FindFirstFile fails because the | 64 | * w32.c (sys_readdir): If FindFirstFile fails because the |
| 66 | directory doesn't exist, set errno to ENOTDIR. | 65 | directory doesn't exist, set errno to ENOTDIR. |
| 67 | 66 | ||
| 68 | 2015-01-24 Jan Djärv <jan.h.d@swipnet.se> | 67 | 2015-01-28 Jan Djärv <jan.h.d@swipnet.se> |
| 69 | 68 | ||
| 70 | * nsterm.m (drawRect:): Add block/unblock_input (Bug#19660). | 69 | * nsterm.m (drawRect:): Add block/unblock_input (Bug#19660). |
| 71 | 70 | ||
| 72 | 2015-01-21 Paul Eggert <eggert@cs.ucla.edu> | 71 | 2015-01-28 Paul Eggert <eggert@cs.ucla.edu> |
| 73 | 72 | ||
| 74 | Fix coding.c subscript error | 73 | Fix coding.c subscript error |
| 75 | * coding.c (CODING_ISO_INVOKED_CHARSET): | 74 | * coding.c (CODING_ISO_INVOKED_CHARSET): |
| 76 | Avoid undefined behavior if CODING_ISO_INVOCATION returns negative. | 75 | Avoid undefined behavior if CODING_ISO_INVOCATION returns negative. |
| 77 | 76 | ||
| 78 | 2015-01-17 Eli Zaretskii <eliz@gnu.org> | 77 | 2015-01-28 Eli Zaretskii <eliz@gnu.org> |
| 79 | 78 | ||
| 80 | * xdisp.c (produce_image_glyph): Fix display of images in R2L | 79 | * xdisp.c (produce_image_glyph): Fix display of images in R2L |
| 81 | screen lines: prepend the new glyph to the ones already there | 80 | screen lines: prepend the new glyph to the ones already there |
| 82 | instead of appending it. | 81 | instead of appending it. |
| 83 | 82 | ||
| 84 | 2015-01-14 Eli Zaretskii <eliz@gnu.org> | ||
| 85 | |||
| 86 | * w32fns.c (w32_set_title_bar_text): New function, including | 83 | * w32fns.c (w32_set_title_bar_text): New function, including |
| 87 | support for titles with non-ASCII characters outside of the | 84 | support for titles with non-ASCII characters outside of the |
| 88 | current system codepage. | 85 | current system codepage. |
| 89 | (x_set_name, x_set_title): Use it. (Bug#19590) | 86 | (x_set_name, x_set_title): Use it. (Bug#19590) |
| 90 | 87 | ||
| 91 | 2015-01-10 Eli Zaretskii <eliz@gnu.org> | ||
| 92 | |||
| 93 | * indent.c (Fvertical_motion): Return zero if we started from ZV | 88 | * indent.c (Fvertical_motion): Return zero if we started from ZV |
| 94 | and there's an overlay after-string there. (Bug#19553) | 89 | and there's an overlay after-string there. (Bug#19553) |
| 95 | 90 | ||
| 96 | 2015-01-09 Eli Zaretskii <eliz@gnu.org> | ||
| 97 | |||
| 98 | * emacs.c (usage_message): Fix the description of the -nl switch. | 91 | * emacs.c (usage_message): Fix the description of the -nl switch. |
| 99 | (Bug#19542) | 92 | (Bug#19542) |
| 100 | 93 | ||
| 101 | 2015-01-05 Eli Zaretskii <eliz@gnu.org> | ||
| 102 | |||
| 103 | * xdisp.c (move_it_to, try_cursor_movement): Don't use the window | 94 | * xdisp.c (move_it_to, try_cursor_movement): Don't use the window |
| 104 | end information if the window_end_valid flag is unset. | 95 | end information if the window_end_valid flag is unset. |
| 105 | (try_window_id): If the call to display_line invalidated the | 96 | (try_window_id): If the call to display_line invalidated the |
| 106 | window end information, give up the try_window_id optimization. | 97 | window end information, give up the try_window_id optimization. |
| 107 | (Bug#19511) | 98 | (Bug#19511) |
| 108 | 99 | ||
| 109 | 2015-01-04 Eli Zaretskii <eliz@gnu.org> | ||
| 110 | |||
| 111 | * w32fns.c (Fx_server_version, Fx_server_vendor): Doc fix. | 100 | * w32fns.c (Fx_server_version, Fx_server_vendor): Doc fix. |
| 112 | |||
| 113 | * xfns.c (Fx_server_version, Fx_server_vendor): Doc fix. | 101 | * xfns.c (Fx_server_version, Fx_server_vendor): Doc fix. |
| 114 | 102 | ||
| 115 | * emacs.c (syms_of_emacs) <system-configuration>: Doc fix. | 103 | * emacs.c (syms_of_emacs) <system-configuration>: Doc fix. (Bug#19502) |
| 116 | (Bug#19502) | ||
| 117 | 104 | ||
| 118 | 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca> | 105 | 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 119 | 106 | ||
diff --git a/test/ChangeLog b/test/ChangeLog index 66535ac42a3..156c343751e 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2015-01-26 Fabián Ezequiel Gallina <fgallina@gnu.org> | 1 | 2015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 2 | ||
| 3 | * automated/python-tests.el (python-indent-pep8-1) | 3 | * automated/python-tests.el (python-indent-pep8-1) |
| 4 | (python-indent-pep8-2, python-indent-pep8-3) | 4 | (python-indent-pep8-2, python-indent-pep8-3) |
| @@ -20,7 +20,7 @@ | |||
| 20 | (python-indent-inside-string-2, python-indent-inside-string-3) | 20 | (python-indent-inside-string-2, python-indent-inside-string-3) |
| 21 | (python-indent-dedent-line-backspace-1): New Tests. | 21 | (python-indent-dedent-line-backspace-1): New Tests. |
| 22 | 22 | ||
| 23 | 2015-01-24 Glenn Morris <rgm@gnu.org> | 23 | 2015-01-28 Glenn Morris <rgm@gnu.org> |
| 24 | 24 | ||
| 25 | * automated/regexp-tests.el: Require regexp-opt, which is | 25 | * automated/regexp-tests.el: Require regexp-opt, which is |
| 26 | not preloaded --without-x. | 26 | not preloaded --without-x. |