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: Sat, 15 Dec 2001 11:08:33 -0500

Index: emacs/lib-src/ChangeLog
diff -c emacs/lib-src/ChangeLog:2.126 emacs/lib-src/ChangeLog:2.127
*** emacs/lib-src/ChangeLog:2.126       Tue Dec 11 17:56:41 2001
--- emacs/lib-src/ChangeLog     Sat Dec 15 11:08:32 2001
***************
*** 1,3 ****
--- 1,19 ----
+ 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>
  
        * Makefile.in (clean): Don't delete ../etc/DOC*.
***************
*** 8,17 ****
  
  2001-11-30  Andrew Innes  <address@hidden>
  
!       * makefile.w32-in (FACE_SUPPORT): 
!       (MOUSE_SUPPORT): 
!       (FLOAT_SUPPORT): 
!       (WINNT_SUPPORT): 
        (lisp): Reference .el files instead of .elc files, to simplify
        bootstrapping.
        ($(DOC)): Change dependency to just `make-docfile'.
--- 24,33 ----
  
  2001-11-30  Andrew Innes  <address@hidden>
  
!       * makefile.w32-in (FACE_SUPPORT):
!       (MOUSE_SUPPORT):
!       (FLOAT_SUPPORT):
!       (WINNT_SUPPORT):
        (lisp): Reference .el files instead of .elc files, to simplify
        bootstrapping.
        ($(DOC)): Change dependency to just `make-docfile'.



reply via email to

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