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