Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/zsh/files: zsh-5.0.2-texinfo-5.1.patch
Date: Wed, 29 May 2013 10:26:15
Message-Id: 20130529102609.593072171E@flycatcher.gentoo.org
1 radhermit 13/05/29 10:26:09
2
3 Added: zsh-5.0.2-texinfo-5.1.patch
4 Log:
5 Fix build with texinfo-5.1 (bug #464122) and only show elog info on new installs.
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
8
9 Revision Changes Path
10 1.1 app-shells/zsh/files/zsh-5.0.2-texinfo-5.1.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh/files/zsh-5.0.2-texinfo-5.1.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/zsh/files/zsh-5.0.2-texinfo-5.1.patch?rev=1.1&content-type=text/plain
14
15 Index: zsh-5.0.2-texinfo-5.1.patch
16 ===================================================================
17 --- zsh-5.0.2/Doc/zsh.texi
18 +++ zsh-5.0.2/Doc/zsh.texi
19 @@ -1,4 +1,3 @@
20 -
21 \input texinfo.tex
22 @c %**start of header
23 @iftex
24 @@ -389,6 +388,7 @@
25
26 @end table
27
28 +@noindent
29 The up-to-date source code is available via anonymous CVS and Git from
30 Sourceforge. See @t{http://sourceforge.net/projects/zsh/} for details.
31 A summary of instructions for the CVS and Git archives can be found at
32 @@ -430,8 +430,8 @@
33 @item @t{<zsh-announce-unsubscribe@@zsh.org>}
34 @item @t{<zsh-users-unsubscribe@@zsh.org>}
35 @item @t{<zsh-workers-unsubscribe@@zsh.org>}
36 -@item
37 @end table
38 +@sp 1
39
40 @noindent
41 YOU ONLY NEED TO JOIN ONE OF THE MAILING LISTS AS THEY ARE NESTED.
42 @@ -1080,8 +1080,8 @@
43 @item @t{/etc/zshrc}
44 @item @t{/etc/zlogin}
45 @item @t{/etc/zlogout} (installation-specific - @t{/etc} is the default)
46 -@item
47 @end table
48 +@sp 1
49 @c (avoiding a yodl bug)
50
51 @noindent
52 @@ -1651,8 +1651,8 @@
53 @item Errors in variable substitution syntax
54 @item Failure to convert characters in @t{$'}...@t{'} expressions
55 similar options
56 -@item
57 @end table
58 +@sp 1
59
60 @noindent
61 If the @t{POSIX_BUILTINS} option is set, more errors associated with
62 @@ -14685,8 +14685,8 @@
63 used for contexts in the parameter @t{zle_highlight},
64 @ref{Character Highlighting};
65 for example, @t{standout} or @t{fg=red,bold}.
66 -@item
67 @end table
68 +@sp 1
69
70 @noindent
71 For example,
72 @@ -22643,8 +22643,7 @@
73 described above.
74
75 @findex _pick_variant
76 -@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c}
77 -@var{command} ] [ @t{-r} @var{name} ]
78 +@item @t{_pick_variant} [ @t{-b} @var{builtin-label} ] [ @t{-c} @var{command} ] [ @t{-r} @var{name} ]
79 @itemx @var{label}@t{=}@var{pattern} ... @var{label} [ @var{args} ... ]
80 This function is used to resolve situations where a single command name
81 requires more than one type of handling, either because it
82 @@ -23260,8 +23259,8 @@
83 @item @t{compctl} @t{-M} @var{match-specs} ...
84 @item @t{compctl} @t{-L} [ @t{-CDTM} ] [ @var{command} ... ]
85 @item @t{compctl} @t{+} @var{command} ...
86 -@item
87 @end table
88 +@sp 1
89
90 @noindent
91 Control the editor's completion behavior according to the supplied set
92 @@ -23405,8 +23404,8 @@
93 @item [ @t{-y} @var{func-or-var} ] [ @t{-l} @var{cmd} ] [ @t{-h} @var{cmd} ] [ @t{-U} ]
94 @item [ @t{-t} @var{continue} ] [ @t{-J} @var{name} ] [ @t{-V} @var{name} ]
95 @item [ @t{-M} @var{match-spec} ]
96 -@item
97 @end table
98 +@sp 1
99
100 @noindent
101 The remaining @var{options} specify the type of command arguments
102 @@ -23838,8 +23837,8 @@
103 @noindent
104 @table @asis
105 @item @t{compctl} [ @t{-CDT} ] @var{options} @t{+} @var{options} [ @t{+} ... ] [ @t{+} ] @var{command} ...
106 -@item
107 @end table
108 +@sp 1
109
110 @noindent
111 The form with `@t{+}' specifies alternative options. Completion is
112 @@ -23866,8 +23865,8 @@
113 @item [ @var{command} ... ]
114 @item @t{compctl} [ @t{-CDT} ] @var{options} [ @t{-x} @var{pattern} @var{options} @t{-} ... @t{-}@t{-} ]
115 @item [ @t{+} @var{options} [ @t{-x} ... @t{-}@t{-} ] ... [@t{+}] ] [ @var{command} ... ]
116 -@item
117 @end table
118 +@sp 1
119
120 @noindent
121 The form with `@t{-x}' specifies extended completion for the
122 @@ -24980,7 +24979,7 @@
123 The subcommand @t{position} writes various positions associated with
124 @var{targetwin} into the array named @var{array}.
125 These are, in order:
126 -@table @asis
127 +@itemize @bullet
128 @item
129 The y and x coordinates of the cursor relative to the top left
130 of @var{targetwin}
131 @@ -24989,7 +24988,7 @@
132 screen
133 @item
134 The size of @var{targetwin} in y and x dimensions.
135 -@end table
136 +@end itemize
137
138 @noindent
139 Outputting characters and strings are achieved by @t{char} and @t{string}
140 @@ -28870,30 +28869,37 @@
141 it returns status 0 and sets elements of the associative
142 array @t{reply} as follows:
143 @table @asis
144 -@item timeNL()The time as a string of digits in the same units as
145 +@item time
146 +The time as a string of digits in the same units as
147 @t{$EPOCHSECONDS}
148 -@item schedtimeNL()The regularly scheduled time. This may differ from
149 +@item schedtime
150 +The regularly scheduled time. This may differ from
151 the actual event time @t{time} if this is a recurring event and the next
152 occurrence has been rescheduled. Then @t{time} gives the actual time
153 and @t{schedtime} the time of the regular recurrence before modification.
154 @item text1
155 The text from the line not including the date and time of the
156 event, but including any @t{WARN} or @t{RPT} keywords and values.
157 -@item warntimeNL()Any warning time given by the @t{WARN} keyword as a string
158 +@item warntime
159 +Any warning time given by the @t{WARN} keyword as a string
160 of digits containing the time at which to warn in the same units as
161 @t{$EPOCHSECONDS}. (Note this is an absolute time, not the relative time
162 passed down.) Not set no @t{WARN} keyword and value were
163 matched.
164 -@item warnstrNL()The raw string matched after the @t{WARN} keyword, else unset.
165 -@item rpttimeNL()Any recurrence time given by the @t{RPT} keyword as a string
166 +@item warnstr
167 +The raw string matched after the @t{WARN} keyword, else unset.
168 +@item rpttime
169 +Any recurrence time given by the @t{RPT} keyword as a string
170 of digits containing the time of the recurrence in the same units
171 as @t{$EPOCHSECONDS}. (Note this is an absolute time.) Not set if
172 no @t{RPT} keyword and value were matched.
173 -@item schedrpttimeNL()The next regularly scheduled occurrence of a recurring
174 +@item schedrpttime
175 +The next regularly scheduled occurrence of a recurring
176 event before modification. This may differ from @t{rpttime}, which is the
177 actual time of the event that may have been rescheduled from the regular
178 time.
179 -@item rptstrNL()The raw string matched after the @t{RPT} keyword, else unset.
180 +@item rptstr
181 +The raw string matched after the @t{RPT} keyword, else unset.
182 @item text2
183 The text from the line after removal of the date and any
184 keywords and values.
185 @@ -35504,8 +35510,8 @@
186 @noindent
187 @example
188 zstyle+ ':foo:bar' style1 value1 \
189 - + ':baz' style2 value2 \
190 - + ':frob' style3 value3
191 + +':baz' style2 value2 \
192 + +':frob' style3 value3
193 @end example
194
195 @noindent