X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/9d1804dcb8b711a6d7eee16f0f54f3d418e2cb53..refs/heads/wip:/admin/ChangeLog diff --git a/admin/ChangeLog b/admin/ChangeLog index 1fbff400ac..fc58259443 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,168 @@ +2014-06-29 Glenn Morris + + * update_autogen: Remove need to cd into/out of lisp/. + + * grammars/Makefile.in (bootstrap-clean): Don't delete Makefile, + for sake of top-level maintainer-clean rule. + +2014-06-26 Eli Zaretskii + + * notes/unicode: Some notes about what to do when a new Unicode + version is imported. + +2014-06-26 Glenn Morris + + * authors.el: Move here from ../lisp/emacs-lisp. + +2014-06-25 Glenn Morris + + * grammars/Makefile.in (${bovinedir}/c-by.el, ${bovinedir}/make-by.el): + (${wisentdir}/js-wy.el, ${wisentdir}/python-wy.el): + Replace with pattern rules. + (${bovinedir}/scm-by.el, ${wisentdir}/javat-wy.el) + (${cedetdir}/srecode/srt-wy.el): Use $<. + + * unidata/Makefile.in (${top_srcdir}/src/macuvs.h): Make and load .elc. + (.el.elc): Replace with pattern rule. + (%.elc): New. + (unidata.txt): Use $<. + (compile): Remove. + (${DSTDIR}/charprop.el): Use order-only prereqs rather than a sub-make. + + * unidata/uvs.el (uvs-print-table-ivd): Fix free variable typo. + +2014-06-21 Glenn Morris + + * unidata/BidiMirroring.txt: Update to 7.0.0 (only comment changes). + * unidata/UnicodeData.txt: Update to 7.0.0. + * unidata/IVD_Sequences.txt: Update to 2014-05-16 version. + +2014-06-21 Stephen Berman + + * notes/elpa: Use "git" instead of "bzr" in the name of machine to + clone the repository from. + +2014-06-13 Glenn Morris + + * unidata/Makefile.in (${DSTDIR}/charprop.el): + GNU make automatically passes command-line arguments to sub-makes. + +2014-06-02 Paul Eggert + + 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-25 YAMAMOTO Mitsuharu + + * mac/uvs.el: New file from Mac port. Generates src/macuvs.h. + +2014-05-17 Paul Eggert + + Assume C99 or later (Bug#17487). + * merge-gnulib (GNULIB_MODULES): Remove stdarg, stdbool. + (GNULIB_TOOL_FLAGS): Avoid stdarg, stdbool. + +2014-05-16 Paul Eggert + + Don't require pkg-config when building from repository. + * merge-pkg-config: New script. + * notes/copyright: Update for m4/*.m4, in particular m4/pkg.m4. + +2014-05-13 Paul Eggert + + * merge-gnulib: Defer to autogen.sh for ACLOCAL_PATH computation. + +2014-05-12 Glenn Morris + + * find-gc.el: Move here from ../lisp/emacs-lisp. + + * 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-18 Paul Eggert + + * 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-04-11 Glenn Morris + + * grammars/Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. + +2014-03-22 Glenn Morris + + * quick-install-emacs (AVOID): Remove testfile and test-distrib. + +2014-03-21 Glenn Morris + + * update_autogen: Auto-detect VCS in use. + (vcs): New variable. + (status, commit, main): Handle git. + +2014-03-07 Paul Eggert + + 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 + + * 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 + + * notes/commits: Add a 'graph on VCS-independent ways of + identifying commits and the desirability thereof. + +2014-01-15 Paul Eggert + + 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 + + * update_autogen (status): New function. Use throughout. + +2014-01-10 Glenn Morris + + * update_autogen: Fix sed bug that was losing the last AUTOGEN_VCS. + +2014-01-04 Glenn Morris + + * admin.el (manual-html-fix-node-div): Handle Texinfo 5's movable
. + (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 + + * 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 + + * check-doc-strings: Replace `perl -w' with `use warnings;'. + 2013-12-30 Glenn Morris * admin.el (manual-html-fix-headers, manual-html-fix-index-1): @@ -15,10 +180,9 @@ 2013-12-27 Xue Fuqiao - * admin.el (manual-misc-manuals, make-manuals): - (manual-pdf, cusver-find-files): - (cusver-new-version, cusver-scan, cusver-goto-xref): - (cusver-check): Doc fix. + * 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 @@ -30,9 +194,8 @@ 2013-12-24 Xue Fuqiao - * admin.el (add-release-logs): - (set-version-in-file, set-version, set-copyright): - Use `user-error'. + * admin.el (add-release-logs, set-version-in-file, set-version) + (set-copyright): Use `user-error'. 2013-12-22 Eli Zaretskii @@ -318,7 +481,7 @@ 2013-05-07 Paul Eggert - 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. @@ -533,10 +696,10 @@ (cusver-scan): Check if containing group has a :version. (cusver-check): Add VERSION argument. -2012-10-01 David Engster +2012-10-06 David Engster * 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 @@ -995,6 +1158,10 @@ * notes/bugtracker (bugtracker_debbugs_url): Fix typo. +2011-02-20 Paul Eggert + + * notes/copyright: Remove src/md5.c and src/md5.h as special cases. + 2011-02-19 Eli Zaretskii * admin.el (set-version): Add msdos/sed2v2.inp. @@ -1002,8 +1169,9 @@ 2011-02-16 Paul Eggert 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 @@ -1526,7 +1694,7 @@ 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. @@ -1952,8 +2120,6 @@ 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. @@ -2073,7 +2239,7 @@ 2001-09-04 Andrew Innes - * 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. @@ -2081,7 +2247,7 @@ ;; 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.