]> git.sur5r.net Git - glabels/blob - glabels2/ChangeLog
2008-02-21 Jim Evins <evins@snaught.com>
[glabels] / glabels2 / ChangeLog
1 2008-02-21  Jim Evins  <evins@snaught.com>
2
3         * src/ui.c:
4                 Fixed typo that prevented "Save" from being deactivated when
5                 document is not modified.
6         
7 2008-02-18  Jim Evins  <evins@snaught.com>
8
9         * src/prefs-model.c: (gl_prefs_model_save_settings),
10         (gl_prefs_model_load_settings):
11                 Set default units for file output.
12
13 2008-02-18  Jim Evins  <evins@snaught.com>
14
15         * help/C/glabels.xml:
16                 Fixed example template.
17
18 2008-02-16  Jim Evins  <evins@snaught.com>
19
20         * AUTHORS:
21         * data/templates/avery-iso-templates.xml:
22         * data/templates/avery-us-templates.xml:
23         * data/templates/misc-iso-templates.xml:
24         * data/templates/misc-us-templates.xml:
25                 Caught up on user submitted templates.
26
27 2008-02-04  Jim Evins  <evins@snaught.com>
28
29         * src/view-image.c: (update_object_from_editor_cb):
30                 Bug #1886438.  Don't update the image size unless it is actually
31                 triggered by a change in image source.  The result of this bug
32                 was that any attempt to edit the size spinboxes, immediately
33                 reset the size.
34         
35 2008-02-03  Jim Evins  <evins@snaught.com>
36
37         * src/label-image.c: (gl_label_image_class_init), (set_size):
38                 Enforce minimum size for images.
39
40 2008-02-03  Jim Evins  <evins@snaught.com>
41
42         * src/object-editor-edit-page.c: (field_selected_cb):
43         * src/object-editor-lsize-page.c: (gl_object_editor_set_max_lsize):
44         * src/object-editor-private.h:
45         * src/object-editor-shadow-page.c:
46         (gl_object_editor_set_max_shadow_offset):
47         * src/object-editor-size-page.c: (gl_object_editor_set_max_size):
48         * src/object-editor.c: (gl_object_editor_finalize),
49         (gl_object_editor_new), (gl_object_notebook_construct_valist),
50         (label_changed_cb):
51         * src/object-editor.h:
52         * src/ui-sidebar.c: (gl_ui_sidebar_construct):
53         * src/view-barcode.c: (construct_properties_editor):
54         * src/view-box.c: (construct_properties_editor):
55         * src/view-ellipse.c: (construct_properties_editor):
56         * src/view-image.c: (construct_properties_editor):
57         * src/view-line.c: (construct_properties_editor):
58         * src/view-object.c: (gl_view_object_finalize):
59         * src/view-text.c: (construct_properties_editor),
60                 Move update_editor_from_label callback from individual view objects
61                 to the object editor, so that signals can be disconnected when
62                 object editor is finalized.
63         * src/view-text.c: (gl_view_text_create_button_press_event):
64                 Fixed bug that caused multiple view objects to be created for a
65                 single text object.  This bug would manifest itself as a crash
66                 when deleting multi-object selections which included text objects.
67         
68 2008-02-02  Jim Evins  <evins@snaught.com>
69
70         * src/Makefile.am:
71         * src/wdgt-merge-menu.c:
72         * src/wdgt-merge-menu.h:
73         * src/debug.c: (gl_debug_init):
74         * src/debug.h:
75         * src/marshal.list:
76                 New merge menu widget.
77         * data/glade/object-editor.glade:
78         * src/object-editor-private.h:
79         * src/object-editor.c: (gl_object_editor_set_key_names):
80         * src/object-editor-edit-page.c:
81         (gl_object_editor_prepare_edit_page), (field_selected_cb),
82         (insert_button_cb):
83                 Simplified UI for inserting fields into text objects by launching
84                 a merge menu and directly inserting fields from the menu.  No more
85                 selecting field in combobox, then pressing insert button.
86
87 2008-01-31  Jim Evins  <evins@snaught.com>
88
89         * src/label-barcode.c: (draw_object):
90                 Fixed rendering problem when "Invalid data" is displayed when text
91                 object is lower in stacking order.
92
93 2008-01-30  Jim Evins  <evins@snaught.com>
94
95         * src/label-text.c: (get_size), (draw_object), (draw_shadow):
96                 Don't turn off cairo_hint_metrics.  This causes serious issues with
97                 bitmap fonts.
98
99 2008-01-29  Jim Evins  <evins@snaught.com>
100
101         * src/print-op.c: (gl_print_op_construct),
102         (gl_print_op_construct_batch), (set_page_size):
103                 Explicitly set page size for "other" page sizes.
104
105 2008-01-25  Jim Evins  <evins@snaught.com>
106
107         * src/bc.c:
108                 Fixed Code128C backend parameters.
109         * src/label-barcode.c: (get_size):
110                 Bug #1766425.  If barcode is not renderable with either
111                 input data or default data, use a default size.  Also
112                 fixed small leak.
113
114 2008-01-16  Jim Evins  <evins@snaught.com>
115
116         * src/print.c: (print_label):
117                 Bug #1872568.  Don't apply special transforms (rotate and
118                 mirror) to clipping region or outline.
119
120 2008-01-01  Jim Evins  <evins@snaught.com>
121
122         * src/util.c:
123                 Sort font lists alphabetically.
124
125 2008-01-01  Jim Evins  <evins@snaught.com>
126
127         * src/merge-evolution.c:
128                 Do a case-insensitive sort.
129
130 2008-01-01  Jim Evins  <evins@snaught.com>
131
132         * src/merge-evolution.c:
133                 Sort evolution by "file_under" field.  Original patch provided
134                 by Peter Cherriman <glabels-devel2712@bubieyehyeh.me.uk> in
135                 Patch #1860423.
136         * AUTHORS:
137                 Added acknowledgement for above patch.
138
139 2008-01-01  Jim Evins  <evins@snaught.com>
140
141         * NEWS:
142         * configure.in:
143         * glabels.spec.in:
144                 Reconcile with 2.2 branch.
145         
146
147 2007-12-21  Jim Evins  <evins@snaught.com>
148
149         * COPYING.LIBGLABELS:
150         * COPYING.README_FIRST:
151         * README:
152                 Updating license information to make more complete and understandable.
153
154 2007-12-16  Jim Evins  <evins@snaught.com>
155
156         * configure.in:
157                 Updated version to 2.pre2.
158         * help/C/glabels.xml:
159                 Updated documentation.
160         * src/ui-commands.c: (gl_ui_cmd_help_about):
161                 Updated copyright string.
162
163 2007-12-15  Jim Evins  <evins@snaught.com>
164
165         * data/glade/object-editor.glade:
166                 Removed any GtkTable that contained a GtkComboBox because the size of
167                 the combo box was not constrained properly.  This sacrifices the nice
168                 orderly labels for combo boxes that don't extend beyond the edge of the
169                 window.
170
171 2007-12-15  Jim Evins  <evins@snaught.com>
172
173         * libglabels/db.c: (lgl_db_lookup_template_from_name):
174         * src/object-editor.c: (gl_object_editor_finalize):
175         * src/wdgt-media-select.c: (gl_wdgt_media_select_finalize):
176                 Fixed several small memory leaks.
177
178 2007-12-14  Jim Evins  <evins@snaught.com>
179
180         * libglabels/db.c:
181                 Optimize template search by name by using a GHashTable.
182         * src/mini-preview-pixbuf-cache.c:
183         * src/mini-preview-pixbuf-cache.h:
184                 Store one pixbuf per template, but use a key for each alias.
185         * src/wdgt-media-select.c:
186                 Optimize loading of tree data, thus optimizing the "new label" dialog.
187
188 2007-12-12  Jim Evins  <evins@snaught.com>
189
190         * data/templates/avery-us-templates.xml:
191                 More templates and aliases.
192
193 2007-12-08  Jim Evins  <evins@snaught.com>
194
195         * TODO:
196                 More prep for 2.1.5/2.2.0.
197
198 2007-12-08  Jim Evins  <evins@snaught.com>
199
200         * NEWS:
201         * README:
202         * TODO:
203         * configure.in:
204                 Preparation for 2.1.5.
205
206 2007-12-08  Jim Evins  <evins@snaught.com>
207
208         * docs/libglabels/libglabels-decl-list.txt:
209         * docs/libglabels/libglabels-docs.sgml:
210         * docs/libglabels/libglabels-sections.txt:
211         * docs/libglabels/libglabels-undocumented.txt:
212         * docs/libglabels/tmpl/db.sgml:
213         * docs/libglabels/tmpl/str.sgml:
214         * libglabels/str.c:
215                 Documentation cleanup for libglabels.
216
217 2007-11-29  Jim Evins  <evins@snaught.com>
218
219         * libglabels/db.h:
220         * libglabels/db.c:
221                 Added lgl_db_does_template_name_exist().
222                 In lgl_db_lookup_template_from_name() substitute brand/part of new template from
223                 requested alias.
224         * src/prefs-model.c:
225                 Proof read recent templates -- make sure they still exist.
226         * src/wdgt-media-select.c:
227                 Default to "search all templates" tab if no recent templates found.
228
229 2007-11-28  Jim Evins  <evins@snaught.com>
230
231         * data/glade/wdgt-media-select.glade:
232         * src/wdgt-media-select.c:
233                 Added tabbed notebook to allow selection of recent template versus searching the
234                 entire database.
235         
236
237 2007-11-26  Jim Evins  <evins@snaught.com>
238
239         * libglabels/Makefile.am:
240         * libglabels/libglabels.h:
241                 Make str.h public.
242         * src/label.c:
243         * src/prefs-dialog.c:
244         * src/prefs-model.c:
245         * src/prefs-model.h:
246         * src/prefs.c:
247         * src/prefs.h:
248                 Added tracking of recently used templates.
249
250 2007-11-20  Jim Evins  <evins@snaught.com>
251
252         * data/glade/template-designer.glade:
253         * src/template-designer.c:
254                 Added warning icon when match brand and part match an existing template.
255
256 2007-11-18  Jim Evins  <evins@snaught.com>
257
258         * libglabels/Makefile.am:
259         * libglabels/str.h:
260         * libglabels/str.c:
261                 Added lgl_str_utf8_casecmp().
262         * libglabels/libglabels-private.h:
263                 Use lgl_str_utf8_casecmp() for UTF8_EQUAL macro -- do case insensitive comparisons.
264         * libglabels/db.c: (lgl_db_get_brand_list):
265                 Use lgl_str_utf8_casecmp() to determine if we have seen brand before when building
266                 brand list.
267
268 2007-11-18  Jim Evins  <evins@snaught.com>
269
270         * data/glade/template-designer.glade:
271         * src/template-designer.c:
272                 Don't advance past name page, if brand and part match an existing template.
273
274 2007-11-18  Jim Evins  <evins@snaught.com>
275
276         * libglabels/db.c: (lgl_db_register_template), (read_templates):
277                 When registering a new template, don't add to "User defined" category before
278                 writing to file.  Add to "User defined" category when reading from "~/.glabels"
279                 directory instead.  This will allow legacy templates (and manually created
280                 templates) to be automatically added to the "user defined" category.
281         * libglabels/xml-template.c:
282         (lgl_xml_template_create_template_node):
283                 Fixed typo/bug causing brand to be wrong.
284         
285 2007-11-16  Jim Evins  <evins@snaught.com>
286
287         * libglabels/db.c:
288         * libglabels/db.h:
289                 Added return codes to lgl_db_register_template().  Added lgl_db_does_template_exist()
290                 function.  Automatically create "User defined" category and add to all user
291                 registered templates.
292         * libglabels/xml-template.c:
293         * libglabels/xml-template.h:
294                 Return number of bytes written from lgl_xml_template_write_templates_to_file() and
295                 lgl_xml_template_write_template_to_file().
296         * docs/libglabels/libglabels-decl-list.txt:
297         * docs/libglabels/libglabels-sections.txt:
298         * docs/libglabels/libglabels-undocumented.txt:
299         * docs/libglabels/tmpl/db.sgml:
300         * docs/libglabels/tmpl/xml-template.sgml:
301                 Update documentation to reflect above changes.
302
303 2007-10-28  Jim Evins  <evins@snaught.com>
304
305         * libglabels/xml-template.c:
306                 Remove any leading white space from part #s when parsing old names.
307         * src/mini-preview-pixbuf-cache.c:
308                 If name isn't in cache add it.
309
310 2007-10-26  Jim Evins  <evins@snaught.com>
311
312         * libglabels/Makefile.am:
313         * libglabels/category.c:
314         * libglabels/category.h:
315         * libglabels/db.c:
316         * libglabels/db.h:
317         * libglabels/libglabels-private.h:
318         * libglabels/libglabels.h:
319         * libglabels/paper.c:
320         * libglabels/paper.h:
321         * libglabels/template.c:
322         * libglabels/template.h:
323         * libglabels/xml-template.c:
324                 Another pass at screwing with the libglabels API.  Moved all
325                 database related stuff to db.[ch].
326         * docs/libglabels/libglabels-decl-list.txt:
327         * docs/libglabels/libglabels-docs.sgml:
328         * docs/libglabels/libglabels-sections.txt:
329         * docs/libglabels/libglabels-undocumented.txt:
330         * docs/libglabels/tmpl/category.sgml:
331         * docs/libglabels/tmpl/db.sgml:
332         * docs/libglabels/tmpl/init.sgml:
333         * docs/libglabels/tmpl/libglabels-unused.sgml:
334         * docs/libglabels/tmpl/paper.sgml:
335         * docs/libglabels/tmpl/template-construction.sgml:
336         * docs/libglabels/tmpl/template-db.sgml:
337         * docs/libglabels/tmpl/template-misc.sgml:
338         * docs/libglabels/tmpl/template-struct.sgml:
339         * docs/libglabels/tmpl/template.sgml:
340                 Updated documentation to reflect above changes to libglabels API.
341         * src/file.c:
342         * src/glabels-batch.c:
343         * src/glabels.c:
344         * src/mini-preview-pixbuf-cache.c:
345         * src/prefs-model.c:
346         * src/print.c:
347         * src/template-designer.c:
348         * src/wdgt-media-select.c:
349         * src/wdgt-mini-preview.c:
350         * src/wdgt-rotate-label.c:
351         * src/xml-label-04.c:
352         * src/xml-label.c:
353                 Reconciled usage with above libglabels API changes.
354
355 2007-10-21  Jim Evins  <evins@snaught.com>
356
357         * data/glade/wdgt-media-select.glade:
358         * src/wdgt-media-select.c:
359                 Added brand to filter settings.
360
361 2007-10-21  Jim Evins  <evins@snaught.com>
362
363         * data/dtd/glabels-2.2.dtd:
364                 Forgot to replace Alias name attribute with brand and part attributes.
365         * data/templates/avery-iso-templates.xml:
366         * data/templates/avery-other-templates.xml:
367         * data/templates/avery-us-templates.xml:
368         * data/templates/misc-iso-templates.xml:
369         * data/templates/misc-other-templates.xml:
370         * data/templates/misc-us-templates.xml:
371         * data/templates/zweckform-iso-templates.xml:
372                 Replaced all name attributes with brand/part attribute pairs.
373
374 2007-10-20  Jim Evins  <evins@snaught.com>
375
376         * src/stock-pixmaps/*.png
377                 Updated icons to use Tango color palette.
378         
379 2007-10-20  Jim Evins  <evins@snaught.com>
380
381         * data/dtd/Makefile.am:
382         * data/dtd/glabels-2.0.dtd:
383         * data/dtd/glabels-2.2.dtd:
384                 Rename glabels-2.0.dtd to glabels-2.2.dtd.  Added brand and part attributes to
385                 template node.
386         * libglabels/template.c:
387         * libglabels/template.h:
388         * libglabels/xml-template.c:
389         * libglabels/xml.h:
390                 Added brand and part attributes to template and alias structures and nodes.
391         * src/file.c:
392         * src/label.c:
393         * src/mini-preview-pixbuf-cache.c:
394         * src/template-designer.c:
395         * src/wdgt-media-select.c:
396                 Use modified libglabels API.
397         * docs/libglabels/libglabels-decl-list.txt:
398         * docs/libglabels/libglabels-sections.txt:
399         * docs/libglabels/libglabels-undocumented.txt:
400         * docs/libglabels/tmpl/template-construction.sgml:
401         * docs/libglabels/tmpl/template-db.sgml:
402         * docs/libglabels/tmpl/template-struct.sgml:
403                 Update libglabels documentation to reflect above modifications.
404
405 2007-10-14  Jim Evins  <evins@snaught.com>
406
407         * docs/libglabels/libglabels-decl-list.txt:
408         * docs/libglabels/libglabels-sections.txt:
409         * docs/libglabels/libglabels-undocumented.txt:
410         * docs/libglabels/tmpl/category.sgml:
411         * libglabels/category.c:
412         * libglabels/category.h:
413                 Added lgl_category_get_id_list() and lgl_category_free_id_list() to have
414         parity with paper functions.
415
416 2007-10-12  Jim Evins  <evins@snaught.com>
417
418         * docs/libglabels/libglabels-decl-list.txt:
419         * docs/libglabels/libglabels-sections.txt:
420         * docs/libglabels/libglabels-undocumented.txt:
421         * docs/libglabels/tmpl/category.sgml:
422         * docs/libglabels/tmpl/enums.sgml:
423         * docs/libglabels/tmpl/libglabels-unused.sgml:
424         * docs/libglabels/tmpl/paper.sgml:
425         * docs/libglabels/tmpl/template-struct.sgml:
426         * libglabels/init.c:
427         * libglabels/template.c:
428         * libglabels/template.h:
429                 Another pass at fleshing out the libglabels documentation.
430         * src/cairo-label-path.c:
431         * src/cairo-markup-path.c:
432         * src/label.c:
433         * src/mini-preview-pixbuf.c:
434         * src/print-op.c:
435         * src/print.c:
436         * src/view.c:
437         * src/wdgt-media-select.c:
438         * src/wdgt-mini-preview.c:
439         * src/wdgt-print-copies.c:
440         * src/wdgt-print-merge.c:
441         * src/wdgt-rotate-label.c:
442                 Removed lgl_template_get_first_frame() from libglabels API and all references.
443
444 2007-10-11  Jim Evins  <evins@snaught.com>
445         * configure.in:
446                 Extended checks for deprecated symbols.
447         * libglabels/template.c:
448                 Removed g_strcasecmp references, which are deprecated.
449
450 2007-10-09  Jim Evins  <evins@snaught.com>
451
452         * src/merge-evolution.c:
453                 Create address book if it does not exist.  Also, be more robust about handling
454                 error conditions -- don't just assume GError has been set.
455
456 2007-10-08  Jim Evins  <evins@snaught.com>
457
458         * libglabels/template.c:
459         * libglabels/xml-template.c:
460         * src/template-designer.c:
461                 Missed some symbols with libglabels API work.
462
463 2007-10-01  Jim Evins  <evins@snaught.com>
464
465         * docs/libglabels/libglabels-decl-list.txt:
466         * docs/libglabels/libglabels-docs.sgml:
467         * docs/libglabels/libglabels-sections.txt:
468         * docs/libglabels/libglabels-undocumented.txt:
469         * docs/libglabels/tmpl/category.sgml:
470         * docs/libglabels/tmpl/enums.sgml:
471         * docs/libglabels/tmpl/init.sgml:
472         * docs/libglabels/tmpl/libglabels-unused.sgml:
473         * docs/libglabels/tmpl/paper.sgml:
474         * docs/libglabels/tmpl/template-construction.sgml:
475         * docs/libglabels/tmpl/template-db.sgml:
476         * docs/libglabels/tmpl/template-misc.sgml:
477         * docs/libglabels/tmpl/template-struct.sgml:
478         * docs/libglabels/tmpl/template.sgml:
479         * docs/libglabels/tmpl/xml-category.sgml:
480         * docs/libglabels/tmpl/xml-template.sgml:
481         * libglabels/category.h:
482         * libglabels/init.c:
483         * libglabels/libglabels-private.h:
484         * libglabels/paper.h:
485         * libglabels/template.c:
486         * libglabels/template.h:
487         * libglabels/xml-template.h:
488                 Basic documentation framework for libglabels updated.  This still needs some
489                 fleshing out.
490         
491 2007-09-27  Jim Evins  <evins@snaught.com>
492
493         * docs/libglabels/libglabels-decl-list.txt:
494         * docs/libglabels/libglabels-docs.sgml:
495         * docs/libglabels/libglabels-sections.txt:
496         * docs/libglabels/libglabels-undocumented.txt:
497         * docs/libglabels/tmpl/enums.sgml:
498         * docs/libglabels/tmpl/init.sgml:
499         * docs/libglabels/tmpl/libglabels-unused.sgml:
500         * docs/libglabels/tmpl/paper.sgml:
501         * docs/libglabels/tmpl/template.sgml:
502         * docs/libglabels/tmpl/xml-paper.sgml:
503         * docs/libglabels/tmpl/xml-template.sgml:
504         * docs/libglabels/tmpl/xml.sgml:
505         * libglabels/Makefile.am:
506         * libglabels/category.c:
507         * libglabels/category.h:
508         * libglabels/enums.h:
509         * libglabels/init.c:
510         * libglabels/init.h:
511         * libglabels/libglabels-private.h:
512         * libglabels/libglabels.h:
513         * libglabels/paper.c:
514         * libglabels/paper.h:
515         * libglabels/template.c:
516         * libglabels/template.h:
517         * libglabels/xml-category.c:
518         * libglabels/xml-category.h:
519         * libglabels/xml-paper.c:
520         * libglabels/xml-paper.h:
521         * libglabels/xml-template.c:
522         * libglabels/xml-template.h:
523         * libglabels/xml.c:
524         * libglabels/xml.h:
525         * src/cairo-label-path.c:
526         * src/cairo-label-path.h:
527         * src/cairo-markup-path.c:
528         * src/cairo-markup-path.h:
529         * src/file.c:
530         * src/glabels-batch.c:
531         * src/glabels.c:
532         * src/label-object.c:
533         * src/label.c:
534         * src/label.h:
535         * src/mini-preview-pixbuf-cache.c:
536         * src/mini-preview-pixbuf.c:
537         * src/mini-preview-pixbuf.h:
538         * src/prefs-dialog.c:
539         * src/prefs-model.c:
540         * src/prefs-model.h:
541         * src/prefs.c:
542         * src/prefs.h:
543         * src/print-op.c:
544         * src/print.c:
545         * src/template-designer.c:
546         * src/view-barcode.c:
547         * src/view-box.c:
548         * src/view-ellipse.c:
549         * src/view-image.c:
550         * src/view-line.c:
551         * src/view.c:
552         * src/wdgt-media-select.c:
553         * src/wdgt-mini-preview.c:
554         * src/wdgt-mini-preview.h:
555         * src/wdgt-print-copies.c:
556         * src/wdgt-print-merge.c:
557         * src/wdgt-rotate-label.c:
558         * src/xml-label-04.c:
559         * src/xml-label.c:
560                 Major cleanup of libglabels API -- this breaks API compatibility with older
561                 development and stable versions -- as far as I know, there are currently
562                 no external users of this library yet.
563         
564 2007-09-14  Jim Evins  <evins@snaught.com>
565
566         * src/marshal.list:
567         * src/label.c:
568         * src/label.h:
569         * src/label-object.c:
570         * src/label-object.h:
571         * src/label-barcode.c:
572         * src/label-ellipse.c:
573         * src/view.c:
574         * src/view-object.c:
575         * src/view-barcode.c:
576         * src/view-box.c:
577         * src/view-ellipse.c:
578         * src/view-image.c:
579         * src/view-line.c:
580         * src/view-text.c:
581                 Better separation of model from view.
582
583 2007-08-21  Jim Evins  <evins@snaught.com>
584
585         * src/print-op.c: (create_custom_widget_cb):
586                 Fix problem with force_outline_flag -- don't override with default.
587
588 2007-08-21  Jim Evins  <evins@snaught.com>
589
590         * data/dtd/glabels-2.0.dtd:
591         * libglabels/template.c:
592         * libglabels/template.h:
593         * libglabels/xml-template.c:
594         * src/cairo-markup-path.c:
595                 Added "Markup-rect" element to template format.
596
597 2007-08-21  Jim Evins  <evins@snaught.com>
598
599         * configure.in:
600                 Changed version to 2.1.pre5svn.
601         * src/view.c: (draw_markup_layer):
602                 Do a stroke for each markup path, otherwise multiple markups
603                 get connected.
604
605 2007-08-17  Jim Evins  <evins@snaught.com>
606
607         * configure.in:
608                 Bump libglabels revision numbers for 2.1.4 release.
609
610 2007-08-16  Jim Evins  <evins@snaught.com>
611
612         * Makefile.am:
613                 Include subdir iec16022-0.2.1.
614         * NEWS:
615         * configure.in:
616         * glabels.spec.in:
617                 Preparation for 2.1.4.
618         
619
620 2007-08-11  Jim Evins  <evins@snaught.com>
621
622         * po/POTFILES.in:
623                 Updated file list.
624         * configure.in:
625         * po/eo.po:
626                 Added Esperanto translation.  Provided by Antonio C.
627                 Codazzi "la Filozofo" <f_sophia@libero.it>.
628         * po/fr.po:
629                 Updated French translation. Provided by Claude Paroz
630                 <claude@2xlibre.net>.
631         * AUTHORS:
632                 Updated to reflect above translations.
633
634 2007-08-11  Jim Evins  <evins@snaught.com>
635
636         * AUTHORS:
637         * data/templates/avery-iso-templates.xml:
638         * data/templates/avery-us-templates.xml:
639         * data/templates/misc-iso-templates.xml:
640         * data/templates/misc-other-templates.xml:
641         * data/templates/misc-us-templates.xml:
642         * data/templates/zweckform-iso-templates.xml:
643                 Caught up with backlog of template submissions.
644
645 2007-08-10  Jim Evins  <evins@snaught.com>
646
647         * src/bc-postnet.c: (gl_barcode_postnet_new):
648         * src/bc.c:
649                 Added support for Brazilian CEPNet barcodes.  This is simply an
650                 instance of the US POSTNET format with 8 digits.  Patch supplied
651                 by Mário Meyer in bug # 1768792.
652         * AUTHORS:
653                 Updated acknowledgments to reflect above patch and recent shuffling
654                 of underlying technology.
655
656 2007-05-13  Jim Evins  <evins@snaught.com>
657
658         * src/merge-text.c: (parse_line), (parse_field):
659                 Remove leading and trailing spaces from CSV fields, unless quoted.
660
661 2007-05-09  Jim Evins  <evins@snaught.com>
662
663         * src/object-editor-bc-page.c:
664         * src/object-editor-data-page.c:
665         * src/object-editor-fill-page.c:
666         * src/object-editor-image-page.c:
667         * src/object-editor-line-page.c:
668         * src/object-editor-lsize-page.c:
669         * src/object-editor-position-page.c:
670         * src/object-editor-private.h:
671         * src/object-editor-shadow-page.c:
672         * src/object-editor-size-page.c:
673         * src/object-editor-text-page.c:
674         * src/object-editor.c:
675         * src/prefs-dialog.c:
676         * src/template-designer.c:
677         * src/ui-property-bar.c:
678         * src/wdgt-media-select.c:
679                 Replaced signal block/unblock pairs with simple flags.  This reduces
680                 some code clutter, hopefully making it easier to read.
681
682 2007-05-05  Jim Evins  <evins@snaught.com>
683
684         * src/template-designer.c: (apply_cb):
685                 Add new template to mini-preview pixbuf cache.
686
687 2007-05-03  Jim Evins  <evins@snaught.com>
688
689         * src/label-image.c: (gl_label_image_init), (draw_object):
690                 Scale default pixbuf up, to prevent bluring.  Use cairo_fill to
691                 render image.
692
693 2007-05-02  Jim Evins  <evins@snaught.com>
694
695         * src/view.c: (draw_select_region_layer), (motion_notify_event_cb),
696         (button_release_event_cb):
697                 Removed attempt at rendering optimization by clipping the updates
698                 to areas affected -- this actually seemed to hurt update performance.
699
700 2007-04-30  Jim Evins  <evins@snaught.com>
701
702         * src/color.h:
703         * src/color.c: (gl_color_shadow), (gl_color_node_new_default),
704         (gl_color_node_equal), (gl_color_node_expand):
705         * src/label-barcode.c: (draw_object):
706         * src/label-box.c: (draw_object), (draw_shadow):
707         * src/label-ellipse.c: (draw_object), (draw_shadow):
708         * src/label-line.c: (draw_object), (draw_shadow):
709         * src/label-text.c: (draw_object), (draw_shadow):
710         * src/wdgt-mini-preview.c: (draw_shadow), (draw_labels):
711         * src/wdgt-rotate-label.c: (drawingarea_update):
712                 Some cleanup to color related code.
713
714 2007-04-30  Jim Evins  <evins@snaught.com>
715
716         * src/label.h:
717                 Added glLabelRegion structure type.
718         * src/label-object.c: (gl_label_object_get_extent):
719         * src/label-object.h:
720                 Modified gl_label_object_get_extent() to fill in a glLabelRegion struct.
721         * src/view.h:
722         * src/view.c: (gl_view_update_region), (draw_select_region_layer),
723         (gl_view_select_region), (gl_view_align_selection_left),
724         (gl_view_align_selection_right), (gl_view_align_selection_hcenter),
725         (gl_view_align_selection_top), (gl_view_align_selection_bottom),
726         (gl_view_align_selection_vcenter),
727         (gl_view_center_selection_horiz), (gl_view_center_selection_vert),
728         (gl_view_move_selection), (gl_view_can_selection_text),
729         (motion_notify_event_cb), (button_press_event_cb),
730         (button_release_event_cb):
731                 - Reconcile with new gl_label_object_get_extent() API.
732                 - Use glLabelRegion for view->select_region.
733                 - Added gl_view_update_region() to clip updates to region.
734                 - Use gl_view_update_region() during manipulation of view->select_region.
735
736 2007-04-26  Jim Evins  <evins@snaught.com>
737
738         * src/mini-preview-pixbuf.c: (draw_paper), (draw_label_outlines),
739         (draw_label_outline):
740         * src/print.c: (print_crop_marks), (draw_outline):
741         * src/view-object.c: (gl_view_object_draw_handles):
742         * src/view.c: (draw_bg_layer), (draw_grid_layer),
743         (draw_markup_layer), (draw_fg_layer), (draw_select_region_layer):
744         * src/wdgt-mini-preview.c: (draw_paper), (draw_labels):
745         * src/wdgt-rotate-label.c: (drawingarea_update):
746                 Added defines for various magic numbers.
747
748 2007-04-25  Jim Evins  <evins@snaught.com>
749
750         * src/label-text.c: (get_size), (draw_object), (draw_shadow):
751                 Scale text down.  Cairo seems to render text too large.
752
753 2007-04-25  Jim Evins  <evins@snaught.com>
754
755         * src/view.h:
756         * src/view.c: (gl_view_update), (expose_cb),
757         (motion_notify_event_cb), (button_press_event_cb),
758         (button_release_event_cb):
759                 - Try not to let updates get backed up.
760                 - Grab pointer when doing any drag operations.
761
762 2007-04-11  Jim Evins  <evins@snaught.com>
763
764         * src/cairo-label-path.c: (gl_cairo_label_path),
765         (gl_cairo_rect_label_path), (gl_cairo_round_label_path),
766         (gl_cairo_cd_label_path):
767         * src/cairo-label-path.h:
768         * src/mini-preview-pixbuf.c: (draw_paper), (draw_label_outlines),
769         (draw_label_outline):
770         * src/print.c: (draw_outline), (clip_to_outline):
771         * src/view.c: (draw_bg_layer), (draw_fg_layer):
772         * src/wdgt-mini-preview.c: (draw_labels):
773         * src/wdgt-rotate-label.c: (drawingarea_update):
774                 Modified to universally use gl_cairo_label_path() to create paths
775                 for labels.  Added shadow to mini preview in rotate widget.
776
777 2007-04-10  Jim Evins  <evins@snaught.com>
778
779         * libglabels/template.h:
780         * libglabels/template.c: (gl_template_get_name_list_unique),
781         (gl_template_get_name_list_all), (gl_template_from_name):
782                 Modified libglabels to allow you to get a list of all template names
783                 including all aliases or just a list of primary names of each unique
784                 template.
785         * src/Makefile.am:
786         * src/file.c: (gl_file_properties):
787         * src/glabels.c: (main):
788         * src/mini-preview-pixbuf-cache.h:
789         * src/mini-preview-pixbuf-cache.c:
790         * src/wdgt-media-select.c: (gl_wdgt_media_select_construct),
791         (filter_changed_cb), (load_list):
792                 Added mini-preview pixbuf cache, so that only one mini-preview is
793                 needed for a unique template and gets reused for all aliases.  These
794                 pixbufs will also live for the life of the program so they are not
795                 rebuilt everytime a new label dialog is invoked.
796         * src/mini-preview-pixbuf.c: (draw_paper),
797         (draw_rect_label_outline), (draw_round_label_outline),
798         (draw_cd_label_outline):
799                 Removed some comment artifacts.
800
801 2007-04-04  Jim Evins  <evins@snaught.com>
802
803         * src/mini-preview-pixbuf.c: (gl_mini_preview_pixbuf_new),
804         (draw_paper), (draw_label_outlines), (draw_rect_label_outline),
805         (draw_round_label_outline), (draw_cd_label_outline):
806         * src/wdgt-media-select.c: (load_list):
807         * src/wdgt-rotate-label.c: (draw_cd_label_outline):
808                 Cosmetic enhancments to mini previews.
809
810 2007-04-04  Jim Evins  <evins@snaught.com>
811
812         * src/ui-property-bar.c: (gl_ui_property_bar_finalize),
813         (gl_ui_property_bar_construct):
814                 Save copy of GladeXML tree so that we don't lose tooltips.
815
816 2007-04-02  Jim Evins  <evins@snaught.com>
817
818         * src/merge-properties-dialog.c:
819         * src/new-label-dialog.c:
820         * src/object-editor.c:
821         * src/prefs-dialog.c:
822         * src/print-op.c:
823         * src/template-designer.c:
824         * src/ui-property-bar.c:
825         * src/wdgt-media-select.c:
826         * src/wdgt-rotate-label.c:
827                 Fixed several memory leaks.
828
829 2007-04-01  Jim Evins  <evins@snaught.com>
830
831         * src/label-text.c: (gl_label_text_init), (copy),
832         (gl_label_text_set_lines), (buffer_changed_cb), (get_size),
833         (set_font_family), (set_font_size), (set_font_weight),
834         (set_font_italic_flag), (set_text_alignment),
835         (set_text_line_spacing):
836                 Cache object size, so that expensive extent calculations are only done
837                 when needed.
838
839 2007-03-30  Jim Evins  <evins@snaught.com>
840
841         * src/prefs-model.c: (gl_prefs_model_load_settings):
842                 Default to an unlimited list of recent documents, since this parameter
843                 seems to be pre-filter anyway.
844
845 2007-03-30  Jim Evins  <evins@snaught.com>
846
847         * src/label-box.c: (draw_shadow):
848         * src/label-ellipse.c: (draw_shadow):
849                 Added missing shadow fill.
850         
851 2007-03-28  Jim Evins  <evins@snaught.com>
852
853         * src/ui-commands.c: (gl_ui_cmd_file_print):
854                 Unreferencing the print operation sometimes crashes.  Just don't do it
855                 right now.
856
857 2007-03-28  Jim Evins  <evins@snaught.com>
858
859         * src/print-op.c: (gl_print_op_construct),
860         (gl_print_op_get_settings), (gl_print_op_set_settings),
861         (gl_print_op_free_settings), (create_custom_widget_cb):
862         * src/print-op.h:
863         * src/ui-commands.c: (gl_ui_cmd_file_print):
864         * src/window.c: (gl_window_init):
865         * src/window.h:
866                 Save print settings and custom settings between print operations
867                 on the same window.
868
869 2007-03-24  Jim Evins  <evins@snaught.com>
870
871         * src/object-editor-image-page.c:
872         (gl_object_editor_prepare_image_page),
873         (gl_object_editor_set_image), (img_selection_changed_cb):
874                 Workaround for GtkFileChooserButton bug # 327243.  This the root
875                 cause for gLabels bug # 1192884.  I have actually observed 3 delayed
876                 "selection-changed" signals -- the first 2 return NULL -- this is
877                 what caused the image to reset to the default followed by setting
878                 it back to the original image, trying to fit it into a new bounding
879                 box.  This sequence of events is much more evident with the new
880                 cairo rendering.
881
882 2007-03-23  Jim Evins  <evins@snaught.com>
883
884         Merged all changes from experimental cairo branch to trunk.
885         Trunk no longer depends on libgnomecanvas or libgnomeprint[ui].
886
887 2007-03-23  Jim Evins  <evins@snaught.com>
888
889         * src/label-object.h:
890         * src/label-object.c: (gl_label_object_class_init),
891         (gl_label_object_get_raw_size), (gl_label_object_get_size):
892                 Created "get_raw_size" method.
893         * src/label-barcode.c: (get_size):
894         * src/xml-label.c: (xml_create_object_text),
895         (xml_create_object_barcode):
896                 Use new "get_raw_size" method on label-objects when apropos.
897         * src/label-text.h:
898         * src/label-text.c: (get_size), (draw_object), (draw_shadow),
899         (auto_shrink_font_size):
900                 Added "auto shrink" functionality back.
901
902 2007-03-19  Jim Evins  <evins@snaught.com>
903
904         * src/label-text.c: (draw_object), (draw_shadow):
905                 Don't use negative scales in workaround from previous commit.
906         
907
908 2007-03-18  Jim Evins  <evins@snaught.com>
909
910         * src/xml-label.c:
911                 Forgot to remove include of xml-lable-191 in previous commit.
912         * src/label-text.c: (get_size), (draw_object), (draw_shadow):
913                 Workaround for pango Bug #341481.  Render text at device scale,
914                 and scale font size accordingly.  Also, don't do any hinting.
915
916 2007-03-18  Jim Evins  <evins@snaught.com>
917
918         * src/cairo-ellipse-path.c:
919         * src/cairo-ellipse-path.h:
920                 Forgot to add these new files during last mass commit.
921
922 2007-03-18  Jim Evins  <evins@snaught.com>
923
924         * src/Makefile.am:
925         * src/xml-label-191.c:
926         * src/xml-label-191.h:
927                 Removed -- Very buggy.  Version 1.91 is a very old "unstable" version,
928                 so there is no need to keep compatability.
929         * src/base64.c:
930         * src/bc-iec16022.c:
931         * src/cairo-label-path.c:
932         * src/cairo-label-path.h:
933         * src/cairo-markup-path.c:
934         * src/color.c:
935         * src/debug.c:
936         * src/file.c:
937         * src/glabels-batch.c:
938         * src/glabels.c:
939         * src/label-barcode.c:
940         * src/label-box.c:
941         * src/label-ellipse.c:
942         * src/label-image.c:
943         * src/label-line.c:
944         * src/label-object.c:
945         * src/label-object.h:
946         * src/label-text.c:
947         * src/label.c:
948         * src/label.h:
949         * src/merge-properties-dialog.c:
950         * src/merge.c:
951         * src/new-label-dialog.c:
952         * src/object-editor-bc-page.c:
953         * src/object-editor-data-page.c:
954         * src/object-editor-edit-page.c:
955         * src/object-editor-fill-page.c:
956         * src/object-editor-image-page.c:
957         * src/object-editor-line-page.c:
958         * src/object-editor-private.h:
959         * src/object-editor-shadow-page.c:
960         * src/object-editor-text-page.c:
961         * src/object-editor.c:
962         * src/pixbuf-cache.c:
963         * src/print-op.c:
964         * src/print.c:
965         * src/recent.c:
966         * src/stock.c:
967         * src/template-designer.c:
968         * src/text-node.c:
969         * src/ui-property-bar.c:
970         * src/ui.c:
971         * src/view-barcode.c:
972         * src/view-box.c:
973         * src/view-ellipse.c:
974         * src/view-image.c:
975         * src/view-line.c:
976         * src/view-object.c:
977         * src/view-object.h:
978         * src/view-text.c:
979         * src/view.c:
980         * src/wdgt-media-select.c:
981         * src/wdgt-print-copies.c:
982         * src/wdgt-print-merge.c:
983         * src/window.c:
984         * src/xml-label-04.c:
985         * src/xml-label.c:
986                 Many changes, including:
987                 - Move draw methods from view-*() to label-*().
988                 - Use same drawing code for on screen view and printing.
989                 - Fix all issues exposed with '-Wall -Werror'.
990
991 2007-03-14  Jim Evins  <evins@snaught.com>
992
993         * src/Makefile.am:
994         * src/cairo-handle-path.c:
995         * src/cairo-handle-path.h:
996         * src/cairo-object-path.c:
997         * src/cairo-object-path.h:
998                 Removed cairo-handle-path.[ch] and cairo-object-path.[ch].
999         * src/view-barcode.c: (gl_view_barcode_class_init), (draw_object),
1000         (object_at):
1001         * src/view-box.c: (gl_view_box_class_init), (draw_object),
1002         (draw_shadow), (object_at):
1003         * src/view-ellipse.c: (gl_view_ellipse_class_init),
1004         (create_ellipse_path), (draw_object), (draw_shadow), (object_at):
1005         * src/view-image.c: (gl_view_image_class_init), (draw_object),
1006         (object_at):
1007         * src/view-line.c: (gl_view_line_class_init), (draw_object),
1008         (draw_shadow), (object_at):
1009         * src/view-object.c: (gl_view_object_draw), (gl_view_object_at),
1010         (create_handle_path), (gl_view_object_draw_handles),
1011         (gl_view_object_handle_at):
1012         * src/view-object.h:
1013         * src/view-text.c: (gl_view_text_class_init), (draw_object),
1014         (draw_shadow), (object_at):
1015         * src/view.c: (motion_notify_event_cb), (button_press_event_cb):
1016                 Some restructuring of new code.
1017
1018 2007-03-12  Jim Evins  <evins@snaught.com>
1019
1020         * src/Makefile.am:
1021         * src/cairo-object-path.c:
1022         * src/view-barcode.c:
1023         * src/view-barcode.h:
1024         * src/view.c:
1025                 Added barcode object support to view.
1026
1027 2007-03-12  Jim Evins  <evins@snaught.com>
1028
1029         * src/Makefile.am:
1030         * src/view-text.h:
1031         * src/view-text.c:
1032         * src/view.c:
1033         * src/cairo-object-path.c:
1034         * src/cairo-object-path.h:
1035         * src/view-box.c:
1036         * src/view-ellipse.c:
1037         * src/view-image.c:
1038         * src/view-line.c:
1039         * src/view-object.c:
1040         * src/view-object.h:
1041                 Added text object support to view.  Added object_at method to all
1042                 view_objects.
1043
1044 2007-03-11  Jim Evins  <evins@snaught.com>
1045
1046         * src/Makefile.am:
1047         * src/cairo-object-path.c: (gl_cairo_object_path),
1048         (gl_cairo_image_object_path):
1049         * src/view-image.c: (gl_view_image_class_init),
1050         (gl_view_image_finalize), (gl_view_image_new),
1051         (update_editor_from_label_cb), (draw),
1052         (gl_view_image_get_create_cursor),
1053         (gl_view_image_create_button_press_event),
1054         (gl_view_image_create_motion_event),
1055         (gl_view_image_create_button_release_event):
1056         * src/view-image.h:
1057         * src/view.c: (gl_view_construct), (gl_view_object_create_mode),
1058         (selection_received_cb), (motion_notify_event_cb),
1059         (button_press_event_cb), (button_release_event_cb):
1060                 Added image object support to view.
1061
1062 2007-03-11  Jim Evins  <evins@snaught.com>
1063
1064         * src/Makefile.am:
1065         * src/cairo-object-path.c: (gl_cairo_object_path),
1066         (gl_cairo_line_object_path):
1067         * src/view-line.c: (gl_view_line_class_init), (gl_view_line_new),
1068         (update_object_from_editor_cb), (update_editor_from_object_cb),
1069         (update_editor_from_label_cb), (draw),
1070         (gl_view_line_get_create_cursor),
1071         (gl_view_line_create_button_press_event),
1072         (gl_view_line_create_motion_event),
1073         (gl_view_line_create_button_release_event):
1074         * src/view-line.h:
1075         * src/view-object.c: (gl_view_object_resize_event):
1076         * src/view.c: (gl_view_construct), (gl_view_object_create_mode),
1077         (selection_received_cb), (motion_notify_event_cb),
1078         (button_press_event_cb), (button_release_event_cb):
1079                 Added line object support to view.
1080         * src/cairo-handle-path.c:
1081                 Made handles slightly larger.
1082
1083
1084 2007-03-11  Jim Evins  <evins@snaught.com>
1085
1086         * src/Makefile.am:
1087         * src/cairo-handle-path.c:
1088         * src/cairo-label-path.c: (gl_cairo_rect_label_path),
1089         (gl_cairo_round_label_path), (gl_cairo_cd_label_path):
1090         * src/cairo-markup-path.c: (gl_cairo_markup_margin_rect_path),
1091         (gl_cairo_markup_margin_round_path),
1092         (gl_cairo_markup_margin_cd_path), (gl_cairo_markup_circle_path):
1093         * src/cairo-object-path.c: (gl_cairo_object_path),
1094         (gl_cairo_ellipse_object_path):
1095         * src/label-object.c: (gl_label_object_rotate):
1096         * src/view-box.c:
1097         * src/view-box.h:
1098         * src/view-ellipse.c: (gl_view_ellipse_class_init),
1099         (gl_view_ellipse_new), (update_object_from_editor_cb),
1100         (update_editor_from_object_cb), (update_editor_from_label_cb),
1101         (draw), (gl_view_ellipse_get_create_cursor),
1102         (gl_view_ellipse_create_button_press_event),
1103         (gl_view_ellipse_create_motion_event),
1104         (gl_view_ellipse_create_button_release_event):
1105         * src/view-ellipse.h:
1106         * src/view-object.c:
1107         * src/view-object.h:
1108         * src/view.c: (gl_view_construct), (gl_view_object_create_mode),
1109         (select_object_real), (selection_received_cb),
1110         (motion_notify_event_cb), (button_press_event_cb),
1111         (button_release_event_cb):
1112         * src/view.h:
1113                 Added ellipse object support to view.  Plus other cleanup.
1114
1115 2007-03-11  Jim Evins  <evins@snaught.com>
1116
1117         * src/view-box.h:
1118         * src/view-box.c: (gl_view_box_get_create_cursor),
1119         (gl_view_box_create_button_press_event),
1120         (gl_view_box_create_motion_event),
1121         (gl_view_box_create_button_release_event):
1122         * src/view-object.c: (gl_view_object_set_view),
1123         (gl_view_object_handle_at):
1124         * src/view.h:
1125         * src/view.c: (gl_view_arrow_mode), (gl_view_object_create_mode),
1126         (motion_notify_event_cb), (button_press_event_cb),
1127         (button_release_event_cb), (key_press_event_cb):
1128                 Added creation code for box object.
1129
1130 2007-03-09  Jim Evins  <evins@snaught.com>
1131
1132         * src/view-object.c: (gl_view_object_resize_event):
1133         * src/view-object.h:
1134         * src/view.c: (motion_notify_event_cb):
1135                 Fix bugs with resizing transformed objects.
1136         * src/cairo-handle-path.c: (gl_cairo_handle_path):
1137         * src/cairo-object-path.c: (gl_cairo_object_path):
1138         * src/cairo-object-path.h:
1139         * src/label-object.c: (gl_label_object_init),
1140         (gl_label_object_dup), (gl_label_object_get_extent),
1141         (gl_label_object_flip_horiz), (gl_label_object_flip_vert),
1142         (gl_label_object_rotate), (gl_label_object_set_matrix),
1143         (gl_label_object_get_matrix):
1144         * src/label-object.h:
1145         * src/print.c: (draw_object):
1146         * src/view-box.c:
1147         * src/view-highlight.c:
1148         * src/view-highlight.h:
1149         * src/xml-label-191.c: (xml191_parse_object):
1150         * src/xml-label.c: (xml_parse_affine_attrs),
1151         (xml_create_affine_attrs):
1152                 Replace libart affine matrices with cairo matrices.
1153
1154 2007-03-08  Jim Evins  <evins@snaught.com>
1155
1156         * src/view-object.h:
1157         * src/view.c: (gl_view_update), (motion_notify_event_cb):
1158         * src/view-object.c: (gl_view_object_handle_at),
1159         (gl_view_object_resize_event):
1160                 Added resize code -- still a bit buggy.
1161         
1162 2007-03-07  Jim Evins  <evins@snaught.com>
1163
1164         * src/Makefile.am:
1165         * src/cairo-handle-path.c:
1166         * src/cairo-handle-path.h:
1167         * src/view-box.c: (gl_view_box_new):
1168         * src/view-object.c: (gl_view_object_set_object),
1169         (gl_view_object_draw_handles), (gl_view_object_handle_at):
1170         * src/view-object.h:
1171         * src/view.c: (draw_highlight_layer), (select_object_real),
1172         (unselect_object_real), (view_handle_at), (motion_notify_event_cb),
1173         (button_press_event_cb), (button_release_event_cb),
1174         (key_press_event_cb):
1175         * src/view.h:
1176                 Added beginnings of object resize handles.
1177
1178 2007-03-07  Jim Evins  <evins@snaught.com>
1179
1180         * src/view.h:
1181         * src/view.c: (gl_view_init), (gl_view_arrow_mode),
1182         (gl_view_object_create_mode), (motion_notify_event_cb),
1183         (button_press_event_cb), (button_release_event_cb),
1184         (key_press_event_cb):
1185                 Added move selection support.
1186
1187 2007-03-05  Jim Evins  <evins@snaught.com>
1188
1189         * src/cairo-object-path.c: (gl_cairo_object_path):
1190         * src/view-object.c: (gl_view_object_draw),
1191         (gl_view_object_draw_highlight):
1192         * src/view.c: (view_object_at), (motion_notify_event_cb),
1193         (button_press_event_cb), (button_release_event_cb):
1194                 Additional refinements to select logic.
1195
1196 2007-03-05  Jim Evins  <evins@snaught.com>
1197
1198         * src/view.h:
1199         * src/view.c: (gl_view_init), (gl_view_construct),
1200         (label_changed_cb), (draw_layers), (draw_select_region_layer),
1201         (gl_view_select_region), (object_at), (motion_notify_event_cb),
1202         (button_press_event_cb), (button_release_event_cb):
1203                 Added initial select region support and context menu.
1204
1205 2007-03-04  Jim Evins  <evins@snaught.com>
1206
1207         * configure.in:
1208         * src/Makefile.am:
1209         * src/debug.c:
1210         * src/debug.h:
1211         * src/file.c:
1212         * src/label.c:
1213         * src/label.h:
1214         * src/print-op.c:
1215         * src/print.c:
1216         * src/ui-commands.c:
1217         * src/view-box.c:
1218         * src/view-box.h:
1219         * src/view-object.c:
1220         * src/view-object.h:
1221         * src/view.c:
1222         * src/view.h:
1223         * src/wdgt-print-copies.c:
1224         * src/wdgt-print-merge.c:
1225         * src/xml-label.c:
1226                 Initial port to a raw Cairo canvas.  This removes all remaining
1227                 dependencies on libgnomecanvas and libgnomeprint[ui].  Basically
1228                 the view is becoming a canvas widget in its own right.  Still needs
1229                 a lot of work.
1230         * src/cairo-label-path.c:
1231         * src/cairo-label-path.h:
1232         * src/cairo-markup-path.c:
1233         * src/cairo-markup-path.h:
1234         * src/cairo-object-path.c:
1235         * src/cairo-object-path.h:
1236                 New files to support cairo canvas.
1237         * src/canvas-hacktext.c:
1238         * src/canvas-hacktext.h:
1239                 Removed.
1240
1241 2007-02-18  Jim Evins  <evins@snaught.com>
1242
1243         * src/bc.h:
1244                 GNOME_FONT_BOOK changed to PANGO_WEIGHT_NORMAL.
1245
1246 2007-02-14  Jim Evins  <evins@snaught.com>
1247
1248         * src/base64.c:
1249         * src/base64.h:
1250         * src/bc-gnubarcode.c:
1251         * src/bc-gnubarcode.h:
1252         * src/bc-postnet.c:
1253         * src/bc-postnet.h:
1254         * src/bc.c:
1255         * src/bc.h:
1256         * src/canvas-hacktext.c:
1257         * src/canvas-hacktext.h:
1258         * src/debug.c:
1259         * src/debug.h:
1260         * src/file.c:
1261         * src/file.h:
1262         * src/glabels.c:
1263         * src/hig.h:
1264         * src/label-barcode.c:
1265         * src/label-barcode.h:
1266         * src/label-box.c:
1267         * src/label-box.h:
1268         * src/label-ellipse.c:
1269         * src/label-ellipse.h:
1270         * src/label-image.c:
1271         * src/label-image.h:
1272         * src/label-line.c:
1273         * src/label-line.h:
1274         * src/label-object.c:
1275         * src/label-object.h:
1276         * src/label-text.c:
1277         * src/label-text.h:
1278         * src/label.c:
1279         * src/label.h:
1280         * src/merge-evolution.c:
1281         * src/merge-evolution.h:
1282         * src/merge-init.c:
1283         * src/merge-init.h:
1284         * src/merge-properties-dialog.c:
1285         * src/merge-properties-dialog.h:
1286         * src/merge-text.c:
1287         * src/merge-text.h:
1288         * src/merge-vcard.c:
1289         * src/merge-vcard.h:
1290         * src/merge.c:
1291         * src/merge.h:
1292         * src/mini-preview-pixbuf.h:
1293         * src/new-label-dialog.c:
1294         * src/new-label-dialog.h:
1295         * src/object-editor-bc-page.c:
1296         * src/object-editor-data-page.c:
1297         * src/object-editor-edit-page.c:
1298         * src/object-editor-fill-page.c:
1299         * src/object-editor-image-page.c:
1300         * src/object-editor-line-page.c:
1301         * src/object-editor-lsize-page.c:
1302         * src/object-editor-position-page.c:
1303         * src/object-editor-private.h:
1304         * src/object-editor-size-page.c:
1305         * src/object-editor-text-page.c:
1306         * src/object-editor.c:
1307         * src/object-editor.h:
1308         * src/pixbuf-cache.c:
1309         * src/pixbuf-cache.h:
1310         * src/prefs-dialog.c:
1311         * src/prefs-dialog.h:
1312         * src/prefs-model.c:
1313         * src/prefs-model.h:
1314         * src/prefs.c:
1315         * src/prefs.h:
1316         * src/print-op.c:
1317         * src/stock.c:
1318         * src/stock.h:
1319         * src/template-designer.c:
1320         * src/text-node.c:
1321         * src/text-node.h:
1322         * src/ui-commands.c:
1323         * src/ui-commands.h:
1324         * src/ui-property-bar.c:
1325         * src/ui-property-bar.h:
1326         * src/ui-sidebar.c:
1327         * src/ui-sidebar.h:
1328         * src/ui-util.c:
1329         * src/ui-util.h:
1330         * src/ui.c:
1331         * src/ui.h:
1332         * src/util.c:
1333         * src/util.h:
1334         * src/view-barcode.c:
1335         * src/view-barcode.h:
1336         * src/view-box.c:
1337         * src/view-box.h:
1338         * src/view-ellipse.c:
1339         * src/view-ellipse.h:
1340         * src/view-highlight.c:
1341         * src/view-highlight.h:
1342         * src/view-image.c:
1343         * src/view-image.h:
1344         * src/view-line.c:
1345         * src/view-line.h:
1346         * src/view-object.c:
1347         * src/view-object.h:
1348         * src/view-text.c:
1349         * src/view-text.h:
1350         * src/view.c:
1351         * src/view.h:
1352         * src/wdgt-chain-button.c:
1353         * src/wdgt-chain-button.h:
1354         * src/wdgt-media-select.c:
1355         * src/wdgt-mini-preview.c:
1356         * src/wdgt-print-copies.c:
1357         * src/wdgt-print-copies.h:
1358         * src/wdgt-print-merge.c:
1359         * src/wdgt-print-merge.h:
1360         * src/wdgt-rotate-label.c:
1361         * src/window.h:
1362         * src/xml-label-04.c:
1363         * src/xml-label-04.h:
1364         * src/xml-label-191.c:
1365         * src/xml-label-191.h:
1366         * src/xml-label.c:
1367         * src/xml-label.h:
1368
1369         Assorted superficial cleanup.  Including:
1370         - Use G_DEFINE_TYPE for all objects.
1371         - Reconcile style of all class initializer functions
1372         - Reconcile style of all finalize functions
1373         - Add emacs mode line to all source files
1374                 
1375 2007-02-06  Jim Evins  <evins@snaught.com>
1376
1377 Assorted cleanup and removal of deprecated items.
1378         
1379         * src/splash.c:
1380         * src/splash.h:
1381         * src/Makefile.am:
1382                 Removed annoying splash screen.
1383         * src/glabels-batch.c: (main):
1384         * src/glabels.c: (main):
1385                 Converted from popt to GOption.
1386         * src/object-editor-shadow-page.c:
1387         (gl_object_editor_set_shadow_state):
1388                 Removed deprecated method on GtkToggleButton.
1389         * src/ui-commands.c: (gl_ui_cmd_help_about):
1390                 Removed dependency on libgnomui/qnome-url.h.
1391         * src/template-designer.c:
1392                 Removed dependency on libgnome/gnome-program.h.
1393         
1394
1395 2007-02-04  Jim Evins  <evins@snaught.com>
1396
1397         * src/color.c:
1398         * src/color.h:
1399         * src/prefs-model.c:
1400         * src/print.c: (draw_text_object):
1401         * src/wdgt-mini-preview.c: (gl_wdgt_mini_preview_construct):
1402                 Removed GnomeCanvas artifacts from color.[ch] and related modules.
1403
1404 2007-02-04  Jim Evins  <evins@snaught.com>
1405
1406         * src/wdgt-mini-preview.c:
1407         * src/wdgt-mini-preview.h:
1408                 Ported widget from GnomeCanvas to Cairo.
1409
1410 2007-02-03  Jim Evins  <evins@snaught.com>
1411
1412         * data/glade/template-designer.glade:
1413         * src/template-designer.c:
1414         * src/template-designer.h:
1415                 Ported GnomeDruid to GtkAssistant.  Since libglade does not
1416                 yet support the GtkAssistant and we derive directly from
1417                 the Assistant, the pages are layed out in a GtkNotebook in
1418                 the glade description -- we then append each page to the
1419                 assistant.
1420
1421 2007-01-25  Jim Evins  <evins@snaught.com>
1422
1423         * data/glade/object-editor.glade:
1424                 Added dummy page to notebook, to prevent shadow page from
1425                 becoming the default current page at creation.
1426         * src/view-box.c: (construct_properties_editor):
1427         * src/view-ellipse.c: (construct_properties_editor):
1428         * src/view-line.c: (construct_properties_editor):
1429         * src/view-text.c: (construct_properties_editor):
1430                 Reconciled order of params.
1431
1432 2007-01-19  Jim Evins  <evins@snaught.com>
1433
1434         * src/label-barcode.h:
1435         * src/label-object.c: (gl_label_object_set_font_weight),
1436         (gl_label_object_set_text_alignment),
1437         (gl_label_object_get_font_weight),
1438         (gl_label_object_get_text_alignment):
1439         * src/label-object.h:
1440         * src/label-text.c: (gl_label_text_instance_init), (copy),
1441         (get_size), (set_font_family), (set_font_weight),
1442         (set_text_alignment), (get_font_weight), (get_text_alignment):
1443         * src/label-text.h:
1444         * src/object-editor-text-page.c:
1445         (gl_object_editor_prepare_text_page),
1446         (gl_object_editor_set_font_family),
1447         (gl_object_editor_set_font_weight),
1448         (gl_object_editor_get_font_weight),
1449         (gl_object_editor_set_text_alignment),
1450         (gl_object_editor_get_text_alignment),
1451         (gl_object_editor_set_text_color):
1452         * src/object-editor.h:
1453         * src/prefs-dialog.c: (construct_object_page),
1454         (update_object_page_from_prefs), (update_prefs_from_object_page):
1455         * src/prefs-model.c: (gl_prefs_model_save_settings),
1456         (gl_prefs_model_load_settings):
1457         * src/prefs-model.h:
1458         * src/print.c: (draw_text_object):
1459         * src/ui-property-bar.c: (gl_ui_property_bar_construct),
1460         (reset_to_default_properties), (update_text_properties),
1461         (font_bold_toggled_cb), (text_align_toggled_cb):
1462         * src/ui-sidebar.c:
1463         * src/util.c: (gl_util_align_to_string), (gl_util_string_to_align),
1464         (gl_util_weight_to_string), (gl_util_string_to_weight),
1465         (gl_util_get_font_family_list), (gl_util_font_family_list_free):
1466         * src/util.h:
1467         * src/view-text.c: (update_object_from_editor_cb),
1468         (update_editor_from_object_cb), (draw_hacktext), (draw_cursor):
1469         * src/view.c: (gl_view_set_selection_text_alignment),
1470         (gl_view_set_default_text_alignment),
1471         (gl_view_get_default_text_alignment):
1472         * src/view.h:
1473         * src/xml-label-04.c: (xml04_parse_text_props):
1474         * src/xml-label-191.c: (xml191_parse_text_props):
1475         * src/xml-label.c: (xml_parse_object_text),
1476         (xml_parse_toplevel_span), (xml_create_object_text),
1477         (xml_create_toplevel_span):
1478                 Converted all model internals to Pango.  GnomeFont remains in
1479         view until GnomeCanvas can be replaced with a cairo-based canvas.
1480         
1481 2007-01-17  Jim Evins  <evins@snaught.com>
1482
1483         * src/Makefile.am:
1484         * src/hig.c:
1485                 Deleted hig.c.
1486         * src/hig.h:
1487         * src/wdgt-print-copies.c: (gl_wdgt_print_copies_get_type),
1488         (gl_wdgt_print_copies_construct):
1489         * src/wdgt-print-copies.h:
1490         * src/wdgt-print-merge.c: (gl_wdgt_print_merge_get_type),
1491         (gl_wdgt_print_merge_construct):
1492         * src/wdgt-print-merge.h:
1493                 Removed all remaining HIG wrapper widgets.
1494
1495 2007-01-16  Jim Evins  <evins@snaught.com>
1496
1497         * src/Makefile.am:
1498         * src/print-dialog.c:
1499         * src/print-dialog.h:
1500         * src/print-op.c:
1501         * src/print-op.h:
1502         * src/template-designer.c: (print_test_cb):
1503         * src/ui-commands.c: (gl_ui_cmd_file_print):
1504         * src/print.c:
1505                 Renamed PrintDialog to PrintOp.  Added constructor for batch
1506                 printing.
1507         * src/glabels-batch.c: (main):
1508                 Converted to use new PrintOp object for printing.
1509
1510 2007-01-15  Jim Evins  <evins@snaught.com>
1511
1512         * data/glade/Makefile.am:
1513         * data/glade/print-custom-widget.glade:
1514         * src/print-dialog.c:
1515         * src/print-dialog.h:
1516         * src/print.c:
1517         * src/print.h:
1518         * src/template-designer.c: (print_test_cb):
1519         * src/ui-commands.c: (gl_ui_cmd_file_print):
1520         * src/wdgt-print-merge.c: (gl_wdgt_print_merge_get_copies):
1521         * src/wdgt-print-merge.h:
1522         * src/window.c: (gl_window_init):
1523         * src/window.h:
1524                 Initial conversion to GtkPrintOperation.
1525                 Still to do:
1526                  - Remove font and other libgnomeprint[ui] from elsewhere
1527                  - Add batch initialization of print operation
1528
1529 2007-01-08  Jim Evins  <evins@snaught.com>
1530         * configure.in:
1531                 Updated dependencies.  Set version to 2.1.pre4cvs.
1532
1533 2007-01-03  Jim Evins  <evins@snaught.com>
1534
1535         * src/recent-files/*
1536                 Removed EggRecent stuff.
1537         * configure.in:
1538         * src/Makefile.am:
1539         * src/file.c:
1540         * src/recent.c:
1541         * src/recent.h:
1542         * src/ui-commands.c:
1543         * src/ui-commands.h:
1544         * src/ui.c:
1545                 Ported from EggRecent to GtkRecentManager.
1546         
1547
1548 2007-01-02  Jim Evins  <evins@snaught.com>
1549
1550         * configure.in:
1551         * iec16022-0.2.1/BUGS:
1552         * iec16022-0.2.1/CHANGELOG:
1553         * iec16022-0.2.1/CREDITS:
1554         * iec16022-0.2.1/INSTALL:
1555         * iec16022-0.2.1/LICENSE:
1556         * iec16022-0.2.1/Makefile.am:
1557         * iec16022-0.2.1/Makefile.dist:
1558         * iec16022-0.2.1/README:
1559         * iec16022-0.2.1/README.glabels:
1560         * iec16022-0.2.1/TODO:
1561         * iec16022-0.2.1/iec16022.1:
1562         * iec16022-0.2.1/iec16022.c:
1563         * iec16022-0.2.1/iec16022ecc200.c:
1564         * iec16022-0.2.1/iec16022ecc200.h:
1565         * iec16022-0.2.1/image.c:
1566         * iec16022-0.2.1/image.h:
1567         * iec16022-0.2.1/reedsol.c:
1568         * iec16022-0.2.1/reedsol.h:
1569         * iec16022-0.2.1/test/testsuite-example.bin:
1570         * iec16022-0.2.1/test/testsuite-example.eps:
1571         * iec16022-0.2.1/test/testsuite-example.hex:
1572         * iec16022-0.2.1/test/testsuite-example.png:
1573         * iec16022-0.2.1/test/testsuite-example.text:
1574         * iec16022-0.2.1/test/testsuite.sh:
1575                 Include modified copy of iec16022-0.2.1 to provide encoding
1576                 support for datamatrix 2D barcodes.
1577         * src/Makefile.am:
1578         * src/bc-iec16022.c:
1579         * src/bc-iec16022.h:
1580         * src/bc.c:
1581                 Added initial datamatrix 2D barcode backend to barcode code.
1582         * INSTALL:
1583         * gtk-doc.make:
1584                 Automatic updates to later versions of these files.
1585
1586 2006-11-28  Jim Evins  <evins@snaught.com>
1587
1588         * data/templates/avery-iso-templates.xml:
1589         * data/templates/avery-us-templates.xml:
1590         * data/templates/categories.xml:
1591         * data/templates/misc-iso-templates.xml:
1592         * data/templates/misc-us-templates.xml:
1593         * data/templates/zweckform-iso-templates.xml:
1594                 More categorization.
1595         
1596 2006-09-12  Jim Evins  <evins@snaught.com>
1597
1598         * data/dtd/glabels-2.0.dtd:
1599         * data/templates/Makefile.am:
1600         * data/templates/avery-iso-templates.xml:
1601         * data/templates/avery-other-templates.xml:
1602         * data/templates/avery-us-templates.xml:
1603         * data/templates/categories.xml:
1604         * data/templates/misc-iso-templates.xml:
1605         * data/templates/misc-other-templates.xml:
1606         * data/templates/zweckform-iso-templates.xml:
1607         * data/glade/Makefile.am:
1608         * data/glade/new-label-dialog.glade:
1609         * data/glade/wdgt-media-select.glade:
1610         * data/glade/wdgt-rotate-label.glade:
1611         * libglabels/Makefile.am:
1612         * libglabels/category.c:
1613         * libglabels/category.h:
1614         * libglabels/libglabels.h:
1615         * libglabels/paper.c:
1616         * libglabels/template.c:
1617         * libglabels/template.h:
1618         * libglabels/xml-category.c:
1619         * libglabels/xml-category.h:
1620         * libglabels/xml-template.c:
1621                 Added support for category meta data.
1622         * src/Makefile.am:
1623         * src/file.c:
1624         * src/mini-preview-pixbuf.c:
1625         * src/mini-preview-pixbuf.h:
1626         * src/new-label-dialog.c:
1627         * src/new-label-dialog.h:
1628         * src/wdgt-media-select.c:
1629         * src/wdgt-media-select.h:
1630         * src/wdgt-rotate-label.c:
1631         * src/wdgt-rotate-label.h:
1632                 New "new label" dialog.
1633
1634 2006-05-27  Jim Evins  <evins@snaught.com>
1635
1636         * NEWS:
1637         * autogen.sh:
1638         * configure.in:
1639                 Preparation for 2.1.3.
1640         * acinclude.m4:
1641         * omf.make:
1642         * xmldocs.make:
1643                 Removed.
1644         
1645 2006-05-22  Jim Evins  <evins@snaught.com>
1646
1647         * src/print.c: (draw_barcode_object):
1648                 Don't print "Invalid barcode data" if data field is empty.  Patch provided
1649                 by Darren Warner <warnerd@users.sourceforge.net>.  Fixes Bug #1479839.
1650         * AUTHORS:
1651                 Added acknowledgment for above patch.
1652         * src/bc-gnubarcode.c: (gl_barcode_gnubarcode_new):
1653         * src/bc-postnet.c: (postnet_code):
1654                 Removed "Invalid barcode data" warnings from stderr.
1655         * src/view-barcode.c: (draw_barcode):
1656                 Draw box around barcode extent if data empty or invalid.  Center a
1657                 message whether the data is empty or invalid in box.
1658
1659 2006-05-22  Jim Evins  <evins@snaught.com>
1660
1661         * src/print.c: (draw_text_object):
1662                 Check shadow state when printing text.
1663
1664 2006-05-20  Jim Evins  <evins@snaught.com>
1665
1666         * src/ui-commands.c: (gl_ui_cmd_view_grid_toggle),
1667         (gl_ui_cmd_view_markup_toggle):
1668                 Fixed crash when grid or markup have been toggled off during
1669                 a previous session.  Bug #1434324.
1670
1671 2006-04-05  Jim Evins  <evins@snaught.com>
1672
1673         * src/object-editor.c: (gl_object_editor_set_key_names):
1674                 Fixed potential crash when freeing empty key list.
1675
1676 2006-03-11  Jim Evins  <evins@snaught.com>
1677
1678         * src/print.c: (draw_text_object):
1679         * src/view-text.c: (gl_view_text_new),
1680         (construct_properties_editor), (update_object_from_editor_cb),
1681         (update_editor_from_object_cb), (update_editor_from_label_cb),
1682         (draw_hacktext):
1683                 Added shadow support to text object.
1684         
1685 2006-02-18  Jim Evins  <evins@snaught.com>
1686
1687         * src/print.c: (draw_line_object):
1688         * src/view-line.c: (gl_view_line_new),
1689         (construct_properties_editor), (update_canvas_item_from_object_cb),
1690         (update_object_from_editor_cb), (update_editor_from_object_cb),
1691         (update_editor_from_label_cb):
1692                 Added shadow support to line object.
1693
1694 2006-02-16  Jim Evins  <evins@snaught.com>
1695
1696         * src/view-box.c:
1697                 Comment changes.
1698         * src/print.c: (draw_ellipse_object):
1699         * src/view-ellipse.c: (gl_view_ellipse_new),
1700         (construct_properties_editor), (update_canvas_item_from_object_cb),
1701         (update_object_from_editor_cb), (update_editor_from_object_cb),
1702         (update_editor_from_label_cb):
1703                 Added shadow support to ellipse object.
1704
1705 2006-02-15  Jim Evins  <evins@snaught.com>
1706
1707         * src/label-object.c:
1708                 Changed default shadow offsets.
1709         * src/view-box.c: (gl_view_box_new):
1710                 Simplified gl_view_box_new() so that is does not duplicate code
1711                 in update_canvas_item_from_object_cb().
1712
1713 2006-02-07  Jim Evins  <evins@snaught.com>
1714
1715         * data/glade/object-editor.glade:
1716                 Fixed color groups of color combos.
1717         * src/color.h:
1718                 Added default shadow color.
1719         * src/object-editor.c: (gl_object_editor_construct_color_combo):
1720                 Added shadow color group.
1721
1722 2006-02-06  Jim Evins  <evins@snaught.com>
1723
1724         * src/object-editor-shadow-page.c:
1725                 Forgot to add this file.
1726         * src/view-box.c: (gl_view_box_new),
1727         (update_canvas_item_from_object_cb), (update_editor_from_label_cb):
1728                 Update limits on shadow offset spinbuttons.
1729
1730 2006-01-19  Jim Evins  <evins@snaught.com>
1731
1732         * src/merge-evolution.c: (gl_merge_evolution_get_key_list):
1733                 Initialize key_list to NULL.
1734         * data/glade/object-editor.glade:
1735         * src/Makefile.am:
1736         * src/color.c:
1737         * src/color.h:
1738         * src/label-object.c:
1739         * src/label-object.h:
1740         * src/object-editor-fill-page.c:
1741         * src/object-editor-private.h:
1742         * src/object-editor.c:
1743         * src/object-editor.h:
1744         * src/xml-label.c:
1745                 Created infrastructure for shadow support.
1746         * src/view-box.c:
1747         * src/print.c:
1748                 Initial shadow support in box object only.
1749         
1750 2006-01-05  Jim Evins  <evins@snaught.com>
1751
1752         * src/merge-properties-dialog.c: (src_changed_cb):
1753                 Be extra paranoid before calling strcmp().
1754         * src/merge.c: (gl_merge_set_src):
1755                 Don't make (merge == NULL) a critical error.
1756
1757 2005-12-22  Jim Evins  <evins@snaught.com>
1758
1759         * src/glabels-batch.c: (main):
1760                 Compile warning free with gcc 4.0.
1761
1762 2005-12-21  Jim Evins  <evins@snaught.com>
1763
1764         * glabels.spec.in:
1765                 Updated example RPM spec file.
1766         
1767 2005-12-21  Jim Evins  <evins@snaught.com>
1768
1769         * NEWS:
1770         * configure.in:
1771                 Preparation for 2.1.2.
1772         
1773 2005-12-20  Jim Evins  <evins@snaught.com>
1774
1775         * src/Makefile.am:
1776                 Define unique G_LOG_DOMAIN for glabels.
1777         * src/critical-error-handler.c: (gl_critical_error_handler_init):
1778         * src/warning-handler.c: (gl_warning_handler_init),
1779         (warning_handler):
1780                 Register for G_LOG_DOMAIN instead of NULL.
1781         
1782 2005-12-10  Jim Evins  <evins@snaught.com>
1783
1784         * src/merge-evolution.c:
1785         * src/merge-vcard.c:
1786                 Fixed indentation.
1787
1788 2005-12-08  Jim Evins  <evins@snaught.com>
1789
1790         * libglabels/paper.c: (read_paper_files_from_dir):
1791         * libglabels/template.c: (gl_template_register),
1792         (read_template_files_from_dir):
1793         * libglabels/xml-paper.c: (gl_xml_paper_read_papers_from_file),
1794         (gl_xml_paper_parse_papers_doc):
1795         * libglabels/xml-template.c:
1796         (gl_xml_template_read_templates_from_file),
1797         (gl_xml_template_parse_templates_doc),
1798         (gl_xml_template_parse_template_node),
1799         (xml_parse_label_rectangle_node), (xml_parse_label_round_node),
1800         (xml_parse_label_cd_node), (xml_parse_layout_node),
1801         (xml_parse_markup_margin_node), (xml_parse_markup_line_node),
1802         (xml_parse_markup_circle_node),
1803         (gl_xml_template_write_templates_to_file), (xml_create_label_node):
1804         * libglabels/xml.c: (gl_xml_get_prop_length):
1805                 Re-classified g_warnings to g_messages.
1806         * src/Makefile.am:
1807         * src/glabels.c: (main):
1808         * src/warning-handler.c: (gl_warning_handler_init),
1809         (warning_handler):
1810         * src/warning-handler.h:
1811                 Added warning message handler to make sure the user is
1812                 presented with appropriate non-fatal errors.
1813         * src/critical-error-handler.c: (critical_error_handler):
1814                 Changed exit to abort.
1815         * src/bc-gnubarcode.c: (gl_barcode_gnubarcode_new), (render_pass1):
1816         * src/bc-postnet.c: (postnet_code):
1817         * src/bc.c: (id_to_index), (name_to_index):
1818         * src/merge.c: (gl_merge_register_backend), (gl_merge_new):
1819         * src/object-editor.c: (gl_object_notebook_construct_valist):
1820         * src/prefs-dialog.c: (update_locale_page_from_prefs):
1821         * src/prefs.c: (gl_prefs_get_units_per_point),
1822         (gl_prefs_get_units_precision), (gl_prefs_get_units_step_size),
1823         (gl_prefs_get_units_string):
1824         * src/print.c: (draw_outline), (clip_to_outline), (clip_punchouts):
1825         * src/splash.c: (gl_splash):
1826         * src/ui-commands.c: (gl_ui_cmd_help_contents):
1827         * src/view-highlight.c: (gl_view_highlight_new),
1828         (highlight_resizable_box_construct), (object_changed_cb),
1829         (view_scale_changed_cb):
1830         * src/view.c: (draw_label_layer), (draw_bg_fg_layers),
1831         (draw_markup_layer), (draw_markup_margin),
1832         (gl_view_object_create_mode), (canvas_event),
1833         (selection_received_cb):
1834         * src/wdgt-mini-preview.c: (mini_outline_list_new):
1835         * src/wdgt-rotate-label.c: (mini_preview_canvas_update):
1836         * src/xml-label-04.c: (gl_xml_label_04_parse),
1837         (xml04_parse_media_description), (xml04_parse_text_props),
1838         (xml04_parse_barcode_props):
1839         * src/xml-label-191.c: (gl_xml_label_191_parse),
1840         (xml191_parse_objects), (xml191_parse_object),
1841         (xml191_parse_text_props), (xml191_parse_image_props),
1842         (xml191_parse_barcode_props), (xml191_parse_data),
1843         (xml191_parse_sheet), (xml191_parse_label), (xml191_parse_layout),
1844         (xml191_parse_markup):
1845         * src/xml-label.c: (gl_xml_label_open), (gl_xml_label_open_buffer),
1846         (xml_doc_to_label), (xml_parse_label), (xml_parse_objects),
1847         (xml_parse_object_text), (xml_parse_object_image),
1848         (xml_parse_object_barcode), (xml_parse_data),
1849         (xml_parse_toplevel_span), (gl_xml_label_save),
1850         (xml_create_objects):
1851                 Re-classified g_warnings to g_messages.
1852         * src/merge-evolution.c: (gl_merge_evolution_open),
1853         (gl_merge_evolution_close), (gl_merge_evolution_get_record):
1854                 Use g_warning to output errors encountered while
1855                 communicating with the evolution data server
1856                 instead of embedding them in the data.
1857         
1858 2005-12-08  Jim Evins  <evins@snaught.com>
1859
1860         * libglabels/libglabels-private.h:
1861                 Set G_LOG_DOMAIN
1862         * libglabels/paper.c: (read_papers):
1863         * libglabels/template.c: (read_templates):
1864                 Made appropriate warnings critical.
1865         * src/Makefile.am:
1866         * src/critical-error-handler.h:
1867         * src/critical-error-handler.c: (gl_critical_error_handler_init),
1868         (critical_error_handler):
1869                 Created critical error handler.
1870         * src/glabels.c: (main):
1871                 Register critical error handler.
1872         * src/merge-properties-dialog.c: (gl_merge_properties_dialog_init):
1873         * src/object-editor.c: (gl_object_editor_init):
1874         * src/prefs-dialog.c: (gl_prefs_dialog_init):
1875         * src/template-designer.c: (gl_template_designer_init):
1876         * src/ui-property-bar.c: (gl_ui_property_bar_instance_init):
1877                 Made appropriate warnings critical.
1878
1879 2005-11-27  Jim Evins  <evins@snaught.com>
1880
1881         * src/merge-evolution.c: (gl_merge_evolution_get_key_list),
1882         (gl_merge_evolution_get_primary_key),
1883         (gl_merge_evolution_get_record):
1884                 Don't create "record_key" pseudo-key.  Don't populate
1885                 fields with null data.
1886
1887 2005-11-25  Jim Evins  <evins@snaught.com>
1888
1889         * src/merge-evolution.c: (gl_merge_evolution_finalize),
1890         (gl_merge_evolution_get_key_list), (gl_merge_evolution_open),
1891         (gl_merge_evolution_get_record), (gl_merge_evolution_copy),
1892         (free_field_list):
1893                 Query EDS for all supported fields.  Patch provided by
1894                 Austin Henry <ahenry@users.sourceforge.net>.
1895
1896 2005-10-29  Jim Evins  <evins@snaught.com>
1897
1898         * src/glabels.c: (main):
1899         * src/label-barcode.c: (gl_label_barcode_finalize):
1900         * src/label-text.c: (gl_label_text_finalize), (set_font_family):
1901         * src/label.c: (gl_label_instance_init), (gl_label_finalize):
1902         * src/object-editor.c: (gl_object_editor_finalize):
1903                 Another pass at valgrinding -- plugged several memory leaks.
1904         * src/view-text.c: (gl_view_text_new),
1905         (update_canvas_item_from_object_cb), (draw_hacktext):
1906                 Commented out artifacts of edit-in-place code.
1907         
1908 2005-10-28  Jim Evins  <evins@snaught.com>
1909
1910         * src/canvas-hacktext.c: (gl_canvas_hacktext_set_arg):
1911                 Fixed use of uninitialized variable.  Caught by
1912                 d binderman <dcb314@hotmail.com>.
1913
1914 2005-10-27  Jim Evins  <evins@snaught.com>
1915
1916         * src/merge-evolution.c: (gl_merge_evolution_get_record):
1917         * src/merge-vcard.c: (gl_merge_vcard_get_record),
1918         (parse_next_vcard):
1919                 Additional cleanup of EDS and vcard backends.  Provided by
1920                 Austin Henry <ahenry@users.sourceforge.net>.
1921
1922 2005-10-24  Jim Evins  <evins@snaught.com>
1923
1924         * AUTHORS:
1925         * src/Makefile.am:
1926         * src/merge-evolution.c:
1927         * src/merge-evolution.h:
1928         * src/merge-init.c: (gl_merge_init):
1929         * src/merge-properties-dialog.c: (type_changed_cb):
1930         * src/merge-vcard.c:
1931         * src/merge-vcard.h:
1932         * src/ui-commands.c: (gl_ui_cmd_help_about):
1933                 Added Evolution Data Server and VCard merge backends.  Original patch
1934                 provided by Austin Henry <ahenry@users.sourceforge.net>.
1935         * configure.in:
1936                 Only support EDS and VCard backends if libebook is installed.  Allow
1937                 user to disable support, even if installed.
1938         
1939 2005-10-24  Jim Evins  <evins@snaught.com>
1940
1941         * AUTHORS:
1942         * data/templates/avery-iso-templates.xml:
1943         * data/templates/avery-us-templates.xml:
1944         * data/templates/misc-iso-templates.xml:
1945         * data/templates/zweckform-iso-templates.xml:
1946                 Collected all template changes and submissions since last
1947                 release.
1948
1949 2005-10-23  Jim Evins  <evins@snaught.com>
1950
1951         * configure.in:
1952         * data/mime/Makefile.am:
1953                 Added configure options to disable update-mime-database and
1954                 update-desktop-database as part of the install.  Patch
1955                 provided by Leonardo Boshell (qhoracio@sourceforge.net).
1956
1957 2005-10-23  Jim Evins  <evins@snaught.com>
1958
1959         * libglabels/xml.h:
1960         * libglabels/xml.c: (gl_xml_get_prop_string),
1961         (gl_xml_get_prop_i18n_string), (gl_xml_set_prop_string),
1962         (gl_xml_is_node), (gl_xml_get_node_content):
1963                 Added new XML utility functions.
1964         * libglabels/xml-paper.c:
1965         * libglabels/xml-template.c:
1966         * src/xml-label.c:
1967                 Cleanup by using new xml utilities created above.
1968         * libglabels/paper.c: (gl_paper_free):
1969         * src/file.c: (new_response):
1970         * src/object-editor-image-page.c: (add_image_filters_to_chooser):
1971         * src/pixbuf-cache.c: (gl_pixbuf_cache_add_pixbuf),
1972         (gl_pixbuf_cache_get_pixbuf):
1973         * src/ui-property-bar.c:
1974         (gl_ui_property_bar_construct_color_combo):
1975         * src/view-highlight.c: (gl_view_highlight_finalize):
1976         * src/view-image.c: (update_object_from_editor_cb):
1977         * src/view.c: (gl_view_finalize), (draw_bg_fg_layers),
1978         (draw_bg_fg_rounded_rect), (draw_bg_fg_round), (draw_bg_fg_cd),
1979         (draw_bg_fg_cd_bc), (draw_markup_layer), (draw_markup_margin),
1980         (draw_markup_margin_rect), (draw_markup_margin_rounded_rect),
1981         (draw_markup_margin_round), (draw_markup_margin_cd),
1982         (draw_markup_margin_cd_bc):
1983         * src/wdgt-mini-preview.c: (mini_outline_list_new):
1984         * src/wdgt-rotate-label.c: (gl_wdgt_rotate_label_finalize):
1985                 Plugged various memory leaks located with valgrind.
1986         * src/view-image.c: (update_canvas_item_from_object_cb):
1987                 Don't allow a width or height of zero when drawing pixbuf.
1988
1989 2005-10-22  Jim Evins  <evins@snaught.com>
1990
1991         * libglabels/xml-paper.c:
1992         * libglabels/xml-template.c:
1993         * libglabels/xml.c:
1994         * src/base64.c:
1995         * src/bc-gnubarcode.c:
1996         * src/canvas-hacktext.c:
1997         * src/label-text.c:
1998         * src/object-editor-data-page.c:
1999         * src/print-dialog.c:
2000         * src/print.c:
2001         * src/recent.c:
2002         * src/template-designer.c:
2003         * src/text-node.c:
2004         * src/ui-property-bar.c:
2005         * src/ui.c:
2006         * src/view-barcode.c:
2007         * src/view-box.c:
2008         * src/view-ellipse.c:
2009         * src/view-image.c:
2010         * src/view-line.c:
2011         * src/view-text.c:
2012         * src/view.c:
2013         * src/wdgt-media-select.c:
2014         * src/xml-label-04.c:
2015         * src/xml-label-191.c:
2016         * src/xml-label.c:
2017                 Modified to compile warning free with gcc-4.0.  Mostly
2018                 casting to change signedness of characters.  Did not
2019                 attack gnu-barcode library yet.
2020
2021 2005-10-22  Jim Evins <evins@snaught.com>
2022
2023         * src/glabels.c: (main):
2024         * src/splash.c: (gl_splash):
2025                 Removed some small memory leaks.
2026         * gtk-doc.make:
2027                 Added.
2028         
2029 2005-09-19  Jim Evins  <evins@snaught.com>
2030
2031         * data/glade/property-bar.glade:
2032                 Remove items from font_family_combo.  This prevents the
2033                 double entry after adding text model and list of fonts.
2034         * src/ui-property-bar.c: (reset_to_default_properties):
2035                 Free font_family_list.
2036
2037 2005-07-01  Jim Evins  <evins@snaught.com>
2038
2039         * po/it.po:
2040                 Updated italian translation (Daniele Medri)
2041
2042 2005-06-26  Jim Evins  <evins@snaught.com>
2043
2044         * docs/libglabels/libglabels-decl-list.txt:
2045                 Somehow never got checked in before.
2046         * docs/libglabels/libglabels.types:
2047                 Removed -- don't need it afterall.
2048
2049 2005-06-20  Jim Evins  <evins@snaught.com>
2050
2051         * NEWS:
2052                 Final prep for 2.1.1 release.
2053
2054 2005-06-20  Jim Evins  <evins@snaught.com>
2055
2056         * configure.in:
2057                 Final preps for 2.1.1 release.
2058         * docs/libglabels/libglabels.types:
2059                 Somehow never got checked in before.
2060         * po/POTFILES.in:
2061                 Bring up-to-date with recent reorg of ui code.
2062                 
2063
2064 2005-06-19  Jim Evins  <evins@snaught.com>
2065
2066         * src/template-designer.c: (construct_layout_page):
2067                 Removed attempt to match background color of mini preview widget to
2068                 background.
2069
2070 2005-06-17  Jim Evins  <evins@snaught.com>
2071
2072         * help/C/figures/merge-ex2-4.png:
2073         * help/C/glabels.xml:
2074                 Fixed spelling error.
2075
2076 2005-06-13  Jim Evins  <evins@snaught.com>
2077
2078         * help/C/figures/merge-ex1-1.png:
2079         * help/C/figures/merge-ex1-2.png:
2080         * help/C/figures/merge-ex1-3.png:
2081         * help/C/figures/merge-ex1-4.png:
2082         * help/C/figures/merge-ex2-1.png:
2083         * help/C/figures/merge-ex2-2.png:
2084         * help/C/figures/merge-ex2-3.png:
2085         * help/C/figures/merge-ex2-4.png:
2086                 Added figures for document merge tutorial.
2087         * help/C/glabels.xml:
2088                 Added document merge tutorial.
2089
2090 2005-05-19  Jim Evins  <evins@snaught.com>
2091
2092         * data/glade/merge-properties-dialog.glade:
2093                 Fixed irregular spacing.
2094         * src/merge-properties-dialog.c: (gl_merge_properties_dialog_init),
2095         (gl_merge_properties_dialog_construct):
2096                 Set outer padding and remove separator.
2097
2098 2005-05-18  Jim Evins  <evins@snaught.com>
2099
2100         * src/hig.h:
2101         * src/hig.c:
2102                 Removed glHigDialog class.
2103         * src/file.c: (gl_file_new), (create_new_dialog_widgets),
2104         (gl_file_properties), (create_properties_dialog_widgets):
2105         * src/prefs-dialog.h:
2106         * src/prefs-dialog.c: (gl_prefs_dialog_get_type),
2107         (gl_prefs_dialog_init), (gl_prefs_dialog_construct):
2108         * src/print-dialog.h:
2109         * src/prefs-dialog.h:
2110         * src/print-dialog.c: (gl_print_dialog_get_type),
2111         (gl_print_dialog_init), (gl_print_dialog_construct):
2112                 Replaced all instances of glHigDialog with GtkDialog.
2113         
2114 2005-05-17  Jim Evins  <evins@snaught.com>
2115
2116         * src/hig.h:
2117         * src/hig.c:
2118                 Removed HigAlert class since it is obsoleted by the GtkMessageDialog class.
2119         * src/file.c: (open_response), (gl_file_open_real), (gl_file_save),
2120         (save_as_response), (gl_file_close):
2121                 Replaced all instances of HigAlert widgets with GtkMessageDialog widgets.
2122
2123 2005-05-15  Jim Evins  <evins@snaught.com>
2124
2125         * src/ui-commands.h:
2126         * src/ui-util.c:
2127         * src/ui-util.h:
2128         * src/ui.c:
2129         * src/ui.h:
2130         * src/view.c:
2131         * src/window.c:
2132         * src/window.h:
2133                 A little code reformatting -- no functional changes.
2134         
2135 2005-05-14  Jim Evins  <evins@snaught.com>
2136
2137         * src/Makefile.am:
2138                 Removed obsolete macros.
2139         * src/marshal.list:
2140                 Added marshalling template to support new view signal: "context_menu_activate."
2141         * src/view.h:
2142         * src/view.c: (gl_view_class_init), (gl_view_construct),
2143         (canvas_event_arrow_mode):
2144                 - Removed hardcoded context menus and added new signal "context_menu_activate"
2145                 to push this up to the uimanager.
2146                 - Removed merge properties and print dialogs so that they can be managed with
2147                 the window by the uimanager.
2148         * src/merge-properties-dialog.h:
2149         * src/merge-properties-dialog.c: (gl_merge_properties_dialog_new),
2150         (gl_merge_properties_dialog_construct):
2151                 Changed calling convention of gl_merge_properties_dialog_new() to use
2152                 glLabel and GtkWindow instead of view to make more consistent with other
2153                 dialogs.
2154         * src/print-dialog.h:
2155         * src/print-dialog.c: (gl_print_dialog_new),
2156         (gl_print_dialog_construct):
2157                 Removed last artifact of libbonoboui.
2158         * src/ui-commands.c: (gl_ui_cmd_file_print),
2159         (gl_ui_cmd_objects_merge_properties), (gl_ui_cmd_help_about):
2160                 Reconciled style for launching dialogs.
2161         * src/ui.c: (gl_ui_new):
2162                 Added context menus to ui manager.
2163         * src/view-object.c: (item_event_arrow_mode):
2164                 No longer try to select objects with right-click.
2165         * src/window.h:
2166         * src/window.c: (gl_window_init), (gl_window_set_label),
2167         (context_menu_activate_cb):
2168                 Context menus and all dialogs are now managed in a consistent way in window
2169                 by the ui manager.
2170
2171 2005-05-11  Jim Evins  <evins@snaught.com>
2172
2173         * src/window.h:
2174         * src/window.c: (gl_window_init), (gl_window_destroy):
2175         * src/ui.c: (gl_ui_new), (gl_ui_unref), (recent_tooltip_func):
2176         * src/ui-commands.c: (gl_ui_cmd_file_open_recent):
2177                 Moved management of recent_view back from window.c to ui.c -- it just feels
2178                 better there.
2179         
2180 2005-05-10  Jim Evins  <evins@snaught.com>
2181
2182         * src/window.h:
2183         * src/window.c: (gl_window_init):
2184         * src/ui.h:
2185         * src/ui.c: (gl_ui_new), (connect_proxy_cb), (disconnect_proxy_cb),
2186         (menu_item_select_cb), (menu_item_deselect_cb):
2187                 Added GtkStatusbar which displays menu tooltips.
2188         
2189 2005-05-09  Jim Evins  <evins@snaught.com>
2190
2191         Replaced libbonoboui with GtkUIManager for creation of basic user interface menus
2192         and toolbars.
2193
2194         * configure.in:
2195         * glabels.spec.in:
2196                 Removed dependencies on libbonoboui.
2197         * data/Makefile.am:
2198         * data/ui/Makefile.am:
2199         * data/ui/glabels-ui.xml:
2200                 Removed data/ui directory.
2201         * data/glade/Makefile.am:
2202         * data/property-bar.glade:
2203                 Added glade description of property-bar for new libglade implementation
2204                 of glUIPropertyBar.
2205         * src/Makefile.am:
2206         * src/commands.h:
2207         * src/commands.c:
2208         * src/tools.h:
2209         * src/tools.c:
2210         * src/ui-commands.h:
2211         * src/ui-commands.c:
2212                 Replaced commands.[ch] and tools.[ch] with the single ui-commands.[ch] module
2213                 since the distinction between "commands" and "tools" is no longer that clear.
2214         * src/file.h:
2215         * src/file.c:
2216                 Modified to expect glWindow instead of GtkWindow.  gl_file_open_recent()
2217                 no longer has knowledge of eggRecent*.
2218         * src/glabels.c: (main):
2219                 Removed libbonobo initialization and replaced bonobo_main loop with gtk_main
2220                 loop.
2221         * src/object-editor.c: (gl_object_editor_init):
2222                 Make sure notebook does not respond to a "show_all" on the parent.
2223         * src/recent-files/Makefile.am:
2224         * src/recent-files/*.[ch]
2225                 Updated from latest version of libegg which now has a view based on
2226                 GtkUIManager.  Removed unused bonobo and gtk views.
2227         * src/ui-property-bar.h:
2228         * src/ui-property-bar.c:
2229                 New implementation based on libglade.
2230         * src/ui-sidebar.h:
2231         * src/ui-sidebar.c:
2232                 Sidebar is now simply a GtkWidget and does not expect to be a part of
2233                 a libbonoboui interface.
2234         * src/ui-util.h:
2235         * src/ui-util.c:
2236         * src/ui.h:
2237         * src/ui.c:
2238                 Converted for use with GtkUIManager.
2239         * src/window.h:
2240         * src/window.c:
2241                 Now derived from GtkWindow instead of BonoboWindow and uses GtkUIManager
2242                 to create menus and toolbars.
2243
2244 2005-04-25  Jim Evins  <evins@snaught.com>
2245
2246         * data/templates/misc-iso-templates.xml:
2247                 Added Fellows 04715 template provided by Steve Saxon.
2248         * AUTHORS:
2249                 Updated acknowledgement for above.
2250
2251 2005-04-23  Jim Evins  <evins@snaught.com>
2252
2253         * src/util.c: (gl_util_combo_box_set_strings):
2254                 Make sure to clear model before loading a new list of strings.
2255         * src/wdgt-media-select.h:
2256         * src/wdgt-media-select.c: (gl_wdgt_media_select_instance_init),
2257         (gl_wdgt_media_select_construct), (page_size_combo_changed_cb),
2258         (template_combo_changed_cb), (prefs_changed_cb),
2259         (gl_wdgt_media_select_get_name), (gl_wdgt_media_select_set_name),
2260         (gl_wdgt_media_select_get_page_size),
2261         (gl_wdgt_media_select_set_page_size):
2262                 Replaced the deprecated GtkCombo widget with the new
2263                 GtkComboBox.
2264
2265 2005-04-21  Jim Evins  <evins@snaught.com>
2266
2267         * data/glade/template-designer.glade:
2268         * src/template-designer.c: (construct_pg_size_page),
2269         (pg_size_page_changed_cb), (build_template):
2270                 Replaced the deprecated GtkCombo widget with the new
2271                 GtkComboBox.
2272
2273 2005-04-20  Jim Evins  <evins@snaught.com>
2274
2275         * data/glade/prefs-dialog.glade:
2276         * src/prefs-dialog.c: (construct_object_page),
2277         (update_object_page_from_prefs), (update_prefs_from_object_page):
2278                 Replaced the deprecated GtkCombo widget with the new
2279                 GtkComboBox.
2280         
2281 2005-04-19  Jim Evins  <evins@snaught.com>
2282
2283         * data/glade/object-editor.glade:
2284         * src/object-editor-bc-page.c: (gl_object_editor_prepare_bc_page),
2285         (style_changed_cb), (gl_object_editor_set_bc_style),
2286         (gl_object_editor_get_bc_style), (gl_object_editor_set_bc_color),
2287         (gl_object_editor_get_bc_color):
2288         * src/object-editor-data-page.c:
2289         (gl_object_editor_prepare_data_page), (gl_object_editor_set_data),
2290         (gl_object_editor_get_data):
2291         * src/object-editor-edit-page.c:
2292         (gl_object_editor_prepare_edit_page), (insert_button_cb):
2293         * src/object-editor-fill-page.c:
2294         (gl_object_editor_prepare_fill_page),
2295         (gl_object_editor_set_fill_color),
2296         (gl_object_editor_get_fill_color):
2297         * src/object-editor-image-page.c:
2298         (gl_object_editor_prepare_image_page),
2299         (gl_object_editor_set_image), (gl_object_editor_get_image):
2300         * src/object-editor-line-page.c:
2301         (gl_object_editor_prepare_line_page),
2302         (gl_object_editor_set_line_color),
2303         (gl_object_editor_get_line_color):
2304         * src/object-editor-private.h:
2305         * src/object-editor-text-page.c:
2306         (gl_object_editor_prepare_text_page),
2307         (gl_object_editor_set_font_family),
2308         (gl_object_editor_get_font_family),
2309         (gl_object_editor_set_text_color),
2310         (gl_object_editor_get_text_color):
2311         * src/object-editor.c: (gl_object_editor_set_key_names):
2312         * src/ui-sidebar.c:
2313                 In the object editor: replaced all instances of the deprecated
2314                 GtkCombo widget with the new GtkComboBox.
2315
2316 2005-04-18  Jim Evins  <evins@snaught.com>
2317
2318         * src/stock.c:
2319                 Neglected to save this one in previous checkin to support
2320                 header cleanup.
2321         
2322 2005-04-17  Jim Evins  <evins@snaught.com>
2323
2324         * libglabels/libglabels-private.h:
2325         * libglabels/paper.c:
2326         * libglabels/paper.h:
2327         * libglabels/template.c:
2328         * libglabels/template.h:
2329         * libglabels/xml-paper.c:
2330         * libglabels/xml-paper.h:
2331         * libglabels/xml-template.c:
2332         * libglabels/xml.c:
2333         * libglabels/xml.h:
2334         * src/base64.c:
2335         * src/base64.h:
2336         * src/bc-gnubarcode.c:
2337         * src/bc-postnet.c:
2338         * src/bc.c:
2339         * src/bc.h:
2340         * src/commands.c:
2341         * src/debug.c:
2342         * src/debug.h:
2343         * src/file.c:
2344         * src/file.h:
2345         * src/hig.c:
2346         * src/hig.h:
2347         * src/label-barcode.c:
2348         * src/label-box.c:
2349         * src/label-ellipse.c:
2350         * src/label-image.c:
2351         * src/label-image.h:
2352         * src/label-line.c:
2353         * src/label-object.c:
2354         * src/label-text.c:
2355         * src/label-text.h:
2356         * src/label.c:
2357         * src/merge-properties-dialog.c:
2358         * src/object-editor-bc-page.c:
2359         * src/object-editor-data-page.c:
2360         * src/object-editor-edit-page.c:
2361         * src/object-editor-fill-page.c:
2362         * src/object-editor-image-page.c:
2363         * src/object-editor-line-page.c:
2364         * src/object-editor-lsize-page.c:
2365         * src/object-editor-position-page.c:
2366         * src/object-editor-private.h:
2367         * src/object-editor-size-page.c:
2368         * src/object-editor-text-page.c:
2369         * src/object-editor.c:
2370         * src/object-editor.h:
2371         * src/pixbuf-cache.h:
2372         * src/prefs-dialog.c:
2373         * src/prefs-dialog.h:
2374         * src/prefs-model.c:
2375         * src/prefs-model.h:
2376         * src/prefs.c:
2377         * src/print-dialog.c:
2378         * src/print-dialog.h:
2379         * src/print.c:
2380         * src/print.h:
2381         * src/recent.c:
2382         * src/recent.h:
2383         * src/splash.c:
2384         * src/splash.h:
2385         * src/stock.h:
2386         * src/template-designer.c:
2387         * src/template-designer.h:
2388         * src/text-node.h:
2389         * src/tools.c:
2390         * src/ui-property-bar.c: (gl_ui_property_bar_construct):
2391         * src/ui-sidebar.c:
2392         * src/ui-util.c:
2393         * src/ui.c:
2394         * src/util.c:
2395         * src/util.h:
2396         * src/view-barcode.c:
2397         * src/view-box.c:
2398         * src/view-ellipse.c:
2399         * src/view-highlight.c:
2400         * src/view-highlight.h:
2401         * src/view-image.c:
2402         * src/view-line.c:
2403         * src/view-object.c:
2404         * src/view-object.h:
2405         * src/view-text.c:
2406         * src/view.c:
2407         * src/view.h:
2408         * src/wdgt-chain-button.c:
2409         * src/wdgt-media-select.c:
2410         * src/wdgt-media-select.h:
2411         * src/wdgt-mini-preview.c:
2412         * src/wdgt-mini-preview.h:
2413         * src/wdgt-print-copies.c:
2414         * src/wdgt-print-copies.h:
2415         * src/wdgt-print-merge.c:
2416         * src/wdgt-print-merge.h:
2417         * src/wdgt-rotate-label.c:
2418         * src/wdgt-rotate-label.h:
2419         * src/window.c:
2420         * src/window.h:
2421         * src/xml-label-04.c:
2422         * src/xml-label-191.c:
2423         * src/xml-label.c:
2424                 Cleanup of header files:
2425                 - all header files are now stand-alone, verified by including
2426                   first in corresponding "c" files
2427                 - replaced blanket includes of gnome, gtk, and glib with
2428                   targetted includes
2429         
2430 2005-04-16  Jim Evins  <evins@snaught.com>
2431
2432         * data/glade/Makefile.am:
2433         * data/glade/merge-properties-dialog.glade:
2434                 Added merge properties dialog glade description file.
2435         * src/merge-properties-dialog.h:
2436         * src/merge-properties-dialog.c:
2437         (gl_merge_properties_dialog_get_type),
2438         (gl_merge_properties_dialog_init),
2439         (gl_merge_properties_dialog_finalize),
2440         (gl_merge_properties_dialog_new),
2441         (gl_merge_properties_dialog_construct), (type_changed_cb),
2442         (src_changed_cb), (response_cb), (load_tree),
2443         (record_select_toggled_cb), (select_all_button_clicked_cb),
2444         (unselect_all_button_clicked_cb):
2445                 Modified merge properties dialog to use libglade.  Added
2446                 "select all" and "unselect all" buttons.
2447         * src/merge-text.c: (parse_line):
2448                 Handle empty lines better.
2449         * src/merge.c: (gl_merge_eval_key):
2450                 Evaluate the key whether the record is selected or not.
2451         * src/util.h:
2452         * src/util.c: (gl_util_combo_box_add_text_model):
2453                 Since libglade does not use the gtk_combo_box_new_text()
2454                 constructor for GtkComboBoxes, a utility function was created
2455                 to add an appropriate text model to a GtkComboBox.
2456         * src/view.c: (gl_view_edit_merge_props):
2457                 Removed unnecessary "show all's".
2458
2459 2005-04-15  Jim Evins  <evins@snaught.com>
2460
2461         * po/ru.po:
2462                 Updated russian translation (Vitaly Lipatov)
2463         * data/templates/misc-iso-templates.xml:
2464                 Added templates for russian business cards provided by Vitaly Lipatov.
2465         * AUTHORS:
2466                 Updated acknowledgements for above.
2467
2468 2005-04-15  Jim Evins  <evins@snaught.com>
2469
2470         * data/templates/avery-us-templates.xml:
2471                 Added Avery 5388 and 5389 templates provided by Peter L. Berghold.
2472         * data/templates/misc-iso-templates.xml:
2473                 Added Ryman standard CD/DVD template, provided by Dan Clark.
2474         * AUTHORS:
2475                 Added acknowledgements for above.
2476         
2477 2005-04-10  Jim Evins <evins@snaught.com>
2478
2479         * libglabels/xml-paper.c: (gl_xml_paper_parse_paper_node):
2480         * libglabels/xml-template.c: (gl_xml_template_parse_template_node),
2481         (xml_parse_label_rectangle_node), (xml_parse_label_round_node),
2482         (xml_parse_label_cd_node), (xml_parse_alias_node):
2483         * libglabels/xml.c: (gl_xml_get_prop_double),
2484         (gl_xml_get_prop_boolean), (gl_xml_get_prop_int),
2485         (gl_xml_get_prop_uint), (gl_xml_get_prop_length):
2486         * src/xml-label-04.c: (xml04_parse_media_description),
2487         (xml04_parse_text_props), (xml04_parse_barcode_props),
2488         (xml04_parse_merge_properties):
2489         * src/xml-label-191.c: (xml191_parse_object),
2490         (xml191_parse_text_props), (xml191_parse_barcode_props),
2491         (xml191_parse_merge_fields), (xml191_parse_pixdata),
2492         (xml191_parse_sheet), (xml191_parse_label), (xml191_parse_markup),
2493         (xml191_parse_alias):
2494         * src/xml-label.c: (xml_parse_object_text),
2495         (xml_parse_object_barcode), (xml_parse_merge_fields),
2496         (xml_parse_pixdata), (xml_parse_toplevel_span):
2497                 Make sure to use xmlFree for anything obtained from libxml
2498                 in case libxml and glib use different memory management
2499                 space.
2500
2501 2005-04-08  Jim Evins <evins@snaught.com>
2502
2503         * src/util.h:
2504         * src/util.c: (gl_util_combo_box_set_strings), (search_text_func),
2505         (gl_util_combo_box_set_active_text):
2506                 Added utility functions to simplify working with GtkComboBox
2507                 widgets in GTK-2.6.
2508         * src/ui-property-bar.h:
2509         * src/ui-property-bar.c: (gl_ui_property_bar_construct),
2510         (reset_to_default_properties), (update_text_properties),
2511         (font_family_changed_cb):
2512                 Replaced deprecated GtkCombo with GtkComboBox.
2513         
2514         
2515 2005-04-03  Jim Evins <evins@snaught.com>
2516
2517         * src/Makefile.am:
2518         * src/wdgt-image-select.h:
2519         * src/wdgt-image-select.c:
2520                 Removed obsolete wdgt-image-select.[ch] files.
2521         * libglabels/paper.c: (gl_paper_dup):
2522                 Fixed rename of parameter introduced during documentation
2523                 updates.
2524         * data/glade/object-editor.glade:
2525         * src/object-editor-image-page.c:
2526         (gl_object_editor_prepare_image_page), (img_radio_toggled_cb),
2527         (gl_object_editor_set_image), (gl_object_editor_get_image),
2528         (update_preview_cb), (add_image_filters_to_chooser):
2529         * src/object-editor-private.h:
2530                 Replaced deprecated GnomePixmapEntry with
2531                 GtkFileChooserButton.
2532
2533 2005-04-02  Jim Evins <evins@snaught.com>
2534
2535         * src/mygal/mygal-combo-box.c: (deactivate_arrow),
2536         (mygal_combo_box_popup_hide_unconditional),
2537         (mygal_combo_box_popup_hide), (mygal_combo_box_popup_display),
2538         (mygal_combo_toggle_pressed), (mygal_combo_box_init),
2539         (mygal_combo_popup_tear_off), (mygal_combo_set_tearoff_state),
2540         (mygal_combo_tearoff_bg_copy), (mygal_combo_popup_reparent),
2541         (cb_tearable_button_release), (mygal_combo_box_set_tearable):
2542                 Renamed all internal gtk_combo functions to mygal_combo
2543                 to prevent namespace confusion.
2544
2545 2005-04-02  Jim Evins <evins@snaught.com>
2546
2547         * src/mygal/color-palette.c: (color_palette_change_custom_color),
2548         (cust_color_set), (color_palette_setup):
2549         * src/mygal/color-palette.h:
2550                 Replaced deprecated GnomeColorPicker with GtkColorButton.
2551
2552 2005-04-02  Jim Evins <evins@snaught.com>
2553
2554         * docs/libglabels/libglabels-sections.txt:
2555         * docs/libglabels/libglabels-undocumented.txt:
2556         * docs/libglabels/tmpl/enums.sgml:
2557         * docs/libglabels/tmpl/paper.sgml:
2558         * docs/libglabels/tmpl/xml-paper.sgml:
2559         * docs/libglabels/tmpl/xml-template.sgml:
2560         * libglabels/enums.h:
2561         * libglabels/paper.c: (gl_paper_dup):
2562         * libglabels/paper.h:
2563         * libglabels/xml-paper.c:
2564         * libglabels/xml-template.c:
2565                 More documentation updates for libglabels.
2566         
2567 2005-03-23  Jim Evins  <evins@snaught.com>
2568
2569         * INSTALL:
2570                 Automatically updated.
2571         * Makefile.am:
2572         * autogen.sh:
2573         * configure.in:
2574         * docs/Makefile.am:
2575         * docs/libglabels/Makefile.am:
2576         * docs/libglabels/libglabels-docs.sgml:
2577         * docs/libglabels/libglabels-sections.txt:
2578         * docs/libglabels/libglabels-undocumented.txt:
2579         * docs/libglabels/tmpl/enums.sgml:
2580         * docs/libglabels/tmpl/libglabels-unused.sgml:
2581         * docs/libglabels/tmpl/libglabels.sgml:
2582         * docs/libglabels/tmpl/paper.sgml:
2583         * docs/libglabels/tmpl/template.sgml:
2584         * docs/libglabels/tmpl/xml-paper.sgml:
2585         * docs/libglabels/tmpl/xml-template.sgml:
2586         * docs/libglabels/tmpl/xml.sgml:
2587                 Added basic gtk-doc stuff to support documenting libglabels
2588                 API.
2589         * libglabels/xml.c:
2590                 Updated function comments with gtk-doc markup.
2591         * missing:
2592                 Removed.
2593
2594 2005-03-22  Jim Evins  <evins@snaught.com>
2595
2596         Since the development version now requires gtk-2.6/gnome-2.10, I
2597         have made a first pass at removing deprecations.
2598
2599         * configure.in:
2600         * libglabels/Makefile.am:
2601         * src/Makefile.am:
2602                 Added configure option to turn on X_DISABLE_DEPRECATED flags.
2603                 Also removed all remnants of HAVE_FILECHOOSER.
2604         * src/file.c: (gl_file_open_real):
2605                 Removed code for old GtkFileSelection.
2606         * libglabels/libglabels-private.h:
2607         * libglabels/paper.c:
2608         * libglabels/template.c:
2609         * libglabels/xml-paper.c:
2610         * libglabels/xml-template.c:
2611         * libglabels/xml.c:
2612         * src/bc.c:
2613         * src/file.c:
2614         * src/glabels-batch.c:
2615         * src/glabels.c:
2616         * src/label.c:
2617         * src/merge-init.c:
2618         * src/merge-properties-dialog.c:
2619         * src/merge.c:
2620         * src/object-editor.c:
2621         * src/prefs-dialog.c:
2622         * src/prefs.c:
2623         * src/print-dialog.c:
2624         * src/print.c:
2625         * src/stock.c:
2626         * src/template-designer.c:
2627         * src/ui-property-bar.c:
2628         * src/ui-sidebar.c:
2629         * src/view-barcode.c:
2630         * src/view-box.c:
2631         * src/view-ellipse.c:
2632         * src/view-image.c:
2633         * src/view-line.c:
2634         * src/view-text.c:
2635         * src/view.c:
2636         * src/wdgt-image-select.c:
2637         * src/wdgt-media-select.c:
2638         * src/wdgt-print-copies.c:
2639         * src/wdgt-print-merge.c:
2640         * src/wdgt-rotate-label.c:
2641         * src/window.c:
2642         * src/xml-label-04.c:
2643         * src/xml-label-191.c:
2644         * src/xml-label.c:
2645                 Added '#include <glib/gi18n.h>" where needed.
2646                 Removed any unused '#include <gnome.h>"s.
2647
2648 2005-03-22  Jim Evins  <evins@snaught.com>
2649
2650         * src/commands.c: (activate_url), (gl_cmd_help_about):
2651                 Replaced GnomeAbout with GtkAboutDialog.  Therefore the
2652                 development version of glabels now depends on GTK 2.6 and
2653                 GNOME 2.10.
2654         * configure.in:
2655                 Updated library dependencies.
2656
2657 2005-02-28  Jim Evins  <evins@snaught.com>
2658
2659         * AUTHORS:
2660         * data/templates/misc-iso-templates.xml:
2661                 Added 'Ednet 45021' template provided by Ali Akcaagac
2662                 <aliakc@web.de>.
2663
2664 2005-02-14  Jim Evins  <evins@snaught.com>
2665
2666         * data/templates/avery-us-templates.xml:
2667                 Updated templates to use inches instead of points.
2668         * src/print-dialog.c: (printer_page_new):
2669                 Changed packing style when adding printer selector widget.  This fixes
2670                 debian Bug#295274.
2671
2672 2005-02-13  Jim Evins  <evins@snaught.com>
2673
2674         * AUTHORS:
2675         * po/es.po:
2676                 Updated spanish translations. (sergio rivadero)
2677
2678 2005-02-05  Jim Evins  <evins@snaught.com>
2679
2680         Some cleanup to libglabels.
2681         
2682         * configure.in:
2683                 Updated version to 2.1.1cvs.  Added generation of libglabels.pc.
2684         * libglabels/libglabels.pc.in
2685                 Created.
2686         * libglabels/enums.h
2687                 Created.  Currently only contains glUnitsType which provides enumerations
2688                 for all possible units of distance.
2689         * libglabels/Makefile.am:
2690                 Incorporated new files enums.h and libglabels.pc[.in].
2691         * libglabels/libglabels.h:
2692                 Include enums.h.
2693         * libglabels/template.h:
2694         * libglabels/template.c: (gl_template_layout_new):
2695                 Changed parameters nx and ny to gint from gdouble.
2696         * libglabels/xml.h:
2697         * libglabels/xml.c: (gl_xml_get_prop_length),
2698         (gl_xml_set_prop_length), (gl_xml_set_default_units):
2699                 Added support for different output units.
2700         * src/prefs-dialog.c: (update_locale_page_from_prefs),
2701         (update_prefs_from_locale_page):
2702         * src/prefs-model.c: (string_to_units), (units_to_string):
2703         * src/prefs-model.h:
2704         * src/prefs.c: (gl_prefs_get_units_per_point),
2705         (gl_prefs_get_units_precision), (gl_prefs_get_units_step_size),
2706         (gl_prefs_get_units_string):
2707         * src/prefs.h:
2708         * src/wdgt-media-select.c: (details_update), (get_label_size_desc):
2709                 Reconciled all length enumerations with the new enumerations provided
2710                 in libglabels/enums.h.
2711
2712 2005-02-03  Jim Evins  <evins@snaught.com>
2713
2714         * po/cs.po:
2715                 Updated Czech translations. (David Makovský and Zbynek Mrkvick)
2716         * po/it.po:
2717                 Updated Italian translations. (Daniele Medri)
2718         * AUTHORS:
2719                 Updated credits to reflect above translations.
2720
2721
2722 2005-01-22  Jim Evins  <evins@snaught.com>
2723
2724         * MESSAGE-OF-DOOM:
2725                 Added.
2726         * Makefile.am:
2727                 Added MESSAGE-OF-DOOM to EXTRA_DIST.
2728         * NEWS:
2729                 Final prep for 2.1.0.
2730         * configure.in:
2731                 Set version to 2.1.0.  Output MESSAGE-OF-DOOM.
2732         * glabels.spec.in:
2733                 Added '--remove-original' flag to desktop-file-install, so that there is
2734                 only one menu entry.
2735         
2736 2005-01-20  Jim Evins  <evins@snaught.com>
2737
2738         * data/glade/object-editor.glade:
2739                 - Font family entry should not be editable.
2740                 - img_key_entry should have sensitivity=YES, so that it follows the
2741                   sensitivity of img_key_combo.
2742         
2743 2005-01-19  Jim Evins  <evins@snaught.com>
2744
2745         * AUTHORS:
2746                 Give credit to Frederic Ruaudel for the color merge patches.
2747
2748 2005-01-18  Frederic Ruaudel  <grumz@users.sf.net>
2749  
2750         Add support to merge color for all other color attribute (Feature 
2751         Requests item #1008635. If the data is invalid, the color used is transparent 
2752         (GL_COLOR_NONE). The format     for color in merge data file are those accepted 
2753         by gdk_color_parse() these include name for a color from rgb.txt, such as 
2754         DarkSlateGray, or a hex specification such as #305050. File format has been 
2755         changed but backward compatibility is preserved for all format. For
2756         box/ellipse/line, keep attribute "line_color" for static color or replace by
2757         "line_color_field" for merge data. For text/barcode objects, keep attribute
2758         "color" for static color or replace by "color_field" for merge data. In the
2759         edit canvas window, merged color are represented by half-transparent black
2760         line/area.
2761  
2762         * data/dtd/glabels-2.0.dtd:
2763                 Added line_color_field to line_attrs. Added color_field to 
2764                 Object-barcode and Span.
2765         * data/glade/object-editor.glade:
2766                 Modify the layout of the editor to add merge possibility to color options
2767         * src/color.c:
2768                 Fix a copy/paste error in a comment
2769         * src/color.h:
2770                 Add default color for merge color representation in the editor canvas.
2771         * src/label-barcode.c:
2772         * src/object-editor-bc-page.c:
2773         * src/view-barcode.c:
2774                 Add merge color support for barcode color.
2775         * src/label-box.c:
2776         * src/view-box.c:
2777                 Add merge color support for box border color.
2778         * src/label-ellipse.c:
2779         * src/view-ellipse.c:
2780                 Add merge color support for ellipse border color.
2781         * src/label-line.c:
2782         * src/view-line.c:
2783                 Add merge color support for line color.
2784         * src/label-object.c:
2785         * src/label-object.h:
2786         * src/object-editor.c:
2787         * src/object-editor.h:
2788         * src/ui-property-bar.c:
2789         * src/view.c:
2790         * src/view.h:
2791         * src/xml-label-04.c:
2792         * src/xml-label-191.c:
2793                 Add support for merging to other color attribute.
2794         * src/label-text.c:
2795         * src/object-editor-text-page.c:
2796         * src/view-text.c:
2797                 Add merge color support for text color.
2798         * src/object-editor-fill-page.c:
2799                 Change a blocked handler that didn't match the good widget. Fix the type
2800                 of some debug message.
2801         * src/object-editor-line-page.c:
2802                 Add merging support to line color option.
2803         * src/object-editor-private.h:
2804                 Add variables for new widget.
2805         * src/print.c:
2806                 Modify the draw functions to get merge data if needed.
2807         * src/window.c:
2808                 Change the default size of the window in order to see all widget in the
2809                 "text style tab" of the editor.
2810         * src/xml-label.c:
2811                 Modify the parser to record/retreive the field value for objects that need
2812                 "color" attribute. For box/ellipse/line, keep attribute "line_color" for 
2813                 static color or replace by "line_color_field" for merge data. For 
2814                 text/barcode objects, keep attribute "color" for static color or replace 
2815                 by "color_field" for merge data.
2816         
2817 2005-01-17  Jim Evins  <evins@snaught.com>
2818
2819         * src/view.c: (screen_changed_cb):
2820                 Don't do anything if we don't have a screen.
2821
2822 2005-01-06  Jim Evins  <evins@snaught.com>
2823
2824         * src/view.c: (get_home_scale):
2825                 Fixed bad call to gtk_widget_has_screen() -- huh?.
2826
2827 2005-01-06  Jim Evins  <evins@snaught.com>
2828
2829         * data/dtd/glabels-2.0.dtd:
2830                 Added fill_color_field to fill_attrs.  Also added xmlns attribute to all
2831                 top-level elements.
2832
2833 2005-01-06  Jim Evins  <evins@snaught.com>
2834
2835         * data/glade/object-editor.glade:
2836                 Set entries for fill and data field key dropdowns to NOT editable.
2837         * src/view-box.c: (construct_properties_editor):
2838         * src/view-ellipse.c: (construct_properties_editor):
2839                 Update object editor when label's merge property has changed.
2840         * src/xml-label.c: (xml_parse_object_ellipse):
2841                 Completed the merge color support for the ellipse item.
2842
2843 2005-01-06  Frederic Ruaudel  <grumz@users.sf.net>
2844
2845         Add support to merge color for object that have a "Fill color" attribute (Feature 
2846         Requests item #1008635. If the data is invalid, the color used is transparent 
2847         (GL_COLOR_NONE). The format     for color in merge data file are those accepted 
2848         by gdk_color_parse() these include name for a color from rgb.txt, such as 
2849         DarkSlateGray, or a hex specification such as #305050. File format has been 
2850         changed but backward compatibility is preserved for all format. For box/ellipse, 
2851         keep attribute "fill_color" for static  color or replace by "fill_color_field" 
2852         for merge data.
2853
2854         * data/glade/object-editor.glade:
2855                 Modify "Fill" tab to add the merge key combo and convert the labels into 
2856                 radio button.
2857         * src/color.h:
2858         * src/color.c:
2859                 Add "glColorNode" structure and associated functions to manage it. This 
2860                 structure is equivalent for color than the "glTextNode". It holds the color
2861                 and the key field.
2862         * src/label-object.h:
2863         * src/label-object.c:
2864         * src/label-box.c:
2865         * src/label-ellipse.c:
2866         * src/ui-property-bar.c:
2867         * src/view.h:
2868         * src/view.c:
2869         * src/view-box.c:
2870         * src/view-ellipse.c:
2871         * src/xml-label-04.c:
2872         * src/xml-label-191.c:
2873                 Change functions of objects that have a "fill color" attribute to use the 
2874                 new "glColorNode" structure. Use barcode code as example.
2875         * src/Makefile.am:
2876                 Add the color.[ch] file to glabels_batch binary that now need support for 
2877                 "glColorNode".
2878         * src/object-editor.h:
2879         * src/object-editor.c:
2880         * src/object-editor-fill-page.c:
2881                 Manage the new widget of the editor's "Fill" tab : key combo and radio button
2882                 to choose between static color or merge key. Use barcode code as example.
2883         * src/object-editor-private.h:
2884                 Add new widget in the "_glObjectEditorPrivate" structure.
2885         * src/print.c:
2886                 Modify the draw functions to get merge data if needed.
2887         * src/xml-label.c:
2888                 Modify the parser to record/retreive the field value for objects that need
2889                 "Fill color" attribute. For box/ellipse, put attribute "fill_color" for static
2890                 color or "fill_color_field" for merge data.             
2891         
2892 2005-01-04  Jim Evins  <evins@snaught.com>
2893
2894         * AUTHORS:
2895         * data/templates/avery-iso-templates.xml:
2896         * data/templates/misc-iso-templates.xml:
2897         * data/templates/misc-us-templates.xml:
2898                 Added templates, submitted by Larry Harriman, Juan Carlos Valero, and
2899                 Nick Hill.
2900
2901 2004-11-26  Jim Evins  <evins@snaught.com>
2902
2903         * AUTHORS:
2904         * po/fr.po:
2905                 Updated french translations provided by Florent Morel <florent@taket.org>.
2906         * src/view-barcode.c:
2907         * src/view-box.c:
2908         * src/view-ellipse.c:
2909         * src/view-image.c:
2910         * src/view-line.c:
2911         * src/view-text.c:
2912                 Added '#include <config.h>' -- HAVE_*GETTEXT macros were not defined and
2913                 thus _() strings were not being translated.
2914
2915 2004-11-14  Jim Evins  <evins@snaught.com>
2916
2917         * src/debug.h:
2918         * src/debug.c: (gl_debug_init), (gl_debug):
2919                 Borrowed from gedit:  use environmental variables to select debug
2920                 sections.
2921         * src/splash.c:
2922                 Removed unused include of debug.h.
2923         * src/glabels.c: (main):
2924                 Added call to gl_debug_init(), and removed debug clutter from command line
2925                 options.
2926         * src/glabels-batch.c: (main):
2927                 Added call to gl_debug_init().
2928
2929 2004-11-13  Jim Evins  <evins@snaught.com>
2930
2931         Drawing and property toolbars were being initialized with the "icons and text"
2932         look in Fedora Core 3.  Even though none of the buttons had any text attached to
2933         them, the buttons were being sized as if they were.  This led to less real estate
2934         for the property editor, leading to Bug #1064630.  The
2935         
2936         * data/ui/glabels-ui.xml:
2937                 Added explicit "look" property to both drawing and property toolbars.
2938         * src/prefs-model.c: (gl_prefs_model_save_settings),
2939         (gl_prefs_model_load_settings):
2940         * src/prefs-model.h:
2941                 Removed drawing_toolbar_button_style configuration parameter.
2942         * src/ui.c: (view_menu_item_toggled_cb),
2943         (set_app_drawing_toolbar_style):
2944                 Do not attempt to adjust look property of the drawing toolbar.
2945
2946 2004-10-28  Jim Evins  <evins@snaught.com>
2947
2948         * data/pixmaps/glabels-about-logo.png:
2949                 Updated about logo.
2950         
2951 2004-10-28  Jim Evins  <evins@snaught.com>
2952
2953         * data/man/glabels.1:
2954         * src/glabels-batch.c: (main):
2955         * src/print.h:
2956         * src/print.c: (gl_print_batch):
2957
2958                 Added option to glabels-batch to select the first label to begin
2959                 printing on.
2960
2961 2004-09-26  Jim Evins  <evins@snaught.com>
2962
2963         * data/desktop/glabels.desktop.in:
2964                 Point to app icon, "glabels.png"
2965         * data/mime/glabels.keys.in:
2966                 Point at mime icon, "glabels-application-x-glabels.png"
2967         * data/pixmaps/Makefile.am:
2968                 Added glabels_app_icondir.  Renamed icons.
2969         * data/pixmaps/glabels.png:
2970                 New cleaned up app icon.  Deleted glabels-icon.png.
2971         * data/pixmaps/glabels-application-x-glabels.png:
2972                 New mime icon.
2973         * data/pixmaps/glabels-splash.png:
2974                 Renamed glabels-logo to glabels-splash to be more correct about role.
2975         * src/glabels.c:
2976         * src/template-designer.c:
2977                 Point at app icon, "glabels.png"
2978         * src/splash.c:
2979                 Point at renamed splash image, "glabels-splash.png"
2980
2981 2004-08-22  Jim Evins  <evins@snaught.com>
2982
2983         * AUTHORS:
2984         * src/glabels-batch.c: (main):
2985                 Applied patch with minor mods to allow selecting merge source and
2986                 crop-marks on glabels-batch's command line.  Original patch provided by
2987                 José Dapena Paz <jdapena@igalia.com>.
2988         
2989 2004-08-15  Jim Evins  <evins@snaught.com>
2990
2991         * data/desktop/glabels.desktop.in:
2992                 - Added encoding line
2993                 - Removed period from comment
2994                 - Fixed Terminal line, changed "0" to "false"
2995                 - Added semicolen to Categories line
2996         * po/ja.po:
2997                 - Made sure desktop.in comment string above still translated properly
2998
2999 2004-08-14  Jim Evins  <evins@snaught.com>
3000
3001         * libglabels/xml-paper.c: (gl_xml_paper_parse_paper_node):
3002         * libglabels/xml-template.c: (gl_xml_template_parse_template_node):
3003         * src/xml-label-191.c: (xml191_parse_sheet):
3004                 Fixed improper freeing of gettext strings.  Merged from 2.0.1.
3005         * configure.in:
3006                 Reconciled libglabels versioning with 2.0.1.
3007         
3008
3009 2004-08-14  Jim Evins  <evins@snaught.com>
3010
3011         * configure.in:
3012                 Updated version to 2.1cvs.
3013         
3014 2004-08-14  Jim Evins  <evins@snaught.com>
3015
3016         * po/ja.po:
3017                 Updated 2.0.x translation by Takeshi AIHANA <aihana@gnome.gr.jp>.
3018
3019 2004-08-14  Jim Evins  <evins@snaught.com>
3020
3021         Fixes for Bug #1008181.
3022
3023         * src/bc.c: (gl_barcode_default_digits):
3024                 Make a format of zero digits, harmless.
3025         * src/xml-label.c: (xml_parse_object_barcode):
3026                 Set default value of the format property of barcode objects to 10, not
3027                 zero.  This will prevent crashes when reading pre 2.0.x files.
3028
3029 2004-08-09  Jim Evins  <evins@snaught.com>
3030
3031         * NEWS:
3032         * TODO:
3033         * help/C/glabels-C.omf:
3034         * help/C/glabels.xml:
3035                 Brought documentation up-to-date for 2.0.0 release.
3036         
3037 2004-08-09  Jim Evins  <evins@snaught.com>
3038
3039         These are hopefully the final preparations for 2.0.0.
3040
3041         * data/mime/Makefile.am:
3042                 Include glabels.xml in EXTRA_DIST.
3043         * configure.in:
3044                 - Updated comment style.
3045                 - Added LIBGLABELS_VERSION_INFO macro, updated Current.
3046                 - Added package and version info to configuration printout
3047                 - Update version to 2.0.0
3048         * libglabels/Makefile.am:
3049                 Use the new LIBGLABELS_VERSION_INFO macro.
3050
3051 2004-08-09  Jim Evins  <evins@snaught.com>
3052
3053         * configure.in:
3054         * glabels.spec.in:
3055                 Cleanup of required library macros.
3056
3057 2004-08-08  Jim Evins  <evins@snaught.com>
3058
3059         * glabels.spec.in:
3060                 - Updated URL
3061                 - More specific of what to install in /usr/bin and /usr/lib
3062                 - Remove built mime registration files from staging directory
3063
3064 2004-08-08  Jim Evins  <evins@snaught.com>
3065
3066         * data/mime/Makefile.am:
3067                 Fixed typo:  key_files should have been keys_files.
3068
3069 2004-08-08  Jim Evins  <evins@snaught.com>
3070
3071         Reorganization of runtime data files.  Also added registration of mimetype with
3072         new freedesktop.org mime database if available.
3073         
3074         * data/*
3075                 Moved files to appropriate subdirectories, creating local Makefile.am
3076                 in each subdirectory.
3077                 - Moved paper-sizes.xml and *-templates.xml to templates subdirectory.
3078                   These are now installed at $datadir/glabels/templates.
3079                 - Moved glabels.1 to man subdirectory.
3080                 - Moved glabels-2.0.dtd to dtd subdirectory.
3081                 - Moved glabels.desktop.in to desktop subdirectory.
3082                 - Moved glabels.keys.in and glabels.mime to mime subdirectory.
3083         * data/pixmaps/*
3084                 Moved "./pixmaps" to "./data/pixmaps"
3085         * data/ui/*
3086                 Moved src/glabels-ui.xml to data/ui directory. Created Makefile.am.
3087         * data/glade/*
3088                 Moved libglade files from src to data/glade. Created Makefile.am.
3089         * Makefile.am:
3090                 Removed pixmaps from SUBDIRS.
3091         * configure.in:
3092                 - Removed pixmaps from makefiles.
3093                 - Added makefiles for new subdirs of data.
3094                 - Added tests for freedesktop.org mime database.
3095         * glabels.spec.in:
3096                 - Added tests for freedesktop.org mime database for post install and
3097                   post un-install actions.
3098         * libglabels/Makefile.am:
3099                 Moved system template files to $(datadir)/glabels/templates.
3100         * libglabels/libglabels-private.h:
3101                 Moved system template files to $(datadir)/glabels/templates.
3102         * po/POTFILES.in:
3103                 - Accounted for movement of ui and libglade files.
3104                 - Added missing .in files.
3105                 - Reorganized by directory.
3106         * src/Makefile.am:
3107                 Accounted for movement of ui and libglade files.
3108         * data/mime/glabels.xml.in:
3109                 New file for registering with freedesktop.org mime database.
3110
3111 2004-08-07  Jim Evins  <evins@snaught.com>
3112
3113         * src/recent-files/*:
3114                 Re-synced to latest libegg/recent-files.
3115         
3116 2004-08-07  Jim Evins  <evins@snaught.com>
3117
3118         * Makefile.am:
3119         * configure.in:
3120         * help/*
3121                 Renamed "./doc" directory to "./help" which contains user documentation,
3122                 to be more consistent with other GNOME applications.
3123         
3124
3125 2004-07-26  Jim Evins  <evins@snaught.com>
3126
3127         * src/merge-properties-dialog.c: (gl_merge_properties_dialog_init):
3128                 Corrected button order of merge properties dialog.
3129
3130 2004-07-18  Jim Evins  <evins@snaught.com>
3131
3132         * data/glabels-2.0.dtd:
3133         * src/bc.c: (gl_barcode_default_digits), (gl_barcode_can_freeform),
3134         (gl_barcode_get_prefered_n):
3135         * src/bc.h:
3136         * src/label-barcode.c: (copy), (gl_label_barcode_set_props),
3137         (gl_label_barcode_get_props), (get_size):
3138         * src/label-barcode.h:
3139         * src/object-editor-bc-page.c: (gl_object_editor_prepare_bc_page),
3140         (style_changed_cb), (gl_object_editor_set_bc_style),
3141         (gl_object_editor_get_bc_style):
3142         * src/object-editor-data-page.c: (data_radio_toggled_cb),
3143         (gl_object_editor_set_data), (gl_object_editor_get_data):
3144         * src/object-editor-private.h:
3145         * src/object-editor.c: (gl_object_editor_set_key_names):
3146         * src/object-editor.glade:
3147         * src/object-editor.h:
3148         * src/print.c: (draw_barcode_object):
3149         * src/view-barcode.c: (update_object_from_editor_cb),
3150         (update_editor_from_object_cb),
3151         (gl_view_barcode_create_event_handler), (draw_barcode):
3152         * src/xml-label-04.c: (xml04_parse_barcode_props):
3153         * src/xml-label-191.c: (xml191_parse_barcode_props):
3154         * src/xml-label.c: (xml_parse_object_barcode),
3155         (xml_create_object_barcode):
3156                 Added "format" attribute to barcode objects.  This attribute is used
3157                 to properly format freeform barcodes barcodes prior to merge data is
3158                 applied, so that barcodes can be accurately layed out.  This addresses
3159                 remaining issues of feature request #824787.  Also added an example of
3160                 the format in the object editor.
3161
3162 2004-07-12  Jim Evins  <evins@snaught.com>
3163
3164         Various code cleanups.
3165
3166         * src/label-barcode.c:
3167                 Removed unneeded include of gnome-glyphlist.h.
3168         
3169         * src/label-text.c: (get_size):
3170                 Fixed memory leak: unref glyphlists when done with them.
3171         
3172         * src/object-editor-bc-page.c: (gl_object_editor_prepare_bc_page):
3173         * src/object-editor-data-page.c:
3174         (gl_object_editor_prepare_data_page):
3175         * src/object-editor-image-page.c:
3176         (gl_object_editor_prepare_image_page):
3177         * src/object-editor-line-page.c:
3178         (gl_object_editor_prepare_line_page):
3179         * src/object-editor-lsize-page.c:
3180         (gl_object_editor_prepare_lsize_page):
3181         * src/object-editor-position-page.c:
3182         (gl_object_editor_prepare_position_page):
3183         * src/object-editor-size-page.c:
3184         (gl_object_editor_prepare_size_page):
3185         * src/object-editor-text-page.c:
3186         (gl_object_editor_prepare_text_page):
3187                 Removed unneeded size groups, originally intended to keep widgets aligned.
3188                 Now use tables to lay these out in object-editor.glade.
3189         
3190         * src/print.c: (draw_text_object):
3191                 Fixed memory leak: unref glyphlists when done with them.
3192
3193         * src/view-barcode.c: (draw_barcode):
3194                 Fixed memory leak: unref glyphlists when done with them.
3195
3196         * src/view-text.c: (update_object_from_editor_cb), (draw_hacktext):
3197                 - Removed unneeded cast of gl_object_editor_get_text_line_spacing()s
3198                   return value.
3199                 - Fixed memory leak: unref glyphlists when done with them.
3200
3201 2004-07-11  Jim Evins  <evins@snaught.com>
3202
3203         * data/glabels-2.0.dtd:
3204         * src/label-text.c: (gl_label_text_instance_init), (copy),
3205         (gl_label_text_set_auto_shrink), (gl_label_text_get_auto_shrink):
3206         * src/label-text.h:
3207         * src/object-editor-private.h:
3208         * src/object-editor-text-page.c:
3209         (gl_object_editor_prepare_text_page),
3210         (gl_object_editor_set_text_auto_shrink),
3211         (gl_object_editor_get_text_auto_shrink):
3212         * src/object-editor.c: (gl_object_editor_set_key_names):
3213         * src/object-editor.glade:
3214         * src/object-editor.h:
3215         * src/print.c: (draw_text_object):
3216         * src/view-text.c: (update_object_from_editor_cb),
3217         (update_editor_from_object_cb):
3218         * src/xml-label.c: (xml_parse_object_text),
3219         (xml_create_object_text):
3220                 Added option to allow document merge to auto shrink text size to fit
3221                 within the text box.  The code in print.c that actually shrinks the
3222                 text is loosely based on a patch submitted by Mark Harrison
3223                 <mark.harrison@velocitynet.com.au>.  This addresses feature request
3224                 #661421.
3225         
3226 2004-07-11  Jim Evins  <evins@snaught.com>
3227
3228         * data/glabels-2.0.dtd:
3229         * libglabels/template.c: (gl_template_rect_label_type_new),
3230         (gl_template_round_label_type_new),
3231         (gl_template_cd_label_type_new), (gl_template_label_type_dup),
3232         (template_full_page):
3233         * libglabels/template.h:
3234         * libglabels/xml-template.c: (xml_parse_label_rectangle_node),
3235         (xml_create_label_node):
3236         * pixmaps/ex-rect-size.png:
3237         * src/print.c: (clip_to_outline), (clip_punchouts):
3238         * src/template-designer.c: (construct_rect_size_page),
3239         (rect_size_page_prepare_cb), (layout_page_prepare_cb),
3240         (build_template):
3241         * src/template-designer.glade:
3242         * src/xml-label-191.c: (xml191_parse_label):
3243                 Modifications to allow separate horizontal (x_waste) and vertical (y_waste)
3244                 properties for rectangular labels.  Templates remain backwards compatible,
3245                 but this breaks the libglabels API (I don't know of anyone outside of
3246                 glabels using libglabels at this time -- what can I say, the program is
3247                 is still "unstable").  This addresses the suggestion in Feature Request
3248                 #976313.
3249
3250 2004-07-05  Jim Evins  <evins@snaught.com>
3251         * src/print.c: (print_crop_marks), (draw_outline):
3252                 Changed crop marks and label outlines to black, instead of 25% gray.
3253                 This addresses debian Bug #257460.
3254
3255 2004-07-05  Jim Evins  <evins@snaught.com>
3256
3257         * src/object-editor-fill-page.c: (gl_object_editor_set_fill_color):
3258         * src/object-editor-line-page.c: (gl_object_editor_set_line_color):
3259                 Preserve "is_default" of fill and line color_combos when creating from
3260                 existing objects.
3261
3262 2004-07-02  Jim Evins  <evins@snaught.com>
3263
3264         * data/glabels.1:
3265                 Created man page.  Based on page submitted by Matthew J. Lockner, however
3266                 it has been severely edited.
3267         
3268         * data/avery-other-templates.xml
3269         * data/misc-other-templates.xml:
3270                 Started new files for predefined templates with non-standard sheet sizes.
3271                 These have been initially populated with the Avery 06141 and
3272                 OfficeMax #86112, both provided by Matthew J. Lockner.
3273         
3274         * data/Makefile.am:
3275                 Install above manpage and template files.
3276         
3277         * glabels.spec.in:
3278                 Make sure we install man pages.
3279         
3280         * src/glabels-batch.c:
3281                 Changed short form of help option to '-?' to be consistent with glabels.
3282         
3283         * AUTHORS:
3284                 Added acknowledgement for above labels.
3285
3286 2004-07-02  Jim Evins  <evins@snaught.com>
3287
3288         * src/glabels.c: (main), (save_session_cb):
3289                 - Now include libbonoboui.h, recent.h, and file.h to provide missing
3290                   prototypes.
3291                 - save_session_cb() now returns gboolean.
3292                 - Minor formatting changes.
3293
3294         * src/window.h:
3295         * src/window.c:
3296                 - Now include file.h to provide missing prototype.
3297                 - gl_window_get_type() now returns GType, not guint.  I believe this may
3298                   ultimately be cause of the segfault reported in Bug #982287, since
3299                   GType is actually a gulong, which may not be compatible on other
3300                   architectures (64bit) -- I cannot personally test this at this time.
3301                   I was sloppy in several other xxx_get_type() functions which also
3302                   returned guint -- see next group of files:
3303         
3304         * src/window.c: (gl_window_get_type):
3305         * src/canvas-hacktext.c: (gl_canvas_hacktext_get_type):
3306         * src/canvas-hacktext.h:
3307         * src/hig.c: (gl_hig_alert_get_type), (gl_hig_dialog_get_type),
3308         (gl_hig_category_get_type), (gl_hig_vbox_get_type),
3309         (gl_hig_hbox_get_type):
3310         * src/hig.h:
3311         * src/label-barcode.c: (gl_label_barcode_get_type):
3312         * src/label-barcode.h:
3313         * src/label-box.c: (gl_label_box_get_type):
3314         * src/label-box.h:
3315         * src/label-ellipse.c: (gl_label_ellipse_get_type):
3316         * src/label-ellipse.h:
3317         * src/label-image.c: (gl_label_image_get_type):
3318         * src/label-image.h:
3319         * src/label-line.c: (gl_label_line_get_type):
3320         * src/label-line.h:
3321         * src/label-object.c: (gl_label_object_get_type):
3322         * src/label-object.h:
3323         * src/label-text.c: (gl_label_text_get_type):
3324         * src/label-text.h:
3325         * src/label.c: (gl_label_get_type):
3326         * src/label.h:
3327         * src/merge-properties-dialog.c:
3328         (gl_merge_properties_dialog_get_type):
3329         * src/merge-properties-dialog.h:
3330         * src/merge-text.c: (gl_merge_text_get_type):
3331         * src/merge-text.h:
3332         * src/merge.c: (gl_merge_get_type):
3333         * src/merge.h:
3334         * src/object-editor.c: (gl_object_editor_get_type):
3335         * src/prefs-dialog.c: (gl_prefs_dialog_get_type):
3336         * src/prefs-dialog.h:
3337         * src/prefs-model.c: (gl_prefs_model_get_type):
3338         * src/prefs-model.h:
3339         * src/print-dialog.c: (gl_print_dialog_get_type):
3340         * src/print-dialog.h:
3341         * src/template-designer.c: (gl_template_designer_get_type):
3342         * src/template-designer.h:
3343         * src/ui-property-bar.c: (gl_ui_property_bar_get_type):
3344         * src/ui-property-bar.h:
3345         * src/ui-sidebar.c: (gl_ui_sidebar_get_type):
3346         * src/ui-sidebar.h:
3347         * src/view-barcode.c: (gl_view_barcode_get_type):
3348         * src/view-barcode.h:
3349         * src/view-box.c: (gl_view_box_get_type):
3350         * src/view-box.h:
3351         * src/view-ellipse.c: (gl_view_ellipse_get_type):
3352         * src/view-ellipse.h:
3353         * src/view-highlight.c: (gl_view_highlight_get_type):
3354         * src/view-highlight.h:
3355         * src/view-image.c: (gl_view_image_get_type):
3356         * src/view-image.h:
3357         * src/view-line.c: (gl_view_line_get_type):
3358         * src/view-line.h:
3359         * src/view-object.c: (gl_view_object_get_type):
3360         * src/view-object.h:
3361         * src/view-text.c: (gl_view_text_get_type):
3362         * src/view-text.h:
3363         * src/view.c: (gl_view_get_type):
3364         * src/view.h:
3365         * src/wdgt-chain-button.c: (gl_wdgt_chain_button_get_type):
3366         * src/wdgt-image-select.c: (gl_wdgt_image_select_get_type):
3367         * src/wdgt-image-select.h:
3368         * src/wdgt-media-select.c: (gl_wdgt_media_select_get_type):
3369         * src/wdgt-media-select.h:
3370         * src/wdgt-mini-preview.c: (gl_wdgt_mini_preview_get_type):
3371         * src/wdgt-mini-preview.h:
3372         * src/wdgt-print-copies.c: (gl_wdgt_print_copies_get_type):
3373         * src/wdgt-print-copies.h:
3374         * src/wdgt-print-merge.c: (gl_wdgt_print_merge_get_type):
3375         * src/wdgt-print-merge.h:
3376         * src/wdgt-rotate-label.c: (gl_wdgt_rotate_label_get_type):
3377         * src/wdgt-rotate-label.h:
3378                 - Made sure all xxx_get_type functions returned GType, not guint.  This
3379                   was the case in hig.[ch], window.[ch], ui-property-bar.[ch],
3380                   ui-sidebar.[ch], view.[ch], wdgt-image-select.[ch],
3381                   wdgt-media-select.[ch], wdgt-mini-preview.[ch], wdgt-print-copies.[ch],
3382                   wdt-print-merge.[ch], and wdgt-rotate-label.[ch].  See separate
3383                   window.[ch] details above for more info.
3384                 - Reconciled various coding style differences in all xxx_get_type()
3385                   functions:
3386                         * All prototypes include G_GNUC_CONST.
3387                         * All prototypes specify the return value as GType, not GtkType
3388                           or guint.
3389                         * Info structures are all declared as "static const."
3390                         * Generalized the names of type and info variables.
3391                         * Miscelaneous formatting.
3392
3393 2004-06-08  Jim Evins  <evins@snaught.com>
3394
3395         * src/label.c:
3396         * src/label.h:
3397         * src/xml-label.c:
3398         * AUTHORS:
3399                 Don't touch compression of original file -- still defaults to 9 for
3400                 new files.  Original patch provided by Javier Donaire Segarra
3401                 (#912252 in patch tracker).
3402
3403 2004-05-05  Jim Evins  <evins@snaught.com>
3404
3405         * data/glabels-2.0.dtd:
3406                 Broke DTD previously when adding new barcode types that contain a
3407                 plus sign (+).  Simply changed the BC_STYLE_TYPE entity to "CDATA"
3408                 to avoid the problem.
3409         * data/avery-iso-templates.xml:
3410         * data/zweckform-iso-templates.xml:
3411         * AUTHORS:
3412                 Added templates for Avery 7165, Zweckform 3688, 4732, and 6021.  Templates
3413                 provided by Frank Altpeter.
3414         * libglabels/xml-template.c: (xml_create_label_node):
3415                 Reordered markup and layout sub-nodes so that resulting templates will
3416                 validate against DTD.
3417
3418 2004-03-13  Jim Evins  <evins@snaught.com>
3419
3420         * src/object-editor-size-page.c: (gl_object_editor_prepare_size_page):
3421                 Changed spin callback signals from "value-changed" back to "changed."
3422                 This was accidentally introduced in a previous revision, and can cause
3423                 size changes just by selecting the size tab.
3424
3425 2004-03-06  Jim Evins  <evins@snaught.com>
3426
3427         * src/view.c: (draw_grid_layer):
3428                 For round labels (round and cd) adjust grid so that it lines up with
3429                 center of label.  Also, no longer draw box around label in the grid layer,
3430                 it is hidden by he fg layer anyway.  Feature suggested by
3431                 nemolivier@free.fr.  Although the grid is aligned with the center of the
3432                 label, the coordinate system is still relative to the upper left corner
3433                 of the rectangle containing the label.
3434
3435 2004-02-25  Jim Evins  <evins@snaught.com>
3436
3437         * configure.in:
3438                 Changed version to 2.0pre1cvs
3439         
3440         * libglabels/xml-template.c: (gl_xml_template_parse_templates_doc):
3441                 Removed extra xmlFreeDoc() calls upon error.  Also print the doc->URL
3442                 instead of doc->name fields when errors encountered.
3443
3444 2004-02-21  Jim Evins  <evins@snaught.com>
3445
3446         * data/avery-iso-templates.xml:
3447                 Added aliases for Avery 8651.  Patch provided by Wayne Schuller.
3448         
3449         * glabels.spec.in:
3450                 Added libglabels library and include file to installed files.
3451                 
3452         * configure.in:
3453                 Final prep for 1.93.3.
3454
3455 2004-02-20  Jim Evins  <evins@snaught.com>
3456
3457         * src/glabels-batch.c: (main):
3458                 Changed key for setting output filename to GNOME_PRINT_KEY_OUTPUT_FILENAME
3459                 as suggested by Javier Donaire Segarra.  This addresses bug #901063.
3460
3461 2004-02-16  Jim Evins  <evins@snaught.com>
3462
3463         * configure.in:
3464                 If gtk+ >= 2.3.2 then define HAVE_FILE_CHOOSER.
3465         
3466         * src/Makefile.am:
3467                 Added HAVE_FILE_CHOOSER to INCLUDES.
3468         
3469         * src/file.c: (gl_file_open), (open_response), (gl_file_open_real),
3470         (gl_file_save_as), (save_as_response):
3471                 Ported to use GtkFileChooserDialog if HAVE_FILE_CHOOSER is defined.
3472
3473 2004-02-16  Jim Evins  <evins@snaught.com>
3474
3475         * src/xml-label-04.c: (xml04_parse_image_props):
3476         * src/xml-label-191.c: (xml191_parse_image_props):
3477         * src/xml-label.c: (xml_parse_object_image):
3478                 Delay setting image size until after image has been applied to new
3479                 object.
3480         
3481 2004-02-15  Jim Evins  <evins@snaught.com>
3482
3483         * src/label-barcode.c: (gl_label_barcode_set_data),
3484         (gl_label_barcode_set_props):
3485                 Don't emit "changed" signal, if no change actually made for these
3486                 methods.  Reduces number of unnecessary redraws of barcodes.
3487         
3488         * src/label-object.h:
3489         * src/label-object.c: (gl_label_object_set_position),
3490         (gl_label_object_set_position_relative), (set_size),
3491         (gl_label_object_set_size),
3492         (gl_label_object_set_size_honor_aspect):
3493                 Don't emit "changed" signal, if no change actually made for these
3494                 methods.
3495
3496 2004-02-15  Jim Evins  <evins@snaught.com>
3497
3498         * data/glabels-2.0.dtd:
3499                 Added specific subtypes for various barcode types.
3500         
3501         * src/bc.h:
3502         * src/bc.c: (id_to_index), (name_to_index), (gl_barcode_new),
3503         (gl_barcode_get_styles_list), (gl_barcode_default_digits),
3504         (gl_barcode_can_text), (gl_barcode_text_optional),
3505         (gl_barcode_can_csum), (gl_barcode_csum_optional),
3506         (gl_barcode_id_to_name), (gl_barcode_name_to_id):
3507                 Changed API to use a string id, rather than a fixed enumeration.  Id and
3508                 name are separate strings.  Added entries to backend table for specific
3509                 subtypes for various barcode types.
3510         
3511         * src/bc-postnet.h:
3512         * src/bc-postnet.c: (gl_barcode_postnet_new), (postnet_code),
3513         (is_length_valid):
3514                 Modified to conform to above API.  Now more stringent with data length
3515                 for various subtypes.
3516         
3517         * src/bc-gnubarcode.h:
3518         * src/bc-gnubarcode.c: (gl_barcode_gnubarcode_new),
3519         (is_length_valid), (is_length1_valid), (is_length2_valid):
3520                 Modified to conform to above API.  Now more stringent with data length
3521                 for various subtypes.
3522
3523         * src/label-barcode.h:
3524         * src/label-barcode.c: (copy), (gl_label_barcode_set_props),
3525         (gl_label_barcode_get_props), (get_size):
3526                 Modified to use above API for storing barcode type.
3527         
3528         * src/object-editor.h:
3529         * src/object-editor-bc-page.c: (style_changed_cb),
3530         (gl_object_editor_set_bc_style), (gl_object_editor_get_bc_style):
3531                 Modified to use above API for storing barcode type.
3532         
3533         * src/object-editor-size-page.c:
3534         (gl_object_editor_prepare_size_page), (aspect_toggle_cb),
3535         (w_spin_cb), (h_spin_cb), (size_reset_cb):
3536                 Added debug markers.
3537         
3538         * src/object-editor.glade:
3539                 Made barcode style combo's text entry  non-editable.
3540         
3541         * src/print.c: (draw_barcode_object):
3542                 Modified to use above API for barcode type.
3543
3544         * src/view-barcode.c: (update_object_from_editor_cb),
3545         (update_editor_from_object_cb),
3546         (gl_view_barcode_create_event_handler), (draw_barcode):
3547                 Modified to use above API for barcode type.
3548         
3549         * src/xml-label-04.c: (xml04_parse_barcode_props):
3550         * src/xml-label-191.c: (xml191_parse_barcode_props):
3551         * src/xml-label.c: (xml_parse_object_barcode),
3552         (xml_create_object_barcode):
3553                 Modified to use above API for barcode type.
3554
3555 2004-02-07  Jim Evins  <evins@snaught.com>
3556
3557         * src/stock-pixmaps/Makefile.am:
3558         * src/stock-pixmaps/stock_hchain_24.png:
3559         * src/stock-pixmaps/stock_hchain_broken_24.png:
3560         * src/stock-pixmaps/stock_vchain_24.png:
3561         * src/stock-pixmaps/stock_vchain_broken_24.png:
3562                 Added chain pixmaps borrowed from the gimp's default theme.
3563
3564         * src/stock.h:
3565         * src/stock.c: (gl_stock_init), (add_button_icon):
3566                 Added above pixmaps to stock icon sets.  Created add_button_icon() to
3567                 add these pixmaps sized as GTK_ICON_SIZE_BUTTON.
3568         
3569         * src/wdgt-chain-button.h
3570         * src/wdgt-chain-button.c
3571         * src/Makefile.am:
3572         * po/POTFILES.in:
3573                 Added this Modified version of gimpchainbutton widget, borrowed from
3574                 the gimp.
3575         
3576         * AUTHORS:
3577                 Added acknowledgements of the above borrowing from the gimp.
3578         
3579         * src/object-editor-size-page.c: (aspect_toggle_cb), (w_spin_cb),
3580         (h_spin_cb):
3581         * src/object-editor.c: (gl_object_editor_construct_chain_button):
3582         * src/object-editor.glade:
3583                 Replaced the keep aspect ratio check box with the above chain-button
3584                 widget.
3585         
3586         * src/text-node.c: (gl_text_node_equal):
3587         * src/text-node.h:
3588                 Added function gl_text_node_equal() to compare text_nodes.
3589         
3590         * src/label-image.c: (gl_label_image_set_filename):
3591                 Replaced incomplete text_node comparison code with invocation of
3592                 gl_text_node_equal.  This fixed the problem of not being able to
3593                 resize an image using the object_editor if the aspect ratio is not
3594                 locked.
3595
3596 2004-02-04  Jim Evins  <evins@snaught.com>
3597
3598         * src/object-editor-image-page.c:
3599         (gl_object_editor_prepare_image_page):
3600                 Track "changed" signal of pixmap entry's GtkEntry rather than its
3601                 "activate" signal -- this catches all changes to the entry rather than
3602                 just changes resulting from a browse, so one can easily pull previous
3603                 entries from the history. (This change is marked below on 2004-02-03,
3604                 but somehow never got checked in.)
3605
3606         * src/view-highlight.c: (sl_resize_event_handler),
3607         (sr_resize_event_handler), (st_resize_event_handler),
3608         (sb_resize_event_handler):
3609                 Side resize handles will now confirm the actual resize that the object
3610                 accepted before adjusting position parameters.  Previously some interesting
3611                 things happened when resizing a barcode to its minimum size.
3612
3613 2004-02-03  Jim Evins  <evins@snaught.com>
3614
3615         * src/object-editor-image-page.c:
3616         (gl_object_editor_prepare_image_page):
3617                 Track "changed" signal of pixmap entry's GtkEntry rather than its
3618                 "activate" signal -- this catches all changes to the entry rather than
3619                 just changes resulting from a browse, so one can easily pull previous
3620                 entries from the history.
3621         
3622         * src/view-highlight.c: (tl_resize_event_handler),
3623         (tr_resize_event_handler), (bl_resize_event_handler),
3624         (br_resize_event_handler):
3625                 Allow control key to be dropped while dragging a corner resize handle
3626                 without losing the aspect ratio lock.
3627
3628 2004-02-02  Jim Evins  <evins@snaught.com>
3629
3630         * src/label-image.c: (gl_label_image_set_filename):
3631                 When setting a new filename adjust size such that the aspect ratio of
3632                 the image is preserved using the current size as a bounding box.
3633                 
3634         * src/view-image.c: (update_object_from_editor_cb):
3635                 When updating object from editor, feed back possible size changes to
3636                 editor as a result of a possible change in image.
3637         
3638         * src/object-editor-size-page.c: (size_reset_cb):
3639                 Fixed typo when blocking spin handlers.  If the base size is larger than
3640                 the max size, treat max size as a bounding box while keeping aspect
3641                 ratio.
3642                 
3643
3644 2004-02-02  Jim Evins  <evins@snaught.com>
3645
3646         * src/label-object.h:
3647         * src/label-object.c: (gl_label_object_set_size),
3648         (gl_label_object_set_size_honor_aspect):
3649                 Added gl_label_object_set_size_honor_aspect() which will maintain the
3650                 current aspect ratio by modifying the supplied w or h apropriately.
3651         
3652         * src/view-highlight.c: (tl_resize_event_handler),
3653         (tr_resize_event_handler), (bl_resize_event_handler),
3654         (br_resize_event_handler):
3655                 Corner handles will now maintain the current aspect ratio if the
3656                 control key is pressed while resizing.  This addresses feature
3657                 request #816603.
3658        
3659
3660 2004-01-31  Jim Evins  <evins@snaught.com>
3661
3662         * AUTHORS:
3663         * data/avery-us-templates.xml:
3664                 Added entries for "LSK-3," "LSK-5," and "LSK-8."  Submitted by JBadger.
3665         
3666         * libglabels/template.c: (read_template_files_from_dir):
3667                 Corrected problem with testing for extensions.
3668         
3669         * src/object-editor.glade:
3670                 Corrected grouping of radio buttons in barcode data page.
3671
3672         * src/print.c: (draw_barcode_object):
3673         * src/view-barcode.c: (draw_barcode):
3674                 Corrected problem with calculation of y_offset for locating characters.
3675
3676 2004-01-24  Jim Evins  <evins@snaught.com>
3677
3678         * AUTHORS:
3679         * data/avery-us-templates.xml:
3680                 Added Avery 5824, submitted by Fred Bacon.
3681         
3682 2004-01-20  Jim Evins  <evins@snaught.com>
3683
3684         Catching up on a couple of backlogged user template submissions.
3685
3686         * data/avery-iso-templates.xml:
3687                 Added "DECAdry OLW-4731" and "DECAdry DLW-1731" aliases for Avery 7160.
3688                 Suggested by Linas Jakucionis.
3689         
3690         * data/zweckform-iso-templates.xml:
3691                 Added Zweckform 4760, submitted by Thomas Vill.
3692
3693         * AUTHORS:
3694                 Updated to reflect above submissions.
3695
3696 2004-01-06  Jim Evins  <evins@snaught.com>
3697
3698         Split-out template.[ch], paper.[ch], xml-template.[ch], xml-paper.[ch], and
3699         xml.[ch] into a separate library called libglabels, to facilitate third
3700         party use of glabels template files.  This was suggested by Wayne Schuller.
3701         Once split-out, some modifications to the structures and functions to
3702         make a cleaner more useful API, hopefully.  Rather extensive changes have
3703         propogated to other modules.
3704
3705         * src/paper.h:
3706         * src/paper.c:
3707         * src/template.h:
3708         * src/template.c:
3709         * src/xml-paper.h:
3710         * src/xml-paper.c:
3711         * src/xml-template.h:
3712         * src/xml-template.c:
3713         * src/xml.h:
3714         * src/xml.c:
3715                 These files have been moved to libglabels/.  API cleanup performed.
3716
3717         * libglabels/libglabels.h:
3718         * libglabels/libglabels-private.h:
3719         * libglabels/Makefile.am:
3720                 These files have been added to finish out libglabels.
3721         
3722         * Makefile.am:
3723         * configure.in:
3724         * glabels.spec.in:
3725         * po/POTFILES.in:
3726         * src/Makefile.am:
3727                 Modified to reflect new sets of files in src/ and libglabels/.
3728
3729         * COPYING.LIBGLABELS:
3730         * COPYING-DOCS:
3731                 Added copy of the LGPL for libglabels, and a copy the GFDL for
3732                 documentation.
3733         
3734         * src/glabels-batch.c:
3735         * src/glabels.c:
3736         * src/label.c: (gl_label_finalize), (gl_label_set_template),
3737         (gl_label_get_size):
3738         * src/label.h:
3739         * src/prefs-model.c: (gl_prefs_model_load_settings):
3740         * src/print-dialog.c:
3741         * src/print.c: (gl_print_simple), (gl_print_merge_collated),
3742         (gl_print_merge_uncollated), (gl_print_batch), (print_info_free),
3743         (print_crop_marks), (print_label), (draw_outline),
3744         (clip_to_outline), (clip_punchouts):
3745         * src/template-designer.c: (construct_pg_size_page),
3746         (pg_size_page_changed_cb), (layout_page_changed_cb),
3747         (print_test_cb), (build_template):
3748         * src/util.c: (gl_util_fraction):
3749         * src/util.h:
3750         * src/view.c: (draw_bg_fg_layers), (draw_bg_fg_rect),
3751         (draw_bg_fg_rounded_rect), (draw_bg_fg_round), (draw_bg_fg_cd),
3752         (draw_bg_fg_cd_bc), (draw_markup_layer), (draw_markup_margin),
3753         (draw_markup_margin_rect), (draw_markup_margin_rounded_rect),
3754         (draw_markup_margin_round), (draw_markup_margin_cd),
3755         (draw_markup_margin_cd_bc), (draw_markup_line),
3756         (draw_markup_circle), (gl_view_copy):
3757         * src/wdgt-media-select.c: (gl_wdgt_media_select_construct),
3758         (page_size_entry_changed_cb), (details_update), (get_layout_desc),
3759         (get_label_size_desc):
3760         * src/wdgt-mini-preview.c:
3761         (gl_wdgt_mini_preview_set_label_by_name), (mini_outline_list_new),
3762         (cdbc_item):
3763         * src/wdgt-print-copies.c: (gl_wdgt_print_copies_construct):
3764         * src/wdgt-print-merge.c: (gl_wdgt_print_merge_construct):
3765         * src/wdgt-rotate-label.c: (mini_preview_canvas_update),
3766         (gl_wdgt_rotate_label_set_template_name), (cdbc_item):
3767         * src/wdgt-rotate-label.h:
3768         * src/xml-label-04.c: (xml04_parse_media_description):
3769         * src/xml-label-191.c: (gl_xml_label_191_parse),
3770         (xml191_parse_sheet), (xml191_parse_label), (xml191_parse_layout),
3771         (xml191_parse_markup), (xml191_parse_alias):
3772         * src/xml-label.c: (xml_doc_to_label), (xml_parse_label),
3773         (xml_label_to_doc):
3774                 Various changes to accomodate new libglabels API.
3775         
3776 2004-01-03  Jim Evins  <evins@snaught.com>
3777
3778         * configure.in:
3779                 Release 1.93.2.
3780
3781 2004-01-03  Jim Evins  <evins@snaught.com>
3782
3783         * AUTHORS:
3784                 Added acknowledgement of contributions by Wayne Schuller.
3785         
3786         * src/commands.c: (gl_cmd_file_print):
3787                 Create extra reference to print dialog, so that it can be properly re-used.
3788         
3789         * src/mygal/mygal-combo-box.h:
3790         * src/mygal/mygal-combo-box.c:
3791         (mygal_combo_box_popup_hide_unconditional),
3792         (mygal_combo_box_popup_display), (mygal_combo_box_set_display),
3793         (gtk_combo_set_tearoff_state), (mygal_combo_box_construct),
3794         (mygal_combo_box_set_arrow_relief), (mygal_combo_box_set_title),
3795         (mygal_combo_box_set_tearable):
3796                 Changed all occurances of GTK_IS_COMBO_BOX to MYGAL_IS_COMBO_BOX, to
3797                 complete the rename of this widget to prevent namespace collisions
3798                 with Gtk+-2.3.
3799         
3800         * src/prefs-dialog.glade:
3801                 Fixed alignment of Fill/Color widgets.
3802
3803 2004-01-03  Jim Evins  <evins@snaught.com>
3804
3805         * data/avery-iso-templates.xml:
3806                 Added user submitted templates.
3807                 Avery 8435A & 8435B, submitted by Ludger Solbach.
3808
3809         * doc/C/glabels.xml:
3810                 Added minimal documentation, noting the new template designer.
3811
3812 2004-01-03  Jim Evins  <evins@snaught.com>
3813
3814         * pixmaps/ex-rect-size.png:
3815         * pixmaps/ex-round-size.png:
3816         * pixmaps/ex-cd-size.png:
3817         * pixmaps/Makefile.am:
3818                 Added ex-rect-size.png, ex-round-size.png, and ex-cd-size.png image
3819                 files to be used as illustrations/examples in the template-designer.
3820
3821         * src/template-designer.c: (construct_rect_size_page),
3822         (construct_round_size_page), (construct_cd_size_page),
3823         (construct_nlayouts_page), (rect_size_page_prepare_cb),
3824         (round_size_page_prepare_cb), (cd_size_page_prepare_cb),
3825         (layout_page_prepare_cb), (build_template):
3826         * src/template-designer.glade:
3827                 Added illustrations for rectangle, round, and cd label size pages.
3828                 Added margin spinboxes to these pages, and now add a margin markup
3829                 to the constructed template.  Added realistic default values for
3830                 some of the size spinboxes.  Cleaned up the code for setting spinbox
3831                 ranges on the layouts page.
3832
3833 2004-01-02  Jim Evins  <evins@snaught.com>
3834
3835         * src/object-editor-size-page.c: (h_spin_cb):
3836                 Fixed cut-n-paste error in h_spin_cb that loaded h from
3837                 the wrong spinbutton.
3838
3839         * src/object-editor.h:
3840         * src/object-editor.c: (gl_object_editor_class_init),
3841         (gl_object_editor_changed_cb), (gl_object_editor_size_changed_cb):
3842         * src/object-editor-private.h:
3843         * src/object-editor-size-page.c: (w_spin_cb), (h_spin_cb),
3844         (size_reset_cb):
3845                 Added "size_changed" signal.
3846                 
3847         * src/view-text.c: (construct_properties_editor),
3848         (update_object_from_editor_cb),
3849         (update_object_from_editor_size_cb):
3850                 Track size changes from object editor separately from other
3851                 properties.  This is so the default size (0,0) of a text
3852                 object is not modified unintentionally.
3853
3854 2003-12-30  Wayne Schuller  <k_wayne@linuxpower.org>
3855
3856         Added feature: line spacing - allows you to comfortably space a text box to
3857         fit a label perfectly.
3858
3859         * data/glabels-2.0.dtd:
3860         * src/label-object.c: (gl_label_object_set_text_line_spacing),
3861         (gl_label_object_get_text_alignment),
3862         (gl_label_object_get_text_line_spacing):
3863         * src/label-object.h:
3864         * src/label-text.c: (gl_label_text_class_init),
3865         (gl_label_text_instance_init), (copy), (get_size),
3866         (set_text_line_spacing), (get_text_alignment),
3867         (get_text_line_spacing):
3868         * src/object-editor-private.h:
3869         * src/object-editor-text-page.c:
3870         (gl_object_editor_prepare_text_page),
3871         (gl_object_editor_set_text_line_spacing),
3872         (gl_object_editor_get_text_line_spacing):
3873         * src/object-editor.glade:
3874         * src/object-editor.h:
3875         * src/prefs-dialog.c: (construct_object_page),
3876         (update_object_page_from_prefs), (update_prefs_from_object_page):
3877         * src/prefs-dialog.glade:
3878         * src/prefs-model.c: (gl_prefs_model_save_settings),
3879         (gl_prefs_model_load_settings), (get_float):
3880         * src/prefs-model.h:
3881         * src/print.c: (draw_text_object):
3882         * src/ui-sidebar.c:
3883         * src/view-text.c: (update_object_from_editor_cb),
3884         (update_editor_from_object_cb),
3885         (gl_view_text_create_event_handler), (draw_hacktext):
3886         * src/view.c: (gl_view_construct),
3887         (gl_view_set_selection_text_line_spacing),
3888         (gl_view_set_default_text_line_spacing),
3889         (gl_view_get_default_text_line_spacing):
3890         * src/view.h:
3891         * src/xml-label.c: (xml_parse_toplevel_span),
3892         (xml_create_toplevel_span):
3893
3894 2003-12-30  Jim Evins  <evins@snaught.com>
3895
3896         * src/template-designer.c:
3897         * src/template-designer.h:
3898         * src/template-designer.glade:
3899                 New template designer assistant.
3900         
3901         * po/POTFILES.in:
3902         * src/Makefile.am:
3903                 Added entries for src/template-designer.* files.
3904         
3905         * pixmaps/ex-1layout.png
3906         * pixmaps/ex-2layouts.png
3907         * pixmaps/Makefile.am:
3908                 Added the new image files ex-*.png used as illustrations in the
3909                 template designer assistant.
3910         
3911         * src/print-dialog.h:
3912         * src/print-dialog.c: (gl_print_dialog_finalize),
3913         (gl_print_dialog_new), (gl_print_dialog_construct),
3914         (gl_print_dialog_force_outline_flag):
3915                 Changed first argument of gl_print_dialog_new() from glView to glLabel,
3916                 to support printing from the template designer assistant which does not
3917                 have a full-fledged view.  Nothing else from the view object was being
3918                 used by the dialog anyway.
3919
3920                 Added the gl_print_dialog_force_outline_flag() method, for better
3921                 integration with the template designer assistant.
3922                 
3923
3924         * src/commands.h:
3925         * src/commands.c: (gl_cmd_file_template_designer),
3926         (gl_cmd_file_print):
3927                 Modified print command to provide label instead of view to dialog.
3928                 Added the gl_cmd_file_template_designer() command to invoke the
3929                 template designer assistant.
3930         
3931         * src/ui.c:
3932         * src/glabels-ui.xml:
3933                 Added support for template designer assistant.
3934         
3935         * src/wdgt-mini-preview.h:
3936         * src/wdgt-mini-preview.c: (gl_wdgt_mini_preview_set_template),
3937         (gl_wdgt_mini_preview_set_bg_color):
3938                 Preview is now centered in canvas.  Added
3939                 gl_wdgt_mini_preview_set_bg_color() to allow the template designer
3940                 assistant to match the background color with its own.
3941         
3942         * src/print.c: (clip_to_outline):
3943                 Fixed really stupid bug when adding waste to clip region of rectangular
3944                 labels/cards.  Each side of the clip region needs to be extended by
3945                 twice the waste margin, as well as negatively offset by the waste
3946                 margin.
3947
3948 2003-12-28  Jim Evins  <evins@snaught.com>
3949
3950         * src/prefs-dialog.c: (update_object_page_from_prefs):
3951                 Block intermediary function align_toggle_cb() instead of
3952                 update_prefs_from_object_page() for the three alignment
3953                 widgets.
3954
3955 2003-12-28  Wayne Schuller  <k_wayne@linuxpower.org>
3956
3957         * src/file.c: (gl_file_new), (gl_file_properties):
3958                 Swap button order and set default for higificatory pleasure.
3959
3960 2003-12-27  Jim Evins  <evins@snaught.com>
3961
3962         * barcode-0.98/Makefile.am:
3963                 One last time:  removed doc/Makefile and po/Makefile.in.in from
3964                 EXTRA_DIST files.
3965         
3966 2003-12-27  Jim Evins  <evins@snaught.com>
3967
3968         * barcode-0.98/Makefile.am:
3969                 Removed config.stat entry from EXTRA_DIST files.
3970         
3971         * barcode-0.98/Makefile.in:
3972                 Removed.
3973
3974 2003-12-27  Jim Evins  <evins@snaught.com>
3975
3976         * configure.in:
3977                 Updated to work with latest gnome-common package from CVS.
3978                 Removed recursive configuration of barcode-0.98.
3979
3980         * acconfig.h:
3981         * macros/*:
3982                 Removed.
3983         
3984         * Makefile.am:
3985                 Added barcode-0.98/ as a SUBDIR, and removed dist-hook.
3986         
3987         * barcode-0.98/Makefile.in:
3988         * barcode-0.98/configure.in:
3989         * barcode-0.98/Makefile.am:
3990         * barcode-0.98/README.glabels:
3991                 Modified to ignore the barcode package's build system, and build
3992                 as a part of glabels.
3993                 Renamed Makefile.in to Makefile.in.dist.
3994                 Renamed configure.in to configure.in.dist.
3995                 Added barcode-0.98/Makefile.am and barcode-0.98/README.glabels.
3996         
3997         * src/Makefile.am:
3998         * src/mygal/Makefile.am:
3999         * src/recent-files/Makefile.am:
4000                 In order to build against the GNOME 2.5 platform, 
4001                 all use of *_DISABLE_DEPRECATED compile-time flags has been removed.
4002         
4003         * src/mygal/Makefile.am:
4004         * src/mygal/mygal-combo-box.c:
4005         * src/mygal/mygal-combo-box.h:
4006         * src/mygal/widget-color-combo.c:
4007         * src/mygal/widget-color-combo.h:
4008         * po/POTFILES.in:
4009                 In order to build against the GNOME 2.5 platform, 
4010                 Renamed gtk_combo_box widget to mygal_combo_box, to prevent namespace
4011                 collisions with the real gtk_combo_box widget, now a part of gtk.
4012         
4013 2003-12-26  Jim Evins  <evins@snaught.com>
4014
4015         * src/paper.c:
4016         * src/template.c:
4017         * src/util.c:
4018         * src/util.h:
4019                 Moved local versions of get_home_data_dir() in paper.c and
4020                 template.c to util package.  Cleaned up formatting in
4021                 util.[ch].
4022
4023         * src/template.c:
4024                 In gl_template_register() save a copy of the template in
4025                 ~/.glabels if the template is not known.  Still need to
4026                 handle duplicate filename case and duplicate name but
4027                 different template case.
4028         
4029         * src/xml-label.c:
4030         * src/xml.h:
4031                 Moved local definition of NAME_SPACE macro from xml-label.c
4032                 to xml.h.
4033         
4034         * src/xml-template.c:
4035         * src/xml-template.h:
4036                 Added function gl_xml_template_write_template_to_file(), used
4037                 in gl_template_register().