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