Merge lp:~mc-return/compiz/compiz.merge-fix-xml.in-headers into lp:compiz/0.9.9

Proposed by MC Return
Status: Merged
Approved by: Daniel van Vugt
Approved revision: 3418
Merged at revision: 3418
Proposed branch: lp:~mc-return/compiz/compiz.merge-fix-xml.in-headers
Merge into: lp:compiz/0.9.9
Diff against target: 761 lines (+80/-45)
79 files modified
metadata/core.xml.in (+1/-0)
plugins/addhelper/addhelper.xml.in (+1/-1)
plugins/animation/animation.xml.in (+1/-0)
plugins/animationaddon/animationaddon.xml.in (+1/-0)
plugins/annotate/annotate.xml.in (+1/-0)
plugins/bench/bench.xml.in (+1/-1)
plugins/bicubic/bicubic.xml.in (+1/-1)
plugins/blur/blur.xml.in (+1/-0)
plugins/clone/clone.xml.in (+1/-0)
plugins/colorfilter/colorfilter.xml.in (+1/-1)
plugins/commands/commands.xml.in (+1/-0)
plugins/compiztoolbox/compiztoolbox.xml.in (+1/-0)
plugins/composite/composite.xml.in (+1/-0)
plugins/copytex/copytex.xml.in (+2/-1)
plugins/crashhandler/crashhandler.xml.in (+1/-1)
plugins/cube/cube.xml.in (+1/-0)
plugins/cubeaddon/cubeaddon.xml.in (+1/-1)
plugins/dbus/dbus.xml.in (+1/-0)
plugins/decor/decor.xml.in (+1/-0)
plugins/expo/expo.xml.in (+1/-1)
plugins/extrawm/extrawm.xml.in (+1/-1)
plugins/fade/fade.xml.in (+1/-0)
plugins/fadedesktop/fadedesktop.xml.in (+1/-1)
plugins/firepaint/firepaint.xml.in (+1/-0)
plugins/gears/gears.xml.in (+1/-1)
plugins/gnomecompat/gnomecompat.xml.in (+1/-0)
plugins/grid/grid.xml.in (+1/-1)
plugins/group/group.xml.in (+1/-1)
plugins/imgjpeg/imgjpeg.xml.in (+1/-1)
plugins/imgpng/imgpng.xml.in (+1/-0)
plugins/imgsvg/imgsvg.xml.in (+1/-0)
plugins/inotify/inotify.xml.in (+1/-0)
plugins/kde/kde.xml.in (+1/-1)
plugins/kdecompat/kdecompat.xml.in (+1/-1)
plugins/loginout/loginout.xml.in (+1/-1)
plugins/mag/mag.xml.in (+1/-1)
plugins/maximumize/maximumize.xml.in (+1/-1)
plugins/mblur/mblur.xml.in (+1/-1)
plugins/move/move.xml.in (+1/-0)
plugins/neg/neg.xml.in (+1/-1)
plugins/opacify/opacify.xml.in (+1/-1)
plugins/opengl/opengl.xml.in (+1/-0)
plugins/place/place.xml.in (+1/-0)
plugins/put/put.xml.in (+1/-1)
plugins/reflex/reflex.xml.in (+1/-1)
plugins/regex/regex.xml.in (+1/-0)
plugins/resize/resize.xml.in (+1/-1)
plugins/resizeinfo/resizeinfo.xml.in (+1/-1)
plugins/ring/ring.xml.in (+1/-1)
plugins/rotate/rotate.xml.in (+1/-0)
plugins/scale/scale.xml.in (+1/-0)
plugins/scaleaddon/scaleaddon.xml.in (+1/-0)
plugins/scalefilter/scalefilter.xml.in (+1/-0)
plugins/screenshot/screenshot.xml.in (+1/-0)
plugins/session/session.xml.in (+1/-0)
plugins/shelf/shelf.xml.in (+1/-1)
plugins/shift/shift.xml.in (+1/-1)
plugins/showdesktop/showdesktop.xml.in (+1/-1)
plugins/showmouse/showmouse.xml.in (+1/-1)
plugins/showrepaint/showrepaint.xml.in (+1/-1)
plugins/snap/snap.xml.in (+1/-1)
plugins/splash/splash.xml.in (+1/-1)
plugins/stackswitch/stackswitch.xml.in (+1/-1)
plugins/staticswitcher/staticswitcher.xml.in (+1/-0)
plugins/switcher/switcher.xml.in (+1/-0)
plugins/td/td.xml.in (+1/-1)
plugins/text/text.xml.in (+1/-1)
plugins/thumbnail/thumbnail.xml.in (+1/-1)
plugins/titleinfo/titleinfo.xml.in (+1/-1)
plugins/trailfocus/trailfocus.xml.in (+1/-1)
plugins/trip/trip.xml.in (+1/-1)
plugins/vpswitch/vpswitch.xml.in (+1/-1)
plugins/wall/wall.xml.in (+1/-1)
plugins/wallpaper/wallpaper.xml.in (+1/-1)
plugins/water/water.xml.in (+1/-0)
plugins/widget/widget.xml.in (+1/-0)
plugins/winrules/winrules.xml.in (+1/-0)
plugins/wobbly/wobbly.xml.in (+1/-0)
plugins/workspacenames/workspacenames.xml.in (+1/-1)
To merge this branch: bzr merge lp:~mc-return/compiz/compiz.merge-fix-xml.in-headers
Reviewer Review Type Date Requested Status
Daniel van Vugt Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+129647@code.launchpad.net

Commit message

