|
|
3ef2ca |
To: vim_dev@googlegroups.com
|
|
|
3ef2ca |
Subject: Patch 7.4.400
|
|
|
3ef2ca |
Fcc: outbox
|
|
|
3ef2ca |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
|
3ef2ca |
Mime-Version: 1.0
|
|
|
3ef2ca |
Content-Type: text/plain; charset=UTF-8
|
|
|
3ef2ca |
Content-Transfer-Encoding: 8bit
|
|
|
3ef2ca |
------------
|
|
|
3ef2ca |
|
|
|
3ef2ca |
Patch 7.4.400
|
|
|
3ef2ca |
Problem: List of distributed files is incomplete.
|
|
|
3ef2ca |
Solution: Add recently added files.
|
|
|
3ef2ca |
Files: Filelist
|
|
|
3ef2ca |
|
|
|
3ef2ca |
|
|
|
3ef2ca |
*** ../vim-7.4.399/Filelist 2014-05-13 13:52:34.817605451 +0200
|
|
|
3ef2ca |
--- Filelist 2014-08-10 13:43:31.612781775 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 11,16 ****
|
|
|
3ef2ca |
--- 11,18 ----
|
|
|
3ef2ca |
src/blowfish.c \
|
|
|
3ef2ca |
src/buffer.c \
|
|
|
3ef2ca |
src/charset.c \
|
|
|
3ef2ca |
+ src/crypt.c \
|
|
|
3ef2ca |
+ src/crypt_zip.c \
|
|
|
3ef2ca |
src/diff.c \
|
|
|
3ef2ca |
src/digraph.c \
|
|
|
3ef2ca |
src/edit.c \
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 103,108 ****
|
|
|
3ef2ca |
--- 105,112 ----
|
|
|
3ef2ca |
src/proto/blowfish.pro \
|
|
|
3ef2ca |
src/proto/buffer.pro \
|
|
|
3ef2ca |
src/proto/charset.pro \
|
|
|
3ef2ca |
+ src/proto/crypt.pro \
|
|
|
3ef2ca |
+ src/proto/crypt_zip.pro \
|
|
|
3ef2ca |
src/proto/diff.pro \
|
|
|
3ef2ca |
src/proto/digraph.pro \
|
|
|
3ef2ca |
src/proto/edit.pro \
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 289,294 ****
|
|
|
3ef2ca |
--- 293,300 ----
|
|
|
3ef2ca |
src/dosinst.h \
|
|
|
3ef2ca |
src/glbl_ime.cpp \
|
|
|
3ef2ca |
src/glbl_ime.h \
|
|
|
3ef2ca |
+ src/gui_dwrite.cpp \
|
|
|
3ef2ca |
+ src/gui_dwrite.h \
|
|
|
3ef2ca |
src/gui_w16.c \
|
|
|
3ef2ca |
src/gui_w32.c \
|
|
|
3ef2ca |
src/gui_w48.c \
|
|
|
3ef2ca |
*** ../vim-7.4.399/src/version.c 2014-08-10 13:34:59.064785459 +0200
|
|
|
3ef2ca |
--- src/version.c 2014-08-10 13:45:45.800780810 +0200
|
|
|
3ef2ca |
***************
|
|
|
3ef2ca |
*** 743,744 ****
|
|
|
3ef2ca |
--- 743,746 ----
|
|
|
3ef2ca |
{ /* Add new patch number below this line */
|
|
|
3ef2ca |
+ /**/
|
|
|
3ef2ca |
+ 400,
|
|
|
3ef2ca |
/**/
|
|
|
3ef2ca |
|
|
|
3ef2ca |
--
|
|
|
3ef2ca |
hundred-and-one symptoms of being an internet addict:
|
|
|
3ef2ca |
17. You turn on your intercom when leaving the room so you can hear if new
|
|
|
3ef2ca |
e-mail arrives.
|
|
|
3ef2ca |
|
|
|
3ef2ca |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
|
3ef2ca |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
|
3ef2ca |
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
|
|
3ef2ca |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|