X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1bb3da3814817a1ac12b2e54f3a1258b39ae0dd7..0925c80cd3d8f9a973d699fc1dbdbe79cca62988:/lib-src/ChangeLog diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d913fbaf2c..5767b49aae 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,89 @@ +2005-07-27 Juanma Barranquero + + * .cvsignore: Don't ignore fns-* and fns.el, which are no longer + generated. Ignore also ctags.c and getopt.h. + + * makefile.w32-in (clean): Delete getopt.h. + (getopt.h): New rule. + +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. + +2005-03-04 YAMAMOTO Mitsuharu + + * make-docfile.c: Undo previous change. + +2005-02-04 Andreas Schwab + + * movemail.c (fatal): Accept third parameter and pass down to + error. + (pfatal_with_name): Pass error string as format parameter instead + of as part of format string. + (pfatal_and_delete): Likewise. + (main): Adjust call to fatal. + (xmalloc): Likewise. + +2005-01-29 Richard M. Stallman + + * movemail.c (popmail): Don't use Errmsg as format string. + +2004-12-26 YAMAMOTO Mitsuharu + + * make-docfile.c: Include stdlib.h even if WINDOWSNT is not + defined. + 2004-12-15 Andreas Schwab * etags.c (main): Fix typo in conversion of LONG_OPTIONS from