summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: ef0472f4867a7c0f76f0742e7fac764cfc42a1ae (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
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