changeset 61313:6a71d7a62da3

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Tue, 05 Apr 2005 13:01:16 +0000
parents 6939a6683ac3
children 19126e0f7481
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Apr 05 10:08:11 2005 +0000
+++ b/lisp/ChangeLog	Tue Apr 05 13:01:16 2005 +0000
@@ -1,7 +1,14 @@
+2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+	* progmodes/tcl.el (tcl-escaped-newline): New face.
+	(tcl-builtin-list): New variable.
+	(tcl-set-font-lock-keywords): Add builtins, variables, and escaped
+	newlines.  Fix keywords subexpression number.
+
 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
 
 	* textmodes/org.el (org-diary-default-entry): Fixed call to
-	`add-to-diary-entry'. 
+	`add-to-diary-entry'.
 
 2005-04-05  Kim F. Storm  <storm@cua.dk>