mc/syntax/ChangeLog

209 lines
6.3 KiB
Plaintext

2007-11-02 Vladimir Nadvornik <nadvornik@suse.cz>
* Syntax: Enable syntax highlighting for .hpp files.
2007-08-27 Pavel Tsekov <ptsekov@gmx.net>
* d.syntax: Add support for highlighting D language source files.
* Syntax: Likewise.
* Makefile.am: Likewise.
2007-08-23 Pavel Tsekov <ptsekov@gmx.net>
* tcl.syntax: Fix a typo. Noted by Curtis Doty.
2007-06-08 Roland Illig <roland.illig@gmx.de>
* Syntax: Files that contain "/lua" in the first line are
probably Lua source code.
* lua.syntax: Comments may also start with "#", at least in the
first line.
2007-06-04 Pavel Roskin <proski@gnu.org>
* diff.syntax: Don't use blue background for lines starting with
spaces and tabs. It stands out too much if the default editor
background is not blue. Use the default background. Remove an
obsolete comment.
2007-06-01 Roland Illig <roland.illig@gmx.de>
* lua.syntax: Strings can have embedded \" sequences.
2007-01-23 Andrew V. Samoilov <sav@bcs.zp.ua>
* syntax/sql.syntax: Add compile, merge, minus, offline, online,
rebuild, replace, truncate and while keywords.
2006-09-07 Jindrich Novy <jnovy@redhat.com>
* spec.syntax: Highlight "Requires(phase):" correctly.
2006-08-24 Jindrich Novy <jnovy@redhat.com>
* assembler.syntax: Add generic AMD64 registers set.
2006-07-14 Jindrich Novy <jnovy@redhat.com>
* spec.syntax: Properly recognize case-insensitive tags.
2006-07-13 Jindrich Novy <jnovy@redhat.com>
* spec.syntax: Display obsoleted rpm tags in white.
2006-06-22 Leonard den Ottolander <leonard den ottolander nl>
* c.syntax: Add colouring for labels.
2006-06-21 Leonard den Ottolander <leonard den ottolander nl>
* spec.syntax: Small readability fix.
2006-02-08 Leonard den Ottolander <leonard den ottolander nl>
* php.syntax: Added magic constants.
2006-01-29 Roland Illig <roland.illig@gmx.de>
* xml.syntax: Attribute names only reach upto the next "=", not
further.
2006-01-28 Roland Illig <roland.illig@gmx.de>
* sh.syntax: Only make $_ red if it appears as a whole word.
$_foo is a regular variable.
2006-01-27 Leonard den Ottolander <leonard den ottolander nl>
* Makefile.am, Syntax, css.syntax: Added css.syntax by Horvath
Peter Aron.
2006-01-27 Roland Illig <roland.illig@gmx.de>
* sh.syntax: Since $(...) isn't the same as ${...}, don't handle
them the same way. Instead, "$(", "(" and ")" are highlighted in
bright cyan. Fixes #6415.
2006-01-27 Barend <barend@puknet.puk.ac.za>
* pascal.syntax: Recognize keywords starting in upper case
as well as all caps keywords.
Highlight the operators `and', `or', `xor', `shl', `shr',
`div' and `mod' in cyan and not white.
Highlight operator `=' in cyan instead of lightgray.
2005-12-02 Jindrich Novy <jnovy@redhat.com>
* php.syntax: Fixed syntax errors.
2005-11-23 Jindrich Novy <jnovy@redhat.com>
* spec.syntax: Add %check highlighting.
2005-11-20 Leonard den Ottolander <leonard den ottolander nl>
* php.syntax: Reset the constants array in the script that
generates the keywords (remove duplicates). Also parse for
constants in tables as the type tagging is done inconsistently
in the online PHP docs.
2005-11-20 Leonard den Ottolander <leonard den ottolander nl>
* php.syntax: Missed the '::' method separator.
2005-11-20 Leonard den Ottolander <leonard den ottolander nl>
* php.syntax: Removed some cruft that slipped through.
2005-11-20 Leonard den Ottolander <leonard den ottolander nl>
* php.syntax: Updated against recent online documentation.
A/o many constants added.
2005-10-31 Pavel Roskin <proski@gnu.org>
* Syntax: Highlight Kbuild as a makefile.
* Syntax: Move makefile.syntax before pascal.syntax so that
Makefile.inc is highlighted as a makefile.
2005-09-05 Roland Illig <roland.illig@gmx.de>
* assembler.syntax: Assembler files may contain comments, too.
2005-08-21 Roland Illig <roland.illig@gmx.de>
* lisp.syntax: Recognize the character sequences \" and \\ in
strings.
2005-07-27 Leonard den Ottolander <leonard den ottolander nl>
* syntax.syntax: Keyword brightblue on black background.
* mail.syntax: Added keywords. Removed excessive quoting matches.
2005-07-13 Roland Illig <roland.illig@gmx.de>
* perl.syntax: Added a keyword to detect subroutine prototypes.
Sorted some keywords alphabetically. Added the "warning" pragma.
* ada95.syntax: Sorted keywords alphabetically.
2005-07-12 Roland Illig <roland.illig@gmx.de>
* perl.syntax: #! lines are marked as contexts instead of
keywords.
* sh.syntax: Likewise.
2005-07-05 Roland Illig <roland.illig@gmx.de>
* html.syntax: Attribute values may also be delimited by single
quotes.
* java.syntax: Cleaned up the header comment. Sorted keywords
alphabetically.
2005-07-04 Pavel Roskin <proski@gnu.org>
* makefile.syntax: Add all special targets of GNU make.
2005-07-03 Roland Illig <roland.illig@gmx.de>
* perl.syntax: The inside of qw(...) gets green.
* c.syntax: The bit-wise and, or, xor, not operators are
formatted in brightmagenta to make them distinguishable from the
boolean operators. (This also affects the address-of operator.)
2005-06-16 Mykolas Juraitis <mykolas.juraitis@gmail.com>
* octave.syntax: Support for Matlab multi line comments
(starting with '%{' and ending with '%}')
2005-06-06 Roland Illig <roland.illig@gmx.de>
* makefile.syntax: Added rules for BSD style Makefiles.
2005-05-31 Roland Illig <roland.illig@gmx.de>
* c.syntax: Added missing punctuation characters.
* diff.syntax: Lines starting with a <tab> character are
displayed like lines starting with a <space>. This is for the
cvs diff -T option.
* makefile.syntax: Highlight $$ (a literal $) in
brightcyan. This way $${var} is not highlighted as if it were a
Makefile variables. Also added useful comments before the contexts.
2005-05-24 Roland Illig <roland.illig@gmx.de>
* python.syntax: Added chunk from Savannah bug #7872. This
changes the color for """long strings""" from brown to green and
adds embedded highlighting for escape sequences.
* Syntax: Added a comment introducing the file format, based on
the current implementation in edit/syntax.c. Changed the
first-line regular expressions of sh, perl, python and ruby to
also match @SH@, @PERL@, @PYTHON@ and @RUBY@.
2005-05-24 Roland Illig <roland.illig@gmx.de>
* Syntax: Extended the patterns for #! interpreters to match
almost everything that looks like the interpreter.