comparison lisp/ChangeLog @ 92883:150cdc89c68b

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Fri, 14 Mar 2008 01:02:45 +0000
parents e82973d88bca
children 62bd4693326e
comparison
equal deleted inserted replaced
92882:05fd686fa0f7 92883:150cdc89c68b
1 2008-03-14 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (isearch-edit-string): Remove one call to
4 `isearch-push-state' not to push an inconsistent state,
5 but keep another correct call to `isearch-push-state'.
6 (isearch-ring-adjust): Call `isearch-push-state' only when
7 `search-ring-update' is non-nil since `isearch-edit-string'
8 already pushes its state.
9 (isearch-message): Improve matching the failed part by checking
10 if the original message starts with the last successful message.
11
12 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13 (dired-perm-write): Renamed from `dired-warn-writable'.
14 Change parent face from `font-lock-warning-face' to
15 `font-lock-comment-delimiter-face'.
16 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
17 (dired-perm-write-face): Renamed from `dired-warn-writable-face'.
18 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
19 with `dired-perm-write-face'.
20
1 2008-03-13 Tassilo Horn <tassilo@member.fsf.org> 21 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
2 22
3 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc): 23 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
4 Create cache dir only if it doesn't already exist. 24 Create cache dir only if it doesn't already exist.
5 25