diff options
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 6746bb253ec..f3d6d048e21 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,71 @@ | |||
| 1 | 2014-10-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * authors.el (authors-aliases, authors-fixed-case) | ||
| 4 | (authors-obsolete-files-regexps): Additions. | ||
| 5 | (authors-no-scan-regexps): New constant. | ||
| 6 | (authors-no-scan-file-p): New function. | ||
| 7 | (authors): Respect authors-no-scan-file-p. | ||
| 8 | |||
| 9 | 2014-10-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 10 | |||
| 11 | Fix putenv race conditions with undefined behavior (Bug#8705). | ||
| 12 | * merge-gnulib (GNULIB_MODULES): Add time_r, since Emacs now | ||
| 13 | calls localtime_r and gmtime_r directly. | ||
| 14 | |||
| 15 | 2014-10-07 Glenn Morris <rgm@gnu.org> | ||
| 16 | |||
| 17 | * unidata/Makefile.in: Check for deleted uni- files. (Bug#18489) | ||
| 18 | (all): Use unifiles rather than charprop.el. | ||
| 19 | (FORCE): New variable and phony rule. | ||
| 20 | (${unidir}/charprop.el): Respect FORCE. | ||
| 21 | (unifiles): New rule. | ||
| 22 | |||
| 23 | * unidata/Makefile.in (unidir): Rename from DSTDIR. Change all uses. | ||
| 24 | (charprop.el, install): Remove rules. | ||
| 25 | (clean): Simplify. | ||
| 26 | |||
| 27 | 2014-10-04 Glenn Morris <rgm@gnu.org> | ||
| 28 | |||
| 29 | * authors.el (authors-renamed-files-alist): Add package-x-test.el | ||
| 30 | |||
| 31 | 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 32 | |||
| 33 | * unidata/unidata-gen.el (unidata-gen-table-word-list): Use alist-get | ||
| 34 | and cl-incf. | ||
| 35 | |||
| 36 | 2014-09-08 Eli Zaretskii <eliz@gnu.org> | ||
| 37 | |||
| 38 | * unidata/unidata-gen.el (unidata-check): Bring this function up | ||
| 39 | to date with the currently supported methods of generating Unicode | ||
| 40 | property tables. Add a comment with a description how to invoke | ||
| 41 | the check. Update the copyright years in the reference to the | ||
| 42 | Unicode data files we use. | ||
| 43 | |||
| 44 | 2014-08-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 45 | |||
| 46 | Vector-sorting fixes (Bug#18361). | ||
| 47 | * merge-gnulib (GNULIB_MODULES): Add vla. | ||
| 48 | |||
| 49 | 2014-08-30 Eli Zaretskii <eliz@gnu.org> | ||
| 50 | |||
| 51 | * authors.el (authors): Fix last change so it works for MS-Windows | ||
| 52 | as well. | ||
| 53 | |||
| 54 | 2014-08-29 Michael Albinus <michael.albinus@gmx.de> | ||
| 55 | |||
| 56 | * authors.el (authors): Use LOCALE argument of `string-collate-lessp'. | ||
| 57 | |||
| 58 | 2014-08-28 Michael Albinus <michael.albinus@gmx.de> | ||
| 59 | |||
| 60 | * authors.el (authors-aliases): Addition. | ||
| 61 | |||
| 62 | 2014-08-26 Glenn Morris <rgm@gnu.org> | ||
| 63 | |||
| 64 | * authors.el (authors-ignored-files, authors-valid-file-names) | ||
| 65 | (authors-renamed-files-alist): Additions. | ||
| 66 | (authors-renamed-files-alist): Revert 2014-08-09 change. | ||
| 67 | (authors): Sort authors in utf-8 order. (Bug#2263) | ||
| 68 | |||
| 1 | 2014-08-09 Reuben Thomas <rrt@sc3d.org> | 69 | 2014-08-09 Reuben Thomas <rrt@sc3d.org> |
| 2 | 70 | ||
| 3 | * notes/copyright: Remove mention of msdos/is_exec.c and | 71 | * notes/copyright: Remove mention of msdos/is_exec.c and |