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