~vcs-imports/gnome-utils/trunk

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
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
2007-09-06  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/src/gdict-window.c:

	Check if we have a word, before using it to match

2007-09-06  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/src/Makefile.am:

	Drop libgnomeprint flags and libraries

2007-09-06  Emmanuele Bassi  <ebassi@gnome.org>

	* configure.ac:

	Bump up to 2.21.0 and drop libgnomeprint checks

2007-09-06  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/src/gdict-sidebar.c:
	* gnome-dictionary/src/gdict-sidebar.h:

	Relicense GdictSidebar under the GNU LGPL v2.1 (or later)

2007-09-06  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/src/gdict-sidebar.c:
	* gnome-dictionary/src/gdict-sidebar.h:

	Add GdictSidebar::list_pages() method

2007-09-06  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-debug.h:

	Show the source location of the GDICT_NOTE() message

2007-09-06  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-client-context.c:
	* gnome-dictionary/libgdict/gdict-database-chooser.c:

	Remove newlines at the end of a GDICT_NOTE() message

2007-09-06  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/docs/reference/gdict/gdict-docs.sgml:

	Add GdictSourceChooser link to the API reference index

2007-09-06  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/docs/reference/gdict/Makefile.am:
	* gnome-dictionary/docs/reference/gdict/gdict-sections.txt:
	* gnome-dictionary/docs/reference/gdict/gdict.types:

	Add unused symbols to the API reference build

2007-09-05  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-database-chooser.c:
	* gnome-dictionary/libgdict/gdict-strategy-chooser.c:

	Do not hit the slice allocator when the stack suits just fine

2007-09-05  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-database-chooser.c:
	* gnome-dictionary/libgdict/gdict-database-chooser.h:
	* gnome-dictionary/libgdict/gdict-defbox.c:
	* gnome-dictionary/libgdict/gdict-source-chooser.c:
	* gnome-dictionary/libgdict/gdict-source-loader.c:
	* gnome-dictionary/libgdict/gdict-utils.c:

	Implement missing functions in DatabaseChooser and SourceChooser

2007-09-05  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/docs/reference/gdict/Makefile.am:
	* gnome-dictionary/docs/reference/gdict/gdict-docs.sgml:
	* gnome-dictionary/docs/reference/gdict/version.xml.in:

	Update GDict documentation build

2007-09-05  Emmanuele Bassi  <ebassi@gnome.org>

	* configure.ac:

	We had to break API for a typo

2007-09-05  Emmanuele Bassi  <ebassi@gnome.org>

	* configure.ac:

	Add version file for the GDict documentation

2007-09-05  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-client-context.c:

	Fix two malformed GDICT_NOTE() statements

2007-09-05  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-debug.h:

	Fix a typo in the debug macro definition

2007-09-05  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/src/gdict-app.c:

	Enable the GDict command line switches in Dictionary

2007-09-05  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/Makefile.am:
	* gnome-dictionary/libgdict/gdict-client-context.c:
	* gnome-dictionary/libgdict/gdict-database-chooser.c:
	* gnome-dictionary/libgdict/gdict-debug.c:
	* gnome-dictionary/libgdict/gdict-debug.h:
	* gnome-dictionary/libgdict/gdict-defbox.c:
	* gnome-dictionary/libgdict/gdict-speller.c:
	* gnome-dictionary/libgdict/gdict-strategy-chooser.c:
	* gnome-dictionary/libgdict/gdict-utils.c:
	* gnome-dictionary/libgdict/gdict-utils.h:

	Improve GDict debug messages handling

2007-09-05  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-version.h.in:

	Add more version macros and runtime version checking functions

