comparison ChangeLog @ 60:9c0c402b0ef3

Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net> * editors.[ch]: Add "%w" macro to disable full screen deactivation when running an editor command. * img-view.c, layout_image.c, pan-view.c: Honor %w editor flag to prevent exit of full screen. * image-load.c (image_load_begin): Fix to not treat short reads as end of file condition. * README, doc/10_5_editor_commands.html: Document %w macro for editor commands. * po/it.po: Update Italian translation, submitted by Kostantino <inverness1ATvirgilio.it>.
author gqview
date Mon, 13 Jun 2005 21:39:13 +0000
parents 57f6da2510d9
children 0c912a2d94f1
comparison
equal deleted inserted replaced
59:57f6da2510d9 60:9c0c402b0ef3
1 Mon Jun 13 17:31:46 2005 John Ellis <johne@verizon.net>
2
3 * editors.[ch]: Add "%w" macro to disable full screen deactivation when
4 running an editor command.
5 * img-view.c, layout_image.c, pan-view.c: Honor %w editor flag to
6 prevent exit of full screen.
7 * image-load.c (image_load_begin): Fix to not treat short reads as
8 end of file condition.
9 * README, doc/10_5_editor_commands.html: Document %w macro for editor
10 commands.
11 * po/it.po: Update Italian translation,
12 submitted by Kostantino <inverness1ATvirgilio.it>.
13
1 Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net> 14 Sun Jun 12 19:25:26 2005 John Ellis <johne@verizon.net>
2 15
3 * format_canon.[ch]: Reimplement canon raw parser to use convenience 16 * format_canon.[ch]: Reimplement canon raw parser to use convenience
4 functions from exif.c, also separated parsers into one per file type. 17 functions from exif.c, also separated parsers into one per file type.
5 For the cr2 format also verify compression type in tiff field 0x0103. 18 For the cr2 format also verify compression type in tiff field 0x0103.