2001-12-11 Israel Escalante * Release 1.5.11. 2001-11-29 Richard Hestilow * configure.in: Make an additional call to orbit-config, because if a user has upgraded to the new parallel-installable orbit, but not rebuilt gnome-libs, gnorba will not use the right cflags. 2001-11-28 Richard Hestilow * libcapplet.pc.in (Cflags): Change to ${includedir}/libcapplet-1.4. * configure.in (LIBCAPPLET_CONF_INCLUDEDIR): Change to ${includedir}/libcapplet-1.4. * libcapplet/Makefile.am (libcappletincludedir): Change to $(includedir)/libcapplet-1.4. 2001-11-25 Bradford Hovinen * libcapplet/capplet-widget.h (struct _CappletWidget): Rearranged entries so as to maintain backward compatibility 2001-11-12 Arturo Espinosa Aldama * libcapplet/Makefile.am (INCLUDES): Use @LIBCAPPLET_CFLAGS@ instead of $(LIBCAPPLET_CFLAGS) 2001-09-29 Fatih Demir * configure.in: Added "ta" to the languages list. 2001-09-28 Israel Escalante * configure.in: Bump version 1.5.8 2001-08-31 Abel Cheung * configure.in (ALL_LINGUAS): zh_TW.Big5 -> zh_TW 2001-08-10 Bradford Hovinen * RELEASE : 1.5.5 2001-07-30 Bradford Hovinen * RELEASE : 1.5.4 2001-07-29 Abel Cheung * configure.in: Re-enable zh_TW.Big5 in ALL_LINGUAS 2001-07-27 Bradford Hovinen * RELEASE : 1.5.2 2001-07-26 Chema Celorio * libcapplet.pc (Cflags): Cflags is -I/{includedir} (removed the /libcapplet part) that is where we are installing the header. 2001-07-26 Chema Celorio * configure.in : redid all the replacing in the cappletConf.sh file replacement. Created the variables in configure.in, changed cappletConf.sh.in and Makefile.am to the new replacement. We where not including the -I path for hte libcapplet header 2001-07-23 Richard Hestilow * libcapplet/capplet-widget.c (capplet_widget_changes_are_immediate): Add a nasty hack to recreate the dialog with different buttons if this function is called. This is actually better than what the old libcapplet did, which was to simply ghost all other buttons besides Ok. 2001-07-20 Chema Celorio * RELEASE : 1.5.0 2001-07-19 Chema Celorio * configure.in (LIBCAPPLET_CONF_LIBDIR): define LIBCAPPLET_CONF_LIBDIR * Makefile.am (cappletConf.sh): fix cappletConf.sh 2001-07-19 Richard Hestilow * libcapplet/capplet-widget.c (capplet_widget_find_desktop_in_dir): Prepend correct directory path. * configure.in: Revert library version to reflect how binary compatible we are. 2001-07-19 Bradford Hovinen * configure.in: Bump to version 1.5.0 2001-07-18 Kjartan Maraas * configure.in: Added "nn" to ALL_LINGUAS. 2001-07-13 Richard Hestilow * libcapplet/capplet-widget.c (capplet_widget_init): Set the title based on the .desktop file, if we find one. * libcapplet/Makefile.am: Define CAPPLET_DIR. 2001-07-12 Richard Hestilow * libcapplet/capplet-widget.[ch]: Added function "capplet_widget_changes_are_immediate" for compatibility. 2001-07-12 Chema Celorio * configure.in: bump the version * Makefile.am (cappletConf.sh): add the replacing for gnome-config * cappletConf.sh.in (MODULE_VERSION): add for gnome-config 2001-07-11 Richard Hestilow * libcapplet2.pc.in: Renamed to libcapplet.pc.in * configure.in: Create libcapplet.pc.in (sans 2). * Makefile.am: Install libcapplet.pc.in (sans 2). 2001-06-24 Richard Hestilow * configure.in: My last change somehow eluded commiting. 2001-06-21 Richard Hestilow * libcapplet/Makefile.am: Add versioning info to LDFLAGS. * configure.in: Add version variables, to bump .so number. 2001-06-21 Havoc Pennington * libcapplet/Makefile.am: blow away cappletConf.sh * libcapplet2.pc.in (prefix): .pc file * configure.in: .pc file * Makefile.am: add .pc file * configure.in (ALL_LINGUAS): disable zh_TW.Big5 because new gettext claims it has corrupt text 2001-05-05 Bradford Hovinen * libcapplet/Makefile.am (INCLUDES): Add LIBCAPPLET_CFLAGS * configure.in: Add check for Bonobo 2001-04-12 Bradford Hovinen * libcapplet/capplet-widget.c (capplet_get_location): Implement Add --location command line option 2001-01-25 Bradford Hovinen * libcapplet/capplet-widget.c (gnome_capplet_init): Support new option --get-default; add return type 2001-01-24 Jason Leach * libcapplet/Makefile.am (cappletConf.sh): add a sed command to replace @VERSION@ with the actual version so 'gnome-config --modversion capplet' returns the correct value. 2001-01-24 jacob berkman * libcapplet/capplet-widget.c (gnome_capplet_init): call gnome_CORBA_init() for backwards compat 2001-01-24 Bradford Hovinen * libcapplet/Makefile.am (cappletConf.sh): Fix typo * libcapplet/Makefile.am (cappletConf.sh): Added -I$(libdir) to GNOME_LIBDIR and -I$(includedir) to GNOME_INCLUDEDIR, so that the .sh file works when installing to a non-standard directory 2000-12-26 Jacob "Ulysses" Berkman * Makefile.am: * configure.in: * autogen.sh: make libcapplet to seperate module 2000-12-18 Bradford Hovinen * capplets/new-background-properties/applier.c (renderer_render_wallpaper): Change the meaning of brightness to mean opacity (tile_composite): Implement (render_gradient_p): Return TRUE if the opacity should be adjusted * capplets/new-background-properties/prefs-widget.c: Change instances of brightness to refer to opacity * capplets/new-background-properties/preferences.c: Ditto 2000-12-17 Bradford Hovinen * capplets/new-background-properties/applier.c (renderer_render_wallpaper): Add support for adjusting wallpaper brightness * capplets/new-background-properties/main.c (ok_cb): (cancel_cb): Disconnect ok, cancel handler signals before destroying preferences widget (setup_capplet_widget): Set signal handler ids for ok, cancel signals * capplets/new-background-properties/prefs-widget.c (prefs_widget_init): Connect signals for adjusting brightness (adjust_brightness_toggled_cb): (brightness_adjust_changed_cb): (set_brightness_controls_sensitive): Implement * capplets/new-background-properties/preferences.h (struct _Preferences): Add adjust_brightness, brightness_value * capplets/new-background-properties/preferences.c (preferences_load): (preferences_save): (preferences_read_xml): (preferences_write_xml): Support adjust_brightness, brightness_value * capplets/new-background-properties/prefs-widget.c (wallpaper_entry_changed_cb): Don't fail if prefs is NULL, just return * capplets/new-background-properties/main.c (ok_cb): (cancel_cb): Properly destroy the preferences widget * capplets/new-background-properties/prefs-widget.c (prefs_widget_destroy): Implement * capplets/new-background-properties/preferences.c (preferences_changed): Increased delay before autoapply (preferences_load): (preferences_save): Use string rather than bool for auto_apply * capplets/new-background-properties/prefs-widget.c (auto_apply_toggled_cb): Implement (read_preferences): (prefs_widget_init): Support auto_apply * capplets/new-background-properties/preferences.h (struct _Preferences): Add auto_apply * capplets/new-background-properties/preferences.c (preferences_write_xml): (preferences_read_xml): (preferences_load): (preferences_save): Support auto_apply * capplets/new-background-properties/applier.c (struct _Renderer): Added srcx, srcy to clip wallpaper when it is too big (get_geometry): Set srcx and srcy (renderer_render_to_screen): Tweak rendering geometry to stay within the wallpaper area on the drawable * capplets/new-background-properties/prefs-widget.c (wallpaper_entry_changed_cb): Make sure the file specified is actually a file * capplets/new-background-properties/main.c (do_set_xml): Default NULL for buffer * capplets/new-background-properties/applier.c (is_nautilus_running): Return if there is no Nautilus window property 2000-11-23 Stanislav Brabec * */*/*.desktop, */*/*.directory: Remove trailing dot in english strings containing menu name or tooltip (discussed in gnome-i18n list). Updated cs. 2000-10-21 Bradford Hovinen * capplets/new-background-properties/applier.c (set_root_pixmap): If the passed pixmap is None, delete the root pixmap properties and don't try to set the background on the root window (is_nautilus_running): Implement. Return TRUE iff Nautilus is running, FALSE otherwise (applier_apply_prefs): If Nautilus is running and we are rendering to the root pixmap, just remove the root pixmap window property (renderer_render_to_screen): Set root pixmap to None (i.e., destroy root pixmap) if we're rendering a solid background to the root window (is_nautilus_running): Fix only_if_exists parameters for XInternAtom 2000-10-16 Stanislav Brabec * capplets/new-screensaver-properties/screensavers/Makefile.am: Created noinst_DATA, to not fail in po. 2000-10-14 Bradford Hovinen Courtesy John B Tunison : * capplets/*/Makefile.am (INCLUDES): Put -I$(top_srcdir)/libcapplet before everything else 2000-10-11 Stanislav Brabec * */*/*.desktop: Remove trailing dot in english strings containing menu name or tooltip (discussed in gnome-i18n list). Updated cs. 2000-10-09 Christophe Merlet * capplets/*/*.desktop: Updated exec entry when necessary. Updated french strings. 2000-10-08 Bradford Hovinen * configure.in: Bumped version no to 1.3.1 * capplets/new-mouse-properties/Makefile.am (EXTRA_DIST): Remove erroneous ChangeLog entry * capplets/new-background-properties/Makefile.am (EXTRA_DIST): Add translation file * capplets/new-bell-properties/Makefile.am (EXTRA_DIST): ditto * capplets/new-mouse-properties/Makefile.am (EXTRA_DIST): ditto * capplets/new-ui-properties/Makefile.am (EXTRA_DIST): ditto * capplets/new-mouse-properties/preferences.c (preferences_apply_now): Apply change by Eric Dorland to use XGetPointerMapping * configure.in (CFLAGS): Update list of Makefiles * capplets/Makefile.am (always_built_SUBDIRS): Build new sound-properties-capplet rather than old one 2000-10-06 Bradford Hovinen * configure.in (AC_OUTPUT): Update list of Makefiles 2000-09-24 Bradford Hovinen * capplets/new-ui-properties/preferences.c (preferences_clone): Copy dialog_use_icons field * capplets/new-ui-properties/prefs-widget-dialogs.c: Use standard macro for dialog_icons * capplets/new-ui-properties/prefs-widget.h (struct _widget_desc_t): Remove field prefs_offset * capplets/new-ui-properties/preferences.c (preferences_get_dialog_icons): (preferences_set_dialog_icons): Implement * capplets/new-ui-properties/prefs-widget.c (read_preferences): (register_callbacks): (toggled_cb): (selected_cb): Remove support for direct struct offset manipulation * capplets/Makefile.am (always_built_SUBDIRS): Change ui-properties to new-ui-properties 2000-09-12 Bradford Hovinen * configure.in (CFLAGS): Set CFLAGS to -O2 -g -Wall by default 2000-09-10 Bradford Hovinen * libcapplet/capplet-widget.h (struct _CappletWidget): (struct _CappletWidgetClass): Add buffer to make sure class is binary compatible with older library * libcapplet/capplet-widget.c (capplet_widget_class_init): Attach capplet_widget_realize (renamed capplet_widget_show) to "show" method (capplet_widget_destroy): Accept a GtkObject (capplet_widget_show): Accept a GtkWidget (capplet_widget_destroy): (capplet_widget_state_changed): (capplet_widget_show): (ok_cb): (cancel_cb): (set_controls_sensitive): Add assertion checks on preconditions (capplet_widget_init): Removed unused variables Removed undo_cb, about_cb, id_list * capplets/new-background-properties/prefs-widget.c (read_preferences): Set gradient/wallpaper/background controls' sensitivity depending on whether they are enabled * capplets/new-background-properties/applier.c (renderer_render_to_screen): Fixed solid, no wallpaper case to work correctly with preview window; don't set root pixmap if neither wallpaper nor gradient enabled * all: Chnaged #include "config.h" to #ifdef HAVE_CONFIG_H ... * *.desktop, *.directory: Updated French translations * po/POTFILES.in: Added screensaver XML files Courtesy of Christophe Merlet 2000-08-23 Bradford Hovinen * capplets/wm-properties/Makefile.am (INCLUDES): (wm_properties_capplet_LDADD): Add XML cflags/libs * capplets/wm-properties/wm-properties-capplet.c (do_get_xml): (do_set_xml): Implement (main): Call do_{get|set}_xml() on --get and --set * capplets/wm-properties/wm-list.c (wm_read_from_xml): (wm_list_read_from_xml): (wm_write_to_xml): (wm_list_write_to_xml): Implement 2000-08-18 Bradford Hovinen * capplets/keyboard-properties/Makefile.am (INCLUDES): (keyboard_properties_LDADD): Add XML cflags/libs * capplets/keyboard-properties/keyboard-properties.c (keyboard_read_from_xml): (keyboard_write_to_xml): (do_get_xml): (do_set_xml): Implement (main): Invoke do_get_xml() and do_set_xml() on --get and --set * capplets/gnome-edit-properties/gnome-edit-properties.c (edit_read): Only do combo box stuff if no_gui flag is not set (edit_read): If no_gui flag set, search through possible_editors manually and set original_info.name that way * capplets/gnome-edit-properties/Makefile.am (INCLUDES): (gnome_edit_properties_capplet_LDADD): Add XML cflags/libs * capplets/gnome-edit-properties/gnome-edit-properties.c (edit_read_from_xml): (edit_write_to_xml): (do_get_xml): (do_set_xml): Implement (main): Call do_get_xml/do_set_xml when --get and --set passed * capplets/bell-properties/bell-properties.c (read_from_xml): Check if root node is correct before reading * capplets/bell-properties/Makefile.am (INCLUDES): (bell_properties_capplet_LDADD): Added XML cflags/libs * capplets/bell-properties/bell-properties.c (do_get_xml): (do_set_xml): Implement. (main): Call above functions on --get and --set (read_from_xml): (write_to_xml): Implement * configure.in: Check for putenv and setenv and set appropriate macros in config.h * capplets/background-properties/app-background.c (main): Call do_set_xml and do_get_xml when --get or --set detected * capplets/background-properties/property-background.c (background_read_from_xml): (background_write_to_xml): Implement. Read/write XML snapshot of the system's current state (get_color): Implement. Read a color represented as a string and fill in a GdkColor structure (do_get_xml): (do_set_xml): Implement. Do operations required for a --get and --set, respectively * capplets/background-properties/Makefile.am (INCLUDES): Add XML_CFLAGS (background_properties_capplet_LDADD): Add GNOME_XML_LIB Tue Aug 8 10:11:40 2000 Bradford Hovinen * capplets/keyboard-properties/keyboard-properties.c (keyboard_read): (keyboard_apply): Make sure XFree86 keyboard extension is present before using it to read and apply settings 2000-06-16 Karl Eichwalder * capplets/gnome-edit-properties/gnome-edit-properties.desktop: Improve `de'. 2000-06-12 Pauli Virtanen * finnish translation update: capplets/desktop-links/Documents.directory capplets/desktop-links/Session.directory capplets/desktop-links/UIOptions.directory capplets/gnome-edit-properties/gnome-edit-properties.desktop capplets/screensaver-properties/screensaver-desktops/screensaver-properties.desktop capplets/screensaver-properties/screensaver-properties.desktop capplets/session-properties/session-properties.desktop capplets/sound-properties/sound-properties.desktop capplets/ui-properties/dialogs.desktop capplets/ui-properties/mdi.desktop capplets/ui-properties/ui-properties.directory capplets/url-properties/url-properties.desktop capplets/wm-properties/wm-properties.desktop control-center/gnomecc.desktop 2000-04-15 Fatih Demir * configure.in : Added tr to ALL_LINGUAS . 2000-04-10 Fatih Demir * *.desktop : Added [tr] ... * capplets/desktop-links/*.directory : Added [tr] .. 2000-04-08 Pablo Saratxaga * *.desktop: added Lithuanian strings from Gediminas Paulauskas 2000-03-29 Pablo Saratxaga * configure.in (ALL_LINGUAS): Add Lithuanian (lt) 2000-03-27 Karl EICHWALDER * capplets/mime-type/mime-info.c: Add some more dots to messages. 2000-03-27 Karl EICHWALDER * configure.in (ALL_LINGUAS): Add ca, el, hr, and uk. Sort alphabetically. 2000-02-06 Iain Holmes * configure.in: Add check for Libglade. 2000-01-31 Yuan-Chung Cheng * /po/zh_CN.GB2312.po: Added po file from TLCDT * configure.in: Added zh_CN.GB2312 po entry 2000-01-13 Jonathan Blandford * configure.in: Massive changes to build system to permit gnome-2.0 compilation. From here on out, you need gnome-2.0 or greater installed. 2000-01-07 Mikael Djurfeldt * capplets/background-properties/property-background.c (fill_monitor): Corrected centering of image so that it works also for images larger than the root window. 1999-12-23 Matthias Warkus * capplets/desktop-links/Multimedia.directory: use right icon 1999-11-10 Jonathan Blandford * capplets/screensaver-properties/screensaver-desktops/Makefile.am: new desktop entries. 1999-10-24 Ruben Lopez * Added Galician language (gl.po) * Updated configure.in to support this language 1999-10-05 Jonathan Blandford * configure.in: 1.0.51 released. 1999-09-30 Jonathan Blandford * capplets/wm-properties/wm-properties-capplet.c (show_restart_info): forgot to I18N this. * capplets/bell-properties/bell-properties.c (bell_setup): removed some of the most bogus code I've seen in a while. 1999-09-29 Jonathan Blandford * capplets/wm-properties/wm-properties-capplet.c (show_restart_info): Give people the option to save right away. 1999-09-28 Jonathan Blandford * configure.in: 1.0.50 * capplets/wm-properties/wm-properties-capplet.c (select_row): now we set the sensitivity of the edit-button correctly. 1999-09-28 Kjartan Maraas * configure.in: Added "ro" to ALL_LINGUAS. 1999-09-24 Rodrigo Stulzer Lopes * configure.in: added Brazilian Portuguese (pt_BR) translations * *.desktop: added Brazilian Portuguese (pt_BR) translations 1999-09-21 Jacob Berkman * .cvsignore: ignore my_control_center_idl 1999-09-20 Jonathan Blandford * configure.in: 1.0.40 released... * capplets/screensaver-properties/callbacks.c (destroy_callback): remember to setenv () when we fork for the preview stage. 1999-09-20 Anders Carlsson * capplets/sound-properties/sound-properties.c: Removed "Category" column from CTree and added an icon to the "Play" button. 1999-09-20 Richard Hult * capplets/*/*.desktop: Updated Swedish desktop entries. 1999-09-17 Lauris Kaplinski * *.desktop Added Estonian tranlations. 1999-09-17 Jonathan Blandford * capplets/theme-switcher/gui.c (update_theme_entries): fix revert-bug where hitting cancel right away caused the font to change. 1999-09-09 Jonathan Blandford * capplets/screensaver-properties/parser.c (get_screensaver_widget): Missed a NULL at the end of a g_strconcat. I wonder how this worked before. Thanks to Morten Welinder for pointing this out. 1999-08-31 Iain Holmes * capplets/mime-type/mime-data.c: A change is now updated in the main clist. * capplets/mime-type/edit-window.c: Ability to edit the extensions for a mime-type. 1999-09-07 * capplets/mime-type/mime-type-capplet.c: Patch added from Iain Holmes to add the ability to edit mime-type extensions. 1999-09-03 Zbigniew Chyla * *.desktop: Added Polish translations. 1999-09-02 Elliot Lee * capplets/*/*.c, control-center/{callbacks.c,capplet-widget.c}: If help isn't found, display an error message. 1999-09-01 Elliot Lee * capplets/gnome-edit-properties/gnome-edit-properties.c: When reverting, store the executable name, not the viewed name. 1999-08-29 Karl Eichwalder * capplets/theme-switcher/gui.c (make_main): Add gettext marks again. 1999-08-29 Karl Eichwalder * capplets/mime-type/mime-data.c: Add some missing dots in mesage strings. 1999-08-28 Karl Eichwalder * capplets/theme-switcher/gui.c (make_main): Remove gettext marks. 1999-08-27 Elliot Lee * control-center/capplet-widget-libs.c: If we're in a nest of main loops (e.g. modal dialogs or something), do bad hacks to make sure capplets exit properly. /* This gross hack is here because just doing gtk_main_quit() won't exit a modal dialog that has popped up in a capplet, but at the same time just doing exit() won't let some capplets (e.g. wm-properties) do their preference saving in the post-gtk_main() part of main() -ECL */ Also cleanup the symbol names a little & make stuff static when possible. 1999-08-21 Pablo Saratxaga * applets/screensaver-properties/screensaver-desktops/*.desktop added catalan language descriptions from Ivan Vilata i Balaguer 1999-08-17 Jonathan Blandford * configure.in: 1.0.6 Released. 1999-08-16 Kjartan Maraas * *.desktop: The control-center now speaks Norwegian fluently. 1999-08-16 Jonathan Blandford * Patch from Chyla Zbigniew to gettextize everything. Sorry translators... 1999-08-13 Changwoo RYU * capplets/wm-properties/wm-desktops/*.desktop: Inserted Korean-translated strings. 1999-08-09 Changwoo Ryu * capplets/mime-type/edit-window.c (initialize_main_win_vals): For easier i18n, used g_strdup_printf() instead of g_strconcat(). 1999-08-04 * capplets/theme-switcher/demo.c (demo_main): move the new menubar. 1999-08-03 Elliot Lee * capplets/screensaver-properties/callbacks.c: Simplify the execution of the screensaver demo thingies, and add /usr/X11R6/lib/xscreensaver to the PATH just before exec so we catch the Red Hat Linux-installed ones. 1999-07-14 Jonathan Blandford * capplets/mime-type/edit-window.c (initialize_main_win_vals): Patch from Fabrice.Bellet@imag.fr for i18n and portability. 1999-06-22 * capplets/theme-switcher/lister.c (print_standard_stuff): made "~/" be gnome_util_user_home instead. 1999-06-16 * capplets/theme-switcher/demo.c (demo_main): patch from Akira Higuchi (a-higuti@math.sci.hokudai.ac.jp) to handle I18N in the preview window. 1999-06-15 Nuno Ferreira * */*.desktop: Added Portuguese translations. 1999-06-15 * capplets/screensaver-properties/parser.c (parse_key): make ANSI C Compliant. * capplets/background-properties/property-background.c (background_apply): ditto * capplets/background-properties/property-background.c (color_setup): don't add it twice. 1999-06-14 * capplets/wm-properties/wm-desktops/Makefile.am, capplets/wm-properties/wm-desktops/Scwm.desktop : added Scwm window manager (bug #811) 1999-06-14 * capplets/screensaver-properties/callbacks.c (revert_callback): fix problem with default screensaver locking the screen inappropriately. * capplets/screensaver-properties/screensaver-properties-capplet.c (main): ditto. 1999-06-08 *capplets/gnome-edit-properties/gnome-edit-properties.c (struct _EditorDescription): fix the fact that gnomecc thinks that the capplet has changed, even when it hasn't. capplets/screensaver-properties/screensaver-desktops/Forest.desktop (Flag): typo fix. 1999-06-03 James Henstridge * capplets/screensaver-properties/screensaver-properties-capplet.c: When setting the dpms settings for the X server, use gnome_config_get_int to retrieve the user setting rather than gnome_config_get_string. Before, it was adding together two pointers, multiplying the value by 60 and casting it as an int :) 1999-05-04 Tuomas Kuosmanen * capplets/bell-properties/bell-properties.desktop: Icon for keyboard bell menu.. * capplets/keyboard-properties/keyboard-properties.desktop: Icon for keyboard properties menu.. 1999-05-02 Tuomas Kuosmanen * capplets/wm-properties/wm-properties.desktop * capplets/theme-switcher/theme-selector.desktop * capplets/background-properties/background-properties.desktop * capplets/screensaver-properties/screensaver-properties.desktop: Added icons for the .desktop files (to show up in panel menus and desktop if dragged there) 1999-04-16 Matthias Warkus * capplets/desktop-links/*.directory: Updated German translations. 1999-04-14 * capplets/screensaver-properties/screensaver-properties-capplet.c (main): if "No Screensaver" selected, don't show it. 1999-04-14 Matthias Warkus * capplets/*/*.desktop: Completed [de] translations. 1999-04-13 Jonathan Blandford * capplets/mime-type/mime-data.c (write_mime_foreach): many many changes. Now you can really add a mime-type. 1999-04-12 Mark Crichton * capplets/mime-type/mime-type.desktop: Added missing (??) [fi] to Finnish name translation 1999-04-09 Jonathan Blandford * capplets/wm-properties/wm-properties-capplet.c (wm_setup): Prettified the capplet a little. 1999-04-10 Alex Roberts * capplets/screensaver-properties/screensaver-desktops/: Added Gl screensavers: Atlantis, Pipes, Bubble3d, Lament, Rubik, Moebius, Sproingies, Superquadratics, Gears, Morph3d, Cage, Stairs, GLPlanet. (These are the ones in the current xscreensaver-gl deb package) * capplets/screensaver-properties/callbacks.c: Commented out HAVE_REDHAT_XSCREENSAVER_RPM (i forget who told me about that, someone in #Gnome..) 1999-04-03 Ettore Perazzoli * capplets/wm-properties/wm-properties-capplet.c (restart_label_update): Made i18n-aware. (update_gui): Likewise. (restart_failure): Likewise. (create_dialog): Likewise. (check_dialog): Likewise. (edit_dialog): Likewise. (delete): Likewise. (main): Likewise. * capplets/screensaver-properties/callbacks.c (handle_list_change): Replace the `... settings' hack with a more i18n-friendly one. * capplets/background-properties/property-background.c (fill_monitor): Made i18n-aware. * capplets/e-conf/e-conf.c (main): Initialize i18n stuff. (add_kb): Gettextize action text. (update_current_kb): Likewise. (add_actions): Likewise. (__setup_pane_13): Gettextize titles. (e_create_icon_option): Gettextize tooltips. * capplets/wm-properties/wm-properties-capplet.c (create_dialog): Made i18n-aware. (check_dialog): Likewise. (edit_dialog): Likewise. (add_dialog): Likewise. (delete): Likewise. (wm_setup): Likewise. (main): Likewise. (restart_label_update): Likewise. (update_gui): Likewise. (restart_failure): Likewise. 1999-04-01 Jonathan Blandford * capplets/screensaver-properties/parser.c (set_color): Patch by Adrian Hosey to allow selecting color. Used by Maze.desktop now, and possibly more later. * capplets/background-properties/property-background.c (browse_wallpapers): added preview when browsing. * configure.in: upped the version to 1.0.5 * capplets/screensaver-properties/parser.c (init_screensaver_data): Fixes the Default setting problem. * capplets/screensaver-properties/callbacks.c (create_list): little bug that caused big problems. * capplets/screensaver-properties/screensaver-desktops/Makefile.am (ssdata_DATA): added new xscreensaver-3.08 screen hacks. 1999-03-31 Jonathan Blandford * capplets/screensaver-properties/callbacks.c (create_list): add try-exec like functionality to the screensaver list. This can be made more sophisticated in the future. * capplets/theme-switcher/gui.c,lister.c,da.h: Now you can set the font! 1999-03-27 Nuno Ferreira * capplets/screensaver-properties/parser.c (get_entry): free tem using free(), it's allocated with strdup. 1999-03-26 Jonathan Blandford * capplets/mime-type/mime-type-capplet.c (main): oops -- should be mime-type-capplet, not mouse-capplet. Thanks to Jacob Berkman for pointing this out 1999-03-22 Jonathan Blandford * capplets/theme-switcher/gui.c (click_entry): bug fix. Now we can try again after a revert. 1999-03-26 Jaka Mocnik * capplets/gnome-edit-properties/gnome-edit-properties.c (entry_changed) renamed to combo_changed. (edit_setup): connect combo_changed() to both entry's activate and list's selection_changed signals. (edit_read): g_strdup text from entry. otherwise it is changed as the entry changes. g_free() it at appropriate places. 1999-03-23 Martin Baulig * capplets/wm-properties/wm-list.c (wm_list_init): First look at `default.wm/Default/WM' before `$(datadir)/default.wm' for the default WM so the gnome-wm script can write the chosen WM there. 1999-03-22 Jonathan Blandford * capplets/screensaver-properties/: removed print statements. * configure.in: 1.0.4 packaged for dist. Sun Mar 21 01:33:55 CST 1999 Frank Belew * capplets/gnome-edit-properties/gnome-edit-properties.c: added Nedit to the list Tue Mar 16 17:54:04 1999 Timur Bakeyev * capplets/wm-properties/wm-list.c: Add missed #include 1999-03-15 Jonathan Blandford * capplets/mime-type/: No more warnings. * capplets/mime-type/mime-info.c (write_initial_keys): Now we explicitly remove then recreate the file, so that we can guarantee that the mime-type gets reread. 1999-03-14 Jonathan Blandford * capplets/screensaver-properties/callbacks.c (screensaver_load): We want to turn dpms off by default. * capplets/mime-type: Okay. I think this is useable. Putting it up for generic circulation. Fri Mar 12 12:06:18 1999 Owen Taylor * capplets/wm-properties/wm-exec.c (start_do): Decrease time for starting from 20 seconds to 10 seconds. * capplets/wm-properties/wm-properties-capplet.c (add_dialog): Track selected row properly on adds and deletes. * capplets/wm-properties/wm-properties-capplet.c: Fix bug where wm-properties capplet wouldn't exit upon succesful completion. Fri Mar 12 10:53:10 1999 Owen Taylor * capplets/theme-switcher/main.c (main): Wait for our child to exit before quitting. The prevents us from pulling the socket window out from under our child. * capplets/theme-switcher/demo.c (demo_main): Clean up some warnings about types in formats. * capplets/theme-switcher/demo.c (demo_main): Exit cleanly if read from parent fails - don't drop a core. Fri Mar 12 02:21:55 1999 Owen Taylor * capplets/theme-switcher/gui.c (browse_dialog_close): Add an error dialog if installing a theme fails. * capplets/theme-switcher/install.c (install_theme): Add a return value indicating success or failure. * capplets/theme-switcher/install.c (install_theme): Fixed reversed arguments for installing ungipped tarballs Fri Mar 12 01:12:15 1999 Owen Taylor [ Patch from Patrik Nordebo ] * capplets/theme-switcher/install.c (install_theme): Removed useless call to wait(). Install themes in .themes, not .gtk/themes. Fri Mar 12 01:06:53 1999 Owen Taylor * capplets/theme-switcher/lister.c (edit_file_to_use): Fixed reversed lines that were causing initial creation not to work properly. * capplets/theme-switcher/demo.c (send_reread): You can't fsync() a pipe... * capplets/theme-switcher/gui.c: Don't select list items before they are added to the list ... removed hack that sort of worked around this. * capplets/theme-switcher/gui.c (make_main): Major un-rasterization. (Sort of a shame, this was some of the funniest code I've ever seen.) * capplets/theme-switcher/gui.c (install_theme_callback): Removed non-functional transient-for code. * capplets/theme-switcher/demo.c (demo_data_in): Removed brutal, unreliable kill -9 in favor of noticing when the IPC pipe closes. * capplets/theme-switcher/demo.c (demo_main): Solved problem where dup2() was going astray by not using it. * capplets/theme-switcher/gui.c (update_theme_entries): Fix cut-and-paste typo. 1999-03-10 Jonathan Blandford * capplets/Makefile.am (always_built_SUBDIRS): mime-type capplet. New capplet added. 1999-03-10 Chris Lahey * capplets/gnome-edit-properties/gnome-edit-properties.c: Updated this to do proper loading with the old value. It also has a "Run In Terminal" button now. 1993-03-09 Owen Taylor * capplets/background-properties/property-background.c: Fixed code for setting root window properties so it: - Doesn't call gdk_property_get() with the arguments in the wrong order. - Doesn't leak its pixmaps - Doesn't leak anything else. (I.e., use a separate connection, instead of calling XSetCloseDownMode on GDK_DISPLAY()) - Doesn't make a messy, unsucessful attempt at committing suicide - Handles tiled pixmaps properly. 1999-03-08 Jaka Mocnik * capplets/gnome-edit-properties/gnome-edit-properties.c (main): set the combo to the value read. 1999-03-02 Martin Baulig * capplets/wm-properties/wm-list.c (wm_list_init): Read the default WM from $(datadir)/default.wm rather than using the first one from the list. 1999-02-28 Martin Baulig * capplets/background-properties/app-background.c: Added some `--background-image' command line argument hack to set the background image. 1999-03-01 Changwoo Ryu * capplets/sound-properties/sound-properties.c (sound_properties_create): Made the N_()'ed strings be translated really. * capplets/sound-properties/sound-properties.c (main): Inserted bindtextdomain() and textdomain(). * capplets/bell-properties/bell-properties.c (bell_setup): Marked a translatable string with _(). * capplets/*/{*.desktop, *.directory}: Added/Updated Korean translation. 1999-02-27 Shooby Ban * capplets/background-properties/property-background.c: an i18n fix, no more... 1999-02-27 bertrand * capplets/desktop-links/Makefile.am: comment out the panel data install entries to respect new panel organisation. ".directory" are now installed correctly. * capplets/Makefile.am (always_built_SUBDIRS): uncomment desktop-link. This was causing gnomecc to crash :( 1999-02-25 Owen Taylor * capplets/wm-properties/wm-desktops/IceWM.desktop (TryExec): Add a tryexec. 1999-02-25 Jonathan Blandford * configure.in: Up we go, to 1.0 <-: * capplets/screensaver-properties/screensaver-desktops/*.desktop: Many changes by Rosanna... 1999-02-24 Jonathan Blandford * capplets/screensaver-properties/screensaver-dialog.c (make_dialog): line wrap the stupid thing. 1999-02-24 Owen Taylor * capplets/wm-properties: Added window manager switching capplet. Please test. (a lot). 1999-02-23 Jonathan Blandford * capplets/screensaver-properties/screensaver-desktops/Makefile.am: install in the right place. 1999-02-24 bertrand * updated fr translations 1999-02-23 Jonathan Blandford * capplets/Makefile.am (always_built_SUBDIRS): remove e-conf Mon Feb 22 22:23:34 1999 Owen Taylor * capplets/theme-switcher/lister.c: Use g_get_home_dir() instead of getenv ("HOME") * capplets/theme-switcher/demo.c (demo_main): Strip out ~/.gtkrc from the default file set so we don't get a merge of the current theme and the new one. * capplets/theme-switcher/lister.c (use_theme): Modify .gtkrc instead of .gnome/gtkrc. 1999-02-23 Nuno Ferreira * capplets/session-properties/session-properties.desktop, capplets/gnome-edit-properties/gnome-edit-properties.desktop, capplets/ui-properties/application.desktop, capplets/desktop-links/UIOptions.directory, capplets/desktop-links/Peripherals.directory, capplets/desktop-links/Gnome.directory: Added/Updated Portuguese translations. 1999-02-22 Elliot Lee * capplets/sound-properties/*.c: Use a slightly smarter/faster algorithm for getting the connection to esd. 1999-02-22 Jonathan Blandford * capplets/background-properties/property-background.c: patch submitted by Franklin Belew to handle eterm/gnome-term transparency. DOES NOT WORK CORRECTLY WITH TILED BACKGROUNDS. * capplets/*/Makefile.am (install-data-local): install desktop entries to the panel, so that the panel can deal with the control-center. * capplets/desktop-links/Gnome.directory (Type): Make more compatible with the panel. 1999-02-23 Changwoo Ryu * capplets/desktop-links/{Desktop,Peripherals,UIOptions}.desktop: Added/Updated Korean translations. 1999-02-22 Jonathan Blandford * capplets/background-properties/app-background.c (main): changed session_args[2] -> session_args[3] to allow for THREE items in it. * capplets/screensaver-properties/screensaver-properties-capplet.c (main): ditto. * capplets/bell-properties/bell-properties.c (main): ditto * capplets/keyboard-properties/keyboard-properties.c (main): ditto. * capplets/sound-properties/sound-properties.c (main): ditto. 1999-02-21 Jonathan Blandford * capplets/background-properties/property-background.c: removed spurious print statements 1999-02-21 Michael Fulbright * Made control-center.spec a generated file, updated spec file 1999-02-19 Jonathan Blandford * capplets/screensaver-properties/callbacks.c (dialog_destroy_callback): it will now handle drawing previews better. Still a bit broken, though... ): (dialog_callback): okay, now it's fixed. * capplets/background-properties/property-background.c (background_revert): cancel didn't do anything. Now it does. 1999-02-18 Jonathan Blandford * capplets/screensaver-properties/callbacks.[ch]: now we show and hide our dialog correctly. 1999-02-17 Jonathan Blandford *capplets/background-properties/property-background.c (color_setup): many changes. Looks a lot cleaner now. capplets/screensaver-properties/screensaver-desktops/Rocks.desktop (Demo): Make a minor change to make it less sea-sick inducing *capplets/screensaver-properties/screensaver-desktops/Bouboule.desktop (ExtendedComment): Get rid of the bogus default-flags val of root. 1999-02-17 Changwoo Ryu * capplets/keyboard-properties/keyboard-properties.c (main): Added missing bindtextdomain() and textdomain(). 1999-02-16 Jonathan Blandford * capplets/screensaver-properties/screensaver-properties-capplet.c (main): I think sm has the right behaviour now. * capplets/screensaver-properties/callbacks.c (revert_callback): oops... now it has the right behaviour. *fingers really crossed* * capplets/screensaver-properties/screensaver-properties-capplet.c (main): A lot of changes. I *think* it has the right behaviour now. If it doesn't, please let me know. Also, there's now a Random screensaver added. 1999-02-16 Felix Bellaby * capplets/session-properties: New capplet based on Tom's app. * capplets/Makefile.am: Added session-properties subdir. * po/POTFILES.in: Added session-properties.c. * configure.in: Added AC_OUTPUT and AC_CONDITIONAL for SM. 1999-02-15 Elliot Lee * capplets/sound-properties/sound-properties.c: Fix much brokenness. Should allow per-user sound settings now. 1999-02-15 Miguel de Icaza * capplets/gnome-edit-properties/gnome-edit-properties.c (possible_editors): Add gmc/Cooledit editor. 1999-02-08 Elliot Lee * capplets/background-properties/properties-background.c: Change default background color to #005060 (from icewm). Mon Feb 8 00:42:56 1999 Frank Belew * capplets/background-properties/properties-background.c: add prototypes for printState, copyState and backgroun_ok. add 4 new gushorts to remove warnings from gnome_color_picker Fri Feb 05 17:29:03 1999 George Lebl * capplets/gnome-edit-properties/gnome-edit-properties.c: add gvim to the list of editors 1999-02-06 Changwoo Ryu * capplets/*/*.desktop, capplets/*/*.directory, control-center/gnomecc.desktop: Added Korean translations. 1999-02-02 Elliot Lee * capplets/sound-properties/sound-properties.c: Starts esd again. 1999-02-01 The Rasterman * configure.in, control-center.spec: upped to 0.99.5 1999-02-01 Chris Lahey * capplets/gnome-edit-properties/gnome-edit-properties.desktop, capplets/gnome-edit-properties/gnome-edit-properties.c, capplets/gnome-edit-properties/Makefile.am, capplets/gnome-edit-properties/.cvsignore: Added gnome-edit-properties/ directory. This adds a capplet to set which editor you wish to be invoked when you run the gnome-edit application. * capplets/desktop-links/Environment.directory: Added this file. This adds another category of capplet to the control-center. * capplets/desktop-links/Makefile.am (ccenterdir): Added installation of Environment.directory. * capplets/Makefile.am (always_built_SUBDIRS): Added gnome-edit-properties. * configure.in: Added capplets/gnome-edit-properties/Makefile. 1999-02-01 Elliot Lee * Revert session management changes until further discussion. 1999-02-01 Felix Bellaby * capplets/mouse-properties/mouse-properties.c (main): Only restart one instance of the program to apply the settings. * capplets/bell-properties/bell-properties.c (main): ditto * capplets/keyboard-properties/keyboard-properties.c (main): ditto * capplets/background-properties/app-background.c (main): ditto * capplets/screensaver-properties/screensaver-properties-capplet.c (main): ditto (get_saver_frame): create setup_button before referencing it. * capplets/sound-properties/sound-properties.c (main): ditto, let gnome-session start up the new session aware esd. 1999-01-12 The Rasterman modify makefiles and configure to detect X11 imlbi separately and build using it. 1999-01-11 Jonathan Blandford * capplets/theme-switcher/gui.c (make_main): changing the default state of the Auto-Preview button. 1999-01-06 Jonathan Blandford * capplets/screensaver-properties/callbacks.c: fix for the Red Hat xscreensaver problem. just do a #define HAVE_REDHAT_XSCREENSAVER_RPM at the head of callbacks.c and all will work. 1998-12-30 Jeff Garzik * capplets/screensaver-properties/callbacks.c, capplets/screensaver-properties/parser.c, capplets/sound-properties/sound-properties.c: s/g_copy_strings/g_strconcat/ 1998-12-16 Jonathan Blandford * capplets/sound-properties/sound-properties.c (sound_properties_create): now the file_selection_dialog starts up in the right path. 1998-12-15 Jonathan Blandford * capplets/screensaver-properties/screensaver-properties-capplet.c (main): added new style session_initialization * capplets/background-properties/app-background.c (main): added new style initialization. * capplets/background-properties/Makefile.am: removed old-style initialization. 1998-12-14 Richard Hestilow * capplets/ui-properties: Modified to be a multi-capplet. No more ugly notebook within notebook! :-) Removed ui-properties.desktop, added application.desktop, dialogs.desktop, and mdi.desktop with the appropriate name translations that were in po. Also added ui-properties.directory. Mon Dec 14 15:39:33 1998 Owen Taylor * capplets/ui-properties/ui-properties.c (ui_setup): Change "Application" to "Applications" for consistency with "Dialogs" and grammatical correctness. 1998-12-11 Nuno Ferreira * capplets/desktop-links/Workspace.directory, capplets/desktop-links/Multimedia.directory: Added Portuguese translation. Fri Dec 11 10:39:07 1998 Owen Taylor * capplets/ui-properties/ui-properties.c: Prettification. The spacing probably still needs more tweaks. 1998-12-10 Andrew T. Veliath * capplets/ui-properties/ui-properties.c (ui_setup): Updated for changes in GnomePreferences. 1998-12-08 Michael Lausch * configure.in Remove the --with-fvwm2 configure.in option, the fvwm2 applet is now selfcontained. Instead build the applet if the requested window manager is fvwm2. 1998-12-07 James Henstridge * capplets/url-properties: a new applet to configure the behaviour of the gnome_url_show function in libgnome. 1998-12-06 Tuomas Kuosmanen * pixmaps/Makefile.am (EXTRA_DIST): Added some new tiles for panel: tile-moon-[up,down].png - a grayish tile tile-sand-[up,down].png - a brownish tile tile-coral-[up,down].png - a blueish tile (try this with http://tigert.gimp.org/files/gtkrc-files/gtkrc.ocean) 1998-12-02 Raja R Harinath * capplets/sound-properties/sound-properties.c (main): Add a closing brace. 1998-12-03 Changwoo Ryu Use gettext 0.10.35 * configure.in (AC_OUTPUT): Removed `sed POTFILES...'. * acinclude.m4: Removed gettext macros. 1998-12-02 Martin Baulig * Makefile.am (always_built_SUBDIRS): Removed `desktop-properties' - we have capplets for all of them now. 1998-12-02 Martin Baulig * capplets/ui-properties: Added "Look&Feel" properties capplet. * capplets/bell-properties: Added bell properties capplet. Sun Nov 29 18:20:54 EST 1998 Gregory McLean * configure.in : Added applets/gticker/Makefile to the makefiles to produce. 1998-11-29 Jeff Garzik * applets/gkb/gkb.c, applets/netwatch/netwatch.c: Added required app id arg to applet_widget_new. Tue Nov 24 00:25:53 1998 Owen Taylor * capplets/theme-switcher/da.h: Removed include of gtk-socket.h, which now is in GTK+. 1998-11-23 Andrew T. Veliath * capplets/screensaver-properties/screensaver-properties-capplet.c: Use gtk_scrolled_window_add_with_viewport instead of gtk_container_add (gtk changes). 1998-11-21 Nuno Ferreira * capplets/screensaver-properties/callbacks.c: Include . * capplets/theme-switcher/gui.c: Include . Mark strings for translation. * capplets/sound-properties/sound-properties.c: Mark strings for translation. (main): Initialize gettext. * capplets/theme-switcher/main.c (main): Include at the top of the file. (main): Initialize gettext. * capplets/screensaver-properties/screensaver-properties-capplet.c: Include at the top of the file. (main): Initialize gettext. * capplets/keyboard-properties/keyboard-properties.c:Include at the top of the file. (main): Initialize gettext. 1998-11-12 Andrew T. Veliath * acconfig.h: Remove HAVE_ORBIT, HAVE_MICO_ORB_RUN. HAVE_ORBIT is now implicit. * Makefile.am: Remove ORBIT_INSTALLED AM_CONDITIONAL. * configure.in: The ORBit AM_CONDITIONAL is now in gnome-orbit-check.m4 as HAVE_ORBIT. 1998-11-06 Raja R Harinath * 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 * 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. 1998-11-04 Raja R Harinath * configure.in (have_libesd): Actually define the HAVE_LIBESD conditional. 1998-10-30 * capplets/screensaver-properties/callbacks.c (launch_miniview): Thou shall not exec (NULL)... (launch_miniview): thou shalt also not check in things before you save the changes... (: 1998-10-28 The Rasterman * applets/esd-manager: added this.. going to work on it... 1998-10-26 Raja R Harinath * capplets/screensaver-properties/screensaver-properties-capplet.c (main): This is not a void function. 1998-10-20 Tom Tromey * configure.in (ALL_LINGUAS): Added `da'. 1998-10-20 Andrew Veliath * configure.in: Update ORBit checks to use new gnome-orbit-checks.m4. acconfig.h: Add HAVE_ORBIT. Sun Oct 18 22:02:28 1998 Owen Taylor * capplets/background-properties/property-background.c (img_dnd_drop): Matching braces help. Sun Oct 18 19:18:21 1998 Owen Taylor * background-properties/property-background.c: Use the new DND API. 1998-10-14 Nuno Ferreira * */*.desktop: Added Portuguese translations. * */*.directory: Likewise 1998-09-29 The Rasterman * configure.in: added e-conf capplet and gnome-pager applet 1998-09-29 Raja R Harinath * configure.in (applets_libgtop): More warnings if `libgtop' isn't found. Mon Sep 28 12:31:00 1998 John Ellis * configure.in: Add applets/slashapp/Makefile 1998-09-27 Raja R Harinath * configure.in: Warn if some of the applets will not be built. 1998-09-24 Nuno Ferreira * applets/asclock/asclock_applet.desktop: Likewise. * applets/battery/battery_applet.desktop: Likewise. * capplets/theme-switcher/theme-selector.desktop: Add Portuguese translation. * capplets/screensaver-properties/screensaver-desktops/screensaver-properties.desktop: Likewise. * capplets/keyboard-properties/keyboard-properties.desktop: Likewise. 1998-09-23 Federico Mena Quintero * capplets/screensaver-properties/Makefile.am (screensaver_properties_capplet_SOURCES): Add missing headers to the list of sources. 1998-09-23 Sebastian Wilhelmi * configure.in (FVWM_PAGER): quoted $FVWM_PAGER in test ! -z "$FVWM_PAGER" 1998-09-23 Michael Lausch * configure.in (FVWM_PAGER): Added various tests for the fvwm-pager applet. 1998-09-23 Federico Mena Quintero * configure.in: * Makefile.am: Add the idl directory. WHY DID NO ONE ADD THIS WHEN IT WAS CREATED? 1998-09-22 Federico Mena Quintero * configure.in: Bumped version number to 0.30. The panting chimpanzee is upon us. Thu Sep 17 14:20:05 1998 John Ellis * configure.in, Makefile.am: Removed conditional build of gmenu since gtk+-1.1 is now a requirement. 1998-09-11 Alexandre Muniz * configure.in (AC_OUTPUT): Added applets/charpick 1998-09-06 Raja R Harinath * capplets/Makefile.am (DIST_SUBDIRS): Remove unneeded variable. 1998-09-06 Raja R Harinath * configure.in (GNOME_COMPILE_WARNINGS): New check. Fri Sep 04 00:07:08 1998 George Lebl * configure.in,Makefile.am,po/POTFILES.in: removed support for mico and related sources Wed Sep 02 23:18:00 1998 George Lebl * 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 up 1998-08-27 Christopher Blizzard * configure.in: Add checks for seeing if libghttp is installed. 1998-08-23 Martin Baulig * 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. * configure.in (GNOME_INIT_LIBGTOP): New check. * acconfig.h: Added libgtop stuff. 1998-08-20 Raja R Harinath * core-docs/Makefile.am (gnome-intro/gnome-intro.html): Make rule even more friendlier to a build without `DocBook'. Thu Aug 20 00:32:24 1998 Tom Tromey * configure.in: Removed all smproxy code. Don't mention non-existent directory. 1998-08-19 Raja R Harinath * Makefile.am (SUBDIRS): Actually compile `control-center' if it is enabled. (always_built_SUBDIRS): Reinstate `smproxy'. 1998-08-19 Martin Baulig * Makefile.am: Conditionally compiling `control-center' if we have ORBit. * Makefile.am: Using $(always_built_SUBDIRS), $(sometimes_built_SUBDIRS) and correct $(DIST_SUBDIRS). 1998-08-17 Federico Mena Quintero * configure.in: Bumped the version number to 0.28. 1998-08-02 Raja R Harinath * core-docs/Makefile.am (EXTRA_DIST): Add `gnome-intro.html'. (INTRO_EXTRA_DIST): Merge with EXTRA_DIST. * 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@. 1998-08-01 Raja R Harinath * 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. 1998-07-31 Federico Mena Quintero * configure.in (ALL_LINGUAS): Added Japanese translation. 1998-07-28 Mark Galassi * core-docs/gnome-intro/*.html: regenerated the HTML using the latest DocBook tools; some filenames have changed, and 1998-07-23 Nuno Ferreira * config.guess, config.sub: Remove auto-generated files. Tue Jul 21 18:29:16 1998 Tom Tromey * acconfig.h (WINDOW_MANAGER): Removed. * configure.in: Don't define WINDOW_MANAGER, AC_SUBST it. Sun Jul 19 03:31:08 1998 John Ellis * 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. 1998-07-19 Raja R Harinath * configure.in (SMPROXY_DEFS): Use `STD_DEFINES' rather than `STD_CPP_DEFINES'. (ORB_LIBS): To replace MICO_LIBS. (ORBIT_LIBS,MICO_LIBS): Don't subst. (ORBIT_CONFIG): Don't use `if [ .. ];', use `if test ..;'. 1998-07-18 Raja R Harinath * configure.in (SMPROXY_DEFS): New check, based on AC_PATH_X11. Needed to get defines used in a X11 build tree. Thu Jul 16 18:03:37 1998 Tom Tromey * Makefile.am (SUBDIRS): Added smproxy. * configure.in: Create smproxy/Makefile. 1998-07-13 Raja R Harinath * configure.in (mico_prefix): Stop searching as soon as a `mico-ld' is found. From Michael Lausch . 1998-07-08 Federico Mena Quintero * configure.in: Added applets/fifteen/Makefile to the list. 1998-07-08 Owen Taylor * configure.in: Fix shell syntax bug in case when MICO is not found. 1998-06-26 Nuno Ferreira * configure.in (ALL_LINGUAS): Added Portuguese translation. Sat Jun 13 01:11:16 1998 Tom Tromey * core-docs/Makefile.am (gnome-intro/book01.html): Ignore mkdir failures. Fri Jun 12 22:56:58 1998 Tom Tromey * configure.in: Look for mico-setup.sh in $mico_prefix/doc. Also, handle MICO 2.0.3 (still!). 1998-06-11 John Ellis * configure.in: added gmenu/Makefile 1998-06-11 John Ellis * gmenu directory: Checked in a gmenu, the GNOME menu editor, still needs a Makefile.am file though. Wed Jun 10 11:34:52 1998 Owen Taylor * configure.in: Make panel link micocoss library as well Wed Jun 10 11:34:52 1998 Owen Taylor * configure.in acconfig.h: Check for installed MICO version, and the libs it requires by using mico-ld and mico-setup.sh. Add a HAVE_MICO_ORB_RUN macro to signal that we need to call orb->run(), as we do for mico-2.0.6 and later Tue Jun 9 23:37:43 EDT 1998 Gregory McLean * .cvsignore updates. 1998-06-09 Jim Pick * Added debian packaging dir. 1998-06-07 Stuart Parmenter * help-browser/window.c: changed accel stuff around so that it works with gtk1.1 1998-06-05 Mark Galassi * core-docs/Makefile.am: fixed it so that "make dist" will generate a reasonable distribution. Many files were not listed in the EXTRAS, but I think they now are. 1998-05-30 Raja R Harinath * configure.in (FALSE): Automake conditional that always fails. This is used in some subdir Makefile.am tricks. 1998-05-26 John Ellis * configure.in: added PROGRAMS_PANEL_MODEMLIGHTS, apparently net/ppp_defs.h does not exist on solaris. 1998-05-22 Martin Baulig * configure.in: added GNOME_FILEUTILS_CHECKS * acconfig.h (AFS, MOUNTED_FREAD, MOUNTED_FREAD_FSTYP, MOUNTED_GETFSSTAT, MOUNTED_GETMNT, MOUNTED_GETMNTENT1, MOUNTED_GETMNTENT2, MOUNTED_GETMNTINFO, MOUNTED_LISTMNTENT, MOUNTED_VMOUNT, STAT_STATFS3_OSF1, STAT_READ_FILSYS, STAT_STATFS2_BSIZE, STAT_STATFS2_FSIZE, STAT_STATFS2_FS_DATA, STAT_STATFS4, STAT_STATVFS, STATFS_TRUNCATES_BLOCK_COUNTS): New macros. 1998-05-13 Christopher Blizzard * configure.in: added applets/bussign/Makefile to the list of Makefiles. 1998-05-05 Mark Galassi * core-docs/gnome-intro.sgml: added a bit more to the panel; that's it for the Red Hat 5.1 release, I guess. * core-docs/Makefile.am (install-data-local): fixed little bug in installing help files. * core-docs/gnome-intro.sgml: completed the GNOME intro; there are many omissions, but it seems OK. Now I have to proofread it a bit and add a mention of panel applets. I also added all the generated HTML files for people who do not have the docbook tools installed (this sucks). * core-docs/Makefile.am: put core-docs under automake with some quickly hacked-up rules for the RH-5.1 release. I will clean it up later; this seems to work and install gnome-intro in a way such that the help browser picks it up. * Makefile.am (SUBDIRS): added core-docs Sun May 3 22:43:59 1998 Tom Tromey * acconfig.h (HAVE_FORKPTY): New macro. * configure.in: Include UTIL_LIB check from gnome-libs. 1998-05-03 Mark Galassi * core-docs/gnome-intro.sgml: added the beginnings of an overall gnome-intro manual. Mon Apr 27 20:42:24 EDT 1998 Gregory McLean * panel/menu.c : changed a couple of .xpm to as the xpm files for _thoose_ icons wern't there. Sun Apr 26 10:55:18 EDT 1998 Gregory McLean * Its too early in the morning! * applets/netwatch/netwatch-old.c: added to the repo. * applets/netwatch/netwatch_applet.desktop: desktop file * applets/netwatch/.cvsignore: updated. Sun Apr 26 01:05:51 1998 Tom Tromey * acconfig.h (WINDOW_MANAGER): New macro. * configure.in: Added --with-window-manager option. * configure.in: Unconditionally look for crypt.h. Sun Apr 26 10:55:18 EDT 1998 Gregory McLean * configure.in: changed the AC_PROG_LEX -> AM_PROG_LEX though I couldn't find any lex files that this is needed for. IIRC automake 1.2 supports this macro also. Sun Apr 19 09:38:36 EDT 1998 Gregory McLean * applets/*/.cvsignore: updated to ignore generated files. Tue Mar 17 23:26:47 1998 George Lebl * configure.in: updated teh Makefiles being created * Makefile.am: build in applets * applets/Makefile.am: build clock Sat Mar 14 20:21:31 1998 George Lebl * gnome-panel.idl, launcher-lib.(cc|h): added a Launcher interface, but didn't do anything with it yet. Fri Mar 13 13:44:40 1998 George Lebl * panel.c,clock.c: fixed some FIXME's and added some sanity checks 1998-03-13 Carsten Schaar * configure.in (ALL_LINGUAS): Added German translation. 1998-03-13 Raja R Harinath * configure.in (RES_LIBS): New check for `inet_aton'. Tue Mar 10 22:33:39 1998 Tom Tromey * stamp.h.in: Removed. * configure.in: Don't create stamp.h. Sun Mar 8 21:41:18 1998 Tom Tromey * version.h.in: Removed. * configure.in: Don't create version.h. Wed Mar 4 01:18:19 1998 Tom Tromey * acconfig.h (HAVE_PROGRAM_INVOCATION_SHORT_NAME, HAVE_PROGRAM_INVOCATION_NAME): Added. 1998-03-04 Raja R Harinath * configure.in (AC_OUTPUT): Add `panel/libapplet/Makefile'. Mon Mar 2 15:30:00 1998 Tom Tromey * configure.in: Removed check for SMlib.h; now comes from gnome-x-checks.m4. 1998-02-26 Raja R Harinath * configure.in: Make the check for SMlib.h work better with the checks that happen in macros/gnome-x-checks.m4. Thu Feb 26 12:37:07 1998 Tom Tromey * configure.in: Check for X11/SM/SMlib.h. 1998-02-25 Raja R Harinath * configure.in (AC_OUTPUT): Remove duplicated entry for `panel/batmon/Makefile'. Sat Feb 14 01:31:21 1998 Tom Tromey * Makefile.am (macros/macros.dep): Use tab in rule, not space. * configure.in: Run AC_LINK_FILES for gettext. 1998-02-14 Raja R Harinath * configure.in (GNOME_X_CHECKS): Add new check. (AC_OUTPUT): Also generate `macros/Makefile'. * Makefile.am (macros/macros.dep): Maintainer rule to auto-regenerate aclocal.m4. (SUBDIRS): Add `macros'. * help-browser/gnome-helpwin.c (gnome_helpwin_load): Replace `snprintf' with `g_snprintf'. 1998-02-13 Raja R Harinath * configure.in (AC_OUTPUT): Generate `macros/Makefile'. * autogen.sh: Use `macros/autogen.sh'.