aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-09-04 03:48:17 +0000
committerKaroly Lorentey2005-09-04 03:48:17 +0000
commitfbf349734468d48b421c3d03074bb66dfcf3115b (patch)
tree0a7d1ee844b6c591a5a499d23e35931945106e5a /lib-src/ChangeLog
parentf0caabd962b662cccbea472995d86af718cc8d0b (diff)
parent4b5fa40e1f1ba3cafde672863a0331311d1c2695 (diff)
downloademacs-fbf349734468d48b421c3d03074bb66dfcf3115b.tar.gz
emacs-fbf349734468d48b421c3d03074bb66dfcf3115b.zip
Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Patches applied: * lorentey@elte.hu--2004/emacs--cvs-trunk--0--base-0 tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474 * lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-1 Add CVS metadata files. * lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-2 Update from CVS. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-393
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog31
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 @@
12005-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
92005-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
252005-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
12005-07-04 Lute Kamstra <lute@gnu.org> 322005-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.