File: ChangeLog

package info (click to toggle)
gtk-im-libthai 0.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,548 kB
  • sloc: sh: 4,154; ansic: 356; makefile: 85
file content (324 lines) | stat: -rw-r--r-- 10,099 bytes parent folder | download | duplicates (3)
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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
2019-08-03  Theppitak Karoonboonyanan <theppitak@gmail.com>

	* configure.ac, NEWS:
	=== Version 0.2.2 ===

2019-08-03  Theppitak Karoonboonyanan <theppitak@gmail.com>

	Add '--disable-fallback' configure option

	The GTK_IM_CONTEXT_LIBTHAI_NO_FALLBACK conditional macro
	has been prepared for conditional codes in src/gtkimcontextthai.c.
	Let's provide an option to define it.

	* configure.ac:
	  - Add '--disable-fallback' option and define 'NO_FALLBACK'
	    AM_CONDITIONAL accordingly.
	* src/Makefile.am:
	  - Add '-DGTK_IM_CONTEXT_LIBTHAI_NO_FALLBACK' CPPFLAGS when
	    NO_FALLBACK condition is true.

2019-08-01  Theppitak Karoonboonyanan <theppitak@gmail.com>

	Use xz compression for release tarball

	* configure.ac:
	  - Specify "dist-xz no-dist-gzip" options to AM_INIT_AUTOMAKE.

2019-07-31  Theppitak Karoonboonyanan <theppitak@gmail.com>

	Fix 'make distcheck' error

	* configure.ac:
	  - Add '--with-gtk2-immoduledir' and '--with-gtk3-immoduledir'
	    configure options to allow installing the IM module files
	    in non-system locations.
	  - Substitue 'gtk2moduledir' and 'gtk3moduledir' variables
	    in composed form rather than individual 'GTK2_LIBDIR',
	    'GTK2_BINARY_VERSION', 'GTK3_LIBDIR', and 'GTK3_BINARY_VERSION'.
	* src/Makefile.am:
	  - Drop 'gtk2moduledir' and 'gtk3moduledir' whose definitions
	    have been moved to configure.ac.
	* Makefile.am:
	  - Add 'AM_DISTCHECK_CONFIGURE_FLAGS' to have the IM module files
	    installed inside the 'distcheck' working area.

2018-02-19  Theppitak Karoonboonyanan <theppitak@gmail.com>

	Replace deprecated gdk_beep() with gdk_display_beep().

	* src/gtkimcontextthai.c (gtk_im_context_libthai_filter_keypress()):
	  - Replace call to the deprecated gdk_beep() with gdk_display_beep().

2018-02-19  Theppitak Karoonboonyanan <theppitak@gmail.com>

	Adjust project title in source files.

	* src/gtkimcontextthai.h:
	* src/gtkimcontextthai.c:
	* src/imthai-libthai.c:
	  - Replace GTK title with GTK-IM-LibThai.

2018-02-19  Theppitak Karoonboonyanan <theppitak@gmail.com>

	Update my e-mail address.

	* AUTHORS:
	* configure.ac:
	* src/gtkimcontextthai.h:
	* src/gtkimcontextthai.c:
	* src/imthai-libthai.c:
	  - Replace my LTN e-mail address with the gmail one.

2011-12-12  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.c (gtk_im_context_libthai_filter_keypress):
	  - Adjust if-blocks for fewer nestings.

2011-12-12  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* configure.ac: Post-release version suffix added.

2011-11-20  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* configure.ac, NEWS:
	=== Version 0.2.1 ===

2011-11-20  Theppitak Karoonboonyanan <thep@linux.thai.net>

	Install immodules under appropriate libdir, as some distros have
	relocated it for multi-arch support.

	* configure.ac:
	  - Query for libdir from gtk+-{2.0,3.0} pkg-config.
	* src/Makefile.am:
	  - Use the libdir in module dirs.
	  - Simplify GTK2_IM_MODULE_FILE in update-modules target, like
	    what's done for GTK3 counterpart.

2011-11-20  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* configure.ac: Post-release version suffix added.

2011-06-17  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* configure.ac, NEWS:
	=== Version 0.2.0 ===

2011-06-16  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/Makefile.am (update-modules):
	Also test immodules file in SYSCONFDIR, which is upstream GTK+ 2
	behavior. (LIBDIR location is Debian modification).

2011-06-16  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.c (gtk_im_context_libthai_filter_keypress):
	Instead of negatively masking what wanted to get passed, just
	directly mask what wanted to be filtered out, as the passed list
	can grow (now with Level5 Shift).

2011-06-14  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.c (gtk_im_context_libthai_filter_keypress):
	Also ignore Level3 Shift bit when determining a key event as non-char.

2011-06-13  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* configure.in, Makefile.am:
	  - Use new form of AC_INIT and AM_INIT_AUTOMAKE.
	  - Add AC_CONFIG_MACRO_DIR and "-I m4" ACLOCAL_AMFLAGS, as suggested
	    by libtool.
	* configure.in -> configure.ac:
	  - Renamed for modern style.

