*** empty log message ***
[m17n/m17n-lib.git] / NEWS
diff --git a/NEWS b/NEWS
index 753ddeb..27850d4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,63 @@
 * NEWS -- What's new in the m17n library.                      -*- outline -*-
 * NEWS -- What's new in the m17n library.                      -*- outline -*-
-Copyright (C) 2003, 2004
+Copyright (C) 2003, 2004, 2005
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO112
 See the end for copying conditions.
 
 \f
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO112
 See the end for copying conditions.
 
 \f
+* Changes in the m17n library 1.3.0
+
+** The `configure' script accepts the argument "--without-gui" to
+suppress building GUI libraries.
+
+** The environment variable MDEBUG_OUTPUT_FILE can specify a file to
+output the debugging log messages.
+
+** The member `candidate_changed' of MInputContext carries more
+information; i.e. the list itself is changed, only an index is
+changed, etc.
+
+** The member `callback_list' of MInputDriver can have callback
+functions `input-get-surrounding-text' and
+`input-delete-surrounding-text'.
+
+** The minput_filter () function accepts special events
+`input-focus-move', `input-focus-in', and `input-focus-out'.
+
+** Three letter codes of ISO639-2 are also accepted as language
+symbols.
+
+** New functions minput_get_description (), minput_get_commands (),
+minput_assign_command_keys (), minput_get_variables (), and
+minput_set_variable(), minput_get_title_icon() are introduced for
+handling input methods.
+
+** New fucntions mtext_insert () and and mtext_replace () for
+modifying M-text.
+
+** New functions mtext_uppercase (), mtext_titlecase (),
+mtext_lowercase () implement "3.13 Default Case Operations" of The
+Unicode Standard 4.0.
+
+** New function mtext_line_break () implements the line breaking
+algorithm of The Unicode Standard 4.0 UAX#14.  The algorithm can be
+controlled by the variable mdraw_line_break_option.
+
+** New function msymbol_is_managing_key () checks if a symbol is a
+managing key or not.
+
+** New function mtext_data () exports various information about
+M-text.
+
+** Function mfont_get_prop () accept properties `fontfile',
+`font-acsent', `font-descent', and `max-advance'.
+
+** New function mfont_check () checks if a specific font can be used
+for a specific script and language.
+
+** New function mface_equal () checks if two faces are equal or not.
+
+\f
 * Changes in the m17n library 1.2.0
 
 ** Two new variables MTEXT_FORMAT_UTF_16 and MTEXT_FORMAT_UTF_32.
 * Changes in the m17n library 1.2.0
 
 ** Two new variables MTEXT_FORMAT_UTF_16 and MTEXT_FORMAT_UTF_32.
@@ -20,6 +73,12 @@ specify which font-backend to use.  The value must be Mx or Mfreetype.
 ** New function m17n_status () returns the current initialization
 status.
 
 ** New function m17n_status () returns the current initialization
 status.
 
+** New function minput_reset () resets the current input context.
+
+** Names of sample programs have prefix "m17n-" instead of single "m".
+This is to avoid confiliction of program names included in the other
+packages.
+
 \f
 * Changes in the m17n library 1.1.0
 
 \f
 * Changes in the m17n library 1.1.0
 
@@ -73,8 +132,9 @@ library and the GD library.
 \f
 * Copyright information
 
 \f
 * Copyright information
 
-Copyright (C) 2003, 2004 National Institute of Advanced Industrial
-  Science and Technology (AIST) Registration Number H15PRO112
+Copyright (C) 2003, 2004, 2005
+  National Institute of Advanced Industrial Science and Technology (AIST)
+  Registration Number H15PRO112
 
 This file is part of the m17n library.
 
 
 This file is part of the m17n library.