Comment fix
[emacs.git] / admin / ChangeLog
blobb5b1b75c55c4f2c95e84268d77323435f55681d8
1 2012-09-27  Glenn Morris  <rgm@gnu.org>
3         * admin.el (set-version): Set msdos.c's Vwindow_system_version.
5 2012-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7         Check more robustly for timer_settime.
8         * merge-gnulib (GNULIB_MODULES): Add timer-time.
10 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
12         * unidata/BidiMirroring.txt:
13         * unidata/UnicodeData.txt: Update to Unicode 6.2.
15 2012-09-17  Glenn Morris  <rgm@gnu.org>
17         * admin.el (add-log-time-format): Declare.
19         * admin.el (cusver-scan, cusver-check): Bind local variables.
21         * admin.el (set-version): Set major version in
22         etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
23         (set-copyright): In etc/refcards, only change ru-refcard.tex
24         and emacsver.tex.
26         * admin.el (set-copyright): No more need to set copyrights for
27         nextstep, or .c files.  Add configure.ac and config.nt.
29 2012-09-16  Paul Eggert  <eggert@cs.ucla.edu>
31         Remove configure's --without-sync-input option (Bug#12450).
32         * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
34 2012-09-16  Glenn Morris  <rgm@gnu.org>
36         * admin.el (set-version): No more need to set nextstep versions.
37         (set-copyright): Update for moved nextstep files.
39 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
41         Simplify SIGIO usage (Bug#12408).
42         * CPP_DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
43         (BROKEN_SIGPTY, NO_TERMIO): Remove.
45 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
47         Simplify, document, and port floating-point (Bug#12381).
48         * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
50 2012-09-09  Paul Eggert  <eggert@cs.ucla.edu>
52         Assume C89 or later for math functions (Bug#12381).
53         * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
54         (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
56 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
58         Simplify redefinition of 'abort' (Bug#12316).
59         * CPP-DEFINES (NO_ABORT): Remove.
61 2012-08-28  Glenn Morris  <rgm@gnu.org>
63         * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
65 2012-08-28  Andreas Schwab  <schwab@linux-m68k.org>
67         * charsets/mule-charsets.el (header): Fix typo.
69 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
71         On assertion failure, print backtrace if available.
72         * merge-gnulib (GNULIB_MODULES): Add execinfo.
74 2012-08-16  Paul Eggert  <eggert@cs.ucla.edu>
76         Use ASCII tests for character types.
77         * merge-gnulib (GNULIB_MODULES): Add c-ctype.  This documents a
78         new direct dependency; c-ctype was already being used indirectly
79         via other gnulib modules.
81 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
83         Use bool for Emacs Lisp booleans.
84         * merge-gnulib (GNULIB_MODULES): Add stdbool.  This documents a
85         new direct dependency; stdbool was already being used indirectly
86         via other gnulib modules.
88 2012-08-11  Glenn Morris  <rgm@gnu.org>
90         * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
92 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
94         * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
96 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
98         Port to Solaris 8.
99         * CPP-DEFINES (WRETCODE): Remove.
101 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
103         * coccinelle/overlay.cocci: Semantic patch to replace direct
104         access to Lisp_Object members of struct Lisp_Overlay to MVAR.
106 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
108         * coccinelle/symbol.cocci: Semantic patch to replace direct
109         access to Lisp_Object members of struct Lisp_Symbol to SVAR.
111 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
113         * coccinelle/process.cocci: Semantic patch to replace direct
114         access to Lisp_Object members of struct Lisp_Process to PVAR.
116 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
118         * coccinelle/window.cocci: Semantic patch to replace direct
119         access to Lisp_Object members of struct window to WVAR.
121 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
123         * coccinelle/frame.cocci: Semantic patch to replace direct
124         access to Lisp_Object members of struct frame to FVAR.
126 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
128         Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
129         * merge-gnulib: Add environ, stdalign.
131 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
133         * coccinelle/unibyte_string.cocci: Semantic patch to convert from
134         make_unibyte_string to build_unibyte_string where appropriate.
136 2012-07-17  Eli Zaretskii  <eliz@gnu.org>
138         * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
140 2012-07-17  Chong Yidong  <cyd@gnu.org>
142         * Version 24.1 released.
144 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
146         Assume mkdir, perror, rename, rmdir, strerror.
147         * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
148         (HAVE_STRERROR, strerror):
149         Remove.
151 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
153         * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
154         to XCDR and consistently use CONSP in the list iteration loops.
155         * coccinelle/vector_contents.cocci: Fix indentation.
157 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
159         * bzrmerge.el: Use cl-lib.
161 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
163         Rename configure.in to configure.ac (Bug#11603).
164         * admin.el (set-version):
165         * quick-install-emacs (VERSION):
166         Get version number from configure.ac, not configure.in.
168 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
170         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
171         * merge-gnulib (GNULIB_MODULES): Add c-strcase.
173 2012-07-05  Dmitry Antipov  <dmantipov@yandex.ru>
175         * coccinelle/xzalloc.cocci: Semantic patch to convert
176         calls to xmalloc with following memset to xzalloc.
178 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
180         * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
182 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
184         * coccinelle/build_string.cocci: Semantic patch
185         to convert from make_string to build_string.
187 2012-06-24  Dmitry Antipov  <dmantipov@yandex.ru>
189         First Coccinelle semantic patch.
190         * coccinelle: New subdirectory
191         * coccinelle/README: Documentation stub.
192         * coccinelle/vector_contents.cocci: Semantic patch to replace direct
193         access to `contents' member of Lisp_Vector objects with AREF and ASET
194         where appropriate.
196 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
198         Support higher-resolution time stamps (Bug#9000).
199         * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
200         gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
201         timespec-sub, utimens.
202         (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
203         This trims down the gnulib import, from the very latest gnulib.
204         Emacs does its own implementation of 'select' and 'sigprocmask'
205         on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
206         hosts, so it doesn't need these modules.
207         Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
208         these gnulib modules are only for Windows porting and Emacs ports
209         to Windows in a different way.
211 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
213         * make-emacs: Rename --union-type to --check-lisp-type.
214         Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
215         * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
216         USE_LISP_UNION_TYPE.
218 2012-06-03  Glenn Morris  <rgm@gnu.org>
220         * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
222 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
224         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
225         * make-tarball.txt: Don't worry about maintainer mode.
227 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
229         * CPP-DEFINES: Remove HAVE_SYSINFO.
231 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
233         Assume gnulib does largefile.
234         * merge-gnulib (GNULIB_MODULES): Add largefile.
236 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
238         Remove src/m/*.
239         * CPP-DEFINES: Do not mention src/m/*.h.
240         (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
241         (BITS_PER_SHORT, BITS_PER_INT): Remove.
242         * MAINTAINERS: Remove src/m/.
244 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
246         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
247         * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
249         Assume C89 or later.
250         * CPP-DEFINES: Remove NULL, const.
252         Make merging from gnulib a script, not a makefile action.
253         * merge-gnulib: New script, with actions moved here from
254         ../Makefile.in.
256 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
258         * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
260         * CPP-DEFINES (HAVE_FTIME): Remove.
262 2012-05-02  Glenn Morris  <rgm@gnu.org>
264         * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
266 2012-04-10  Glenn Morris  <rgm@gnu.org>
268         * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
270         * unidata/Makefile.in: Add FSF copyright.
271         Make it use autoconf features, and work for out-of-tree builds.
273 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
275         * unidata/README:
276         * unidata/copyright.html:
277         * unidata/BidiMirroring.txt:
278         * unidata/UnicodeData.txt: Update for the latest version 6.1 of
279         the Unicode Standard.
281 2012-02-16  Kenichi Handa  <handa@m17n.org>
283         * unidata/unidata-gen.el (unidata-prop-alist): Change the default
284         values of name and old-name to nil.
285         (unidata-get-name): Return nil for the default value.
287 2012-02-11  Glenn Morris  <rgm@gnu.org>
289         * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
290         (cusver-check): New functions.
292 2012-01-19  Glenn Morris  <rgm@gnu.org>
294         * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
295         "skip?" question, since there can be multiple such for any revision.
297 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
299         * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
300         updated and checked.
302 2011-11-26  Andreas Schwab  <schwab@linux-m68k.org>
304         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
305         Avoid warning about old-style backquote.
307         * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
308         in regexp.
309         (wisent-make-parsers): Likewise.  Quote `.'.
311         * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
312         in regexp.
313         (bovine-make-parsers): Likewise.  Quote `.'.
315 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
317         * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
319 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
321         * admin.el (manual-dvi): Fix typo.
323 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
325         * nt/README-ftp-server: Update the information about PNG libraries.
327 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
329         * make-emacs: Fix typo.
331 2011-11-07  Juanma Barranquero  <lekktu@gmail.com>
333         * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
335 2011-10-31  David Engster  <deng@randomsample.de>
337         * grammars/bovine-grammar.el: Avoid using old-style backquotes.
339 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
341         * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
342         running Emacs on Windows 9X.
344 2011-09-26  Chong Yidong  <cyd@stupidchicken.com>
346         * admin.el (set-version): Fix regexps for config.nt and
347         sed2v2.inp.
349 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
351         Merge from gnulib (Bug#9169).
352         * notes/copyright: The files compile, config.guess, config.sub,
353         depcomp, install-sh, missing, and move-if-change are now in the
354         new build-aux subdirectory.  The files arg-nonnull.h, c++defs.h,
355         and warn-on-use.h are now in build-aux/snippets.  New file
356         build-aux/snippets/_Noreturn.h.
358 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
360         * unidata/unidata-gen.el (unidata-prop-alist): Update the default
361         values of bidi-class according to DerivedBidiClass.txt from the
362         latest UCD.
364 2011-08-23  Kenichi Handa  <handa@m17n.org>
366         * unidata/unidata-gen.el (unidata-prop-alist): Provide default
367         values for name, general-category, canonical-combining-class,
368         mirrored, and bidi-class.  Describe the meaning of value nil for
369         decimal-digit-value, digit-value, numeric-value, uppercase,
370         lowercase, titlecase, and mirroring.
371         (unidata-gen-table): Handle the case that default-value is a
372         list.  Set default values of characters not listed in a table.
373         (unidata-get-name): Return an empty string if a value in a
374         char-table is nil.
375         (unidata-get-decomposition): Return a list of character itself if
376         a value in a char-table is nil.
378 2011-08-15  Eli Zaretskii  <eliz@gnu.org>
380         * unidata/bidimirror.awk: File removed.
382         * unidata/biditype.awk: File removed.
384         * unidata/makefile.w32-in (all): Remove src/biditype.h and
385         src/bidimirror.h.
386         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
388         * unidata/Makefile.in (all): Remove src/biditype.h and
389         src/bidimirror.h.
390         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
392 2011-07-07  Juanma Barranquero  <lekktu@gmail.com>
394         * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
395         Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
397 2011-07-06  Kenichi Handa  <handa@m17n.org>
399         * unidata/unidata-gen.el (unidata-dir): New variable.
400         (unidata-setup-list): Expand unidata-text-file in unidata-dir.
401         (unidata-prop-alist): INDEX element may be a function.
402         New optional element VAL-LIST (for general-category and bidi-class).
403         New entry `mirroring'.
404         (unidata-prop-default, unidata-prop-val-list): New subst.
405         (unidata-get-character, unidata-put-character): Delete them.
406         (unidata-gen-table-character): New arg IGNORE.  Adjusted for the
407         above changes.
408         (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
409         (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
410         Delete them.
411         (unidata-encode-val): Assume that the first element of VAL-LIST is
412         a cons (nil . 0).
413         (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
414         Always store the encoded value.
415         (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
416         Set the 1st and the 2nd extra slots to index numbers for C
417         functions.
418         (unidata-gen-table-integer): Likewise.
419         (unidata-gen-table-numeric): Likewise.
420         (unidata-gen-table-name): New arg IGNORE.
421         (unidata-gen-table-decomposition): Likewise.
422         (unidata-describe-general-category): Add the case nil to the
423         description alist.
424         (unidata-gen-mirroring-list): New function.
425         (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
426         unidata-prop-alist.  Handle the case of storing multiple
427         char-tables in a file.
429         * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
430         unidata-gen-files.
432 2011-05-21  Glenn Morris  <rgm@gnu.org>
434         * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
436 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
438         * Version 23.3 released.
440 2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
442         * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
444 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
446         * admin.el (set-version): Add msdos/sed2v2.inp.
448 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
450         Remove no-longer needed getloadavg symbols.
451         * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
452         (LDAV_SYMBOL): Remove.
454 2011-02-12  Glenn Morris  <rgm@gnu.org>
456         * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
458 2011-02-05  Glenn Morris  <rgm@gnu.org>
460         * bzrmerge.el (bzrmerge-warning-buffer): New constant.
461         (bzrmerge-apply): Use it.
462         (bzrmerge): Kill any old warning buffer first.
464 2011-02-03  Glenn Morris  <rgm@gnu.org>
466         * bzrmerge.el (bzrmerge-buffer): New constant.
467         (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
468         (bzrmerge-missing): If nothing to do, return nil not (nil).
469         (bzrmerge-apply): Remove odd character from message.
470         (bzrmerge): Give status messages.
472 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
474         * admin.el (set-version): Remove lib-src/makefile.w32-in.
475         Add nt/config.nt.
477 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
479         src/emacs.c now gets version number from configure.in
480         * admin.el (set-version): Don't update src/emacs.c.
481         * quick-install-emacs (VERSION): Get it from configure.in, not from
482         src/emacs.c.
484 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
486         strftime: import from gnulib
487         * notes/copyright: strftime.c moved from src to lib.
489 2011-01-25  Glenn Morris  <rgm@gnu.org>
491         * bzrmerge.el (bzrmerge-skip-regexp): New variable.
492         (bzrmerge-missing): Use it.
494 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
496         * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
497         rather than doing rm and autoconf by hand.  See
498         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
500 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
502         * notes/bzr (Installing changes from gnulib): New section.
503         Need for this suggested by Stefan Monnier.
505 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
507         * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
508         an inconsistent state.
510 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
512         Update copyright notes to match recent gnulib-related changes.
513         * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
514         arg-nonnull.h, c++defs.h, compile, depcomp, missing,
515         warn-on-use.h, lib/*.[ch], lib/gnulib.mk.  Remove src/mktime.c,
516         lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
517         are subsumed by the lib/*.[ch] rule).  Remove m4/getopt.m4 (now
518         subsumed by m4/*.m4 rule).  config.guess, config.sub, and
519         doc/man/texinfo.tex are now copied in from gnulib.
521 2011-01-15  Glenn Morris  <rgm@gnu.org>
523         * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
525         * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
526         (bzrmerge-resolve): Also ignore cl-loaddefs.el.
528 2011-01-14  Glenn Morris  <rgm@gnu.org>
530         * admin.el (set-copyright): Also handle \year in refcards/*.tex.
532 2011-01-14  Glenn Morris  <rgm@gnu.org>
534         * bzrmerge.el: Require cl when compiling.
535         (bzrmerge-merges): Doc fix.
537 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
539         * notes/copyright: There's only one install-sh, not two, so fix a
540         typo claiming that there's two.  Add move-if-change to the list of
541         GPL files imported from gnulib.
543 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
545         * notes/copyright: Report status more accurately for non-GPL files.
546         Report copyright status more accurately for mkinstalldirs,
547         configure, m4/getopt.m4, and msdos/sed*.inp.
549 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
551         * nt/README.W32: Update the information about PNG support libraries.
552         (Bug#7716)
554 2010-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
556         * bzrmerge.el: New file to help merge branches while skipping
557         some revisions (e.g. from emacs-23 to trunk).
559 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
561         * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
563 2010-10-12  Glenn Morris  <rgm@gnu.org>
565         * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
567 2010-10-09  Glenn Morris  <rgm@gnu.org>
569         * admin.el (set-version): Add doc/emacs/emacsver.texi.
571 2010-10-09  Glenn Morris  <rgm@gnu.org>
573         * admin.el (set-version): No need to act on doc/ files any more.
575         * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
577 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
579         * unidata/BidiMirroring.txt: Update from
580         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
582         * unidata/UnicodeData.txt: Update from
583         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
585 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
587         * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
589 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
591         * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
593 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
595         * admin.el: Write version number to nt/makefile.w32-in.
596         * nt/makedist.bat: Remove; replaced with `zipdist.bat'
597         in the nt/ directory.
598         * nt/README.W32: Relocate to nt/ directory.
600 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
602         * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
604 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
606         * MAINTAINERS: Update my responsibilities.
608 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
610         * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
611         (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
612         Remove.
614 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
616         * unidata/bidimirror.awk: New file.
618         * unidata/BidiMirroring.txt: New file from
619         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
621         * unidata/Makefile.in (../../src/bidimirror.h): New target.
622         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
624         * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
625         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
627         * unidata/biditype.awk: New file.
629         * unidata/Makefile.in (../../src/biditype.h): New target.
631         * unidata/makefile.w32-in (../../src/biditype.h): New target.
633 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
635         * unidata/UnicodeData.txt: Update from
636         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
638 2010-05-27  Glenn Morris  <rgm@gnu.org>
640         * quick-install-emacs (AVOID): No more Makefile.c files.
642         * notes/cpp: Remove file.
644 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
646         * admin.el (set-version, set-copyright): Update emacs.c instead of
647         version.el.
649         * make-tarball.txt: Update filename list in step 6.
651         * quick-install-emacs: Scan emacs.c instead of version.el for
652         version string.
654 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
656         * Version 23.2 released.
658 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
660         * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
662 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
664         * Branch for 23.2.
666 2010-03-10  Miles Bader  <miles@gnu.org>
668         * quick-install-emacs: Use more portable shell syntax.
670         * quick-install-emacs (AVOID): Be more picky about files we avoid
671         installing.
673 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
675         * quick-install-emacs (PRUNED): Fix typo in message.
677 2010-01-20  Glenn Morris  <rgm@gnu.org>
679         * revdiff: Remove file that only works with CVS, and isn't really
680         needed with Bazaar (given the in-built revision options of bzr diff).
682 2010-01-12  Glenn Morris  <rgm@gnu.org>
684         * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
685         than emacs-pretest-bug for bug reports for development versions.
687 2009-11-06  Kenichi Handa  <handa@m17n.org>
689         * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
690         that the block data and the following per-char data fall into the
691         same char-table leaf.
693 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
695         * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
697 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
699         * unidata/.gitignore: New file.
701 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
703         * notes/bugtracker: How to reassign a bug to a list of packages.
705         * notes/newfile: Details of how to check for problems with DOS 8+3
706         file-name restrictions.
708 2009-08-18  Glenn Morris  <rgm@gnu.org>
710         * notes/newfile: New file.
712 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
714         * make-tarball.txt: Add a note about bumping the value of
715         customize-changed-options-previous-release.
717 2009-06-24  Kenichi Handa  <handa@m17n.org>
719         * charsets/mapconv: For the Unicode format files, do reverse sort
720         and don't compact the map.  This is to prefer the first one in the
721         duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
723 2009-06-12  Kenichi Handa  <handa@m17n.org>
725         * charsets/Makefile (JISX213A.map): Make it depend on
726         mapfiles/JISX213A.map.gz.
727         (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
729         * charsets/mapfiles/JISX213A.map.gz: New file.
731         * charsets/mapfiles/README: Describe JISX213A.map.gz.
733 2009-06-12  Kenichi Handa  <handa@m17n.org>
735         * charsets/mapfiles/*: New files.
737         * charsets/mule-charsets.el: Mostly re-written to generate all
738         MULE-*.map files.
740         * charsets/mapconv: Mostly re-written to handle "gzip"ed input
741         files.
743         * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
744         EUC-JP-MS.
746         * charsets/cp51932.awk (END): Print arch-tag at the tail.
748         * charsets/Makefile: Maps depend on files under mapfiles or
749         ${GLIBC_CHARMAPS}.
751 2009-04-21  Kenichi Handa  <handa@m17n.org>
753         * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
754         change.
756 2009-04-17  Kenichi Handa  <handa@m17n.org>
758         * unidata/unidata-gen.el (unidata-get-decomposition):
759         Adjust Hangle decomposition rule to Unicode.
761 2009-04-09  Kenichi Handa  <handa@m17n.org>
763         * unidata/unidata-gen.el (unidata-describe-decomposition):
764         Return a string with a composition property to disable combining
765         characters being composed.
767 2009-03-11  Miles Bader  <miles@gnu.org>
769         * quick-install-emacs: Be more clever about locating info directory.
771 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
773         * nt/README.W32: Fix typos.
775 2009-02-23  Jason Rumney  <jasonr@gnu.org>
777         * nt/README-ftp-server: Update for 23.0.91.
779         * nt/README.W32: Remove ever expanding versions of Windows.
780         Shorten FAQ URL.  Remove mention of obsolete lock directory.
781         Windows distribution now bin and barebin only.  Add note about
782         SVG support.  Remove old tar and gzip problem workarounds.
783         Use new (22.x) -Q option.  Report all bugs through bug tracker.
785         * nt/README-UNDUMP.W32: Modify for barebin distribution, as
786         undumped distribution no longer exists.
788 2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
790         * nt/README.W32: Fix typo.  (Bug#2207)
792 2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
794         * admin.el (set-version): Remove deleted file ns-emacs.texi.
796 2008-12-02  Kenichi Handa  <handa@m17n.org>
798         * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
799         `decomposition' property adjusted.
800         (unidata-split-decomposition): Don't include surrounding "<" and
801         ">" in a symbol name.
803 2008-12-01  Kenichi Handa  <handa@m17n.org>
805         * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
806         property generator to unidata-gen-table-numeric.  Docstring adjusted.
807         (unidata-get-numeric, unidata-put-numeric)
808         (unidata-gen-table-numeric): New functions.
809         (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
811 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
813         * notes/documentation: Add notes about Antinews.
815 2008-10-23  Glenn Morris  <rgm@gnu.org>
817         * admin.el (set-version): Add doc/misc/ns-emacs.texi.
818         Add/tweak some nextstep/ entries.
820 2008-09-19  Kenichi Handa  <handa@m17n.org>
822         * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
823         positions.
825 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
827         * CPP-DEFINES: Add USER_FULL_NAME.
829 2008-08-16  Jason Rumney  <jasonr@gnu.org>
831         * admin.el (set-version): Set version in nt/emacsclient.rc.
833 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
835         * nt/dump.bat: Fix mixed EOLs.
837 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
839         * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
841 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
843         * CPP-DEFINES: Add defines for accessing system processes.
845 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
847         * make-tarball.txt:
848         * admin.el:
849         * FOR-RELEASE:
850         * CPP-DEFINES: Remove mentions of Mac Carbon.
852 2008-07-16  Glenn Morris  <rgm@gnu.org>
854         * admin.el (set-version, set-copyright): Add nextstep/ files.
856 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
858         * CPP-DEFINES: Add NS port related defines.
860 2008-06-16  Glenn Morris  <rgm@gnu.org>
862         * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
863         doc/lispref/book-spine.texinfo.
865 2008-06-15  Glenn Morris  <rgm@gnu.org>
867         * admin.el (set-version): Add doc/misc/faq.texi.
869 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
871         * FOR-RELEASE: Remove Windows problem about the XPM image library
872         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
874 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
876         * unidata/UnicodeData.txt: Update to Unicode 5.1.
878 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
880         * unidata/unidata-gen.el (unidata-prop-alist):
881         Fix typo in description of `numeric-value'.
882         (unidata-put-character): Fix typo in error message.
884 2008-02-21  Glenn Morris  <rgm@gnu.org>
886         * notes/unicode, notes/font-backend: New files, split off from
887         README.unicode.
889 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
891         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
892         being used in latin1-disp.el.  Remove the problem of
893         cp-supported-codepages.  Remove the problem of lost changelog for
894         ps-prin1.ps.
896 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
898         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
899         non-portable in this context.
901         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
902         non-portable in this context.
904 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
906         * unidata/makefile.w32-in (lisp): New variable.
907         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
908         lisp/emacs-lisp.
910 2008-02-04  Jason Rumney  <jasonr@gnu.org>
912         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
914 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
916         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
918 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
920         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
922         * unidata/Makefile.in: Rename from Makefile.
924         * unidata/makefile.w32-in: New file.
926 2008-02-02  Jason Rumney  <jasonr@gnu.org>
928         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
930 2008-02-01  Kenichi Handa  <handa@m17n.org>
932         * unidata/copyright.html: New file.
934 2008-02-01  Kenichi Handa  <handa@m17n.org>
936         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
937         decomposition, if T is the same as TBase, don't include it in the
938         returned list.
940 2008-02-01  Kenichi Handa  <handa@m17n.org>
942         * unidata/unidata-gen.el (unidata-text-file): Delete it.
943         (unidata-list): Initialize to nil.
944         (unidata-setup-list): New function.
945         (unidata-gen-files): New optional arg unidata-text-file.
946         If it's nil, set unidata-text-file to the left command line arg.
947         Call unidate-setup-list at first.
949         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
950         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
952 2008-02-01  Kenichi Handa  <handa@m17n.org>
954         * unidata/unidata-gen.el: Fix comment typo.
955         Change string-to-int to string-to-number.
956         (unidata-text-file): Define to .../unidata.txt.
957         (unidata-list): Just insert unidata-text-file.
958         (unidata-get-decomposition): Handle Hangul decomposition.
959         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
961         * unidata/Makefile (unidata.txt): New target.
962         (charprop.el): Depends on unidata.txt.
963         (clean): Remove unidata.txt.
965 2008-02-01  Kenichi Handa  <handa@m17n.org>
967         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
968         (unidata-get-name): Handle U+110B.
970 2008-02-01  Kenichi Handa  <handa@m17n.org>
972         Sub-directory `unidata' is for codes to generate charprop.el and
973         many other uni-*.el files from `UnicodeData.txt'.
975         * Unidata/README: New file.
977         * unidata/Makefile: New file.
979         * unidata/unidata-gen.el: New file.
981         * unidata/UnicodeData.txt: New file.  Copied from
982         http://www.unicode.org on 2006-05-23.
984         * unidata/.cvsignore: New file.
986 2008-02-01  Kenichi Handa  <handa@m17n.org>
988         * charsets/.cvsignore: New file.
990         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
992         * charsets/Makefile (all): Rename target from charsets.
993         Depend on ${TRANS_TABLE}.
994         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
995         Generate from cns2ucsdkw.txt.
996         (install): Copy updated files only.
998 2008-02-02  Kenichi Handa  <handa@m17n.org>
1000         * charsets/cp932.awk: Append user-defined area of CP932.
1002 2008-02-02  Kenichi Handa  <handa@m17n.org>
1004         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1005         0x2299 to 0x29BF.
1007 2008-02-01  Kenichi Handa  <handa@m17n.org>
1009         * charsets/Makefile (TRANS_TABLE): New macro.
1010         (JISX0208.map): Convert 0x2015 to 0x2014.
1011         (cp51932.el): New target.
1012         (eucjp-ms.el): New target.
1013         (install): Include ${TRANS_TABLE}.
1014         (CJK): Include JISX213A.map.
1015         (JISX213A.map): New target.
1017         * charsets/eucjp-ms.awk: New file.
1019         * charsets/cp51932.awk: New file.
1021 2008-02-01  Kenichi Handa  <handa@m17n.org>
1023         * charsets/cp932.awk: New file.
1025         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
1027         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1028         running an awk program.
1030 2008-02-01  Kenichi Handa  <handa@m17n.org>
1032         * charsets/mapconv: Handle UNICODE2.
1034         * charsets/Makefile (CJK): Include CP932-2BYTE.map.
1035         (CP932-2BYTE.map): New target.
1037 2008-02-01  Kenichi Handa  <handa@m17n.org>
1039         * charsets: New directory for scripts to generate charset map
1040         files in ../etc/charsets/.
1042         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
1043         * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
1044         * charsets/kuten.awk: New files.
1046 2008-01-08  Glenn Morris  <rgm@gnu.org>
1048         * admin.el (set-version): Add doc/man/emacs.1.
1050 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1052         * notes/copyright:
1053         * MAINTAINERS: Remove references to files that have been removed.
1055 2008-01-04  Glenn Morris  <rgm@gnu.org>
1057         * admin.el (set-copyright): Add lib-src/ebrowse.c.
1059 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1061         * CPP-DEFINES: New file.
1063 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1065         * FOR-RELEASE: Remove "window-system in face definition" [of
1066         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
1067         on gnus-dired.el.
1069 2007-12-05  Glenn Morris  <rgm@gnu.org>
1071         * admin.el (set-version): Handle configure.in.  Adapt for doc/
1072         directory layout for manuals.
1074 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1076         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
1077         been fixed in Gnus CVS but have not yet been synched to Emacs.
1079 2007-11-17  Glenn Morris  <rgm@gnu.org>
1081         * admin.el (process-lines): Move to ../lisp/subr.el.
1083 2007-10-23  Glenn Morris  <rgm@gnu.org>
1085         * MAINTAINERS: Move here from ../.
1087 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
1089         * make-emacs: Doc fix.
1091 2007-08-28  Glenn Morris  <rgm@gnu.org>
1093         * admin.el: Provide self.
1095 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
1097         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
1099 2007-07-25  Glenn Morris  <rgm@gnu.org>
1101         * Relicense all FSF files to GPLv3 or later.
1103 2007-06-07  Glenn Morris  <rgm@gnu.org>
1105         * admin.el (set-copyright): New function.
1107 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
1109         * make-tarball.txt: Add note about cutting the branch.
1111 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1113         * Version 22.1 released.
1115 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
1117         * nt/makedist.bat: Change EOL format to DOS.  Don't use
1118         redirection characters in REM lines.
1120 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
1122         * FOR-RELEASE: Removed Gtk/Xft issue.
1124 2007-01-01  Miles Bader  <miles@gnu.org>
1126         * quick-install-emacs (get_config_var): Deal with weird magic
1127         string inserted by recent versions of autoconf.
1129 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
1131         * admin.el (set-version): Set version number in
1132         lib-src/makefile.w32-in.
1134 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1136         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1137         due to a local miss-configuration.
1139 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
1141         * make-announcement (OLD): Remove LEIM references in announcement
1142         since it is now built-in.
1144 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1146         * admin.el (set-version): Set version numbers in "mac" subdirectory.
1148 2006-10-03  Kenichi Handa  <handa@m17n.org>
1150         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1152 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
1154         * FOR-RELEASE: Elisp manual checking completed.
1156 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1158         * FOR-RELEASE: Update refcard section.
1160 2006-07-14  Kim F. Storm  <storm@cua.dk>
1162         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1164 2006-07-09  Kim F. Storm  <storm@cua.dk>
1166         * README: Use outline format.  Add FOR-RELEASE.
1168 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
1170         * FOR-RELEASE: Checking of info.texi done.
1172 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
1174         * FOR-RELEASE: Update refcard section.
1176 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
1178         * FOR-RELEASE: Update refcard section.
1180 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1182         * FOR-RELEASE: Key sequence elisp node done.
1184 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1186         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
1188 2006-05-21  Chong Yidong  <cyd@mit.edu>
1190         * FOR-RELEASE: point-entered /point-left bug fixed.
1192 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1194         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1195         entry.
1197 2006-05-06  Bill Wohler  <wohler@newt.com>
1199         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1200         about it.
1202 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
1204         * ./* (Copyright): Updated Copyright year(s).
1206 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1208         * FOR-RELEASE (BUGS): Add URLs/MIDs.
1210 2006-02-20  Kim F. Storm  <storm@cua.dk>
1212         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1213         Rework how fringe bitmaps are defined and used.
1214         Currently, bitmap usage and bitmap appearance are "mixed-up" in a
1215         one-level representation.  It would be cleaner to split the
1216         representation into a two-level model where first level maps
1217         bitmap usage to a bitmap name, and second level maps bitmap name to
1218         a bitmap appearance.
1220 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
1222         * FOR-RELEASE: String allocation bugs fixed.
1224 2005-12-13  Bill Wohler  <wohler@newt.com>
1226         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1228 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1230         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1231         completing-read-multiple, mail-extract-address-components,
1232         mail-mode, quail-define-package, save-buffer and
1233         ucs-set-table-for-input from doc strings item (Done).
1235 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
1237         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
1239 2005-11-11  Kim F. Storm  <storm@cua.dk>
1241         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1242         when displaying a non-breaking space in an overlay string.
1244 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1246         * FOR-RELEASE: Init file change implemented.
1248 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
1250         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1252 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
1254         * FOR-RELEASE (New features): max-image-size implemented.
1255         (Bugs): split-window done, by Kim F. Storm.
1257 2005-10-17  Bill Wohler  <wohler@newt.com>
1259         * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1260         since it's gone.  Also marked mh-e as done.
1262 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
1264         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1265         libraries on Windows (Done).
1267 2005-10-01  Jason Rumney  <jasonr@gnu.org>
1269         * admin.el (set-version): Set version numbers in nt/emacs.rc.
1271 2005-08-31  Romain Francoise  <romain@orebokech.com>
1273         * FOR-RELEASE (New features): Remove vhdl-mode.el update
1274         item (Done).
1276 2005-08-27  Romain Francoise  <romain@orebokech.com>
1278         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1280 2005-07-04  Lute Kamstra  <lute@gnu.org>
1282         Update FSF's address in GPL notices.
1284 2005-06-10  Lute Kamstra  <lute@gnu.org>
1286         * admin.el (set-version): Set version in lisp manual too.
1287         * make-tarball.txt: Commit lispref/elisp.texi too.
1289 2005-06-04  Richard M. Stallman  <rms@gnu.org>
1291         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1292         Other cleanups.
1294 2005-04-19  Lute Kamstra  <lute@gnu.org>
1296         * make-tarball.txt: Don't commit lisp/loaddefs.el.
1298 2005-04-14  Lute Kamstra  <lute@gnu.org>
1300         * nt/makedist.bat (elfiles): Update.
1302         * admin.el (add-release-logs): Fix require call.
1304 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
1306         * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
1307         The first line of every tutorial must begin with a sentence saying
1308         "Emacs Tutorial" in the respective language.  This should be
1309         followed by "See end for copying conditions", likewise in the
1310         respective language.
1312 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
1314         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1315         Add `undo-ask-before-discard' to it.
1317 2005-03-02  Miles Bader  <miles@gnu.org>
1319         * quick-install-emacs: Only use the mkdir --verbose option if the
1320         script's --verbose option was specified (this avoids problems with
1321         default usage on systems where mkdir doesn't support that option).
1323 2005-02-15  Jason Rumney  <jasonr@gnu.org>
1325         * nt/makedist.bat: Do not rely on non-standard behavior of
1326         tar --exclude.
1328 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
1330         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1332 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
1334         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1335         Elisp manuals.
1337 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
1339         * FOR-RELEASE (Indications): Clean up and update checklists for
1340         Emacs and Elisp manuals.
1342 2004-09-11  Kim F. Storm  <storm@cua.dk>
1344         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1345         (Documentation): Add NEWS entry.
1346         Add section lists for proof-reading Emacs and Lisp manuals.
1348 2004-08-29  Kim F. Storm  <storm@cua.dk>
1350         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1352 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
1354         * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1355         (now behaves as well as other ports).
1357 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
1359         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1361 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
1363         * FOR-RELEASE: Moved here from the etc directory.
1365 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
1367         * notes/BRANCH: New file, to be maintained per CVS branch.
1369 2003-10-01  Miles Bader  <miles@gnu.org>
1371         * quick-install-emacs: Don't use "function" keyword when defining
1372         shell functions.
1374 2003-09-29  Lute Kamstra  <lute@gnu.org>
1376         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1378 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
1380         * quick-install-emacs: Remove fns-* pruning, since that file no
1381         longer seems to be generated.
1382         (AVOID): Quote literal periods.  Quote braces in a way acceptable
1383         to all parties (gawk gets bitchy about using `\').
1385 2003-08-19  Miles Bader  <miles@gnu.org>
1387         * quick-install-emacs: Add arch-specific ignored files to
1388         quick-install-emacs.  Use quoting for periods that's acceptable
1389         to recent versions of gawk.
1391 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1393         * cus-test.el: Remove obsolete workaround.
1395 2003-04-22  Andrew Innes  <andrewi@gnu.org>
1397         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1398         emacs.exe before zipping, and including batch file to recreate
1399         after unpacking.
1401         * nt/stitch.bat: New file.
1403         * nt/README-ftp-server: Update wording and version number etc.
1404         Add extra instructions for installing multi-file .zip
1405         distribution.
1407         * nt/README.W32: Remove personal email address and update wording.
1409         * nt/README-UNDUMP.W32: Remove personal email address and update
1410         wording.
1412 2003-02-10  Francesco Potortì  <pot@gnu.org>
1414         * make-changelog-diff: New script, code stolen from make-announcement.
1416         * make-announcement: Use make-changelog-diff.
1418 2003-01-20  Francesco Potortì  <pot@gnu.org>
1420         * make-tarball.txt: Step-by-step instructions for making a tarball.
1422         * make-announcement: A script for creating pretest announcements.
1424 2003-01-17  Francesco Potortì  <pot@gnu.org>
1426         * admin.el (add-release-logs): Expand the directory name before
1427         calling find(1).
1428         (add-release-logs): Use the same methods as add-log.el for writing
1429         the date and the user's name and address.
1431 2003-01-07  Miles Bader  <miles@gnu.org>
1433         * quick-install-emacs: Unset LANG etc. to avoid non-standard
1434         command output from non-C locales.
1436 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
1438         * cus-test.el: Extended and reorganized.  There are now 4 tests
1439         which can be run in batch mode.  See the Commentary section.
1441 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
1443         * cus-test.el: New file.
1445 2002-05-27  Miles Bader  <miles@gnu.org>
1447         * quick-install-emacs (VERSION): Calculate using the same method
1448         that configure.in uses.
1450 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
1452         * emacs-pretesters: New file with information for Emacs
1453         pretesters.
1455 2002-03-22  Paul Eggert  <eggert@twinsun.com>
1457         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1458         POSIX 1003.1-2001 disallows both usages.
1460 2002-02-11  Andrew Innes  <andrewi@gnu.org>
1462         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1464 2002-01-24  Andrew Innes  <andrewi@gnu.org>
1466         * nt/README.W32: Remove unnecessary version number and date
1467         references.
1469         * nt/README-UNDUMP.W32: Ditto.
1471 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
1473         * make-emacs: Add --trace-move.
1475 2001-10-23  Andrew Innes  <andrewi@gnu.org>
1477         * nt/makedist.bat: Remove remaining obsolete reference to
1478         GETTING.GNU.SOFTWARE.
1480 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
1482         * admin.el (set-version): Use `s' interactive spec for
1483         version number.
1485 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1487         * (Version 21.1 released.)
1489 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1491         * admin.el (add-release-logs): Put the log entry in lispref, too.
1493 2001-10-20  Miles Bader  <miles@gnu.org>
1495         * quick-install-emacs: Exit if we can't find some variable.
1496         (AVOID): Add .orig & .rej files.
1497         (get_config_var): Be more liberal about format of config.status
1498         sed commands.
1500 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
1502         * admin.el: New file.
1504         * build-configs: Add --help option.  Add support for building
1505         in arbitrary source trees.
1507 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1509         * alloc-colors.c: New file.
1511 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
1513         * make-emacs: Add --boot switch for bootstrapping.  Logs to
1514         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1516 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1518         * Branch for 21.1.
1520 2001-09-04  Andrew Innes  <andrewi@gnu.org>
1522         * admin/nt/makedist.bat: Remove reference to obsolete file
1523         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
1524         version of tar used.
1526 ;; Local Variables:
1527 ;; coding: utf-8
1528 ;; End:
1530   Copyright (C) 2001-2012 Free Software Foundation, Inc.
1532   This file is part of GNU Emacs.
1534   GNU Emacs is free software: you can redistribute it and/or modify
1535   it under the terms of the GNU General Public License as published by
1536   the Free Software Foundation, either version 3 of the License, or
1537   (at your option) any later version.
1539   GNU Emacs is distributed in the hope that it will be useful,
1540   but WITHOUT ANY WARRANTY; without even the implied warranty of
1541   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1542   GNU General Public License for more details.
1544   You should have received a copy of the GNU General Public License
1545   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.