aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-11-24 22:27:03 +0800
committerChristian Persch <chpe@src.gnome.org>2003-11-24 22:27:03 +0800
commit4772da2faa3646701ab93d8dd3aaee79a08d6483 (patch)
tree1816f1f5f05f88c0a0c3a0f22a8bd8c08f25697a /ChangeLog
parentb32d40ac1887892fe19e1029f201e04070396493 (diff)
downloadgsoc2013-epiphany-4772da2faa3646701ab93d8dd3aaee79a08d6483.tar
gsoc2013-epiphany-4772da2faa3646701ab93d8dd3aaee79a08d6483.tar.gz
gsoc2013-epiphany-4772da2faa3646701ab93d8dd3aaee79a08d6483.tar.bz2
gsoc2013-epiphany-4772da2faa3646701ab93d8dd3aaee79a08d6483.tar.lz
gsoc2013-epiphany-4772da2faa3646701ab93d8dd3aaee79a08d6483.tar.xz
gsoc2013-epiphany-4772da2faa3646701ab93d8dd3aaee79a08d6483.tar.zst
gsoc2013-epiphany-4772da2faa3646701ab93d8dd3aaee79a08d6483.zip
Refactored pdm dialogue code. Use new boxed cookie/password info types.
2003-11-24 Christian Persch <chpe@cvs.gnome.org> * src/pdm-dialog.c: (pdm_dialog_get_type), (pdm_dialog_class_init), (action_treeview_selection_changed_cb), (pdm_cmd_delete_selection), (pdm_key_pressed_cb), (pdm_dialog_remove_button_clicked_cb), (setup_action), (cookies_treeview_selection_changed_cb), (pdm_dialog_cookies_construct), (cookie_added_cb), (cookie_changed_cb), (cookie_deleted_cb), (cookies_cleared_cb), (pdm_dialog_fill_cookies_list), (pdm_dialog_cookies_destruct), (pdm_dialog_cookie_add), (pdm_dialog_cookie_remove), (pdm_dialog_passwords_construct), (password_added_cb), (password_changed_cb), (password_deleted_cb), (passwords_cleared_cb), (pdm_dialog_fill_passwords_list), (pdm_dialog_passwords_destruct), (pdm_dialog_password_add), (pdm_dialog_password_remove), (sync_notebook_tab), (pdm_dialog_init), (pdm_dialog_finalize), (show_cookies_properties), (pdm_dialog_cookies_properties_button_clicked_cb), (pdm_dialog_response_cb), (pdm_dialog_new): Refactored pdm dialogue code. Use new boxed cookie/password info types. Hook up to the single signals to get notified on password/ cookie updates [actual updating code to be written :)].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c926dad34..e85c7fafe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
2003-11-24 Christian Persch <chpe@cvs.gnome.org>
+ * src/pdm-dialog.c: (pdm_dialog_get_type), (pdm_dialog_class_init),
+ (action_treeview_selection_changed_cb), (pdm_cmd_delete_selection),
+ (pdm_key_pressed_cb), (pdm_dialog_remove_button_clicked_cb),
+ (setup_action), (cookies_treeview_selection_changed_cb),
+ (pdm_dialog_cookies_construct), (cookie_added_cb),
+ (cookie_changed_cb), (cookie_deleted_cb), (cookies_cleared_cb),
+ (pdm_dialog_fill_cookies_list), (pdm_dialog_cookies_destruct),
+ (pdm_dialog_cookie_add), (pdm_dialog_cookie_remove),
+ (pdm_dialog_passwords_construct), (password_added_cb),
+ (password_changed_cb), (password_deleted_cb),
+ (passwords_cleared_cb), (pdm_dialog_fill_passwords_list),
+ (pdm_dialog_passwords_destruct), (pdm_dialog_password_add),
+ (pdm_dialog_password_remove), (sync_notebook_tab),
+ (pdm_dialog_init), (pdm_dialog_finalize),
+ (show_cookies_properties),
+ (pdm_dialog_cookies_properties_button_clicked_cb),
+ (pdm_dialog_response_cb), (pdm_dialog_new):
+
+ Refactored pdm dialogue code. Use new boxed cookie/password info
+ types. Hook up to the single signals to get notified on password/
+ cookie updates [actual updating code to be written :)].
+
+2003-11-24 Christian Persch <chpe@cvs.gnome.org>
+
* data/Makefile.am:
Added $(mimepermission_DATA) to EXTRA_DIST.