2004-06-13 Christian Persch * help/Makefile.am: Add "es" to SUBDIRS. 2004-06-13 Christian Persch * configure.in: User GNOME_COMMON_INIT. 2004-06-13 Christian Persch * src/ephy-window.c: (show_embed_popup): Do not hide clipboard items for the input context, fixes bug #139040 (backported from HEAD). 2004-06-10 Christian Persch * embed/mozilla/GlobalHistory.cpp: Fix typo. 2004-06-09 Christian Persch * data/default-prefs.js: Disable xpinstall by default. Fixes bug #144035. 2004-06-09 Christian Persch * src/ephy-tab.c: (ephy_tab_class_init): Fix property IDs. 2004-06-08 Christian Persch * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): * src/bookmarks/ephy-bookmarks-import.h: Check for firefox dot-dir too. 2004-06-08 Marco Pesenti Gritti * data/default-prefs.js: * embed/mozilla/mozilla-embed-single.cpp: Move external protocols prefs defaults in the javascript file and add webcal (Bug #143899) (backported from HEAD) 2004-06-07 Christian Persch * embed/mozilla/FilePicker.cpp: * embed/mozilla/FilePicker.h: Fix setting the default filename in the !modeSave case. (Backported from HEAD.) 2004-06-05 Christian Persch * configure.in: * help/es/epiphany.xml: Merged from HEAD. 2004-06-02 Christian Persch * configure.in: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: Another API change on 1.7 branch. 2004-06-01 Christian Persch * NEWS: * configure.in: Updated for 1.2.6. 2004-05-29 Christian Persch * embed/mozilla/GlobalHistory.cpp: Filter unwanted urls (unused protocols, redirects, non-toplevel loads). Should fix bug #142143. 2004-05-29 Christian Persch * src/window-commands.c: (window_cmd_view_reload): Fix reload logic not to use forced reload by default. Patch by C. J. N. Breame, fixes bug #143365. 2004-05-29 Christian Persch * configure.in: Version 1.2.6. 2004-05-29 Christian Persch * lib/ephy-debug.h: Revert varargs change, it doesn't work for LOG("Message") without arguments. 2004-05-29 Christian Persch * lib/ephy-debug.h: Use ISO style variable argument macros. Patch by Brian Cameron, part of bug #141319. 2004-05-29 Christian Persch * configure.in: Add check for 'mkdtemp', since solaris doesn't have it. * lib/ephy-file-helpers.c: (ephy_file_tmp_dir): Error out if we don't have mkdtemp. Part of bug #141319 (Backported from HEAD.) 2004-05-29 Christian Persch * lib/ephy-dialog.c: (ephy_dialog_construct): Don't return a value in void function, part of bug #141319. 2004-05-29 Christian Persch * embed/ephy-embed.c: (ephy_embed_print_preview_navigate): Don't return a value in void function, part of bug #141319. 2004-05-29 Christian Persch * embed/mozilla/GtkNSSKeyPairDialogs.cpp: Fix for mozilla API change, backported from HEAD (ported from galeon). 2004-05-29 Christian Persch * configure.in: Depend on glib >= 2.4.1 because of the fix for bug #112222. Increase mozilla snapshot level for 1.8a2/trunk. (backported from HEAD) 2004-05-29 Christian Persch * configure.in: * po/tk.po: Merged from HEAD. 2004-05-28 Christian Persch * embed/mozilla/MozDownload.h: Include "config.h". 2004-05-24 Christian Persch * configure.in: * po/th.po: Merged from HEAD. 2004-05-23 Christian Persch R help/es/Makefile.in: remove Makefile.in errounously committed 2004-05-22 Crispin Flowerday * libegg/toolbareditor/egg-toolbar-editor.c (event_box_realize_cb), (editor_create_item): Set the drag icon on realize, otherwise the current icon theme isn't used, and it falls back to the default theme. 2004-05-22 Christian Persch * configure.in: Recognise mozilla 1.8a1 and 1.8a2. 2004-05-20 Christian Persch * embed/ephy-history.c: (ephy_history_set_property), (ephy_history_get_property): Fix stupid bug. 2004-05-20 Christian Persch * help/Makefile.am: Remove "es" from build, it's missing the figures. Fixes bug #142846. 2004-05-19 Christian Persch * src/ephy-notebook.c: (ephy_notebook_remove_tab): * src/ephy-window.c: (tab_removed_cb): Emit the "tab_removed" signal also for the window's last tab. Part of bug #142078. 2004-05-19 Christian Persch * lib/widgets/ephy-cell-renderer-progress.c: (ephy_cell_renderer_progress_render): Fix overflow. 2004-05-19 Christian Persch * configure.in: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozillaPrivate.cpp: Fix compilation with Mozilla 1.7 branch, patch by Carlos Romero. 2004-05-17 Christian Persch * embed/mozilla/EphySingle.cpp: Fix observer topic check for cookie "cleared" notification. 2004-05-15 Christian Persch * lib/egg/egg-toolbar-editor.c: (egg_toolbar_editor_finalize): Fix mem leaks. 2004-05-15 Christian Persch * embed/mozilla/mozilla-embed-persist.cpp: Fix refcount leak. 2004-05-15 Christian Persch * NEWS: Updated. 2004-05-15 Christian Persch * embed/mozilla/EphyBrowser.cpp: Set mEventReceiver to nsnull too in ::Destroy(), fixes a crasher. 2004-05-14 Christian Persch * embed/mozilla/EphyContentPolicy.cpp: Yet another mozilla API change (backported from HEAD). 2004-05-12 Christian Persch * src/epiphany.in: Make sure we don't add a colon at the end of LD_LIBRARY_PATH, which will make LD_LIBRARY_PATH include the current directory. Should fix bug #141576. 2004-05-11 Christian Persch * lib/ephy-dialog.c: (set_combo_box_from_value): Fix compilation with gcc 2.95. 2004-05-11 Christian Persch * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/mozilla-embed.cpp: Destroy browser on destroy, but delete it on finalize. Fix for bug #142184, merged from HEAD. 2004-05-09 Christian Persch * src/ephy-window.c: Fix accelerator for OpenImage action. 2004-05-08 Christian Persch * src/ephy-automation.c: (impl_ephy_automation_loadurl): Jump to new tabs created from command lines; fixes bug #141168. 2004-05-07 Christian Persch * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHeaderSniffer.h: Forward nsIAuthPrompt to the single sign-on prompt implementation. 2004-05-07 Christian Persch * embed/mozilla/FilePicker.cpp: Adjust some MOZILLA_SNAPSHOT checks. 2004-05-07 Christian Persch * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/mozilla-embed.cpp: Remove unused variables, and adjust some MOZILLA_SNAPSHOT checks. 2004-05-07 Christian Persch * configure.in: * embed/mozilla/Makefile.am: Suppress some warnings for C++ code. 2004-05-07 Christian Persch * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * embed/mozilla/EventContext.h: * embed/mozilla/FilePicker.cpp: * embed/mozilla/Makefile.am: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: * embed/mozilla/mozilla-download.cpp: * embed/mozilla/mozilla-embed-persist.cpp: Merged nsIDownload API changes from HEAD. 2004-05-07 Christian Persch * configure.in: Increase snapshot level for mozilla 1.7rc2, they've changed API again. 2004-05-07 Christian Biesinger * embed/mozilla/ExternalProtocolHandlers.cpp: * embed/mozilla/ExternalProtocolHandlers.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/MozRegisterComponents.h: * embed/mozilla/mozilla-embed-single.cpp: Eliminate ExternalProtocolHandlers in favor of setting prefs to make Mozilla not handle the protocols internally. (Backported from HEAD.) 2004-05-06 Christian Persch * configure.in: Remove duplicate entry for moz 1.4.2. 2004-05-04 Christian Persch * configure.in: Recognise mozilla 1.7rc too. 2004-05-03 Christian Persch * configure.in: Post-release version bump.