diff options
author | Priit Laes <plaes@plaes.org> | 2009-07-22 10:43:34 +0300 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2009-07-22 10:57:21 +0300 |
commit | 8c9f8e984de0cd430f53140b816c476cf7e9dc67 (patch) | |
tree | a9877ccc31f2e62ab67d24edb447f00d560f73a8 /TODO | |
parent | 65b9077bd1eedc7a32279990638f0e98e3d9563d (diff) | |
download | epiphany-8c9f8e984de0cd430f53140b816c476cf7e9dc67.tar.gz |
Update various outdated documents.
ChangeLog.README, HACKING, README, TODO: Updates, spelling fixes, etc.
Signed-off-by: Priit Laes <plaes@plaes.org>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -6,18 +6,11 @@ Stuff to port to new glib/gtk+ APIs: - port egg-toolbar-editor to GtkIconView as soon as it supports DND (bug #150270) -- port to GOption - port to new gtk+ uri-list DND APIs - port Downloads directory button in prefs to GtkFileChooserButton (but wait for bugs #154388, #154390, #154392, #154394) - port to confirm-overwrite signal of GtkFileChooser -- use GtkStatusIcon instead of EggStatusIcon - use g_intern_static_string for static type name registrations and g_object_set_data - use gtk_widget_get_action in toolbar code instead of g_object_get_data (., "gtk-action") - use GtkNotebook DND - -Stuff to do when dropping support for mozilla < 1.7: -- use dependent strings -- use gtk_moz_embed_set_app_components - |