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