Karsten Hopp 0881c9
To: vim_dev@googlegroups.com
Karsten Hopp 0881c9
Subject: Patch 7.4.134
Karsten Hopp 0881c9
Fcc: outbox
Karsten Hopp 0881c9
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp 0881c9
Mime-Version: 1.0
Karsten Hopp 0881c9
Content-Type: text/plain; charset=UTF-8
Karsten Hopp 0881c9
Content-Transfer-Encoding: 8bit
Karsten Hopp 0881c9
------------
Karsten Hopp 0881c9
Karsten Hopp 0881c9
Patch 7.4.134
Karsten Hopp 0881c9
Problem:    Spurious space in MingW Makefile.
Karsten Hopp 0881c9
Solution:   Remove the space. (Michael Soyka)
Karsten Hopp 0881c9
Files:	    src/Make_ming.mak
Karsten Hopp 0881c9
Karsten Hopp 0881c9
Karsten Hopp 0881c9
*** ../vim-7.4.133/src/Make_ming.mak	2013-12-11 15:06:36.000000000 +0100
Karsten Hopp 0881c9
--- src/Make_ming.mak	2014-01-06 15:37:57.000000000 +0100
Karsten Hopp 0881c9
***************
Karsten Hopp 0881c9
*** 598,604 ****
Karsten Hopp 0881c9
  ifeq (yes, $(GUI))
Karsten Hopp 0881c9
  OBJ += $(OUTDIR)/xpm_w32.o
Karsten Hopp 0881c9
  # You'll need libXpm.a from http://gnuwin32.sf.net
Karsten Hopp 0881c9
! LIB += -L $(XPM)/lib -lXpm
Karsten Hopp 0881c9
  endif
Karsten Hopp 0881c9
  endif
Karsten Hopp 0881c9
  
Karsten Hopp 0881c9
--- 598,604 ----
Karsten Hopp 0881c9
  ifeq (yes, $(GUI))
Karsten Hopp 0881c9
  OBJ += $(OUTDIR)/xpm_w32.o
Karsten Hopp 0881c9
  # You'll need libXpm.a from http://gnuwin32.sf.net
Karsten Hopp 0881c9
! LIB += -L$(XPM)/lib -lXpm
Karsten Hopp 0881c9
  endif
Karsten Hopp 0881c9
  endif
Karsten Hopp 0881c9
  
Karsten Hopp 0881c9
*** ../vim-7.4.133/src/version.c	2014-01-06 06:18:44.000000000 +0100
Karsten Hopp 0881c9
--- src/version.c	2014-01-06 15:39:32.000000000 +0100
Karsten Hopp 0881c9
***************
Karsten Hopp 0881c9
*** 740,741 ****
Karsten Hopp 0881c9
--- 740,743 ----
Karsten Hopp 0881c9
  {   /* Add new patch number below this line */
Karsten Hopp 0881c9
+ /**/
Karsten Hopp 0881c9
+     134,
Karsten Hopp 0881c9
  /**/
Karsten Hopp 0881c9
Karsten Hopp 0881c9
-- 
Karsten Hopp 0881c9
hundred-and-one symptoms of being an internet addict:
Karsten Hopp 0881c9
115. You are late picking up your kid from school and try to explain
Karsten Hopp 0881c9
     to the teacher you were stuck in Web traffic.
Karsten Hopp 0881c9
Karsten Hopp 0881c9
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp 0881c9
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp 0881c9
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
Karsten Hopp 0881c9
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///