emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2b9b98b: # ChangeLog fixes


From: Glenn Morris
Subject: [Emacs-diffs] master 2b9b98b: # ChangeLog fixes
Date: Fri, 30 Jan 2015 08:01:38 +0000

branch: master
commit 2b9b98bdb70faf47405620fce9e5b5981a271d7c
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    # 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 0b4993b..d7fd76c 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  <address@hidden>
+2015-01-28  Eli Zaretskii  <address@hidden>
 
        * 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 6cc59c4..ec50056 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,4 +1,4 @@
-2015-01-03  Glenn Morris  <address@hidden>
+2015-01-28  Glenn Morris  <address@hidden>
 
        * update_autogen (commit): Prepend "# " to commit message.
 
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 718657a..1287733 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,10 +1,8 @@
-2015-01-26  Eli Zaretskii  <address@hidden>
+2015-01-28  Eli Zaretskii  <address@hidden>
 
        * cmdargs.texi (Action Arguments): Clarify into which buffer
        '--insert' inserts.  (Bug#19694)
 
-2015-01-21  Eli Zaretskii  <address@hidden>
-
        * programs.texi (Custom C Indent): Fix a typo.  (Bug#19647)
 
 2015-01-27  Ivan Shmakov  <address@hidden>
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 3a1eeb2..2cde2fb 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,27 +1,22 @@
-2015-01-24  Eli Zaretskii  <address@hidden>
+2015-01-28  Eli Zaretskii  <address@hidden>
 
        * searching.texi (Regexp Search): Add a cross-reference to "Syntax
        of Regexps".  (Bug#19668)
 
-2015-01-21  Daniel Koning  <address@hidden>  (tiny change)
+2015-01-28  Daniel Koning  <address@hidden>  (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  <address@hidden>
+2015-01-28  Eli Zaretskii  <address@hidden>
 
        * 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  <address@hidden>
-
-       * variables.texi (Creating Buffer-Local): Improve indexing.
-       (Bug#19608)
-
-2015-01-04  Eli Zaretskii  <address@hidden>
+       * 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 00949a0..8bc1afb 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  <address@hidden>
+2015-01-28  Eli Zaretskii  <address@hidden>
 
        * 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 bc1d147..137f6c3 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  <address@hidden>
+2015-01-28  Fabián Ezequiel Gallina  <address@hidden>
 
        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  <address@hidden>  (tiny change)
+2015-01-28  Daniel Koning  <address@hidden>  (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  <address@hidden>
+2015-01-28  Eli Zaretskii  <address@hidden>
 
        * button.el (button-activate, push-button): Doc fix.  (Bug#19628)
 
-2015-01-13  Michael Albinus  <address@hidden>
+2015-01-28  Michael Albinus  <address@hidden>
 
        * 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  <address@hidden>
+2015-01-28  Eli Zaretskii  <address@hidden>
 
        * 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  <address@hidden>
+2015-01-28  Dmitry Gutov  <address@hidden>
 
        Unbreak `mouse-action' property in text buttons.
-
        * button.el (push-button): Fix regression from 2012-12-06.
 
-2015-01-06  Glenn Morris  <address@hidden>
+2015-01-28  Glenn Morris  <address@hidden>
 
        * progmodes/sh-script.el (sh-mode): Doc fix.
        (sh-basic-indent-line): Handle electric newline.  (Bug#18756)
 
-2015-01-04  Paul Eggert  <address@hidden>
+2015-01-28  Paul Eggert  <address@hidden>
 
        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 ba5d57e..44971cc 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,7 +1,7 @@
-2015-01-14  Dima Kogan  <address@hidden>
+2015-01-28  Dima Kogan  <address@hidden>
 
        * 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  <address@hidden>
 
diff --git a/src/ChangeLog b/src/ChangeLog
index fc4258c..2130312 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -25,18 +25,6 @@
 
 2015-01-29  Eli Zaretskii  <address@hidden>
 
-       * 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  <address@hidden>
-
        Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c.
        * w32uniscribe.c (uniscribe_list, uniscribe_match): Use bool where
        appropriate.
@@ -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-28  Eli Zaretskii  <address@hidden>
 
-2015-01-27  Eli Zaretskii  <address@hidden>
+       * 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  <address@hidden>
+2015-01-28  Jan Djärv  <address@hidden>
 
        * nsterm.m (drawRect:): Add block/unblock_input (Bug#19660).
 
-2015-01-21  Paul Eggert  <address@hidden>
+2015-01-28  Paul Eggert  <address@hidden>
 
        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  <address@hidden>
+2015-01-28  Eli Zaretskii  <address@hidden>
 
        * 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  <address@hidden>
-
        * 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  <address@hidden>
-
        * 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  <address@hidden>
-
        * emacs.c (usage_message): Fix the description of the -nl switch.
        (Bug#19542)
 
-2015-01-05  Eli Zaretskii  <address@hidden>
-
        * 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  <address@hidden>
-
        * 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  <address@hidden>
 
diff --git a/test/ChangeLog b/test/ChangeLog
index 66535ac..156c343 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,4 +1,4 @@
-2015-01-26  Fabián Ezequiel Gallina  <address@hidden>
+2015-01-28  Fabián Ezequiel Gallina  <address@hidden>
 
        * 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  <address@hidden>
+2015-01-28  Glenn Morris  <address@hidden>
 
        * automated/regexp-tests.el: Require regexp-opt, which is
        not preloaded --without-x.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]