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