diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-13 00:16:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-13 00:16:38 +0800 |
commit | db3389ce446f3fdb6e2a8cf0447920a6bb4e4d31 (patch) | |
tree | cbaaacf1d83c3f908eb870ca159fa250cee1734d /NEWS | |
parent | 57190391484d86b82cf53b991f2d82e6b7d2daf5 (diff) | |
download | gsoc2013-epiphany-db3389ce446f3fdb6e2a8cf0447920a6bb4e4d31.tar.gz gsoc2013-epiphany-db3389ce446f3fdb6e2a8cf0447920a6bb4e4d31.tar.zst gsoc2013-epiphany-db3389ce446f3fdb6e2a8cf0447920a6bb4e4d31.zip |
=== Release 1.9.2 ===Release192
2005-11-12 Christian Persch <chpe@cvs.gnome.org>
=== Release 1.9.2 ===
* Makefile.am:
Pass make distcheck.
* NEWS:
* configure.ac:
Updated for 1.9.2.
* lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml),
(egg_toolbars_model_save), (parse_data_list), (parse_item_list),
(parse_toolbars):
* src/bookmarks/ephy-bookmarks-ui.c:
(ephy_bookmarks_ui_attach_toolbar_model):
Fix compile warnings.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 50 |
1 files changed, 50 insertions, 0 deletions
@@ -1,4 +1,54 @@ ============== +Epiphany 1.9.2 +============== + +Changes: + + * Fix download window type hint + * Allow compilation against xulrunner + * Fix some memleaks [#320901] + * Scroll the view so the selected cert is visible [#320758] + * String cleanup + * Add status text to the find toolbar, reverse Next/Previous button order + * Use a gtk stock cursor instead of our own, un-themed one in toolbar editor + * Show drag icon with page title + URL when dragging from the drag handle + * Simplify context menu code [#320520] + * Fix error page title capitalisation, and chanage the icon on the netOffline error page + * Remove spinner from fullscreen toolbars file + * Portability and gcc 2.95 fixes + * Get the window name from the popup-blocked event + * Use curly quotes + * Use the history window as parent for the new-bookmark dialogue [#320329] + * Fix string capitalisation [#320330] + * Remove glade callbacks + * Use G_MODULE_BIND_LAZY when dlopening modules + * Fixes for new toolbar code [#320169, #319536] + * Skip spinner update when we're not loaded [#320079] + * Change downloader and pdm dialogue titles [#319843] + * Fix middle button activate of actions [#319529] + +Contributors to this release: +Emmanuele Bassi, Piers Cornwell, Peter Harvey, +Philip Langdale, Bastien Nocera, Robert O'Callahan, +Christian Persch, Jean François Rameau, Raphael Slinckx. + +Updated translations: + + * Ales Nyakhaychyk (be) + * Miloslav Trmac (cs) + * Adam Weinberger (en_CA) + * Francisco Javier F. Serrador (es) + * Ivar Smolin (et) + * Takeshi AIHANA (ja) + * Erdal Ronahi (ku) + * Žygimantas Beručka (lt) + * Reinout van Schouwen (nl) + * Afonso Celso Medina (pt_BR) + * Marcel Telka (sk) + * Liu Songhe (zh_CN) + + +============== Epiphany 1.9.1 ============== |