X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/5b9562c3df6c19b5f698b2ee3dc678086e5dedee..9eff9fe3e8ab53b7a8ad2c1633b0681beb3b655c:/lib-src/ChangeLog diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 513bc8f21b..33a39fb68e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,54 @@ +2005-07-26 Paul Eggert + + 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 + + * pop.c: Don't include des.h (or variants thereof); krb.h will do + it. + (sendline): Add the \r\n to the line in a temporary buffer, and + write it all at once. + +2005-07-04 Lute Kamstra + + Update FSF's address in GPL notices. + +2005-06-13 Eli Zaretskii + + * makefile.w32-in ($(DOC)): Fix last change. + +2005-06-12 Eli Zaretskii + + * makefile.w32-in ($(DOC)): Depend on make-docfile.exe, + temacs.exe, and the preloaded *.elc files. This avoids + unnecessary dumping and DOC rebuilding. + +2005-06-04 Eli Zaretskii + + * ntlib.h (fileno): Don't define if already defined. + +2005-05-25 Thien-Thi Nguyen + + * yow.c (setup_yow): Use EXIT_FAILURE in case no separators found. + (yow): Use EXIT_FAILURE in case of memory error. + +2005-05-13 YAMAMOTO Mitsuharu + + * make-docfile.c (DIRECTORY_SEP): New macro. + (IS_DIRECTORY_SEP): Use it. + 2005-03-18 Jan Dj,Ad(Brv * emacsclient.c: Avoid expansion of getcwd when defined as a macro.