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