summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-05-29 09:01:20 +0200
committergbrandl <devnull@localhost>2007-05-29 09:01:20 +0200
commit083e0708833fdeb19b6903e6c41bee117214eefd (patch)
tree1243cdf5fc89219ad9408b0ab4be006a77170fe4
parent248cc62ae71786549ba7731b63dee17db1d8350e (diff)
downloadpygments-083e0708833fdeb19b6903e6c41bee117214eefd.tar.gz
[svn] Update changelog and add a copyright entry.
-rw-r--r--CHANGES5
-rw-r--r--pygments/lexers/agile.py2
2 files changed, 3 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 6637614a..b64389ff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,7 +3,7 @@ Pygments changelog
Version 0.8 (in development)
----------------------------
-(codename Maikäfer, released May XX, 2007)
+(codename Maikäfer, released May 29, 2007)
- Lexers added:
@@ -12,6 +12,7 @@ Version 0.8 (in development)
* D, thanks to Kirk McDonald
* MuPad, thanks to Christopher Creutzig
* MiniD, thanks to Jarrett Billingsley
+ * Vim Script, by Tim Hatch
- The `CSharpLexer` now is Unicode-aware, which means that it has an
option that can be set so that it correctly lexes Unicode identifiers
@@ -41,8 +42,6 @@ Version 0.8 (in development)
- Fixed a bug in the `RawTokenFormatter`.
-- added vim lexer contributed by Tim Hatch
-
Version 0.7.1
-------------
diff --git a/pygments/lexers/agile.py b/pygments/lexers/agile.py
index 40ed96f5..9ced1ca8 100644
--- a/pygments/lexers/agile.py
+++ b/pygments/lexers/agile.py
@@ -6,7 +6,7 @@
Lexers for agile languages.
:copyright: 2006-2007 by Georg Brandl, Armin Ronacher,
- Lukas Meuser, Tim Hatch.
+ Lukas Meuser, Tim Hatch, Jarrett Billingsley.
:license: BSD, see LICENSE for more details.
"""