X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=example%2FChangeLog;h=d9eaf897579af557791bb9b5837c231a41127b14;hb=c6b8074aa4d994a892d8f84c52cfb0384706b29b;hp=54ed31f65da6aa26f8bbcc2f273e04a597a44308;hpb=be97ccfa30bdbd7584746fa59ce13103a3aa3a16;p=m17n%2Fm17n-lib.git diff --git a/example/ChangeLog b/example/ChangeLog index 54ed31f..d9eaf89 100644 --- a/example/ChangeLog +++ b/example/ChangeLog @@ -1,3 +1,199 @@ +2008-06-23 Kenichi Handa + + * Version 1.5.2 released. + + * mview.c: (main): Copyright years updated. + + * mdump.c (main): Copyright years updated. + + * mdate.c: (main): Copyright years updated. + + * medit.c: (main): Copyright years updated. + + * mconv.c (main): Copyright years updated. + +2008-06-13 Kenichi Handa + + * M17NEdit.ja: Shinalese -> Shinhala. + +2008-04-04 Kenichi Handa + + * medit.c (unicode_input_method, saved_input_method): New + variables. + (KeyProc): Make `C-=' activate the unicode input method + temporarily. + (setup_input_methods): Set unicode_input_method if any. + +2008-04-03 Kenichi Handa + + * medit.c (update_cursor): Update control.cursor_pos at first. + +2008-01-31 Kenichi Handa + + * Version 1.5.1 released. + +2008-01-31 Kenichi Handa + + * mview.c: Include . + +2007-12-28 Kenichi Handa + + * Version 1.5.0 released. + +2007-10-29 Kenichi Handa + + * Makefile.am (common_ldflags_gui): Add + ${top_builddir}/src/libm17n-flt.la. + + * .gdb.util (xgstring): Adjusted for the change of dump_gstring. + (xgtr): New command. + +2007-09-18 Kenichi Handa + + * mdump.c (main): Use "generic" fontset by default. + +2007-07-13 Kenichi Handa + + * Version 1.4.0 released. + +2007-05-21 Kenichi Handa + + * medit.c (show_cursor): Use msymbol_name (not mlangauge_name). + +2007-05-16 Kenichi Handa + + * mdate.c (VERSION): Delete it. + (main): Use M17NLIB_VERSION_NAME to print the version number. + + * mconv.c (VERSION): Delete it. + (main): Use M17NLIB_VERSION_NAME to print the version number. + + * mdump.c (PROGRAM_VERSION): Delete it. + (main): Use M17NLIB_VERSION_NAME to print the version number. + + * medit.c (VERSION): Delete it. + (main): Use M17NLIB_VERSION_NAME to print the version number. + + * mview.c (VERSION): Delete it. + (main): Use M17NLIB_VERSION_NAME to print the version number. + +2007-03-29 Kenichi Handa + + * medit.c (setup_input_methods): Use mplist_put_func. + +2006-12-06 Kenichi Handa + + * Version 1.3.4 released. + + * mview.c (VERSION): Changed to 1.3.4. + + * mdump.c (PROGRAM_VERSION): Changed to 1.3.4. + + * mdate.c (VERSION): Changed to 1.3.4. + + * medit.c (VERSION): Changed to 1.3.4. + + * mconv.c (VERSION): Changed to 1.3.4. + +2006-10-27 Kenichi Handa + + * medit.c (surrounding_text_handler): Be sure to set surround text + even if LEN is zero. + +2006-10-16 Kenichi Handa + + * medit.c (create_menu_button): Set XtNinternational to True. + +2006-08-02 Theppitak Karoonboonyanan (tiny change) + + * Makefile.am (common_ldflags, common_ldflags_gui): Use + ${top_builddir}. + +2006-07-19 TAKAHASHI Naoto + + * HELLO.utf8, HELLO.html, HELLO.xml: Add final sukun to Arabic. + +2006-06-23 Kenichi Handa + + * Makefile.am (BUILD_LIBS): Don't increment it conditionally. + + * medit.c (show_cursor): Call mlanguage_name to get English name + of language. + (compare_input_method): Likewise. + (main): Likewise. + +2006-02-22 Kenichi Handa + + * Version 1.3.3 released. + +2006-02-22 Kenichi Handa + + * mview.c: Fix some typo in documention. + + * medit.c: Fix some typo in documention. + + * mdump.c: Fix some typo in documention. + +2006-02-06 Kenichi Handa + + * Version 1.3.2 released. + +2006-02-03 Kenichi Handa + + * mdump.c: Describe the supported color names. + +2006-01-19 Kenichi Handa + + * HELLO.utf8: Fix greek. + + * HELLO.xml: Fix greek. + +2006-01-17 Kenichi Handa + + * mdump.c (main): Use gdImageCreateTrueColor and + gdImageAlphaBlending only if HAVE_GD is 2 or the greater. + +2006-01-16 Kenichi Handa + + * Version 1.3.1 released. + +2006-01-16 Kenichi Handa + + * mdump.c (help_exit): Describe -fg, -bg, -r args. + (main): Handle -fg, -bg args. Use gdImageCreateTrueColor instead + of gdImageCreate. + +2006-01-05 Kenichi Handa + + * HELLO.utf8: Fix Hindi and Oriya. + + * HELLO.xml: Adjusted for the latest HELLO.utf8. + + * HELLO.html: Adjusted for the latest HELLO.utf8. + + * mdate.c (main): Call m17n-view; not mview. + +2005-12-22 Kenichi Handa + + * Version 1.3.0 released. + +2005-12-06 Kenichi Handa + + * medit.c (mt_modified): New variable. + (KeyProc): Update screen if input method modified a text. + (surrounding_text_handler): Set mt_modified to 1 if a text is + deleted. + (main): Fix handling of --font arg. + +2005-12-02 Kenichi Handa + + * medit.c (main): Handle --font arg. + +2005-11-21 Kenichi Handa + + * Makefile.am (bin_PROGRAMS, lib_LTLIBRARIES): Define them + conditionally on WITH_GUI. + 2005-11-11 Kenichi Handa * medit.c (surrounding_text_handler): Directly delete characters @@ -520,5 +716,5 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the m17n library; if not, write to the Free -Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307, USA. +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA.