[slime-devel] Daily ChangeLog diff
Helmut Eller
heller at common-lisp.net
Sat Sep 4 07:33:01 UTC 2010
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.2137 slime/ChangeLog:1.2138
--- slime/ChangeLog:1.2137 Fri Sep 3 03:25:19 2010
+++ slime/ChangeLog Fri Sep 3 18:29:43 2010
@@ -1,3 +1,8 @@
+2010-09-03 Stas Boukarev <stassats at gmail.com>
+
+ * slime.el (slime-forward-cruft): Use " \t\n" to match whitespaces
+ instead of [:space:], XEmacs compatibility.
+
2010-09-03 Helmut Eller <heller at common-lisp.net>
For C-c C-k, ask before loading possibly broken fasl files.
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.410 slime/contrib/ChangeLog:1.413
--- slime/contrib/ChangeLog:1.410 Fri Sep 3 03:25:24 2010
+++ slime/contrib/ChangeLog Fri Sep 3 20:32:14 2010
@@ -1,3 +1,22 @@
+2010-09-04 Stas Boukarev <stassats at gmail.com>
+
+ * swank-fuzzy.lisp (*fuzzy-completion-...*): Change defparameter
+ to defvar for easier customization.
+
+2010-09-03 Stas Boukarev <stassats at gmail.com>
+
+ * slime-repl.el (slime-search-property-change): XEmacs may return
+ nil on previous/next-single-char-property-change, don't pass it to
+ goto-char.
+
+2010-09-03 Stas Boukarev <stassats at gmail.com>
+
+ * slime-repl.el (slime-repl-mode-end-of-defun)
+ (slime-repl-mode-beginning-of-defun): Take an optional argument
+ which specifies how many defuns it should move. GNU Emacs catches
+ wrong-number-of-arguments condition and does this by itself, but
+ XEmacs doesn't.
+
2010-09-03 Helmut Eller <heller at common-lisp.net>
* swank-kawa.scm (%%runnable): Update for changes in SVN version.
More information about the slime-devel
mailing list