aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Build ChangeLog from SVN history at dist time. XSL copied from gnucash and mo...Christian Persch2007-09-161-3/+0
* Add ChangeLog stub pointing to HACKING file for policyChristian Persch2007-09-131-0/+3
* Move old ChangeLog to ChangeLog-20070912, and dist it.Christian Persch2007-09-131-2251/+0
* Make session recovery focus work properly and remember the active tab.Cosimo Cecchi2007-09-131-0/+8
* Fix disable_toolbar_editing lockdown not respected for Remove and MoveCosimo Cecchi2007-09-121-0/+7
* Adapt EphyHistoryWindow to the iconified EphySearchEntry and adds aCosimo Cecchi2007-09-121-0/+9
* Find toolbar now remembers last pattern searched also when opened withCosimo Cecchi2007-09-121-0/+7
* Adds drag-and-drop of URLs onto "New Tab" and "New Window" buttons in theCosimo Cecchi2007-09-111-0/+9
* Make sure the gecko version is set to 0 if we're not compiling with theChristian Persch2007-09-111-0/+7
* Error out if the C++ compiler wasn't found. Bug #475360.Christian Persch2007-09-111-0/+6
* Makes tooltips for Back and Forward buttons display the titles of relativeCosimo Cecchi2007-09-101-0/+9
* Forces the display of "Close print preview" on the relative toolbar buttonCosimo Cecchi2007-09-101-0/+8
* A m4/libxul.m4: Integrate the "xulrunner" backend with configure. NotChristian Persch2007-09-101-0/+10
* Modifies the EphySearchEntry to inherit from EphyIconEntry instead ofCosimo Cecchi2007-09-101-0/+13
* Marks as translatable some toolbar editor strings and removes referencesCosimo Cecchi2007-09-091-0/+8
* Fixes bad state syncing when adding zoom controls to the toolbar. FixesCosimo Cecchi2007-09-091-0/+7
* Make 'Not found' on find toolbar temporairly bold and firesCosimo Cecchi2007-09-091-0/+9
* Fix runtime warnings when downloading small files, due to bad handling ofCosimo Cecchi2007-09-081-0/+8
* More mime types.Christian Persch2007-08-291-0/+6
* Fix the Go button signal handler so it doesn't stop the propagation of theDiego Escalante Urrelo2007-08-271-0/+8
* Add saved files to the GtkRecent list, gnome-panel is broken so don'tDiego Escalante Urrelo2007-08-271-0/+12
* More mime types.Christian Persch2007-08-261-0/+6
* Enable printing to PDF file on gecko 1.9, now that moz#367907 is fixed.Christian Persch2007-08-231-0/+7
* Make cursor be at the end of the URL when selecting entries from theDiego Escalante Urrelo2007-08-191-0/+7
* Implement reload.Xan Lopez2007-08-171-0/+4
* Fix multihead problems in toolbar editor.Carlos Garcia Campos2007-08-161-0/+8
* Fix download-icon toolip updates, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-08-151-0/+7
* Default to Cancel on Cert dialogues, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-08-151-0/+7
* Fix strict-aliasing warnings, patch by Cosimo Cecchi. Happy 10 yearsDiego Escalante Urrelo2007-08-151-0/+9
* === Release 2.19.90 ===RELEASE_2_19_90Christian Persch2007-08-141-0/+8
* Add low contrast app icon.Christian Persch2007-08-131-0/+6
* Fix icons install paths.Christian Persch2007-08-101-0/+6
* Fix icon cache update command.Christian Persch2007-08-091-0/+6
* Add a11y theme icons for our apps icon.Christian Persch2007-08-091-0/+7
* A data/icons/*: R data/icons/*/*/*:Christian Persch2007-08-091-0/+8
* Direct bugs coming in from bb to their own Component, for easy filtering.Christian Persch2007-08-071-0/+8
* Make ephy_history_set_enabled actually disable history and not delete it.Diego Escalante Urrelo2007-08-061-0/+8
* Remove "Add bookmark" and "Save as" from the document context menu. PatchDiego Escalante Urrelo2007-08-031-0/+9
* Fix completion model to show icons for history items too,Diego Escalante Urrelo2007-08-011-0/+9
* Remove misleading text from hide menu bar lockdown. Fixes bug #321989.Diego Escalante Urrelo2007-08-011-0/+6
* Add a missing space in ge_content_change description.Diego Escalante Urrelo2007-07-311-0/+6
* Remove an unused variable. One-liner by Cosimo Cecchi. Part of BugDiego Escalante Urrelo2007-07-311-0/+7
* Do not use #ifdef inside macros, ancient compilers don't like itXan Lopez2007-07-311-0/+8
* Release markerChristian Persch2007-07-311-0/+4
* can_go methods now work, WebKit was missing the implementations for thoseDiego Escalante Urrelo2007-07-301-0/+11
* Add returns where needed, remove unnecessary variables.Xan Lopez2007-07-301-0/+7
* Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. Fixes bugDiego Escalante Urrelo2007-07-301-0/+14
* Fix some strict aliasing warnings. Patch by Cosimo Cecchi. Bug #433173.Diego Escalante Urrelo2007-07-301-0/+7
* Fix memory leak.Carlos Garcia Campos2007-07-301-0/+6
* Implement stop loading method, for some reason can_go methods will fail toXan Lopez2007-07-281-0/+11
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-281-0/+28
* Make "Customise toolbars" insensitive when toolbars are hidden. Patch byDiego Escalante Urrelo2007-07-271-0/+7
* Don't mention 'Epiphany' in the message introduced in the patch for bugReinout van Schouwen2007-07-271-0/+7
* Improve the restricted ports message, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-07-261-0/+7
* Make the status icon clickable so it shows/hides the download window,Diego Escalante Urrelo2007-07-261-0/+7
* Update tab title when the statusbar text is updated, so we don't have outDiego Escalante Urrelo2007-07-261-0/+8
* Checks that if we are dragging an element of type EPHY_DND_URI_LIST_TYPEDiego Escalante Urrelo2007-07-261-0/+8
* Added a checkbox for smooth scrolling. Fixes bug #162489.Diego Escalante Urrelo2007-07-261-0/+7
* Remove some icons from the context menu, and use better ones for some menuWouter Bolsterlee2007-07-211-0/+10
* String changes based on user feedback: - "Local sites" -> "Nearby sites"Wouter Bolsterlee2007-07-171-11/+27
* s/MOZILLA/GECKO/g for consistency with gge.Christian Persch2007-07-171-0/+11
* Use C++ casts. Script from bmo#348748.Christian Persch2007-07-151-0/+15
* Make sure postscript printing is enabled, and the printer list empty (soChristian Persch2007-07-151-0/+7
* Use the right icon name. Bug #385872.Christian Persch2007-07-151-0/+1
* Use the right icon name. Bug #385872.Christian Persch2007-07-151-0/+1
* Use the right icon name. Bug #385872.Christian Persch2007-07-151-0/+11
* Load the appearance capplet. Doesn't seem to work yet, see bug #456337.Christian Persch2007-07-151-0/+7
* It's yet another API change!Christian Persch2007-07-151-0/+8
* remove conflict markerChristian Persch2007-07-141-1/+0
* Fixes bug #452707Nguyen Thai Ngoc Duy2007-07-111-0/+7
* Use the right prefs to disable CUPS.Christian Persch2007-07-111-0/+6
* Use new "epiphany" icon here (thanks to Rodney Dawes).Luca Ferretti2007-07-111-0/+12
* Update glib req to 2.13.4 so we can use g_get_user_special_dir.Christian Persch2007-07-111-0/+12
* Use gtk_widget_set_has_tooltip here.Christian Persch2007-07-111-0/+6
* Use the new gtk functions to persist and load the print settings and pageChristian Persch2007-07-111-0/+12
* Remove NULL-check here.Christian Persch2007-07-111-0/+6
* Port to new tooltips API. Fixes bug #347637.Christian Persch2007-07-101-0/+8
* Remove gtk version check since we now depend on 2.11.Christian Persch2007-07-101-0/+6
* Remove gtk version check since we now depend on 2.11.Christian Persch2007-07-101-0/+7
* Port to new tooltips API.Christian Persch2007-07-101-0/+9
* Port to new tooltips API.Christian Persch2007-07-101-0/+7
* Port to new tooltips API.Christian Persch2007-07-101-0/+7
* Port to new tooltips API.Christian Persch2007-07-101-0/+9
* Use new icon here tooLuca Ferretti2007-07-101-0/+6
* Port to new tooltips API.Christian Persch2007-07-101-0/+10
* Add 32x32/apps to build. But currently there are no icons.Luca Ferretti2007-07-101-0/+7
* Add more info about previous commit in ChangeLog and Luca Ferretti2007-07-101-1/+3
* Install under hicolor and use "epiphany" named icon as application iconLuca Ferretti2007-07-101-0/+26
* Kill old "download" icon. Fix bug 450904Luca Ferretti2007-07-101-0/+11
* Update gtk+ req to 2.11.6.Christian Persch2007-07-101-0/+15
* Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"Luca Ferretti2007-07-101-0/+15
* === Release 2.19.5 ===Christian Persch2007-07-101-0/+4
* Copy the lock icons from g-i-t 2.16 into epiphany, since the new ones inChristian Persch2007-07-101-0/+14
* removed added Rename to update-toolbareditor-from-libegg.sh Also updatedJaap Haitsma2007-07-041-0/+9
* Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT Fixes bug #452769Jaap Haitsma2007-07-011-0/+6
* Changelog entry from the previous commit. I accidently changed the wrongJaap Haitsma2007-07-011-0/+11
* A data/weasel-ua-pref.js.in:Christian Persch2007-06-281-0/+11
* use "document-page-setup" named icon for STOCK_PRINT_SETUP (now availableLuca Ferretti2007-06-261-0/+7
* Make named drag-icons toolbar-sized like the others. Part of bug #450590.Felix Riemann2007-06-251-0/+6
* Correct ChangeLog entry.Felix Riemann2007-06-251-2/+2
* Cleanups to my last commit. Fixes bug 450590 (Felix Riemann, Jaap Haitsma)Felix Riemann2007-06-251-0/+6
* Add a workaround to take into account that Gtk{Radio,Toggle}Actions onlyFelix Riemann2007-06-241-0/+8
* Use g_option_group_set_translation_domain to translate commandlineGabor Kelemen2007-06-231-0/+5
* Modified first-time dialog when visiting a secure page, to mention theDiego Escalante Urrelo2007-06-171-0/+9
* Add debugging.txt to EXTRA_DIST.Christian Persch2007-06-171-0/+6
* Set the print as cancelled in the print settings too, seeChristian Persch2007-06-141-0/+9
* Disable PAPI too.Christian Persch2007-06-111-0/+6
* Adds SelectAll stock icon.Diego Escalante Urrelo2007-06-081-0/+7
* src/ephy-history-window.c src/bookmarks/ephy-bookmarks-editor.cDiego Escalante Urrelo2007-06-061-0/+10
* Last commit reverted.Diego Escalante Urrelo2007-06-061-0/+6
* Change the "The page was not fully loaded when the crash ocurred" messageDiego Escalante Urrelo2007-06-061-0/+7
* Fix go button behaviour to react to button-release-event and notDiego Escalante Urrelo2007-06-061-0/+7
* Added GTK_STOCK_SELECT_ALL to SelectAll action.Diego Escalante Urrelo2007-06-061-0/+6
* Fix docs build on xulrunner trunk.Christian Persch2007-06-051-0/+6
* Shameless plug: added Reinout van Schouwen and myself.Wouter Bolsterlee2007-06-051-0/+6
* Reviewed by: Christian Persch <chpe@gnome.org> Committed by: WouterJared Moore2007-06-051-0/+9
* It seems SUSE can't take a hint and doesn't care, so remove this comment.Christian Persch2007-06-041-0/+6
* Adds some prefixes to web_prefixes for ftp sites. Bug #422114.Diego Escalante Urrelo2007-06-011-0/+6
* nsIPasswordManager doesn't exist on trunk anymore.Christian Persch2007-05-271-0/+6
* No need to make this data static.Christian Persch2007-05-271-0/+6
* Take the printer's capabilities into account.Christian Persch2007-05-271-0/+6
* Make "Show Passwords" plural. Bug #437798.Christian Persch2007-05-201-0/+6
* Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefsChristian Persch2007-05-201-0/+1
* Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefsChristian Persch2007-05-201-0/+9
* Just use ngettext here, no need for dngettext.Christian Persch2007-05-201-0/+6
* Store http-only flag too.Christian Persch2007-05-201-0/+7
* Include config.h.Christian Persch2007-05-201-0/+6
* Make this comment accurate.Christian Persch2007-05-201-0/+6
* Make this string static.Christian Persch2007-05-201-0/+6
* Post-release version bump.Christian Persch2007-05-141-0/+6
* === Release 2.19.2 ==RELEASE_2_19_2Christian Persch2007-05-141-0/+12
* Support using named icons in the toolbareditor and attach them to theFelix Riemann2007-05-081-0/+7
* Make Shift+Return find previous when searching. Patch by Robin Stocker.Diego Escalante Urrelo2007-05-051-0/+9
* Copy the items on the completion list as the user moves through them. TheXan Lopez2007-05-021-0/+14
* Avoid opening nautilus if downloads are done to Desktop. This re-fixes bugDiego Escalante Urrelo2007-04-251-1/+8
* Fix some strict-aliasing warnings.Diego Escalante Urrelo2007-04-251-0/+5
* Use xdg-user-dirs to get a better default Downloads directory (Closes:Bastien Nocera2007-04-241-0/+7
* Add "application/x-quicktimeplayer" andBastien Nocera2007-04-201-0/+6
* Middle clicking the Go button should open the location bar address contentDiego Escalante Urrelo2007-04-161-0/+7
* Fix printing of frames.Christian Persch2007-04-091-0/+9
* Allow the user to select a different bookmark topic on the toolbar by justDiego Escalante Urrelo2007-04-031-0/+9
* #if 0 some currently unused code. Bug #423907.Christian Persch2007-03-291-0/+6
* Make progressbar taller. Bug #421060.Christian Persch2007-03-251-0/+6
* Fix Epiphany not finding some Gecko plugins when running in a multilibBastien Nocera2007-03-161-0/+7
* Add translator's comment for 'token'.Christian Persch2007-03-121-0/+6
* Implement nsICookiePromptService. Bug #337826.Christian Persch2007-03-121-0/+9
* Bump version to 2.19.0, and set API version to 2.19.Christian Persch2007-03-121-0/+6
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-0/+6
* Post-release version bump.Christian Persch2007-03-121-0/+6
* === Release 2.18.0 ===Christian Persch2007-03-121-0/+4
* Set version to 2.18.0.Christian Persch2007-03-111-0/+6
* Regenerate the type builtins when the Makefile changes. Should fix bugChristian Persch2007-03-111-0/+11
* "Application" is not a valid category in the freedesktop specification.Christian Kirbach2007-03-081-0/+7
* Don't crash when we cannot access the system bus. Bug #404514, patch byChristian Persch2007-03-041-0/+8
* Make sure the type builtins are regenerated when the Makefile changes.Christian Persch2007-03-041-0/+9
* Move ephy-adblock.* to embed. Change the API to pass EphyEmbed toBenjamin Berg2007-03-031-0/+15
* Add .bz2.Christian Persch2007-03-021-0/+6
* === Release 2.17.92 ==Christian Persch2007-02-271-0/+6
* What's this? Another mozilla API change!Christian Persch2007-02-231-0/+7
* Post-release version bump.WEBKIT_BRANCHPOINTChristian Persch2007-02-131-0/+6
* === Release 2.17.91 ===RELEASE_2_17_91Christian Persch2007-02-131-0/+7
* Fix a g_free on static string. Also fix a leak.Jean-François Rameau2007-02-091-0/+7
* Guess what? Another mozilla API change!Christian Persch2007-02-091-0/+6
* Set the new pwdmgr pref.Christian Persch2007-02-081-0/+6
* More mime types.Christian Persch2007-02-021-0/+6
* More mime types.Christian Persch2007-02-021-0/+6
* Add video/x-theora+ogg to list of known mime types.Christian Persch2007-01-301-0/+6
* Make this a regular check, not g_return_if_fail.Christian Persch2007-01-291-0/+6
* Set bidi caret movement pref to mimick gtk widgets.Christian Persch2007-01-291-0/+6
* Fix error condition check.Christian Persch2007-01-291-0/+6
* Add more mime types.Christian Persch2007-01-291-0/+6
* Convert EphyNode to use GSlice.Christian Persch2007-01-291-0/+12
* Check for a potential veto. Fix #342951.Jean-François Rameau2007-01-291-0/+6
* Make sure we don't write characters < 0x20 (except 0x9, 0xa, 0xd) to XML.Christian Persch2007-01-291-0/+9
* Fix the wrapping of the singleton Ephy[Embed]Shell as "epiphany.Shell()".Christian Persch2007-01-291-0/+8
* Fix schemas install command.Christian Persch2007-01-291-0/+18
* Fixes the menu path of Gnome control center when displaying the servicePriit Laes2007-01-271-0/+7
* Changed the "redirected too many times" error page to be more friendly.Diego Escalante Urrelo2007-01-241-0/+7
* Add another safe mime type.Christian Persch2007-01-231-0/+6
* Post-release version bump.Christian Persch2007-01-221-0/+6
* === Release 2.17.90 ===RELEASE_2_17_90Christian Persch2007-01-221-0/+6
* Puts OpenInWindow over OpenInTab in the Bookmarks Editor so we meet theDiego Escalante Urrelo2007-01-181-0/+7
* configure.acLuca Ferretti2007-01-181-0/+18
* Avoid opening a nautilus window when downloads are finished if theDiego Escalante Urrelo2007-01-181-0/+8
* Missed to checkin the ChangeLog for my last commit (fix for bug #394699).Diego Escalante Urrelo2007-01-181-0/+6
* Update for 2007.Christian Persch2007-01-101-0/+7
* Fix for autoconf 2.60 (datarootdir).Christian Persch2007-01-101-0/+6
* Opens images in a new browser window if EOG is not found. Bug #167595.Diego Escalante Urrelo2007-01-091-0/+8
* Changes "..." for the ellipsis character "…". Bug #324380. Patch byDiego Escalante Urrelo2007-01-091-0/+14
* Added myself as a Contributor. :).Diego Escalante Urrelo2007-01-091-0/+6
* Post-release version bump.Christian Persch2007-01-091-0/+6
* === Release 2.17.5 ===RELEASE_2_17_5Christian Persch2007-01-091-0/+9
* Fixes a problem at link time on Darwin, bug #387233. Patch by paul.Diego Escalante Urrelo2007-01-091-0/+7
* Fixes the escaping in the error message "The page %s was not fully loadedDiego Escalante Urrelo2007-01-091-0/+9
* Fixes the menu path of the service unavailable error message.Diego Escalante Urrelo2007-01-091-0/+6
* Check the result of ephy_file_launch_desktop_file () so if it fails we tryDiego Escalante Urrelo2007-01-091-0/+9
* Workaround/semi-fix for bug #351814. The real cause of the problem is theDiego Escalante Urrelo2007-01-091-0/+10
* Added "icondir" variable ( == $datadir/$package/icons ). The purpose isLuca Ferretti2007-01-091-0/+9
* Removed the hardcoded invisible char, note that this might readd itself toDiego Escalante Urrelo2007-01-081-0/+9
* Minor fixes in the ChangeLog (some wrong identation and extra spaces)Diego Escalante Urrelo2007-01-071-8/+10
* Avoid use of localtime by computing expiry in seconds instead of days.Diego Escalante Urrelo2007-01-031-0/+10
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-031-0/+15
* Corrects the expand of the Privacy tab in the Preferences window. Patch byDiego Escalante Urrelo2007-01-031-1/+7
* Added text/csv as a safe type (note that the aliasDiego Escalante Urrelo2007-01-031-0/+9
* Disables "Add Bookmark" in the File menu when bookmarks are locked down.Diego Escalante Urrelo2007-01-031-0/+17
* Make sure to init gthread as first call to glib.Christian Persch2007-01-011-0/+6
* Fix email addressChristian Persch2006-12-311-1/+1
* Removed uneeded #include <gtk/gtkframe.h>.Diego Escalante Urrelo2006-12-311-0/+6
* .cvsignore files are obsoleteChristian Persch2006-12-301-0/+54
* Only use the statusbar size-allocate hack on gtk <= 2.10 now that gtk bugChristian Persch2006-12-251-0/+7
* Invert MoveToolItem and RemoveToolItem order, matchingh same feature forLuca Ferretti2006-12-201-0/+14
* Add Tango style location-entry named icon.Luca Ferretti2006-12-191-0/+15
* Post-release version bump.Christian Persch2006-12-191-0/+6
* === Release 2.17.4 ===RELEASE_2_17_4Christian Persch2006-12-191-0/+10
* Show favicons in location entry drop-down. Bug #112748, patch by DiegoChristian Persch2006-12-181-0/+14
* Fix bookmarks export to HTML. Bug #345925, patch by Stefan Stuhr.Christian Persch2006-12-181-0/+6
* Bump version to 2.17.4.Christian Persch2006-12-181-0/+6
* Fix file name extension when exporting bookmarks. Bug #358986, patch byChristian Persch2006-12-181-0/+7
* Fix a signal leak. Bug #363837, patch by John Millikin.Christian Persch2006-12-181-0/+6
* Add search_link entry to _EphyEmbedIfaceEric Butler2006-12-181-0/+12
* Fix a mem leak. Bug #373549, patch by Diego Escalante Urrelo.Christian Persch2006-12-181-0/+6
* Limit tab tooltip length. Bug #324052, patch by Diego Escalante Urrelo.Christian Persch2006-12-181-0/+7
* Allow to drag plaintext to tabbar. Bug #339339, patch by Michael Hofmann.Christian Persch2006-12-181-0/+8
* List title and URL in location entry drop-down. Bug #169550, patch byChristian Persch2006-12-181-0/+14
* Fix secure location bar colouring with dark themes. Bug #347343, patch byChristian Persch2006-12-181-0/+8
* Load about data from file.Christian Persch2006-12-181-0/+8
* Add a signal so one can react after some rules have been edited.Jean-François Rameau2006-12-181-0/+7
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-171-0/+16
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-0/+36
* Don't warn before launching rtsp and mms[h] handlers.Chhristian Persch2006-12-151-0/+6
* Add "bookmark-view" and "history-view" at 32 pixels and 48 pixelsLuca Ferretti2006-12-141-0/+14
* Remove the proxy icon from View->Page Source menu entry.Luca Ferretti2006-12-141-0/+11
* Fix a typo in previous commit.Luca Ferretti2006-12-141-0/+6
* Add new "bookmark-view" icon from Andreas Nilsson, replacingLuca Ferretti2006-12-141-0/+35
* Dist the icon sources.Christian Persch2006-12-141-0/+10
* Add image sources too.Luca Ferretti2006-12-131-0/+7
* Updated icon for history from Andreas Nilsson.Luca Ferretti2006-12-131-0/+16
* Remove unnecessary rules.Christian Persch2006-12-121-0/+21
* Move code around.Christian Persch2006-12-091-0/+7
* s/epiphany-download/download\Luca Ferretti2006-12-091-0/+9
* Restore this, still used in bookmarks .desktop file.Luca Ferretti2006-12-091-0/+6
* Remove old stock iconsLuca Ferretti2006-12-091-0/+47
* Silent cvs.Luca Ferretti2006-12-081-0/+6
* Ctrl-middle click on a bookmarm should open a new tab. Fixes bug #334463,Wouter Bolsterlee2006-12-051-0/+8
* Add "popup-hidden" named icon.Luca Ferretti2006-12-051-0/+9
* Post-release version bump.Christian Persch2006-12-051-0/+6
* === Release 2.17.3 ===RELEASE_2_17_3Christian Persch2006-12-051-0/+4
* Version 2.17.3.Christian Persch2006-12-051-0/+29
* Initial commit to provide Epiphany icons as themed icons. Files will beLuca Ferretti2006-12-041-0/+14
* Make progressbar smaller. Bug #368759.Christian Persch2006-12-041-0/+13