diff options
author | Slávek Banko <[email protected]> | 2013-08-18 15:43:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-08-18 15:43:45 +0200 |
commit | ae0c828ac29043e7adc56a78fc18d816b32c12b4 (patch) | |
tree | 51cc9b30f40faa951fc029f72c5f5b5e573e863d /ChangeLog | |
download | kkbswitch-ae0c828ac29043e7adc56a78fc18d816b32c12b4.tar.gz kkbswitch-ae0c828ac29043e7adc56a78fc18d816b32c12b4.zip |
Initial import of kkbswitch 1.4.3
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..2de9e64 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,90 @@ +2001-07-29 Leonid Zeitlin <[email protected]> + * Initial release 0.1 + +2001-09-01 Leonid Zeitlin <[email protected]> + * Version 0.2 + * added DCOP bindings (see README) + * fixed a compilation problem with gcc 2.96 + * fixed a bug that prevented KKBSwitch from working with XFree86 4.0.x + (older versions tolerated this bug) + +2001-11-19 Leonid Zeitlin <[email protected]> + * Version 0.3 (not indended for public release) + * If XKeyboard configuration changes while KKBSwitch is running, it can + now detect the change and adapt to it + * Wrote documentation + +2001-11-21 Leonid Zeitlin <[email protected]> + * Version 1.0 + * Integrated online help + * Added "What's this" functionality + * Cleaned up some code + +2002-06-16 Leonid Zeitlin <[email protected]> + * Version 1.1 + * Ported to KDE 3.0. Everything else is the same + +2002-11-02 Leonid Zeitlin <[email protected]> + * Version 1.2 + * Added configuration of default layout and the per-window layout mode (using + code contributed by Mikhail Senin <[email protected]>). Updated documentation + accordingly + * Added Russian translation + +2003-10-18 Leonid Zeitlin <[email protected]> + * Version 1.3 + * Added configurable style of layout indicator icon. Three styles are + implemented: country flag (as in previous versions of KKBSwitch), + language code (a la Windows), country flag with language code + superimposed (a la kxkb) + * Added ability to activate particular layouts with keyboard shortcuts + * Added autostart option + * Work around missing country flag icons in Red Hat 9: try to use + gkb icons instead + * In configuration dialog the default layout is now displayed in bold + * Added Ukrainian translation + +2003-11-02 Leonid Zeitlin <[email protected]> + * Version 1.3.1 + * Restored compatibility with KDE 3.0, unintentionally broken in the + previous release + * Updated Ukrainian translation + +2004-01-08 Leonid Zeitlin <[email protected]> + * Version 1.3.2 + * Bugfix: previously the config dialog failed to set a icon for a layout, for + which KKBSwitch could not initially guess the icon + * Added Greek translation (from Stergios Dramis <[email protected]>) + * Set KDEDIR in RPM spec file (fixes reported problems with incorrect + installation from SRPM) + * configure option to not install ru_ua layout file (--disable-ru-ua-layout) + +2004-05-10 Leonid Zeitlin <[email protected]> + * Version 1.4. + * Reworked Pick Icon dialog: new look and ability to browse for an + arbitrary image file to use as an icon (suggested by Rashid Achilov). + * Option "Use per-window layout" replaced by "Layout scope". Now the + layout can apply either globally (same as "per-window layout" off), to + one window only (same as "per-window layout" on) or to windows of + one application (new feature) (technically, one window class) + (suggested by Oded Arbel). + * Internal code refactoring, must fix some obscure bugs. + +2004-06-16 Leonid Zeitlin <[email protected]> + * Version 1.4.1. + * Fixed a bug that could crash KKBSwitch if no window was active when + the program started up. + * Fixed alignment of the system tray icon. + * Added Slovak translation (from Michal Sulek <[email protected]>) + +2004-11-06 Leonid Zeitlin <[email protected]> + * Version 1.4.2 + * Added Hebrew translation by Igal aka "Koala" and manpage by Shlomi Loubaton + (required for Debian) + +2005-01-15 Leonid Zeitlin <[email protected]> + * Version 1.4.3 + * Added Bulgarian translation by Petko Yotov <[email protected]> and Czech + translation by Michal Bukovsky <[email protected]> + * Try harder to guess layout icon. If group_names file produces no match, try XKB + layout name as country code. |