summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJens Finke <jens@triq.net>2003-12-31 14:01:52 +0000
committerJens Finke <jens@src.gnome.org>2003-12-31 14:01:52 +0000
commitd3608254249df9a07746b79230882837ba092706 (patch)
tree08817f7fb6e64f4a2fbb2f272f4787919953a942 /ChangeLog
parentb391bff8c46aa38f9d746163a05e3c7ce60cc57e (diff)
downloadeog-d3608254249df9a07746b79230882837ba092706.tar.gz
Preview for the file selector.
2003-12-31 Jens Finke <jens@triq.net> Preview for the file selector. * libeog/eog-file-selection.c (eog_file_selection_dispose), (eog_file_selection_finalize), (eog_file_selection_class_init), (eog_file_selection_instance_init), (set_preview_label), (set_preview_pixbuf), (update_preview_cb), (eog_file_selection_add_preview): New functions. (eog_file_selection_new): Add preview widget. * libeog/eog-file-selection.h: Added pointer to private struct.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fa56245..91ba5e4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2003-12-31 Jens Finke <jens@triq.net>
+
+ Preview for the file selector.
+
+ * libeog/eog-file-selection.c (eog_file_selection_dispose),
+ (eog_file_selection_finalize), (eog_file_selection_class_init),
+ (eog_file_selection_instance_init),
+ (set_preview_label),
+ (set_preview_pixbuf),
+ (update_preview_cb),
+ (eog_file_selection_add_preview): New functions.
+ (eog_file_selection_new): Add preview widget.
+
+ * libeog/eog-file-selection.h: Added pointer to private struct.
+
====== 2.5.2.1 =====
2003-12-29 Jens Finke <jens@triq.net>
@@ -12,7 +27,7 @@
2003-12-27 Jens Finke <jens@triq.net>
* collection/eog-collection-item.c (ensure_max_string_width):
- Prefer non-alphanumeric characters for positions to split caption.
+ Prefer non-alphanumeric characters for positions to wrap caption.
2003-12-27 Jens Finke <jens@triq.net>