2007-09-05  Emmanuele Bassi  <ebassi@gnome.org>

	* configure.ac:

	Update the GDict debugging switch definition

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/src/Makefile.am:
	* gnome-dictionary/src/gdict-aligned-window.c:
	* gnome-dictionary/src/gdict-aligned-window.h:
	* gnome-dictionary/src/gdict-applet.c:
	* gnome-dictionary/src/gtkalignedwindow.c:
	* gnome-dictionary/src/gtkalignedwindow.h:

	Rename GtkAlignedWindow to GdictAlignedWindow

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/data/gnome-dictionary-ui.xml:
	* gnome-dictionary/src/gdict-window.c:

	Add a menu item to show the Dictionary Source page of the sidebar

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict.h:
	* gnome-dictionary/src/gdict-window.c:
	* gnome-dictionary/src/gdict-window.h:

	Display the Source chooser inside the side bar of Dictionary

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-source-chooser.c:

	Small fixes for GdictSourceChooser

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/Makefile.am:
	* gnome-dictionary/libgdict/gdict-marshal.list:
	* gnome-dictionary/libgdict/gdict-source-chooser.c:
	* gnome-dictionary/libgdict/gdict-source-chooser.h:

	Add the GdictSourceChooser widget

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-source-loader.c:
	* gnome-dictionary/libgdict/gdict-source-loader.h:

	Add gdict_source_loader_has_source()

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-database-chooser.c:

	Fix typo in the documentation

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-database-chooser.c:
	* gnome-dictionary/libgdict/gdict-database-chooser.h:

	Update GdictDatabaseChooser

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-entry.c:
	* gnome-dictionary/libgdict/gdict-entry.h:

	Remove GdictEntry

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-client-context.c:
	* gnome-dictionary/libgdict/gdict-context.c:
	* gnome-dictionary/libgdict/gdict-database-chooser.c:
	* gnome-dictionary/libgdict/gdict-debug.c:
	* gnome-dictionary/libgdict/gdict-defbox.c:
	* gnome-dictionary/libgdict/gdict-source-loader.c:
	* gnome-dictionary/libgdict/gdict-source.c:
	* gnome-dictionary/libgdict/gdict-speller.c:
	* gnome-dictionary/libgdict/gdict-strategy-chooser.c:
	* gnome-dictionary/libgdict/gdict-utils.c:

	Use the correct GLib i18n header

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/Makefile.am:

	Remove the uninstalled pkgconfig file from EXTRA_DIST

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* autogen.sh:

	Update autogen script to locate the right files

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* configure.ac:
	* gnome-dictionary/libgdict/gdict-1.0-uninstalled.pc.in:

	Remove the uninstalled pkgconfig file for gdict

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* configure.ac:
	* configure.in:

	Rename configure template file

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* configure.in:

	Bump up Gdict version

2007-09-04  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/Makefile.am:

	Remove GdictEntry from the build

2007-09-03  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/Makefile.am:
	* gnome-dictionary/libgdict/gdict-enum-types.c.in:
	* gnome-dictionary/libgdict/gdict-enum-types.h.in:

	Use enum types templates

2007-09-03  Emmanuele Bassi  <ebassi@gnome.org>

	* configure.in:

	Update GLib requirement to 2.14

2007-09-03  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-defbox.c:

	Add a close button to the GdictDefbox find pane

2007-09-03  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-defbox.c:
	* gnome-dictionary/libgdict/gdict-defbox.h:

	Add GdictDefbox:word accessor function and clean up code

2007-09-03  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/src/gdict-print.c:

	Fix general header inclusion

2007-09-01  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/src/gdict-window.c:

	Ensure the state of the menus depending on the look up

2007-09-01  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/src/gdict-print.c:

	Invoke the right print operation in Preview mode

2007-09-01  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/src/gdict-applet.c:
	* gnome-dictionary/src/gdict-print.c:
	* gnome-dictionary/src/gdict-print.h:
	* gnome-dictionary/src/gdict-window.c:

	Port gnome-dictionary to gtk-print

2007-09-01  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/data/gnome-dictionary-ui.xml:

	Add Preview item to the File menu

2007-09-01  Emmanuele Bassi  <ebassi@gnome.org>

	* gnome-dictionary/libgdict/gdict-defbox.c:

	Add GdictDefbox:word property

