=== gedit 2.14.3 === 2006-05-29 Paolo Borelli * configure.ac: * README: * NEWS: gedit 2.14.3 released 2006-05-22 Paolo Borelli * gedit/gedit-session.c (client_die_cb): do not call shutdown functions. 2006-05-02 Steve Frécinaux * plugins/modelines/modelines.py: fix a warning (typo in a function call). 2006-04-25 Steve Frécinaux * gedit/gedit-panel.c: Remove some unused non-working code. 2006-04-24 Paolo Maggi Fixed bug #339597 - gedit Manual Page Bugs * data/gedit.1: fix the doubled occurences of the string 'gedit' in the manpage. Removed the section about piper since they are not supported anymore. Based on a patch by Richard Laager 2006-04-20 Paolo Maggi Fixed bug #338912 – Find Next/Previous wrap around even when wrapping is off * gedit/gedit-commands-search.c (do_find_again): uses LastSearchData to remember if during the last search "Wrap Around" was on or off 2006-04-20 Paolo Borelli * data/gedit.pc.in: remove eel leftover. 2006-04-20 Paolo Borelli * gedit/gedit-document-loader.c: * gedit/gedit-document-saver.c: Fix includes to make it compile on DragonFly BSD. 2006-04-20 Paolo Maggi Fixes bug #338173 - Gedit show keyring store password on the window title bar * gedit/gedit-utils.[ch] (gedit_utils_format_uri_for_display): new function similar to gnome_vfs_format_uri_for_display but that hides the password if needed * gedit/gedit-commands-file.c (load_file_list) (replace_read_only_file) (save_dialog_response_cb): use gedit_utils_format_uri_for_display instead of gnome_vfs_format_uri_for_display * gedit/gedit-io-error-message-area.c (gedit_unrecoverable_loading_error_message_area_new) (gedit_unrecoverable_reverting_error_message_area_new) (gedit_conversion_error_while_loading_message_area_new) (gedit_conversion_error_while_saving_message_area_new) (gedit_file_already_open_warning_message_area_new) (gedit_externally_modified_saving_error_message_area_new) (gedit_no_backup_saving_error_message_area_new) (gedit_unrecoverable_saving_error_message_area_new): ditto * gedit/gedit-tab.c (show_saving_message_area): ditto * gedit/gedit-document.c (gedit_document_get_uri_for_display): hides the password if needed * gedit/gedit-window.c (recent_tooltip_func_gtk) (recent_tooltip_func_uim): uses gedit_utils_format_uri_for_display instead of egg_recent_item_get_uri_for_display