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