1.0.6
This commit is contained in:
parent
c903282a8a
commit
41fb3ba791
|
@ -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],
|
||||
|
|
|
@ -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
|
||||
|
||||
* Updated translations
|
||||
|
|
Loading…
Reference in New Issue