From 41b1173190f702693b0b4fd2654cf2dc28a447f4 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 3 Oct 2014 14:05:39 +0000 Subject: Imported Upstream version 0.995 --- xsane.CHANGES | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) (limited to 'xsane.CHANGES') diff --git a/xsane.CHANGES b/xsane.CHANGES index b6cbd3b..577399d 100644 --- a/xsane.CHANGES +++ b/xsane.CHANGES @@ -2958,6 +2958,42 @@ xsane-0.993 -> 0.994: - xsane-scan.c: if (channels==1) then scanner_default_gray_icm_profile is used instead of scanner_default_color_icm_profile - - xsane-scan.c: bugfix segfault when scanning: when scanner_default_color_icm_profile is not defined then "" is used instead - of scanner_default_color_icm_profile + - xsane-scan.c: bugfix segfault when scanning: when scanner_default_color_icm_profile is not defined then "" is used instead of scanner_default_color_icm_profile + +xsane-0.994 -> 0.995: +--------------------- + + - changed layout of copy setup, removed border around all setup tabs + + - changed layout of xsane main window + + - xsane-front-gtk.c: xsane_browse_filename_callback: xsane.cms_function_option_menu is only updated when xsane.enable_color_management is active + + - xsane-save.c: write_smtp_header(): it is allowed to specify multiple mail receivers in a comma separated list now + + - xsane-save.c: write_smtp_header(): MAIL FROM and RCPT TO use syntax "" instead of "user@domain.org" now + + - xsane-front-gtk.c: created xsane_progress_bar_set_fraction which uses the gtk2 + functions when available and which only updates the progress_bar every 2.5 percent + what speeds up several functions - especially saving file routines - + + xsane*.c: replaced all gtk_progress_bar_update() by xsane_progress_bar_set_fraction() + + - xsane-back-gtk.c: in function xsane_back_gtk_value_update() + replaced comparison for SANE_FIX values + if (new_val != val) + by + if (abs(new_val - val) > 1) + + - changed all "scanarea" to "scan_area" or "scan area" + + - xsane-gtk-1_x-compat.h: changed gtk_progress_bar_set_ellipsize() to + gtk_progress_bar_set_ellipsize(pbar, mode) + + - xsane_help_no_devices() changed buf size to 1024 + + - translations: U=updated, N=not updated, A=added/new + ca cs da de es fi fr hu it ja nl pa pl pt pt_BR ro ru sk sl sr sv tr vi zh zh_CN + U N U N N A N N U N N U N N N N N U N U N N N N N + 99599 99599 96 99595 99 99595 99 99599 96 96 96 99 99599 99592 99 96 96 992 -- cgit v1.2.3