re-enable different font settings for gtk1/2; fix folder prefs displayed wrong; set...
[claws.git] / ChangeLog-gtk2
1 2004-02-08 Thorsten Maerz <torte@netztorte.de>
2         * src/prefs_common.c
3                 re-enable different font settings for gtk1/2
4         * src/prefs_folder_item.c
5                 fix folder prefs displayed wrong
6         * src/textview.c
7                 set 'sunken' shadow type
8
9 2004-02-07 Colin Leroy <colin@colino.net>
10         * src/compose.c
11                 Fix message being always [Edited]
12                 Encode headers correctly (utf8 buf)
13
14 2004-01-27 Thorsten Maerz <torte@netztorte.de>
15         * src/socket.c
16                 remove double g_source_attach()
17                 (Thanks to Colin Leroy)
18
19 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20         * src/gtk/gtksctree.c
21                 Fix SSL certificate list not shown
22         * src/mimeview.c
23                 Fix clicks in mime tree
24
25 2004-01-27 Thorsten Maerz <torte@netztorte.de>
26         * src/common/socket.c
27                 Fix SSL receive
28         * src/compose.c
29                 Fix clipboard menu hotkeys
30
31 2004-01-25 Thorsten Maerz <torte@netztorte.de>
32         * src/gtk/gtkaspell.[ch]
33           src/compose.c
34                 reimplement spellchecker
35
36 2004-01-25 Thorsten Maerz <torte@netztorte.de>
37         * src/gtk/filesel.c
38                 crash when inserting file in compose window
39                 (TODO: keep old selection on clicks)
40         * src/main.c
41                 use gtkrc-2.0 instead of gtkrc
42
43 2004-01-25 Thorsten Maerz <torte@netztorte.de>
44         * src/messageview.c
45                 remove orphaned mimeview unref()
46
47 2004-01-20 Thorsten Maerz <torte@netztorte.de>
48         * src/grouplistdialog.c
49                 expand nodes containing subscribed groups
50
51 2004-01-19 Thorsten Maerz <torte@netztorte.de>
52         * src/textview.c
53                 textview: hide cursor, restore old click behaviour
54
55 2004-01-18 Thorsten Maerz <torte@netztorte.de>
56         * src/textview.c
57                 variable names messed up
58
59 2004-01-17 Colin Leroy <colin@colino.net>
60         * src/addr_compl.c
61                 Fix completion address too thin
62         * src/compose.c
63                 Fix tab-to-subject behaviour
64         * src/summaryview.c
65                 Implement key up & down in summaryview
66
67 2004-01-12 Thorsten Maerz <torte@netztorte.de>
68
69         * sync 098claws
70
71 2004-01-08 Thorsten Maerz <torte@netztorte.de>
72         * configure.ac
73           Makefile.am
74           doc/.cvsignore
75           doc/Makefile.am
76                 faq, man, manual moved to doc/
77         * ac/aspell.m4
78           ac/check-type.m4
79           ac/gnupg-check-typedef.m4
80           ac/openssl.m4
81           ac/spamassassin.m4
82           ac/missing/gdk-pixbuf.m4
83           ac/missing/gpgme.m4
84           ac/missing/imlib.m4
85                 fix automake warnings
86
87 2003-12-06 Colin Leroy <colin@colino.net>
88         * src/summaryview.c
89                 Fix quicksearch
90
91 2003-12-05 Colin Leroy <colin@colino.net>
92         * src/summaryview.c
93                 Fix going to next unread folder
94
95 2003-12-05 Colin Leroy <colin@colino.net>
96         * src/crash.c
97                 Fix gtk2 compilation
98         * src/session.c
99                 Remove iotag source handler at disconnection
100         * src/socket.[ch] 
101                 Remove source handler when closing socket 
102                 (fixes another seg)
103
104 2003-12-04 Colin Leroy <colin@colino.net>
105         * src/compose.c
106           src/prefs_account.c
107           src/prefs_common.c
108                 Fix some dropdown menus
109
110 2003-12-04 Colin Leroy <colin@colino.net>
111         * src/compose.c
112                 Fix event handlers on header fields
113         * src/common/socket.c
114           src/common/session.c
115                 Fix segfault with callback (SSL)
116                 Fix end of session 
117
118 2003-10-06 Thorsten Maerz <torte@netztorte.de>
119
120         * Fix compile bug in src/compose.c
121         * removed src/gtk/gtkstext.[ch]
122
123 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
124
125         * Convert character set and escape "text" attributes in toolbar setting
126         files.
127         * Fixed bug in button-press-event handling.
128
129 2003-09-16 Thorsten Maerz <torte@netztorte.de>
130
131         * Fixed bug in key-press-event handling.
132
133 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
134
135         * Enabled to compile tray-icon plugin (Ad-hoc).
136         * Avoid hang up bug of icon list in mime view (Ad-hoc).
137
138 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
139
140         * Enabled to compile on sylpheed-claws.
141         (tray-icon plugin still cannot compile yet.)
142
143 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
144
145         * Updated to 0.9.5.
146
147 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
148
149         * Updated to 0.9.4.
150         * Ported monitoring SSL mechanism to GSource of GLib2
151         (I don't confirm it)
152         * Added _gtk2 suffix to key name of font preference to avoid
153         ovverwriting preference of Gtk+-1.2 version.
154
155 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
156
157         * Updated to 0.9.2.
158
159 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
160
161         * Updated to 0.9.1.
162         * Translate po files into UTF-8 when execute autogen.sh.
163
164 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
165
166         * Updated to 0.9.0.
167
168 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
169
170         * Plugged GError related memory leaks.
171
172 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
173
174         * Changed default size of fonts.
175         * Enabled to set titile font size of warning dialog.
176
177 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
178
179         * Embed a sylpheed icon into executable binary on Windows.
180
181 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
182
183         * I forgot to traslate character set of element string in src/xml.c.
184
185 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
186
187         * Fixed detecting bind_textdomain_codeset in configure.in.
188         * The bug in which "Example" of "Date fromat" preference isn't displayed
189         correctly has been fixed.
190
191 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
192
193         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
194           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
195           glib-gettextize
196           Removed intl directory.
197           Translated po files into UTF-8.
198           (Thanks! Ryuji Abe)
199
200 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
201
202         * The bug which doesn't unscape string in xml.c has been fixed.
203
204 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
205
206         * The bug which is failed to translate encoding of file name thorough
207         file dialog has been fixed.
208
209 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
210
211         * Modified to translate file names which is used in inporting/expoting
212         mbox feature and "Save as" feature into locale encoding.
213         * Translate file names into locale encoding when "Attache file" and
214         "Insert file".
215         * Force set G_BROKEN_FILENAMES environment variable.
216         * Other minor fixes.
217
218 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
219
220         * Modified to treat MH folder's name as locale encoding.
221
222 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
223
224         * The bug which clash on switching candidates of auto completion of
225         addresses, cannot use auto completion in Japanesse is fixed
226         (Thanks! Tokunaga-san)¡¥
227
228 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
229
230         * The bug which cannot switch key accelerator preference has been fixed
231         (Thanks! smbd-san)¡¥
232
233 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
234
235         * version 0.8.11-gtk2-20030314
236
237 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
238
239         * The bug in which character set conversion of filtering messages has
240         been fixed.(Thanks! COCOA-san).
241
242 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
243
244         * Revived "Leave space on head" preference in "Message" category.
245         * A bug which clash when put the cursor to end of buffer and execute
246         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
247
248 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
249
250         * version 0.8.11-gtk2-20030312
251
252 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
253
254         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
255         * Modified to use Pango's API directly for font preference.
256         * Integrated GtkTextView of textview to one widget.
257         * Set fonts of header title in textview by "header_title" tag.
258         * Removed some deprecated codes.
259
260 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
261
262         * Updated to 0.8.11.
263         * Merged cygwin patch(Thanks! Sakai-san).
264
265 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
266
267         * version 0.8.10-gtk2-20030309