* Sun Apr 04 2004 Zhang Linbo - 0.3-19 . /usr/bin/kdvi-wrapper: set XEDITOR to if the latter is defined to allow vtex to return back. /usr/share/ite/setup.vim: also set the value of VTEX_XEDITOR . /usr/bin/vtex: use 'default' color scheme instead of 'blue' * Fri Jan 30 2004 Zhang Linbo - 0.3-18 . /usr/bin/kdvi-wrapper: always sets XEDITOR to "kile-xdvik" for force returning back to kile, ignoring current settings of XEDITOR. * Tue Jan 20 2004 Zhang Linbo - 0.3-17: fixed some compatibility issues with vim >= 6.2.180 . vtex.vim: add 'set cpoptions-=C' to allow continuation lines . vtex.vim: commented out the line 'aunmenu Tools.Make' . MainFile(): use file in the current buffer instead of buffer 1 as the default main file if the .latexmain file does not exist. . In 6.2.180: has no effect for the ToolBar buttons. Fixed by moving the 'am ...' lines from vtex.vim to setup.vim (why?) * Sat Nov 15 2003 Zhang Linbo - /usr/share/ite/ftplugin/latex-suite/templates/CCT-article.tex revised. * Thu Nov 06 2003 Zhang Linbo - fix a small bug in /usr/bin/vtex such that correct Chinese fontset is used for non-GTK+ versions of gvim. * Tue Oct 21 2003 Zhang Linbo - /usr/share/ite/spell.sh: improve scanning of the math and verbatim environments. * Wed Oct 15 2003 Zhang Linbo - /usr/share/ite/spell.sh . Add support for aspell-0.50 (using appropriate '--lang=' option) . Fix some bugs in /usr/share/ite/spell.sh * Wed Oct 01 2003 Zhang Linbo - vtex.vim: . call Tex_SetupErrorWindow() in CTeX_CTeX() to setup the .log preview window . replace 'let g:Tex_IgnoredWarnings = ""' with 'let g:Tex_IgnoreLevel = 0' - setup.vim: keep the 'Set Ignore Level' menu entry s.t. user can change the level of display of error messages. * Wed Sep 03 2003 Zhang Linbo - modified spell.sh to work with gawk 3.1.3-2 * Thu Jul 31 2003 Zhang Linbo - added support for GTK2 version of Gvim-6.2 * Mon Jul 21 2003 Zhang Linbo - added symlink cct.vim->tex.vim in /usr/share/ite/syntax/ * Fri Jun 27 2003 Zhang Linbo - /usr/share/vtex.vim: added 'set grepprg=grep\ -nH\ ' - added LaTeX-Suite templates "CCT-article" and "CJK-article" - kdvi-wrapper: use '-gamma 0.66' if dvi file is CCT format. - spell.sh: processing '\', '\%', '%', and '$' * Wed Jun 25 2003 Zhang Linbo - /usr/bin/vtex: checking existence of the master file defined by the latexmain file. * Tue Jun 24 2003 Zhang Linbo - added /etc/profile.d/vtex.sh and /etc/profile.d/vtex.csh - /usr/bin/vtex: . set servername to "VTEX-{inode number}A" (with 'A' appended because sometimes Gvim appends '1' to the servername), and only compare the leading part when matching servernames. . first looks for .latexmain file when constructing servername. * Sun Jun 22 2003 Zhang Linbo - /usr/bin/vtex, /usr/bin/kile-xdvik: code for processing the 'ctextemp_' prefix removed (no longer necessary with ctex-0.2.1) - /usr/share/ite/setup.vim: commented out the lines: syntax sync minlines=100 set lines=25 set columns=80 * Wed Jun 18 2003 Zhang Linbo - use the QuickFix mode for compiling. - removed the 'make' button which is redundant now. - compatibility with LaTeX-Suite in determining the master filename, i.e., if 'mainfile.latexmain' exists in the current directory then use 'mainfile' as the master file. * Sat Jun 14 2003 Zhang Linbo - cct.vim renamed to tex.vim - "runtimepath" set to: "~/.vim,/usr/share/ite,..." in vtex.vim - added latexSuite support and created the ite-latexSuite package. * Thu Jun 12 2003 Zhang Linbo - set foldmethod=marker and set foldmarker=<<<,>>> in cct.vim * Sun Jun 08 2003 Zhang Linbo - new font selection order: "isas-song ti" then "misc-zysong18030" then "*-*", the first one which provides both gb2312.1980-0 and iso10646-1 charsets is used. * Fri Jun 06 2003 Zhang Linbo - use zysong18030 font by default if it's available * Wed Jun 04 2003 Zhang Linbo - don't change LC_CTYPE (it seems that gvim works well with the zh_CN.GB18030 locale, not as vim). - added toolbar button for spelling check * Tue Jun 03 2003 Zhang Linbo - syntax hilighting for \verb* and {verbatim*} (bug in tex.vim) * Mon Jun 02 2003 Zhang Linbo - removed dependency on CCT and use 'latex' instead of 'ctex' if the latter is not available. - set tw=78, language=cn-euc and add 'tcqmM' to 'formatoptions'