Fri Nov 30 15:35:39 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Added AM_GLIB_GNU_GETTEXT and
setting of GETTEXT_PACKAGE.
* Makefile.am: Change from xml-i18n-extract (etc.)
to intltool-extract (etc.)
2001-11-29 Miles Lane <miles@megapathdsl.net>
* configure.in: Removed intl/Makefile from AC_OUTPUT
since there is no intl subdirectory in the repository.:
2001-10-27 Bradford Hovinen <hovinen@ximian.com>
* configure.in: Bump version to 1.99.0
2001-10-26 Bradford Hovinen <hovinen@ximian.com>
* Makefile.am: Remove intl from SUBDIRS
* */Makefile.am: s/XML_I18N_MERGE/INTLTOOL/g
* capplets/Makefile.am: Remove screensaver from
always_built_SUBDIRS and add $(SCREENSAVER) to SUBDIRS
* capplets/{background|keyboard|mouse|sound}/Makefile.am:
Fix so that automake does not choke on these files
* README: Updated to reflect current status porting to GNOME 2
* configure.in: Cleanup for GNOME 2 port
Allow disabling of screensaver capplet compile if xscreensaver
is not found
(AC_OUTPUT): Removed dnl capplets/rollback/Makefile as it caused
some difficulties
2001-10-26 Bradford Hovinen <hovinen@ximian.com>
* configure.in: Cleanup for GNOME 2 port
Allow disabling of screensaver capplet compile if xscreensaver
is not found
(AC_OUTPUT): Removed dnl capplets/rollback/Makefile as it caused
some difficulties
2001-10-11 Israel Escalante <israel@ximian.com>
* configure.in (gnome_cv_use_gnome): Bump requirement for
gtkhtml >=0.15.0 and version to 1.5.9. Committed patch
from peter@ximian.com to fix some build issues.
2001-08-29 Bradford Hovinen <hovinen@ximian.com>
* RELEASE : 1.5.7
* archive.c (foreach_build_list_cb): Don't unref the location if
it is deleted
(load_all_locations): Check if the location is marked deleted and
throw it away if so
* location.c (location_new): Don't unref parent location
2001-08-09 Richard Hestilow <hestilow@ximian.com>
* Makeflie.am (EXTRA_DIST): Install all pixmaps.
(pixmaps_DATA): Add blank-screen.png.
* pref-file.c: Replace "programs" value with a regenerated
string.
(print_aligned_row): Added.
(print_list_to_str): Added.
* preferences.h (Screensaver): Add new fields "filename",
"compat_command_line", "fakepreview", and "fakes",
to deal with the new xml storage.
(Preferences): Add new fields "savers_hash" and "invalidsavers".
* preferences.c (screensaver_list_prepend_dir): Added.
(screensaver_cmp_func): Added.
(screensaver_list_load): Added.
(preferences_new): Initialize savers_hash.
(clean_saver_list): Added.
(preferences_load): Load screensavers from xml.
(parse_arg_default): Added.
(screensaver_read_xml): Updated for the new format.
(screensaver_new_from_file): Added.
* prefs-widget.c (double_click_cb): Added.
(): Remove right click menu, add double click handler.
(model_is_cell_editable): Fix for etable bug.
(random_timeout_cb): Avoid vidwhacker and webcollage.
* preview.c: Optionally show fakepreview if set, and
deal with compat_command_line, and refresh pixbufs.
(command_exists): Renamed to rc_command_exists.
* rc-parse.c: (parse_screensaver_list): Merely update
the existing entries, via the provided hash.
* screensaver-prefs-dialog.c (get_argument_data): Just
find the xml file using ::filename.
* screensavers/magic.pl.in: Added.
* screensavers/Makefile.am: Generate .xml.h files for translators,
and install all .xml files and .png files, and run magic.pl on
make install.
2001-07-26 Bradford Hovinen <hovinen@ximian.com>
* configure.in (AC_ARG_ENABLE): Fix problem where meaning of
--enable-bonobo-conf was the opposite of what it should have been
2001-07-25 Chema Celorio <chema@celorio.com>
* configure.in (BONOBO_CHECK): remove the --enable-bonobo-conf and replace with
--disable-bonobo-conf. The default is now with bonobo-conf
2001-07-25 Chema Celorio <chema@celorio.com>
* configure.in (GNOMECC_CAPPLETS_OAF_FILE_IN_RULE): scape correctly the
OAF_FILE_IN_RULE, it was not escaped before but for some reason it didn't
generated and error
* capplets/Makefile.am (SUBDIRS): we need to build LIBCOMMON_DIR
before the capplets cause the capplets link with ../common/libcommon.a
2001-07-24 Chema Celorio <chema@celorio.com>
* configure.in (dnl): add a new sed line that adds the full path to the Exec line
in the .desktop files. It is commented out for now cause gnoemcc is not apreciating
full paths.