3 Commits
1.0.2 ... 1.0.3

Author SHA1 Message Date
Clement Lefebvre
48062a8267 1.0.3 2016-02-10 10:18:53 +00:00
Clement Lefebvre
5feed8d0ed Fixed wrong dconf paths 2016-02-10 10:00:39 +00:00
Clement Lefebvre
abdd1fe52a packaging: switch to gnome-common 2016-02-09 09:00:10 +00:00
7 changed files with 14 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
m4_define(xed_major_version, 1)
m4_define(xed_minor_version, 0)
m4_define(xed_micro_version, 2)
m4_define(xed_micro_version, 3)
m4_define(xed_version, xed_major_version.xed_minor_version.xed_micro_version)
AC_INIT([xed], [xed_version],

View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.x.editor" path="/org.x.editor/">
<schema id="org.x.editor" path="/org/x/editor/">
<key name="use-default-font" type="b">
<default>true</default>
<summary>Use Default Font</summary>

7
debian/changelog vendored
View File

@@ -1,3 +1,10 @@
xed (1.0.3) sarah; urgency=medium
* packaging: switch to gnome-common
* Fixed wrong dconf paths
-- Clement Lefebvre <root@linuxmint.com> Wed, 10 Feb 2016 10:18:18 +0000
xed (1.0.2) sarah; urgency=medium
* Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit)

2
debian/control vendored
View File

@@ -14,7 +14,7 @@ Build-Depends: autotools-dev,
libsm-dev,
libx11-dev,
libxml2-dev,
mate-common,
gnome-common,
yelp-tools,
Standards-Version: 3.9.6

View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<schemalist>
<schema id="org.x.editor.plugins.filebrowser" path="/org.x.editor/plugins/filebrowser/">
<schema id="org.x.editor.plugins.filebrowser" path="/org/x/editor/plugins/filebrowser/">
<key name="open-at-first-doc" type="b">
<default>true</default>
<summary>Set Location to First Document</summary>
@@ -18,7 +18,7 @@
</key>
<child name="on-load" schema="org.x.editor.plugins.filebrowser.on-load"/>
</schema>
<schema id="org.x.editor.plugins.filebrowser.on-load" path="/org.x.editor/plugins/filebrowser/on-load/">
<schema id="org.x.editor.plugins.filebrowser.on-load" path="/org/x/editor/plugins/filebrowser/on-load/">
<key name="tree-view" type="b">
<default>true</default>
<summary>Open With Tree View</summary>

View File

@@ -5,7 +5,7 @@
<value value="1" nick="document"/>
<value value="2" nick="always"/>
</enum>
<schema path="/org.x.editor/plugins/spell/" id="org.x.editor.plugins.spell">
<schema path="/org/x/editor/plugins/spell/" id="org.x.editor.plugins.spell">
<key name="autocheck-type" enum="org.x.editor.plugins.spell.AutocheckType">
<default>'document'</default>
<summary>Autocheck Type</summary>

View File

@@ -6,7 +6,7 @@
<value nick="use-selected-format" value="2"/>
<value nick="use-custom-format" value="3"/>
</enum>
<schema id="org.x.editor.plugins.time" path="/org.x.editor/plugins/time/">
<schema id="org.x.editor.plugins.time" path="/org/x/editor/plugins/time/">
<key name="prompt-type" enum="org.x.editor.plugins.time.PromptType">
<default>'prompt-selected-format'</default>
<summary>Prompt type</summary>