]> git.sur5r.net Git - glabels/blob - glabels2/ChangeLog
2003-12-28 Jim Evins <evins@snaught.com>
[glabels] / glabels2 / ChangeLog
1 2003-12-28  Jim Evins  <evins@snaught.com>
2
3         * src/prefs-dialog.c: (update_object_page_from_prefs):
4                 Block intermediary function align_toggle_cb() instead of
5                 update_prefs_from_object_page() for the three alignment
6                 widgets.
7
8 2003-12-28  Wayne Schuller  <k_wayne@linuxpower.org>
9
10         * src/file.c: (gl_file_new), (gl_file_properties):
11                 Swap button order and set default for higificatory pleasure.
12
13 2003-12-27  Jim Evins  <evins@snaught.com>
14
15         * barcode-0.98/Makefile.am:
16                 One last time:  removed doc/Makefile and po/Makefile.in.in from
17                 EXTRA_DIST files.
18         
19 2003-12-27  Jim Evins  <evins@snaught.com>
20
21         * barcode-0.98/Makefile.am:
22                 Removed config.stat entry from EXTRA_DIST files.
23         
24         * barcode-0.98/Makefile.in:
25                 Removed.
26
27 2003-12-27  Jim Evins  <evins@snaught.com>
28
29         * configure.in:
30                 Updated to work with latest gnome-common package from CVS.
31                 Removed recursive configuration of barcode-0.98.
32
33         * acconfig.h:
34         * macros/*:
35                 Removed.
36         
37         * Makefile.am:
38                 Added barcode-0.98/ as a SUBDIR, and removed dist-hook.
39         
40         * barcode-0.98/Makefile.in:
41         * barcode-0.98/configure.in:
42         * barcode-0.98/Makefile.am:
43         * barcode-0.98/README.glabels:
44                 Modified to ignore the barcode package's build system, and build
45                 as a part of glabels.
46                 Renamed Makefile.in to Makefile.in.dist.
47                 Renamed configure.in to configure.in.dist.
48                 Added barcode-0.98/Makefile.am and barcode-0.98/README.glabels.
49         
50         * src/Makefile.am:
51         * src/mygal/Makefile.am:
52         * src/recent-files/Makefile.am:
53                 In order to build against the GNOME 2.5 platform, 
54                 all use of *_DISABLE_DEPRECATED compile-time flags has been removed.
55         
56         * src/mygal/Makefile.am:
57         * src/mygal/mygal-combo-box.c:
58         * src/mygal/mygal-combo-box.h:
59         * src/mygal/widget-color-combo.c:
60         * src/mygal/widget-color-combo.h:
61         * po/POTFILES.in:
62                 In order to build against the GNOME 2.5 platform, 
63                 Renamed gtk_combo_box widget to mygal_combo_box, to prevent namespace
64                 collisions with the real gtk_combo_box widget, now a part of gtk.
65         
66 2003-12-26  Jim Evins  <evins@snaught.com>
67
68         * src/paper.c:
69         * src/template.c:
70         * src/util.c:
71         * src/util.h:
72                 Moved local versions of get_home_data_dir() in paper.c and
73                 template.c to util package.  Cleaned up formatting in
74                 util.[ch].
75
76         * src/template.c:
77                 In gl_template_register() save a copy of the template in
78                 ~/.glabels if the template is not known.  Still need to
79                 handle duplicate filename case and duplicate name but
80                 different template case.
81         
82         * src/xml-label.c:
83         * src/xml.h:
84                 Moved local definition of NAME_SPACE macro from xml-label.c
85                 to xml.h.
86         
87         * src/xml-template.c:
88         * src/xml-template.h:
89                 Added function gl_xml_template_write_template_to_file(), used
90                 in gl_template_register().
91
92