[slime-devel] Daily ChangeLog diff
Helmut Eller
heller at common-lisp.net
Sat May 1 07:33:01 UTC 2010
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.2079 slime/ChangeLog:1.2080
--- slime/ChangeLog:1.2079 Thu Apr 29 23:14:35 2010
+++ slime/ChangeLog Sat May 1 02:12:30 2010
@@ -1,3 +1,12 @@
+2010-05-01 Stas Boukarev <stassats at gmail.com>
+
+ * slime.el (slime-restart-sentinel): Don't pop to the inferior
+ buffer, since this command is usually run either from
+ *inferior-lisp* buffer or from REPL, it makes sense to reuse
+ current window instead of messing up window configuration.
+ (slime-move-point): New function, moves point in a buffer and
+ its window.
+
2010-04-29 Stas Boukarev <stassats at gmail.com>
* slime.el (slime-compile-file): Run check-parens after checking
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.371 slime/contrib/ChangeLog:1.372
--- slime/contrib/ChangeLog:1.371 Sat Apr 17 21:35:10 2010
+++ slime/contrib/ChangeLog Sat May 1 02:12:30 2010
@@ -1,3 +1,9 @@
+2010-05-01 Stas Boukarev <stassats at gmail.com>
+
+ * slime-repl.el (slime-repl-update-banner): Use slime-move-point
+ instead of goto-char alone, ensuring that the point is moved even
+ if the window isn't currently selected.
+
2010-04-18 Stas Boukarev <stassats at gmail.com>
* slime-presentations.el
More information about the slime-devel
mailing list