From 2b9b98bdb70faf47405620fce9e5b5981a271d7c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 30 Jan 2015 00:01:24 -0800 Subject: [PATCH] # ChangeLog fixes Merged ChangeLog entries go to the top, with the date of the merge. It's a simple rule. --- ChangeLog | 2 +- admin/ChangeLog | 2 +- doc/emacs/ChangeLog | 4 +--- doc/lispref/ChangeLog | 13 ++++-------- etc/ChangeLog | 2 +- lisp/ChangeLog | 18 ++++++++--------- lisp/erc/ChangeLog | 4 ++-- src/ChangeLog | 47 ++++++++++++++++--------------------------- test/ChangeLog | 4 ++-- 9 files changed, 37 insertions(+), 59 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0b4993b7ac7..d7fd76cd305 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,7 +12,7 @@ 2015-01-15 update-copyright: apply to self 2015-01-11 update-copyright: recognize groff's \(co marker -2015-01-20 Eli Zaretskii +2015-01-28 Eli Zaretskii * configure.ac (HAVE_W32): Abort with error message if --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 @@ -2015-01-03 Glenn Morris +2015-01-28 Glenn Morris * update_autogen (commit): Prepend "# " to commit message. 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 @@ -2015-01-26 Eli Zaretskii +2015-01-28 Eli Zaretskii * cmdargs.texi (Action Arguments): Clarify into which buffer '--insert' inserts. (Bug#19694) -2015-01-21 Eli Zaretskii - * programs.texi (Custom C Indent): Fix a typo. (Bug#19647) 2015-01-27 Ivan Shmakov 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 @@ -2015-01-24 Eli Zaretskii +2015-01-28 Eli Zaretskii * searching.texi (Regexp Search): Add a cross-reference to "Syntax of Regexps". (Bug#19668) -2015-01-21 Daniel Koning (tiny change) +2015-01-28 Daniel Koning (tiny change) * commands.texi (Drag Events, Motion Events, Event Examples) (Accessing Mouse): Describe actual range of values that mouse position objects can have. -2015-01-20 Eli Zaretskii +2015-01-28 Eli Zaretskii * display.texi (Manipulating Buttons): Explain more about the 'action' property. (Bug#19628) * text.texi (Clickable Text): Improve indexing. (Bug#19629) -2015-01-15 Eli Zaretskii - - * variables.texi (Creating Buffer-Local): Improve indexing. - (Bug#19608) - -2015-01-04 Eli Zaretskii + * variables.texi (Creating Buffer-Local): Improve indexing. (Bug#19608) * frames.texi (Display Feature Testing): Make the description of 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 @@ * images/splash.pbm, images/splash.xpm, images/README: Splash images refurbished. -2015-01-17 Eli Zaretskii +2015-01-28 Eli Zaretskii * tutorials/TUTORIAL.he: Use u+05f4 HEBREW PUNCTUATION GERSHAYIM 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 @@ (reftex--prepare-syntax-tables): New function. (reftex-mode): Use it. -2015-01-26 Fabián Ezequiel Gallina +2015-01-28 Fabián Ezequiel Gallina python.el: New non-global state dependent indentation engine. (Bug#18319, Bug#19595) - * progmodes/python.el (python-syntax-comment-or-string-p): Accept PPSS as argument. (python-syntax-closing-paren-p): New function. @@ -42,18 +41,18 @@ (python-indent-dedent-line-backspace): Use `unless`. (python-indent-toggle-levels): Delete function. -2015-01-21 Daniel Koning (tiny change) +2015-01-28 Daniel Koning (tiny change) * subr.el (posnp): Correct docstring of `posnp'. (posn-col-row): Make it work with all mouse position objects. * textmodes/artist.el (artist-mouse-draw-continously): Cancel timers if an error occurs during continuous drawing. (Bug#6130) -2015-01-20 Eli Zaretskii +2015-01-28 Eli Zaretskii * button.el (button-activate, push-button): Doc fix. (Bug#19628) -2015-01-13 Michael Albinus +2015-01-28 Michael Albinus * filenotify.el (file-notify-descriptors, file-notify-handle-event): Adapt docstring. @@ -65,24 +64,23 @@ * net/tramp.el (tramp-handle-file-notify-rm-watch): Do not check `file-notify-descriptors', the implementation has been changed. -2015-01-09 Eli Zaretskii +2015-01-28 Eli Zaretskii * net/net-utils.el (net-utils-run-program, net-utils-run-simple): On MS-Windows, bind coding-system-for-read to the console output codepage. (Bug#19458) -2015-01-04 Dmitry Gutov +2015-01-28 Dmitry Gutov Unbreak `mouse-action' property in text buttons. - * button.el (push-button): Fix regression from 2012-12-06. -2015-01-06 Glenn Morris +2015-01-28 Glenn Morris * progmodes/sh-script.el (sh-mode): Doc fix. (sh-basic-indent-line): Handle electric newline. (Bug#18756) -2015-01-04 Paul Eggert +2015-01-28 Paul Eggert Fix dired quoting bug with "Hit`N`Hide". Fixes Bug#19498. * 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 @@ -2015-01-14 Dima Kogan +2015-01-28 Dima Kogan * erc-backend.el (define-erc-response-handler): Give hook-name - default value of nil and add-to-list (bug#19363) + default value of nil and add-to-list (bug#19363). 2015-01-22 Paul Eggert diff --git a/src/ChangeLog b/src/ChangeLog index fc4258c9bfb..2130312ccf2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -23,18 +23,6 @@ New function, which signals an error when readdir fails. (directory_files_internal, file_name_completion): Use it. -2015-01-29 Eli Zaretskii - - * dired.c (directory_files_internal, file_name_completion) - [WINDOWSNT]: Signal an error when errno is set non-zero by - 'readdir', regardless of its value. - - * w32.c (sys_readdir): Set errno to ENOENT when the directory - doesn't exist and to EACCES when it's not accessible to the - current user. Set errno to zero when FindNextFile exhausts the - directory, so that callers don't interpret that as an error and - don't signal a file-error. - (open_unc_volume): Set errno to ENOENT if WNetOpenEnum fails. 2015-01-29 Eli Zaretskii Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c. @@ -54,9 +42,20 @@ * xfaces.c (face_change): Rename from face_change_count, and change from int to bool. The var is now true (instead of nonzero) if attributes have changed; this is simpler. All uses changed. - Fixes: bug#19698 + (Bug#19698) -2015-01-27 Eli Zaretskii +2015-01-28 Eli Zaretskii + + * dired.c (directory_files_internal, file_name_completion) + [WINDOWSNT]: Signal an error when errno is set non-zero by + 'readdir', regardless of its value. + + * w32.c (sys_readdir): Set errno to ENOENT when the directory + doesn't exist and to EACCES when it's not accessible to the + current user. Set errno to zero when FindNextFile exhausts the + directory, so that callers don't interpret that as an error and + don't signal a file-error. + (open_unc_volume): Set errno to ENOENT if WNetOpenEnum fails. * dired.c (directory_files_internal) [WINDOWSNT]: If readdir returns NULL and errno is ENOTDIR, behave as if opendir failed to @@ -65,55 +64,43 @@ * w32.c (sys_readdir): If FindFirstFile fails because the directory doesn't exist, set errno to ENOTDIR. -2015-01-24 Jan Djärv +2015-01-28 Jan Djärv * nsterm.m (drawRect:): Add block/unblock_input (Bug#19660). -2015-01-21 Paul Eggert +2015-01-28 Paul Eggert Fix coding.c subscript error * coding.c (CODING_ISO_INVOKED_CHARSET): Avoid undefined behavior if CODING_ISO_INVOCATION returns negative. -2015-01-17 Eli Zaretskii +2015-01-28 Eli Zaretskii * xdisp.c (produce_image_glyph): Fix display of images in R2L screen lines: prepend the new glyph to the ones already there instead of appending it. -2015-01-14 Eli Zaretskii - * w32fns.c (w32_set_title_bar_text): New function, including support for titles with non-ASCII characters outside of the current system codepage. (x_set_name, x_set_title): Use it. (Bug#19590) -2015-01-10 Eli Zaretskii - * indent.c (Fvertical_motion): Return zero if we started from ZV and there's an overlay after-string there. (Bug#19553) -2015-01-09 Eli Zaretskii - * emacs.c (usage_message): Fix the description of the -nl switch. (Bug#19542) -2015-01-05 Eli Zaretskii - * xdisp.c (move_it_to, try_cursor_movement): Don't use the window end information if the window_end_valid flag is unset. (try_window_id): If the call to display_line invalidated the window end information, give up the try_window_id optimization. (Bug#19511) -2015-01-04 Eli Zaretskii - * w32fns.c (Fx_server_version, Fx_server_vendor): Doc fix. - * xfns.c (Fx_server_version, Fx_server_vendor): Doc fix. - * emacs.c (syms_of_emacs) : Doc fix. - (Bug#19502) + * emacs.c (syms_of_emacs) : Doc fix. (Bug#19502) 2015-01-28 Stefan Monnier diff --git a/test/ChangeLog b/test/ChangeLog index 66535ac42a3..156c343751e 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,4 +1,4 @@ -2015-01-26 Fabián Ezequiel Gallina +2015-01-28 Fabián Ezequiel Gallina * automated/python-tests.el (python-indent-pep8-1) (python-indent-pep8-2, python-indent-pep8-3) @@ -20,7 +20,7 @@ (python-indent-inside-string-2, python-indent-inside-string-3) (python-indent-dedent-line-backspace-1): New Tests. -2015-01-24 Glenn Morris +2015-01-28 Glenn Morris * automated/regexp-tests.el: Require regexp-opt, which is not preloaded --without-x.