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