Index: slime/ChangeLog diff -u slime/ChangeLog:1.1010 slime/ChangeLog:1.1013 --- slime/ChangeLog:1.1010 Mon Dec 4 23:46:06 2006 +++ slime/ChangeLog Tue Dec 5 09:36:34 2006 @@ -1,4 +1,22 @@ +2006-12-05 Helmut Eller heller@common-lisp.net + + * swank.lisp (create-swank-server): Removed. Use create-server + instead. + + * slime.el (slime-first-change-hook): Don't do anything if buffers + file doesn't exist. + (slime-start, slime-set-connection-info): Add support for a + :init-function which is called after the usual initialization of the + connection is completed. + + * swank-source-file-cache.lisp (buffer-first-change): Always + return nil and remove the now redundant test with probe-file. + + * swank-backend.lisp (guess-external-format): Return nil if the + file can't be opened. Previusly we wrongly read from stdin. + 2006-12-05 Juho Snellman jsnell@iki.fi + Real xref support for SBCL (requires SBCL 1.0.0.18). * swank-sbcl.lisp (who-calls): New function, fetch xref data from