2 ================== |
2 ================== |
3 |
3 |
4 Issue numbers refer to the tracker at |
4 Issue numbers refer to the tracker at |
5 http://bitbucket.org/birkenfeld/pygments-main/issues. |
5 http://bitbucket.org/birkenfeld/pygments-main/issues. |
6 |
6 |
|
7 Version 1.5 |
|
8 ----------- |
|
9 (codename Zeitdilatation, released Mar 10, 2012) |
|
10 |
|
11 - Lexers added: |
|
12 |
|
13 * Awk (#630) |
|
14 * Fancy (#633) |
|
15 * PyPy Log |
|
16 * eC |
|
17 * Nimrod |
|
18 * Nemerle (#667) |
|
19 * F# (#353) |
|
20 * Groovy (#501) |
|
21 * PostgreSQL (#660) |
|
22 * DTD |
|
23 * Gosu (#634) |
|
24 * Octave (PR#22) |
|
25 * Standard ML (PR#14) |
|
26 * CFengine3 (#601) |
|
27 * Opa (PR#37) |
|
28 * HTTP sessions (PR#42) |
|
29 * JSON (PR#31) |
|
30 * SNOBOL (PR#30) |
|
31 * MoonScript (PR#43) |
|
32 * ECL (PR#29) |
|
33 * Urbiscript (PR#17) |
|
34 * OpenEdge ABL (PR#27) |
|
35 * SystemVerilog (PR#35) |
|
36 * Coq (#734) |
|
37 * PowerShell (#654) |
|
38 * Dart (#715) |
|
39 * Fantom (PR#36) |
|
40 * Bro (PR#5) |
|
41 * NewLISP (PR#26) |
|
42 * VHDL (PR#45) |
|
43 * Scilab (#740) |
|
44 * Elixir (PR#57) |
|
45 * Tea (PR#56) |
|
46 * Kotlin (PR#58) |
|
47 |
|
48 - Fix Python 3 terminal highlighting with pygmentize (#691). |
|
49 |
|
50 - In the LaTeX formatter, escape special &, < and > chars (#648). |
|
51 |
|
52 - In the LaTeX formatter, fix display problems for styles with token |
|
53 background colors (#670). |
|
54 |
|
55 - Enhancements to the Squid conf lexer (#664). |
|
56 |
|
57 - Several fixes to the reStructuredText lexer (#636). |
|
58 |
|
59 - Recognize methods in the ObjC lexer (#638). |
|
60 |
|
61 - Fix Lua "class" highlighting: it does not have classes (#665). |
|
62 |
|
63 - Fix degenerate regex in Scala lexer (#671) and highlighting bugs (#713, 708). |
|
64 |
|
65 - Fix number pattern order in Ocaml lexer (#647). |
|
66 |
|
67 - Fix generic type highlighting in ActionScript 3 (#666). |
|
68 |
|
69 - Fixes to the Clojure lexer (PR#9). |
|
70 |
|
71 - Fix degenerate regex in Nemerle lexer (#706). |
|
72 |
|
73 - Fix infinite looping in CoffeeScript lexer (#729). |
|
74 |
|
75 - Fix crashes and analysis with ObjectiveC lexer (#693, #696). |
|
76 |
|
77 - Add some Fortran 2003 keywords. |
|
78 |
|
79 - Fix Boo string regexes (#679). |
|
80 |
|
81 - Add "rrt" style (#727). |
|
82 |
|
83 - Fix infinite looping in Darcs Patch lexer. |
|
84 |
|
85 - Lots of misc fixes to character-eating bugs and ordering problems in many |
|
86 different lexers. |
|
87 |
|
88 |
7 Version 1.4 |
89 Version 1.4 |
8 ----------- |
90 ----------- |
9 (codename Unschärfe, released Jan 03, 2010) |
91 (codename Unschärfe, released Jan 03, 2011) |
10 |
92 |
11 - Lexers added: |
93 - Lexers added: |
12 |
94 |
13 * Factor (#520) |
95 * Factor (#520) |
14 * PostScript (#486) |
96 * PostScript (#486) |
267 - Added ``-N`` option to command-line interface to get a lexer name |
349 - Added ``-N`` option to command-line interface to get a lexer name |
268 for a given filename. |
350 for a given filename. |
269 |
351 |
270 - Added Tango style, written by Andre Roberge for the Crunchy project. |
352 - Added Tango style, written by Andre Roberge for the Crunchy project. |
271 |
353 |
272 - Added Python3TracebackLexer and ``python3`` option to |
354 - Added Python3TracebackLexer and ``python3`` option to |
273 PythonConsoleLexer. |
355 PythonConsoleLexer. |
274 |
356 |
275 - Fixed a few bugs in the Haskell lexer. |
357 - Fixed a few bugs in the Haskell lexer. |
276 |
358 |
277 - Fixed PythonTracebackLexer to be able to recognize SyntaxError and |
359 - Fixed PythonTracebackLexer to be able to recognize SyntaxError and |
605 |
687 |
606 - Added sources.list lexer by Dennis Kaarsemaker. |
688 - Added sources.list lexer by Dennis Kaarsemaker. |
607 |
689 |
608 - Added token stream filters, and a pygmentize option to use them. |
690 - Added token stream filters, and a pygmentize option to use them. |
609 |
691 |
610 - Changed behavior of `in` Operator for tokens. |
692 - Changed behavior of `in` Operator for tokens. |
611 |
693 |
612 - Added mimetypes for all lexers. |
694 - Added mimetypes for all lexers. |
613 |
695 |
614 - Fixed some problems lexing Python strings. |
696 - Fixed some problems lexing Python strings. |
615 |
697 |