X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8f79fe7269e1cae1fb6e63a4d5943da36ee22fc3..f3d6f4eefcf665b2dfd78ac2beff5a7fcea7c16a:/lib-src/ChangeLog diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 9691dddf9f..00f85ffa3e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,65 @@ +2001-05-08 Gerd Moellmann + + * ebrowse.c (enter_namespace): Fix reallocation of + namespace_stack. + +2001-05-03 Gerd Moellmann + + * ebrowse.c (globals): Fix handling of namespace aliases. + +2001-04-27 Eli Zaretskii + + * etags.c (print_help): Enclose the regexp in the help text + example in quotes. + +2001-04-05 Dave Love + + * emacsclient.c (fail): Don't return a value. + (main): Cast uid values for sprintf. + +2001-04-03 Gerd Moellmann + + * emacsclient.c (fail, main): Don't use implicit int return type. + + * b2m.c (main): Always return a value. + +2001-03-02 Gerd Moellmann + + * ebrowse.c (parse_qualified_param_ident_or_type): Return a + freshly allocated object in *LAST_ID. + (read_line): Accept \r\n line endings. + +2001-02-24 Andrew Innes + + * makefile.w32-in: Fix copyright notice. + +2001-02-23 Francesco Potorti` + + * etags.c (enum sym_type): New label st_C_template. + (gperf input): Use it for switching to C++ from C. + (consider_token): Do it. + (C_entries): Initialise typdefcblev to quiet compilers. + [!HAVE_CONFIG_H] [!__STDC__]: #define static as nothing. + +2001-02-22 Andrew Innes + + * makefile.nt ($(BLD)\movemail.obj): Remove reference to + VMS header files. + ($(BLD)\profile.obj): Ditto. + + * makefile.w32-in ($(BLD)/movemail.$(O)): Remove reference to + VMS header files. + ($(BLD)/profile.$(O)): Ditto. + +2001-02-05 Andrew Innes + + * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in + invocation of make-docfile, to work with Windows 2000. + +2001-01-31 Dave Love + + * etags.c (in_word_set): Use `static' in definition (for pcc). + 2001-01-31 Francesco Potorti` * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for @@ -57,7 +119,7 @@ (matching_regexp): Use them instead of static variables in function scope. -2001-01-25 Francesco Potorti` +2001-01-25 Francesco Potorti` * etags.c (struct tok): Renamed from struct token. (token): Renamed from tok. @@ -86,7 +148,7 @@ * ebrowse.c (xfree): New function. (member, declaration, globals): Use xmalloc instead of alloca. -2001-01-15 Francesco Potorti` +2001-01-15 Francesco Potorti` * etags.c (print_language_names): Print filenames in addition to suffixes. @@ -342,7 +404,7 @@ 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. @@ -351,7 +413,7 @@ * etags.c (pfnote, new_pfnote, C_entries, prolog_pred) (erlang_func): Add `static' to definitions to keep pcc happy. -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. @@ -390,7 +452,7 @@ * movemail.c (popmail): Allow mailbox specifications of the form `po:username:hostname'. -1999-11-19 Francesco Potorti` +1999-11-19 Francesco Potorti` * etags.c (_GNU_SOURCE): Define only if undefined. (get_scheme): Declaration deleted. @@ -411,7 +473,7 @@ * etags.c (print_help): Change email address to send bugs to. -1999-11-01 Francesco Potorti` +1999-11-01 Francesco Potorti` > * etags.c: Add suffix psw for PSWrap. (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)". @@ -465,7 +527,7 @@ [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it were foo.c.gz. -1999-11-01 Francesco Potorti` +1999-11-01 Francesco Potorti` * etags.c (sym_type, C_stab_entry): New constant st_C_operator. (fvdev): New constant foperator. @@ -499,7 +561,7 @@ (add_regex): New arg determining whether to use translation table. (analyse_regex): New arg. Use it for add_regex. -1999-11-01 Francesco Potorti` +1999-11-01 Francesco Potorti` * etags.c (init): Cosmetic change: NULL --> '\0'. (erlang_attribute): Bug corrected (uninitialized variable). @@ -659,33 +721,6 @@ * grep-changelog: New. * Makefile.in (INSTALLABLE_SCRIPTS): Add it. -After the release of 20.4, development was split into two separate -code lines. One line contained the code for Emacs 21, and the other -one the code for the 20.x releases after 20.4. The following change -log entries up to the entry ``20.4 released'' are for the 20.x code -line. Change logs above this notice are those for the 21.x code line. - -2000-06-13 Gerd Moellmann - - * Version 20.7 released. - -2000-02-26 Gerd Moellmann - - * Version 20.6 released. - -1999-12-04 Gerd Moellmann - - * Version 20.5 released. - -1999-11-13 Gerd Moellmann - - * Makefile.in (b2m): Add dependency on GETOPTDEPS. - -1999-11-03 Gerd Moellmann - - * emacsclient.c, etags.c: Change email address to send bugs - to. - 1999-07-12 Richard Stallman * Version 20.4 released. @@ -1451,6 +1486,10 @@ Tue Jul 1 01:09:07 1997 Geoff Voelker * hexl.c: Include , so DOS_NT is defined on MSDOS. +1996-08-21 Richard Stallman + + * Version 19.34 released. + 1996-08-11 Richard Stallman * Version 19.33 released.