Revision: 7340
Author: nogu.dev
Date: Fri Oct 28 23:25:00 2011
Log: * doc/COMPATIBILITY
- Add new section "Support range for table custom type".
http://code.google.com/p/uim/source/detail?r=7340
Modified:
/trunk/doc/COMPATIBILITY
=======================================
--- /trunk/doc/COMPATIBILITY Fri Oct 28 23:24:51 2011
+++ /trunk/doc/COMPATIBILITY Fri Oct 28 23:25:00 2011
@@ -115,6 +115,22 @@
<----------------------
[get and display candidates in an ordinary way]
[if selcted_index >= 0, select candidate]
+------------------------------------------------------------------------------
+Summary: Support range for table custom type
+Affects: IM developers, Helper program developers
+Updates: Scheme API, C API (uim-custom)
+Version: 1.8.0
+Revision: ac7305
+Date: 2011-09-16
+Modifier: Muneyuki Noguchi
+URL:
+Changes:
+ (update) custom-table?
+ (update) custom-range
+ (update) struct uim_custom_range
+Description:
+ Add support range to the table custom type. This range represents
+ a horizontal header for a table.
------------------------------------------------------------------------------
Summary: New table custom type
Affects: IM developers, Helper program developers