- Fixed some Camel API naming issues. - Moved the message composer stuff to the `composer' directory. svn path=/trunk/; revision=1395
21 lines
642 B
Plaintext
21 lines
642 B
Plaintext
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.)
|