diff options
| author | Joakim Verona | 2014-06-04 23:50:06 +0200 |
|---|---|---|
| committer | Joakim Verona | 2014-06-04 23:50:06 +0200 |
| commit | ce8171797dafbde765170b79e5f154afc4872e86 (patch) | |
| tree | 264b357b484de24929a3f2d20a34e0e43c006a15 /admin/ChangeLog | |
| parent | c1c9aa247cab9148916b367e719219ea0f055adb (diff) | |
| parent | b5d6fe3bf6e728c82a3ff63723d75519f7853716 (diff) | |
| download | emacs-ce8171797dafbde765170b79e5f154afc4872e86.tar.gz emacs-ce8171797dafbde765170b79e5f154afc4872e86.zip | |
upstream
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 311 |
1 files changed, 302 insertions, 9 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 29118deba7f..79adb4f543d 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,293 @@ | |||
| 1 | 2014-05-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * mac/uvs.el: New file from Mac port. Generates src/macuvs.h. | ||
| 4 | |||
| 5 | 2014-05-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 6 | |||
| 7 | Assume C99 or later (Bug#17487). | ||
| 8 | * merge-gnulib (GNULIB_MODULES): Remove stdarg, stdbool. | ||
| 9 | (GNULIB_TOOL_FLAGS): Avoid stdarg, stdbool. | ||
| 10 | |||
| 11 | 2014-05-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 12 | |||
| 13 | Don't require pkg-config when building from repository. | ||
| 14 | * merge-pkg-config: New script. | ||
| 15 | * notes/copyright: Update for m4/*.m4, in particular m4/pkg.m4. | ||
| 16 | |||
| 17 | 2014-05-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 18 | |||
| 19 | * merge-gnulib: Defer to autogen.sh for ACLOCAL_PATH computation. | ||
| 20 | |||
| 21 | 2014-05-12 Glenn Morris <rgm@gnu.org> | ||
| 22 | |||
| 23 | * find-gc.el: Move here from ../lisp/emacs-lisp. | ||
| 24 | |||
| 25 | * admin.el (set-version-in-file): Don't set identical version. | ||
| 26 | (set-version): Provide default version number. | ||
| 27 | (set-version, set-copyright): Give start/end messages. | ||
| 28 | |||
| 29 | 2014-04-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 30 | |||
| 31 | * notes/bzr: Update instructions for merging from gnulib. | ||
| 32 | Remove obsolete note about tramp.el and tramp-sh.el. | ||
| 33 | Change "emacs-23" to "emacs-24". | ||
| 34 | |||
| 35 | 2014-04-11 Glenn Morris <rgm@gnu.org> | ||
| 36 | |||
| 37 | * grammars/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. | ||
| 38 | |||
| 39 | 2014-03-22 Glenn Morris <rgm@gnu.org> | ||
| 40 | |||
| 41 | * quick-install-emacs (AVOID): Remove testfile and test-distrib. | ||
| 42 | |||
| 43 | 2014-03-21 Glenn Morris <rgm@gnu.org> | ||
| 44 | |||
| 45 | * update_autogen: Auto-detect VCS in use. | ||
| 46 | (vcs): New variable. | ||
| 47 | (status, commit, main): Handle git. | ||
| 48 | |||
| 49 | 2014-03-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 50 | |||
| 51 | Fix oversight preventing lib/sys/types.h from being generated. | ||
| 52 | * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid sys_types. | ||
| 53 | |||
| 54 | 2014-02-06 David Engster <deng@randomsample.de> | ||
| 55 | |||
| 56 | * grammars/c.by (function-pointer): Correctly deal with anonymous | ||
| 57 | function pointers. | ||
| 58 | (opt-brackets-after-symbol): New. | ||
| 59 | (multi-stage-dereference): Use it. Add rules for explicit | ||
| 60 | matching the last dereference. | ||
| 61 | |||
| 62 | 2014-01-16 Eric S. Raymond <esr@thyrsus.com> | ||
| 63 | |||
| 64 | * notes/commits: Add a 'graph on VCS-independent ways of | ||
| 65 | identifying commits and the desirability thereof. | ||
| 66 | |||
| 67 | 2014-01-15 Paul Eggert <eggert@cs.ucla.edu> | ||
| 68 | |||
| 69 | Fix copyright license notices for Adobe Unicode mapping files. | ||
| 70 | * charsets/mapfiles/README: The copied files are not compressed. | ||
| 71 | Check for copies as of today. | ||
| 72 | * charsets/mapfiles/stdenc.txt, charsets/mapfiles/symbol.txt: | ||
| 73 | Update from table version 0.2 (1999-03-30) to 1.0 (2011-07-12). | ||
| 74 | This doesn't change the table data, just copyright license notice. | ||
| 75 | The new notices are compatible with the GPL, the old ones were not. | ||
| 76 | |||
| 77 | 2014-01-13 Glenn Morris <rgm@gnu.org> | ||
| 78 | |||
| 79 | * update_autogen (status): New function. Use throughout. | ||
| 80 | |||
| 81 | 2014-01-10 Glenn Morris <rgm@gnu.org> | ||
| 82 | |||
| 83 | * update_autogen: Fix sed bug that was losing the last AUTOGEN_VCS. | ||
| 84 | |||
| 85 | 2014-01-04 Glenn Morris <rgm@gnu.org> | ||
| 86 | |||
| 87 | * admin.el (manual-html-fix-node-div): Handle Texinfo 5's movable <hr>. | ||
| 88 | (manual-html-fix-index-2): Tweak Texinfo 5 table format. | ||
| 89 | Fix minor Texinfo 4 issue with start of detailed menu. | ||
| 90 | |||
| 91 | 2014-01-03 Glenn Morris <rgm@gnu.org> | ||
| 92 | |||
| 93 | * admin.el: More Texinfo 5 updates. | ||
| 94 | (manual-html-fix-headers): Tweak Texinfo 5 body. | ||
| 95 | (manual-html-fix-node-div): Treat "header" like "node". | ||
| 96 | (manual-html-fix-index-1): Handle Texinfo 5 top heading. | ||
| 97 | (manual-html-fix-index-2): Tweak Texinfo 5 listing tables. | ||
| 98 | |||
| 99 | 2014-01-02 Xue Fuqiao <xfq.free@gmail.com> | ||
| 100 | |||
| 101 | * check-doc-strings: Replace `perl -w' with `use warnings;'. | ||
| 102 | |||
| 103 | 2013-12-30 Glenn Morris <rgm@gnu.org> | ||
| 104 | |||
| 105 | * admin.el (manual-html-fix-headers, manual-html-fix-index-1): | ||
| 106 | Some updates for changes in Texinfo 5 output. | ||
| 107 | |||
| 108 | 2013-12-29 Xue Fuqiao <xfq.free@gmail.com> | ||
| 109 | |||
| 110 | * make-emacs: | ||
| 111 | * build-configs: Add the "use strict;" and "use warnings;" pragmas. | ||
| 112 | |||
| 113 | 2013-12-28 Glenn Morris <rgm@gnu.org> | ||
| 114 | |||
| 115 | * admin.el (cusver-scan): Warn about missing :types. | ||
| 116 | (cusver-check): Interactively, require existing directories. | ||
| 117 | |||
| 118 | 2013-12-27 Xue Fuqiao <xfq.free@gmail.com> | ||
| 119 | |||
| 120 | * admin.el (manual-misc-manuals, make-manuals, manual-pdf) | ||
| 121 | (cusver-find-files, cusver-new-version, cusver-scan) | ||
| 122 | (cusver-goto-xref, cusver-check): Doc fix. | ||
| 123 | (manual-html-node, cusver-check): Use `user-error'. | ||
| 124 | |||
| 125 | 2013-12-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 126 | |||
| 127 | Automate the procedure for updating copyright year. | ||
| 128 | * merge-gnulib (GNULIB_MODULES): Add update-copyright. | ||
| 129 | * notes/years: Mention admin/update-copyright. | ||
| 130 | * update-copyright: New file. | ||
| 131 | |||
| 132 | 2013-12-24 Xue Fuqiao <xfq.free@gmail.com> | ||
| 133 | |||
| 134 | * admin.el (add-release-logs, set-version-in-file, set-version) | ||
| 135 | (set-copyright): Use `user-error'. | ||
| 136 | |||
| 137 | 2013-12-22 Eli Zaretskii <eliz@gnu.org> | ||
| 138 | |||
| 139 | * unidata/unidata-gen.el (unidata-split-name): Don't give any NAME | ||
| 140 | to <control> characters: the Unicode Standard says they have no | ||
| 141 | name. (Bug#16216) | ||
| 142 | (unidata-describe-bidi-class): Add new "isolate" classes | ||
| 143 | introduced by Unicode 6.3. | ||
| 144 | |||
| 145 | 2013-12-12 David Engster <deng@randomsample.de> | ||
| 146 | |||
| 147 | * grammars/c.by (expr-binop): Add MOD. | ||
| 148 | (variablearg): Add 'opt-assign'. | ||
| 149 | (variablearg, varnamelist): Add default values so that it can be | ||
| 150 | later expanded into the tag. | ||
| 151 | (opt-stuff-after-symbol): Rename to 'brackets-after-symbol' and | ||
| 152 | remove empty match. | ||
| 153 | (multi-stage-dereference): Adapt to above rename. | ||
| 154 | (unaryexpression): Use 'symbol' instead of 'namespace-symbol', | ||
| 155 | since the latter also leads to an empty match at the end which | ||
| 156 | would make this too greedy. | ||
| 157 | (variablearg-opt-name): Support parsing of function pointers | ||
| 158 | inside an argument list. | ||
| 159 | |||
| 160 | 2013-12-12 Glenn Morris <rgm@gnu.org> | ||
| 161 | |||
| 162 | * update_autogen (info_dir): | ||
| 163 | Use dir_top from build-aux/ rather than admin/. | ||
| 164 | |||
| 165 | * update_autogen: Add option to generate info/dir. | ||
| 166 | (Usage): Add -I. | ||
| 167 | (info_flag): New variable. | ||
| 168 | (-I): New option. | ||
| 169 | (doc): Maybe check its status. | ||
| 170 | (info_dir): New function. | ||
| 171 | * dir_top: New file. | ||
| 172 | |||
| 173 | 2013-12-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 174 | |||
| 175 | Remove the option of using libcrypto. | ||
| 176 | * merge-gnulib: Remove lib/gl_openssh.h and m4/gl-openssl.m4. | ||
| 177 | |||
| 178 | 2013-12-04 Eli Zaretskii <eliz@gnu.org> | ||
| 179 | |||
| 180 | * unidata/unidata-gen.el (unidata-prop-alist): Update bidi-class | ||
| 181 | to include the new isolate-related classes introduced with Unicode | ||
| 182 | v6.3. | ||
| 183 | (unidata-encode-val): Accept an additional optional argument, a | ||
| 184 | warning message to emit when UnicodeData.txt defines bidi-class | ||
| 185 | values that are not in unidata-prop-alist. Add a comment | ||
| 186 | explaining what should maintainers do if/when such a warning ever | ||
| 187 | appears. | ||
| 188 | (unidata-gen-table): Call unidata-encode-val with 3rd arg non-nil | ||
| 189 | when generating uni-bidi.el. | ||
| 190 | |||
| 191 | 2013-12-01 Glenn Morris <rgm@gnu.org> | ||
| 192 | |||
| 193 | * unidata/Makefile.in (${DSTDIR}/charprop.el): | ||
| 194 | Ensure output files are writable. | ||
| 195 | |||
| 196 | 2013-11-30 Glenn Morris <rgm@gnu.org> | ||
| 197 | |||
| 198 | * grammars/Makefile.in: Ensure output files are writable. | ||
| 199 | |||
| 200 | 2013-11-30 Eli Zaretskii <eliz@gnu.org> | ||
| 201 | |||
| 202 | * charsets/mule-charsets.el: Rewritten to work in Emacs 23 and | ||
| 203 | later. (Bug#16007) | ||
| 204 | |||
| 205 | 2013-11-30 Glenn Morris <rgm@gnu.org> | ||
| 206 | |||
| 207 | Stop keeping (most) generated cedet grammar files in the repository. | ||
| 208 | * grammars/README: Remove. | ||
| 209 | * grammars/Makefile.in: New file. | ||
| 210 | * grammars/c.by, grammars/java-tags.wy, grammars/js.wy: | ||
| 211 | * grammars/python.wy: Update declarations to match generated outputs. | ||
| 212 | |||
| 213 | 2013-11-28 Glenn Morris <rgm@gnu.org> | ||
| 214 | |||
| 215 | * unidata/unidata-gen.el (unidata-gen-files): | ||
| 216 | Disable autoloads in generated files. | ||
| 217 | |||
| 218 | 2013-11-27 Glenn Morris <rgm@gnu.org> | ||
| 219 | |||
| 220 | * unidata/Makefile.in (all, install, clean, bootstrap-clean) | ||
| 221 | (distclean, maintainer-clean): Declare as PHONY. | ||
| 222 | (compile, extraclean): New. | ||
| 223 | (${DSTDIR}/charprop.el): Depend on source files rather than | ||
| 224 | intermediate products. | ||
| 225 | |||
| 226 | 2013-11-11 Glenn Morris <rgm@gnu.org> | ||
| 227 | |||
| 228 | * unidata/BidiMirroring.txt, unidata/UnicodeData.txt: Update to 6.3.0. | ||
| 229 | |||
| 230 | * unidata/unidata-gen.el (unidata-gen-files): | ||
| 231 | Tweak whitespace in generated files. | ||
| 232 | |||
| 233 | 2013-11-09 Glenn Morris <rgm@gnu.org> | ||
| 234 | |||
| 235 | * unidata/unidata-gen.el (unidata-gen-files): | ||
| 236 | Fix deletion of existing output files after 2013-10-30 changes. | ||
| 237 | |||
| 238 | 2013-11-07 Glenn Morris <rgm@gnu.org> | ||
| 239 | |||
| 240 | * unidata/unidata-gen.el (unidata-gen-files): | ||
| 241 | Disable version-control in generated files. | ||
| 242 | Update Unicode Inc. copyright years. | ||
| 243 | |||
| 244 | 2013-11-05 Glenn Morris <rgm@gnu.org> | ||
| 245 | |||
| 246 | * update_autogen: Move here from ../autogen. | ||
| 247 | (usage): Update. Remove -l, add -A. | ||
| 248 | (autogendir): New variable. | ||
| 249 | (ldefs_flag): Default to set. | ||
| 250 | (genfiles): Reduce to only ms-dos relevant files. | ||
| 251 | (main): Make checking autogen sources optional. | ||
| 252 | Make copying of autogen files optional. | ||
| 253 | |||
| 254 | 2013-10-30 Glenn Morris <rgm@gnu.org> | ||
| 255 | |||
| 256 | * unidata/unidata-gen.el (unidata-gen-files): Use pop. | ||
| 257 | Also take the output directory as an argument. | ||
| 258 | * unidata/Makefile.in: Simplify now that unidata-gen-files takes | ||
| 259 | the output directory as an argument (no need to cd, etc). | ||
| 260 | (abs_srcdir, abs_builddir): Remove. | ||
| 261 | (abs_top_builddir): Replace by top_builddir. | ||
| 262 | (${DSTDIR}/charprop.el): No need to cd. Pass dest as argument. | ||
| 263 | (${DSTDIR}/charprop.el, charprop.el): | ||
| 264 | No need to pass unidata.txt as argument. | ||
| 265 | |||
| 266 | * unidata/unidata-gen.el (unidata--ensure-compiled): New function. | ||
| 267 | (unidata-gen-table-name, unidata-gen-table-decomposition) | ||
| 268 | (unidata-gen-files): Use unidata--ensure-compiled. | ||
| 269 | |||
| 270 | * unidata/Makefile.in (abs_srcdir): New, set by configure. | ||
| 271 | (${DSTDIR}/charprop.el, charprop.el): Update for srcdir not absolute. | ||
| 272 | (clean): Delete all .elc files. | ||
| 273 | (bootstrap-clean): New rule. | ||
| 274 | |||
| 275 | 2013-10-23 Glenn Morris <rgm@gnu.org> | ||
| 276 | |||
| 277 | * unidata/Makefile.in (emacs, ${DSTDIR}/charprop.el): | ||
| 278 | Quote entities that might contain whitespace. | ||
| 279 | |||
| 280 | 2013-10-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 281 | |||
| 282 | Improve support for popcount and counting trailing zeros (Bug#15550). | ||
| 283 | * merge-gnulib (GNULIB_MODULES): Add count-one-bits | ||
| 284 | and count-trailing-zeros. | ||
| 285 | |||
| 286 | 2013-10-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 287 | |||
| 288 | Use hardware support for byteswapping on glibc x86 etc. | ||
| 289 | * merge-gnulib (GNULIB_MODULES): Add byteswap. | ||
| 290 | |||
| 1 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> | 291 | 2013-08-28 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 292 | ||
| 3 | * unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh, | 293 | * unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh, |
| @@ -128,7 +418,7 @@ | |||
| 128 | 418 | ||
| 129 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | 419 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> |
| 130 | 420 | ||
| 131 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) | 421 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) |
| 132 | * merge-gnulib (GNULIB_MODULES): Add qacl. | 422 | * merge-gnulib (GNULIB_MODULES): Add qacl. |
| 133 | (GNULIB_TOOL_FLAGS): Do not avoid errno. | 423 | (GNULIB_TOOL_FLAGS): Do not avoid errno. |
| 134 | 424 | ||
| @@ -343,10 +633,10 @@ | |||
| 343 | (cusver-scan): Check if containing group has a :version. | 633 | (cusver-scan): Check if containing group has a :version. |
| 344 | (cusver-check): Add VERSION argument. | 634 | (cusver-check): Add VERSION argument. |
| 345 | 635 | ||
| 346 | 2012-10-01 David Engster <deng@randomsample.de> | 636 | 2012-10-06 David Engster <deng@randomsample.de> |
| 347 | 637 | ||
| 348 | * grammars/bovine-grammar.el: | 638 | * grammars/bovine-grammar.el: |
| 349 | * grammars/wisent-grammar.el: Move to lisp directory. | 639 | * grammars/wisent-grammar.el: Move to lisp/cedet/semantic directory. |
| 350 | 640 | ||
| 351 | 2012-10-01 David Engster <deng@randomsample.de> | 641 | 2012-10-01 David Engster <deng@randomsample.de> |
| 352 | 642 | ||
| @@ -805,6 +1095,10 @@ | |||
| 805 | 1095 | ||
| 806 | * notes/bugtracker (bugtracker_debbugs_url): Fix typo. | 1096 | * notes/bugtracker (bugtracker_debbugs_url): Fix typo. |
| 807 | 1097 | ||
| 1098 | 2011-02-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 1099 | |||
| 1100 | * notes/copyright: Remove src/md5.c and src/md5.h as special cases. | ||
| 1101 | |||
| 808 | 2011-02-19 Eli Zaretskii <eliz@gnu.org> | 1102 | 2011-02-19 Eli Zaretskii <eliz@gnu.org> |
| 809 | 1103 | ||
| 810 | * admin.el (set-version): Add msdos/sed2v2.inp. | 1104 | * admin.el (set-version): Add msdos/sed2v2.inp. |
| @@ -812,8 +1106,9 @@ | |||
| 812 | 2011-02-16 Paul Eggert <eggert@cs.ucla.edu> | 1106 | 2011-02-16 Paul Eggert <eggert@cs.ucla.edu> |
| 813 | 1107 | ||
| 814 | Remove no-longer needed getloadavg symbols. | 1108 | Remove no-longer needed getloadavg symbols. |
| 815 | * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE): | 1109 | * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE) |
| 816 | (LDAV_SYMBOL): Remove. | 1110 | (LDAV_SYMBOL): Remove. |
| 1111 | * notes/copyright: Remove src/getloadavg.c as a special case. | ||
| 817 | 1112 | ||
| 818 | 2011-02-12 Glenn Morris <rgm@gnu.org> | 1113 | 2011-02-12 Glenn Morris <rgm@gnu.org> |
| 819 | 1114 | ||
| @@ -1336,7 +1631,7 @@ | |||
| 1336 | Sub-directory `unidata' is for codes to generate charprop.el and | 1631 | Sub-directory `unidata' is for codes to generate charprop.el and |
| 1337 | many other uni-*.el files from `UnicodeData.txt'. | 1632 | many other uni-*.el files from `UnicodeData.txt'. |
| 1338 | 1633 | ||
| 1339 | * Unidata/README: New file. | 1634 | * unidata/README: New file. |
| 1340 | 1635 | ||
| 1341 | * unidata/Makefile: New file. | 1636 | * unidata/Makefile: New file. |
| 1342 | 1637 | ||
| @@ -1762,8 +2057,6 @@ | |||
| 1762 | emacs.exe before zipping, and including batch file to recreate | 2057 | emacs.exe before zipping, and including batch file to recreate |
| 1763 | after unpacking. | 2058 | after unpacking. |
| 1764 | 2059 | ||
| 1765 | * nt/stitch.bat: New file. | ||
| 1766 | |||
| 1767 | * nt/README-ftp-server: Update wording and version number etc. | 2060 | * nt/README-ftp-server: Update wording and version number etc. |
| 1768 | Add extra instructions for installing multi-file .zip | 2061 | Add extra instructions for installing multi-file .zip |
| 1769 | distribution. | 2062 | distribution. |
| @@ -1883,7 +2176,7 @@ | |||
| 1883 | 2176 | ||
| 1884 | 2001-09-04 Andrew Innes <andrewi@gnu.org> | 2177 | 2001-09-04 Andrew Innes <andrewi@gnu.org> |
| 1885 | 2178 | ||
| 1886 | * admin/nt/makedist.bat: Remove reference to obsolete file | 2179 | * nt/makedist.bat: Remove reference to obsolete file |
| 1887 | GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about | 2180 | GETTING.GNU.SOFTWARE. Remove outdated comments. Explain about |
| 1888 | version of tar used. | 2181 | version of tar used. |
| 1889 | 2182 | ||
| @@ -1891,7 +2184,7 @@ | |||
| 1891 | ;; coding: utf-8 | 2184 | ;; coding: utf-8 |
| 1892 | ;; End: | 2185 | ;; End: |
| 1893 | 2186 | ||
| 1894 | Copyright (C) 2001-2013 Free Software Foundation, Inc. | 2187 | Copyright (C) 2001-2014 Free Software Foundation, Inc. |
| 1895 | 2188 | ||
| 1896 | This file is part of GNU Emacs. | 2189 | This file is part of GNU Emacs. |
| 1897 | 2190 | ||