* calendar/todos.el: Improve handling of saved top priorities items.
[emacs.git] / admin / ChangeLog
blobb70067d7465583eb6bcefeaf5a5ef4c4c435b58e
1 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
3         Simplify, document, and port floating-point (Bug#12381).
4         * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
6 2012-09-09  Paul Eggert  <eggert@cs.ucla.edu>
8         Assume C89 or later for math functions (Bug#12381).
9         * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
10         (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
12 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
14         Simplify redefinition of 'abort' (Bug#12316).
15         * CPP-DEFINES (NO_ABORT): Remove.
17 2012-08-28  Glenn Morris  <rgm@gnu.org>
19         * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
21 2012-08-28  Andreas Schwab  <schwab@linux-m68k.org>
23         * charsets/mule-charsets.el (header): Fix typo.
25 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
27         On assertion failure, print backtrace if available.
28         * merge-gnulib (GNULIB_MODULES): Add execinfo.
30 2012-08-16  Paul Eggert  <eggert@cs.ucla.edu>
32         Use ASCII tests for character types.
33         * merge-gnulib (GNULIB_MODULES): Add c-ctype.  This documents a
34         new direct dependency; c-ctype was already being used indirectly
35         via other gnulib modules.
37 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
39         Use bool for Emacs Lisp booleans.
40         * merge-gnulib (GNULIB_MODULES): Add stdbool.  This documents a
41         new direct dependency; stdbool was already being used indirectly
42         via other gnulib modules.
44 2012-08-11  Glenn Morris  <rgm@gnu.org>
46         * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
48 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
50         * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
52 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
54         Port to Solaris 8.
55         * CPP-DEFINES (WRETCODE): Remove.
57 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
59         * coccinelle/overlay.cocci: Semantic patch to replace direct
60         access to Lisp_Object members of struct Lisp_Overlay to MVAR.
62 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
64         * coccinelle/symbol.cocci: Semantic patch to replace direct
65         access to Lisp_Object members of struct Lisp_Symbol to SVAR.
67 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
69         * coccinelle/process.cocci: Semantic patch to replace direct
70         access to Lisp_Object members of struct Lisp_Process to PVAR.
72 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
74         * coccinelle/window.cocci: Semantic patch to replace direct
75         access to Lisp_Object members of struct window to WVAR.
77 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
79         * coccinelle/frame.cocci: Semantic patch to replace direct
80         access to Lisp_Object members of struct frame to FVAR.
82 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
84         Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
85         * merge-gnulib: Add environ, stdalign.
87 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
89         * coccinelle/unibyte_string.cocci: Semantic patch to convert from
90         make_unibyte_string to build_unibyte_string where appropriate.
92 2012-07-17  Eli Zaretskii  <eliz@gnu.org>
94         * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
96 2012-07-17  Chong Yidong  <cyd@gnu.org>
98         * Version 24.1 released.
100 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
102         Assume mkdir, perror, rename, rmdir, strerror.
103         * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
104         (HAVE_STRERROR, strerror):
105         Remove.
107 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
109         * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
110         to XCDR and consistently use CONSP in the list iteration loops.
111         * coccinelle/vector_contents.cocci: Fix indentation.
113 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
115         * bzrmerge.el: Use cl-lib.
117 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
119         Rename configure.in to configure.ac (Bug#11603).
120         * admin.el (set-version):
121         * quick-install-emacs (VERSION):
122         Get version number from configure.ac, not configure.in.
124 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
126         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
127         * merge-gnulib (GNULIB_MODULES): Add c-strcase.
129 2012-07-05  Dmitry Antipov  <dmantipov@yandex.ru>
131         * coccinelle/xzalloc.cocci: Semantic patch to convert
132         calls to xmalloc with following memset to xzalloc.
134 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
136         * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
138 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
140         * coccinelle/build_string.cocci: Semantic patch
141         to convert from make_string to build_string.
143 2012-06-24  Dmitry Antipov  <dmantipov@yandex.ru>
145         First Coccinelle semantic patch.
146         * coccinelle: New subdirectory
147         * coccinelle/README: Documentation stub.
148         * coccinelle/vector_contents.cocci: Semantic patch to replace direct
149         access to `contents' member of Lisp_Vector objects with AREF and ASET
150         where appropriate.
152 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
154         Support higher-resolution time stamps (Bug#9000).
155         * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
156         gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
157         timespec-sub, utimens.
158         (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
159         This trims down the gnulib import, from the very latest gnulib.
160         Emacs does its own implementation of 'select' and 'sigprocmask'
161         on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
162         hosts, so it doesn't need these modules.
163         Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
164         these gnulib modules are only for Windows porting and Emacs ports
165         to Windows in a different way.
167 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
169         * make-emacs: Rename --union-type to --check-lisp-type.
170         Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
171         * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
172         USE_LISP_UNION_TYPE.
174 2012-06-03  Glenn Morris  <rgm@gnu.org>
176         * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
178 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
180         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
181         * make-tarball.txt: Don't worry about maintainer mode.
183 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
185         * CPP-DEFINES: Remove HAVE_SYSINFO.
187 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
189         Assume gnulib does largefile.
190         * merge-gnulib (GNULIB_MODULES): Add largefile.
192 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
194         Remove src/m/*.
195         * CPP-DEFINES: Do not mention src/m/*.h.
196         (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
197         (BITS_PER_SHORT, BITS_PER_INT): Remove.
198         * MAINTAINERS: Remove src/m/.
200 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
202         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
203         * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
205         Assume C89 or later.
206         * CPP-DEFINES: Remove NULL, const.
208         Make merging from gnulib a script, not a makefile action.
209         * merge-gnulib: New script, with actions moved here from
210         ../Makefile.in.
212 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
214         * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
216         * CPP-DEFINES (HAVE_FTIME): Remove.
218 2012-05-02  Glenn Morris  <rgm@gnu.org>
220         * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
222 2012-04-10  Glenn Morris  <rgm@gnu.org>
224         * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
226         * unidata/Makefile.in: Add FSF copyright.
227         Make it use autoconf features, and work for out-of-tree builds.
229 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
231         * unidata/README:
232         * unidata/copyright.html:
233         * unidata/BidiMirroring.txt:
234         * unidata/UnicodeData.txt: Update for the latest version 6.1 of
235         the Unicode Standard.
237 2012-02-16  Kenichi Handa  <handa@m17n.org>
239         * unidata/unidata-gen.el (unidata-prop-alist): Change the default
240         values of name and old-name to nil.
241         (unidata-get-name): Return nil for the default value.
243 2012-02-11  Glenn Morris  <rgm@gnu.org>
245         * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
246         (cusver-check): New functions.
248 2012-01-19  Glenn Morris  <rgm@gnu.org>
250         * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
251         "skip?" question, since there can be multiple such for any revision.
253 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
255         * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
256         updated and checked.
258 2011-11-26  Andreas Schwab  <schwab@linux-m68k.org>
260         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
261         Avoid warning about old-style backquote.
263         * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
264         in regexp.
265         (wisent-make-parsers): Likewise.  Quote `.'.
267         * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
268         in regexp.
269         (bovine-make-parsers): Likewise.  Quote `.'.
271 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
273         * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
275 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
277         * admin.el (manual-dvi): Fix typo.
279 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
281         * nt/README-ftp-server: Update the information about PNG libraries.
283 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
285         * make-emacs: Fix typo.
287 2011-11-07  Juanma Barranquero  <lekktu@gmail.com>
289         * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
291 2011-10-31  David Engster  <deng@randomsample.de>
293         * grammars/bovine-grammar.el: Avoid using old-style backquotes.
295 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
297         * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
298         running Emacs on Windows 9X.
300 2011-09-26  Chong Yidong  <cyd@stupidchicken.com>
302         * admin.el (set-version): Fix regexps for config.nt and
303         sed2v2.inp.
305 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
307         Merge from gnulib (Bug#9169).
308         * notes/copyright: The files compile, config.guess, config.sub,
309         depcomp, install-sh, missing, and move-if-change are now in the
310         new build-aux subdirectory.  The files arg-nonnull.h, c++defs.h,
311         and warn-on-use.h are now in build-aux/snippets.  New file
312         build-aux/snippets/_Noreturn.h.
314 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
316         * unidata/unidata-gen.el (unidata-prop-alist): Update the default
317         values of bidi-class according to DerivedBidiClass.txt from the
318         latest UCD.
320 2011-08-23  Kenichi Handa  <handa@m17n.org>
322         * unidata/unidata-gen.el (unidata-prop-alist): Provide default
323         values for name, general-category, canonical-combining-class,
324         mirrored, and bidi-class.  Describe the meaning of value nil for
325         decimal-digit-value, digit-value, numeric-value, uppercase,
326         lowercase, titlecase, and mirroring.
327         (unidata-gen-table): Handle the case that default-value is a
328         list.  Set default values of characters not listed in a table.
329         (unidata-get-name): Return an empty string if a value in a
330         char-table is nil.
331         (unidata-get-decomposition): Return a list of character itself if
332         a value in a char-table is nil.
334 2011-08-15  Eli Zaretskii  <eliz@gnu.org>
336         * unidata/bidimirror.awk: File removed.
338         * unidata/biditype.awk: File removed.
340         * unidata/makefile.w32-in (all): Remove src/biditype.h and
341         src/bidimirror.h.
342         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
344         * unidata/Makefile.in (all): Remove src/biditype.h and
345         src/bidimirror.h.
346         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
348 2011-07-07  Juanma Barranquero  <lekktu@gmail.com>
350         * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
351         Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
353 2011-07-06  Kenichi Handa  <handa@m17n.org>
355         * unidata/unidata-gen.el (unidata-dir): New variable.
356         (unidata-setup-list): Expand unidata-text-file in unidata-dir.
357         (unidata-prop-alist): INDEX element may be a function.
358         New optional element VAL-LIST (for general-category and bidi-class).
359         New entry `mirroring'.
360         (unidata-prop-default, unidata-prop-val-list): New subst.
361         (unidata-get-character, unidata-put-character): Delete them.
362         (unidata-gen-table-character): New arg IGNORE.  Adjusted for the
363         above changes.
364         (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
365         (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
366         Delete them.
367         (unidata-encode-val): Assume that the first element of VAL-LIST is
368         a cons (nil . 0).
369         (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
370         Always store the encoded value.
371         (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
372         Set the 1st and the 2nd extra slots to index numbers for C
373         functions.
374         (unidata-gen-table-integer): Likewise.
375         (unidata-gen-table-numeric): Likewise.
376         (unidata-gen-table-name): New arg IGNORE.
377         (unidata-gen-table-decomposition): Likewise.
378         (unidata-describe-general-category): Add the case nil to the
379         description alist.
380         (unidata-gen-mirroring-list): New function.
381         (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
382         unidata-prop-alist.  Handle the case of storing multiple
383         char-tables in a file.
385         * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
386         unidata-gen-files.
388 2011-05-21  Glenn Morris  <rgm@gnu.org>
390         * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
392 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
394         * Version 23.3 released.
396 2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
398         * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
400 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
402         * admin.el (set-version): Add msdos/sed2v2.inp.
404 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
406         Remove no-longer needed getloadavg symbols.
407         * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
408         (LDAV_SYMBOL): Remove.
410 2011-02-12  Glenn Morris  <rgm@gnu.org>
412         * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
414 2011-02-05  Glenn Morris  <rgm@gnu.org>
416         * bzrmerge.el (bzrmerge-warning-buffer): New constant.
417         (bzrmerge-apply): Use it.
418         (bzrmerge): Kill any old warning buffer first.
420 2011-02-03  Glenn Morris  <rgm@gnu.org>
422         * bzrmerge.el (bzrmerge-buffer): New constant.
423         (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
424         (bzrmerge-missing): If nothing to do, return nil not (nil).
425         (bzrmerge-apply): Remove odd character from message.
426         (bzrmerge): Give status messages.
428 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
430         * admin.el (set-version): Remove lib-src/makefile.w32-in.
431         Add nt/config.nt.
433 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
435         src/emacs.c now gets version number from configure.in
436         * admin.el (set-version): Don't update src/emacs.c.
437         * quick-install-emacs (VERSION): Get it from configure.in, not from
438         src/emacs.c.
440 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
442         strftime: import from gnulib
443         * notes/copyright: strftime.c moved from src to lib.
445 2011-01-25  Glenn Morris  <rgm@gnu.org>
447         * bzrmerge.el (bzrmerge-skip-regexp): New variable.
448         (bzrmerge-missing): Use it.
450 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
452         * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
453         rather than doing rm and autoconf by hand.  See
454         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
456 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
458         * notes/bzr (Installing changes from gnulib): New section.
459         Need for this suggested by Stefan Monnier.
461 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
463         * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
464         an inconsistent state.
466 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
468         Update copyright notes to match recent gnulib-related changes.
469         * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
470         arg-nonnull.h, c++defs.h, compile, depcomp, missing,
471         warn-on-use.h, lib/*.[ch], lib/gnulib.mk.  Remove src/mktime.c,
472         lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
473         are subsumed by the lib/*.[ch] rule).  Remove m4/getopt.m4 (now
474         subsumed by m4/*.m4 rule).  config.guess, config.sub, and
475         doc/man/texinfo.tex are now copied in from gnulib.
477 2011-01-15  Glenn Morris  <rgm@gnu.org>
479         * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
481         * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
482         (bzrmerge-resolve): Also ignore cl-loaddefs.el.
484 2011-01-14  Glenn Morris  <rgm@gnu.org>
486         * admin.el (set-copyright): Also handle \year in refcards/*.tex.
488 2011-01-14  Glenn Morris  <rgm@gnu.org>
490         * bzrmerge.el: Require cl when compiling.
491         (bzrmerge-merges): Doc fix.
493 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
495         * notes/copyright: There's only one install-sh, not two, so fix a
496         typo claiming that there's two.  Add move-if-change to the list of
497         GPL files imported from gnulib.
499 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
501         * notes/copyright: Report status more accurately for non-GPL files.
502         Report copyright status more accurately for mkinstalldirs,
503         configure, m4/getopt.m4, and msdos/sed*.inp.
505 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
507         * nt/README.W32: Update the information about PNG support libraries.
508         (Bug#7716)
510 2010-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
512         * bzrmerge.el: New file to help merge branches while skipping
513         some revisions (e.g. from emacs-23 to trunk).
515 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
517         * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
519 2010-10-12  Glenn Morris  <rgm@gnu.org>
521         * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
523 2010-10-09  Glenn Morris  <rgm@gnu.org>
525         * admin.el (set-version): Add doc/emacs/emacsver.texi.
527 2010-10-09  Glenn Morris  <rgm@gnu.org>
529         * admin.el (set-version): No need to act on doc/ files any more.
531         * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
533 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
535         * unidata/BidiMirroring.txt: Update from
536         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
538         * unidata/UnicodeData.txt: Update from
539         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
541 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
543         * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
545 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
547         * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
549 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
551         * admin.el: Write version number to nt/makefile.w32-in.
552         * nt/makedist.bat: Remove; replaced with `zipdist.bat'
553         in the nt/ directory.
554         * nt/README.W32: Relocate to nt/ directory.
556 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
558         * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
560 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
562         * MAINTAINERS: Update my responsibilities.
564 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
566         * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
567         (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
568         Remove.
570 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
572         * unidata/bidimirror.awk: New file.
574         * unidata/BidiMirroring.txt: New file from
575         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
577         * unidata/Makefile.in (../../src/bidimirror.h): New target.
578         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
580         * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
581         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
583         * unidata/biditype.awk: New file.
585         * unidata/Makefile.in (../../src/biditype.h): New target.
587         * unidata/makefile.w32-in (../../src/biditype.h): New target.
589 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
591         * unidata/UnicodeData.txt: Update from
592         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
594 2010-05-27  Glenn Morris  <rgm@gnu.org>
596         * quick-install-emacs (AVOID): No more Makefile.c files.
598         * notes/cpp: Remove file.
600 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
602         * admin.el (set-version, set-copyright): Update emacs.c instead of
603         version.el.
605         * make-tarball.txt: Update filename list in step 6.
607         * quick-install-emacs: Scan emacs.c instead of version.el for
608         version string.
610 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
612         * Version 23.2 released.
614 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
616         * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
618 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
620         * Branch for 23.2.
622 2010-03-10  Miles Bader  <miles@gnu.org>
624         * quick-install-emacs: Use more portable shell syntax.
626         * quick-install-emacs (AVOID): Be more picky about files we avoid
627         installing.
629 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
631         * quick-install-emacs (PRUNED): Fix typo in message.
633 2010-01-20  Glenn Morris  <rgm@gnu.org>
635         * revdiff: Remove file that only works with CVS, and isn't really
636         needed with Bazaar (given the in-built revision options of bzr diff).
638 2010-01-12  Glenn Morris  <rgm@gnu.org>
640         * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
641         than emacs-pretest-bug for bug reports for development versions.
643 2009-11-06  Kenichi Handa  <handa@m17n.org>
645         * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
646         that the block data and the following per-char data fall into the
647         same char-table leaf.
649 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
651         * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
653 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
655         * unidata/.gitignore: New file.
657 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
659         * notes/bugtracker: How to reassign a bug to a list of packages.
661         * notes/newfile: Details of how to check for problems with DOS 8+3
662         file-name restrictions.
664 2009-08-18  Glenn Morris  <rgm@gnu.org>
666         * notes/newfile: New file.
668 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
670         * make-tarball.txt: Add a note about bumping the value of
671         customize-changed-options-previous-release.
673 2009-06-24  Kenichi Handa  <handa@m17n.org>
675         * charsets/mapconv: For the Unicode format files, do reverse sort
676         and don't compact the map.  This is to prefer the first one in the
677         duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
679 2009-06-12  Kenichi Handa  <handa@m17n.org>
681         * charsets/Makefile (JISX213A.map): Make it depend on
682         mapfiles/JISX213A.map.gz.
683         (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
685         * charsets/mapfiles/JISX213A.map.gz: New file.
687         * charsets/mapfiles/README: Describe JISX213A.map.gz.
689 2009-06-12  Kenichi Handa  <handa@m17n.org>
691         * charsets/mapfiles/*: New files.
693         * charsets/mule-charsets.el: Mostly re-written to generate all
694         MULE-*.map files.
696         * charsets/mapconv: Mostly re-written to handle "gzip"ed input
697         files.
699         * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
700         EUC-JP-MS.
702         * charsets/cp51932.awk (END): Print arch-tag at the tail.
704         * charsets/Makefile: Maps depend on files under mapfiles or
705         ${GLIBC_CHARMAPS}.
707 2009-04-21  Kenichi Handa  <handa@m17n.org>
709         * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
710         change.
712 2009-04-17  Kenichi Handa  <handa@m17n.org>
714         * unidata/unidata-gen.el (unidata-get-decomposition):
715         Adjust Hangle decomposition rule to Unicode.
717 2009-04-09  Kenichi Handa  <handa@m17n.org>
719         * unidata/unidata-gen.el (unidata-describe-decomposition):
720         Return a string with a composition property to disable combining
721         characters being composed.
723 2009-03-11  Miles Bader  <miles@gnu.org>
725         * quick-install-emacs: Be more clever about locating info directory.
727 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
729         * nt/README.W32: Fix typos.
731 2009-02-23  Jason Rumney  <jasonr@gnu.org>
733         * nt/README-ftp-server: Update for 23.0.91.
735         * nt/README.W32: Remove ever expanding versions of Windows.
736         Shorten FAQ URL.  Remove mention of obsolete lock directory.
737         Windows distribution now bin and barebin only.  Add note about
738         SVG support.  Remove old tar and gzip problem workarounds.
739         Use new (22.x) -Q option.  Report all bugs through bug tracker.
741         * nt/README-UNDUMP.W32: Modify for barebin distribution, as
742         undumped distribution no longer exists.
744 2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
746         * nt/README.W32: Fix typo.  (Bug#2207)
748 2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
750         * admin.el (set-version): Remove deleted file ns-emacs.texi.
752 2008-12-02  Kenichi Handa  <handa@m17n.org>
754         * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
755         `decomposition' property adjusted.
756         (unidata-split-decomposition): Don't include surrounding "<" and
757         ">" in a symbol name.
759 2008-12-01  Kenichi Handa  <handa@m17n.org>
761         * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
762         property generator to unidata-gen-table-numeric.  Docstring adjusted.
763         (unidata-get-numeric, unidata-put-numeric)
764         (unidata-gen-table-numeric): New functions.
765         (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
767 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
769         * notes/documentation: Add notes about Antinews.
771 2008-10-23  Glenn Morris  <rgm@gnu.org>
773         * admin.el (set-version): Add doc/misc/ns-emacs.texi.
774         Add/tweak some nextstep/ entries.
776 2008-09-19  Kenichi Handa  <handa@m17n.org>
778         * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
779         positions.
781 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
783         * CPP-DEFINES: Add USER_FULL_NAME.
785 2008-08-16  Jason Rumney  <jasonr@gnu.org>
787         * admin.el (set-version): Set version in nt/emacsclient.rc.
789 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
791         * nt/dump.bat: Fix mixed EOLs.
793 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
795         * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
797 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
799         * CPP-DEFINES: Add defines for accessing system processes.
801 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
803         * make-tarball.txt:
804         * admin.el:
805         * FOR-RELEASE:
806         * CPP-DEFINES: Remove mentions of Mac Carbon.
808 2008-07-16  Glenn Morris  <rgm@gnu.org>
810         * admin.el (set-version, set-copyright): Add nextstep/ files.
812 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
814         * CPP-DEFINES: Add NS port related defines.
816 2008-06-16  Glenn Morris  <rgm@gnu.org>
818         * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
819         doc/lispref/book-spine.texinfo.
821 2008-06-15  Glenn Morris  <rgm@gnu.org>
823         * admin.el (set-version): Add doc/misc/faq.texi.
825 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
827         * FOR-RELEASE: Remove Windows problem about the XPM image library
828         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
830 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
832         * unidata/UnicodeData.txt: Update to Unicode 5.1.
834 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
836         * unidata/unidata-gen.el (unidata-prop-alist):
837         Fix typo in description of `numeric-value'.
838         (unidata-put-character): Fix typo in error message.
840 2008-02-21  Glenn Morris  <rgm@gnu.org>
842         * notes/unicode, notes/font-backend: New files, split off from
843         README.unicode.
845 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
847         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
848         being used in latin1-disp.el.  Remove the problem of
849         cp-supported-codepages.  Remove the problem of lost changelog for
850         ps-prin1.ps.
852 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
854         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
855         non-portable in this context.
857         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
858         non-portable in this context.
860 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
862         * unidata/makefile.w32-in (lisp): New variable.
863         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
864         lisp/emacs-lisp.
866 2008-02-04  Jason Rumney  <jasonr@gnu.org>
868         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
870 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
872         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
874 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
876         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
878         * unidata/Makefile.in: Rename from Makefile.
880         * unidata/makefile.w32-in: New file.
882 2008-02-02  Jason Rumney  <jasonr@gnu.org>
884         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
886 2008-02-01  Kenichi Handa  <handa@m17n.org>
888         * unidata/copyright.html: New file.
890 2008-02-01  Kenichi Handa  <handa@m17n.org>
892         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
893         decomposition, if T is the same as TBase, don't include it in the
894         returned list.
896 2008-02-01  Kenichi Handa  <handa@m17n.org>
898         * unidata/unidata-gen.el (unidata-text-file): Delete it.
899         (unidata-list): Initialize to nil.
900         (unidata-setup-list): New function.
901         (unidata-gen-files): New optional arg unidata-text-file.
902         If it's nil, set unidata-text-file to the left command line arg.
903         Call unidate-setup-list at first.
905         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
906         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
908 2008-02-01  Kenichi Handa  <handa@m17n.org>
910         * unidata/unidata-gen.el: Fix comment typo.
911         Change string-to-int to string-to-number.
912         (unidata-text-file): Define to .../unidata.txt.
913         (unidata-list): Just insert unidata-text-file.
914         (unidata-get-decomposition): Handle Hangul decomposition.
915         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
917         * unidata/Makefile (unidata.txt): New target.
918         (charprop.el): Depends on unidata.txt.
919         (clean): Remove unidata.txt.
921 2008-02-01  Kenichi Handa  <handa@m17n.org>
923         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
924         (unidata-get-name): Handle U+110B.
926 2008-02-01  Kenichi Handa  <handa@m17n.org>
928         Sub-directory `unidata' is for codes to generate charprop.el and
929         many other uni-*.el files from `UnicodeData.txt'.
931         * Unidata/README: New file.
933         * unidata/Makefile: New file.
935         * unidata/unidata-gen.el: New file.
937         * unidata/UnicodeData.txt: New file.  Copied from
938         http://www.unicode.org on 2006-05-23.
940         * unidata/.cvsignore: New file.
942 2008-02-01  Kenichi Handa  <handa@m17n.org>
944         * charsets/.cvsignore: New file.
946         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
948         * charsets/Makefile (all): Rename target from charsets.
949         Depend on ${TRANS_TABLE}.
950         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
951         Generate from cns2ucsdkw.txt.
952         (install): Copy updated files only.
954 2008-02-02  Kenichi Handa  <handa@m17n.org>
956         * charsets/cp932.awk: Append user-defined area of CP932.
958 2008-02-02  Kenichi Handa  <handa@m17n.org>
960         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
961         0x2299 to 0x29BF.
963 2008-02-01  Kenichi Handa  <handa@m17n.org>
965         * charsets/Makefile (TRANS_TABLE): New macro.
966         (JISX0208.map): Convert 0x2015 to 0x2014.
967         (cp51932.el): New target.
968         (eucjp-ms.el): New target.
969         (install): Include ${TRANS_TABLE}.
970         (CJK): Include JISX213A.map.
971         (JISX213A.map): New target.
973         * charsets/eucjp-ms.awk: New file.
975         * charsets/cp51932.awk: New file.
977 2008-02-01  Kenichi Handa  <handa@m17n.org>
979         * charsets/cp932.awk: New file.
981         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
983         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
984         running an awk program.
986 2008-02-01  Kenichi Handa  <handa@m17n.org>
988         * charsets/mapconv: Handle UNICODE2.
990         * charsets/Makefile (CJK): Include CP932-2BYTE.map.
991         (CP932-2BYTE.map): New target.
993 2008-02-01  Kenichi Handa  <handa@m17n.org>
995         * charsets: New directory for scripts to generate charset map
996         files in ../etc/charsets/.
998         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
999         * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
1000         * charsets/kuten.awk: New files.
1002 2008-01-08  Glenn Morris  <rgm@gnu.org>
1004         * admin.el (set-version): Add doc/man/emacs.1.
1006 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1008         * notes/copyright:
1009         * MAINTAINERS: Remove references to files that have been removed.
1011 2008-01-04  Glenn Morris  <rgm@gnu.org>
1013         * admin.el (set-copyright): Add lib-src/ebrowse.c.
1015 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1017         * CPP-DEFINES: New file.
1019 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1021         * FOR-RELEASE: Remove "window-system in face definition" [of
1022         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
1023         on gnus-dired.el.
1025 2007-12-05  Glenn Morris  <rgm@gnu.org>
1027         * admin.el (set-version): Handle configure.in.  Adapt for doc/
1028         directory layout for manuals.
1030 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1032         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
1033         been fixed in Gnus CVS but have not yet been synched to Emacs.
1035 2007-11-17  Glenn Morris  <rgm@gnu.org>
1037         * admin.el (process-lines): Move to ../lisp/subr.el.
1039 2007-10-23  Glenn Morris  <rgm@gnu.org>
1041         * MAINTAINERS: Move here from ../.
1043 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
1045         * make-emacs: Doc fix.
1047 2007-08-28  Glenn Morris  <rgm@gnu.org>
1049         * admin.el: Provide self.
1051 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
1053         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
1055 2007-07-25  Glenn Morris  <rgm@gnu.org>
1057         * Relicense all FSF files to GPLv3 or later.
1059 2007-06-07  Glenn Morris  <rgm@gnu.org>
1061         * admin.el (set-copyright): New function.
1063 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
1065         * make-tarball.txt: Add note about cutting the branch.
1067 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1069         * Version 22.1 released.
1071 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
1073         * nt/makedist.bat: Change EOL format to DOS.  Don't use
1074         redirection characters in REM lines.
1076 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
1078         * FOR-RELEASE: Removed Gtk/Xft issue.
1080 2007-01-01  Miles Bader  <miles@gnu.org>
1082         * quick-install-emacs (get_config_var): Deal with weird magic
1083         string inserted by recent versions of autoconf.
1085 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
1087         * admin.el (set-version): Set version number in
1088         lib-src/makefile.w32-in.
1090 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1092         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1093         due to a local miss-configuration.
1095 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
1097         * make-announcement (OLD): Remove LEIM references in announcement
1098         since it is now built-in.
1100 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1102         * admin.el (set-version): Set version numbers in "mac" subdirectory.
1104 2006-10-03  Kenichi Handa  <handa@m17n.org>
1106         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1108 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
1110         * FOR-RELEASE: Elisp manual checking completed.
1112 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1114         * FOR-RELEASE: Update refcard section.
1116 2006-07-14  Kim F. Storm  <storm@cua.dk>
1118         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1120 2006-07-09  Kim F. Storm  <storm@cua.dk>
1122         * README: Use outline format.  Add FOR-RELEASE.
1124 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
1126         * FOR-RELEASE: Checking of info.texi done.
1128 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
1130         * FOR-RELEASE: Update refcard section.
1132 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
1134         * FOR-RELEASE: Update refcard section.
1136 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1138         * FOR-RELEASE: Key sequence elisp node done.
1140 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1142         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
1144 2006-05-21  Chong Yidong  <cyd@mit.edu>
1146         * FOR-RELEASE: point-entered /point-left bug fixed.
1148 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1150         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1151         entry.
1153 2006-05-06  Bill Wohler  <wohler@newt.com>
1155         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1156         about it.
1158 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
1160         * ./* (Copyright): Updated Copyright year(s).
1162 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1164         * FOR-RELEASE (BUGS): Add URLs/MIDs.
1166 2006-02-20  Kim F. Storm  <storm@cua.dk>
1168         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1169         Rework how fringe bitmaps are defined and used.
1170         Currently, bitmap usage and bitmap appearance are "mixed-up" in a
1171         one-level representation.  It would be cleaner to split the
1172         representation into a two-level model where first level maps
1173         bitmap usage to a bitmap name, and second level maps bitmap name to
1174         a bitmap appearance.
1176 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
1178         * FOR-RELEASE: String allocation bugs fixed.
1180 2005-12-13  Bill Wohler  <wohler@newt.com>
1182         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1184 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1186         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1187         completing-read-multiple, mail-extract-address-components,
1188         mail-mode, quail-define-package, save-buffer and
1189         ucs-set-table-for-input from doc strings item (Done).
1191 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
1193         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
1195 2005-11-11  Kim F. Storm  <storm@cua.dk>
1197         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1198         when displaying a non-breaking space in an overlay string.
1200 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1202         * FOR-RELEASE: Init file change implemented.
1204 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
1206         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1208 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
1210         * FOR-RELEASE (New features): max-image-size implemented.
1211         (Bugs): split-window done, by Kim F. Storm.
1213 2005-10-17  Bill Wohler  <wohler@newt.com>
1215         * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1216         since it's gone.  Also marked mh-e as done.
1218 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
1220         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1221         libraries on Windows (Done).
1223 2005-10-01  Jason Rumney  <jasonr@gnu.org>
1225         * admin.el (set-version): Set version numbers in nt/emacs.rc.
1227 2005-08-31  Romain Francoise  <romain@orebokech.com>
1229         * FOR-RELEASE (New features): Remove vhdl-mode.el update
1230         item (Done).
1232 2005-08-27  Romain Francoise  <romain@orebokech.com>
1234         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1236 2005-07-04  Lute Kamstra  <lute@gnu.org>
1238         Update FSF's address in GPL notices.
1240 2005-06-10  Lute Kamstra  <lute@gnu.org>
1242         * admin.el (set-version): Set version in lisp manual too.
1243         * make-tarball.txt: Commit lispref/elisp.texi too.
1245 2005-06-04  Richard M. Stallman  <rms@gnu.org>
1247         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1248         Other cleanups.
1250 2005-04-19  Lute Kamstra  <lute@gnu.org>
1252         * make-tarball.txt: Don't commit lisp/loaddefs.el.
1254 2005-04-14  Lute Kamstra  <lute@gnu.org>
1256         * nt/makedist.bat (elfiles): Update.
1258         * admin.el (add-release-logs): Fix require call.
1260 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
1262         * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
1263         The first line of every tutorial must begin with a sentence saying
1264         "Emacs Tutorial" in the respective language.  This should be
1265         followed by "See end for copying conditions", likewise in the
1266         respective language.
1268 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
1270         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1271         Add `undo-ask-before-discard' to it.
1273 2005-03-02  Miles Bader  <miles@gnu.org>
1275         * quick-install-emacs: Only use the mkdir --verbose option if the
1276         script's --verbose option was specified (this avoids problems with
1277         default usage on systems where mkdir doesn't support that option).
1279 2005-02-15  Jason Rumney  <jasonr@gnu.org>
1281         * nt/makedist.bat: Do not rely on non-standard behavior of
1282         tar --exclude.
1284 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
1286         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1288 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
1290         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1291         Elisp manuals.
1293 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
1295         * FOR-RELEASE (Indications): Clean up and update checklists for
1296         Emacs and Elisp manuals.
1298 2004-09-11  Kim F. Storm  <storm@cua.dk>
1300         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1301         (Documentation): Add NEWS entry.
1302         Add section lists for proof-reading Emacs and Lisp manuals.
1304 2004-08-29  Kim F. Storm  <storm@cua.dk>
1306         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1308 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
1310         * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1311         (now behaves as well as other ports).
1313 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
1315         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1317 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
1319         * FOR-RELEASE: Moved here from the etc directory.
1321 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
1323         * notes/BRANCH: New file, to be maintained per CVS branch.
1325 2003-10-01  Miles Bader  <miles@gnu.org>
1327         * quick-install-emacs: Don't use "function" keyword when defining
1328         shell functions.
1330 2003-09-29  Lute Kamstra  <lute@gnu.org>
1332         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1334 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
1336         * quick-install-emacs: Remove fns-* pruning, since that file no
1337         longer seems to be generated.
1338         (AVOID): Quote literal periods.  Quote braces in a way acceptable
1339         to all parties (gawk gets bitchy about using `\').
1341 2003-08-19  Miles Bader  <miles@gnu.org>
1343         * quick-install-emacs: Add arch-specific ignored files to
1344         quick-install-emacs.  Use quoting for periods that's acceptable
1345         to recent versions of gawk.
1347 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1349         * cus-test.el: Remove obsolete workaround.
1351 2003-04-22  Andrew Innes  <andrewi@gnu.org>
1353         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1354         emacs.exe before zipping, and including batch file to recreate
1355         after unpacking.
1357         * nt/stitch.bat: New file.
1359         * nt/README-ftp-server: Update wording and version number etc.
1360         Add extra instructions for installing multi-file .zip
1361         distribution.
1363         * nt/README.W32: Remove personal email address and update wording.
1365         * nt/README-UNDUMP.W32: Remove personal email address and update
1366         wording.
1368 2003-02-10  Francesco Potortì  <pot@gnu.org>
1370         * make-changelog-diff: New script, code stolen from make-announcement.
1372         * make-announcement: Use make-changelog-diff.
1374 2003-01-20  Francesco Potortì  <pot@gnu.org>
1376         * make-tarball.txt: Step-by-step instructions for making a tarball.
1378         * make-announcement: A script for creating pretest announcements.
1380 2003-01-17  Francesco Potortì  <pot@gnu.org>
1382         * admin.el (add-release-logs): Expand the directory name before
1383         calling find(1).
1384         (add-release-logs): Use the same methods as add-log.el for writing
1385         the date and the user's name and address.
1387 2003-01-07  Miles Bader  <miles@gnu.org>
1389         * quick-install-emacs: Unset LANG etc. to avoid non-standard
1390         command output from non-C locales.
1392 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
1394         * cus-test.el: Extended and reorganized.  There are now 4 tests
1395         which can be run in batch mode.  See the Commentary section.
1397 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
1399         * cus-test.el: New file.
1401 2002-05-27  Miles Bader  <miles@gnu.org>
1403         * quick-install-emacs (VERSION): Calculate using the same method
1404         that configure.in uses.
1406 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
1408         * emacs-pretesters: New file with information for Emacs
1409         pretesters.
1411 2002-03-22  Paul Eggert  <eggert@twinsun.com>
1413         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1414         POSIX 1003.1-2001 disallows both usages.
1416 2002-02-11  Andrew Innes  <andrewi@gnu.org>
1418         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1420 2002-01-24  Andrew Innes  <andrewi@gnu.org>
1422         * nt/README.W32: Remove unnecessary version number and date
1423         references.
1425         * nt/README-UNDUMP.W32: Ditto.
1427 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
1429         * make-emacs: Add --trace-move.
1431 2001-10-23  Andrew Innes  <andrewi@gnu.org>
1433         * nt/makedist.bat: Remove remaining obsolete reference to
1434         GETTING.GNU.SOFTWARE.
1436 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
1438         * admin.el (set-version): Use `s' interactive spec for
1439         version number.
1441 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1443         * (Version 21.1 released.)
1445 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1447         * admin.el (add-release-logs): Put the log entry in lispref, too.
1449 2001-10-20  Miles Bader  <miles@gnu.org>
1451         * quick-install-emacs: Exit if we can't find some variable.
1452         (AVOID): Add .orig & .rej files.
1453         (get_config_var): Be more liberal about format of config.status
1454         sed commands.
1456 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
1458         * admin.el: New file.
1460         * build-configs: Add --help option.  Add support for building
1461         in arbitrary source trees.
1463 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1465         * alloc-colors.c: New file.
1467 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
1469         * make-emacs: Add --boot switch for bootstrapping.  Logs to
1470         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1472 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1474         * Branch for 21.1.
1476 2001-09-04  Andrew Innes  <andrewi@gnu.org>
1478         * admin/nt/makedist.bat: Remove reference to obsolete file
1479         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
1480         version of tar used.
1482 ;; Local Variables:
1483 ;; coding: utf-8
1484 ;; End:
1486   Copyright (C) 2001-2012 Free Software Foundation, Inc.
1488   This file is part of GNU Emacs.
1490   GNU Emacs is free software: you can redistribute it and/or modify
1491   it under the terms of the GNU General Public License as published by
1492   the Free Software Foundation, either version 3 of the License, or
1493   (at your option) any later version.
1495   GNU Emacs is distributed in the hope that it will be useful,
1496   but WITHOUT ANY WARRANTY; without even the implied warranty of
1497   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1498   GNU General Public License for more details.
1500   You should have received a copy of the GNU General Public License
1501   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.