Merge from emacs-24
[emacs/old-mirror.git] / admin / ChangeLog
bloba62a9723cb7a3d46002062f695b9e13dac9d6edd
1 2012-07-17  Eli Zaretskii  <eliz@gnu.org>
3         * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
5 2012-07-17  Chong Yidong  <cyd@gnu.org>
7         * Version 24.1 released.
8 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
10         Assume mkdir, perror, rename, rmdir, strerror.
11         * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
12         (HAVE_STRERROR, strerror):
13         Remove.
15 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
17         * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
18         to XCDR and consistently use CONSP in the list iteration loops.
19         * coccinelle/vector_contents.cocci: Fix indentation.
21 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23         * bzrmerge.el: Use cl-lib.
25 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27         Rename configure.in to configure.ac (Bug#11603).
28         * admin.el (set-version):
29         * quick-install-emacs (VERSION):
30         Get version number from configure.ac, not configure.in.
32 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
34         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
35         * merge-gnulib (GNULIB_MODULES): Add c-strcase.
37 2012-07-05  Dmitry Antipov  <dmantipov@yandex.ru>
39         * coccinelle/xzalloc.cocci: Semantic patch to convert
40         calls to xmalloc with following memset to xzalloc.
42 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
44         * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
46 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
48         * coccinelle/build_string.cocci: Semantic patch
49         to convert from make_string to build_string.
51 2012-06-24  Dmitry Antipov  <dmantipov@yandex.ru>
53         First Coccinelle semantic patch.
54         * coccinelle: New subdirectory
55         * coccinelle/README: Documentation stub.
56         * coccinelle/vector_contents.cocci: Semantic patch to replace direct
57         access to `contents' member of Lisp_Vector objects with AREF and ASET
58         where appropriate.
60 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
62         Support higher-resolution time stamps (Bug#9000).
63         * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
64         gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
65         timespec-sub, utimens.
66         (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
67         This trims down the gnulib import, from the very latest gnulib.
68         Emacs does its own implementation of 'select' and 'sigprocmask'
69         on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
70         hosts, so it doesn't need these modules.
71         Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
72         these gnulib modules are only for Windows porting and Emacs ports
73         to Windows in a different way.
75 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
77         * make-emacs: Rename --union-type to --check-lisp-type.
78         Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
79         * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
80         USE_LISP_UNION_TYPE.
82 2012-06-03  Glenn Morris  <rgm@gnu.org>
84         * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
86 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
88         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
89         * make-tarball.txt: Don't worry about maintainer mode.
91 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
93         * CPP-DEFINES: Remove HAVE_SYSINFO.
95 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
97         Assume gnulib does largefile.
98         * merge-gnulib (GNULIB_MODULES): Add largefile.
100 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
102         Remove src/m/*.
103         * CPP-DEFINES: Do not mention src/m/*.h.
104         (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
105         (BITS_PER_SHORT, BITS_PER_INT): Remove.
106         * MAINTAINERS: Remove src/m/.
108 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
110         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
111         * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
113         Assume C89 or later.
114         * CPP-DEFINES: Remove NULL, const.
116         Make merging from gnulib a script, not a makefile action.
117         * merge-gnulib: New script, with actions moved here from
118         ../Makefile.in.
120 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
122         * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
124         * CPP-DEFINES (HAVE_FTIME): Remove.
126 2012-05-02  Glenn Morris  <rgm@gnu.org>
128         * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
130 2012-04-10  Glenn Morris  <rgm@gnu.org>
132         * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
134         * unidata/Makefile.in: Add FSF copyright.
135         Make it use autoconf features, and work for out-of-tree builds.
137 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
139         * unidata/README:
140         * unidata/copyright.html:
141         * unidata/BidiMirroring.txt:
142         * unidata/UnicodeData.txt: Update for the latest version 6.1 of
143         the Unicode Standard.
145 2012-02-16  Kenichi Handa  <handa@m17n.org>
147         * unidata/unidata-gen.el (unidata-prop-alist): Change the default
148         values of name and old-name to nil.
149         (unidata-get-name): Return nil for the default value.
151 2012-02-11  Glenn Morris  <rgm@gnu.org>
153         * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
154         (cusver-check): New functions.
156 2012-01-19  Glenn Morris  <rgm@gnu.org>
158         * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
159         "skip?" question, since there can be multiple such for any revision.
161 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
163         * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
164         updated and checked.
166 2011-11-26  Andreas Schwab  <schwab@linux-m68k.org>
168         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
169         Avoid warning about old-style backquote.
171         * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
172         in regexp.
173         (wisent-make-parsers): Likewise.  Quote `.'.
175         * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
176         in regexp.
177         (bovine-make-parsers): Likewise.  Quote `.'.
179 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
181         * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
183 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
185         * admin.el (manual-dvi): Fix typo.
187 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
189         * nt/README-ftp-server: Update the information about PNG libraries.
191 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
193         * make-emacs: Fix typo.
195 2011-11-07  Juanma Barranquero  <lekktu@gmail.com>
197         * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
199 2011-10-31  David Engster  <deng@randomsample.de>
201         * grammars/bovine-grammar.el: Avoid using old-style backquotes.
203 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
205         * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
206         running Emacs on Windows 9X.
208 2011-09-26  Chong Yidong  <cyd@stupidchicken.com>
210         * admin.el (set-version): Fix regexps for config.nt and
211         sed2v2.inp.
213 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
215         Merge from gnulib (Bug#9169).
216         * notes/copyright: The files compile, config.guess, config.sub,
217         depcomp, install-sh, missing, and move-if-change are now in the
218         new build-aux subdirectory.  The files arg-nonnull.h, c++defs.h,
219         and warn-on-use.h are now in build-aux/snippets.  New file
220         build-aux/snippets/_Noreturn.h.
222 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
224         * unidata/unidata-gen.el (unidata-prop-alist): Update the default
225         values of bidi-class according to DerivedBidiClass.txt from the
226         latest UCD.
228 2011-08-23  Kenichi Handa  <handa@m17n.org>
230         * unidata/unidata-gen.el (unidata-prop-alist): Provide default
231         values for name, general-category, canonical-combining-class,
232         mirrored, and bidi-class.  Describe the meaning of value nil for
233         decimal-digit-value, digit-value, numeric-value, uppercase,
234         lowercase, titlecase, and mirroring.
235         (unidata-gen-table): Handle the case that default-value is a
236         list.  Set default values of characters not listed in a table.
237         (unidata-get-name): Return an empty string if a value in a
238         char-table is nil.
239         (unidata-get-decomposition): Return a list of character itself if
240         a value in a char-table is nil.
242 2011-08-15  Eli Zaretskii  <eliz@gnu.org>
244         * unidata/bidimirror.awk: File removed.
246         * unidata/biditype.awk: File removed.
248         * unidata/makefile.w32-in (all): Remove src/biditype.h and
249         src/bidimirror.h.
250         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
252         * unidata/Makefile.in (all): Remove src/biditype.h and
253         src/bidimirror.h.
254         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
256 2011-07-07  Juanma Barranquero  <lekktu@gmail.com>
258         * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
259         Duplicate change in Makefile.in (revno:105007).
261 2011-07-06  Kenichi Handa  <handa@m17n.org>
263         * unidata/unidata-gen.el (unidata-dir): New variable.
264         (unidata-setup-list): Expand unidata-text-file in unidata-dir.
265         (unidata-prop-alist): INDEX element may be a function.
266         New optional element VAL-LIST (for general-category and bidi-class).
267         New entry `mirroring'.
268         (unidata-prop-default, unidata-prop-val-list): New subst.
269         (unidata-get-character, unidata-put-character): Delete them.
270         (unidata-gen-table-character): New arg IGNORE.  Adjusted for the
271         above changes.
272         (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
273         (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
274         Delete them.
275         (unidata-encode-val): Assume that the first element of VAL-LIST is
276         a cons (nil . 0).
277         (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
278         Always store the encoded value.
279         (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
280         Set the 1st and the 2nd extra slots to index numbers for C
281         functions.
282         (unidata-gen-table-integer): Likewise.
283         (unidata-gen-table-numeric): Likewise.
284         (unidata-gen-table-name): New arg IGNORE.
285         (unidata-gen-table-decomposition): Likewise.
286         (unidata-describe-general-category): Add the case nil to the
287         description alist.
288         (unidata-gen-mirroring-list): New function.
289         (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
290         unidata-prop-alist.  Handle the case of storing multiple
291         char-tables in a file.
293         * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
294         unidata-gen-files.
296 2011-05-21  Glenn Morris  <rgm@gnu.org>
298         * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
300 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
302         * Version 23.3 released.
304 2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
306         * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
308 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
310         * admin.el (set-version): Add msdos/sed2v2.inp.
312 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
314         Remove no-longer needed getloadavg symbols.
315         * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
316         (LDAV_SYMBOL): Remove.
318 2011-02-12  Glenn Morris  <rgm@gnu.org>
320         * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
322 2011-02-05  Glenn Morris  <rgm@gnu.org>
324         * bzrmerge.el (bzrmerge-warning-buffer): New constant.
325         (bzrmerge-apply): Use it.
326         (bzrmerge): Kill any old warning buffer first.
328 2011-02-03  Glenn Morris  <rgm@gnu.org>
330         * bzrmerge.el (bzrmerge-buffer): New constant.
331         (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
332         (bzrmerge-missing): If nothing to do, return nil not (nil).
333         (bzrmerge-apply): Remove odd character from message.
334         (bzrmerge): Give status messages.
336 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
338         * admin.el (set-version): Remove lib-src/makefile.w32-in.
339         Add nt/config.nt.
341 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
343         src/emacs.c now gets version number from configure.in
344         * admin.el (set-version): Don't update src/emacs.c.
345         * quick-install-emacs (VERSION): Get it from configure.in, not from
346         src/emacs.c.
348 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
350         strftime: import from gnulib
351         * notes/copyright: strftime.c moved from src to lib.
353 2011-01-25  Glenn Morris  <rgm@gnu.org>
355         * bzrmerge.el (bzrmerge-skip-regexp): New variable.
356         (bzrmerge-missing): Use it.
358 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
360         * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
361         rather than doing rm and autoconf by hand.  See
362         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
364 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
366         * notes/bzr (Installing changes from gnulib): New section.
367         Need for this suggested by Stefan Monnier.
369 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
372         an inconsistent state.
374 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
376         Update copyright notes to match recent gnulib-related changes.
377         * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
378         arg-nonnull.h, c++defs.h, compile, depcomp, missing,
379         warn-on-use.h, lib/*.[ch], lib/gnulib.mk.  Remove src/mktime.c,
380         lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
381         are subsumed by the lib/*.[ch] rule).  Remove m4/getopt.m4 (now
382         subsumed by m4/*.m4 rule).  config.guess, config.sub, and
383         doc/man/texinfo.tex are now copied in from gnulib.
385 2011-01-15  Glenn Morris  <rgm@gnu.org>
387         * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
389         * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
390         (bzrmerge-resolve): Also ignore cl-loaddefs.el.
392 2011-01-14  Glenn Morris  <rgm@gnu.org>
394         * admin.el (set-copyright): Also handle \year in refcards/*.tex.
396 2011-01-14  Glenn Morris  <rgm@gnu.org>
398         * bzrmerge.el: Require cl when compiling.
399         (bzrmerge-merges): Doc fix.
401 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
403         * notes/copyright: There's only one install-sh, not two, so fix a
404         typo claiming that there's two.  Add move-if-change to the list of
405         GPL files imported from gnulib.
407 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
409         * notes/copyright: Report status more accurately for non-GPL files.
410         Report copyright status more accurately for mkinstalldirs,
411         configure, m4/getopt.m4, and msdos/sed*.inp.
413 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
415         * nt/README.W32: Update the information about PNG support libraries.
416         (Bug#7716)
418 2010-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
420         * bzrmerge.el: New file to help merge branches while skipping
421         some revisions (e.g. from emacs-23 to trunk).
423 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
425         * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
427 2010-10-12  Glenn Morris  <rgm@gnu.org>
429         * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
431 2010-10-09  Glenn Morris  <rgm@gnu.org>
433         * admin.el (set-version): Add doc/emacs/emacsver.texi.
435 2010-10-09  Glenn Morris  <rgm@gnu.org>
437         * admin.el (set-version): No need to act on doc/ files any more.
439         * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
441 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
443         * unidata/BidiMirroring.txt: Update from
444         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
446         * unidata/UnicodeData.txt: Update from
447         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
449 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
451         * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
453 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
455         * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
457 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
459         * admin.el: Write version number to nt/makefile.w32-in.
460         * nt/makedist.bat: Remove; replaced with `zipdist.bat'
461         in the nt/ directory.
462         * nt/README.W32: Relocate to nt/ directory.
464 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
466         * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
468 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
470         * MAINTAINERS: Update my responsibilities.
472 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
474         * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
475         (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
476         Remove.
478 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
480         * unidata/bidimirror.awk: New file.
482         * unidata/BidiMirroring.txt: New file from
483         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
485         * unidata/Makefile.in (../../src/bidimirror.h): New target.
486         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
488         * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
489         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
491         * unidata/biditype.awk: New file.
493         * unidata/Makefile.in (../../src/biditype.h): New target.
495         * unidata/makefile.w32-in (../../src/biditype.h): New target.
497 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
499         * unidata/UnicodeData.txt: Update from
500         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
502 2010-05-27  Glenn Morris  <rgm@gnu.org>
504         * quick-install-emacs (AVOID): No more Makefile.c files.
506         * notes/cpp: Remove file.
508 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
510         * admin.el (set-version, set-copyright): Update emacs.c instead of
511         version.el.
513         * make-tarball.txt: Update filename list in step 6.
515         * quick-install-emacs: Scan emacs.c instead of version.el for
516         version string.
518 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
520         * Version 23.2 released.
522 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
524         * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
526 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
528         * Branch for 23.2.
530 2010-03-10  Miles Bader  <miles@gnu.org>
532         * quick-install-emacs: Use more portable shell syntax.
534         * quick-install-emacs (AVOID): Be more picky about files we avoid
535         installing.
537 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
539         * quick-install-emacs (PRUNED): Fix typo in message.
541 2010-01-20  Glenn Morris  <rgm@gnu.org>
543         * revdiff: Remove file that only works with CVS, and isn't really
544         needed with Bazaar (given the in-built revision options of bzr diff).
546 2010-01-12  Glenn Morris  <rgm@gnu.org>
548         * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
549         than emacs-pretest-bug for bug reports for development versions.
551 2009-11-06  Kenichi Handa  <handa@m17n.org>
553         * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
554         that the block data and the following per-char data fall into the
555         same char-table leaf.
557 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
559         * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
561 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
563         * unidata/.gitignore: New file.
565 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
567         * notes/bugtracker: How to reassign a bug to a list of packages.
569         * notes/newfile: Details of how to check for problems with DOS 8+3
570         file-name restrictions.
572 2009-08-18  Glenn Morris  <rgm@gnu.org>
574         * notes/newfile: New file.
576 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
578         * make-tarball.txt: Add a note about bumping the value of
579         customize-changed-options-previous-release.
581 2009-06-24  Kenichi Handa  <handa@m17n.org>
583         * charsets/mapconv: For the Unicode format files, do reverse sort
584         and don't compact the map.  This is to prefer the first one in the
585         duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
587 2009-06-12  Kenichi Handa  <handa@m17n.org>
589         * charsets/Makefile (JISX213A.map): Make it depend on
590         mapfiles/JISX213A.map.gz.
591         (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
593         * charsets/mapfiles/JISX213A.map.gz: New file.
595         * charsets/mapfiles/README: Describe JISX213A.map.gz.
597 2009-06-12  Kenichi Handa  <handa@m17n.org>
599         * charsets/mapfiles/*: New files.
601         * charsets/mule-charsets.el: Mostly re-written to generate all
602         MULE-*.map files.
604         * charsets/mapconv: Mostly re-written to handle "gzip"ed input
605         files.
607         * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
608         EUC-JP-MS.
610         * charsets/cp51932.awk (END): Print arch-tag at the tail.
612         * charsets/Makefile: Maps depend on files under mapfiles or
613         ${GLIBC_CHARMAPS}.
615 2009-04-21  Kenichi Handa  <handa@m17n.org>
617         * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
618         change.
620 2009-04-17  Kenichi Handa  <handa@m17n.org>
622         * unidata/unidata-gen.el (unidata-get-decomposition):
623         Adjust Hangle decomposition rule to Unicode.
625 2009-04-09  Kenichi Handa  <handa@m17n.org>
627         * unidata/unidata-gen.el (unidata-describe-decomposition):
628         Return a string with a composition property to disable combining
629         characters being composed.
631 2009-03-11  Miles Bader  <miles@gnu.org>
633         * quick-install-emacs: Be more clever about locating info directory.
635 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
637         * nt/README.W32: Fix typos.
639 2009-02-23  Jason Rumney  <jasonr@gnu.org>
641         * nt/README-ftp-server: Update for 23.0.91.
643         * nt/README.W32: Remove ever expanding versions of Windows.
644         Shorten FAQ URL.  Remove mention of obsolete lock directory.
645         Windows distribution now bin and barebin only.  Add note about
646         SVG support.  Remove old tar and gzip problem workarounds.
647         Use new (22.x) -Q option.  Report all bugs through bug tracker.
649         * nt/README-UNDUMP.W32: Modify for barebin distribution, as
650         undumped distribution no longer exists.
652 2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
654         * nt/README.W32: Fix typo.  (Bug#2207)
656 2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
658         * admin.el (set-version): Remove deleted file ns-emacs.texi.
660 2008-12-02  Kenichi Handa  <handa@m17n.org>
662         * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
663         `decomposition' property adjusted.
664         (unidata-split-decomposition): Don't include surrounding "<" and
665         ">" in a symbol name.
667 2008-12-01  Kenichi Handa  <handa@m17n.org>
669         * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
670         property generator to unidata-gen-table-numeric.  Docstring adjusted.
671         (unidata-get-numeric, unidata-put-numeric)
672         (unidata-gen-table-numeric): New functions.
673         (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
675 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
677         * notes/documentation: Add notes about Antinews.
679 2008-10-23  Glenn Morris  <rgm@gnu.org>
681         * admin.el (set-version): Add doc/misc/ns-emacs.texi.
682         Add/tweak some nextstep/ entries.
684 2008-09-19  Kenichi Handa  <handa@m17n.org>
686         * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
687         positions.
689 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
691         * CPP-DEFINES: Add USER_FULL_NAME.
693 2008-08-16  Jason Rumney  <jasonr@gnu.org>
695         * admin.el (set-version): Set version in nt/emacsclient.rc.
697 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
699         * nt/dump.bat: Fix mixed EOLs.
701 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
703         * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
705 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
707         * CPP-DEFINES: Add defines for accessing system processes.
709 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
711         * make-tarball.txt:
712         * admin.el:
713         * FOR-RELEASE:
714         * CPP-DEFINES: Remove mentions of Mac Carbon.
716 2008-07-16  Glenn Morris  <rgm@gnu.org>
718         * admin.el (set-version, set-copyright): Add nextstep/ files.
720 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
722         * CPP-DEFINES: Add NS port related defines.
724 2008-06-16  Glenn Morris  <rgm@gnu.org>
726         * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
727         doc/lispref/book-spine.texinfo.
729 2008-06-15  Glenn Morris  <rgm@gnu.org>
731         * admin.el (set-version): Add doc/misc/faq.texi.
733 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
735         * FOR-RELEASE: Remove Windows problem about the XPM image library
736         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
738 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
740         * unidata/UnicodeData.txt: Update to Unicode 5.1.
742 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
744         * unidata/unidata-gen.el (unidata-prop-alist):
745         Fix typo in description of `numeric-value'.
746         (unidata-put-character): Fix typo in error message.
748 2008-02-21  Glenn Morris  <rgm@gnu.org>
750         * notes/unicode, notes/font-backend: New files, split off from
751         README.unicode.
753 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
755         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
756         being used in latin1-disp.el.  Remove the problem of
757         cp-supported-codepages.  Remove the problem of lost changelog for
758         ps-prin1.ps.
760 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
762         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
763         non-portable in this context.
765         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
766         non-portable in this context.
768 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
770         * unidata/makefile.w32-in (lisp): New variable.
771         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
772         lisp/emacs-lisp.
774 2008-02-04  Jason Rumney  <jasonr@gnu.org>
776         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
778 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
780         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
782 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
784         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
786         * unidata/Makefile.in: Rename from Makefile.
788         * unidata/makefile.w32-in: New file.
790 2008-02-02  Jason Rumney  <jasonr@gnu.org>
792         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
794 2008-02-01  Kenichi Handa  <handa@m17n.org>
796         * unidata/copyright.html: New file.
798 2008-02-01  Kenichi Handa  <handa@m17n.org>
800         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
801         decomposition, if T is the same as TBase, don't include it in the
802         returned list.
804 2008-02-01  Kenichi Handa  <handa@m17n.org>
806         * unidata/unidata-gen.el (unidata-text-file): Delete it.
807         (unidata-list): Initialize to nil.
808         (unidata-setup-list): New function.
809         (unidata-gen-files): New optional arg unidata-text-file.
810         If it's nil, set unidata-text-file to the left command line arg.
811         Call unidate-setup-list at first.
813         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
814         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
816 2008-02-01  Kenichi Handa  <handa@m17n.org>
818         * unidata/unidata-gen.el: Fix comment typo.
819         Change string-to-int to string-to-number.
820         (unidata-text-file): Define to .../unidata.txt.
821         (unidata-list): Just insert unidata-text-file.
822         (unidata-get-decomposition): Handle Hangul decomposition.
823         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
825         * unidata/Makefile (unidata.txt): New target.
826         (charprop.el): Depends on unidata.txt.
827         (clean): Remove unidata.txt.
829 2008-02-01  Kenichi Handa  <handa@m17n.org>
831         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
832         (unidata-get-name): Handle U+110B.
834 2008-02-01  Kenichi Handa  <handa@m17n.org>
836         Sub-directory `unidata' is for codes to generate charprop.el and
837         many other uni-*.el files from `UnicodeData.txt'.
839         * Unidata/README: New file.
841         * unidata/Makefile: New file.
843         * unidata/unidata-gen.el: New file.
845         * unidata/UnicodeData.txt: New file.  Copied from
846         http://www.unicode.org on 2006-05-23.
848         * unidata/.cvsignore: New file.
850 2008-02-01  Kenichi Handa  <handa@m17n.org>
852         * charsets/.cvsignore: New file.
854         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
856         * charsets/Makefile (all): Rename target from charsets.
857         Depend on ${TRANS_TABLE}.
858         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
859         Generate from cns2ucsdkw.txt.
860         (install): Copy updated files only.
862 2008-02-02  Kenichi Handa  <handa@m17n.org>
864         * charsets/cp932.awk: Append user-defined area of CP932.
866 2008-02-02  Kenichi Handa  <handa@m17n.org>
868         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
869         0x2299 to 0x29BF.
871 2008-02-01  Kenichi Handa  <handa@m17n.org>
873         * charsets/Makefile (TRANS_TABLE): New macro.
874         (JISX0208.map): Convert 0x2015 to 0x2014.
875         (cp51932.el): New target.
876         (eucjp-ms.el): New target.
877         (install): Include ${TRANS_TABLE}.
878         (CJK): Include JISX213A.map.
879         (JISX213A.map): New target.
881         * charsets/eucjp-ms.awk: New file.
883         * charsets/cp51932.awk: New file.
885 2008-02-01  Kenichi Handa  <handa@m17n.org>
887         * charsets/cp932.awk: New file.
889         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
891         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
892         running an awk program.
894 2008-02-01  Kenichi Handa  <handa@m17n.org>
896         * charsets/mapconv: Handle UNICODE2.
898         * charsets/Makefile (CJK): Include CP932-2BYTE.map.
899         (CP932-2BYTE.map): New target.
901 2008-02-01  Kenichi Handa  <handa@m17n.org>
903         * charsets: New directory for scripts to generate charset map
904         files in ../etc/charsets/.
906         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
907         * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
908         * charsets/kuten.awk: New files.
910 2008-01-08  Glenn Morris  <rgm@gnu.org>
912         * admin.el (set-version): Add doc/man/emacs.1.
914 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
916         * notes/copyright:
917         * MAINTAINERS: Remove references to files that have been removed.
919 2008-01-04  Glenn Morris  <rgm@gnu.org>
921         * admin.el (set-copyright): Add lib-src/ebrowse.c.
923 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
925         * CPP-DEFINES: New file.
927 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
929         * FOR-RELEASE: Remove "window-system in face definition" [of
930         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
931         on gnus-dired.el.
933 2007-12-05  Glenn Morris  <rgm@gnu.org>
935         * admin.el (set-version): Handle configure.in.  Adapt for doc/
936         directory layout for manuals.
938 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
940         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
941         been fixed in Gnus CVS but have not yet been synched to Emacs.
943 2007-11-17  Glenn Morris  <rgm@gnu.org>
945         * admin.el (process-lines): Move to ../lisp/subr.el.
947 2007-10-23  Glenn Morris  <rgm@gnu.org>
949         * MAINTAINERS: Move here from ../.
951 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
953         * make-emacs: Doc fix.
955 2007-08-28  Glenn Morris  <rgm@gnu.org>
957         * admin.el: Provide self.
959 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
961         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
963 2007-07-25  Glenn Morris  <rgm@gnu.org>
965         * Relicense all FSF files to GPLv3 or later.
967 2007-06-07  Glenn Morris  <rgm@gnu.org>
969         * admin.el (set-copyright): New function.
971 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
973         * make-tarball.txt: Add note about cutting the branch.
975 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
977         * Version 22.1 released.
979 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
981         * nt/makedist.bat: Change EOL format to DOS.  Don't use
982         redirection characters in REM lines.
984 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
986         * FOR-RELEASE: Removed Gtk/Xft issue.
988 2007-01-01  Miles Bader  <miles@gnu.org>
990         * quick-install-emacs (get_config_var): Deal with weird magic
991         string inserted by recent versions of autoconf.
993 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
995         * admin.el (set-version): Set version number in
996         lib-src/makefile.w32-in.
998 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1000         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1001         due to a local miss-configuration.
1003 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
1005         * make-announcement (OLD): Remove LEIM references in announcement
1006         since it is now built-in.
1008 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1010         * admin.el (set-version): Set version numbers in "mac" subdirectory.
1012 2006-10-03  Kenichi Handa  <handa@m17n.org>
1014         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1016 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
1018         * FOR-RELEASE: Elisp manual checking completed.
1020 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1022         * FOR-RELEASE: Update refcard section.
1024 2006-07-14  Kim F. Storm  <storm@cua.dk>
1026         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1028 2006-07-09  Kim F. Storm  <storm@cua.dk>
1030         * README: Use outline format.  Add FOR-RELEASE.
1032 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
1034         * FOR-RELEASE: Checking of info.texi done.
1036 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
1038         * FOR-RELEASE: Update refcard section.
1040 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
1042         * FOR-RELEASE: Update refcard section.
1044 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1046         * FOR-RELEASE: Key sequence elisp node done.
1048 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1050         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
1052 2006-05-21  Chong Yidong  <cyd@mit.edu>
1054         * FOR-RELEASE: point-entered /point-left bug fixed.
1056 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1058         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1059         entry.
1061 2006-05-06  Bill Wohler  <wohler@newt.com>
1063         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1064         about it.
1066 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
1068         * ./* (Copyright): Updated Copyright year(s).
1070 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1072         * FOR-RELEASE (BUGS): Add URLs/MIDs.
1074 2006-02-20  Kim F. Storm  <storm@cua.dk>
1076         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1077         Rework how fringe bitmaps are defined and used.
1078         Currently, bitmap usage and bitmap appearance are "mixed-up" in a
1079         one-level representation.  It would be cleaner to split the
1080         representation into a two-level model where first level maps
1081         bitmap usage to a bitmap name, and second level maps bitmap name to
1082         a bitmap appearance.
1084 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
1086         * FOR-RELEASE: String allocation bugs fixed.
1088 2005-12-13  Bill Wohler  <wohler@newt.com>
1090         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1092 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1094         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1095         completing-read-multiple, mail-extract-address-components,
1096         mail-mode, quail-define-package, save-buffer and
1097         ucs-set-table-for-input from doc strings item (Done).
1099 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
1101         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
1103 2005-11-11  Kim F. Storm  <storm@cua.dk>
1105         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1106         when displaying a non-breaking space in an overlay string.
1108 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1110         * FOR-RELEASE: Init file change implemented.
1112 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
1114         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1116 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
1118         * FOR-RELEASE (New features): max-image-size implemented.
1119         (Bugs): split-window done, by Kim F. Storm.
1121 2005-10-17  Bill Wohler  <wohler@newt.com>
1123         * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1124         since it's gone.  Also marked mh-e as done.
1126 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
1128         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1129         libraries on Windows (Done).
1131 2005-10-01  Jason Rumney  <jasonr@gnu.org>
1133         * admin.el (set-version): Set version numbers in nt/emacs.rc.
1135 2005-08-31  Romain Francoise  <romain@orebokech.com>
1137         * FOR-RELEASE (New features): Remove vhdl-mode.el update
1138         item (Done).
1140 2005-08-27  Romain Francoise  <romain@orebokech.com>
1142         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1144 2005-07-04  Lute Kamstra  <lute@gnu.org>
1146         Update FSF's address in GPL notices.
1148 2005-06-10  Lute Kamstra  <lute@gnu.org>
1150         * admin.el (set-version): Set version in lisp manual too.
1151         * make-tarball.txt: Commit lispref/elisp.texi too.
1153 2005-06-04  Richard M. Stallman  <rms@gnu.org>
1155         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1156         Other cleanups.
1158 2005-04-19  Lute Kamstra  <lute@gnu.org>
1160         * make-tarball.txt: Don't commit lisp/loaddefs.el.
1162 2005-04-14  Lute Kamstra  <lute@gnu.org>
1164         * nt/makedist.bat (elfiles): Update.
1166         * admin.el (add-release-logs): Fix require call.
1168 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
1170         * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
1171         The first line of every tutorial must begin with a sentence saying
1172         "Emacs Tutorial" in the respective language.  This should be
1173         followed by "See end for copying conditions", likewise in the
1174         respective language.
1176 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
1178         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1179         Add `undo-ask-before-discard' to it.
1181 2005-03-02  Miles Bader  <miles@gnu.org>
1183         * quick-install-emacs: Only use the mkdir --verbose option if the
1184         script's --verbose option was specified (this avoids problems with
1185         default usage on systems where mkdir doesn't support that option).
1187 2005-02-15  Jason Rumney  <jasonr@gnu.org>
1189         * nt/makedist.bat: Do not rely on non-standard behavior of
1190         tar --exclude.
1192 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
1194         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1196 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
1198         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1199         Elisp manuals.
1201 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
1203         * FOR-RELEASE (Indications): Clean up and update checklists for
1204         Emacs and Elisp manuals.
1206 2004-09-11  Kim F. Storm  <storm@cua.dk>
1208         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1209         (Documentation): Add NEWS entry.
1210         Add section lists for proof-reading Emacs and Lisp manuals.
1212 2004-08-29  Kim F. Storm  <storm@cua.dk>
1214         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1216 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
1218         * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1219         (now behaves as well as other ports).
1221 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
1223         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1225 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
1227         * FOR-RELEASE: Moved here from the etc directory.
1229 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
1231         * notes/BRANCH: New file, to be maintained per CVS branch.
1233 2003-10-01  Miles Bader  <miles@gnu.org>
1235         * quick-install-emacs: Don't use "function" keyword when defining
1236         shell functions.
1238 2003-09-29  Lute Kamstra  <lute@gnu.org>
1240         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1242 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
1244         * quick-install-emacs: Remove fns-* pruning, since that file no
1245         longer seems to be generated.
1246         (AVOID): Quote literal periods.  Quote braces in a way acceptable
1247         to all parties (gawk gets bitchy about using `\').
1249 2003-08-19  Miles Bader  <miles@gnu.org>
1251         * quick-install-emacs: Add arch-specific ignored files to
1252         quick-install-emacs.  Use quoting for periods that's acceptable
1253         to recent versions of gawk.
1255 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1257         * cus-test.el: Remove obsolete workaround.
1259 2003-04-22  Andrew Innes  <andrewi@gnu.org>
1261         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1262         emacs.exe before zipping, and including batch file to recreate
1263         after unpacking.
1265         * nt/stitch.bat: New file.
1267         * nt/README-ftp-server: Update wording and version number etc.
1268         Add extra instructions for installing multi-file .zip
1269         distribution.
1271         * nt/README.W32: Remove personal email address and update wording.
1273         * nt/README-UNDUMP.W32: Remove personal email address and update
1274         wording.
1276 2003-02-10  Francesco Potortì  <pot@gnu.org>
1278         * make-changelog-diff: New script, code stolen from make-announcement.
1280         * make-announcement: Use make-changelog-diff.
1282 2003-01-20  Francesco Potortì  <pot@gnu.org>
1284         * make-tarball.txt: Step-by-step instructions for making a tarball.
1286         * make-announcement: A script for creating pretest announcements.
1288 2003-01-17  Francesco Potortì  <pot@gnu.org>
1290         * admin.el (add-release-logs): Expand the directory name before
1291         calling find(1).
1292         (add-release-logs): Use the same methods as add-log.el for writing
1293         the date and the user's name and address.
1295 2003-01-07  Miles Bader  <miles@gnu.org>
1297         * quick-install-emacs: Unset LANG etc. to avoid non-standard
1298         command output from non-C locales.
1300 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
1302         * cus-test.el: Extended and reorganized.  There are now 4 tests
1303         which can be run in batch mode.  See the Commentary section.
1305 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
1307         * cus-test.el: New file.
1309 2002-05-27  Miles Bader  <miles@gnu.org>
1311         * quick-install-emacs (VERSION): Calculate using the same method
1312         that configure.in uses.
1314 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
1316         * emacs-pretesters: New file with information for Emacs
1317         pretesters.
1319 2002-03-22  Paul Eggert  <eggert@twinsun.com>
1321         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1322         POSIX 1003.1-2001 disallows both usages.
1324 2002-02-11  Andrew Innes  <andrewi@gnu.org>
1326         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1328 2002-01-24  Andrew Innes  <andrewi@gnu.org>
1330         * nt/README.W32: Remove unnecessary version number and date
1331         references.
1333         * nt/README-UNDUMP.W32: Ditto.
1335 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
1337         * make-emacs: Add --trace-move.
1339 2001-10-23  Andrew Innes  <andrewi@gnu.org>
1341         * nt/makedist.bat: Remove remaining obsolete reference to
1342         GETTING.GNU.SOFTWARE.
1344 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
1346         * admin.el (set-version): Use `s' interactive spec for
1347         version number.
1349 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1351         * (Version 21.1 released.)
1353 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1355         * admin.el (add-release-logs): Put the log entry in lispref, too.
1357 2001-10-20  Miles Bader  <miles@gnu.org>
1359         * quick-install-emacs: Exit if we can't find some variable.
1360         (AVOID): Add .orig & .rej files.
1361         (get_config_var): Be more liberal about format of config.status
1362         sed commands.
1364 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
1366         * admin.el: New file.
1368         * build-configs: Add --help option.  Add support for building
1369         in arbitrary source trees.
1371 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1373         * alloc-colors.c: New file.
1375 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
1377         * make-emacs: Add --boot switch for bootstrapping.  Logs to
1378         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1380 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1382         * Branch for 21.1.
1384 2001-09-04  Andrew Innes  <andrewi@gnu.org>
1386         * admin/nt/makedist.bat: Remove reference to obsolete file
1387         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
1388         version of tar used.
1390 ;; Local Variables:
1391 ;; coding: utf-8
1392 ;; End:
1394   Copyright (C) 2001-2012 Free Software Foundation, Inc.
1396   This file is part of GNU Emacs.
1398   GNU Emacs is free software: you can redistribute it and/or modify
1399   it under the terms of the GNU General Public License as published by
1400   the Free Software Foundation, either version 3 of the License, or
1401   (at your option) any later version.
1403   GNU Emacs is distributed in the hope that it will be useful,
1404   but WITHOUT ANY WARRANTY; without even the implied warranty of
1405   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1406   GNU General Public License for more details.
1408   You should have received a copy of the GNU General Public License
1409   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.