- patchlevel 0075
This commit is contained in:
parent
dc0791347a
commit
7169b17da8
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/vim-8.0-018.tar.bz2
|
||||
/vim-8.0-037.tar.bz2
|
||||
/vim-8.0-057.tar.bz2
|
||||
/vim-8.0-061.tar.bz2
|
||||
|
@ -1,3 +1,36 @@
|
||||
commit 8a5883b7488e492419dde7e1637cc72f2d566ba4
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Thu Nov 10 20:20:05 2016 +0100
|
||||
|
||||
patch 8.0.0075
|
||||
Problem: Using number for exception type lacks type checking.
|
||||
Solution: Use an enum.
|
||||
|
||||
commit 95f096030ed1a8afea028f2ea295d6f6a70f466f
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Thu Nov 10 20:01:45 2016 +0100
|
||||
|
||||
patch 8.0.0074
|
||||
Problem: Cannot make Vim fail on an internal error.
|
||||
Solution: Add IEMSG() and IEMSG2(). (Domenique Pelle) Avoid reporting an
|
||||
internal error without mentioning where.
|
||||
|
||||
commit 459ca563128f2edb7e3bb190090bbb755a56dd55
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Thu Nov 10 18:16:33 2016 +0100
|
||||
|
||||
patch 8.0.0073
|
||||
Problem: More comparisons between firstwin and lastwin.
|
||||
Solution: Use ONE_WINDOW for consistency. (Hirohito Higashi)
|
||||
|
||||
commit 38bc49563782ee1cb91660e58acf1afe1a31020a
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Thu Nov 10 17:10:51 2016 +0100
|
||||
|
||||
patch 8.0.0072
|
||||
Problem: MS-Windows: Crash with long font name. (Henry Hu)
|
||||
Solution: Fix comparing with LF_FACESIZE. (Ken Takata, closes #1243)
|
||||
|
||||
commit c4d4ac22f78fb1394c79eccc8a1e6812c0c7d8a7
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Mon Nov 7 22:42:57 2016 +0100
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
15e6b60e5a1d13d8e0264ffca8b626c1 vim-8.0-057.tar.bz2
|
||||
0c65868820e0e197716bba0e5afaf18f vim-8.0-061.tar.bz2
|
||||
|
5
vim.spec
5
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 057
|
||||
%define patchlevel 061
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -754,6 +754,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Pá lis 11 2016 Karsten Hopp <karsten@redhat.com> 8.0.061-1
|
||||
- patchlevel 061
|
||||
|
||||
* Wed Nov 09 2016 Karsten Hopp <karsten@redhat.com> 8.0.057-1
|
||||
- patchlevel 057
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user