aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>1999-11-06 07:06:09 +0800
committerEttore Perazzoli <ettore@src.gnome.org>1999-11-06 07:06:09 +0800
commitb681ec2b9a98684ef821f9b6fbdb9a231a58d4b5 (patch)
tree6dc964528b9db296aa1dfedde9a2b2122fd0db8e /widgets/ChangeLog
parentc8fce201dc8b14505f2e0387689947922e08f956 (diff)
downloadgsoc2013-evolution-b681ec2b9a98684ef821f9b6fbdb9a231a58d4b5.tar
gsoc2013-evolution-b681ec2b9a98684ef821f9b6fbdb9a231a58d4b5.tar.gz
gsoc2013-evolution-b681ec2b9a98684ef821f9b6fbdb9a231a58d4b5.tar.bz2
gsoc2013-evolution-b681ec2b9a98684ef821f9b6fbdb9a231a58d4b5.tar.lz
gsoc2013-evolution-b681ec2b9a98684ef821f9b6fbdb9a231a58d4b5.tar.xz
gsoc2013-evolution-b681ec2b9a98684ef821f9b6fbdb9a231a58d4b5.tar.zst
gsoc2013-evolution-b681ec2b9a98684ef821f9b6fbdb9a231a58d4b5.zip
Here is my initial Evolution work: message composition widget and some
installation fixes for Camel. svn path=/trunk/; revision=1369
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r--widgets/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog
index e8d0c8e9ed..77a6c36c61 100644
--- a/widgets/ChangeLog
+++ b/widgets/ChangeLog
@@ -1,3 +1,26 @@
+1999-11-05 Ettore Perazzoli <ettore@gnu.org>
+
+ * Makefile.am: Compile the new files in a `libevolutionwidgets'
+ library.
+ (CPPFLAGS): #define `E_GUIDIR'.
+
+ * e-msg-composer.c, e-msg-composer.h: New files implementing an
+ initial version of the Evolution message composer widget.
+
+ * e-msg-composer-address-entry.c, e-msg-composer-address-entry.h:
+ New files implementing a GtkEntry customized for entering email
+ address lists.
+
+ * e-msg-composer-attachment-bar.c, e-msg-composer-attachment-bar.h:
+ New files implementing a widget for editing mail attachments.
+
+ * e-msg-composer-attachment.c, e-msg-composer-attachment.h: New
+ files implementing file attachment objects for the message
+ composer.
+
+ * e-msg-composer-hdrs.c, e-msg-composer-hdrs.h: New files
+ implementing a widget for editing of email message headers.
+
1999-10-31 Miguel de Icaza <miguel@gnu.org>
* widgets/e-table-column.c, e-table-column.h: New file, implements the