[slim-vim] Changelog for October
Brian Kalbfus
mlists at kalbfus.com
Wed Oct 25 12:51:43 CDT 2006
Does this mean there is a new win32 binary to download? With my current
version I haven't gotten past :ecl (format t "hello"). When I tried
some of the other steps to get started I got some errors that I'm not
sure if they are related to the win32 build.
Thanks!
Brian
Larry Clapp wrote:
>> Tue Oct 24 09:28:40 EDT 2006 Larry Clapp <larry at theclapp.org>
>> * fix with-buffer so it works better under Win32
>>
>> Changed with-buffer a while back to use vertical splits. Under gvim in
>> Windows, if you have L or R in guioptions, this causes a quick flash of
>> scrollbar creation/destruction. Changed with-buffer to temporarily remove L
>> and R from guioptions.
>>
>> Tue Oct 24 09:24:06 EDT 2006 Larry Clapp <larry at theclapp.org>
>> * compile on C-only compiler and under Win32
>>
>> - Ifdef-out the kill code until I can fix it for Windows.
>> - in if_ecl.c, declare all variables as a group, i.e. change this (contrived
>> example)
>>
>> int x;
>> x = 1;
>> int y = 2;
>>
>> to
>>
>> int x, y;
>> x = 1;
>> y = 2;
>>
>
> Committed these locally 8/29 & 8/30; pulled them into the public
> repository only today, 10/24.
>
>
>> Wed Aug 30 00:08:36 EDT 2006 Larry Clapp <larry at theclapp.org>
>> * Remove some generated files from the repository
>>
>> Removed src/auto/config.h and src/auto/config.mk from the repository, since
>> they're generated files.
>>
>> Tue Aug 29 23:56:19 EDT 2006 Larry Clapp <larry at theclapp.org>
>> * record some missed files: runtime/icons/*
>>
>
> _______________________________________________
> slim-vim mailing list
> slim-vim at lispniks.com
> http://www.lispniks.com/mailman/listinfo/slim-vim
>
>
More information about the slim-vim
mailing list