----

 ChangeLog.dictionary-work                          |  328 ++++++++
 autogen.sh                                         |    2 +-
 configure.ac                                       |  559 +++++++++++++
 configure.in                                       |  565 -------------
 gnome-dictionary/data/gnome-dictionary-ui.xml      |    2 +
 gnome-dictionary/docs/reference/gdict/Makefile.am  |   11 +-
 .../docs/reference/gdict/gdict-docs.sgml           |   29 +-
 .../docs/reference/gdict/gdict-sections.txt        |   42 +
 gnome-dictionary/docs/reference/gdict/gdict.types  |    1 +
 .../docs/reference/gdict/version.xml.in            |    1 +
 gnome-dictionary/libgdict/Makefile.am              |   62 +-
 .../libgdict/gdict-1.0-uninstalled.pc.in           |   10 -
 gnome-dictionary/libgdict/gdict-client-context.c   |  124 ++--
 gnome-dictionary/libgdict/gdict-context.c          |    2 +-
 gnome-dictionary/libgdict/gdict-database-chooser.c |  377 +++++++--
 gnome-dictionary/libgdict/gdict-database-chooser.h |   11 +-
 gnome-dictionary/libgdict/gdict-debug.c            |   49 --
 gnome-dictionary/libgdict/gdict-debug.h            |   37 +-
 gnome-dictionary/libgdict/gdict-defbox.c           |  206 ++++--
 gnome-dictionary/libgdict/gdict-defbox.h           |    2 +-
 gnome-dictionary/libgdict/gdict-entry.c            |  514 ------------
 gnome-dictionary/libgdict/gdict-entry.h            |   70 --
 gnome-dictionary/libgdict/gdict-enum-types.c.in    |   33 +
 gnome-dictionary/libgdict/gdict-enum-types.h.in    |   26 +
 gnome-dictionary/libgdict/gdict-marshal.list       |    1 +
 gnome-dictionary/libgdict/gdict-source-chooser.c   |  880 ++++++++++++++++++++
 gnome-dictionary/libgdict/gdict-source-chooser.h   |   93 ++
 gnome-dictionary/libgdict/gdict-source-loader.c    |   23 +-
 gnome-dictionary/libgdict/gdict-source-loader.h    |    2 +
 gnome-dictionary/libgdict/gdict-source.c           |    2 +-
 gnome-dictionary/libgdict/gdict-speller.c          |   20 +-
 gnome-dictionary/libgdict/gdict-strategy-chooser.c |   79 +-
 gnome-dictionary/libgdict/gdict-utils.c            |  183 ++++-
 gnome-dictionary/libgdict/gdict-utils.h            |    4 +
 gnome-dictionary/libgdict/gdict-version.h.in       |   70 ++-
 gnome-dictionary/libgdict/gdict.h                  |    1 +
 gnome-dictionary/src/Makefile.am                   |   16 +-
 gnome-dictionary/src/gdict-aligned-window.c        |  347 ++++++++
 gnome-dictionary/src/gdict-aligned-window.h        |   69 ++
 gnome-dictionary/src/gdict-app.c                   |    6 +-
 gnome-dictionary/src/gdict-app.h                   |    1 -
 gnome-dictionary/src/gdict-applet.c                |   11 +-
 gnome-dictionary/src/gdict-print.c                 |  468 ++++++-----
 gnome-dictionary/src/gdict-print.h                 |    7 +-
 gnome-dictionary/src/gdict-sidebar.c               |   56 +-
 gnome-dictionary/src/gdict-sidebar.h               |   10 +-
 gnome-dictionary/src/gdict-window.c                |  141 +++-
 gnome-dictionary/src/gdict-window.h                |    1 +
 gnome-dictionary/src/gtkalignedwindow.c            |  349 --------
 gnome-dictionary/src/gtkalignedwindow.h            |   69 --
 50 files changed, 3714 insertions(+), 2258 deletions(-)