[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Wed Dec 20 05:35:02 UTC 2006


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1023 slime/ChangeLog:1.1024
--- slime/ChangeLog:1.1023	Mon Dec 18 11:45:15 2006
+++ slime/ChangeLog	Tue Dec 19 06:11:43 2006
@@ -1,3 +1,62 @@
+2006-12-19  Attila Lendvai  <attila.lendvai at gmail.com>
+
+	* HACKING:
+	Added useful init.el piece into HACKING about update-change-log
+
+	* swank.lisp:
+	In all-slots-for-inspector pad slot names to be equal length, so the result is more readable
+
+	* slime.el:
+	Fix slime-insert-presentation to handle multi-line presentations better (use insert-rectangle)
+
+	* swank.lisp:
+	Properly bind *sldb-printer-bindings* and turn off right margin while printing stuff in sldb
+
+	* slime.el: Smarten up the sldb heuristic that drops swank frames
+
+	* swank-allegro.lisp, swank-backend.lisp, swank-openmcl.lisp, swank-sbcl.lisp, swank.lisp:
+	Added hash-table-weakness and use it in hash-table-inspecting
+
+	* swank.lisp:
+	Hashtable inspecting: added [clear hashtable] and [remove entry] actions
+
+	* slime.el, swank.lisp:
+	FIX dwim inspecting to handle (setf some-fun) functions, too
+
+	* slime.el: FIX: slime-sexp-at-point for foo::|bar::baz|
+
+	* slime.el:
+	FIX: Properly keep track of slime-buffer-package in the inspector
+
+	* swank.lisp: Small: get rid of notes and warnings
+
+	* slime.el, swank.lisp:
+	Added dwim-mode to slime-inspect that tries to be smart unless prefixed
+
+	* slime.el:
+	Make slime-fuzzy-complete-symbol the default in the belife that it's better for new users
+
+	* swank.lisp:
+	Add (expt 1.2 length) higher scores for longer matches in fuzzy completion.
+
+	A good example: puts "make-instance" before "make-string-input-stream" while completing "make-ins"
+
+	* slime.el: Set slime-fuzzy-completion-in-place enabled by default
+
+	* slime.el:
+	Added (cons row col) addressing to slime-open-inspector, use in slime-inspector-operate-on-point
+
+	* slime.el:
+	FIX: operate the inspector in the debug thread when started from sldb
+
+	* slime.el:
+	Convert some inspector defuns to defun* and use keywords. Other minor cleanups.
+
+2006-12-18  Marco Baringer  <mb at bese.it>
+
+	* slime.el (slime-region-for-defun-at-point): end-of-defun and
+	beginning-of-defun modify match-data, so we should save it.
+
 2006-12-18  Marco Baringer  <mb at bese.it>
 
 	* slime.el (slime-region-for-defun-at-point): end-of-defun and



More information about the slime-devel mailing list