diff options
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d310b71cd72..3bc51029930 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> | 1 | 2008-07-25 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * getloadavg.c (nl): Rename to name_list to avoid ncurses.h | ||
| 4 | clash (bug#86). | ||
| 5 | (getloadavg): Callers changed. | ||
| 6 | |||
| 3 | * image.c (svg_load_image): Fix last change. | 7 | * image.c (svg_load_image): Fix last change. |
| 4 | (svg_load_image): Use rsvg_handle_get_dimensions to check that | 8 | (svg_load_image): Use rsvg_handle_get_dimensions to check that |
| 5 | image size is valid. Use g_object_unref instead of deprecated | 9 | image size is valid. Use g_object_unref instead of deprecated |