Add copyright/licence notices to all ChangeLog files. Use modern dates.
[enscript.git] / states / hl / ChangeLog
1 2008-01-01  Tim Retout  <diocles@gnu.org>
2
3         * ChangeLog: Add copyright notice at end.
4
5         * c_ppline.st (c_ppline_comment): New state.
6         (c_ppline, c_ppline_comments_strings_chars, c_ppline_tokensequence):
7         Call c_ppline_comment rather than c_comment.
8         (c_ppline, c_ppline_include, c_ppline_define)
9         (c_ppline_comments_strings_chars, c_ppline_tokensequence): Treat
10         backslash-escaped newlines as continuing the preprocessor line.
11
12         * c_ppline.st (c_ppline): Move dependency on C rules to top of file,
13         to fix use of CHighlight.
14
15         * bash.st (bash): Fix highlighting of escaped quote marks.
16         * csh.st (csh): Likewise.  
17         * ksh.st (ksh): Likewise.
18         * sh.st (sh): Likewise.
19         * tcsh.st (tcsh): Likewise.
20         * zsh.st (zsh): Likewise.
21         Incorporates and extends original patch for ksh.st and sh.st by
22         Shawn McMahon <smcmahon@eiv.com>.
23
24 2003-02-27  Markku Rossi  <mtr@amme.hel.fi.ssh.com>
25
26         * pyrex.st: Highlighting rules for the Pyrex language (Pyrex - a
27         Language for Writing Python Extension Modules).
28
29 2000-06-07  Markku Rossi  <mtr@amme.hel.fi.ssh.com>
30
31         * rfc.st (rfc): Fixed to highlight the RFC keywords, described by
32         the RFC 2119.
33
34         * enscript.st (highlight_face): New face `highlight' to highlight
35         text some way.
36
37 2000-04-19  Markku Rossi  <mtr@amme.hel.fi.ssh.com>
38
39         * rfc.st: Fixed to recognize also the `[page nn]' page number.
40
41 1999-11-20  Markku Rossi  <mtr@amme.ssh.fi>
42
43         * wmlscript.st: Highlighting rules for WMLScript.
44
45 1999-09-24  Markku Rossi  <mtr@amme.ssh.fi>
46
47         * fortran.st (fortran_io): Fixed a typo from the debugging
48         messages which halted the fortran_io processing.
49
50 1999-09-07  Markku Rossi  <mtr@amme.ssh.fi>
51
52         * describe_languages.st (describe_languages_html): Cleaned up the
53         HTML output.
54
55         * diffs.st: Highlighting rules for side diff files.  Thanks to
56         Tobias Buchal.
57
58         * fortran_pp.st: Highlighting rules for Fortran 77 with
59         preprocessor.  Thanks to Tobias Buchal
60         <buch@ifh.bau-verm.uni-karlsruhe.de>.
61
62 1999-07-19  Markku Rossi  <mtr@amme.ssh.fi>
63
64         * mail.st: Changes by Matthew Weigel <weigel@pitt.edu>.
65
66         * fortran.st: Changes by Joachim Kaiser <jhk@cmpnetmail.com>.
67
68 1999-07-08  Markku Rossi  <mtr@amme.ssh.fi>
69
70         * tex.st: Highlighting rules for TeX/LaTeX.  Thanks to Toni
71         Giorgino <toni@pcape2.pi.infn.it>.
72
73         * outline.st: Highlighting rules for emacs' outline text.
74
75 1999-04-01  Markku Rossi  <mtr@amme.ssh.fi>
76
77         * enscript.st: Changed the `.m' suffix from Objective-C to
78         Matlab.
79
80         * matlab.st: Minor Matlab mode changes by Jack Dunn.
81
82 1999-03-29  Markku Rossi  <mtr@amme.ssh.fi>
83
84         * lang_ansi.st: Added ANSI output language for color outputs on
85         color xterm, etc.  Thanks to Bill Petheram <petheram@acm.org>.
86
87 1999-03-12  Markku Rossi  <mtr@amme.ssh.fi>
88
89         * matlab.st: Highlighting rules for Matlab files.  Thanks to Jack
90         Dunn <h.j.dunn@larc.nasa.gov>.
91
92 1999-02-18  Markku Rossi  <mtr@amme.ssh.fi>
93
94         * inf.st: Highlighting rules for the GUI INF Script language.
95
96 1999-01-11  Markku Rossi  <mtr@amme.ssh.fi>
97
98         * rfc.st: Highlighting rules for the RFCs and the Internet Drafts.
99         The `rfc' rule fixes broken documents which have an invalid page
100         break sequence.
101
102 1999-01-07  Markku Rossi  <mtr@amme.ssh.fi>
103
104         * cpp.st (c): Accept '&' characters in function names.  Thanks to
105         Tobias Buchal.
106
107         * ksh.st (HighlightEntry): In ${#text}, the '#' character does not
108         start a comment.  Thanks to Tobias Buchal
109         <buchal41@che41a0.der.edf.fr>.
110
111 1998-12-29  Markku Rossi  <mtr@amme.ssh.fi>
112
113         * style_msvc.st: New MS Visual C -style style.
114
115 1998-12-22  Markku Rossi  <mtr@amme.ssh.fi>
116
117         * enscript.st (start): Added support for `LucidaTypewriter' font.
118
119 1998-12-18  Markku Rossi  <mtr@amme.ssh.fi>
120
121         * html.st (html): Fixed the nested JavaScript script detection to
122         accept all JavaScript versions.  The script name detection is also
123         case-insensitive.
124
125 1998-10-30  Markku Rossi  <mtr@ngs.fi>
126
127         * lang_texinfo.st (language_symbol): New function.
128
129         * lang_rtf.st (language_symbol): New function.
130
131         * lang_overstrike.st (language_symbol): New function.
132
133         * lang_html.st (language_symbol): New function.
134
135         * lang_enscript.st (language_symbol): New function to print the
136         language dependent symbols.
137
138         * enscript.st: New option variable `verbose_highlighting'.  The
139         style files can set this to true and some highlighting rules will
140         add some extra highlightings.
141
142         * c.st: Implemented verbose highlighting where things like &&, ||,
143         etc. are replaced with their mathematical symbols: logical and,
144         logical or, etc.
145
146         * style_emacs_verbose.st: Emacs style with verbose highlighting.
147
148         * c.st: Fixed to cooperate with the inherited Objective-C and C++
149         highlighting rules.
150
151         * objc.st: Changed to be inherited from the C highlighting rules.
152
153         * cpp.st: Changed to be inherited from the C highlighting rules.
154         This allows use to re-use code from the C definitions, and RSN, we
155         get the verbose highlightings for free.
156
157 1998-10-26  Markku Rossi  <mtr@ngs.fi>
158
159         * style_a2ps.st: New style to imitate a2ps' highlighting.  This is
160         incomplete.
161
162         * Split the old `enscript.st' to about many .st files.  They are
163         here.
164
165
166 Copyright (C) 1998, 1999, 2000, 2003, 2008 Free Software Foundation, Inc.
167
168 Copying and distribution of this file, with or without modification,
169 are permitted in any medium without royalty provided the copyright
170 notice and this notice are preserved.