From c40484c3535ef9ecf48c6af8009a1e71ac206c8c Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mar 30 2017 14:02:23 +0000 Subject: Merge branch 'f25' into f26 --- diff --git a/.gitignore b/.gitignore index 956c910..ed58bfd 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /vim-8.0-514.tar.bz2 /vim-8.0-515.tar.bz2 /vim-8.0-517.tar.bz2 +/vim-8.0-525.tar.bz2 diff --git a/README.patches b/README.patches index 50027fb..09700bb 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,87 @@ +commit a33ddbbd04ca9b81cba6114708f42b8e26293b99 +Author: Bram Moolenaar +Date: Wed Mar 29 21:30:04 2017 +0200 + + patch 8.0.0525: completion for user command argument not tested + + Solution: Completion for user command argument not tested. + Problem: Add a test. + +commit 8da1e6cedf839902e15987a98733ebd31b5f1b81 +Author: Bram Moolenaar +Date: Wed Mar 29 20:38:59 2017 +0200 + + patch 8.0.0524: folds messed up + + Problem: Folds are messed up when 'encodin' is "utf-8". + Solution: Also set the fold character when it's not multi-byte. + +commit bf3d58073f7b34b2d65d1d08a728d1164e03cceb +Author: Bram Moolenaar +Date: Wed Mar 29 19:48:11 2017 +0200 + + patch 8.0.0523: dv} deletes part of a multi-byte character. + + Problem: dv} deletes part of a multi-byte character. (Urtica Dioica) + Solution: Include the whole character. + +commit 3fcfa35f82b9d1ef5e95051b3a45578e10c14ec3 +Author: Bram Moolenaar +Date: Wed Mar 29 19:20:41 2017 +0200 + + patch 8.0.0522: Win32: when 'clipboard' is "unnamed" yyp does not work + + Problem: MS-Windows: when 'clipboard' is "unnamed" yyp does not work in a + :global command. + Solution: When setting the clipboard was postponed, do not clear the + register. + +commit 99a6e8dd824399332563caa6cacfcda33da1f366 +Author: Bram Moolenaar +Date: Wed Mar 29 18:07:40 2017 +0200 + + patch 8.0.0521: GtkForm handling is outdated + + Problem: GtkForm handling is outdated. + Solution: Get rid of event filter functions. Get rid of GtkForm.width and + .height. Eliminate gtk_widget_size_request() calls. (Kazunobu + Kuriyama) + +commit ace95989ed81929a84e205b26d0972cb9d6b4b19 +Author: Bram Moolenaar +Date: Wed Mar 29 17:30:27 2017 +0200 + + patch 8.0.0520: using a function pointer while the function is known + + Problem: Using a function pointer instead of the actual function, which we + know. + Solution: Change mb_ functions to utf_ functions when already checked for + Unicode. (Dominique Pelle, closes #1582) + +commit 0c078fc7db2902d4ccba04506db082ddbef45a8c +Author: Bram Moolenaar +Date: Wed Mar 29 15:31:20 2017 +0200 + + patch 8.0.0519: character classes are not well tested + + Problem: Character classes are not well tested. They can differ between + platforms. + Solution: Add tests. In the documentation make clear which classes depend + on what library function. Only use :cntrl: and :graph: for ASCII. + (Kazunobu Kuriyama, Dominique Pelle, closes #1560) + Update the documentation. + +commit c6cd8409c2993b1476e123fba11cb4b8d743b896 +Author: Bram Moolenaar +Date: Wed Mar 29 14:40:47 2017 +0200 + + patch 8.0.0518: bad fold text when a multi-byte char has a zero byte + + Problem: Storing a zero byte from a multi-byte character causes fold text + to show up wrong. + Solution: Avoid putting zero in ScreenLines. (Christian Brabandt, + closes #1567) + commit b6fa30ccc39cdb7f1d07b99fe2f4c6b61671dac2 Author: Bram Moolenaar Date: Wed Mar 29 14:19:25 2017 +0200 diff --git a/sources b/sources index f103b1e..e490b97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.0-517.tar.bz2) = 74580e4bf13a979f499793c11c417377ffb3fe85058c0a04f4604f615d155b16d9cc52e702ec129e5427ed38bb3cf0714b9949db5c4828890ec3be81ab1c680f +SHA512 (vim-8.0-525.tar.bz2) = 4eafa0ebfab450cb675cbbbd18a4df987c0416d0730d66dc14d7e3aeec420bc604c0ed5330c65158d7e8c772245f919e2cf642578df248643e102a7a78683fcc diff --git a/vim.spec b/vim.spec index 2f2b176..9ec4067 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 517 +%define patchlevel 525 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -770,6 +770,9 @@ rm -rf %{buildroot} %{_datadir}/icons/locolor/*/apps/* %changelog +* Thu Mar 30 2017 Karsten Hopp 8.0.525-1 +- patchlevel 525 + * Wed Mar 29 2017 Karsten Hopp 8.0.517-1 - patchlevel 517 - enhance rhbz#1436124