diff options
| -rw-r--r-- | lisp/ChangeLog | 12 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change) | 9 | 2005-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. |