This commit is contained in:
Clement Lefebvre 2018-07-17 09:33:19 +02:00
parent dfcf007a44
commit d99074ec5e
2 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
m4_define(xed_major_version, 1)
m4_define(xed_minor_version, 8)
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],

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
xed (1.8.3) tara; urgency=medium
[ Michael Webster ]
* search bar/xed-history-entry: Set a 'width-chars' on the GtkEntry widgets of the search and replace entry widgets, and allow their labels to ellipsize upon resizing.
-- Clement Lefebvre <root@linuxmint.com> Tue, 17 Jul 2018 09:32:59 +0200
xed (1.8.2) tara; urgency=medium
[ NikoKrause ]