[Vim-latex-cvs] SF.net SVN: vim-latex:[1091] trunk/htdocs/download/ChangeLog
Brought to you by:
srinathava,
tmaas
From: <tm...@us...> - 2010-01-27 21:50:35
|
Revision: 1091 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1091&view=rev Author: tmaas Date: 2010-01-27 21:50:23 +0000 (Wed, 27 Jan 2010) Log Message: ----------- add some old ChangeLog file from live htdocs Added Paths: ----------- trunk/htdocs/download/ChangeLog Added: trunk/htdocs/download/ChangeLog =================================================================== --- trunk/htdocs/download/ChangeLog (rev 0) +++ trunk/htdocs/download/ChangeLog 2010-01-27 21:50:23 UTC (rev 1091) @@ -0,0 +1,51 @@ +After 8 May 2003 + + Features + * texviewer.vim: + Look for bibfiles in $BIBINPUTS env variable (Soren Debois) + * envmacros.vim: + Check in package variables for templates for environments inserted + from line with <F5> (MM) + * packages/amsmath: + Templates for alignat and alignat* envs in amsmath package file (MM) + * compiler.vim: + Added support for regular viewing and forward searching for kdvi (KDE + viewer of .dvi files) (MM) + * compiler.vim: + Show default target enclosed in [] after calling :TTarget, :TCTarget + or :TVTarget. Allow no argument for :TTarget. + * mathmacros.vim, main.vim, texrc, latex-suite.txt: + Added utf-8 menus for math (MM) + * ChangeLog: + Add ChangeLog file in ftplugin/latex-suite directory (MM) + * wizardfuncs.vim, latex-suite.txt: + Tshortcuts - new command show various shortcuts (MM, SA) + * latex-suite.txt: + More cross-references with main Vim help, corrected mispells (MM) + * texmenuconf.vim: + Show value of <mapleader> in General menu instead of hardcoded \ (it + caused confusion) (MM, SA) + * texmenuconf.vim, mathmacros.vim: + Add accels for for Suite, Elements end Environments menus. + Changed accel in Math (Animesh Nerurkar) + + Bugfixes + * compiler.vim: + Problem: Compile file with current file expansion, not always .tex + file (Animesh N Nerurkar) + Solution: When looking for file to compile don't remove extension (if + *.latexmain doesn't exist) (MM) + * texviewer.vim: + Problem: :TLook doesn't work (Animesh N Nerurkar) + Solution: Check if s:type exists in UpdateViewerWindow (MM) + * compiler.vim: + Problem: Text is messed after calling external command in terminal + version of Vim (Jess Thrysoee) + Solution: Add redraw! after calling compilers and viewers (partial + implementation of JT patch, MM) + * texrc: + Problem: Compiling pdf didn't succed because of double file extension, + eg. myfile.tex.tex (Animesh N Nerurkar) + Solution: Remove hardcoded .tex in CompilerRule_pdf. NOTE: Update of + personal texrc is required! (Animesh N Nerurkar) + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |