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