changeset 92174:16d35e75634b

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Mon, 25 Feb 2008 00:01:54 +0000
parents 1b8f987330e1
children 049a396d6d9d
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Feb 25 00:01:41 2008 +0000
+++ b/lisp/ChangeLog	Mon Feb 25 00:01:54 2008 +0000
@@ -1,3 +1,13 @@
+2008-02-25  Juri Linkov  <juri@jurta.org>
+
+	* isearch.el (isearch-fail): Use "RosyBrown1" for a light
+	background, "red4" for a dark background, "red" for 16 and
+	8 colors, "grey" for grayscale, and inverse video otherwise.
+	Add :version tag.
+	(isearch-message): Keep the original isearch-message intact, and
+	add text properties to it where necessary.  Add `isearch-error' to
+	the condition that checks if isearch is unsuccessful.
+
 2008-02-24  Juri Linkov  <juri@jurta.org>
 
 	* progmodes/compile.el (compilation-handle-exit):