diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Mar 14 01:01:59 2008 +0000
+++ b/lisp/ChangeLog	Fri Mar 14 01:02:45 2008 +0000
@@ -1,3 +1,23 @@
+2008-03-14  Juri Linkov  <juri@jurta.org>
+
+	* isearch.el (isearch-edit-string): Remove one call to
+	`isearch-push-state' not to push an inconsistent state,
+	but keep another correct call to `isearch-push-state'.
+	(isearch-ring-adjust): Call `isearch-push-state' only when
+	`search-ring-update' is non-nil since `isearch-edit-string'
+	already pushes its state.
+	(isearch-message): Improve matching the failed part by checking
+	if the original message starts with the last successful message.
+
+	* dired.el (dired-warn-writable): Rename to `dired-perm-write'.
+	(dired-perm-write): Renamed from `dired-warn-writable'.
+	Change parent face from `font-lock-warning-face' to
+	`font-lock-comment-delimiter-face'.
+	(dired-warn-writable-face): Rename to `dired-perm-write-face'.
+	(dired-perm-write-face): Renamed from `dired-warn-writable-face'.
+	(dired-font-lock-keywords): Replace `dired-warn-writable-face'
+	with `dired-perm-write-face'.
+
 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
 
 	* doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):