Version 0.10.

This commit is contained in:
Kim Woelders 2023-12-16 12:16:13 +01:00
parent 0a74b1b63a
commit 2865ad2dd4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
Version 0.10
- Make accelerators work (Ctrl-Q/S/X)
- Handle initial failure to connect a bit nicer
- Drop trying to reconnect when e16 exits
- Avoid gtk2 deprecation warnings
- Miscellaneous code cleanups
- Autofoo cleanups
Version 0.9
- Simplify CommsFindCommsWindow()
- Eliminate use of deprecated gdk_flush()

View File

@ -1,4 +1,4 @@
AC_INIT([e16-keyedit],[0.9],[enlightenment-devel@lists.sourceforge.net])
AC_INIT([e16-keyedit],[0.10],[enlightenment-devel@lists.sourceforge.net])
AM_INIT_AUTOMAKE([foreign dist-xz])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])