Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.280 slime/contrib/ChangeLog:1.282 --- slime/contrib/ChangeLog:1.280 Sat Nov 21 11:27:55 2009 +++ slime/contrib/ChangeLog Sun Nov 22 08:03:10 2009 @@ -1,3 +1,28 @@ +2009-11-22 Stas Boukarev stassats@gmail.com + + * slime-repl.el (slime-repl-history-remove-duplicates): New variable, + if set to T previous matching history entries are removed before + appending a new item. Default value is NIL. + (slime-repl-history-trim-whitespaces): New variable, when T remove + whitespaces at the beginning and end of a new history item. + Default value is NIL. + (slime-repl-add-to-input-history): Implement behaviour of the variables + above. + (slime-string-trim): New function, works like cl:string-trim. + +2009-11-22 Tobias C. Rittweiler tcr@freebits.de + + * slime-fontifying-fu.el (slime-compute-region-for-font-lock): Set + an upper limit for the starting point of searching for suppressed + forms. + + * slime-parse.el (slime-make-form-spec-from-string): Minor + optimizations. + (slime-parse-form-upto-point): Refactored to not use `reduce' but + bultins. + (slime-make-form-spec-from-string, slime-parse-form-upto-point) + (slime-compare-char-syntax): Byte-compile. + 2009-11-21 Tobias C. Rittweiler tcr@freebits.de
* swank-asdf.lisp (asdf-determine-system): Also try to determine