(c-end-of-statement): Set macro-end correctly at the end of a loop.
[emacs.git] / admin / ChangeLog
blob87ba151dc347f56969d1caadec8981f84ffe455b
1 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
3         * admin.el (set-version): Add msdos/sed2v2.inp.
5 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
7         Remove no-longer needed getloadavg symbols.
8         * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
9         (LDAV_SYMBOL): Remove.
11 2011-02-12  Glenn Morris  <rgm@gnu.org>
13         * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
15 2011-02-05  Glenn Morris  <rgm@gnu.org>
17         * bzrmerge.el (bzrmerge-warning-buffer): New constant.
18         (bzrmerge-apply): Use it.
19         (bzrmerge): Kill any old warning buffer first.
21 2011-02-03  Glenn Morris  <rgm@gnu.org>
23         * bzrmerge.el (bzrmerge-buffer): New constant.
24         (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
25         (bzrmerge-missing): If nothing to do, return nil not (nil).
26         (bzrmerge-apply): Remove odd character from message.
27         (bzrmerge): Give status messages.
29 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
31         * admin.el (set-version): Remove lib-src/makefile.w32-in.
32         Add nt/config.nt.
34 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
36         src/emacs.c now gets version number from configure.in
37         * admin.el (set-version): Don't update src/emacs.c.
38         * quick-install-emacs (VERSION): Get it from configure.in, not from
39         src/emacs.c.
41 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
43         strftime: import from gnulib
44         * notes/copyright: strftime.c moved from src to lib.
46 2011-01-25  Glenn Morris  <rgm@gnu.org>
48         * bzrmerge.el (bzrmerge-skip-regexp): New variable.
49         (bzrmerge-missing): Use it.
51 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53         * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
54         rather than doing rm and autoconf by hand.  See
55         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
57 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
59         * notes/bzr (Installing changes from gnulib): New section.
60         Need for this suggested by Stefan Monnier.
62 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
64         * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
65         an inconsistent state.
67 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
69         Update copyright notes to match recent gnulib-related changes.
70         * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
71         arg-nonnull.h, c++defs.h, compile, depcomp, missing,
72         warn-on-use.h, lib/*.[ch], lib/gnulib.mk.  Remove src/mktime.c,
73         lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
74         are subsumed by the lib/*.[ch] rule).  Remove m4/getopt.m4 (now
75         subsumed by m4/*.m4 rule).  config.guess, config.sub, and
76         doc/man/texinfo.tex are now copied in from gnulib.
78 2011-01-15  Glenn Morris  <rgm@gnu.org>
80         * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
82         * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
83         (bzrmerge-resolve): Also ignore cl-loaddefs.el.
85 2011-01-14  Glenn Morris  <rgm@gnu.org>
87         * admin.el (set-copyright): Also handle \year in refcards/*.tex.
89 2011-01-14  Glenn Morris  <rgm@gnu.org>
91         * bzrmerge.el: Require cl when compiling.
92         (bzrmerge-merges): Doc fix.
94 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
96         * notes/copyright: There's only one install-sh, not two, so fix a
97         typo claiming that there's two.  Add move-if-change to the list of
98         GPL files imported from gnulib.
100 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
102         * notes/copyright: Report status more accurately for non-GPL files.
103         Report copyright status more accurately for mkinstalldirs,
104         configure, m4/getopt.m4, and msdos/sed*.inp.
106 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
108         * nt/README.W32: Update the information about PNG support libraries.
109         (Bug#7716)
111 2010-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
113         * bzrmerge.el: New file to help merge branches while skipping
114         some revisions (e.g. from emacs-23 to trunk).
116 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
118         * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
120 2010-10-12  Glenn Morris  <rgm@gnu.org>
122         * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
124 2010-10-09  Glenn Morris  <rgm@gnu.org>
126         * admin.el (set-version): Add doc/emacs/emacsver.texi.
128 2010-10-09  Glenn Morris  <rgm@gnu.org>
130         * admin.el (set-version): No need to act on doc/ files any more.
132         * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
134 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
136         * unidata/BidiMirroring.txt: Update from
137         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
139         * unidata/UnicodeData.txt: Update from
140         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
142 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
144         * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
146 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
148         * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
150 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
152         * admin.el: Write version number to nt/makefile.w32-in.
153         * nt/makedist.bat: Remove; replaced with `zipdist.bat'
154         in the nt/ directory.
155         * nt/README.W32: Relocate to nt/ directory.
157 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
159         * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
161 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
163         * MAINTAINERS: Update my responsibilities.
165 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
167         * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
168         (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
169         Remove.
171 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
173         * unidata/bidimirror.awk: New file.
175         * unidata/BidiMirroring.txt: New file from
176         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
178         * unidata/Makefile.in: (../../src/bidimirror.h): New target.
179         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
181         * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
182         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
184         * unidata/biditype.awk: New file.
186         * unidata/Makefile.in (../../src/biditype.h): New target.
188         * unidata/makefile.w32-in (../../src/biditype.h): New target.
190 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
192         * unidata/UnicodeData.txt: Update from
193         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
195 2010-05-27  Glenn Morris  <rgm@gnu.org>
197         * quick-install-emacs (AVOID): No more Makefile.c files.
199         * notes/cpp: Remove file.
201 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
203         * admin.el (set-version, set-copyright): Update emacs.c instead of
204         version.el.
206         * make-tarball.txt: Update filename list in step 6.
208         * quick-install-emacs: Scan emacs.c instead of version.el for
209         version string.
211 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
213         * Version 23.2 released.
215 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
217         * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
219 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
221         * Branch for 23.2.
223 2010-03-10  Miles Bader  <miles@gnu.org>
225         * quick-install-emacs: Use more portable shell syntax.
227         * quick-install-emacs: (AVOID): Be more picky about files we avoid
228         installing.
230 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
232         * quick-install-emacs (PRUNED): Fix typo in message.
234 2010-01-20  Glenn Morris  <rgm@gnu.org>
236         * revdiff: Remove file that only works with CVS, and isn't really
237         needed with Bazaar (given the in-built revision options of bzr diff).
239 2010-01-12  Glenn Morris  <rgm@gnu.org>
241         * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
242         than emacs-pretest-bug for bug reports for development versions.
244 2009-11-06  Kenichi Handa  <handa@m17n.org>
246         * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
247         that the block data and the following per-char data fall into the
248         same char-table leaf.
250 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
252         * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
254 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
256         * unidata/.gitignore: New file.
258 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
260         * notes/bugtracker: How to reassign a bug to a list of packages.
262         * notes/newfile: Details of how to check for problems with DOS 8+3
263         file-name restrictions.
265 2009-08-18  Glenn Morris  <rgm@gnu.org>
267         * notes/newfile: New file.
269 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
271         * make-tarball.txt: Add a note about bumping the value of
272         customize-changed-options-previous-release.
274 2009-06-24  Kenichi Handa  <handa@m17n.org>
276         * charsets/mapconv: For the UNICODE format files, do reverse sort
277         and don't compact the map.  This is to prefer the first one in the
278         duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
280 2009-06-12  Kenichi Handa  <handa@m17n.org>
282         * charsets/Makefile (JISX213A.map): Make it depend on
283         mapfiles/JISX213A.map.gz.
284         (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
286         * charsets/mapfiles/JISX213A.map.gz: New file.
288         * charsets/mapfiles/README: Describe JISX213A.map.gz.
290 2009-06-12  Kenichi Handa  <handa@m17n.org>
292         * charsets/mapfiles/*: New files.
294         * charsets/mule-charsets.el: Mostly re-written to generate all
295         MULE-*.map files.
297         * charsets/mapconv: Mostly re-written to handle "gzip"ed input
298         files.
300         * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
301         EUC-JP-MS.
303         * charsets/cp51932.awk (END): Print arch-tag at the tail.
305         * charsets/Makefile: Maps depend on files under mapfiles or
306         ${GLIBC_CHARMAPS}.
308 2009-04-21  Kenichi Handa  <handa@m17n.org>
310         * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
311         change.
313 2009-04-17  Kenichi Handa  <handa@m17n.org>
315         * unidata/unidata-gen.el (unidata-get-decomposition): Adjust
316         Hangle decomposition rule to Unicode.
318 2009-04-09  Kenichi Handa  <handa@m17n.org>
320         * unidata/unidata-gen.el (unidata-describe-decomposition): Return
321         a string with a composition property to disable combining
322         characters being composed.
324 2009-03-11  Miles Bader  <miles@gnu.org>
326         * quick-install-emacs: Be more clever about locating info directory.
328 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
330         * nt/README.W32: Fix typos.
332 2009-02-23  Jason Rumney  <jasonr@gnu.org>
334         * nt/README-ftp-server: Update for 23.0.91
336         * nt/README.W32: Remove ever expanding versions of Windows.
337         Shorten FAQ URL.  Remove mention of obsolete lock directory.
338         Windows distribution now bin and barebin only.  Add note about
339         SVG support.  Remove old tar and gzip problem workarounds.
340         Use new (22.x) -Q option.  Report all bugs through bug tracker.
342         * nt/README-UNDUMP.W32: Modify for barebin distribution, as
343         undumped distribution no longer exists.
345 2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
347         * nt/README.W32: Fix typo.  (Bug#2207)
349 2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
351         * admin.el (set-version): Remove deleted file ns-emacs.texi.
353 2008-12-02  Kenichi Handa  <handa@m17n.org>
355         * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
356         `decomposition' property adjusted.
357         (unidata-split-decomposition): Don't include surrounding "<" and
358         ">" in a symbol name.
360 2008-12-01  Kenichi Handa  <handa@m17n.org>
362         * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
363         property generator to unidata-gen-table-numeric.  Docstring adjusted.
364         (unidata-get-numeric, unidata-put-numeric)
365         (unidata-gen-table-numeric): New functions.
366         (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
368 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
370         * notes/documentation: Add notes about Antinews.
372 2008-10-23  Glenn Morris  <rgm@gnu.org>
374         * admin.el (set-version): Add doc/misc/ns-emacs.texi.
375         Add/tweak some nextstep/ entries.
377 2008-09-19  Kenichi Handa  <handa@m17n.org>
379         * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
380         positions.
382 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
384         * CPP-DEFINES: Add USER_FULL_NAME.
386 2008-08-16  Jason Rumney  <jasonr@gnu.org>
388         * admin.el (set-version): Set version in nt/emacsclient.rc.
390 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
392         * nt/dump.bat: Fix mixed EOLs.
394 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
396         * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
398 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
400         * CPP-DEFINES: Add defines for accessing system processes.
402 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
404         * make-tarball.txt:
405         * admin.el:
406         * FOR-RELEASE:
407         * CPP-DEFINES: Remove mentions of Mac Carbon.
409 2008-07-16  Glenn Morris  <rgm@gnu.org>
411         * admin.el (set-version, set-copyright): Add nextstep/ files.
413 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
415         * CPP-DEFINES: Add NS port related defines.
417 2008-06-16  Glenn Morris  <rgm@gnu.org>
419         * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
420         doc/lispref/book-spine.texinfo.
422 2008-06-15  Glenn Morris  <rgm@gnu.org>
424         * admin.el (set-version): Add doc/misc/faq.texi.
426 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
428         * FOR-RELEASE: Remove Windows problem about the XPM image library
429         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
431 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
433         * unidata/UnicodeData.txt: Update to Unicode 5.1.
435 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
437         * unidata/unidata-gen.el (unidata-prop-alist):
438         Fix typo in description of `numeric-value'.
439         (unidata-put-character): Fix typo in error message.
441 2008-02-21  Glenn Morris  <rgm@gnu.org>
443         * notes/unicode, notes/font-backend: New files, split off from
444         README.unicode.
446 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
448         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
449         being used in latin1-disp.el.  Remove the problem of
450         cp-supported-codepages.  Remove the problem of lost changelog for
451         ps-prin1.ps.
453 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
455         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
456         non-portable in this context.
458         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
459         non-portable in this context.
461 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
463         * unidata/makefile.w32-in (lisp): New variable.
464         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
465         lisp/emacs-lisp.
467 2008-02-04  Jason Rumney  <jasonr@gnu.org>
469         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
471 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
473         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
475 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
477         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
479         * unidata/Makefile.in: Rename from Makefile.
481         * unidata/makefile.w32-in: New file.
483 2008-02-02  Jason Rumney  <jasonr@gnu.org>
485         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
487 2008-02-01  Kenichi Handa  <handa@m17n.org>
489         * unidata/copyright.html: New file.
491 2008-02-01  Kenichi Handa  <handa@m17n.org>
493         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
494         decomposition, if T is the same as TBase, don't include it in the
495         returned list.
497 2008-02-01  Kenichi Handa  <handa@m17n.org>
499         * unidata/unidata-gen.el (unidata-text-file): Delete it.
500         (unidata-list): Initialize to nil.
501         (unidata-setup-list): New function.
502         (unidata-gen-files): New optional arg unidata-text-file.
503         If it's nil, set unidata-text-file to the left command line arg.
504         Call unidate-setup-list at first.
506         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
507         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
509 2008-02-01  Kenichi Handa  <handa@m17n.org>
511         * unidata/unidata-gen.el: Fix comment typo.
512         Change string-to-int to string-to-number.
513         (unidata-text-file): Define to .../unidata.txt.
514         (unidata-list): Just insert unidata-text-file.
515         (unidata-get-decomposition): Handle Hangul decomposition.
516         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
518         * unidata/Makefile (unidata.txt): New target.
519         (charprop.el): Depends on unidata.txt.
520         (clean): Remove unidata.txt.
522 2008-02-01  Kenichi Handa  <handa@m17n.org>
524         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
525         (unidata-get-name): Handle U+110B.
527 2008-02-01  Kenichi Handa  <handa@m17n.org>
529         Sub-directory `unidata' is for codes to generate charprop.el and
530         many other uni-*.el files from `UnicodeData.txt'.
532         * Unidata/README: New file.
534         * unidata/Makefile: New file.
536         * unidata/unidata-gen.el: New file.
538         * unidata/UnicodeData.txt: New file.  Copied from
539         http://www.unicode.org on 2006-05-23.
541         * unidata/.cvsignore: New file.
543 2008-02-01  Kenichi Handa  <handa@m17n.org>
545         * charsets/.cvsignore: New file.
547         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
549         * charsets/Makefile (all): Rename target from charsets.
550         Depend on ${TRANS_TABLE}.
551         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
552         Generate from cns2ucsdkw.txt.
553         (install): Copy updated files only.
555 2008-02-02  Kenichi Handa  <handa@m17n.org>
557         * charsets/cp932.awk: Append user-defined area of CP932.
559 2008-02-02  Kenichi Handa  <handa@m17n.org>
561         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
562         0x2299 to 0x29BF.
564 2008-02-01  Kenichi Handa  <handa@m17n.org>
566         * charsets/Makefile (TRANS_TABLE): New macro.
567         (JISX0208.map): Convert 0x2015 to 0x2014.
568         (cp51932.el): New target.
569         (eucjp-ms.el): New target.
570         (install): Include ${TRANS_TABLE}.
571         (CJK): Include JISX213A.map.
572         (JISX213A.map): New target.
574         * charsets/eucjp-ms.awk: New file.
576         * charsets/cp51932.awk: New file.
578 2008-02-01  Kenichi Handa  <handa@m17n.org>
580         * charsets/cp932.awk: New file.
582         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
584         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
585         running an awk program.
587 2008-02-01  Kenichi Handa  <handa@m17n.org>
589         * charsets/mapconv: Handle UNICODE2.
591         * charsets/Makefile (CJK): Include CP932-2BYTE.map.
592         (CP932-2BYTE.map): New target.
594 2008-02-01  Kenichi Handa  <handa@m17n.org>
596         * charsets: New directory for scripts to generate charset map
597         files in ../etc/charsets/.
599         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
600         * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
601         * charsets/kuten.awk: New files.
603 2008-01-08  Glenn Morris  <rgm@gnu.org>
605         * admin.el (set-version): Add doc/man/emacs.1.
607 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
609         * notes/copyright:
610         * MAINTAINERS: Remove references to files that have been removed.
612 2008-01-04  Glenn Morris  <rgm@gnu.org>
614         * admin.el (set-copyright): Add lib-src/ebrowse.c.
616 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
618         * CPP-DEFINES: New file.
620 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
622         * FOR-RELEASE: Remove "window-system in face definition" [of
623         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
624         on gnus-dired.el.
626 2007-12-05  Glenn Morris  <rgm@gnu.org>
628         * admin.el (set-version): Handle configure.in.  Adapt for doc/
629         directory layout for manuals.
631 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
633         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
634         been fixed in Gnus CVS but have not yet been synched to Emacs.
636 2007-11-17  Glenn Morris  <rgm@gnu.org>
638         * admin.el (process-lines): Move to ../lisp/subr.el.
640 2007-10-23  Glenn Morris  <rgm@gnu.org>
642         * MAINTAINERS: Move here from ../.
644 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
646         * make-emacs: Doc fix.
648 2007-08-28  Glenn Morris  <rgm@gnu.org>
650         * admin.el: Provide self.
652 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
654         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
656 2007-07-25  Glenn Morris  <rgm@gnu.org>
658         * Relicense all FSF files to GPLv3 or later.
660 2007-06-07  Glenn Morris  <rgm@gnu.org>
662         * admin.el (set-copyright): New function.
664 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
666         * make-tarball.txt: Add note about cutting the branch.
668 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
670         * Version 22.1 released.
672 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
674         * nt/makedist.bat: Change EOL format to DOS.  Don't use
675         redirection characters in REM lines.
677 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
679         * FOR-RELEASE: Removed Gtk/Xft issue.
681 2007-01-01  Miles Bader  <miles@gnu.org>
683         * quick-install-emacs (get_config_var): Deal with weird magic
684         string inserted by recent versions of autoconf.
686 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
688         * admin.el (set-version): Set version number in
689         lib-src/makefile.w32-in.
691 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
693         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
694         due to a local miss-configuration.
696 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
698         * make-announcement (OLD): Remove LEIM references in announcement
699         since it is now built-in.
701 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
703         * admin.el (set-version): Set version numbers in "mac" subdirectory.
705 2006-10-03  Kenichi Handa  <handa@m17n.org>
707         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
709 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
711         * FOR-RELEASE: Elisp manual checking completed.
713 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
715         * FOR-RELEASE: Update refcard section.
717 2006-07-14  Kim F. Storm  <storm@cua.dk>
719         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
721 2006-07-09  Kim F. Storm  <storm@cua.dk>
723         * README: Use outline format.  Add FOR-RELEASE.
725 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
727         * FOR-RELEASE: Checking of info.texi done.
729 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
731         * FOR-RELEASE: Update refcard section.
733 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
735         * FOR-RELEASE: Update refcard section.
737 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
739         * FOR-RELEASE: Key sequence elisp node done.
741 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
743         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
745 2006-05-21  Chong Yidong  <cyd@mit.edu>
747         * FOR-RELEASE: point-entered /point-left bug fixed.
749 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
751         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
752         entry.
754 2006-05-06  Bill Wohler  <wohler@newt.com>
756         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
757         about it.
759 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
761         * ./* (Copyright): Updated Copyright year(s).
763 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
765         * FOR-RELEASE (BUGS): Add URLs/MIDs.
767 2006-02-20  Kim F. Storm  <storm@cua.dk>
769         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
770         Rework how fringe bitmaps are defined and used.
771         Currently, bitmap usage and bitmap appearence are "mixed-up" in a
772         one-level representation.  It would be cleaner to split the
773         representation into a two-level model where first level maps
774         bitmap usage to a bitmap name, and second level maps bitmap name to
775         a bitmap appearence.
777 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
779         * FOR-RELEASE: String allocation bugs fixed.
781 2005-12-13  Bill Wohler  <wohler@newt.com>
783         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
785 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
787         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
788         completing-read-multiple, mail-extract-address-components,
789         mail-mode, quail-define-package, save-buffer and
790         ucs-set-table-for-input from doc strings item (Done).
792 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
794         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
796 2005-11-11  Kim F. Storm  <storm@cua.dk>
798         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
799         when displaying a non-breaking space in an overlay string.
801 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
803         * FOR-RELEASE: Init file change implemented.
805 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
807         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
809 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
811         * FOR-RELEASE (New features): max-image-size implemented.
812         (Bugs): split-window done, by Kim F. Storm.
814 2005-10-17  Bill Wohler  <wohler@newt.com>
816         * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
817         since it's gone.  Also marked mh-e as done.
819 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
821         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
822         libraries on Windows (Done).
824 2005-10-01  Jason Rumney  <jasonr@gnu.org>
826         * admin.el (set-version): Set version numbers in nt/emacs.rc.
828 2005-08-31  Romain Francoise  <romain@orebokech.com>
830         * FOR-RELEASE (New features): Remove vhdl-mode.el update
831         item (Done).
833 2005-08-27  Romain Francoise  <romain@orebokech.com>
835         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
837 2005-07-04  Lute Kamstra  <lute@gnu.org>
839         Update FSF's address in GPL notices.
841 2005-06-10  Lute Kamstra  <lute@gnu.org>
843         * admin.el (set-version): Set version in lisp manual too.
844         * make-tarball.txt: Commit lispref/elisp.texi too.
846 2005-06-04  Richard M. Stallman  <rms@gnu.org>
848         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
849         Other cleanups.
851 2005-04-19  Lute Kamstra  <lute@gnu.org>
853         * make-tarball.txt: Don't commit lisp/loaddefs.el.
855 2005-04-14  Lute Kamstra  <lute@gnu.org>
857         * nt/makedist.bat (elfiles): Update.
859         * admin.el (add-release-logs): Fix require call.
861 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
863         * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
864         The first line of every tutorial must begin with a sentence saying
865         "Emacs Tutorial" in the respective language.  This should be
866         followed by "See end for copying conditions", likewise in the
867         respective language.
869 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
871         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
872         Add `undo-ask-before-discard' to it.
874 2005-03-02  Miles Bader  <miles@gnu.org>
876         * quick-install-emacs: Only use the mkdir --verbose option if the
877         script's --verbose option was specified (this avoids problems with
878         default usage on systems where mkdir doesn't support that option).
880 2005-02-15  Jason Rumney  <jasonr@gnu.org>
882         * nt/makedist.bat: Do not rely on non-standard behavior of
883         tar --exclude.
885 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
887         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
889 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
891         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
892         Elisp manuals.
894 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
896         * FOR-RELEASE (Indications): Clean up and update checklists for
897         Emacs and Elisp manuals.
899 2004-09-11  Kim F. Storm  <storm@cua.dk>
901         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
902         (Documentation): Add NEWS entry.
903         Add section lists for proof-reading Emacs and Lisp manuals.
905 2004-08-29  Kim F. Storm  <storm@cua.dk>
907         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
909 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
911         * FOR-RELEASE (Indications): Remove entry about GTK and geometry
912         (now behaves as well as other ports).
914 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
916         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
918 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
920         * FOR-RELEASE: Moved here from the etc directory.
922 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
924         * notes/BRANCH: New file, to be maintained per CVS branch.
926 2003-10-01  Miles Bader  <miles@gnu.org>
928         * quick-install-emacs: Don't use "function" keyword when defining
929         shell functions.
931 2003-09-29  Lute Kamstra  <lute@gnu.org>
933         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
935 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
937         * quick-install-emacs: Remove fns-* pruning, since that file no
938         longer seems to be generated.
939         (AVOID): Quote literal periods.  Quote braces in a way acceptable
940         to all parties (gawk gets bitchy about using `\').
942 2003-08-19  Miles Bader  <miles@gnu.org>
944         * quick-install-emacs: Add arch-specific ignored files to
945         quick-install-emacs.  Use quoting for periods that's acceptable
946         to recent versions of gawk.
948 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
950         * cus-test.el: Remove obsolete workaround.
952 2003-04-22  Andrew Innes  <andrewi@gnu.org>
954         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
955         emacs.exe before zipping, and including batch file to recreate
956         after unpacking.
958         * nt/stitch.bat: New file.
960         * nt/README-ftp-server: Update wording and version number etc.
961         Add extra instructions for installing multi-file .zip
962         distribution.
964         * nt/README.W32: Remove personal email address and update wording.
966         * nt/README-UNDUMP.W32: Remove personal email address and update
967         wording.
969 2003-02-10  Francesco Potortì  <pot@gnu.org>
971         * make-changelog-diff: New script, code stolen from make-announcement.
973         * make-announcement: Use make-changelog-diff.
975 2003-01-20  Francesco Potortì  <pot@gnu.org>
977         * make-tarball.txt: Step-by-step instructions for making a tarball.
979         * make-announcement: A script for creating pretest announcements.
981 2003-01-17  Francesco Potortì  <pot@gnu.org>
983         * admin.el (add-release-logs): Expand the directory name before
984         calling find(1).
985         (add-release-logs): Use the same methods as add-log.el for writing
986         the date and the user's name and address.
988 2003-01-07  Miles Bader  <miles@gnu.org>
990         * quick-install-emacs: Unset LANG etc. to avoid non-standard
991         command output from non-C locales.
993 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
995         * cus-test.el: Extended and reorganized.  There are now 4 tests
996         which can be run in batch mode.  See the Commentary section.
998 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
1000         * cus-test.el: New file.
1002 2002-05-27  Miles Bader  <miles@gnu.org>
1004         * quick-install-emacs (VERSION): Calculate using the same method
1005         that configure.in uses.
1007 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
1009         * emacs-pretesters: New file with information for Emacs
1010         pretesters.
1012 2002-03-22  Paul Eggert  <eggert@twinsun.com>
1014         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1015         POSIX 1003.1-2001 disallows both usages.
1017 2002-02-11  Andrew Innes  <andrewi@gnu.org>
1019         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1021 2002-01-24  Andrew Innes  <andrewi@gnu.org>
1023         * nt/README.W32: Remove unnecessary version number and date
1024         references.
1026         * nt/README-UNDUMP.W32: Ditto.
1028 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
1030         * make-emacs: Add --trace-move.
1032 2001-10-23  Andrew Innes  <andrewi@gnu.org>
1034         * nt/makedist.bat: Remove remaining obsolete reference to
1035         GETTING.GNU.SOFTWARE.
1037 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
1039         * admin.el (set-version): Use `s' interactive spec for
1040         version number.
1042 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1044         * (Version 21.1 released.)
1046 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1048         * admin.el (add-release-logs): Put the log entry in lispref, too.
1050 2001-10-20  Miles Bader  <miles@gnu.org>
1052         * quick-install-emacs: Exit if we can't find some variable.
1053         (AVOID): Add .orig & .rej files.
1054         (get_config_var): Be more liberal about format of config.status
1055         sed commands.
1057 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
1059         * admin.el: New file.
1061         * build-configs: Add --help option.  Add support for building
1062         in arbitrary source trees.
1064 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1066         * alloc-colors.c: New file.
1068 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
1070         * make-emacs: Add --boot switch for bootstrapping.  Logs to
1071         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1073 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1075         * Branch for 21.1.
1077 2001-09-04  Andrew Innes  <andrewi@gnu.org>
1079         * admin/nt/makedist.bat: Remove reference to obsolete file
1080         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
1081         version of tar used.
1083 ;; Local Variables:
1084 ;; coding: utf-8
1085 ;; End:
1087   Copyright (C) 2001-2011  Free Software Foundation, Inc.
1089   This file is part of GNU Emacs.
1091   GNU Emacs is free software: you can redistribute it and/or modify
1092   it under the terms of the GNU General Public License as published by
1093   the Free Software Foundation, either version 3 of the License, or
1094   (at your option) any later version.
1096   GNU Emacs is distributed in the hope that it will be useful,
1097   but WITHOUT ANY WARRANTY; without even the implied warranty of
1098   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1099   GNU General Public License for more details.
1101   You should have received a copy of the GNU General Public License
1102   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.