2011-06-13  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/Makefile.am:
	Build immodules for GTK+ 2 and 3 in different subdirectories, so that
	the same module name can be used across different GTK+ versions.

2011-06-12  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/Makefile.am (update-modules):
	Only update immodule registry when the registry file exists,
	fixing 'make distcheck' error while still [un]installable in real
	installations.

2011-05-12  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* configure.in:
	Bump GTK2_REQUIRED_VERSION to 2.21.8, for GDK_KEY_* macros.

2011-05-11  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.h, src/gtkimcontextthai.c:
	Reformat source.

2011-05-11  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.h, src/gtkimcontextthai.c:
	Move actual struct definition from .h to .c.

2011-05-11  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/Makefile.am: Also update module list on uninstall.

2011-05-11  Theppitak Karoonboonyanan <thep@linux.thai.net>

	Add GTK+ 3 support.

	* configure.in:
	  - Add --disable-gtk2 and --disable-gtk3 configure options to allow
	    manually specifying versions to build.
	  - Check for GTK2 and GTK3 as configured.
	  - Split GTK2 and GTK3 variables.
	  - Add AM_CONDITIONAL for GTK2 and GTK3 builds.
	* src/Makefile.am:
	  - List source files in a common variable.
	  - Add conditional targets for gtk2 and gtk3 modules and apply
	    configured variables separately.
	  - Update install-data-hook target to update gtk2 and gtk3 module
	    index separately.

	Port code to GTK+ 3.

	* src/gtkimcontextthai.h:
	  - Include <gtk/gtk.h>, not specific header.
	  - Replace deprecated GTK_CHECK_*() macros with G_TYPE_*().
	* src/gtkimcontextthai.c:
	  - Drop <gdk/gdkkeys.h> include, just <gtk/gtk.h> in
	    gtkimcontextthai.h should already does it.
	  - Replace deprecated GDK_* keysyms with GDK_KEY_* version.

2011-05-11  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* configure.in: Post-release version suffix added.

2009-12-27  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* NEWS:
	Version 0.1.5.

2009-12-27  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* Makefile.am (EXTRA_DIST): Drop config.rpath.

2009-12-16  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.c (gtk_im_context_libthai_filter_keypress):
	When unable to correct sequence, fall back to rejection instead of
	just giving up.

2009-02-10  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.c: Include "gtkimcontextthai.h",
	not <gtkimcontextthai.h>. Adjust argument name for
	gtk_im_context_libthai_init() prototype.

2006-09-17  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* configure.in: Post-release version bump.

2006-09-13  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* NEWS, configure.in:
	Version 0.1.4.

2006-09-05  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.c (get_previous_cell): Initialized tis_text
	before using.

2006-09-05  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.c (get_previous_cell): Tried to convert
	surrounding text at next characters until successful.
	Thanks to Suppachoke Suntiwichaya for bug report that led to the fix.

2006-09-05  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.c (get_previous_cell): Also fall back to
	bufferred context on character code conversion failure.

2006-09-05  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* configure.in: Cleaned up configure script. Removed checks for GLIB
	and assumed it's satisfied by GTK. Used CFLAGS and LIBS directly from
	PKG_CHECK_MODULES().

	* src/Makefile.am (INCLUDES), (LDADDS): Used CFLAGS and LIBS from
	PKG_CHECK_MODULES() in configure.in. Rearranged rules a little bit.

	* ChangeLog: Fixed version number for 0.1.3 release.

2006-09-05  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/Makefile.am: Remove unnecessary build of gtk.immodules.

2006-07-03  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.c: Fix char signedness warnings. Remove unused
	variable in get_previous_cell().

2006-03-13  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* NEWS, configure.in:
	Version 0.1.3.

2005-10-28  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* COPYING:  Update FSF address.

2005-10-16  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.{c,h}, src/imthai-libthai.c:
	Renamed GtkIMContextThai -> GtkIMContextLibThai, to prevent name clash
	when installing with gtk-im-extra.

2004-02-22  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* NEWS, configure.in:
	Version 0.1.2.

2003-12-28  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.c:
	Don't include keypad keys that generate characters in
	is_context_lost_key().
	(yet another bug reported by Supphachoke Santiwichaya)

2003-12-24  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.c:
	Ignore CapsLock & NumLock bits in determining a key event non-char.
	(bug reported by Supphachoke Santiwichaya)

2003-09-10  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* configure.in, Makefile.am, src/Makefile.am:
	Get rid of gettext for the time being.

	* src/Makefile.am:
	Add DISTCLEANFILES to pass 'make distcheck'.

	* configure.in:
	Require libthai 0.1.2.
	Version 0.1.1.

2003-03-23  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* src/gtkimcontextthai.c:
	Remove debug messages.

2003-03-23  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add m4.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): New variable.
	* configure.in (AC_OUTPUT): Add po/Makefile.in,

2003-03-23  Theppitak Karoonboonyanan <thep@linux.thai.net>

	* First create the project.