X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/cf2f54c4e3d8adb26e3f4b8e9e51364165877444..refs/heads/wip:/admin/ChangeLog diff --git a/admin/ChangeLog b/admin/ChangeLog index 71f936865c..fc58259443 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,4 +1,53 @@ -2014-05-26 Paul Eggert +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. @@ -12,26 +61,54 @@ (uvs-print-table-ivd): Output a header in the form that unidata-gen.el generates. -2014-05-26 YAMAMOTO Mitsuharu +2014-05-25 YAMAMOTO Mitsuharu - * mac/uvs.el: New file. Generates ../src/macuvs.h. + * mac/uvs.el: New file from Mac port. Generates src/macuvs.h. -2014-05-11 Glenn Morris +2014-05-17 Paul Eggert - * find-gc.el: Move here from ../lisp/emacs-lisp. + Assume C99 or later (Bug#17487). + * merge-gnulib (GNULIB_MODULES): Remove stdarg, stdbool. + (GNULIB_TOOL_FLAGS): Avoid stdarg, stdbool. + +2014-05-16 Paul Eggert -2014-05-10 Glenn Morris + 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-17 Paul Eggert +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.