Commit Graph

3990 Commits

Author SHA1 Message Date
Bram Moolenaar b825db8d76 Added tag v7-3-750 for changeset 5c36fe9f19a5 2012-12-05 17:03:22 +01:00
Bram Moolenaar 636c21f818 updated for version 7.3.750
Problem:    The justify macro does not always work correctly.
Solution:   Fix off-by-one error (James McCoy)
2012-12-05 17:03:22 +01:00
Bram Moolenaar d3e6fca5b4 Added tag v7-3-749 for changeset 3e22fe67fa69 2012-12-05 16:30:07 +01:00
Bram Moolenaar 3c51d63202 updated for version 7.3.749
Problem:    Python interface doesn't build without the multi-byte feature.
Solution:   Add #ifdef. (Ken Takata)
2012-12-05 16:30:07 +01:00
Bram Moolenaar 377795f239 Added tag v7-3-748 for changeset 56bb88c68f98 2012-12-05 16:10:42 +01:00
Bram Moolenaar 8c5ab9f57b updated for version 7.3.748
Problem:    Cannot properly test conceal mode.
Solution:   Add the screencol() and screenrow() functions.  Use them in
	    test88. (Simon Ruderich)
2012-12-05 16:10:42 +01:00
Bram Moolenaar 5387924ba8 Added tag v7-3-747 for changeset cd59ba19985a 2012-12-05 15:32:30 +01:00
Bram Moolenaar 4f86fe317c updated for version 7.3.747
Problem:    When characters are concealed text aligned with tabs are no longer
	    aligned, e.g. at ":help :index".
Solution:   Compensate space for tabs for concealed characters. (Dominique
	    Pelle)
2012-12-05 15:32:30 +01:00
Bram Moolenaar da4aac8496 Added tag v7-3-746 for changeset 4934eb2e22dc 2012-12-05 15:16:47 +01:00
Bram Moolenaar a7cffd84db updated for version 7.3.746
Problem:    Memory leaks when using location lists.
Solution:   Set qf_title to something. (Christian Brabandt)
2012-12-05 15:16:47 +01:00
Bram Moolenaar 502f5913ea Added tag v7-3-745 for changeset aab4b29520e7 2012-12-05 14:43:02 +01:00
Bram Moolenaar ff1dc0d4f6 updated for version 7.3.745
Problem:    Automatically setting 'ttymouse' doesn't work.
Solution:   Reset the "option was set" flag when using the default.
2012-12-05 14:43:02 +01:00
Bram Moolenaar f40119bb1c Added tag v7-3-744 for changeset 26c8b3b49f74 2012-11-29 20:10:00 +01:00
Bram Moolenaar 0eaab143ec updated for version 7.3.744
Problem:    64 bit compiler warning.
Solution:   Add type cast. (Mike Williams)
2012-11-29 20:10:00 +01:00
Bram Moolenaar 25fb25b2d3 Added tag v7-3-743 for changeset 67e3b2753a6e 2012-11-28 23:03:07 +01:00
Bram Moolenaar ed62c6e12c updated for version 7.3.743
Problem:    Tiny build still fails.
Solution:   Add #else in the right place.
2012-11-28 23:03:07 +01:00
Bram Moolenaar 29c4b43529 Added tag v7-3-742 for changeset 4d1753f3e85c 2012-11-28 22:12:45 +01:00
Bram Moolenaar 63087de7c5 updated for version 7.3.742
Problem:    Leaking memory when :vimgrep restores the directory.
Solution:   Free the allocated memory. (Christian Brabandt)
2012-11-28 22:12:44 +01:00
Bram Moolenaar 152a2a1563 Added tag v7-3-741 for changeset 6e1fe64cf440 2012-11-28 19:10:54 +01:00
Bram Moolenaar 0d2d57ed6c updated for version 7.3.741
Problem:    Tiny build fails.
Solution:   Move #ifdef. (Ike Devolder)
2012-11-28 19:10:54 +01:00
Bram Moolenaar 0980990ff5 Added tag v7-3-740 for changeset 2c12cd5c1381 2012-11-28 18:31:54 +01:00
Bram Moolenaar 2a58c672a1 updated for version 7.3.740
Problem:    IOC tool complains about undefined behavior for int.
Solution:   Change to unsigned int. (Dominique Pelle)
2012-11-28 18:31:54 +01:00
Bram Moolenaar fd334505f1 Added tag v7-3-739 for changeset e2d36f345a7f 2012-11-28 18:22:12 +01:00
Bram Moolenaar a993062346 updated for version 7.3.739
Problem:    Computing number of lines may have an integer overflow.
Solution:   Check for MAXCOL explicitly. (Dominique Pelle)
2012-11-28 18:22:11 +01:00
Bram Moolenaar 8539962555 Updated runtime files. 2012-11-28 18:21:11 +01:00
Bram Moolenaar 841a60af50 Added tag v7-3-738 for changeset eccae034465b 2012-11-28 17:41:59 +01:00
Bram Moolenaar 69a827fc71 updated for version 7.3.738
Problem:    Unused function argument.
Solution:   Remove it. (Christian Brabandt)
2012-11-28 17:41:59 +01:00
Bram Moolenaar 27354ab9fb Added tag v7-3-737 for changeset 1773d5aa6437 2012-11-28 17:34:49 +01:00
Bram Moolenaar 98fbe812ec updated for version 7.3.737
Problem:    When using do_cmdline() recursively did_endif is not reset,
	    causing messages to be overwritten.
