summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: ff068c842d518f2788c8a8f6c857286cb215acb2 (plain)
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
2007-08-20 svu

	* test/Makefile.am, libgnomekbdui.pc.in, libgnomekbd.pc.in: unneeded
	dependency on libgnome, closing
	http://bugzilla.gnome.org/show_bug.cgi?id=463255

2007-08-19 svu

	* po/POTFILES.skip: adding desktop.in file,
	http://bugzilla.gnome.org/show_bug.cgi?id=465538

2007-08-15 svu

	* libgnomekbd/gkbd-keyboard-drawing.c: fixing keycode -1 handling,
	http://bugzilla.gnome.org/show_bug.cgi?id=429907

2007-08-13 svu

	* libgnomekbd/gkbd-indicator-config.c: unneeded free, fixing crasher
	http://bugzilla.gnome.org/show_bug.cgi?id=466301

2007-08-12 svu

	* configure.in, NEWS: preparing first beta of 2.20

2007-08-10 svu

	* capplet/gkbd-indicator-plugins-capplet.desktop.in.in: make applet
	entry hidden, reduce clutter in g-c-c

2007-08-05 svu

	* test/gkbd-indicator-test.c, test/Makefile.am,
	libgnomekbd/gkbd-keyboard-config.c, libgnomekbd/gkbd-desktop-config.c,
	libgnomekbd/gkbd-indicator-config.c: eliminating unneeded libgnomeui,
	http://bugzilla.gnome.org/show_bug.cgi?id=463255

2007-08-01 svu

	* configure.in, libgnomekbd/Makefile.am: processing non-standard X
	devel locations, http://bugzilla.gnome.org/show_bug.cgi?id=461899

2007-07-26  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	* Makefile.in.in: Removed, since this is an
	autogenerated file.

2007-07-26  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	* libgnomekbd/gkbd-keyboard-config.c:
	(gkbd_keyboard_config_to_string): Move translator
	comments so that they actually end up in .po files; they
	were not visible at all before, because not positioned
	directly on the line above the gettext calls.

2007-07-26  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	* m4/intltool.m4: Better string escaping

2007-07-11  svu

	* libgnomekbd/gkbd-config-registry.c: not registering the object if
	there was no connection,
	http://bugzilla.gnome.org/show_bug.cgi?id=411504

2007-06-22  svu

	* test/Makefile.am, configure.in, capplet/Makefile.am, po/LINGUAS: use
	po/LINGUAS, upgrade automake requirement, closing
	http://bugzilla.gnome.org/show_bug.cgi?id=450141

2007-06-21  svu

	* configure.in, libgnomekbdui.pc.in, libgnomekbd.pc.in: improving
	pkgconfig handling, thanks to Christian. Closing
	http://bugzilla.gnome.org/show_bug.cgi?id=449850

2007-05-30  Priit Laes  <plaes@svn.gnome.org>

	* configure.in: Added Estonian (et) to ALL_LINGUAS.

2007-05-28  Runa Bhattacharjee <runabh@gmail.com>

	* configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.

2007-05-20  svu

	* libgnomekbd/gkbd-keyboard-config.c,
	libgnomekbd/gkbd-config-registry.c: using proper object building (on
	the heap, not on the stack)
	* configure.in: preparing 2.18.2

2007-04-27  svu

	* libgnomekbd/gkbd-keyboard-drawing.c: handling keysym names shorter
	than 4

2007-04-26  svu

	* libgnomekbd/gkbd-keyboard-drawing.c: processing keycode names
	defined as aliases. Closing
	http://bugzilla.gnome.org/show_bug.cgi?id=429907

2007-04-15  A S Alam <aalam@users.sf.net>

	* configure.in: Added Punjabi (pa) and Gujarati (gu) to All_LINGUAS

2007-04-12  Ihar Hrachyshka <iharh@gnome.org>

	* configure.in: Added be@latin to ALL_LINGUAS

2007-04-12  Gintautas Miliauskas  <gintas@akl.lt>

	* configure.in: Added lt to ALL_LINGUAS

2007-04-08  svu

	* NEWS: preparing 2.18.1

2007-03-29  Peter Bach  <bach.peter@gmail.com>

	* configure.in: Added da to ALL_LINGUAS

2007-03-29  Changwoo Ryu  <cwryu@debian.org>

	* configure.in: Added ko to ALL_LINGUAS

2007-03-28 Maxim Dziumanenko <dziumanenko@gmail.com>

	* configure.in: Added uk to ALL_LINUAS

2007-03-27  svu

	* libgnomekbd/gkbd-keyboard-drawing.c: processing rounded corners
	correctly, closing http://bugzilla.gnome.org/show_bug.cgi?id=352781

2007-03-27  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

	* configure.in: Added es to ALL_LINGUAS

2007-03-27  David Lodge <dave@cirt.net>

	* configure.in: Added en_GB to ALL_LINUAS

2007-03-26  Nikos Charonitakis  <nikosx@gmail.com>

	* el.po: Added Greek translation (el) to ALL_LINGUAS.

2007-03-25  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>

	* configure.in: Added Brazilian Portuguese (pt_BR) to ALL_LINGUAS.

