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