diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-30 00:47:21 +0000 |
commit | 7315b1c16ae631c60d787b73475db448b86b7e0b (patch) | |
tree | 0a7edc722d829b9a98914843c0c09d978324e75f /www/epiphany/files | |
parent | e43bffa408ddb90519bcbf271791632a33f25217 (diff) | |
download | FreeBSD-ports-7315b1c16ae631c60d787b73475db448b86b7e0b.zip FreeBSD-ports-7315b1c16ae631c60d787b73475db448b86b7e0b.tar.gz |
Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release. In particular, GNOME 2.14 focused
on performance, and they did not miss the mark. There's some new eye candy,
but most of the big things are waiting until GNOME 2.16. On the FreeBSD
side, we tried to clean up all the crashers we could. In particular, we
really improved GNOME's 64-bit support.
The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.
The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
Diffstat (limited to 'www/epiphany/files')
-rw-r--r-- | www/epiphany/files/patch-src_bookmarks_ephy-bookmarks.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/epiphany/files/patch-src_bookmarks_ephy-bookmarks.c b/www/epiphany/files/patch-src_bookmarks_ephy-bookmarks.c new file mode 100644 index 0000000..146b9e5 --- /dev/null +++ b/www/epiphany/files/patch-src_bookmarks_ephy-bookmarks.c @@ -0,0 +1,14 @@ +--- src/bookmarks/ephy-bookmarks.c.orig Sat Apr 15 04:11:39 2006 ++++ src/bookmarks/ephy-bookmarks.c Sat Apr 15 04:13:43 2006 +@@ -92,7 +92,10 @@ static const EphyBookmarksBookmarkInfo d + * For instance in .nl these should be + * "http://www.google.nl" and "http://www.google.nl/search?q=%s" + */ +- { N_("Search the web"), N_("http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8") } ++ { N_("Search the web"), N_("http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8") }, ++ { N_("The FreeBSD Project"), N_("http://www.freebsd.org/") }, ++ { N_("Daemon News"), N_("http://daemonnews.org/") }, ++ { N_("BSD News"), N_("http://bsdnews.com/") } + }; + + static const char *default_topics [] = |