* lib-src/ebrowse.c (PATH_LIST_SEPARATOR): Remove
[emacs.git] / admin / ChangeLog
blob79a55707dd45201b5c768ab495f814a9aa4a66e6
1 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
3         * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
5 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
7         Port to Solaris 8.
8         * CPP-DEFINES (WRETCODE): Remove.
10 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
12         * coccinelle/overlay.cocci: Semantic patch to replace direct
13         access to Lisp_Object members of struct Lisp_Overlay to MVAR.
15 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
17         * coccinelle/symbol.cocci: Semantic patch to replace direct
18         access to Lisp_Object members of struct Lisp_Symbol to SVAR.
20 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
22         * coccinelle/process.cocci: Semantic patch to replace direct
23         access to Lisp_Object members of struct Lisp_Process to PVAR.
25 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
27         * coccinelle/window.cocci: Semantic patch to replace direct
28         access to Lisp_Object members of struct window to WVAR.
30 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
32         * coccinelle/frame.cocci: Semantic patch to replace direct
33         access to Lisp_Object members of struct frame to FVAR.
35 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
37         Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
38         * merge-gnulib: Add environ, stdalign.
40 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
42         * coccinelle/unibyte_string.cocci: Semantic patch to convert from
43         make_unibyte_string to build_unibyte_string where appropriate.
45 2012-07-17  Eli Zaretskii  <eliz@gnu.org>
47         * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
49 2012-07-17  Chong Yidong  <cyd@gnu.org>
51         * Version 24.1 released.
53 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
55         Assume mkdir, perror, rename, rmdir, strerror.
56         * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
57         (HAVE_STRERROR, strerror):
58         Remove.
60 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
62         * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
63         to XCDR and consistently use CONSP in the list iteration loops.
64         * coccinelle/vector_contents.cocci: Fix indentation.
66 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
68         * bzrmerge.el: Use cl-lib.
70 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
72         Rename configure.in to configure.ac (Bug#11603).
73         * admin.el (set-version):
74         * quick-install-emacs (VERSION):
75         Get version number from configure.ac, not configure.in.
77 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
79         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
80         * merge-gnulib (GNULIB_MODULES): Add c-strcase.
82 2012-07-05  Dmitry Antipov  <dmantipov@yandex.ru>
84         * coccinelle/xzalloc.cocci: Semantic patch to convert
85         calls to xmalloc with following memset to xzalloc.
87 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
89         * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
91 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
93         * coccinelle/build_string.cocci: Semantic patch
94         to convert from make_string to build_string.
96 2012-06-24  Dmitry Antipov  <dmantipov@yandex.ru>
98         First Coccinelle semantic patch.
99         * coccinelle: New subdirectory
100         * coccinelle/README: Documentation stub.
101         * coccinelle/vector_contents.cocci: Semantic patch to replace direct
102         access to `contents' member of Lisp_Vector objects with AREF and ASET
103         where appropriate.
105 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
107         Support higher-resolution time stamps (Bug#9000).
108         * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
109         gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
110         timespec-sub, utimens.
111         (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
112         This trims down the gnulib import, from the very latest gnulib.
113         Emacs does its own implementation of 'select' and 'sigprocmask'
114         on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
115         hosts, so it doesn't need these modules.
116         Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
117         these gnulib modules are only for Windows porting and Emacs ports
118         to Windows in a different way.
120 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
122         * make-emacs: Rename --union-type to --check-lisp-type.
123         Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
124         * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
125         USE_LISP_UNION_TYPE.
127 2012-06-03  Glenn Morris  <rgm@gnu.org>
129         * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
131 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
133         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
134         * make-tarball.txt: Don't worry about maintainer mode.
136 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
138         * CPP-DEFINES: Remove HAVE_SYSINFO.
140 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
142         Assume gnulib does largefile.
143         * merge-gnulib (GNULIB_MODULES): Add largefile.
145 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
147         Remove src/m/*.
148         * CPP-DEFINES: Do not mention src/m/*.h.
149         (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
150         (BITS_PER_SHORT, BITS_PER_INT): Remove.
151         * MAINTAINERS: Remove src/m/.
153 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
155         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
156         * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
158         Assume C89 or later.
159         * CPP-DEFINES: Remove NULL, const.
161         Make merging from gnulib a script, not a makefile action.
162         * merge-gnulib: New script, with actions moved here from
163         ../Makefile.in.
165 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
167         * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
169         * CPP-DEFINES (HAVE_FTIME): Remove.
171 2012-05-02  Glenn Morris  <rgm@gnu.org>
173         * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
175 2012-04-10  Glenn Morris  <rgm@gnu.org>
177         * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
179         * unidata/Makefile.in: Add FSF copyright.
180         Make it use autoconf features, and work for out-of-tree builds.
182 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
184         * unidata/README:
185         * unidata/copyright.html:
186         * unidata/BidiMirroring.txt:
187         * unidata/UnicodeData.txt: Update for the latest version 6.1 of
188         the Unicode Standard.
190 2012-02-16  Kenichi Handa  <handa@m17n.org>
192         * unidata/unidata-gen.el (unidata-prop-alist): Change the default
193         values of name and old-name to nil.
194         (unidata-get-name): Return nil for the default value.
196 2012-02-11  Glenn Morris  <rgm@gnu.org>
198         * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
199         (cusver-check): New functions.
201 2012-01-19  Glenn Morris  <rgm@gnu.org>
203         * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
204         "skip?" question, since there can be multiple such for any revision.
206 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
208         * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
209         updated and checked.
211 2011-11-26  Andreas Schwab  <schwab@linux-m68k.org>
213         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
214         Avoid warning about old-style backquote.
216         * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
217         in regexp.
218         (wisent-make-parsers): Likewise.  Quote `.'.
220         * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
221         in regexp.
222         (bovine-make-parsers): Likewise.  Quote `.'.
224 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
226         * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
228 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
230         * admin.el (manual-dvi): Fix typo.
232 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
234         * nt/README-ftp-server: Update the information about PNG libraries.
236 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
238         * make-emacs: Fix typo.
240 2011-11-07  Juanma Barranquero  <lekktu@gmail.com>
242         * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
244 2011-10-31  David Engster  <deng@randomsample.de>
246         * grammars/bovine-grammar.el: Avoid using old-style backquotes.
248 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
250         * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
251         running Emacs on Windows 9X.
253 2011-09-26  Chong Yidong  <cyd@stupidchicken.com>
255         * admin.el (set-version): Fix regexps for config.nt and
256         sed2v2.inp.
258 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
260         Merge from gnulib (Bug#9169).
261         * notes/copyright: The files compile, config.guess, config.sub,
262         depcomp, install-sh, missing, and move-if-change are now in the
263         new build-aux subdirectory.  The files arg-nonnull.h, c++defs.h,
264         and warn-on-use.h are now in build-aux/snippets.  New file
265         build-aux/snippets/_Noreturn.h.
267 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
269         * unidata/unidata-gen.el (unidata-prop-alist): Update the default
270         values of bidi-class according to DerivedBidiClass.txt from the
271         latest UCD.
273 2011-08-23  Kenichi Handa  <handa@m17n.org>
275         * unidata/unidata-gen.el (unidata-prop-alist): Provide default
276         values for name, general-category, canonical-combining-class,
277         mirrored, and bidi-class.  Describe the meaning of value nil for
278         decimal-digit-value, digit-value, numeric-value, uppercase,
279         lowercase, titlecase, and mirroring.
280         (unidata-gen-table): Handle the case that default-value is a
281         list.  Set default values of characters not listed in a table.
282         (unidata-get-name): Return an empty string if a value in a
283         char-table is nil.
284         (unidata-get-decomposition): Return a list of character itself if
285         a value in a char-table is nil.
287 2011-08-15  Eli Zaretskii  <eliz@gnu.org>
289         * unidata/bidimirror.awk: File removed.
291         * unidata/biditype.awk: File removed.
293         * unidata/makefile.w32-in (all): Remove src/biditype.h and
294         src/bidimirror.h.
295         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
297         * unidata/Makefile.in (all): Remove src/biditype.h and
298         src/bidimirror.h.
299         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
301 2011-07-07  Juanma Barranquero  <lekktu@gmail.com>
303         * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
304         Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
306 2011-07-06  Kenichi Handa  <handa@m17n.org>
308         * unidata/unidata-gen.el (unidata-dir): New variable.
309         (unidata-setup-list): Expand unidata-text-file in unidata-dir.
310         (unidata-prop-alist): INDEX element may be a function.
311         New optional element VAL-LIST (for general-category and bidi-class).
312         New entry `mirroring'.
313         (unidata-prop-default, unidata-prop-val-list): New subst.
314         (unidata-get-character, unidata-put-character): Delete them.
315         (unidata-gen-table-character): New arg IGNORE.  Adjusted for the
316         above changes.
317         (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
318         (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
319         Delete them.
320         (unidata-encode-val): Assume that the first element of VAL-LIST is
321         a cons (nil . 0).
322         (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
323         Always store the encoded value.
324         (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
325         Set the 1st and the 2nd extra slots to index numbers for C
326         functions.
327         (unidata-gen-table-integer): Likewise.
328         (unidata-gen-table-numeric): Likewise.
329         (unidata-gen-table-name): New arg IGNORE.
330         (unidata-gen-table-decomposition): Likewise.
331         (unidata-describe-general-category): Add the case nil to the
332         description alist.
333         (unidata-gen-mirroring-list): New function.
334         (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
335         unidata-prop-alist.  Handle the case of storing multiple
336         char-tables in a file.
338         * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
339         unidata-gen-files.
341 2011-05-21  Glenn Morris  <rgm@gnu.org>
343         * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
345 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
347         * Version 23.3 released.
349 2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
351         * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
353 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
355         * admin.el (set-version): Add msdos/sed2v2.inp.
357 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
359         Remove no-longer needed getloadavg symbols.
360         * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
361         (LDAV_SYMBOL): Remove.
363 2011-02-12  Glenn Morris  <rgm@gnu.org>
365         * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
367 2011-02-05  Glenn Morris  <rgm@gnu.org>
369         * bzrmerge.el (bzrmerge-warning-buffer): New constant.
370         (bzrmerge-apply): Use it.
371         (bzrmerge): Kill any old warning buffer first.
373 2011-02-03  Glenn Morris  <rgm@gnu.org>
375         * bzrmerge.el (bzrmerge-buffer): New constant.
376         (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
377         (bzrmerge-missing): If nothing to do, return nil not (nil).
378         (bzrmerge-apply): Remove odd character from message.
379         (bzrmerge): Give status messages.
381 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
383         * admin.el (set-version): Remove lib-src/makefile.w32-in.
384         Add nt/config.nt.
386 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
388         src/emacs.c now gets version number from configure.in
389         * admin.el (set-version): Don't update src/emacs.c.
390         * quick-install-emacs (VERSION): Get it from configure.in, not from
391         src/emacs.c.
393 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
395         strftime: import from gnulib
396         * notes/copyright: strftime.c moved from src to lib.
398 2011-01-25  Glenn Morris  <rgm@gnu.org>
400         * bzrmerge.el (bzrmerge-skip-regexp): New variable.
401         (bzrmerge-missing): Use it.
403 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
405         * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
406         rather than doing rm and autoconf by hand.  See
407         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
409 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
411         * notes/bzr (Installing changes from gnulib): New section.
412         Need for this suggested by Stefan Monnier.
414 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
416         * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
417         an inconsistent state.
419 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
421         Update copyright notes to match recent gnulib-related changes.
422         * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
423         arg-nonnull.h, c++defs.h, compile, depcomp, missing,
424         warn-on-use.h, lib/*.[ch], lib/gnulib.mk.  Remove src/mktime.c,
425         lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
426         are subsumed by the lib/*.[ch] rule).  Remove m4/getopt.m4 (now
427         subsumed by m4/*.m4 rule).  config.guess, config.sub, and
428         doc/man/texinfo.tex are now copied in from gnulib.
430 2011-01-15  Glenn Morris  <rgm@gnu.org>
432         * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
434         * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
435         (bzrmerge-resolve): Also ignore cl-loaddefs.el.
437 2011-01-14  Glenn Morris  <rgm@gnu.org>
439         * admin.el (set-copyright): Also handle \year in refcards/*.tex.
441 2011-01-14  Glenn Morris  <rgm@gnu.org>
443         * bzrmerge.el: Require cl when compiling.
444         (bzrmerge-merges): Doc fix.
446 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
448         * notes/copyright: There's only one install-sh, not two, so fix a
449         typo claiming that there's two.  Add move-if-change to the list of
450         GPL files imported from gnulib.
452 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
454         * notes/copyright: Report status more accurately for non-GPL files.
455         Report copyright status more accurately for mkinstalldirs,
456         configure, m4/getopt.m4, and msdos/sed*.inp.
458 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
460         * nt/README.W32: Update the information about PNG support libraries.
461         (Bug#7716)
463 2010-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
465         * bzrmerge.el: New file to help merge branches while skipping
466         some revisions (e.g. from emacs-23 to trunk).
468 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
470         * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
472 2010-10-12  Glenn Morris  <rgm@gnu.org>
474         * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
476 2010-10-09  Glenn Morris  <rgm@gnu.org>
478         * admin.el (set-version): Add doc/emacs/emacsver.texi.
480 2010-10-09  Glenn Morris  <rgm@gnu.org>
482         * admin.el (set-version): No need to act on doc/ files any more.
484         * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
486 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
488         * unidata/BidiMirroring.txt: Update from
489         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
491         * unidata/UnicodeData.txt: Update from
492         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
494 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
496         * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
498 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
500         * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
502 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
504         * admin.el: Write version number to nt/makefile.w32-in.
505         * nt/makedist.bat: Remove; replaced with `zipdist.bat'
506         in the nt/ directory.
507         * nt/README.W32: Relocate to nt/ directory.
509 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
511         * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
513 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
515         * MAINTAINERS: Update my responsibilities.
517 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
519         * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
520         (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
521         Remove.
523 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
525         * unidata/bidimirror.awk: New file.
527         * unidata/BidiMirroring.txt: New file from
528         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
530         * unidata/Makefile.in (../../src/bidimirror.h): New target.
531         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
533         * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
534         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
536         * unidata/biditype.awk: New file.
538         * unidata/Makefile.in (../../src/biditype.h): New target.
540         * unidata/makefile.w32-in (../../src/biditype.h): New target.
542 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
544         * unidata/UnicodeData.txt: Update from
545         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
547 2010-05-27  Glenn Morris  <rgm@gnu.org>
549         * quick-install-emacs (AVOID): No more Makefile.c files.
551         * notes/cpp: Remove file.
553 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
555         * admin.el (set-version, set-copyright): Update emacs.c instead of
556         version.el.
558         * make-tarball.txt: Update filename list in step 6.
560         * quick-install-emacs: Scan emacs.c instead of version.el for
561         version string.
563 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
565         * Version 23.2 released.
567 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
569         * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
571 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
573         * Branch for 23.2.
575 2010-03-10  Miles Bader  <miles@gnu.org>
577         * quick-install-emacs: Use more portable shell syntax.
579         * quick-install-emacs (AVOID): Be more picky about files we avoid
580         installing.
582 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
584         * quick-install-emacs (PRUNED): Fix typo in message.
586 2010-01-20  Glenn Morris  <rgm@gnu.org>
588         * revdiff: Remove file that only works with CVS, and isn't really
589         needed with Bazaar (given the in-built revision options of bzr diff).
591 2010-01-12  Glenn Morris  <rgm@gnu.org>
593         * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
594         than emacs-pretest-bug for bug reports for development versions.
596 2009-11-06  Kenichi Handa  <handa@m17n.org>
598         * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
599         that the block data and the following per-char data fall into the
600         same char-table leaf.
602 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
604         * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
606 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
608         * unidata/.gitignore: New file.
610 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
612         * notes/bugtracker: How to reassign a bug to a list of packages.
614         * notes/newfile: Details of how to check for problems with DOS 8+3
615         file-name restrictions.
617 2009-08-18  Glenn Morris  <rgm@gnu.org>
619         * notes/newfile: New file.
621 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
623         * make-tarball.txt: Add a note about bumping the value of
624         customize-changed-options-previous-release.
626 2009-06-24  Kenichi Handa  <handa@m17n.org>
628         * charsets/mapconv: For the Unicode format files, do reverse sort
629         and don't compact the map.  This is to prefer the first one in the
630         duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
632 2009-06-12  Kenichi Handa  <handa@m17n.org>
634         * charsets/Makefile (JISX213A.map): Make it depend on
635         mapfiles/JISX213A.map.gz.
636         (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
638         * charsets/mapfiles/JISX213A.map.gz: New file.
640         * charsets/mapfiles/README: Describe JISX213A.map.gz.
642 2009-06-12  Kenichi Handa  <handa@m17n.org>
644         * charsets/mapfiles/*: New files.
646         * charsets/mule-charsets.el: Mostly re-written to generate all
647         MULE-*.map files.
649         * charsets/mapconv: Mostly re-written to handle "gzip"ed input
650         files.
652         * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
653         EUC-JP-MS.
655         * charsets/cp51932.awk (END): Print arch-tag at the tail.
657         * charsets/Makefile: Maps depend on files under mapfiles or
658         ${GLIBC_CHARMAPS}.
660 2009-04-21  Kenichi Handa  <handa@m17n.org>
662         * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
663         change.
665 2009-04-17  Kenichi Handa  <handa@m17n.org>
667         * unidata/unidata-gen.el (unidata-get-decomposition):
668         Adjust Hangle decomposition rule to Unicode.
670 2009-04-09  Kenichi Handa  <handa@m17n.org>
672         * unidata/unidata-gen.el (unidata-describe-decomposition):
673         Return a string with a composition property to disable combining
674         characters being composed.
676 2009-03-11  Miles Bader  <miles@gnu.org>
678         * quick-install-emacs: Be more clever about locating info directory.
680 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
682         * nt/README.W32: Fix typos.
684 2009-02-23  Jason Rumney  <jasonr@gnu.org>
686         * nt/README-ftp-server: Update for 23.0.91.
688         * nt/README.W32: Remove ever expanding versions of Windows.
689         Shorten FAQ URL.  Remove mention of obsolete lock directory.
690         Windows distribution now bin and barebin only.  Add note about
691         SVG support.  Remove old tar and gzip problem workarounds.
692         Use new (22.x) -Q option.  Report all bugs through bug tracker.
694         * nt/README-UNDUMP.W32: Modify for barebin distribution, as
695         undumped distribution no longer exists.
697 2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
699         * nt/README.W32: Fix typo.  (Bug#2207)
701 2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
703         * admin.el (set-version): Remove deleted file ns-emacs.texi.
705 2008-12-02  Kenichi Handa  <handa@m17n.org>
707         * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
708         `decomposition' property adjusted.
709         (unidata-split-decomposition): Don't include surrounding "<" and
710         ">" in a symbol name.
712 2008-12-01  Kenichi Handa  <handa@m17n.org>
714         * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
715         property generator to unidata-gen-table-numeric.  Docstring adjusted.
716         (unidata-get-numeric, unidata-put-numeric)
717         (unidata-gen-table-numeric): New functions.
718         (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
720 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
722         * notes/documentation: Add notes about Antinews.
724 2008-10-23  Glenn Morris  <rgm@gnu.org>
726         * admin.el (set-version): Add doc/misc/ns-emacs.texi.
727         Add/tweak some nextstep/ entries.
729 2008-09-19  Kenichi Handa  <handa@m17n.org>
731         * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
732         positions.
734 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
736         * CPP-DEFINES: Add USER_FULL_NAME.
738 2008-08-16  Jason Rumney  <jasonr@gnu.org>
740         * admin.el (set-version): Set version in nt/emacsclient.rc.
742 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
744         * nt/dump.bat: Fix mixed EOLs.
746 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
748         * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
750 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
752         * CPP-DEFINES: Add defines for accessing system processes.
754 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
756         * make-tarball.txt:
757         * admin.el:
758         * FOR-RELEASE:
759         * CPP-DEFINES: Remove mentions of Mac Carbon.
761 2008-07-16  Glenn Morris  <rgm@gnu.org>
763         * admin.el (set-version, set-copyright): Add nextstep/ files.
765 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
767         * CPP-DEFINES: Add NS port related defines.
769 2008-06-16  Glenn Morris  <rgm@gnu.org>
771         * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
772         doc/lispref/book-spine.texinfo.
774 2008-06-15  Glenn Morris  <rgm@gnu.org>
776         * admin.el (set-version): Add doc/misc/faq.texi.
778 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
780         * FOR-RELEASE: Remove Windows problem about the XPM image library
781         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
783 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
785         * unidata/UnicodeData.txt: Update to Unicode 5.1.
787 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
789         * unidata/unidata-gen.el (unidata-prop-alist):
790         Fix typo in description of `numeric-value'.
791         (unidata-put-character): Fix typo in error message.
793 2008-02-21  Glenn Morris  <rgm@gnu.org>
795         * notes/unicode, notes/font-backend: New files, split off from
796         README.unicode.
798 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
800         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
801         being used in latin1-disp.el.  Remove the problem of
802         cp-supported-codepages.  Remove the problem of lost changelog for
803         ps-prin1.ps.
805 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
807         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
808         non-portable in this context.
810         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
811         non-portable in this context.
813 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
815         * unidata/makefile.w32-in (lisp): New variable.
816         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
817         lisp/emacs-lisp.
819 2008-02-04  Jason Rumney  <jasonr@gnu.org>
821         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
823 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
825         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
827 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
829         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
831         * unidata/Makefile.in: Rename from Makefile.
833         * unidata/makefile.w32-in: New file.
835 2008-02-02  Jason Rumney  <jasonr@gnu.org>
837         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
839 2008-02-01  Kenichi Handa  <handa@m17n.org>
841         * unidata/copyright.html: New file.
843 2008-02-01  Kenichi Handa  <handa@m17n.org>
845         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
846         decomposition, if T is the same as TBase, don't include it in the
847         returned list.
849 2008-02-01  Kenichi Handa  <handa@m17n.org>
851         * unidata/unidata-gen.el (unidata-text-file): Delete it.
852         (unidata-list): Initialize to nil.
853         (unidata-setup-list): New function.
854         (unidata-gen-files): New optional arg unidata-text-file.
855         If it's nil, set unidata-text-file to the left command line arg.
856         Call unidate-setup-list at first.
858         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
859         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
861 2008-02-01  Kenichi Handa  <handa@m17n.org>
863         * unidata/unidata-gen.el: Fix comment typo.
864         Change string-to-int to string-to-number.
865         (unidata-text-file): Define to .../unidata.txt.
866         (unidata-list): Just insert unidata-text-file.
867         (unidata-get-decomposition): Handle Hangul decomposition.
868         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
870         * unidata/Makefile (unidata.txt): New target.
871         (charprop.el): Depends on unidata.txt.
872         (clean): Remove unidata.txt.
874 2008-02-01  Kenichi Handa  <handa@m17n.org>
876         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
877         (unidata-get-name): Handle U+110B.
879 2008-02-01  Kenichi Handa  <handa@m17n.org>
881         Sub-directory `unidata' is for codes to generate charprop.el and
882         many other uni-*.el files from `UnicodeData.txt'.
884         * Unidata/README: New file.
886         * unidata/Makefile: New file.
888         * unidata/unidata-gen.el: New file.
890         * unidata/UnicodeData.txt: New file.  Copied from
891         http://www.unicode.org on 2006-05-23.
893         * unidata/.cvsignore: New file.
895 2008-02-01  Kenichi Handa  <handa@m17n.org>
897         * charsets/.cvsignore: New file.
899         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
901         * charsets/Makefile (all): Rename target from charsets.
902         Depend on ${TRANS_TABLE}.
903         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
904         Generate from cns2ucsdkw.txt.
905         (install): Copy updated files only.
907 2008-02-02  Kenichi Handa  <handa@m17n.org>
909         * charsets/cp932.awk: Append user-defined area of CP932.
911 2008-02-02  Kenichi Handa  <handa@m17n.org>
913         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
914         0x2299 to 0x29BF.
916 2008-02-01  Kenichi Handa  <handa@m17n.org>
918         * charsets/Makefile (TRANS_TABLE): New macro.
919         (JISX0208.map): Convert 0x2015 to 0x2014.
920         (cp51932.el): New target.
921         (eucjp-ms.el): New target.
922         (install): Include ${TRANS_TABLE}.
923         (CJK): Include JISX213A.map.
924         (JISX213A.map): New target.
926         * charsets/eucjp-ms.awk: New file.
928         * charsets/cp51932.awk: New file.
930 2008-02-01  Kenichi Handa  <handa@m17n.org>
932         * charsets/cp932.awk: New file.
934         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
936         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
937         running an awk program.
939 2008-02-01  Kenichi Handa  <handa@m17n.org>
941         * charsets/mapconv: Handle UNICODE2.
943         * charsets/Makefile (CJK): Include CP932-2BYTE.map.
944         (CP932-2BYTE.map): New target.
946 2008-02-01  Kenichi Handa  <handa@m17n.org>
948         * charsets: New directory for scripts to generate charset map
949         files in ../etc/charsets/.
951         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
952         * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
953         * charsets/kuten.awk: New files.
955 2008-01-08  Glenn Morris  <rgm@gnu.org>
957         * admin.el (set-version): Add doc/man/emacs.1.
959 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
961         * notes/copyright:
962         * MAINTAINERS: Remove references to files that have been removed.
964 2008-01-04  Glenn Morris  <rgm@gnu.org>
966         * admin.el (set-copyright): Add lib-src/ebrowse.c.
968 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
970         * CPP-DEFINES: New file.
972 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
974         * FOR-RELEASE: Remove "window-system in face definition" [of
975         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
976         on gnus-dired.el.
978 2007-12-05  Glenn Morris  <rgm@gnu.org>
980         * admin.el (set-version): Handle configure.in.  Adapt for doc/
981         directory layout for manuals.
983 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
985         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
986         been fixed in Gnus CVS but have not yet been synched to Emacs.
988 2007-11-17  Glenn Morris  <rgm@gnu.org>
990         * admin.el (process-lines): Move to ../lisp/subr.el.
992 2007-10-23  Glenn Morris  <rgm@gnu.org>
994         * MAINTAINERS: Move here from ../.
996 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
998         * make-emacs: Doc fix.
1000 2007-08-28  Glenn Morris  <rgm@gnu.org>
1002         * admin.el: Provide self.
1004 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
1006         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
1008 2007-07-25  Glenn Morris  <rgm@gnu.org>
1010         * Relicense all FSF files to GPLv3 or later.
1012 2007-06-07  Glenn Morris  <rgm@gnu.org>
1014         * admin.el (set-copyright): New function.
1016 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
1018         * make-tarball.txt: Add note about cutting the branch.
1020 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1022         * Version 22.1 released.
1024 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
1026         * nt/makedist.bat: Change EOL format to DOS.  Don't use
1027         redirection characters in REM lines.
1029 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
1031         * FOR-RELEASE: Removed Gtk/Xft issue.
1033 2007-01-01  Miles Bader  <miles@gnu.org>
1035         * quick-install-emacs (get_config_var): Deal with weird magic
1036         string inserted by recent versions of autoconf.
1038 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
1040         * admin.el (set-version): Set version number in
1041         lib-src/makefile.w32-in.
1043 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1045         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1046         due to a local miss-configuration.
1048 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
1050         * make-announcement (OLD): Remove LEIM references in announcement
1051         since it is now built-in.
1053 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1055         * admin.el (set-version): Set version numbers in "mac" subdirectory.
1057 2006-10-03  Kenichi Handa  <handa@m17n.org>
1059         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1061 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
1063         * FOR-RELEASE: Elisp manual checking completed.
1065 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1067         * FOR-RELEASE: Update refcard section.
1069 2006-07-14  Kim F. Storm  <storm@cua.dk>
1071         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1073 2006-07-09  Kim F. Storm  <storm@cua.dk>
1075         * README: Use outline format.  Add FOR-RELEASE.
1077 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
1079         * FOR-RELEASE: Checking of info.texi done.
1081 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
1083         * FOR-RELEASE: Update refcard section.
1085 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
1087         * FOR-RELEASE: Update refcard section.
1089 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1091         * FOR-RELEASE: Key sequence elisp node done.
1093 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1095         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
1097 2006-05-21  Chong Yidong  <cyd@mit.edu>
1099         * FOR-RELEASE: point-entered /point-left bug fixed.
1101 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1103         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1104         entry.
1106 2006-05-06  Bill Wohler  <wohler@newt.com>
1108         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1109         about it.
1111 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
1113         * ./* (Copyright): Updated Copyright year(s).
1115 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1117         * FOR-RELEASE (BUGS): Add URLs/MIDs.
1119 2006-02-20  Kim F. Storm  <storm@cua.dk>
1121         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1122         Rework how fringe bitmaps are defined and used.
1123         Currently, bitmap usage and bitmap appearance are "mixed-up" in a
1124         one-level representation.  It would be cleaner to split the
1125         representation into a two-level model where first level maps
1126         bitmap usage to a bitmap name, and second level maps bitmap name to
1127         a bitmap appearance.
1129 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
1131         * FOR-RELEASE: String allocation bugs fixed.
1133 2005-12-13  Bill Wohler  <wohler@newt.com>
1135         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1137 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1139         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1140         completing-read-multiple, mail-extract-address-components,
1141         mail-mode, quail-define-package, save-buffer and
1142         ucs-set-table-for-input from doc strings item (Done).
1144 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
1146         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
1148 2005-11-11  Kim F. Storm  <storm@cua.dk>
1150         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1151         when displaying a non-breaking space in an overlay string.
1153 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1155         * FOR-RELEASE: Init file change implemented.
1157 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
1159         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1161 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
1163         * FOR-RELEASE (New features): max-image-size implemented.
1164         (Bugs): split-window done, by Kim F. Storm.
1166 2005-10-17  Bill Wohler  <wohler@newt.com>
1168         * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1169         since it's gone.  Also marked mh-e as done.
1171 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
1173         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1174         libraries on Windows (Done).
1176 2005-10-01  Jason Rumney  <jasonr@gnu.org>
1178         * admin.el (set-version): Set version numbers in nt/emacs.rc.
1180 2005-08-31  Romain Francoise  <romain@orebokech.com>
1182         * FOR-RELEASE (New features): Remove vhdl-mode.el update
1183         item (Done).
1185 2005-08-27  Romain Francoise  <romain@orebokech.com>
1187         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1189 2005-07-04  Lute Kamstra  <lute@gnu.org>
1191         Update FSF's address in GPL notices.
1193 2005-06-10  Lute Kamstra  <lute@gnu.org>
1195         * admin.el (set-version): Set version in lisp manual too.
1196         * make-tarball.txt: Commit lispref/elisp.texi too.
1198 2005-06-04  Richard M. Stallman  <rms@gnu.org>
1200         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1201         Other cleanups.
1203 2005-04-19  Lute Kamstra  <lute@gnu.org>
1205         * make-tarball.txt: Don't commit lisp/loaddefs.el.
1207 2005-04-14  Lute Kamstra  <lute@gnu.org>
1209         * nt/makedist.bat (elfiles): Update.
1211         * admin.el (add-release-logs): Fix require call.
1213 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
1215         * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
1216         The first line of every tutorial must begin with a sentence saying
1217         "Emacs Tutorial" in the respective language.  This should be
1218         followed by "See end for copying conditions", likewise in the
1219         respective language.
1221 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
1223         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1224         Add `undo-ask-before-discard' to it.
1226 2005-03-02  Miles Bader  <miles@gnu.org>
1228         * quick-install-emacs: Only use the mkdir --verbose option if the
1229         script's --verbose option was specified (this avoids problems with
1230         default usage on systems where mkdir doesn't support that option).
1232 2005-02-15  Jason Rumney  <jasonr@gnu.org>
1234         * nt/makedist.bat: Do not rely on non-standard behavior of
1235         tar --exclude.
1237 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
1239         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1241 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
1243         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1244         Elisp manuals.
1246 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
1248         * FOR-RELEASE (Indications): Clean up and update checklists for
1249         Emacs and Elisp manuals.
1251 2004-09-11  Kim F. Storm  <storm@cua.dk>
1253         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1254         (Documentation): Add NEWS entry.
1255         Add section lists for proof-reading Emacs and Lisp manuals.
1257 2004-08-29  Kim F. Storm  <storm@cua.dk>
1259         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1261 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
1263         * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1264         (now behaves as well as other ports).
1266 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
1268         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1270 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
1272         * FOR-RELEASE: Moved here from the etc directory.
1274 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
1276         * notes/BRANCH: New file, to be maintained per CVS branch.
1278 2003-10-01  Miles Bader  <miles@gnu.org>
1280         * quick-install-emacs: Don't use "function" keyword when defining
1281         shell functions.
1283 2003-09-29  Lute Kamstra  <lute@gnu.org>
1285         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1287 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
1289         * quick-install-emacs: Remove fns-* pruning, since that file no
1290         longer seems to be generated.
1291         (AVOID): Quote literal periods.  Quote braces in a way acceptable
1292         to all parties (gawk gets bitchy about using `\').
1294 2003-08-19  Miles Bader  <miles@gnu.org>
1296         * quick-install-emacs: Add arch-specific ignored files to
1297         quick-install-emacs.  Use quoting for periods that's acceptable
1298         to recent versions of gawk.
1300 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1302         * cus-test.el: Remove obsolete workaround.
1304 2003-04-22  Andrew Innes  <andrewi@gnu.org>
1306         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1307         emacs.exe before zipping, and including batch file to recreate
1308         after unpacking.
1310         * nt/stitch.bat: New file.
1312         * nt/README-ftp-server: Update wording and version number etc.
1313         Add extra instructions for installing multi-file .zip
1314         distribution.
1316         * nt/README.W32: Remove personal email address and update wording.
1318         * nt/README-UNDUMP.W32: Remove personal email address and update
1319         wording.
1321 2003-02-10  Francesco Potortì  <pot@gnu.org>
1323         * make-changelog-diff: New script, code stolen from make-announcement.
1325         * make-announcement: Use make-changelog-diff.
1327 2003-01-20  Francesco Potortì  <pot@gnu.org>
1329         * make-tarball.txt: Step-by-step instructions for making a tarball.
1331         * make-announcement: A script for creating pretest announcements.
1333 2003-01-17  Francesco Potortì  <pot@gnu.org>
1335         * admin.el (add-release-logs): Expand the directory name before
1336         calling find(1).
1337         (add-release-logs): Use the same methods as add-log.el for writing
1338         the date and the user's name and address.
1340 2003-01-07  Miles Bader  <miles@gnu.org>
1342         * quick-install-emacs: Unset LANG etc. to avoid non-standard
1343         command output from non-C locales.
1345 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
1347         * cus-test.el: Extended and reorganized.  There are now 4 tests
1348         which can be run in batch mode.  See the Commentary section.
1350 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
1352         * cus-test.el: New file.
1354 2002-05-27  Miles Bader  <miles@gnu.org>
1356         * quick-install-emacs (VERSION): Calculate using the same method
1357         that configure.in uses.
1359 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
1361         * emacs-pretesters: New file with information for Emacs
1362         pretesters.
1364 2002-03-22  Paul Eggert  <eggert@twinsun.com>
1366         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1367         POSIX 1003.1-2001 disallows both usages.
1369 2002-02-11  Andrew Innes  <andrewi@gnu.org>
1371         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1373 2002-01-24  Andrew Innes  <andrewi@gnu.org>
1375         * nt/README.W32: Remove unnecessary version number and date
1376         references.
1378         * nt/README-UNDUMP.W32: Ditto.
1380 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
1382         * make-emacs: Add --trace-move.
1384 2001-10-23  Andrew Innes  <andrewi@gnu.org>
1386         * nt/makedist.bat: Remove remaining obsolete reference to
1387         GETTING.GNU.SOFTWARE.
1389 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
1391         * admin.el (set-version): Use `s' interactive spec for
1392         version number.
1394 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1396         * (Version 21.1 released.)
1398 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1400         * admin.el (add-release-logs): Put the log entry in lispref, too.
1402 2001-10-20  Miles Bader  <miles@gnu.org>
1404         * quick-install-emacs: Exit if we can't find some variable.
1405         (AVOID): Add .orig & .rej files.
1406         (get_config_var): Be more liberal about format of config.status
1407         sed commands.
1409 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
1411         * admin.el: New file.
1413         * build-configs: Add --help option.  Add support for building
1414         in arbitrary source trees.
1416 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1418         * alloc-colors.c: New file.
1420 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
1422         * make-emacs: Add --boot switch for bootstrapping.  Logs to
1423         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1425 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1427         * Branch for 21.1.
1429 2001-09-04  Andrew Innes  <andrewi@gnu.org>
1431         * admin/nt/makedist.bat: Remove reference to obsolete file
1432         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
1433         version of tar used.
1435 ;; Local Variables:
1436 ;; coding: utf-8
1437 ;; End:
1439   Copyright (C) 2001-2012 Free Software Foundation, Inc.
1441   This file is part of GNU Emacs.
1443   GNU Emacs is free software: you can redistribute it and/or modify
1444   it under the terms of the GNU General Public License as published by
1445   the Free Software Foundation, either version 3 of the License, or
1446   (at your option) any later version.
1448   GNU Emacs is distributed in the hope that it will be useful,
1449   but WITHOUT ANY WARRANTY; without even the implied warranty of
1450   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1451   GNU General Public License for more details.
1453   You should have received a copy of the GNU General Public License
1454   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.