diff options
| author | Kim F. Storm | 2005-02-22 20:52:19 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-02-22 20:52:19 +0000 |
| commit | b686dd591d598b18d38737223292e1d0dbe3af7c (patch) | |
| tree | 41963c29bebac316a59dbffcffd3d02caa2eddd8 /src | |
| parent | a41c174fd4a43ab3e6a84eecc91b93f1cdada7de (diff) | |
| download | emacs-b686dd591d598b18d38737223292e1d0dbe3af7c.tar.gz emacs-b686dd591d598b18d38737223292e1d0dbe3af7c.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8a6afe27067..e27911c388c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2005-02-22 Kim F. Storm <storm@cua.dk> | 1 | 2005-02-22 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * minibuf.c (Ftry_completion, Fall_completions): Allow both string | ||
| 4 | and symbol keys in alists and hash tables. | ||
| 5 | |||
| 3 | * xdisp.c (fast_find_position): Fix search for start of overlay. | 6 | * xdisp.c (fast_find_position): Fix search for start of overlay. |
| 4 | 7 | ||
| 5 | 2005-02-21 Kim F. Storm <storm@cua.dk> | 8 | 2005-02-21 Kim F. Storm <storm@cua.dk> |