Tue Feb 01 19:49:31 2005 * === Released 1.9.56 === * src/mdh_cfg.c: wrap temperature-related bits inside of #if's. Mon Jan 31 23:03:40 2005 * src/mdh_panel_temp.c: add logging for xml parse errors. use proper xml function calls to get attributes and entity data. * src/util.c: added mdh_str_to_digit(). * src/util.h: * src/mdh.c: use mdh_str_to_digit() for pid check. Mon Jan 31 12:03:24 2005 * src/mdh_panel_temp.c: fixed a crash when invalid data is received after previously getting valid data. * src/Makefile.in: don't strip mdh on install Sun Jan 30 19:38:00 2005 * src/mdh.c: change the config variable for custom buttons from 'name' to 'value'. * src/Makefile.in: use $(OBJS) for 'clean'. Sun Jan 30 14:34:32 2005 * src/mdh.c: change config from libconfuse to gini. * src/Makefile.in: Sun Jan 29 19:48:37 2005 * src/mdh.c: update for panel icons. * src/mdh.h: * src/mdh_cfg.c: * src/mdh_toolbar.c: * src/mdh_gen.c: mdh_tooltips_set_tip(), avoid null tip. * src/mdh_panel_temp.c: update for temperature condition icon. * src/Makefile.in: install panel icons. Sun Jan 29 13:32:24 2005 * src/mdh_panel_temp.c: improved default command for the temperature panel, url substitution with current LocID. * src/mdh_panel_temp.h: Sun Jan 29 10:51:13 2005 * src/mdh_panel_temp.c: cleanup #include's. * src/mdh.h: missed some proxy variables. * src/mdh_panel_temp.h: removed proxy_setup function. Sun Jan 29 01:15:06 2005 * configure.ac: added libxml-2.0 and libcurl checks. * src/Makefile.in: added extra_{CFLAGS,LIBS} substitution. * src/mdh.c: temperature rewrite. removed proxy config, spelling corrections, other minor temp-related updates. * src/mdh.h: * src/mdh_cfg.c: temperature rewrite. removed proxy config, spelling corrections, other minor temp-related updates. * src/mdh_panel_temp.c: temperature rewrite. * src/mdh_panel_temp.h: * src/util.c: addition of mdh_browser_find() function. searches for and returns a browser from a pre-defined list. * src/util.h: