Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv5287
Modified Files:
ChangeLog
Log Message:
updates
Index: ChangeLog
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ChangeLog 29 May 2003 12:48:15 -0000 1.4
--- ChangeLog 1 Jun 2003 23:23:30 -0000 1.5
***************
*** 20,33 ****
Add ChangeLog file in ftplugin/latex-suite directory (MM)
* wizardfuncs.vim, latex-suite.txt:
! Tshortcuts - new command show various shortcuts (MM)
* 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)
Bugfixes
* compiler.vim:
! Compile file with current file expansion, not always .tex file (MM)
* texviewer.vim:
! Check if s:type exists in UpdateViewerWindow (MM)
--- 20,45 ----
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)
|