[slime-devel] Daily ChangeLog diff

Luke Gorrie lgorrie at common-lisp.net
Thu Dec 18 08:00:24 UTC 2003


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.170 slime/ChangeLog:1.175
--- slime/ChangeLog:1.170	Tue Dec 16 07:49:16 2003
+++ slime/ChangeLog	Thu Dec 18 01:55:34 2003
@@ -1,3 +1,63 @@
+2003-12-17 Alan Ruttenberg <alanralanr at comcast.net>
+        * slime.el 1.155
+        Allow font choices for backtrack. Add group for customizing them: sldb.
+	Whole thing is enabled with sldb-enable-styled-backtrace which is off by default, for now.
+	Try
+	 '(sldb-condition-face ((t (:foreground "DarkSlateGray" :weight bold))))
+	 '(sldb-detailed-frame-line-face ((t (:foreground "brown" :weight bold :height 1.2))))
+	 '(sldb-local-name-face ((t (:weight bold))))
+	 '(sldb-restart-face ((t (:foreground "DarkBlue" :weight bold))))
+	 '(sldb-restart-number-face ((t (:underline t :weight bold))))
+	 '(sldb-restart-type-face ((t (:foreground "DarkSlateGrey" :weight bold))))
+	 '(sldb-section-face ((t (:weight bold :height 1.2))))
+	 '(sldb-selected-frame-line-face ((t (:foreground "brown" :weight bold :height 1.2))))
+	 '(sldb-topline-face ((t (:foreground "brown" :weight bold :height 1.2))))
+
+2003-12-17 Alan Ruttenberg <alanralanr at comcast.net>
+        * slime.el 1.154
+	Allow some face choices in the inspector. Try
+	 '(slime-inspector-label-face ((t (:weight bold))))
+	 '(slime-inspector-topline-face ((t (:foreground "brown" :weight bold :height 1.2))))
+	 '(slime-inspector-type-face ((t (:foreground "DarkRed" :weight bold))))
+	You can also set slime-inspector-value-face
+	
+2003-12-17 Alan Ruttenberg <alanralanr at comcast.net>
+
+	* swank-openmcl.lisp 1.40
+	Fix an error with frame-source-location-for-emacs when the
+	function was a method-function.
+	Defined method-source-location that handles this case. You can
+	still end up looking at the wrong definition, as the protocol
+	doesn't allow passing back the qualifiers and specializers to look
+	up the correct one in the file
+
+.	* swank-openmcl.lisp 1.39
+	Allow you to continue after interrupting. 
+	Properly set *swank-debugger-stack-frame* when interrupting.
+
+	* slime.el 1.152
+	sldb-continue now uses slime-oneway-eval
+	
+2003-12-17  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
+
+	* slime.el: Better handling of asynchronous output.
+	(slime-output-end): New variable.  Use this marker to insert
+	output.  Insert asynchronous output inserted before the "input
+	region" and before the prompt.
+	(slime-show-last-output): Use it.
+	(slime-repl-insert-prompt): Initialize it.
+	(slime-last-output-start): Removed.
+	(slime-flush-output): Increase delay to 20 usecs.
+	(slime-with-output-end-mark): Renamed from
+	slime-with-output-at-eob.  Insert a newline if needed.
+	(slime-output-string, slime-repl-activate): Use it.
+	(slime-repl-return): Ensure that slime-repl-input-end-mark points
+	to a reasonable location.
+	
+2003-12-17  Luke Gorrie  <luke at bluetail.com>
+
+	* HACKING: New file summarising our way of working.
+
 2003-12-16  Luke Gorrie  <luke at bluetail.com>
 
 	* slime.el (slime-lisp-preferred-package-nicknames): Removed. Not




More information about the slime-devel mailing list