[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lib-src/ChangeLog
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] Changes to emacs/lib-src/ChangeLog |
Date: |
Tue, 26 Jul 2005 17:43:16 -0400 |
Index: emacs/lib-src/ChangeLog
diff -c emacs/lib-src/ChangeLog:2.283 emacs/lib-src/ChangeLog:2.284
*** emacs/lib-src/ChangeLog:2.283 Wed Jul 13 21:47:54 2005
--- emacs/lib-src/ChangeLog Tue Jul 26 21:43:12 2005
***************
*** 1,3 ****
--- 1,19 ----
+ 2005-07-26 Paul Eggert <address@hidden>
+
+ Merge gnulib getopt implementation into Emacs.
+
+ * Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t.
+ (GETOPT_H): New macro, from gnulib.
+ (getopt.h): New rule, from gnulib.
+ (GETOPTOBJS): Now autoconfigured.
+ (GETOPTDEPS): getopt.h is now autoconfigured.
+ (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h.
+ (getopt.o): Depend on ${srcdir}/gettext.h.
+ (movemail.o): Depend on $(GETOPT_H).
+ * getopt.c, getopt1.c: Sync from gnulib.
+ * getopt_.h, getopt_int.h, gettext.h: New files, from gnulib.
+ * getopt.h: Removed (now is getopt_.h).
+
2005-07-13 Ken Raeburn <address@hidden>
* pop.c: Don't include des.h (or variants thereof); krb.h will do