Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 459:9d4fd877b885 | 460:223736d75acb |
|---|---|
| 1 2001-02-23 Martin Buchholz <martin@xemacs.org> | |
| 2 | |
| 3 * XEmacs 21.2.45 "Thelxepeia" is released. | |
| 4 | |
| 5 2001-02-11 Martin Buchholz <martin@xemacs.org> | |
| 6 | |
| 7 * Makefile.in.in: Cleanup. | |
| 8 Fixes bug: all must depend on make-dump-id. | |
| 9 Don't install make-path; only used at build time. | |
| 10 Avoid duplicating file lists for maintainability. | |
| 11 (PUBLIC_INSTALLABLE_SCRIPTS): More logical naming. | |
| 12 (PUBLIC_INSTALLABLE_EXES): Likewise. | |
| 13 (PUBLIC_INSTALLABLES): Likewise. | |
| 14 (PRIVATE_INSTALLABLE_SCRIPTS): More logical naming. | |
| 15 (PRIVATE_INSTALLABLE_EXES): Likewise. | |
| 16 (PRIVATE_INSTALLABLES): Likewise. | |
| 17 (SCRIPTS): Likewise. | |
| 18 (EXES): New. | |
| 19 (PROGS): New. | |
| 20 (SOURCES): Remove. | |
| 21 (BUILD_UTILITIES): New. Non-installed utilities. | |
| 22 (INSTALL_GNUSERV): New. | |
| 23 (unlock): Remove obsolete target. | |
| 24 (relock): Remove obsolete target. | |
| 25 (aixcc.c): Remove. Obsolete. | |
| 26 * aixcc.lex: Remove. Obsolete. | |
| 27 | |
| 28 2001-02-12 Martin Buchholz <martin@xemacs.org> | |
| 29 | |
| 30 * make-dump-id.c (main): No longer #include dump-id.h. | |
| 31 | |
| 1 2001-02-08 Martin Buchholz <martin@xemacs.org> | 32 2001-02-08 Martin Buchholz <martin@xemacs.org> |
| 2 | 33 |
| 3 * gnuserv.c (permitted): Compiler warning fixes. | 34 * gnuserv.c (permitted): Compiler warning fixes. |
| 4 | 35 |
| 5 2001-02-08 Martin Buchholz <martin@xemacs.org> | 36 2001-02-08 Martin Buchholz <martin@xemacs.org> |
| 47 feature, do not show help for the -C option, now mostly useless. | 78 feature, do not show help for the -C option, now mostly useless. |
| 48 (C_entries): Tag C++ forward declarations if --declarations. | 79 (C_entries): Tag C++ forward declarations if --declarations. |
| 49 (C_entries): Don't be fooled by things like XDEFUN. | 80 (C_entries): Don't be fooled by things like XDEFUN. |
| 50 (consider_token): Discard asm pseudo function. | 81 (consider_token): Discard asm pseudo function. |
| 51 | 82 |
| 52 2001-01-25 Francesco Potorti` <pot@potorti.it> | 83 2001-01-25 Francesco Potorti` <pot@gnu.org> |
| 53 | 84 |
| 54 * etags.c (struct tok): Renamed from struct token. | 85 * etags.c (struct tok): Renamed from struct token. |
| 55 (token): Renamed from tok. | 86 (token): Renamed from tok. |
| 56 (structtype): Make it a local variable. | 87 (structtype): Make it a local variable. |
| 57 [DEBUG]: Use assert. | 88 [DEBUG]: Use assert. |
| 71 (next_token_is_func): Removed. | 102 (next_token_is_func): Removed. |
| 72 (fvdef): New constants fdefunkey, fdefunname. | 103 (fvdef): New constants fdefunkey, fdefunname. |
| 73 (consider_token, C_entries): Use them. | 104 (consider_token, C_entries): Use them. |
| 74 (C_entries): Build proper lisp names for Emacs DEFUNs. | 105 (C_entries): Build proper lisp names for Emacs DEFUNs. |
| 75 | 106 |
| 76 2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it> | 107 2001-01-15 Francesco Potorti` <pot@gnu.org> |
| 77 | 108 |
| 78 * etags.c (print_language_names): Print filenames in addition to | 109 * etags.c (print_language_names): Print filenames in addition to |
| 79 suffixes. | 110 suffixes. |
| 80 | 111 |
| 81 2001-01-12 Francesco Potorti` <pot@gnu.org> | 112 2001-01-12 Francesco Potorti` <pot@gnu.org> |
| 90 (lang_names): Added a NULL member for every entry, added an entry | 121 (lang_names): Added a NULL member for every entry, added an entry |
| 91 for makefiles. | 122 for makefiles. |
| 92 (Makefile_targets): New function, inspired by Assar Westerlund | 123 (Makefile_targets): New function, inspired by Assar Westerlund |
| 93 <assar@sics.se>. | 124 <assar@sics.se>. |
| 94 | 125 |
| 95 2000-11-07 Francesco Potort́ <pot@pot.cnuce.cnr.it> | 126 2000-11-07 Francesco Potorti` <pot@gnu.org> |
| 96 | 127 |
| 97 * etags.c (Texinfo_nodes): Renamed from Texinfo_fuctions and made | 128 * etags.c (Texinfo_nodes): Renamed from Texinfo_fuctions and made |
| 98 it conformant to the style of the rest of the code. | 129 it conformant to the style of the rest of the code. |
| 99 | 130 |
| 100 2000-02-10 Francesco Potorti` <pot@gnu.org> | 131 2000-02-10 Francesco Potorti` <pot@gnu.org> |
| 102 * etags.c (iswhite): Redefined not to consider '\0' as white | 133 * etags.c (iswhite): Redefined not to consider '\0' as white |
| 103 space, and use it throughout in place of isspace, thus preventing a | 134 space, and use it throughout in place of isspace, thus preventing a |
| 104 potential signed char to int conversion problem. | 135 potential signed char to int conversion problem. |
| 105 (MSDOS): #undefine befere redefining | 136 (MSDOS): #undefine befere redefining |
| 106 | 137 |
| 107 2000-02-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 138 2000-02-04 Francesco Potorti` <pot@gnu.org> |
| 108 | 139 |
| 109 * etags.c (many functions): Add prototypes. | 140 * etags.c (many functions): Add prototypes. |
| 110 | 141 |
| 111 2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 142 2000-01-31 Francesco Potorti` <pot@gnu.org> |
| 112 | 143 |
| 113 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. | 144 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. |
| 114 (get_compressor_from_suffix, process_file): Use MSDOS in if clause. | 145 (get_compressor_from_suffix, process_file): Use MSDOS in if clause. |
| 115 (etags_strchr, etags_strrchr): Use const char * and int as arguments. | 146 (etags_strchr, etags_strrchr): Use const char * and int as arguments. |
| 116 (getenv, getcwd): Only declare them if necessary. | 147 (getenv, getcwd): Only declare them if necessary. |
