diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-06-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 9 | 2004-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 |