[Vim-latex-cvs] vimfiles/ftplugin/latex-suite ChangeLog,1.13,1.14
Brought to you by:
srinathava,
tmaas
From: <sri...@us...> - 2003-11-16 09:28:44
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv15348 Modified Files: ChangeLog Log Message: A couple of new things. Index: ChangeLog =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ChangeLog 10 Oct 2003 07:16:36 -0000 1.13 --- ChangeLog 16 Nov 2003 09:28:00 -0000 1.14 *************** *** 1,2 **** --- 1,36 ---- + Nov 16 2003 + BugFixes: + * envmacros.vim: + Tex_thebibliography command did not respect the g:Tex_UseMenuWizard + setting. (SA) + * folding.vim: + New folding items (Aditya Mahajan, SA) + * main.vim,compiler.vim,multicompile.vim,pytools.vim: + Rearrangement of code within latex-suite to make it more consistent + with the rest of the project. multicompile.vim is no longer required. + (SA) + * envmacros.vim: + Visually selecting a single line with a single word and pressing <F5> + would create an environment with the word instead of prompting for a + new environment to surround line with (MM) + * imaps.vim: + Sometimes a "Tex_LastSearchPattern not found" error is generated (SA) + * packages/german: + Added package command and option variables to the german package file. + (Artur Czechowski, MM) + * compiler.vim: + Compiling when g:Tex_FormatDependency is 'dvi,ps,pdf' is interrupted + after compiling into dvi even when there are no errors (SA) + + New: + * imaps.vim: + A setting g:Imap_FreezeImap which temporarily suspends imap macro + expansion. + * compiler.vim: + Compiling into a target format via dependencies now interrupts + compilation after compiling into latex if there are errors/warnings + (SA). + + 10 Oct 2003 Features |