X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib-src%2FChangeLog;h=6f18a156dfc0187d2138cbe8a2e944d39ecfd0e0;hb=041e98cf4c48018877365e3bfb37cfc09b54cc6d;hp=ae5c8afd457ad9470df398b678b28c04d72c8bc1;hpb=40402600969429d5253e62c6314a3eebbb21f027;p=chise%2Fxemacs-chise.git diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index ae5c8af..6f18a15 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,88 @@ +2001-05-17 Stephen J. Turnbull + + * XEmacs 21.4.3 "Academic Rigor" is released. + +2001-05-10 Stephen J. Turnbull + + * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released. + +2001-04-20 Ben Wing + + * .cvsignore: Added stuff for Windows. + +2001-04-19 Stephen J. Turnbull + + * XEmacs 21.4.1 "Copyleft" is released. + +2001-04-16 Stephen J. Turnbull + + * XEmacs 21.4.0 "Solid Vapor" is released. + +2001-04-14 Stephen J. Turnbull + + * XEmacs 21.2.47 "Zephir" is released. + +2000-08-01 Jon Schewe + + * gnuclient.c (filename_expand): Let Cygwin convert Windows path + to Unix. + +2001-03-23 Stephen J. Turnbull + + * gnuserv.h: Document TMPDIR lossage if client/server values differ. + +2001-03-21 Martin Buchholz + + * XEmacs 21.2.46 "Urania" is released. + +2001-03-19 Andy Piper + + * installexe.sh: use bash by default. + +2001-03-09 William M. Perry + + * gnuclient.c: The Great GTK Merge. + +2000-08-10 Ben Wing + + * update-elc.sh: deleted (retroactively). replaced by update-elc-2.el, + which does the same thing but in a platform-independent way. + +2001-02-23 Martin Buchholz + + * XEmacs 21.2.45 "Thelxepeia" is released. + +2001-02-11 Martin Buchholz + + * Makefile.in.in: Cleanup. + Fixes bug: all must depend on make-dump-id. + Don't install make-path; only used at build time. + Avoid duplicating file lists for maintainability. + (PUBLIC_INSTALLABLE_SCRIPTS): More logical naming. + (PUBLIC_INSTALLABLE_EXES): Likewise. + (PUBLIC_INSTALLABLES): Likewise. + (PRIVATE_INSTALLABLE_SCRIPTS): More logical naming. + (PRIVATE_INSTALLABLE_EXES): Likewise. + (PRIVATE_INSTALLABLES): Likewise. + (SCRIPTS): Likewise. + (EXES): New. + (PROGS): New. + (SOURCES): Remove. + (BUILD_UTILITIES): New. Non-installed utilities. + (INSTALL_GNUSERV): New. + (unlock): Remove obsolete target. + (relock): Remove obsolete target. + (aixcc.c): Remove. Obsolete. + * aixcc.lex: Remove. Obsolete. + +2001-02-12 Martin Buchholz + + * make-dump-id.c (main): No longer #include dump-id.h. + +2001-02-08 Martin Buchholz + + * gnuserv.c (permitted): Compiler warning fixes. + 2001-02-08 Martin Buchholz * XEmacs 21.2.44 "Thalia" is released. @@ -45,7 +130,7 @@ (C_entries): Don't be fooled by things like XDEFUN. (consider_token): Discard asm pseudo function. -2001-01-25 Francesco Potorti` +2001-01-25 Francesco Potorti` * etags.c (struct tok): Renamed from struct token. (token): Renamed from tok. @@ -69,7 +154,7 @@ (consider_token, C_entries): Use them. (C_entries): Build proper lisp names for Emacs DEFUNs. -2001-01-15 Francesco Potorti` +2001-01-15 Francesco Potorti` * etags.c (print_language_names): Print filenames in addition to suffixes. @@ -88,7 +173,7 @@ (Makefile_targets): New function, inspired by Assar Westerlund . -2000-11-07 Francesco Potortì +2000-11-07 Francesco Potorti` * etags.c (Texinfo_nodes): Renamed from Texinfo_fuctions and made it conformant to the style of the rest of the code. @@ -100,11 +185,11 @@ potential signed char to int conversion problem. (MSDOS): #undefine befere redefining -2000-02-04 Francesco Potorti` +2000-02-04 Francesco Potorti` * etags.c (many functions): Add prototypes. -2000-01-31 Francesco Potorti` +2000-01-31 Francesco Potorti` * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. (get_compressor_from_suffix, process_file): Use MSDOS in if clause.