configure.ac: Add AM_GNU_GETTEXT_VERSION([0.17]). Remove ALL_LINGUAS.
[enscript.git] / states / hl / ChangeLog
index fb5a9be..d122a33 100644 (file)
@@ -1,5 +1,17 @@
 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.
+       (c_ppline, c_ppline_include, c_ppline_define)
+       (c_ppline_comments_strings_chars, c_ppline_tokensequence): Treat
+       backslash-escaped newlines as continuing the preprocessor line.
+
+       * c_ppline.st (c_ppline): Move dependency on C rules to top of file,
+       to fix use of CHighlight.
+
        * bash.st (bash): Fix highlighting of escaped quote marks.
        * csh.st (csh): Likewise.  
        * ksh.st (ksh): Likewise.
 
        * 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.