diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-17 23:35:43 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 1999-11-17 23:35:43 +0800 |
commit | 9663037f6c0daaf03d74c88afb002a6bb33f222b (patch) | |
tree | a6edccc1e5963511d0734e3171b97d853bf14b5c /composer/ChangeLog | |
parent | ca7044930f42a698fd88f914c2512a20e2eeaae9 (diff) | |
download | gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar.gz gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar.bz2 gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar.lz gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar.xz gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.tar.zst gsoc2013-evolution-9663037f6c0daaf03d74c88afb002a6bb33f222b.zip |
More work:
- Fixed some Camel API naming issues.
- Moved the message composer stuff to the `composer' directory.
svn path=/trunk/; revision=1395
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog new file mode 100644 index 0000000000..744d633eae --- /dev/null +++ b/composer/ChangeLog @@ -0,0 +1,20 @@ +1999-11-17 Ettore Perazzoli <ettore@gnu.org> + + * Makefile.am: New Makefile to compile the message composer + executable. + + * main.c: New file. + + * e-msg-composer-hdrs.c (e_msg_composer_hdrs_to_message): Use + `CAMEL_RECIPIENT*' macros instead of the old `RECIPIENT*' ones + that do not exist anymore. + + * e-msg-composer-address-dialog.c + (e_msg_composer_address_dialog_construct): Use `E_GLADEDIR' + instead of `E_GUIDIR'. + * e-msg-composer-attachment.c (e_msg_composer_attachment_edit): + Likewise. + * e-msg-composer.c (e_msg_composer_construct): Likewise. + +(See `$(top_srcdir)/widgets/ChangeLog' for previous changes to the +message composer.) |