aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Adapt to mozilla API changes.Christian Persch2004-01-131-0/+9
* Version 1.0.7.Christian Persch2004-01-131-0/+10
* Fix signal parameter, and add a NULL check. Fixes bug #131117, patch byChristian Persch2004-01-111-0/+8
* Call parent class' finalize method.Christian Persch2004-01-101-0/+6
* Fix OMF file (backported from HEAD; Piers Cornwell).Christian Persch2004-01-091-0/+6
* Fix window position restoring logic error. Fixes bug ##130919, patch fromChristian Persch2004-01-091-0/+7
* Ensure that if the nsIDOMWindow provided is a frame inside an embed, weChristian Persch2004-01-061-0/+8
* Use do_GetService instead of do_CreateInstance, fixes cookie and passwordChristian Persch2003-12-301-0/+7
* Updated email address.Christian Persch2003-12-221-0/+6
* Always set MOZILLA_FIVE_HOME to the correct value.Christian Persch2003-12-211-0/+6
* Back out checkin from bug #124768, which was causing bug #128849.Christian Persch2003-12-201-0/+9
* Fix freeze bug 129413.Christian Persch2003-12-181-0/+56
* Fix for crasher bug 129411.Christian Persch2003-12-181-0/+7
* Add a title param to dnd iterator and remove unused screen locationChristian Persch2003-12-151-0/+12
* Fix crash when finalizing a nautilus view after having used the findChristian Persch2003-12-151-0/+8
* Delete host entry from history when there are no more pages from itChristian Persch2003-12-151-0/+9
* Adapt to changed mozilla APIs for 1.6. (Ported from HEAD).Christian Persch2003-12-151-0/+15
* Some more NULL checks.Christian Persch2003-12-141-0/+6
* Don't remember last action target. Fixes bug #128043.Christian Persch2003-12-141-0/+8
* Fix some mem leaks. Bug report and patch by JF RameauChristian Persch2003-12-061-0/+8
* Add some missing NULL checks. Maybe fixes bug #128553.Christian Persch2003-12-051-0/+6
* Fix recovery from corrupted bookmarks and history files.Christian Persch2003-12-021-0/+7
* Check for failed parsing of the session file. Fixes bug #128350.Christian Persch2003-12-021-0/+6
* Monitor /system/http_proxy for proxy changes.Christian Persch2003-12-021-0/+6
* Fix compile warning.Christian Persch2003-11-101-0/+6
* Release 1.0.6Release106Christian Persch2003-11-101-0/+21
* Don't try to resume the session when there already is a window open.Christian Persch2003-11-101-0/+7
* Focus history entry on _show. Do not try to update paste menu item usingMarco Pesenti Gritti2003-11-091-0/+13
* Set "Print Selection" insensitive when there is no selection. Ported fromChristian Persch2003-11-051-0/+18
* Unset silent after printing, otherwise the next time we print from js, theChristian Persch2003-11-031-0/+7
* Initialise the dialogue on run too.Christian Persch2003-11-031-0/+6
* Adjust return value so that mozilla doesn't erreonously puts up a failureChristian Persch2003-11-031-0/+7
* Don't unref print dialogue twice when shown from mozilla.Christian Persch2003-11-021-0/+9
* Correctly set the embed for the print dialogue.Christian Persch2003-10-311-0/+8
* Added kannada to ALL_LINGUAS.Release104Christian Persch2003-10-221-0/+6
* Up version number to 1.0.4Christian Persch2003-10-221-0/+6
* Double-check visibility of autocompletion window. Hopeflly fixes bugChristian Persch2003-10-211-0/+8
* Grab the entry focus on show(), not in construct().Marco Pesenti Gritti2003-10-171-0/+7
* Change the behaviour of --nautilus-view such that the process doesn't exitMark McLoughlin2003-10-171-0/+23
* (ephy_bookmarks_editor_construct): Make the search entry grab theEttore Perazzoli2003-10-171-0/+6
* 2003-10-16 Christian PerschChristian Persch2003-10-171-0/+6
* *** empty log message ***Maxim V. Dziumanenko2003-10-151-0/+14
* also support mozilla 1.5. (Works fine, verified with mozilla 1.5rc2).Kristian Rietveld2003-10-151-0/+5
* Return "en" when in C locale.Christian Persch2003-10-131-0/+6
* Updated for 1.0.2 release.Christian Persch2003-10-131-0/+7
* Don't show the session resume dialogue when in server mode. Fixes bugChristian Persch2003-10-091-0/+7
* Forgot to commit the ChangeLogRelease101Christian Persch2003-10-031-0/+7
* Bump version number to 1.0.1, disable -Werror.Christian Persch2003-10-031-0/+6
* Updated for 1.0.1 release.Christian Persch2003-10-031-0/+6
* Remove -D*_DISABLE_DEPRECATED to allow building with gtk+ HEAD.Christian Persch2003-10-031-0/+13
* Check for failed load of the toolbars model from the XML file, and fix theChristian Persch2003-10-031-0/+8
* Don't pass NULL to gnome_vfs_expand_initial_tilde.Christian Persch2003-09-301-0/+7
* Fix xml doc loading returning NULL on corrupted files.Christian Persch2003-09-301-0/+15
* API sync, from galeon.Xan Lopez2003-09-271-0/+7
* Remove unused headers that was causing probs on solaris.Marco Pesenti Gritti2003-09-271-0/+6
* Follow tabs pref on double click.Marco Pesenti Gritti2003-09-251-0/+7
* Fix #123176. Use response instead of connecting 210 callbacks.Marco Pesenti Gritti2003-09-251-0/+8
* Fix --server mode session saving on "die" signal from gnome session. FixesChristian Persch2003-09-251-0/+17
* Print a warning when starting ephy in --server mode; using server mode isChristian Persch2003-09-251-0/+8
* Add 1.6a to the list.Xan Lopez2003-09-251-0/+5
* Check for NULL return of gtk_get_current_event. Fixes bug #123063.Christian Persch2003-09-241-0/+6
* Removed the spec file. Fixes bug #122938.Christian Persch2003-09-221-0/+6
* Specify UTF-8 encoding in the keyword url.Christian Persch2003-09-221-1/+7
* Fix check for return value of xmlSaveFileFormat, _maybe_ ixing theChristian Persch2003-09-211-0/+7
* Initialize completion visibility flagMarco Pesenti Gritti2003-09-201-0/+6
* Fix directory selection persistence [bug #122780].Christian Persch2003-09-201-0/+8
* Don't abort on missing ephy-favicon-cache.xml file. Fixes bug #121483.Christian Persch2003-09-181-0/+7
* Add Lithuanian translation by Tomas Kuliavas <tokul@users.sourceforge.net>.Gediminas Paulauskas2003-09-171-0/+4
* *** empty log message ***Marco Pesenti Gritti2003-09-171-0/+6
* Make sure to remove show_timeout also when the window is still notMarco Pesenti Gritti2003-09-171-0/+10
* Added MOZ_PLUGIN_PATH default.Christopher James Lahey2003-09-171-0/+4
* Really use the translated names of the default topics and bookmarks whenChristian Persch2003-09-171-0/+7
* Add support for mozilla 1.4.1.Marco Pesenti Gritti2003-09-161-0/+10
* *** empty log message ***Christian Persch2003-09-151-0/+6
* Fix XBEL bookmarks import to actually import all bookmarks, and to lookChristian Persch2003-09-121-0/+11
* Release 1.0Marco Pesenti Gritti2003-09-091-0/+12
* Added sk.Marcel Telka2003-09-081-0/+4
* Added "bn" to ALL_LINGUAS. Added Bangla translation by Progga of AnkurTaneem Ahmed2003-09-051-0/+4
* Make sure that only valid dnd types are accepted on thecostum drag andMarco Pesenti Gritti2003-09-051-1/+12
* Added Mongolian translationSanlig Badral2003-09-041-0/+4
* added ( thanks to Mi%Gş%@u Moldovan )Marius Andreiana2003-09-021-0/+4
* 0.9.3Release093Marco Pesenti Gritti2003-09-011-0/+7
* Added "sq" to ALL_LINGUASLaurent Dhima2003-08-291-0/+4
* Added tamil fileFatih Demir2003-08-281-0/+4
* Added Italian translation.Alessio Frusciante2003-08-251-0/+4
* *** empty log message ***Release092Marco Pesenti Gritti2003-08-251-0/+7
* Fix the logic in the version-mismatch case.Christian Persch2003-08-251-0/+6
* Use a small spinner for all styles except text under icons.Anders Carlsson2003-08-251-0/+5
* Convert erroneous g_return_if_fail into a simple conditional return.Christian Persch2003-08-241-0/+6
* Add extra bogosity check, ported from galeon.Christian Persch2003-08-241-0/+6
* Use WARN_CXXFLAGS for mozilla code. You need to update gnome-common.Marco Pesenti Gritti2003-08-241-0/+8
* 0.9.1Release091Marco Pesenti Gritti2003-08-241-0/+10
* Update for 0.9.0Marco Pesenti Gritti2003-08-221-0/+7
* Make it NULL safeMarco Pesenti Gritti2003-08-221-0/+15
* Fix function signature, it's void instead of gboolean. Fix a logic error.Christian Persch2003-08-211-0/+7
* Added Icelandic translation.Samúel Jón Gunnarsson2003-08-211-0/+4
* Overwrite existing files. (We already warn the user about it).Marco Pesenti Gritti2003-08-211-0/+7
* Fix drag dest implementation getting some code from nautilus.Marco Pesenti Gritti2003-08-211-0/+11
* Added irish translationPaul Duffy2003-08-201-0/+4
* Do not try to remove completed downloads, fixes a crash.Marco Pesenti Gritti2003-08-201-0/+6
* Stop signals only when necessary on drag dest custom implementation. MakeMarco Pesenti Gritti2003-08-201-0/+12
* Add activate api.Marco Pesenti Gritti2003-08-191-0/+15
* *** empty log message ***Marco Pesenti Gritti2003-08-171-0/+7
* Removed useless code (debug leftovers).Christian Persch2003-08-171-0/+6
* Remove unused variables and functions.Christian Persch2003-08-171-0/+13
* Added Hindi translationGuntupalli Karunakar2003-08-171-0/+4
* Added et to ALL_LINGUAS.Tõivo Leedjärv2003-08-161-0/+4
* Fix bug #119818.Christian Persch2003-08-151-0/+6
* Expand initial ~ in file name to print to.Christian Persch2003-08-151-0/+6
* Make print preview exit code safer.Marco Pesenti Gritti2003-08-151-0/+7
* Fix compiler warnings.Christian Persch2003-08-141-1/+7
* Fix opening bookmarks in new window, there was a missing flag.Xan Lopez2003-08-141-0/+7
* Remove an unused progress listener. Looks like galeon 1 code ?!Marco Pesenti Gritti2003-08-141-0/+10
* Do not show popups on print preview.Marco Pesenti Gritti2003-08-141-0/+13
* Update my mail addressMarco Pesenti Gritti2003-08-131-0/+8
* Respect priority text preference. Ported from gtk.Marco Pesenti Gritti2003-08-121-0/+26
* Respect system pref about no proxy for.Marco Pesenti Gritti2003-08-121-0/+7
* Fix multiple rows dnd problems stealing some Nautilus code.Marco Pesenti Gritti2003-08-111-0/+12
* Sync with Moz HEAD.Xan Lopez2003-08-111-0/+7
* *** empty log message ***Release083Marco Pesenti Gritti2003-08-111-0/+7
* Fix mem leak.Christian Persch2003-08-091-0/+6
* Fix mem leak.Christian Persch2003-08-091-0/+7
* Fix mem leak.Christian Persch2003-08-091-0/+6
* Fix mem leaks.Christian Persch2003-08-091-0/+6
* Fix mem leaks.Christian Persch2003-08-091-0/+6
* Fix mem leak.Christian Persch2003-08-091-0/+6
* UpdateMarco Pesenti Gritti2003-08-091-0/+13
* s/KB/kB/Xan Lopez2003-08-081-0/+7
* When the embed is not initialized return about:blank as address.Marco Pesenti Gritti2003-08-081-0/+7
* Clamp the values to 0/100, mozilla sometimes report more done requestsMarco Pesenti Gritti2003-08-081-0/+8
* *** empty log message ***Marco Pesenti Gritti2003-08-081-0/+7
* *** empty log message ***Marco Pesenti Gritti2003-08-081-0/+9
* *** empty log message ***Marco Pesenti Gritti2003-08-071-0/+8
* Correct insertion order of new tabs.Christian Persch2003-08-061-0/+7
* Fix blank page loading.Christian Persch2003-08-061-2/+13
* *** empty log message ***Marco Pesenti Gritti2003-08-061-3/+10
* Fix mem leaks.Christian Persch2003-08-061-0/+7
* Correct ref-counting.Christian Persch2003-08-061-0/+6
* Use link text as bookmark title when no title is specified.Marco Pesenti Gritti2003-08-051-0/+9
* Added az to all linguas.Metin AMiroff2003-08-041-0/+4
* Compare the scheme to "file", not the entire url.Christian Persch2003-08-041-1/+7
* Fix mem leak, patch from galeon.Christian Persch2003-08-041-0/+6
* 0.8.2. Drop mozilla 1.3 compatibility.Release082Marco Pesenti Gritti2003-08-031-0/+8
* Work around for a gtk issue. Do not assert if a click outside the notebookMarco Pesenti Gritti2003-08-031-0/+7
* revert last commitMarco Pesenti Gritti2003-08-031-7/+0
* Do not disable window raising anymore, mozilla seem to behave correctlyMarco Pesenti Gritti2003-08-021-0/+7
* 2003-08-02 Christian PerschChristian Persch2003-08-021-0/+19
* Translators comment to avoid verb/adjective confusionMarco Pesenti Gritti2003-08-021-0/+8
* Make sure props are saved when destroyed.Marco Pesenti Gritti2003-08-021-0/+8
* Fix mem leak.Christian Persch2003-08-021-0/+6
* Restore the "ge_dom_mouse_down" signal.Christian Persch2003-08-021-0/+8
* Changelog.Christian Persch2003-08-011-0/+6
* 2003-07-30 Christian Persch <chpe@cvs.gnome.org>Christian Persch2003-07-311-0/+6
* Always open bookmarks in new window/tab according to pref on activate.David Bordoley2003-07-311-0/+7
* Make it distcheckRelease081Marco Pesenti Gritti2003-07-311-0/+12
* Added "fi" (Finnish) to ALL_LINGUAS. AddedPauli Virtanen2003-07-301-0/+4
* s/ephy/epiphany. Fix session management.Nikolai Weibull2003-07-291-0/+6
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-271-0/+67
* Fix mem leak.Christian Persch2003-07-271-0/+12
* Make sure to remove the timeout on widget destructionMarco Pesenti Gritti2003-07-261-0/+7
* Sort on the HOST columns by default (#115472).Xan Lopez2003-07-251-0/+7
* Added one translator's comment, and clarified another.Christian Persch2003-07-241-0/+7
* String change.Christian Persch2003-07-241-1/+7
* coughXan Lopez2003-07-241-0/+6
* Do not distribute autogenerated corba stuff (from galeon)Marco Pesenti Gritti2003-07-241-0/+6
* Added Welsh translation from Keigh Willoughby via Kyfieithu.Telsa Gwynne2003-07-241-0/+5
* Add history include dir, needed for Mozilla 1.5bXan Lopez2003-07-231-0/+6
* Yet another try to get context menu and selection beahviors right.Marco Pesenti Gritti2003-07-231-0/+11
* Add httpsMarco Pesenti Gritti2003-07-231-0/+6
* Add a show in bookmarks toolbar item on context menus.Marco Pesenti Gritti2003-07-231-0/+7
* Try to use more friendly description for cache prefs.Marco Pesenti Gritti2003-07-231-0/+12
* If the page is about:blank, set title to "Blank page", not "about:blank".Christian Persch2003-07-231-0/+12
* An input-only window event box, copied from eel's ell-input-event-box.Christian Persch2003-07-221-0/+13
* Add an dutch translation of the manual.Reinout van Schouwen2003-07-221-0/+13
* Fix mem leak.Christian Persch2003-07-221-0/+10
* Fix incosistency between all topic and bookmarks menu.Marco Pesenti Gritti2003-07-221-0/+8
* Update add bookmark explanation to match menu changes.Reinout van Schouwen2003-07-221-0/+6
* Use connect_object for the dialog destroy signal, so we dont unref theMarco Pesenti Gritti2003-07-201-0/+7
* Do not emit warning when language pack is not installed.Marco Pesenti Gritti2003-07-201-0/+6
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-201-0/+35
* Remove useless iconsMarco Pesenti Gritti2003-07-201-0/+6
* I forgot to commit the Makefile.am changes needed for the previous patch.Christian Persch2003-07-201-0/+7
* Set the chrome locale on startup. That means that if the correct lang packChristian Persch2003-07-191-0/+11
* Do not enable smooth scroll and image autoresize.Marco Pesenti Gritti2003-07-181-0/+6
* Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2003-07-181-0/+21
* Allow DND of URLs (from links or favicons or other apps...) to theXan Lopez2003-07-171-0/+13
* Initiliaze font list to NULL. Otherwise if Enumerate fails we crash.Marco Pesenti Gritti2003-07-171-0/+7
* Fix compiler warning.Christian Persch2003-07-151-0/+6
* 0.8.0. Make it distcheck.Marco Pesenti Gritti2003-07-151-0/+9
* No need to setup fonts on init, it will be done when the default encodingMarco Pesenti Gritti2003-07-151-0/+8
* List all mozilla fonts and not only the language specific, otherwise weMarco Pesenti Gritti2003-07-151-0/+10
* Fix mem leaks; thanks to Xan for pointing this out.Christian Persch2003-07-141-0/+10
* UpdateMarco Pesenti Gritti2003-07-141-0/+25
* We use g_list_prepend to create selections now (inXan Lopez2003-07-141-0/+10
* Fix leak.Xan Lopez2003-07-141-0/+6
* Don't use event->string, is deprecated (#117346). Also improve intelligentXan Lopez2003-07-141-0/+15
* Fix mem leaks.Christian Persch2003-07-141-0/+7
* Fix mem leaks.Christian Persch2003-07-141-0/+7
* Fix mem leak and add safety check.Christian Persch2003-07-141-0/+6
* Fix mem leaks.Christian Persch2003-07-141-0/+12
* Fix mem leaks.Christian Persch2003-07-131-1/+7
* Add plugins dirMarco Pesenti Gritti2003-07-131-0/+15
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-0/+60
* Remove debug spew.Christian Persch2003-07-131-0/+6
* Cleanup.Christian Persch2003-07-131-0/+6
* Shorten strings.Christian Persch2003-07-131-0/+6
* Fix mem leaks.Christian Persch2003-07-131-0/+7
* A "fast search" implementation for all node views. Pressing any validXan Lopez2003-07-131-0/+17
* Very simple plugin framework, unused for now. We will start makingMarco Pesenti Gritti2003-07-121-0/+20
* *** empty log message ***Wang Jian2003-07-121-0/+4
* *** empty log message ***Marco Pesenti Gritti2003-07-121-0/+7
* Monitor for theme changes and set smb background accordingly.David Bordoley2003-07-111-0/+7
* Fix actionsMarco Pesenti Gritti2003-07-111-0/+12
* Fix export of smart bookmarksLee Willis2003-07-111-0/+6
* Fix up the tooltips.David Bordoley2003-07-111-0/+7
* Show the doc context menu on ctrl+f10Marco Pesenti Gritti2003-07-111-0/+6
* Some minor changes in rdf format (thanks to Edd Dumbill), and useMarco Pesenti Gritti2003-07-101-0/+25
* *** empty log message ***Marco Pesenti Gritti2003-07-081-0/+22
* Update spinner when a tab was removed. Fixes bug #116908.Christian Persch2003-07-081-0/+6
* Fix crash.Christian Persch2003-07-081-0/+6
* Fix progress update logic.Christian Persch2003-07-081-0/+6
* Remove unused define.Marco Pesenti Gritti2003-07-071-0/+12
* Cleanup.Marco Pesenti Gritti2003-07-071-0/+13
* Rewrite selection logic to be simpler and to fix bugs.Marco Pesenti Gritti2003-07-071-0/+20
* Remove last bits of nautilus theme support.Christian Persch2003-07-071-0/+7
* Merge external protocols in one file (implementation is just one macro).Marco Pesenti Gritti2003-07-071-0/+17
* Patch by kris to speed it up.Marco Pesenti Gritti2003-07-071-0/+6
* Implement toolbar overflow menu item for the go button.Christian Persch2003-07-061-0/+8
* Fix mem leak.Christian Persch2003-07-061-0/+11
* Fix mem leak.Christian Persch2003-07-061-0/+6
* Make sure we ever save bookmarks after changes, so they dont get lost onMarco Pesenti Gritti2003-07-061-0/+20
* Fix mem leaks and a conditional.Christian Persch2003-07-061-0/+9
* gtk_editable_insert_text takes the number of bytes in the string, not theChristian Persch2003-07-061-0/+7
* Api resync and cleanup from galeon.Marco Pesenti Gritti2003-07-061-0/+8
* Enclose literal values in double quotes. Fixes bug 116720.Christian Persch2003-07-051-0/+6
* Use G_VA_COPY macro from glib instead of va_copy, (hopefully) fixing theChristian Persch2003-07-051-0/+7
* Remove the persist object from the hash table before emitting the changedChristian Persch2003-07-041-0/+7
* 2003-07-04 Christian Persch <chpe@cvs.gnome.org>Christian Persch2003-07-041-0/+6
* Use g_list_prepend instead of g_list_append. Correct erroneous copyrightChristian Persch2003-07-041-0/+7
* Remove use of acconfig.h.Marco Pesenti Gritti2003-07-041-0/+24
* Must use va_copy when assigning valist on arches where varargs areJeremy Katz2003-07-041-0/+6
* Sync with Moz Head, small cleanup.Xan Lopez2003-07-041-0/+7
* Ellipsise the bookmarks titles.Christian Persch2003-07-031-0/+6
* Oops, fix mem leak introduced by previous checkin.Christian Persch2003-07-031-0/+6
* Moved bookmark tool item creation back to ephy-bookmark-action.c, ForChristian Persch2003-07-031-0/+11
* Don't try to assign va_list to a gpointer var. Fixes bug #116131.Christian Persch2003-07-031-0/+6
* Implement custom tooltip setter.Christian Persch2003-07-031-0/+7
* Implement custom tooltip setter; sets tooltip on the directional button.Christian Persch2003-07-031-0/+11
* Replace "0" with "false" in Terminal entries.Jordi Mallach2003-07-031-0/+5
* s/Caches/CacheMarco Pesenti Gritti2003-07-021-0/+10