aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDavid Kastrup2004-06-20 22:29:47 +0000
committerDavid Kastrup2004-06-20 22:29:47 +0000
commitacd81db980f183af036638b0aac9d3ecfaf3ca15 (patch)
treed15454e9d8f287b432e2e0ed7ec28472b4fd286c /src/ChangeLog
parente47ac72737173f4738137f3dbff885426cf74582 (diff)
downloademacs-acd81db980f183af036638b0aac9d3ecfaf3ca15.tar.gz
emacs-acd81db980f183af036638b0aac9d3ecfaf3ca15.zip
(Ftry_completion, Fall_completions): Do lazy binding
and unbinding of `case-fold-search' according to `completion-ignore-case' around calls of string-match and predicates, respectively. Should give satisfactory performance in all relevant cases.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2c1db9730f0..f30631f83ef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12004-06-21 David Kastrup <dak@gnu.org>
2
3 * minibuf.c (Ftry_completion, Fall_completions): Do lazy binding
4 and unbinding of `case-fold-search' according to
5 `completion-ignore-case' around calls of string-match and
6 predicates, respectively. Should give satisfactory performance
7 in all relevant cases.
8
12004-06-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 92004-06-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 10
3 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from 11 * xterm.c (x_draw_image_foreground_1): Subtract slice.x/y from