e16-keyedit/ChangeLog

49 lines
1.3 KiB
Plaintext

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()
- Spec file cleanups
- Simplify autogen.sh
Version 0.8
- Bump revision, autofoo cleanups.
- Change package name to e16-keyedit for package naming consistency.
- Spec file cleanups.
- Use XkbKeycodeToKeysym() in stead of XKeycodeToKeysym().
- Fix memory leak.
- Remove gtk1 support, add (mostly working) gtk3 support. Default is still gtk2.
- Remove unnecessary AC_PROG_MAKE_SET and AC_PROG_LN_S.
- Add MAINTAINERCLEANFILES.
- Autofoo tweaks.
- Fix warning.
- Eliminate deprecated GtkAlignment stuff.
- Build .xz tarball too.
- Add .desktop file.
Version 0.7
- Make e16keyedit work in e16 window mode.
- Use new keybingdings ipc interface (requires e16 >= 1.0.1).
Version 0.6
- Look for e16keyedit.db in default location if EROOT is not set.
- Remove pre 0.16.8 compatibility. Makes things work with post 0.16.8.
- Remove unmaintained debian stuff.
Version 0.5
- Fix incorrect action text selection when using with e16 < 0.16.8.
- Fix positioning on add/delete entry.
Version 0.4
- Fix array size.
Version 0.3
- Ported to gtk2.
- Add e16 0.16.8 compatibility.