27e4fa436106c8d4aa213e8a4f1673dfdb846d3d
[claws.git] / ChangeLog-gtk2.claws
1 2005-09-01 [colin]      1.9.13cvs77
2
3         * src/imap.c
4                 Maybe fix bug #795 (Connection lost IMAP)
5                 Don't try to send logout when we're disconnected.
6         * src/summaryview.c
7                 Include locked and marked emails in HRM
8                 view
9
10 2005-09-01 [paul]       1.9.13cvs76
11
12         * src/prefs_common.c
13                 fix bad cutting
14
15 2005-08-31 [colin]      1.9.13cvs75
16
17         * src/folderview.c
18         * src/folderview.h
19         * src/prefs_summaries.c
20         * src/summaryview.c
21                 Fix "go to next new", fix preference
22                 (Open unread/next swapped)
23
24 2005-08-31 [paul]       1.9.13cvs74
25
26         * src/compose.c
27         * src/folderview.c
28         * src/headerview.c
29         * src/headerview.h
30         * src/mainwindow.c
31         * src/prefs_common.c
32         * src/prefs_common.h
33         * src/prefs_fonts.c
34         * src/summaryview.c
35         * src/textview.c
36         * src/common/defs.h
37                 remove obsolete BOLD_FONT setting
38                 fix font update in headerview and textview
39                 headers after prefs change
40                 Patch By Colin
41
42 2005-08-31 [paul]
43
44         1.9.14-rc4 released
45
46 2005-08-30 [colin]      1.9.13cvs73
47
48         * src/summaryview.c
49                 When Hide read messages is selected and we
50                 refresh the summaryview, don't remove the 
51                 currently displayed message. Fixes bug #797
52                 (Summary view reloads when new mail is 
53                 downloaded in 1.9.14 rc)
54
55 2005-08-30 [colin]      1.9.13cvs72
56
57         * src/folderview.c
58                 Fix flickering
59         * src/mainwindow.c
60                 Remove useless callback
61         * src/mimeview.c
62         * src/gtk/filesel.c
63         * src/gtk/filesel.h
64                 Add a filesel_select_file_save_folder() - used by Save All
65
66 2005-08-29 [paul]       1.9.13cvs71
67
68         * AUTHORS
69         * src/matcher_parser_parse.y
70         * src/etpan/imap-thread.c
71                 fix building on FreeBSD
72                 Patch by Daniel Gustafson <daniel@hobbit.se>
73
74 2005-08-29 [paul]       1.9.13cvs70
75
76         * src/plugins/pgpinline/pgpinline.c
77                 only initialise sig result if it's been handled
78                 Patch by Colin
79
80 2005-08-29 [paul]       1.9.13cvs69
81         
82         Patches by Colin:
83
84         * src/imap.c
85         * src/common.utils.c
86         * src/common/utils.h
87                 optimisation
88         * src/stock_pixmap.h
89                 fix wrong icon reference
90         * src/pixmaps/trash_btn.xpm
91                 replace with nicer image
92
93 2005-08-28 [colin]      1.9.13cvs68
94
95         * src/Makefile.am
96         * src/stock_pixmap.c
97         * src/stock_pixmap.h
98         * src/toolbar.c
99         * src/pixmaps/trash_btn.xpm
100                 Add a specific trash xpm for the button
101
102 2005-08-28 [colin]      1.9.13cvs67
103
104         * src/imap.c
105                 Fix leak
106
107 2005-08-27 [colin]      1.9.13cvs66
108
109         * src/imap.c
110         * src/procmime.c
111                 Correctly fix "Problem with replies", fixes
112                 pgpmime encryption too. 
113
114 2005-08-27 [colin]      1.9.13cvs65
115
116         * src/folder.c
117         * src/procmsg.c
118         * src/procmsg.h
119         * src/summaryview.c
120                 Fix bug #517 (messages removed from summaryview 
121                 when moving fails)
122
123 2005-08-27 [colin]      1.9.13cvs64
124
125         * tools/Makefile.am
126         * tools/asus_mailled.sh
127                 Add a script to blink ASUS laptops' mail LED where there
128                 is unread mail.
129
130 2005-08-27 [colin]      1.9.13cvs63
131
132         * src/imap.c
133         * src/etpan/imap-thread.c
134         * src/etpan/imap-thread.h
135                 Implement automatic choosing of login method
136                 Fixes bug #791
137         * src/gtk/.cvsignore
138                 Add sylpheed-marshal.[ch]
139
140 2005-08-27 [colin]      1.9.13cvs62
141
142         * src/common/utils.c
143                 Fix confusing perror
144
145 2005-08-27 [colin]      1.9.13cvs61
146
147         * src/toolbar.c
148         * src/toolbar.h
149                 Remove A_DELETE, replace it with 
150                 A_TRASH and A_DELETE_REAL. Automatically
151                 rewrite config files to replace A_DELETE
152                 with A_TRASH (no functionality change).
153                 Fixes half of #794
154
155 2005-08-26 [colin]      1.9.13cvs60
156
157         * src/procmime.c
158                 Previous "Problem with replies" fix brought other
159                 problems, fixing them
160
161 2005-08-26 [colin]      1.9.13cvs59
162
163         * src/procmime.c
164                 Fix "Problem with replies". This happened only
165                 on IMAP...
166         * src/procmsg.c
167                 Factorize code a bit
168         * src/compose.c
169                 Speed improvement on very long messages (wrapping)
170                 Fix signature color on Reedit and Redirect
171                 On Reedit, don't attach pgp-signatures parts, but
172                 set signing to On.
173
174 2005-08-24 [paul]       1.9.13cvs58
175
176         * src/compose.c
177                 don't claim success when clicking
178                 Cancel on the passphrase box.
179                 Patch by Colin
180
181 2005-08-24 [paul]       1.9.13cvs57
182
183         * src/main.c
184                 fix misplaced sylpheed.log
185         * src/common/defs.h
186                 define UIDL_DIR
187
188 2005-08-24 [paul]       1.9.13cvs56
189
190         * src/imap.c
191         * src/etpan/imap-thread.c
192         * src/etpan/imap-thread.h
193                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
194                 Patch by Colin
195         * src/gtk/sylpheed-marshal.c    ** REMOVED **
196         * src/gtk/sylpheed-marshal.h    ** REMOVED **
197                 remove autogenerated files
198         * tools/kdeservicemenu/README
199         * tools/kdeservicemenu/install.sh
200         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
201         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
202                 use Claws icon, use 'Sylpheed-Claws' in menu,
203                 use kdialog, and other cleanups
204
205 2005-08-23 [paul]       1.9.13cvs55
206
207         * src/compose.c
208                 fix paste/wrap crash
209                 Patch by Colin
210
211 2005-08-23 [paul]       1.9.13cvs54
212
213         * src/main.c
214                 fix crash recovery
215                 Patch by Colin
216
217 2005-08-23 [paul]       1.9.13cvs53
218
219         * src/addressbook.c
220         * src/editaddress.c
221                 view all data of LDAP contacts
222                 Patch by Colin
223
224 2005-08-23 [paul]       1.9.13cvs52
225
226         * src/addressbook.c
227                 fix issues with the Search field
228                 Patch by Colin
229
230 2005-08-22 [paul]       1.9.13cvs51
231
232         * src/folderview.c
233                 put name of folder in processing dialog
234                 title
235         * src/prefs_folder_item.c
236                 improve english usage
237
238 2005-08-22 [paul]       1.9.13cvs50
239
240         * src/filtering.c
241         * src/filtering.h
242         * src/matcher.c
243         * src/matcher_parser_lex.l
244         * src/matcher_parser_parse.y
245         * src/prefs_filtering.c
246                 add Filtering/Processing rule names feature.
247                 (the incompatible old matcherrc is saved as
248                 matcherrc.pre_names).
249                 Patch by Colin
250
251 2005-08-22 [paul]       1.9.13cvs49
252
253         * src/procmsg.c
254                 fix colour labelling
255                 Patch by Colin
256
257 2005-08-22 [paul]       1.9.13cvs48
258
259         * src/textview.c
260                 fix open_image_cb()
261
262 2005-08-22 [paul]       1.9.13cvs47
263
264         * src/imap.c
265                 fix bug 789, 'SC crashes with imap (CVS ver)'
266                 Patch by Colin
267
268 2005-08-22 [paul]       1.9.13cvs46
269
270         * src/mimeview.c
271         * src/prefs_common.c
272         * src/common/defs.h
273                 define reused defaults in defs.h
274         * src/textview.c
275                 add 'Open image' to image popup menu
276
277 2005-08-21 [colin]      1.9.13cvs45
278
279         * src/summaryview.c
280                 Fix bug #788 (Bogus "From" address displayed)
281
282 2005-08-20 [colin]      1.9.13cvs44
283
284         * src/folder.c
285                 Fix buf #787 (multilevel delete causes SIGSEGV)
286
287 2005-08-19 [colin]      1.9.13cvs43
288
289         * src/inc.c
290         * src/prefs_common.c
291         * src/prefs_common.h
292                 Add an hidden pref to allow modifying the
293                 update stepping in incorporation.
294                 Patch by wwp.
295
296 2005-08-19 [colin]      1.9.13cvs42
297
298         * src/compose.c
299         * src/procmime.c
300                 Workaround for broken MUAs: encode 
301                 Content-type: name: as ASCII and 
302                 Content-Disposition: filename: as
303                 per rfc2231
304         * src/prefs_account.c
305                 Fix invisible-ness of SMTP SSL prefs
306                 in NNTP accounts
307
308 2005-08-19 [paul]       1.9.13cvs41
309
310         * src/compose.c
311         * src/prefs_common.c
312         * src/prefs_common.h
313         * src/prefs_wrapping.c
314                 paste with or without wrapping.
315                 patch by Colin
316
317 2005-08-19 [paul]       1.9.13cvs40
318
319         * src/prefs_common.c
320         * src/prefs_common.h
321         * src/summaryview.c
322                 reintroduce enable_swap_from as a
323                 hidden pref. patch by Colin
324         * src/quote_fmt_parse.y
325         * src/plugins/clamav/clamav_plugin.c
326         * src/plugins/dillo_viewer/dillo_viewer.c
327         * src/plugins/mathml_viewer/mathml_viewer.c
328         * src/plugins/pgpcore/sgpgme.c
329         * src/plugins/pgpinline/pgpinline.c
330         * src/plugins/pgpmime/pgpmime.c
331                 tidy up. patch by Colin
332
333 2005-08-19 [paul]       1.9.13cvs39
334
335         * configure.ac
336                 complete cvs38's sync
337         * src/editaddress.c
338         * src/gedit-print.c
339         * src/mutt.c
340         * src/etpan/etpan-log.c
341         * src/etpan/imap-thread.c
342         * src/gtk/gtksourceprintjob.c
343                 fix compilation warnings
344                 (patch by Colin)
345
346 2005-08-19 [paul]       1.9.13cvs38
347
348         sync with main:
349
350         * src/account.c
351         * src/action.c
352         * src/addrbook.c
353         * src/addrcache.c
354         * src/addrharvest.c
355         * src/addrindex.c
356         * src/codeconv.c
357         * src/compose.c
358         * src/crash.c
359         * src/exporthtml.c
360         * src/exportldif.c
361         * src/folder.c
362         * src/image_viewer.c
363         * src/inc.c
364         * src/inc.h
365         * src/jpilot.c
366         * src/ldif.c
367         * src/main.c
368         * src/matcher.c
369         * src/mbox.c
370         * src/messageview.c
371         * src/mh.c
372         * src/mimeview.c
373         * src/msgcache.c
374         * src/mutt.c
375         * src/news.c
376         * src/partial_download.c
377         * src/pine.c
378         * src/pop.c
379         * src/prefs_actions.c
380         * src/prefs_common.c
381         * src/prefs_customheader.c
382         * src/prefs_display_header.c
383         * src/prefs_gtk.c
384         * src/prefs_themes.c
385         * src/procheader.c
386         * src/procmime.c
387         * src/procmsg.c
388         * src/recv.c
389         * src/send_message.c
390         * src/simple-gettext.c
391         * src/sourcewindow.c
392         * src/textview.c
393         * src/vcard.c
394         * src/common/defs.h
395         * src/common/log.c
396         * src/common/plugin.c
397         * src/common/prefs.c
398         * src/common/session.c
399         * src/common/session.h
400         * src/common/socket.c
401         * src/common/socket.h
402         * src/common/ssl_certificate.c
403         * src/common/template.c
404         * src/common/utils.c
405         * src/common/utils.h
406         * src/common/xml.c
407         * src/gtk/about.c
408         added wrappers for C library function that
409                 take pathname arguments.
410                 enabled compilation with MinGW.
411                 use GDir instead of directly using opendir().
412                 added rename_force().
413
414 2005-08-19 [paul]       1.9.13cvs37
415         
416         patches by Colin:
417         * src/compose.c
418                 fix privacy settings on re-editing
419                 a sent message
420         * src/jpilot.c
421                 fix encoding bug
422         * src/folder.c
423         * src/procmsg.c
424         * src/procmsg.h
425         * src/summaryview.c
426                 flag changing optimisation
427
428 2005-08-18 [martin]     1.9.13cvs36
429
430         * commitHelper
431             added my login
432         * src/addrcache.c
433         * src/addrharvest.c
434         * src/addrindex.c
435         * src/compose.c
436         * src/grouplistdialog.c
437         * src/main.c
438         * src/mainwindow.c
439         * src/msgcache.c
440         * src/mutt.c
441         * src/pine.c
442         * src/prefs_account.c
443         * src/prefs_themes.c
444         * src/stock_pixmap.c
445         * src/summaryview.c
446         * src/gtk/about.c
447         * src/gtk/logwindow.c
448             removed deprecated glib and gdk stuff
449         * src/plugins/pgpcore/select-keys.c
450             convert attributes from locale to utf8
451
452 2005-08-17 [paul]       1.9.13cvs35
453
454         * src/account.c
455         * src/addressbook.c
456                 use new GTK_STOCK_ icons if available
457         * src/summaryview.c
458         * src/gtk/gtksctree.c
459         * src/gtk/gtksctree.h
460                 faster range select. patch by Colin
461
462 2005-08-17 [paul]       1.9.13cvs34
463
464         patches by colin:
465         * src/addressbook.c
466         * src/addressitem.h
467                 Add an edit button for contacts, fix selections
468                 of gtksctree items
469         * src/editaddress.c
470                 Change labels, let Save be always possible in the
471                 email and user atributes tabs
472         * src/folderview.c
473                 fix sort issues
474         * src/summaryview.c
475                 select next item instead of the displayed one
476                 after deletion
477
478         * src/gtk/progressdialog.c
479                 use prefs_common.enable_rules_hint
480
481 2005-08-13 [hoa]        1.9.13cvs33
482
483         * src/etpan/imap-thread.c
484                 fixed build on Solaris.
485
486 2005-08-10 [colin]      1.9.13cvs32
487
488         * src/procmsg.c
489                 Fix cvs31 (missing fclose before reading
490                 the file)
491
492 2005-08-10 [colin]      1.9.13cvs31
493
494         * src/procmsg.c
495                 Fix procmsg_msginfo_new_from_mimeinfo() when
496                 the MimeInfo isn't stored in memory. This fixes
497                 replying to an attached message.
498
499 2005-08-10 [colin]      1.9.13cvs30
500
501         * src/mainwindow.c
502                 Fix slowness in account changing
503
504 2005-08-10 [colin]      1.9.13cvs29
505
506         * src/folder.c
507         * src/folderutils.c
508         * src/folderview.c
509         * src/imap_gtk.c
510         * src/mainwindow.c
511         * src/mh_gtk.c
512         * src/procmsg.c
513         * src/summaryview.c
514                 Optimize folder_has_parent_of_type
515                 Prevent moving special sub-folders from contextual menus
516                 Rework message a bit ("Empty all messages" -> "Delete all
517                 messages")
518                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
519                 and "Deleted Items" folders)
520
521 2005-08-08 [colin]      1.9.13cvs28
522
523         * src/summaryview.c
524         * src/prefs_summaries.c
525                 Make "Select first unread|new" more flexible
526                 (just prioritize new or unread)
527
528 2005-08-08 [colin]      1.9.13cvs27
529
530         * src/summaryview.c
531                 If "select first new" is selected and there only
532                 are unread messages, fallback to "select first
533                 unread".
534
535 2005-08-08 [colin]      1.9.13cvs26
536
537         * src/folder.c
538                 Fix shameful bugs (and bug #779)
539
540 2005-08-08 [colin]      1.9.13cvs25
541
542         * src/folder.c
543         * src/folder.h
544                 Cache parents' type to make folder_has_parent_of_type
545                 faster
546         * src/folderview.c
547                 Forbid DnD of special sub-folders
548         * src/procmsg.c
549         * src/procmsg.h
550                 Add MAIL_POSTFILTERING_HOOK
551         * src/summaryview.c
552                 Revert over-zealous deletion of the use_addr_book 
553                 code
554
555 2005-08-07 [colin]      1.9.13cvs24
556
557         * src/folder.c
558                 Fix big mistake (passing MsgInfo instead 
559                 of FolderItem)
560
561 2005-08-07 [colin]      1.9.13cvs23
562
563         * src/compose.c
564         * src/folder.c
565         * src/folder.h
566         * src/foldersel.c
567         * src/folderutils.c
568         * src/folderview.c
569         * src/imap.c
570         * src/mainwindow.c
571         * src/messageview.c
572         * src/mh.c
573         * src/msgcache.c
574         * src/procmime.c
575         * src/summaryview.c
576                 Make subfolders of Drafts, Queue, Outbox, Trash
577                 work like their parents. 
578                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
579
580 2005-08-07 [colin]      1.9.13cvs22
581
582         * src/addressbook.c
583                 Fix bug #771 (Dragged contacts not saved)
584
585 2005-08-07 [paul]       1.9.13cvs21
586
587         * src/summaryview.c
588                 fix bug 32 'Search Doesn't display results
589                 if "Hide Read Messages" is chosen'
590                 be more literal in interpreting 'Hide read
591                 messages'
592
593 2005-08-07 [colin]      1.9.13cvs20
594
595         * src/folderview.c
596                 Add debug
597         * src/summaryview.c
598                 Faster 'unthread_for_execution'
599
600 2005-08-06 [paul]       1.9.13cvs19
601
602         * src/mainwindow.c
603                 add mnemonics to Set displayed columns
604                 fix bug where msgview_visible option was
605                 overwritten as TRUE on startup
606
607 2005-08-06 [paul]       1.9.13cvs18
608
609         * src/mainwindow.c
610                 refer to 'displayed columns in folder/message
611                 list' not 'displayed items in summary/message view'
612         * src/prefs_display_header.c
613                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
614                 be consistent with similar dialogues
615         * src/prefs_folder_column.c
616         * src/prefs_summary_column.c
617                 'columns' not 'items', and folder and message lists,
618                 instead of folder and summary views;
619                 Use 'Hidden columns' as list heading not 'Available
620                 items';
621                 move the 'Remove' button to the right hand side;
622                 top-align the buttons;
623                 remove unneeded vbox
624         * src/prefs_summaries.c
625                 put the 2 column prefs buttons in a frame to reduce
626                 overall width; refer to columns not items &c.
627
628 2005-08-05 [colin]      1.9.13cvs17
629
630         * src/prefs_common.c
631         * src/prefs_common.h
632         * src/mainwindow.c
633         * src/compose.c
634         * src/messageview.c
635                 Add an hidden toolbar_detachable pref, so
636                 that I can get rid of these painful handles
637                 in the toolbars. Defaults to TRUE to avoid
638                 changing the GUI on unsuspecting people...
639
640 2005-08-05 [colin]      1.9.13cvs16
641
642         * src/Makefile.am
643         * src/prefs_folder_column.c
644         * src/prefs_folder_column.h
645                 Add prefs for folder columns
646         * src/folderview.c
647         * src/folderview.h
648         * src/mainwindow.c
649         * src/mainwindow.h
650         * src/prefs_common.c
651         * src/prefs_common.h
652         * src/prefs_summaries.c
653                 Use them
654         * src/prefs_summary_column.c
655         * src/summaryview.c
656         * src/summaryview.h
657                 Add a To column
658         * src/textview.c
659         * src/common/utils.c
660         * src/common/utils.h
661                 Move uri colourisation functions
662                 to utils
663         * src/compose.c
664                 Colourise URIs
665         * src/imap.c
666                 Fix bug with LIST where we'd try
667                 to get Folder//////[...]/// 
668
669 2005-08-05 [paul]       1.9.13cvs15
670
671         * src/prefs_summaries.c
672                 improve the English usage
673         * src/summaryview.c
674                 set font on column change
675                 thanks to Colin
676
677 2005-08-05 [paul]       1.9.13cvs14
678
679         * src/prefs_common.c
680         * src/prefs_common.h
681         * src/prefs_summaries.c
682         * src/summaryview.c
683                 replace 'open_unread_on_enter' option with
684                 'select_on_entry' option. opening/not opening
685                 is now exclusively controlled by 'always_show_msg'
686
687 2005-08-04 [colin]      1.9.13cvs13
688
689         * src/compose.c
690                 Remove dead code
691                 Add colourisation of quotes and signatures
692         * src/folderview.c
693                 Fix possible crashes
694         * src/messageview.c
695                 Change an assert that is no problem
696         * src/news.c
697         * src/news_gtk.c
698         * src/news_gtk.h
699                 Fix offline mode
700         * src/gtk/quicksearch.c
701                 Fix a possible crash
702
703 2005-08-03 [colin]      1.9.13cvs12
704
705         * src/prefs_account.c
706                 Fix bug #777 (Sylpheed crash in account configuration)
707
708 2005-08-03 [colin]      1.9.13cvs11
709
710         * src/addressbook.c
711         * src/editaddress.c
712         * src/editgroup.c
713                 Fixing addressbook, round 2
714         * src/textview.c
715                 Fix emphasis color on rechecking 'Colorize messages'
716
717 2005-08-03 [paul]       1.9.13cvs10
718
719         sync with main
720
721         * src/addr_compl.c
722         * src/compose.c
723         * src/main.c
724         * src/pop.c
725         * src/prefs_account.c
726         * src/procmime.c
727         * src/procmsg.c
728         * src/quote_fmt_parse.y
729         * src/textview.c
730         * src/common/quoted-printable.c
731         * src/common/utils.c
732         * src/common/utils.h
733         * src/common/xml.c
734                 replaced incorrect locale-independent
735                 ctype functions with GLib's. Corrected
736                 signedness mismatch.
737         * src/headerview.c
738                 headerview_create(): added spacing for vbox.
739         * src/gtk/about.c
740                 set focus to the OK button.
741
742 2005-08-03 [colin]      1.9.13cvs9
743
744         * src/folderview.c
745                 Fix possible crash
746
747 2005-08-02 [colin]      1.9.13cvs8
748
749         * src/mainwindow.c
750                 Fix cast
751         * src/addressbook.c
752         * src/addressitem.h
753                 Fix a cast and more generally, try to make the
754                 GUI more intuitive and consistent (round 1)
755
756 2005-08-02 [paul]       1.9.13cvs7
757
758         * src/folder.h
759                 missing in 1.9.13cvs6
760
761 2005-08-02 [colin]      1.9.13cvs6
762
763         * src/folder.c
764                 Fix one more leak
765
766 2005-08-02 [colin]      1.9.13cvs5
767
768         * src/folder.c
769         * src/folderview.c
770         * src/imap.c
771         * src/main.c
772         * src/mbox.c
773         * src/procmsg.c
774         * src/summaryview.c
775                 Fix a number of folder_item_get_msg_list()-related
776                 leaks (missing procmsg_msginfo_free()s)
777
778 2005-08-01 [colin]      1.9.13cvs4
779
780         * src/folderview.c
781         * src/folderview.h
782         * src/mainwindow.c
783         * src/prefs_fonts.c
784         * src/prefs_summaries.c
785         * src/prefs_themes.c
786         * src/summaryview.c
787         * src/summaryview.h
788         * src/textview.c
789         * src/textview.h
790                 Fix instant-apply of summary and folderview-related prefs
791                 Fix erroneous g_free and alertpanels in prefs_theme
792                 Add instant-apply for fonts
793                 Defer applying of prefs a little bit so it's done only
794                 once even if requested by multiples prefs pages
795
796 2005-08-01 [paul]       1.9.13cvs3
797
798         * src/main.c
799                 fix bug 776 'S.C. crashes on close'
800                 thanks to Colin
801         * src/etpan/etpan-thread-manager-types.h
802                 add missing include
803                 thanks to Hoa
804
805 2005-07-25 [paul]       1.9.13cvs2
806
807         * src/summaryview.c
808                 fix typos. spotted by Fabien Vantard
809
810 2005-07-24 [paul]       1.9.13cvs1
811
812         * doc/man/sylpheed.1
813                 update man page, incorporating fix of
814                 bug 769 'Typo in manpage'
815         * src/etpan/imap-thread.c
816                 fix NetBSD openssl dependencies. patch by
817                 George Michaelson <ggm@apnic.net>
818         * po/pt_BR.po
819                 updated by Frederico Goncalves Guimaraes
820
821 2005-07-22 [paul]       1.9.13
822
823         1.9.13 release
824
825 2005-07-22 [paul]       1.9.12cvs91
826
827         * AUTHORS
828         * INSTALL
829         * README.claws
830         * RELEASE_NOTES.claws
831                 updated for release
832         * configure.ac
833         * po/nb.po
834         * tools/claws.i18n.status.pl
835                 add Norwegian translation. submiited by
836                 Geir Helland <pjallabais@users.sourceforge.net>
837         * po/ca.po
838         * po/de.po
839         * po/es.po
840         * po/fi.po
841         * po/fr.po
842         * po/it.po
843         * po/sk.po
844         * po/sr.po
845         * po/zh_CN.po
846                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
847                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
848                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
849                 Yang Guilong
850         * src/plugins/clamav/clamav_plugin_gtk.c
851         * src/plugins/spamassassin/spamassassin_gtk.c
852                 replace outdated description strings
853
854 2005-07-21 [colin]      1.9.12cvs90
855
856         * src/folder.c
857                 Set folder to batch mode when scanning it. Makes deletion
858                 of unread mails on IMAP much faster (due to the UNREAD 
859                 flag unsetting)
860
861 2005-07-21 [darko]      1.9.12cvs89
862
863         * configure.ac
864                 link against libresolv if necessary (patch by Paul)
865         * src/msgcache.c
866                 use glib's portable macros to determine endianness
867
868 2005-07-21 [paul]       1.9.12cvs88
869
870         * src/crash.c
871         * src/gtk/about.c
872                 update compiled-in features list
873
874 2005-07-20 [colin]      1.9.12cvs87
875
876         * src/folder.c
877         * src/textview.c
878                 Gcc 2.9x compilation fixes, thanks to Darko
879         * src/plugins/clamav/clamav_plugin.c
880                 Little optimisation: load virus database only once
881         * src/plugins/spamassassin/spamassassin.c
882                 Big optimisation: filtering one mail took at least 1 second,
883                 now it takes at least 50ms. Doesn't speed up spamassassin 
884                 itself, but should already be much more tolerable.
885
886 2005-07-20 [colin]      1.9.12cvs86
887
888         * src/summaryview.c
889                 Fix performance issue
890
891 2005-07-19 [colin]      1.9.12cvs85
892
893         * src/plugins/pgpinline/plugin.c
894                 Fix warning
895
896 2005-07-19 [colin]      1.9.12cvs84
897
898         * configure.ac
899         * src/plugins/Makefile.am
900         * src/plugins/pgpinline/.cvsignore
901         * src/plugins/pgpinline/Makefile.am
902         * src/plugins/pgpinline/pgpinline.c
903         * src/plugins/pgpinline/pgpinline.deps
904         * src/plugins/pgpinline/pgpinline.h
905         * src/plugins/pgpinline/plugin.c
906                 Put pgpinline in the main tree
907
908 2005-07-19 [paul]       1.9.12cvs83
909
910         * src/prefs_actions.c
911                 prevent '//' in menu names, which cause a crash
912                 thanks to Colin
913
914 2005-07-19 [paul]       1.9.12cvs82
915
916         * configure.ac
917                 be generally more informative in configure output.
918                 OpenSSL: correction: '[ --enable-openssl ...' -> 
919                 '[ --disable-openssl ...', as --enable-openssl is default
920                 PGP/MIME: don't check for GPGME again, check for
921                 pgpcore instead. Therefore prevent the possibility of
922                 attempting to build pgpmime if pgpcore dependencies are
923                 not met
924                 ClamAV: use pkgconfig to check for lib
925                 libgnomeprint: revert logic on inner test to match
926                 everything else
927         * src/plugins/pgpcore/sgpgme.c
928                 add missing include
929
930 2005-07-19 [colin]      1.9.12cvs81
931
932         * src/summaryview.c
933                 Fix slow thread rebuilding in particular
934                 cases
935
936 2005-07-19 [paul]       1.9.12cvs80
937
938         * sylpheed-claws.desktop
939                 fix typo, spotted by Stephan Sachse
940         * src/account.c
941                 replace GTK_STOCK_ADD with
942                 GTK_STOCK_NEW button
943
944 2005-07-18 [colin]      1.9.12cvs79
945
946         * src/etpan/imap-thread.c
947                 Fix return value (Thanks Hoa)
948
949 2005-07-18 [colin]      1.9.12cvs78
950
951         * src/imap.c
952                 Allow empty passwords
953                 Create drafts/queue/outbox if necessary
954         * src/summaryview.c
955                 Remove old code
956         * src/etpan/imap-thread.c
957                 Fix STARTTLS (Thanks to Hoa)
958
959 2005-07-18 [paul]       1.9.12cvs77
960
961         * ChangeLog-gtk2.jp
962         * ChangeLog.jp
963                 removed
964         * Makefile.am
965                 updated to reflect additions and removals
966         * TODO
967                 updated to be claws-specific
968         * TODO-gtk2
969         * TODO-gtk2.jp
970         * TODO.jp
971         * sylpheed-128x128.png
972         * sylpheed-64x64.png
973                 removed
974         * sylpheed-claws-128x128.png
975         * sylpheed-claws-64x64.png
976         * sylpheed-claws.desktop
977         * sylpheed-claws.png
978                 added
979         * sylpheed.desktop
980         * sylpheed.png
981                 removed
982
983 2005-07-17 [paul]       1.9.12cvs76
984
985         * src/account.c
986         * src/addressbook.c
987         * src/alertpanel.c
988         * src/alertpanel.h
989         * src/compose.c
990         * src/exphtmldlg.c
991         * src/expldifdlg.c
992         * src/folderview.c
993         * src/imap_gtk.c
994         * src/inc.c
995         * src/message_search.c
996         * src/messageview.c
997         * src/mh_gtk.c
998         * src/news_gtk.c
999         * src/prefs_actions.c
1000         * src/prefs_filtering.c
1001         * src/prefs_matcher.c
1002         * src/prefs_template.c
1003         * src/prefs_themes.c
1004         * src/ssl_manager.c
1005         * src/summary_search.c
1006         * src/textview.c
1007         * src/toolbar.c
1008         * src/gtk/sslcertwindow.c
1009         * src/plugins/pgpcore/sgpgme.c
1010                 rework alertpanels
1011
1012 2005-07-17 [colin]      1.9.12cvs75
1013
1014         * src/privacy.c
1015                 add a PrivacySystem accessor that checks that
1016                 the system cached in a MimeInfo's privacydata
1017                 is still registered. Use this accessor instead
1018                 of directly using data->system. Fixes crashes
1019                 after unloading pgp plugins.
1020
1021 2005-07-17 [colin]      1.9.12cvs74
1022
1023         * src/alertpanel.c
1024                 Change geometry hints to a simple default size.
1025                 Fixes the certs dialogs.
1026
1027 2005-07-17 [colin]      1.9.12cvs73
1028
1029         * src/gtk/sslcertwindow.c
1030                 Use a gtkExpander
1031
1032 2005-07-17 [colin]      1.9.12cvs72
1033
1034         * src/plugins/pgpcore/Makefile.am
1035         * src/plugins/pgpmime/Makefile.am
1036                 Add gpgme libs
1037
1038 2005-07-17 [paul]       1.9.12cvs71
1039
1040         * configure.ac
1041                 add --disable-gnomeprint option
1042                 modified version of patch by Marius Mauch
1043
1044 2005-07-17 [paul]       1.9.12cvs70
1045
1046         * src/common/defs.h
1047                 update urls
1048         * src/account.c
1049         * src/action.c
1050         * src/addressbook.c
1051         * src/compose.c
1052         * src/foldersel.c
1053         * src/folderview.c
1054         * src/html.c
1055         * src/imap_gtk.c
1056         * src/main.c
1057         * src/mainwindow.c
1058         * src/messageview.c
1059         * src/mh_gtk.c
1060         * src/mimeview.c
1061         * src/news_gtk.c
1062         * src/prefs_account.c
1063         * src/prefs_send.c
1064         * src/prefs_summaries.c
1065         * src/procmsg.c
1066         * src/summaryview.c
1067         * src/common/utils.c
1068         * src/common/xml.c
1069         * src/plugins/pgpcore/passphrase.c
1070         * src/plugins/pgpcore/select-keys.c
1071                 replace inappropriately used backticks
1072                 with single quotes
1073
1074 2005-07-16 [colin]      1.9.12cvs69
1075
1076         * src/image_viewer.c
1077                 Add extra paranoid checks
1078
1079 2005-07-16 [colin]      1.9.12cvs68
1080
1081         * src/plugins/pgpcore/prefs_gpg.c
1082                 Don't auto-check sigs by default, as it
1083                 can be really slow.
1084
1085 2005-07-16 [colin]      1.9.12cvs67
1086
1087         * src/plugins/pgpcore/sgpgme.c
1088                 Make messages a bit better.
1089
1090 2005-07-16 [colin]      1.9.12cvs66
1091
1092         * src/imap.c
1093                 Remove pseudo-log
1094         * src/etpan/imap-thread.c
1095                 Add real log
1096
1097 2005-07-16 [colin]      1.9.12cvs65
1098
1099         * src/main.c
1100         * src/prefs_other.c
1101                 And now, fix build with libetpan :-/
1102
1103 2005-07-15 [colin]      1.9.12cvs64
1104
1105         * src/prefs_other.c
1106                 Continue fixing build without libetpan.
1107
1108 2005-07-15 [colin]      1.9.12cvs63
1109
1110         * src/main.c
1111                 Fix build with --disable-libetpan
1112
1113 2005-07-15 [colin]      1.9.12cvs62
1114
1115         * configure.ac
1116                 Bump libetpan's version
1117
1118 2005-07-15 [colin]      1.9.12cvs61
1119
1120         * src/etpan/imap-thread.c
1121                 Actually stop logging :)
1122
1123 2005-07-15 [colin]      1.9.12cvs60
1124
1125         * src/addressbook.c
1126                 Fix dnd of multiple addresses.
1127
1128 2005-07-15 [hoa]        1.9.12cvs59
1129
1130         * src/etpan/imap-thread.c
1131             disable login of IMAP password in libetpan log file.
1132
1133 2005-07-15 [paul]       1.9.12cvs58
1134
1135         * src/account.c
1136                 don't automatically sort
1137                 do allow drag n drop
1138
1139 2005-07-15 [paul]       1.9.12cvs57
1140
1141         * src/account.c
1142         * src/ssl_manager.c
1143                 alphabetical listing
1144
1145 2005-07-15 [paul]       1.9.12cvs56
1146
1147         * src/gtk/pluginwindow.c
1148                 sort plugin list alphabetically
1149
1150 2005-07-15 [paul]       1.9.12cvs55
1151
1152         * src/prefs_spelling.c
1153         * src/prefs_wrapping.c
1154                 unify English usage
1155
1156 2005-07-15 [colin]      1.9.12cvs54
1157
1158         * src/wizard.c
1159                 Typo fix
1160
1161 2005-07-15 [paul]       1.9.12cvs53
1162
1163         * src/prefs_message.c
1164                 make 'show cursor' a hidden option
1165
1166 2005-07-14 [colin]      1.9.12cvs52
1167
1168         * src/plugins/spamassassin/Makefile.am
1169         * src/plugins/clamav/Makefile.am
1170                 Fix double EXTRA_DISTs
1171
1172 2005-07-14 [colin]      1.9.12cvs51
1173
1174         * src/plugins/clamav/Makefile.am
1175         * src/plugins/clamav/clamav_plugin_gtk.deps
1176         * src/plugins/spamassassin/Makefile.am
1177         * src/plugins/spamassassin/spamassassin_gtk.deps
1178                 Make $plugin_gtk depend on $plugin
1179
1180 2005-07-14 [hoa]        1.9.12cvs50
1181
1182         * src/etpan/imap-thread.c
1183                 enable debug log of libetpan when running with --debug
1184
1185 2005-07-14 [colin]      1.9.12cvs49
1186
1187         * configure.ac
1188         * src/common/Makefile.am
1189         * src/common/plugin.c
1190         * src/common/plugin.h
1191                 Add a little plugin dependancy system.
1192                 Plugins can ship a $plugin_name.deps file
1193                 (near them in PLUGINDIR) so that their
1194                 dependancies are loaded if possible.
1195         * src/plugins/Makefile.am
1196         * src/plugins/pgpcore/Makefile.am
1197         * src/plugins/pgpcore/passphrase.c
1198         * src/plugins/pgpcore/passphrase.h
1199         * src/plugins/pgpcore/plugin.c
1200         * src/plugins/pgpcore/prefs_gpg.c
1201         * src/plugins/pgpcore/prefs_gpg.h
1202         * src/plugins/pgpcore/select-keys.c
1203         * src/plugins/pgpcore/select-keys.h
1204         * src/plugins/pgpcore/sgpgme.c
1205         * src/plugins/pgpcore/sgpgme.h
1206                 Introduce pgpcore, used by pgpmime and
1207                 pgpinline
1208         * src/plugins/pgpmime/Makefile.am
1209         * src/plugins/pgpmime/passphrase.c
1210         * src/plugins/pgpmime/passphrase.h
1211         * src/plugins/pgpmime/pgpmime.c
1212         * src/plugins/pgpmime/pgpmime.deps
1213         * src/plugins/pgpmime/plugin.c
1214         * src/plugins/pgpmime/prefs_gpg.c
1215         * src/plugins/pgpmime/prefs_gpg.h
1216         * src/plugins/pgpmime/select-keys.c
1217         * src/plugins/pgpmime/select-keys.h
1218         * src/plugins/pgpmime/sgpgme.c
1219         * src/plugins/pgpmime/sgpgme.h
1220                 Remove the core from pgpmime and add the
1221                 dependancy to pgpcore.
1222
1223 2005-07-14 [paul]       1.9.12cvs48
1224
1225         * src/stock_pixmap.c
1226                 forgot this in last commit
1227
1228 2005-07-14 [paul]       1.9.12cvs47
1229
1230         * src/account.c
1231         * src/addressbook.c
1232                 add accelerators for the buttons (sync with main)
1233         * src/compose.c
1234         * src/compose.h
1235                 add accelerators for the buttons.
1236                 fix editing with external editor.
1237                 replace gdk_input_*() with GIOChannel;
1238                 (sync with main)
1239         * src/foldersel.c
1240                 display folder names with new/unread
1241                 representation (sync with main)
1242         * src/main.c
1243                 specify default window icon (sync with main)
1244         * src/prefs_common.c
1245                 use_addr_book default to FALSE
1246         * src/summaryview.c
1247         * src/textview.c
1248                 add accelerators for the buttons (sync with main)
1249         * src/gtk/menu.c
1250                 fix typos
1251         * src/pixmaps/sylpheed_icon.xpm
1252                 updated
1253
1254 2005-07-13 [paul]       1.9.12cvs46
1255
1256         * src/plugins/pgpmime/pgpmime.c
1257         * src/plugins/pgpmime/sgpgme.c
1258                 (temporarily) use deprecated gpgme_data_rewind()
1259                 while largefile support is not present
1260                 (as suggested by Colin)
1261
1262 2005-07-13 [paul]       1.9.12cvs45
1263
1264         * configure.ac
1265                 remove large file support (for now):
1266                 it breaks too many things
1267
1268 2005-07-13 [paul]       1.9.12cvs44
1269
1270         * configure.ac
1271                 add large file support
1272         * src/html.c
1273                 fix bug #763 where href attribute was not
1274                 the very first attribute of a link
1275                 patch by Thomas Gilgin
1276
1277 2005-07-13 [colin]      1.9.12cvs43
1278
1279         * src/gtk/pluginwindow.c
1280                 Little portability fix
1281
1282 2005-07-13 [colin]      1.9.12cvs42
1283
1284         * src/plugins/pgpmime/sgpgme.c
1285                 Fix crasher.
1286
1287 2005-07-13 [colin]      1.9.12cvs41
1288
1289         * src/plugins/pgpmime/pgpmime.c
1290         * src/plugins/pgpmime/sgpgme.c
1291                 Use gpgme_data_release_and_get_mem instead
1292                 of gpgme_data_read.
1293
1294 2005-07-13 [colin]      1.9.12cvs40
1295
1296         * configure.ac
1297         * src/plugins/pgpmime/passphrase.c
1298         * src/plugins/pgpmime/passphrase.h
1299         * src/plugins/pgpmime/pgpmime.c
1300         * src/plugins/pgpmime/plugin.c
1301         * src/plugins/pgpmime/select-keys.c
1302         * src/plugins/pgpmime/select-keys.h
1303         * src/plugins/pgpmime/sgpgme.c
1304         * src/plugins/pgpmime/sgpgme.h
1305                 Port pgpmime to gpgme-1.0.
1306
1307 2005-07-12 [paul]       1.9.12cvs39
1308
1309         * AUTHORS
1310         * src/toolbar.c
1311         * src/toolbar.h
1312                 add a 'Go to Prev' button to the toolbar.
1313                 correct tooltip text of go to buttons.
1314                 based on patch by Yang Guilong <bamanzi@gmail.com>
1315
1316 2005-07-12 [colin]      1.9.12cvs38
1317
1318         * src/statusbar.c
1319                 Fix progress bar showing stuff at startup.
1320
1321 2005-07-12 [paul]       1.9.12cvs37
1322
1323         * src/editjpilot.c
1324                 fix building with jpilot support
1325
1326 2005-07-11 [colin]      1.9.12cvs36
1327
1328         * src/inc.c
1329                 Add visual indication that filtering is running
1330         * src/textview.c
1331                 Make {}[] uri delimiters
1332         * src/summaryview.c
1333                 Remove useless (and slow) calls
1334
1335 2005-07-11 [paul]       1.9.12cvs35
1336
1337         * src/plugins/clamav/clamav_plugin_gtk.c
1338         * src/plugins/dillo_viewer/dillo_prefs.c
1339         * src/plugins/pgpmime/prefs_gpg.c
1340         * src/plugins/spamassassin/spamassassin_gtk.c
1341                 gather plugins prefs together under their
1342                 own 'Plugins' heading
1343
1344 2005-07-11 [paul]       1.9.12cvs34
1345
1346         sync with main
1347
1348         * src/account.c
1349                 account_delete(): modified alert dialog
1350         * src/editjpilot.c
1351         * src/editvcard.c
1352                 fixed a crash when cancelling file selection
1353                 dialog by Escape key. Made non-ascii filename
1354                 selectable.
1355         * src/prefs_template.c
1356                 prefs_template_window_create(): make scrolled
1357                 window policy AUTOMATIC
1358
1359 2005-07-10 [hoa]        1.9.12cvs33
1360
1361         * src/etpan/imap-thread.c
1362                 workaround for old Courier IMAP servers.
1363
1364 2005-07-10 [colin]      1.9.12cvs32
1365
1366         * src/folder.c
1367         * src/statusbar.c
1368         * src/statusbar.h
1369                 Add visual progress indicator on filtering/processing
1370                 Factorize the progress bar code
1371         * src/imap.c
1372         * src/imap.h
1373         * src/etpan/imap-thread.c
1374                 Add a reference counter to avoid destroying the Folder
1375                 while it's in use by another callback.
1376
1377 2005-07-09 [hoa]        1.9.12cvs31
1378
1379         * src/imap.c
1380         * src/etpan/imap-thread.c
1381                 fixed deadlock when removing IMAP account.
1382
1383 2005-07-08 [colin]      1.9.12cvs30
1384
1385         * src/textview.c
1386         * src/unmime.c
1387                 Fix again problems decoding broken headers
1388         * src/gtk/inputdialog.c
1389                 Fix local variable shadowing a global one
1390
1391 2005-07-08 [colin]      1.9.12cvs29
1392
1393         * src/msgcache.c
1394                 Make the cache/mark files platform-agnostic by writing
1395                 them in little-endian format. Reading them is also done
1396                 in little-endian format, of course; however, in order
1397                 to avoid trashing mark data on big-endian machines, the
1398                 files are, at first, read from the native format if the
1399                 little-endian one doesn't exist. This is easy to deter-
1400                 mine by trying to open a file with a swapped data_ver
1401                 and seeing if it's the wanted version.
1402                 Little-endian using users should see absolutely no
1403                 difference, Big-endian users may get a very little
1404                 performance drop due to byte-swapping.
1405                 Tested on i386 and ppc32. 
1406                 Fixes bug #159 (The index file, in the mailboxes, is 
1407                 hardware depending).
1408
1409                 To have the cache/mark files updated to the new little-
1410                 endian format, "Check for new messages" or even
1411                 "Rebuild folder tree" aren't enough. Files will be
1412                 updated as soon as a folder has been opened/closed.
1413                 To update everything, just select all folders by
1414                 selecting them one by one.
1415
1416 2005-07-07 [colin]      1.9.12cvs28
1417
1418         * src/imap.c
1419                 Remember the folder separator per IMAPFolder
1420                 instead of globally.
1421                 Revive the Session on noop; fixes bug #761
1422                 (mark a bunch of unread messages as read takes 
1423                 forever)
1424
1425 2005-07-07 [darko]      1.9.12cvs27
1426
1427         * src/common/template.c
1428                 Sort templates alphabetically
1429
1430 2005-07-06 [colin]      1.9.12cvs26
1431
1432         * src/imap.c
1433                 Try to use the correct separator in
1434                 most cases. Possibly fixes bug #759
1435                 (only creates the INBOX folder when 
1436                 setting up new IMAP account) and 
1437                 bug #760 (Can't retrieve messages)
1438
1439 2005-07-06 [colin]      1.9.12cvs25
1440
1441         * src/imap.c
1442                 Use real_path in status command. This will
1443                 help later, when namespaces will be used.
1444
1445 2005-07-06 [colin]      1.9.12cvs24
1446
1447         * configure.ac
1448         * src/account.c
1449         * src/folder.c
1450         * src/imap.c
1451         * src/etpan/etpan-log.c
1452         * src/etpan/etpan-thread-manager.c
1453         * src/etpan/imap-thread.c
1454                 Add a --disable-libetpan parameter. With this,
1455                 users that don't want IMAP4 support can avoid
1456                 the new dependancy (and have no IMAP support).
1457                 Users that have IMAP4 accounts and use this
1458                 parameter won't lose their configuration, their
1459                 IMAP accounts will just be invisible and not
1460                 used.
1461         * src/textview.c
1462                 Make the "Copy ..." contextual menu items 
1463                 copy to both the X clipboard and the gtk 
1464                 clipboard - as most other apps do.
1465         * src/gtk/about.c
1466                 Add a notice about OpenSSL usage, in order to
1467                 comply with OpenSSL's license (point 6):
1468                 http://www.openssl.org/source/license.html
1469
1470 2005-07-06 [colin]      1.9.12cvs23
1471
1472         * src/alertpanel.c
1473                 Fix a minimum size for alertpanels
1474         * src/compose.c
1475                 Show 'No space left on device' type errors
1476                 when queuing/sending
1477         * src/imap_gtk.c
1478         * src/mh_gtk.c
1479                 Rework folder's deletion message (remove 
1480                 extra \n)
1481
1482 2005-07-05 [colin]      1.9.12cvs22
1483
1484         * src/imap.c
1485                 Add an alertpanel on auth error
1486                 Add pseudo-log
1487                 Remove pthread-related stuff
1488
1489 2005-07-05 [colin]      1.9.12cvs21
1490
1491         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1492                 Fix crash on plugin reloading (with a hack)
1493
1494 2005-07-05 [colin]      1.9.12cvs20
1495
1496         * src/prefs_account.c
1497         * src/prefs_account.h
1498                 Fix typo
1499         * src/gtk/filesel.c
1500         * src/gtk/filesel.h
1501                 Add a way to filter the view
1502         * src/gtk/pluginwindow.c
1503                 Filter loadable stuff
1504         * src/plugins/pgpmime/prefs_gpg.c
1505                 Fix missing unregistration
1506         * .cvsignore
1507         * src/etpan/.cvsignore
1508         * src/plugins/spamassassin/.cvsignore
1509                 Add more stuff to cvs ignored files
1510
1511 2005-07-04 [colin]      1.9.12cvs19
1512
1513         * src/imap.c
1514                 Fix scan_required returning FALSE when it
1515                 shouldn't. Maybe fix #760 (Can't retrieve
1516                 messages)
1517
1518 2005-07-04 [colin]      1.9.12cvs18
1519
1520         * src/summaryview.c
1521                 Fix always_show_msg pref
1522
1523 2005-07-04 [paul]       1.9.12cvs17
1524
1525         sync with main (forgotten in last commit)
1526         
1527         * src/common/utils.c
1528         * src/common/utils.h
1529                 check_line_length(): new.
1530                 is_dir_exist()
1531                 is_file_entry_exist()
1532                 dirent_is_regular_file()
1533                 dirent_is_directory(): use g_file_test() instead of stat().
1534
1535 2005-07-04 [paul]       1.9.12cvs16
1536
1537         sync with main:
1538
1539         * src/compose.c
1540                 compose_write_to_file(): check for line
1541                 length limit and display warning if exceeds
1542         * src/jpilot.c
1543                 use get_home_dir() instead of g_get_home_dir()
1544         * src/procheader.c
1545                 removed warning about invalid date
1546         * src/vcard.c
1547                 use get_home_dir() instead of g_get_home_dir()
1548
1549 2005-07-04 [paul]       1.9.12cvs15
1550
1551         * src/stock_pixmap.c
1552                 fix new pixmap naming errors
1553                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
1554
1555 2005-07-04 [colin]      1.9.12cvs14
1556
1557         * src/imap.c
1558                 Fix debugging string with a warning
1559
1560 2005-07-04 [colin]      1.9.12cvs13
1561
1562         * configure.ac
1563                 Add a check for libetpan's version (>= 0.37)
1564
1565 2005-07-04 [hoa]        1.9.12cvs12
1566
1567         * commitHelper
1568         * src/imap.c
1569         * src/etpan/imap-thread.c
1570         * src/etpan/imap-thread.h
1571                 fixed IMAP implementation of check of mails.
1572
1573 2005-07-03 [hoa]        1.9.12cvs11
1574
1575         * src/etpan/Makefile.am
1576         * src/etpan/etpan-errors.h
1577         * src/etpan/etpan-log.[ch]
1578         * src/etpan/etpan-thread-manager-types.h
1579         * src/etpan/etpan-thread-manager.[ch]
1580         * src/etpan/imap-thread.[ch]
1581         * src/Makefile.am
1582         * src/imap.c
1583         * src/main.c
1584         * src/prefs_other.c
1585         * configure.ac
1586             merged imap branch.
1587             dependency on libetpan 0.37 is now added.
1588
1589 2005-07-01 [colin]      1.9.12cvs10
1590
1591         * src/Makefile.am
1592         * src/folder.c
1593         * src/folder.h
1594         * src/folderview.c
1595         * src/stock_pixmap.c
1596         * src/stock_pixmap.h
1597         * src/plugins/trayicon/trayicon.c
1598                 Add marked symbol on folders containing
1599                 marked messages
1600         * src/procmsg.c
1601         * src/procmsg.h
1602         * src/toolbar.c
1603         * src/prefs_common.c
1604         * src/prefs_common.h
1605         * src/prefs_send.c
1606                 Add an optional confirmation dialog on queue
1607                 sending. Patch by wwp.
1608         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
1609         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
1610         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
1611         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
1612         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
1613         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
1614         * src/pixmaps/inbox_mark.xpm            ** ADDED **
1615         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
1616         * src/pixmaps/outbox_mark.xpm           ** ADDED **
1617         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
1618         * src/pixmaps/trash_mark.xpm            ** ADDED **
1619                 New pixmaps
1620
1621 2005-07-01 [colin]      1.9.12cvs9
1622
1623         * src/summaryview.c
1624                 Fix a little threading bug
1625         * src/addrgather.c
1626         * src/mainwindow.c
1627                 A little bit of HIG normality never hurts
1628
1629 2005-07-01 [colin]      1.9.12cvs8
1630
1631         * src/compose.c
1632         * src/msgcache.c
1633         * src/pop.c
1634         * src/procmime.c
1635         * src/recv.c
1636         * src/common/log.c
1637         * src/common/template.c
1638         * src/common/utils.c
1639         * src/common/utils.h
1640                 Reverted the fwrite_atomic stuff. In fact
1641                 it is already atomic.
1642
1643 2005-06-30 [colin]      1.9.12cvs7
1644
1645         * src/common/utils.c
1646         * src/common/utils.h
1647                 Add an fwrite_atomic() function to make
1648                 sure we write everything: fwrite can make
1649                 short writes.
1650         * src/compose.c
1651         * src/msgcache.c
1652         * src/pop.c
1653         * src/procmime.c
1654         * src/recv.c
1655         * src/common/log.c
1656         * src/common/template.c
1657                 Use that (and fix swapping of size and nmemb).
1658                 Thanks to Rich Coe for the heads up.
1659
1660 2005-06-30 [colin]      1.9.12cvs6
1661
1662         * src/addressbook.c
1663                 Optimize addressbook opening 
1664
1665 2005-06-30 [colin]      1.9.12cvs5
1666
1667         * src/summaryview.c
1668                 Remove calls to summary_step after move/copy
1669
1670 2005-06-28 [paul]       1.9.12cvs4
1671
1672         * src/alertpanel.c
1673                 wrap and make the error msg selectable
1674
1675 2005-06-28 [paul]       1.9.12cvs3
1676
1677         * src/ssl_manager.c
1678                 replace the OK button with a Close button
1679         * src/gtk/foldersort.c
1680                 use GTK_STOCK_ icons/buttons
1681
1682 2005-06-28 [colin]      1.9.12cvs2
1683
1684         * src/gedit-print.c             ** ADDED **
1685         * src/gedit-print.h             ** ADDED **
1686         * src/gtk/gtksourceprintjob.c   ** ADDED **
1687         * src/gtk/gtksourceprintjob.h   ** ADDED **
1688                 I can't believe no one had enough time to tell
1689                 me I forgot the `cvs add`
1690
1691 2005-06-27 [colin]      1.9.12cvs1
1692
1693         * src/Makefile.am
1694         * src/gtk/Makefile.am
1695         * src/messageview.c
1696         * src/procmsg.c
1697         * src/summaryview.c
1698         * configure.ac
1699                 Add optional libgnomeprint-based printing
1700         * src/mainwindow.c
1701         * src/gtk/quicksearch.c
1702                 Add an Edit/Quick search menu item to show
1703                 and focus the quicksearch
1704
1705 2005-06-27 [paul]       1.9.12
1706
1707         1.9.12 release
1708
1709         * po/ca.po
1710         * po/de.po
1711         * po/es.po
1712         * po/fr.po
1713         * po/it.po
1714         * po/ko.po
1715         * po/pt_BR.po
1716         * po/sk.po
1717         * po/zh_CN.po
1718                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
1719                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
1720                 SungHyun Nam, Frederico Goncalves Guimaraes,
1721                 Andrej Kacian, and Yang Guilong
1722 2005-06-26 [colin]      1.9.11cvs106
1723
1724         * src/imap_gtk.c
1725                 Forgot one file for previous fix
1726
1727 2005-06-26 [colin]      1.9.11cvs105
1728
1729         * src/folder.c
1730         * src/imap.c
1731                 Fix problems with folder operations in no_select
1732                 imap folders. it applies only to mails, and 
1733                 creation/deletion/move/renaming of folders 
1734                 should be possible
1735
1736 2005-06-26 [paul]       1.9.11cvs104
1737
1738         * src/prefs_filtering.c
1739                 replace one more GTK_STOCK_REMOVE
1740                 with GTK_STOCK_DELETE
1741
1742 2005-06-25 [colin]      1.9.11cvs103
1743
1744         * src/imap.c
1745                 Optimize get_seq_set_from_seq_list
1746                 (Patch by Ricardo) 
1747
1748 2005-06-25 [colin]      1.9.11cvs102
1749
1750         * src/mh.c
1751                 If the directory exists, but not in the
1752                 correct encoding, rename it. This should
1753                 handle old-versions-induced bugs.
1754
1755 2005-06-25 [colin]      1.9.11cvs101
1756
1757         * src/mh.c
1758                 Fix path access with extended dir names
1759                 Fixes bug #589 (SC segfaults with wrong locale
1760                 settings)
1761
1762 2005-06-25 [colin]      1.9.11cvs100
1763
1764         * src/prefs_account.c
1765         * src/prefs_account.h
1766         * src/compose.c
1767                 Add an option to encrypt replies to
1768                 encrypted messages
1769
1770 2005-06-25 [colin]      1.9.11cvs99
1771
1772         * src/compose.c
1773         * src/quote_fmt_parse.y
1774                 ... And make it work with pgpinline.
1775
1776 2005-06-25 [colin]      1.9.11cvs98
1777
1778         * src/compose.c
1779         * src/procmime.c
1780         * src/procmime.h
1781         * src/quote_fmt_parse.y
1782                 o Make reedition of encrypted messages possible
1783                   (as long as it is encrypted to self too, no
1784                    magic there)
1785                 o Make replying with quote (and without selecting
1786                   text) possible for encrypted messages.
1787                 Closes bug #550 (Not possible to "reply with quote"
1788                 to gnupg encrypted messages)
1789
1790 2005-06-24 [paul]       1.9.11cvs97
1791
1792         * src/imap.c
1793                 add missing include
1794
1795 2005-06-24 [paul]       1.9.11cvs96
1796
1797         * src/editldap.c
1798                 made bind password entry invisible
1799                 (sync with main)
1800         * src/send_message.c
1801                 send_message_local(): check exit status
1802                 to detect errors (sync with main)
1803         * src/textview.c
1804                 use main's less ambiguous popup menu
1805                 wording
1806
1807 2005-06-24 [paul]       1.9.11cvs95
1808
1809         * src/prefs_actions.c
1810         * src/prefs_customheader.c
1811         * src/prefs_display_header.c
1812         * src/prefs_filtering_action.c
1813         * src/prefs_matcher.c
1814         * src/prefs_template.c
1815         * src/prefs_toolbar.c
1816                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
1817         * src/gtk/description_window.c
1818                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
1819
1820 2005-06-23 [colin]      1.9.11cvs94
1821
1822         * src/summaryview.c
1823                 Fix rough edges (be sure to call status_show whenever
1824                 necessary).
1825
1826 2005-06-23 [colin]      1.9.11cvs93
1827
1828         * src/summaryview.c
1829                 Optimize Select All
1830                 Before, in a 5K mails folder: 11s
1831                 After, in the same folder: 58000µs
1832                 The joys of locking... gtk_clist_select_all() fires a 
1833                 tree-select-row event for each selected row, which in 
1834                 summaryview, callbacks summary_selected which in turn,
1835                 calls summary_status_show, which walks the selected
1836                 rows. Hence, calling gtk_clist_select_all was 
1837                 exponential. Locking the summaryview makes 
1838                 summary_selected return early.
1839
1840 2005-06-23 [colin]      1.9.11cvs92
1841
1842         * src/imap.c
1843                 Move mutex at the important place to avoid
1844                 deadlocks
1845         * src/summaryview.c
1846                 Fix Del key deleting directly instead of
1847                 moving to trash
1848
1849 2005-06-22 [colin]      1.9.11cvs91
1850
1851         * src/plugins/spamassassin/libspamc.c
1852                 As we do spagetti code with assignations in multiple
1853                 places (see _message_read_raw where out = msg = raw),
1854                 let's be sure we don't free the same pointer twice.
1855                 Should fix bug #683 (Crash in libpam at 
1856                 message_cleanup).
1857
1858 2005-06-22 [colin]      1.9.11cvs90
1859
1860         * src/compose.c
1861         * src/messageview.c
1862         * src/toolbar.c
1863                 Make toolbar's delete use the move to trash stuff;
1864                 Add gtk_widget_realize to be sure pixmaps can get
1865                 created (that may fix an old worksforme bug which
1866                 I can't find back...)
1867
1868 2005-06-22 [colin]      1.9.11cvs89
1869
1870         * src/summaryview.c
1871         * src/summaryview.h
1872         * src/mainwindow.c
1873                 Rename "Message/Delete" to "Message/Move to trash"
1874                 Add "Message/Delete..." that directly destroys the
1875                 selected messages after asking for a confirmation.
1876
1877 2005-06-22 [colin]      1.9.11cvs88
1878
1879         * src/imap.c
1880                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
1881                 o Fix a deadlock (thanks Darko)
1882
1883 2005-06-22 [colin]      1.9.11cvs87
1884
1885         * src/gtk/foldersort.c
1886                 Add missing include for the i18n;
1887                 patch by Fabien Vantard
1888
1889 2005-06-21 [colin]      1.9.11cvs86
1890
1891         * src/folder.c
1892         * src/folderview.c
1893                 Respect the no_select flag
1894         * src/imap.c
1895                 Fix recursive deletion
1896         * src/imap_gtk.c
1897         * src/mh_gtk.c
1898                 Make the folder deletion's warning
1899                 more explicit
1900
1901 2005-06-21 [colin]      1.9.11cvs85
1902
1903         * src/textview.c
1904                 Prevent email addresses from spanning accross
1905                 lines - fixes bug # 646 (newline-chars in 
1906                 email addresses)
1907
1908 2005-06-20 [colin]      1.9.11cvs84
1909
1910         * src/folder.c
1911                 Be sure not to remove source if copy failed
1912
1913 2005-06-20 [colin]      1.9.11cvs83
1914
1915         * src/folderview.c
1916         * src/imap_gtk.c
1917                 remove summaryview's lock
1918         * src/imap.c
1919                 introduce threads to avoid problems when foreground tasks
1920                 interfere with background tasks
1921         * src/mh.c
1922                 prevent moving to drafts/queue
1923         * src/mimeview.c
1924                 fix leak
1925
1926 2005-06-19 [colin]      1.9.11cvs82
1927
1928         * src/imap_gtk.c
1929                 Remember that the user doesn't want to override
1930                 offline mode, for 3 seconds. It avoid presenting
1931                 him with N popups in a really short time.
1932
1933 2005-06-17 [colin]      1.9.11cvs81
1934
1935         * src/imap.c
1936                 Fix IMAP breaking on folders containing '('
1937                 (Probably won't be enough)
1938
1939 2005-06-17 [colin]      1.9.11cvs80
1940
1941         Forgotten files on 1.9.11cvs79
1942         * src/summaryview.c
1943                 Fix stepping when not immediately executing
1944         * src/imap.c
1945                 Really prevent UID FETCH 0
1946         * src/codeconv.c
1947                 Fix outgoing charset never set to utf-8
1948         * src/mh.c
1949                 Fix leak
1950
1951 2005-06-16 [colin]      1.9.11cvs79
1952
1953         * src/compose.c
1954                 Fix bug #707 (Dash splits rows)
1955                 Only wrap if we're on a line break position and
1956                 the previous one was a "white" (space) char.
1957                 Pango stuff is weird.
1958
1959 2005-06-16 [colin]      1.9.11cvs78
1960
1961         * src/imap_gtk.c
1962                 Lock summaryview while downloading messages
1963                 on user demand
1964         * src/procheader.c
1965         * src/unmime.c
1966         * src/common/utils.c
1967         * src/common/utils.h
1968                 Replace \r and \n with spaces in From and
1969                 Subject headers
1970
1971 2005-06-16 [paul]       1.9.11cvs77
1972
1973         * src/procmime.c
1974                 liberalise the mime parser
1975         * src/gtk/about.c
1976                 add text wrapping
1977
1978 2005-06-16 [paul]       1.9.11cvs76
1979
1980         * src/gtk/about.c
1981                 reworked
1982
1983 2005-06-15 [colin]      1.9.11cvs75
1984
1985         * src/compose.c
1986                 Finish header encoding fix
1987         * src/summaryview.c
1988                 Fix segfault
1989         * src/headerview.c
1990                 Fix compilation (Thanks Stephan
1991                 Sachse)
1992
1993 2005-06-15 [colin]      1.9.11cvs74
1994
1995         * Makefile.am
1996                 Install gnome2 stuff rather than gnome1, 
1997                 if both are present
1998         * src/codeconv.c
1999         * src/codeconv.h
2000         * src/compose.c
2001                 Fix headers encoding
2002         * src/folder.c
2003                 Visual progress when fetching all messages
2004         * src/folderview.c
2005         * src/summaryview.c
2006         * src/summaryview.h
2007                 Prevent changing current message while
2008                 incorporating
2009
2010 2005-06-15 [paul]       1.9.11cvs73
2011
2012         * src/gtk/gtkaspell.c
2013         * src/gtk/gtkaspell.h
2014                 fix build warnings
2015
2016 2005-06-15 [paul]       1.9.11cvs72
2017
2018         * src/prefs_filtering.c
2019                 allow reordering of filter rules by
2020                 drag n drop
2021
2022 2005-06-15 [paul]       1.9.11cvs71
2023
2024         * COPYING
2025                 updated
2026         * src/codeconv.c
2027                 replace deprecated function
2028         * src/inc.c
2029         * src/send_message.c
2030         * src/gtk/progressdialog.c
2031         * src/gtk/progressdialog.h
2032                 salvage and reuse parts of reverted sync
2033
2034 2005-06-15 [paul]       1.9.11cvs70
2035
2036         * src/inc.c
2037         * src/send_message.c
2038         * src/gtk/progressdialog.c
2039         * src/gtk/progressdialog.h
2040                 revert yesterday's sync with main
2041                 it contains deprecated functions
2042
2043 2005-06-15 [colin]      1.9.11cvs69
2044
2045         * src/headerview.c
2046                 Fix bug #670 (multi user to: will corrupt message 
2047                 headers display)
2048
2049 2005-06-15 [colin]      1.9.11cvs68
2050
2051         * src/compose.c
2052                 Fix bug #421 (Fix undo on wrapping)
2053
2054 2005-06-15 [colin]      1.9.11cvs67
2055
2056         * src/folder.c
2057                 Provide visual feedback while processing
2058                 folder's rules.
2059         * src/imap.c
2060                 Provide visual feedback while getting
2061                 short headers (for uncached messages)
2062
2063
2064 2005-06-14 [paul]       1.9.11cvs66
2065
2066         * src/account.c
2067                 change a couple stock icons
2068         * src/inc.c
2069         * src/send_message.c
2070         * src/gtk/progressdialog.c
2071         * src/gtk/progressdialog.h
2072                 sync main's GtkTreeView implementation
2073
2074 2005-06-14 [colin]      1.9.11cvs65
2075
2076         * src/imap.c
2077                 Various little fixes, mainly on error paths
2078
2079 2005-06-13 [colin]      1.9.11cvs64
2080
2081         * matcher.c
2082         * procmsg.c
2083         * procmsg.h
2084                 Add a way to fetch only headers. This speeds
2085                 up filtering on headers for IMAP. Fixes:
2086                 bug #481 extraneous imap commands slow down 
2087                         imap filtering
2088                 bug #522 Sylpheed downloads all messages 
2089                         when opening mailbox (IMAP)
2090                 bug #677 IMAP fetch is soooooooooooooo slow
2091         * src/folder.c
2092         * src/folder.h
2093                 Add a folder set_batch method so that
2094                 implementations can speed up flags changes
2095         * src/folderutils.c
2096         * src/summaryview.c
2097                 Use that in mark as (un)read and mark all read
2098                 Refix bug #679
2099         * src/imap.c
2100                 Implement set_batch - brings back deferred
2101                 flags in a less buggy manner. Fixes:
2102                 bug #729 IMAP immediate expunge of deleted messages
2103                 bug #191 remove list of messages with one command
2104                 Fix login with strange chars
2105                 Implement fetch_msg_full
2106                 Fix copy (wrong counts)
2107
2108 2005-06-12 [colin]      1.9.11cvs63
2109
2110         * src/folder.c
2111                 lock incorporation during long operations.
2112                 Avoids fucking up the IMAP socket.
2113
2114 2005-06-12 [colin]      1.9.11cvs62
2115
2116         * src/imap.c
2117                 Fix harmful typo
2118                 Factorize remove_all_msg
2119                 Thread-ize expunge
2120         * src/summaryview.c
2121                 Don't update partial-download status if unnecessary
2122         * src/folder.c
2123                 Use remove_msgs everywhere possible
2124
2125 2005-06-12 [colin]      1.9.11cvs61
2126
2127         * src/folder.c
2128         * src/folder.h
2129                 Add a remove_msgs function to remove a 
2130                 list of messages
2131         * src/imap.c
2132                 Implement that.
2133
2134 2005-06-12 [colin]      1.9.11cvs60
2135
2136         * src/imap.c
2137                 Remove flags-processing deferring... Too hard
2138                 to get it to work in all cases.
2139
2140 2005-06-11 [colin]      1.9.11cvs59
2141
2142         * src/imap.c
2143                 printf -> debug_print
2144
2145 2005-06-11 [colin]      1.9.11cvs58
2146
2147         * src/imap.c
2148                 o Fix build without USE_PTHREAD
2149                 o Factorize imap_open
2150                 o Alertpanel in case of impossible connection
2151                 o Alertpanel in case of impossible login
2152                 o Fix deferred flags processing to force a 
2153                   flush before adding some more flags to process,
2154                   but in another folder.
2155
2156 2005-06-10 [colin]      1.9.11cvs57
2157
2158         * src/imap.c
2159                 o Fix a format string error
2160                 o init ssl socket outside of the thread 
2161                   (it possibly invokes gtk calls)
2162         * src/procmime.c
2163                 o Put back the buffer to its necessary size
2164                 o Fix changing a file pointer without keeping
2165                   track of it (thanks Valgrind)
2166         * src/common/smtp.c
2167                 o Fix automatic STARTTLS if login should be done
2168                   and the server only allows it after starting TLS
2169         * src/gtk/gtkinputdialog.c
2170                 o Eat GDK_Return so that the combo popup doesn't 
2171                   appear when we press Enter to validate the combo
2172                   input dialog (as seen in the Open with... dialog)
2173
2174 2005-06-10 [colin]      1.9.11cvs56
2175
2176         * src/imap.c
2177                 o A bit less debug
2178                 o Fix a crash on deletion
2179                 o Threadize imap_select (it's called outside of 
2180                   threads)
2181                 o Defer treatment of DELETED flags
2182
2183
2184 2005-06-09 [colin]      1.9.11cvs55
2185
2186         * src/imap.c
2187                 Make sure we check imap_gtk_should_override(), which
2188                 potentially calls gtk stuff, before creating thread.
2189                 That way it should't be called via imap_get_session()
2190                 inside a thread.
2191
2192 2005-06-09 [colin]      1.9.11cvs54
2193
2194         * src/imap.c
2195                 o add a bit of status output
2196                 o remove some dead code
2197                 o threadize get_list_of_uids
2198                 o threadize imap_get_flags
2199                 o defer flag changing by 500ms so that they
2200                   can be batched
2201
2202
2203 2005-06-08 [colin]      1.9.11cvs53
2204
2205         * src/imap.c
2206                 Thread-ize imap_cmd_fetch
2207
2208 2005-06-08 [colin]      1.9.11cvs52
2209
2210         * src/main.c
2211                 Mmh, that broke POP3...
2212
2213 2005-06-08 [colin]      1.9.11cvs51
2214
2215         * src/main.c
2216                 Stabilize IMAP patch (thanks to Hoa)
2217
2218 2005-06-08 [colin]      1.9.11cvs50
2219
2220         * src/imap.c
2221                 Test patch to speed up imap. 
2222
2223 2005-06-08 [colin]      1.9.11cvs49
2224
2225         * src/imap_gtk.c
2226                 Warning fix
2227         * src/procmime.c
2228                 Apply patch from gentoo to use /usr/share/mime/globs if 
2229                 available, after un-breaking it
2230         * src/common/log.c
2231         * src/common/log.h
2232                 Use g_timeout for invoking hooks that possibly use gtk
2233                 calls. This should leave gtk calls in the main thread.
2234
2235 2005-06-08 [paul]       1.9.11cvs48
2236
2237         * src/codeconv.c
2238                 conv_get_outgoing_charset_str(): don't
2239                 use prefs_common setting
2240         * src/compose.c
2241         * src/compose.h
2242                 add /Options/Character encoding/... to
2243                 temporarily change the outgoing encoding
2244
2245         (belated sync with main)
2246
2247 2005-06-08 [paul]       1.9.11cvs47
2248
2249         * src/compose.c
2250                 correction to/completion of last
2251                 sync with main
2252
2253 2005-06-08 [paul]       1.9.11cvs46
2254
2255         sync with main:
2256         
2257         * src/codeconv.c
2258         * src/codeconv.h
2259                 always enabled Japanese auto-detection
2260                 if the first letters of locale string
2261                 is "ja"
2262         * src/compose.c
2263                 don't use "destroy" signal to destroy
2264                 Compose object (fix rare crashes on discard?)
2265         * src/mainwindow.c
2266         * src/messageview.c
2267         * src/prefs_send.c
2268                 added Hebrew encodings
2269         * src/sourcewindow.c
2270                 don't use "destroy" signal to destroy
2271                 objects
2272
2273 2005-06-07 [colin]      1.9.11cvs45
2274
2275         * src/summaryview.c
2276                 Add missing unlocks/locks
2277
2278 2005-06-07 [paul]       1.9.11cvs44
2279
2280         * src/summaryview.c
2281                 restore bug #749 fix
2282
2283 2005-06-06 [colin]      1.9.11cvs43
2284
2285         * src/summaryview.c
2286                 Fix selection bug when prefs_common.open_unread 
2287                 is FALSE
2288
2289 2005-06-06 [colin]      1.9.11cvs42
2290
2291         * src/common/md5.c
2292                 Fix a warning
2293         * src/summaryview.c
2294         * src/folderview.c
2295                 Factorize long operations beginning and end
2296                 (locking, freezing/thawing, cursor, ...)
2297                 Check selection->data member in selection-
2298                 related loops; this avoids dying an awful
2299                 death if the selection changes on us while
2300                 we're marking a whole IMAP folder unread, 
2301                 for example.
2302
2303 2005-06-06 [paul]       1.9.11cvs41
2304
2305         * src/textview.c
2306                 don't g_free() a static gchar buffer
2307
2308 2005-06-05 [colin]      1.9.11cvs40
2309
2310         * src/mainwindow.c
2311         * src/messageview.c
2312         * src/summaryview.c
2313                 Fix bug #749 (Show all headers should be
2314                 sticky as the GUI suggests)
2315
2316 2005-06-03 [paul]       1.9.11cvs39
2317
2318         * src/compose.c
2319                 don't allow editing of mail while sending.
2320                 patch by Colin
2321
2322 2005-06-03 [paul]       1.9.11cvs38
2323
2324         * src/folderview.c
2325                 add a freeze/thaw to speed up 'mark all read'
2326
2327 2005-06-03 [paul]       1.9.11cvs37
2328
2329         * src/prefs_message.c
2330                 reflect changes immediately
2331
2332 2005-06-02 [colin]      1.9.11cvs36
2333
2334         * po/POTFILES.in
2335                 Patch by Fabien Vantard.
2336
2337 2005-06-02 [colin]      1.9.11cvs35
2338
2339         * src/imap.c
2340                 Use a non-blocking imap_getline() if possible.
2341                 This should completely prevent the interface
2342                 from freezin on imap operations, although it
2343                 may do strange stuff in case of folder switching
2344                 while a big imap operation is taking place...
2345
2346                 In addition, fix a leak in the case thread
2347                 creation fails on connection.
2348
2349 2005-06-02 [colin]      1.9.11cvs34
2350
2351         * src/crash.c
2352         * src/prefs_common.h
2353                 Fix build (prefs_common_init() doesn't exist
2354                 anymore)
2355
2356 2005-06-02 [colin]      1.9.11cvs33
2357
2358         * src/prefs_account.c
2359                 Fix bug #245 (filtering rules broken when
2360                 renaming a remote account (imap4 or nntp)
2361
2362 2005-06-02 [colin]      1.9.11cvs32
2363
2364         * src/imap.c
2365                 Try to fix IMAP shortcomings: 
2366                 o Multithread imap_open()
2367                 o allow offline-mode overriding instead of
2368                   just returning NULL
2369         * src/imap_gtk.c
2370         * src/imap_gtk.h
2371                 Add a function to ask whether we want to
2372                 override offline-mode for 10 minutes (one-shot
2373                 asking was painful)
2374         * src/procheader.c
2375                 Fix segfault when imap parser isn't happy about
2376                 a missing {
2377
2378 2005-06-01 [colin]      1.9.11cvs31
2379
2380         * src/addrharvest.c
2381         * src/compose.c
2382         * src/mbox.c
2383         * src/mbox.h
2384         * src/mh.c
2385         * src/msgcache.c
2386         * src/send_message.c
2387         * src/setup.c
2388         * src/undo.c
2389         * src/common/hooks.c
2390         * src/common/prefs.c
2391         * src/common/template.c
2392         * src/common/utils.c
2393         * src/gtk/gtkutils.c
2394         * src/gtk/inputdialog.c
2395         * src/gtk/menu.c
2396         * src/gtk/pluginwindow.c
2397         * src/gtk/prefswindow.c
2398         * src/plugins/pgpmime/passphrase.c
2399         * src/plugins/pgpmime/prefs_gpg.c
2400                 More -Wall fixes
2401
2402         * src/common/Makefile.am
2403         * src/common/timing.h
2404                 Add basic timing code
2405
2406         * src/summaryview.c
2407                 Fix a bug with unread messages when 
2408                 re-sorting folders, and by the way
2409                 fix a big performance hit when 
2410                 re-sorting (10k mails: before 5s,
2411                 after .5s)
2412
2413         * src/prefs_compose_writing.c
2414         * src/prefs_compose_writing.h
2415         * src/prefs_message.c
2416         * src/prefs_message.h
2417         * src/prefs_other.c
2418         * src/prefs_other.h
2419         * src/prefs_quote.c
2420         * src/prefs_quote.h
2421         * src/prefs_receive.c
2422         * src/prefs_receive.h
2423         * src/prefs_send.c
2424         * src/prefs_send.h
2425         * src/prefs_summaries.c
2426         * src/prefs_summaries.h
2427                 Fix copyright banner
2428
2429 2005-06-01 [paul]       1.9.11cvs30
2430
2431         * po/fi.po
2432                 updated by Flammie Pirinen
2433         * src/procmime.c
2434                 fix 'Bad BASE64 content' output
2435
2436 2005-05-31 [colin]      1.9.11cvs29
2437
2438         * src/procmime.c
2439                 Oops, where did my hunk go.
2440
2441 2005-05-31 [colin]      1.9.11cvs28
2442
2443         * src/Makefile.am
2444         * src/account.c
2445         * src/action.c
2446         * src/addr_compl.c
2447         * src/addressbook.c
2448         * src/codeconv.c
2449         * src/compose.c
2450         * src/export.c
2451         * src/folder.c
2452         * src/folderview.c
2453         * src/image_viewer.c
2454         * src/main.c
2455         * src/mainwindow.c
2456         * src/messageview.c
2457         * src/mimeview.c
2458         * src/msgcache.c
2459         * src/prefs_account.c
2460         * src/prefs_actions.c
2461         * src/prefs_common.c
2462         * src/prefs_compose_writing.c
2463         * src/prefs_customheader.c
2464         * src/prefs_ext_prog.c
2465         * src/prefs_filtering.c
2466         * src/prefs_filtering_action.c
2467         * src/prefs_fonts.c
2468         * src/prefs_image_viewer.c
2469         * src/prefs_message.c
2470         * src/prefs_message.h
2471         * src/prefs_msg_colors.c
2472         * src/prefs_other.c
2473         * src/prefs_other.h
2474         * src/prefs_quote.c
2475         * src/prefs_receive.c
2476         * src/prefs_receive.h
2477         * src/prefs_send.c
2478         * src/prefs_send.h
2479         * src/prefs_spelling.c
2480         * src/prefs_summaries.c
2481         * src/prefs_summary_column.c
2482         * src/prefs_template.c
2483         * src/prefs_themes.c
2484         * src/prefs_toolbar.c
2485         * src/prefs_wrapping.c
2486         * src/procmime.c
2487         * src/procmsg.c
2488         * src/send_message.h
2489         * src/ssl_manager.c
2490         * src/summary_search.c
2491         * src/summaryview.c
2492         * src/textview.c
2493         * src/wizard.c
2494         * src/common/smtp.c
2495         * src/common/smtp.h
2496         * src/gtk/gtkutils.h
2497                 o Move the rest of Common prefs to new style
2498                 o Lots of -Wall warning fixes
2499                 o fix FIXME in cache memusage calculation
2500                 o Let return receipts be sent from any account
2501                 o Little cache optimisation (read)
2502                 o Fix bug #746 (don't treat commas as separators
2503                   when inside a quoted string)
2504
2505 2005-05-31 [paul]       1.9.11cvs27
2506
2507         * src/prefs_common.c
2508                 fix 'off-by-one' typo
2509
2510 2005-05-31 [paul]       1.9.11cvs26
2511
2512         * src/account.c
2513         * src/addr_compl.c
2514         * src/compose.c
2515         * src/foldersel.c
2516         * src/prefs_actions.c
2517         * src/prefs_common.c
2518         * src/prefs_common.h
2519         * src/prefs_customheader.c
2520         * src/prefs_display_header.c
2521         * src/prefs_filtering.c
2522         * src/prefs_filtering_action.c
2523         * src/prefs_matcher.c
2524         * src/prefs_summaries.c
2525         * src/prefs_summary_column.c
2526         * src/prefs_template.c
2527         * src/prefs_toolbar.c
2528         * src/ssl_manager.c
2529         * src/gtk/pluginwindow.c
2530         * src/gtk/prefswindow.c
2531         * src/gtk/progressdialog.c
2532                 add hidden prefs 'enable_rules_hint'
2533                 for gtk_tree_view_set_rules_hint()
2534                 (sync with main)
2535                 
2536
2537 2005-05-31 [colin]      1.9.11cvs25
2538
2539         * src/Makefile.am
2540         * src/main.c
2541         * src/prefs_common.c
2542         * src/prefs_summaries.c ** ADDED **
2543         * src/prefs_summaries.h ** ADDED **
2544                 Common/Display -> Display/Summaries
2545
2546 2005-05-31 [colin]      1.9.11cvs24
2547
2548         * src/Makefile.am
2549         * src/main.c
2550         * src/prefs_quote.c ** ADDED **
2551         * src/prefs_quote.h ** ADDED **
2552                 Move Common/Quote to Compose/Quoting
2553         * src/prefs_common.c
2554         * src/prefs_common.h
2555                 Remove old quote stuff, add
2556                 convenience functions for GtkTextView prefs
2557         * src/gtk/prefswindow.c
2558                 Set default height higher
2559
2560 2005-05-30 [colin]      1.9.11cvs23
2561
2562         * src/Makefile.am
2563         * src/main.c
2564         * src/prefs_common.c
2565         * src/prefs_compose_writing.c ** ADDED **
2566         * src/prefs_compose_writing.h ** ADDED **
2567                 Move Common/Compose prefs to Compose/Writing
2568
2569 2005-05-30 [colin]      1.9.11cvs22
2570
2571         * src/common/utils.c
2572                 Fix bug #651 (Confused Attract by Subject)
2573                 Patch by M. Benkmann <haferfrost@web.de>
2574         * AUTHORS
2575
2576 2005-05-30 [colin]      1.9.11cvs21
2577
2578         * src/compose.c
2579                 Fix concatenation of different headers of
2580                 the same type (bug #645)
2581         * src/prefs_folder_item.c
2582                 Fix bug #699 (setting color to black doesn't
2583                 work immediately)
2584         * src/procmime.c
2585                 Print out decoding error only once per
2586                 block
2587
2588 2005-05-30 [paul]       1.9.11cvs20
2589
2590         * src/common/template.c
2591                 fix Bcc
2592
2593 2005-05-30 [paul]       1.9.11cvs19
2594
2595         * doc/src/rfc2368.txt   **NEW FILE**
2596         * src/compose.c
2597                 compose_entries_set(): don't interpret Bcc
2598                 header field (conform to RFC 2368)
2599                 (sync with main)
2600
2601 2005-05-29 [colin]      1.9.11cvs18
2602
2603         * src/prefs_common.c
2604                 Let the default reply format respect
2605                 netiquette by cutting the signature.
2606
2607 2005-05-29 [colin]      1.9.11cvs17
2608
2609         * src/summaryview.c
2610                 Don't let always_show_msg override
2611                 open_unread_on_enter when opening a new
2612                 directory.
2613
2614 2005-05-27 [paul]       1.9.11cvs16
2615
2616         sync with main:
2617
2618         * src/main.c
2619                 app_will_exit(): cleanup tmp directory when exit
2620         * src/message_search.c
2621                 improved the interface and made code cleanup.
2622                 removed Clear button
2623         * src/send_message.c
2624                 send_message_local(): use GSpawn, and detect errors
2625         * src/summary_search.c
2626                 improved the interface and made code cleanup
2627         * src/textview.c
2628                 textview_write_link(): also skip non-ascii space
2629                  at the head of link strings (phishing check
2630                  didn't work at the case)
2631         * src/common/utils.c
2632                 get_command_output(): use g_spawn_command_line_sync()
2633                 instead of popen()
2634
2635 2005-05-26 [colin]      1.9.11cvs15
2636
2637         * src/folder.c
2638                 remove printf
2639
2640 2005-05-26 [colin]      1.9.11cvs14
2641
2642         * src/common/nntp.c
2643                 Fix nntp mode reader (bug #611)
2644                 Patch by Florian Mickler <florian@mickler.org>
2645
2646 2005-05-26 [colin]      1.9.11cvs13
2647
2648         * src/plugins/pgpmime/passphrase.c
2649                 Fix mouse grabbing (bug #557)
2650
2651 2005-05-26 [colin]      1.9.11cvs12
2652
2653         * src/prefs_themes.c
2654                 Fix g_warning (bug #541)
2655
2656 2005-05-26 [colin]      1.9.11cvs11
2657
2658         * src/prefs_actions.c
2659         * src/prefs_template.c
2660                 Fix bug #506 (no warning if action/template
2661                 is not saved)
2662         * src/common/template.c
2663                 Fix a possible crash
2664
2665 2005-05-26 [colin]      1.9.11cvs10
2666
2667         * src/folder.c
2668         * src/folderview.c
2669         * src/procmsg.c
2670         * src/summaryview.c
2671                 Forbid locked messages to be moved or
2672                 deleted. Locked messages in trashes 
2673                 still get deleted, for performance
2674                 reason (mh.c::mh_remove_all_msgs)
2675
2676 2005-05-25 [colin]      1.9.11cvs9
2677
2678         * src/procmime.c
2679                 Use correct encoding when sending mails
2680                 with attachments that have accentued 
2681                 chars in their name
2682
2683 2005-05-24 [colin]      1.9.11cvs8
2684
2685         * src/summaryview.c
2686                 Fix bug #688 f) read/unread marker not
2687                 changed on first click
2688                 Also, optimize summary_status_show()
2689                 calls
2690         * src/folder.c
2691         * src/inc.c
2692         * src/procmime.c
2693                 Fix bug #688 b) and c) wrt message
2694                 attachments and signature
2695         * src/stock_pixmap.c
2696         * src/stock_pixmap.h
2697         * src/stock_pixmap.c
2698         * src/stock_pixmap.h
2699         * src/Makefile.am
2700         * src/pixmaps/clip_gpg_signed.xpm
2701                 Add clip/signed icon
2702
2703 2005-05-24 [colin]      1.9.11cvs7
2704
2705         * src/folder_item_prefs.c
2706                 whitespace fix
2707
2708 2005-05-24 [colin]      1.9.11cvs6
2709
2710         * src/folderview.c
2711         * src/prefs_common.c
2712         * src/prefs_common.h
2713                 Add a confirmation to folder drag and drop
2714                 fixes bug #156
2715         * src/alertpanel.c
2716         * src/alertpanel.h
2717                 fix _with_disable parameters so that
2718                 the buttons labels are specifiable too
2719         * src/plugins/pgpmime/sgpgme.c
2720                 reflect said change
2721                 
2722
2723 2005-05-24 [colin]      1.9.11cvs5
2724
2725         * src/folderview.c
2726                 Uncollapse/collapse folders on double-click
2727                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
2728                 closes bug #108
2729
2730 2005-05-23 [colin]      1.9.11cvs4
2731
2732         * src/common/socket.c
2733                 Check another special SSL_peek() error.
2734                 Should help wrt bug #728
2735
2736 2005-05-23 [colin]      1.9.11cvs3
2737
2738         * src/plugins/pgpmime/pgpmime.c
2739                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
2740                 breaking menu accelerators and stuff. Users will have to
2741                 reselect "PGP MIME" instead of "PGP/MIME" in their 
2742                 account's privacy preferences if needed.
2743
2744 2005-05-22 [paul]
2745
2746         * tools/kdeservicemenu/install.sh
2747                 use kdesu to prompt for root password if doing
2748                 global install/uninstall
2749
2750 2005-05-20 [colin]      1.9.11cvs2
2751
2752         * src/procmsg.c
2753                 Fix another compilation error with gcc-2.9x
2754                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
2755         * src/send_message.c
2756                 Don't send QUIT if we aren't connected
2757
2758 2005-05-19 [colin]      1.9.11cvs1
2759
2760         * src/procmsg.c
2761                 Fix compilation with gcc 2.9x
2762
2763 2005-05-19 [paul]       1.9.11
2764
2765         1.9.11 released
2766
2767 2005-05-19 [paul]       1.9.9cvs14
2768
2769         * src/gtk/inputdialog.c
2770                 prevent gettext warning
2771
2772 2005-05-19 [paul]       1.9.9cvs13
2773
2774         * src/mainwindow.c
2775         * src/prefs_common.c
2776         * src/prefs_common.h
2777         * src/textview.c
2778         * src/textview.h
2779                 add an option to toggle cursor in message
2780                 view (sync with main)
2781
2782 2005-05-18 [colin]      1.9.9cvs12
2783
2784         * src/compose.c
2785                 Dereference freed pointer
2786         * src/gtk/gtkaspell.c
2787                 Fix duplication of dictionaries (is it an aspell issue?)
2788
2789 2005-05-18 [colin]      1.9.9cvs11
2790
2791         * src/gtk/inputdialog.c
2792         * src/gtk/gtkaspell.c
2793                 HIGuify dialogs
2794         * src/alertpanel.c
2795                 Remove a double call
2796
2797 2005-05-17 [colin]      1.9.9cvs10
2798
2799         * src/gtk/gtkaspell.c
2800                 Fix dialogs, Ctrl-Enter accel
2801
2802 2005-05-17 [colin]      1.9.9cvs9
2803
2804         * src/gtk/gtkaspell.c
2805                 Fix some accelerators, escape in replace-window
2806
2807 2005-05-16 [colin]      1.9.9cvs8
2808
2809         * src/gtk/gtkaspell.c
2810                 Revert last commit, it was a mistake.
2811
2812 2005-05-16 [colin]      1.9.9cvs7
2813
2814         * src/gtk/gtkaspell.c
2815                 Remove buggy code while we're at it. It's a 
2816                 dead code path anyway.
2817
2818 2005-05-16 [colin]      1.9.9cvs6
2819
2820         * src/gtk/gtkaspell.c
2821                 Missed some gtk_menu_popup where deactivate
2822                 signal should be handled. Should fix bug
2823                 #629 a bit more.
2824
2825 2005-05-16 [colin]      1.9.9cvs5
2826
2827         * src/gtk/gtkaspell.c
2828                 Remove debug printf()s
2829
2830 2005-05-16 [colin]      1.9.9cvs4
2831
2832         * src/gtk/gtkaspell.c
2833                 Fix a bit aspell problems
2834                 (see bug #629)
2835
2836 2005-05-13 [colin]      1.9.9cvs3
2837
2838         * src/folderview.c
2839                 Fix the + appearing even when no subfolders
2840                 have unread messages. Thanks to wwp for the
2841                 bug report.
2842
2843 2005-05-11 [paul]       1.9.9cvs2
2844
2845         * src/folderview.c
2846                 correction to 1.9.9cvs1, only colour folders that
2847                 have new msgs (not unread msgs)
2848
2849 2005-05-10 [colin]      1.9.9cvs1
2850
2851         * src/folderview.c
2852         * src/summaryview.c
2853                 Try to fix bolding bugs again.
2854
2855 2005-05-09 [paul]
2856
2857         * tools/claws.i18n.status.pl
2858                 add Ricardo Mones Lastra's script that has been providing
2859                 the i18n status page for many months
2860
2861 2005-05-09 [paul]       1.9.9
2862
2863         1.9.9 release
2864
2865 2005-05-09 [paul]       1.9.6cvs58
2866
2867         * AUTHORS
2868         * INSTALL
2869         * README.claws
2870                 updated
2871         * Makefile.am 
2872         * RELEASE_NOTES.claws
2873                 add release notes to cvs to simplify release
2874                 procedure
2875         * configure.ac
2876                 add ca and fi to ALL_LINGUAS
2877         * po/Makefile.in.in
2878                 workaround for missing Makevars
2879         * po/ca.po
2880         * po/fi.po
2881                 add new Catalan and Finnish translations
2882                 submitted by Miquel Oliete and Flammie Pirinen
2883         * po/de.po
2884         * po/es.po
2885         * po/fr.po
2886         * po/it.po
2887         * po/pl.po
2888         * po/ru.po
2889         * po/sk.po
2890         * po/sr.po
2891         * po/zh_CN.po
2892                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
2893                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
2894                 Urke MMI, and Hansom Young
2895         * src/main.c
2896                 Fix drafting when quitting. compose_draft() closes the
2897                 compose windows, which modifies the compose_list GSList.
2898                 We have to refresh this list after echo drafting to avoid a
2899                 segfault
2900         * src/partial_download.c
2901                 fix segfault on exit
2902
2903 2005-05-06 [paul]       1.9.6cvs57
2904
2905         * src/grouplistdialog.c
2906                 quick fix/workaround for unresizeable newsgroup
2907                 name column 
2908
2909 2005-05-06 [paul]       1.9.6cvs56
2910
2911         * src/inc.c
2912         * src/mainwindow.c
2913                 use gettext plural forms
2914         * src/imap_gtk.c
2915         * src/mh_gtk.c
2916         * src/toolbar.c
2917                 small improvement to english usage
2918
2919 2005-05-05 [thorsten]   1.9.6cvs55
2920
2921         * src/folder.c
2922                 fix possible crash
2923
2924 2005-05-05 [paul]       1.9.6cvs54
2925         
2926         sync with HEAD
2927
2928         * AUTHORS
2929         * src/compose.c
2930                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
2931                 patch by Tim Mann
2932
2933 2005-05-05 [paul]       1.9.6cvs53
2934
2935         * src/mainwindow.c
2936                 fix resizing of separate message and
2937                 folder views
2938
2939 2005-05-05 [paul]       1.9.6cvs52
2940
2941         * src/account.c
2942         * src/addrgather.c
2943         * src/browseldap.c
2944         * src/exphtmldlg.c
2945         * src/expldifdlg.c
2946         * src/importmutt.c
2947         * src/importpine.c
2948         * src/main.c
2949         * src/mainwindow.c
2950         * src/noticeview.c
2951         * src/prefs_filtering.c
2952         * src/prefs_filtering_action.c
2953         * src/prefs_matcher.c
2954         * src/prefs_spelling.c
2955         * src/prefs_toolbar.c
2956         * src/toolbar.c
2957         * src/wizard.c
2958         * src/gtk/description_window.c
2959         * src/gtk/gtkvscrollbutton.c
2960         * src/gtk/progressdialog.c
2961         * src/gtk/quicksearch.c
2962         * src/plugins/pgpmime/prefs_gpg.c
2963         * src/plugins/spamassassin/spamassassin_gtk.c
2964                 replace deprecated gtk_widget_set_usize
2965
2966 2005-05-04 [colin]      1.9.6cvs51
2967
2968         * src/common/utils.c
2969                 Fix crash when subst_for_filename is called
2970                 with a NULL parameter
2971
2972 2005-05-04 [colin]      1.9.6cvs50
2973
2974         * src/partial_download.c
2975         * src/pop.c
2976                 Escape login when writing uidl file
2977                 fixes bug #736
2978
2979 2005-05-03 [colin]      1.9.6cvs49
2980
2981         * src/procmime.c
2982                 Fix possible DOS in mime parser
2983                 (see bug #634)
2984
2985 2005-05-02 [colin]      1.9.6cvs48
2986
2987         * src/compose.c
2988                 Try to fix the copy/paste mess once again.
2989
2990
2991 2005-04-30 [colin]      1.9.6cvs47
2992
2993         * src/prefs_account.h
2994         * src/procmsg.c
2995         * src/send_message.c
2996         * src/common/smtp.c
2997         * src/common/smtp.h
2998                 Try to batch sending mails (per account) instead of
2999                 reconnecting to server every time.
3000
3001 2005-04-29 [colin]      1.9.6cvs46
3002
3003         * src/messageview.c
3004                 Fix window resizing that refused to size down
3005         * src/prefs_common.c
3006         * src/prefs_common.h
3007         * src/prefs_filtering.c
3008                 Save Filtering's window size
3009
3010 2005-04-21 [paul]       1.9.6cvs45
3011
3012         * ChangeLog-gtk2.claws
3013         * src/setup.c
3014                 correction to sync
3015
3016 2005-04-21 [paul]       1.9.6cvs44
3017
3018         sync with main:
3019
3020         * src/setup.c
3021         * src/statusbar.c
3022         * src/statusbar.h
3023                 use gtkut_widget_draw_now(). Improved performance
3024                 of the update of statusbar
3025         * src/textview.c
3026                 textview_smooth_scroll_do(): redraw it after scroll
3027                 is done (fixed incorrect display when a part of the
3028                 view is hidden).
3029         * src/gtk/gtkutils.c
3030         * src/gtk/gtkutils.h
3031                 gtkut_widget_draw_now(): use gdk_window_process_updates()
3032                 to force update of widgets.
3033                 Removed gtkut_widget_wait_for_draw() which had a big
3034                 overhead  because of waiting for all events processed 
3035
3036 2005-04-20 [paul]       1.9.6cvs43
3037
3038         * src/codeconv.c
3039                 complete 1.9.6cvs42's sync:
3040                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
3041
3042 2005-04-19 [paul]       1.9.6cvs42
3043
3044         sync with main:
3045
3046         * src/action.c
3047                 catch_output(): correctly select the insert text
3048                 (fix invalid iterator warnings).
3049         * src/codeconv.c
3050         * src/codeconv.h
3051         * src/mainwindow.c
3052         * src/messageview.c
3053         * src/prefs_common.c
3054                 support GBK encoding.
3055         * src/common/session.c
3056         * src/common/session.h
3057                 use separate buffer for large data to be sent,
3058                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
3059
3060 2005-04-18 [paul]       1.9.6cvs41
3061
3062         * src/jpilot.c
3063                 convert unsigned long into guint32
3064                 patch by Paul LeoNerd Evans 
3065
3066 2005-04-17 [colin]      1.9.6cvs40
3067
3068         * src/compose.c
3069                 Fix 'Request return receipt' from folder
3070                 properties (bug #708)
3071
3072 2005-04-17 [colin]      1.9.6cvs39
3073
3074         * src/mainwindow.c
3075                 Fix duplicate hotkeys in Mainwindow's menu
3076
3077 2005-04-17 [colin]      1.9.6cvs38
3078
3079         * src/folderview.c
3080                 Fix duplicate hotkeys in Folderview's contextual
3081                 menu
3082
3083 2005-04-15 [colin]      1.9.6cvs37
3084
3085         * src/summaryview.c
3086                 Fix 'Save as...' with non-ascii filenames
3087
3088 2005-04-15 [colin]      1.9.6cvs36
3089
3090         * src/plugins/pgpmime/pgpmime.c
3091                 Fix bus error on 64bit. Spotted by 
3092                 macallan1888@gmail.com
3093
3094 2005-04-15 [colin]      1.9.6cvs35
3095
3096         * src/prefs_account.c
3097                 Fix cvs34.
3098
3099 2005-04-12 [colin]      1.9.6cvs34
3100
3101         * src/prefs_account.c
3102                 Fix smtp auth type off-by-one. We forgot to
3103                 add PLAIN in the prefs-to-gui setter func and
3104                 as a result, the selected auth when opening
3105                 account prefs was not the correct one.
3106
3107 2005-04-12 [paul]       1.9.6cvs33
3108
3109         * src/inc.c
3110                 if the recv dialog is visible, Cancel only
3111                 cancels the current account
3112
3113
3114 2005-04-10 [colin]      1.9.6cvs32
3115
3116         * src/filtering.c
3117                 Copy score when copying FilteringActions
3118                 Fix bug #674
3119
3120 2005-04-10 [colin]      1.9.6cvs31
3121
3122         * src/inc.c
3123                 Make Message -> Receive -> Cancel cancel 
3124                 incorporation on all accounts. Fixes
3125                 bug #693
3126
3127 2005-04-10 [colin]      1.9.6cvs30
3128
3129         * src/prefs_account.c
3130                 Update Privacy checkbuttons status based
3131                 on the selected privacy system
3132         * src/compose.c
3133                 Always connect the "None" privacy system; the
3134                 static boolean was probably there to avoid
3135                 reconnecting twice in the same compose window,
3136                 but as the parent function is only called once
3137                 per compose, it's only a bug - as a static is
3138                 initialized once per application instance.
3139                 Also, don't uncheck Sign and Encrypt when
3140                 selecting None as privacy system; just ignore
3141                 them when sending/queuing.
3142                 Should fix bug #695
3143
3144 2005-04-08 [colin]      1.9.6cvs29
3145
3146         * src/account.c
3147         * src/prefs_account.c
3148         * src/prefs_account.h
3149                 Add account preference to queue message in a certain
3150                 folder.
3151
3152 2005-04-06 [colin]      1.9.6cvs28
3153
3154         * src/prefs_account.c
3155                 Update old inbox path syntax
3156
3157 2005-04-06 [paul]       1.9.6cvs27
3158
3159         sync with main:
3160
3161         * configure.ac
3162                 changed -traditional-cpp to -no-cpp-precomp for newer
3163                 Mac OS X support
3164         * src/foldersel.c
3165                 made column resize automatically
3166         * src/send_message.c
3167                 send_message_smtp(): consider EOF right after QUIT
3168                 successful (workaround for Gmail SMTP server)
3169         * src/common/socket.c
3170                 ssl_read(), ssl_peek(): check EOF which violates the
3171                 SSL protocol
3172         * src/gtk/colorlabel.c
3173                 removed warnings when displaying colorlabel menu
3174                 (don't use GtkAlignment)
3175
3176 2005-04-05 [paul]       1.9.6cvs26
3177
3178         * src/plugins/trayicon/trayicon.c
3179                 fix clipping of icon under KDE3 
3180
3181 2005-04-05 [paul]       1.9.6cvs25
3182
3183         * src/summaryview.c
3184                 hide display of threading
3185                 patch by Alfons
3186
3187 2005-04-04 [thorsten]   1.9.6cvs24
3188
3189         * src/mh.c
3190                 marks lost on filesystems with different stat() results on
3191                 summer-/wintertime
3192
3193 2005-04-03 [colin]      1.9.6cvs23
3194
3195         * src/summaryview.c
3196                 Don't handle up/down. Patch by Alfons
3197
3198 2005-04-02 [colin]      1.9.6cvs22
3199
3200         * src/summaryview.c
3201                 Make scrolling faster. Patch by Alfons.
3202
3203 2005-04-01 [colin]      1.9.6cvs21
3204
3205         * src/Makefile.am
3206         * src/stock_pixmap.c
3207         * src/pixmaps/dir-noselect.xpm ** REMOVED **
3208         * src/pixmaps/dir_noselect.xpm ** ADDED **
3209                 Fix pixmap name mismatch (Thanks Stephan Sachse)
3210
3211 2005-04-01 [colin]      1.9.6cvs20
3212
3213         * src/image_viewer.c
3214         * src/image_viewer.h
3215         * src/procmime.c
3216         * src/procmime.h
3217         * src/textview.c
3218         * src/textview.h
3219                 Implement inline image resizing and right-clicking
3220
3221 2005-04-01 [paul]       1.9.6cvs19
3222
3223         * AUTHORS
3224         * Makefile.am
3225         * configure.ac
3226                 check for gnome2
3227                 patch by Luca Cavalli <loopback<AT>slackit.org>
3228         * po/ru.po
3229                 updated by Pavlo Bohmat
3230
3231 2005-03-31 [colin]      1.9.6cvs18
3232
3233         * src/news.c
3234                 Fix parsing references
3235         * src/msgcache.c
3236                 don't put nulls in the references list
3237         * src/procheader.c
3238                 commit that forgotten file in 1.9.6cvs14
3239
3240 2005-03-31 [colin]      1.9.6cvs17
3241
3242         * src/compose.c
3243                 Fix joining of signature separator again. 
3244                 Maybe Hiro could put it in main too...
3245
3246 2005-03-31 [colin]      1.9.6cvs16
3247
3248         * src/Makefile.am
3249         * src/foldersel.c
3250         * src/stock_pixmap.c
3251         * src/stock_pixmap.h
3252         * src/pixmaps/dir-noselect.xpm
3253                 Update foldersel.c (sync from main, patch by Alfons)
3254
3255 2005-03-30 [colin]      1.9.6cvs15
3256
3257         * src/imap.c
3258                 Fix handling of imap folders containing [] in 
3259                 their name. Thanks to Nahuel Angelinetti for
3260                 the detailed bugreport.
3261
3262 2005-03-30 [colin]      1.9.6cvs14
3263
3264         * src/common/utils.h
3265         * src/common/utils.c
3266         * src/common/defs.h
3267         * src/matcher.c
3268         * src/msgcache.c
3269         * src/news.c
3270         * src/procmsg.c
3271         * src/procmsg.h
3272         * src/quote_fmt_parse.y
3273         * src/summaryview.c
3274                 Update references system. Patch by Alfons
3275
3276 2005-03-30 [colin]      1.9.6cvs13
3277
3278         * src/common/socket.c
3279                 Force the glibc to read resolv.conf again when 
3280                 it has changed. Should fix issues when changing
3281                 networks on a laptop and not restarting sylpheed. 
3282
3283 2005-03-30 [paul]       1.9.6cvs12
3284
3285         partial sync with main:
3286
3287         * src/action.c
3288                 create_io_dialog(): use user-defined text font
3289                 (thanks to Alfons), and modified its appearance.
3290         * src/addrgather.c
3291         * src/addrharvest.c
3292         * src/browseldap.c
3293                 replace old code
3294         * src/compose.c
3295                 don't join (presumably) itemized lines on line-wrapping
3296                 fixed wrapping of quote when auto-wrapping is enabled
3297                 compose_destroy(): destroy paned only if it's not
3298                 attached to window. Fixed memory leak of popup menu.
3299         * src/exphtmldlg.c
3300         * src/expldifdlg.c
3301                 replace old code
3302         * src/html.c
3303         * src/html.h
3304         * src/importmutt.c
3305         * src/importpine.c
3306                 replace old code
3307         * src/main.c
3308                 removed redundant code
3309         * src/mainwindow.c
3310                 changed 'Code set' (which is rather incorrect)
3311                 in the menu to 'Character encoding'
3312                 main_window_set_widgets(): request size first
3313                 to prevent window size becoming wrong
3314                 fixed remembering of the state of the visibility
3315                 of MessageView
3316         * src/messageview.c
3317                 changed 'Code set' (which is rather incorrect)
3318                 in the menu to 'Character encoding'
3319         * src/prefs_common.c
3320         * src/prefs_common.h
3321                 added an option whether to render HTML as text or not
3322                 added separators to outgoing encoding menu
3323         * src/procheader.c
3324                 procheader_scan_date_string(): support header
3325                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
3326         * src/summaryview.c
3327         * src/summaryview.h
3328                 minor code cleanup
3329         * src/textview.c
3330                 textview_show_html(): force output of newline
3331                 added an option whether to render HTML as text or not
3332         * src/common/utils.c
3333                 strncpy2(): optimized based on Alfons' code
3334         * src/gtk/gtkutils.c
3335         * src/gtk/gtkutils.h
3336                 removed non-used code
3337         * src/plugins/pgpmime/passphrase.c
3338                 partially fixed grab input of passphrase dialog
3339                 Confine pointer to window
3340
3341 2005-03-30 [colin]      1.9.6cvs11
3342
3343         * src/msgcache.c
3344         * src/msgcache.h
3345                 Read/write 32bit ints from cache & marks
3346                 From main.
3347
3348 2005-03-29 [paul]       1.9.6cvs10
3349
3350         * AUTHORS
3351         * ChangeLog.claws
3352         * src/compose.c
3353         * src/gtk/gtkaspell.c
3354                 sync with HEAD (don't pass NULL pointers) 
3355
3356 2005-03-24 [paul]
3357
3358         * tools/Makefile.am
3359         * tools/README
3360         * tools/acroread2sylpheed.pl
3361                 sync with HEAD (add script to send pdfs as
3362                 attachments from Adobe Reader 7)
3363
3364 2005-03-21 [paul]       1.9.6cvs9
3365
3366         * configure.ac
3367         * po/POTFILES.in
3368         * src/Makefile.am
3369         * src/crash.c
3370         * src/image_viewer.c ** ADDED **
3371         * src/image_viewer.h ** ADDED **
3372         * src/main.c
3373         * src/prefs_common.c
3374         * src/prefs_common.h
3375         * src/prefs_image_viewer.c ** ADDED **
3376         * src/prefs_image_viewer.h ** ADDED **
3377         * src/textview.c
3378         * src/gtk/about.c
3379         * src/pixmaps/sylpheed_logo.xpm
3380         * src/plugins/Makefile.am
3381         * src/plugins/image_viewer/.cvsignore ** REMOVED **
3382         * src/plugins/image_viewer/Makefile.am ** REMOVED **
3383         * src/plugins/image_viewer/plugin.c ** REMOVED **
3384         * src/plugins/image_viewer/viewer.c ** REMOVED **
3385         * src/plugins/image_viewer/viewer.glade ** REMOVED **
3386         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
3387         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
3388         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
3389         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
3390                 as gdk-pixbuf is now built-in
3391                 remove image_viewer plugin and put code back into
3392                 main codebase
3393                 implement inline image display (sync with main)
3394
3395                 replace logo with newer, nicer, larger version  
3396
3397 2005-03-21 [paul]       1.9.6cvs8
3398
3399         * src/gtk/about.c
3400                 cosmetic improvement
3401
3402 2005-03-21 [holger]     1.9.6cvs7
3403
3404         * src/plugins/spamassassin/spamassassin.c
3405                 Sync with HEAD
3406                 (unregister hook on failed plugin init)
3407
3408 2005-03-20 [colin]      1.9.6cvs6
3409
3410         * src/common/plugin.c
3411                 Check that plugin isn't already loaded
3412                 Patch by Alfons
3413
3414 2005-03-20 [thorsten]   1.9.6cvs5
3415
3416         * src/compose.c
3417                 use a more compatible syntax
3418
3419 2005-03-20 [thorsten]   1.9.6cvs4
3420
3421         * src/prefs_toolbar.c
3422                 fix crash when selecting toolbar item (uninitialized pointer)
3423
3424 2005-03-20 [thorsten]   1.9.6cvs3
3425
3426         * src/procmime.c
3427                 fix mimetype detection (referenced free()d string)
3428
3429 2005-03-20 [paul]       1.9.6cvs2
3430
3431         * src/compose.c
3432                 sync with HEAD (1.0.3cvs5)
3433                 neglect Reply-To header if empty
3434                 Patch by Alfons 
3435
3436 2005-03-19 [holger]     1.9.6cvs1
3437
3438         * src/summaryview.c
3439         * src/summaryview.h
3440                 Sync with HEAD
3441
3442 2005-03-18 [paul]       1.9.6
3443
3444         initial GTK2 release
3445
3446 2005-03-18 [paul]       1.0.3cvs3.1
3447
3448         * AUTHORS
3449         * ChangeLog.claws
3450         * configure.ac
3451         * src/gtk/about.c
3452         * src/pixmaps/sylpheed_logo.xpm
3453                 sync with HEAD
3454
3455 2005-03-18 [colin]      1.0.3cvs2.6
3456
3457         * src/summaryview.c
3458                 Remove call to summary_step in summary_copy_selected_to
3459                 Can't see its purpose, and this causes bug when copying
3460                 a message if the next one is unread: it reads it.
3461
3462 2005-03-18 [paul]       1.0.3cvs2.5
3463
3464         * src/foldersel.c
3465                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
3466
3467 2005-03-18 [paul]       1.0.3cvs2.4
3468
3469         * src/addrharvest.c
3470         * src/codeconv.c
3471         * src/codeconv.h
3472         * src/compose.c
3473         * src/news.c
3474         * src/procheader.c
3475         * src/procmime.c
3476         * src/unmime.c
3477         * src/unmime.h
3478                 fix buffer overflow, CAN-2005-0667, see
3479                 http://secunia.com/advisories/14491/
3480                 Patch by Alfons
3481
3482 2005-03-17 [colin]      1.0.3cvs2.3
3483
3484         * src/prefs_fonts.c
3485         * src/summaryview.c
3486                 Fix font bugs (both lists now officialy share 
3487                 the same font)
3488                 
3489
3490 2005-03-17 [paul]       1.0.3cvs2.2
3491
3492         * src/gtk/pluginwindow.c
3493                 make plugin descriptions uneditable
3494
3495 2005-03-11 [paul]       1.0.3cvs2.1
3496
3497         * ChangeLog.claws
3498         * configure.ac
3499         * po/POTFILES.in
3500         * src/plugins/trayicon/trayicon.c
3501                 sync with HEAD
3502                 add src/wizard.c to POTFILES.in
3503
3504 2005-03-11 [paul]       1.0.3cvs1.1
3505
3506         * ChangeLog
3507         * ChangeLog.claws
3508         * configure.ac
3509         * po/de.po
3510         * po/es.po
3511         * po/fr.po
3512         * po/it.po
3513         * po/pt_BR.po
3514         * po/ru.po
3515         * po/sk.po
3516         * po/sr.po
3517         * po/zh_CN.po
3518                 sync with HEAD
3519
3520 2005-03-04 [colin]      1.0.1cvs22.2
3521
3522         * src/compose.c
3523                 Fix signatures with accentued chars in it
3524
3525 2005-03-04 [colin]      1.0.1cvs22.1
3526
3527         * src/common/smtp.c
3528         * src/common/smtp.h
3529                 Don't use SIZE param in MAIL FROM: if server 
3530                 doesn't support it. Patch by Eugen Freiter
3531                 <eugen_f@users.sf.net>
3532
3533 2005-02-27 [paul]       1.0.1cvs20.1
3534
3535         * ChangeLog.claws
3536         * configure.ac
3537         * src/messageview.c
3538                 sync with HEAD
3539
3540 2005-02-27 [colin]      1.0.1cvs19.4
3541
3542         * src/procheader.c
3543         * src/procheader.h
3544                 Fix prototypes. Patch by Alfons
3545
3546 2005-02-27 [colin]      1.0.1cvs19.3
3547
3548         * src/compose.c
3549                 Don't auto-join the signature separator.
3550
3551 2005-02-26 [colin]      1.0.1cvs19.2
3552
3553         * src/summaryview.c
3554                 Fix 'mark all read' with collapsed threads.
3555                 Patch by Alfons.
3556
3557 2005-02-25 [paul]       1.0.1cvs19.1
3558
3559         * ChangeLog.claws
3560         * configure.ac
3561         * src/prefs_account.c
3562         * src/prefs_folder_item.c
3563         * src/gtk/prefswindow.c
3564         * src/gtk/prefswindow.h
3565                 sync with HEAD
3566
3567 2005-02-25 [paul]       1.0.1cvs15.12
3568
3569         * src/alertpanel.c
3570         * src/codeconv.c
3571         * src/compose.c
3572         * src/textview.c
3573         * src/gtk/gtkutils.c
3574         * src/gtk/gtkutils.h
3575         * src/gtk/logwindow.c
3576         * src/gtk/progressdialog.c
3577                 sync with main (revision 127)
3578                 and fix logwindow clipping
3579
3580 2005-02-24 [colin]      1.0.1cvs15.11
3581
3582         * src/plugins/pgpmime/passphrase.c
3583                 Disable input grabbing; it doesn't work yet.
3584
3585 2005-02-24 [colin]      1.0.1cvs15.10
3586
3587         * src/messageview.c
3588                 Don't send out receipts if offline. Ask.
3589
3590 2005-02-23 [colin]      1.0.1cvs15.9
3591
3592         * src/summaryview.c     
3593                 Fix expanding
3594
3595 2005-02-23 [colin]      1.0.1cvs15.8
3596
3597         * src/summaryview.c
3598                 Really fix Bug 568 by removing useless
3599                 calls. summary_thread_init() now called
3600                 in summary_sort(). This should please
3601                 Alfons as it should be faster than 
3602                 previously.
3603
3604 2005-02-23 [colin]      1.0.1cvs15.7
3605
3606         * src/compose.c
3607                 Encode parts as QP or B64 if signing
3608
3609 2005-02-23 [colin]      1.0.1cvs15.6
3610
3611         * src/compose.c
3612                 Fix Mimeinfo leakage (including tmp files)
3613         * src/procmsg.c
3614                 Fix tmp file leakage (spotted by Ivan Rayner)
3615
3616 2005-02-22 [colin]      1.0.1cvs15.5
3617
3618         * src/expldifdlg.c
3619                 Fix keyboard input. Patch by Alfons.
3620
3621 2005-02-21 [colin]      1.0.1cvs15.4
3622
3623         * src/compose.c
3624                 Fix Sign/Encrypt when unselecting privacy
3625                 system
3626         * src/prefs_common.c
3627                 Change default message font to Monospace
3628         * src/summaryview.c
3629                 More freezing during potentially large operations
3630
3631 2005-02-21 [paul]       1.0.1cvs15.3
3632
3633         * src/main.c
3634                 fix --help output
3635
3636 2005-02-21 [paul]       1.0.1cvs15.2
3637
3638         * po/Makefile.in.in
3639         * src/compose.c
3640         * src/summaryview.c
3641         * src/textview.c
3642         * src/common/utils.c
3643         * src/common/utils.h
3644                 sync with main (revision 117)
3645
3646 2005-02-20 [colin]      1.0.1cvs15.1
3647
3648         * src/common/defs.h
3649                 Change cache file to .sylpheed_claws_cache, as
3650                 suggested by Alfons. Allows people to switch
3651                 between Sylpheed and Sylpheed-Claws. it is
3652                 a good idea to "Check for new messages" at next
3653                 startup.
3654
3655
3656 2005-02-18 [colin]      1.0.1cvs14.1
3657
3658         * src/quote_fmt_lex.l
3659         * src/quote_fmt_parse.y
3660                 Fix parser initialisation. Patch by Ivan.
3661
3662 2005-02-18 [colin]      1.0.1cvs11.6
3663
3664         * src/folderview.c
3665                 Fix scrolldown (bug 662)
3666
3667 2005-02-17 [colin]      1.0.1cvs11.5
3668
3669         * src/codeconv.c
3670                 conv_filename_to_utf8: return clean 7bit instead
3671                 of broken utf8 if needed
3672         * src/mimeview.c
3673                 Fix display of parts with unclean 8bit names
3674
3675 2005-02-17 [paul]       1.0.1cvs11.4
3676
3677         * src/compose.c
3678         * src/exportldif.c
3679         * src/matcher_parser_parse.y
3680         * src/procmime.c
3681         * src/sourcewindow.c
3682         * src/common/Makefile.am
3683         * src/common/intl.h             ** REMOVED **
3684         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3685                 sync with main (revision 109)
3686                 and clean up
3687
3688 2005-02-16 [colin]      1.0.1cvs11.3
3689
3690         * src/summaryview.c
3691                 Fix collapsed thread not highlighting when new
3692                 messages in it (Bug 568) Patch by Stephan Sachse.
3693                 Fix messed up selection when reaching bounds (Bug 632)
3694         * src/prefs_themes.c
3695                 Fix theme installing (Bug 684)
3696
3697 2005-02-16 [colin]      1.0.1cvs11.2
3698
3699         * src/messageview.c
3700                 Fix messageview_select_all
3701
3702 2005-02-16 [colin]      1.0.1cvs11.1
3703
3704         * src/mh.c
3705                 Sync with HEAD (MH scan required function)
3706
3707 2005-02-15 [colin]      1.0.1cvs8.1
3708
3709         * src/mimeview.c
3710         * src/common/utils.c
3711                 Sync with HEAD (filename chars substitution)
3712
3713 2005-02-15 [colin]      1.0.1cvs7.3
3714
3715         * src/gtk/pluginwindow.c
3716                 Fix button spacing
3717
3718 2005-02-15 [colin]      1.0.1cvs7.2
3719
3720         * src/mimeview.c
3721                 Fix mime icons not reset across message when
3722                 scrolled down
3723
3724 2005-02-15 [colin]      1.0.1cvs7.1
3725
3726         * src/compose.c
3727         * src/procmime.c
3728                 Sync with HEAD (optimisation of cvs6)
3729
3730 2005-02-14 [colin]      1.0.1cvs6.1
3731
3732         * src/compose.c
3733         * src/procmime.c
3734                 Sync with HEAD (encode "From " at line beginning)
3735
3736 2005-02-14 [colin]      1.0.1cvs5.3
3737
3738         * src/compose.c
3739                 Fix wrapping with accentued chars.
3740
3741 2005-02-13 [colin]      1.0.1cvs5.2
3742
3743         * src/textview.c
3744                 Fix email informative part parsing with
3745                 accentued chars in it. ispunct() returns
3746                 true for them in utf8...
3747
3748 2005-02-12 [colin]      1.0.1cvs5.1
3749
3750         * src/filtering.c
3751                 Sync with HEAD (remove wrong use of compose after send)
3752
3753 2005-02-12 [paul]       1.0.1cvs4.5
3754
3755         * src/textview.c
3756                 remove unnecessary code (thanks to Alfons)
3757
3758 2005-02-12 [paul]       1.0.1cvs4.4
3759
3760         * src/textview.c
3761                 add 'Copy' to contextual menu on emails
3762
3763 2005-02-11 [colin]      1.0.1cvs4.3
3764
3765         * src/compose.c
3766                 revert 1.0.0cvs28.2, it doesn't work that well.
3767
3768 2005-02-11 [paul]       1.0.1cvs4.2
3769
3770         * po/Makefile.in.in
3771                 fix 'make release'
3772
3773 2005-02-10 [paul]       1.0.1cvs4.1
3774
3775         * ChangeLog
3776         * ChangeLog.claws
3777         * ChangeLog.jp
3778         * configure.ac
3779         * src/compose.c
3780                 sync with HEAD (sync with main)
3781
3782 2005-02-10 [paul]       1.0.1cvs3.2
3783
3784         * AUTHORS
3785         * Makefile.am
3786         * autogen.sh
3787         * configure.ac
3788         * config/mkinstalldirs
3789         * intl/.cvsignore
3790         * intl/ChangeLog
3791         * intl/VERSION
3792         * intl/bindtextdom.c
3793         * intl/config.charset
3794         * intl/dcgettext.c
3795         * intl/dcigettext.c
3796         * intl/dcngettext.c
3797         * intl/dgettext.c
3798         * intl/dngettext.c
3799         * intl/eval-plural.h
3800         * intl/explodename.c
3801         * intl/finddomain.c
3802         * intl/gettext.c
3803         * intl/gettextP.h
3804         * intl/gmo.h
3805         * intl/hash-string.h
3806         * intl/intl-compat.c
3807         * intl/l10nflist.c
3808         * intl/libgnuintl.h.in
3809         * intl/loadinfo.h
3810         * intl/loadmsgcat.c
3811         * intl/localcharset.c
3812         * intl/localcharset.h
3813         * intl/locale.alias
3814         * intl/localealias.c
3815         * intl/localename.c
3816         * intl/log.c
3817         * intl/ngettext.c
3818         * intl/os2compat.c
3819         * intl/os2compat.h
3820         * intl/osdep.c
3821         * intl/plural-exp.c
3822         * intl/plural-exp.h
3823         * intl/plural.c
3824         * intl/plural.y
3825         * intl/ref-add.sin
3826         * intl/ref-del.sin
3827         * intl/relocatable.c
3828         * intl/relocatable.h
3829         * intl/textdomain.c
3830         * m4/Makefile.am
3831         * po/Makefile.in.in
3832         * src/Makefile.am
3833         * src/account.c
3834         * src/action.c
3835         * src/addr_compl.c
3836         * src/addressadd.c
3837         * src/addressbook.c
3838         * src/addrgather.c
3839         * src/addrindex.c
3840         * src/alertpanel.c
3841         * src/browseldap.c
3842         * src/codeconv.c
3843         * src/codeconv.h
3844         * src/compose.c
3845         * src/compose.h
3846         * src/crash.c
3847         * src/editaddress.c
3848         * src/editbook.c
3849         * src/editgroup.c
3850         * src/editjpilot.c
3851         * src/editldap.c
3852         * src/editldap_basedn.c
3853         * src/editvcard.c
3854         * src/exphtmldlg.c
3855         * src/expldifdlg.c
3856         * src/export.c
3857         * src/exporthtml.c
3858         * src/filtering.c
3859         * src/folder.c
3860         * src/folder_item_prefs.c
3861         * src/foldersel.c
3862         * src/folderview.c
3863         * src/grouplistdialog.c
3864         * src/headerview.c
3865         * src/imap.c
3866         * src/imap_gtk.c
3867         * src/import.c
3868         * src/importldif.c
3869         * src/importmutt.c
3870         * src/importpine.c
3871         * src/inc.c
3872         * src/ldif.c
3873         * src/main.c
3874         * src/mainwindow.c
3875         * src/matcher.c
3876         * src/mbox.c
3877         * src/message_search.c
3878         * src/messageview.c
3879         * src/mh.c
3880         * src/mh_gtk.c
3881         * src/mimeview.c
3882         * src/msgcache.c
3883         * src/news.c
3884         * src/news_gtk.c
3885         * src/noticeview.c
3886         * src/partial_download.c
3887         * src/pop.c
3888         * src/prefs_account.c
3889         * src/prefs_actions.c
3890         * src/prefs_common.c
3891         * src/prefs_customheader.c
3892         * src/prefs_display_header.c
3893         * src/prefs_ext_prog.c
3894         * src/prefs_filtering.c
3895         * src/prefs_filtering_action.c
3896         * src/prefs_folder_item.c
3897         * src/prefs_fonts.c
3898         * src/prefs_gtk.c
3899         * src/prefs_matcher.c
3900         * src/prefs_msg_colors.c
3901         * src/prefs_spelling.c
3902         * src/prefs_summary_column.c
3903         * src/prefs_template.c
3904         * src/prefs_themes.c
3905         * src/prefs_toolbar.c
3906         * src/prefs_wrapping.c
3907         * src/privacy.c
3908         * src/procheader.c
3909         * src/procmime.c
3910         * src/procmsg.c
3911         * src/quote_fmt.c
3912         * src/recv.c
3913         * src/send_message.c
3914         * src/setup.c
3915         * src/sourcewindow.c
3916         * src/ssl_manager.c
3917         * src/statusbar.c
3918         * src/summary_search.c
3919         * src/summaryview.c
3920         * src/textview.c
3921         * src/toolbar.c
3922         * src/wizard.c
3923         * src/common/nntp.c
3924         * src/common/plugin.c
3925         * src/common/smtp.c
3926         * src/common/ssl.c
3927         * src/common/ssl_certificate.c
3928         * src/common/string_match.c
3929         * src/common/sylpheed.c
3930         * src/common/template.c
3931         * src/common/utils.c
3932         * src/gtk/about.c
3933         * src/gtk/colorlabel.c
3934         * src/gtk/description_window.c
3935         * src/gtk/filesel.c
3936         * src/gtk/foldersort.c
3937         * src/gtk/gtkaspell.c
3938         * src/gtk/gtkutils.c
3939         * src/gtk/inputdialog.c
3940         * src/gtk/logwindow.c
3941         * src/gtk/menu.c
3942         * src/gtk/pluginwindow.c
3943         * src/gtk/prefswindow.c
3944         * src/gtk/progressdialog.c
3945         * src/gtk/quicksearch.c
3946         * src/gtk/sslcertwindow.c
3947         * src/plugins/clamav/clamav_plugin.c
3948         * src/plugins/clamav/clamav_plugin_gtk.c
3949         * src/plugins/demo/demo.c
3950         * src/plugins/dillo_viewer/dillo_prefs.c
3951         * src/plugins/dillo_viewer/dillo_viewer.c
3952         * src/plugins/image_viewer/plugin.c
3953         * src/plugins/image_viewer/viewer.c
3954         * src/plugins/image_viewer/viewerprefs.c
3955         * src/plugins/mathml_viewer/mathml_viewer.c
3956         * src/plugins/pgpmime/passphrase.c
3957         * src/plugins/pgpmime/plugin.c
3958         * src/plugins/pgpmime/prefs_gpg.c
3959         * src/plugins/pgpmime/select-keys.c
3960         * src/plugins/pgpmime/sgpgme.c
3961         * src/plugins/spamassassin/spamassassin.c
3962         * src/plugins/spamassassin/spamassassin_gtk.c
3963         * src/plugins/trayicon/trayicon.c
3964                 sync with main (revision 104)
3965
3966 2005-02-10 [colin]      1.0.1cvs3.1
3967
3968         * src/mainwindow.c
3969                 Sync with HEAD (fix occasional crasher)
3970
3971 2005-02-10 [colin]      1.0.1cvs2.1
3972
3973         * src/messageview.c
3974                 Synw with HEAD (don't automatically display html)
3975
3976 2005-02-09 [colin]      1.0.1cvs1.3
3977
3978         * src/textview.c
3979         * src/textview.h
3980                 Add contextual menu on emails
3981
3982 2005-02-09 [colin]      1.0.1cvs1.2
3983
3984         * src/codeconv.c
3985                 Fix converting from broken headers and 
3986                 put back the _ in missing places
3987                 (feature broke with cvs24.2 sync, main 
3988                  possibly affected?)
3989
3990 2005-02-09 [colin]      1.0.1cvs1.1
3991
3992         * src/messageview.c
3993         * src/mimeview.c
3994         * src/mimeview.h
3995                 Sync with HEAD (display non text/plain mails with plugin)
3996
3997 2005-02-08 [colin]      1.0.1.1
3998
3999         * ChangeLog.claws
4000         * po/pt_BR.po
4001                 Sync with HEAD
4002         * configure.ac
4003                 Make default configuration directory 
4004                 be .sylpheed-gtk2
4005
4006 2005-02-08 [colin]      1.0.0cvs29.1
4007
4008         * po/de.po
4009         * po/es.po
4010         * po/fr.po
4011         * po/it.po
4012         * po/sk.po
4013         * po/sr.po
4014                 Sync translations with HEAD
4015
4016 2005-02-06 [colin]      1.0.0cvs28.3
4017
4018         * src/compose.c
4019                 Make compose a bit faster - patch by Alfons.
4020
4021 2005-02-06 [colin]      1.0.0cvs28.2
4022
4023         * src/compose.c
4024                 Make pasting via middle-click more reliable
4025
4026 2005-02-05 [paul]       1.0.0cvs28.1
4027
4028         * ChangeLog
4029         * ChangeLog.claws
4030         * ChangeLog.jp
4031         * configure.ac
4032         * src/compose.c
4033                 sync with HEAD
4034                 (fix bug 682 'redirect is broken'
4035
4036 2005-02-05 [torte]      1.0.0cvs27.1
4037
4038         * ChangeLog.claws
4039         * configure.ac
4040         * src/partial_download.c
4041                 Sync with HEAD (fix buf overflow)
4042
4043 2005-02-03 [colin]      1.0.0cvs26.1
4044
4045         * src/common/plugin.c
4046                 Sync with HEAD (avoid plugin mismatches)
4047
4048 2005-02-03 [paul]       1.0.0cvs25.3
4049
4050         * src/folderview.c
4051         * src/headerview.c
4052         * src/summaryview.c
4053         * src/textview.c
4054         * src/gtk/colorlabel.c
4055                 third and final part of initial sync with main-gtk2
4056
4057 2005-02-03 [paul]       1.0.0cvs25.2
4058
4059         * src/jpilot.c
4060                 fix building with jpilot support
4061
4062 2005-02-02 [colin]      1.0.0cvs25.1
4063
4064         * src/messageview.c
4065                 Sync with HEAD (fix dangerous typo)
4066
4067 2005-02-01 [colin]      1.0.0cvs24.3
4068
4069         * src/common/xml.c
4070                 Write file as advertised (UTF-8)
4071
4072 2005-02-01 [paul]       1.0.0cvs24.2
4073
4074         * src/addrbook.c
4075         * src/addrindex.c
4076         * src/alertpanel.h
4077         * src/codeconv.c
4078         * src/codeconv.h
4079         * src/compose.c
4080         * src/export.c
4081         * src/folder_item_prefs.c
4082         * src/html.c
4083         * src/imap.c
4084         * src/import.c
4085         * src/jpilot.c
4086         * src/mainwindow.c
4087         * src/matcher_parser_lex.l
4088         * src/messageview.c
4089         * src/mh.c
4090         * src/prefs_account.c
4091         * src/prefs_actions.c
4092         * src/prefs_common.c
4093         * src/prefs_gtk.c
4094         * src/prefs_gtk.h
4095         * src/prefs_themes.c
4096         * src/procheader.c
4097         * src/procmime.c
4098         * src/sourcewindow.c
4099         * src/statusbar.c
4100         * src/summaryview.c
4101         * src/textview.c
4102         * src/toolbar.c
4103         * src/unmime.c
4104         * src/common/template.c
4105         * src/common/utils.c
4106         * src/common/xml.c
4107         * src/common/xml.h
4108         * src/gtk/gtkaspell.c
4109         * src/plugins/clamav/clamav_plugin.c
4110         * src/plugins/dillo_viewer/dillo_prefs.c
4111         * src/plugins/image_viewer/viewerprefs.c
4112         * src/plugins/pgpmime/passphrase.c
4113         * src/plugins/pgpmime/prefs_gpg.c
4114         * src/plugins/pgpmime/select-keys.c
4115         * src/plugins/spamassassin/spamassassin.c
4116                 second part of initial sync with main-gtk2
4117                 (more to follow)
4118
4119 2005-01-31 [colin]      1.0.0cvs24.1
4120
4121         * src/compose.c
4122                 Sync with HEAD
4123
4124 2005-01-29 [paul]       1.0.0cvs23.2
4125
4126         * src/account.c
4127         * src/action.c
4128         * src/addressadd.c
4129         * src/addressbook.c
4130         * src/alertpanel.c
4131         * src/compose.c
4132         * src/editaddress.c
4133         * src/editbook.c
4134         * src/editgroup.c
4135         * src/editjpilot.c
4136         * src/editldap.c
4137         * src/editldap_basedn.c
4138         * src/editvcard.c
4139         * src/export.c
4140         * src/foldersel.c
4141         * src/grouplistdialog.c
4142         * src/import.c
4143         * src/importldif.c
4144         * src/inc.c
4145         * src/main.c
4146         * src/mainwindow.c
4147         * src/message_search.c
4148         * src/messageview.c
4149         * src/mimeview.c
4150         * src/prefs_actions.c
4151         * src/prefs_common.c
4152         * src/prefs_common.h
4153         * src/prefs_customheader.c
4154         * src/prefs_display_header.c
4155         * src/prefs_filtering.c
4156         * src/prefs_filtering_action.c
4157         * src/prefs_gtk.c
4158         * src/prefs_matcher.c
4159         * src/prefs_summary_column.c
4160         * src/prefs_template.c
4161         * src/sourcewindow.c
4162         * src/summary_search.c
4163         * src/summaryview.c
4164         * src/textview.c
4165         * src/gtk/about.c
4166         * src/gtk/description_window.c
4167         * src/gtk/gtkshruler.c
4168         * src/gtk/gtkutils.c
4169         * src/gtk/gtkutils.h
4170         * src/gtk/inputdialog.c
4171         * src/gtk/logwindow.c
4172         * src/gtk/prefswindow.c
4173         * src/gtk/progressdialog.c
4174         * src/gtk/progressdialog.h
4175                 first part of initial sync with main-gtk2
4176                 (more to follow)
4177
4178 2005-01-28 [colin]      1.0.0cvs23.1
4179
4180         * src/folderview.c
4181                 Sync with HEAD
4182
4183 2005-01-27 [colin]      1.0.0cvs21.1
4184
4185         * src/folder.c
4186         * src/folderview.c
4187                 Sync with HEAD
4188
4189 2005-01-27 [colin]      1.0.0cvs19.1
4190
4191         * src/procmime.c
4192                 Sync with HEAD
4193
4194 2005-01-27 [colin]      1.0.0cvs18.1
4195
4196         * src/messageview.c
4197         * src/summaryview.c
4198         * src/mainwindow.c
4199         * src/compose.c
4200         * src/compose.h
4201         * src/procmsg.c
4202         * src/procmsg.h
4203         * src/toolbar.c
4204                 Sync with HEAD
4205
4206 2005-01-26 [paul]       1.0.0cvs15.2
4207
4208         * src/compose.c
4209                 compose_entries_set(): convert subject and body to
4210                 utf8 if necessary. patch by Felix Eckhofer
4211
4212 2005-01-26 [paul]       1.0.0cvs15.1
4213
4214         * configure.ac
4215         * src/common/template.c
4216                 sync with HEAD (fix memory leak)
4217
4218 2005-01-25 [paul]       1.0.0cvs14.1
4219
4220         * configure.ac
4221         * src/compose.c
4222                 sync with HEAD
4223
4224 2005-01-24 [colin]      1.0.0cvs13.1
4225
4226         * src/summaryview.c
4227                 Sync with HEAD
4228
4229 2005-01-24 [paul]       1.0.0cvs12.1
4230
4231         * configure.ac
4232         * src/messageview.c
4233         * src/mh.c
4234         * src/common/utils.c
4235                 sync with HEAD
4236
4237 2005-01-24 [colin]      1.0.0cvs11.1
4238
4239         * src/procheader.c
4240                 Sync with HEAD
4241
4242 2005-01-24 [colin]      1.0.0cvs10.1
4243
4244         * src/folderview.c
4245                 Sync with HEAD
4246
4247 2005-01-23 [colin]      1.0.0cvs9.1
4248
4249         * src/crash.c
4250                 Sync with HEAD
4251
4252 2005-01-22 [colin]      1.0.0cvs8.1
4253
4254         * src/summaryview.c
4255         * src/gtk/quicksearch.c
4256                 Sync with HEAD
4257
4258 2005-01-21 [colin]      1.0.0cvs7.1
4259
4260         * src/summaryview.c
4261                 Sync with HEAD
4262
4263 2005-01-21 [colin]      1.0.0cvs6.1
4264
4265         * src/summaryview.c
4266                 Sync with HEAD
4267
4268 2005-01-21 [colin]      1.0.0cvs5.1
4269
4270         * src/gtk/quicksearch.c
4271         * src/prefs_common.c
4272         * src/prefs_common.h
4273                 Sync with HEAD (recurse option)
4274
4275 2005-01-21 [colin]      1.0.0cvs4.1
4276
4277         * src/folder.h
4278         * src/folderview.c
4279         * src/folderview.h
4280         * src/summaryview.c
4281         * src/gtk/quicksearch.c
4282         * src/gtk/quicksearch.h
4283                 Sync with HEAD (recursive quicksearch)
4284
4285 2005-01-20 [colin]      1.0.0cvs3.4
4286
4287         * src/ssl_manager.c
4288                 Remove useless code
4289
4290 2005-01-20 [colin]      1.0.0cvs3.3
4291
4292         * src/ssl_manager.c
4293                 Fix leak, thanks to Alfons.
4294
4295 2005-01-20 [colin]      1.0.0cvs3.2
4296
4297         * src/ssl_manager.c
4298                 Port SSL certificate window to GTK2.
4299
4300 2005-01-20 [paul]       1.0.0cvs3.1
4301
4302         * ChangeLog.claws
4303         * configure.ac
4304         * src/addrindex.c
4305         * src/addrindex.h
4306                 sync with HEAD
4307
4308 2005-01-19 [colin]      1.0.0cvs2.2
4309
4310         * src/plugins/trayicon/trayicon.c
4311                 Fix freeze with gtk-2.6, the easy way
4312                 (signal blocking helpless there...)
4313                 Closes bug #668.
4314
4315 2005-01-19 [colin]      1.0.0cvs2.1
4316
4317         * src/mbox.c
4318         * src/mbox.h
4319         * src/mainwindow.c
4320         * src/summaryview.c
4321         * src/summaryview.h
4322                 Sync with HEAD
4323
4324 2005-01-19 [paul]       1.0.0cvs1.1
4325
4326         * configure.ac
4327         * po/de.po
4328         * po/es.po
4329         * po/fr.po
4330         * po/hr.po
4331         * po/it.po
4332         * po/ja.po
4333         * po/ko.po
4334         * po/pt_BR.po
4335         * po/ru.po
4336         * po/sk.po
4337         * po/sr.po
4338                 sync with HEAD (update translations)
4339
4340 2005-01-18 [colin]      1.0.0cvs0.1
4341
4342         * src/foldersel.c
4343                 Specify search column - patch by Alfons
4344
4345 2005-01-18 [colin]      0.9.13cvs36.3
4346
4347         * src/prefs_toolbar.c
4348                 Change Delete to Remove
4349         * src/prefs_fonts.c
4350                 GTK2 version and leak fixes
4351         * src/prefs_actions.c
4352                 Add stock buttons.
4353                 All patches by Alfons
4354
4355 2005-01-17 [colin]      0.9.13cvs36.2
4356
4357         * src/compose.c
4358                 Fix DnD inserting twice. While at it,
4359                 add DnD support for text/plain in the
4360                 body, and add support in the headers.
4361
4362 2005-01-16 [colin]      0.9.13cvs36.1
4363
4364         * ChangeLog
4365         * ChangeLog.jp
4366         * ChangeLog.claws
4367                 Sync with HEAD (nothing applicable)
4368
4369 2005-01-16 [colin]      0.9.13cvs33.2
4370
4371         * src/prefs_toolbar.c
4372                 GTK2ize prefs_toolbar, by Alfons.
4373
4374 2005-01-14 [colin]      0.9.13cvs33.1
4375
4376         * src/html.c
4377         * src/msgcache.c
4378                 Sync with HEAD
4379
4380 2005-01-14 [colin]      0.9.13cvs32.1
4381
4382         * src/html.c
4383         * src/html.h
4384         * src/msgcache.c
4385         * AUTHORS
4386         * tools/calypso_convert.pl
4387                 Sync with HEAD
4388
4389 2005-01-08 [colin]      0.9.13cvs29.2
4390
4391         * src/prefs_filtering_action.c
4392         * src/prefs_filtering.c
4393                 2 more gtk2 patches by Alfons
4394
4395 2005-01-07 [paul]       0.9.13cvs29.1
4396
4397         * ChangeLog
4398         * ChangeLog.claws
4399         * ChangeLog.jp
4400         * configure.ac
4401         * src/pop.c
4402         * src/pop.h
4403                 sync with HEAD
4404
4405 2005-01-07 [colin]      0.9.13cvs28.3
4406
4407         * src/gtk/progressdialog.c
4408         * src/gtk/progressdialog.h
4409         * src/inc.c
4410         * src/send_message.c
4411                 GTK2 for the incorporation dialog. The CList isn't dead
4412                 yet, for a more smooth migration. Patch by Alfons.
4413
4414 2005-01-06 [colin]      0.9.13cvs28.2
4415
4416         * src/prefs_display_header.c
4417                 GTK2 conversion by Alfons
4418         * src/prefs_actions.c
4419         * src/prefs_matcher.c
4420                 Fix 2 leaks - patch by Alfons
4421
4422 2005-01-06 [colin]      0.9.13cvs28.1
4423
4424         * src/prefs_matcher.c
4425                 Sync with HEAD
4426
4427 2005-01-06 [colin]      0.9.13cvs27.4
4428
4429         * src/prefs_matcher.c
4430                 Fix double-free. Patch by Alfons
4431
4432 2005-01-06 [colin]      0.9.13cvs27.3
4433
4434         * src/prefs_matcher.c
4435                 GTK2 widgets + memleak
4436                 Patch by Alfons
4437
4438 2005-01-05 [colin]      0.9.13cvs27.2
4439
4440         * src/account.c
4441         * src/addr_compl.c
4442         * src/foldersel.c
4443         * src/stock_pixmap.c
4444         * src/stock_pixmap.h
4445                 3 more GTK2 patches by Alfons.
4446
4447 2005-01-04 [colin]      0.9.13cvs27.1
4448
4449         * src/folderview.c
4450         * src/imap_gtk.c
4451         * src/news_gtk.c
4452                 Sync with HEAD
4453
4454 2005-01-04 [colin]      0.9.13cvs25.9
4455
4456         * src/compose.c
4457                 Fix Show Ruler menuitem
4458         * src/prefs_template.c
4459                 Convert to GTK2
4460         * src/common/utils.c
4461                 Make auto pointer stuff handles NULLs
4462                 Patches by Alfons.
4463
4464 2005-01-04 [colin]      0.9.13cvs25.8
4465
4466         * src/compose.c
4467                 Move the attachment list to gtk2
4468                 Patch by Alfons.
4469
4470 2005-01-04 [colin]      0.9.13cvs25.7
4471
4472         * src/textview.c
4473                 Make some keys work again
4474                 Patch by SungHyun Nam <namsh@kldp.org>
4475
4476 2005-01-04 [colin]      0.9.13cvs25.6
4477
4478         * src/gtk/gtkshruler.c
4479                 Move the ruler to GTK2
4480                 Patch by Alfons
4481
4482 2005-01-03 [colin]      0.9.13cvs25.5
4483
4484         * src/compose.c
4485                 Fix my broken patch apply 
4486
4487 2005-01-03 [colin]      0.9.13cvs25.4
4488
4489         * src/common/utils.c
4490         * src/common/utils.h
4491         * src/gtk/prefswindow.c
4492                 Move auto pointer stuff to utils.c
4493                 Patch by Alfons again :)
4494
4495 2005-01-03 [colin]      0.9.13cvs25.3
4496
4497         * src/compose.c
4498         * src/prefs_gtk.c
4499         * src/prefs_template.c
4500         * src/textview.c
4501                 Empty text widgets with empty strings, not NULL char
4502                 Patch by SungHyun Nam <namsh@kldp_org>
4503
4504 2005-01-03 [colin]      0.9.13cvs25.2
4505
4506         * src/main.c
4507         * AUTHORS
4508                 Sync with HEAD
4509
4510 2005-01-03 [colin]      0.9.13cvs25.1
4511
4512         * src/pop.c
4513         * src/pop.h
4514                 Sync with HEAD
4515
4516 2005-01-03 [colin]      0.9.13cvs24.3
4517
4518         * src/account.c
4519                 Two patches from Alfons and Alex S Moore:
4520                 fix images, fix return value.
4521
4522 2005-01-01 [colin]      0.9.13cvs24.2
4523
4524         * src/prefs_actions.c
4525                 Fix over-zealous assertion. Patch by Alfons
4526
4527 2005-01-01 [colin]      0.9.13cvs24.1
4528
4529         * src/procmime.c
4530                 Sync with HEAD (leak fix)
4531
4532 2004-12-31 [colin]      0.9.13cvs23.2
4533
4534         * src/prefs_common.c
4535                 GTK2 widgets + stock buttons - patch by Alfons
4536
4537 2004-12-31 [paul]       0.9.13cvs23.1
4538
4539         * configure.ac
4540                 bump up EXTRA_VERSION to match (sync'ed) HEAD
4541         * src/gtk/pluginwindow.c
4542                 use GTK2 widgets and plug memory leaks,
4543                 patches by Alfons
4544
4545 2004-12-30 [colin]      0.9.13cvs22.4
4546
4547         * src/account.c
4548         * src/action.c
4549         * src/export.c
4550         * src/foldersel.c
4551         * src/import.c
4552         * src/message_search.c
4553         * src/prefs_actions.c
4554         * src/prefs_common.c
4555         * src/prefs_customheader.c
4556         * src/prefs_filtering.c
4557         * src/prefs_summary_column.c
4558         * src/summary_search.c
4559         * src/gtk/about.c
4560         * src/gtk/description_window.c
4561         * src/gtk/gtkutils.c
4562         * src/gtk/gtkutils.h
4563         * src/gtk/inputdialog.c
4564         * src/gtk/prefswindow.c
4565                 Use GTK2 stock buttons. Patches by Alfons.
4566
4567 2004-12-30 [colin]      0.9.13cvs22.3
4568
4569         * src/account.c
4570                 Sync with HEAD
4571         * src/prefs_actions.c
4572         * src/prefs_customheader.c
4573         * src/prefs_filtering.c
4574         * src/prefs_msg_colors.c
4575         * src/prefs_summary_column.c
4576         * src/gtk/prefswindow.c
4577                 Use GtkTreeView instead of deprecated 
4578                 widgets. Patches by Alfons.
4579
4580 2004-12-30 [paul]       0.9.13cvs22.2
4581
4582         * src/foldersel.c
4583                 use GTK 2 Tree View
4584                 patch by Alfons, with root folder sorting fix
4585                 by Stephan Sachse
4586
4587 2004-12-30 [paul]       0.9.13cvs22.1
4588
4589         * ChangeLog
4590         * ChangeLog.claws
4591         * ChangeLog.jp
4592         * NEWS
4593         * configure.ac
4594         * src/account.c
4595                 sync with HEAD
4596
4597 2004-12-22 [martin]     0.9.13cvs21.2
4598
4599         * src/action.c
4600                 free the command line after its use
4601
4602 2004-12-18 [paul]       0.9.13cvs21.1
4603
4604         * AUTHORS
4605         * ChangeLog
4606         * ChangeLog.claws
4607         * ChangeLog.jp
4608         * NEWS
4609         * configure.ac
4610         * src/action.c
4611         * src/compose.c
4612         * src/syldap.c
4613                 sync with HEAD
4614
4615 2004-12-17 [martin]     0.9.13cvs17.2
4616
4617         * src/action.c
4618                 convert actions input to locale
4619         * src/inc.c
4620                 convert notification command to locale
4621         * src/plugins/pgpmime/select-keys.c
4622                 convert attributes to utf8
4623
4624 2004-12-14 [colin]      0.9.13cvs17.1
4625
4626         * ChangeLog
4627         * ChangeLog.jp
4628         * ChangeLog.claws
4629         * src/action.c
4630         * src/common/utils.c
4631         * src/gtk/prefswindow.c
4632         * src/gtk/gtkutils.c
4633         * src/gtk/gtkutils.h
4634         * src/plugins/spamassassin/libspamc.c
4635                 Sync with HEAD
4636
4637 2004-12-13 [colin]      0.9.13cvs14.1
4638
4639         * src/quote_fmt_parse.y
4640                 Sync with HEAD
4641
4642 2004-12-10 [colin]      0.9.13cvs12.1
4643
4644         * src/prefs_themes.c
4645         * src/mainwindow.c
4646         * src/messageview.c
4647                 Sync with HEAD
4648
4649 2004-12-09 [colin]      0.9.13cvs10.1
4650
4651         * src/procmime.c
4652                 Sync with HEAD (fix B64 encoding from memory)
4653
4654 2004-12-08 [colin]      0.9.13cvs9.1
4655
4656         * src/gtk/colorlabel.c
4657                 Sync with HEAD
4658
4659 2004-12-08 [paul]       0.9.13cvs8.2
4660
4661         * src/gtk/pluginwindow.c
4662                 fix window resizing oddities
4663
4664 2004-12-08 [colin]      0.9.13cvs8.1
4665
4666         * src/quote_fmt_parse.y
4667                 Sync with HEAD
4668
4669 2004-12-08 [colin]      0.9.13cvs7.1
4670
4671         * src/matcher_parser_parse.y
4672         * src/msgcache.c
4673         * src/prefs_matcher.c
4674         * src/procheader.c
4675         * src/matcher.c
4676         * src/common/defs.h
4677         * po/sr.po
4678                 Sync with HEAD
4679
4680 2004-12-08 [colin]      0.9.13cvs6.1
4681
4682         * src/quote_fmt_parse.y
4683         * src/textview.c
4684                 Sync with HEAD
4685         * src/gtk/prefswindow.c
4686         * src/gtk/pluginwindow.c
4687                 Fix G_CALLBACKS protos (thanks to Alfons)
4688
4689 2004-12-07 [torte]      0.9.13cvs2.2
4690
4691         * src/procmime.c
4692                 [Bug 650] reply button causes crash
4693                 Thanks to David Relson and Christoph
4694
4695 2004-12-07 [colin]      0.9.13cvs2.1
4696
4697         * ChangeLog.claws
4698         * AUTHORS
4699         * po/sk.po
4700         * src/procmime.c
4701         * src/prefs_account.c
4702         * src/common/smtp.c
4703         * src/common/smtp.h
4704                 Sync with HEAD
4705
4706 2004-12-06 [colin]      0.9.12cvs187.1
4707
4708         * ChangeLog.claws
4709         * INSTALL
4710         * Makefile.am
4711         * README.claws
4712         * TODO.claws
4713         * configure.ac
4714         * po/bg.po
4715         * po/cs.po
4716         * po/el.po
4717         * po/en_GB.po
4718         * po/es.po
4719         * po/fr.po
4720         * po/hr.po
4721         * po/hu.po
4722         * po/it.po
4723         * po/ja.po
4724         * po/ko.po
4725         * po/nl.po
4726         * po/pl.po
4727         * po/pt_BR.po
4728         * po/ru.po
4729         * po/sk.po
4730         * po/sr.po
4731         * po/sv.po
4732         * po/zh_CN.po
4733         * po/zh_TW.Big5.po
4734         * src/compose.c
4735         * tools/Makefile.am
4736         * tools/README
4737         * tools/filter_conv.pl
4738         * tools/kdeservicemenu/README
4739         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4740         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4741                 Sync with HEAD
4742
4743 2004-12-04 [colin]      0.9.12cvs183.1
4744
4745         * src/compose.c
4746                 Sync with HEAD (compose window position saving)
4747
4748 2004-12-04 [paul]       0.9.12cvs182.3
4749
4750         * src/messageview.c
4751         * src/mimeview.c
4752         * src/prefs_customheader.c
4753         * src/gtk/quicksearch.c
4754                 replace some forgotten GTK_SIGNAL_FUNCs
4755
4756 2004-12-04 [paul]       0.9.12cvs182.2
4757
4758         * src/Makefile.am
4759                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
4760                 committed in error      
4761
4762 2004-12-04 [paul]       0.9.12cvs182.1
4763
4764         * ChangeLog
4765         * ChangeLog.claws
4766         * ChangeLog.jp
4767         * INSTALL
4768         * NEWS
4769         * README
4770         * README.jp
4771         * configure.ac
4772         * doc/manual/ja/Makefile.am
4773         * doc/manual/ja/sylpheed-1.html
4774         * doc/manual/ja/sylpheed-10.html
4775         * doc/manual/ja/sylpheed-11.html
4776         * doc/manual/ja/sylpheed-12.html
4777         * doc/manual/ja/sylpheed-13.html
4778         * doc/manual/ja/sylpheed-14.html
4779         * doc/manual/ja/sylpheed-15.html
4780         * doc/manual/ja/sylpheed-16.html
4781         * doc/manual/ja/sylpheed-17.html
4782         * doc/manual/ja/sylpheed-18.html
4783         * doc/manual/ja/sylpheed-19.html
4784         * doc/manual/ja/sylpheed-2.html
4785         * doc/manual/ja/sylpheed-20.html
4786         * doc/manual/ja/sylpheed-3.html
4787         * doc/manual/ja/sylpheed-4.html
4788         * doc/manual/ja/sylpheed-5.html
4789         * doc/manual/ja/sylpheed-6.html
4790         * doc/manual/ja/sylpheed-7.html
4791         * doc/manual/ja/sylpheed-8.html
4792         * doc/manual/ja/sylpheed-9.html
4793         * doc/manual/ja/sylpheed.html
4794         * doc/manual/ja/sylpheed.sgml
4795         * po/de.po
4796         * src/Makefile.am
4797         * src/compose.c
4798         * src/procmime.c
4799         * src/pixmaps/regular.xpm **REMOVED**
4800         * src/plugins/pgpmime/pgpmime.c
4801         * src/plugins/pgpmime/plugin.c
4802         * src/plugins/pgpmime/prefs_gpg.c
4803                 sync with HEAD
4804
4805 2004-12-03 [paul]       0.9.12cvs180.1
4806
4807         * ChangeLog
4808         * ChangeLog.claws
4809         * ChangeLog.jp
4810         * configure.ac
4811         * src/Makefile.am
4812         * src/pop.c
4813         * src/common/utils.c
4814         * src/common/utils.h
4815         * src/pixmaps/continue.xpm
4816         * src/pixmaps/dir_close.xpm
4817         * src/pixmaps/dir_open.xpm
4818         * src/pixmaps/drafts_close.xpm
4819         * src/pixmaps/drafts_open.xpm
4820         * src/pixmaps/folder.xpm **REMOVED**
4821         * src/pixmaps/group.xpm
4822         * src/pixmaps/unread.xpm
4823                 sync with HEAD
4824
4825 2004-12-02 [colin]      0.9.12cvs179.1
4826
4827         * src/compose.c
4828                 Sync with HEAD (non-duplicated reedition)
4829
4830 2004-12-02 [colin]      0.9.12cvs178.1
4831
4832         * src/compose.c
4833                 Sync with HEAD (linewrap_quote fix)
4834
4835 2004-12-01 [colin]      0.9.12cvs177.3
4836
4837         * src/addrharvest.c
4838                 Replace sizeof with strlen
4839
4840 2004-12-01 [paul]       0.9.12cvs177.2
4841
4842         * src/addrharvest.c
4843                 fix 'harvest addresses'
4844
4845 2004-11-30 [colin]      0.9.12cvs177.1
4846
4847         * src/gtk/prefswindow.c
4848         * src/gtk/pluginwindow.c
4849                 Sync with HEAD
4850
4851 2004-11-29 [colin]      0.9.12cvs176.1
4852
4853         * src/folderview.c
4854                 sync with HEAD (Fix disappearing separators in folderview's popup)
4855
4856 2004-11-29 [colin]      0.9.12cvs175.1
4857
4858         * src/procmime.c
4859                 Sync with head (another format fix)
4860
4861 2004-11-29 [colin]      0.9.12cvs174.1
4862
4863         * src/pop.c
4864                 Sync with HEAD (format string fix)
4865
4866 2004-11-26 [colin]      0.9.12cvs173.1
4867
4868         * src/common/smtp.c
4869         * src/common/smtp.h
4870                 Sync with HEAD
4871
4872 2004-11-24 [colin]      0.9.12cvs172.1
4873
4874         * src/plugins/pgpmime/pgpmime.c
4875                 Sync with HEAD
4876
4877 2004-11-24 [colin]      0.9.12cvs171.1
4878
4879         * src/plugins/pgpmime/pgpmime.c
4880                 Sync with head (gpgmectx leaks)
4881
4882 2004-11-24 [colin]      0.9.12cvs169.1
4883
4884         * src/plugins/pgpmime/plugin.c
4885         * src/plugins/trayicon/Makefile.am
4886         * src/plugins/trayicon/newmarkedmail.xpm
4887         * src/plugins/trayicon/trayicon.c
4888         * src/plugins/trayicon/unreadmarkedmail.xpm
4889                 Sync with HEAD
4890
4891 2004-11-23 [colin]      0.9.12cvs168.1
4892
4893         * src/partial_download.c
4894         * src/partial_download.h
4895         * src/plugins/pgpmime/plugin.c
4896                 Sync with HEAD
4897
4898 2004-11-23 [colin]      0.9.12cvs166.1
4899
4900         * src/Makefile.am
4901         * src/codeconv.c
4902         * src/compose.c
4903         * src/folderview.c
4904         * src/main.c
4905         * src/partial_download.c
4906         * src/partial_download.h
4907         * src/prefs_account.c
4908         * src/prefs_account.h
4909         * src/privacy.c
4910         * src/privacy.h
4911         * src/procmime.c
4912         * src/common/Makefile.am
4913         * src/common/base64.h
4914         * src/common/partial_download.c
4915         * src/common/partial_download.h
4916         * src/gtk/prefswindow.c
4917         * src/gtk/prefswindow.h
4918         * src/plugins/pgpmime/pgpmime.c
4919         * src/plugins/pgpmime/prefs_gpg.c
4920         * src/plugins/pgpmime/prefs_gpg.h
4921         * src/plugins/pgpmime/sgpgme.c
4922         * src/plugins/pgpmime/sgpgme.h
4923                 Sync with HEAD
4924
4925 2004-11-23 [colin]      0.9.12cvs163.1
4926
4927         * src/main.c
4928                 Sync with HEAD (cursor optimization)
4929
4930 2004-11-23 [colin]      0.9.12cvs162.1
4931
4932         * src/prefs_common.c
4933         * src/prefs_themes.c
4934         * src/procmsg.c
4935                 Sync with HEAD
4936
4937 2004-11-23 [colin]      0.9.12cvs158.9
4938
4939         * src/compose.c
4940                 Fix double-free when forwarding
4941         * src/msgcache.c
4942                 Fix leak on error path
4943                 
4944
4945 2004-11-23 [colin]      0.9.12cvs158.8
4946
4947         * src/compose.c
4948                 Fix possible double-free
4949                 Spotted by Alfons
4950
4951 2004-11-23 [colin]      0.9.12cvs158.7
4952
4953         * src/compose.c
4954                 Fix some signal handlers' prototypes
4955                 Spotted by Alfons
4956
4957 2004-11-22 [colin]      0.9.12cvs158.6
4958
4959         * src/compose.c
4960                 Remove unneeded code and duplicated
4961                 wrapping - patch by Alfons
4962
4963 2004-11-22 [colin]      0.9.12cvs158.5
4964
4965         * src/prefs_themes.c
4966                 Fix oversized selector
4967
4968 2004-11-22 [colin]      0.9.12cvs158.4
4969
4970         * src/compose.c
4971                 fix dump_text()
4972                 patch by Alfons
4973
4974 2004-11-19 [colin]      0.9.12cvs158.3
4975
4976         * src/textview.c
4977                 Add a context menu on links (open, copy)
4978
4979 2004-11-18 [paul]       0.9.12cvs158.2
4980
4981         * src/addrgather.c
4982         * src/exphtmldlg.c
4983         * src/expldifdlg.c
4984         * src/mimeview.c
4985         * src/prefs_common.c
4986         * src/plugins/image_viewer/viewer.c
4987         * src/plugins/spamassassin/spamassassin_gtk.c
4988                 replace deprecated gtk_notebook_set_page
4989                 and gtk_notebook_current_page
4990
4991 2004-11-18 [paul]       0.9.12cvs158.1
4992
4993         * configure.ac
4994         * src/compose.c
4995         * src/mainwindow.c
4996         * src/messageview.c
4997         * src/prefs_common.c
4998         * src/common/utils.c
4999         * src/common/utils.h
5000                 sync with HEAD
5001
5002 2004-11-17 [colin]      0.9.12cvs156.1
5003
5004         * src/prefs_account.c
5005         * src/prefs_account.h
5006         * src/procmsg.c
5007                 Sync with HEAD (add pref to store encrypted mails encrypted)
5008
5009 2004-11-17 [paul]       0.9.12cvs155.1
5010
5011         * ChangeLog
5012         * ChangeLog.claws
5013         * ChangeLog.jp
5014         * NEWS
5015         * configure.ac
5016         * src/compose.c
5017         * src/jpilot.c
5018         * src/privacy.c
5019         * src/procmime.c
5020         * src/procmime.h
5021         * src/procmsg.c
5022         * src/toolbar.c
5023         * src/pixmaps/error.xpm
5024                 sync with HEAD
5025
5026 2004-11-17 [colin]      0.9.12cvs151.1
5027
5028         * src/plugins/pgpmime/pgpmime.c
5029                 Sync with HEAD (remove debug printf)
5030
5031 2004-11-17 [colin]      0.9.12cvs150.1
5032
5033         * src/plugins/pgpmime/pgpmime.c
5034                 Sync with HEAD (off-by-one fix)
5035
5036 2004-11-17 [colin]      0.9.12cvs149.1
5037
5038         * src/procmsg.c
5039                 Sync with HEAD (coding style fixes)
5040
5041 2004-11-16 [colin]      0.9.12cvs148.1
5042
5043         * src/procmsg.c
5044                 Sync with head (Fix the fix)
5045
5046 2004-11-16 [colin]      0.9.12cvs147.1
5047
5048         * src/procmsg.c
5049                 Sync with Main (leak fix)
5050
5051 2004-11-16 [colin]      0.9.12cvs146.14
5052
5053         * src/compose.c
5054                 Remove useless chunk of code
5055                 Patch by Alfons
5056
5057 2004-11-15 [colin]      0.9.12cvs146.13
5058
5059         * src/compose.c
5060                 Fix drafting after insertion
5061                 Patch by Alfons
5062
5063 2004-11-15 [colin]      0.9.12cvs146.12
5064
5065         * src/compose.c
5066         * src/prefs_filtering.c
5067         * src/prefs_filtering_action.c
5068         * src/prefs_toolbar.c
5069                 Fix some const-correctness
5070
5071 2004-11-15 [colin]      0.9.12cvs146.11
5072
5073         * src/summaryview.c
5074         * src/prefs_themes.c
5075         * src/messageview.c
5076                 Fix some leaks
5077
5078 2004-11-15 [colin]      0.9.12cvs146.10
5079
5080         * src/codeconv.c
5081                 More unreadable locale fixes
5082
5083 2004-11-14 [colin]      0.9.12cvs146.9
5084
5085         * src/textview.c
5086                 Fix uri_security_check
5087                 Patch by Alfons
5088
5089 2004-11-13 [paul]       0.9.12cvs146.8
5090
5091         * src/folder.c
5092         * src/procmime.c
5093                 fix 2 bugs introduced in last commit
5094
5095 2004-11-13 [paul]       0.9.12cvs146.7
5096
5097         * src/compose.c
5098         * src/exporthtml.c
5099         * src/exportldif.c
5100         * src/folder.c
5101         * src/imap.c
5102         * src/imap_gtk.c
5103         * src/main.c
5104         * src/mainwindow.c
5105         * src/messageview.c
5106         * src/mh_gtk.c
5107         * src/prefs_themes.c
5108         * src/procmime.c
5109         * src/setup.c
5110         * src/summaryview.c
5111                 replace deprecated g_basename
5112
5113 2004-11-13 [paul]       0.9.12cvs146.6
5114
5115         * src/compose.c
5116         * src/imap.c
5117         * src/matcher_parser.h
5118         * src/matcher_parser_parse.y
5119         * src/prefs_filtering.c
5120         * src/prefs_filtering_action.c
5121         * src/prefs_themes.c
5122         * src/prefs_toolbar.c
5123         * src/common/utils.c
5124                 various small fixes/cleanups
5125
5126 2004-11-12 [colin]      0.9.12cvs146.5
5127
5128         * src/textview.c
5129                 Validate event's origin on visibility notify
5130                 Patch by Alfons.
5131
5132 2004-11-12 [paul]       0.9.12cvs146.4
5133
5134         * src/exporthtml.c
5135         * src/exportldif.c
5136         * src/imap.c
5137         * src/mh.c
5138         * src/mimeview.c
5139         * src/prefs_spelling.c
5140         * src/prefs_themes.c
5141                 replace deprecated g_dirname    
5142
5143 2004-11-12 [colin]      0.9.12cvs146.3
5144
5145         * src/textview.c
5146                 Some coding style fixes
5147
5148 2004-11-12 [colin]      0.9.12cvs146.2
5149
5150         * src/codeconv.c
5151                 We want to replace _all_ extended chars in
5152                 conv_unreadable_*, because any string containing
5153                 extended chars not parsing as UTF8 is 
5154                 undisplayed on gtk2.
5155
5156 2004-11-12 [paul]       0.9.12cvs146.1
5157
5158         * ChangeLog
5159         * ChangeLog.claws
5160         * ChangeLog.jp
5161         * NEWS
5162         * configure.ac
5163         * src/account.c
5164         * src/folderview.c
5165         * src/folderview.h
5166         * src/imap.c
5167         * src/imap_gtk.c
5168         * src/inc.c
5169         * src/mainwindow.c
5170         * src/mh_gtk.c
5171         * src/news_gtk.c
5172         * src/pop.c
5173         * src/prefs_account.c
5174         * src/prefs_account.h
5175         * src/prefs_ext_prog.c
5176         * src/procmime.c
5177         * src/procmime.h
5178         * src/procmsg.c
5179         * src/procmsg.h
5180         * src/summary_search.c
5181         * src/summaryview.c
5182         * src/textview.c
5183         * src/common/defs.h
5184         * src/common/utils.c
5185         * src/common/utils.h
5186         * src/gtk/menu.c
5187         * src/gtk/menu.h
5188                 sync with HEAD
5189
5190 2004-11-11 [colin]      0.9.12cvs144.2
5191
5192         * src/textview.c
5193                 Fix URI range selection (patch by Alfons)
5194
5195 2004-11-09 [colin]      0.9.12cvs144.1
5196
5197         * ChangeLog.claws
5198         * src/compose.c
5199         * src/folder.c
5200         * src/folder_item_prefs.c
5201         * src/prefs_account.c
5202         * src/prefs_account.h
5203         * src/plugins/pgpmime/pgpmime.c
5204                 Sync with HEAD
5205
5206 2004-11-08 [colin]      0.9.12cvs143.1
5207
5208         * src/summaryview.c
5209                 Sync with HEAD (optimize quicksearch)
5210
5211 2004-11-08 [colin]      0.9.12cvs142.2
5212
5213         * src/compose.c
5214                 Don't wrap when Edit/Auto wrapping is disabled
5215
5216 2004-11-08 [colin]      0.9.12cvs142.1
5217
5218         * src/textview.c
5219                 Sync with HEAD
5220
5221 2004-11-08 [colin]      0.9.12cvs141.1
5222
5223         * src/textview.c
5224                 Sync with HEAD (fix some mail URIs)
5225
5226 2004-11-08 [colin]      0.9.12cvs140.3
5227
5228         * src/textview.c
5229                 o Use text cursor instead of arrow when
5230                   not on a link
5231                 o Fix handling of contiguous links (as in
5232                   "colin@colino.net" <colin@colino.net>)
5233                   This one unveils a bug in get_email_part()
5234
5235 2004-11-07 [colin]      0.9.12cvs140.2
5236
5237         * src/textview.c
5238                 Fix memleak. Patch by Alfons.
5239
5240 2004-11-06 [colin]      0.9.12cvs140.1
5241
5242         * src/compose.c
5243                 Sync with HEAD (don't ask passphrase
5244                 when drafting)
5245
5246 2004-11-06 [paul]       0.9.12cvs139.2
5247
5248         * AUTHORS
5249         * src/textview.c
5250         * src/textview.h
5251                 textview URI handling. hovering over a 
5252                 link displays it in the status bar,
5253                 and changes the mouse pointer to a hand 
5254                 cursor. a link is activated with a single 
5255                 click. (Modified from the) patch by Jean-Yves 
5256                 Lefort <jylefort@users.sourceforge.net>
5257                 
5258
5259 2004-11-05 [colin]      0.9.12cvs139.1
5260
5261         * src/compose.c
5262         * src/procmime.c
5263                 Sync with HEAD again ^^
5264
5265 2004-11-05 [colin]      0.9.12cvs139.1
5266
5267         * src/compose.c
5268         * src/procmime.c
5269                 Sync with HEAD
5270
5271 2004-11-03 [paul]       0.9.12cvs138.1
5272
5273         * ChangeLog.claws
5274         * configure.ac
5275         * po/POTFILES.in
5276         * src/prefs_ext_prog.c
5277         * src/procmime.c
5278         * tools/kdeservicemenu/README
5279         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5280         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5281                 sync with HEAD
5282
5283 2004-11-01 [christoph]  0.9.12cvs136.2
5284
5285         * src/procmime.c
5286                 convert MIME parameters to UTF-8
5287
5288 2004-10-29 [colin]      0.9.12cvs136.1
5289
5290         * src/common/utils.c
5291                 Sync with HEAD (don't use '=' in mime boundary)
5292
5293 2004-10-29 [paul]       0.9.12cvs135.1
5294
5295         * configure.ac
5296         * doc/src/rfc2231.txt
5297         * src/procmime.c
5298         * src/common/quoted-printable.c
5299         * src/common/utils.c
5300         * src/common/utils.h
5301                 sync with HEAD
5302
5303 2004-10-27 [paul]       0.9.12cvs134.1
5304
5305         * configure.ac
5306         * src/main.c
5307         * src/procmime.c
5308         * src/plugins/pgpmime/pgpmime.c
5309                 sync with HEAD
5310
5311 2004-10-26 [paul]       0.9.12cvs132.3
5312
5313         * src/account.c
5314         * src/addressbook.c
5315         * src/addrgather.c
5316         * src/addrharvest.c
5317         * src/codeconv.c
5318         * src/compose.c
5319         * src/customheader.c
5320         * src/editaddress.c
5321         * src/editgroup.c
5322         * src/enriched.c
5323         * src/expldifdlg.c
5324         * src/exporthtml.c
5325         * src/exportldif.c
5326         * src/folder.c
5327         * src/foldersel.c
5328         * src/folderview.c
5329         * src/grouplistdialog.c
5330         * src/html.c
5331         * src/imap.c
5332         * src/jpilot.c
5333         * src/ldapserver.c
5334         * src/ldif.c
5335         * src/mimeview.c
5336         * src/news.c
5337         * src/news_gtk.c
5338         * src/pop.c
5339         * src/prefs_display_header.c
5340         * src/prefs_gtk.c
5341         * src/prefs_msg_colors.c
5342         * src/prefs_toolbar.c
5343         * src/procheader.c
5344         * src/procmime.c
5345         * src/summaryview.c
5346         * src/textview.c
5347         * src/toolbar.c
5348         * src/vcard.c
5349         * src/common/mgutils.c
5350         * src/common/nntp.c
5351         * src/common/smtp.c
5352         * src/common/template.c
5353         * src/common/utils.c
5354         * src/common/xmlprops.c
5355         * src/plugins/pgpmime/pgpmime.c
5356         * src/plugins/pgpmime/select-keys.c
5357         * src/plugins/pgpmime/sgpgme.c
5358                 replace deprecated g_strcasecmp(), g_strncasecmp(),
5359                 g_string_sprintfa(), gtk_notebook_current_page()
5360
5361 2004-10-26 [colin]      0.9.12cvs132.2
5362
5363         * src/prefs_folder_item.c
5364                 Fix default-account selection
5365
5366 2004-10-21 [colin]      0.9.12cvs133
5367
5368         * src/compose.c
5369                 Sync with HEAD (Remove extra separator in compose's Options)
5370         * src/textview.c
5371                 Set wrapping to char
5372
5373 2004-10-21 [paul]       0.9.12cvs131.2
5374
5375         * src/compose.c
5376         * src/sourcewindow.c
5377                 fix wrapping
5378                 fix window shrinking 
5379
5380 2004-10-21 [colin]      0.9.12cvs131.1
5381
5382         * ChangeLog.claws
5383         * src/compose.c
5384                 Sync with HEAD
5385
5386 2004-10-21 [paul]       0.9.12cvs130.2
5387
5388         * src/prefs_folder_item.c
5389                 sync with HEAD (Apply to subfolders)
5390
5391 2004-10-19 [colin]      0.9.12cvs130.1
5392
5393         * ChangeLog.claws
5394         * src/compose.c
5395         * src/common/utils.c
5396         * src/gtk/menu.c
5397                 Sync with HEAD
5398
5399 2004-10-19 [colin]      0.9.12cvs128.1
5400
5401         * src/addrbook.c
5402         * src/addrcache.c
5403         * src/addressbook.c
5404         * src/codeconv.c
5405         * src/compose.c
5406         * src/customheader.c
5407         * src/editaddress.c
5408         * src/editgroup.c
5409         * src/exporthtml.c
5410         * src/folder.c
5411         * src/folderview.c
5412         * src/imap.c
5413         * src/jpilot.c
5414         * src/main.c
5415         * src/matcher_parser_parse.y
5416         * src/mbox.c
5417         * src/pop.c
5418         * src/prefs_account.c
5419         * src/prefs_gtk.c
5420         * src/prefs_msg_colors.c
5421         * src/procheader.c
5422         * src/procmime.c
5423         * src/procmime.h
5424         * src/procmsg.c
5425         * src/summaryview.c
5426         * src/textview.c
5427         * src/common/base64.c
5428         * src/common/partial_download.c
5429         * src/common/socket.c
5430         * src/common/sylpheed.c
5431         * src/common/utils.c
5432         * src/common/utils.h
5433         * src/gtk/pluginwindow.c
5434         * src/gtk/quicksearch.c
5435         * src/plugins/clamav/clamav_plugin.c
5436         * src/plugins/clamav/clamav_plugin.h
5437         * src/plugins/clamav/clamav_plugin_gtk.c
5438         * src/plugins/pgpmime/passphrase.c
5439         * src/plugins/pgpmime/pgpmime.c
5440         * src/plugins/pgpmime/plugin.c
5441         * src/plugins/pgpmime/prefs_gpg.c
5442         * src/plugins/pgpmime/prefs_gpg.h
5443         * src/plugins/pgpmime/select-keys.c
5444         * src/plugins/pgpmime/sgpgme.c
5445         * src/plugins/spamassassin/libspamc.c
5446         * src/plugins/spamassassin/spamassassin.c
5447         * src/plugins/spamassassin/spamassassin.h
5448         * src/plugins/spamassassin/spamassassin_gtk.c
5449         * src/plugins/trayicon/trayicon.c
5450         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5451                 Sync with HEAD
5452
5453 2004-10-14 [colin]      0.9.12cvs126.2
5454
5455         * src/codeconv.c
5456         * src/textview.c
5457                 Fix conv_unreadable_locale
5458
5459 2004-10-13 [colin]      0.9.12cvs126.1
5460
5461         * src/compose.c
5462                 Sync with HEAD (don't convert charset for 
5463                 drafted messages, minor cleanup)
5464
5465 2004-10-13 [colin]      0.9.12cvs125.1
5466
5467         * po/POTFILES.in
5468                 Sync with HEAD (POTFILES fix)
5469
5470 2004-10-12 [colin]      0.9.12cvs124.3
5471
5472         * src/compose.c
5473                 Fix encoding bug from latest sync
5474
5475 2004-10-12 [paul]       0.9.12cvs124.2
5476
5477         * src/plugins/pgpmime/prefs_gpg.c
5478         * src/plugins/pgpmime/prefs_gpg.h
5479                 forgotten in last commit        
5480
5481 2004-10-12 [paul]       0.9.12cvs124.1
5482
5483         * ChangeLog.claws
5484         * configure.ac
5485         * m4/spamassassin.m4
5486         * src/Makefile.am
5487         * src/account.c
5488         * src/compose.c
5489         * src/compose.h
5490         * src/crash.c
5491         * src/main.c
5492         * src/mimeview.c
5493         * src/passphrase.c
5494         * src/passphrase.h
5495         * src/prefs_account.c
5496         * src/prefs_account.h
5497         * src/prefs_common.c
5498         * src/privacy.c
5499         * src/privacy.h
5500         * src/procmime.c
5501         * src/procmime.h
5502         * src/procmsg.c
5503         * src/rfc2015.c
5504         * src/rfc2015.h
5505         * src/select-keys.c
5506         * src/select-keys.h
5507         * src/textview.c
5508         * src/common/utils.c
5509         * src/common/utils.h
5510         * src/gtk/about.c
5511         * src/plugins/pgpmime/Makefile.am
5512         * src/plugins/pgpmime/passphrase.c
5513         * src/plugins/pgpmime/passphrase.h
5514         * src/plugins/pgpmime/pgpmime.c
5515         * src/plugins/pgpmime/plugin.c
5516         * src/plugins/pgpmime/select-keys.c
5517         * src/plugins/pgpmime/select-keys.h
5518         * src/plugins/pgpmime/sgpgme.c
5519         * src/plugins/pgpmime/sgpgme.h
5520                 sync with HEAD
5521
5522 2004-10-04 [colin]      0.9.12cvs122.1
5523
5524         * src/mainwindow.c
5525         * src/messageview.c
5526         * src/messageview.h
5527         * src/textview.c
5528                 Sync with HEAD
5529
5530 2004-10-04 [colin]      0.9.12cvs121.1
5531
5532         * src/summaryview.c
5533                 Sync with HEAD
5534
5535 2004-10-04 [paul]       0.9.12cvs120.1
5536
5537         * configure.ac
5538                 sync with HEAD [don't try to build 
5539                 pgpmime plugin when gpgme is disabled]
5540
5541 2004-10-03 [colin]      0.9.12cvs119.3
5542
5543         * src/gtk/gtksctree.c
5544                 Lots of side effects. Put back as before 117.2.
5545         * src/summaryview.c
5546                 Fix bug #602
5547
5548 2004-10-03 [colin]      0.9.12cvs119.2
5549
5550         * src/gtk/gtksctree.c
5551                 Revert 608 fix that doesn't work that good
5552
5553 2004-10-02 [colin]      0.9.12cvs119.1
5554
5555         * src/mainwindow.c
5556         * src/messageview.c
5557         * src/prefs_common.h
5558         * src/procmime.c
5559         * src/procmime.h
5560         * src/textview.c
5561                 Sync with HEAD
5562         * src/gtk/gtksctree.c
5563                 Close bug #608
5564
5565 2004-10-01 [colin]      0.9.12cvs118.1
5566
5567         * src/mimeview.c
5568                 Sync with HEAD (better Save All fix)
5569
5570 2004-10-01 [colin]      0.9.12cvs117.2
5571
5572         * src/gtk/gtksctree.c
5573                 Faster on selection
5574
5575 2004-10-01 [colin]      0.9.12cvs117.1
5576
5577         * src/mimeview.c
5578                 Sync with HEAD (Save All: only attachments)
5579
5580 2004-10-01 [paul]       0.9.12cvs116.1
5581
5582         * ChangeLog.claws
5583         * configure.ac
5584         * src/account.c
5585         * src/prefs_common.c
5586         * src/gtk/colorlabel.c
5587                 sync with HEAD
5588
5589 2004-09-30 [colin]      0.9.12cvs115.1
5590
5591         * src/stock_pixmap.c
5592         * src/stock_pixmap.h
5593         * src/folderview.c
5594         * src/Makefile.am
5595         * src/pixmaps/read.xpm
5596                 Sync with HEAD (new pixmap)
5597
5598 2004-09-29 [colin]      0.9.12cvs114.1
5599
5600         * src/compose.c
5601                 Sync with HEAD
5602                 Fix focus handling in headers
5603
5604 2004-09-29 [paul]       0.9.12cvs113.1
5605
5606         * src/quote_fmt_parse.y
5607                 sync with HEAD
5608  
5609
5610 2004-09-28 [colin]      0.9.12cvs112.1
5611
5612         * src/folderview.c
5613         * src/mainwindow.c
5614                 Sync with HEAD
5615
5616 2004-09-28 [colin]      0.9.12cvs110.1
5617
5618         * src/folderview.c
5619                 Sync with HEAD (Contextual Empty trash menu)
5620
5621 2004-09-28 [colin]      0.9.12cvs108.1
5622
5623         * src/addressbook.c
5624                 Sync with HEAD (addressbook edit on double-click)
5625
5626 2004-09-28 [colin]      0.9.12cvs106.1
5627
5628         * src/inc.c
5629                 Sync with HEAD (folder_item freeze on inc)
5630
5631 2004-09-27 [colin]      0.9.12cvs105.1
5632
5633         * src/folderview.c
5634                 Sync with HEAD (right-align new and unread column)
5635
5636 2004-09-27 [colin]      0.9.12cvs104.1
5637
5638         * src/main.c
5639                 Sync with HEAD (revert 0.9.12cvs101)
5640
5641 2004-09-24 [colin]      0.9.12cvs103.2
5642
5643         * src/wizard.c
5644                 Fix gtk warnings and use domain part of the email address 
5645                 when domain detection fails (no dot in domain name)
5646
5647 2004-09-23 [colin]      0.9.12cvs103.1
5648
5649         * src/plugins/spamassassin/libspamc.c
5650         * src/plugins/spamassassin/libspamc.h
5651         * src/plugins/spamassassin/utils.c
5652         * src/plugins/spamassassin/utils.h
5653                 Sync with HEAD (Update spamassassin to 3.0)
5654
5655 2004-09-21 [colin]      0.9.12cvs102.3
5656
5657         * src/action.c
5658                 Add horizontal scrollbar in action io dialog as needed
5659                 Patch by Alfons.
5660
5661 2004-09-20 [colin]      0.9.12cvs102.2
5662
5663         * src/plugins/image_viewer/viewer.c
5664                 Remove imlib stuff
5665                 use gtk_pixmap_set when clearing
5666                 (would be better to use gtkImages, but causes size-allocate 
5667                 signals storm)
5668
5669 2004-09-17 [paul]       0.9.12cvs102.1
5670
5671         * ChangeLog
5672         * ChangeLog.claws
5673         * ChangeLog.jp
5674         * configure.ac
5675         * src/inc.c
5676                 sync with HEAD
5677
5678
5679 2004-09-17 [colin]      0.9.12cvs101.1
5680
5681         * ChangeLog.claws
5682         * src/main.c
5683                 Sync with HEAD (fix segs at exit)
5684
5685 2004-09-14 [colin]      0.9.12cvs99.5
5686
5687         * src/common/socket.c
5688         * AUTHORS
5689                 Fix send error on 64bit platforms
5690                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
5691
5692 2004-09-14 [colin]      0.9.12cvs99.4
5693
5694         * src/action.c
5695                 Fix action output with utf8 
5696                 Patch by Alfons.
5697
5698 2004-09-14 [colin]      0.9.12cvs99.3
5699
5700         * ChangeLog.claws
5701         * src/folder.c
5702                 Sync with HEAD
5703
5704 2004-09-09 [colin]      0.9.12cvs99.2
5705
5706         * src/action.c
5707                 Fix progress bar (displaying "Completed %v/%u")
5708                 Patch by Alfons.
5709
5710 2004-09-08 [colin]      0.9.12cvs99.1
5711
5712         * src/account.c
5713         * src/folder.c
5714         * src/procmsg.c
5715         * src/procmsg.h
5716         * src/plugins/pgpmime/pgpmime.c
5717                 Sync with HEAD
5718
5719 2004-09-08 [colin]      0.9.12cvs97.2
5720
5721         * src/summaryview.c
5722                 Don't select mails in collapsed threads 
5723                 when navigating with up/down
5724
5725 2004-09-07 [colin]      0.9.12cvs97.1
5726
5727         * src/inc.c
5728                 Sync with HEAD (meaningful error messages)
5729
5730 2004-09-06 [colin]      0.9.12cvs96.1
5731
5732         * src/toolbar.c
5733                 Sync with HEAD (fix Redirect graying out)
5734
5735 2004-09-06 [colin]      0.9.12cvs95.1
5736
5737         * src/summaryview.c
5738         * src/mimeview.c
5739                 Sync with HEAD (fix dropped URIs)
5740
5741 2004-09-06 [colin]      0.9.12cvs94.1
5742
5743         * src/addressbook.c
5744         * src/addressitem.h
5745         * src/addritem.c
5746         * src/addritem.h
5747                 Sync with HEAD (addressbook DnD)
5748
5749 2004-09-03 [colin]      0.9.12cvs93.1
5750
5751         * src/summaryview.c
5752                 Sync with HEAD (next/prev unread)
5753
5754 2004-09-03 [colin]      0.9.12cvs92.1
5755
5756         * src/prefs_common.c
5757         * src/prefs_common.h
5758         * src/summaryview.c
5759                 Sync with HEAD ('mark_as_read_delay' pref)
5760
5761 2004-09-02 [colin]      0.9.12cvs91.2
5762
5763         * src/common/xml.c
5764                 Fix leak
5765
5766 2004-09-02 [colin]      0.9.12cvs91.1
5767
5768         * src/gtk/menu.c
5769                 Sync with HEAD (menu accel don't work, but whatever)
5770
5771 2004-09-02 [colin]      0.9.12cvs90.1
5772
5773         * src/account.c
5774                 Sync with HEAD (fix bug 582)
5775
5776 2004-09-02 [colin]      0.9.12cvs89.1
5777
5778         * src/addrindex.c
5779                 Sync with HEAD (free deleted queries)
5780
5781 2004-09-02 [colin]      0.9.12cvs88.1
5782
5783         * src/ldapquery.c
5784                 Sync with HEAD (fix LDAP freezes)
5785
5786 2004-09-02 [colin]      0.9.12cvs87.1
5787
5788         * src/prefs_spelling.c
5789                 Sync with HEAD (add default dictionary)
5790
5791 2004-09-01 [colin]      0.9.12cvs86.1
5792
5793         * src/filtering.c
5794         * src/folderview.c
5795         * src/imap.c
5796         * src/prefs_matcher.c
5797         * src/stock_pixmap.c
5798         * src/summary_search.c
5799         * src/summaryview.c
5800         * src/wizard.c
5801         * src/wizard.h
5802                 Sync with HEAD (uninitialized vars fixes)
5803                 + gtk2 specific warning fixes
5804
5805 2004-08-31 [colin]      0.9.12cvs85.1
5806
5807         * src/folder.c
5808                 Sync with HEAD (Fix memory corruption due to 
5809                 uninitialized var)
5810
5811 2004-08-31 [colin]      0.9.12cvs84.4
5812
5813         * src/summary_search.c
5814                 Fix segfaults when searching in folders with broken headers
5815
5816 2004-08-31 [colin]      0.9.12cvs84.3
5817
5818         * src/compose.c
5819         * src/textview.c
5820                 Fix some more encoding/decoding issues
5821
5822 2004-08-30 [colin]      0.9.12cvs84.2
5823
5824         * src/mimeview.c
5825         * src/prefs_themes.c
5826         * src/gtk/filesel.c
5827         * src/gtk/filesel.h
5828                 Add a folder-mode selection (fixes mimeview's "Save all")
5829
5830 2004-08-29 [colin]      0.9.12cvs84.1
5831
5832         * src/mimeview.c
5833                 Sync with HEAD (don't escape saved filenames)
5834
5835 2004-08-27 [colin]      0.9.12cvs83.1
5836
5837         * ChangeLog
5838         * ChangeLog.claws
5839         * ChangeLog.jp
5840         * src/mh.c
5841         * src/procheader.c
5842         * src/procmsg.c
5843         * src/procmsg.h
5844         * src/common/utils.c
5845         * src/gtk/menu.h
5846         * po/
5847                 Sync with HEAD 0.9.12cvs83 (sync with main)
5848
5849 2004-08-26 [colin]      0.9.12cvs82.4
5850
5851         * src/codeconv.c
5852                 Fix strange stack corruption
5853                 Convert to utf8 after unmime, not before
5854
5855 2004-08-26 [colin]      0.9.12cvs82.3
5856
5857         * src/main.c
5858         * src/wizard.c
5859                 Fix account folders duplication
5860
5861 2004-08-25 [colin]      0.9.12cvs82.2
5862
5863         * src/wizard.c
5864                 Remove ports
5865                 Add SSL selection
5866                 Use login@server as account name
5867
5868 2004-08-25 [colin]      0.9.12cvs82.1
5869
5870         * src/plugins/pgpmime/pgpmime.c
5871                 Sync with HEAD (leak fix).
5872
5873 2004-08-25 [colin]      0.9.12cvs81.1
5874
5875         * src/plugins/pgpmime/pgpmime.c
5876         * src/plugins/pgpmime/sgpgme.c
5877         * src/plugins/pgpmime/sgpgme.h
5878                 Sync with HEAD (Handle combined messages).
5879
5880 2004-08-24 [colin]      0.9.12cvs80.3
5881
5882         * src/wizard.c
5883                 Fix full name, ports, and imap
5884
5885 2004-08-24 [colin]      0.9.12cvs80.2
5886
5887         * src/Makefile.am
5888         * src/main.c
5889         * src/setup.c
5890         * src/setup.h
5891         * src/stock_pixmap.c
5892         * src/stock_pixmap.h
5893         * src/wizard.c ** ADDED **
5894         * src/wizard.h ** ADDED ** 
5895         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
5896                 Add a setup wizard 
5897
5898 2004-08-24 [colin]      0.9.12cvs80.1
5899
5900         * src/folder.c
5901                 Sync with HEAD (set mimeflags on all messages)
5902
5903 2004-08-24 [colin]      0.9.12cvs79.3
5904
5905         * src/matcher_parser_lex.l
5906                 Fix 8bits strings not in utf8
5907
5908 2004-08-24 [colin]      0.9.12cvs79.2
5909
5910         * src/compose.c
5911                 Check conversion result before replacing buffer
5912
5913 2004-08-23 [colin]      0.9.12cvs79.1
5914
5915         * src/compose.c
5916                 Sync with HEAD (create message header in memory)
5917
5918 2004-08-23 [colin]      0.9.12cvs78.1
5919
5920         * src/rfc2015.c
5921         * src/rfc2015.h
5922                 Sync with HEAD (fix bug 197 again)
5923
5924 2004-08-23 [colin]      0.9.12cvs77.3
5925
5926         * src/compose.c
5927                 Fix again inline gpg signing (which outputs utf8
5928                 in gtk2). Not syncing this fix to HEAD as this 
5929                 code is meant to die.
5930
5931 2004-08-23 [colin]      0.9.12cvs77.2
5932
5933         * src/prefs_account.h
5934                 Remove useless include
5935
5936 2004-08-23 [colin]      0.9.12cvs77.1
5937
5938         * src/imap.c
5939         * po/es.po
5940         * po/fr.po
5941         * po/it.po
5942         * po/pl.po
5943         * po/pt_BR.po
5944         * po/sk.po
5945         * po/sr.po
5946                 Sync with HEAD (fix bug 577)
5947
5948 2004-08-22 [colin]      0.9.12cvs76.1
5949
5950         * src/plugins/trayicon/trayicon.c
5951                 Sync with HEAD (fix formatting bug)
5952
5953 2004-08-21 [colin]      0.9.12cvs74.2
5954
5955         * src/gtk/colorsel.c
5956                 Fix bug 564 (Folder color selection window exits on any
5957                 keypress)
5958
5959 2004-08-21 [colin]      0.9.12cvs74.1
5960
5961         * ChangeLog.claws
5962         * src/compose.c
5963         * src/summaryview.c
5964         * src/toolbar.c
5965                 Sync with HEAD (fix bug 576)
5966
5967 2004-08-21 [colin]      0.9.12cvs70.1
5968
5969         * src/compose.c
5970         * src/mainwindow.c
5971                 Sync with HEAD
5972                 
5973
5974 2004-08-21 [paul]       0.9.12cvs66.4
5975
5976         * src/mainwindow.c
5977         * src/messageview.c
5978         * src/gtk/menu.c
5979         * src/plugins/spamassassin/spamassassin_gtk.c
5980                 remove some deprecated gtk1 functions
5981
5982
5983 2004-08-21 [colin]      0.9.12cvs66.3
5984
5985         * src/compose.c
5986         * src/codeconv.c
5987                 Fix warnings
5988                 Remove encoding hacks
5989                 Fix bug 575 (Strange character messes up message)
5990                 Don't display conversion error when drafting
5991
5992 2004-08-21 [paul]       0.9.12cvs66.2
5993
5994         * src/prefs_account.c
5995                 fix GnuPG mode bugs
5996
5997
5998 2004-08-20 [colin]      0.9.12cvs66.1
5999
6000         * src/codeconv.c
6001                 Sync with HEAD 0.9.12cvs66
6002
6003 2004-08-20 [paul]
6004
6005         * src/plugins/pgpmime/plugin.c
6006                 modify PGP/MIME plugin's description
6007
6008 2004-08-17 [colin]      0.9.12cvs65.1
6009
6010         * src/common/ssl.c
6011         * src/plugins/pgpmime/plugin.c
6012                 Sync with HEAD
6013
6014 2004-08-14 [colin]      0.9.12cvs60.3
6015
6016         * src/plugins/trayicon/trayicon.c
6017                 Put back resize callback, on size-request signal
6018                 rather than size-allocate to avoid infinite 
6019                 callback loop
6020
6021 2004-08-13 [colin]      0.9.12cvs60.2
6022
6023         * src/common/defs.h
6024                 Cache versions have been fixed
6025
6026 2004-08-13 [colin]      0.9.12cvs60.1
6027
6028         * src/folderutils.c
6029                 Sync with HEAD
6030
6031 2004-08-12 [colin]      0.9.12cvs59.1
6032
6033         * src/plugins/trayicon/trayicon.c
6034                 Sync with HEAD
6035
6036 2004-08-12 [colin]      0.9.12cvs57.5
6037
6038         * sylpheed.desktop
6039         * configure.ac
6040         * src/Makefile.am
6041         * src/main.c
6042                 Add support for Freedesktop.org's startup notification
6043
6044 2004-08-11 [colin]      0.9.12cvs57.4
6045
6046         * src/textview.c
6047                 Fix off-by-one
6048
6049 2004-08-11 [colin]      0.9.12cvs57.3
6050
6051         * src/message_search.c
6052         * src/summary_search.c
6053                 Make searches case insensitive by default
6054         * src/textview.c
6055                 Fix case-insensitive search in message
6056
6057 2004-08-11 [colin]      0.9.12cvs57.2
6058
6059         * src/summary_search.c
6060                 Let case-sensitive be specified
6061
6062 2004-08-10 [colin]      0.9.12cvs55.4
6063
6064         * src/common/socket.c
6065                 Fix the possible race condition
6066
6067 2004-08-09 [paul]       0.9.12cvs55.3
6068
6069         * configure.ac
6070         * src/Makefile.am
6071         * src/common/Makefile.am
6072                 sync with HEAD
6073
6074
6075 2004-08-09 [paul]       0.9.12cvs55.2
6076
6077         * autogen.sh
6078         * po/poconv.sh
6079                 remove unneeded script
6080
6081         * configure.ac
6082                 add forgotten USE_LDAP_TLS (sync with HEAD)
6083
6084
6085 2004-08-09 [colin]      0.9.12cvs55.1
6086
6087         * src/main.c
6088         * src/common/ssl.c
6089         * src/common/sylpheed.c
6090         * src/common/sylpheed.h
6091                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
6092
6093 2004-08-09 [paul]       0.9.12cvs54.1
6094
6095         * ChangeLog
6096         * ChangeLog.claws
6097         * ChangeLog.jp
6098         * configure.ac
6099         * po/POTFILES.in
6100         * src/Makefile.am
6101         * src/folderutils.c
6102         * src/main.c
6103         * src/pgpmime.c
6104         * src/pgpmime.h
6105         * src/sgpgme.c
6106         * src/sgpgme.h
6107         * src/plugins/Makefile.am
6108         * src/plugins/pgpmime/.cvsignore
6109         * src/plugins/pgpmime/Makefile.am
6110         * src/plugins/pgpmime/pgpmime.c
6111         * src/plugins/pgpmime/pgpmime.h
6112         * src/plugins/pgpmime/plugin.c
6113         * src/plugins/pgpmime/sgpgme.c
6114         * src/plugins/pgpmime/sgpgme.h
6115                 sync with HEAD
6116
6117 2004-08-08 [paul]       0.9.12cvs51.1
6118
6119         * configure.ac
6120         * src/folder.c
6121                 sync with HEAD
6122
6123 2004-08-07 [colin]      0.9.12cvs50.1
6124
6125         * src/pop.c
6126         * src/common/partial_download.c
6127                 fix warnings (sync from HEAD)
6128
6129 2004-08-07 [colin]      0.9.12cvs48.1
6130
6131         * src/prefs_folder_item.c
6132                 sync with HEAD 0.9.12cvs48
6133
6134 2004-08-06 [colin]      0.9.12cvs47.1
6135
6136         * src/compose.c
6137                 Sync with HEAD
6138
6139 2004-08-06 [christoph]  0.9.12cvs46.2
6140
6141         * src/main.c
6142         * src/plugins/clamav/clamav_plugin_gtk.c
6143         * src/plugins/dillo_viewer/dillo_viewer.c
6144         * src/plugins/image_viewer/plugin.c
6145         * src/plugins/mathml_viewer/mathml_viewer.c
6146         * src/plugins/spamassassin/spamassassin_gtk.c
6147         * src/plugins/trayicon/trayicon.c
6148                 don't mix GTK1.2 plugin with GTK2 plugins
6149
6150 2004-08-06 [colin]      0.9.12cvs46.1
6151
6152         * ChangeLog
6153         * ChangeLog.claws
6154         * ChangeLog.jp
6155         * configure.ac
6156         * sylpheed-claws.pc.in
6157         * src/folder.c
6158         * src/imap.c
6159         * src/localfolder.c
6160         * src/messageview.c
6161         * src/mimeview.c
6162         * src/mimeview.h
6163         * src/msgcache.c
6164         * src/news.c
6165         * src/prefs_ext_prog.c
6166         * src/prefs_folder_item.c
6167         * src/prefs_fonts.c
6168         * src/prefs_msg_colors.c
6169         * src/prefs_spelling.c
6170         * src/prefs_themes.c
6171         * src/prefs_toolbar.c
6172         * src/prefs_wrapping.c
6173         * src/procmime.h
6174         * src/common/defs.h
6175         * src/common/nntp.c
6176         * src/common/session.c
6177         * src/common/session.h
6178         * src/common/socket.c
6179         * src/common/utils.h
6180         * src/common/xml.c
6181         * src/common/xml.h
6182         * src/gtk/prefswindow.c
6183         * src/gtk/prefswindow.h
6184         * src/plugins/clamav/clamav_plugin_gtk.c
6185         * src/plugins/dillo_viewer/dillo_prefs.c
6186         * src/plugins/image_viewer/viewerprefs.c
6187         * src/plugins/spamassassin/spamassassin_gtk.c
6188         * m4/openssl.m4 *** REMOVED ***
6189                 Sync with HEAD 0.9.12cvs46
6190
6191 2004-08-03 [paul]       0.9.12cvs40.2
6192
6193         * src/action.c
6194         * src/addressadd.c
6195         * src/addressbook.c
6196         * src/addrgather.c
6197         * src/browseldap.c
6198         * src/compose.c
6199         * src/crash.c
6200         * src/editaddress.c
6201         * src/editgroup.c
6202         * src/editldap_basedn.c
6203         * src/foldersel.c
6204         * src/importldif.c
6205         * src/mimeview.c
6206         * src/prefs_common.c
6207         * src/prefs_template.c
6208         * src/sourcewindow.c
6209         * src/summaryview.c
6210         * src/gtk/about.c
6211         * src/gtk/foldersort.c
6212         * src/gtk/logwindow.c
6213         * src/gtk/pluginwindow.c
6214         * src/gtk/prefswindow.c
6215                 change all gtk_scrolled_window_set_policy from 
6216                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
6217
6218 2004-08-02 [paul]       0.9.12cvs40.1
6219
6220         * AUTHORS
6221                 update translation team section
6222         * po/pt_BR.po
6223                 updated by Frederico Goncalves Guimaraes
6224                 <fggdebian@yahoo.com.br>
6225
6226 2004-07-31 [colin]      0.9.12cvs39.9
6227
6228         * src/exphtmldlg.c
6229                 Fix compilation
6230
6231 2004-07-31 [colin]      0.9.12cvs39.8
6232
6233         * src/exphtmldlg.c
6234                 Fix an alertpanel type
6235
6236 2004-07-30 [colin]      0.9.12cvs39.7
6237
6238         * src/alertpanel.c
6239                 Fix alertpanel_error_log's icon
6240
6241 2004-07-30 [colin]      0.9.12cvs39.6
6242
6243         * src/pop.c
6244                 Two of them should still be warnings
6245
6246 2004-07-30 [colin]      0.9.12cvs39.5
6247
6248         * src/pop.c
6249                 More warning -> error
6250 2004-07-29 [colin]      0.9.12cvs39.4
6251
6252         * src/pop.c
6253                 Warning -> error
6254
6255 2004-07-29 [colin]      0.9.12cvs39.3
6256
6257         * src/prefs_matcher.c
6258                 Fix segfault
6259
6260 2004-07-29 [colin]      0.9.12cvs39.2
6261
6262         * src/alertpanel.c
6263                 More nice-looking alertpanels
6264
6265 2004-07-29 [colin]      0.9.12cvs39.1
6266
6267         * src/messageview.c
6268                 sync with head
6269                 (inform user when partial mail is deleted on server)
6270
6271 2004-07-29 [colin]      0.9.12cvs38.1
6272
6273         * src/messageview.c
6274                 sync with head
6275
6276 2004-07-28 [paul]       0.9.12cvs37.7
6277
6278         * src/mainwindow.c
6279                 complete the replacement of deprecated gtk_progress_*
6280
6281 2004-07-28 [paul]       0.9.12cvs37.6
6282
6283         * src/action.c
6284         * src/inc.c
6285         * src/mainwindow.c
6286         * src/send_message.c
6287         * src/gtk/progressdialog.c
6288         * src/gtk/progressdialog.h
6289                 replace deprecated gtk_progress_*
6290
6291 2004-07-28 [paul]       0.9.12cvs37.5
6292
6293         * src/gtk/filesel.c
6294                 remove gtk_window_set_wmclass()
6295 2004-07-28 [paul]       0.9.12cvs37.4
6296
6297         * src/addressbook.c
6298         * src/compose.c
6299         * src/foldersel.c
6300         * src/mainwindow.c
6301         * src/messageview.c
6302         * src/sourcewindow.c
6303         * src/gtk/logwindow.c
6304                 remove gtk_window_set_wmclass()
6305                 
6306         * src/prefs_filtering.c
6307         * src/prefs_filtering_action.c
6308         * src/prefs_fonts.c
6309         * src/prefs_gtk.c
6310         * src/prefs_matcher.c
6311         * src/ssl_manager.c
6312         * src/gtk/prefswindow.c
6313                 replace gtk_window_position()
6314
6315 2004-07-28 [colin]      0.9.12cvs37.3
6316
6317         * src/alertpanel.c
6318         * src/alertpanel.h
6319                 Add a way to specify panel type for specific
6320                 panels (alertpanel())
6321         * src/account.c
6322         * src/addressbook.c
6323         * src/compose.c
6324         * src/expldifdlg.c
6325         * src/main.c
6326         * src/messageview.c
6327         * src/summaryview.c
6328         * src/textview.c
6329         * src/gtk/sslcertwindow.c
6330                 Fix alertpanel()s so that their icon match
6331                 their real type
6332
6333 2004-07-28 [paul]       0.9.12cvs37.2
6334
6335         * src/addr_compl.c
6336         * src/addressbook.c
6337         * src/alertpanel.c
6338         * src/compose.c
6339         * src/export.c
6340         * src/foldersel.c
6341         * src/folderview.c
6342         * src/grouplistdialog.c
6343         * src/import.c
6344         * src/mainwindow.c
6345         * src/message_search.c
6346         * src/messageview.c
6347         * src/passphrase.c
6348         * src/prefs_actions.c
6349         * src/prefs_common.c
6350         * src/prefs_customheader.c
6351         * src/prefs_display_header.c
6352         * src/prefs_filtering.c
6353         * src/prefs_filtering_action.c
6354         * src/prefs_gtk.c
6355         * src/prefs_matcher.c
6356         * src/prefs_msg_colors.c
6357         * src/prefs_summary_column.c
6358         * src/prefs_template.c
6359         * src/sourcewindow.c
6360         * src/ssl_manager.c
6361         * src/summary_search.c
6362         * src/gtk/colorsel.c
6363         * src/gtk/description_window.c
6364         * src/gtk/gtkaspell.c
6365         * src/gtk/inputdialog.c
6366         * src/gtk/logwindow.c
6367         * src/gtk/prefswindow.c
6368         * src/gtk/progressdialog.c
6369                 replace deprecated gtk_window_set_policy
6370
6371 2004-07-27 [colin]      0.9.12cvs37.1
6372
6373         * src/msgcache.c
6374                 More fixes (synced for head again)
6375
6376 2004-07-27 [colin]      0.9.12cvs35.3
6377
6378         * src/msgcache.c
6379                 Fix wrong test
6380
6381 2004-07-27 [colin]      0.9.12cvs35.2
6382
6383         * src/mimeview.c
6384                 Fix width a bit (by Paul)
6385         * src/alertpanel.c
6386         * src/alertpanel.h
6387                 Specialize icons, make alertpanel_message()
6388                 private
6389         * src/message_search.c
6390         * src/sgpgme.c
6391         * src/summary_search.c
6392                 Suit alertpanel changes
6393
6394 2004-07-27 [colin]      0.9.12cvs35.1
6395
6396         * src/alertpanel.c
6397                 Add an icon
6398         * src/passphrase.c
6399                 Add debug output - maybe someone will
6400                 want to look at the problem with Grab
6401                 Input :)
6402         Bump version as we're synced with HEAD
6403
6404 2004-07-26 [colin]      0.9.12cvs33.26
6405
6406         * src/pop.c
6407                 Fix uidl-file parsing when not in new
6408                 format
6409
6410 2004-07-26 [colin]      0.9.12cvs33.25
6411
6412         * src/gtk/menu.c
6413                 Move popup menu up if necessary (fixes 
6414                 account selector)
6415         * src/mainwindow.c
6416                 Set account selector's button height to
6417                 minimum
6418
6419 2004-07-26 [colin]      0.9.12cvs33.24
6420
6421         * src/alertpanel.c
6422                 Maybe fix 551 (Truncated font in alert window)
6423
6424 2004-07-26 [colin]      0.9.12cvs33.23
6425
6426         * po/de.po
6427         * po/es.po
6428         * po/fr.po
6429         * po/it.po
6430         * po/ja.po
6431         * po/pl.po
6432         * po/ru.po
6433         * po/sk.po
6434         * po/sr.po
6435         * po/zh_CN.po
6436                 Sync po files with HEAD
6437
6438 2004-07-26 [paul]       0.9.12cvs33.22
6439
6440         * src/compose.c
6441                 fix Bug 556 'Organisation-header is sent even if empty'
6442
6443 2004-07-24 [colin]      0.9.12cvs33.21
6444
6445         * src/compose.c
6446         * src/gtk/gtkaspell.c
6447         * src/gtk/gtkaspell.h
6448                 Fix speller accelerators (require hack)
6449
6450 2004-07-24 [colin]      0.9.12cvs33.20
6451
6452         * src/gtk/gtkaspell.c
6453                 Fix over-eager code deletion breaking
6454                 Check while typing
6455
6456 2004-07-24 [colin]      0.9.12cvs33.19
6457
6458         * src/browseldap.c
6459         * src/ldapctrl.c
6460         * src/ldapctrl.h
6461         * src/ldapserver.h
6462                 Sync ldap with HEAD
6463         (Fixes 546 LDAP completely broken)
6464
6465 2004-07-24 [colin]      0.9.12cvs33.18
6466
6467         * src/prefs_msg_colors.c
6468                 Fix prototype mismatch
6469         (Fixes 547 void function cannot return value)
6470
6471 2004-07-24 [colin]      0.9.12cvs33.17
6472
6473         * src/mainwindow.c
6474                 Fix sort going back to previous sort key
6475                 when changing sort direction
6476
6477 2004-07-24 [colin]      0.9.12cvs33.16
6478
6479         * src/compose.c
6480                 Fix space insertion when re-wrapping at 
6481                 cursor point
6482
6483 2004-07-24 [colin]      0.9.12cvs33.15
6484
6485         * src/gtk/gtkaspell.c
6486                 Don't change cursor position in insert-text
6487                 callback
6488         (Fixes 539 Word wrapping on input transposes letters)
6489
6490 2004-07-24 [colin]      0.9.12cvs33.14
6491
6492         * src/gtk/gtkaspell.c
6493                 Reencode non-ascii chars to dictionary's
6494                 encoding
6495         (Fixes 544 Spell check broken non english locale)
6496
6497 2004-07-24 [colin]      0.9.12cvs33.13
6498
6499         * src/summaryview.c
6500                 Fix Shift+Down, add Home/End/PgUp/PgDown
6501
6502 2004-07-21 [colin]      0.9.12cvs33.12
6503
6504         * src/prefs_common.c
6505                 Fix a gtk warning (Patch by Andrej Kacian)
6506
6507 2004-07-21 [colin]      0.9.12cvs33.11
6508
6509         * src/gtk/filesel.c
6510                 More check
6511
6512 2004-07-21 [colin]      0.9.12cvs33.10
6513
6514         * src/compose.c
6515         * src/crash.c
6516         * src/export.c
6517         * src/import.c
6518         * src/messageview.c
6519         * src/mimeview.c
6520         * src/prefs_spelling.c
6521         * src/prefs_themes.c
6522         * src/summaryview.c
6523         * src/gtk/filesel.c
6524         * src/gtk/filesel.h
6525         * src/gtk/pluginwindow.c
6526                 Untwist open/save mode guessing logic, make
6527                 it explicit
6528
6529 2004-07-20 [colin]      0.9.12cvs33.9
6530
6531         * src/codeconv.c
6532                 conv_encode_header: src_charset is UTF-8 on
6533                 gtk2
6534         * src/compose.c
6535                 Remove double encoding of the headers
6536
6537 2004-07-20 [colin]      0.9.12cvs33.8
6538
6539         * src/codeconv.c
6540                 Fix typo
6541
6542 2004-07-20 [colin]      0.9.12cvs33.7
6543
6544         * src/mainwindow.c
6545                 Set the separated messageview to the saved
6546                 size of Claws' messageview (Patch by Alfons)
6547                 Fix a callback prototype (me)
6548
6549 2004-07-20 [colin]      0.9.12cvs33.6
6550
6551         * src/codeconv.h
6552                 Forgot one hunk in 0.9.12cvs33.4
6553
6554 2004-07-19 [colin]      0.9.12cvs33.5
6555
6556         * src/action.c
6557                 Action output fix
6558                 Patch by Alfons
6559
6560 2004-07-19 [colin]      0.9.12cvs33.4
6561
6562         * src/compose.c
6563                 Fix outgoing charset bug in headers
6564         * src/codeconv.c
6565                 Clean for glib2 - Patch by Alfons
6566
6567 2004-07-19 [colin]      0.9.12cvs33.3
6568
6569         * src/statusbar.c
6570                 Remove grip from the statusbar
6571                 Patch by Alfons
6572
6573 2004-07-19 [colin]      0.9.12cvs33.2
6574
6575         * src/messageview.c
6576         * src/textview.c
6577                 Fix messageview remembering the previous
6578                 scroll position when loading a new message
6579                 Patch by Alfons
6580
6581 2004-07-19 [colin]      0.9.12cvs33.1
6582
6583         * src/folder.h
6584         * src/folderview.c
6585         * src/summaryview.c
6586                 Sync with HEAD
6587
6588 2004-07-18 [colin]      0.9.12cvs32.7
6589
6590         * configure.ac
6591                 Remove useless check for XIM - noticed
6592                 by Alfons
6593
6594 2004-07-18 [colin]      0.9.12cvs32.6
6595
6596         * src/summaryview.c
6597                 Remove non-modified and shift-modified
6598                 accelerators in summaryview's popup
6599                 menu, as that doesn't get catched by
6600                 the accel-activate signal catcher...
6601
6602 2004-07-18 [colin]      0.9.12cvs32.5
6603
6604         * src/prefs_common.c
6605                 Define sensible default prefs for 
6606                 wrapping
6607
6608 2004-07-18 [colin]      0.9.12cvs32.4
6609
6610         * src/compose.c
6611         * src/prefs_common.c
6612         * src/prefs_common.h
6613         * src/prefs_wrapping.c
6614                 Remove Smart Wrapping pref, which does
6615                 nothing on gtk2 branch
6616
6617 2004-07-18 [colin]      0.9.12cvs32.3
6618
6619         * src/sourcewindow.c
6620                 Proper utf8
6621
6622 2004-07-18 [colin]      0.9.12cvs32.2
6623
6624         * src/compose.c
6625                 Save attachment status when drafting
6626
6627 2004-07-18 [colin]      0.9.12cvs32.1
6628
6629         * src/gtk/filesel.c
6630                 Fix erratic folder selection in open mode
6631
6632 2004-07-18 [colin]      0.9.12cvs31.11
6633
6634         * src/pop.c
6635                 Don't let partial messages get deleted
6636                 even with "dowload all"
6637                 (0.9.12cvs31.8 fix extension)
6638 2004-07-18 [colin]      0.9.12cvs31.10
6639
6640         * src/gtk/logwindow.c
6641                 Fix log scrolling
6642
6643 2004-07-18 [colin]      0.9.12cvs31.9
6644
6645         * src/common/utils.c
6646                 Fix non-utf8 strings coming from commands
6647                 and files
6648
6649 2004-07-18 [colin]      0.9.12cvs31.8
6650
6651         * src/pop.c
6652                 Fix partial download bug with Download all
6653                 messages option
6654
6655 2004-07-18 [colin]      0.9.12cvs31.7
6656
6657         * src/textview.c
6658                 Fix bug introduced in 0.9.12cvs31.2
6659                 (blocked in select mode after double click)
6660
6661 2004-07-18 [colin]      0.9.12cvs31.6
6662
6663         * src/compose.c
6664         * src/gtk/menu.c
6665                 More glib-warning fixes
6666
6667 2004-07-18 [colin]      0.9.12cvs31.5
6668
6669         * src/compose.c
6670                 Fix trashing the primary clipboard when moving 
6671                 around with tab
6672         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
6673
6674 2004-07-18 [colin]      0.9.12cvs31.4
6675
6676         * src/codeconv.c
6677                 convert unencoded iso headers to utf8
6678         (Fix Bug 538 Unencoded local characters in subject make it 
6679          disappear)
6680
6681 2004-07-18 [colin]      0.9.12cvs31.3
6682
6683         * src/compose.c
6684                 Fix tab char handling in wrapping
6685         (Fix Bug 537 Line wrap problem - TAB character treated as 
6686          one character instead of 8)
6687
6688 2004-07-18 [colin]      0.9.12cvs31.2
6689
6690         * src/textview.c
6691                 return FALSE on GDK_MOTION_NOTIFY
6692         (Fix Bug 535 Hyperlinks/addresses are not selectable 
6693          (unable to highlight))
6694
6695 2004-07-18 [colin]      0.9.12cvs31.1
6696
6697         * src/folderview.c
6698                 Sync with 0.9.12cvs31
6699
6700 2004-07-18 [colin]      0.9.12cvs30.4
6701
6702         * src/compose.c
6703                 Also block text_inserted when inserting a file
6704
6705 2004-07-18 [colin]      0.9.12cvs30.3
6706
6707         * src/compose.c
6708                 Fix smart wrapping (block text_inserted handler
6709                 while putting quotation to avoid wrap on input,
6710                 don't join lines if next is sig separator)
6711
6712 2004-07-17 [colin]      0.9.12cvs30.2
6713
6714         * src/folderview.c
6715         * src/mainwindow.c
6716         * src/mimeview.c
6717         * src/summaryview.c
6718         * src/gtk/quicksearch.c
6719         * src/gtk/quicksearch.h
6720                 Block key events handlers *and* accels while
6721                 quicksearch is focused
6722         (Fixes Bug 534 quick-search bar not accepting certain letters)
6723
6724 2004-07-17 [colin]      0.9.12cvs30.1
6725
6726         * src/folder.h
6727         * src/folderview.c
6728         * src/summaryview.c
6729                 Sync with 0.9.12cvs30
6730
6731 2004-07-17 [colin]      0.9.12cvs28.2
6732
6733         * src/mimeview.c
6734         * src/procmime.c
6735         * src/summaryview.c
6736         * src/gtk/menu.c
6737                 Squash some compile and glib warnings
6738
6739 2004-07-17 [paul]       0.9.12cvs28.1
6740
6741         * src/mimeview.c
6742                 sync with 0.9.12cvs28 HEAD
6743
6744 2004-07-16 [paul]       0.9.12cvs26.1
6745         
6746         * src/gtk/quicksearch.c
6747         * src/account.c
6748         * src/account.h
6749         * src/compose.c
6750         * src/customheader.c
6751         * src/folder_item_prefs.c
6752         * src/main.c
6753         * src/mainwindow.c
6754         * src/messageview.c
6755         * src/mimeview.c
6756         * src/news.c
6757         * src/pgpmime.c
6758         * src/pop.c
6759         * src/pop.h
6760         * src/prefs_account.c
6761         * src/prefs_account.h
6762         * src/prefs_common.c
6763         * src/prefs_common.h
6764         * src/prefs_display_header.c
6765         * src/prefs_gtk.c
6766         * src/prefs_gtk.h
6767         * src/procheader.c
6768         * src/procmime.c
6769                 sync with 0.9.12cvs26 HEAD      
6770
6771 2004-07-15 [colin]      0.9.12cvs18.14
6772
6773         * src/folder.c
6774                 Disable GPG signature check during
6775                 folder move and scan
6776         (Closes Bug 521 Signature checking slows down Folder-Move)
6777
6778 2004-07-14 [colin]      0.9.12cvs18.13
6779
6780         * src/common/partial_download.c
6781                 update includes
6782
6783 2004-07-14 [colin]      0.9.12cvs18.12
6784
6785         * src/common/partial_download.c
6786         * src/common/partial_download.h
6787                 Move doc at top, add correct copyright
6788
6789 2004-07-14 [colin]      0.9.12cvs18.11
6790
6791         * src/folder.c
6792         * src/messageview.c
6793         * src/pop.c
6794         * src/pop.h
6795         * src/procmsg.c
6796         * src/summaryview.c
6797         * src/common/Makefile.am
6798         * src/common/partial_download.c ** NEW FILES **
6799         * src/common/partial_download.h ** NEW FILES **
6800                 Move partial-download related stuff to its
6801                 own file
6802
6803 2004-07-14 [colin]      0.9.12cvs18.10
6804
6805         * src/send_message.c
6806                 Fix smtp auth when user is null or empty
6807
6808 2004-07-13 [colin]      0.9.12cvs18.9
6809
6810         * src/gtk/quicksearch.c
6811                 Use alphabetic order
6812
6813 2004-07-13 [colin]      0.9.12cvs18.8
6814
6815         * src/pop.c
6816                 Be paranoid on the checks
6817
6818 2004-07-13 [colin]      0.9.12cvs18.7
6819
6820         * src/gtk/quicksearch.c
6821                 Fix Engrish once again
6822
6823 2004-07-13 [colin]      0.9.12cvs18.6
6824
6825         * src/procmsg.c
6826         * src/summaryview.c
6827                 Mark messages for deletion when they are about to
6828                 be removed from trash
6829
6830 2004-07-13 [colin]      0.9.12cvs18.5
6831
6832         * src/matcher.c
6833         * src/matcher.h
6834         * src/matcher_parser_parse.y
6835         * src/prefs_matcher.c
6836         * src/gtk/quicksearch.c
6837                 Add 'partial' ('p') match string to find partially
6838                 downloaded messages
6839
6840 2004-07-13 [colin]      0.9.12cvs18.4
6841
6842         * src/pop.c
6843                 Fix misplaced block
6844
6845 2004-07-13 [colin]      0.9.12cvs18.3
6846
6847         * src/pop.c
6848         * src/pop.h
6849         * src/messageview.c
6850                 Refactor API (to avoid passing 5+ params and code
6851                 duplication)
6852         * src/folder.c
6853         * src/msgcache.c
6854         * src/procheader.c
6855         * src/common/defs.h
6856                 Add planned_download to cache
6857                 Don't mess uidl file when moving partially downloaded
6858                 mails (they change folder, we should change it in the
6859                 uidl list too or we'll remove an incorrect message)
6860                 (this also helps removing hacks when changing 
6861                 planned_download in messageview.c)
6862
6863 2004-07-12 [colin]      0.9.12cvs18.2
6864
6865         * src/gtk/quicksearch.c
6866                 Fix missing status update in quicksearch
6867
6868 2004-07-12 [paul]       0.9.12cvs18.1
6869
6870         * po/POTFILES.in
6871         * src/Makefile.am
6872         * src/account.c
6873         * src/codeconv.c
6874         * src/compose.c
6875         * src/inc.c
6876         * src/main.c
6877         * src/prefs_common.c
6878         * src/procmsg.h
6879         * src/toolbar.c
6880         * src/prefs_msg_colors.[ch]     ** NEW FILES **
6881         * src/prefs_wrapping.[ch]       ** NEW FILES **
6882         * src/common/intl.h
6883         * src/common/utils.[ch]
6884         * src/gtk/quicksearch.[ch]
6885                 sync with 0.9.12cvs18 HEAD
6886
6887 2004-07-12 [colin]      0.9.11cvs17.25
6888
6889         * src/folder.c
6890         * src/folder.h
6891                 Remove unused function added by me in 0.9.11cvs17.10
6892
6893 2004-07-11 [colin]      0.9.11cvs17.24
6894
6895         * src/inc.c
6896         * src/messageview.c
6897         * src/pop.c
6898         * src/pop.h
6899                 Use folderitem and msgnum instead of filename to
6900                 know which mail to delete
6901                 Move old partial mail deletion to pop.c
6902
6903 2004-07-10 [colin]      0.9.11cvs17.23
6904
6905         * src/inc.c
6906                 Add debug
6907         * src/pop.c
6908         * src/pop.h
6909                 Don't re-use same enums for unrelated stuff: it's 
6910                 completely misleading !
6911                 Document a bit
6912
6913 2004-07-09 [colin]      0.9.11cvs17.22
6914
6915         * src/inc.c
6916                 Remove folder-type check and do
6917                 more tests to be sure everything's
6918                 ok
6919         * src/messageview.c
6920                 Punctuation update, remove useless
6921                 code, fix two warnings
6922         * src/noticeview.c
6923                 Layout cleaning, reset 2nd button
6924                 when specifying one
6925
6926 2004-07-09 [colin]      0.9.11cvs17.21
6927
6928         * src/messageview.c
6929         * src/pop.c
6930         * src/pop.h
6931                 Allow user to change his mind
6932                 and postpone decision (by
6933                 unmarking the mail)
6934
6935 2004-07-09 [colin]      0.9.11cvs17.20
6936
6937         * src/messageview.c
6938                 Fix bug with delete state
6939         * src/pop.c
6940         * src/pop.h
6941                 Fix buffer leak (fread doesn't 
6942                 terminate buffers with \0)
6943                 Refactoring (remove magic 
6944                 numbers)
6945
6946 2004-07-09 [colin]      0.9.11cvs17.19
6947
6948         * src/pop.c
6949                 Don't log "Skipping message" if 
6950                 we're going to TOP it two lines
6951                 later
6952
6953 2004-07-09 [colin]      0.9.11cvs17.18
6954
6955         * src/messageview.c
6956                 Fix Engrish
6957
6958 2004-07-09 [colin]      0.9.11cvs17.17
6959
6960         * src/pop.c
6961                 strlen checking...
6962         * src/messageview.c
6963                 refactoring a bit
6964
6965 2004-07-08 [colin]      0.9.11cvs17.16
6966
6967         * src/noticeview.c
6968         * src/noticeview.h
6969                 Add an optional second button
6970         * src/messageview.c
6971         * src/pop.c
6972         * src/pop.h
6973                 Don't delete partially received mails after a certain
6974                 time; rather, let the user decide.
6975
6976 2004-07-08 [colin]      0.9.11cvs17.15
6977
6978         * src/common/smtp.h
6979                 Sync with HEAD
6980
6981 2004-07-08 [colin]      0.9.11cvs17.14
6982
6983         * src/messageview.c
6984         * src/common/smtp.c
6985                 Use to_human_readable() for sizes
6986
6987 2004-07-08 [colin]      0.9.11cvs17.13
6988
6989         * src/inc.c
6990         * src/messageview.c
6991         * src/pop.c
6992         * src/pop.h
6993         * src/procmsg.c
6994                 Fix partial-downloading issues:
6995                         catch unsupported TOP
6996                         don't delete partially downloaded mails before 5 days
6997                         don't update existing with non-MH folders; that'll
6998                         make dups, but it's better than trashing the folder
6999                         free new msginfo parts
7000                 Fix indentation ;-)
7001
7002 2004-07-08 [colin]      0.9.11cvs17.12
7003
7004         * src/common/smtp.c
7005         * src/common/smtp.h
7006                 Sync smtp size verification with HEAD
7007
7008 2004-07-08 [colin]      0.9.11cvs17.11
7009
7010         * src/summaryview.c
7011         * src/prefs_common.c
7012         * src/prefs_common.h
7013         * src/gtk/quicksearch.c
7014         * src/gtk/quicksearch.h
7015                 Sync sticky pref with HEAD
7016
7017 2004-07-08 [colin]      0.9.11cvs17.10
7018
7019         * src/folder.c [1.213.2.6]
7020         * src/folder.h [1.87.2.6]
7021         * src/inc.c [1.149.2.7]
7022         * src/messageview.c [1.94.2.8]
7023         * src/procheader.c [1.47.2.6]
7024         * src/procmsg.c [1.150.2.4]
7025         * src/procmsg.h [1.60.2.5]
7026         * src/pop.c [1.56.2.4]
7027         * src/pop.h [1.17.2.3]
7028                 Let too big messages get downloaded, but truncated
7029                 Add a button to download them completely
7030                 
7031 2004-07-06 [colin]      0.9.11cvs17.9
7032
7033         * src/gtk/quicksearch.c [1.1.2.3]
7034                 Add a Clear button
7035         * commitHelper
7036         * PATCHSETS
7037                 Add a script to help with cvs
7038
7039 2004-07-03 [colin]      0.9.11cvs17.8
7040
7041         * src/plugins/imageviewer/viewer.c
7042                 fix imageviewer (which was staying on the first
7043                 displayed image)
7044
7045 2004-07-03 [colin]      0.9.11cvs17.7
7046
7047         Removed FIXME_GTK2 warnings
7048         * src/gtk/gtkutils.c
7049                 useless #warnings
7050         * src/gtk/menu.c
7051                 useless #warnings (no need to mess with menu rc)
7052         * src/gtk/menu.h
7053                 unused functions
7054         
7055
7056 2004-07-03 [colin]      0.9.11cvs17.6
7057
7058         Removed FIXME_GTK2 warnings
7059         * src/codeconv.c
7060                 useless #warnings (rewrite needed)
7061         * src/compose.c
7062                 useless #warnings (rewrite needed)
7063                 useless #warnings (gtk2 is like that)
7064                 useless #warnings (previously fixed)
7065         * src/main.c
7066                 useless #warnings (previously fixed)
7067         * src/message_search.c
7068                 useless #warnings (gtk2 is like that)
7069                 Made apparent that search is case-sensitive
7070         * src/mimeview.c
7071                 useless #warnings (rewrite needed)
7072                 useless #warnings (gtk2 is like that)
7073                 reimplemented real warnings
7074         * src/prefs_common.c
7075                 Removed block cursor option (not it gtk2)
7076         * src/prefs_gtk.c
7077                 useless #warnings (rewrite needed)
7078         * src/procheader.c
7079                 useless #warnings (rewrite needed)
7080         * src/sourcewindow.c
7081                 useless #warnings (incorrect placing)
7082         * src/summary_search.c
7083                 useless #warnings (gtk2 is like that)
7084                 Made apparent that search is case-sensitive
7085         * src/action.c
7086                 useless #warnings (gtk2 is like that)
7087         * src/textview.c
7088                 useless #warnings (rewrite needed)
7089         * src/toolbar.c
7090                 useless #warnings (rewrite needed)
7091
7092 2004-07-03 [colin]      0.9.11cvs17.5
7093
7094         * src/textview.c
7095                 Fix mismerge which broke URI opening
7096                 
7097 2004-07-01 [colin]      0.9.11cvs17.4
7098
7099         * src/gtk/filesel.c
7100                 Fill filename when saving
7101                 
7102 2004-06-27 [colin]      0.9.11cvs17.3
7103
7104         * src/gtk/filesel.[ch]
7105                 Use the new GTK file selector
7106                 Update prototype to match the reality: multiple file
7107                 selection is open-only          
7108         * src/compose.c
7109                 Match the new prototypes        
7110         * configure.ac
7111                 Match the new requirements (gtk 2.4.0)
7112                         
7113 2004-06-26 [colin]      0.9.11cvs17.2
7114
7115         * src/plugins/trayicon/trayicon.c
7116                 Remove useless signal handler on resize, which causes
7117                 an infinite "loop"
7118         
7119 2004-06-26 [colin]      0.9.11cvs17.1
7120         
7121         * tools/Makefile.am
7122                 remove launch_firebird and add nautilus2sylpheed.sh
7123         * src/quicksearch.c
7124           src/summaryview.c
7125                 Fix show/hide "Extended symbols" button problem
7126                 Fix apparition at startup
7127                 Fix const warnings
7128         * src/plugins/image_viewer/Makefile.am
7129                 Fix configure 
7130         * common/ssl.c
7131                 Re-enable certificate check, as it doesn't seem to
7132                 cause Xlib errors anymore
7133
7134 2004-06-25 [paul]       0.9.11cvs17
7135
7136         * sync with 0.9.11cvs17 HEAD
7137         
7138         NOTE: QuickSearch is broken
7139
7140 2004-06-07 [colin]      0.9.10claws67.10
7141         * src/plugins/trayicon/trayicon.c
7142           src/plugins/trayicon/libeggtrayicon/Makefile.am
7143           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7144                 Fix gettextization in trayicon plugin
7145
7146 2004-06-07 [colin]      0.9.10claws67.9
7147         
7148         * src/summaryview.c
7149           src/gtk/gtksctree.[ch]
7150                 Let Shift+{Up,Down} work in summaryview
7151                 (well, Down "works" and Up works)
7152                 Let the list scroll when using these keys
7153
7154 2004-06-06 [colin]      0.9.10claws67.8
7155
7156         * src/plugins/trayicon/trayicon.c
7157                 Fix pixmap update
7158
7159 2004-06-06 [colin]      0.9.10claws67.7
7160
7161         * src/addressbook.c
7162                 Fix signal handling causing system-wide focus grab
7163
7164 2004-05-25 [paul]       0.9.10claws67.6
7165
7166         * Makefile.am
7167           src/Makefile.am
7168                 clean up
7169
7170 2004-05-25 [paul]       0.9.10claws67.5
7171
7172         * replace deprecated gtk_signal... functions
7173
7174 2004-05-23 [colin]      0.9.10claws67.4
7175
7176         * src/compose.c
7177                 Fix wrapping
7178
7179 2004-05-22 [colin]      0.9.10claws67.3
7180
7181         * src/compose.c
7182                 Re-fix [Edited] in compose.c::compose_reedit()
7183
7184 2004-05-22 [colin]      0.9.10claws67.2
7185
7186         * src/procmime.c
7187                 Fix parsing of multiparts mails
7188
7189 2004-05-22 [colin]      0.9.10claws67.1
7190
7191         * src/summaryview.c
7192                 Fix quicksearch
7193
7194 2004-05-22 [paul]       0.9.10claws67
7195
7196         * sync with 0.9.10claws67 HEAD
7197
7198 2004-05-14 [alfons]
7199
7200         * src/procmime.h
7201                 add forgotton prototype
7202
7203 2004-05-10 [paul]       0.9.10claws57
7204
7205         * sync with 0.9.10claws57 HEAD
7206
7207 2004-05-05 [paul]       0.9.9.claws1
7208
7209         * ChangeLog-gtk2        ** REMOVED **
7210           ChangeLog-gtk2.claws  ** ADDED **
7211                 rename and adopt the normal claws format
7212                 
7213         * configure.ac
7214                 require gtkmathview >= 0.5
7215
7216         * ac/*                          ** REMOVED **
7217           ac/                           ** REMOVED **
7218           intl/Makefile.in              ** REMOVED **
7219           m4/                           ** ADDED **
7220           m4/missing                    ** ADDED **
7221           m4/missing/gdk-pixbuf.m4      ** ADDED **
7222           m4/missing/gettext.m4         ** ADDED **
7223           m4/missing/gpgme.m4           ** ADDED **
7224           m4/missing/imlib.m4           ** ADDED **
7225           m4/.cvsignore                 ** ADDED **
7226           m4/Makefile.am                ** ADDED **
7227           m4/README                     ** ADDED **
7228           m4/aclocal-include.m4         ** ADDED **
7229           m4/aspell.m4                  ** ADDED **
7230           m4/check-type.m4              ** ADDED **
7231           m4/gnupg-check-typedef.m4     ** ADDED **
7232           m4/openssl.m4                 ** ADDED **
7233           m4/spamassassin.m4            ** ADDED **
7234           po/ChangeLog                  ** REMOVED **
7235           po/Makefile.in.in             ** REMOVED **
7236           po/Rules-quot                 ** REMOVED **
7237           po/boldquot.sed               ** REMOVED **
7238           po/en@boldquot.header         ** REMOVED **
7239           po/en@quot.header             ** REMOVED **
7240           po/insert-header.sin          ** REMOVED **
7241           po/quot.sed                   ** REMOVED **
7242           po/remove-potcdate.sed        ** REMOVED **
7243           po/remove-potcdate.sin        ** REMOVED **
7244           po/stamp-po                   ** REMOVED **
7245           Makefile.am
7246           autogen.sh
7247           configure.ac
7248                 enable building with automake 1.8.x
7249                 add 'autopoint --force' to autogen.sh and remove all
7250                 auto-generated files, remove ac/ directory and use
7251                 m4/ directory instead
7252                 
7253         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7254                 fix gettextization
7255
7256 2004-02-28 Colin Leroy <colin@colino.net>
7257         * src/prefs_matcher.c
7258           src/prefs_filtering.c
7259           src/prefs_filtering_action.c
7260                 Fix non-editable GtkEntries
7261
7262 2004-02-22 Thorsten Maerz <torte@netztorte.de>
7263         * src/prefs_themes.c
7264                 utf8 conversion for theme info
7265
7266 2004-02-21 Thorsten Maerz <torte@netztorte.de>
7267         * sync 0.9.9claws
7268
7269 2004-02-14 Thorsten Maerz <torte@netztorte.de>
7270         * src/grouplistdialog.c
7271                 allow multiple selections without ctrl key
7272
7273 2004-02-09 Thorsten Maerz <torte@netztorte.de>
7274         * src/main.c
7275                 enable customizable accelerators
7276
7277 2004-02-08 Thorsten Maerz <torte@netztorte.de>
7278         * src/prefs_common.c
7279                 re-enable different font settings for gtk1/2
7280         * src/prefs_folder_item.c
7281                 fix folder prefs displayed wrong
7282         * src/textview.c
7283                 set 'sunken' shadow type
7284
7285 2004-02-07 Colin Leroy <colin@colino.net>
7286         * src/compose.c
7287                 Fix message being always [Edited]
7288                 Encode headers correctly (utf8 buf)
7289
7290 2004-01-27 Thorsten Maerz <torte@netztorte.de>
7291         * src/socket.c
7292                 remove double g_source_attach()
7293                 (Thanks to Colin Leroy)
7294
7295 2004-01-27 Thorsten Maerz <torte@netztorte.de>
7296         * src/gtk/gtksctree.c
7297                 Fix SSL certificate list not shown
7298         * src/mimeview.c
7299                 Fix clicks in mime tree
7300
7301 2004-01-27 Thorsten Maerz <torte@netztorte.de>
7302         * src/common/socket.c
7303                 Fix SSL receive
7304         * src/compose.c
7305                 Fix clipboard menu hotkeys
7306
7307 2004-01-25 Thorsten Maerz <torte@netztorte.de>
7308         * src/gtk/gtkaspell.[ch]
7309           src/compose.c
7310                 reimplement spellchecker
7311
7312 2004-01-25 Thorsten Maerz <torte@netztorte.de>
7313         * src/gtk/filesel.c
7314                 crash when inserting file in compose window
7315                 (TODO: keep old selection on clicks)
7316         * src/main.c
7317                 use gtkrc-2.0 instead of gtkrc
7318
7319 2004-01-25 Thorsten Maerz <torte@netztorte.de>
7320         * src/messageview.c
7321                 remove orphaned mimeview unref()
7322
7323 2004-01-20 Thorsten Maerz <torte@netztorte.de>
7324         * src/grouplistdialog.c
7325                 expand nodes containing subscribed groups
7326
7327 2004-01-19 Thorsten Maerz <torte@netztorte.de>
7328         * src/textview.c
7329                 textview: hide cursor, restore old click behaviour
7330
7331 2004-01-18 Thorsten Maerz <torte@netztorte.de>
7332         * src/textview.c
7333                 variable names messed up
7334
7335 2004-01-17 Colin Leroy <colin@colino.net>
7336         * src/addr_compl.c
7337                 Fix completion address too thin
7338         * src/compose.c
7339                 Fix tab-to-subject behaviour
7340         * src/summaryview.c
7341                 Implement key up & down in summaryview
7342
7343 2004-01-12 Thorsten Maerz <torte@netztorte.de>
7344
7345         * sync 098claws
7346
7347 2004-01-08 Thorsten Maerz <torte@netztorte.de>
7348         * configure.ac
7349           Makefile.am
7350           doc/.cvsignore
7351           doc/Makefile.am
7352                 faq, man, manual moved to doc/
7353         * ac/aspell.m4
7354           ac/check-type.m4
7355           ac/gnupg-check-typedef.m4
7356           ac/openssl.m4
7357           ac/spamassassin.m4
7358           ac/missing/gdk-pixbuf.m4
7359           ac/missing/gpgme.m4
7360           ac/missing/imlib.m4
7361                 fix automake warnings
7362
7363 2003-12-06 Colin Leroy <colin@colino.net>
7364         * src/summaryview.c
7365                 Fix quicksearch
7366
7367 2003-12-05 Colin Leroy <colin@colino.net>
7368         * src/summaryview.c
7369                 Fix going to next unread folder
7370
7371 2003-12-05 Colin Leroy <colin@colino.net>
7372         * src/crash.c
7373                 Fix gtk2 compilation
7374         * src/session.c
7375                 Remove iotag source handler at disconnection
7376         * src/socket.[ch] 
7377                 Remove source handler when closing socket 
7378                 (fixes another seg)
7379
7380 2003-12-04 Colin Leroy <colin@colino.net>
7381         * src/compose.c
7382           src/prefs_account.c
7383           src/prefs_common.c
7384                 Fix some dropdown menus
7385
7386 2003-12-04 Colin Leroy <colin@colino.net>
7387         * src/compose.c
7388                 Fix event handlers on header fields
7389         * src/common/socket.c
7390           src/common/session.c
7391                 Fix segfault with callback (SSL)
7392                 Fix end of session 
7393
7394 2003-10-06 Thorsten Maerz <torte@netztorte.de>
7395
7396         * Fix compile bug in src/compose.c
7397         * removed src/gtk/gtkstext.[ch]
7398
7399 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
7400
7401         * Convert character set and escape "text" attributes in toolbar setting
7402         files.
7403         * Fixed bug in button-press-event handling.
7404
7405 2003-09-16 Thorsten Maerz <torte@netztorte.de>
7406
7407         * Fixed bug in key-press-event handling.
7408
7409 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
7410
7411         * Enabled to compile tray-icon plugin (Ad-hoc).
7412         * Avoid hang up bug of icon list in mime view (Ad-hoc).
7413
7414 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
7415
7416         * Enabled to compile on sylpheed-claws.
7417         (tray-icon plugin still cannot compile yet.)
7418
7419 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
7420
7421         * Updated to 0.9.5.
7422
7423 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
7424
7425         * Updated to 0.9.4.
7426         * Ported monitoring SSL mechanism to GSource of GLib2
7427         (I don't confirm it)
7428         * Added _gtk2 suffix to key name of font preference to avoid
7429         ovverwriting preference of Gtk+-1.2 version.
7430
7431 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
7432
7433         * Updated to 0.9.2.
7434
7435 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
7436
7437         * Updated to 0.9.1.
7438         * Translate po files into UTF-8 when execute autogen.sh.
7439
7440 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
7441
7442         * Updated to 0.9.0.
7443
7444 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
7445
7446         * Plugged GError related memory leaks.
7447
7448 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
7449
7450         * Changed default size of fonts.
7451         * Enabled to set titile font size of warning dialog.
7452
7453 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
7454
7455         * Embed a sylpheed icon into executable binary on Windows.
7456
7457 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
7458
7459         * I forgot to traslate character set of element string in src/xml.c.
7460
7461 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
7462
7463         * Fixed detecting bind_textdomain_codeset in configure.in.
7464         * The bug in which "Example" of "Date fromat" preference isn't displayed
7465         correctly has been fixed.
7466
7467 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
7468
7469         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
7470           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
7471           glib-gettextize
7472           Removed intl directory.
7473           Translated po files into UTF-8.
7474           (Thanks! Ryuji Abe)
7475
7476 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
7477
7478         * The bug which doesn't unscape string in xml.c has been fixed.
7479
7480 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
7481
7482         * The bug which is failed to translate encoding of file name thorough
7483         file dialog has been fixed.
7484
7485 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
7486
7487         * Modified to translate file names which is used in inporting/expoting
7488         mbox feature and "Save as" feature into locale encoding.
7489         * Translate file names into locale encoding when "Attache file" and
7490         "Insert file".
7491         * Force set G_BROKEN_FILENAMES environment variable.
7492         * Other minor fixes.
7493
7494 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
7495
7496         * Modified to treat MH folder's name as locale encoding.
7497
7498 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
7499
7500         * The bug which clash on switching candidates of auto completion of
7501         addresses, cannot use auto completion in Japanesse is fixed
7502         (Thanks! Tokunaga-san)¡¥
7503
7504 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
7505
7506         * The bug which cannot switch key accelerator preference has been fixed
7507         (Thanks! smbd-san)¡¥
7508
7509 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
7510
7511         * version 0.8.11-gtk2-20030314
7512
7513 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
7514
7515         * The bug in which character set conversion of filtering messages has
7516         been fixed.(Thanks! COCOA-san).
7517
7518 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
7519
7520         * Revived "Leave space on head" preference in "Message" category.
7521         * A bug which clash when put the cursor to end of buffer and execute
7522         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
7523
7524 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
7525
7526         * version 0.8.11-gtk2-20030312
7527
7528 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
7529
7530         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
7531         * Modified to use Pango's API directly for font preference.
7532         * Integrated GtkTextView of textview to one widget.
7533         * Set fonts of header title in textview by "header_title" tag.
7534         * Removed some deprecated codes.
7535
7536 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
7537
7538         * Updated to 0.8.11.
7539         * Merged cygwin patch(Thanks! Sakai-san).
7540
7541 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
7542
7543         * version 0.8.10-gtk2-20030309