diff options
author | Christian Neumair <cneumair@src.gnome.org> | 2003-05-17 20:43:34 +0800 |
---|---|---|
committer | Christian Neumair <cneumair@src.gnome.org> | 2003-05-17 20:43:34 +0800 |
commit | da4bacb5a3de0dafe863ea82aea78d2e40731730 (patch) | |
tree | e31bad9600bf78b6e2a6523091e3af0e613941ab /ChangeLog | |
parent | e5d335763657c0ebf4d464f4bc1d81542220141b (diff) | |
download | gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.gz gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.bz2 gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.lz gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.xz gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.tar.zst gsoc2013-epiphany-da4bacb5a3de0dafe863ea82aea78d2e40731730.zip |
Fixed many issues mentioned in #112781.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 66 |
1 files changed, 66 insertions, 0 deletions
@@ -1,3 +1,69 @@ +2003-05-17 Christian Neumair <chris@gnome-de.org> + + (#112781) + + * data/starthere/index.xml.in + * data/starthere/section.xsl + * data/starthere/smartbookmarks.xml.in: + + i18nized page title and links, fixed semantic inconsistency. + + * data/ui/epiphany-ui.xml.in + * src/ephy-favorites-menu.c: + + Only construct Go menu's third separator if there are menu items added + after it. + + * embed/downloader-view.c: + + Re-added mnemonics to pause/resume button. + + * embed/mozilla/mozilla-i18n.c + * embed/mozilla/mozilla-notifiers.cpp + * embed/downloader-view.c + * embed/ephy-embed-event.c + * embed/ephy-embed-persist.c + * embed/ephy-embed-utils.c + * embed/ephy-history.c + * lib/widgets/ephy-autocompletion-window.c + * lib/widgets/ephy-node-view.c + * lib/widgets/ephy-tree-model-node.c + * lib/eel-gconf-extensions.c + * lib/ephy-file-helpers.c + * lib/ephy-gui.c + * lib/ephy-node.c + * lib/ephy-start-here.c + * lib/ephy-string.c + * src/bookmarks/ephy-bookmark-action.c + * src/bookmarks/ephy-bookmark-properties.c + * src/bookmarks/ephy-bookmarks-editor.c + * src/bookmarks/ephy-bookmarks.c + * src/bookmarks/ephy-new-bookmark.c + * src/bookmarks/ephy-topic-action.c + * src/ephy-encoding-menu.c + * src/ephy-history-window.c + * src/ephy-notebook.c + * src/ephy-window.c + * src/ppview-toolbar.c + * src/session.c + * src/toolbar.c: + + Various i18n include fixes, inter alia included config.h where + required. + + * src/ephy-go-action.c: + + Ditto, plus fixed gettext call. + + * src/pdm-dialog.c: + + Ditto, plus some slight string fixes. + + * src/prefs-dialog.c: + + Ditto, plus added some gettext calls to localize language and encoding + selection. + 2003-05-17 David Bordoley <bordoley@msu.edu> Marco Pesenti Gritti <marco@it.gnome.org> |