2004-08-01 Christian Persch * NEWS: Updated for 1.2.7. 2004-07-31 Christian Persch * src/ephy-window.c: (update_exit_fullscreen_popup_position), (size_changed_cb), (ephy_window_destroy), (add_widget): Disconnect from screen's size-changed on finalize too. 2004-07-31 Christian Persch * embed/mozilla/EphyBrowser.cpp: Use nsIDOMWindow2 to get the event target for mozilla >= 1.7rc3. 2004-07-31 Christian Persch * embed/mozilla/EphyContentPolicy.cpp: Typo fix. 2004-07-31 Christian Persch * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: s/nsCString/nsACString/ in a few places. Patch taken from FreeBSD ports. 2004-07-29 Christian Persch * configure.in: * embed/mozilla/EphyContentPolicy.cpp: Mozilla API change. 2004-07-28 Christian Persch * embed/mozilla/EventContext.cpp: Fix build with old mozilla versions (<= 1.5). 2004-07-25 Christian Persch * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHeaderSniffer.h: * embed/mozilla/mozilla-embed-persist.cpp: Pass the single to the header sniffer and weak ref it. Fixes bug #141928, backported from HEAD. 2004-07-25 Christian Persch * embed/mozilla/EphySingle.cpp: * embed/mozilla/mozilla-embed-single.cpp: Release the single observer in dispose. Should fix bug #146873 and bug #146461. 2004-07-24 Christian Persch * embed/mozilla/mozilla-embed.cpp: Stored state is guint not gint. 2004-07-22 Christian Persch * embed/mozilla/MozDownload.cpp: * lib/ephy-file-helpers.c: (ephy_ensure_dir_exists): * lib/ephy-file-helpers.h: Handle the case where the downloads dir cannot be created gracefully. Fix #146902 (backported from HEAD). 2004-07-22 Christian Persch * embed/mozilla/mozilla-notifiers.cpp: Remove a unused variable. 2004-07-22 Christian Persch * embed/mozilla/mozilla-embed-single.cpp: Mozilla API change (backported from HEAD). 2004-07-22 Christian Persch * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: Fix mem leaks (ported from Galeon). 2004-07-17 Christian Persch * embed/print-dialog.c: (ephy_print_dialog_browse_button_cb): Since the print dialogue is modal the filechooser needs to be modal too. Fixes bug #147628. 2004-07-10 Christian Persch * configure.in: * data/glade/print.glade: * embed/ephy-embed-single.c: (ephy_embed_single_print_setup): * embed/ephy-embed-single.h: * embed/ephy-embed.c: (ephy_embed_print), (ephy_embed_set_print_preview_mode): * embed/ephy-embed.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/PrintingPromptService.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: * embed/print-dialog.c: (ephy_print_get_print_info), (ephy_print_dialog_response_cb), (ephy_print_setup_dialog_help_button_cb), (ephy_print_dialog_new): * embed/print-dialog.h: * src/ephy-shell.c: (ephy_shell_init), (ephy_shell_finalize), (ephy_shell_get_prefs_dialog): * src/ephy-shell.h: * src/ephy-window.c: (ephy_window_delete_event_cb), (ephy_window_finalize), (update_embed_dialogs), (ephy_window_find): * src/ppview-toolbar.c: (toolbar_cmd_ppv_close): * src/window-commands.c: (window_cmd_file_print_setup), (window_cmd_file_print_preview), (window_cmd_file_print): Make print and print setup go trough nsIPrintingPromptService (backported from HEAD). 2004-07-09 Christian Persch * configure.in: Depend on libgnomeui >= 2.6.0. Fixes bug #145776. 2004-07-07 Christian Persch * embed/print-dialog.c: (ephy_print_get_print_info): Don't convert filename encoding here, since we use it as UTF-8 in MozillaPrivate. 2004-07-07 Christian Persch * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: * embed/mozilla/Makefile.am: Unescape the mailto: address, fixes bug #144462 (merged from HEAD). 2004-07-06 Christian Persch * configure.in: * po/he.po: Merged from HEAD. 2004-06-29 Christian Persch * lib/ephy-dialog.c: (togglebutton_clicked_cb), (radiobutton_clicked_cb), (spinbutton_timeout_cb), (changed_cb): Set sane_state to TRUE from user changes, otherwise broken prefs will never get overwritten. 2004-06-23 Christian Persch * embed/mozilla/GlobalHistory.cpp: Move check for javascript after the http[s] checks. 2004-06-21 Christian Persch * lib/egg/egg-toolbars-model.c: (parse_item_list): Check for empty attributes before adding the item when parsing the toolbars file. Should fix bug #144698 2004-06-21 Christian Persch * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): Allow importing from Epiphany bookmarks format (RDF), fixes bug #144699. 2004-06-20 Christian Persch * embed/mozilla/GlobalHistory.cpp: Remove implementation of GlobalHistory2::HidePage, it's really not used anyway in mozilla (history load listener is the only place, and it's not build, not even updated for API changes) 2004-06-20 Christian Persch * embed/mozilla/GlobalHistory.cpp: Implement GlobalHistory[2]::HidePage, fixes bug #142143. 2004-06-17 Christian Persch * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: Escape strings before using them with markup in labels. Patch by Crispin Flowerday. 2004-06-15 Christian Persch * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/mozilla-embed.cpp: Work around mozilla bug #246392 which goes back to the original urls when reloading a frameset. Fixes bug #115800. 2004-06-14 Christian Persch * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): Use g_markup_print_escaped(). 2004-06-14 Christian Persch * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): * src/bookmarks/ephy-topic-action.c: (build_topics_menu): Escape strings before using them with markup in labels. 2004-06-13 Christian Persch * configure.in: Post-release version bump. 2004-06-13 Christian Persch === Release 1.2.6 ===