source: trunk/third/gtk-engines/ChangeLog @ 18286

Revision 18286, 6.6 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18285, which included commits to RCS files with non-trunk default branches.
Line 
1Sun Apr 21 09:52:54 2002  Owen Taylor  <otaylor@redhat.com>
2
3        * configure.in: Version 1.9.0
4
5Sat Jan 19 20:42:11 2002  Owen Taylor  <otaylor@redhat.com>
6
7        * raleigh/**: Remove engine, it's now the GTK+ default.
8
9        * pixmap/**: Remove engine, replaced by pixbuf
10
11        * pixbuf/**: Replacement for pixmap-engine, compatible
12        RC file format, sane code.
13
14        * metal,notif,redmond95/Theme/gtk{-2.0}: Rename theme
15        directories to gtk-2.0.
16
17        * Makefile.am (SUBDIRS): Remove pixmap and raleigh,
18        temporarily remove
19
20        * ltmain.sh ltconfig acinclude.m4: Remove from CVS
21
22        * configure.in: Update for GTK+-2.0 and pkg-config.
23
24Thu Mar 15 02:07:25 2001  Owen Taylor  <otaylor@redhat.com>
25
26        * configure.in (cflags_set): Release 0.12
27
28        * configure.in: Suppress the default action when
29        checking for gtk_style_set_prop_experimental
30        to avoid messing up $LIBS. (#51989)
31
32        * configure.in: Add -Wall for GCC.
33
34        * raleigh/raleigh_theme_{draw,main}.c: Couple of
35        trivial warning cleanups.
36
37Thu Feb 15 23:32:27 2001  Owen Taylor  <otaylor@redhat.com>
38
39        * configure.in (cflags_set): Release 0.11.
40
41Mon Feb 12 17:43:57 2001  Owen Taylor  <otaylor@redhat.com>
42
43        * Makefile.am raleigh/*: Import of new theme that using GTK+-1.2.9
44        features to look better.
45
46Wed Jan 17 13:40:08 2001  Owen Taylor  <otaylor@redhat.com>
47
48        * {notif,redmond95}/Theme/gtk/gtkrc: Remove references to
49        /home/raster. (RH bugzilla #20444)
50
512000-02-13  Tor Lillqvist  <tml@iki.fi>
52
53        * makefile.cygwin: New file, for building with gcc on Windows
54        without auto* and libtool.
55        * makefile.msc: New file, for building with MSVC.
56
57        * README.win32: New file.
58
59        * Makefile.am (EXTRA_DIST): Distribute the new files.
60
61Thu Feb  3 15:05:57 PST 2000 Manish Singh <yosh@gimp.org>
62
63        * acinclude.m4
64        * config.guess
65        * config.sub
66        * ltconfig
67        * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
68
69Tue Jan 25 10:58:11 2000  Owen Taylor  <otaylor@redhat.com>
70
71        * configure.in: Up version, make a 0.10 release including
72        workaround hack for pixmap eventbox backgrounds.
73
741999-05-30  James Henstridge  <james@daa.com.au>
75
76        * configure.in, */Makefile.am: make the theme engines link against
77        gtk.
78
79Sat May  1 12:11:33 PDT 1999 Manish Singh <yosh@gimp.org>
80
81        * acinclude.m4
82        * config.guess
83        * config.sub
84        * ltconfig
85        * ltmain.sh: libtool 1.3
86
87Mon Mar 29 21:13:13 PST 1999 Manish Singh <yosh@gimp.org>
88
89        * acinclude.m4
90        * config.guess
91        * config.sub
92        * ltconfig
93        * ltmain.sh: libtool 1.2f
94
95Fri Feb 26 20:38:53 1999  Owen Taylor  <otaylor@redhat.com>
96
97        * configure.in: Up version number to 0.5
98
99Thu Feb 11 23:09:55 1999  Owen Taylor  <otaylor@redhat.com>
100
101        * configure.in (cflags_set): Up version number to 0.4.
102
103        * **/Makefile.am: Removed all references to
104         makemakefile.sh
105
106Tue Feb  2 05:16:12 PST 1999 Manish Singh <yosh@gimp.org>
107
108        * acinclude.m4
109        * config.guess
110        * config.sub
111        * ltconfig
112        * ltmain.sh: use CVS libtool 1.2e. Tell me what breaks.
113
114        * pixmap/Makefile.am
115        * metal/Makefile.am
116        * notif/Makefile.am
117        * redmond95/Makefile.am: use -module and -avoid-version flags
118
119        * configure.in: minor clean ups
120
121Wed Jan 27 21:14:54 PST 1999 Manish Singh <yosh@gimp.org>
122
123        * acinclude.m4: new file, to go with libtool
124
125        * ltmain.sh
126        * ltconfig: better file magic regexp for Linux libs
127
128Mon Jan 18 14:08:14 1999  Owen Taylor  <otaylor@redhat.com>
129
130        * README:  Wrote one
131        * AUTHORS: Added Randy Gordon
132
133        * gtk-engines.spec: Up version number
134
135Mon Jan 18 13:46:41 1999  Owen Taylor  <otaylor@redhat.com>
136
137        * configure.in: Up version for an 0.2 release.
138
139Mon Jan 18 11:25:25 1999  Owen Taylor  <otaylor@redhat.com>
140
141        * configure.in: Remove -lgdk, -lgtk, and -lglib from GDK_IMLIB_LIBS.
142
143        * redmond95/Makefile.am notif/Makefile.am metal/Makefile.am
144          pixmap/Makefile.am: Don't link to GTK_LIBS, since we
145          want to use the main programs copy of GTK+.
146
147        * */*_theme_main.c: Add a gtk_module_check_init() function to
148          check if we are compatible with the version of GTK+ of the
149          main executable. Removed some debugging printf's.
150       
151Wed Jan 13 16:30:45 PST 1999 Manish Singh <yosh@gimp.org>
152
153        * ltconfig
154        * ltmain.sh: House! Techno! Libtool! (do the 1.2d dance baby)
155
156Sun Jan  3 14:13:28 PST 1999 Manish Singh <yosh@gimp.org>
157
158        * configure.in: don't try to build static libs by default, it
159        doesn't make much sense
160
161        * redmond95/Makefile.am
162        * notif/Makefile.am
163        * metal/Makefile.am: don't link to $GDK_IMLIB_LIBS
164
165Wed Dec 16 12:52:55 EST 1998 The Rasterman <raster@redhat.com>
166        * removed win95 and Motif themes - replace with Notif and Redmond95
167          - otherwise the same.
168
1691998-11-07  Raja R Harinath  <harinath@cs.umn.edu>
170
171        * configure.in: Unify all subdir `configure.in's here.
172
173Mon Oct 19 12:11:28 1998  Owen Taylor  <otaylor@redhat.com>
174
175        * Add in ltconfig and ltmain.sh with correct shldeps
176        patches.
177
1781998-10-17    <jrb@aware-of-vacuity.labs.redhat.com>
179
180        * (theme)/configure.in: changed AC_INIT field.
181
182Sat Oct 17 00:35:10 1998  Owen Taylor  <otaylor@redhat.com>
183
184        * */*.[ch]: Removed unused code for handling
185        RC data, made functions static to reduce damage from g_module's
186        RTLD_GLOBAL. Removed theme_set_background functions
187        which were just cut 'n paste code from GTK+.
188
189        * */*.h: Removed unused, obsolete header files.
190       
191Tue Sep  1 00:12:12 CDT 1998  Frank Belew <frb@umr.edu>
192
193        * Makefile.am: added support for new imlib.m4
194        * configure.in: added support for new imlib.m4
195
196Fri Aug 21 19:08:25 1998  Owen Taylor  <otaylor@redhat.com>
197
198        * Makefile.am: Added support for metal theme.
199          Install/distribute gtkrc's for each theme.
200
201Thu Aug 20 18:25:07 EDT 1998 The Rasterman <raster@redhat.com>
202       
203        * added metal theme, fixed pixmap theme now to use pixmap path -
204          and removed lots of annoying print's, added gtkr's for each
205          theme data.. now all your rc needs to do is include these rc's.
206
207Mon Aug 17 20:32:53 1998  Owen Taylor  <otaylor@redhat.com>
208
209        * Makefile.am, pixmap/Makefile.am: Switch back to using automake,
210          fix things up to make dist properly.
211
212        * pixmap_theme.h: Rationalized.
213        * win95_theme.h motif_theme.h: Removed
214
215        * Started ChangeLog.
216
217Thu Jul 30 14:51:34 EDT 1998 The Rasterman <raster@redhat.com>
218       
219        * Moved all the themes to install cleanly the engine *.so's in
220          $(exec_prefix)/lib/gtk/themes/engines/ .
221          All the data for themes is now installed in
222          $(exec_prefix)/share/gtk/themes/theme_name/
223          All things build using GNU configure and autoconf and libtool now.
224          I have created a win95, motif and pixmap theme setup - i have to
225          work on the motif and win95 ones - pixmap theme also need work -
226          it partially parses a gtkrc for itself. This is goign to be a good
227          sample base to work from if you wish to write your own theme engines.
228                         
229
230Thu Jul 30 19:10:42 EDT 1998 The Rasterman <raster@redhat.com>
231
232        * Fixed the win95/motif drawing functions to NOT clobber the original
233          GTK bg pixmap style stuff.... :)
234                         
Note: See TracBrowser for help on using the repository browser.