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