Index: slime/ChangeLog diff -u slime/ChangeLog:1.2019 slime/ChangeLog:1.2021 --- slime/ChangeLog:1.2019 Sun Mar 7 02:40:46 2010 +++ slime/ChangeLog Sun Mar 7 11:22:17 2010 @@ -1,3 +1,16 @@ +2010-03-07 Helmut Eller heller@common-lisp.net + + * swank-allegro.lisp (count-cr): Deleted. No longer used. + +2010-03-07 Helmut Eller heller@common-lisp.net + + Handle src-locs of compiler warnings in Allegro 8.2. + Didn't somebody already fix that? + + * swank-allegro.lisp (location-for-warning) + (handle-undefined-functions-warning): In 8.2 src-locs include not + only start but also and end positions. + 2010-03-07 Stas Boukarev stassats@gmail.com
* swank-ecl.lisp (source-location): Don't do Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.348 slime/contrib/ChangeLog:1.351 --- slime/contrib/ChangeLog:1.348 Sat Feb 20 13:46:24 2010 +++ slime/contrib/ChangeLog Sun Mar 7 12:04:00 2010 @@ -1,12 +1,41 @@ +2010-03-07 Stas Boukarev stassats@gmail.com + + * swank-fancy-inspector.lisp (stable-sort-by-inheritance): Remove copy-seq, + unnecessarily put in the previous commit. + +2010-03-07 Stas Boukarev stassats@gmail.com + + * swank-fancy-inspector.lisp: Add buttons + for selecting default sorting order and default grouping method of + slots of a class. + + (all-slots-for-inspector): Implement the above feature. + Move the default method from :method option of the GF to a separate + defmethod, this method is quite large and :method eats space for + indentation. + (*inspector-slots-default-order*): + New variable, accepts :unsorted and :alphabetically + (*inspector-slots-default-grouping*): New variable, + accepts :all and :inheritance. + +2010-03-07 Tobias C. Rittweiler tcr@freebits.de + + * swank-arglists.lisp (extract-local-op-arglists): Fix for + `(labels ((foo (x) ...)|'. + + * slime-autodoc.el (autodoc.1): Add test cases. + 2010-02-20 Tobias C. Rittweiler tcr@freebits.de
* slime-fancy.el: Call init function for fancy inspector. Necessary due to 2010-02-15.
+ 2010-02-19 Stas Boukarev stassats@gmail.com
- * slime-fuzzy.el (slime-fuzzy-choices-buffer): Make connection buffer-local, otherwise - `swank:fuzzy-completion-selected' will be sent to the default connection. + * slime-fuzzy.el (slime-fuzzy-choices-buffer): Make connection + buffer-local, otherwise `swank:fuzzy-completion-selected' will + be sent to the default connection.
2010-02-17 Helmut Eller heller@common-lisp.net