aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Post-release version bump.Christian Persch2006-07-111-0/+6
* === Release 2.15.4 ===RELEASE_2_15_4Christian Persch2006-07-111-0/+6
* Work around bug #346662 by not changing selection while removing theChristian Persch2006-07-111-0/+8
* Fix for empty menubar accel setting. Don't activate insensitive actions,Christian Persch2006-07-111-0/+8
* Fix middle-click and ctrl-enter in the location entry autocompletionChristian Persch2006-07-111-0/+12
* Don't hammer the cpu when downloading file with an unknown size. Fix bugJean-François Rameau2006-07-071-0/+12
* Fix compiler warning.Christian Persch2006-07-071-0/+6
* Guess what? Another mozilla API change!Christian Persch2006-07-071-0/+7
* Fix the build.Christian Persch2006-07-071-0/+7
* A embed/mozilla/AutoWindowModalState.cpp: AChristian Persch2006-07-061-0/+16
* Don't cast to gboolean but check for != NULL instead.Christian Persch2006-07-011-0/+7
* Add fur.Christian Persch2006-07-011-0/+6
* Add EphyFindToolbar type to Python binding. Bug #345837.Jean-François Rameau2006-06-261-0/+9
* Fix a warning from gecko "Bad contract id registed with the scriptJean-François Rameau2006-06-241-0/+7
* A lib/ephy-password-dialog.c: A lib/ephy-password-dialog.h:Christian Persch2006-06-221-0/+14
* Fix 'unknown gecko' error output.Christian Persch2006-06-221-0/+6
* Fix build with latest gtk printing changes.Christian Persch2006-06-221-0/+8
* Look! Yet Another Mozilla API Change!Christian Persch2006-06-201-0/+6
* Fix wrong test, bug #344848.Christian Persch2006-06-191-0/+6
* A embed/mozilla/GeckoPrintService.cpp: AChristian Persch2006-06-191-0/+35
* Fix context menu positioning.Christian Persch2006-06-191-0/+6
* Make the crash recovery dialog appear on the taskbar. Fixes bug #345010.Wouter Bolsterlee2006-06-161-0/+6
* Set the warn-entering-weak security warn pref to true.Christian Persch2006-06-161-0/+6
* Fix --disable-spell-checker configure option. Bug #344848.Christian Persch2006-06-141-0/+6
* Post-release version bump.Christian Persch2006-06-111-0/+6
* === Release 2.15.3 ===RELEASE_2_15_3Christian Persch2006-06-111-0/+6
* Remove accidentally commited code.Christian Persch2006-06-101-3/+9
* Fix the build.hristian Persch2006-06-101-0/+6
* Fix configure output.Christian Persch2006-06-101-0/+6
* Check for enchant, and output an overview of the configured options onChristian Persch2006-06-091-0/+19
* Remove AM_GLIB_DEFINE_LOCALEDIR. Bug #343825, patch by Christian Persch.Wouter Bolsterlee2006-06-091-1/+6
* copy history over when opening link in new tab/win using context menu.Wouter Bolsterlee2006-06-081-0/+6
* Don't crash on error from zeroconf bookmarks. Fixes bug #343922.Christian Persch2006-06-061-0/+6
* Improve next-token logic for bookmark completion. Fixes #339167 (hopefullyWouter Bolsterlee2006-06-051-0/+6
* The API change was reverted on 1.8 branch. Fixes bug #343592.Christian Persch2006-06-051-0/+6
* Don't set cookies from favicon downloads. Bug #337835.Jean-François Rameau2006-06-021-0/+11
* Allow cookie list to be sorted. (fixes #337845)Frederic Peters2006-05-311-0/+6
* Fix crash when moving zoom widget on toolbar (#338682)Frederic Peters2006-05-301-0/+6
* Fix launching of desktop files.Christian Persch2006-05-301-6/+7
* Add methods to EphyNode to set typed properties. This change improves theJean-François Rameau2006-05-231-0/+11
* Update intltool requirement to 0.35.Christian Persch2006-05-161-0/+6
* Post-release version bump.Christian Persch2006-05-161-0/+6
* === Release 2.15.2 ===RELEASE_2_15_2Christian Persch2006-05-161-0/+23
* Use nsAString::Equals.Christian Persch2006-05-151-0/+8
* Add https and ftp local bookmarks. Based on a patch by Celso Pinto, bugChristian Persch2006-05-151-0/+8
* Manpage update from Victor Osadci.Christian Persch2006-05-141-0/+6
* Explicit error message about unsupported gecko versions.Christian Persch2006-05-121-0/+6
* The API is also changed on 1.8 branch, adapt the #ifdef accordingly.Christian Persch2006-05-121-0/+6
* Update gecko version checks to detect also gecko 1.8.1.Christian Persch2006-05-121-0/+7
* R data/default-prefs-gecko-1-8.js: R data/default-prefs-mozilla.js: RChristian Persch2006-05-121-0/+10
* Display the find bar for "Find Next" and "Find Previous" if it wasn'tWouter Bolsterlee2006-05-111-0/+10
* Remove HAVE_TYPEAHEADFIND ifdefs, since we now always have that. Fixes theChristian Persch2006-05-111-0/+8
* And revert it since it causes a gtk warning.Christian Persch2006-05-111-0/+6
* Allow text drags to notebook tab labels. Bug #339339, patch by MichaelChristian Persch2006-05-111-0/+8
* Don't crash when adding zeroconf bookmarks while bookmarks are lockedChristian Persch2006-05-111-0/+8
* Drop non-toolkit gecko support too.Christian Persch2006-05-111-0/+8
* Another API change! Thank you, mozilla!Christian Persch2006-05-111-0/+6
* Drop support for gecko 1.7.Christian Persch2006-05-111-0/+72
* Added a close item on the tab right-click menu. Also reindented the XMLWouter Bolsterlee2006-05-061-0/+5
* Set translator-credit in Japanese translation. Fixes bug #339527.Takeshi AIHANA2006-05-031-0/+6
* Make sure each tab has its own unique ID, so accel paths don't conflictChristian Persch2006-04-251-0/+11
* Post-release version bump.Christian Perhristian Persch2006-04-241-0/+6
* === Release 2.15.1 ===RELEASE_2_15_1Christian Persch2006-04-241-0/+17
* Fix duplicate accesskey. Bug 337912Piers Cornwell2006-04-211-0/+6
* Use header capitalisation. Bug #337915Piers Cornwell2006-04-211-0/+6
* Fix mnemonic activation of download path button. Bug #339139.Christian Persch2006-04-201-1/+8
* Also allow cairo-gtk2 builds. Builds but segfaults on startup.Chhristian Persch2006-04-171-1/+8
* Check for nsIMutableArray.h and include it if found. Fixes build withChristian Persch2006-04-171-0/+8
* #337140: Replace fallback favicon with more semantically correct 'text-html'Tommi Komulainen2006-04-151-0/+6
* Add -p as short option format for --private-instance.Christian Persch2006-04-141-0/+6
* Add Esperanto (eo).Christian Persch2006-04-131-0/+6
* Reorder the menu items everywhere to have new tab above new window. FixesCrispin Flowerday2006-04-121-0/+9
* Install App-Friendly Theme Icons (GNOME Goal Two)Paul Drain2006-04-121-0/+8
* Don't set find next/prev insensitive since that's redundant with theChristian Persch2006-04-111-0/+7
* Emit document-change event on fastback restore. Fixes bug #312785.Christian Persch2006-04-111-0/+6
* Enable spatial nav extension.Christian Persch2006-04-101-0/+6
* A data/epiphany-pango.schemas:Christian Persch2006-04-101-0/+10
* Improve the current code (less complex) and add a timeouted call toJean-François Rameau2006-04-041-0/+8
* Disable export when locked down. Bug #337028.Christian Persch2006-04-031-0/+7
* Fix status icon reference count.Christian Persch2006-04-031-0/+13
* Don't crash when we cannot connect to the system dbus. Bug #336557.Christian Persch2006-04-031-0/+9
* Add ephy_guid_help_with_doc_id for use by e-e.Christian Persch2006-04-031-0/+7
* Oops, this is a string pref!Christian Persch2006-04-031-0/+6
* Fix crash when cancelling the prompt before the timeout has run.Christian Persch2006-04-011-0/+6
* Use g_object_ref_sink().Christian Persch2006-03-291-0/+12
* .Jean-François Rameau2006-03-291-0/+7
* Fix print format/arg mismatch.Christian Persch2006-03-241-0/+6
* Drop compat code for libgnome < 2.14. Fix refcount leak.Christian Persch2006-03-241-0/+8
* Remove #ifdef:s now that we depend on gtk+ 2.9.Christian Persch2006-03-241-0/+10
* Port notebook DND to gtk+ 2.9.Christian Persch2006-03-241-0/+26
* Use GtkStatusIcon.Christian Persch2006-03-201-0/+21
* Sync Epiphany with Gecko trunk according toJean-François Rameau2006-03-201-0/+9
* Add support for local directory monitoring (in addition to local fileWouter Bolsterlee2006-03-171-0/+8
* Add releaseBaseURL entity.Christian Persch2006-03-131-0/+6
* Add support for IE link files. Bug #330735.Christian Persch2006-03-131-0/+7
* Set different exit codes when exiting from different places in the testChristian Persch2006-03-131-0/+9
* Update after branching.Christian Persch2006-03-131-0/+6
* === Release 2.14.0 ===RELEASE_2_14_0GNOME_2_14_BRANCHPOINTChristian Persch2006-03-131-0/+14
* Add Victor to documenters in About dialogue.Christian Persch2006-03-131-0/+6
* Fix item ordering to fix bookmarks export format. Bug #333959, patch hasChristian Persch2006-03-101-0/+7
* Don't throw when cancelling the dialogue with ESC. Fixes bug #333780,Christian Persch2006-03-081-0/+7
* Build fix to build with 1.8 branch. No code changes, only #ifdef code thatChristian Persch2006-03-081-0/+7
* === Release 1.9.99 ===Release1999Christian Persch2006-03-071-0/+6
* Back the xpinstall change out; it breaks on gecko 1.8.Christian Persch2006-03-061-0/+6
* Update timestamp on resume dialogue when queuing a new command.Christian Persch2006-03-061-0/+7
* Don't use g_return_if_fail here.Christian Persch2006-03-061-0/+10
* Fix fonts schema default values.Christian Persch2006-03-061-0/+11
* Use the right category.Christian Persch2006-03-051-0/+6
* Mark application/x-xpinstall as unsafe.Christian Persch2006-03-051-0/+11
* Before running any test programs, check that we can compile and run anyChristian Persch2006-03-051-0/+8
* Sync Epiphany with new nsIGlobalHistory3 stuff.Jean-François Rameau2006-03-031-0/+12
* Don't block stylesheets (for now).Christian Persch2006-03-031-0/+6
* Fix a warning introduced in my last patch (gcc 4.1 warnings).Jean-François Rameau2006-03-031-0/+6
* Don't try to connect to the session bus when we're starting a privateChristian Persch2006-03-031-0/+7
* src/ephy-window.cPeter Harvey2006-03-031-0/+7
* If we can't detect the mime type, fall back to checking the fileChristian Persch2006-03-031-0/+11
* Fix gcc 4.1 warnings (dereferencing type-punned pointer will breakJean-François Rameau2006-03-031-0/+13
* Make these implement threadsafe isupports.Christian Persch2006-03-031-0/+8
* Don't activate typeaheadfind on XUL documents.Christian Persch2006-03-021-0/+6
* Post-release version bump.Christian Persch2006-02-281-0/+6
* === Release 1.9.8 ===Release198Christian Persch2006-02-281-0/+7
* Distinguish different firefox profiles when showing the list to chooseChristian Persch2006-02-251-0/+7
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-02-241-1/+8
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-02-241-0/+8
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-241-0/+7
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-241-0/+7
* src/bookmarks/ephy-topics-palette.cPeter Harvey2006-02-241-0/+8
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-241-0/+6
* Use the same machanism for Ctrl-W as clicking the tab's close button.Christian Persch2006-02-241-0/+8
* Added GECKO_CHECK_CONTRACTIDS. Fix variable name quoting inChristian Persch2006-02-231-0/+12
* Refactored. Added GECKO_XPCOM_PROGRAM modelled after AC_LANG_PROGRAM butChristian Persch2006-02-231-0/+12
* src/bookmarks/ephy-topics-entry.cPeter Harvey2006-02-231-0/+6
* Unset general.useragent.extra.simple pref from xulrunner, we don't wantChristian Persch2006-02-231-0/+7
* data/ui/epiphany-fs-toolbar.xml lib/egg/egg-toolbars-model.cPeter Harvey2006-02-211-0/+31
* src/bookmarks/ephy-bookmarks-menu.c src/bookmarks/ephy-nodes-cover.cPeter Harvey2006-02-211-0/+7
* src/bookmarks/ephy-bookmark-properties.cPeter Harvey2006-02-211-0/+6
* Enable error pages explicitly since xulrunner is missing that pref too.Christian Persch2006-02-211-0/+7
* Do return on failure.Christian Persch2006-02-211-0/+6
* Fix crash on switching to/from fullscreen mode. Bug #331462.Christian Persch2006-02-171-0/+6
* Guard against nsDocument::GetDefaultView returning NULL. Bug #327764.Christian Persch2006-02-161-0/+7
* data/ui/epiphany-toolbar.xmlPeter Harvey2006-02-151-0/+6
* src/bookmarks/ephy-bookmarks-editor.cPeter Harvey2006-02-141-1/+12
* Post-release version bump.Christian Persch2006-02-141-0/+6
* === Release 1.9.7 ===Christian Persch2006-02-141-0/+7
* Add a define and automake conditional for gecko debug builds.Christian Persch2006-02-141-0/+7
* Use "Username" label for the password dialogue,Christian Persch2006-02-141-0/+7
* Also use exthandler for snews and nntp.Christian Persch2006-02-141-0/+11
* Don't export the local bookmarks.Christian Persch2006-02-141-0/+15
* Remove ephy_gui_window_present.Christian Persch2006-02-141-0/+7
* Move --private-instance out of debug #ifdef.Christian Persch2006-02-141-0/+10
* Fix crash when resolve returns an error, bug #331028. Restructure 0confChristian Persch2006-02-141-0/+9
* Fix removing zeroconf bookmarks when the service disappears, and updatingChristian Persch2006-02-131-0/+11
* Place bookmarks on "BookmarksBar" toolbar, since that's what < 1.9 usedChristian Persch2006-02-131-0/+7
* Doesn't return the right variable ! Add a LOG to traceJean-François Rameau2006-02-131-0/+7
* Strdup the action name data.Christian Persch2006-02-121-0/+8
* Use the right action name.Christian Persch2006-02-121-0/+7
* Reqeust interaction with the client when there are unfinished downloads.Christian Persch2006-02-121-0/+7
* src/bookmarks/ephy-bookmarks-menu.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-02-111-0/+7
* Remove *_action_name functions, and use static buffers instead. MinorChristian Persch2006-02-111-0/+32
* Use NS_LogInit()/NS_LogTerm().Christian Persch2006-02-111-0/+6
* Misc code cleanups: fewer gobject casts, disconnect handlers, save a fewChristian Persch2006-02-091-0/+25
* src/bookmarks/ephy-topics-entry.cPeter Harvey2006-02-091-0/+8
* src/bookmarks/ephy-bookmarks.cPeter Harvey2006-02-091-0/+6
* data/ui/epiphany-bookmark-editor-ui.xmlPeter Harvey2006-02-091-0/+8
* Block popup with NULL url (javascript:window.open() for instance). butJean-François Rameau2006-02-091-0/+9
* Fix the xulrunner build.Christian Persch2006-02-081-0/+6
* Also build with ff trunk, by explicitly linking with -lxul.Christian Persch2006-02-081-0/+8
* Add an 'enabled' flag in the EphyExtensionInfo struct to track whetherCrispin Flowerday2006-02-081-0/+10
* Remove workaround for broken profile now thatChristian Persch2006-02-081-0/+8
* Save tons of g_type_from_name calls.Christian Persch2006-02-071-0/+6
* Fix handling of non-ascii extra arguments.Christian Persch2006-02-071-0/+6
* More xulrunner fixes.Christian Persch2006-02-061-0/+6
* Fix opening of local files. Bug #330104.Christian Persch2006-02-061-0/+6
* Go back to AM_GLIB_GNU_GETTEXT for now, until intltool 0.34.2 is moreChristian Persch2006-02-061-0/+7
* Fix quoting.Christian Persch2006-02-061-0/+6
* Fix xulrunner detection logic.Christian Persch2006-02-061-0/+17
* Changes to support xulrunner trunk (gecko 1.9).Christian Persch2006-02-061-0/+14
* Show the backend in the about box.Christian Persch2006-02-061-0/+6
* Only use the major version in the user agent string.Christian Persch2006-02-061-0/+7
* Disable blink tagsCrispin Flowerday2006-02-051-0/+6
* lib/ephy-state.h lib/ephy-state.c src/epiphany.defsPeter Harvey2006-02-041-0/+10
* lib/ephy-state.h lib/ephy-state.c src/ephy-shell.cPeter Harvey2006-02-041-0/+8
* lib/egg/egg-editable-toolbar.c lib/egg/egg-toolbar-editor.cPeter Harvey2006-02-041-0/+14
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-02-041-0/+14
* src/bookmarks/ephy-bookmarks.cPeter Harvey2006-02-041-0/+6
* Free the option context on error too, and don't duplicate theChristian Persch2006-02-041-0/+7
* Don't make the nonblocking alert modal!Christian Persch2006-02-031-0/+6
* Fix compilation against trunk + some typos.Jean-François Rameau2006-02-031-0/+8
* Fix non-debug builds.Christian Persch2006-02-031-0/+6
* Only claim the DBUS name when not running as private instance.Christian Persch2006-02-031-0/+10
* Helper class that pushes a null JS context on the stack, and pops it inChristian Persch2006-02-031-0/+28
* Add GECKO_CHECK_HEADERS, wrapping AC_CHECK_HEADERS.Christian Persch2006-02-031-6/+0
* Add GECKO_XPIDL to check for xpidl compiler and include directory.Christian Persch2006-02-031-0/+6
* Add GECKO_CHECK_HEADERS, wrapping AC_CHECK_HEADERS.Christian Persch2006-02-031-0/+17
* On session logout, check if there are downloads pending (since they're notChristian Persch2006-02-031-0/+20
* Fix some memory leaks.Jean-François Rameau2006-02-031-0/+7
* src/bookmarks/ephy-bookmark-action.cPeter Harvey2006-02-021-0/+10
* Queue commands received from the main and remote instances, and processChristian Persch2006-02-021-0/+32
* lib/egg/egg-editable-toolbar.cPeter Harvey2006-02-021-0/+8
* Use GTK_STOCK_DIALOG_AUTHENTICATION. Bug #329438.Christian Persch2006-02-011-0/+6
* Fix link action group creating to really use the given name!Christian Persch2006-02-011-0/+7
* Change the DBUS interface to sending all the uris at one as string array.Christian Persch2006-02-011-0/+10
* lib/egg/egg-toolbars-model.c lib/egg/egg-toolbars-model.hPeter Harvey2006-01-311-0/+8
* Post-release version bump.Christian Persch2006-01-311-0/+6
* === Release 1.9.6 ===Release196Christian Persch2006-01-311-0/+11
* Use ngettext here.Christian Persch2006-01-311-0/+6
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks.cPeter Harvey2006-01-311-0/+9
* Don't double-ref the UI manager. Don't try to set a cursor on windowlessChristian Persch2006-01-311-0/+8
* Remove unused var.Jean-François Rameau2006-01-311-0/+6
* Fix the build with -Werror.Christian Persch2006-01-311-0/+7
* data/ui/epiphany-ui.xml src/ephy-lockdown.c src/ephy-toolbar.cPeter Harvey2006-01-311-0/+11
* Idle unref the dbus proxy in case we didn't call any remote methods; andChristian Persch2006-01-311-0/+8
* Change text for zoom in/out.Christian Persch2006-01-311-0/+6
* Use ngettext() for plural string. Fixes bug #329242Crispin Flowerday2006-01-311-0/+7
* Special error text for localhost URIs. Bug #323261, patch byChristian Persch2006-01-311-0/+7
* Truncate URI and title strings. Bug #329160.Christian Persch2006-01-311-0/+6
* Release the finder on dispose not finalize.Christian Persch2006-01-301-0/+7
* src/bookmarks/ephy-bookmark-properties.cPeter Harvey2006-01-301-0/+6
* Add a convenience function to get current event data.Christian Persch2006-01-301-0/+29
* If GetPassword failed, break instead of continue. That way we don'tChristian Persch2006-01-301-0/+7
* Add a function (ephy_embed_single_get_backend_name) to get the backendCrispin Flowerday2006-01-301-0/+10
* 2006-01-29 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-301-0/+6
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks.cPeter Harvey2006-01-291-0/+16
* Fix strings again. Bug #328747.Christian Persch2006-01-291-0/+7
* Open smart bookmark url in new tabs when using Ctrl+Enter (part of bugCrispin Flowerday2006-01-291-0/+8
* src/bookmarks/ephy-topics-entry.c src/bookmarks/ephy-topics-palette.cPeter Harvey2006-01-291-0/+8
* src/bookmarks/ephy-topics-entry.c po/POTFILES.inPeter Harvey2006-01-291-0/+8
* Jan 29 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-291-0/+6
* Jan 29 2006 Reinout van Schouwen <reinout@cs.vu.nl>Reinout van Schouwen2006-01-291-10/+16
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-topics-entry.cPeter Harvey2006-01-291-1/+23
* src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-01-281-0/+19
* Remove unused NM code. Misc cleanups.Christian Persch2006-01-281-0/+10
* Add required GError** params, and actually set the error when returningChristian Persch2006-01-281-0/+10
* Disable pango rendering by default, unless MOZ_ENABLE_PANGO env var isChristian Persch2006-01-281-0/+7
* Use stamp files for the dbus bindings.h filesCrispin Flowerday2006-01-271-0/+6
* Fix initial network status sync.Christian Persch2006-01-261-0/+6
* Add transient window to window group.,Christian Persch2006-01-261-0/+10
* Store the detected network status even if we're not active.Christian Persch2006-01-261-0/+7
* libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing theChristian Persch2006-01-261-0/+20
* src/bookmarks/ephy-bookmarks-ui.cPeter Harvey2006-01-261-0/+7
* Don't leak the option context.Christian Persch2006-01-261-0/+6
* Small cleanups.Christian Persch2006-01-261-0/+14
* Set the "browser.display.use_system_colors" pref on gecko 1.8, instead ofChristian Persch2006-01-251-0/+8
* Don't show the CSS box by default; we show it from code only when CSS isChristian Persch2006-01-251-0/+7
* On suite, set wallet.caveat to false.Christian Persch2006-01-251-0/+6
* Add cvs version markers.Christian Persch2006-01-251-0/+20
* Don't use favicon as window icon.Christian Persch2006-01-251-0/+9
* Refactored, code cleanups. Don't make the bookmark properties windowChristian Persch2006-01-251-0/+36
* Switch extensions when changing the export format from the combo box; andChristian Persch2006-01-251-0/+9
* Run the main loop until the reply is received when activating a runningChristian Persch2006-01-251-0/+12