* lisp/vc: Fix use of find-conflicted-file in Git.
[emacs.git] / admin / ChangeLog
blob70961a727a602f7ee396e9873f782a0b6eb1321b
1 2014-11-29  Paul Eggert  <eggert@cs.ucla.edu>
3         Lessen focus on ChangeLog files, as opposed to change log entries.
4         This is in preparation for generating the former automatically
5         from the latter.
6         * notes/bugtracker, notes/copyright, notes/newfile:
7         ChangeLog -> change log
8         * notes/changelogs: Remove, merging old contents to ...
9         * notes/repo: ... here.
11 2014-11-27  David Engster  <deng@randomsample.de>
13         * gitmerge.el: New file.
14         * notes/git-workflow: Add documentation for using it.
16 2014-11-27  Oscar Fuentes  <ofv@wanadoo.es>
18         * admin/CPP-DEFINES: Mention MINGW_W64.
20 2014-11-22  Glenn Morris  <rgm@gnu.org>
22         * admin.el (set-version): No more need to update nt/*.rc.
23         * authors.el (authors-renamed-files-alist): Add .rc.in files.
25 2014-11-13  Andreas Schwab  <schwab@suse.de>
27         * make-tarball.txt: Make annotated tag and push it out.
29 2014-11-11  Eric S. Raymond  <esr@thyrsus.com>
31         * make-tarball.txt, update-copyright, admin/notes/bugtracker,
32         admin/notes/tags, admin/update-copyright, admin/update_autogen:
33         admin/repo.notes: git transition.
35 2014-11-10  Eli Zaretskii  <eliz@gnu.org>
37         * unidata/Makefile.in (${top_srcdir}/src/macuvs.h):
38         Use unmsys--file-name.  (Bug#18955)
40 2014-11-10  Glenn Morris  <rgm@gnu.org>
42         * admin.el (set-version): No need to update doc/man/emacs.1.
44         * admin.el (set-version): No need to update etc/refcards/emacsver.tex.
45         (set-copyright): Update etc/refcards/emacsver.tex.in.
47         * admin.el (set-version): No need to update doc/emacs/emacsver.texi.
48         (make-manuals-dist-output-variables): Add top_srcdir.
49         (make-manuals-dist--1): Handle @version@ specially.
51 2014-11-09  Eric Ludlam <zappo@gnu.org>
53         * grammars/c.by (template-type): Add :template-specifier and
54         :typevar to capture extra details about the template.
55         (opt-post-fcn-modifiers): Splice in the found symbol into the
56         return value correctly.
57         (QUESTION): New punctuation.
58         (expression): Add ternary conditional support.
60         * grammars/scheme.by (MODULE): New token.
61         (scheme): Handle expanding the MODULE tag.
62         (scheme-list): Remove closeparen required match.
63         (scheme-in-list): Remove extraneous matches for DEFINE.
64         Add support for MODULE Simplify matching for code & make work.
65         (name-args, name-arg-list, name-arg-expand): Make it work.
67 2014-11-09  David Engster <dengste@eml.cc>
69         * grammars/c.by (opt-brackets-after-symbol): New.
70         (multi-stage-dereference): Use it.  Add rules for explicit
71         matching the last dereference.  We cannot just juse
72         'namespace-symbol' as a single rule, since this would match too
73         greedy and mess with parsing default values of variables.
75 2014-11-09  Glenn Morris  <rgm@gnu.org>
77         * admin.el (make-manuals-dist-output-variables)
78         (make-manuals-dist--1, make-manuals-dist): New.
79         Replaces doc/*/Makefile.in `dist' rules.
81 2014-11-04  Paul Eggert  <eggert@cs.ucla.edu>
83         Spelling fixes; tweak explanation of commit messages.
84         * notes/repo: Avoid "DVCS" acronym without first explaining it.
85         Mention using the first line of a ChangeLog as the topic line,
86         and that commit messages should use UTF-8.
88 2014-11-01  Eli Zaretskii  <eliz@gnu.org>
90         * notes/repo (Notes): Reword the stylistic guidance for commit log
91         messages so that they are in line with Emacs development practices
92         and style guidance.
94 2014-10-27  Eric S. Raymond  <esr@thyrsus.com>
96         * notes/bzr: Rename to notes/repo, reorganize to separate
97         VCS-dependent from VCS-independent stuff.  Add guidance about
98         commit-comment format under DVCSes.
100         * notes/BRANCH: Merged into notes/repo.
102 2014-10-20  Glenn Morris  <rgm@gnu.org>
104         * Merge in all changes up to 24.4 release.
106 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
108         * unidata/unidata-gen.el (unidata-prop-alist): New properties
109         'paired-bracket' and 'bracket-type', in support of the UBA 6.3.
110         (unidata-gen-table): Support PROP-IDX being a function.
111         (unidata-describe-bidi-bracket-type, unidata-gen-brackets-list)
112         (unidata-gen-bracket-type-list): New functions.
113         (unidata-check): Support checking the 'bracket-type' attribute.
114         (unidata-gen-files): Don't create backups for uni-*.el files.
116         * unidata/Makefile.in (${unidir}/charprop.el): Depend on
117         BidiMirroring.txt and BidiBrackets.txt.
119         * unidata/BidiBrackets.txt: New file, from Unicode.
121 2014-10-13  Glenn Morris  <rgm@gnu.org>
123         * authors.el (authors-aliases, authors-fixed-case)
124         (authors-obsolete-files-regexps): Additions.
125         (authors-no-scan-regexps): New constant.
126         (authors-no-scan-file-p): New function.
127         (authors): Respect authors-no-scan-file-p.
129 2014-10-12  Paul Eggert  <eggert@cs.ucla.edu>
131         Fix putenv race conditions with undefined behavior (Bug#8705).
132         * merge-gnulib (GNULIB_MODULES): Add time_r, since Emacs now
133         calls localtime_r and gmtime_r directly.
135 2014-10-07  Glenn Morris  <rgm@gnu.org>
137         * unidata/Makefile.in: Check for deleted uni- files.  (Bug#18489)
138         (all): Use unifiles rather than charprop.el.
139         (FORCE): New variable and phony rule.
140         (${unidir}/charprop.el): Respect FORCE.
141         (unifiles): New rule.
143         * unidata/Makefile.in (unidir): Rename from DSTDIR.  Change all uses.
144         (charprop.el, install): Remove rules.
145         (clean): Simplify.
147 2014-10-04  Glenn Morris  <rgm@gnu.org>
149         * authors.el (authors-renamed-files-alist): Add package-x-test.el
151 2014-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * unidata/unidata-gen.el (unidata-gen-table-word-list): Use alist-get
154         and cl-incf.
156 2014-09-08  Eli Zaretskii  <eliz@gnu.org>
158         * unidata/unidata-gen.el (unidata-check): Bring this function up
159         to date with the currently supported methods of generating Unicode
160         property tables.  Add a comment with a description how to invoke
161         the check.  Update the copyright years in the reference to the
162         Unicode data files we use.
164 2014-08-30  Paul Eggert  <eggert@cs.ucla.edu>
166         Vector-sorting fixes (Bug#18361).
167         * merge-gnulib (GNULIB_MODULES): Add vla.
169 2014-08-30  Eli Zaretskii  <eliz@gnu.org>
171         * authors.el (authors): Fix last change so it works for MS-Windows
172         as well.
174 2014-08-29  Michael Albinus  <michael.albinus@gmx.de>
176         * authors.el (authors): Use LOCALE argument of `string-collate-lessp'.
178 2014-08-28  Michael Albinus  <michael.albinus@gmx.de>
180         * authors.el (authors-aliases): Addition.
182 2014-08-26  Glenn Morris  <rgm@gnu.org>
184         * authors.el (authors-ignored-files, authors-valid-file-names)
185         (authors-renamed-files-alist): Additions.
186         (authors-renamed-files-alist): Revert 2014-08-09 change.
187         (authors): Sort authors in utf-8 order.  (Bug#2263)
189 2014-08-09  Reuben Thomas  <rrt@sc3d.org>
191         * notes/copyright: Remove mention of msdos/is_exec.c and
192         sigaction.c.
193         * authors.el (authors-renamed-files-alist): Remove is_exec.c.
195 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
197         * notes/exit-value: Remove specific discussion of VMS.
199 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
201         Refer to MS-DOS using the same name everywhere.
203         * FOR-RELEASE: ``MS-DOG'', ``MSDOG'' and ``msdog'' become
204         ``MS-DOS''.
205         * MAINTAINERS: ditto.
207 2014-07-14  Paul Eggert  <eggert@cs.ucla.edu>
209         Use binary-io module, O_BINARY, and "b" flag (Bug#18006).
210         * merge-gnulib (GNULIB_MODULES): Add binary-io.  It was already
211         present implicitly; this just makes the dependence explicit.
213 2014-06-30  Glenn Morris  <rgm@gnu.org>
215         * update_autogen: Find loaddefs targets rather than
216         parsing lisp/Makefile.in
218 2014-06-29  Glenn Morris  <rgm@gnu.org>
220         * update_autogen: Remove need to cd into/out of lisp/.
222         * grammars/Makefile.in (bootstrap-clean): Don't delete Makefile,
223         for sake of top-level maintainer-clean rule.
225 2014-06-26  Eli Zaretskii  <eliz@gnu.org>
227         * notes/unicode: Some notes about what to do when a new Unicode
228         version is imported.
230 2014-06-26  Glenn Morris  <rgm@gnu.org>
232         * authors.el: Move here from ../lisp/emacs-lisp.
234 2014-06-25  Glenn Morris  <rgm@gnu.org>
236         * grammars/Makefile.in (${bovinedir}/c-by.el, ${bovinedir}/make-by.el):
237         (${wisentdir}/js-wy.el, ${wisentdir}/python-wy.el):
238         Replace with pattern rules.
239         (${bovinedir}/scm-by.el, ${wisentdir}/javat-wy.el)
240         (${cedetdir}/srecode/srt-wy.el): Use $<.
242         * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): Make and load .elc.
243         (.el.elc): Replace with pattern rule.
244         (%.elc): New.
245         (unidata.txt): Use $<.
246         (compile): Remove.
247         (${DSTDIR}/charprop.el): Use order-only prereqs rather than a sub-make.
249         * unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo.
251 2014-06-21  Glenn Morris  <rgm@gnu.org>
253         * unidata/BidiMirroring.txt: Update to 7.0.0 (only comment changes).
254         * unidata/UnicodeData.txt: Update to 7.0.0.
255         * unidata/IVD_Sequences.txt: Update to 2014-05-16 version.
257 2014-06-21  Stephen Berman  <Stephen.Berman@gmx.net>
259         * notes/elpa: Use "git" instead of "bzr" in the name of machine to
260         clone the repository from.
262 2014-06-13  Glenn Morris  <rgm@gnu.org>
264         * unidata/Makefile.in (${DSTDIR}/charprop.el):
265         GNU make automatically passes command-line arguments to sub-makes.
267 2014-06-02  Paul Eggert  <eggert@cs.ucla.edu>
269         Include sources used to create macuvs.h.
270         * unidata/IVD_Sequences.txt: New file.
271         * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): New rule.
272         (all): Build it.
273         (extraclean): Remove it.
274         * unidata/README: Mention BidiMirroring.txt and IVD_Sequences.txt.
275         * unidata/copyright.html: Update to current version from Unicode
276         Consortium.
277         * unidata/uvs.el: Rename from ../mac/uvs.el.
278         (uvs-print-table-ivd): Output a header in the form that
279         unidata-gen.el generates.
281 2014-05-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
283         * mac/uvs.el: New file from Mac port.  Generates src/macuvs.h.
285 2014-05-17  Paul Eggert  <eggert@cs.ucla.edu>
287         Assume C99 or later (Bug#17487).
288         * merge-gnulib (GNULIB_MODULES): Remove stdarg, stdbool.
289         (GNULIB_TOOL_FLAGS): Avoid stdarg, stdbool.
291 2014-05-16  Paul Eggert  <eggert@cs.ucla.edu>
293         Don't require pkg-config when building from repository.
294         * merge-pkg-config: New script.
295         * notes/copyright: Update for m4/*.m4, in particular m4/pkg.m4.
297 2014-05-13  Paul Eggert  <eggert@cs.ucla.edu>
299         * merge-gnulib: Defer to autogen.sh for ACLOCAL_PATH computation.
301 2014-05-12  Glenn Morris  <rgm@gnu.org>
303         * find-gc.el: Move here from ../lisp/emacs-lisp.
305         * admin.el (set-version-in-file): Don't set identical version.
306         (set-version): Provide default version number.
307         (set-version, set-copyright): Give start/end messages.
309 2014-04-18  Paul Eggert  <eggert@cs.ucla.edu>
311         * notes/bzr: Update instructions for merging from gnulib.
312         Remove obsolete note about tramp.el and tramp-sh.el.
313         Change "emacs-23" to "emacs-24".
315 2014-04-11  Glenn Morris  <rgm@gnu.org>
317         * grammars/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
319 2014-03-22  Glenn Morris  <rgm@gnu.org>
321         * quick-install-emacs (AVOID): Remove testfile and test-distrib.
323 2014-03-21  Glenn Morris  <rgm@gnu.org>
325         * update_autogen: Auto-detect VCS in use.
326         (vcs): New variable.
327         (status, commit, main): Handle git.
329 2014-03-07  Paul Eggert  <eggert@cs.ucla.edu>
331         Fix oversight preventing lib/sys/types.h from being generated.
332         * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid sys_types.
334 2014-02-06  David Engster  <deng@randomsample.de>
336         * grammars/c.by (function-pointer): Correctly deal with anonymous
337         function pointers.
338         (opt-brackets-after-symbol): New.
339         (multi-stage-dereference): Use it.  Add rules for explicit
340         matching the last dereference.
342 2014-01-16  Eric S. Raymond  <esr@thyrsus.com>
344         * notes/commits: Add a 'graph on VCS-independent ways of
345         identifying commits and the desirability thereof.
347 2014-01-15  Paul Eggert  <eggert@cs.ucla.edu>
349         Fix copyright license notices for Adobe Unicode mapping files.
350         * charsets/mapfiles/README: The copied files are not compressed.
351         Check for copies as of today.
352         * charsets/mapfiles/stdenc.txt, charsets/mapfiles/symbol.txt:
353         Update from table version 0.2 (1999-03-30) to 1.0 (2011-07-12).
354         This doesn't change the table data, just copyright license notice.
355         The new notices are compatible with the GPL, the old ones were not.
357 2014-01-13  Glenn Morris  <rgm@gnu.org>
359         * update_autogen (status): New function.  Use throughout.
361 2014-01-10  Glenn Morris  <rgm@gnu.org>
363         * update_autogen: Fix sed bug that was losing the last AUTOGEN_VCS.
365 2014-01-04  Glenn Morris  <rgm@gnu.org>
367         * admin.el (manual-html-fix-node-div): Handle Texinfo 5's movable <hr>.
368         (manual-html-fix-index-2): Tweak Texinfo 5 table format.
369         Fix minor Texinfo 4 issue with start of detailed menu.
371 2014-01-03  Glenn Morris  <rgm@gnu.org>
373         * admin.el: More Texinfo 5 updates.
374         (manual-html-fix-headers): Tweak Texinfo 5 body.
375         (manual-html-fix-node-div): Treat "header" like "node".
376         (manual-html-fix-index-1): Handle Texinfo 5 top heading.
377         (manual-html-fix-index-2): Tweak Texinfo 5 listing tables.
379 2014-01-02  Xue Fuqiao  <xfq.free@gmail.com>
381         * check-doc-strings: Replace `perl -w' with `use warnings;'.
383 2013-12-30  Glenn Morris  <rgm@gnu.org>
385         * admin.el (manual-html-fix-headers, manual-html-fix-index-1):
386         Some updates for changes in Texinfo 5 output.
388 2013-12-29  Xue Fuqiao  <xfq.free@gmail.com>
390         * make-emacs:
391         * build-configs: Add the "use strict;" and "use warnings;" pragmas.
393 2013-12-28  Glenn Morris  <rgm@gnu.org>
395         * admin.el (cusver-scan): Warn about missing :types.
396         (cusver-check): Interactively, require existing directories.
398 2013-12-27  Xue Fuqiao  <xfq.free@gmail.com>
400         * admin.el (manual-misc-manuals, make-manuals, manual-pdf)
401         (cusver-find-files, cusver-new-version, cusver-scan)
402         (cusver-goto-xref, cusver-check): Doc fix.
403         (manual-html-node, cusver-check): Use `user-error'.
405 2013-12-24  Paul Eggert  <eggert@cs.ucla.edu>
407         Automate the procedure for updating copyright year.
408         * merge-gnulib (GNULIB_MODULES): Add update-copyright.
409         * notes/years: Mention admin/update-copyright.
410         * update-copyright: New file.
412 2013-12-24  Xue Fuqiao  <xfq.free@gmail.com>
414         * admin.el (add-release-logs, set-version-in-file, set-version)
415         (set-copyright): Use `user-error'.
417 2013-12-22  Eli Zaretskii  <eliz@gnu.org>
419         * unidata/unidata-gen.el (unidata-split-name): Don't give any NAME
420         to <control> characters: the Unicode Standard says they have no
421         name.  (Bug#16216)
422         (unidata-describe-bidi-class): Add new "isolate" classes
423         introduced by Unicode 6.3.
425 2013-12-12  David Engster  <deng@randomsample.de>
427         * grammars/c.by (expr-binop): Add MOD.
428         (variablearg): Add 'opt-assign'.
429         (variablearg, varnamelist): Add default values so that it can be
430         later expanded into the tag.
431         (opt-stuff-after-symbol): Rename to 'brackets-after-symbol' and
432         remove empty match.
433         (multi-stage-dereference): Adapt to above rename.
434         (unaryexpression): Use 'symbol' instead of 'namespace-symbol',
435         since the latter also leads to an empty match at the end which
436         would make this too greedy.
437         (variablearg-opt-name): Support parsing of function pointers
438         inside an argument list.
440 2013-12-12  Glenn Morris  <rgm@gnu.org>
442         * update_autogen (info_dir):
443         Use dir_top from build-aux/ rather than admin/.
445         * update_autogen: Add option to generate info/dir.
446         (Usage): Add -I.
447         (info_flag): New variable.
448         (-I): New option.
449         (doc): Maybe check its status.
450         (info_dir): New function.
451         * dir_top: New file.
453 2013-12-11  Paul Eggert  <eggert@cs.ucla.edu>
455         Remove the option of using libcrypto.
456         * merge-gnulib: Remove lib/gl_openssh.h and m4/gl-openssl.m4.
458 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
460         * unidata/unidata-gen.el (unidata-prop-alist): Update bidi-class
461         to include the new isolate-related classes introduced with Unicode
462         v6.3.
463         (unidata-encode-val): Accept an additional optional argument, a
464         warning message to emit when UnicodeData.txt defines bidi-class
465         values that are not in unidata-prop-alist.  Add a comment
466         explaining what should maintainers do if/when such a warning ever
467         appears.
468         (unidata-gen-table): Call unidata-encode-val with 3rd arg non-nil
469         when generating uni-bidi.el.
471 2013-12-01  Glenn Morris  <rgm@gnu.org>
473         * unidata/Makefile.in (${DSTDIR}/charprop.el):
474         Ensure output files are writable.
476 2013-11-30  Glenn Morris  <rgm@gnu.org>
478         * grammars/Makefile.in: Ensure output files are writable.
480 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
482         * charsets/mule-charsets.el: Rewritten to work in Emacs 23 and
483         later.  (Bug#16007)
485 2013-11-30  Glenn Morris  <rgm@gnu.org>
487         Stop keeping (most) generated cedet grammar files in the repository.
488         * grammars/README: Remove.
489         * grammars/Makefile.in: New file.
490         * grammars/c.by, grammars/java-tags.wy, grammars/js.wy:
491         * grammars/python.wy: Update declarations to match generated outputs.
493 2013-11-28  Glenn Morris  <rgm@gnu.org>
495         * unidata/unidata-gen.el (unidata-gen-files):
496         Disable autoloads in generated files.
498 2013-11-27  Glenn Morris  <rgm@gnu.org>
500         * unidata/Makefile.in (all, install, clean, bootstrap-clean)
501         (distclean, maintainer-clean): Declare as PHONY.
502         (compile, extraclean): New.
503         (${DSTDIR}/charprop.el): Depend on source files rather than
504         intermediate products.
506 2013-11-11  Glenn Morris  <rgm@gnu.org>
508         * unidata/BidiMirroring.txt, unidata/UnicodeData.txt: Update to 6.3.0.
510         * unidata/unidata-gen.el (unidata-gen-files):
511         Tweak whitespace in generated files.
513 2013-11-09  Glenn Morris  <rgm@gnu.org>
515         * unidata/unidata-gen.el (unidata-gen-files):
516         Fix deletion of existing output files after 2013-10-30 changes.
518 2013-11-07  Glenn Morris  <rgm@gnu.org>
520         * unidata/unidata-gen.el (unidata-gen-files):
521         Disable version-control in generated files.
522         Update Unicode Inc. copyright years.
524 2013-11-05  Glenn Morris  <rgm@gnu.org>
526         * update_autogen: Move here from ../autogen.
527         (usage): Update.  Remove -l, add -A.
528         (autogendir): New variable.
529         (ldefs_flag): Default to set.
530         (genfiles): Reduce to only ms-dos relevant files.
531         (main): Make checking autogen sources optional.
532         Make copying of autogen files optional.
534 2013-10-30  Glenn Morris  <rgm@gnu.org>
536         * unidata/unidata-gen.el (unidata-gen-files): Use pop.
537         Also take the output directory as an argument.
538         * unidata/Makefile.in: Simplify now that unidata-gen-files takes
539         the output directory as an argument (no need to cd, etc).
540         (abs_srcdir, abs_builddir): Remove.
541         (abs_top_builddir): Replace by top_builddir.
542         (${DSTDIR}/charprop.el): No need to cd.  Pass dest as argument.
543         (${DSTDIR}/charprop.el, charprop.el):
544         No need to pass unidata.txt as argument.
546         * unidata/unidata-gen.el (unidata--ensure-compiled): New function.
547         (unidata-gen-table-name, unidata-gen-table-decomposition)
548         (unidata-gen-files): Use unidata--ensure-compiled.
550         * unidata/Makefile.in (abs_srcdir): New, set by configure.
551         (${DSTDIR}/charprop.el, charprop.el): Update for srcdir not absolute.
552         (clean): Delete all .elc files.
553         (bootstrap-clean): New rule.
555 2013-10-23  Glenn Morris  <rgm@gnu.org>
557         * unidata/Makefile.in (emacs, ${DSTDIR}/charprop.el):
558         Quote entities that might contain whitespace.
560 2013-10-07  Paul Eggert  <eggert@cs.ucla.edu>
562         Improve support for popcount and counting trailing zeros (Bug#15550).
563         * merge-gnulib (GNULIB_MODULES): Add count-one-bits
564         and count-trailing-zeros.
566 2013-10-04  Paul Eggert  <eggert@cs.ucla.edu>
568         Use hardware support for byteswapping on glibc x86 etc.
569         * merge-gnulib (GNULIB_MODULES): Add byteswap.
571 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
573         * unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
574         for portability to hosts where /bin/sh has problems.
576 2013-08-27  Glenn Morris  <rgm@gnu.org>
578         * admin.el (manual-misc-manuals): Use INFO_COMMON rather than
579         INFO_TARGETS.  "faq" does not need special treatment any more.
581 2013-08-15  Glenn Morris  <rgm@gnu.org>
583         * make-tarball.txt: Mention generating pdfs in etc/refcards.
585 2013-08-15  Xue Fuqiao  <xfq.free@gmail.com>
587         * notes/hydra: More information about Hydra.
589 2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
591         * notes/hydra: New file.
593 2013-08-04  Paul Eggert  <eggert@cs.ucla.edu>
595         Fix some minor races in hosts lacking mkostemp (Bug#15015).
596         * merge-gnulib (GNULIB_MODULES): Add mkostemp.
598 2013-07-12  Glenn Morris  <rgm@gnu.org>
600         * admin.el (manual-style-string): Use non-abbreviated url.
602 2013-07-09  Paul Eggert  <eggert@cs.ucla.edu>
604         Port recent close-on-exec changes to Cygwin (Bug#14821).
605         * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid binary-io.
607         Handle error numbers a bit more reliably.
608         * merge-gnulib (GNULIB_MODULES): Remove ignore-value.
610 2013-07-07  Paul Eggert  <eggert@cs.ucla.edu>
612         Make file descriptors close-on-exec when possible (Bug#14803).
613         * merge-gnulib (GNULIB_MODULES): Add fcntl, pipe2.
614         (GNULIB_TOOL_FLAGS): Avoid binary-io, close.  Do not avoid fcntl.
616 2013-07-06  Glenn Morris  <rgm@gnu.org>
618         * admin.el (manual-misc-manuals): New function.
619         (make-manuals): Avoid hard-coding list of misc manuals.
620         Add the option to only make certain type(s) of output.
621         (manual-misc-html): Special-case ccmode and efaq.
622         (manual-html-mono, manual-html-node, manual-pdf, manual-ps):
623         Move creation of output directory here from make-manuals.
624         (manual-html-fix-index-2): Avoid dynamic reference to `f'.
626 2013-07-05  Glenn Morris  <rgm@gnu.org>
628         * admin.el (make-manuals): Use a standard location for lispintro.
629         Use a pdf/ subdirectory for pdf versions.
631 2013-06-29  Glenn Morris  <rgm@gnu.org>
633         * admin.el (make-manuals): Don't bother with txt or dvi any more.
634         (manual-txt): Remove.
635         (manual-pdf): Doc fix.
636         (manual-ps): Rename from manual-dvi.
637         (manual-pdf, manual-ps): Work in the directory with the texi file,
638         so that TeX intermediate files go there rather than to PWD.
640 2013-06-15  Xue Fuqiao  <xfq.free@gmail.com>
642         * notes/changelogs: Mention trivial changes in Change Log.
644 2013-06-13  Glenn Morris  <rgm@gnu.org>
646         * admin.el (manual-style-string): Use new file manual.css.
648 2013-06-02  Eric Ludlam  <zappo@gnu.org>
650         * grammars/srecode-template.wy (variable): Accept a single number
651         as a variable value.  Allows the 'priority' to be set to a number.
652         (wisent-srecode-template-lexer): Move number up so it can be created.
654 2013-05-16  Glenn Morris  <rgm@gnu.org>
656         * cus-test.el (cus-test-cus-load-groups): New function.
657         (cus-test-get-options): Add option to return groups.
658         (cus-test-noloads): Also check custom groups.
660 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
662         * quick-install-emacs: Don't prune DOC-* files a any more.
664 2013-05-14  Glenn Morris  <rgm@gnu.org>
666         * cus-test.el (cus-test-get-lisp-files): Ignore obsolete/.
667         (cus-test-libs): Fix let-binding of default-directory.
668         (cus-test-noloads): Load all libs for the comparison.
670 2013-05-11  Glenn Morris  <rgm@gnu.org>
672         * cus-test.el (cus-test-libs-noloads): Add a few more files.
673         (cus-test-load-libs, cus-test-opts):
674         Add option to load more/all Lisp files.
675         (cus-test-get-lisp-files): Ignore .*.el files.
677 2013-05-10  Glenn Morris  <rgm@gnu.org>
679         * cus-test.el (cus-test-libs-noloads): Add some files.
680         (cus-test-get-lisp-files): New function.
681         (cus-test-libs): Add option to load more/all Lisp files.
683 2013-05-09  Glenn Morris  <rgm@gnu.org>
685         * cus-test.el: No need to provide bbdb, bbdb-com any more.
686         (cus-test-libs-noloads): Add dunnet in the defvar.
687         (dunnet): Don't always load it.
688         (viper-mode): Only set if interactive.
689         (cus-test-load-custom-loads): Load dunnet if necessary.
690         (cus-test-load-1): New macro, with common code from cus-test-load-libs
691         and cus-test-libs.
692         (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro.
693         Update for cus-test-get-autoload-deps changed result.
694         (cus-test-get-autoload-deps): Simplify.  Return file names as they
695         appear in loaddefs.el (directory parts are needed now that not all
696         lisp subdirs are in load-path).
697         (cus-test-deps): Explicitly skip dunnet.
699 2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
701         Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
702         * merge-gnulib (GNULIB_MODULES): Add qacl.
703         (GNULIB_TOOL_FLAGS): Do not avoid errno.
705 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
707         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
708         * notes/unicode (etc/tutorials/TUTORIAL.ko, leim/quail/hanja.el)
709         (leim/quail/hanja3.el, leim/quail/symbol-ksc.el):
710         Now utf-8, not iso-2022-7bit.  Also, files that contain non-UTF-8
711         characters are now encoded in utf-8-emacs, not iso-2022-7bit.
713 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
715         * notes/unicode: Mention some more iso-2022-7bit files (Bug#13936).
717         Automate the build of ja-dic.el (Bug#13984).
718         * notes/unicode: ja-dic.el is now UTF-8.
720 2013-03-16  Glenn Morris  <rgm@gnu.org>
722         * admin.el (manual-pdf, manual-dvi): Pass -I to texi2pdf, texi2dvi.
724 2013-03-16  Glenn Morris  <rgm@gnu.org>
726         * admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG.
728 2013-03-13  Paul Eggert  <eggert@cs.ucla.edu>
730         File synchronization fixes (Bug#13944).
731         * CPP-DEFINES (BSD_SYSTEM, HAVE_FSYNC): Remove.
732         * merge-gnulib (GNULIB_MODULES): Add fsync, fdatasync.
734 2013-03-11  Paul Eggert  <eggert@cs.ucla.edu>
736         * notes/unicode: Improve notes about Emacs source file encoding.
738 2013-03-11  Glenn Morris  <rgm@gnu.org>
740         * admin.el (make-manuals): Add emacs-lisp-intro and some more
741         doc/misc manuals.
742         (manual-html-mono, manual-html-node, manual-txt):
743         Pass -I to makeinfo.
745 2013-03-10  Glenn Morris  <rgm@gnu.org>
747         * admin.el (add-release-logs): Use UTC for release date.
749 2013-03-09  Glenn Morris  <rgm@gnu.org>
751         * admin.el (add-release-logs): Provide interactive defaults.
752         Allow specification of the release date.  Don't exclude gnus/.
754 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
756         * notes/unicode: Add notes about Emacs source file encoding.
758 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
760         * grammars/java-tags.wy (CHAR): Remove "('\u0000' to '\uffff')"
761         from summary, as this causes javat-wy.el to contain both a null byte
762         and a byte sequence that is not valid UTF-8, which is inconvenient.
764 2013-03-03  Paul Eggert  <eggert@cs.ucla.edu>
766         * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
767         If there were a real need, it should be UTF-8 anyway.
769 2013-02-25  Paul Eggert  <eggert@cs.ucla.edu>
771         Simplify data_start configuration (Bug#13783).
772         * CPP-DEFINES (DATA_START, ORDINARY_LINK): Remove.
774 2013-02-11  Paul Eggert  <eggert@cs.ucla.edu>
776         Tune by using memchr and memrchr.
777         * merge-gnulib (GNULIB_MODULES): Add memrchr.
779 2013-02-01  Paul Eggert  <eggert@cs.ucla.edu>
781         Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
782         * merge-gnulib (GNULIB_MODULES): Add fdopendir, fstatat, readlinkat.
783         (GNULIB_TOOL_FLAGS): Do not avoid at-internal, openat-h.
784         Avoid dup, open, opendir.
786 2013-01-15  Dmitry Antipov  <dmantipov@yandex.ru>
788         * coccinelle/xsave.cocci: Semantic patch to adjust users of
789         XSAVE_POINTER and XSAVE_INTEGER macros.
791 2013-01-03  Glenn Morris  <rgm@gnu.org>
793         * check-doc-strings: Update for CVS->bzr, moved lispref/ directory.
795         * emacs-pretesters, make-announcement, make-changelog-diff:
796         Remove files.
798 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
800         Fix permissions bugs with setgid directories etc.  (Bug#13125)
801         * CPP-DEFINES (BSD4_2): Remove.
803 2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
805         Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
806         * merge-gnulib (GNULIB_MODULES): Add putenv, unsetenv.
808         Simplify get_lim_data.
809         * CPP-DEFINES (ULIMIT_BREAK_VALUE): Remove.
811 2012-12-03  Paul Eggert  <eggert@cs.ucla.edu>
813         Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
814         * CPP-DEFINES (SIGALRM, SIGCHLD, SIGHUP, SIGKILL, SIGPIPE, SIGQUIT):
815         Remove.
816         (SIGTRAP): Remove this one too, as config.h no longer defines it.
817         * merge-gnulib (GNULIB_MODULES): Add sig2str.
819 2012-11-24  Ken Brown  <kbrown@cornell.edu>
821         * CPP-DEFINES (HAVE_MOUSE): Remove.
823 2012-11-23  Paul Eggert  <eggert@cs.ucla.edu>
825         Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
826         * CPP-DEFINES (HAVE_CLOSEDIR, HAVE_DIRENT_H): Remove.
827         * notes/copyright: Adjust to src/ndir.h -> nt/inc/dirent.h renaming.
829 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
831         Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
832         * CPP-DEFINES (BROKEN_GETWD, HAVE_GETCWD, HAVE_GETWD, HAVE_SIZE_T)
833         (HAVE_UNISTD_H): Remove.
835 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
837         Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
838         * CPP-DEFINES (O_RDONLY, O_RDWR, HAVE_FCNTL_H): Remove.
839         * merge-gnulib (GNULIB_MODULES): Add fcntl-h.
841 2012-11-16  Paul Eggert  <eggert@cs.ucla.edu>
843         Remove no-longer-used pty_max_bytes variable.
844         * CPP-DEFINES (HAVE_FPATHCONF): Remove.
846 2012-11-14  Paul Eggert  <eggert@cs.ucla.edu>
848         Use faccessat, not access, when checking file permissions (Bug#12632).
849         * merge-gnulib (GNULIB_MODULES): Add faccessat.
850         (GNULIB_TOOL_FLAGS): Avoid at-internal, fchdir, malloc-posix,
851         openat-die, openat-h, save-cwd.  Do not avoid fcntl-h.
852         Omit gnulib's m4/fcntl-o.m4.
854 2012-11-05  Paul Eggert  <eggert@cs.ucla.edu>
856         Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
857         * CPP-DEFINES (HAVE_SETPGID, HAVE_SETSID, SETPGRP_RELEASES_CTTY):
858         Remove; obsolete.
860         Simplify by assuming __fpending.
861         * CPP-DEFINES (PENDING_OUTPUT_COUNT): Remove.
863 2012-11-03  Glenn Morris  <rgm@gnu.org>
865         * admin.el (set-copyright): Add msdos/sed2v2.inp.
867 2012-11-01  Paul Eggert  <eggert@cs.ucla.edu>
869         Fix data-loss with --batch (Bug#9574).
870         * merge-gnulib (GNULIB_MODULES): Add close-stream.
872 2012-10-12  Kenichi Handa  <handa@gnu.org>
874         * charsets/Makefile (JISC6226.map): Add missing mappings.
876 2012-10-11  Kenichi Handa  <handa@gnu.org>
878         * charsets/mapconv: Adjusted for the change of mapfiles/*.gz to
879         mapfiles/*.
881         * charsets/gb180302.awk: Handle 4-byte sequences in the input file.
883         * charsets/Makefile: Be sure to call mapconv script of the current
884         directory.  Adjusted for the change of mapfiles/*.gz to
885         mapfiles/*.
886         (SED_SCRIPT): New variable.
887         (jisx2131-filter): New target.
888         (JISX2131.map): Use jisx2131-filter to filter out characters added
889         for the 2004 year version.
890         (clear): Remove ${SED_SCRIPT} too.
892         * charsets/mapfiles/MULE-ethiopic.map,
893         charsets/mapfiles/MULE-ipa.map,
894         charsets/mapfiles/MULE-is13194.map,
895         charsets/mapfiles/MULE-lviscii.map,
896         charsets/mapfiles/MULE-sisheng.map,
897         charsets/mapfiles/MULE-tibetan.map,
898         charsets/mapfiles/MULE-uviscii.map: Fix typo.
900 2012-10-09  Glenn Morris  <rgm@gnu.org>
902         * admin.el (cusver-scan-cus-start): New function.
903         (cusver-check): Scan old cus-start.el.
905 2012-10-07  Glenn Morris  <rgm@gnu.org>
907         * admin.el (cusver-new-version): Set default.
908         (cusver-check): Improve interactive argument reading.
910 2012-10-06  Glenn Morris  <rgm@gnu.org>
912         * admin.el (cusver-new-version): New variable.
913         (cusver-scan): Check if containing group has a :version.
914         (cusver-check): Add VERSION argument.
916 2012-10-06  David Engster  <deng@randomsample.de>
918         * grammars/bovine-grammar.el:
919         * grammars/wisent-grammar.el: Move to lisp/cedet/semantic directory.
921 2012-10-01  David Engster  <deng@randomsample.de>
923         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
924         Remove.
925         (bovine-grammar-expand-form): Test for emacs-major-version.
927         * grammars/c.by: Add EXPLICIT to keyword tokens.
928         Add %provide token.
930         * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
931         was copied to grammar.el.  New %provide token to generate prefix
932         which conforms with Emacs conventions.  Remove lexer definition,
933         which is now in grammar.el.
935 2012-09-27  Glenn Morris  <rgm@gnu.org>
937         * admin.el (set-version): Set msdos.c's Vwindow_system_version.
939 2012-09-27  Paul Eggert  <eggert@cs.ucla.edu>
941         Check more robustly for timer_settime.
942         * merge-gnulib (GNULIB_MODULES): Add timer-time.
944 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
946         * unidata/BidiMirroring.txt:
947         * unidata/UnicodeData.txt: Update to Unicode 6.2.
949 2012-09-17  Glenn Morris  <rgm@gnu.org>
951         * admin.el (add-log-time-format): Declare.
953         * admin.el (cusver-scan, cusver-check): Bind local variables.
955         * admin.el (set-version): Set major version in
956         etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
957         (set-copyright): In etc/refcards, only change ru-refcard.tex
958         and emacsver.tex.
960         * admin.el (set-copyright): No more need to set copyrights for
961         nextstep, or .c files.  Add configure.ac and config.nt.
963 2012-09-16  Paul Eggert  <eggert@cs.ucla.edu>
965         Remove configure's --without-sync-input option (Bug#12450).
966         * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
968 2012-09-16  Glenn Morris  <rgm@gnu.org>
970         * admin.el (set-version): No more need to set nextstep versions.
971         (set-copyright): Update for moved nextstep files.
973 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
975         Simplify SIGIO usage (Bug#12408).
976         * CPP-DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
977         (BROKEN_SIGPTY, NO_TERMIO): Remove.
979 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
981         Simplify, document, and port floating-point (Bug#12381).
982         * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
984 2012-09-09  Paul Eggert  <eggert@cs.ucla.edu>
986         Assume C89 or later for math functions (Bug#12381).
987         * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
988         (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
990 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
992         Simplify redefinition of 'abort' (Bug#12316).
993         * CPP-DEFINES (NO_ABORT): Remove.
995 2012-08-28  Glenn Morris  <rgm@gnu.org>
997         * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
999 2012-08-28  Andreas Schwab  <schwab@linux-m68k.org>
1001         * charsets/mule-charsets.el (header): Fix typo.
1003 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1005         On assertion failure, print backtrace if available.
1006         * merge-gnulib (GNULIB_MODULES): Add execinfo.
1008 2012-08-16  Paul Eggert  <eggert@cs.ucla.edu>
1010         Use ASCII tests for character types.
1011         * merge-gnulib (GNULIB_MODULES): Add c-ctype.  This documents a
1012         new direct dependency; c-ctype was already being used indirectly
1013         via other gnulib modules.
1015 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1017         Use bool for Emacs Lisp booleans.
1018         * merge-gnulib (GNULIB_MODULES): Add stdbool.  This documents a
1019         new direct dependency; stdbool was already being used indirectly
1020         via other gnulib modules.
1022 2012-08-11  Glenn Morris  <rgm@gnu.org>
1024         * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
1026 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
1028         * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
1030 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
1032         Port to Solaris 8.
1033         * CPP-DEFINES (WRETCODE): Remove.
1035 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
1037         * coccinelle/overlay.cocci: Semantic patch to replace direct
1038         access to Lisp_Object members of struct Lisp_Overlay to MVAR.
1040 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
1042         * coccinelle/symbol.cocci: Semantic patch to replace direct
1043         access to Lisp_Object members of struct Lisp_Symbol to SVAR.
1045 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
1047         * coccinelle/process.cocci: Semantic patch to replace direct
1048         access to Lisp_Object members of struct Lisp_Process to PVAR.
1050 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
1052         * coccinelle/window.cocci: Semantic patch to replace direct
1053         access to Lisp_Object members of struct window to WVAR.
1055 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
1057         * coccinelle/frame.cocci: Semantic patch to replace direct
1058         access to Lisp_Object members of struct frame to FVAR.
1060 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
1062         Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
1063         * merge-gnulib: Add environ, stdalign.
1065 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
1067         * coccinelle/unibyte_string.cocci: Semantic patch to convert from
1068         make_unibyte_string to build_unibyte_string where appropriate.
1070 2012-07-17  Eli Zaretskii  <eliz@gnu.org>
1072         * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
1074 2012-07-17  Chong Yidong  <cyd@gnu.org>
1076         * Version 24.1 released.
1078 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
1080         Assume mkdir, perror, rename, rmdir, strerror.
1081         * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
1082         (HAVE_STRERROR, strerror):
1083         Remove.
1085 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
1087         * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
1088         to XCDR and consistently use CONSP in the list iteration loops.
1089         * coccinelle/vector_contents.cocci: Fix indentation.
1091 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1093         * bzrmerge.el: Use cl-lib.
1095 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1097         Rename configure.in to configure.ac (Bug#11603).
1098         * admin.el (set-version):
1099         * quick-install-emacs (VERSION):
1100         Get version number from configure.ac, not configure.in.
1102 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
1104         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
1105         * merge-gnulib (GNULIB_MODULES): Add c-strcase.
1107 2012-07-05  Dmitry Antipov  <dmantipov@yandex.ru>
1109         * coccinelle/xzalloc.cocci: Semantic patch to convert
1110         calls to xmalloc with following memset to xzalloc.
1112 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
1114         * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
1116 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
1118         * coccinelle/build_string.cocci: Semantic patch
1119         to convert from make_string to build_string.
1121 2012-06-24  Dmitry Antipov  <dmantipov@yandex.ru>
1123         First Coccinelle semantic patch.
1124         * coccinelle: New subdirectory
1125         * coccinelle/README: Documentation stub.
1126         * coccinelle/vector_contents.cocci: Semantic patch to replace direct
1127         access to `contents' member of Lisp_Vector objects with AREF and ASET
1128         where appropriate.
1130 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1132         Support higher-resolution time stamps (Bug#9000).
1133         * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
1134         gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
1135         timespec-sub, utimens.
1136         (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
1137         This trims down the gnulib import, from the very latest gnulib.
1138         Emacs does its own implementation of 'select' and 'sigprocmask'
1139         on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
1140         hosts, so it doesn't need these modules.
1141         Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
1142         these gnulib modules are only for Windows porting and Emacs ports
1143         to Windows in a different way.
1145 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
1147         * make-emacs: Rename --union-type to --check-lisp-type.
1148         Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
1149         * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
1150         USE_LISP_UNION_TYPE.
1152 2012-06-03  Glenn Morris  <rgm@gnu.org>
1154         * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
1156 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
1158         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
1159         * make-tarball.txt: Don't worry about maintainer mode.
1161 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
1163         * CPP-DEFINES: Remove HAVE_SYSINFO.
1165 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1167         Assume gnulib does largefile.
1168         * merge-gnulib (GNULIB_MODULES): Add largefile.
1170 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1172         Remove src/m/*.
1173         * CPP-DEFINES: Do not mention src/m/*.h.
1174         (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
1175         (BITS_PER_SHORT, BITS_PER_INT): Remove.
1176         * MAINTAINERS: Remove src/m/.
1178 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
1180         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
1181         * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
1183         Assume C89 or later.
1184         * CPP-DEFINES: Remove NULL, const.
1186         Make merging from gnulib a script, not a makefile action.
1187         * merge-gnulib: New script, with actions moved here from
1188         ../Makefile.in.
1190 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
1192         * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
1194         * CPP-DEFINES (HAVE_FTIME): Remove.
1196 2012-05-02  Glenn Morris  <rgm@gnu.org>
1198         * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
1200 2012-04-10  Glenn Morris  <rgm@gnu.org>
1202         * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
1204         * unidata/Makefile.in: Add FSF copyright.
1205         Make it use autoconf features, and work for out-of-tree builds.
1207 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
1209         * unidata/README:
1210         * unidata/copyright.html:
1211         * unidata/BidiMirroring.txt:
1212         * unidata/UnicodeData.txt: Update for the latest version 6.1 of
1213         the Unicode Standard.
1215 2012-02-16  Kenichi Handa  <handa@m17n.org>
1217         * unidata/unidata-gen.el (unidata-prop-alist): Change the default
1218         values of name and old-name to nil.
1219         (unidata-get-name): Return nil for the default value.
1221 2012-02-11  Glenn Morris  <rgm@gnu.org>
1223         * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
1224         (cusver-check): New functions.
1226 2012-01-19  Glenn Morris  <rgm@gnu.org>
1228         * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
1229         "skip?" question, since there can be multiple such for any revision.
1231 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
1233         * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
1234         updated and checked.
1236 2011-11-26  Andreas Schwab  <schwab@linux-m68k.org>
1238         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
1239         Avoid warning about old-style backquote.
1241         * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
1242         in regexp.
1243         (wisent-make-parsers): Likewise.  Quote `.'.
1245         * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
1246         in regexp.
1247         (bovine-make-parsers): Likewise.  Quote `.'.
1249 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
1251         * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
1253 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1255         * admin.el (manual-dvi): Fix typo.
1257 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
1259         * nt/README-ftp-server: Update the information about PNG libraries.
1261 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1263         * make-emacs: Fix typo.
1265 2011-11-07  Juanma Barranquero  <lekktu@gmail.com>
1267         * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
1269 2011-10-31  David Engster  <deng@randomsample.de>
1271         * grammars/bovine-grammar.el: Avoid using old-style backquotes.
1273 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
1275         * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
1276         running Emacs on Windows 9X.
1278 2011-09-26  Chong Yidong  <cyd@stupidchicken.com>
1280         * admin.el (set-version): Fix regexps for config.nt and
1281         sed2v2.inp.
1283 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1285         Merge from gnulib (Bug#9169).
1286         * notes/copyright: The files compile, config.guess, config.sub,
1287         depcomp, install-sh, missing, and move-if-change are now in the
1288         new build-aux subdirectory.  The files arg-nonnull.h, c++defs.h,
1289         and warn-on-use.h are now in build-aux/snippets.  New file
1290         build-aux/snippets/_Noreturn.h.
1292 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
1294         * unidata/unidata-gen.el (unidata-prop-alist): Update the default
1295         values of bidi-class according to DerivedBidiClass.txt from the
1296         latest UCD.
1298 2011-08-23  Kenichi Handa  <handa@m17n.org>
1300         * unidata/unidata-gen.el (unidata-prop-alist): Provide default
1301         values for name, general-category, canonical-combining-class,
1302         mirrored, and bidi-class.  Describe the meaning of value nil for
1303         decimal-digit-value, digit-value, numeric-value, uppercase,
1304         lowercase, titlecase, and mirroring.
1305         (unidata-gen-table): Handle the case that default-value is a
1306         list.  Set default values of characters not listed in a table.
1307         (unidata-get-name): Return an empty string if a value in a
1308         char-table is nil.
1309         (unidata-get-decomposition): Return a list of character itself if
1310         a value in a char-table is nil.
1312 2011-08-15  Eli Zaretskii  <eliz@gnu.org>
1314         * unidata/bidimirror.awk: File removed.
1316         * unidata/biditype.awk: File removed.
1318         * unidata/makefile.w32-in (all): Remove src/biditype.h and
1319         src/bidimirror.h.
1320         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
1322         * unidata/Makefile.in (all): Remove src/biditype.h and
1323         src/bidimirror.h.
1324         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
1326 2011-07-07  Juanma Barranquero  <lekktu@gmail.com>
1328         * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
1329         Duplicate change in Makefile.in (2011-07-06T22:43:48Z!handa@m17n.org).
1331 2011-07-06  Kenichi Handa  <handa@m17n.org>
1333         * unidata/unidata-gen.el (unidata-dir): New variable.
1334         (unidata-setup-list): Expand unidata-text-file in unidata-dir.
1335         (unidata-prop-alist): INDEX element may be a function.
1336         New optional element VAL-LIST (for general-category and bidi-class).
1337         New entry `mirroring'.
1338         (unidata-prop-default, unidata-prop-val-list): New subst.
1339         (unidata-get-character, unidata-put-character): Delete them.
1340         (unidata-gen-table-character): New arg IGNORE.  Adjusted for the
1341         above changes.
1342         (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
1343         (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
1344         Delete them.
1345         (unidata-encode-val): Assume that the first element of VAL-LIST is
1346         a cons (nil . 0).
1347         (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
1348         Always store the encoded value.
1349         (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
1350         Set the 1st and the 2nd extra slots to index numbers for C
1351         functions.
1352         (unidata-gen-table-integer): Likewise.
1353         (unidata-gen-table-numeric): Likewise.
1354         (unidata-gen-table-name): New arg IGNORE.
1355         (unidata-gen-table-decomposition): Likewise.
1356         (unidata-describe-general-category): Add the case nil to the
1357         description alist.
1358         (unidata-gen-mirroring-list): New function.
1359         (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
1360         unidata-prop-alist.  Handle the case of storing multiple
1361         char-tables in a file.
1363         * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
1364         unidata-gen-files.
1366 2011-05-21  Glenn Morris  <rgm@gnu.org>
1368         * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
1370 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1372         * Version 23.3 released.
1374 2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
1376         * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
1378 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1380         * notes/copyright: Remove src/md5.c and src/md5.h as special cases.
1382 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1384         * admin.el (set-version): Add msdos/sed2v2.inp.
1386 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1388         Remove no-longer needed getloadavg symbols.
1389         * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE)
1390         (LDAV_SYMBOL): Remove.
1391         * notes/copyright: Remove src/getloadavg.c as a special case.
1393 2011-02-12  Glenn Morris  <rgm@gnu.org>
1395         * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
1397 2011-02-05  Glenn Morris  <rgm@gnu.org>
1399         * bzrmerge.el (bzrmerge-warning-buffer): New constant.
1400         (bzrmerge-apply): Use it.
1401         (bzrmerge): Kill any old warning buffer first.
1403 2011-02-03  Glenn Morris  <rgm@gnu.org>
1405         * bzrmerge.el (bzrmerge-buffer): New constant.
1406         (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
1407         (bzrmerge-missing): If nothing to do, return nil not (nil).
1408         (bzrmerge-apply): Remove odd character from message.
1409         (bzrmerge): Give status messages.
1411 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
1413         * admin.el (set-version): Remove lib-src/makefile.w32-in.
1414         Add nt/config.nt.
1416 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1418         src/emacs.c now gets version number from configure.in
1419         * admin.el (set-version): Don't update src/emacs.c.
1420         * quick-install-emacs (VERSION): Get it from configure.in, not from
1421         src/emacs.c.
1423 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
1425         strftime: import from gnulib
1426         * notes/copyright: strftime.c moved from src to lib.
1428 2011-01-25  Glenn Morris  <rgm@gnu.org>
1430         * bzrmerge.el (bzrmerge-skip-regexp): New variable.
1431         (bzrmerge-missing): Use it.
1433 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1435         * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
1436         rather than doing rm and autoconf by hand.  See
1437         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
1439 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1441         * notes/bzr (Installing changes from gnulib): New section.
1442         Need for this suggested by Stefan Monnier.
1444 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1446         * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
1447         an inconsistent state.
1449 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1451         Update copyright notes to match recent gnulib-related changes.
1452         * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
1453         arg-nonnull.h, c++defs.h, compile, depcomp, missing,
1454         warn-on-use.h, lib/*.[ch], lib/gnulib.mk.  Remove src/mktime.c,
1455         lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
1456         are subsumed by the lib/*.[ch] rule).  Remove m4/getopt.m4 (now
1457         subsumed by m4/*.m4 rule).  config.guess, config.sub, and
1458         doc/man/texinfo.tex are now copied in from gnulib.
1460 2011-01-15  Glenn Morris  <rgm@gnu.org>
1462         * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
1464         * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
1465         (bzrmerge-resolve): Also ignore cl-loaddefs.el.
1467 2011-01-14  Glenn Morris  <rgm@gnu.org>
1469         * admin.el (set-copyright): Also handle \year in refcards/*.tex.
1471 2011-01-14  Glenn Morris  <rgm@gnu.org>
1473         * bzrmerge.el: Require cl when compiling.
1474         (bzrmerge-merges): Doc fix.
1476 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
1478         * notes/copyright: There's only one install-sh, not two, so fix a
1479         typo claiming that there's two.  Add move-if-change to the list of
1480         GPL files imported from gnulib.
1482 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
1484         * notes/copyright: Report status more accurately for non-GPL files.
1485         Report copyright status more accurately for mkinstalldirs,
1486         configure, m4/getopt.m4, and msdos/sed*.inp.
1488 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1490         * nt/README.W32: Update the information about PNG support libraries.
1491         (Bug#7716)
1493 2010-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1495         * bzrmerge.el: New file to help merge branches while skipping
1496         some revisions (e.g. from emacs-23 to trunk).
1498 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1500         * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
1502 2010-10-12  Glenn Morris  <rgm@gnu.org>
1504         * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
1506 2010-10-09  Glenn Morris  <rgm@gnu.org>
1508         * admin.el (set-version): Add doc/emacs/emacsver.texi.
1510 2010-10-09  Glenn Morris  <rgm@gnu.org>
1512         * admin.el (set-version): No need to act on doc/ files any more.
1514         * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
1516 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
1518         * unidata/BidiMirroring.txt: Update from
1519         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
1521         * unidata/UnicodeData.txt: Update from
1522         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
1524 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
1526         * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
1528 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
1530         * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
1532 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
1534         * admin.el: Write version number to nt/makefile.w32-in.
1535         * nt/makedist.bat: Remove; replaced with `zipdist.bat'
1536         in the nt/ directory.
1537         * nt/README.W32: Relocate to nt/ directory.
1539 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
1541         * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
1543 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
1545         * MAINTAINERS: Update my responsibilities.
1547 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
1549         * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
1550         (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
1551         Remove.
1553 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
1555         * unidata/bidimirror.awk: New file.
1557         * unidata/BidiMirroring.txt: New file from
1558         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
1560         * unidata/Makefile.in (../../src/bidimirror.h): New target.
1561         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1563         * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
1564         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1566         * unidata/biditype.awk: New file.
1568         * unidata/Makefile.in (../../src/biditype.h): New target.
1570         * unidata/makefile.w32-in (../../src/biditype.h): New target.
1572 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1574         * unidata/UnicodeData.txt: Update from
1575         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
1577 2010-05-27  Glenn Morris  <rgm@gnu.org>
1579         * quick-install-emacs (AVOID): No more Makefile.c files.
1581         * notes/cpp: Remove file.
1583 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
1585         * admin.el (set-version, set-copyright): Update emacs.c instead of
1586         version.el.
1588         * make-tarball.txt: Update filename list in step 6.
1590         * quick-install-emacs: Scan emacs.c instead of version.el for
1591         version string.
1593 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1595         * Version 23.2 released.
1597 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
1599         * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
1601 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1603         * Branch for 23.2.
1605 2010-03-10  Miles Bader  <miles@gnu.org>
1607         * quick-install-emacs: Use more portable shell syntax.
1609         * quick-install-emacs (AVOID): Be more picky about files we avoid
1610         installing.
1612 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1614         * quick-install-emacs (PRUNED): Fix typo in message.
1616 2010-01-20  Glenn Morris  <rgm@gnu.org>
1618         * revdiff: Remove file that only works with CVS, and isn't really
1619         needed with Bazaar (given the in-built revision options of bzr diff).
1621 2010-01-12  Glenn Morris  <rgm@gnu.org>
1623         * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
1624         than emacs-pretest-bug for bug reports for development versions.
1626 2009-11-06  Kenichi Handa  <handa@m17n.org>
1628         * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
1629         that the block data and the following per-char data fall into the
1630         same char-table leaf.
1632 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
1634         * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
1636 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
1638         * unidata/.gitignore: New file.
1640 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
1642         * notes/bugtracker: How to reassign a bug to a list of packages.
1644         * notes/newfile: Details of how to check for problems with DOS 8+3
1645         file-name restrictions.
1647 2009-08-18  Glenn Morris  <rgm@gnu.org>
1649         * notes/newfile: New file.
1651 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
1653         * make-tarball.txt: Add a note about bumping the value of
1654         customize-changed-options-previous-release.
1656 2009-06-24  Kenichi Handa  <handa@m17n.org>
1658         * charsets/mapconv: For the Unicode format files, do reverse sort
1659         and don't compact the map.  This is to prefer the first one in the
1660         duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
1662 2009-06-12  Kenichi Handa  <handa@m17n.org>
1664         * charsets/Makefile (JISX213A.map): Make it depend on
1665         mapfiles/JISX213A.map.gz.
1666         (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
1668         * charsets/mapfiles/JISX213A.map.gz: New file.
1670         * charsets/mapfiles/README: Describe JISX213A.map.gz.
1672 2009-06-12  Kenichi Handa  <handa@m17n.org>
1674         * charsets/mapfiles/*: New files.
1676         * charsets/mule-charsets.el: Mostly re-written to generate all
1677         MULE-*.map files.
1679         * charsets/mapconv: Mostly re-written to handle "gzip"ed input
1680         files.
1682         * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
1683         EUC-JP-MS.
1685         * charsets/cp51932.awk (END): Print arch-tag at the tail.
1687         * charsets/Makefile: Maps depend on files under mapfiles or
1688         ${GLIBC_CHARMAPS}.
1690 2009-04-21  Kenichi Handa  <handa@m17n.org>
1692         * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
1693         change.
1695 2009-04-17  Kenichi Handa  <handa@m17n.org>
1697         * unidata/unidata-gen.el (unidata-get-decomposition):
1698         Adjust Hangle decomposition rule to Unicode.
1700 2009-04-09  Kenichi Handa  <handa@m17n.org>
1702         * unidata/unidata-gen.el (unidata-describe-decomposition):
1703         Return a string with a composition property to disable combining
1704         characters being composed.
1706 2009-03-11  Miles Bader  <miles@gnu.org>
1708         * quick-install-emacs: Be more clever about locating info directory.
1710 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
1712         * nt/README.W32: Fix typos.
1714 2009-02-23  Jason Rumney  <jasonr@gnu.org>
1716         * nt/README-ftp-server: Update for 23.0.91.
1718         * nt/README.W32: Remove ever expanding versions of Windows.
1719         Shorten FAQ URL.  Remove mention of obsolete lock directory.
1720         Windows distribution now bin and barebin only.  Add note about
1721         SVG support.  Remove old tar and gzip problem workarounds.
1722         Use new (22.x) -Q option.  Report all bugs through bug tracker.
1724         * nt/README-UNDUMP.W32: Modify for barebin distribution, as
1725         undumped distribution no longer exists.
1727 2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
1729         * nt/README.W32: Fix typo.  (Bug#2207)
1731 2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
1733         * admin.el (set-version): Remove deleted file ns-emacs.texi.
1735 2008-12-02  Kenichi Handa  <handa@m17n.org>
1737         * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
1738         `decomposition' property adjusted.
1739         (unidata-split-decomposition): Don't include surrounding "<" and
1740         ">" in a symbol name.
1742 2008-12-01  Kenichi Handa  <handa@m17n.org>
1744         * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
1745         property generator to unidata-gen-table-numeric.  Docstring adjusted.
1746         (unidata-get-numeric, unidata-put-numeric)
1747         (unidata-gen-table-numeric): New functions.
1748         (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
1750 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
1752         * notes/documentation: Add notes about Antinews.
1754 2008-10-23  Glenn Morris  <rgm@gnu.org>
1756         * admin.el (set-version): Add doc/misc/ns-emacs.texi.
1757         Add/tweak some nextstep/ entries.
1759 2008-09-19  Kenichi Handa  <handa@m17n.org>
1761         * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
1762         positions.
1764 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
1766         * CPP-DEFINES: Add USER_FULL_NAME.
1768 2008-08-16  Jason Rumney  <jasonr@gnu.org>
1770         * admin.el (set-version): Set version in nt/emacsclient.rc.
1772 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
1774         * nt/dump.bat: Fix mixed EOLs.
1776 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
1778         * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
1780 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
1782         * CPP-DEFINES: Add defines for accessing system processes.
1784 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1786         * make-tarball.txt:
1787         * admin.el:
1788         * FOR-RELEASE:
1789         * CPP-DEFINES: Remove mentions of Mac Carbon.
1791 2008-07-16  Glenn Morris  <rgm@gnu.org>
1793         * admin.el (set-version, set-copyright): Add nextstep/ files.
1795 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
1797         * CPP-DEFINES: Add NS port related defines.
1799 2008-06-16  Glenn Morris  <rgm@gnu.org>
1801         * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
1802         doc/lispref/book-spine.texinfo.
1804 2008-06-15  Glenn Morris  <rgm@gnu.org>
1806         * admin.el (set-version): Add doc/misc/faq.texi.
1808 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
1810         * FOR-RELEASE: Remove Windows problem about the XPM image library
1811         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
1813 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
1815         * unidata/UnicodeData.txt: Update to Unicode 5.1.
1817 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
1819         * unidata/unidata-gen.el (unidata-prop-alist):
1820         Fix typo in description of `numeric-value'.
1821         (unidata-put-character): Fix typo in error message.
1823 2008-02-21  Glenn Morris  <rgm@gnu.org>
1825         * notes/unicode, notes/font-backend: New files, split off from
1826         README.unicode.
1828 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
1830         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
1831         being used in latin1-disp.el.  Remove the problem of
1832         cp-supported-codepages.  Remove the problem of lost changelog for
1833         ps-prin1.ps.
1835 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
1837         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
1838         non-portable in this context.
1840         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
1841         non-portable in this context.
1843 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
1845         * unidata/makefile.w32-in (lisp): New variable.
1846         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
1847         lisp/emacs-lisp.
1849 2008-02-04  Jason Rumney  <jasonr@gnu.org>
1851         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
1853 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
1855         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
1857 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
1859         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
1861         * unidata/Makefile.in: Rename from Makefile.
1863         * unidata/makefile.w32-in: New file.
1865 2008-02-02  Jason Rumney  <jasonr@gnu.org>
1867         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
1869 2008-02-01  Kenichi Handa  <handa@m17n.org>
1871         * unidata/copyright.html: New file.
1873 2008-02-01  Kenichi Handa  <handa@m17n.org>
1875         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
1876         decomposition, if T is the same as TBase, don't include it in the
1877         returned list.
1879 2008-02-01  Kenichi Handa  <handa@m17n.org>
1881         * unidata/unidata-gen.el (unidata-text-file): Delete it.
1882         (unidata-list): Initialize to nil.
1883         (unidata-setup-list): New function.
1884         (unidata-gen-files): New optional arg unidata-text-file.
1885         If it's nil, set unidata-text-file to the left command line arg.
1886         Call unidate-setup-list at first.
1888         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
1889         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
1891 2008-02-01  Kenichi Handa  <handa@m17n.org>
1893         * unidata/unidata-gen.el: Fix comment typo.
1894         Change string-to-int to string-to-number.
1895         (unidata-text-file): Define to .../unidata.txt.
1896         (unidata-list): Just insert unidata-text-file.
1897         (unidata-get-decomposition): Handle Hangul decomposition.
1898         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
1900         * unidata/Makefile (unidata.txt): New target.
1901         (charprop.el): Depends on unidata.txt.
1902         (clean): Remove unidata.txt.
1904 2008-02-01  Kenichi Handa  <handa@m17n.org>
1906         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
1907         (unidata-get-name): Handle U+110B.
1909 2008-02-01  Kenichi Handa  <handa@m17n.org>
1911         Sub-directory `unidata' is for codes to generate charprop.el and
1912         many other uni-*.el files from `UnicodeData.txt'.
1914         * unidata/README: New file.
1916         * unidata/Makefile: New file.
1918         * unidata/unidata-gen.el: New file.
1920         * unidata/UnicodeData.txt: New file.  Copied from
1921         http://www.unicode.org on 2006-05-23.
1923         * unidata/.cvsignore: New file.
1925 2008-02-01  Kenichi Handa  <handa@m17n.org>
1927         * charsets/.cvsignore: New file.
1929         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
1931         * charsets/Makefile (all): Rename target from charsets.
1932         Depend on ${TRANS_TABLE}.
1933         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
1934         Generate from cns2ucsdkw.txt.
1935         (install): Copy updated files only.
1937 2008-02-02  Kenichi Handa  <handa@m17n.org>
1939         * charsets/cp932.awk: Append user-defined area of CP932.
1941 2008-02-02  Kenichi Handa  <handa@m17n.org>
1943         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1944         0x2299 to 0x29BF.
1946 2008-02-01  Kenichi Handa  <handa@m17n.org>
1948         * charsets/Makefile (TRANS_TABLE): New macro.
1949         (JISX0208.map): Convert 0x2015 to 0x2014.
1950         (cp51932.el): New target.
1951         (eucjp-ms.el): New target.
1952         (install): Include ${TRANS_TABLE}.
1953         (CJK): Include JISX213A.map.
1954         (JISX213A.map): New target.
1956         * charsets/eucjp-ms.awk: New file.
1958         * charsets/cp51932.awk: New file.
1960 2008-02-01  Kenichi Handa  <handa@m17n.org>
1962         * charsets/cp932.awk: New file.
1964         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
1966         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1967         running an awk program.
1969 2008-02-01  Kenichi Handa  <handa@m17n.org>
1971         * charsets/mapconv: Handle UNICODE2.
1973         * charsets/Makefile (CJK): Include CP932-2BYTE.map.
1974         (CP932-2BYTE.map): New target.
1976 2008-02-01  Kenichi Handa  <handa@m17n.org>
1978         * charsets: New directory for scripts to generate charset map
1979         files in ../etc/charsets/.
1981         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
1982         * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
1983         * charsets/kuten.awk: New files.
1985 2008-01-08  Glenn Morris  <rgm@gnu.org>
1987         * admin.el (set-version): Add doc/man/emacs.1.
1989 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1991         * notes/copyright:
1992         * MAINTAINERS: Remove references to files that have been removed.
1994 2008-01-04  Glenn Morris  <rgm@gnu.org>
1996         * admin.el (set-copyright): Add lib-src/ebrowse.c.
1998 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2000         * CPP-DEFINES: New file.
2002 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2004         * FOR-RELEASE: Remove "window-system in face definition" [of
2005         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
2006         on gnus-dired.el.
2008 2007-12-05  Glenn Morris  <rgm@gnu.org>
2010         * admin.el (set-version): Handle configure.in.  Adapt for doc/
2011         directory layout for manuals.
2013 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
2015         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
2016         been fixed in Gnus CVS but have not yet been synched to Emacs.
2018 2007-11-17  Glenn Morris  <rgm@gnu.org>
2020         * admin.el (process-lines): Move to ../lisp/subr.el.
2022 2007-10-23  Glenn Morris  <rgm@gnu.org>
2024         * MAINTAINERS: Move here from ../.
2026 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
2028         * make-emacs: Doc fix.
2030 2007-08-28  Glenn Morris  <rgm@gnu.org>
2032         * admin.el: Provide self.
2034 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
2036         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
2038 2007-07-25  Glenn Morris  <rgm@gnu.org>
2040         * Relicense all FSF files to GPLv3 or later.
2042 2007-06-07  Glenn Morris  <rgm@gnu.org>
2044         * admin.el (set-copyright): New function.
2046 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
2048         * make-tarball.txt: Add note about cutting the branch.
2050 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2052         * Version 22.1 released.
2054 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2056         * nt/makedist.bat: Change EOL format to DOS.  Don't use
2057         redirection characters in REM lines.
2059 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
2061         * FOR-RELEASE: Removed Gtk/Xft issue.
2063 2007-01-01  Miles Bader  <miles@gnu.org>
2065         * quick-install-emacs (get_config_var): Deal with weird magic
2066         string inserted by recent versions of autoconf.
2068 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
2070         * admin.el (set-version): Set version number in
2071         lib-src/makefile.w32-in.
2073 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
2075         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
2076         due to a local miss-configuration.
2078 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
2080         * make-announcement (OLD): Remove LEIM references in announcement
2081         since it is now built-in.
2083 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2085         * admin.el (set-version): Set version numbers in "mac" subdirectory.
2087 2006-10-03  Kenichi Handa  <handa@m17n.org>
2089         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
2091 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
2093         * FOR-RELEASE: Elisp manual checking completed.
2095 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2097         * FOR-RELEASE: Update refcard section.
2099 2006-07-14  Kim F. Storm  <storm@cua.dk>
2101         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
2103 2006-07-09  Kim F. Storm  <storm@cua.dk>
2105         * README: Use outline format.  Add FOR-RELEASE.
2107 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
2109         * FOR-RELEASE: Checking of info.texi done.
2111 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
2113         * FOR-RELEASE: Update refcard section.
2115 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
2117         * FOR-RELEASE: Update refcard section.
2119 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
2121         * FOR-RELEASE: Key sequence elisp node done.
2123 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2125         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
2127 2006-05-21  Chong Yidong  <cyd@mit.edu>
2129         * FOR-RELEASE: point-entered /point-left bug fixed.
2131 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
2133         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
2134         entry.
2136 2006-05-06  Bill Wohler  <wohler@newt.com>
2138         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
2139         about it.
2141 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
2143         * ./* (Copyright): Update Copyright year(s).
2145 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2147         * FOR-RELEASE (BUGS): Add URLs/MIDs.
2149 2006-02-20  Kim F. Storm  <storm@cua.dk>
2151         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
2152         Rework how fringe bitmaps are defined and used.
2153         Currently, bitmap usage and bitmap appearance are "mixed-up" in a
2154         one-level representation.  It would be cleaner to split the
2155         representation into a two-level model where first level maps
2156         bitmap usage to a bitmap name, and second level maps bitmap name to
2157         a bitmap appearance.
2159 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
2161         * FOR-RELEASE: String allocation bugs fixed.
2163 2005-12-13  Bill Wohler  <wohler@newt.com>
2165         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
2167 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2169         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
2170         completing-read-multiple, mail-extract-address-components,
2171         mail-mode, quail-define-package, save-buffer and
2172         ucs-set-table-for-input from doc strings item (Done).
2174 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2176         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
2178 2005-11-11  Kim F. Storm  <storm@cua.dk>
2180         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
2181         when displaying a non-breaking space in an overlay string.
2183 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2185         * FOR-RELEASE: Init file change implemented.
2187 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
2189         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
2191 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
2193         * FOR-RELEASE (New features): max-image-size implemented.
2194         (Bugs): split-window done, by Kim F. Storm.
2196 2005-10-17  Bill Wohler  <wohler@newt.com>
2198         * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
2199         since it's gone.  Also marked mh-e as done.
2201 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
2203         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
2204         libraries on Windows (Done).
2206 2005-10-01  Jason Rumney  <jasonr@gnu.org>
2208         * admin.el (set-version): Set version numbers in nt/emacs.rc.
2210 2005-08-31  Romain Francoise  <romain@orebokech.com>
2212         * FOR-RELEASE (New features): Remove vhdl-mode.el update
2213         item (Done).
2215 2005-08-27  Romain Francoise  <romain@orebokech.com>
2217         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
2219 2005-07-04  Lute Kamstra  <lute@gnu.org>
2221         Update FSF's address in GPL notices.
2223 2005-06-10  Lute Kamstra  <lute@gnu.org>
2225         * admin.el (set-version): Set version in lisp manual too.
2226         * make-tarball.txt: Commit lispref/elisp.texi too.
2228 2005-06-04  Richard M. Stallman  <rms@gnu.org>
2230         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
2231         Other cleanups.
2233 2005-04-19  Lute Kamstra  <lute@gnu.org>
2235         * make-tarball.txt: Don't commit lisp/loaddefs.el.
2237 2005-04-14  Lute Kamstra  <lute@gnu.org>
2239         * nt/makedist.bat (elfiles): Update.
2241         * admin.el (add-release-logs): Fix require call.
2243 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
2245         * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
2246         The first line of every tutorial must begin with a sentence saying
2247         "Emacs Tutorial" in the respective language.  This should be
2248         followed by "See end for copying conditions", likewise in the
2249         respective language.
2251 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
2253         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
2254         Add `undo-ask-before-discard' to it.
2256 2005-03-02  Miles Bader  <miles@gnu.org>
2258         * quick-install-emacs: Only use the mkdir --verbose option if the
2259         script's --verbose option was specified (this avoids problems with
2260         default usage on systems where mkdir doesn't support that option).
2262 2005-02-15  Jason Rumney  <jasonr@gnu.org>
2264         * nt/makedist.bat: Do not rely on non-standard behavior of
2265         tar --exclude.
2267 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
2269         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
2271 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
2273         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
2274         Elisp manuals.
2276 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
2278         * FOR-RELEASE (Indications): Clean up and update checklists for
2279         Emacs and Elisp manuals.
2281 2004-09-11  Kim F. Storm  <storm@cua.dk>
2283         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
2284         (Documentation): Add NEWS entry.
2285         Add section lists for proof-reading Emacs and Lisp manuals.
2287 2004-08-29  Kim F. Storm  <storm@cua.dk>
2289         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
2291 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
2293         * FOR-RELEASE (Indications): Remove entry about GTK and geometry
2294         (now behaves as well as other ports).
2296 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
2298         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
2300 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
2302         * FOR-RELEASE: Moved here from the etc directory.
2304 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
2306         * notes/BRANCH: New file, to be maintained per CVS branch.
2308 2003-10-01  Miles Bader  <miles@gnu.org>
2310         * quick-install-emacs: Don't use "function" keyword when defining
2311         shell functions.
2313 2003-09-29  Lute Kamstra  <lute@gnu.org>
2315         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
2317 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
2319         * quick-install-emacs: Remove fns-* pruning, since that file no
2320         longer seems to be generated.
2321         (AVOID): Quote literal periods.  Quote braces in a way acceptable
2322         to all parties (gawk gets bitchy about using `\').
2324 2003-08-19  Miles Bader  <miles@gnu.org>
2326         * quick-install-emacs: Add arch-specific ignored files to
2327         quick-install-emacs.  Use quoting for periods that's acceptable
2328         to recent versions of gawk.
2330 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
2332         * cus-test.el: Remove obsolete workaround.
2334 2003-04-22  Andrew Innes  <andrewi@gnu.org>
2336         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
2337         emacs.exe before zipping, and including batch file to recreate
2338         after unpacking.
2340         * nt/README-ftp-server: Update wording and version number etc.
2341         Add extra instructions for installing multi-file .zip
2342         distribution.
2344         * nt/README.W32: Remove personal email address and update wording.
2346         * nt/README-UNDUMP.W32: Remove personal email address and update
2347         wording.
2349 2003-02-10  Francesco Potortì  <pot@gnu.org>
2351         * make-changelog-diff: New script, code stolen from make-announcement.
2353         * make-announcement: Use make-changelog-diff.
2355 2003-01-20  Francesco Potortì  <pot@gnu.org>
2357         * make-tarball.txt: Step-by-step instructions for making a tarball.
2359         * make-announcement: A script for creating pretest announcements.
2361 2003-01-17  Francesco Potortì  <pot@gnu.org>
2363         * admin.el (add-release-logs): Expand the directory name before
2364         calling find(1).
2365         (add-release-logs): Use the same methods as add-log.el for writing
2366         the date and the user's name and address.
2368 2003-01-07  Miles Bader  <miles@gnu.org>
2370         * quick-install-emacs: Unset LANG etc. to avoid non-standard
2371         command output from non-C locales.
2373 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
2375         * cus-test.el: Extended and reorganized.  There are now 4 tests
2376         which can be run in batch mode.  See the Commentary section.
2378 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
2380         * cus-test.el: New file.
2382 2002-05-27  Miles Bader  <miles@gnu.org>
2384         * quick-install-emacs (VERSION): Calculate using the same method
2385         that configure.in uses.
2387 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
2389         * emacs-pretesters: New file with information for Emacs
2390         pretesters.
2392 2002-03-22  Paul Eggert  <eggert@twinsun.com>
2394         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
2395         POSIX 1003.1-2001 disallows both usages.
2397 2002-02-11  Andrew Innes  <andrewi@gnu.org>
2399         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
2401 2002-01-24  Andrew Innes  <andrewi@gnu.org>
2403         * nt/README.W32: Remove unnecessary version number and date
2404         references.
2406         * nt/README-UNDUMP.W32: Ditto.
2408 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
2410         * make-emacs: Add --trace-move.
2412 2001-10-23  Andrew Innes  <andrewi@gnu.org>
2414         * nt/makedist.bat: Remove remaining obsolete reference to
2415         GETTING.GNU.SOFTWARE.
2417 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
2419         * admin.el (set-version): Use `s' interactive spec for
2420         version number.
2422 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2424         * (Version 21.1 released.)
2426 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2428         * admin.el (add-release-logs): Put the log entry in lispref, too.
2430 2001-10-20  Miles Bader  <miles@gnu.org>
2432         * quick-install-emacs: Exit if we can't find some variable.
2433         (AVOID): Add .orig & .rej files.
2434         (get_config_var): Be more liberal about format of config.status
2435         sed commands.
2437 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
2439         * admin.el: New file.
2441         * build-configs: Add --help option.  Add support for building
2442         in arbitrary source trees.
2444 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
2446         * alloc-colors.c: New file.
2448 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
2450         * make-emacs: Add --boot switch for bootstrapping.  Logs to
2451         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
2453 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
2455         * Branch for 21.1.
2457 2001-09-04  Andrew Innes  <andrewi@gnu.org>
2459         * nt/makedist.bat: Remove reference to obsolete file
2460         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
2461         version of tar used.
2463 ;; Local Variables:
2464 ;; coding: utf-8
2465 ;; End:
2467   Copyright (C) 2001-2014 Free Software Foundation, Inc.
2469   This file is part of GNU Emacs.
2471   GNU Emacs is free software: you can redistribute it and/or modify
2472   it under the terms of the GNU General Public License as published by
2473   the Free Software Foundation, either version 3 of the License, or
2474   (at your option) any later version.
2476   GNU Emacs is distributed in the hope that it will be useful,
2477   but WITHOUT ANY WARRANTY; without even the implied warranty of
2478   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2479   GNU General Public License for more details.
2481   You should have received a copy of the GNU General Public License
2482   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.