[slim-vim] Changelog for August
Brad Beveridge
brad.beveridge at gmail.com
Tue Aug 15 20:09:13 CDT 2006
On 06/08/06, Brad Beveridge <brad.beveridge at gmail.com> wrote:
> On 06/08/06, Brad Beveridge <brad.beveridge at gmail.com> wrote:
> > On 06/08/06, Brad Beveridge <brad.beveridge at gmail.com> wrote:
> > > On 05/08/06, Brad Beveridge <brad.beveridge at gmail.com> wrote:
> > > > On 05/08/06, Brad Beveridge <brad.beveridge at gmail.com> wrote:
> > > > > Sat Aug 5 11:23:05 PDT 2006 brad.beveridge at gmail.com
> > > > > * Patch from Daniel Trstenjak to test for the environment var ECL_SLIME_PATH
> > > > >
> > > > >
> > > > > Thanks Daniel!
> > > > >
> > > >
> > > > Sat Aug 5 14:38:08 PDT 2006 brad.beveridge at gmail.com
> > > > * Renamed eval, compile-file and inspect to once again have their
> > > > slime- prefix, too confusing otherwise.
> > > >
> > > > Sat Aug 5 14:39:57 PDT 2006 brad.beveridge at gmail.com
> > > > * Enabled support for sending signals.
> > > > * Can now send SIGINT to interupt the Swank side
> > > > * Can now terminate the Swank backend by sending SIGTERM when you exit Vim
> > > > * Probably won't work on Win32
> > > > * Needs latest Vim7 from Darcs.
> > > >
> > > > I've send the required vim patch to Larry for merging to the official
> > > > tree. For those that just can't wait, I've attached the patch to this
> > > > email. You ought to be able to use darcs apply
> > > > "darcs apply --compress kill.patch.tz" might just work, if not you'll
> > > > need to manually use gunzip and "darcs apply kill.patch".
> > > >
> > >
> > > Sun Aug 6 20:27:32 PDT 2006 brad.beveridge at gmail.com
> > > * Added handling of compiler notes.
> > > Compiler notes are pushed into a special buffer, which we then hand
> > > to Vim's quickfix buffer.
> > > Use the standard Vim Quickfix commands to access the notes (:help quickfix).
> > > Notes are sorted as :error :warning :stye-warning :note.
> > >
> > > Cheers
> > > Brad
> > >
> > Sun Aug 6 22:21:11 PDT 2006 brad.beveridge at gmail.com
> > * Improved note handling.
> > * Some notes can span multiple lines, which doesn't make for nice
> > error format messages.
> >
> Sun Aug 6 22:41:12 PDT 2006 brad.beveridge at gmail.com
> * Added the key mapping for interrupting Swank
>
Tue Aug 15 18:00:10 PDT 2006 brad.beveridge at gmail.com
* Lots of changes, added a profiler.
* Added a better way to get the full pathname of a buffer for compiling
* Enabled profiling by default (change *profiling* to nil to disable)
* Changed the io-callback a little
* Tried to speed up error file output by using WRITE-LINE rather than FORMAT
* Added autocommands to reload lisp commands for already open lisp buffers
* Changed the way the dedicated Swank output is handled
More information about the slim-vim
mailing list