aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJean-François Rameau <jframeau@cvs.gnome.org>2006-03-03 05:23:34 +0800
committerJean-François Rameau <jframeau@src.gnome.org>2006-03-03 05:23:34 +0800
commit8dc95a5c584d8fdb99afec102702bd8801b95266 (patch)
tree2b0682233b70018437c4bc140a3d32f1ad45d9d6 /ChangeLog
parent4f2b380361e6bf153a04cc80dba762733a5963c1 (diff)
downloadgsoc2013-epiphany-8dc95a5c584d8fdb99afec102702bd8801b95266.tar
gsoc2013-epiphany-8dc95a5c584d8fdb99afec102702bd8801b95266.tar.gz
gsoc2013-epiphany-8dc95a5c584d8fdb99afec102702bd8801b95266.tar.bz2
gsoc2013-epiphany-8dc95a5c584d8fdb99afec102702bd8801b95266.tar.lz
gsoc2013-epiphany-8dc95a5c584d8fdb99afec102702bd8801b95266.tar.xz
gsoc2013-epiphany-8dc95a5c584d8fdb99afec102702bd8801b95266.tar.zst
gsoc2013-epiphany-8dc95a5c584d8fdb99afec102702bd8801b95266.zip
Fix gcc 4.1 warnings (dereferencing type-punned pointer will break
2006-03-02 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/ephy-embed-shell.c:(ephy_embed_shell_dispose): * src/ephy-encoding-menu.c: (ephy_encoding_menu_view_dialog_cb): * src/ephy-history-window.c: (cmd_clear), (ephy_history_window_finalize): * src/ephy-shell.c: (ephy_shell_get_pdm_dialog),(ephy_shell_get_prefs_dialog), (ephy_shell_get_print_setup_dialog): * src/prefs-dialog.c: (prefs_dialog_finalize), (font_prefs_button_clicked_cb), (language_editor_add_button_clicked_cb): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_finalize): Fix gcc 4.1 warnings (dereferencing type-punned pointer will break strict-aliasing rules).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c67ee3b49..baf4c436a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2006-03-02 Jean-François Rameau <jframeau@cvs.gnome.org>
+
+ * embed/ephy-embed-shell.c:(ephy_embed_shell_dispose):
+ * src/ephy-encoding-menu.c: (ephy_encoding_menu_view_dialog_cb):
+ * src/ephy-history-window.c: (cmd_clear), (ephy_history_window_finalize):
+ * src/ephy-shell.c: (ephy_shell_get_pdm_dialog),(ephy_shell_get_prefs_dialog),
+ (ephy_shell_get_print_setup_dialog):
+ * src/prefs-dialog.c: (prefs_dialog_finalize), (font_prefs_button_clicked_cb),
+ (language_editor_add_button_clicked_cb):
+ * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_finalize):
+
+ Fix gcc 4.1 warnings (dereferencing type-punned pointer will break strict-aliasing rules).
+
2006-03-02 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/GtkNSSDialogs.cpp: