1.0.4
This commit is contained in:
parent
22c46dd685
commit
d4f163abb2
|
@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
|
||||||
|
|
||||||
m4_define(xed_major_version, 1)
|
m4_define(xed_major_version, 1)
|
||||||
m4_define(xed_minor_version, 0)
|
m4_define(xed_minor_version, 0)
|
||||||
m4_define(xed_micro_version, 3)
|
m4_define(xed_micro_version, 4)
|
||||||
m4_define(xed_version, xed_major_version.xed_minor_version.xed_micro_version)
|
m4_define(xed_version, xed_major_version.xed_minor_version.xed_micro_version)
|
||||||
|
|
||||||
AC_INIT([xed], [xed_version],
|
AC_INIT([xed], [xed_version],
|
||||||
|
|
|
@ -1,3 +1,33 @@
|
||||||
|
xed (1.0.4) sarah; urgency=medium
|
||||||
|
|
||||||
|
[ monsta ]
|
||||||
|
* fix a few build warnings
|
||||||
|
|
||||||
|
[ itzexor ]
|
||||||
|
* Fix build with gnome-common
|
||||||
|
|
||||||
|
[ Sorokin Alexei ]
|
||||||
|
* Remove MATE leftovers
|
||||||
|
* Warnings fixes
|
||||||
|
|
||||||
|
[ Clement Lefebvre ]
|
||||||
|
* GTK 3.10 compatibility
|
||||||
|
|
||||||
|
[ JosephMcc ]
|
||||||
|
* gtk: We're targeting gtk3.10 so clean up all the gtk version checks and go with that
|
||||||
|
|
||||||
|
[ itzexor ]
|
||||||
|
* xed-close-confirmation-dialog: fix scrolledwindow minimum height
|
||||||
|
|
||||||
|
[ JosephMcc ]
|
||||||
|
* notebooks: Remove the extra frame from the main and documents panel scrolled windows
|
||||||
|
|
||||||
|
[ Clement Lefebvre ]
|
||||||
|
* Use Ctrl+Y for Redo
|
||||||
|
* Updated translations
|
||||||
|
|
||||||
|
-- Clement Lefebvre <root@linuxmint.com> Wed, 27 Apr 2016 14:30:49 +0100
|
||||||
|
|
||||||
xed (1.0.3) sarah; urgency=medium
|
xed (1.0.3) sarah; urgency=medium
|
||||||
|
|
||||||
* packaging: switch to gnome-common
|
* packaging: switch to gnome-common
|
||||||
|
|
Loading…
Reference in New Issue