aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2005-04-27 20:00:03 +0000
committerStefan Monnier <[email protected]>2005-04-27 20:00:03 +0000
commitb8a04883bc9e411c711a786231c61ace41452bb9 (patch)
treebb23ee1218f45262674b5fcbeb30ea579fc9082e
parent11b41e6f2087995dc7b780d5307a5af39b90c6e5 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 84910fcc37..dbc8a22944 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2005-04-27 Stefan Monnier <[email protected]>
+
+ * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
+ font-lock-fontify-syntactic-keywords.
+
+ * font-lock.el (font-lock-default-fontify-region): Don't force
+ parse-sexp-lookup-properties to nil.
+
2005-04-27 Alexander Klimov <[email protected]> (tiny change)
* man.el (man-mode-syntax-table): Set up `:' to have
@@ -25,8 +33,8 @@
(comint-output-filter, comint-get-old-input-default)
(comint-line-beginning-position, comint-bol, comint-show-output)
(comint-backward-matching-input, comint-forward-matching-input)
- (comint-next-prompt, comint-previous-prompt): Rename
- `comint-use-prompt-regexp-instead-of-fields' to
+ (comint-next-prompt, comint-previous-prompt):
+ Rename `comint-use-prompt-regexp-instead-of-fields' to
`comint-use-prompt-regexp'. Keep old name as alias and declare
obsolete.
(comint-use-prompt-regexp): Shorten first line of doc string.