]> code.delx.au - gnu-emacs/blobdiff - lwlib/ChangeLog
Less 'make' chatter for lwlib
[gnu-emacs] / lwlib / ChangeLog
index 6af0b4197400b6d1e29a5ef2b0a1c2887bbbedcf..023804cdfe5a824346d33f51d05a54c96f7a04d5 100644 (file)
@@ -1,5 +1,49 @@
+2015-01-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Less 'make' chatter for lwlib
+       * Makefile.in (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.
+       (liblw.a): Use them.
+
+2014-10-20  Glenn Morris  <rgm@gnu.org>
+
+       * Merge in all changes up to 24.4 release.
+
+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-15  Dmitry Antipov  <dmantipov@yandex.ru>
+
+       * lwlib.h (toplevel): Use unsigned int for LWLIB_ID.
+
+2014-06-28  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in: Use gcc auto-dependency information.
+       Move old dependency information to new file deps.mk.
+       (MKDIR_P, DEPFLAGS, MKDEPDIR, lwlib_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-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Omit redundant extern decls.
+       From Dmitry Antipov.
+       * lwlib-Xm.c (lw_motif_widget_p, xm_update_one_value)
+       (xm_create_dialog, xm_destroy_instance, xm_popup_menu)
+       (xm_set_keyboard_focus, xm_set_main_areas): Remove decls.
+
 2014-06-15  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in ($(globals_h)): Use `make -C' rather than `cd && make'.
+
        * Makefile.in (mostlyclean, clean, distclean, maintainer-clean):
        Declare as PHONY.
        (bootstrap-clean): New.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1995-1999, 2001-2014 Free Software Foundation, Inc.
+  Copyright (C) 1995-1999, 2001-2015 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.