ddf81ab896d4df5ebffa53ad344ec57d67567dc6
[claws.git] / ChangeLog-gtk2.claws
1 2005-05-02 [colin]      1.9.6cvs48
2
3         * src/compose.c
4                 Try to fix the copy/paste mess once again.
5
6
7 2005-04-30 [colin]      1.9.6cvs47
8
9         * src/prefs_account.h
10         * src/procmsg.c
11         * src/send_message.c
12         * src/common/smtp.c
13         * src/common/smtp.h
14                 Try to batch sending mails (per account) instead of
15                 reconnecting to server every time.
16
17 2005-04-29 [colin]      1.9.6cvs46
18
19         * src/messageview.c
20                 Fix window resizing that refused to size down
21         * src/prefs_common.c
22         * src/prefs_common.h
23         * src/prefs_filtering.c
24                 Save Filtering's window size
25
26 2005-04-21 [paul]       1.9.6cvs45
27
28         * ChangeLog-gtk2.claws
29         * src/setup.c
30                 correction to sync
31
32 2005-04-21 [paul]       1.9.6cvs44
33
34         sync with main:
35
36         * src/setup.c
37         * src/statusbar.c
38         * src/statusbar.h
39                 use gtkut_widget_draw_now(). Improved performance
40                 of the update of statusbar
41         * src/textview.c
42                 textview_smooth_scroll_do(): redraw it after scroll
43                 is done (fixed incorrect display when a part of the
44                 view is hidden).
45         * src/gtk/gtkutils.c
46         * src/gtk/gtkutils.h
47                 gtkut_widget_draw_now(): use gdk_window_process_updates()
48                 to force update of widgets.
49                 Removed gtkut_widget_wait_for_draw() which had a big
50                 overhead  because of waiting for all events processed 
51
52 2005-04-20 [paul]       1.9.6cvs43
53
54         * src/codeconv.c
55                 complete 1.9.6cvs42's sync:
56                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
57
58 2005-04-19 [paul]       1.9.6cvs42
59
60         sync with main:
61
62         * src/action.c
63                 catch_output(): correctly select the insert text
64                 (fix invalid iterator warnings).
65         * src/codeconv.c
66         * src/codeconv.h
67         * src/mainwindow.c
68         * src/messageview.c
69         * src/prefs_common.c
70                 support GBK encoding.
71         * src/common/session.c
72         * src/common/session.h
73                 use separate buffer for large data to be sent,
74                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
75
76 2005-04-18 [paul]       1.9.6cvs41
77
78         * src/jpilot.c
79                 convert unsigned long into guint32
80                 patch by Paul LeoNerd Evans 
81
82 2005-04-17 [colin]      1.9.6cvs40
83
84         * src/compose.c
85                 Fix 'Request return receipt' from folder
86                 properties (bug #708)
87
88 2005-04-17 [colin]      1.9.6cvs39
89
90         * src/mainwindow.c
91                 Fix duplicate hotkeys in Mainwindow's menu
92
93 2005-04-17 [colin]      1.9.6cvs38
94
95         * src/folderview.c
96                 Fix duplicate hotkeys in Folderview's contextual
97                 menu
98
99 2005-04-15 [colin]      1.9.6cvs37
100
101         * src/summaryview.c
102                 Fix 'Save as...' with non-ascii filenames
103
104 2005-04-15 [colin]      1.9.6cvs36
105
106         * src/plugins/pgpmime/pgpmime.c
107                 Fix bus error on 64bit. Spotted by 
108                 macallan1888@gmail.com
109
110 2005-04-15 [colin]      1.9.6cvs35
111
112         * src/prefs_account.c
113                 Fix cvs34.
114
115 2005-04-12 [colin]      1.9.6cvs34
116
117         * src/prefs_account.c
118                 Fix smtp auth type off-by-one. We forgot to
119                 add PLAIN in the prefs-to-gui setter func and
120                 as a result, the selected auth when opening
121                 account prefs was not the correct one.
122
123 2005-04-12 [paul]       1.9.6cvs33
124
125         * src/inc.c
126                 if the recv dialog is visible, Cancel only
127                 cancels the current account
128
129
130 2005-04-10 [colin]      1.9.6cvs32
131
132         * src/filtering.c
133                 Copy score when copying FilteringActions
134                 Fix bug #674
135
136 2005-04-10 [colin]      1.9.6cvs31
137
138         * src/inc.c
139                 Make Message -> Receive -> Cancel cancel 
140                 incorporation on all accounts. Fixes
141                 bug #693
142
143 2005-04-10 [colin]      1.9.6cvs30
144
145         * src/prefs_account.c
146                 Update Privacy checkbuttons status based
147                 on the selected privacy system
148         * src/compose.c
149                 Always connect the "None" privacy system; the
150                 static boolean was probably there to avoid
151                 reconnecting twice in the same compose window,
152                 but as the parent function is only called once
153                 per compose, it's only a bug - as a static is
154                 initialized once per application instance.
155                 Also, don't uncheck Sign and Encrypt when
156                 selecting None as privacy system; just ignore
157                 them when sending/queuing.
158                 Should fix bug #695
159
160 2005-04-08 [colin]      1.9.6cvs29
161
162         * src/account.c
163         * src/prefs_account.c
164         * src/prefs_account.h
165                 Add account preference to queue message in a certain
166                 folder.
167
168 2005-04-06 [colin]      1.9.6cvs28
169
170         * src/prefs_account.c
171                 Update old inbox path syntax
172
173 2005-04-06 [paul]       1.9.6cvs27
174
175         sync with main:
176
177         * configure.ac
178                 changed -traditional-cpp to -no-cpp-precomp for newer
179                 Mac OS X support
180         * src/foldersel.c
181                 made column resize automatically
182         * src/send_message.c
183                 send_message_smtp(): consider EOF right after QUIT
184                 successful (workaround for Gmail SMTP server)
185         * src/common/socket.c
186                 ssl_read(), ssl_peek(): check EOF which violates the
187                 SSL protocol
188         * src/gtk/colorlabel.c
189                 removed warnings when displaying colorlabel menu
190                 (don't use GtkAlignment)
191
192 2005-04-05 [paul]       1.9.6cvs26
193
194         * src/plugins/trayicon/trayicon.c
195                 fix clipping of icon under KDE3 
196
197 2005-04-05 [paul]       1.9.6cvs25
198
199         * src/summaryview.c
200                 hide display of threading
201                 patch by Alfons
202
203 2005-04-04 [thorsten]   1.9.6cvs24
204
205         * src/mh.c
206                 marks lost on filesystems with different stat() results on
207                 summer-/wintertime
208
209 2005-04-03 [colin]      1.9.6cvs23
210
211         * src/summaryview.c
212                 Don't handle up/down. Patch by Alfons
213
214 2005-04-02 [colin]      1.9.6cvs22
215
216         * src/summaryview.c
217                 Make scrolling faster. Patch by Alfons.
218
219 2005-04-01 [colin]      1.9.6cvs21
220
221         * src/Makefile.am
222         * src/stock_pixmap.c
223         * src/pixmaps/dir-noselect.xpm ** REMOVED **
224         * src/pixmaps/dir_noselect.xpm ** ADDED **
225                 Fix pixmap name mismatch (Thanks Stephan Sachse)
226
227 2005-04-01 [colin]      1.9.6cvs20
228
229         * src/image_viewer.c
230         * src/image_viewer.h
231         * src/procmime.c
232         * src/procmime.h
233         * src/textview.c
234         * src/textview.h
235                 Implement inline image resizing and right-clicking
236
237 2005-04-01 [paul]       1.9.6cvs19
238
239         * AUTHORS
240         * Makefile.am
241         * configure.ac
242                 check for gnome2
243                 patch by Luca Cavalli <loopback<AT>slackit.org>
244         * po/ru.po
245                 updated by Pavlo Bohmat
246
247 2005-03-31 [colin]      1.9.6cvs18
248
249         * src/news.c
250                 Fix parsing references
251         * src/msgcache.c
252                 don't put nulls in the references list
253         * src/procheader.c
254                 commit that forgotten file in 1.9.6cvs14
255
256 2005-03-31 [colin]      1.9.6cvs17
257
258         * src/compose.c
259                 Fix joining of signature separator again. 
260                 Maybe Hiro could put it in main too...
261
262 2005-03-31 [colin]      1.9.6cvs16
263
264         * src/Makefile.am
265         * src/foldersel.c
266         * src/stock_pixmap.c
267         * src/stock_pixmap.h
268         * src/pixmaps/dir-noselect.xpm
269                 Update foldersel.c (sync from main, patch by Alfons)
270
271 2005-03-30 [colin]      1.9.6cvs15
272
273         * src/imap.c
274                 Fix handling of imap folders containing [] in 
275                 their name. Thanks to Nahuel Angelinetti for
276                 the detailed bugreport.
277
278 2005-03-30 [colin]      1.9.6cvs14
279
280         * src/common/utils.h
281         * src/common/utils.c
282         * src/common/defs.h
283         * src/matcher.c
284         * src/msgcache.c
285         * src/news.c
286         * src/procmsg.c
287         * src/procmsg.h
288         * src/quote_fmt_parse.y
289         * src/summaryview.c
290                 Update references system. Patch by Alfons
291
292 2005-03-30 [colin]      1.9.6cvs13
293
294         * src/common/socket.c
295                 Force the glibc to read resolv.conf again when 
296                 it has changed. Should fix issues when changing
297                 networks on a laptop and not restarting sylpheed. 
298
299 2005-03-30 [paul]       1.9.6cvs12
300
301         partial sync with main:
302
303         * src/action.c
304                 create_io_dialog(): use user-defined text font
305                 (thanks to Alfons), and modified its appearance.
306         * src/addrgather.c
307         * src/addrharvest.c
308         * src/browseldap.c
309                 replace old code
310         * src/compose.c
311                 don't join (presumably) itemized lines on line-wrapping
312                 fixed wrapping of quote when auto-wrapping is enabled
313                 compose_destroy(): destroy paned only if it's not
314                 attached to window. Fixed memory leak of popup menu.
315         * src/exphtmldlg.c
316         * src/expldifdlg.c
317                 replace old code
318         * src/html.c
319         * src/html.h
320         * src/importmutt.c
321         * src/importpine.c
322                 replace old code
323         * src/main.c
324                 removed redundant code
325         * src/mainwindow.c
326                 changed 'Code set' (which is rather incorrect)
327                 in the menu to 'Character encoding'
328                 main_window_set_widgets(): request size first
329                 to prevent window size becoming wrong
330                 fixed remembering of the state of the visibility
331                 of MessageView
332         * src/messageview.c
333                 changed 'Code set' (which is rather incorrect)
334                 in the menu to 'Character encoding'
335         * src/prefs_common.c
336         * src/prefs_common.h
337                 added an option whether to render HTML as text or not
338                 added separators to outgoing encoding menu
339         * src/procheader.c
340                 procheader_scan_date_string(): support header
341                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
342         * src/summaryview.c
343         * src/summaryview.h
344                 minor code cleanup
345         * src/textview.c
346                 textview_show_html(): force output of newline
347                 added an option whether to render HTML as text or not
348         * src/common/utils.c
349                 strncpy2(): optimized based on Alfons' code
350         * src/gtk/gtkutils.c
351         * src/gtk/gtkutils.h
352                 removed non-used code
353         * src/plugins/pgpmime/passphrase.c
354                 partially fixed grab input of passphrase dialog
355                 Confine pointer to window
356
357 2005-03-30 [colin]      1.9.6cvs11
358
359         * src/msgcache.c
360         * src/msgcache.h
361                 Read/write 32bit ints from cache & marks
362                 From main.
363
364 2005-03-29 [paul]       1.9.6cvs10
365
366         * AUTHORS
367         * ChangeLog.claws
368         * src/compose.c
369         * src/gtk/gtkaspell.c
370                 sync with HEAD (don't pass NULL pointers) 
371
372 2005-03-24 [paul]
373
374         * tools/Makefile.am
375         * tools/README
376         * tools/acroread2sylpheed.pl
377                 sync with HEAD (add script to send pdfs as
378                 attachments from Adobe Reader 7)
379
380 2005-03-21 [paul]       1.9.6cvs9
381
382         * configure.ac
383         * po/POTFILES.in
384         * src/Makefile.am
385         * src/crash.c
386         * src/image_viewer.c ** ADDED **
387         * src/image_viewer.h ** ADDED **
388         * src/main.c
389         * src/prefs_common.c
390         * src/prefs_common.h
391         * src/prefs_image_viewer.c ** ADDED **
392         * src/prefs_image_viewer.h ** ADDED **
393         * src/textview.c
394         * src/gtk/about.c
395         * src/pixmaps/sylpheed_logo.xpm
396         * src/plugins/Makefile.am
397         * src/plugins/image_viewer/.cvsignore ** REMOVED **
398         * src/plugins/image_viewer/Makefile.am ** REMOVED **
399         * src/plugins/image_viewer/plugin.c ** REMOVED **
400         * src/plugins/image_viewer/viewer.c ** REMOVED **
401         * src/plugins/image_viewer/viewer.glade ** REMOVED **
402         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
403         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
404         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
405         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
406                 as gdk-pixbuf is now built-in
407                 remove image_viewer plugin and put code back into
408                 main codebase
409                 implement inline image display (sync with main)
410
411                 replace logo with newer, nicer, larger version  
412
413 2005-03-21 [paul]       1.9.6cvs8
414
415         * src/gtk/about.c
416                 cosmetic improvement
417
418 2005-03-21 [holger]     1.9.6cvs7
419
420         * src/plugins/spamassassin/spamassassin.c
421                 Sync with HEAD
422                 (unregister hook on failed plugin init)
423
424 2005-03-20 [colin]      1.9.6cvs6
425
426         * src/common/plugin.c
427                 Check that plugin isn't already loaded
428                 Patch by Alfons
429
430 2005-03-20 [thorsten]   1.9.6cvs5
431
432         * src/compose.c
433                 use a more compatible syntax
434
435 2005-03-20 [thorsten]   1.9.6cvs4
436
437         * src/prefs_toolbar.c
438                 fix crash when selecting toolbar item (uninitialized pointer)
439
440 2005-03-20 [thorsten]   1.9.6cvs3
441
442         * src/procmime.c
443                 fix mimetype detection (referenced free()d string)
444
445 2005-03-20 [paul]       1.9.6cvs2
446
447         * src/compose.c
448                 sync with HEAD (1.0.3cvs5)
449                 neglect Reply-To header if empty
450                 Patch by Alfons 
451
452 2005-03-19 [holger]     1.9.6cvs1
453
454         * src/summaryview.c
455         * src/summaryview.h
456                 Sync with HEAD
457
458 2005-03-18 [paul]       1.9.6
459
460         initial GTK2 release
461
462 2005-03-18 [paul]       1.0.3cvs3.1
463
464         * AUTHORS
465         * ChangeLog.claws
466         * configure.ac
467         * src/gtk/about.c
468         * src/pixmaps/sylpheed_logo.xpm
469                 sync with HEAD
470
471 2005-03-18 [colin]      1.0.3cvs2.6
472
473         * src/summaryview.c
474                 Remove call to summary_step in summary_copy_selected_to
475                 Can't see its purpose, and this causes bug when copying
476                 a message if the next one is unread: it reads it.
477
478 2005-03-18 [paul]       1.0.3cvs2.5
479
480         * src/foldersel.c
481                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
482
483 2005-03-18 [paul]       1.0.3cvs2.4
484
485         * src/addrharvest.c
486         * src/codeconv.c
487         * src/codeconv.h
488         * src/compose.c
489         * src/news.c
490         * src/procheader.c
491         * src/procmime.c
492         * src/unmime.c
493         * src/unmime.h
494                 fix buffer overflow, CAN-2005-0667, see
495                 http://secunia.com/advisories/14491/
496                 Patch by Alfons
497
498 2005-03-17 [colin]      1.0.3cvs2.3
499
500         * src/prefs_fonts.c
501         * src/summaryview.c
502                 Fix font bugs (both lists now officialy share 
503                 the same font)
504                 
505
506 2005-03-17 [paul]       1.0.3cvs2.2
507
508         * src/gtk/pluginwindow.c
509                 make plugin descriptions uneditable
510
511 2005-03-11 [paul]       1.0.3cvs2.1
512
513         * ChangeLog.claws
514         * configure.ac
515         * po/POTFILES.in
516         * src/plugins/trayicon/trayicon.c
517                 sync with HEAD
518                 add src/wizard.c to POTFILES.in
519
520 2005-03-11 [paul]       1.0.3cvs1.1
521
522         * ChangeLog
523         * ChangeLog.claws
524         * configure.ac
525         * po/de.po
526         * po/es.po
527         * po/fr.po
528         * po/it.po
529         * po/pt_BR.po
530         * po/ru.po
531         * po/sk.po
532         * po/sr.po
533         * po/zh_CN.po
534                 sync with HEAD
535
536 2005-03-04 [colin]      1.0.1cvs22.2
537
538         * src/compose.c
539                 Fix signatures with accentued chars in it
540
541 2005-03-04 [colin]      1.0.1cvs22.1
542
543         * src/common/smtp.c
544         * src/common/smtp.h
545                 Don't use SIZE param in MAIL FROM: if server 
546                 doesn't support it. Patch by Eugen Freiter
547                 <eugen_f@users.sf.net>
548
549 2005-02-27 [paul]       1.0.1cvs20.1
550
551         * ChangeLog.claws
552         * configure.ac
553         * src/messageview.c
554                 sync with HEAD
555
556 2005-02-27 [colin]      1.0.1cvs19.4
557
558         * src/procheader.c
559         * src/procheader.h
560                 Fix prototypes. Patch by Alfons
561
562 2005-02-27 [colin]      1.0.1cvs19.3
563
564         * src/compose.c
565                 Don't auto-join the signature separator.
566
567 2005-02-26 [colin]      1.0.1cvs19.2
568
569         * src/summaryview.c
570                 Fix 'mark all read' with collapsed threads.
571                 Patch by Alfons.
572
573 2005-02-25 [paul]       1.0.1cvs19.1
574
575         * ChangeLog.claws
576         * configure.ac
577         * src/prefs_account.c
578         * src/prefs_folder_item.c
579         * src/gtk/prefswindow.c
580         * src/gtk/prefswindow.h
581                 sync with HEAD
582
583 2005-02-25 [paul]       1.0.1cvs15.12
584
585         * src/alertpanel.c
586         * src/codeconv.c
587         * src/compose.c
588         * src/textview.c
589         * src/gtk/gtkutils.c
590         * src/gtk/gtkutils.h
591         * src/gtk/logwindow.c
592         * src/gtk/progressdialog.c
593                 sync with main (revision 127)
594                 and fix logwindow clipping
595
596 2005-02-24 [colin]      1.0.1cvs15.11
597
598         * src/plugins/pgpmime/passphrase.c
599                 Disable input grabbing; it doesn't work yet.
600
601 2005-02-24 [colin]      1.0.1cvs15.10
602
603         * src/messageview.c
604                 Don't send out receipts if offline. Ask.
605
606 2005-02-23 [colin]      1.0.1cvs15.9
607
608         * src/summaryview.c     
609                 Fix expanding
610
611 2005-02-23 [colin]      1.0.1cvs15.8
612
613         * src/summaryview.c
614                 Really fix Bug 568 by removing useless
615                 calls. summary_thread_init() now called
616                 in summary_sort(). This should please
617                 Alfons as it should be faster than 
618                 previously.
619
620 2005-02-23 [colin]      1.0.1cvs15.7
621
622         * src/compose.c
623                 Encode parts as QP or B64 if signing
624
625 2005-02-23 [colin]      1.0.1cvs15.6
626
627         * src/compose.c
628                 Fix Mimeinfo leakage (including tmp files)
629         * src/procmsg.c
630                 Fix tmp file leakage (spotted by Ivan Rayner)
631
632 2005-02-22 [colin]      1.0.1cvs15.5
633
634         * src/expldifdlg.c
635                 Fix keyboard input. Patch by Alfons.
636
637 2005-02-21 [colin]      1.0.1cvs15.4
638
639         * src/compose.c
640                 Fix Sign/Encrypt when unselecting privacy
641                 system
642         * src/prefs_common.c
643                 Change default message font to Monospace
644         * src/summaryview.c
645                 More freezing during potentially large operations
646
647 2005-02-21 [paul]       1.0.1cvs15.3
648
649         * src/main.c
650                 fix --help output
651
652 2005-02-21 [paul]       1.0.1cvs15.2
653
654         * po/Makefile.in.in
655         * src/compose.c
656         * src/summaryview.c
657         * src/textview.c
658         * src/common/utils.c
659         * src/common/utils.h
660                 sync with main (revision 117)
661
662 2005-02-20 [colin]      1.0.1cvs15.1
663
664         * src/common/defs.h
665                 Change cache file to .sylpheed_claws_cache, as
666                 suggested by Alfons. Allows people to switch
667                 between Sylpheed and Sylpheed-Claws. it is
668                 a good idea to "Check for new messages" at next
669                 startup.
670
671
672 2005-02-18 [colin]      1.0.1cvs14.1
673
674         * src/quote_fmt_lex.l
675         * src/quote_fmt_parse.y
676                 Fix parser initialisation. Patch by Ivan.
677
678 2005-02-18 [colin]      1.0.1cvs11.6
679
680         * src/folderview.c
681                 Fix scrolldown (bug 662)
682
683 2005-02-17 [colin]      1.0.1cvs11.5
684
685         * src/codeconv.c
686                 conv_filename_to_utf8: return clean 7bit instead
687                 of broken utf8 if needed
688         * src/mimeview.c
689                 Fix display of parts with unclean 8bit names
690
691 2005-02-17 [paul]       1.0.1cvs11.4
692
693         * src/compose.c
694         * src/exportldif.c
695         * src/matcher_parser_parse.y
696         * src/procmime.c
697         * src/sourcewindow.c
698         * src/common/Makefile.am
699         * src/common/intl.h             ** REMOVED **
700         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
701                 sync with main (revision 109)
702                 and clean up
703
704 2005-02-16 [colin]      1.0.1cvs11.3
705
706         * src/summaryview.c
707                 Fix collapsed thread not highlighting when new
708                 messages in it (Bug 568) Patch by Stephan Sachse.
709                 Fix messed up selection when reaching bounds (Bug 632)
710         * src/prefs_themes.c
711                 Fix theme installing (Bug 684)
712
713 2005-02-16 [colin]      1.0.1cvs11.2
714
715         * src/messageview.c
716                 Fix messageview_select_all
717
718 2005-02-16 [colin]      1.0.1cvs11.1
719
720         * src/mh.c
721                 Sync with HEAD (MH scan required function)
722
723 2005-02-15 [colin]      1.0.1cvs8.1
724
725         * src/mimeview.c
726         * src/common/utils.c
727                 Sync with HEAD (filename chars substitution)
728
729 2005-02-15 [colin]      1.0.1cvs7.3
730
731         * src/gtk/pluginwindow.c
732                 Fix button spacing
733
734 2005-02-15 [colin]      1.0.1cvs7.2
735
736         * src/mimeview.c
737                 Fix mime icons not reset across message when
738                 scrolled down
739
740 2005-02-15 [colin]      1.0.1cvs7.1
741
742         * src/compose.c
743         * src/procmime.c
744                 Sync with HEAD (optimisation of cvs6)
745
746 2005-02-14 [colin]      1.0.1cvs6.1
747
748         * src/compose.c
749         * src/procmime.c
750                 Sync with HEAD (encode "From " at line beginning)
751
752 2005-02-14 [colin]      1.0.1cvs5.3
753
754         * src/compose.c
755                 Fix wrapping with accentued chars.
756
757 2005-02-13 [colin]      1.0.1cvs5.2
758
759         * src/textview.c
760                 Fix email informative part parsing with
761                 accentued chars in it. ispunct() returns
762                 true for them in utf8...
763
764 2005-02-12 [colin]      1.0.1cvs5.1
765
766         * src/filtering.c
767                 Sync with HEAD (remove wrong use of compose after send)
768
769 2005-02-12 [paul]       1.0.1cvs4.5
770
771         * src/textview.c
772                 remove unnecessary code (thanks to Alfons)
773
774 2005-02-12 [paul]       1.0.1cvs4.4
775
776         * src/textview.c
777                 add 'Copy' to contextual menu on emails
778
779 2005-02-11 [colin]      1.0.1cvs4.3
780
781         * src/compose.c
782                 revert 1.0.0cvs28.2, it doesn't work that well.
783
784 2005-02-11 [paul]       1.0.1cvs4.2
785
786         * po/Makefile.in.in
787                 fix 'make release'
788
789 2005-02-10 [paul]       1.0.1cvs4.1
790
791         * ChangeLog
792         * ChangeLog.claws
793         * ChangeLog.jp
794         * configure.ac
795         * src/compose.c
796                 sync with HEAD (sync with main)
797
798 2005-02-10 [paul]       1.0.1cvs3.2
799
800         * AUTHORS
801         * Makefile.am
802         * autogen.sh
803         * configure.ac
804         * config/mkinstalldirs
805         * intl/.cvsignore
806         * intl/ChangeLog
807         * intl/VERSION
808         * intl/bindtextdom.c
809         * intl/config.charset
810         * intl/dcgettext.c
811         * intl/dcigettext.c
812         * intl/dcngettext.c
813         * intl/dgettext.c
814         * intl/dngettext.c
815         * intl/eval-plural.h
816         * intl/explodename.c
817         * intl/finddomain.c
818         * intl/gettext.c
819         * intl/gettextP.h
820         * intl/gmo.h
821         * intl/hash-string.h
822         * intl/intl-compat.c
823         * intl/l10nflist.c
824         * intl/libgnuintl.h.in
825         * intl/loadinfo.h
826         * intl/loadmsgcat.c
827         * intl/localcharset.c
828         * intl/localcharset.h
829         * intl/locale.alias
830         * intl/localealias.c
831         * intl/localename.c
832         * intl/log.c
833         * intl/ngettext.c
834         * intl/os2compat.c
835         * intl/os2compat.h
836         * intl/osdep.c
837         * intl/plural-exp.c
838         * intl/plural-exp.h
839         * intl/plural.c
840         * intl/plural.y
841         * intl/ref-add.sin
842         * intl/ref-del.sin
843         * intl/relocatable.c
844         * intl/relocatable.h
845         * intl/textdomain.c
846         * m4/Makefile.am
847         * po/Makefile.in.in
848         * src/Makefile.am
849         * src/account.c
850         * src/action.c
851         * src/addr_compl.c
852         * src/addressadd.c
853         * src/addressbook.c
854         * src/addrgather.c
855         * src/addrindex.c
856         * src/alertpanel.c
857         * src/browseldap.c
858         * src/codeconv.c
859         * src/codeconv.h
860         * src/compose.c
861         * src/compose.h
862         * src/crash.c
863         * src/editaddress.c
864         * src/editbook.c
865         * src/editgroup.c
866         * src/editjpilot.c
867         * src/editldap.c
868         * src/editldap_basedn.c
869         * src/editvcard.c
870         * src/exphtmldlg.c
871         * src/expldifdlg.c
872         * src/export.c
873         * src/exporthtml.c
874         * src/filtering.c
875         * src/folder.c
876         * src/folder_item_prefs.c
877         * src/foldersel.c
878         * src/folderview.c
879         * src/grouplistdialog.c
880         * src/headerview.c
881         * src/imap.c
882         * src/imap_gtk.c
883         * src/import.c
884         * src/importldif.c
885         * src/importmutt.c
886         * src/importpine.c
887         * src/inc.c
888         * src/ldif.c
889         * src/main.c
890         * src/mainwindow.c
891         * src/matcher.c
892         * src/mbox.c
893         * src/message_search.c
894         * src/messageview.c
895         * src/mh.c
896         * src/mh_gtk.c
897         * src/mimeview.c
898         * src/msgcache.c
899         * src/news.c
900         * src/news_gtk.c
901         * src/noticeview.c
902         * src/partial_download.c
903         * src/pop.c
904         * src/prefs_account.c
905         * src/prefs_actions.c
906         * src/prefs_common.c
907         * src/prefs_customheader.c
908         * src/prefs_display_header.c
909         * src/prefs_ext_prog.c
910         * src/prefs_filtering.c
911         * src/prefs_filtering_action.c
912         * src/prefs_folder_item.c
913         * src/prefs_fonts.c
914         * src/prefs_gtk.c
915         * src/prefs_matcher.c
916         * src/prefs_msg_colors.c
917         * src/prefs_spelling.c
918         * src/prefs_summary_column.c
919         * src/prefs_template.c
920         * src/prefs_themes.c
921         * src/prefs_toolbar.c
922         * src/prefs_wrapping.c
923         * src/privacy.c
924         * src/procheader.c
925         * src/procmime.c
926         * src/procmsg.c
927         * src/quote_fmt.c
928         * src/recv.c
929         * src/send_message.c
930         * src/setup.c
931         * src/sourcewindow.c
932         * src/ssl_manager.c
933         * src/statusbar.c
934         * src/summary_search.c
935         * src/summaryview.c
936         * src/textview.c
937         * src/toolbar.c
938         * src/wizard.c
939         * src/common/nntp.c
940         * src/common/plugin.c
941         * src/common/smtp.c
942         * src/common/ssl.c
943         * src/common/ssl_certificate.c
944         * src/common/string_match.c
945         * src/common/sylpheed.c
946         * src/common/template.c
947         * src/common/utils.c
948         * src/gtk/about.c
949         * src/gtk/colorlabel.c
950         * src/gtk/description_window.c
951         * src/gtk/filesel.c
952         * src/gtk/foldersort.c
953         * src/gtk/gtkaspell.c
954         * src/gtk/gtkutils.c
955         * src/gtk/inputdialog.c
956         * src/gtk/logwindow.c
957         * src/gtk/menu.c
958         * src/gtk/pluginwindow.c
959         * src/gtk/prefswindow.c
960         * src/gtk/progressdialog.c
961         * src/gtk/quicksearch.c
962         * src/gtk/sslcertwindow.c
963         * src/plugins/clamav/clamav_plugin.c
964         * src/plugins/clamav/clamav_plugin_gtk.c
965         * src/plugins/demo/demo.c
966         * src/plugins/dillo_viewer/dillo_prefs.c
967         * src/plugins/dillo_viewer/dillo_viewer.c
968         * src/plugins/image_viewer/plugin.c
969         * src/plugins/image_viewer/viewer.c
970         * src/plugins/image_viewer/viewerprefs.c
971         * src/plugins/mathml_viewer/mathml_viewer.c
972         * src/plugins/pgpmime/passphrase.c
973         * src/plugins/pgpmime/plugin.c
974         * src/plugins/pgpmime/prefs_gpg.c
975         * src/plugins/pgpmime/select-keys.c
976         * src/plugins/pgpmime/sgpgme.c
977         * src/plugins/spamassassin/spamassassin.c
978         * src/plugins/spamassassin/spamassassin_gtk.c
979         * src/plugins/trayicon/trayicon.c
980                 sync with main (revision 104)
981
982 2005-02-10 [colin]      1.0.1cvs3.1
983
984         * src/mainwindow.c
985                 Sync with HEAD (fix occasional crasher)
986
987 2005-02-10 [colin]      1.0.1cvs2.1
988
989         * src/messageview.c
990                 Synw with HEAD (don't automatically display html)
991
992 2005-02-09 [colin]      1.0.1cvs1.3
993
994         * src/textview.c
995         * src/textview.h
996                 Add contextual menu on emails
997
998 2005-02-09 [colin]      1.0.1cvs1.2
999
1000         * src/codeconv.c
1001                 Fix converting from broken headers and 
1002                 put back the _ in missing places
1003                 (feature broke with cvs24.2 sync, main 
1004                  possibly affected?)
1005
1006 2005-02-09 [colin]      1.0.1cvs1.1
1007
1008         * src/messageview.c
1009         * src/mimeview.c
1010         * src/mimeview.h
1011                 Sync with HEAD (display non text/plain mails with plugin)
1012
1013 2005-02-08 [colin]      1.0.1.1
1014
1015         * ChangeLog.claws
1016         * po/pt_BR.po
1017                 Sync with HEAD
1018         * configure.ac
1019                 Make default configuration directory 
1020                 be .sylpheed-gtk2
1021
1022 2005-02-08 [colin]      1.0.0cvs29.1
1023
1024         * po/de.po
1025         * po/es.po
1026         * po/fr.po
1027         * po/it.po
1028         * po/sk.po
1029         * po/sr.po
1030                 Sync translations with HEAD
1031
1032 2005-02-06 [colin]      1.0.0cvs28.3
1033
1034         * src/compose.c
1035                 Make compose a bit faster - patch by Alfons.
1036
1037 2005-02-06 [colin]      1.0.0cvs28.2
1038
1039         * src/compose.c
1040                 Make pasting via middle-click more reliable
1041
1042 2005-02-05 [paul]       1.0.0cvs28.1
1043
1044         * ChangeLog
1045         * ChangeLog.claws
1046         * ChangeLog.jp
1047         * configure.ac
1048         * src/compose.c
1049                 sync with HEAD
1050                 (fix bug 682 'redirect is broken'
1051
1052 2005-02-05 [torte]      1.0.0cvs27.1
1053
1054         * ChangeLog.claws
1055         * configure.ac
1056         * src/partial_download.c
1057                 Sync with HEAD (fix buf overflow)
1058
1059 2005-02-03 [colin]      1.0.0cvs26.1
1060
1061         * src/common/plugin.c
1062                 Sync with HEAD (avoid plugin mismatches)
1063
1064 2005-02-03 [paul]       1.0.0cvs25.3
1065
1066         * src/folderview.c
1067         * src/headerview.c
1068         * src/summaryview.c
1069         * src/textview.c
1070         * src/gtk/colorlabel.c
1071                 third and final part of initial sync with main-gtk2
1072
1073 2005-02-03 [paul]       1.0.0cvs25.2
1074
1075         * src/jpilot.c
1076                 fix building with jpilot support
1077
1078 2005-02-02 [colin]      1.0.0cvs25.1
1079
1080         * src/messageview.c
1081                 Sync with HEAD (fix dangerous typo)
1082
1083 2005-02-01 [colin]      1.0.0cvs24.3
1084
1085         * src/common/xml.c
1086                 Write file as advertised (UTF-8)
1087
1088 2005-02-01 [paul]       1.0.0cvs24.2
1089
1090         * src/addrbook.c
1091         * src/addrindex.c
1092         * src/alertpanel.h
1093         * src/codeconv.c
1094         * src/codeconv.h
1095         * src/compose.c
1096         * src/export.c
1097         * src/folder_item_prefs.c
1098         * src/html.c
1099         * src/imap.c
1100         * src/import.c
1101         * src/jpilot.c
1102         * src/mainwindow.c
1103         * src/matcher_parser_lex.l
1104         * src/messageview.c
1105         * src/mh.c
1106         * src/prefs_account.c
1107         * src/prefs_actions.c
1108         * src/prefs_common.c
1109         * src/prefs_gtk.c
1110         * src/prefs_gtk.h
1111         * src/prefs_themes.c
1112         * src/procheader.c
1113         * src/procmime.c
1114         * src/sourcewindow.c
1115         * src/statusbar.c
1116         * src/summaryview.c
1117         * src/textview.c
1118         * src/toolbar.c
1119         * src/unmime.c
1120         * src/common/template.c
1121         * src/common/utils.c
1122         * src/common/xml.c
1123         * src/common/xml.h
1124         * src/gtk/gtkaspell.c
1125         * src/plugins/clamav/clamav_plugin.c
1126         * src/plugins/dillo_viewer/dillo_prefs.c
1127         * src/plugins/image_viewer/viewerprefs.c
1128         * src/plugins/pgpmime/passphrase.c
1129         * src/plugins/pgpmime/prefs_gpg.c
1130         * src/plugins/pgpmime/select-keys.c
1131         * src/plugins/spamassassin/spamassassin.c
1132                 second part of initial sync with main-gtk2
1133                 (more to follow)
1134
1135 2005-01-31 [colin]      1.0.0cvs24.1
1136
1137         * src/compose.c
1138                 Sync with HEAD
1139
1140 2005-01-29 [paul]       1.0.0cvs23.2
1141
1142         * src/account.c
1143         * src/action.c
1144         * src/addressadd.c
1145         * src/addressbook.c
1146         * src/alertpanel.c
1147         * src/compose.c
1148         * src/editaddress.c
1149         * src/editbook.c
1150         * src/editgroup.c
1151         * src/editjpilot.c
1152         * src/editldap.c
1153         * src/editldap_basedn.c
1154         * src/editvcard.c
1155         * src/export.c
1156         * src/foldersel.c
1157         * src/grouplistdialog.c
1158         * src/import.c
1159         * src/importldif.c
1160         * src/inc.c
1161         * src/main.c
1162         * src/mainwindow.c
1163         * src/message_search.c
1164         * src/messageview.c
1165         * src/mimeview.c
1166         * src/prefs_actions.c
1167         * src/prefs_common.c
1168         * src/prefs_common.h
1169         * src/prefs_customheader.c
1170         * src/prefs_display_header.c
1171         * src/prefs_filtering.c
1172         * src/prefs_filtering_action.c
1173         * src/prefs_gtk.c
1174         * src/prefs_matcher.c
1175         * src/prefs_summary_column.c
1176         * src/prefs_template.c
1177         * src/sourcewindow.c
1178         * src/summary_search.c
1179         * src/summaryview.c
1180         * src/textview.c
1181         * src/gtk/about.c
1182         * src/gtk/description_window.c
1183         * src/gtk/gtkshruler.c
1184         * src/gtk/gtkutils.c
1185         * src/gtk/gtkutils.h
1186         * src/gtk/inputdialog.c
1187         * src/gtk/logwindow.c
1188         * src/gtk/prefswindow.c
1189         * src/gtk/progressdialog.c
1190         * src/gtk/progressdialog.h
1191                 first part of initial sync with main-gtk2
1192                 (more to follow)
1193
1194 2005-01-28 [colin]      1.0.0cvs23.1
1195
1196         * src/folderview.c
1197                 Sync with HEAD
1198
1199 2005-01-27 [colin]      1.0.0cvs21.1
1200
1201         * src/folder.c
1202         * src/folderview.c
1203                 Sync with HEAD
1204
1205 2005-01-27 [colin]      1.0.0cvs19.1
1206
1207         * src/procmime.c
1208                 Sync with HEAD
1209
1210 2005-01-27 [colin]      1.0.0cvs18.1
1211
1212         * src/messageview.c
1213         * src/summaryview.c
1214         * src/mainwindow.c
1215         * src/compose.c
1216         * src/compose.h
1217         * src/procmsg.c
1218         * src/procmsg.h
1219         * src/toolbar.c
1220                 Sync with HEAD
1221
1222 2005-01-26 [paul]       1.0.0cvs15.2
1223
1224         * src/compose.c
1225                 compose_entries_set(): convert subject and body to
1226                 utf8 if necessary. patch by Felix Eckhofer
1227
1228 2005-01-26 [paul]       1.0.0cvs15.1
1229
1230         * configure.ac
1231         * src/common/template.c
1232                 sync with HEAD (fix memory leak)
1233
1234 2005-01-25 [paul]       1.0.0cvs14.1
1235
1236         * configure.ac
1237         * src/compose.c
1238                 sync with HEAD
1239
1240 2005-01-24 [colin]      1.0.0cvs13.1
1241
1242         * src/summaryview.c
1243                 Sync with HEAD
1244
1245 2005-01-24 [paul]       1.0.0cvs12.1
1246
1247         * configure.ac
1248         * src/messageview.c
1249         * src/mh.c
1250         * src/common/utils.c
1251                 sync with HEAD
1252
1253 2005-01-24 [colin]      1.0.0cvs11.1
1254
1255         * src/procheader.c
1256                 Sync with HEAD
1257
1258 2005-01-24 [colin]      1.0.0cvs10.1
1259
1260         * src/folderview.c
1261                 Sync with HEAD
1262
1263 2005-01-23 [colin]      1.0.0cvs9.1
1264
1265         * src/crash.c
1266                 Sync with HEAD
1267
1268 2005-01-22 [colin]      1.0.0cvs8.1
1269
1270         * src/summaryview.c
1271         * src/gtk/quicksearch.c
1272                 Sync with HEAD
1273
1274 2005-01-21 [colin]      1.0.0cvs7.1
1275
1276         * src/summaryview.c
1277                 Sync with HEAD
1278
1279 2005-01-21 [colin]      1.0.0cvs6.1
1280
1281         * src/summaryview.c
1282                 Sync with HEAD
1283
1284 2005-01-21 [colin]      1.0.0cvs5.1
1285
1286         * src/gtk/quicksearch.c
1287         * src/prefs_common.c
1288         * src/prefs_common.h
1289                 Sync with HEAD (recurse option)
1290
1291 2005-01-21 [colin]      1.0.0cvs4.1
1292
1293         * src/folder.h
1294         * src/folderview.c
1295         * src/folderview.h
1296         * src/summaryview.c
1297         * src/gtk/quicksearch.c
1298         * src/gtk/quicksearch.h
1299                 Sync with HEAD (recursive quicksearch)
1300
1301 2005-01-20 [colin]      1.0.0cvs3.4
1302
1303         * src/ssl_manager.c
1304                 Remove useless code
1305
1306 2005-01-20 [colin]      1.0.0cvs3.3
1307
1308         * src/ssl_manager.c
1309                 Fix leak, thanks to Alfons.
1310
1311 2005-01-20 [colin]      1.0.0cvs3.2
1312
1313         * src/ssl_manager.c
1314                 Port SSL certificate window to GTK2.
1315
1316 2005-01-20 [paul]       1.0.0cvs3.1
1317
1318         * ChangeLog.claws
1319         * configure.ac
1320         * src/addrindex.c
1321         * src/addrindex.h
1322                 sync with HEAD
1323
1324 2005-01-19 [colin]      1.0.0cvs2.2
1325
1326         * src/plugins/trayicon/trayicon.c
1327                 Fix freeze with gtk-2.6, the easy way
1328                 (signal blocking helpless there...)
1329                 Closes bug #668.
1330
1331 2005-01-19 [colin]      1.0.0cvs2.1
1332
1333         * src/mbox.c
1334         * src/mbox.h
1335         * src/mainwindow.c
1336         * src/summaryview.c
1337         * src/summaryview.h
1338                 Sync with HEAD
1339
1340 2005-01-19 [paul]       1.0.0cvs1.1
1341
1342         * configure.ac
1343         * po/de.po
1344         * po/es.po
1345         * po/fr.po
1346         * po/hr.po
1347         * po/it.po
1348         * po/ja.po
1349         * po/ko.po
1350         * po/pt_BR.po
1351         * po/ru.po
1352         * po/sk.po
1353         * po/sr.po
1354                 sync with HEAD (update translations)
1355
1356 2005-01-18 [colin]      1.0.0cvs0.1
1357
1358         * src/foldersel.c
1359                 Specify search column - patch by Alfons
1360
1361 2005-01-18 [colin]      0.9.13cvs36.3
1362
1363         * src/prefs_toolbar.c
1364                 Change Delete to Remove
1365         * src/prefs_fonts.c
1366                 GTK2 version and leak fixes
1367         * src/prefs_actions.c
1368                 Add stock buttons.
1369                 All patches by Alfons
1370
1371 2005-01-17 [colin]      0.9.13cvs36.2
1372
1373         * src/compose.c
1374                 Fix DnD inserting twice. While at it,
1375                 add DnD support for text/plain in the
1376                 body, and add support in the headers.
1377
1378 2005-01-16 [colin]      0.9.13cvs36.1
1379
1380         * ChangeLog
1381         * ChangeLog.jp
1382         * ChangeLog.claws
1383                 Sync with HEAD (nothing applicable)
1384
1385 2005-01-16 [colin]      0.9.13cvs33.2
1386
1387         * src/prefs_toolbar.c
1388                 GTK2ize prefs_toolbar, by Alfons.
1389
1390 2005-01-14 [colin]      0.9.13cvs33.1
1391
1392         * src/html.c
1393         * src/msgcache.c
1394                 Sync with HEAD
1395
1396 2005-01-14 [colin]      0.9.13cvs32.1
1397
1398         * src/html.c
1399         * src/html.h
1400         * src/msgcache.c
1401         * AUTHORS
1402         * tools/calypso_convert.pl
1403                 Sync with HEAD
1404
1405 2005-01-08 [colin]      0.9.13cvs29.2
1406
1407         * src/prefs_filtering_action.c
1408         * src/prefs_filtering.c
1409                 2 more gtk2 patches by Alfons
1410
1411 2005-01-07 [paul]       0.9.13cvs29.1
1412
1413         * ChangeLog
1414         * ChangeLog.claws
1415         * ChangeLog.jp
1416         * configure.ac
1417         * src/pop.c
1418         * src/pop.h
1419                 sync with HEAD
1420
1421 2005-01-07 [colin]      0.9.13cvs28.3
1422
1423         * src/gtk/progressdialog.c
1424         * src/gtk/progressdialog.h
1425         * src/inc.c
1426         * src/send_message.c
1427                 GTK2 for the incorporation dialog. The CList isn't dead
1428                 yet, for a more smooth migration. Patch by Alfons.
1429
1430 2005-01-06 [colin]      0.9.13cvs28.2
1431
1432         * src/prefs_display_header.c
1433                 GTK2 conversion by Alfons
1434         * src/prefs_actions.c
1435         * src/prefs_matcher.c
1436                 Fix 2 leaks - patch by Alfons
1437
1438 2005-01-06 [colin]      0.9.13cvs28.1
1439
1440         * src/prefs_matcher.c
1441                 Sync with HEAD
1442
1443 2005-01-06 [colin]      0.9.13cvs27.4
1444
1445         * src/prefs_matcher.c
1446                 Fix double-free. Patch by Alfons
1447
1448 2005-01-06 [colin]      0.9.13cvs27.3
1449
1450         * src/prefs_matcher.c
1451                 GTK2 widgets + memleak
1452                 Patch by Alfons
1453
1454 2005-01-05 [colin]      0.9.13cvs27.2
1455
1456         * src/account.c
1457         * src/addr_compl.c
1458         * src/foldersel.c
1459         * src/stock_pixmap.c
1460         * src/stock_pixmap.h
1461                 3 more GTK2 patches by Alfons.
1462
1463 2005-01-04 [colin]      0.9.13cvs27.1
1464
1465         * src/folderview.c
1466         * src/imap_gtk.c
1467         * src/news_gtk.c
1468                 Sync with HEAD
1469
1470 2005-01-04 [colin]      0.9.13cvs25.9
1471
1472         * src/compose.c
1473                 Fix Show Ruler menuitem
1474         * src/prefs_template.c
1475                 Convert to GTK2
1476         * src/common/utils.c
1477                 Make auto pointer stuff handles NULLs
1478                 Patches by Alfons.
1479
1480 2005-01-04 [colin]      0.9.13cvs25.8
1481
1482         * src/compose.c
1483                 Move the attachment list to gtk2
1484                 Patch by Alfons.
1485
1486 2005-01-04 [colin]      0.9.13cvs25.7
1487
1488         * src/textview.c
1489                 Make some keys work again
1490                 Patch by SungHyun Nam <namsh@kldp.org>
1491
1492 2005-01-04 [colin]      0.9.13cvs25.6
1493
1494         * src/gtk/gtkshruler.c
1495                 Move the ruler to GTK2
1496                 Patch by Alfons
1497
1498 2005-01-03 [colin]      0.9.13cvs25.5
1499
1500         * src/compose.c
1501                 Fix my broken patch apply 
1502
1503 2005-01-03 [colin]      0.9.13cvs25.4
1504
1505         * src/common/utils.c
1506         * src/common/utils.h
1507         * src/gtk/prefswindow.c
1508                 Move auto pointer stuff to utils.c
1509                 Patch by Alfons again :)
1510
1511 2005-01-03 [colin]      0.9.13cvs25.3
1512
1513         * src/compose.c
1514         * src/prefs_gtk.c
1515         * src/prefs_template.c
1516         * src/textview.c
1517                 Empty text widgets with empty strings, not NULL char
1518                 Patch by SungHyun Nam <namsh@kldp_org>
1519
1520 2005-01-03 [colin]      0.9.13cvs25.2
1521
1522         * src/main.c
1523         * AUTHORS
1524                 Sync with HEAD
1525
1526 2005-01-03 [colin]      0.9.13cvs25.1
1527
1528         * src/pop.c
1529         * src/pop.h
1530                 Sync with HEAD
1531
1532 2005-01-03 [colin]      0.9.13cvs24.3
1533
1534         * src/account.c
1535                 Two patches from Alfons and Alex S Moore:
1536                 fix images, fix return value.
1537
1538 2005-01-01 [colin]      0.9.13cvs24.2
1539
1540         * src/prefs_actions.c
1541                 Fix over-zealous assertion. Patch by Alfons
1542
1543 2005-01-01 [colin]      0.9.13cvs24.1
1544
1545         * src/procmime.c
1546                 Sync with HEAD (leak fix)
1547
1548 2004-12-31 [colin]      0.9.13cvs23.2
1549
1550         * src/prefs_common.c
1551                 GTK2 widgets + stock buttons - patch by Alfons
1552
1553 2004-12-31 [paul]       0.9.13cvs23.1
1554
1555         * configure.ac
1556                 bump up EXTRA_VERSION to match (sync'ed) HEAD
1557         * src/gtk/pluginwindow.c
1558                 use GTK2 widgets and plug memory leaks,
1559                 patches by Alfons
1560
1561 2004-12-30 [colin]      0.9.13cvs22.4
1562
1563         * src/account.c
1564         * src/action.c
1565         * src/export.c
1566         * src/foldersel.c
1567         * src/import.c
1568         * src/message_search.c
1569         * src/prefs_actions.c
1570         * src/prefs_common.c
1571         * src/prefs_customheader.c
1572         * src/prefs_filtering.c
1573         * src/prefs_summary_column.c
1574         * src/summary_search.c
1575         * src/gtk/about.c
1576         * src/gtk/description_window.c
1577         * src/gtk/gtkutils.c
1578         * src/gtk/gtkutils.h
1579         * src/gtk/inputdialog.c
1580         * src/gtk/prefswindow.c
1581                 Use GTK2 stock buttons. Patches by Alfons.
1582
1583 2004-12-30 [colin]      0.9.13cvs22.3
1584
1585         * src/account.c
1586                 Sync with HEAD
1587         * src/prefs_actions.c
1588         * src/prefs_customheader.c
1589         * src/prefs_filtering.c
1590         * src/prefs_msg_colors.c
1591         * src/prefs_summary_column.c
1592         * src/gtk/prefswindow.c
1593                 Use GtkTreeView instead of deprecated 
1594                 widgets. Patches by Alfons.
1595
1596 2004-12-30 [paul]       0.9.13cvs22.2
1597
1598         * src/foldersel.c
1599                 use GTK 2 Tree View
1600                 patch by Alfons, with root folder sorting fix
1601                 by Stephan Sachse
1602
1603 2004-12-30 [paul]       0.9.13cvs22.1
1604
1605         * ChangeLog
1606         * ChangeLog.claws
1607         * ChangeLog.jp
1608         * NEWS
1609         * configure.ac
1610         * src/account.c
1611                 sync with HEAD
1612
1613 2004-12-22 [martin]     0.9.13cvs21.2
1614
1615         * src/action.c
1616                 free the command line after its use
1617
1618 2004-12-18 [paul]       0.9.13cvs21.1
1619
1620         * AUTHORS
1621         * ChangeLog
1622         * ChangeLog.claws
1623         * ChangeLog.jp
1624         * NEWS
1625         * configure.ac
1626         * src/action.c
1627         * src/compose.c
1628         * src/syldap.c
1629                 sync with HEAD
1630
1631 2004-12-17 [martin]     0.9.13cvs17.2
1632
1633         * src/action.c
1634                 convert actions input to locale
1635         * src/inc.c
1636                 convert notification command to locale
1637         * src/plugins/pgpmime/select-keys.c
1638                 convert attributes to utf8
1639
1640 2004-12-14 [colin]      0.9.13cvs17.1
1641
1642         * ChangeLog
1643         * ChangeLog.jp
1644         * ChangeLog.claws
1645         * src/action.c
1646         * src/common/utils.c
1647         * src/gtk/prefswindow.c
1648         * src/gtk/gtkutils.c
1649         * src/gtk/gtkutils.h
1650         * src/plugins/spamassassin/libspamc.c
1651                 Sync with HEAD
1652
1653 2004-12-13 [colin]      0.9.13cvs14.1
1654
1655         * src/quote_fmt_parse.y
1656                 Sync with HEAD
1657
1658 2004-12-10 [colin]      0.9.13cvs12.1
1659
1660         * src/prefs_themes.c
1661         * src/mainwindow.c
1662         * src/messageview.c
1663                 Sync with HEAD
1664
1665 2004-12-09 [colin]      0.9.13cvs10.1
1666
1667         * src/procmime.c
1668                 Sync with HEAD (fix B64 encoding from memory)
1669
1670 2004-12-08 [colin]      0.9.13cvs9.1
1671
1672         * src/gtk/colorlabel.c
1673                 Sync with HEAD
1674
1675 2004-12-08 [paul]       0.9.13cvs8.2
1676
1677         * src/gtk/pluginwindow.c
1678                 fix window resizing oddities
1679
1680 2004-12-08 [colin]      0.9.13cvs8.1
1681
1682         * src/quote_fmt_parse.y
1683                 Sync with HEAD
1684
1685 2004-12-08 [colin]      0.9.13cvs7.1
1686
1687         * src/matcher_parser_parse.y
1688         * src/msgcache.c
1689         * src/prefs_matcher.c
1690         * src/procheader.c
1691         * src/matcher.c
1692         * src/common/defs.h
1693         * po/sr.po
1694                 Sync with HEAD
1695
1696 2004-12-08 [colin]      0.9.13cvs6.1
1697
1698         * src/quote_fmt_parse.y
1699         * src/textview.c
1700                 Sync with HEAD
1701         * src/gtk/prefswindow.c
1702         * src/gtk/pluginwindow.c
1703                 Fix G_CALLBACKS protos (thanks to Alfons)
1704
1705 2004-12-07 [torte]      0.9.13cvs2.2
1706
1707         * src/procmime.c
1708                 [Bug 650] reply button causes crash
1709                 Thanks to David Relson and Christoph
1710
1711 2004-12-07 [colin]      0.9.13cvs2.1
1712
1713         * ChangeLog.claws
1714         * AUTHORS
1715         * po/sk.po
1716         * src/procmime.c
1717         * src/prefs_account.c
1718         * src/common/smtp.c
1719         * src/common/smtp.h
1720                 Sync with HEAD
1721
1722 2004-12-06 [colin]      0.9.12cvs187.1
1723
1724         * ChangeLog.claws
1725         * INSTALL
1726         * Makefile.am
1727         * README.claws
1728         * TODO.claws
1729         * configure.ac
1730         * po/bg.po
1731         * po/cs.po
1732         * po/el.po
1733         * po/en_GB.po
1734         * po/es.po
1735         * po/fr.po
1736         * po/hr.po
1737         * po/hu.po
1738         * po/it.po
1739         * po/ja.po
1740         * po/ko.po
1741         * po/nl.po
1742         * po/pl.po
1743         * po/pt_BR.po
1744         * po/ru.po
1745         * po/sk.po
1746         * po/sr.po
1747         * po/sv.po
1748         * po/zh_CN.po
1749         * po/zh_TW.Big5.po
1750         * src/compose.c
1751         * tools/Makefile.am
1752         * tools/README
1753         * tools/filter_conv.pl
1754         * tools/kdeservicemenu/README
1755         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1756         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1757                 Sync with HEAD
1758
1759 2004-12-04 [colin]      0.9.12cvs183.1
1760
1761         * src/compose.c
1762                 Sync with HEAD (compose window position saving)
1763
1764 2004-12-04 [paul]       0.9.12cvs182.3
1765
1766         * src/messageview.c
1767         * src/mimeview.c
1768         * src/prefs_customheader.c
1769         * src/gtk/quicksearch.c
1770                 replace some forgotten GTK_SIGNAL_FUNCs
1771
1772 2004-12-04 [paul]       0.9.12cvs182.2
1773
1774         * src/Makefile.am
1775                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
1776                 committed in error      
1777
1778 2004-12-04 [paul]       0.9.12cvs182.1
1779
1780         * ChangeLog
1781         * ChangeLog.claws
1782         * ChangeLog.jp
1783         * INSTALL
1784         * NEWS
1785         * README
1786         * README.jp
1787         * configure.ac
1788         * doc/manual/ja/Makefile.am
1789         * doc/manual/ja/sylpheed-1.html
1790         * doc/manual/ja/sylpheed-10.html
1791         * doc/manual/ja/sylpheed-11.html
1792         * doc/manual/ja/sylpheed-12.html
1793         * doc/manual/ja/sylpheed-13.html
1794         * doc/manual/ja/sylpheed-14.html
1795         * doc/manual/ja/sylpheed-15.html
1796         * doc/manual/ja/sylpheed-16.html
1797         * doc/manual/ja/sylpheed-17.html
1798         * doc/manual/ja/sylpheed-18.html
1799         * doc/manual/ja/sylpheed-19.html
1800         * doc/manual/ja/sylpheed-2.html
1801         * doc/manual/ja/sylpheed-20.html
1802         * doc/manual/ja/sylpheed-3.html
1803         * doc/manual/ja/sylpheed-4.html
1804         * doc/manual/ja/sylpheed-5.html
1805         * doc/manual/ja/sylpheed-6.html
1806         * doc/manual/ja/sylpheed-7.html
1807         * doc/manual/ja/sylpheed-8.html
1808         * doc/manual/ja/sylpheed-9.html
1809         * doc/manual/ja/sylpheed.html
1810         * doc/manual/ja/sylpheed.sgml
1811         * po/de.po
1812         * src/Makefile.am
1813         * src/compose.c
1814         * src/procmime.c
1815         * src/pixmaps/regular.xpm **REMOVED**
1816         * src/plugins/pgpmime/pgpmime.c
1817         * src/plugins/pgpmime/plugin.c
1818         * src/plugins/pgpmime/prefs_gpg.c
1819                 sync with HEAD
1820
1821 2004-12-03 [paul]       0.9.12cvs180.1
1822
1823         * ChangeLog
1824         * ChangeLog.claws
1825         * ChangeLog.jp
1826         * configure.ac
1827         * src/Makefile.am
1828         * src/pop.c
1829         * src/common/utils.c
1830         * src/common/utils.h
1831         * src/pixmaps/continue.xpm
1832         * src/pixmaps/dir_close.xpm
1833         * src/pixmaps/dir_open.xpm
1834         * src/pixmaps/drafts_close.xpm
1835         * src/pixmaps/drafts_open.xpm
1836         * src/pixmaps/folder.xpm **REMOVED**
1837         * src/pixmaps/group.xpm
1838         * src/pixmaps/unread.xpm
1839                 sync with HEAD
1840
1841 2004-12-02 [colin]      0.9.12cvs179.1
1842
1843         * src/compose.c
1844                 Sync with HEAD (non-duplicated reedition)
1845
1846 2004-12-02 [colin]      0.9.12cvs178.1
1847
1848         * src/compose.c
1849                 Sync with HEAD (linewrap_quote fix)
1850
1851 2004-12-01 [colin]      0.9.12cvs177.3
1852
1853         * src/addrharvest.c
1854                 Replace sizeof with strlen
1855
1856 2004-12-01 [paul]       0.9.12cvs177.2
1857
1858         * src/addrharvest.c
1859                 fix 'harvest addresses'
1860
1861 2004-11-30 [colin]      0.9.12cvs177.1
1862
1863         * src/gtk/prefswindow.c
1864         * src/gtk/pluginwindow.c
1865                 Sync with HEAD
1866
1867 2004-11-29 [colin]      0.9.12cvs176.1
1868
1869         * src/folderview.c
1870                 sync with HEAD (Fix disappearing separators in folderview's popup)
1871
1872 2004-11-29 [colin]      0.9.12cvs175.1
1873
1874         * src/procmime.c
1875                 Sync with head (another format fix)
1876
1877 2004-11-29 [colin]      0.9.12cvs174.1
1878
1879         * src/pop.c
1880                 Sync with HEAD (format string fix)
1881
1882 2004-11-26 [colin]      0.9.12cvs173.1
1883
1884         * src/common/smtp.c
1885         * src/common/smtp.h
1886                 Sync with HEAD
1887
1888 2004-11-24 [colin]      0.9.12cvs172.1
1889
1890         * src/plugins/pgpmime/pgpmime.c
1891                 Sync with HEAD
1892
1893 2004-11-24 [colin]      0.9.12cvs171.1
1894
1895         * src/plugins/pgpmime/pgpmime.c
1896                 Sync with head (gpgmectx leaks)
1897
1898 2004-11-24 [colin]      0.9.12cvs169.1
1899
1900         * src/plugins/pgpmime/plugin.c
1901         * src/plugins/trayicon/Makefile.am
1902         * src/plugins/trayicon/newmarkedmail.xpm
1903         * src/plugins/trayicon/trayicon.c
1904         * src/plugins/trayicon/unreadmarkedmail.xpm
1905                 Sync with HEAD
1906
1907 2004-11-23 [colin]      0.9.12cvs168.1
1908
1909         * src/partial_download.c
1910         * src/partial_download.h
1911         * src/plugins/pgpmime/plugin.c
1912                 Sync with HEAD
1913
1914 2004-11-23 [colin]      0.9.12cvs166.1
1915
1916         * src/Makefile.am
1917         * src/codeconv.c
1918         * src/compose.c
1919         * src/folderview.c
1920         * src/main.c
1921         * src/partial_download.c
1922         * src/partial_download.h
1923         * src/prefs_account.c
1924         * src/prefs_account.h
1925         * src/privacy.c
1926         * src/privacy.h
1927         * src/procmime.c
1928         * src/common/Makefile.am
1929         * src/common/base64.h
1930         * src/common/partial_download.c
1931         * src/common/partial_download.h
1932         * src/gtk/prefswindow.c
1933         * src/gtk/prefswindow.h
1934         * src/plugins/pgpmime/pgpmime.c
1935         * src/plugins/pgpmime/prefs_gpg.c
1936         * src/plugins/pgpmime/prefs_gpg.h
1937         * src/plugins/pgpmime/sgpgme.c
1938         * src/plugins/pgpmime/sgpgme.h
1939                 Sync with HEAD
1940
1941 2004-11-23 [colin]      0.9.12cvs163.1
1942
1943         * src/main.c
1944                 Sync with HEAD (cursor optimization)
1945
1946 2004-11-23 [colin]      0.9.12cvs162.1
1947
1948         * src/prefs_common.c
1949         * src/prefs_themes.c
1950         * src/procmsg.c
1951                 Sync with HEAD
1952
1953 2004-11-23 [colin]      0.9.12cvs158.9
1954
1955         * src/compose.c
1956                 Fix double-free when forwarding
1957         * src/msgcache.c
1958                 Fix leak on error path
1959                 
1960
1961 2004-11-23 [colin]      0.9.12cvs158.8
1962
1963         * src/compose.c
1964                 Fix possible double-free
1965                 Spotted by Alfons
1966
1967 2004-11-23 [colin]      0.9.12cvs158.7
1968
1969         * src/compose.c
1970                 Fix some signal handlers' prototypes
1971                 Spotted by Alfons
1972
1973 2004-11-22 [colin]      0.9.12cvs158.6
1974
1975         * src/compose.c
1976                 Remove unneeded code and duplicated
1977                 wrapping - patch by Alfons
1978
1979 2004-11-22 [colin]      0.9.12cvs158.5
1980
1981         * src/prefs_themes.c
1982                 Fix oversized selector
1983
1984 2004-11-22 [colin]      0.9.12cvs158.4
1985
1986         * src/compose.c
1987                 fix dump_text()
1988                 patch by Alfons
1989
1990 2004-11-19 [colin]      0.9.12cvs158.3
1991
1992         * src/textview.c
1993                 Add a context menu on links (open, copy)
1994
1995 2004-11-18 [paul]       0.9.12cvs158.2
1996
1997         * src/addrgather.c
1998         * src/exphtmldlg.c
1999         * src/expldifdlg.c
2000         * src/mimeview.c
2001         * src/prefs_common.c
2002         * src/plugins/image_viewer/viewer.c
2003         * src/plugins/spamassassin/spamassassin_gtk.c
2004                 replace deprecated gtk_notebook_set_page
2005                 and gtk_notebook_current_page
2006
2007 2004-11-18 [paul]       0.9.12cvs158.1
2008
2009         * configure.ac
2010         * src/compose.c
2011         * src/mainwindow.c
2012         * src/messageview.c
2013         * src/prefs_common.c
2014         * src/common/utils.c
2015         * src/common/utils.h
2016                 sync with HEAD
2017
2018 2004-11-17 [colin]      0.9.12cvs156.1
2019
2020         * src/prefs_account.c
2021         * src/prefs_account.h
2022         * src/procmsg.c
2023                 Sync with HEAD (add pref to store encrypted mails encrypted)
2024
2025 2004-11-17 [paul]       0.9.12cvs155.1
2026
2027         * ChangeLog
2028         * ChangeLog.claws
2029         * ChangeLog.jp
2030         * NEWS
2031         * configure.ac
2032         * src/compose.c
2033         * src/jpilot.c
2034         * src/privacy.c
2035         * src/procmime.c
2036         * src/procmime.h
2037         * src/procmsg.c
2038         * src/toolbar.c
2039         * src/pixmaps/error.xpm
2040                 sync with HEAD
2041
2042 2004-11-17 [colin]      0.9.12cvs151.1
2043
2044         * src/plugins/pgpmime/pgpmime.c
2045                 Sync with HEAD (remove debug printf)
2046
2047 2004-11-17 [colin]      0.9.12cvs150.1
2048
2049         * src/plugins/pgpmime/pgpmime.c
2050                 Sync with HEAD (off-by-one fix)
2051
2052 2004-11-17 [colin]      0.9.12cvs149.1
2053
2054         * src/procmsg.c
2055                 Sync with HEAD (coding style fixes)
2056
2057 2004-11-16 [colin]      0.9.12cvs148.1
2058
2059         * src/procmsg.c
2060                 Sync with head (Fix the fix)
2061
2062 2004-11-16 [colin]      0.9.12cvs147.1
2063
2064         * src/procmsg.c
2065                 Sync with Main (leak fix)
2066
2067 2004-11-16 [colin]      0.9.12cvs146.14
2068
2069         * src/compose.c
2070                 Remove useless chunk of code
2071                 Patch by Alfons
2072
2073 2004-11-15 [colin]      0.9.12cvs146.13
2074
2075         * src/compose.c
2076                 Fix drafting after insertion
2077                 Patch by Alfons
2078
2079 2004-11-15 [colin]      0.9.12cvs146.12
2080
2081         * src/compose.c
2082         * src/prefs_filtering.c
2083         * src/prefs_filtering_action.c
2084         * src/prefs_toolbar.c
2085                 Fix some const-correctness
2086
2087 2004-11-15 [colin]      0.9.12cvs146.11
2088
2089         * src/summaryview.c
2090         * src/prefs_themes.c
2091         * src/messageview.c
2092                 Fix some leaks
2093
2094 2004-11-15 [colin]      0.9.12cvs146.10
2095
2096         * src/codeconv.c
2097                 More unreadable locale fixes
2098
2099 2004-11-14 [colin]      0.9.12cvs146.9
2100
2101         * src/textview.c
2102                 Fix uri_security_check
2103                 Patch by Alfons
2104
2105 2004-11-13 [paul]       0.9.12cvs146.8
2106
2107         * src/folder.c
2108         * src/procmime.c
2109                 fix 2 bugs introduced in last commit
2110
2111 2004-11-13 [paul]       0.9.12cvs146.7
2112
2113         * src/compose.c
2114         * src/exporthtml.c
2115         * src/exportldif.c
2116         * src/folder.c
2117         * src/imap.c
2118         * src/imap_gtk.c
2119         * src/main.c
2120         * src/mainwindow.c
2121         * src/messageview.c
2122         * src/mh_gtk.c
2123         * src/prefs_themes.c
2124         * src/procmime.c
2125         * src/setup.c
2126         * src/summaryview.c
2127                 replace deprecated g_basename
2128
2129 2004-11-13 [paul]       0.9.12cvs146.6
2130
2131         * src/compose.c
2132         * src/imap.c
2133         * src/matcher_parser.h
2134         * src/matcher_parser_parse.y
2135         * src/prefs_filtering.c
2136         * src/prefs_filtering_action.c
2137         * src/prefs_themes.c
2138         * src/prefs_toolbar.c
2139         * src/common/utils.c
2140                 various small fixes/cleanups
2141
2142 2004-11-12 [colin]      0.9.12cvs146.5
2143
2144         * src/textview.c
2145                 Validate event's origin on visibility notify
2146                 Patch by Alfons.
2147
2148 2004-11-12 [paul]       0.9.12cvs146.4
2149
2150         * src/exporthtml.c
2151         * src/exportldif.c
2152         * src/imap.c
2153         * src/mh.c
2154         * src/mimeview.c
2155         * src/prefs_spelling.c
2156         * src/prefs_themes.c
2157                 replace deprecated g_dirname    
2158
2159 2004-11-12 [colin]      0.9.12cvs146.3
2160
2161         * src/textview.c
2162                 Some coding style fixes
2163
2164 2004-11-12 [colin]      0.9.12cvs146.2
2165
2166         * src/codeconv.c
2167                 We want to replace _all_ extended chars in
2168                 conv_unreadable_*, because any string containing
2169                 extended chars not parsing as UTF8 is 
2170                 undisplayed on gtk2.
2171
2172 2004-11-12 [paul]       0.9.12cvs146.1
2173
2174         * ChangeLog
2175         * ChangeLog.claws
2176         * ChangeLog.jp
2177         * NEWS
2178         * configure.ac
2179         * src/account.c
2180         * src/folderview.c
2181         * src/folderview.h
2182         * src/imap.c
2183         * src/imap_gtk.c
2184         * src/inc.c
2185         * src/mainwindow.c
2186         * src/mh_gtk.c
2187         * src/news_gtk.c
2188         * src/pop.c
2189         * src/prefs_account.c
2190         * src/prefs_account.h
2191         * src/prefs_ext_prog.c
2192         * src/procmime.c
2193         * src/procmime.h
2194         * src/procmsg.c
2195         * src/procmsg.h
2196         * src/summary_search.c
2197         * src/summaryview.c
2198         * src/textview.c
2199         * src/common/defs.h
2200         * src/common/utils.c
2201         * src/common/utils.h
2202         * src/gtk/menu.c
2203         * src/gtk/menu.h
2204                 sync with HEAD
2205
2206 2004-11-11 [colin]      0.9.12cvs144.2
2207
2208         * src/textview.c
2209                 Fix URI range selection (patch by Alfons)
2210
2211 2004-11-09 [colin]      0.9.12cvs144.1
2212
2213         * ChangeLog.claws
2214         * src/compose.c
2215         * src/folder.c
2216         * src/folder_item_prefs.c
2217         * src/prefs_account.c
2218         * src/prefs_account.h
2219         * src/plugins/pgpmime/pgpmime.c
2220                 Sync with HEAD
2221
2222 2004-11-08 [colin]      0.9.12cvs143.1
2223
2224         * src/summaryview.c
2225                 Sync with HEAD (optimize quicksearch)
2226
2227 2004-11-08 [colin]      0.9.12cvs142.2
2228
2229         * src/compose.c
2230                 Don't wrap when Edit/Auto wrapping is disabled
2231
2232 2004-11-08 [colin]      0.9.12cvs142.1
2233
2234         * src/textview.c
2235                 Sync with HEAD
2236
2237 2004-11-08 [colin]      0.9.12cvs141.1
2238
2239         * src/textview.c
2240                 Sync with HEAD (fix some mail URIs)
2241
2242 2004-11-08 [colin]      0.9.12cvs140.3
2243
2244         * src/textview.c
2245                 o Use text cursor instead of arrow when
2246                   not on a link
2247                 o Fix handling of contiguous links (as in
2248                   "colin@colino.net" <colin@colino.net>)
2249                   This one unveils a bug in get_email_part()
2250
2251 2004-11-07 [colin]      0.9.12cvs140.2
2252
2253         * src/textview.c
2254                 Fix memleak. Patch by Alfons.
2255
2256 2004-11-06 [colin]      0.9.12cvs140.1
2257
2258         * src/compose.c
2259                 Sync with HEAD (don't ask passphrase
2260                 when drafting)
2261
2262 2004-11-06 [paul]       0.9.12cvs139.2
2263
2264         * AUTHORS
2265         * src/textview.c
2266         * src/textview.h
2267                 textview URI handling. hovering over a 
2268                 link displays it in the status bar,
2269                 and changes the mouse pointer to a hand 
2270                 cursor. a link is activated with a single 
2271                 click. (Modified from the) patch by Jean-Yves 
2272                 Lefort <jylefort@users.sourceforge.net>
2273                 
2274
2275 2004-11-05 [colin]      0.9.12cvs139.1
2276
2277         * src/compose.c
2278         * src/procmime.c
2279                 Sync with HEAD again ^^
2280
2281 2004-11-05 [colin]      0.9.12cvs139.1
2282
2283         * src/compose.c
2284         * src/procmime.c
2285                 Sync with HEAD
2286
2287 2004-11-03 [paul]       0.9.12cvs138.1
2288
2289         * ChangeLog.claws
2290         * configure.ac
2291         * po/POTFILES.in
2292         * src/prefs_ext_prog.c
2293         * src/procmime.c
2294         * tools/kdeservicemenu/README
2295         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2296         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2297                 sync with HEAD
2298
2299 2004-11-01 [christoph]  0.9.12cvs136.2
2300
2301         * src/procmime.c
2302                 convert MIME parameters to UTF-8
2303
2304 2004-10-29 [colin]      0.9.12cvs136.1
2305
2306         * src/common/utils.c
2307                 Sync with HEAD (don't use '=' in mime boundary)
2308
2309 2004-10-29 [paul]       0.9.12cvs135.1
2310
2311         * configure.ac
2312         * doc/src/rfc2231.txt
2313         * src/procmime.c
2314         * src/common/quoted-printable.c
2315         * src/common/utils.c
2316         * src/common/utils.h
2317                 sync with HEAD
2318
2319 2004-10-27 [paul]       0.9.12cvs134.1
2320
2321         * configure.ac
2322         * src/main.c
2323         * src/procmime.c
2324         * src/plugins/pgpmime/pgpmime.c
2325                 sync with HEAD
2326
2327 2004-10-26 [paul]       0.9.12cvs132.3
2328
2329         * src/account.c
2330         * src/addressbook.c
2331         * src/addrgather.c
2332         * src/addrharvest.c
2333         * src/codeconv.c
2334         * src/compose.c
2335         * src/customheader.c
2336         * src/editaddress.c
2337         * src/editgroup.c
2338         * src/enriched.c
2339         * src/expldifdlg.c
2340         * src/exporthtml.c
2341         * src/exportldif.c
2342         * src/folder.c
2343         * src/foldersel.c
2344         * src/folderview.c
2345         * src/grouplistdialog.c
2346         * src/html.c
2347         * src/imap.c
2348         * src/jpilot.c
2349         * src/ldapserver.c
2350         * src/ldif.c
2351         * src/mimeview.c
2352         * src/news.c
2353         * src/news_gtk.c
2354         * src/pop.c
2355         * src/prefs_display_header.c
2356         * src/prefs_gtk.c
2357         * src/prefs_msg_colors.c
2358         * src/prefs_toolbar.c
2359         * src/procheader.c
2360         * src/procmime.c
2361         * src/summaryview.c
2362         * src/textview.c
2363         * src/toolbar.c
2364         * src/vcard.c
2365         * src/common/mgutils.c
2366         * src/common/nntp.c
2367         * src/common/smtp.c
2368         * src/common/template.c
2369         * src/common/utils.c
2370         * src/common/xmlprops.c
2371         * src/plugins/pgpmime/pgpmime.c
2372         * src/plugins/pgpmime/select-keys.c
2373         * src/plugins/pgpmime/sgpgme.c
2374                 replace deprecated g_strcasecmp(), g_strncasecmp(),
2375                 g_string_sprintfa(), gtk_notebook_current_page()
2376
2377 2004-10-26 [colin]      0.9.12cvs132.2
2378
2379         * src/prefs_folder_item.c
2380                 Fix default-account selection
2381
2382 2004-10-21 [colin]      0.9.12cvs133
2383
2384         * src/compose.c
2385                 Sync with HEAD (Remove extra separator in compose's Options)
2386         * src/textview.c
2387                 Set wrapping to char
2388
2389 2004-10-21 [paul]       0.9.12cvs131.2
2390
2391         * src/compose.c
2392         * src/sourcewindow.c
2393                 fix wrapping
2394                 fix window shrinking 
2395
2396 2004-10-21 [colin]      0.9.12cvs131.1
2397
2398         * ChangeLog.claws
2399         * src/compose.c
2400                 Sync with HEAD
2401
2402 2004-10-21 [paul]       0.9.12cvs130.2
2403
2404         * src/prefs_folder_item.c
2405                 sync with HEAD (Apply to subfolders)
2406
2407 2004-10-19 [colin]      0.9.12cvs130.1
2408
2409         * ChangeLog.claws
2410         * src/compose.c
2411         * src/common/utils.c
2412         * src/gtk/menu.c
2413                 Sync with HEAD
2414
2415 2004-10-19 [colin]      0.9.12cvs128.1
2416
2417         * src/addrbook.c
2418         * src/addrcache.c
2419         * src/addressbook.c
2420         * src/codeconv.c
2421         * src/compose.c
2422         * src/customheader.c
2423         * src/editaddress.c
2424         * src/editgroup.c
2425         * src/exporthtml.c
2426         * src/folder.c
2427         * src/folderview.c
2428         * src/imap.c
2429         * src/jpilot.c
2430         * src/main.c
2431         * src/matcher_parser_parse.y
2432         * src/mbox.c
2433         * src/pop.c
2434         * src/prefs_account.c
2435         * src/prefs_gtk.c
2436         * src/prefs_msg_colors.c
2437         * src/procheader.c
2438         * src/procmime.c
2439         * src/procmime.h
2440         * src/procmsg.c
2441         * src/summaryview.c
2442         * src/textview.c
2443         * src/common/base64.c
2444         * src/common/partial_download.c
2445         * src/common/socket.c
2446         * src/common/sylpheed.c
2447         * src/common/utils.c
2448         * src/common/utils.h
2449         * src/gtk/pluginwindow.c
2450         * src/gtk/quicksearch.c
2451         * src/plugins/clamav/clamav_plugin.c
2452         * src/plugins/clamav/clamav_plugin.h
2453         * src/plugins/clamav/clamav_plugin_gtk.c
2454         * src/plugins/pgpmime/passphrase.c
2455         * src/plugins/pgpmime/pgpmime.c
2456         * src/plugins/pgpmime/plugin.c
2457         * src/plugins/pgpmime/prefs_gpg.c
2458         * src/plugins/pgpmime/prefs_gpg.h
2459         * src/plugins/pgpmime/select-keys.c
2460         * src/plugins/pgpmime/sgpgme.c
2461         * src/plugins/spamassassin/libspamc.c
2462         * src/plugins/spamassassin/spamassassin.c
2463         * src/plugins/spamassassin/spamassassin.h
2464         * src/plugins/spamassassin/spamassassin_gtk.c
2465         * src/plugins/trayicon/trayicon.c
2466         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2467                 Sync with HEAD
2468
2469 2004-10-14 [colin]      0.9.12cvs126.2
2470
2471         * src/codeconv.c
2472         * src/textview.c
2473                 Fix conv_unreadable_locale
2474
2475 2004-10-13 [colin]      0.9.12cvs126.1
2476
2477         * src/compose.c
2478                 Sync with HEAD (don't convert charset for 
2479                 drafted messages, minor cleanup)
2480
2481 2004-10-13 [colin]      0.9.12cvs125.1
2482
2483         * po/POTFILES.in
2484                 Sync with HEAD (POTFILES fix)
2485
2486 2004-10-12 [colin]      0.9.12cvs124.3
2487
2488         * src/compose.c
2489                 Fix encoding bug from latest sync
2490
2491 2004-10-12 [paul]       0.9.12cvs124.2
2492
2493         * src/plugins/pgpmime/prefs_gpg.c
2494         * src/plugins/pgpmime/prefs_gpg.h
2495                 forgotten in last commit        
2496
2497 2004-10-12 [paul]       0.9.12cvs124.1
2498
2499         * ChangeLog.claws
2500         * configure.ac
2501         * m4/spamassassin.m4
2502         * src/Makefile.am
2503         * src/account.c
2504         * src/compose.c
2505         * src/compose.h
2506         * src/crash.c
2507         * src/main.c
2508         * src/mimeview.c
2509         * src/passphrase.c
2510         * src/passphrase.h
2511         * src/prefs_account.c
2512         * src/prefs_account.h
2513         * src/prefs_common.c
2514         * src/privacy.c
2515         * src/privacy.h
2516         * src/procmime.c
2517         * src/procmime.h
2518         * src/procmsg.c
2519         * src/rfc2015.c
2520         * src/rfc2015.h
2521         * src/select-keys.c
2522         * src/select-keys.h
2523         * src/textview.c
2524         * src/common/utils.c
2525         * src/common/utils.h
2526         * src/gtk/about.c
2527         * src/plugins/pgpmime/Makefile.am
2528         * src/plugins/pgpmime/passphrase.c
2529         * src/plugins/pgpmime/passphrase.h
2530         * src/plugins/pgpmime/pgpmime.c
2531         * src/plugins/pgpmime/plugin.c
2532         * src/plugins/pgpmime/select-keys.c
2533         * src/plugins/pgpmime/select-keys.h
2534         * src/plugins/pgpmime/sgpgme.c
2535         * src/plugins/pgpmime/sgpgme.h
2536                 sync with HEAD
2537
2538 2004-10-04 [colin]      0.9.12cvs122.1
2539
2540         * src/mainwindow.c
2541         * src/messageview.c
2542         * src/messageview.h
2543         * src/textview.c
2544                 Sync with HEAD
2545
2546 2004-10-04 [colin]      0.9.12cvs121.1
2547
2548         * src/summaryview.c
2549                 Sync with HEAD
2550
2551 2004-10-04 [paul]       0.9.12cvs120.1
2552
2553         * configure.ac
2554                 sync with HEAD [don't try to build 
2555                 pgpmime plugin when gpgme is disabled]
2556
2557 2004-10-03 [colin]      0.9.12cvs119.3
2558
2559         * src/gtk/gtksctree.c
2560                 Lots of side effects. Put back as before 117.2.
2561         * src/summaryview.c
2562                 Fix bug #602
2563
2564 2004-10-03 [colin]      0.9.12cvs119.2
2565
2566         * src/gtk/gtksctree.c
2567                 Revert 608 fix that doesn't work that good
2568
2569 2004-10-02 [colin]      0.9.12cvs119.1
2570
2571         * src/mainwindow.c
2572         * src/messageview.c
2573         * src/prefs_common.h
2574         * src/procmime.c
2575         * src/procmime.h
2576         * src/textview.c
2577                 Sync with HEAD
2578         * src/gtk/gtksctree.c
2579                 Close bug #608
2580
2581 2004-10-01 [colin]      0.9.12cvs118.1
2582
2583         * src/mimeview.c
2584                 Sync with HEAD (better Save All fix)
2585
2586 2004-10-01 [colin]      0.9.12cvs117.2
2587
2588         * src/gtk/gtksctree.c
2589                 Faster on selection
2590
2591 2004-10-01 [colin]      0.9.12cvs117.1
2592
2593         * src/mimeview.c
2594                 Sync with HEAD (Save All: only attachments)
2595
2596 2004-10-01 [paul]       0.9.12cvs116.1
2597
2598         * ChangeLog.claws
2599         * configure.ac
2600         * src/account.c
2601         * src/prefs_common.c
2602         * src/gtk/colorlabel.c
2603                 sync with HEAD
2604
2605 2004-09-30 [colin]      0.9.12cvs115.1
2606
2607         * src/stock_pixmap.c
2608         * src/stock_pixmap.h
2609         * src/folderview.c
2610         * src/Makefile.am
2611         * src/pixmaps/read.xpm
2612                 Sync with HEAD (new pixmap)
2613
2614 2004-09-29 [colin]      0.9.12cvs114.1
2615
2616         * src/compose.c
2617                 Sync with HEAD
2618                 Fix focus handling in headers
2619
2620 2004-09-29 [paul]       0.9.12cvs113.1
2621
2622         * src/quote_fmt_parse.y
2623                 sync with HEAD
2624  
2625
2626 2004-09-28 [colin]      0.9.12cvs112.1
2627
2628         * src/folderview.c
2629         * src/mainwindow.c
2630                 Sync with HEAD
2631
2632 2004-09-28 [colin]      0.9.12cvs110.1
2633
2634         * src/folderview.c
2635                 Sync with HEAD (Contextual Empty trash menu)
2636
2637 2004-09-28 [colin]      0.9.12cvs108.1
2638
2639         * src/addressbook.c
2640                 Sync with HEAD (addressbook edit on double-click)
2641
2642 2004-09-28 [colin]      0.9.12cvs106.1
2643
2644         * src/inc.c
2645                 Sync with HEAD (folder_item freeze on inc)
2646
2647 2004-09-27 [colin]      0.9.12cvs105.1
2648
2649         * src/folderview.c
2650                 Sync with HEAD (right-align new and unread column)
2651
2652 2004-09-27 [colin]      0.9.12cvs104.1
2653
2654         * src/main.c
2655                 Sync with HEAD (revert 0.9.12cvs101)
2656
2657 2004-09-24 [colin]      0.9.12cvs103.2
2658
2659         * src/wizard.c
2660                 Fix gtk warnings and use domain part of the email address 
2661                 when domain detection fails (no dot in domain name)
2662
2663 2004-09-23 [colin]      0.9.12cvs103.1
2664
2665         * src/plugins/spamassassin/libspamc.c
2666         * src/plugins/spamassassin/libspamc.h
2667         * src/plugins/spamassassin/utils.c
2668         * src/plugins/spamassassin/utils.h
2669                 Sync with HEAD (Update spamassassin to 3.0)
2670
2671 2004-09-21 [colin]      0.9.12cvs102.3
2672
2673         * src/action.c
2674                 Add horizontal scrollbar in action io dialog as needed
2675                 Patch by Alfons.
2676
2677 2004-09-20 [colin]      0.9.12cvs102.2
2678
2679         * src/plugins/image_viewer/viewer.c
2680                 Remove imlib stuff
2681                 use gtk_pixmap_set when clearing
2682                 (would be better to use gtkImages, but causes size-allocate 
2683                 signals storm)
2684
2685 2004-09-17 [paul]       0.9.12cvs102.1
2686
2687         * ChangeLog
2688         * ChangeLog.claws
2689         * ChangeLog.jp
2690         * configure.ac
2691         * src/inc.c
2692                 sync with HEAD
2693
2694
2695 2004-09-17 [colin]      0.9.12cvs101.1
2696
2697         * ChangeLog.claws
2698         * src/main.c
2699                 Sync with HEAD (fix segs at exit)
2700
2701 2004-09-14 [colin]      0.9.12cvs99.5
2702
2703         * src/common/socket.c
2704         * AUTHORS
2705                 Fix send error on 64bit platforms
2706                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
2707
2708 2004-09-14 [colin]      0.9.12cvs99.4
2709
2710         * src/action.c
2711                 Fix action output with utf8 
2712                 Patch by Alfons.
2713
2714 2004-09-14 [colin]      0.9.12cvs99.3
2715
2716         * ChangeLog.claws
2717         * src/folder.c
2718                 Sync with HEAD
2719
2720 2004-09-09 [colin]      0.9.12cvs99.2
2721
2722         * src/action.c
2723                 Fix progress bar (displaying "Completed %v/%u")
2724                 Patch by Alfons.
2725
2726 2004-09-08 [colin]      0.9.12cvs99.1
2727
2728         * src/account.c
2729         * src/folder.c
2730         * src/procmsg.c
2731         * src/procmsg.h
2732         * src/plugins/pgpmime/pgpmime.c
2733                 Sync with HEAD
2734
2735 2004-09-08 [colin]      0.9.12cvs97.2
2736
2737         * src/summaryview.c
2738                 Don't select mails in collapsed threads 
2739                 when navigating with up/down
2740
2741 2004-09-07 [colin]      0.9.12cvs97.1
2742
2743         * src/inc.c
2744                 Sync with HEAD (meaningful error messages)
2745
2746 2004-09-06 [colin]      0.9.12cvs96.1
2747
2748         * src/toolbar.c
2749                 Sync with HEAD (fix Redirect graying out)
2750
2751 2004-09-06 [colin]      0.9.12cvs95.1
2752
2753         * src/summaryview.c
2754         * src/mimeview.c
2755                 Sync with HEAD (fix dropped URIs)
2756
2757 2004-09-06 [colin]      0.9.12cvs94.1
2758
2759         * src/addressbook.c
2760         * src/addressitem.h
2761         * src/addritem.c
2762         * src/addritem.h
2763                 Sync with HEAD (addressbook DnD)
2764
2765 2004-09-03 [colin]      0.9.12cvs93.1
2766
2767         * src/summaryview.c
2768                 Sync with HEAD (next/prev unread)
2769
2770 2004-09-03 [colin]      0.9.12cvs92.1
2771
2772         * src/prefs_common.c
2773         * src/prefs_common.h
2774         * src/summaryview.c
2775                 Sync with HEAD ('mark_as_read_delay' pref)
2776
2777 2004-09-02 [colin]      0.9.12cvs91.2
2778
2779         * src/common/xml.c
2780                 Fix leak
2781
2782 2004-09-02 [colin]      0.9.12cvs91.1
2783
2784         * src/gtk/menu.c
2785                 Sync with HEAD (menu accel don't work, but whatever)
2786
2787 2004-09-02 [colin]      0.9.12cvs90.1
2788
2789         * src/account.c
2790                 Sync with HEAD (fix bug 582)
2791
2792 2004-09-02 [colin]      0.9.12cvs89.1
2793
2794         * src/addrindex.c
2795                 Sync with HEAD (free deleted queries)
2796
2797 2004-09-02 [colin]      0.9.12cvs88.1
2798
2799         * src/ldapquery.c
2800                 Sync with HEAD (fix LDAP freezes)
2801
2802 2004-09-02 [colin]      0.9.12cvs87.1
2803
2804         * src/prefs_spelling.c
2805                 Sync with HEAD (add default dictionary)
2806
2807 2004-09-01 [colin]      0.9.12cvs86.1
2808
2809         * src/filtering.c
2810         * src/folderview.c
2811         * src/imap.c
2812         * src/prefs_matcher.c
2813         * src/stock_pixmap.c
2814         * src/summary_search.c
2815         * src/summaryview.c
2816         * src/wizard.c
2817         * src/wizard.h
2818                 Sync with HEAD (uninitialized vars fixes)
2819                 + gtk2 specific warning fixes
2820
2821 2004-08-31 [colin]      0.9.12cvs85.1
2822
2823         * src/folder.c
2824                 Sync with HEAD (Fix memory corruption due to 
2825                 uninitialized var)
2826
2827 2004-08-31 [colin]      0.9.12cvs84.4
2828
2829         * src/summary_search.c
2830                 Fix segfaults when searching in folders with broken headers
2831
2832 2004-08-31 [colin]      0.9.12cvs84.3
2833
2834         * src/compose.c
2835         * src/textview.c
2836                 Fix some more encoding/decoding issues
2837
2838 2004-08-30 [colin]      0.9.12cvs84.2
2839
2840         * src/mimeview.c
2841         * src/prefs_themes.c
2842         * src/gtk/filesel.c
2843         * src/gtk/filesel.h
2844                 Add a folder-mode selection (fixes mimeview's "Save all")
2845
2846 2004-08-29 [colin]      0.9.12cvs84.1
2847
2848         * src/mimeview.c
2849                 Sync with HEAD (don't escape saved filenames)
2850
2851 2004-08-27 [colin]      0.9.12cvs83.1
2852
2853         * ChangeLog
2854         * ChangeLog.claws
2855         * ChangeLog.jp
2856         * src/mh.c
2857         * src/procheader.c
2858         * src/procmsg.c
2859         * src/procmsg.h
2860         * src/common/utils.c
2861         * src/gtk/menu.h
2862         * po/
2863                 Sync with HEAD 0.9.12cvs83 (sync with main)
2864
2865 2004-08-26 [colin]      0.9.12cvs82.4
2866
2867         * src/codeconv.c
2868                 Fix strange stack corruption
2869                 Convert to utf8 after unmime, not before
2870
2871 2004-08-26 [colin]      0.9.12cvs82.3
2872
2873         * src/main.c
2874         * src/wizard.c
2875                 Fix account folders duplication
2876
2877 2004-08-25 [colin]      0.9.12cvs82.2
2878
2879         * src/wizard.c
2880                 Remove ports
2881                 Add SSL selection
2882                 Use login@server as account name
2883
2884 2004-08-25 [colin]      0.9.12cvs82.1
2885
2886         * src/plugins/pgpmime/pgpmime.c
2887                 Sync with HEAD (leak fix).
2888
2889 2004-08-25 [colin]      0.9.12cvs81.1
2890
2891         * src/plugins/pgpmime/pgpmime.c
2892         * src/plugins/pgpmime/sgpgme.c
2893         * src/plugins/pgpmime/sgpgme.h
2894                 Sync with HEAD (Handle combined messages).
2895
2896 2004-08-24 [colin]      0.9.12cvs80.3
2897
2898         * src/wizard.c
2899                 Fix full name, ports, and imap
2900
2901 2004-08-24 [colin]      0.9.12cvs80.2
2902
2903         * src/Makefile.am
2904         * src/main.c
2905         * src/setup.c
2906         * src/setup.h
2907         * src/stock_pixmap.c
2908         * src/stock_pixmap.h
2909         * src/wizard.c ** ADDED **
2910         * src/wizard.h ** ADDED ** 
2911         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
2912                 Add a setup wizard 
2913
2914 2004-08-24 [colin]      0.9.12cvs80.1
2915
2916         * src/folder.c
2917                 Sync with HEAD (set mimeflags on all messages)
2918
2919 2004-08-24 [colin]      0.9.12cvs79.3
2920
2921         * src/matcher_parser_lex.l
2922                 Fix 8bits strings not in utf8
2923
2924 2004-08-24 [colin]      0.9.12cvs79.2
2925
2926         * src/compose.c
2927                 Check conversion result before replacing buffer
2928
2929 2004-08-23 [colin]      0.9.12cvs79.1
2930
2931         * src/compose.c
2932                 Sync with HEAD (create message header in memory)
2933
2934 2004-08-23 [colin]      0.9.12cvs78.1
2935
2936         * src/rfc2015.c
2937         * src/rfc2015.h
2938                 Sync with HEAD (fix bug 197 again)
2939
2940 2004-08-23 [colin]      0.9.12cvs77.3
2941
2942         * src/compose.c
2943                 Fix again inline gpg signing (which outputs utf8
2944                 in gtk2). Not syncing this fix to HEAD as this 
2945                 code is meant to die.
2946
2947 2004-08-23 [colin]      0.9.12cvs77.2
2948
2949         * src/prefs_account.h
2950                 Remove useless include
2951
2952 2004-08-23 [colin]      0.9.12cvs77.1
2953
2954         * src/imap.c
2955         * po/es.po
2956         * po/fr.po
2957         * po/it.po
2958         * po/pl.po
2959         * po/pt_BR.po
2960         * po/sk.po
2961         * po/sr.po
2962                 Sync with HEAD (fix bug 577)
2963
2964 2004-08-22 [colin]      0.9.12cvs76.1
2965
2966         * src/plugins/trayicon/trayicon.c
2967                 Sync with HEAD (fix formatting bug)
2968
2969 2004-08-21 [colin]      0.9.12cvs74.2
2970
2971         * src/gtk/colorsel.c
2972                 Fix bug 564 (Folder color selection window exits on any
2973                 keypress)
2974
2975 2004-08-21 [colin]      0.9.12cvs74.1
2976
2977         * ChangeLog.claws
2978         * src/compose.c
2979         * src/summaryview.c
2980         * src/toolbar.c
2981                 Sync with HEAD (fix bug 576)
2982
2983 2004-08-21 [colin]      0.9.12cvs70.1
2984
2985         * src/compose.c
2986         * src/mainwindow.c
2987                 Sync with HEAD
2988                 
2989
2990 2004-08-21 [paul]       0.9.12cvs66.4
2991
2992         * src/mainwindow.c
2993         * src/messageview.c
2994         * src/gtk/menu.c
2995         * src/plugins/spamassassin/spamassassin_gtk.c
2996                 remove some deprecated gtk1 functions
2997
2998
2999 2004-08-21 [colin]      0.9.12cvs66.3
3000
3001         * src/compose.c
3002         * src/codeconv.c
3003                 Fix warnings
3004                 Remove encoding hacks
3005                 Fix bug 575 (Strange character messes up message)
3006                 Don't display conversion error when drafting
3007
3008 2004-08-21 [paul]       0.9.12cvs66.2
3009
3010         * src/prefs_account.c
3011                 fix GnuPG mode bugs
3012
3013
3014 2004-08-20 [colin]      0.9.12cvs66.1
3015
3016         * src/codeconv.c
3017                 Sync with HEAD 0.9.12cvs66
3018
3019 2004-08-20 [paul]
3020
3021         * src/plugins/pgpmime/plugin.c
3022                 modify PGP/MIME plugin's description
3023
3024 2004-08-17 [colin]      0.9.12cvs65.1
3025
3026         * src/common/ssl.c
3027         * src/plugins/pgpmime/plugin.c
3028                 Sync with HEAD
3029
3030 2004-08-14 [colin]      0.9.12cvs60.3
3031
3032         * src/plugins/trayicon/trayicon.c
3033                 Put back resize callback, on size-request signal
3034                 rather than size-allocate to avoid infinite 
3035                 callback loop
3036
3037 2004-08-13 [colin]      0.9.12cvs60.2
3038
3039         * src/common/defs.h
3040                 Cache versions have been fixed
3041
3042 2004-08-13 [colin]      0.9.12cvs60.1
3043
3044         * src/folderutils.c
3045                 Sync with HEAD
3046
3047 2004-08-12 [colin]      0.9.12cvs59.1
3048
3049         * src/plugins/trayicon/trayicon.c
3050                 Sync with HEAD
3051
3052 2004-08-12 [colin]      0.9.12cvs57.5
3053
3054         * sylpheed.desktop
3055         * configure.ac
3056         * src/Makefile.am
3057         * src/main.c
3058                 Add support for Freedesktop.org's startup notification
3059
3060 2004-08-11 [colin]      0.9.12cvs57.4
3061
3062         * src/textview.c
3063                 Fix off-by-one
3064
3065 2004-08-11 [colin]      0.9.12cvs57.3
3066
3067         * src/message_search.c
3068         * src/summary_search.c
3069                 Make searches case insensitive by default
3070         * src/textview.c
3071                 Fix case-insensitive search in message
3072
3073 2004-08-11 [colin]      0.9.12cvs57.2
3074
3075         * src/summary_search.c
3076                 Let case-sensitive be specified
3077
3078 2004-08-10 [colin]      0.9.12cvs55.4
3079
3080         * src/common/socket.c
3081                 Fix the possible race condition
3082
3083 2004-08-09 [paul]       0.9.12cvs55.3
3084
3085         * configure.ac
3086         * src/Makefile.am
3087         * src/common/Makefile.am
3088                 sync with HEAD
3089
3090
3091 2004-08-09 [paul]       0.9.12cvs55.2
3092
3093         * autogen.sh
3094         * po/poconv.sh
3095                 remove unneeded script
3096
3097         * configure.ac
3098                 add forgotten USE_LDAP_TLS (sync with HEAD)
3099
3100
3101 2004-08-09 [colin]      0.9.12cvs55.1
3102
3103         * src/main.c
3104         * src/common/ssl.c
3105         * src/common/sylpheed.c
3106         * src/common/sylpheed.h
3107                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
3108
3109 2004-08-09 [paul]       0.9.12cvs54.1
3110
3111         * ChangeLog
3112         * ChangeLog.claws
3113         * ChangeLog.jp
3114         * configure.ac
3115         * po/POTFILES.in
3116         * src/Makefile.am
3117         * src/folderutils.c
3118         * src/main.c
3119         * src/pgpmime.c
3120         * src/pgpmime.h
3121         * src/sgpgme.c
3122         * src/sgpgme.h
3123         * src/plugins/Makefile.am
3124         * src/plugins/pgpmime/.cvsignore
3125         * src/plugins/pgpmime/Makefile.am
3126         * src/plugins/pgpmime/pgpmime.c
3127         * src/plugins/pgpmime/pgpmime.h
3128         * src/plugins/pgpmime/plugin.c
3129         * src/plugins/pgpmime/sgpgme.c
3130         * src/plugins/pgpmime/sgpgme.h
3131                 sync with HEAD
3132
3133 2004-08-08 [paul]       0.9.12cvs51.1
3134
3135         * configure.ac
3136         * src/folder.c
3137                 sync with HEAD
3138
3139 2004-08-07 [colin]      0.9.12cvs50.1
3140
3141         * src/pop.c
3142         * src/common/partial_download.c
3143                 fix warnings (sync from HEAD)
3144
3145 2004-08-07 [colin]      0.9.12cvs48.1
3146
3147         * src/prefs_folder_item.c
3148                 sync with HEAD 0.9.12cvs48
3149
3150 2004-08-06 [colin]      0.9.12cvs47.1
3151
3152         * src/compose.c
3153                 Sync with HEAD
3154
3155 2004-08-06 [christoph]  0.9.12cvs46.2
3156
3157         * src/main.c
3158         * src/plugins/clamav/clamav_plugin_gtk.c
3159         * src/plugins/dillo_viewer/dillo_viewer.c
3160         * src/plugins/image_viewer/plugin.c
3161         * src/plugins/mathml_viewer/mathml_viewer.c
3162         * src/plugins/spamassassin/spamassassin_gtk.c
3163         * src/plugins/trayicon/trayicon.c
3164                 don't mix GTK1.2 plugin with GTK2 plugins
3165
3166 2004-08-06 [colin]      0.9.12cvs46.1
3167
3168         * ChangeLog
3169         * ChangeLog.claws
3170         * ChangeLog.jp
3171         * configure.ac
3172         * sylpheed-claws.pc.in
3173         * src/folder.c
3174         * src/imap.c
3175         * src/localfolder.c
3176         * src/messageview.c
3177         * src/mimeview.c
3178         * src/mimeview.h
3179         * src/msgcache.c
3180         * src/news.c
3181         * src/prefs_ext_prog.c
3182         * src/prefs_folder_item.c
3183         * src/prefs_fonts.c
3184         * src/prefs_msg_colors.c
3185         * src/prefs_spelling.c
3186         * src/prefs_themes.c
3187         * src/prefs_toolbar.c
3188         * src/prefs_wrapping.c
3189         * src/procmime.h
3190         * src/common/defs.h
3191         * src/common/nntp.c
3192         * src/common/session.c
3193         * src/common/session.h
3194         * src/common/socket.c
3195         * src/common/utils.h
3196         * src/common/xml.c
3197         * src/common/xml.h
3198         * src/gtk/prefswindow.c
3199         * src/gtk/prefswindow.h
3200         * src/plugins/clamav/clamav_plugin_gtk.c
3201         * src/plugins/dillo_viewer/dillo_prefs.c
3202         * src/plugins/image_viewer/viewerprefs.c
3203         * src/plugins/spamassassin/spamassassin_gtk.c
3204         * m4/openssl.m4 *** REMOVED ***
3205                 Sync with HEAD 0.9.12cvs46
3206
3207 2004-08-03 [paul]       0.9.12cvs40.2
3208
3209         * src/action.c
3210         * src/addressadd.c
3211         * src/addressbook.c
3212         * src/addrgather.c
3213         * src/browseldap.c
3214         * src/compose.c
3215         * src/crash.c
3216         * src/editaddress.c
3217         * src/editgroup.c
3218         * src/editldap_basedn.c
3219         * src/foldersel.c
3220         * src/importldif.c
3221         * src/mimeview.c
3222         * src/prefs_common.c
3223         * src/prefs_template.c
3224         * src/sourcewindow.c
3225         * src/summaryview.c
3226         * src/gtk/about.c
3227         * src/gtk/foldersort.c
3228         * src/gtk/logwindow.c
3229         * src/gtk/pluginwindow.c
3230         * src/gtk/prefswindow.c
3231                 change all gtk_scrolled_window_set_policy from 
3232                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
3233
3234 2004-08-02 [paul]       0.9.12cvs40.1
3235
3236         * AUTHORS
3237                 update translation team section
3238         * po/pt_BR.po
3239                 updated by Frederico Goncalves Guimaraes
3240                 <fggdebian@yahoo.com.br>
3241
3242 2004-07-31 [colin]      0.9.12cvs39.9
3243
3244         * src/exphtmldlg.c
3245                 Fix compilation
3246
3247 2004-07-31 [colin]      0.9.12cvs39.8
3248
3249         * src/exphtmldlg.c
3250                 Fix an alertpanel type
3251
3252 2004-07-30 [colin]      0.9.12cvs39.7
3253
3254         * src/alertpanel.c
3255                 Fix alertpanel_error_log's icon
3256
3257 2004-07-30 [colin]      0.9.12cvs39.6
3258
3259         * src/pop.c
3260                 Two of them should still be warnings
3261
3262 2004-07-30 [colin]      0.9.12cvs39.5
3263
3264         * src/pop.c
3265                 More warning -> error
3266 2004-07-29 [colin]      0.9.12cvs39.4
3267
3268         * src/pop.c
3269                 Warning -> error
3270
3271 2004-07-29 [colin]      0.9.12cvs39.3
3272
3273         * src/prefs_matcher.c
3274                 Fix segfault
3275
3276 2004-07-29 [colin]      0.9.12cvs39.2
3277
3278         * src/alertpanel.c
3279                 More nice-looking alertpanels
3280
3281 2004-07-29 [colin]      0.9.12cvs39.1
3282
3283         * src/messageview.c
3284                 sync with head
3285                 (inform user when partial mail is deleted on server)
3286
3287 2004-07-29 [colin]      0.9.12cvs38.1
3288
3289         * src/messageview.c
3290                 sync with head
3291
3292 2004-07-28 [paul]       0.9.12cvs37.7
3293
3294         * src/mainwindow.c
3295                 complete the replacement of deprecated gtk_progress_*
3296
3297 2004-07-28 [paul]       0.9.12cvs37.6
3298
3299         * src/action.c
3300         * src/inc.c
3301         * src/mainwindow.c
3302         * src/send_message.c
3303         * src/gtk/progressdialog.c
3304         * src/gtk/progressdialog.h
3305                 replace deprecated gtk_progress_*
3306
3307 2004-07-28 [paul]       0.9.12cvs37.5
3308
3309         * src/gtk/filesel.c
3310                 remove gtk_window_set_wmclass()
3311 2004-07-28 [paul]       0.9.12cvs37.4
3312
3313         * src/addressbook.c
3314         * src/compose.c
3315         * src/foldersel.c
3316         * src/mainwindow.c
3317         * src/messageview.c
3318         * src/sourcewindow.c
3319         * src/gtk/logwindow.c
3320                 remove gtk_window_set_wmclass()
3321                 
3322         * src/prefs_filtering.c
3323         * src/prefs_filtering_action.c
3324         * src/prefs_fonts.c
3325         * src/prefs_gtk.c
3326         * src/prefs_matcher.c
3327         * src/ssl_manager.c
3328         * src/gtk/prefswindow.c
3329                 replace gtk_window_position()
3330
3331 2004-07-28 [colin]      0.9.12cvs37.3
3332
3333         * src/alertpanel.c
3334         * src/alertpanel.h
3335                 Add a way to specify panel type for specific
3336                 panels (alertpanel())
3337         * src/account.c
3338         * src/addressbook.c
3339         * src/compose.c
3340         * src/expldifdlg.c
3341         * src/main.c
3342         * src/messageview.c
3343         * src/summaryview.c
3344         * src/textview.c
3345         * src/gtk/sslcertwindow.c
3346                 Fix alertpanel()s so that their icon match
3347                 their real type
3348
3349 2004-07-28 [paul]       0.9.12cvs37.2
3350
3351         * src/addr_compl.c
3352         * src/addressbook.c
3353         * src/alertpanel.c
3354         * src/compose.c
3355         * src/export.c
3356         * src/foldersel.c
3357         * src/folderview.c
3358         * src/grouplistdialog.c
3359         * src/import.c
3360         * src/mainwindow.c
3361         * src/message_search.c
3362         * src/messageview.c
3363         * src/passphrase.c
3364         * src/prefs_actions.c
3365         * src/prefs_common.c
3366         * src/prefs_customheader.c
3367         * src/prefs_display_header.c
3368         * src/prefs_filtering.c
3369         * src/prefs_filtering_action.c
3370         * src/prefs_gtk.c
3371         * src/prefs_matcher.c
3372         * src/prefs_msg_colors.c
3373         * src/prefs_summary_column.c
3374         * src/prefs_template.c
3375         * src/sourcewindow.c
3376         * src/ssl_manager.c
3377         * src/summary_search.c
3378         * src/gtk/colorsel.c
3379         * src/gtk/description_window.c
3380         * src/gtk/gtkaspell.c
3381         * src/gtk/inputdialog.c
3382         * src/gtk/logwindow.c
3383         * src/gtk/prefswindow.c
3384         * src/gtk/progressdialog.c
3385                 replace deprecated gtk_window_set_policy
3386
3387 2004-07-27 [colin]      0.9.12cvs37.1
3388
3389         * src/msgcache.c
3390                 More fixes (synced for head again)
3391
3392 2004-07-27 [colin]      0.9.12cvs35.3
3393
3394         * src/msgcache.c
3395                 Fix wrong test
3396
3397 2004-07-27 [colin]      0.9.12cvs35.2
3398
3399         * src/mimeview.c
3400                 Fix width a bit (by Paul)
3401         * src/alertpanel.c
3402         * src/alertpanel.h
3403                 Specialize icons, make alertpanel_message()
3404                 private
3405         * src/message_search.c
3406         * src/sgpgme.c
3407         * src/summary_search.c
3408                 Suit alertpanel changes
3409
3410 2004-07-27 [colin]      0.9.12cvs35.1
3411
3412         * src/alertpanel.c
3413                 Add an icon
3414         * src/passphrase.c
3415                 Add debug output - maybe someone will
3416                 want to look at the problem with Grab
3417                 Input :)
3418         Bump version as we're synced with HEAD
3419
3420 2004-07-26 [colin]      0.9.12cvs33.26
3421
3422         * src/pop.c
3423                 Fix uidl-file parsing when not in new
3424                 format
3425
3426 2004-07-26 [colin]      0.9.12cvs33.25
3427
3428         * src/gtk/menu.c
3429                 Move popup menu up if necessary (fixes 
3430                 account selector)
3431         * src/mainwindow.c
3432                 Set account selector's button height to
3433                 minimum
3434
3435 2004-07-26 [colin]      0.9.12cvs33.24
3436
3437         * src/alertpanel.c
3438                 Maybe fix 551 (Truncated font in alert window)
3439
3440 2004-07-26 [colin]      0.9.12cvs33.23
3441
3442         * po/de.po
3443         * po/es.po
3444         * po/fr.po
3445         * po/it.po
3446         * po/ja.po
3447         * po/pl.po
3448         * po/ru.po
3449         * po/sk.po
3450         * po/sr.po
3451         * po/zh_CN.po
3452                 Sync po files with HEAD
3453
3454 2004-07-26 [paul]       0.9.12cvs33.22
3455
3456         * src/compose.c
3457                 fix Bug 556 'Organisation-header is sent even if empty'
3458
3459 2004-07-24 [colin]      0.9.12cvs33.21
3460
3461         * src/compose.c
3462         * src/gtk/gtkaspell.c
3463         * src/gtk/gtkaspell.h
3464                 Fix speller accelerators (require hack)
3465
3466 2004-07-24 [colin]      0.9.12cvs33.20
3467
3468         * src/gtk/gtkaspell.c
3469                 Fix over-eager code deletion breaking
3470                 Check while typing
3471
3472 2004-07-24 [colin]      0.9.12cvs33.19
3473
3474         * src/browseldap.c
3475         * src/ldapctrl.c
3476         * src/ldapctrl.h
3477         * src/ldapserver.h
3478                 Sync ldap with HEAD
3479         (Fixes 546 LDAP completely broken)
3480
3481 2004-07-24 [colin]      0.9.12cvs33.18
3482
3483         * src/prefs_msg_colors.c
3484                 Fix prototype mismatch
3485         (Fixes 547 void function cannot return value)
3486
3487 2004-07-24 [colin]      0.9.12cvs33.17
3488
3489         * src/mainwindow.c
3490                 Fix sort going back to previous sort key
3491                 when changing sort direction
3492
3493 2004-07-24 [colin]      0.9.12cvs33.16
3494
3495         * src/compose.c
3496                 Fix space insertion when re-wrapping at 
3497                 cursor point
3498
3499 2004-07-24 [colin]      0.9.12cvs33.15
3500
3501         * src/gtk/gtkaspell.c
3502                 Don't change cursor position in insert-text
3503                 callback
3504         (Fixes 539 Word wrapping on input transposes letters)
3505
3506 2004-07-24 [colin]      0.9.12cvs33.14
3507
3508         * src/gtk/gtkaspell.c
3509                 Reencode non-ascii chars to dictionary's
3510                 encoding
3511         (Fixes 544 Spell check broken non english locale)
3512
3513 2004-07-24 [colin]      0.9.12cvs33.13
3514
3515         * src/summaryview.c
3516                 Fix Shift+Down, add Home/End/PgUp/PgDown
3517
3518 2004-07-21 [colin]      0.9.12cvs33.12
3519
3520         * src/prefs_common.c
3521                 Fix a gtk warning (Patch by Andrej Kacian)
3522
3523 2004-07-21 [colin]      0.9.12cvs33.11
3524
3525         * src/gtk/filesel.c
3526                 More check
3527
3528 2004-07-21 [colin]      0.9.12cvs33.10
3529
3530         * src/compose.c
3531         * src/crash.c
3532         * src/export.c
3533         * src/import.c
3534         * src/messageview.c
3535         * src/mimeview.c
3536         * src/prefs_spelling.c
3537         * src/prefs_themes.c
3538         * src/summaryview.c
3539         * src/gtk/filesel.c
3540         * src/gtk/filesel.h
3541         * src/gtk/pluginwindow.c
3542                 Untwist open/save mode guessing logic, make
3543                 it explicit
3544
3545 2004-07-20 [colin]      0.9.12cvs33.9
3546
3547         * src/codeconv.c
3548                 conv_encode_header: src_charset is UTF-8 on
3549                 gtk2
3550         * src/compose.c
3551                 Remove double encoding of the headers
3552
3553 2004-07-20 [colin]      0.9.12cvs33.8
3554
3555         * src/codeconv.c
3556                 Fix typo
3557
3558 2004-07-20 [colin]      0.9.12cvs33.7
3559
3560         * src/mainwindow.c
3561                 Set the separated messageview to the saved
3562                 size of Claws' messageview (Patch by Alfons)
3563                 Fix a callback prototype (me)
3564
3565 2004-07-20 [colin]      0.9.12cvs33.6
3566
3567         * src/codeconv.h
3568                 Forgot one hunk in 0.9.12cvs33.4
3569
3570 2004-07-19 [colin]      0.9.12cvs33.5
3571
3572         * src/action.c
3573                 Action output fix
3574                 Patch by Alfons
3575
3576 2004-07-19 [colin]      0.9.12cvs33.4
3577
3578         * src/compose.c
3579                 Fix outgoing charset bug in headers
3580         * src/codeconv.c
3581                 Clean for glib2 - Patch by Alfons
3582
3583 2004-07-19 [colin]      0.9.12cvs33.3
3584
3585         * src/statusbar.c
3586                 Remove grip from the statusbar
3587                 Patch by Alfons
3588
3589 2004-07-19 [colin]      0.9.12cvs33.2
3590
3591         * src/messageview.c
3592         * src/textview.c
3593                 Fix messageview remembering the previous
3594                 scroll position when loading a new message
3595                 Patch by Alfons
3596
3597 2004-07-19 [colin]      0.9.12cvs33.1
3598
3599         * src/folder.h
3600         * src/folderview.c
3601         * src/summaryview.c
3602                 Sync with HEAD
3603
3604 2004-07-18 [colin]      0.9.12cvs32.7
3605
3606         * configure.ac
3607                 Remove useless check for XIM - noticed
3608                 by Alfons
3609
3610 2004-07-18 [colin]      0.9.12cvs32.6
3611
3612         * src/summaryview.c
3613                 Remove non-modified and shift-modified
3614                 accelerators in summaryview's popup
3615                 menu, as that doesn't get catched by
3616                 the accel-activate signal catcher...
3617
3618 2004-07-18 [colin]      0.9.12cvs32.5
3619
3620         * src/prefs_common.c
3621                 Define sensible default prefs for 
3622                 wrapping
3623
3624 2004-07-18 [colin]      0.9.12cvs32.4
3625
3626         * src/compose.c
3627         * src/prefs_common.c
3628         * src/prefs_common.h
3629         * src/prefs_wrapping.c
3630                 Remove Smart Wrapping pref, which does
3631                 nothing on gtk2 branch
3632
3633 2004-07-18 [colin]      0.9.12cvs32.3
3634
3635         * src/sourcewindow.c
3636                 Proper utf8
3637
3638 2004-07-18 [colin]      0.9.12cvs32.2
3639
3640         * src/compose.c
3641                 Save attachment status when drafting
3642
3643 2004-07-18 [colin]      0.9.12cvs32.1
3644
3645         * src/gtk/filesel.c
3646                 Fix erratic folder selection in open mode
3647
3648 2004-07-18 [colin]      0.9.12cvs31.11
3649
3650         * src/pop.c
3651                 Don't let partial messages get deleted
3652                 even with "dowload all"
3653                 (0.9.12cvs31.8 fix extension)
3654 2004-07-18 [colin]      0.9.12cvs31.10
3655
3656         * src/gtk/logwindow.c
3657                 Fix log scrolling
3658
3659 2004-07-18 [colin]      0.9.12cvs31.9
3660
3661         * src/common/utils.c
3662                 Fix non-utf8 strings coming from commands
3663                 and files
3664
3665 2004-07-18 [colin]      0.9.12cvs31.8
3666
3667         * src/pop.c
3668                 Fix partial download bug with Download all
3669                 messages option
3670
3671 2004-07-18 [colin]      0.9.12cvs31.7
3672
3673         * src/textview.c
3674                 Fix bug introduced in 0.9.12cvs31.2
3675                 (blocked in select mode after double click)
3676
3677 2004-07-18 [colin]      0.9.12cvs31.6
3678
3679         * src/compose.c
3680         * src/gtk/menu.c
3681                 More glib-warning fixes
3682
3683 2004-07-18 [colin]      0.9.12cvs31.5
3684
3685         * src/compose.c
3686                 Fix trashing the primary clipboard when moving 
3687                 around with tab
3688         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
3689
3690 2004-07-18 [colin]      0.9.12cvs31.4
3691
3692         * src/codeconv.c
3693                 convert unencoded iso headers to utf8
3694         (Fix Bug 538 Unencoded local characters in subject make it 
3695          disappear)
3696
3697 2004-07-18 [colin]      0.9.12cvs31.3
3698
3699         * src/compose.c
3700                 Fix tab char handling in wrapping
3701         (Fix Bug 537 Line wrap problem - TAB character treated as 
3702          one character instead of 8)
3703
3704 2004-07-18 [colin]      0.9.12cvs31.2
3705
3706         * src/textview.c
3707                 return FALSE on GDK_MOTION_NOTIFY
3708         (Fix Bug 535 Hyperlinks/addresses are not selectable 
3709          (unable to highlight))
3710
3711 2004-07-18 [colin]      0.9.12cvs31.1
3712
3713         * src/folderview.c
3714                 Sync with 0.9.12cvs31
3715
3716 2004-07-18 [colin]      0.9.12cvs30.4
3717
3718         * src/compose.c
3719                 Also block text_inserted when inserting a file
3720
3721 2004-07-18 [colin]      0.9.12cvs30.3
3722
3723         * src/compose.c
3724                 Fix smart wrapping (block text_inserted handler
3725                 while putting quotation to avoid wrap on input,
3726                 don't join lines if next is sig separator)
3727
3728 2004-07-17 [colin]      0.9.12cvs30.2
3729
3730         * src/folderview.c
3731         * src/mainwindow.c
3732         * src/mimeview.c
3733         * src/summaryview.c
3734         * src/gtk/quicksearch.c
3735         * src/gtk/quicksearch.h
3736                 Block key events handlers *and* accels while
3737                 quicksearch is focused
3738         (Fixes Bug 534 quick-search bar not accepting certain letters)
3739
3740 2004-07-17 [colin]      0.9.12cvs30.1
3741
3742         * src/folder.h
3743         * src/folderview.c
3744         * src/summaryview.c
3745                 Sync with 0.9.12cvs30
3746
3747 2004-07-17 [colin]      0.9.12cvs28.2
3748
3749         * src/mimeview.c
3750         * src/procmime.c
3751         * src/summaryview.c
3752         * src/gtk/menu.c
3753                 Squash some compile and glib warnings
3754
3755 2004-07-17 [paul]       0.9.12cvs28.1
3756
3757         * src/mimeview.c
3758                 sync with 0.9.12cvs28 HEAD
3759
3760 2004-07-16 [paul]       0.9.12cvs26.1
3761         
3762         * src/gtk/quicksearch.c
3763         * src/account.c
3764         * src/account.h
3765         * src/compose.c
3766         * src/customheader.c
3767         * src/folder_item_prefs.c
3768         * src/main.c
3769         * src/mainwindow.c
3770         * src/messageview.c
3771         * src/mimeview.c
3772         * src/news.c
3773         * src/pgpmime.c
3774         * src/pop.c
3775         * src/pop.h
3776         * src/prefs_account.c
3777         * src/prefs_account.h
3778         * src/prefs_common.c
3779         * src/prefs_common.h
3780         * src/prefs_display_header.c
3781         * src/prefs_gtk.c
3782         * src/prefs_gtk.h
3783         * src/procheader.c
3784         * src/procmime.c
3785                 sync with 0.9.12cvs26 HEAD      
3786
3787 2004-07-15 [colin]      0.9.12cvs18.14
3788
3789         * src/folder.c
3790                 Disable GPG signature check during
3791                 folder move and scan
3792         (Closes Bug 521 Signature checking slows down Folder-Move)
3793
3794 2004-07-14 [colin]      0.9.12cvs18.13
3795
3796         * src/common/partial_download.c
3797                 update includes
3798
3799 2004-07-14 [colin]      0.9.12cvs18.12
3800
3801         * src/common/partial_download.c
3802         * src/common/partial_download.h
3803                 Move doc at top, add correct copyright
3804
3805 2004-07-14 [colin]      0.9.12cvs18.11
3806
3807         * src/folder.c
3808         * src/messageview.c
3809         * src/pop.c
3810         * src/pop.h
3811         * src/procmsg.c
3812         * src/summaryview.c
3813         * src/common/Makefile.am
3814         * src/common/partial_download.c ** NEW FILES **
3815         * src/common/partial_download.h ** NEW FILES **
3816                 Move partial-download related stuff to its
3817                 own file
3818
3819 2004-07-14 [colin]      0.9.12cvs18.10
3820
3821         * src/send_message.c
3822                 Fix smtp auth when user is null or empty
3823
3824 2004-07-13 [colin]      0.9.12cvs18.9
3825
3826         * src/gtk/quicksearch.c
3827                 Use alphabetic order
3828
3829 2004-07-13 [colin]      0.9.12cvs18.8
3830
3831         * src/pop.c
3832                 Be paranoid on the checks
3833
3834 2004-07-13 [colin]      0.9.12cvs18.7
3835
3836         * src/gtk/quicksearch.c
3837                 Fix Engrish once again
3838
3839 2004-07-13 [colin]      0.9.12cvs18.6
3840
3841         * src/procmsg.c
3842         * src/summaryview.c
3843                 Mark messages for deletion when they are about to
3844                 be removed from trash
3845
3846 2004-07-13 [colin]      0.9.12cvs18.5
3847
3848         * src/matcher.c
3849         * src/matcher.h
3850         * src/matcher_parser_parse.y
3851         * src/prefs_matcher.c
3852         * src/gtk/quicksearch.c
3853                 Add 'partial' ('p') match string to find partially
3854                 downloaded messages
3855
3856 2004-07-13 [colin]      0.9.12cvs18.4
3857
3858         * src/pop.c
3859                 Fix misplaced block
3860
3861 2004-07-13 [colin]      0.9.12cvs18.3
3862
3863         * src/pop.c
3864         * src/pop.h
3865         * src/messageview.c
3866                 Refactor API (to avoid passing 5+ params and code
3867                 duplication)
3868         * src/folder.c
3869         * src/msgcache.c
3870         * src/procheader.c
3871         * src/common/defs.h
3872                 Add planned_download to cache
3873                 Don't mess uidl file when moving partially downloaded
3874                 mails (they change folder, we should change it in the
3875                 uidl list too or we'll remove an incorrect message)
3876                 (this also helps removing hacks when changing 
3877                 planned_download in messageview.c)
3878
3879 2004-07-12 [colin]      0.9.12cvs18.2
3880
3881         * src/gtk/quicksearch.c
3882                 Fix missing status update in quicksearch
3883
3884 2004-07-12 [paul]       0.9.12cvs18.1
3885
3886         * po/POTFILES.in
3887         * src/Makefile.am
3888         * src/account.c
3889         * src/codeconv.c
3890         * src/compose.c
3891         * src/inc.c
3892         * src/main.c
3893         * src/prefs_common.c
3894         * src/procmsg.h
3895         * src/toolbar.c
3896         * src/prefs_msg_colors.[ch]     ** NEW FILES **
3897         * src/prefs_wrapping.[ch]       ** NEW FILES **
3898         * src/common/intl.h
3899         * src/common/utils.[ch]
3900         * src/gtk/quicksearch.[ch]
3901                 sync with 0.9.12cvs18 HEAD
3902
3903 2004-07-12 [colin]      0.9.11cvs17.25
3904
3905         * src/folder.c
3906         * src/folder.h
3907                 Remove unused function added by me in 0.9.11cvs17.10
3908
3909 2004-07-11 [colin]      0.9.11cvs17.24
3910
3911         * src/inc.c
3912         * src/messageview.c
3913         * src/pop.c
3914         * src/pop.h
3915                 Use folderitem and msgnum instead of filename to
3916                 know which mail to delete
3917                 Move old partial mail deletion to pop.c
3918
3919 2004-07-10 [colin]      0.9.11cvs17.23
3920
3921         * src/inc.c
3922                 Add debug
3923         * src/pop.c
3924         * src/pop.h
3925                 Don't re-use same enums for unrelated stuff: it's 
3926                 completely misleading !
3927                 Document a bit
3928
3929 2004-07-09 [colin]      0.9.11cvs17.22
3930
3931         * src/inc.c
3932                 Remove folder-type check and do
3933                 more tests to be sure everything's
3934                 ok
3935         * src/messageview.c
3936                 Punctuation update, remove useless
3937                 code, fix two warnings
3938         * src/noticeview.c
3939                 Layout cleaning, reset 2nd button
3940                 when specifying one
3941
3942 2004-07-09 [colin]      0.9.11cvs17.21
3943
3944         * src/messageview.c
3945         * src/pop.c
3946         * src/pop.h
3947                 Allow user to change his mind
3948                 and postpone decision (by
3949                 unmarking the mail)
3950
3951 2004-07-09 [colin]      0.9.11cvs17.20
3952
3953         * src/messageview.c
3954                 Fix bug with delete state
3955         * src/pop.c
3956         * src/pop.h
3957                 Fix buffer leak (fread doesn't 
3958                 terminate buffers with \0)
3959                 Refactoring (remove magic 
3960                 numbers)
3961
3962 2004-07-09 [colin]      0.9.11cvs17.19
3963
3964         * src/pop.c
3965                 Don't log "Skipping message" if 
3966                 we're going to TOP it two lines
3967                 later
3968
3969 2004-07-09 [colin]      0.9.11cvs17.18
3970
3971         * src/messageview.c
3972                 Fix Engrish
3973
3974 2004-07-09 [colin]      0.9.11cvs17.17
3975
3976         * src/pop.c
3977                 strlen checking...
3978         * src/messageview.c
3979                 refactoring a bit
3980
3981 2004-07-08 [colin]      0.9.11cvs17.16
3982
3983         * src/noticeview.c
3984         * src/noticeview.h
3985                 Add an optional second button
3986         * src/messageview.c
3987         * src/pop.c
3988         * src/pop.h
3989                 Don't delete partially received mails after a certain
3990                 time; rather, let the user decide.
3991
3992 2004-07-08 [colin]      0.9.11cvs17.15
3993
3994         * src/common/smtp.h
3995                 Sync with HEAD
3996
3997 2004-07-08 [colin]      0.9.11cvs17.14
3998
3999         * src/messageview.c
4000         * src/common/smtp.c
4001                 Use to_human_readable() for sizes
4002
4003 2004-07-08 [colin]      0.9.11cvs17.13
4004
4005         * src/inc.c
4006         * src/messageview.c
4007         * src/pop.c
4008         * src/pop.h
4009         * src/procmsg.c
4010                 Fix partial-downloading issues:
4011                         catch unsupported TOP
4012                         don't delete partially downloaded mails before 5 days
4013                         don't update existing with non-MH folders; that'll
4014                         make dups, but it's better than trashing the folder
4015                         free new msginfo parts
4016                 Fix indentation ;-)
4017
4018 2004-07-08 [colin]      0.9.11cvs17.12
4019
4020         * src/common/smtp.c
4021         * src/common/smtp.h
4022                 Sync smtp size verification with HEAD
4023
4024 2004-07-08 [colin]      0.9.11cvs17.11
4025
4026         * src/summaryview.c
4027         * src/prefs_common.c
4028         * src/prefs_common.h
4029         * src/gtk/quicksearch.c
4030         * src/gtk/quicksearch.h
4031                 Sync sticky pref with HEAD
4032
4033 2004-07-08 [colin]      0.9.11cvs17.10
4034
4035         * src/folder.c [1.213.2.6]
4036         * src/folder.h [1.87.2.6]
4037         * src/inc.c [1.149.2.7]
4038         * src/messageview.c [1.94.2.8]
4039         * src/procheader.c [1.47.2.6]
4040         * src/procmsg.c [1.150.2.4]
4041         * src/procmsg.h [1.60.2.5]
4042         * src/pop.c [1.56.2.4]
4043         * src/pop.h [1.17.2.3]
4044                 Let too big messages get downloaded, but truncated
4045                 Add a button to download them completely
4046                 
4047 2004-07-06 [colin]      0.9.11cvs17.9
4048
4049         * src/gtk/quicksearch.c [1.1.2.3]
4050                 Add a Clear button
4051         * commitHelper
4052         * PATCHSETS
4053                 Add a script to help with cvs
4054
4055 2004-07-03 [colin]      0.9.11cvs17.8
4056
4057         * src/plugins/imageviewer/viewer.c
4058                 fix imageviewer (which was staying on the first
4059                 displayed image)
4060
4061 2004-07-03 [colin]      0.9.11cvs17.7
4062
4063         Removed FIXME_GTK2 warnings
4064         * src/gtk/gtkutils.c
4065                 useless #warnings
4066         * src/gtk/menu.c
4067                 useless #warnings (no need to mess with menu rc)
4068         * src/gtk/menu.h
4069                 unused functions
4070         
4071
4072 2004-07-03 [colin]      0.9.11cvs17.6
4073
4074         Removed FIXME_GTK2 warnings
4075         * src/codeconv.c
4076                 useless #warnings (rewrite needed)
4077         * src/compose.c
4078                 useless #warnings (rewrite needed)
4079                 useless #warnings (gtk2 is like that)
4080                 useless #warnings (previously fixed)
4081         * src/main.c
4082                 useless #warnings (previously fixed)
4083         * src/message_search.c
4084                 useless #warnings (gtk2 is like that)
4085                 Made apparent that search is case-sensitive
4086         * src/mimeview.c
4087                 useless #warnings (rewrite needed)
4088                 useless #warnings (gtk2 is like that)
4089                 reimplemented real warnings
4090         * src/prefs_common.c
4091                 Removed block cursor option (not it gtk2)
4092         * src/prefs_gtk.c
4093                 useless #warnings (rewrite needed)
4094         * src/procheader.c
4095                 useless #warnings (rewrite needed)
4096         * src/sourcewindow.c
4097                 useless #warnings (incorrect placing)
4098         * src/summary_search.c
4099                 useless #warnings (gtk2 is like that)
4100                 Made apparent that search is case-sensitive
4101         * src/action.c
4102                 useless #warnings (gtk2 is like that)
4103         * src/textview.c
4104                 useless #warnings (rewrite needed)
4105         * src/toolbar.c
4106                 useless #warnings (rewrite needed)
4107
4108 2004-07-03 [colin]      0.9.11cvs17.5
4109
4110         * src/textview.c
4111                 Fix mismerge which broke URI opening
4112                 
4113 2004-07-01 [colin]      0.9.11cvs17.4
4114
4115         * src/gtk/filesel.c
4116                 Fill filename when saving
4117                 
4118 2004-06-27 [colin]      0.9.11cvs17.3
4119
4120         * src/gtk/filesel.[ch]
4121                 Use the new GTK file selector
4122                 Update prototype to match the reality: multiple file
4123                 selection is open-only          
4124         * src/compose.c
4125                 Match the new prototypes        
4126         * configure.ac
4127                 Match the new requirements (gtk 2.4.0)
4128                         
4129 2004-06-26 [colin]      0.9.11cvs17.2
4130
4131         * src/plugins/trayicon/trayicon.c
4132                 Remove useless signal handler on resize, which causes
4133                 an infinite "loop"
4134         
4135 2004-06-26 [colin]      0.9.11cvs17.1
4136         
4137         * tools/Makefile.am
4138                 remove launch_firebird and add nautilus2sylpheed.sh
4139         * src/quicksearch.c
4140           src/summaryview.c
4141                 Fix show/hide "Extended symbols" button problem
4142                 Fix apparition at startup
4143                 Fix const warnings
4144         * src/plugins/image_viewer/Makefile.am
4145                 Fix configure 
4146         * common/ssl.c
4147                 Re-enable certificate check, as it doesn't seem to
4148                 cause Xlib errors anymore
4149
4150 2004-06-25 [paul]       0.9.11cvs17
4151
4152         * sync with 0.9.11cvs17 HEAD
4153         
4154         NOTE: QuickSearch is broken
4155
4156 2004-06-07 [colin]      0.9.10claws67.10
4157         * src/plugins/trayicon/trayicon.c
4158           src/plugins/trayicon/libeggtrayicon/Makefile.am
4159           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4160                 Fix gettextization in trayicon plugin
4161
4162 2004-06-07 [colin]      0.9.10claws67.9
4163         
4164         * src/summaryview.c
4165           src/gtk/gtksctree.[ch]
4166                 Let Shift+{Up,Down} work in summaryview
4167                 (well, Down "works" and Up works)
4168                 Let the list scroll when using these keys
4169
4170 2004-06-06 [colin]      0.9.10claws67.8
4171
4172         * src/plugins/trayicon/trayicon.c
4173                 Fix pixmap update
4174
4175 2004-06-06 [colin]      0.9.10claws67.7
4176
4177         * src/addressbook.c
4178                 Fix signal handling causing system-wide focus grab
4179
4180 2004-05-25 [paul]       0.9.10claws67.6
4181
4182         * Makefile.am
4183           src/Makefile.am
4184                 clean up
4185
4186 2004-05-25 [paul]       0.9.10claws67.5
4187
4188         * replace deprecated gtk_signal... functions
4189
4190 2004-05-23 [colin]      0.9.10claws67.4
4191
4192         * src/compose.c
4193                 Fix wrapping
4194
4195 2004-05-22 [colin]      0.9.10claws67.3
4196
4197         * src/compose.c
4198                 Re-fix [Edited] in compose.c::compose_reedit()
4199
4200 2004-05-22 [colin]      0.9.10claws67.2
4201
4202         * src/procmime.c
4203                 Fix parsing of multiparts mails
4204
4205 2004-05-22 [colin]      0.9.10claws67.1
4206
4207         * src/summaryview.c
4208                 Fix quicksearch
4209
4210 2004-05-22 [paul]       0.9.10claws67
4211
4212         * sync with 0.9.10claws67 HEAD
4213
4214 2004-05-14 [alfons]
4215
4216         * src/procmime.h
4217                 add forgotton prototype
4218
4219 2004-05-10 [paul]       0.9.10claws57
4220
4221         * sync with 0.9.10claws57 HEAD
4222
4223 2004-05-05 [paul]       0.9.9.claws1
4224
4225         * ChangeLog-gtk2        ** REMOVED **
4226           ChangeLog-gtk2.claws  ** ADDED **
4227                 rename and adopt the normal claws format
4228                 
4229         * configure.ac
4230                 require gtkmathview >= 0.5
4231
4232         * ac/*                          ** REMOVED **
4233           ac/                           ** REMOVED **
4234           intl/Makefile.in              ** REMOVED **
4235           m4/                           ** ADDED **
4236           m4/missing                    ** ADDED **
4237           m4/missing/gdk-pixbuf.m4      ** ADDED **
4238           m4/missing/gettext.m4         ** ADDED **
4239           m4/missing/gpgme.m4           ** ADDED **
4240           m4/missing/imlib.m4           ** ADDED **
4241           m4/.cvsignore                 ** ADDED **
4242           m4/Makefile.am                ** ADDED **
4243           m4/README                     ** ADDED **
4244           m4/aclocal-include.m4         ** ADDED **
4245           m4/aspell.m4                  ** ADDED **
4246           m4/check-type.m4              ** ADDED **
4247           m4/gnupg-check-typedef.m4     ** ADDED **
4248           m4/openssl.m4                 ** ADDED **
4249           m4/spamassassin.m4            ** ADDED **
4250           po/ChangeLog                  ** REMOVED **
4251           po/Makefile.in.in             ** REMOVED **
4252           po/Rules-quot                 ** REMOVED **
4253           po/boldquot.sed               ** REMOVED **
4254           po/en@boldquot.header         ** REMOVED **
4255           po/en@quot.header             ** REMOVED **
4256           po/insert-header.sin          ** REMOVED **
4257           po/quot.sed                   ** REMOVED **
4258           po/remove-potcdate.sed        ** REMOVED **
4259           po/remove-potcdate.sin        ** REMOVED **
4260           po/stamp-po                   ** REMOVED **
4261           Makefile.am
4262           autogen.sh
4263           configure.ac
4264                 enable building with automake 1.8.x
4265                 add 'autopoint --force' to autogen.sh and remove all
4266                 auto-generated files, remove ac/ directory and use
4267                 m4/ directory instead
4268                 
4269         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4270                 fix gettextization
4271
4272 2004-02-28 Colin Leroy <colin@colino.net>
4273         * src/prefs_matcher.c
4274           src/prefs_filtering.c
4275           src/prefs_filtering_action.c
4276                 Fix non-editable GtkEntries
4277
4278 2004-02-22 Thorsten Maerz <torte@netztorte.de>
4279         * src/prefs_themes.c
4280                 utf8 conversion for theme info
4281
4282 2004-02-21 Thorsten Maerz <torte@netztorte.de>
4283         * sync 0.9.9claws
4284
4285 2004-02-14 Thorsten Maerz <torte@netztorte.de>
4286         * src/grouplistdialog.c
4287                 allow multiple selections without ctrl key
4288
4289 2004-02-09 Thorsten Maerz <torte@netztorte.de>
4290         * src/main.c
4291                 enable customizable accelerators
4292
4293 2004-02-08 Thorsten Maerz <torte@netztorte.de>
4294         * src/prefs_common.c
4295                 re-enable different font settings for gtk1/2
4296         * src/prefs_folder_item.c
4297                 fix folder prefs displayed wrong
4298         * src/textview.c
4299                 set 'sunken' shadow type
4300
4301 2004-02-07 Colin Leroy <colin@colino.net>
4302         * src/compose.c
4303                 Fix message being always [Edited]
4304                 Encode headers correctly (utf8 buf)
4305
4306 2004-01-27 Thorsten Maerz <torte@netztorte.de>
4307         * src/socket.c
4308                 remove double g_source_attach()
4309                 (Thanks to Colin Leroy)
4310
4311 2004-01-27 Thorsten Maerz <torte@netztorte.de>
4312         * src/gtk/gtksctree.c
4313                 Fix SSL certificate list not shown
4314         * src/mimeview.c
4315                 Fix clicks in mime tree
4316
4317 2004-01-27 Thorsten Maerz <torte@netztorte.de>
4318         * src/common/socket.c
4319                 Fix SSL receive
4320         * src/compose.c
4321                 Fix clipboard menu hotkeys
4322
4323 2004-01-25 Thorsten Maerz <torte@netztorte.de>
4324         * src/gtk/gtkaspell.[ch]
4325           src/compose.c
4326                 reimplement spellchecker
4327
4328 2004-01-25 Thorsten Maerz <torte@netztorte.de>
4329         * src/gtk/filesel.c
4330                 crash when inserting file in compose window
4331                 (TODO: keep old selection on clicks)
4332         * src/main.c
4333                 use gtkrc-2.0 instead of gtkrc
4334
4335 2004-01-25 Thorsten Maerz <torte@netztorte.de>
4336         * src/messageview.c
4337                 remove orphaned mimeview unref()
4338
4339 2004-01-20 Thorsten Maerz <torte@netztorte.de>
4340         * src/grouplistdialog.c
4341                 expand nodes containing subscribed groups
4342
4343 2004-01-19 Thorsten Maerz <torte@netztorte.de>
4344         * src/textview.c
4345                 textview: hide cursor, restore old click behaviour
4346
4347 2004-01-18 Thorsten Maerz <torte@netztorte.de>
4348         * src/textview.c
4349                 variable names messed up
4350
4351 2004-01-17 Colin Leroy <colin@colino.net>
4352         * src/addr_compl.c
4353                 Fix completion address too thin
4354         * src/compose.c
4355                 Fix tab-to-subject behaviour
4356         * src/summaryview.c
4357                 Implement key up & down in summaryview
4358
4359 2004-01-12 Thorsten Maerz <torte@netztorte.de>
4360
4361         * sync 098claws
4362
4363 2004-01-08 Thorsten Maerz <torte@netztorte.de>
4364         * configure.ac
4365           Makefile.am
4366           doc/.cvsignore
4367           doc/Makefile.am
4368                 faq, man, manual moved to doc/
4369         * ac/aspell.m4
4370           ac/check-type.m4
4371           ac/gnupg-check-typedef.m4
4372           ac/openssl.m4
4373           ac/spamassassin.m4
4374           ac/missing/gdk-pixbuf.m4
4375           ac/missing/gpgme.m4
4376           ac/missing/imlib.m4
4377                 fix automake warnings
4378
4379 2003-12-06 Colin Leroy <colin@colino.net>
4380         * src/summaryview.c
4381                 Fix quicksearch
4382
4383 2003-12-05 Colin Leroy <colin@colino.net>
4384         * src/summaryview.c
4385                 Fix going to next unread folder
4386
4387 2003-12-05 Colin Leroy <colin@colino.net>
4388         * src/crash.c
4389                 Fix gtk2 compilation
4390         * src/session.c
4391                 Remove iotag source handler at disconnection
4392         * src/socket.[ch] 
4393                 Remove source handler when closing socket 
4394                 (fixes another seg)
4395
4396 2003-12-04 Colin Leroy <colin@colino.net>
4397         * src/compose.c
4398           src/prefs_account.c
4399           src/prefs_common.c
4400                 Fix some dropdown menus
4401
4402 2003-12-04 Colin Leroy <colin@colino.net>
4403         * src/compose.c
4404                 Fix event handlers on header fields
4405         * src/common/socket.c
4406           src/common/session.c
4407                 Fix segfault with callback (SSL)
4408                 Fix end of session 
4409
4410 2003-10-06 Thorsten Maerz <torte@netztorte.de>
4411
4412         * Fix compile bug in src/compose.c
4413         * removed src/gtk/gtkstext.[ch]
4414
4415 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
4416
4417         * Convert character set and escape "text" attributes in toolbar setting
4418         files.
4419         * Fixed bug in button-press-event handling.
4420
4421 2003-09-16 Thorsten Maerz <torte@netztorte.de>
4422
4423         * Fixed bug in key-press-event handling.
4424
4425 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
4426
4427         * Enabled to compile tray-icon plugin (Ad-hoc).
4428         * Avoid hang up bug of icon list in mime view (Ad-hoc).
4429
4430 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
4431
4432         * Enabled to compile on sylpheed-claws.
4433         (tray-icon plugin still cannot compile yet.)
4434
4435 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
4436
4437         * Updated to 0.9.5.
4438
4439 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
4440
4441         * Updated to 0.9.4.
4442         * Ported monitoring SSL mechanism to GSource of GLib2
4443         (I don't confirm it)
4444         * Added _gtk2 suffix to key name of font preference to avoid
4445         ovverwriting preference of Gtk+-1.2 version.
4446
4447 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
4448
4449         * Updated to 0.9.2.
4450
4451 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
4452
4453         * Updated to 0.9.1.
4454         * Translate po files into UTF-8 when execute autogen.sh.
4455
4456 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
4457
4458         * Updated to 0.9.0.
4459
4460 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
4461
4462         * Plugged GError related memory leaks.
4463
4464 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
4465
4466         * Changed default size of fonts.
4467         * Enabled to set titile font size of warning dialog.
4468
4469 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
4470
4471         * Embed a sylpheed icon into executable binary on Windows.
4472
4473 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
4474
4475         * I forgot to traslate character set of element string in src/xml.c.
4476
4477 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
4478
4479         * Fixed detecting bind_textdomain_codeset in configure.in.
4480         * The bug in which "Example" of "Date fromat" preference isn't displayed
4481         correctly has been fixed.
4482
4483 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
4484
4485         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
4486           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
4487           glib-gettextize
4488           Removed intl directory.
4489           Translated po files into UTF-8.
4490           (Thanks! Ryuji Abe)
4491
4492 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
4493
4494         * The bug which doesn't unscape string in xml.c has been fixed.
4495
4496 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
4497
4498         * The bug which is failed to translate encoding of file name thorough
4499         file dialog has been fixed.
4500
4501 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
4502
4503         * Modified to translate file names which is used in inporting/expoting
4504         mbox feature and "Save as" feature into locale encoding.
4505         * Translate file names into locale encoding when "Attache file" and
4506         "Insert file".
4507         * Force set G_BROKEN_FILENAMES environment variable.
4508         * Other minor fixes.
4509
4510 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
4511
4512         * Modified to treat MH folder's name as locale encoding.
4513
4514 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
4515
4516         * The bug which clash on switching candidates of auto completion of
4517         addresses, cannot use auto completion in Japanesse is fixed
4518         (Thanks! Tokunaga-san)¡¥
4519
4520 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
4521
4522         * The bug which cannot switch key accelerator preference has been fixed
4523         (Thanks! smbd-san)¡¥
4524
4525 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
4526
4527         * version 0.8.11-gtk2-20030314
4528
4529 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
4530
4531         * The bug in which character set conversion of filtering messages has
4532         been fixed.(Thanks! COCOA-san).
4533
4534 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
4535
4536         * Revived "Leave space on head" preference in "Message" category.
4537         * A bug which clash when put the cursor to end of buffer and execute
4538         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
4539
4540 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
4541
4542         * version 0.8.11-gtk2-20030312
4543
4544 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
4545
4546         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
4547         * Modified to use Pango's API directly for font preference.
4548         * Integrated GtkTextView of textview to one widget.
4549         * Set fonts of header title in textview by "header_title" tag.
4550         * Removed some deprecated codes.
4551
4552 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
4553
4554         * Updated to 0.8.11.
4555         * Merged cygwin patch(Thanks! Sakai-san).
4556
4557 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
4558
4559         * version 0.8.10-gtk2-20030309