users/crhodes/swankr.git
2012-11-29  Christophe... more srcref frobbing master
2012-11-20  Christophe... fix compilation of x[y,]
2012-09-17  Christophe... fix null implementation of operator-arglist
2012-05-01  Christophe... some elisp code that slime/swankr users probably want
2012-05-01  Christophe... make inspector printing more reasonable
2012-04-29  Christophe... rework `swank:simple-completions`
2012-04-29  Christophe... log wishlist completion bug
2012-04-24  Christophe... declare a version in `swank:connection-info`
2012-04-24  Christophe... implement `swank:operator-arglist` properly
2012-04-23  Christophe... fix bug #21
2012-04-23  Christophe... log bug #21, regarding inspection of environments
2011-12-15  Christophe... log and fix bug #20: infinite errors on disconnect.
2011-12-09  Christophe... give us a chance with utf-8
2011-12-09  Christophe... log the external-format / encoding bug
2011-12-09  Christophe... pass an :encoding stanza in the connection information
2011-10-23  Christophe... don't print out "locals" from the global environment
2011-10-23  Christophe... fix for visible values from region and interactive...
2011-10-23  Christophe... fix swank-media repl-result-maker for complex
2011-10-23  Christophe... log a couple more bugs
2011-09-19  Christophe... catch errors during printing of frame locals
2011-09-19  Christophe... log some more bugs
2011-09-13  Christophe... escape names when searching for completions
2011-09-13  Christophe... support ?help buffers
2011-09-13  Christophe... log some more bugs
2011-09-10  Christophe... deal with 0 or multiple expressions at the repl
2011-09-10  Christophe... update BUGS file
2011-09-10  Christophe... use withVisible() in appropriate places
2011-09-09  Christophe... use a similar repl result method in swank-media.R for...
2011-09-09  Christophe... log wishlist bug #9 (wanting help() and ? to work)
2011-09-09  Christophe... previous commit sorted out #8 (filesystem-location...
2011-08-20  Christophe... make contribs load when the working directory isn't...
2011-04-06  Christophe... update BUGS and TODO
2011-04-06  Christophe... enough support for emacs/slim to start swank for itself
2011-04-06  Christophe... implement swank:interactive-eval-region
2011-04-06  Christophe... fix swank:compile-file-for-emacs when loadp is true
2011-04-06  Christophe... support translation of t and nil
2011-04-06  Christophe... implement swank:quit-lisp
2011-04-06  Christophe... absolutify some more source file finding
2011-04-06  Christophe... experiment with different printing methods (using swank...
2011-04-06  Christophe... remove debugging code from swank-presentations
2010-10-08  Christophe... add .htaccess for utf-8 html encoding
2010-10-08  Christophe... capture output from evaluating swank requests
2010-10-08  Christophe... log another wishlist bug
2010-10-08  Christophe... improve html export of org files
2010-10-08  Christophe... webup Makefile target
2010-10-08  Christophe... srcrefs in swank:compile-string-for-emacs
2010-10-07  Christophe... add tags to bugs
2010-10-07  Christophe... log a bug in multibyte character handling
2010-10-07  Christophe... better swank:find-definitions-for-emacs
2010-10-07  Christophe... less debugging output cruft in `swank:frame-locals...
2010-10-07  Christophe... more working `swank:compile-file-for-emacs`
2010-10-01  Christophe... log issue with srcref in swank:compile-string-for-emacs
2010-10-01  Christophe... implement swank:load-file and swank:compile-file-for...
2010-10-01  Christophe... implement swank:default-directory and swank:set-default...
2010-10-01  Christophe... convenience Makefile for generating html from org files
2010-10-01  Christophe... create BUGS and TODO files
2010-10-01  Christophe... update README for swank-media information
2010-10-01  Christophe... sort out printing functions
2010-09-16  Christophe... R implementation of the swank side of the (brand-new...
2010-09-16  Christophe... new makeReplResultFunction hook
2010-09-12  Christophe... implement swank:eval-string-in-frame
2010-09-12  Christophe... implement swank:inspect-current-condition and swank...
2010-09-12  Christophe... implement a default method for emacsInspect
2010-09-11  Christophe... implement swank:inspector-eval
2010-09-10  Christophe... implement swank:inspector-pop and swank:inspector-next
2010-09-09  Christophe... fix one multiple-string bug in the inspector
2010-09-09  Christophe... slightly more working inspector
2010-09-09  Christophe... implement `swank:quit-inspector`
2010-09-09  Christophe... the beginnings of an inspector
2010-09-07  Christophe... implement withRetryRestart
2010-09-07  Christophe... implement withOutputToString
2010-09-03  Christophe... swank:value-for-editing and swank:commit-edited-value
2010-09-03  Christophe... alternative printing for the REPL
2010-09-03  Christophe... integrate into R's event loop, possibly
2010-09-01  Christophe... implement swank:find-definitions-for-emacs
2010-09-01  Christophe... use srcfile$wd when going to source for an sldb frame
2010-08-31  Christophe... support swank:clear-repl-results in swank-presentations
2010-08-31  Christophe... initial implementation of support for REPL presentations
2010-08-30  Christophe... A proper implementation of swank:swank-require
2010-08-30  Christophe... implement a mini code-walker to support nested function...
2010-08-30  Christophe... make swank:listener-eval be a bit more like the CL...
2010-08-30  Christophe... use an environment holding the Slime I/O connection
2010-08-28  Christophe... slightly clarified the relationship to ESS
2010-08-26  Christophe... add README
2010-08-26  Christophe... Add licence information to swank.R
2010-08-25  Christophe... implement swank:frame-source-location
2010-08-25  Christophe... factor out backtraceForEmacs() into `swank:backtrace`
2010-08-25  Christophe... implement swank:interactive-eval and swank:eval-and...
2010-08-25  Christophe... ensure that the fifo is closed in printToString()
2010-08-24  Christophe... implement swank:compile-string-for-emacs
2010-08-20  Christophe... implement swank:simple-completions
2010-08-20  Christophe... stub for swank:operator-arglist
2010-08-19  Christophe... return properly from sldbLoop()
2010-08-15  Christophe... put abort restarts around the main and sldb loops
2010-08-14  Christophe... The beginnings of a vaguely-useful sldb
2010-08-14  Christophe... store calls and frames on entry to sldb itself
2010-08-13  Christophe... implement swank:buffer-first-change
2010-08-13  Christophe... return stack frames in slime's order (most recent first)
2010-08-13  Christophe... get definitions (use of <-) to work in the REPL
2010-08-13  Christophe... support invoking restarts from sldb
next