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