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