Reduce use of (require 'cl).
[emacs.git] / admin / ChangeLog
blob6c5b1342d329f2e37f104b120503200abb5e7808
1 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * bzrmerge.el: Use cl-lib.
5 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
7         Rename configure.in to configure.ac (Bug#11603).
8         * admin.el (set-version):
9         * quick-install-emacs (VERSION):
10         Get version number from configure.ac, not configure.in.
12 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
15         * merge-gnulib (GNULIB_MODULES): Add c-strcase.
17 2012-07-05  Dmitry Antipov  <dmantipov@yandex.ru>
19         * coccinelle/xzalloc.cocci: Semantic patch to convert
20         calls to xmalloc with following memset to xzalloc.
22 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
24         * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
26 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
28         * coccinelle/build_string.cocci: Semantic patch
29         to convert from make_string to build_string.
31 2012-06-24  Dmitry Antipov  <dmantipov@yandex.ru>
33         First Coccinelle semantic patch.
34         * coccinelle: New subdirectory
35         * coccinelle/README: Documentation stub.
36         * coccinelle/vector_contents.cocci: Semantic patch to replace direct
37         access to `contents' member of Lisp_Vector objects with AREF and ASET
38         where appropriate.
40 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
42         Support higher-resolution time stamps (Bug#9000).
43         * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
44         gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
45         timespec-sub, utimens.
46         (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
47         This trims down the gnulib import, from the very latest gnulib.
48         Emacs does its own implementation of 'select' and 'sigprocmask'
49         on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
50         hosts, so it doesn't need these modules.
51         Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
52         these gnulib modules are only for Windows porting and Emacs ports
53         to Windows in a different way.
55 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
57         * make-emacs: Rename --union-type to --check-lisp-type.
58         Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
59         * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
60         USE_LISP_UNION_TYPE.
62 2012-06-03  Glenn Morris  <rgm@gnu.org>
64         * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
66 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
68         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
69         * make-tarball.txt: Don't worry about maintainer mode.
71 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
73         * CPP-DEFINES: Remove HAVE_SYSINFO.
75 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
77         Assume gnulib does largefile.
78         * merge-gnulib (GNULIB_MODULES): Add largefile.
80 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
82         Remove src/m/*.
83         * CPP-DEFINES: Do not mention src/m/*.h.
84         (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
85         (BITS_PER_SHORT, BITS_PER_INT): Remove.
86         * MAINTAINERS: Remove src/m/.
88 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
90         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
91         * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
93         Assume C89 or later.
94         * CPP-DEFINES: Remove NULL, const.
96         Make merging from gnulib a script, not a makefile action.
97         * merge-gnulib: New script, with actions moved here from
98         ../Makefile.in.
100 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
102         * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
104         * CPP-DEFINES (HAVE_FTIME): Remove.
106 2012-05-02  Glenn Morris  <rgm@gnu.org>
108         * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
110 2012-04-10  Glenn Morris  <rgm@gnu.org>
112         * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
114         * unidata/Makefile.in: Add FSF copyright.
115         Make it use autoconf features, and work for out-of-tree builds.
117 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
119         * unidata/README:
120         * unidata/copyright.html:
121         * unidata/BidiMirroring.txt:
122         * unidata/UnicodeData.txt: Update for the latest version 6.1 of
123         the Unicode Standard.
125 2012-02-16  Kenichi Handa  <handa@m17n.org>
127         * unidata/unidata-gen.el (unidata-prop-alist): Change the default
128         values of name and old-name to nil.
129         (unidata-get-name): Return nil for the default value.
131 2012-02-11  Glenn Morris  <rgm@gnu.org>
133         * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
134         (cusver-check): New functions.
136 2012-01-19  Glenn Morris  <rgm@gnu.org>
138         * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
139         "skip?" question, since there can be multiple such for any revision.
141 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
143         * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
144         updated and checked.
146 2011-11-26  Andreas Schwab  <schwab@linux-m68k.org>
148         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
149         Avoid warning about old-style backquote.
151         * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
152         in regexp.
153         (wisent-make-parsers): Likewise.  Quote `.'.
155         * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
156         in regexp.
157         (bovine-make-parsers): Likewise.  Quote `.'.
159 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
161         * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
163 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
165         * admin.el (manual-dvi): Fix typo.
167 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
169         * nt/README-ftp-server: Update the information about PNG libraries.
171 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
173         * make-emacs: Fix typo.
175 2011-11-07  Juanma Barranquero  <lekktu@gmail.com>
177         * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
179 2011-10-31  David Engster  <deng@randomsample.de>
181         * grammars/bovine-grammar.el: Avoid using old-style backquotes.
183 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
185         * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
186         running Emacs on Windows 9X.
188 2011-09-26  Chong Yidong  <cyd@stupidchicken.com>
190         * admin.el (set-version): Fix regexps for config.nt and
191         sed2v2.inp.
193 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
195         Merge from gnulib (Bug#9169).
196         * notes/copyright: The files compile, config.guess, config.sub,
197         depcomp, install-sh, missing, and move-if-change are now in the
198         new build-aux subdirectory.  The files arg-nonnull.h, c++defs.h,
199         and warn-on-use.h are now in build-aux/snippets.  New file
200         build-aux/snippets/_Noreturn.h.
202 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
204         * unidata/unidata-gen.el (unidata-prop-alist): Update the default
205         values of bidi-class according to DerivedBidiClass.txt from the
206         latest UCD.
208 2011-08-23  Kenichi Handa  <handa@m17n.org>
210         * unidata/unidata-gen.el (unidata-prop-alist): Provide default
211         values for name, general-category, canonical-combining-class,
212         mirrored, and bidi-class.  Describe the meaning of value nil for
213         decimal-digit-value, digit-value, numeric-value, uppercase,
214         lowercase, titlecase, and mirroring.
215         (unidata-gen-table): Handle the case that default-value is a
216         list.  Set default values of characters not listed in a table.
217         (unidata-get-name): Return an empty string if a value in a
218         char-table is nil.
219         (unidata-get-decomposition): Return a list of character itself if
220         a value in a char-table is nil.
222 2011-08-15  Eli Zaretskii  <eliz@gnu.org>
224         * unidata/bidimirror.awk: File removed.
226         * unidata/biditype.awk: File removed.
228         * unidata/makefile.w32-in (all): Remove src/biditype.h and
229         src/bidimirror.h.
230         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
232         * unidata/Makefile.in (all): Remove src/biditype.h and
233         src/bidimirror.h.
234         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
236 2011-07-07  Juanma Barranquero  <lekktu@gmail.com>
238         * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
239         Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
241 2011-07-06  Kenichi Handa  <handa@m17n.org>
243         * unidata/unidata-gen.el (unidata-dir): New variable.
244         (unidata-setup-list): Expand unidata-text-file in unidata-dir.
245         (unidata-prop-alist): INDEX element may be a function.
246         New optional element VAL-LIST (for general-category and bidi-class).
247         New entry `mirroring'.
248         (unidata-prop-default, unidata-prop-val-list): New subst.
249         (unidata-get-character, unidata-put-character): Delete them.
250         (unidata-gen-table-character): New arg IGNORE.  Adjusted for the
251         above changes.
252         (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
253         (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
254         Delete them.
255         (unidata-encode-val): Assume that the first element of VAL-LIST is
256         a cons (nil . 0).
257         (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
258         Always store the encoded value.
259         (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
260         Set the 1st and the 2nd extra slots to index numbers for C
261         functions.
262         (unidata-gen-table-integer): Likewise.
263         (unidata-gen-table-numeric): Likewise.
264         (unidata-gen-table-name): New arg IGNORE.
265         (unidata-gen-table-decomposition): Likewise.
266         (unidata-describe-general-category): Add the case nil to the
267         description alist.
268         (unidata-gen-mirroring-list): New function.
269         (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
270         unidata-prop-alist.  Handle the case of storing multiple
271         char-tables in a file.
273         * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
274         unidata-gen-files.
276 2011-05-21  Glenn Morris  <rgm@gnu.org>
278         * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
280 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
282         * Version 23.3 released.
284 2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
286         * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
288 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
290         * admin.el (set-version): Add msdos/sed2v2.inp.
292 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
294         Remove no-longer needed getloadavg symbols.
295         * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
296         (LDAV_SYMBOL): Remove.
298 2011-02-12  Glenn Morris  <rgm@gnu.org>
300         * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
302 2011-02-05  Glenn Morris  <rgm@gnu.org>
304         * bzrmerge.el (bzrmerge-warning-buffer): New constant.
305         (bzrmerge-apply): Use it.
306         (bzrmerge): Kill any old warning buffer first.
308 2011-02-03  Glenn Morris  <rgm@gnu.org>
310         * bzrmerge.el (bzrmerge-buffer): New constant.
311         (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
312         (bzrmerge-missing): If nothing to do, return nil not (nil).
313         (bzrmerge-apply): Remove odd character from message.
314         (bzrmerge): Give status messages.
316 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
318         * admin.el (set-version): Remove lib-src/makefile.w32-in.
319         Add nt/config.nt.
321 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
323         src/emacs.c now gets version number from configure.in
324         * admin.el (set-version): Don't update src/emacs.c.
325         * quick-install-emacs (VERSION): Get it from configure.in, not from
326         src/emacs.c.
328 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
330         strftime: import from gnulib
331         * notes/copyright: strftime.c moved from src to lib.
333 2011-01-25  Glenn Morris  <rgm@gnu.org>
335         * bzrmerge.el (bzrmerge-skip-regexp): New variable.
336         (bzrmerge-missing): Use it.
338 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
340         * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
341         rather than doing rm and autoconf by hand.  See
342         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
344 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
346         * notes/bzr (Installing changes from gnulib): New section.
347         Need for this suggested by Stefan Monnier.
349 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
351         * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
352         an inconsistent state.
354 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
356         Update copyright notes to match recent gnulib-related changes.
357         * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
358         arg-nonnull.h, c++defs.h, compile, depcomp, missing,
359         warn-on-use.h, lib/*.[ch], lib/gnulib.mk.  Remove src/mktime.c,
360         lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
361         are subsumed by the lib/*.[ch] rule).  Remove m4/getopt.m4 (now
362         subsumed by m4/*.m4 rule).  config.guess, config.sub, and
363         doc/man/texinfo.tex are now copied in from gnulib.
365 2011-01-15  Glenn Morris  <rgm@gnu.org>
367         * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
369         * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
370         (bzrmerge-resolve): Also ignore cl-loaddefs.el.
372 2011-01-14  Glenn Morris  <rgm@gnu.org>
374         * admin.el (set-copyright): Also handle \year in refcards/*.tex.
376 2011-01-14  Glenn Morris  <rgm@gnu.org>
378         * bzrmerge.el: Require cl when compiling.
379         (bzrmerge-merges): Doc fix.
381 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
383         * notes/copyright: There's only one install-sh, not two, so fix a
384         typo claiming that there's two.  Add move-if-change to the list of
385         GPL files imported from gnulib.
387 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
389         * notes/copyright: Report status more accurately for non-GPL files.
390         Report copyright status more accurately for mkinstalldirs,
391         configure, m4/getopt.m4, and msdos/sed*.inp.
393 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
395         * nt/README.W32: Update the information about PNG support libraries.
396         (Bug#7716)
398 2010-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
400         * bzrmerge.el: New file to help merge branches while skipping
401         some revisions (e.g. from emacs-23 to trunk).
403 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
405         * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
407 2010-10-12  Glenn Morris  <rgm@gnu.org>
409         * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
411 2010-10-09  Glenn Morris  <rgm@gnu.org>
413         * admin.el (set-version): Add doc/emacs/emacsver.texi.
415 2010-10-09  Glenn Morris  <rgm@gnu.org>
417         * admin.el (set-version): No need to act on doc/ files any more.
419         * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
421 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
423         * unidata/BidiMirroring.txt: Update from
424         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
426         * unidata/UnicodeData.txt: Update from
427         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
429 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
431         * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
433 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
435         * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
437 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
439         * admin.el: Write version number to nt/makefile.w32-in.
440         * nt/makedist.bat: Remove; replaced with `zipdist.bat'
441         in the nt/ directory.
442         * nt/README.W32: Relocate to nt/ directory.
444 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
446         * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
448 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
450         * MAINTAINERS: Update my responsibilities.
452 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
454         * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
455         (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
456         Remove.
458 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
460         * unidata/bidimirror.awk: New file.
462         * unidata/BidiMirroring.txt: New file from
463         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
465         * unidata/Makefile.in (../../src/bidimirror.h): New target.
466         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
468         * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
469         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
471         * unidata/biditype.awk: New file.
473         * unidata/Makefile.in (../../src/biditype.h): New target.
475         * unidata/makefile.w32-in (../../src/biditype.h): New target.
477 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
479         * unidata/UnicodeData.txt: Update from
480         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
482 2010-05-27  Glenn Morris  <rgm@gnu.org>
484         * quick-install-emacs (AVOID): No more Makefile.c files.
486         * notes/cpp: Remove file.
488 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
490         * admin.el (set-version, set-copyright): Update emacs.c instead of
491         version.el.
493         * make-tarball.txt: Update filename list in step 6.
495         * quick-install-emacs: Scan emacs.c instead of version.el for
496         version string.
498 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
500         * Version 23.2 released.
502 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
504         * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
506 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
508         * Branch for 23.2.
510 2010-03-10  Miles Bader  <miles@gnu.org>
512         * quick-install-emacs: Use more portable shell syntax.
514         * quick-install-emacs (AVOID): Be more picky about files we avoid
515         installing.
517 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
519         * quick-install-emacs (PRUNED): Fix typo in message.
521 2010-01-20  Glenn Morris  <rgm@gnu.org>
523         * revdiff: Remove file that only works with CVS, and isn't really
524         needed with Bazaar (given the in-built revision options of bzr diff).
526 2010-01-12  Glenn Morris  <rgm@gnu.org>
528         * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
529         than emacs-pretest-bug for bug reports for development versions.
531 2009-11-06  Kenichi Handa  <handa@m17n.org>
533         * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
534         that the block data and the following per-char data fall into the
535         same char-table leaf.
537 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
539         * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
541 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
543         * unidata/.gitignore: New file.
545 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
547         * notes/bugtracker: How to reassign a bug to a list of packages.
549         * notes/newfile: Details of how to check for problems with DOS 8+3
550         file-name restrictions.
552 2009-08-18  Glenn Morris  <rgm@gnu.org>
554         * notes/newfile: New file.
556 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
558         * make-tarball.txt: Add a note about bumping the value of
559         customize-changed-options-previous-release.
561 2009-06-24  Kenichi Handa  <handa@m17n.org>
563         * charsets/mapconv: For the Unicode format files, do reverse sort
564         and don't compact the map.  This is to prefer the first one in the
565         duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
567 2009-06-12  Kenichi Handa  <handa@m17n.org>
569         * charsets/Makefile (JISX213A.map): Make it depend on
570         mapfiles/JISX213A.map.gz.
571         (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
573         * charsets/mapfiles/JISX213A.map.gz: New file.
575         * charsets/mapfiles/README: Describe JISX213A.map.gz.
577 2009-06-12  Kenichi Handa  <handa@m17n.org>
579         * charsets/mapfiles/*: New files.
581         * charsets/mule-charsets.el: Mostly re-written to generate all
582         MULE-*.map files.
584         * charsets/mapconv: Mostly re-written to handle "gzip"ed input
585         files.
587         * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
588         EUC-JP-MS.
590         * charsets/cp51932.awk (END): Print arch-tag at the tail.
592         * charsets/Makefile: Maps depend on files under mapfiles or
593         ${GLIBC_CHARMAPS}.
595 2009-04-21  Kenichi Handa  <handa@m17n.org>
597         * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
598         change.
600 2009-04-17  Kenichi Handa  <handa@m17n.org>
602         * unidata/unidata-gen.el (unidata-get-decomposition):
603         Adjust Hangle decomposition rule to Unicode.
605 2009-04-09  Kenichi Handa  <handa@m17n.org>
607         * unidata/unidata-gen.el (unidata-describe-decomposition):
608         Return a string with a composition property to disable combining
609         characters being composed.
611 2009-03-11  Miles Bader  <miles@gnu.org>
613         * quick-install-emacs: Be more clever about locating info directory.
615 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
617         * nt/README.W32: Fix typos.
619 2009-02-23  Jason Rumney  <jasonr@gnu.org>
621         * nt/README-ftp-server: Update for 23.0.91
623         * nt/README.W32: Remove ever expanding versions of Windows.
624         Shorten FAQ URL.  Remove mention of obsolete lock directory.
625         Windows distribution now bin and barebin only.  Add note about
626         SVG support.  Remove old tar and gzip problem workarounds.
627         Use new (22.x) -Q option.  Report all bugs through bug tracker.
629         * nt/README-UNDUMP.W32: Modify for barebin distribution, as
630         undumped distribution no longer exists.
632 2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
634         * nt/README.W32: Fix typo.  (Bug#2207)
636 2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
638         * admin.el (set-version): Remove deleted file ns-emacs.texi.
640 2008-12-02  Kenichi Handa  <handa@m17n.org>
642         * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
643         `decomposition' property adjusted.
644         (unidata-split-decomposition): Don't include surrounding "<" and
645         ">" in a symbol name.
647 2008-12-01  Kenichi Handa  <handa@m17n.org>
649         * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
650         property generator to unidata-gen-table-numeric.  Docstring adjusted.
651         (unidata-get-numeric, unidata-put-numeric)
652         (unidata-gen-table-numeric): New functions.
653         (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
655 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
657         * notes/documentation: Add notes about Antinews.
659 2008-10-23  Glenn Morris  <rgm@gnu.org>
661         * admin.el (set-version): Add doc/misc/ns-emacs.texi.
662         Add/tweak some nextstep/ entries.
664 2008-09-19  Kenichi Handa  <handa@m17n.org>
666         * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
667         positions.
669 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
671         * CPP-DEFINES: Add USER_FULL_NAME.
673 2008-08-16  Jason Rumney  <jasonr@gnu.org>
675         * admin.el (set-version): Set version in nt/emacsclient.rc.
677 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
679         * nt/dump.bat: Fix mixed EOLs.
681 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
683         * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
685 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
687         * CPP-DEFINES: Add defines for accessing system processes.
689 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
691         * make-tarball.txt:
692         * admin.el:
693         * FOR-RELEASE:
694         * CPP-DEFINES: Remove mentions of Mac Carbon.
696 2008-07-16  Glenn Morris  <rgm@gnu.org>
698         * admin.el (set-version, set-copyright): Add nextstep/ files.
700 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
702         * CPP-DEFINES: Add NS port related defines.
704 2008-06-16  Glenn Morris  <rgm@gnu.org>
706         * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
707         doc/lispref/book-spine.texinfo.
709 2008-06-15  Glenn Morris  <rgm@gnu.org>
711         * admin.el (set-version): Add doc/misc/faq.texi.
713 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
715         * FOR-RELEASE: Remove Windows problem about the XPM image library
716         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
718 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
720         * unidata/UnicodeData.txt: Update to Unicode 5.1.
722 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
724         * unidata/unidata-gen.el (unidata-prop-alist):
725         Fix typo in description of `numeric-value'.
726         (unidata-put-character): Fix typo in error message.
728 2008-02-21  Glenn Morris  <rgm@gnu.org>
730         * notes/unicode, notes/font-backend: New files, split off from
731         README.unicode.
733 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
735         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
736         being used in latin1-disp.el.  Remove the problem of
737         cp-supported-codepages.  Remove the problem of lost changelog for
738         ps-prin1.ps.
740 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
742         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
743         non-portable in this context.
745         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
746         non-portable in this context.
748 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
750         * unidata/makefile.w32-in (lisp): New variable.
751         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
752         lisp/emacs-lisp.
754 2008-02-04  Jason Rumney  <jasonr@gnu.org>
756         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
758 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
760         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
762 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
764         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
766         * unidata/Makefile.in: Rename from Makefile.
768         * unidata/makefile.w32-in: New file.
770 2008-02-02  Jason Rumney  <jasonr@gnu.org>
772         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
774 2008-02-01  Kenichi Handa  <handa@m17n.org>
776         * unidata/copyright.html: New file.
778 2008-02-01  Kenichi Handa  <handa@m17n.org>
780         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
781         decomposition, if T is the same as TBase, don't include it in the
782         returned list.
784 2008-02-01  Kenichi Handa  <handa@m17n.org>
786         * unidata/unidata-gen.el (unidata-text-file): Delete it.
787         (unidata-list): Initialize to nil.
788         (unidata-setup-list): New function.
789         (unidata-gen-files): New optional arg unidata-text-file.
790         If it's nil, set unidata-text-file to the left command line arg.
791         Call unidate-setup-list at first.
793         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
794         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
796 2008-02-01  Kenichi Handa  <handa@m17n.org>
798         * unidata/unidata-gen.el: Fix comment typo.
799         Change string-to-int to string-to-number.
800         (unidata-text-file): Define to .../unidata.txt.
801         (unidata-list): Just insert unidata-text-file.
802         (unidata-get-decomposition): Handle Hangul decomposition.
803         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
805         * unidata/Makefile (unidata.txt): New target.
806         (charprop.el): Depends on unidata.txt.
807         (clean): Remove unidata.txt.
809 2008-02-01  Kenichi Handa  <handa@m17n.org>
811         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
812         (unidata-get-name): Handle U+110B.
814 2008-02-01  Kenichi Handa  <handa@m17n.org>
816         Sub-directory `unidata' is for codes to generate charprop.el and
817         many other uni-*.el files from `UnicodeData.txt'.
819         * Unidata/README: New file.
821         * unidata/Makefile: New file.
823         * unidata/unidata-gen.el: New file.
825         * unidata/UnicodeData.txt: New file.  Copied from
826         http://www.unicode.org on 2006-05-23.
828         * unidata/.cvsignore: New file.
830 2008-02-01  Kenichi Handa  <handa@m17n.org>
832         * charsets/.cvsignore: New file.
834         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
836         * charsets/Makefile (all): Rename target from charsets.
837         Depend on ${TRANS_TABLE}.
838         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
839         Generate from cns2ucsdkw.txt.
840         (install): Copy updated files only.
842 2008-02-02  Kenichi Handa  <handa@m17n.org>
844         * charsets/cp932.awk: Append user-defined area of CP932.
846 2008-02-02  Kenichi Handa  <handa@m17n.org>
848         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
849         0x2299 to 0x29BF.
851 2008-02-01  Kenichi Handa  <handa@m17n.org>
853         * charsets/Makefile (TRANS_TABLE): New macro.
854         (JISX0208.map): Convert 0x2015 to 0x2014.
855         (cp51932.el): New target.
856         (eucjp-ms.el): New target.
857         (install): Include ${TRANS_TABLE}.
858         (CJK): Include JISX213A.map.
859         (JISX213A.map): New target.
861         * charsets/eucjp-ms.awk: New file.
863         * charsets/cp51932.awk: New file.
865 2008-02-01  Kenichi Handa  <handa@m17n.org>
867         * charsets/cp932.awk: New file.
869         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
871         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
872         running an awk program.
874 2008-02-01  Kenichi Handa  <handa@m17n.org>
876         * charsets/mapconv: Handle UNICODE2.
878         * charsets/Makefile (CJK): Include CP932-2BYTE.map.
879         (CP932-2BYTE.map): New target.
881 2008-02-01  Kenichi Handa  <handa@m17n.org>
883         * charsets: New directory for scripts to generate charset map
884         files in ../etc/charsets/.
886         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
887         * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
888         * charsets/kuten.awk: New files.
890 2008-01-08  Glenn Morris  <rgm@gnu.org>
892         * admin.el (set-version): Add doc/man/emacs.1.
894 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
896         * notes/copyright:
897         * MAINTAINERS: Remove references to files that have been removed.
899 2008-01-04  Glenn Morris  <rgm@gnu.org>
901         * admin.el (set-copyright): Add lib-src/ebrowse.c.
903 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
905         * CPP-DEFINES: New file.
907 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
909         * FOR-RELEASE: Remove "window-system in face definition" [of
910         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
911         on gnus-dired.el.
913 2007-12-05  Glenn Morris  <rgm@gnu.org>
915         * admin.el (set-version): Handle configure.in.  Adapt for doc/
916         directory layout for manuals.
918 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
920         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
921         been fixed in Gnus CVS but have not yet been synched to Emacs.
923 2007-11-17  Glenn Morris  <rgm@gnu.org>
925         * admin.el (process-lines): Move to ../lisp/subr.el.
927 2007-10-23  Glenn Morris  <rgm@gnu.org>
929         * MAINTAINERS: Move here from ../.
931 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
933         * make-emacs: Doc fix.
935 2007-08-28  Glenn Morris  <rgm@gnu.org>
937         * admin.el: Provide self.
939 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
941         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
943 2007-07-25  Glenn Morris  <rgm@gnu.org>
945         * Relicense all FSF files to GPLv3 or later.
947 2007-06-07  Glenn Morris  <rgm@gnu.org>
949         * admin.el (set-copyright): New function.
951 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
953         * make-tarball.txt: Add note about cutting the branch.
955 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
957         * Version 22.1 released.
959 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
961         * nt/makedist.bat: Change EOL format to DOS.  Don't use
962         redirection characters in REM lines.
964 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
966         * FOR-RELEASE: Removed Gtk/Xft issue.
968 2007-01-01  Miles Bader  <miles@gnu.org>
970         * quick-install-emacs (get_config_var): Deal with weird magic
971         string inserted by recent versions of autoconf.
973 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
975         * admin.el (set-version): Set version number in
976         lib-src/makefile.w32-in.
978 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
980         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
981         due to a local miss-configuration.
983 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
985         * make-announcement (OLD): Remove LEIM references in announcement
986         since it is now built-in.
988 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
990         * admin.el (set-version): Set version numbers in "mac" subdirectory.
992 2006-10-03  Kenichi Handa  <handa@m17n.org>
994         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
996 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
998         * FOR-RELEASE: Elisp manual checking completed.
1000 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1002         * FOR-RELEASE: Update refcard section.
1004 2006-07-14  Kim F. Storm  <storm@cua.dk>
1006         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1008 2006-07-09  Kim F. Storm  <storm@cua.dk>
1010         * README: Use outline format.  Add FOR-RELEASE.
1012 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
1014         * FOR-RELEASE: Checking of info.texi done.
1016 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
1018         * FOR-RELEASE: Update refcard section.
1020 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
1022         * FOR-RELEASE: Update refcard section.
1024 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1026         * FOR-RELEASE: Key sequence elisp node done.
1028 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1030         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
1032 2006-05-21  Chong Yidong  <cyd@mit.edu>
1034         * FOR-RELEASE: point-entered /point-left bug fixed.
1036 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1038         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1039         entry.
1041 2006-05-06  Bill Wohler  <wohler@newt.com>
1043         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1044         about it.
1046 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
1048         * ./* (Copyright): Updated Copyright year(s).
1050 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1052         * FOR-RELEASE (BUGS): Add URLs/MIDs.
1054 2006-02-20  Kim F. Storm  <storm@cua.dk>
1056         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1057         Rework how fringe bitmaps are defined and used.
1058         Currently, bitmap usage and bitmap appearance are "mixed-up" in a
1059         one-level representation.  It would be cleaner to split the
1060         representation into a two-level model where first level maps
1061         bitmap usage to a bitmap name, and second level maps bitmap name to
1062         a bitmap appearance.
1064 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
1066         * FOR-RELEASE: String allocation bugs fixed.
1068 2005-12-13  Bill Wohler  <wohler@newt.com>
1070         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1072 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1074         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1075         completing-read-multiple, mail-extract-address-components,
1076         mail-mode, quail-define-package, save-buffer and
1077         ucs-set-table-for-input from doc strings item (Done).
1079 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
1081         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
1083 2005-11-11  Kim F. Storm  <storm@cua.dk>
1085         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1086         when displaying a non-breaking space in an overlay string.
1088 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1090         * FOR-RELEASE: Init file change implemented.
1092 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
1094         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1096 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
1098         * FOR-RELEASE (New features): max-image-size implemented.
1099         (Bugs): split-window done, by Kim F. Storm.
1101 2005-10-17  Bill Wohler  <wohler@newt.com>
1103         * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1104         since it's gone.  Also marked mh-e as done.
1106 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
1108         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1109         libraries on Windows (Done).
1111 2005-10-01  Jason Rumney  <jasonr@gnu.org>
1113         * admin.el (set-version): Set version numbers in nt/emacs.rc.
1115 2005-08-31  Romain Francoise  <romain@orebokech.com>
1117         * FOR-RELEASE (New features): Remove vhdl-mode.el update
1118         item (Done).
1120 2005-08-27  Romain Francoise  <romain@orebokech.com>
1122         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1124 2005-07-04  Lute Kamstra  <lute@gnu.org>
1126         Update FSF's address in GPL notices.
1128 2005-06-10  Lute Kamstra  <lute@gnu.org>
1130         * admin.el (set-version): Set version in lisp manual too.
1131         * make-tarball.txt: Commit lispref/elisp.texi too.
1133 2005-06-04  Richard M. Stallman  <rms@gnu.org>
1135         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1136         Other cleanups.
1138 2005-04-19  Lute Kamstra  <lute@gnu.org>
1140         * make-tarball.txt: Don't commit lisp/loaddefs.el.
1142 2005-04-14  Lute Kamstra  <lute@gnu.org>
1144         * nt/makedist.bat (elfiles): Update.
1146         * admin.el (add-release-logs): Fix require call.
1148 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
1150         * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
1151         The first line of every tutorial must begin with a sentence saying
1152         "Emacs Tutorial" in the respective language.  This should be
1153         followed by "See end for copying conditions", likewise in the
1154         respective language.
1156 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
1158         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1159         Add `undo-ask-before-discard' to it.
1161 2005-03-02  Miles Bader  <miles@gnu.org>
1163         * quick-install-emacs: Only use the mkdir --verbose option if the
1164         script's --verbose option was specified (this avoids problems with
1165         default usage on systems where mkdir doesn't support that option).
1167 2005-02-15  Jason Rumney  <jasonr@gnu.org>
1169         * nt/makedist.bat: Do not rely on non-standard behavior of
1170         tar --exclude.
1172 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
1174         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1176 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
1178         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1179         Elisp manuals.
1181 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
1183         * FOR-RELEASE (Indications): Clean up and update checklists for
1184         Emacs and Elisp manuals.
1186 2004-09-11  Kim F. Storm  <storm@cua.dk>
1188         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1189         (Documentation): Add NEWS entry.
1190         Add section lists for proof-reading Emacs and Lisp manuals.
1192 2004-08-29  Kim F. Storm  <storm@cua.dk>
1194         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1196 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
1198         * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1199         (now behaves as well as other ports).
1201 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
1203         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1205 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
1207         * FOR-RELEASE: Moved here from the etc directory.
1209 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
1211         * notes/BRANCH: New file, to be maintained per CVS branch.
1213 2003-10-01  Miles Bader  <miles@gnu.org>
1215         * quick-install-emacs: Don't use "function" keyword when defining
1216         shell functions.
1218 2003-09-29  Lute Kamstra  <lute@gnu.org>
1220         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1222 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
1224         * quick-install-emacs: Remove fns-* pruning, since that file no
1225         longer seems to be generated.
1226         (AVOID): Quote literal periods.  Quote braces in a way acceptable
1227         to all parties (gawk gets bitchy about using `\').
1229 2003-08-19  Miles Bader  <miles@gnu.org>
1231         * quick-install-emacs: Add arch-specific ignored files to
1232         quick-install-emacs.  Use quoting for periods that's acceptable
1233         to recent versions of gawk.
1235 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1237         * cus-test.el: Remove obsolete workaround.
1239 2003-04-22  Andrew Innes  <andrewi@gnu.org>
1241         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1242         emacs.exe before zipping, and including batch file to recreate
1243         after unpacking.
1245         * nt/stitch.bat: New file.
1247         * nt/README-ftp-server: Update wording and version number etc.
1248         Add extra instructions for installing multi-file .zip
1249         distribution.
1251         * nt/README.W32: Remove personal email address and update wording.
1253         * nt/README-UNDUMP.W32: Remove personal email address and update
1254         wording.
1256 2003-02-10  Francesco Potortì  <pot@gnu.org>
1258         * make-changelog-diff: New script, code stolen from make-announcement.
1260         * make-announcement: Use make-changelog-diff.
1262 2003-01-20  Francesco Potortì  <pot@gnu.org>
1264         * make-tarball.txt: Step-by-step instructions for making a tarball.
1266         * make-announcement: A script for creating pretest announcements.
1268 2003-01-17  Francesco Potortì  <pot@gnu.org>
1270         * admin.el (add-release-logs): Expand the directory name before
1271         calling find(1).
1272         (add-release-logs): Use the same methods as add-log.el for writing
1273         the date and the user's name and address.
1275 2003-01-07  Miles Bader  <miles@gnu.org>
1277         * quick-install-emacs: Unset LANG etc. to avoid non-standard
1278         command output from non-C locales.
1280 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
1282         * cus-test.el: Extended and reorganized.  There are now 4 tests
1283         which can be run in batch mode.  See the Commentary section.
1285 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
1287         * cus-test.el: New file.
1289 2002-05-27  Miles Bader  <miles@gnu.org>
1291         * quick-install-emacs (VERSION): Calculate using the same method
1292         that configure.in uses.
1294 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
1296         * emacs-pretesters: New file with information for Emacs
1297         pretesters.
1299 2002-03-22  Paul Eggert  <eggert@twinsun.com>
1301         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1302         POSIX 1003.1-2001 disallows both usages.
1304 2002-02-11  Andrew Innes  <andrewi@gnu.org>
1306         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1308 2002-01-24  Andrew Innes  <andrewi@gnu.org>
1310         * nt/README.W32: Remove unnecessary version number and date
1311         references.
1313         * nt/README-UNDUMP.W32: Ditto.
1315 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
1317         * make-emacs: Add --trace-move.
1319 2001-10-23  Andrew Innes  <andrewi@gnu.org>
1321         * nt/makedist.bat: Remove remaining obsolete reference to
1322         GETTING.GNU.SOFTWARE.
1324 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
1326         * admin.el (set-version): Use `s' interactive spec for
1327         version number.
1329 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1331         * (Version 21.1 released.)
1333 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1335         * admin.el (add-release-logs): Put the log entry in lispref, too.
1337 2001-10-20  Miles Bader  <miles@gnu.org>
1339         * quick-install-emacs: Exit if we can't find some variable.
1340         (AVOID): Add .orig & .rej files.
1341         (get_config_var): Be more liberal about format of config.status
1342         sed commands.
1344 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
1346         * admin.el: New file.
1348         * build-configs: Add --help option.  Add support for building
1349         in arbitrary source trees.
1351 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1353         * alloc-colors.c: New file.
1355 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
1357         * make-emacs: Add --boot switch for bootstrapping.  Logs to
1358         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1360 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1362         * Branch for 21.1.
1364 2001-09-04  Andrew Innes  <andrewi@gnu.org>
1366         * admin/nt/makedist.bat: Remove reference to obsolete file
1367         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
1368         version of tar used.
1370 ;; Local Variables:
1371 ;; coding: utf-8
1372 ;; End:
1374   Copyright (C) 2001-2012 Free Software Foundation, Inc.
1376   This file is part of GNU Emacs.
1378   GNU Emacs is free software: you can redistribute it and/or modify
1379   it under the terms of the GNU General Public License as published by
1380   the Free Software Foundation, either version 3 of the License, or
1381   (at your option) any later version.
1383   GNU Emacs is distributed in the hope that it will be useful,
1384   but WITHOUT ANY WARRANTY; without even the implied warranty of
1385   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1386   GNU General Public License for more details.
1388   You should have received a copy of the GNU General Public License
1389   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.