Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
In directory sc8-pr-cvs1:/tmp/cvs-serv16920
Modified Files:
ChangeLog
Log Message:
ChangeLog
Index: ChangeLog
===================================================================
RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ChangeLog 29 Jun 2003 02:18:39 -0000 1.8
--- ChangeLog 17 Jul 2003 11:19:14 -0000 1.9
***************
*** 1,2 ****
--- 1,33 ----
+ After 6 Jun 2003
+
+ 17 Jul 2003
+ Features
+ * packages.vim:
+ Add custom completion to TPackage command.
+ It works only for Vim 6.2 or later. (MM)
+
+ Changes
+ * main.vim:
+ make Tex_GetMainFile() recursively search upwards for a *.latexmain
+ file. (SA)
+ * texmenuconf.vim:
+ Peter Heslin (maintaining the cream port of latex-suite says that the
+ Windows menu from cream appears in the middle of the latex-suite
+ menus). A new variable g:Tex_MainMenuLocation is used to find the
+ location of the latex-suite menus. (SA)
+ * packages/polski:
+ Update to cover version 1.3 of package. (MM)
+
+ Bugfixes
+ * main.vim:
+ Bug: If g:Tex_SmartQuoteOpen/Close contain the '~' character (french quotes
+ are "«~" and "~»", then we get an error in quotations (Mathieu
+ CLABAUT).
+ Solution: escape ~ in the search() function (Mathieu CLABAUT).
+ * compiler.vim:
+ Bug: Sometimes moving up and down in the error list window causes a regexp
+ error.
+ Solution: properly escape backslashes in the regexp. (SA)
+
28 Jun 2003
Features
***************
*** 24,29 ****
changed ETR to insert a more complete template using Tex_SpecialMacros
(Mathieu CLABAUT)
!
! Bugfixes:
* packages.vim:
Bug: When a \usepackage{} line is inside a fold, then we go into an
--- 55,60 ----
changed ETR to insert a more complete template using Tex_SpecialMacros
(Mathieu CLABAUT)
!
! Bugfixes
* packages.vim:
Bug: When a \usepackage{} line is inside a fold, then we go into an
|