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