emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/ChangeLog


From: Francesco Potortì
Subject: [Emacs-diffs] Changes to emacs/lib-src/ChangeLog
Date: Wed, 26 Dec 2001 16:56:47 -0500

Index: emacs/lib-src/ChangeLog
diff -c emacs/lib-src/ChangeLog:2.135 emacs/lib-src/ChangeLog:2.136
*** emacs/lib-src/ChangeLog:2.135       Sat Dec 22 08:33:57 2001
--- emacs/lib-src/ChangeLog     Wed Dec 26 16:56:47 2001
***************
*** 40,57 ****
  
  2001-12-12  Francesco Potorti`  <address@hidden>
  
!       * etags.c (PHP_functions): New function by Diez B. Roggisch,
!       heavily adapted by me, for parsing PHP.
        (LOOKING_AT): New macro.
        (Perl_functions, Python_functions, PHP_functions)
        (Scheme_functions, Texinfo_nodes): Use it.
        (Perl_functions): Use strneq.
        (prolog_pred): Renamed to prolog_pr.
!       (prolog_pr): Recognise Prolog rules (thanks to Geert Kloosterman)
!       in addition to predicates.
        [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
!       unmodified compile, as Cygwin's regex.h is incompatible with us
!       (thanks to Markus Hoenicka).
        [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
  
  2001-12-11  Richard M. Stallman  <address@hidden>
--- 40,54 ----
  
  2001-12-12  Francesco Potorti`  <address@hidden>
  
!       * etags.c (PHP_functions): New function for parsing PHP.
        (LOOKING_AT): New macro.
        (Perl_functions, Python_functions, PHP_functions)
        (Scheme_functions, Texinfo_nodes): Use it.
        (Perl_functions): Use strneq.
        (prolog_pred): Renamed to prolog_pr.
!       (prolog_pr): Recognise Prolog rules in addition to predicates.
        [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
!       unmodified compile, as Cygwin's regex.h is incompatible with us.
        [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
  
  2001-12-11  Richard M. Stallman  <address@hidden>
***************
*** 382,388 ****
        (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!
--- 379,385 ----
        (struct tok): Revisited.
        (cstack, nestlev, instruct): New struct and macros.
        (pushclass_above, popclass_above, write_classname): New functions
!       for dealing with nested class names.
        (consider_token, make_C_tag, C_entries): Many changes for dealing
        with arbitrarily nested structures.
        (etags_getcwd): #if MSDOS, not #ifdef MSDOS!
***************
*** 454,461 ****
        (Makefile_filenames): List of possible filenames for makefiles.
        (lang_names): Added a NULL member for every entry, added an entry
        for makefiles.
!       (Makefile_targets): New function, inspired by Assar Westerlund
!       <address@hidden>.
        (Texinfo_nodes): Renamed from Texinfo_fuctions and made
        it conformant to the style of the rest of the code.
  
--- 451,457 ----
        (Makefile_filenames): List of possible filenames for makefiles.
        (lang_names): Added a NULL member for every entry, added an entry
        for makefiles.
!       (Makefile_targets): New function.
        (Texinfo_nodes): Renamed from Texinfo_fuctions and made
        it conformant to the style of the rest of the code.
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]