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 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211
|
2016-06-17 Theppitak Karoonboonyanan <theppitak@gmail.com>
* configure.ac, NEWS:
=== Version 0.1.4 ===
2016-06-17 Theppitak Karoonboonyanan <theppitak@gmail.com>
Update project info.
* AUTHOR: Update my e-mail address.
* README: Use LTN URL instead of sourceforge for the LibThai project.
2016-06-16 Theppitak Karoonboonyanan <theppitak@gmail.com>
Fix 'make distcheck' error.
This package installs SCIM module in the directory queried
from scim pkg-config. This fails 'make distcheck', as the
--prefix option is not obeyed. What suggested in GNU Automake
manual is to prevent the ${prefix} substitution:
https://www.gnu.org/software/automake/manual/html_node/Hard_002dCoded-Install-Paths.html
From now on, user has to pass --prefix explicitly to get the
module installed at the right place, which should already be
the case for most builds.
* configure.ac:
- Call pkg-config with ${prefix} substitution prevented
when querying icondir and moduledir.
2016-06-16 Theppitak Karoonboonyanan <theppitak@gmail.com>
Switch to XZ tarball compression.
* configure.ac:
- Pass "dist-xz no-dist-gzip" options to AM_INIT_AUTOMAKE().
2016-01-22 Theppitak Karoonboonyanan <theppitak@gmail.com>
Drop deprecated GtkAlignment.
* src/scim_thai_imengine_setup.cpp (create_setup_window):
- Remove intermediate GtkAlignment widgets (which has been
deprecated since GTK+ 3.14) and directly add their child VBox
to the parents, and then set the margin of the child VBox directly.
- The required GTK+ >= 3.14 is already satisfied by previous commit.
2016-01-22 Theppitak Karoonboonyanan <theppitak@gmail.com>
Replace deprecated GtkMisc alignment functions.
* src/scim_thai_imengine_setup.cpp (create_setup_window):
- Replace deprecated gtk_misc_set_alignment() (since GTK+ 3.16)
with gtk_label_set_xalign() and gtk_label_set_yalign().
* configure.ac:
- Require GTK+ >= 3.16.
2016-01-21 Theppitak Karoonboonyanan <theppitak@gmail.com>
* configure.ac, src/*.h, src/*.cpp: Update my e-mail address.
2016-01-21 Theppitak Karoonboonyanan <theppitak@gmail.com>
* configure.ac: Post-release version suffix added.
2012-06-09 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.ac, NEWS:
=== Version 0.1.3 ===
2012-06-09 Theppitak Karoonboonyanan <thep@linux.thai.net>
Migrate away deprecated APIs, fixing FTBFS.
* src/scim_thai_imengine_setup.cpp (create_setup_window):
- Drop the deprecated GtkTooltips object and set widget tooltip
directly with the new gtk_widget_set_tooltip_text().
* src/scim_thai_imengine_setup.cpp (create_setup_window):
- Replace gtk_vbox_new() with gtk_box_new() with GtkOrientation.
2012-06-09 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.ac: Post-release version suffix added.
2011-06-27 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.ac, NEWS:
=== Version 0.1.2 ===
2011-06-26 Theppitak Karoonboonyanan <thep@linux.thai.net>
* src/Makefile.am (thai_la_LDFLAGS, thai_imengine_setup_la_LDFLAGS):
Split libraries into *_LIBADD targets, to allow "-Wl,--as-needed"
or other configured LDFLAGS insertion before -lxxx flags.
2010-06-29 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.ac: Add AC_CONFIG_MACRO_DIR() as suggested by libtoolize
message.
* Makefile.am: Remove unrelated m4/ChangeLog from EXTRA_DIST.
* src/Makefile.am: Add $(LIBTHAI_CFLAGS) to CFLAGS for building
thai_imengine_setup.la, fixing FTBFS when libthai is not installed in
standard include dirs.
2010-06-29 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.ac: Post-release version suffix added.
* configure.ac: Add AM_GNU_GETTEXT_VERSION() macro so that gettext
files can be updated with autopoint.
* autogen.sh: Invoke autopoint instead of gettextize.
2008-05-24 Theppitak Karoonboonyanan <thep@linux.thai.net>
* NEWS:
=== Version 0.1.1 ===
2008-05-24 Theppitak Karoonboonyanan <thep@linux.thai.net>
* Makefile.am: Remove mkinstalldirs from EXTRA_DIST, fixing
'make dist' error.
* ChangeLog: Fix typos configure.in -> configure.ac.
2007-12-18 Theppitak Karoonboonyanan <thep@linux.thai.net>
* src/scim_thai_imengine.cpp: Add missing #include <string.h>, fixing
FTBFS with gcc-4.3 (Debian Bug #455624).
2006-09-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.ac: Post-release version bump.
2006-07-20 Theppitak Karoonboonyanan <thep@linux.thai.net>
* README: Added some info.
* configure.ac, NEWS:
=== Version 0.1.0 ===
2006-07-20 Theppitak Karoonboonyanan <thep@linux.thai.net>
* src/Makefile.am, +src/scim_thai_imengine_config.h,
+src/scim_thai_imengine_setup.cpp, src/scim_thai_imengine_factory.cpp:
Added setup GUI. Split configuration variables into a common header.
* src/scim_thai_imengine.cpp: Removed excessive Uses_LOOKUP_TABLE.
2006-07-19 Theppitak Karoonboonyanan <thep@linux.thai.net>
* src/scim_thai_imengine_factory.{h,cpp}: Read config in
reload_config() and stored values for instance creation.
* src/scim_thai_imengine.h: Forward declared ThaiFactory class.
2006-07-18 Theppitak Karoonboonyanan <thep@linux.thai.net>
* src/scim_thai_imengine.{h,cpp},
src/scim_thai_imengine_factory.{h,cpp}, src/scim_thai_keymap.h:
Shortened class/type names. Rearranged source.
2006-07-18 Theppitak Karoonboonyanan <thep@linux.thai.net>
* src/scim_thai_imengine.{h,cpp}: Added get/set functions for ISC mode
and keyboard layout. Also added c-tor params.
* src/scim_thai_imengine.cpp (~::process_key_event()): Called beep()
on key validation failure.
2006-07-18 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.ac, Makefile.am, +data/Makefile.am, +data/scim-thai.png:
Added icon.
2006-07-18 Theppitak Karoonboonyanan <thep@linux.thai.net>
* src/scim_thai_imengine.cpp: Rearranged source.
2006-07-18 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.ac, src/Makefile.am: Added check for libthai and its
CFLAGS and LIBS.
* src/scim_thai_imengine.{h,cpp}: Added input sequence check codes
using libthai functions.
2006-07-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
* src/Makefile.am, +src/scim_thai_keymap.{h,cpp}: Added ThaiKeymap
class for mapping us keysyms to th.
* src/scim_thai_imengine.{h,cpp}: Called ThaiKeymap in
process_key_event() and added filter for events to handle.
* src/scim_thai_imengine_factory.cpp: Replaced "th_TH" with "th".
2006-07-16 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.ac, +po/LINGUAS: Listed languages with LINGUAS file instead
of the now-deprecated ALL_LINGUAS var in configure.
* configure.ac: Added missing AC_SUBST on LIBTOOL_EXPORT_OPTIONS.
* src/Makefile.am, +src/gettext.h, +src/intl.h,
src/scim_thai_imengine_factory.cpp: Added gettext.h and intl.h headers
and mark a message for translation test.
* src/scim_thai_imengine_factory.h: Fixed prototype in c-tor.
* +COPYING: Added to be explicit on licensing.
2006-07-16 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.am (SUBDIRS): Add po.
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): New variable.
* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
2006-07-16 Theppitak Karoonboonyanan <thep@linux.thai.net>
* === Initially created the project ===
|