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