fix engrish
[claws.git] / ChangeLog-gtk2.claws
1 2004-07-09 [colin]      0.9.11cvs17.18
2
3         * src/messageview.c
4                 Fix Engrish
5
6 2004-07-09 [colin]      0.9.11cvs17.17
7
8         * src/pop.c
9                 strlen checking...
10         * src/messageview.c
11                 refactoring a bit
12
13 2004-07-08 [colin]      0.9.11cvs17.16
14
15         * src/noticeview.c
16         * src/noticeview.h
17                 Add an optional second button
18         * src/messageview.c
19         * src/pop.c
20         * src/pop.h
21                 Don't delete partially received mails after a certain
22                 time; rather, let the user decide.
23
24 2004-07-08 [colin]      0.9.11cvs17.15
25
26         * src/common/smtp.h
27                 Sync with HEAD
28
29 2004-07-08 [colin]      0.9.11cvs17.14
30
31         * src/messageview.c
32         * src/common/smtp.c
33                 Use to_human_readable() for sizes
34
35 2004-07-08 [colin]      0.9.11cvs17.13
36
37         * src/inc.c
38         * src/messageview.c
39         * src/pop.c
40         * src/pop.h
41         * src/procmsg.c
42                 Fix partial-downloading issues:
43                         catch unsupported TOP
44                         don't delete partially downloaded mails before 5 days
45                         don't update existing with non-MH folders; that'll
46                         make dups, but it's better than trashing the folder
47                         free new msginfo parts
48                 Fix indentation ;-)
49
50 2004-07-08 [colin]      0.9.11cvs17.12
51
52         * src/common/smtp.c
53         * src/common/smtp.h
54                 Sync smtp size verification with HEAD
55
56 2004-07-08 [colin]      0.9.11cvs17.11
57
58         * src/summaryview.c
59         * src/prefs_common.c
60         * src/prefs_common.h
61         * src/gtk/quicksearch.c
62         * src/gtk/quicksearch.h
63                 Sync sticky pref with HEAD
64
65 2004-07-08 [colin]      0.9.11cvs17.10
66
67         * src/folder.c [1.213.2.6]
68         * src/folder.h [1.87.2.6]
69         * src/inc.c [1.149.2.7]
70         * src/messageview.c [1.94.2.8]
71         * src/procheader.c [1.47.2.6]
72         * src/procmsg.c [1.150.2.4]
73         * src/procmsg.h [1.60.2.5]
74         * src/pop.c [1.56.2.4]
75         * src/pop.h [1.17.2.3]
76                 Let too big messages get downloaded, but truncated
77                 Add a button to download them completely
78                 
79 2004-07-06 [colin]      0.9.11cvs17.9
80
81         * src/gtk/quicksearch.c [1.1.2.3]
82                 Add a Clear button
83         * commitHelper
84         * PATCHSETS
85                 Add a script to help with cvs
86
87 2004-07-03 [colin]      0.9.11cvs17.8
88
89         * src/plugins/imageviewer/viewer.c
90                 fix imageviewer (which was staying on the first
91                 displayed image)
92
93 2004-07-03 [colin]      0.9.11cvs17.7
94
95         Removed FIXME_GTK2 warnings
96         * src/gtk/gtkutils.c
97                 useless #warnings
98         * src/gtk/menu.c
99                 useless #warnings (no need to mess with menu rc)
100         * src/gtk/menu.h
101                 unused functions
102         
103
104 2004-07-03 [colin]      0.9.11cvs17.6
105
106         Removed FIXME_GTK2 warnings
107         * src/codeconv.c
108                 useless #warnings (rewrite needed)
109         * src/compose.c
110                 useless #warnings (rewrite needed)
111                 useless #warnings (gtk2 is like that)
112                 useless #warnings (previously fixed)
113         * src/main.c
114                 useless #warnings (previously fixed)
115         * src/message_search.c
116                 useless #warnings (gtk2 is like that)
117                 Made apparent that search is case-sensitive
118         * src/mimeview.c
119                 useless #warnings (rewrite needed)
120                 useless #warnings (gtk2 is like that)
121                 reimplemented real warnings
122         * src/prefs_common.c
123                 Removed block cursor option (not it gtk2)
124         * src/prefs_gtk.c
125                 useless #warnings (rewrite needed)
126         * src/procheader.c
127                 useless #warnings (rewrite needed)
128         * src/sourcewindow.c
129                 useless #warnings (incorrect placing)
130         * src/summary_search.c
131                 useless #warnings (gtk2 is like that)
132                 Made apparent that search is case-sensitive
133         * src/action.c
134                 useless #warnings (gtk2 is like that)
135         * src/textview.c
136                 useless #warnings (rewrite needed)
137         * src/toolbar.c
138                 useless #warnings (rewrite needed)
139
140 2004-07-03 [colin]      0.9.11cvs17.5
141
142         * src/textview.c
143                 Fix mismerge which broke URI opening
144                 
145 2004-07-01 [colin]      0.9.11cvs17.4
146
147         * src/gtk/filesel.c
148                 Fill filename when saving
149                 
150 2004-06-27 [colin]      0.9.11cvs17.3
151
152         * src/gtk/filesel.[ch]
153                 Use the new GTK file selector
154                 Update prototype to match the reality: multiple file
155                 selection is open-only          
156         * src/compose.c
157                 Match the new prototypes        
158         * configure.ac
159                 Match the new requirements (gtk 2.4.0)
160                         
161 2004-06-26 [colin]      0.9.11cvs17.2
162
163         * src/plugins/trayicon/trayicon.c
164                 Remove useless signal handler on resize, which causes
165                 an infinite "loop"
166         
167 2004-06-26 [colin]      0.9.11cvs17.1
168         
169         * tools/Makefile.am
170                 remove launch_firebird and add nautilus2sylpheed.sh
171         * src/quicksearch.c
172           src/summaryview.c
173                 Fix show/hide "Extended symbols" button problem
174                 Fix apparition at startup
175                 Fix const warnings
176         * src/plugins/image_viewer/Makefile.am
177                 Fix configure 
178         * common/ssl.c
179                 Re-enable certificate check, as it doesn't seem to
180                 cause Xlib errors anymore
181
182 2004-06-25 [paul]       0.9.11cvs17
183
184         * sync with 0.9.11cvs17 HEAD
185         
186         NOTE: QuickSearch is broken
187
188 2004-06-07 [colin]      0.9.10claws67.10
189         * src/plugins/trayicon/trayicon.c
190           src/plugins/trayicon/libeggtrayicon/Makefile.am
191           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
192                 Fix gettextization in trayicon plugin
193
194 2004-06-07 [colin]      0.9.10claws67.9
195         
196         * src/summaryview.c
197           src/gtk/gtksctree.[ch]
198                 Let Shift+{Up,Down} work in summaryview
199                 (well, Down "works" and Up works)
200                 Let the list scroll when using these keys
201
202 2004-06-06 [colin]      0.9.10claws67.8
203
204         * src/plugins/trayicon/trayicon.c
205                 Fix pixmap update
206
207 2004-06-06 [colin]      0.9.10claws67.7
208
209         * src/addressbook.c
210                 Fix signal handling causing system-wide focus grab
211
212 2004-05-25 [paul]       0.9.10claws67.6
213
214         * Makefile.am
215           src/Makefile.am
216                 clean up
217
218 2004-05-25 [paul]       0.9.10claws67.5
219
220         * replace deprecated gtk_signal... functions
221
222 2004-05-23 [colin]      0.9.10claws67.4
223
224         * src/compose.c
225                 Fix wrapping
226
227 2004-05-22 [colin]      0.9.10claws67.3
228
229         * src/compose.c
230                 Re-fix [Edited] in compose.c::compose_reedit()
231
232 2004-05-22 [colin]      0.9.10claws67.2
233
234         * src/procmime.c
235                 Fix parsing of multiparts mails
236
237 2004-05-22 [colin]      0.9.10claws67.1
238
239         * src/summaryview.c
240                 Fix quicksearch
241
242 2004-05-22 [paul]       0.9.10claws67
243
244         * sync with 0.9.10claws67 HEAD
245
246 2004-05-14 [alfons]
247
248         * src/procmime.h
249                 add forgotton prototype
250
251 2004-05-10 [paul]       0.9.10claws57
252
253         * sync with 0.9.10claws57 HEAD
254
255 2004-05-05 [paul]       0.9.9.claws1
256
257         * ChangeLog-gtk2        ** REMOVED **
258           ChangeLog-gtk2.claws  ** ADDED **
259                 rename and adopt the normal claws format
260                 
261         * configure.ac
262                 require gtkmathview >= 0.5
263
264         * ac/*                          ** REMOVED **
265           ac/                           ** REMOVED **
266           intl/Makefile.in              ** REMOVED **
267           m4/                           ** ADDED **
268           m4/missing                    ** ADDED **
269           m4/missing/gdk-pixbuf.m4      ** ADDED **
270           m4/missing/gettext.m4         ** ADDED **
271           m4/missing/gpgme.m4           ** ADDED **
272           m4/missing/imlib.m4           ** ADDED **
273           m4/.cvsignore                 ** ADDED **
274           m4/Makefile.am                ** ADDED **
275           m4/README                     ** ADDED **
276           m4/aclocal-include.m4         ** ADDED **
277           m4/aspell.m4                  ** ADDED **
278           m4/check-type.m4              ** ADDED **
279           m4/gnupg-check-typedef.m4     ** ADDED **
280           m4/openssl.m4                 ** ADDED **
281           m4/spamassassin.m4            ** ADDED **
282           po/ChangeLog                  ** REMOVED **
283           po/Makefile.in.in             ** REMOVED **
284           po/Rules-quot                 ** REMOVED **
285           po/boldquot.sed               ** REMOVED **
286           po/en@boldquot.header         ** REMOVED **
287           po/en@quot.header             ** REMOVED **
288           po/insert-header.sin          ** REMOVED **
289           po/quot.sed                   ** REMOVED **
290           po/remove-potcdate.sed        ** REMOVED **
291           po/remove-potcdate.sin        ** REMOVED **
292           po/stamp-po                   ** REMOVED **
293           Makefile.am
294           autogen.sh
295           configure.ac
296                 enable building with automake 1.8.x
297                 add 'autopoint --force' to autogen.sh and remove all
298                 auto-generated files, remove ac/ directory and use
299                 m4/ directory instead
300                 
301         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
302                 fix gettextization
303
304 2004-02-28 Colin Leroy <colin@colino.net>
305         * src/prefs_matcher.c
306           src/prefs_filtering.c
307           src/prefs_filtering_action.c
308                 Fix non-editable GtkEntries
309
310 2004-02-22 Thorsten Maerz <torte@netztorte.de>
311         * src/prefs_themes.c
312                 utf8 conversion for theme info
313
314 2004-02-21 Thorsten Maerz <torte@netztorte.de>
315         * sync 0.9.9claws
316
317 2004-02-14 Thorsten Maerz <torte@netztorte.de>
318         * src/grouplistdialog.c
319                 allow multiple selections without ctrl key
320
321 2004-02-09 Thorsten Maerz <torte@netztorte.de>
322         * src/main.c
323                 enable customizable accelerators
324
325 2004-02-08 Thorsten Maerz <torte@netztorte.de>
326         * src/prefs_common.c
327                 re-enable different font settings for gtk1/2
328         * src/prefs_folder_item.c
329                 fix folder prefs displayed wrong
330         * src/textview.c
331                 set 'sunken' shadow type
332
333 2004-02-07 Colin Leroy <colin@colino.net>
334         * src/compose.c
335                 Fix message being always [Edited]
336                 Encode headers correctly (utf8 buf)
337
338 2004-01-27 Thorsten Maerz <torte@netztorte.de>
339         * src/socket.c
340                 remove double g_source_attach()
341                 (Thanks to Colin Leroy)
342
343 2004-01-27 Thorsten Maerz <torte@netztorte.de>
344         * src/gtk/gtksctree.c
345                 Fix SSL certificate list not shown
346         * src/mimeview.c
347                 Fix clicks in mime tree
348
349 2004-01-27 Thorsten Maerz <torte@netztorte.de>
350         * src/common/socket.c
351                 Fix SSL receive
352         * src/compose.c
353                 Fix clipboard menu hotkeys
354
355 2004-01-25 Thorsten Maerz <torte@netztorte.de>
356         * src/gtk/gtkaspell.[ch]
357           src/compose.c
358                 reimplement spellchecker
359
360 2004-01-25 Thorsten Maerz <torte@netztorte.de>
361         * src/gtk/filesel.c
362                 crash when inserting file in compose window
363                 (TODO: keep old selection on clicks)
364         * src/main.c
365                 use gtkrc-2.0 instead of gtkrc
366
367 2004-01-25 Thorsten Maerz <torte@netztorte.de>
368         * src/messageview.c
369                 remove orphaned mimeview unref()
370
371 2004-01-20 Thorsten Maerz <torte@netztorte.de>
372         * src/grouplistdialog.c
373                 expand nodes containing subscribed groups
374
375 2004-01-19 Thorsten Maerz <torte@netztorte.de>
376         * src/textview.c
377                 textview: hide cursor, restore old click behaviour
378
379 2004-01-18 Thorsten Maerz <torte@netztorte.de>
380         * src/textview.c
381                 variable names messed up
382
383 2004-01-17 Colin Leroy <colin@colino.net>
384         * src/addr_compl.c
385                 Fix completion address too thin
386         * src/compose.c
387                 Fix tab-to-subject behaviour
388         * src/summaryview.c
389                 Implement key up & down in summaryview
390
391 2004-01-12 Thorsten Maerz <torte@netztorte.de>
392
393         * sync 098claws
394
395 2004-01-08 Thorsten Maerz <torte@netztorte.de>
396         * configure.ac
397           Makefile.am
398           doc/.cvsignore
399           doc/Makefile.am
400                 faq, man, manual moved to doc/
401         * ac/aspell.m4
402           ac/check-type.m4
403           ac/gnupg-check-typedef.m4
404           ac/openssl.m4
405           ac/spamassassin.m4
406           ac/missing/gdk-pixbuf.m4
407           ac/missing/gpgme.m4
408           ac/missing/imlib.m4
409                 fix automake warnings
410
411 2003-12-06 Colin Leroy <colin@colino.net>
412         * src/summaryview.c
413                 Fix quicksearch
414
415 2003-12-05 Colin Leroy <colin@colino.net>
416         * src/summaryview.c
417                 Fix going to next unread folder
418
419 2003-12-05 Colin Leroy <colin@colino.net>
420         * src/crash.c
421                 Fix gtk2 compilation
422         * src/session.c
423                 Remove iotag source handler at disconnection
424         * src/socket.[ch] 
425                 Remove source handler when closing socket 
426                 (fixes another seg)
427
428 2003-12-04 Colin Leroy <colin@colino.net>
429         * src/compose.c
430           src/prefs_account.c
431           src/prefs_common.c
432                 Fix some dropdown menus
433
434 2003-12-04 Colin Leroy <colin@colino.net>
435         * src/compose.c
436                 Fix event handlers on header fields
437         * src/common/socket.c
438           src/common/session.c
439                 Fix segfault with callback (SSL)
440                 Fix end of session 
441
442 2003-10-06 Thorsten Maerz <torte@netztorte.de>
443
444         * Fix compile bug in src/compose.c
445         * removed src/gtk/gtkstext.[ch]
446
447 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
448
449         * Convert character set and escape "text" attributes in toolbar setting
450         files.
451         * Fixed bug in button-press-event handling.
452
453 2003-09-16 Thorsten Maerz <torte@netztorte.de>
454
455         * Fixed bug in key-press-event handling.
456
457 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
458
459         * Enabled to compile tray-icon plugin (Ad-hoc).
460         * Avoid hang up bug of icon list in mime view (Ad-hoc).
461
462 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
463
464         * Enabled to compile on sylpheed-claws.
465         (tray-icon plugin still cannot compile yet.)
466
467 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
468
469         * Updated to 0.9.5.
470
471 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
472
473         * Updated to 0.9.4.
474         * Ported monitoring SSL mechanism to GSource of GLib2
475         (I don't confirm it)
476         * Added _gtk2 suffix to key name of font preference to avoid
477         ovverwriting preference of Gtk+-1.2 version.
478
479 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
480
481         * Updated to 0.9.2.
482
483 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
484
485         * Updated to 0.9.1.
486         * Translate po files into UTF-8 when execute autogen.sh.
487
488 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
489
490         * Updated to 0.9.0.
491
492 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
493
494         * Plugged GError related memory leaks.
495
496 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
497
498         * Changed default size of fonts.
499         * Enabled to set titile font size of warning dialog.
500
501 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
502
503         * Embed a sylpheed icon into executable binary on Windows.
504
505 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
506
507         * I forgot to traslate character set of element string in src/xml.c.
508
509 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
510
511         * Fixed detecting bind_textdomain_codeset in configure.in.
512         * The bug in which "Example" of "Date fromat" preference isn't displayed
513         correctly has been fixed.
514
515 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
516
517         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
518           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
519           glib-gettextize
520           Removed intl directory.
521           Translated po files into UTF-8.
522           (Thanks! Ryuji Abe)
523
524 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
525
526         * The bug which doesn't unscape string in xml.c has been fixed.
527
528 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
529
530         * The bug which is failed to translate encoding of file name thorough
531         file dialog has been fixed.
532
533 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
534
535         * Modified to translate file names which is used in inporting/expoting
536         mbox feature and "Save as" feature into locale encoding.
537         * Translate file names into locale encoding when "Attache file" and
538         "Insert file".
539         * Force set G_BROKEN_FILENAMES environment variable.
540         * Other minor fixes.
541
542 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
543
544         * Modified to treat MH folder's name as locale encoding.
545
546 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
547
548         * The bug which clash on switching candidates of auto completion of
549         addresses, cannot use auto completion in Japanesse is fixed
550         (Thanks! Tokunaga-san)¡¥
551
552 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
553
554         * The bug which cannot switch key accelerator preference has been fixed
555         (Thanks! smbd-san)¡¥
556
557 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
558
559         * version 0.8.11-gtk2-20030314
560
561 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
562
563         * The bug in which character set conversion of filtering messages has
564         been fixed.(Thanks! COCOA-san).
565
566 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
567
568         * Revived "Leave space on head" preference in "Message" category.
569         * A bug which clash when put the cursor to end of buffer and execute
570         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
571
572 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
573
574         * version 0.8.11-gtk2-20030312
575
576 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
577
578         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
579         * Modified to use Pango's API directly for font preference.
580         * Integrated GtkTextView of textview to one widget.
581         * Set fonts of header title in textview by "header_title" tag.
582         * Removed some deprecated codes.
583
584 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
585
586         * Updated to 0.8.11.
587         * Merged cygwin patch(Thanks! Sakai-san).
588
589 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
590
591         * version 0.8.10-gtk2-20030309