diff --git a/.gitignore b/.gitignore index 4a8cc87..74987aa 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,4 @@ /vim-8.0-938.tar.bz2 /vim-8.0-946.tar.bz2 /vim-8.0-956.tar.bz2 +/vim-8.0-983.tar.bz2 diff --git a/README.patches b/README.patches index fd13c5d..46848da 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,258 @@ +commit 3f9a1ff141412e9e85f7dff47d02946cb9be9228 +Author: Bram Moolenaar +Date: Mon Aug 21 22:06:02 2017 +0200 + + patch 8.0.0983: unnecessary check for NULL pointer + + Problem: Unnecessary check for NULL pointer. + Solution: Remove the NULL check in dialog_changed(), it already happens in + dialog_msg(). (Ken Takata) + +commit 740c433c5909e3118dc4a7c42028f8a8b78a353b +Author: Bram Moolenaar +Date: Mon Aug 21 22:01:27 2017 +0200 + + patch 8.0.0982: cannot use a terminal when 'encoding' is non-utf8 multi-byte + + Problem: When 'encoding' is set to a multi-byte encoding other than utf-8 + the characters from ther terminal are messed up. + Solution: Convert displayed text from utf-8 to 'encoding' for MS-Windows. + (Yasuhiro Matsumoto, close #2000) + +commit 0cbba82359ff9f061aa65632cec7b6b57ae6d6e7 +Author: Bram Moolenaar +Date: Mon Aug 21 21:39:28 2017 +0200 + + patch 8.0.0981: cursor in terminal window blinks by default + + Problem: Cursor in terminal window blinks by default, while in a real xterm + it does not blink, unless the -bc argument is used. + Solution: Do not use a blinking cursor by default. + +commit b109bb4e1208753cb286b39992b58126d5aa4ce6 +Author: Bram Moolenaar +Date: Mon Aug 21 21:07:29 2017 +0200 + + patch 8.0.0980: Coverity warning for failing to open /dev/null + + Problem: Coverity warning for failing to open /dev/null. + Solution: When /dev/null can't be opened exit the child. + +commit eef0531621c8d4045d669eb815b051d925983df8 +Author: Bram Moolenaar +Date: Sun Aug 20 20:21:23 2017 +0200 + + patch 8.0.0979: terminal noblock test fails on MS-Windows + + Problem: Terminal noblock test fails on MS-Windows. (Christian Brabandt) + Solution: Ignore empty line below "done". + +commit 37819ed54064b949b1f205c9f4084ba32e3db8bc +Author: Bram Moolenaar +Date: Sun Aug 20 19:33:47 2017 +0200 + + patch 8.0.0978: writing to terminal job is not tested + + Problem: Writing to terminal job is not tested. + Solution: Add a test. + +commit 5983d5024711f078e7261264cb0e7d6e57953968 +Author: Bram Moolenaar +Date: Sun Aug 20 19:22:56 2017 +0200 + + patch 8.0.0977: cannot send lines to a terminal job on MS-Windows + + Problem: Cannot send lines to a terminal job on MS-Windows. + Solution: Set jv_in_buf. Command doesn't get EOF yet though. + +commit b241208a13d3e9def36d749b1e824ae694aa85f8 +Author: Bram Moolenaar +Date: Sun Aug 20 18:09:14 2017 +0200 + + patch 8.0.0976: cannot send lines to a terminal job + + Problem: Cannot send lines to a terminal job. + Solution: Make [range]terminal send selected lines to the job. + Use ++rows and ++cols for the terminal size. + +commit edbc0d46cffe1766d0b330dc2842212cff644f8e +Author: Bram Moolenaar +Date: Sun Aug 20 16:11:51 2017 +0200 + + patch 8.0.0975: using freed memory when setting 'backspace' + + Problem: Using freed memory when setting 'backspace'. + Solution: When changing oldval also change origval. + +commit 8efa026a25b95de5598535ef62505282a8584a4b +Author: Bram Moolenaar +Date: Sun Aug 20 15:47:20 2017 +0200 + + patch 8.0.0974: resetting a string option does not trigger OptionSet + + Problem: Resetting a string option does not trigger OptionSet. (Rick Howe) + Solution: Set the origval. + +commit ce1c32780a7d0ae5110eab627fcbfd4a11e5eb52 +Author: Bram Moolenaar +Date: Sun Aug 20 15:05:15 2017 +0200 + + patch 8.0.0973: initial info about blinking cursor is wrong + + Problem: initial info about blinking cursor is wrong + Solution: Invert the blink flag. Add t_VS to stop a blinking cursor. + +commit 37b9b8199792882e3e0e7e19e230ea6442b9e857 +Author: Bram Moolenaar +Date: Sat Aug 19 23:23:43 2017 +0200 + + patch 8.0.0972: compiler warnings for unused variables + + Problem: Compiler warnings for unused variables. (Tony Mechelynck) + Solution: Add #ifdefs. + +commit 0aed9a2e2eb93c43b21a5f781bf07c8a53dbd830 +Author: Bram Moolenaar +Date: Sat Aug 19 23:18:02 2017 +0200 + + patch 8.0.0971: 'winptydll' missing from :options + + Problem: 'winptydll' missing from :options. + Solution: Add the entry. + +commit d6a7b3e6bbb8f87507de68d86cf70eab806aab3a +Author: Bram Moolenaar +Date: Sat Aug 19 21:35:35 2017 +0200 + + patch 8.0.0970: passing invalid highlight id + + Problem: if there is no StatusLine highlighting and there is StatusLineNC + or StatusLineTermNC highlighting then an invalid highlight id is + passed to combine_stl_hlt(). (Coverity) + Solution: Check id_S to be -1 instead of zero. + +commit dc926dd0dd0ef72fe7993f134f2cc1551cd269ea +Author: Bram Moolenaar +Date: Sat Aug 19 21:26:44 2017 +0200 + + patch 8.0.0969: Coverity warning for unused return value + + Problem: Coverity warning for unused return value. + Solution: Add (void) to avoid the warning. + +commit 77ac9b5c62b35e90df35fc0bfdee57636cedb144 +Author: Bram Moolenaar +Date: Sat Aug 19 21:23:05 2017 +0200 + + patch 8.0.0968: crash when switching terminal modes + + Problem: Crash when switching terminal modes. (Nikolai Pavlov) + Solution: Check that there are scrollback lines. + +commit 93c92eff26cbf6b1f1a81891ebaf53ee3fb86d51 +Author: Bram Moolenaar +Date: Sat Aug 19 21:11:57 2017 +0200 + + patch 8.0.0967: using a terminal may cause the cursor to blink + + Problem: Using a terminal may cause the cursor to blink. + Solution: Do not set t_vs, since we cannot restore the old blink state. + +commit fc8bec0be4d1354f20fc4f514e47e98280b9d64a +Author: Bram Moolenaar +Date: Sat Aug 19 19:57:34 2017 +0200 + + patch 8.0.0966: build failure without terminal feature + + Problem: Build failure without terminal feature. + Solution: Move #endif. + +commit 3eee06e7d4c3a8e2dbb2577a1eef0e0f108e0288 +Author: Bram Moolenaar +Date: Sat Aug 19 19:40:50 2017 +0200 + + patch 8.0.0965: not restoring cursor shape after it was set in a terminal + + Problem: The cursor shape is not reset after it was changed in a terminal. + Solution: Request the original cursor shape and restore it. Add t_RS. + Do not add t_SH for now, it does not work properly. + +commit 683b7967253ecd44476a5a01d857271c0d3ff4f4 +Author: Bram Moolenaar +Date: Sat Aug 19 15:51:59 2017 +0200 + + patch 8.0.0964: channel write buffer does not work with poll() + + Problem: Channel write buffer does not work with poll(). + Solution: Use the same mechanism as with select(). + +commit d21f8b54b24e08d1f2b7c6ae32a9bc75ac4fa9fc +Author: Bram Moolenaar +Date: Sat Aug 19 15:40:01 2017 +0200 + + patch 8.0.0963: terminal test fails on MacOS + + Problem: Terminal test fails on MacOS. (chdiza) + Solution: Wait for the shell to echo the characters. (closes #1991) + +commit 9aa156912867c05e0a6480925afe11c590378f09 +Author: Bram Moolenaar +Date: Sat Aug 19 15:05:32 2017 +0200 + + patch 8.0.0962: crash with virtualedit and joining lines + + Problem: Crash with virtualedit and joining lines. (Joshua T Corbin, Neovim + #6726) + Solution: When using a mark check that coladd is valid. + +commit 98ebd2bbec3443878dd0ed772ab67efb618f2fad +Author: Bram Moolenaar +Date: Sat Aug 19 13:29:19 2017 +0200 + + patch 8.0.0961: the script to build the installer does not include winpty + + Problem: The script to build the installer does not include winpty. + Solution: Add winpty32.dll and winpty-agent.exe like diff.exe + +commit 8e539c51c31461fc602071373bdff9edd1aed25f +Author: Bram Moolenaar +Date: Fri Aug 18 22:57:06 2017 +0200 + + patch 8.0.0960: job in terminal does not get CTRL-C + + Problem: Job in terminal does not get CTRL-C, we send a SIGINT instead. + Solution: Don't call may_send_sigint() on CTRL-C. Make CTRL-W CTRL-C end + the job. + +commit f66a2cda2c425c441fc5e20c8f8893c9630e3aaa +Author: Bram Moolenaar +Date: Fri Aug 18 21:53:22 2017 +0200 + + patch 8.0.0959: build failure on MS-Windows + + Problem: Build failure on MS-Windows. + Solution: Use ioctlsocket() instead of fcntl(). + +commit ea5d6fadbbba614e51e819cb537a3d52600bfcc5 +Author: Bram Moolenaar +Date: Fri Aug 18 21:07:11 2017 +0200 + + patch 8.0.0958: terminal test fails on Windows when winpty dll is missing + + Problem: The terminal test fails on MS-Windows when compiled with the + terminal feature but the winpty DLL is missing. + Solution: Check if the terminal feature works. (Ken Takata) + +commit 97bd5e6527bf2b48acdd1550acba161e82a5bc99 +Author: Bram Moolenaar +Date: Fri Aug 18 20:50:30 2017 +0200 + + patch 8.0.0957: a terminal job can deadlock when sending many keys + + Problem: When term_sendkeys() sends many keys it may get stuck in writing + to the job. + Solution: Make the write non-blocking, buffer keys to be sent. + commit cfce71710b6a2e1fb7f7f27d2a359e4b926f3af9 Author: Bram Moolenaar Date: Thu Aug 17 20:31:48 2017 +0200 diff --git a/sources b/sources index 90441ab..07e2787 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.0-956.tar.bz2) = 71955a300de36a33fb7ab7db6948c33c981ad1fb145cb72852448f60955025161405e8bf7b73b2735ab31ea79472e5381363157e84b366c336fe908e8038c67b +SHA512 (vim-8.0-983.tar.bz2) = d153857fabcb05fabe4c74d50534bdcdabad6a5ce682423d772719e4d5f3a6590557d283bdc58e694fbcb5e95ddac36f73063e11fa27719dbcb168e13b2ad690 diff --git a/vim.spec b/vim.spec index 2d93bd6..40b931f 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 956 +%define patchlevel 983 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -770,6 +770,9 @@ rm -rf %{buildroot} %{_datadir}/icons/locolor/*/apps/* %changelog +* Tue Aug 22 2017 Karsten Hopp 8.0.983-1 +- patchlevel 983 + * Fri Aug 18 2017 Karsten Hopp 8.0.956-1 - patchlevel 956