16:28:50
#
Life
gworldclock i18n.
It took me a long time to hack it up, since I was not accustomed to
GTK2 which tries to handle all chars in UTF-8.
The patch is here.
The notable portions were:
item_factory = gtk_item_factory_new (GTK_TYPE_MENU, "<main>", NULL); gtk_item_factory_set_translate_func (item_factory, translate_func, NULL, NULL); gtk_item_factory_create_items (item_factory, nmenu_items, popupmenu_items, (gpointer)clocklist); popup = gtk_item_factory_get_widget (item_factory, "<main>");
set_translate_func here.
const gchar* translate_func (const gchar * s, gpointer * v) { /* translation function used for itemfactory added by dancerj, Junichi Uekawa, 26 Jul 2003. */ return gettext(s); }
and
bindtextdomain(PACKAGE_NAME, LOCALEDIR); bind_textdomain_codeset (PACKAGE_NAME, "UTF-8"); textdomain(PACKAGE_NAME);
06:47:42 # Today's hack Updated RDF generator. It doesn't seem to be fully functional.
09:00:15 # Today's hack Update ecasound2.2 build rules so that documentation gets installed properly.
06:51:33 # Today's hack I've managed to get RDF generation working in dancer-diary. However, I don't know how to check if it really works.
20:10:09 # Life Found that there is a trackback for elisp implemented on 10 Jul 2003. google couldn't find it yesterday, but it does find it now. Interesting to see a different and elegant implementation. probably here, currently not available and google cache
18:12:30 # Life Added trackback ping send ability to dancer-diary.el. It is quite interesting. I don't think it is possible to extend this system to receive trackback pings; but anyway, ideas are flowing inside my head.
23:34:32 # Life Is dancer-diary.el the first elisp to implement trackback protocol?
22:04:51 # Life Updated documentation for pbuilder. I consider important that documentation reflects the bug reports, so that users won't have to search over the Internet. Internet has some good information, but it is not always updated and never centrally controlled. You never know whether to trust information on the Net.
11:58:59 # Life I'm now on FTTH connection. It's good. It's fast. Faster by a degree of 1000 times than what I used to use until this morning.
23:27:19 # Life pppoeconf for woody didn't set my password for some reason. pppoe took 100% CPU power, and I panicked.
23:13:51 # Life Received patch against update-cluster to support po-debconf, so I switched things over. It's so much easier to handle than before...
21:04:10 # Life Response from Greg KH, saying that my patch does not apply cleanly on 2.4.22-pre3, so I need to resend the patch against the latest (unreleased) source. Do I venture into bitkeeper?
$Id: 200307.html.en,v 1.15 2005/02/03 01:55:24 dancer Exp $