aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-12-13 10:00:31 +0200
committerEli Zaretskii2014-12-13 10:00:31 +0200
commitc081fe29d709ede27b956567e7c733583f8f6c33 (patch)
tree3ec7aca0aef5547f81cb332005789a2d42861a06 /ChangeLog
parentd19bf72ac984f788764a09bc9f1002a9e10f71d0 (diff)
downloademacs-c081fe29d709ede27b956567e7c733583f8f6c33.tar.gz
emacs-c081fe29d709ede27b956567e7c733583f8f6c33.zip
Fix dates in ChangeLog entries merged from emacs-24.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 85edd9faf18..7cf6d543680 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,14 +6,14 @@
6 * src/alloc.c (XMALLOC_BASE_ALIGNMENT): Use max_align_t instead of 6 * src/alloc.c (XMALLOC_BASE_ALIGNMENT): Use max_align_t instead of
7 a hack involving a union. 7 a hack involving a union.
8 8
92014-12-12 Paul Eggert <eggert@cs.ucla.edu> 92014-12-13 Paul Eggert <eggert@cs.ucla.edu>
10 10
11 Git ignore lib/std*.h 11 Git ignore lib/std*.h
12 * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and 12 * .gitignore: Add lib/std*.h, to ignore stdarg.h, stdbool.h, and
13 stddef.h. Remove subsumed entries. 13 stddef.h. Remove subsumed entries.
14 Add !lib/std*.in.h, so as to not ignore the .in.h files. 14 Add !lib/std*.in.h, so as to not ignore the .in.h files.
15 15
162014-12-11 Paul Eggert <eggert@cs.ucla.edu> 162014-12-13 Paul Eggert <eggert@cs.ucla.edu>
17 17
18 Port commit-msg to mawk 18 Port commit-msg to mawk
19 Problem reported by Ted Zlatanov in: 19 Problem reported by Ted Zlatanov in:
@@ -29,7 +29,7 @@
29 unprintable chars in diagnostics. Don't complain if a prefix 29 unprintable chars in diagnostics. Don't complain if a prefix
30 "fixup! " or "squash! " makes a summary line too long. 30 "fixup! " or "squash! " makes a summary line too long.
31 31
322014-12-08 Paul Eggert <eggert@cs.ucla.edu> 322014-12-13 Paul Eggert <eggert@cs.ucla.edu>
33 33
34 Port commit-message checking to FreeBSD 9. 34 Port commit-message checking to FreeBSD 9.
35 This fixes a bug reported by Jan Djärv in: 35 This fixes a bug reported by Jan Djärv in:
@@ -41,7 +41,7 @@
41 ordinary text characters. 41 ordinary text characters.
42 Be less tricky about quoting "'" in a shell script. 42 Be less tricky about quoting "'" in a shell script.
43 43
442014-12-05 Stefan Monnier <monnier@iro.umontreal.ca> 442014-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
45 45
46 * .gitignore: Ignore autosave files. 46 * .gitignore: Ignore autosave files.
47 47