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