Age | Commit message (Collapse) | Author |
|
Changelog
=========
Revert "* swank-loader.lisp (compile-files): Don't abort on errors, otherwise" (0cd13d7)
* swank-loader.lisp (compile-files): Don't abort on errors, otherwise it's impossible to debug them. (a1860ee)
* swank-loader.lisp (compile-files): Don't abort on errors, otherwise it's impossible to debug them. (9ba4115)
* swank-fancy-inspector.lisp (inspect-type-specifier): The latest SBCL doesn't have :type :translator info anymore. (4e9f2ed)
swank-repl: make global IO redirection more global (d4e1bd1)
Fix the indentation of several EMACS-INSPECT methods (90baa05)
Robustify the indentation cache request handler (64640b0)
* swank/sbcl.lisp (sigio-handler): run handlers with interrupts enabled. (ebb7fbd)
Revert "* swank.lisp (parse-package): Use parse-string instead of read-from-string." (dd5b137)
* swank.lisp (parse-package): Use parse-string instead of read-from-string. (a689890)
* swank/abcl.lisp (package-local-nicknames): Support local nickname completion on ABCL too. (d0af5b8)
* contrib/swank-fuzzy.lisp (fuzzy-find-matching-packages): match package local nicknames. (489969c)
* packages.lisp: New file, put swank, swank/backend and friends there. The SWANK package depends on SWANK/BACKEND, but some swank/backends want to use functions from SWANK and accomplish that by using (funcall (find-symbol x :swank)), which is not really nice. package.lisp is loaded before swank.lisp and swank/backend.lisp (1615c0a)
Complete symbols in locally-nicknamed packages (cd3979a)
Fixed Typo (8aa831c)
add significant whitespace to summary line (04cb810)
Fixed documentation bugs for the mrepl contrib. (f80c997)
Minor factorization. (66f0096)
Mark some things as obsolete. (7549d5b)
Fix a renaming issue. (e1505d9)
Set completion-at-point-functions in slime-mode buffers. (77d0edb)
* swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc)
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
* swank-loader.lisp (compile-files): Don't abort on errors, otherwise it's impossible to debug them. (a1860ee)
* swank-loader.lisp (compile-files): Don't abort on errors, otherwise it's impossible to debug them. (9ba4115)
* swank-fancy-inspector.lisp (inspect-type-specifier): The latest SBCL doesn't have :type :translator info anymore. (4e9f2ed)
swank-repl: make global IO redirection more global (d4e1bd1)
Fix the indentation of several EMACS-INSPECT methods (90baa05)
Robustify the indentation cache request handler (64640b0)
* swank/sbcl.lisp (sigio-handler): run handlers with interrupts enabled. (ebb7fbd)
Revert "* swank.lisp (parse-package): Use parse-string instead of read-from-string." (dd5b137)
* swank.lisp (parse-package): Use parse-string instead of read-from-string. (a689890)
* swank/abcl.lisp (package-local-nicknames): Support local nickname completion on ABCL too. (d0af5b8)
* contrib/swank-fuzzy.lisp (fuzzy-find-matching-packages): match package local nicknames. (489969c)
* packages.lisp: New file, put swank, swank/backend and friends there. The SWANK package depends on SWANK/BACKEND, but some swank/backends want to use functions from SWANK and accomplish that by using (funcall (find-symbol x :swank)), which is not really nice. package.lisp is loaded before swank.lisp and swank/backend.lisp (1615c0a)
Complete symbols in locally-nicknamed packages (cd3979a)
Fixed Typo (8aa831c)
add significant whitespace to summary line (04cb810)
Fixed documentation bugs for the mrepl contrib. (f80c997)
Minor factorization. (66f0096)
Mark some things as obsolete. (7549d5b)
Fix a renaming issue. (e1505d9)
Set completion-at-point-functions in slime-mode buffers. (77d0edb)
* swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc)
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
* swank-fancy-inspector.lisp (inspect-type-specifier): The latest SBCL doesn't have :type :translator info anymore. (4e9f2ed)
swank-repl: make global IO redirection more global (d4e1bd1)
Fix the indentation of several EMACS-INSPECT methods (90baa05)
Robustify the indentation cache request handler (64640b0)
* swank/sbcl.lisp (sigio-handler): run handlers with interrupts enabled. (ebb7fbd)
Revert "* swank.lisp (parse-package): Use parse-string instead of read-from-string." (dd5b137)
* swank.lisp (parse-package): Use parse-string instead of read-from-string. (a689890)
* swank/abcl.lisp (package-local-nicknames): Support local nickname completion on ABCL too. (d0af5b8)
* contrib/swank-fuzzy.lisp (fuzzy-find-matching-packages): match package local nicknames. (489969c)
* packages.lisp: New file, put swank, swank/backend and friends there. The SWANK package depends on SWANK/BACKEND, but some swank/backends want to use functions from SWANK and accomplish that by using (funcall (find-symbol x :swank)), which is not really nice. package.lisp is loaded before swank.lisp and swank/backend.lisp (1615c0a)
Complete symbols in locally-nicknamed packages (cd3979a)
Fixed Typo (8aa831c)
add significant whitespace to summary line (04cb810)
Fixed documentation bugs for the mrepl contrib. (f80c997)
Minor factorization. (66f0096)
Mark some things as obsolete. (7549d5b)
Fix a renaming issue. (e1505d9)
Set completion-at-point-functions in slime-mode buffers. (77d0edb)
* swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc)
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
swank-repl: make global IO redirection more global (d4e1bd1)
Fix the indentation of several EMACS-INSPECT methods (90baa05)
Robustify the indentation cache request handler (64640b0)
* swank/sbcl.lisp (sigio-handler): run handlers with interrupts enabled. (ebb7fbd)
Revert "* swank.lisp (parse-package): Use parse-string instead of read-from-string." (dd5b137)
* swank.lisp (parse-package): Use parse-string instead of read-from-string. (a689890)
* swank/abcl.lisp (package-local-nicknames): Support local nickname completion on ABCL too. (d0af5b8)
* contrib/swank-fuzzy.lisp (fuzzy-find-matching-packages): match package local nicknames. (489969c)
* packages.lisp: New file, put swank, swank/backend and friends there. The SWANK package depends on SWANK/BACKEND, but some swank/backends want to use functions from SWANK and accomplish that by using (funcall (find-symbol x :swank)), which is not really nice. package.lisp is loaded before swank.lisp and swank/backend.lisp (1615c0a)
Complete symbols in locally-nicknamed packages (cd3979a)
Fixed Typo (8aa831c)
add significant whitespace to summary line (04cb810)
Fixed documentation bugs for the mrepl contrib. (f80c997)
Minor factorization. (66f0096)
Mark some things as obsolete. (7549d5b)
Fix a renaming issue. (e1505d9)
Set completion-at-point-functions in slime-mode buffers. (77d0edb)
* swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc)
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
Robustify the indentation cache request handler (64640b0)
* swank/sbcl.lisp (sigio-handler): run handlers with interrupts enabled. (ebb7fbd)
Revert "* swank.lisp (parse-package): Use parse-string instead of read-from-string." (dd5b137)
* swank.lisp (parse-package): Use parse-string instead of read-from-string. (a689890)
* swank/abcl.lisp (package-local-nicknames): Support local nickname completion on ABCL too. (d0af5b8)
* contrib/swank-fuzzy.lisp (fuzzy-find-matching-packages): match package local nicknames. (489969c)
* packages.lisp: New file, put swank, swank/backend and friends there. The SWANK package depends on SWANK/BACKEND, but some swank/backends want to use functions from SWANK and accomplish that by using (funcall (find-symbol x :swank)), which is not really nice. package.lisp is loaded before swank.lisp and swank/backend.lisp (1615c0a)
Complete symbols in locally-nicknamed packages (cd3979a)
Fixed Typo (8aa831c)
add significant whitespace to summary line (04cb810)
Fixed documentation bugs for the mrepl contrib. (f80c997)
Minor factorization. (66f0096)
Mark some things as obsolete. (7549d5b)
Fix a renaming issue. (e1505d9)
Set completion-at-point-functions in slime-mode buffers. (77d0edb)
* swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc)
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
* swank/sbcl.lisp (sigio-handler): run handlers with interrupts enabled. (ebb7fbd)
Revert "* swank.lisp (parse-package): Use parse-string instead of read-from-string." (dd5b137)
* swank.lisp (parse-package): Use parse-string instead of read-from-string. (a689890)
* swank/abcl.lisp (package-local-nicknames): Support local nickname completion on ABCL too. (d0af5b8)
* contrib/swank-fuzzy.lisp (fuzzy-find-matching-packages): match package local nicknames. (489969c)
* packages.lisp: New file, put swank, swank/backend and friends there. The SWANK package depends on SWANK/BACKEND, but some swank/backends want to use functions from SWANK and accomplish that by using (funcall (find-symbol x :swank)), which is not really nice. package.lisp is loaded before swank.lisp and swank/backend.lisp (1615c0a)
Complete symbols in locally-nicknamed packages (cd3979a)
Fixed Typo (8aa831c)
add significant whitespace to summary line (04cb810)
Fixed documentation bugs for the mrepl contrib. (f80c997)
Minor factorization. (66f0096)
Mark some things as obsolete. (7549d5b)
Fix a renaming issue. (e1505d9)
Set completion-at-point-functions in slime-mode buffers. (77d0edb)
* swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc)
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
Revert "* swank.lisp (parse-package): Use parse-string instead of read-from-string." (dd5b137)
* swank.lisp (parse-package): Use parse-string instead of read-from-string. (a689890)
* swank/abcl.lisp (package-local-nicknames): Support local nickname completion on ABCL too. (d0af5b8)
* contrib/swank-fuzzy.lisp (fuzzy-find-matching-packages): match package local nicknames. (489969c)
* packages.lisp: New file, put swank, swank/backend and friends there. The SWANK package depends on SWANK/BACKEND, but some swank/backends want to use functions from SWANK and accomplish that by using (funcall (find-symbol x :swank)), which is not really nice. package.lisp is loaded before swank.lisp and swank/backend.lisp (1615c0a)
Complete symbols in locally-nicknamed packages (cd3979a)
Fixed Typo (8aa831c)
add significant whitespace to summary line (04cb810)
Fixed documentation bugs for the mrepl contrib. (f80c997)
Minor factorization. (66f0096)
Mark some things as obsolete. (7549d5b)
Fix a renaming issue. (e1505d9)
Set completion-at-point-functions in slime-mode buffers. (77d0edb)
* swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc)
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
Fixed Typo (8aa831c)
add significant whitespace to summary line (04cb810)
Fixed documentation bugs for the mrepl contrib. (f80c997)
Minor factorization. (66f0096)
Mark some things as obsolete. (7549d5b)
Fix a renaming issue. (e1505d9)
Set completion-at-point-functions in slime-mode buffers. (77d0edb)
* swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc)
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
Fixed documentation bugs for the mrepl contrib. (f80c997)
Minor factorization. (66f0096)
Mark some things as obsolete. (7549d5b)
Fix a renaming issue. (e1505d9)
Set completion-at-point-functions in slime-mode buffers. (77d0edb)
* swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc)
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
Minor factorization. (66f0096)
Mark some things as obsolete. (7549d5b)
Fix a renaming issue. (e1505d9)
Set completion-at-point-functions in slime-mode buffers. (77d0edb)
* swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc)
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
Fix a renaming issue. (e1505d9)
Set completion-at-point-functions in slime-mode buffers. (77d0edb)
* swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc)
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
Set completion-at-point-functions in slime-mode buffers. (77d0edb)
* swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc)
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
* swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc)
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
Fix github issue#273. (726e927)
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
* slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e)
Deal with SBCL's sb-c::comma-expr (6023626)
Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1)
Don't rebind TAB is slime-repl-mode. (f8cffb1)
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
|
|
Changelog
=========
* swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
|
|
Changelog
=========
|
|
Changelog
=========
Update NEWS. (d41e63d)
Swap ordering of slime-{prev,next}-connection (162c773)
* swank/clasp.lisp (print-frame): Print arguments on newer Clasp versions. (13d8169)
Disable CMUCL tests (5db3c25)
* swank/source-path-parser.lisp (make-source-recorder): Fix handling of recursive calls to macros producing the same forms. e.g. #+(and) (a) (bbca70d)
swank-presentation{s,-streams}: SWANK-REQUIRE harder (d7e4f8d)
swank-c-p-c: fix LOOP warning (610e9dd)
Fix minor typo in swank.lisp (2cca7e6)
* swank/sbcl.lisp: make use of the newly provided form number for top-level forms. (ce74911)
* swank/source-path-parser.lisp (skip-whitespace): ignore EOF, there may no non-whitespace characters left. (b45e63f)
* contrib/slime-media.el (slime-dispatch-media-event): now works when image is just a pathname. (ebc4dfc)
* slime.el (slime-format-string-expand): When there's no string at point, read a string from the minibuffer. (3f62dd5)
Merge pull request #261 from mrkkrp/master (f4ad5d6)
fix autoload spec of the ‘hyperspec-lookup’ function (65a2403)
* contrib/swank-kawa.scm: Minor addition to installation instructions. (14ec5a7)
Start using completion-at-point. (ff9bf80)
Use *READ-SUPPRESS* more often while searching source locations. (d9215bf)
* swank/clasp.lisp (print-frame): Print function names, not function objects. (cfd3d8c)
slime-enclosing-context: use cl-values (0f212b3)
swank/ccl: fix handling traced and setf functions (72fa509)
swank-presentation-streams: fix for new SBCL (0311197)
* swank-loader.lisp (list-fasls): New function. (ae41fcb)
slime-media: Base64-decode literal image data (76632da)
* swank/sbcl.lisp (definition-source-file-location): Stop errors from source-path-parser from producing no locations at all. (67208a7)
* swank.lisp (*pre-reply-hook*): Don't add sync-indentation-to-emacs on CLASP, it takes too much time. (7157e58)
* swank/clasp.lisp (assert-source-directory): Uses the SYS logical host, not SRC. (24ad183)
Add ChangeLog entry for previous commit (1c4ab56)
Update swank-loader.lisp (06c58fa)
added entry to Changelog regarding clasp (14e5b9a)
changes to clasp swank implementation (5d82fc7)
Fix github issue #249 reported by egarrulo (7642b16)
Fix github issue #248 reported by egarrulo (382a267)
|
|
Changelog
=========
Swap ordering of slime-{prev,next}-connection (162c773)
* swank/clasp.lisp (print-frame): Print arguments on newer Clasp versions. (13d8169)
Disable CMUCL tests (5db3c25)
* swank/source-path-parser.lisp (make-source-recorder): Fix handling of recursive calls to macros producing the same forms. e.g. #+(and) (a) (bbca70d)
swank-presentation{s,-streams}: SWANK-REQUIRE harder (d7e4f8d)
swank-c-p-c: fix LOOP warning (610e9dd)
Fix minor typo in swank.lisp (2cca7e6)
* swank/sbcl.lisp: make use of the newly provided form number for top-level forms. (ce74911)
* swank/source-path-parser.lisp (skip-whitespace): ignore EOF, there may no non-whitespace characters left. (b45e63f)
* contrib/slime-media.el (slime-dispatch-media-event): now works when image is just a pathname. (ebc4dfc)
* slime.el (slime-format-string-expand): When there's no string at point, read a string from the minibuffer. (3f62dd5)
Merge pull request #261 from mrkkrp/master (f4ad5d6)
fix autoload spec of the ‘hyperspec-lookup’ function (65a2403)
* contrib/swank-kawa.scm: Minor addition to installation instructions. (14ec5a7)
Start using completion-at-point. (ff9bf80)
Use *READ-SUPPRESS* more often while searching source locations. (d9215bf)
* swank/clasp.lisp (print-frame): Print function names, not function objects. (cfd3d8c)
slime-enclosing-context: use cl-values (0f212b3)
swank/ccl: fix handling traced and setf functions (72fa509)
swank-presentation-streams: fix for new SBCL (0311197)
* swank-loader.lisp (list-fasls): New function. (ae41fcb)
slime-media: Base64-decode literal image data (76632da)
* swank/sbcl.lisp (definition-source-file-location): Stop errors from source-path-parser from producing no locations at all. (67208a7)
* swank.lisp (*pre-reply-hook*): Don't add sync-indentation-to-emacs on CLASP, it takes too much time. (7157e58)
* swank/clasp.lisp (assert-source-directory): Uses the SYS logical host, not SRC. (24ad183)
Add ChangeLog entry for previous commit (1c4ab56)
Update swank-loader.lisp (06c58fa)
added entry to Changelog regarding clasp (14e5b9a)
changes to clasp swank implementation (5d82fc7)
Fix github issue #249 reported by egarrulo (7642b16)
Fix github issue #248 reported by egarrulo (382a267)
|
|
Changelog
=========
* swank/clasp.lisp (print-frame): Print arguments on newer Clasp versions. (13d8169)
Disable CMUCL tests (5db3c25)
* swank/source-path-parser.lisp (make-source-recorder): Fix handling of recursive calls to macros producing the same forms. e.g. #+(and) (a) (bbca70d)
swank-presentation{s,-streams}: SWANK-REQUIRE harder (d7e4f8d)
swank-c-p-c: fix LOOP warning (610e9dd)
Fix minor typo in swank.lisp (2cca7e6)
* swank/sbcl.lisp: make use of the newly provided form number for top-level forms. (ce74911)
* swank/source-path-parser.lisp (skip-whitespace): ignore EOF, there may no non-whitespace characters left. (b45e63f)
* contrib/slime-media.el (slime-dispatch-media-event): now works when image is just a pathname. (ebc4dfc)
* slime.el (slime-format-string-expand): When there's no string at point, read a string from the minibuffer. (3f62dd5)
Merge pull request #261 from mrkkrp/master (f4ad5d6)
fix autoload spec of the ‘hyperspec-lookup’ function (65a2403)
* contrib/swank-kawa.scm: Minor addition to installation instructions. (14ec5a7)
Start using completion-at-point. (ff9bf80)
Use *READ-SUPPRESS* more often while searching source locations. (d9215bf)
* swank/clasp.lisp (print-frame): Print function names, not function objects. (cfd3d8c)
slime-enclosing-context: use cl-values (0f212b3)
swank/ccl: fix handling traced and setf functions (72fa509)
swank-presentation-streams: fix for new SBCL (0311197)
* swank-loader.lisp (list-fasls): New function. (ae41fcb)
slime-media: Base64-decode literal image data (76632da)
* swank/sbcl.lisp (definition-source-file-location): Stop errors from source-path-parser from producing no locations at all. (67208a7)
* swank.lisp (*pre-reply-hook*): Don't add sync-indentation-to-emacs on CLASP, it takes too much time. (7157e58)
* swank/clasp.lisp (assert-source-directory): Uses the SYS logical host, not SRC. (24ad183)
Add ChangeLog entry for previous commit (1c4ab56)
Update swank-loader.lisp (06c58fa)
added entry to Changelog regarding clasp (14e5b9a)
changes to clasp swank implementation (5d82fc7)
Fix github issue #249 reported by egarrulo (7642b16)
Fix github issue #248 reported by egarrulo (382a267)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|