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