This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "vimfiles of vim-latex: the actual code.".
The branch, master has been updated
via 6607de98f5c05e50956b62f43cd67ac257f7b51f (commit)
via 841cfca18443ccbb07bbdfffeb9847be6e0f3f1d (commit)
via 24167cf43cb89ad487b3ac0c5053c2a9c7615448 (commit)
via 402400cc495a313231dde52944e149e1893b0008 (commit)
via 7f803a9edf89548741b9efa390964ddb448c2dd1 (commit)
via 2a22a3008d53ad09b8960ad9a2ddb46f21fb952c (commit)
via 5faf52f0e7fac907377b3d60b83a913ca7a7fe2c (commit)
via 05728fb7fba403fa056866a4d76c143c68edc607 (commit)
via 7deb87ff922d548581ec917f0edcf6ff23a8b91c (commit)
via 072f990f0ff0095010f8b3ec910cfebc791a21e7 (commit)
via 77323d59cf9db5337691beb6b81e711bbc12c34e (commit)
via 1b31c54c65931ea0a35399411d62a9b47b37c608 (commit)
via f6b52638caae072b623f253ecf11aa42d30a429d (commit)
from 89c6fb50d317c2bf599540b142dadd42dba2e8ca (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6607de98f5c05e50956b62f43cd67ac257f7b51f
Merge: 89c6fb5 841cfca
Author: Till Maas <ope...@ti...>
Date: Sat Sep 3 00:59:35 2011 +0200
Merge remote-tracking branch 'db2vim/master'
commit 841cfca18443ccbb07bbdfffeb9847be6e0f3f1d
Author: Till Maas <ope...@ti...>
Date: Fri Oct 29 16:55:22 2010 +0000
remove most svn/CVS keywords
commit 24167cf43cb89ad487b3ac0c5053c2a9c7615448
Author: Srinath Avadhanula <sri...@gm...>
Date: Tue Dec 16 04:21:21 2003 +0000
Replacing sum() with a reduce() to make things compatible with python
2.2 (which didn't have a global sum or a sum in the math module!)
commit 402400cc495a313231dde52944e149e1893b0008
Author: Srinath Avadhanula <sri...@gm...>
Date: Mon Dec 1 06:42:43 2003 +0000
Bug: calculateColumnWidthsDoublePass treated maxwidths as a
list rather than dictionary leading to a faulty check.
commit 7f803a9edf89548741b9efa390964ddb448c2dd1
Author: Srinath Avadhanula <sri...@gm...>
Date: Thu Oct 9 20:42:03 2003 +0000
Bug: If none of the columns in the table are large to begin with, then
there was a bug which resized all columns to a very small width
Fix: If in the first pass of the column width calculation, the total width
<= allocated width, then do not do the second pass.
commit 2a22a3008d53ad09b8960ad9a2ddb46f21fb952c
Author: Srinath Avadhanula <sri...@gm...>
Date: Fri Sep 12 10:44:19 2003 +0000
- slightly more robust handling of programlistings.
commit 5faf52f0e7fac907377b3d60b83a913ca7a7fe2c
Author: Srinath Avadhanula <sri...@gm...>
Date: Thu Sep 4 23:02:36 2003 +0000
- Warning and handling case when user uses empty urls.
- Also handle the case when the user does not supply a filename.
commit 05728fb7fba403fa056866a4d76c143c68edc607
Author: Srinath Avadhanula <sri...@gm...>
Date: Sat Jun 28 02:16:50 2003 +0000
*** empty log message ***
commit 7deb87ff922d548581ec917f0edcf6ff23a8b91c
Author: Srinath Avadhanula <sri...@gm...>
Date: Sun Jun 22 23:33:07 2003 +0000
- More code cleanup.
- A few short and long options to control prefix, debugging, strictness.
commit 072f990f0ff0095010f8b3ec910cfebc791a21e7
Author: Srinath Avadhanula <sri...@gm...>
Date: Sun Jun 22 00:24:57 2003 +0000
Some code cleanup. Also give more information about db2vim in the "About
this file" section at the end.
commit 77323d59cf9db5337691beb6b81e711bbc12c34e
Author: Srinath Avadhanula <sri...@gm...>
Date: Sat Jun 21 22:24:04 2003 +0000
1. Put a message after the TOC telling the user about the folds in the
current file.
2. Bug: Table column widths were incorrectly allocated.
3. Improve the modeline (its pretty complex now) to also fold subsections
within sections
commit 1b31c54c65931ea0a35399411d62a9b47b37c608
Author: Srinath Avadhanula <sri...@gm...>
Date: Sat Jun 21 22:19:54 2003 +0000
The compiled files got into the CVS tree by mistake.
commit f6b52638caae072b623f253ecf11aa42d30a429d
Author: Srinath Avadhanula <sri...@gm...>
Date: Tue Jun 17 04:01:53 2003 +0000
Initial revision
-----------------------------------------------------------------------
Summary of changes:
db2vim | 761 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
domutils.py | 25 ++
textutils.py | 224 +++++++++++++++++
3 files changed, 1010 insertions(+), 0 deletions(-)
create mode 100755 db2vim
create mode 100644 domutils.py
create mode 100644 textutils.py
hooks/post-receive
--
vimfiles of vim-latex: the actual code.
|