Update package version to 7.5.1
[platform/core/uifw/isf.git] / packaging / isf.changes
1 * Tue Mar 11 2014 Jihoon Kim <jihoon48.kim@samsung.com> accepted/tizen/mobile/20140311.005458@4062333
2 - Remove smack rule file
3 - fix build error due to %changelog not in descending chronological order
4 - upload isf-2.4.7104
5
6 * Mon Nov 04 2013 Jihoon Kim <jihoon48.kim@samsung.com> accepted/tizen_2.2/20131101.010032@b1e5aa2
7 - increase retry count to to call XOpenDisplay in X11 frontend
8
9 * Sat Nov 02 2013 Ji-hoon Lee <dalton.lee@samsung.com> accepted/tizen_2.2/20131101.010032@7ede534
10 - Removed setsid() function from ise_preexec
11
12 * Thu Oct 31 2013 Haifeng Deng <haifeng.deng@samsung.com> accepted/tizen_2.2/20131029.090101@21432c5
13 - [isf-panel-efl] Fix load OSP IME crash issue
14 - Add monitor for OSP IME
15
16 * Tue Oct 29 2013 Ji-hoon Lee <dalton.lee@samsung.com> accepted/tizen_2.2/20131025.075857@88ea5fb
17 - [panel] fix indentation
18 - OSPIME_Support
19 - [isfsetting] N_SE-55842: newly installed ime isn't shown in the 1st time
20 - support feedback optionally in build environment
21 - Remove unused source codes from PanelAgent class
22 - Reset keyboard ISE when hardware keyboard is disconnected.
23 - Add executable permission to xorg
24 - Request to hide candidate when language is changed to English
25 - Update helper focus_ic by focus_in_helper/focus_out_helper even when H/W keyboard is connecting
26
27 * Wed Oct 23 2013 Jihoon Kim <jihoon48.kim@samsung.com> accepted/tizen_2.2/20131022.161008@5321e06
28 - Fix more button hide issue
29 - Support ESC key to hide IME
30
31 * Tue Oct 22 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20131017.075750@d61454d
32 - add NULL check of p->name in scim_string_to_key ()
33 - check whether length is NULL or not in imdata_get
34 - Fix crash issue when ic->impl is equal to NULL in slot_send_helper_event
35 - fix crash issue in case ecore_imf_context_del () is called in preedit-changed, commit, and so on callback
36
37 * Thu Oct 17 2013 Ji-hoon Lee <dalton.lee@samsung.com> submit/tizen_2.2/20131010.105602@b356188
38 - Modified to set show_requested to TRUE even when candidate is in SHOW state
39 - check cursor position to disable return key in case of focus-in event
40
41 * Thu Oct 10 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20131008.023024@bf8a29f
42 - fix bug candidate window disappears late
43 - initialize cursor position as -1 in focus-out
44 - fix typo in comments
45 - Modified to open candidate window whenever ISE is on, unless HIDE is requested explicitly
46
47 * Tue Oct 08 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20131001.072127@842f0e2
48 - Revert "fix bug the font of candidate word isn't changed according to the change of system font"
49 - Modified to hide candidate window when switching back to SW keyboard mode
50 - modified po file for the wrong word of French
51
52 * Tue Oct 01 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130927.120547@62163bd
53 - fix bug the font of candidate word isn't changed according to the change of system font
54 - Prevent fix
55 - Make sure the hidden keyboard is located outside of display area
56 - Fix candidate window hide issue
57
58 * Fri Sep 27 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130925.013902@9ea691f
59 - [isfsetting] when getting ise info failed, exit the ug
60 - Use temporary file when re-write ISE cache file
61 - fix prevent issue about uninitialized value
62 - Send input panel event to show_request client
63 - fr po issue
64 - Remove autoperiod menu
65 - Fix P130924-00625
66 - Change translation about auto punctuate
67 - change the word as their language in keyboard selection windows
68 - Modified to preserve geometry information provided by ISE
69 - Changed set_keyboard_geom interface to support update_ise_geometry
70 - Assume ISE still active when settle candidate window even in WILL_HIDE state
71 - Fixed some cases that CANDIDATE_WILL_HIDE does not work properly
72 - Do not move candidate window if ISE and candidate window are both in WILL_HIDE state
73 - Modified to hide candidate window when WILL_HIDE ack received
74 - Remove off_prepare_timer when WILL_HIDE_ACK received
75 - Added state checking code before transition to WILL_* state
76 - Use ISE/candidate state variables instead of state-specific flags
77 - Clarified the usage of keyboard geometry related functions
78 - Fixed the candidate window being displayed improperly by hide timer
79 - Register render_flush callback for candidate window when KEYBOARD_STATE changes
80 - Fixed prevent defects
81 - Modified the scim_socket to connect in nonblocking way
82
83 * Wed Sep 25 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130924.051447@0b43651
84 - fix flicker problem in setting
85 - fix bug H/W keyboard selection is enabled after disconnecting H/W keyboard
86 - check NULL pointer before accessing pointer
87
88 * Tue Sep 24 2013 Li Zhang <li2012.zhang@samsung.com> submit/tizen_2.2/20130923.021825@db7da88
89 - Replace SocketConfig reload with HelperAgent reload
90 - [immodule] Save current active X window ID in focus-in for candidate window
91
92 * Mon Sep 23 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130916.225857@e64feee
93 - initialize current helper uuid when stop_helper () is called
94
95 * Mon Sep 23 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130918.203111@8f611b9
96 - do not install service file in spec
97 - Cleanup packaging and reset manifest
98 - compile with dlog headers and libs
99 - Make systemd unit file as part of source code
100
101 * Thu Sep 19 2013 Chengwei yang <chengwei.yang@intel.com>
102 - Now systemd unit file is part of source code
103
104 * Wed Sep 18 2013 Chengwei yang <chengwei.yang@intel.com>
105 - Fix activate scim.service failed
106
107 * Tue Sep 17 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130916.060443@132356a
108 - [isfsetting] fix N_SE-52363
109 - fix bug hide event callback wasn't called when context is deleted
110
111 * Mon Sep 16 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130910.054608@b126aba
112 - remove code to send will_show_ack
113 - changed logic location of checking pre_uuid
114 - Hide IME when H/W back key is released even though there is no focus
115 - conditional use tts library
116 - Fix WILL_SHOW state missing issue
117
118 * Mon Sep 09 2013 Li Zhang <li2012.zhang@samsung.com> submit/tizen_2.2/20130904.051918@b285e72
119 - Release configbase when App exiting
120 - Add soft candidate interface
121 - Remove send_candidate_will_hide_ack from IMControlClient
122 - Change pagesize to 2 bytes
123 - Solve input_panel_state_get issue
124 - Avoiding keyboard flickering when focus out,reset and commit string
125 - Use non-blocking mode socket
126 - Update gtkimcontextscim.cpp and scim_x11_frontend.cpp for PanelClient
127 - Add SCIM_IME_SUPPORT_LANGUAGE_TOGGLE_KEY option for keyboard ISE
128 - add exit test case
129
130 * Wed Sep 04 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130829.082133@a396d4d
131 - Fix bug candidate window hide after 1 sec when application is terminated
132 - [efl_setting] Update Makefile.am
133 - Donot call getpid () for DLOG
134 - Remove unused source codes
135 - Use singleton config instance
136 - call reset after hiding IME for avoiding the blink of candidate window
137 - call ecore_imf_context_reset when H/W back key is released
138 - Fix bug IME remains show status even though application terminated
139 - Send hide request in case of abnormal exit
140 - fix N_SE-50420
141 - Change SCIM_LOOKUP_TABLE_MAX_PAGESIZE to 300
142 - [efl_immodule] Merge IMControlClient function into PanelClient
143 - Fix bug candidate window disappear after about 1 sec in H/W keyboard mode
144 - delete candidate timer when candidate window is hidden
145 - Modified to update window_angle when ROT_CHANGE_REQ recved from ISE
146 - Modified to show candidate window without visibility checking
147 - Added code for resetting candidate_will_hide flag
148 - set locale
149 - Fix bug the name of heleper or engine displays as gettext ID
150 - remove candidate rotation code in update_ise_geometry, Add candidate close code for rotation
151 - remove code to set ELM engine and fps
152 - modify log information and level
153 - Enable feedback (sound & vibration) on candidate item
154 - Remove unused declaration
155 - skip will show sync to improve the performance of show effect
156 - [panel] Set SIP status in vconf
157
158 * Thu Aug 29 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130827.035107@cff004b
159 - Change label of UG
160 - Add autocapital type in isecontext
161 - Reduce the number of dlog lines in immodule
162 - [isfsetting]fix N_SE-50147
163 - upload isf-2.4.6827
164 - Merge "fix N_SE-49587 allow duplicated ise name now" into tizen_2.2
165 - Reduce binary size gc-sections
166 - skip checking autocapital in H/W keyboard mode
167 - fix N_SE-49587 allow duplicated ise name now
168 - call prediction_allow_set in IMEngine in case of only having focus
169 - Include unistd.h in scim_helper.cpp
170
171 * Thu Aug 15 2013 Li Zhang <li2012.zhang@samsung.com> submit/tizen_2.2/20130815.054758@9d070e0
172 - Change "English/Keyboard" to "English Keyboard"
173 - Fix bug of autocapital analysis
174 - Include unistd.h in scim_helper.cpp
175
176 * Thu Aug 01 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130729.054443@870bbef
177 - set _app_window before set_keyboard_geometry_atom_info in slot_show_ise()
178 - set keyboard geometry at _ECORE_X_ATOM_E_VIRTUAL_KEYBOARD_OFF_PREPARE_REQUEST status
179 - set _app_window value in efl_get_app_window API
180 - set window angle value in ECORE_X_VIRTUAL_KEYBOARD_STATE_ON
181 - fix indentation
182
183 * Mon Jul 29 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130725.015848@e390813
184 - Disabled auto_throttle feature
185
186 * Thu Jul 25 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130719.104759@59c7640
187 - fix crash because of invalid show request input context
188 - fix crash issue on OSP application
189
190 * Fri Jul 19 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130719.061320@0766f3c
191 - fix N_SE-46950: reset _hw_ise_bak when switching software keyboard leads to hardware keyboard engine changed.
192
193 * Fri Jul 19 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130717.073813@595f2e8
194 - check candidate window status on OFF_PREPARE
195
196 * Wed Jul 17 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130717.070759@07c7a28
197 - check ise_show status in settle function
198
199 * Wed Jul 17 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130716.100430@d7c5aec
200 - Add window angle for get_ise_geometry
201 - Add delete_candidate_hide timer in ui_candidate_show
202
203 * Tue Jul 16 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130716.085907@cf7e0ae
204 - check ise_height in settle function
205 - fix settle height
206
207 * Tue Jul 16 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130715.051408@17c9863
208 - remove _candidate_angle change code in get_ise_geometry
209 - change candidate window max value
210
211 * Mon Jul 15 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130712.045645@dc286d3
212 - Use dlog instead of std::cerr
213 - [panel] fix unchecked return value
214 - [demo] Use ea_editfield
215
216 * Fri Jul 12 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130711.000228@3df7f2f
217 - Fix wrong candidate angle affects the geometry of ISE
218 - Refined the routine for updating ISE size information
219 - Changed to relocate candidate window instead of hiding it when H/W keyboard attached
220 - check hardware keyboard status before set active ise
221
222 * Thu Jul 11 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130709.065255@552cf9e
223 - check hardware mode before back hw_keyboard_selection_view_set_cb
224 - Add dbus smack rule for setting UG
225 - [setting] update current keyboard engine on on_resume
226
227 * Tue Jul 09 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130703.084619@eead613
228 - fix candidate window stacking bug
229 - Add smack rule for dbus
230 - upload isf-2.4.6703
231
232 * Wed Jul 03 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130703.000910@b0ee9f0
233 - keyboard setting view should be changed according to H/W keyboard connection
234 - check return value of pkgmgr function
235 - upload isf-2.4.6702
236
237 * Tue Jul 02 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/tizen_2.2/20130628.112408@69fa176
238 - Add smack rule
239 - [immodule] fix indentation
240 - upload isf-2.4.6628
241 - Change word to newly translated word
242 - fix bug back key isn't propagated in case of H/W keyboard mode
243 - Add candidate will hide for candidate hide sync
244 - upload isf-2.4.6624
245 - Support back key
246 - upload isf-2.4.6621-3
247 - fix bug hide request was dicarded
248 - upload isf-2.4.6621-2
249 - fix build warning
250 - upload isf-2.4.6621
251 - Add smack rule for supporting screen reader
252 - upload isf-2.4.6620
253 - Add launch/destroy/show/hide logs for scim-helper-launcher
254 - Added timer for off_prepare_done
255 - Add interface update_preedit_string_with_caret()
256 - Add preedit window
257 - Remove unnecessary config reload call
258 - improve autocapital condition check code
259 - support japanese auto punctuation
260 - fix autoperiod bug
261 - check reverse question mark and exclamation mark to check autoperiod
262 - change code to process back button
263 - Change naviframe back key event handling
264 - remove debug printf
265 - remove code for terminating app when END key is pressed
266 - upload isf-2.4.6619
267 - Move smack rule into separate rule file
268 - change DLOG tagname of immodule
269 - Add screen reader feature
270 - remove unnecessary prepare and send
271 - fix bug focus-in message couldn't be transferred
272 - add check focus ic
273 - fix BS issue when S/W keyboard selection is selected
274 - fix prevent issue
275 - Merge "Separated GEOMETRY_EVENT from set_keyboard_geometry_atom_info()" into tizen_2.2
276 - Separated GEOMETRY_EVENT from set_keyboard_geometry_atom_info()
277 - fix issue IME is hidden late in application does heavy job
278 - upload isf package
279 - upload isf-2.4.6610
280 - remove code to check focus ic because of side effect
281 - Merge "Revert "move hide timer from immodule to panel"" into tizen_2.2
282 - Revert "move hide timer from immodule to panel"
283 - upload isf-2.4.6607
284 - Merge "move hide timer from immodule to panel" into tizen_2.2
285 - move hide timer from immodule to panel
286 - Remove keyboard wizard source codes
287 - Solve aux/candidate selection event broadcast issue
288 - Remove gtk_panel source codes
289 - fix back space issue in MBE
290
291 * Wed Jun 19 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130619.143358@6b9f91e
292 - do not depend on e17 in %post
293
294 * Thu Jan 31 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/master/20130130.000238@1871df6
295 - Remove code to hide IME in case of Search, go return key type
296 - Remove debian directory
297 - [setting] code format
298 - [panel] fix logic to create control window
299 - [panel] code cleanup
300 - [immodule] fix bug not to send will hide ack
301 - [immodule] add dlog for debugging
302 - disable autoreorder in hangul engine
303 - Fixed build break
304 - upload isf-2.3.6129-2
305 - The feature for synchronization with window manager newly added
306 - [setting]fix : reset option couldn't work well
307 - fix for GCC 4.7 build
308 - Upload isf-2.3.6128
309 - [demo] add language demo
310 - [immodule] fix bug that language information hasn't be transfered in ISE Context.
311 - Remove exit (0) from scim_helper_launcher.cpp
312 - [immodule] change input panel state when root window property is changed
313 - [immodule] display a variety of event logs in dlog
314 - [immodule] remove unused code
315 - [immodule] Use notification library instead of syspopup.
316 - [demo] fix build warning
317 - [immodule] Add dlog related to conformant status and geometry information
318 - [demo] code refactoring
319 - ignore input panel event when hardware keyboard is connected.
320 - upload isf-2.3.6122
321 - fix memory leak related to ecore_x_e_window_profile_get
322 - Remove unused ISF logs
323 - [immodule] fix IME issue not to hide IME in account
324 - [immodule] Compare window ID in X window focus out callback function
325 - change file permission to 644
326 - [immodule] Hide IME after rendering conformant area
327 - Add modifications in boilerplate
328 - add X window focus out handler for X based application
329 - [panel] Call elm_win_raise () when expand button is clicked
330 - Update boilerplate
331 - [panel] fix candidate window blink issue when candidate window is expanded.
332 - [immodule] use ecore_imf API to show or hide for debugging easily
333 - [isf-demo-efl] Remove "ocr_ug_api.h" header file
334 - [immodule] use dlog for printing error
335 - change boilerplate
336 - upload isf-2.3.6114
337
338 * Mon Jan 14 2013 Jihoon Kim <jihoon48.kim@samsung.com> submit/master/20130110.033407@539fda6
339 - Add interface to get imdata from isf_imf_context
340 - [demo] Add changed and preedit,changed event
341 - [immodule] fix bug state is changed to WILL_SHOW when ecore_imf_context_input_panel_show is called after IME is already shown
342 - [immodule] refactoring
343 - Hide IME in case of Search, Go, Login, Signin, Join Return key type
344 - restore file mode to 644
345
346 * Sun Dec 30 2012 Jihoon Kim <jihoon48.kim@samsung.com> submit/master/20121228.061947@732e71f
347 - change CSC directory
348 - [immodule] refactoring timer delete code
349 - Support GBS --no-configure option for shortening build time
350
351 * Sun Dec 30 2012 Jihoon Kim <jihoon48.kim@samsung.com> submit/trunk/20121228.062554@33cbfd0
352 - fix bug wrong context is used when IME is hidden by flick gesture
353 - fix:pressing Home key while in setup module in keyboard setting ug, popup the window to the main page of the ug to avoid syncing ise option data issue remove useless hw_keyboard_selection_view_back_cb() and sw_keyboard_selection_view_back_cb() fix:default value for auto capitalization is true
354 - Change font name to "tizen"
355 - When target is rotated, donot show candidate window until ISE send ECORE_IMF_INPUT_PANEL_STATE_SHOW; Fix H/W keyboard engine selection issue in case of Japanese IME
356 - use elm_win_prop_focus_skip_set API
357 - Fix config->write issue according to prevent report
358 - Revert "[systemd] changed "scim -d" as simple"
359 - [systemd] changed "scim -d" as simple
360 - change permission of releasenote.txt
361 - Fix bug not to hide IME when ecore_imf_context_del is called
362 - Fix initial ISE reading issue
363 - Remove redundant geometry events
364 - change message of root window property
365 - fix PLM bug:isfsetting ug indicator problem
366 - Update changelog
367 - Implement ISF control feature according to OSP setting requirement
368 - refine log format
369 - code refactoring
370 - Fix the issue 'can't type in password field of chromium browser'
371 - fix GTK immodule install directory
372 - fix gtk link error
373 - remove deprecated API - start_default_ise call
374 - Fix the issue 'Unable to input Chinese characters in Firefox or Thunderbird.'
375 - Rename programming guide doxygen file
376 - Remove unused isf-panel-efl file
377 - Fix P121127-4709: Add cursor position checking
378 - Expand the size of Ise_Context structure for future use
379 - Catch exception
380 - Catch exception
381 - Check the result of set_nonblock_mode ()
382 - Check the result of open_connection ()
383 - Donot call unload () when IMEngine loading is failed
384 - fix memory leak in set_keyboard_geometry_atom_info
385 - Check buf pointer
386 - remove S47isf-panel-efl booting script. isf-panel-efl process is launched by xinitrc for supporting X11 frontend
387 - handle altgr modifier
388 - remove unused code
389 - check the result of ecore_x_window_prop_card32_get
390 - fix wrong memset problem in IMdkit
391 - check the value of service_get_extra_data
392 - ecore_x_bell replaces gdk_beep
393 - Set correct ic for input_panel_show () and input_panel_hide ()
394 - fix prevent issue. c_str() returns temporary pointer
395 - [systemd] add missing patch
396 - create tag
397 - fix BS issue
398 - Merge "remove unused code"
399 - remove unused code
400 - fix build error due to spec file
401 - Merge "modify manifest"
402 - modify manifest
403 - Add focus_in and focus_out for IMControl
404 - print called function
405 - remove unused code
406 - Add ISF logs for no-ise-launching-at-first-boot in emulator
407 - Set using_ic in _event_callback_call
408 - Start scim instead of isf-panel-efl
409 - Give isf-panel service a low oom_adj value to avoid killed
410 - Add set_imdata () for keyboard ISE; Add update_displayed_candidate_number, candidate_more_window_show, candidate_more_window_hide for keyboard ISE;
411 - Update coding style
412 - fix the setup module reload issue
413 - Modified to create 3rd party ISE directory, temporarily
414 - fix PLM P121127-0347: focusable description item
415 - Fix memory leak when show ISE panel
416 - Remove ISF log when load/unload ISE module
417 - Replace XKeycodeToKeysym () with XkbKeycodeToKeysym ()
418 - Add update_cursor_position () for keyboard ISE
419 - Fix issue N_SE-13430: Disable check datasum feature for socket to reduce socket transmission delay
420 - Fix issue N_SE-13248 candiate show inproperly when keyboard is connected.
421 - Update changelog
422 - Donot create candidate window when focus in
423 - reduce time to process autocapital
424 - Update scim_helper.h and scim_panel_client.h for ABI issue
425 - Add expand_candidate (), contract_candidate () and update_candidate_item_layout () for keyboard ISE
426 - create /etc/scim/conf directory for CSC
427 - add a variety of layout in focus movement for test
428 - Use virtualkeypad,state,* smart callback of conformant
429 - fix information item layout problem
430 - Add FLOATING_CANDIDATE_WINDOW in HelperAgent::set_candidate_style ()
431 - upload isf_2.3.5920
432 - keep the lastest input method even though focus is changed
433 - Add Hangul key as trigger event key
434 - format and clean source codes
435 - add focus movement on pressing 'next' button
436 - Add ISF log file to record keyboard ISE and helper ISE load/unload
437 - update images
438 - Fixed the bug that newly added interface function pointer is not initialized
439 - update po
440 - Added set_path_info function to HelperModule to support OSP based keyboard
441 - Apply indicator change
442 - Explicitly unload module before helper ISE process is finished
443 - Add request field in manifest file
444 - fix PLM P121107-5543 po problem
445 - upload pot file
446 - Remove unused source codes
447 - Replace control_privilege () with set_app_privilege ("isf", NULL, NULL)
448 - Change font name to "SLP"
449 - load_config before create_ui for ise setup module
450 - restore file mode
451 - Change uuid
452 - fix issue N_SE-11810: ise dose not show when H/W keyboard is connected
453 - Call reload_config () when set keyboard ISE
454 - Update hardware keyboard after software keyboard is changed
455 - fix Nabi issue N_SE-10561 and the setting part problem of N_SE-11100
456 - Hide preedit string when soft ISE commit string
457 - Move reset () after panel_req_focus_in ()
458 - Fix reset defect when hardware keyboard is connected
459 - Add color style of preedit feature
460 - fix PLM issue P121018-3268 isfsetting language view problem
461 - Donot force to commit string in isf_imf_context_reset ()
462 - Remove request field in manifest according to the security team's request
463 - change Persian to Farsi
464 - Remove source codes related with hibernation
465 - upload isf-2.3.5817 again
466 - apply smack manifest
467 - Donot show candidate when update lookup table
468 - Remove unused source codes
469 - Upload isf package
470 - Add license information
471 - Added urgent features that OSP applications need
472 - upload isf-2.3.5808
473 - Change S42isf-panel-efl to S47isf-panel-efl
474 - add code to use ecore_x_e_virtual_keyboard_state_get
475 - Add/install a systemd service file; package initscript symlinks
476 - add spanish punctuations
477 - Add IMEngineOption and get_option () for keyboard ISE
478 - Fixed autocapital issue:signal_connect_set_caps_mode not call when prediction ON.
479 - Add checking condition when change factory
480 - Support candidate showing when target is rotated
481 - Change S42isf-panel-efl to S47isf-panel-efl
482 - Add reset_keyboard_ise () in HelperAgent class
483 - Update candidate displaying
484 - upload isf 2.3.5717
485 - add SIGNIN type
486 - Change default mode of autocapital option
487 - do not show or hide ISE in case of desktop mode
488 - Hide "v" button when only one line candidates
489 - add padding at bottom
490 - Upload again
491 - Restore file mode to 644
492 - Add notification of which keyboard ISE is selected by hotkey
493 - Fix input panel geometry defect when target is rotating
494 - update isf-2.3.5706
495 - disable prediction in TERMINAL layout
496 - add cursor pos in Ise_Context structure
497 - call hide event callback when context is deleted
498 - [setting] update po files
499 - Merge "Use /home for the datadir instead of /opt/home" into 2.0_beta
500 - [immodule] do not emit HIDE state callback
501 - [setting] update po files
502 - update typo fix if no option for the ise , disable the ise option item instead of popup
503 - add code to check keyboard geometry of elm conformant
504 - fix coding style
505 - add dlog in focus-in handler
506 - Add longpress event for soft ISE
507 - update po, support 51 languages
508 - fix indentation
509 - 51 languages
510 - set window title
511 - change vconf key type from string to bool
512 - fix bug not to call hide event callback when context is deleted
513 - fix coding style
514 - fix the po issue
515 - Add set_candidate_style () for HelperAgent class
516 - Use /home for the datadir instead of /opt/home
517
518 * Wed Sep 12 2012 Patrick McCarty <patrick.mccarty@linux.intel.com> b965032
519 - Use /home for the datadir instead of /opt/home
520