Index: slime/ChangeLog diff -u slime/ChangeLog:1.1322 slime/ChangeLog:1.1330 --- slime/ChangeLog:1.1322 Mon Mar 17 06:36:00 2008 +++ slime/ChangeLog Tue Mar 18 21:34:30 2008 @@ -1,3 +1,11 @@ +2008-03-18 Geo Carncross geocar@gmail.com + + * swank-ecl.lisp: ECL moved gray streams into GRAY package. + +2008-03-18 Helmut Eller heller@common-lisp.net + + * slime.el (slime-xref-group): Hanlde :zip files. + 2008-03-17 Tobias C. Rittweiler tcr@freebits.de
* swank-source-path-parser.lisp: @@ -23,6 +31,34 @@
(slime-pretty-find-buffer-package): Removed. (Nowhere used.) (slime-set-package): Ditto. + +2008-03-14 Helmut Eller heller@common-lisp.net + + Remove some rarely used code. + + * slime.el (with-lexical-bindings): Removed. Updated callers + accordingly. + (slime-make-default-connection, slime-choose-connection) + (slime-find-connection-by-name, slime-symbol-at-point): Remove. + Unused code. + (slime-obsolete-commands, slime-bind-obsolete-commands) + (slime-bind-obsolete-command, slime-upgrade-notice) + (slime-timebomb, slime-timebomb-progress, slime-timebomb-message): + Remove. Obsolete. + +2008-03-14 Helmut Eller heller@common-lisp.net + + Move filename translation code to contrib. + + * slime.el (slime-find-filename-translators) + (slime-filename-translations): Move to contrib/slime-tramp.el. + (slime-to-lisp-filename-function) + (slime-from-lisp-filename-function): New variables. + +2008-03-14 Helmut Eller heller@common-lisp.net + + * slime.el (slime-repl-return-behaviour): Deleted. Rebind + the key if you don't like what the command does. 2008-03-14 Tobias C. Rittweiler tcr@freebits.de
@@ -33,7 +69,7 @@ 2008-03-13 Tobias C. Rittweiler tcr@freebits.de
* slime.el (slime-eval-macroexpand): Indent expansion. - + 2008-03-13 Tobias C. Rittweiler tcr@freebits.de
* slime.el (slime-edit-definition-cont): If no definition could Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.100 slime/contrib/ChangeLog:1.101 --- slime/contrib/ChangeLog:1.100 Fri Mar 14 09:39:36 2008 +++ slime/contrib/ChangeLog Tue Mar 18 08:21:28 2008 @@ -24,6 +24,15 @@ silently ignore symbols that can't be usefully classified, but group them under "MISC".
+2008-03-14 Helmut Eller heller@common-lisp.net + + Move filename translation code to contrib. + + * slime-tramp.el (slime-find-filename-translators) + (slime-filename-translations): Move from slime.el. + (slime-tramp-from-lisp-filename, slime-tramp-to-lisp-filename): + New functions. + 2008-03-08 Helmut Eller heller@common-lisp.net
Don't blindly override the inspect method for functions.