Mercurial > hg > xemacs-beta
diff lib-src/ChangeLog @ 460:223736d75acb r21-2-45
Import from CVS: tag r21-2-45
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:43:24 +0200 |
parents | c33ae14dd6d0 |
children | 0784d089fdc9 |
line wrap: on
line diff
--- a/lib-src/ChangeLog Mon Aug 13 11:42:27 2007 +0200 +++ b/lib-src/ChangeLog Mon Aug 13 11:43:24 2007 +0200 @@ -1,3 +1,34 @@ +2001-02-23 Martin Buchholz <martin@xemacs.org> + + * XEmacs 21.2.45 "Thelxepeia" is released. + +2001-02-11 Martin Buchholz <martin@xemacs.org> + + * 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 <martin@xemacs.org> + + * make-dump-id.c (main): No longer #include dump-id.h. + 2001-02-08 Martin Buchholz <martin@xemacs.org> * gnuserv.c (permitted): Compiler warning fixes. @@ -49,7 +80,7 @@ (C_entries): Don't be fooled by things like XDEFUN. (consider_token): Discard asm pseudo function. -2001-01-25 Francesco Potorti` <pot@potorti.it> +2001-01-25 Francesco Potorti` <pot@gnu.org> * etags.c (struct tok): Renamed from struct token. (token): Renamed from tok. @@ -73,7 +104,7 @@ (consider_token, C_entries): Use them. (C_entries): Build proper lisp names for Emacs DEFUNs. -2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it> +2001-01-15 Francesco Potorti` <pot@gnu.org> * etags.c (print_language_names): Print filenames in addition to suffixes. @@ -92,7 +123,7 @@ (Makefile_targets): New function, inspired by Assar Westerlund <assar@sics.se>. -2000-11-07 Francesco Potort́ <pot@pot.cnuce.cnr.it> +2000-11-07 Francesco Potorti` <pot@gnu.org> * etags.c (Texinfo_nodes): Renamed from Texinfo_fuctions and made it conformant to the style of the rest of the code. @@ -104,11 +135,11 @@ potential signed char to int conversion problem. (MSDOS): #undefine befere redefining -2000-02-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it> +2000-02-04 Francesco Potorti` <pot@gnu.org> * etags.c (many functions): Add prototypes. -2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it> +2000-01-31 Francesco Potorti` <pot@gnu.org> * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. (get_compressor_from_suffix, process_file): Use MSDOS in if clause.