Merge from mainline.
[emacs.git] / admin / ChangeLog
blobea47a6798b5881148e11bf1f6ed0c688e0b2ad73
1 2013-12-24  Paul Eggert  <eggert@cs.ucla.edu>
3         Automate the procedure for updating copyright year.
4         * merge-gnulib (GNULIB_MODULES): Add update-copyright.
5         * notes/years: Mention admin/update-copyright.
6         * update-copyright: New file.
8 2013-12-24  Xue Fuqiao  <xfq.free@gmail.com>
10         * admin.el (add-release-logs):
11         (set-version-in-file, set-version, set-copyright):
12         Use `user-error'.
14 2013-12-22  Eli Zaretskii  <eliz@gnu.org>
16         * unidata/unidata-gen.el (unidata-split-name): Don't give any NAME
17         to <control> characters: the Unicode Standard says they have no
18         name.  (Bug#16216)
19         (unidata-describe-bidi-class): Add new "isolate" classes
20         introduced by Unicode 6.3.
22 2013-12-12  David Engster  <deng@randomsample.de>
24         * grammars/c.by (expr-binop): Add MOD.
25         (variablearg): Add 'opt-assign'.
26         (variablearg, varnamelist): Add default values so that it can be
27         later expanded into the tag.
28         (opt-stuff-after-symbol): Rename to 'brackets-after-symbol' and
29         remove empty match.
30         (multi-stage-dereference): Adapt to above rename.
31         (unaryexpression): Use 'symbol' instead of 'namespace-symbol',
32         since the latter also leads to an empty match at the end which
33         would make this too greedy.
34         (variablearg-opt-name): Support parsing of function pointers
35         inside an argument list.
37 2013-12-12  Glenn Morris  <rgm@gnu.org>
39         * update_autogen (info_dir):
40         Use dir_top from build-aux/ rather than admin/.
42         * update_autogen: Add option to generate info/dir.
43         (Usage): Add -I.
44         (info_flag): New variable.
45         (-I): New option.
46         (doc): Maybe check its status.
47         (info_dir): New function.
48         * dir_top: New file.
50 2013-12-11  Paul Eggert  <eggert@cs.ucla.edu>
52         Remove the option of using libcrypto.
53         * merge-gnulib: Remove lib/gl_openssh.h and m4/gl-openssl.m4.
55 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
57         * unidata/unidata-gen.el (unidata-prop-alist): Update bidi-class
58         to include the new isolate-related classes introduced with Unicode
59         v6.3.
60         (unidata-encode-val): Accept an additional optional argument, a
61         warning message to emit when UnicodeData.txt defines bidi-class
62         values that are not in unidata-prop-alist.  Add a comment
63         explaining what should maintainers do if/when such a warning ever
64         appears.
65         (unidata-gen-table): Call unidata-encode-val with 3rd arg non-nil
66         when generating uni-bidi.el.
68 2013-12-01  Glenn Morris  <rgm@gnu.org>
70         * unidata/Makefile.in (${DSTDIR}/charprop.el):
71         Ensure output files are writable.
73 2013-11-30  Glenn Morris  <rgm@gnu.org>
75         * grammars/Makefile.in: Ensure output files are writable.
77 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
79         * charsets/mule-charsets.el: Rewritten to work in Emacs 23 and
80         later.  (Bug#16007)
82 2013-11-30  Glenn Morris  <rgm@gnu.org>
84         Stop keeping (most) generated cedet grammar files in the repository.
85         * grammars/README: Remove.
86         * grammars/Makefile.in: New file.
87         * grammars/c.by, grammars/java-tags.wy, grammars/js.wy:
88         * grammars/python.wy: Update declarations to match generated outputs.
90 2013-11-28  Glenn Morris  <rgm@gnu.org>
92         * unidata/unidata-gen.el (unidata-gen-files):
93         Disable autoloads in generated files.
95 2013-11-27  Glenn Morris  <rgm@gnu.org>
97         * unidata/Makefile.in (all, install, clean, bootstrap-clean)
98         (distclean, maintainer-clean): Declare as PHONY.
99         (compile, extraclean): New.
100         (${DSTDIR}/charprop.el): Depend on source files rather than
101         intermediate products.
103 2013-11-11  Glenn Morris  <rgm@gnu.org>
105         * unidata/BidiMirroring.txt, unidata/UnicodeData.txt: Update to 6.3.0.
107         * unidata/unidata-gen.el (unidata-gen-files):
108         Tweak whitespace in generated files.
110 2013-11-09  Glenn Morris  <rgm@gnu.org>
112         * unidata/unidata-gen.el (unidata-gen-files):
113         Fix deletion of existing output files after 2013-10-30 changes.
115 2013-11-07  Glenn Morris  <rgm@gnu.org>
117         * unidata/unidata-gen.el (unidata-gen-files):
118         Disable version-control in generated files.
119         Update Unicode Inc. copyright years.
121 2013-11-05  Glenn Morris  <rgm@gnu.org>
123         * update_autogen: Move here from ../autogen.
124         (usage): Update.  Remove -l, add -A.
125         (autogendir): New variable.
126         (ldefs_flag): Default to set.
127         (genfiles): Reduce to only ms-dos relevant files.
128         (main): Make checking autogen sources optional.
129         Make copying of autogen files optional.
131 2013-10-30  Glenn Morris  <rgm@gnu.org>
133         * unidata/unidata-gen.el (unidata-gen-files): Use pop.
134         Also take the output directory as an argument.
135         * unidata/Makefile.in: Simplify now that unidata-gen-files takes
136         the output directory as an argument (no need to cd, etc).
137         (abs_srcdir, abs_builddir): Remove.
138         (abs_top_builddir): Replace by top_builddir.
139         (${DSTDIR}/charprop.el): No need to cd.  Pass dest as argument.
140         (${DSTDIR}/charprop.el, charprop.el):
141         No need to pass unidata.txt as argument.
143         * unidata/unidata-gen.el (unidata--ensure-compiled): New function.
144         (unidata-gen-table-name, unidata-gen-table-decomposition)
145         (unidata-gen-files): Use unidata--ensure-compiled.
147         * unidata/Makefile.in (abs_srcdir): New, set by configure.
148         (${DSTDIR}/charprop.el, charprop.el): Update for srcdir not absolute.
149         (clean): Delete all .elc files.
150         (bootstrap-clean): New rule.
152 2013-10-23  Glenn Morris  <rgm@gnu.org>
154         * unidata/Makefile.in (emacs, ${DSTDIR}/charprop.el):
155         Quote entities that might contain whitespace.
157 2013-10-07  Paul Eggert  <eggert@cs.ucla.edu>
159         Improve support for popcount and counting trailing zeros (Bug#15550).
160         * merge-gnulib (GNULIB_MODULES): Add count-one-bits
161         and count-trailing-zeros.
163 2013-10-04  Paul Eggert  <eggert@cs.ucla.edu>
165         Use hardware support for byteswapping on glibc x86 etc.
166         * merge-gnulib (GNULIB_MODULES): Add byteswap.
168 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
170         * unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
171         for portability to hosts where /bin/sh has problems.
173 2013-08-27  Glenn Morris  <rgm@gnu.org>
175         * admin.el (manual-misc-manuals): Use INFO_COMMON rather than
176         INFO_TARGETS.  "faq" does not need special treatment any more.
178 2013-08-15  Glenn Morris  <rgm@gnu.org>
180         * make-tarball.txt: Mention generating pdfs in etc/refcards.
182 2013-08-15  Xue Fuqiao  <xfq.free@gmail.com>
184         * notes/hydra: More information about Hydra.
186 2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
188         * notes/hydra: New file.
190 2013-08-04  Paul Eggert  <eggert@cs.ucla.edu>
192         Fix some minor races in hosts lacking mkostemp (Bug#15015).
193         * merge-gnulib (GNULIB_MODULES): Add mkostemp.
195 2013-07-12  Glenn Morris  <rgm@gnu.org>
197         * admin.el (manual-style-string): Use non-abbreviated url.
199 2013-07-09  Paul Eggert  <eggert@cs.ucla.edu>
201         Port recent close-on-exec changes to Cygwin (Bug#14821).
202         * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid binary-io.
204         Handle error numbers a bit more reliably.
205         * merge-gnulib (GNULIB_MODULES): Remove ignore-value.
207 2013-07-07  Paul Eggert  <eggert@cs.ucla.edu>
209         Make file descriptors close-on-exec when possible (Bug#14803).
210         * merge-gnulib (GNULIB_MODULES): Add fcntl, pipe2.
211         (GNULIB_TOOL_FLAGS): Avoid binary-io, close.  Do not avoid fcntl.
213 2013-07-06  Glenn Morris  <rgm@gnu.org>
215         * admin.el (manual-misc-manuals): New function.
216         (make-manuals): Avoid hard-coding list of misc manuals.
217         Add the option to only make certain type(s) of output.
218         (manual-misc-html): Special-case ccmode and efaq.
219         (manual-html-mono, manual-html-node, manual-pdf, manual-ps):
220         Move creation of output directory here from make-manuals.
221         (manual-html-fix-index-2): Avoid dynamic reference to `f'.
223 2013-07-05  Glenn Morris  <rgm@gnu.org>
225         * admin.el (make-manuals): Use a standard location for lispintro.
226         Use a pdf/ subdirectory for pdf versions.
228 2013-06-29  Glenn Morris  <rgm@gnu.org>
230         * admin.el (make-manuals): Don't bother with txt or dvi any more.
231         (manual-txt): Remove.
232         (manual-pdf): Doc fix.
233         (manual-ps): Rename from manual-dvi.
234         (manual-pdf, manual-ps): Work in the directory with the texi file,
235         so that TeX intermediate files go there rather than to PWD.
237 2013-06-15  Xue Fuqiao  <xfq.free@gmail.com>
239         * notes/changelogs: Mention trivial changes in Change Log.
241 2013-06-13  Glenn Morris  <rgm@gnu.org>
243         * admin.el (manual-style-string): Use new file manual.css.
245 2013-06-02  Eric Ludlam  <zappo@gnu.org>
247         * grammars/srecode-template.wy (variable): Accept a single number
248         as a variable value.  Allows the 'priority' to be set to a number.
249         (wisent-srecode-template-lexer): Move number up so it can be created.
251 2013-05-16  Glenn Morris  <rgm@gnu.org>
253         * cus-test.el (cus-test-cus-load-groups): New function.
254         (cus-test-get-options): Add option to return groups.
255         (cus-test-noloads): Also check custom groups.
257 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
259         * quick-install-emacs: Don't prune DOC-* files a any more.
261 2013-05-14  Glenn Morris  <rgm@gnu.org>
263         * cus-test.el (cus-test-get-lisp-files): Ignore obsolete/.
264         (cus-test-libs): Fix let-binding of default-directory.
265         (cus-test-noloads): Load all libs for the comparison.
267 2013-05-11  Glenn Morris  <rgm@gnu.org>
269         * cus-test.el (cus-test-libs-noloads): Add a few more files.
270         (cus-test-load-libs, cus-test-opts):
271         Add option to load more/all Lisp files.
272         (cus-test-get-lisp-files): Ignore .*.el files.
274 2013-05-10  Glenn Morris  <rgm@gnu.org>
276         * cus-test.el (cus-test-libs-noloads): Add some files.
277         (cus-test-get-lisp-files): New function.
278         (cus-test-libs): Add option to load more/all Lisp files.
280 2013-05-09  Glenn Morris  <rgm@gnu.org>
282         * cus-test.el: No need to provide bbdb, bbdb-com any more.
283         (cus-test-libs-noloads): Add dunnet in the defvar.
284         (dunnet): Don't always load it.
285         (viper-mode): Only set if interactive.
286         (cus-test-load-custom-loads): Load dunnet if necessary.
287         (cus-test-load-1): New macro, with common code from cus-test-load-libs
288         and cus-test-libs.
289         (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro.
290         Update for cus-test-get-autoload-deps changed result.
291         (cus-test-get-autoload-deps): Simplify.  Return file names as they
292         appear in loaddefs.el (directory parts are needed now that not all
293         lisp subdirs are in load-path).
294         (cus-test-deps): Explicitly skip dunnet.
296 2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
298         Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
299         * merge-gnulib (GNULIB_MODULES): Add qacl.
300         (GNULIB_TOOL_FLAGS): Do not avoid errno.
302 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
304         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
305         * notes/unicode (etc/tutorials/TUTORIAL.ko, leim/quail/hanja.el)
306         (leim/quail/hanja3.el, leim/quail/symbol-ksc.el):
307         Now utf-8, not iso-2022-7bit.  Also, files that contain non-UTF-8
308         characters are now encoded in utf-8-emacs, not iso-2022-7bit.
310 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
312         * notes/unicode: Mention some more iso-2022-7bit files (Bug#13936).
314         Automate the build of ja-dic.el (Bug#13984).
315         * notes/unicode: ja-dic.el is now UTF-8.
317 2013-03-16  Glenn Morris  <rgm@gnu.org>
319         * admin.el (manual-pdf, manual-dvi): Pass -I to texi2pdf, texi2dvi.
321 2013-03-16  Glenn Morris  <rgm@gnu.org>
323         * admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG.
325 2013-03-13  Paul Eggert  <eggert@cs.ucla.edu>
327         File synchronization fixes (Bug#13944).
328         * CPP-DEFINES (BSD_SYSTEM, HAVE_FSYNC): Remove.
329         * merge-gnulib (GNULIB_MODULES): Add fsync, fdatasync.
331 2013-03-11  Paul Eggert  <eggert@cs.ucla.edu>
333         * notes/unicode: Improve notes about Emacs source file encoding.
335 2013-03-11  Glenn Morris  <rgm@gnu.org>
337         * admin.el (make-manuals): Add emacs-lisp-intro and some more
338         doc/misc manuals.
339         (manual-html-mono, manual-html-node, manual-txt):
340         Pass -I to makeinfo.
342 2013-03-10  Glenn Morris  <rgm@gnu.org>
344         * admin.el (add-release-logs): Use UTC for release date.
346 2013-03-09  Glenn Morris  <rgm@gnu.org>
348         * admin.el (add-release-logs): Provide interactive defaults.
349         Allow specification of the release date.  Don't exclude gnus/.
351 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
353         * notes/unicode: Add notes about Emacs source file encoding.
355 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
357         * grammars/java-tags.wy (CHAR): Remove "('\u0000' to '\uffff')"
358         from summary, as this causes javat-wy.el to contain both a null byte
359         and a byte sequence that is not valid UTF-8, which is inconvenient.
361 2013-03-03  Paul Eggert  <eggert@cs.ucla.edu>
363         * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
364         If there were a real need, it should be UTF-8 anyway.
366 2013-02-25  Paul Eggert  <eggert@cs.ucla.edu>
368         Simplify data_start configuration (Bug#13783).
369         * CPP-DEFINES (DATA_START, ORDINARY_LINK): Remove.
371 2013-02-11  Paul Eggert  <eggert@cs.ucla.edu>
373         Tune by using memchr and memrchr.
374         * merge-gnulib (GNULIB_MODULES): Add memrchr.
376 2013-02-01  Paul Eggert  <eggert@cs.ucla.edu>
378         Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
379         * merge-gnulib (GNULIB_MODULES): Add fdopendir, fstatat, readlinkat.
380         (GNULIB_TOOL_FLAGS): Do not avoid at-internal, openat-h.
381         Avoid dup, open, opendir.
383 2013-01-15  Dmitry Antipov  <dmantipov@yandex.ru>
385         * coccinelle/xsave.cocci: Semantic patch to adjust users of
386         XSAVE_POINTER and XSAVE_INTEGER macros.
388 2013-01-03  Glenn Morris  <rgm@gnu.org>
390         * check-doc-strings: Update for CVS->bzr, moved lispref/ directory.
392         * emacs-pretesters, make-announcement, make-changelog-diff:
393         Remove files.
395 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
397         Fix permissions bugs with setgid directories etc.  (Bug#13125)
398         * CPP-DEFINES (BSD4_2): Remove.
400 2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
402         Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
403         * merge-gnulib (GNULIB_MODULES): Add putenv, unsetenv.
405         Simplify get_lim_data.
406         * CPP-DEFINES (ULIMIT_BREAK_VALUE): Remove.
408 2012-12-03  Paul Eggert  <eggert@cs.ucla.edu>
410         Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
411         * CPP-DEFINES (SIGALRM, SIGCHLD, SIGHUP, SIGKILL, SIGPIPE, SIGQUIT):
412         Remove.
413         (SIGTRAP): Remove this one too, as config.h no longer defines it.
414         * merge-gnulib (GNULIB_MODULES): Add sig2str.
416 2012-11-24  Ken Brown  <kbrown@cornell.edu>
418         * CPP-DEFINES (HAVE_MOUSE): Remove.
420 2012-11-23  Paul Eggert  <eggert@cs.ucla.edu>
422         Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
423         * CPP-DEFINES (HAVE_CLOSEDIR, HAVE_DIRENT_H): Remove.
424         * notes/copyright: Adjust to src/ndir.h -> nt/inc/dirent.h renaming.
426 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
428         Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
429         * CPP-DEFINES (BROKEN_GETWD, HAVE_GETCWD, HAVE_GETWD, HAVE_SIZE_T)
430         (HAVE_UNISTD_H): Remove.
432 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
434         Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
435         * CPP-DEFINES (O_RDONLY, O_RDWR, HAVE_FCNTL_H): Remove.
436         * merge-gnulib (GNULIB_MODULES): Add fcntl-h.
438 2012-11-16  Paul Eggert  <eggert@cs.ucla.edu>
440         Remove no-longer-used pty_max_bytes variable.
441         * CPP-DEFINES (HAVE_FPATHCONF): Remove.
443 2012-11-14  Paul Eggert  <eggert@cs.ucla.edu>
445         Use faccessat, not access, when checking file permissions (Bug#12632).
446         * merge-gnulib (GNULIB_MODULES): Add faccessat.
447         (GNULIB_TOOL_FLAGS): Avoid at-internal, fchdir, malloc-posix,
448         openat-die, openat-h, save-cwd.  Do not avoid fcntl-h.
449         Omit gnulib's m4/fcntl-o.m4.
451 2012-11-05  Paul Eggert  <eggert@cs.ucla.edu>
453         Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
454         * CPP-DEFINES (HAVE_SETPGID, HAVE_SETSID, SETPGRP_RELEASES_CTTY):
455         Remove; obsolete.
457         Simplify by assuming __fpending.
458         * CPP-DEFINES (PENDING_OUTPUT_COUNT): Remove.
460 2012-11-03  Glenn Morris  <rgm@gnu.org>
462         * admin.el (set-copyright): Add msdos/sed2v2.inp.
464 2012-11-01  Paul Eggert  <eggert@cs.ucla.edu>
466         Fix data-loss with --batch (Bug#9574).
467         * merge-gnulib (GNULIB_MODULES): Add close-stream.
469 2012-10-12  Kenichi Handa  <handa@gnu.org>
471         * charsets/Makefile (JISC6226.map): Add missing mappings.
473 2012-10-11  Kenichi Handa  <handa@gnu.org>
475         * charsets/mapconv: Adjusted for the change of mapfiles/*.gz to
476         mapfiles/*.
478         * charsets/gb180302.awk: Handle 4-byte sequences in the input file.
480         * charsets/Makefile: Be sure to call mapconv script of the current
481         directory.  Adjusted for the change of mapfiles/*.gz to
482         mapfiles/*.
483         (SED_SCRIPT): New variable.
484         (jisx2131-filter): New target.
485         (JISX2131.map): Use jisx2131-filter to filter out characters added
486         for the 2004 year version.
487         (clear): Remove ${SED_SCRIPT} too.
489         * charsets/mapfiles/MULE-ethiopic.map,
490         charsets/mapfiles/MULE-ipa.map,
491         charsets/mapfiles/MULE-is13194.map,
492         charsets/mapfiles/MULE-lviscii.map,
493         charsets/mapfiles/MULE-sisheng.map,
494         charsets/mapfiles/MULE-tibetan.map,
495         charsets/mapfiles/MULE-uviscii.map: Fix typo.
497 2012-10-09  Glenn Morris  <rgm@gnu.org>
499         * admin.el (cusver-scan-cus-start): New function.
500         (cusver-check): Scan old cus-start.el.
502 2012-10-07  Glenn Morris  <rgm@gnu.org>
504         * admin.el (cusver-new-version): Set default.
505         (cusver-check): Improve interactive argument reading.
507 2012-10-06  Glenn Morris  <rgm@gnu.org>
509         * admin.el (cusver-new-version): New variable.
510         (cusver-scan): Check if containing group has a :version.
511         (cusver-check): Add VERSION argument.
513 2012-10-01  David Engster  <deng@randomsample.de>
515         * grammars/bovine-grammar.el:
516         * grammars/wisent-grammar.el: Move to lisp directory.
518 2012-10-01  David Engster  <deng@randomsample.de>
520         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
521         Remove.
522         (bovine-grammar-expand-form): Test for emacs-major-version.
524         * grammars/c.by: Add EXPLICIT to keyword tokens.
525         Add %provide token.
527         * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
528         was copied to grammar.el.  New %provide token to generate prefix
529         which conforms with Emacs conventions.  Remove lexer definition,
530         which is now in grammar.el.
532 2012-09-27  Glenn Morris  <rgm@gnu.org>
534         * admin.el (set-version): Set msdos.c's Vwindow_system_version.
536 2012-09-27  Paul Eggert  <eggert@cs.ucla.edu>
538         Check more robustly for timer_settime.
539         * merge-gnulib (GNULIB_MODULES): Add timer-time.
541 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
543         * unidata/BidiMirroring.txt:
544         * unidata/UnicodeData.txt: Update to Unicode 6.2.
546 2012-09-17  Glenn Morris  <rgm@gnu.org>
548         * admin.el (add-log-time-format): Declare.
550         * admin.el (cusver-scan, cusver-check): Bind local variables.
552         * admin.el (set-version): Set major version in
553         etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
554         (set-copyright): In etc/refcards, only change ru-refcard.tex
555         and emacsver.tex.
557         * admin.el (set-copyright): No more need to set copyrights for
558         nextstep, or .c files.  Add configure.ac and config.nt.
560 2012-09-16  Paul Eggert  <eggert@cs.ucla.edu>
562         Remove configure's --without-sync-input option (Bug#12450).
563         * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
565 2012-09-16  Glenn Morris  <rgm@gnu.org>
567         * admin.el (set-version): No more need to set nextstep versions.
568         (set-copyright): Update for moved nextstep files.
570 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
572         Simplify SIGIO usage (Bug#12408).
573         * CPP-DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
574         (BROKEN_SIGPTY, NO_TERMIO): Remove.
576 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
578         Simplify, document, and port floating-point (Bug#12381).
579         * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
581 2012-09-09  Paul Eggert  <eggert@cs.ucla.edu>
583         Assume C89 or later for math functions (Bug#12381).
584         * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
585         (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
587 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
589         Simplify redefinition of 'abort' (Bug#12316).
590         * CPP-DEFINES (NO_ABORT): Remove.
592 2012-08-28  Glenn Morris  <rgm@gnu.org>
594         * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
596 2012-08-28  Andreas Schwab  <schwab@linux-m68k.org>
598         * charsets/mule-charsets.el (header): Fix typo.
600 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
602         On assertion failure, print backtrace if available.
603         * merge-gnulib (GNULIB_MODULES): Add execinfo.
605 2012-08-16  Paul Eggert  <eggert@cs.ucla.edu>
607         Use ASCII tests for character types.
608         * merge-gnulib (GNULIB_MODULES): Add c-ctype.  This documents a
609         new direct dependency; c-ctype was already being used indirectly
610         via other gnulib modules.
612 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
614         Use bool for Emacs Lisp booleans.
615         * merge-gnulib (GNULIB_MODULES): Add stdbool.  This documents a
616         new direct dependency; stdbool was already being used indirectly
617         via other gnulib modules.
619 2012-08-11  Glenn Morris  <rgm@gnu.org>
621         * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
623 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
625         * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
627 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
629         Port to Solaris 8.
630         * CPP-DEFINES (WRETCODE): Remove.
632 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
634         * coccinelle/overlay.cocci: Semantic patch to replace direct
635         access to Lisp_Object members of struct Lisp_Overlay to MVAR.
637 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
639         * coccinelle/symbol.cocci: Semantic patch to replace direct
640         access to Lisp_Object members of struct Lisp_Symbol to SVAR.
642 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
644         * coccinelle/process.cocci: Semantic patch to replace direct
645         access to Lisp_Object members of struct Lisp_Process to PVAR.
647 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
649         * coccinelle/window.cocci: Semantic patch to replace direct
650         access to Lisp_Object members of struct window to WVAR.
652 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
654         * coccinelle/frame.cocci: Semantic patch to replace direct
655         access to Lisp_Object members of struct frame to FVAR.
657 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
659         Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
660         * merge-gnulib: Add environ, stdalign.
662 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
664         * coccinelle/unibyte_string.cocci: Semantic patch to convert from
665         make_unibyte_string to build_unibyte_string where appropriate.
667 2012-07-17  Eli Zaretskii  <eliz@gnu.org>
669         * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
671 2012-07-17  Chong Yidong  <cyd@gnu.org>
673         * Version 24.1 released.
675 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
677         Assume mkdir, perror, rename, rmdir, strerror.
678         * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
679         (HAVE_STRERROR, strerror):
680         Remove.
682 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
684         * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
685         to XCDR and consistently use CONSP in the list iteration loops.
686         * coccinelle/vector_contents.cocci: Fix indentation.
688 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
690         * bzrmerge.el: Use cl-lib.
692 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
694         Rename configure.in to configure.ac (Bug#11603).
695         * admin.el (set-version):
696         * quick-install-emacs (VERSION):
697         Get version number from configure.ac, not configure.in.
699 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
701         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
702         * merge-gnulib (GNULIB_MODULES): Add c-strcase.
704 2012-07-05  Dmitry Antipov  <dmantipov@yandex.ru>
706         * coccinelle/xzalloc.cocci: Semantic patch to convert
707         calls to xmalloc with following memset to xzalloc.
709 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
711         * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
713 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
715         * coccinelle/build_string.cocci: Semantic patch
716         to convert from make_string to build_string.
718 2012-06-24  Dmitry Antipov  <dmantipov@yandex.ru>
720         First Coccinelle semantic patch.
721         * coccinelle: New subdirectory
722         * coccinelle/README: Documentation stub.
723         * coccinelle/vector_contents.cocci: Semantic patch to replace direct
724         access to `contents' member of Lisp_Vector objects with AREF and ASET
725         where appropriate.
727 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
729         Support higher-resolution time stamps (Bug#9000).
730         * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
731         gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
732         timespec-sub, utimens.
733         (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
734         This trims down the gnulib import, from the very latest gnulib.
735         Emacs does its own implementation of 'select' and 'sigprocmask'
736         on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
737         hosts, so it doesn't need these modules.
738         Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
739         these gnulib modules are only for Windows porting and Emacs ports
740         to Windows in a different way.
742 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
744         * make-emacs: Rename --union-type to --check-lisp-type.
745         Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
746         * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
747         USE_LISP_UNION_TYPE.
749 2012-06-03  Glenn Morris  <rgm@gnu.org>
751         * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
753 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
755         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
756         * make-tarball.txt: Don't worry about maintainer mode.
758 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
760         * CPP-DEFINES: Remove HAVE_SYSINFO.
762 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
764         Assume gnulib does largefile.
765         * merge-gnulib (GNULIB_MODULES): Add largefile.
767 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
769         Remove src/m/*.
770         * CPP-DEFINES: Do not mention src/m/*.h.
771         (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
772         (BITS_PER_SHORT, BITS_PER_INT): Remove.
773         * MAINTAINERS: Remove src/m/.
775 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
777         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
778         * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
780         Assume C89 or later.
781         * CPP-DEFINES: Remove NULL, const.
783         Make merging from gnulib a script, not a makefile action.
784         * merge-gnulib: New script, with actions moved here from
785         ../Makefile.in.
787 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
789         * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
791         * CPP-DEFINES (HAVE_FTIME): Remove.
793 2012-05-02  Glenn Morris  <rgm@gnu.org>
795         * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
797 2012-04-10  Glenn Morris  <rgm@gnu.org>
799         * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
801         * unidata/Makefile.in: Add FSF copyright.
802         Make it use autoconf features, and work for out-of-tree builds.
804 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
806         * unidata/README:
807         * unidata/copyright.html:
808         * unidata/BidiMirroring.txt:
809         * unidata/UnicodeData.txt: Update for the latest version 6.1 of
810         the Unicode Standard.
812 2012-02-16  Kenichi Handa  <handa@m17n.org>
814         * unidata/unidata-gen.el (unidata-prop-alist): Change the default
815         values of name and old-name to nil.
816         (unidata-get-name): Return nil for the default value.
818 2012-02-11  Glenn Morris  <rgm@gnu.org>
820         * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
821         (cusver-check): New functions.
823 2012-01-19  Glenn Morris  <rgm@gnu.org>
825         * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
826         "skip?" question, since there can be multiple such for any revision.
828 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
830         * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
831         updated and checked.
833 2011-11-26  Andreas Schwab  <schwab@linux-m68k.org>
835         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
836         Avoid warning about old-style backquote.
838         * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
839         in regexp.
840         (wisent-make-parsers): Likewise.  Quote `.'.
842         * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
843         in regexp.
844         (bovine-make-parsers): Likewise.  Quote `.'.
846 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
848         * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
850 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
852         * admin.el (manual-dvi): Fix typo.
854 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
856         * nt/README-ftp-server: Update the information about PNG libraries.
858 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
860         * make-emacs: Fix typo.
862 2011-11-07  Juanma Barranquero  <lekktu@gmail.com>
864         * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
866 2011-10-31  David Engster  <deng@randomsample.de>
868         * grammars/bovine-grammar.el: Avoid using old-style backquotes.
870 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
872         * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
873         running Emacs on Windows 9X.
875 2011-09-26  Chong Yidong  <cyd@stupidchicken.com>
877         * admin.el (set-version): Fix regexps for config.nt and
878         sed2v2.inp.
880 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
882         Merge from gnulib (Bug#9169).
883         * notes/copyright: The files compile, config.guess, config.sub,
884         depcomp, install-sh, missing, and move-if-change are now in the
885         new build-aux subdirectory.  The files arg-nonnull.h, c++defs.h,
886         and warn-on-use.h are now in build-aux/snippets.  New file
887         build-aux/snippets/_Noreturn.h.
889 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
891         * unidata/unidata-gen.el (unidata-prop-alist): Update the default
892         values of bidi-class according to DerivedBidiClass.txt from the
893         latest UCD.
895 2011-08-23  Kenichi Handa  <handa@m17n.org>
897         * unidata/unidata-gen.el (unidata-prop-alist): Provide default
898         values for name, general-category, canonical-combining-class,
899         mirrored, and bidi-class.  Describe the meaning of value nil for
900         decimal-digit-value, digit-value, numeric-value, uppercase,
901         lowercase, titlecase, and mirroring.
902         (unidata-gen-table): Handle the case that default-value is a
903         list.  Set default values of characters not listed in a table.
904         (unidata-get-name): Return an empty string if a value in a
905         char-table is nil.
906         (unidata-get-decomposition): Return a list of character itself if
907         a value in a char-table is nil.
909 2011-08-15  Eli Zaretskii  <eliz@gnu.org>
911         * unidata/bidimirror.awk: File removed.
913         * unidata/biditype.awk: File removed.
915         * unidata/makefile.w32-in (all): Remove src/biditype.h and
916         src/bidimirror.h.
917         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
919         * unidata/Makefile.in (all): Remove src/biditype.h and
920         src/bidimirror.h.
921         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
923 2011-07-07  Juanma Barranquero  <lekktu@gmail.com>
925         * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
926         Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
928 2011-07-06  Kenichi Handa  <handa@m17n.org>
930         * unidata/unidata-gen.el (unidata-dir): New variable.
931         (unidata-setup-list): Expand unidata-text-file in unidata-dir.
932         (unidata-prop-alist): INDEX element may be a function.
933         New optional element VAL-LIST (for general-category and bidi-class).
934         New entry `mirroring'.
935         (unidata-prop-default, unidata-prop-val-list): New subst.
936         (unidata-get-character, unidata-put-character): Delete them.
937         (unidata-gen-table-character): New arg IGNORE.  Adjusted for the
938         above changes.
939         (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
940         (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
941         Delete them.
942         (unidata-encode-val): Assume that the first element of VAL-LIST is
943         a cons (nil . 0).
944         (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
945         Always store the encoded value.
946         (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
947         Set the 1st and the 2nd extra slots to index numbers for C
948         functions.
949         (unidata-gen-table-integer): Likewise.
950         (unidata-gen-table-numeric): Likewise.
951         (unidata-gen-table-name): New arg IGNORE.
952         (unidata-gen-table-decomposition): Likewise.
953         (unidata-describe-general-category): Add the case nil to the
954         description alist.
955         (unidata-gen-mirroring-list): New function.
956         (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
957         unidata-prop-alist.  Handle the case of storing multiple
958         char-tables in a file.
960         * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
961         unidata-gen-files.
963 2011-05-21  Glenn Morris  <rgm@gnu.org>
965         * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
967 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
969         * Version 23.3 released.
971 2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
973         * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
975 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
977         * admin.el (set-version): Add msdos/sed2v2.inp.
979 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
981         Remove no-longer needed getloadavg symbols.
982         * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
983         (LDAV_SYMBOL): Remove.
985 2011-02-12  Glenn Morris  <rgm@gnu.org>
987         * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
989 2011-02-05  Glenn Morris  <rgm@gnu.org>
991         * bzrmerge.el (bzrmerge-warning-buffer): New constant.
992         (bzrmerge-apply): Use it.
993         (bzrmerge): Kill any old warning buffer first.
995 2011-02-03  Glenn Morris  <rgm@gnu.org>
997         * bzrmerge.el (bzrmerge-buffer): New constant.
998         (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
999         (bzrmerge-missing): If nothing to do, return nil not (nil).
1000         (bzrmerge-apply): Remove odd character from message.
1001         (bzrmerge): Give status messages.
1003 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
1005         * admin.el (set-version): Remove lib-src/makefile.w32-in.
1006         Add nt/config.nt.
1008 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1010         src/emacs.c now gets version number from configure.in
1011         * admin.el (set-version): Don't update src/emacs.c.
1012         * quick-install-emacs (VERSION): Get it from configure.in, not from
1013         src/emacs.c.
1015 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
1017         strftime: import from gnulib
1018         * notes/copyright: strftime.c moved from src to lib.
1020 2011-01-25  Glenn Morris  <rgm@gnu.org>
1022         * bzrmerge.el (bzrmerge-skip-regexp): New variable.
1023         (bzrmerge-missing): Use it.
1025 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1027         * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
1028         rather than doing rm and autoconf by hand.  See
1029         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
1031 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1033         * notes/bzr (Installing changes from gnulib): New section.
1034         Need for this suggested by Stefan Monnier.
1036 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1038         * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
1039         an inconsistent state.
1041 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1043         Update copyright notes to match recent gnulib-related changes.
1044         * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
1045         arg-nonnull.h, c++defs.h, compile, depcomp, missing,
1046         warn-on-use.h, lib/*.[ch], lib/gnulib.mk.  Remove src/mktime.c,
1047         lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
1048         are subsumed by the lib/*.[ch] rule).  Remove m4/getopt.m4 (now
1049         subsumed by m4/*.m4 rule).  config.guess, config.sub, and
1050         doc/man/texinfo.tex are now copied in from gnulib.
1052 2011-01-15  Glenn Morris  <rgm@gnu.org>
1054         * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
1056         * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
1057         (bzrmerge-resolve): Also ignore cl-loaddefs.el.
1059 2011-01-14  Glenn Morris  <rgm@gnu.org>
1061         * admin.el (set-copyright): Also handle \year in refcards/*.tex.
1063 2011-01-14  Glenn Morris  <rgm@gnu.org>
1065         * bzrmerge.el: Require cl when compiling.
1066         (bzrmerge-merges): Doc fix.
1068 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
1070         * notes/copyright: There's only one install-sh, not two, so fix a
1071         typo claiming that there's two.  Add move-if-change to the list of
1072         GPL files imported from gnulib.
1074 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
1076         * notes/copyright: Report status more accurately for non-GPL files.
1077         Report copyright status more accurately for mkinstalldirs,
1078         configure, m4/getopt.m4, and msdos/sed*.inp.
1080 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1082         * nt/README.W32: Update the information about PNG support libraries.
1083         (Bug#7716)
1085 2010-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1087         * bzrmerge.el: New file to help merge branches while skipping
1088         some revisions (e.g. from emacs-23 to trunk).
1090 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1092         * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
1094 2010-10-12  Glenn Morris  <rgm@gnu.org>
1096         * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
1098 2010-10-09  Glenn Morris  <rgm@gnu.org>
1100         * admin.el (set-version): Add doc/emacs/emacsver.texi.
1102 2010-10-09  Glenn Morris  <rgm@gnu.org>
1104         * admin.el (set-version): No need to act on doc/ files any more.
1106         * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
1108 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
1110         * unidata/BidiMirroring.txt: Update from
1111         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
1113         * unidata/UnicodeData.txt: Update from
1114         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
1116 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
1118         * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
1120 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
1122         * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
1124 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
1126         * admin.el: Write version number to nt/makefile.w32-in.
1127         * nt/makedist.bat: Remove; replaced with `zipdist.bat'
1128         in the nt/ directory.
1129         * nt/README.W32: Relocate to nt/ directory.
1131 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
1133         * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
1135 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
1137         * MAINTAINERS: Update my responsibilities.
1139 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
1141         * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
1142         (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
1143         Remove.
1145 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
1147         * unidata/bidimirror.awk: New file.
1149         * unidata/BidiMirroring.txt: New file from
1150         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
1152         * unidata/Makefile.in (../../src/bidimirror.h): New target.
1153         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1155         * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
1156         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1158         * unidata/biditype.awk: New file.
1160         * unidata/Makefile.in (../../src/biditype.h): New target.
1162         * unidata/makefile.w32-in (../../src/biditype.h): New target.
1164 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1166         * unidata/UnicodeData.txt: Update from
1167         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
1169 2010-05-27  Glenn Morris  <rgm@gnu.org>
1171         * quick-install-emacs (AVOID): No more Makefile.c files.
1173         * notes/cpp: Remove file.
1175 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
1177         * admin.el (set-version, set-copyright): Update emacs.c instead of
1178         version.el.
1180         * make-tarball.txt: Update filename list in step 6.
1182         * quick-install-emacs: Scan emacs.c instead of version.el for
1183         version string.
1185 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1187         * Version 23.2 released.
1189 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
1191         * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
1193 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1195         * Branch for 23.2.
1197 2010-03-10  Miles Bader  <miles@gnu.org>
1199         * quick-install-emacs: Use more portable shell syntax.
1201         * quick-install-emacs (AVOID): Be more picky about files we avoid
1202         installing.
1204 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1206         * quick-install-emacs (PRUNED): Fix typo in message.
1208 2010-01-20  Glenn Morris  <rgm@gnu.org>
1210         * revdiff: Remove file that only works with CVS, and isn't really
1211         needed with Bazaar (given the in-built revision options of bzr diff).
1213 2010-01-12  Glenn Morris  <rgm@gnu.org>
1215         * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
1216         than emacs-pretest-bug for bug reports for development versions.
1218 2009-11-06  Kenichi Handa  <handa@m17n.org>
1220         * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
1221         that the block data and the following per-char data fall into the
1222         same char-table leaf.
1224 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
1226         * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
1228 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
1230         * unidata/.gitignore: New file.
1232 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
1234         * notes/bugtracker: How to reassign a bug to a list of packages.
1236         * notes/newfile: Details of how to check for problems with DOS 8+3
1237         file-name restrictions.
1239 2009-08-18  Glenn Morris  <rgm@gnu.org>
1241         * notes/newfile: New file.
1243 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
1245         * make-tarball.txt: Add a note about bumping the value of
1246         customize-changed-options-previous-release.
1248 2009-06-24  Kenichi Handa  <handa@m17n.org>
1250         * charsets/mapconv: For the Unicode format files, do reverse sort
1251         and don't compact the map.  This is to prefer the first one in the
1252         duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
1254 2009-06-12  Kenichi Handa  <handa@m17n.org>
1256         * charsets/Makefile (JISX213A.map): Make it depend on
1257         mapfiles/JISX213A.map.gz.
1258         (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
1260         * charsets/mapfiles/JISX213A.map.gz: New file.
1262         * charsets/mapfiles/README: Describe JISX213A.map.gz.
1264 2009-06-12  Kenichi Handa  <handa@m17n.org>
1266         * charsets/mapfiles/*: New files.
1268         * charsets/mule-charsets.el: Mostly re-written to generate all
1269         MULE-*.map files.
1271         * charsets/mapconv: Mostly re-written to handle "gzip"ed input
1272         files.
1274         * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
1275         EUC-JP-MS.
1277         * charsets/cp51932.awk (END): Print arch-tag at the tail.
1279         * charsets/Makefile: Maps depend on files under mapfiles or
1280         ${GLIBC_CHARMAPS}.
1282 2009-04-21  Kenichi Handa  <handa@m17n.org>
1284         * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
1285         change.
1287 2009-04-17  Kenichi Handa  <handa@m17n.org>
1289         * unidata/unidata-gen.el (unidata-get-decomposition):
1290         Adjust Hangle decomposition rule to Unicode.
1292 2009-04-09  Kenichi Handa  <handa@m17n.org>
1294         * unidata/unidata-gen.el (unidata-describe-decomposition):
1295         Return a string with a composition property to disable combining
1296         characters being composed.
1298 2009-03-11  Miles Bader  <miles@gnu.org>
1300         * quick-install-emacs: Be more clever about locating info directory.
1302 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
1304         * nt/README.W32: Fix typos.
1306 2009-02-23  Jason Rumney  <jasonr@gnu.org>
1308         * nt/README-ftp-server: Update for 23.0.91.
1310         * nt/README.W32: Remove ever expanding versions of Windows.
1311         Shorten FAQ URL.  Remove mention of obsolete lock directory.
1312         Windows distribution now bin and barebin only.  Add note about
1313         SVG support.  Remove old tar and gzip problem workarounds.
1314         Use new (22.x) -Q option.  Report all bugs through bug tracker.
1316         * nt/README-UNDUMP.W32: Modify for barebin distribution, as
1317         undumped distribution no longer exists.
1319 2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
1321         * nt/README.W32: Fix typo.  (Bug#2207)
1323 2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
1325         * admin.el (set-version): Remove deleted file ns-emacs.texi.
1327 2008-12-02  Kenichi Handa  <handa@m17n.org>
1329         * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
1330         `decomposition' property adjusted.
1331         (unidata-split-decomposition): Don't include surrounding "<" and
1332         ">" in a symbol name.
1334 2008-12-01  Kenichi Handa  <handa@m17n.org>
1336         * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
1337         property generator to unidata-gen-table-numeric.  Docstring adjusted.
1338         (unidata-get-numeric, unidata-put-numeric)
1339         (unidata-gen-table-numeric): New functions.
1340         (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
1342 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
1344         * notes/documentation: Add notes about Antinews.
1346 2008-10-23  Glenn Morris  <rgm@gnu.org>
1348         * admin.el (set-version): Add doc/misc/ns-emacs.texi.
1349         Add/tweak some nextstep/ entries.
1351 2008-09-19  Kenichi Handa  <handa@m17n.org>
1353         * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
1354         positions.
1356 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
1358         * CPP-DEFINES: Add USER_FULL_NAME.
1360 2008-08-16  Jason Rumney  <jasonr@gnu.org>
1362         * admin.el (set-version): Set version in nt/emacsclient.rc.
1364 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
1366         * nt/dump.bat: Fix mixed EOLs.
1368 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
1370         * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
1372 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
1374         * CPP-DEFINES: Add defines for accessing system processes.
1376 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1378         * make-tarball.txt:
1379         * admin.el:
1380         * FOR-RELEASE:
1381         * CPP-DEFINES: Remove mentions of Mac Carbon.
1383 2008-07-16  Glenn Morris  <rgm@gnu.org>
1385         * admin.el (set-version, set-copyright): Add nextstep/ files.
1387 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
1389         * CPP-DEFINES: Add NS port related defines.
1391 2008-06-16  Glenn Morris  <rgm@gnu.org>
1393         * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
1394         doc/lispref/book-spine.texinfo.
1396 2008-06-15  Glenn Morris  <rgm@gnu.org>
1398         * admin.el (set-version): Add doc/misc/faq.texi.
1400 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
1402         * FOR-RELEASE: Remove Windows problem about the XPM image library
1403         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
1405 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
1407         * unidata/UnicodeData.txt: Update to Unicode 5.1.
1409 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
1411         * unidata/unidata-gen.el (unidata-prop-alist):
1412         Fix typo in description of `numeric-value'.
1413         (unidata-put-character): Fix typo in error message.
1415 2008-02-21  Glenn Morris  <rgm@gnu.org>
1417         * notes/unicode, notes/font-backend: New files, split off from
1418         README.unicode.
1420 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
1422         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
1423         being used in latin1-disp.el.  Remove the problem of
1424         cp-supported-codepages.  Remove the problem of lost changelog for
1425         ps-prin1.ps.
1427 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
1429         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
1430         non-portable in this context.
1432         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
1433         non-portable in this context.
1435 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
1437         * unidata/makefile.w32-in (lisp): New variable.
1438         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
1439         lisp/emacs-lisp.
1441 2008-02-04  Jason Rumney  <jasonr@gnu.org>
1443         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
1445 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
1447         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
1449 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
1451         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
1453         * unidata/Makefile.in: Rename from Makefile.
1455         * unidata/makefile.w32-in: New file.
1457 2008-02-02  Jason Rumney  <jasonr@gnu.org>
1459         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
1461 2008-02-01  Kenichi Handa  <handa@m17n.org>
1463         * unidata/copyright.html: New file.
1465 2008-02-01  Kenichi Handa  <handa@m17n.org>
1467         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
1468         decomposition, if T is the same as TBase, don't include it in the
1469         returned list.
1471 2008-02-01  Kenichi Handa  <handa@m17n.org>
1473         * unidata/unidata-gen.el (unidata-text-file): Delete it.
1474         (unidata-list): Initialize to nil.
1475         (unidata-setup-list): New function.
1476         (unidata-gen-files): New optional arg unidata-text-file.
1477         If it's nil, set unidata-text-file to the left command line arg.
1478         Call unidate-setup-list at first.
1480         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
1481         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
1483 2008-02-01  Kenichi Handa  <handa@m17n.org>
1485         * unidata/unidata-gen.el: Fix comment typo.
1486         Change string-to-int to string-to-number.
1487         (unidata-text-file): Define to .../unidata.txt.
1488         (unidata-list): Just insert unidata-text-file.
1489         (unidata-get-decomposition): Handle Hangul decomposition.
1490         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
1492         * unidata/Makefile (unidata.txt): New target.
1493         (charprop.el): Depends on unidata.txt.
1494         (clean): Remove unidata.txt.
1496 2008-02-01  Kenichi Handa  <handa@m17n.org>
1498         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
1499         (unidata-get-name): Handle U+110B.
1501 2008-02-01  Kenichi Handa  <handa@m17n.org>
1503         Sub-directory `unidata' is for codes to generate charprop.el and
1504         many other uni-*.el files from `UnicodeData.txt'.
1506         * Unidata/README: New file.
1508         * unidata/Makefile: New file.
1510         * unidata/unidata-gen.el: New file.
1512         * unidata/UnicodeData.txt: New file.  Copied from
1513         http://www.unicode.org on 2006-05-23.
1515         * unidata/.cvsignore: New file.
1517 2008-02-01  Kenichi Handa  <handa@m17n.org>
1519         * charsets/.cvsignore: New file.
1521         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
1523         * charsets/Makefile (all): Rename target from charsets.
1524         Depend on ${TRANS_TABLE}.
1525         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
1526         Generate from cns2ucsdkw.txt.
1527         (install): Copy updated files only.
1529 2008-02-02  Kenichi Handa  <handa@m17n.org>
1531         * charsets/cp932.awk: Append user-defined area of CP932.
1533 2008-02-02  Kenichi Handa  <handa@m17n.org>
1535         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1536         0x2299 to 0x29BF.
1538 2008-02-01  Kenichi Handa  <handa@m17n.org>
1540         * charsets/Makefile (TRANS_TABLE): New macro.
1541         (JISX0208.map): Convert 0x2015 to 0x2014.
1542         (cp51932.el): New target.
1543         (eucjp-ms.el): New target.
1544         (install): Include ${TRANS_TABLE}.
1545         (CJK): Include JISX213A.map.
1546         (JISX213A.map): New target.
1548         * charsets/eucjp-ms.awk: New file.
1550         * charsets/cp51932.awk: New file.
1552 2008-02-01  Kenichi Handa  <handa@m17n.org>
1554         * charsets/cp932.awk: New file.
1556         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
1558         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1559         running an awk program.
1561 2008-02-01  Kenichi Handa  <handa@m17n.org>
1563         * charsets/mapconv: Handle UNICODE2.
1565         * charsets/Makefile (CJK): Include CP932-2BYTE.map.
1566         (CP932-2BYTE.map): New target.
1568 2008-02-01  Kenichi Handa  <handa@m17n.org>
1570         * charsets: New directory for scripts to generate charset map
1571         files in ../etc/charsets/.
1573         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
1574         * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
1575         * charsets/kuten.awk: New files.
1577 2008-01-08  Glenn Morris  <rgm@gnu.org>
1579         * admin.el (set-version): Add doc/man/emacs.1.
1581 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1583         * notes/copyright:
1584         * MAINTAINERS: Remove references to files that have been removed.
1586 2008-01-04  Glenn Morris  <rgm@gnu.org>
1588         * admin.el (set-copyright): Add lib-src/ebrowse.c.
1590 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1592         * CPP-DEFINES: New file.
1594 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1596         * FOR-RELEASE: Remove "window-system in face definition" [of
1597         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
1598         on gnus-dired.el.
1600 2007-12-05  Glenn Morris  <rgm@gnu.org>
1602         * admin.el (set-version): Handle configure.in.  Adapt for doc/
1603         directory layout for manuals.
1605 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1607         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
1608         been fixed in Gnus CVS but have not yet been synched to Emacs.
1610 2007-11-17  Glenn Morris  <rgm@gnu.org>
1612         * admin.el (process-lines): Move to ../lisp/subr.el.
1614 2007-10-23  Glenn Morris  <rgm@gnu.org>
1616         * MAINTAINERS: Move here from ../.
1618 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
1620         * make-emacs: Doc fix.
1622 2007-08-28  Glenn Morris  <rgm@gnu.org>
1624         * admin.el: Provide self.
1626 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
1628         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
1630 2007-07-25  Glenn Morris  <rgm@gnu.org>
1632         * Relicense all FSF files to GPLv3 or later.
1634 2007-06-07  Glenn Morris  <rgm@gnu.org>
1636         * admin.el (set-copyright): New function.
1638 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
1640         * make-tarball.txt: Add note about cutting the branch.
1642 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1644         * Version 22.1 released.
1646 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
1648         * nt/makedist.bat: Change EOL format to DOS.  Don't use
1649         redirection characters in REM lines.
1651 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
1653         * FOR-RELEASE: Removed Gtk/Xft issue.
1655 2007-01-01  Miles Bader  <miles@gnu.org>
1657         * quick-install-emacs (get_config_var): Deal with weird magic
1658         string inserted by recent versions of autoconf.
1660 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
1662         * admin.el (set-version): Set version number in
1663         lib-src/makefile.w32-in.
1665 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1667         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1668         due to a local miss-configuration.
1670 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
1672         * make-announcement (OLD): Remove LEIM references in announcement
1673         since it is now built-in.
1675 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1677         * admin.el (set-version): Set version numbers in "mac" subdirectory.
1679 2006-10-03  Kenichi Handa  <handa@m17n.org>
1681         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1683 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
1685         * FOR-RELEASE: Elisp manual checking completed.
1687 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1689         * FOR-RELEASE: Update refcard section.
1691 2006-07-14  Kim F. Storm  <storm@cua.dk>
1693         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1695 2006-07-09  Kim F. Storm  <storm@cua.dk>
1697         * README: Use outline format.  Add FOR-RELEASE.
1699 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
1701         * FOR-RELEASE: Checking of info.texi done.
1703 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
1705         * FOR-RELEASE: Update refcard section.
1707 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
1709         * FOR-RELEASE: Update refcard section.
1711 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1713         * FOR-RELEASE: Key sequence elisp node done.
1715 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1717         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
1719 2006-05-21  Chong Yidong  <cyd@mit.edu>
1721         * FOR-RELEASE: point-entered /point-left bug fixed.
1723 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1725         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1726         entry.
1728 2006-05-06  Bill Wohler  <wohler@newt.com>
1730         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1731         about it.
1733 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
1735         * ./* (Copyright): Updated Copyright year(s).
1737 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1739         * FOR-RELEASE (BUGS): Add URLs/MIDs.
1741 2006-02-20  Kim F. Storm  <storm@cua.dk>
1743         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1744         Rework how fringe bitmaps are defined and used.
1745         Currently, bitmap usage and bitmap appearance are "mixed-up" in a
1746         one-level representation.  It would be cleaner to split the
1747         representation into a two-level model where first level maps
1748         bitmap usage to a bitmap name, and second level maps bitmap name to
1749         a bitmap appearance.
1751 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
1753         * FOR-RELEASE: String allocation bugs fixed.
1755 2005-12-13  Bill Wohler  <wohler@newt.com>
1757         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1759 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1761         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1762         completing-read-multiple, mail-extract-address-components,
1763         mail-mode, quail-define-package, save-buffer and
1764         ucs-set-table-for-input from doc strings item (Done).
1766 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
1768         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
1770 2005-11-11  Kim F. Storm  <storm@cua.dk>
1772         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1773         when displaying a non-breaking space in an overlay string.
1775 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1777         * FOR-RELEASE: Init file change implemented.
1779 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
1781         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1783 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
1785         * FOR-RELEASE (New features): max-image-size implemented.
1786         (Bugs): split-window done, by Kim F. Storm.
1788 2005-10-17  Bill Wohler  <wohler@newt.com>
1790         * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1791         since it's gone.  Also marked mh-e as done.
1793 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
1795         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1796         libraries on Windows (Done).
1798 2005-10-01  Jason Rumney  <jasonr@gnu.org>
1800         * admin.el (set-version): Set version numbers in nt/emacs.rc.
1802 2005-08-31  Romain Francoise  <romain@orebokech.com>
1804         * FOR-RELEASE (New features): Remove vhdl-mode.el update
1805         item (Done).
1807 2005-08-27  Romain Francoise  <romain@orebokech.com>
1809         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1811 2005-07-04  Lute Kamstra  <lute@gnu.org>
1813         Update FSF's address in GPL notices.
1815 2005-06-10  Lute Kamstra  <lute@gnu.org>
1817         * admin.el (set-version): Set version in lisp manual too.
1818         * make-tarball.txt: Commit lispref/elisp.texi too.
1820 2005-06-04  Richard M. Stallman  <rms@gnu.org>
1822         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1823         Other cleanups.
1825 2005-04-19  Lute Kamstra  <lute@gnu.org>
1827         * make-tarball.txt: Don't commit lisp/loaddefs.el.
1829 2005-04-14  Lute Kamstra  <lute@gnu.org>
1831         * nt/makedist.bat (elfiles): Update.
1833         * admin.el (add-release-logs): Fix require call.
1835 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
1837         * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
1838         The first line of every tutorial must begin with a sentence saying
1839         "Emacs Tutorial" in the respective language.  This should be
1840         followed by "See end for copying conditions", likewise in the
1841         respective language.
1843 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
1845         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1846         Add `undo-ask-before-discard' to it.
1848 2005-03-02  Miles Bader  <miles@gnu.org>
1850         * quick-install-emacs: Only use the mkdir --verbose option if the
1851         script's --verbose option was specified (this avoids problems with
1852         default usage on systems where mkdir doesn't support that option).
1854 2005-02-15  Jason Rumney  <jasonr@gnu.org>
1856         * nt/makedist.bat: Do not rely on non-standard behavior of
1857         tar --exclude.
1859 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
1861         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1863 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
1865         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1866         Elisp manuals.
1868 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
1870         * FOR-RELEASE (Indications): Clean up and update checklists for
1871         Emacs and Elisp manuals.
1873 2004-09-11  Kim F. Storm  <storm@cua.dk>
1875         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1876         (Documentation): Add NEWS entry.
1877         Add section lists for proof-reading Emacs and Lisp manuals.
1879 2004-08-29  Kim F. Storm  <storm@cua.dk>
1881         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1883 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
1885         * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1886         (now behaves as well as other ports).
1888 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
1890         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1892 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
1894         * FOR-RELEASE: Moved here from the etc directory.
1896 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
1898         * notes/BRANCH: New file, to be maintained per CVS branch.
1900 2003-10-01  Miles Bader  <miles@gnu.org>
1902         * quick-install-emacs: Don't use "function" keyword when defining
1903         shell functions.
1905 2003-09-29  Lute Kamstra  <lute@gnu.org>
1907         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1909 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
1911         * quick-install-emacs: Remove fns-* pruning, since that file no
1912         longer seems to be generated.
1913         (AVOID): Quote literal periods.  Quote braces in a way acceptable
1914         to all parties (gawk gets bitchy about using `\').
1916 2003-08-19  Miles Bader  <miles@gnu.org>
1918         * quick-install-emacs: Add arch-specific ignored files to
1919         quick-install-emacs.  Use quoting for periods that's acceptable
1920         to recent versions of gawk.
1922 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1924         * cus-test.el: Remove obsolete workaround.
1926 2003-04-22  Andrew Innes  <andrewi@gnu.org>
1928         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1929         emacs.exe before zipping, and including batch file to recreate
1930         after unpacking.
1932         * nt/stitch.bat: New file.
1934         * nt/README-ftp-server: Update wording and version number etc.
1935         Add extra instructions for installing multi-file .zip
1936         distribution.
1938         * nt/README.W32: Remove personal email address and update wording.
1940         * nt/README-UNDUMP.W32: Remove personal email address and update
1941         wording.
1943 2003-02-10  Francesco Potortì  <pot@gnu.org>
1945         * make-changelog-diff: New script, code stolen from make-announcement.
1947         * make-announcement: Use make-changelog-diff.
1949 2003-01-20  Francesco Potortì  <pot@gnu.org>
1951         * make-tarball.txt: Step-by-step instructions for making a tarball.
1953         * make-announcement: A script for creating pretest announcements.
1955 2003-01-17  Francesco Potortì  <pot@gnu.org>
1957         * admin.el (add-release-logs): Expand the directory name before
1958         calling find(1).
1959         (add-release-logs): Use the same methods as add-log.el for writing
1960         the date and the user's name and address.
1962 2003-01-07  Miles Bader  <miles@gnu.org>
1964         * quick-install-emacs: Unset LANG etc. to avoid non-standard
1965         command output from non-C locales.
1967 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
1969         * cus-test.el: Extended and reorganized.  There are now 4 tests
1970         which can be run in batch mode.  See the Commentary section.
1972 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
1974         * cus-test.el: New file.
1976 2002-05-27  Miles Bader  <miles@gnu.org>
1978         * quick-install-emacs (VERSION): Calculate using the same method
1979         that configure.in uses.
1981 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
1983         * emacs-pretesters: New file with information for Emacs
1984         pretesters.
1986 2002-03-22  Paul Eggert  <eggert@twinsun.com>
1988         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1989         POSIX 1003.1-2001 disallows both usages.
1991 2002-02-11  Andrew Innes  <andrewi@gnu.org>
1993         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1995 2002-01-24  Andrew Innes  <andrewi@gnu.org>
1997         * nt/README.W32: Remove unnecessary version number and date
1998         references.
2000         * nt/README-UNDUMP.W32: Ditto.
2002 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
2004         * make-emacs: Add --trace-move.
2006 2001-10-23  Andrew Innes  <andrewi@gnu.org>
2008         * nt/makedist.bat: Remove remaining obsolete reference to
2009         GETTING.GNU.SOFTWARE.
2011 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
2013         * admin.el (set-version): Use `s' interactive spec for
2014         version number.
2016 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2018         * (Version 21.1 released.)
2020 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2022         * admin.el (add-release-logs): Put the log entry in lispref, too.
2024 2001-10-20  Miles Bader  <miles@gnu.org>
2026         * quick-install-emacs: Exit if we can't find some variable.
2027         (AVOID): Add .orig & .rej files.
2028         (get_config_var): Be more liberal about format of config.status
2029         sed commands.
2031 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
2033         * admin.el: New file.
2035         * build-configs: Add --help option.  Add support for building
2036         in arbitrary source trees.
2038 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
2040         * alloc-colors.c: New file.
2042 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
2044         * make-emacs: Add --boot switch for bootstrapping.  Logs to
2045         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
2047 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
2049         * Branch for 21.1.
2051 2001-09-04  Andrew Innes  <andrewi@gnu.org>
2053         * admin/nt/makedist.bat: Remove reference to obsolete file
2054         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
2055         version of tar used.
2057 ;; Local Variables:
2058 ;; coding: utf-8
2059 ;; End:
2061   Copyright (C) 2001-2013 Free Software Foundation, Inc.
2063   This file is part of GNU Emacs.
2065   GNU Emacs is free software: you can redistribute it and/or modify
2066   it under the terms of the GNU General Public License as published by
2067   the Free Software Foundation, either version 3 of the License, or
2068   (at your option) any later version.
2070   GNU Emacs is distributed in the hope that it will be useful,
2071   but WITHOUT ANY WARRANTY; without even the implied warranty of
2072   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2073   GNU General Public License for more details.
2075   You should have received a copy of the GNU General Public License
2076   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.