Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
48062a8267 | ||
|
5feed8d0ed | ||
|
abdd1fe52a |
@@ -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],
|
||||
|
@@ -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
7
debian/changelog
vendored
@@ -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
2
debian/control
vendored
@@ -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
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user