diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index bd6949c799c..5767b49aaed 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2005-07-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * .cvsignore: Don't ignore fns-* and fns.el, which are no longer | ||
| 4 | generated. Ignore also ctags.c and getopt.h. | ||
| 5 | |||
| 6 | * makefile.w32-in (clean): Delete getopt.h. | ||
| 7 | (getopt.h): New rule. | ||
| 8 | |||
| 9 | 2005-07-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 10 | |||
| 11 | Merge gnulib getopt implementation into Emacs. | ||
| 12 | |||
| 13 | * Makefile.in (mostlyclean): Remove getopt.h, getopt.h-t. | ||
| 14 | (GETOPT_H): New macro, from gnulib. | ||
| 15 | (getopt.h): New rule, from gnulib. | ||
| 16 | (GETOPTOBJS): Now autoconfigured. | ||
| 17 | (GETOPTDEPS): getopt.h is now autoconfigured. | ||
| 18 | (getopt.o, getopt1.o): Depend on $(GETOPT_H), not ${srcdir}/getopt.h. | ||
| 19 | (getopt.o): Depend on ${srcdir}/gettext.h. | ||
| 20 | (movemail.o): Depend on $(GETOPT_H). | ||
| 21 | * getopt.c, getopt1.c: Sync from gnulib. | ||
| 22 | * getopt_.h, getopt_int.h, gettext.h: New files, from gnulib. | ||
| 23 | * getopt.h: Removed (now is getopt_.h). | ||
| 24 | |||
| 25 | 2005-07-13 Ken Raeburn <raeburn@gnu.org> | ||
| 26 | |||
| 27 | * pop.c: Don't include des.h (or variants thereof); krb.h will do | ||
| 28 | it. | ||
| 29 | (sendline): Add the \r\n to the line in a temporary buffer, and | ||
| 30 | write it all at once. | ||
| 31 | |||
| 1 | 2005-07-04 Lute Kamstra <lute@gnu.org> | 32 | 2005-07-04 Lute Kamstra <lute@gnu.org> |
| 2 | 33 | ||
| 3 | Update FSF's address in GPL notices. | 34 | Update FSF's address in GPL notices. |