]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/ChangeLog
Merge from emacs-24; up to 2014-07-17T10:18:19Z!dmantipov@yandex.ru
[gnu-emacs] / oldXMenu / ChangeLog
index 8f2951700e8836be695054f251adf3638ae223eb..6c0db12e78c17ba77beb16410a541f83ef526dc3 100644 (file)
@@ -1,3 +1,52 @@
+2014-09-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Less chatter in 'make' output.
+       * Makefile.in (clean mostlyclean): Simplify, for shorter command line.
+
+2014-09-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       --enable-silent-rules now suppresses more chatter.
+       * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_CC, am__v_CC_)
+       (am__v_CC_0, am__v_CC_1): New macros, taken from Automake.
+       (.c.o): Use them.
+
+2014-07-12  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * XMenuInt.h (XDeleteAssoc): Remove duplicated prototype to
+       pacify -Wredundant-decls.
+
+2014-06-28  Glenn Morris  <rgm@gnu.org>
+
+       * deps.mk (${OBJS}): Depend on ../src/config.h.
+
+       * Makefile.in: Use gcc auto-dependency information.
+       Move old dependency information to new file deps.mk.
+       (MKDIR_P, DEPFLAGS, MKDEPDIR, oldxmenu_deps_frag):
+       New, set by configure.
+       (DEPDIR): New variable.
+       (ALL_CFLAGS): Add DEPFLAGS.
+       (.c.o): Add MKDEPDIR.
+       (clean, mostlyclean): Delete DEPDIR.
+       * deps.mk, autodeps.mk: New files.
+
+2014-06-15  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (CPPFLAGS): Explicitly set via configure.
+
+       * Makefile.in (mostlyclean, clean, distclean, maintainer-clean, tags):
+       Declare as PHONY.
+       (boostrap-clean): New.
+
+2013-10-24  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (abs_top_srcdir): New, set by configure.
+
+2013-09-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Makefile improvements.
+       * Makefile.in (all, tags): Don't use double-colon rules, as they
+       are not portable according to POSIX.  Mark as phony.
+
 2012-12-04  Paul Eggert  <eggert@cs.ucla.edu>
 
        Include <config.h> uniformly in oldXMenu sources.
 
        * Internal.c: Declare argument `display' in some functions.
 
+1989-08-09  Joseph Arceneaux  (jla@spiff)
+
+       * Makefile: Removed all the unnecessary X stuff.
 
 ;; Local Variables:
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1993-1999, 2001-2013 Free Software Foundation, Inc.
+  Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.