* lisp/url/url-http.el (url-http-user-agent-string): Leak less info.
[emacs.git] / admin / ChangeLog
blob2da655231168cea510f4c142b851297c03de61be
1 2012-10-01  David Engster  <deng@randomsample.de>
3         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
4         Remove.
5         (bovine-grammar-expand-form): Test for emacs-major-version.
7         * grammars/c.by: Add EXPLICIT to keyword tokens.
9         * grammars/f90.by: Add %provide token.
11         * grammar/grammar.wy (semantic-grammar-lexer): Remove, since it
12         was copied to grammar.el.  New %provide token to generate prefix
13         which conforms with Emacs conventions.  Remove lexer definition,
14         which is now in grammar.el.
16 2012-09-27  Glenn Morris  <rgm@gnu.org>
18         * admin.el (set-version): Set msdos.c's Vwindow_system_version.
20 2012-09-27  Paul Eggert  <eggert@cs.ucla.edu>
22         Check more robustly for timer_settime.
23         * merge-gnulib (GNULIB_MODULES): Add timer-time.
25 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
27         * unidata/BidiMirroring.txt:
28         * unidata/UnicodeData.txt: Update to Unicode 6.2.
30 2012-09-17  Glenn Morris  <rgm@gnu.org>
32         * admin.el (add-log-time-format): Declare.
34         * admin.el (cusver-scan, cusver-check): Bind local variables.
36         * admin.el (set-version): Set major version in
37         etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
38         (set-copyright): In etc/refcards, only change ru-refcard.tex
39         and emacsver.tex.
41         * admin.el (set-copyright): No more need to set copyrights for
42         nextstep, or .c files.  Add configure.ac and config.nt.
44 2012-09-16  Paul Eggert  <eggert@cs.ucla.edu>
46         Remove configure's --without-sync-input option (Bug#12450).
47         * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
49 2012-09-16  Glenn Morris  <rgm@gnu.org>
51         * admin.el (set-version): No more need to set nextstep versions.
52         (set-copyright): Update for moved nextstep files.
54 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
56         Simplify SIGIO usage (Bug#12408).
57         * CPP_DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
58         (BROKEN_SIGPTY, NO_TERMIO): Remove.
60 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
62         Simplify, document, and port floating-point (Bug#12381).
63         * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
65 2012-09-09  Paul Eggert  <eggert@cs.ucla.edu>
67         Assume C89 or later for math functions (Bug#12381).
68         * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
69         (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
71 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
73         Simplify redefinition of 'abort' (Bug#12316).
74         * CPP-DEFINES (NO_ABORT): Remove.
76 2012-08-28  Glenn Morris  <rgm@gnu.org>
78         * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
80 2012-08-28  Andreas Schwab  <schwab@linux-m68k.org>
82         * charsets/mule-charsets.el (header): Fix typo.
84 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
86         On assertion failure, print backtrace if available.
87         * merge-gnulib (GNULIB_MODULES): Add execinfo.
89 2012-08-16  Paul Eggert  <eggert@cs.ucla.edu>
91         Use ASCII tests for character types.
92         * merge-gnulib (GNULIB_MODULES): Add c-ctype.  This documents a
93         new direct dependency; c-ctype was already being used indirectly
94         via other gnulib modules.
96 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
98         Use bool for Emacs Lisp booleans.
99         * merge-gnulib (GNULIB_MODULES): Add stdbool.  This documents a
100         new direct dependency; stdbool was already being used indirectly
101         via other gnulib modules.
103 2012-08-11  Glenn Morris  <rgm@gnu.org>
105         * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
107 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
109         * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
111 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
113         Port to Solaris 8.
114         * CPP-DEFINES (WRETCODE): Remove.
116 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
118         * coccinelle/overlay.cocci: Semantic patch to replace direct
119         access to Lisp_Object members of struct Lisp_Overlay to MVAR.
121 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
123         * coccinelle/symbol.cocci: Semantic patch to replace direct
124         access to Lisp_Object members of struct Lisp_Symbol to SVAR.
126 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
128         * coccinelle/process.cocci: Semantic patch to replace direct
129         access to Lisp_Object members of struct Lisp_Process to PVAR.
131 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
133         * coccinelle/window.cocci: Semantic patch to replace direct
134         access to Lisp_Object members of struct window to WVAR.
136 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
138         * coccinelle/frame.cocci: Semantic patch to replace direct
139         access to Lisp_Object members of struct frame to FVAR.
141 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
143         Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
144         * merge-gnulib: Add environ, stdalign.
146 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
148         * coccinelle/unibyte_string.cocci: Semantic patch to convert from
149         make_unibyte_string to build_unibyte_string where appropriate.
151 2012-07-17  Eli Zaretskii  <eliz@gnu.org>
153         * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
155 2012-07-17  Chong Yidong  <cyd@gnu.org>
157         * Version 24.1 released.
159 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
161         Assume mkdir, perror, rename, rmdir, strerror.
162         * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
163         (HAVE_STRERROR, strerror):
164         Remove.
166 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
168         * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
169         to XCDR and consistently use CONSP in the list iteration loops.
170         * coccinelle/vector_contents.cocci: Fix indentation.
172 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
174         * bzrmerge.el: Use cl-lib.
176 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
178         Rename configure.in to configure.ac (Bug#11603).
179         * admin.el (set-version):
180         * quick-install-emacs (VERSION):
181         Get version number from configure.ac, not configure.in.
183 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
185         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
186         * merge-gnulib (GNULIB_MODULES): Add c-strcase.
188 2012-07-05  Dmitry Antipov  <dmantipov@yandex.ru>
190         * coccinelle/xzalloc.cocci: Semantic patch to convert
191         calls to xmalloc with following memset to xzalloc.
193 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
195         * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
197 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
199         * coccinelle/build_string.cocci: Semantic patch
200         to convert from make_string to build_string.
202 2012-06-24  Dmitry Antipov  <dmantipov@yandex.ru>
204         First Coccinelle semantic patch.
205         * coccinelle: New subdirectory
206         * coccinelle/README: Documentation stub.
207         * coccinelle/vector_contents.cocci: Semantic patch to replace direct
208         access to `contents' member of Lisp_Vector objects with AREF and ASET
209         where appropriate.
211 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
213         Support higher-resolution time stamps (Bug#9000).
214         * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
215         gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
216         timespec-sub, utimens.
217         (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
218         This trims down the gnulib import, from the very latest gnulib.
219         Emacs does its own implementation of 'select' and 'sigprocmask'
220         on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
221         hosts, so it doesn't need these modules.
222         Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
223         these gnulib modules are only for Windows porting and Emacs ports
224         to Windows in a different way.
226 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
228         * make-emacs: Rename --union-type to --check-lisp-type.
229         Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
230         * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
231         USE_LISP_UNION_TYPE.
233 2012-06-03  Glenn Morris  <rgm@gnu.org>
235         * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
237 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
239         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
240         * make-tarball.txt: Don't worry about maintainer mode.
242 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
244         * CPP-DEFINES: Remove HAVE_SYSINFO.
246 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
248         Assume gnulib does largefile.
249         * merge-gnulib (GNULIB_MODULES): Add largefile.
251 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
253         Remove src/m/*.
254         * CPP-DEFINES: Do not mention src/m/*.h.
255         (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
256         (BITS_PER_SHORT, BITS_PER_INT): Remove.
257         * MAINTAINERS: Remove src/m/.
259 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
261         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
262         * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
264         Assume C89 or later.
265         * CPP-DEFINES: Remove NULL, const.
267         Make merging from gnulib a script, not a makefile action.
268         * merge-gnulib: New script, with actions moved here from
269         ../Makefile.in.
271 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
273         * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
275         * CPP-DEFINES (HAVE_FTIME): Remove.
277 2012-05-02  Glenn Morris  <rgm@gnu.org>
279         * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
281 2012-04-10  Glenn Morris  <rgm@gnu.org>
283         * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
285         * unidata/Makefile.in: Add FSF copyright.
286         Make it use autoconf features, and work for out-of-tree builds.
288 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
290         * unidata/README:
291         * unidata/copyright.html:
292         * unidata/BidiMirroring.txt:
293         * unidata/UnicodeData.txt: Update for the latest version 6.1 of
294         the Unicode Standard.
296 2012-02-16  Kenichi Handa  <handa@m17n.org>
298         * unidata/unidata-gen.el (unidata-prop-alist): Change the default
299         values of name and old-name to nil.
300         (unidata-get-name): Return nil for the default value.
302 2012-02-11  Glenn Morris  <rgm@gnu.org>
304         * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
305         (cusver-check): New functions.
307 2012-01-19  Glenn Morris  <rgm@gnu.org>
309         * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
310         "skip?" question, since there can be multiple such for any revision.
312 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
314         * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
315         updated and checked.
317 2011-11-26  Andreas Schwab  <schwab@linux-m68k.org>
319         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
320         Avoid warning about old-style backquote.
322         * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
323         in regexp.
324         (wisent-make-parsers): Likewise.  Quote `.'.
326         * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
327         in regexp.
328         (bovine-make-parsers): Likewise.  Quote `.'.
330 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
332         * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
334 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
336         * admin.el (manual-dvi): Fix typo.
338 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
340         * nt/README-ftp-server: Update the information about PNG libraries.
342 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
344         * make-emacs: Fix typo.
346 2011-11-07  Juanma Barranquero  <lekktu@gmail.com>
348         * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
350 2011-10-31  David Engster  <deng@randomsample.de>
352         * grammars/bovine-grammar.el: Avoid using old-style backquotes.
354 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
356         * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
357         running Emacs on Windows 9X.
359 2011-09-26  Chong Yidong  <cyd@stupidchicken.com>
361         * admin.el (set-version): Fix regexps for config.nt and
362         sed2v2.inp.
364 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
366         Merge from gnulib (Bug#9169).
367         * notes/copyright: The files compile, config.guess, config.sub,
368         depcomp, install-sh, missing, and move-if-change are now in the
369         new build-aux subdirectory.  The files arg-nonnull.h, c++defs.h,
370         and warn-on-use.h are now in build-aux/snippets.  New file
371         build-aux/snippets/_Noreturn.h.
373 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
375         * unidata/unidata-gen.el (unidata-prop-alist): Update the default
376         values of bidi-class according to DerivedBidiClass.txt from the
377         latest UCD.
379 2011-08-23  Kenichi Handa  <handa@m17n.org>
381         * unidata/unidata-gen.el (unidata-prop-alist): Provide default
382         values for name, general-category, canonical-combining-class,
383         mirrored, and bidi-class.  Describe the meaning of value nil for
384         decimal-digit-value, digit-value, numeric-value, uppercase,
385         lowercase, titlecase, and mirroring.
386         (unidata-gen-table): Handle the case that default-value is a
387         list.  Set default values of characters not listed in a table.
388         (unidata-get-name): Return an empty string if a value in a
389         char-table is nil.
390         (unidata-get-decomposition): Return a list of character itself if
391         a value in a char-table is nil.
393 2011-08-15  Eli Zaretskii  <eliz@gnu.org>
395         * unidata/bidimirror.awk: File removed.
397         * unidata/biditype.awk: File removed.
399         * unidata/makefile.w32-in (all): Remove src/biditype.h and
400         src/bidimirror.h.
401         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
403         * unidata/Makefile.in (all): Remove src/biditype.h and
404         src/bidimirror.h.
405         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
407 2011-07-07  Juanma Barranquero  <lekktu@gmail.com>
409         * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
410         Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
412 2011-07-06  Kenichi Handa  <handa@m17n.org>
414         * unidata/unidata-gen.el (unidata-dir): New variable.
415         (unidata-setup-list): Expand unidata-text-file in unidata-dir.
416         (unidata-prop-alist): INDEX element may be a function.
417         New optional element VAL-LIST (for general-category and bidi-class).
418         New entry `mirroring'.
419         (unidata-prop-default, unidata-prop-val-list): New subst.
420         (unidata-get-character, unidata-put-character): Delete them.
421         (unidata-gen-table-character): New arg IGNORE.  Adjusted for the
422         above changes.
423         (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
424         (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
425         Delete them.
426         (unidata-encode-val): Assume that the first element of VAL-LIST is
427         a cons (nil . 0).
428         (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
429         Always store the encoded value.
430         (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
431         Set the 1st and the 2nd extra slots to index numbers for C
432         functions.
433         (unidata-gen-table-integer): Likewise.
434         (unidata-gen-table-numeric): Likewise.
435         (unidata-gen-table-name): New arg IGNORE.
436         (unidata-gen-table-decomposition): Likewise.
437         (unidata-describe-general-category): Add the case nil to the
438         description alist.
439         (unidata-gen-mirroring-list): New function.
440         (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
441         unidata-prop-alist.  Handle the case of storing multiple
442         char-tables in a file.
444         * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
445         unidata-gen-files.
447 2011-05-21  Glenn Morris  <rgm@gnu.org>
449         * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
451 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
453         * Version 23.3 released.
455 2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
457         * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
459 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
461         * admin.el (set-version): Add msdos/sed2v2.inp.
463 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
465         Remove no-longer needed getloadavg symbols.
466         * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
467         (LDAV_SYMBOL): Remove.
469 2011-02-12  Glenn Morris  <rgm@gnu.org>
471         * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
473 2011-02-05  Glenn Morris  <rgm@gnu.org>
475         * bzrmerge.el (bzrmerge-warning-buffer): New constant.
476         (bzrmerge-apply): Use it.
477         (bzrmerge): Kill any old warning buffer first.
479 2011-02-03  Glenn Morris  <rgm@gnu.org>
481         * bzrmerge.el (bzrmerge-buffer): New constant.
482         (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
483         (bzrmerge-missing): If nothing to do, return nil not (nil).
484         (bzrmerge-apply): Remove odd character from message.
485         (bzrmerge): Give status messages.
487 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
489         * admin.el (set-version): Remove lib-src/makefile.w32-in.
490         Add nt/config.nt.
492 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
494         src/emacs.c now gets version number from configure.in
495         * admin.el (set-version): Don't update src/emacs.c.
496         * quick-install-emacs (VERSION): Get it from configure.in, not from
497         src/emacs.c.
499 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
501         strftime: import from gnulib
502         * notes/copyright: strftime.c moved from src to lib.
504 2011-01-25  Glenn Morris  <rgm@gnu.org>
506         * bzrmerge.el (bzrmerge-skip-regexp): New variable.
507         (bzrmerge-missing): Use it.
509 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
511         * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
512         rather than doing rm and autoconf by hand.  See
513         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
515 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
517         * notes/bzr (Installing changes from gnulib): New section.
518         Need for this suggested by Stefan Monnier.
520 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
522         * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
523         an inconsistent state.
525 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
527         Update copyright notes to match recent gnulib-related changes.
528         * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
529         arg-nonnull.h, c++defs.h, compile, depcomp, missing,
530         warn-on-use.h, lib/*.[ch], lib/gnulib.mk.  Remove src/mktime.c,
531         lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
532         are subsumed by the lib/*.[ch] rule).  Remove m4/getopt.m4 (now
533         subsumed by m4/*.m4 rule).  config.guess, config.sub, and
534         doc/man/texinfo.tex are now copied in from gnulib.
536 2011-01-15  Glenn Morris  <rgm@gnu.org>
538         * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
540         * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
541         (bzrmerge-resolve): Also ignore cl-loaddefs.el.
543 2011-01-14  Glenn Morris  <rgm@gnu.org>
545         * admin.el (set-copyright): Also handle \year in refcards/*.tex.
547 2011-01-14  Glenn Morris  <rgm@gnu.org>
549         * bzrmerge.el: Require cl when compiling.
550         (bzrmerge-merges): Doc fix.
552 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
554         * notes/copyright: There's only one install-sh, not two, so fix a
555         typo claiming that there's two.  Add move-if-change to the list of
556         GPL files imported from gnulib.
558 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
560         * notes/copyright: Report status more accurately for non-GPL files.
561         Report copyright status more accurately for mkinstalldirs,
562         configure, m4/getopt.m4, and msdos/sed*.inp.
564 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
566         * nt/README.W32: Update the information about PNG support libraries.
567         (Bug#7716)
569 2010-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
571         * bzrmerge.el: New file to help merge branches while skipping
572         some revisions (e.g. from emacs-23 to trunk).
574 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
576         * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
578 2010-10-12  Glenn Morris  <rgm@gnu.org>
580         * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
582 2010-10-09  Glenn Morris  <rgm@gnu.org>
584         * admin.el (set-version): Add doc/emacs/emacsver.texi.
586 2010-10-09  Glenn Morris  <rgm@gnu.org>
588         * admin.el (set-version): No need to act on doc/ files any more.
590         * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
592 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
594         * unidata/BidiMirroring.txt: Update from
595         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
597         * unidata/UnicodeData.txt: Update from
598         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
600 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
602         * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
604 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
606         * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
608 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
610         * admin.el: Write version number to nt/makefile.w32-in.
611         * nt/makedist.bat: Remove; replaced with `zipdist.bat'
612         in the nt/ directory.
613         * nt/README.W32: Relocate to nt/ directory.
615 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
617         * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
619 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
621         * MAINTAINERS: Update my responsibilities.
623 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
625         * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
626         (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
627         Remove.
629 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
631         * unidata/bidimirror.awk: New file.
633         * unidata/BidiMirroring.txt: New file from
634         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
636         * unidata/Makefile.in (../../src/bidimirror.h): New target.
637         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
639         * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
640         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
642         * unidata/biditype.awk: New file.
644         * unidata/Makefile.in (../../src/biditype.h): New target.
646         * unidata/makefile.w32-in (../../src/biditype.h): New target.
648 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
650         * unidata/UnicodeData.txt: Update from
651         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
653 2010-05-27  Glenn Morris  <rgm@gnu.org>
655         * quick-install-emacs (AVOID): No more Makefile.c files.
657         * notes/cpp: Remove file.
659 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
661         * admin.el (set-version, set-copyright): Update emacs.c instead of
662         version.el.
664         * make-tarball.txt: Update filename list in step 6.
666         * quick-install-emacs: Scan emacs.c instead of version.el for
667         version string.
669 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
671         * Version 23.2 released.
673 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
675         * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
677 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
679         * Branch for 23.2.
681 2010-03-10  Miles Bader  <miles@gnu.org>
683         * quick-install-emacs: Use more portable shell syntax.
685         * quick-install-emacs (AVOID): Be more picky about files we avoid
686         installing.
688 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
690         * quick-install-emacs (PRUNED): Fix typo in message.
692 2010-01-20  Glenn Morris  <rgm@gnu.org>
694         * revdiff: Remove file that only works with CVS, and isn't really
695         needed with Bazaar (given the in-built revision options of bzr diff).
697 2010-01-12  Glenn Morris  <rgm@gnu.org>
699         * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
700         than emacs-pretest-bug for bug reports for development versions.
702 2009-11-06  Kenichi Handa  <handa@m17n.org>
704         * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
705         that the block data and the following per-char data fall into the
706         same char-table leaf.
708 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
710         * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
712 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
714         * unidata/.gitignore: New file.
716 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
718         * notes/bugtracker: How to reassign a bug to a list of packages.
720         * notes/newfile: Details of how to check for problems with DOS 8+3
721         file-name restrictions.
723 2009-08-18  Glenn Morris  <rgm@gnu.org>
725         * notes/newfile: New file.
727 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
729         * make-tarball.txt: Add a note about bumping the value of
730         customize-changed-options-previous-release.
732 2009-06-24  Kenichi Handa  <handa@m17n.org>
734         * charsets/mapconv: For the Unicode format files, do reverse sort
735         and don't compact the map.  This is to prefer the first one in the
736         duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
738 2009-06-12  Kenichi Handa  <handa@m17n.org>
740         * charsets/Makefile (JISX213A.map): Make it depend on
741         mapfiles/JISX213A.map.gz.
742         (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
744         * charsets/mapfiles/JISX213A.map.gz: New file.
746         * charsets/mapfiles/README: Describe JISX213A.map.gz.
748 2009-06-12  Kenichi Handa  <handa@m17n.org>
750         * charsets/mapfiles/*: New files.
752         * charsets/mule-charsets.el: Mostly re-written to generate all
753         MULE-*.map files.
755         * charsets/mapconv: Mostly re-written to handle "gzip"ed input
756         files.
758         * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
759         EUC-JP-MS.
761         * charsets/cp51932.awk (END): Print arch-tag at the tail.
763         * charsets/Makefile: Maps depend on files under mapfiles or
764         ${GLIBC_CHARMAPS}.
766 2009-04-21  Kenichi Handa  <handa@m17n.org>
768         * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
769         change.
771 2009-04-17  Kenichi Handa  <handa@m17n.org>
773         * unidata/unidata-gen.el (unidata-get-decomposition):
774         Adjust Hangle decomposition rule to Unicode.
776 2009-04-09  Kenichi Handa  <handa@m17n.org>
778         * unidata/unidata-gen.el (unidata-describe-decomposition):
779         Return a string with a composition property to disable combining
780         characters being composed.
782 2009-03-11  Miles Bader  <miles@gnu.org>
784         * quick-install-emacs: Be more clever about locating info directory.
786 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
788         * nt/README.W32: Fix typos.
790 2009-02-23  Jason Rumney  <jasonr@gnu.org>
792         * nt/README-ftp-server: Update for 23.0.91.
794         * nt/README.W32: Remove ever expanding versions of Windows.
795         Shorten FAQ URL.  Remove mention of obsolete lock directory.
796         Windows distribution now bin and barebin only.  Add note about
797         SVG support.  Remove old tar and gzip problem workarounds.
798         Use new (22.x) -Q option.  Report all bugs through bug tracker.
800         * nt/README-UNDUMP.W32: Modify for barebin distribution, as
801         undumped distribution no longer exists.
803 2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
805         * nt/README.W32: Fix typo.  (Bug#2207)
807 2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
809         * admin.el (set-version): Remove deleted file ns-emacs.texi.
811 2008-12-02  Kenichi Handa  <handa@m17n.org>
813         * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
814         `decomposition' property adjusted.
815         (unidata-split-decomposition): Don't include surrounding "<" and
816         ">" in a symbol name.
818 2008-12-01  Kenichi Handa  <handa@m17n.org>
820         * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
821         property generator to unidata-gen-table-numeric.  Docstring adjusted.
822         (unidata-get-numeric, unidata-put-numeric)
823         (unidata-gen-table-numeric): New functions.
824         (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
826 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
828         * notes/documentation: Add notes about Antinews.
830 2008-10-23  Glenn Morris  <rgm@gnu.org>
832         * admin.el (set-version): Add doc/misc/ns-emacs.texi.
833         Add/tweak some nextstep/ entries.
835 2008-09-19  Kenichi Handa  <handa@m17n.org>
837         * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
838         positions.
840 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
842         * CPP-DEFINES: Add USER_FULL_NAME.
844 2008-08-16  Jason Rumney  <jasonr@gnu.org>
846         * admin.el (set-version): Set version in nt/emacsclient.rc.
848 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
850         * nt/dump.bat: Fix mixed EOLs.
852 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
854         * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
856 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
858         * CPP-DEFINES: Add defines for accessing system processes.
860 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
862         * make-tarball.txt:
863         * admin.el:
864         * FOR-RELEASE:
865         * CPP-DEFINES: Remove mentions of Mac Carbon.
867 2008-07-16  Glenn Morris  <rgm@gnu.org>
869         * admin.el (set-version, set-copyright): Add nextstep/ files.
871 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
873         * CPP-DEFINES: Add NS port related defines.
875 2008-06-16  Glenn Morris  <rgm@gnu.org>
877         * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
878         doc/lispref/book-spine.texinfo.
880 2008-06-15  Glenn Morris  <rgm@gnu.org>
882         * admin.el (set-version): Add doc/misc/faq.texi.
884 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
886         * FOR-RELEASE: Remove Windows problem about the XPM image library
887         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
889 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
891         * unidata/UnicodeData.txt: Update to Unicode 5.1.
893 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
895         * unidata/unidata-gen.el (unidata-prop-alist):
896         Fix typo in description of `numeric-value'.
897         (unidata-put-character): Fix typo in error message.
899 2008-02-21  Glenn Morris  <rgm@gnu.org>
901         * notes/unicode, notes/font-backend: New files, split off from
902         README.unicode.
904 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
906         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
907         being used in latin1-disp.el.  Remove the problem of
908         cp-supported-codepages.  Remove the problem of lost changelog for
909         ps-prin1.ps.
911 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
913         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
914         non-portable in this context.
916         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
917         non-portable in this context.
919 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
921         * unidata/makefile.w32-in (lisp): New variable.
922         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
923         lisp/emacs-lisp.
925 2008-02-04  Jason Rumney  <jasonr@gnu.org>
927         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
929 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
931         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
933 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
935         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
937         * unidata/Makefile.in: Rename from Makefile.
939         * unidata/makefile.w32-in: New file.
941 2008-02-02  Jason Rumney  <jasonr@gnu.org>
943         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
945 2008-02-01  Kenichi Handa  <handa@m17n.org>
947         * unidata/copyright.html: New file.
949 2008-02-01  Kenichi Handa  <handa@m17n.org>
951         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
952         decomposition, if T is the same as TBase, don't include it in the
953         returned list.
955 2008-02-01  Kenichi Handa  <handa@m17n.org>
957         * unidata/unidata-gen.el (unidata-text-file): Delete it.
958         (unidata-list): Initialize to nil.
959         (unidata-setup-list): New function.
960         (unidata-gen-files): New optional arg unidata-text-file.
961         If it's nil, set unidata-text-file to the left command line arg.
962         Call unidate-setup-list at first.
964         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
965         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
967 2008-02-01  Kenichi Handa  <handa@m17n.org>
969         * unidata/unidata-gen.el: Fix comment typo.
970         Change string-to-int to string-to-number.
971         (unidata-text-file): Define to .../unidata.txt.
972         (unidata-list): Just insert unidata-text-file.
973         (unidata-get-decomposition): Handle Hangul decomposition.
974         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
976         * unidata/Makefile (unidata.txt): New target.
977         (charprop.el): Depends on unidata.txt.
978         (clean): Remove unidata.txt.
980 2008-02-01  Kenichi Handa  <handa@m17n.org>
982         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
983         (unidata-get-name): Handle U+110B.
985 2008-02-01  Kenichi Handa  <handa@m17n.org>
987         Sub-directory `unidata' is for codes to generate charprop.el and
988         many other uni-*.el files from `UnicodeData.txt'.
990         * Unidata/README: New file.
992         * unidata/Makefile: New file.
994         * unidata/unidata-gen.el: New file.
996         * unidata/UnicodeData.txt: New file.  Copied from
997         http://www.unicode.org on 2006-05-23.
999         * unidata/.cvsignore: New file.
1001 2008-02-01  Kenichi Handa  <handa@m17n.org>
1003         * charsets/.cvsignore: New file.
1005         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
1007         * charsets/Makefile (all): Rename target from charsets.
1008         Depend on ${TRANS_TABLE}.
1009         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
1010         Generate from cns2ucsdkw.txt.
1011         (install): Copy updated files only.
1013 2008-02-02  Kenichi Handa  <handa@m17n.org>
1015         * charsets/cp932.awk: Append user-defined area of CP932.
1017 2008-02-02  Kenichi Handa  <handa@m17n.org>
1019         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1020         0x2299 to 0x29BF.
1022 2008-02-01  Kenichi Handa  <handa@m17n.org>
1024         * charsets/Makefile (TRANS_TABLE): New macro.
1025         (JISX0208.map): Convert 0x2015 to 0x2014.
1026         (cp51932.el): New target.
1027         (eucjp-ms.el): New target.
1028         (install): Include ${TRANS_TABLE}.
1029         (CJK): Include JISX213A.map.
1030         (JISX213A.map): New target.
1032         * charsets/eucjp-ms.awk: New file.
1034         * charsets/cp51932.awk: New file.
1036 2008-02-01  Kenichi Handa  <handa@m17n.org>
1038         * charsets/cp932.awk: New file.
1040         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
1042         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1043         running an awk program.
1045 2008-02-01  Kenichi Handa  <handa@m17n.org>
1047         * charsets/mapconv: Handle UNICODE2.
1049         * charsets/Makefile (CJK): Include CP932-2BYTE.map.
1050         (CP932-2BYTE.map): New target.
1052 2008-02-01  Kenichi Handa  <handa@m17n.org>
1054         * charsets: New directory for scripts to generate charset map
1055         files in ../etc/charsets/.
1057         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
1058         * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
1059         * charsets/kuten.awk: New files.
1061 2008-01-08  Glenn Morris  <rgm@gnu.org>
1063         * admin.el (set-version): Add doc/man/emacs.1.
1065 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1067         * notes/copyright:
1068         * MAINTAINERS: Remove references to files that have been removed.
1070 2008-01-04  Glenn Morris  <rgm@gnu.org>
1072         * admin.el (set-copyright): Add lib-src/ebrowse.c.
1074 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1076         * CPP-DEFINES: New file.
1078 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1080         * FOR-RELEASE: Remove "window-system in face definition" [of
1081         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
1082         on gnus-dired.el.
1084 2007-12-05  Glenn Morris  <rgm@gnu.org>
1086         * admin.el (set-version): Handle configure.in.  Adapt for doc/
1087         directory layout for manuals.
1089 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1091         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
1092         been fixed in Gnus CVS but have not yet been synched to Emacs.
1094 2007-11-17  Glenn Morris  <rgm@gnu.org>
1096         * admin.el (process-lines): Move to ../lisp/subr.el.
1098 2007-10-23  Glenn Morris  <rgm@gnu.org>
1100         * MAINTAINERS: Move here from ../.
1102 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
1104         * make-emacs: Doc fix.
1106 2007-08-28  Glenn Morris  <rgm@gnu.org>
1108         * admin.el: Provide self.
1110 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
1112         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
1114 2007-07-25  Glenn Morris  <rgm@gnu.org>
1116         * Relicense all FSF files to GPLv3 or later.
1118 2007-06-07  Glenn Morris  <rgm@gnu.org>
1120         * admin.el (set-copyright): New function.
1122 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
1124         * make-tarball.txt: Add note about cutting the branch.
1126 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1128         * Version 22.1 released.
1130 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
1132         * nt/makedist.bat: Change EOL format to DOS.  Don't use
1133         redirection characters in REM lines.
1135 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
1137         * FOR-RELEASE: Removed Gtk/Xft issue.
1139 2007-01-01  Miles Bader  <miles@gnu.org>
1141         * quick-install-emacs (get_config_var): Deal with weird magic
1142         string inserted by recent versions of autoconf.
1144 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
1146         * admin.el (set-version): Set version number in
1147         lib-src/makefile.w32-in.
1149 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1151         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1152         due to a local miss-configuration.
1154 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
1156         * make-announcement (OLD): Remove LEIM references in announcement
1157         since it is now built-in.
1159 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1161         * admin.el (set-version): Set version numbers in "mac" subdirectory.
1163 2006-10-03  Kenichi Handa  <handa@m17n.org>
1165         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1167 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
1169         * FOR-RELEASE: Elisp manual checking completed.
1171 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1173         * FOR-RELEASE: Update refcard section.
1175 2006-07-14  Kim F. Storm  <storm@cua.dk>
1177         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1179 2006-07-09  Kim F. Storm  <storm@cua.dk>
1181         * README: Use outline format.  Add FOR-RELEASE.
1183 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
1185         * FOR-RELEASE: Checking of info.texi done.
1187 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
1189         * FOR-RELEASE: Update refcard section.
1191 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
1193         * FOR-RELEASE: Update refcard section.
1195 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
1197         * FOR-RELEASE: Key sequence elisp node done.
1199 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1201         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
1203 2006-05-21  Chong Yidong  <cyd@mit.edu>
1205         * FOR-RELEASE: point-entered /point-left bug fixed.
1207 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
1209         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
1210         entry.
1212 2006-05-06  Bill Wohler  <wohler@newt.com>
1214         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
1215         about it.
1217 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
1219         * ./* (Copyright): Updated Copyright year(s).
1221 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1223         * FOR-RELEASE (BUGS): Add URLs/MIDs.
1225 2006-02-20  Kim F. Storm  <storm@cua.dk>
1227         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
1228         Rework how fringe bitmaps are defined and used.
1229         Currently, bitmap usage and bitmap appearance are "mixed-up" in a
1230         one-level representation.  It would be cleaner to split the
1231         representation into a two-level model where first level maps
1232         bitmap usage to a bitmap name, and second level maps bitmap name to
1233         a bitmap appearance.
1235 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
1237         * FOR-RELEASE: String allocation bugs fixed.
1239 2005-12-13  Bill Wohler  <wohler@newt.com>
1241         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
1243 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1245         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
1246         completing-read-multiple, mail-extract-address-components,
1247         mail-mode, quail-define-package, save-buffer and
1248         ucs-set-table-for-input from doc strings item (Done).
1250 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
1252         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
1254 2005-11-11  Kim F. Storm  <storm@cua.dk>
1256         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
1257         when displaying a non-breaking space in an overlay string.
1259 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1261         * FOR-RELEASE: Init file change implemented.
1263 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
1265         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
1267 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
1269         * FOR-RELEASE (New features): max-image-size implemented.
1270         (Bugs): split-window done, by Kim F. Storm.
1272 2005-10-17  Bill Wohler  <wohler@newt.com>
1274         * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
1275         since it's gone.  Also marked mh-e as done.
1277 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
1279         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
1280         libraries on Windows (Done).
1282 2005-10-01  Jason Rumney  <jasonr@gnu.org>
1284         * admin.el (set-version): Set version numbers in nt/emacs.rc.
1286 2005-08-31  Romain Francoise  <romain@orebokech.com>
1288         * FOR-RELEASE (New features): Remove vhdl-mode.el update
1289         item (Done).
1291 2005-08-27  Romain Francoise  <romain@orebokech.com>
1293         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
1295 2005-07-04  Lute Kamstra  <lute@gnu.org>
1297         Update FSF's address in GPL notices.
1299 2005-06-10  Lute Kamstra  <lute@gnu.org>
1301         * admin.el (set-version): Set version in lisp manual too.
1302         * make-tarball.txt: Commit lispref/elisp.texi too.
1304 2005-06-04  Richard M. Stallman  <rms@gnu.org>
1306         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
1307         Other cleanups.
1309 2005-04-19  Lute Kamstra  <lute@gnu.org>
1311         * make-tarball.txt: Don't commit lisp/loaddefs.el.
1313 2005-04-14  Lute Kamstra  <lute@gnu.org>
1315         * nt/makedist.bat (elfiles): Update.
1317         * admin.el (add-release-logs): Fix require call.
1319 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
1321         * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
1322         The first line of every tutorial must begin with a sentence saying
1323         "Emacs Tutorial" in the respective language.  This should be
1324         followed by "See end for copying conditions", likewise in the
1325         respective language.
1327 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
1329         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
1330         Add `undo-ask-before-discard' to it.
1332 2005-03-02  Miles Bader  <miles@gnu.org>
1334         * quick-install-emacs: Only use the mkdir --verbose option if the
1335         script's --verbose option was specified (this avoids problems with
1336         default usage on systems where mkdir doesn't support that option).
1338 2005-02-15  Jason Rumney  <jasonr@gnu.org>
1340         * nt/makedist.bat: Do not rely on non-standard behavior of
1341         tar --exclude.
1343 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
1345         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
1347 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
1349         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
1350         Elisp manuals.
1352 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
1354         * FOR-RELEASE (Indications): Clean up and update checklists for
1355         Emacs and Elisp manuals.
1357 2004-09-11  Kim F. Storm  <storm@cua.dk>
1359         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
1360         (Documentation): Add NEWS entry.
1361         Add section lists for proof-reading Emacs and Lisp manuals.
1363 2004-08-29  Kim F. Storm  <storm@cua.dk>
1365         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
1367 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
1369         * FOR-RELEASE (Indications): Remove entry about GTK and geometry
1370         (now behaves as well as other ports).
1372 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
1374         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
1376 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
1378         * FOR-RELEASE: Moved here from the etc directory.
1380 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
1382         * notes/BRANCH: New file, to be maintained per CVS branch.
1384 2003-10-01  Miles Bader  <miles@gnu.org>
1386         * quick-install-emacs: Don't use "function" keyword when defining
1387         shell functions.
1389 2003-09-29  Lute Kamstra  <lute@gnu.org>
1391         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
1393 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
1395         * quick-install-emacs: Remove fns-* pruning, since that file no
1396         longer seems to be generated.
1397         (AVOID): Quote literal periods.  Quote braces in a way acceptable
1398         to all parties (gawk gets bitchy about using `\').
1400 2003-08-19  Miles Bader  <miles@gnu.org>
1402         * quick-install-emacs: Add arch-specific ignored files to
1403         quick-install-emacs.  Use quoting for periods that's acceptable
1404         to recent versions of gawk.
1406 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1408         * cus-test.el: Remove obsolete workaround.
1410 2003-04-22  Andrew Innes  <andrewi@gnu.org>
1412         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1413         emacs.exe before zipping, and including batch file to recreate
1414         after unpacking.
1416         * nt/stitch.bat: New file.
1418         * nt/README-ftp-server: Update wording and version number etc.
1419         Add extra instructions for installing multi-file .zip
1420         distribution.
1422         * nt/README.W32: Remove personal email address and update wording.
1424         * nt/README-UNDUMP.W32: Remove personal email address and update
1425         wording.
1427 2003-02-10  Francesco Potortì  <pot@gnu.org>
1429         * make-changelog-diff: New script, code stolen from make-announcement.
1431         * make-announcement: Use make-changelog-diff.
1433 2003-01-20  Francesco Potortì  <pot@gnu.org>
1435         * make-tarball.txt: Step-by-step instructions for making a tarball.
1437         * make-announcement: A script for creating pretest announcements.
1439 2003-01-17  Francesco Potortì  <pot@gnu.org>
1441         * admin.el (add-release-logs): Expand the directory name before
1442         calling find(1).
1443         (add-release-logs): Use the same methods as add-log.el for writing
1444         the date and the user's name and address.
1446 2003-01-07  Miles Bader  <miles@gnu.org>
1448         * quick-install-emacs: Unset LANG etc. to avoid non-standard
1449         command output from non-C locales.
1451 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
1453         * cus-test.el: Extended and reorganized.  There are now 4 tests
1454         which can be run in batch mode.  See the Commentary section.
1456 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
1458         * cus-test.el: New file.
1460 2002-05-27  Miles Bader  <miles@gnu.org>
1462         * quick-install-emacs (VERSION): Calculate using the same method
1463         that configure.in uses.
1465 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
1467         * emacs-pretesters: New file with information for Emacs
1468         pretesters.
1470 2002-03-22  Paul Eggert  <eggert@twinsun.com>
1472         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1473         POSIX 1003.1-2001 disallows both usages.
1475 2002-02-11  Andrew Innes  <andrewi@gnu.org>
1477         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1479 2002-01-24  Andrew Innes  <andrewi@gnu.org>
1481         * nt/README.W32: Remove unnecessary version number and date
1482         references.
1484         * nt/README-UNDUMP.W32: Ditto.
1486 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
1488         * make-emacs: Add --trace-move.
1490 2001-10-23  Andrew Innes  <andrewi@gnu.org>
1492         * nt/makedist.bat: Remove remaining obsolete reference to
1493         GETTING.GNU.SOFTWARE.
1495 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
1497         * admin.el (set-version): Use `s' interactive spec for
1498         version number.
1500 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1502         * (Version 21.1 released.)
1504 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1506         * admin.el (add-release-logs): Put the log entry in lispref, too.
1508 2001-10-20  Miles Bader  <miles@gnu.org>
1510         * quick-install-emacs: Exit if we can't find some variable.
1511         (AVOID): Add .orig & .rej files.
1512         (get_config_var): Be more liberal about format of config.status
1513         sed commands.
1515 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
1517         * admin.el: New file.
1519         * build-configs: Add --help option.  Add support for building
1520         in arbitrary source trees.
1522 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1524         * alloc-colors.c: New file.
1526 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
1528         * make-emacs: Add --boot switch for bootstrapping.  Logs to
1529         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1531 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1533         * Branch for 21.1.
1535 2001-09-04  Andrew Innes  <andrewi@gnu.org>
1537         * admin/nt/makedist.bat: Remove reference to obsolete file
1538         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
1539         version of tar used.
1541 ;; Local Variables:
1542 ;; coding: utf-8
1543 ;; End:
1545   Copyright (C) 2001-2012 Free Software Foundation, Inc.
1547   This file is part of GNU Emacs.
1549   GNU Emacs is free software: you can redistribute it and/or modify
1550   it under the terms of the GNU General Public License as published by
1551   the Free Software Foundation, either version 3 of the License, or
1552   (at your option) any later version.
1554   GNU Emacs is distributed in the hope that it will be useful,
1555   but WITHOUT ANY WARRANTY; without even the implied warranty of
1556   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1557   GNU General Public License for more details.
1559   You should have received a copy of the GNU General Public License
1560   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.