X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/150798c5ac7953c0fd56cffd3b3720015528d820..fa8678ebb05c28c54f114727a0bec7453903dbf0:/oldXMenu/ChangeLog diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 133b18b4e3..2bccaf2f6e 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog @@ -1,3 +1,46 @@ +2014-06-28 Glenn Morris + + * 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 + + * 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 + + * Makefile.in (abs_top_srcdir): New, set by configure. + +2013-09-04 Paul Eggert + + 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 + + Include uniformly in oldXMenu sources. + * Activate.c, AddPane.c, AddSel.c, ChgPane.c, ChgSel.c, Create.c: + * InsPane.c, InsSel.c, Internal.c, XMakeAssoc.c: + Do not include , since XMenuInt.h does that now. + * XLookAssoc.c, XMenuInt.h: Include . + This avoids a build failure when configuring on Fedora 17 + --with-x-toolkit=no, reported by Dmitry Andropov in + . + 2012-10-06 Ulrich Müller * Makefile.in (AR, ARFLAGS): Get values from configure. @@ -633,12 +676,15 @@ * 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-2012 Free Software Foundation, Inc. + Copyright (C) 1993-1999, 2001-2014 Free Software Foundation, Inc. This file is part of GNU Emacs.