]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 21 Aug 2005 21:47:55 +0000 (21:47 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 21 Aug 2005 21:47:55 +0000 (21:47 +0000)
lisp/ChangeLog
src/ChangeLog

index d2f4f011ff744471ffbf7a8f44bbd21c7d582802..2b0d53b511c09c71de095aea844dcfca6639dba4 100644 (file)
@@ -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.
index 744b1ebbcee6366c92a9c2b9b25648b74693e54a..ea699d1c0368453394e5fd2f2db7b562c6ce9a7c 100644 (file)
@@ -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.