X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=enscript.git;a=blobdiff_plain;f=states%2Fhl%2FChangeLog;h=3144685d5c00d92406dca3336aa37d9f967819bc;hp=afb8e81cffab9ec049613480f91f54b6af6b8f4f;hb=refs%2Fheads%2Ftopic%2Fsecurity;hpb=cee050d75d296ea9420e3885fddaae2d43f2521c diff --git a/states/hl/ChangeLog b/states/hl/ChangeLog index afb8e81..3144685 100644 --- a/states/hl/ChangeLog +++ b/states/hl/ChangeLog @@ -1,3 +1,49 @@ +2009-05-03 Brad Spencer + + * enscript.st (namerules): Handle other common C++ header file + extensions. + +2009-01-25 Tim Retout + + * javascript.st (Highlight): Add basic handling of regexes. + +2008-02-03 Tim Retout + + * 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 + + * Makefile.am (install-data-local): Use $(DESTDIR) in local + installation paths, to fix `make distcheck'. + (uninstall-local): Likewise. + +2008-01-01 Tim Retout + + * 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. + * sh.st (sh): Likewise. + * tcsh.st (tcsh): Likewise. + * zsh.st (zsh): Likewise. + Incorporates and extends original patch for ksh.st and sh.st by + Shawn McMahon . + 2003-02-27 Markku Rossi * pyrex.st: Highlighting rules for the Pyrex language (Pyrex - a @@ -138,3 +184,10 @@ * 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.