faq, man, manual moved to doc/; fix automake warnings
[claws.git] / ChangeLog-gtk2
blob2c9b29e47cce380ce2b09fdffe7777f2ff0971fb
1 2004-01-08 Thorsten Maerz <torte@netztorte.de>
2         * configure.ac
3           Makefile.am
4           doc/.cvsignore
5           doc/Makefile.am
6                 faq, man, manual moved to doc/
7         * ac/aspell.m4
8           ac/check-type.m4
9           ac/gnupg-check-typedef.m4
10           ac/openssl.m4
11           ac/spamassassin.m4
12           ac/missing/gdk-pixbuf.m4
13           ac/missing/gpgme.m4
14           ac/missing/imlib.m4
15                 fix automake warnings
17 2003-12-06 Colin Leroy <colin@colino.net>
18         * src/summaryview.c
19                 Fix quicksearch
21 2003-12-05 Colin Leroy <colin@colino.net>
22         * src/summaryview.c
23                 Fix going to next unread folder
25 2003-12-05 Colin Leroy <colin@colino.net>
26         * src/crash.c
27                 Fix gtk2 compilation
28         * src/session.c
29                 Remove iotag source handler at disconnection
30         * src/socket.[ch] 
31                 Remove source handler when closing socket 
32                 (fixes another seg)
34 2003-12-04 Colin Leroy <colin@colino.net>
35         * src/compose.c
36           src/prefs_account.c
37           src/prefs_common.c
38                 Fix some dropdown menus
40 2003-12-04 Colin Leroy <colin@colino.net>
41         * src/compose.c
42                 Fix event handlers on header fields
43         * src/common/socket.c
44           src/common/session.c
45                 Fix segfault with callback (SSL)
46                 Fix end of session 
48 2003-10-06 Thorsten Maerz <torte@netztorte.de>
50         * Fix compile bug in src/compose.c
51         * removed src/gtk/gtkstext.[ch]
53 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
55         * Convert character set and escape "text" attributes in toolbar setting
56         files.
57         * Fixed bug in button-press-event handling.
59 2003-09-16 Thorsten Maerz <torte@netztorte.de>
61         * Fixed bug in key-press-event handling.
63 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
65         * Enabled to compile tray-icon plugin (Ad-hoc).
66         * Avoid hang up bug of icon list in mime view (Ad-hoc).
68 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
70         * Enabled to compile on sylpheed-claws.
71         (tray-icon plugin still cannot compile yet.)
73 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
75         * Updated to 0.9.5.
77 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
79         * Updated to 0.9.4.
80         * Ported monitoring SSL mechanism to GSource of GLib2
81         (I don't confirm it)
82         * Added _gtk2 suffix to key name of font preference to avoid
83         ovverwriting preference of Gtk+-1.2 version.
85 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
87         * Updated to 0.9.2.
89 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
91         * Updated to 0.9.1.
92         * Translate po files into UTF-8 when execute autogen.sh.
94 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
96         * Updated to 0.9.0.
98 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
100         * Plugged GError related memory leaks.
102 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
104         * Changed default size of fonts.
105         * Enabled to set titile font size of warning dialog.
107 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
109         * Embed a sylpheed icon into executable binary on Windows.
111 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
113         * I forgot to traslate character set of element string in src/xml.c.
115 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
117         * Fixed detecting bind_textdomain_codeset in configure.in.
118         * The bug in which "Example" of "Date fromat" preference isn't displayed
119         correctly has been fixed.
121 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
123         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
124           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
125           glib-gettextize
126           Removed intl directory.
127           Translated po files into UTF-8.
128           (Thanks! Ryuji Abe)
130 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
132         * The bug which doesn't unscape string in xml.c has been fixed.
134 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
136         * The bug which is failed to translate encoding of file name thorough
137         file dialog has been fixed.
139 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
141         * Modified to translate file names which is used in inporting/expoting
142         mbox feature and "Save as" feature into locale encoding.
143         * Translate file names into locale encoding when "Attache file" and
144         "Insert file".
145         * Force set G_BROKEN_FILENAMES environment variable.
146         * Other minor fixes.
148 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
150         * Modified to treat MH folder's name as locale encoding.
152 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
154         * The bug which clash on switching candidates of auto completion of
155         addresses, cannot use auto completion in Japanesse is fixed
156         (Thanks! Tokunaga-san)¡¥
158 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
160         * The bug which cannot switch key accelerator preference has been fixed
161         (Thanks! smbd-san)¡¥
163 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
165         * version 0.8.11-gtk2-20030314
167 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
169         * The bug in which character set conversion of filtering messages has
170         been fixed.(Thanks! COCOA-san).
172 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
174         * Revived "Leave space on head" preference in "Message" category.
175         * A bug which clash when put the cursor to end of buffer and execute
176         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
178 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
180         * version 0.8.11-gtk2-20030312
182 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
184         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
185         * Modified to use Pango's API directly for font preference.
186         * Integrated GtkTextView of textview to one widget.
187         * Set fonts of header title in textview by "header_title" tag.
188         * Removed some deprecated codes.
190 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
192         * Updated to 0.8.11.
193         * Merged cygwin patch(Thanks! Sakai-san).
195 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
197         * version 0.8.10-gtk2-20030309