1 Pygments changelog |
1 Pygments changelog |
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 pull request numbers to the requests at |
|
7 <http://bitbucket.org/birkenfeld/pygments-main/pull-requests/merged>. |
|
8 |
|
9 Version 1.6 |
|
10 ----------- |
|
11 (released Feb 3, 2013) |
|
12 |
|
13 - Lexers added: |
|
14 |
|
15 * Dylan console (PR#149) |
|
16 * Logos (PR#150) |
|
17 * Shell sessions (PR#158) |
|
18 |
|
19 - Fix guessed lexers not receiving lexer options (#838). |
|
20 |
|
21 - Fix unquoted HTML attribute lexing in Opa (#841). |
|
22 |
|
23 - Fixes to the Dart lexer (PR#160). |
|
24 |
|
25 |
|
26 Version 1.6rc1 |
|
27 -------------- |
|
28 (released Jan 9, 2013) |
|
29 |
|
30 - Lexers added: |
|
31 |
|
32 * AspectJ (PR#90) |
|
33 * AutoIt (PR#122) |
|
34 * BUGS-like languages (PR#89) |
|
35 * Ceylon (PR#86) |
|
36 * Croc (new name for MiniD) |
|
37 * CUDA (PR#75) |
|
38 * Dg (PR#116) |
|
39 * IDL (PR#115) |
|
40 * Jags (PR#89) |
|
41 * Julia (PR#61) |
|
42 * Kconfig (#711) |
|
43 * Lasso (PR#95, PR#113) |
|
44 * LiveScript (PR#84) |
|
45 * Monkey (PR#117) |
|
46 * Mscgen (PR#80) |
|
47 * NSIS scripts (PR#136) |
|
48 * OpenCOBOL (PR#72) |
|
49 * QML (PR#123) |
|
50 * Puppet (PR#133) |
|
51 * Racket (PR#94) |
|
52 * Rdoc (PR#99) |
|
53 * Robot Framework (PR#137) |
|
54 * RPM spec files (PR#124) |
|
55 * Rust (PR#67) |
|
56 * Smali (Dalvik assembly) |
|
57 * SourcePawn (PR#39) |
|
58 * Stan (PR#89) |
|
59 * Treetop (PR#125) |
|
60 * TypeScript (PR#114) |
|
61 * VGL (PR#12) |
|
62 * Visual FoxPro (#762) |
|
63 * Windows Registry (#819) |
|
64 * Xtend (PR#68) |
|
65 |
|
66 - The HTML formatter now supports linking to tags using CTags files, when the |
|
67 python-ctags package is installed (PR#87). |
|
68 |
|
69 - The HTML formatter now has a "linespans" option that wraps every line in a |
|
70 <span> tag with a specific id (PR#82). |
|
71 |
|
72 - When deriving a lexer from another lexer with token definitions, definitions |
|
73 for states not in the child lexer are now inherited. If you override a state |
|
74 in the child lexer, an "inherit" keyword has been added to insert the base |
|
75 state at that position (PR#141). |
|
76 |
|
77 - The C family lexers now inherit token definitions from a common base class, |
|
78 removing code duplication (PR#141). |
|
79 |
|
80 - Use "colorama" on Windows for console color output (PR#142). |
|
81 |
|
82 - Fix Template Haskell highlighting (PR#63). |
|
83 |
|
84 - Fix some S/R lexer errors (PR#91). |
|
85 |
|
86 - Fix a bug in the Prolog lexer with names that start with 'is' (#810). |
|
87 |
|
88 - Rewrite Dylan lexer, add Dylan LID lexer (PR#147). |
|
89 |
|
90 - Add a Java quickstart document (PR#146). |
|
91 |
|
92 - Add a "external/autopygmentize" file that can be used as .lessfilter (#802). |
|
93 |
6 |
94 |
7 Version 1.5 |
95 Version 1.5 |
8 ----------- |
96 ----------- |
9 (codename Zeitdilatation, released Mar 10, 2012) |
97 (codename Zeitdilatation, released Mar 10, 2012) |
10 |
98 |