Fix bug #9221 with memory leak in bidi display.
[emacs.git] / admin / ChangeLog
blobdbbe38ce6176acfa5b3d304c1e94cd7a37bd2454
1 2011-07-07  Juanma Barranquero  <lekktu@gmail.com>
3         * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
4         Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
6 2011-07-06  Kenichi Handa  <handa@m17n.org>
8         * unidata/unidata-gen.el (unidata-dir): New variable.
9         (unidata-setup-list): Expand unidata-text-file in unidata-dir.
10         (unidata-prop-alist): INDEX element may be a function.  New
11         optional element VAL-LIST (for general-category and bidi-class).
12         New entry `mirroring'.
13         (unidata-prop-default, unidata-prop-val-list): New subst.
14         (unidata-get-character, unidata-put-character): Delete them.
15         (unidata-gen-table-character): New arg IGNORE.  Adjusted for the
16         above changes.
17         (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
18         (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
19         Delete them.
20         (unidata-encode-val): Assume that the first element of VAL-LIST is
21         a cons (nil . 0).
22         (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
23         Always store the encoded value.
24         (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
25         Set the 1st and the 2nd extra slots to index numbers for C
26         functions.
27         (unidata-gen-table-integer): Likewise.
28         (unidata-gen-table-numeric): Likewise.
29         (unidata-gen-table-name): New arg IGNORE.
30         (unidata-gen-table-decomposition): Likewise.
31         (unidata-describe-general-category): Add the case nil to the
32         description alist.
33         (unidata-gen-mirroring-list): New function.
34         (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
35         unidata-prop-alist.  Handle the case of storing multiple
36         char-tables in a file.
38         * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
39         unidata-gen-files.
41 2011-05-21  Glenn Morris  <rgm@gnu.org>
43         * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
45 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
47         * Version 23.3 released.
49 2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
51         * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
53 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
55         * admin.el (set-version): Add msdos/sed2v2.inp.
57 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
59         Remove no-longer needed getloadavg symbols.
60         * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
61         (LDAV_SYMBOL): Remove.
63 2011-02-12  Glenn Morris  <rgm@gnu.org>
65         * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
67 2011-02-05  Glenn Morris  <rgm@gnu.org>
69         * bzrmerge.el (bzrmerge-warning-buffer): New constant.
70         (bzrmerge-apply): Use it.
71         (bzrmerge): Kill any old warning buffer first.
73 2011-02-03  Glenn Morris  <rgm@gnu.org>
75         * bzrmerge.el (bzrmerge-buffer): New constant.
76         (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
77         (bzrmerge-missing): If nothing to do, return nil not (nil).
78         (bzrmerge-apply): Remove odd character from message.
79         (bzrmerge): Give status messages.
81 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
83         * admin.el (set-version): Remove lib-src/makefile.w32-in.
84         Add nt/config.nt.
86 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
88         src/emacs.c now gets version number from configure.in
89         * admin.el (set-version): Don't update src/emacs.c.
90         * quick-install-emacs (VERSION): Get it from configure.in, not from
91         src/emacs.c.
93 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
95         strftime: import from gnulib
96         * notes/copyright: strftime.c moved from src to lib.
98 2011-01-25  Glenn Morris  <rgm@gnu.org>
100         * bzrmerge.el (bzrmerge-skip-regexp): New variable.
101         (bzrmerge-missing): Use it.
103 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
105         * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
106         rather than doing rm and autoconf by hand.  See
107         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
109 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
111         * notes/bzr (Installing changes from gnulib): New section.
112         Need for this suggested by Stefan Monnier.
114 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
117         an inconsistent state.
119 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
121         Update copyright notes to match recent gnulib-related changes.
122         * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
123         arg-nonnull.h, c++defs.h, compile, depcomp, missing,
124         warn-on-use.h, lib/*.[ch], lib/gnulib.mk.  Remove src/mktime.c,
125         lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
126         are subsumed by the lib/*.[ch] rule).  Remove m4/getopt.m4 (now
127         subsumed by m4/*.m4 rule).  config.guess, config.sub, and
128         doc/man/texinfo.tex are now copied in from gnulib.
130 2011-01-15  Glenn Morris  <rgm@gnu.org>
132         * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
134         * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
135         (bzrmerge-resolve): Also ignore cl-loaddefs.el.
137 2011-01-14  Glenn Morris  <rgm@gnu.org>
139         * admin.el (set-copyright): Also handle \year in refcards/*.tex.
141 2011-01-14  Glenn Morris  <rgm@gnu.org>
143         * bzrmerge.el: Require cl when compiling.
144         (bzrmerge-merges): Doc fix.
146 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
148         * notes/copyright: There's only one install-sh, not two, so fix a
149         typo claiming that there's two.  Add move-if-change to the list of
150         GPL files imported from gnulib.
152 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
154         * notes/copyright: Report status more accurately for non-GPL files.
155         Report copyright status more accurately for mkinstalldirs,
156         configure, m4/getopt.m4, and msdos/sed*.inp.
158 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
160         * nt/README.W32: Update the information about PNG support libraries.
161         (Bug#7716)
163 2010-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
165         * bzrmerge.el: New file to help merge branches while skipping
166         some revisions (e.g. from emacs-23 to trunk).
168 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
170         * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
172 2010-10-12  Glenn Morris  <rgm@gnu.org>
174         * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
176 2010-10-09  Glenn Morris  <rgm@gnu.org>
178         * admin.el (set-version): Add doc/emacs/emacsver.texi.
180 2010-10-09  Glenn Morris  <rgm@gnu.org>
182         * admin.el (set-version): No need to act on doc/ files any more.
184         * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
186 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
188         * unidata/BidiMirroring.txt: Update from
189         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
191         * unidata/UnicodeData.txt: Update from
192         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
194 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
196         * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
198 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
200         * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
202 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
204         * admin.el: Write version number to nt/makefile.w32-in.
205         * nt/makedist.bat: Remove; replaced with `zipdist.bat'
206         in the nt/ directory.
207         * nt/README.W32: Relocate to nt/ directory.
209 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
211         * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
213 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
215         * MAINTAINERS: Update my responsibilities.
217 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
219         * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
220         (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
221         Remove.
223 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
225         * unidata/bidimirror.awk: New file.
227         * unidata/BidiMirroring.txt: New file from
228         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
230         * unidata/Makefile.in (../../src/bidimirror.h): New target.
231         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
233         * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
234         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
236         * unidata/biditype.awk: New file.
238         * unidata/Makefile.in (../../src/biditype.h): New target.
240         * unidata/makefile.w32-in (../../src/biditype.h): New target.
242 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
244         * unidata/UnicodeData.txt: Update from
245         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
247 2010-05-27  Glenn Morris  <rgm@gnu.org>
249         * quick-install-emacs (AVOID): No more Makefile.c files.
251         * notes/cpp: Remove file.
253 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
255         * admin.el (set-version, set-copyright): Update emacs.c instead of
256         version.el.
258         * make-tarball.txt: Update filename list in step 6.
260         * quick-install-emacs: Scan emacs.c instead of version.el for
261         version string.
263 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
265         * Version 23.2 released.
267 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
269         * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
271 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
273         * Branch for 23.2.
275 2010-03-10  Miles Bader  <miles@gnu.org>
277         * quick-install-emacs: Use more portable shell syntax.
279         * quick-install-emacs (AVOID): Be more picky about files we avoid
280         installing.
282 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
284         * quick-install-emacs (PRUNED): Fix typo in message.
286 2010-01-20  Glenn Morris  <rgm@gnu.org>
288         * revdiff: Remove file that only works with CVS, and isn't really
289         needed with Bazaar (given the in-built revision options of bzr diff).
291 2010-01-12  Glenn Morris  <rgm@gnu.org>
293         * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
294         than emacs-pretest-bug for bug reports for development versions.
296 2009-11-06  Kenichi Handa  <handa@m17n.org>
298         * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
299         that the block data and the following per-char data fall into the
300         same char-table leaf.
302 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
304         * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
306 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
308         * unidata/.gitignore: New file.
310 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
312         * notes/bugtracker: How to reassign a bug to a list of packages.
314         * notes/newfile: Details of how to check for problems with DOS 8+3
315         file-name restrictions.
317 2009-08-18  Glenn Morris  <rgm@gnu.org>
319         * notes/newfile: New file.
321 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
323         * make-tarball.txt: Add a note about bumping the value of
324         customize-changed-options-previous-release.
326 2009-06-24  Kenichi Handa  <handa@m17n.org>
328         * charsets/mapconv: For the UNICODE format files, do reverse sort
329         and don't compact the map.  This is to prefer the first one in the
330         duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
332 2009-06-12  Kenichi Handa  <handa@m17n.org>
334         * charsets/Makefile (JISX213A.map): Make it depend on
335         mapfiles/JISX213A.map.gz.
336         (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
338         * charsets/mapfiles/JISX213A.map.gz: New file.
340         * charsets/mapfiles/README: Describe JISX213A.map.gz.
342 2009-06-12  Kenichi Handa  <handa@m17n.org>
344         * charsets/mapfiles/*: New files.
346         * charsets/mule-charsets.el: Mostly re-written to generate all
347         MULE-*.map files.
349         * charsets/mapconv: Mostly re-written to handle "gzip"ed input
350         files.
352         * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
353         EUC-JP-MS.
355         * charsets/cp51932.awk (END): Print arch-tag at the tail.
357         * charsets/Makefile: Maps depend on files under mapfiles or
358         ${GLIBC_CHARMAPS}.
360 2009-04-21  Kenichi Handa  <handa@m17n.org>
362         * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
363         change.
365 2009-04-17  Kenichi Handa  <handa@m17n.org>
367         * unidata/unidata-gen.el (unidata-get-decomposition): Adjust
368         Hangle decomposition rule to Unicode.
370 2009-04-09  Kenichi Handa  <handa@m17n.org>
372         * unidata/unidata-gen.el (unidata-describe-decomposition): Return
373         a string with a composition property to disable combining
374         characters being composed.
376 2009-03-11  Miles Bader  <miles@gnu.org>
378         * quick-install-emacs: Be more clever about locating info directory.
380 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
382         * nt/README.W32: Fix typos.
384 2009-02-23  Jason Rumney  <jasonr@gnu.org>
386         * nt/README-ftp-server: Update for 23.0.91
388         * nt/README.W32: Remove ever expanding versions of Windows.
389         Shorten FAQ URL.  Remove mention of obsolete lock directory.
390         Windows distribution now bin and barebin only.  Add note about
391         SVG support.  Remove old tar and gzip problem workarounds.
392         Use new (22.x) -Q option.  Report all bugs through bug tracker.
394         * nt/README-UNDUMP.W32: Modify for barebin distribution, as
395         undumped distribution no longer exists.
397 2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
399         * nt/README.W32: Fix typo.  (Bug#2207)
401 2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
403         * admin.el (set-version): Remove deleted file ns-emacs.texi.
405 2008-12-02  Kenichi Handa  <handa@m17n.org>
407         * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
408         `decomposition' property adjusted.
409         (unidata-split-decomposition): Don't include surrounding "<" and
410         ">" in a symbol name.
412 2008-12-01  Kenichi Handa  <handa@m17n.org>
414         * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
415         property generator to unidata-gen-table-numeric.  Docstring adjusted.
416         (unidata-get-numeric, unidata-put-numeric)
417         (unidata-gen-table-numeric): New functions.
418         (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
420 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
422         * notes/documentation: Add notes about Antinews.
424 2008-10-23  Glenn Morris  <rgm@gnu.org>
426         * admin.el (set-version): Add doc/misc/ns-emacs.texi.
427         Add/tweak some nextstep/ entries.
429 2008-09-19  Kenichi Handa  <handa@m17n.org>
431         * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
432         positions.
434 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
436         * CPP-DEFINES: Add USER_FULL_NAME.
438 2008-08-16  Jason Rumney  <jasonr@gnu.org>
440         * admin.el (set-version): Set version in nt/emacsclient.rc.
442 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
444         * nt/dump.bat: Fix mixed EOLs.
446 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
448         * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
450 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
452         * CPP-DEFINES: Add defines for accessing system processes.
454 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
456         * make-tarball.txt:
457         * admin.el:
458         * FOR-RELEASE:
459         * CPP-DEFINES: Remove mentions of Mac Carbon.
461 2008-07-16  Glenn Morris  <rgm@gnu.org>
463         * admin.el (set-version, set-copyright): Add nextstep/ files.
465 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
467         * CPP-DEFINES: Add NS port related defines.
469 2008-06-16  Glenn Morris  <rgm@gnu.org>
471         * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
472         doc/lispref/book-spine.texinfo.
474 2008-06-15  Glenn Morris  <rgm@gnu.org>
476         * admin.el (set-version): Add doc/misc/faq.texi.
478 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
480         * FOR-RELEASE: Remove Windows problem about the XPM image library
481         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
483 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
485         * unidata/UnicodeData.txt: Update to Unicode 5.1.
487 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
489         * unidata/unidata-gen.el (unidata-prop-alist):
490         Fix typo in description of `numeric-value'.
491         (unidata-put-character): Fix typo in error message.
493 2008-02-21  Glenn Morris  <rgm@gnu.org>
495         * notes/unicode, notes/font-backend: New files, split off from
496         README.unicode.
498 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
500         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
501         being used in latin1-disp.el.  Remove the problem of
502         cp-supported-codepages.  Remove the problem of lost changelog for
503         ps-prin1.ps.
505 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
507         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
508         non-portable in this context.
510         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
511         non-portable in this context.
513 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
515         * unidata/makefile.w32-in (lisp): New variable.
516         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
517         lisp/emacs-lisp.
519 2008-02-04  Jason Rumney  <jasonr@gnu.org>
521         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
523 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
525         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
527 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
529         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
531         * unidata/Makefile.in: Rename from Makefile.
533         * unidata/makefile.w32-in: New file.
535 2008-02-02  Jason Rumney  <jasonr@gnu.org>
537         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
539 2008-02-01  Kenichi Handa  <handa@m17n.org>
541         * unidata/copyright.html: New file.
543 2008-02-01  Kenichi Handa  <handa@m17n.org>
545         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
546         decomposition, if T is the same as TBase, don't include it in the
547         returned list.
549 2008-02-01  Kenichi Handa  <handa@m17n.org>
551         * unidata/unidata-gen.el (unidata-text-file): Delete it.
552         (unidata-list): Initialize to nil.
553         (unidata-setup-list): New function.
554         (unidata-gen-files): New optional arg unidata-text-file.
555         If it's nil, set unidata-text-file to the left command line arg.
556         Call unidate-setup-list at first.
558         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
559         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
561 2008-02-01  Kenichi Handa  <handa@m17n.org>
563         * unidata/unidata-gen.el: Fix comment typo.
564         Change string-to-int to string-to-number.
565         (unidata-text-file): Define to .../unidata.txt.
566         (unidata-list): Just insert unidata-text-file.
567         (unidata-get-decomposition): Handle Hangul decomposition.
568         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
570         * unidata/Makefile (unidata.txt): New target.
571         (charprop.el): Depends on unidata.txt.
572         (clean): Remove unidata.txt.
574 2008-02-01  Kenichi Handa  <handa@m17n.org>
576         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
577         (unidata-get-name): Handle U+110B.
579 2008-02-01  Kenichi Handa  <handa@m17n.org>
581         Sub-directory `unidata' is for codes to generate charprop.el and
582         many other uni-*.el files from `UnicodeData.txt'.
584         * Unidata/README: New file.
586         * unidata/Makefile: New file.
588         * unidata/unidata-gen.el: New file.
590         * unidata/UnicodeData.txt: New file.  Copied from
591         http://www.unicode.org on 2006-05-23.
593         * unidata/.cvsignore: New file.
595 2008-02-01  Kenichi Handa  <handa@m17n.org>
597         * charsets/.cvsignore: New file.
599         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
601         * charsets/Makefile (all): Rename target from charsets.
602         Depend on ${TRANS_TABLE}.
603         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
604         Generate from cns2ucsdkw.txt.
605         (install): Copy updated files only.
607 2008-02-02  Kenichi Handa  <handa@m17n.org>
609         * charsets/cp932.awk: Append user-defined area of CP932.
611 2008-02-02  Kenichi Handa  <handa@m17n.org>
613         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
614         0x2299 to 0x29BF.
616 2008-02-01  Kenichi Handa  <handa@m17n.org>
618         * charsets/Makefile (TRANS_TABLE): New macro.
619         (JISX0208.map): Convert 0x2015 to 0x2014.
620         (cp51932.el): New target.
621         (eucjp-ms.el): New target.
622         (install): Include ${TRANS_TABLE}.
623         (CJK): Include JISX213A.map.
624         (JISX213A.map): New target.
626         * charsets/eucjp-ms.awk: New file.
628         * charsets/cp51932.awk: New file.
630 2008-02-01  Kenichi Handa  <handa@m17n.org>
632         * charsets/cp932.awk: New file.
634         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
636         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
637         running an awk program.
639 2008-02-01  Kenichi Handa  <handa@m17n.org>
641         * charsets/mapconv: Handle UNICODE2.
643         * charsets/Makefile (CJK): Include CP932-2BYTE.map.
644         (CP932-2BYTE.map): New target.
646 2008-02-01  Kenichi Handa  <handa@m17n.org>
648         * charsets: New directory for scripts to generate charset map
649         files in ../etc/charsets/.
651         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
652         * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
653         * charsets/kuten.awk: New files.
655 2008-01-08  Glenn Morris  <rgm@gnu.org>
657         * admin.el (set-version): Add doc/man/emacs.1.
659 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
661         * notes/copyright:
662         * MAINTAINERS: Remove references to files that have been removed.
664 2008-01-04  Glenn Morris  <rgm@gnu.org>
666         * admin.el (set-copyright): Add lib-src/ebrowse.c.
668 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
670         * CPP-DEFINES: New file.
672 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
674         * FOR-RELEASE: Remove "window-system in face definition" [of
675         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
676         on gnus-dired.el.
678 2007-12-05  Glenn Morris  <rgm@gnu.org>
680         * admin.el (set-version): Handle configure.in.  Adapt for doc/
681         directory layout for manuals.
683 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
685         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
686         been fixed in Gnus CVS but have not yet been synched to Emacs.
688 2007-11-17  Glenn Morris  <rgm@gnu.org>
690         * admin.el (process-lines): Move to ../lisp/subr.el.
692 2007-10-23  Glenn Morris  <rgm@gnu.org>
694         * MAINTAINERS: Move here from ../.
696 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
698         * make-emacs: Doc fix.
700 2007-08-28  Glenn Morris  <rgm@gnu.org>
702         * admin.el: Provide self.
704 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
706         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
708 2007-07-25  Glenn Morris  <rgm@gnu.org>
710         * Relicense all FSF files to GPLv3 or later.
712 2007-06-07  Glenn Morris  <rgm@gnu.org>
714         * admin.el (set-copyright): New function.
716 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
718         * make-tarball.txt: Add note about cutting the branch.
720 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
722         * Version 22.1 released.
724 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
726         * nt/makedist.bat: Change EOL format to DOS.  Don't use
727         redirection characters in REM lines.
729 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
731         * FOR-RELEASE: Removed Gtk/Xft issue.
733 2007-01-01  Miles Bader  <miles@gnu.org>
735         * quick-install-emacs (get_config_var): Deal with weird magic
736         string inserted by recent versions of autoconf.
738 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
740         * admin.el (set-version): Set version number in
741         lib-src/makefile.w32-in.
743 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
745         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
746         due to a local miss-configuration.
748 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
750         * make-announcement (OLD): Remove LEIM references in announcement
751         since it is now built-in.
753 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
755         * admin.el (set-version): Set version numbers in "mac" subdirectory.
757 2006-10-03  Kenichi Handa  <handa@m17n.org>
759         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
761 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
763         * FOR-RELEASE: Elisp manual checking completed.
765 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
767         * FOR-RELEASE: Update refcard section.
769 2006-07-14  Kim F. Storm  <storm@cua.dk>
771         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
773 2006-07-09  Kim F. Storm  <storm@cua.dk>
775         * README: Use outline format.  Add FOR-RELEASE.
777 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
779         * FOR-RELEASE: Checking of info.texi done.
781 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
783         * FOR-RELEASE: Update refcard section.
785 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
787         * FOR-RELEASE: Update refcard section.
789 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
791         * FOR-RELEASE: Key sequence elisp node done.
793 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
795         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
797 2006-05-21  Chong Yidong  <cyd@mit.edu>
799         * FOR-RELEASE: point-entered /point-left bug fixed.
801 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
803         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
804         entry.
806 2006-05-06  Bill Wohler  <wohler@newt.com>
808         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
809         about it.
811 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
813         * ./* (Copyright): Updated Copyright year(s).
815 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
817         * FOR-RELEASE (BUGS): Add URLs/MIDs.
819 2006-02-20  Kim F. Storm  <storm@cua.dk>
821         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
822         Rework how fringe bitmaps are defined and used.
823         Currently, bitmap usage and bitmap appearence are "mixed-up" in a
824         one-level representation.  It would be cleaner to split the
825         representation into a two-level model where first level maps
826         bitmap usage to a bitmap name, and second level maps bitmap name to
827         a bitmap appearence.
829 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
831         * FOR-RELEASE: String allocation bugs fixed.
833 2005-12-13  Bill Wohler  <wohler@newt.com>
835         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
837 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
839         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
840         completing-read-multiple, mail-extract-address-components,
841         mail-mode, quail-define-package, save-buffer and
842         ucs-set-table-for-input from doc strings item (Done).
844 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
846         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
848 2005-11-11  Kim F. Storm  <storm@cua.dk>
850         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
851         when displaying a non-breaking space in an overlay string.
853 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
855         * FOR-RELEASE: Init file change implemented.
857 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
859         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
861 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
863         * FOR-RELEASE (New features): max-image-size implemented.
864         (Bugs): split-window done, by Kim F. Storm.
866 2005-10-17  Bill Wohler  <wohler@newt.com>
868         * FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
869         since it's gone.  Also marked mh-e as done.
871 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
873         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
874         libraries on Windows (Done).
876 2005-10-01  Jason Rumney  <jasonr@gnu.org>
878         * admin.el (set-version): Set version numbers in nt/emacs.rc.
880 2005-08-31  Romain Francoise  <romain@orebokech.com>
882         * FOR-RELEASE (New features): Remove vhdl-mode.el update
883         item (Done).
885 2005-08-27  Romain Francoise  <romain@orebokech.com>
887         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
889 2005-07-04  Lute Kamstra  <lute@gnu.org>
891         Update FSF's address in GPL notices.
893 2005-06-10  Lute Kamstra  <lute@gnu.org>
895         * admin.el (set-version): Set version in lisp manual too.
896         * make-tarball.txt: Commit lispref/elisp.texi too.
898 2005-06-04  Richard M. Stallman  <rms@gnu.org>
900         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
901         Other cleanups.
903 2005-04-19  Lute Kamstra  <lute@gnu.org>
905         * make-tarball.txt: Don't commit lisp/loaddefs.el.
907 2005-04-14  Lute Kamstra  <lute@gnu.org>
909         * nt/makedist.bat (elfiles): Update.
911         * admin.el (add-release-logs): Fix require call.
913 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
915         * FOR-RELEASE (Documentation): Added check the Emacs Tutorial.
916         The first line of every tutorial must begin with a sentence saying
917         "Emacs Tutorial" in the respective language.  This should be
918         followed by "See end for copying conditions", likewise in the
919         respective language.
921 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
923         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
924         Add `undo-ask-before-discard' to it.
926 2005-03-02  Miles Bader  <miles@gnu.org>
928         * quick-install-emacs: Only use the mkdir --verbose option if the
929         script's --verbose option was specified (this avoids problems with
930         default usage on systems where mkdir doesn't support that option).
932 2005-02-15  Jason Rumney  <jasonr@gnu.org>
934         * nt/makedist.bat: Do not rely on non-standard behavior of
935         tar --exclude.
937 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
939         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
941 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
943         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
944         Elisp manuals.
946 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
948         * FOR-RELEASE (Indications): Clean up and update checklists for
949         Emacs and Elisp manuals.
951 2004-09-11  Kim F. Storm  <storm@cua.dk>
953         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
954         (Documentation): Add NEWS entry.
955         Add section lists for proof-reading Emacs and Lisp manuals.
957 2004-08-29  Kim F. Storm  <storm@cua.dk>
959         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
961 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
963         * FOR-RELEASE (Indications): Remove entry about GTK and geometry
964         (now behaves as well as other ports).
966 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
968         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
970 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
972         * FOR-RELEASE: Moved here from the etc directory.
974 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
976         * notes/BRANCH: New file, to be maintained per CVS branch.
978 2003-10-01  Miles Bader  <miles@gnu.org>
980         * quick-install-emacs: Don't use "function" keyword when defining
981         shell functions.
983 2003-09-29  Lute Kamstra  <lute@gnu.org>
985         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
987 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
989         * quick-install-emacs: Remove fns-* pruning, since that file no
990         longer seems to be generated.
991         (AVOID): Quote literal periods.  Quote braces in a way acceptable
992         to all parties (gawk gets bitchy about using `\').
994 2003-08-19  Miles Bader  <miles@gnu.org>
996         * quick-install-emacs: Add arch-specific ignored files to
997         quick-install-emacs.  Use quoting for periods that's acceptable
998         to recent versions of gawk.
1000 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
1002         * cus-test.el: Remove obsolete workaround.
1004 2003-04-22  Andrew Innes  <andrewi@gnu.org>
1006         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
1007         emacs.exe before zipping, and including batch file to recreate
1008         after unpacking.
1010         * nt/stitch.bat: New file.
1012         * nt/README-ftp-server: Update wording and version number etc.
1013         Add extra instructions for installing multi-file .zip
1014         distribution.
1016         * nt/README.W32: Remove personal email address and update wording.
1018         * nt/README-UNDUMP.W32: Remove personal email address and update
1019         wording.
1021 2003-02-10  Francesco Potortì  <pot@gnu.org>
1023         * make-changelog-diff: New script, code stolen from make-announcement.
1025         * make-announcement: Use make-changelog-diff.
1027 2003-01-20  Francesco Potortì  <pot@gnu.org>
1029         * make-tarball.txt: Step-by-step instructions for making a tarball.
1031         * make-announcement: A script for creating pretest announcements.
1033 2003-01-17  Francesco Potortì  <pot@gnu.org>
1035         * admin.el (add-release-logs): Expand the directory name before
1036         calling find(1).
1037         (add-release-logs): Use the same methods as add-log.el for writing
1038         the date and the user's name and address.
1040 2003-01-07  Miles Bader  <miles@gnu.org>
1042         * quick-install-emacs: Unset LANG etc. to avoid non-standard
1043         command output from non-C locales.
1045 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
1047         * cus-test.el: Extended and reorganized.  There are now 4 tests
1048         which can be run in batch mode.  See the Commentary section.
1050 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
1052         * cus-test.el: New file.
1054 2002-05-27  Miles Bader  <miles@gnu.org>
1056         * quick-install-emacs (VERSION): Calculate using the same method
1057         that configure.in uses.
1059 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
1061         * emacs-pretesters: New file with information for Emacs
1062         pretesters.
1064 2002-03-22  Paul Eggert  <eggert@twinsun.com>
1066         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
1067         POSIX 1003.1-2001 disallows both usages.
1069 2002-02-11  Andrew Innes  <andrewi@gnu.org>
1071         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
1073 2002-01-24  Andrew Innes  <andrewi@gnu.org>
1075         * nt/README.W32: Remove unnecessary version number and date
1076         references.
1078         * nt/README-UNDUMP.W32: Ditto.
1080 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
1082         * make-emacs: Add --trace-move.
1084 2001-10-23  Andrew Innes  <andrewi@gnu.org>
1086         * nt/makedist.bat: Remove remaining obsolete reference to
1087         GETTING.GNU.SOFTWARE.
1089 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
1091         * admin.el (set-version): Use `s' interactive spec for
1092         version number.
1094 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1096         * (Version 21.1 released.)
1098 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
1100         * admin.el (add-release-logs): Put the log entry in lispref, too.
1102 2001-10-20  Miles Bader  <miles@gnu.org>
1104         * quick-install-emacs: Exit if we can't find some variable.
1105         (AVOID): Add .orig & .rej files.
1106         (get_config_var): Be more liberal about format of config.status
1107         sed commands.
1109 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
1111         * admin.el: New file.
1113         * build-configs: Add --help option.  Add support for building
1114         in arbitrary source trees.
1116 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
1118         * alloc-colors.c: New file.
1120 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
1122         * make-emacs: Add --boot switch for bootstrapping.  Logs to
1123         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
1125 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
1127         * Branch for 21.1.
1129 2001-09-04  Andrew Innes  <andrewi@gnu.org>
1131         * admin/nt/makedist.bat: Remove reference to obsolete file
1132         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
1133         version of tar used.
1135 ;; Local Variables:
1136 ;; coding: utf-8
1137 ;; End:
1139   Copyright (C) 2001-2011  Free Software Foundation, Inc.
1141   This file is part of GNU Emacs.
1143   GNU Emacs is free software: you can redistribute it and/or modify
1144   it under the terms of the GNU General Public License as published by
1145   the Free Software Foundation, either version 3 of the License, or
1146   (at your option) any later version.
1148   GNU Emacs is distributed in the hope that it will be useful,
1149   but WITHOUT ANY WARRANTY; without even the implied warranty of
1150   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1151   GNU General Public License for more details.
1153   You should have received a copy of the GNU General Public License
1154   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.