From 92b2a3c90af03a839fab06efb96429c9d4976ddd Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Thu, 6 Dec 2001 23:13:56 +0000 Subject: Added. Executes the given file and returns its output as a string. 2001-12-06 Jon Trowbridge * e-msg-composer.c (executed_file_output): Added. Executes the given file and returns its output as a string. (get_file_content): Stats the file to see if it is executable. If it is, execute it and return the string. If not, just read the file and return the contents. svn path=/trunk/; revision=14917 --- composer/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index d8445443cb..548c2f98dd 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,11 @@ +2001-12-06 Jon Trowbridge + + * e-msg-composer.c (executed_file_output): Added. Executes the + given file and returns its output as a string. + (get_file_content): Stats the file to see if it is executable. + If it is, execute it and return the string. If not, just read + the file and return the contents. + 2001-11-30 Jeffrey Stedfast * e-msg-composer.c (setup_ui): Change the FileSend tooltip the be -- cgit v1.2.3