(cvs-parse-run-table): Remove misleading text.
[bpt/emacs.git] / lib-src / ChangeLog
index 2d6465a..2db9dd6 100644 (file)
+2001-04-05  Dave Love  <fx@gnu.org>
+
+       * emacsclient.c (fail): Don't return a value.
+       (main): Cast uid values for sprintf. 
+
+2001-04-03  Gerd Moellmann  <gerd@gnu.org>
+
+       * emacsclient.c (fail, main): Don't use implicit int return type.
+
+       * b2m.c (main): Always return a value.
+
+2001-03-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <andrewi@gnu.org>
+
+       * makefile.w32-in: Fix copyright notice.
+
+2001-02-23  Francesco Potorti`  <pot@gnu.org>
+
+       * 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  <andrewi@gnu.org>
+
+       * 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  <andrewi@gnu.org>
+
+       * makefile.w32-in ($(DOC)): Use $(THISDIR) instead of . in
+       invocation of make-docfile, to work with Windows 2000.
+
+2001-01-31  Dave Love  <fx@gnu.org>
+
+       * etags.c (in_word_set): Use `static' in definition (for pcc).
+
+2001-01-31  Francesco Potorti`  <pot@gnu.org>
+
+       * etags.c: [NDEBUG] #undef assert and #define it as ((void)0), for
+       the sake of some buggy assert.h (e.g. in MinGW and sunos4 pcc).
+       (C_entries): Tag token renamed to still_in_token because sunos4
+       pcc wants to expand it as the token() macro even though it has no
+       arguments.
+
+2001-01-30  Andrew Innes  <andrewi@gnu.org>
+
+       * etags.c (assert) [__MINGW32__]: Redefine assert to work around a
+       bug in the Mingw32 assert.h header file.
+
+2001-01-30  Francesco Potorti`  <pot@gnu.org>
+
+       * etags.c: [WIN32-NATIVE]: #undef MSDOS, #undef WINDOWSNT and
+       #define it for the sake of Xemacs.
+       [WINDOWSNT]: #undef HAVE_NTGUI even if built without
+       HAVE_CONFIG_H.  This change only affects a standalone etags.
+       [WINDOWSNT]: #undef DOS_NT and #define it even if built with
+       HAVE_CONFIG_H.  This change does nothing in Emacs, as DOS_NT is
+       always defined when HAVE_CONFIG_H and WINDOWS are both defined.
+       [!HAVE_UNISTD_H]: use defined(WINDOWSNT) instead of the bare
+       WINDOWSNT, as this is the correct way to use it.
+
+2001-01-28  Francesco Potorti`  <pot@gnu.org>
+
+       * etags.c: Be capable to parse nested struct-like structures.
+       (structdef, structtag): Struct state machine revisited.
+       (struct tok): Revisited.
+       (cstack, nestlev, instruct): New struct and macros.
+       (pushclass_above, popclass_above, write_classname): New functions
+       for dealing with nested class names, inspired by Mykola Dzyuba.
+       (consider_token, make_C_tag, C_entries): Many changes for dealing
+       with arbitrarily nested structures.
+       (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
+       (C_entries): Consider templates in C++.
+       (sym_type): New constant st_C_class for detecting "class" also in
+       C mode.
+       (C_AUTO): New macro for automatic detection of C++.
+       (consider_token): Automatic set C++ mode.
+       (C_entries): New security check for yacc.
+       (print_language_names, print_help): Mention the autodetect
+       feature, do not show help for the -C option, now mostly useless.
+       (C_entries): Tag C++ forward declarations if --declarations.
+       (C_entries): Don't be fooled by things like XDEFUN.
+       (consider_token): Discard asm pseudo function.
+
+2001-01-27  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * etags.c: Add a coding: tag.
+
 2001-01-26  Gerd Moellmann  <gerd@gnu.org>
 
-       * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf): 
+       * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf):
        New variables.
        (matching_regexp): Use them instead of static variables in
        function scope.
 
-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.
        * ebrowse.c (xfree): New function.
        (member, declaration, globals): Use xmalloc instead of alloca.
 
-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.
        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.
 
        * etags.c (pfnote, new_pfnote, C_entries, prolog_pred)
        (erlang_func): Add `static' to definitions to keep pcc happy.
 
-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.
        * movemail.c (popmail): Allow mailbox specifications of the
        form `po:username:hostname'.
 
-1999-11-19  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
+1999-11-19  Francesco Potorti`  <pot@gnu.org>
 
        * etags.c (_GNU_SOURCE): Define only if undefined.
        (get_scheme): Declaration deleted.
 
        * etags.c (print_help): Change email address to send bugs to.
 
-1999-11-01  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
+1999-11-01  Francesco Potorti`  <pot@gnu.org>>
 
        * etags.c: Add suffix psw for PSWrap.
        (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)".
        [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it
        were foo.c.gz.
 
-1999-11-01  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
+1999-11-01  Francesco Potorti`  <pot@gnu.org>
 
        * etags.c (sym_type, C_stab_entry): New constant st_C_operator.
        (fvdev): New constant foperator.
        (add_regex): New arg determining whether to use translation table.
        (analyse_regex): New arg.  Use it for add_regex.
 
-1999-11-01  Francesco Potorti`  <F.Potorti@cnuce.cnr.it>
+1999-11-01  Francesco Potorti`  <pot@gnu.org>
 
        * etags.c (init): Cosmetic change: NULL --> '\0'.
        (erlang_attribute): Bug corrected (uninitialized variable).