- patchlevel 992
This commit is contained in:
parent
4b9b464e6b
commit
004ef3bad8
1
.gitignore
vendored
1
.gitignore
vendored
@ -103,3 +103,4 @@
|
|||||||
/vim-8.0-956.tar.bz2
|
/vim-8.0-956.tar.bz2
|
||||||
/vim-8.0-983.tar.bz2
|
/vim-8.0-983.tar.bz2
|
||||||
/vim-8.0-987.tar.bz2
|
/vim-8.0-987.tar.bz2
|
||||||
|
/vim-8.0-992.tar.bz2
|
||||||
|
@ -1,3 +1,52 @@
|
|||||||
|
commit 33d66bd9fa0e1b3fbba33d6a1a0609915ac79441
|
||||||
|
Author: Bram Moolenaar <Bram@vim.org>
|
||||||
|
Date: Wed Aug 23 23:51:58 2017 +0200
|
||||||
|
|
||||||
|
patch 8.0.0992: terminal title is wrong when 'encoding' is DBCS
|
||||||
|
|
||||||
|
Problem: Terminal title is wrong when 'encoding' is DBCS.
|
||||||
|
Solution: Convert the title from DBCS to utf-8. (Yasuhiro Matsumoto, closes
|
||||||
|
#2009)
|
||||||
|
|
||||||
|
commit 6c4d12c5278fc6b7a6dee2043bc1af713f894ae5
|
||||||
|
Author: Bram Moolenaar <Bram@vim.org>
|
||||||
|
Date: Wed Aug 23 23:36:25 2017 +0200
|
||||||
|
|
||||||
|
patch 8.0.0991: using wrong character conversion for DBCS
|
||||||
|
|
||||||
|
Problem: Using wrong character conversion for DBCS.
|
||||||
|
Solution: Use utf_char2bytes instead of mb_char2bytes. (Yasuhiro Matsumoto,
|
||||||
|
closes #2012)
|
||||||
|
|
||||||
|
commit 285f243e506f15230270e4d15679acc29e489e7c
|
||||||
|
Author: Bram Moolenaar <Bram@vim.org>
|
||||||
|
Date: Wed Aug 23 23:10:21 2017 +0200
|
||||||
|
|
||||||
|
patch 8.0.0990: with DBCS 'encoding' wrong pasting register into terminal
|
||||||
|
|
||||||
|
Problem: When 'encoding' is a double-byte encoding, pasting a register into
|
||||||
|
a terminal ends up with the wrong characters.
|
||||||
|
Solution: Convert from 'encoding' to utf-8. (Yasuhiro Matsumoto, closes
|
||||||
|
#2007)
|
||||||
|
|
||||||
|
commit 77f7474d089cbc68cb7df32cc3828a9dec80fd93
|
||||||
|
Author: Bram Moolenaar <Bram@vim.org>
|
||||||
|
Date: Wed Aug 23 22:40:41 2017 +0200
|
||||||
|
|
||||||
|
patch 8.0.0989: ActiveTcl dll name has changed in 8.6.6
|
||||||
|
|
||||||
|
Problem: ActiveTcl dll name has changed in 8.6.6.
|
||||||
|
Solution: Adjust the makefile. (Ken Takata)
|
||||||
|
|
||||||
|
commit 829aa64cf5a113bb683ddf8b32e483e0696602ea
|
||||||
|
Author: Bram Moolenaar <Bram@vim.org>
|
||||||
|
Date: Wed Aug 23 22:32:35 2017 +0200
|
||||||
|
|
||||||
|
patch 8.0.0988: warning from Covscan about using NULL pointer
|
||||||
|
|
||||||
|
Problem: Warning from Covscan about using NULL pointer.
|
||||||
|
Solution: Add extra check for NULL. (zdohnal)
|
||||||
|
|
||||||
commit d2c45a1964ddb0d9ac16c9c985051fab41f37840
|
commit d2c45a1964ddb0d9ac16c9c985051fab41f37840
|
||||||
Author: Bram Moolenaar <Bram@vim.org>
|
Author: Bram Moolenaar <Bram@vim.org>
|
||||||
Date: Tue Aug 22 22:29:00 2017 +0200
|
Date: Tue Aug 22 22:29:00 2017 +0200
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vim-8.0-987.tar.bz2) = 4be2622af837ba7dfea5c69498bcfea5245b6bc260008822a0918cde3b0c0a3b3da3c376e3beb3fd35f051d805ee79a1a7586516acd8efa83d0be049896a7d3f
|
SHA512 (vim-8.0-992.tar.bz2) = 3be97110ca6c7a87c2257e4031411fbd61dc36e1101bcd321d542b39b88de99e7c4190650f996bbc0ee7e422f111f366a4cf003ac6d75152572f26e0165e63c9
|
||||||
|
5
vim.spec
5
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 987
|
%define patchlevel 992
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -765,6 +765,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 24 2017 Karsten Hopp <karsten@redhat.com> 8.0.992-1
|
||||||
|
- patchlevel 992
|
||||||
|
|
||||||
* Wed Aug 23 2017 Karsten Hopp <karsten@redhat.com> 8.0.987-1
|
* Wed Aug 23 2017 Karsten Hopp <karsten@redhat.com> 8.0.987-1
|
||||||
- patchlevel 987
|
- patchlevel 987
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user