summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-21 17:51:32 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-21 17:51:32 +0000
commit6594b6f890693c19dfeed20889b0db4c6217c31f (patch)
treee7242781cb780c8e864e3275265b1acfcb202edd /ChangeLog
parentbf49647a03923975eb24ce634dae8254553db8de (diff)
downloadpygobject-6594b6f890693c19dfeed20889b0db4c6217c31f.tar.gz
pygobject-6594b6f890693c19dfeed20889b0db4c6217c31f.tar.xz
pygobject-6594b6f890693c19dfeed20889b0db4c6217c31f.zip
Mark as static, rename from pyg_* -> pyglib_*. Fill in api struct, rename
2008-07-21 Johan Dahlin <johan@gnome.org> * glib/glibmodule.c (pyglib_idle_add), (pyglib_timeout_add), (pyglib_timeout_add_seconds), (pyglib_io_add_watch), (pyglib_source_remove), (pyglib_child_watch_add), (pyglib_markup_escape_text), (pyglib_get_current_time), (pyglib_main_depth), (pyglib_filename_display_name), (pyglib_filename_display_basename), (pyglib_filename_from_utf8), (pyglib_get_application_name), (pyglib_set_application_name), (pyglib_get_prgname), (pyglib_set_prgname), (pyglib_register_api), (pyglib_register_error): Mark as static, rename from pyg_* -> pyglib_*. Fill in api struct, rename struct and remove function suffix. svn path=/trunk/; revision=847
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0df0122..cd03916 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2008-07-21 Johan Dahlin <johan@gnome.org>
+ * glib/glibmodule.c (pyglib_idle_add), (pyglib_timeout_add),
+ (pyglib_timeout_add_seconds), (pyglib_io_add_watch),
+ (pyglib_source_remove), (pyglib_child_watch_add),
+ (pyglib_markup_escape_text), (pyglib_get_current_time),
+ (pyglib_main_depth), (pyglib_filename_display_name),
+ (pyglib_filename_display_basename), (pyglib_filename_from_utf8),
+ (pyglib_get_application_name), (pyglib_set_application_name),
+ (pyglib_get_prgname), (pyglib_set_prgname), (pyglib_register_api),
+ (pyglib_register_error):
+ Mark as static, rename from pyg_* -> pyglib_*. Fill in api struct,
+ rename struct and remove function suffix.
+
+2008-07-21 Johan Dahlin <johan@gnome.org>
+
* glib/Makefile.am:
* glib/glibmodule.c (pyg_idle_add), (pyg_timeout_add),
(pyg_timeout_add_seconds), (pyg_io_add_watch),