diff options
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 <trow@ximian.com> + + * 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 <fejj@ximian.com> * e-msg-composer.c (setup_ui): Change the FileSend tooltip the be |