diff options
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 334 |
1 files changed, 333 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index b70067d7465..ac6031fa205 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,335 @@ | |||
| 1 | 2013-06-02 Eric Ludlam <zappo@gnu.org> | ||
| 2 | |||
| 3 | * grammars/srecode-template.wy (variable): Accept a single number | ||
| 4 | as a variable value. Allows the 'priority' to be set to a number. | ||
| 5 | (wisent-srecode-template-lexer): Move number up so it can be | ||
| 6 | created. | ||
| 7 | |||
| 8 | 2013-05-16 Glenn Morris <rgm@gnu.org> | ||
| 9 | |||
| 10 | * cus-test.el (cus-test-cus-load-groups): New function. | ||
| 11 | (cus-test-get-options): Add option to return groups. | ||
| 12 | (cus-test-noloads): Also check custom groups. | ||
| 13 | |||
| 14 | 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 15 | |||
| 16 | * quick-install-emacs: Don't prune DOC-* files a any more. | ||
| 17 | |||
| 18 | 2013-05-14 Glenn Morris <rgm@gnu.org> | ||
| 19 | |||
| 20 | * cus-test.el (cus-test-get-lisp-files): Ignore obsolete/. | ||
| 21 | (cus-test-libs): Fix let-binding of default-directory. | ||
| 22 | (cus-test-noloads): Load all libs for the comparison. | ||
| 23 | |||
| 24 | 2013-05-11 Glenn Morris <rgm@gnu.org> | ||
| 25 | |||
| 26 | * cus-test.el (cus-test-libs-noloads): Add a few more files. | ||
| 27 | (cus-test-load-libs, cus-test-opts): | ||
| 28 | Add option to load more/all Lisp files. | ||
| 29 | (cus-test-get-lisp-files): Ignore .*.el files. | ||
| 30 | |||
| 31 | 2013-05-10 Glenn Morris <rgm@gnu.org> | ||
| 32 | |||
| 33 | * cus-test.el (cus-test-libs-noloads): Add some files. | ||
| 34 | (cus-test-get-lisp-files): New function. | ||
| 35 | (cus-test-libs): Add option to load more/all Lisp files. | ||
| 36 | |||
| 37 | 2013-05-09 Glenn Morris <rgm@gnu.org> | ||
| 38 | |||
| 39 | * cus-test.el: No need to provide bbdb, bbdb-com any more. | ||
| 40 | (cus-test-libs-noloads): Add dunnet in the defvar. | ||
| 41 | (dunnet): Don't always load it. | ||
| 42 | (viper-mode): Only set if interactive. | ||
| 43 | (cus-test-load-custom-loads): Load dunnet if necessary. | ||
| 44 | (cus-test-load-1): New macro, with common code from cus-test-load-libs | ||
| 45 | and cus-test-libs. | ||
| 46 | (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro. | ||
| 47 | Update for cus-test-get-autoload-deps changed result. | ||
| 48 | (cus-test-get-autoload-deps): Simplify. Return file names as they | ||
| 49 | appear in loaddefs.el (directory parts are needed now that not all | ||
| 50 | lisp subdirs are in load-path). | ||
| 51 | (cus-test-deps): Explicitly skip dunnet. | ||
| 52 | |||
| 53 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 54 | |||
| 55 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) | ||
| 56 | * merge-gnulib (GNULIB_MODULES): Add qacl. | ||
| 57 | (GNULIB_TOOL_FLAGS): Do not avoid errno. | ||
| 58 | |||
| 59 | 2013-04-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 60 | |||
| 61 | Use UTF-8 for most files with non-ASCII characters (Bug#13936). | ||
| 62 | * notes/unicode (etc/tutorials/TUTORIAL.ko, leim/quail/hanja.el) | ||
| 63 | (leim/quail/hanja3.el, leim/quail/symbol-ksc.el): | ||
| 64 | Now utf-8, not iso-2022-7bit. Also, files that contain non-UTF-8 | ||
| 65 | characters are now encoded in utf-8-emacs, not iso-2022-7bit. | ||
| 66 | |||
| 67 | 2013-03-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 68 | |||
| 69 | * notes/unicode: Mention some more iso-2022-7bit files (Bug#13936). | ||
| 70 | |||
| 71 | Automate the build of ja-dic.el (Bug#13984). | ||
| 72 | * notes/unicode: ja-dic.el is now UTF-8. | ||
| 73 | |||
| 74 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 75 | |||
| 76 | * admin.el (manual-pdf, manual-dvi): Pass -I to texi2pdf, texi2dvi. | ||
| 77 | |||
| 78 | 2013-03-16 Glenn Morris <rgm@gnu.org> | ||
| 79 | |||
| 80 | * admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG. | ||
| 81 | |||
| 82 | 2013-03-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 83 | |||
| 84 | File synchronization fixes (Bug#13944). | ||
| 85 | * CPP-DEFINES (BSD_SYSTEM, HAVE_FSYNC): Remove. | ||
| 86 | * merge-gnulib (GNULIB_MODULES): Add fsync, fdatasync. | ||
| 87 | |||
| 88 | 2013-03-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 89 | |||
| 90 | * notes/unicode: Improve notes about Emacs source file encoding. | ||
| 91 | |||
| 92 | 2013-03-11 Glenn Morris <rgm@gnu.org> | ||
| 93 | |||
| 94 | * admin.el (make-manuals): Add emacs-lisp-intro and some more | ||
| 95 | doc/misc manuals. | ||
| 96 | (manual-html-mono, manual-html-node, manual-txt): | ||
| 97 | Pass -I to makeinfo. | ||
| 98 | |||
| 99 | 2013-03-10 Glenn Morris <rgm@gnu.org> | ||
| 100 | |||
| 101 | * admin.el (add-release-logs): Use UTC for release date. | ||
| 102 | |||
| 103 | 2013-03-09 Glenn Morris <rgm@gnu.org> | ||
| 104 | |||
| 105 | * admin.el (add-release-logs): Provide interactive defaults. | ||
| 106 | Allow specification of the release date. Don't exclude gnus/. | ||
| 107 | |||
| 108 | 2013-03-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 109 | |||
| 110 | * notes/unicode: Add notes about Emacs source file encoding. | ||
| 111 | |||
| 112 | 2013-03-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 113 | |||
| 114 | * grammars/java-tags.wy (CHAR): Remove "('\u0000' to '\uffff')" | ||
| 115 | from summary, as this causes javat-wy.el to contain both a null byte | ||
| 116 | and a byte sequence that is not valid UTF-8, which is inconvenient. | ||
| 117 | |||
| 118 | 2013-03-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 119 | |||
| 120 | * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic. | ||
| 121 | If there were a real need, it should be UTF-8 anyway. | ||
| 122 | |||
| 123 | 2013-02-25 Paul Eggert <eggert@cs.ucla.edu> | ||
| 124 | |||
| 125 | Simplify data_start configuration (Bug#13783). | ||
| 126 | * CPP-DEFINES (DATA_START, ORDINARY_LINK): Remove. | ||
| 127 | |||
| 128 | 2013-02-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 129 | |||
| 130 | Tune by using memchr and memrchr. | ||
| 131 | * merge-gnulib (GNULIB_MODULES): Add memrchr. | ||
| 132 | |||
| 133 | 2013-02-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 134 | |||
| 135 | Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539). | ||
| 136 | * merge-gnulib (GNULIB_MODULES): Add fdopendir, fstatat, readlinkat. | ||
| 137 | (GNULIB_TOOL_FLAGS): Do not avoid at-internal, openat-h. | ||
| 138 | Avoid dup, open, opendir. | ||
| 139 | |||
| 140 | 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 141 | |||
| 142 | * coccinelle/xsave.cocci: Semantic patch to adjust users of | ||
| 143 | XSAVE_POINTER and XSAVE_INTEGER macros. | ||
| 144 | |||
| 145 | 2013-01-03 Glenn Morris <rgm@gnu.org> | ||
| 146 | |||
| 147 | * check-doc-strings: Update for CVS->bzr, moved lispref/ directory. | ||
| 148 | |||
| 149 | * emacs-pretesters, make-announcement, make-changelog-diff: | ||
| 150 | Remove files. | ||
| 151 | |||
| 152 | 2012-12-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 153 | |||
| 154 | Fix permissions bugs with setgid directories etc. (Bug#13125) | ||
| 155 | * CPP-DEFINES (BSD4_2): Remove. | ||
| 156 | |||
| 157 | 2012-12-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 158 | |||
| 159 | Use putenv+unsetenv instead of modifying environ directly (Bug#13070). | ||
| 160 | * merge-gnulib (GNULIB_MODULES): Add putenv, unsetenv. | ||
| 161 | |||
| 162 | Simplify get_lim_data. | ||
| 163 | * CPP-DEFINES (ULIMIT_BREAK_VALUE): Remove. | ||
| 164 | |||
| 165 | 2012-12-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 166 | |||
| 167 | Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026). | ||
| 168 | * CPP-DEFINES (SIGALRM, SIGCHLD, SIGHUP, SIGKILL, SIGPIPE, SIGQUIT): | ||
| 169 | Remove. | ||
| 170 | (SIGTRAP): Remove this one too, as config.h no longer defines it. | ||
| 171 | * merge-gnulib (GNULIB_MODULES): Add sig2str. | ||
| 172 | |||
| 173 | 2012-11-24 Ken Brown <kbrown@cornell.edu> | ||
| 174 | |||
| 175 | * CPP-DEFINES (HAVE_MOUSE): Remove. | ||
| 176 | |||
| 177 | 2012-11-23 Paul Eggert <eggert@cs.ucla.edu> | ||
| 178 | |||
| 179 | Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958). | ||
| 180 | * CPP-DEFINES (HAVE_CLOSEDIR, HAVE_DIRENT_H): Remove. | ||
| 181 | * notes/copyright: Adjust to src/ndir.h -> nt/inc/dirent.h renaming. | ||
| 182 | |||
| 183 | 2012-11-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 184 | |||
| 185 | Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945). | ||
| 186 | * CPP-DEFINES (BROKEN_GETWD, HAVE_GETCWD, HAVE_GETWD, HAVE_SIZE_T) | ||
| 187 | (HAVE_UNISTD_H): Remove. | ||
| 188 | |||
| 189 | 2012-11-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 190 | |||
| 191 | Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881). | ||
| 192 | * CPP-DEFINES (O_RDONLY, O_RDWR, HAVE_FCNTL_H): Remove. | ||
| 193 | * merge-gnulib (GNULIB_MODULES): Add fcntl-h. | ||
| 194 | |||
| 195 | 2012-11-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 196 | |||
| 197 | Remove no-longer-used pty_max_bytes variable. | ||
| 198 | * CPP-DEFINES (HAVE_FPATHCONF): Remove. | ||
| 199 | |||
| 200 | 2012-11-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 201 | |||
| 202 | Use faccessat, not access, when checking file permissions (Bug#12632). | ||
| 203 | * merge-gnulib (GNULIB_MODULES): Add faccessat. | ||
| 204 | (GNULIB_TOOL_FLAGS): Avoid at-internal, fchdir, malloc-posix, | ||
| 205 | openat-die, openat-h, save-cwd. Do not avoid fcntl-h. | ||
| 206 | Omit gnulib's m4/fcntl-o.m4. | ||
| 207 | |||
| 208 | 2012-11-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 209 | |||
| 210 | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800). | ||
| 211 | * CPP-DEFINES (HAVE_SETPGID, HAVE_SETSID, SETPGRP_RELEASES_CTTY): | ||
| 212 | Remove; obsolete. | ||
| 213 | |||
| 214 | Simplify by assuming __fpending. | ||
| 215 | * CPP-DEFINES (PENDING_OUTPUT_COUNT): Remove. | ||
| 216 | |||
| 217 | 2012-11-03 Glenn Morris <rgm@gnu.org> | ||
| 218 | |||
| 219 | * admin.el (set-copyright): Add msdos/sed2v2.inp. | ||
| 220 | |||
| 221 | 2012-11-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 222 | |||
| 223 | Fix data-loss with --batch (Bug#9574). | ||
| 224 | * merge-gnulib (GNULIB_MODULES): Add close-stream. | ||
| 225 | |||
| 226 | 2012-10-12 Kenichi Handa <handa@gnu.org> | ||
| 227 | |||
| 228 | * charsets/Makefile (JISC6226.map): Add missing mappings. | ||
| 229 | |||
| 230 | 2012-10-11 Kenichi Handa <handa@gnu.org> | ||
| 231 | |||
| 232 | * charsets/mapconv: Adjusted for the change of mapfiles/*.gz to | ||
| 233 | mapfiles/*. | ||
| 234 | |||
| 235 | * charsets/gb180302.awk: Handle 4-byte sequences in the input file. | ||
| 236 | |||
| 237 | * charsets/Makefile: Be sure to call mapconv script of the current | ||
| 238 | directory. Adjusted for the change of mapfiles/*.gz to | ||
| 239 | mapfiles/*. | ||
| 240 | (SED_SCRIPT): New variable. | ||
| 241 | (jisx2131-filter): New target. | ||
| 242 | (JISX2131.map): Use jisx2131-filter to filter out characters added | ||
| 243 | for the 2004 year version. | ||
| 244 | (clear): Remove ${SED_SCRIPT} too. | ||
| 245 | |||
| 246 | * charsets/mapfiles/MULE-ethiopic.map, | ||
| 247 | charsets/mapfiles/MULE-ipa.map, | ||
| 248 | charsets/mapfiles/MULE-is13194.map, | ||
| 249 | charsets/mapfiles/MULE-lviscii.map, | ||
| 250 | charsets/mapfiles/MULE-sisheng.map, | ||
| 251 | charsets/mapfiles/MULE-tibetan.map, | ||
| 252 | charsets/mapfiles/MULE-uviscii.map: Fix typo. | ||
| 253 | |||
| 254 | 2012-10-09 Glenn Morris <rgm@gnu.org> | ||
| 255 | |||
| 256 | * admin.el (cusver-scan-cus-start): New function. | ||
| 257 | (cusver-check): Scan old cus-start.el. | ||
| 258 | |||
| 259 | 2012-10-07 Glenn Morris <rgm@gnu.org> | ||
| 260 | |||
| 261 | * admin.el (cusver-new-version): Set default. | ||
| 262 | (cusver-check): Improve interactive argument reading. | ||
| 263 | |||
| 264 | 2012-10-06 Glenn Morris <rgm@gnu.org> | ||
| 265 | |||
| 266 | * admin.el (cusver-new-version): New variable. | ||
| 267 | (cusver-scan): Check if containing group has a :version. | ||
| 268 | (cusver-check): Add VERSION argument. | ||
| 269 | |||
| 270 | 2012-10-01 David Engster <deng@randomsample.de> | ||
| 271 | |||
| 272 | * grammars/bovine-grammar.el: | ||
| 273 | * grammars/wisent-grammar.el: Move to lisp directory. | ||
| 274 | |||
| 275 | 2012-10-01 David Engster <deng@randomsample.de> | ||
| 276 | |||
| 277 | * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote): | ||
| 278 | Remove. | ||
| 279 | (bovine-grammar-expand-form): Test for emacs-major-version. | ||
| 280 | |||
| 281 | * grammars/c.by: Add EXPLICIT to keyword tokens. | ||
| 282 | Add %provide token. | ||
| 283 | |||
| 284 | * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it | ||
| 285 | was copied to grammar.el. New %provide token to generate prefix | ||
| 286 | which conforms with Emacs conventions. Remove lexer definition, | ||
| 287 | which is now in grammar.el. | ||
| 288 | |||
| 289 | 2012-09-27 Glenn Morris <rgm@gnu.org> | ||
| 290 | |||
| 291 | * admin.el (set-version): Set msdos.c's Vwindow_system_version. | ||
| 292 | |||
| 293 | 2012-09-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 294 | |||
| 295 | Check more robustly for timer_settime. | ||
| 296 | * merge-gnulib (GNULIB_MODULES): Add timer-time. | ||
| 297 | |||
| 298 | 2012-09-26 Juanma Barranquero <lekktu@gmail.com> | ||
| 299 | |||
| 300 | * unidata/BidiMirroring.txt: | ||
| 301 | * unidata/UnicodeData.txt: Update to Unicode 6.2. | ||
| 302 | |||
| 303 | 2012-09-17 Glenn Morris <rgm@gnu.org> | ||
| 304 | |||
| 305 | * admin.el (add-log-time-format): Declare. | ||
| 306 | |||
| 307 | * admin.el (cusver-scan, cusver-check): Bind local variables. | ||
| 308 | |||
| 309 | * admin.el (set-version): Set major version in | ||
| 310 | etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex. | ||
| 311 | (set-copyright): In etc/refcards, only change ru-refcard.tex | ||
| 312 | and emacsver.tex. | ||
| 313 | |||
| 314 | * admin.el (set-copyright): No more need to set copyrights for | ||
| 315 | nextstep, or .c files. Add configure.ac and config.nt. | ||
| 316 | |||
| 317 | 2012-09-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 318 | |||
| 319 | Remove configure's --without-sync-input option (Bug#12450). | ||
| 320 | * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove. | ||
| 321 | |||
| 322 | 2012-09-16 Glenn Morris <rgm@gnu.org> | ||
| 323 | |||
| 324 | * admin.el (set-version): No more need to set nextstep versions. | ||
| 325 | (set-copyright): Update for moved nextstep files. | ||
| 326 | |||
| 327 | 2012-09-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 328 | |||
| 329 | Simplify SIGIO usage (Bug#12408). | ||
| 330 | * CPP-DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL) | ||
| 331 | (BROKEN_SIGPTY, NO_TERMIO): Remove. | ||
| 332 | |||
| 1 | 2012-09-11 Paul Eggert <eggert@cs.ucla.edu> | 333 | 2012-09-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 334 | ||
| 3 | Simplify, document, and port floating-point (Bug#12381). | 335 | Simplify, document, and port floating-point (Bug#12381). |
| @@ -1483,7 +1815,7 @@ | |||
| 1483 | ;; coding: utf-8 | 1815 | ;; coding: utf-8 |
| 1484 | ;; End: | 1816 | ;; End: |
| 1485 | 1817 | ||
| 1486 | Copyright (C) 2001-2012 Free Software Foundation, Inc. | 1818 | Copyright (C) 2001-2013 Free Software Foundation, Inc. |
| 1487 | 1819 | ||
| 1488 | This file is part of GNU Emacs. | 1820 | This file is part of GNU Emacs. |
| 1489 | 1821 | ||