From: Stefan Monnier Date: Wed, 27 Apr 2005 20:00:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~697 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8a04883bc9e411c711a786231c61ace41452bb9;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 84910fcc374..dbc8a229442 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2005-04-27 Stefan Monnier + + * 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 (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.