diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 23189ad9cf9..fe097c2cc41 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * dired.c (file_name_completion): Don't return t if the match is exact | ||
| 4 | but with different capitalization. | ||
| 5 | * minibuf.c (Ftry_completion): Simplify. | ||
| 6 | |||
| 3 | * window.c (Vwindow_point_insertion_type): New var. | 7 | * window.c (Vwindow_point_insertion_type): New var. |
| 4 | (set_window_buffer): Use it. | 8 | (set_window_buffer): Use it. |
| 5 | (syms_of_window): Init and export it to Lisp. | 9 | (syms_of_window): Init and export it to Lisp. |