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