diff options
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r-- | lib-src/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 94687670725..f61188fb8d5 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,19 @@ +2002-07-30 Adrian Aichner <adrian@xemacs.org> (tiny change) + + * etags.c: It's XEmacs, not Xemacs: change all the occurences. + +2006-07-30 Francesco Potort,Al(B <pot@gnu.org> + + * etags.c [ETAGS_REGEXPS]: Now is unconditionally defined. + [LONG_OPTIONS]: Changed to NO_LONG_OPTIONS, which is undefined. + (Objc_suffixes): Suggest using --lang=c for full help. + (C_entries): Initialise savetoken to 0 to shut up the compiler. + +2006-07-20 Andreas Schwab <schwab@suse.de> + + * fakemail.c (fatal): Drop second parameter and treat first + parameter as a plain string. Callers changed. + 2006-07-18 Dan Nicolaescu <dann@ics.uci.edu> * ebrowse.c (usage, version): Mark as NO_RETURN. |