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