@@ -113,3 +113,4 @@
|
|
113
113
|
/vim-8.0-1092.tar.bz2
|
114
114
|
/vim-8.0-1097.tar.bz2
|
115
115
|
/vim-8.0-1098.tar.bz2
|
116
|
+
/vim-8.0-1102.tar.bz2
|
@@ -1,3 +1,44 @@
|
|
1
|
+
commit c71053c61180ed1ad0c98ba6063b769757832932
|
2
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
3
|
+
Date: Thu Sep 14 00:00:44 2017 +0200
|
4
|
+
|
5
|
+
patch 8.0.1102: terminal window does not use Normal colors
|
6
|
+
|
7
|
+
Problem: Terminal window does not use Normal colors.
|
8
|
+
Solution: For the GUI and when 'termguicolors' is enabled, use the actual
|
9
|
+
foreground and background colors for the terminal. (Yasuhiro
|
10
|
+
Matsumoto, closes #2067)
|
11
|
+
Use the "Terminal" highlight group if defined.
|
12
|
+
|
13
|
+
commit 71eeb74a608ddae2b52fb43766616672d0cdda18
|
14
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
15
|
+
Date: Wed Sep 13 22:18:01 2017 +0200
|
16
|
+
|
17
|
+
patch 8.0.1101: channel write fails if writing to log fails
|
18
|
+
|
19
|
+
Problem: Channel write fails if writing to log fails.
|
20
|
+
Solution: Ignore return value of fwrite(). (Ozaki Kiichi, closes #2081)
|
21
|
+
|
22
|
+
commit 072412ed45aa20a67aaa7e387d7f6bf59c7d3fbe
|
23
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
24
|
+
Date: Wed Sep 13 22:11:35 2017 +0200
|
25
|
+
|
26
|
+
patch 8.0.1100: stuck in redraw loop when 'lazyredraw' is set
|
27
|
+
|
28
|
+
Problem: Stuck in redraw loop when 'lazyredraw' is set.
|
29
|
+
Solution: Don't loop on update_screen() when not redrawing. (Yasuhiro
|
30
|
+
Matsumoto, closes #2082)
|
31
|
+
|
32
|
+
commit 518d6996998b35ccbc408b1b323f8869c0c1b4d8
|
33
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
34
|
+
Date: Wed Sep 13 22:09:58 2017 +0200
|
35
|
+
|
36
|
+
patch 8.0.1099: warnings for GDK calls
|
37
|
+
|
38
|
+
Problem: Warnings for GDK calls.
|
39
|
+
Solution: Use other calls for GTK 3 and fix a few problems. (Kazunobu
|
40
|
+
Kuriyama)
|
41
|
+
|
1
42
|
commit b984b80cd835a483bdca1928bc50eb09b071f373
|
2
43
|
Author: Bram Moolenaar <Bram@vim.org>
|
3
44
|
Date: Tue Sep 12 22:59:58 2017 +0200
|
@@ -1 +1 @@
|
|
1
|
-
SHA512 (vim-8.0-
|
1
|
+
SHA512 (vim-8.0-1102.tar.bz2) = f40f423e82d376bbd035cea788964feddc6d9959abdc96d1c9e6fbbdfc6bf19473b96ac236d5af9fc376fcbcb9a38da35626c04001d5f69a8bdeda23e7d0b77f
|
@@ -1,4 +1,4 @@
|
|
1
|
-
%define patchlevel
|
1
|
+
%define patchlevel 1102
|
2
2
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
3
3
|
%define WITH_SELINUX 1
|
4
4
|
%endif
|
@@ -769,6 +769,9 @@ rm -rf %{buildroot}
|
|
769
769
|
%{_datadir}/icons/locolor/*/apps/*
|
770
770
|
|
771
771
|
%changelog
|
772
|
+
* Thu Sep 14 2017 Karsten Hopp <karsten@redhat.com> 8.0.1102-1
|
773
|
+
- patchlevel 1102
|
774
|
+
|
772
775
|
* Wed Sep 13 2017 Karsten Hopp <karsten@redhat.com> 8.0.1098-1
|
773
776
|
- editing vim-update.sh - check updates for newer releases and create update
|
774
777
|
- patchlevel 1098
|