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