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