7169b1 - patchlevel 0075

Authored and Committed by Zdenek Dohnal 8 years ago
    - patchlevel 0075
    
        
file modified
+1 -0
.gitignore CHANGED
@@ -4,3 +4,4 @@
4
4
/vim-8.0-018.tar.bz2
5
5
/vim-8.0-037.tar.bz2
6
6
/vim-8.0-057.tar.bz2
7
+ /vim-8.0-061.tar.bz2
file modified
+33 -0
README.patches CHANGED
@@ -1,3 +1,36 @@
1
+ commit 8a5883b7488e492419dde7e1637cc72f2d566ba4
2
+ Author: Bram Moolenaar <Bram@vim.org>
3
+ Date: Thu Nov 10 20:20:05 2016 +0100
4
+
5
+ patch 8.0.0075
6
+ Problem: Using number for exception type lacks type checking.
7
+ Solution: Use an enum.
8
+
9
+ commit 95f096030ed1a8afea028f2ea295d6f6a70f466f
10
+ Author: Bram Moolenaar <Bram@vim.org>
11
+ Date: Thu Nov 10 20:01:45 2016 +0100
12
+
13
+ patch 8.0.0074
14
+ Problem: Cannot make Vim fail on an internal error.
15
+ Solution: Add IEMSG() and IEMSG2(). (Domenique Pelle) Avoid reporting an
16
+ internal error without mentioning where.
17
+
18
+ commit 459ca563128f2edb7e3bb190090bbb755a56dd55
19
+ Author: Bram Moolenaar <Bram@vim.org>
20
+ Date: Thu Nov 10 18:16:33 2016 +0100
21
+
22
+ patch 8.0.0073
23
+ Problem: More comparisons between firstwin and lastwin.
24
+ Solution: Use ONE_WINDOW for consistency. (Hirohito Higashi)
25
+
26
+ commit 38bc49563782ee1cb91660e58acf1afe1a31020a
27
+ Author: Bram Moolenaar <Bram@vim.org>
28
+ Date: Thu Nov 10 17:10:51 2016 +0100
29
+
30
+ patch 8.0.0072
31
+ Problem: MS-Windows: Crash with long font name. (Henry Hu)
32
+ Solution: Fix comparing with LF_FACESIZE. (Ken Takata, closes #1243)
33
+
1
34
commit c4d4ac22f78fb1394c79eccc8a1e6812c0c7d8a7
2
35
Author: Bram Moolenaar <Bram@vim.org>
3
36
Date: Mon Nov 7 22:42:57 2016 +0100
file modified
+1 -1
sources CHANGED
@@ -1 +1 @@
1
- 15e6b60e5a1d13d8e0264ffca8b626c1 vim-8.0-057.tar.bz2
1
+ 0c65868820e0e197716bba0e5afaf18f vim-8.0-061.tar.bz2
file modified
+4 -1
vim.spec CHANGED
@@ -1,4 +1,4 @@
1
- %define patchlevel 057
1
+ %define patchlevel 061
2
2
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
3
3
%define WITH_SELINUX 1
4
4
%endif
@@ -754,6 +754,9 @@ rm -rf %{buildroot}
754
754
%{_datadir}/icons/locolor/*/apps/*
755
755
756
756
%changelog
757
+ * Pá lis 11 2016 Karsten Hopp <karsten@redhat.com> 8.0.061-1
758
+ - patchlevel 061
759
+
757
760
* Wed Nov 09 2016 Karsten Hopp <karsten@redhat.com> 8.0.057-1
758
761
- patchlevel 057
759
762