summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAUR Update Bot2015-12-15 20:38:36 +0100
committerStefan Husmann2015-12-15 20:38:36 +0100
commit8bb8cf65ae884f44e7bdbc3a8b7a77ff016e7ba6 (patch)
tree1b41e1a841b21624c84b6f45223236595d06b67a /.SRCINFO
parent47f4f8fffc0f26c485554d41142244e95da80ed8 (diff)
downloadaur-8bb8cf65ae884f44e7bdbc3a8b7a77ff016e7ba6.tar.gz
Updated version (1.0.0.beta.160.g8533961 -> 1.0.0.beta.161.g341fde6).
Changelog ========= Export some SLYNK-BACKEND functions for easier contrib development (341fde6) Friendlier macroexpansion with visual feedback (8533961) Closes #70: Allow multi-line return values in REPL. (5e8b20a) Closes #69: Correctly set +, ++ and +++ in the REPL (ecf318f) Fix unintentional region deactivation in REPL (8496df4) Closes #64: Fix regular isearch in the REPL (5ec1b93) Closes #67: Fix backreference reader in REPL (a272699) Closes #68: Revert back to LF in sly.el, obviously (c94d854) Closes #62: Add significant whitespace to summary line (e4daf54) Properly reset undo history on every REPL prompt (66103b6) Fix `sly-fuzzy' tests on recent Emacs builds (f626aad) Make breaking stickers play nice with other SLY-DB add-ons (e2f77d1) Fix dependencies for ASDF systems (5f3b04e) Also bind `return' to `sly-mrepl-insert-input' (6444228) * lib/sly-tests.el (sly-batch-test): increase timeout to 30 seconds (3ddd015) Fix sly-indentation-tests (3e860fc) Fix a bug when flashing compiled defun (4afc6be) Resolve compiler warnings on Emacs 24.5 (227dc89) Fix problems with the IGNORE-STICKER restart (19a21bf) Tweak REPL message when errors happen (c29b7a0) Be less bothersome to user in `sly-connect' (840c05b) Fix contrib enable/disable logic (6547413) Tweak sly-mrepl and sly-parse contribs (f48f61b) Revise contrib code (08f10c8) <return>, not just C-m, also pushes any button (0cf7a43) Merge pull request #58 from PuercoPop/plataforms-docs (5bb79ee) Update supported plataforms (7a2ce83) Reduce size of doc/images/*.png (b389f43) Can now be loaded alongside SLIME (4b5a398) * Makefile (check-fancy): Must use sly-setup here (0a1e6ee) Fix compilation failures and some warnings (a191cd6) Downcase macroexpansions by default (9832e24) No longer call sly-setup at the top level (e8b10c3) Educated guess of the Lisp executable on M-x sly (d0d233d) Closes #56: Make sly-xref not raise an error when not implemented (dbc04d6) Closes #56: nicer messages when `sly-eval-async' fails continuations (8e8044e) More work restructuring the manual (870c643) Friendlier M-x sly-info with section autocomplete (60be6f8) Start restructuring manual (03f32f4) Closes #34: don't query supertypes for every overlay in buffer (d5491ef) Add docstrings for issue #56 (a22eab6) Much improved "SLY Stickers" manual, with screenshots (60dc5c9) * doc/Makefile (publish): publish images, too (0d42df8) Closes #54: require `cl' at compile-time in sly-stickers (e8cb53a) Add "Stickers" menu for discovering the new `sly-stickers' functionality (3f2df7d) Greatly improve breaking stickers (75c6c72) Closes #55: clean up typo in sly.el comment (111db3a) Fix a display bug when using breaking stickers (1e65be0) Improve breaking stickers (cb531bb) New command `sly-forget-pending-events' (136608a) Introduce break-on-stickers (783b7bb) Fix some sticker recording replay bugs (dae00cd) Redesign the way sticker recordings are inspected and returned to REPL (46ba10c) Fetching most recent recoding of a sticker, not the oldest (b422819) Fix looping around when replaying recordings (050f532) Fix a docstring (3bbb745) Improve backreference highlighting (b7bddf1) Merge branch 'sticker-overhaul' (d6502e1) Improve usability of `sly-stickers-replay' (7199d8a) Misc tweaks for compilation notes (9eb7b0b) Improve debugger prompt consistency in REPL (fe4f565) Pretty up replay interface (36be34d) Minor sly-stickers tweaks, in preparation for overhaul (94c8c91) Update NEWS.md (1d1eb86) * swank/source-path-parser.lisp (make-source-recorder): Fix handling of recursive calls to macros producing the same forms. e.g. #+(and) (a) (a7aac63) slynk-c-p-c: fix LOOP warning (7aad1af) slynk/backend/sbcl.lisp: make use of the newly provided form number for top-level forms. (dea85ae) * slynk/source-path-parser.lisp (skip-whitespace): ignore EOF, there may no non-whitespace characters left. (6b237a0) * sly.el (sly-format-string-expand): When there's no string at point, or with prefix arg,read a string from the minibuffer. (sly-string-at-point): Return nil when no sexp there. (950868b) fix autoload spec of the ‘hyperspec-lookup’ function (c2f04ad) Use *READ-SUPPRESS* more often while searching source locations. (d5db18e) * slynk/backend/clasp.lisp (print-frame): Print function names, not function objects. (4b4bb74) slynk/backend/ccl.lisp: fix handling traced and setf functions (b0f41fd) * slynk/backend/sbcl.lisp (definition-source-file-location): Stop errors from source-path-parser from producing no locations at all. (adea0de) * slynk/slynk.lisp (*pre-reply-hook*): Don't add sync-indentation-to-emacs on CLASP, it takes too much time. (263f99b) * slynk/backend/clasp.lisp (assert-source-directory): Uses the SYS logical host, not SRC. (8928d8f) Update slynk/slynk-loader.lisp (7161bc2) changes to clasp slynk implementation (54adb4a) Update NEWS.md (b18c60a) Work around SBCL 1.2.12's SB-EXT:RESTRICT-COMPILER-POLICY (73333e0) slynk-c-p-c: take a better guess at symbol case (1c5b2c7) * sly.el (sly-xref-mode-map): Bind . and , for compatibility. (c7504bc) Adapta Attila Lendvais suggestion (d9c7f0e) * slynk/backend/abcl.lisp (frame-locals frame-var-value): Fix off by one errors in inspecting arguments across stack frames. Attempt to match arguments to parameters recorded at compile time. (91980eb) * contrib/slynk-fancy-inspector.lisp (inspect-type-specifier): Adapt for newer SBCL. Patch by Douglas Katzman. (8e34f05) * slynk/backend/sbcl.lisp (*definition-types*): Add new type, :alien-type. (5f6125f) * slynk/backend/sbcl.lisp (*definition-types*): Add new type, :declaration. (276699e) * slynk/backend/sbcl.lisp (*definition-types*): Add a new type, :ir1-convert. SBCL now handles def-ir1-translator location differently. (97f8533) format-values-for-echo-area: Protect ~f with ignore-errors. (61eada5) * slynk.lisp (format-values-for-echo-area): Present float representation of ratios, i.e. 1/2 will be "=> 1/2 (0.5)" (e0d1133) Export *BUFFER-READTABLE* for contribs that need to set it (591883d) Avoid compiler warning (162c0a4) Fix some of the REPL backreferences (e1b985e) Fix README.md typos (bb20754) Update README.md and NEWS.md (02cff31) Merge branch 'named-readtables' (92af001) Turning off sly-autodoc now works (1296ab7) Move sly-named-readtables to separate repo (ab17d9e) Fix minor issues (e586b0d) Cosmetic tweaks (e829cff) Named readtables prototype implementation (ab1a94c) Experimenting and broken (10388a9) Hook sly-named-readtables to sly-extra-mode-line-constructs (ca2c8af) Merge remote-tracking branch 'origin/master' into named-readtables (df28cc5) Start work on a sly-named-readtables contrib (816a5c8) Enhance SLY's mode line with pretty colors (6a389ee) Add machinery for fine-grained control over SLY -> Slynk communication (e98cc8a) Update NEWS.md in preparation for next beta release (cbd8c8e) There's no need to switch buffers when restarting Lisp (10ac41a) Fix indenting in REPL (d4177d9) Fix a bug when quitting the thread list (940cbf7) Allow some robustness when untracing (163b494) Protect against packageless symbols (ae46ec7) Left in a typo (da91105) Fix a rather nastly bug in REPL environment saving (6faa430) Fix a REPL-finding bug when multiple connections (3be6e15) Simplify a bit of sly-autodoc (1e2e8a5) Fix a small connection prompting bug (9bee4af) Fix autodoc/autopairing in REPL (bf30c2a) Don't prompt when killing SLY-DBs of dead connections (02e7d79) Return frame vars from SLY-DB buffers to correct REPL (3d67431) Source travis installer from safer location (fa476d3) Fix a sly-apropos bug in recent enhacements for #53 (aa68000) Fix a couple of spurious "swank" references coming from cherry-picked commits (411def7) M-- sly-apropos prompts for just the package (f13a5bf) Add arglist info in apropos output (97ddad7) Fix a bug in last commit for issue #53. (9eff1a3) Closes #53: default sly-apropos allows searching all packages (ff5ac8f) In REPL, don't autopair input parens to previously output parens (c980df0) Slightly robustify against zombie connections (b0f8cc4) Closes #51: Cannot quit the thread list buffer (0e1558d) Closes #48: Disable `view-read-only` for popup buffers. (9d9ec2d) Let user ignore protocol mismatches per connection (d4360c3) Add an ENV arg to `sly-timer-call' and `sly-eval-async' (2336c59) Closes #49: sly-inspect-fetch-all now actually does something (afe9539) Restore some previous behaviour xref navigation (5810558) Preparatory refactoring for REPL enhacements (eabbd29) Fix REPL "evaluation errored" note (671ad4d) Closes #47: Make sly-xref-mode more user-friendly (cdaadb4) * slynk/slynk.lisp: Remove broken local variables section. (c2386d4) Update "Tips and Tricks" section in the manual (99e58f4) Closes #46: Correct doc for SLYNK-MREPL:*USE-DEDICATED-OUTPUT-STREAM* (3518d58) Closes #45: synch mREPL notes to process mark, not output mark (f5f7f02) Closes #43: don't use keyword package for struct names (eaa887c) Closes #42: sly-retro no longer breaks on long lists (ac14f7b) Remove hack for #1 (86e96a5) Closes #40: Robustify `sly-mrepl-shortcut' slightly (26b6bbe) Shoosh some compiler warnings (adbb81f) Less errors when finding source locations on Allegro (a24eee4) Closes #39: Tearing down a reverse-isearch errors (938b3c9) Fix minor mREPL glitch (f1be650) Closes #38: Provide sly-mrepl-output-filter-functions for REPL output (b5be63b) Merge pull request #37 from PuercoPop/mrepl-docs (a3aae10) Add keymap information on mrepl to the manual (aa48bb7) Closes #36: Modify sly-doc-map keybindings (4137a25) Merge pull request #35 from PuercoPop/master (49805ec) Update keymap documentation (170fe0a) Fix protocol bug when *translating-swank-to-slynk* is t (e199af5) Minimize effect of bug in Allegro's frame source locations (e21fc07) Fix occasional `sly-protocol-version' mishap on windows (933c09b) Update README.md (ad37d17)
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO4
1 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 636c201395fd..2caef3d40648 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 14 19:13:32 UTC 2015
+# Tue Dec 15 19:38:36 UTC 2015
pkgbase = emacs-sly-git
pkgdesc = Common Lisp IDE for Emacs. Fork of slime.
- pkgver = 1.0.0.beta.160.g8533961
+ pkgver = 1.0.0.beta.161.g341fde6
pkgrel = 1
url = https://github.com/capitaomorte/sly
arch = any