Fixed/unified all xml.in headers.
(LP: #1066823)

Problem: Editors like gedit and others will not recognize *.xml.in files as xml, so if opened there is no syntax highlighting making those files harder to read.
This commit fixes this by adding <?xml version="1.0" encoding="UTF-8"?> to all *.xml.in files in lp:compiz

To post a comment you must log in.
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Actually, you only need version="1.0" for a prolog. Adding "encoding=" is optional:
[http://www.w3.org/TR/2008/REC-xml-20081126/#NT-XMLDecl]

Although, the whole prolog (<?xml ...) is optional too:
http://www.w3.org/TR/2008/REC-xml-20081126/#NT-prolog

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Sorry, I meant "the whole XMLDecl is optional".

Revision history for this message
Daniel van Vugt (vanvugt) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'metadata/core.xml.in'
2--- metadata/core.xml.in 2012-03-09 16:13:05 +0000
3+++ metadata/core.xml.in 2012-10-15 10:48:22 +0000
4@@ -1,3 +1,4 @@
5+<?xml version="1.0" encoding="UTF-8"?>
6 <compiz>
7 <plugin name="core" useBcop="true">
8 <_short>General Options</_short>
9
10=== modified file 'plugins/addhelper/addhelper.xml.in'
11--- plugins/addhelper/addhelper.xml.in 2012-05-16 17:44:43 +0000
12+++ plugins/addhelper/addhelper.xml.in 2012-10-15 10:48:22 +0000
13@@ -1,4 +1,4 @@
14-<?xml version="1.0"?>
15+<?xml version="1.0" encoding="UTF-8"?>
16 <compiz>
17 <plugin name="addhelper" useBcop="true">
18 <_short>Dim Inactive</_short>
19
20=== modified file 'plugins/animation/animation.xml.in'
21--- plugins/animation/animation.xml.in 2012-09-04 10:00:14 +0000
22+++ plugins/animation/animation.xml.in 2012-10-15 10:48:22 +0000
23@@ -1,3 +1,4 @@
24+<?xml version="1.0" encoding="UTF-8"?>
25 <compiz>
26 <!-- animation metadata -->
27 <plugin name="animation" useBcop="true">
28
29=== modified file 'plugins/animationaddon/animationaddon.xml.in'
30--- plugins/animationaddon/animationaddon.xml.in 2012-05-16 17:44:39 +0000
31+++ plugins/animationaddon/animationaddon.xml.in 2012-10-15 10:48:22 +0000
32@@ -1,3 +1,4 @@
33+<?xml version="1.0" encoding="UTF-8"?>
34 <compiz>
35 <!-- animationaddon metadata -->
36 <plugin name="animationaddon" useBcop="true">
37
38=== modified file 'plugins/annotate/annotate.xml.in'
39--- plugins/annotate/annotate.xml.in 2010-05-25 06:26:27 +0000
40+++ plugins/annotate/annotate.xml.in 2012-10-15 10:48:22 +0000
41@@ -1,3 +1,4 @@
42+<?xml version="1.0" encoding="UTF-8"?>
43 <compiz>
44 <plugin name="annotate" useBcop="true">
45 <_short>Annotate</_short>
46
47=== modified file 'plugins/bench/bench.xml.in'
48--- plugins/bench/bench.xml.in 2012-09-12 11:53:12 +0000
49+++ plugins/bench/bench.xml.in 2012-10-15 10:48:22 +0000
50@@ -1,4 +1,4 @@
51-<?xml version="1.0"?>
52+<?xml version="1.0" encoding="UTF-8"?>
53 <compiz>
54 <plugin name="bench" useBcop="true">
55 <_short>Benchmark</_short>
56
57=== modified file 'plugins/bicubic/bicubic.xml.in'
58--- plugins/bicubic/bicubic.xml.in 2012-05-16 17:40:44 +0000
59+++ plugins/bicubic/bicubic.xml.in 2012-10-15 10:48:22 +0000
60@@ -1,4 +1,4 @@
61-<?xml version="1.0"?>
62+<?xml version="1.0" encoding="UTF-8"?>
63 <compiz>
64 <plugin name="bicubic" useBcop="true">
65 <_short>Bicubic filter</_short>
66
67=== modified file 'plugins/blur/blur.xml.in'
68--- plugins/blur/blur.xml.in 2009-08-08 06:00:14 +0000
69+++ plugins/blur/blur.xml.in 2012-10-15 10:48:22 +0000
70@@ -1,3 +1,4 @@
71+<?xml version="1.0" encoding="UTF-8"?>
72 <compiz>
73 <plugin name="blur" useBcop="true">
74 <_short>Blur Windows</_short>
75
76=== modified file 'plugins/clone/clone.xml.in'
77--- plugins/clone/clone.xml.in 2010-05-25 06:26:27 +0000
78+++ plugins/clone/clone.xml.in 2012-10-15 10:48:22 +0000
79@@ -1,3 +1,4 @@
80+<?xml version="1.0" encoding="UTF-8"?>
81 <compiz>
82 <plugin name="clone" useBcop="true">
83 <_short>Clone Output</_short>
84
85=== modified file 'plugins/colorfilter/colorfilter.xml.in'
86--- plugins/colorfilter/colorfilter.xml.in 2012-05-16 17:41:14 +0000
87+++ plugins/colorfilter/colorfilter.xml.in 2012-10-15 10:48:22 +0000
88@@ -1,4 +1,4 @@
89-<?xml version="1.0"?>
90+<?xml version="1.0" encoding="UTF-8"?>
91 <compiz>
92 <plugin name="colorfilter" useBcop="true">
93 <_short>Color filter</_short>
94
95=== modified file 'plugins/commands/commands.xml.in'
96--- plugins/commands/commands.xml.in 2012-09-06 05:09:28 +0000
97+++ plugins/commands/commands.xml.in 2012-10-15 10:48:22 +0000
98@@ -1,3 +1,4 @@
99+<?xml version="1.0" encoding="UTF-8"?>
100 <compiz>
101 <plugin name="commands" useBcop="true">
102 <_short>Commands</_short>
103
104=== modified file 'plugins/compiztoolbox/compiztoolbox.xml.in'
105--- plugins/compiztoolbox/compiztoolbox.xml.in 2010-05-23 09:30:00 +0000
106+++ plugins/compiztoolbox/compiztoolbox.xml.in 2012-10-15 10:48:22 +0000
107@@ -1,3 +1,4 @@
108+<?xml version="1.0" encoding="UTF-8"?>
109 <compiz>
110 <plugin name="compiztoolbox" useBcop="true">
111 <_short>Compiz Library Toolbox</_short>
112
113=== modified file 'plugins/composite/composite.xml.in'
114--- plugins/composite/composite.xml.in 2012-06-24 09:00:27 +0000
115+++ plugins/composite/composite.xml.in 2012-10-15 10:48:22 +0000
116@@ -1,3 +1,4 @@
117+<?xml version="1.0" encoding="UTF-8"?>
118 <compiz>
119 <plugin name="composite" useBcop="true">
120 <_short>Composite</_short>
121
122=== modified file 'plugins/copytex/copytex.xml.in'
123--- plugins/copytex/copytex.xml.in 2009-08-08 06:00:14 +0000
124+++ plugins/copytex/copytex.xml.in 2012-10-15 10:48:22 +0000
125@@ -1,3 +1,4 @@
126+<?xml version="1.0" encoding="UTF-8"?>
127 <compiz>
128 <plugin name="copytex">
129 <_short>Copy to texture</_short>
130@@ -9,4 +10,4 @@
131 </requirement>
132 </deps>
133 </plugin>
134-</compiz>
135\ No newline at end of file
136+</compiz>
137
138=== modified file 'plugins/crashhandler/crashhandler.xml.in'
139--- plugins/crashhandler/crashhandler.xml.in 2012-05-16 17:42:19 +0000
140+++ plugins/crashhandler/crashhandler.xml.in 2012-10-15 10:48:22 +0000
141@@ -1,4 +1,4 @@
142-<?xml version="1.0"?>
143+<?xml version="1.0" encoding="UTF-8"?>
144 <compiz>
145 <plugin name="crashhandler" useBcop="true">
146 <_short>Crash handler</_short>
147
148=== modified file 'plugins/cube/cube.xml.in'
149--- plugins/cube/cube.xml.in 2010-10-15 05:37:26 +0000
150+++ plugins/cube/cube.xml.in 2012-10-15 10:48:22 +0000
151@@ -1,3 +1,4 @@
152+<?xml version="1.0" encoding="UTF-8"?>
153 <compiz>
154 <plugin name="cube" useBcop="true">
155 <_short>Desktop Cube</_short>
156
157=== modified file 'plugins/cubeaddon/cubeaddon.xml.in'
158--- plugins/cubeaddon/cubeaddon.xml.in 2012-05-16 17:44:35 +0000
159+++ plugins/cubeaddon/cubeaddon.xml.in 2012-10-15 10:48:22 +0000
160@@ -1,4 +1,4 @@
161-<?xml version="1.0"?>
162+<?xml version="1.0" encoding="UTF-8"?>
163 <compiz>
164 <plugin name="cubeaddon" useBcop="true">
165 <_short>Cube Reflection and Deformation</_short>
166
167=== modified file 'plugins/dbus/dbus.xml.in'
168--- plugins/dbus/dbus.xml.in 2010-05-25 06:26:27 +0000
169+++ plugins/dbus/dbus.xml.in 2012-10-15 10:48:22 +0000
170@@ -1,3 +1,4 @@
171+<?xml version="1.0" encoding="UTF-8"?>
172 <compiz>
173 <plugin name="dbus">
174 <_short>D-Bus</_short>
175
176=== modified file 'plugins/decor/decor.xml.in'
177--- plugins/decor/decor.xml.in 2012-06-24 09:00:27 +0000
178+++ plugins/decor/decor.xml.in 2012-10-15 10:48:22 +0000
179@@ -1,3 +1,4 @@
180+<?xml version="1.0" encoding="UTF-8"?>
181 <compiz>
182 <plugin name="decor" useBcop="true">
183 <_short>Window Decoration</_short>
184
185=== modified file 'plugins/expo/expo.xml.in'
186--- plugins/expo/expo.xml.in 2012-08-10 03:32:51 +0000
187+++ plugins/expo/expo.xml.in 2012-10-15 10:48:22 +0000
188@@ -1,4 +1,4 @@
189-<?xml version="1.0"?>
190+<?xml version="1.0" encoding="UTF-8"?>
191 <compiz>
192 <plugin name="expo" useBcop="true">
193 <_short>Expo</_short>
194
195=== modified file 'plugins/extrawm/extrawm.xml.in'
196--- plugins/extrawm/extrawm.xml.in 2012-05-16 17:40:30 +0000
197+++ plugins/extrawm/extrawm.xml.in 2012-10-15 10:48:22 +0000
198@@ -1,4 +1,4 @@
199-<?xml version="1.0"?>
200+<?xml version="1.0" encoding="UTF-8"?>
201 <compiz>
202 <plugin name="extrawm" useBcop="true">
203 <_short>Extra WM Actions</_short>
204
205=== modified file 'plugins/fade/fade.xml.in'
206--- plugins/fade/fade.xml.in 2011-06-27 13:32:58 +0000
207+++ plugins/fade/fade.xml.in 2012-10-15 10:48:22 +0000
208@@ -1,3 +1,4 @@
209+<?xml version="1.0" encoding="UTF-8"?>
210 <compiz>
211 <plugin name="fade" useBcop="true">
212 <_short>Fading Windows</_short>
213
214=== modified file 'plugins/fadedesktop/fadedesktop.xml.in'
215--- plugins/fadedesktop/fadedesktop.xml.in 2012-05-16 17:44:30 +0000
216+++ plugins/fadedesktop/fadedesktop.xml.in 2012-10-15 10:48:22 +0000
217@@ -1,4 +1,4 @@
218-<?xml version="1.0"?>
219+<?xml version="1.0" encoding="UTF-8"?>
220 <compiz>
221 <plugin name="fadedesktop" useBcop="true">
222 <_short>Fade to Desktop</_short>
223
224=== modified file 'plugins/firepaint/firepaint.xml.in'
225--- plugins/firepaint/firepaint.xml.in 2012-05-16 17:43:43 +0000
226+++ plugins/firepaint/firepaint.xml.in 2012-10-15 10:48:22 +0000
227@@ -1,3 +1,4 @@
228+<?xml version="1.0" encoding="UTF-8"?>
229 <compiz>
230 <plugin name="firepaint" useBcop="true">
231 <_short>Paint fire on the screen</_short>
232
233=== modified file 'plugins/gears/gears.xml.in'
234--- plugins/gears/gears.xml.in 2012-05-16 17:41:03 +0000
235+++ plugins/gears/gears.xml.in 2012-10-15 10:48:22 +0000
236@@ -1,4 +1,4 @@
237-<?xml version="1.0"?>
238+<?xml version="1.0" encoding="UTF-8"?>
239 <compiz>
240 <plugin name="gears" useBcop="true">
241 <_short>Cube Gears</_short>
242
243=== modified file 'plugins/gnomecompat/gnomecompat.xml.in'
244--- plugins/gnomecompat/gnomecompat.xml.in 2010-12-07 05:03:07 +0000
245+++ plugins/gnomecompat/gnomecompat.xml.in 2012-10-15 10:48:22 +0000
246@@ -1,3 +1,4 @@
247+<?xml version="1.0" encoding="UTF-8"?>
248 <compiz>
249 <plugin name="gnomecompat" useBcop="true">
250 <_short>Gnome Compatibility</_short>
251
252=== modified file 'plugins/grid/grid.xml.in'
253--- plugins/grid/grid.xml.in 2012-05-16 17:43:21 +0000
254+++ plugins/grid/grid.xml.in 2012-10-15 10:48:22 +0000
255@@ -1,4 +1,4 @@
256-<?xml version="1.0"?>
257+<?xml version="1.0" encoding="UTF-8"?>
258 <compiz>
259 <plugin name="grid" useBcop="true">
260 <_short>Grid</_short>
261
262=== modified file 'plugins/group/group.xml.in'
263--- plugins/group/group.xml.in 2012-05-16 17:42:15 +0000
264+++ plugins/group/group.xml.in 2012-10-15 10:48:22 +0000
265@@ -1,4 +1,4 @@
266-<?xml version="1.0"?>
267+<?xml version="1.0" encoding="UTF-8"?>
268 <compiz>
269 <plugin name="group" useBcop="true">
270 <_short>Group and Tab Windows</_short>
271
272=== modified file 'plugins/imgjpeg/imgjpeg.xml.in'
273--- plugins/imgjpeg/imgjpeg.xml.in 2012-05-16 17:41:40 +0000
274+++ plugins/imgjpeg/imgjpeg.xml.in 2012-10-15 10:48:22 +0000
275@@ -1,4 +1,4 @@
276-<?xml version="1.0"?>
277+<?xml version="1.0" encoding="UTF-8"?>
278 <compiz>
279 <plugin name="imgjpeg" useBcop="true">
280 <_short>JPEG</_short>
281
282=== modified file 'plugins/imgpng/imgpng.xml.in'
283--- plugins/imgpng/imgpng.xml.in 2012-02-28 20:51:36 +0000
284+++ plugins/imgpng/imgpng.xml.in 2012-10-15 10:48:22 +0000
285@@ -1,3 +1,4 @@
286+<?xml version="1.0" encoding="UTF-8"?>
287 <compiz>
288 <plugin name="imgpng">
289 <_short>PNG</_short>
290
291=== modified file 'plugins/imgsvg/imgsvg.xml.in'
292--- plugins/imgsvg/imgsvg.xml.in 2012-02-28 20:51:36 +0000
293+++ plugins/imgsvg/imgsvg.xml.in 2012-10-15 10:48:22 +0000
294@@ -1,3 +1,4 @@
295+<?xml version="1.0" encoding="UTF-8"?>
296 <compiz>
297 <plugin name="imgsvg" useBcop="true">
298 <_short>SVG</_short>
299
300=== modified file 'plugins/inotify/inotify.xml.in'
301--- plugins/inotify/inotify.xml.in 2010-05-25 06:26:27 +0000
302+++ plugins/inotify/inotify.xml.in 2012-10-15 10:48:22 +0000
303@@ -1,3 +1,4 @@
304+<?xml version="1.0" encoding="UTF-8"?>
305 <compiz>
306 <plugin name="inotify">
307 <_short>File Watcher</_short>
308
309=== modified file 'plugins/kde/kde.xml.in'
310--- plugins/kde/kde.xml.in 2010-05-25 06:26:27 +0000
311+++ plugins/kde/kde.xml.in 2012-10-15 10:48:22 +0000
312@@ -1,4 +1,4 @@
313-<?xml version="1.0"?>
314+<?xml version="1.0" encoding="UTF-8"?>
315 <compiz>
316 <plugin name="kde">
317 <_short>KDE/Qt Event Loop</_short>
318
319=== modified file 'plugins/kdecompat/kdecompat.xml.in'
320--- plugins/kdecompat/kdecompat.xml.in 2012-05-16 17:43:28 +0000
321+++ plugins/kdecompat/kdecompat.xml.in 2012-10-15 10:48:22 +0000
322@@ -1,4 +1,4 @@
323-<?xml version="1.0"?>
324+<?xml version="1.0" encoding="UTF-8"?>
325 <compiz>
326 <plugin name="kdecompat" useBcop="true">
327 <category>General</category>
328
329=== modified file 'plugins/loginout/loginout.xml.in'
330--- plugins/loginout/loginout.xml.in 2012-05-16 17:41:57 +0000
331+++ plugins/loginout/loginout.xml.in 2012-10-15 10:48:22 +0000
332@@ -1,4 +1,4 @@
333-<?xml version="1.0"?>
334+<?xml version="1.0" encoding="UTF-8"?>
335 <compiz>
336 <plugin name="loginout" useBcop="true">
337 <_short>Login/Logout</_short>
338
339=== modified file 'plugins/mag/mag.xml.in'
340--- plugins/mag/mag.xml.in 2012-05-16 17:41:25 +0000
341+++ plugins/mag/mag.xml.in 2012-10-15 10:48:22 +0000
342@@ -1,4 +1,4 @@
343-<?xml version="1.0"?>
344+<?xml version="1.0" encoding="UTF-8"?>
345 <compiz>
346 <plugin name="mag" useBcop="true">
347 <_short>Magnifier</_short>
348
349=== modified file 'plugins/maximumize/maximumize.xml.in'
350--- plugins/maximumize/maximumize.xml.in 2012-05-16 17:40:19 +0000
351+++ plugins/maximumize/maximumize.xml.in 2012-10-15 10:48:22 +0000
352@@ -1,4 +1,4 @@
353-<?xml version="1.0"?>
354+<?xml version="1.0" encoding="UTF-8"?>
355 <compiz>
356 <plugin name="maximumize" useBcop="true">
357 <_short>Maximumize</_short>
358
359=== modified file 'plugins/mblur/mblur.xml.in'
360--- plugins/mblur/mblur.xml.in 2012-05-16 17:42:06 +0000
361+++ plugins/mblur/mblur.xml.in 2012-10-15 10:48:22 +0000
362@@ -1,4 +1,4 @@
363-<?xml version="1.0"?>
364+<?xml version="1.0" encoding="UTF-8"?>
365 <compiz>
366 <plugin name="mblur" useBcop="true">
367 <_short>Motion blur</_short>
368
369=== modified file 'plugins/move/move.xml.in'
370--- plugins/move/move.xml.in 2010-05-25 06:26:27 +0000
371+++ plugins/move/move.xml.in 2012-10-15 10:48:22 +0000
372@@ -1,3 +1,4 @@
373+<?xml version="1.0" encoding="UTF-8"?>
374 <compiz>
375 <plugin name="move" useBcop="true">
376 <_short>Move Window</_short>
377
378=== modified file 'plugins/neg/neg.xml.in'
379--- plugins/neg/neg.xml.in 2012-05-16 17:42:30 +0000
380+++ plugins/neg/neg.xml.in 2012-10-15 10:48:22 +0000
381@@ -1,4 +1,4 @@
382-<?xml version="1.0"?>
383+<?xml version="1.0" encoding="UTF-8"?>
384 <compiz>
385 <plugin name="neg" useBcop="true">
386 <_short>Negative</_short>
387
388=== modified file 'plugins/opacify/opacify.xml.in'
389--- plugins/opacify/opacify.xml.in 2012-05-16 17:41:35 +0000
390+++ plugins/opacify/opacify.xml.in 2012-10-15 10:48:22 +0000
391@@ -1,4 +1,4 @@
392-<?xml version="1.0"?>
393+<?xml version="1.0" encoding="UTF-8"?>
394 <compiz>
395 <plugin name="opacify" useBcop="true">
396 <_short>Opacify</_short>
397
398=== modified file 'plugins/opengl/opengl.xml.in'
399--- plugins/opengl/opengl.xml.in 2012-07-23 08:08:21 +0000
400+++ plugins/opengl/opengl.xml.in 2012-10-15 10:48:22 +0000
401@@ -1,3 +1,4 @@
402+<?xml version="1.0" encoding="UTF-8"?>
403 <compiz>
404 <plugin name="opengl" useBcop="true">
405 <_short>OpenGL</_short>
406
407=== modified file 'plugins/place/place.xml.in'
408--- plugins/place/place.xml.in 2011-10-13 14:36:35 +0000
409+++ plugins/place/place.xml.in 2012-10-15 10:48:22 +0000
410@@ -1,3 +1,4 @@
411+<?xml version="1.0" encoding="UTF-8"?>
412 <compiz>
413 <plugin name="place" useBcop="true">
414 <_short>Place Windows</_short>
415
416=== modified file 'plugins/put/put.xml.in'
417--- plugins/put/put.xml.in 2012-05-16 17:43:32 +0000
418+++ plugins/put/put.xml.in 2012-10-15 10:48:22 +0000
419@@ -1,4 +1,4 @@
420-<?xml version="1.0"?>
421+<?xml version="1.0" encoding="UTF-8"?>
422 <compiz>
423 <plugin name="put" useBcop="true">
424 <_short>Put</_short>
425
426=== modified file 'plugins/reflex/reflex.xml.in'
427--- plugins/reflex/reflex.xml.in 2012-05-16 17:41:53 +0000
428+++ plugins/reflex/reflex.xml.in 2012-10-15 10:48:22 +0000
429@@ -1,4 +1,4 @@
430-<?xml version="1.0"?>
431+<?xml version="1.0" encoding="UTF-8"?>
432 <compiz>
433 <plugin name="reflex" useBcop="true">
434 <_short>Reflection</_short>
435
436=== modified file 'plugins/regex/regex.xml.in'
437--- plugins/regex/regex.xml.in 2010-05-25 06:26:27 +0000
438+++ plugins/regex/regex.xml.in 2012-10-15 10:48:22 +0000
439@@ -1,3 +1,4 @@
440+<?xml version="1.0" encoding="UTF-8"?>
441 <compiz>
442 <plugin name="regex">
443 <_short>Regex Matching</_short>
444
445=== modified file 'plugins/resize/resize.xml.in'
446--- plugins/resize/resize.xml.in 2012-08-08 22:55:45 +0000
447+++ plugins/resize/resize.xml.in 2012-10-15 10:48:22 +0000
448@@ -1,4 +1,4 @@
449-<?xml version="1.0"?>
450+<?xml version="1.0" encoding="UTF-8"?>
451 <compiz>
452 <plugin name="resize" useBcop="true">
453 <_short>Resize Window</_short>
454
455=== modified file 'plugins/resizeinfo/resizeinfo.xml.in'
456--- plugins/resizeinfo/resizeinfo.xml.in 2012-05-16 17:42:45 +0000
457+++ plugins/resizeinfo/resizeinfo.xml.in 2012-10-15 10:48:22 +0000
458@@ -1,4 +1,4 @@
459-<?xml version="1.0"?>
460+<?xml version="1.0" encoding="UTF-8"?>
461 <compiz>
462 <plugin name="resizeinfo" useBcop="true">
463 <_short>Resize Info</_short>
464
465=== modified file 'plugins/ring/ring.xml.in'
466--- plugins/ring/ring.xml.in 2012-05-16 17:43:39 +0000
467+++ plugins/ring/ring.xml.in 2012-10-15 10:48:22 +0000
468@@ -1,4 +1,4 @@
469-<?xml version="1.0"?>
470+<?xml version="1.0" encoding="UTF-8"?>
471 <compiz>
472 <plugin name="ring" useBcop="true">
473 <_short>Ring Switcher</_short>
474
475=== modified file 'plugins/rotate/rotate.xml.in'
476--- plugins/rotate/rotate.xml.in 2010-05-25 06:26:27 +0000
477+++ plugins/rotate/rotate.xml.in 2012-10-15 10:48:22 +0000
478@@ -1,3 +1,4 @@
479+<?xml version="1.0" encoding="UTF-8"?>
480 <compiz>
481 <plugin name="rotate" useBcop="true">
482 <_short>Rotate Cube</_short>
483
484=== modified file 'plugins/scale/scale.xml.in'
485--- plugins/scale/scale.xml.in 2011-09-19 13:00:51 +0000
486+++ plugins/scale/scale.xml.in 2012-10-15 10:48:22 +0000
487@@ -1,3 +1,4 @@
488+<?xml version="1.0" encoding="UTF-8"?>
489 <compiz>
490 <plugin name="scale" useBcop="true">
491 <_short>Scale</_short>
492
493=== modified file 'plugins/scaleaddon/scaleaddon.xml.in'
494--- plugins/scaleaddon/scaleaddon.xml.in 2012-05-16 17:40:13 +0000
495+++ plugins/scaleaddon/scaleaddon.xml.in 2012-10-15 10:48:22 +0000
496@@ -1,3 +1,4 @@
497+<?xml version="1.0" encoding="UTF-8"?>
498 <compiz>
499 <plugin name="scaleaddon" useBcop="true">
500 <_short>Scale Addons</_short>
501
502=== modified file 'plugins/scalefilter/scalefilter.xml.in'
503--- plugins/scalefilter/scalefilter.xml.in 2012-05-16 17:44:26 +0000
504+++ plugins/scalefilter/scalefilter.xml.in 2012-10-15 10:48:22 +0000
505@@ -1,3 +1,4 @@
506+<?xml version="1.0" encoding="UTF-8"?>
507 <compiz>
508 <plugin name="scalefilter" useBcop="true">
509 <_short>Scale Window Title Filter</_short>
510
511=== modified file 'plugins/screenshot/screenshot.xml.in'
512--- plugins/screenshot/screenshot.xml.in 2010-10-01 13:42:31 +0000
513+++ plugins/screenshot/screenshot.xml.in 2012-10-15 10:48:22 +0000
514@@ -1,3 +1,4 @@
515+<?xml version="1.0" encoding="UTF-8"?>
516 <compiz>
517 <plugin name="screenshot" useBcop="true">
518 <_short>Screenshot</_short>
519
520=== modified file 'plugins/session/session.xml.in'
521--- plugins/session/session.xml.in 2012-05-16 17:40:23 +0000
522+++ plugins/session/session.xml.in 2012-10-15 10:48:22 +0000
523@@ -1,3 +1,4 @@
524+<?xml version="1.0" encoding="UTF-8"?>
525 <compiz>
526 <plugin name="session" useBcop="true">
527 <_short>Session Management</_short>
528
529=== modified file 'plugins/shelf/shelf.xml.in'
530--- plugins/shelf/shelf.xml.in 2012-05-16 17:44:22 +0000
531+++ plugins/shelf/shelf.xml.in 2012-10-15 10:48:22 +0000
532@@ -1,4 +1,4 @@
533-<?xml version="1.0"?>
534+<?xml version="1.0" encoding="UTF-8"?>
535 <compiz>
536 <plugin name="shelf" useBcop="true">
537 <_short>Shelf</_short>
538
539=== modified file 'plugins/shift/shift.xml.in'
540--- plugins/shift/shift.xml.in 2012-05-16 17:42:42 +0000
541+++ plugins/shift/shift.xml.in 2012-10-15 10:48:22 +0000
542@@ -1,4 +1,4 @@
543-<?xml version="1.0"?>
544+<?xml version="1.0" encoding="UTF-8"?>
545 <compiz>
546 <plugin name="shift" useBcop="true">
547 <_short>Shift Switcher</_short>
548
549=== modified file 'plugins/showdesktop/showdesktop.xml.in'
550--- plugins/showdesktop/showdesktop.xml.in 2012-05-16 17:42:00 +0000
551+++ plugins/showdesktop/showdesktop.xml.in 2012-10-15 10:48:22 +0000
552@@ -1,4 +1,4 @@
553-<?xml version="1.0"?>
554+<?xml version="1.0" encoding="UTF-8"?>
555 <compiz>
556 <plugin name="showdesktop" useBcop="true">
557 <_short>Show desktop</_short>
558
559=== modified file 'plugins/showmouse/showmouse.xml.in'
560--- plugins/showmouse/showmouse.xml.in 2012-05-16 17:41:32 +0000
561+++ plugins/showmouse/showmouse.xml.in 2012-10-15 10:48:22 +0000
562@@ -1,4 +1,4 @@
563-<?xml version="1.0"?>
564+<?xml version="1.0" encoding="UTF-8"?>
565 <compiz>
566 <plugin name="showmouse" useBcop="true">
567 <_short>Show mouse</_short>
568
569=== modified file 'plugins/showrepaint/showrepaint.xml.in'
570--- plugins/showrepaint/showrepaint.xml.in 2012-05-16 17:41:43 +0000
571+++ plugins/showrepaint/showrepaint.xml.in 2012-10-15 10:48:22 +0000
572@@ -1,4 +1,4 @@
573-<?xml version="1.0"?>
574+<?xml version="1.0" encoding="UTF-8"?>
575 <compiz>
576 <plugin name="showrepaint" useBcop="true">
577 <_short>Show Repaint</_short>
578
579=== modified file 'plugins/snap/snap.xml.in'
580--- plugins/snap/snap.xml.in 2012-05-16 17:40:48 +0000
581+++ plugins/snap/snap.xml.in 2012-10-15 10:48:22 +0000
582@@ -1,4 +1,4 @@
583-<?xml version="1.0"?>
584+<?xml version="1.0" encoding="UTF-8"?>
585 <compiz>
586 <plugin name="snap" useBcop="true">
587 <_short>Snapping Windows</_short>
588
589=== modified file 'plugins/splash/splash.xml.in'
590--- plugins/splash/splash.xml.in 2012-05-16 17:41:10 +0000
591+++ plugins/splash/splash.xml.in 2012-10-15 10:48:22 +0000
592@@ -1,4 +1,4 @@
593-<?xml version="1.0"?>
594+<?xml version="1.0" encoding="UTF-8"?>
595 <compiz>
596 <plugin name="splash" useBcop="true">
597 <_short>Splash</_short>
598
599=== modified file 'plugins/stackswitch/stackswitch.xml.in'
600--- plugins/stackswitch/stackswitch.xml.in 2012-06-24 07:05:18 +0000
601+++ plugins/stackswitch/stackswitch.xml.in 2012-10-15 10:48:22 +0000
602@@ -1,4 +1,4 @@
603-<?xml version="1.0"?>
604+<?xml version="1.0" encoding="UTF-8"?>
605 <compiz>
606 <plugin name="stackswitch" useBcop="true">
607 <_short>Stack Window Switcher</_short>
608
609=== modified file 'plugins/staticswitcher/staticswitcher.xml.in'
610--- plugins/staticswitcher/staticswitcher.xml.in 2012-05-16 17:40:16 +0000
611+++ plugins/staticswitcher/staticswitcher.xml.in 2012-10-15 10:48:22 +0000
612@@ -1,3 +1,4 @@
613+<?xml version="1.0" encoding="UTF-8"?>
614 <compiz>
615 <plugin name="staticswitcher" useBcop="true">
616 <_short>Static Application Switcher</_short>
617
618=== modified file 'plugins/switcher/switcher.xml.in'
619--- plugins/switcher/switcher.xml.in 2011-03-11 18:13:44 +0000
620+++ plugins/switcher/switcher.xml.in 2012-10-15 10:48:22 +0000
621@@ -1,3 +1,4 @@
622+<?xml version="1.0" encoding="UTF-8"?>
623 <compiz>
624 <plugin name="switcher" useBcop="true">
625 <_short>Application Switcher</_short>
626
627=== modified file 'plugins/td/td.xml.in'
628--- plugins/td/td.xml.in 2012-05-16 17:42:38 +0000
629+++ plugins/td/td.xml.in 2012-10-15 10:48:22 +0000
630@@ -1,4 +1,4 @@
631-<?xml version="1.0"?>
632+<?xml version="1.0" encoding="UTF-8"?>
633 <compiz>
634 <plugin name="td" useBcop="true">
635 <_short>3D Windows</_short>
636
637=== modified file 'plugins/text/text.xml.in'
638--- plugins/text/text.xml.in 2012-05-16 17:42:49 +0000
639+++ plugins/text/text.xml.in 2012-10-15 10:48:22 +0000
640@@ -1,4 +1,4 @@
641-<?xml version="1.0"?>
642+<?xml version="1.0" encoding="UTF-8"?>
643 <compiz>
644 <plugin name="text">
645 <_short>Text</_short>
646
647=== modified file 'plugins/thumbnail/thumbnail.xml.in'
648--- plugins/thumbnail/thumbnail.xml.in 2012-05-16 17:41:46 +0000
649+++ plugins/thumbnail/thumbnail.xml.in 2012-10-15 10:48:22 +0000
650@@ -1,4 +1,4 @@
651-<?xml version="1.0"?>
652+<?xml version="1.0" encoding="UTF-8"?>
653 <compiz>
654 <plugin name="thumbnail" useBcop="true">
655 <_short>Window Previews</_short>
656
657=== modified file 'plugins/titleinfo/titleinfo.xml.in'
658--- plugins/titleinfo/titleinfo.xml.in 2012-05-16 17:40:54 +0000
659+++ plugins/titleinfo/titleinfo.xml.in 2012-10-15 10:48:22 +0000
660@@ -1,4 +1,4 @@
661-<?xml version="1.0"?>
662+<?xml version="1.0" encoding="UTF-8"?>
663 <compiz>
664 <plugin name="titleinfo" useBcop="true">
665 <_short>Title Bar Info</_short>
666
667=== modified file 'plugins/trailfocus/trailfocus.xml.in'
668--- plugins/trailfocus/trailfocus.xml.in 2012-05-16 17:42:03 +0000
669+++ plugins/trailfocus/trailfocus.xml.in 2012-10-15 10:48:22 +0000
670@@ -1,4 +1,4 @@
671-<?xml version="1.0"?>
672+<?xml version="1.0" encoding="UTF-8"?>
673 <compiz>
674 <plugin name="trailfocus" useBcop="true">
675 <_short>Trailfocus</_short>
676
677=== modified file 'plugins/trip/trip.xml.in'
678--- plugins/trip/trip.xml.in 2012-07-04 18:54:03 +0000
679+++ plugins/trip/trip.xml.in 2012-10-15 10:48:22 +0000
680@@ -1,4 +1,4 @@
681-<?xml version="1.0"?>
682+<?xml version="1.0" encoding="UTF-8"?>
683 <compiz>
684 <plugin name="trip" useBcop="true">
685 <_short>Trip</_short>
686
687=== modified file 'plugins/vpswitch/vpswitch.xml.in'
688--- plugins/vpswitch/vpswitch.xml.in 2012-05-16 17:40:51 +0000
689+++ plugins/vpswitch/vpswitch.xml.in 2012-10-15 10:48:22 +0000
690@@ -1,4 +1,4 @@
691-<?xml version="1.0"?>
692+<?xml version="1.0" encoding="UTF-8"?>
693 <compiz>
694 <plugin name="vpswitch" useBcop="true">
695 <_short>Viewport Switcher</_short>
696
697=== modified file 'plugins/wall/wall.xml.in'
698--- plugins/wall/wall.xml.in 2012-05-16 17:41:07 +0000
699+++ plugins/wall/wall.xml.in 2012-10-15 10:48:22 +0000
700@@ -1,4 +1,4 @@
701-<?xml version="1.0"?>
702+<?xml version="1.0" encoding="UTF-8"?>
703 <compiz>
704 <plugin name="wall" useBcop="true">
705 <_short>Desktop Wall</_short>
706
707=== modified file 'plugins/wallpaper/wallpaper.xml.in'
708--- plugins/wallpaper/wallpaper.xml.in 2012-05-16 17:44:47 +0000
709+++ plugins/wallpaper/wallpaper.xml.in 2012-10-15 10:48:22 +0000
710@@ -1,4 +1,4 @@
711-<?xml version="1.0"?>
712+<?xml version="1.0" encoding="UTF-8"?>
713 <compiz>
714 <plugin name="wallpaper" useBcop="true">
715 <_short>Wallpaper</_short>
716
717=== modified file 'plugins/water/water.xml.in'
718--- plugins/water/water.xml.in 2012-08-01 04:50:33 +0000
719+++ plugins/water/water.xml.in 2012-10-15 10:48:22 +0000
720@@ -1,3 +1,4 @@
721+<?xml version="1.0" encoding="UTF-8"?>
722 <compiz>
723 <plugin name="water" useBcop="true">
724 <_short>Water Effect</_short>
725
726=== modified file 'plugins/widget/widget.xml.in'
727--- plugins/widget/widget.xml.in 2012-05-16 17:41:28 +0000
728+++ plugins/widget/widget.xml.in 2012-10-15 10:48:22 +0000
729@@ -1,3 +1,4 @@
730+<?xml version="1.0" encoding="UTF-8"?>
731 <compiz>
732 <plugin name="widget" useBcop="true">
733 <_short>Widget Layer</_short>
734
735=== modified file 'plugins/winrules/winrules.xml.in'
736--- plugins/winrules/winrules.xml.in 2012-05-16 17:41:17 +0000
737+++ plugins/winrules/winrules.xml.in 2012-10-15 10:48:22 +0000
738@@ -1,3 +1,4 @@
739+<?xml version="1.0" encoding="UTF-8"?>
740 <compiz>
741 <!-- winrules metadata -->
742 <plugin name="winrules" useBcop="true">
743
744=== modified file 'plugins/wobbly/wobbly.xml.in'
745--- plugins/wobbly/wobbly.xml.in 2009-07-31 01:48:05 +0000
746+++ plugins/wobbly/wobbly.xml.in 2012-10-15 10:48:22 +0000
747@@ -1,3 +1,4 @@
748+<?xml version="1.0" encoding="UTF-8"?>
749 <compiz>
750 <plugin name="wobbly" useBcop="true">
751 <_short>Wobbly Windows</_short>
752
753=== modified file 'plugins/workspacenames/workspacenames.xml.in'
754--- plugins/workspacenames/workspacenames.xml.in 2012-06-14 11:05:02 +0000
755+++ plugins/workspacenames/workspacenames.xml.in 2012-10-15 10:48:22 +0000
756@@ -1,4 +1,4 @@
757-<?xml version="1.0"?>
758+<?xml version="1.0" encoding="UTF-8"?>
759 <compiz>
760 <plugin name="workspacenames" useBcop="true">
761 <_short>Workspace Naming</_short>

Subscribers

People subscribed via source and target branches