aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/tmpl/ephy-session.sgml
Commit message (Collapse)AuthorAgeFilesLines
* docs: delete deprecated templatesDiego Escalante Urrelo2010-01-221-84/+0
|
* Revert "docs: remove generated templates"Xan Lopez2009-12-311-0/+84
| | | | | | This reverts commit 3deb6e06fd3cccaf26bca8c81bf1f83ef7993dd6. This broke distcheck.
* docs: remove generated templatesDiego Escalante Urrelo2009-12-031-84/+0
|
* === Release 1.9.7 ===Christian Persch2006-02-141-10/+0
| | | | | | | | | 2006-02-14 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.7 === * NEWS: * configure.ac:
* Doc templatesChristian Persch2005-07-251-0/+3
|
* Define variants with startup ID.Christian Persch2005-02-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Commit changed, auto-generated templates.Christian Persch2004-02-221-2/+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>
* update docsMarco Pesenti Gritti2004-01-251-0/+2
|
* *** empty log message ***Marco Pesenti Gritti2003-11-201-2/+0
|
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-201-0/+91
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.