diff options
| author | Eli Zaretskii | 2014-12-13 10:00:31 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-12-13 10:00:31 +0200 |
| commit | c081fe29d709ede27b956567e7c733583f8f6c33 (patch) | |
| tree | 3ec7aca0aef5547f81cb332005789a2d42861a06 /ChangeLog | |
| parent | d19bf72ac984f788764a09bc9f1002a9e10f71d0 (diff) | |
| download | emacs-c081fe29d709ede27b956567e7c733583f8f6c33.tar.gz emacs-c081fe29d709ede27b956567e7c733583f8f6c33.zip | |
Fix dates in ChangeLog entries merged from emacs-24.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -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 | ||
| 9 | 2014-12-12 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2014-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 | ||
| 16 | 2014-12-11 Paul Eggert <eggert@cs.ucla.edu> | 16 | 2014-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 | ||
| 32 | 2014-12-08 Paul Eggert <eggert@cs.ucla.edu> | 32 | 2014-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 | ||
| 44 | 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca> | 44 | 2014-12-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 45 | 45 | ||
| 46 | * .gitignore: Ignore autosave files. | 46 | * .gitignore: Ignore autosave files. |
| 47 | 47 | ||