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