changeset 65065:fa10c4ebc29a

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 21 Aug 2005 21:47:55 +0000
parents ae16fdfb41ab
children 67861e2e09d6
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Aug 21 21:26:07 2005 +0000
+++ b/lisp/ChangeLog	Sun Aug 21 21:47:55 2005 +0000
@@ -1,3 +1,8 @@
+2005-08-21  Kim F. Storm  <storm@cua.dk>
+
+	* ido.el (ido-ignore-item-p): Use save-match-data.
+	Bind case-fold-search to ido-case-fold locally.
+
 2005-08-20  Richard M. Stallman  <rms@gnu.org>
 
 	* files.el (normal-mode): If font lock is on, turn it off and on.
--- a/src/ChangeLog	Sun Aug 21 21:26:07 2005 +0000
+++ b/src/ChangeLog	Sun Aug 21 21:47:55 2005 +0000
@@ -1,5 +1,8 @@
 2005-08-21  Kim F. Storm  <storm@cua.dk>
 
+	* fringe.c (update_window_fringes): Only put TOP and BOTTOM
+	bitmaps on fully visible rows.
+
 	* fringe.c (update_window_fringes): Replace FORCE_P arg with
 	KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
 	and return 0.