diff options
| author | Miles Bader | 2005-07-29 01:54:54 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-07-29 01:54:54 +0000 |
| commit | 58b646fafc27ea5fb93fa95d5ff84187d689d315 (patch) | |
| tree | 361704f8149dccf6d1578bea3b89da11ced846f7 /lib-src/ChangeLog | |
| parent | ffc3bd5c6c5ce65d4390c3523e4527c701a0ed95 (diff) | |
| parent | d44e3b453c528446579182d82284abbfd80f8b7d (diff) | |
| download | emacs-58b646fafc27ea5fb93fa95d5ff84187d689d315.tar.gz emacs-58b646fafc27ea5fb93fa95d5ff84187d689d315.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-74
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 493-503)
- Update from CVS
- Update from CVS: lisp/startup.el (command-line): Fix typo.
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 95-98)
- Update from CVS
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index dd4dc62a562..5767b49aaed 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 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 | |||
| 1 | 2005-07-13 Ken Raeburn <raeburn@gnu.org> | 25 | 2005-07-13 Ken Raeburn <raeburn@gnu.org> |
| 2 | 26 | ||
| 3 | * pop.c: Don't include des.h (or variants thereof); krb.h will do | 27 | * pop.c: Don't include des.h (or variants thereof); krb.h will do |