URI: 
       ChangeLog.old - enscript - GNU Enscript
  HTML git clone git://thinkerwim.org/enscript.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       ChangeLog.old (6006B)
       ---
            1 2009-12-27  Tim Retout  <diocles@gnu.org>
            2 
            3         * f90.st: New syntax highlighting for Fortran 90 from David
            4         Bowler.
            5         * enscript.st (namerules): Use f90.st for .f90 files.
            6 
            7 2009-01-25  Tim Retout  <diocles@gnu.org>
            8 
            9         * javascript.st (Highlight): Add basic handling of regexes.
           10 
           11 2008-02-03  Tim Retout  <diocles@gnu.org>
           12 
           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.
           18 
           19 2008-01-29  Tim Retout  <diocles@gnu.org>
           20 
           21         * Makefile.am (install-data-local): Use $(DESTDIR) in local
           22         installation paths, to fix `make distcheck'.
           23         (uninstall-local): Likewise.
           24 
           25 2008-01-01  Tim Retout  <diocles@gnu.org>
           26 
           27         * ChangeLog: Add copyright notice at end.
           28 
           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.
           35 
           36         * c_ppline.st (c_ppline): Move dependency on C rules to top of file,
           37         to fix use of CHighlight.
           38 
           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>.
           47 
           48 2003-02-27  Markku Rossi  <mtr@amme.hel.fi.ssh.com>
           49 
           50         * pyrex.st: Highlighting rules for the Pyrex language (Pyrex - a
           51         Language for Writing Python Extension Modules).
           52 
           53 2000-06-07  Markku Rossi  <mtr@amme.hel.fi.ssh.com>
           54 
           55         * rfc.st (rfc): Fixed to highlight the RFC keywords, described by
           56         the RFC 2119.
           57 
           58         * enscript.st (highlight_face): New face `highlight' to highlight
           59         text some way.
           60 
           61 2000-04-19  Markku Rossi  <mtr@amme.hel.fi.ssh.com>
           62 
           63         * rfc.st: Fixed to recognize also the `[page nn]' page number.
           64 
           65 1999-11-20  Markku Rossi  <mtr@amme.ssh.fi>
           66 
           67         * wmlscript.st: Highlighting rules for WMLScript.
           68 
           69 1999-09-24  Markku Rossi  <mtr@amme.ssh.fi>
           70 
           71         * fortran.st (fortran_io): Fixed a typo from the debugging
           72         messages which halted the fortran_io processing.
           73 
           74 1999-09-07  Markku Rossi  <mtr@amme.ssh.fi>
           75 
           76         * describe_languages.st (describe_languages_html): Cleaned up the
           77         HTML output.
           78 
           79         * diffs.st: Highlighting rules for side diff files.  Thanks to
           80         Tobias Buchal.
           81 
           82         * fortran_pp.st: Highlighting rules for Fortran 77 with
           83         preprocessor.  Thanks to Tobias Buchal
           84         <buch@ifh.bau-verm.uni-karlsruhe.de>.
           85 
           86 1999-07-19  Markku Rossi  <mtr@amme.ssh.fi>
           87 
           88         * mail.st: Changes by Matthew Weigel <weigel@pitt.edu>.
           89 
           90         * fortran.st: Changes by Joachim Kaiser <jhk@cmpnetmail.com>.
           91 
           92 1999-07-08  Markku Rossi  <mtr@amme.ssh.fi>
           93 
           94         * tex.st: Highlighting rules for TeX/LaTeX.  Thanks to Toni
           95         Giorgino <toni@pcape2.pi.infn.it>.
           96 
           97         * outline.st: Highlighting rules for emacs' outline text.
           98 
           99 1999-04-01  Markku Rossi  <mtr@amme.ssh.fi>
          100 
          101         * enscript.st: Changed the `.m' suffix from Objective-C to
          102         Matlab.
          103 
          104         * matlab.st: Minor Matlab mode changes by Jack Dunn.
          105 
          106 1999-03-29  Markku Rossi  <mtr@amme.ssh.fi>
          107 
          108         * lang_ansi.st: Added ANSI output language for color outputs on
          109         color xterm, etc.  Thanks to Bill Petheram <petheram@acm.org>.
          110 
          111 1999-03-12  Markku Rossi  <mtr@amme.ssh.fi>
          112 
          113         * matlab.st: Highlighting rules for Matlab files.  Thanks to Jack
          114         Dunn <h.j.dunn@larc.nasa.gov>.
          115 
          116 1999-02-18  Markku Rossi  <mtr@amme.ssh.fi>
          117 
          118         * inf.st: Highlighting rules for the GUI INF Script language.
          119 
          120 1999-01-11  Markku Rossi  <mtr@amme.ssh.fi>
          121 
          122         * rfc.st: Highlighting rules for the RFCs and the Internet Drafts.
          123         The `rfc' rule fixes broken documents which have an invalid page
          124         break sequence.
          125 
          126 1999-01-07  Markku Rossi  <mtr@amme.ssh.fi>
          127 
          128         * cpp.st (c): Accept '&' characters in function names.  Thanks to
          129         Tobias Buchal.
          130 
          131         * ksh.st (HighlightEntry): In ${#text}, the '#' character does not
          132         start a comment.  Thanks to Tobias Buchal
          133         <buchal41@che41a0.der.edf.fr>.
          134 
          135 1998-12-29  Markku Rossi  <mtr@amme.ssh.fi>
          136 
          137         * style_msvc.st: New MS Visual C -style style.
          138 
          139 1998-12-22  Markku Rossi  <mtr@amme.ssh.fi>
          140 
          141         * enscript.st (start): Added support for `LucidaTypewriter' font.
          142 
          143 1998-12-18  Markku Rossi  <mtr@amme.ssh.fi>
          144 
          145         * html.st (html): Fixed the nested JavaScript script detection to
          146         accept all JavaScript versions.  The script name detection is also
          147         case-insensitive.
          148 
          149 1998-10-30  Markku Rossi  <mtr@ngs.fi>
          150 
          151         * lang_texinfo.st (language_symbol): New function.
          152 
          153         * lang_rtf.st (language_symbol): New function.
          154 
          155         * lang_overstrike.st (language_symbol): New function.
          156 
          157         * lang_html.st (language_symbol): New function.
          158 
          159         * lang_enscript.st (language_symbol): New function to print the
          160         language dependent symbols.
          161 
          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.
          165 
          166         * c.st: Implemented verbose highlighting where things like &&, ||,
          167         etc. are replaced with their mathematical symbols: logical and,
          168         logical or, etc.
          169 
          170         * style_emacs_verbose.st: Emacs style with verbose highlighting.
          171 
          172         * c.st: Fixed to cooperate with the inherited Objective-C and C++
          173         highlighting rules.
          174 
          175         * objc.st: Changed to be inherited from the C highlighting rules.
          176 
          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.
          180 
          181 1998-10-26  Markku Rossi  <mtr@ngs.fi>
          182 
          183         * style_a2ps.st: New style to imitate a2ps' highlighting.  This is
          184         incomplete.
          185 
          186         * Split the old `enscript.st' to about many .st files.  They are
          187         here.
          188 
          189 
          190 Copyright (C) 1998, 1999, 2000, 2003, 2008 Free Software Foundation, Inc.
          191 
          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.