changeset 62273:9cf0671e4de1

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 13 May 2005 03:34:50 +0000
parents f1e03f4e94d2
children c36561fe0657
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri May 13 03:34:32 2005 +0000
+++ b/lisp/ChangeLog	Fri May 13 03:34:50 2005 +0000
@@ -1,3 +1,8 @@
+2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* font-lock.el (font-lock-comment-delimiter-face): Fix up
+	the inheritance.
+
 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* progmodes/inf-lisp.el (inferior-lisp-mode-hook)
@@ -60,6 +65,12 @@
 
 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* font-lock.el (font-lock-fontify-syntactically-region): Don't use
+	comment-end if comment-start-skip is not set.
+	Obey the font-lock-comment-delimiter-face variables.
+
+2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
 	* files.el (executable-find): Move from executable.el. Use locate-file.
 	* progmodes/executable.el (executable-find): Move to files.el.