* admin/FOR-RELEASE: Mention ack.texi
[bpt/emacs.git] / admin / ChangeLog
index 8746657..71f9368 100644 (file)
@@ -1,3 +1,339 @@
+2014-05-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Include sources used to create macuvs.h.
+       * unidata/IVD_Sequences.txt: New file.
+       * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): New rule.
+       (all): Build it.
+       (extraclean): Remove it.
+       * unidata/README: Mention BidiMirroring.txt and IVD_Sequences.txt.
+       * unidata/copyright.html: Update to current version from Unicode
+       Consortium.
+       * unidata/uvs.el: Rename from ../mac/uvs.el.
+       (uvs-print-table-ivd): Output a header in the form that
+       unidata-gen.el generates.
+
+2014-05-26  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * mac/uvs.el: New file.  Generates ../src/macuvs.h.
+
+2014-05-11  Glenn Morris  <rgm@gnu.org>
+
+       * find-gc.el: Move here from ../lisp/emacs-lisp.
+
+2014-05-10  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (set-version-in-file): Don't set identical version.
+       (set-version): Provide default version number.
+       (set-version, set-copyright): Give start/end messages.
+
+2014-04-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * notes/bzr: Update instructions for merging from gnulib.
+       Remove obsolete note about tramp.el and tramp-sh.el.
+       Change "emacs-23" to "emacs-24".
+
+2014-03-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix oversight preventing lib/sys/types.h from being generated.
+       * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid sys_types.
+
+2014-02-06  David Engster  <deng@randomsample.de>
+
+       * grammars/c.by (function-pointer): Correctly deal with anonymous
+       function pointers.
+       (opt-brackets-after-symbol): New.
+       (multi-stage-dereference): Use it.  Add rules for explicit
+       matching the last dereference.
+
+2014-01-16  Eric S. Raymond  <esr@thyrsus.com>
+
+       * notes/commits: Add a 'graph on VCS-independent ways of
+       identifying commits and the desirability thereof.
+
+2014-01-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix copyright license notices for Adobe Unicode mapping files.
+       * charsets/mapfiles/README: The copied files are not compressed.
+       Check for copies as of today.
+       * charsets/mapfiles/stdenc.txt, charsets/mapfiles/symbol.txt:
+       Update from table version 0.2 (1999-03-30) to 1.0 (2011-07-12).
+       This doesn't change the table data, just copyright license notice.
+       The new notices are compatible with the GPL, the old ones were not.
+
+2014-01-13  Glenn Morris  <rgm@gnu.org>
+
+       * update_autogen (status): New function.  Use throughout.
+
+2014-01-10  Glenn Morris  <rgm@gnu.org>
+
+       * update_autogen: Fix sed bug that was losing the last AUTOGEN_VCS.
+
+2014-01-04  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (manual-html-fix-node-div): Handle Texinfo 5's movable <hr>.
+       (manual-html-fix-index-2): Tweak Texinfo 5 table format.
+       Fix minor Texinfo 4 issue with start of detailed menu.
+
+2014-01-03  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el: More Texinfo 5 updates.
+       (manual-html-fix-headers): Tweak Texinfo 5 body.
+       (manual-html-fix-node-div): Treat "header" like "node".
+       (manual-html-fix-index-1): Handle Texinfo 5 top heading.
+       (manual-html-fix-index-2): Tweak Texinfo 5 listing tables.
+
+2014-01-02  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * check-doc-strings: Replace `perl -w' with `use warnings;'.
+
+2013-12-30  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (manual-html-fix-headers, manual-html-fix-index-1):
+       Some updates for changes in Texinfo 5 output.
+
+2013-12-29  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * make-emacs:
+       * build-configs: Add the "use strict;" and "use warnings;" pragmas.
+
+2013-12-28  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (cusver-scan): Warn about missing :types.
+       (cusver-check): Interactively, require existing directories.
+
+2013-12-27  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * admin.el (manual-misc-manuals, make-manuals, manual-pdf)
+       (cusver-find-files, cusver-new-version, cusver-scan)
+       (cusver-goto-xref, cusver-check): Doc fix.
+       (manual-html-node, cusver-check): Use `user-error'.
+
+2013-12-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Automate the procedure for updating copyright year.
+       * merge-gnulib (GNULIB_MODULES): Add update-copyright.
+       * notes/years: Mention admin/update-copyright.
+       * update-copyright: New file.
+
+2013-12-24  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * admin.el (add-release-logs, set-version-in-file, set-version)
+       (set-copyright): Use `user-error'.
+
+2013-12-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * unidata/unidata-gen.el (unidata-split-name): Don't give any NAME
+       to <control> characters: the Unicode Standard says they have no
+       name.  (Bug#16216)
+       (unidata-describe-bidi-class): Add new "isolate" classes
+       introduced by Unicode 6.3.
+
+2013-12-12  David Engster  <deng@randomsample.de>
+
+       * grammars/c.by (expr-binop): Add MOD.
+       (variablearg): Add 'opt-assign'.
+       (variablearg, varnamelist): Add default values so that it can be
+       later expanded into the tag.
+       (opt-stuff-after-symbol): Rename to 'brackets-after-symbol' and
+       remove empty match.
+       (multi-stage-dereference): Adapt to above rename.
+       (unaryexpression): Use 'symbol' instead of 'namespace-symbol',
+       since the latter also leads to an empty match at the end which
+       would make this too greedy.
+       (variablearg-opt-name): Support parsing of function pointers
+       inside an argument list.
+
+2013-12-12  Glenn Morris  <rgm@gnu.org>
+
+       * update_autogen (info_dir):
+       Use dir_top from build-aux/ rather than admin/.
+
+       * update_autogen: Add option to generate info/dir.
+       (Usage): Add -I.
+       (info_flag): New variable.
+       (-I): New option.
+       (doc): Maybe check its status.
+       (info_dir): New function.
+       * dir_top: New file.
+
+2013-12-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Remove the option of using libcrypto.
+       * merge-gnulib: Remove lib/gl_openssh.h and m4/gl-openssl.m4.
+
+2013-12-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * unidata/unidata-gen.el (unidata-prop-alist): Update bidi-class
+       to include the new isolate-related classes introduced with Unicode
+       v6.3.
+       (unidata-encode-val): Accept an additional optional argument, a
+       warning message to emit when UnicodeData.txt defines bidi-class
+       values that are not in unidata-prop-alist.  Add a comment
+       explaining what should maintainers do if/when such a warning ever
+       appears.
+       (unidata-gen-table): Call unidata-encode-val with 3rd arg non-nil
+       when generating uni-bidi.el.
+
+2013-12-01  Glenn Morris  <rgm@gnu.org>
+
+       * unidata/Makefile.in (${DSTDIR}/charprop.el):
+       Ensure output files are writable.
+
+2013-11-30  Glenn Morris  <rgm@gnu.org>
+
+       * grammars/Makefile.in: Ensure output files are writable.
+
+2013-11-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * charsets/mule-charsets.el: Rewritten to work in Emacs 23 and
+       later.  (Bug#16007)
+
+2013-11-30  Glenn Morris  <rgm@gnu.org>
+
+       Stop keeping (most) generated cedet grammar files in the repository.
+       * grammars/README: Remove.
+       * grammars/Makefile.in: New file.
+       * grammars/c.by, grammars/java-tags.wy, grammars/js.wy:
+       * grammars/python.wy: Update declarations to match generated outputs.
+
+2013-11-28  Glenn Morris  <rgm@gnu.org>
+
+       * unidata/unidata-gen.el (unidata-gen-files):
+       Disable autoloads in generated files.
+
+2013-11-27  Glenn Morris  <rgm@gnu.org>
+
+       * unidata/Makefile.in (all, install, clean, bootstrap-clean)
+       (distclean, maintainer-clean): Declare as PHONY.
+       (compile, extraclean): New.
+       (${DSTDIR}/charprop.el): Depend on source files rather than
+       intermediate products.
+
+2013-11-11  Glenn Morris  <rgm@gnu.org>
+
+       * unidata/BidiMirroring.txt, unidata/UnicodeData.txt: Update to 6.3.0.
+
+       * unidata/unidata-gen.el (unidata-gen-files):
+       Tweak whitespace in generated files.
+
+2013-11-09  Glenn Morris  <rgm@gnu.org>
+
+       * unidata/unidata-gen.el (unidata-gen-files):
+       Fix deletion of existing output files after 2013-10-30 changes.
+
+2013-11-07  Glenn Morris  <rgm@gnu.org>
+
+       * unidata/unidata-gen.el (unidata-gen-files):
+       Disable version-control in generated files.
+       Update Unicode Inc. copyright years.
+
+2013-11-05  Glenn Morris  <rgm@gnu.org>
+
+       * update_autogen: Move here from ../autogen.
+       (usage): Update.  Remove -l, add -A.
+       (autogendir): New variable.
+       (ldefs_flag): Default to set.
+       (genfiles): Reduce to only ms-dos relevant files.
+       (main): Make checking autogen sources optional.
+       Make copying of autogen files optional.
+
+2013-10-30  Glenn Morris  <rgm@gnu.org>
+
+       * unidata/unidata-gen.el (unidata-gen-files): Use pop.
+       Also take the output directory as an argument.
+       * unidata/Makefile.in: Simplify now that unidata-gen-files takes
+       the output directory as an argument (no need to cd, etc).
+       (abs_srcdir, abs_builddir): Remove.
+       (abs_top_builddir): Replace by top_builddir.
+       (${DSTDIR}/charprop.el): No need to cd.  Pass dest as argument.
+       (${DSTDIR}/charprop.el, charprop.el):
+       No need to pass unidata.txt as argument.
+
+       * unidata/unidata-gen.el (unidata--ensure-compiled): New function.
+       (unidata-gen-table-name, unidata-gen-table-decomposition)
+       (unidata-gen-files): Use unidata--ensure-compiled.
+
+       * unidata/Makefile.in (abs_srcdir): New, set by configure.
+       (${DSTDIR}/charprop.el, charprop.el): Update for srcdir not absolute.
+       (clean): Delete all .elc files.
+       (bootstrap-clean): New rule.
+
+2013-10-23  Glenn Morris  <rgm@gnu.org>
+
+       * unidata/Makefile.in (emacs, ${DSTDIR}/charprop.el):
+       Quote entities that might contain whitespace.
+
+2013-10-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Improve support for popcount and counting trailing zeros (Bug#15550).
+       * merge-gnulib (GNULIB_MODULES): Add count-one-bits
+       and count-trailing-zeros.
+
+2013-10-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Use hardware support for byteswapping on glibc x86 etc.
+       * merge-gnulib (GNULIB_MODULES): Add byteswap.
+
+2013-08-28  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * unidata/Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
+       for portability to hosts where /bin/sh has problems.
+
+2013-08-27  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (manual-misc-manuals): Use INFO_COMMON rather than
+       INFO_TARGETS.  "faq" does not need special treatment any more.
+
+2013-08-15  Glenn Morris  <rgm@gnu.org>
+
+       * make-tarball.txt: Mention generating pdfs in etc/refcards.
+
+2013-08-15  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * notes/hydra: More information about Hydra.
+
+2013-08-10  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * notes/hydra: New file.
+
+2013-08-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix some minor races in hosts lacking mkostemp (Bug#15015).
+       * merge-gnulib (GNULIB_MODULES): Add mkostemp.
+
+2013-07-12  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (manual-style-string): Use non-abbreviated url.
+
+2013-07-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Port recent close-on-exec changes to Cygwin (Bug#14821).
+       * merge-gnulib (GNULIB_TOOL_FLAGS): Don't avoid binary-io.
+
+       Handle error numbers a bit more reliably.
+       * merge-gnulib (GNULIB_MODULES): Remove ignore-value.
+
+2013-07-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Make file descriptors close-on-exec when possible (Bug#14803).
+       * merge-gnulib (GNULIB_MODULES): Add fcntl, pipe2.
+       (GNULIB_TOOL_FLAGS): Avoid binary-io, close.  Do not avoid fcntl.
+
+2013-07-06  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (manual-misc-manuals): New function.
+       (make-manuals): Avoid hard-coding list of misc manuals.
+       Add the option to only make certain type(s) of output.
+       (manual-misc-html): Special-case ccmode and efaq.
+       (manual-html-mono, manual-html-node, manual-pdf, manual-ps):
+       Move creation of output directory here from make-manuals.
+       (manual-html-fix-index-2): Avoid dynamic reference to `f'.
+
+2013-07-05  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (make-manuals): Use a standard location for lispintro.
+       Use a pdf/ subdirectory for pdf versions.
+
 2013-06-29  Glenn Morris  <rgm@gnu.org>
 
        * admin.el (make-manuals): Don't bother with txt or dvi any more.
 
 2013-05-07  Paul Eggert  <eggert@cs.ucla.edu>
 
-       Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
+       Use Gnulib ACL implementation, for benefit of Solaris etc.  (Bug#14295)
        * merge-gnulib (GNULIB_MODULES): Add qacl.
        (GNULIB_TOOL_FLAGS): Do not avoid errno.
 
        (cusver-scan): Check if containing group has a :version.
        (cusver-check): Add VERSION argument.
 
-2012-10-01  David Engster  <deng@randomsample.de>
+2012-10-06  David Engster  <deng@randomsample.de>
 
        * grammars/bovine-grammar.el:
-       * grammars/wisent-grammar.el: Move to lisp directory.
+       * grammars/wisent-grammar.el: Move to lisp/cedet/semantic directory.
 
 2012-10-01  David Engster  <deng@randomsample.de>
 
 
        * notes/bugtracker (bugtracker_debbugs_url): Fix typo.
 
+2011-02-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * notes/copyright: Remove src/md5.c and src/md5.h as special cases.
+
 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
 
        * admin.el (set-version): Add msdos/sed2v2.inp.
 2011-02-16  Paul Eggert  <eggert@cs.ucla.edu>
 
        Remove no-longer needed getloadavg symbols.
-       * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE):
+       * CPP-DEFINES (LOAD_AVE_CVT, LOAD_AVE_TYPE, FSCALE, KERNEL_FILE)
        (LDAV_SYMBOL): Remove.
+       * notes/copyright: Remove src/getloadavg.c as a special case.
 
 2011-02-12  Glenn Morris  <rgm@gnu.org>
 
        Sub-directory `unidata' is for codes to generate charprop.el and
        many other uni-*.el files from `UnicodeData.txt'.
 
-       * Unidata/README: New file.
+       * unidata/README: New file.
 
        * unidata/Makefile: New file.
 
        emacs.exe before zipping, and including batch file to recreate
        after unpacking.
 
-       * nt/stitch.bat: New file.
-
        * nt/README-ftp-server: Update wording and version number etc.
        Add extra instructions for installing multi-file .zip
        distribution.
 
 2001-09-04  Andrew Innes  <andrewi@gnu.org>
 
-       * admin/nt/makedist.bat: Remove reference to obsolete file
+       * nt/makedist.bat: Remove reference to obsolete file
        GETTING.GNU.SOFTWARE.  Remove outdated comments.  Explain about
        version of tar used.
 
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2001-2013 Free Software Foundation, Inc.
+  Copyright (C) 2001-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.