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