1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
# ChangeLog for app-vim/gentoo-syntax
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.21 2004/12/02 16:26:42 ciaranm Exp $
02 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org>
-gentoo-syntax-20041121.ebuild, -gentoo-syntax-20041127.ebuild:
Tidy up unneeded versions
*gentoo-syntax-20041202 (02 Dec 2004)
02 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org>
+gentoo-syntax-20041202.ebuild:
New version. Fixes bugsummary menus (bug #72888) and adds support for
intelligent ebuild/eclass creation based upon context.
*gentoo-syntax-20041127 (27 Nov 2004)
27 Nov 2004; Ciaran McCreesh <ciaranm@gentoo.org>
+gentoo-syntax-20041127.ebuild:
New version. Changes include more make.conf error highlighting (CFLAGS="-s
-DNDEBUG", LDFLAGS), support for /etc/portage/mirrors (bug #72228) and
use.desc/use.local.desc, vim-* and bash-completion eclasses recognised,
consistent :BugSummary naming (bug #72001), faster :BugSummary and the
addition of :BugDetails, better function recognition (bug #72469).
*gentoo-syntax-20041113 (24 Nov 2004)
24 Nov 2004; Ciaran McCreesh <ciaranm@gentoo.org>
gentoo-syntax-20041113.ebuild:
sparc, mips, x86 stable
*gentoo-syntax-20041121 (21 Nov 2004)
21 Nov 2004; Ciaran McCreesh <ciaranm@gentoo.org>
+gentoo-syntax-20041121.ebuild:
New version. Changes include error highlighting for EXTRA_ECONF and cat
abuse, improved highlighting for ChangeLogs and package.keywords, new syntax
highlighting for make.conf and a bugsummary plugin (move the cursor over a
bug number and enter <Leader>bug for a summary).
14 Nov 2004; Steve Arnold <nerdboy@gentoo.org>
gentoo-syntax-20041009.ebuild:
marked stable on ppc (heading off a bug)
13 Nov 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
New release. Changes include GLEP 31 (UTF-8) support (unless
USE="ignore-glep31"), error highlighting for bad function syntax, more
keywords (bug #71065) and pkg_config recognition (bug #67807)
08 Nov 2004; Daniel Ostrow <dostrow@gentoo.org>
gentoo-syntax-20041009.ebuild:
Marked ~ppc64
05 Nov 2004; Travis Tilley <lv@gentoo.org> gentoo-syntax-20041009.ebuild:
stable on amd64
04 Nov 2004; Ciaran McCreesh <ciaranm@gentoo.org>
-gentoo-syntax-20040906.ebuild, -gentoo-syntax-20040911.ebuild:
Tidy up
16 Oct 2004; Ciaran McCreesh <ciaranm@gentoo.org>
gentoo-syntax-20041009.ebuild:
x86, sparc, mips stable
*gentoo-syntax-20041009 (09 Oct 2004)
09 Oct 2004; Ciaran McCreesh <ciaranm@gentoo.org>
+gentoo-syntax-20041009.ebuild:
New release. Changes include highlighting for recognised function names (eg
src_unpack), better highlighting for bug numbers, error highlighting for non
GLEP 23 compliant licenses and cvs.eclass support.
30 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org>
gentoo-syntax-20040911.ebuild:
Stable on sparc, mips, x86
11 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org>
-gentoo-syntax-20040826.ebuild, -gentoo-syntax-20040901.ebuild,
gentoo-syntax-20040906.ebuild:
Stable on x86, mips, sparc. Remove older versions.
*gentoo-syntax-20040911 (11 Sep 2004)
11 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org>
+gentoo-syntax-20040911.ebuild:
Version bump
*gentoo-syntax-20040906 (06 Sep 2004)
06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org>
+gentoo-syntax-20040906.ebuild:
Version bump
03 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org>
gentoo-syntax-20040901.ebuild:
Help text, bug #62559
03 Sep 2004; David Holm <dholm@gentoo.org> gentoo-syntax-20040901.ebuild:
Added to ~ppc.
*gentoo-syntax-20040901 (01 Sep 2004)
01 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org>
+gentoo-syntax-20040901.ebuild:
Version bump. Changes since previous version include ChangeLog support, better
GLEP syntax, better error detection and more supported eclasses.
27 Aug 2004; Danny van Dyk <kugelfang@gentoo.org>
gentoo-syntax-20040826.ebuild:
Marked ~amd64.
*gentoo-syntax-20040826 (26 Aug 2004)
26 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> +metadata.xml,
+gentoo-syntax-20040826.ebuild:
New package. Provides extended syntax highlighting and filetype settings for
ebuilds, eclasses and GLEPs.
|