From 307df9c13eeb44650ba1ff07641c2f1611d495f3 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Mon, 6 Jun 2005 15:48:46 +0000 Subject: [PATCH] Added missing entry from May 31 2005. --- syntax/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/syntax/ChangeLog b/syntax/ChangeLog index 4bae37b3e..64fd7d00c 100644 --- a/syntax/ChangeLog +++ b/syntax/ChangeLog @@ -2,6 +2,18 @@ * makefile.syntax: Added rules for BSD style Makefiles. +2005-05-31 Roland Illig + + * c.syntax: Added missing punctuation characters. + + * diff.syntax: Lines starting with a character are + displayed like lines starting with a . 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 * python.syntax: Added chunk from Savannah bug #7872. This