Add highlighting for Fortran 90
[enscript.git] / states / hl / ChangeLog
index d33afde02eebbaf9f152e4e3ec40051f4f29fd58..1fd012d5d64518f4429ff4e5c4ac73562c1c94a0 100644 (file)
@@ -1,5 +1,31 @@
+2009-12-27  Tim Retout  <diocles@gnu.org>
+
+       * f90.st: New syntax highlighting for Fortran 90 from David
+       Bowler.
+       * enscript.st (namerules): Use f90.st for .f90 files.
+
+2009-01-25  Tim Retout  <diocles@gnu.org>
+
+       * javascript.st (Highlight): Add basic handling of regexes.
+
+2008-02-03  Tim Retout  <diocles@gnu.org>
+
+       * Makefile.am (install-data-local): Remove.
+       (uninstall-local): Likewise.
+       (EXTRA_DIST): Likewise.
+       (hldir): New variable for location of highlighting files.
+       (dist_hl_DATA): New variable with previous contents of EXTRA_DIST.
+
+2008-01-29  Tim Retout  <diocles@gnu.org>
+
+       * Makefile.am (install-data-local): Use $(DESTDIR) in local
+       installation paths, to fix `make distcheck'.
+       (uninstall-local): Likewise.
+
 2008-01-01  Tim Retout  <diocles@gnu.org>
 
+       * ChangeLog: Add copyright notice at end.
+
        * c_ppline.st (c_ppline_comment): New state.
        (c_ppline, c_ppline_comments_strings_chars, c_ppline_tokensequence):
        Call c_ppline_comment rather than c_comment.
 
        * Split the old `enscript.st' to about many .st files.  They are
        here.
+
+
+Copyright (C) 1998, 1999, 2000, 2003, 2008 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.