Merged ChangeLog entries go to the top, with the date of the merge.
It's a simple rule.
2015-01-15 update-copyright: apply to self
2015-01-11 update-copyright: recognize groff's \(co marker
-2015-01-20 Eli Zaretskii <eliz@gnu.org>
+2015-01-28 Eli Zaretskii <eliz@gnu.org>
* configure.ac (HAVE_W32): Abort with error message if
--without-toolkit-scroll-bars was specified. See
-2015-01-03 Glenn Morris <rgm@gnu.org>
+2015-01-28 Glenn Morris <rgm@gnu.org>
* update_autogen (commit): Prepend "# " to commit message.
-2015-01-26 Eli Zaretskii <eliz@gnu.org>
+2015-01-28 Eli Zaretskii <eliz@gnu.org>
* cmdargs.texi (Action Arguments): Clarify into which buffer
'--insert' inserts. (Bug#19694)
-2015-01-21 Eli Zaretskii <eliz@gnu.org>
-
* programs.texi (Custom C Indent): Fix a typo. (Bug#19647)
2015-01-27 Ivan Shmakov <ivan@siamics.net>
-2015-01-24 Eli Zaretskii <eliz@gnu.org>
+2015-01-28 Eli Zaretskii <eliz@gnu.org>
* searching.texi (Regexp Search): Add a cross-reference to "Syntax
of Regexps". (Bug#19668)
-2015-01-21 Daniel Koning <dk@danielkoning.com> (tiny change)
+2015-01-28 Daniel Koning <dk@danielkoning.com> (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 <eliz@gnu.org>
+2015-01-28 Eli Zaretskii <eliz@gnu.org>
* 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 <eliz@gnu.org>
-
- * variables.texi (Creating Buffer-Local): Improve indexing.
- (Bug#19608)
-
-2015-01-04 Eli Zaretskii <eliz@gnu.org>
+ * 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)
* images/splash.pbm, images/splash.xpm, images/README:
Splash images refurbished.
-2015-01-17 Eli Zaretskii <eliz@gnu.org>
+2015-01-28 Eli Zaretskii <eliz@gnu.org>
* tutorials/TUTORIAL.he: Use u+05f4 HEBREW PUNCTUATION GERSHAYIM
instead of u+0022 QUOTATION MARK in Hebrew acronyms.
(reftex--prepare-syntax-tables): New function.
(reftex-mode): Use it.
-2015-01-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
+2015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
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.
(python-indent-dedent-line-backspace): Use `unless`.
(python-indent-toggle-levels): Delete function.
-2015-01-21 Daniel Koning <dk@danielkoning.com> (tiny change)
+2015-01-28 Daniel Koning <dk@danielkoning.com> (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 <eliz@gnu.org>
+2015-01-28 Eli Zaretskii <eliz@gnu.org>
* button.el (button-activate, push-button): Doc fix. (Bug#19628)
-2015-01-13 Michael Albinus <michael.albinus@gmx.de>
+2015-01-28 Michael Albinus <michael.albinus@gmx.de>
* filenotify.el (file-notify-descriptors, file-notify-handle-event):
Adapt docstring.
* 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 <eliz@gnu.org>
+2015-01-28 Eli Zaretskii <eliz@gnu.org>
* 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 <dgutov@yandex.ru>
+2015-01-28 Dmitry Gutov <dgutov@yandex.ru>
Unbreak `mouse-action' property in text buttons.
-
* button.el (push-button): Fix regression from 2012-12-06.
-2015-01-06 Glenn Morris <rgm@gnu.org>
+2015-01-28 Glenn Morris <rgm@gnu.org>
* progmodes/sh-script.el (sh-mode): Doc fix.
(sh-basic-indent-line): Handle electric newline. (Bug#18756)
-2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
+2015-01-28 Paul Eggert <eggert@cs.ucla.edu>
Fix dired quoting bug with "Hit`N`Hide". Fixes Bug#19498.
* files.el (shell-quote-wildcard-pattern): Also quote "`".
-2015-01-14 Dima Kogan <dima@secretsauce.net>
+2015-01-28 Dima Kogan <dima@secretsauce.net>
* 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 <eggert@cs.ucla.edu>
New function, which signals an error when readdir fails.
(directory_files_internal, file_name_completion): Use it.
-2015-01-29 Eli Zaretskii <eliz@gnu.org>
-
- * 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 <eliz@gnu.org>
Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c.
* 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-28 Eli Zaretskii <eliz@gnu.org>
-2015-01-27 Eli Zaretskii <eliz@gnu.org>
+ * 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
* w32.c (sys_readdir): If FindFirstFile fails because the
directory doesn't exist, set errno to ENOTDIR.
-2015-01-24 Jan Djärv <jan.h.d@swipnet.se>
+2015-01-28 Jan Djärv <jan.h.d@swipnet.se>
* nsterm.m (drawRect:): Add block/unblock_input (Bug#19660).
-2015-01-21 Paul Eggert <eggert@cs.ucla.edu>
+2015-01-28 Paul Eggert <eggert@cs.ucla.edu>
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 <eliz@gnu.org>
+2015-01-28 Eli Zaretskii <eliz@gnu.org>
* 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 <eliz@gnu.org>
-
* 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 <eliz@gnu.org>
-
* 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 <eliz@gnu.org>
-
* emacs.c (usage_message): Fix the description of the -nl switch.
(Bug#19542)
-2015-01-05 Eli Zaretskii <eliz@gnu.org>
-
* 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 <eliz@gnu.org>
-
* 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) <system-configuration>: Doc fix.
- (Bug#19502)
+ * emacs.c (syms_of_emacs) <system-configuration>: Doc fix. (Bug#19502)
2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
-2015-01-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
+2015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
* automated/python-tests.el (python-indent-pep8-1)
(python-indent-pep8-2, python-indent-pep8-3)
(python-indent-inside-string-2, python-indent-inside-string-3)
(python-indent-dedent-line-backspace-1): New Tests.
-2015-01-24 Glenn Morris <rgm@gnu.org>
+2015-01-28 Glenn Morris <rgm@gnu.org>
* automated/regexp-tests.el: Require regexp-opt, which is
not preloaded --without-x.