aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove API doc generationXan Lopez2013-02-1011-937/+0
| | | | | | We don't have extensions anymore, so this serves no purpose. If we ever add a new (hopefully much smaller!) API set for next-generation extensions we'll resurrect the docs for it.
* ephy-file-helpers: remove ephy_file_switch_temp_file()Claudio Saavedra2013-01-281-1/+0
| | | | | It is racy and it is unnecessary as we've replaced all its instances with g_file_set_contents().
* lib: Remove unused EphySearchEntry widgetBastien Nocera2012-12-103-11/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687744
* g_type_init is no longer mandatory in GObjectXan Lopez2012-10-191-4/+1
|
* doc: remove some obsolete files in the ignore listXan Lopez2012-10-081-5/+0
|
* Remove extensions supportXan Lopez2012-10-081-1/+0
| | | | | | | This removes the old style extension support, you can read the rationale in the bug report. https://bugzilla.gnome.org/show_bug.cgi?id=685630
* Make sure windows are properly closed when quitting from the shell menuCarlos Garcia Campos2012-09-271-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=679844
* ephy-file-helpers: Add ephy_sanitize_filename()Carlos Garcia Campos2012-09-101-0/+1
| | | | | | To convert any possible directory separator into an underscore. https://bugzilla.gnome.org/show_bug.cgi?id=683711
* Remove obsolete reference to ephy-marshal.[c,h]Xan Lopez2012-09-091-1/+0
|
* embed-shell: should be safe to drop the legacy print setup code nowXan Lopez2012-09-081-1/+0
|
* Add code coverage supportXan Lopez2012-09-041-0/+2
| | | | | | | | | | Needs a fairly recent gnome-common. To use do: - Run configure with --enable-code-coverage - Type 'make check-code-coverage' - Open the HTML results https://bugzilla.gnome.org/show_bug.cgi?id=683297
* extensions: remove seed supportDiego Escalante Urrelo2012-07-311-5/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680905
* ephy-web-view: ephy_web_view_location_changed is private to its classXan Lopez2012-06-281-1/+0
| | | | Do not make it public.
* ephy-web-view: get rid of 'ephy_web_view_get_location'Xan Lopez2012-06-281-1/+0
| | | | | | Nowhere in epiphany were we using the "get the non-toplevel location" feature (which was broken anyway), so I think we should be able to just use get_address everywhere.
* ephy-web-view: Add ephy_web_view_load_failed()Carlos Garcia Campos2012-06-241-0/+1
| | | | To check whether the load operation in the web view failed.
* docs: do not use g_thread_init in the doc scannerXan Lopez2012-06-211-1/+1
|
* ephy-window: remove ephy-fullscreen-popupClaudio Saavedra2012-06-201-1/+0
| | | | | | We're no longer using it https://bugzilla.gnome.org/show_bug.cgi?id=671195
* epiphany-sections: remove some dead stuffXan Lopez2012-06-141-8/+0
|
* e-file-helpers: Add ephy_file_create_data_uri_for_filename()Carlos Garcia Campos2012-06-141-0/+1
| | | | | | | It creates a data URI for the given filename. Use the new function when building error and applications pages. https://bugzilla.gnome.org/show_bug.cgi?id=677025
* Remove a few more egg leftoversXan Lopez2012-05-101-9/+0
|
* doc: remove references to removed filesXan Lopez2012-03-201-2/+0
|
* doc: fix distcheck, link to the new history libraryXan Lopez2012-03-081-0/+2
|
* ephy-window: make ephy_window_get_find_toolbar privateXan Lopez2012-01-212-10/+0
| | | | | Surely this is not interesting for anyone outside Epiphany? It's not used in extensions.
* doc: fix distcheckXan Lopez2012-01-201-2/+0
|
* Remove EphyGoAction, it's unusedXan Lopez2012-01-021-1/+0
|
* epiphany.types: remove more obsolete stuffXan Lopez2011-12-151-2/+0
|
* Remove traces of EphyZoomControlXan Lopez2011-12-153-61/+0
|
* Remove ephy_window_get_toolbarXan Lopez2011-12-142-10/+0
| | | | The only use in window-commands.c is not superfluous.
* ephy-web-view: remove unused and unimplemented methodXan Lopez2011-09-111-1/+0
|
* ephy-profile-migration: separate migration code into another binaryDiego Escalante Urrelo2010-12-071-5/+0
| | | | | | | | | | | The migration code is now in the ephy-profile-migrator binary, this means: - epiphany is not linking to NSS anymore - lib/ephy-profile-migration.c was split into: + lib/ephy-profile-migrator.c: the new ephy-profile-migrator binary + lib/ephy-profile-utils.c: convenience _ephy_profile_*_form_auth_data functions. - testing for migration is done without running ephy-profile-migrator Bug #636685
* Spinner changesXan Lopez2010-10-244-73/+0
| | | | | | | | | | | | | | We get rid of the spinner in the toolbar, since load information is already given by the floating status indicator inside the WebView. The only remaining spinner is the one in the tabs, which has been ported to use GtkSpinner. Get rid of EphySpinner. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=524809 (again) https://bugzilla.gnome.org/show_bug.cgi?id=598442
* Use a chromium-like status bar by defaultXan Lopez2010-05-194-22/+0
| | | | | | | | | | Get rid of our statusbar for good and switch to something like what Chromium uses, since it takes less vertical space. The only regression is that we lose the resize grip, but that should be re-added to GtkWindow soon. Bug #609713
* Remove popup state from the statusbarXan Lopez2010-05-131-1/+0
| | | | | The whole feature is kind of broken anyway. When we fix we'll figure out how to show it in the UI.
* ephy-statusbar: remove caret browsing indicatorXan Lopez2010-05-131-1/+0
| | | | | We now show a dialog before enabling the preference, which should be warning enough.
* Do not show the security status in the statusbarXan Lopez2010-05-121-2/+0
| | | | | It's already shown in the URL entry, so it's redundant. First step towards getting rid of the statusbar for good...
* docs: ephy-file-helpersDiego Escalante Urrelo2010-01-223-2/+27
|
* docs: delete deprecated templatesDiego Escalante Urrelo2010-01-2222-2738/+53
|
* Fix docs build with gtk-doc 1.13Sebastian Dröge2010-01-151-1/+1
| | | | gtkdoc-fixxref now needs the module to work correctly.
* Enable threads for gtk-doc scannerXan Lopez2009-12-311-0/+3
|
* Revert "docs: remove generated templates"Xan Lopez2009-12-3123-13/+3346
| | | | | | This reverts commit 3deb6e06fd3cccaf26bca8c81bf1f83ef7993dd6. This broke distcheck.
* docs: ephy-web-viewDiego Escalante Urrelo2009-12-183-3/+58
|
* docs: ephy-dialogDiego Escalante Urrelo2009-12-184-1/+33
|
* docs: ephy-debugDiego Escalante Urrelo2009-12-183-1/+12
|
* docs: include NSS libs when appropiateDiego Escalante Urrelo2009-12-181-0/+5
| | | | | | This fixes the build when docs are enabled. Bug #604637
* docs: ephy-location-actionDiego Escalante Urrelo2009-12-034-1/+11
| | | | Bug #503852
* docs: ephy-toolbarDiego Escalante Urrelo2009-12-034-1/+21
| | | | Bug #503852
* docs: ephy-statusbarDiego Escalante Urrelo2009-12-034-1/+16
| | | | Bug #503852
* docs: ephy-windowDiego Escalante Urrelo2009-12-033-0/+21
| | | | | | | Also make _ephy_window_set_context_event and _ephy_window_unset_context_event static since noone was using those. Bug #503852
* docs: ephy-tree-model-nodeDiego Escalante Urrelo2009-12-033-0/+13
| | | | Bug #503852
* docs: ephy-tree-model-sortDiego Escalante Urrelo2009-12-034-256/+39
| | | | | | Also disable incomplete documentation. Bug #503852
* docs: ephy-node-viewDiego Escalante Urrelo2009-12-034-1/+25
| | | | Bug #503852
* docs: remove old nonexistant APIDiego Escalante Urrelo2009-12-032-91/+0
| | | | Bug #503852
* docs: ephy-zoom-actionDiego Escalante Urrelo2009-12-033-1/+9
|
* docs: update reference-howtoDiego Escalante Urrelo2009-12-031-23/+20
|
* docs: remove useless 'plan'Diego Escalante Urrelo2009-12-035-343/+0
|
* docs: remove generated templatesDiego Escalante Urrelo2009-12-0323-3346/+13
|
* Enable gtk-doc & g-ir-scanner support for our introspection annotationsIain Nicol2009-10-301-0/+2
| | | | | | Partial fix for bug #599757. Signed-off-by: Xan Lopez <xan@gnome.org>
* Remove a couple of references to EphyCommandManagerXan Lopez2009-09-111-115/+0
|
* Get rid of EphyCommandManagerXan Lopez2009-09-103-20/+0
| | | | It was just another useless abstraction at this point.
* Remove unused stuff and clean old references to Mozilla.Xan Lopez2009-08-122-11/+0
|
* Remove ephy-password-manager leftoversXan Lopez2009-08-101-2/+0
|
* Remove EphyEmbedFactory from docs.Xan Lopez2009-06-062-7/+0
|
* doc/reference/Makefile.am: remove leftovers.Xan Lopez2009-06-061-3/+0
|
* Remove Python support.Xan Lopez2009-06-061-8/+0
| | | | | The supported language for extensions other than C/C++ is now JavaScript through Seed.
* Remove embedfactory library from Makefiles.Xan Lopez2009-06-061-1/+0
|
* Make EphyEmbedSingle a non-interface type.Xan Lopez2009-06-061-2/+0
|
* Move method to copy history between embeds/views to EphyWebView from EphyEmbed.Xan Lopez2009-05-313-40/+0
| | | | Just part of the gradual progress to get rid of the Embed interface.
* Add SEED_LIBS when seed extensions are enabled.Xan Lopez2009-03-111-0/+5
| | | | svn path=/trunk/; revision=8870
* Remove ephy-download leftovers.Xan Lopez2009-03-112-3/+0
| | | | svn path=/trunk/; revision=8869
* Removing references to the now extint EphyCookieManager from the gtk-docGustavo Noronha Silva2009-03-032-3/+0
| | | | | | files. svn path=/trunk/; revision=8842
* Remove ephy_embed_has_automatic_encoding, it's unused now.Xan Lopez2009-03-021-12/+0
| | | | svn path=/trunk/; revision=8833
* Remove CXX/C++ stuff from configure/Makefiles.Xan Lopez2009-03-011-2/+2
| | | | | | We are just C now, so it should be OK. svn path=/trunk/; revision=8826
* Use libsoup, getting the session from webkit, to handle cookies.Xan Lopez2009-02-232-122/+0
| | | | | | | Requires libsoup-gnome for SoupCookieJarSQLite storage. Depending on 2.25.91, although we actually need trunk to get working code. svn path=/trunk/; revision=8811
* Implement scrolling in EphyFindToolbar.Xan Lopez2009-01-231-3/+0
| | | | svn path=/trunk/; revision=8720
* Remove EphyIconEntry leftovers.Xan Lopez2009-01-223-12/+0
| | | | svn path=/trunk/; revision=8715
* We no longer need a separate pkg-config check for WEBKIT.Gustavo Noronha Silva2009-01-141-2/+0
| | | | | | Bug #567601 svn path=/trunk/; revision=8682
* Enable docs for ephy-spinnerDiego Escalante Urrelo2008-11-306-4/+71
| | | | svn path=/trunk/; revision=8624
* Document lib/widgets/ephy-zoom-control.cDiego Escalante Urrelo2008-11-305-4/+65
| | | | svn path=/trunk/; revision=8622
* Regenerate docs templates, after new docs addedDiego Escalante Urrelo2008-09-292-113/+149
| | | | svn path=/trunk/; revision=8568
* Correctly title Ephy*Entry widgets in docsDiego Escalante Urrelo2008-09-295-4/+76
| | | | svn path=/trunk/; revision=8567
* Enable ephy-search-entry docs buildDiego Escalante Urrelo2008-09-297-12/+49
| | | | | | Also, create a new Widgets section. svn path=/trunk/; revision=8566
* Enable ephy-icon-entry docs buildDiego Escalante Urrelo2008-09-296-46/+56
| | | | svn path=/trunk/; revision=8564
* Enable documentation build for ephy-location-entryDiego Escalante Urrelo2008-09-297-63/+341
| | | | | | | | | | | Conflicts: doc/reference/epiphany-sections.txt doc/reference/tmpl/EphySingle.sgml doc/reference/tmpl/ephy-embed.sgml doc/reference/tmpl/epiphany-unused.sgml svn path=/trunk/; revision=8558
* embed: remove ephy_embed_close.Xan Lopez2008-07-031-1/+0
| | | | | | Just destroy the embed widget. svn path=/trunk/; revision=8332
* embed: remove ephy_embed_{set,get}_zoom.Xan Lopez2008-07-012-23/+0
| | | | | | Set zoom-level on the WebKitWebView directly. svn path=/trunk/; revision=8327
* embed: remove ge-zoom-changed and zoom property.Xan Lopez2008-07-011-9/+0
| | | | | | Use zoom-level property in WebKit directly. svn path=/trunk/; revision=8326
* embed: remove ephy_embed_get_{next,previous}_history_item.Xan Lopez2008-06-301-2/+0
| | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8312
* embed: remove ephy_embed_get_{backward,forward}_history.Xan Lopez2008-06-301-2/+0
| | | | | | Use WebKit APIs directly. svn path=/trunk/; revision=8311
* embed: remove ephy_embed_print.Xan Lopez2008-06-302-10/+0
| | | | | | And use the WebKit API directly. svn path=/trunk/; revision=8309
* docs: forgot to remove these.Xan Lopez2008-06-301-4/+0
| | | | svn path=/trunk/; revision=8308
* embed: remove ephy_embed_can_go_back.Xan Lopez2008-06-302-10/+0
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8307
* embed: remove ephy_embed_can_go_forward.Xan Lopez2008-06-302-11/+0
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8306
* embed: remove ephy_embed_go_forward.Xan Lopez2008-06-302-9/+0
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8305
* embed: remove ephy_embed_go_back.Xan Lopez2008-06-302-9/+0
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8304
* embed: remove ephy_embed_reload.Xan Lopez2008-06-302-10/+0
| | | | | | Use WebKit API directly. svn path=/trunk/; revision=8303
* embed: remove ephy_embed_stop_load.Xan Lopez2008-06-302-10/+0
| | | | | | Use webkit API directly in window-commands.c svn path=/trunk/; revision=8302
* Add epiphany.h. Only allow including epiphany.h; all other headers are privateChristian Persch2008-04-124-23/+85
| | | | svn path=/trunk/; revision=8211
* More gecko exorcismChristian Persch2008-04-082-14/+0
| | | | svn path=/trunk/; revision=8197
* Remove nonexistent filesChristian Persch2008-04-081-20/+0
| | | | svn path=/trunk/; revision=8196
* Exorcise gecko configure & build stuffChristian Persch2008-04-041-27/+5
| | | | svn path=/trunk/; revision=8183
* Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657Christian Persch2008-03-111-2/+2
| | | | svn path=/trunk/; revision=8094
* Fix build with latest glib.Wouter Bolsterlee2008-03-051-1/+1
| | | | svn path=/trunk/; revision=8030
* updatesChristian Persch2008-02-281-1/+0
| | | | svn path=/trunk/; revision=8000
* Fix prompt service for xr 1.9 wrt. DOM notifications. Bug #504445.Christian Persch2008-02-182-31/+34
| | | | svn path=/trunk/; revision=7967
* Fix the docs build.Christian Persch2008-02-181-0/+1
| | | | svn path=/trunk/; revision=7965
* Add ephy-embed::new-document-now signal, does the same than oldXan Lopez2008-02-181-0/+5
| | | | | | | | ge-content-change (used by adblock extension). Part of #502283 svn path=/trunk/; revision=7959
* Generated doc files and ignore patternsWouter Bolsterlee2008-01-252-2/+1
| | | | svn path=/trunk/; revision=7885
* Release 2.21.5RELEASE_2_21_5Christian Persch2008-01-153-45/+41
| | | | svn path=/trunk/; revision=7866
* Release 2.21.4.RELEASE_2_21_4Christian Persch2007-12-167-152/+341
| | | | svn path=/trunk/; revision=7776
* updateRELEASE_2_19_6Christian Persch2007-07-311-1/+0
| | | | svn path=/trunk/; revision=7221
* And make it link, tooChristian Persch2007-07-311-17/+23
| | | | svn path=/trunk/; revision=7220
* Trying to fix the docs buildChristian Persch2007-07-311-8/+8
| | | | svn path=/trunk/; revision=7219
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-281-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-27 Xan Lopez <xan@gnome.org> * Makefile.am: * configure.ac: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/ephy-embed-factory.c: (ephy_embed_factory_new_object): * embed/ephy-embed-persist.c: * embed/ephy-embed-shell.c: * embed/ephy-embed.c: * embed/webkit/Makefile.am: * embed/webkit/webkit-embed-find.cpp: * embed/webkit/webkit-embed-find.h: * embed/webkit/webkit-embed-persist.cpp: * embed/webkit/webkit-embed-persist.h: * embed/webkit/webkit-embed-single.cpp: * embed/webkit/webkit-embed-single.h: * embed/webkit/webkit-embed.cpp: * embed/webkit/webkit-embed.h: * src/Makefile.am: Add support for the WebKit engine, compile with --with-engine=webkit to activate. * embed/mozilla/mozilla-embed-single.cpp: Move to the G_DEFINE_TYPE_WITH_CODE macro. svn path=/trunk/; revision=7208
* s/MOZILLA/GECKO/g for consistency with gge.Christian Persch2007-07-171-5/+5
| | | | | | | | | | | | | | | 2007-07-16 Christian Persch <chpe@gnome.org> * configure.ac: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/mozilla/Makefile.am: * plugins/desktop-file/Makefile.am: * src/Makefile.am: s/MOZILLA/GECKO/g for consistency with gge. svn path=/trunk/; revision=7173
* updatedXULRUNNER_BRANCHPOINTChristian Persch2007-07-161-1/+0
| | | | svn path=/trunk/; revision=7168
* updateChristian Persch2007-07-101-1/+0
| | | | svn path=/trunk/; revision=7139
* Add debugging.txt to EXTRA_DIST.Christian Persch2007-06-171-1/+6
| | | | | | | | | | 2007-06-16 Christian Persch <chpe@gnome.org> * doc/Makefile.am: Add debugging.txt to EXTRA_DIST. svn path=/trunk/; revision=7084
* Fix docs build on xulrunner trunk.Christian Persch2007-06-052-11/+2
| | | | | | | | | | 2007-06-05 Christian Persch <chpe@gnome.org> * doc/reference/Makefile.am: Fix docs build on xulrunner trunk. svn path=/trunk/; revision=7070
* === Release 2.18.0 ===Christian Persch2007-03-121-1/+0
| | | | | | | | 2007-03-11 Christian Persch <chpe@gnome.org> === Release 2.18.0 === svn path=/trunk/; revision=6950
* === Release 2.17.90 ===RELEASE_2_17_90Christian Persch2007-01-221-1/+0
| | | | | | | | | | 2007-01-22 Christian Persch <chpe@svn.gnome.org> === Release 2.17.90 === * configure.ac: svn path=/trunk/; revision=6836
* === Release 2.17.5 ===RELEASE_2_17_5Christian Persch2007-01-091-1/+0
| | | | | | | | | | | | | 2007-01-09 Christian Persch <chpe@svn.gnome.org> === Release 2.17.5 === * NEWS: * configure.ac: * data/default-prefs-common.js: * doc/reference/tmpl/ephy-embed.sgml: svn path=/trunk/; revision=6806
* .cvsignore files are obsoleteChristian Persch2006-12-302-17/+0
| | | | svn path=/trunk/; revision=6768
* Fix bookmarks export to HTML. Bug #345925, patch by Stefan Stuhr.Christian Persch2006-12-181-1/+11
| | | | | | | | 2006-12-17 Christian Persch <chpe@cvs.gnome.org> * data/epiphany-bookmarks-html.xsl: Fix bookmarks export to HTML. Bug #345925, patch by Stefan Stuhr.
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-12-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/GeckoPrintService.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: * lib/ephy-file-chooser.c: (ephy_file_chooser_constructor): * lib/ephy-gui.c: (ephy_gui_check_location_writable): * lib/ephy-module.c: * lib/ephy-password-dialog.c: (ephy_password_dialog_constructor): * lib/ephy-spell-check.c: * lib/ephy-stock-icons.h: * lib/widgets/.cvsignore: * lib/widgets/ephy-spinner-tool-item.c: (ephy_spinner_tool_item_toolbar_reconfigured): * lib/widgets/testspinner.c: * plugins/desktop-file/plugin.cpp: * src/bookmarks/ephy-bookmarks.c: (redirect_cb): * src/ephy-history-window.c: (confirmation_dialog_construct): * src/ephy-main.c: (main): * src/ephy-session.c: (confirm_shutdown_cb), (session_command_autoresume): * src/ephy-shell.c: (ephy_shell_add_sidebar_cb): * src/ephy-toolbar-editor.c: (ephy_toolbar_editor_constructor): * src/ephy-window.c: (construct_confirm_close_dialog): * src/pdm-dialog.c: (pdm_dialog_init): * src/window-commands.c: (window_cmd_help_about): Use a define for the default window icon. Bug #385872. * lib/ephy-module.c: The symbol can be NULL even though the symbol lookup succeeded.
* === Release 2.17.2 ===RELEASE_2_17_2Christian Persch2006-11-062-79/+6
| | | | | | | | | | 2006-11-06 Christian Persch <chpe@cvs.gnome.org> === Release 2.17.2 === * configure.ac: * data/default-prefs-common.js: * src/ephy-notebook.c: (build_tab_label):
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
|
* Remove some unnecessary static data.Christian Persch2006-09-071-0/+6
| | | | | | | | 2006-09-06 Christian Persch <chpe@cvs.gnome.org> * *.c *.cpp: Remove some unnecessary static data.
* Update API version for 2.16.Christian Persch2006-09-041-0/+3
| | | | | | | | 2006-09-03 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Update API version for 2.16.
* === Release 2.5.91 ===RELEASE_2_5_91Christian Persch2006-08-081-0/+3
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> === Release 2.5.91 === * configure.ac:
* Try to fix the docs build with gecko trunk.Christian Persch2006-08-081-0/+3
| | | | | | | | 2006-08-07 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Try to fix the docs build with gecko trunk.
* === Release 2.15.4 ===RELEASE_2_15_4Christian Persch2006-07-113-9/+11
| | | | | | | | 2006-07-10 Christian Persch <chpe@cvs.gnome.org> === Release 2.15.4 === * configure.ac:
* === Release 2.15.3 ===RELEASE_2_15_3Christian Persch2006-06-111-0/+3
| | | | | | | | 2006-06-10 Christian Persch <chpe@cvs.gnome.org> === Release 2.15.3 === * configure.ac:
* Manpage update from Victor Osadci.Christian Persch2006-05-141-17/+23
| | | | | | | | 2006-05-14 Christian Persch <chpe@cvs.gnome.org> * doc/epiphany.1: Manpage update from Victor Osadci.
* Drop support for gecko 1.7.Christian Persch2006-05-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-05-10 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/glade/prefs-dialog.glade: * embed/ephy-favicon-cache.c: (ephy_favicon_cache_get): * embed/mozilla/AutoJSContextStack.cpp: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/ContentHandler.h: * embed/mozilla/EphyAboutModule.cpp: * embed/mozilla/EphyAboutModule.h: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyBrowser.h: * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyContentPolicy.h: * embed/mozilla/EphyDirectoryProvider.cpp: * embed/mozilla/EphyFind.cpp: * embed/mozilla/EphyFind.h: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHeaderSniffer.h: * embed/mozilla/EphyHistoryListener.cpp: * embed/mozilla/EphyHistoryListener.h: * embed/mozilla/EphyPromptService.cpp: * embed/mozilla/EphySidebar.cpp: * embed/mozilla/EphySidebar.h: * embed/mozilla/EphySingle.cpp: * embed/mozilla/EphySingle.h: * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyUtils.h: * embed/mozilla/EventContext.cpp: * embed/mozilla/EventContext.h: * embed/mozilla/FilePicker.cpp: * embed/mozilla/FilePicker.h: * embed/mozilla/GlobalHistory.cpp: * embed/mozilla/GlobalHistory.h: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.cpp: * embed/mozilla/GtkNSSSecurityWarningDialogs.h: * embed/mozilla/Makefile.am: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: * embed/mozilla/MozRegisterComponents.cpp: * embed/mozilla/MozRegisterComponents.h: * embed/mozilla/MozillaPrivate.cpp: * embed/mozilla/MozillaPrivate.h: * embed/mozilla/PrintingPromptService.cpp: * embed/mozilla/PrintingPromptService.h: * embed/mozilla/mozilla-download.cpp: * embed/mozilla/mozilla-download.h: * embed/mozilla/mozilla-embed-event.cpp: * embed/mozilla/mozilla-embed-event.h: * embed/mozilla/mozilla-embed-find.cpp: * embed/mozilla/mozilla-embed-find.h: * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed-persist.h: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: * embed/mozilla/mozilla-embed.h: * embed/mozilla/mozilla-notifiers.cpp: * embed/mozilla/mozilla-notifiers.h: * embed/mozilla/mozilla-x509-cert.cpp: * embed/mozilla/mozilla-x509-cert.h: * lib/ephy-gui.c: * lib/ephy-gui.h: * lib/ephy-langs.c: * m4/gecko.m4: * src/ephy-window.c: (sync_tab_security): * src/prefs-dialog.c: (prefs_dialog_init): Drop support for gecko 1.7.
* === Release 2.15.1 ===RELEASE_2_15_1Christian Persch2006-04-247-32/+3
| | | | | | | | | | | | | | | | | | | 2006-04-24 Christian Persch <chpe@cvs.gnome.org> === Release 2.15.1 === * configure.ac: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: * src/window-commands.c: (window_cmd_help_about): Update for 2.15.1. * help/eu/eu.po: * help/fi/fi.po: * help/ja/ja.po: Fix the build by adding bogus translator-credits strings.
* === Release 1.9.7 ===Christian Persch2006-02-143-10/+12
| | | | | | | | | 2006-02-14 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.7 === * NEWS: * configure.ac:
* Fix xulrunner detection logic.Christian Persch2006-02-061-3/+4
| | | | | | | | | | | | | | | | | | | 2006-02-06 Christian Persch <chpe@cvs.gnome.org> * m4/gecko.m4: Fix xulrunner detection logic. * configure.ac: A po/Makevars: * src/Makefile.am: * doc/reference/Makefile.am: Remove AM_GLIB_GNU_GETTEXT, use plain AM_GNU_GETTEXT. * data/glade/Makefile.am: Fix distcheck with certs manager disabled.
* === Release 1.9.6 ===Release196Christian Persch2006-01-314-111/+113
| | | | | | | | | | | | | 2006-01-31 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.6 === * NEWS: * configure.ac: * doc/reference/tmpl/ephy-embed.sgml: * doc/reference/tmpl/ephy-permission-manager.sgml: * doc/reference/tmpl/ephy-shell.sgml: * doc/reference/tmpl/epiphany-unused.sgml:
* R data/art/epiphany-close-tab.png:Christian Persch2006-01-041-0/+3
| | | | | | | | | | | | 2006-01-04 Christian Persch <chpe@cvs.gnome.org> R data/art/epiphany-close-tab.png: * lib/ephy-stock-icons.c: (ephy_stock_icons_init): * lib/ephy-stock-icons.h: * src/ephy-notebook.c: (build_tab_label): Go back to using the gtk stock close icon, to get correct themeing in a11y themes.
* Don't include generated files in the tarball. Bug #319440.Christian Persch2006-01-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | 2006-01-03 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * embed/mozilla/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Don't include generated files in the tarball. Bug #319440. R help/C/Makefile.am: R help/es/Makefile.am: R help/eu/Makefile.am: R help/fi/Makefile.am: R help/ja/Makefile.am: R help/uk/Makefile.am: Remove obsolete files.
* R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: AChristian Persch2006-01-031-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-02 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * autogen.sh: * configure.ac: R data/GNOME_Epiphany_Automation.server.in: * data/Makefile.am: A data/epiphany-service.xml: A data/org.gnome.Epiphany.service.in: * doc/reference/Makefile.am: R idl/.cvsignore: R idl/EphyAutomation.idl: R idl/Makefile.am: * lib/Makefile.am: R lib/ephy-dbus.c: R lib/ephy-dbus.h: * lib/ephy-file-helpers.c: (ephy_file_launch_application): * src/Makefile.am: A src/ephy-activation.c: A src/ephy-activation.h: A src/ephy-dbus.c: A src/ephy-dbus.h: * src/ephy-main.c: (main): * src/ephy-shell.c: (ephy_shell_init), (open_urls), (dbus_g_proxy_finalized_cb), (ephy_shell_startup), (ephy_shell_dispose): Bonobo is dead; long live the Bonobos! Patch by Gustavo Gama, bug #322463.
* === Release 1.9.4 ===Release194Christian Persch2006-01-021-0/+3
| | | | | | | | | | 2006-01-01 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.4 === * NEWS: * configure.ac: * data/Makefile.am:
* === Release 1.9.3 ===Release193Christian Persch2005-12-121-0/+6
| | | | | | | | | 2005-12-11 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.3 === * NEWS: * configure.ac:
* Move more checks to gecko.m4.Christian Persch2005-11-291-0/+3
| | | | | | | | | 2005-11-28 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * m4/gecko.m4: Move more checks to gecko.m4.
* === Release 1.9.2 ===Release192Christian Persch2005-11-134-14/+17
| | | | | | | | | | | | | | | | | | | | | | | 2005-11-12 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.2 === * Makefile.am: Pass make distcheck. * NEWS: * configure.ac: Updated for 1.9.2. * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml), (egg_toolbars_model_save), (parse_data_list), (parse_item_list), (parse_toolbars): * src/bookmarks/ephy-bookmarks-ui.c: (ephy_bookmarks_ui_attach_toolbar_model): Fix compile warnings.
* Add ephy_file_get_downloads_dir() to get the actual downloads directory,Christian Persch2005-10-301-0/+2
| | | | | | | | | | | | | | | 2005-10-29 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.cpp: * lib/ephy-file-chooser.c: (ephy_file_chooser_constructor): * lib/ephy-file-helpers.c: (ephy_file_get_downloads_dir): * lib/ephy-file-helpers.h: * src/prefs-dialog.c: (download_path_changed_cb), (create_download_path_button): Add ephy_file_get_downloads_dir() to get the actual downloads directory, and use it in the prefs dialogue, the filechooser, and the backend.
* === Release 1.9.1 ===Release191Christian Persch2005-10-244-21/+31
| | | | | | | | | | | | | | 2005-10-23 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.1 === * NEWS: * configure.ac: * doc/reference/tmpl/EphySingle.sgml: * doc/reference/tmpl/ephy-embed-single.sgml: * doc/reference/tmpl/ephy-embed.sgml: * doc/reference/tmpl/epiphany-unused.sgml: * src/Makefile.am:
* Fix reference docs buildChristian Persch2005-09-211-0/+1
|
* Version 1.9.Christian Persch2005-08-291-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | 2005-08-28 Christian Persch <chpe@cvs.gnome.org> * ChangeLog-20050828: * Makefile.am: * autogen.sh: * configure.ac: * data/Makefile.am: * data/epiphany-1.10.pc.in: * data/epiphany-1.8.pc.in: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/mozilla/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * lib/ephy-dbus.c: (session_filter_func), (system_filter_func), (ephy_dbus_connect_to_session_bus), (ephy_dbus_disconnect_bus): * lib/widgets/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Version 1.9.
* === Release 1.7.6 ===Release176Christian Persch2005-08-281-0/+2
| | | | | | | | | 2005-08-28 Christian Persch <chpe@cvs.gnome.org> === Release 1.7.6 === * NEWS: * src/Makefile.am:
* Don't use nsIURI::SetPassword, since it asserts when username is empty.Christian Persch2005-08-221-0/+4
| | | | | | | | | | 2005-08-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/mozilla-embed.cpp: Don't use nsIURI::SetPassword, since it asserts when username is empty. Use GetUsername, SetUserPass instead.
* === Release 1.7.5 ===Release175Christian Persch2005-08-211-0/+8
| | | | | | | | 2005-08-21 Christian Persch <chpe@cvs.gnome.org> === Release 1.7.5 === * NEWS:
* Reject favicons that are < 12x12.Christian Persch2005-08-131-0/+2
| | | | | | | | 2005-08-13 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-favicon-cache.c: (ephy_favicon_cache_get): Reject favicons that are < 12x12.
* Tiny string fix just before string freeze :)Christian Persch2005-08-093-9/+20
| | | | | | | | | 2005-08-08 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: * src/ephy-toolbar.c: (ephy_toolbar_set_window): Tiny string fix just before string freeze :)
* More bindings.Christian Persch2005-08-011-0/+2
| | | | | | | | 2005-07-31 Christian Persch <chpe@cvs.gnome.org> * src/epiphany.defs: More bindings.
* === Release 1.7.3 ===Release173Christian Persch2005-07-271-0/+2
| | | | | | | | 2005-07-26 Christian Persch <chpe@cvs.gnome.org> === Release 1.7.3 === * NEWS:
* Doc templatesChristian Persch2005-07-2518-9/+66
|
* DocsChristian Persch2005-07-181-0/+2
|
* === Release 1.7.2 ===Release172Christian Persch2005-07-123-8/+9
| | | | | | | | | | | 2005-07-11 Christian Persch <chpe@cvs.gnome.org> === Release 1.7.2 === * doc/reference/tmpl/ephy-embed.sgml: * doc/reference/tmpl/ephy-window.sgml: * doc/reference/tmpl/epiphany-unused.sgml: * po/POTFILES.in:
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-04 Christian Persch <chpe@cvs.gnome.org> * embed/downloader-view.c: (remove_download), (prepare_close_cb), (downloader_view_init), (downloader_view_finalize), (downloader_view_remove_download), (download_dialog_delete_cb): * embed/ephy-embed-shell.c: (ephy_embed_shell_prepare_close), (ephy_embed_shell_class_init): * embed/ephy-embed-shell.h: * embed/ephy-favicon-cache.c: (prepare_close_cb), (ephy_favicon_cache_init), (kill_download): * embed/mozilla/mozilla-embed-find.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: * embed/mozilla/mozilla-notifiers.cpp: * embed/mozilla/mozilla-notifiers.h: * src/ephy-session.c: (ephy_session_init), (ephy_session_dispose), (ephy_session_autoresume), (close_dialog), (ephy_session_close): * src/ephy-shell.c: (ephy_shell_startup), (toolwindow_hide_cb): * src/ephy-window.c: (ephy_window_finalize): Better fix for bug #151037 to make session shutdown work again. Also fix session shutdown while resuming, and preserve the session in this case.
* Version 1.7.1.Release171Christian Persch2005-06-055-24/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-05 Christian Persch <chpe@cvs.gnome.org> Version 1.7.1. * Makefile.am: Add --enable-python to distcheck configure flags. * NEWS: * configure.ac: Updated for version 1.7.1. * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EventContext.cpp: Fix warnings. * src/ephy-extensions-manager.c: (get_loader_for_type), (load_extension): Fix --disable-python case. * src/Makefile.am: Fix make distcheck.
* Add python libs when building with python bindings. Fixes bug #305767.Christian Persch2005-05-291-0/+8
| | | | | | | | 2005-05-28 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Add python libs when building with python bindings. Fixes bug #305767.
* Don't activate the location entry if it's hidden. Fixes bug #169956.Christian Persch2005-03-121-0/+2
| | | | | | | | 2005-03-11 Christian Persch <chpe@cvs.gnome.org> * src/ephy-toolbar.c: (ephy_toolbar_activate_location): Don't activate the location entry if it's hidden. Fixes bug #169956.
* Version 1.7.0.Christian Persch2005-03-081-0/+2
| | | | | | | | | | | | | | | | 2005-03-07 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/Makefile.am: * data/epiphany-1.6.pc.in: * data/epiphany-1.8.pc.in: * doc/reference/tmpl/ephy-embed.sgml: * embed/Makefile.am: * lib/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Version 1.7.0.
* === Release 1.6.0 ===Release160GNOME_2_10_ANCHORChristian Persch2005-03-081-0/+2
| | | | | | | | | 2005-03-07 Christian Persch <chpe@cvs.gnome.org> === Release 1.6.0 === * NEWS: * configure.ac:
* === Release 1.5.7 ===Release157Christian Persch2005-02-282-1/+8
| | | | | | | | | 2005-02-27 Christian Persch <chpe@cvs.gnome.org> === Release 1.5.7 === * doc/reference/Makefile.am: * doc/reference/tmpl/ephy-embed.sgml:
* === Release 1.5.6 ===Release156Christian Persch2005-02-081-0/+2
| | | | | | | | | | 2005-02-08 Christian Persch <chpe@cvs.gnome.org> === Release 1.5.6 === * Makefile.am: * configure.ac: * doc/reference/tmpl/ephy-embed.sgml:
* Add chrome param to ephy_shell_new_tab_full, and use it inChristian Persch2005-02-032-1/+8
| | | | | | | | | | | | | 2005-02-02 Christian Persch <chpe@cvs.gnome.org> * src/ephy-automation.c: (impl_ephy_automation_loadUrlWithStartupId): * src/ephy-shell.c: (ephy_shell_new_window_cb), (ephy_shell_new_tab_full), (ephy_shell_new_tab): * src/ephy-shell.h: Add chrome param to ephy_shell_new_tab_full, and use it in ephy_shell_new_window_cb(). Fixes bug #165566.
* Define variants with startup ID.Christian Persch2005-02-023-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-02 Christian Persch <chpe@cvs.gnome.org> * idl/EphyAutomation.idl: Define variants with startup ID. * lib/ephy-gui.c: (ephy_gui_window_update_user_time): * lib/ephy-gui.h: * src/bookmarks/ephy-bookmarks.c: (redirect_cb): * src/ephy-automation.c: (impl_ephy_automation_loadUrlWithStartupId), (impl_ephy_automation_loadurl), (impl_ephy_automation_addBookmark), (impl_ephy_automation_importBookmarks), (impl_ephy_automation_loadSessionWithStartupId), (impl_ephy_automation_loadSession), (impl_ephy_automation_openBookmarksEditorWithStartupId), (impl_ephy_automation_openBookmarksEditor), (ephy_automation_class_init): * src/ephy-main.c: (get_startup_id), (main): * src/ephy-session.c: (offer_to_resume), (ephy_session_autoresume), (ephy_session_load): * src/ephy-session.h: * src/ephy-shell.c: (open_urls), (ephy_shell_startup), (ephy_shell_new_tab_full), (ephy_shell_new_tab): * src/ephy-shell.h: Implement startup ID forwarding to the already-running ephy instance. Part of bug #150085.
* Make EphyWindow implement EphyLink interface. Make ephy-link.h public.Christian Persch2005-01-311-0/+2
| | | | | | | | | | | | 2005-01-31 Christian Persch <chpe@cvs.gnome.org> * src/Makefile.am: * src/ephy-window.c: (ephy_window_get_type), (ephy_window_link_iface_init), (ephy_window_open_link), (ephy_window_init), (ephy_window_load_url): Make EphyWindow implement EphyLink interface. Make ephy-link.h public.
* Move new-window signal to the embed single, and new window creation fromChristian Persch2005-01-301-1/+5
| | | | | | | | | | | | | | | | | | | | | 2005-01-30 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/ephy-embed.sgml: * embed/ephy-embed-single.c: (ephy_embed_single_iface_init): * embed/ephy-embed-single.h: * embed/ephy-embed.c: (ephy_embed_base_init): * embed/ephy-embed.h: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed.cpp: * embed/mozilla/mozilla-embed.h: * lib/ephy-marshal.list: * lib/ephy-prefs.h: * src/ephy-shell.c: (ephy_shell_new_window_cb), (impl_get_embed_single): * src/ephy-tab.c: (ephy_tab_new_window_cb): Move new-window signal to the embed single, and new window creation from EphyTab to EphyShell.
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-28 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/ephy-embed.sgml: * embed/ephy-embed-persist.c: (ephy_embed_persist_init), (ephy_embed_persist_finalize): * embed/ephy-embed-shell.c: (ephy_embed_shell_finalize): * embed/ephy-encodings.c: (ephy_encodings_finalize), (ephy_encodings_init): * embed/ephy-favicon-cache.c: (ephy_favicon_cache_finalize), (favicon_download_completed_cb), (favicon_download_cancelled_cb), (ephy_favicon_cache_download), (ephy_favicon_cache_get): * embed/ephy-history.c: (ephy_history_set_enabled), (ephy_history_save), (ephy_history_finalize), (ephy_history_host_visited), (ephy_history_set_page_title), (ephy_history_set_icon), (ephy_history_clear): * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHistoryListener.cpp: * embed/mozilla/EphySidebar.cpp: * embed/mozilla/EphySingle.cpp: * embed/mozilla/FilePicker.cpp: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/MozDownload.cpp: * embed/mozilla/PrintingPromptService.cpp: * embed/mozilla/mozilla-download.cpp: * embed/mozilla/mozilla-embed-event.cpp: * lib/ephy-dbus.c: (session_filter_func), (system_filter_func), (ephy_dbus_connect_to_system_bus), (ephy_dbus_connect_to_session_bus), (path_message_func), (ephy_dbus_startup), (ephy_dbus_shutdown), (ephy_dbus_init), (ephy_dbus_finalize): * lib/ephy-debug.h: * lib/ephy-file-chooser.c: (ephy_file_chooser_finalize): * lib/ephy-file-helpers.c: (ephy_file_helpers_shutdown): * lib/ephy-langs.c: (load_iso_entries): * lib/ephy-module.c: (ephy_module_load), (ephy_module_unload), (ephy_module_new_object), (ephy_module_init), (ephy_module_finalize): * lib/ephy-node-db.c: (ephy_node_db_load_from_file), (ephy_node_db_write_to_xml_valist): * lib/ephy-shlib-loader.c: (ephy_shlib_loader_init), (ephy_shlib_loader_finalize): * lib/widgets/ephy-location-entry.c: (entry_style_set_cb), (entry_realize_cb), (ephy_location_entry_construct_contents), (ephy_location_entry_init): * lib/widgets/ephy-spinner.c: (ephy_spinner_cache_load), (ephy_spinner_cache_get_images), (ephy_spinner_cache_init), (ephy_spinner_cache_finalize): * lib/widgets/ephy-tree-model-node.c: (ephy_tree_model_node_update_node): * lib/widgets/ephy-tree-model-sort.c: (each_property_get_data_binder): * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), (connect_proxy), (ephy_bookmark_action_finalize): * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_set_bookmark), (set_window_icon): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_update_menu), (provide_favicon): * src/bookmarks/ephy-bookmarks-export.c: (ephy_bookmarks_export_rdf), (ephy_bookmarks_export_mozilla): * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): * src/bookmarks/ephy-bookmarks-menu.c: (ephy_bookmarks_menu_rebuild), (do_update_cb), (bookmarks_tree_changed_cb), (topics_added_cb), (topics_removed_cb), (topic_child_changed_cb), (bookmark_added_cb), (bookmark_removed_cb), (activate_cb), (ephy_bookmarks_menu_finalize): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_get_toolbars_model), (ephy_bookmarks_save), (ephy_bookmarks_finalize), (ephy_bookmarks_find_keyword), (ephy_bookmarks_set_keyword), (ephy_bookmarks_unset_keyword): * src/bookmarks/ephy-bookmarksbar-model.c: (save_changes_idle), (load_toolbars), (ephy_bookmarksbar_model_init), (ephy_bookmarksbar_model_dispose), (ephy_bookmarksbar_model_finalize): * src/bookmarks/ephy-bookmarksbar.c: (ephy_bookmarksbar_action_request), (ephy_bookmarksbar_finalize): * src/bookmarks/ephy-favorites-menu.c: (ephy_favorites_menu_rebuild): * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_set_title): * src/bookmarks/ephy-topic-action.c: (connect_proxy): * src/bookmarks/ephy-topics-selector.c: (ephy_topics_selector_set_bookmark): * src/ephy-encoding-menu.c: (add_action): * src/ephy-extensions-manager.c: (ephy_extensions_manager_load), (ephy_extensions_manager_unload), (ephy_extensions_manager_load_string), (get_loader_for_type), (load_extension), (unload_extension), (sync_loaded_extensions), (ephy_extensions_manager_load_dir), (ephy_extensions_manager_init), (ephy_extensions_manager_startup), (ephy_extensions_manager_finalize), (impl_attach_window), (impl_detach_window), (impl_attach_tab), (impl_detach_tab): * src/ephy-history-window.c: (setup_filters), (provide_favicon): * src/ephy-link.c: (ephy_link_open): * src/ephy-location-action.c: (user_changed_cb), (sync_address), (ephy_location_action_set_address): * src/ephy-navigation-action.c: (menu_activated_cb), (connect_proxy): * src/ephy-notebook.c: (ephy_notebook_finalize): * src/ephy-session.c: (window_focus_in_event_cb), (impl_attach_window), (impl_detach_window), (ephy_session_init), (ephy_session_dispose), (ephy_session_finalize), (ephy_session_autoresume), (ephy_session_close), (ephy_session_save), (ephy_session_load), (ephy_session_add_window), (ephy_session_remove_window): * src/ephy-shell.c: (save_yourself_cb), (die_cb), (ephy_shell_finalize), (ephy_shell_new_tab), (ephy_shell_get_toolbars_model), (toolwindow_show_cb), (toolwindow_hide_cb): * src/ephy-tab.c: (popups_manager_add), (popups_manager_add_window), (ephy_tab_get_popups_allowed), (popups_manager_show_all), (popups_manager_hide_all), (ephy_tab_finalize), (ephy_tab_address_cb), (ephy_tab_zoom_changed_cb), (ephy_tab_new_window_cb), (ephy_tab_visibility_cb), (ephy_tab_destroy_brsr_cb), (ephy_tab_size_to_cb), (ephy_tab_dom_mouse_click_cb), (ephy_tab_init): * src/ephy-tabs-menu.c: (ephy_tabs_menu_update): * src/ephy-toolbar.c: (sync_user_input_cb): * src/ephy-toolbars-model.c: (save_changes_idle), (ephy_toolbars_model_load): * src/ephy-window.c: (ephy_window_destroy), (show_embed_popup), (ephy_window_init), (ephy_window_finalize): * src/pdm-dialog.c: (pdm_dialog_cookies_construct), (cookie_added_cb), (cookie_changed_cb), (cookie_deleted_cb), (cookies_cleared_cb), (pdm_dialog_passwords_construct), (passwords_changed_cb): * src/prefs-dialog.c: (fonts_language_changed_cb): Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs case.
* === Release 1.5.5 ===Release155Christian Persch2005-01-245-51/+56
| | | | | | | | | | | | 2005-01-24 Christian Persch <chpe@cvs.gnome.org> === Release 1.5.5 === * doc/reference/tmpl/ephy-cookie-manager.sgml: * doc/reference/tmpl/ephy-embed.sgml: * doc/reference/tmpl/ephy-password-manager.sgml: * doc/reference/tmpl/ephy-tab.sgml: * doc/reference/tmpl/epiphany-unused.sgml:
* Add "check-content" signal.Christian Persch2005-01-124-107/+119
| | | | | | | | | | | | | | | | | | 2005-01-11 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-embed-single.c: (ephy_embed_single_iface_init): * embed/ephy-embed-single.h: Add "check-content" signal. * embed/mozilla/EphyContentPolicy.cpp: * embed/mozilla/EphyContentPolicy.h: Emit from here. * lib/ephy-marshal.list: New marshal.
* Only implement nsITransfer if possible.Christian Persch2005-01-064-71/+72
| | | | | | | | | | 2005-01-05 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozDownload.h: Only implement nsITransfer if possible.
* UpdateChristian Persch2005-01-011-0/+2
|
* UpdatedChristian Persch2004-12-274-116/+112
|
* === Release 1.5.3 ===Release153Christian Persch2004-12-202-0/+16
| | | | | | | | | | 2004-12-20 Christian Persch <chpe@cvs.gnome.org> === Release 1.5.3 === * data/Makefile.am: * doc/reference/tmpl/ephy-embed.sgml: * doc/reference/tmpl/ephy-tab.sgml:
* Removed references to removed files.Christian Persch2004-12-022-10/+2
| | | | | | | | 2004-12-02 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Removed references to removed files.
* Downgrade automake requirement to 1.8.Christian Persch2004-12-021-1/+1
| | | | | | | | 2004-12-02 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Downgrade automake requirement to 1.8.
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-012-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-01 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Add deprecated defines to AM_CPPFLAGS in maintainer-mode. * doc/reference/Makefile.am: * embed/Makefile.am: * embed/mozilla/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * lib/egg/eggintl.h: * lib/widgets/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: INCLUDES is deprecated, use AM_CPPFLAGS and AM_CFLAGS instead. * lib/eel-gconf-extensions.c: (eel_gconf_client_get_global): Removed usage of deprecated gconf API. * src/ephy-main.c: (main): Removed usage of deprecated glade API.
* Fix "Open Frame" menu item name. Fixes bug #153816.Christian Persch2004-11-301-0/+2
| | | | | | | | 2004-11-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-window.c: Fix "Open Frame" menu item name. Fixes bug #153816.
* Version 1.5.2.Christian Persch2004-11-291-0/+3
| | | | | | | | | | | 2004-11-29 Christian Persch <chpe@cvs.gnome.org> * NEWS: * configure.ac: * doc/reference/tmpl/ephy-embed.sgml: * lib/ephy-file-chooser.c: (ephy_file_chooser_add_pattern_filter): Version 1.5.2.
* Bump version number and fix aclocal flags.Christian Persch2004-11-015-28/+53
| | | | | | | | | | | | | | | | 2004-11-01 Christian Persch <chpe@cvs.gnome.org> * configure.ac: Bump version number and fix aclocal flags. * doc/reference/tmpl/ephy-embed-persist.sgml: * doc/reference/tmpl/ephy-embed.sgml: * doc/reference/tmpl/ephy-extensions-manager.sgml: * doc/reference/tmpl/ephy-window.sgml: * doc/reference/tmpl/epiphany-unused.sgml: Update.
* Add manpage from Debian.Jordi Mallach2004-10-222-0/+51
|
* Fix compilationAdam Hooper2004-10-182-3/+0
|
* Document EPHY_DEBUG_BREAK.Christian Persch2004-09-281-2/+18
| | | | | | | | 2004-09-28 Christian Persch <chpe@cvs.gnome.org> * doc/debugging.txt: Document EPHY_DEBUG_BREAK.
* Load/unload extensions based on GConf keyAdam Hooper2004-09-1410-16/+102
| | | | | | /apps/epiphany/general/active_extensions. Update documentation a bit (i.e., make sure it actually builds).
* === Release 1.3.8 ===Release138Christian Persch2004-08-301-0/+6
| | | | | | | | 2004-08-30 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/ephy-embed.sgml: === Release 1.3.8 ===
* Fix crash when removing a password, introduced by the last commit.Christian Persch2004-08-221-0/+2
| | | | | | | | | 2004-08-21 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/ephy-embed.sgml: * src/pdm-dialog.c: (pdm_dialog_password_remove): Fix crash when removing a password, introduced by the last commit.
* === Release 1.3.5 ===Release135Christian Persch2004-08-161-0/+2
| | | | | | | | 2004-08-16 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/ephy-embed.sgml: === Release 1.3.5 ===
* *** empty log message ***Marco Pesenti Gritti2004-08-092-0/+4
|
* Removed reference to ephy-ellipsizing-label.Christian Persch2004-08-091-1/+1
| | | | | | | | | | | | 2004-08-08 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Removed reference to ephy-ellipsizing-label. * po/POTFILES.in: Added lib/widgets/ephy-label.c
* === Release 1.3.4 ===Release134Christian Persch2004-08-011-0/+2
| | | | | | | | | 2004-08-01 Christian Persch <chpe@cvs.gnome.org> * NEWS: * doc/reference/tmpl/ephy-embed.sgml: === Release 1.3.4 ===
* Add support for toggles. When editing is canceled remove the node.Marco Pesenti Gritti2004-07-233-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-07-23 Marco Pesenti Gritti <marco@gnome.org> * lib/ephy-marshal.list: * lib/widgets/ephy-node-view.c: (path_toggled), (ephy_node_view_key_press_cb), (get_selection_refs), (ephy_node_view_button_press_cb), (cell_renderer_edited), (renderer_editing_canceled_cb), (ephy_node_view_add_column), (ephy_node_view_init), (ephy_node_view_edit), (ephy_node_view_constructor), (ephy_node_view_add_toggle), (ephy_node_view_class_init): * lib/widgets/ephy-node-view.h: Add support for toggles. When editing is canceled remove the node. * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_add): * src/bookmarks/ephy-topics-selector.c: (ephy_topics_selector_get_type), (ephy_topics_selector_set_bookmarks), (ephy_topics_selector_set_property), (ephy_topics_selector_apply), (provide_toggle), (ephy_topics_selector_constructor), (topic_destroy_cb), (node_toggled_cb), (ephy_topics_selector_init), (ephy_topics_selector_new), (ephy_topics_selector_new_topic), (ephy_topics_selector_class_init): * src/bookmarks/ephy-topics-selector.h: Use EphyNodeView instead of a list store. Share a lot of code and we get updating for free. Fix bug #144770
* Handle the case where the downloads dir cannot be created gracefully. FixMarco Pesenti Gritti2004-07-221-0/+2
| | | | | | | | | | | | 2004-07-22 Marco Pesenti Gritti <marco@gnome.org> * doc/reference/tmpl/ephy-embed.sgml: * 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
* === Release 1.3.3 ===Release133Marco Pesenti Gritti2004-07-201-0/+2
| | | | | | | | | | 2004-07-19 Marco Pesenti Gritti <marco@gnome.org> * NEWS: * configure.in: * doc/reference/tmpl/ephy-embed.sgml: === Release 1.3.3 ===
* === Release 1.3.1 ===Release131Christian Persch2004-07-061-0/+2
| | | | | | | | 2004-07-06 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/ephy-embed.sgml: === Release 1.3.1 ===
* Popup blocking support. View -> Popup Windows.Adam Hooper2004-07-018-21/+69
|
* Make the permission type a string instead of an enum, that way we canChristian Persch2004-06-241-12/+4
| | | | | | | | | | | | | | | | 2004-06-23 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/ephy-permission-manager.sgml: * embed/ephy-permission-manager.c: (ephy_permission_info_new), (ephy_permission_info_copy), (ephy_permission_manager_add), (ephy_permission_manager_remove), (ephy_permission_manager_test), (ephy_permission_manager_list): * embed/ephy-permission-manager.h: * embed/mozilla/EphySingle.cpp: * embed/mozilla/mozilla-embed-single.cpp: Make the permission type a string instead of an enum, that way we can support more than just the hardcoded 3 types.
* Release 1.3.0Release130Christian Persch2004-05-318-216/+221
|
* *** empty log message ***Marco Pesenti Gritti2004-04-221-2/+3
|
* Added missing documentation fileAdam Hooper2004-04-211-0/+38
|
* Documented EphyGladeAdam Hooper2004-04-204-2/+6
|
* Added forgotten EphyNodeDb documentationAdam Hooper2004-04-081-0/+131
|
* doc/plan/plan.xmlPiers Cornwell2004-04-071-10/+16
| | | | | | | | 2004-04-06 Piers Cornwell <piers@gnome.org> * doc/plan/plan.xml Add some bugzilla references.
* Documented EphyNodeDbAdam Hooper2004-04-056-1/+29
|
* added <!ELEMENT > declaration for bugzilla tag fixed test for presence ofStefan Rotsch2004-04-022-1/+10
| | | | | | | | | 2004-04-02 Stefan Rotsch <ritschie@cvs.gnome.org> * doc/plan/ephyplan.dtd: added <!ELEMENT > declaration for bugzilla tag * doc/plan/plan2table.xsl: fixed test for presence of bugzilla tag; now it should work
* Added element <bugzilla /> for assigning a bugzilla entry to each itemStefan Rotsch2004-03-311-2/+3
| | | | | | | 2004-03-30 Stefan Rotsch <ritschie@cvs.gnome.org> * doc/plan/ephyplan.dtd: Added element <bugzilla /> for assigning a bugzilla entry to each item (not mandatory)
* Documented EphyEmbedFactoryAdam Hooper2004-03-303-9/+16
|
* Removed the nautilus view.Christian Persch2004-03-301-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-03-29 Christian Persch <chpe@cvs.gnome.org> * configure.in: * data/.cvsignore: * data/GNOME_Epiphany_NautilusView.server.in: * data/Makefile.am: * data/ui/.cvsignore: * data/ui/Makefile.am: * data/ui/nautilus-epiphany-view.xml: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/ephy-embed-popup-control.c: * embed/ephy-embed-popup-control.h: * lib/Makefile.am: * lib/ephy-bonobo-extensions.c: * lib/ephy-bonobo-extensions.h: * po/POTFILES.in: * src/Makefile.am: * src/ephy-nautilus-view.c: * src/ephy-nautilus-view.h: * src/ephy-shell.c: (ephy_automation_factory_cb): Removed the nautilus view. 2004-03-29 Christian Persch <chpe@cvs.gnome.org>
* Documented EphyCommandManagerAdam Hooper2004-03-304-1/+129
|
* moved to doc/plan/plan.xml Makefile for transforming plan.xml to htmlStefan Rotsch2004-03-285-0/+117
| | | | | | | | | | | | 2004-03-28 Stefan Rotsch <ritschie@cvs.gnome.org> * doc/plan.xml: moved to doc/plan/plan.xml * doc/plan/Makefile: Makefile for transforming plan.xml to html using xsltproc and xmllint * doc/plan/README: README containing some plan-related information * doc/plan/ephyplan.dtd: DTD describing plan.xml's content * doc/plan/plan.xml: formerly located at doc/plan.xml * doc/plan/plan2table.xsl: XSLT stylesheet for plan.xml
* UpdateXan Lopez2004-03-281-1/+3
| | | | Update
* EphyEmbedPersist documentationAdam Hooper2004-03-285-1/+344
|
* Documented EphyEmbedSingleAdam Hooper2004-03-275-36/+117
|
* *** empty log message ***Marco Pesenti Gritti2004-03-271-0/+10
|
* *** empty log message ***Marco Pesenti Gritti2004-03-261-0/+10
|
* *** empty log message ***Marco Pesenti Gritti2004-03-261-9/+0
|
* Add ephy_tab_get_type(), fixes EphyTab documentation to include objectChristian Persch2004-03-261-0/+2
| | | | | | | | | 2004-03-25 Christian Persch <chpe@cvs.gnome.org> * doc/reference/epiphany.types: Add ephy_tab_get_type(), fixes EphyTab documentation to include object properties.
* Documented EphyEmbedAdam Hooper2004-03-267-12/+621
|
* Status updates for 3 itemsStefan Rotsch2004-03-261-4/+4
| | | | | | 2004-03-23 Stefan Rotsch <ritschie@cvs.gnome.org> * doc/plan.xml: Status updates for 3 items
* Documented EphyTabAdam Hooper2004-03-244-1/+159
|
* More documentationAdam Hooper2004-03-243-1/+217
|
* API documentationAdam Hooper2004-03-245-53/+245
|
* *** empty log message ***Marco Pesenti Gritti2004-03-231-0/+1
|
* Typos.Xan Lopez2004-03-231-2/+2
| | | | Typos.
* Update.Xan Lopez2004-03-231-1/+11
| | | | Update.
* *** empty log message ***Marco Pesenti Gritti2004-03-231-30/+30
|
* *** empty log message ***Marco Pesenti Gritti2004-03-231-22/+21
|
* *** empty log message ***Marco Pesenti Gritti2004-03-231-1/+1
|
* *** empty log message ***Marco Pesenti Gritti2004-03-231-1/+10
|
* *** empty log message ***Marco Pesenti Gritti2004-03-231-0/+172
|
* Remove nsUnicharUtils.h from docs makefile.Christian Persch2004-02-221-1/+0
| | | | | | | | 2004-02-21 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Remove nsUnicharUtils.h from docs makefile.
* Commit changed, auto-generated templates.Christian Persch2004-02-2210-20/+0
| | | | | | | | | | | | | | | | | | | 2004-02-21 Christian Persch <chpe@cvs.gnome.org> * doc/reference/tmpl/EphyContentPolicy.sgml: * doc/reference/tmpl/EphySingle.sgml: * doc/reference/tmpl/ephy-cookie-manager.sgml: * doc/reference/tmpl/ephy-embed-factory.sgml: * doc/reference/tmpl/ephy-embed-single.sgml: * doc/reference/tmpl/ephy-password-manager.sgml: * doc/reference/tmpl/ephy-permission-manager.sgml: * doc/reference/tmpl/ephy-session.sgml: * doc/reference/tmpl/ephy-shell.sgml: * doc/reference/tmpl/mozilla-embed-event.sgml: Commit changed, auto-generated templates. 2004-02-20 Christian Persch <chpe@cvs.gnome.org>
* Install the statusbar .h file.Christian Persch2004-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | 2004-02-13 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: * src/Makefile.am: Install the statusbar .h file. R src/statusbar.[ch]: A src/ephy-statusbar.[ch]: s/statusbar/ephy-statusbar/ and friends. * src/ephy-window.c: (sync_tab_load_progress), (sync_tab_security), (ephy_window_init): Change references from statusbar to ephy-statusbar. Remove selection-received stuff, since it now lives in EphyTab.
* *** empty log message ***Marco Pesenti Gritti2004-02-011-0/+4
|
* *** empty log message ***Marco Pesenti Gritti2004-01-253-0/+149
|
* update docsMarco Pesenti Gritti2004-01-258-31/+23
|
* Updating docs templactesChristian Persch2004-01-137-23/+142
|
* Added egg tray icon headers to IGNORE_HFILES.Christian Persch2003-11-241-0/+3
| | | | | | | | 2003-11-24 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: Added egg tray icon headers to IGNORE_HFILES.
* s/[Insert name here]/Epiphany/Christian Persch2003-11-241-2/+2
| | | | | | | | 2003-11-24 Christian Persch <chpe@cvs.gnome.org> * doc/reference/epiphany-docs.sgml: s/[Insert name here]/Epiphany/
* Add a tip on how to clean docs.Marco Pesenti Gritti2003-11-229-2/+412
| | | | | | | | | | | | | | | | | | | | | | | 2003-11-22 Marco Pesenti Gritti <marco@gnome.org> * doc/reference-howto.txt: Add a tip on how to clean docs. * doc/reference/Makefile.am: * doc/reference/epiphany-docs.sgml: * doc/reference/epiphany.types: * doc/reference/tmpl/ephy-cookie-manager.sgml: * doc/reference/tmpl/ephy-embed-factory.sgml: * doc/reference/tmpl/ephy-embed-single.sgml: * doc/reference/tmpl/ephy-password-manager.sgml: * doc/reference/tmpl/ephy-permission-manager.sgml: Add some files chpe documented to the build. * embed/ephy-embed-factory.c: Document
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-11-22 Marco Pesenti Gritti <marco@gnome.org> * doc/reference/Makefile.am: * embed/Makefile.am: * embed/ephy-embed-persist.c: (ephy_embed_persist_save): * embed/ephy-embed-persist.h: * embed/ephy-embed-popup-control.c: (save_url), (embed_popup_set_image_as_background_cmd): * embed/ephy-embed-shell.c: (ephy_embed_shell_get_embed_single): * embed/ephy-embed.c: * embed/ephy-embed.h: * embed/ephy-favicon-cache.c: (ephy_favicon_cache_download): * embed/mozilla/mozilla-embed-persist.cpp: * embed/mozilla/mozilla-embed-single.cpp: * embed/mozilla/mozilla-embed-single.h: * embed/mozilla/mozilla-embed.cpp: * src/Makefile.am: * src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init): * src/ephy-tab.c: (ephy_tab_init): * src/popup-commands.c: (save_property_url), (popup_cmd_set_image_as_background): * src/window-commands.c: (window_cmd_file_save_as), (save_temp_source): Add a factory to create embed objects and use it. Deal with dependency of mozilla-embed and mozilla-embed-persist on mozilla-embed-single internally.
* *** empty log message ***Marco Pesenti Gritti2003-11-204-4/+31
|
* Do not document config.h ;) Reenable docs build.Marco Pesenti Gritti2003-11-203-229/+1
| | | | | | | | | | | | 2003-11-19 Marco Pesenti Gritti <marco@gnome.org> * Makefile.am: * doc/reference/Makefile.am: * doc/reference/epiphany-docs.sgml: * doc/reference/tmpl/config.sgml: Do not document config.h ;) Reenable docs build.
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-208-42/+824
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-11-19 Marco Pesenti Gritti <marco@gnome.org> * doc/reference/.cvsignore: * doc/reference/Makefile.am: * doc/reference/epiphany-docs.sgml: * doc/reference/epiphany.types: * doc/reference/tmpl/config.sgml: * doc/reference/tmpl/ephy-session.sgml: * doc/reference/tmpl/ephy-shell.sgml: Complete docs base implementation. Should work more or less. * embed/Makefile.am: * lib/Makefile.am: * src/Makefile.am: Cleanup a bit libs build and use a static lib also for the src/ code so that we can use it for documents. * src/ephy-nautilus-view.c: Bad chpe forgot to modify func signature.
* *** empty log message ***Marco Pesenti Gritti2003-11-192-5/+4
|
* Begin of gtk-doc supportMarco Pesenti Gritti2003-11-194-0/+132
| | | | | | | | | | | | | 2003-11-18 Marco Pesenti Gritti <marco@gnome.org> * Makefile.am: * configure.in: * doc/Makefile.am: * doc/reference/Makefile.am: * doc/reference/epiphany-docs.sgml: * doc/reference/epiphany.types: Begin of gtk-doc support
* bookmarks tasksMarco Pesenti Gritti2003-03-151-0/+70
|