diff --git a/configure.ac b/configure.ac index b9a863f..5768b28 100644 --- a/configure.ac +++ b/configure.ac @@ -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, 5) +m4_define(xed_micro_version, 6) m4_define(xed_version, xed_major_version.xed_minor_version.xed_micro_version) AC_INIT([xed], [xed_version], diff --git a/debian/changelog b/debian/changelog index b2f0087..280199e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 25 Jun 2016 11:38:33 +0100 + xed (1.0.5) sarah; urgency=medium * Updated translations