* capplets/screensaver-properties/screensaver-properties-capplet.c: Use
gtk_scrolled_window_add_with_viewport instead of gtk_container_add
(gtk changes).
* capplets/theme-switcher/main.c (confdefs.h): `confdefs.h isn't a
nice name for a header file. Since no other file uses it, just
remove it.
(THEME_SWITCHER_VERSION): New define. Is what `VERSION' was used
for.
(main): Use new name for `VERSION'.
* capplets/theme-switcher/confdefs.h: Delete.
* capplets/theme-switcher/config.h: Delete.
Fri Nov 6 17:15:00 1998 Owen Taylor <otaylor@redhat.com>
* capplets/theme-switcher/main.c: include confdefs.h
to get VERSION.
* capplets/theme-switcher/demo.c (demo_main): Put the
CList in a scrolled window.
* Makefile.am: Build theme-switcher-capplet by default,
now that themes are in GTK+ head.
* configure.in: Update ORBit checks to use new
gnome-orbit-checks.m4. acconfig.h: Add HAVE_ORBIT.
panel/
* Makefile.am: Update IDL compiler rule to depend on ORBIT_IDL.
n.b. Be sure to update macros and re autogen to get ORBIT_IDL defined.
Sun Oct 18 19:18:21 1998 Owen Taylor <otaylor@gtk.org>
* background-properties/property-background.c: Use
the new DND API.
Sun Oct 18 19:15:05 1998 Owen Taylor <otaylor@gtk.org>
* gnome-terminal/gnome-terminal.c: Use the new DND API.
Sun Oct 18 19:19:04 1998 Owen Taylor <otaylor@gtk.org>
* help-browser/window.c: Use the new DND API.
Sun Oct 18 19:19:25 1998 Owen Taylor <otaylor@gtk.org>
* panel/panel.c: Use the new DND API.
Thu Sep 17 14:20:05 1998 John Ellis <johne@bellatlantic.net>
* configure.in, Makefile.am: Removed conditional build of gmenu since
gtk+-1.1 is now a requirement.
Fri Sep 04 00:07:08 1998 George Lebl <jirka@5z.com>
* configure.in,Makefile.am,po/POTFILES.in: removed support for
mico and related sources
Fri Sep 04 00:08:28 1998 George Lebl <jirka@5z.com>
* mico-*.(h|cc),applet-lib.cc: removed
* orbit-glue.h: replaces mico-glue.h
* Makefile.am: removed support for mico
I hope I got all the automake stuff right ... but anyway .. mico support
is out (it didn't really compile too well lately anyway, and it had bugs
that had been fixed in the orbit files ... etc ... it wasn't worth
maintaining) ... now it's much nicer ... and no more C++
-George
Wed Sep 02 23:18:00 1998 George Lebl <jirka@5z.com>
* pixmaps/Makefile.am: install tiles into a separate directory,
we will want to browse this with an icon browser and we only
want tiles to show u
1998-08-23 Martin Baulig <martin@home-of-linux.org>
* configure.in (GNOME_FILEUTILS_CHECKS): Removed. This check
is no longer necessary since we now use libgtop for the
mountlist and fsusage stuff in the diskusage applet.
* acconfig.h: Removed mountlist stuff.
1998-08-19 Martin Baulig <martin@home-of-linux.org>
* Makefile.am: Using $(always_built_SUBDIRS),
$(sometimes_built_SUBDIRS) and correct $(DIST_SUBDIRS).
1998-08-02 Raja R Harinath <harinath@cs.umn.edu>
* configure.in (PROGRAM_GMENU):
Use AM_CONDITIONAL rather than AC_SUBST.
(PROGRAMS_PANEL_{CDPLAYER,MIXER,MODEMLIGHTS}): Likewise.
(AC_OUTPUT): Remove `applets/netwatch/Makefile'.
* Makefile.am (gmenu): New var.
(SUBDIRS): Use $(gmenu) instead of @PROGRAM_GMENU@.
applets/:
1998-08-02 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (cdplayer,mixer,modemlights): New variables.
(SUBDIRS): Use them, instead of @PROGRAMS_PANEL_*@.
po/:
1998-08-02 Raja R Harinath <harinath@cs.umn.edu>
* POTFILES.in: Remove `applets/winlist/winlist.c'.
`make distcheck' nits.
* core-docs/Makefile.am (install-data-local): Use INSTALL_DATA in
a for loop, don't install all at once.
(GNOME_INTRO_HTML_FILES): Remove $(srcdir) from names of files.
(GNOME_INTRO_PICTURES): Likewise.
(INTRO_EXTRA_DIST): Likewise.
(GNOME_INTRO_GIFS): Likewise.
(EXTRA_DIST): Likewise.
Now `make dist' friendly. Also, `make install' works for srcdir!=builddir.
1998-07-28 Mark Galassi <rosalia@cygnus.com>
* core-docs/gnome-intro/*.html: regenerated the HTML using the
latest DocBook tools; some filenames have changed, and
Sun Jul 19 03:31:08 1998 John Ellis <johne@bellatlantic.net>
* configure.in: variable PROGRAM_GMENU with a check for
gtk/gtkctree.h which is in the devel GTK.
* Makefile.am: added above variable in the subdirs section, now
gmenu is built/installed by default if the devel GTK is found.