File: ChangeLog

package info (click to toggle)
iok 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,520 kB
  • sloc: ansic: 11,563; sh: 1,280; makefile: 82
file content (165 lines) | stat: -rw-r--r-- 4,960 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
Release 2.1.2
-------------------
- Remove strings "English" and "to English" from translations.
- Update the translations for above change.
- Add some new Indic language translations(bho,brx,doi,hne,mni,sa,sat,sd)

Release 2.1.1
--------------------
- Fix default language code setting when iok run in Inscript2 supported locale
- Added updated translations

Release 2.1.0
---------------------
- Rewritten parser to include Inscript2 keymap support
- iok now defaults to Inscript2 standard
- Updated man page of iok
- Updated parsers for m17n as well as xkb keymaps

Release 1.3.13
---------------------
- Fix rh#684652: iok looks for ~/.m17n not ~/.m17n.d (patch by Daiki Ueno)
- Fix rh#734372: too many xkb-(null) in the list
- Fix rh#734387: "English" and "To English" isn't translatable
- Restrict keymap name that ends with inscript.mim
- Update zanata instance url in zanata.xml 

Release 1.3.12
---------------------
- Include updated translations.
- Fix rh#608256:input fail on touch-screen with finger, while mouse click is
working for iok
  Now to use button drag and drop feature, one need to start this 
  application as "iok -a"

Release 1.3.11
---------------------
- Include updated translations.
- Fix rh#598710: xkb-Tamil Keyboard with Numerals keymap issue

Release 1.3.10
---------------------
- Add missing libX11 DSO check in configure.in
- Fix warnings from compilation.
- Fix rh#571316:Fix parsing problem for tam_keyboard_with_numerals layout.

Release 1.3.9
---------------------
- Include updated translations.
- Add man page (requested by Suji A)

Release 1.3.8
---------------------
- Update desktop file for not to show in GNOME menus.
- Update keymap lists to show ne-trad.mim and ne-rom.mim keymaps.
- Update iok code to always have only single instance running.
- Update translations.

Release 1.3.7
---------------------
- Update translations.

Release 1.3.6
---------------------
- Fix bug for unable to parse Hindi Wx xkb map.
- Make desktop file available for translations.

Release 1.3.5
---------------------
- Fix bug for reading language names from iso-codes.

Release 1.3.4
----------------------
- Fix some translations strings and remove unnecessary strings.

Release 1.3.3
-----------------------
- Make Shift buttons non-sticky.
- Show map list(combo box) for locales whose map is not available
  in iok.
- Add updated tranlations.

Release 1.3.2
-----------------------
- Added command line options to start iok from ibus IM.
- Now defualt iok will start without menus and combobox. 
  To see them use "iok -a" command.
- Change label for switch button to "to English"

Release 1.3.1
------------------------
- Added Fn keys.
- improve keymap loading faster.
- Enhance open_file function.
- Make non-supported keymaps added to end of combo list.

Release 1.3.0
-------------------------
- Add partial xkb layout parsing support

Release 1.2.1
------------------------
- Make iok UI to be always on top
- Add tooltips to iok UI
- when used toggle "ToEnglish" inactivate keyboard selection list. 

Release 1.2.0
-------------------------
- Added new feature of DragNDrop buttons on keyboard UI.
  This is additional to swap dialog. This DragNDrop will
  be helpful for instant keyvalues swapping for keyboard 
  buttons.

Release 1.1.0
-------------------------
- Tried different way(table widget) to draw keyboard in a window.
- modified swap functionality interface with automatic 
  focus change to next widget in swap dialog window.
- load default keymap depending on current locale. 

Release 1.0.9
--------------------------
- Reorganized menubar items.
- Dropped "Advanced Options" check menuitem.
- Enhanced Open and Save Keymap menuitems.
- Combobox now lists language names for standard inscript keymaps 
  from /usr/share/m17n path.

Release 1.0.8
--------------------------
- Reorganized Menu options. Advanced options are now available
  under checkbox menu item "Advanced Options"
- Added toggle button between English and any selected keymap
  on combo box list.

20080814
--------------------------
- Fixed open_file() function bug.
- Reformatted some files.
- removed unnecessary files form svn

Release 1.0.7
--------------------------
- Bug Fix for m key button functionality
- Added feature to open keymap other than keymaps listed in combo box.
- Added missing code for ZWJ and ZWNJ characters.

Release 1.0.6
--------------------------
- Added code to handle various combinations for Caps and left/right Shift keys.
- Reduced size for iok GUI.

Release 1.0.4
-------------------------
- Removed button's label text from key pair(key,value) to only value
- Added Menu interface and removed key swapping and reassiging buttons.
- Added functionality to write a new cutomized keymap from exiting system keymap

Release 1.0.2
--------------------------
- Added English layout functionality
- Added keys swapping and reassigining buttons

Release 1.0.0
--------------------------
- First release.