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