Index: slime/ChangeLog diff -u slime/ChangeLog:1.1378 slime/ChangeLog:1.1379 --- slime/ChangeLog:1.1378 Tue Jul 29 07:03:31 2008 +++ slime/ChangeLog Thu Jul 31 04:31:32 2008 @@ -1,3 +1,8 @@ +2008-07-27 Tobias C. Rittweiler tcr@freebits.de + + * slime.el (make-slime-buffer-location): New. + (make-slime-file-location): New. + 2008-07-29 Richard M Kreuter kreuter@progn.net
Environment variables for Lisp process. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.110 slime/contrib/ChangeLog:1.112 --- slime/contrib/ChangeLog:1.110 Wed Jul 23 10:27:36 2008 +++ slime/contrib/ChangeLog Thu Jul 31 04:37:22 2008 @@ -1,9 +1,21 @@ +2008-07-31 Tobias C. Rittweiler tcr@freebits.de + + * slime-mdot-fu.el: New contrib. Makes M-. work on local definitions. + +2008-07-31 Tobias C. Rittweiler tcr@freebits.de + + * slime-package-fu.el (slime-find-package-definition-regexp): Use + new constructor `make-slime-file-location'. + (slime-frob-defpackage-form, slime-export-symbol-at-point): Now + always display a message regarding success of the operation. + (slime-package-fu-init-undo-stack, slime-package-fu-unload): New. + 2008-07-19 Tobias C. Rittweiler tcr@freebits.de
* slime-package-fu.el, swank-package-fu.lisp: New contrib to - aumatically add symbols to the relevant DEFPACKAGE forms. - You can use `C-c x' to export the symbol at point, and - `C-u C-c x' to unexport it. + automatically add symbols to the relevant DEFPACKAGE forms. You + can use `C-c x' to export the symbol at point, and `C-u C-c x' to + unexport it.
2008-07-19 Tobias C. Rittweiler tcr@freebits.de