]> code.delx.au - gnu-emacs/blobdiff - admin/ChangeLog
Merge from origin/emacs-24
[gnu-emacs] / admin / ChangeLog
index b32d700451766ca9f9372d47167215ea78d405ca..092bfa9ad59dd710aa49bf1a3c4ddc978276940c 100644 (file)
@@ -1,3 +1,74 @@
+2015-03-03  Kelvin White  <kwhite@gnu.org>
+
+       * MAINTAINERS: Add myself to section 2
+
+2015-03-03  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el (manual-meta-string): Use bug-gnu-emacs@gnu email address
+       rather than webmasters@gnu.
+
+2015-01-28  Glenn Morris  <rgm@gnu.org>
+
+       * update_autogen (commit): Prepend "# " to commit message.
+
+2015-01-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Fix a couple of AM_V_GEN bugs
+       * unidata/Makefile.in (unifiles): Use AM_V_at instead of AM_V_GEN,
+       since this doesn't generate a file.
+
+2015-01-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * unidata/uvs.el (uvs-print-table-ivd): Call set-binary-mode on
+       stdout.
+
+2015-01-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Say "ELC foo.elc" instead of "GEN foo.elc"
+       * unidata/Makefile.in (AM_V_ELC, am__v_ELC_, am__v_ELC_0)
+       (am__v_ELC_1): New macros.
+       (%.elc): Use them.
+
+2015-01-08  Glenn Morris  <rgm@gnu.org>
+
+       * authors.el (authors-aliases): Add an entry to ignore.
+
+2015-01-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Less 'make' chatter for admin/grammars
+       * grammars/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN)
+       (am__v_GEN_, am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_)
+       (am__v_at_0, am__v_at_1): New macros, from src/Makefile.in.
+       (${bovinedir}/%-by.el, ${bovinedir}/scm-by.el)
+       (${cedetdir}/semantic/%-wy.el, ${wisentdir}/%-wy.el)
+       (${wisentdir}/javat-wy.el, ${cedetdir}/srecode/srt-wy.el): Use them.
+
+       Less chatter in batch mode
+       * unidata/unidata-gen.el (unidata-gen-files):
+       Don't output messages like "Generating ..." in batch mode.
+
+2015-01-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Less 'make' chatter for unidata
+       * unidata/Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
+       (am__v_GEN_0, am__v_GEN_1, AM_V_at, am__v_at_, am__v_at_0, am__v_at_1):
+       New macros, from ../src/Makefile.in.
+       (${top_srcdir}/src/macuvs.h, %.elc, unidata.txt)
+       (${unidir}/charprop.el, unifiles): Use them.
+       (PHONY_EXTRAS): New macro.
+       (.PHONY, ${unidir}/charprop.el): Use it.
+       (FORCE): Remove; all uses replaced by PHONY_EXTRAS manipulation.
+       (${unidir}/charprop.el, extraclean):
+       Use 'make' conditionals rather than shell.
+
+2015-01-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * update-copyright (emacsver): Change to emacsver.tex.in.
+
+2014-12-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * merge-gnulib (GNULIB_MODULES): Add stpcpy.
+
 2014-12-24  Glenn Morris  <rgm@gnu.org>
 
        * authors.el (authors-obsolete-files-regexps)
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2001-2014 Free Software Foundation, Inc.
+  Copyright (C) 2001-2015 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.