Fix spelling error.
[emacs.git] / admin / ChangeLog
blobe9fc535454b0cac63584814a2aa57008851860f3
1 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
3         * unidata/unidata-gen.el (unidata-prop-alist): New properties
4         'paired-bracket' and 'bracket-type', in support of the UBA 6.3.
5         (unidata-gen-table): Support PROP-IDX being a function.
6         (unidata-describe-bidi-bracket-type, unidata-gen-brackets-list)
7         (unidata-gen-bracket-type-list): New functions.
8         (unidata-check): Support checking the 'bracket-type' attribute.
9         (unidata-gen-files): Don't create backups for uni-*.el files.
11         * unidata/Makefile.in (${unidir}/charprop.el): Depend on
12         BidiMirroring.txt and BidiBrackets.txt.
14         * unidata/BidiBrackets.txt: New file, from Unicode.
16 2014-10-13  Glenn Morris  <rgm@gnu.org>
18         * authors.el (authors-aliases, authors-fixed-case)
19         (authors-obsolete-files-regexps): Additions.
20         (authors-no-scan-regexps): New constant.
21         (authors-no-scan-file-p): New function.
22         (authors): Respect authors-no-scan-file-p.
24 2014-10-12  Paul Eggert  <eggert@cs.ucla.edu>
26         Fix putenv race conditions with undefined behavior (Bug#8705).
27         * merge-gnulib (GNULIB_MODULES): Add time_r, since Emacs now
28         calls localtime_r and gmtime_r directly.
30 2014-10-07  Glenn Morris  <rgm@gnu.org>
32         * unidata/Makefile.in: Check for deleted uni- files.  (Bug#18489)
33         (all): Use unifiles rather than charprop.el.
34         (FORCE): New variable and phony rule.
35         (${unidir}/charprop.el): Respect FORCE.
36         (unifiles): New rule.
38         * unidata/Makefile.in (unidir): Rename from DSTDIR.  Change all uses.
39         (charprop.el, install): Remove rules.
40         (clean): Simplify.
42 2014-10-04  Glenn Morris  <rgm@gnu.org>
44         * authors.el (authors-renamed-files-alist): Add package-x-test.el
46 2014-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
48         * unidata/unidata-gen.el (unidata-gen-table-word-list): Use alist-get
49         and cl-incf.
51 2014-09-08  Eli Zaretskii  <eliz@gnu.org>
53         * unidata/unidata-gen.el (unidata-check): Bring this function up
54         to date with the currently supported methods of generating Unicode
55         property tables.  Add a comment with a description how to invoke
56         the check.  Update the copyright years in the reference to the
57         Unicode data files we use.
59 2014-08-30  Paul Eggert  <eggert@cs.ucla.edu>
61         Vector-sorting fixes (Bug#18361).
62         * merge-gnulib (GNULIB_MODULES): Add vla.
64 2014-08-30  Eli Zaretskii  <eliz@gnu.org>
66         * authors.el (authors): Fix last change so it works for MS-Windows
67         as well.
69 2014-08-29  Michael Albinus  <michael.albinus@gmx.de>
71         * authors.el (authors): Use LOCALE argument of `string-collate-lessp'.
73 2014-08-28  Michael Albinus  <michael.albinus@gmx.de>
75         * authors.el (authors-aliases): Addition.
77 2014-08-26  Glenn Morris  <rgm@gnu.org>
79         * authors.el (authors-ignored-files, authors-valid-file-names)
80         (authors-renamed-files-alist): Additions.
81         (authors-renamed-files-alist): Revert 2014-08-09 change.
82         (authors): Sort authors in utf-8 order.  (Bug#2263)
84 2014-08-09  Reuben Thomas  <rrt@sc3d.org>
86         * notes/copyright: Remove mention of msdos/is_exec.c and
87         sigaction.c.
88         * authors.el (authors-renamed-files-alist): Removed is_exec.c.
90 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
92         * notes/exit-value: Remove specific discussion of VMS.
94 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
96         Refer to MS-DOS using the same name everywhere.
98         * FOR-RELEASE: ``MS-DOG'', ``MSDOG'' and ``msdog'' become
99         ``MS-DOS''.
100         * MAINTAINERS: ditto.
102 2014-07-14  Paul Eggert  <eggert@cs.ucla.edu>
104         Use binary-io module, O_BINARY, and "b" flag (Bug#18006).
105         * merge-gnulib (GNULIB_MODULES): Add binary-io.  It was already
106         present implicitly; this just makes the dependence explicit.
108 2014-06-30  Glenn Morris  <rgm@gnu.org>
110         * update_autogen: Find loaddefs targets rather than
111         parsing lisp/Makefile.in
113 2014-06-29  Glenn Morris  <rgm@gnu.org>
115         * update_autogen: Remove need to cd into/out of lisp/.
117         * grammars/Makefile.in (bootstrap-clean): Don't delete Makefile,
118         for sake of top-level maintainer-clean rule.
120 2014-06-26  Eli Zaretskii  <eliz@gnu.org>
122         * notes/unicode: Some notes about what to do when a new Unicode
123         version is imported.
125 2014-06-26  Glenn Morris  <rgm@gnu.org>
127         * authors.el: Move here from ../lisp/emacs-lisp.
129 2014-06-25  Glenn Morris  <rgm@gnu.org>
131         * grammars/Makefile.in (${bovinedir}/c-by.el, ${bovinedir}/make-by.el):
132         (${wisentdir}/js-wy.el, ${wisentdir}/python-wy.el):
133         Replace with pattern rules.
134         (${bovinedir}/scm-by.el, ${wisentdir}/javat-wy.el)
135         (${cedetdir}/srecode/srt-wy.el): Use $<.
137         * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): Make and load .elc.
138         (.el.elc): Replace with pattern rule.
139         (%.elc): New.
140         (unidata.txt): Use $<.
141         (compile): Remove.
142         (${DSTDIR}/charprop.el): Use order-only prereqs rather than a sub-make.
144         * unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo.
146 2014-06-21  Glenn Morris  <rgm@gnu.org>
148         * unidata/BidiMirroring.txt: Update to 7.0.0 (only comment changes).
149         * unidata/UnicodeData.txt: Update to 7.0.0.
150         * unidata/IVD_Sequences.txt: Update to 2014-05-16 version.
152 2014-06-21  Stephen Berman  <Stephen.Berman@gmx.net>
154         * notes/elpa: Use "git" instead of "bzr" in the name of machine to
155         clone the repository from.
157 2014-06-13  Glenn Morris  <rgm@gnu.org>
159         * unidata/Makefile.in (${DSTDIR}/charprop.el):
160         GNU make automatically passes command-line arguments to sub-makes.
162 2014-06-02  Paul Eggert  <eggert@cs.ucla.edu>
164         Include sources used to create macuvs.h.
165         * unidata/IVD_Sequences.txt: New file.
166         * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): New rule.
167         (all): Build it.
168         (extraclean): Remove it.
169         * unidata/README: Mention BidiMirroring.txt and IVD_Sequences.txt.
170         * unidata/copyright.html: Update to current version from Unicode
171         Consortium.
172         * unidata/uvs.el: Rename from ../mac/uvs.el.
173         (uvs-print-table-ivd): Output a header in the form that
174         unidata-gen.el generates.
176 2014-05-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
178         * mac/uvs.el: New file from Mac port.  Generates src/macuvs.h.
180 2014-05-17  Paul Eggert  <eggert@cs.ucla.edu>
182         Assume C99 or later (Bug#17487).
183         * merge-gnulib (GNULIB_MODULES): Remove stdarg, stdbool.
184         (GNULIB_TOOL_FLAGS): Avoid stdarg, stdbool.
186 2014-05-16  Paul Eggert  <eggert@cs.ucla.edu>
188         Don't require pkg-config when building from repository.
189         * merge-pkg-config: New script.
190         * notes/copyright: Update for m4/*.m4, in particular m4/pkg.m4.
192 2014-05-13  Paul Eggert  <eggert@cs.ucla.edu>
194         * merge-gnulib: Defer to autogen.sh for ACLOCAL_PATH computation.
196 2014-05-12  Glenn Morris  <rgm@gnu.org>
198         * find-gc.el: Move here from ../lisp/emacs-lisp.
200         * admin.el (set-version-in-file): Don't set identical version.
201         (set-version): Provide default version number.
202         (set-version, set-copyright): Give start/end messages.
204 2014-04-18  Paul Eggert  <eggert@cs.ucla.edu>
206         * notes/bzr: Update instructions for merging from gnulib.
207         Remove obsolete note about tramp.el and tramp-sh.el.
208         Change "emacs-23" to "emacs-24".
210 2014-04-11  Glenn Morris  <rgm@gnu.org>
212         * grammars/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
214 2014-03-22  Glenn Morris  <rgm@gnu.org>
216         * quick-install-emacs (AVOID): Remove testfile and test-distrib.
218 2014-03-21  Glenn Morris  <rgm@gnu.org>
220         * update_autogen: Auto-detect VCS in use.
221         (vcs): New variable.
222         (status, commit, main): Handle git.
224 2014-03-07  Paul Eggert  <eggert@cs.ucla.edu>
226         Fix oversight preventing lib/sys/types.h from being generated.
227         * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid sys_types.
229 2014-02-06  David Engster  <deng@randomsample.de>
231         * grammars/c.by (function-pointer): Correctly deal with anonymous
232         function pointers.
233         (opt-brackets-after-symbol): New.
234         (multi-stage-dereference): Use it.  Add rules for explicit
235         matching the last dereference.
237 2014-01-16  Eric S. Raymond  <esr@thyrsus.com>
239         * notes/commits: Add a 'graph on VCS-independent ways of
240         identifying commits and the desirability thereof.
242 2014-01-15  Paul Eggert  <eggert@cs.ucla.edu>
244         Fix copyright license notices for Adobe Unicode mapping files.
245         * charsets/mapfiles/README: The copied files are not compressed.
246         Check for copies as of today.
247         * charsets/mapfiles/stdenc.txt, charsets/mapfiles/symbol.txt:
248         Update from table version 0.2 (1999-03-30) to 1.0 (2011-07-12).
249         This doesn't change the table data, just copyright license notice.
250         The new notices are compatible with the GPL, the old ones were not.
252 2014-01-13  Glenn Morris  <rgm@gnu.org>
254         * update_autogen (status): New function.  Use throughout.
256 2014-01-10  Glenn Morris  <rgm@gnu.org>
258         * update_autogen: Fix sed bug that was losing the last AUTOGEN_VCS.
260 2014-01-04  Glenn Morris  <rgm@gnu.org>
262         * admin.el (manual-html-fix-node-div): Handle Texinfo 5's movable <hr>.
263         (manual-html-fix-index-2): Tweak Texinfo 5 table format.
264         Fix minor Texinfo 4 issue with start of detailed menu.
266 2014-01-03  Glenn Morris  <rgm@gnu.org>
268         * admin.el: More Texinfo 5 updates.
269         (manual-html-fix-headers): Tweak Texinfo 5 body.
270         (manual-html-fix-node-div): Treat "header" like "node".
271         (manual-html-fix-index-1): Handle Texinfo 5 top heading.
272         (manual-html-fix-index-2): Tweak Texinfo 5 listing tables.
274 2014-01-02  Xue Fuqiao  <xfq.free@gmail.com>
276         * check-doc-strings: Replace `perl -w' with `use warnings;'.
278 2013-12-30  Glenn Morris  <rgm@gnu.org>
280         * admin.el (manual-html-fix-headers, manual-html-fix-index-1):
281         Some updates for changes in Texinfo 5 output.
283 2013-12-29  Xue Fuqiao  <xfq.free@gmail.com>
285         * make-emacs:
286         * build-configs: Add the "use strict;" and "use warnings;" pragmas.
288 2013-12-28  Glenn Morris  <rgm@gnu.org>
290         * admin.el (cusver-scan): Warn about missing :types.
291         (cusver-check): Interactively, require existing directories.
293 2013-12-27  Xue Fuqiao  <xfq.free@gmail.com>
295         * admin.el (manual-misc-manuals, make-manuals, manual-pdf)
296         (cusver-find-files, cusver-new-version, cusver-scan)
297         (cusver-goto-xref, cusver-check): Doc fix.
298         (manual-html-node, cusver-check): Use `user-error'.
300 2013-12-24  Paul Eggert  <eggert@cs.ucla.edu>
302         Automate the procedure for updating copyright year.
303         * merge-gnulib (GNULIB_MODULES): Add update-copyright.
304         * notes/years: Mention admin/update-copyright.
305         * update-copyright: New file.
307 2013-12-24  Xue Fuqiao  <xfq.free@gmail.com>
309         * admin.el (add-release-logs, set-version-in-file, set-version)
310         (set-copyright): Use `user-error'.
312 2013-12-22  Eli Zaretskii  <eliz@gnu.org>
314         * unidata/unidata-gen.el (unidata-split-name): Don't give any NAME
315         to <control> characters: the Unicode Standard says they have no
316         name.  (Bug#16216)
317         (unidata-describe-bidi-class): Add new "isolate" classes
318         introduced by Unicode 6.3.
320 2013-12-12  David Engster  <deng@randomsample.de>
322         * grammars/c.by (expr-binop): Add MOD.
323         (variablearg): Add 'opt-assign'.
324         (variablearg, varnamelist): Add default values so that it can be
325         later expanded into the tag.
326         (opt-stuff-after-symbol): Rename to 'brackets-after-symbol' and
327         remove empty match.
328         (multi-stage-dereference): Adapt to above rename.
329         (unaryexpression): Use 'symbol' instead of 'namespace-symbol',
330         since the latter also leads to an empty match at the end which
331         would make this too greedy.
332         (variablearg-opt-name): Support parsing of function pointers
333         inside an argument list.
335 2013-12-12  Glenn Morris  <rgm@gnu.org>
337         * update_autogen (info_dir):
338         Use dir_top from build-aux/ rather than admin/.
340         * update_autogen: Add option to generate info/dir.
341         (Usage): Add -I.
342         (info_flag): New variable.
343         (-I): New option.
344         (doc): Maybe check its status.
345         (info_dir): New function.
346         * dir_top: New file.
348 2013-12-11  Paul Eggert  <eggert@cs.ucla.edu>
350         Remove the option of using libcrypto.
351         * merge-gnulib: Remove lib/gl_openssh.h and m4/gl-openssl.m4.
353 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
355         * unidata/unidata-gen.el (unidata-prop-alist): Update bidi-class
356         to include the new isolate-related classes introduced with Unicode
357         v6.3.
358         (unidata-encode-val): Accept an additional optional argument, a
359         warning message to emit when UnicodeData.txt defines bidi-class
360         values that are not in unidata-prop-alist.  Add a comment
361         explaining what should maintainers do if/when such a warning ever
362         appears.
363         (unidata-gen-table): Call unidata-encode-val with 3rd arg non-nil
364         when generating uni-bidi.el.
366 2013-12-01  Glenn Morris  <rgm@gnu.org>
368         * unidata/Makefile.in (${DSTDIR}/charprop.el):
369         Ensure output files are writable.
371 2013-11-30  Glenn Morris  <rgm@gnu.org>
373         * grammars/Makefile.in: Ensure output files are writable.
375 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
377         * charsets/mule-charsets.el: Rewritten to work in Emacs 23 and
378         later.  (Bug#16007)
380 2013-11-30  Glenn Morris  <rgm@gnu.org>
382         Stop keeping (most) generated cedet grammar files in the repository.
383         * grammars/README: Remove.
384         * grammars/Makefile.in: New file.
385         * grammars/c.by, grammars/java-tags.wy, grammars/js.wy:
386         * grammars/python.wy: Update declarations to match generated outputs.
388 2013-11-28  Glenn Morris  <rgm@gnu.org>
390         * unidata/unidata-gen.el (unidata-gen-files):
391         Disable autoloads in generated files.
393 2013-11-27  Glenn Morris  <rgm@gnu.org>
395         * unidata/Makefile.in (all, install, clean, bootstrap-clean)
396         (distclean, maintainer-clean): Declare as PHONY.
397         (compile, extraclean): New.
398         (${DSTDIR}/charprop.el): Depend on source files rather than
399         intermediate products.
401 2013-11-11  Glenn Morris  <rgm@gnu.org>
403         * unidata/BidiMirroring.txt, unidata/UnicodeData.txt: Update to 6.3.0.
405         * unidata/unidata-gen.el (unidata-gen-files):
406         Tweak whitespace in generated files.
408 2013-11-09  Glenn Morris  <rgm@gnu.org>
410         * unidata/unidata-gen.el (unidata-gen-files):
411         Fix deletion of existing output files after 2013-10-30 changes.
413 2013-11-07  Glenn Morris  <rgm@gnu.org>
415         * unidata/unidata-gen.el (unidata-gen-files):
416         Disable version-control in generated files.
417         Update Unicode Inc. copyright years.
419 2013-11-05  Glenn Morris  <rgm@gnu.org>
421         * update_autogen: Move here from ../autogen.
422         (usage): Update.  Remove -l, add -A.
423         (autogendir): New variable.
424         (ldefs_flag): Default to set.
425         (genfiles): Reduce to only ms-dos relevant files.
426         (main): Make checking autogen sources optional.
427         Make copying of autogen files optional.
429 2013-10-30  Glenn Morris  <rgm@gnu.org>
431         * unidata/unidata-gen.el (unidata-gen-files): Use pop.
432         Also take the output directory as an argument.
433         * unidata/Makefile.in: Simplify now that unidata-gen-files takes
434         the output directory as an argument (no need to cd, etc).
435         (abs_srcdir, abs_builddir): Remove.
436         (abs_top_builddir): Replace by top_builddir.
437         (${DSTDIR}/charprop.el): No need to cd.  Pass dest as argument.
438         (${DSTDIR}/charprop.el, charprop.el):
439         No need to pass unidata.txt as argument.
441         * unidata/unidata-gen.el (unidata--ensure-compiled): New function.
442         (unidata-gen-table-name, unidata-gen-table-decomposition)
443         (unidata-gen-files): Use unidata--ensure-compiled.
445         * unidata/Makefile.in (abs_srcdir): New, set by configure.
446         (${DSTDIR}/charprop.el, charprop.el): Update for srcdir not absolute.
447         (clean): Delete all .elc files.
448         (bootstrap-clean): New rule.
450 2013-10-23  Glenn Morris  <rgm@gnu.org>
452         * unidata/Makefile.in (emacs, ${DSTDIR}/charprop.el):
453         Quote entities that might contain whitespace.
455 2013-10-07  Paul Eggert  <eggert@cs.ucla.edu>
457         Improve support for popcount and counting trailing zeros (Bug#15550).
458         * merge-gnulib (GNULIB_MODULES): Add count-one-bits
459         and count-trailing-zeros.
461 2013-10-04  Paul Eggert  <eggert@cs.ucla.edu>
463         Use hardware support for byteswapping on glibc x86 etc.
464         * merge-gnulib (GNULIB_MODULES): Add byteswap.
466 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
468         * unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
469         for portability to hosts where /bin/sh has problems.
471 2013-08-27  Glenn Morris  <rgm@gnu.org>
473         * admin.el (manual-misc-manuals): Use INFO_COMMON rather than
474         INFO_TARGETS.  "faq" does not need special treatment any more.
476 2013-08-15  Glenn Morris  <rgm@gnu.org>
478         * make-tarball.txt: Mention generating pdfs in etc/refcards.
480 2013-08-15  Xue Fuqiao  <xfq.free@gmail.com>
482         * notes/hydra: More information about Hydra.
484 2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
486         * notes/hydra: New file.
488 2013-08-04  Paul Eggert  <eggert@cs.ucla.edu>
490         Fix some minor races in hosts lacking mkostemp (Bug#15015).
491         * merge-gnulib (GNULIB_MODULES): Add mkostemp.
493 2013-07-12  Glenn Morris  <rgm@gnu.org>
495         * admin.el (manual-style-string): Use non-abbreviated url.
497 2013-07-09  Paul Eggert  <eggert@cs.ucla.edu>
499         Port recent close-on-exec changes to Cygwin (Bug#14821).
500         * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid binary-io.
502         Handle error numbers a bit more reliably.
503         * merge-gnulib (GNULIB_MODULES): Remove ignore-value.
505 2013-07-07  Paul Eggert  <eggert@cs.ucla.edu>
507         Make file descriptors close-on-exec when possible (Bug#14803).
508         * merge-gnulib (GNULIB_MODULES): Add fcntl, pipe2.
509         (GNULIB_TOOL_FLAGS): Avoid binary-io, close.  Do not avoid fcntl.
511 2013-07-06  Glenn Morris  <rgm@gnu.org>
513         * admin.el (manual-misc-manuals): New function.
514         (make-manuals): Avoid hard-coding list of misc manuals.
515         Add the option to only make certain type(s) of output.
516         (manual-misc-html): Special-case ccmode and efaq.
517         (manual-html-mono, manual-html-node, manual-pdf, manual-ps):
518         Move creation of output directory here from make-manuals.
519         (manual-html-fix-index-2): Avoid dynamic reference to `f'.
521 2013-07-05  Glenn Morris  <rgm@gnu.org>
523         * admin.el (make-manuals): Use a standard location for lispintro.
524         Use a pdf/ subdirectory for pdf versions.
526 2013-06-29  Glenn Morris  <rgm@gnu.org>
528         * admin.el (make-manuals): Don't bother with txt or dvi any more.
529         (manual-txt): Remove.
530         (manual-pdf): Doc fix.
531         (manual-ps): Rename from manual-dvi.
532         (manual-pdf, manual-ps): Work in the directory with the texi file,
533         so that TeX intermediate files go there rather than to PWD.
535 2013-06-15  Xue Fuqiao  <xfq.free@gmail.com>
537         * notes/changelogs: Mention trivial changes in Change Log.
539 2013-06-13  Glenn Morris  <rgm@gnu.org>
541         * admin.el (manual-style-string): Use new file manual.css.
543 2013-06-02  Eric Ludlam  <zappo@gnu.org>
545         * grammars/srecode-template.wy (variable): Accept a single number
546         as a variable value.  Allows the 'priority' to be set to a number.
547         (wisent-srecode-template-lexer): Move number up so it can be created.
549 2013-05-16  Glenn Morris  <rgm@gnu.org>
551         * cus-test.el (cus-test-cus-load-groups): New function.
552         (cus-test-get-options): Add option to return groups.
553         (cus-test-noloads): Also check custom groups.
555 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
557         * quick-install-emacs: Don't prune DOC-* files a any more.
559 2013-05-14  Glenn Morris  <rgm@gnu.org>
561         * cus-test.el (cus-test-get-lisp-files): Ignore obsolete/.
562         (cus-test-libs): Fix let-binding of default-directory.
563         (cus-test-noloads): Load all libs for the comparison.
565 2013-05-11  Glenn Morris  <rgm@gnu.org>
567         * cus-test.el (cus-test-libs-noloads): Add a few more files.
568         (cus-test-load-libs, cus-test-opts):
569         Add option to load more/all Lisp files.
570         (cus-test-get-lisp-files): Ignore .*.el files.
572 2013-05-10  Glenn Morris  <rgm@gnu.org>
574         * cus-test.el (cus-test-libs-noloads): Add some files.
575         (cus-test-get-lisp-files): New function.
576         (cus-test-libs): Add option to load more/all Lisp files.
578 2013-05-09  Glenn Morris  <rgm@gnu.org>
580         * cus-test.el: No need to provide bbdb, bbdb-com any more.
581         (cus-test-libs-noloads): Add dunnet in the defvar.
582         (dunnet): Don't always load it.
583         (viper-mode): Only set if interactive.
584         (cus-test-load-custom-loads): Load dunnet if necessary.
585         (cus-test-load-1): New macro, with common code from cus-test-load-libs
586         and cus-test-libs.
587         (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro.
588         Update for cus-test-get-autoload-deps changed result.
589         (cus-test-get-autoload-deps): Simplify.  Return file names as they
590         appear in loaddefs.el (directory parts are needed now that not all
591         lisp subdirs are in load-path).
592         (cus-test-deps): Explicitly skip dunnet.
594 2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
596         Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
597         * merge-gnulib (GNULIB_MODULES): Add qacl.
598         (GNULIB_TOOL_FLAGS): Do not avoid errno.
600 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
602         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
603         * notes/unicode (etc/tutorials/TUTORIAL.ko, leim/quail/hanja.el)
604         (leim/quail/hanja3.el, leim/quail/symbol-ksc.el):
605         Now utf-8, not iso-2022-7bit.  Also, files that contain non-UTF-8
606         characters are now encoded in utf-8-emacs, not iso-2022-7bit.
608 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
610         * notes/unicode: Mention some more iso-2022-7bit files (Bug#13936).
612         Automate the build of ja-dic.el (Bug#13984).
613         * notes/unicode: ja-dic.el is now UTF-8.
615 2013-03-16  Glenn Morris  <rgm@gnu.org>
617         * admin.el (manual-pdf, manual-dvi): Pass -I to texi2pdf, texi2dvi.
619 2013-03-16  Glenn Morris  <rgm@gnu.org>
621         * admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG.
623 2013-03-13  Paul Eggert  <eggert@cs.ucla.edu>
625         File synchronization fixes (Bug#13944).
626         * CPP-DEFINES (BSD_SYSTEM, HAVE_FSYNC): Remove.
627         * merge-gnulib (GNULIB_MODULES): Add fsync, fdatasync.
629 2013-03-11  Paul Eggert  <eggert@cs.ucla.edu>
631         * notes/unicode: Improve notes about Emacs source file encoding.
633 2013-03-11  Glenn Morris  <rgm@gnu.org>
635         * admin.el (make-manuals): Add emacs-lisp-intro and some more
636         doc/misc manuals.
637         (manual-html-mono, manual-html-node, manual-txt):
638         Pass -I to makeinfo.
640 2013-03-10  Glenn Morris  <rgm@gnu.org>
642         * admin.el (add-release-logs): Use UTC for release date.
644 2013-03-09  Glenn Morris  <rgm@gnu.org>
646         * admin.el (add-release-logs): Provide interactive defaults.
647         Allow specification of the release date.  Don't exclude gnus/.
649 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
651         * notes/unicode: Add notes about Emacs source file encoding.
653 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
655         * grammars/java-tags.wy (CHAR): Remove "('\u0000' to '\uffff')"
656         from summary, as this causes javat-wy.el to contain both a null byte
657         and a byte sequence that is not valid UTF-8, which is inconvenient.
659 2013-03-03  Paul Eggert  <eggert@cs.ucla.edu>
661         * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
662         If there were a real need, it should be UTF-8 anyway.
664 2013-02-25  Paul Eggert  <eggert@cs.ucla.edu>
666         Simplify data_start configuration (Bug#13783).
667         * CPP-DEFINES (DATA_START, ORDINARY_LINK): Remove.
669 2013-02-11  Paul Eggert  <eggert@cs.ucla.edu>
671         Tune by using memchr and memrchr.
672         * merge-gnulib (GNULIB_MODULES): Add memrchr.
674 2013-02-01  Paul Eggert  <eggert@cs.ucla.edu>
676         Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
677         * merge-gnulib (GNULIB_MODULES): Add fdopendir, fstatat, readlinkat.
678         (GNULIB_TOOL_FLAGS): Do not avoid at-internal, openat-h.
679         Avoid dup, open, opendir.
681 2013-01-15  Dmitry Antipov  <dmantipov@yandex.ru>
683         * coccinelle/xsave.cocci: Semantic patch to adjust users of
684         XSAVE_POINTER and XSAVE_INTEGER macros.
686 2013-01-03  Glenn Morris  <rgm@gnu.org>
688         * check-doc-strings: Update for CVS->bzr, moved lispref/ directory.
690         * emacs-pretesters, make-announcement, make-changelog-diff:
691         Remove files.
693 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
695         Fix permissions bugs with setgid directories etc.  (Bug#13125)
696         * CPP-DEFINES (BSD4_2): Remove.
698 2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
700         Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
701         * merge-gnulib (GNULIB_MODULES): Add putenv, unsetenv.
703         Simplify get_lim_data.
704         * CPP-DEFINES (ULIMIT_BREAK_VALUE): Remove.
706 2012-12-03  Paul Eggert  <eggert@cs.ucla.edu>
708         Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
709         * CPP-DEFINES (SIGALRM, SIGCHLD, SIGHUP, SIGKILL, SIGPIPE, SIGQUIT):
710         Remove.
711         (SIGTRAP): Remove this one too, as config.h no longer defines it.
712         * merge-gnulib (GNULIB_MODULES): Add sig2str.
714 2012-11-24  Ken Brown  <kbrown@cornell.edu>
716         * CPP-DEFINES (HAVE_MOUSE): Remove.
718 2012-11-23  Paul Eggert  <eggert@cs.ucla.edu>
720         Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
721         * CPP-DEFINES (HAVE_CLOSEDIR, HAVE_DIRENT_H): Remove.
722         * notes/copyright: Adjust to src/ndir.h -> nt/inc/dirent.h renaming.
724 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
726         Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
727         * CPP-DEFINES (BROKEN_GETWD, HAVE_GETCWD, HAVE_GETWD, HAVE_SIZE_T)
728         (HAVE_UNISTD_H): Remove.
730 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
732         Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
733         * CPP-DEFINES (O_RDONLY, O_RDWR, HAVE_FCNTL_H): Remove.
734         * merge-gnulib (GNULIB_MODULES): Add fcntl-h.
736 2012-11-16  Paul Eggert  <eggert@cs.ucla.edu>
738         Remove no-longer-used pty_max_bytes variable.
739         * CPP-DEFINES (HAVE_FPATHCONF): Remove.
741 2012-11-14  Paul Eggert  <eggert@cs.ucla.edu>
743         Use faccessat, not access, when checking file permissions (Bug#12632).
744         * merge-gnulib (GNULIB_MODULES): Add faccessat.
745         (GNULIB_TOOL_FLAGS): Avoid at-internal, fchdir, malloc-posix,
746         openat-die, openat-h, save-cwd.  Do not avoid fcntl-h.
747         Omit gnulib's m4/fcntl-o.m4.
749 2012-11-05  Paul Eggert  <eggert@cs.ucla.edu>
751         Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
752         * CPP-DEFINES (HAVE_SETPGID, HAVE_SETSID, SETPGRP_RELEASES_CTTY):
753         Remove; obsolete.
755         Simplify by assuming __fpending.
756         * CPP-DEFINES (PENDING_OUTPUT_COUNT): Remove.
758 2012-11-03  Glenn Morris  <rgm@gnu.org>
760         * admin.el (set-copyright): Add msdos/sed2v2.inp.
762 2012-11-01  Paul Eggert  <eggert@cs.ucla.edu>
764         Fix data-loss with --batch (Bug#9574).
765         * merge-gnulib (GNULIB_MODULES): Add close-stream.
767 2012-10-12  Kenichi Handa  <handa@gnu.org>
769         * charsets/Makefile (JISC6226.map): Add missing mappings.
771 2012-10-11  Kenichi Handa  <handa@gnu.org>
773         * charsets/mapconv: Adjusted for the change of mapfiles/*.gz to
774         mapfiles/*.
776         * charsets/gb180302.awk: Handle 4-byte sequences in the input file.
778         * charsets/Makefile: Be sure to call mapconv script of the current
779         directory.  Adjusted for the change of mapfiles/*.gz to
780         mapfiles/*.
781         (SED_SCRIPT): New variable.
782         (jisx2131-filter): New target.
783         (JISX2131.map): Use jisx2131-filter to filter out characters added
784         for the 2004 year version.
785         (clear): Remove ${SED_SCRIPT} too.
787         * charsets/mapfiles/MULE-ethiopic.map,
788         charsets/mapfiles/MULE-ipa.map,
789         charsets/mapfiles/MULE-is13194.map,
790         charsets/mapfiles/MULE-lviscii.map,
791         charsets/mapfiles/MULE-sisheng.map,
792         charsets/mapfiles/MULE-tibetan.map,
793         charsets/mapfiles/MULE-uviscii.map: Fix typo.
795 2012-10-09  Glenn Morris  <rgm@gnu.org>
797         * admin.el (cusver-scan-cus-start): New function.
798         (cusver-check): Scan old cus-start.el.
800 2012-10-07  Glenn Morris  <rgm@gnu.org>
802         * admin.el (cusver-new-version): Set default.
803         (cusver-check): Improve interactive argument reading.
805 2012-10-06  Glenn Morris  <rgm@gnu.org>
807         * admin.el (cusver-new-version): New variable.
808         (cusver-scan): Check if containing group has a :version.
809         (cusver-check): Add VERSION argument.
811 2012-10-06  David Engster  <deng@randomsample.de>
813         * grammars/bovine-grammar.el:
814         * grammars/wisent-grammar.el: Move to lisp/cedet/semantic directory.
816 2012-10-01  David Engster  <deng@randomsample.de>
818         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
819         Remove.
820         (bovine-grammar-expand-form): Test for emacs-major-version.
822         * grammars/c.by: Add EXPLICIT to keyword tokens.
823         Add %provide token.
825         * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
826         was copied to grammar.el.  New %provide token to generate prefix
827         which conforms with Emacs conventions.  Remove lexer definition,
828         which is now in grammar.el.
830 2012-09-27  Glenn Morris  <rgm@gnu.org>
832         * admin.el (set-version): Set msdos.c's Vwindow_system_version.
834 2012-09-27  Paul Eggert  <eggert@cs.ucla.edu>
836         Check more robustly for timer_settime.
837         * merge-gnulib (GNULIB_MODULES): Add timer-time.
839 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
841         * unidata/BidiMirroring.txt:
842         * unidata/UnicodeData.txt: Update to Unicode 6.2.
844 2012-09-17  Glenn Morris  <rgm@gnu.org>
846         * admin.el (add-log-time-format): Declare.
848         * admin.el (cusver-scan, cusver-check): Bind local variables.
850         * admin.el (set-version): Set major version in
851         etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
852         (set-copyright): In etc/refcards, only change ru-refcard.tex
853         and emacsver.tex.
855         * admin.el (set-copyright): No more need to set copyrights for
856         nextstep, or .c files.  Add configure.ac and config.nt.
858 2012-09-16  Paul Eggert  <eggert@cs.ucla.edu>
860         Remove configure's --without-sync-input option (Bug#12450).
861         * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
863 2012-09-16  Glenn Morris  <rgm@gnu.org>
865         * admin.el (set-version): No more need to set nextstep versions.
866         (set-copyright): Update for moved nextstep files.
868 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
870         Simplify SIGIO usage (Bug#12408).
871         * CPP-DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
872         (BROKEN_SIGPTY, NO_TERMIO): Remove.
874 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
876         Simplify, document, and port floating-point (Bug#12381).
877         * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
879 2012-09-09  Paul Eggert  <eggert@cs.ucla.edu>
881         Assume C89 or later for math functions (Bug#12381).
882         * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
883         (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
885 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
887         Simplify redefinition of 'abort' (Bug#12316).
888         * CPP-DEFINES (NO_ABORT): Remove.
890 2012-08-28  Glenn Morris  <rgm@gnu.org>
892         * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
894 2012-08-28  Andreas Schwab  <schwab@linux-m68k.org>
896         * charsets/mule-charsets.el (header): Fix typo.
898 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
900         On assertion failure, print backtrace if available.
901         * merge-gnulib (GNULIB_MODULES): Add execinfo.
903 2012-08-16  Paul Eggert  <eggert@cs.ucla.edu>
905         Use ASCII tests for character types.
906         * merge-gnulib (GNULIB_MODULES): Add c-ctype.  This documents a
907         new direct dependency; c-ctype was already being used indirectly
908         via other gnulib modules.
910 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
912         Use bool for Emacs Lisp booleans.
913         * merge-gnulib (GNULIB_MODULES): Add stdbool.  This documents a
914         new direct dependency; stdbool was already being used indirectly
915         via other gnulib modules.
917 2012-08-11  Glenn Morris  <rgm@gnu.org>
919         * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
921 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
923         * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
925 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
927         Port to Solaris 8.
928         * CPP-DEFINES (WRETCODE): Remove.
930 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
932         * coccinelle/overlay.cocci: Semantic patch to replace direct
933         access to Lisp_Object members of struct Lisp_Overlay to MVAR.
935 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
937         * coccinelle/symbol.cocci: Semantic patch to replace direct
938         access to Lisp_Object members of struct Lisp_Symbol to SVAR.
940 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
942         * coccinelle/process.cocci: Semantic patch to replace direct
943         access to Lisp_Object members of struct Lisp_Process to PVAR.
945 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
947         * coccinelle/window.cocci: Semantic patch to replace direct
948         access to Lisp_Object members of struct window to WVAR.
950 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
952         * coccinelle/frame.cocci: Semantic patch to replace direct
953         access to Lisp_Object members of struct frame to FVAR.
955 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
957         Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
958         * merge-gnulib: Add environ, stdalign.
960 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
962         * coccinelle/unibyte_string.cocci: Semantic patch to convert from
963         make_unibyte_string to build_unibyte_string where appropriate.
965 2012-07-17  Eli Zaretskii  <eliz@gnu.org>
967         * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
969 2012-07-17  Chong Yidong  <cyd@gnu.org>
971         * Version 24.1 released.
973 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
975         Assume mkdir, perror, rename, rmdir, strerror.
976         * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
977         (HAVE_STRERROR, strerror):
978         Remove.
980 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
982         * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
983         to XCDR and consistently use CONSP in the list iteration loops.
984         * coccinelle/vector_contents.cocci: Fix indentation.
986 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
988         * bzrmerge.el: Use cl-lib.
990 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
992         Rename configure.in to configure.ac (Bug#11603).
993         * admin.el (set-version):
994         * quick-install-emacs (VERSION):
995         Get version number from configure.ac, not configure.in.
997 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
999         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
1000         * merge-gnulib (GNULIB_MODULES): Add c-strcase.
1002 2012-07-05  Dmitry Antipov  <dmantipov@yandex.ru>
1004         * coccinelle/xzalloc.cocci: Semantic patch to convert
1005         calls to xmalloc with following memset to xzalloc.
1007 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
1009         * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
1011 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
1013         * coccinelle/build_string.cocci: Semantic patch
1014         to convert from make_string to build_string.
1016 2012-06-24  Dmitry Antipov  <dmantipov@yandex.ru>
1018         First Coccinelle semantic patch.
1019         * coccinelle: New subdirectory
1020         * coccinelle/README: Documentation stub.
1021         * coccinelle/vector_contents.cocci: Semantic patch to replace direct
1022         access to `contents' member of Lisp_Vector objects with AREF and ASET
1023         where appropriate.
1025 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1027         Support higher-resolution time stamps (Bug#9000).
1028         * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
1029         gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
1030         timespec-sub, utimens.
1031         (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
1032         This trims down the gnulib import, from the very latest gnulib.
1033         Emacs does its own implementation of 'select' and 'sigprocmask'
1034         on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
1035         hosts, so it doesn't need these modules.
1036         Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
1037         these gnulib modules are only for Windows porting and Emacs ports
1038         to Windows in a different way.
1040 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
1042         * make-emacs: Rename --union-type to --check-lisp-type.
1043         Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
1044         * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
1045         USE_LISP_UNION_TYPE.
1047 2012-06-03  Glenn Morris  <rgm@gnu.org>
1049         * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
1051 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
1053         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
1054         * make-tarball.txt: Don't worry about maintainer mode.
1056 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
1058         * CPP-DEFINES: Remove HAVE_SYSINFO.
1060 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1062         Assume gnulib does largefile.
1063         * merge-gnulib (GNULIB_MODULES): Add largefile.
1065 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1067         Remove src/m/*.
1068         * CPP-DEFINES: Do not mention src/m/*.h.
1069         (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
1070         (BITS_PER_SHORT, BITS_PER_INT): Remove.
1071         * MAINTAINERS: Remove src/m/.
1073 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
1075         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
1076         * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
1078         Assume C89 or later.
1079         * CPP-DEFINES: Remove NULL, const.
1081         Make merging from gnulib a script, not a makefile action.
1082         * merge-gnulib: New script, with actions moved here from
1083         ../Makefile.in.
1085 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
1087         * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
1089         * CPP-DEFINES (HAVE_FTIME): Remove.
1091 2012-05-02  Glenn Morris  <rgm@gnu.org>
1093         * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
1095 2012-04-10  Glenn Morris  <rgm@gnu.org>
1097         * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
1099         * unidata/Makefile.in: Add FSF copyright.
1100         Make it use autoconf features, and work for out-of-tree builds.
1102 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
1104         * unidata/README:
1105         * unidata/copyright.html:
1106         * unidata/BidiMirroring.txt:
1107         * unidata/UnicodeData.txt: Update for the latest version 6.1 of
1108         the Unicode Standard.
1110 2012-02-16  Kenichi Handa  <handa@m17n.org>
1112         * unidata/unidata-gen.el (unidata-prop-alist): Change the default
1113         values of name and old-name to nil.
1114         (unidata-get-name): Return nil for the default value.
1116 2012-02-11  Glenn Morris  <rgm@gnu.org>
1118         * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
1119         (cusver-check): New functions.
1121 2012-01-19  Glenn Morris  <rgm@gnu.org>
1123         * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
1124         "skip?" question, since there can be multiple such for any revision.
1126 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
1128         * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
1129         updated and checked.
1131 2011-11-26  Andreas Schwab  <schwab@linux-m68k.org>
1133         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
1134         Avoid warning about old-style backquote.
1136         * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
1137         in regexp.
1138         (wisent-make-parsers): Likewise.  Quote `.'.
1140         * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
1141         in regexp.
1142         (bovine-make-parsers): Likewise.  Quote `.'.
1144 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
1146         * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
1148 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1150         * admin.el (manual-dvi): Fix typo.
1152 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
1154         * nt/README-ftp-server: Update the information about PNG libraries.
1156 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1158         * make-emacs: Fix typo.
1160 2011-11-07  Juanma Barranquero  <lekktu@gmail.com>
1162         * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
1164 2011-10-31  David Engster  <deng@randomsample.de>
1166         * grammars/bovine-grammar.el: Avoid using old-style backquotes.
1168 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
1170         * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
1171         running Emacs on Windows 9X.
1173 2011-09-26  Chong Yidong  <cyd@stupidchicken.com>
1175         * admin.el (set-version): Fix regexps for config.nt and
1176         sed2v2.inp.
1178 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1180         Merge from gnulib (Bug#9169).
1181         * notes/copyright: The files compile, config.guess, config.sub,
1182         depcomp, install-sh, missing, and move-if-change are now in the
1183         new build-aux subdirectory.  The files arg-nonnull.h, c++defs.h,
1184         and warn-on-use.h are now in build-aux/snippets.  New file
1185         build-aux/snippets/_Noreturn.h.
1187 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
1189         * unidata/unidata-gen.el (unidata-prop-alist): Update the default
1190         values of bidi-class according to DerivedBidiClass.txt from the
1191         latest UCD.
1193 2011-08-23  Kenichi Handa  <handa@m17n.org>
1195         * unidata/unidata-gen.el (unidata-prop-alist): Provide default
1196         values for name, general-category, canonical-combining-class,
1197         mirrored, and bidi-class.  Describe the meaning of value nil for
1198         decimal-digit-value, digit-value, numeric-value, uppercase,
1199         lowercase, titlecase, and mirroring.
1200         (unidata-gen-table): Handle the case that default-value is a
1201         list.  Set default values of characters not listed in a table.
1202         (unidata-get-name): Return an empty string if a value in a
1203         char-table is nil.
1204         (unidata-get-decomposition): Return a list of character itself if
1205         a value in a char-table is nil.
1207 2011-08-15  Eli Zaretskii  <eliz@gnu.org>
1209         * unidata/bidimirror.awk: File removed.
1211         * unidata/biditype.awk: File removed.
1213         * unidata/makefile.w32-in (all): Remove src/biditype.h and
1214         src/bidimirror.h.
1215         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
1217         * unidata/Makefile.in (all): Remove src/biditype.h and
1218         src/bidimirror.h.
1219         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
1221 2011-07-07  Juanma Barranquero  <lekktu@gmail.com>
1223         * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
1224         Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
1226 2011-07-06  Kenichi Handa  <handa@m17n.org>
1228         * unidata/unidata-gen.el (unidata-dir): New variable.
1229         (unidata-setup-list): Expand unidata-text-file in unidata-dir.
1230         (unidata-prop-alist): INDEX element may be a function.
1231         New optional element VAL-LIST (for general-category and bidi-class).
1232         New entry `mirroring'.
1233         (unidata-prop-default, unidata-prop-val-list): New subst.
1234         (unidata-get-character, unidata-put-character): Delete them.
1235         (unidata-gen-table-character): New arg IGNORE.  Adjusted for the
1236         above changes.
1237         (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
1238         (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
1239         Delete them.
1240         (unidata-encode-val): Assume that the first element of VAL-LIST is
1241         a cons (nil . 0).
1242         (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
1243         Always store the encoded value.
1244         (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
1245         Set the 1st and the 2nd extra slots to index numbers for C
1246         functions.
1247         (unidata-gen-table-integer): Likewise.
1248         (unidata-gen-table-numeric): Likewise.
1249         (unidata-gen-table-name): New arg IGNORE.
1250         (unidata-gen-table-decomposition): Likewise.
1251         (unidata-describe-general-category): Add the case nil to the
1252         description alist.
1253         (unidata-gen-mirroring-list): New function.
1254         (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
1255         unidata-prop-alist.  Handle the case of storing multiple
1256         char-tables in a file.
1258         * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
1259         unidata-gen-files.
1261 2011-05-21  Glenn Morris  <rgm@gnu.org>
1263         * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
1265 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1267         * Version 23.3 released.
1269 2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
1271         * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
1273 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1275         * notes/copyright: Remove src/md5.c and src/md5.h as special cases.
1277 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1279         * admin.el (set-version): Add msdos/sed2v2.inp.
1281 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1283         Remove no-longer needed getloadavg symbols.
1284         * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE)
1285         (LDAV_SYMBOL): Remove.
1286         * notes/copyright: Remove src/getloadavg.c as a special case.
1288 2011-02-12  Glenn Morris  <rgm@gnu.org>
1290         * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
1292 2011-02-05  Glenn Morris  <rgm@gnu.org>
1294         * bzrmerge.el (bzrmerge-warning-buffer): New constant.
1295         (bzrmerge-apply): Use it.
1296         (bzrmerge): Kill any old warning buffer first.
1298 2011-02-03  Glenn Morris  <rgm@gnu.org>
1300         * bzrmerge.el (bzrmerge-buffer): New constant.
1301         (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
1302         (bzrmerge-missing): If nothing to do, return nil not (nil).
1303         (bzrmerge-apply): Remove odd character from message.
1304         (bzrmerge): Give status messages.
1306 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
1308         * admin.el (set-version): Remove lib-src/makefile.w32-in.
1309         Add nt/config.nt.
1311 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1313         src/emacs.c now gets version number from configure.in
1314         * admin.el (set-version): Don't update src/emacs.c.
1315         * quick-install-emacs (VERSION): Get it from configure.in, not from
1316         src/emacs.c.
1318 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
1320         strftime: import from gnulib
1321         * notes/copyright: strftime.c moved from src to lib.
1323 2011-01-25  Glenn Morris  <rgm@gnu.org>
1325         * bzrmerge.el (bzrmerge-skip-regexp): New variable.
1326         (bzrmerge-missing): Use it.
1328 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1330         * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
1331         rather than doing rm and autoconf by hand.  See
1332         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
1334 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1336         * notes/bzr (Installing changes from gnulib): New section.
1337         Need for this suggested by Stefan Monnier.
1339 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1341         * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
1342         an inconsistent state.
1344 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1346         Update copyright notes to match recent gnulib-related changes.
1347         * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
1348         arg-nonnull.h, c++defs.h, compile, depcomp, missing,
1349         warn-on-use.h, lib/*.[ch], lib/gnulib.mk.  Remove src/mktime.c,
1350         lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
1351         are subsumed by the lib/*.[ch] rule).  Remove m4/getopt.m4 (now
1352         subsumed by m4/*.m4 rule).  config.guess, config.sub, and
1353         doc/man/texinfo.tex are now copied in from gnulib.
1355 2011-01-15  Glenn Morris  <rgm@gnu.org>
1357         * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
1359         * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
1360         (bzrmerge-resolve): Also ignore cl-loaddefs.el.
1362 2011-01-14  Glenn Morris  <rgm@gnu.org>
1364         * admin.el (set-copyright): Also handle \year in refcards/*.tex.
1366 2011-01-14  Glenn Morris  <rgm@gnu.org>
1368         * bzrmerge.el: Require cl when compiling.
1369         (bzrmerge-merges): Doc fix.
1371 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
1373         * notes/copyright: There's only one install-sh, not two, so fix a
1374         typo claiming that there's two.  Add move-if-change to the list of
1375         GPL files imported from gnulib.
1377 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
1379         * notes/copyright: Report status more accurately for non-GPL files.
1380         Report copyright status more accurately for mkinstalldirs,
1381         configure, m4/getopt.m4, and msdos/sed*.inp.
1383 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1385         * nt/README.W32: Update the information about PNG support libraries.
1386         (Bug#7716)
1388 2010-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1390         * bzrmerge.el: New file to help merge branches while skipping
1391         some revisions (e.g. from emacs-23 to trunk).
1393 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1395         * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
1397 2010-10-12  Glenn Morris  <rgm@gnu.org>
1399         * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
1401 2010-10-09  Glenn Morris  <rgm@gnu.org>
1403         * admin.el (set-version): Add doc/emacs/emacsver.texi.
1405 2010-10-09  Glenn Morris  <rgm@gnu.org>
1407         * admin.el (set-version): No need to act on doc/ files any more.
1409         * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
1411 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
1413         * unidata/BidiMirroring.txt: Update from
1414         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
1416         * unidata/UnicodeData.txt: Update from
1417         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
1419 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
1421         * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
1423 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
1425         * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
1427 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
1429         * admin.el: Write version number to nt/makefile.w32-in.
1430         * nt/makedist.bat: Remove; replaced with `zipdist.bat'
1431         in the nt/ directory.
1432         * nt/README.W32: Relocate to nt/ directory.
1434 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
1436         * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
1438 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
1440         * MAINTAINERS: Update my responsibilities.
1442 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
1444         * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
1445         (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
1446         Remove.
1448 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
1450         * unidata/bidimirror.awk: New file.
1452         * unidata/BidiMirroring.txt: New file from
1453         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
1455         * unidata/Makefile.in (../../src/bidimirror.h): New target.
1456         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1458         * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
1459         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1461         * unidata/biditype.awk: New file.
1463         * unidata/Makefile.in (../../src/biditype.h): New target.
1465         * unidata/makefile.w32-in (../../src/biditype.h): New target.
1467 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1469         * unidata/UnicodeData.txt: Update from
1470         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
1472 2010-05-27  Glenn Morris  <rgm@gnu.org>
1474         * quick-install-emacs (AVOID): No more Makefile.c files.
1476         * notes/cpp: Remove file.
1478 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
1480         * admin.el (set-version, set-copyright): Update emacs.c instead of
1481         version.el.
1483         * make-tarball.txt: Update filename list in step 6.
1485         * quick-install-emacs: Scan emacs.c instead of version.el for
1486         version string.
1488 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1490         * Version 23.2 released.
1492 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
1494         * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
1496 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1498         * Branch for 23.2.
1500 2010-03-10  Miles Bader  <miles@gnu.org>
1502         * quick-install-emacs: Use more portable shell syntax.
1504         * quick-install-emacs (AVOID): Be more picky about files we avoid
1505         installing.
1507 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1509         * quick-install-emacs (PRUNED): Fix typo in message.
1511 2010-01-20  Glenn Morris  <rgm@gnu.org>
1513         * revdiff: Remove file that only works with CVS, and isn't really
1514         needed with Bazaar (given the in-built revision options of bzr diff).
1516 2010-01-12  Glenn Morris  <rgm@gnu.org>
1518         * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
1519         than emacs-pretest-bug for bug reports for development versions.
1521 2009-11-06  Kenichi Handa  <handa@m17n.org>
1523         * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
1524         that the block data and the following per-char data fall into the
1525         same char-table leaf.
1527 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
1529         * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
1531 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
1533         * unidata/.gitignore: New file.
1535 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
1537         * notes/bugtracker: How to reassign a bug to a list of packages.
1539         * notes/newfile: Details of how to check for problems with DOS 8+3
1540         file-name restrictions.
1542 2009-08-18  Glenn Morris  <rgm@gnu.org>
1544         * notes/newfile: New file.
1546 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
1548         * make-tarball.txt: Add a note about bumping the value of
1549         customize-changed-options-previous-release.
1551 2009-06-24  Kenichi Handa  <handa@m17n.org>
1553         * charsets/mapconv: For the Unicode format files, do reverse sort
1554         and don't compact the map.  This is to prefer the first one in the
1555         duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
1557 2009-06-12  Kenichi Handa  <handa@m17n.org>
1559         * charsets/Makefile (JISX213A.map): Make it depend on
1560         mapfiles/JISX213A.map.gz.
1561         (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
1563         * charsets/mapfiles/JISX213A.map.gz: New file.
1565         * charsets/mapfiles/README: Describe JISX213A.map.gz.
1567 2009-06-12  Kenichi Handa  <handa@m17n.org>
1569         * charsets/mapfiles/*: New files.
1571         * charsets/mule-charsets.el: Mostly re-written to generate all
1572         MULE-*.map files.
1574         * charsets/mapconv: Mostly re-written to handle "gzip"ed input
1575         files.
1577         * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
1578         EUC-JP-MS.
1580         * charsets/cp51932.awk (END): Print arch-tag at the tail.
1582         * charsets/Makefile: Maps depend on files under mapfiles or
1583         ${GLIBC_CHARMAPS}.
1585 2009-04-21  Kenichi Handa  <handa@m17n.org>
1587         * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
1588         change.
1590 2009-04-17  Kenichi Handa  <handa@m17n.org>
1592         * unidata/unidata-gen.el (unidata-get-decomposition):
1593         Adjust Hangle decomposition rule to Unicode.
1595 2009-04-09  Kenichi Handa  <handa@m17n.org>
1597         * unidata/unidata-gen.el (unidata-describe-decomposition):
1598         Return a string with a composition property to disable combining
1599         characters being composed.
1601 2009-03-11  Miles Bader  <miles@gnu.org>
1603         * quick-install-emacs: Be more clever about locating info directory.
1605 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
1607         * nt/README.W32: Fix typos.
1609 2009-02-23  Jason Rumney  <jasonr@gnu.org>
1611         * nt/README-ftp-server: Update for 23.0.91.
1613         * nt/README.W32: Remove ever expanding versions of Windows.
1614         Shorten FAQ URL.  Remove mention of obsolete lock directory.
1615         Windows distribution now bin and barebin only.  Add note about
1616         SVG support.  Remove old tar and gzip problem workarounds.
1617         Use new (22.x) -Q option.  Report all bugs through bug tracker.
1619         * nt/README-UNDUMP.W32: Modify for barebin distribution, as
1620         undumped distribution no longer exists.
1622 2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
1624         * nt/README.W32: Fix typo.  (Bug#2207)
1626 2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
1628         * admin.el (set-version): Remove deleted file ns-emacs.texi.
1630 2008-12-02  Kenichi Handa  <handa@m17n.org>
1632         * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
1633         `decomposition' property adjusted.
1634         (unidata-split-decomposition): Don't include surrounding "<" and
1635         ">" in a symbol name.
1637 2008-12-01  Kenichi Handa  <handa@m17n.org>
1639         * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
1640         property generator to unidata-gen-table-numeric.  Docstring adjusted.
1641         (unidata-get-numeric, unidata-put-numeric)
1642         (unidata-gen-table-numeric): New functions.
1643         (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
1645 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
1647         * notes/documentation: Add notes about Antinews.
1649 2008-10-23  Glenn Morris  <rgm@gnu.org>
1651         * admin.el (set-version): Add doc/misc/ns-emacs.texi.
1652         Add/tweak some nextstep/ entries.
1654 2008-09-19  Kenichi Handa  <handa@m17n.org>
1656         * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
1657         positions.
1659 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
1661         * CPP-DEFINES: Add USER_FULL_NAME.
1663 2008-08-16  Jason Rumney  <jasonr@gnu.org>
1665         * admin.el (set-version): Set version in nt/emacsclient.rc.
1667 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
1669         * nt/dump.bat: Fix mixed EOLs.
1671 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
1673         * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
1675 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
1677         * CPP-DEFINES: Add defines for accessing system processes.
1679 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1681         * make-tarball.txt:
1682         * admin.el:
1683         * FOR-RELEASE:
1684         * CPP-DEFINES: Remove mentions of Mac Carbon.
1686 2008-07-16  Glenn Morris  <rgm@gnu.org>
1688         * admin.el (set-version, set-copyright): Add nextstep/ files.
1690 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
1692         * CPP-DEFINES: Add NS port related defines.
1694 2008-06-16  Glenn Morris  <rgm@gnu.org>
1696         * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
1697         doc/lispref/book-spine.texinfo.
1699 2008-06-15  Glenn Morris  <rgm@gnu.org>
1701         * admin.el (set-version): Add doc/misc/faq.texi.
1703 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
1705         * FOR-RELEASE: Remove Windows problem about the XPM image library
1706         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
1708 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
1710         * unidata/UnicodeData.txt: Update to Unicode 5.1.
1712 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
1714         * unidata/unidata-gen.el (unidata-prop-alist):
1715         Fix typo in description of `numeric-value'.
1716         (unidata-put-character): Fix typo in error message.
1718 2008-02-21  Glenn Morris  <rgm@gnu.org>
1720         * notes/unicode, notes/font-backend: New files, split off from
1721         README.unicode.
1723 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
1725         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
1726         being used in latin1-disp.el.  Remove the problem of
1727         cp-supported-codepages.  Remove the problem of lost changelog for
1728         ps-prin1.ps.
1730 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
1732         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
1733         non-portable in this context.
1735         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
1736         non-portable in this context.
1738 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
1740         * unidata/makefile.w32-in (lisp): New variable.
1741         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
1742         lisp/emacs-lisp.
1744 2008-02-04  Jason Rumney  <jasonr@gnu.org>
1746         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
1748 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
1750         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
1752 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
1754         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
1756         * unidata/Makefile.in: Rename from Makefile.
1758         * unidata/makefile.w32-in: New file.
1760 2008-02-02  Jason Rumney  <jasonr@gnu.org>
1762         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
1764 2008-02-01  Kenichi Handa  <handa@m17n.org>
1766         * unidata/copyright.html: New file.
1768 2008-02-01  Kenichi Handa  <handa@m17n.org>
1770         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
1771         decomposition, if T is the same as TBase, don't include it in the
1772         returned list.
1774 2008-02-01  Kenichi Handa  <handa@m17n.org>
1776         * unidata/unidata-gen.el (unidata-text-file): Delete it.
1777         (unidata-list): Initialize to nil.
1778         (unidata-setup-list): New function.
1779         (unidata-gen-files): New optional arg unidata-text-file.
1780         If it's nil, set unidata-text-file to the left command line arg.
1781         Call unidate-setup-list at first.
1783         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
1784         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
1786 2008-02-01  Kenichi Handa  <handa@m17n.org>
1788         * unidata/unidata-gen.el: Fix comment typo.
1789         Change string-to-int to string-to-number.
1790         (unidata-text-file): Define to .../unidata.txt.
1791         (unidata-list): Just insert unidata-text-file.
1792         (unidata-get-decomposition): Handle Hangul decomposition.
1793         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
1795         * unidata/Makefile (unidata.txt): New target.
1796         (charprop.el): Depends on unidata.txt.
1797         (clean): Remove unidata.txt.
1799 2008-02-01  Kenichi Handa  <handa@m17n.org>
1801         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
1802         (unidata-get-name): Handle U+110B.
1804 2008-02-01  Kenichi Handa  <handa@m17n.org>
1806         Sub-directory `unidata' is for codes to generate charprop.el and
1807         many other uni-*.el files from `UnicodeData.txt'.
1809         * unidata/README: New file.
1811         * unidata/Makefile: New file.
1813         * unidata/unidata-gen.el: New file.
1815         * unidata/UnicodeData.txt: New file.  Copied from
1816         http://www.unicode.org on 2006-05-23.
1818         * unidata/.cvsignore: New file.
1820 2008-02-01  Kenichi Handa  <handa@m17n.org>
1822         * charsets/.cvsignore: New file.
1824         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
1826         * charsets/Makefile (all): Rename target from charsets.
1827         Depend on ${TRANS_TABLE}.
1828         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
1829         Generate from cns2ucsdkw.txt.
1830         (install): Copy updated files only.
1832 2008-02-02  Kenichi Handa  <handa@m17n.org>
1834         * charsets/cp932.awk: Append user-defined area of CP932.
1836 2008-02-02  Kenichi Handa  <handa@m17n.org>
1838         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1839         0x2299 to 0x29BF.
1841 2008-02-01  Kenichi Handa  <handa@m17n.org>
1843         * charsets/Makefile (TRANS_TABLE): New macro.
1844         (JISX0208.map): Convert 0x2015 to 0x2014.
1845         (cp51932.el): New target.
1846         (eucjp-ms.el): New target.
1847         (install): Include ${TRANS_TABLE}.
1848         (CJK): Include JISX213A.map.
1849         (JISX213A.map): New target.
1851         * charsets/eucjp-ms.awk: New file.
1853         * charsets/cp51932.awk: New file.
1855 2008-02-01  Kenichi Handa  <handa@m17n.org>
1857         * charsets/cp932.awk: New file.
1859         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
1861         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1862         running an awk program.
1864 2008-02-01  Kenichi Handa  <handa@m17n.org>
1866         * charsets/mapconv: Handle UNICODE2.
1868         * charsets/Makefile (CJK): Include CP932-2BYTE.map.
1869         (CP932-2BYTE.map): New target.
1871 2008-02-01  Kenichi Handa  <handa@m17n.org>
1873         * charsets: New directory for scripts to generate charset map
1874         files in ../etc/charsets/.
1876         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
1877         * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
1878         * charsets/kuten.awk: New files.
1880 2008-01-08  Glenn Morris  <rgm@gnu.org>
1882         * admin.el (set-version): Add doc/man/emacs.1.
1884 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1886         * notes/copyright:
1887         * MAINTAINERS: Remove references to files that have been removed.
1889 2008-01-04  Glenn Morris  <rgm@gnu.org>
1891         * admin.el (set-copyright): Add lib-src/ebrowse.c.
1893 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1895         * CPP-DEFINES: New file.
1897 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1899         * FOR-RELEASE: Remove "window-system in face definition" [of
1900         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
1901         on gnus-dired.el.
1903 2007-12-05  Glenn Morris  <rgm@gnu.org>
1905         * admin.el (set-version): Handle configure.in.  Adapt for doc/
1906         directory layout for manuals.
1908 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1910         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
1911         been fixed in Gnus CVS but have not yet been synched to Emacs.
1913 2007-11-17  Glenn Morris  <rgm@gnu.org>
1915         * admin.el (process-lines): Move to ../lisp/subr.el.
1917 2007-10-23  Glenn Morris  <rgm@gnu.org>
1919         * MAINTAINERS: Move here from ../.
1921 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
1923         * make-emacs: Doc fix.
1925 2007-08-28  Glenn Morris  <rgm@gnu.org>
1927         * admin.el: Provide self.
1929 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
1931         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
1933 2007-07-25  Glenn Morris  <rgm@gnu.org>
1935         * Relicense all FSF files to GPLv3 or later.
1937 2007-06-07  Glenn Morris  <rgm@gnu.org>
1939         * admin.el (set-copyright): New function.
1941 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
1943         * make-tarball.txt: Add note about cutting the branch.
1945 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
1947         * Version 22.1 released.
1949 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
1951         * nt/makedist.bat: Change EOL format to DOS.  Don't use
1952         redirection characters in REM lines.
1954 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
1956         * FOR-RELEASE: Removed Gtk/Xft issue.
1958 2007-01-01  Miles Bader  <miles@gnu.org>
1960         * quick-install-emacs (get_config_var): Deal with weird magic
1961         string inserted by recent versions of autoconf.
1963 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
1965         * admin.el (set-version): Set version number in
1966         lib-src/makefile.w32-in.
1968 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
1970         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
1971         due to a local miss-configuration.
1973 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
1975         * make-announcement (OLD): Remove LEIM references in announcement
1976         since it is now built-in.
1978 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1980         * admin.el (set-version): Set version numbers in "mac" subdirectory.
1982 2006-10-03  Kenichi Handa  <handa@m17n.org>
1984         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
1986 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
1988         * FOR-RELEASE: Elisp manual checking completed.
1990 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
1992         * FOR-RELEASE: Update refcard section.
1994 2006-07-14  Kim F. Storm  <storm@cua.dk>
1996         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
1998 2006-07-09  Kim F. Storm  <storm@cua.dk>
2000         * README: Use outline format.  Add FOR-RELEASE.
2002 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
2004         * FOR-RELEASE: Checking of info.texi done.
2006 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
2008         * FOR-RELEASE: Update refcard section.
2010 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
2012         * FOR-RELEASE: Update refcard section.
2014 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
2016         * FOR-RELEASE: Key sequence elisp node done.
2018 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2020         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
2022 2006-05-21  Chong Yidong  <cyd@mit.edu>
2024         * FOR-RELEASE: point-entered /point-left bug fixed.
2026 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
2028         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
2029         entry.
2031 2006-05-06  Bill Wohler  <wohler@newt.com>
2033         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
2034         about it.
2036 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
2038         * ./* (Copyright): Updated Copyright year(s).
2040 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2042         * FOR-RELEASE (BUGS): Add URLs/MIDs.
2044 2006-02-20  Kim F. Storm  <storm@cua.dk>
2046         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
2047         Rework how fringe bitmaps are defined and used.
2048         Currently, bitmap usage and bitmap appearance are "mixed-up" in a
2049         one-level representation.  It would be cleaner to split the
2050         representation into a two-level model where first level maps
2051         bitmap usage to a bitmap name, and second level maps bitmap name to
2052         a bitmap appearance.
2054 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
2056         * FOR-RELEASE: String allocation bugs fixed.
2058 2005-12-13  Bill Wohler  <wohler@newt.com>
2060         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
2062 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2064         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
2065         completing-read-multiple, mail-extract-address-components,
2066         mail-mode, quail-define-package, save-buffer and
2067         ucs-set-table-for-input from doc strings item (Done).
2069 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2071         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
2073 2005-11-11  Kim F. Storm  <storm@cua.dk>
2075         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
2076         when displaying a non-breaking space in an overlay string.
2078 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2080         * FOR-RELEASE: Init file change implemented.
2082 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
2084         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
2086 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
2088         * FOR-RELEASE (New features): max-image-size implemented.
2089         (Bugs): split-window done, by Kim F. Storm.
2091 2005-10-17  Bill Wohler  <wohler@newt.com>
2093         * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
2094         since it's gone.  Also marked mh-e as done.
2096 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
2098         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
2099         libraries on Windows (Done).
2101 2005-10-01  Jason Rumney  <jasonr@gnu.org>
2103         * admin.el (set-version): Set version numbers in nt/emacs.rc.
2105 2005-08-31  Romain Francoise  <romain@orebokech.com>
2107         * FOR-RELEASE (New features): Remove vhdl-mode.el update
2108         item (Done).
2110 2005-08-27  Romain Francoise  <romain@orebokech.com>
2112         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
2114 2005-07-04  Lute Kamstra  <lute@gnu.org>
2116         Update FSF's address in GPL notices.
2118 2005-06-10  Lute Kamstra  <lute@gnu.org>
2120         * admin.el (set-version): Set version in lisp manual too.
2121         * make-tarball.txt: Commit lispref/elisp.texi too.
2123 2005-06-04  Richard M. Stallman  <rms@gnu.org>
2125         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
2126         Other cleanups.
2128 2005-04-19  Lute Kamstra  <lute@gnu.org>
2130         * make-tarball.txt: Don't commit lisp/loaddefs.el.
2132 2005-04-14  Lute Kamstra  <lute@gnu.org>
2134         * nt/makedist.bat (elfiles): Update.
2136         * admin.el (add-release-logs): Fix require call.
2138 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
2140         * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
2141         The first line of every tutorial must begin with a sentence saying
2142         "Emacs Tutorial" in the respective language.  This should be
2143         followed by "See end for copying conditions", likewise in the
2144         respective language.
2146 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
2148         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
2149         Add `undo-ask-before-discard' to it.
2151 2005-03-02  Miles Bader  <miles@gnu.org>
2153         * quick-install-emacs: Only use the mkdir --verbose option if the
2154         script's --verbose option was specified (this avoids problems with
2155         default usage on systems where mkdir doesn't support that option).
2157 2005-02-15  Jason Rumney  <jasonr@gnu.org>
2159         * nt/makedist.bat: Do not rely on non-standard behavior of
2160         tar --exclude.
2162 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
2164         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
2166 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
2168         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
2169         Elisp manuals.
2171 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
2173         * FOR-RELEASE (Indications): Clean up and update checklists for
2174         Emacs and Elisp manuals.
2176 2004-09-11  Kim F. Storm  <storm@cua.dk>
2178         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
2179         (Documentation): Add NEWS entry.
2180         Add section lists for proof-reading Emacs and Lisp manuals.
2182 2004-08-29  Kim F. Storm  <storm@cua.dk>
2184         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
2186 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
2188         * FOR-RELEASE (Indications): Remove entry about GTK and geometry
2189         (now behaves as well as other ports).
2191 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
2193         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
2195 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
2197         * FOR-RELEASE: Moved here from the etc directory.
2199 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
2201         * notes/BRANCH: New file, to be maintained per CVS branch.
2203 2003-10-01  Miles Bader  <miles@gnu.org>
2205         * quick-install-emacs: Don't use "function" keyword when defining
2206         shell functions.
2208 2003-09-29  Lute Kamstra  <lute@gnu.org>
2210         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
2212 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
2214         * quick-install-emacs: Remove fns-* pruning, since that file no
2215         longer seems to be generated.
2216         (AVOID): Quote literal periods.  Quote braces in a way acceptable
2217         to all parties (gawk gets bitchy about using `\').
2219 2003-08-19  Miles Bader  <miles@gnu.org>
2221         * quick-install-emacs: Add arch-specific ignored files to
2222         quick-install-emacs.  Use quoting for periods that's acceptable
2223         to recent versions of gawk.
2225 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
2227         * cus-test.el: Remove obsolete workaround.
2229 2003-04-22  Andrew Innes  <andrewi@gnu.org>
2231         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
2232         emacs.exe before zipping, and including batch file to recreate
2233         after unpacking.
2235         * nt/README-ftp-server: Update wording and version number etc.
2236         Add extra instructions for installing multi-file .zip
2237         distribution.
2239         * nt/README.W32: Remove personal email address and update wording.
2241         * nt/README-UNDUMP.W32: Remove personal email address and update
2242         wording.
2244 2003-02-10  Francesco Potortì  <pot@gnu.org>
2246         * make-changelog-diff: New script, code stolen from make-announcement.
2248         * make-announcement: Use make-changelog-diff.
2250 2003-01-20  Francesco Potortì  <pot@gnu.org>
2252         * make-tarball.txt: Step-by-step instructions for making a tarball.
2254         * make-announcement: A script for creating pretest announcements.
2256 2003-01-17  Francesco Potortì  <pot@gnu.org>
2258         * admin.el (add-release-logs): Expand the directory name before
2259         calling find(1).
2260         (add-release-logs): Use the same methods as add-log.el for writing
2261         the date and the user's name and address.
2263 2003-01-07  Miles Bader  <miles@gnu.org>
2265         * quick-install-emacs: Unset LANG etc. to avoid non-standard
2266         command output from non-C locales.
2268 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
2270         * cus-test.el: Extended and reorganized.  There are now 4 tests
2271         which can be run in batch mode.  See the Commentary section.
2273 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
2275         * cus-test.el: New file.
2277 2002-05-27  Miles Bader  <miles@gnu.org>
2279         * quick-install-emacs (VERSION): Calculate using the same method
2280         that configure.in uses.
2282 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
2284         * emacs-pretesters: New file with information for Emacs
2285         pretesters.
2287 2002-03-22  Paul Eggert  <eggert@twinsun.com>
2289         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
2290         POSIX 1003.1-2001 disallows both usages.
2292 2002-02-11  Andrew Innes  <andrewi@gnu.org>
2294         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
2296 2002-01-24  Andrew Innes  <andrewi@gnu.org>
2298         * nt/README.W32: Remove unnecessary version number and date
2299         references.
2301         * nt/README-UNDUMP.W32: Ditto.
2303 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
2305         * make-emacs: Add --trace-move.
2307 2001-10-23  Andrew Innes  <andrewi@gnu.org>
2309         * nt/makedist.bat: Remove remaining obsolete reference to
2310         GETTING.GNU.SOFTWARE.
2312 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
2314         * admin.el (set-version): Use `s' interactive spec for
2315         version number.
2317 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2319         * (Version 21.1 released.)
2321 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2323         * admin.el (add-release-logs): Put the log entry in lispref, too.
2325 2001-10-20  Miles Bader  <miles@gnu.org>
2327         * quick-install-emacs: Exit if we can't find some variable.
2328         (AVOID): Add .orig & .rej files.
2329         (get_config_var): Be more liberal about format of config.status
2330         sed commands.
2332 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
2334         * admin.el: New file.
2336         * build-configs: Add --help option.  Add support for building
2337         in arbitrary source trees.
2339 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
2341         * alloc-colors.c: New file.
2343 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
2345         * make-emacs: Add --boot switch for bootstrapping.  Logs to
2346         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
2348 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
2350         * Branch for 21.1.
2352 2001-09-04  Andrew Innes  <andrewi@gnu.org>
2354         * nt/makedist.bat: Remove reference to obsolete file
2355         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
2356         version of tar used.
2358 ;; Local Variables:
2359 ;; coding: utf-8
2360 ;; End:
2362   Copyright (C) 2001-2014 Free Software Foundation, Inc.
2364   This file is part of GNU Emacs.
2366   GNU Emacs is free software: you can redistribute it and/or modify
2367   it under the terms of the GNU General Public License as published by
2368   the Free Software Foundation, either version 3 of the License, or
2369   (at your option) any later version.
2371   GNU Emacs is distributed in the hope that it will be useful,
2372   but WITHOUT ANY WARRANTY; without even the implied warranty of
2373   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2374   GNU General Public License for more details.
2376   You should have received a copy of the GNU General Public License
2377   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.