aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-08-21 21:47:55 +0000
committerKim F. Storm2005-08-21 21:47:55 +0000
commit0f467468635307820479fa9117fe5c78291e8611 (patch)
tree331b26f1c5a8767964ad90f43e4cc994be428ad0
parentd6049c7884ed4b2f3cede0d8ae52c2f7a8be7654 (diff)
downloademacs-0f467468635307820479fa9117fe5c78291e8611.tar.gz
emacs-0f467468635307820479fa9117fe5c78291e8611.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog3
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d2f4f011ff7..2b0d53b511c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-08-21 Kim F. Storm <storm@cua.dk>
2
3 * ido.el (ido-ignore-item-p): Use save-match-data.
4 Bind case-fold-search to ido-case-fold locally.
5
12005-08-20 Richard M. Stallman <rms@gnu.org> 62005-08-20 Richard M. Stallman <rms@gnu.org>
2 7
3 * files.el (normal-mode): If font lock is on, turn it off and on. 8 * 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 @@
12005-08-21 Kim F. Storm <storm@cua.dk> 12005-08-21 Kim F. Storm <storm@cua.dk>
2 2
3 * fringe.c (update_window_fringes): Only put TOP and BOTTOM
4 bitmaps on fully visible rows.
5
3 * fringe.c (update_window_fringes): Replace FORCE_P arg with 6 * fringe.c (update_window_fringes): Replace FORCE_P arg with
4 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes, 7 KEEP_CURRENT_P arg; if non-zero, don't update current row fringes,
5 and return 0. 8 and return 0.