From: Jan Djärv Date: Mon, 29 Jul 2013 00:13:41 +0000 (+0900) Subject: po-mode: don't include uncompressed translations when sending X-Git-Tag: v0.19~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5b6ac2588fe93897fd6408e76906cbdb5b351c3;p=thirdparty%2Fgettext.git po-mode: don't include uncompressed translations when sending --- diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index bd4de9adc..9a894d1cd 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,8 @@ +2013-07-29 Jan Djärv (tiny change) + + * po-mode.el (po-send-mail): Don't include original uncompressed + text in the mail. + 2013-07-21 Daiki Ueno * autopoint.in (omitintl): Don't set it 'no' when no diff --git a/gettext-tools/misc/po-mode.el b/gettext-tools/misc/po-mode.el index 761d8b7e6..cd191b1cc 100644 --- a/gettext-tools/misc/po-mode.el +++ b/gettext-tools/misc/po-mode.el @@ -3509,7 +3509,7 @@ Write to your team? ('n' if writing to the Translation Project robot) "))) (insert-buffer-substring buffer) (shell-command-on-region (region-beginning) (region-end) - (concat po-gzip-uuencode-command " " name ".gz") t)))))) + (concat po-gzip-uuencode-command " " name ".gz") t t)))))) (message "")) (defun po-confirm-and-quit ()