Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.372 slime/contrib/ChangeLog:1.373 --- slime/contrib/ChangeLog:1.372 Sat May 1 02:12:30 2010 +++ slime/contrib/ChangeLog Sat May 1 11:28:43 2010 @@ -1,5 +1,12 @@ 2010-05-01 Stas Boukarev stassats@gmail.com
+ * slime-fuzzy.el(slime-fuzzy-dehighlight-current-completion): + instead of creating new overlays, move one overlay around. + (slime-mimic-key-bindings): Renamed from mimic-key-bindings. + Patch by Leo Liu. + +2010-05-01 Stas Boukarev stassats@gmail.com + * slime-repl.el (slime-repl-update-banner): Use slime-move-point instead of goto-char alone, ensuring that the point is moved even if the window isn't currently selected.