aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-02-22 20:52:19 +0000
committerKim F. Storm2005-02-22 20:52:19 +0000
commitb686dd591d598b18d38737223292e1d0dbe3af7c (patch)
tree41963c29bebac316a59dbffcffd3d02caa2eddd8 /src
parenta41c174fd4a43ab3e6a84eecc91b93f1cdada7de (diff)
downloademacs-b686dd591d598b18d38737223292e1d0dbe3af7c.tar.gz
emacs-b686dd591d598b18d38737223292e1d0dbe3af7c.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
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 @@
12005-02-22 Kim F. Storm <storm@cua.dk> 12005-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
52005-02-21 Kim F. Storm <storm@cua.dk> 82005-02-21 Kim F. Storm <storm@cua.dk>