[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/extensions/SyntaxHighlight_GeSHi/geshi/docs/ -> CHANGES (source)

   1  
   2                CHANGES - Changelog for GeSHi (geshi.php only)
   3  
   4  Changes to the code are listed under the version they occured in, with who suggested
   5  it by each one (if there's nobody listed as suggesting it I dreamed it up :)). Users
   6  who suggested an idea often also provided the code that was used as a basis for the
   7  changes - thanks to all who suggested these ideas and gave me the code to show me how!
   8  
   9  Language files listed under each version were made by the author beside them, and then
  10  modified by me for consistency/bug fixing.
  11  
  12  Please send any bug reports to [email protected], or use the bug report tracker
  13  at sourceforge (http://sourceforge.net/tracker/?group_id=114997&atid=670231)
  14  
  15  Version 1.0.8.11
  16    -  Added language files
  17       * ARM (Marat Dukhan)
  18       * Asymptote (Manuel Yguel)
  19       * DCL (Petr Hendl)
  20       * DCPU-16 (Benny Baumann)
  21       * FreeSWITCH (James Rose)
  22       * Haxe (Andy Li, John Liao)
  23       * LDIF (Bruno Harbulot)
  24       * Nagios (Albéric de Pertat)
  25       * Octave (Carnë Draug, Juan Pablo Carbajal)
  26       * ParaSail (sttaft)
  27       * PARI/GP (Charles R Greathouse IV)
  28       * Python for S60 (Sohan Basak)
  29       * Rexx (Jon Wolfers)
  30       * SPARK (Phil Thornley)
  31       * SPARQL (Karima Rafes)
  32       * StoneScript (Archimmersion)
  33       * UPC (Viraj Sinha)
  34       * Urbi (Alexandre Morgand)
  35       * Vedit (Pauli Lindgren)
  36    -  Updated aliasd.php contrib script (SF#3073275, count)
  37    -  Fallback to "text" when extension is unknown (SF#3514714, murkymark, BenBE)
  38    -  detect extensions case-insensitive (SF#3514714, murkymark, BenBE)
  39    -  Fixed two bugs within contrib scripts included with each release (BenBE)
  40    -  Improvements to language files (BenBE)
  41       * Symbol and char literal handling for Scala (Paul Butcher, BenBE)
  42       * Multiline comments of F# weren't actually multiline (BenBE)
  43       * Support for IPv6 addresses in RFC822 messages (BenBE)
  44       * Properly handle retrieving names from language files (MikeSee, BenBE)
  45       * Changes for improved highlighting of signle line comments and end-of-code indicators
  46       * Missing keywords and improved highlighting of comments
  47       * Problem with DOS/Batch highlighting breaking out at variables (BenBE)
  48       * Addition of MMX/SSE/x86-64 registers and MMX/SSE instructions for
  49         ASM language file(up to 4.2) (Dennis Yurichev)
  50       * Further improvements to ASM language file to introduce all latest
  51         already documented x86 architecture instructions (Marat Dukhan)
  52       * Fixed links for R/S+ language file (Fernando H.F.P. da Rosa)
  53       * Fix a problem with Delphi/Pascal regarding hex numbers/chars (BenBE)
  54       * Fixed a typo and missing keywords for HTML4 and HTML5 (SF#3365452, BenBE)
  55       * Fixed a typo in Modula-3 language file (SF#3358216, BenBE)
  56       * Added missing keywords for MySQL (SF#3290998, ct-bob, BenBE)
  57       * Added missing keywords for Pascal (SF#3176749, BenBE)
  58       * Properly detect the keyword that is to be linked (BenBE)
  59       * Updated VHDL language file (Kevin Thibedeau)
  60       * Added missing keyword for Verilog (SF#3557903, BenBE)
  61       * Fixed typo in Haskell causing a keyword to be missing (SF#3529439, BenBE)
  62       * Fixed Long String handling for Lua (SF#3541510, Tim Starling)
  63       * Updated JavaDoc links for Java language files (SF#3538552, jeneag, BenBE)
  64       * CSS keywords incorrectly highlighted as part of identifiers (SF#3554101, BenBE)
  65       * CSS3 keywords missing from highlighting (SF#3525084, vlaKoff, BenBE)
  66       * Make variable handling compatible to PHP (SF#3489142, BenBE)
  67       * Fixed obsolete MySQL documentation links (SF#3441642, BenBE)
  68       * Add mising keywords for T-SQL (SF#3435026, BenBE)
  69       * Fix discarded text when highlighting TypoScript (SF#3160238, BenBE)
  70  Version 1.0.8.10
  71    -  Added language files
  72       * BASCOM AVR (Michal Goralczyk)
  73       * C: Loadrunner dialect (Stuart Moncrieff)
  74       * CoffeeScript (Trevor Burnham)
  75       * EPC (Thorsten Muehlfelder)
  76       * Euphoria (Nicholas Koceja)
  77       * Falcon (billykater)
  78       * HTML5 (Robert Lidberg)
  79       * LLVM (Azriel Fasten)
  80       * PL/I (Robert Prins)
  81       * ProFTPd (Benny Baumann)
  82       * PyCon (Benny Baumann)
  83       * UnrealScript (pospi)
  84       * YAML (Josh Ventura)
  85    -  Small bugfix in LangCheck when looking for language files
  86    -  Added '-' to list of RX chars that require explicit escaping (SF#3056454, BenBE)
  87    -  Minor changes to boundary checks (SF#3077256, BenBE)
  88    -  Improvements to language files (BenBE)
  89       * Major rework of the ALGOL68 language file (Neville Dempsey)
  90       * LangCheck warnings from GO language file (BenBE)
  91       * Some additions to the Objeck language file (Randy Hollines)
  92       * Properly highlight infinity as numbers for J (Ric Sherlock)
  93       * Improved GDB Backtrace language file (Milian Wolff)
  94       * Updated Liberty BASIC language file (Chris Iverson)
  95       * Fixed a small issue with detection of division vs. regular expressions
  96         for ActionScript 3 and JavaScript (Kevin Day)
  97       * Fixed Escape handling for CSS (SF#3080513, yecril71pl, BenBE)
  98       * Additional comment styles for SAS (SF#3024708, ahnolds, BenBE)
  99       * Updated keyword list for TeraTerm (Boris Maisuradze)
 100       * Incorrect handling of /**/ comments in Javascript (BenBE)
 101       * Support for mod_upload_progress in Apache Config files (BenBE)
 102       * Prefix operator handling in F# was broken (BenBE)
 103       * CDATA handling for html4strict (BenBE)
 104       * Common subcommands for Apache, APT, CVS, Git, SVN and YUM for Bash (BenBE)
 105       * Limited support for prompt detection in single line Bash snippets (BenBE)
 106       * Added functions of the C standard library (BenBE)
 107       * Rework of Lua to use GeSHi's features better (BenBE)
 108       * Language file improvements for Python (Zbyszek Szmek)
 109       * Fixed documentation links for Groovy (SF#3152356, lifeisfoo)
 110       * Fixed incorrect highlighting of certain keywords in Erlang (SF#3138853, BenBE)
 111       * Escape chars in C++/C++Qt handled incorrectly (SF#3122706, C. Pötsch)
 112       * Empty parameters of LaTeX commands tipped the highlighting off (SF#3098329, James Oldfield, BenBE)
 113       * Additional Keywords and minor tweaks to Logtalk (Paulo Moura)
 114  Version 1.0.8.9
 115    -  Added language files
 116       * Algol68 (Neville Dempsey)
 117       * E (Kevin Reid)
 118       * FormulaOne (Juro Bystricky)
 119       * Go (Markus Jarderot)
 120       * Liberty BASIC (Chris Iverson)
 121       * MOS 6502/6510 Assemblers (Warren Willmey)
 122       * Motorola 68k assembler (Warren Willmey)
 123       * Objeck Programming Language (Randy Hollines)
 124       * ZXBasic (Jose Rodriguez)
 125    -  Added support for $-prefixed hex numbers and @-prefixed octal numbers
 126    -  Added Parser Control for languages to tell when numbers are present
 127       inside of non-string parts
 128    -  Introduced querying supported/known languages directly
 129    -  Introduced querying full language names without loading the language file
 130    -  Improvements to language files (BenBE)
 131       * Added loads of keywords for generic SQL highlighting (Jürgen Thomas)
 132  Version 1.0.8.8
 133    -  Added language files
 134       * ChaiScript (Jason Turner & Jonathan Turner)
 135       * Genie (Nicolas Joseph)
 136       * GwBasic (José Gabriel Moya Yangüela)
 137       * HicEst (Georg Petrich)
 138       * Icon (Matt Oates)
 139       * MagikSF (Sjoerd van Leent)
 140       * Modula 2 (Benjamin Kowarsch)
 141       * Oz (Wolfgang Meyer)
 142       * PCRE (BenBE)
 143       * PostgreSQL (Christophe Chauvet)
 144       * q/kdb+ (Ian Roddis)
 145       * RPM Specification Files (Paul Grinberg)
 146       * Unicon (Matt Oates)
 147       * Vala (Nicolas Joseph)
 148       * XBasic (José Gabriel Moya Yangüela)
 149    -  Improvements to language files (BenBE)
 150       * Major reworks and improvements to OCaml language file (BenBE)
 151       * Removed duplicate entries from keyword groups of VIM language file (Segaja)
 152       * Properly protect Regexps against GeSHi Black Magic in Matlab (BenBE)
 153       * Added support for Block Comments in PowerShell (BenBE)
 154       * Added some keywords for VB; split into multiple groups (leejkennedy, BenBE)
 155       * Basic Heredoc Support for Ruby (BenBE)
 156  Version 1.0.8.7
 157    -  Added language files
 158       * Autoconf (Mihai Vasilian)
 159       * ECMAScript (Michel Mariani)
 160       * J (Ric Sherlock)
 161       * OpenBSD Packet Filter (David Berard)
 162       * Oxygene / Delphi Prism (Carlo Kok)
 163    -  Minor change in INT_BASIC number regexp to support '..' range operator
 164       as to be found in most Pascal-like languages (BenBE)
 165    -  Fixed an issue with Hardquotes for empty strings (like '' in Delphi) (BenBE)
 166    -  Introduced a fix for improved performance when matching numbers (BenBE)
 167    -  Improvements to language files (BenBE)
 168       * Fixed broken links in Prolog language file (BenBE)
 169       * Fixed keywords in generics expressions in Java5 (BenBE)
 170       * Added support for import static in Java5 (BenBE)
 171       * Added Standard Integer Types for C and c++ (BenBE)
 172       * Fixed some regexp issues in Erlang (BenBE)
 173       * Added some missing keywords for Clojure (BenBE)
 174       * Added some missing keywords for Lisp (BenBE)
 175       * Fixed a problem with variable names in Prolog (BenBE)
 176       * Some color changes for AutoIt (BenBE)
 177       * Added support for basic include directive processing for AutoIt (BenBE)
 178       * Added support for ::-style labels as comments (SF#2947393, BenBE)
 179       * Removed backslash as Escape Char in T-SQL (SF#2939199, Bruno Braga)
 180       * Added Nested Comments Support for Haskell (SF#2922317, BenBE)
 181       * Fixed Comments for VIM, added some keywords, proposed porting of
 182         Regular Expression markup from Perl (SF#2818047, psycojoker, BenBE)
 183       * Fixed warnings for Language Check of Tcl (BenBE)
 184  Version 1.0.8.6
 185    -  Added language files
 186       * Clojure (Jess Johnson)
 187       * Cuesheet (Benny Baumann)
 188       * F# (Julien Ortin)
 189       * GAMBAS (Jesus Guardon)
 190       * Logtalk (Paulo Moura)
 191       * MapBasic (Tomasz Berus)
 192       * NewLisp (cormullion)
 193       * Perl 6 (Kodi Arfer)
 194       * Pike (Rick E.)
 195       * SystemVerilog (Sean O'Boyle)
 196    -  Reworked parts of the number support (BenBE)
 197    -  Improvements to language files (BenBE)
 198       * Fixed broken links in R/S+ language file (BenBE)
 199       * Fixed an issue with if= argument for dd command (BenBE)
 200       * T-SQL should use GESHI_CAPS_NO_CHANGE for keywords (BenBE)
 201       * Fixed missed shorthand arg references in Bash (BenBE)
 202       * Fixed first line not getting highlighted in diff language (BenBE)
 203       * Added some keywords for csharp (RC)
 204  Version 1.0.8.5
 205    -  Added language files
 206       * AutoHotkey (Naveen Garg)
 207       * Awk (George Pollard)
 208       * GADV 4CS (Jason Curl)
 209       * jQuery (Rob Loach)
 210       * PowerBuilder (Doug Porter)
 211       * PureBasic (Gustavo Julio Fiorenza)
 212       * R / S+ (Ron Fredericks, Benilton Carvalho)
 213    -  Fixed legitimate numbers sometimes missing from highlighting (BenBE)
 214    -  Fixed a problem with URLs allowing to break highlighting (BenBE)
 215    -  Allowed for String and Number Styles to be set by the API (BenBE)
 216    -  Produce valid CSS when languages start with underscore (BenBE)
 217    -  Duplicate newlines with PRE_TABLE-Header but w/o linenumbers (SF#2838958, BenBE)
 218    -  Improvements to language files (BenBE)
 219       * Fixed case-insensitively duplicate keywords (BenBE)
 220       * DCS language file contained HARDQUOTE section but no hardquotes (BenBE)
 221       * Some additional headers for Email\mbox highlighting (BenBE)
 222       * Added some more Keywords for robots.txt highlighting (BenBE)
 223       * Added Git commands for bash, ifup/ifdown (BenBE)
 224       * Added support for C# and VB.net delegates (SF#2832253, BenBE)
 225       * Added support for line numbers, file handles and hex\octal numbers for QBasic (BenBE)
 226  Version 1.0.8.4
 227    -  Added language files
 228       * BibTeX (Quinn Taylor)
 229       * CMake (Daniel Nelson)
 230       * Erlang (Benny Baumann, Dan Forest-Barbier, Uwe Dauernheim)
 231       * FO (abas-ERP) (Tan-Vinh Nguyen)
 232       * Property Files (Edy Hinzen)
 233       * Whois (RPSL format) entries (Benny Baumann)
 234    -  Changed INT_BASIC number format to allow numbers followed . at EOL (BenBE)
 235    -  Higher prority for keywords over regexps (BenBE)
 236    -  Added missing set_script_style API function (BenBE)
 237    -  Fixed missing check for comment_regexp preference in HardQuotes (BenBE)
 238    -  Fixed a problem with Strict Block Detection if the Strict Block Regexp
 239       requires matching groups for itself (BenBE)
 240    -  Improvements to language files (BenBE)
 241       * Added PCRE regexp support for Action script (SF#2655644, BenBE)
 242       * Removed some superfluous keywords from ABAP (BenBE)
 243       * Removed duplicate keywords for Progress (BenBE)
 244       * Removed duplicate keywords for T-SQL (BenBE)
 245       * Linking for PowerShell special variables revised (BenBE)
 246       * Fixed linking in ColdFusion (BenBE)
 247       * Fixed linking in LaTeX (BenBE)
 248       * Fixed linking in mIRC Scripting language (BenBE)
 249       * Fixed escape char regexp for C-style languages (BenBE)
 250       * Fixed @""-string handling for C# (SF#2789371, BenBE)
 251       * Fixed Strict Block Detection for PHP blocks (BenBE)
 252       * Changed allowed chars around Powershell operators (SF#2688863, BenBE)
 253       * Minor reordering inside of PHP language file (BenBE)
 254       * Added missing keywords for ActionScript3 language file (SF#2795005, BenBE)
 255       * Added .xrc file extension for XML highlighting (BenBE)
 256  Version 1.0.8.3
 257    -  Added language files
 258       * DCS (Stelio Passaris)
 259       * Locomotive Basic (Nacho Cabanes)
 260       * LSL2 (Linden Scripting Language) (William Fry)
 261       * Modula-3 (Martin Bishop)
 262       * Oberon-2 (Mike Mol)
 263       * Rebol (Lecanu Guillaume)
 264    -  Fixed a problem where HardEscapes weren't working when no escape char was given (BenBE)
 265    -  Added a PARSER_CONTROL setting to treat whitespace inside of keywords in
 266       the language file as "any whitespace" in the source (i.e. "CREATE TABLE"
 267       in SQL will match "CREATE\s+TABLE" instead of literally matching) (BenBE)
 268    -  Added a possibility to allow setting the style for escape characters (BenBE)
 269    -  Improvements to language files (BenBE)
 270       * Added some missing Perl keywords and obscure default variables (BenBE)
 271       * Allow for escaped colons to appear in CSS names (BenBE, simon)
 272       * Added multiline continuation suppoert of preprocessor defines for
 273         C, C for Mac, C++ and CC++ with Qt support (BenBE)
 274       * keywords for C-based languages are case-sensitive (BenBE)
 275       * Broken AutoIt highlighting (BenBE)
 276       * Problem with escaped backslash in PHP and D (BenBE)
 277       * Added some more functions for PHP (BenBE)
 278       * Some changes for AppleScript (Stefan Klieme)
 279       * Forbid highlighting keywords followed by / in bash (BenBE)
 280       * Updated the LaTeX file to link some keywords (BenBE)
 281       * Additional text rendered when matching special variables for PowerShell (BenBE)
 282       * Added some more keywords for ABAP (BenBE, Sandra Rossi, Jacob Laursen)
 283  Version 1.0.8.2
 284    -  Added language files
 285       * Brainfuck \ Brainfork (Benny Baumann)
 286       * HQ9+ (Benny Baumann)
 287       * INTERCAL (Benny Baumann)
 288       * LOLcode (Benny Baumann)
 289       * LScript (Beau McGuigan)
 290       * Pixel Bender (Richard Olsson)
 291       * ProvideX (Jeff Wilder)
 292       * VIM Script (Swaroop C H)
 293       * Visual Prolog (Thomas Linder Puls)
 294       * Whitespace (Benny Baumann)
 295    -  Changed priority for COMMENT_REGEXP compared to String highlighting (BenBE)
 296    -  Fixed correct escaping of spaces inside of URLs (BenBE)
 297    -  Updated the list of common file extensions (BenBE)
 298    -  Updated the language file check script in contrib/ (BenBE)
 299    -  Fixed a problem with link targets resulting in unclickable links (SF#2379120, BenBE)
 300    -  Fixed an undefined variable issue in langcheck.php (BenBE)
 301    -  Improvements to language files (BenBE)
 302       * eMail Header highlighting now uses the correct delimiters for keywords (BenBE)
 303       * eMail (RFC822\mbox) highlighting now highlights IPs, MIME types and
 304         subfield assignments correctly (BenBE)
 305       * Minor style changes in COBOL to improve loading performance (BenBE)
 306       * Added some missing keywords for D (BenBE)
 307       * Removed duplicate keywords from Progres, SAS and TSQL (BenBE)
 308       * Fixed Heredoc Syntax for Bash (SF#2185319, BenBE)
 309       * Moved symbol-lookalike sequences from keyword groups to separate symbol group
 310         for languages asp, klonec, klonecpp, php, php-brief (BenBE)
 311       * Fixed a lot of duplicate keyword warnings (BenBE)
 312       * Added missing keywords to the Python language file,
 313         introducing support for Python 3.0. (SF#2441839, milian)
 314       * Updated documentation links for TypoScript (SF#2014276, BenBE)
 315       * Fixed a problem with tag and attribute names in XML highlighting (SF#2276119, BenBE)
 316       * Improved MySQL language file (BenBE, JavaWoman)
 317       * Some commentss accidentially mistaken for DocComments (SF#2454897, BenBE)
 318       * Added improved Escape Char handling for c, c_mac, cpp and cpp_qt (SF#2458743, BenBE)
 319  Version 1.0.8.1
 320    -  Added language files
 321       * AviSynth (Ryan Jones)
 322       * eMail \ mbox (Benny Baumann)
 323       * GNU Make (Neil Bird)
 324       * Oracle 11i support (Simon Redhead)
 325       * Prolog (Benny Baumann)
 326       * SciLab (Christophe David)
 327       * TeraTerm macro language (Boris Maisuradze)
 328    -  Added support for Escape Regular Expressions (BenBE)
 329       * Implemented C-style Escapes in PHP (BenBE)
 330       * Introduced support for \xAB and \007 style Char Escapes in PHP (BenBE)
 331       * Implemented Variable Highlighting in PHP (BenBE)
 332       * Implemented Variable Highlighting in Bash (milian)
 333    -  Fixed a problem with PCRE patterns for Keyword matching sometimes producing
 334       very large strings, that could not be handled by some versions of PCRE lib,
 335       causing broken highlighting an Regexp Compile errors (BenBE, milian)
 336    -  Fixed broken highlighting of bash commands like `dbus-send --dest=org.....`,
 337       i.e. the dest was highlighted as variable declaration (milian)
 338    -  Fixed broken highlighting of some symbols in their escaped form (BenBE)
 339       (<SEMI> and <PIPE> were accidentially filtered even though they are valid)
 340    -  Fixed a "memory leak" in the *_regexp_caches (milian)
 341    -  Fixed broken Escape chars if classes were disabled
 342    -  start_line_numbers_at() was ignored when GESHI_HEADER_PRE_TABLE was set (revulo)
 343    -  Fixed a problem allowing Remote Code Inclusion under certain circumstances (BenBE)
 344    -  Changes to default CSS in order to make the GESHI_HEADER_PRE_TABLE align properly,
 345       even on Windows / Mac systems with strange fonts (milian, revulo, ^RT)
 346    -  Minor style changes to the following languages:
 347       * cpp-qt (milian)
 348       * MySQL (BenBE)
 349       * PHP (BenBE)
 350    -  Improvements to language files (BenBE, milian)
 351       * Added MinSpareThread\MaxSpareThreads to Apache highlighter (BenBE)
 352       * Added new Keyword group for APT sources.list highlighter (BenBE)
 353       * Fixed highlighting in LaTeX for \begin{} and \end{}, i.e. the stuff inside
 354         the curly braces. (milian, thanks for the report go to Matthias Pospiech)
 355       * Improved String support for D (BenBE)
 356       * MySQL was seriously broken (BenBE)
 357       * Reworked Keyword groups for MySQL to allow for more configuration (BenBE)
 358       * Improved Mirc script language file (milian)
 359       * Improved C++ Qt language file (milian)
 360       * Minor bug with Transpose Operator in Matlab (BenBE, Daniele de Rigo)
 361       * Highlighting of Batch Files for Windows (BenBE)
 362       * Updated AutoIt to include latest changes for AutoIt v3.2.12.1 (BenBE, Thierry)
 363       * Fixed duplicate keyword warnings for Perl, Tcl and Typoscript (BenBE)
 364       * Fixed Doc-URL getting reparsed by highlighted keywords of other groups (BenBE, Jordi Boggiano)
 365  Version 1.0.8
 366    -  Added language files
 367       * APT sources.list (milian)
 368       * Boo (Marcus Griep)
 369       * CIL (Common Intermediate Language, .NET Assembly) (Marcus Griep)
 370       * COBOL (Benny Baumann)
 371       * Gnuplot (milian)
 372       * KLoneC (Mickael Auger)
 373       * KLoneC++ (Mickael Auger)
 374       * PIC16xxx assembler (Phil Mattison)
 375       * POV-Ray (Carl Fürstenberg)
 376       * PowerShell (Frode Aarebrot)
 377       * Progress (Marco Aurelio de Pasqual)
 378       * TypoScript (Jan-Philipp Halle)
 379       * Xorg configuration (milian)
 380    -  Make GeSHi's constructor arguments optional, so something like `$foo = new GeSHi;` is possible. (milian)
 381    -  Added an optimizer for lists to regular expressions. Using these cached lists results in a speedup of approx. 50%.
 382       The slightly increased memory consumption (~150KB for PHP language file) is more than worth it! (milian)
 383    -  Some more memory & speed optimizations all over GeSHi (milian)
 384       * Reduced memory overhead when highlighting keywords (BenBE)
 385       * Keyword Linking now uses considerably less strtolower calls (milian)
 386       * Cache Symbol Search Regexp and make Symbol Highlighting faster (milian)
 387       * Use more native functions like substr_replace and strcasecmp to speed things up (milian)
 388       * Use considerably less strlen() calls on various points by caching the results (milian)
 389       * Properly set comments to be case insensitive where appropriate to increase performance (milian)
 390       * Improve the performance of the strict mode tokenizer, making highlighting of languages like
 391         HTML, ColdFusion or XML faster (milian)
 392       * Setup caches for parsing on demand to make stylesheet generators fast (milian)
 393    -  Various improvements to Strict Block Handling (BenBE, milian)
 394       * Added support for RegExp-based Strict Blocks (BenBE)
 395       * Fixed highlighting incorrectly stopping at ?> in PHP (SF#1330968, BenBE)
 396       * Languages with STRICT_MODE_APPLIES = GESHI_MAYBE default to strict mode now. When no highlightable
 397         code is found in this mode, we fallback to the same setting as if GESHI_NEVER was set. That way it
 398         should not be needed to call enable_strictmode() manually. (milian)
 399    -  Added new GESHI_HEADER_PRE_VALID type which uses the following markup: (milian)
 400       * With line numbers:     <div>header<ol><li><pre>...</pre></li>...</ol></div>
 401       * Without line numbers:  <pre>header...CODE...</pre>
 402       => valid HTML and no need for &nbsp; indentation
 403    -  Added new GESHI_HEADER_PRE_TABLE type which can be used to prevent linenumber-selection in Firefox
 404       on copy'n'paste. (milian)
 405    -  set_language will not reset any language settings by default anymore.
 406       * Added $force_reset param for to force full reload of a language. (milian)
 407       * Make sure strict_mode is set properly when doing repeated set_language calls (milian)
 408    -  Fixed some problems with old PHP versions (SF#1975625, milian, BenBE)
 409    -  Fixed broken use with Suhosin Patch when /e modifier was disabled (SF#2021800, BenBE)
 410    -  Added support for external style information files to override language defaults without modifying language files (BenBE)
 411    -  The overall_class is now up to the user, and the language-code is _always_ added as a class (milian)
 412    -  Fixed Economy Mode for GeSHi::get_stylesheet() - now it just makes so much more sense! (milian)
 413    -  Fixed Economy Mode when COMMENT_REGEXP are used (BenBE)
 414    -  Changed the default encoding to use UTF-8, due to SF#2037598, BenBE)
 415    -  Improved overall string support:
 416       * Added support for multichar string delimiters (SF#1932083, BenBE)
 417       * Fixed problems of unfinished strings and comments producing invalid XHTML (SF#1996353, BenBE)
 418       * Multichar Quotemarks sometimes had inconsistent behaviour (BenBE)
 419       * Support for multiple styles of strings depending on the starter (BenBE)
 420       * Properly handle escapes in strings, i.e. '\\' was not working properly before (milian)
 421       * Fixed escape char support when an escape char is followed by multi-byte chars (SF#2037598, BenBE)
 422    -  Improved flexibility in language files (BenBE, milian)
 423       * Added PARSER_CONTROL for OOLANG method highlighting (SF#1923060, BenBE)
 424       * Added possibility to define strict blocks using an Regexp (BenBE)
 425       * Removed explicit escaping of / in Regular Expressions (BenBE)
 426       * Ignoring empty keyword groups when highlighting (milian)
 427       * Make language_permissions configurable in language files via ['PARSER_CONTROL']['ENABLE_FLAGS']
 428         this makes is_a calls unneeded and thus prevents PHP notices in PHP 5.x (milian)
 429       * Extended support for number formats now covering the most common formats (SF#1923058, BenBE)
 430       * Lifted a limitation that keywords had to have at least 2 subsequent letters (BenBE)
 431       * Changed behaviour of PARSER_CONTROL now allowing to provide the full Lookahead and Lookbehind
 432         expressions used as delimiters inside keywords instead of a simple char group (BenBE)
 433       * Fixed improper handling of newlines in REGEXPS so this does not produce invalid html anylonger (milian)
 434    -  Some typos and mistakes in the documentation (BenBE)
 435    -  Added a script to contrib/ to verify language files are correct (BenBE)
 436    -  Fixed loads of compliancy warnings detected with that automated compliance testing script (BenBE)
 437    -  Many other improvements to various language files (BenBE, milian)
 438       * Reduce strict errors & notices for language files (milian)
 439       * Fixed symbol highlighting with C++ sometimes missing keywords after ; and comments (BenBE)
 440       * Improved comment handling with TCL (Lars Hellström, BenBE)
 441       * Fixed broken handling with XML comments (BenBE, SF#1849233)
 442       * Fixed HTML comments spawning multiple lines producing invalid XHTML output (SF#1738173, BenBE)
 443       * Added support for parameters beginning with dash in BASH language (BenBE)
 444       * Support Apache's configuration sections, see http://httpd.apache.org/docs/2.2/sections.html (milian)
 445       * Minor issue with PHP Heredoc and Nowdoc syntax sometimes not getting highlighted (BenBE)
 446       * Updated Objective-C language file (SF#2013961, Quinn Taylor, BenBE)
 447       * Added some keywords for VHDL (beshig, BenBE)
 448       * Fixed severly broken ColdFusion language file (milian)
 449       * Fixed some incorrectly highlighted things with the CSS language file (milian, BenBE)
 450       * Improved Smarty language file (milian)
 451       * Improved CSS language file (milian)
 452       * Improved Pascal language file (milian)
 453       * Improved LaTeX language file (Андрей Парамонов, BenBE)
 454       * Fixed a regular expression in mIRC language file that caused a warning message to be issued (BenBE)
 455       * Removed <, > and / from HTML names, now only containing the real tag names (BenBE)
 456       * Use spaces instead of tabs for indendation in language files to have a consistent
 457         coding standard accross geshi files (milian)
 458       * Added some comment styles, keywords and added index highlighting (Chusslove Illich, Часлав Илић)
 459    -  Removed some private methods which were only called at exactly one place (milian)
 460       * format_header_content
 461       * format_footer_content
 462       * get_attributes
 463    -  Second part of default style changes. Affected in this release:
 464       * C++
 465       * C++ (Qt)
 466       * CSS
 467       * VHDL
 468  Version 1.0.7.22
 469    -  Added language files
 470       * glSlang (BenBE)
 471       * KiXtart (Riley McArdle)
 472       * Lotus Notes @Formulas (Richard Civil)
 473       * LotusScript (Richard Civil)
 474       * MXML (David Spurr)
 475       * Scala (Franco Lombardo)
 476       * ActionScript 3 (Jordi Boggiano)
 477       * GNU Gettext .po/.pot (Milian Wolff)
 478       * Verilog (Günter Dannoritzer)
 479    -  Fixed a problem not yet addressed in 1.0.7.21 regarding highlighting of
 480       symbols that caused some extra characters to be added in the output or
 481       broke highlighting and standard compliance due to missing escaping of
 482       internally used characters (SF#192320 and SF#1926259, BenBE)
 483    -  Fixed missing style information for ocaml language file (The_PHP_Jedi)
 484    -  Fixed a bug causing masses of warnings in rendered output if language file
 485       miss style information (The_PHP_Jedi, BenBE)
 486    -  Missing tab width information could lead to warnings (BenBE)
 487    -  Missing symbol information for ASP (SF#1952038, nfsupport, BenBE)
 488    -  Empty delimiter message with OOoBasic (BenBE, Ccornell)
 489    -  Escaping of comments in LaTeX ignored (SF#1749806, BenBE)
 490    -  Modified Math environment $$ in LaTeX to be non-greedy (BenBE)
 491    -  Added possibility to match a regexp as comment (SF#1914640, SF#1945301, SF#1934832, BenBE)
 492    -  Introduced C-Style multiline continuation comments (SF#1914640, SF#1945301, BenBE)
 493    -  Introduced Fortran Comments (SF#1914640, SF#1934832, BenBE)
 494    -  Implemented Heredoc and Nowdoc Syntax for PHP and Perl (SF#1914640, BenBE)
 495    -  Implemented Compiler Directives for Delphi (SF#1914640, BenBE)
 496    -  Implemented minimalistic support for JavaScript \ Perl Regular Expressions (SF#1786665, SF#1754333, SF#1956631, BenBE)
 497    -  Fixed Strings in Matlab to be handled as comments instead of regexps, to prevent keywords being linked (BenBE)
 498    -  Applied PARSER_CONTROL fix of C++ for C++-Qt-Derivative (BenBE)
 499    -  Fixed incorrect treatment of unequally long multiline comment separators (related to SF #1891630, BenBE)
 500    -  Added PARSER_CONTROL settings for keywords in ASM language file (SF#1835148, BenBE)
 501    -  Fixed missing CASSE_SENSITIVE entry for DOS language file (SF#1956314, BenBE)
 502    -  Fixed accidential highlighting of keywords in argument names (SF#1956456, Milian Wolff, BenBE)
 503    -  Fixed yet again some #-related bash problem (SF#1956459, Milian Wolff, BenBE)
 504    -  Added backticks as symbols (Milian Wolff)
 505    -  Example script remembers selections and source submitted (Milian Wolff)
 506    -  Example script allows remembered source and preselected language to be cleared (Milian Wolff)
 507    -  Example script now properly includes geshi and doesn't suppress error messages anylonger. (Milian Wolff)
 508    -  Code cleanup by using direct string indexing instead of substr with length 1 (Milian Wolff)
 509    -  Optimized generation of code parts in strict mode (Milian Wolff)
 510    -  Optimized COMMENT_REGEXP by using an incremental regexp cache (Milian Wolff, BenBE)
 511    -  Fixed a problem that rarely skipped highlighting of escaped chars which usually should have gotten highlighted (BenBE)
 512    -  Optimized generation of highlighted strings to use fast skip forward while highlighting them (Milian Wolff, BenBE)
 513    -  Optimization using basic rework of indent function improving tab expansion performance (BenBE)
 514    -  Lots of other minor optimizations based on coding style improvements (Milian Wolff)
 515    -  Implemented setting to force spans to be closed before newlines, see SF#1727398 (Milian Wolff)
 516    -  Added missing credits for D language file to THANKS file (SF#1720899, BenBE)
 517    -  Optimization to prevent loading the current language file twice (Milian Wolff)
 518    -  Optimization: Use file_get_contents() to load sourcecode from files.
 519       Even if GeSHi worked with PHP 4.1 before, it doesn't now. (Milian Wolff)
 520    -  Added description of extra language features (SF#1970248, BenBE)
 521    -  Added support for highlighting the C# using and namespace directives (SF #1395677, BenBE)
 522    -  Added support for highlighting the Java import and package directives (SF #1395677, BenBE)
 523    -  Fixed minor problem in Haskell cuasing accidential start of comment (SF#1987221, BenBE)
 524    -  Fixed minor issue causing loads of warnings if a language files defines no symbols (BenBE)
 525    -  Updated some aspects of the documentation and included further hints (BenBE)
 526    -  First of series of color scheme changes. Affected languages (sofar):
 527       * Assembler (x86)
 528       * Bash
 529       * C
 530       * C#
 531       * Delphi
 532       * Fortran77
 533       * glSlang
 534       * Java & Java 5
 535       * JavaScript
 536       * OCaml
 537       * OpenOffice.org Basic
 538       * Pascal
 539       * Perl
 540       * PHP and PHP-Brief
 541  Version 1.0.7.21
 542    -  Added language files
 543       * Basic4GL (Matthew Webb)
 544    -  Fixed problem with mIRC language highlighting spaces only (BenBE)
 545    -  Language files can now specify a function to be called to decide the
 546       colour of a regular expression match
 547    -  Added single quote to Lua (Darrin Roenfanz)
 548    -  Compare comments case insensitively (fixes AutoIT comments somewhat)
 549       (Daniel Gordon)
 550    -  Fixed symbols not being highlighted at all (SF #1767953, BenBE)
 551    -  Fixed brackets not correctly managed (SF #1767954, BenBE)
 552    -  Changed default languages for some extensions
 553    -  Included color and character information for symbol highlighting in some languages (BenBE)
 554    -  Fixed a problem with extension detection if default was used (BenBE)
 555    -  Fixed a highlighting problem with the LaTeX language (SF #1776182, BenBE)
 556    -  Added a new parameter for enable_highlighting to reduce source duplication (SF #1786104, BenBE)
 557    -  Updated doxygen documentation to include since tags and some missing parameters
 558    -  Disabled symbol highlighting by default (doesn't affect brackets, cf. documentation) (BenBE)
 559    -  Added a check for set_case_keywords for the given param to be supported (BenBE)
 560    -  Minor rework of the HTML documentation layout \ W3C compliance (BenBE)
 561    -  Fixed highlighting error in bash language avoiding keywords in comments (SF #1786314, SF #1564839, BenBE)
 562    -  Fixed template params for C++ and C# not being highlighted (SF #1772919, BenBE)
 563    -  Fixed more reported problems about mirc highlighting
 564    -  Added some missing keywords for VB.NET
 565    -  Fixed some warnings in DOS language file (Florian Angehrn)
 566    -  Add possibility to handle more than one extra line style (SF #1698255, German Rumm, BenBE)
 567    -  Fixed handling of URLs when output case differs from URL case (SF #1815504, Tom Samstag, BenBE)
 568    -  Fixed POD (Plain Old Documentation) format problems breaking highlighting of Perl (SF #1891630, Shannon Wynter, BenBE)
 569    -  Fixed a problem with mIRC when & was used for identifiers (SF #1875552, BenBE)
 570  Version 1.0.7.20
 571    -  Added language files
 572       * Genero (logic) and Per (forms) (FOURJ's Genero 4GL) (Lars Gersmann)
 573       * Haskell (Dagit)
 574       * ABAP (Andres Picazo)
 575       * Motorola 68k Assembler (for MC68HC908GP32 Microcontroller) (BenBE)
 576       * Dot (Adrien Friggeri)
 577    -  Fixed java documentation search for keywords to actually go to the
 578       documentation (spaze)
 579    -  Applied fix for bug 1688864 (bad regexes) (Tim Starling)
 580    -  Fixed comment CSS rule in visualfoxpro
 581    -  ThinBASIC language update (Eros Olmi)
 582    -  mIRC language update (BenBE)
 583    -  Fixed outdated documentation URL of Perl language file (RuralMoon by BenBE)
 584    -  Fixed tab replacement code not generating the correct number of spaces in
 585       some cases (Guillermo Calvo)
 586    -  Fixed two typos in Z80 language file
 587    -  Applied fix for bug 1730168 (Daniel Naber)
 588    -  Applied fix for bug 1705482 (Jason Frame)
 589       * Configurable line endings (Replace \n by custom string)
 590       * per-language tab-widths (Adjustable for width>=1)
 591       * Included defaults for ASM (x86, m68k, z80), C, C (Mac), C++, C++ (Qt), C#,
 592         Delphi, CSS,, HTML, PHP, PHP (Brief), QBasic, Ruby, XML
 593    -  Added a possibility to force generation of a surrounding tag around
 594       the highlighted source
 595    -  Applied fix for additional keywords for the bash language
 596       (cf. http://bash.thefreebizhost.com/bash_geshi.php, BenBE / Jan G)
 597    -  Fix bad colour definition in GML language (Andreas Gohr)
 598    -  Fixed phpdoc comments not being indented one space if they should be (Andy
 599       Hassall)
 600  Version 1.0.7.19
 601    -  Added language files
 602       * X++ (Simon Butcher)
 603       * Rails (Moises Deniz)
 604    -  Fixed invalid HTML being generated and doctypes not being highlighted over
 605       multiple lines properly when line numbers are on (Validome)
 606    -  Improved the ruby syntax highlighting by basing it off the Rails file
 607    -  Changed some regular expressions to possibly help with badly performing
 608       regex support in PHP (Tim Starling)
 609    -  Allow {TIME}, {LANGUAGE} and {VERSION} to be used in the header as well as
 610       the normal <TIME>/<LANGUAGE>/<VERSION> (AthanD)
 611    -  Changed comment regex in bash to prevent malformed XHTML (rv1971)
 612  Version 1.0.7.18
 613    -  Added language files
 614       * ZiLOG Z80 Assembly (BenBE)
 615    -  Fixed incorrect highlighting when the starter of a multiline comment is
 616       longer than the ender (Robert Anthony).
 617    -  Fixed "</span" generated if a multiline comment is the last thing in the
 618       source (related to the above).
 619    -  Added #cs => #ce comment markers to AutoIT (Robert Anthony)
 620    -  Fixed spelling mistake for keyword in Python (wd3)
 621    -  Added a method to enable/disable keyword linking (Ian McKellar)
 622    -  Improved empty line detection for HTML output (BenBE)
 623    -  Changed code style of geshi.php, and removed tabs
 624  Version 1.0.7.17
 625    -  Fixed up ends of files having too many newlines (binarygroop)
 626    -  Removed background colour on keyword group in eiffel (Julian Tschannen)
 627    -  Removed GESHI_DIR_SEPARATOR constant usage, it's unnecessary (Aleksey Zapparov)
 628    -  Added /* ... */ comments to coldfusion (Jeff Howden)
 629  Version 1.0.7.16
 630    -  Added language files
 631       * ActionScript (Steffen Krause)
 632       * C++/Qt (Iulian M)
 633       * PL/SQL (Victor Engmark)
 634    -  Fixed up my e-mail address everywhere
 635    -  Fixed notice with "error" property (IZIU Zielona Góra)
 636    -  Added some entries to the get_language_name_from_extension table
 637       (Stebastian Schuberth)
 638  Version 1.0.7.15
 639    - Added language files
 640       * BNF (Rowan Rodrik van der Molen)
 641       * IO (me, thanks to Johnathan Wright)
 642       * mIRC (Alberto de Areba Sánchez)
 643    -  Fixed use of colon in XML (Grigory Rubtsov)
 644    -  Fixed notices in text.php, reg.php and latex.php when $this is not
 645       available (Clemens Weiß)
 646    -  Made third parameter of geshi_highlight optional (Gaetano Giunta)
 647    -  Fix incorrect highlighting of the $# variable in bash (Michael Knight)
 648    -  Fixed single line comment mistake in thinbasic.php (Eros Olmi)
 649  Version 1.0.7.14
 650    -  Added language files
 651       * thinBasic (Eros Olmi)
 652       * LaTeX (Matthais Pospiech)
 653    -  Removed extra newlines at the end of some files
 654    -  Fixed SF bug 1556404 - check before using $this in language files
 655       (Clemens Weiß)
 656  Version 1.0.7.13
 657    -  Added language files
 658       * Uno IDL (Cedric Bosdonnat)
 659    -  Fixed add_ids causing odd XHTML (RyanJ)
 660    -  Fixed extra newline being added to end of result (Andreas Gohr)
 661  Version 1.0.7.12
 662    -  Fixed lines being collapsed when they contain just a space (artlover)
 663    -  Allowed matching for regexes using start/end matchers at the start/end
 664       of the code (Sheri)
 665    -  Added (dubious) fix for google "I'm feeling lucky" search for java keywords
 666       (dubious in that it doesn't work for me)
 667    -  mysql - Made the symbols into their own keyword group as the symbol group
 668       isn't used. Added a style for multiline comments.
 669    -  Added a couple of php5 keywords to the php language files.
 670    -  Allow XML tags to have dashes.
 671    -  Changed LANG_NAME for many languages to be more sensible/correct case
 672       (Matthias Mohr)
 673    -  Added case-sensitivity indices to python
 674  Version 1.0.7.11
 675    -  Added language files
 676       * Smalltalk (Bananeweizen)
 677    -  Minor style improvements to matlab
 678    -  Moved a couple of functions to the correct group in smarty (arwan)
 679  Version 1.0.7.10
 680    -  Added language files
 681       * TCL (Reid van Melle)
 682       * Winbatch (Craig Storey)
 683       * Groovy (Ivan F. Villanueva B.)
 684       * Text (SmokingRope)
 685       * Reg (SmokingRope)
 686    -  Removed \ as an escape character in T-SQL (Dave Jackson)
 687    -  Reset extra lines to highlight if source is changed (Diogo Resende)
 688    -  Allow setting of lexic permissions in language files (SmokingRope)
 689    -  Allow regexes to set a CSS class name (SmokingRope)
 690    -  Added URL support to DOS language (mastrboy)
 691  Version 1.0.7.9
 692    -  Added language files
 693       * Fortran (Cedric Arrabie)
 694       * SAS (Galen Johnson)
 695       * CFDG (John Horigan)
 696    -  Fixed & in URL in java5 (Clemens Weiß)
 697    -  Added MD5 and SHA1 to mysql keywords (polarina)
 698    -  Fixes for highlight_lines_extra with line numbers (ithcy)
 699    -  Fixed backslash characters being removed (ArTourter)
 700  Version 1.0.7.8
 701    -  Fixed blank at start of MySQL file (W. Tasin)
 702    -  Fixed smarty functions being broken (ultrabob)
 703    -  Changed keyword and regexp detection and parsing
 704       slightly to allow more "meta characters" (like #) in
 705       keywords
 706    -  Minor fixes for XML and GML
 707  Version 1.0.7.7
 708    -  Added language files
 709       * T-SQL (Duncan Lock)
 710       * Robots.txt (Christian Lescuyer)
 711       * AutoIT (mastrboy)
 712       * Java 5 (Clemens Bruckmann)
 713       * ColdFusion (Diego)
 714    -  A few keyword changes in java, removed :: object splitter (amphi)
 715    -  Now using a simpler regular expression for numbers (Brice Bernard)
 716    -  Fixed ah, bh etc. regs being highlighted as numbers (Unknown)
 717  Version 1.0.7.6
 718    -  Fix backtick-string highlighting in ruby (Juan J. Martínez)
 719    -  Add =begin multiline comments in ruby (Juan J. Martínez)
 720    -  Added support for :keywords and ::access in lisp (Denis Mashkevich)
 721    -  Prevented number highlighting if they are just after underscores (Joce)
 722    -  Removed escape characters for strings in XML and HTML (floele)
 723    -  Added instanceof keyword to java (jgottschling)
 724    -  Fixed comments in ASP (SBD)
 725    -  Removed unnecessary keyword style index from ini
 726    -  Added support for " strings in ini
 727    -  Removed unnecessary regex style index from blitzbasic
 728    -  Keyword case of URL-ed keywords should be defined by language file (Benny Baumann)
 729    -  Added "Hardquote" feature, provides more accurate string highlighting (Cliff Stanford)
 730    -  Used hardquote support for @"..." strings in C# (Cliff Stanford)
 731    -  Used hardquote support for ' strings in perl (Cliff Stanford)
 732    -  Fixed setting of language path (Cliff Stanford)
 733    -  Display source correctly formatted with line numbers (if requested) if an error
 734       has occured (several people)
 735    -  Having no source to highlight is not an error condition anymore
 736    -  Delphi language updated to include more keywords and types (BenBE)
 737    -  Updated NSIS to version 2.11 (deguix)
 738  Version 1.0.7.5
 739    -  Fix for using escape characters to escape newlines breaking XHTML compliance (Yves Goergen)
 740    -  Fixed method highlighting in VB (Matt Beale)
 741    -  Fixed multiline comment highlighting in SQL (MrBaseball34)
 742    -  Fixed two ">" symbols being outputted when using a footer but not CSS classes (MrBaseball34)
 743    -  Marked important block stuff as deprecated
 744    -  Some documentation tidyup
 745    -  Updated GML language file (Jos? Jorge Enr?quez Rodr?guez)
 746    -  THANKS file tidied up
 747    -  Fixed double </a> for elements in HTML (Yves Goergen)
 748    -  Added some keywords for ASM (Dreuzzo)
 749  Version 1.0.7.4
 750    -  Added language files
 751       * MySQL (Carl Fürstenberg)
 752       * BlitzBasic (Pàdraig O`Connel)
 753    -  Fixed up geshi_highlight function: it now correctly uses <code> instead of <div> (Remi Faure)
 754    -  When using GESHI_HEADER_NONE, remove the <ol> if line numbering is not enabled
 755    -  Commented example.php so people can use it as a guide better
 756    -  Fixed extra newline being generated if a comment is at the end
 757       of the source (many people, including Yves Goergen)
 758    -  Fixed up some documentation issues
 759    -  Some minor language file fixes (C++, Lua) (Lua fixes by chromix)
 760    -  Fixed up no </span> in XML and other strict languages (regression from 1.0.7.3 fix: removed
 761         unnecessary </span> when using strict mode) (Daniel Ecer, drskrud),
 762  Version 1.0.7.3
 763    -  Added language files
 764       * Scheme (Jon Raphaelson)
 765       * Ocaml and Ocaml-brief (Flaie)
 766       * Ruby (Amit Gupta)
 767    -  Make urls generated for java highlighting XHTML compliant (Tim Van Wassenhove)
 768    -  Removed unnecessary </span> when using strict mode (Tim Van Wassenhove)
 769    -  Fixed warning in dos.php about undefined constant (Tim Van Wassenhove)
 770    -  Fixed security hole in contrib/example.php - able to view any file if source
 771       not set and language is set to wierd value (Maksymilian Arciemowicz)
 772  Version 1.0.7.2
 773    -  Added language files
 774       * Inno (Thomas Klinger)
 775       * Ini (Deguix)
 776       * DOS (Batchfile) (Alessandro Staltali)
 777       * Applescript (Stephan Klimek)
 778       * Freebasic (Roberto Rossi)
 779       * SDLBasic (Roberto Rossi)
 780       * ActionScript (links to French documentation) (NikO)
 781    -  NSIS language file updated (deguix)
 782    -  Lua language file updated (Roberto Rossi)
 783    -  Bugfix: Styles incorrectly overriding default styles instead of being merged
 784       in set_*_styles methods (Stebastian Werner)
 785    -  Added GESHI_HEADER_NONE as valid header type. This still allows header content.
 786  Version 1.0.7.1
 787    -  Added language files:
 788       * Div (Gabriel Lorenzo)
 789       * GML (José Jorge Enríquez Rodríguez)
 790       * Eiffel (Zoran Simic)
 791    -  Minor change to rules regarding when keywords can appear - now dots (.) are
 792       allowed before keywords. (NikO)
 793    -  Bugfix: the line style for non-fancy lines when fancy highlighting is enabled
 794       is now applied (Amit Gupta)
 795  Version 1.0.7
 796    -  Added language files:
 797       * Diff (Conny Brunnkvist)
 798       * VHDL (Alexander Krause)
 799       * D (Thomas Kuehne)
 800       * Matlab (Florian Knorn)
 801    -  Python highlighting improved (thither, Federico Quagliata)
 802    -  Changed file comments to use phpdoc syntax, and changed code style to be more
 803         like PEAR
 804    -  Fixed bug in set_code_style: Second parameter is now optional
 805    -  The $_GESHI_ERRORS array is gone, error messages are internal to the GeSHi class
 806    -  Changed name of XML language to XML from HTML
 807    -  Removed min and max tab width checks
 808    -  Backported GeSHi 1.1.X's automatic language file path detection so you no longer
 809       need to use the third parameter of the constructor or set_language_path except for
 810       special circumstances.
 811    -  Source is checked to make sure it is not empty else an error occurs
 812    -  Removed excess characters after ?> in ada.php, apache.php and cpp.php that caused
 813       http headers to be sent (psichron)
 814    -  Removed second "foreach" keyword for smarty language file that was causing
 815       duplication (Iss)
 816    -  Added underscore to allowed characters in match for XML tags (anonymous)
 817    -  Added some missing java keywords like "abstract" and "transient"
 818    -  Added "list" and "continue" PHP keywords
 819    -  set_language resets error status and strict mode (Andrew Black)
 820    -  Removed margin:0 declaration from cssgen.php (Andrzej Kubaszek)
 821    -  Fixed multiline comment selector in cssgen.php (Andrzej Kubaszek)
 822  Version 1.0.6
 823    -  Added support for smart tabs - tabs that behave just like normal tabs when in
 824       GESHI_HEADER_DIV mode.
 825    -  Partial patch for UTF-8 encoding applied (doesn't quite work however...)
 826  Version 1.0.5
 827    -  Added language files:
 828       * MPASM (Bakalex)
 829       * Oracle 8 (Guy Wicks)
 830    -  Fixed bug where not using an encoding type would sometime result in warnings (although
 831       there still seems to be issues with encoding in general that I'm trying to gather more
 832       data on) (Alexander Spennemann)
 833    -  Removed "margin: 0" from <ol> in an attempt to make line numbers visible in IE again
 834       by default (untested, but I don't really care if it works... get firefox! ;))
 835    -  Added note on php5 support (Karim Scheik)
 836    -  Added two new methods: load_from_file and get_language_name_from_extension, that can
 837       help automate file highlighting (though the extension array at this time is quite bare)
 838       (David Gartner, Brian Cheesman)
 839  Version 1.0.4
 840    -  Fixed many version-reporting bugs (Jack Lloyd)
 841    -  Fixed bug where methods were not having the correct CSS generated for them
 842       by get_stylesheet() (Jack Lloyd)
 843    -  Added new keywords to C and C++ files (Jack Lloyd)
 844    -  Added section on case sensitivity to documentation that wasn't in the other versions
 845  Version 1.0.3
 846    -  Added language files:
 847       * Smarty (Alan Juden)
 848       * C# (Alan Juden)
 849       * VB.NET (Alan Juden)
 850       * C for Macs (M. Uli Kusterer)
 851       * Objective C (M. Uli Kusterer)
 852    -  Links can have a target attribute (Andreas Gohr)
 853    -  Fixed multiline string bug if not using classes
 854    -  Added method set_encoding that allows you to set the character
 855       set used by calls to htmlentities() in GeSHi
 856    -  You can now specify an array of object splitters, and each
 857       type of method separated by each object splitter can be highlighted
 858       differently
 859    -  If a language uses a case sensitive keyword group and that group
 860       has a URL associated with it, the keyword will not be lowercased
 861       in the URL (M. Uli Kusterer)
 862  Version 1.0.2
 863    -  Added language files:
 864       * Actionscript (Steffen Krause)
 865       * ASP (Amit Gupta)
 866       * Bash (Andreas Gohr)
 867       * CADDCL (Roberto Rossi)
 868       * CadLisp (Roberto Rossi)
 869       * C++ (Dennis Bayer)
 870       * Delphi (Járja Norbert)
 871       * Javascript (Ben Keen)
 872       * Lisp (Roberto Rossi)
 873       * OpenOffice.org BASIC (Roberto Rossi)
 874       * Perl (Andreas Gohr and Ben Keen)
 875       * Python (Roberto Rossi)
 876       * VisualFoxPro (Roberto Armellin)
 877       * XML (Nigel McNie, from an idea/file by Christian Weiske)
 878    -  Added contrib/ directory with script to create one external stylesheet
 879       from many languages(base script by Andreas Gohr, modified by Nigel McNie),
 880       and an example script (needs lotsa work...)
 881    -  Code lines can have their own unique ID (for use with javascript)
 882       (suggested by Andreas von Oettingen)
 883    -  Certain rows can be specified to be highlighted differently (suggested by
 884       Andreas von Oettingen)
 885    -  Getter available for human-readable language name (suggested by Simon Patterson)
 886    -  Line numbers aren't highlighted when a user selects the code
 887    -  Contextual highlighting with <BEGIN GeSHi> ... <END GeSHi> in the code (which
 888       can be disabled)
 889    -  Functions can be made into URLs to appropriate documentation (suggested
 890       by cybot_tm). Also thanks to Marcin Gryszkalis for the links for C, Java
 891       and Perl.
 892    -  Code can have a header and footer
 893    -  Time taken to parse the code is recorded and made available with the get_time()
 894       method
 895    -  error() now returns a human-readable error message
 896    -  Function geshi_highlight added to make it even easier to highlight on the fly
 897    -  Advanced regular expression handling
 898    -  Bug fixes to lexic_permission handling
 899  Version 1.0.1
 900    -  Added methods set_symbols_style() and set_symbols_highlighting(). These should be used
 901       instead of set_brackets_style and set_brackets_highlighting respectively.
 902    -  Added a new field - language_path - that can be set either when the constructor is
 903       called, or by the new method set_language_path(), that specifies a path to the directory
 904       containing the language files (bug reported by bbspliff)
 905    -  Added a new method set_case_keywords(), that allows the auto-casing feature to be
 906       changed on the fly instead of simply being specified in the language file
 907    -  If there is an error the source that is outputted is now handled much better
 908    -  Lines are broken in the source only by \n now, not by \r\n (to save on output source)
 909    -  Indentation moved into its own method
 910    -  Method header() modified to allow the user to choose whether the code is surrounded in
 911       a <div> or a <pre> (see documentation for benefits of both). Method footer() likewise
 912       modified.
 913    -  Method get_stylesheet() modified so that a smaller comment is outputted in economy mode,
 914       and bugs with when line number classes are outputted in economy mode have been fixed
 915    -  Bug where spans had two quotes at the end of the attributes fixed (ie. <span style=".."">)
 916    -  Added language files:
 917       * Ada (Tux)
 918       * Apache log file (Tux)
 919       * ASM (Tux)
 920       * NSIS (Tux)
 921       * Pascal (Tux)
 922  Version 1.0.0
 923    -  Initial Release


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1