Merge from emacs-24; up to 117698
[emacs/old-mirror.git] / admin / ChangeLog
bloba999c66fba82ce97b1945b52d65700a461d9c531
1 2014-11-10  Eli Zaretskii  <eliz@gnu.org>
3         * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): Use
4         unmsys--file-name.  (Bug#18955)
6 2014-11-10  Glenn Morris  <rgm@gnu.org>
8         * admin.el (set-version): No need to update doc/man/emacs.1.
10         * admin.el (set-version): No need to update etc/refcards/emacsver.tex.
11         (set-copyright): Update etc/refcards/emacsver.tex.in.
13         * admin.el (set-version): No need to update doc/emacs/emacsver.texi.
14         (make-manuals-dist-output-variables): Add top_srcdir.
15         (make-manuals-dist--1): Handle @version@ specially.
17 2014-11-09  Eric Ludlam <zappo@gnu.org>
19         * grammars/c.by (template-type): Add :template-specifier and
20         :typevar to capture extra details about the template.
21         (opt-post-fcn-modifiers): Splice in the found symbol into the
22         return value correctly.
23         (QUESTION): New punctuation.
24         (expression): Add ternary conditional support.
26         * grammars/scheme.by (MODULE): New token.
27         (scheme): Handle expanding the MODULE tag.
28         (scheme-list): Remove closeparen required match.
29         (scheme-in-list): Remove extraneous matches for DEFINE.  Add
30         support for MODULE Simplify matching for code & make work.
31         (name-args, name-arg-list, name-arg-expand): Make it work.
33 2014-11-09  David Engster <dengste@eml.cc>
35         * grammars/c.by (opt-brackets-after-symbol): New.
36         (multi-stage-dereference): Use it.  Add rules for explicit
37         matching the last dereference.  We cannot just juse
38         'namespace-symbol' as a single rule, since this would match too
39         greedy and mess with parsing default values of variables.
41 2014-11-09  Glenn Morris  <rgm@gnu.org>
43         * admin.el (make-manuals-dist-output-variables)
44         (make-manuals-dist--1, make-manuals-dist): New.
45         Replaces doc/*/Makefile.in `dist' rules.
47 2014-11-04  Paul Eggert  <eggert@cs.ucla.edu>
49         Spelling fixes; tweak explanation of commit messages.
50         * notes/repo: Avoid "DVCS" acronym without first explaining it.
51         Mention using the first line of a ChangeLog as the topic line,
52         and that commit messages should use UTF-8.
54 2014-11-01  Eli Zaretskii  <eliz@gnu.org>
56         * notes/repo (Notes): Reword the stylistic guidance for commit log
57         messages so that they are in line with Emacs development practices
58         and style guidance.
60 2014-10-27  Eric S. Raymond  <esr@thyrsus.com>
62         * notes/bzr: Rename to notes/repo, reorganize to separate
63         VCS-dependent from VCS-independent stuff.  Add guidance about
64         commit-comment format under DVCSes.
66         * notes/BRANCH: Merged into notes/repo.
68 2014-10-20  Glenn Morris  <rgm@gnu.org>
70         * Merge in all changes up to 24.4 release.
72 2014-10-15  Eli Zaretskii  <eliz@gnu.org>
74         * unidata/unidata-gen.el (unidata-prop-alist): New properties
75         'paired-bracket' and 'bracket-type', in support of the UBA 6.3.
76         (unidata-gen-table): Support PROP-IDX being a function.
77         (unidata-describe-bidi-bracket-type, unidata-gen-brackets-list)
78         (unidata-gen-bracket-type-list): New functions.
79         (unidata-check): Support checking the 'bracket-type' attribute.
80         (unidata-gen-files): Don't create backups for uni-*.el files.
82         * unidata/Makefile.in (${unidir}/charprop.el): Depend on
83         BidiMirroring.txt and BidiBrackets.txt.
85         * unidata/BidiBrackets.txt: New file, from Unicode.
87 2014-10-13  Glenn Morris  <rgm@gnu.org>
89         * authors.el (authors-aliases, authors-fixed-case)
90         (authors-obsolete-files-regexps): Additions.
91         (authors-no-scan-regexps): New constant.
92         (authors-no-scan-file-p): New function.
93         (authors): Respect authors-no-scan-file-p.
95 2014-10-12  Paul Eggert  <eggert@cs.ucla.edu>
97         Fix putenv race conditions with undefined behavior (Bug#8705).
98         * merge-gnulib (GNULIB_MODULES): Add time_r, since Emacs now
99         calls localtime_r and gmtime_r directly.
101 2014-10-07  Glenn Morris  <rgm@gnu.org>
103         * unidata/Makefile.in: Check for deleted uni- files.  (Bug#18489)
104         (all): Use unifiles rather than charprop.el.
105         (FORCE): New variable and phony rule.
106         (${unidir}/charprop.el): Respect FORCE.
107         (unifiles): New rule.
109         * unidata/Makefile.in (unidir): Rename from DSTDIR.  Change all uses.
110         (charprop.el, install): Remove rules.
111         (clean): Simplify.
113 2014-10-04  Glenn Morris  <rgm@gnu.org>
115         * authors.el (authors-renamed-files-alist): Add package-x-test.el
117 2014-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
119         * unidata/unidata-gen.el (unidata-gen-table-word-list): Use alist-get
120         and cl-incf.
122 2014-09-08  Eli Zaretskii  <eliz@gnu.org>
124         * unidata/unidata-gen.el (unidata-check): Bring this function up
125         to date with the currently supported methods of generating Unicode
126         property tables.  Add a comment with a description how to invoke
127         the check.  Update the copyright years in the reference to the
128         Unicode data files we use.
130 2014-08-30  Paul Eggert  <eggert@cs.ucla.edu>
132         Vector-sorting fixes (Bug#18361).
133         * merge-gnulib (GNULIB_MODULES): Add vla.
135 2014-08-30  Eli Zaretskii  <eliz@gnu.org>
137         * authors.el (authors): Fix last change so it works for MS-Windows
138         as well.
140 2014-08-29  Michael Albinus  <michael.albinus@gmx.de>
142         * authors.el (authors): Use LOCALE argument of `string-collate-lessp'.
144 2014-08-28  Michael Albinus  <michael.albinus@gmx.de>
146         * authors.el (authors-aliases): Addition.
148 2014-08-26  Glenn Morris  <rgm@gnu.org>
150         * authors.el (authors-ignored-files, authors-valid-file-names)
151         (authors-renamed-files-alist): Additions.
152         (authors-renamed-files-alist): Revert 2014-08-09 change.
153         (authors): Sort authors in utf-8 order.  (Bug#2263)
155 2014-08-09  Reuben Thomas  <rrt@sc3d.org>
157         * notes/copyright: Remove mention of msdos/is_exec.c and
158         sigaction.c.
159         * authors.el (authors-renamed-files-alist): Remove is_exec.c.
161 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
163         * notes/exit-value: Remove specific discussion of VMS.
165 2014-08-07  Reuben Thomas  <rrt@sc3d.org>
167         Refer to MS-DOS using the same name everywhere.
169         * FOR-RELEASE: ``MS-DOG'', ``MSDOG'' and ``msdog'' become
170         ``MS-DOS''.
171         * MAINTAINERS: ditto.
173 2014-07-14  Paul Eggert  <eggert@cs.ucla.edu>
175         Use binary-io module, O_BINARY, and "b" flag (Bug#18006).
176         * merge-gnulib (GNULIB_MODULES): Add binary-io.  It was already
177         present implicitly; this just makes the dependence explicit.
179 2014-06-30  Glenn Morris  <rgm@gnu.org>
181         * update_autogen: Find loaddefs targets rather than
182         parsing lisp/Makefile.in
184 2014-06-29  Glenn Morris  <rgm@gnu.org>
186         * update_autogen: Remove need to cd into/out of lisp/.
188         * grammars/Makefile.in (bootstrap-clean): Don't delete Makefile,
189         for sake of top-level maintainer-clean rule.
191 2014-06-26  Eli Zaretskii  <eliz@gnu.org>
193         * notes/unicode: Some notes about what to do when a new Unicode
194         version is imported.
196 2014-06-26  Glenn Morris  <rgm@gnu.org>
198         * authors.el: Move here from ../lisp/emacs-lisp.
200 2014-06-25  Glenn Morris  <rgm@gnu.org>
202         * grammars/Makefile.in (${bovinedir}/c-by.el, ${bovinedir}/make-by.el):
203         (${wisentdir}/js-wy.el, ${wisentdir}/python-wy.el):
204         Replace with pattern rules.
205         (${bovinedir}/scm-by.el, ${wisentdir}/javat-wy.el)
206         (${cedetdir}/srecode/srt-wy.el): Use $<.
208         * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): Make and load .elc.
209         (.el.elc): Replace with pattern rule.
210         (%.elc): New.
211         (unidata.txt): Use $<.
212         (compile): Remove.
213         (${DSTDIR}/charprop.el): Use order-only prereqs rather than a sub-make.
215         * unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo.
217 2014-06-21  Glenn Morris  <rgm@gnu.org>
219         * unidata/BidiMirroring.txt: Update to 7.0.0 (only comment changes).
220         * unidata/UnicodeData.txt: Update to 7.0.0.
221         * unidata/IVD_Sequences.txt: Update to 2014-05-16 version.
223 2014-06-21  Stephen Berman  <Stephen.Berman@gmx.net>
225         * notes/elpa: Use "git" instead of "bzr" in the name of machine to
226         clone the repository from.
228 2014-06-13  Glenn Morris  <rgm@gnu.org>
230         * unidata/Makefile.in (${DSTDIR}/charprop.el):
231         GNU make automatically passes command-line arguments to sub-makes.
233 2014-06-02  Paul Eggert  <eggert@cs.ucla.edu>
235         Include sources used to create macuvs.h.
236         * unidata/IVD_Sequences.txt: New file.
237         * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): New rule.
238         (all): Build it.
239         (extraclean): Remove it.
240         * unidata/README: Mention BidiMirroring.txt and IVD_Sequences.txt.
241         * unidata/copyright.html: Update to current version from Unicode
242         Consortium.
243         * unidata/uvs.el: Rename from ../mac/uvs.el.
244         (uvs-print-table-ivd): Output a header in the form that
245         unidata-gen.el generates.
247 2014-05-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
249         * mac/uvs.el: New file from Mac port.  Generates src/macuvs.h.
251 2014-05-17  Paul Eggert  <eggert@cs.ucla.edu>
253         Assume C99 or later (Bug#17487).
254         * merge-gnulib (GNULIB_MODULES): Remove stdarg, stdbool.
255         (GNULIB_TOOL_FLAGS): Avoid stdarg, stdbool.
257 2014-05-16  Paul Eggert  <eggert@cs.ucla.edu>
259         Don't require pkg-config when building from repository.
260         * merge-pkg-config: New script.
261         * notes/copyright: Update for m4/*.m4, in particular m4/pkg.m4.
263 2014-05-13  Paul Eggert  <eggert@cs.ucla.edu>
265         * merge-gnulib: Defer to autogen.sh for ACLOCAL_PATH computation.
267 2014-05-12  Glenn Morris  <rgm@gnu.org>
269         * find-gc.el: Move here from ../lisp/emacs-lisp.
271         * admin.el (set-version-in-file): Don't set identical version.
272         (set-version): Provide default version number.
273         (set-version, set-copyright): Give start/end messages.
275 2014-04-18  Paul Eggert  <eggert@cs.ucla.edu>
277         * notes/bzr: Update instructions for merging from gnulib.
278         Remove obsolete note about tramp.el and tramp-sh.el.
279         Change "emacs-23" to "emacs-24".
281 2014-04-11  Glenn Morris  <rgm@gnu.org>
283         * grammars/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport.
285 2014-03-22  Glenn Morris  <rgm@gnu.org>
287         * quick-install-emacs (AVOID): Remove testfile and test-distrib.
289 2014-03-21  Glenn Morris  <rgm@gnu.org>
291         * update_autogen: Auto-detect VCS in use.
292         (vcs): New variable.
293         (status, commit, main): Handle git.
295 2014-03-07  Paul Eggert  <eggert@cs.ucla.edu>
297         Fix oversight preventing lib/sys/types.h from being generated.
298         * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid sys_types.
300 2014-02-06  David Engster  <deng@randomsample.de>
302         * grammars/c.by (function-pointer): Correctly deal with anonymous
303         function pointers.
304         (opt-brackets-after-symbol): New.
305         (multi-stage-dereference): Use it.  Add rules for explicit
306         matching the last dereference.
308 2014-01-16  Eric S. Raymond  <esr@thyrsus.com>
310         * notes/commits: Add a 'graph on VCS-independent ways of
311         identifying commits and the desirability thereof.
313 2014-01-15  Paul Eggert  <eggert@cs.ucla.edu>
315         Fix copyright license notices for Adobe Unicode mapping files.
316         * charsets/mapfiles/README: The copied files are not compressed.
317         Check for copies as of today.
318         * charsets/mapfiles/stdenc.txt, charsets/mapfiles/symbol.txt:
319         Update from table version 0.2 (1999-03-30) to 1.0 (2011-07-12).
320         This doesn't change the table data, just copyright license notice.
321         The new notices are compatible with the GPL, the old ones were not.
323 2014-01-13  Glenn Morris  <rgm@gnu.org>
325         * update_autogen (status): New function.  Use throughout.
327 2014-01-10  Glenn Morris  <rgm@gnu.org>
329         * update_autogen: Fix sed bug that was losing the last AUTOGEN_VCS.
331 2014-01-04  Glenn Morris  <rgm@gnu.org>
333         * admin.el (manual-html-fix-node-div): Handle Texinfo 5's movable <hr>.
334         (manual-html-fix-index-2): Tweak Texinfo 5 table format.
335         Fix minor Texinfo 4 issue with start of detailed menu.
337 2014-01-03  Glenn Morris  <rgm@gnu.org>
339         * admin.el: More Texinfo 5 updates.
340         (manual-html-fix-headers): Tweak Texinfo 5 body.
341         (manual-html-fix-node-div): Treat "header" like "node".
342         (manual-html-fix-index-1): Handle Texinfo 5 top heading.
343         (manual-html-fix-index-2): Tweak Texinfo 5 listing tables.
345 2014-01-02  Xue Fuqiao  <xfq.free@gmail.com>
347         * check-doc-strings: Replace `perl -w' with `use warnings;'.
349 2013-12-30  Glenn Morris  <rgm@gnu.org>
351         * admin.el (manual-html-fix-headers, manual-html-fix-index-1):
352         Some updates for changes in Texinfo 5 output.
354 2013-12-29  Xue Fuqiao  <xfq.free@gmail.com>
356         * make-emacs:
357         * build-configs: Add the "use strict;" and "use warnings;" pragmas.
359 2013-12-28  Glenn Morris  <rgm@gnu.org>
361         * admin.el (cusver-scan): Warn about missing :types.
362         (cusver-check): Interactively, require existing directories.
364 2013-12-27  Xue Fuqiao  <xfq.free@gmail.com>
366         * admin.el (manual-misc-manuals, make-manuals, manual-pdf)
367         (cusver-find-files, cusver-new-version, cusver-scan)
368         (cusver-goto-xref, cusver-check): Doc fix.
369         (manual-html-node, cusver-check): Use `user-error'.
371 2013-12-24  Paul Eggert  <eggert@cs.ucla.edu>
373         Automate the procedure for updating copyright year.
374         * merge-gnulib (GNULIB_MODULES): Add update-copyright.
375         * notes/years: Mention admin/update-copyright.
376         * update-copyright: New file.
378 2013-12-24  Xue Fuqiao  <xfq.free@gmail.com>
380         * admin.el (add-release-logs, set-version-in-file, set-version)
381         (set-copyright): Use `user-error'.
383 2013-12-22  Eli Zaretskii  <eliz@gnu.org>
385         * unidata/unidata-gen.el (unidata-split-name): Don't give any NAME
386         to <control> characters: the Unicode Standard says they have no
387         name.  (Bug#16216)
388         (unidata-describe-bidi-class): Add new "isolate" classes
389         introduced by Unicode 6.3.
391 2013-12-12  David Engster  <deng@randomsample.de>
393         * grammars/c.by (expr-binop): Add MOD.
394         (variablearg): Add 'opt-assign'.
395         (variablearg, varnamelist): Add default values so that it can be
396         later expanded into the tag.
397         (opt-stuff-after-symbol): Rename to 'brackets-after-symbol' and
398         remove empty match.
399         (multi-stage-dereference): Adapt to above rename.
400         (unaryexpression): Use 'symbol' instead of 'namespace-symbol',
401         since the latter also leads to an empty match at the end which
402         would make this too greedy.
403         (variablearg-opt-name): Support parsing of function pointers
404         inside an argument list.
406 2013-12-12  Glenn Morris  <rgm@gnu.org>
408         * update_autogen (info_dir):
409         Use dir_top from build-aux/ rather than admin/.
411         * update_autogen: Add option to generate info/dir.
412         (Usage): Add -I.
413         (info_flag): New variable.
414         (-I): New option.
415         (doc): Maybe check its status.
416         (info_dir): New function.
417         * dir_top: New file.
419 2013-12-11  Paul Eggert  <eggert@cs.ucla.edu>
421         Remove the option of using libcrypto.
422         * merge-gnulib: Remove lib/gl_openssh.h and m4/gl-openssl.m4.
424 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
426         * unidata/unidata-gen.el (unidata-prop-alist): Update bidi-class
427         to include the new isolate-related classes introduced with Unicode
428         v6.3.
429         (unidata-encode-val): Accept an additional optional argument, a
430         warning message to emit when UnicodeData.txt defines bidi-class
431         values that are not in unidata-prop-alist.  Add a comment
432         explaining what should maintainers do if/when such a warning ever
433         appears.
434         (unidata-gen-table): Call unidata-encode-val with 3rd arg non-nil
435         when generating uni-bidi.el.
437 2013-12-01  Glenn Morris  <rgm@gnu.org>
439         * unidata/Makefile.in (${DSTDIR}/charprop.el):
440         Ensure output files are writable.
442 2013-11-30  Glenn Morris  <rgm@gnu.org>
444         * grammars/Makefile.in: Ensure output files are writable.
446 2013-11-30  Eli Zaretskii  <eliz@gnu.org>
448         * charsets/mule-charsets.el: Rewritten to work in Emacs 23 and
449         later.  (Bug#16007)
451 2013-11-30  Glenn Morris  <rgm@gnu.org>
453         Stop keeping (most) generated cedet grammar files in the repository.
454         * grammars/README: Remove.
455         * grammars/Makefile.in: New file.
456         * grammars/c.by, grammars/java-tags.wy, grammars/js.wy:
457         * grammars/python.wy: Update declarations to match generated outputs.
459 2013-11-28  Glenn Morris  <rgm@gnu.org>
461         * unidata/unidata-gen.el (unidata-gen-files):
462         Disable autoloads in generated files.
464 2013-11-27  Glenn Morris  <rgm@gnu.org>
466         * unidata/Makefile.in (all, install, clean, bootstrap-clean)
467         (distclean, maintainer-clean): Declare as PHONY.
468         (compile, extraclean): New.
469         (${DSTDIR}/charprop.el): Depend on source files rather than
470         intermediate products.
472 2013-11-11  Glenn Morris  <rgm@gnu.org>
474         * unidata/BidiMirroring.txt, unidata/UnicodeData.txt: Update to 6.3.0.
476         * unidata/unidata-gen.el (unidata-gen-files):
477         Tweak whitespace in generated files.
479 2013-11-09  Glenn Morris  <rgm@gnu.org>
481         * unidata/unidata-gen.el (unidata-gen-files):
482         Fix deletion of existing output files after 2013-10-30 changes.
484 2013-11-07  Glenn Morris  <rgm@gnu.org>
486         * unidata/unidata-gen.el (unidata-gen-files):
487         Disable version-control in generated files.
488         Update Unicode Inc. copyright years.
490 2013-11-05  Glenn Morris  <rgm@gnu.org>
492         * update_autogen: Move here from ../autogen.
493         (usage): Update.  Remove -l, add -A.
494         (autogendir): New variable.
495         (ldefs_flag): Default to set.
496         (genfiles): Reduce to only ms-dos relevant files.
497         (main): Make checking autogen sources optional.
498         Make copying of autogen files optional.
500 2013-10-30  Glenn Morris  <rgm@gnu.org>
502         * unidata/unidata-gen.el (unidata-gen-files): Use pop.
503         Also take the output directory as an argument.
504         * unidata/Makefile.in: Simplify now that unidata-gen-files takes
505         the output directory as an argument (no need to cd, etc).
506         (abs_srcdir, abs_builddir): Remove.
507         (abs_top_builddir): Replace by top_builddir.
508         (${DSTDIR}/charprop.el): No need to cd.  Pass dest as argument.
509         (${DSTDIR}/charprop.el, charprop.el):
510         No need to pass unidata.txt as argument.
512         * unidata/unidata-gen.el (unidata--ensure-compiled): New function.
513         (unidata-gen-table-name, unidata-gen-table-decomposition)
514         (unidata-gen-files): Use unidata--ensure-compiled.
516         * unidata/Makefile.in (abs_srcdir): New, set by configure.
517         (${DSTDIR}/charprop.el, charprop.el): Update for srcdir not absolute.
518         (clean): Delete all .elc files.
519         (bootstrap-clean): New rule.
521 2013-10-23  Glenn Morris  <rgm@gnu.org>
523         * unidata/Makefile.in (emacs, ${DSTDIR}/charprop.el):
524         Quote entities that might contain whitespace.
526 2013-10-07  Paul Eggert  <eggert@cs.ucla.edu>
528         Improve support for popcount and counting trailing zeros (Bug#15550).
529         * merge-gnulib (GNULIB_MODULES): Add count-one-bits
530         and count-trailing-zeros.
532 2013-10-04  Paul Eggert  <eggert@cs.ucla.edu>
534         Use hardware support for byteswapping on glibc x86 etc.
535         * merge-gnulib (GNULIB_MODULES): Add byteswap.
537 2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
539         * unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
540         for portability to hosts where /bin/sh has problems.
542 2013-08-27  Glenn Morris  <rgm@gnu.org>
544         * admin.el (manual-misc-manuals): Use INFO_COMMON rather than
545         INFO_TARGETS.  "faq" does not need special treatment any more.
547 2013-08-15  Glenn Morris  <rgm@gnu.org>
549         * make-tarball.txt: Mention generating pdfs in etc/refcards.
551 2013-08-15  Xue Fuqiao  <xfq.free@gmail.com>
553         * notes/hydra: More information about Hydra.
555 2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
557         * notes/hydra: New file.
559 2013-08-04  Paul Eggert  <eggert@cs.ucla.edu>
561         Fix some minor races in hosts lacking mkostemp (Bug#15015).
562         * merge-gnulib (GNULIB_MODULES): Add mkostemp.
564 2013-07-12  Glenn Morris  <rgm@gnu.org>
566         * admin.el (manual-style-string): Use non-abbreviated url.
568 2013-07-09  Paul Eggert  <eggert@cs.ucla.edu>
570         Port recent close-on-exec changes to Cygwin (Bug#14821).
571         * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid binary-io.
573         Handle error numbers a bit more reliably.
574         * merge-gnulib (GNULIB_MODULES): Remove ignore-value.
576 2013-07-07  Paul Eggert  <eggert@cs.ucla.edu>
578         Make file descriptors close-on-exec when possible (Bug#14803).
579         * merge-gnulib (GNULIB_MODULES): Add fcntl, pipe2.
580         (GNULIB_TOOL_FLAGS): Avoid binary-io, close.  Do not avoid fcntl.
582 2013-07-06  Glenn Morris  <rgm@gnu.org>
584         * admin.el (manual-misc-manuals): New function.
585         (make-manuals): Avoid hard-coding list of misc manuals.
586         Add the option to only make certain type(s) of output.
587         (manual-misc-html): Special-case ccmode and efaq.
588         (manual-html-mono, manual-html-node, manual-pdf, manual-ps):
589         Move creation of output directory here from make-manuals.
590         (manual-html-fix-index-2): Avoid dynamic reference to `f'.
592 2013-07-05  Glenn Morris  <rgm@gnu.org>
594         * admin.el (make-manuals): Use a standard location for lispintro.
595         Use a pdf/ subdirectory for pdf versions.
597 2013-06-29  Glenn Morris  <rgm@gnu.org>
599         * admin.el (make-manuals): Don't bother with txt or dvi any more.
600         (manual-txt): Remove.
601         (manual-pdf): Doc fix.
602         (manual-ps): Rename from manual-dvi.
603         (manual-pdf, manual-ps): Work in the directory with the texi file,
604         so that TeX intermediate files go there rather than to PWD.
606 2013-06-15  Xue Fuqiao  <xfq.free@gmail.com>
608         * notes/changelogs: Mention trivial changes in Change Log.
610 2013-06-13  Glenn Morris  <rgm@gnu.org>
612         * admin.el (manual-style-string): Use new file manual.css.
614 2013-06-02  Eric Ludlam  <zappo@gnu.org>
616         * grammars/srecode-template.wy (variable): Accept a single number
617         as a variable value.  Allows the 'priority' to be set to a number.
618         (wisent-srecode-template-lexer): Move number up so it can be created.
620 2013-05-16  Glenn Morris  <rgm@gnu.org>
622         * cus-test.el (cus-test-cus-load-groups): New function.
623         (cus-test-get-options): Add option to return groups.
624         (cus-test-noloads): Also check custom groups.
626 2013-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
628         * quick-install-emacs: Don't prune DOC-* files a any more.
630 2013-05-14  Glenn Morris  <rgm@gnu.org>
632         * cus-test.el (cus-test-get-lisp-files): Ignore obsolete/.
633         (cus-test-libs): Fix let-binding of default-directory.
634         (cus-test-noloads): Load all libs for the comparison.
636 2013-05-11  Glenn Morris  <rgm@gnu.org>
638         * cus-test.el (cus-test-libs-noloads): Add a few more files.
639         (cus-test-load-libs, cus-test-opts):
640         Add option to load more/all Lisp files.
641         (cus-test-get-lisp-files): Ignore .*.el files.
643 2013-05-10  Glenn Morris  <rgm@gnu.org>
645         * cus-test.el (cus-test-libs-noloads): Add some files.
646         (cus-test-get-lisp-files): New function.
647         (cus-test-libs): Add option to load more/all Lisp files.
649 2013-05-09  Glenn Morris  <rgm@gnu.org>
651         * cus-test.el: No need to provide bbdb, bbdb-com any more.
652         (cus-test-libs-noloads): Add dunnet in the defvar.
653         (dunnet): Don't always load it.
654         (viper-mode): Only set if interactive.
655         (cus-test-load-custom-loads): Load dunnet if necessary.
656         (cus-test-load-1): New macro, with common code from cus-test-load-libs
657         and cus-test-libs.
658         (cus-test-load-libs, cus-test-libs): Use cus-test-load-1 macro.
659         Update for cus-test-get-autoload-deps changed result.
660         (cus-test-get-autoload-deps): Simplify.  Return file names as they
661         appear in loaddefs.el (directory parts are needed now that not all
662         lisp subdirs are in load-path).
663         (cus-test-deps): Explicitly skip dunnet.
665 2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
667         Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
668         * merge-gnulib (GNULIB_MODULES): Add qacl.
669         (GNULIB_TOOL_FLAGS): Do not avoid errno.
671 2013-04-01  Paul Eggert  <eggert@cs.ucla.edu>
673         Use UTF-8 for most files with non-ASCII characters (Bug#13936).
674         * notes/unicode (etc/tutorials/TUTORIAL.ko, leim/quail/hanja.el)
675         (leim/quail/hanja3.el, leim/quail/symbol-ksc.el):
676         Now utf-8, not iso-2022-7bit.  Also, files that contain non-UTF-8
677         characters are now encoded in utf-8-emacs, not iso-2022-7bit.
679 2013-03-18  Paul Eggert  <eggert@cs.ucla.edu>
681         * notes/unicode: Mention some more iso-2022-7bit files (Bug#13936).
683         Automate the build of ja-dic.el (Bug#13984).
684         * notes/unicode: ja-dic.el is now UTF-8.
686 2013-03-16  Glenn Morris  <rgm@gnu.org>
688         * admin.el (manual-pdf, manual-dvi): Pass -I to texi2pdf, texi2dvi.
690 2013-03-16  Glenn Morris  <rgm@gnu.org>
692         * admin.el (manual-html-mono, manual-html-node): Add -DWWW_GNU_ORG.
694 2013-03-13  Paul Eggert  <eggert@cs.ucla.edu>
696         File synchronization fixes (Bug#13944).
697         * CPP-DEFINES (BSD_SYSTEM, HAVE_FSYNC): Remove.
698         * merge-gnulib (GNULIB_MODULES): Add fsync, fdatasync.
700 2013-03-11  Paul Eggert  <eggert@cs.ucla.edu>
702         * notes/unicode: Improve notes about Emacs source file encoding.
704 2013-03-11  Glenn Morris  <rgm@gnu.org>
706         * admin.el (make-manuals): Add emacs-lisp-intro and some more
707         doc/misc manuals.
708         (manual-html-mono, manual-html-node, manual-txt):
709         Pass -I to makeinfo.
711 2013-03-10  Glenn Morris  <rgm@gnu.org>
713         * admin.el (add-release-logs): Use UTC for release date.
715 2013-03-09  Glenn Morris  <rgm@gnu.org>
717         * admin.el (add-release-logs): Provide interactive defaults.
718         Allow specification of the release date.  Don't exclude gnus/.
720 2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
722         * notes/unicode: Add notes about Emacs source file encoding.
724 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
726         * grammars/java-tags.wy (CHAR): Remove "('\u0000' to '\uffff')"
727         from summary, as this causes javat-wy.el to contain both a null byte
728         and a byte sequence that is not valid UTF-8, which is inconvenient.
730 2013-03-03  Paul Eggert  <eggert@cs.ucla.edu>
732         * bzrmerge.el (bzrmerge-apply): Omit Latin-1 char from diagnostic.
733         If there were a real need, it should be UTF-8 anyway.
735 2013-02-25  Paul Eggert  <eggert@cs.ucla.edu>
737         Simplify data_start configuration (Bug#13783).
738         * CPP-DEFINES (DATA_START, ORDINARY_LINK): Remove.
740 2013-02-11  Paul Eggert  <eggert@cs.ucla.edu>
742         Tune by using memchr and memrchr.
743         * merge-gnulib (GNULIB_MODULES): Add memrchr.
745 2013-02-01  Paul Eggert  <eggert@cs.ucla.edu>
747         Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
748         * merge-gnulib (GNULIB_MODULES): Add fdopendir, fstatat, readlinkat.
749         (GNULIB_TOOL_FLAGS): Do not avoid at-internal, openat-h.
750         Avoid dup, open, opendir.
752 2013-01-15  Dmitry Antipov  <dmantipov@yandex.ru>
754         * coccinelle/xsave.cocci: Semantic patch to adjust users of
755         XSAVE_POINTER and XSAVE_INTEGER macros.
757 2013-01-03  Glenn Morris  <rgm@gnu.org>
759         * check-doc-strings: Update for CVS->bzr, moved lispref/ directory.
761         * emacs-pretesters, make-announcement, make-changelog-diff:
762         Remove files.
764 2012-12-14  Paul Eggert  <eggert@cs.ucla.edu>
766         Fix permissions bugs with setgid directories etc.  (Bug#13125)
767         * CPP-DEFINES (BSD4_2): Remove.
769 2012-12-08  Paul Eggert  <eggert@cs.ucla.edu>
771         Use putenv+unsetenv instead of modifying environ directly (Bug#13070).
772         * merge-gnulib (GNULIB_MODULES): Add putenv, unsetenv.
774         Simplify get_lim_data.
775         * CPP-DEFINES (ULIMIT_BREAK_VALUE): Remove.
777 2012-12-03  Paul Eggert  <eggert@cs.ucla.edu>
779         Assume POSIX 1003.1-1988 or later for signal.h (Bug#13026).
780         * CPP-DEFINES (SIGALRM, SIGCHLD, SIGHUP, SIGKILL, SIGPIPE, SIGQUIT):
781         Remove.
782         (SIGTRAP): Remove this one too, as config.h no longer defines it.
783         * merge-gnulib (GNULIB_MODULES): Add sig2str.
785 2012-11-24  Ken Brown  <kbrown@cornell.edu>
787         * CPP-DEFINES (HAVE_MOUSE): Remove.
789 2012-11-23  Paul Eggert  <eggert@cs.ucla.edu>
791         Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
792         * CPP-DEFINES (HAVE_CLOSEDIR, HAVE_DIRENT_H): Remove.
793         * notes/copyright: Adjust to src/ndir.h -> nt/inc/dirent.h renaming.
795 2012-11-21  Paul Eggert  <eggert@cs.ucla.edu>
797         Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
798         * CPP-DEFINES (BROKEN_GETWD, HAVE_GETCWD, HAVE_GETWD, HAVE_SIZE_T)
799         (HAVE_UNISTD_H): Remove.
801 2012-11-17  Paul Eggert  <eggert@cs.ucla.edu>
803         Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
804         * CPP-DEFINES (O_RDONLY, O_RDWR, HAVE_FCNTL_H): Remove.
805         * merge-gnulib (GNULIB_MODULES): Add fcntl-h.
807 2012-11-16  Paul Eggert  <eggert@cs.ucla.edu>
809         Remove no-longer-used pty_max_bytes variable.
810         * CPP-DEFINES (HAVE_FPATHCONF): Remove.
812 2012-11-14  Paul Eggert  <eggert@cs.ucla.edu>
814         Use faccessat, not access, when checking file permissions (Bug#12632).
815         * merge-gnulib (GNULIB_MODULES): Add faccessat.
816         (GNULIB_TOOL_FLAGS): Avoid at-internal, fchdir, malloc-posix,
817         openat-die, openat-h, save-cwd.  Do not avoid fcntl-h.
818         Omit gnulib's m4/fcntl-o.m4.
820 2012-11-05  Paul Eggert  <eggert@cs.ucla.edu>
822         Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).
823         * CPP-DEFINES (HAVE_SETPGID, HAVE_SETSID, SETPGRP_RELEASES_CTTY):
824         Remove; obsolete.
826         Simplify by assuming __fpending.
827         * CPP-DEFINES (PENDING_OUTPUT_COUNT): Remove.
829 2012-11-03  Glenn Morris  <rgm@gnu.org>
831         * admin.el (set-copyright): Add msdos/sed2v2.inp.
833 2012-11-01  Paul Eggert  <eggert@cs.ucla.edu>
835         Fix data-loss with --batch (Bug#9574).
836         * merge-gnulib (GNULIB_MODULES): Add close-stream.
838 2012-10-12  Kenichi Handa  <handa@gnu.org>
840         * charsets/Makefile (JISC6226.map): Add missing mappings.
842 2012-10-11  Kenichi Handa  <handa@gnu.org>
844         * charsets/mapconv: Adjusted for the change of mapfiles/*.gz to
845         mapfiles/*.
847         * charsets/gb180302.awk: Handle 4-byte sequences in the input file.
849         * charsets/Makefile: Be sure to call mapconv script of the current
850         directory.  Adjusted for the change of mapfiles/*.gz to
851         mapfiles/*.
852         (SED_SCRIPT): New variable.
853         (jisx2131-filter): New target.
854         (JISX2131.map): Use jisx2131-filter to filter out characters added
855         for the 2004 year version.
856         (clear): Remove ${SED_SCRIPT} too.
858         * charsets/mapfiles/MULE-ethiopic.map,
859         charsets/mapfiles/MULE-ipa.map,
860         charsets/mapfiles/MULE-is13194.map,
861         charsets/mapfiles/MULE-lviscii.map,
862         charsets/mapfiles/MULE-sisheng.map,
863         charsets/mapfiles/MULE-tibetan.map,
864         charsets/mapfiles/MULE-uviscii.map: Fix typo.
866 2012-10-09  Glenn Morris  <rgm@gnu.org>
868         * admin.el (cusver-scan-cus-start): New function.
869         (cusver-check): Scan old cus-start.el.
871 2012-10-07  Glenn Morris  <rgm@gnu.org>
873         * admin.el (cusver-new-version): Set default.
874         (cusver-check): Improve interactive argument reading.
876 2012-10-06  Glenn Morris  <rgm@gnu.org>
878         * admin.el (cusver-new-version): New variable.
879         (cusver-scan): Check if containing group has a :version.
880         (cusver-check): Add VERSION argument.
882 2012-10-06  David Engster  <deng@randomsample.de>
884         * grammars/bovine-grammar.el:
885         * grammars/wisent-grammar.el: Move to lisp/cedet/semantic directory.
887 2012-10-01  David Engster  <deng@randomsample.de>
889         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
890         Remove.
891         (bovine-grammar-expand-form): Test for emacs-major-version.
893         * grammars/c.by: Add EXPLICIT to keyword tokens.
894         Add %provide token.
896         * grammars/grammar.wy (semantic-grammar-lexer): Remove, since it
897         was copied to grammar.el.  New %provide token to generate prefix
898         which conforms with Emacs conventions.  Remove lexer definition,
899         which is now in grammar.el.
901 2012-09-27  Glenn Morris  <rgm@gnu.org>
903         * admin.el (set-version): Set msdos.c's Vwindow_system_version.
905 2012-09-27  Paul Eggert  <eggert@cs.ucla.edu>
907         Check more robustly for timer_settime.
908         * merge-gnulib (GNULIB_MODULES): Add timer-time.
910 2012-09-26  Juanma Barranquero  <lekktu@gmail.com>
912         * unidata/BidiMirroring.txt:
913         * unidata/UnicodeData.txt: Update to Unicode 6.2.
915 2012-09-17  Glenn Morris  <rgm@gnu.org>
917         * admin.el (add-log-time-format): Declare.
919         * admin.el (cusver-scan, cusver-check): Bind local variables.
921         * admin.el (set-version): Set major version in
922         etc/refcards/ru-refcard.tex and etc/refcards/emacsver.tex.
923         (set-copyright): In etc/refcards, only change ru-refcard.tex
924         and emacsver.tex.
926         * admin.el (set-copyright): No more need to set copyrights for
927         nextstep, or .c files.  Add configure.ac and config.nt.
929 2012-09-16  Paul Eggert  <eggert@cs.ucla.edu>
931         Remove configure's --without-sync-input option (Bug#12450).
932         * CPP-DEFINES (BROKEN_SA_RESTART, SA_RESTART): Remove.
934 2012-09-16  Glenn Morris  <rgm@gnu.org>
936         * admin.el (set-version): No more need to set nextstep versions.
937         (set-copyright): Update for moved nextstep files.
939 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
941         Simplify SIGIO usage (Bug#12408).
942         * CPP-DEFINES (BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
943         (BROKEN_SIGPTY, NO_TERMIO): Remove.
945 2012-09-11  Paul Eggert  <eggert@cs.ucla.edu>
947         Simplify, document, and port floating-point (Bug#12381).
948         * CPP-DEFINES (HAVE_CBRT, HAVE_LOGB, logb): Remove.
950 2012-09-09  Paul Eggert  <eggert@cs.ucla.edu>
952         Assume C89 or later for math functions (Bug#12381).
953         * CPP-DEFINES (HAVE_FMOD, HAVE_FREXP, FLOAT_CHECK_DOMAIN)
954         (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
956 2012-09-04  Paul Eggert  <eggert@cs.ucla.edu>
958         Simplify redefinition of 'abort' (Bug#12316).
959         * CPP-DEFINES (NO_ABORT): Remove.
961 2012-08-28  Glenn Morris  <rgm@gnu.org>
963         * bzrmerge.el (bzrmerge-merges): Allow unversioned files in the tree.
965 2012-08-28  Andreas Schwab  <schwab@linux-m68k.org>
967         * charsets/mule-charsets.el (header): Fix typo.
969 2012-08-24  Paul Eggert  <eggert@cs.ucla.edu>
971         On assertion failure, print backtrace if available.
972         * merge-gnulib (GNULIB_MODULES): Add execinfo.
974 2012-08-16  Paul Eggert  <eggert@cs.ucla.edu>
976         Use ASCII tests for character types.
977         * merge-gnulib (GNULIB_MODULES): Add c-ctype.  This documents a
978         new direct dependency; c-ctype was already being used indirectly
979         via other gnulib modules.
981 2012-08-14  Paul Eggert  <eggert@cs.ucla.edu>
983         Use bool for Emacs Lisp booleans.
984         * merge-gnulib (GNULIB_MODULES): Add stdbool.  This documents a
985         new direct dependency; stdbool was already being used indirectly
986         via other gnulib modules.
988 2012-08-11  Glenn Morris  <rgm@gnu.org>
990         * bzrmerge.el (bzrmerge-resolve): Disable local eval:.
992 2012-08-07  Dmitry Antipov  <dmantipov@yandex.ru>
994         * coccinelle/overlay.cocci, coccinelle/symbol.cocci: Remove.
996 2012-08-02  Paul Eggert  <eggert@cs.ucla.edu>
998         Port to Solaris 8.
999         * CPP-DEFINES (WRETCODE): Remove.
1001 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
1003         * coccinelle/overlay.cocci: Semantic patch to replace direct
1004         access to Lisp_Object members of struct Lisp_Overlay to MVAR.
1006 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
1008         * coccinelle/symbol.cocci: Semantic patch to replace direct
1009         access to Lisp_Object members of struct Lisp_Symbol to SVAR.
1011 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
1013         * coccinelle/process.cocci: Semantic patch to replace direct
1014         access to Lisp_Object members of struct Lisp_Process to PVAR.
1016 2012-08-01  Dmitry Antipov  <dmantipov@yandex.ru>
1018         * coccinelle/window.cocci: Semantic patch to replace direct
1019         access to Lisp_Object members of struct window to WVAR.
1021 2012-07-31  Dmitry Antipov  <dmantipov@yandex.ru>
1023         * coccinelle/frame.cocci: Semantic patch to replace direct
1024         access to Lisp_Object members of struct frame to FVAR.
1026 2012-07-28  Paul Eggert  <eggert@cs.ucla.edu>
1028         Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960).
1029         * merge-gnulib: Add environ, stdalign.
1031 2012-07-20  Dmitry Antipov  <dmantipov@yandex.ru>
1033         * coccinelle/unibyte_string.cocci: Semantic patch to convert from
1034         make_unibyte_string to build_unibyte_string where appropriate.
1036 2012-07-17  Eli Zaretskii  <eliz@gnu.org>
1038         * CPP-DEFINES: Remove FILE_SYSTEM_CASE.
1040 2012-07-17  Chong Yidong  <cyd@gnu.org>
1042         * Version 24.1 released.
1044 2012-07-11  Paul Eggert  <eggert@cs.ucla.edu>
1046         Assume mkdir, perror, rename, rmdir, strerror.
1047         * CPP-DEFINES (HAVE_MKDIR, HAVE_PERROR, HAVE_RENAME, HAVE_RMDIR)
1048         (HAVE_STRERROR, strerror):
1049         Remove.
1051 2012-07-10  Dmitry Antipov  <dmantipov@yandex.ru>
1053         * coccinelle/list_loop.cocci: Semantic patch to convert from Fcdr
1054         to XCDR and consistently use CONSP in the list iteration loops.
1055         * coccinelle/vector_contents.cocci: Fix indentation.
1057 2012-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1059         * bzrmerge.el: Use cl-lib.
1061 2012-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1063         Rename configure.in to configure.ac (Bug#11603).
1064         * admin.el (set-version):
1065         * quick-install-emacs (VERSION):
1066         Get version number from configure.ac, not configure.in.
1068 2012-07-06  Paul Eggert  <eggert@cs.ucla.edu>
1070         Use c_strcasecmp for ASCII case-insensitive comparison (Bug#11786).
1071         * merge-gnulib (GNULIB_MODULES): Add c-strcase.
1073 2012-07-05  Dmitry Antipov  <dmantipov@yandex.ru>
1075         * coccinelle/xzalloc.cocci: Semantic patch to convert
1076         calls to xmalloc with following memset to xzalloc.
1078 2012-07-04  Juanma Barranquero  <lekktu@gmail.com>
1080         * CPP-DEFINES (LISP_FLOAT_TYPE): Remove, obsolete.
1082 2012-06-26  Dmitry Antipov  <dmantipov@yandex.ru>
1084         * coccinelle/build_string.cocci: Semantic patch
1085         to convert from make_string to build_string.
1087 2012-06-24  Dmitry Antipov  <dmantipov@yandex.ru>
1089         First Coccinelle semantic patch.
1090         * coccinelle: New subdirectory
1091         * coccinelle/README: Documentation stub.
1092         * coccinelle/vector_contents.cocci: Semantic patch to replace direct
1093         access to `contents' member of Lisp_Vector objects with AREF and ASET
1094         where appropriate.
1096 2012-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1098         Support higher-resolution time stamps (Bug#9000).
1099         * merge-gnulib (GNULIB_MODULES): Add dtotimespec, gettime,
1100         gettimeofday, pselect, stat-time, sys_time, time, timespec-add,
1101         timespec-sub, utimens.
1102         (GNULIB_TOOL_FLAGS): Add --avoid=select --avoid=sigprocmask.
1103         This trims down the gnulib import, from the very latest gnulib.
1104         Emacs does its own implementation of 'select' and 'sigprocmask'
1105         on Windows, and it assumes 'select' and 'sigprocmask' on non-Windows
1106         hosts, so it doesn't need these modules.
1107         Similarly, avoid errno, fcntl, fcntl-h, fstat, and sys_types, as
1108         these gnulib modules are only for Windows porting and Emacs ports
1109         to Windows in a different way.
1111 2012-06-13  Andreas Schwab  <schwab@linux-m68k.org>
1113         * make-emacs: Rename --union-type to --check-lisp-type.
1114         Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE.
1115         * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from
1116         USE_LISP_UNION_TYPE.
1118 2012-06-03  Glenn Morris  <rgm@gnu.org>
1120         * quick-install-emacs (PUBLIC_LIBSRC_SCRIPTS): Remove rcs-checkin.
1122 2012-06-01  Paul Eggert  <eggert@cs.ucla.edu>
1124         Remove --disable-maintainer-mode option from 'configure'.  (Bug#11555)
1125         * make-tarball.txt: Don't worry about maintainer mode.
1127 2012-05-28  Paul Eggert  <eggert@cs.ucla.edu>
1129         * CPP-DEFINES: Remove HAVE_SYSINFO.
1131 2012-05-27  Paul Eggert  <eggert@cs.ucla.edu>
1133         Assume gnulib does largefile.
1134         * merge-gnulib (GNULIB_MODULES): Add largefile.
1136 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
1138         Remove src/m/*.
1139         * CPP-DEFINES: Do not mention src/m/*.h.
1140         (BITS_PER_EMACS_INT, BITS_PER_LONG, BITS_PER_CHAR)
1141         (BITS_PER_SHORT, BITS_PER_INT): Remove.
1142         * MAINTAINERS: Remove src/m/.
1144 2012-05-21  Paul Eggert  <eggert@cs.ucla.edu>
1146         Use full name for m4/gnulib-comp.m4.  (Bug#11529)
1147         * merge-gnulib: Leave m4/gnulib-comp.m4's name alone.
1149         Assume C89 or later.
1150         * CPP-DEFINES: Remove NULL, const.
1152         Make merging from gnulib a script, not a makefile action.
1153         * merge-gnulib: New script, with actions moved here from
1154         ../Makefile.in.
1156 2012-05-19  Paul Eggert  <eggert@cs.ucla.edu>
1158         * CPP-DEFINES (HAVE_GETDOMAINNAME): Remove.
1160         * CPP-DEFINES (HAVE_FTIME): Remove.
1162 2012-05-02  Glenn Morris  <rgm@gnu.org>
1164         * bzrmerge.el (bzrmerge-skip-regexp): Add "Auto-commit".
1166 2012-04-10  Glenn Morris  <rgm@gnu.org>
1168         * bzrmerge.el (bzrmerge-skip-regexp): Add "from trunk".
1170         * unidata/Makefile.in: Add FSF copyright.
1171         Make it use autoconf features, and work for out-of-tree builds.
1173 2012-04-07  Eli Zaretskii  <eliz@gnu.org>
1175         * unidata/README:
1176         * unidata/copyright.html:
1177         * unidata/BidiMirroring.txt:
1178         * unidata/UnicodeData.txt: Update for the latest version 6.1 of
1179         the Unicode Standard.
1181 2012-02-16  Kenichi Handa  <handa@m17n.org>
1183         * unidata/unidata-gen.el (unidata-prop-alist): Change the default
1184         values of name and old-name to nil.
1185         (unidata-get-name): Return nil for the default value.
1187 2012-02-11  Glenn Morris  <rgm@gnu.org>
1189         * admin.el (cusver-find-files, cusver-scan, cusver-goto-xref)
1190         (cusver-check): New functions.
1192 2012-01-19  Glenn Morris  <rgm@gnu.org>
1194         * bzrmerge.el (bzrmerge-missing): Allow a definitive "no" answer to the
1195         "skip?" question, since there can be multiple such for any revision.
1197 2012-01-14  Eli Zaretskii  <eliz@gnu.org>
1199         * FOR-RELEASE (Check the Emacs Tutorial): Mark TUTORIAL.he as
1200         updated and checked.
1202 2011-11-26  Andreas Schwab  <schwab@linux-m68k.org>
1204         * grammars/bovine-grammar.el (bovine--grammar-newstyle-unquote):
1205         Avoid warning about old-style backquote.
1207         * grammars/wisent-grammar.el (auto-mode-alist): Change `$' to `\''
1208         in regexp.
1209         (wisent-make-parsers): Likewise.  Quote `.'.
1211         * grammars/bovine-grammar.el (auto-mode-alist): Change `$' to `\''
1212         in regexp.
1213         (bovine-make-parsers): Likewise.  Quote `.'.
1215 2011-11-20  Andreas Schwab  <schwab@linux-m68k.org>
1217         * CPP-DEFINES (VIRT_ADDR_VARIES): Remove.
1219 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
1221         * admin.el (manual-dvi): Fix typo.
1223 2011-11-15  Eli Zaretskii  <eliz@gnu.org>
1225         * nt/README-ftp-server: Update the information about PNG libraries.
1227 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
1229         * make-emacs: Fix typo.
1231 2011-11-07  Juanma Barranquero  <lekktu@gmail.com>
1233         * unidata/makefile.w32-in (clean): Remove bidimirror.h and biditype.h.
1235 2011-10-31  David Engster  <deng@randomsample.de>
1237         * grammars/bovine-grammar.el: Avoid using old-style backquotes.
1239 2011-10-28  Eli Zaretskii  <eliz@gnu.org>
1241         * nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for
1242         running Emacs on Windows 9X.
1244 2011-09-26  Chong Yidong  <cyd@stupidchicken.com>
1246         * admin.el (set-version): Fix regexps for config.nt and
1247         sed2v2.inp.
1249 2011-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1251         Merge from gnulib (Bug#9169).
1252         * notes/copyright: The files compile, config.guess, config.sub,
1253         depcomp, install-sh, missing, and move-if-change are now in the
1254         new build-aux subdirectory.  The files arg-nonnull.h, c++defs.h,
1255         and warn-on-use.h are now in build-aux/snippets.  New file
1256         build-aux/snippets/_Noreturn.h.
1258 2011-08-23  Eli Zaretskii  <eliz@gnu.org>
1260         * unidata/unidata-gen.el (unidata-prop-alist): Update the default
1261         values of bidi-class according to DerivedBidiClass.txt from the
1262         latest UCD.
1264 2011-08-23  Kenichi Handa  <handa@m17n.org>
1266         * unidata/unidata-gen.el (unidata-prop-alist): Provide default
1267         values for name, general-category, canonical-combining-class,
1268         mirrored, and bidi-class.  Describe the meaning of value nil for
1269         decimal-digit-value, digit-value, numeric-value, uppercase,
1270         lowercase, titlecase, and mirroring.
1271         (unidata-gen-table): Handle the case that default-value is a
1272         list.  Set default values of characters not listed in a table.
1273         (unidata-get-name): Return an empty string if a value in a
1274         char-table is nil.
1275         (unidata-get-decomposition): Return a list of character itself if
1276         a value in a char-table is nil.
1278 2011-08-15  Eli Zaretskii  <eliz@gnu.org>
1280         * unidata/bidimirror.awk: File removed.
1282         * unidata/biditype.awk: File removed.
1284         * unidata/makefile.w32-in (all): Remove src/biditype.h and
1285         src/bidimirror.h.
1286         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
1288         * unidata/Makefile.in (all): Remove src/biditype.h and
1289         src/bidimirror.h.
1290         (../../src/biditype.h, ../../src/bidimirror.h): Delete.
1292 2011-07-07  Juanma Barranquero  <lekktu@gmail.com>
1294         * unidata/makefile.w32-in (charprop-SH, charprop-CMD):
1295         Duplicate change in Makefile.in (revno:105007).
1297 2011-07-06  Kenichi Handa  <handa@m17n.org>
1299         * unidata/unidata-gen.el (unidata-dir): New variable.
1300         (unidata-setup-list): Expand unidata-text-file in unidata-dir.
1301         (unidata-prop-alist): INDEX element may be a function.
1302         New optional element VAL-LIST (for general-category and bidi-class).
1303         New entry `mirroring'.
1304         (unidata-prop-default, unidata-prop-val-list): New subst.
1305         (unidata-get-character, unidata-put-character): Delete them.
1306         (unidata-gen-table-character): New arg IGNORE.  Adjusted for the
1307         above changes.
1308         (unidata-get-symbol, unidata-get-integer, unidata-get-numeric)
1309         (unidata-put-symbol, unidata-put-integer, unidata-put-numeric):
1310         Delete them.
1311         (unidata-encode-val): Assume that the first element of VAL-LIST is
1312         a cons (nil . 0).
1313         (unidata-gen-table): Change argument DEFAULT-VALUE to VAL-LIST.
1314         Always store the encoded value.
1315         (unidata-gen-table-symbol): New args DEFAULT-VALUE and VAL-LIST.
1316         Set the 1st and the 2nd extra slots to index numbers for C
1317         functions.
1318         (unidata-gen-table-integer): Likewise.
1319         (unidata-gen-table-numeric): Likewise.
1320         (unidata-gen-table-name): New arg IGNORE.
1321         (unidata-gen-table-decomposition): Likewise.
1322         (unidata-describe-general-category): Add the case nil to the
1323         description alist.
1324         (unidata-gen-mirroring-list): New function.
1325         (unidata-gen-files): New arg DATA-DIR.  Adjusted for the change of
1326         unidata-prop-alist.  Handle the case of storing multiple
1327         char-tables in a file.
1329         * unidata/Makefile.in (${DSTDIR}/charprop.el): New arg to
1330         unidata-gen-files.
1332 2011-05-21  Glenn Morris  <rgm@gnu.org>
1334         * bzrmerge.el (bzrmerge-resolve): Suppress prompts about file-locals.
1336 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
1338         * Version 23.3 released.
1340 2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
1342         * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
1344 2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
1346         * notes/copyright: Remove src/md5.c and src/md5.h as special cases.
1348 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
1350         * admin.el (set-version): Add msdos/sed2v2.inp.
1352 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1354         Remove no-longer needed getloadavg symbols.
1355         * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE)
1356         (LDAV_SYMBOL): Remove.
1357         * notes/copyright: Remove src/getloadavg.c as a special case.
1359 2011-02-12  Glenn Morris  <rgm@gnu.org>
1361         * bzrmerge.el (bzrmerge-resolve): Fix bzr revert call.
1363 2011-02-05  Glenn Morris  <rgm@gnu.org>
1365         * bzrmerge.el (bzrmerge-warning-buffer): New constant.
1366         (bzrmerge-apply): Use it.
1367         (bzrmerge): Kill any old warning buffer first.
1369 2011-02-03  Glenn Morris  <rgm@gnu.org>
1371         * bzrmerge.el (bzrmerge-buffer): New constant.
1372         (bzrmerge-merges, bzrmerge-missing, bzrmerge-apply): Use it.
1373         (bzrmerge-missing): If nothing to do, return nil not (nil).
1374         (bzrmerge-apply): Remove odd character from message.
1375         (bzrmerge): Give status messages.
1377 2011-01-31  Eli Zaretskii  <eliz@gnu.org>
1379         * admin.el (set-version): Remove lib-src/makefile.w32-in.
1380         Add nt/config.nt.
1382 2011-01-31  Paul Eggert  <eggert@cs.ucla.edu>
1384         src/emacs.c now gets version number from configure.in
1385         * admin.el (set-version): Don't update src/emacs.c.
1386         * quick-install-emacs (VERSION): Get it from configure.in, not from
1387         src/emacs.c.
1389 2011-01-30  Paul Eggert  <eggert@cs.ucla.edu>
1391         strftime: import from gnulib
1392         * notes/copyright: strftime.c moved from src to lib.
1394 2011-01-25  Glenn Morris  <rgm@gnu.org>
1396         * bzrmerge.el (bzrmerge-skip-regexp): New variable.
1397         (bzrmerge-missing): Use it.
1399 2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
1401         * make-tarball.txt: Suggest 'autoreconf -I m4 --force'
1402         rather than doing rm and autoconf by hand.  See
1403         <http://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html>.
1405 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1407         * notes/bzr (Installing changes from gnulib): New section.
1408         Need for this suggested by Stefan Monnier.
1410 2011-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1412         * bzrmerge.el (bzrmerge-apply): Warn the user when the tree might be in
1413         an inconsistent state.
1415 2011-01-17  Paul Eggert  <eggert@cs.ucla.edu>
1417         Update copyright notes to match recent gnulib-related changes.
1418         * notes/copyright: Add aclocal.m4, m4/*.m4, lib/Makefile.in,
1419         arg-nonnull.h, c++defs.h, compile, depcomp, missing,
1420         warn-on-use.h, lib/*.[ch], lib/gnulib.mk.  Remove src/mktime.c,
1421         lib-src/getopt1.c, lib-src/getopt_int.h (files are now in lib and
1422         are subsumed by the lib/*.[ch] rule).  Remove m4/getopt.m4 (now
1423         subsumed by m4/*.m4 rule).  config.guess, config.sub, and
1424         doc/man/texinfo.tex are now copied in from gnulib.
1426 2011-01-15  Glenn Morris  <rgm@gnu.org>
1428         * charsets/cp51932.awk, charsets/eucjp-ms.awk: No longer print arch-tag.
1430         * bzrmerge.el (bzrmerge-missing): Add another skip indicator.
1431         (bzrmerge-resolve): Also ignore cl-loaddefs.el.
1433 2011-01-14  Glenn Morris  <rgm@gnu.org>
1435         * admin.el (set-copyright): Also handle \year in refcards/*.tex.
1437 2011-01-14  Glenn Morris  <rgm@gnu.org>
1439         * bzrmerge.el: Require cl when compiling.
1440         (bzrmerge-merges): Doc fix.
1442 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
1444         * notes/copyright: There's only one install-sh, not two, so fix a
1445         typo claiming that there's two.  Add move-if-change to the list of
1446         GPL files imported from gnulib.
1448 2011-01-07  Paul Eggert  <eggert@cs.ucla.edu>
1450         * notes/copyright: Report status more accurately for non-GPL files.
1451         Report copyright status more accurately for mkinstalldirs,
1452         configure, m4/getopt.m4, and msdos/sed*.inp.
1454 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1456         * nt/README.W32: Update the information about PNG support libraries.
1457         (Bug#7716)
1459 2010-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1461         * bzrmerge.el: New file to help merge branches while skipping
1462         some revisions (e.g. from emacs-23 to trunk).
1464 2010-12-03  Andreas Schwab  <schwab@linux-m68k.org>
1466         * CPP-DEFINES (EXPLICIT_SIGN_EXTEND): Remove.
1468 2010-10-12  Glenn Morris  <rgm@gnu.org>
1470         * notes/nextstep: Move here from ../nextstep/DEV-NOTES.
1472 2010-10-09  Glenn Morris  <rgm@gnu.org>
1474         * admin.el (set-version): Add doc/emacs/emacsver.texi.
1476 2010-10-09  Glenn Morris  <rgm@gnu.org>
1478         * admin.el (set-version): No need to act on doc/ files any more.
1480         * quick-install-emacs (PUBLIC_LIBSRC_BINARIES): Remove b2m.
1482 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
1484         * unidata/BidiMirroring.txt: Update from
1485         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d2.txt
1487         * unidata/UnicodeData.txt: Update from
1488         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d7.txt
1490 2010-08-09  Andreas Schwab  <schwab@linux-m68k.org>
1492         * CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
1494 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
1496         * MAINTAINERS: Rename src/unexec.c => src/unexcoff.c.
1498 2010-07-24  Christoph Scholtes  <cschol2112@gmail.com>
1500         * admin.el: Write version number to nt/makefile.w32-in.
1501         * nt/makedist.bat: Remove; replaced with `zipdist.bat'
1502         in the nt/ directory.
1503         * nt/README.W32: Relocate to nt/ directory.
1505 2010-07-11  Andreas Schwab  <schwab@linux-m68k.org>
1507         * CPP-DEFINES (HAVE_INDEX, HAVE_RINDEX): Remove.
1509 2010-07-08  Eli Zaretskii  <eliz@gnu.org>
1511         * MAINTAINERS: Update my responsibilities.
1513 2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
1515         * CPP-DEFINES (BCOPY_DOWNWARD_SAFE, BCOPY_UPWARD_SAFE)
1516         (GAP_USE_BCOPY, HAVE_BCMP, HAVE_BCOPY, bcmp, bcopy, bzero):
1517         Remove.
1519 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
1521         * unidata/bidimirror.awk: New file.
1523         * unidata/BidiMirroring.txt: New file from
1524         http://www.unicode.org/Public/6.0.0/ucd/BidiMirroring-6.0.0d1.txt.
1526         * unidata/Makefile.in (../../src/bidimirror.h): New target.
1527         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1529         * unidata/makefile.w32-in (../../src/bidimirror.h): New target.
1530         (all): Depend on ../../src/biditype.h and ../../src/bidimirror.h.
1532         * unidata/biditype.awk: New file.
1534         * unidata/Makefile.in (../../src/biditype.h): New target.
1536         * unidata/makefile.w32-in (../../src/biditype.h): New target.
1538 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
1540         * unidata/UnicodeData.txt: Update from
1541         http://www.unicode.org/Public/6.0.0/ucd/UnicodeData-6.0.0d5.txt
1543 2010-05-27  Glenn Morris  <rgm@gnu.org>
1545         * quick-install-emacs (AVOID): No more Makefile.c files.
1547         * notes/cpp: Remove file.
1549 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
1551         * admin.el (set-version, set-copyright): Update emacs.c instead of
1552         version.el.
1554         * make-tarball.txt: Update filename list in step 6.
1556         * quick-install-emacs: Scan emacs.c instead of version.el for
1557         version string.
1559 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1561         * Version 23.2 released.
1563 2010-04-01  Eli Zaretskii  <eliz@gnu.org>
1565         * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
1567 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
1569         * Branch for 23.2.
1571 2010-03-10  Miles Bader  <miles@gnu.org>
1573         * quick-install-emacs: Use more portable shell syntax.
1575         * quick-install-emacs (AVOID): Be more picky about files we avoid
1576         installing.
1578 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1580         * quick-install-emacs (PRUNED): Fix typo in message.
1582 2010-01-20  Glenn Morris  <rgm@gnu.org>
1584         * revdiff: Remove file that only works with CVS, and isn't really
1585         needed with Bazaar (given the in-built revision options of bzr diff).
1587 2010-01-12  Glenn Morris  <rgm@gnu.org>
1589         * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
1590         than emacs-pretest-bug for bug reports for development versions.
1592 2009-11-06  Kenichi Handa  <handa@m17n.org>
1594         * unidata/unidata-gen.el (unidata-gen-table): Fix for the case
1595         that the block data and the following per-char data fall into the
1596         same char-table leaf.
1598 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
1600         * unidata/UnicodeData.txt: Update to Unicode 5.2.0.
1602 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
1604         * unidata/.gitignore: New file.
1606 2009-08-22  Eli Zaretskii  <eliz@gnu.org>
1608         * notes/bugtracker: How to reassign a bug to a list of packages.
1610         * notes/newfile: Details of how to check for problems with DOS 8+3
1611         file-name restrictions.
1613 2009-08-18  Glenn Morris  <rgm@gnu.org>
1615         * notes/newfile: New file.
1617 2009-07-11  Eli Zaretskii  <eliz@gnu.org>
1619         * make-tarball.txt: Add a note about bumping the value of
1620         customize-changed-options-previous-release.
1622 2009-06-24  Kenichi Handa  <handa@m17n.org>
1624         * charsets/mapconv: For the Unicode format files, do reverse sort
1625         and don't compact the map.  This is to prefer the first one in the
1626         duplicated mappings (e.g. 0x20->U+0020, 0x20->U+00A0).
1628 2009-06-12  Kenichi Handa  <handa@m17n.org>
1630         * charsets/Makefile (JISX213A.map): Make it depend on
1631         mapfiles/JISX213A.map.gz.
1632         (BIG5-1.map, BIG5-2.map): Prepend "# " to the first comment line.
1634         * charsets/mapfiles/JISX213A.map.gz: New file.
1636         * charsets/mapfiles/README: Describe JISX213A.map.gz.
1638 2009-06-12  Kenichi Handa  <handa@m17n.org>
1640         * charsets/mapfiles/*: New files.
1642         * charsets/mule-charsets.el: Mostly re-written to generate all
1643         MULE-*.map files.
1645         * charsets/mapconv: Mostly re-written to handle "gzip"ed input
1646         files.
1648         * charsets/eucjp-ms.awk: Mostly re-written to handle glibc's
1649         EUC-JP-MS.
1651         * charsets/cp51932.awk (END): Print arch-tag at the tail.
1653         * charsets/Makefile: Maps depend on files under mapfiles or
1654         ${GLIBC_CHARMAPS}.
1656 2009-04-21  Kenichi Handa  <handa@m17n.org>
1658         * unidata/unidata-gen.el (unidata-get-decomposition): Fix previous
1659         change.
1661 2009-04-17  Kenichi Handa  <handa@m17n.org>
1663         * unidata/unidata-gen.el (unidata-get-decomposition):
1664         Adjust Hangle decomposition rule to Unicode.
1666 2009-04-09  Kenichi Handa  <handa@m17n.org>
1668         * unidata/unidata-gen.el (unidata-describe-decomposition):
1669         Return a string with a composition property to disable combining
1670         characters being composed.
1672 2009-03-11  Miles Bader  <miles@gnu.org>
1674         * quick-install-emacs: Be more clever about locating info directory.
1676 2009-02-24  Juanma Barranquero  <lekktu@gmail.com>
1678         * nt/README.W32: Fix typos.
1680 2009-02-23  Jason Rumney  <jasonr@gnu.org>
1682         * nt/README-ftp-server: Update for 23.0.91.
1684         * nt/README.W32: Remove ever expanding versions of Windows.
1685         Shorten FAQ URL.  Remove mention of obsolete lock directory.
1686         Windows distribution now bin and barebin only.  Add note about
1687         SVG support.  Remove old tar and gzip problem workarounds.
1688         Use new (22.x) -Q option.  Report all bugs through bug tracker.
1690         * nt/README-UNDUMP.W32: Modify for barebin distribution, as
1691         undumped distribution no longer exists.
1693 2009-02-05  Yu-ji Hosokawa  <yu-ji@hoso.net>  (tiny change)
1695         * nt/README.W32: Fix typo.  (Bug#2207)
1697 2009-02-01  Chong Yidong  <cyd@stupidchicken.com>
1699         * admin.el (set-version): Remove deleted file ns-emacs.texi.
1701 2008-12-02  Kenichi Handa  <handa@m17n.org>
1703         * unidata/unidata-gen.el (unidata-prop-alist): Docstring for
1704         `decomposition' property adjusted.
1705         (unidata-split-decomposition): Don't include surrounding "<" and
1706         ">" in a symbol name.
1708 2008-12-01  Kenichi Handa  <handa@m17n.org>
1710         * unidata/unidata-gen.el (unidata-prop-alist): Set `numeric-value'
1711         property generator to unidata-gen-table-numeric.  Docstring adjusted.
1712         (unidata-get-numeric, unidata-put-numeric)
1713         (unidata-gen-table-numeric): New functions.
1714         (unidata-encode-val): Use assoc to get a slot in VAL-LIST.
1716 2008-11-29  Eli Zaretskii  <eliz@gnu.org>
1718         * notes/documentation: Add notes about Antinews.
1720 2008-10-23  Glenn Morris  <rgm@gnu.org>
1722         * admin.el (set-version): Add doc/misc/ns-emacs.texi.
1723         Add/tweak some nextstep/ entries.
1725 2008-09-19  Kenichi Handa  <handa@m17n.org>
1727         * FOR-RELEASE: Add an item for using EMACS_INT for buffer/string
1728         positions.
1730 2008-08-23  Eli Zaretskii  <eliz@gnu.org>
1732         * CPP-DEFINES: Add USER_FULL_NAME.
1734 2008-08-16  Jason Rumney  <jasonr@gnu.org>
1736         * admin.el (set-version): Set version in nt/emacsclient.rc.
1738 2008-08-06  Juanma Barranquero  <lekktu@gmail.com>
1740         * nt/dump.bat: Fix mixed EOLs.
1742 2008-08-04  Adrian Robert  <Adrian.B.Robert@gmail.com>
1744         * CPP-DEFINES: Add DARWIN_OS.  Move USE_LISP_UNION_TYPE away from OS's.
1746 2008-08-02  Eli Zaretskii  <eliz@gnu.org>
1748         * CPP-DEFINES: Add defines for accessing system processes.
1750 2008-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1752         * make-tarball.txt:
1753         * admin.el:
1754         * FOR-RELEASE:
1755         * CPP-DEFINES: Remove mentions of Mac Carbon.
1757 2008-07-16  Glenn Morris  <rgm@gnu.org>
1759         * admin.el (set-version, set-copyright): Add nextstep/ files.
1761 2008-07-15  Adrian Robert  <Adrian.B.Robert@gmail.com>
1763         * CPP-DEFINES: Add NS port related defines.
1765 2008-06-16  Glenn Morris  <rgm@gnu.org>
1767         * admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
1768         doc/lispref/book-spine.texinfo.
1770 2008-06-15  Glenn Morris  <rgm@gnu.org>
1772         * admin.el (set-version): Add doc/misc/faq.texi.
1774 2008-05-22  Juanma Barranquero  <lekktu@gmail.com>
1776         * FOR-RELEASE: Remove Windows problem about the XPM image library
1777         being loaded too soon (fixed by Stefan Monnier on 2008-05-07).
1779 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
1781         * unidata/UnicodeData.txt: Update to Unicode 5.1.
1783 2008-04-14  Juanma Barranquero  <lekktu@gmail.com>
1785         * unidata/unidata-gen.el (unidata-prop-alist):
1786         Fix typo in description of `numeric-value'.
1787         (unidata-put-character): Fix typo in error message.
1789 2008-02-21  Glenn Morris  <rgm@gnu.org>
1791         * notes/unicode, notes/font-backend: New files, split off from
1792         README.unicode.
1794 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
1796         * FOR-RELEASE: Remove the problem of ucs-mule-8859-to-mule-unicode
1797         being used in latin1-disp.el.  Remove the problem of
1798         cp-supported-codepages.  Remove the problem of lost changelog for
1799         ps-prin1.ps.
1801 2008-02-16  Eli Zaretskii  <eliz@gnu.org>
1803         * unidata/makefile.w32-in (unidata.txt): Don't use $<, it's
1804         non-portable in this context.
1806         * unidata/Makefile.in (unidata.txt): Don't use $<, it's
1807         non-portable in this context.
1809 2008-02-09  Eli Zaretskii  <eliz@gnu.org>
1811         * unidata/makefile.w32-in (lisp): New variable.
1812         (EMACSLOADPATH): Use $(lisp).  Add lisp/international and
1813         lisp/emacs-lisp.
1815 2008-02-04  Jason Rumney  <jasonr@gnu.org>
1817         * unidata/makefile.w32-in (unidata.txt): Use ARGQUOTE and DQUOTE macros.
1819 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
1821         * unidata/.cvsignore: Ignore also "Makefile.unix" and "makefile".
1823 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
1825         * unidata/makefile.w32-in (charprop-CMD): Fix last change.
1827         * unidata/Makefile.in: Rename from Makefile.
1829         * unidata/makefile.w32-in: New file.
1831 2008-02-02  Jason Rumney  <jasonr@gnu.org>
1833         * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
1835 2008-02-01  Kenichi Handa  <handa@m17n.org>
1837         * unidata/copyright.html: New file.
1839 2008-02-01  Kenichi Handa  <handa@m17n.org>
1841         * unidata/unidata-gen.el (unidata-get-decomposition): For Hangul
1842         decomposition, if T is the same as TBase, don't include it in the
1843         returned list.
1845 2008-02-01  Kenichi Handa  <handa@m17n.org>
1847         * unidata/unidata-gen.el (unidata-text-file): Delete it.
1848         (unidata-list): Initialize to nil.
1849         (unidata-setup-list): New function.
1850         (unidata-gen-files): New optional arg unidata-text-file.
1851         If it's nil, set unidata-text-file to the left command line arg.
1852         Call unidate-setup-list at first.
1854         * unidata/Makefile (all): Depends on ${DSTDIR}/charprop.el.
1855         (${DSTDIR}/charprop.el): Run emacs after cd to DISDIR.
1857 2008-02-01  Kenichi Handa  <handa@m17n.org>
1859         * unidata/unidata-gen.el: Fix comment typo.
1860         Change string-to-int to string-to-number.
1861         (unidata-text-file): Define to .../unidata.txt.
1862         (unidata-list): Just insert unidata-text-file.
1863         (unidata-get-decomposition): Handle Hangul decomposition.
1864         (unidata-gen-files): Don't use \040, instead at ^L near the end of file.
1866         * unidata/Makefile (unidata.txt): New target.
1867         (charprop.el): Depends on unidata.txt.
1868         (clean): Remove unidata.txt.
1870 2008-02-01  Kenichi Handa  <handa@m17n.org>
1872         * unidata/unidata-gen.el (unidata-get-name): Handle "CJK IDEOGRAPH".
1873         (unidata-get-name): Handle U+110B.
1875 2008-02-01  Kenichi Handa  <handa@m17n.org>
1877         Sub-directory `unidata' is for codes to generate charprop.el and
1878         many other uni-*.el files from `UnicodeData.txt'.
1880         * unidata/README: New file.
1882         * unidata/Makefile: New file.
1884         * unidata/unidata-gen.el: New file.
1886         * unidata/UnicodeData.txt: New file.  Copied from
1887         http://www.unicode.org on 2006-05-23.
1889         * unidata/.cvsignore: New file.
1891 2008-02-01  Kenichi Handa  <handa@m17n.org>
1893         * charsets/.cvsignore: New file.
1895         * charsets/mapconv: Add code for handling KANJI-DATABASE format.
1897         * charsets/Makefile (all): Rename target from charsets.
1898         Depend on ${TRANS_TABLE}.
1899         (CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map, CNS-7.map):
1900         Generate from cns2ucsdkw.txt.
1901         (install): Copy updated files only.
1903 2008-02-02  Kenichi Handa  <handa@m17n.org>
1905         * charsets/cp932.awk: Append user-defined area of CP932.
1907 2008-02-02  Kenichi Handa  <handa@m17n.org>
1909         * charsets/Makefile (JISX2131.map): Convert 0x2015 to 0x2014,
1910         0x2299 to 0x29BF.
1912 2008-02-01  Kenichi Handa  <handa@m17n.org>
1914         * charsets/Makefile (TRANS_TABLE): New macro.
1915         (JISX0208.map): Convert 0x2015 to 0x2014.
1916         (cp51932.el): New target.
1917         (eucjp-ms.el): New target.
1918         (install): Include ${TRANS_TABLE}.
1919         (CJK): Include JISX213A.map.
1920         (JISX213A.map): New target.
1922         * charsets/eucjp-ms.awk: New file.
1924         * charsets/cp51932.awk: New file.
1926 2008-02-01  Kenichi Handa  <handa@m17n.org>
1928         * charsets/cp932.awk: New file.
1930         * charsets/Makefile (CP932-2BYTE.map): Call mapconv with cp932.awk.
1932         * charsets/mapconv: In UNICODE2 case, sort by 4th field after
1933         running an awk program.
1935 2008-02-01  Kenichi Handa  <handa@m17n.org>
1937         * charsets/mapconv: Handle UNICODE2.
1939         * charsets/Makefile (CJK): Include CP932-2BYTE.map.
1940         (CP932-2BYTE.map): New target.
1942 2008-02-01  Kenichi Handa  <handa@m17n.org>
1944         * charsets: New directory for scripts to generate charset map
1945         files in ../etc/charsets/.
1947         * charsets/Makefile, charsets/mapconv, charsets/compact.awk:
1948         * charsets/big5.awk, charsets/gb180302.awk, charsets/gb180304.awk:
1949         * charsets/kuten.awk: New files.
1951 2008-01-08  Glenn Morris  <rgm@gnu.org>
1953         * admin.el (set-version): Add doc/man/emacs.1.
1955 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1957         * notes/copyright:
1958         * MAINTAINERS: Remove references to files that have been removed.
1960 2008-01-04  Glenn Morris  <rgm@gnu.org>
1962         * admin.el (set-copyright): Add lib-src/ebrowse.c.
1964 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1966         * CPP-DEFINES: New file.
1968 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1970         * FOR-RELEASE: Remove "window-system in face definition" [of
1971         gnus-treat-emphasize].  Remove "Gnus archive groups".  Add comment
1972         on gnus-dired.el.
1974 2007-12-05  Glenn Morris  <rgm@gnu.org>
1976         * admin.el (set-version): Handle configure.in.  Adapt for doc/
1977         directory layout for manuals.
1979 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
1981         * FOR-RELEASE: Remove Gnus send mail problem.  Other Gnus bugs have
1982         been fixed in Gnus CVS but have not yet been synched to Emacs.
1984 2007-11-17  Glenn Morris  <rgm@gnu.org>
1986         * admin.el (process-lines): Move to ../lisp/subr.el.
1988 2007-10-23  Glenn Morris  <rgm@gnu.org>
1990         * MAINTAINERS: Move here from ../.
1992 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
1994         * make-emacs: Doc fix.
1996 2007-08-28  Glenn Morris  <rgm@gnu.org>
1998         * admin.el: Provide self.
2000 2007-08-10  Jan Djärv  <jan.h.d@swipnet.se>
2002         * FOR-RELEASE: Add Gtk+ tool bar and GUD focus problem.
2004 2007-07-25  Glenn Morris  <rgm@gnu.org>
2006         * Relicense all FSF files to GPLv3 or later.
2008 2007-06-07  Glenn Morris  <rgm@gnu.org>
2010         * admin.el (set-copyright): New function.
2012 2007-04-25  Nick Roberts  <nickrob@snap.net.nz>
2014         * make-tarball.txt: Add note about cutting the branch.
2016 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
2018         * Version 22.1 released.
2020 2007-02-03  Eli Zaretskii  <eliz@gnu.org>
2022         * nt/makedist.bat: Change EOL format to DOS.  Don't use
2023         redirection characters in REM lines.
2025 2007-01-27  Jan Djärv  <jan.h.d@swipnet.se>
2027         * FOR-RELEASE: Removed Gtk/Xft issue.
2029 2007-01-01  Miles Bader  <miles@gnu.org>
2031         * quick-install-emacs (get_config_var): Deal with weird magic
2032         string inserted by recent versions of autoconf.
2034 2006-11-25  Juanma Barranquero  <lekktu@gmail.com>
2036         * admin.el (set-version): Set version number in
2037         lib-src/makefile.w32-in.
2039 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
2041         * FOR-RELEASE (BUGS): Remove "Build failure under Suse 10.0" was
2042         due to a local miss-configuration.
2044 2006-10-28  Chong Yidong  <cyd@stupidchicken.com>
2046         * make-announcement (OLD): Remove LEIM references in announcement
2047         since it is now built-in.
2049 2006-10-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2051         * admin.el (set-version): Set version numbers in "mac" subdirectory.
2053 2006-10-03  Kenichi Handa  <handa@m17n.org>
2055         * FOR-RELEASE (BUGS): "An iso-8859-6 cannot be saved" fixed.
2057 2006-08-13  Chong Yidong  <cyd@stupidchicken.com>
2059         * FOR-RELEASE: Elisp manual checking completed.
2061 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
2063         * FOR-RELEASE: Update refcard section.
2065 2006-07-14  Kim F. Storm  <storm@cua.dk>
2067         * FOR-RELEASE (BUGS): High cpu load on windows server sockets fixed.
2069 2006-07-09  Kim F. Storm  <storm@cua.dk>
2071         * README: Use outline format.  Add FOR-RELEASE.
2073 2006-06-27  Chong Yidong  <cyd@stupidchicken.com>
2075         * FOR-RELEASE: Checking of info.texi done.
2077 2006-06-08  Reiner Steib  <Reiner.Steib@gmx.de>
2079         * FOR-RELEASE: Update refcard section.
2081 2006-06-07  Reiner Steib  <Reiner.Steib@gmx.de>
2083         * FOR-RELEASE: Update refcard section.
2085 2006-05-25  Chong Yidong  <cyd@stupidchicken.com>
2087         * FOR-RELEASE: Key sequence elisp node done.
2089 2006-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2091         * FOR-RELEASE: Update refcard translations.  Add coding cookie.
2093 2006-05-21  Chong Yidong  <cyd@mit.edu>
2095         * FOR-RELEASE: point-entered /point-left bug fixed.
2097 2006-05-12  Eli Zaretskii  <eliz@gnu.org>
2099         * FOR-RELEASE: Spell-checking the manuals is now done; remove the
2100         entry.
2102 2006-05-06  Bill Wohler  <wohler@newt.com>
2104         * FOR-RELEASE: MH-E 8.0 has been released, so removed reminder
2105         about it.
2107 2006-04-17  Ramprasad B  <ramprasad_i82@yahoo.com>
2109         * ./* (Copyright): Update Copyright year(s).
2111 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2113         * FOR-RELEASE (BUGS): Add URLs/MIDs.
2115 2006-02-20  Kim F. Storm  <storm@cua.dk>
2117         * FOR-RELEASE (NEW FEATURES): Completed work on this item:
2118         Rework how fringe bitmaps are defined and used.
2119         Currently, bitmap usage and bitmap appearance are "mixed-up" in a
2120         one-level representation.  It would be cleaner to split the
2121         representation into a two-level model where first level maps
2122         bitmap usage to a bitmap name, and second level maps bitmap name to
2123         a bitmap appearance.
2125 2006-01-27  Chong Yidong  <cyd@stupidchicken.com>
2127         * FOR-RELEASE: String allocation bugs fixed.
2129 2005-12-13  Bill Wohler  <wohler@newt.com>
2131         * FOR-RELEASE: Ensure MH-E 8.0 has been released.
2133 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2135         * FOR-RELEASE (DOCUMENTATION): Remove message-mail, gnus-*
2136         completing-read-multiple, mail-extract-address-components,
2137         mail-mode, quail-define-package, save-buffer and
2138         ucs-set-table-for-input from doc strings item (Done).
2140 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2142         * FOR-RELEASE: Icons installed.  Partial completion bug fixed.
2144 2005-11-11  Kim F. Storm  <storm@cua.dk>
2146         * FOR-RELEASE (FATAL ERRORS): Fix infinite loop in redisplay
2147         when displaying a non-breaking space in an overlay string.
2149 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
2151         * FOR-RELEASE: Init file change implemented.
2153 2005-10-27  Chong Yidong  <cyd@stupidchicken.com>
2155         * FOR-RELEASE: Fringe angle bitmap at eob fixed.
2157 2005-10-19  Chong Yidong  <cyd@stupidchicken.com>
2159         * FOR-RELEASE (New features): max-image-size implemented.
2160         (Bugs): split-window done, by Kim F. Storm.
2162 2005-10-17  Bill Wohler  <wohler@newt.com>
2164         * FOR-RELEASE (DOCUMENTATION): Remove lisp/toolbar from list
2165         since it's gone.  Also marked mh-e as done.
2167 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
2169         * FOR-RELEASE (FATAL ERRORS): Remove item about JPEG
2170         libraries on Windows (Done).
2172 2005-10-01  Jason Rumney  <jasonr@gnu.org>
2174         * admin.el (set-version): Set version numbers in nt/emacs.rc.
2176 2005-08-31  Romain Francoise  <romain@orebokech.com>
2178         * FOR-RELEASE (New features): Remove vhdl-mode.el update
2179         item (Done).
2181 2005-08-27  Romain Francoise  <romain@orebokech.com>
2183         * FOR-RELEASE (Bugs): Remove compile-internal item (Done).
2185 2005-07-04  Lute Kamstra  <lute@gnu.org>
2187         Update FSF's address in GPL notices.
2189 2005-06-10  Lute Kamstra  <lute@gnu.org>
2191         * admin.el (set-version): Set version in lisp manual too.
2192         * make-tarball.txt: Commit lispref/elisp.texi too.
2194 2005-06-04  Richard M. Stallman  <rms@gnu.org>
2196         * emacs-pretesters: Refer to etc/DEBUG instead of duplicating it.
2197         Other cleanups.
2199 2005-04-19  Lute Kamstra  <lute@gnu.org>
2201         * make-tarball.txt: Don't commit lisp/loaddefs.el.
2203 2005-04-14  Lute Kamstra  <lute@gnu.org>
2205         * nt/makedist.bat (elfiles): Update.
2207         * admin.el (add-release-logs): Fix require call.
2209 2005-03-30  Marcelo Toledo  <marcelo@marcelotoledo.org>
2211         * FOR-RELEASE (Documentation): Add check the Emacs Tutorial.
2212         The first line of every tutorial must begin with a sentence saying
2213         "Emacs Tutorial" in the respective language.  This should be
2214         followed by "See end for copying conditions", likewise in the
2215         respective language.
2217 2005-03-29  Luc Teirlinck  <teirllm@auburn.edu>
2219         * FOR-RELEASE (TO BE DONE SHORTLY BEFORE RELEASE): New section.
2220         Add `undo-ask-before-discard' to it.
2222 2005-03-02  Miles Bader  <miles@gnu.org>
2224         * quick-install-emacs: Only use the mkdir --verbose option if the
2225         script's --verbose option was specified (this avoids problems with
2226         default usage on systems where mkdir doesn't support that option).
2228 2005-02-15  Jason Rumney  <jasonr@gnu.org>
2230         * nt/makedist.bat: Do not rely on non-standard behavior of
2231         tar --exclude.
2233 2004-11-02  Jan Djärv  <jan.h.d@swipnet.se>
2235         * FOR-RELEASE (Indications): Remove two stage update for toolbar (Done).
2237 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
2239         * FOR-RELEASE (Indications): Rearrange checklists for Emacs and
2240         Elisp manuals.
2242 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
2244         * FOR-RELEASE (Indications): Clean up and update checklists for
2245         Emacs and Elisp manuals.
2247 2004-09-11  Kim F. Storm  <storm@cua.dk>
2249         * FOR-RELEASE (New features): Remove Gnus 5.10 entry (Done!).
2250         (Documentation): Add NEWS entry.
2251         Add section lists for proof-reading Emacs and Lisp manuals.
2253 2004-08-29  Kim F. Storm  <storm@cua.dk>
2255         * FOR-RELEASE (Documentation): Add man/ack.texi and AUTHORS.
2257 2004-08-28  Jan Djärv  <jan.h.d@swipnet.se>
2259         * FOR-RELEASE (Indications): Remove entry about GTK and geometry
2260         (now behaves as well as other ports).
2262 2004-06-28  Jan Djärv  <jan.h.d@swipnet.se>
2264         * FOR-RELEASE: Remove entry about GTK and monochrome displays (done).
2266 2004-06-26  Eli Zaretskii  <eliz@is.elta.co.il>
2268         * FOR-RELEASE: Moved here from the etc directory.
2270 2004-05-08  Thien-Thi Nguyen  <ttn@gnu.org>
2272         * notes/BRANCH: New file, to be maintained per CVS branch.
2274 2003-10-01  Miles Bader  <miles@gnu.org>
2276         * quick-install-emacs: Don't use "function" keyword when defining
2277         shell functions.
2279 2003-09-29  Lute Kamstra  <lute@gnu.org>
2281         * make-tarball.txt: Mention regenerating Emacs' AUTHORS file.
2283 2003-09-27  Miles Bader  <miles@gnu.ai.mit.edu>
2285         * quick-install-emacs: Remove fns-* pruning, since that file no
2286         longer seems to be generated.
2287         (AVOID): Quote literal periods.  Quote braces in a way acceptable
2288         to all parties (gawk gets bitchy about using `\').
2290 2003-08-19  Miles Bader  <miles@gnu.org>
2292         * quick-install-emacs: Add arch-specific ignored files to
2293         quick-install-emacs.  Use quoting for periods that's acceptable
2294         to recent versions of gawk.
2296 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
2298         * cus-test.el: Remove obsolete workaround.
2300 2003-04-22  Andrew Innes  <andrewi@gnu.org>
2302         * nt/makedist.bat: Fix multi-file .zip distribution, by splitting
2303         emacs.exe before zipping, and including batch file to recreate
2304         after unpacking.
2306         * nt/README-ftp-server: Update wording and version number etc.
2307         Add extra instructions for installing multi-file .zip
2308         distribution.
2310         * nt/README.W32: Remove personal email address and update wording.
2312         * nt/README-UNDUMP.W32: Remove personal email address and update
2313         wording.
2315 2003-02-10  Francesco Potortì  <pot@gnu.org>
2317         * make-changelog-diff: New script, code stolen from make-announcement.
2319         * make-announcement: Use make-changelog-diff.
2321 2003-01-20  Francesco Potortì  <pot@gnu.org>
2323         * make-tarball.txt: Step-by-step instructions for making a tarball.
2325         * make-announcement: A script for creating pretest announcements.
2327 2003-01-17  Francesco Potortì  <pot@gnu.org>
2329         * admin.el (add-release-logs): Expand the directory name before
2330         calling find(1).
2331         (add-release-logs): Use the same methods as add-log.el for writing
2332         the date and the user's name and address.
2334 2003-01-07  Miles Bader  <miles@gnu.org>
2336         * quick-install-emacs: Unset LANG etc. to avoid non-standard
2337         command output from non-C locales.
2339 2002-10-16  Markus Rost  <rost@math.ohio-state.edu>
2341         * cus-test.el: Extended and reorganized.  There are now 4 tests
2342         which can be run in batch mode.  See the Commentary section.
2344 2002-10-08  Markus Rost  <rost@math.ohio-state.edu>
2346         * cus-test.el: New file.
2348 2002-05-27  Miles Bader  <miles@gnu.org>
2350         * quick-install-emacs (VERSION): Calculate using the same method
2351         that configure.in uses.
2353 2002-04-26  Pavel Janík  <Pavel@Janik.cz>
2355         * emacs-pretesters: New file with information for Emacs
2356         pretesters.
2358 2002-03-22  Paul Eggert  <eggert@twinsun.com>
2360         * quick-install-emacs (PRUNED): Avoid "head -1" and "tail +2", as
2361         POSIX 1003.1-2001 disallows both usages.
2363 2002-02-11  Andrew Innes  <andrewi@gnu.org>
2365         * nt/makedist.bat: Don't include elisp/term/*.el files twice.
2367 2002-01-24  Andrew Innes  <andrewi@gnu.org>
2369         * nt/README.W32: Remove unnecessary version number and date
2370         references.
2372         * nt/README-UNDUMP.W32: Ditto.
2374 2001-12-06  Gerd Moellmann  <gerd@gnu.org>
2376         * make-emacs: Add --trace-move.
2378 2001-10-23  Andrew Innes  <andrewi@gnu.org>
2380         * nt/makedist.bat: Remove remaining obsolete reference to
2381         GETTING.GNU.SOFTWARE.
2383 2001-10-22  Gerd Moellmann  <gerd@gnu.org>
2385         * admin.el (set-version): Use `s' interactive spec for
2386         version number.
2388 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2390         * (Version 21.1 released.)
2392 2001-10-20  Gerd Moellmann  <gerd@gnu.org>
2394         * admin.el (add-release-logs): Put the log entry in lispref, too.
2396 2001-10-20  Miles Bader  <miles@gnu.org>
2398         * quick-install-emacs: Exit if we can't find some variable.
2399         (AVOID): Add .orig & .rej files.
2400         (get_config_var): Be more liberal about format of config.status
2401         sed commands.
2403 2001-10-19  Gerd Moellmann  <gerd@gnu.org>
2405         * admin.el: New file.
2407         * build-configs: Add --help option.  Add support for building
2408         in arbitrary source trees.
2410 2001-10-17  Gerd Moellmann  <gerd@gnu.org>
2412         * alloc-colors.c: New file.
2414 2001-10-13  Gerd Moellmann  <gerd@gnu.org>
2416         * make-emacs: Add --boot switch for bootstrapping.  Logs to
2417         EMACS_ROOT/boot.log, renames previous log file to boot.log.old.
2419 2001-10-05  Gerd Moellmann  <gerd@gnu.org>
2421         * Branch for 21.1.
2423 2001-09-04  Andrew Innes  <andrewi@gnu.org>
2425         * nt/makedist.bat: Remove reference to obsolete file
2426         GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
2427         version of tar used.
2429 ;; Local Variables:
2430 ;; coding: utf-8
2431 ;; End:
2433   Copyright (C) 2001-2014 Free Software Foundation, Inc.
2435   This file is part of GNU Emacs.
2437   GNU Emacs is free software: you can redistribute it and/or modify
2438   it under the terms of the GNU General Public License as published by
2439   the Free Software Foundation, either version 3 of the License, or
2440   (at your option) any later version.
2442   GNU Emacs is distributed in the hope that it will be useful,
2443   but WITHOUT ANY WARRANTY; without even the implied warranty of
2444   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2445   GNU General Public License for more details.
2447   You should have received a copy of the GNU General Public License
2448   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.