This commit is contained in:
Clement Lefebvre 2016-06-25 11:39:23 +01:00
parent c903282a8a
commit 41fb3ba791
2 changed files with 12 additions and 1 deletions

View File

@ -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, 5) m4_define(xed_micro_version, 6)
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],

11
debian/changelog vendored
View File

@ -1,3 +1,14 @@
xed (1.0.6) sarah; urgency=medium
[ Michael Webster ]
* xed-notebook.c: check vertical mouse position when determining whether a tab is being manipulated. We were just checking horizontal position, which meant that depending on where you start a drag-and-drop, it might think you're trying to drag a tab instead, causing undesirable behavior.
[ Clement Lefebvre ]
* Updated translations
* Added new translations to po/LINGUAS
-- Clement Lefebvre <root@linuxmint.com> Sat, 25 Jun 2016 11:38:33 +0100
xed (1.0.5) sarah; urgency=medium xed (1.0.5) sarah; urgency=medium
* Updated translations * Updated translations