aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-04-27 20:00:03 +0000
committerStefan Monnier2005-04-27 20:00:03 +0000
commitb8a04883bc9e411c711a786231c61ace41452bb9 (patch)
treebb23ee1218f45262674b5fcbeb30ea579fc9082e
parent11b41e6f2087995dc7b780d5307a5af39b90c6e5 (diff)
downloademacs-b8a04883bc9e411c711a786231c61ace41452bb9.tar.gz
emacs-b8a04883bc9e411c711a786231c61ace41452bb9.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 84910fcc374..dbc8a229442 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
4 font-lock-fontify-syntactic-keywords.
5
6 * font-lock.el (font-lock-default-fontify-region): Don't force
7 parse-sexp-lookup-properties to nil.
8
12005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change) 92005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2 10
3 * man.el (man-mode-syntax-table): Set up `:' to have 11 * man.el (man-mode-syntax-table): Set up `:' to have
@@ -25,8 +33,8 @@
25 (comint-output-filter, comint-get-old-input-default) 33 (comint-output-filter, comint-get-old-input-default)
26 (comint-line-beginning-position, comint-bol, comint-show-output) 34 (comint-line-beginning-position, comint-bol, comint-show-output)
27 (comint-backward-matching-input, comint-forward-matching-input) 35 (comint-backward-matching-input, comint-forward-matching-input)
28 (comint-next-prompt, comint-previous-prompt): Rename 36 (comint-next-prompt, comint-previous-prompt):
29 `comint-use-prompt-regexp-instead-of-fields' to 37 Rename `comint-use-prompt-regexp-instead-of-fields' to
30 `comint-use-prompt-regexp'. Keep old name as alias and declare 38 `comint-use-prompt-regexp'. Keep old name as alias and declare
31 obsolete. 39 obsolete.
32 (comint-use-prompt-regexp): Shorten first line of doc string. 40 (comint-use-prompt-regexp): Shorten first line of doc string.