e16-keyedit/ChangeLog

41 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-08-12 07:33:20 -07:00
Version 0.9
- Simplify CommsFindCommsWindow()
- Eliminate use of deprecated gdk_flush()
- Spec file cleanups
- Simplify autogen.sh
2017-04-16 02:20:53 -07:00
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.
2010-02-14 00:52:29 -08:00
Version 0.7
- Make e16keyedit work in e16 window mode.
- Use new keybingdings ipc interface (requires e16 >= 1.0.1).
2009-05-15 10:25:07 -07:00
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.
2006-12-16 05:58:28 -08:00
2009-05-15 10:25:07 -07:00
Version 0.5
- Fix incorrect action text selection when using with e16 < 0.16.8.
- Fix positioning on add/delete entry.
2006-12-16 05:58:28 -08:00
2009-05-15 10:25:07 -07:00
Version 0.4
- Fix array size.
2000-03-23 11:07:00 -08:00
2009-05-15 10:25:07 -07:00
Version 0.3
- Ported to gtk2.
- Add e16 0.16.8 compatibility.