summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Update for 2.1.3Alexander Larsson2002-11-251-2/+2
|
* Remove sample and loser from the build.Dave Camp2002-11-241-4/+0
| | | | | | 2002-11-24 Dave Camp <dave@ximian.com> * configure.in: Remove sample and loser from the build.
* configure.in: Added Belarusian (be) to ALL_LINGUAS.Dmitry Mastrukov2002-11-091-1/+1
|
* Move libegg stuff to cut-n-paste-code and update to the latest eggAnders Carlsson2002-11-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-11-06 Anders Carlsson <andersca@gnu.org> * configure.in: * cut-n-paste-code/Makefile.am: * cut-n-paste-code/libegg/Makefile.am: * cut-n-paste-code/libegg/egg-recent-item.c: (egg_recent_item_new), (egg_recent_item_free), (egg_recent_item_ref), (egg_recent_item_unref), (egg_recent_item_new_from_uri), (egg_recent_item_set_uri), (egg_recent_item_get_uri), (egg_recent_item_peek_uri), (egg_recent_item_get_uri_utf8), (egg_recent_item_get_uri_for_display), (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type), (egg_recent_item_set_timestamp), (egg_recent_item_get_timestamp), (egg_recent_item_get_groups), (egg_recent_item_in_group), (egg_recent_item_add_group), (egg_recent_item_remove_group), (egg_recent_item_set_private), (egg_recent_item_get_private), (egg_recent_item_get_type): * cut-n-paste-code/libegg/egg-recent-item.h: * cut-n-paste-code/libegg/egg-recent-model.c: (egg_recent_model_string_match), (egg_recent_model_write_raw), (egg_recent_model_delete_from_list), (egg_recent_model_add_new_groups), (egg_recent_model_update_item), (egg_recent_model_read_raw), (parse_info_init), (parse_info_free), (push_state), (pop_state), (peek_state), (start_element_handler), (list_compare_func_mru), (list_compare_func_lru), (end_element_handler), (text_handler), (error_handler), (egg_recent_model_enforce_limit), (egg_recent_model_sort), (egg_recent_model_group_match), (egg_recent_model_filter), (egg_recent_model_monitor_list_cb), (egg_recent_model_monitor_list), (egg_recent_model_changed_timeout), (egg_recent_model_monitor_cb), (egg_recent_model_monitor), (egg_recent_model_set_limit_internal), (egg_recent_model_read), (egg_recent_model_write), (egg_recent_model_open_file), (egg_recent_model_lock_file), (egg_recent_model_unlock_file), (egg_recent_model_finalize), (egg_recent_model_set_property), (egg_recent_model_get_property), (egg_recent_model_class_init), (egg_recent_model_limit_changed), (egg_recent_model_expiration_changed), (egg_recent_model_init), (egg_recent_model_new), (egg_recent_model_add_full), (egg_recent_model_add), (egg_recent_model_delete), (egg_recent_model_get_list), (egg_recent_model_set_limit), (egg_recent_model_get_limit), (egg_recent_model_clear), (egg_recent_model_set_filter_mime_types), (egg_recent_model_set_filter_groups), (egg_recent_model_set_filter_uri_schemes), (egg_recent_model_set_sort), (egg_recent_model_changed), (egg_recent_model_remove_expired_list), (egg_recent_model_remove_expired), (egg_recent_model_get_type): * cut-n-paste-code/libegg/egg-recent-model.h: * cut-n-paste-code/libegg/egg-recent-vfs-utils.c: (make_valid_utf8), (istr_has_prefix), (str_has_prefix), (uri_is_local_scheme), (handle_trailing_slashes), (make_uri_canonical), (format_uri_for_display), (egg_recent_vfs_format_uri_for_display), (is_valid_scheme_character), (has_valid_scheme), (escape_high_chars), (make_uri_from_input_internal), (egg_recent_vfs_make_uri_from_input), (make_uri_canonical_strip_fragment), (uris_match), (egg_recent_vfs_uris_match), (egg_recent_vfs_get_uri_scheme): * cut-n-paste-code/libegg/egg-recent-vfs-utils.h: * cut-n-paste-code/libegg/egg-screen-exec.c: (egg_screen_exec_display_string), (egg_screen_exec_environment), (egg_screen_execute_async), (egg_screen_execute_shell), (egg_screen_execute_command_line_async): * cut-n-paste-code/libegg/egg-screen-exec.h: * cut-n-paste-code/libegg/egg-screen-help.c: (egg_help_display_on_screen), (egg_help_display_with_doc_id_on_screen), (egg_help_display_desktop_on_screen), (egg_help_display_uri_on_screen): * cut-n-paste-code/libegg/egg-screen-help.h: * cut-n-paste-code/libegg/egg-screen-url.c: (egg_url_show_on_screen): * cut-n-paste-code/libegg/egg-screen-url.h: * cut-n-paste-code/libegg/eggtreemultidnd.c: (egg_tree_multi_drag_source_get_type), (egg_tree_multi_drag_source_row_draggable), (egg_tree_multi_drag_source_drag_data_delete), (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check), (egg_tree_multi_drag_button_release_event), (selection_foreach), (path_list_free), (set_context_data), (get_context_data), (get_info), (egg_tree_multi_drag_drag_data_get), (egg_tree_multi_drag_motion_event), (egg_tree_multi_drag_button_press_event), (egg_tree_multi_drag_add_drag_support): * cut-n-paste-code/libegg/eggtreemultidnd.h: * cut-n-paste-code/libegg/update-from-egg.sh: * libnautilus-private/Makefile.am: * libnautilus-private/egg-recent-item.c: * libnautilus-private/egg-recent-item.h: * libnautilus-private/egg-recent-model.c: * libnautilus-private/egg-recent-model.h: * libnautilus-private/egg-recent-vfs-utils.c: * libnautilus-private/egg-recent-vfs-utils.h: * libnautilus-private/egg-screen-exec.c: * libnautilus-private/egg-screen-exec.h: * libnautilus-private/egg-screen-help.c: * libnautilus-private/egg-screen-help.h: * libnautilus-private/egg-screen-url.c: * libnautilus-private/egg-screen-url.h: * libnautilus-private/eggtreemultidnd.c: * libnautilus-private/eggtreemultidnd.h: * libnautilus-private/nautilus-program-chooser.c: (help_cb): * libnautilus-private/update-from-egg.sh: * src/Makefile.am: * src/file-manager/Makefile.am: * src/file-manager/fm-desktop-icon-view.c: * src/file-manager/fm-directory-view.c: * src/file-manager/fm-list-model.c: * src/file-manager/fm-list-view.c: * src/file-manager/fm-properties-window.c: (help_button_callback): * src/file-manager/update-from-egg.sh: * src/nautilus-bookmarks-window.c: (nautilus_bookmarks_window_response_callback): * src/nautilus-property-browser.c: (help_button_callback): * src/nautilus-window-menus.c: (help_menu_nautilus_manual_callback): Move libegg stuff to cut-n-paste-code and update to the latest egg versions.
* Use bonobo_pbclient_set_value_async instead ofDiego González2002-11-051-1/+1
| | | | | | | | | | 2002-11-04 Diego González <diego@pemas.net> * src/nautilus-window-toolbars.c: (throbber_set_throbbing): Use bonobo_pbclient_set_value_async instead of eel_bonobo_pbclient_set_value_async. * configure.in: require latest libbonobo
* Updated. Removed music-view-related stuff, updated to 2.1.2.NAUTILUS_2_1_2Dave Camp2002-11-011-18/+2
| | | | | | | | 2002-10-31 Dave Camp <dave@ximian.com> * NEWS: Updated. * configure.in: Removed music-view-related stuff, updated to 2.1.2.
* Require gtk+ 2.1.1Anders Carlsson2002-10-311-1/+1
| | | | | | | | | | | | | | | 2002-10-31 Anders Carlsson <andersca@gnu.org> * configure.in: Require gtk+ 2.1.1 * libnautilus-private/nautilus-directory-background.c: (screen_size_changed), (remove_connection), (desktop_background_realized): * src/nautilus-desktop-window.c: (nautilus_desktop_window_screen_size_changed), (unrealize), (realize): Add support for the size_changed signal so that the desktop window will resize correctly.
* Implement image properties pageAlexander Larsson2002-10-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | 2002-10-24 Alexander Larsson <alexl@redhat.com> * components/Makefile.am: * components/image_properties/.cvsignore: * components/image_properties/Makefile.am: * components/image_properties/Nautilus_View_image_properties.server.in.in: * components/image_properties/libmain.c: * components/image_properties/nautilus-image-properties-view.[ch]: * configure.in: Implement image properties page Patch from James Willcox <jwillcox@gnome.org> * libnautilus-private/nautilus-mime-actions.[ch]: Add nautilus_mime_get_all_components_for_file_extended * src/file-manager/fm-properties-window.c: Plug-in property pages.
* Take out -DBONOBO_DISABLE_DEPRECATED until the make_registration_id api isDave Camp2002-10-191-2/+5
| | | | | | | 2002-10-19 Dave Camp <dave@ximian.com> * configure.in: Take out -DBONOBO_DISABLE_DEPRECATED until the make_registration_id api is worked out.
* configure.in require gnome-desktop >= 2.1.0 (fixes #95979)Alex Duggan2002-10-161-1/+1
| | | | | | 2002-10-16 Alex Duggan <aldug@astrolinux.com> * configure.in require gnome-desktop >= 2.1.0 (fixes #95979)
* UpdatedNAUTILUS_2_1_1Alexander Larsson2002-10-141-4/+4
| | | | | | | | | | | 2002-10-14 Alexander Larsson <alexl@redhat.com> * NEWS: Updated * configure.in: Bump version to 2.1.1 Require libgnomeui 2.1.1 and eel 2.1.1, pango 1.1.2
* define DATADIR Add erase emblem Remove data/emblems ditto installJames Willcox2002-10-071-1/+0
| | | | | | | | | | | | 2002-10-07 James Willcox <jwillcox@gnome.org> * components/emblem/Makefile.am: define DATADIR * components/emblem/nautilus-emblem-view.c: (create_emblem_widget_with_pixbuf), (create_emblem_widget), (nautilus_emblem_view_populate): Add erase emblem * configure.in: Remove data/emblems * data/Makefile.am: ditto * icons/Makefile.am: install erase.png
* Remove unused theme elements.Dave Camp2002-10-051-2/+0
| | | | | | | | | | | | | | | | | | | | | | 2002-10-05 Dave Camp <dave@ximian.com> * icons/crux_eggplant/crux_eggplant.xml: * icons/crux_teal/crux_teal.xml: * icons/default/default.xml: * icons/gnome/gnome.xml: * icons/sierra/sierra.xml: * icons/tahoe/tahoe.xml: Remove unused theme elements. * configure.in: * icons/crux_eggplant/Makefile.am: * icons/crux_teal/Makefile.am: * icons/default/Makefile.am: * icons/gnome/Makefile.am: * icons/sierra/Makefile.am: * icons/tahoe/Makefile.am: Remove unused icons and backgrounds from the build. * libnautilus-private/nautilus-theme.c: (has_theme_xml), (theme_get_themes_for_location): Check for the existence of theme.xml rather than an i-directory image.
* Require pango 1.1.1 (really HEAD, but...)Alexander Larsson2002-10-041-0/+2
| | | | | | | 2002-10-04 Alexander Larsson <alexl@redhat.com> * configure.in: Require pango 1.1.1 (really HEAD, but...)
* Add display_name argument to nautilus_icon_factory_get_pixbuf_for_icon andAlexander Larsson2002-10-041-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | 2002-10-04 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-icon-factory.[ch]: Add display_name argument to nautilus_icon_factory_get_pixbuf_for_icon and nautilus_icon_factory_get_pixbuf_from_name. * libnautilus-private/nautilus-bookmark.c: * libnautilus-private/nautilus-icon-container.c: * src/nautilus-sidebar-title.c: Fix up according to change above * components/emblem/Makefile.am: * components/emblem/Nautilus_View_emblem.server.in.in: * components/emblem/libmain.c: (emblem_shlib_make_object): * components/emblem/nautilus-emblem-view-iids.h: * components/emblem/nautilus-emblem-view.c: New emblem sidebar from James Willcox <jwillcox@gnome.org>, with some changes by me. 2002-10-02 James Willcox <jwillcox@gnome.org> * components/Makefile.am: Added emblems component * configure.in: same
* Merge the multihead branch into HEAD and :Mark McLoughlin2002-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | 2002-10-02 Mark McLoughlin <mark@skynet.ie> * acconfig.h: define HAVE_GTK_MULTIHEAD for egg-screen-exec methods. * configure.in: require gtk 2.1.0 and don't define HAVE_GTK_MULTIHEAD. * libnautilus-private/nautilus-multihead-hacks.h: kill. * libnautilus-private/nautilus-directory-background: (make_root_pixmap), (set_root_pixmap): use gdk_screen_get_display instead of assuming the default display. * src/nautilus-shell.c: (restore_one_window_callback): add backwards compat support for sessions without a screen number.
* Require eel 2.1.0, libgnomeui 2.1.0 Bump version to 2.1.0Alexander Larsson2002-09-271-3/+3
| | | | | | | | | | | | | | | | | | 2002-09-27 Alexander Larsson <alexl@redhat.com> * configure.in: Require eel 2.1.0, libgnomeui 2.1.0 Bump version to 2.1.0 * libnautilus-private/Makefile.am: * libnautilus-private/gnome-icon-lookup.[ch]: * libnautilus-private/gnome-thumbnail-pixbuf-utils.c: * libnautilus-private/gnome-thumbnail.[ch]: Removed. Moved to libgnomeui. * libnautilus-private/nautilus-icon-factory.[ch]: * libnautilus-private/nautilus-link-desktop-file.c: Update to new APIs.
* Removed sidebar_tab_pieces from the Makefiles and theme definitions.Dave Camp2002-09-211-4/+0
| | | | | | | | | | | | | | | | | | 2002-09-21 Dave Camp <dave@ximian.com> * configure.in: * icons/Makefile.am: * icons/crux_eggplant/Makefile.am: * icons/crux_eggplant/crux_eggplant.xml: * icons/crux_teal/Makefile.am: * icons/crux_teal/crux_teal.xml: * icons/default/default.xml: * icons/gnome/Makefile.am: * icons/gnome/gnome.xml: * icons/sierra/sierra.xml: Removed sidebar_tab_pieces from the Makefiles and theme definitions. * src/nautilus-sidebar.c: * src/nautilus-sidebar.h: Removed.
* Bump version to 2.0.6Alexander Larsson2002-08-281-1/+1
| | | | | | | | 2002-08-28 Alexander Larsson <alexl@redhat.com> * NEWS: * configure.in: Bump version to 2.0.6
* Bump to 2.0.5.Alexander Larsson2002-08-231-1/+1
| | | | | | | | 2002-08-23 Alexander Larsson <alexl@redhat.com> * configure.in: * NEWS: Bump to 2.0.5.
* Bump to 2.0.4NAUTILUS_2_0_4Alexander Larsson2002-08-141-2/+2
| | | | | | | | 2002-08-14 Alexander Larsson <alexl@redhat.com> * NEWS: * configure.in: Bump to 2.0.4
* updated. 2.0.3NAUTILUS_2_0_3Dave Camp2002-08-061-2/+2
| | | | | | | 2002-08-05 Dave Camp <dave@ximian.com> * NEWS: updated. * configure.in: 2.0.3
* Add news items. Bump requirements, patch from Rodney Dawes. Bump versionNAUTILUS_2_0_2Dave Camp2002-07-251-6/+6
| | | | | | | | 2002-07-25 Dave Camp <dave@ximian.com> * NEWS: Add news items. * configure.in: Bump requirements, patch from Rodney Dawes. Bump version to 2.0.2.
* Add major news itemsAlexander Larsson2002-07-231-2/+2
| | | | | | | | | | | 2002-07-22 Alexander Larsson <alexl@redhat.com> * NEWS: Add major news items * configure.in: Bump version to 2.0.1 Require eel 2.0.1
* use a macro to portably access the fs type (fixes bug #87889)jacob berkman2002-07-111-2/+2
| | | | | | | | | | | | | | | 2002-07-11 jacob berkman <jacob@ximian.com> * libnautilus-private/nautilus-volume-monitor.c (entry_is_supermounted_volume): (has_removable_mntent_options): use a macro to portably access the fs type (fixes bug #87889) (entry_is_supermounted_volume): #ifdef HAVE_HASMNTOPT around the body of this (get_removable_volumes): fix typos etc. when HAVE_GETMNTINFO is defined * configure.in: add checks for getmntinfo and sys/mount.h so that bsd mount code paths actually get built / run
* Don't use window geometry metadata to place the desktop window.Alexander Larsson2002-07-051-1/+1
| | | | | | | | | | | | | | | | | | 2002-07-05 Alexander Larsson <alexl@redhat.com> * src/nautilus-window-manage-views.c: Don't use window geometry metadata to place the desktop window. * libnautilus-private/nautilus-icon-factory.[ch]: Add a GnomeIconLoader to NautilusIconFactory. This is just initial code for handling icon themes in desktop file icons. * libnautilus-private/nautilus-link-desktop-file.c: Use GnomeIconLoader to load desktop file icons. * configure.in: Add gnome-desktop to COMPONENT_MODULES.
* use new eel_glade_get_file.Michael Meeks2002-07-021-5/+2
| | | | | | | | | | | | | | | | | 2002-07-02 Michael Meeks <michael@ximian.com> * src/nautilus-bookmarks-window.c (create_bookmarks_window): use new eel_glade_get_file. * configure.in: hack libglade out, we use eel now, requires a recent eel. * data/browser.xml: add mnemonics * src/nautilus-property-browser.c (nautilus_property_browser_init): don't shrink the description text, un-bold description [ makes it look ugly, but hey ].
* remove cut and paste complexity.Michael Meeks2002-07-021-2/+5
| | | | | | | | | | | | | | | | | | | 2002-07-02 Michael Meeks <michael@ximian.com> * src/nautilus-bookmarks-window.c (repopulate): remove cut and paste complexity. 2002-07-01 Michael Meeks <michael@ximian.com> * src/nautilus-bookmarks-window.c (create_bookmark_store): split out (create_bookmarks_window): UI review changes. (repopulate): set style. (bookmarks_set_empty): impl. (get_selected_bookmark): upd. (on_remove_button_clicked): upd. * configure.in: add libglade checks.
* Fix indentation.Alexander Larsson2002-06-111-9/+9
| | | | | | | | | | | | | | | 2002-06-11 Alexander Larsson <alla@lysator.liu.se> * src/nautilus-window.h (nautilus_window_save_geometry): * src/nautilus-window-manage-views.c (determined_initial_view_callback): * src/nautilus-application.c (nautilus_application_create_window): Fix indentation. * NEWS: Update version * configure.in: Bump requirements to latest versions.
* use new eel capabilities test.Michael Meeks2002-06-061-3/+3
| | | | | | | | | | | | 2002-06-06 Michael Meeks <michael@ximian.com> * src/file-manager/fm-icon-view.c (icon_view_handle_uri_list): use new eel capabilities test. * configure.in: require various gnome 2.0 releases. * Version 2.0.0
* Only enable the hardware view on Linux, if explicitely requested withMichael Meeks2002-06-061-1/+26
| | | | | | | | | | | 2002-06-06 Michael Meeks <michael@ximian.com> * configure.in: Only enable the hardware view on Linux, if explicitely requested with --enable-hardware add status printout at the end of configure. * components/hardware/Makefile.am (bin_PROGRAMS): only setup if ENABLE_HARDWARE_VIEW
* Bump version to 1.1.19 and update requirements.Alexander Larsson2002-06-031-2/+2
| | | | | | | | 2002-06-03 Alexander Larsson <alla@lysator.liu.se> * configure.in: * NEWS: Bump version to 1.1.19 and update requirements.
* Makefile.am configure.in remove old help docs from buildJohn Fleck2002-06-021-6/+0
| | | | | | | | 2002-06-01 John Fleck <jfleck@inkstain.net> * Makefile.am * configure.in remove old help docs from build
* Bump version to 1.1.18 and update requirements.NAUTILUS_1_1_18Alexander Larsson2002-05-271-3/+3
| | | | | | | | 2002-05-27 Alexander Larsson <alla@lysator.liu.se> * configure.in: * NEWS: Bump version to 1.1.18 and update requirements.
* updated docs files for new omf build systemChris Lyttle2002-05-271-12/+1
|
* Added Bulgarian - bg.Yanko Kaneti2002-05-231-1/+1
| | | | | | | | | 2002-05-23 Yanko Kaneti <yaneti@declera.com> * configure.in: (ALL_LINGUAS) Added Bulgarian - bg. * bg.po: Added Bulgarian translation from Borislav Aleksandrov <B.Aleksandrov@cnsys.bg>.
* Remove FAM check.Alex Graveley2002-05-221-20/+1
| | | | | | | | | | | | | | | 2002-05-22 Alex Graveley <alex@ximian.com> * configure.in: Remove FAM check. * acconfig.h: Remove HAVE_LIBFAM. * libnautilus-private/nautilus-monitor.[ch]: Convert to using gnome-vfs monitors. nautilus_monitor_active() now checks if FAM can be used by creating a monitor for the user's desktop directory, and caches this if successful. Adds an idle handler to call nautilus_file_changes_consume_changes(), so multiple file changes have a chance of being chunked together.
* Bumped to 1.1.17. Require eel 1.1.15.NAUTILUS_1_1_17Alex Larsson2002-05-201-2/+2
| | | | | | | | | 2002-05-20 Alex Larsson <alexl@redhat.com> * configure.in: * NEWS: Bumped to 1.1.17. Require eel 1.1.15.
* Remove libpng checks. They are not used.Alex Larsson2002-05-171-29/+0
| | | | | | | 2002-05-17 Alex Larsson <alexl@redhat.com> * configure.in: Remove libpng checks. They are not used.
* require libbonoboui >= 1.116.1 [ CVS ]Michael Meeks2002-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-05-17 Michael Meeks <michael@ximian.com> * configure.in: require libbonoboui >= 1.116.1 [ CVS ] * src/file-manager/fm-list-model.c (fm_list_model_clear): add pre-condition. * src/file-manager/fm-list-view.c (create_and_set_up_tree_view): hold a ref on the model. (fm_list_view_dispose): impl. (fm_list_view_class_init): upd. (fm_list_view_clear): only clear a non NULL model. * src/file-manager/fm-icon-view.c (get_icon_container): return NULL if we've no container. (fm_icon_view_clear): tolerate a NIL icon_container ( on a 2nd dispose perhaps ) * libnautilus-private/nautilus-directory-background.c (nautilus_file_background_read_desktop_settings): check the wallpaper_filename is not empty. * src/file-manager/fm-directory-view.c (fm_directory_view_destroy): hoist pointer NULLification up the method. 2002-05-16 Michael Meeks <michael@ximian.com> * libnautilus-private/nautilus-bookmark.c (nautilus_bookmark_get_pixmap_and_mask): kill, unused.
* applied patch from Ali Akcaagac to save the language and switch to C++.Damon Chaplin2002-05-161-0/+5
| | | | | | | | 2002-05-16 Damon Chaplin <damon@ximian.com> * configure.in (FAM_LIBS): applied patch from Ali Akcaagac to save the language and switch to C++. Almost identical to the gnome-vfs patch which has been approved. Fixes bug #80827.
* Bump version numberNAUTILUS_1_1_16Alex Larsson2002-05-131-2/+2
| | | | | | | | | | | | | | 2002-05-13 Alex Larsson <alexl@redhat.com> * configure.in: * NEWS: Bump version number 2002-05-13 Alex Larsson <alexl@redhat.com> * libnautilus-private/nautilus-file-operations.c: Make empty trash confirmation dialog title say "Empty Trash?" instead of "Delete Trash Contents?".
* Bump version to 1.1.15.Alex Larsson2002-05-061-1/+1
| | | | | | | | 2002-05-06 Alex Larsson <alexl@redhat.com> * NEWS: * configure.in: Bump version to 1.1.15.
* Require eel 1.1.13.David Emory Watson2002-05-051-1/+1
| | | | | | | | | | | 2002-05-04 David Emory Watson <dwatson@cs.ucr.edu> * configure.in: Require eel 1.1.13. * src/nautilus-location-bar.c: (try_to_expand_path): Handle filenames with embeded or trailing white- space. Fixes bug 46582. Also fixes a minor utf8 bug that crept into the build.
* remove new sidebarJacob Berkman2002-05-011-1/+0
| | | | | | 2002-05-01 Jacob Berkman <jacob@ximian.com> * configure.in (AC_OUTPUT): remove new sidebar
* Added Basque filePablo Saratxaga2002-04-291-1/+1
|
* Bump version to 1.1.14. Require eel 1.1.12NAUTILUS_1_1_14Alexander Larsson2002-04-291-2/+2
| | | | | | | | | 2002-04-28 Alexander Larsson <alla@lysator.liu.se> * NEWS: * configure.in: Bump version to 1.1.14. Require eel 1.1.12
* Bump version to 1.1.13. Require eel 1.1.11NAUTILUS_1_1_13Alexander Larsson2002-04-221-2/+2
| | | | | | | | | 2002-04-21 Alexander Larsson <alla@lysator.liu.se> * NEWS: * configure.in: Bump version to 1.1.13. Require eel 1.1.11
* Fix profiler CFLAGS.Anders Carlsson2002-04-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | 2002-04-20 Anders Carlsson <andersca@gnu.org> * configure.in: Fix profiler CFLAGS. * libnautilus-private/nautilus-file-utilities.c: * libnautilus-private/nautilus-file-utilities.h: Remove time stamp and build message functions. * src/nautilus-profiler.c: (widget_set_busy_cursor), (dump_dialog_new): Remove deprecated functions. * src/nautilus-window-manage-views.c: (update_title): Remove time stamp in title. * src/nautilus-window-menus.c: (help_menu_about_nautilus_callback): Remove unused build_message variable. * src/nautilus-window.c: (nautilus_window_instance_init): Set initial title to "Nautilus". Fixes #74627.
* Added Vietnamese filePablo Saratxaga2002-04-171-1/+1
|