aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
blob: 40ba1fca0d2cf25d5f87d21ca5cfa1aabf322fb8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
2000-02-13  Matt Loper  <matt@helixcode.com>

    * html-stream.c (html_stream_new): Second param of gtk_html_begin
    should be "", not NULL.
    (html_stream_new): gtk_html_parse() is deprecated, so the call was
    removed.

    * html-stream.h: HTMLStreamClass's parent changed to
    CamelStreamClass, not CamelStream.

2000-02-11  Christopher James Lahey  <clahey@helixcode.com>

    * Makefile.am: Add the e-text directory to the includes list.

    * message-list.c: Change the call to e_cell_text_new, since
    there's an added argument.

2000-02-09  Christopher James Lahey  <clahey@helixcode.com>

    * Makefile.am: Added libetext as libetable depends on it.

2000-02-08  Iain Holmes  <ih@csd.abdn.ac.uk>

    * Makefile.am: Changed the order of the compilation so the CORBA stuff
    was made before it was needed.

2000-01-19  Miguel de Icaza  <miguel@gnu.org>

    * Started work on the mail display engine.

    * html-stream.c, html-stream.h: New files, they are CamelStreams
    used to write to the GtkHTML widget.