home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.3 / 7.3.720 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  11.0 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.720
  3. Fcc: outbox
  4. From: Bram Moolenaar <Bram@moolenaar.net>
  5. Mime-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. ------------
  9.  
  10. Patch 7.3.720
  11. Problem:    Proto files are outdated.
  12. Solution:   Update the newly generated proto files.
  13. Files:        src/proto/digraph.pro, src/proto/fold.pro, src/proto/misc1.pro,
  14.         src/proto/move.pro, src/proto/screen.pro, src/proto/search.pro,
  15.         src/proto/os_win32.pro, src/proto/os_mswin.pro,
  16.         src/proto/os_beos.pro
  17.  
  18. *** ../vim-7.3.719/src/proto/digraph.pro    2010-08-15 21:57:28.000000000 +0200
  19. --- src/proto/digraph.pro    2012-11-20 16:51:45.000000000 +0100
  20. ***************
  21. *** 1,7 ****
  22.   /* digraph.c */
  23.   int do_digraph __ARGS((int c));
  24.   int get_digraph __ARGS((int cmdline));
  25. ! int getdigraph __ARGS((int char1, int char2, int meta));
  26.   void putdigraph __ARGS((char_u *str));
  27.   void listdigraphs __ARGS((void));
  28.   char_u *keymap_init __ARGS((void));
  29. --- 1,7 ----
  30.   /* digraph.c */
  31.   int do_digraph __ARGS((int c));
  32.   int get_digraph __ARGS((int cmdline));
  33. ! int getdigraph __ARGS((int char1, int char2, int meta_char));
  34.   void putdigraph __ARGS((char_u *str));
  35.   void listdigraphs __ARGS((void));
  36.   char_u *keymap_init __ARGS((void));
  37. *** ../vim-7.3.719/src/proto/fold.pro    2010-08-15 21:57:28.000000000 +0200
  38. --- src/proto/fold.pro    2012-11-20 16:51:49.000000000 +0100
  39. ***************
  40. *** 27,33 ****
  41.   void foldUpdate __ARGS((win_T *wp, linenr_T top, linenr_T bot));
  42.   void foldUpdateAll __ARGS((win_T *win));
  43.   int foldMoveTo __ARGS((int updown, int dir, long count));
  44. ! void foldInitWin __ARGS((win_T *newwin));
  45.   int find_wl_entry __ARGS((win_T *win, linenr_T lnum));
  46.   void foldAdjustVisual __ARGS((void));
  47.   void foldAdjustCursor __ARGS((void));
  48. --- 27,33 ----
  49.   void foldUpdate __ARGS((win_T *wp, linenr_T top, linenr_T bot));
  50.   void foldUpdateAll __ARGS((win_T *win));
  51.   int foldMoveTo __ARGS((int updown, int dir, long count));
  52. ! void foldInitWin __ARGS((win_T *new_win));
  53.   int find_wl_entry __ARGS((win_T *win, linenr_T lnum));
  54.   void foldAdjustVisual __ARGS((void));
  55.   void foldAdjustCursor __ARGS((void));
  56. *** ../vim-7.3.719/src/proto/misc1.pro    2012-08-15 14:04:50.000000000 +0200
  57. --- src/proto/misc1.pro    2012-11-20 16:51:56.000000000 +0100
  58. ***************
  59. *** 5,12 ****
  60.   int get_indent_str __ARGS((char_u *ptr, int ts));
  61.   int set_indent __ARGS((int size, int flags));
  62.   int get_number_indent __ARGS((linenr_T lnum));
  63. ! int open_line __ARGS((int dir, int flags, int old_indent));
  64. ! int get_leader_len __ARGS((char_u *line, char_u **flags, int backward, int do_skip_space));
  65.   int get_last_leader_offset __ARGS((char_u *line, char_u **flags));
  66.   int plines __ARGS((linenr_T lnum));
  67.   int plines_win __ARGS((win_T *wp, linenr_T lnum, int winheight));
  68. --- 5,12 ----
  69.   int get_indent_str __ARGS((char_u *ptr, int ts));
  70.   int set_indent __ARGS((int size, int flags));
  71.   int get_number_indent __ARGS((linenr_T lnum));
  72. ! int open_line __ARGS((int dir, int flags, int second_line_indent));
  73. ! int get_leader_len __ARGS((char_u *line, char_u **flags, int backward, int include_space));
  74.   int get_last_leader_offset __ARGS((char_u *line, char_u **flags));
  75.   int plines __ARGS((linenr_T lnum));
  76.   int plines_win __ARGS((win_T *wp, linenr_T lnum, int winheight));
  77. ***************
  78. *** 59,65 ****
  79.   void vim_setenv __ARGS((char_u *name, char_u *val));
  80.   char_u *get_env_name __ARGS((expand_T *xp, int idx));
  81.   char_u *get_users __ARGS((expand_T *xp, int idx));
  82. ! int match_user __ARGS((char_u* name));
  83.   void home_replace __ARGS((buf_T *buf, char_u *src, char_u *dst, int dstlen, int one));
  84.   char_u *home_replace_save __ARGS((buf_T *buf, char_u *src));
  85.   int fullpathcmp __ARGS((char_u *s1, char_u *s2, int checkname));
  86. --- 59,65 ----
  87.   void vim_setenv __ARGS((char_u *name, char_u *val));
  88.   char_u *get_env_name __ARGS((expand_T *xp, int idx));
  89.   char_u *get_users __ARGS((expand_T *xp, int idx));
  90. ! int match_user __ARGS((char_u *name));
  91.   void home_replace __ARGS((buf_T *buf, char_u *src, char_u *dst, int dstlen, int one));
  92.   char_u *home_replace_save __ARGS((buf_T *buf, char_u *src));
  93.   int fullpathcmp __ARGS((char_u *s1, char_u *s2, int checkname));
  94. *** ../vim-7.3.719/src/proto/move.pro    2010-08-15 21:57:28.000000000 +0200
  95. --- src/proto/move.pro    2012-11-20 16:51:57.000000000 +0100
  96. ***************
  97. *** 24,30 ****
  98.   int curwin_col_off __ARGS((void));
  99.   int win_col_off2 __ARGS((win_T *wp));
  100.   int curwin_col_off2 __ARGS((void));
  101. ! void curs_columns __ARGS((int scroll));
  102.   void scrolldown __ARGS((long line_count, int byfold));
  103.   void scrollup __ARGS((long line_count, int byfold));
  104.   void check_topfill __ARGS((win_T *wp, int down));
  105. --- 24,30 ----
  106.   int curwin_col_off __ARGS((void));
  107.   int win_col_off2 __ARGS((win_T *wp));
  108.   int curwin_col_off2 __ARGS((void));
  109. ! void curs_columns __ARGS((int may_scroll));
  110.   void scrolldown __ARGS((long line_count, int byfold));
  111.   void scrollup __ARGS((long line_count, int byfold));
  112.   void check_topfill __ARGS((win_T *wp, int down));
  113. *** ../vim-7.3.719/src/proto/screen.pro    2010-08-15 21:57:28.000000000 +0200
  114. --- src/proto/screen.pro    2012-11-20 16:52:01.000000000 +0100
  115. ***************
  116. *** 31,38 ****
  117.   void screen_draw_rectangle __ARGS((int row, int col, int height, int width, int invert));
  118.   void screen_fill __ARGS((int start_row, int end_row, int start_col, int end_col, int c1, int c2, int attr));
  119.   void check_for_delay __ARGS((int check_msg_scroll));
  120. ! int screen_valid __ARGS((int clear));
  121. ! void screenalloc __ARGS((int clear));
  122.   void free_screenlines __ARGS((void));
  123.   void screenclear __ARGS((void));
  124.   int can_clear __ARGS((char_u *p));
  125. --- 31,38 ----
  126.   void screen_draw_rectangle __ARGS((int row, int col, int height, int width, int invert));
  127.   void screen_fill __ARGS((int start_row, int end_row, int start_col, int end_col, int c1, int c2, int attr));
  128.   void check_for_delay __ARGS((int check_msg_scroll));
  129. ! int screen_valid __ARGS((int doclear));
  130. ! void screenalloc __ARGS((int doclear));
  131.   void free_screenlines __ARGS((void));
  132.   void screenclear __ARGS((void));
  133.   int can_clear __ARGS((char_u *p));
  134. *** ../vim-7.3.719/src/proto/search.pro    2012-07-25 15:06:20.000000000 +0200
  135. --- src/proto/search.pro    2012-11-20 16:52:01.000000000 +0100
  136. ***************
  137. *** 27,38 ****
  138.   int end_word __ARGS((long count, int bigword, int stop, int empty));
  139.   int bckend_word __ARGS((long count, int bigword, int eol));
  140.   int current_word __ARGS((oparg_T *oap, long count, int include, int bigword));
  141. - int current_search __ARGS((long count, int forward));
  142.   int current_sent __ARGS((oparg_T *oap, long count, int include));
  143.   int current_block __ARGS((oparg_T *oap, long count, int include, int what, int other));
  144.   int current_tagblock __ARGS((oparg_T *oap, long count_arg, int include));
  145.   int current_par __ARGS((oparg_T *oap, long count, int include, int type));
  146.   int current_quote __ARGS((oparg_T *oap, long count, int include, int quotechar));
  147.   int linewhite __ARGS((linenr_T lnum));
  148.   void find_pattern_in_path __ARGS((char_u *ptr, int dir, int len, int whole, int skip_comments, int type, long count, int action, linenr_T start_lnum, linenr_T end_lnum));
  149.   int read_viminfo_search_pattern __ARGS((vir_T *virp, int force));
  150. --- 27,38 ----
  151.   int end_word __ARGS((long count, int bigword, int stop, int empty));
  152.   int bckend_word __ARGS((long count, int bigword, int eol));
  153.   int current_word __ARGS((oparg_T *oap, long count, int include, int bigword));
  154.   int current_sent __ARGS((oparg_T *oap, long count, int include));
  155.   int current_block __ARGS((oparg_T *oap, long count, int include, int what, int other));
  156.   int current_tagblock __ARGS((oparg_T *oap, long count_arg, int include));
  157.   int current_par __ARGS((oparg_T *oap, long count, int include, int type));
  158.   int current_quote __ARGS((oparg_T *oap, long count, int include, int quotechar));
  159. + int current_search __ARGS((long count, int forward));
  160.   int linewhite __ARGS((linenr_T lnum));
  161.   void find_pattern_in_path __ARGS((char_u *ptr, int dir, int len, int whole, int skip_comments, int type, long count, int action, linenr_T start_lnum, linenr_T end_lnum));
  162.   int read_viminfo_search_pattern __ARGS((vir_T *virp, int force));
  163. *** ../vim-7.3.719/src/proto/os_win32.pro    2011-05-05 18:31:54.000000000 +0200
  164. --- src/proto/os_win32.pro    2012-11-20 16:52:13.000000000 +0100
  165. ***************
  166. *** 22,28 ****
  167.   int mch_isdir __ARGS((char_u *name));
  168.   int mch_mkdir __ARGS((char_u *name));
  169.   int mch_is_linked __ARGS((char_u *fname));
  170. ! int win32_fileinfo __ARGS((char_u *name, BY_HANDLE_FILE_INFORMATION *lpFileInfo));
  171.   int mch_writable __ARGS((char_u *name));
  172.   int mch_can_exe __ARGS((char_u *name));
  173.   int mch_nodetype __ARGS((char_u *name));
  174. --- 22,28 ----
  175.   int mch_isdir __ARGS((char_u *name));
  176.   int mch_mkdir __ARGS((char_u *name));
  177.   int mch_is_linked __ARGS((char_u *fname));
  178. ! int win32_fileinfo __ARGS((char_u *fname, BY_HANDLE_FILE_INFORMATION *info));
  179.   int mch_writable __ARGS((char_u *name));
  180.   int mch_can_exe __ARGS((char_u *name));
  181.   int mch_nodetype __ARGS((char_u *name));
  182. *** ../vim-7.3.719/src/proto/os_mswin.pro    2010-08-15 21:57:28.000000000 +0200
  183. --- src/proto/os_mswin.pro    2012-11-20 16:52:14.000000000 +0100
  184. ***************
  185. *** 28,38 ****
  186.   void WideCharToMultiByte_alloc __ARGS((UINT cp, DWORD flags, LPCWSTR in, int inlen, LPSTR *out, int *outlen, LPCSTR def, LPBOOL useddef));
  187.   int clip_mch_own_selection __ARGS((VimClipboard *cbd));
  188.   void clip_mch_lose_selection __ARGS((VimClipboard *cbd));
  189.   short_u *enc_to_utf16 __ARGS((char_u *str, int *lenp));
  190.   char_u *utf16_to_enc __ARGS((short_u *str, int *lenp));
  191. - void clip_mch_request_selection __ARGS((VimClipboard *cbd));
  192.   void acp_to_enc __ARGS((char_u *str, int str_size, char_u **out, int *outlen));
  193. - void clip_mch_set_selection __ARGS((VimClipboard *cbd));
  194.   void DumpPutS __ARGS((const char *psz));
  195.   int mch_get_winpos __ARGS((int *x, int *y));
  196.   void mch_set_winpos __ARGS((int x, int y));
  197. --- 28,38 ----
  198.   void WideCharToMultiByte_alloc __ARGS((UINT cp, DWORD flags, LPCWSTR in, int inlen, LPSTR *out, int *outlen, LPCSTR def, LPBOOL useddef));
  199.   int clip_mch_own_selection __ARGS((VimClipboard *cbd));
  200.   void clip_mch_lose_selection __ARGS((VimClipboard *cbd));
  201. + void clip_mch_request_selection __ARGS((VimClipboard *cbd));
  202. + void clip_mch_set_selection __ARGS((VimClipboard *cbd));
  203.   short_u *enc_to_utf16 __ARGS((char_u *str, int *lenp));
  204.   char_u *utf16_to_enc __ARGS((short_u *str, int *lenp));
  205.   void acp_to_enc __ARGS((char_u *str, int str_size, char_u **out, int *outlen));
  206.   void DumpPutS __ARGS((const char *psz));
  207.   int mch_get_winpos __ARGS((int *x, int *y));
  208.   void mch_set_winpos __ARGS((int x, int y));
  209. *** ../vim-7.3.719/src/version.c    2012-11-20 16:53:34.000000000 +0100
  210. --- src/version.c    2012-11-20 16:55:09.000000000 +0100
  211. ***************
  212. *** 727,728 ****
  213. --- 727,730 ----
  214.   {   /* Add new patch number below this line */
  215. + /**/
  216. +     720,
  217.   /**/
  218.  
  219. -- 
  220. Light travels faster than sound.  This is why some people
  221. appear bright until you hear them speak
  222.  
  223.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  224. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  225. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  226.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  227.