aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-05-18 07:27:30 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-05-18 07:27:30 +0800
commite666bba340f4b0d10750cdcbea9ba3c3dbe31c02 (patch)
treef73b08c4dbb63772f279d41c34837023a5ba3fdc /NEWS
parent86aba5d21023eb60fe1357cea66c8bc553f51bde (diff)
downloadgsoc2013-epiphany-e666bba340f4b0d10750cdcbea9ba3c3dbe31c02.tar
gsoc2013-epiphany-e666bba340f4b0d10750cdcbea9ba3c3dbe31c02.tar.gz
gsoc2013-epiphany-e666bba340f4b0d10750cdcbea9ba3c3dbe31c02.tar.bz2
gsoc2013-epiphany-e666bba340f4b0d10750cdcbea9ba3c3dbe31c02.tar.lz
gsoc2013-epiphany-e666bba340f4b0d10750cdcbea9ba3c3dbe31c02.tar.xz
gsoc2013-epiphany-e666bba340f4b0d10750cdcbea9ba3c3dbe31c02.tar.zst
gsoc2013-epiphany-e666bba340f4b0d10750cdcbea9ba3c3dbe31c02.zip
update for 0.6.1, feel free to improve
2003-05-18 Marco Pesenti Gritti <marco@it.gnome.org> * NEWS: update for 0.6.1, feel free to improve
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS65
1 files changed, 65 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 03b26f973..027dd31da 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,69 @@
==============
+Epiphany 0.6.1
+==============
+
+Code changes
+
+ * Initialize mozilla prefs on startup, so changing gconf prefs while
+ epiphany is not running works again (Marco)
+ * Convenience function to display help, avoid a lot
+ of code duplication (Dave Bordoley)
+ * Rework prefs dialog code to use a notebook directly from glade
+ and to fit in one file (Marco)
+ * Export bookmarks in rdf format, will be more useful when
+ it will be possible to import it (Marco, Edd Dumbill)
+ * Use gtk api for fullscreen (Marco)
+
+New features
+
+ * Drag and drop of links to tabs (Christian Persch)
+ * Wrote the structure of the help and 30% of the contents (Dave Bordoley)
+ * Security preferences (Marco)
+ * Autodetect the user primary language (Marco)
+ * Show a list of tabs at the bottom of tabs menu (Dave Bordoley)
+
+Interface improvements
+
+ * ctrl+u show page source (Marco)
+ * Use address as title when the page is untitled (Christian Persch)
+ * Confirmation dialog for clearing history (Jon Svendsen)
+ * Improve find dialog readability (Dave Bordoley)
+ * Use the term Adress instead of Location as discussed
+ with docs guys (Dave Bordoley)
+ * Show bookmarks icons in the toolbar only when there
+ is a specific one (Dave Bordoley)
+ * Do not show empty submenus for empty topics, show
+ an "Empty" insensitive item instead (Lee Willis)
+ * Some cleanups of the preferences dialog, work in progress (Marco)
+ * Alphabetical sort of bookmarks menu (Xan Lopez)
+ * Show the full page title in tooltip on the tab label (Christian Persch)
+ * Warn the user when he is trying to add an already existent bookmark (Xan Lopez)
+ * On Go->Location, show the toolbar if it's hidden, and hide it again
+ when the user finished to type (Marco)
+
+Bugfixes
+
+ * Remove toolbar for context menu works (Marco)
+ * Insert new toolbars before the bookmarks toolbar (Marco)
+ * Improve default topics, add google smart bookmark
+ to the toolbar by default (Dave Bordoley)
+ * Fix menu sensitivity for the history dialog (Marco)
+ * Fix leak in bookmarks importing and improve speed.
+ This make importing large collection of bookmarks
+ actually possible (Osma Ahvenlampi)
+ * Use AM_CXX_FLAGS instead of CXX_FLAGS, make
+ life easier to packagers (Edd Dumbill)
+ * Fix 64 bit problems (Jeremy Katz)
+ * Middle click actions on click event, not on mouse down (Marco)
+ * Fix leak of tooltips in the statusbar (Christian Persch)
+ * Fix smartbookmarks and non ascii characters (Marco)
+ * Fix external handlers like mailto, ftp ... (Marco)
+ * Make uncategorized special topic work consistently (Xan Lopez)
+ * Do not save position for browser windows (Dave Bordoley)
+ * Make our string ellipsizing helper utf8 save (Christian Persch)
+ * Various internationalization fixes (Christian Neumair)
+
+==============
Epiphany 0.6.0
==============