222d81fb9a8ca41bcf8a670828d9991894f1cacb
[claws.git] / ChangeLog.claws
1 2001-04-28 [hoa]
2
3         * src/prefs_account.[ch], added A_LOCAL_CMD
4                 (send mail with mail command)
5         * src/send.c added function send_message_with_command()
6         * src/inc.c made a more secure get_spool() function with
7                 mktemp() but maybe mkstemp() or something more
8                 secure can be used.
9
10 2001-04-28 [alfons]
11
12         * src/textview.c, colorization of email addresses in headers
13
14         0.4.65claws6
15
16         * bug sync with sylpheed
17         * prefs_common.c: created date format ui for darko
18         * sync with 0.4.65cvs11
19         * configure.in: corrected to have the new gpg checks
20
21 2001-04-27 [alfons]
22
23         * completed sync with 0.4.65cvs10
24         * minor debug things added to gtkstext.c
25
26 2001-04-27 [darko]
27
28         * configure.in: remove check for availability of
29           strftime() as advised by Hiroyuki
30         * src/prefs_common.[ch], src/procheader.c:
31           synch strftime() code with Hiroyki's main branch
32
33 2001-04-26 [sergey]
34
35         * src/news.c: news_query_password(), news_authenticate(): new
36           functions.
37           news_get_uncached_articles(): added NNTP authentication
38           handling.
39         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
40           new functions.
41         * src/prefs_account.c: prefs_account_protocol_activated():
42           enable userid and password fields for NNTP.
43
44 2001-04-26
45
46         * configure.in: check for availability of strftime()
47           [darko]
48         * src/prefs_common.[ch], src/procheader.c: use
49           strftime() for displaying date in summary pane if it
50           is available
51
52 2001-04-25
53
54         * more .cvsignore cleanups [alfons]
55
56 2001-04-25
57
58         * ac/sv-check-type.m4: new autoconf macro.
59         * configure.in: fixed wint_t typedef detection (did not work
60           with gcc-2.96).
61
62 2001-04-25
63
64         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
65           [hiroyuki]
66
67 2001-04-24
68         * modified gtkstext.c : buggy cursor navigation fixed, 
69           and font descent also taken in account when drawing
70           cursor. [alfons]
71
72 2001-04-24 [hoa]
73         * added comments in src/news.c src/nntp.c
74         * added src/prefs_headers.[ch]
75         * added src/headers.[ch]
76         * modified compose.c to activate custom headers
77                 added function is_in_custom_headers
78         * modified prefs_account.[ch]
79                 added function prefs_account_customhdr_edit
80         * modified src/defs.h :
81                 added HEADERS_RC : name of the config file
82                 for the custom headers
83
84 2001-04-24
85
86     0.4.65claws5
87
88         * configure.in
89           src/gtkstext.[ch]
90           src/compose.c
91           src/Makefile.am
92           
93           added gtkstext with configure.in patch by Hiroyuki which
94           should fix the XIM detection [alfons]
95
96         * more clean up of cvs [alfons]
97
98                  * removed all Makefile.in files to attic.
99
100                  * updated all .cvsignores to really ignore things that could
101                    be unintentionally committed by a recursive commit.
102
103 2001-04-23 [hoa]
104         * added src/grouplist_dialog.[ch]
105         * changed src/folderview.c to call grouplist_dialog instead
106                 of inputdialog
107         * src/news.c :
108                 added functions news_reset_group_list
109                 and news_get_group_list
110         * src/nntp.c :
111                 added function nntp_list
112         * src/defs.h :
113                 added GROUPLIST_FILE : name of the newsgroup list cache file
114
115 2001-04-21
116
117         * added option to warn about queued messages on exit [sergey]:
118
119           * src/compose.c: compose_queue(): call folder_item_scan()
120             and folderview_update_item() after queueing.
121           * src/folderview.c: folderview_update_node(): draw the queue
122             folder in bold font if there are queued messages.
123           * src/mainwindow.c: queued_messages(): new function.
124             app_exit_cb(): display warning if there are queued messages
125             if warn_queued_on_exit is set.
126           * prefs_common.[ch]: add warn_queued_on_exit option.
127
128         * enhanced GnuPG key selection support [sergey]:
129
130           * src/select-keys.c: updated to newer version from Win32
131             branch with support for selecting arbitrary keys.
132           * src/prefs_account.c: added the Privacy tab to the account
133             options window.
134             prefs_account_privacy_create(),
135             prefs_account_sign_key_set_data_from_radiobtn(),
136             prefs_account_sign_key_set_radiobtn(): new functions.
137           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
138           * src/rfc2015.c: set_signers(): new function.
139             pgp_sign(): add the account parameter, call set_signers().
140             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
141           * src/rfc2015.h: rfc2015_sign(): updated prototype.
142           * src/compose.c: pass the current account to rfc2015_sign().
143
144         * tag name claws added to prevent confusion with main branch [alfons]
145
146         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
147
148         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
149
150         * sync with recent sylpheed cvs. Untested though. [alfons]
151