2007-03-22  svu

	* libgnomekbd/gkbd-indicator.c: fixed a problem with invalid free()
	call, closing http://bugzilla.gnome.org/show_bug.cgi?id=421252

2007-03-22  Josep Puigdemont i Casamajó  <josep.puigdemont@gmail.com>

	* configure.in: Added Catalan (ca) to ALL_LINGUAS.

2007-03-22  Pema Geyleg  <pema.geyleg@gmail.com>

	* configure.in: Added Dzongkha (dz) to ALL_LINGUAS.

2007-03-21  Duarte Loreto <happyguy_pt@hotmail.com>

	* configure.in: Added Portuguese (pt) to ALL_LINGUAS.

2007-03-21  Stéphane Raimbault  <stephane.raimbault@gmail.com>

	* configure.in: Added 'fr' to ALL_LINGUAS.

2007-03-20  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>

	* configure.in: Added 'gl' to ALL_LINGUAS.

2007-03-20  Gabor Kelemen  <kelemeng@gnome.hu>

	* configure.in: Added missing hu and sv to ALL_LINGUAS

2007-03-19  svu

	* libgnomekbd/desktop_gnome_peripherals_keyboard_xkb.schemas.in: added
	missing gconf schema elements

2007-03-19  Luca Ferretti  <elle.uca@libero.it>

	* configure.in: Added "it" to ALL_LINGUAS

2007-03-17  svu

	* libgnomekbd/gkbd-keyboard-drawing.c: key labels are always drawn in
	proper color, closing http://bugzilla.gnome.org/show_bug.cgi?id=352778
	* capplet/gkbd-indicator-plugins-capplet.desktop.in.in: fixing the
	component, according the the gnome bugzilla
	* libgnomekbd/gkbd-keyboard-config.c: fixing the tooltip, closing
	http://bugzilla.gnome.org/show_bug.cgi?id=377248

2007-03-12  svu

	* capplet/gkbd-indicator-plugins-capplet.desktop.in.in: removing the
	Application category

2007-03-11  svu

	* configure.in: preparing 2.18.0

2007-02-28  svu

	* configure.in: preparing 2.17.92

2006-02-20  Alexander Shopov  <ash@contact.bg>

	* Makefile.in.in: Reverting to revision 2.  I am apologize
	for committing the file in the previous commit.

2006-02-20  Alexander Shopov  <ash@contact.bg>

	* configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS

2007-02-04  svu

	* libgnomekbd/gkbd-keyboard-drawing.c: using really primary outline,
	closing http://bugzilla.gnome.org/show_bug.cgi?id=352779
	* libgnomekbd/gkbd-keyboard-drawing.c: unneeded text rotation is
	eliminated

2007-02-03  svu

	* libgnomekbd/gkbd-keyboard-drawing.c,
	libgnomekbd/gkbd-keyboard-drawing.h: performance and layout fixes,
	closing
	http://bugzilla.gnome.org/show_bug.cgi?id=357872

2007-01-23  svu

	* gkbd-indicator-plugins-capplet.c, Makefile.am,
	gkbd-indicator-plugins-capplet.png: fixing the capplet icon

2007-01-13  Takeshi AIHANA <takeshi.aihana@gmail.com>

	* configure.in:
	  Added 'ja' (Japanese) to ALL_LINGUAS.

2006-11-13  svu

	* test/gkbd-config-registry-server.c: small C89 bug, thanks to Jens
	Granseuer

2006-11-07  svu

	* CVS: tagging 2.17.2

2006-11-05  svu

	* libgnomekbd/Makefile.am: missing libs added, closing
	http://bugzilla.gnome.org/show_bug.cgi?id=371119

2006-10-31  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Add nb to ALL_LINGUAS
	* po/POTFILES.in: Add missing file.
	* po/nb.po: Add this.

2006-10-28  svu

	* libgnomekbd/gkbd-indicator.c: fixing the potential crash

2006-10-27  svu

	* libgnomekbd/gkbd-keyboard-config.c: closing the critical memory
	allocation bug: http://bugzilla.gnome.org/show_bug.cgi?id=365590

2006-10-17  svu

	* configure.in, libgnomekbd/Makefile.am: adding VERSION_INFO
	controlling the .so versioning

2006-10-07  svu

	* capplet/gkbd-indicator-plugins-capplet.c,
	libgnomekbd/gkbd-config-registry.c,
	libgnomekbd/gkbd-config-registry.h,
	libgnomekbd/gkbd-config-registry.xml,
	libgnomekbd/gkbd-desktop-config.c, libgnomekbd/gkbd-desktop-config.h,
	libgnomekbd/gkbd-indicator-config.c, libgnomekbd/gkbd-indicator.c,
	libgnomekbd/gkbd-keyboard-config.c,
	libgnomekbd/gkbd-keyboard-config.h,
	test/gkbd-config-registry-client.sh: now, dbus function asks
	explicitly for layouts/variants. This saves some X traffic, makes
	behavior more consistent.

2006-10-07  svu

	* COPYING.LIB, *.c, *.h: putting proper comments describing the
	licensing terms (LGPL).

2006-10-05  svu

	* libgnomekbd*.pc.in: added required .so dependencies
	* test/Makefile.am, test/gkbd-config-registry-client.sh: added a tiny
	script to test the dbus server from the command line