1.8.3
This commit is contained in:
parent
dfcf007a44
commit
d99074ec5e
|
@ -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],
|
||||
|
|
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue