1 2009-12-27 Tim Retout <diocles@gnu.org>
3 * f90.st: New syntax highlighting for Fortran 90 from David
5 * enscript.st (namerules): Use f90.st for .f90 files.
7 2009-01-25 Tim Retout <diocles@gnu.org>
9 * javascript.st (Highlight): Add basic handling of regexes.
11 2008-02-03 Tim Retout <diocles@gnu.org>
13 * Makefile.am (install-data-local): Remove.
14 (uninstall-local): Likewise.
15 (EXTRA_DIST): Likewise.
16 (hldir): New variable for location of highlighting files.
17 (dist_hl_DATA): New variable with previous contents of EXTRA_DIST.
19 2008-01-29 Tim Retout <diocles@gnu.org>
21 * Makefile.am (install-data-local): Use $(DESTDIR) in local
22 installation paths, to fix `make distcheck'.
23 (uninstall-local): Likewise.
25 2008-01-01 Tim Retout <diocles@gnu.org>
27 * ChangeLog: Add copyright notice at end.
29 * c_ppline.st (c_ppline_comment): New state.
30 (c_ppline, c_ppline_comments_strings_chars, c_ppline_tokensequence):
31 Call c_ppline_comment rather than c_comment.
32 (c_ppline, c_ppline_include, c_ppline_define)
33 (c_ppline_comments_strings_chars, c_ppline_tokensequence): Treat
34 backslash-escaped newlines as continuing the preprocessor line.
36 * c_ppline.st (c_ppline): Move dependency on C rules to top of file,
37 to fix use of CHighlight.
39 * bash.st (bash): Fix highlighting of escaped quote marks.
40 * csh.st (csh): Likewise.
41 * ksh.st (ksh): Likewise.
42 * sh.st (sh): Likewise.
43 * tcsh.st (tcsh): Likewise.
44 * zsh.st (zsh): Likewise.
45 Incorporates and extends original patch for ksh.st and sh.st by
46 Shawn McMahon <smcmahon@eiv.com>.
48 2003-02-27 Markku Rossi <mtr@amme.hel.fi.ssh.com>
50 * pyrex.st: Highlighting rules for the Pyrex language (Pyrex - a
51 Language for Writing Python Extension Modules).
53 2000-06-07 Markku Rossi <mtr@amme.hel.fi.ssh.com>
55 * rfc.st (rfc): Fixed to highlight the RFC keywords, described by
58 * enscript.st (highlight_face): New face `highlight' to highlight
61 2000-04-19 Markku Rossi <mtr@amme.hel.fi.ssh.com>
63 * rfc.st: Fixed to recognize also the `[page nn]' page number.
65 1999-11-20 Markku Rossi <mtr@amme.ssh.fi>
67 * wmlscript.st: Highlighting rules for WMLScript.
69 1999-09-24 Markku Rossi <mtr@amme.ssh.fi>
71 * fortran.st (fortran_io): Fixed a typo from the debugging
72 messages which halted the fortran_io processing.
74 1999-09-07 Markku Rossi <mtr@amme.ssh.fi>
76 * describe_languages.st (describe_languages_html): Cleaned up the
79 * diffs.st: Highlighting rules for side diff files. Thanks to
82 * fortran_pp.st: Highlighting rules for Fortran 77 with
83 preprocessor. Thanks to Tobias Buchal
84 <buch@ifh.bau-verm.uni-karlsruhe.de>.
86 1999-07-19 Markku Rossi <mtr@amme.ssh.fi>
88 * mail.st: Changes by Matthew Weigel <weigel@pitt.edu>.
90 * fortran.st: Changes by Joachim Kaiser <jhk@cmpnetmail.com>.
92 1999-07-08 Markku Rossi <mtr@amme.ssh.fi>
94 * tex.st: Highlighting rules for TeX/LaTeX. Thanks to Toni
95 Giorgino <toni@pcape2.pi.infn.it>.
97 * outline.st: Highlighting rules for emacs' outline text.
99 1999-04-01 Markku Rossi <mtr@amme.ssh.fi>
101 * enscript.st: Changed the `.m' suffix from Objective-C to
104 * matlab.st: Minor Matlab mode changes by Jack Dunn.
106 1999-03-29 Markku Rossi <mtr@amme.ssh.fi>
108 * lang_ansi.st: Added ANSI output language for color outputs on
109 color xterm, etc. Thanks to Bill Petheram <petheram@acm.org>.
111 1999-03-12 Markku Rossi <mtr@amme.ssh.fi>
113 * matlab.st: Highlighting rules for Matlab files. Thanks to Jack
114 Dunn <h.j.dunn@larc.nasa.gov>.
116 1999-02-18 Markku Rossi <mtr@amme.ssh.fi>
118 * inf.st: Highlighting rules for the GUI INF Script language.
120 1999-01-11 Markku Rossi <mtr@amme.ssh.fi>
122 * rfc.st: Highlighting rules for the RFCs and the Internet Drafts.
123 The `rfc' rule fixes broken documents which have an invalid page
126 1999-01-07 Markku Rossi <mtr@amme.ssh.fi>
128 * cpp.st (c): Accept '&' characters in function names. Thanks to
131 * ksh.st (HighlightEntry): In ${#text}, the '#' character does not
132 start a comment. Thanks to Tobias Buchal
133 <buchal41@che41a0.der.edf.fr>.
135 1998-12-29 Markku Rossi <mtr@amme.ssh.fi>
137 * style_msvc.st: New MS Visual C -style style.
139 1998-12-22 Markku Rossi <mtr@amme.ssh.fi>
141 * enscript.st (start): Added support for `LucidaTypewriter' font.
143 1998-12-18 Markku Rossi <mtr@amme.ssh.fi>
145 * html.st (html): Fixed the nested JavaScript script detection to
146 accept all JavaScript versions. The script name detection is also
149 1998-10-30 Markku Rossi <mtr@ngs.fi>
151 * lang_texinfo.st (language_symbol): New function.
153 * lang_rtf.st (language_symbol): New function.
155 * lang_overstrike.st (language_symbol): New function.
157 * lang_html.st (language_symbol): New function.
159 * lang_enscript.st (language_symbol): New function to print the
160 language dependent symbols.
162 * enscript.st: New option variable `verbose_highlighting'. The
163 style files can set this to true and some highlighting rules will
164 add some extra highlightings.
166 * c.st: Implemented verbose highlighting where things like &&, ||,
167 etc. are replaced with their mathematical symbols: logical and,
170 * style_emacs_verbose.st: Emacs style with verbose highlighting.
172 * c.st: Fixed to cooperate with the inherited Objective-C and C++
175 * objc.st: Changed to be inherited from the C highlighting rules.
177 * cpp.st: Changed to be inherited from the C highlighting rules.
178 This allows use to re-use code from the C definitions, and RSN, we
179 get the verbose highlightings for free.
181 1998-10-26 Markku Rossi <mtr@ngs.fi>
183 * style_a2ps.st: New style to imitate a2ps' highlighting. This is
186 * Split the old `enscript.st' to about many .st files. They are
190 Copyright (C) 1998, 1999, 2000, 2003, 2008 Free Software Foundation, Inc.
192 Copying and distribution of this file, with or without modification,
193 are permitted in any medium without royalty provided the copyright
194 notice and this notice are preserved.