From: Eli Zaretskii Date: Sat, 13 Dec 2014 08:00:31 +0000 (+0200) Subject: Fix dates in ChangeLog entries merged from emacs-24. X-Git-Tag: emacs-25.0.90~2635^2~97 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c081fe29d709ede27b956567e7c733583f8f6c33;p=emacs.git Fix dates in ChangeLog entries merged from emacs-24. --- diff --git a/ChangeLog b/ChangeLog index 85edd9faf18..7cf6d543680 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,14 +6,14 @@ * src/alloc.c (XMALLOC_BASE_ALIGNMENT): Use max_align_t instead of a hack involving a union. -2014-12-12 Paul Eggert +2014-12-13 Paul Eggert Git ignore lib/std*.h * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and stddef.h. Remove subsumed entries. Add !lib/std*.in.h, so as to not ignore the .in.h files. -2014-12-11 Paul Eggert +2014-12-13 Paul Eggert Port commit-msg to mawk Problem reported by Ted Zlatanov in: @@ -29,7 +29,7 @@ unprintable chars in diagnostics. Don't complain if a prefix "fixup! " or "squash! " makes a summary line too long. -2014-12-08 Paul Eggert +2014-12-13 Paul Eggert Port commit-message checking to FreeBSD 9. This fixes a bug reported by Jan Djärv in: @@ -41,7 +41,7 @@ ordinary text characters. Be less tricky about quoting "'" in a shell script. -2014-12-05 Stefan Monnier +2014-12-13 Stefan Monnier * .gitignore: Ignore autosave files. diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index ad94751a790..8f06881adc4 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,4 +1,4 @@ -2014-12-11 Eli Zaretskii +2014-12-13 Eli Zaretskii * text.texi (Comparing Text): Prevent a text string from being broken between 2 lines. (Bug#19257) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a41b5cc52aa..1ca2f222295 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,14 +1,14 @@ -2014-12-12 Michael Albinus +2014-12-13 Michael Albinus * simple.el (password-word-equivalents): Add "passcode", used for numeric secrets like PINs or RSA tokens. -2014-12-10 Michael Albinus +2014-12-13 Michael Albinus * net/tramp-sh.el (tramp-get-remote-path): Use a login shell in order to determine `tramp-own-remote-path'. -2014-12-09 Fabián Ezequiel Gallina +2014-12-13 Fabián Ezequiel Gallina * progmodes/python.el (python-shell-parse-command): Quote `python-shell-interpreter`. (Bug#19289) diff --git a/src/ChangeLog b/src/ChangeLog index fd37eaefbec..f4bcc8a70e2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,10 +1,10 @@ -2014-12-12 Eli Zaretskii +2014-12-13 Eli Zaretskii * gnutls.c (Fgnutls_available_p, syms_of_gnutls): Move gnutls-available-p out of the HAVE_GNUTLS conditional, and define them only once. -2014-12-11 Teodor Zlatanov +2014-12-13 Teodor Zlatanov * emacs.c (main): Always include gnutls.h and run syms_of_gnutls. @@ -15,7 +15,7 @@ integration is not available, instead of erroring out. (Bug#19346) -2014-12-10 Eli Zaretskii +2014-12-13 Eli Zaretskii * xdisp.c (move_it_in_display_line_to, display_line): Don't disallow overflow-newline-into-fringe when word-wrap is in