Solution:   Reset did_endif. (Christian Brabandt)
2012-11-28 17:34:48 +01:00
Bram Moolenaar b542174aa6 Added tag v7-3-736 for changeset b1536bbbda10 2012-11-28 16:49:58 +01:00
Bram Moolenaar 2e146f47e3 updated for version 7.3.736
Problem:    File name completion in input() escapes white space. (Frederic
	    Hardy)
Solution:   Do not escape white space. (Christian Brabandt)
2012-11-28 16:49:58 +01:00
Bram Moolenaar bdd2f864d1 Added tag v7-3-735 for changeset d3158bf4dee9 2012-11-28 16:18:29 +01:00
Bram Moolenaar 914b4d342c updated for version 7.3.735
Problem:    Cannot build Ruby 1.9 with MingW or Cygwin.
Solution:   Add another include directory. (Ken Takata)
2012-11-28 16:18:29 +01:00
Bram Moolenaar 56ca797749 Added tag v7-3-734 for changeset fc8b4a06af9d 2012-11-28 16:06:22 +01:00
Bram Moolenaar fb6652765e updated for version 7.3.734
Problem:    Cannot put help files in a sub-directory.
Solution:   Make :helptags work for sub-directories. (Charles Campbell)
2012-11-28 16:06:22 +01:00
Bram Moolenaar b066ba06e6 Added tag v7-3-733 for changeset 509e55bd4a3f 2012-11-28 15:55:42 +01:00
Bram Moolenaar dfdee0cac4 updated for version 7.3.733
Problem:    Tests fail when including MzScheme.
Solution:   Change #ifdefs for vim_main2().
2012-11-28 15:55:42 +01:00
Bram Moolenaar dfe2858d2f Added tag v7-3-732 for changeset fa8bf69d3866 2012-11-28 15:37:51 +01:00
Bram Moolenaar 4e8fd7eb3e updated for version 7.3.732
Problem:    Compiler warnings for function arguments.
Solution:   Use inteptr_t instead of long.
2012-11-28 15:37:51 +01:00
Bram Moolenaar 71b0fc63e7 Added tag v7-3-731 for changeset 778ff2e87806 2012-11-28 15:33:14 +01:00
Bram Moolenaar 98bea76416 updated for version 7.3.731
Problem:    Py3Init_vim() is exported uneccessarily.
Solution:   Make it static. (Ken Takata)
2012-11-28 15:33:14 +01:00
Bram Moolenaar 45b0d095cb Added tag v7-3-730 for changeset 37a4cacd2051 2012-11-28 15:25:34 +01:00
Bram Moolenaar 94ce4cd1fa updated for version 7.3.730
Problem:    Crash in PHP file when using syntastic. (Ike Devolder)
Solution:   Avoid using NULL pointer. (Christian Brabandt)
2012-11-28 15:25:34 +01:00
Bram Moolenaar 226c8e7450 Added tag v7-3-729 for changeset d08f05285dd1 2012-11-24 13:39:00 +01:00
Bram Moolenaar 1f56038145 updated for version 7.3.729
Problem:    Building with Ruby fails on some systems.
Solution:   Remove "static" and add #ifndef PROTO. (Ken Takata)
2012-11-24 13:39:00 +01:00
Bram Moolenaar cafeed81ca Added tag v7-3-728 for changeset 233666f85933 2012-11-23 21:54:48 +01:00
Bram Moolenaar 6e6e58e1a8 updated for version 7.3.728
Problem:    Cannot compile with MzScheme interface on Ubuntu 12.10.
Solution:   Find the collects directory under /usr/share.
2012-11-23 21:54:48 +01:00
Bram Moolenaar f3011ead9a Added tag v7-3-727 for changeset d3c291efdb0b 2012-11-23 21:47:22 +01:00
Bram Moolenaar 211059a562 updated for version 7.3.727
Problem:    Can't always find Win32.mak when building GvimExt.
Solution:   Use same mechanism as in Make_mvc.mak. (Cade Foster)
2012-11-23 21:47:22 +01:00
Bram Moolenaar f2ef92d020 Added tag v7-3-726 for changeset 5049eacbff0e 2012-11-23 21:45:25 +01:00