pt_BR updated
[claws.git] / ChangeLog-gtk2.claws
1 2005-07-24 [paul]       1.9.13cvs1
2
3         * doc/man/sylpheed.1
4                 update man page, incorporating fix of
5                 bug 769 'Typo in manpage'
6         * src/etpan/imap-thread.c
7                 fix NetBSD openssl dependencies. patch by
8                 George Michaelson <ggm@apnic.net>
9         * po/pt_BR.po
10                 updated by Frederico Goncalves Guimaraes
11
12 2005-07-22 [paul]       1.9.13
13
14         1.9.13 release
15
16 2005-07-22 [paul]       1.9.12cvs91
17
18         * AUTHORS
19         * INSTALL
20         * README.claws
21         * RELEASE_NOTES.claws
22                 updated for release
23         * configure.ac
24         * po/nb.po
25         * tools/claws.i18n.status.pl
26                 add Norwegian translation. submiited by
27                 Geir Helland <pjallabais@users.sourceforge.net>
28         * po/ca.po
29         * po/de.po
30         * po/es.po
31         * po/fi.po
32         * po/fr.po
33         * po/it.po
34         * po/sk.po
35         * po/sr.po
36         * po/zh_CN.po
37                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
38                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
39                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
40                 Yang Guilong
41         * src/plugins/clamav/clamav_plugin_gtk.c
42         * src/plugins/spamassassin/spamassassin_gtk.c
43                 replace outdated description strings
44
45 2005-07-21 [colin]      1.9.12cvs90
46
47         * src/folder.c
48                 Set folder to batch mode when scanning it. Makes deletion
49                 of unread mails on IMAP much faster (due to the UNREAD 
50                 flag unsetting)
51
52 2005-07-21 [darko]      1.9.12cvs89
53
54         * configure.ac
55                 link against libresolv if necessary (patch by Paul)
56         * src/msgcache.c
57                 use glib's portable macros to determine endianness
58
59 2005-07-21 [paul]       1.9.12cvs88
60
61         * src/crash.c
62         * src/gtk/about.c
63                 update compiled-in features list
64
65 2005-07-20 [colin]      1.9.12cvs87
66
67         * src/folder.c
68         * src/textview.c
69                 Gcc 2.9x compilation fixes, thanks to Darko
70         * src/plugins/clamav/clamav_plugin.c
71                 Little optimisation: load virus database only once
72         * src/plugins/spamassassin/spamassassin.c
73                 Big optimisation: filtering one mail took at least 1 second,
74                 now it takes at least 50ms. Doesn't speed up spamassassin 
75                 itself, but should already be much more tolerable.
76
77 2005-07-20 [colin]      1.9.12cvs86
78
79         * src/summaryview.c
80                 Fix performance issue
81
82 2005-07-19 [colin]      1.9.12cvs85
83
84         * src/plugins/pgpinline/plugin.c
85                 Fix warning
86
87 2005-07-19 [colin]      1.9.12cvs84
88
89         * configure.ac
90         * src/plugins/Makefile.am
91         * src/plugins/pgpinline/.cvsignore
92         * src/plugins/pgpinline/Makefile.am
93         * src/plugins/pgpinline/pgpinline.c
94         * src/plugins/pgpinline/pgpinline.deps
95         * src/plugins/pgpinline/pgpinline.h
96         * src/plugins/pgpinline/plugin.c
97                 Put pgpinline in the main tree
98
99 2005-07-19 [paul]       1.9.12cvs83
100
101         * src/prefs_actions.c
102                 prevent '//' in menu names, which cause a crash
103                 thanks to Colin
104
105 2005-07-19 [paul]       1.9.12cvs82
106
107         * configure.ac
108                 be generally more informative in configure output.
109                 OpenSSL: correction: '[ --enable-openssl ...' -> 
110                 '[ --disable-openssl ...', as --enable-openssl is default
111                 PGP/MIME: don't check for GPGME again, check for
112                 pgpcore instead. Therefore prevent the possibility of
113                 attempting to build pgpmime if pgpcore dependencies are
114                 not met
115                 ClamAV: use pkgconfig to check for lib
116                 libgnomeprint: revert logic on inner test to match
117                 everything else
118         * src/plugins/pgpcore/sgpgme.c
119                 add missing include
120
121 2005-07-19 [colin]      1.9.12cvs81
122
123         * src/summaryview.c
124                 Fix slow thread rebuilding in particular
125                 cases
126
127 2005-07-19 [paul]       1.9.12cvs80
128
129         * sylpheed-claws.desktop
130                 fix typo, spotted by Stephan Sachse
131         * src/account.c
132                 replace GTK_STOCK_ADD with
133                 GTK_STOCK_NEW button
134
135 2005-07-18 [colin]      1.9.12cvs79
136
137         * src/etpan/imap-thread.c
138                 Fix return value (Thanks Hoa)
139
140 2005-07-18 [colin]      1.9.12cvs78
141
142         * src/imap.c
143                 Allow empty passwords
144                 Create drafts/queue/outbox if necessary
145         * src/summaryview.c
146                 Remove old code
147         * src/etpan/imap-thread.c
148                 Fix STARTTLS (Thanks to Hoa)
149
150 2005-07-18 [paul]       1.9.12cvs77
151
152         * ChangeLog-gtk2.jp
153         * ChangeLog.jp
154                 removed
155         * Makefile.am
156                 updated to reflect additions and removals
157         * TODO
158                 updated to be claws-specific
159         * TODO-gtk2
160         * TODO-gtk2.jp
161         * TODO.jp
162         * sylpheed-128x128.png
163         * sylpheed-64x64.png
164                 removed
165         * sylpheed-claws-128x128.png
166         * sylpheed-claws-64x64.png
167         * sylpheed-claws.desktop
168         * sylpheed-claws.png
169                 added
170         * sylpheed.desktop
171         * sylpheed.png
172                 removed
173
174 2005-07-17 [paul]       1.9.12cvs76
175
176         * src/account.c
177         * src/addressbook.c
178         * src/alertpanel.c
179         * src/alertpanel.h
180         * src/compose.c
181         * src/exphtmldlg.c
182         * src/expldifdlg.c
183         * src/folderview.c
184         * src/imap_gtk.c
185         * src/inc.c
186         * src/message_search.c
187         * src/messageview.c
188         * src/mh_gtk.c
189         * src/news_gtk.c
190         * src/prefs_actions.c
191         * src/prefs_filtering.c
192         * src/prefs_matcher.c
193         * src/prefs_template.c
194         * src/prefs_themes.c
195         * src/ssl_manager.c
196         * src/summary_search.c
197         * src/textview.c
198         * src/toolbar.c
199         * src/gtk/sslcertwindow.c
200         * src/plugins/pgpcore/sgpgme.c
201                 rework alertpanels
202
203 2005-07-17 [colin]      1.9.12cvs75
204
205         * src/privacy.c
206                 add a PrivacySystem accessor that checks that
207                 the system cached in a MimeInfo's privacydata
208                 is still registered. Use this accessor instead
209                 of directly using data->system. Fixes crashes
210                 after unloading pgp plugins.
211
212 2005-07-17 [colin]      1.9.12cvs74
213
214         * src/alertpanel.c
215                 Change geometry hints to a simple default size.
216                 Fixes the certs dialogs.
217
218 2005-07-17 [colin]      1.9.12cvs73
219
220         * src/gtk/sslcertwindow.c
221                 Use a gtkExpander
222
223 2005-07-17 [colin]      1.9.12cvs72
224
225         * src/plugins/pgpcore/Makefile.am
226         * src/plugins/pgpmime/Makefile.am
227                 Add gpgme libs
228
229 2005-07-17 [paul]       1.9.12cvs71
230
231         * configure.ac
232                 add --disable-gnomeprint option
233                 modified version of patch by Marius Mauch
234
235 2005-07-17 [paul]       1.9.12cvs70
236
237         * src/common/defs.h
238                 update urls
239         * src/account.c
240         * src/action.c
241         * src/addressbook.c
242         * src/compose.c
243         * src/foldersel.c
244         * src/folderview.c
245         * src/html.c
246         * src/imap_gtk.c
247         * src/main.c
248         * src/mainwindow.c
249         * src/messageview.c
250         * src/mh_gtk.c
251         * src/mimeview.c
252         * src/news_gtk.c
253         * src/prefs_account.c
254         * src/prefs_send.c
255         * src/prefs_summaries.c
256         * src/procmsg.c
257         * src/summaryview.c
258         * src/common/utils.c
259         * src/common/xml.c
260         * src/plugins/pgpcore/passphrase.c
261         * src/plugins/pgpcore/select-keys.c
262                 replace inappropriately used backticks
263                 with single quotes
264
265 2005-07-16 [colin]      1.9.12cvs69
266
267         * src/image_viewer.c
268                 Add extra paranoid checks
269
270 2005-07-16 [colin]      1.9.12cvs68
271
272         * src/plugins/pgpcore/prefs_gpg.c
273                 Don't auto-check sigs by default, as it
274                 can be really slow.
275
276 2005-07-16 [colin]      1.9.12cvs67
277
278         * src/plugins/pgpcore/sgpgme.c
279                 Make messages a bit better.
280
281 2005-07-16 [colin]      1.9.12cvs66
282
283         * src/imap.c
284                 Remove pseudo-log
285         * src/etpan/imap-thread.c
286                 Add real log
287
288 2005-07-16 [colin]      1.9.12cvs65
289
290         * src/main.c
291         * src/prefs_other.c
292                 And now, fix build with libetpan :-/
293
294 2005-07-15 [colin]      1.9.12cvs64
295
296         * src/prefs_other.c
297                 Continue fixing build without libetpan.
298
299 2005-07-15 [colin]      1.9.12cvs63
300
301         * src/main.c
302                 Fix build with --disable-libetpan
303
304 2005-07-15 [colin]      1.9.12cvs62
305
306         * configure.ac
307                 Bump libetpan's version
308
309 2005-07-15 [colin]      1.9.12cvs61
310
311         * src/etpan/imap-thread.c
312                 Actually stop logging :)
313
314 2005-07-15 [colin]      1.9.12cvs60
315
316         * src/addressbook.c
317                 Fix dnd of multiple addresses.
318
319 2005-07-15 [hoa]        1.9.12cvs59
320
321         * src/etpan/imap-thread.c
322             disable login of IMAP password in libetpan log file.
323
324 2005-07-15 [paul]       1.9.12cvs58
325
326         * src/account.c
327                 don't automatically sort
328                 do allow drag n drop
329
330 2005-07-15 [paul]       1.9.12cvs57
331
332         * src/account.c
333         * src/ssl_manager.c
334                 alphabetical listing
335
336 2005-07-15 [paul]       1.9.12cvs56
337
338         * src/gtk/pluginwindow.c
339                 sort plugin list alphabetically
340
341 2005-07-15 [paul]       1.9.12cvs55
342
343         * src/prefs_spelling.c
344         * src/prefs_wrapping.c
345                 unify English usage
346
347 2005-07-15 [colin]      1.9.12cvs54
348
349         * src/wizard.c
350                 Typo fix
351
352 2005-07-15 [paul]       1.9.12cvs53
353
354         * src/prefs_message.c
355                 make 'show cursor' a hidden option
356
357 2005-07-14 [colin]      1.9.12cvs52
358
359         * src/plugins/spamassassin/Makefile.am
360         * src/plugins/clamav/Makefile.am
361                 Fix double EXTRA_DISTs
362
363 2005-07-14 [colin]      1.9.12cvs51
364
365         * src/plugins/clamav/Makefile.am
366         * src/plugins/clamav/clamav_plugin_gtk.deps
367         * src/plugins/spamassassin/Makefile.am
368         * src/plugins/spamassassin/spamassassin_gtk.deps
369                 Make $plugin_gtk depend on $plugin
370
371 2005-07-14 [hoa]        1.9.12cvs50
372
373         * src/etpan/imap-thread.c
374                 enable debug log of libetpan when running with --debug
375
376 2005-07-14 [colin]      1.9.12cvs49
377
378         * configure.ac
379         * src/common/Makefile.am
380         * src/common/plugin.c
381         * src/common/plugin.h
382                 Add a little plugin dependancy system.
383                 Plugins can ship a $plugin_name.deps file
384                 (near them in PLUGINDIR) so that their
385                 dependancies are loaded if possible.
386         * src/plugins/Makefile.am
387         * src/plugins/pgpcore/Makefile.am
388         * src/plugins/pgpcore/passphrase.c
389         * src/plugins/pgpcore/passphrase.h
390         * src/plugins/pgpcore/plugin.c
391         * src/plugins/pgpcore/prefs_gpg.c
392         * src/plugins/pgpcore/prefs_gpg.h
393         * src/plugins/pgpcore/select-keys.c
394         * src/plugins/pgpcore/select-keys.h
395         * src/plugins/pgpcore/sgpgme.c
396         * src/plugins/pgpcore/sgpgme.h
397                 Introduce pgpcore, used by pgpmime and
398                 pgpinline
399         * src/plugins/pgpmime/Makefile.am
400         * src/plugins/pgpmime/passphrase.c
401         * src/plugins/pgpmime/passphrase.h
402         * src/plugins/pgpmime/pgpmime.c
403         * src/plugins/pgpmime/pgpmime.deps
404         * src/plugins/pgpmime/plugin.c
405         * src/plugins/pgpmime/prefs_gpg.c
406         * src/plugins/pgpmime/prefs_gpg.h
407         * src/plugins/pgpmime/select-keys.c
408         * src/plugins/pgpmime/select-keys.h
409         * src/plugins/pgpmime/sgpgme.c
410         * src/plugins/pgpmime/sgpgme.h
411                 Remove the core from pgpmime and add the
412                 dependancy to pgpcore.
413
414 2005-07-14 [paul]       1.9.12cvs48
415
416         * src/stock_pixmap.c
417                 forgot this in last commit
418
419 2005-07-14 [paul]       1.9.12cvs47
420
421         * src/account.c
422         * src/addressbook.c
423                 add accelerators for the buttons (sync with main)
424         * src/compose.c
425         * src/compose.h
426                 add accelerators for the buttons.
427                 fix editing with external editor.
428                 replace gdk_input_*() with GIOChannel;
429                 (sync with main)
430         * src/foldersel.c
431                 display folder names with new/unread
432                 representation (sync with main)
433         * src/main.c
434                 specify default window icon (sync with main)
435         * src/prefs_common.c
436                 use_addr_book default to FALSE
437         * src/summaryview.c
438         * src/textview.c
439                 add accelerators for the buttons (sync with main)
440         * src/gtk/menu.c
441                 fix typos
442         * src/pixmaps/sylpheed_icon.xpm
443                 updated
444
445 2005-07-13 [paul]       1.9.12cvs46
446
447         * src/plugins/pgpmime/pgpmime.c
448         * src/plugins/pgpmime/sgpgme.c
449                 (temporarily) use deprecated gpgme_data_rewind()
450                 while largefile support is not present
451                 (as suggested by Colin)
452
453 2005-07-13 [paul]       1.9.12cvs45
454
455         * configure.ac
456                 remove large file support (for now):
457                 it breaks too many things
458
459 2005-07-13 [paul]       1.9.12cvs44
460
461         * configure.ac
462                 add large file support
463         * src/html.c
464                 fix bug #763 where href attribute was not
465                 the very first attribute of a link
466                 patch by Thomas Gilgin
467
468 2005-07-13 [colin]      1.9.12cvs43
469
470         * src/gtk/pluginwindow.c
471                 Little portability fix
472
473 2005-07-13 [colin]      1.9.12cvs42
474
475         * src/plugins/pgpmime/sgpgme.c
476                 Fix crasher.
477
478 2005-07-13 [colin]      1.9.12cvs41
479
480         * src/plugins/pgpmime/pgpmime.c
481         * src/plugins/pgpmime/sgpgme.c
482                 Use gpgme_data_release_and_get_mem instead
483                 of gpgme_data_read.
484
485 2005-07-13 [colin]      1.9.12cvs40
486
487         * configure.ac
488         * src/plugins/pgpmime/passphrase.c
489         * src/plugins/pgpmime/passphrase.h
490         * src/plugins/pgpmime/pgpmime.c
491         * src/plugins/pgpmime/plugin.c
492         * src/plugins/pgpmime/select-keys.c
493         * src/plugins/pgpmime/select-keys.h
494         * src/plugins/pgpmime/sgpgme.c
495         * src/plugins/pgpmime/sgpgme.h
496                 Port pgpmime to gpgme-1.0.
497
498 2005-07-12 [paul]       1.9.12cvs39
499
500         * AUTHORS
501         * src/toolbar.c
502         * src/toolbar.h
503                 add a 'Go to Prev' button to the toolbar.
504                 correct tooltip text of go to buttons.
505                 based on patch by Yang Guilong <bamanzi@gmail.com>
506
507 2005-07-12 [colin]      1.9.12cvs38
508
509         * src/statusbar.c
510                 Fix progress bar showing stuff at startup.
511
512 2005-07-12 [paul]       1.9.12cvs37
513
514         * src/editjpilot.c
515                 fix building with jpilot support
516
517 2005-07-11 [colin]      1.9.12cvs36
518
519         * src/inc.c
520                 Add visual indication that filtering is running
521         * src/textview.c
522                 Make {}[] uri delimiters
523         * src/summaryview.c
524                 Remove useless (and slow) calls
525
526 2005-07-11 [paul]       1.9.12cvs35
527
528         * src/plugins/clamav/clamav_plugin_gtk.c
529         * src/plugins/dillo_viewer/dillo_prefs.c
530         * src/plugins/pgpmime/prefs_gpg.c
531         * src/plugins/spamassassin/spamassassin_gtk.c
532                 gather plugins prefs together under their
533                 own 'Plugins' heading
534
535 2005-07-11 [paul]       1.9.12cvs34
536
537         sync with main
538
539         * src/account.c
540                 account_delete(): modified alert dialog
541         * src/editjpilot.c
542         * src/editvcard.c
543                 fixed a crash when cancelling file selection
544                 dialog by Escape key. Made non-ascii filename
545                 selectable.
546         * src/prefs_template.c
547                 prefs_template_window_create(): make scrolled
548                 window policy AUTOMATIC
549
550 2005-07-10 [hoa]        1.9.12cvs33
551
552         * src/etpan/imap-thread.c
553                 workaround for old Courier IMAP servers.
554
555 2005-07-10 [colin]      1.9.12cvs32
556
557         * src/folder.c
558         * src/statusbar.c
559         * src/statusbar.h
560                 Add visual progress indicator on filtering/processing
561                 Factorize the progress bar code
562         * src/imap.c
563         * src/imap.h
564         * src/etpan/imap-thread.c
565                 Add a reference counter to avoid destroying the Folder
566                 while it's in use by another callback.
567
568 2005-07-09 [hoa]        1.9.12cvs31
569
570         * src/imap.c
571         * src/etpan/imap-thread.c
572                 fixed deadlock when removing IMAP account.
573
574 2005-07-08 [colin]      1.9.12cvs30
575
576         * src/textview.c
577         * src/unmime.c
578                 Fix again problems decoding broken headers
579         * src/gtk/inputdialog.c
580                 Fix local variable shadowing a global one
581
582 2005-07-08 [colin]      1.9.12cvs29
583
584         * src/msgcache.c
585                 Make the cache/mark files platform-agnostic by writing
586                 them in little-endian format. Reading them is also done
587                 in little-endian format, of course; however, in order
588                 to avoid trashing mark data on big-endian machines, the
589                 files are, at first, read from the native format if the
590                 little-endian one doesn't exist. This is easy to deter-
591                 mine by trying to open a file with a swapped data_ver
592                 and seeing if it's the wanted version.
593                 Little-endian using users should see absolutely no
594                 difference, Big-endian users may get a very little
595                 performance drop due to byte-swapping.
596                 Tested on i386 and ppc32. 
597                 Fixes bug #159 (The index file, in the mailboxes, is 
598                 hardware depending).
599
600                 To have the cache/mark files updated to the new little-
601                 endian format, "Check for new messages" or even
602                 "Rebuild folder tree" aren't enough. Files will be
603                 updated as soon as a folder has been opened/closed.
604                 To update everything, just select all folders by
605                 selecting them one by one.
606
607 2005-07-07 [colin]      1.9.12cvs28
608
609         * src/imap.c
610                 Remember the folder separator per IMAPFolder
611                 instead of globally.
612                 Revive the Session on noop; fixes bug #761
613                 (mark a bunch of unread messages as read takes 
614                 forever)
615
616 2005-07-07 [darko]      1.9.12cvs27
617
618         * src/common/template.c
619                 Sort templates alphabetically
620
621 2005-07-06 [colin]      1.9.12cvs26
622
623         * src/imap.c
624                 Try to use the correct separator in
625                 most cases. Possibly fixes bug #759
626                 (only creates the INBOX folder when 
627                 setting up new IMAP account) and 
628                 bug #760 (Can't retrieve messages)
629
630 2005-07-06 [colin]      1.9.12cvs25
631
632         * src/imap.c
633                 Use real_path in status command. This will
634                 help later, when namespaces will be used.
635
636 2005-07-06 [colin]      1.9.12cvs24
637
638         * configure.ac
639         * src/account.c
640         * src/folder.c
641         * src/imap.c
642         * src/etpan/etpan-log.c
643         * src/etpan/etpan-thread-manager.c
644         * src/etpan/imap-thread.c
645                 Add a --disable-libetpan parameter. With this,
646                 users that don't want IMAP4 support can avoid
647                 the new dependancy (and have no IMAP support).
648                 Users that have IMAP4 accounts and use this
649                 parameter won't lose their configuration, their
650                 IMAP accounts will just be invisible and not
651                 used.
652         * src/textview.c
653                 Make the "Copy ..." contextual menu items 
654                 copy to both the X clipboard and the gtk 
655                 clipboard - as most other apps do.
656         * src/gtk/about.c
657                 Add a notice about OpenSSL usage, in order to
658                 comply with OpenSSL's license (point 6):
659                 http://www.openssl.org/source/license.html
660
661 2005-07-06 [colin]      1.9.12cvs23
662
663         * src/alertpanel.c
664                 Fix a minimum size for alertpanels
665         * src/compose.c
666                 Show 'No space left on device' type errors
667                 when queuing/sending
668         * src/imap_gtk.c
669         * src/mh_gtk.c
670                 Rework folder's deletion message (remove 
671                 extra \n)
672
673 2005-07-05 [colin]      1.9.12cvs22
674
675         * src/imap.c
676                 Add an alertpanel on auth error
677                 Add pseudo-log
678                 Remove pthread-related stuff
679
680 2005-07-05 [colin]      1.9.12cvs21
681
682         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
683                 Fix crash on plugin reloading (with a hack)
684
685 2005-07-05 [colin]      1.9.12cvs20
686
687         * src/prefs_account.c
688         * src/prefs_account.h
689                 Fix typo
690         * src/gtk/filesel.c
691         * src/gtk/filesel.h
692                 Add a way to filter the view
693         * src/gtk/pluginwindow.c
694                 Filter loadable stuff
695         * src/plugins/pgpmime/prefs_gpg.c
696                 Fix missing unregistration
697         * .cvsignore
698         * src/etpan/.cvsignore
699         * src/plugins/spamassassin/.cvsignore
700                 Add more stuff to cvs ignored files
701
702 2005-07-04 [colin]      1.9.12cvs19
703
704         * src/imap.c
705                 Fix scan_required returning FALSE when it
706                 shouldn't. Maybe fix #760 (Can't retrieve
707                 messages)
708
709 2005-07-04 [colin]      1.9.12cvs18
710
711         * src/summaryview.c
712                 Fix always_show_msg pref
713
714 2005-07-04 [paul]       1.9.12cvs17
715
716         sync with main (forgotten in last commit)
717         
718         * src/common/utils.c
719         * src/common/utils.h
720                 check_line_length(): new.
721                 is_dir_exist()
722                 is_file_entry_exist()
723                 dirent_is_regular_file()
724                 dirent_is_directory(): use g_file_test() instead of stat().
725
726 2005-07-04 [paul]       1.9.12cvs16
727
728         sync with main:
729
730         * src/compose.c
731                 compose_write_to_file(): check for line
732                 length limit and display warning if exceeds
733         * src/jpilot.c
734                 use get_home_dir() instead of g_get_home_dir()
735         * src/procheader.c
736                 removed warning about invalid date
737         * src/vcard.c
738                 use get_home_dir() instead of g_get_home_dir()
739
740 2005-07-04 [paul]       1.9.12cvs15
741
742         * src/stock_pixmap.c
743                 fix new pixmap naming errors
744                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
745
746 2005-07-04 [colin]      1.9.12cvs14
747
748         * src/imap.c
749                 Fix debugging string with a warning
750
751 2005-07-04 [colin]      1.9.12cvs13
752
753         * configure.ac
754                 Add a check for libetpan's version (>= 0.37)
755
756 2005-07-04 [hoa]        1.9.12cvs12
757
758         * commitHelper
759         * src/imap.c
760         * src/etpan/imap-thread.c
761         * src/etpan/imap-thread.h
762                 fixed IMAP implementation of check of mails.
763
764 2005-07-03 [hoa]        1.9.12cvs11
765
766         * src/etpan/Makefile.am
767         * src/etpan/etpan-errors.h
768         * src/etpan/etpan-log.[ch]
769         * src/etpan/etpan-thread-manager-types.h
770         * src/etpan/etpan-thread-manager.[ch]
771         * src/etpan/imap-thread.[ch]
772         * src/Makefile.am
773         * src/imap.c
774         * src/main.c
775         * src/prefs_other.c
776         * configure.ac
777             merged imap branch.
778             dependency on libetpan 0.37 is now added.
779
780 2005-07-01 [colin]      1.9.12cvs10
781
782         * src/Makefile.am
783         * src/folder.c
784         * src/folder.h
785         * src/folderview.c
786         * src/stock_pixmap.c
787         * src/stock_pixmap.h
788         * src/plugins/trayicon/trayicon.c
789                 Add marked symbol on folders containing
790                 marked messages
791         * src/procmsg.c
792         * src/procmsg.h
793         * src/toolbar.c
794         * src/prefs_common.c
795         * src/prefs_common.h
796         * src/prefs_send.c
797                 Add an optional confirmation dialog on queue
798                 sending. Patch by wwp.
799         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
800         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
801         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
802         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
803         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
804         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
805         * src/pixmaps/inbox_mark.xpm            ** ADDED **
806         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
807         * src/pixmaps/outbox_mark.xpm           ** ADDED **
808         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
809         * src/pixmaps/trash_mark.xpm            ** ADDED **
810                 New pixmaps
811
812 2005-07-01 [colin]      1.9.12cvs9
813
814         * src/summaryview.c
815                 Fix a little threading bug
816         * src/addrgather.c
817         * src/mainwindow.c
818                 A little bit of HIG normality never hurts
819
820 2005-07-01 [colin]      1.9.12cvs8
821
822         * src/compose.c
823         * src/msgcache.c
824         * src/pop.c
825         * src/procmime.c
826         * src/recv.c
827         * src/common/log.c
828         * src/common/template.c
829         * src/common/utils.c
830         * src/common/utils.h
831                 Reverted the fwrite_atomic stuff. In fact
832                 it is already atomic.
833
834 2005-06-30 [colin]      1.9.12cvs7
835
836         * src/common/utils.c
837         * src/common/utils.h
838                 Add an fwrite_atomic() function to make
839                 sure we write everything: fwrite can make
840                 short writes.
841         * src/compose.c
842         * src/msgcache.c
843         * src/pop.c
844         * src/procmime.c
845         * src/recv.c
846         * src/common/log.c
847         * src/common/template.c
848                 Use that (and fix swapping of size and nmemb).
849                 Thanks to Rich Coe for the heads up.
850
851 2005-06-30 [colin]      1.9.12cvs6
852
853         * src/addressbook.c
854                 Optimize addressbook opening 
855
856 2005-06-30 [colin]      1.9.12cvs5
857
858         * src/summaryview.c
859                 Remove calls to summary_step after move/copy
860
861 2005-06-28 [paul]       1.9.12cvs4
862
863         * src/alertpanel.c
864                 wrap and make the error msg selectable
865
866 2005-06-28 [paul]       1.9.12cvs3
867
868         * src/ssl_manager.c
869                 replace the OK button with a Close button
870         * src/gtk/foldersort.c
871                 use GTK_STOCK_ icons/buttons
872
873 2005-06-28 [colin]      1.9.12cvs2
874
875         * src/gedit-print.c             ** ADDED **
876         * src/gedit-print.h             ** ADDED **
877         * src/gtk/gtksourceprintjob.c   ** ADDED **
878         * src/gtk/gtksourceprintjob.h   ** ADDED **
879                 I can't believe no one had enough time to tell
880                 me I forgot the `cvs add`
881
882 2005-06-27 [colin]      1.9.12cvs1
883
884         * src/Makefile.am
885         * src/gtk/Makefile.am
886         * src/messageview.c
887         * src/procmsg.c
888         * src/summaryview.c
889         * configure.ac
890                 Add optional libgnomeprint-based printing
891         * src/mainwindow.c
892         * src/gtk/quicksearch.c
893                 Add an Edit/Quick search menu item to show
894                 and focus the quicksearch
895
896 2005-06-27 [paul]       1.9.12
897
898         1.9.12 release
899
900         * po/ca.po
901         * po/de.po
902         * po/es.po
903         * po/fr.po
904         * po/it.po
905         * po/ko.po
906         * po/pt_BR.po
907         * po/sk.po
908         * po/zh_CN.po
909                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
910                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
911                 SungHyun Nam, Frederico Goncalves Guimaraes,
912                 Andrej Kacian, and Yang Guilong
913 2005-06-26 [colin]      1.9.11cvs106
914
915         * src/imap_gtk.c
916                 Forgot one file for previous fix
917
918 2005-06-26 [colin]      1.9.11cvs105
919
920         * src/folder.c
921         * src/imap.c
922                 Fix problems with folder operations in no_select
923                 imap folders. it applies only to mails, and 
924                 creation/deletion/move/renaming of folders 
925                 should be possible
926
927 2005-06-26 [paul]       1.9.11cvs104
928
929         * src/prefs_filtering.c
930                 replace one more GTK_STOCK_REMOVE
931                 with GTK_STOCK_DELETE
932
933 2005-06-25 [colin]      1.9.11cvs103
934
935         * src/imap.c
936                 Optimize get_seq_set_from_seq_list
937                 (Patch by Ricardo) 
938
939 2005-06-25 [colin]      1.9.11cvs102
940
941         * src/mh.c
942                 If the directory exists, but not in the
943                 correct encoding, rename it. This should
944                 handle old-versions-induced bugs.
945
946 2005-06-25 [colin]      1.9.11cvs101
947
948         * src/mh.c
949                 Fix path access with extended dir names
950                 Fixes bug #589 (SC segfaults with wrong locale
951                 settings)
952
953 2005-06-25 [colin]      1.9.11cvs100
954
955         * src/prefs_account.c
956         * src/prefs_account.h
957         * src/compose.c
958                 Add an option to encrypt replies to
959                 encrypted messages
960
961 2005-06-25 [colin]      1.9.11cvs99
962
963         * src/compose.c
964         * src/quote_fmt_parse.y
965                 ... And make it work with pgpinline.
966
967 2005-06-25 [colin]      1.9.11cvs98
968
969         * src/compose.c
970         * src/procmime.c
971         * src/procmime.h
972         * src/quote_fmt_parse.y
973                 o Make reedition of encrypted messages possible
974                   (as long as it is encrypted to self too, no
975                    magic there)
976                 o Make replying with quote (and without selecting
977                   text) possible for encrypted messages.
978                 Closes bug #550 (Not possible to "reply with quote"
979                 to gnupg encrypted messages)
980
981 2005-06-24 [paul]       1.9.11cvs97
982
983         * src/imap.c
984                 add missing include
985
986 2005-06-24 [paul]       1.9.11cvs96
987
988         * src/editldap.c
989                 made bind password entry invisible
990                 (sync with main)
991         * src/send_message.c
992                 send_message_local(): check exit status
993                 to detect errors (sync with main)
994         * src/textview.c
995                 use main's less ambiguous popup menu
996                 wording
997
998 2005-06-24 [paul]       1.9.11cvs95
999
1000         * src/prefs_actions.c
1001         * src/prefs_customheader.c
1002         * src/prefs_display_header.c
1003         * src/prefs_filtering_action.c
1004         * src/prefs_matcher.c
1005         * src/prefs_template.c
1006         * src/prefs_toolbar.c
1007                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
1008         * src/gtk/description_window.c
1009                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
1010
1011 2005-06-23 [colin]      1.9.11cvs94
1012
1013         * src/summaryview.c
1014                 Fix rough edges (be sure to call status_show whenever
1015                 necessary).
1016
1017 2005-06-23 [colin]      1.9.11cvs93
1018
1019         * src/summaryview.c
1020                 Optimize Select All
1021                 Before, in a 5K mails folder: 11s
1022                 After, in the same folder: 58000µs
1023                 The joys of locking... gtk_clist_select_all() fires a 
1024                 tree-select-row event for each selected row, which in 
1025                 summaryview, callbacks summary_selected which in turn,
1026                 calls summary_status_show, which walks the selected
1027                 rows. Hence, calling gtk_clist_select_all was 
1028                 exponential. Locking the summaryview makes 
1029                 summary_selected return early.
1030
1031 2005-06-23 [colin]      1.9.11cvs92
1032
1033         * src/imap.c
1034                 Move mutex at the important place to avoid
1035                 deadlocks
1036         * src/summaryview.c
1037                 Fix Del key deleting directly instead of
1038                 moving to trash
1039
1040 2005-06-22 [colin]      1.9.11cvs91
1041
1042         * src/plugins/spamassassin/libspamc.c
1043                 As we do spagetti code with assignations in multiple
1044                 places (see _message_read_raw where out = msg = raw),
1045                 let's be sure we don't free the same pointer twice.
1046                 Should fix bug #683 (Crash in libpam at 
1047                 message_cleanup).
1048
1049 2005-06-22 [colin]      1.9.11cvs90
1050
1051         * src/compose.c
1052         * src/messageview.c
1053         * src/toolbar.c
1054                 Make toolbar's delete use the move to trash stuff;
1055                 Add gtk_widget_realize to be sure pixmaps can get
1056                 created (that may fix an old worksforme bug which
1057                 I can't find back...)
1058
1059 2005-06-22 [colin]      1.9.11cvs89
1060
1061         * src/summaryview.c
1062         * src/summaryview.h
1063         * src/mainwindow.c
1064                 Rename "Message/Delete" to "Message/Move to trash"
1065                 Add "Message/Delete..." that directly destroys the
1066                 selected messages after asking for a confirmation.
1067
1068 2005-06-22 [colin]      1.9.11cvs88
1069
1070         * src/imap.c
1071                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
1072                 o Fix a deadlock (thanks Darko)
1073
1074 2005-06-22 [colin]      1.9.11cvs87
1075
1076         * src/gtk/foldersort.c
1077                 Add missing include for the i18n;
1078                 patch by Fabien Vantard
1079
1080 2005-06-21 [colin]      1.9.11cvs86
1081
1082         * src/folder.c
1083         * src/folderview.c
1084                 Respect the no_select flag
1085         * src/imap.c
1086                 Fix recursive deletion
1087         * src/imap_gtk.c
1088         * src/mh_gtk.c
1089                 Make the folder deletion's warning
1090                 more explicit
1091
1092 2005-06-21 [colin]      1.9.11cvs85
1093
1094         * src/textview.c
1095                 Prevent email addresses from spanning accross
1096                 lines - fixes bug # 646 (newline-chars in 
1097                 email addresses)
1098
1099 2005-06-20 [colin]      1.9.11cvs84
1100
1101         * src/folder.c
1102                 Be sure not to remove source if copy failed
1103
1104 2005-06-20 [colin]      1.9.11cvs83
1105
1106         * src/folderview.c
1107         * src/imap_gtk.c
1108                 remove summaryview's lock
1109         * src/imap.c
1110                 introduce threads to avoid problems when foreground tasks
1111                 interfere with background tasks
1112         * src/mh.c
1113                 prevent moving to drafts/queue
1114         * src/mimeview.c
1115                 fix leak
1116
1117 2005-06-19 [colin]      1.9.11cvs82
1118
1119         * src/imap_gtk.c
1120                 Remember that the user doesn't want to override
1121                 offline mode, for 3 seconds. It avoid presenting
1122                 him with N popups in a really short time.
1123
1124 2005-06-17 [colin]      1.9.11cvs81
1125
1126         * src/imap.c
1127                 Fix IMAP breaking on folders containing '('
1128                 (Probably won't be enough)
1129
1130 2005-06-17 [colin]      1.9.11cvs80
1131
1132         Forgotten files on 1.9.11cvs79
1133         * src/summaryview.c
1134                 Fix stepping when not immediately executing
1135         * src/imap.c
1136                 Really prevent UID FETCH 0
1137         * src/codeconv.c
1138                 Fix outgoing charset never set to utf-8
1139         * src/mh.c
1140                 Fix leak
1141
1142 2005-06-16 [colin]      1.9.11cvs79
1143
1144         * src/compose.c
1145                 Fix bug #707 (Dash splits rows)
1146                 Only wrap if we're on a line break position and
1147                 the previous one was a "white" (space) char.
1148                 Pango stuff is weird.
1149
1150 2005-06-16 [colin]      1.9.11cvs78
1151
1152         * src/imap_gtk.c
1153                 Lock summaryview while downloading messages
1154                 on user demand
1155         * src/procheader.c
1156         * src/unmime.c
1157         * src/common/utils.c
1158         * src/common/utils.h
1159                 Replace \r and \n with spaces in From and
1160                 Subject headers
1161
1162 2005-06-16 [paul]       1.9.11cvs77
1163
1164         * src/procmime.c
1165                 liberalise the mime parser
1166         * src/gtk/about.c
1167                 add text wrapping
1168
1169 2005-06-16 [paul]       1.9.11cvs76
1170
1171         * src/gtk/about.c
1172                 reworked
1173
1174 2005-06-15 [colin]      1.9.11cvs75
1175
1176         * src/compose.c
1177                 Finish header encoding fix
1178         * src/summaryview.c
1179                 Fix segfault
1180         * src/headerview.c
1181                 Fix compilation (Thanks Stephan
1182                 Sachse)
1183
1184 2005-06-15 [colin]      1.9.11cvs74
1185
1186         * Makefile.am
1187                 Install gnome2 stuff rather than gnome1, 
1188                 if both are present
1189         * src/codeconv.c
1190         * src/codeconv.h
1191         * src/compose.c
1192                 Fix headers encoding
1193         * src/folder.c
1194                 Visual progress when fetching all messages
1195         * src/folderview.c
1196         * src/summaryview.c
1197         * src/summaryview.h
1198                 Prevent changing current message while
1199                 incorporating
1200
1201 2005-06-15 [paul]       1.9.11cvs73
1202
1203         * src/gtk/gtkaspell.c
1204         * src/gtk/gtkaspell.h
1205                 fix build warnings
1206
1207 2005-06-15 [paul]       1.9.11cvs72
1208
1209         * src/prefs_filtering.c
1210                 allow reordering of filter rules by
1211                 drag n drop
1212
1213 2005-06-15 [paul]       1.9.11cvs71
1214
1215         * COPYING
1216                 updated
1217         * src/codeconv.c
1218                 replace deprecated function
1219         * src/inc.c
1220         * src/send_message.c
1221         * src/gtk/progressdialog.c
1222         * src/gtk/progressdialog.h
1223                 salvage and reuse parts of reverted sync
1224
1225 2005-06-15 [paul]       1.9.11cvs70
1226
1227         * src/inc.c
1228         * src/send_message.c
1229         * src/gtk/progressdialog.c
1230         * src/gtk/progressdialog.h
1231                 revert yesterday's sync with main
1232                 it contains deprecated functions
1233
1234 2005-06-15 [colin]      1.9.11cvs69
1235
1236         * src/headerview.c
1237                 Fix bug #670 (multi user to: will corrupt message 
1238                 headers display)
1239
1240 2005-06-15 [colin]      1.9.11cvs68
1241
1242         * src/compose.c
1243                 Fix bug #421 (Fix undo on wrapping)
1244
1245 2005-06-15 [colin]      1.9.11cvs67
1246
1247         * src/folder.c
1248                 Provide visual feedback while processing
1249                 folder's rules.
1250         * src/imap.c
1251                 Provide visual feedback while getting
1252                 short headers (for uncached messages)
1253
1254
1255 2005-06-14 [paul]       1.9.11cvs66
1256
1257         * src/account.c
1258                 change a couple stock icons
1259         * src/inc.c
1260         * src/send_message.c
1261         * src/gtk/progressdialog.c
1262         * src/gtk/progressdialog.h
1263                 sync main's GtkTreeView implementation
1264
1265 2005-06-14 [colin]      1.9.11cvs65
1266
1267         * src/imap.c
1268                 Various little fixes, mainly on error paths
1269
1270 2005-06-13 [colin]      1.9.11cvs64
1271
1272         * matcher.c
1273         * procmsg.c
1274         * procmsg.h
1275                 Add a way to fetch only headers. This speeds
1276                 up filtering on headers for IMAP. Fixes:
1277                 bug #481 extraneous imap commands slow down 
1278                         imap filtering
1279                 bug #522 Sylpheed downloads all messages 
1280                         when opening mailbox (IMAP)
1281                 bug #677 IMAP fetch is soooooooooooooo slow
1282         * src/folder.c
1283         * src/folder.h
1284                 Add a folder set_batch method so that
1285                 implementations can speed up flags changes
1286         * src/folderutils.c
1287         * src/summaryview.c
1288                 Use that in mark as (un)read and mark all read
1289                 Refix bug #679
1290         * src/imap.c
1291                 Implement set_batch - brings back deferred
1292                 flags in a less buggy manner. Fixes:
1293                 bug #729 IMAP immediate expunge of deleted messages
1294                 bug #191 remove list of messages with one command
1295                 Fix login with strange chars
1296                 Implement fetch_msg_full
1297                 Fix copy (wrong counts)
1298
1299 2005-06-12 [colin]      1.9.11cvs63
1300
1301         * src/folder.c
1302                 lock incorporation during long operations.
1303                 Avoids fucking up the IMAP socket.
1304
1305 2005-06-12 [colin]      1.9.11cvs62
1306
1307         * src/imap.c
1308                 Fix harmful typo
1309                 Factorize remove_all_msg
1310                 Thread-ize expunge
1311         * src/summaryview.c
1312                 Don't update partial-download status if unnecessary
1313         * src/folder.c
1314                 Use remove_msgs everywhere possible
1315
1316 2005-06-12 [colin]      1.9.11cvs61
1317
1318         * src/folder.c
1319         * src/folder.h
1320                 Add a remove_msgs function to remove a 
1321                 list of messages
1322         * src/imap.c
1323                 Implement that.
1324
1325 2005-06-12 [colin]      1.9.11cvs60
1326
1327         * src/imap.c
1328                 Remove flags-processing deferring... Too hard
1329                 to get it to work in all cases.
1330
1331 2005-06-11 [colin]      1.9.11cvs59
1332
1333         * src/imap.c
1334                 printf -> debug_print
1335
1336 2005-06-11 [colin]      1.9.11cvs58
1337
1338         * src/imap.c
1339                 o Fix build without USE_PTHREAD
1340                 o Factorize imap_open
1341                 o Alertpanel in case of impossible connection
1342                 o Alertpanel in case of impossible login
1343                 o Fix deferred flags processing to force a 
1344                   flush before adding some more flags to process,
1345                   but in another folder.
1346
1347 2005-06-10 [colin]      1.9.11cvs57
1348
1349         * src/imap.c
1350                 o Fix a format string error
1351                 o init ssl socket outside of the thread 
1352                   (it possibly invokes gtk calls)
1353         * src/procmime.c
1354                 o Put back the buffer to its necessary size
1355                 o Fix changing a file pointer without keeping
1356                   track of it (thanks Valgrind)
1357         * src/common/smtp.c
1358                 o Fix automatic STARTTLS if login should be done
1359                   and the server only allows it after starting TLS
1360         * src/gtk/gtkinputdialog.c
1361                 o Eat GDK_Return so that the combo popup doesn't 
1362                   appear when we press Enter to validate the combo
1363                   input dialog (as seen in the Open with... dialog)
1364
1365 2005-06-10 [colin]      1.9.11cvs56
1366
1367         * src/imap.c
1368                 o A bit less debug
1369                 o Fix a crash on deletion
1370                 o Threadize imap_select (it's called outside of 
1371                   threads)
1372                 o Defer treatment of DELETED flags
1373
1374
1375 2005-06-09 [colin]      1.9.11cvs55
1376
1377         * src/imap.c
1378                 Make sure we check imap_gtk_should_override(), which
1379                 potentially calls gtk stuff, before creating thread.
1380                 That way it should't be called via imap_get_session()
1381                 inside a thread.
1382
1383 2005-06-09 [colin]      1.9.11cvs54
1384
1385         * src/imap.c
1386                 o add a bit of status output
1387                 o remove some dead code
1388                 o threadize get_list_of_uids
1389                 o threadize imap_get_flags
1390                 o defer flag changing by 500ms so that they
1391                   can be batched
1392
1393
1394 2005-06-08 [colin]      1.9.11cvs53
1395
1396         * src/imap.c
1397                 Thread-ize imap_cmd_fetch
1398
1399 2005-06-08 [colin]      1.9.11cvs52
1400
1401         * src/main.c
1402                 Mmh, that broke POP3...
1403
1404 2005-06-08 [colin]      1.9.11cvs51
1405
1406         * src/main.c
1407                 Stabilize IMAP patch (thanks to Hoa)
1408
1409 2005-06-08 [colin]      1.9.11cvs50
1410
1411         * src/imap.c
1412                 Test patch to speed up imap. 
1413
1414 2005-06-08 [colin]      1.9.11cvs49
1415
1416         * src/imap_gtk.c
1417                 Warning fix
1418         * src/procmime.c
1419                 Apply patch from gentoo to use /usr/share/mime/globs if 
1420                 available, after un-breaking it
1421         * src/common/log.c
1422         * src/common/log.h
1423                 Use g_timeout for invoking hooks that possibly use gtk
1424                 calls. This should leave gtk calls in the main thread.
1425
1426 2005-06-08 [paul]       1.9.11cvs48
1427
1428         * src/codeconv.c
1429                 conv_get_outgoing_charset_str(): don't
1430                 use prefs_common setting
1431         * src/compose.c
1432         * src/compose.h
1433                 add /Options/Character encoding/... to
1434                 temporarily change the outgoing encoding
1435
1436         (belated sync with main)
1437
1438 2005-06-08 [paul]       1.9.11cvs47
1439
1440         * src/compose.c
1441                 correction to/completion of last
1442                 sync with main
1443
1444 2005-06-08 [paul]       1.9.11cvs46
1445
1446         sync with main:
1447         
1448         * src/codeconv.c
1449         * src/codeconv.h
1450                 always enabled Japanese auto-detection
1451                 if the first letters of locale string
1452                 is "ja"
1453         * src/compose.c
1454                 don't use "destroy" signal to destroy
1455                 Compose object (fix rare crashes on discard?)
1456         * src/mainwindow.c
1457         * src/messageview.c
1458         * src/prefs_send.c
1459                 added Hebrew encodings
1460         * src/sourcewindow.c
1461                 don't use "destroy" signal to destroy
1462                 objects
1463
1464 2005-06-07 [colin]      1.9.11cvs45
1465
1466         * src/summaryview.c
1467                 Add missing unlocks/locks
1468
1469 2005-06-07 [paul]       1.9.11cvs44
1470
1471         * src/summaryview.c
1472                 restore bug #749 fix
1473
1474 2005-06-06 [colin]      1.9.11cvs43
1475
1476         * src/summaryview.c
1477                 Fix selection bug when prefs_common.open_unread 
1478                 is FALSE
1479
1480 2005-06-06 [colin]      1.9.11cvs42
1481
1482         * src/common/md5.c
1483                 Fix a warning
1484         * src/summaryview.c
1485         * src/folderview.c
1486                 Factorize long operations beginning and end
1487                 (locking, freezing/thawing, cursor, ...)
1488                 Check selection->data member in selection-
1489                 related loops; this avoids dying an awful
1490                 death if the selection changes on us while
1491                 we're marking a whole IMAP folder unread, 
1492                 for example.
1493
1494 2005-06-06 [paul]       1.9.11cvs41
1495
1496         * src/textview.c
1497                 don't g_free() a static gchar buffer
1498
1499 2005-06-05 [colin]      1.9.11cvs40
1500
1501         * src/mainwindow.c
1502         * src/messageview.c
1503         * src/summaryview.c
1504                 Fix bug #749 (Show all headers should be
1505                 sticky as the GUI suggests)
1506
1507 2005-06-03 [paul]       1.9.11cvs39
1508
1509         * src/compose.c
1510                 don't allow editing of mail while sending.
1511                 patch by Colin
1512
1513 2005-06-03 [paul]       1.9.11cvs38
1514
1515         * src/folderview.c
1516                 add a freeze/thaw to speed up 'mark all read'
1517
1518 2005-06-03 [paul]       1.9.11cvs37
1519
1520         * src/prefs_message.c
1521                 reflect changes immediately
1522
1523 2005-06-02 [colin]      1.9.11cvs36
1524
1525         * po/POTFILES.in
1526                 Patch by Fabien Vantard.
1527
1528 2005-06-02 [colin]      1.9.11cvs35
1529
1530         * src/imap.c
1531                 Use a non-blocking imap_getline() if possible.
1532                 This should completely prevent the interface
1533                 from freezin on imap operations, although it
1534                 may do strange stuff in case of folder switching
1535                 while a big imap operation is taking place...
1536
1537                 In addition, fix a leak in the case thread
1538                 creation fails on connection.
1539
1540 2005-06-02 [colin]      1.9.11cvs34
1541
1542         * src/crash.c
1543         * src/prefs_common.h
1544                 Fix build (prefs_common_init() doesn't exist
1545                 anymore)
1546
1547 2005-06-02 [colin]      1.9.11cvs33
1548
1549         * src/prefs_account.c
1550                 Fix bug #245 (filtering rules broken when
1551                 renaming a remote account (imap4 or nntp)
1552
1553 2005-06-02 [colin]      1.9.11cvs32
1554
1555         * src/imap.c
1556                 Try to fix IMAP shortcomings: 
1557                 o Multithread imap_open()
1558                 o allow offline-mode overriding instead of
1559                   just returning NULL
1560         * src/imap_gtk.c
1561         * src/imap_gtk.h
1562                 Add a function to ask whether we want to
1563                 override offline-mode for 10 minutes (one-shot
1564                 asking was painful)
1565         * src/procheader.c
1566                 Fix segfault when imap parser isn't happy about
1567                 a missing {
1568
1569 2005-06-01 [colin]      1.9.11cvs31
1570
1571         * src/addrharvest.c
1572         * src/compose.c
1573         * src/mbox.c
1574         * src/mbox.h
1575         * src/mh.c
1576         * src/msgcache.c
1577         * src/send_message.c
1578         * src/setup.c
1579         * src/undo.c
1580         * src/common/hooks.c
1581         * src/common/prefs.c
1582         * src/common/template.c
1583         * src/common/utils.c
1584         * src/gtk/gtkutils.c
1585         * src/gtk/inputdialog.c
1586         * src/gtk/menu.c
1587         * src/gtk/pluginwindow.c
1588         * src/gtk/prefswindow.c
1589         * src/plugins/pgpmime/passphrase.c
1590         * src/plugins/pgpmime/prefs_gpg.c
1591                 More -Wall fixes
1592
1593         * src/common/Makefile.am
1594         * src/common/timing.h
1595                 Add basic timing code
1596
1597         * src/summaryview.c
1598                 Fix a bug with unread messages when 
1599                 re-sorting folders, and by the way
1600                 fix a big performance hit when 
1601                 re-sorting (10k mails: before 5s,
1602                 after .5s)
1603
1604         * src/prefs_compose_writing.c
1605         * src/prefs_compose_writing.h
1606         * src/prefs_message.c
1607         * src/prefs_message.h
1608         * src/prefs_other.c
1609         * src/prefs_other.h
1610         * src/prefs_quote.c
1611         * src/prefs_quote.h
1612         * src/prefs_receive.c
1613         * src/prefs_receive.h
1614         * src/prefs_send.c
1615         * src/prefs_send.h
1616         * src/prefs_summaries.c
1617         * src/prefs_summaries.h
1618                 Fix copyright banner
1619
1620 2005-06-01 [paul]       1.9.11cvs30
1621
1622         * po/fi.po
1623                 updated by Flammie Pirinen
1624         * src/procmime.c
1625                 fix 'Bad BASE64 content' output
1626
1627 2005-05-31 [colin]      1.9.11cvs29
1628
1629         * src/procmime.c
1630                 Oops, where did my hunk go.
1631
1632 2005-05-31 [colin]      1.9.11cvs28
1633
1634         * src/Makefile.am
1635         * src/account.c
1636         * src/action.c
1637         * src/addr_compl.c
1638         * src/addressbook.c
1639         * src/codeconv.c
1640         * src/compose.c
1641         * src/export.c
1642         * src/folder.c
1643         * src/folderview.c
1644         * src/image_viewer.c
1645         * src/main.c
1646         * src/mainwindow.c
1647         * src/messageview.c
1648         * src/mimeview.c
1649         * src/msgcache.c
1650         * src/prefs_account.c
1651         * src/prefs_actions.c
1652         * src/prefs_common.c
1653         * src/prefs_compose_writing.c
1654         * src/prefs_customheader.c
1655         * src/prefs_ext_prog.c
1656         * src/prefs_filtering.c
1657         * src/prefs_filtering_action.c
1658         * src/prefs_fonts.c
1659         * src/prefs_image_viewer.c
1660         * src/prefs_message.c
1661         * src/prefs_message.h
1662         * src/prefs_msg_colors.c
1663         * src/prefs_other.c
1664         * src/prefs_other.h
1665         * src/prefs_quote.c
1666         * src/prefs_receive.c
1667         * src/prefs_receive.h
1668         * src/prefs_send.c
1669         * src/prefs_send.h
1670         * src/prefs_spelling.c
1671         * src/prefs_summaries.c
1672         * src/prefs_summary_column.c
1673         * src/prefs_template.c
1674         * src/prefs_themes.c
1675         * src/prefs_toolbar.c
1676         * src/prefs_wrapping.c
1677         * src/procmime.c
1678         * src/procmsg.c
1679         * src/send_message.h
1680         * src/ssl_manager.c
1681         * src/summary_search.c
1682         * src/summaryview.c
1683         * src/textview.c
1684         * src/wizard.c
1685         * src/common/smtp.c
1686         * src/common/smtp.h
1687         * src/gtk/gtkutils.h
1688                 o Move the rest of Common prefs to new style
1689                 o Lots of -Wall warning fixes
1690                 o fix FIXME in cache memusage calculation
1691                 o Let return receipts be sent from any account
1692                 o Little cache optimisation (read)
1693                 o Fix bug #746 (don't treat commas as separators
1694                   when inside a quoted string)
1695
1696 2005-05-31 [paul]       1.9.11cvs27
1697
1698         * src/prefs_common.c
1699                 fix 'off-by-one' typo
1700
1701 2005-05-31 [paul]       1.9.11cvs26
1702
1703         * src/account.c
1704         * src/addr_compl.c
1705         * src/compose.c
1706         * src/foldersel.c
1707         * src/prefs_actions.c
1708         * src/prefs_common.c
1709         * src/prefs_common.h
1710         * src/prefs_customheader.c
1711         * src/prefs_display_header.c
1712         * src/prefs_filtering.c
1713         * src/prefs_filtering_action.c
1714         * src/prefs_matcher.c
1715         * src/prefs_summaries.c
1716         * src/prefs_summary_column.c
1717         * src/prefs_template.c
1718         * src/prefs_toolbar.c
1719         * src/ssl_manager.c
1720         * src/gtk/pluginwindow.c
1721         * src/gtk/prefswindow.c
1722         * src/gtk/progressdialog.c
1723                 add hidden prefs 'enable_rules_hint'
1724                 for gtk_tree_view_set_rules_hint()
1725                 (sync with main)
1726                 
1727
1728 2005-05-31 [colin]      1.9.11cvs25
1729
1730         * src/Makefile.am
1731         * src/main.c
1732         * src/prefs_common.c
1733         * src/prefs_summaries.c ** ADDED **
1734         * src/prefs_summaries.h ** ADDED **
1735                 Common/Display -> Display/Summaries
1736
1737 2005-05-31 [colin]      1.9.11cvs24
1738
1739         * src/Makefile.am
1740         * src/main.c
1741         * src/prefs_quote.c ** ADDED **
1742         * src/prefs_quote.h ** ADDED **
1743                 Move Common/Quote to Compose/Quoting
1744         * src/prefs_common.c
1745         * src/prefs_common.h
1746                 Remove old quote stuff, add
1747                 convenience functions for GtkTextView prefs
1748         * src/gtk/prefswindow.c
1749                 Set default height higher
1750
1751 2005-05-30 [colin]      1.9.11cvs23
1752
1753         * src/Makefile.am
1754         * src/main.c
1755         * src/prefs_common.c
1756         * src/prefs_compose_writing.c ** ADDED **
1757         * src/prefs_compose_writing.h ** ADDED **
1758                 Move Common/Compose prefs to Compose/Writing
1759
1760 2005-05-30 [colin]      1.9.11cvs22
1761
1762         * src/common/utils.c
1763                 Fix bug #651 (Confused Attract by Subject)
1764                 Patch by M. Benkmann <haferfrost@web.de>
1765         * AUTHORS
1766
1767 2005-05-30 [colin]      1.9.11cvs21
1768
1769         * src/compose.c
1770                 Fix concatenation of different headers of
1771                 the same type (bug #645)
1772         * src/prefs_folder_item.c
1773                 Fix bug #699 (setting color to black doesn't
1774                 work immediately)
1775         * src/procmime.c
1776                 Print out decoding error only once per
1777                 block
1778
1779 2005-05-30 [paul]       1.9.11cvs20
1780
1781         * src/common/template.c
1782                 fix Bcc
1783
1784 2005-05-30 [paul]       1.9.11cvs19
1785
1786         * doc/src/rfc2368.txt   **NEW FILE**
1787         * src/compose.c
1788                 compose_entries_set(): don't interpret Bcc
1789                 header field (conform to RFC 2368)
1790                 (sync with main)
1791
1792 2005-05-29 [colin]      1.9.11cvs18
1793
1794         * src/prefs_common.c
1795                 Let the default reply format respect
1796                 netiquette by cutting the signature.
1797
1798 2005-05-29 [colin]      1.9.11cvs17
1799
1800         * src/summaryview.c
1801                 Don't let always_show_msg override
1802                 open_unread_on_enter when opening a new
1803                 directory.
1804
1805 2005-05-27 [paul]       1.9.11cvs16
1806
1807         sync with main:
1808
1809         * src/main.c
1810                 app_will_exit(): cleanup tmp directory when exit
1811         * src/message_search.c
1812                 improved the interface and made code cleanup.
1813                 removed Clear button
1814         * src/send_message.c
1815                 send_message_local(): use GSpawn, and detect errors
1816         * src/summary_search.c
1817                 improved the interface and made code cleanup
1818         * src/textview.c
1819                 textview_write_link(): also skip non-ascii space
1820                  at the head of link strings (phishing check
1821                  didn't work at the case)
1822         * src/common/utils.c
1823                 get_command_output(): use g_spawn_command_line_sync()
1824                 instead of popen()
1825
1826 2005-05-26 [colin]      1.9.11cvs15
1827
1828         * src/folder.c
1829                 remove printf
1830
1831 2005-05-26 [colin]      1.9.11cvs14
1832
1833         * src/common/nntp.c
1834                 Fix nntp mode reader (bug #611)
1835                 Patch by Florian Mickler <florian@mickler.org>
1836
1837 2005-05-26 [colin]      1.9.11cvs13
1838
1839         * src/plugins/pgpmime/passphrase.c
1840                 Fix mouse grabbing (bug #557)
1841
1842 2005-05-26 [colin]      1.9.11cvs12
1843
1844         * src/prefs_themes.c
1845                 Fix g_warning (bug #541)
1846
1847 2005-05-26 [colin]      1.9.11cvs11
1848
1849         * src/prefs_actions.c
1850         * src/prefs_template.c
1851                 Fix bug #506 (no warning if action/template
1852                 is not saved)
1853         * src/common/template.c
1854                 Fix a possible crash
1855
1856 2005-05-26 [colin]      1.9.11cvs10
1857
1858         * src/folder.c
1859         * src/folderview.c
1860         * src/procmsg.c
1861         * src/summaryview.c
1862                 Forbid locked messages to be moved or
1863                 deleted. Locked messages in trashes 
1864                 still get deleted, for performance
1865                 reason (mh.c::mh_remove_all_msgs)
1866
1867 2005-05-25 [colin]      1.9.11cvs9
1868
1869         * src/procmime.c
1870                 Use correct encoding when sending mails
1871                 with attachments that have accentued 
1872                 chars in their name
1873
1874 2005-05-24 [colin]      1.9.11cvs8
1875
1876         * src/summaryview.c
1877                 Fix bug #688 f) read/unread marker not
1878                 changed on first click
1879                 Also, optimize summary_status_show()
1880                 calls
1881         * src/folder.c
1882         * src/inc.c
1883         * src/procmime.c
1884                 Fix bug #688 b) and c) wrt message
1885                 attachments and signature
1886         * src/stock_pixmap.c
1887         * src/stock_pixmap.h
1888         * src/stock_pixmap.c
1889         * src/stock_pixmap.h
1890         * src/Makefile.am
1891         * src/pixmaps/clip_gpg_signed.xpm
1892                 Add clip/signed icon
1893
1894 2005-05-24 [colin]      1.9.11cvs7
1895
1896         * src/folder_item_prefs.c
1897                 whitespace fix
1898
1899 2005-05-24 [colin]      1.9.11cvs6
1900
1901         * src/folderview.c
1902         * src/prefs_common.c
1903         * src/prefs_common.h
1904                 Add a confirmation to folder drag and drop
1905                 fixes bug #156
1906         * src/alertpanel.c
1907         * src/alertpanel.h
1908                 fix _with_disable parameters so that
1909                 the buttons labels are specifiable too
1910         * src/plugins/pgpmime/sgpgme.c
1911                 reflect said change
1912                 
1913
1914 2005-05-24 [colin]      1.9.11cvs5
1915
1916         * src/folderview.c
1917                 Uncollapse/collapse folders on double-click
1918                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
1919                 closes bug #108
1920
1921 2005-05-23 [colin]      1.9.11cvs4
1922
1923         * src/common/socket.c
1924                 Check another special SSL_peek() error.
1925                 Should help wrt bug #728
1926
1927 2005-05-23 [colin]      1.9.11cvs3
1928
1929         * src/plugins/pgpmime/pgpmime.c
1930                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
1931                 breaking menu accelerators and stuff. Users will have to
1932                 reselect "PGP MIME" instead of "PGP/MIME" in their 
1933                 account's privacy preferences if needed.
1934
1935 2005-05-22 [paul]
1936
1937         * tools/kdeservicemenu/install.sh
1938                 use kdesu to prompt for root password if doing
1939                 global install/uninstall
1940
1941 2005-05-20 [colin]      1.9.11cvs2
1942
1943         * src/procmsg.c
1944                 Fix another compilation error with gcc-2.9x
1945                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
1946         * src/send_message.c
1947                 Don't send QUIT if we aren't connected
1948
1949 2005-05-19 [colin]      1.9.11cvs1
1950
1951         * src/procmsg.c
1952                 Fix compilation with gcc 2.9x
1953
1954 2005-05-19 [paul]       1.9.11
1955
1956         1.9.11 released
1957
1958 2005-05-19 [paul]       1.9.9cvs14
1959
1960         * src/gtk/inputdialog.c
1961                 prevent gettext warning
1962
1963 2005-05-19 [paul]       1.9.9cvs13
1964
1965         * src/mainwindow.c
1966         * src/prefs_common.c
1967         * src/prefs_common.h
1968         * src/textview.c
1969         * src/textview.h
1970                 add an option to toggle cursor in message
1971                 view (sync with main)
1972
1973 2005-05-18 [colin]      1.9.9cvs12
1974
1975         * src/compose.c
1976                 Dereference freed pointer
1977         * src/gtk/gtkaspell.c
1978                 Fix duplication of dictionaries (is it an aspell issue?)
1979
1980 2005-05-18 [colin]      1.9.9cvs11
1981
1982         * src/gtk/inputdialog.c
1983         * src/gtk/gtkaspell.c
1984                 HIGuify dialogs
1985         * src/alertpanel.c
1986                 Remove a double call
1987
1988 2005-05-17 [colin]      1.9.9cvs10
1989
1990         * src/gtk/gtkaspell.c
1991                 Fix dialogs, Ctrl-Enter accel
1992
1993 2005-05-17 [colin]      1.9.9cvs9
1994
1995         * src/gtk/gtkaspell.c
1996                 Fix some accelerators, escape in replace-window
1997
1998 2005-05-16 [colin]      1.9.9cvs8
1999
2000         * src/gtk/gtkaspell.c
2001                 Revert last commit, it was a mistake.
2002
2003 2005-05-16 [colin]      1.9.9cvs7
2004
2005         * src/gtk/gtkaspell.c
2006                 Remove buggy code while we're at it. It's a 
2007                 dead code path anyway.
2008
2009 2005-05-16 [colin]      1.9.9cvs6
2010
2011         * src/gtk/gtkaspell.c
2012                 Missed some gtk_menu_popup where deactivate
2013                 signal should be handled. Should fix bug
2014                 #629 a bit more.
2015
2016 2005-05-16 [colin]      1.9.9cvs5
2017
2018         * src/gtk/gtkaspell.c
2019                 Remove debug printf()s
2020
2021 2005-05-16 [colin]      1.9.9cvs4
2022
2023         * src/gtk/gtkaspell.c
2024                 Fix a bit aspell problems
2025                 (see bug #629)
2026
2027 2005-05-13 [colin]      1.9.9cvs3
2028
2029         * src/folderview.c
2030                 Fix the + appearing even when no subfolders
2031                 have unread messages. Thanks to wwp for the
2032                 bug report.
2033
2034 2005-05-11 [paul]       1.9.9cvs2
2035
2036         * src/folderview.c
2037                 correction to 1.9.9cvs1, only colour folders that
2038                 have new msgs (not unread msgs)
2039
2040 2005-05-10 [colin]      1.9.9cvs1
2041
2042         * src/folderview.c
2043         * src/summaryview.c
2044                 Try to fix bolding bugs again.
2045
2046 2005-05-09 [paul]
2047
2048         * tools/claws.i18n.status.pl
2049                 add Ricardo Mones Lastra's script that has been providing
2050                 the i18n status page for many months
2051
2052 2005-05-09 [paul]       1.9.9
2053
2054         1.9.9 release
2055
2056 2005-05-09 [paul]       1.9.6cvs58
2057
2058         * AUTHORS
2059         * INSTALL
2060         * README.claws
2061                 updated
2062         * Makefile.am 
2063         * RELEASE_NOTES.claws
2064                 add release notes to cvs to simplify release
2065                 procedure
2066         * configure.ac
2067                 add ca and fi to ALL_LINGUAS
2068         * po/Makefile.in.in
2069                 workaround for missing Makevars
2070         * po/ca.po
2071         * po/fi.po
2072                 add new Catalan and Finnish translations
2073                 submitted by Miquel Oliete and Flammie Pirinen
2074         * po/de.po
2075         * po/es.po
2076         * po/fr.po
2077         * po/it.po
2078         * po/pl.po
2079         * po/ru.po
2080         * po/sk.po
2081         * po/sr.po
2082         * po/zh_CN.po
2083                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
2084                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
2085                 Urke MMI, and Hansom Young
2086         * src/main.c
2087                 Fix drafting when quitting. compose_draft() closes the
2088                 compose windows, which modifies the compose_list GSList.
2089                 We have to refresh this list after echo drafting to avoid a
2090                 segfault
2091         * src/partial_download.c
2092                 fix segfault on exit
2093
2094 2005-05-06 [paul]       1.9.6cvs57
2095
2096         * src/grouplistdialog.c
2097                 quick fix/workaround for unresizeable newsgroup
2098                 name column 
2099
2100 2005-05-06 [paul]       1.9.6cvs56
2101
2102         * src/inc.c
2103         * src/mainwindow.c
2104                 use gettext plural forms
2105         * src/imap_gtk.c
2106         * src/mh_gtk.c
2107         * src/toolbar.c
2108                 small improvement to english usage
2109
2110 2005-05-05 [thorsten]   1.9.6cvs55
2111
2112         * src/folder.c
2113                 fix possible crash
2114
2115 2005-05-05 [paul]       1.9.6cvs54
2116         
2117         sync with HEAD
2118
2119         * AUTHORS
2120         * src/compose.c
2121                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
2122                 patch by Tim Mann
2123
2124 2005-05-05 [paul]       1.9.6cvs53
2125
2126         * src/mainwindow.c
2127                 fix resizing of separate message and
2128                 folder views
2129
2130 2005-05-05 [paul]       1.9.6cvs52
2131
2132         * src/account.c
2133         * src/addrgather.c
2134         * src/browseldap.c
2135         * src/exphtmldlg.c
2136         * src/expldifdlg.c
2137         * src/importmutt.c
2138         * src/importpine.c
2139         * src/main.c
2140         * src/mainwindow.c
2141         * src/noticeview.c
2142         * src/prefs_filtering.c
2143         * src/prefs_filtering_action.c
2144         * src/prefs_matcher.c
2145         * src/prefs_spelling.c
2146         * src/prefs_toolbar.c
2147         * src/toolbar.c
2148         * src/wizard.c
2149         * src/gtk/description_window.c
2150         * src/gtk/gtkvscrollbutton.c
2151         * src/gtk/progressdialog.c
2152         * src/gtk/quicksearch.c
2153         * src/plugins/pgpmime/prefs_gpg.c
2154         * src/plugins/spamassassin/spamassassin_gtk.c
2155                 replace deprecated gtk_widget_set_usize
2156
2157 2005-05-04 [colin]      1.9.6cvs51
2158
2159         * src/common/utils.c
2160                 Fix crash when subst_for_filename is called
2161                 with a NULL parameter
2162
2163 2005-05-04 [colin]      1.9.6cvs50
2164
2165         * src/partial_download.c
2166         * src/pop.c
2167                 Escape login when writing uidl file
2168                 fixes bug #736
2169
2170 2005-05-03 [colin]      1.9.6cvs49
2171
2172         * src/procmime.c
2173                 Fix possible DOS in mime parser
2174                 (see bug #634)
2175
2176 2005-05-02 [colin]      1.9.6cvs48
2177
2178         * src/compose.c
2179                 Try to fix the copy/paste mess once again.
2180
2181
2182 2005-04-30 [colin]      1.9.6cvs47
2183
2184         * src/prefs_account.h
2185         * src/procmsg.c
2186         * src/send_message.c
2187         * src/common/smtp.c
2188         * src/common/smtp.h
2189                 Try to batch sending mails (per account) instead of
2190                 reconnecting to server every time.
2191
2192 2005-04-29 [colin]      1.9.6cvs46
2193
2194         * src/messageview.c
2195                 Fix window resizing that refused to size down
2196         * src/prefs_common.c
2197         * src/prefs_common.h
2198         * src/prefs_filtering.c
2199                 Save Filtering's window size
2200
2201 2005-04-21 [paul]       1.9.6cvs45
2202
2203         * ChangeLog-gtk2.claws
2204         * src/setup.c
2205                 correction to sync
2206
2207 2005-04-21 [paul]       1.9.6cvs44
2208
2209         sync with main:
2210
2211         * src/setup.c
2212         * src/statusbar.c
2213         * src/statusbar.h
2214                 use gtkut_widget_draw_now(). Improved performance
2215                 of the update of statusbar
2216         * src/textview.c
2217                 textview_smooth_scroll_do(): redraw it after scroll
2218                 is done (fixed incorrect display when a part of the
2219                 view is hidden).
2220         * src/gtk/gtkutils.c
2221         * src/gtk/gtkutils.h
2222                 gtkut_widget_draw_now(): use gdk_window_process_updates()
2223                 to force update of widgets.
2224                 Removed gtkut_widget_wait_for_draw() which had a big
2225                 overhead  because of waiting for all events processed 
2226
2227 2005-04-20 [paul]       1.9.6cvs43
2228
2229         * src/codeconv.c
2230                 complete 1.9.6cvs42's sync:
2231                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
2232
2233 2005-04-19 [paul]       1.9.6cvs42
2234
2235         sync with main:
2236
2237         * src/action.c
2238                 catch_output(): correctly select the insert text
2239                 (fix invalid iterator warnings).
2240         * src/codeconv.c
2241         * src/codeconv.h
2242         * src/mainwindow.c
2243         * src/messageview.c
2244         * src/prefs_common.c
2245                 support GBK encoding.
2246         * src/common/session.c
2247         * src/common/session.h
2248                 use separate buffer for large data to be sent,
2249                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
2250
2251 2005-04-18 [paul]       1.9.6cvs41
2252
2253         * src/jpilot.c
2254                 convert unsigned long into guint32
2255                 patch by Paul LeoNerd Evans 
2256
2257 2005-04-17 [colin]      1.9.6cvs40
2258
2259         * src/compose.c
2260                 Fix 'Request return receipt' from folder
2261                 properties (bug #708)
2262
2263 2005-04-17 [colin]      1.9.6cvs39
2264
2265         * src/mainwindow.c
2266                 Fix duplicate hotkeys in Mainwindow's menu
2267
2268 2005-04-17 [colin]      1.9.6cvs38
2269
2270         * src/folderview.c
2271                 Fix duplicate hotkeys in Folderview's contextual
2272                 menu
2273
2274 2005-04-15 [colin]      1.9.6cvs37
2275
2276         * src/summaryview.c
2277                 Fix 'Save as...' with non-ascii filenames
2278
2279 2005-04-15 [colin]      1.9.6cvs36
2280
2281         * src/plugins/pgpmime/pgpmime.c
2282                 Fix bus error on 64bit. Spotted by 
2283                 macallan1888@gmail.com
2284
2285 2005-04-15 [colin]      1.9.6cvs35
2286
2287         * src/prefs_account.c
2288                 Fix cvs34.
2289
2290 2005-04-12 [colin]      1.9.6cvs34
2291
2292         * src/prefs_account.c
2293                 Fix smtp auth type off-by-one. We forgot to
2294                 add PLAIN in the prefs-to-gui setter func and
2295                 as a result, the selected auth when opening
2296                 account prefs was not the correct one.
2297
2298 2005-04-12 [paul]       1.9.6cvs33
2299
2300         * src/inc.c
2301                 if the recv dialog is visible, Cancel only
2302                 cancels the current account
2303
2304
2305 2005-04-10 [colin]      1.9.6cvs32
2306
2307         * src/filtering.c
2308                 Copy score when copying FilteringActions
2309                 Fix bug #674
2310
2311 2005-04-10 [colin]      1.9.6cvs31
2312
2313         * src/inc.c
2314                 Make Message -> Receive -> Cancel cancel 
2315                 incorporation on all accounts. Fixes
2316                 bug #693
2317
2318 2005-04-10 [colin]      1.9.6cvs30
2319
2320         * src/prefs_account.c
2321                 Update Privacy checkbuttons status based
2322                 on the selected privacy system
2323         * src/compose.c
2324                 Always connect the "None" privacy system; the
2325                 static boolean was probably there to avoid
2326                 reconnecting twice in the same compose window,
2327                 but as the parent function is only called once
2328                 per compose, it's only a bug - as a static is
2329                 initialized once per application instance.
2330                 Also, don't uncheck Sign and Encrypt when
2331                 selecting None as privacy system; just ignore
2332                 them when sending/queuing.
2333                 Should fix bug #695
2334
2335 2005-04-08 [colin]      1.9.6cvs29
2336
2337         * src/account.c
2338         * src/prefs_account.c
2339         * src/prefs_account.h
2340                 Add account preference to queue message in a certain
2341                 folder.
2342
2343 2005-04-06 [colin]      1.9.6cvs28
2344
2345         * src/prefs_account.c
2346                 Update old inbox path syntax
2347
2348 2005-04-06 [paul]       1.9.6cvs27
2349
2350         sync with main:
2351
2352         * configure.ac
2353                 changed -traditional-cpp to -no-cpp-precomp for newer
2354                 Mac OS X support
2355         * src/foldersel.c
2356                 made column resize automatically
2357         * src/send_message.c
2358                 send_message_smtp(): consider EOF right after QUIT
2359                 successful (workaround for Gmail SMTP server)
2360         * src/common/socket.c
2361                 ssl_read(), ssl_peek(): check EOF which violates the
2362                 SSL protocol
2363         * src/gtk/colorlabel.c
2364                 removed warnings when displaying colorlabel menu
2365                 (don't use GtkAlignment)
2366
2367 2005-04-05 [paul]       1.9.6cvs26
2368
2369         * src/plugins/trayicon/trayicon.c
2370                 fix clipping of icon under KDE3 
2371
2372 2005-04-05 [paul]       1.9.6cvs25
2373
2374         * src/summaryview.c
2375                 hide display of threading
2376                 patch by Alfons
2377
2378 2005-04-04 [thorsten]   1.9.6cvs24
2379
2380         * src/mh.c
2381                 marks lost on filesystems with different stat() results on
2382                 summer-/wintertime
2383
2384 2005-04-03 [colin]      1.9.6cvs23
2385
2386         * src/summaryview.c
2387                 Don't handle up/down. Patch by Alfons
2388
2389 2005-04-02 [colin]      1.9.6cvs22
2390
2391         * src/summaryview.c
2392                 Make scrolling faster. Patch by Alfons.
2393
2394 2005-04-01 [colin]      1.9.6cvs21
2395
2396         * src/Makefile.am
2397         * src/stock_pixmap.c
2398         * src/pixmaps/dir-noselect.xpm ** REMOVED **
2399         * src/pixmaps/dir_noselect.xpm ** ADDED **
2400                 Fix pixmap name mismatch (Thanks Stephan Sachse)
2401
2402 2005-04-01 [colin]      1.9.6cvs20
2403
2404         * src/image_viewer.c
2405         * src/image_viewer.h
2406         * src/procmime.c
2407         * src/procmime.h
2408         * src/textview.c
2409         * src/textview.h
2410                 Implement inline image resizing and right-clicking
2411
2412 2005-04-01 [paul]       1.9.6cvs19
2413
2414         * AUTHORS
2415         * Makefile.am
2416         * configure.ac
2417                 check for gnome2
2418                 patch by Luca Cavalli <loopback<AT>slackit.org>
2419         * po/ru.po
2420                 updated by Pavlo Bohmat
2421
2422 2005-03-31 [colin]      1.9.6cvs18
2423
2424         * src/news.c
2425                 Fix parsing references
2426         * src/msgcache.c
2427                 don't put nulls in the references list
2428         * src/procheader.c
2429                 commit that forgotten file in 1.9.6cvs14
2430
2431 2005-03-31 [colin]      1.9.6cvs17
2432
2433         * src/compose.c
2434                 Fix joining of signature separator again. 
2435                 Maybe Hiro could put it in main too...
2436
2437 2005-03-31 [colin]      1.9.6cvs16
2438
2439         * src/Makefile.am
2440         * src/foldersel.c
2441         * src/stock_pixmap.c
2442         * src/stock_pixmap.h
2443         * src/pixmaps/dir-noselect.xpm
2444                 Update foldersel.c (sync from main, patch by Alfons)
2445
2446 2005-03-30 [colin]      1.9.6cvs15
2447
2448         * src/imap.c
2449                 Fix handling of imap folders containing [] in 
2450                 their name. Thanks to Nahuel Angelinetti for
2451                 the detailed bugreport.
2452
2453 2005-03-30 [colin]      1.9.6cvs14
2454
2455         * src/common/utils.h
2456         * src/common/utils.c
2457         * src/common/defs.h
2458         * src/matcher.c
2459         * src/msgcache.c
2460         * src/news.c
2461         * src/procmsg.c
2462         * src/procmsg.h
2463         * src/quote_fmt_parse.y
2464         * src/summaryview.c
2465                 Update references system. Patch by Alfons
2466
2467 2005-03-30 [colin]      1.9.6cvs13
2468
2469         * src/common/socket.c
2470                 Force the glibc to read resolv.conf again when 
2471                 it has changed. Should fix issues when changing
2472                 networks on a laptop and not restarting sylpheed. 
2473
2474 2005-03-30 [paul]       1.9.6cvs12
2475
2476         partial sync with main:
2477
2478         * src/action.c
2479                 create_io_dialog(): use user-defined text font
2480                 (thanks to Alfons), and modified its appearance.
2481         * src/addrgather.c
2482         * src/addrharvest.c
2483         * src/browseldap.c
2484                 replace old code
2485         * src/compose.c
2486                 don't join (presumably) itemized lines on line-wrapping
2487                 fixed wrapping of quote when auto-wrapping is enabled
2488                 compose_destroy(): destroy paned only if it's not
2489                 attached to window. Fixed memory leak of popup menu.
2490         * src/exphtmldlg.c
2491         * src/expldifdlg.c
2492                 replace old code
2493         * src/html.c
2494         * src/html.h
2495         * src/importmutt.c
2496         * src/importpine.c
2497                 replace old code
2498         * src/main.c
2499                 removed redundant code
2500         * src/mainwindow.c
2501                 changed 'Code set' (which is rather incorrect)
2502                 in the menu to 'Character encoding'
2503                 main_window_set_widgets(): request size first
2504                 to prevent window size becoming wrong
2505                 fixed remembering of the state of the visibility
2506                 of MessageView
2507         * src/messageview.c
2508                 changed 'Code set' (which is rather incorrect)
2509                 in the menu to 'Character encoding'
2510         * src/prefs_common.c
2511         * src/prefs_common.h
2512                 added an option whether to render HTML as text or not
2513                 added separators to outgoing encoding menu
2514         * src/procheader.c
2515                 procheader_scan_date_string(): support header
2516                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
2517         * src/summaryview.c
2518         * src/summaryview.h
2519                 minor code cleanup
2520         * src/textview.c
2521                 textview_show_html(): force output of newline
2522                 added an option whether to render HTML as text or not
2523         * src/common/utils.c
2524                 strncpy2(): optimized based on Alfons' code
2525         * src/gtk/gtkutils.c
2526         * src/gtk/gtkutils.h
2527                 removed non-used code
2528         * src/plugins/pgpmime/passphrase.c
2529                 partially fixed grab input of passphrase dialog
2530                 Confine pointer to window
2531
2532 2005-03-30 [colin]      1.9.6cvs11
2533
2534         * src/msgcache.c
2535         * src/msgcache.h
2536                 Read/write 32bit ints from cache & marks
2537                 From main.
2538
2539 2005-03-29 [paul]       1.9.6cvs10
2540
2541         * AUTHORS
2542         * ChangeLog.claws
2543         * src/compose.c
2544         * src/gtk/gtkaspell.c
2545                 sync with HEAD (don't pass NULL pointers) 
2546
2547 2005-03-24 [paul]
2548
2549         * tools/Makefile.am
2550         * tools/README
2551         * tools/acroread2sylpheed.pl
2552                 sync with HEAD (add script to send pdfs as
2553                 attachments from Adobe Reader 7)
2554
2555 2005-03-21 [paul]       1.9.6cvs9
2556
2557         * configure.ac
2558         * po/POTFILES.in
2559         * src/Makefile.am
2560         * src/crash.c
2561         * src/image_viewer.c ** ADDED **
2562         * src/image_viewer.h ** ADDED **
2563         * src/main.c
2564         * src/prefs_common.c
2565         * src/prefs_common.h
2566         * src/prefs_image_viewer.c ** ADDED **
2567         * src/prefs_image_viewer.h ** ADDED **
2568         * src/textview.c
2569         * src/gtk/about.c
2570         * src/pixmaps/sylpheed_logo.xpm
2571         * src/plugins/Makefile.am
2572         * src/plugins/image_viewer/.cvsignore ** REMOVED **
2573         * src/plugins/image_viewer/Makefile.am ** REMOVED **
2574         * src/plugins/image_viewer/plugin.c ** REMOVED **
2575         * src/plugins/image_viewer/viewer.c ** REMOVED **
2576         * src/plugins/image_viewer/viewer.glade ** REMOVED **
2577         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
2578         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
2579         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
2580         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
2581                 as gdk-pixbuf is now built-in
2582                 remove image_viewer plugin and put code back into
2583                 main codebase
2584                 implement inline image display (sync with main)
2585
2586                 replace logo with newer, nicer, larger version  
2587
2588 2005-03-21 [paul]       1.9.6cvs8
2589
2590         * src/gtk/about.c
2591                 cosmetic improvement
2592
2593 2005-03-21 [holger]     1.9.6cvs7
2594
2595         * src/plugins/spamassassin/spamassassin.c
2596                 Sync with HEAD
2597                 (unregister hook on failed plugin init)
2598
2599 2005-03-20 [colin]      1.9.6cvs6
2600
2601         * src/common/plugin.c
2602                 Check that plugin isn't already loaded
2603                 Patch by Alfons
2604
2605 2005-03-20 [thorsten]   1.9.6cvs5
2606
2607         * src/compose.c
2608                 use a more compatible syntax
2609
2610 2005-03-20 [thorsten]   1.9.6cvs4
2611
2612         * src/prefs_toolbar.c
2613                 fix crash when selecting toolbar item (uninitialized pointer)
2614
2615 2005-03-20 [thorsten]   1.9.6cvs3
2616
2617         * src/procmime.c
2618                 fix mimetype detection (referenced free()d string)
2619
2620 2005-03-20 [paul]       1.9.6cvs2
2621
2622         * src/compose.c
2623                 sync with HEAD (1.0.3cvs5)
2624                 neglect Reply-To header if empty
2625                 Patch by Alfons 
2626
2627 2005-03-19 [holger]     1.9.6cvs1
2628
2629         * src/summaryview.c
2630         * src/summaryview.h
2631                 Sync with HEAD
2632
2633 2005-03-18 [paul]       1.9.6
2634
2635         initial GTK2 release
2636
2637 2005-03-18 [paul]       1.0.3cvs3.1
2638
2639         * AUTHORS
2640         * ChangeLog.claws
2641         * configure.ac
2642         * src/gtk/about.c
2643         * src/pixmaps/sylpheed_logo.xpm
2644                 sync with HEAD
2645
2646 2005-03-18 [colin]      1.0.3cvs2.6
2647
2648         * src/summaryview.c
2649                 Remove call to summary_step in summary_copy_selected_to
2650                 Can't see its purpose, and this causes bug when copying
2651                 a message if the next one is unread: it reads it.
2652
2653 2005-03-18 [paul]       1.0.3cvs2.5
2654
2655         * src/foldersel.c
2656                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
2657
2658 2005-03-18 [paul]       1.0.3cvs2.4
2659
2660         * src/addrharvest.c
2661         * src/codeconv.c
2662         * src/codeconv.h
2663         * src/compose.c
2664         * src/news.c
2665         * src/procheader.c
2666         * src/procmime.c
2667         * src/unmime.c
2668         * src/unmime.h
2669                 fix buffer overflow, CAN-2005-0667, see
2670                 http://secunia.com/advisories/14491/
2671                 Patch by Alfons
2672
2673 2005-03-17 [colin]      1.0.3cvs2.3
2674
2675         * src/prefs_fonts.c
2676         * src/summaryview.c
2677                 Fix font bugs (both lists now officialy share 
2678                 the same font)
2679                 
2680
2681 2005-03-17 [paul]       1.0.3cvs2.2
2682
2683         * src/gtk/pluginwindow.c
2684                 make plugin descriptions uneditable
2685
2686 2005-03-11 [paul]       1.0.3cvs2.1
2687
2688         * ChangeLog.claws
2689         * configure.ac
2690         * po/POTFILES.in
2691         * src/plugins/trayicon/trayicon.c
2692                 sync with HEAD
2693                 add src/wizard.c to POTFILES.in
2694
2695 2005-03-11 [paul]       1.0.3cvs1.1
2696
2697         * ChangeLog
2698         * ChangeLog.claws
2699         * configure.ac
2700         * po/de.po
2701         * po/es.po
2702         * po/fr.po
2703         * po/it.po
2704         * po/pt_BR.po
2705         * po/ru.po
2706         * po/sk.po
2707         * po/sr.po
2708         * po/zh_CN.po
2709                 sync with HEAD
2710
2711 2005-03-04 [colin]      1.0.1cvs22.2
2712
2713         * src/compose.c
2714                 Fix signatures with accentued chars in it
2715
2716 2005-03-04 [colin]      1.0.1cvs22.1
2717
2718         * src/common/smtp.c
2719         * src/common/smtp.h
2720                 Don't use SIZE param in MAIL FROM: if server 
2721                 doesn't support it. Patch by Eugen Freiter
2722                 <eugen_f@users.sf.net>
2723
2724 2005-02-27 [paul]       1.0.1cvs20.1
2725
2726         * ChangeLog.claws
2727         * configure.ac
2728         * src/messageview.c
2729                 sync with HEAD
2730
2731 2005-02-27 [colin]      1.0.1cvs19.4
2732
2733         * src/procheader.c
2734         * src/procheader.h
2735                 Fix prototypes. Patch by Alfons
2736
2737 2005-02-27 [colin]      1.0.1cvs19.3
2738
2739         * src/compose.c
2740                 Don't auto-join the signature separator.
2741
2742 2005-02-26 [colin]      1.0.1cvs19.2
2743
2744         * src/summaryview.c
2745                 Fix 'mark all read' with collapsed threads.
2746                 Patch by Alfons.
2747
2748 2005-02-25 [paul]       1.0.1cvs19.1
2749
2750         * ChangeLog.claws
2751         * configure.ac
2752         * src/prefs_account.c
2753         * src/prefs_folder_item.c
2754         * src/gtk/prefswindow.c
2755         * src/gtk/prefswindow.h
2756                 sync with HEAD
2757
2758 2005-02-25 [paul]       1.0.1cvs15.12
2759
2760         * src/alertpanel.c
2761         * src/codeconv.c
2762         * src/compose.c
2763         * src/textview.c
2764         * src/gtk/gtkutils.c
2765         * src/gtk/gtkutils.h
2766         * src/gtk/logwindow.c
2767         * src/gtk/progressdialog.c
2768                 sync with main (revision 127)
2769                 and fix logwindow clipping
2770
2771 2005-02-24 [colin]      1.0.1cvs15.11
2772
2773         * src/plugins/pgpmime/passphrase.c
2774                 Disable input grabbing; it doesn't work yet.
2775
2776 2005-02-24 [colin]      1.0.1cvs15.10
2777
2778         * src/messageview.c
2779                 Don't send out receipts if offline. Ask.
2780
2781 2005-02-23 [colin]      1.0.1cvs15.9
2782
2783         * src/summaryview.c     
2784                 Fix expanding
2785
2786 2005-02-23 [colin]      1.0.1cvs15.8
2787
2788         * src/summaryview.c
2789                 Really fix Bug 568 by removing useless
2790                 calls. summary_thread_init() now called
2791                 in summary_sort(). This should please
2792                 Alfons as it should be faster than 
2793                 previously.
2794
2795 2005-02-23 [colin]      1.0.1cvs15.7
2796
2797         * src/compose.c
2798                 Encode parts as QP or B64 if signing
2799
2800 2005-02-23 [colin]      1.0.1cvs15.6
2801
2802         * src/compose.c
2803                 Fix Mimeinfo leakage (including tmp files)
2804         * src/procmsg.c
2805                 Fix tmp file leakage (spotted by Ivan Rayner)
2806
2807 2005-02-22 [colin]      1.0.1cvs15.5
2808
2809         * src/expldifdlg.c
2810                 Fix keyboard input. Patch by Alfons.
2811
2812 2005-02-21 [colin]      1.0.1cvs15.4
2813
2814         * src/compose.c
2815                 Fix Sign/Encrypt when unselecting privacy
2816                 system
2817         * src/prefs_common.c
2818                 Change default message font to Monospace
2819         * src/summaryview.c
2820                 More freezing during potentially large operations
2821
2822 2005-02-21 [paul]       1.0.1cvs15.3
2823
2824         * src/main.c
2825                 fix --help output
2826
2827 2005-02-21 [paul]       1.0.1cvs15.2
2828
2829         * po/Makefile.in.in
2830         * src/compose.c
2831         * src/summaryview.c
2832         * src/textview.c
2833         * src/common/utils.c
2834         * src/common/utils.h
2835                 sync with main (revision 117)
2836
2837 2005-02-20 [colin]      1.0.1cvs15.1
2838
2839         * src/common/defs.h
2840                 Change cache file to .sylpheed_claws_cache, as
2841                 suggested by Alfons. Allows people to switch
2842                 between Sylpheed and Sylpheed-Claws. it is
2843                 a good idea to "Check for new messages" at next
2844                 startup.
2845
2846
2847 2005-02-18 [colin]      1.0.1cvs14.1
2848
2849         * src/quote_fmt_lex.l
2850         * src/quote_fmt_parse.y
2851                 Fix parser initialisation. Patch by Ivan.
2852
2853 2005-02-18 [colin]      1.0.1cvs11.6
2854
2855         * src/folderview.c
2856                 Fix scrolldown (bug 662)
2857
2858 2005-02-17 [colin]      1.0.1cvs11.5
2859
2860         * src/codeconv.c
2861                 conv_filename_to_utf8: return clean 7bit instead
2862                 of broken utf8 if needed
2863         * src/mimeview.c
2864                 Fix display of parts with unclean 8bit names
2865
2866 2005-02-17 [paul]       1.0.1cvs11.4
2867
2868         * src/compose.c
2869         * src/exportldif.c
2870         * src/matcher_parser_parse.y
2871         * src/procmime.c
2872         * src/sourcewindow.c
2873         * src/common/Makefile.am
2874         * src/common/intl.h             ** REMOVED **
2875         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2876                 sync with main (revision 109)
2877                 and clean up
2878
2879 2005-02-16 [colin]      1.0.1cvs11.3
2880
2881         * src/summaryview.c
2882                 Fix collapsed thread not highlighting when new
2883                 messages in it (Bug 568) Patch by Stephan Sachse.
2884                 Fix messed up selection when reaching bounds (Bug 632)
2885         * src/prefs_themes.c
2886                 Fix theme installing (Bug 684)
2887
2888 2005-02-16 [colin]      1.0.1cvs11.2
2889
2890         * src/messageview.c
2891                 Fix messageview_select_all
2892
2893 2005-02-16 [colin]      1.0.1cvs11.1
2894
2895         * src/mh.c
2896                 Sync with HEAD (MH scan required function)
2897
2898 2005-02-15 [colin]      1.0.1cvs8.1
2899
2900         * src/mimeview.c
2901         * src/common/utils.c
2902                 Sync with HEAD (filename chars substitution)
2903
2904 2005-02-15 [colin]      1.0.1cvs7.3
2905
2906         * src/gtk/pluginwindow.c
2907                 Fix button spacing
2908
2909 2005-02-15 [colin]      1.0.1cvs7.2
2910
2911         * src/mimeview.c
2912                 Fix mime icons not reset across message when
2913                 scrolled down
2914
2915 2005-02-15 [colin]      1.0.1cvs7.1
2916
2917         * src/compose.c
2918         * src/procmime.c
2919                 Sync with HEAD (optimisation of cvs6)
2920
2921 2005-02-14 [colin]      1.0.1cvs6.1
2922
2923         * src/compose.c
2924         * src/procmime.c
2925                 Sync with HEAD (encode "From " at line beginning)
2926
2927 2005-02-14 [colin]      1.0.1cvs5.3
2928
2929         * src/compose.c
2930                 Fix wrapping with accentued chars.
2931
2932 2005-02-13 [colin]      1.0.1cvs5.2
2933
2934         * src/textview.c
2935                 Fix email informative part parsing with
2936                 accentued chars in it. ispunct() returns
2937                 true for them in utf8...
2938
2939 2005-02-12 [colin]      1.0.1cvs5.1
2940
2941         * src/filtering.c
2942                 Sync with HEAD (remove wrong use of compose after send)
2943
2944 2005-02-12 [paul]       1.0.1cvs4.5
2945
2946         * src/textview.c
2947                 remove unnecessary code (thanks to Alfons)
2948
2949 2005-02-12 [paul]       1.0.1cvs4.4
2950
2951         * src/textview.c
2952                 add 'Copy' to contextual menu on emails
2953
2954 2005-02-11 [colin]      1.0.1cvs4.3
2955
2956         * src/compose.c
2957                 revert 1.0.0cvs28.2, it doesn't work that well.
2958
2959 2005-02-11 [paul]       1.0.1cvs4.2
2960
2961         * po/Makefile.in.in
2962                 fix 'make release'
2963
2964 2005-02-10 [paul]       1.0.1cvs4.1
2965
2966         * ChangeLog
2967         * ChangeLog.claws
2968         * ChangeLog.jp
2969         * configure.ac
2970         * src/compose.c
2971                 sync with HEAD (sync with main)
2972
2973 2005-02-10 [paul]       1.0.1cvs3.2
2974
2975         * AUTHORS
2976         * Makefile.am
2977         * autogen.sh
2978         * configure.ac
2979         * config/mkinstalldirs
2980         * intl/.cvsignore
2981         * intl/ChangeLog
2982         * intl/VERSION
2983         * intl/bindtextdom.c
2984         * intl/config.charset
2985         * intl/dcgettext.c
2986         * intl/dcigettext.c
2987         * intl/dcngettext.c
2988         * intl/dgettext.c
2989         * intl/dngettext.c
2990         * intl/eval-plural.h
2991         * intl/explodename.c
2992         * intl/finddomain.c
2993         * intl/gettext.c
2994         * intl/gettextP.h
2995         * intl/gmo.h
2996         * intl/hash-string.h
2997         * intl/intl-compat.c
2998         * intl/l10nflist.c
2999         * intl/libgnuintl.h.in
3000         * intl/loadinfo.h
3001         * intl/loadmsgcat.c
3002         * intl/localcharset.c
3003         * intl/localcharset.h
3004         * intl/locale.alias
3005         * intl/localealias.c
3006         * intl/localename.c
3007         * intl/log.c
3008         * intl/ngettext.c
3009         * intl/os2compat.c
3010         * intl/os2compat.h
3011         * intl/osdep.c
3012         * intl/plural-exp.c
3013         * intl/plural-exp.h
3014         * intl/plural.c
3015         * intl/plural.y
3016         * intl/ref-add.sin
3017         * intl/ref-del.sin
3018         * intl/relocatable.c
3019         * intl/relocatable.h
3020         * intl/textdomain.c
3021         * m4/Makefile.am
3022         * po/Makefile.in.in
3023         * src/Makefile.am
3024         * src/account.c
3025         * src/action.c
3026         * src/addr_compl.c
3027         * src/addressadd.c
3028         * src/addressbook.c
3029         * src/addrgather.c
3030         * src/addrindex.c
3031         * src/alertpanel.c
3032         * src/browseldap.c
3033         * src/codeconv.c
3034         * src/codeconv.h
3035         * src/compose.c
3036         * src/compose.h
3037         * src/crash.c
3038         * src/editaddress.c
3039         * src/editbook.c
3040         * src/editgroup.c
3041         * src/editjpilot.c
3042         * src/editldap.c
3043         * src/editldap_basedn.c
3044         * src/editvcard.c
3045         * src/exphtmldlg.c
3046         * src/expldifdlg.c
3047         * src/export.c
3048         * src/exporthtml.c
3049         * src/filtering.c
3050         * src/folder.c
3051         * src/folder_item_prefs.c
3052         * src/foldersel.c
3053         * src/folderview.c
3054         * src/grouplistdialog.c
3055         * src/headerview.c
3056         * src/imap.c
3057         * src/imap_gtk.c
3058         * src/import.c
3059         * src/importldif.c
3060         * src/importmutt.c
3061         * src/importpine.c
3062         * src/inc.c
3063         * src/ldif.c
3064         * src/main.c
3065         * src/mainwindow.c
3066         * src/matcher.c
3067         * src/mbox.c
3068         * src/message_search.c
3069         * src/messageview.c
3070         * src/mh.c
3071         * src/mh_gtk.c
3072         * src/mimeview.c
3073         * src/msgcache.c
3074         * src/news.c
3075         * src/news_gtk.c
3076         * src/noticeview.c
3077         * src/partial_download.c
3078         * src/pop.c
3079         * src/prefs_account.c
3080         * src/prefs_actions.c
3081         * src/prefs_common.c
3082         * src/prefs_customheader.c
3083         * src/prefs_display_header.c
3084         * src/prefs_ext_prog.c
3085         * src/prefs_filtering.c
3086         * src/prefs_filtering_action.c
3087         * src/prefs_folder_item.c
3088         * src/prefs_fonts.c
3089         * src/prefs_gtk.c
3090         * src/prefs_matcher.c
3091         * src/prefs_msg_colors.c
3092         * src/prefs_spelling.c
3093         * src/prefs_summary_column.c
3094         * src/prefs_template.c
3095         * src/prefs_themes.c
3096         * src/prefs_toolbar.c
3097         * src/prefs_wrapping.c
3098         * src/privacy.c
3099         * src/procheader.c
3100         * src/procmime.c
3101         * src/procmsg.c
3102         * src/quote_fmt.c
3103         * src/recv.c
3104         * src/send_message.c
3105         * src/setup.c
3106         * src/sourcewindow.c
3107         * src/ssl_manager.c
3108         * src/statusbar.c
3109         * src/summary_search.c
3110         * src/summaryview.c
3111         * src/textview.c
3112         * src/toolbar.c
3113         * src/wizard.c
3114         * src/common/nntp.c
3115         * src/common/plugin.c
3116         * src/common/smtp.c
3117         * src/common/ssl.c
3118         * src/common/ssl_certificate.c
3119         * src/common/string_match.c
3120         * src/common/sylpheed.c
3121         * src/common/template.c
3122         * src/common/utils.c
3123         * src/gtk/about.c
3124         * src/gtk/colorlabel.c
3125         * src/gtk/description_window.c
3126         * src/gtk/filesel.c
3127         * src/gtk/foldersort.c
3128         * src/gtk/gtkaspell.c
3129         * src/gtk/gtkutils.c
3130         * src/gtk/inputdialog.c
3131         * src/gtk/logwindow.c
3132         * src/gtk/menu.c
3133         * src/gtk/pluginwindow.c
3134         * src/gtk/prefswindow.c
3135         * src/gtk/progressdialog.c
3136         * src/gtk/quicksearch.c
3137         * src/gtk/sslcertwindow.c
3138         * src/plugins/clamav/clamav_plugin.c
3139         * src/plugins/clamav/clamav_plugin_gtk.c
3140         * src/plugins/demo/demo.c
3141         * src/plugins/dillo_viewer/dillo_prefs.c
3142         * src/plugins/dillo_viewer/dillo_viewer.c
3143         * src/plugins/image_viewer/plugin.c
3144         * src/plugins/image_viewer/viewer.c
3145         * src/plugins/image_viewer/viewerprefs.c
3146         * src/plugins/mathml_viewer/mathml_viewer.c
3147         * src/plugins/pgpmime/passphrase.c
3148         * src/plugins/pgpmime/plugin.c
3149         * src/plugins/pgpmime/prefs_gpg.c
3150         * src/plugins/pgpmime/select-keys.c
3151         * src/plugins/pgpmime/sgpgme.c
3152         * src/plugins/spamassassin/spamassassin.c
3153         * src/plugins/spamassassin/spamassassin_gtk.c
3154         * src/plugins/trayicon/trayicon.c
3155                 sync with main (revision 104)
3156
3157 2005-02-10 [colin]      1.0.1cvs3.1
3158
3159         * src/mainwindow.c
3160                 Sync with HEAD (fix occasional crasher)
3161
3162 2005-02-10 [colin]      1.0.1cvs2.1
3163
3164         * src/messageview.c
3165                 Synw with HEAD (don't automatically display html)
3166
3167 2005-02-09 [colin]      1.0.1cvs1.3
3168
3169         * src/textview.c
3170         * src/textview.h
3171                 Add contextual menu on emails
3172
3173 2005-02-09 [colin]      1.0.1cvs1.2
3174
3175         * src/codeconv.c
3176                 Fix converting from broken headers and 
3177                 put back the _ in missing places
3178                 (feature broke with cvs24.2 sync, main 
3179                  possibly affected?)
3180
3181 2005-02-09 [colin]      1.0.1cvs1.1
3182
3183         * src/messageview.c
3184         * src/mimeview.c
3185         * src/mimeview.h
3186                 Sync with HEAD (display non text/plain mails with plugin)
3187
3188 2005-02-08 [colin]      1.0.1.1
3189
3190         * ChangeLog.claws
3191         * po/pt_BR.po
3192                 Sync with HEAD
3193         * configure.ac
3194                 Make default configuration directory 
3195                 be .sylpheed-gtk2
3196
3197 2005-02-08 [colin]      1.0.0cvs29.1
3198
3199         * po/de.po
3200         * po/es.po
3201         * po/fr.po
3202         * po/it.po
3203         * po/sk.po
3204         * po/sr.po
3205                 Sync translations with HEAD
3206
3207 2005-02-06 [colin]      1.0.0cvs28.3
3208
3209         * src/compose.c
3210                 Make compose a bit faster - patch by Alfons.
3211
3212 2005-02-06 [colin]      1.0.0cvs28.2
3213
3214         * src/compose.c
3215                 Make pasting via middle-click more reliable
3216
3217 2005-02-05 [paul]       1.0.0cvs28.1
3218
3219         * ChangeLog
3220         * ChangeLog.claws
3221         * ChangeLog.jp
3222         * configure.ac
3223         * src/compose.c
3224                 sync with HEAD
3225                 (fix bug 682 'redirect is broken'
3226
3227 2005-02-05 [torte]      1.0.0cvs27.1
3228
3229         * ChangeLog.claws
3230         * configure.ac
3231         * src/partial_download.c
3232                 Sync with HEAD (fix buf overflow)
3233
3234 2005-02-03 [colin]      1.0.0cvs26.1
3235
3236         * src/common/plugin.c
3237                 Sync with HEAD (avoid plugin mismatches)
3238
3239 2005-02-03 [paul]       1.0.0cvs25.3
3240
3241         * src/folderview.c
3242         * src/headerview.c
3243         * src/summaryview.c
3244         * src/textview.c
3245         * src/gtk/colorlabel.c
3246                 third and final part of initial sync with main-gtk2
3247
3248 2005-02-03 [paul]       1.0.0cvs25.2
3249
3250         * src/jpilot.c
3251                 fix building with jpilot support
3252
3253 2005-02-02 [colin]      1.0.0cvs25.1
3254
3255         * src/messageview.c
3256                 Sync with HEAD (fix dangerous typo)
3257
3258 2005-02-01 [colin]      1.0.0cvs24.3
3259
3260         * src/common/xml.c
3261                 Write file as advertised (UTF-8)
3262
3263 2005-02-01 [paul]       1.0.0cvs24.2
3264
3265         * src/addrbook.c
3266         * src/addrindex.c
3267         * src/alertpanel.h
3268         * src/codeconv.c
3269         * src/codeconv.h
3270         * src/compose.c
3271         * src/export.c
3272         * src/folder_item_prefs.c
3273         * src/html.c
3274         * src/imap.c
3275         * src/import.c
3276         * src/jpilot.c
3277         * src/mainwindow.c
3278         * src/matcher_parser_lex.l
3279         * src/messageview.c
3280         * src/mh.c
3281         * src/prefs_account.c
3282         * src/prefs_actions.c
3283         * src/prefs_common.c
3284         * src/prefs_gtk.c
3285         * src/prefs_gtk.h
3286         * src/prefs_themes.c
3287         * src/procheader.c
3288         * src/procmime.c
3289         * src/sourcewindow.c
3290         * src/statusbar.c
3291         * src/summaryview.c
3292         * src/textview.c
3293         * src/toolbar.c
3294         * src/unmime.c
3295         * src/common/template.c
3296         * src/common/utils.c
3297         * src/common/xml.c
3298         * src/common/xml.h
3299         * src/gtk/gtkaspell.c
3300         * src/plugins/clamav/clamav_plugin.c
3301         * src/plugins/dillo_viewer/dillo_prefs.c
3302         * src/plugins/image_viewer/viewerprefs.c
3303         * src/plugins/pgpmime/passphrase.c
3304         * src/plugins/pgpmime/prefs_gpg.c
3305         * src/plugins/pgpmime/select-keys.c
3306         * src/plugins/spamassassin/spamassassin.c
3307                 second part of initial sync with main-gtk2
3308                 (more to follow)
3309
3310 2005-01-31 [colin]      1.0.0cvs24.1
3311
3312         * src/compose.c
3313                 Sync with HEAD
3314
3315 2005-01-29 [paul]       1.0.0cvs23.2
3316
3317         * src/account.c
3318         * src/action.c
3319         * src/addressadd.c
3320         * src/addressbook.c
3321         * src/alertpanel.c
3322         * src/compose.c
3323         * src/editaddress.c
3324         * src/editbook.c
3325         * src/editgroup.c
3326         * src/editjpilot.c
3327         * src/editldap.c
3328         * src/editldap_basedn.c
3329         * src/editvcard.c
3330         * src/export.c
3331         * src/foldersel.c
3332         * src/grouplistdialog.c
3333         * src/import.c
3334         * src/importldif.c
3335         * src/inc.c
3336         * src/main.c
3337         * src/mainwindow.c
3338         * src/message_search.c
3339         * src/messageview.c
3340         * src/mimeview.c
3341         * src/prefs_actions.c
3342         * src/prefs_common.c
3343         * src/prefs_common.h
3344         * src/prefs_customheader.c
3345         * src/prefs_display_header.c
3346         * src/prefs_filtering.c
3347         * src/prefs_filtering_action.c
3348         * src/prefs_gtk.c
3349         * src/prefs_matcher.c
3350         * src/prefs_summary_column.c
3351         * src/prefs_template.c
3352         * src/sourcewindow.c
3353         * src/summary_search.c
3354         * src/summaryview.c
3355         * src/textview.c
3356         * src/gtk/about.c
3357         * src/gtk/description_window.c
3358         * src/gtk/gtkshruler.c
3359         * src/gtk/gtkutils.c
3360         * src/gtk/gtkutils.h
3361         * src/gtk/inputdialog.c
3362         * src/gtk/logwindow.c
3363         * src/gtk/prefswindow.c
3364         * src/gtk/progressdialog.c
3365         * src/gtk/progressdialog.h
3366                 first part of initial sync with main-gtk2
3367                 (more to follow)
3368
3369 2005-01-28 [colin]      1.0.0cvs23.1
3370
3371         * src/folderview.c
3372                 Sync with HEAD
3373
3374 2005-01-27 [colin]      1.0.0cvs21.1
3375
3376         * src/folder.c
3377         * src/folderview.c
3378                 Sync with HEAD
3379
3380 2005-01-27 [colin]      1.0.0cvs19.1
3381
3382         * src/procmime.c
3383                 Sync with HEAD
3384
3385 2005-01-27 [colin]      1.0.0cvs18.1
3386
3387         * src/messageview.c
3388         * src/summaryview.c
3389         * src/mainwindow.c
3390         * src/compose.c
3391         * src/compose.h
3392         * src/procmsg.c
3393         * src/procmsg.h
3394         * src/toolbar.c
3395                 Sync with HEAD
3396
3397 2005-01-26 [paul]       1.0.0cvs15.2
3398
3399         * src/compose.c
3400                 compose_entries_set(): convert subject and body to
3401                 utf8 if necessary. patch by Felix Eckhofer
3402
3403 2005-01-26 [paul]       1.0.0cvs15.1
3404
3405         * configure.ac
3406         * src/common/template.c
3407                 sync with HEAD (fix memory leak)
3408
3409 2005-01-25 [paul]       1.0.0cvs14.1
3410
3411         * configure.ac
3412         * src/compose.c
3413                 sync with HEAD
3414
3415 2005-01-24 [colin]      1.0.0cvs13.1
3416
3417         * src/summaryview.c
3418                 Sync with HEAD
3419
3420 2005-01-24 [paul]       1.0.0cvs12.1
3421
3422         * configure.ac
3423         * src/messageview.c
3424         * src/mh.c
3425         * src/common/utils.c
3426                 sync with HEAD
3427
3428 2005-01-24 [colin]      1.0.0cvs11.1
3429
3430         * src/procheader.c
3431                 Sync with HEAD
3432
3433 2005-01-24 [colin]      1.0.0cvs10.1
3434
3435         * src/folderview.c
3436                 Sync with HEAD
3437
3438 2005-01-23 [colin]      1.0.0cvs9.1
3439
3440         * src/crash.c
3441                 Sync with HEAD
3442
3443 2005-01-22 [colin]      1.0.0cvs8.1
3444
3445         * src/summaryview.c
3446         * src/gtk/quicksearch.c
3447                 Sync with HEAD
3448
3449 2005-01-21 [colin]      1.0.0cvs7.1
3450
3451         * src/summaryview.c
3452                 Sync with HEAD
3453
3454 2005-01-21 [colin]      1.0.0cvs6.1
3455
3456         * src/summaryview.c
3457                 Sync with HEAD
3458
3459 2005-01-21 [colin]      1.0.0cvs5.1
3460
3461         * src/gtk/quicksearch.c
3462         * src/prefs_common.c
3463         * src/prefs_common.h
3464                 Sync with HEAD (recurse option)
3465
3466 2005-01-21 [colin]      1.0.0cvs4.1
3467
3468         * src/folder.h
3469         * src/folderview.c
3470         * src/folderview.h
3471         * src/summaryview.c
3472         * src/gtk/quicksearch.c
3473         * src/gtk/quicksearch.h
3474                 Sync with HEAD (recursive quicksearch)
3475
3476 2005-01-20 [colin]      1.0.0cvs3.4
3477
3478         * src/ssl_manager.c
3479                 Remove useless code
3480
3481 2005-01-20 [colin]      1.0.0cvs3.3
3482
3483         * src/ssl_manager.c
3484                 Fix leak, thanks to Alfons.
3485
3486 2005-01-20 [colin]      1.0.0cvs3.2
3487
3488         * src/ssl_manager.c
3489                 Port SSL certificate window to GTK2.
3490
3491 2005-01-20 [paul]       1.0.0cvs3.1
3492
3493         * ChangeLog.claws
3494         * configure.ac
3495         * src/addrindex.c
3496         * src/addrindex.h
3497                 sync with HEAD
3498
3499 2005-01-19 [colin]      1.0.0cvs2.2
3500
3501         * src/plugins/trayicon/trayicon.c
3502                 Fix freeze with gtk-2.6, the easy way
3503                 (signal blocking helpless there...)
3504                 Closes bug #668.
3505
3506 2005-01-19 [colin]      1.0.0cvs2.1
3507
3508         * src/mbox.c
3509         * src/mbox.h
3510         * src/mainwindow.c
3511         * src/summaryview.c
3512         * src/summaryview.h
3513                 Sync with HEAD
3514
3515 2005-01-19 [paul]       1.0.0cvs1.1
3516
3517         * configure.ac
3518         * po/de.po
3519         * po/es.po
3520         * po/fr.po
3521         * po/hr.po
3522         * po/it.po
3523         * po/ja.po
3524         * po/ko.po
3525         * po/pt_BR.po
3526         * po/ru.po
3527         * po/sk.po
3528         * po/sr.po
3529                 sync with HEAD (update translations)
3530
3531 2005-01-18 [colin]      1.0.0cvs0.1
3532
3533         * src/foldersel.c
3534                 Specify search column - patch by Alfons
3535
3536 2005-01-18 [colin]      0.9.13cvs36.3
3537
3538         * src/prefs_toolbar.c
3539                 Change Delete to Remove
3540         * src/prefs_fonts.c
3541                 GTK2 version and leak fixes
3542         * src/prefs_actions.c
3543                 Add stock buttons.
3544                 All patches by Alfons
3545
3546 2005-01-17 [colin]      0.9.13cvs36.2
3547
3548         * src/compose.c
3549                 Fix DnD inserting twice. While at it,
3550                 add DnD support for text/plain in the
3551                 body, and add support in the headers.
3552
3553 2005-01-16 [colin]      0.9.13cvs36.1
3554
3555         * ChangeLog
3556         * ChangeLog.jp
3557         * ChangeLog.claws
3558                 Sync with HEAD (nothing applicable)
3559
3560 2005-01-16 [colin]      0.9.13cvs33.2
3561
3562         * src/prefs_toolbar.c
3563                 GTK2ize prefs_toolbar, by Alfons.
3564
3565 2005-01-14 [colin]      0.9.13cvs33.1
3566
3567         * src/html.c
3568         * src/msgcache.c
3569                 Sync with HEAD
3570
3571 2005-01-14 [colin]      0.9.13cvs32.1
3572
3573         * src/html.c
3574         * src/html.h
3575         * src/msgcache.c
3576         * AUTHORS
3577         * tools/calypso_convert.pl
3578                 Sync with HEAD
3579
3580 2005-01-08 [colin]      0.9.13cvs29.2
3581
3582         * src/prefs_filtering_action.c
3583         * src/prefs_filtering.c
3584                 2 more gtk2 patches by Alfons
3585
3586 2005-01-07 [paul]       0.9.13cvs29.1
3587
3588         * ChangeLog
3589         * ChangeLog.claws
3590         * ChangeLog.jp
3591         * configure.ac
3592         * src/pop.c
3593         * src/pop.h
3594                 sync with HEAD
3595
3596 2005-01-07 [colin]      0.9.13cvs28.3
3597
3598         * src/gtk/progressdialog.c
3599         * src/gtk/progressdialog.h
3600         * src/inc.c
3601         * src/send_message.c
3602                 GTK2 for the incorporation dialog. The CList isn't dead
3603                 yet, for a more smooth migration. Patch by Alfons.
3604
3605 2005-01-06 [colin]      0.9.13cvs28.2
3606
3607         * src/prefs_display_header.c
3608                 GTK2 conversion by Alfons
3609         * src/prefs_actions.c
3610         * src/prefs_matcher.c
3611                 Fix 2 leaks - patch by Alfons
3612
3613 2005-01-06 [colin]      0.9.13cvs28.1
3614
3615         * src/prefs_matcher.c
3616                 Sync with HEAD
3617
3618 2005-01-06 [colin]      0.9.13cvs27.4
3619
3620         * src/prefs_matcher.c
3621                 Fix double-free. Patch by Alfons
3622
3623 2005-01-06 [colin]      0.9.13cvs27.3
3624
3625         * src/prefs_matcher.c
3626                 GTK2 widgets + memleak
3627                 Patch by Alfons
3628
3629 2005-01-05 [colin]      0.9.13cvs27.2
3630
3631         * src/account.c
3632         * src/addr_compl.c
3633         * src/foldersel.c
3634         * src/stock_pixmap.c
3635         * src/stock_pixmap.h
3636                 3 more GTK2 patches by Alfons.
3637
3638 2005-01-04 [colin]      0.9.13cvs27.1
3639
3640         * src/folderview.c
3641         * src/imap_gtk.c
3642         * src/news_gtk.c
3643                 Sync with HEAD
3644
3645 2005-01-04 [colin]      0.9.13cvs25.9
3646
3647         * src/compose.c
3648                 Fix Show Ruler menuitem
3649         * src/prefs_template.c
3650                 Convert to GTK2
3651         * src/common/utils.c
3652                 Make auto pointer stuff handles NULLs
3653                 Patches by Alfons.
3654
3655 2005-01-04 [colin]      0.9.13cvs25.8
3656
3657         * src/compose.c
3658                 Move the attachment list to gtk2
3659                 Patch by Alfons.
3660
3661 2005-01-04 [colin]      0.9.13cvs25.7
3662
3663         * src/textview.c
3664                 Make some keys work again
3665                 Patch by SungHyun Nam <namsh@kldp.org>
3666
3667 2005-01-04 [colin]      0.9.13cvs25.6
3668
3669         * src/gtk/gtkshruler.c
3670                 Move the ruler to GTK2
3671                 Patch by Alfons
3672
3673 2005-01-03 [colin]      0.9.13cvs25.5
3674
3675         * src/compose.c
3676                 Fix my broken patch apply 
3677
3678 2005-01-03 [colin]      0.9.13cvs25.4
3679
3680         * src/common/utils.c
3681         * src/common/utils.h
3682         * src/gtk/prefswindow.c
3683                 Move auto pointer stuff to utils.c