diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-12-28 19:03:04 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-12-28 19:03:04 +0800 |
commit | 1c7103c902f7e9796dfa566c8d382719abcd2307 (patch) | |
tree | 450adcbe007058c5fb1febc435b4b8ef2655569c | |
parent | a9863f3bfeb5d8852304d4c92e284e0653dc8ee6 (diff) | |
download | gsoc2013-epiphany-1c7103c902f7e9796dfa566c8d382719abcd2307.tar gsoc2013-epiphany-1c7103c902f7e9796dfa566c8d382719abcd2307.tar.gz gsoc2013-epiphany-1c7103c902f7e9796dfa566c8d382719abcd2307.tar.bz2 gsoc2013-epiphany-1c7103c902f7e9796dfa566c8d382719abcd2307.tar.lz gsoc2013-epiphany-1c7103c902f7e9796dfa566c8d382719abcd2307.tar.xz gsoc2013-epiphany-1c7103c902f7e9796dfa566c8d382719abcd2307.tar.zst gsoc2013-epiphany-1c7103c902f7e9796dfa566c8d382719abcd2307.zip |
Update for 1.1.2
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 76 |
2 files changed, 83 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-12-28 Marco Pesenti Gritti <marco@gnome.org> + + * NEWS: + * configure.in: + + Update for 1.1.2 + 2003-12-27 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (find_action), @@ -1,4 +1,80 @@ ============== +Epiphany 1.1.2 +============== + +Code changes + + * Reformat spinner code to conform to epiphany coding style. (Christian) + * Allow plugins to access the statusbar (Adam Hooper) + * Use statusbar api directly instead of wrapping it around, so that + we can have different groups of messages (Marco) + * No need to have EphyNode thread safe since we never use + it in threads anyway (Marco) + * Brought toolbar editor code type macros in line with the + rest of libegg; use gobject instance private data (Christian) + +New features + + * Lockdown: set buttons insensitive when their + pref key is not writable. (Christian) + * Allow to move languages up and down in language editor (Christian) + +Interface improvements + + * Make ctrl-click equivalent of middle click on links. Make shift-click + save the link. (Christian) + * Sort the list of fonts alphabetically (Christian) + * Make toolbar editing drag icons use the same icon size as the + actual toolbar icons (Jorn Baayen) + * In history show only site title by default (Marco) + * Make print dialogue spacing HIG-compliant (Christian) + * Use stock icon for print setup (Christian) + * Better way of mapping hierarchy to topics when importing + bookmarks from mozilla (Christian) + * In-line the language editor in the prefs dialog (Christian) + * Use favicons in the back/forward menus (Christian) + * Set the download folder selection label to "Home" if download folder + is home folder (Christian Neumair) + +Bugfixes + + * Fix several mem leaks (Christian) + * Depend on automake 1.7, fix compilation from + cvs on systems with 1.6 installed (Marco) + * Restore tabs menu shortcut keys ALT-1 .. ALT-0 (Christian) + * Don't try to save the submit button image instead of submitting + the form + * Destroy file chooser with its parent window; fixes crashes (Christian) + * Fix coordinates of under widgets popup in RTL mode (Christian) + * Do not try to pickup already set MOZILLA_FIVE_HOME, + hopefully fix crashes oepning links from thunderbird (Marco) + * Re-implement Pause/Resume in downloader (Xan) + * Correctly cancel the download instead of just + cancelling the request. (Marco) + +Documentation + + * Updated printing docs (Piers Cornwell) + * GDK_Meta_L is a keycode, not a modifier code. + Map meta to GDK_MOD2_MASK. (Christian) + +Translations + + * ar (Arafat Medini) + * be (Ales Nyakhaychyk) + * cs (Miloslav Trmac) + * de (Christian Neumair) + * el (Kostas Papadimas) + * en_GB (Christian Persch) + * es (Francisco F. Serrador) + * nl (Vincent van Adrighem) + * no (Kjartan Maraas) + * pt_BR (Gustavo Noronha Silva) + * sr (Danilo Šegan) + * sr@Latn (Danilo Šegan) + * sq (Laurent Dhima) + +============== Epiphany 1.1.1 ============== |