r780 - in /trunk/packages/vim: debian/README debian/changelog upstream/patches/7.0.121

jamessan at users.alioth.debian.org jamessan at users.alioth.debian.org
Sun Oct 8 14:29:44 UTC 2006


Author: jamessan
Date: Sun Oct  8 14:29:43 2006
New Revision: 780

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=780
Log:
Add upstream patch 121

Added:
    trunk/packages/vim/upstream/patches/7.0.121
Modified:
    trunk/packages/vim/debian/README
    trunk/packages/vim/debian/changelog

Modified: trunk/packages/vim/debian/README
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/README?rev=780&op=diff
==============================================================================
--- trunk/packages/vim/debian/README (original)
+++ trunk/packages/vim/debian/README Sun Oct  8 14:29:43 2006
@@ -145,3 +145,4 @@
   1529  7.0.118  printf() doesn't allow zero padding for strings
   1412  7.0.119  CursorHold event is not triggered when leaving Insert mode
   1780  7.0.120  crash when using getreg('=') in the = register
+  1549  7.0.121  GUI: dragging last status line doesn't work with text tabline

Modified: trunk/packages/vim/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/changelog?rev=780&op=diff
==============================================================================
--- trunk/packages/vim/debian/changelog (original)
+++ trunk/packages/vim/debian/changelog Sun Oct  8 14:29:43 2006
@@ -1,7 +1,7 @@
-vim (1:7.0-118+1) unstable; urgency=low
+vim (1:7.0-121+1) unstable; urgency=low
 
   [ Debian Vim Maintainers ]
-  * New upstream patches (095 - 120), see README.gz for details.
+  * New upstream patches (095 - 121), see README.gz for details.
 
   [ James Vega ]
   * Since vim-gui-common no longer depends on vim-common (to allow for
@@ -22,7 +22,7 @@
     usage of perldoc/pydoc/ri for keyword lookup on perl/python/ruby files.
     (closes: #389332)
 
- -- James Vega <jamessan at debian.org>  Sun,  8 Oct 2006 10:26:45 -0400
+ -- James Vega <jamessan at debian.org>  Sun,  8 Oct 2006 10:29:40 -0400
 
 vim (1:7.0-094+1) unstable; urgency=medium
 

Added: trunk/packages/vim/upstream/patches/7.0.121
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/upstream/patches/7.0.121?rev=780&op=file
==============================================================================
--- trunk/packages/vim/upstream/patches/7.0.121 (added)
+++ trunk/packages/vim/upstream/patches/7.0.121 Sun Oct  8 14:29:43 2006
@@ -1,0 +1,50 @@
+To: vim-dev at vim.org
+Subject: Patch 7.0.121
+Fcc: outbox
+From: Bram Moolenaar <Bram at moolenaar.net>
+Mime-Version: 1.0
+Content-Type: text/plain; charset=ISO-8859-1
+Content-Transfer-Encoding: 8bit
+------------
+
+Patch 7.0.121
+Problem:    GUI: Dragging the last status line doesn't work when there is a
+	    text tabline.  (Markus Wolf)
+Solution:   Take the text tabline into account when deciding to start modeless
+	    selection.
+Files:	    src/gui.c
+
+
+*** ../vim-7.0.120/src/gui.c	Sun Sep 10 21:38:48 2006
+--- src/gui.c	Sun Oct  8 12:47:04 2006
+***************
+*** 2873,2878 ****
+--- 2873,2881 ----
+       */
+      if ((State == NORMAL || State == NORMAL_BUSY || (State & INSERT))
+  	    && Y_2_ROW(y) >= topframe->fr_height
++ # ifdef FEAT_WINDOWS
++ 						+ firstwin->w_winrow
++ # endif
+  	    && button != MOUSE_DRAG
+  # ifdef FEAT_MOUSESHAPE
+  	    && !drag_status_line
+*** ../vim-7.0.120/src/version.c	Fri Oct  6 23:33:22 2006
+--- src/version.c	Sun Oct  8 13:55:58 2006
+***************
+*** 668,669 ****
+--- 668,671 ----
+  {   /* Add new patch number below this line */
++ /**/
++     121,
+  /**/
+
+-- 
+If they don't keep on exercising their lips, he thought, their brains
+start working.
+		-- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
+
+ /// Bram Moolenaar -- Bram at Moolenaar.net -- http://www.Moolenaar.net   \\\
+///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
+\\\        download, build and distribute -- http://www.A-A-P.org        ///
+ \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///




More information about the pkg-vim-maintainers mailing list