From: Kim F. Storm Date: Sun, 21 Aug 2005 21:47:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~7500 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f467468635307820479fa9117fe5c78291e8611;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d2f4f011ff7..2b0d53b511c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-08-21 Kim F. Storm + + * 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 * files.el (normal-mode): If font lock is on, turn it off and on. diff --git a/src/ChangeLog b/src/ChangeLog index 744b1ebbcee..ea699d1c036 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2005-08-21 Kim F. Storm + * 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.