[slim-vim] Changelog for August
Brad Beveridge
brad.beveridge at gmail.com
Sun Aug 20 23:31:56 CDT 2006
On 20/08/06, Brad Beveridge <brad.beveridge at gmail.com> wrote:
> On 15/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 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
> >
> Sun Aug 20 17:45:18 PDT 2006 brad.beveridge at gmail.com
> * Changed the buffer code to use much faster character append code.
> * This requires a patch to Vim with the title
> "Added character append features that vastly increase the speed of
> streaming style buffer writes."
> * Without this patch the fast buffer code WILL NOT WORK.
>
> Sun Aug 20 19:53:02 PDT 2006 brad.beveridge at gmail.com
> * Changed some of the complier messages to make it more reassuring
> for the user.
>
> Brad
>
Sun Aug 20 21:23:10 PDT 2006 brad.beveridge at gmail.com
* Added support for macroexpanding.
* Key bindings are
<Leader>m for macroexpand-1
<Leader>M for macroexpand-all
* The form that is expanded is the innermost form that the cursor is on
Brad
More information about the slim-vim
mailing list