Fix dates in ChangeLog entries merged from emacs-24.
This commit is contained in:
parent
d19bf72ac9
commit
c081fe29d7
4 changed files with 11 additions and 11 deletions
|
@ -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 <eggert@cs.ucla.edu>
|
||||
2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
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 <eggert@cs.ucla.edu>
|
||||
2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
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 <eggert@cs.ucla.edu>
|
||||
2014-12-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
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 <monnier@iro.umontreal.ca>
|
||||
2014-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* .gitignore: Ignore autosave files.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
2014-12-11 Eli Zaretskii <eliz@gnu.org>
|
||||
2014-12-13 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* text.texi (Comparing Text): Prevent a text string from being
|
||||
broken between 2 lines. (Bug#19257)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
2014-12-12 Michael Albinus <michael.albinus@gmx.de>
|
||||
2014-12-13 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* simple.el (password-word-equivalents): Add "passcode", used for
|
||||
numeric secrets like PINs or RSA tokens.
|
||||
|
||||
2014-12-10 Michael Albinus <michael.albinus@gmx.de>
|
||||
2014-12-13 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* 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 <fgallina@gnu.org>
|
||||
2014-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
|
||||
|
||||
* progmodes/python.el (python-shell-parse-command): Quote
|
||||
`python-shell-interpreter`. (Bug#19289)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
2014-12-12 Eli Zaretskii <eliz@gnu.org>
|
||||
2014-12-13 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* 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 <tzz@lifelogs.com>
|
||||
2014-12-13 Teodor Zlatanov <tzz@lifelogs.com>
|
||||
|
||||
* 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 <eliz@gnu.org>
|
||||
2014-12-13 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* xdisp.c (move_it_in_display_line_to, display_line): Don't
|
||||
disallow overflow-newline-into-fringe when word-wrap is in
|
||||
|
|
Loading…
Add table
Reference in a new issue