[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99693: Fix for Bug#5790.
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99693: Fix for Bug#5790. |
Date: |
Sun, 28 Mar 2010 15:09:21 -0400 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99693
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sun 2010-03-28 15:09:21 -0400
message:
Fix for Bug#5790.
* images/icons/hicolor/scalable/apps/emacs.svg: Put preamble after svg tag
(Bug#5790).
modified:
etc/ChangeLog
etc/images/icons/hicolor/scalable/apps/emacs.svg
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog 2010-03-27 12:52:55 +0000
+++ b/etc/ChangeLog 2010-03-28 19:09:21 +0000
@@ -1,3 +1,8 @@
+2010-03-28 Chong Yidong <address@hidden>
+
+ * images/icons/hicolor/scalable/apps/emacs.svg: Put preamble after
+ svg tag (Bug#5790).
+
2010-03-27 Eli Zaretskii <address@hidden>
* PROBLEMS: Mention problems on MS-Windows with incompatible
=== modified file 'etc/images/icons/hicolor/scalable/apps/emacs.svg'
--- a/etc/images/icons/hicolor/scalable/apps/emacs.svg 2010-01-13 08:35:10
+0000
+++ b/etc/images/icons/hicolor/scalable/apps/emacs.svg 2010-03-28 19:09:21
+0000
@@ -1,8 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ version="1.0"
+ width="48"
+ height="48"
+ viewBox="0.171 0.201 512 512"
+ id="svg4768"
+ xml:space="preserve">
<!-- Gnu Emacs Icon
-
- Copyright (C) 2008, 2009, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -21,16 +29,6 @@
-->
<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- version="1.0"
- width="48"
- height="48"
- viewBox="0.171 0.201 512 512"
- id="svg4768"
- xml:space="preserve">
<defs
id="defs4770"><linearGradient
id="linearGradient3294"><stop
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99693: Fix for Bug#5790.,
Chong Yidong <=