Improve resizing of minibuffer windows (Bug#12419).
[emacs.git] / admin / ChangeLog
blob7f30fe8fc0f721ef295754dc45dfffbee8f1039f
1 2012-09-17  Glenn Morris  <rgm@gnu.org>
3         * admin.el (add-log-time-format): Declare.
5         * admin.el (cusver-scan, cusver-check): Bind local variables.
7         * admin.el (set-version): Set major version in
8         etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
9         (set-copyright): In etc/refcards, only change ru-refcard.tex
10         and emacsver.tex.
12         * admin.el (set-copyright): No more need to set copyrights for
13         nextstep, or .c files.  Add configure.ac and config.nt.
15 2012-09-16  Paul Eggert  <eggert@cs.ucla.edu>
17         Remove configure's --without-sync-input option (Bug#12450).
18         * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
20 2012-09-16  Glenn Morris  <rgm@gnu.org>
22         * admin.el (set-version): No more need to set nextstep versions.
23         (set-copyright): Update for moved nextstep files.
25 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
27         Simplify SIGIO usage (Bug#12408).
28         * CPP_DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
29         (BROKEN_SIGPTY, NO_TERMIO): Remove.
31 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
33         Simplify, document, and port floating-point (Bug#12381).
34         * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
36 2012-09-09  Paul Eggert  <eggert@cs.ucla.edu>
38         Assume C89 or later for math functions (Bug#12381).
39         * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
40         (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
42 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
44         Simplify redefinition of 'abort' (Bug#12316).
45         * CPP-DEFINES (NO_ABORT): Remove.
47 2012-08-28  Glenn Morris  <rgm@gnu.org>
49         * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
51 2012-08-28  Andreas Schwab  <schwab@linux-m68k.org>
53         * charsets/mule-charsets.el (header): Fix typo.
55 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
57         On assertion failure, print backtrace if available.
58         * merge-gnulib (GNULIB_MODULES): Add execinfo.
60 2012-08-16  Paul Eggert  <eggert@cs.ucla.edu>
62         Use ASCII tests for character types.
63         * merge-gnulib (GNULIB_MODULES): Add c-ctype.  This documents a
64         new direct dependency; c-ctype was already being used indirectly
65         via other gnulib modules.
67 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
69         Use bool for Emacs Lisp booleans.
70         * merge-gnulib (GNULIB_MODULES): Add stdbool.  This documents a
71         new direct dependency; stdbool was already being used indirectly
72         via other gnulib modules.
74 2012-08-11  Glenn Morris  <rgm@gnu.org>
76         * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
78 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
80         * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
82 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
84         Port to Solaris 8.
85         * CPP-DEFINES (WRETCODE): Remove.
87 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
89         * coccinelle/overlay.cocci: Semantic patch to replace direct
90         access to Lisp_Object members of struct Lisp_Overlay to MVAR.
92 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
94         * coccinelle/symbol.cocci: Semantic patch to replace direct
95         access to Lisp_Object members of struct Lisp_Symbol to SVAR.
97 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
99         * coccinelle/process.cocci: Semantic patch to replace direct
100         access to Lisp_Object members of struct Lisp_Process to PVAR.
102 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
104         * coccinelle/window.cocci: Semantic patch to replace direct
105         access to Lisp_Object members of struct window to WVAR.
107 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
109         * coccinelle/frame.cocci: Semantic patch to replace direct
110         access to Lisp_Object members of struct frame to FVAR.
112 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
114         Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
115         * merge-gnulib: Add environ, stdalign.
117 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
119         * coccinelle/unibyte_string.cocci: Semantic patch to convert from
120         make_unibyte_string to build_unibyte_string where appropriate.
122 2012-07-17  Eli Zaretskii  <eliz@gnu.org>
124         * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
126 2012-07-17  Chong Yidong  <cyd@gnu.org>
128         * Version 24.1 released.
130 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
132         Assume mkdir, perror, rename, rmdir, strerror.
133         * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
134         (HAVE_STRERROR, strerror):
135         Remove.
137 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
139         * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
140         to XCDR and consistently use CONSP in the list iteration loops.
141         * coccinelle/vector_contents.cocci: Fix indentation.
143 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * bzrmerge.el: Use cl-lib.
147 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
149         Rename configure.in to configure.ac (Bug#11603).
150         * admin.el (set-version):
151         * quick-install-emacs (VERSION):
152         Get version number from configure.ac, not configure.in.
154 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
156         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
157         * merge-gnulib (GNULIB_MODULES): Add c-strcase.
159 2012-07-05  Dmitry Antipov  <dmantipov@yandex.ru>
161         * coccinelle/xzalloc.cocci: Semantic patch to convert
162         calls to xmalloc with following memset to xzalloc.
164 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
166         * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
168 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
170         * coccinelle/build_string.cocci: Semantic patch
171         to convert from make_string to build_string.
173 2012-06-24  Dmitry Antipov  <dmantipov@yandex.ru>
175         First Coccinelle semantic patch.
176         * coccinelle: New subdirectory
177         * coccinelle/README: Documentation stub.
178         * coccinelle/vector_contents.cocci: Semantic patch to replace direct
179         access to `contents' member of Lisp_Vector objects with AREF and ASET
180         where appropriate.
182 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
184         Support higher-resolution time stamps (Bug#9000).
185         * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
186         gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
187         timespec-sub, utimens.
188         (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
189         This trims down the gnulib import, from the very latest gnulib.
190         Emacs does its own implementation of 'select' and 'sigprocmask'
191         on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
192         hosts, so it doesn't need these modules.
193         Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
194         these gnulib modules are only for Windows porting and Emacs ports
195         to Windows in a different way.
197 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
199         * make-emacs: Rename --union-type to --check-lisp-type.
200         Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
201         * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
202         USE_LISP_UNION_TYPE.
204 2012-06-03  Glenn Morris  <rgm@gnu.org>
206         * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
208 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
210         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
211         * make-tarball.txt: Don't worry about maintainer mode.
213 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
215         * CPP-DEFINES: Remove HAVE_SYSINFO.
217 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
219         Assume gnulib does largefile.
220         * merge-gnulib (GNULIB_MODULES): Add largefile.
222 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
224         Remove src/m/*.
225         * CPP-DEFINES: Do not mention src/m/*.h.
226         (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
227         (BITS_PER_SHORT, BITS_PER_INT): Remove.
228         * MAINTAINERS: Remove src/m/.
230 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
232         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
233         * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
235         Assume C89 or later.
236         * CPP-DEFINES: Remove NULL, const.
238         Make merging from gnulib a script, not a makefile action.
239         * merge-gnulib: New script, with actions moved here from
240         ../Makefile.in.
242 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
244         * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
246         * CPP-DEFINES (HAVE_FTIME): Remove.
248 2012-05-02  Glenn Morris  <rgm@gnu.org>
250         * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
252 2012-04-10  Glenn Morris  <rgm@gnu.org>
254         * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
256         * unidata/Makefile.in: Add FSF copyright.
257         Make it use autoconf features, and work for out-of-tree builds.
259 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
261         * unidata/README:
262         * unidata/copyright.html:
263         * unidata/BidiMirroring.txt:
264         * unidata/UnicodeData.txt: Update for the latest version 6.1 of
265         the Unicode Standard.
267 2012-02-16  Kenichi Handa  <handa@m17n.org>
269         * unidata/unidata-gen.el (unidata-prop-alist): Change the default
270         values of name and old-name to nil.
271         (unidata-get-name): Return nil for the default value.
273 2012-02-11  Glenn Morris  <rgm@gnu.org>
275         * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
276         (cusver-check): New functions.
278 2012-01-19  Glenn Morris  <rgm@gnu.org>
280         * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
281         "skip?" question, since there can be multiple such for any revision.
283 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
285         * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
286         updated and checked.
288 2011-11-26  Andreas Schwab  <schwab@linux-m68k.org>
290         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
291         Avoid warning about old-style backquote.
293         * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
294         in regexp.
295         (wisent-make-parsers): Likewise.  Quote `.'.
297         * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
298         in regexp.
299         (bovine-make-parsers): Likewise.  Quote `.'.
301 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
303         * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
305 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
307         * admin.el (manual-dvi): Fix typo.
309 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
311         * nt/README-ftp-server: Update the information about PNG libraries.
313 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
315         * make-emacs: Fix typo.
317 2011-11-07  Juanma Barranquero  <lekktu@gmail.com>
319         * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
321 2011-10-31  David Engster  <deng@randomsample.de>
323         * grammars/bovine-grammar.el: Avoid using old-style backquotes.
325 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
327         * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
328         running Emacs on Windows 9X.
330 2011-09-26  Chong Yidong  <cyd@stupidchicken.com>
332         * admin.el (set-version): Fix regexps for config.nt and
333         sed2v2.inp.
335 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
337         Merge from gnulib (Bug#9169).
338         * notes/copyright: The files compile, config.guess, config.sub,
339         depcomp, install-sh, missing, and move-if-change are now in the
340         new build-aux subdirectory.  The files arg-nonnull.h, c++defs.h,
341         and warn-on-use.h are now in build-aux/snippets.  New file
342         build-aux/snippets/_Noreturn.h.
344 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
346         * unidata/unidata-gen.el (unidata-prop-alist): Update the default
347         values of bidi-class according to DerivedBidiClass.txt from the
348         latest UCD.
350 2011-08-23  Kenichi Handa  <handa@m17n.org>
352         * unidata/unidata-gen.el (unidata-prop-alist): Provide default
353         values for name, general-category, canonical-combining-class,
354         mirrored, and bidi-class.  Describe the meaning of value nil for
355         decimal-digit-value, digit-value, numeric-value, uppercase,
356         lowercase, titlecase, and mirroring.
357         (unidata-gen-table): Handle the case that default-value is a
358         list.  Set default values of characters not listed in a table.
359         (unidata-get-name): Return an empty string if a value in a
360         char-table is nil.
361         (unidata-get-decomposition): Return a list of character itself if
362         a value in a char-table is nil.
364 2011-08-15  Eli Zaretskii  <eliz@gnu.org>
366         * unidata/bidimirror.awk: File removed.
368         * unidata/biditype.awk: File removed.
370         * unidata/makefile.w32-in (all): Remove src/biditype.h and
371         src/bidimirror.h.
372         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
374         * unidata/Makefile.in (all): Remove src/biditype.h and
375         src/bidimirror.h.
376         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
378 2011-07-07  Juanma Barranquero  <lekktu@gmail.com>
380         * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
381         Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
383 2011-07-06  Kenichi Handa  <handa@m17n.org>
385         * unidata/unidata-gen.el (unidata-dir): New variable.
386         (unidata-setup-list): Expand unidata-text-file in unidata-dir.
387         (unidata-prop-alist): INDEX element may be a function.
388         New optional element VAL-LIST (for general-category and bidi-class).
389         New entry `mirroring'.
390         (unidata-prop-default, unidata-prop-val-list): New subst.
391         (unidata-get-character, unidata-put-character): Delete them.
392         (unidata-gen-table-character): New arg IGNORE.  Adjusted for the
393         above changes.
394         (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
395         (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
396         Delete them.
397         (unidata-encode-val): Assume that the first element of VAL-LIST is
398         a cons (nil . 0).
399         (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
400         Always store the encoded value.
401         (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
402         Set the 1st and the 2nd extra slots to index numbers for C
403         functions.
404         (unidata-gen-table-integer): Likewise.
405         (unidata-gen-table-numeric): Likewise.
406         (unidata-gen-table-name): New arg IGNORE.
407         (unidata-gen-table-decomposition): Likewise.
408         (unidata-describe-general-category): Add the case nil to the
409         description alist.
410         (unidata-gen-mirroring-list): New function.
411         (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
412         unidata-prop-alist.  Handle the case of storing multiple
413         char-tables in a file.
415         * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
416         unidata-gen-files.
418 2011-05-21  Glenn Morris  <rgm@gnu.org>
420         * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
422 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
424         * Version 23.3 released.
426 2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
428         * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
430 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
432         * admin.el (set-version): Add msdos/sed2v2.inp.
434 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
436         Remove no-longer needed getloadavg symbols.
437         * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
438         (LDAV_SYMBOL): Remove.
440 2011-02-12  Glenn Morris  <rgm@gnu.org>
442         * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
444 2011-02-05  Glenn Morris  <rgm@gnu.org>
446         * bzrmerge.el (bzrmerge-warning-buffer): New constant.
447         (bzrmerge-apply): Use it.
448         (bzrmerge): Kill any old warning buffer first.
450 2011-02-03  Glenn Morris  <rgm@gnu.org>
452         * bzrmerge.el (bzrmerge-buffer): New constant.
453         (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
454         (bzrmerge-missing): If nothing to do, return nil not (nil).
455         (bzrmerge-apply): Remove odd character from message.
456         (bzrmerge): Give status messages.
458 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
460         * admin.el (set-version): Remove lib-src/makefile.w32-in.
461         Add nt/config.nt.
463 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
465         src/emacs.c now gets version number from configure.in
466         * admin.el (set-version): Don't update src/emacs.c.
467         * quick-install-emacs (VERSION): Get it from configure.in, not from
468         src/emacs.c.
470 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
472         strftime: import from gnulib
473         * notes/copyright: strftime.c moved from src to lib.
475 2011-01-25  Glenn Morris  <rgm@gnu.org>
477         * bzrmerge.el (bzrmerge-skip-regexp): New variable.
478         (bzrmerge-missing): Use it.
480 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
482         * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
483         rather than doing rm and autoconf by hand.  See
484         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
486 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
488         * notes/bzr (Installing changes from gnulib): New section.
489         Need for this suggested by Stefan Monnier.
491 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
493         * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
494         an inconsistent state.
496 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
498         Update copyright notes to match recent gnulib-related changes.
499         * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
500         arg-nonnull.h, c++defs.h, compile, depcomp, missing,
501         warn-on-use.h, lib/*.[ch], lib/gnulib.mk.  Remove src/mktime.c,
502         lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
503         are subsumed by the lib/*.[ch] rule).  Remove m4/getopt.m4 (now
504         subsumed by m4/*.m4 rule).  config.guess, config.sub, and
505         doc/man/texinfo.tex are now copied in from gnulib.
507 2011-01-15  Glenn Morris  <rgm@gnu.org>
509         * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
511         * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
512         (bzrmerge-resolve): Also ignore cl-loaddefs.el.
514 2011-01-14  Glenn Morris  <rgm@gnu.org>
516         * admin.el (set-copyright): Also handle \year in refcards/*.tex.
518 2011-01-14  Glenn Morris  <rgm@gnu.org>
520         * bzrmerge.el: Require cl when compiling.
521         (bzrmerge-merges): Doc fix.
523 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
525         * notes/copyright: There's only one install-sh, not two, so fix a
526         typo claiming that there's two.  Add move-if-change to the list of
527         GPL files imported from gnulib.
529 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
531         * notes/copyright: Report status more accurately for non-GPL files.
532         Report copyright status more accurately for mkinstalldirs,
533         configure, m4/getopt.m4, and msdos/sed*.inp.
535 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
537         * nt/README.W32: Update the information about PNG support libraries.
538         (Bug#7716)
540 2010-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
542         * bzrmerge.el: New file to help merge branches while skipping
543         some revisions (e.g. from emacs-23 to trunk).
545 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
547         * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
549 2010-10-12  Glenn Morris  <rgm@gnu.org>
551         * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
553 2010-10-09  Glenn Morris  <rgm@gnu.org>
555         * admin.el (set-version): Add doc/emacs/emacsver.texi.
557 2010-10-09  Glenn Morris  <rgm@gnu.org>
559         * admin.el (set-version): No need to act on doc/ files any more.
561         * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
563 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
565         * unidata/BidiMirroring.txt: Update from
566         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
568         * unidata/UnicodeData.txt: Update from
569         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
571 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
573         * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
575 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
577         * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
579 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
581         * admin.el: Write version number to nt/makefile.w32-in.
582         * nt/makedist.bat: Remove; replaced with `zipdist.bat'
583         in the nt/ directory.
584         * nt/README.W32: Relocate to nt/ directory.
586 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
588         * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
590 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
592         * MAINTAINERS: Update my responsibilities.
594 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
596         * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
597         (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
598         Remove.
600 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
602         * unidata/bidimirror.awk: New file.
604         * unidata/BidiMirroring.txt: New file from
605         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
607         * unidata/Makefile.in (../../src/bidimirror.h): New target.
608         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
610         * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
611         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
613         * unidata/biditype.awk: New file.
615         * unidata/Makefile.in (../../src/biditype.h): New target.
617         * unidata/makefile.w32-in (../../src/biditype.h): New target.
619 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
621         * unidata/UnicodeData.txt: Update from
622         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
624 2010-05-27  Glenn Morris  <rgm@gnu.org>
626         * quick-install-emacs (AVOID): No more Makefile.c files.
628         * notes/cpp: Remove file.
630 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
632         * admin.el (set-version, set-copyright): Update emacs.c instead of
633         version.el.
635         * make-tarball.txt: Update filename list in step 6.
637         * quick-install-emacs: Scan emacs.c instead of version.el for
638         version string.
640 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
642         * Version 23.2 released.
644 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
646         * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
648 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
650         * Branch for 23.2.
652 2010-03-10  Miles Bader  <miles@gnu.org>
654         * quick-install-emacs: Use more portable shell syntax.
656         * quick-install-emacs (AVOID): Be more picky about files we avoid
657         installing.
659 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
661         * quick-install-emacs (PRUNED): Fix typo in message.
663 2010-01-20  Glenn Morris  <rgm@gnu.org>
665         * revdiff: Remove file that only works with CVS, and isn't really
666         needed with Bazaar (given the in-built revision options of bzr diff).
668 2010-01-12  Glenn Morris  <rgm@gnu.org>
670         * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
671         than emacs-pretest-bug for bug reports for development versions.
673 2009-11-06  Kenichi Handa  <handa@m17n.org>
675         * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
676         that the block data and the following per-char data fall into the
677         same char-table leaf.
679 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
681         * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
683 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
685         * unidata/.gitignore: New file.
687 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
689         * notes/bugtracker: How to reassign a bug to a list of packages.
691         * notes/newfile: Details of how to check for problems with DOS 8+3
692         file-name restrictions.
694 2009-08-18  Glenn Morris  <rgm@gnu.org>
696         * notes/newfile: New file.
698 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
700         * make-tarball.txt: Add a note about bumping the value of
701         customize-changed-options-previous-release.
703 2009-06-24  Kenichi Handa  <handa@m17n.org>
705         * charsets/mapconv: For the Unicode format files, do reverse sort
706         and don't compact the map.  This is to prefer the first one in the
707         duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
709 2009-06-12  Kenichi Handa  <handa@m17n.org>
711         * charsets/Makefile (JISX213A.map): Make it depend on
712         mapfiles/JISX213A.map.gz.
713         (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
715         * charsets/mapfiles/JISX213A.map.gz: New file.
717         * charsets/mapfiles/README: Describe JISX213A.map.gz.
719 2009-06-12  Kenichi Handa  <handa@m17n.org>
721         * charsets/mapfiles/*: New files.
723         * charsets/mule-charsets.el: Mostly re-written to generate all
724         MULE-*.map files.
726         * charsets/mapconv: Mostly re-written to handle "gzip"ed input
727         files.
729         * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
730         EUC-JP-MS.
732         * charsets/cp51932.awk (END): Print arch-tag at the tail.
734         * charsets/Makefile: Maps depend on files under mapfiles or
735         ${GLIBC_CHARMAPS}.
737 2009-04-21  Kenichi Handa  <handa@m17n.org>
739         * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
740         change.
742 2009-04-17  Kenichi Handa  <handa@m17n.org>
744         * unidata/unidata-gen.el (unidata-get-decomposition):
745         Adjust Hangle decomposition rule to Unicode.
747 2009-04-09  Kenichi Handa  <handa@m17n.org>
749         * unidata/unidata-gen.el (unidata-describe-decomposition):
750         Return a string with a composition property to disable combining
751         characters being composed.
753 2009-03-11  Miles Bader  <miles@gnu.org>
755         * quick-install-emacs: Be more clever about locating info directory.
757 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
759         * nt/README.W32: Fix typos.
761 2009-02-23  Jason Rumney  <jasonr@gnu.org>
763         * nt/README-ftp-server: Update for 23.0.91.
765         * nt/README.W32: Remove ever expanding versions of Windows.
766         Shorten FAQ URL.  Remove mention of obsolete lock directory.
767         Windows distribution now bin and barebin only.  Add note about
768         SVG support.  Remove old tar and gzip problem workarounds.
769         Use new (22.x) -Q option.  Report all bugs through bug tracker.
771         * nt/README-UNDUMP.W32: Modify for barebin distribution, as
772         undumped distribution no longer exists.
774 2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
776         * nt/README.W32: Fix typo.  (Bug#2207)
778 2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
780         * admin.el (set-version): Remove deleted file ns-emacs.texi.
782 2008-12-02  Kenichi Handa  <handa@m17n.org>
784         * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
785         `decomposition' property adjusted.
786         (unidata-split-decomposition): Don't include surrounding "<" and
787         ">" in a symbol name.
789 2008-12-01  Kenichi Handa  <handa@m17n.org>
791         * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
792         property generator to unidata-gen-table-numeric.  Docstring adjusted.
793         (unidata-get-numeric, unidata-put-numeric)
794         (unidata-gen-table-numeric): New functions.
795         (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
797 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
799         * notes/documentation: Add notes about Antinews.
801 2008-10-23  Glenn Morris  <rgm@gnu.org>
803         * admin.el (set-version): Add doc/misc/ns-emacs.texi.
804         Add/tweak some nextstep/ entries.
806 2008-09-19  Kenichi Handa  <handa@m17n.org>
808         * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
809         positions.
811 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
813         * CPP-DEFINES: Add USER_FULL_NAME.
815 2008-08-16  Jason Rumney  <jasonr@gnu.org>
817         * admin.el (set-version): Set version in nt/emacsclient.rc.
819 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
821         * nt/dump.bat: Fix mixed EOLs.
823 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
825         * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
827 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
829         * CPP-DEFINES: Add defines for accessing system processes.
831 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
833         * make-tarball.txt:
834         * admin.el:
835         * FOR-RELEASE:
836         * CPP-DEFINES: Remove mentions of Mac Carbon.
838 2008-07-16  Glenn Morris  <rgm@gnu.org>
840         * admin.el (set-version, set-copyright): Add nextstep/ files.
842 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
844         * CPP-DEFINES: Add NS port related defines.
846 2008-06-16  Glenn Morris  <rgm@gnu.org>
848         * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
849         doc/lispref/book-spine.texinfo.
851 2008-06-15  Glenn Morris  <rgm@gnu.org>
853         * admin.el (set-version): Add doc/misc/faq.texi.
855 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
857         * FOR-RELEASE: Remove Windows problem about the XPM image library
858         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
860 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
862         * unidata/UnicodeData.txt: Update to Unicode 5.1.
864 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
866         * unidata/unidata-gen.el (unidata-prop-alist):
867         Fix typo in description of `numeric-value'.
868         (unidata-put-character): Fix typo in error message.
870 2008-02-21  Glenn Morris  <rgm@gnu.org>
872         * notes/unicode, notes/font-backend: New files, split off from
873         README.unicode.
875 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
877         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
878         being used in latin1-disp.el.  Remove the problem of
879         cp-supported-codepages.  Remove the problem of lost changelog for
880         ps-prin1.ps.
882 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
884         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
885         non-portable in this context.
887         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
888         non-portable in this context.
890 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
892         * unidata/makefile.w32-in (lisp): New variable.
893         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
894         lisp/emacs-lisp.
896 2008-02-04  Jason Rumney  <jasonr@gnu.org>
898         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
900 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
902         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
904 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
906         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
908         * unidata/Makefile.in: Rename from Makefile.
910         * unidata/makefile.w32-in: New file.
912 2008-02-02  Jason Rumney  <jasonr@gnu.org>
914         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
916 2008-02-01  Kenichi Handa  <handa@m17n.org>
918         * unidata/copyright.html: New file.
920 2008-02-01  Kenichi Handa  <handa@m17n.org>
922         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
923         decomposition, if T is the same as TBase, don't include it in the
924         returned list.
926 2008-02-01  Kenichi Handa  <handa@m17n.org>
928         * unidata/unidata-gen.el (unidata-text-file): Delete it.
929         (unidata-list): Initialize to nil.
930         (unidata-setup-list): New function.
931         (unidata-gen-files): New optional arg unidata-text-file.
932         If it's nil, set unidata-text-file to the left command line arg.
933         Call unidate-setup-list at first.
935         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
936         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
938 2008-02-01  Kenichi Handa  <handa@m17n.org>
940         * unidata/unidata-gen.el: Fix comment typo.
941         Change string-to-int to string-to-number.
942         (unidata-text-file): Define to .../unidata.txt.
943         (unidata-list): Just insert unidata-text-file.
944         (unidata-get-decomposition): Handle Hangul decomposition.
945         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
947         * unidata/Makefile (unidata.txt): New target.
948         (charprop.el): Depends on unidata.txt.
949         (clean): Remove unidata.txt.
951 2008-02-01  Kenichi Handa  <handa@m17n.org>
953         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
954         (unidata-get-name): Handle U+110B.
956 2008-02-01  Kenichi Handa  <handa@m17n.org>
958         Sub-directory `unidata' is for codes to generate charprop.el and
959         many other uni-*.el files from `UnicodeData.txt'.
961         * Unidata/README: New file.
963         * unidata/Makefile: New file.
965         * unidata/unidata-gen.el: New file.
967         * unidata/UnicodeData.txt: New file.  Copied from
968         http://www.unicode.org on 2006-05-23.
970         * unidata/.cvsignore: New file.
972 2008-02-01  Kenichi Handa  <handa@m17n.org>
974         * charsets/.cvsignore: New file.
976         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
978         * charsets/Makefile (all): Rename target from charsets.
979         Depend on ${TRANS_TABLE}.
980         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
981         Generate from cns2ucsdkw.txt.
982         (install): Copy updated files only.
984 2008-02-02  Kenichi Handa  <handa@m17n.org>
986         * charsets/cp932.awk: Append user-defined area of CP932.
988 2008-02-02  Kenichi Handa  <handa@m17n.org>
990         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
991         0x2299 to 0x29BF.
993 2008-02-01  Kenichi Handa  <handa@m17n.org>
995         * charsets/Makefile (TRANS_TABLE): New macro.
996         (JISX0208.map): Convert 0x2015 to 0x2014.
997         (cp51932.el): New target.
998         (eucjp-ms.el): New target.
999         (install): Include ${TRANS_TABLE}.
1000         (CJK): Include JISX213A.map.
1001         (JISX213A.map): New target.
1003         * charsets/eucjp-ms.awk: New file.
1005         * charsets/cp51932.awk: New file.
1007 2008-02-01  Kenichi Handa  <handa@m17n.org>
1009         * charsets/cp932.awk: New file.
1011         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
1013         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1014         running an awk program.
1016 2008-02-01  Kenichi Handa  <handa@m17n.org>
1018         * charsets/mapconv: Handle UNICODE2.
1020         * charsets/Makefile (CJK): Include CP932-2BYTE.map.
1021         (CP932-2BYTE.map): New target.
1023 2008-02-01  Kenichi Handa  <handa@m17n.org>
1025         * charsets: New directory for scripts to generate charset map
1026         files in ../etc/charsets/.
1028         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
1029         * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
1030         * charsets/kuten.awk: New files.
1032 2008-01-08  Glenn Morris  <rgm@gnu.org>
1034         * admin.el (set-version): Add doc/man/emacs.1.
1036 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1038         * notes/copyright:
1039         * MAINTAINERS: Remove references to files that have been removed.
1041 2008-01-04  Glenn Morris  <rgm@gnu.org>
1043         * admin.el (set-copyright): Add lib-src/ebrowse.c.
1045 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1047         * CPP-DEFINES: New file.
1049 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1051         * FOR-RELEASE: Remove "window-system in face definition" [of
1052         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
1053         on gnus-dired.el.
1055 2007-12-05  Glenn Morris  <rgm@gnu.org>
1057         * admin.el (set-version): Handle configure.in.  Adapt for doc/
1058         directory layout for manuals.
1060 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1062         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
1063         been fixed in Gnus CVS but have not yet been synched to Emacs.
1065 2007-11-17  Glenn Morris  <rgm@gnu.org>
1067         * admin.el (process-lines): Move to ../lisp/subr.el.
1069 2007-10-23  Glenn Morris  <rgm@gnu.org>
1071         * MAINTAINERS: Move here from ../.
1073 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
1075         * make-emacs: Doc fix.
1077 2007-08-28  Glenn Morris  <rgm@gnu.org>
1079         * admin.el: Provide self.
1081 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
1083         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
1085 2007-07-25  Glenn Morris  <rgm@gnu.org>
1087         * Relicense all FSF files to GPLv3 or later.
1089 2007-06-07  Glenn Morris  <rgm@gnu.org>
1091         * admin.el (set-copyright): New function.
1093 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
1095         * make-tarball.txt: Add note about cutting the branch.
1097 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1099         * Version 22.1 released.
1101 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
1103         * nt/makedist.bat: Change EOL format to DOS.  Don't use
1104         redirection characters in REM lines.
1106 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
1108         * FOR-RELEASE: Removed Gtk/Xft issue.
1110 2007-01-01  Miles Bader  <miles@gnu.org>
1112         * quick-install-emacs (get_config_var): Deal with weird magic
1113         string inserted by recent versions of autoconf.
1115 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
1117         * admin.el (set-version): Set version number in
1118         lib-src/makefile.w32-in.
1120 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1122         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1123         due to a local miss-configuration.
1125 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
1127         * make-announcement (OLD): Remove LEIM references in announcement
1128         since it is now built-in.
1130 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1132         * admin.el (set-version): Set version numbers in "mac" subdirectory.
1134 2006-10-03  Kenichi Handa  <handa@m17n.org>
1136         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1138 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
1140         * FOR-RELEASE: Elisp manual checking completed.
1142 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1144         * FOR-RELEASE: Update refcard section.
1146 2006-07-14  Kim F. Storm  <storm@cua.dk>
1148         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1150 2006-07-09  Kim F. Storm  <storm@cua.dk>
1152         * README: Use outline format.  Add FOR-RELEASE.
1154 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
1156         * FOR-RELEASE: Checking of info.texi done.
1158 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
1160         * FOR-RELEASE: Update refcard section.
1162 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
1164         * FOR-RELEASE: Update refcard section.
1166 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1168         * FOR-RELEASE: Key sequence elisp node done.
1170 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1172         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
1174 2006-05-21  Chong Yidong  <cyd@mit.edu>
1176         * FOR-RELEASE: point-entered /point-left bug fixed.
1178 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1180         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1181         entry.
1183 2006-05-06  Bill Wohler  <wohler@newt.com>
1185         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1186         about it.
1188 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
1190         * ./* (Copyright): Updated Copyright year(s).
1192 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1194         * FOR-RELEASE (BUGS): Add URLs/MIDs.
1196 2006-02-20  Kim F. Storm  <storm@cua.dk>
1198         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1199         Rework how fringe bitmaps are defined and used.
1200         Currently, bitmap usage and bitmap appearance are "mixed-up" in a
1201         one-level representation.  It would be cleaner to split the
1202         representation into a two-level model where first level maps
1203         bitmap usage to a bitmap name, and second level maps bitmap name to
1204         a bitmap appearance.
1206 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
1208         * FOR-RELEASE: String allocation bugs fixed.
1210 2005-12-13  Bill Wohler  <wohler@newt.com>
1212         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1214 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1216         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1217         completing-read-multiple, mail-extract-address-components,
1218         mail-mode, quail-define-package, save-buffer and
1219         ucs-set-table-for-input from doc strings item (Done).
1221 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
1223         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
1225 2005-11-11  Kim F. Storm  <storm@cua.dk>
1227         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1228         when displaying a non-breaking space in an overlay string.
1230 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1232         * FOR-RELEASE: Init file change implemented.
1234 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
1236         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1238 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
1240         * FOR-RELEASE (New features): max-image-size implemented.
1241         (Bugs): split-window done, by Kim F. Storm.
1243 2005-10-17  Bill Wohler  <wohler@newt.com>
1245         * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1246         since it's gone.  Also marked mh-e as done.
1248 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
1250         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1251         libraries on Windows (Done).
1253 2005-10-01  Jason Rumney  <jasonr@gnu.org>
1255         * admin.el (set-version): Set version numbers in nt/emacs.rc.
1257 2005-08-31  Romain Francoise  <romain@orebokech.com>
1259         * FOR-RELEASE (New features): Remove vhdl-mode.el update
1260         item (Done).
1262 2005-08-27  Romain Francoise  <romain@orebokech.com>
1264         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1266 2005-07-04  Lute Kamstra  <lute@gnu.org>
1268         Update FSF's address in GPL notices.
1270 2005-06-10  Lute Kamstra  <lute@gnu.org>
1272         * admin.el (set-version): Set version in lisp manual too.
1273         * make-tarball.txt: Commit lispref/elisp.texi too.
1275 2005-06-04  Richard M. Stallman  <rms@gnu.org>
1277         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1278         Other cleanups.
1280 2005-04-19  Lute Kamstra  <lute@gnu.org>
1282         * make-tarball.txt: Don't commit lisp/loaddefs.el.
1284 2005-04-14  Lute Kamstra  <lute@gnu.org>
1286         * nt/makedist.bat (elfiles): Update.
1288         * admin.el (add-release-logs): Fix require call.
1290 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
1292         * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
1293         The first line of every tutorial must begin with a sentence saying
1294         "Emacs Tutorial" in the respective language.  This should be
1295         followed by "See end for copying conditions", likewise in the
1296         respective language.
1298 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
1300         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1301         Add `undo-ask-before-discard' to it.
1303 2005-03-02  Miles Bader  <miles@gnu.org>
1305         * quick-install-emacs: Only use the mkdir --verbose option if the
1306         script's --verbose option was specified (this avoids problems with
1307         default usage on systems where mkdir doesn't support that option).
1309 2005-02-15  Jason Rumney  <jasonr@gnu.org>
1311         * nt/makedist.bat: Do not rely on non-standard behavior of
1312         tar --exclude.
1314 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
1316         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1318 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
1320         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1321         Elisp manuals.
1323 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
1325         * FOR-RELEASE (Indications): Clean up and update checklists for
1326         Emacs and Elisp manuals.
1328 2004-09-11  Kim F. Storm  <storm@cua.dk>
1330         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1331         (Documentation): Add NEWS entry.
1332         Add section lists for proof-reading Emacs and Lisp manuals.
1334 2004-08-29  Kim F. Storm  <storm@cua.dk>
1336         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1338 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
1340         * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1341         (now behaves as well as other ports).
1343 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
1345         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1347 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
1349         * FOR-RELEASE: Moved here from the etc directory.
1351 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
1353         * notes/BRANCH: New file, to be maintained per CVS branch.
1355 2003-10-01  Miles Bader  <miles@gnu.org>
1357         * quick-install-emacs: Don't use "function" keyword when defining
1358         shell functions.
1360 2003-09-29  Lute Kamstra  <lute@gnu.org>
1362         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1364 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
1366         * quick-install-emacs: Remove fns-* pruning, since that file no
1367         longer seems to be generated.
1368         (AVOID): Quote literal periods.  Quote braces in a way acceptable
1369         to all parties (gawk gets bitchy about using `\').
1371 2003-08-19  Miles Bader  <miles@gnu.org>
1373         * quick-install-emacs: Add arch-specific ignored files to
1374         quick-install-emacs.  Use quoting for periods that's acceptable
1375         to recent versions of gawk.
1377 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1379         * cus-test.el: Remove obsolete workaround.
1381 2003-04-22  Andrew Innes  <andrewi@gnu.org>
1383         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1384         emacs.exe before zipping, and including batch file to recreate
1385         after unpacking.
1387         * nt/stitch.bat: New file.
1389         * nt/README-ftp-server: Update wording and version number etc.
1390         Add extra instructions for installing multi-file .zip
1391         distribution.
1393         * nt/README.W32: Remove personal email address and update wording.
1395         * nt/README-UNDUMP.W32: Remove personal email address and update
1396         wording.
1398 2003-02-10  Francesco Potortì  <pot@gnu.org>
1400         * make-changelog-diff: New script, code stolen from make-announcement.
1402         * make-announcement: Use make-changelog-diff.
1404 2003-01-20  Francesco Potortì  <pot@gnu.org>
1406         * make-tarball.txt: Step-by-step instructions for making a tarball.
1408         * make-announcement: A script for creating pretest announcements.
1410 2003-01-17  Francesco Potortì  <pot@gnu.org>
1412         * admin.el (add-release-logs): Expand the directory name before
1413         calling find(1).
1414         (add-release-logs): Use the same methods as add-log.el for writing
1415         the date and the user's name and address.
1417 2003-01-07  Miles Bader  <miles@gnu.org>
1419         * quick-install-emacs: Unset LANG etc. to avoid non-standard
1420         command output from non-C locales.
1422 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
1424         * cus-test.el: Extended and reorganized.  There are now 4 tests
1425         which can be run in batch mode.  See the Commentary section.
1427 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
1429         * cus-test.el: New file.
1431 2002-05-27  Miles Bader  <miles@gnu.org>
1433         * quick-install-emacs (VERSION): Calculate using the same method
1434         that configure.in uses.
1436 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
1438         * emacs-pretesters: New file with information for Emacs
1439         pretesters.
1441 2002-03-22  Paul Eggert  <eggert@twinsun.com>
1443         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1444         POSIX 1003.1-2001 disallows both usages.
1446 2002-02-11  Andrew Innes  <andrewi@gnu.org>
1448         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1450 2002-01-24  Andrew Innes  <andrewi@gnu.org>
1452         * nt/README.W32: Remove unnecessary version number and date
1453         references.
1455         * nt/README-UNDUMP.W32: Ditto.
1457 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
1459         * make-emacs: Add --trace-move.
1461 2001-10-23  Andrew Innes  <andrewi@gnu.org>
1463         * nt/makedist.bat: Remove remaining obsolete reference to
1464         GETTING.GNU.SOFTWARE.
1466 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
1468         * admin.el (set-version): Use `s' interactive spec for
1469         version number.
1471 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1473         * (Version 21.1 released.)
1475 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1477         * admin.el (add-release-logs): Put the log entry in lispref, too.
1479 2001-10-20  Miles Bader  <miles@gnu.org>
1481         * quick-install-emacs: Exit if we can't find some variable.
1482         (AVOID): Add .orig & .rej files.
1483         (get_config_var): Be more liberal about format of config.status
1484         sed commands.
1486 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
1488         * admin.el: New file.
1490         * build-configs: Add --help option.  Add support for building
1491         in arbitrary source trees.
1493 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1495         * alloc-colors.c: New file.
1497 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
1499         * make-emacs: Add --boot switch for bootstrapping.  Logs to
1500         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1502 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1504         * Branch for 21.1.
1506 2001-09-04  Andrew Innes  <andrewi@gnu.org>
1508         * admin/nt/makedist.bat: Remove reference to obsolete file
1509         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
1510         version of tar used.
1512 ;; Local Variables:
1513 ;; coding: utf-8
1514 ;; End:
1516   Copyright (C) 2001-2012 Free Software Foundation, Inc.
1518   This file is part of GNU Emacs.
1520   GNU Emacs is free software: you can redistribute it and/or modify
1521   it under the terms of the GNU General Public License as published by
1522   the Free Software Foundation, either version 3 of the License, or
1523   (at your option) any later version.
1525   GNU Emacs is distributed in the hope that it will be useful,
1526   but WITHOUT ANY WARRANTY; without even the implied warranty of
1527   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1528   GNU General Public License for more details.
1530   You should have received a copy of the GNU General Public License
1531   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.