credit it
[claws.git] / ChangeLog
1 2006-09-01 [paul]       2.4.0cvs120
2
3         * src/folderview.c
4         * src/folderview.h
5         * src/imap.c
6         * src/mainwindow.c
7         * src/summaryview.c
8                 obey the 'When entering folder...' option
9                 when using the /View/Go to/... menu items
10                 Thanks to Colin
11
12 2006-08-31 [colin]      2.4.0cvs119
13
14         * src/folderview.c
15                 Revert 2.4.0cvs116, wrong fix.
16
17 2006-08-31 [colin]      2.4.0cvs118
18
19         * src/gtk/gtksctree.c
20                 Better state the various copyrights
21
22 2006-08-31 [colin]      2.4.0cvs117
23
24         * src/prefs_common.c
25                 fix enable_dotted_lines
26
27 2006-08-31 [colin]      2.4.0cvs116
28
29         * src/folderview.c
30                 Use pref "Always open on select" when going
31                 to next unread folder
32         * src/gtk/gtksctree.c
33                 Fix link failure to _gtk_clist_create_cell_layout
34                 on certain computers. (Why not mine, I wonder)
35
36 2006-08-31 [colin]      2.4.0cvs115
37
38         * src/procmsg.c
39         * src/textview.c
40         * src/plugins/bogofilter/bogofilter.c
41         * src/plugins/spamassassin/spamassassin.c
42                 Requalify some "errors" to warnings
43         * src/mainwindow.c
44         * src/mainwindow.h
45         * src/statusbar.c
46                 Add an icon in the statusbar to notify
47                 of errors
48         * src/gtk/gtksctree.c
49         * src/folderview.c
50         * src/summaryview.c
51                 Make the GtkSCTree look more modern by
52                 alternating background lines
53         * src/prefs_common.c
54         * src/prefs_common.h
55                 Add a pref to let people have the old
56                 way if they prefer
57
58
59 2006-08-30 [colin]      2.4.0cvs114
60
61         * src/procmsg.c
62         * src/procmsg.h
63                 Provide a way to filter a list of
64                 messages in an optimised manner, and
65                 add a list-filtering hook
66         * src/folder.c
67         * src/inc.c
68         * src/mbox.c
69                 Use the list filtering
70         * src/plugins/bogofilter/bogofilter.c
71                 Use the list-filtering hook
72                 Use -b (bulk) mode for more speed
73                 when learning and filtering
74         * src/etpan/imap-thread.c
75                 Make log output shorter in UID SEARCH
76
77
78 2006-08-30 [colin]      2.4.0cvs113
79
80         * src/plugins/bogofilter/bogofilter.c
81                 Really fast mass learning - thanks to David
82                 Relson for the options explanations :)
83
84 2006-08-30 [colin]      2.4.0cvs112
85
86         * src/msgcache.c
87                 Fix compilation on FreeBSD. Thanks
88                 to Michael Hugues
89
90 2006-08-29 [colin]      2.4.0cvs111
91
92         * src/folderview.c
93                 Handle "popup_menu" signal (for popping the 
94                 menu via the keyboard)
95         * src/mimeview.c
96         * src/mimeview.h
97         * src/summaryview.c
98         * src/textview.c
99         * src/gtk/gtkutils.c
100         * src/gtk/gtkutils.h
101                 Factorize scrolling code, and add an API 
102                 for MimeViewers to handle scroll orders
103
104 2006-08-29 [wwp]        2.4.0cvs110
105
106         * src/plugins//bogofilter/bogofilter.c
107         * src/plugins//spamassassin/spamassassin.c
108                 make the bogofilter/spamassassin filtering error dialogs at
109         incorporation obey to the "don't popup error dialog on
110         receive error" option. If disabled, feed the log window w/
111         the error message.
112
113 2006-08-29 [paul]
114
115         2.5.0-rc2 released
116
117 2006-08-29 [paul]       2.4.0cvs109
118
119         * Makefile.am
120                 remove 'make release', it's not needed
121                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
122
123 2006-08-29 [paul]       2.4.0cvs108
124
125         * src/foldersel.c
126         * src/summary_search.c
127         * src/gtk/progressdialog.c
128         * src/plugins/pgpcore/passphrase.c
129                 replace deprecated gtk_window_set_policy()
130
131 2006-08-29 [colin]      2.4.0cvs107
132
133         * src/folder.c
134                 Fix data loss when copy fails during a move:
135                 only use fast remove_msgs if everything was
136                 copied OK; else use slow remove_msg on the
137                 mails that got copied only.
138
139 2006-08-28 [paul]       2.4.0cvs106
140
141         * src/mh.c
142                 revert change in 2.4.0cvs104, it breaks
143                 stuff
144
145 2006-08-28 [paul]       2.4.0cvs105
146
147         * src/plugins/spamassassin/spamassassin.c
148                 english fix
149
150 2006-08-28 [paul]       2.4.0cvs104
151
152         * src/mh.c
153                 fix data loss when moving to another
154                 mailbox fails
155         * src/prefs_spelling.c
156                 improve the english
157         * src/gtk/pluginwindow.c
158                 improve the layout of the dialog text
159         All thanks to Colin
160
161 2006-08-28 [paul]       2.4.0cvs103
162
163         * src/plugins/bogofilter/bogofilter.c
164         * src/plugins/bogofilter/bogofilter_gtk.c
165                 fix english up a bit, innit
166
167 2006-08-28 [paul]       2.4.0cvs102
168
169         * configure.ac
170         * po/Makefile.in.in
171         * po/Makevars
172                 require autoconf 2.60, enabling building
173                 with gettext 0.15 (gettext 0.14.x build still
174                 possible). Replace Makefiles with versions
175                 from gettext 0.15.
176                 Remove configure options --with-localedir and
177                 --with-mandir. The options that are provided
178                 directly by autoconf 2.60 can be used instead:
179                 --mandir --localedir
180
181 2006-08-27 [colin]      2.4.0cvs101
182
183         * src/plugins/bogofilter/Makefile.am
184                 Fix make dist (no README)
185
186 2006-08-27 [colin]      2.4.0cvs100
187
188         * src/folder.c
189                 Don't use F_UNKNOWN folders for any default
190                 outbox/trash/etc
191         * src/plugins/bogofilter/bogofilter.c
192         * src/plugins/bogofilter/bogofilter.h
193         * src/plugins/bogofilter/bogofilter_gtk.c
194                 Add an option to specify the path to bogofilter
195                 Use single-quotes to be able to learn in folders
196                 with spaces in their names
197                 Verify learning status
198
199 2006-08-27 [colin]      2.4.0cvs99
200
201         * manual/faq.xml
202         * manual/plugins.xml
203                 Document Bogofilter plugin
204
205 2006-08-27 [colin]      2.4.0cvs98
206
207         * src/compose.c
208         * src/messageview.c
209         * src/procmsg.c
210         * src/procmsg.h
211                 When possible, copy the queued mail to sent folder
212                 instead of re-adding. Much faster on IMAP.
213
214 2006-08-27 [colin]      2.4.0cvs97
215
216         * src/msgcache.c
217                 Disable mmaped caches - huge metadata loss
218                 here after a power failure.
219         * src/summaryview.c
220                 Add quicksearch timing
221         * src/common/plugin.c
222         * src/common/plugin.h
223                 Implement an interface to tell what plugins
224                 provide. Prevent loading of similar plugins.
225         * src/plugins/clamav/clamav_plugin.c
226         * src/plugins/demo/demo.c
227         * src/plugins/dillo_viewer/dillo_viewer.c
228         * src/plugins/pgpcore/plugin.c
229         * src/plugins/pgpinline/pgpinline.c
230         * src/plugins/pgpmime/pgpmime.c
231         * src/plugins/spamassassin/spamassassin.c
232         * src/plugins/trayicon/trayicon.c
233                 Implement plugin_provides()
234
235 2006-08-27 [colin]      2.4.0cvs96
236
237         * configure.ac
238         * src/plugins/Makefile.am
239         * src/plugins/bogofilter/.cvsignore
240         * src/plugins/bogofilter/Makefile.am
241         * src/plugins/bogofilter/bogofilter.c
242         * src/plugins/bogofilter/bogofilter.h
243         * src/plugins/bogofilter/bogofilter_gtk.c
244                 New Bogofilter plugin, provides filtering and
245                 learning. Spamassassin will go to extra plugins.
246
247 2006-08-26 [mones]      2.4.0cvs95
248
249         * manual/handling.xml
250                 Fix subfolder path in the example (thanks to Paul) 
251
252 2006-08-26 [mones]      2.4.0cvs94
253
254         * manual/glossary.xml
255                 2.2. + add ISP to the glossary
256                 7.5. + Add UIDL to glossary
257                 7.7. + Add TCP to glossary
258         * manual/handling.xml
259                 7.1. + Mentions GNU/Linux distribution, what about the non...
260                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
261                 7.3. + Mentions .bashrc, what about the non-bash ones? 
262                 7.4. = Use appropriate quotation for commands
263                 7.6. = change "" to <quote></quote>
264         * manual/plugins.xml
265                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
266         * manual/starting.xml
267                 2.1. + local mbox file: some examples of mbox file locations...
268                 Also reformatted files requiring it
269
270 2006-08-26 [wwp]        2.4.0cvs93
271
272         * src/summary_search.c
273                 disable find buttons while summary search is running.
274
275 2006-08-25 [colin]      2.4.0cvs92
276
277         * src/folder.c
278         * src/folderutils.c
279         * src/mh.c
280         * src/procmsg.h
281         * src/summaryview.c
282                 Speed up MH moving, and add progressbar
283                 for MH deletion
284         * src/msgcache.c
285                 Write cache files using mmap() too
286
287 2006-08-25 [wwp]        2.4.0cvs91
288
289         * src/summaryview.c
290                 switch spam<->ham button when a message has been marked as spam or ham
291                 and is still selected. Thanks to Colin.
292
293 2006-08-25 [paul]       2.4.0cvs90
294
295         * src/Makefile.am
296         * src/stock_pixmap.c
297         * src/stock_pixmap.h
298         * src/summaryview.c
299         * src/gtk/icon_legend.c
300         * src/pixmaps/copied.xpm
301         * src/pixmaps/moved.xpm
302                 add icons for delayed execution marked for
303                 copying, marked for moving
304
305 2006-08-25 [mones]      2.4.0cvs89
306
307         * manual/glossary.xml
308                 Fix the other glossary items:
309                 5.1. = Inmmediate execution -> <quote>immediate execution...
310                 5.2. = Fix MBOX capitalization -> Mbox
311                 5.3. + Improve Plugins def. w/ tech. ref.
312                 5.4. = Quotation -> replace '>' by <quote>></quote>
313                 5.5. - SMTP Server. -> remove dot
314         * po/es.po
315                 Updated translation
316
317 2006-08-25 [mones]      2.4.0cvs88
318
319         * manual/ack.xml
320                 Reformatted, changed email address
321         * manual/glossary.xml
322                 Reformatted, fixed MANUAL-TODO items:
323                 8.2. + add ROT-13 to glossary
324                 8.4. + add URL to glossary
325         * manual/es/advanced.xml
326                 Fixed <literal>s
327
328 2006-08-25 [paul]       2.4.0cvs87
329
330         * src/gtk/icon_legend.c
331                 add 'marked for deletion' icon
332                 arrange icons by containing column
333                 wrap long label text
334
335 2006-08-25 [colin]      2.4.0cvs86
336
337         * src/common/utils.c
338         * src/common/utils.h
339                 Add the sc_g_*list_bigger functions in
340                 a place everyone can use it
341         * src/summaryview.c
342                 Only freeze/thaw the list when working
343                 on the selection, if it's bigger than 1
344         * src/gtk/gtksctree.c
345                 Only freeze/thaw the list when unselec-
346                 ting 'all' if ('all' != 1)
347                 This avoids some flickering
348
349 2006-08-24 [colin]      2.4.0cvs85
350
351         * src/addressbook.c
352                 Fix strange list selection
353                 Fix random seg (Invalid read of freed memory)
354
355 2006-08-24 [colin]      2.4.0cvs84
356
357         * src/alertpanel.c
358         * src/gtk/inputdialog.c
359         * src/plugins/pgpcore/passphrase.c
360                 Revert minimal width patch of 2.4.0cvs67,
361                 as it is also a maximal width. Use 
362                 gtk_window_set_default_size instead.
363
364 2006-08-24 [colin]      2.4.0cvs83
365
366         * src/msgcache.c
367                 Write cache/mark to temp files before
368                 overwriting old ones (avoids metadata
369                 loss if writing the new files fail).
370                 Use mmap() to read cache/mark file, as
371                 this makes cache reading faster. Dis-
372                 abled for big-endian machines until it
373                 can be tested. (Big-endian users: set
374                 msgcache_use_mmap = TRUE in the relevant
375                 #if).
376         * src/procmsg.h
377                 Move rarely used fields of MsgInfo in 
378                 another structure, which will only be
379                 allocated if needed. Face, X-Face,
380                 Return receipt headers and List-*
381                 headers are moved. Mails having none
382                 of these occupy 52 bytes less with
383                 this patch, which makes 2.5MB of RAM
384                 saved on a 50k folder).
385         * src/headerview.c
386         * src/mainwindow.c
387         * src/messageview.c
388         * src/partial_download.c
389         * src/procheader.c
390         * src/procmsg.c
391         * src/textview.c
392                 Follow this structure change.
393
394 2006-08-24 [wwp]        2.4.0cvs82
395
396         * manual/es/.cvsignore
397         * manual/es/dist/.cvsignore
398         * manual/es/dist/html/.cvsignore
399         * manual/es/dist/pdf/.cvsignore
400         * manual/es/dist/ps/.cvsignore
401         * manual/es/dist/txt/.cvsignore
402                 more (generated) files to ignore.
403
404 2006-08-24 [colin]      2.4.0cvs81
405
406         * src/folder.c
407         * src/mh.c
408                 Fix possible problems with local delivery. Check the folder doesn't
409                 need scan before setting its mtime when saving cache (which can be
410                 done long after the folder's been modified by an external process);
411                 Check that the stored item's mtime didn't change in mh functions.
412
413 2006-08-24 [mones]      2.4.0cvs80
414
415         * manual/advanced.xml
416                 Rewrapping, some fixes and MANUAL-TODO items:
417                 8.1. = change "" to <quote></quote>
418                 8.3. = quote menu items
419                 8.5. - deploying -> new user ... ideally a new user (redundant)
420
421 2006-08-23 [colin]      2.4.0cvs79
422
423         * src/gtk/gtksctree.c
424                 When selecting or deselecting range, only
425                 freeze/thaw when selection is bigger than 10
426
427 2006-08-23 [colin]      2.4.0cvs78
428
429         * src/messageview.c
430         * src/mimeview.c
431         * src/mimeview.h
432         * src/plugins/dillo_viewer/dillo_viewer.c
433                 Provide an API for MimeViewer plugins to
434                 return a text selection for replying
435
436 2006-08-23 [colin]      2.4.0cvs77
437
438         * src/image_viewer.c
439         * src/textview.c
440                 Use gtk_pixbuf_new_from_file_at_scale(), which
441                 is faster than getting the pixbuf then resizing
442                 it.
443
444 2006-08-23 [colin]      2.4.0cvs76
445
446         * src/procmime.c
447                 UTF-8 should be sent Quoted-printable
448
449 2006-08-22 [colin]      2.4.0cvs75
450
451         * src/mh.c
452                 Check if scan is required before touching
453                 the folder (or it'll be required every time)
454
455 2006-08-22 [colin]      2.4.0cvs74
456
457         * configure.ac
458                 Require libetpan 0.46 (crasher fix when built
459                 against gnutls)
460
461 2006-08-22 [colin]      2.4.0cvs73
462
463         * src/folder.c
464                 Set folder's mtime after writing its
465                 cache
466         * src/folderview.c
467                 Add some timing
468         * src/procmsg.c
469                 Don't do useless stuff if we don't 
470                 thread by subject
471         * src/summaryview.c
472                 Add some timing, don't deselect prior
473                 to selecting (gtksctree does it itself),
474                 remove crash avoidance hacks as it's been
475                 properly fixed since a while
476         * src/common/utils.c
477                 Optimize to_human_readable(): _() is slow,
478                 do it only once, and avoid %f format for KB
479                 (the most common in a summaryview)
480         * src/gtk/gtksctree.c
481                 Don't uselessly freeze/thaw (fixes flicker
482                 on next unread and friends), reduce number
483                 of g_list_nth/g_list_position where possible
484         * src/gtk/gtkutils.c
485         * src/gtk/gtkutils.h
486                 Reduce number of g_list_nth/g_list_position
487                 where possible.
488                 All of this makes loading as 70k folder 2.1
489                 seconds instead of 3.2 (with hot FS caches).
490                 (1.3 seconds without Date and Size columns...)
491
492 2006-08-22 [paul]       2.4.0cvs72
493
494         wrap documents and do some items from mones' MANUAL-TODO:
495
496         * manual/account.xml
497                 4.1. = fix tabname references to <quote>tabname</quote>
498                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
499         * manual/faq.xml
500                 1.1. = mentioned options don't match UI
501                 Add information about the 'Never send Return Receipts'
502                 option
503         * manual/handling.xml
504                 6.2. = Mentions Extended symbols button, but now is
505                 named Information
506                 6.3. = Mentions ... button, which is now Edit
507
508 2006-08-22 [colin]      2.4.0cvs71
509
510         * src/gtk/pluginwindow.c
511                 Fix layout in verbose translations (such
512                 as french)
513
514 2006-08-22 [paul]       2.4.0cvs70
515
516         * manual/Makefile.am
517                 build manuals in alphabetical order
518         * src/addressbook.c
519         * src/prefs_themes.c
520                 replace/remove deprecated symbols
521         * src/gtk/gtkutils.c
522                 fix a warning
523         * src/gtk/pluginwindow.c
524                 replace deprecated symbol
525                 replace label text and move it
526         * src/plugins/pgpcore/prefs_gpg.c
527                 move the 'Generate...' button out of the
528                 Sign Key frame, replace the English used
529         * src/plugins/pgpcore/sgpgme.c
530                 fixes to the English
531
532 2006-08-21 [colin]      2.4.0cvs69
533
534         * src/plugins/trayicon/trayicon.c
535                 Add more strings for translation; patch
536                 by Pawel
537
538 2006-08-21 [colin]      2.4.0cvs68
539
540         * src/compose.c
541                 fix replied flag not set after drafting
542         * src/matcher.c
543                 fix body quicksearch in non-encoded bodies
544                 containing '='
545         * src/msgcache.c
546                 Get rid of the g_malloc workaround for
547                 corrupted caches, use g_try_malloc
548
549 2006-08-21 [colin]      2.4.0cvs67
550
551         * src/alertpanel.c
552         * src/gtk/inputdialog.c
553         * src/plugins/pgpcore/passphrase.c
554                 Set minimal width to 375
555         * src/mainwindow.c
556                 Fix switching to offline, asking if it 
557                 should be overriden for synchronising
558         * src/mimeview.c
559                 Don't offer to remember command on Open 
560                 with for text parts, as the browser or 
561                 text editor command isn't changed from 
562                 there
563
564 2006-08-20 [paul]       2.4.0cvs66
565
566         * po/ko.po
567         * po/zh_CN.po
568                 fix plural form errors. revealed by stricter
569                 checking of gettext 0.15
570
571 2006-08-18 [paul]       2.4.0cvs65
572
573         * src/stock_pixmap.c
574                 fix the fix of 2.4.0cvs64
575                 Thanks to Colin
576
577 2006-08-18 [paul]       2.4.0cvs64
578
579         * src/stock_pixmap.c
580                 fix leaks
581                 Thanks to Colin
582
583 2006-08-18 [paul]       2.4.0cvs63
584
585         * src/compose.c
586         * src/procmsg.c
587                 fix occasional IMAP bug where large msgs
588                 were left in the queue folder after sending
589                 Thanks to Colin
590
591 2006-08-18 [paul]       2.4.0cvs62
592
593         * src/folderview.c
594                 freeze the summaryview while quicksearch results
595                 are displayed
596                 (fixes bug 456 'current message is hidden when the
597                 view is refreshed and extended search is "unread 
598                 messages"')
599                 Thanks to Colin
600         * src/textview.c
601                 add missing #include "inputdialog.h"
602         * src/common/utils.h
603                 add missing mailcap_update_default() and improve
604                 readability
605
606 2006-08-17 [colin]      2.4.0cvs61
607
608         * src/plugins/pgpcore/select-keys.c
609                 Fix warnings :)
610
611 2006-08-17 [colin]      2.4.0cvs60
612
613         * src/compose.c
614                 Don't continue queuing if Cancel is clicked
615                 in select-keys
616
617 2006-08-17 [colin]      2.4.0cvs59
618
619         * src/plugins/pgpcore/select-keys.c
620                 When encrypting, if only one key matches and it 
621                 matches exactly, automatically use it.
622
623 2006-08-17 [colin]      2.4.0cvs58
624
625         * src/mimeview.c
626         * src/prefs_common.c
627         * src/prefs_common.h
628         * src/prefs_ext_prog.c
629         * src/textview.c
630                 Fix issues with previous patch (text/html)
631                 Remove outdated prefs
632
633 2006-08-17 [colin]      2.4.0cvs57
634
635         * src/imap.c
636                 Add View Log button on auth error
637         * src/procmsg.c
638                 Fix encrypted mail marked as new when
639                 saved in normal folders
640         * src/plugins/pgpinline/pgpinline.c
641                 Fix encrypt bug on IMAP
642         * src/mimeview.c
643         * src/common/utils.c
644         * src/common/utils.h
645         * src/gtk/inputdialog.c
646         * src/gtk/inputdialog.h
647                 Get rid of metamail stuff, simplify
648                 opening, and allow remembering of user's
649                 choices (by updating ~/.mailcap). There's
650                 still to drop "Audio player" and "Image
651                 viewer" preferences.
652
653 2006-08-17 [mones]      2.4.0cvs56
654
655         * manual/es/sylpheed-claws-manual.xml
656                 fix DTD path
657
658 2006-08-17 [mones]      2.4.0cvs55
659
660         * configure.ac
661         * manual/Makefile.am
662         * manual/es/Makefile.am
663         * manual/es/account.xml
664         * manual/es/ack.xml
665         * manual/es/addrbook.xml
666         * manual/es/advanced.xml
667         * manual/es/faq.xml
668         * manual/es/glossary.xml
669         * manual/es/gpl.xml
670         * manual/es/handling.xml
671         * manual/es/intro.xml
672         * manual/es/keyboard.xml
673         * manual/es/plugins.xml
674         * manual/es/starting.xml
675         * manual/es/sylpheed-claws-manual.xml
676         * manual/es/dist/Makefile.am
677         * manual/es/dist/html/Makefile.am
678         * manual/es/dist/pdf/Makefile.am
679         * manual/es/dist/ps/Makefile.am
680         * manual/es/dist/txt/Makefile.am
681                 Spanish translation for the manual
682
683 2006-08-16 [colin]      2.4.0cvs54
684
685         * src/compose.c
686         * src/main.c
687         * src/mainwindow.c
688                 Fix send button sensitivity at startup
689                 Set send menu sensitivity (patch by Fabien)
690         * src/ssl_manager.c
691                 Enable closing with esc (patch by Fabien)
692         * src/gtk/foldersort.c
693                 Enable closing with esc (patch by Fabien)
694         * src/procmime.c
695                 Optimisation (no need to copy to tempfile to
696                 "decode" 7bit and 8bit)
697         * src/summaryview.c
698                 Fix cruft in swap_from case
699         * src/textview.c
700                 Fix missing last line in some mail cases 
701                 (Fixes debian #381872)
702         * src/plugins/pgpcore/prefs_gpg.c
703         * src/plugins/pgpcore/sgpgme.c
704         * src/plugins/pgpcore/sgpgme.h
705                 Don't show "no key found" when user explicitely
706                 wants to create a key
707
708 2006-08-16 [paul]       2.4.0cvs53
709
710         * configure.ac
711         * src/account.c
712         * src/addressbook.c
713         * src/headerview.c
714         * src/prefs_account.c
715         * src/prefs_message.c
716         * src/gtk/gtkutils.c
717                 bump up minimum required versions of GTK+ and
718                 GLIB to 2.6.0
719
720 2006-08-16 [paul]       2.4.0cvs52
721
722         * src/toolbar.c
723                 workaround GTK+ Bug 351600 - 'Can't re-click
724                 on button after sensitivity update'
725                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
726                 Thanks to Colin
727
728 2006-08-15 [colin]      2.4.0cvs51
729
730         * src/plugins/pgpcore/prefs_gpg.c
731                 Set options sensitivity according to
732                 key existence
733         * src/plugins/pgpcore/sgpgme.c
734                 Allow to create key with no passphrase
735
736 2006-08-14 [cleroy]     2.4.0cvs50
737
738         * src/gtk/pluginwindow.c
739                 New layout (maybe to be changed?)
740         * src/gtk/gtkutils.c
741                 Fix a bit label_window
742         * src/plugins/pgpcore/passphrase.c
743         * src/plugins/pgpcore/passphrase.h
744         * src/plugins/pgpcore/plugin.c
745         * src/plugins/pgpcore/prefs_gpg.c
746         * src/plugins/pgpcore/prefs_gpg.h
747         * src/plugins/pgpcore/sgpgme.c
748         * src/plugins/pgpcore/sgpgme.h
749                 Allow to create a PGP private key via the GUI
750
751 2006-08-14 [wwp]        2.4.0cvs49
752
753         * src/addressbook_foldersel.c
754                 fix strict ISO C90 compliance.
755
756 2006-08-14 [paul]       2.4.0cvs48
757
758         * src/gtk/prefswindow.c
759                 re-set scrolled window on opening
760                 Patch by Ticho
761
762 2006-08-14 [paul]
763
764         2.5.0-rc1 released
765
766 2006-08-14 [paul]       2.4.0cvs47
767
768         * src/prefs_display_header.c
769                 re-enable user-defined Displayed Headers
770
771 2006-08-14 [paul]       2.4.0cvs46
772
773         * src/prefs_account.c
774                 use GTK_STOCK_EDIT
775
776 2006-08-13 [colin]      2.4.0cvs45
777
778         * src/common/utils.c
779                 Fix "a" in quote when the original message is empty,
780                 by using \0 instead of 'a' to test writability of
781                 temp files.
782
783 2006-08-13 [wwp]        2.4.0cvs44
784
785         * src/plugins/spamassassin/spamassassin.c
786                 fix capitalization of "SpamAssassin" in some debug, log and
787                 dialog messages.
788
789 2006-08-13 [paul]       2.4.0cvs43
790
791         * src/editldap.c
792                 fix overlapping widgets
793         * src/prefs_account.c
794                 fix translation of protocol_names[]
795                 fix label disappearing off the edge of the
796                 visible area
797
798 2006-08-12 [paul]       2.4.0cvs42
799
800         * manual/plugins.xml
801                 update IRC channel info before it gets forgotten
802                 about
803
804 2006-08-11 [colin]      2.4.0cvs41
805
806         * src/compose.c
807         * src/mainwindow.c
808         * src/mainwindow.h
809         * src/procmsg.c
810         * src/procmsg.h
811         * src/summaryview.c
812         * src/toolbar.c
813                 Grey out the Send button if
814                 - Queue folders are empty, or
815                 - We're sending already
816
817 2006-08-11 [wwp]        2.4.0cvs40
818
819         * src/main.c
820                 fix a logic issue when quitting while a compose window is
821                 still open, thanks to Colin.
822
823 2006-08-10 [colin]      2.4.0cvs39
824
825         * src/main.c
826                 Fix default font size setting after wizard run
827         * src/imap.c
828         * src/etpan/imap-thread.c
829         * src/etpan/imap-thread.h
830                 Fix bug #999 (Timing out on TSL cert validation 
831                 dialog makes ugly things happen). Also, STARTTLS
832                 unconditionnaly if initial capabilities contain
833                 LOGINDISABLED and STARTTLS.
834
835 2006-08-09 [colin]      2.4.0cvs38
836
837         * src/mainwindow.c
838         * src/mainwindow.h
839                 Fix Tools/Actions sensitivity when there are
840                 no actions
841
842 2006-08-09 [colin]      2.4.0cvs37
843
844         * src/prefs_filtering.c
845                 Warning fix, patch by Paul
846         * src/messageview.c
847         * src/prefs_actions.c
848         * src/prefs_filtering_action.c
849         * src/prefs_matcher.c
850                 Uniformisation of "Info ..." to "Info..." (for
851                 old gtk), patch by Fabien
852         * src/plugins/clamav/clamav_plugin_gtk.c
853                 Sensitivity fix by Fabien
854
855 2006-08-09 [colin]      2.4.0cvs36
856
857         * src/main.c
858         * src/main.h
859                 Add a function to know whether we're exiting
860         * src/plugins/trayicon/trayicon.c
861                 If exiting, don't do anything. Faster, and
862                 avoids gtk_main_iteration reentracy causing
863                 segfaults at exit
864
865 2006-08-09 [colin]      2.4.0cvs35
866
867         * src/messageview.c
868         * src/mimeview.c
869         * src/mimeview.h
870                 Fix lack of part selection when automatically 
871                 jumping to a specific part
872         * src/msgcache.c
873                 Little optimisation in cache reading
874
875 2006-08-09 [colin]      2.4.0cvs34
876
877         * src/compose.c
878                 Fix crash setting the priority on reedit
879                 (Accessing compose before creating it!)
880
881 2006-08-08 [colin]      2.4.0cvs33
882
883         * src/procmime.c
884                 Fix bug #998 (last attachment is not accessible)
885                 Bad RFC interpretation on multipart close-delimiters
886         * src/mimeview.c
887         * src/mimeview.h
888         * src/gtk/gtkvscrollbutton.c
889         * src/gtk/gtkvscrollbutton.h
890                 Make attachments list wheel-scrollable
891
892 2006-08-07 [colin]      2.4.0cvs32
893
894         * src/gtk/gtkaspell.c
895                 Fix bug #973 (Unicode punctation characters 
896                 are not recognized as separators by the
897                 spell checker); fix unsigned stuff
898
899 2006-08-07 [colin]      2.4.0cvs31
900
901         * src/compose.c
902                 Fix bug #956 (DnD text with accents in compose 
903                 text entry); fix gccc's signed/unsigned fuss
904
905 2006-08-06 [colin]      2.4.0cvs30
906
907         * src/main.c
908                 Fix bug #979 (Plugin crashes when exiting 
909                 sylpheed-claws) : handle exit request only 
910                 once
911
912 2006-08-05 [colin]      2.4.0cvs29
913
914         * src/news.c
915                 Just make sure we have a msgid.
916
917 2006-08-05 [colin]      2.4.0cvs28
918
919         * src/news.c
920         * src/summaryview.c
921                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
922                 by reimplementing it
923         * src/textview.c
924                 Fix bug when hiding quotes with level > 3 and quote
925                 colors are recycled
926
927 2006-08-04 [colin]      2.4.0cvs27
928
929         * src/compose.c
930         * src/undo.c
931         * src/undo.h
932                 Fix a bit replace-by-pasting undo
933         * src/mainwindow.c
934         * src/messageview.c
935                 Fix Fold quotes menu synchro in
936                 mainwindow when it changes in 
937                 messageview
938         * src/textview.c
939                 Fix right-click on quotes blocks
940         * src/common/utils.c
941                 Verify that the file created by
942                 my_tmpfile() is writable. Fixes
943                 bug #988 (very specific filesystem
944                 issue)
945         * src/plugins/pgpcore/sgpgme.c
946                 Fix file descriptor leak
947         * src/plugins/spamassassin/spamassassin.c
948                 Warn once if spamd isn't reachable
949
950 2006-08-04 [colin]      2.4.0cvs26
951
952         * src/toolbar.c
953                 i18n context patch by Fabien
954
955 2006-08-03 [colin]      2.4.0cvs25
956
957         * src/mainwindow.c
958         * src/messageview.c
959                 Rename "Hide quotes" to "Fold quotes"
960         * src/textview.c
961                 Don't use hand cursor on quotes. "all 
962                 the bonuses of the feature and none of 
963                 unwelcome side-effects"
964
965 2006-08-03 [colin]      2.4.0cvs24
966
967         * AUTHORS
968         * sylpheed-claws.desktop
969         * src/gtk/authors.h
970                 Bring the desktop file to XDG compliance
971                 Patch by Charles A. Edwards
972
973 2006-08-03 [colin]      2.4.0cvs23
974
975         * src/textview.c
976                 Fix links offset when they are preceded
977                 by accentued chars (g_utf8_strlen!)
978         * src/mainwindow.c
979                 Fix wrong status when starting offline
980
981
982 2006-08-03 [wwp]        2.4.0cvs22
983
984         * src/prefs_common.h
985                 ask what to do w/ filtering rules that belong to an account when
986                 applying filtering rules manually from the main window (skip,
987                 apply regardless of the account, use current account). This dialog
988                 can be skipped and the last reply used.
989                 (forgot that file)
990
991 2006-08-03 [wwp]        2.4.0cvs21
992
993         * src/filtering.c
994         * src/filtering.h
995         * src/prefs_common.c
996         * src/summaryview.c
997         * src/alertpanel.c
998         * src/alertpanel.h
999         * src/messageview.c
1000                 ask what to do w/ filtering rules that belong to an account when
1001                 applying filtering rules manually from the main window (skip,
1002                 apply regardless of the account, use current account). This dialog
1003                 can be skipped and the last reply used.
1004
1005
1006 2006-08-03 [colin]      2.4.0cvs20
1007
1008         * src/textview.c
1009                 Optimize previous patch
1010
1011 2006-08-03 [cleroy]     2.4.0cvs19
1012
1013         * src/textview.c
1014                 Fix quotes getting toggled back when the
1015                 mail has an even number of text parts
1016
1017 2006-08-02 [colin]      2.4.0cvs18
1018
1019         * src/messageview.c
1020                 Add Hide quotes menu
1021
1022 2006-08-02 [colin]      2.4.0cvs17
1023
1024         * src/mainwindow.c
1025         * src/prefs_common.c
1026         * src/textview.c
1027         * src/textview.h
1028         * src/gtk/about.c
1029                 Allow per-level quote hiding,
1030                 Allow toggling quotes by double-clicking them
1031                 Rename RemoteURI to ClickableText to reflect
1032                 the fact it's used for a variety of things
1033
1034 2006-08-02 [wwp]        2.4.0cvs16
1035
1036         * src/mainwindow.c
1037                 fix "View/Hide quotes" menu item status initialization.
1038
1039 2006-08-02 [wwp]        2.4.0cvs15
1040
1041         * src/matcher_parser_parse.y
1042                 remove a debug trace.
1043
1044 2006-08-02 [paul]       2.4.0cvs14
1045
1046         * src/plugins/pgpcore/passphrase.c
1047                 don't set initial dialog size
1048                 make it resizable
1049
1050 2006-08-02 [paul]       2.4.0cvs13
1051
1052         * src/noticeview.c
1053                 remove the rogue '/' character
1054
1055 2006-08-02 [paul]       2.4.0cvs12
1056
1057         * src/noticeview.c
1058                 allow buttons to resize as necessary
1059
1060 2006-08-01 [wwp]        2.4.0cvs11
1061
1062         * src/mbox.c
1063                 fix strict ISO C90 compliance.
1064
1065 2006-08-01 [wwp]        2.4.0cvs10
1066
1067         * tools/update-po
1068                 updated update-po tool to work w/ context-dependent translations.
1069                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1070
1071 2006-08-01 [wwp]        2.4.0cvs9
1072
1073         * src/matcher.c
1074         * src/prefs_filtering.c
1075         * src/prefs_matcher.c
1076                 allow context-dependent translations for "All",
1077                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1078
1079 2006-07-31 [colin]      2.4.0cvs8
1080
1081         * AUTHORS
1082         * src/gtk/authors.h
1083                 Add Rafal to authors
1084
1085 2006-07-31 [colin]      2.4.0cvs7
1086
1087         * src/compose.c
1088         * src/mainwindow.c
1089         * src/messageview.h
1090         * src/prefs_common.c
1091         * src/prefs_common.h
1092         * src/textview.c
1093                 Add 'View/Hide quotes'. Patch based on a patch
1094                 by Rafal Weglarz
1095
1096 2006-07-31 [colin]      2.4.0cvs6
1097
1098         * src/action.c
1099                 Fix problem with "> stuff >" actions
1100
1101 2006-07-31 [paul]       2.4.0cvs5
1102
1103         * po/nb.po
1104                 updated by Geir Helland
1105
1106 2006-07-31 [wwp]        2.4.0cvs4
1107
1108         * src/mainwindow.c
1109         * src/summaryview.c
1110         * src/summaryview.h
1111                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1112                 thanks to Colin.
1113
1114 2006-07-31 [wwp]        2.4.0cvs3
1115
1116         * src/Makefile.am
1117         * src/addr_compl.c
1118         * src/addr_compl.h
1119         * src/addressbook.c
1120         * src/addressbook.h
1121         * src/addressbook_foldersel.c
1122         * src/addressbook_foldersel.h
1123         * src/addrindex.c
1124         * src/addrindex.h
1125         * src/matcher.c
1126         * src/matcher.h
1127         * src/matcher_parser_lex.l
1128         * src/matcher_parser_parse.y
1129         * src/prefs_common.c
1130         * src/prefs_common.h
1131         * src/prefs_filtering.c
1132         * src/prefs_matcher.c
1133         * src/prefs_matcher.h
1134         * src/summaryview.c
1135                 introduce filtering against the address book. It's now possible to add
1136                 matched conditions to determine if any email address in a message matches
1137                 or doesn't match any or all books or folders in the address book.
1138
1139 2006-07-31 [wwp]        2.4.0cvs2
1140
1141         * src/account.c
1142         * src/filtering.c
1143         * src/filtering.h
1144         * src/folder.c
1145         * src/folderview.c
1146         * src/inc.c
1147         * src/mainwindow.c
1148         * src/matcher.c
1149         * src/matcher_parser_lex.l
1150         * src/matcher_parser_parse.y
1151         * src/mbox.c
1152         * src/prefs_filtering.c
1153         * src/prefs_filtering.h
1154         * src/procmsg.c
1155         * src/procmsg.h
1156         * src/summaryview.c
1157                 introduce per-account filtering rules. Each filtering rule can now be assigned
1158                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1159                 when applying filtering rules manually, as all rules will apply - even the ones
1160                 assigned to an account. This issue will be addressed soon.
1161  
1162
1163
1164 2006-07-31 [wwp]        2.4.0cvs1
1165
1166         * src/quote_fmt.c
1167                 make more strings translatable.
1168
1169 2006-07-31 [paul]       2.4.0
1170
1171         2.4.0 released
1172
1173 2006-07-31 [paul]       2.3.1cvs91
1174
1175         * po/ca.po
1176                 updated by Miquel Oliete
1177
1178 2006-07-31 [paul]       2.3.1cvs90
1179
1180         * po/de.po
1181         * po/el.po
1182         * po/fr.po
1183         * po/it.po
1184         * po/pl.po
1185         * po/pt_BR.po
1186         * po/sr.po
1187         * po/zh_CN.po
1188                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1189                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1190                 Aleksandar Urosevic, and Ralgh Young
1191
1192 2006-07-31 [paul]       2.3.1cvs89
1193
1194         * src/account.c
1195         * src/main.c
1196         * src/mainwindow.c
1197         * src/mainwindow.h
1198                 Fix a race condition when, after an SC crash, rescanning
1199                 folders took more than 0.5 seconds
1200                 Thanks to Colin
1201
1202 2006-07-31 [paul]       2.3.1cvs88
1203
1204         * src/folderview.c
1205                 don't translate separator strings
1206
1207 2006-07-30 [mones]      2.3.1cvs87
1208
1209         * doc/man/sylpheed-claws.1
1210                 Fixed non-ASCII chars in Hoa's name
1211         * po/es.po
1212                 Updated for release
1213
1214 2006-07-27 [colin]      2.3.1cvs86
1215
1216         * src/textview.c
1217                 Don't include the leading \n in links
1218                 Patch by Fabien
1219
1220 2006-07-25 [colin]      2.3.1cvs85
1221
1222         * src/mainwindow.c
1223         * src/common/socket.h
1224         * src/etpan/imap-thread.c
1225                 Refresh resolvers before connecting
1226                 to IMAP servers, and after switching
1227                 to online. Thanks to Paul.
1228
1229 2006-07-18 [colin]
1230
1231         * 2.4.0-rc4 released
1232
1233 2006-07-17 [colin]      2.3.1cvs84
1234
1235         * src/inc.c
1236                 Show connection attempt in statusbar before
1237                 connecting (previously first message was
1238                 "Retrieving messages from ..." after the
1239                 connection succeeded.
1240
1241 2006-07-16 [wwp]        2.3.1cvs83
1242
1243         * sylpheed-claws.ico
1244                 Added .ico file (windows multi-size icon file, generated).
1245
1246 2006-07-12 [wwp]        2.3.1cvs82
1247
1248         * src/messageview.c
1249                 remove Message/Re-edit menu entry from messageview window,
1250                 as sent/draft/queued messages are opened in compose window when
1251                 re-edited and it's not possible to re-edit other msgs.
1252
1253 2006-07-12 [paul]       2.3.1cvs81
1254
1255         * AUTHORS
1256         * src/mainwindow.c
1257         * src/gtk/authors.h
1258                 check online state before resetting
1259                 mailcheck timer. Useful if some program
1260                 verifies connection state and updates
1261                 Claws.
1262                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
1263
1264 2006-07-12 [paul]       2.3.1cvs80
1265
1266         * sylpheed-claws-128x128.png
1267         * sylpheed-claws-64x64.png
1268         * sylpheed-claws.png
1269         * src/Makefile.am
1270         * src/main.c
1271         * src/prefs_toolbar.c
1272         * src/stock_pixmap.c
1273         * src/stock_pixmap.h
1274         * src/wizard.c
1275         * src/gtk/about.c
1276         * src/gtk/gtkutils.c
1277         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
1278         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
1279         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
1280         * src/pixmaps/sylpheed.xpm              ** REMOVED **
1281         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
1282         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
1283                 updated and renamed logo/icon files and related
1284                 logo by Jesper Schultz
1285
1286 2006-07-11 [paul]       2.3.1cvs79
1287
1288         * src/main.c
1289                 fix the labels a smidgin
1290
1291 2006-07-09 [colin]      2.3.1cvs78
1292
1293         * src/textview.c
1294                 Show errors in textviewer's command
1295                 Patch by H. Merijn Brand
1296
1297 2006-07-09 [colin]      2.3.1cvs77
1298
1299         * src/compose.c
1300                 Save FMID in drafts too
1301
1302 2006-07-08 [colin]      2.3.1cvs76
1303
1304         * src/compose.c
1305                 Svae RMID in drafted mails too
1306                 Save quote_fmt vars for whole mails,
1307                 don't reset at each quote_fmt_init:
1308                 allows to use the same |i{var} in
1309                 various template fields
1310         * src/prefs_template.c
1311         * src/quote_fmt.h
1312         * src/quote_fmt_parse.y
1313                 Same
1314
1315 2006-07-08 [colin]      2.3.1cvs75
1316
1317         * src/textview.c
1318                 Fix highlighting of attached parts URIs
1319
1320 2006-07-08 [colin]      2.3.1cvs74
1321
1322         * src/main.c
1323                 Prevent bug #981 (sc 2.3.1 segfaults with 
1324                 gtk+ 2.10) from being reported again:
1325                 if Sylpheed-Claws has been compiled against
1326                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
1327                 of if Sylpheed-Claws has been compiled against
1328                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
1329                 error out.
1330
1331 2006-07-07 [colin]      2.3.1cvs73
1332
1333         * src/prefs_actions.c
1334                 Fix label
1335
1336 2006-07-07 [colin]      2.3.1cvs72
1337
1338         * src/prefs_actions.c
1339                 Fix compile on gtk < 2.8. argh :)
1340
1341 2006-07-07 [paul]       2.3.1cvs71
1342
1343         * src/common/defs.h
1344                 update DONATE_URI
1345
1346 2006-07-07 [colin]      2.3.1cvs70
1347
1348         * po/POTFILES.in
1349         * src/quote_fmt.c
1350         * src/quote_fmt_lex.l
1351         * src/quote_fmt_parse.y
1352                 Add |i{var}, a way to insert user-entered
1353                 text in a template
1354
1355 2006-07-07 [colin]
1356
1357         * 2.4.0-rc3 released
1358
1359 2006-07-07 [colin]      2.3.1cvs69
1360
1361         * src/folder.c
1362                 Don't consider inboxes of UNKNOWN folder 
1363                 classes to be useable as default inboxes
1364
1365 2006-07-07 [paul]       2.3.1cvs68
1366
1367         * src/textview.c
1368                 add missing #include <errno.h>
1369                 Thanks to René J. Blokland
1370
1371 2006-07-07 [paul]       2.3.1cvs67
1372
1373         * src/action.c
1374                 Return now Closes dialog
1375         * src/mimeview.c
1376         * src/mimeview.h
1377         * src/textview.c
1378                 add contextual menu to mime parts listed
1379                 in the textview
1380                 Thanks to Colin
1381         * src/common/utils.c
1382                 reversal: ' is a valid character in URLs
1383
1384 2006-07-06 [colin]      2.3.1cvs66
1385
1386         * src/remotefolder.h
1387                 Forgotten in previous commit
1388
1389 2006-07-06 [colin]      2.3.1cvs65
1390
1391         * src/folder.c
1392                 Set summary update flag whenever
1393                 totals changed
1394         * src/imap.c
1395         * src/prefs_account.c
1396         * src/common/utils.h
1397         * src/etpan/imap-thread.c
1398                 Fix warnings, thanks to Fabien and
1399                 Ricardo
1400
1401 2006-07-06 [wwp]        2.3.1cvs64
1402
1403         * src/gtk/gtkutils.c
1404                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
1405
1406 2006-07-06 [wwp]        2.3.1cvs63
1407
1408         * src/account.c
1409         * src/addressbook.c
1410         * src/addressitem.h
1411         * src/folderview.c
1412         * src/mainwindow.c
1413         * src/manual.c
1414         * src/manual.h
1415         * src/message_search.c
1416         * src/prefs_actions.c
1417         * src/prefs_filtering.c
1418         * src/prefs_filtering.h
1419         * src/prefs_template.c
1420         * src/summary_search.c
1421         * src/summaryview.c
1422         * src/gtk/gtkutils.c
1423         * src/gtk/gtkutils.h
1424         * src/gtk/pluginwindow.c
1425                 add help buttons to some dialogs. Clicking such buttons opens a
1426                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
1427
1428 2006-07-06 [paul]       2.3.1cvs62
1429
1430         * src/textview.c
1431                 fix attachments contextual menu
1432                 Thanks to Colin
1433
1434 2006-07-05 [colin]      2.3.1cvs61
1435
1436         * src/textview.c
1437         * src/compose.c
1438                 Handle sftp:// links
1439
1440 2006-07-05 [paul]       2.3.1cvs60
1441
1442         * src/gtk/filesel.c
1443                 grab save button by default
1444                 Thanks to Colin
1445
1446 2006-07-05 [wwp]        2.3.1cvs59
1447
1448         * manual/xml2pdf
1449                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
1450
1451 2006-07-04 [colin]      2.3.1cvs58
1452
1453         * src/mimeview.c
1454         * src/textview.c
1455                 Use left click to select, middle click to open
1456                 on mimeparts links
1457         * src/common/utils.c
1458                 Fix segfault
1459
1460 2006-07-04 [colin]      2.3.1cvs57
1461
1462         * src/mainwindow.c
1463         * src/news.c
1464                 Warning fixes, thanks to Fabien
1465
1466 2006-07-04 [colin]      2.3.1cvs56
1467
1468         * src/mimeview.c
1469         * src/mimeview.h
1470         * src/textview.c
1471                 Allow parts to be selected via their text label
1472                 in textview
1473
1474 2006-07-04 [colin]      2.3.1cvs55
1475
1476         * src/folderview.c
1477                 Feedback when closing (for big folders)
1478         * src/prefs_actions.c
1479         * src/prefs_filtering.c
1480         * src/prefs_matcher.c
1481         * src/prefs_template.c
1482                 Fix default button when closing without
1483                 having saved
1484
1485 2006-07-04 [colin]      2.3.1cvs54
1486
1487         * src/news.c
1488                 Delete local file on deletion
1489
1490 2006-07-03 [colin]      2.3.1cvs53
1491
1492         * src/folderview.c
1493         * src/main.c
1494                 Don't freeze when rescanning after crash
1495
1496 2006-07-03 [wwp]        2.3.1cvs52
1497
1498         * src/compose.c
1499         * src/privacy.c
1500         * src/privacy.h
1501         * src/plugins/pgpinline/pgpinline.c
1502         * src/plugins/pgpmime/pgpmime.c
1503                 don't report an error when the user cancels the passphrase dialog.
1504
1505 2006-07-02 [colin]      2.3.1cvs51
1506
1507         * src/folderview.c
1508                 Open message when crossing folders with Space,
1509                 goto next unread and friends
1510
1511 2006-07-01 [colin]      2.3.1cvs50
1512
1513         * src/prefs_account.c
1514                 Typographic rules varying from language
1515                 to language (in french "Protocole :"),
1516                 we have to do that :)
1517
1518 2006-07-01 [ticho]      2.3.1cvs49
1519
1520         * src/prefs_account.c
1521                 Only use one temporary gchar* variable in
1522                 prefs_account_protocol_set_optmenu().
1523
1524 2006-07-01 [ticho]      2.3.1cvs48
1525
1526         * src/prefs_account.c
1527         * src/prefs_account.h
1528                 Use GtkLabel for existing account protocol name.
1529                 Created an array for protocol names and populate the
1530                 combobox from it in a for() cycle.
1531
1532 2006-06-30 [colin]      2.3.1cvs47
1533
1534         * src/compose.c
1535                 Block undo when changing signature (by changing
1536                 account)
1537
1538 2006-06-30 [paul]       2.3.1cvs46
1539
1540         * src/send_message.c
1541                 when editing From in the Compose window, use that address
1542                 in the Return-Path: header
1543                 Thanks to Colin
1544
1545 2006-06-30 [colin]      2.3.1cvs45
1546
1547         * src/compose.c
1548                 Fix signature replacement:
1549                 - when no newline before separator
1550                 - when reediting
1551
1552 2006-06-29 [colin]      2.3.1cvs44
1553
1554         * src/folderview.c
1555         * src/folderview.h
1556         * src/mainwindow.c
1557         * src/summaryview.c
1558                 Let 'View/Go to/Next marked' work like
1559                 Next new & Next unread: across folders
1560                 Change the select_on_entry pref to do
1561                 what we want when changing folder
1562         * src/common/utils.c
1563                 Fix single-quoted links 
1564
1565 2006-06-29 [colin]      2.3.1cvs43
1566
1567         * src/gtk/gtkaspell.c
1568                 "Sylpheed" and "Sylpheed-Claws" do exist !
1569
1570 2006-06-29 [colin]      2.3.1cvs42
1571
1572         * src/imap.c
1573                 Forgot to remove debug
1574
1575 2006-06-29 [colin]      2.3.1cvs41
1576
1577         * src/imap.c
1578         * src/imap.h
1579         * src/mainwindow.c
1580                 Disconnect from IMAP servers when going
1581                 offline. Fixes bug #978 (going to offline-mode 
1582                 won't close connections)
1583
1584 2006-06-29 [colin]      2.3.1cvs40
1585
1586         * src/main.c
1587                 Fix transient setting on failing plugins
1588                 Patch by Fabien
1589         * src/plugins/pgpcore/sgpgme.c
1590                 Only warn for OpenPGP. Most people don't
1591                 have CMS available.
1592
1593 2006-06-29 [colin]      2.3.1cvs39
1594
1595         * src/compose.c
1596                 Fix Spelling menu (discrepancy between context menu
1597                 and top menu when folder's dictionary isn't the 
1598                 default one)
1599         * src/plugins/pgpcore/sgpgme.c
1600                 More error reporting about why gpgme can fail
1601
1602 2006-06-29 [wwp]        2.3.1cvs38
1603
1604         * src/mainwindow.c
1605                 honor the display-header-pane setting even when the message view
1606                 is a separate window.
1607
1608 2006-06-29 [wwp]        2.3.1cvs37
1609
1610         * src/prefs_actions.c
1611                 forgot to commit that one (use of GTK_STOCK_INFO).
1612
1613 2006-06-29 [colin]      2.3.1cvs36
1614
1615         * src/imap.c
1616                 Better handling of login errors (ask the password
1617                 again once), alert in case of error. Fix three
1618                 signedness warnings.
1619
1620 2006-06-28 [wwp]        2.3.1cvs35
1621
1622         * src/prefs_template.c
1623         * src/prefs_matcher.c
1624         * src/prefs_filtering_action.c
1625         * src/prefs_quote.c
1626                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1627                 patch by Fabien Vantard, slightly modified.
1628
1629 2006-06-28 [paul]
1630
1631         2.4.0-rc2 released
1632
1633 2006-06-28 [colin]      2.3.1cvs34
1634
1635         * src/prefs_account.c
1636                 Fix bug #977 (Can't add or edit imap accounts)
1637
1638 2006-06-28 [colin]      2.3.1cvs33
1639
1640         * src/mimeview.c
1641                 Fix previous
1642
1643 2006-06-28 [colin]      2.3.1cvs32
1644
1645         * src/mimeview.c
1646                 Save named inlined attachments with "Save all"
1647         * src/main.c
1648         * src/mbox.c
1649         * src/common/plugin.c
1650         * src/common/plugin.h
1651         * src/common/sylpheed.c
1652         * src/common/utils.c
1653         * src/plugins/pgpcore/sylpheed.def
1654         * src/plugins/pgpinline/sylpheed.def
1655         * src/plugins/pgpmime/sylpheed.def
1656                 Win32 compatibility patch, by
1657                 Werner Koch
1658
1659 2006-06-28 [wwp]        2.3.1cvs31
1660
1661         * src/imap.c
1662         * src/prefs_folder_item.c
1663                 less compilation warnings (thanks to Fabien Vantard), less typos.
1664
1665 2006-06-28 [paul]       2.3.1cvs30
1666
1667         * src/gtk/gtkutils.c
1668                 gtk_combo_box_set_focus_on_click() is only
1669                 available since gtk 2.6.0
1670
1671 2006-06-28 [paul]       2.3.1cvs29
1672
1673         * src/prefs_ext_prog.c
1674                 fix engrish and add a tooltip for the
1675                 'command for 'Display as text' option
1676
1677 2006-06-28 [paul]
1678
1679         2.4.0-rc1 released
1680
1681 2006-06-28 [paul]       2.3.1cvs28
1682
1683         * ChangeLog
1684         * tools/Makefile.am
1685                 include textviewer.pl in releases
1686
1687 2006-06-28 [paul]       2.3.1cvs27
1688
1689         * src/prefs_ext_prog.c
1690                 hide Print command option if libgnomeprint
1691                 support is present
1692
1693 2006-06-27 [colin]      2.3.1cvs26
1694
1695         * src/compose.c
1696                 Fix Esc handling in insert/attach dialog
1697                 Don't show this dialog if dragging something
1698                 else than text/uri-list
1699                 Thanks to Fabien Vantard
1700         * tools/textviewer.pl
1701                 Filter script to display stuff as text
1702                 by H. Merijn Brand
1703
1704 2006-06-27 [wwp]        2.3.1cvs25
1705
1706         * src/messageview.c
1707                 use the exact product name (message view title), patch
1708                 by Fabien Vantard.
1709
1710 2006-06-27 [ticho]      2.3.1cvs24
1711
1712         * src/prefs_account.c
1713         * src/prefs_common.c
1714         * src/prefs_common.h
1715         * src/prefs_ext_prog.c
1716         * src/textview.c
1717                 Add a preference (Preferences/External programs)
1718                 to allow "Display as text" to be done via a script
1719                 (patch by H.Merijn Brand).
1720                 Use GtkComboBox for protocol selection in account
1721                 preferences.
1722                 Only include current choice for existing accounts, and
1723                 insensitivize the combobox.
1724
1725 2006-06-27 [paul]       2.3.1cvs23
1726
1727         * src/mbox.c
1728                 fix crasher introduced in cvs21.
1729                 Thanks to Colin
1730
1731 2006-06-26 [colin]      2.3.1cvs22
1732
1733         * src/mbox.c
1734                 Fix double-frees when leaving folders
1735                 after exporting to mbox
1736
1737 2006-06-26 [colin]      2.3.1cvs21
1738
1739         * src/mbox.c
1740                 More feedback (and optimisation)
1741                 on import/export
1742         * src/common/utils.c
1743                 Fix case when looking for mail addresses
1744         * src/gtk/gtkutils.c
1745                 Extra check for (X-)Face
1746
1747 2006-06-25 [ticho]      2.3.1cvs20
1748
1749         * src/compose.c
1750         * src/exphtmldlg.c
1751         * src/gtk/gtkutils.c
1752         * src/gtk/gtkutils.h
1753                 Added second argument to gtkut_sc_combobox_create() to
1754                 control focus-on-click for the widget.
1755                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1756
1757 2006-06-25 [ticho]      2.3.1cvs19
1758
1759         * src/compose.c
1760         * src/gtk/Makefile.am
1761         * src/gtk/combobox.c
1762         * src/gtk/combobox.h
1763         * src/gtk/gtkutils.c
1764         * src/gtk/gtkutils.h
1765                 Use GtkComboBox instead of deprecated GtkOptionMenu
1766                 for account selector in compose window and for encoding
1767                 selector in attachment properties.
1768                 Also factorise working with the new GtkComboBox somewhat.
1769
1770 2006-06-24 [paul]       2.3.1cvs18
1771
1772         * src/prefs_common.c
1773                 use the correct default value
1774
1775 2006-06-24 [paul]       2.3.1cvs17
1776
1777         * src/compose.c
1778         * src/prefs_common.c
1779         * src/prefs_common.h
1780         * src/prefs_compose_writing.c
1781                 enable setting of default action when
1782                 dnd'ing files in the compose window.
1783                 (Collaborative effort with wwp)
1784
1785 2006-06-23 [wwp]        2.3.1cvs16
1786
1787         * src/compose.c
1788                 i18n fix (thanks to Fabien Vantard)
1789
1790 2006-06-22 [colin]      2.3.1cvs15
1791
1792         * src/prefs_customheader.c
1793                 Don't use filters in custom headers' file 
1794                 selector. Remember, extensions mean nothing :)
1795
1796 2006-06-22 [paul]       2.3.1cvs14
1797
1798         * configure.ac
1799                 allow setting of man directory location
1800
1801 2006-06-22 [colin]      2.3.1cvs13
1802
1803         * src/mainwindow.c
1804                 Add 'View/Go to/Next unread folder'.
1805                 I missed that :)
1806
1807 2006-06-22 [colin]      2.3.1cvs12
1808
1809         * src/common/utils.c
1810                 Add some subject prefixes
1811                 Patch by Bjorn T Johansen <btj@havleik.no>
1812
1813 2006-06-22 [colin]      2.3.1cvs11
1814
1815         * manual/advanced.xml
1816                 Forgotten hidden pref
1817
1818 2006-06-21 [paul]       2.3.1cvs10
1819
1820         * src/prefs_account.c
1821                 complete the removal of 'Add date header' option
1822
1823 2006-06-21 [paul]       2.3.1cvs9
1824
1825         * src/account.c
1826         * src/compose.c
1827         * src/prefs_account.c
1828         * src/prefs_account.h
1829                 remove option to add date header - always
1830                 add date header
1831         * src/etpan/imap-thread.c
1832                 fix warnings (Thanks to Colin)
1833
1834 2006-06-21 [wwp]        2.3.1cvs8
1835
1836         * src/folder.c
1837                 set the attachment flag when inline text part are (file)named. This is more convenient
1838                 when receiving (for instance) inline source files or patches sent using thunderbird.
1839
1840 2006-06-21 [paul]       2.3.1cvs7
1841
1842         * src/inc.c
1843                 fix off-by-one count of current msg in
1844                 statusbar filtering progressbar
1845
1846 2006-06-21 [paul]       2.3.1cvs6
1847
1848         * src/folder.c
1849                 Show attachment icon even if the part is 'inline'
1850                 if the following conditions are met:
1851                 - content-type != 'text/plain'
1852                 - content-type != '*/pgp-signature'
1853                 - either 'name' or 'filename' parameter is not NULL
1854                 
1855                 Thanks to Colin
1856
1857 2006-06-21 [paul]       2.3.1cvs5
1858
1859         * src/messageview.c
1860         * src/prefs_common.c
1861         * src/prefs_common.h
1862         * src/prefs_other.c
1863                 add an option to 'Never send Return
1864                 Receipts'
1865                 Thanks to Colin
1866
1867 2006-06-20 [mones]      2.3.1cvs4
1868
1869         * po/es.po
1870                 updated
1871         * src/compose.c
1872                 typo fixed (space after comma)
1873         * tools/make.themes.project
1874                 remove exec mode from tarball files
1875
1876 2006-06-20 [colin]      2.3.1cvs3
1877
1878         * src/news.c
1879         * src/procheader.c
1880         * src/unmime.c
1881                 Better fix for \n's in headers (don't 
1882                 break Received: and others)
1883
1884 2006-06-20 [paul]       2.3.1cvs2
1885
1886         * src/alertpanel.c
1887         * src/textview.c
1888                 improve legibility of phishing attempt
1889                 dialog
1890
1891 2006-06-20 [paul]       2.3.1cvs1
1892
1893         * NEWS
1894         * README
1895         * configure.ac
1896                 Update version number following
1897                 stable release
1898
1899 2006-06-20 [colin]      2.3.0cvs26
1900
1901         * src/compose.c
1902                 When dragging a file to the text of the compose
1903                 window, ask whether we want to insert or attach
1904                 (I know lots of people who do that to attach)
1905
1906 2006-06-20 [colin]      2.3.0cvs25
1907
1908         * src/etpan/imap-thread.c
1909                 Fix threshold (the append command is often > 32 bytes)
1910
1911 2006-06-19 [colin]      2.3.0cvs24
1912
1913         * src/imap.c
1914         * src/etpan/imap-thread.c
1915                 Workaround Rockliffe IMAP server bug: replace
1916                 "x UID SEARCH (ANSWERED UID 1:*)" with
1917                 "x UID SEARCH ANSWERED"
1918                 (Rockliffe doesn't handle the parenthesis)
1919
1920 2006-06-19 [colin]      2.3.0cvs23
1921
1922         * src/compose.c
1923         * src/imap.c
1924         * src/etpan/imap-thread.c
1925                 Probably fix bug #972 (Freezes when adding 
1926                 an attachment to the message)
1927         * src/common/defs.h
1928                 Modernize Firefox cmd
1929
1930
1931 2006-06-18 [colin]      2.3.0cvs22
1932
1933         * src/prefs_customheader.c
1934                 Only allow correct filenames for various
1935                 custom headers
1936
1937 2006-06-18 [colin]      2.3.0cvs21
1938
1939         * src/prefs_customheader.c
1940                 Add a 'From File...' button in custom headers prefs, which
1941                 try to do the right thing: 
1942                 for normal headers, use file as plaintext,
1943                 for X-Face, calls compface,
1944                 for Face, encode to b64.
1945
1946 2006-06-17 [colin]      2.3.0cvs20
1947
1948         * src/mh.c
1949                 Warning fix
1950
1951 2006-06-16 [colin]      2.3.0cvs19
1952
1953         * src/summaryview.c
1954                 Recursive quicksearch: show message list
1955                 in current folder, *then* search children
1956                 in the background.
1957
1958 2006-06-16 [colin]      2.3.0cvs18
1959
1960         * src/main.c
1961                 Instead of ignoring SIGPIPE, save caches
1962                 when getting one. Will fix the fact that
1963                 hot caches are out-of-date when logging 
1964                 out of Xorg.
1965         * src/compose.c
1966         * src/prefs_compose_writing.c
1967                 Only save text (not attachments) when 
1968                 auto-saving to drafts
1969         * src/unmime.c
1970                 Always replace \n, \r and \t with spaces
1971                 in headers
1972         * manual/dist/html/Makefile.am
1973         * manual/dist/pdf/Makefile.am
1974         * manual/dist/ps/Makefile.am
1975         * manual/dist/txt/Makefile.am
1976         * manual/fr/dist/html/Makefile.am
1977         * manual/fr/dist/pdf/Makefile.am
1978         * manual/fr/dist/ps/Makefile.am
1979         * manual/fr/dist/txt/Makefile.am
1980         * manual/pl/dist/html/Makefile.am
1981         * manual/pl/dist/pdf/Makefile.am
1982         * manual/pl/dist/ps/Makefile.am
1983         * manual/pl/dist/txt/Makefile.am
1984                 Fix make clean removing pregenerated manuals
1985
1986
1987 2006-06-16 [colin]      2.3.0cvs17
1988
1989         * src/plugins/pgpcore/sgpgme.c
1990         * src/plugins/pgpmime/pgpmime.c
1991         * src/plugins/pgpinline/pgpinline.c
1992                 Better error reporting in setup_signers.
1993                 Don't fallback to default key if specified
1994                 key isn't found.
1995                 Don't allow signing if more than one secret
1996                 key matches the one specified in prefs.
1997
1998 2006-06-15 [colin]      2.3.0cvs16
1999
2000         * src/folderview.c
2001                 Add "Send queue" in the folder's contextual
2002                 menu
2003         * src/compose.c
2004         * src/messageview.c
2005         * src/privacy.c
2006         * src/privacy.h
2007         * src/procmime.c
2008         * src/procmsg.c
2009         * src/plugins/pgpcore/passphrase.c
2010         * src/plugins/pgpcore/sgpgme.c
2011         * src/plugins/pgpinline/pgpinline.c
2012         * src/plugins/pgpmime/pgpmime.c
2013                 Better error reporting
2014         * src/mbox.c
2015                 Probably fix bug #971 (2.2.3 cannot read mail 
2016                 from local mbox)
2017
2018
2019 2006-06-15 [mones]      2.3.0cvs15
2020
2021         * tools/make.themes.project
2022                 creates the themes project from the web page
2023
2024 2006-06-15 [colin]      2.3.0cvs14
2025
2026         * src/folder.c
2027                 Better fix (avoid losing the folder if scan_tree 
2028                 fails)
2029
2030 2006-06-15 [cleroy]     2.3.0cvs13
2031
2032         * src/folder.c
2033                 Probably fix Bug #969 (crash on rebuilding 
2034                 imap folder)
2035
2036 2006-06-14 [colin]      2.3.0cvs12
2037
2038         * manual/dtd/manual.xsl
2039         * manual/sylpheed-claws-manual.xml
2040         * manual/fr/sylpheed-claws-manual.xml
2041         * manual/pl/sylpheed-claws-manual.xml
2042                 Insert pagebreaks between sections
2043
2044 2006-06-14 [paul]       2.3.0cvs11
2045
2046         * configure.ac
2047                 better fix than 2.3.0cvs10
2048
2049 2006-06-14 [paul]       2.3.0cvs10
2050
2051         * configure.ac
2052                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2053                 (backwards compatible)
2054
2055 2006-06-13 [colin]      2.3.0cvs9
2056
2057         * src/messageview.c
2058                 Fix sending of return receipt with the new queue folders
2059
2060 2006-06-13 [wwp]        2.3.0cvs8
2061
2062         * src/quote_fmt_lex.l
2063                 fix wrong tokens returned in quote_fmt lexer, query not().
2064
2065 2006-06-13 [wwp]        2.3.0cvs7
2066
2067         * src/folder.c
2068         * src/prefs_folder_item.c
2069                 allow changing folder type even when folder is not a top-level one,
2070                 thanks to Colin.
2071
2072 2006-06-12 [colin]      2.3.0cvs6
2073
2074         * src/folderview.c
2075                 Fix double-ask of "Do you want to mark all
2076                 as read"
2077
2078 2006-06-12 [colin]      2.3.0cvs5
2079
2080         * src/compose.c
2081         * src/compose.h
2082         * src/folder.c
2083         * src/folder.h
2084         * src/imap.c
2085         * src/inc.c
2086         * src/main.c
2087         * src/messageview.c
2088         * src/mh.c
2089         * src/prefs_folder_item.c
2090         * src/procheader.c
2091         * src/procmime.c
2092         * src/procmsg.c
2093         * src/procmsg.h
2094         * src/send_message.c
2095         * src/summaryview.c
2096         * src/toolbar.c
2097                 Apply bug #964's patch (Queue and drafts aren't normal)
2098                 The Drafts and Queue folder now contain RFC-822 files,
2099                 allowing to move and copy mails from and to these 
2100                 folders. Moving from Drafts to Queue will prepare the
2101                 mail for sending (PGP signature, encryption, etc).
2102                 This patch also rework sending errors handling to try
2103                 to be more helpful.
2104                 Also, allow redefining folder types via the GUI 
2105                 (Folder type in its Properties)
2106
2107 2006-06-12 [colin]      2.3.0cvs4
2108
2109         * src/summaryview.c
2110         * src/prefs_common.c
2111         * src/prefs_common.h
2112         * src/gedit-print.c
2113                 Allow to define a specific print font - patch
2114                 by Bernhard Walle <bernhard.walle@gmx.de>
2115         * src/prefs_fonts.c
2116         * manual/advanced.xml
2117         * manual/fr/advanced.xml
2118                 Add a hidden pref to allow deletion without
2119                 confirmation
2120
2121 2006-06-12 [wwp]        2.3.0cvs3
2122
2123         * .cvsignore
2124                 more files to ignore.
2125
2126 2006-06-12 [wwp]        2.3.0cvs2
2127
2128         * src/quote_fmt.c
2129         * src/quote_fmt_lex.l
2130         * src/quote_fmt_parse.y
2131                 extend the quote_fmt parser (templates and quotes):
2132                 - allow limited sub-expressions in |p{} and |f{} expressions,
2133                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2134                 - implemented/fixed missing implementation of query_references and show_references,
2135                 - completed, fixed contents and format of the symbols help dialog,
2136                 - fix some compilation warnings.
2137
2138 2006-06-12 [wwp]        2.3.0cvs1
2139
2140         * manual/advanced.xml
2141         * manual/fr/advanced.xml
2142                 updates in the "templates" section of the manual (eng/fr):
2143                  - be more precise (both versions)
2144                  - completed to match the english reference (fr version)
2145                  - touchups (both versions)
2146
2147 2006-06-12 [paul]       2.3.0
2148
2149         2.3.0 released
2150
2151 2006-06-12 [paul]       2.2.3cvs14
2152
2153         * po/ca.po
2154         * po/cs.po
2155         * po/de.po
2156         * po/el.po
2157         * po/fr.po
2158         * po/it.po
2159         * po/pt_BR.po
2160         * po/sr.po
2161         * po/zh_CN.po
2162                 updated by Miquel Oliete, Tim, Stephan Sachse,
2163                 Stavros Giannouris, Fabien Vantard, Andrea
2164                 Spadaccini, Frederico Goncalves Guimaraes,
2165                 Aleksandar Urosevic, and Ralgh Young
2166
2167 2006-06-12 [colin]      2.2.3cvs13
2168
2169         * src/mbox.c
2170                 Add missing header
2171
2172 2006-06-11 [colin]      2.2.3cvs12
2173
2174         * src/msgcache.c
2175                 Verify that g_malloc() succeeded
2176
2177 2006-06-11 [colin]      2.2.3cvs11
2178
2179         * src/wizard.c
2180                 Add Face header to welcome mail
2181
2182 2006-06-10 [colin]      2.2.3cvs10
2183
2184         * src/textview.c
2185                 Revert previous (Forgot it changes the
2186                 margin on the whole mail)
2187
2188 2006-06-10 [colin]      2.2.3cvs9
2189
2190         * src/textview.c
2191                 Don't overlap long headers under (X-)Face
2192
2193 2006-06-10 [mones]      2.2.3cvs8
2194
2195         * manual/xml2pdf
2196                 allow generation of manual on systems lacking saxon binary
2197                 but with java and the saxon library installed
2198
2199         * po/es.po
2200                 updated for release
2201
2202 2006-06-09 [colin]      2.2.3cvs7
2203
2204         * src/summaryview.c
2205                 Fix leak when using Display Sender using Addressbook
2206
2207 2006-06-09 [colin]      2.2.3cvs6
2208
2209         * src/compose.c
2210         * src/folder.c
2211         * src/folderview.c
2212         * src/mimeview.c
2213         * src/summaryview.c
2214                 More leaks fixes
2215
2216 2006-06-09 [paul]       2.2.3cvs5
2217
2218         * AUTHORS
2219         * src/gtk/authors.h
2220         * tools/claws.i18n.status.pl
2221                 updated with new info
2222
2223 2006-06-09 [paul]       2.2.3cvs4
2224
2225         * README
2226                 updated
2227         * manual/ack.xml
2228                 add wwp to authors list
2229         * src/gtk/authors.h
2230                 update mine and Colin's addresses
2231
2232 2006-06-08 [colin]      2.2.3cvs3
2233
2234         * src/etpan/imap-thread.c
2235                 Fix leak on SSL cert check
2236
2237 2006-06-08 [colin]      2.2.3cvs2
2238
2239         * src/common/utils.c
2240                 Fix leak
2241
2242 2006-06-08 [paul]       2.2.3cvs1
2243
2244         * configure.ac
2245                 Update version number following
2246                 stable release
2247
2248 2006-06-07 [colin]      2.2.2cvs3
2249
2250         * src/msgcache.c
2251                 Fix catching cache read errors (guint instead of gint)
2252                 Prevent malloc'ing more than 8MB (means cache corruption)
2253
2254 2006-06-07 [paul]       2.2.2cvs2
2255
2256         * src/exporthtml.c
2257         * src/exportldif.c
2258         * src/mh.c
2259         * src/mutt.c
2260         * src/pine.c
2261         * src/common/utils.c
2262                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
2263                 obey $HOME'
2264                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
2265                 Thanks to Colin
2266
2267 2006-06-06 [paul]       2.2.2cvs1
2268
2269         * configure.ac
2270                 Update version number following
2271                 stable release
2272
2273 2006-06-06 [paul]       2.2.1cvs6
2274
2275         * src/matcher.c
2276                 fix  implicit declaration of
2277                 sylpheed_do_idle()
2278                 Patch by Fabien Vantard
2279
2280 2006-06-06 [paul]       2.2.1cvs5
2281
2282         * src/matcher.c
2283                 fix age_greater and age_lower so that they
2284                 mean what say and not '...or equal to'
2285                 Thanks to Colin
2286
2287 2006-06-06 [paul]       2.2.1cvs4
2288
2289         * src/textview.c
2290         * src/common/utils.c
2291                 fix URI check
2292                 Thanks to Colin
2293
2294 2006-06-05 [wwp]        2.2.1cvs3
2295
2296         * manual/fr/account.xml
2297                 minor language fixes (thanks to Fabien Vantard).
2298
2299 2006-06-05 [colin]      2.2.1cvs2
2300
2301         * src/prefs_folder_item.c
2302         * src/folderview.c
2303                 Allow recursive setting of properties 
2304                 for whole mailboxes
2305         * src/matcher.c
2306                 Don't freeze on 'test' filtering rule
2307
2308 2006-06-05 [colin]      2.2.1cvs1
2309
2310         * configure.ac
2311                 Update version number following
2312                 stable release
2313
2314 2006-06-04 [wwp]        2.2.0cvs82
2315
2316         * manual/glossary.xml
2317         * manual/account.xml
2318         * manual/fr/glossary.xml
2319         * manual/fr/account.xml
2320                 added glossary section and references/links related to the Face custom header.
2321
2322 2006-06-04 [colin]      2.2.0cvs81
2323
2324         * src/summaryview.c
2325                 Skip to next message on move with no
2326                 immediate execution
2327
2328 2006-06-04 [wwp]        2.2.0cvs80
2329
2330         * manual/xml2pdf
2331                 added sanity checks, exit when needed.
2332
2333 2006-06-03 [paul]       2.2.0cvs79
2334
2335         * src/prefs_receive.c
2336                 page name is now 'Receiving'
2337         * src/prefs_send.c
2338                 page name is now 'Sending'
2339
2340 2006-06-03 [colin]      2.2.0cvs78
2341
2342         * src/plugins/spamassassin/spamassassin_gtk.c
2343                 Autoswitch to Localhost if transport was previously
2344                 disabled. Else people had to check [] Enable, then
2345                 *reselect* transport.
2346
2347 2006-06-03 [colin]      2.2.0cvs77
2348
2349         * src/plugins/pgpinline/pgpinline.c
2350         * src/plugins/pgpmime/pgpmime.c
2351                 Check that gpg_data_release_and_get_mem 
2352                 didn't fail (now, why this happens...)
2353
2354 2006-06-03 [colin]      2.2.0cvs76
2355
2356         * src/mbox.c
2357                 Fix bug #962 (Manual and/or UI should 
2358                 warn about incompatible locking 
2359                 causing dataloss)
2360
2361 2006-06-02 [cleroy]     2.2.0cvs75
2362
2363         * src/filtering.c
2364         * src/folder.c
2365         * src/procmsg.c
2366         * src/summaryview.c
2367                 Fix a few leaks
2368
2369 2006-06-02 [colin]      2.2.0cvs74
2370
2371         * src/main.c
2372                 On exit, free caches after writing them
2373                 Shuts up some valgrind false positives
2374         * src/procmsg.c
2375         * src/send_message.c
2376                 Fix races when reusing existing SMTP connections
2377                 Fix inexistant session timeout
2378         * src/toolbar.c
2379                 Display alertpanel after all queues have
2380                 been processed, not after each
2381
2382 2006-06-02 [wwp]        2.2.0cvs73
2383
2384         * manual/fr/glossary.xml
2385         * manual/fr/ack.xml
2386         * manual/ack.xml
2387                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
2388
2389 2006-06-02 [wwp]        2.2.0cvs72
2390
2391         * manual/xml2pdf
2392         * manual/dist/pdf/Makefile.am
2393         * manual/dtd/manual.xsl
2394         * manual/fr/dist/pdf/Makefile.am
2395         * manual/pl/dist/pdf/Makefile.am
2396                 we changed the procedure to generate the .pdf version of the manual.
2397                 The procedure is more modern and the .pdf we get now has a valid index.
2398                 Here are the new pre-requisites:
2399
2400                 - JRE 1.x (1.4 here): there must be one from your distro
2401                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
2402                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
2403                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
2404
2405                 See my posts for further info about the installation of this toolchain:
2406
2407                 Date: Fri, 19 May 2006 19:40:06 +0200
2408                 From: wwp <subscript@free.fr>
2409                 To: sylpheed-claws-devel@lists.sourceforge.net
2410                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
2411
2412                 and
2413
2414                 Date: Wed, 24 May 2006 12:58:49 +0200
2415                 From: wwp <subscript@free.fr>
2416                 To: sylpheed-claws-devel@lists.sourceforge.net
2417                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
2418
2419 2006-06-01 [colin]      2.2.0cvs71
2420
2421         * src/compose.c
2422                 Better guards against IMAP races
2423         * src/main.c
2424         * src/prefs_common.c
2425         * src/prefs_common.h
2426         * src/common/ssl_certificate.c
2427         * src/etpan/imap-thread.c
2428         * src/etpan/imap-thread.h
2429         * src/gtk/sslcertwindow.c
2430                 New hidden option ssl_skip_cert_check to 
2431                 avoid dups of bug #959 (libetpan linked
2432                 against gnutls and gnutls buggy on 64bit)
2433                 Present expired warning only once per
2434                 session/server.
2435         * manual/advanced.xml
2436         * manual/fr/advanced.xml
2437                 Document new option
2438
2439 2006-06-01 [wwp]        2.2.0cvs70
2440
2441         * src/messageview.c
2442                 fix for bug #961 (return receipt dialog 
2443                 complains incorrectly about return-path 
2444                 email adress being different), thanks 
2445                 to Colin.
2446
2447 2006-05-31 [cleroy]     2.2.0cvs69
2448
2449         * src/common/ssl.c
2450                 Guard against NULLs, although this
2451                 should never be an issue
2452
2453 2006-05-31 [colin]      2.2.0cvs68
2454
2455         * src/filtering.c
2456                 Use g_slist_prepend
2457         * src/imap.c
2458                 Don't remove caches when destroying folder, it
2459                 could (should) be done at exit
2460         * src/inc.c
2461                 free processing cache after incorporation
2462         * src/etpan/imap-thread.c
2463                 Maybe fix bug #959 (Crash on moving to emails 
2464                 to a imap account per ssl with a expired 
2465                 certificate.)
2466
2467 2006-05-30 [colin]      2.2.0cvs67
2468
2469         * src/summaryview.c
2470                 Put back event flush when displaying message
2471                 It avoids reading a bunch of messages just
2472                 by hitting shift-n for too long ;)
2473
2474 2006-05-29 [colin]      2.2.0cvs66
2475
2476         * src/summaryview.c
2477                 Remove useless g_warnings
2478
2479 2006-05-29 [colin]      2.2.0cvs65
2480
2481         * src/imap.c
2482                 Fix g_slist_append()s for performance
2483
2484 2006-05-29 [colin]      2.2.0cvs64
2485
2486         * src/compose.c
2487         * src/common/utils.c
2488                 Fix extraneous tab at start of addresses
2489         * src/mainwindow.c
2490                 Fix warnings (thanks to Fabien)
2491                 Fix crash at exit when composing messages 
2492                 exist
2493         * src/pop.c
2494                 Fix progress bar when deleting expired mails
2495                 Thanks to Hiro
2496         * src/summaryview.c
2497         * src/gtk/gtksctree.c
2498                 Fix re-sorting slowness
2499
2500 2006-05-29 [paul]       2.2.0cvs63
2501
2502         * src/mh.c
2503                 fetch full message when moving mails
2504                 from another mailbox, (fixed data loss
2505                 when filtering from IMAP to MH, introduced
2506                 in 2.2.0cvs57).
2507                 Thanks to Colin
2508
2509 2006-05-29 [mones]      2.2.0cvs62
2510
2511         * src/gtk/gtksctree.c
2512                 Unselect faster (patch by Colin)        
2513
2514 2006-05-26 [colin]      2.2.0cvs61
2515
2516         * src/summaryview.c
2517                 Unplug MSGINFO_UPDATE callback on delete too.
2518
2519 2006-05-26 [colin]      2.2.0cvs60
2520
2521         * src/foldersel.c
2522                 Fix bold in folder selection window with glib2.10
2523                 thanks Hiro
2524
2525 2006-05-26 [colin]      2.2.0cvs59
2526
2527         * src/procheader.c
2528                 Convert date only if necessary (and don't
2529                 try to convert from utf8 to utf8, too)
2530         * src/summaryview.c
2531                 Only set column's text if the column's 
2532                 displayed
2533
2534 2006-05-26 [colin]      2.2.0cvs58
2535
2536         * src/summaryview.c
2537         * src/gtk/gtkutils.c
2538                 Fix useless warning
2539
2540 2006-05-26 [colin]      2.2.0cvs57
2541
2542         * src/mainwindow.c
2543                 Make summaryview selectable as long as 
2544                 no message has focus
2545         * src/mh.c
2546                 Faster deletion (by implementing mh_remove_msgs)
2547                 Faster copy (avoid using mh_fetch_msg just to get
2548                 the filename)
2549                 Faster move (using move_file instead of copy_file
2550                 if MSG_IS_MOVE)
2551                 No progressbar if total number of mails to cp/mv 
2552                 is less than 100
2553         * src/summaryview.c
2554                 Fix removal from subject_table when mail gets moved
2555                 Faster deletion (g_slist_prepend instead of append)
2556         * src/gtk/gtksctree.c
2557                 Remove useless code
2558
2559 2006-05-25 [colin]      2.2.0cvs56
2560
2561         * src/common/ssl_certificate.c
2562                 Fix leak in expired cert check
2563
2564 2006-05-25 [colin]      2.2.0cvs55
2565
2566         * src/mh.c
2567                 Disable flags syncing on .mh_sequences - it
2568                 is buggy and marks mails read under unknown
2569                 conditions.
2570
2571 2006-05-25 [paul]
2572
2573         * 2.3.0-rc4 released
2574
2575 2006-05-24 [colin]      2.2.0cvs54
2576
2577         attention cvs users: if you manage to crash
2578         Sylpheed-Claws while moving, copying or deleting
2579         mails, we *are* interested in stack traces and
2580         valgrind logs. It looks stable, but one never
2581         knows...
2582
2583         * src/folder.c
2584                 Add progressbar for cache updates
2585         * src/folderutils.c
2586                 Optimize Mark all read in the current
2587                 folder
2588         * src/mh.c
2589                 Add progressbar for copy/move
2590         * src/procmsg.c
2591                 Optimize O(n^2) in copy/move
2592         * src/summaryview.c
2593         * src/gtk/gtksctree.c
2594                 Optimize O(n^2) algos
2595         * src/common/timing.h
2596                 Display ms instead of us
2597
2598 2006-05-24 [wwp]        2.2.0cvs53
2599
2600         * manual/fr/advanced.xml
2601                 updates to the French manual.
2602
2603 2006-05-24 [wwp]        2.2.0cvs52
2604
2605         * src/common/utils.c
2606                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2607
2608 2006-05-24 [wwp]        2.2.0cvs51
2609
2610         * src/folderutils.c
2611                 fixed "mark all read" in MH folders (thanks to Colin).
2612
2613 2006-05-24 [paul]       2.2.0cvs50
2614
2615         * doc/man/sylpheed-claws.1
2616                 updated the man page
2617
2618 2006-05-23 [colin]      2.2.0cvs49
2619
2620         * src/folderview.c
2621         * src/imap.c
2622         * src/inc.c
2623         * src/mbox.c
2624         * src/messageview.c
2625         * src/news.c
2626         * src/send_message.c
2627         * src/summaryview.c
2628         * src/gtk/sslcertwindow.c
2629                 alertpanel fixes, by Fabien
2630
2631 2006-05-23 [colin]      2.2.0cvs48
2632
2633         * src/folder.c
2634         * src/folderview.c
2635         * src/msgcache.c
2636         * src/summaryview.c
2637         * src/gtk/gtksctree.c
2638         * src/gtk/gtksctree.h
2639                 More timings
2640                 Fix slow loading problem, which was caused by the
2641                 use of some gtk_ctree funcs and their use of
2642                 g_list_position while gtk_ctree_(un)link'ing.
2643                 Reap more functions from gtkctree.c to be sure we
2644                 use our (fast) version instead of theirs.
2645         * src/mh.c
2646                 Fix copy of unread mails
2647
2648
2649 2006-05-22 [wwp]        2.2.0cvs47
2650
2651         * manual/fr/advanced.xml
2652                 updated.
2653
2654 2006-05-22 [colin]      2.2.0cvs46
2655
2656         * src/filtering.c
2657                 Fix possible infinite loop. 'copy' is not a 
2658                 final action, so when encountering a 'copy',
2659                 we have to check if a previous one was set
2660                 and do it. In the same way, if we encounter
2661                 a 'move' we have to perform a possibly 
2662                 pending 'copy'. This will slow down filtering
2663                 on IMAP if move+copy or multiple copy actions
2664                 are to be done, but handling it via the batch
2665                 would be really too convoluted.
2666
2667 2006-05-22 [wwp]        2.2.0cvs45
2668
2669         * manual/fr/advanced.xml
2670         * manual/fr/faq.xml
2671         * manual/fr/glossary.xml
2672         * manual/fr/handling.xml
2673         * manual/fr/intro.xml
2674         * manual/fr/plugins.xml
2675         * manual/fr/sylpheed-claws-manual.xml
2676                 sync w/ the english manual: updates URIs, documented mailing-list
2677                 support, better explanation about the enabled/disabled feature
2678                 in filtering/processing rules by Paul.
2679
2680 2006-05-21 [colin]      2.2.0cvs44
2681
2682         * src/summaryview.c
2683                 Don't expand after building threads, but during
2684
2685 2006-05-21 [colin]      2.2.0cvs43
2686
2687         * src/procmsg.c
2688         * src/summaryview.c
2689                 More timing possibilities... For next time I have 
2690                 to find out how the hell some 3GHz computer takes
2691                 one minute to open a 30k folder...
2692
2693 2006-05-21 [colin]      2.2.0cvs42
2694
2695         * manual/pl/advanced.xml
2696         * manual/pl/faq.xml
2697         * manual/pl/glossary.xml
2698         * manual/pl/handling.xml
2699         * manual/pl/intro.xml
2700         * manual/pl/plugins.xml
2701         * manual/pl/sylpheed-claws-manual.xml
2702                 Polish manual updated by Pawel
2703
2704 2006-05-20 [colin]
2705
2706         * 2.3.0-rc3 released
2707
2708 2006-05-20 [colin]      2.2.0cvs41
2709
2710         * src/imap.c
2711                 Fix -rc2 problems:
2712                 - remove cache of moved messages from original folder
2713                 - apply new flags to messages even if they aren't appliable
2714                   via IMAP.
2715
2716 2006-05-20 [colin]
2717
2718         * 2.3.0-rc2 released
2719
2720 2006-05-19 [colin]      2.2.0cvs40
2721
2722         * src/imap.c
2723                 Don't issue SELECT in imap_change_flags
2724                 before having checked that we indeed have
2725                 some flags to change. MSG_POSTFILTERED for
2726                 example can't be used on IMAP.
2727                 Fixes bug #955 (copying messages between 
2728                 imap folders is extremely slow), which was
2729                 a regression.
2730
2731 2006-05-19 [colin]      2.2.0cvs39
2732
2733         * src/folder.c
2734         * src/folder.h
2735         * src/folderview.c
2736                 Try to fix bug #830 (Some unread messages 
2737                 get marked read in IMAP inbox):
2738                 - Prevent scanning a folder if it's being 
2739                   opened via the GUI
2740                 - Postpone opening via the GUI of a folder
2741                   currently scanned.
2742
2743
2744 2006-05-19 [wwp]        2.2.0cvs38
2745
2746         * manual/advanced.xml
2747                 fix English+typo (thanks to Paul).
2748
2749 2006-05-19 [wwp]        2.2.0cvs37
2750
2751         * manual/advanced.xml
2752         * manual/fr/advanced.xml
2753         * src/gtk/logwindow.c
2754         * src/prefs_common.c
2755         * src/prefs_common.h
2756                 added hidden prefs to allow customization of colors used in
2757                 protocol log window (useful for dark gtk+ themes).
2758
2759 2006-05-19 [wwp]        2.2.0cvs36
2760
2761         * ChangeLog
2762                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2763
2764 2006-05-19 [paul]       2.2.0cvs35
2765
2766         * src/textview.c
2767                 make Reply-To fully clickable
2768         * src/gtk/logwindow.c
2769                 more colouring (SMTP ESMTP)
2770         Both patches by Pawel Pekala
2771
2772 2006-05-19 [cleroy]     2.2.0cvs34
2773
2774         * src/mh.c
2775                 Don't update flags from current folder
2776                 Probably fixes bug #935 (Read Messages 
2777                 Revert to Being Marked as Unread)
2778
2779 2006-05-18 [colin]      2.2.0cvs33
2780
2781         * src/imap.c
2782                 Warning fix
2783         * src/compose.c
2784         * src/mainwindow.c
2785         * src/summaryview.c
2786         * src/toolbar.c
2787                 Allow replying to multiple emails
2788                 in multiple windows
2789         * src/mimeview.c
2790         * src/etpan/imap-thread.c
2791                 Leak fixes
2792
2793 2006-05-18 [paul]       2.2.0cvs32
2794
2795         * src/summaryview.c
2796                 keep Mailing-List menu refreshed
2797                 Thanks to Colin
2798
2799 2006-05-18 [paul]       2.2.0cvs31
2800
2801         * manual/advanced.xml
2802         * manual/faq.xml
2803         * manual/glossary.xml
2804         * manual/handling.xml
2805         * manual/intro.xml
2806         * manual/plugins.xml
2807         * manual/sylpheed-claws-manual.xml
2808                 update URLs
2809                 add info about mailing-list support
2810                 edit filtering info
2811         * src/wizard.c
2812         * src/common/defs.h
2813         * src/gtk/about.c
2814         * src/plugins/dillo_viewer/README
2815                 update URLs
2816
2817 2006-05-17 [wwp]        2.2.0cvs30
2818
2819         * manual/handling.xml
2820         * manual/fr/handling.xml
2821                 documented the ability to enabled/disable filtering/processing rules.
2822
2823 2006-05-17 [colin]      2.2.0cvs29
2824
2825         * src/main.c
2826                 Don't initialize g_thread subsystem if it's 
2827                 already done (thanks to Hiro)
2828         * src/mimeview.c
2829                 Fix saving of parts when there name can't be
2830                 converted from UTF-8.
2831
2832 2006-05-17 [paul]       2.2.0cvs28
2833
2834         * po/Makefile.in.in
2835                 fix config.status warning with autoconf 2.60
2836
2837 2006-05-17 [paul]       2.2.0cvs27
2838
2839         * po/POTFILES.in
2840                 add src/mbox.c
2841
2842 2006-05-17 [wwp]        2.2.0cvs26
2843
2844         * src/mainwindow.c
2845                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2846
2847 2006-05-17 [wwp]        2.2.0cvs25
2848
2849         * src/plugins/demo/demo.c
2850                 updated product name in plugin demo (many plugins need to be
2851                 sync'ed w/ that change).
2852
2853 2006-05-17 [colin]      2.2.0cvs24
2854
2855         * src/mh.c
2856                 Fix leak
2857
2858 2006-05-16 [colin]      2.2.0cvs23
2859
2860         * src/mainwindow.c
2861                 Stupid me hit again. Fix cvs22.
2862
2863 2006-05-16 [colin]      2.2.0cvs22
2864
2865         * src/mainwindow.c
2866                 Fix bug #922 (sylpheed-claws crashed after 
2867                 pushing on Inbox folder)
2868
2869 2006-05-16 [colin]      2.2.0cvs21
2870
2871         * src/compose.c
2872                 Make From header be copy/paste/select-able
2873
2874 2006-05-16 [wwp]        2.2.0cvs20
2875
2876         * src/export.c
2877         * src/matcher.c
2878         * src/summaryview.c
2879         * src/etpan/imap-thread.c
2880                 fix some compiler warnings (thanks to Colin).
2881
2882 2006-05-16 [wwp]        2.2.0cvs19
2883
2884         * src/action.c
2885         * src/gedit-print.c
2886         * src/inc.c
2887         * src/mainwindow.c
2888         * src/mh.c
2889         * src/statusbar.c
2890         * src/send_message.c
2891         * src/summaryview.c
2892                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2893
2894 2006-05-15 [colin]      2.2.0cvs18
2895
2896         * src/procmsg.c
2897                 Fix automatic rule creation with List-Post
2898
2899 2006-05-15 [paul]       2.2.0cvs17
2900
2901         * tools/filter_conv_new.pl
2902                 updated for rule enabling/disabling
2903                 claws version >= 2.3.x required
2904
2905 2006-05-15 [cleroy]     2.2.0cvs16
2906
2907         * src/main.c
2908                 Revert test
2909
2910 2006-05-15 [cleroy]     2.2.0cvs15
2911
2912         * src/main.c
2913                 test
2914
2915 2006-05-15 [wwp]        2.2.0cvs14
2916
2917         * manual/pl/.cvsignore
2918                 ignore generated files.
2919
2920 2006-05-14 [wwp]        2.3.0-rc1
2921
2922         * 2.3.0-rc1 released
2923
2924 2006-05-13 [wwp]        2.2.0cvs13
2925
2926         * src/filtering.c
2927         * src/filtering.h
2928         * src/matcher.c
2929         * src/matcher_parser_lex.l
2930         * src/matcher_parser_parse.y
2931         * src/prefs_filtering.c
2932                 new feature: provide the ability to disable filtering and processing
2933                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2934                 adaptations.
2935
2936 2006-05-13 [colin]      2.2.0cvs12
2937
2938         * src/compose.c
2939                 Remove useless if (a) b; else b;
2940                 Thanks to wwp
2941
2942 2006-05-13 [wwp]        2.2.0cvs11
2943
2944         * src/export.c
2945         * src/import.c
2946         * src/mainwindow.c
2947         * src/mbox.c
2948         * src/summaryview.c
2949         * src/summaryview.h
2950                 no more silent failures (or at least less ones) when importing
2951                 or exporting from/to mbox. Also start importing/exporting if
2952                 the necessary info is set.
2953
2954 2006-05-13 [wwp]        2.2.0cvs10
2955
2956         * RELEASE_NOTES
2957                 restored up-to-date release notes.
2958
2959 2006-05-13 [paul]       2.2.0cvs9
2960
2961         * po/nl.po
2962         * po/ru.po
2963                 updated by Tim Dijkstra and Pavlo Bohmat
2964
2965 2006-05-12 [colin]      2.2.0cvs8
2966
2967         * src/gtk/quicksearch.c
2968                 Add "k" as shortcut for "colorlabel". Patch
2969                 by ath42@users.sf.net.
2970
2971 2006-05-12 [paul]       2.2.0cvs7
2972
2973         * src/prefs_common.h
2974         * src/prefs_summaries.c
2975         * src/summaryview.c
2976                 when entering a folder also allow
2977                 going directly to first Marked message
2978
2979 2006-05-12 [paul]       2.2.0cvs6
2980
2981         * src/summaryview.c
2982                 always obey 'confirm before marking all
2983                 mails read' option
2984
2985 2006-05-12 [paul]       2.2.0cvs5
2986
2987         * src/textview.c
2988                 make Sender fully clickable
2989
2990 2006-05-12 [colin]      2.2.0cvs4
2991
2992         * src/compose.c
2993         * src/compose.h
2994                 Let From be editable
2995         * src/main.c
2996         * src/mh.c
2997                 Full support of .mh_sequences' Unseen seq
2998
2999 2006-05-12 [colin]      2.2.0cvs3
3000
3001         * src/folder.c
3002         * src/mainwindow.c
3003         * src/mainwindow.h
3004         * src/messageview.c
3005         * src/prefs_spelling.c
3006         * src/procheader.c
3007         * src/procmsg.c
3008         * src/procmsg.h
3009         * src/summaryview.c
3010         * src/toolbar.c
3011         * src/toolbar.h
3012                 Add contextual menu on Compose toolbar
3013                 button. Fixes bug #944 (Automatic
3014                 addresses not applied when changing account
3015                 from compose window)
3016                 add Mailing List support
3017                 based on the old 0.6.5claws25 patch by
3018                 Melvin Hadasht, with finishing touches
3019                 by Colin
3020                 Fix "ignore thread" when mails are threaded by
3021                 subject (and weren't ignored although appearing
3022                 in the thread).
3023                 GUI rework.
3024                 Both patches by Pawel.
3025
3026 2006-05-08 [paul]       2.2.0cvs2
3027
3028         * src/mainwindow.c
3029         * src/mainwindow.h
3030         * src/messageview.c
3031         * src/procheader.c
3032         * src/procmsg.c
3033         * src/procmsg.h
3034         * src/summaryview.c
3035                 add Mailing List support
3036                 based on the old 0.6.5claws25 patch by 
3037                 Melvin Hadasht, with finishing touches
3038                 by Colin
3039
3040 2006-05-08 [colin]      2.2.0cvs1
3041
3042         * src/mainwindow.c
3043         * src/toolbar.c
3044         * src/toolbar.h
3045                 Add contextual menu on Compose toolbar 
3046                 button. Fixes bug #944 (Automatic 
3047                 addresses not applied when changing account 
3048                 from compose window)
3049
3050 2006-05-08 [paul]       2.2.0
3051
3052         2.2.0 released
3053
3054 2006-05-08 [paul]       2.1.1cvs51
3055
3056         * po/cs.po
3057         * po/de.po
3058         * po/en_GB.po
3059         * po/fi.po
3060         * po/fr.po
3061         * po/pt_BR.po
3062         * po/sr.po
3063         * po/zh_CN.po
3064                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3065                 Fabien Vantard, Frederico Goncalves Guimaraes,
3066                 Aleksandar Urosevic, and Ralgh Young
3067
3068 2006-05-12 [colin]      2.1.1cvs50
3069
3070         * po/cs.po
3071         * po/de.po
3072         * po/en_GB.po
3073         * po/es.po
3074         * po/fi.po
3075         * po/fr.po
3076         * po/pt_BR.po
3077         * po/sr.po
3078         * po/zh_CN.po
3079                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3080                 Fabien Vantard, Frederico Goncalves Guimaraes,
3081                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3082
3083 2006-05-05 [colin]      2.1.1cvs49
3084
3085         * manual/Makefile.am
3086         * manual/pl/Makefile.am
3087         * manual/pl/account.xml
3088         * manual/pl/ack.xml
3089         * manual/pl/addrbook.xml
3090         * manual/pl/advanced.xml
3091         * manual/pl/faq.xml
3092         * manual/pl/glossary.xml
3093         * manual/pl/gpl.xml
3094         * manual/pl/handling.xml
3095         * manual/pl/intro.xml
3096         * manual/pl/keyboard.xml
3097         * manual/pl/plugins.xml
3098         * manual/pl/starting.xml
3099         * manual/pl/sylpheed-claws-manual.xml
3100         * manual/pl/dist/.cvsignore
3101         * manual/pl/dist/Makefile.am
3102         * manual/pl/dist/html/.cvsignore
3103         * manual/pl/dist/html/Makefile.am
3104         * manual/pl/dist/pdf/.cvsignore
3105         * manual/pl/dist/pdf/Makefile.am
3106         * manual/pl/dist/ps/.cvsignore
3107         * manual/pl/dist/ps/Makefile.am
3108         * manual/pl/dist/txt/.cvsignore
3109         * manual/pl/dist/txt/Makefile.am
3110                 Add the polish translation of the manual,
3111                 Authored by Pawel Pekala.
3112
3113 2006-05-05 [cleroy]     2.1.1cvs48
3114
3115         * src/main.c
3116                 Re-read matcherrc after loading plugins 
3117                 if some of them add folders.
3118
3119 2006-05-03 [colin]      2.1.1cvs47
3120
3121         * src/imap.c
3122                 I'm idiot
3123
3124 2006-05-03 [colin]      2.1.1cvs46
3125
3126         * src/imap.c
3127                 Be sure to have a session when
3128                 getting separator
3129
3130 2006-05-03 [colin]      2.1.1cvs45
3131
3132         * src/imap.c
3133         * src/imap.h
3134         * src/imap_gtk.c
3135                 Fix preventing renaming with namespace 
3136                 separator.
3137
3138 2006-05-01 [colin]      2.1.1cvs44
3139
3140         * src/action.c
3141                 Don't reload messageview when result of
3142                 action is piped.
3143
3144 2006-04-29 [colin]      2.1.1cvs43
3145
3146         * src/prefs_receive.c
3147         * src/plugins/spamassassin/spamassassin_gtk.c
3148         * src/plugins/clamav/clamav_plugin_gtk.c
3149                 GUI fixes by Pawel
3150
3151 2006-04-29 [colin]      2.1.1cvs42
3152
3153         * src/prefs_compose_writing.c
3154         * src/prefs_quote.c
3155                 Cleanups. Patch by Pawel
3156
3157 2006-04-28 [paul]       2.1.1cvs41
3158
3159         * src/matcher.c
3160                 fix returned quick search results when search
3161                 term contains an underscore.
3162                 Thanks to Colin
3163
3164 2006-04-28 [paul]       2.1.1cvs40
3165
3166         * src/prefs_message.c
3167         * src/prefs_receive.c
3168                 GUI cleanups
3169                 Patches by Pawel Pekala
3170
3171 2006-04-27 [colin]      2.1.1cvs39
3172
3173         * src/wizard.c
3174                 Differentiate subject Welcome from
3175                 window's title Welcome
3176
3177 2006-04-27 [paul]
3178
3179         2.2.0-rc1 released
3180
3181 2006-04-27 [paul]       2.1.1cvs38
3182
3183         * manual/advanced.xml
3184         * manual/fr/advanced.xml
3185                 add info about compose_no_markup hidden pref
3186
3187 2006-04-27 [paul]       2.1.1cvs37
3188
3189         * src/prefs_account.c
3190                 improve privacy labels
3191         * src/prefs_msg_colors.c
3192                 change some strings for translators' convenience
3193         * src/gtk/gtkutils.c
3194                 don't underline the link button text
3195
3196 2006-04-25 [colin]      2.1.1cvs36
3197
3198         * src/folder.c
3199                 Complete 2.1.1cvs33 (once more ;)
3200
3201 2006-04-25 [colin]      2.1.1cvs35
3202
3203         * src/editldap.c
3204                 Fix tooltip
3205
3206 2006-04-25 [cleroy]     2.1.1cvs34
3207
3208         * src/compose.c
3209         * src/gtk/gtkaspell.c
3210                 Fix crash on redirect (related to the return 
3211                 of the aspell menu in compose's toolbar)
3212         * src/prefs_msg_colors.c
3213                 Fix sensitivity widgets
3214         * src/image_viewer.c
3215         * src/gtk/pluginwindow.c
3216         * src/gtk/prefswindow.c
3217                 Change released signals to clicked (Fabien)
3218         * po/POTFILES.in
3219         * src/common/socket.c
3220         * src/plugins/spamassassin/spamassassin.c
3221                 Translate strings (Fabien)
3222
3223 2006-04-25 [paul]       2.1.1cvs33
3224
3225         * src/folder.c
3226         * src/folder.h
3227         * src/folderview.c
3228                 complete the fix of bug #912
3229                 Thanks to Colin
3230
3231 2006-04-25 [colin]      2.1.1cvs32
3232
3233         * src/news.c
3234                 Better progress bar
3235         * src/mimeview.c
3236         * src/summaryview.c
3237         * src/summaryview.h
3238                 Fix focus chain
3239                 Patches by Pawel Pekala
3240
3241 2006-04-24 [colin]      2.1.1cvs31
3242
3243         * src/compose.c
3244                 Fix compilation warnings (Fabien)
3245
3246 2006-04-24 [colin]      2.1.1cvs30
3247
3248         * src/addrindex.c
3249         * src/editldap.c
3250         * src/editldap_basedn.c
3251         * src/editldap_basedn.h
3252         * src/ldapctrl.c
3253         * src/ldapctrl.h
3254         * src/ldapquery.c
3255         * src/ldaputil.c
3256         * src/ldaputil.h
3257                 Fix bug #901 (LDAPS support)
3258
3259 2006-04-24 [colin]      2.1.1cvs29
3260
3261         * src/compose.c
3262                 Fix logic on error with send dialog on
3263         * src/imap.c
3264                 Fix compilation without libetpan, thanks
3265                 to Fabien
3266         * src/summaryview.c
3267                 Fix 'context-menu' key
3268
3269 2006-04-23 [colin]      2.1.1cvs28
3270
3271         * src/folder.c
3272                 Never free current's cache to free up 
3273                 memory. Fixes bug #912 (new count 
3274                 randomly set to message count)
3275
3276 2006-04-23 [colin]      2.1.1cvs27
3277
3278         * src/gtk/quicksearch.c
3279                 And remove printf...
3280
3281 2006-04-23 [colin]      2.1.1cvs26
3282
3283         * src/gtk/quicksearch.c
3284                 Fix replacing in quicksearch, and fix inserting
3285                 in the middle of the string. (introduced at 2.1.0cvs22)
3286
3287 2006-04-23 [colin]      2.1.1cvs25
3288
3289         * src/imap.c
3290                 Make sure uidnext is initialized in get_num_list
3291                 (not for stable, related to 2.1.1cvs8 and friends)
3292
3293 2006-04-23 [colin]      2.1.1cvs24
3294
3295         * src/imap.c
3296                 Output something when login is successful
3297                 too
3298
3299 2006-04-23 [colin]      2.1.1cvs23
3300
3301         * src/etpan/imap-thread.c
3302                 Better logging (line-per-line, hide data in fetch)
3303                 Fix a const warning
3304         * src/gtk/logwindow.c
3305         * src/gtk/logwindow.h
3306                 Better logging (color for input/output)
3307
3308 2006-04-21 [colin]      2.1.1cvs22
3309
3310         * src/gtk/quicksearch.c
3311                 On gtk+-2.8, use stock buttons in quicksearch
3312                 Based on a patch by Fabien and a design by Paul
3313
3314 2006-04-21 [colin]      2.1.1cvs21
3315
3316         * src/folderview.c
3317         * src/mainwindow.c
3318                 Fix occasional flicker in folderview
3319         * src/common/utils.c
3320                 Fix bug #943 (Incorrectly parsed email address 
3321                 list in short headers on message view and in 
3322                 printouts)
3323
3324 2006-04-20 [colin]      2.1.1cvs20
3325
3326         * src/imap.c
3327         * src/imap.h
3328         * src/prefs_account.c
3329                 Add ANONYMOUS auth for IMAP
3330
3331 2006-04-20 [paul]       2.1.1cvs19
3332
3333         * src/main.c
3334                 proper fix for 2.1.1cvs18
3335                 Thanks to Colin
3336
3337 2006-04-20 [paul]       2.1.1cvs18
3338
3339         * src/main.c
3340                 fix build warnings
3341
3342 2006-04-20 [paul]       2.1.1cvs17
3343
3344         * src/gtk/quicksearch.c
3345                 fix standard, non-extended Quick search,
3346                 was broken in 2.1.1cvs15.
3347                 Thanks to Colin.
3348
3349 2006-04-20 [colin]      2.1.1cvs16
3350
3351         * src/prefs_matcher.c
3352                 Fix values when reselecting a ~test
3353                 rule
3354
3355 2006-04-19 [colin]      2.1.1cvs15
3356
3357         * src/compose.c
3358         * src/compose.h
3359         * src/gtk/gtkaspell.c
3360         * src/gtk/gtkaspell.h
3361                 Put back Options menu in Spelling/
3362         * src/gtk/quicksearch.c
3363                 Don't search, and show error, if the
3364                 advanced search has a syntax error
3365
3366 2006-04-18 [colin]      2.1.1cvs14
3367
3368         * src/textview.c
3369                 Fix gdk warnings on set_cursor when textview
3370                 isn't visible
3371
3372 2006-04-18 [colin]      2.1.1cvs13
3373
3374         * src/gtk/gtksctree.c
3375                 Remove seemingly useless refresh that causes
3376                 flicker - watch this commit in case of 
3377                 problems before planned backport to stable
3378
3379 2006-04-18 [colin]      2.1.1cvs12
3380
3381         * src/imap.c
3382                 Factorize get/set_xml code
3383         * src/compose.c
3384         * src/prefs_account.c
3385         * src/prefs_account.h
3386         * src/procmsg.c
3387                 Add Encrypt to self option
3388
3389 2006-04-17 [colin]      2.1.1cvs11
3390
3391         * configure.ac
3392                 Fix search on encrpyt function on dragonfly
3393                 Patch by Jonathan Buschmann <jonthn@agmact.com>
3394
3395 2006-04-17 [colin]      2.1.1cvs10
3396
3397         * src/prefs_account.c
3398                 Be safe by default: remove mails from POP3
3399                 after 7 days, not immediately
3400
3401 2006-04-17 [colin]      2.1.1cvs9
3402
3403         * src/etpan/imap-thread.c
3404                 Fix build on DragonFly - patch by 
3405                 Jonathan Buschmann <jonthn@agmact.com>
3406
3407 2006-04-17 [colin]      2.1.1cvs8
3408
3409         * src/imap.c
3410                 Save uidnext between sessions
3411
3412 2006-04-17 [colin]      2.1.1cvs7
3413
3414         * src/imap.c
3415                 scan is required when uid validity changes
3416
3417 2006-04-17 [colin]      2.1.1cvs6
3418
3419         * src/folderview.c
3420                 Don't scan if not necessary, apart in current
3421                 folder and INBOX to fetch flags.
3422         * src/imap.c
3423                 Scan is necessary if unread count changes
3424
3425 2006-04-17 [colin]      2.1.1cvs5
3426
3427         * src/imap.c
3428                 ...But always fetch ANSWERED and DELETED flags for
3429                 INBOX, as filtering can happen on these flags.
3430
3431 2006-04-17 [colin]      2.1.1cvs4
3432
3433         * src/imap.c
3434                 Don't fetch REPLIED and DELETED flags when synchronising
3435                 flags with a closed folder. We only need UNSEEN and FLAGGED
3436                 to update the folderview.
3437
3438 2006-04-17 [colin]      2.1.1cvs3
3439
3440         * src/imap.c
3441                 Faster flag search when there are new mails 
3442                 in a folder. We can do a full search if the 
3443                 folder contains less messages than the new
3444                 list.
3445
3446 2006-04-17 [colin]      2.1.1cvs2
3447
3448         * po/cs.po
3449         * po/de.po
3450         * po/fr.po
3451         * po/nl.po
3452         * po/pt_BR.po
3453                 Update translations from stable branch
3454
3455 2006-04-17 [colin]      2.1.1cvs1
3456
3457         * configure.ac
3458                 Bump version to follow stable release
3459
3460 2006-04-16 [mones]      2.1.0cvs50
3461
3462         * po/es.po
3463                 Updated for release
3464
3465 2006-04-16 [colin]      2.1.0cvs49
3466
3467         * src/textview.c
3468                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3469                 with gtk < 2.8. Thanks to Fabien Vantard.
3470
3471 2006-04-15 [colin]      2.1.0cvs48
3472
3473         * src/etpan/imap-thread.c
3474                 Fix bug #919 (libetpan: SEGV when connecting 
3475                 using command)
3476
3477 2006-04-14 [colin]      2.1.0cvs47
3478
3479         * src/main.c
3480                 Fix race on --select (should be done better)
3481
3482 2006-04-14 [wwp]        2.1.0cvs46
3483
3484         * src/send_message.c
3485                 enforce a check for domain in account prefs (a sending
3486                 error could be faced if domain was checked but no value set),
3487                 thanks to Colin.
3488
3489 2006-04-14 [colin]      2.1.0cvs45
3490
3491         * src/codeconv.c
3492                 when converting from unknown to unknown, if the
3493                 string is UTF8, don't convert it to the locale
3494                 (which breaks it)
3495
3496 2006-04-14 [colin]      2.1.0cvs44
3497
3498         * src/compose.c
3499                 Don't try to use ASCII for converting headers
3500                 (as done in body)
3501
3502 2006-04-14 [paul]       2.1.0cvs43
3503
3504         * src/crash.c
3505                 add locale/charset info to crash report
3506         * src/gtk/about.c
3507                 add wwp to doc team
3508                 replace 'e-mail' with preferred 'email'
3509         * src/gtk/authors.h
3510                 ensure contributors list is in alphabetical
3511                 order
3512
3513 2006-04-13 [colin]      2.1.0cvs42
3514
3515         * src/textview.c
3516                 Prevent gdk warnings
3517
3518 2006-04-13 [colin]      2.1.0cvs41
3519
3520         * src/common/ssl_certificate.c
3521         * src/common/ssl_certificate.h
3522         * src/gtk/sslcertwindow.c
3523                 Warn on expired certs, and display the expiration date
3524
3525 2006-04-13 [colin]      2.1.0cvs40
3526
3527         * src/plugins/spamassassin/spamassassin_gtk.c
3528                 Fix missing set_text on unix socket
3529
3530 2006-04-13 [wwp]        2.1.0cvs39
3531
3532         * manual/fr/advanced.xml
3533         * manual/fr/glossary.xml
3534                 applied new spam/ham/email lexicon (pourriel, courriel)
3535
3536 2006-04-13 [paul]       2.1.0cvs38
3537
3538         * src/plugins/pgpmime/plugin.c
3539                 remove the mention of S/MIME from the
3540                 description. This is now handled by the
3541                 S/MIME plugin.
3542
3543 2006-04-13 [paul]       2.1.0cvs37
3544
3545         * src/prefs_msg_colors.c
3546                 rework dialog
3547         * src/prefs_folder_item.c
3548         * src/prefs_spelling.c
3549                 add a tooltip to the colour selector buttons
3550
3551 2006-04-13 [wwp]        2.1.0cvs36
3552
3553         * manual/advanced.xml
3554         * manual/glossary.xml
3555         * manual/handling.xml
3556         * manual/keyboard.xml
3557         * manual/plugins.xml
3558         * manual/starting.xml
3559         * manual/fr/account.xml
3560         * manual/fr/ack.xml
3561         * manual/fr/addrbook.xml
3562         * manual/fr/advanced.xml
3563         * manual/fr/faq.xml
3564         * manual/fr/glossary.xml
3565         * manual/fr/gpl.xml
3566         * manual/fr/handling.xml
3567         * manual/fr/intro.xml
3568         * manual/fr/keyboard.xml
3569         * manual/fr/plugins.xml
3570         * manual/fr/starting.xml
3571         * manual/fr/sylpheed-claws-manual.xml
3572                 fixes to the manuals:
3573                  - summaryview -> Message List (same in French)
3574                  - translate key names
3575                  - fix French punctuation, use non-breakable spaces when
3576                    necessary, don't use &thinsp; which is not portable
3577                  - tell what maildir and mbox formats we support
3578
3579 2006-04-12 [wwp]        2.1.0cvs35
3580
3581         * src/prefs_toolbar.c
3582                 unified a replace button more,
3583                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3584
3585 2006-04-12 [wwp]        2.1.0cvs34
3586
3587         * src/prefs_common.c
3588         * src/prefs_msg_colors.c
3589                 make default color labels translatable,
3590                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3591                 thanks to Tim <timbrain@post.cz> for reporting.
3592
3593 2006-04-12 [wwp]        2.1.0cvs33
3594
3595         * manual/glossary.xml
3596         * manual/intro.xml
3597         * manual/plugins.xml
3598         * manual/starting.xml
3599         * manual/sylpheed-claws-manual.xml
3600         * manual/fr/.cvsignore
3601         * manual/fr/account.xml
3602         * manual/fr/ack.xml
3603         * manual/fr/addrbook.xml
3604         * manual/fr/advanced.xml
3605         * manual/fr/faq.xml
3606         * manual/fr/glossary.xml
3607         * manual/fr/handling.xml
3608         * manual/fr/intro.xml
3609         * manual/fr/keyboard.xml
3610         * manual/fr/plugins.xml
3611         * manual/fr/starting.xml
3612         * manual/fr/sylpheed-claws-manual.xml
3613                 various fixes: typos, missing .fr translations, punctuation,
3614                 capitalization, links, accents and some bad French more.
3615
3616 2006-04-12 [wwp]        2.1.0cvs32
3617
3618         * src/prefs_gtk.c
3619                 fix for bug #935: always store prefs files in UTF-8 (thanks
3620                 to Colin).
3621
3622 2006-04-11 [colin]      2.1.0cvs31
3623
3624         * src/compose.c
3625                 Fix inserting files not in utf8 when locale is utf8
3626
3627 2006-04-11 [colin]      2.1.0cvs30
3628
3629         * src/inc.c
3630                 Don't show error dialog when cancelling connection
3631                 Patch by Pawel
3632
3633 2006-04-11 [cleroy]     2.1.0cvs29
3634
3635         * src/compose.c
3636                 Implement multiple quote levels
3637         * src/prefs_common.c
3638                 Change a little bit the quote bgcolor for 2nd level
3639
3640 2006-04-11 [colin]      2.1.0cvs28
3641
3642         * src/gtk/about.c
3643                 Add locale and charset in the label
3644
3645 2006-04-10 [colin]      2.1.0cvs27
3646
3647         * src/compose.c
3648         * src/prefs_common.c
3649         * src/prefs_common.h
3650         * src/prefs_msg_colors.c
3651         * src/textview.c
3652                 Allow optional background color in quotes
3653                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3654                 GTK+-2.8.x feature
3655
3656 2006-04-10 [colin]      2.1.0cvs26
3657
3658         * src/main.c
3659         * src/mainwindow.c
3660         * src/mainwindow.h
3661                 Implement --select
3662
3663 2006-04-10 [colin]      2.1.0cvs25
3664
3665         * manual/plugins.xml
3666         * manual/fr/plugins.xml
3667                 Document libcurl's proxy variables
3668
3669 2006-04-09 [colin]      2.1.0cvs24
3670
3671         * src/prefs_common.c
3672                 gettext() returns statically allocated stuff. We have
3673                 to strdup it in order to be able to free it.
3674
3675 2006-04-09 [colin]      2.1.0cvs23
3676
3677         * AUTHORS
3678         * src/gtk/authors.h
3679                 Add Alexei
3680
3681 2006-04-09 [colin]      2.1.0cvs22
3682
3683         * src/mainwindow.c
3684         * src/gtk/quicksearch.c
3685                 Fix bug #859 (problems with cyrilic input in 
3686                 search panel) - Patch by Alexey Illarionov 
3687                 <littlesavage@rambler.ru>
3688
3689 2006-04-09 [colin]      2.1.0cvs21
3690
3691         * src/prefs_customheader.c
3692                 I prefer removing then freeing rather than the contrary
3693                 (even if it doesn't change anything ;-)
3694         * src/prefs_account.c
3695                 Fix bug #933 (Crash re-entering the custom headers list 
3696                 dialog in accounts prefs)
3697                 The problem happened when cancelling the Account 
3698                 Preferences' dialogs - in which case we didn't do 
3699                 anything to the PrefsAccount * struct. In case of applying,
3700                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3701                 working with in this dialog. The problem is that 
3702                 prefs_customheader.c, working on this tmp_ac_prefs, always
3703                 changes the ->customhdr_list pointer, even when cancelled. 
3704                 So in case of cancelling the prefs_account dialog, we still
3705                 have to update ->customhdr_list in the real account.
3706
3707 2006-04-08 [colin]      2.1.0cvs20
3708
3709         * manual/fr/glossary.xml
3710         * manual/fr/keyboard.xml
3711                 Forgot some headers :)
3712
3713 2006-04-08 [colin]      2.1.0cvs19
3714
3715         * manual/Makefile.am
3716         * manual/fr/Makefile.am
3717         * manual/fr/account.xml
3718         * manual/fr/ack.xml
3719         * manual/fr/addrbook.xml
3720         * manual/fr/advanced.xml
3721         * manual/fr/faq.xml
3722         * manual/fr/glossary.xml
3723         * manual/fr/gpl.xml
3724         * manual/fr/handling.xml
3725         * manual/fr/intro.xml
3726         * manual/fr/keyboard.xml
3727         * manual/fr/plugins.xml
3728         * manual/fr/starting.xml
3729         * manual/fr/sylpheed-claws-manual.xml
3730         * manual/fr/dist/.cvsignore
3731         * manual/fr/dist/Makefile.am
3732         * manual/fr/dist/html/.cvsignore
3733         * manual/fr/dist/html/Makefile.am
3734         * manual/fr/dist/pdf/.cvsignore
3735         * manual/fr/dist/pdf/Makefile.am
3736         * manual/fr/dist/ps/.cvsignore
3737         * manual/fr/dist/ps/Makefile.am
3738         * manual/fr/dist/txt/.cvsignore
3739         * manual/fr/dist/txt/Makefile.am
3740                 Add the french translation of the manual. Thanks to
3741                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3742                 account.xml, ack.xml, addrbook.xml and advanced.xml
3743
3744 2006-04-08 [colin]      2.1.0cvs18
3745
3746         * manual/plugins.xml
3747         * manual/starting.xml
3748                 More fixes
3749
3750 2006-04-07 [colin]      2.1.0cvs17
3751
3752         * manual/faq.xml
3753         * manual/intro.xml
3754         * manual/keyboard.xml
3755                 Little fixes
3756
3757 2006-04-07 [colin]      2.1.0cvs16
3758
3759         * README
3760         * src/compose.c
3761         * src/prefs_common.c
3762         * src/prefs_common.h
3763                 Add hidden compose_no_markup pref
3764
3765 2006-04-07 [wwp]        2.1.0cvs15
3766
3767         * src/summary_search.c
3768         * .cvsignore
3769                 Bugfix: stop button was sticky when searching in an empty folder.
3770                 Applied curly brackets code style to the whole file (summary_search.c).
3771                 More files to ignore.
3772
3773 2006-04-07 [wwp]        2.1.0cvs14
3774
3775         * src/message_search.c
3776         * src/summary_search.c
3777                 changed default button when search bumps at file/folder
3778                 beginning or end, for convenience (thanks to Colin).
3779
3780 2006-04-07 [paul]       2.1.0cvs13
3781
3782         * src/plugins/dillo_viewer/dillo_prefs.c
3783                 avoid future potential for namespace collision
3784                 Patch by Colin
3785
3786 2006-04-06 [wwp]        2.1.0cvs12
3787
3788         * src/summary_search.c
3789                 Unify extended/advanced searches names (and thus factorize labels),
3790                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3791
3792 2006-04-06 [wwp]        2.1.0cvs11
3793
3794         * src/folderview.c
3795         * src/prefs_themes.c
3796         * src/summaryview.c
3797                 Fixed some compilation warnings.
3798
3799 2006-04-06 [colin]      2.1.0cvs10
3800
3801         * manual/advanced.xml
3802                 Document the wizard template and how to deploy
3803                 Sylpheed-Claws effectively
3804
3805 2006-04-06 [colin]      2.1.0cvs9
3806
3807         * src/folderview.c
3808                 gettext patch to tell translators about _("#"),
3809                 by Maxim Britov
3810
3811 2006-04-06 [colin]      2.1.0cvs8
3812
3813         * src/textview.c
3814                 Fix invalid GtkTextBIter after clicking "Display as text"
3815
3816 2006-04-06 [mones]      2.1.0cvs7
3817
3818         * src/addr_compl.c
3819         * src/addrindex.c
3820         * src/addritem.c
3821         * src/codeconv.c
3822         * src/compose.c
3823         * src/filtering.c
3824         * src/folder.c
3825         * src/folder_item_prefs.c
3826         * src/folderview.c
3827         * src/localfolder.c
3828         * src/matcher.c
3829         * src/mimeview.c
3830         * src/prefs_msg_colors.c
3831         * src/prefs_spelling.c
3832         * src/prefs_themes.c
3833         * src/procmime.c
3834         * src/procmsg.c
3835         * src/stock_pixmap.c
3836         * src/summaryview.c
3837         * src/textview.c
3838         * src/toolbar.c
3839         * src/common/mgutils.c
3840         * src/common/prefs.c
3841         * src/common/ssl_certificate.c
3842         * src/gtk/colorlabel.c
3843         * src/gtk/quicksearch.c
3844         * src/plugins/pgpmime/pgpmime.c
3845         * src/plugins/spamassassin/spamassassin.c
3846                 Removed redundant NULL checks for g_free() calls.
3847                 Patch by Pawel Pekala.
3848
3849 2006-04-06 [mones]      2.1.0cvs6
3850
3851         * src/prefs_actions.c
3852         * src/prefs_filtering.c
3853         * src/prefs_filtering_action.c
3854         * src/prefs_matcher.c
3855         * src/prefs_template.c
3856         * src/gtk/gtkutils.c
3857         * src/gtk/gtkutils.h
3858                 Have a nice replace button. Patch by Pawel Pekala
3859
3860 2006-04-06 [colin]      2.1.0cvs5
3861
3862         * src/addressbook.c
3863                 Fix crash with empty columns
3864
3865 2006-04-05 [colin]      2.1.0cvs4
3866
3867         * src/wizard.c
3868         * src/prefs_gtk.c
3869                 Allow wizard customization with pre-filled values
3870
3871 2006-04-05 [colin]      2.1.0cvs3
3872
3873         * src/textview.c
3874         * src/mimeview.c
3875         * src/mimeview.h
3876                 Nicer messages in mimeview
3877
3878 2006-04-05 [colin]      2.1.0cvs2
3879
3880         * src/addressbook.c
3881         * src/prefs_summaries.c
3882                 i18n fix
3883
3884 2006-04-05 [colin]      2.1.0cvs1
3885
3886         * src/plugins/pgpcore/plugin.c
3887         * src/plugins/pgpcore/select-keys.c
3888         * src/plugins/pgpcore/select-keys.h
3889         * src/plugins/pgpcore/sgpgme.c
3890         * src/plugins/pgpcore/sgpgme.h
3891         * src/plugins/pgpinline/pgpinline.c
3892         * src/plugins/pgpinline/plugin.c
3893         * src/plugins/pgpmime/pgpmime.c
3894         * src/plugins/pgpmime/plugin.c
3895                 Factorize and generalize a bit 
3896                 Drop S/MIME signature verification from PGP/MIME
3897                 (adding it as another, more complete plugin)
3898
3899 2006-04-05 [paul]       2.1.0
3900
3901         2.1.0 released
3902
3903 2006-04-05 [paul]       2.0.0cvs186
3904
3905         * manual/advanced.xml
3906                 add info on colour labels
3907
3908 2006-04-05 [paul]       2.0.0cvs185
3909
3910         * po/bg.po
3911         * po/cs.po
3912         * po/de.po
3913         * po/el.po
3914         * po/en_GB.po
3915         * po/fi.po
3916         * po/fr.po
3917         * po/it.po
3918         * po/nl.po
3919         * po/pl.po
3920         * po/pt_BR.po
3921         * po/sr.po
3922         * po/zh_CN.po
3923                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3924                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3925                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3926                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3927         * src/gtk/authors.h
3928         * tools/claws.i18n.status.pl
3929                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3930                 and new Czech translator, Tim <timbrain@post.cz>
3931
3932 2006-04-05 [mones]      2.0.0cvs184
3933
3934         * po/es.po
3935                 Updated translation
3936
3937 2006-04-05 [colin]      2.0.0cvs183
3938
3939         * src/gtk/quicksearch.c
3940                 Fix bug #929 (unnecessary reload in quick search bar)
3941
3942 2006-04-05 [colin]      2.0.0cvs182
3943
3944         * src/compose.c
3945                 Fix crash on Reply with no From:
3946                 Show signature and conversion error on queuing 
3947                 (but not sending)
3948         * src/mainwindow.c
3949         * src/summaryview.c
3950         * src/summaryview.h
3951                 Factorize threading code and make sure msginfo 
3952                 is not null when it comes from a GtkCTreeRow's 
3953                 data
3954         * src/gtk/gtkaspell.c
3955                 Check for necessary things
3956         * src/gtk/gtksctree.c
3957         * src/gtk/gtksctree.h
3958                 Reset anchor if necessary when removing node
3959
3960 2006-03-29 [colin]      2.0.0cvs181
3961
3962         * src/folderview.c
3963                 Warn for disabled IMAP accounts (due to lack of
3964                 libetpan). Breaks string-freeze - sorry - but it
3965                 is kind of important ;)
3966
3967 2006-03-28 [colin]      2.0.0cvs180
3968
3969         * src/gtk/gtkutils.c
3970         * src/gtk/gtkutils.h
3971                 Add a gtkut_get_link_btn() function that
3972                 creates a button which acts like an URI
3973         * src/prefs_themes.c
3974         * src/gtk/about.c
3975                 Use this function (factorizes codes)
3976         * src/common/defs.h
3977         * src/gtk/pluginwindow.c
3978                 Add a "Get more..." in the plugins window
3979
3980 2006-03-28 [colin]      2.0.0cvs179
3981
3982         * src/common/smtp.c
3983         * src/common/passcrypt.c
3984         * src/undo.c
3985                 Warning fixes. Patch by Pawel Pekala
3986
3987 2006-03-27 [colin]      2.0.0cvs178
3988
3989         * src/undo.c
3990                 Fix undoing by blocks with spaces
3991
3992 2006-03-27 [colin]      2.0.0cvs177
3993
3994         * src/textview.c
3995                 Set margin to 3px for headers
3996
3997 2006-03-27 [paul]
3998
3999         2.1.0-rc2 released
4000
4001 2006-03-27 [wwp]        2.0.0cvs176
4002
4003         * src/summaryview.c
4004                 don't reset quicksearch when updating the message list.
4005                 Thanks to Colin.
4006
4007 2006-03-26 [wwp]        2.0.0cvs175
4008
4009         * src/compose.c
4010                 use a unified border width ('other' tab in the compose window,
4011                 patch by Pawel Pekala).
4012
4013
4014 2006-03-26 [wwp]        2.0.0cvs174
4015
4016         * src/common/quoted-printable.c
4017         * src/addressbook.c
4018                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4019
4020 2006-03-26 [colin]      2.0.0cvs173
4021
4022         * src/quote_fmt_parse.y
4023                 Fix non-UTF8 date formats messing up the whole quote a 
4024                 little bit
4025
4026 2006-03-26 [colin]      2.0.0cvs172
4027
4028         * src/procheader.c
4029                 Make sure the date is UTF8 valid, or try to make it
4030                 so. IncrediMail is really IncrediStupid.
4031         * src/compose.c
4032                 Fix possible conversions. 
4033                 
4034
4035 2006-03-26 [colin]      2.0.0cvs171
4036
4037         * src/matcher.c
4038                 Fix corner cases in body search. This is still a
4039                 hack... It seems impossible to make it good and 
4040                 reasonably fast at the same time.
4041
4042 2006-03-26 [colin]      2.0.0cvs170
4043
4044         * src/summaryview.c
4045                 I think I killed the twilight zone bug!
4046                 summary_select_node() flushes GTK events in order
4047                 to be able to center the view. But this also 
4048                 flushes keypresses like Ctrl-Alt-U, so this can
4049                 call summary_show from summary_select_node (itself
4050                 called from summary_show, etc.). And the summaryview
4051                 has to be unlocked in this function. So just locking
4052                 while processing GTK events, and bailing if locked, 
4053                 should fix it.
4054                 Fixes bug #927 (SIGSEGV during Update Summary)
4055
4056 2006-03-25 [colin]      2.0.0cvs169
4057
4058         * src/matcher.c
4059                 Fix search in QP-encoded bodies
4060                 Fix utf-8 searches in bodies encoded in the
4061                 locale's encoding
4062         * src/common/quoted-printable.c
4063         * src/common/quoted-printable.h
4064                 Add a decode function that doesn't overwrite
4065                 the original pointer
4066                 
4067
4068 2006-03-24 [colin]      2.0.0cvs168
4069
4070         * src/action.c
4071         * src/summaryview.c
4072         * src/summaryview.h
4073                 Update message cache after action
4074                 Patch by H. Merijn Brand
4075         * src/prefs_msg_colors.c
4076                 Factorize label 
4077                 Patch by Fabien Vantard
4078         * src/plugins/spamassassin/spamassassin_gtk.c
4079                 Remove useless translation
4080                 Patch by Fabien Vantard
4081
4082 2006-03-23 [colin]      2.0.0cvs167
4083
4084         * src/common/ssl.c
4085                 Let 30 seconds to SSL_connect
4086
4087 2006-03-23 [wwp]        2.0.0cvs166
4088
4089         * src/summaryview.c
4090         * src/gtk/description_window.c
4091                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4092                 and headers are translated; adjust description windows' width to fit their
4093                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4094
4095 2006-03-23 [paul]       2.0.0cvs165
4096
4097         * src/common/utils.c
4098                 fix highlighting of URIs containing "()"
4099                 (2.0.0cvs164's reversal fixed)
4100                 Thanks to Colin.
4101
4102 2006-03-23 [paul]       2.0.0cvs164
4103
4104         * src/common/utils.c
4105                 revert patch, (postponing a fix), at 2.0.0cvs120
4106                 as it breaks more URIs than it fixes.
4107                 Allow '-' to be a terminating character in a URI
4108
4109 2006-03-22 [colin]      2.0.0cvs163
4110
4111         * configure.ac
4112                 Require libetpan 0.45
4113                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4114
4115 2006-03-22 [paul]       2.0.0cvs162
4116
4117         * src/editgroup.c
4118                 replace '<-' and '->' buttons with GTK_STOCK graphical
4119                 buttons
4120         * src/summary_search.c
4121                 don't offer '...' for translation
4122                 add a tooltip to advanced search '...' button
4123         * src/gtk/quicksearch.c
4124                 don't offer '...' for translation
4125
4126 2006-03-21 [colin]      2.0.0cvs161
4127
4128         * src/compose.c
4129                 Fix middle-click pasting (insert at click
4130                 position instead of cursor position, don't
4131                 remove existing selection and allow pasting
4132                 our own selection)
4133         * src/addressbook.c
4134                 "LDAP Server" -> "LDAP servers"
4135
4136 2006-03-21 [wwp]        2.0.0cvs160
4137
4138         * src/etpan/imap-thread.c
4139                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4140
4141 2006-03-20 [colin]      2.0.0cvs159
4142
4143         * src/summaryview.c
4144                 Don't reload summaryview after an execute with no
4145                 move action
4146
4147 2006-03-19 [colin]      2.0.0cvs158
4148
4149         * src/addressbook.c
4150                 and put groups at the top, always
4151
4152 2006-03-19 [colin]      2.0.0cvs157
4153
4154         * src/addressbook.c
4155                 Order groups before names, as previously
4156
4157 2006-03-19 [colin]      2.0.0cvs156
4158
4159         * src/addressbook.c
4160                 - Sort case-unsensitive
4161                 - Put the sort arrow at opening too
4162
4163 2006-03-19 [wwp]        2.0.0cvs155
4164
4165         * src/addressbook.c
4166                 allow sorting by name/email/remarks, ensure that right-pane's contents
4167                 matches the left-pane selection (cleared when appropriate).
4168                 Patch by Pawel Pekala <c0rn@o2.pl>.
4169
4170 2006-03-18 [colin]      2.0.0cvs154
4171
4172         * src/textview.c
4173                 Fix text cursor ;)
4174
4175 2006-03-18 [colin]      2.0.0cvs153
4176
4177         * src/gtk/filesel.c
4178                 Make sure we hide the preview if we didn't get
4179                 a filename
4180
4181 2006-03-18 [colin]      2.0.0cvs152
4182
4183         * src/summaryview.c
4184                 Set cursor to watch for execution (fixes lack
4185                 of watch-cursor when dnd'ing hundreds of mails)
4186         * src/gtk/filesel.c
4187                 Check that mime type is 'image/*' before updating
4188                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4189
4190 2006-03-18 [colin]      2.0.0cvs151
4191
4192         * src/mainwindow.c
4193         * src/textview.c
4194         * src/textview.h
4195                 Put a watch cursor in textview too when the mainwindow's
4196                 cursor in a watch
4197
4198 2006-03-18 [colin]      2.0.0cvs150
4199
4200         * src/folder.c
4201                 Change wrong asserts to simple tests
4202
4203 2006-03-17 [colin]      2.0.0cvs149
4204
4205         * src/mainwindow.c
4206         * src/mainwindow.h
4207         * src/prefs_msg_colors.c
4208         * src/summaryview.c
4209         * src/summaryview.h
4210         * src/gtk/colorlabel.c
4211         * src/gtk/colorlabel.h
4212                 Add a color label menu in the main menubar
4213                 Add (fixed) accels Ctrl-{0-7} to change the color
4214                 They have to be fixed because the menu's dynamic,
4215                 the items are complex widgets, hence we can't use
4216                 a GtkItemFactory.
4217
4218
4219 2006-03-17 [wwp]        2.0.0cvs148
4220
4221         * src/compose.c
4222                 rollback few lines from my previous commit (those lines come from
4223                 a pending patch, accidentally commited, even if neutral as they are
4224                 commented out).
4225
4226 2006-03-17 [wwp]        2.0.0cvs147
4227
4228         * src/compose.c
4229                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4230                 applied code style/indentation to the modified function.
4231
4232 2006-03-17 [wwp]        2.0.0cvs146
4233
4234         * src/procmsg.c
4235         * src/compose.c
4236                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4237
4238 2006-03-17 [paul]
4239
4240         2.1.0-rc1 released
4241
4242 2006-03-17 [paul]       2.0.0cvs145
4243
4244         * src/main.c
4245                 addressbook_read_file() was called twice
4246         * src/textview.c
4247                 X-Mailer highlighting
4248
4249 2006-03-16 [colin]      2.0.0cvs144
4250
4251         * src/sourcewindow.c
4252         * src/sourcewindow.h
4253                 And the last one, in source window.
4254
4255 2006-03-16 [colin]      2.0.0cvs143
4256
4257         * src/compose.c
4258         * src/compose.h
4259                 Fix the same stuff in compose
4260
4261 2006-03-16 [colin]      2.0.0cvs142
4262
4263         * src/messageview.c
4264                 Complete the previous messageview crash fix
4265
4266 2006-03-16 [colin]      2.0.0cvs141
4267
4268         * src/procmsg.h
4269         * src/procmsg.c
4270         * src/folder.c
4271                 Fix POSTPROCESSING hook
4272                 Patch by H. Merijn Brand
4273
4274         * src/procmime.c
4275         * src/procmime.h
4276                 Parse Content-Location
4277
4278         * src/toolbar.c
4279         * src/messageview.c
4280         * src/messageview.h
4281                 Don't crash when a top-level MessageView has
4282                 been closed on us. Same problematic than
4283                 yesterday's quicksearch issue.
4284
4285 2006-03-15 [colin]      2.0.0cvs140
4286
4287         * src/gtk/quicksearch.c
4288                 Fix a bitchy race we didn't think about when we
4289                 added quicksearch cancellation:
4290                 If the search is not on cached fields, for example
4291                 body_part matchcase "stuff"
4292                 the matcher code has to get the whole message. If
4293                 we're on IMAP, that can be slow, and in order to
4294                 be non-blocking, the IMAP code idle loop processes
4295                 gtk events too. So it is possible to cancel a
4296                 quicksearch while the matcher is getting the mail's
4297                 body. After matcher got its body, it will start to
4298                 iterate over the matcher list that the Quicksearch's
4299                 clear_search_cb() just freed via prepare_matcher().
4300                 SIGSEGV ensues.
4301                 The fix consists of guarding the matcherlist_match()
4302                 call with a boolean 'matching'. If we reset the
4303                 quicksearch while matching is TRUE, we don't free
4304                 the matcherlist anymore like we did, but we set
4305                 another new flag, deferred_free, to TRUE. Then,
4306                 in quicksearch_match(), just after returning from
4307                 matcherlist_match() and unsetting the matching flag,
4308                 we check the deferred_free flag and do the
4309                 prepare_matcher() (which does the matcherlist_free)
4310                 for real, so we free the matcherlist once it's not
4311                 used anymore.
4312                 As all of this runs via the glib main loop, we
4313                 luckily don't need a mutex.
4314         * src/summaryview.c
4315                 Also, show progress while searching.
4316
4317
4318 2006-03-14 [colin]      2.0.0cvs139
4319
4320         * src/alertpanel.c
4321                 Make alertpanel_is_open non-static
4322
4323 2006-03-14 [colin]      2.0.0cvs138
4324
4325         * src/prefs_spelling.c
4326                 Cleanups - Fabien Vantard
4327
4328 2006-03-14 [wwp]        2.0.0cvs137
4329
4330         * src/main.c
4331                 code style normalization (curly braces, indentation).
4332
4333 2006-03-14 [wwp]        2.0.0cvs137
4334
4335         * src/main.c
4336                 code style (braces, indentation)
4337
4338 2006-03-12 [paul]       2.0.0cvs136
4339
4340         * src/prefs_common.c
4341                 trans_hdr defaults to FALSE to be RFC-savvy
4342         * src/prefs_summaries.c
4343                 add a tooltip to the trans_hdr option
4344                 
4345
4346 2006-03-12 [paul]       2.0.0cvs135
4347
4348         * src/prefs_matcher.c
4349                 give a little more width to the combos
4350         * src/prefs_display_header.c
4351         * src/textview.c
4352                 translate headers if prefs_common.trans_hdr
4353                 is TRUE
4354
4355         Patches by Pawel Pekala
4356
4357 2006-03-12 [paul]       2.0.0cvs134
4358
4359         * src/plugins/clamav/clamav_plugin.c
4360         * src/plugins/dillo_viewer/dillo_viewer.c
4361         * src/plugins/pgpcore/plugin.c
4362         * src/plugins/pgpinline/plugin.c
4363         * src/plugins/pgpmime/plugin.c
4364         * src/plugins/spamassassin/spamassassin.c
4365                 update/add to descriptions
4366         * src/plugins/spamassassin/spamassassin_gtk.c
4367                 fixes to the english, remove superfluous
4368                 tooltips, clean up a little
4369
4370 2006-03-12 [paul]       2.0.0cvs133
4371
4372         * src/compose.c
4373                 fix Bug 924, 'Account combo box shows up wrong 
4374                 if & is in account name'
4375
4376 2006-03-11 [colin]      2.0.0cvs132
4377
4378         * src/summaryview.c
4379                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
4380                 messed up shift-selection because is slows down
4381                 moving around summaryview. thanks -users
4382
4383 2006-03-10 [colin]      2.0.0cvs131
4384
4385         * src/plugins/spamassassin/spamassassin_gtk.c
4386                 Put back Paul's engrish fixes
4387
4388 2006-03-10 [colin]      2.0.0cvs130
4389
4390         * src/plugins/spamassassin/spamassassin.c
4391         * src/plugins/spamassassin/spamassassin.h
4392         * src/plugins/spamassassin/spamassassin_gtk.c
4393                 Cleanup SA prefs page (more)
4394                 Patch by Fabien Vantard
4395
4396 2006-03-10 [paul]       2.0.0cvs129
4397
4398         * src/prefs_msg_colors.c
4399         * src/prefs_spelling.c
4400                 widget sensitivity
4401
4402 2006-03-09 [mones]      2.0.0cvs128
4403
4404         * po/es.po
4405                 Update for next RC
4406
4407 2006-03-09 [wwp]        2.0.0cvs127
4408
4409         * configure.ac
4410                 revert accidental commit (requirement for libetpan 0.43), this time
4411                 not in HEAD.
4412
4413 2006-03-09 [wwp]        2.0.0cvs125
4414
4415         * configure.ac
4416                 revert accidental commit (requirement for libetpan 0.43)
4417
4418 2006-03-09 [paul]       2.0.0cvs126
4419
4420         * src/prefs_receive.c
4421                 remove useless frame
4422                 replace 'incorporation' with 'receiving'
4423         * src/plugins/clamav/clamav_plugin_gtk.c
4424         * src/plugins/spamassassin/spamassassin_gtk.c
4425                 improve widget sensitivity
4426                 fix a bit his engrish
4427
4428 2006-03-09 [wwp]        2.0.0cvs125
4429
4430         * src/addressadd.c
4431         * src/foldersel.c
4432         * src/prefs_common.c
4433         * src/prefs_common.h
4434                 remember some more windows' sizes (add to addressbook and
4435                 select folder).
4436
4437 2006-03-09 [paul]       2.0.0cvs124
4438
4439         * src/plugins/pgpcore/prefs_gpg.c
4440                 normalise construction of dialogue
4441
4442 2006-03-09 [paul]       2.0.0cvs123
4443
4444         * src/plugins/trayicon/Makefile.am
4445                 add missing slash
4446
4447 2006-03-08 [colin]      2.0.0cvs122
4448
4449         * src/plugins/trayicon/Makefile.am
4450                 Fix build in separate dir 
4451                 Patch by Bamanzi <bamanzi@gmail.com>
4452
4453 2006-03-08 [colin]      2.0.0cvs121
4454
4455         * src/procmsg.c
4456                 Batch move and copies from summaryview with delayed execution
4457                 too
4458
4459 2006-03-07 [paul]       2.0.0cvs120
4460
4461         * src/common/utils.c
4462                 fix highlighting of URIs containing "()"
4463                 Patch by Pawel Pekala
4464
4465 2006-03-07 [paul]       2.0.0cvs119
4466
4467         * src/folder.c
4468         * src/folder.h
4469         * src/folderview.c
4470                 immediately do alphabetical resort when
4471                 changing a folder's name
4472                 Patch by Pawel Pekala
4473
4474 2006-03-07 [paul]       2.0.0cvs118
4475
4476         * src/news.c
4477         * src/news_gtk.c
4478                 when unsubscribing a newsgroup, remove the
4479                 folder and msgs in .sylpheed-claws/newscache
4480                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4481
4482 2006-03-07 [paul]       2.0.0cvs117
4483
4484         * src/textview.c
4485                 fix wrong Fake URL Warning
4486                 Thanks to Hiro
4487
4488 2006-03-07 [colin]      2.0.0cvs116
4489
4490         * src/imap.c
4491                 Return immediately when password dialog was
4492                 cancelled
4493         * src/gtk/inputdialog.c
4494                 Allow empty strings for passwords
4495
4496
4497 2006-03-06 [colin]      2.0.0cvs115
4498
4499         * src/imap.c
4500                 Prevent double-timeouts when connection fails
4501
4502 2006-03-06 [colin]
4503
4504         2.0.1-rc1 released
4505
4506 2006-03-06 [colin]      2.0.0cvs114
4507
4508         * src/imap.c
4509                 Refresh session during potentially long
4510                 operations
4511
4512 2006-03-06 [wwp]        2.0.0cvs113
4513
4514         * src/prefs_msg_colors.h
4515                 forgot that one (custom color labels).
4516
4517 2006-03-06 [wwp]        2.0.0cvs112
4518
4519         * src/prefs_common.c
4520         * src/prefs_common.h
4521         * src/prefs_msg_colors.c
4522         * src/summaryview.c
4523         * src/summaryview.h
4524         * src/gtk/colorlabel.c
4525         * src/gtk/colorlabel.h
4526                 colors in messages list are now customizable. Color values and names can
4527                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4528                 Thanks to Paul and Colin for their help with this longstanding patch!
4529
4530 2006-03-06 [wwp]        2.0.0cvs111
4531
4532         * src/textview.c
4533                 don't crash if (x)face is bad.
4534
4535 2006-03-05 [paul]       2.0.0cvs110
4536
4537         * AUTHORS
4538         * configure.ac
4539         * src/Makefile.am
4540         * src/common/Makefile.am
4541         * src/common/utils.h
4542         * src/etpan/imap-thread.c
4543         * src/gtk/authors.h
4544         * src/plugins/clamav/Makefile.am
4545         * src/plugins/demo/Makefile.am
4546         * src/plugins/dillo_viewer/Makefile.am
4547         * src/plugins/pgpcore/Makefile.am
4548         * src/plugins/pgpcore/passphrase.c
4549         * src/plugins/pgpinline/Makefile.am
4550         * src/plugins/pgpmime/Makefile.am
4551         * src/plugins/spamassassin/Makefile.am
4552         * src/plugins/trayicon/Makefile.am
4553                 fix builiding on cygwin
4554                 Patch by Ralgh Young <bamanzi@gmail.com>
4555
4556 2006-03-04 [wwp]        2.0.0cvs109
4557
4558         * manual/keyboard.xml
4559                 fix mixed up/down keys.
4560
4561 2006-03-04 [wwp]        2.0.0cvs108
4562
4563         * README
4564         * INSTALL
4565                 updated links to SpamAssassin.
4566
4567 2006-03-04 [wwp]        2.0.0cvs107
4568
4569         * manual/plugins.xml
4570         * src/plugins/spamassassin/README
4571                 updated SpamAssassin plugin docs to reflect new functional additions
4572                 (also fix/update/documents few technical stuff more, see the README).
4573
4574 2006-03-04 [wwp]        2.0.0cvs106
4575
4576         * src/prefs_message.c
4577                 normalized capitalization of message-prefs paths.
4578
4579 2006-03-04 [wwp]        2.0.0cvs105
4580
4581         * manual/advanced.xml
4582                 typo.
4583
4584 2006-03-03 [colin]      2.0.0cvs104
4585
4586         * src/plugins/clamav/clamav_plugin_gtk.c
4587                 Rework prefs page, patch by Fabien 
4588
4589 2006-03-03 [colin]      2.0.0cvs103
4590
4591         * src/plugins/clamav/clamav_plugin.c
4592                 Set error on all errors
4593
4594 2006-03-03 [colin]      2.0.0cvs102
4595
4596         * src/common/plugin.c
4597                 Initialize error to avoid crashing when a plugin fails
4598                 without setting error
4599
4600 2006-03-02 [wwp]        2.0.0cvs101
4601
4602         * configure.ac
4603                 fixed linker flags for libetpan support on Cygwin
4604                 (thanks to H.Merijn Brand).
4605
4606 2006-03-02 [wwp]        2.0.0cvs100
4607
4608         * src/addressbook.c
4609                 fix some AB error messages: one for punctuation and
4610                 one wrongly duplicate (thanks, maxbritov).
4611
4612 2006-03-02 [wwp]        2.0.0cvs99
4613
4614         * src/plugins/spamassassin/spamassassin.c
4615                 make sync calls to sa-learn/spamc to prevent
4616                 system (whatever local or client/server) overload.
4617
4618 2006-03-02 [colin]      2.0.0cvs98
4619
4620         * src/summaryview.c
4621                 Put the spam icon in the status column instead of the
4622                 mark one
4623
4624 2006-03-01 [colin]      2.0.0cvs97
4625
4626         * src/plugins/spamassassin/spamassassin.c
4627                 Fix segfault (g_file_set_contents fails for some 
4628                 reason and err==0x2f. Can't find out why with
4629                 valgrind, using working function :-)
4630
4631 2006-03-01 [colin]      2.0.0cvs96
4632
4633         * src/inc.c
4634                 Offline overriding: let 'No' be cached only 3 seconds
4635
4636 2006-03-01 [colin]      2.0.0cvs95
4637
4638         * src/addr_compl.c
4639         * src/addrbook.c
4640         * src/addressbook.c
4641         * src/addrindex.c
4642         * src/folder_item_prefs.c
4643         * src/headerview.c
4644         * src/imap.c
4645         * src/inc.c
4646         * src/ldif.c
4647         * src/mainwindow.c
4648         * src/mh.c
4649         * src/msgcache.c
4650         * src/prefs_common.h
4651         * src/prefs_msg_colors.c
4652         * src/procheader.c
4653         * src/procheader.h
4654         * src/procmime.c
4655         * src/procmsg.c
4656         * src/procmsg.h
4657         * src/send_message.h
4658         * src/simple-gettext.c
4659         * src/summaryview.c
4660         * src/summaryview.h
4661         * src/syldap.c
4662         * src/textview.c
4663         * src/undo.c
4664         * src/common/ssl_certificate.c
4665         * src/common/utils.c
4666         * src/gtk/colorsel.c
4667         * src/gtk/gtksctree.c
4668         * src/gtk/gtkshruler.c
4669         * src/plugins/trayicon/trayicon.c
4670                 #if 0 goes to /dev/null
4671
4672 2006-03-01 [colin]      2.0.0cvs94
4673
4674         * src/compose.c
4675         * src/imap.c
4676         * src/inc.c
4677         * src/inc.h
4678         * src/messageview.c
4679         * src/news.c
4680         * src/plugins/spamassassin/spamassassin.c
4681                 Allow to add information in the "working offline"
4682                 window
4683
4684 2006-03-01 [wwp]        2.0.0cvs93
4685
4686         * src/plugins/spamassassin/spamassassin.c
4687                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4688                 'cause it seems that calling `spamc ... < inputfile` with
4689                 g_spawn_(a)sync simply.. erm doesn't work :-).
4690
4691 2006-03-01 [wwp]        2.0.0cvs92
4692
4693         * src/toolbar.c
4694         * src/toolbar.h
4695                 simplify the adding of spam/ham button to the messageview toolbar
4696                 (it gets more clear now that the same button will be "Mark as spam"
4697                 or "Mark as ham" according to the current message status,
4698                 thanks to Colin).
4699
4700 2006-03-01 [wwp]        2.0.0cvs91
4701
4702         * src/messageview.c
4703         * src/procmsg.c
4704         * src/procmsg.h
4705         * src/summaryview.c
4706         * src/plugins/spamassassin/spamassassin.c
4707         * src/plugins/spamassassin/spamassassin.h
4708                 make learner callbacks return a status (0 for ok),
4709                 handle it in main code to avoid setting flags when learning failed,
4710                 don't learn on TCP if offline in spamassassin,
4711                 thanks to Colin.
4712
4713                 
4714
4715 2006-03-01 [wwp]        2.0.0cvs90
4716
4717         * src/compose.c
4718                 some work around the compose window's account menu,
4719                 patch by Fabien Vantard.
4720
4721 2006-03-01 [wwp]        2.0.0cvs89
4722
4723         * src/plugins/spamassassin/spamassassin.c
4724                 fixed bad logics, was using spamc in local mode and sa-learn
4725                 in remote mode (thanks, Colin).
4726
4727 2006-03-01 [wwp]        2.0.0cvs88
4728
4729         * src/plugins/spamassassin/spamassassin.c
4730         * src/plugins/spamassassin/spamassassin.h
4731         * src/plugins/spamassassin/spamassassin_gtk.c
4732                 made processing of emails w/ sa-plugin an option (default is TRUE),
4733                 fixed Engrish some tooltips, capitalization of some debug messages
4734                 and warnings. The spamassassin plugin now provides two separate
4735                 services: process emails upon incorporation and spamd training.
4736                 Both services (un)register independently but use some common
4737                 plugin settings (transport settings, spam storage location).
4738
4739 2006-02-28 [wwp]        2.0.0cvs87
4740
4741         * src/plugins/spamassassin/spamassassin.c
4742                 fix async flag to spamc cmdline execution (batch exec should
4743                 be asynchronous).
4744
4745 2006-02-27 [wwp]        2.0.0cvs86
4746
4747         * src/plugins/spamassassin/spamassassin.c
4748         * src/plugins/spamassassin/spamassassin.h
4749         * src/plugins/spamassassin/spamassassin_gtk.c
4750                 - added the ability to learn a remote spamassassin server (spamd),
4751                 using spamc.
4752                 - added the spamassassin option 'username', that applies to all
4753                 spamassassin operations (filtering, learning, local or remote).
4754                 The default username is the current unix user (if left blank
4755                 from gtk prefs or config file).
4756                 - commented out some unused code (notebook widget), removed unused
4757                 layout (hbox1).
4758                 - make more widgets sensitive to the transport type.
4759
4760 2006-02-27 [colin]      2.0.0cvs85
4761
4762         * src/plugins/spamassassin/spamassassin.c
4763                 Fix sa-learn call when offline
4764
4765 2006-02-27 [colin]      2.0.0cvs84
4766
4767         * configure.ac
4768         * src/Makefile.am
4769         * src/mainwindow.c
4770         * src/mainwindow.h
4771         * src/messageview.c
4772         * src/messageview.h
4773         * src/prefs_toolbar.c
4774         * src/procmsg.c
4775         * src/stock_pixmap.c
4776         * src/stock_pixmap.h
4777         * src/summaryview.c
4778         * src/toolbar.c
4779         * src/toolbar.h
4780         * src/pixmaps/ham_btn.xpm
4781         * src/pixmaps/spam.xpm
4782         * src/pixmaps/spam_btn.xpm
4783         * src/plugins/spamassassin/spamassassin.c
4784                 Add button in toolbar for spam learning
4785                 Fix a few bugs from the last related commit
4786                 Revert 1.9.6cvs23 which messed up shift-selection
4787
4788 2006-02-24 [colin]      2.0.0cvs83
4789
4790         * src/procmsg.c
4791         * src/summaryview.c
4792         * src/summaryview.h
4793         * src/plugins/spamassassin/spamassassin.c
4794         * src/plugins/spamassassin/spamassassin.h
4795         * src/plugins/spamassassin/spamassassin_gtk.c
4796                 Unregister learner when spamassassin is either
4797                 disabled or over tcp
4798
4799 2006-02-24 [colin]      2.0.0cvs82
4800
4801         * src/Makefile.am
4802         * src/mainwindow.c
4803         * src/mainwindow.h
4804         * src/procmsg.c
4805         * src/procmsg.h
4806         * src/stock_pixmap.c
4807         * src/stock_pixmap.h
4808         * src/summaryview.c
4809         * src/summaryview.h
4810         * src/gtk/icon_legend.c
4811         * src/pixmaps/spam.xpm  ** NEW FILE **
4812         * src/plugins/spamassassin/spamassassin.c
4813         * src/plugins/spamassassin/spamassassin_gtk.c
4814                 Add spam learning interface (Mark/Mark as 
4815                 (spam|ham) menus)
4816
4817 2006-02-24 [wwp]        2.0.0cvs81
4818
4819         * src/compose.c
4820         * src/compose.h
4821         * src/filtering.c
4822                 hide compose window when sending message in batch mode
4823                 (filtering: forward and redirect). Also fixed a wrong
4824                 value returned when sending failed, neutral anyway.
4825                 (Colin, me) 
4826
4827 2006-02-24 [wwp]        2.0.0cvs80
4828
4829         * src/mainwindow.c
4830                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4831
4832 2006-02-24 [paul]       2.0.0cvs79
4833
4834         * src/news.c
4835         * src/news.h
4836         * src/news_gtk.c
4837                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4838                 Thanks to Colin
4839
4840 2006-02-23 [colin]      2.0.0cvs78
4841
4842         * src/alertpanel.c
4843                 Change OK to Close in alertpanel with View log
4844                 button; add accel to View log. Patch by Fabien
4845                 Vantard
4846
4847 2006-02-23 [wwp]        2.0.0cvs77
4848
4849         * src/compose.c
4850                 silly me, there were much more tests to perform, since toolbars can
4851                 really have down to 1 element only.
4852
4853 2006-02-23 [wwp]        2.0.0cvs76
4854
4855         * commitHelper
4856                 fixed indentation from my previous commit. Fallback to VISUAL if
4857                 EDITOR is not set (and to vi, at last resort).
4858
4859 2006-02-23 [wwp]        2.0.0cvs75
4860
4861         * commitHelper
4862                 improved error detection (Colin, me).
4863
4864 2006-02-23 [wwp]        2.0.0cvs74
4865
4866         * src/prefs_toolbar.c
4867                 simplify and fix prefs/toolbars layouting. Combos' contents can
4868                 now be really displayed.
4869
4870 2006-02-23 [wwp]        2.0.0cvs73
4871         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4872         be really displayed.
4873
4874 2006-02-22 [wwp]        2.0.0cvs72
4875
4876         * src/compose.c
4877                 fix a typo in my previous commit (sorry!).
4878
4879 2006-02-22 [wwp]        2.0.0cvs71
4880
4881         * src/prefs_toolbar.c
4882                 fix a crash when adding separators to toolbars,
4883                 also fix some separator item information.
4884
4885 2006-02-22 [wwp]        2.0.0cvs70
4886
4887         * src/compose.c
4888                 fix a crash when redirecting (for instance) when compose window's
4889                 toolbar contents has been customized (when some buttons have been
4890                 removed in fact).
4891
4892 2006-02-21 [wwp]        2.0.0cvs69
4893
4894         * src/summaryview.c
4895         * src/gtk/pluginwindow.c
4896         * src/plugins/pgpcore/prefs_gpg.c
4897                 fix some compilation warnings (feat. remains of removed code).
4898
4899 2006-02-21 [wwp]        2.0.0cvs68
4900
4901         * src/gtk/gtkutils.c
4902                 fix two compilation issues, thanks to Stephan Sachse.
4903
4904 2006-02-20 [colin]      2.0.0cvs67
4905
4906         * src/mainwindow.c
4907                 Don't reselect displayed mail on refocus
4908                 This fixes actions misbehaving 
4909
4910 2006-02-20 [wwp]        2.0.0cvs66
4911
4912         * src/summaryview.c
4913         * src/gtk/gtksctree.c
4914         * src/gtk/gtkshruler.c
4915                 changed more runtime typecast checks.
4916
4917 2006-02-20 [wwp]        2.0.0cvs65
4918
4919         * src/summary_search.c
4920                 find all - summaryview refresh issue fixed, thanks to Colin.
4921
4922 2006-02-20 [wwp]        2.0.0cvs64
4923
4924         * src/gtk/gtkutils.c
4925                 better runtime typecast checks.
4926
4927 2006-02-20 [wwp]        2.0.0cvs63
4928
4929         * src/summary_search.c
4930                 enhancements to the summary search:
4931                         - add the ability to stop the running search
4932                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4933                         - don't search if no criteria (From/To/Subject/Body) is set
4934                         - ensure that a busy mouse pointer is always shown when searching,
4935                           show it even a bit earlier
4936
4937 2006-02-19 [colin]      2.0.0cvs62
4938
4939         * src/compose.c
4940         * src/imap.c
4941         * src/etpan/imap-thread.c
4942         * src/etpan/imap-thread.h
4943                 (Future) IMAP speed improvement on sending
4944                 Will require a libetpan update
4945         * src/summaryview.c
4946         * src/gtk/quicksearch.c
4947                 Make quicksearch clearable while running.
4948
4949 2006-02-17 [colin]      2.0.0cvs61
4950
4951         * src/imap.c
4952         * src/etpan/imap-thread.c
4953         * src/etpan/imap-thread.h
4954                 Check for IMAP certificates
4955                 ** Requires libetpan-0.42-cvs4 
4956                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4957
4958 2006-02-17 [colin]      2.0.0cvs60
4959
4960         * src/messageview.c
4961         * src/prefs_common.c
4962         * src/prefs_common.h
4963         * src/prefs_message.c
4964                 Add pref to display HTML-only mails with plugin, 
4965                 if possible (defaulting to FALSE of course).
4966
4967 2006-02-16 [colin]      2.0.0cvs59
4968
4969         * src/main.c
4970         * src/common/plugin.c
4971         * src/common/plugin.h
4972         * src/gtk/pluginwindow.c
4973                 Keep track of requested (but unloaded) plugins
4974                 in some error cases.
4975
4976 2006-02-16 [wwp]        2.0.0cvs58
4977
4978         * src/gtk/gtkaspell.c
4979         * src/gtk/gtkaspell.h
4980         * src/prefs_spelling.c
4981         * src/compose.c
4982         * src/prefs_common.c
4983         * src/prefs_common.h
4984                 implemented new optional spellchecker behaviour: re-check message when
4985                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4986
4987 2006-02-16 [wwp]        2.0.0cvs57
4988
4989         * src/quote_fmt_parse.y
4990                 pclose popen'ed pipe.
4991
4992 2006-02-15 [colin]      2.0.0cvs56
4993
4994         * src/mimeview.c
4995         * src/mimeview.h
4996                 Let MimeViewers know which MimeView they
4997                 depend of.
4998         * src/summaryview.c
4999                 Swap From/To columns in Sent/Queue/Drafts
5000                 folders
5001         * src/etpan/imap-thread.c
5002                 Use mailstream_low_tls_open() for STARTTLS
5003                 instead of mailstream_low_ssl_open()
5004                 ** REQUIRES libetpan 0.42cvs3 **
5005
5006 2006-02-15 [wwp]        2.0.0cvs55
5007
5008         * src/compose.c
5009         * src/compose.h
5010         * src/message_search.c
5011         * src/message_search.h
5012         * src/textview.c
5013         * src/gtk/gtkutils.c
5014         * src/gtk/gtkutils.h
5015                 added the ability to Find text in the compose window (and a bit
5016                 of code factorization).
5017
5018 2006-02-15 [wwp]        2.0.0cvs54
5019
5020         * src/prefs_gtk.c
5021                 yet another one file was missing (fix for some widgets' sensitivity).
5022                 Thanks Colin!
5023
5024 2006-02-15 [wwp]        2.0.0cvs53
5025
5026         * src/prefs_gtk.h
5027                 oops forgot that file (fix for some widgets' sensitivity).
5028
5029 2006-02-15 [wwp]        2.0.0cvs52
5030
5031         * src/summary_search.c
5032                 implemented advanced summary search options (added the ability
5033                 to use matcher conditions in an advanced search mode).
5034
5035 2006-02-15 [wwp]        2.0.0cvs51
5036
5037         * src/plugins/pgpcore/prefs_gpg.c
5038         * src/prefs_account.c
5039                 fix some widget sensitivity, mostly around some labels in
5040                 account prefs.
5041
5042 2006-02-15 [paul]       2.0.0cvs50
5043
5044         * manual/advanced.xml
5045                 improve Templates info
5046                 written by wwp
5047
5048 2006-02-14 [colin]      2.0.0cvs49
5049
5050         * src/pixmaps/address_book.xpm
5051         * src/pixmaps/preferences.xpm
5052         * src/pixmaps/properties.xpm
5053                 Fix pixmap size - patch by Fabien Vantard
5054
5055 2006-02-13 [colin]      2.0.0cvs48
5056
5057         * src/procmime.c
5058                 Add missing fclose()s on error
5059         * src/textview.c
5060                 Remove unused code
5061         * src/common/utils.c
5062                 Fix temp files not being deleted on windows
5063         Patches by Thomas Gilgin
5064
5065 2006-02-13 [colin]      2.0.0cvs47
5066
5067         * src/mainwindow.c
5068                 Fix exit crash
5069
5070 2006-02-13 [wwp]        2.0.0cvs46
5071
5072         * src/plugins/pgpcore/prefs_gpg.c
5073                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5074
5075 2006-02-12 [colin]      2.0.0cvs45
5076
5077         * src/folderview.c
5078         * src/main.c
5079         * src/mainwindow.c
5080                 Fix "stuff" when quitting
5081
5082 2006-02-12 [wwp]        2.0.0cvs44
5083
5084         * src/prefs_themes.c
5085                 fix typos in debug messages.
5086
5087 2006-02-11 [colin]      2.0.0cvs43
5088
5089         * src/summaryview.c
5090                 don't allow drag/drop from ourself
5091
5092 2006-02-10 [wwp]        2.0.0cvs42
5093
5094         * src/exporthtml.c
5095         * src/html.c
5096         * src/html.h
5097         * src/procmime.c
5098         * src/textview.c
5099                 renamed html_ prefixed functions and data structures to avoid
5100                 namespace clashes w/ other software (gtkhtml2 for instance).
5101                 Closes bug #907.
5102
5103
5104 2006-02-09 [colin]      2.0.0cvs41
5105
5106         * src/summaryview.c
5107                 Fix shitty logic messed up. Thanks Ticho for the hint!
5108
5109 2006-02-09 [wwp]        2.0.0cvs40
5110
5111         * src/gtk/about.c
5112         * src/compose.c
5113         * src/prefs_account.c
5114         * src/prefs_gtk.h
5115         * src/editaddress.c
5116                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5117                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5118                 Browse buttons in accounts prefs.
5119
5120 2006-02-09 [colin]      2.0.0cvs39
5121
5122         * src/matcher.c
5123                 Check for pointer before using its members
5124         * src/gtk/gtksourceprintjob.c
5125                 Fix a wrong warning
5126
5127 2006-02-09 [wwp]        2.0.0cvs38
5128
5129         * src/gtk/filesel.c
5130                 fix few compiler warnings (type mismatch).
5131
5132 2006-02-09 [paul]       2.0.0cvs37
5133
5134         * po/fr.po
5135                 updated by Fabien Vantard
5136
5137 2006-02-08 [colin]      2.0.0cvs36
5138
5139         * src/prefs_common.c
5140         * src/common/defs.h
5141         * src/common/plugin.c
5142                 allow windows and linux configurations to coexist
5143                 patch by Thomas Gilgin
5144
5145 2006-02-08 [colin]      2.0.0cvs35
5146
5147         * src/filtering.c
5148         * src/matcher.c
5149         * src/matcher.h
5150         * src/matcher_parser_parse.y
5151         * src/prefs_filtering_action.c
5152         * src/prefs_matcher.c
5153                 Add the "Ignore thread" filtering
5154                 action
5155
5156 2006-02-08 [colin]      2.0.0cvs34
5157
5158         * src/compose.c
5159         * src/procmime.c
5160         * src/procmime.h
5161                 Fix bug #905 (damaged attachment)
5162                 text files with raw \0's aren't really text files
5163         FOR_STABLE
5164
5165 2006-02-08 [colin]      2.0.0cvs33
5166
5167         * src/summaryview.c
5168                 Fix crasher introduced yesterday
5169
5170 2006-02-08 [wwp]        2.0.0cvs32
5171
5172         * src/compose.c
5173         * src/compose.h
5174                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5175
5176 2006-02-08 [wwp]        2.0.0cvs31
5177
5178         * src/prefs_template.c
5179                 templates enhancement: allow address completion for Cc and Bcc fields
5180                 (it was currently possible for the To field only)
5181
5182 2006-02-08 [colin]      2.0.0cvs30
5183
5184         * src/compose.c
5185                 Don't unblock if not blocked
5186         FOR_STABLE
5187
5188 2006-02-07 [colin]      2.0.0cvs29
5189
5190         * src/action.c
5191                 Forgot to refresh summaryview
5192
5193 2006-02-07 [colin]      2.0.0cvs28
5194
5195         * src/action.c
5196                 Freeze/thaw message list and folder list while
5197                 processing %as{} actions 
5198         * src/compose.c
5199                 Fix auto-wrap disabling after a middle-click
5200                 paste - FOR_STABLE
5201
5202 2006-02-07 [paul]       2.0.0cvs27
5203
5204         * src/folder.c
5205                 fix freeing of uninitialised pointers
5206                 Thanks to Colin
5207
5208 2006-02-06 [colin]      2.0.0cvs26
5209
5210         * src/folder.c
5211                 Use g_slist_prepend in potentially big list
5212
5213 2006-02-06 [colin]      2.0.0cvs25
5214
5215         * src/folder.c
5216                 Completely skip processing if it doesn't 
5217                 exist (faster!)
5218
5219 2006-02-06 [colin]      2.0.0cvs24
5220
5221         * src/folder.c
5222         * src/summaryview.c
5223                 Batch filtering in summaryview (from Tools menu)
5224                 and pre/post//-processing too
5225
5226 2006-02-06 [colin]      2.0.0cvs23
5227
5228         * src/procmsg.h
5229         * src/filtering.c
5230                 Use a special field for batch filtering instead
5231                 of stepping on deferred execution's toes
5232
5233 2006-02-06 [colin]      2.0.0cvs22
5234
5235         * src/action.c
5236         * src/filtering.c
5237         * src/filtering.h
5238         * src/folder.c
5239         * src/summaryview.c
5240                 Fix filtering via menus and actions
5241
5242 2006-02-06 [colin]      2.0.0cvs21
5243
5244         * src/imap.c
5245                 Put the added file directly to cache if possible (will work
5246                 with next libetpan)
5247         * src/filtering.c
5248         * src/filtering.h
5249         * src/inc.c
5250         * src/folder.c
5251         * src/mbox.c
5252         * src/procmsg.h
5253                 Move and copy filtered messages by batches instead of one
5254                 by one - faster on IMAP
5255         * src/procmsg.c
5256                 Add a function that'll possibly be useful later
5257
5258 2006-02-06 [colin]      2.0.0cvs20
5259
5260         * src/addressbook.c
5261                 Use internal mime-type instead of text/plain for d'n'd
5262         * src/compose.c
5263                 Allow attaching files from mimeview's icon list via d'n'd
5264         * src/folderview.c
5265         * src/folderview.h
5266                 Use internal mime-type instead of text/plain for d'n'd
5267                 Don't try to selected opened folder if none is
5268                 Factorize d'n'd from other apps code
5269         * src/headerview.c
5270         * src/textview.c
5271         * src/gtk/gtkutils.c
5272         * src/gtk/gtkutils.h
5273                 Factorize Face/X-Face stuff
5274         * src/mimeview.c
5275                 Fix d'n'd to other apps
5276         * src/prefs_message.c
5277                 Let the XFace pref be usable without libcompface as it also
5278                 applies to Face
5279         * src/summaryview.c
5280                 Fix d'n'd to other apps
5281                 Factorize d'n'd from other apps code
5282
5283 2006-02-06 [wwp]        2.0.0cvs19
5284
5285         * po/it.po
5286                 Italian translation fixes by Andrea Spadaccini (no more confusion
5287                 between filtering and processing, and few changes in the About
5288                 dialog).
5289
5290
5291 2006-02-06 [mones]      2.0.0cvs18
5292
5293         * src/gtk/icon_legend.c
5294                 Improved descriptions allowing better translations
5295
5296 2006-02-05 [colin]      2.0.0cvs17
5297
5298         * src/imap.c
5299                 Add the f*cking missing expunge that caused imap_fetch_env
5300                 to fail after an add_msgs ! :-///
5301         * src/etpan/imap-thread.c
5302                 Add a bit of debug
5303         FOR_STABLE
5304
5305 2006-02-05 [colin]      2.0.0cvs16
5306
5307         * src/common/utils.c
5308                 Don't check for return-path (or we can't put
5309                 back non-sent mails)
5310
5311 2006-02-05 [colin]      2.0.0cvs15
5312
5313         * src/textview.c
5314                 Don't try to display Face header in textview
5315                 when teh headerview's active
5316
5317 2006-02-05 [colin]      2.0.0cvs14
5318
5319         * tools/tbird2syl.py
5320         * tools/Makefile.am
5321                 Add script to import Thunderbird mails
5322
5323 2006-02-05 [colin]      2.0.0cvs13
5324
5325         * src/headerview.c
5326         * src/procheader.c
5327         * src/procmsg.c
5328         * src/procmsg.h
5329         * src/textview.c
5330                 Show Face headers - patch partially by Klaus Flittner
5331
5332 2006-02-05 [colin]      2.0.0cvs12
5333
5334         * src/folderview.c
5335         * src/summaryview.c
5336         * src/common/utils.c
5337         * src/common/utils.h
5338                 Let dnd work from mime icons to summaryview
5339                 and to folderview too
5340                 Add a crude test to avoid trying to add files
5341                 drag'n'dropped when they're not mails
5342
5343 2006-02-04 [colin]      2.0.0cvs11
5344
5345         * src/summaryview.c
5346         * src/mimeview.c
5347                 Fix utf8 conversion
5348
5349 2006-02-04 [colin]      2.0.0cvs10
5350
5351         * src/compose.c
5352         * src/folderview.c
5353         * src/mimeview.c
5354         * src/summaryview.c
5355         * src/summaryview.h
5356                 Added various drag and drop capas:
5357                 From                    To
5358                 summaryview             other apps
5359                 mimeview icons          other apps
5360                 other apps              summaryview
5361                 other apps              folderview
5362
5363                 This shouldn't have broken the existing:
5364                 From                    To
5365                 summaryview             folderview
5366                 folderview              folderview
5367                 summaryview             compose's attachments
5368
5369         Tests welcomed.
5370
5371 2006-02-02 [paul]       2.0.0cvs9
5372
5373         * src/mainwindow.c
5374                 move global option 'Set displayed columns...' out
5375                 of folder option grouping.
5376                 fix sensitivity of 'harvest addresses'
5377         FOR_STABLE
5378
5379 2006-02-01 [colin]      2.0.0cvs8
5380
5381         * src/mimeview.c
5382                 Revert the alertpanel patch, it sucks (intrusive
5383                 and gets in the way of "open")
5384
5385 2006-02-01 [colin]      2.0.0cvs7
5386
5387         * src/compose.c
5388         * src/prefs_account.c
5389         * src/prefs_common.c
5390         * src/common/defs.h
5391         * src/common/utils.c
5392         * src/common/utils.h
5393                 Add ability to edit the signature file
5394                 from the account preferences, and use
5395                 a default for the text editor.
5396                 Patch by Fabien Vantard
5397
5398 2006-02-01 [colin]      2.0.0cvs6
5399
5400         * src/mimeview.c
5401                 Try to get mime type by extension if it is
5402                 application/octet-stream
5403                 Display a window with possible choices when
5404                 encountering unknown mime types
5405         * src/gtk/filesel.c
5406         * src/gtk/filesel.h
5407                 Add preview
5408                 Allow multiple selection in filtered filesel
5409                 (patch by Fabien Vantard)
5410         * src/gtk/pluginwindow.c
5411                 Use it (patch by Fabien Vantard)
5412
5413 2006-02-01 [paul]       2.0.0cvs5
5414
5415         * src/jpilot.c
5416                 fix crash on creating jpilot address book
5417                 Thanks to Colin - FOR_STABLE
5418         * src/prefs_summaries.c
5419         * src/prefs_wrapping.c
5420         * src/gtk/icon_legend.c
5421         * src/gtk/quicksearch.c
5422                 string fixes and additions
5423
5424 2006-02-01 [paul]       2.0.0cvs4
5425
5426         * src/compose.c
5427         * src/mainwindow.c
5428         * src/messageview.c
5429         * src/prefs_send.c
5430                 add Arabic encoding option
5431                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
5432
5433 2006-01-31 [colin]      2.0.0cvs3
5434
5435         * src/plugins/pgpcore/passphrase.c
5436                 Convert passphrase to locale encoding
5437         * src/compose.c
5438                 Fix drafting on IMAP. Crappy bug sneaked in
5439                 the release :-/
5440         FOR_STABLE
5441
5442 2006-01-30 [paul]       2.0.0cvs2
5443
5444         * src/gtk/icon_legend.c
5445                 show the new entries
5446
5447 2006-01-30 [colin]      2.0.0cvs1
5448
5449         * src/manual.c
5450                 Check for the file to be present before 
5451                 enabling the menu - FOR_STABLE
5452         * src/gtk/icon_legend.c
5453                 Add folders icons (not all of them, there
5454                 are too much, but the most intriguing ones)
5455
5456 2006-01-30 [paul]       2.0.0
5457
5458         version 2.0.0 released
5459
5460 2006-01-30 [paul]       1.9.100cvs200
5461
5462         * manual/faq.xml
5463         * manual/gpl.xml
5464         * manual/intro.xml
5465         * manual/starting.xml
5466         * manual/sylpheed-claws-manual.xml
5467                 fixes, additions
5468
5469 2006-01-29 [mones]      1.9.100cvs199
5470
5471         * manual/account.xml
5472         * manual/advanced.xml
5473         * manual/glossary.xml
5474                 Some typos fixed, added LDIF term to glossary
5475         * po/es.po
5476                 Fixed leading plus symbol
5477
5478 2006-01-29 [paul]       1.9.100cvs198
5479
5480         * po/fi.po
5481         * po/sk.po
5482                 updated by Tommi Pirinen and Andrej Kacian
5483
5484 2006-01-29 [paul]       1.9.100cvs197
5485
5486         * src/gtk/authors.h
5487                 remove duplicates
5488
5489 2006-01-29 [paul]       1.9.100cvs196
5490
5491         * AUTHORS
5492         * po/nl.po
5493         * src/gtk/authors.h
5494         * tools/claws.i18n.status.pl
5495                 nl translation updated by Tim Dijkstra
5496
5497 2006-01-29 [paul]       1.9.100cvs195
5498
5499         * po/sr.po
5500         * po/sv.po
5501                 updated by Aleksandar Urosevic and Anders Troback
5502
5503 2006-01-28 [colin]      1.9.100cvs194
5504
5505         * src/gtk/gtksourceprintjob.c
5506                 Don't fiddle with PangoLayout when we
5507                 have an image
5508
5509 2006-01-28 [paul]       1.9.100cvs193
5510
5511         * AUTHORS
5512         * po/el.po
5513         * po/zh_CN.po
5514         * src/gtk/authors.h
5515         * tools/claws.i18n.status.pl
5516                 updated translations submitted by Stavros Giannouris
5517                 and Ralgh Young
5518
5519 2006-01-27 [colin]      1.9.100cvs192
5520
5521         * src/summaryview.c
5522         * src/gtk/gtksourceprintjob.c
5523                 Add image printing 
5524                 (libgnomeprint only, of course)
5525
5526 2006-01-27 [paul]       1.9.100cvs191
5527
5528         * po/fr.po
5529         * po/it.po
5530                 updated by Fabien Vantard and Andrea Spadaccini
5531
5532 2006-01-26 [colin]      1.9.100cvs190
5533
5534         * manual/Makefile.am
5535         * configure.ac
5536                 Make building the manual optional 
5537                 (--disable-manual)
5538
5539 2006-01-26 [paul]       1.9.100cvs189
5540
5541         * manual/glossary.xml
5542         * manual/plugins.xml
5543                 edited
5544         * po/en_GB.po
5545                 updated
5546
5547 2006-01-26 [paul]       1.9.100cvs188
5548
5549         * src/prefs_display_header.c
5550         * src/prefs_folder_column.c
5551         * src/prefs_msg_colors.c
5552         * src/prefs_summaries.c
5553         * src/prefs_summary_column.c
5554                 HIGify
5555
5556 2006-01-25 [colin]      1.9.100cvs187
5557
5558         * src/imap.c
5559                 Don't allow moving/copying mails between
5560                 queue/drafts and non-queue/drafts folders
5561                 Fixes bug #897 (message header is resetted 
5562                 if one is copied to Drafts)
5563
5564 2006-01-25 [colin]      1.9.100cvs186
5565
5566         * src/folder.c
5567         * src/mainwindow.c
5568                 Fix subscribed folders not found
5569         * src/compose.c
5570                 Don't try to encode as original mail's charset
5571                 if it's ascii 
5572
5573 2006-01-25 [paul]       1.9.100cvs185
5574
5575         * AUTHORS
5576         * po/Makevars
5577                 updated
5578         * po/de.po
5579         * po/pl.po
5580         * po/pt_BR.po
5581         * po/sr.po
5582                 updates submitted by Stephan Sachse, Emilian Nowak
5583                 and Quar, Frederico Goncalves Guimaraes, and
5584                 Aleksandar Urosevic
5585                 Fix Bug 896, 'PT_BR locale broken'.
5586         * src/gtk/authors.h
5587                 updated
5588
5589 2006-01-24 [mones]      1.9.100cvs184
5590
5591         * manual/glossary.xml
5592                 All current terms finished. Reviewers welcome ;-)
5593         * manual/keyboard.xml
5594                 Fixed column width for pdf output.
5595         * po/es.po
5596                 Updated
5597
5598 2006-01-24 [paul]       1.9.100cvs183
5599
5600         * manual/glossary.xml
5601                 fix id name
5602         * manual/dist/html/Makefile.am
5603         * manual/dist/pdf/Makefile.am
5604         * manual/dist/ps/Makefile.am
5605         * manual/dist/txt/Makefile.am
5606                 fix make deps
5607                 Thanks to Colin
5608
5609 2006-01-24 [mones]      1.9.100cvs182
5610
5611         * manual/glossary.xml
5612                 Nearly finished, some terms missing.
5613
5614 2006-01-23 [paul]       1.9.100cvs181
5615
5616         * manual/dist/html/Makefile.am
5617         * manual/dist/pdf/Makefile.am
5618         * manual/dist/ps/Makefile.am
5619         * manual/dist/txt/Makefile.am
5620         * src/mainwindow.c
5621                 re-enable manual
5622                 Thanks to Colin
5623
5624 2006-01-22 [colin]      1.9.100cvs180
5625
5626         * src/compose.c
5627         * src/gtk/gtkaspell.c
5628                 Don't deselect stuff before right-clicking, with aspell.
5629                 (This prevented right-click Copy, for example).
5630                 Thanks to Clo!
5631
5632 2006-01-22 [paul]       1.9.100cvs179
5633
5634         * src/summary_search.c
5635                 don't fix the widget size as it causes problems
5636                 under localisation.
5637                 Thanks to Emilian Nowak
5638
5639 2006-01-21 [paul]       1.9.100cvs178
5640
5641         * src/prefs_themes.c
5642                 fix broken underlining of label text
5643                 with some translations
5644
5645 2006-01-21 [colin]      1.9.100cvs177
5646
5647         * po/fr.po
5648                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5649
5650 2006-01-20 [colin]      1.9.100cvs176
5651
5652         * configure.ac
5653         * Makefile.am
5654         * manual/Makefile
5655         * manual/dist/html/.cvsignore
5656         * manual/dist/html/Makefile.am
5657         * manual/dist/pdf/.cvsignore
5658         * manual/dist/pdf/Makefile.am
5659         * manual/dist/ps/.cvsignore
5660         * manual/dist/ps/Makefile.am
5661         * manual/dist/txt/.cvsignore
5662         * manual/dist/txt/Makefile.am
5663                 Autotool-ize manual
5664
5665 2006-01-20 [paul]       1.9.100cvs175
5666
5667         * manual/handling.xml
5668                 make Filtering and Searching entries easier to find
5669         * manual/keyboard.xml
5670                 add the remaining default keybinds
5671         * src/prefs_summaries.c
5672                 update the default keybinds
5673
5674 2006-01-20 [paul]       1.9.100cvs174
5675
5676         * src/addressbook.c
5677         * src/addrgather.c
5678         * src/addrharvest.c
5679         * src/editaddress.c
5680         * src/editgroup.c
5681         * src/exphtmldlg.c
5682         * src/expldifdlg.c
5683         * src/exporthtml.c
5684         * src/exportldif.c
5685         * src/ldif.c
5686                 replace 'e-mail' with 'email'
5687         * src/summary_search.c
5688                 add mnemonic to "Find all" button
5689
5690 2006-01-20 [wwp]        1.9.100cvs173
5691
5692         * src/export.c
5693         * src/import.c
5694                 touched mbox import/export buttons for HIG-compliance
5695
5696 2006-01-19 [paul]       1.9.100cvs172
5697
5698         * manual/account.xml
5699         * manual/addrbook.xml
5700         * manual/advanced.xml
5701         * manual/faq.xml
5702         * manual/handling.xml
5703         * manual/intro.xml
5704         * manual/plugins.xml
5705         * manual/starting.xml
5706                 more editing
5707
5708 2006-01-19 [paul]       1.9.100cvs171
5709
5710         * src/toolbar.c
5711                 allow use of trash button while receiving
5712                 Thanks to Colin
5713
5714 2006-01-19 [wwp]        1.9.100cvs170
5715
5716         * src/gtk/quicksearch.c
5717         * src/compose.c
5718                 force text color to black when yellow background is set
5719
5720 2006-01-19 [colin]      1.9.100cvs169
5721
5722         * src/plugins/trayicon/trayicon.c
5723                 Gray out Get Mail when already getting mail
5724
5725 2006-01-18 [paul]       1.9.100cvs168
5726
5727         * src/compose.c
5728                 give widget yellow background was To is
5729                 set via folder prefs
5730         * src/gtk/quicksearch.c
5731                 give widget yellow background when quick
5732                 search is active.
5733                 Thanks to Colin
5734
5735 2006-01-18 [paul]       1.9.100cvs167
5736
5737         * doc/man/sylpheed-claws.1
5738                 add --subscribe option
5739
5740 2006-01-18 [paul]       1.9.100cvs166
5741
5742         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5743         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5744                 use %U instead of %F (%F is broken for user installed
5745                 files in kde 3.5)
5746
5747 2006-01-18 [colin]      1.9.100cvs165
5748
5749         * src/summaryview.c
5750                 Default to Yes in "No more * messages" dialogs
5751
5752 2006-01-17 [colin]      1.9.100cvs164
5753
5754         * src/compose.c
5755                 Possibly fix an invalid iterator causing
5756                 crash
5757
5758 2006-01-17 [colin]      1.9.100cvs163
5759
5760         * src/mimeview.c
5761                 Fix crash when the image disappears under the
5762                 image viewer
5763
5764 2006-01-16 [colin]      1.9.100cvs162
5765
5766         * src/compose.c
5767                 Fix reenabling autowrap
5768
5769 2006-01-16 [colin]      1.9.100cvs161
5770
5771         * src/compose.c
5772                 reset quote_len before getting quote_str
5773
5774 2006-01-16 [colin]      1.9.100cvs160
5775
5776         * src/account.c
5777         * src/account.h
5778         * src/folder.c
5779         * src/imap_gtk.c
5780         * src/mh_gtk.c
5781                 Fix bug #883 (default inbox does not track folder move)
5782
5783 2006-01-16 [colin]      1.9.100cvs159
5784
5785         * src/compose.c
5786         * src/plugins/pgpcore/passphrase.c
5787                 More buttons fixes
5788
5789 2006-01-16 [paul]       1.9.100cvs158
5790
5791         * src/prefs_actions.c
5792         * src/prefs_filtering_action.c
5793         * src/prefs_matcher.c
5794         * src/quote_fmt.c
5795         * src/gtk/description_window.c
5796         * src/gtk/description_window.h
5797         * src/gtk/quicksearch.c
5798                 description window cleanups
5799
5800 2006-01-15 [colin]      1.9.100cvs157
5801
5802         * src/addressbook.c
5803         * src/prefs_filtering.c
5804                 Same here
5805
5806 2006-01-15 [colin]      1.9.100cvs156
5807
5808         * src/folderview.c
5809         * src/mainwindow.c
5810                 Same for "Empty trash"
5811
5812 2006-01-15 [colin]      1.9.100cvs155
5813
5814         * src/inc.c
5815                 Override offline dialog had Yes by default
5816
5817 2006-01-15 [colin]      1.9.100cvs154
5818
5819         * src/summaryview.c
5820                 Delete selected messages? previously had Yes the default
5821
5822 2006-01-15 [colin]      1.9.100cvs153
5823
5824         * src/folder.c
5825         * src/folder.h
5826         * src/main.c
5827                 Check if a mailbox is loaded after all
5828                 plugins are loaded.
5829
5830 2006-01-15 [colin]      1.9.100cvs152
5831
5832         * src/folder.c
5833                 Don't start wizard when there are unloaded folders (will help
5834                 people with only mbox or maildir mailboxes)
5835
5836 2006-01-14 [colin]      1.9.100cvs151
5837
5838         * src/addressbook.c
5839         * src/expldifdlg.c
5840         * src/importldif.c
5841         * src/importmutt.c
5842         * src/importpine.c
5843         * src/mh_gtk.c
5844                 More HIG compliance and fixes
5845
5846 2006-01-14 [colin]      1.9.100cvs150
5847
5848         * src/prefs_filtering_action.c
5849         * src/foldersel.c
5850                 Two forgotten button order changes
5851
5852 2006-01-14 [colin]      1.9.100cvs149
5853
5854         * src/account.c
5855         * src/addressbook.c
5856         * src/compose.c
5857         * src/folderview.c
5858         * src/imap_gtk.c
5859         * src/mainwindow.c
5860         * src/mh_gtk.c
5861         * src/news_gtk.c
5862         * src/prefs_actions.c
5863         * src/prefs_customheader.c
5864         * src/prefs_filtering.c
5865         * src/prefs_matcher.c
5866         * src/prefs_template.c
5867         * src/ssl_manager.c
5868         * src/summaryview.c
5869         * src/textview.c
5870         * src/toolbar.c
5871                 All deletion confirmations are now "Cancel, Delete" 
5872                 instead of "No, Yes"
5873                 Clarified most of the other "No, Yes" to 
5874                 "Cancel, Descriptive_action"
5875                 Rechanged the "Entry not saved" alerts to have 
5876                 "Close, Continue editing"
5877
5878
5879 2006-01-14 [paul]
5880
5881         * 2.0.0-rc4 released
5882
5883 2006-01-14 [paul]       1.9.100cvs148
5884
5885         * src/account.c
5886         * src/addressadd.c
5887         * src/addressbook.c
5888         * src/compose.c
5889         * src/editaddress.c
5890         * src/editbook.c
5891         * src/editgroup.c
5892         * src/editjpilot.c
5893         * src/editldap.c
5894         * src/editvcard.c
5895         * src/exphtmldlg.c
5896         * src/expldifdlg.c
5897         * src/folderview.c
5898         * src/grouplistdialog.c
5899         * src/imap_gtk.c
5900         * src/importmutt.c
5901         * src/importpine.c
5902         * src/inc.c
5903         * src/main.c
5904         * src/mainwindow.c
5905         * src/message_search.c
5906         * src/messageview.c
5907         * src/mh_gtk.c
5908         * src/mimeview.c
5909         * src/news_gtk.c
5910         * src/prefs_actions.c
5911         * src/prefs_customheader.c
5912         * src/prefs_filtering.c
5913         * src/prefs_matcher.c
5914         * src/prefs_template.c
5915         * src/prefs_themes.c
5916         * src/ssl_manager.c
5917         * src/summary_search.c
5918         * src/summaryview.c
5919         * src/textview.c
5920         * src/toolbar.c
5921         * src/gtk/foldersort.c
5922         * src/gtk/gtkaspell.c
5923         * src/gtk/inputdialog.c
5924         * src/gtk/prefswindow.c
5925         * src/plugins/pgpcore/select-keys.c
5926         * src/plugins/trayicon/trayicon.c
5927                 HIG compliant button order
5928
5929 2006-01-14 [mones]      1.9.100cvs147
5930
5931         * po/es.po
5932                 Updated translation
5933
5934 2006-01-13 [paul]       1.9.100cvs146
5935
5936         * AUTHORS
5937         * ChangeLog
5938         * src/gtk/authors.h
5939                 add Joshua M. Kwan to contributors list
5940
5941 2006-01-13 [colin]      1.9.100cvs145
5942
5943         * src/gtk/quicksearch.c
5944                 Don't refocus quick search after executing (Esc or Enter)
5945                 Allows to '/'search something then move up/down in 
5946                 summaryview, and to Esc a search and be back in the 
5947                 summaryview
5948
5949 2006-01-13 [paul]       1.9.100cvs144
5950
5951         * src/plugins/pgpinline/pgpinline.c
5952                 support Content-Type 'application/pgp'
5953                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5954
5955 2006-01-13 [paul]       1.9.100cvs143
5956
5957         * manual/account.xml
5958                 make mention of partial retrieval
5959                 thanks to Colin
5960
5961 2006-01-13 [paul]       1.9.100cvs142
5962
5963         * src/account.c
5964         * src/account.h
5965         * src/action.c
5966         * src/action.h
5967         * src/adbookbase.h
5968         * src/addr_compl.c
5969         * src/addr_compl.h
5970         * src/addrbook.c
5971         * src/addrcache.c
5972         * src/addrcache.h
5973         * src/addrcindex.c
5974         * src/addrcindex.h
5975         * src/addrclip.c
5976         * src/addrclip.h
5977         * src/addrdefs.h
5978         * src/addressadd.c
5979         * src/addressadd.h
5980         * src/addressbook.c
5981         * src/addressbook.h
5982         * src/addrgather.c
5983         * src/addrgather.h
5984         * src/addrharvest.c
5985         * src/addrharvest.h
5986         * src/addrindex.c
5987         * src/addrindex.h
5988         * src/addritem.c
5989         * src/addritem.h
5990         * src/addrquery.c
5991         * src/addrquery.h
5992         * src/addrselect.c
5993         * src/addrselect.h
5994         * src/alertpanel.c
5995         * src/alertpanel.h
5996         * src/browseldap.c
5997         * src/browseldap.h
5998         * src/codeconv.c
5999         * src/codeconv.h
6000         * src/compose.c
6001         * src/compose.h
6002         * src/customheader.c
6003         * src/customheader.h
6004         * src/displayheader.c
6005         * src/displayheader.h
6006         * src/editaddress.c
6007         * src/editaddress.h
6008         * src/editbook.c
6009         * src/editbook.h
6010         * src/editgroup.c
6011         * src/editgroup.h
6012         * src/editjpilot.c
6013         * src/editjpilot.h
6014         * src/editldap.c
6015         * src/editldap.h
6016         * src/editldap_basedn.c
6017         * src/editldap_basedn.h
6018         * src/editvcard.c
6019         * src/editvcard.h
6020         * src/exphtmldlg.c
6021         * src/exphtmldlg.h
6022         * src/expldifdlg.c
6023         * src/expldifdlg.h
6024         * src/export.h
6025         * src/exporthtml.c
6026         * src/exporthtml.h
6027         * src/exportldif.c
6028         * src/exportldif.h
6029         * src/filtering.c
6030         * src/filtering.h
6031         * src/folder.c
6032         * src/folder.h
6033         * src/folder_item_prefs.c
6034         * src/folder_item_prefs.h
6035         * src/foldersel.c
6036         * src/foldersel.h
6037         * src/folderutils.c
6038         * src/folderutils.h
6039         * src/folderview.c
6040         * src/folderview.h
6041         * src/grouplistdialog.c
6042         * src/grouplistdialog.h
6043         * src/headerview.c
6044         * src/html.c
6045         * src/html.h
6046         * src/image_viewer.c
6047         * src/image_viewer.h
6048         * src/imap.c
6049         * src/imap.h
6050         * src/imap_gtk.c
6051         * src/imap_gtk.h
6052         * src/import.h
6053         * src/importldif.c
6054         * src/importldif.h
6055         * src/importmutt.c
6056         * src/importmutt.h
6057         * src/importpine.c
6058         * src/importpine.h
6059         * src/inc.c
6060         * src/inc.h
6061         * src/jpilot.c
6062         * src/jpilot.h
6063         * src/ldapctrl.c
6064         * src/ldapctrl.h
6065         * src/ldaplocate.c
6066         * src/ldaplocate.h
6067         * src/ldapquery.c
6068         * src/ldapquery.h
6069         * src/ldapserver.c
6070         * src/ldapserver.h
6071         * src/ldaputil.c
6072         * src/ldaputil.h
6073         * src/ldif.c
6074         * src/ldif.h
6075         * src/main.c
6076         * src/main.h
6077         * src/mainwindow.c
6078         * src/mainwindow.h
6079         * src/manual.c
6080         * src/manual.h
6081         * src/mbox.c
6082         * src/mbox.h
6083         * src/message_search.c
6084         * src/message_search.h
6085         * src/messageview.c
6086         * src/messageview.h
6087         * src/mh.c
6088         * src/mh.h
6089         * src/mh_gtk.c
6090         * src/mh_gtk.h
6091         * src/mimeview.c
6092         * src/mimeview.h
6093         * src/msgcache.c
6094         * src/msgcache.h
6095         * src/mutt.c
6096         * src/mutt.h
6097         * src/news.c
6098         * src/news.h
6099         * src/news_gtk.c
6100         * src/news_gtk.h
6101         * src/partial_download.c
6102         * src/partial_download.h
6103         * src/pine.c
6104         * src/pine.h
6105         * src/pop.c
6106         * src/pop.h
6107         * src/prefs_account.c
6108         * src/prefs_account.h
6109         * src/prefs_actions.c
6110         * src/prefs_actions.h
6111         * src/prefs_common.c
6112         * src/prefs_common.h
6113         * src/prefs_compose_writing.c
6114         * src/prefs_compose_writing.h
6115         * src/prefs_customheader.c
6116         * src/prefs_customheader.h
6117         * src/prefs_display_header.c
6118         * src/prefs_display_header.h
6119         * src/prefs_filtering.c
6120         * src/prefs_filtering.h
6121         * src/prefs_filtering_action.c
6122         * src/prefs_filtering_action.h
6123         * src/prefs_folder_column.c
6124         * src/prefs_folder_column.h
6125         * src/prefs_folder_item.c
6126         * src/prefs_folder_item.h
6127         * src/prefs_fonts.c
6128         * src/prefs_fonts.h
6129         * src/prefs_gtk.c
6130         * src/prefs_gtk.h
6131         * src/prefs_image_viewer.c
6132         * src/prefs_image_viewer.h
6133         * src/prefs_matcher.c
6134         * src/prefs_matcher.h
6135         * src/prefs_message.c
6136         * src/prefs_msg_colors.c
6137         * src/prefs_msg_colors.h
6138         * src/prefs_other.c
6139         * src/prefs_quote.c
6140         * src/prefs_receive.c
6141         * src/prefs_send.c
6142         * src/prefs_spelling.c
6143         * src/prefs_spelling.h
6144         * src/prefs_summaries.c
6145         * src/prefs_summaries.h
6146         * src/prefs_summary_column.c
6147         * src/prefs_summary_column.h
6148         * src/prefs_template.c
6149         * src/prefs_template.h
6150         * src/prefs_themes.c
6151         * src/prefs_themes.h
6152         * src/prefs_toolbar.c
6153         * src/prefs_toolbar.h
6154         * src/prefs_wrapping.c
6155         * src/prefs_wrapping.h
6156         * src/privacy.c
6157         * src/privacy.h
6158         * src/procheader.c
6159         * src/procheader.h
6160         * src/procmime.c
6161         * src/procmime.h
6162         * src/procmsg.c
6163         * src/procmsg.h
6164         * src/quote_fmt.c
6165         * src/quote_fmt_parse.y
6166         * src/recv.c
6167         * src/recv.h
6168         * src/remotefolder.c
6169         * src/remotefolder.h
6170         * src/send_message.c
6171         * src/send_message.h
6172         * src/setup.c
6173         * src/setup.h
6174         * src/sourcewindow.c
6175         * src/sourcewindow.h
6176         * src/ssl_manager.c
6177         * src/ssl_manager.h
6178         * src/statusbar.c
6179         * src/statusbar.h
6180         * src/stock_pixmap.c
6181         * src/stock_pixmap.h
6182         * src/summary_search.c
6183         * src/summary_search.h
6184         * src/summaryview.c
6185         * src/summaryview.h
6186         * src/syldap.c
6187         * src/syldap.h
6188         * src/textview.c
6189         * src/textview.h
6190         * src/toolbar.c
6191         * src/toolbar.h
6192         * src/undo.c
6193         * src/undo.h
6194         * src/unmime.c
6195         * src/unmime.h
6196         * src/vcard.c
6197         * src/vcard.h
6198         * src/wizard.c
6199         * src/wizard.h
6200         * src/common/base64.c
6201         * src/common/base64.h
6202         * src/common/defs.h
6203         * src/common/hooks.c
6204         * src/common/hooks.h
6205         * src/common/log.c
6206         * src/common/log.h
6207         * src/common/mgutils.c
6208         * src/common/mgutils.h
6209         * src/common/nntp.c
6210         * src/common/nntp.h
6211         * src/common/passcrypt.c
6212         * src/common/passcrypt.h.in
6213         * src/common/plugin.c
6214         * src/common/plugin.h
6215         * src/common/prefs.c
6216         * src/common/prefs.h
6217         * src/common/progressindicator.c
6218         * src/common/progressindicator.h
6219         * src/common/quoted-printable.c
6220         * src/common/quoted-printable.h
6221         * src/common/session.c
6222         * src/common/session.h
6223         * src/common/smtp.c
6224         * src/common/smtp.h
6225         * src/common/socket.c
6226         * src/common/socket.h
6227         * src/common/ssl.c
6228         * src/common/ssl.h
6229         * src/common/ssl_certificate.c
6230         * src/common/ssl_certificate.h
6231         * src/common/stringtable.c
6232         * src/common/stringtable.h
6233         * src/common/sylpheed.c
6234         * src/common/sylpheed.h
6235         * src/common/template.c
6236         * src/common/template.h
6237         * src/common/timing.h
6238         * src/common/utils.c
6239         * src/common/utils.h
6240         * src/common/version.h.in
6241         * src/common/xml.c
6242         * src/common/xml.h
6243         * src/common/xmlprops.c
6244         * src/common/xmlprops.h
6245         * src/gtk/colorlabel.c
6246         * src/gtk/colorsel.c
6247         * src/gtk/colorsel.h
6248         * src/gtk/description_window.c
6249         * src/gtk/description_window.h
6250         * src/gtk/filesel.c
6251         * src/gtk/filesel.h
6252         * src/gtk/foldersort.c
6253         * src/gtk/foldersort.h
6254         * src/gtk/gtkutils.c
6255         * src/gtk/gtkutils.h
6256         * src/gtk/inputdialog.c
6257         * src/gtk/inputdialog.h
6258         * src/gtk/logwindow.c
6259         * src/gtk/logwindow.h
6260         * src/gtk/manage_window.c
6261         * src/gtk/manage_window.h
6262         * src/gtk/menu.c
6263         * src/gtk/menu.h
6264         * src/gtk/pluginwindow.c
6265         * src/gtk/pluginwindow.h
6266         * src/gtk/prefswindow.c
6267         * src/gtk/prefswindow.h
6268         * src/gtk/progressdialog.c
6269         * src/gtk/progressdialog.h
6270         * src/gtk/sslcertwindow.c
6271         * src/gtk/sslcertwindow.h
6272         * src/plugins/clamav/clamav_plugin.c
6273         * src/plugins/clamav/clamav_plugin.h
6274         * src/plugins/clamav/clamav_plugin_gtk.c
6275         * src/plugins/demo/demo.c
6276         * src/plugins/dillo_viewer/dillo_prefs.c
6277         * src/plugins/dillo_viewer/dillo_prefs.h
6278         * src/plugins/dillo_viewer/dillo_viewer.c
6279         * src/plugins/pgpcore/passphrase.c
6280         * src/plugins/pgpcore/passphrase.h
6281         * src/plugins/pgpcore/plugin.c
6282         * src/plugins/pgpcore/select-keys.c
6283         * src/plugins/pgpcore/select-keys.h
6284         * src/plugins/pgpcore/sgpgme.c
6285         * src/plugins/pgpcore/sgpgme.h
6286         * src/plugins/pgpinline/pgpinline.c
6287         * src/plugins/pgpinline/pgpinline.h
6288         * src/plugins/pgpinline/plugin.c
6289         * src/plugins/pgpmime/pgpmime.c
6290         * src/plugins/pgpmime/pgpmime.h
6291         * src/plugins/pgpmime/plugin.c
6292         * src/plugins/spamassassin/spamassassin.c
6293         * src/plugins/spamassassin/spamassassin.h
6294         * src/plugins/spamassassin/spamassassin_gtk.c
6295         * src/plugins/trayicon/trayicon.c
6296                 update copyright header
6297
6298 2006-01-13 [paul]       1.9.100cvs141
6299
6300         * src/account.c
6301         * src/export.c
6302         * src/import.c
6303         * src/mainwindow.c
6304         * src/prefs_account.c
6305         * src/prefs_display_header.c
6306         * src/prefs_receive.c
6307         * src/prefs_send.c
6308         * src/prefs_summaries.c
6309         * src/prefs_themes.c
6310         * src/prefs_toolbar.c
6311         * src/gtk/about.c
6312                 various cleanups
6313
6314 2006-01-12 [colin]      1.9.100cvs140
6315
6316         * src/folder.c
6317         * src/folder.h
6318         * src/main.c
6319                 Add --subscribe option
6320                 Let sylpheed-claws email@domain.com equivalent to --compose
6321                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
6322
6323 2006-01-12 [paul]       1.9.100cvs139
6324
6325         * src/mainwindow.c
6326                 append 'Change folder order' label with '...'
6327         * src/prefs_actions.c
6328                 allow reordering of actions list by dnd
6329         * src/gtk/foldersort.c
6330                 make the dialog nicer
6331
6332 2006-01-11 [colin]      1.9.100cvs138
6333
6334         * src/compose.c
6335                 Allow templates without text
6336
6337 2006-01-11 [paul]       1.9.100cvs137
6338
6339         * tools/README
6340         * tools/filter_conv_new.pl
6341                 add info to README
6342                 also check .sylpheed for filter.xml
6343                 be a bit informative to the user
6344
6345 2006-01-11 [colin]      1.9.100cvs136
6346
6347         * src/textview.c
6348                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
6349
6350 2006-01-10 [paul]       1.9.100cvs135
6351
6352         * tools/Makefile.am
6353         * tools/filter_conv_new.pl
6354                 add script to convert new style Sylpheed
6355                 filter rules (Sylpheed >= 0.9.99) to
6356                 Claws filtering rules
6357
6358 2006-01-10 [colin]      1.9.100cvs134
6359
6360         * src/compose.c
6361                 Fix broken line joins in certain conditions
6362                 (between two quoted lines: <enter><enter><up>
6363                  <type a wrapped sentence><go in the first line>
6364                  <insert more text><watch as line joining failed>)
6365
6366 2006-01-10 [paul]       1.9.100cvs133
6367
6368         * src/compose.c
6369                 don't report success in error dialog
6370                 thanks to Colin
6371         * src/common/utils.c
6372                 include some trailing punctuations as URI
6373                 thanks to Hiro
6374
6375 2006-01-10 [paul]       1.9.100cvs132
6376
6377         * src/mimeview.c
6378                 fix incompatible pointer type
6379                 warning
6380
6381 2006-01-10 [paul]       1.9.100cvs131
6382
6383         * src/compose.c
6384                 change Subject in window title
6385                 instantaneously
6386
6387 2006-01-09 [colin]      1.9.100cvs130
6388
6389         * src/addressbook.c
6390         * src/headerview.c
6391         * src/mainwindow.c
6392         * src/messageview.c
6393         * src/mimeview.c
6394         * src/noticeview.c
6395         * src/summaryview.c
6396                 Fix possible crashes on exit and in addressbook
6397
6398 2006-01-09 [paul]       1.9.100cvs129
6399
6400         * src/prefs_msg_colors.c
6401                 some cleanups that I forgot last time
6402
6403 2006-01-09 [paul]       1.9.100cvs128
6404
6405         * README
6406         * src/folderview.c
6407         * src/prefs_msg_colors.c
6408                 add previously hidden option, color_new, to
6409                 the gui
6410                 move the page to Display/
6411                 rework the gui
6412
6413 2006-01-09 [wwp]        1.9.100cvs127
6414
6415         * src/prefs_themes.c
6416                 made the prefs/display/themes layouts spacing less condensed
6417                 (and so they match other prefs/pages' look).
6418
6419 2006-01-09 [paul]       1.9.100cvs126
6420
6421         * src/compose.c
6422         * src/prefs_common.c
6423         * src/prefs_common.h
6424         * src/prefs_wrapping.c
6425                 remove 'wrap at send' option
6426
6427 2006-01-06 [colin]      1.9.100cvs125
6428
6429         * src/compose.c
6430                 Just make completely sure we don't insert "manual line breaks" 
6431                 when wrapping... 
6432
6433 2006-01-04 [paul]
6434
6435         * 2.0.0-rc3 released
6436
6437 2006-01-04 [paul]       1.9.100cvs124
6438
6439         * src/folderview.c
6440                 fix bug 882, 'quick scroll in folder list
6441                 displays wrong folder contents'
6442
6443 2006-01-04 [paul]       1.9.100cvs123
6444
6445         * src/plugins/pgpmime/pgpmime.c
6446                 better debug information when signing
6447                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
6448
6449 2006-01-03 [colin]      1.9.100cvs122
6450
6451         * configure.ac
6452                 We need to recheck for gpgme 1.0.0 after checking
6453                 for 1.1.1, because if 1.1.1 isn't available, 
6454                 GPGME_LIBS and friends are blanked out by the 
6455                 second check.
6456
6457 2006-01-03 [colin]      1.9.100cvs121
6458
6459         * src/common/prefs.c
6460                 Windows unlink-before rename fix
6461         * src/plugins/pgpcore/sgpgme.c
6462                 Add support for PKA info if available
6463                 Both patches by Werner Koch
6464
6465 2006-01-03 [paul]       1.9.100cvs120
6466
6467         * src/messageview.c
6468                 fix bug 884, 'Send receipt' button visible in queue
6469                 Thanks to Colin
6470
6471 2006-01-02 [colin]      1.9.100cvs119
6472
6473         * src/compose.c
6474         * src/imap.c
6475                 Fix autosave on IMAP and more generally try to
6476                 return the correct ID on a newly added IMAP message
6477
6478 2006-01-02 [paul]       1.9.100cvs118
6479
6480         * manual/keyboard.xml
6481                 edited
6482
6483 2006-01-01 [paul]       1.9.100cvs117
6484
6485         * src/gtk/authors.h
6486                 alphabetical order
6487
6488 2005-12-30 [colin]      1.9.100cvs116
6489
6490         * manual/advanced.xml
6491                 Explain Pre/Post-processing differences.
6492
6493 2005-12-30 [colin]      1.9.100cvs115
6494
6495         * src/mh.c
6496                 Implement copy_msgs for a little optimization
6497         * src/imap.c
6498                 Finish yesterday's fix
6499
6500 2005-12-29 [colin]      1.9.100cvs114
6501
6502         * src/imap.c
6503                 Fix occasional failure in fetching a mail over
6504                 IMAP
6505
6506 2005-12-29 [colin]      1.9.100cvs113
6507
6508         * src/compose.c
6509                 Don't remove a draft when sending it, if it is 
6510                 locked.
6511
6512 2005-12-28 [colin]      1.9.100cvs112
6513
6514         * src/summaryview.c
6515                 Fix leak for real
6516
6517 2005-12-28 [wwp]        1.9.100cvs111
6518
6519         * doc/faq/.cvsignore
6520         * doc/faq/de/.cvsignore
6521         * doc/faq/en/.cvsignore
6522         * doc/faq/es/.cvsignore
6523         * doc/faq/fr/.cvsignore
6524         * doc/faq/it/.cvsignore
6525         * doc/manual/.cvsignore
6526         * doc/manual/de/.cvsignore
6527         * doc/manual/en/.cvsignore
6528         * doc/manual/es/.cvsignore
6529         * doc/manual/fr/.cvsignore
6530         * doc/manual/ja/.cvsignore
6531         * src/plugins/mathml_viewer/.cvsignore
6532                 rollback revival of those files (my bad, sorry for the noise).
6533
6534 2005-12-28 [wwp]        1.9.100cvs110
6535
6536         * src/compose.c
6537                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6538
6539 2005-12-28 [wwp]        1.9.100cvs109
6540
6541         * doc/faq/.cvsignore
6542         * doc/faq/de/.cvsignore
6543         * doc/faq/en/.cvsignore
6544         * doc/faq/es/.cvsignore
6545         * doc/faq/fr/.cvsignore
6546         * doc/faq/it/.cvsignore
6547         * doc/manual/.cvsignore
6548         * doc/manual/de/.cvsignore
6549         * doc/manual/en/.cvsignore
6550         * doc/manual/es/.cvsignore
6551         * doc/manual/fr/.cvsignore
6552         * doc/manual/ja/.cvsignore
6553         * src/plugins/mathml_viewer/.cvsignore
6554         * po/.cvsignore
6555                 more files to ignore.
6556
6557 2005-12-24 [colin]      1.9.100cvs108
6558
6559         * AUTHORS
6560         * src/gtk/authors.h
6561                 Update for Werner
6562
6563 2005-12-24 [colin]      1.9.100cvs107
6564
6565         * src/procmsg.c
6566                 Allow NULL src_msginfo in 
6567                 procmsg_msginfo_new_from_mimeinfo
6568
6569 2005-12-23 [paul]       1.9.100cvs106
6570
6571         * src/plugins/pgpinline/mypgpcore.def
6572                 add this forgotten file
6573
6574 2005-12-23 [colin]      1.9.100cvs105
6575
6576         * src/mainwindow.c
6577                 Fix missing break
6578
6579 2005-12-23 [colin]      1.9.100cvs104
6580
6581         * autogen.sh
6582         * src/folder.c
6583         * src/mh.c
6584         * src/common/plugin.c
6585         * src/common/socket.c
6586         * src/common/socket.h
6587         * src/common/utils.c
6588         * src/common/utils.h
6589         * src/gtk/pluginwindow.c
6590         * src/plugins/pgpcore/plugin.def
6591         * src/plugins/pgpcore/sylpheed.def
6592         * src/plugins/pgpinline/Makefile.am
6593         * src/plugins/pgpinline/plugin.def
6594         * src/plugins/pgpinline/sylpheed.def
6595         * src/plugins/pgpmime/plugin.def
6596         * src/plugins/pgpmime/sylpheed.def
6597                 Various w32 fixes by Werner Koch
6598
6599 2005-12-22 [paul]       1.9.100cvs103
6600
6601         * src/wizard.c
6602                 don't offer IMAP as 'server type' if
6603                 libetpan isn't built in
6604
6605 2005-12-22 [paul]       1.9.100cvs102
6606
6607         * AUTHORS
6608         * src/mainwindow.c
6609         * src/mainwindow.h
6610         * src/toolbar.c
6611         * src/gtk/authors.h
6612                 support GTK_TOOLBAR_BOTH_HORIZ (text
6613                 next to icon) Patch by Marien Zwart
6614                 marienz@users.sf.net
6615                 Also reword the text
6616
6617 2005-12-21 [colin]      1.9.100cvs101
6618
6619         * configure.ac
6620                 Fix DATADIRNAME
6621         * COPYING
6622                 Fix missing section and explicit the exception better
6623         * src/compose.c
6624                 Prevent mail from being lost without notice when an
6625                 SMTP error happens on trying to send an unmodified
6626                 drafted mail.
6627         * src/send_message.c
6628         * src/common/smtp.c
6629                 Fix password remembering when wrong, and add return
6630                 value checks where they should have been
6631         * src/plugins/pgpcore/sylpheed.def
6632         * src/plugins/pgpinline/sylpheed.def
6633         * src/plugins/pgpmime/sylpheed.def
6634                 Add a few symbols needed
6635
6636 2005-12-21 [paul]       1.9.100cvs100
6637
6638         * m4/codeset.m4
6639         * m4/glibc21.m4
6640         * m4/intdiv0.m4
6641         * m4/inttypes-pri.m4
6642         * m4/inttypes.m4
6643         * m4/inttypes_h.m4
6644         * m4/isc-posix.m4
6645         * m4/lcmessage.m4
6646         * m4/stdint_h.m4
6647         * m4/uintmax_t.m4
6648                 gettextization
6649                 thanks to Colin
6650
6651 2005-12-21 [paul]       1.9.100cvs99
6652
6653         * po/sv.po
6654                 fixed by Colin
6655
6656 2005-12-20 [paul]       1.9.100cvs98
6657
6658         * po/sv.po
6659                 updated by Anders Trobäck
6660
6661 2005-12-20 [colin]      1.9.100cvs97
6662
6663         * ABOUT-NLS
6664         * Makefile.am
6665         * autogen.sh
6666         * configure.ac
6667         * config/config.rpath
6668         * config/mkinstalldirs
6669         * m4/Makefile.am
6670         * m4/glibc2.m4
6671         * m4/gnupg.m4
6672         * m4/gpgme.m4
6673         * m4/intmax.m4
6674         * m4/longdouble.m4
6675         * m4/longlong.m4
6676         * m4/printf-posix.m4
6677         * m4/signed.m4
6678         * m4/size_max.m4
6679         * m4/ulonglong.m4
6680         * m4/wchar_t.m4
6681         * m4/wint_t.m4
6682         * m4/xsize.m4
6683         * po/Makefile.in.in
6684         * po/Makevars
6685         * po/bg.po
6686         * po/ca.po
6687         * po/cs.po
6688         * po/de.po
6689         * po/el.po
6690         * po/en_GB.po
6691         * po/es.po
6692         * po/fi.po
6693         * po/fr.po
6694         * po/hr.po
6695         * po/hu.po
6696         * po/it.po
6697         * po/ja.po
6698         * po/ko.po
6699         * po/nb.po
6700         * po/nl.po
6701         * po/pl.po
6702         * po/pt_BR.po
6703         * po/ru.po
6704         * po/sk.po
6705         * po/sr.po
6706         * po/stamp-po
6707         * po/sv.po
6708         * po/zh_CN.po
6709         * po/zh_TW.po
6710         * src/Makefile.am
6711         * src/codeconv.c
6712         * src/compose.c
6713         * src/exporthtml.c
6714         * src/exportldif.c
6715         * src/folder.c
6716         * src/main.c
6717         * src/manual.c
6718         * src/mh.c
6719         * src/mimeview.c
6720         * src/send_message.c
6721         * src/common/Makefile.am
6722         * src/common/fnmatch.c
6723         * src/common/fnmatch.h
6724         * src/common/fnmatch_loop.c
6725         * src/common/nntp.c
6726         * src/common/plugin.c
6727         * src/common/smtp.c
6728         * src/common/socket.c
6729         * src/common/string_match.c
6730         * src/common/sylpheed.c
6731         * src/common/utils.c
6732         * src/common/utils.h
6733         * src/common/w32_dirent.c
6734         * src/common/w32_reg.c
6735         * src/common/w32_signal.c
6736         * src/common/w32_stat.c
6737         * src/common/w32_stdio.c
6738         * src/common/w32_stdlib.c
6739         * src/common/w32_string.c
6740         * src/common/w32_time.c
6741         * src/common/w32_unistd.c
6742         * src/common/w32_wait.c
6743         * src/common/w32lib.h
6744         * src/etpan/Makefile.am
6745         * src/gtk/Makefile.am
6746         * src/plugins/clamav/Makefile.am
6747         * src/plugins/demo/Makefile.am
6748         * src/plugins/dillo_viewer/Makefile.am
6749         * src/plugins/pgpcore/Makefile.am
6750         * src/plugins/pgpcore/passphrase.c
6751         * src/plugins/pgpcore/plugin.def
6752         * src/plugins/pgpcore/sgpgme.c
6753         * src/plugins/pgpcore/sylpheed.def
6754         * src/plugins/pgpcore/version.rc
6755         * src/plugins/pgpinline/Makefile.am
6756         * src/plugins/pgpinline/plugin.def
6757         * src/plugins/pgpinline/sylpheed.def
6758         * src/plugins/pgpinline/version.rc
6759         * src/plugins/pgpmime/Makefile.am
6760         * src/plugins/pgpmime/mypgpcore.def
6761         * src/plugins/pgpmime/plugin.def
6762         * src/plugins/pgpmime/sylpheed.def
6763         * src/plugins/pgpmime/version.rc
6764         * src/plugins/spamassassin/Makefile.am
6765                 Very little ;-) patch from Werner Koch, providing
6766                 infrastructure for cross-compiling to Win32
6767
6768 2005-12-20 [paul]       1.9.100cvs96
6769
6770         * src/account.c
6771         * src/account.h
6772         * src/mainwindow.c
6773         * src/mainwindow.h
6774         * src/toolbar.c
6775         * src/toolbar.h
6776                 add a combo to the Get All button, allowing
6777                 quick retrieval from any account
6778                 Patch by Fabien Vantard, slightly modified
6779                 by Colin
6780         * src/gtk/about.c
6781                 i18n fix. Patch by Fabien Vantard
6782
6783 2005-12-19 [colin]      1.9.100cvs95
6784
6785         * src/compose.c
6786         * src/compose.h
6787                 Don't automatically join lines when they've 
6788                 been separated by the user and not automatically
6789
6790 2005-12-19 [paul]       1.9.100cvs94
6791
6792         * src/gtk/pluginwindow.c
6793                 i18n fix.
6794                 Patch by Fabien Vantard
6795
6796 2005-12-15 [paul]       1.9.100cvs93
6797
6798         * src/common/plugin.c
6799         * src/common/plugin.h
6800         * src/gtk/pluginwindow.c
6801         * src/plugins/clamav/clamav_plugin.c
6802         * src/plugins/demo/demo.c
6803         * src/plugins/dillo_viewer/dillo_viewer.c
6804         * src/plugins/pgpcore/plugin.c
6805         * src/plugins/pgpinline/plugin.c
6806         * src/plugins/pgpmime/plugin.c
6807         * src/plugins/spamassassin/spamassassin.c
6808         * src/plugins/trayicon/trayicon.c
6809                 add plugin_version()
6810
6811 2005-12-15 [colin]      1.9.100cvs92
6812
6813         * src/compose.c
6814                 Further fix bug #875
6815
6816 2005-12-15 [paul]       1.9.100cvs91
6817
6818         * src/gtk/filesel.c
6819                 fix attach_load_dir getting set to
6820                 PLUGINDIR on plugin load
6821
6822 2005-12-14 [mones]      1.9.100cvs90
6823
6824         * manual/ack.xml
6825         * manual/keyboard.xml
6826                 Initial draft and some shortcuts added
6827                 
6828         * po/es.po
6829                 Updated translation
6830
6831 2005-12-14 [colin]      1.9.100cvs89
6832
6833         * src/compose.c
6834         * src/imap.c
6835         * src/summaryview.c
6836         * src/gtk/gtkaspell.c
6837                 More leaks fixed
6838         * src/prefs_folder_item.c
6839                 Fix recursive prefs apply
6840
6841
6842 2005-12-14 [colin]      1.9.100cvs88
6843
6844         * src/compose.c
6845                 Fix bug #875 (Freeze On Inline Forward of 
6846                 Large Message)
6847
6848 2005-12-13 [colin]      1.9.100cvs87
6849
6850         * src/compose.c
6851                 Uniq-ify and sort the mimetypes list
6852                 Patch by Fabien Vantard
6853
6854 2005-12-13 [colin]      1.9.100cvs86
6855
6856         * src/imap.c
6857         * src/etpan/imap-thread.c
6858                 Fix leaks (patch by Hoa)
6859         * src/news.c
6860         * src/common/plugin.c
6861                 Fix leaks
6862
6863 2005-12-12 [colin]
6864
6865         * 2.0.0-rc2 released
6866
6867 2005-12-12 [colin]      1.9.100cvs85
6868
6869         * src/matcher.c
6870                 Fix a leak
6871
6872 2005-12-12 [wwp]        1.9.100cvs84
6873
6874         * src/gtk/icon_legend.c
6875                 fix misbehaviour and crash when closing the legend window
6876         using the Esc key (patch by Fabien Vantard).
6877
6878 2005-12-12 [paul]       1.9.100cvs83
6879
6880         * src/browseldap.c
6881         * src/foldersel.c
6882         * src/prefs_actions.c
6883         * src/prefs_filtering.c
6884         * src/prefs_matcher.c
6885         * src/prefs_spelling.glade      ** REMOVED **
6886         * src/prefs_template.c
6887         * src/gtk/foldersort.glade      ** REMOVED **
6888         * src/gtk/pluginwindow.c
6889         * src/gtk/pluginwindow.glade    ** REMOVED **
6890         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6891                 cleanups
6892
6893 2005-12-11 [paul]       1.9.100cvs82
6894
6895         * src/gtk/filesel.c
6896                 fix attach_load_dir crasher (double free)
6897
6898 2005-12-09 [paul]       1.9.100cvs81
6899
6900         * po/POTFILES.in
6901         * src/mainwindow.c
6902         * src/gtk/Makefile.am
6903         * src/gtk/icon_legend.c
6904         * src/gtk/icon_legend.h
6905                 add icon legend
6906         * src/manual.c
6907                 cleanup
6908
6909 2005-12-09 [paul]       1.9.100cvs80
6910
6911         * src/plugins/pgpcore/passphrase.c
6912                 wrap the label in the dialog
6913
6914 2005-12-09 [colin]      1.9.100cvs79
6915
6916         * src/plugins/pgpcore/sgpgme.c
6917                 Display (untrusted) on not trusted signatures
6918                 Patch by Michal Èihaø <michal@cihar.com>
6919                 Closes bug #867 (Report also key trust)
6920
6921 2005-12-09 [colin]      1.9.100cvs78
6922
6923         * src/common/plugin.c
6924                 Update licence check, following Eben Moglen's advice
6925
6926 2005-12-08 [colin]      1.9.100cvs77
6927
6928         * src/folder.c
6929                 Fix the occasionnal item->cache != NULL 
6930                 assertion failure. 
6931
6932 2005-12-08 [colin]      1.9.100cvs76
6933
6934         * src/mimeview.c
6935         * src/plugins/pgpcore/sgpgme.c
6936                 Print key id when unable to check it
6937                 Closes bug #866 (Show key id when missing)
6938
6939 2005-12-08 [paul]       1.9.100cvs75
6940
6941         * src/prefs_common.c
6942         * src/prefs_common.h
6943         * src/gtk/filesel.c
6944                 remember load attachment dir
6945
6946 2005-12-07 [colin]      1.9.100cvs74
6947
6948         * src/prefs_toolbar.c
6949                 Gtk fixes, patch by Fabien Vantard
6950
6951 2005-12-07 [colin]      1.9.100cvs73
6952
6953         * src/action.c
6954         * src/compose.c
6955         * src/compose.h
6956                 Fix bug #839 (Quoted text isn't colored after 
6957                 executing an action)
6958         * src/common/plugin.c
6959                 Require plugins to declare their licence in plugin_licence()
6960                 Refuse to load non-GPL plugins as they'd be illegal (as 
6961                 derived works of Sylpheed-Claws, they must be GPL).
6962         * src/plugins/clamav/clamav_plugin.c
6963         * src/plugins/demo/demo.c
6964         * src/plugins/dillo_viewer/dillo_viewer.c
6965         * src/plugins/pgpcore/plugin.c
6966         * src/plugins/pgpinline/plugin.c
6967         * src/plugins/pgpmime/plugin.c
6968         * src/plugins/spamassassin/spamassassin.c
6969         * src/plugins/trayicon/trayicon.c
6970                 Add plugin_licence()
6971
6972 2005-12-07 [paul]       1.9.100cvs72
6973
6974         * configure.ac
6975         * src/mainwindow.c
6976         * src/manual.c
6977         * src/manual.h
6978         * src/common/defs.h
6979                 clean up after local FAQ removal and
6980                 temporary manual removal
6981
6982 2005-12-06 [colin]      1.9.100cvs71
6983
6984         * configure.ac
6985         * doc/Makefile.am
6986         * doc/faq/.cvsignore
6987         * doc/faq/Makefile.am
6988         * doc/faq/de/.cvsignore
6989         * doc/faq/de/Makefile.am
6990         * doc/faq/de/sylpheed-faq-1.html
6991         * doc/faq/de/sylpheed-faq-2.html
6992         * doc/faq/de/sylpheed-faq-3.html
6993         * doc/faq/de/sylpheed-faq.html
6994         * doc/faq/en/.cvsignore
6995         * doc/faq/en/Makefile.am
6996         * doc/faq/en/sylpheed-faq-1.html
6997         * doc/faq/en/sylpheed-faq-2.html
6998         * doc/faq/en/sylpheed-faq-3.html
6999         * doc/faq/en/sylpheed-faq-4.html
7000         * doc/faq/en/sylpheed-faq.html
7001         * doc/faq/es/.cvsignore
7002         * doc/faq/es/Makefile.am
7003         * doc/faq/es/sylpheed-faq-1.html
7004         * doc/faq/es/sylpheed-faq-2.html
7005         * doc/faq/es/sylpheed-faq-3.html
7006         * doc/faq/es/sylpheed-faq-4.html
7007         * doc/faq/es/sylpheed-faq.html
7008         * doc/faq/fr/.cvsignore
7009         * doc/faq/fr/Makefile.am
7010         * doc/faq/fr/sylpheed-faq-1.html
7011         * doc/faq/fr/sylpheed-faq-2.html
7012         * doc/faq/fr/sylpheed-faq-3.html
7013         * doc/faq/fr/sylpheed-faq.html
7014         * doc/faq/it/.cvsignore
7015         * doc/faq/it/Makefile.am
7016         * doc/faq/it/sylpheed-faq-1.html
7017         * doc/faq/it/sylpheed-faq-2.html
7018         * doc/faq/it/sylpheed-faq-3.html
7019         * doc/faq/it/sylpheed-faq.html
7020         * doc/manual/.cvsignore
7021         * doc/manual/Makefile.am
7022         * doc/manual/de/.cvsignore
7023         * doc/manual/de/Makefile.am
7024         * doc/manual/de/sylpheed-1.html
7025         * doc/manual/de/sylpheed-10.html
7026         * doc/manual/de/sylpheed-11.html
7027         * doc/manual/de/sylpheed-12.html
7028         * doc/manual/de/sylpheed-13.html
7029         * doc/manual/de/sylpheed-14.html
7030         * doc/manual/de/sylpheed-15.html
7031         * doc/manual/de/sylpheed-16.html
7032         * doc/manual/de/sylpheed-17.html
7033         * doc/manual/de/sylpheed-18.html
7034         * doc/manual/de/sylpheed-19.html
7035         * doc/manual/de/sylpheed-2.html
7036         * doc/manual/de/sylpheed-20.html
7037         * doc/manual/de/sylpheed-3.html
7038         * doc/manual/de/sylpheed-4.html
7039         * doc/manual/de/sylpheed-5.html
7040         * doc/manual/de/sylpheed-6.html
7041         * doc/manual/de/sylpheed-7.html
7042         * doc/manual/de/sylpheed-8.html
7043         * doc/manual/de/sylpheed-9.html
7044         * doc/manual/de/sylpheed.html
7045         * doc/manual/en/.cvsignore
7046         * doc/manual/en/Makefile.am
7047         * doc/manual/en/sylpheed-1.html
7048         * doc/manual/en/sylpheed-10.html
7049         * doc/manual/en/sylpheed-11.html
7050         * doc/manual/en/sylpheed-12.html
7051         * doc/manual/en/sylpheed-13.html
7052         * doc/manual/en/sylpheed-14.html
7053         * doc/manual/en/sylpheed-15.html
7054         * doc/manual/en/sylpheed-16.html
7055         * doc/manual/en/sylpheed-17.html
7056         * doc/manual/en/sylpheed-18.html
7057         * doc/manual/en/sylpheed-19.html
7058         * doc/manual/en/sylpheed-2.html
7059         * doc/manual/en/sylpheed-20.html
7060         * doc/manual/en/sylpheed-21.html
7061         * doc/manual/en/sylpheed-22.html
7062         * doc/manual/en/sylpheed-3.html
7063         * doc/manual/en/sylpheed-4.html
7064         * doc/manual/en/sylpheed-5.html
7065         * doc/manual/en/sylpheed-6.html
7066         * doc/manual/en/sylpheed-7.html
7067         * doc/manual/en/sylpheed-8.html
7068         * doc/manual/en/sylpheed-9.html
7069         * doc/manual/en/sylpheed.html
7070         * doc/manual/es/.cvsignore
7071         * doc/manual/es/Makefile.am
7072         * doc/manual/es/sylpheed-1.html
7073         * doc/manual/es/sylpheed-10.html
7074         * doc/manual/es/sylpheed-11.html
7075         * doc/manual/es/sylpheed-12.html
7076         * doc/manual/es/sylpheed-13.html
7077         * doc/manual/es/sylpheed-14.html
7078         * doc/manual/es/sylpheed-15.html
7079         * doc/manual/es/sylpheed-16.html
7080         * doc/manual/es/sylpheed-17.html
7081         * doc/manual/es/sylpheed-18.html
7082         * doc/manual/es/sylpheed-19.html
7083         * doc/manual/es/sylpheed-2.html
7084         * doc/manual/es/sylpheed-20.html
7085         * doc/manual/es/sylpheed-3.html
7086         * doc/manual/es/sylpheed-4.html
7087         * doc/manual/es/sylpheed-5.html
7088         * doc/manual/es/sylpheed-6.html
7089         * doc/manual/es/sylpheed-7.html
7090         * doc/manual/es/sylpheed-8.html
7091         * doc/manual/es/sylpheed-9.html
7092         * doc/manual/es/sylpheed.html
7093         * doc/manual/fr/.cvsignore
7094         * doc/manual/fr/Makefile.am
7095         * doc/manual/fr/sylpheed-1.html
7096         * doc/manual/fr/sylpheed-10.html
7097         * doc/manual/fr/sylpheed-11.html
7098         * doc/manual/fr/sylpheed-12.html
7099         * doc/manual/fr/sylpheed-13.html
7100         * doc/manual/fr/sylpheed-14.html
7101         * doc/manual/fr/sylpheed-15.html
7102         * doc/manual/fr/sylpheed-16.html
7103         * doc/manual/fr/sylpheed-17.html
7104         * doc/manual/fr/sylpheed-18.html
7105         * doc/manual/fr/sylpheed-19.html
7106         * doc/manual/fr/sylpheed-2.html
7107         * doc/manual/fr/sylpheed-20.html
7108         * doc/manual/fr/sylpheed-3.html
7109         * doc/manual/fr/sylpheed-4.html
7110         * doc/manual/fr/sylpheed-5.html
7111         * doc/manual/fr/sylpheed-6.html
7112         * doc/manual/fr/sylpheed-7.html
7113         * doc/manual/fr/sylpheed-8.html
7114         * doc/manual/fr/sylpheed-9.html
7115         * doc/manual/fr/sylpheed.html
7116         * doc/manual/ja/.cvsignore
7117         * doc/manual/ja/Makefile.am
7118         * doc/manual/ja/sylpheed-1.html
7119         * doc/manual/ja/sylpheed-10.html
7120         * doc/manual/ja/sylpheed-11.html
7121         * doc/manual/ja/sylpheed-12.html
7122         * doc/manual/ja/sylpheed-13.html
7123         * doc/manual/ja/sylpheed-14.html
7124         * doc/manual/ja/sylpheed-15.html
7125         * doc/manual/ja/sylpheed-16.html
7126         * doc/manual/ja/sylpheed-17.html
7127         * doc/manual/ja/sylpheed-18.html
7128         * doc/manual/ja/sylpheed-19.html
7129         * doc/manual/ja/sylpheed-2.html
7130         * doc/manual/ja/sylpheed-20.html
7131         * doc/manual/ja/sylpheed-3.html
7132         * doc/manual/ja/sylpheed-4.html
7133         * doc/manual/ja/sylpheed-5.html
7134         * doc/manual/ja/sylpheed-6.html
7135         * doc/manual/ja/sylpheed-7.html
7136         * doc/manual/ja/sylpheed-8.html
7137         * doc/manual/ja/sylpheed-9.html
7138         * doc/manual/ja/sylpheed.html
7139         * doc/manual/ja/sylpheed.sgml
7140         * src/mainwindow.c
7141                 Remove outdated manual and faq. Noisy, eh?
7142
7143 2005-12-06 [colin]      1.9.100cvs70
7144
7145         * src/compose.c
7146         * src/quote_fmt_parse.y
7147         * src/undo.c
7148         * src/undo.h
7149                 Allow %X to position cursor at 0 
7150                 (no %X = before signature)
7151                 Fix paste as quotation putting the cursor at 0
7152                 Fix undo offsets when pasting
7153                 Insert the quote_fmt at once instead of line 
7154                 by line
7155                 Fix [Edited] when starting to reply/forward
7156
7157 2005-12-06 [paul]       1.9.100cvs69
7158
7159         * src/plugins/clamav/clamav_plugin_gtk.c
7160                 add another tooltip
7161         * src/plugins/spamassassin/spamassassin_gtk.c
7162                 rework spamassassin_create_widget_func()
7163
7164 2005-12-05 [colin]      1.9.100cvs68
7165
7166         * po/POTFILES.in
7167                 Fix make release ;-)
7168
7169 2005-12-05 [colin]      1.9.100cvs67
7170
7171         * src/compose.c
7172         * src/compose.h
7173                 Fix cursor positioning (not obeying %X)
7174
7175 2005-12-05 [paul]       1.9.100cvs66
7176
7177         * src/plugins/dillo_viewer/dillo_prefs.c
7178                 fix compilation warning
7179
7180 2005-12-05 [paul]       1.9.100cvs65
7181
7182         * src/prefs_spelling.c
7183         * src/plugins/trayicon/trayicon.c
7184                 cleanups - remove unused stuff
7185
7186 2005-12-05 [paul]       1.9.100cvs64
7187
7188         * README
7189         * manual/plugins.xml
7190                 remove info about removed mathml_viewer plugin
7191
7192 2005-12-05 [paul]       1.9.100cvs63
7193
7194         * configure.ac
7195         * src/plugins/Makefile.am
7196         * src/plugins/mathml_viewer/.cvsignore
7197         * src/plugins/mathml_viewer/Makefile.am
7198         * src/plugins/mathml_viewer/mathml_viewer.c
7199                 remove unmaintained mathml_viewer plugin
7200
7201 2005-12-05 [paul]       1.9.100cvs62
7202
7203         * src/summaryview.c
7204                 obey prefs_common.always_show_msg when
7205                 moving a msg
7206                 Thanks to Colin
7207
7208 2005-12-05 [paul]       1.9.100cvs61
7209
7210         * src/compose.c
7211         * src/prefs_account.c
7212         * src/prefs_filtering.c
7213         * src/prefs_quote.c
7214         * src/prefs_spelling.c
7215         * src/prefs_toolbar.c
7216         * src/summaryview.c
7217         * src/gtk/gtkutils.c
7218         * src/gtk/quicksearch.c
7219         * src/plugins/dillo_viewer/dillo_prefs.c
7220                 dialog cleanups
7221
7222 2005-12-04 [paul]       1.9.100cvs60
7223
7224         * src/inc.c
7225         * src/prefs_account.c
7226         * src/prefs_account.h
7227                 allow a Local account to specify a
7228                 default inbox
7229                 (closes bug 843 'Inbox cannot be changed for local
7230                  mailboxes')
7231
7232 2005-12-04 [colin]      1.9.100cvs59
7233
7234         * src/plugins/trayicon/trayicon.c
7235                 Remove Get, rename Get All to Get Mail in order to
7236                 be consistent with the default main toolbar
7237
7238 2005-12-03 [colin]      1.9.100cvs58
7239
7240         * manual/gpl.xml
7241         * manual/sylpheed-claws-manual.xml
7242                 Add GPL appendix
7243
7244 2005-12-03 [paul]       1.9.100cvs57
7245
7246         * AUTHORS
7247         * po/sv.po
7248         * src/gtk/authors.h
7249                 new (partially complete) Swedish translation
7250                 by Anders Troback <sylpheed@troback.com>
7251
7252 2005-12-02 [paul]       1.9.100cvs56
7253
7254         * configure.ac
7255                 libetpan 0.41 required
7256
7257 2005-12-02 [paul]       1.9.100cvs55
7258
7259         * src/plugins/clamav/clamav_plugin.c
7260         * src/plugins/clamav/clamav_plugin.h
7261         * src/plugins/clamav/clamav_plugin_gtk.c
7262         * src/plugins/spamassassin/spamassassin.c
7263         * src/plugins/spamassassin/spamassassin.h
7264         * src/plugins/spamassassin/spamassassin_gtk.c
7265                 unregister prefs pages on unloading, thus
7266                 preventing a crash
7267                 (thanks to Colin for the hint)
7268
7269 2005-12-02 [wwp]        1.9.100cvs54
7270
7271         * src/quote_fmt.h
7272         * src/quote_fmt_parse.y
7273                 fix misuse of gboolean*, use gboolean instead
7274                 (thanks to Paul, Colin, for pointing out that scaring one)
7275
7276 2005-12-02 [paul]       1.9.100cvs53
7277
7278         * src/plugins/clamav/clamav_plugin.c
7279                 int no --> unsigned int no
7280         * src/plugins/clamav/clamav_plugin_gtk.c
7281                 rework config page
7282
7283 2005-12-02 [wwp]        1.9.100cvs52
7284
7285         * src/compose.c
7286         * src/prefs_template.c
7287         * src/quote_fmt.h
7288         * src/quote_fmt_parse.y
7289                 prevent from executing |f and |p templates commands when
7290                 adding or replacing templates in prefs (avoids annoying and
7291                 potentially dangerous behaviours)
7292
7293 2005-12-02 [paul]       1.9.100cvs51
7294
7295         * src/prefs_common.c
7296                 allow translation of some default values
7297                 Patch by Fabien Vantard
7298
7299 2005-12-02 [paul]       1.9.100cvs50
7300
7301         * src/codeconv.c
7302         * src/codeconv.h
7303         * src/prefs_common.c
7304         * src/prefs_common.h
7305         * src/prefs_message.c
7306         * src/textview.c
7307                 remove obsolete 'convert_mb_alnum' option
7308                 and related stuff
7309         * src/gtk/about.c
7310                 remove unused 'about_textview_visibility_notify'
7311
7312 2005-12-02 [paul]       1.9.100cvs49
7313
7314         * src/prefs_account.c
7315         * src/prefs_compose_writing.c
7316         * src/prefs_fonts.c
7317         * src/prefs_gtk.h
7318         * src/prefs_image_viewer.c
7319         * src/prefs_message.c
7320         * src/prefs_other.c
7321         * src/prefs_receive.c
7322         * src/prefs_send.c
7323         * src/prefs_spelling.c
7324         * src/prefs_summaries.c
7325         * src/prefs_wrapping.c
7326         * src/plugins/dillo_viewer/dillo_prefs.c
7327         * src/plugins/pgpcore/prefs_gpg.c
7328                 several cleanups to the prefs dialogs
7329                 (slightly modified) patch by Fabien Vantard
7330
7331 2005-12-02 [paul]       1.9.100cvs48
7332
7333         * src/main.c
7334                 --exit means exit
7335         * src/send_message.c
7336                 fix crash on send when connection fails
7337
7338         Thanks to Colin
7339
7340 2005-12-01 [colin]      1.9.100cvs47
7341
7342         * src/html.c
7343                 Translate &hellip; to "..."
7344
7345 2005-11-30 [colin]      1.9.100cvs46
7346
7347         * src/matcher.c
7348         * src/matcher.h
7349                 Optimize back yesterday's fix.
7350
7351 2005-11-30 [paul]       1.9.100cvs45
7352
7353         * manual/faq.xml
7354                 standardised
7355         * manual/intro.xml
7356                 written by Colin, edited by me
7357
7358 2005-11-29 [colin]      1.9.100cvs44
7359
7360         * src/matcher.c
7361                 Skip headers unconditionnaly in match_body if the
7362                 rule is not message or ~message
7363
7364 2005-11-29 [colin]      1.9.100cvs43
7365
7366         * src/matcher.c
7367                 Fix body_part and such, not skipping headers 
7368                 if the matchcriteria wasn't the first in the rule
7369
7370 2005-11-29 [colin]      1.9.100cvs42
7371
7372         * src/compose.c
7373                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
7374                 option missing from message view window)
7375                 Fix double text D'n'D with gtk-2.8
7376         * src/matcher.c
7377                 Fix ~message, ~headers_part, ~body_part rules
7378         * src/messageview.c
7379                 Add Windows-1252 (Closes bug #863)
7380                 Fix accels
7381         * src/gtk/gtkaspell.c
7382                 Properly destroy accels in all menus
7383
7384 2005-11-29 [mones]      1.9.100cvs41
7385
7386         * po/es.po
7387                 Updated.
7388
7389 2005-11-27 [colin]      1.9.100cvs40
7390
7391         * src/mh_gtk.c
7392                 "/Remove mailbox" -> "/Remove mailbox..."
7393
7394 2005-11-27 [paul]       1.9.100cvs39
7395
7396         * AUTHORS
7397         * po/de.po
7398         * src/gtk/authors.h
7399                 updated by new maintainer, Stephan Sachse
7400
7401 2005-11-27 [paul]       1.9.100cvs38
7402
7403         * manual/faq.xml
7404                 written by Colin, edited by me
7405
7406 2005-11-27 [paul]       1.9.100cvs37
7407
7408         * src/prefs_common.c
7409         * src/prefs_common.h
7410         * src/prefs_receive.c
7411         * src/prefs_summaries.c
7412                 move 'go to inbox after receiving new mail'
7413                 option from display/sumamaries to mail
7414                 handling/receive, and rework prefs_summaries
7415                 dialog a little
7416
7417 2005-11-25 [martin]     1.9.100cvs36
7418
7419         * po/de.po
7420             fixed windows-1252 translation;
7421             translated some new and fuzzy strings
7422
7423 2005-11-25 [paul]       1.9.100cvs35
7424
7425         * src/plugins/clamav/clamav_plugin.c
7426                 complete the update done in cvs34
7427
7428 2005-11-25 [paul]       1.9.100cvs34
7429
7430         * src/plugins/clamav/clamav_plugin.c
7431                 reflect upstream changes
7432
7433 2005-11-25 [paul]       1.9.100cvs33
7434
7435         * manual/ack.xml
7436         * manual/plugins.xml
7437         * manual/sylpheed-claws-manual.xml
7438                 written/updated by Colin, edited by me
7439         * tools/acroread2sylpheed.pl
7440                 update binary name
7441
7442 2005-11-24 [colin]      1.9.100cvs32
7443
7444         * src/compose.c
7445                 Fix bug #856 (reediting messages forgets Request
7446                 Return Receipt)
7447
7448 2005-11-24 [paul]       1.9.100cvs31
7449
7450         * manual/addrbook.xml
7451         * manual/starting.xml
7452                 written by Colin, proofread, edited, adapted by me
7453         * manual/advanced.xml
7454                 add some Actions examples
7455         * src/importldif.c
7456                 use a Save button instead of a Close button
7457         * src/wizard.c
7458                 indicate mandatory fields
7459                 fix page display
7460                 Thanks to Colin
7461
7462 2005-11-23 [colin]      1.9.100cvs30
7463
7464         * src/addressbook.c
7465                 Rename menu item, fix possible crash after
7466                 deletion of books
7467         * src/addrindex.c
7468                 Allow searching for '*' in ldap
7469         * src/browseldap.c
7470                 Fix "Browse Entry" (did anyone use it?)
7471         * src/wizard.c
7472                 Add guards for mandatory information
7473
7474 2005-11-23 [paul]       1.9.100cvs29
7475
7476         * manual/advanced.xml
7477                 corrections to the English
7478
7479 2005-11-23 [colin]      1.9.100cvs28
7480
7481         * src/mimeview.c
7482                 Fix possible crash at exit. After the call to
7483                 gtk_container_remove(), the Viewer's widget has no
7484                 more parent so gtk+ automatically frees it and its
7485                 sons. If destroy_viewer() then try to access it,
7486                 problems ensue.
7487
7488 2005-11-22 [colin]      1.9.100cvs27
7489
7490         * src/compose.c
7491         * src/gtk/gtkaspell.c
7492                 Fix right-clicking on a misspelled word
7493                 Fix More... in suggestions menu
7494
7495 2005-11-22 [wwp]        1.9.100cvs26
7496
7497         * src/prefs_template.c
7498                 templates works: re-sort templates list when adding or replacing,
7499                 prevent from adding or replacing when the template name is empty
7500
7501 2005-11-21 [colin]      1.9.100cvs25
7502
7503         * src/addressbook.c
7504                 Fix some addressbook suckage (dnd, select all)
7505         * src/compose.c
7506         * src/gtk/gtkaspell.c
7507         * src/gtk/gtkaspell.h
7508                 Make the spellchecker menu work with the 
7509                 GtkTextView one instead of overriding it
7510
7511 2005-11-20 [paul]       1.9.100cvs24
7512
7513         * manual/handling.xml
7514                 proofread and corrected
7515
7516 2005-11-20 [paul]       1.9.100cvs23
7517
7518         * manual/Makefile
7519                 generate html as one file
7520         * manual/advanced.xml
7521                 fix output generation
7522                 reformat hidden options list
7523         * manual/manual.xml     ** REMOVED **
7524         * manual/sylpheed-claws-manual.xml      ** ADDED **
7525                 renamed
7526
7527 2005-11-18 [colin]      1.9.100cvs22
7528
7529         * src/prefs_account.c
7530                 Fix layout in news and mbox accounts
7531         * manual/account.xml
7532         * manual/advanced.xml
7533                 New contents for Paul to check :)
7534
7535 2005-11-18 [wwp]        1.9.100cvs21
7536
7537         * src/gtk/quicksearch.c
7538                 don't update extended quicksearch buttons twice
7539
7540 2005-11-18 [paul]       1.9.100cvs20
7541
7542         * src/textview.c
7543                 complete 1.9.100cvs19
7544
7545 2005-11-18 [paul]       1.9.100cvs19
7546
7547         * src/compose.c
7548                 cosmetic improvements
7549         * src/textview.c
7550                 also list text/* attachments
7551
7552 2005-11-18 [colin]      1.9.100cvs18
7553
7554         * src/summaryview.c
7555                 Use column 0 instead of -1 in 
7556                 gtk_ctree_node_moveto, in a naive
7557                 hope it'll fix the gtk-related crashes
7558
7559 2005-11-18 [colin]      1.9.100cvs17
7560
7561         * src/gtk/inputdialog.c
7562                 Fix icon staying the first one
7563
7564 2005-11-17 [wwp]        1.9.100cvs16
7565                 fix possible problem showing some quicksearch buttons, and a bad
7566                 call to g_return_if_fail in a function that returns a value (both
7567                 fixes by Fabien Vantard)
7568
7569 2005-11-15 [wwp]        1.9.100cvs15
7570
7571         * src/gtk/quicksearch.c
7572                 added a tooltip to that obscure ... quicksearch button
7573
7574 2005-11-15 [wwp]        1.9.100cvs14
7575
7576         * src/gtk/quicksearch.c
7577                 add a quicksearch helper to filtering expression users: the ... button
7578                 raises the condition expr window. condition expressions set up w/ this
7579                 window are used by the quicksearch if the user closes it pressing OK.
7580
7581 2005-11-14 [paul]       1.9.100cvs13
7582
7583         * src/plugins/clamav/clamav_plugin.c
7584         * src/plugins/spamassassin/spamassassin.c
7585                 change plugin type following recent merging
7586
7587 2005-11-14 [wwp]        1.9.100cvs12
7588
7589         * src/folder.c
7590                 prevent from crashing when copying/moving message(s) from and
7591                 to the same folder
7592
7593 2005-11-14 [paul]       1.9.100cvs11
7594
7595         * src/plugins/clamav/Makefile.am
7596         * src/plugins/clamav/clamav_plugin.c
7597         * src/plugins/clamav/clamav_plugin.h
7598         * src/plugins/clamav/clamav_plugin_gtk.c
7599                 also merge clamav and clamav_gtk plugins
7600
7601 2005-11-13 [colin]      1.9.100cvs10
7602
7603         * configure.ac
7604         * src/plugins/spamassassin/Makefile.am
7605         * src/plugins/spamassassin/spamassassin.c
7606         * src/plugins/spamassassin/spamassassin.h
7607         * src/plugins/spamassassin/spamassassin_gtk.c
7608                 Merge spamassassin and spamassassin_gtk plugins,
7609                 and build it by default.
7610
7611 2005-11-12 [colin]      1.9.100cvs9
7612
7613         * src/etpan/imap-thread.c
7614                 Fix gcc warning
7615
7616 2005-11-12 [colin]      1.9.100cvs8
7617
7618         * src/procmime.c
7619                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7620
7621 2005-11-10 [colin]      1.9.100cvs7
7622
7623         * src/main.c
7624                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7625                 minimised state)
7626
7627 2005-11-10 [wwp]        1.9.100cvs6
7628
7629         * src/gtk/description_window.c
7630                 fix a crash when closing description windows using the WM's [X] button
7631
7632 2005-11-09 [colin]      1.9.100cvs5
7633
7634         * src/common/ssl.c
7635                 Update libetpan call to follow upstream
7636                 (yes, this requires libetpan-0.40cvs3)
7637
7638 2005-11-08 [colin]      1.9.100cvs4
7639
7640         * src/compose.c
7641         * src/textview.c
7642         * src/common/utils.c
7643         * src/common/utils.h
7644                 Enhance the email parser
7645
7646 2005-11-08 [colin]      1.9.100cvs3
7647
7648         * src/procmime.c
7649                 Fix what looks like an off-by-one (fixes 
7650                 attachments from the Bat)
7651
7652 2005-11-08 [wwp]        1.9.100cvs2
7653
7654         * src/main.c
7655                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7656
7657 2005-11-08 [wwp]        1.9.100cvs1
7658
7659         * src/main.c
7660                 allow exiting Sylpheed-Claws from command-line
7661
7662 2005-11-08 [paul]       1.9.100
7663
7664         1.9.100 released
7665
7666 2005-11-07 [colin]      1.9.99cvs17
7667
7668         * src/addritem.c
7669         * src/ldif.c
7670                 Fix import of base-64 encoded items
7671
7672 2005-11-07 [colin]      1.9.99cvs16
7673
7674         * src/send_message.c
7675                 Fix bug #314 (Queue does not empty under certain 
7676                 circumstances)
7677
7678 2005-11-07 [paul]       1.9.99cvs15
7679
7680         * src/mutt.c
7681         * src/pine.c
7682                 fix buffer overflows
7683                 Thanks to Colin
7684
7685 2005-11-07 [paul]       1.9.99cvs14
7686
7687         * doc/man/Makefile.am
7688         * doc/man/sylpheed-claws.1      ** ADDED **
7689         * doc/man/sylpheed.1            ** DELETED **
7690                 rename and update the man file
7691
7692 2005-11-06 [colin]      1.9.99cvs13
7693
7694         * src/ldif.c
7695                 Fix ldif_get_line() that returned empty strings
7696                 (Didn't understand why). Also fix a possible
7697                 buffer overflow.
7698
7699 2005-11-06 [wwp]        1.9.99cvs12
7700
7701         * src/textview.c
7702         * src/gtk/about.c
7703         * src/gtk/gtkutils.c
7704         * src/gtk/gtkutils.h
7705                 fix a compilation warning,
7706                 make links sensitive in the about dialog
7707
7708 2005-11-04 [wwp]        1.9.99cvs11
7709
7710         * src/gtk/about.c
7711                 don't wrap or translate URIs, and a bit text format cleanup
7712
7713 2005-11-04 [wwp]        1.9.99cvs10
7714
7715         * src/gtk/about.c
7716                 better textview tagging implementation (no more use of marks for
7717                 postponed tagging)
7718
7719 2005-11-02 [colin]      1.9.99cvs9
7720
7721         * src/common/ssl.c
7722                 Forgot an ifdef
7723
7724 2005-11-02 [colin]      1.9.99cvs8
7725
7726         * configure.ac
7727                 Require libetpan-0.40 due to upstream fix
7728         * src/common/ssl.c
7729                 Tell libetpan not to call SSL_Library_Init,
7730                 as we do it ourselves.
7731
7732 2005-11-02 [colin]      1.9.99cvs7
7733
7734         * po/POTFILES.in
7735                 Add missing files (thanks to Fabien Vantard)
7736
7737 2005-11-02 [colin]      1.9.99cvs6
7738
7739         * src/summaryview.c
7740                 Fix totals when read messages are hidden or quicksearch
7741                 is on
7742         * src/ssl_manager.c
7743         * src/ssl_manager.h
7744         * src/common/ssl_certificate.c
7745         * src/common/ssl_certificate.h
7746         * src/gtk/sslcertwindow.c
7747         * src/gtk/sslcertwindow.h
7748                 Fix copyright on my stuff
7749
7750 2005-11-02 [wwp]        1.9.99cvs5
7751
7752         * src/prefs_themes.c
7753                 fix directory name checking (theme installation/removal),
7754                 made related error a bit more verbose
7755
7756 2005-11-02 [colin]      1.9.99cvs4
7757
7758         * src/summaryview.c
7759                 Fix typo (probably fixes bug #841 (Sort by the From 
7760                 field doesn't work)
7761
7762 2005-11-02 [paul]       1.9.99cvs3
7763
7764         * po/ko.po
7765         * po/nb.po
7766                 updated by SungHyun Nam, Geir Helland
7767         * src/wizard.c
7768                 fix typo in welcome message. spotted by
7769                 Andrea Spadaccini
7770
7771 2005-11-01 [colin]      1.9.99cvs2
7772
7773         * src/compose.c
7774                 Fix replying to ml wen confirming subscription
7775         * src/messageview.c
7776         * src/mimeview.c
7777         * src/mimeview.h
7778         * src/privacy.h
7779         * src/summaryview.c
7780                 Make key check non blocking
7781
7782 2005-10-31 [paul]       1.9.99cvs1
7783
7784         * tools/claws.i18n.status.pl
7785                 updated for ChangeLog
7786
7787 2005-10-31 [paul]       1.9.99
7788
7789         1.9.99 released
7790
7791 2005-10-31 [paul]       1.9.15cvs131
7792
7793         * .cvsignore
7794         * ChangeLog
7795         * ChangeLog.claws       ** REMOVED **
7796         * ChangeLog-gtk2.claws  ** REMOVED **
7797         * ChangeLog.gtk1        ** ADDED **
7798         * INSTALL
7799         * Makefile.am
7800         * NEWS
7801         * README
7802         * README.claws          ** REMOVED **
7803         * README.jp             ** REMOVED **
7804         * RELEASE_NOTES         ** ADDED **
7805         * RELEASE_NOTES.claws   ** REMOVED **
7806         * commitHelper
7807         * configure.ac
7808         * sylpheed.spec.in      ** REMOVED **
7809                 tidy up and update the default docs:
7810                 ChangeLog.claws is renamed ChangeLog.gtk1
7811                 ChangeLog-gtk2.claws is renamed ChangeLog
7812                 README.claws is renamed README
7813                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7814
7815 2005-10-31 [paul]       1.9.15cvs130
7816
7817         * po/it.po
7818                 fix errors
7819
7820 2005-10-31 [paul]       1.9.15cvs129
7821
7822         * po/ca.po
7823         * po/de.po
7824         * po/en_GB.po
7825         * po/fr.po
7826         * po/it.po
7827         * po/pt_BR.po
7828         * po/sk.po
7829         * po/sr.po
7830         * po/zh_CN.po
7831                 updated by Miquel Oliete, Stephan Sachse and
7832                 Thomas Gilgin, me, Fabien Vantard, Andrea
7833                 Spadaccini, Frederico Goncalves Guimaraes,
7834                 Andrej Kacian, Aleksandar Urosevic, and
7835                 Ralgh Young.
7836
7837 2005-10-31 [mones]      1.9.15cvs128
7838
7839         * manual/faq.xml
7840                 More questions.
7841         
7842         * po/es.po
7843                 Updated for release.
7844
7845 2005-10-30 [colin]      1.9.15cvs127
7846
7847         * src/compose.c
7848                 Place cursor before rewrapping (fixes cursor
7849                 pos if quotation gets rewrapped)
7850
7851 2005-10-29 [paul]       1.9.15cvs126
7852
7853         * src/crash.c
7854         * src/foldersel.c
7855         * src/main.c
7856         * src/messageview.c
7857         * src/toolbar.c
7858         * src/gtk/authors.h
7859                 corrections to text items
7860
7861 2005-10-28 [colin]      1.9.15cvs125
7862
7863         * src/messageview.c
7864                 Make "hit 'C' to check sig" work from extern 
7865                 messageviews
7866
7867 2005-10-27 [colin]      1.9.15cvs124
7868
7869         * src/summaryview.c
7870                 Add a hack to avoid segfaulting when hammering 
7871                 on gtk's events
7872
7873 2005-10-27 [wwp]        1.9.15cvs123
7874
7875         * src/prefs_themes.c
7876                 sort list of themes names in themes prefs
7877
7878 2005-10-27 [paul]       1.9.15cvs122
7879
7880         * src/folder.c
7881         * src/prefs_account.c
7882                 fix building on Solaris
7883                 Patch by Alex Moore
7884
7885 2005-10-27 [wwp]        1.9.15cvs121
7886
7887         * src/summaryview.c
7888         * src/gtk/gtksctree.c
7889                 speed up unselecting messages in summary view (thanks to Colin)
7890
7891 2005-10-27 [paul]       1.9.15cvs120
7892
7893         * src/mainwindow.c
7894                 fix a compilation warning
7895         * src/summaryview.c
7896                 fix updating of 'n items selected' count
7897                 when deselecting
7898
7899 2005-10-27 [martin]     1.9.15cvs119
7900
7901         * src/action.c
7902                 ignore actions with a leading '/' in the action menu name
7903                 fixes a crash on menu creation
7904         * src/prefs_actions.c
7905                 do not allow a leading '/' in the action menu name
7906
7907 2005-10-27 [paul]       1.9.15cvs118
7908
7909         * src/main.c
7910                 fix compilation warning
7911
7912 2005-10-27 [paul]       1.9.15cvs117
7913
7914         * src/procmime.c
7915                 add #if HAVE_LOCALE_H
7916
7917 2005-10-27 [paul]       1.9.15cvs116
7918
7919         * src/plugins/clamav/clamav_plugin.c
7920         * src/plugins/dillo_viewer/dillo_viewer.c
7921         * src/plugins/mathml_viewer/mathml_viewer.c
7922         * src/plugins/pgpcore/plugin.c
7923         * src/plugins/pgpinline/plugin.c
7924         * src/plugins/pgpmime/plugin.c
7925         * src/plugins/spamassassin/spamassassin.c
7926         * src/plugins/trayicon/trayicon.c
7927                 plugin_init() : make error messages more
7928                 informative
7929
7930 2005-10-26 [wwp]        1.9.15cvs115
7931
7932         * src/prefs_matcher.c
7933                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7934
7935 2005-10-26 [wwp]        1.9.15cvs114
7936
7937         * src/procmime.c
7938         * src/gtk/gtksctree.c
7939         * src/plugins/spamassassin/libspamc.c
7940         * src/plugins/spamassassin/spamassassin.c
7941                 fix some compilation warnings more
7942
7943 2005-10-26 [mones]      1.9.15cvs113
7944
7945         * po/es.po
7946                 Updated translation
7947
7948 2005-10-26 [paul]       1.9.15cvs112
7949
7950         * src/prefs_message.c
7951                 give all display_xface stuff the
7952                 #if HAVE_LIBCOMPFACE treatment, thus
7953                 preventing a crash
7954                 (Thanks to Wolfgang Enderlein)
7955
7956 2005-10-26 [colin]      1.9.15cvs111
7957
7958         * src/gedit-print.c
7959                 Fix date format
7960         * src/imap_gtk.c
7961         * src/news_gtk.c
7962                 Remove context menu items that should not be there
7963         * src/jpilot.c
7964                 Fix encoding
7965         * src/main.c
7966         * src/mainwindow.c
7967                 Don't show the mainwindow too soon
7968
7969 2005-10-26 [wwp]        1.9.15cvs110
7970
7971         * src/folder.c
7972         * src/manual.c
7973         * src/summaryview.c
7974                 fix uninitialized pointers in the folder updating hook
7975                 (thanks to Colin)
7976
7977 2005-10-25 [mones]      1.9.15cvs109
7978
7979         * manual/faq.xml
7980                 General information subsection completed. 
7981                 Removed archaic references.
7982                 
7983         * manual/Makefile
7984         * manual/dtd/manual.dsl
7985                 Added customization stylesheet for getting paragraphs
7986                 fully justified in PDF output (as suggested by Colin).
7987
7988 2005-10-25 [colin]      1.9.15cvs108
7989
7990         * src/compose.c
7991                 Fix a second leak
7992
7993 2005-10-25 [colin]      1.9.15cvs107
7994
7995         * src/addrbook.c
7996         * src/addrindex.c
7997                 Fix leak (xml_get_element() allocates memory)
7998         * src/compose.c
7999                 Fix leak + dead code (shame!)
8000         * src/procmime.c
8001                 Fix leak
8002
8003 2005-10-25 [colin]      1.9.15cvs106
8004
8005         * src/mimeview.c
8006                 Fix encoding issue in Save all and in 
8007                 overwrite-confirmation alertpanel
8008
8009 2005-10-25 [colin]      1.9.15cvs105
8010
8011         * src/common/socket.c
8012                 Fix a leak - Thanks to Christopher Aillon
8013                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8014
8015 2005-10-25 [paul]       1.9.15cvs104
8016
8017         * src/wizard.c
8018                 Always guess servers from the right-hand
8019                 email part and guess username from the
8020                 left-hand part. (Thanks to Colin)
8021                 add an X-Face to the welcome message
8022
8023 2005-10-25 [paul]       1.9.15cvs103
8024
8025         * manual/handling.xml
8026                 written by Colin, edited by me
8027
8028 2005-10-25 [wwp]        1.9.15cvs102
8029
8030         * src/folderview.c
8031         * src/grouplistdialog.c
8032         * src/imap.c
8033         * src/noticeview.c
8034                 fix some compilation warnings
8035
8036 2005-10-24 [paul]
8037
8038         1.9.99-rc3 released
8039
8040 2005-10-24 [paul]       1.9.15cvs101
8041
8042         * src/gtk/about.c
8043                 fix window sizing
8044
8045 2005-10-24 [paul]       1.9.15cvs100
8046
8047         * src/pixmaps/offline.xpm
8048         * src/pixmaps/online.xpm
8049                 replace with last default versions
8050
8051 2005-10-24 [colin]      1.9.15cvs99
8052
8053         * src/imap.c
8054                 Fix bug when moving a folder
8055         * src/imap_gtk.c
8056         * src/mh_gtk.c
8057                 "Delete folder" pops up a window, so it 
8058                 should be suffixed with "..."
8059         * src/plugins/pgpcore/sgpgme.c
8060                 Include locale.h
8061
8062 2005-10-24 [mones]      1.9.15cvs98
8063
8064         * manual/Makefile
8065         * manual/account.xml
8066         * manual/ack.xml
8067         * manual/addrbook.xml
8068         * manual/advanced.xml
8069         * manual/faq.xml
8070         * manual/glossary.xml
8071         * manual/gpl.xml
8072         * manual/handling.xml
8073         * manual/intro.xml
8074         * manual/keyboard.xml
8075         * manual/manual.xml
8076         * manual/plugins.xml
8077         * manual/starting.xml
8078         * manual/dtd/sdocbook.dtd
8079                 Initial manual structure and some content.
8080
8081 2005-10-23 [wwp]        1.9.15cvs97
8082
8083         * src/gtk/about.c
8084                 fix a typo
8085
8086 2005-10-23 [wwp]        1.9.15cvs96
8087
8088         * src/gtk/about.c
8089         * src/gtk/authors.h
8090                 rework of the about window (main work by Paul), also featuring a few
8091                 fixes for typos and duplicate names
8092
8093 2005-10-23 [wwp]        1.9.15cvs95
8094
8095         * src/.cvsignore
8096                 Ignore the right binary name (sylpheed-claws now)
8097
8098 2005-10-23 [paul]       1.9.15cvs94
8099
8100         * src/compose.c
8101                 when using Folder Pref 'Default To for
8102                 replies' make the entry in the Compose
8103                 window bold
8104                 Patch by Fabien Vantard
8105
8106 2005-10-22 [colin]      1.9.15cvs93
8107
8108         * src/codeconv.c
8109                 Fix leak
8110
8111 2005-10-22 [colin]      1.9.15cvs92
8112
8113         * src/codeconv.c
8114                 try to convert using locale (apart utf8) if necessary
8115
8116 2005-10-22 [colin]      1.9.15cvs91
8117
8118         * src/pixmaps/new.xpm
8119         * src/pixmaps/unread.xpm
8120                 Make the unread envelope blue again and
8121                 saturate the new one a bit more.
8122
8123 2005-10-22 [colin]      1.9.15cvs90
8124
8125         * src/compose.c
8126                 When replying to a mail sent by one of our accounts,
8127                 use the original list of recipients. Let 'Reply All'
8128                 and 'Reply to sender' work like previously.
8129
8130 2005-10-21 [colin]      1.9.15cvs89
8131
8132         * src/prefs_filtering.c
8133                 Clear fields after add and replace
8134         * src/textview.c
8135                 Display xface differently (better)
8136         * src/plugins/pgpinline/pgpinline.c
8137                 Fix crappy encodings/recodings
8138
8139 2005-10-21 [paul]       1.9.15cvs88
8140
8141         * src/compose.c
8142         * src/prefs_folder_item.c
8143         * src/toolbar.c
8144                 fix news folder Folder Properties
8145                 (thanks to Colin)
8146         * src/folderview.c
8147                 update folderview after Themes change
8148                 keep selected folder selected
8149                 (thanks to Colin)
8150
8151 2005-10-21 [paul]       1.9.15cvs87
8152
8153         * tools/Makefile.am
8154         * tools/OOo2sylpheed.pl
8155         * tools/README
8156         * tools/README.sylprint
8157         * tools/asus_mailled.sh         ** REMOVED **
8158         * tools/filter_conv.pl
8159         * tools/freshmeat_search.pl
8160         * tools/google_search.pl
8161         * tools/gpg-sign-syl            ** REMOVED **
8162         * tools/kmail2sylpheed.pl
8163         * tools/kmail2sylpheed_v2.pl
8164         * tools/multiwebsearch.pl
8165         * tools/nautilus2sylpheed.sh
8166         * tools/newscache_clean.pl
8167         * tools/outlook2sylpheed.pl
8168         * tools/sylpheed-switcher       ** REMOVED **
8169         * tools/sylprint.pl
8170         * tools/sylprint.rc
8171         * tools/tb2sylpheed
8172         * tools/vcard2xml.py
8173         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8174                 update default config dir
8175                 update binary name (thanks to Fabien Vantard)
8176                 remove obsolete scripts
8177
8178 2005-10-21 [colin]      1.9.15cvs86
8179
8180         * src/inc.c
8181                 Fix possible leak and units. Based on a patch by
8182                 Fabien Vantard.
8183
8184 2005-10-20 [colin]      1.9.15cvs85
8185
8186         * src/textview.c
8187                 Clear xface when clearing textview
8188
8189 2005-10-20 [colin]      1.9.15cvs84
8190
8191         * configure.ac
8192         * src/folderview.c
8193         * src/headerview.c
8194         * src/main.c
8195         * src/prefs_common.c
8196         * src/prefs_common.h
8197         * src/prefs_message.c
8198         * src/textview.c
8199         * src/textview.h
8200         * src/common/defs.h
8201         * src/common/utils.c
8202         * src/common/utils.h
8203         * src/gtk/gtkutils.c
8204         * src/gtk/gtkutils.h
8205                 Migrate config to .sylpheed-claws (Automatically)
8206                 Add a way to get the Xface in the TextView
8207
8208 2005-10-20 [colin]      1.9.15cvs83
8209
8210         * src/gtk/Makefile.am
8211         * src/gtk/about.c
8212         * src/gtk/authors.h
8213                 Make the about dialog *grooovy*
8214
8215 2005-10-20 [colin]      1.9.15cvs82
8216
8217         * src/mimeview.c
8218                 Use "Open with" on double click if no command
8219                 was found
8220
8221 2005-10-20 [colin]      1.9.15cvs81
8222
8223         * src/imap.c
8224         * src/etpan/imap-thread.c
8225                 Fix possible crash.
8226
8227 2005-10-20 [paul]       1.9.15cvs80
8228
8229         * src/folder.c
8230                 don't show clipkey icon if the only
8231                 attachment is the signature
8232                 Patch by Colin
8233
8234 2005-10-20 [paul]       1.9.15cvs79
8235
8236         * AUTHORS
8237         * src/plugins/pgpmime/pgpmime.c
8238                 name the PGP/MIME signature 'signature.asc'
8239                 Patch by Andrew Nelson <freeandy@gmail.com>
8240
8241 2005-10-19 [colin]      1.9.15cvs78
8242
8243         * src/plugins/pgpmime/pgpmime.c
8244                 Oops, no need to double-check though
8245
8246 2005-10-19 [colin]      1.9.15cvs77
8247
8248         * src/plugins/pgpinline/pgpinline.c
8249         * src/plugins/pgpmime/pgpmime.c
8250                 Check that my_tmpfile() doesn't 
8251                 return NULL
8252
8253 2005-10-19 [colin]      1.9.15cvs76
8254
8255         * src/common/utils.c
8256                 Use shorter mime boundaries to avoid having
8257                 MTAs rewrapping our headers, breaking the
8258                 PGP signature in the process 
8259         * src/compose.c
8260         * src/plugins/pgpmime/pgpmime.c
8261                 Check for boundary uniqueness to be sure
8262                 it won't happen, instead of hoping for the
8263                 best
8264
8265 2005-10-19 [colin]      1.9.15cvs75
8266
8267         * sylpheed-claws.desktop
8268         * src/Makefile.am
8269         * src/main.c
8270                 Ship a sylpheed-claws binary instead
8271                 of a sylpheed one. Change the socket
8272                 name, too
8273         * src/folderview.c
8274                 Update folder only if it changed
8275         * src/wizard.c
8276                 Fix i18n in welcome mail, patch by
8277                 Fabien Vantard
8278
8279 2005-10-19 [paul]
8280
8281         1.9.99-rc2 released
8282
8283 2005-10-19 [paul]       1.9.15cvs74
8284
8285         * src/folder.c
8286         * src/folderview.c
8287                 fix summaryview update
8288                 Patch by Colin
8289
8290 2005-10-18 [colin]      1.9.15cvs73
8291
8292         * src/plugins/pgpcore/passphrase.c
8293                 Don't XGrabServer, and try a bit more to 
8294                 sync everything before grabbing mouse/keyboard
8295
8296 2005-10-18 [colin]      1.9.15cvs72
8297
8298         * src/Makefile.am
8299         * src/addressadd.c
8300         * src/addressbook.c
8301         * src/folderview.c
8302         * src/grouplistdialog.c
8303         * src/mimeview.c
8304         * src/stock_pixmap.c
8305         * src/stock_pixmap.h
8306         * src/summaryview.c
8307         * src/gtk/gtksctree.c
8308         * src/gtk/gtksctree.h
8309         * src/pixmaps/empty.xpm
8310                 Implement a wrapper call for gtk_ctree_set_node_info
8311                 and gtk_ctree_insert_node, that uses a 1x1 transparent
8312                 pixmap instead of a NULL one. This works around some
8313                 memory problems deep inside gtk, revealed by valgrind,
8314                 and fixes bug #834 (Pressing CTRl-D on a message marked 
8315                 as locked crashes sylpheed.), as well as, probably, 
8316                 wwp's 4th dimension problems that happen in gtk_ctree_*.
8317
8318 2005-10-17 [colin]      1.9.15cvs71
8319
8320         * src/mimeview.c
8321                 Provide visual feedback when checking
8322                 signature
8323
8324 2005-10-17 [colin]      1.9.15cvs70
8325
8326         * src/main.c
8327                 Keep the folder list frozen while checking caches...
8328
8329 2005-10-17 [colin]      1.9.15cvs69
8330
8331         * src/addr_compl.c
8332                 Fi bug #833 (Autocompleting from addressbook 
8333                 fails with extended chars)
8334         * src/imap.c
8335                 Fix 'adding messages' staying in statusbar
8336                 after an error
8337
8338 2005-10-17 [wwp]        1.9.15cvs68
8339
8340         * src/ssl_manager.c
8341                 Fix buttons' layout resizing when window size changes
8342
8343 2005-10-17 [wwp]        1.9.15cvs67
8344
8345         * src/account.c
8346         * src/prefs_account.c
8347         * src/prefs_common.c
8348         * src/prefs_common.h
8349         * src/prefs_folder_item.c
8350         * src/prefs_gtk.c
8351         * src/gtk/logwindow.c
8352         * src/gtk/pluginwindow.c
8353         * src/gtk/prefswindow.c
8354         * src/gtk/prefswindow.h
8355                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
8356
8357 2005-10-17 [paul]       1.9.15cvs66
8358
8359         * configure.ac
8360                 fix missing libetpan message
8361         * po/en_GB.po
8362                 updated
8363         * src/crash.c
8364         * src/manual.c
8365         * src/prefs_themes.c
8366         * src/common/defs.h
8367                 add some new URI defines, change some
8368                 others
8369         * src/wizard.c
8370                 make welcome message translatable
8371                 small improvements to english
8372                 other tweaks
8373         * src/gtk/menu.c
8374                 fix warnings
8375
8376 2005-10-17 [paul]       1.9.15cvs65
8377
8378         * src/summaryview.c
8379                 fix column titles
8380
8381 2005-10-16 [mones]      1.9.15cvs64
8382
8383         * po/es.po
8384                 Updated translation
8385
8386 2005-10-16 [colin]
8387
8388         1.9.99-rc1 released
8389
8390 2005-10-16 [colin]      1.9.15cvs63
8391
8392         * src/wizard.c
8393                 Fix whitespace
8394
8395 2005-10-16 [colin]      1.9.15cvs62
8396
8397         * src/toolbar.c
8398                 s/Get All/Get Mail/
8399         * src/wizard.c
8400                 Real welcome mail text, thanks Paul
8401
8402 2005-10-16 [colin]      1.9.15cvs61
8403
8404         * src/editldap.c
8405         * src/exporthtml.c
8406         * src/main.c
8407         * src/mainwindow.c
8408         * src/prefs_themes.c
8409         * src/prefs_toolbar.c
8410         * src/plugins/demo/demo.c
8411         * src/plugins/trayicon/trayicon.c
8412                 s/Sylpheed/Sylpheed-Claws/
8413
8414 2005-10-16 [colin]      1.9.15cvs60
8415
8416         * src/wizard.c
8417                 Add a welcome email in the first empty mailbox
8418         * src/prefs_common.c
8419                 Change one more default
8420
8421 2005-10-16 [colin]      1.9.15cvs59
8422
8423         * src/wizard.c
8424                 Remove printf
8425
8426 2005-10-16 [colin]      1.9.15cvs58
8427
8428         * src/toolbar.c
8429         * src/prefs_common.c
8430                 Change some defaults
8431
8432 2005-10-16 [colin]      1.9.15cvs57
8433
8434         * src/toolbar.c
8435         * src/prefs_common.c
8436                 Change some defaults
8437
8438 2005-10-16 [colin]      1.9.15cvs56
8439
8440         * src/wizard.c
8441                 By default, initialize fonts to have
8442                 the same size as normal GtkWidgets
8443
8444 2005-10-16 [colin]      1.9.15cvs55
8445
8446         * src/mimeview.c
8447                 Fix message a bit more
8448
8449 2005-10-16 [colin]      1.9.15cvs54
8450
8451         * src/addressbook.c
8452                 Second attempt at flicker fixing
8453
8454 2005-10-16 [colin]      1.9.15cvs53
8455
8456         * src/addressbook.c
8457                 Fix flicker
8458
8459 2005-10-16 [wwp]        1.9.15cvs52
8460
8461         * src/addressbook.c
8462         * src/editaddress.c
8463         * src/prefs_common.c
8464         * src/prefs_common.h
8465                 Remember window sizes (address book)
8466
8467 2005-10-16 [wwp]        1.9.15cvs51
8468
8469         * src/plugins/clamav/clamav_plugin_gtk.c
8470         * src/plugins/spamassassin/spamassassin_gtk.c
8471                 Fix compilation warnings (missing #include).
8472
8473 2005-10-16 [colin]      1.9.15cvs50
8474
8475         * src/mimeview.c
8476         * src/summaryview.c
8477         * src/textview.c
8478                 Make 'c' check signature, and forward
8479                 c, l, y, t from summaryview to mimeview
8480
8481 2005-10-16 [colin]      1.9.15cvs49
8482
8483         * src/addressbook.c
8484                 Put border around buttons
8485         * src/mainwindow.c
8486         * src/summaryview.c
8487                 Rework menus (Patch based on a patch
8488                 by Paul)
8489
8490 2005-10-15 [wwp]        1.9.15cvs48
8491
8492         * src/editjpilot.c
8493         * src/editldap.c
8494         * src/editvcard.c
8495         * src/exphtmldlg.c
8496         * src/expldifdlg.c
8497         * src/export.c
8498         * src/import.c
8499         * src/importldif.c
8500         * src/importmutt.c
8501         * src/importpine.c
8502         * src/prefs_account.c
8503         * src/prefs_spelling.c
8504         * src/gtk/gtkutils.c
8505         * src/gtk/gtkutils.h
8506         * src/plugins/clamav/clamav_plugin_gtk.c
8507         * src/plugins/spamassassin/spamassassin_gtk.c
8508                 use nicer browse-for-file/dir buttons than the "..." ones,
8509                 code factorizing more.
8510
8511 2005-10-14 [colin]      1.9.15cvs47
8512
8513         * src/mainwindow.c
8514                 set relief on the account switcher so that people see it
8515                 grey out Create processing rules when no message is selected
8516         * src/prefs_filtering.c
8517                 ask before closing if the rule has not been modified, even if
8518                 it's not valid
8519         * src/prefs_matcher.c
8520                 fix sensitivity when entering the dialog
8521         * src/gtk/inputdialog.c
8522                 display a better icon on password ask
8523         * src/plugins/pgpcore/passphrase.c
8524                 make the dialog look better
8525
8526 2005-10-14 [paul]       1.9.15cvs46
8527
8528         * src/folderview.c
8529                 indicate presense of marked msgs in
8530                 unexpanded subfolders
8531
8532 2005-10-14 [paul]       1.9.15cvs45
8533
8534         * src/prefs_actions.c
8535         * src/prefs_common.c
8536         * src/prefs_common.h
8537         * src/prefs_filtering_action.c
8538         * src/prefs_matcher.c
8539         * src/prefs_template.c
8540                 remember window sizes
8541                 fix Info button size
8542
8543         Patches by wwp
8544
8545 2005-10-13 [colin]      1.9.15cvs44
8546
8547         * src/mimeview.c
8548         * src/noticeview.c
8549         * src/noticeview.h
8550                 Add a tooltip on the icon (optional) 
8551                 Get rid of the signature buttons and only
8552                 use the icon+tooltip
8553
8554 2005-10-13 [colin]      1.9.15cvs43
8555
8556         * src/noticeview.c
8557         * src/noticeview.h
8558                 Add hand cursor for hovering over icon
8559
8560 2005-10-13 [colin]      1.9.15cvs42
8561
8562         * src/summaryview.c
8563                 Fix crash when quicksearch's hidden 
8564                 at startup
8565
8566 2005-10-13 [colin]      1.9.15cvs41
8567
8568         * src/compose.c
8569                 Set subject when forwarding multiple mails
8570                 Check that other recipient than the default Cc or Bcc
8571                 have been set before sending.
8572
8573 2005-10-13 [colin]      1.9.15cvs40
8574
8575         * src/imap.c
8576                 Batch per-folder
8577                 Introduce locking, but don't use it yet
8578
8579 2005-10-13 [colin]      1.9.15cvs39
8580
8581         * src/gtk/quicksearch.c
8582                 Reset quicksearch when hiding it
8583                 Make sticky a real pref
8584
8585 2005-10-13 [colin]      1.9.15cvs38
8586
8587         * src/summaryview.c
8588                 Faster prefs apply
8589
8590 2005-10-13 [colin]      1.9.15cvs37
8591
8592         * src/mimeview.c
8593         * src/noticeview.c
8594         * src/noticeview.h
8595         * src/plugins/pgpcore/sgpgme.c
8596                 Make privacy icon clickable
8597                 Move Trust field in Full info
8598                 When trust is less than full, don't display
8599                 a warning icon
8600
8601 2005-10-13 [colin]      1.9.15cvs36
8602
8603         * src/folder.c
8604                 Batch on flags sync
8605         * src/folderview.c
8606                 Revert speed hack which is dangerous in fact
8607                 Apply prefs faster
8608
8609 2005-10-13 [colin]      1.9.15cvs35
8610
8611         * src/folder_item_prefs.c
8612                 Fix pref corruption on folder move. Patch
8613                 by wwp
8614
8615 2005-10-13 [paul]       1.9.15cvs34
8616
8617         * src/export.c
8618         * src/import.c
8619                 fix typos in g_warnings
8620         * src/prefs_account.c
8621                 add a file selector for Signature file
8622
8623         Patches by wwp
8624
8625 2005-10-12 [colin]      1.9.15cvs33
8626
8627         * src/mimeview.c
8628                 Provide a quick way to go back from a
8629                 signature's full info to the email part
8630
8631 2005-10-12 [colin]      1.9.15cvs32
8632
8633         * src/compose.c
8634                 Remove old hack of encoding signed mails with base64.
8635                 QP works equally well.
8636
8637 2005-10-12 [colin]      1.9.15cvs31
8638
8639         * src/crash.c
8640                 Replace deprecated GtkText with GtkTextView
8641         * src/imap.c
8642                 Fix a logic bug about counts in imap_select
8643                 (previously un-triggered)
8644         * src/mainwindow.c
8645         * src/summaryview.c
8646         * src/news.c
8647                 Allow local deletion of news posts
8648         * src/mimeview.c
8649                 Show GPG noticeview on the message/rfc822 part
8650                 in addition to the text/plain one
8651         * src/prefs_image_viewer.c
8652           src/plugins/pgpcore/prefs_gpg.c
8653                 Polish (set the label as part of the checkbox)
8654         * src/wizard.c
8655                 Don't sit there doing nothing after destroying
8656                 the window - return err
8657
8658 2005-10-11 [colin]      1.9.15cvs30
8659
8660         * src/folderview.c
8661                 Apply processing rules before showing folders.
8662                 Early folder show (before flags sync) will only
8663                 be done when there are no processing rules (nor
8664                 pre- or post- ones)
8665         * src/imap.c
8666                 Fix stuff related to mail subdir, creation and 
8667                 deletion of folders 
8668         * src/imap_gtk.c
8669                 Don't allow creation of folders in NoInferior
8670                 folders, as it won't work
8671
8672 2005-10-10 [colin]      1.9.15cvs29
8673
8674         * src/compose.c
8675                 Reselect "None" Privacy system when selecting an
8676                 account with no privacy system defined
8677
8678 2005-10-10 [colin]      1.9.15cvs28
8679
8680         * src/mainwindow.c
8681                 Add Windows-1252 encoding
8682         * src/prefs_common.c
8683                 Rework some defaults:
8684                 - autosave to draft by default
8685                 - don't show header pane (it's already in the textview)
8686                 - Select first new or unread mail on entry
8687                 - Assume 'Yes' to change folder when there's no more
8688                   unread message
8689         * src/prefs_matcher.c
8690                 Fix a gtk assertion failure
8691         * src/gtk/colorlabel.c
8692                 Workaround bad repainting on selection
8693         * src/main.c
8694                 Freeze/thaw (a bit faster on ssh -X)
8695         * src/msgcache.c
8696                 Get rid of StrdupConverter that just adds an
8697                 extra strdup/free 
8698         * src/etpan/imap_thread.c
8699                 memset buf to 0
8700
8701 2005-10-10 [colin]      1.9.15cvs27
8702
8703         * src/export.c
8704         * src/import.c
8705                 Fix compile on gtk 2.4. Patch by wwp
8706
8707 2005-10-09 [colin]      1.9.15cvs26
8708
8709         * src/mainwindow.c
8710         * src/messageview.c
8711         * src/summaryview.c
8712                 Clarify forward menus. Patch by wwp
8713
8714 2005-10-09 [colin]      1.9.15cvs25
8715
8716         * src/compose.c
8717         * src/compose.h
8718                 Fix bug #829 (Non-working "Encrypt message by 
8719                 default when replying to an encrypted message")
8720
8721 2005-10-08 [colin]      1.9.15cvs24
8722
8723         * src/wizard.c
8724                 Fix bug #827 ("Welcome" setup wizard after a 
8725                 permission error gives up & forgets itself.)
8726
8727 2005-10-08 [colin]      1.9.15cvs23
8728
8729         * src/procmime.c
8730                 Fix bug #828 (Ignoring headers with spaces around = sign)
8731
8732 2005-10-08 [colin]      1.9.15cvs22
8733
8734         * src/export.c
8735                 Warning fix by wwp
8736
8737 2005-10-08 [colin]      1.9.15cvs21
8738
8739         * src/folder.c
8740         * src/folder.h
8741                 Add a processing_pending indicator, set on 
8742                 folder_item_open and cleared after 
8743                 folder_item_process_open
8744         * src/folderview.c
8745         * src/summaryview.c
8746                 wrap procmsg_msginfo_*_flags, and in the
8747                 wrapper check that there's no folder processing 
8748                 pending. If there is, defer the flags change until 
8749                 processing is done to avoid stepping over each
8750                 other's toes.
8751                 Freeze during processing, but not during scanning.
8752
8753 2005-10-07 [colin]      1.9.15cvs20
8754
8755         * src/plugins/pgpcore/passphrase.c
8756                 Fix bug #826 (X-Server hangs when 
8757                 right-clicking a PGP encrypted message)
8758
8759 2005-10-07 [paul]       1.9.15cvs19
8760
8761         * src/compose.c
8762                 fix compose_entries[]
8763                 patch by Fabien Vantard
8764
8765 2005-10-06 [colin]      1.9.15cvs18
8766
8767         * src/pixmaps/address.xpm
8768         * src/pixmaps/address_book.xpm
8769         * src/pixmaps/book.xpm
8770         * src/pixmaps/check_spelling.xpm
8771         * src/pixmaps/checkbox_off.xpm
8772         * src/pixmaps/checkbox_on.xpm
8773         * src/pixmaps/close.xpm
8774         * src/pixmaps/complete.xpm
8775         * src/pixmaps/continue.xpm
8776         * src/pixmaps/deleted.xpm
8777         * src/pixmaps/down_arrow.xpm
8778         * src/pixmaps/exec.xpm
8779         * src/pixmaps/forwarded.xpm
8780         * src/pixmaps/group.xpm
8781         * src/pixmaps/ignorethread.xpm
8782         * src/pixmaps/interface.xpm
8783         * src/pixmaps/jpilot.xpm
8784         * src/pixmaps/ldap.xpm
8785         * src/pixmaps/linewrap.xpm
8786         * src/pixmaps/linewrapcurrent.xpm
8787         * src/pixmaps/mail.xpm
8788         * src/pixmaps/mail_attach.xpm
8789         * src/pixmaps/mail_compose.xpm
8790         * src/pixmaps/mail_forward.xpm
8791         * src/pixmaps/mail_receive.xpm
8792         * src/pixmaps/mail_receive_all.xpm
8793         * src/pixmaps/mail_reply.xpm
8794         * src/pixmaps/mail_reply_to_all.xpm
8795         * src/pixmaps/mail_reply_to_author.xpm
8796         * src/pixmaps/mail_send.xpm
8797         * src/pixmaps/mail_send_queue.xpm
8798         * src/pixmaps/mime_application.xpm
8799         * src/pixmaps/mime_audio.xpm
8800         * src/pixmaps/mime_image.xpm
8801         * src/pixmaps/mime_message.xpm
8802         * src/pixmaps/mime_text_enriched.xpm
8803         * src/pixmaps/mime_text_html.xpm
8804         * src/pixmaps/mime_text_plain.xpm
8805         * src/pixmaps/mime_unknown.xpm
8806         * src/pixmaps/new.xpm
8807         * src/pixmaps/news_compose.xpm
8808         * src/pixmaps/offline.xpm
8809         * src/pixmaps/online.xpm
8810         * src/pixmaps/paste.xpm
8811         * src/pixmaps/preferences.xpm
8812         * src/pixmaps/privacy_emblem_encrypted.xpm
8813         * src/pixmaps/privacy_expired.xpm
8814         * src/pixmaps/privacy_failed.xpm
8815         * src/pixmaps/privacy_passed.xpm
8816         * src/pixmaps/privacy_signed.xpm
8817         * src/pixmaps/privacy_unknown.xpm
8818         * src/pixmaps/privacy_warn.xpm
8819         * src/pixmaps/properties.xpm
8820         * src/pixmaps/replied.xpm
8821         * src/pixmaps/search.xpm
8822         * src/pixmaps/unread.xpm
8823         * src/pixmaps/up_arrow.xpm
8824         * src/pixmaps/vcard.xpm
8825                 Modernize internal theme, with icons from the 
8826                 Gnomaws theme. Keep some of the old ones where
8827                 they were better.
8828
8829 2005-10-06 [colin]      1.9.15cvs17
8830
8831         * src/summaryview.c
8832                 Little optimisations + bugfix
8833         * src/toolbar.c
8834                 Remove default useless items - useless being defined
8835                 by the default relevant prefs
8836         * src/wizard.c
8837                 include config.h to make gettext work
8838         * src/prefs_themes.c
8839                 Fix selection of current theme in prefs
8840
8841 2005-10-06 [colin]      1.9.15cvs16
8842
8843         * src/prefs_common.c
8844         * src/prefs_common.h
8845         * src/prefs_summaries.c
8846         * src/folderview.c
8847                 Add a warning dialog on Mark all read 
8848                 (with pref to get rid of it)
8849
8850 2005-10-06 [paul]       1.9.15cvs15
8851
8852         * po/nb.po
8853         * po/pt_BR.po
8854                 updated by Geir Helland and Frederico
8855                 Goncalves Guimaraes
8856
8857 2005-10-05 [colin]      1.9.15cvs14
8858
8859         * src/folder.c
8860         * src/folder.h
8861         * src/folderview.c
8862         * src/folderview.h
8863         * src/imap_gtk.c
8864         * src/mh_gtk.c
8865         * src/mainwindow.c
8866         * src/setup.c
8867                 add a way to rescan without rebuilding
8868                 make moving a bit faster (less folders changes)
8869                 don't lock the tree on Get 
8870         * src/imap.c
8871                 Don't re-delete deleted messages before expunging
8872         * src/summaryview.c
8873                 Set batch mode when deleting mails
8874
8875 2005-10-05 [paul]       1.9.15cvs13
8876
8877         * src/mainwindow.c
8878         * src/mainwindow.h
8879                 fix disabled Execute menu item
8880         * src/toolbar.c
8881                 match the change in 1.9.15cvs10: use Compose
8882                 instead of News by default
8883
8884 2005-10-04 [colin]      1.9.15cvs12
8885
8886         * src/compose.c
8887                 When replying to an ML post with Reply-To set
8888                 to the poster's email, honor it (as before),
8889                 but also honor our user's request to reply to
8890                 the mailing list: set the ML address in the To
8891                 field and the Reply-To address in the Cc: 
8892                 field.
8893
8894 2005-10-04 [colin]      1.9.15cvs11
8895
8896         * src/plugins/trayicon/trayicon.c
8897                 Finish cosmetic change - thanks to wwp
8898
8899 2005-10-04 [colin]      1.9.15cvs10
8900
8901         * src/toolbar.c
8902                 Use Compose instead of Email by default.
8903                 Spotted by wwp.
8904
8905 2005-10-04 [colin]      1.9.15cvs9
8906
8907         * src/folder.c
8908         * src/folder.h
8909         * src/folderview.c
8910         * src/imap.c
8911         * src/etpan/imap-thread.c
8912         * src/etpan/imap-thread.h
8913                 Try to make IMAP faster, by simplifying SEARCH
8914                 commands, avoiding sending two STATUS in a row,
8915                 and deferring flags sync and processing just
8916                 after displaying the folder. 
8917                 This will update the SummaryView in certain
8918                 cases (new mails not already fetched, flags
8919                 changed from another client) but in a non-
8920                 blocking manner.
8921
8922 2005-10-04 [colin]      1.9.15cvs8
8923
8924         * src/plugins/trayicon/trayicon.c
8925                 Relabel "Offline" to "Work offline"
8926
8927 2005-10-04 [colin]      1.9.15cvs7
8928
8929         * src/export.c
8930         * src/import.c
8931         * src/mbox.c
8932                 Fix mbox import/export buglets
8933                 Patch by wwp
8934         * src/plugins/trayicon/trayicon.c
8935                 Add offline swithc
8936                 Patch by wwp
8937
8938 2005-10-04 [colin]      1.9.15cvs6
8939
8940         * src/folder.c
8941         * src/folderview.c
8942         * src/summaryview.c
8943                 Better fix (don't break mark all read) for cvs2
8944
8945 2005-10-03 [colin]      1.9.15cvs5
8946
8947         * src/folder.c
8948                 Use a sane sort by default
8949
8950 2005-10-03 [colin]      1.9.15cvs4
8951
8952         * src/inc.c
8953                 Add a 'Only once' button for overriding offline mode
8954         * src/prefs_account.c
8955         * src/wizard.c
8956                 Add Local mbox to the wizard
8957                 Add IMAP subdir to the wizard (or the wizard is useless
8958                 for such accounts, or even worse than useless)
8959                 Move IMAP subdir from Advanced to Receive tab, as it's
8960                 not that uncommon
8961
8962 2005-10-03 [colin]      1.9.15cvs3
8963
8964         * src/send_message.c
8965                 Forgot this one in cvs1
8966
8967 2005-10-03 [colin]      1.9.15cvs2
8968
8969         * src/folder.c
8970                 Faster close when leaving a folder with lots
8971                 of new mails. Idea by David Relson.
8972
8973 2005-10-03 [colin]      1.9.15cvs1
8974
8975         * src/compose.c
8976         * src/imap.c
8977         * src/inc.c
8978         * src/main.c
8979         * src/messageview.c
8980         * src/news.c
8981         * src/summaryview.c
8982         * src/gtk/sslcertwindow.c
8983         * src/plugins/trayicon/trayicon.c
8984                 Add accels to every AlertPanel. Patch by Fabien 
8985                 Vantard
8986
8987 2005-10-03 [paul]       1.9.15
8988
8989         1.9.15 released
8990
8991 2005-10-03 [paul]       1.9.14cvs68
8992
8993         * po/ca.po
8994         * po/de.po
8995         * po/es.po
8996         * po/fi.po
8997         * po/fr.po
8998         * po/sk.po
8999         * po/sr.po
9000         * po/zh_CN.po
9001                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9002                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9003                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9004
9005 2005-10-03 [paul]       1.9.14cvs67
9006
9007         * src/send_message.c
9008                 prevent hang on Cancel
9009                 patch by Colin
9010
9011 2005-10-03 [paul]       1.9.14cvs66
9012
9013         * src/main.c
9014                 fix crash in IMAP caused by discrepancy
9015                 between check_at_startup and offline mode
9016                 Patch by Colin
9017
9018 2005-10-01 [paul]       1.9.14cvs65
9019
9020         * src/inc.c
9021                 fix engrish
9022
9023 2005-10-01 [paul]       1.9.14cvs64
9024         * src/export.c
9025         * src/import.c
9026                 synchronise import_mbox() and export_mbox()
9027         * src/mbox.c
9028                 proc_mbox(): add alert if file cannot be opened
9029                 export_list_to_mbox(): test if dest file exists,
9030                 prompt user to overwrite if it does. add alert
9031                 if file cannot be created
9032                                                                 
9033         Patch by wwp
9034                                                                                                                 
9035
9036 2005-09-30 [paul]       1.9.14cvs63
9037
9038         * src/addressbook.c
9039                 Fix sensitivity of a menu
9040         * src/codeconv.c
9041                 Respect hidden pref for mails with no encoding
9042         * src/common/xml.c
9043                 Fix memory corruption
9044         * src/plugins/pgpcore/sgpgme.c
9045                 Fix segfault on incomplete sigs, and display
9046                 of S/Mime UIDs
9047
9048         Patches by Colin
9049
9050 2005-09-30 [colin]      1.9.14cvs62
9051
9052         * src/partial_download.c
9053                 Little logic fix in almost-dead code
9054         * src/pop.c
9055                 Fix partial download when there's no new mail
9056
9057 2005-09-29 [paul]       1.9.14cvs61
9058
9059         * src/plugins/pgpinline/pgpinline.c
9060                 fix bug 819, 'crash accessing sign message'
9061                 Patch by Colin
9062
9063 2005-09-28 [martin]     1.9.14cvs60
9064
9065         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9066                 fix bug #790 (Crash when restarting window manager (fluxbox))
9067
9068 2005-09-28 [paul]       1.9.14cvs59
9069
9070         * src/gtk/gtkaspell.c
9071                 fix off-by-one typo
9072
9073 2005-09-27 [colin]      1.9.14cvs58
9074
9075         * src/plugins/pgpcore/sgpgme.c
9076                 Report error when there's one, instead of
9077                 "Signature unchecked" 
9078
9079 2005-09-27 [colin]      1.9.14cvs57
9080
9081         * src/prefs_quote.c
9082                 Fix bug #816 (Weird quotation with spaces)
9083
9084 2005-09-27 [colin]      1.9.14cvs56
9085
9086         * src/codeconv.c
9087         * src/compose.c
9088         * src/compose.h
9089                 Put subject in compose's title
9090                 Fix Automatic encoding so that it's really automatic:
9091                 first try default locale's charset, then charset of the replied mail, 
9092                 then utf-8
9093                 Fix encoding of headers (must be in strict mode too)
9094
9095 2005-09-26 [colin]      1.9.14cvs55
9096
9097         * src/gtk/gtkaspell.c
9098                 Fix previous patch - don't color the space,
9099                 just uncolor it :)
9100
9101 2005-09-26 [colin]      1.9.14cvs54
9102
9103         * src/gtk/gtkaspell.c
9104                 Unmark space if possible
9105
9106 2005-09-26 [colin]      1.9.14cvs53
9107
9108         * src/imap.c
9109                 log_error instead of alertpanel according to the pref
9110         * src/etpan/imap-thread.c
9111                 Print connect status, copy only necessary size to 
9112                 logger
9113         * src/plugins/pgpmime/pgpmime.c
9114                 Handle S/Mime signatures (verification only). Patch based
9115                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9116
9117 2005-09-26 [paul]       1.9.14cvs52
9118
9119         * src/common/passcrypt.c
9120                 this 'workaround' not necessary on NetBSD.
9121                 Thanks to Daniel Gustafson
9122
9123 2005-09-26 [paul]
9124
9125         1.9.15-rc4 released
9126
9127 2005-09-26 [paul]       1.9.14cvs51
9128
9129         * src/summaryview.c
9130                 Skip currently selected message when
9131                 looking for next new or unread message
9132                 in current folder. Patch by Colin
9133         * src/common/passcrypt.c
9134                 eliminate warnings on *BSD. Patch by
9135                 Daniel Gustafson
9136
9137 2005-09-26 [colin]      1.9.14cvs50
9138
9139         * src/procmsg.c
9140                 Call postfiltering hook anyway
9141
9142 2005-09-22 [colin]      1.9.14cvs49
9143
9144         * src/codeconv.c
9145         * src/codeconv.h
9146                 Add a strict mode that doesn't replace with _
9147         * src/compose.c
9148         * src/compose.h
9149                 Use strict conversion while sending
9150                 Fix race when drafting while sending (happens
9151                 on IMAP)
9152                 Fix d'n'd of messages from summaryview
9153         * src/prefs_common.c
9154         * src/prefs_common.h
9155                 add hidden utf8_instead_of_locale_for_broken_mail 
9156                 pref for people that preferred the default charset 
9157                 to be utf8 for broken mails
9158         * src/quote_fmt_parse.y
9159                 fix bug #815 (No quote insert if "From:" fied 
9160                 contained Russian letters)
9161         * src/summaryview.c
9162                 Fix d'n'd of messages to compose
9163
9164 2005-09-22 [paul]       1.9.14cvs48
9165
9166         * src/compose.c
9167                 fix bug where attachments Name entry
9168                 would display Path instead
9169
9170 2005-09-21 [paul]       1.9.14cvs47
9171
9172         * README
9173         * README.jp
9174         * configure.ac
9175         * config/config.rpath
9176         * doc/manual/en/sylpheed-20.html
9177         * doc/manual/es/sylpheed-20.html
9178         * po/bg.po
9179         * po/ca.po
9180         * po/de.po
9181         * po/es.po
9182         * po/fr.po
9183         * po/it.po
9184         * po/pt_BR.po
9185         * po/sk.po
9186         * po/zh_TW.po
9187         * src/account.c
9188         * src/account.h
9189         * src/action.c
9190         * src/action.h
9191         * src/adbookbase.h
9192         * src/addr_compl.c
9193         * src/addr_compl.h
9194         * src/addrbook.c
9195         * src/addrbook.h
9196         * src/addrcache.c
9197         * src/addrcache.h
9198         * src/addrcindex.c
9199         * src/addrcindex.h
9200         * src/addrclip.c
9201         * src/addrclip.h
9202         * src/addrdefs.h
9203         * src/addressadd.c
9204         * src/addressadd.h
9205         * src/addressbook.c
9206         * src/addressbook.h
9207         * src/addressitem.h
9208         * src/addrgather.c
9209         * src/addrgather.h
9210         * src/addrharvest.c
9211         * src/addrharvest.h
9212         * src/addrindex.c
9213         * src/addrindex.h
9214         * src/addritem.c
9215         * src/addritem.h
9216         * src/addrquery.c
9217         * src/addrquery.h
9218         * src/addrselect.c
9219         * src/addrselect.h
9220         * src/alertpanel.c
9221         * src/alertpanel.h
9222         * src/browseldap.c
9223         * src/browseldap.h
9224         * src/codeconv.c
9225         * src/codeconv.h
9226         * src/compose.c
9227         * src/compose.h
9228         * src/crash.c
9229         * src/crash.h
9230         * src/customheader.c
9231         * src/customheader.h
9232         * src/displayheader.c
9233         * src/displayheader.h
9234         * src/editaddress.c
9235         * src/editaddress.h
9236         * src/editbook.c
9237         * src/editbook.h
9238         * src/editgroup.c
9239         * src/editgroup.h
9240         * src/editjpilot.c
9241         * src/editjpilot.h
9242         * src/editldap.c
9243         * src/editldap.h
9244         * src/editldap_basedn.c
9245         * src/editldap_basedn.h
9246         * src/editvcard.c
9247         * src/editvcard.h
9248         * src/enriched.c
9249         * src/enriched.h
9250         * src/exphtmldlg.c
9251         * src/exphtmldlg.h
9252         * src/expldifdlg.c
9253         * src/expldifdlg.h
9254         * src/export.c
9255         * src/export.h
9256         * src/exporthtml.c
9257         * src/exporthtml.h
9258         * src/exportldif.c
9259         * src/exportldif.h
9260         * src/filtering.c
9261         * src/filtering.h
9262         * src/folder.c
9263         * src/folder.h
9264         * src/folder_item_prefs.c
9265         * src/folder_item_prefs.h
9266         * src/foldersel.c
9267         * src/foldersel.h
9268         * src/folderutils.c
9269         * src/folderutils.h
9270         * src/folderview.c
9271         * src/folderview.h
9272         * src/grouplistdialog.c
9273         * src/grouplistdialog.h
9274         * src/headerview.c
9275         * src/headerview.h
9276         * src/html.c
9277         * src/html.h
9278         * src/image_viewer.c
9279         * src/image_viewer.h
9280         * src/imap.c
9281         * src/imap.h
9282         * src/imap_gtk.c
9283         * src/imap_gtk.h
9284         * src/import.c
9285         * src/import.h
9286         * src/importldif.c
9287         * src/importldif.h
9288         * src/importmutt.c
9289         * src/importmutt.h
9290         * src/importpine.c
9291         * src/importpine.h
9292         * src/inc.c
9293         * src/inc.h
9294         * src/jpilot.c
9295         * src/jpilot.h
9296         * src/ldapctrl.c
9297         * src/ldapctrl.h
9298         * src/ldaplocate.c
9299         * src/ldaplocate.h
9300         * src/ldapquery.c
9301         * src/ldapquery.h
9302         * src/ldapserver.c
9303         * src/ldapserver.h
9304         * src/ldaputil.c
9305         * src/ldaputil.h
9306         * src/ldif.c
9307         * src/ldif.h
9308         * src/localfolder.c
9309         * src/localfolder.h
9310         * src/main.c
9311         * src/main.h
9312         * src/mainwindow.c
9313         * src/mainwindow.h
9314         * src/manual.c
9315         * src/manual.h
9316         * src/matcher.c
9317         * src/matcher.h
9318         * src/matcher_parser.h
9319         * src/matcher_parser_lex.l
9320         * src/matcher_parser_parse.y
9321         * src/mbox.c
9322         * src/mbox.h
9323         * src/message_search.c
9324         * src/message_search.h
9325         * src/messageview.c
9326         * src/messageview.h
9327         * src/mh.c
9328         * src/mh.h
9329         * src/mh_gtk.c
9330         * src/mh_gtk.h
9331         * src/mimeview.c
9332         * src/mimeview.h
9333         * src/msgcache.c
9334         * src/msgcache.h
9335         * src/mutt.c
9336         * src/mutt.h
9337         * src/news.c
9338         * src/news.h
9339         * src/news_gtk.c
9340         * src/news_gtk.h
9341         * src/noticeview.c
9342         * src/noticeview.h
9343         * src/partial_download.c
9344         * src/partial_download.h
9345         * src/pine.c
9346         * src/pine.h
9347         * src/pop.c
9348         * src/pop.h
9349         * src/prefs_account.c
9350         * src/prefs_account.h
9351         * src/prefs_actions.c
9352         * src/prefs_actions.h
9353         * src/prefs_common.c
9354         * src/prefs_common.h
9355         * src/prefs_compose_writing.c
9356         * src/prefs_compose_writing.h
9357         * src/prefs_customheader.c
9358         * src/prefs_customheader.h
9359         * src/prefs_display_header.c
9360         * src/prefs_display_header.h
9361         * src/prefs_ext_prog.c
9362         * src/prefs_ext_prog.h
9363         * src/prefs_filtering.c
9364         * src/prefs_filtering.h
9365         * src/prefs_filtering_action.c
9366         * src/prefs_filtering_action.h
9367         * src/prefs_folder_column.c
9368         * src/prefs_folder_column.h
9369         * src/prefs_folder_item.c
9370         * src/prefs_folder_item.h
9371         * src/prefs_fonts.c
9372         * src/prefs_fonts.h
9373         * src/prefs_gtk.c
9374         * src/prefs_gtk.h
9375         * src/prefs_image_viewer.c
9376         * src/prefs_image_viewer.h
9377         * src/prefs_matcher.c
9378         * src/prefs_matcher.h
9379         * src/prefs_message.c
9380         * src/prefs_message.h
9381         * src/prefs_msg_colors.c
9382         * src/prefs_msg_colors.h
9383         * src/prefs_other.c
9384         * src/prefs_other.h
9385         * src/prefs_quote.c
9386         * src/prefs_quote.h
9387         * src/prefs_receive.c
9388         * src/prefs_receive.h
9389         * src/prefs_send.c
9390         * src/prefs_send.h
9391         * src/prefs_spelling.c
9392         * src/prefs_spelling.h
9393         * src/prefs_summaries.c
9394         * src/prefs_summaries.h
9395         * src/prefs_summary_column.c
9396         * src/prefs_summary_column.h
9397         * src/prefs_template.c
9398         * src/prefs_template.h
9399         * src/prefs_themes.c
9400         * src/prefs_themes.h
9401         * src/prefs_toolbar.c
9402         * src/prefs_toolbar.h
9403         * src/prefs_wrapping.c
9404         * src/prefs_wrapping.h
9405         * src/privacy.c
9406         * src/privacy.h
9407         * src/procheader.c
9408         * src/procheader.h
9409         * src/procmime.c
9410         * src/procmime.h
9411         * src/procmsg.c
9412         * src/procmsg.h
9413         * src/quote_fmt.c
9414         * src/quote_fmt_parse.y
9415         * src/recv.c
9416         * src/recv.h
9417         * src/remotefolder.c
9418         * src/remotefolder.h
9419         * src/send_message.c
9420         * src/send_message.h
9421         * src/setup.c
9422         * src/setup.h
9423         * src/simple-gettext.c
9424         * src/sourcewindow.c
9425         * src/sourcewindow.h
9426         * src/ssl_manager.c
9427         * src/ssl_manager.h
9428         * src/statusbar.c
9429         * src/statusbar.h
9430         * src/stock_pixmap.c
9431         * src/stock_pixmap.h
9432         * src/summary_search.c
9433         * src/summary_search.h
9434         * src/summaryview.c
9435         * src/summaryview.h
9436         * src/syldap.c
9437         * src/syldap.h
9438         * src/textview.c
9439         * src/textview.h
9440         * src/toolbar.c
9441         * src/toolbar.h
9442         * src/undo.c
9443         * src/undo.h
9444         * src/unmime.c
9445         * src/unmime.h
9446         * src/vcard.c
9447         * src/vcard.h
9448         * src/wizard.c
9449         * src/wizard.h
9450         * src/common/base64.c
9451         * src/common/base64.h
9452         * src/common/defs.h
9453         * src/common/hooks.c
9454         * src/common/hooks.h
9455         * src/common/log.c
9456         * src/common/log.h
9457         * src/common/md5.c
9458         * src/common/md5.h
9459         * src/common/mgutils.c
9460         * src/common/mgutils.h
9461         * src/common/nntp.c
9462         * src/common/nntp.h
9463         * src/common/passcrypt.c
9464         * src/common/passcrypt.h.in
9465         * src/common/plugin.c
9466         * src/common/plugin.h
9467         * src/common/prefs.c
9468         * src/common/prefs.h
9469         * src/common/progressindicator.c
9470         * src/common/progressindicator.h
9471         * src/common/quoted-printable.c
9472         * src/common/quoted-printable.h
9473         * src/common/session.c
9474         * src/common/session.h
9475         * src/common/smtp.c
9476         * src/common/smtp.h
9477         * src/common/socket.c
9478         * src/common/socket.h
9479         * src/common/ssl.c
9480         * src/common/ssl.h
9481         * src/common/ssl_certificate.c
9482         * src/common/ssl_certificate.h
9483         * src/common/string_match.c
9484         * src/common/string_match.h
9485         * src/common/stringtable.c
9486         * src/common/sylpheed.c
9487         * src/common/sylpheed.h
9488         * src/common/template.c
9489         * src/common/template.h
9490         * src/common/timing.h
9491         * src/common/utils.c
9492         * src/common/utils.h
9493         * src/common/uuencode.c
9494         * src/common/uuencode.h
9495         * src/common/version.h.in
9496         * src/common/xml.c
9497         * src/common/xml.h
9498         * src/common/xmlprops.c
9499         * src/common/xmlprops.h
9500         * src/gtk/about.c
9501         * src/gtk/about.h
9502         * src/gtk/colorlabel.c
9503         * src/gtk/colorlabel.h
9504         * src/gtk/colorsel.c
9505         * src/gtk/colorsel.h
9506         * src/gtk/description_window.c
9507         * src/gtk/description_window.h
9508         * src/gtk/filesel.c
9509         * src/gtk/filesel.h
9510         * src/gtk/foldersort.c
9511         * src/gtk/foldersort.h
9512         * src/gtk/gtkutils.c
9513         * src/gtk/gtkutils.h
9514         * src/gtk/inputdialog.c
9515         * src/gtk/inputdialog.h
9516         * src/gtk/logwindow.c
9517         * src/gtk/logwindow.h
9518         * src/gtk/manage_window.c
9519         * src/gtk/manage_window.h
9520         * src/gtk/menu.c
9521         * src/gtk/menu.h
9522         * src/gtk/pluginwindow.c
9523         * src/gtk/pluginwindow.h
9524         * src/gtk/prefswindow.c
9525         * src/gtk/prefswindow.h
9526         * src/gtk/progressdialog.c
9527         * src/gtk/progressdialog.h
9528         * src/gtk/quicksearch.c
9529         * src/gtk/quicksearch.h
9530         * src/gtk/sslcertwindow.c
9531         * src/gtk/sslcertwindow.h
9532         * src/plugins/clamav/clamav_plugin.c
9533         * src/plugins/clamav/clamav_plugin.h
9534         * src/plugins/clamav/clamav_plugin_gtk.c
9535         * src/plugins/demo/demo.c
9536         * src/plugins/dillo_viewer/dillo_prefs.c
9537         * src/plugins/dillo_viewer/dillo_prefs.h
9538         * src/plugins/dillo_viewer/dillo_viewer.c
9539         * src/plugins/mathml_viewer/mathml_viewer.c
9540         * src/plugins/pgpcore/passphrase.c
9541         * src/plugins/pgpcore/passphrase.h
9542         * src/plugins/pgpcore/plugin.c
9543         * src/plugins/pgpcore/prefs_gpg.c
9544         * src/plugins/pgpcore/prefs_gpg.h
9545         * src/plugins/pgpcore/select-keys.c
9546         * src/plugins/pgpcore/select-keys.h
9547         * src/plugins/pgpcore/sgpgme.c
9548         * src/plugins/pgpcore/sgpgme.h
9549         * src/plugins/pgpinline/pgpinline.c
9550         * src/plugins/pgpinline/pgpinline.h
9551         * src/plugins/pgpinline/plugin.c
9552         * src/plugins/pgpmime/pgpmime.c
9553         * src/plugins/pgpmime/pgpmime.h
9554         * src/plugins/pgpmime/plugin.c
9555         * src/plugins/spamassassin/spamassassin.c
9556         * src/plugins/spamassassin/spamassassin.h
9557         * src/plugins/spamassassin/spamassassin_gtk.c
9558         * src/plugins/trayicon/trayicon.c
9559         * tools/OOo2sylpheed.pl
9560         * tools/acroread2sylpheed.pl
9561         * tools/asus_mailled.sh
9562         * tools/filter_conv.pl
9563         * tools/freshmeat_search.pl
9564         * tools/google_search.pl
9565         * tools/kmail2sylpheed.pl
9566         * tools/kmail2sylpheed_v2.pl
9567         * tools/maildir2sylpheed.pl
9568         * tools/multiwebsearch.pl
9569         * tools/newscache_clean.pl
9570         * tools/outlook2sylpheed.pl
9571         * tools/sylpheed-switcher
9572         * tools/update-po
9573         * tools/vcard2xml.py
9574         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9575                 update FSF address
9576
9577 2005-09-21 [colin]      1.9.14cvs46
9578
9579         * src/gedit-print.c
9580         * src/procmsg.c
9581         * src/procmsg.h
9582         * src/textview.c
9583         * src/summaryview.c
9584                 Remove some printing hacks (deselection/reselection),
9585                 which by the way fix printing the currently 
9586                 displayed mime part (still only text)
9587                 Plus a little optimisation of summary_show
9588
9589
9590 2005-09-20 [colin]      1.9.14cvs45
9591
9592         * src/mainwindow.c
9593         * src/messageview.c
9594                 GUI fixups: add accels, set message
9595                 view title to displayed mail's subject
9596         * src/prefs_spelling.c
9597         * src/gtk/gtkaspell.c
9598                 GUI fixups: allow underlining misspelled
9599                 words instead of coloring them (a11y!)
9600
9601 2005-09-19 [colin]
9602
9603         1.9.15rc3 released
9604
9605 2005-09-19 [colin]      1.9.14cvs44
9606
9607         * src/compose.c
9608                 Fix draft message
9609         * src/gtk/gtkaspell.c
9610                 Fix wrong test ;-)
9611
9612 2005-09-19 [colin]      1.9.14cvs43
9613
9614         * src/addressbook.c
9615                 Fix sensitivity of Delete button
9616         * src/compose.c
9617                 Warn if the requested Privacy system
9618                 is not available
9619         * src/exphtmldlg.c
9620         * src/expldifdlg.c
9621         * src/importldif.c
9622         * src/importmutt.c
9623         * src/importpine.c
9624                 Fix crappy UI
9625         * src/
9626         * src/ssl.h
9627         * src/prefs_account.h
9628         * src/prefs_account.c
9629                 Save SSL prefs even in builds that have
9630                 SSL support disable
9631         * src/imap.c
9632         * src/inc.c
9633         * src/news.c
9634         * src/send_message.c
9635                 Warn if connection should be secure, but
9636                 SSL support isn't compiled in
9637         * src/gtkaspell.c
9638                 Fix word separation on UTF-8 systems
9639                 Fixes bug #812 (Strange inline spellchecking)
9640         * src/compose.c
9641                 Warn if the requested Privacy system
9642                 is not available
9643                 Factorize offline warning
9644         * src/imap.c
9645         * src/imap_gtk.c
9646         * src/imap_gtk.h
9647         * src/inc.h
9648         * src/news_gtk.c
9649         * src/news_gtk.h
9650         * src/messageview.c
9651                 Factorize offline warning
9652
9653 2005-09-19 [paul]
9654
9655         1.9.15-rc2 released
9656
9657 2005-09-18 [colin]      1.9.14cvs42
9658
9659         * src/codeconv.c
9660         * src/codeconv.h
9661         * src/procmime.c
9662                 Add a way to get locale's charset ignoring utf-8,
9663                 and use that as default encoding for broken mails
9664
9665 2005-09-18 [colin]      1.9.14cvs41
9666
9667         * src/gtk/logwindow.c
9668                 Translate string. Patch by Fabien Vantard
9669
9670 2005-09-18 [colin]      1.9.14cvs40
9671
9672         * configure.ac
9673                 Fix bug #803 (IMAP/SSL support breaks with 
9674                 GnuTLS libetpan 0.38)
9675
9676 2005-09-18 [colin]      1.9.14cvs39
9677
9678         * src/codeconv.c
9679         * src/compose.c
9680         * src/procmime.c
9681                 More charsets fixes. Fixes bug #806 (non
9682                 ascii characters in subject line)
9683
9684 2005-09-17 [paul]       1.9.14cvs38
9685
9686         * src/folderview.c
9687         * src/mainwindow.c
9688                 fix gcc-2.95 issues
9689                 Patch by Pawel Pekala
9690
9691 2005-09-17 [colin]      1.9.14cvs37
9692
9693         * src/addrindex.c
9694                 bugfix for NO-USE LDAP compilation, patch 
9695                 by Fabien Vantard
9696
9697 2005-09-17 [colin]      1.9.14cvs36
9698
9699         * src/prefs_actions.c
9700         * src/prefs_customheader.c
9701         * src/prefs_display_header.c
9702         * src/prefs_filtering_action.c
9703         * src/prefs_matcher.c
9704         * src/prefs_toolbar.c
9705                 Fix strange casts (less elegant but
9706                 works better)
9707
9708 2005-09-16 [colin]      1.9.14cvs35
9709
9710         * src/jpilot.c
9711                 Missed that one
9712
9713 2005-09-16 [colin]      1.9.14cvs34
9714
9715         * configure.ac
9716         * src/Makefile.am
9717         * src/addr_compl.c
9718         * src/addrindex.c
9719         * src/browseldap.c
9720         * src/editldap.c
9721         * src/ldaplocate.c
9722         * src/ldapquery.c
9723         * src/ldapquery.h
9724         * src/ldapserver.c
9725         * src/ldapserver.h
9726         * src/main.c
9727         * src/matcher_parser_parse.y
9728         * src/prefs_themes.c
9729         * src/etpan/Makefile.am
9730         * src/gtk/description_window.c
9731         * src/plugins/clamav/Makefile.am
9732         * src/plugins/clamav/clamav_plugin.c
9733         * src/plugins/dillo_viewer/Makefile.am
9734         * src/plugins/pgpcore/Makefile.am
9735         * src/plugins/pgpinline/Makefile.am
9736         * src/plugins/pgpmime/Makefile.am
9737         * src/plugins/trayicon/Makefile.am
9738                 Fix 100% cpu usage in address completion list
9739                 Fix little bugs (return with no values etc)
9740                 Fix all warnings (with common CFLAGS)
9741
9742 2005-09-15 [colin]      1.9.14cvs33
9743
9744         * src/addressbook.c
9745                 Fix bug where sometimes a group's email list is empty,
9746                 force its refresh (probably fixes "Re: how to create a 
9747                 distribution list")
9748         * src/ldapquery.c
9749                 Don't return to the callback in the main thread from the
9750                 fetch thread (or face segs!)
9751
9752 2005-09-15 [paul]       1.9.14cvs32
9753
9754         * src/prefs_matcher.c
9755                 forgotten in last commit
9756
9757 2005-09-15 [paul]       1.9.14cvs31
9758
9759         * src/prefs_actions.c
9760         * src/prefs_filtering_action.c
9761         * src/prefs_quote.c
9762         * src/quote_fmt.c
9763         * src/summaryview.c
9764         * src/gtk/description_window.c
9765         * src/gtk/description_window.h
9766         * src/gtk/quicksearch.c
9767                 allow interaction with the called
9768                 description window
9769                 Patch by Anders Hammar
9770
9771 2005-09-14 [paul]       1.9.14cvs30
9772
9773         * src/compose.c
9774                 fix a little annoyance when pasting with 3rd button 
9775                 with wrap_pastes=0 and wrap_input=1
9776                 Patch by Colin
9777
9778 2005-09-14 [paul]       1.9.14cvs29
9779
9780         * src/prefs_account.c
9781                 disable 'Filter messages on receiving' for
9782                 SMTP-only accounts
9783                 Patch  by Anders Hammar
9784
9785 2005-09-14 [paul]       1.9.14cvs28
9786
9787         * po/sk.po
9788                 fix crash
9789                 updated by Andrej Kacian
9790
9791 2005-09-14 [paul]
9792
9793         1.9.15-rc1 released
9794
9795 2005-09-14 [paul]       1.9.14cvs27
9796
9797         * po/es.po
9798                 updated by Ricardo Mones Lastra
9799         * src/compose.c
9800         * src/compose.h
9801                 associate no_wrap_tags to Compose windows
9802                 instead of using a static one
9803                 Patch by Colin
9804         * src/mbox.c
9805                 fix proc_mbox()
9806                 Patch by wwp
9807         * src/textview.c
9808                 remove unneeded printf()
9809
9810 2005-09-14 [paul]       1.9.14cvs26
9811
9812         * src/addrcache.c
9813         * src/codeconv.h
9814         * src/folder.h
9815         * src/mainwindow.h
9816         * src/mh.c
9817         * src/mimeview.h
9818         * src/partial_download.c
9819         * src/pop.c
9820         * src/prefs_account.c
9821         * src/prefs_account.h
9822         * src/prefs_actions.c
9823         * src/prefs_customheader.c
9824         * src/prefs_display_header.c
9825         * src/prefs_filtering_action.c
9826         * src/prefs_matcher.c
9827         * src/prefs_toolbar.c
9828         * src/privacy.h
9829         * src/procmime.c
9830         * src/procmime.h
9831         * src/procmsg.h
9832         * src/textview.c
9833         * src/undo.h
9834         * src/common/plugin.c
9835         * src/common/session.h
9836         * src/common/socket.c
9837         * src/common/socket.h
9838         * src/common/template.c
9839         * src/gtk/gtkaspell.c
9840         * src/gtk/quicksearch.h
9841         * src/plugins/pgpcore/passphrase.c
9842         * src/plugins/pgpcore/prefs_gpg.h
9843         * src/plugins/pgpcore/select-keys.c
9844         * src/plugins/pgpcore/select-keys.h
9845         * src/plugins/pgpcore/sgpgme.c
9846         * src/plugins/pgpinline/pgpinline.c
9847         * src/plugins/pgpmime/pgpmime.c
9848         * src/plugins/trayicon/trayicon.c
9849                 fix compilation warnings
9850                 Patch by Daniel Gustafson
9851
9852 2005-09-14 [paul]       1.9.14cvs25
9853
9854         * src/addressbook.c
9855                 add missing column header, and other small
9856                 bug fixes
9857                 Patch by Anders Hammar
9858
9859 2005-09-13 [colin]      1.9.14cvs24
9860
9861         * src/gtk/gtkaspell.c
9862                 Fix non-utf8 in menu
9863                 Fix little leaks
9864                 Nullify struct members after free()s
9865
9866 2005-09-13 [colin]      1.9.14cvs23
9867
9868         * src/compose.c
9869                 Test utf8 compliance before inserting to 
9870                 buffer, and try to convert if necessary
9871         * src/procmime.c
9872                 If no charset is present, use the locale 
9873                 one instead of us-ascii
9874         * src/procmsg.c
9875                 Add Sender, List-Post and To in the checked 
9876                 headers for automatic rules creation 
9877                 (thanks to wwp)
9878         * src/prefs_themes.c
9879         * src/gtk/gtkaspell.c
9880                 Remove deprecated functions. 
9881                 patch by Daniel Gustafson
9882
9883 2005-09-12 [colin]      1.9.14cvs22
9884
9885         * src/compose.c
9886                 Fix bug #448 (Scrolling/Redraw issue with 
9887                 address-fields in Header)
9888         * src/mainwindow.c
9889         * src/summaryview.c
9890         * src/summaryview.h
9891                 Fix loss of MSG_MARKED on move/copy
9892                 Fix bug #804 (Quicksearch togglebutton doesn't 
9893                 get depressed after '/' key is pressed)
9894
9895 2005-09-12 [paul]       1.9.14cvs21
9896
9897         * AUTHORS
9898         * src/gtk/logwindow.c
9899                 add 'Clear Log' to popup menu
9900                 Patch by Anders Hammar <anders.hammar@telia.com>
9901
9902 2005-09-12 [paul]       1.9.14cvs20
9903
9904         * src/compose.c
9905                 set correct sensitivity on attachments
9906                 popup menu
9907         * src/folder.c
9908                 fix typo
9909         * src/prefs_spelling.c
9910                 fix crash when no LANG env is set
9911         * src/common/xml.c
9912                 fix crash in wizard
9913                 don't use memeory after free
9914
9915         All patches by Daniel Gustafson
9916
9917 2005-09-12 [paul]       1.9.14cvs19
9918
9919         * src/prefs_themes.c
9920                 make theme info selectable
9921         * src/gtk/description_window.c
9922                 make window non-modal
9923         * tools/README
9924                 add details of asus_mailed.sh
9925         * tools/claws.i18n.status.pl
9926                 update for new zh_TW translator
9927                 widen the output
9928                 create alternate coloured lines
9929                 improve readability
9930
9931 2005-09-10 [colin]      1.9.14cvs18
9932
9933         * src/plugins/pgpcore/select-keys.c
9934                 Better order for the buttons
9935
9936 2005-09-10 [colin]      1.9.14cvs17
9937
9938         * src/compose.c
9939         * src/plugins/pgpcore/select-keys.c
9940         * src/plugins/pgpcore/select-keys.h
9941         * src/plugins/pgpcore/sgpgme.c
9942                 Add a "Don't encrypt" button to the key
9943                 selection dialog. Fixes bug #177 (There should be a 
9944                 'Don't encrypt button in the Select Keys dialog)
9945
9946 2005-09-10 [colin]      1.9.14cvs16
9947
9948         * src/compose.c
9949                 Fix bug #572 (%X option does not work with templates)
9950
9951 2005-09-10 [colin]      1.9.14cvs15
9952
9953         * src/toolbar.c 
9954                 Remove g_print
9955
9956 2005-09-10 [colin]      1.9.14cvs14
9957
9958         * src/imap.c
9959                 Fix a possible crash
9960
9961 2005-09-09 [colin]      1.9.14cvs13
9962
9963         * src/imap.c
9964         * src/etpan/imap-thread.c
9965         * src/etpan/imap-thread.h
9966                 Fix moving from queue or drafts to normal folders
9967                 Fix bug #794 (No way to delete without expunging)
9968                 Take flags unset by other mailers into account
9969                 Take deleted flag set by other mailers into account
9970                 Fix unsetting REPLIED flag
9971                 Fix crash when capabilities can't be retrieved
9972         * src/mainwindow.c
9973         * src/mainwindow.h
9974                 Add M_DELAYED_FLAGS condition, and let the user use
9975                 Execute in order to be able to expunge deleted mails,
9976                 even if he's not in delayed execute mode
9977         * src/prefs_spelling.c
9978                 Use 'en' dictionary by default if LANG is POSIX or C
9979         * src/gtk/prefswindow.c
9980                 Fix bug #767 (Preferences windows expanding) by making
9981                 the window a bit larger when the resolution is greater
9982                 than 640x480, and by putting the prefs in a
9983                 GtkScrolledWindow.
9984
9985 2005-09-09 [paul]       1.9.14cvs12
9986
9987         * AUTHORS
9988         * configure.ac
9989         * po/zh_TW.Big5.po      ** REMOVED **
9990         * po/zh_TW.po           ** ADDED **
9991                 updated by Wei-Lun Chao
9992
9993 2005-09-09 [paul]       1.9.14cvs11
9994
9995         * src/mainwindow.c
9996                 fix asserts
9997         * src/common/xml.c
9998                 delay memory allocation until file is
9999                 opened successfully
10000                 Patch by Daniel Gustafson
10001
10002 2005-09-09 [colin]      1.9.14cvs10
10003
10004         * src/imap.c
10005                 Add guards
10006
10007 2005-09-08 [colin]      1.9.14cvs9
10008
10009         * src/compose.c
10010                 Alert when we can't save draft
10011                 Fix various wrap/color issues
10012                 Add mid-click pasting respecting wrap_paste option
10013         * src/folder.c
10014         * src/folder.h
10015         * src/folder_item_prefs.c
10016         * src/folder_item_prefs.h
10017         * src/imap.c
10018         * src/imap_gtk.c
10019         * src/imap_gtk.h
10020         * src/main.c
10021         * src/mainwindow.c
10022         * src/mainwindow.h
10023         * src/news.c
10024         * src/news_gtk.c
10025         * src/news_gtk.h
10026         * src/prefs_folder_item.c
10027                 Fix the impossibility to synchronise folders for
10028                 offline use (IMAP and NNTP are concerned)
10029
10030 2005-09-08 [colin]      1.9.14cvs8
10031
10032         * configure.ac
10033                 Build LDAP and JPilot by default if available
10034         * src/textview.c
10035                 Fix use after free
10036
10037 2005-09-08 [paul]       1.9.14cvs7
10038
10039         * doc/manual/en/sylpheed-1.html
10040         * doc/manual/en/sylpheed-18.html
10041         * doc/manual/en/sylpheed-19.html
10042         * doc/manual/en/sylpheed-4.html
10043         * doc/manual/en/sylpheed-6.html
10044         * doc/manual/en/sylpheed.html
10045                 a few minor updates, plus include some
10046                 details about plugins and their requirements
10047         * src/mainwindow.c
10048                 minor changes to English in /View/Sort
10049
10050 2005-09-07 [colin]      1.9.14cvs6
10051
10052         * doc/manual/en/sylpheed-1.html
10053         * doc/manual/en/sylpheed-10.html
10054         * doc/manual/en/sylpheed-11.html
10055         * doc/manual/en/sylpheed-12.html
10056         * doc/manual/en/sylpheed-13.html
10057         * doc/manual/en/sylpheed-14.html
10058         * doc/manual/en/sylpheed-15.html
10059         * doc/manual/en/sylpheed-16.html
10060         * doc/manual/en/sylpheed-17.html
10061         * doc/manual/en/sylpheed-18.html
10062         * doc/manual/en/sylpheed-19.html
10063         * doc/manual/en/sylpheed-2.html
10064         * doc/manual/en/sylpheed-20.html
10065         * doc/manual/en/sylpheed-21.html
10066         * doc/manual/en/sylpheed-22.html
10067         * doc/manual/en/sylpheed-3.html
10068         * doc/manual/en/sylpheed-4.html
10069         * doc/manual/en/sylpheed-5.html
10070         * doc/manual/en/sylpheed-6.html
10071         * doc/manual/en/sylpheed-7.html
10072         * doc/manual/en/sylpheed-8.html
10073         * doc/manual/en/sylpheed-9.html
10074         * doc/manual/en/sylpheed.html
10075                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10076
10077 2005-09-07 [colin]      1.9.14cvs5
10078
10079         * src/mainwindow.c
10080                 Make labels more to-the-point
10081
10082 2005-09-07 [colin]      1.9.14cvs4
10083
10084         * doc/manual/en/sylpheed-1.html
10085         * doc/manual/en/sylpheed-12.html
10086         * doc/manual/en/sylpheed-13.html
10087         * doc/manual/en/sylpheed-14.html
10088         * doc/manual/en/sylpheed-15.html
10089         * doc/manual/en/sylpheed-16.html
10090         * doc/manual/en/sylpheed-17.html
10091         * doc/manual/en/sylpheed-18.html
10092         * doc/manual/en/sylpheed-19.html
10093         * doc/manual/en/sylpheed-2.html
10094         * doc/manual/en/sylpheed-20.html
10095         * doc/manual/en/sylpheed-21.html
10096         * doc/manual/en/sylpheed-22.html
10097         * doc/manual/en/sylpheed-4.html
10098         * doc/manual/en/sylpheed-5.html
10099         * doc/manual/en/sylpheed-6.html
10100         * doc/manual/en/sylpheed-7.html
10101         * doc/manual/en/sylpheed-8.html
10102         * doc/manual/en/sylpheed-9.html
10103         * doc/manual/en/sylpheed.html
10104                 Update manual
10105
10106 2005-09-07 [colin]      1.9.14cvs3
10107
10108         * doc/faq/en/sylpheed-faq-1.html
10109         * doc/faq/en/sylpheed-faq-2.html
10110         * doc/faq/en/sylpheed-faq-3.html
10111         * doc/faq/en/sylpheed-faq.html
10112                 Update FAQ
10113
10114 2005-09-07 [colin]      1.9.14cvs2
10115
10116         * src/folderview.c
10117         * src/procmsg.c
10118         * src/summaryview.c
10119         * src/toolbar.c
10120                 Fix special subfolders:
10121                 - Inherit parent's icon
10122                 - sent contents of queues subfolders
10123                 - empty subfolders of trashes
10124         * src/mainwindow.c
10125                 Remove outdated manual and faq entries
10126         * src/common/utils.c
10127                 Add quotes around %s coming from mailcap
10128
10129 2005-09-07 [colin]      1.9.14cvs1
10130
10131         * src/compose.c
10132                 After saving draft, set modified to FALSE
10133         * src/mimeview.c
10134         * src/common/utils.c
10135         * src/common/utils.h
10136                 Try to open mime parts using what is 
10137                 indicated in ~/.mailcap or /etc/mailcap,
10138                 if possible.
10139
10140 2005-09-05 [paul]       1.9.14
10141
10142         1.9.14 released
10143
10144         * po/sk.po
10145                 updated by Andrej Kacian
10146
10147 2005-09-05 [paul]       1.9.13cvs83
10148
10149         * po/de.po
10150         * po/es.po
10151         * po/fi.po
10152         * po/fr.po
10153         * po/nb.po
10154         * po/pt_BR.po
10155         * po/sr.po
10156                 updated translations by Thomas Gilgin, Ricardo Mones
10157                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10158                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10159
10160 2005-09-04 [paul]       1.9.13cvs82
10161
10162         * src/compose.c
10163                 only warn about exceeded line length limit
10164                 on send
10165
10166 2005-09-04 [paul]       1.9.13cvs81
10167
10168         * src/compose.c
10169                 fix crash in 'line length exceeded' dialogue
10170
10171 2005-09-02 [paul]       1.9.13cvs80
10172
10173         * src/imap.c
10174                 fix bug 795, 'Connection lost IMAP'
10175                 and add statusbar prints
10176                 Patch by Colin
10177
10178 2005-09-02 [paul]       1.9.13cvs79
10179
10180         * src/compose.c
10181                 compose_wrap_paragraph() becomes
10182                 compose_beautify_paragraph()
10183                 Patch by Colin
10184
10185 2005-09-02 [colin]      1.9.13cvs78
10186
10187         * src/folderview.c
10188                 Micro-fix
10189
10190 2005-09-01 [colin]      1.9.13cvs77
10191
10192         * src/imap.c
10193                 Maybe fix bug #795 (Connection lost IMAP)
10194                 Don't try to send logout when we're disconnected.
10195         * src/summaryview.c
10196                 Include locked and marked emails in HRM
10197                 view. Fixes bug #800 (Locked messages no longer 
10198                 show up when hide read messages is used)
10199
10200 2005-09-01 [paul]       1.9.13cvs76
10201
10202         * src/prefs_common.c
10203                 fix bad cutting
10204
10205 2005-08-31 [colin]      1.9.13cvs75
10206
10207         * src/folderview.c
10208         * src/folderview.h
10209         * src/prefs_summaries.c
10210         * src/summaryview.c
10211                 Fix "go to next new", fix preference
10212                 (Open unread/next swapped)
10213
10214 2005-08-31 [paul]       1.9.13cvs74
10215
10216         * src/compose.c
10217         * src/folderview.c
10218         * src/headerview.c
10219         * src/headerview.h
10220         * src/mainwindow.c
10221         * src/prefs_common.c
10222         * src/prefs_common.h
10223         * src/prefs_fonts.c
10224         * src/summaryview.c
10225         * src/textview.c
10226         * src/common/defs.h
10227                 remove obsolete BOLD_FONT setting
10228                 fix font update in headerview and textview
10229                 headers after prefs change
10230                 Patch By Colin
10231
10232 2005-08-31 [paul]
10233
10234         1.9.14-rc4 released
10235
10236 2005-08-30 [colin]      1.9.13cvs73
10237
10238         * src/summaryview.c
10239                 When Hide read messages is selected and we
10240                 refresh the summaryview, don't remove the 
10241                 currently displayed message. Fixes bug #797
10242                 (Summary view reloads when new mail is 
10243                 downloaded in 1.9.14 rc)
10244
10245 2005-08-30 [colin]      1.9.13cvs72
10246
10247         * src/folderview.c
10248                 Fix flickering
10249         * src/mainwindow.c
10250                 Remove useless callback
10251         * src/mimeview.c
10252         * src/gtk/filesel.c
10253         * src/gtk/filesel.h
10254                 Add a filesel_select_file_save_folder() - used by Save All
10255
10256 2005-08-29 [paul]       1.9.13cvs71
10257
10258         * AUTHORS
10259         * src/matcher_parser_parse.y
10260         * src/etpan/imap-thread.c
10261                 fix building on FreeBSD
10262                 Patch by Daniel Gustafson <daniel@hobbit.se>
10263
10264 2005-08-29 [paul]       1.9.13cvs70
10265
10266         * src/plugins/pgpinline/pgpinline.c
10267                 only initialise sig result if it's been handled
10268                 Patch by Colin
10269
10270 2005-08-29 [paul]       1.9.13cvs69
10271         
10272         Patches by Colin:
10273
10274         * src/imap.c
10275         * src/common.utils.c
10276         * src/common/utils.h
10277                 optimisation
10278         * src/stock_pixmap.h
10279                 fix wrong icon reference
10280         * src/pixmaps/trash_btn.xpm
10281                 replace with nicer image
10282
10283 2005-08-28 [colin]      1.9.13cvs68
10284
10285         * src/Makefile.am
10286         * src/stock_pixmap.c
10287         * src/stock_pixmap.h
10288         * src/toolbar.c
10289         * src/pixmaps/trash_btn.xpm
10290                 Add a specific trash xpm for the button
10291
10292 2005-08-28 [colin]      1.9.13cvs67
10293
10294         * src/imap.c
10295                 Fix leak
10296
10297 2005-08-27 [colin]      1.9.13cvs66
10298
10299         * src/imap.c
10300         * src/procmime.c
10301                 Correctly fix "Problem with replies", fixes
10302                 pgpmime encryption too. 
10303
10304 2005-08-27 [colin]      1.9.13cvs65
10305
10306         * src/folder.c
10307         * src/procmsg.c
10308         * src/procmsg.h
10309         * src/summaryview.c
10310                 Fix bug #517 (messages removed from summaryview 
10311                 when moving fails)
10312
10313 2005-08-27 [colin]      1.9.13cvs64
10314
10315         * tools/Makefile.am
10316         * tools/asus_mailled.sh
10317                 Add a script to blink ASUS laptops' mail LED where there
10318                 is unread mail.
10319
10320 2005-08-27 [colin]      1.9.13cvs63
10321
10322         * src/imap.c
10323         * src/etpan/imap-thread.c
10324         * src/etpan/imap-thread.h
10325                 Implement automatic choosing of login method
10326                 Fixes bug #791
10327         * src/gtk/.cvsignore
10328                 Add sylpheed-marshal.[ch]
10329
10330 2005-08-27 [colin]      1.9.13cvs62
10331
10332         * src/common/utils.c
10333                 Fix confusing perror
10334
10335 2005-08-27 [colin]      1.9.13cvs61
10336
10337         * src/toolbar.c
10338         * src/toolbar.h
10339                 Remove A_DELETE, replace it with 
10340                 A_TRASH and A_DELETE_REAL. Automatically
10341                 rewrite config files to replace A_DELETE
10342                 with A_TRASH (no functionality change).
10343                 Fixes half of #794
10344
10345 2005-08-26 [colin]      1.9.13cvs60
10346
10347         * src/procmime.c
10348                 Previous "Problem with replies" fix brought other
10349                 problems, fixing them
10350
10351 2005-08-26 [colin]      1.9.13cvs59
10352
10353         * src/procmime.c
10354                 Fix "Problem with replies". This happened only
10355                 on IMAP...
10356         * src/procmsg.c
10357                 Factorize code a bit
10358         * src/compose.c
10359                 Speed improvement on very long messages (wrapping)
10360                 Fix signature color on Reedit and Redirect
10361                 On Reedit, don't attach pgp-signatures parts, but
10362                 set signing to On.
10363
10364 2005-08-24 [paul]       1.9.13cvs58
10365
10366         * src/compose.c
10367                 don't claim success when clicking
10368                 Cancel on the passphrase box.
10369                 Patch by Colin
10370
10371 2005-08-24 [paul]       1.9.13cvs57
10372
10373         * src/main.c
10374                 fix misplaced sylpheed.log
10375         * src/common/defs.h
10376                 define UIDL_DIR
10377
10378 2005-08-24 [paul]       1.9.13cvs56
10379
10380         * src/imap.c
10381         * src/etpan/imap-thread.c
10382         * src/etpan/imap-thread.h
10383                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
10384                 Patch by Colin
10385         * src/gtk/sylpheed-marshal.c    ** REMOVED **
10386         * src/gtk/sylpheed-marshal.h    ** REMOVED **
10387                 remove autogenerated files
10388         * tools/kdeservicemenu/README
10389         * tools/kdeservicemenu/install.sh
10390         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10391         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10392                 use Claws icon, use 'Sylpheed-Claws' in menu,
10393                 use kdialog, and other cleanups
10394
10395 2005-08-23 [paul]       1.9.13cvs55
10396
10397         * src/compose.c
10398                 fix paste/wrap crash
10399                 Patch by Colin
10400
10401 2005-08-23 [paul]       1.9.13cvs54
10402
10403         * src/main.c
10404                 fix crash recovery
10405                 Patch by Colin
10406
10407 2005-08-23 [paul]       1.9.13cvs53
10408
10409         * src/addressbook.c
10410         * src/editaddress.c
10411                 view all data of LDAP contacts
10412                 Patch by Colin
10413
10414 2005-08-23 [paul]       1.9.13cvs52
10415
10416         * src/addressbook.c
10417                 fix issues with the Search field
10418                 Patch by Colin
10419
10420 2005-08-22 [paul]       1.9.13cvs51
10421
10422         * src/folderview.c
10423                 put name of folder in processing dialog
10424                 title
10425         * src/prefs_folder_item.c
10426                 improve english usage
10427
10428 2005-08-22 [paul]       1.9.13cvs50
10429
10430         * src/filtering.c
10431         * src/filtering.h
10432         * src/matcher.c
10433         * src/matcher_parser_lex.l
10434         * src/matcher_parser_parse.y
10435         * src/prefs_filtering.c
10436                 add Filtering/Processing rule names feature.
10437                 (the incompatible old matcherrc is saved as
10438                 matcherrc.pre_names).
10439                 Patch by Colin
10440
10441 2005-08-22 [paul]       1.9.13cvs49
10442
10443         * src/procmsg.c
10444                 fix colour labelling
10445                 Patch by Colin
10446
10447 2005-08-22 [paul]       1.9.13cvs48
10448
10449         * src/textview.c
10450                 fix open_image_cb()
10451
10452 2005-08-22 [paul]       1.9.13cvs47
10453
10454         * src/imap.c
10455                 fix bug 789, 'SC crashes with imap (CVS ver)'
10456                 Patch by Colin
10457
10458 2005-08-22 [paul]       1.9.13cvs46
10459
10460         * src/mimeview.c
10461         * src/prefs_common.c
10462         * src/common/defs.h
10463                 define reused defaults in defs.h
10464         * src/textview.c
10465                 add 'Open image' to image popup menu
10466
10467 2005-08-21 [colin]      1.9.13cvs45
10468
10469         * src/summaryview.c
10470                 Fix bug #788 (Bogus "From" address displayed)
10471
10472 2005-08-20 [colin]      1.9.13cvs44
10473
10474         * src/folder.c
10475                 Fix buf #787 (multilevel delete causes SIGSEGV)
10476
10477 2005-08-19 [colin]      1.9.13cvs43
10478
10479         * src/inc.c
10480         * src/prefs_common.c
10481         * src/prefs_common.h
10482                 Add an hidden pref to allow modifying the
10483                 update stepping in incorporation.
10484                 Patch by wwp.
10485
10486 2005-08-19 [colin]      1.9.13cvs42
10487
10488         * src/compose.c
10489         * src/procmime.c
10490                 Workaround for broken MUAs: encode 
10491                 Content-type: name: as ASCII and 
10492                 Content-Disposition: filename: as
10493                 per rfc2231
10494         * src/prefs_account.c
10495                 Fix invisible-ness of SMTP SSL prefs
10496                 in NNTP accounts
10497
10498 2005-08-19 [paul]       1.9.13cvs41
10499
10500         * src/compose.c
10501         * src/prefs_common.c
10502         * src/prefs_common.h
10503         * src/prefs_wrapping.c
10504                 paste with or without wrapping.
10505                 patch by Colin
10506
10507 2005-08-19 [paul]       1.9.13cvs40
10508
10509         * src/prefs_common.c
10510         * src/prefs_common.h
10511         * src/summaryview.c
10512                 reintroduce enable_swap_from as a
10513                 hidden pref. patch by Colin
10514         * src/quote_fmt_parse.y
10515         * src/plugins/clamav/clamav_plugin.c
10516         * src/plugins/dillo_viewer/dillo_viewer.c
10517         * src/plugins/mathml_viewer/mathml_viewer.c
10518         * src/plugins/pgpcore/sgpgme.c
10519         * src/plugins/pgpinline/pgpinline.c
10520         * src/plugins/pgpmime/pgpmime.c
10521                 tidy up. patch by Colin
10522
10523 2005-08-19 [paul]       1.9.13cvs39
10524
10525         * configure.ac
10526                 complete cvs38's sync
10527         * src/editaddress.c
10528         * src/gedit-print.c
10529         * src/mutt.c
10530         * src/etpan/etpan-log.c
10531         * src/etpan/imap-thread.c
10532         * src/gtk/gtksourceprintjob.c
10533                 fix compilation warnings
10534                 (patch by Colin)
10535
10536 2005-08-19 [paul]       1.9.13cvs38
10537
10538         sync with main:
10539
10540         * src/account.c
10541         * src/action.c
10542         * src/addrbook.c
10543         * src/addrcache.c
10544         * src/addrharvest.c
10545         * src/addrindex.c
10546         * src/codeconv.c
10547         * src/compose.c
10548         * src/crash.c
10549         * src/exporthtml.c
10550         * src/exportldif.c
10551         * src/folder.c
10552         * src/image_viewer.c
10553         * src/inc.c
10554         * src/inc.h
10555         * src/jpilot.c
10556         * src/ldif.c
10557         * src/main.c
10558         * src/matcher.c
10559         * src/mbox.c
10560         * src/messageview.c
10561         * src/mh.c
10562         * src/mimeview.c
10563         * src/msgcache.c
10564         * src/mutt.c
10565         * src/news.c
10566         * src/partial_download.c
10567         * src/pine.c
10568         * src/pop.c
10569         * src/prefs_actions.c
10570         * src/prefs_common.c
10571         * src/prefs_customheader.c
10572         * src/prefs_display_header.c
10573         * src/prefs_gtk.c
10574         * src/prefs_themes.c
10575         * src/procheader.c
10576         * src/procmime.c
10577         * src/procmsg.c
10578         * src/recv.c
10579         * src/send_message.c
10580         * src/simple-gettext.c
10581         * src/sourcewindow.c
10582         * src/textview.c
10583         * src/vcard.c
10584         * src/common/defs.h
10585         * src/common/log.c
10586         * src/common/plugin.c
10587         * src/common/prefs.c
10588         * src/common/session.c
10589         * src/common/session.h
10590         * src/common/socket.c
10591         * src/common/socket.h
10592         * src/common/ssl_certificate.c
10593         * src/common/template.c
10594         * src/common/utils.c
10595         * src/common/utils.h
10596         * src/common/xml.c
10597         * src/gtk/about.c
10598         added wrappers for C library function that
10599                 take pathname arguments.
10600                 enabled compilation with MinGW.
10601                 use GDir instead of directly using opendir().
10602                 added rename_force().
10603
10604 2005-08-19 [paul]       1.9.13cvs37
10605         
10606         patches by Colin:
10607         * src/compose.c
10608                 fix privacy settings on re-editing
10609                 a sent message
10610         * src/jpilot.c
10611                 fix encoding bug
10612         * src/folder.c
10613         * src/procmsg.c
10614         * src/procmsg.h
10615         * src/summaryview.c
10616                 flag changing optimisation
10617
10618 2005-08-18 [martin]     1.9.13cvs36
10619
10620         * commitHelper
10621             added my login
10622         * src/addrcache.c
10623         * src/addrharvest.c
10624         * src/addrindex.c
10625         * src/compose.c
10626         * src/grouplistdialog.c
10627         * src/main.c
10628         * src/mainwindow.c
10629         * src/msgcache.c
10630         * src/mutt.c
10631         * src/pine.c
10632         * src/prefs_account.c
10633         * src/prefs_themes.c
10634         * src/stock_pixmap.c
10635         * src/summaryview.c
10636         * src/gtk/about.c
10637         * src/gtk/logwindow.c
10638             removed deprecated glib and gdk stuff
10639         * src/plugins/pgpcore/select-keys.c
10640             convert attributes from locale to utf8
10641
10642 2005-08-17 [paul]       1.9.13cvs35
10643
10644         * src/account.c
10645         * src/addressbook.c
10646                 use new GTK_STOCK_ icons if available
10647         * src/summaryview.c
10648         * src/gtk/gtksctree.c
10649         * src/gtk/gtksctree.h
10650                 faster range select. patch by Colin
10651
10652 2005-08-17 [paul]       1.9.13cvs34
10653
10654         patches by colin:
10655         * src/addressbook.c
10656         * src/addressitem.h
10657                 Add an edit button for contacts, fix selections
10658                 of gtksctree items
10659         * src/editaddress.c
10660                 Change labels, let Save be always possible in the
10661                 email and user atributes tabs
10662         * src/folderview.c
10663                 fix sort issues
10664         * src/summaryview.c
10665                 select next item instead of the displayed one
10666                 after deletion
10667
10668         * src/gtk/progressdialog.c
10669                 use prefs_common.enable_rules_hint
10670
10671 2005-08-13 [hoa]        1.9.13cvs33
10672
10673         * src/etpan/imap-thread.c
10674                 fixed build on Solaris.
10675
10676 2005-08-10 [colin]      1.9.13cvs32
10677
10678         * src/procmsg.c
10679                 Fix cvs31 (missing fclose before reading
10680                 the file)
10681
10682 2005-08-10 [colin]      1.9.13cvs31
10683
10684         * src/procmsg.c
10685                 Fix procmsg_msginfo_new_from_mimeinfo() when
10686                 the MimeInfo isn't stored in memory. This fixes
10687                 replying to an attached message.
10688
10689 2005-08-10 [colin]      1.9.13cvs30
10690
10691         * src/mainwindow.c
10692                 Fix slowness in account changing
10693
10694 2005-08-10 [colin]      1.9.13cvs29
10695
10696         * src/folder.c
10697         * src/folderutils.c
10698         * src/folderview.c
10699         * src/imap_gtk.c
10700         * src/mainwindow.c
10701         * src/mh_gtk.c
10702         * src/procmsg.c
10703         * src/summaryview.c
10704                 Optimize folder_has_parent_of_type
10705                 Prevent moving special sub-folders from contextual menus
10706                 Rework message a bit ("Empty all messages" -> "Delete all
10707                 messages")
10708                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10709                 and "Deleted Items" folders)
10710
10711 2005-08-08 [colin]      1.9.13cvs28
10712
10713         * src/summaryview.c
10714         * src/prefs_summaries.c
10715                 Make "Select first unread|new" more flexible
10716                 (just prioritize new or unread)
10717
10718 2005-08-08 [colin]      1.9.13cvs27
10719
10720         * src/summaryview.c
10721                 If "select first new" is selected and there only
10722                 are unread messages, fallback to "select first
10723                 unread".
10724
10725 2005-08-08 [colin]      1.9.13cvs26
10726
10727         * src/folder.c
10728                 Fix shameful bugs (and bug #779)
10729
10730 2005-08-08 [colin]      1.9.13cvs25
10731
10732         * src/folder.c
10733         * src/folder.h
10734                 Cache parents' type to make folder_has_parent_of_type
10735                 faster
10736         * src/folderview.c
10737                 Forbid DnD of special sub-folders
10738         * src/procmsg.c
10739         * src/procmsg.h
10740                 Add MAIL_POSTFILTERING_HOOK
10741         * src/summaryview.c
10742                 Revert over-zealous deletion of the use_addr_book 
10743                 code
10744
10745 2005-08-07 [colin]      1.9.13cvs24
10746
10747         * src/folder.c
10748                 Fix big mistake (passing MsgInfo instead 
10749                 of FolderItem)
10750
10751 2005-08-07 [colin]      1.9.13cvs23
10752
10753         * src/compose.c
10754         * src/folder.c
10755         * src/folder.h
10756         * src/foldersel.c
10757         * src/folderutils.c
10758         * src/folderview.c
10759         * src/imap.c
10760         * src/mainwindow.c
10761         * src/messageview.c
10762         * src/mh.c
10763         * src/msgcache.c
10764         * src/procmime.c
10765         * src/summaryview.c
10766                 Make subfolders of Drafts, Queue, Outbox, Trash
10767                 work like their parents. 
10768                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10769
10770 2005-08-07 [colin]      1.9.13cvs22
10771
10772         * src/addressbook.c
10773                 Fix bug #771 (Dragged contacts not saved)
10774
10775 2005-08-07 [paul]       1.9.13cvs21
10776
10777         * src/summaryview.c
10778                 fix bug 32 'Search Doesn't display results
10779                 if "Hide Read Messages" is chosen'
10780                 be more literal in interpreting 'Hide read
10781                 messages'
10782
10783 2005-08-07 [colin]      1.9.13cvs20
10784
10785         * src/folderview.c
10786                 Add debug
10787         * src/summaryview.c
10788                 Faster 'unthread_for_execution'
10789
10790 2005-08-06 [paul]       1.9.13cvs19
10791
10792         * src/mainwindow.c
10793                 add mnemonics to Set displayed columns
10794                 fix bug where msgview_visible option was
10795                 overwritten as TRUE on startup
10796
10797 2005-08-06 [paul]       1.9.13cvs18
10798
10799         * src/mainwindow.c
10800                 refer to 'displayed columns in folder/message
10801                 list' not 'displayed items in summary/message view'
10802         * src/prefs_display_header.c
10803                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10804                 be consistent with similar dialogues
10805         * src/prefs_folder_column.c
10806         * src/prefs_summary_column.c
10807                 'columns' not 'items', and folder and message lists,
10808                 instead of folder and summary views;
10809                 Use 'Hidden columns' as list heading not 'Available
10810                 items';
10811                 move the 'Remove' button to the right hand side;
10812                 top-align the buttons;
10813                 remove unneeded vbox
10814         * src/prefs_summaries.c
10815                 put the 2 column prefs buttons in a frame to reduce
10816                 overall width; refer to columns not items &c.
10817
10818 2005-08-05 [colin]      1.9.13cvs17
10819
10820         * src/prefs_common.c
10821         * src/prefs_common.h
10822         * src/mainwindow.c
10823         * src/compose.c
10824         * src/messageview.c
10825                 Add an hidden toolbar_detachable pref, so
10826                 that I can get rid of these painful handles
10827                 in the toolbars. Defaults to TRUE to avoid
10828                 changing the GUI on unsuspecting people...
10829
10830 2005-08-05 [colin]      1.9.13cvs16
10831
10832         * src/Makefile.am
10833         * src/prefs_folder_column.c
10834         * src/prefs_folder_column.h
10835                 Add prefs for folder columns
10836         * src/folderview.c
10837         * src/folderview.h
10838         * src/mainwindow.c
10839         * src/mainwindow.h
10840         * src/prefs_common.c
10841         * src/prefs_common.h
10842         * src/prefs_summaries.c
10843                 Use them
10844         * src/prefs_summary_column.c
10845         * src/summaryview.c
10846         * src/summaryview.h
10847                 Add a To column
10848         * src/textview.c
10849         * src/common/utils.c
10850         * src/common/utils.h
10851                 Move uri colourisation functions
10852                 to utils
10853         * src/compose.c
10854                 Colourise URIs
10855         * src/imap.c
10856                 Fix bug with LIST where we'd try
10857                 to get Folder//////[...]/// 
10858
10859 2005-08-05 [paul]       1.9.13cvs15
10860
10861         * src/prefs_summaries.c
10862                 improve the English usage
10863         * src/summaryview.c
10864                 set font on column change
10865                 thanks to Colin
10866
10867 2005-08-05 [paul]       1.9.13cvs14
10868
10869         * src/prefs_common.c
10870         * src/prefs_common.h
10871         * src/prefs_summaries.c
10872         * src/summaryview.c
10873                 replace 'open_unread_on_enter' option with
10874                 'select_on_entry' option. opening/not opening
10875                 is now exclusively controlled by 'always_show_msg'
10876
10877 2005-08-04 [colin]      1.9.13cvs13
10878
10879         * src/compose.c
10880                 Remove dead code
10881                 Add colourisation of quotes and signatures
10882         * src/folderview.c
10883                 Fix possible crashes
10884         * src/messageview.c
10885                 Change an assert that is no problem
10886         * src/news.c
10887         * src/news_gtk.c
10888         * src/news_gtk.h
10889                 Fix offline mode
10890         * src/gtk/quicksearch.c
10891                 Fix a possible crash
10892
10893 2005-08-03 [colin]      1.9.13cvs12
10894
10895         * src/prefs_account.c
10896                 Fix bug #777 (Sylpheed crash in account configuration)
10897
10898 2005-08-03 [colin]      1.9.13cvs11
10899
10900         * src/addressbook.c
10901         * src/editaddress.c
10902         * src/editgroup.c
10903                 Fixing addressbook, round 2
10904         * src/textview.c
10905                 Fix emphasis color on rechecking 'Colorize messages'
10906
10907 2005-08-03 [paul]       1.9.13cvs10
10908
10909         sync with main
10910
10911         * src/addr_compl.c
10912         * src/compose.c
10913         * src/main.c
10914         * src/pop.c
10915         * src/prefs_account.c
10916         * src/procmime.c
10917         * src/procmsg.c
10918         * src/quote_fmt_parse.y
10919         * src/textview.c
10920         * src/common/quoted-printable.c
10921         * src/common/utils.c
10922         * src/common/utils.h
10923         * src/common/xml.c
10924                 replaced incorrect locale-independent
10925                 ctype functions with GLib's. Corrected
10926                 signedness mismatch.
10927         * src/headerview.c
10928                 headerview_create(): added spacing for vbox.
10929         * src/gtk/about.c
10930                 set focus to the OK button.
10931
10932 2005-08-03 [colin]      1.9.13cvs9
10933
10934         * src/folderview.c
10935                 Fix possible crash
10936
10937 2005-08-02 [colin]      1.9.13cvs8
10938
10939         * src/mainwindow.c
10940                 Fix cast
10941         * src/addressbook.c
10942         * src/addressitem.h
10943                 Fix a cast and more generally, try to make the
10944                 GUI more intuitive and consistent (round 1)
10945
10946 2005-08-02 [paul]       1.9.13cvs7
10947
10948         * src/folder.h
10949                 missing in 1.9.13cvs6
10950
10951 2005-08-02 [colin]      1.9.13cvs6
10952
10953         * src/folder.c
10954                 Fix one more leak
10955
10956 2005-08-02 [colin]      1.9.13cvs5
10957
10958         * src/folder.c
10959         * src/folderview.c
10960         * src/imap.c
10961         * src/main.c
10962         * src/mbox.c
10963         * src/procmsg.c
10964         * src/summaryview.c
10965                 Fix a number of folder_item_get_msg_list()-related
10966                 leaks (missing procmsg_msginfo_free()s)
10967
10968 2005-08-01 [colin]      1.9.13cvs4
10969
10970         * src/folderview.c
10971         * src/folderview.h
10972         * src/mainwindow.c
10973         * src/prefs_fonts.c
10974         * src/prefs_summaries.c
10975         * src/prefs_themes.c
10976         * src/summaryview.c
10977         * src/summaryview.h
10978         * src/textview.c
10979         * src/textview.h
10980                 Fix instant-apply of summary and folderview-related prefs
10981                 Fix erroneous g_free and alertpanels in prefs_theme
10982                 Add instant-apply for fonts
10983                 Defer applying of prefs a little bit so it's done only
10984                 once even if requested by multiples prefs pages
10985
10986 2005-08-01 [paul]       1.9.13cvs3
10987
10988         * src/main.c
10989                 fix bug 776 'S.C. crashes on close'
10990                 thanks to Colin
10991         * src/etpan/etpan-thread-manager-types.h
10992                 add missing include
10993                 thanks to Hoa
10994
10995 2005-07-25 [paul]       1.9.13cvs2
10996
10997         * src/summaryview.c
10998                 fix typos. spotted by Fabien Vantard
10999
11000 2005-07-24 [paul]       1.9.13cvs1
11001
11002         * doc/man/sylpheed.1
11003                 update man page, incorporating fix of
11004                 bug 769 'Typo in manpage'
11005         * src/etpan/imap-thread.c
11006                 fix NetBSD openssl dependencies. patch by
11007                 George Michaelson <ggm@apnic.net>
11008         * po/pt_BR.po
11009                 updated by Frederico Goncalves Guimaraes
11010
11011 2005-07-22 [paul]       1.9.13
11012
11013         1.9.13 release
11014
11015 2005-07-22 [paul]       1.9.12cvs91
11016
11017         * AUTHORS
11018         * INSTALL
11019         * README.claws
11020         * RELEASE_NOTES.claws
11021                 updated for release
11022         * configure.ac
11023         * po/nb.po
11024         * tools/claws.i18n.status.pl
11025                 add Norwegian translation. submiited by
11026                 Geir Helland <pjallabais@users.sourceforge.net>
11027         * po/ca.po
11028         * po/de.po
11029         * po/es.po
11030         * po/fi.po
11031         * po/fr.po
11032         * po/it.po
11033         * po/sk.po
11034         * po/sr.po
11035         * po/zh_CN.po
11036                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11037                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11038                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11039                 Yang Guilong
11040         * src/plugins/clamav/clamav_plugin_gtk.c
11041         * src/plugins/spamassassin/spamassassin_gtk.c
11042                 replace outdated description strings
11043
11044 2005-07-21 [colin]      1.9.12cvs90
11045
11046         * src/folder.c
11047                 Set folder to batch mode when scanning it. Makes deletion
11048                 of unread mails on IMAP much faster (due to the UNREAD 
11049                 flag unsetting)
11050
11051 2005-07-21 [darko]      1.9.12cvs89
11052
11053         * configure.ac
11054                 link against libresolv if necessary (patch by Paul)
11055         * src/msgcache.c
11056                 use glib's portable macros to determine endianness
11057
11058 2005-07-21 [paul]       1.9.12cvs88
11059
11060         * src/crash.c
11061         * src/gtk/about.c
11062                 update compiled-in features list
11063
11064 2005-07-20 [colin]      1.9.12cvs87
11065
11066         * src/folder.c
11067         * src/textview.c
11068                 Gcc 2.9x compilation fixes, thanks to Darko
11069         * src/plugins/clamav/clamav_plugin.c
11070                 Little optimisation: load virus database only once
11071         * src/plugins/spamassassin/spamassassin.c
11072                 Big optimisation: filtering one mail took at least 1 second,
11073                 now it takes at least 50ms. Doesn't speed up spamassassin 
11074                 itself, but should already be much more tolerable.
11075
11076 2005-07-20 [colin]      1.9.12cvs86
11077
11078         * src/summaryview.c
11079                 Fix performance issue
11080
11081 2005-07-19 [colin]      1.9.12cvs85
11082
11083         * src/plugins/pgpinline/plugin.c
11084                 Fix warning
11085
11086 2005-07-19 [colin]      1.9.12cvs84
11087
11088         * configure.ac
11089         * src/plugins/Makefile.am
11090         * src/plugins/pgpinline/.cvsignore
11091         * src/plugins/pgpinline/Makefile.am
11092         * src/plugins/pgpinline/pgpinline.c
11093         * src/plugins/pgpinline/pgpinline.deps
11094         * src/plugins/pgpinline/pgpinline.h
11095         * src/plugins/pgpinline/plugin.c
11096                 Put pgpinline in the main tree
11097
11098 2005-07-19 [paul]       1.9.12cvs83
11099
11100         * src/prefs_actions.c
11101                 prevent '//' in menu names, which cause a crash
11102                 thanks to Colin
11103
11104 2005-07-19 [paul]       1.9.12cvs82
11105
11106         * configure.ac
11107                 be generally more informative in configure output.
11108                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11109                 '[ --disable-openssl ...', as --enable-openssl is default
11110                 PGP/MIME: don't check for GPGME again, check for
11111                 pgpcore instead. Therefore prevent the possibility of
11112                 attempting to build pgpmime if pgpcore dependencies are
11113                 not met
11114                 ClamAV: use pkgconfig to check for lib
11115                 libgnomeprint: revert logic on inner test to match
11116                 everything else
11117         * src/plugins/pgpcore/sgpgme.c
11118                 add missing include
11119
11120 2005-07-19 [colin]      1.9.12cvs81
11121
11122         * src/summaryview.c
11123                 Fix slow thread rebuilding in particular
11124                 cases
11125
11126 2005-07-19 [paul]       1.9.12cvs80
11127
11128         * sylpheed-claws.desktop
11129                 fix typo, spotted by Stephan Sachse
11130         * src/account.c
11131                 replace GTK_STOCK_ADD with
11132                 GTK_STOCK_NEW button
11133
11134 2005-07-18 [colin]      1.9.12cvs79
11135
11136         * src/etpan/imap-thread.c
11137                 Fix return value (Thanks Hoa)
11138
11139 2005-07-18 [colin]      1.9.12cvs78
11140
11141         * src/imap.c
11142                 Allow empty passwords
11143                 Create drafts/queue/outbox if necessary
11144         * src/summaryview.c
11145                 Remove old code
11146         * src/etpan/imap-thread.c
11147                 Fix STARTTLS (Thanks to Hoa)
11148
11149 2005-07-18 [paul]       1.9.12cvs77
11150
11151         * ChangeLog-gtk2.jp
11152         * ChangeLog.jp
11153                 removed
11154         * Makefile.am
11155                 updated to reflect additions and removals
11156         * TODO
11157                 updated to be claws-specific
11158         * TODO-gtk2
11159         * TODO-gtk2.jp
11160         * TODO.jp
11161         * sylpheed-128x128.png
11162         * sylpheed-64x64.png
11163                 removed
11164         * sylpheed-claws-128x128.png
11165         * sylpheed-claws-64x64.png
11166         * sylpheed-claws.desktop
11167         * sylpheed-claws.png
11168                 added
11169         * sylpheed.desktop
11170         * sylpheed.png
11171                 removed
11172
11173 2005-07-17 [paul]       1.9.12cvs76
11174
11175         * src/account.c
11176         * src/addressbook.c
11177         * src/alertpanel.c
11178         * src/alertpanel.h
11179         * src/compose.c
11180         * src/exphtmldlg.c
11181         * src/expldifdlg.c
11182         * src/folderview.c
11183         * src/imap_gtk.c
11184         * src/inc.c
11185         * src/message_search.c
11186         * src/messageview.c
11187         * src/mh_gtk.c
11188         * src/news_gtk.c
11189         * src/prefs_actions.c
11190         * src/prefs_filtering.c
11191         * src/prefs_matcher.c
11192         * src/prefs_template.c
11193         * src/prefs_themes.c
11194         * src/ssl_manager.c
11195         * src/summary_search.c
11196         * src/textview.c
11197         * src/toolbar.c
11198         * src/gtk/sslcertwindow.c
11199         * src/plugins/pgpcore/sgpgme.c
11200                 rework alertpanels
11201
11202 2005-07-17 [colin]      1.9.12cvs75
11203
11204         * src/privacy.c
11205                 add a PrivacySystem accessor that checks that
11206                 the system cached in a MimeInfo's privacydata
11207                 is still registered. Use this accessor instead
11208                 of directly using data->system. Fixes crashes
11209                 after unloading pgp plugins.
11210
11211 2005-07-17 [colin]      1.9.12cvs74
11212
11213         * src/alertpanel.c
11214                 Change geometry hints to a simple default size.
11215                 Fixes the certs dialogs.
11216
11217 2005-07-17 [colin]      1.9.12cvs73
11218
11219         * src/gtk/sslcertwindow.c
11220                 Use a gtkExpander
11221
11222 2005-07-17 [colin]      1.9.12cvs72
11223
11224         * src/plugins/pgpcore/Makefile.am
11225         * src/plugins/pgpmime/Makefile.am
11226                 Add gpgme libs
11227
11228 2005-07-17 [paul]       1.9.12cvs71
11229
11230         * configure.ac
11231                 add --disable-gnomeprint option
11232                 modified version of patch by Marius Mauch
11233
11234 2005-07-17 [paul]       1.9.12cvs70
11235
11236         * src/common/defs.h
11237                 update urls
11238         * src/account.c
11239         * src/action.c
11240         * src/addressbook.c
11241         * src/compose.c
11242         * src/foldersel.c
11243         * src/folderview.c
11244         * src/html.c
11245         * src/imap_gtk.c
11246         * src/main.c
11247         * src/mainwindow.c
11248         * src/messageview.c
11249         * src/mh_gtk.c
11250         * src/mimeview.c
11251         * src/news_gtk.c
11252         * src/prefs_account.c
11253         * src/prefs_send.c
11254         * src/prefs_summaries.c
11255         * src/procmsg.c
11256         * src/summaryview.c
11257         * src/common/utils.c
11258         * src/common/xml.c
11259         * src/plugins/pgpcore/passphrase.c
11260         * src/plugins/pgpcore/select-keys.c
11261                 replace inappropriately used backticks
11262                 with single quotes
11263
11264 2005-07-16 [colin]      1.9.12cvs69
11265
11266         * src/image_viewer.c
11267                 Add extra paranoid checks
11268
11269 2005-07-16 [colin]      1.9.12cvs68
11270
11271         * src/plugins/pgpcore/prefs_gpg.c
11272                 Don't auto-check sigs by default, as it
11273                 can be really slow.
11274
11275 2005-07-16 [colin]      1.9.12cvs67
11276
11277         * src/plugins/pgpcore/sgpgme.c
11278                 Make messages a bit better.
11279
11280 2005-07-16 [colin]      1.9.12cvs66
11281
11282         * src/imap.c
11283                 Remove pseudo-log
11284         * src/etpan/imap-thread.c
11285                 Add real log
11286
11287 2005-07-16 [colin]      1.9.12cvs65
11288
11289         * src/main.c
11290         * src/prefs_other.c
11291                 And now, fix build with libetpan :-/
11292
11293 2005-07-15 [colin]      1.9.12cvs64
11294
11295         * src/prefs_other.c
11296                 Continue fixing build without libetpan.
11297
11298 2005-07-15 [colin]      1.9.12cvs63
11299
11300         * src/main.c
11301                 Fix build with --disable-libetpan
11302
11303 2005-07-15 [colin]      1.9.12cvs62
11304
11305         * configure.ac
11306                 Bump libetpan's version
11307
11308 2005-07-15 [colin]      1.9.12cvs61
11309
11310         * src/etpan/imap-thread.c
11311                 Actually stop logging :)
11312
11313 2005-07-15 [colin]      1.9.12cvs60
11314
11315         * src/addressbook.c
11316                 Fix dnd of multiple addresses.
11317
11318 2005-07-15 [hoa]        1.9.12cvs59
11319
11320         * src/etpan/imap-thread.c
11321             disable login of IMAP password in libetpan log file.
11322
11323 2005-07-15 [paul]       1.9.12cvs58
11324
11325         * src/account.c
11326                 don't automatically sort
11327                 do allow drag n drop
11328
11329 2005-07-15 [paul]       1.9.12cvs57
11330
11331         * src/account.c
11332         * src/ssl_manager.c
11333                 alphabetical listing
11334
11335 2005-07-15 [paul]       1.9.12cvs56
11336
11337         * src/gtk/pluginwindow.c
11338                 sort plugin list alphabetically
11339
11340 2005-07-15 [paul]       1.9.12cvs55
11341
11342         * src/prefs_spelling.c
11343         * src/prefs_wrapping.c
11344                 unify English usage
11345
11346 2005-07-15 [colin]      1.9.12cvs54
11347
11348         * src/wizard.c
11349                 Typo fix
11350
11351 2005-07-15 [paul]       1.9.12cvs53
11352
11353         * src/prefs_message.c
11354                 make 'show cursor' a hidden option
11355
11356 2005-07-14 [colin]      1.9.12cvs52
11357
11358         * src/plugins/spamassassin/Makefile.am
11359         * src/plugins/clamav/Makefile.am
11360                 Fix double EXTRA_DISTs
11361
11362 2005-07-14 [colin]      1.9.12cvs51
11363
11364         * src/plugins/clamav/Makefile.am
11365         * src/plugins/clamav/clamav_plugin_gtk.deps
11366         * src/plugins/spamassassin/Makefile.am
11367         * src/plugins/spamassassin/spamassassin_gtk.deps
11368                 Make $plugin_gtk depend on $plugin
11369
11370 2005-07-14 [hoa]        1.9.12cvs50
11371
11372         * src/etpan/imap-thread.c
11373                 enable debug log of libetpan when running with --debug
11374
11375 2005-07-14 [colin]      1.9.12cvs49
11376
11377         * configure.ac
11378         * src/common/Makefile.am
11379         * src/common/plugin.c
11380         * src/common/plugin.h
11381                 Add a little plugin dependancy system.
11382                 Plugins can ship a $plugin_name.deps file
11383                 (near them in PLUGINDIR) so that their
11384                 dependancies are loaded if possible.
11385         * src/plugins/Makefile.am
11386         * src/plugins/pgpcore/Makefile.am
11387         * src/plugins/pgpcore/passphrase.c
11388         * src/plugins/pgpcore/passphrase.h
11389         * src/plugins/pgpcore/plugin.c
11390         * src/plugins/pgpcore/prefs_gpg.c
11391         * src/plugins/pgpcore/prefs_gpg.h
11392         * src/plugins/pgpcore/select-keys.c
11393         * src/plugins/pgpcore/select-keys.h
11394         * src/plugins/pgpcore/sgpgme.c
11395         * src/plugins/pgpcore/sgpgme.h
11396                 Introduce pgpcore, used by pgpmime and
11397                 pgpinline
11398         * src/plugins/pgpmime/Makefile.am
11399         * src/plugins/pgpmime/passphrase.c
11400         * src/plugins/pgpmime/passphrase.h
11401         * src/plugins/pgpmime/pgpmime.c
11402         * src/plugins/pgpmime/pgpmime.deps
11403         * src/plugins/pgpmime/plugin.c
11404         * src/plugins/pgpmime/prefs_gpg.c
11405         * src/plugins/pgpmime/prefs_gpg.h
11406         * src/plugins/pgpmime/select-keys.c
11407         * src/plugins/pgpmime/select-keys.h
11408         * src/plugins/pgpmime/sgpgme.c
11409         * src/plugins/pgpmime/sgpgme.h
11410                 Remove the core from pgpmime and add the
11411                 dependancy to pgpcore.
11412
11413 2005-07-14 [paul]       1.9.12cvs48
11414
11415         * src/stock_pixmap.c
11416                 forgot this in last commit
11417
11418 2005-07-14 [paul]       1.9.12cvs47
11419
11420         * src/account.c
11421         * src/addressbook.c
11422                 add accelerators for the buttons (sync with main)
11423         * src/compose.c
11424         * src/compose.h
11425                 add accelerators for the buttons.
11426                 fix editing with external editor.
11427                 replace gdk_input_*() with GIOChannel;
11428                 (sync with main)
11429         * src/foldersel.c
11430                 display folder names with new/unread
11431                 representation (sync with main)
11432         * src/main.c
11433                 specify default window icon (sync with main)
11434         * src/prefs_common.c
11435                 use_addr_book default to FALSE
11436         * src/summaryview.c
11437         * src/textview.c
11438                 add accelerators for the buttons (sync with main)
11439         * src/gtk/menu.c
11440                 fix typos
11441         * src/pixmaps/sylpheed_icon.xpm
11442                 updated
11443
11444 2005-07-13 [paul]       1.9.12cvs46
11445
11446         * src/plugins/pgpmime/pgpmime.c
11447         * src/plugins/pgpmime/sgpgme.c
11448                 (temporarily) use deprecated gpgme_data_rewind()
11449                 while largefile support is not present
11450                 (as suggested by Colin)
11451
11452 2005-07-13 [paul]       1.9.12cvs45
11453
11454         * configure.ac
11455                 remove large file support (for now):
11456                 it breaks too many things
11457
11458 2005-07-13 [paul]       1.9.12cvs44
11459
11460         * configure.ac
11461                 add large file support
11462         * src/html.c
11463                 fix bug #763 where href attribute was not
11464                 the very first attribute of a link
11465                 patch by Thomas Gilgin
11466
11467 2005-07-13 [colin]      1.9.12cvs43
11468
11469         * src/gtk/pluginwindow.c
11470                 Little portability fix
11471
11472 2005-07-13 [colin]      1.9.12cvs42
11473
11474         * src/plugins/pgpmime/sgpgme.c
11475                 Fix crasher.
11476
11477 2005-07-13 [colin]      1.9.12cvs41
11478
11479         * src/plugins/pgpmime/pgpmime.c
11480         * src/plugins/pgpmime/sgpgme.c
11481                 Use gpgme_data_release_and_get_mem instead
11482                 of gpgme_data_read.
11483
11484 2005-07-13 [colin]      1.9.12cvs40
11485
11486         * configure.ac
11487         * src/plugins/pgpmime/passphrase.c
11488         * src/plugins/pgpmime/passphrase.h
11489         * src/plugins/pgpmime/pgpmime.c
11490         * src/plugins/pgpmime/plugin.c
11491         * src/plugins/pgpmime/select-keys.c
11492         * src/plugins/pgpmime/select-keys.h
11493         * src/plugins/pgpmime/sgpgme.c
11494         * src/plugins/pgpmime/sgpgme.h
11495                 Port pgpmime to gpgme-1.0.
11496
11497 2005-07-12 [paul]       1.9.12cvs39
11498
11499         * AUTHORS
11500         * src/toolbar.c
11501         * src/toolbar.h
11502                 add a 'Go to Prev' button to the toolbar.
11503                 correct tooltip text of go to buttons.
11504                 based on patch by Yang Guilong <bamanzi@gmail.com>
11505
11506 2005-07-12 [colin]      1.9.12cvs38
11507
11508         * src/statusbar.c
11509                 Fix progress bar showing stuff at startup.
11510
11511 2005-07-12 [paul]       1.9.12cvs37
11512
11513         * src/editjpilot.c
11514                 fix building with jpilot support
11515
11516 2005-07-11 [colin]      1.9.12cvs36
11517
11518         * src/inc.c
11519                 Add visual indication that filtering is running
11520         * src/textview.c
11521                 Make {}[] uri delimiters
11522         * src/summaryview.c
11523                 Remove useless (and slow) calls
11524
11525 2005-07-11 [paul]       1.9.12cvs35
11526
11527         * src/plugins/clamav/clamav_plugin_gtk.c
11528         * src/plugins/dillo_viewer/dillo_prefs.c
11529         * src/plugins/pgpmime/prefs_gpg.c
11530         * src/plugins/spamassassin/spamassassin_gtk.c
11531                 gather plugins prefs together under their
11532                 own 'Plugins' heading
11533
11534 2005-07-11 [paul]       1.9.12cvs34
11535
11536         sync with main
11537
11538         * src/account.c
11539                 account_delete(): modified alert dialog
11540         * src/editjpilot.c
11541         * src/editvcard.c
11542                 fixed a crash when cancelling file selection
11543                 dialog by Escape key. Made non-ascii filename
11544                 selectable.
11545         * src/prefs_template.c
11546                 prefs_template_window_create(): make scrolled
11547                 window policy AUTOMATIC
11548
11549 2005-07-10 [hoa]        1.9.12cvs33
11550
11551         * src/etpan/imap-thread.c
11552                 workaround for old Courier IMAP servers.
11553
11554 2005-07-10 [colin]      1.9.12cvs32
11555
11556         * src/folder.c
11557         * src/statusbar.c
11558         * src/statusbar.h
11559                 Add visual progress indicator on filtering/processing
11560                 Factorize the progress bar code
11561         * src/imap.c
11562         * src/imap.h
11563         * src/etpan/imap-thread.c
11564                 Add a reference counter to avoid destroying the Folder
11565                 while it's in use by another callback.
11566
11567 2005-07-09 [hoa]        1.9.12cvs31
11568
11569         * src/imap.c
11570         * src/etpan/imap-thread.c
11571                 fixed deadlock when removing IMAP account.
11572
11573 2005-07-08 [colin]      1.9.12cvs30
11574
11575         * src/textview.c
11576         * src/unmime.c
11577                 Fix again problems decoding broken headers
11578         * src/gtk/inputdialog.c
11579                 Fix local variable shadowing a global one
11580
11581 2005-07-08 [colin]      1.9.12cvs29
11582
11583         * src/msgcache.c
11584                 Make the cache/mark files platform-agnostic by writing
11585                 them in little-endian format. Reading them is also done
11586                 in little-endian format, of course; however, in order
11587                 to avoid trashing mark data on big-endian machines, the
11588                 files are, at first, read from the native format if the
11589                 little-endian one doesn't exist. This is easy to deter-
11590                 mine by trying to open a file with a swapped data_ver
11591                 and seeing if it's the wanted version.
11592                 Little-endian using users should see absolutely no
11593                 difference, Big-endian users may get a very little
11594                 performance drop due to byte-swapping.
11595                 Tested on i386 and ppc32. 
11596                 Fixes bug #159 (The index file, in the mailboxes, is 
11597                 hardware depending).
11598
11599                 To have the cache/mark files updated to the new little-
11600                 endian format, "Check for new messages" or even
11601                 "Rebuild folder tree" aren't enough. Files will be
11602                 updated as soon as a folder has been opened/closed.
11603                 To update everything, just select all folders by
11604                 selecting them one by one.
11605
11606 2005-07-07 [colin]      1.9.12cvs28
11607
11608         * src/imap.c
11609                 Remember the folder separator per IMAPFolder
11610                 instead of globally.
11611                 Revive the Session on noop; fixes bug #761
11612                 (mark a bunch of unread messages as read takes 
11613                 forever)
11614
11615 2005-07-07 [darko]      1.9.12cvs27
11616
11617         * src/common/template.c
11618                 Sort templates alphabetically
11619
11620 2005-07-06 [colin]      1.9.12cvs26
11621
11622         * src/imap.c
11623                 Try to use the correct separator in
11624                 most cases. Possibly fixes bug #759
11625                 (only creates the INBOX folder when 
11626                 setting up new IMAP account) and 
11627                 bug #760 (Can't retrieve messages)
11628
11629 2005-07-06 [colin]      1.9.12cvs25
11630
11631         * src/imap.c
11632                 Use real_path in status command. This will
11633                 help later, when namespaces will be used.
11634
11635 2005-07-06 [colin]      1.9.12cvs24
11636
11637         * configure.ac
11638         * src/account.c
11639         * src/folder.c
11640         * src/imap.c
11641         * src/etpan/etpan-log.c
11642         * src/etpan/etpan-thread-manager.c
11643         * src/etpan/imap-thread.c
11644                 Add a --disable-libetpan parameter. With this,
11645                 users that don't want IMAP4 support can avoid
11646                 the new dependancy (and have no IMAP support).
11647                 Users that have IMAP4 accounts and use this
11648                 parameter won't lose their configuration, their
11649                 IMAP accounts will just be invisible and not
11650                 used.
11651         * src/textview.c
11652                 Make the "Copy ..." contextual menu items 
11653                 copy to both the X clipboard and the gtk 
11654                 clipboard - as most other apps do.
11655         * src/gtk/about.c
11656                 Add a notice about OpenSSL usage, in order to
11657                 comply with OpenSSL's license (point 6):
11658                 http://www.openssl.org/source/license.html
11659
11660 2005-07-06 [colin]      1.9.12cvs23
11661
11662         * src/alertpanel.c
11663                 Fix a minimum size for alertpanels
11664         * src/compose.c
11665                 Show 'No space left on device' type errors
11666                 when queuing/sending
11667         * src/imap_gtk.c
11668         * src/mh_gtk.c
11669                 Rework folder's deletion message (remove 
11670                 extra \n)
11671
11672 2005-07-05 [colin]      1.9.12cvs22
11673
11674         * src/imap.c
11675                 Add an alertpanel on auth error
11676                 Add pseudo-log
11677                 Remove pthread-related stuff
11678
11679 2005-07-05 [colin]      1.9.12cvs21
11680
11681         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11682                 Fix crash on plugin reloading (with a hack)
11683
11684 2005-07-05 [colin]      1.9.12cvs20
11685
11686         * src/prefs_account.c
11687         * src/prefs_account.h
11688                 Fix typo
11689         * src/gtk/filesel.c
11690         * src/gtk/filesel.h
11691                 Add a way to filter the view
11692         * src/gtk/pluginwindow.c
11693                 Filter loadable stuff
11694         * src/plugins/pgpmime/prefs_gpg.c
11695                 Fix missing unregistration
11696         * .cvsignore
11697         * src/etpan/.cvsignore
11698         * src/plugins/spamassassin/.cvsignore
11699                 Add more stuff to cvs ignored files
11700
11701 2005-07-04 [colin]      1.9.12cvs19
11702
11703         * src/imap.c
11704                 Fix scan_required returning FALSE when it
11705                 shouldn't. Maybe fix #760 (Can't retrieve
11706                 messages)
11707
11708 2005-07-04 [colin]      1.9.12cvs18
11709
11710         * src/summaryview.c
11711                 Fix always_show_msg pref
11712
11713 2005-07-04 [paul]       1.9.12cvs17
11714
11715         sync with main (forgotten in last commit)
11716         
11717         * src/common/utils.c
11718         * src/common/utils.h
11719                 check_line_length(): new.
11720                 is_dir_exist()
11721                 is_file_entry_exist()
11722                 dirent_is_regular_file()
11723                 dirent_is_directory(): use g_file_test() instead of stat().
11724
11725 2005-07-04 [paul]       1.9.12cvs16
11726
11727         sync with main:
11728
11729         * src/compose.c
11730                 compose_write_to_file(): check for line
11731                 length limit and display warning if exceeds
11732         * src/jpilot.c
11733                 use get_home_dir() instead of g_get_home_dir()
11734         * src/procheader.c
11735                 removed warning about invalid date
11736         * src/vcard.c
11737                 use get_home_dir() instead of g_get_home_dir()
11738
11739 2005-07-04 [paul]       1.9.12cvs15
11740
11741         * src/stock_pixmap.c
11742                 fix new pixmap naming errors
11743                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11744
11745 2005-07-04 [colin]      1.9.12cvs14
11746
11747         * src/imap.c
11748                 Fix debugging string with a warning
11749
11750 2005-07-04 [colin]      1.9.12cvs13
11751
11752         * configure.ac
11753                 Add a check for libetpan's version (>= 0.37)
11754
11755 2005-07-04 [hoa]        1.9.12cvs12
11756
11757         * commitHelper
11758         * src/imap.c
11759         * src/etpan/imap-thread.c
11760         * src/etpan/imap-thread.h
11761                 fixed IMAP implementation of check of mails.
11762
11763 2005-07-03 [hoa]        1.9.12cvs11
11764
11765         * src/etpan/Makefile.am
11766         * src/etpan/etpan-errors.h
11767         * src/etpan/etpan-log.[ch]
11768         * src/etpan/etpan-thread-manager-types.h
11769         * src/etpan/etpan-thread-manager.[ch]
11770         * src/etpan/imap-thread.[ch]
11771         * src/Makefile.am
11772         * src/imap.c
11773         * src/main.c
11774         * src/prefs_other.c
11775         * configure.ac
11776             merged imap branch.
11777             dependency on libetpan 0.37 is now added.
11778
11779 2005-07-01 [colin]      1.9.12cvs10
11780
11781         * src/Makefile.am
11782         * src/folder.c
11783         * src/folder.h
11784         * src/folderview.c
11785         * src/stock_pixmap.c
11786         * src/stock_pixmap.h
11787         * src/plugins/trayicon/trayicon.c
11788                 Add marked symbol on folders containing
11789                 marked messages
11790         * src/procmsg.c
11791         * src/procmsg.h
11792         * src/toolbar.c
11793         * src/prefs_common.c
11794         * src/prefs_common.h
11795         * src/prefs_send.c
11796                 Add an optional confirmation dialog on queue
11797                 sending. Patch by wwp.
11798         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11799         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11800         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11801         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11802         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11803         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11804         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11805         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11806         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11807         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11808         * src/pixmaps/trash_mark.xpm            ** ADDED **
11809                 New pixmaps
11810
11811 2005-07-01 [colin]      1.9.12cvs9
11812
11813         * src/summaryview.c
11814                 Fix a little threading bug
11815         * src/addrgather.c
11816         * src/mainwindow.c
11817                 A little bit of HIG normality never hurts
11818
11819 2005-07-01 [colin]      1.9.12cvs8
11820
11821         * src/compose.c
11822         * src/msgcache.c
11823         * src/pop.c
11824         * src/procmime.c
11825         * src/recv.c
11826         * src/common/log.c
11827         * src/common/template.c
11828         * src/common/utils.c
11829         * src/common/utils.h
11830                 Reverted the fwrite_atomic stuff. In fact
11831                 it is already atomic.
11832
11833 2005-06-30 [colin]      1.9.12cvs7
11834
11835         * src/common/utils.c
11836         * src/common/utils.h
11837                 Add an fwrite_atomic() function to make
11838                 sure we write everything: fwrite can make
11839                 short writes.
11840         * src/compose.c
11841         * src/msgcache.c
11842         * src/pop.c
11843         * src/procmime.c
11844         * src/recv.c
11845         * src/common/log.c
11846         * src/common/template.c
11847                 Use that (and fix swapping of size and nmemb).
11848                 Thanks to Rich Coe for the heads up.
11849
11850 2005-06-30 [colin]      1.9.12cvs6
11851
11852         * src/addressbook.c
11853                 Optimize addressbook opening 
11854
11855 2005-06-30 [colin]      1.9.12cvs5
11856
11857         * src/summaryview.c
11858                 Remove calls to summary_step after move/copy
11859
11860 2005-06-28 [paul]       1.9.12cvs4
11861
11862         * src/alertpanel.c
11863                 wrap and make the error msg selectable
11864
11865 2005-06-28 [paul]       1.9.12cvs3
11866
11867         * src/ssl_manager.c
11868                 replace the OK button with a Close button
11869         * src/gtk/foldersort.c
11870                 use GTK_STOCK_ icons/buttons
11871
11872 2005-06-28 [colin]      1.9.12cvs2
11873
11874         * src/gedit-print.c             ** ADDED **
11875         * src/gedit-print.h             ** ADDED **
11876         * src/gtk/gtksourceprintjob.c   ** ADDED **
11877         * src/gtk/gtksourceprintjob.h   ** ADDED **
11878                 I can't believe no one had enough time to tell
11879                 me I forgot the `cvs add`
11880
11881 2005-06-27 [colin]      1.9.12cvs1
11882
11883         * src/Makefile.am
11884         * src/gtk/Makefile.am
11885         * src/messageview.c
11886         * src/procmsg.c
11887         * src/summaryview.c
11888         * configure.ac
11889                 Add optional libgnomeprint-based printing
11890         * src/mainwindow.c
11891         * src/gtk/quicksearch.c
11892                 Add an Edit/Quick search menu item to show
11893                 and focus the quicksearch
11894
11895 2005-06-27 [paul]       1.9.12
11896
11897         1.9.12 release
11898
11899         * po/ca.po
11900         * po/de.po
11901         * po/es.po
11902         * po/fr.po
11903         * po/it.po
11904         * po/ko.po
11905         * po/pt_BR.po
11906         * po/sk.po
11907         * po/zh_CN.po
11908                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11909                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11910                 SungHyun Nam, Frederico Goncalves Guimaraes,
11911                 Andrej Kacian, and Yang Guilong
11912 2005-06-26 [colin]      1.9.11cvs106
11913
11914         * src/imap_gtk.c
11915                 Forgot one file for previous fix
11916
11917 2005-06-26 [colin]      1.9.11cvs105
11918
11919         * src/folder.c
11920         * src/imap.c
11921                 Fix problems with folder operations in no_select
11922                 imap folders. it applies only to mails, and 
11923                 creation/deletion/move/renaming of folders 
11924                 should be possible
11925
11926 2005-06-26 [paul]       1.9.11cvs104
11927
11928         * src/prefs_filtering.c
11929                 replace one more GTK_STOCK_REMOVE
11930                 with GTK_STOCK_DELETE
11931
11932 2005-06-25 [colin]      1.9.11cvs103
11933
11934         * src/imap.c
11935                 Optimize get_seq_set_from_seq_list
11936                 (Patch by Ricardo) 
11937
11938 2005-06-25 [colin]      1.9.11cvs102
11939
11940         * src/mh.c
11941                 If the directory exists, but not in the
11942                 correct encoding, rename it. This should
11943                 handle old-versions-induced bugs.
11944
11945 2005-06-25 [colin]      1.9.11cvs101
11946
11947         * src/mh.c
11948                 Fix path access with extended dir names
11949                 Fixes bug #589 (SC segfaults with wrong locale
11950                 settings)
11951
11952 2005-06-25 [colin]      1.9.11cvs100
11953
11954         * src/prefs_account.c
11955         * src/prefs_account.h
11956         * src/compose.c
11957                 Add an option to encrypt replies to
11958                 encrypted messages
11959
11960 2005-06-25 [colin]      1.9.11cvs99
11961
11962         * src/compose.c
11963         * src/quote_fmt_parse.y
11964                 ... And make it work with pgpinline.
11965
11966 2005-06-25 [colin]      1.9.11cvs98
11967
11968         * src/compose.c
11969         * src/procmime.c
11970         * src/procmime.h
11971         * src/quote_fmt_parse.y
11972                 o Make reedition of encrypted messages possible
11973                   (as long as it is encrypted to self too, no
11974                    magic there)
11975                 o Make replying with quote (and without selecting
11976                   text) possible for encrypted messages.
11977                 Closes bug #550 (Not possible to "reply with quote"
11978                 to gnupg encrypted messages)
11979
11980 2005-06-24 [paul]       1.9.11cvs97
11981
11982         * src/imap.c
11983                 add missing include
11984
11985 2005-06-24 [paul]       1.9.11cvs96
11986
11987         * src/editldap.c
11988                 made bind password entry invisible
11989                 (sync with main)
11990         * src/send_message.c
11991                 send_message_local(): check exit status
11992                 to detect errors (sync with main)
11993         * src/textview.c
11994                 use main's less ambiguous popup menu
11995                 wording
11996
11997 2005-06-24 [paul]       1.9.11cvs95
11998
11999         * src/prefs_actions.c
12000         * src/prefs_customheader.c
12001         * src/prefs_display_header.c
12002         * src/prefs_filtering_action.c
12003         * src/prefs_matcher.c
12004         * src/prefs_template.c
12005         * src/prefs_toolbar.c
12006                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12007         * src/gtk/description_window.c
12008                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12009
12010 2005-06-23 [colin]      1.9.11cvs94
12011
12012         * src/summaryview.c
12013                 Fix rough edges (be sure to call status_show whenever
12014                 necessary).
12015
12016 2005-06-23 [colin]      1.9.11cvs93
12017
12018         * src/summaryview.c
12019                 Optimize Select All
12020                 Before, in a 5K mails folder: 11s
12021                 After, in the same folder: 58000µs
12022                 The joys of locking... gtk_clist_select_all() fires a 
12023                 tree-select-row event for each selected row, which in 
12024                 summaryview, callbacks summary_selected which in turn,
12025                 calls summary_status_show, which walks the selected
12026                 rows. Hence, calling gtk_clist_select_all was 
12027                 exponential. Locking the summaryview makes 
12028                 summary_selected return early.
12029
12030 2005-06-23 [colin]      1.9.11cvs92
12031
12032         * src/imap.c
12033                 Move mutex at the important place to avoid
12034                 deadlocks
12035         * src/summaryview.c
12036                 Fix Del key deleting directly instead of
12037                 moving to trash
12038
12039 2005-06-22 [colin]      1.9.11cvs91
12040
12041         * src/plugins/spamassassin/libspamc.c
12042                 As we do spagetti code with assignations in multiple
12043                 places (see _message_read_raw where out = msg = raw),
12044                 let's be sure we don't free the same pointer twice.
12045                 Should fix bug #683 (Crash in libpam at 
12046                 message_cleanup).
12047
12048 2005-06-22 [colin]      1.9.11cvs90
12049
12050         * src/compose.c
12051         * src/messageview.c
12052         * src/toolbar.c
12053                 Make toolbar's delete use the move to trash stuff;
12054                 Add gtk_widget_realize to be sure pixmaps can get
12055                 created (that may fix an old worksforme bug which
12056                 I can't find back...)
12057
12058 2005-06-22 [colin]      1.9.11cvs89
12059
12060         * src/summaryview.c
12061         * src/summaryview.h
12062         * src/mainwindow.c
12063                 Rename "Message/Delete" to "Message/Move to trash"
12064                 Add "Message/Delete..." that directly destroys the
12065                 selected messages after asking for a confirmation.
12066
12067 2005-06-22 [colin]      1.9.11cvs88
12068
12069         * src/imap.c
12070                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12071                 o Fix a deadlock (thanks Darko)
12072
12073 2005-06-22 [colin]      1.9.11cvs87
12074
12075         * src/gtk/foldersort.c
12076                 Add missing include for the i18n;
12077                 patch by Fabien Vantard
12078
12079 2005-06-21 [colin]      1.9.11cvs86
12080
12081         * src/folder.c
12082         * src/folderview.c
12083                 Respect the no_select flag
12084         * src/imap.c
12085                 Fix recursive deletion
12086         * src/imap_gtk.c
12087         * src/mh_gtk.c
12088                 Make the folder deletion's warning
12089                 more explicit
12090
12091 2005-06-21 [colin]      1.9.11cvs85
12092
12093         * src/textview.c
12094                 Prevent email addresses from spanning accross
12095                 lines - fixes bug # 646 (newline-chars in 
12096                 email addresses)
12097
12098 2005-06-20 [colin]      1.9.11cvs84
12099
12100         * src/folder.c
12101                 Be sure not to remove source if copy failed
12102
12103 2005-06-20 [colin]      1.9.11cvs83
12104
12105         * src/folderview.c
12106         * src/imap_gtk.c
12107                 remove summaryview's lock
12108         * src/imap.c
12109                 introduce threads to avoid problems when foreground tasks
12110                 interfere with background tasks
12111         * src/mh.c
12112                 prevent moving to drafts/queue
12113         * src/mimeview.c
12114                 fix leak
12115
12116 2005-06-19 [colin]      1.9.11cvs82
12117
12118         * src/imap_gtk.c
12119                 Remember that the user doesn't want to override
12120                 offline mode, for 3 seconds. It avoid presenting
12121                 him with N popups in a really short time.
12122
12123 2005-06-17 [colin]      1.9.11cvs81
12124
12125         * src/imap.c
12126                 Fix IMAP breaking on folders containing '('
12127                 (Probably won't be enough)
12128
12129 2005-06-17 [colin]      1.9.11cvs80
12130
12131         Forgotten files on 1.9.11cvs79
12132         * src/summaryview.c
12133                 Fix stepping when not immediately executing
12134         * src/imap.c
12135                 Really prevent UID FETCH 0
12136         * src/codeconv.c
12137                 Fix outgoing charset never set to utf-8
12138         * src/mh.c
12139                 Fix leak
12140
12141 2005-06-16 [colin]      1.9.11cvs79
12142
12143         * src/compose.c
12144                 Fix bug #707 (Dash splits rows)
12145                 Only wrap if we're on a line break position and
12146                 the previous one was a "white" (space) char.
12147                 Pango stuff is weird.
12148
12149 2005-06-16 [colin]      1.9.11cvs78
12150
12151         * src/imap_gtk.c
12152                 Lock summaryview while downloading messages
12153                 on user demand
12154         * src/procheader.c
12155         * src/unmime.c
12156         * src/common/utils.c
12157         * src/common/utils.h
12158                 Replace \r and \n with spaces in From and
12159                 Subject headers
12160
12161 2005-06-16 [paul]       1.9.11cvs77
12162
12163         * src/procmime.c
12164                 liberalise the mime parser
12165         * src/gtk/about.c
12166                 add text wrapping
12167
12168 2005-06-16 [paul]       1.9.11cvs76
12169
12170         * src/gtk/about.c
12171                 reworked
12172
12173 2005-06-15 [colin]      1.9.11cvs75
12174
12175         * src/compose.c
12176                 Finish header encoding fix
12177         * src/summaryview.c
12178                 Fix segfault
12179         * src/headerview.c
12180                 Fix compilation (Thanks Stephan
12181                 Sachse)
12182
12183 2005-06-15 [colin]      1.9.11cvs74
12184
12185         * Makefile.am
12186                 Install gnome2 stuff rather than gnome1, 
12187                 if both are present
12188         * src/codeconv.c
12189         * src/codeconv.h
12190         * src/compose.c
12191                 Fix headers encoding
12192         * src/folder.c
12193                 Visual progress when fetching all messages
12194         * src/folderview.c
12195         * src/summaryview.c
12196         * src/summaryview.h
12197                 Prevent changing current message while
12198                 incorporating
12199
12200 2005-06-15 [paul]       1.9.11cvs73
12201
12202         * src/gtk/gtkaspell.c
12203         * src/gtk/gtkaspell.h
12204                 fix build warnings
12205
12206 2005-06-15 [paul]       1.9.11cvs72
12207
12208         * src/prefs_filtering.c
12209                 allow reordering of filter rules by
12210                 drag n drop
12211
12212 2005-06-15 [paul]       1.9.11cvs71
12213
12214         * COPYING
12215                 updated
12216         * src/codeconv.c
12217                 replace deprecated function
12218         * src/inc.c
12219         * src/send_message.c
12220         * src/gtk/progressdialog.c
12221         * src/gtk/progressdialog.h
12222                 salvage and reuse parts of reverted sync
12223
12224 2005-06-15 [paul]       1.9.11cvs70
12225
12226         * src/inc.c
12227         * src/send_message.c
12228         * src/gtk/progressdialog.c
12229         * src/gtk/progressdialog.h
12230                 revert yesterday's sync with main
12231                 it contains deprecated functions
12232
12233 2005-06-15 [colin]      1.9.11cvs69
12234
12235         * src/headerview.c
12236                 Fix bug #670 (multi user to: will corrupt message 
12237                 headers display)
12238
12239 2005-06-15 [colin]      1.9.11cvs68
12240
12241         * src/compose.c
12242                 Fix bug #421 (Fix undo on wrapping)
12243
12244 2005-06-15 [colin]      1.9.11cvs67
12245
12246         * src/folder.c
12247                 Provide visual feedback while processing
12248                 folder's rules.
12249         * src/imap.c
12250                 Provide visual feedback while getting
12251                 short headers (for uncached messages)
12252
12253
12254 2005-06-14 [paul]       1.9.11cvs66
12255
12256         * src/account.c
12257                 change a couple stock icons
12258         * src/inc.c
12259         * src/send_message.c
12260         * src/gtk/progressdialog.c
12261         * src/gtk/progressdialog.h
12262                 sync main's GtkTreeView implementation
12263
12264 2005-06-14 [colin]      1.9.11cvs65
12265
12266         * src/imap.c
12267                 Various little fixes, mainly on error paths
12268
12269 2005-06-13 [colin]      1.9.11cvs64
12270
12271         * matcher.c
12272         * procmsg.c
12273         * procmsg.h
12274                 Add a way to fetch only headers. This speeds
12275                 up filtering on headers for IMAP. Fixes:
12276                 bug #481 extraneous imap commands slow down 
12277                         imap filtering
12278                 bug #522 Sylpheed downloads all messages 
12279                         when opening mailbox (IMAP)
12280                 bug #677 IMAP fetch is soooooooooooooo slow
12281         * src/folder.c
12282         * src/folder.h
12283                 Add a folder set_batch method so that
12284                 implementations can speed up flags changes
12285         * src/folderutils.c
12286         * src/summaryview.c
12287                 Use that in mark as (un)read and mark all read
12288                 Refix bug #679
12289         * src/imap.c
12290                 Implement set_batch - brings back deferred
12291                 flags in a less buggy manner. Fixes:
12292                 bug #729 IMAP immediate expunge of deleted messages
12293                 bug #191 remove list of messages with one command
12294                 Fix login with strange chars
12295                 Implement fetch_msg_full
12296                 Fix copy (wrong counts)
12297
12298 2005-06-12 [colin]      1.9.11cvs63
12299
12300         * src/folder.c
12301                 lock incorporation during long operations.
12302                 Avoids fucking up the IMAP socket.
12303
12304 2005-06-12 [colin]      1.9.11cvs62
12305
12306         * src/imap.c
12307                 Fix harmful typo
12308                 Factorize remove_all_msg
12309                 Thread-ize expunge
12310         * src/summaryview.c
12311                 Don't update partial-download status if unnecessary
12312         * src/folder.c
12313                 Use remove_msgs everywhere possible
12314
12315 2005-06-12 [colin]      1.9.11cvs61
12316
12317         * src/folder.c
12318         * src/folder.h
12319                 Add a remove_msgs function to remove a 
12320                 list of messages
12321         * src/imap.c
12322                 Implement that.
12323
12324 2005-06-12 [colin]      1.9.11cvs60
12325
12326         * src/imap.c
12327                 Remove flags-processing deferring... Too hard
12328                 to get it to work in all cases.
12329
12330 2005-06-11 [colin]      1.9.11cvs59
12331
12332         * src/imap.c
12333                 printf -> debug_print
12334
12335 2005-06-11 [colin]      1.9.11cvs58
12336
12337         * src/imap.c
12338                 o Fix build without USE_PTHREAD
12339                 o Factorize imap_open
12340                 o Alertpanel in case of impossible connection
12341                 o Alertpanel in case of impossible login
12342                 o Fix deferred flags processing to force a 
12343                   flush before adding some more flags to process,
12344                   but in another folder.
12345
12346 2005-06-10 [colin]      1.9.11cvs57
12347
12348         * src/imap.c
12349                 o Fix a format string error
12350                 o init ssl socket outside of the thread 
12351                   (it possibly invokes gtk calls)
12352         * src/procmime.c
12353                 o Put back the buffer to its necessary size
12354                 o Fix changing a file pointer without keeping
12355                   track of it (thanks Valgrind)
12356         * src/common/smtp.c
12357                 o Fix automatic STARTTLS if login should be done
12358                   and the server only allows it after starting TLS
12359         * src/gtk/gtkinputdialog.c
12360                 o Eat GDK_Return so that the combo popup doesn't 
12361                   appear when we press Enter to validate the combo
12362                   input dialog (as seen in the Open with... dialog)
12363
12364 2005-06-10 [colin]      1.9.11cvs56
12365
12366         * src/imap.c
12367                 o A bit less debug
12368                 o Fix a crash on deletion
12369                 o Threadize imap_select (it's called outside of 
12370                   threads)
12371                 o Defer treatment of DELETED flags
12372
12373
12374 2005-06-09 [colin]      1.9.11cvs55
12375
12376         * src/imap.c
12377                 Make sure we check imap_gtk_should_override(), which
12378                 potentially calls gtk stuff, before creating thread.
12379                 That way it should't be called via imap_get_session()
12380                 inside a thread.
12381
12382 2005-06-09 [colin]      1.9.11cvs54
12383
12384         * src/imap.c
12385                 o add a bit of status output
12386                 o remove some dead code
12387                 o threadize get_list_of_uids
12388                 o threadize imap_get_flags
12389                 o defer flag changing by 500ms so that they
12390                   can be batched
12391
12392
12393 2005-06-08 [colin]      1.9.11cvs53
12394
12395         * src/imap.c
12396                 Thread-ize imap_cmd_fetch
12397
12398 2005-06-08 [colin]      1.9.11cvs52
12399
12400         * src/main.c
12401                 Mmh, that broke POP3...
12402
12403 2005-06-08 [colin]      1.9.11cvs51
12404
12405         * src/main.c
12406                 Stabilize IMAP patch (thanks to Hoa)
12407
12408 2005-06-08 [colin]      1.9.11cvs50
12409
12410         * src/imap.c
12411                 Test patch to speed up imap. 
12412
12413 2005-06-08 [colin]      1.9.11cvs49
12414
12415         * src/imap_gtk.c
12416                 Warning fix
12417         * src/procmime.c
12418                 Apply patch from gentoo to use /usr/share/mime/globs if 
12419                 available, after un-breaking it
12420         * src/common/log.c
12421         * src/common/log.h
12422                 Use g_timeout for invoking hooks that possibly use gtk
12423                 calls. This should leave gtk calls in the main thread.
12424
12425 2005-06-08 [paul]       1.9.11cvs48
12426
12427         * src/codeconv.c
12428                 conv_get_outgoing_charset_str(): don't
12429                 use prefs_common setting
12430         * src/compose.c
12431         * src/compose.h
12432                 add /Options/Character encoding/... to
12433                 temporarily change the outgoing encoding
12434
12435         (belated sync with main)
12436
12437 2005-06-08 [paul]       1.9.11cvs47
12438
12439         * src/compose.c
12440                 correction to/completion of last
12441                 sync with main
12442
12443 2005-06-08 [paul]       1.9.11cvs46
12444
12445         sync with main:
12446         
12447         * src/codeconv.c
12448         * src/codeconv.h
12449                 always enabled Japanese auto-detection
12450                 if the first letters of locale string
12451                 is "ja"
12452         * src/compose.c
12453                 don't use "destroy" signal to destroy
12454                 Compose object (fix rare crashes on discard?)
12455         * src/mainwindow.c
12456         * src/messageview.c
12457         * src/prefs_send.c
12458                 added Hebrew encodings
12459         * src/sourcewindow.c
12460                 don't use "destroy" signal to destroy
12461                 objects
12462
12463 2005-06-07 [colin]      1.9.11cvs45
12464
12465         * src/summaryview.c
12466                 Add missing unlocks/locks
12467
12468 2005-06-07 [paul]       1.9.11cvs44
12469
12470         * src/summaryview.c
12471                 restore bug #749 fix
12472
12473 2005-06-06 [colin]      1.9.11cvs43
12474
12475         * src/summaryview.c
12476                 Fix selection bug when prefs_common.open_unread 
12477                 is FALSE
12478
12479 2005-06-06 [colin]      1.9.11cvs42
12480
12481         * src/common/md5.c
12482                 Fix a warning
12483         * src/summaryview.c
12484         * src/folderview.c
12485                 Factorize long operations beginning and end
12486                 (locking, freezing/thawing, cursor, ...)
12487                 Check selection->data member in selection-
12488                 related loops; this avoids dying an awful
12489                 death if the selection changes on us while
12490                 we're marking a whole IMAP folder unread, 
12491                 for example.
12492
12493 2005-06-06 [paul]       1.9.11cvs41
12494
12495         * src/textview.c
12496                 don't g_free() a static gchar buffer
12497
12498 2005-06-05 [colin]      1.9.11cvs40
12499
12500         * src/mainwindow.c
12501         * src/messageview.c
12502         * src/summaryview.c
12503                 Fix bug #749 (Show all headers should be
12504                 sticky as the GUI suggests)
12505
12506 2005-06-03 [paul]       1.9.11cvs39
12507
12508         * src/compose.c
12509                 don't allow editing of mail while sending.
12510                 patch by Colin
12511
12512 2005-06-03 [paul]       1.9.11cvs38
12513
12514         * src/folderview.c
12515                 add a freeze/thaw to speed up 'mark all read'
12516
12517 2005-06-03 [paul]       1.9.11cvs37
12518
12519         * src/prefs_message.c
12520                 reflect changes immediately
12521
12522 2005-06-02 [colin]      1.9.11cvs36
12523
12524         * po/POTFILES.in
12525                 Patch by Fabien Vantard.
12526
12527 2005-06-02 [colin]      1.9.11cvs35
12528
12529         * src/imap.c
12530                 Use a non-blocking imap_getline() if possible.
12531                 This should completely prevent the interface
12532                 from freezin on imap operations, although it
12533                 may do strange stuff in case of folder switching
12534                 while a big imap operation is taking place...
12535
12536                 In addition, fix a leak in the case thread
12537                 creation fails on connection.
12538
12539 2005-06-02 [colin]      1.9.11cvs34
12540
12541         * src/crash.c
12542         * src/prefs_common.h
12543                 Fix build (prefs_common_init() doesn't exist
12544                 anymore)
12545
12546 2005-06-02 [colin]      1.9.11cvs33
12547
12548         * src/prefs_account.c
12549                 Fix bug #245 (filtering rules broken when
12550                 renaming a remote account (imap4 or nntp)
12551
12552 2005-06-02 [colin]      1.9.11cvs32
12553
12554         * src/imap.c
12555                 Try to fix IMAP shortcomings: 
12556                 o Multithread imap_open()
12557                 o allow offline-mode overriding instead of
12558                   just returning NULL
12559         * src/imap_gtk.c
12560         * src/imap_gtk.h
12561                 Add a function to ask whether we want to
12562                 override offline-mode for 10 minutes (one-shot
12563                 asking was painful)
12564         * src/procheader.c
12565                 Fix segfault when imap parser isn't happy about
12566                 a missing {
12567
12568 2005-06-01 [colin]      1.9.11cvs31
12569
12570         * src/addrharvest.c
12571         * src/compose.c
12572         * src/mbox.c
12573         * src/mbox.h
12574         * src/mh.c
12575         * src/msgcache.c
12576         * src/send_message.c
12577         * src/setup.c
12578         * src/undo.c
12579         * src/common/hooks.c
12580         * src/common/prefs.c
12581         * src/common/template.c
12582         * src/common/utils.c
12583         * src/gtk/gtkutils.c
12584         * src/gtk/inputdialog.c
12585         * src/gtk/menu.c
12586         * src/gtk/pluginwindow.c
12587         * src/gtk/prefswindow.c
12588         * src/plugins/pgpmime/passphrase.c
12589         * src/plugins/pgpmime/prefs_gpg.c
12590                 More -Wall fixes
12591
12592         * src/common/Makefile.am
12593         * src/common/timing.h
12594                 Add basic timing code
12595
12596         * src/summaryview.c
12597                 Fix a bug with unread messages when 
12598                 re-sorting folders, and by the way
12599                 fix a big performance hit when 
12600                 re-sorting (10k mails: before 5s,
12601                 after .5s)
12602
12603         * src/prefs_compose_writing.c
12604         * src/prefs_compose_writing.h
12605         * src/prefs_message.c
12606         * src/prefs_message.h
12607         * src/prefs_other.c
12608         * src/prefs_other.h
12609         * src/prefs_quote.c
12610         * src/prefs_quote.h
12611         * src/prefs_receive.c
12612         * src/prefs_receive.h
12613         * src/prefs_send.c
12614         * src/prefs_send.h
12615         * src/prefs_summaries.c
12616         * src/prefs_summaries.h
12617                 Fix copyright banner
12618
12619 2005-06-01 [paul]       1.9.11cvs30
12620
12621         * po/fi.po
12622                 updated by Flammie Pirinen
12623         * src/procmime.c
12624                 fix 'Bad BASE64 content' output
12625
12626 2005-05-31 [colin]      1.9.11cvs29
12627
12628         * src/procmime.c
12629                 Oops, where did my hunk go.
12630
12631 2005-05-31 [colin]      1.9.11cvs28
12632
12633         * src/Makefile.am
12634         * src/account.c
12635         * src/action.c
12636         * src/addr_compl.c
12637         * src/addressbook.c
12638         * src/codeconv.c
12639         * src/compose.c
12640         * src/export.c
12641         * src/folder.c
12642         * src/folderview.c
12643         * src/image_viewer.c
12644         * src/main.c
12645         * src/mainwindow.c
12646         * src/messageview.c
12647         * src/mimeview.c
12648         * src/msgcache.c
12649         * src/prefs_account.c
12650         * src/prefs_actions.c
12651         * src/prefs_common.c
12652         * src/prefs_compose_writing.c
12653         * src/prefs_customheader.c
12654         * src/prefs_ext_prog.c
12655         * src/prefs_filtering.c
12656         * src/prefs_filtering_action.c
12657         * src/prefs_fonts.c
12658         * src/prefs_image_viewer.c
12659         * src/prefs_message.c
12660         * src/prefs_message.h
12661         * src/prefs_msg_colors.c
12662         * src/prefs_other.c
12663         * src/prefs_other.h
12664         * src/prefs_quote.c
12665         * src/prefs_receive.c
12666         * src/prefs_receive.h
12667         * src/prefs_send.c
12668         * src/prefs_send.h
12669         * src/prefs_spelling.c
12670         * src/prefs_summaries.c
12671         * src/prefs_summary_column.c
12672         * src/prefs_template.c
12673         * src/prefs_themes.c
12674         * src/prefs_toolbar.c
12675         * src/prefs_wrapping.c
12676         * src/procmime.c
12677         * src/procmsg.c
12678         * src/send_message.h
12679         * src/ssl_manager.c
12680         * src/summary_search.c
12681         * src/summaryview.c
12682         * src/textview.c
12683         * src/wizard.c
12684         * src/common/smtp.c
12685         * src/common/smtp.h
12686         * src/gtk/gtkutils.h
12687                 o Move the rest of Common prefs to new style
12688                 o Lots of -Wall warning fixes
12689                 o fix FIXME in cache memusage calculation
12690                 o Let return receipts be sent from any account
12691                 o Little cache optimisation (read)
12692                 o Fix bug #746 (don't treat commas as separators
12693                   when inside a quoted string)
12694
12695 2005-05-31 [paul]       1.9.11cvs27
12696
12697         * src/prefs_common.c
12698                 fix 'off-by-one' typo
12699
12700 2005-05-31 [paul]       1.9.11cvs26
12701
12702         * src/account.c
12703         * src/addr_compl.c
12704         * src/compose.c
12705         * src/foldersel.c
12706         * src/prefs_actions.c
12707         * src/prefs_common.c
12708         * src/prefs_common.h
12709         * src/prefs_customheader.c
12710         * src/prefs_display_header.c
12711         * src/prefs_filtering.c
12712         * src/prefs_filtering_action.c
12713         * src/prefs_matcher.c
12714         * src/prefs_summaries.c
12715         * src/prefs_summary_column.c
12716         * src/prefs_template.c
12717         * src/prefs_toolbar.c
12718         * src/ssl_manager.c
12719         * src/gtk/pluginwindow.c
12720         * src/gtk/prefswindow.c
12721         * src/gtk/progressdialog.c
12722                 add hidden prefs 'enable_rules_hint'
12723                 for gtk_tree_view_set_rules_hint()
12724                 (sync with main)
12725                 
12726
12727 2005-05-31 [colin]      1.9.11cvs25
12728
12729         * src/Makefile.am
12730         * src/main.c
12731         * src/prefs_common.c
12732         * src/prefs_summaries.c ** ADDED **
12733         * src/prefs_summaries.h ** ADDED **
12734                 Common/Display -> Display/Summaries
12735
12736 2005-05-31 [colin]      1.9.11cvs24
12737
12738         * src/Makefile.am
12739         * src/main.c
12740         * src/prefs_quote.c ** ADDED **
12741         * src/prefs_quote.h ** ADDED **
12742                 Move Common/Quote to Compose/Quoting
12743         * src/prefs_common.c
12744         * src/prefs_common.h
12745                 Remove old quote stuff, add
12746                 convenience functions for GtkTextView prefs
12747         * src/gtk/prefswindow.c
12748                 Set default height higher
12749
12750 2005-05-30 [colin]      1.9.11cvs23
12751
12752         * src/Makefile.am
12753         * src/main.c
12754         * src/prefs_common.c
12755         * src/prefs_compose_writing.c ** ADDED **
12756         * src/prefs_compose_writing.h ** ADDED **
12757                 Move Common/Compose prefs to Compose/Writing
12758
12759 2005-05-30 [colin]      1.9.11cvs22
12760
12761         * src/common/utils.c
12762                 Fix bug #651 (Confused Attract by Subject)
12763                 Patch by M. Benkmann <haferfrost@web.de>
12764         * AUTHORS
12765
12766 2005-05-30 [colin]      1.9.11cvs21
12767
12768         * src/compose.c
12769                 Fix concatenation of different headers of
12770                 the same type (bug #645)
12771         * src/prefs_folder_item.c
12772                 Fix bug #699 (setting color to black doesn't
12773                 work immediately)
12774         * src/procmime.c
12775                 Print out decoding error only once per
12776                 block
12777
12778 2005-05-30 [paul]       1.9.11cvs20
12779
12780         * src/common/template.c
12781                 fix Bcc
12782
12783 2005-05-30 [paul]       1.9.11cvs19
12784
12785         * doc/src/rfc2368.txt   **NEW FILE**
12786         * src/compose.c
12787                 compose_entries_set(): don't interpret Bcc
12788                 header field (conform to RFC 2368)
12789                 (sync with main)
12790
12791 2005-05-29 [colin]      1.9.11cvs18
12792
12793         * src/prefs_common.c
12794                 Let the default reply format respect
12795                 netiquette by cutting the signature.
12796
12797 2005-05-29 [colin]      1.9.11cvs17
12798
12799         * src/summaryview.c
12800                 Don't let always_show_msg override
12801                 open_unread_on_enter when opening a new
12802                 directory.
12803
12804 2005-05-27 [paul]       1.9.11cvs16
12805
12806         sync with main:
12807
12808         * src/main.c
12809                 app_will_exit(): cleanup tmp directory when exit
12810         * src/message_search.c
12811                 improved the interface and made code cleanup.
12812                 removed Clear button
12813         * src/send_message.c
12814                 send_message_local(): use GSpawn, and detect errors
12815         * src/summary_search.c
12816                 improved the interface and made code cleanup
12817         * src/textview.c
12818                 textview_write_link(): also skip non-ascii space
12819                  at the head of link strings (phishing check
12820                  didn't work at the case)
12821         * src/common/utils.c
12822                 get_command_output(): use g_spawn_command_line_sync()
12823                 instead of popen()
12824
12825 2005-05-26 [colin]      1.9.11cvs15
12826
12827         * src/folder.c
12828                 remove printf
12829
12830 2005-05-26 [colin]      1.9.11cvs14
12831
12832         * src/common/nntp.c
12833                 Fix nntp mode reader (bug #611)
12834                 Patch by Florian Mickler <florian@mickler.org>
12835
12836 2005-05-26 [colin]      1.9.11cvs13
12837
12838         * src/plugins/pgpmime/passphrase.c
12839                 Fix mouse grabbing (bug #557)
12840
12841 2005-05-26 [colin]      1.9.11cvs12
12842
12843         * src/prefs_themes.c
12844                 Fix g_warning (bug #541)
12845
12846 2005-05-26 [colin]      1.9.11cvs11
12847
12848         * src/prefs_actions.c
12849         * src/prefs_template.c
12850                 Fix bug #506 (no warning if action/template
12851                 is not saved)
12852         * src/common/template.c
12853                 Fix a possible crash
12854
12855 2005-05-26 [colin]      1.9.11cvs10
12856
12857         * src/folder.c
12858         * src/folderview.c
12859         * src/procmsg.c
12860         * src/summaryview.c
12861                 Forbid locked messages to be moved or
12862                 deleted. Locked messages in trashes 
12863                 still get deleted, for performance
12864                 reason (mh.c::mh_remove_all_msgs)
12865
12866 2005-05-25 [colin]      1.9.11cvs9
12867
12868         * src/procmime.c
12869                 Use correct encoding when sending mails
12870                 with attachments that have accentued 
12871                 chars in their name
12872
12873 2005-05-24 [colin]      1.9.11cvs8
12874
12875         * src/summaryview.c
12876                 Fix bug #688 f) read/unread marker not
12877                 changed on first click
12878                 Also, optimize summary_status_show()
12879                 calls
12880         * src/folder.c
12881         * src/inc.c
12882         * src/procmime.c
12883                 Fix bug #688 b) and c) wrt message
12884                 attachments and signature
12885         * src/stock_pixmap.c
12886         * src/stock_pixmap.h
12887         * src/stock_pixmap.c
12888         * src/stock_pixmap.h
12889         * src/Makefile.am
12890         * src/pixmaps/clip_gpg_signed.xpm
12891                 Add clip/signed icon
12892
12893 2005-05-24 [colin]      1.9.11cvs7
12894
12895         * src/folder_item_prefs.c
12896                 whitespace fix
12897
12898 2005-05-24 [colin]      1.9.11cvs6
12899
12900         * src/folderview.c
12901         * src/prefs_common.c
12902         * src/prefs_common.h
12903                 Add a confirmation to folder drag and drop
12904                 fixes bug #156
12905         * src/alertpanel.c
12906         * src/alertpanel.h
12907                 fix _with_disable parameters so that
12908                 the buttons labels are specifiable too
12909         * src/plugins/pgpmime/sgpgme.c
12910                 reflect said change
12911                 
12912
12913 2005-05-24 [colin]      1.9.11cvs5
12914
12915         * src/folderview.c
12916                 Uncollapse/collapse folders on double-click
12917                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12918                 closes bug #108
12919
12920 2005-05-23 [colin]      1.9.11cvs4
12921
12922         * src/common/socket.c
12923                 Check another special SSL_peek() error.
12924                 Should help wrt bug #728
12925
12926 2005-05-23 [colin]      1.9.11cvs3
12927
12928         * src/plugins/pgpmime/pgpmime.c
12929                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12930                 breaking menu accelerators and stuff. Users will have to
12931                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12932                 account's privacy preferences if needed.
12933
12934 2005-05-22 [paul]
12935
12936         * tools/kdeservicemenu/install.sh
12937                 use kdesu to prompt for root password if doing
12938                 global install/uninstall
12939
12940 2005-05-20 [colin]      1.9.11cvs2
12941
12942         * src/procmsg.c
12943                 Fix another compilation error with gcc-2.9x
12944                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12945         * src/send_message.c
12946                 Don't send QUIT if we aren't connected
12947
12948 2005-05-19 [colin]      1.9.11cvs1
12949
12950         * src/procmsg.c
12951                 Fix compilation with gcc 2.9x
12952
12953 2005-05-19 [paul]       1.9.11
12954
12955         1.9.11 released
12956
12957 2005-05-19 [paul]       1.9.9cvs14
12958
12959         * src/gtk/inputdialog.c
12960                 prevent gettext warning
12961
12962 2005-05-19 [paul]       1.9.9cvs13
12963
12964         * src/mainwindow.c
12965         * src/prefs_common.c
12966         * src/prefs_common.h
12967         * src/textview.c
12968         * src/textview.h
12969                 add an option to toggle cursor in message
12970                 view (sync with main)
12971
12972 2005-05-18 [colin]      1.9.9cvs12
12973
12974         * src/compose.c
12975                 Dereference freed pointer
12976         * src/gtk/gtkaspell.c
12977                 Fix duplication of dictionaries (is it an aspell issue?)
12978
12979 2005-05-18 [colin]      1.9.9cvs11
12980
12981         * src/gtk/inputdialog.c
12982         * src/gtk/gtkaspell.c
12983                 HIGuify dialogs
12984         * src/alertpanel.c
12985                 Remove a double call
12986
12987 2005-05-17 [colin]      1.9.9cvs10
12988
12989         * src/gtk/gtkaspell.c
12990                 Fix dialogs, Ctrl-Enter accel
12991
12992 2005-05-17 [colin]      1.9.9cvs9
12993
12994         * src/gtk/gtkaspell.c
12995                 Fix some accelerators, escape in replace-window
12996
12997 2005-05-16 [colin]      1.9.9cvs8
12998
12999         * src/gtk/gtkaspell.c
13000                 Revert last commit, it was a mistake.
13001
13002 2005-05-16 [colin]      1.9.9cvs7
13003
13004         * src/gtk/gtkaspell.c
13005                 Remove buggy code while we're at it. It's a 
13006                 dead code path anyway.
13007
13008 2005-05-16 [colin]      1.9.9cvs6
13009
13010         * src/gtk/gtkaspell.c
13011                 Missed some gtk_menu_popup where deactivate
13012                 signal should be handled. Should fix bug
13013                 #629 a bit more.
13014
13015 2005-05-16 [colin]      1.9.9cvs5
13016
13017         * src/gtk/gtkaspell.c
13018                 Remove debug printf()s
13019
13020 2005-05-16 [colin]      1.9.9cvs4
13021
13022         * src/gtk/gtkaspell.c
13023                 Fix a bit aspell problems
13024                 (see bug #629)
13025
13026 2005-05-13 [colin]      1.9.9cvs3
13027
13028         * src/folderview.c
13029                 Fix the + appearing even when no subfolders
13030                 have unread messages. Thanks to wwp for the
13031                 bug report.
13032
13033 2005-05-11 [paul]       1.9.9cvs2
13034
13035         * src/folderview.c
13036                 correction to 1.9.9cvs1, only colour folders that
13037                 have new msgs (not unread msgs)
13038
13039 2005-05-10 [colin]      1.9.9cvs1
13040
13041         * src/folderview.c
13042         * src/summaryview.c
13043                 Try to fix bolding bugs again.
13044
13045 2005-05-09 [paul]
13046
13047         * tools/claws.i18n.status.pl
13048                 add Ricardo Mones Lastra's script that has been providing
13049                 the i18n status page for many months
13050
13051 2005-05-09 [paul]       1.9.9
13052
13053         1.9.9 release
13054
13055 2005-05-09 [paul]       1.9.6cvs58
13056
13057         * AUTHORS
13058         * INSTALL
13059         * README.claws
13060                 updated
13061         * Makefile.am 
13062         * RELEASE_NOTES.claws
13063                 add release notes to cvs to simplify release
13064                 procedure
13065         * configure.ac
13066                 add ca and fi to ALL_LINGUAS
13067         * po/Makefile.in.in
13068                 workaround for missing Makevars
13069         * po/ca.po
13070         * po/fi.po
13071                 add new Catalan and Finnish translations
13072                 submitted by Miquel Oliete and Flammie Pirinen
13073         * po/de.po
13074         * po/es.po
13075         * po/fr.po
13076         * po/it.po
13077         * po/pl.po
13078         * po/ru.po
13079         * po/sk.po
13080         * po/sr.po
13081         * po/zh_CN.po
13082                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13083                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13084                 Urke MMI, and Hansom Young
13085         * src/main.c
13086                 Fix drafting when quitting. compose_draft() closes the
13087                 compose windows, which modifies the compose_list GSList.
13088                 We have to refresh this list after echo drafting to avoid a
13089                 segfault
13090         * src/partial_download.c
13091                 fix segfault on exit
13092
13093 2005-05-06 [paul]       1.9.6cvs57
13094
13095         * src/grouplistdialog.c
13096                 quick fix/workaround for unresizeable newsgroup
13097                 name column 
13098
13099 2005-05-06 [paul]       1.9.6cvs56
13100
13101         * src/inc.c
13102         * src/mainwindow.c
13103                 use gettext plural forms
13104         * src/imap_gtk.c
13105         * src/mh_gtk.c
13106         * src/toolbar.c
13107                 small improvement to english usage
13108
13109 2005-05-05 [thorsten]   1.9.6cvs55
13110
13111         * src/folder.c
13112                 fix possible crash
13113
13114 2005-05-05 [paul]       1.9.6cvs54
13115         
13116         sync with HEAD
13117
13118         * AUTHORS
13119         * src/compose.c
13120                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13121                 patch by Tim Mann
13122
13123 2005-05-05 [paul]       1.9.6cvs53
13124
13125         * src/mainwindow.c
13126                 fix resizing of separate message and
13127                 folder views
13128
13129 2005-05-05 [paul]       1.9.6cvs52
13130
13131         * src/account.c
13132         * src/addrgather.c
13133         * src/browseldap.c
13134         * src/exphtmldlg.c
13135         * src/expldifdlg.c
13136         * src/importmutt.c
13137         * src/importpine.c
13138         * src/main.c
13139         * src/mainwindow.c
13140         * src/noticeview.c
13141         * src/prefs_filtering.c
13142         * src/prefs_filtering_action.c
13143         * src/prefs_matcher.c
13144         * src/prefs_spelling.c
13145         * src/prefs_toolbar.c
13146         * src/toolbar.c
13147         * src/wizard.c
13148         * src/gtk/description_window.c
13149         * src/gtk/gtkvscrollbutton.c
13150         * src/gtk/progressdialog.c
13151         * src/gtk/quicksearch.c
13152         * src/plugins/pgpmime/prefs_gpg.c
13153         * src/plugins/spamassassin/spamassassin_gtk.c
13154                 replace deprecated gtk_widget_set_usize
13155
13156 2005-05-04 [colin]      1.9.6cvs51
13157
13158         * src/common/utils.c
13159                 Fix crash when subst_for_filename is called
13160                 with a NULL parameter
13161
13162 2005-05-04 [colin]      1.9.6cvs50
13163
13164         * src/partial_download.c
13165         * src/pop.c
13166                 Escape login when writing uidl file
13167                 fixes bug #736
13168
13169 2005-05-03 [colin]      1.9.6cvs49
13170
13171         * src/procmime.c
13172                 Fix possible DOS in mime parser
13173                 (see bug #634)
13174
13175 2005-05-02 [colin]      1.9.6cvs48
13176
13177         * src/compose.c
13178                 Try to fix the copy/paste mess once again.
13179
13180
13181 2005-04-30 [colin]      1.9.6cvs47
13182
13183         * src/prefs_account.h
13184         * src/procmsg.c
13185         * src/send_message.c
13186         * src/common/smtp.c
13187         * src/common/smtp.h
13188                 Try to batch sending mails (per account) instead of
13189                 reconnecting to server every time.
13190
13191 2005-04-29 [colin]      1.9.6cvs46
13192
13193         * src/messageview.c
13194                 Fix window resizing that refused to size down
13195         * src/prefs_common.c
13196         * src/prefs_common.h
13197         * src/prefs_filtering.c
13198                 Save Filtering's window size
13199
13200 2005-04-21 [paul]       1.9.6cvs45
13201
13202         * ChangeLog-gtk2.claws
13203         * src/setup.c
13204                 correction to sync
13205
13206 2005-04-21 [paul]       1.9.6cvs44
13207
13208         sync with main:
13209
13210         * src/setup.c
13211         * src/statusbar.c
13212         * src/statusbar.h
13213                 use gtkut_widget_draw_now(). Improved performance
13214                 of the update of statusbar
13215         * src/textview.c
13216                 textview_smooth_scroll_do(): redraw it after scroll
13217                 is done (fixed incorrect display when a part of the
13218                 view is hidden).
13219         * src/gtk/gtkutils.c
13220         * src/gtk/gtkutils.h
13221                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13222                 to force update of widgets.
13223                 Removed gtkut_widget_wait_for_draw() which had a big
13224                 overhead  because of waiting for all events processed 
13225
13226 2005-04-20 [paul]       1.9.6cvs43
13227
13228         * src/codeconv.c
13229                 complete 1.9.6cvs42's sync:
13230                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13231
13232 2005-04-19 [paul]       1.9.6cvs42
13233
13234         sync with main:
13235
13236         * src/action.c
13237                 catch_output(): correctly select the insert text
13238                 (fix invalid iterator warnings).
13239         * src/codeconv.c
13240         * src/codeconv.h
13241         * src/mainwindow.c
13242         * src/messageview.c
13243         * src/prefs_common.c
13244                 support GBK encoding.
13245         * src/common/session.c
13246         * src/common/session.h
13247                 use separate buffer for large data to be sent,
13248                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13249
13250 2005-04-18 [paul]       1.9.6cvs41
13251
13252         * src/jpilot.c
13253                 convert unsigned long into guint32
13254                 patch by Paul LeoNerd Evans 
13255
13256 2005-04-17 [colin]      1.9.6cvs40
13257
13258         * src/compose.c
13259                 Fix 'Request return receipt' from folder
13260                 properties (bug #708)
13261
13262 2005-04-17 [colin]      1.9.6cvs39
13263
13264         * src/mainwindow.c
13265                 Fix duplicate hotkeys in Mainwindow's menu
13266
13267 2005-04-17 [colin]      1.9.6cvs38
13268
13269         * src/folderview.c
13270                 Fix duplicate hotkeys in Folderview's contextual
13271                 menu
13272
13273 2005-04-15 [colin]      1.9.6cvs37
13274
13275         * src/summaryview.c
13276                 Fix 'Save as...' with non-ascii filenames
13277
13278 2005-04-15 [colin]      1.9.6cvs36
13279
13280         * src/plugins/pgpmime/pgpmime.c
13281                 Fix bus error on 64bit. Spotted by 
13282                 macallan1888@gmail.com
13283
13284 2005-04-15 [colin]      1.9.6cvs35
13285
13286         * src/prefs_account.c
13287                 Fix cvs34.
13288
13289 2005-04-12 [colin]      1.9.6cvs34
13290
13291         * src/prefs_account.c
13292                 Fix smtp auth type off-by-one. We forgot to
13293                 add PLAIN in the prefs-to-gui setter func and
13294                 as a result, the selected auth when opening
13295                 account prefs was not the correct one.
13296
13297 2005-04-12 [paul]       1.9.6cvs33
13298
13299         * src/inc.c
13300                 if the recv dialog is visible, Cancel only
13301                 cancels the current account
13302
13303
13304 2005-04-10 [colin]      1.9.6cvs32
13305
13306         * src/filtering.c
13307                 Copy score when copying FilteringActions
13308                 Fix bug #674
13309
13310 2005-04-10 [colin]      1.9.6cvs31
13311
13312         * src/inc.c
13313                 Make Message -> Receive -> Cancel cancel 
13314                 incorporation on all accounts. Fixes
13315                 bug #693
13316
13317 2005-04-10 [colin]      1.9.6cvs30
13318
13319         * src/prefs_account.c
13320                 Update Privacy checkbuttons status based
13321                 on the selected privacy system
13322         * src/compose.c
13323                 Always connect the "None" privacy system; the
13324                 static boolean was probably there to avoid
13325                 reconnecting twice in the same compose window,
13326                 but as the parent function is only called once
13327                 per compose, it's only a bug - as a static is
13328                 initialized once per application instance.
13329                 Also, don't uncheck Sign and Encrypt when
13330                 selecting None as privacy system; just ignore
13331                 them when sending/queuing.
13332                 Should fix bug #695
13333
13334 2005-04-08 [colin]      1.9.6cvs29
13335
13336         * src/account.c
13337         * src/prefs_account.c
13338         * src/prefs_account.h
13339                 Add account preference to queue message in a certain
13340                 folder.
13341
13342 2005-04-06 [colin]      1.9.6cvs28
13343
13344         * src/prefs_account.c
13345                 Update old inbox path syntax
13346
13347 2005-04-06 [paul]       1.9.6cvs27
13348
13349         sync with main:
13350
13351         * configure.ac
13352                 changed -traditional-cpp to -no-cpp-precomp for newer
13353                 Mac OS X support
13354         * src/foldersel.c
13355                 made column resize automatically
13356         * src/send_message.c
13357                 send_message_smtp(): consider EOF right after QUIT
13358                 successful (workaround for Gmail SMTP server)
13359         * src/common/socket.c
13360                 ssl_read(), ssl_peek(): check EOF which violates the
13361                 SSL protocol
13362         * src/gtk/colorlabel.c
13363                 removed warnings when displaying colorlabel menu
13364                 (don't use GtkAlignment)
13365
13366 2005-04-05 [paul]       1.9.6cvs26
13367
13368         * src/plugins/trayicon/trayicon.c
13369                 fix clipping of icon under KDE3 
13370
13371 2005-04-05 [paul]       1.9.6cvs25
13372
13373         * src/summaryview.c
13374                 hide display of threading
13375                 patch by Alfons
13376
13377 2005-04-04 [thorsten]   1.9.6cvs24
13378
13379         * src/mh.c
13380                 marks lost on filesystems with different stat() results on
13381                 summer-/wintertime
13382
13383 2005-04-03 [colin]      1.9.6cvs23
13384
13385         * src/summaryview.c
13386                 Don't handle up/down. Patch by Alfons
13387
13388 2005-04-02 [colin]      1.9.6cvs22
13389
13390         * src/summaryview.c
13391                 Make scrolling faster. Patch by Alfons.
13392
13393 2005-04-01 [colin]      1.9.6cvs21
13394
13395         * src/Makefile.am
13396         * src/stock_pixmap.c
13397         * src/pixmaps/dir-noselect.xpm ** REMOVED **
13398         * src/pixmaps/dir_noselect.xpm ** ADDED **
13399                 Fix pixmap name mismatch (Thanks Stephan Sachse)
13400
13401 2005-04-01 [colin]      1.9.6cvs20
13402
13403         * src/image_viewer.c
13404         * src/image_viewer.h
13405         * src/procmime.c
13406         * src/procmime.h
13407         * src/textview.c
13408         * src/textview.h
13409                 Implement inline image resizing and right-clicking
13410
13411 2005-04-01 [paul]       1.9.6cvs19
13412
13413         * AUTHORS
13414         * Makefile.am
13415         * configure.ac
13416                 check for gnome2
13417                 patch by Luca Cavalli <loopback<AT>slackit.org>
13418         * po/ru.po
13419                 updated by Pavlo Bohmat
13420
13421 2005-03-31 [colin]      1.9.6cvs18
13422
13423         * src/news.c
13424                 Fix parsing references
13425         * src/msgcache.c
13426                 don't put nulls in the references list
13427         * src/procheader.c
13428                 commit that forgotten file in 1.9.6cvs14
13429
13430 2005-03-31 [colin]      1.9.6cvs17
13431
13432         * src/compose.c
13433                 Fix joining of signature separator again. 
13434                 Maybe Hiro could put it in main too...
13435
13436 2005-03-31 [colin]      1.9.6cvs16
13437
13438         * src/Makefile.am
13439         * src/foldersel.c
13440         * src/stock_pixmap.c
13441         * src/stock_pixmap.h
13442         * src/pixmaps/dir-noselect.xpm
13443                 Update foldersel.c (sync from main, patch by Alfons)
13444
13445 2005-03-30 [colin]      1.9.6cvs15
13446
13447         * src/imap.c
13448                 Fix handling of imap folders containing [] in 
13449                 their name. Thanks to Nahuel Angelinetti for
13450                 the detailed bugreport.
13451
13452 2005-03-30 [colin]      1.9.6cvs14
13453
13454         * src/common/utils.h
13455         * src/common/utils.c
13456         * src/common/defs.h
13457         * src/matcher.c
13458         * src/msgcache.c
13459         * src/news.c
13460         * src/procmsg.c
13461         * src/procmsg.h
13462         * src/quote_fmt_parse.y
13463         * src/summaryview.c
13464                 Update references system. Patch by Alfons
13465
13466 2005-03-30 [colin]      1.9.6cvs13
13467
13468         * src/common/socket.c
13469                 Force the glibc to read resolv.conf again when 
13470                 it has changed. Should fix issues when changing
13471                 networks on a laptop and not restarting sylpheed. 
13472
13473 2005-03-30 [paul]       1.9.6cvs12
13474
13475         partial sync with main:
13476
13477         * src/action.c
13478                 create_io_dialog(): use user-defined text font
13479                 (thanks to Alfons), and modified its appearance.
13480         * src/addrgather.c
13481         * src/addrharvest.c
13482         * src/browseldap.c
13483                 replace old code
13484         * src/compose.c
13485                 don't join (presumably) itemized lines on line-wrapping
13486                 fixed wrapping of quote when auto-wrapping is enabled
13487                 compose_destroy(): destroy paned only if it's not
13488                 attached to window. Fixed memory leak of popup menu.
13489         * src/exphtmldlg.c
13490         * src/expldifdlg.c
13491                 replace old code
13492         * src/html.c
13493         * src/html.h
13494         * src/importmutt.c
13495         * src/importpine.c
13496                 replace old code
13497         * src/main.c
13498                 removed redundant code
13499         * src/mainwindow.c
13500                 changed 'Code set' (which is rather incorrect)
13501                 in the menu to 'Character encoding'
13502                 main_window_set_widgets(): request size first
13503                 to prevent window size becoming wrong
13504                 fixed remembering of the state of the visibility
13505                 of MessageView
13506         * src/messageview.c
13507                 changed 'Code set' (which is rather incorrect)
13508                 in the menu to 'Character encoding'
13509         * src/prefs_common.c
13510         * src/prefs_common.h
13511                 added an option whether to render HTML as text or not
13512                 added separators to outgoing encoding menu
13513         * src/procheader.c
13514                 procheader_scan_date_string(): support header
13515                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13516         * src/summaryview.c
13517         * src/summaryview.h
13518                 minor code cleanup
13519         * src/textview.c
13520                 textview_show_html(): force output of newline
13521                 added an option whether to render HTML as text or not
13522         * src/common/utils.c
13523                 strncpy2(): optimized based on Alfons' code
13524         * src/gtk/gtkutils.c
13525         * src/gtk/gtkutils.h
13526                 removed non-used code
13527         * src/plugins/pgpmime/passphrase.c
13528                 partially fixed grab input of passphrase dialog
13529                 Confine pointer to window
13530
13531 2005-03-30 [colin]      1.9.6cvs11
13532
13533         * src/msgcache.c
13534         * src/msgcache.h
13535                 Read/write 32bit ints from cache & marks
13536                 From main.
13537
13538 2005-03-29 [paul]       1.9.6cvs10
13539
13540         * AUTHORS
13541         * ChangeLog.claws
13542         * src/compose.c
13543         * src/gtk/gtkaspell.c
13544                 sync with HEAD (don't pass NULL pointers) 
13545
13546 2005-03-24 [paul]
13547
13548         * tools/Makefile.am
13549         * tools/README
13550         * tools/acroread2sylpheed.pl
13551                 sync with HEAD (add script to send pdfs as
13552                 attachments from Adobe Reader 7)
13553
13554 2005-03-21 [paul]       1.9.6cvs9
13555
13556         * configure.ac
13557         * po/POTFILES.in
13558         * src/Makefile.am
13559         * src/crash.c
13560         * src/image_viewer.c ** ADDED **
13561         * src/image_viewer.h ** ADDED **
13562         * src/main.c
13563         * src/prefs_common.c
13564         * src/prefs_common.h
13565         * src/prefs_image_viewer.c ** ADDED **
13566         * src/prefs_image_viewer.h ** ADDED **
13567         * src/textview.c
13568         * src/gtk/about.c
13569         * src/pixmaps/sylpheed_logo.xpm
13570         * src/plugins/Makefile.am
13571         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13572         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13573         * src/plugins/image_viewer/plugin.c ** REMOVED **
13574         * src/plugins/image_viewer/viewer.c ** REMOVED **
13575         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13576         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13577         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13578         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13579         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13580                 as gdk-pixbuf is now built-in
13581                 remove image_viewer plugin and put code back into
13582                 main codebase
13583                 implement inline image display (sync with main)
13584
13585                 replace logo with newer, nicer, larger version  
13586
13587 2005-03-21 [paul]       1.9.6cvs8
13588
13589         * src/gtk/about.c
13590                 cosmetic improvement
13591
13592 2005-03-21 [holger]     1.9.6cvs7
13593
13594         * src/plugins/spamassassin/spamassassin.c
13595                 Sync with HEAD
13596                 (unregister hook on failed plugin init)
13597
13598 2005-03-20 [colin]      1.9.6cvs6
13599
13600         * src/common/plugin.c
13601                 Check that plugin isn't already loaded
13602                 Patch by Alfons
13603
13604 2005-03-20 [thorsten]   1.9.6cvs5
13605
13606         * src/compose.c
13607                 use a more compatible syntax
13608
13609 2005-03-20 [thorsten]   1.9.6cvs4
13610
13611         * src/prefs_toolbar.c
13612                 fix crash when selecting toolbar item (uninitialized pointer)
13613
13614 2005-03-20 [thorsten]   1.9.6cvs3
13615
13616         * src/procmime.c
13617                 fix mimetype detection (referenced free()d string)
13618
13619 2005-03-20 [paul]       1.9.6cvs2
13620
13621         * src/compose.c
13622                 sync with HEAD (1.0.3cvs5)
13623                 neglect Reply-To header if empty
13624                 Patch by Alfons 
13625
13626 2005-03-19 [holger]     1.9.6cvs1
13627
13628         * src/summaryview.c
13629         * src/summaryview.h
13630                 Sync with HEAD
13631
13632 2005-03-18 [paul]       1.9.6
13633
13634         initial GTK2 release
13635
13636 2005-03-18 [paul]       1.0.3cvs3.1
13637
13638         * AUTHORS
13639         * ChangeLog.claws
13640         * configure.ac
13641         * src/gtk/about.c
13642         * src/pixmaps/sylpheed_logo.xpm
13643                 sync with HEAD
13644
13645 2005-03-18 [colin]      1.0.3cvs2.6
13646
13647         * src/summaryview.c
13648                 Remove call to summary_step in summary_copy_selected_to
13649                 Can't see its purpose, and this causes bug when copying
13650                 a message if the next one is unread: it reads it.
13651
13652 2005-03-18 [paul]       1.0.3cvs2.5
13653
13654         * src/foldersel.c
13655                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13656
13657 2005-03-18 [paul]       1.0.3cvs2.4
13658
13659         * src/addrharvest.c
13660         * src/codeconv.c
13661         * src/codeconv.h
13662         * src/compose.c
13663         * src/news.c
13664         * src/procheader.c
13665         * src/procmime.c
13666         * src/unmime.c
13667         * src/unmime.h
13668                 fix buffer overflow, CAN-2005-0667, see
13669                 http://secunia.com/advisories/14491/
13670                 Patch by Alfons
13671
13672 2005-03-17 [colin]      1.0.3cvs2.3
13673
13674         * src/prefs_fonts.c
13675         * src/summaryview.c
13676                 Fix font bugs (both lists now officialy share 
13677                 the same font)
13678                 
13679
13680 2005-03-17 [paul]       1.0.3cvs2.2
13681
13682         * src/gtk/pluginwindow.c
13683                 make plugin descriptions uneditable
13684
13685 2005-03-11 [paul]       1.0.3cvs2.1
13686
13687         * ChangeLog.claws
13688         * configure.ac
13689         * po/POTFILES.in
13690         * src/plugins/trayicon/trayicon.c
13691                 sync with HEAD
13692                 add src/wizard.c to POTFILES.in
13693
13694 2005-03-11 [paul]       1.0.3cvs1.1
13695
13696         * ChangeLog
13697         * ChangeLog.claws
13698         * configure.ac
13699         * po/de.po
13700         * po/es.po
13701         * po/fr.po
13702         * po/it.po
13703         * po/pt_BR.po
13704         * po/ru.po
13705         * po/sk.po
13706         * po/sr.po
13707         * po/zh_CN.po
13708                 sync with HEAD
13709
13710 2005-03-04 [colin]      1.0.1cvs22.2
13711
13712         * src/compose.c
13713                 Fix signatures with accentued chars in it
13714
13715 2005-03-04 [colin]      1.0.1cvs22.1
13716
13717         * src/common/smtp.c
13718         * src/common/smtp.h
13719                 Don't use SIZE param in MAIL FROM: if server 
13720                 doesn't support it. Patch by Eugen Freiter
13721                 <eugen_f@users.sf.net>
13722
13723 2005-02-27 [paul]       1.0.1cvs20.1
13724
13725         * ChangeLog.claws
13726         * configure.ac
13727         * src/messageview.c
13728                 sync with HEAD
13729
13730 2005-02-27 [colin]      1.0.1cvs19.4
13731
13732         * src/procheader.c
13733         * src/procheader.h
13734                 Fix prototypes. Patch by Alfons
13735
13736 2005-02-27 [colin]      1.0.1cvs19.3
13737
13738         * src/compose.c
13739                 Don't auto-join the signature separator.
13740
13741 2005-02-26 [colin]      1.0.1cvs19.2
13742
13743         * src/summaryview.c
13744                 Fix 'mark all read' with collapsed threads.
13745                 Patch by Alfons.
13746
13747 2005-02-25 [paul]       1.0.1cvs19.1
13748
13749         * ChangeLog.claws
13750         * configure.ac
13751         * src/prefs_account.c
13752         * src/prefs_folder_item.c
13753         * src/gtk/prefswindow.c
13754         * src/gtk/prefswindow.h
13755                 sync with HEAD
13756
13757 2005-02-25 [paul]       1.0.1cvs15.12
13758
13759         * src/alertpanel.c
13760         * src/codeconv.c
13761         * src/compose.c
13762         * src/textview.c
13763         * src/gtk/gtkutils.c
13764         * src/gtk/gtkutils.h
13765         * src/gtk/logwindow.c
13766         * src/gtk/progressdialog.c
13767                 sync with main (revision 127)
13768                 and fix logwindow clipping
13769
13770 2005-02-24 [colin]      1.0.1cvs15.11
13771
13772         * src/plugins/pgpmime/passphrase.c
13773                 Disable input grabbing; it doesn't work yet.
13774
13775 2005-02-24 [colin]      1.0.1cvs15.10
13776
13777         * src/messageview.c
13778                 Don't send out receipts if offline. Ask.
13779
13780 2005-02-23 [colin]      1.0.1cvs15.9
13781
13782         * src/summaryview.c     
13783                 Fix expanding
13784
13785 2005-02-23 [colin]      1.0.1cvs15.8
13786
13787         * src/summaryview.c
13788                 Really fix Bug 568 by removing useless
13789                 calls. summary_thread_init() now called
13790                 in summary_sort(). This should please
13791                 Alfons as it should be faster than 
13792                 previously.
13793
13794 2005-02-23 [colin]      1.0.1cvs15.7
13795
13796         * src/compose.c
13797                 Encode parts as QP or B64 if signing
13798
13799 2005-02-23 [colin]      1.0.1cvs15.6
13800
13801         * src/compose.c
13802                 Fix Mimeinfo leakage (including tmp files)
13803         * src/procmsg.c
13804                 Fix tmp file leakage (spotted by Ivan Rayner)
13805
13806 2005-02-22 [colin]      1.0.1cvs15.5
13807
13808         * src/expldifdlg.c
13809                 Fix keyboard input. Patch by Alfons.
13810
13811 2005-02-21 [colin]      1.0.1cvs15.4
13812
13813         * src/compose.c
13814                 Fix Sign/Encrypt when unselecting privacy
13815                 system
13816         * src/prefs_common.c
13817                 Change default message font to Monospace
13818         * src/summaryview.c
13819                 More freezing during potentially large operations
13820
13821 2005-02-21 [paul]       1.0.1cvs15.3
13822
13823         * src/main.c
13824                 fix --help output
13825
13826 2005-02-21 [paul]       1.0.1cvs15.2
13827
13828         * po/Makefile.in.in
13829         * src/compose.c
13830         * src/summaryview.c
13831         * src/textview.c
13832         * src/common/utils.c
13833         * src/common/utils.h
13834                 sync with main (revision 117)
13835
13836 2005-02-20 [colin]      1.0.1cvs15.1
13837
13838         * src/common/defs.h
13839                 Change cache file to .sylpheed_claws_cache, as
13840                 suggested by Alfons. Allows people to switch
13841                 between Sylpheed and Sylpheed-Claws. it is
13842                 a good idea to "Check for new messages" at next
13843                 startup.
13844
13845
13846 2005-02-18 [colin]      1.0.1cvs14.1
13847
13848         * src/quote_fmt_lex.l
13849         * src/quote_fmt_parse.y
13850                 Fix parser initialisation. Patch by Ivan.
13851
13852 2005-02-18 [colin]      1.0.1cvs11.6
13853
13854         * src/folderview.c
13855                 Fix scrolldown (bug 662)
13856
13857 2005-02-17 [colin]      1.0.1cvs11.5
13858
13859         * src/codeconv.c
13860                 conv_filename_to_utf8: return clean 7bit instead
13861                 of broken utf8 if needed
13862         * src/mimeview.c
13863                 Fix display of parts with unclean 8bit names
13864
13865 2005-02-17 [paul]       1.0.1cvs11.4
13866
13867         * src/compose.c
13868         * src/exportldif.c
13869         * src/matcher_parser_parse.y
13870         * src/procmime.c
13871         * src/sourcewindow.c
13872         * src/common/Makefile.am
13873         * src/common/intl.h             ** REMOVED **
13874         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13875                 sync with main (revision 109)
13876                 and clean up
13877
13878 2005-02-16 [colin]      1.0.1cvs11.3
13879
13880         * src/summaryview.c
13881                 Fix collapsed thread not highlighting when new
13882                 messages in it (Bug 568) Patch by Stephan Sachse.
13883                 Fix messed up selection when reaching bounds (Bug 632)
13884         * src/prefs_themes.c
13885                 Fix theme installing (Bug 684)
13886
13887 2005-02-16 [colin]      1.0.1cvs11.2
13888
13889         * src/messageview.c
13890                 Fix messageview_select_all
13891
13892 2005-02-16 [colin]      1.0.1cvs11.1
13893
13894         * src/mh.c
13895                 Sync with HEAD (MH scan required function)
13896
13897 2005-02-15 [colin]      1.0.1cvs8.1
13898
13899         * src/mimeview.c
13900         * src/common/utils.c
13901                 Sync with HEAD (filename chars substitution)
13902
13903 2005-02-15 [colin]      1.0.1cvs7.3
13904
13905         * src/gtk/pluginwindow.c
13906                 Fix button spacing
13907
13908 2005-02-15 [colin]      1.0.1cvs7.2
13909
13910         * src/mimeview.c
13911                 Fix mime icons not reset across message when
13912                 scrolled down
13913
13914 2005-02-15 [colin]      1.0.1cvs7.1
13915
13916         * src/compose.c
13917         * src/procmime.c
13918                 Sync with HEAD (optimisation of cvs6)
13919
13920 2005-02-14 [colin]      1.0.1cvs6.1
13921
13922         * src/compose.c
13923         * src/procmime.c
13924                 Sync with HEAD (encode "From " at line beginning)
13925
13926 2005-02-14 [colin]      1.0.1cvs5.3
13927
13928         * src/compose.c
13929                 Fix wrapping with accentued chars.
13930
13931 2005-02-13 [colin]      1.0.1cvs5.2
13932
13933         * src/textview.c
13934                 Fix email informative part parsing with
13935                 accentued chars in it. ispunct() returns
13936                 true for them in utf8...
13937
13938 2005-02-12 [colin]      1.0.1cvs5.1
13939
13940         * src/filtering.c
13941                 Sync with HEAD (remove wrong use of compose after send)
13942
13943 2005-02-12 [paul]       1.0.1cvs4.5
13944
13945         * src/textview.c
13946                 remove unnecessary code (thanks to Alfons)
13947
13948 2005-02-12 [paul]       1.0.1cvs4.4
13949
13950         * src/textview.c
13951                 add 'Copy' to contextual menu on emails
13952
13953 2005-02-11 [colin]      1.0.1cvs4.3
13954
13955         * src/compose.c
13956                 revert 1.0.0cvs28.2, it doesn't work that well.
13957
13958 2005-02-11 [paul]       1.0.1cvs4.2
13959
13960         * po/Makefile.in.in
13961                 fix 'make release'
13962
13963 2005-02-10 [paul]       1.0.1cvs4.1
13964
13965         * ChangeLog
13966         * ChangeLog.claws
13967         * ChangeLog.jp
13968         * configure.ac
13969         * src/compose.c
13970                 sync with HEAD (sync with main)
13971
13972 2005-02-10 [paul]       1.0.1cvs3.2
13973
13974         * AUTHORS
13975         * Makefile.am
13976         * autogen.sh
13977         * configure.ac
13978         * config/mkinstalldirs
13979         * intl/.cvsignore
13980         * intl/ChangeLog
13981         * intl/VERSION
13982         * intl/bindtextdom.c
13983         * intl/config.charset
13984         * intl/dcgettext.c
13985         * intl/dcigettext.c
13986         * intl/dcngettext.c
13987         * intl/dgettext.c
13988         * intl/dngettext.c
13989         * intl/eval-plural.h
13990         * intl/explodename.c
13991         * intl/finddomain.c
13992         * intl/gettext.c
13993         * intl/gettextP.h
13994         * intl/gmo.h
13995         * intl/hash-string.h
13996         * intl/intl-compat.c
13997         * intl/l10nflist.c
13998         * intl/libgnuintl.h.in
13999         * intl/loadinfo.h
14000         * intl/loadmsgcat.c
14001         * intl/localcharset.c
14002         * intl/localcharset.h
14003         * intl/locale.alias
14004         * intl/localealias.c
14005         * intl/localename.c
14006         * intl/log.c
14007         * intl/ngettext.c
14008         * intl/os2compat.c
14009         * intl/os2compat.h
14010         * intl/osdep.c
14011         * intl/plural-exp.c
14012         * intl/plural-exp.h
14013         * intl/plural.c
14014         * intl/plural.y
14015         * intl/ref-add.sin
14016         * intl/ref-del.sin
14017         * intl/relocatable.c
14018         * intl/relocatable.h
14019         * intl/textdomain.c
14020         * m4/Makefile.am
14021         * po/Makefile.in.in
14022         * src/Makefile.am
14023         * src/account.c
14024         * src/action.c
14025         * src/addr_compl.c
14026         * src/addressadd.c
14027         * src/addressbook.c
14028         * src/addrgather.c
14029         * src/addrindex.c
14030         * src/alertpanel.c
14031         * src/browseldap.c
14032         * src/codeconv.c
14033         * src/codeconv.h
14034         * src/compose.c
14035         * src/compose.h
14036         * src/crash.c
14037         * src/editaddress.c
14038         * src/editbook.c
14039         * src/editgroup.c
14040         * src/editjpilot.c
14041         * src/editldap.c
14042         * src/editldap_basedn.c
14043         * src/editvcard.c
14044         * src/exphtmldlg.c
14045         * src/expldifdlg.c
14046         * src/export.c
14047         * src/exporthtml.c
14048         * src/filtering.c
14049         * src/folder.c
14050         * src/folder_item_prefs.c
14051         * src/foldersel.c
14052         * src/folderview.c
14053         * src/grouplistdialog.c
14054         * src/headerview.c
14055         * src/imap.c
14056         * src/imap_gtk.c
14057         * src/import.c
14058         * src/importldif.c
14059         * src/importmutt.c
14060         * src/importpine.c
14061         * src/inc.c
14062         * src/ldif.c
14063         * src/main.c
14064         * src/mainwindow.c
14065         * src/matcher.c
14066         * src/mbox.c
14067         * src/message_search.c
14068         * src/messageview.c
14069         * src/mh.c
14070         * src/mh_gtk.c
14071         * src/mimeview.c
14072         * src/msgcache.c
14073         * src/news.c
14074         * src/news_gtk.c
14075         * src/noticeview.c
14076         * src/partial_download.c
14077         * src/pop.c
14078         * src/prefs_account.c
14079         * src/prefs_actions.c
14080         * src/prefs_common.c
14081         * src/prefs_customheader.c
14082         * src/prefs_display_header.c
14083         * src/prefs_ext_prog.c
14084         * src/prefs_filtering.c
14085         * src/prefs_filtering_action.c
14086         * src/prefs_folder_item.c
14087         * src/prefs_fonts.c
14088         * src/prefs_gtk.c
14089         * src/prefs_matcher.c
14090         * src/prefs_msg_colors.c
14091         * src/prefs_spelling.c
14092         * src/prefs_summary_column.c
14093         * src/prefs_template.c
14094         * src/prefs_themes.c
14095         * src/prefs_toolbar.c
14096         * src/prefs_wrapping.c
14097         * src/privacy.c
14098         * src/procheader.c
14099         * src/procmime.c
14100         * src/procmsg.c
14101         * src/quote_fmt.c
14102         * src/recv.c
14103         * src/send_message.c
14104         * src/setup.c
14105         * src/sourcewindow.c
14106         * src/ssl_manager.c
14107         * src/statusbar.c
14108         * src/summary_search.c
14109         * src/summaryview.c
14110         * src/textview.c
14111         * src/toolbar.c
14112         * src/wizard.c
14113         * src/common/nntp.c
14114         * src/common/plugin.c
14115         * src/common/smtp.c
14116         * src/common/ssl.c
14117         * src/common/ssl_certificate.c
14118         * src/common/string_match.c
14119         * src/common/sylpheed.c
14120         * src/common/template.c
14121         * src/common/utils.c
14122         * src/gtk/about.c
14123         * src/gtk/colorlabel.c
14124         * src/gtk/description_window.c
14125         * src/gtk/filesel.c
14126         * src/gtk/foldersort.c
14127         * src/gtk/gtkaspell.c
14128         * src/gtk/gtkutils.c
14129         * src/gtk/inputdialog.c
14130         * src/gtk/logwindow.c
14131         * src/gtk/menu.c
14132         * src/gtk/pluginwindow.c
14133         * src/gtk/prefswindow.c
14134         * src/gtk/progressdialog.c
14135         * src/gtk/quicksearch.c
14136         * src/gtk/sslcertwindow.c
14137         * src/plugins/clamav/clamav_plugin.c
14138         * src/plugins/clamav/clamav_plugin_gtk.c
14139         * src/plugins/demo/demo.c
14140         * src/plugins/dillo_viewer/dillo_prefs.c
14141         * src/plugins/dillo_viewer/dillo_viewer.c
14142         * src/plugins/image_viewer/plugin.c
14143         * src/plugins/image_viewer/viewer.c
14144         * src/plugins/image_viewer/viewerprefs.c
14145         * src/plugins/mathml_viewer/mathml_viewer.c
14146         * src/plugins/pgpmime/passphrase.c
14147         * src/plugins/pgpmime/plugin.c
14148         * src/plugins/pgpmime/prefs_gpg.c
14149         * src/plugins/pgpmime/select-keys.c
14150         * src/plugins/pgpmime/sgpgme.c
14151         * src/plugins/spamassassin/spamassassin.c
14152         * src/plugins/spamassassin/spamassassin_gtk.c
14153         * src/plugins/trayicon/trayicon.c
14154                 sync with main (revision 104)
14155
14156 2005-02-10 [colin]      1.0.1cvs3.1
14157
14158         * src/mainwindow.c
14159                 Sync with HEAD (fix occasional crasher)
14160
14161 2005-02-10 [colin]      1.0.1cvs2.1
14162
14163         * src/messageview.c
14164                 Synw with HEAD (don't automatically display html)
14165
14166 2005-02-09 [colin]      1.0.1cvs1.3
14167
14168         * src/textview.c
14169         * src/textview.h
14170                 Add contextual menu on emails
14171
14172 2005-02-09 [colin]      1.0.1cvs1.2
14173
14174         * src/codeconv.c
14175                 Fix converting from broken headers and 
14176                 put back the _ in missing places
14177                 (feature broke with cvs24.2 sync, main 
14178                  possibly affected?)
14179
14180 2005-02-09 [colin]      1.0.1cvs1.1
14181
14182         * src/messageview.c
14183         * src/mimeview.c
14184         * src/mimeview.h
14185                 Sync with HEAD (display non text/plain mails with plugin)
14186
14187 2005-02-08 [colin]      1.0.1.1
14188
14189         * ChangeLog.claws
14190         * po/pt_BR.po
14191                 Sync with HEAD
14192         * configure.ac
14193                 Make default configuration directory 
14194                 be .sylpheed-gtk2
14195
14196 2005-02-08 [colin]      1.0.0cvs29.1
14197
14198         * po/de.po
14199         * po/es.po
14200         * po/fr.po
14201         * po/it.po
14202         * po/sk.po
14203         * po/sr.po
14204                 Sync translations with HEAD
14205
14206 2005-02-06 [colin]      1.0.0cvs28.3
14207
14208         * src/compose.c
14209                 Make compose a bit faster - patch by Alfons.
14210
14211 2005-02-06 [colin]      1.0.0cvs28.2
14212
14213         * src/compose.c
14214                 Make pasting via middle-click more reliable
14215
14216 2005-02-05 [paul]       1.0.0cvs28.1
14217
14218         * ChangeLog
14219         * ChangeLog.claws
14220         * ChangeLog.jp
14221         * configure.ac
14222         * src/compose.c
14223                 sync with HEAD
14224                 (fix bug 682 'redirect is broken'
14225
14226 2005-02-05 [torte]      1.0.0cvs27.1
14227
14228         * ChangeLog.claws
14229         * configure.ac
14230         * src/partial_download.c
14231                 Sync with HEAD (fix buf overflow)
14232
14233 2005-02-03 [colin]      1.0.0cvs26.1
14234
14235         * src/common/plugin.c
14236                 Sync with HEAD (avoid plugin mismatches)
14237
14238 2005-02-03 [paul]       1.0.0cvs25.3
14239
14240         * src/folderview.c
14241         * src/headerview.c
14242         * src/summaryview.c
14243         * src/textview.c
14244         * src/gtk/colorlabel.c
14245                 third and final part of initial sync with main-gtk2
14246
14247 2005-02-03 [paul]       1.0.0cvs25.2
14248
14249         * src/jpilot.c
14250                 fix building with jpilot support
14251
14252 2005-02-02 [colin]      1.0.0cvs25.1
14253
14254         * src/messageview.c
14255                 Sync with HEAD (fix dangerous typo)
14256
14257 2005-02-01 [colin]      1.0.0cvs24.3
14258
14259         * src/common/xml.c
14260                 Write file as advertised (UTF-8)
14261
14262 2005-02-01 [paul]       1.0.0cvs24.2
14263
14264         * src/addrbook.c
14265         * src/addrindex.c
14266         * src/alertpanel.h
14267         * src/codeconv.c
14268         * src/codeconv.h
14269         * src/compose.c
14270         * src/export.c
14271         * src/folder_item_prefs.c
14272         * src/html.c
14273         * src/imap.c
14274         * src/import.c
14275         * src/jpilot.c
14276         * src/mainwindow.c
14277         * src/matcher_parser_lex.l
14278         * src/messageview.c
14279         * src/mh.c
14280         * src/prefs_account.c
14281         * src/prefs_actions.c
14282         * src/prefs_common.c
14283         * src/prefs_gtk.c
14284         * src/prefs_gtk.h
14285         * src/prefs_themes.c
14286         * src/procheader.c
14287         * src/procmime.c
14288         * src/sourcewindow.c
14289         * src/statusbar.c
14290         * src/summaryview.c
14291         * src/textview.c
14292         * src/toolbar.c
14293         * src/unmime.c
14294         * src/common/template.c
14295         * src/common/utils.c
14296         * src/common/xml.c
14297         * src/common/xml.h
14298         * src/gtk/gtkaspell.c
14299         * src/plugins/clamav/clamav_plugin.c
14300         * src/plugins/dillo_viewer/dillo_prefs.c
14301         * src/plugins/image_viewer/viewerprefs.c
14302         * src/plugins/pgpmime/passphrase.c
14303         * src/plugins/pgpmime/prefs_gpg.c
14304         * src/plugins/pgpmime/select-keys.c
14305         * src/plugins/spamassassin/spamassassin.c
14306                 second part of initial sync with main-gtk2
14307                 (more to follow)
14308
14309 2005-01-31 [colin]      1.0.0cvs24.1
14310
14311         * src/compose.c
14312                 Sync with HEAD
14313
14314 2005-01-29 [paul]       1.0.0cvs23.2
14315
14316         * src/account.c
14317         * src/action.c
14318         * src/addressadd.c
14319         * src/addressbook.c
14320         * src/alertpanel.c
14321         * src/compose.c
14322         * src/editaddress.c
14323         * src/editbook.c
14324         * src/editgroup.c
14325         * src/editjpilot.c
14326         * src/editldap.c
14327         * src/editldap_basedn.c
14328         * src/editvcard.c
14329         * src/export.c
14330         * src/foldersel.c
14331         * src/grouplistdialog.c
14332         * src/import.c
14333         * src/importldif.c
14334         * src/inc.c
14335         * src/main.c
14336         * src/mainwindow.c
14337         * src/message_search.c
14338         * src/messageview.c
14339         * src/mimeview.c
14340         * src/prefs_actions.c
14341         * src/prefs_common.c
14342         * src/prefs_common.h
14343         * src/prefs_customheader.c
14344         * src/prefs_display_header.c
14345         * src/prefs_filtering.c
14346         * src/prefs_filtering_action.c
14347         * src/prefs_gtk.c
14348         * src/prefs_matcher.c
14349         * src/prefs_summary_column.c
14350         * src/prefs_template.c
14351         * src/sourcewindow.c
14352         * src/summary_search.c
14353         * src/summaryview.c
14354         * src/textview.c
14355         * src/gtk/about.c
14356         * src/gtk/description_window.c
14357         * src/gtk/gtkshruler.c
14358         * src/gtk/gtkutils.c
14359         * src/gtk/gtkutils.h
14360         * src/gtk/inputdialog.c
14361         * src/gtk/logwindow.c
14362         * src/gtk/prefswindow.c
14363         * src/gtk/progressdialog.c
14364         * src/gtk/progressdialog.h
14365                 first part of initial sync with main-gtk2
14366                 (more to follow)
14367
14368 2005-01-28 [colin]      1.0.0cvs23.1
14369
14370         * src/folderview.c
14371                 Sync with HEAD
14372
14373 2005-01-27 [colin]      1.0.0cvs21.1
14374
14375         * src/folder.c
14376         * src/folderview.c
14377                 Sync with HEAD
14378
14379 2005-01-27 [colin]      1.0.0cvs19.1
14380
14381         * src/procmime.c
14382                 Sync with HEAD
14383
14384 2005-01-27 [colin]      1.0.0cvs18.1
14385
14386         * src/messageview.c
14387         * src/summaryview.c
14388         * src/mainwindow.c
14389         * src/compose.c
14390         * src/compose.h
14391         * src/procmsg.c
14392         * src/procmsg.h
14393         * src/toolbar.c
14394                 Sync with HEAD
14395
14396 2005-01-26 [paul]       1.0.0cvs15.2
14397
14398         * src/compose.c
14399                 compose_entries_set(): convert subject and body to
14400                 utf8 if necessary. patch by Felix Eckhofer
14401
14402 2005-01-26 [paul]       1.0.0cvs15.1
14403
14404         * configure.ac
14405         * src/common/template.c
14406                 sync with HEAD (fix memory leak)
14407
14408 2005-01-25 [paul]       1.0.0cvs14.1
14409
14410         * configure.ac
14411         * src/compose.c
14412                 sync with HEAD
14413
14414 2005-01-24 [colin]      1.0.0cvs13.1
14415
14416         * src/summaryview.c
14417                 Sync with HEAD
14418
14419 2005-01-24 [paul]       1.0.0cvs12.1
14420
14421         * configure.ac
14422         * src/messageview.c
14423         * src/mh.c
14424         * src/common/utils.c
14425                 sync with HEAD
14426
14427 2005-01-24 [colin]      1.0.0cvs11.1
14428
14429         * src/procheader.c
14430                 Sync with HEAD
14431
14432 2005-01-24 [colin]      1.0.0cvs10.1
14433
14434         * src/folderview.c
14435                 Sync with HEAD
14436
14437 2005-01-23 [colin]      1.0.0cvs9.1
14438
14439         * src/crash.c
14440                 Sync with HEAD
14441
14442 2005-01-22 [colin]      1.0.0cvs8.1
14443
14444         * src/summaryview.c
14445         * src/gtk/quicksearch.c
14446                 Sync with HEAD
14447
14448 2005-01-21 [colin]      1.0.0cvs7.1
14449
14450         * src/summaryview.c
14451                 Sync with HEAD
14452
14453 2005-01-21 [colin]      1.0.0cvs6.1
14454
14455         * src/summaryview.c
14456                 Sync with HEAD
14457
14458 2005-01-21 [colin]      1.0.0cvs5.1
14459
14460         * src/gtk/quicksearch.c
14461         * src/prefs_common.c
14462         * src/prefs_common.h
14463                 Sync with HEAD (recurse option)
14464
14465 2005-01-21 [colin]      1.0.0cvs4.1
14466
14467         * src/folder.h
14468         * src/folderview.c
14469         * src/folderview.h
14470         * src/summaryview.c
14471         * src/gtk/quicksearch.c
14472         * src/gtk/quicksearch.h
14473                 Sync with HEAD (recursive quicksearch)
14474
14475 2005-01-20 [colin]      1.0.0cvs3.4
14476
14477         * src/ssl_manager.c
14478                 Remove useless code
14479
14480 2005-01-20 [colin]      1.0.0cvs3.3
14481
14482         * src/ssl_manager.c
14483                 Fix leak, thanks to Alfons.
14484
14485 2005-01-20 [colin]      1.0.0cvs3.2
14486
14487         * src/ssl_manager.c
14488                 Port SSL certificate window to GTK2.
14489
14490 2005-01-20 [paul]       1.0.0cvs3.1
14491
14492         * ChangeLog.claws
14493         * configure.ac
14494         * src/addrindex.c
14495         * src/addrindex.h
14496                 sync with HEAD
14497
14498 2005-01-19 [colin]      1.0.0cvs2.2
14499
14500         * src/plugins/trayicon/trayicon.c
14501                 Fix freeze with gtk-2.6, the easy way
14502                 (signal blocking helpless there...)
14503                 Closes bug #668.
14504
14505 2005-01-19 [colin]      1.0.0cvs2.1
14506
14507         * src/mbox.c
14508         * src/mbox.h
14509         * src/mainwindow.c
14510         * src/summaryview.c
14511         * src/summaryview.h
14512                 Sync with HEAD
14513
14514 2005-01-19 [paul]       1.0.0cvs1.1
14515
14516         * configure.ac
14517         * po/de.po
14518         * po/es.po
14519         * po/fr.po
14520         * po/hr.po
14521         * po/it.po
14522         * po/ja.po
14523         * po/ko.po
14524         * po/pt_BR.po
14525         * po/ru.po
14526         * po/sk.po
14527         * po/sr.po
14528                 sync with HEAD (update translations)
14529
14530 2005-01-18 [colin]      1.0.0cvs0.1
14531
14532         * src/foldersel.c
14533                 Specify search column - patch by Alfons
14534
14535 2005-01-18 [colin]      0.9.13cvs36.3
14536
14537         * src/prefs_toolbar.c
14538                 Change Delete to Remove
14539         * src/prefs_fonts.c
14540                 GTK2 version and leak fixes
14541         * src/prefs_actions.c
14542                 Add stock buttons.
14543                 All patches by Alfons
14544
14545 2005-01-17 [colin]      0.9.13cvs36.2
14546
14547         * src/compose.c
14548                 Fix DnD inserting twice. While at it,
14549                 add DnD support for text/plain in the
14550                 body, and add support in the headers.
14551
14552 2005-01-16 [colin]      0.9.13cvs36.1
14553
14554         * ChangeLog
14555         * ChangeLog.jp
14556         * ChangeLog.claws
14557                 Sync with HEAD (nothing applicable)
14558
14559 2005-01-16 [colin]      0.9.13cvs33.2
14560
14561         * src/prefs_toolbar.c
14562                 GTK2ize prefs_toolbar, by Alfons.
14563
14564 2005-01-14 [colin]      0.9.13cvs33.1
14565
14566         * src/html.c
14567         * src/msgcache.c
14568                 Sync with HEAD
14569
14570 2005-01-14 [colin]      0.9.13cvs32.1
14571
14572         * src/html.c
14573         * src/html.h
14574         * src/msgcache.c
14575         * AUTHORS
14576         * tools/calypso_convert.pl
14577                 Sync with HEAD
14578
14579 2005-01-08 [colin]      0.9.13cvs29.2
14580
14581         * src/prefs_filtering_action.c
14582         * src/prefs_filtering.c
14583                 2 more gtk2 patches by Alfons
14584
14585 2005-01-07 [paul]       0.9.13cvs29.1
14586
14587         * ChangeLog
14588         * ChangeLog.claws
14589         * ChangeLog.jp
14590         * configure.ac
14591         * src/pop.c
14592         * src/pop.h
14593                 sync with HEAD
14594
14595 2005-01-07 [colin]      0.9.13cvs28.3
14596
14597         * src/gtk/progressdialog.c
14598         * src/gtk/progressdialog.h
14599         * src/inc.c
14600         * src/send_message.c
14601                 GTK2 for the incorporation dialog. The CList isn't dead
14602                 yet, for a more smooth migration. Patch by Alfons.
14603
14604 2005-01-06 [colin]      0.9.13cvs28.2
14605
14606         * src/prefs_display_header.c
14607                 GTK2 conversion by Alfons
14608         * src/prefs_actions.c
14609         * src/prefs_matcher.c
14610                 Fix 2 leaks - patch by Alfons
14611
14612 2005-01-06 [colin]      0.9.13cvs28.1
14613
14614         * src/prefs_matcher.c
14615                 Sync with HEAD
14616
14617 2005-01-06 [colin]      0.9.13cvs27.4
14618
14619         * src/prefs_matcher.c
14620                 Fix double-free. Patch by Alfons
14621
14622 2005-01-06 [colin]      0.9.13cvs27.3
14623
14624         * src/prefs_matcher.c
14625                 GTK2 widgets + memleak
14626                 Patch by Alfons
14627
14628 2005-01-05 [colin]      0.9.13cvs27.2
14629
14630         * src/account.c
14631         * src/addr_compl.c
14632         * src/foldersel.c
14633         * src/stock_pixmap.c
14634         * src/stock_pixmap.h
14635                 3 more GTK2 patches by Alfons.
14636
14637 2005-01-04 [colin]      0.9.13cvs27.1
14638
14639         * src/folderview.c
14640         * src/imap_gtk.c
14641         * src/news_gtk.c
14642                 Sync with HEAD
14643
14644 2005-01-04 [colin]      0.9.13cvs25.9
14645
14646         * src/compose.c
14647                 Fix Show Ruler menuitem
14648         * src/prefs_template.c
14649                 Convert to GTK2
14650         * src/common/utils.c
14651                 Make auto pointer stuff handles NULLs
14652                 Patches by Alfons.
14653
14654 2005-01-04 [colin]      0.9.13cvs25.8
14655
14656         * src/compose.c
14657                 Move the attachment list to gtk2
14658                 Patch by Alfons.
14659
14660 2005-01-04 [colin]      0.9.13cvs25.7
14661
14662         * src/textview.c
14663                 Make some keys work again
14664                 Patch by SungHyun Nam <namsh@kldp.org>
14665
14666 2005-01-04 [colin]      0.9.13cvs25.6
14667
14668         * src/gtk/gtkshruler.c
14669                 Move the ruler to GTK2
14670                 Patch by Alfons
14671
14672 2005-01-03 [colin]      0.9.13cvs25.5
14673
14674         * src/compose.c
14675                 Fix my broken patch apply 
14676
14677 2005-01-03 [colin]      0.9.13cvs25.4
14678
14679         * src/common/utils.c
14680         * src/common/utils.h
14681         * src/gtk/prefswindow.c
14682                 Move auto pointer stuff to utils.c
14683                 Patch by Alfons again :)
14684
14685 2005-01-03 [colin]      0.9.13cvs25.3
14686
14687         * src/compose.c
14688         * src/prefs_gtk.c
14689         * src/prefs_template.c
14690         * src/textview.c
14691                 Empty text widgets with empty strings, not NULL char
14692                 Patch by SungHyun Nam <namsh@kldp_org>
14693
14694 2005-01-03 [colin]      0.9.13cvs25.2
14695
14696         * src/main.c
14697         * AUTHORS
14698                 Sync with HEAD
14699
14700 2005-01-03 [colin]      0.9.13cvs25.1
14701
14702         * src/pop.c
14703         * src/pop.h
14704                 Sync with HEAD
14705
14706 2005-01-03 [colin]      0.9.13cvs24.3
14707
14708         * src/account.c
14709                 Two patches from Alfons and Alex S Moore:
14710                 fix images, fix return value.
14711
14712 2005-01-01 [colin]      0.9.13cvs24.2
14713
14714         * src/prefs_actions.c
14715                 Fix over-zealous assertion. Patch by Alfons
14716
14717 2005-01-01 [colin]      0.9.13cvs24.1
14718
14719         * src/procmime.c
14720                 Sync with HEAD (leak fix)
14721
14722 2004-12-31 [colin]      0.9.13cvs23.2
14723
14724         * src/prefs_common.c
14725                 GTK2 widgets + stock buttons - patch by Alfons
14726
14727 2004-12-31 [paul]       0.9.13cvs23.1
14728
14729         * configure.ac
14730                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14731         * src/gtk/pluginwindow.c
14732                 use GTK2 widgets and plug memory leaks,
14733                 patches by Alfons
14734
14735 2004-12-30 [colin]      0.9.13cvs22.4
14736
14737         * src/account.c
14738         * src/action.c
14739         * src/export.c
14740         * src/foldersel.c
14741         * src/import.c
14742         * src/message_search.c
14743         * src/prefs_actions.c
14744         * src/prefs_common.c
14745         * src/prefs_customheader.c
14746         * src/prefs_filtering.c
14747         * src/prefs_summary_column.c
14748         * src/summary_search.c
14749         * src/gtk/about.c
14750         * src/gtk/description_window.c
14751         * src/gtk/gtkutils.c
14752         * src/gtk/gtkutils.h
14753         * src/gtk/inputdialog.c
14754         * src/gtk/prefswindow.c
14755                 Use GTK2 stock buttons. Patches by Alfons.
14756
14757 2004-12-30 [colin]      0.9.13cvs22.3
14758
14759         * src/account.c
14760                 Sync with HEAD
14761         * src/prefs_actions.c
14762         * src/prefs_customheader.c
14763         * src/prefs_filtering.c
14764         * src/prefs_msg_colors.c
14765         * src/prefs_summary_column.c
14766         * src/gtk/prefswindow.c
14767                 Use GtkTreeView instead of deprecated 
14768                 widgets. Patches by Alfons.
14769
14770 2004-12-30 [paul]       0.9.13cvs22.2
14771
14772         * src/foldersel.c
14773                 use GTK 2 Tree View
14774                 patch by Alfons, with root folder sorting fix
14775                 by Stephan Sachse
14776
14777 2004-12-30 [paul]       0.9.13cvs22.1
14778
14779         * ChangeLog
14780         * ChangeLog.claws
14781         * ChangeLog.jp
14782         * NEWS
14783         * configure.ac
14784         * src/account.c
14785                 sync with HEAD
14786
14787 2004-12-22 [martin]     0.9.13cvs21.2
14788
14789         * src/action.c
14790                 free the command line after its use
14791
14792 2004-12-18 [paul]       0.9.13cvs21.1
14793
14794         * AUTHORS
14795         * ChangeLog
14796         * ChangeLog.claws
14797         * ChangeLog.jp
14798         * NEWS
14799         * configure.ac
14800         * src/action.c
14801         * src/compose.c
14802         * src/syldap.c
14803                 sync with HEAD
14804
14805 2004-12-17 [martin]     0.9.13cvs17.2
14806
14807         * src/action.c
14808                 convert actions input to locale
14809         * src/inc.c
14810                 convert notification command to locale
14811         * src/plugins/pgpmime/select-keys.c
14812                 convert attributes to utf8
14813
14814 2004-12-14 [colin]      0.9.13cvs17.1
14815
14816         * ChangeLog
14817         * ChangeLog.jp
14818         * ChangeLog.claws
14819         * src/action.c
14820         * src/common/utils.c
14821         * src/gtk/prefswindow.c
14822         * src/gtk/gtkutils.c
14823         * src/gtk/gtkutils.h
14824         * src/plugins/spamassassin/libspamc.c
14825                 Sync with HEAD
14826
14827 2004-12-13 [colin]      0.9.13cvs14.1
14828
14829         * src/quote_fmt_parse.y
14830                 Sync with HEAD
14831
14832 2004-12-10 [colin]      0.9.13cvs12.1
14833
14834         * src/prefs_themes.c
14835         * src/mainwindow.c
14836         * src/messageview.c
14837                 Sync with HEAD
14838
14839 2004-12-09 [colin]      0.9.13cvs10.1
14840
14841         * src/procmime.c
14842                 Sync with HEAD (fix B64 encoding from memory)
14843
14844 2004-12-08 [colin]      0.9.13cvs9.1
14845
14846         * src/gtk/colorlabel.c
14847                 Sync with HEAD
14848
14849 2004-12-08 [paul]       0.9.13cvs8.2
14850
14851         * src/gtk/pluginwindow.c
14852                 fix window resizing oddities
14853
14854 2004-12-08 [colin]      0.9.13cvs8.1
14855
14856         * src/quote_fmt_parse.y
14857                 Sync with HEAD
14858
14859 2004-12-08 [colin]      0.9.13cvs7.1
14860
14861         * src/matcher_parser_parse.y
14862         * src/msgcache.c
14863         * src/prefs_matcher.c
14864         * src/procheader.c
14865         * src/matcher.c
14866         * src/common/defs.h
14867         * po/sr.po
14868                 Sync with HEAD
14869
14870 2004-12-08 [colin]      0.9.13cvs6.1
14871
14872         * src/quote_fmt_parse.y
14873         * src/textview.c
14874                 Sync with HEAD
14875         * src/gtk/prefswindow.c
14876         * src/gtk/pluginwindow.c
14877                 Fix G_CALLBACKS protos (thanks to Alfons)
14878
14879 2004-12-07 [torte]      0.9.13cvs2.2
14880
14881         * src/procmime.c
14882                 [Bug 650] reply button causes crash
14883                 Thanks to David Relson and Christoph
14884
14885 2004-12-07 [colin]      0.9.13cvs2.1
14886
14887         * ChangeLog.claws
14888         * AUTHORS
14889         * po/sk.po
14890         * src/procmime.c
14891         * src/prefs_account.c
14892         * src/common/smtp.c
14893         * src/common/smtp.h
14894                 Sync with HEAD
14895
14896 2004-12-06 [colin]      0.9.12cvs187.1
14897
14898         * ChangeLog.claws
14899         * INSTALL
14900         * Makefile.am
14901         * README.claws
14902         * TODO.claws
14903         * configure.ac
14904         * po/bg.po
14905         * po/cs.po
14906         * po/el.po
14907         * po/en_GB.po
14908         * po/es.po
14909         * po/fr.po
14910         * po/hr.po
14911         * po/hu.po
14912         * po/it.po
14913         * po/ja.po
14914         * po/ko.po
14915         * po/nl.po
14916         * po/pl.po
14917         * po/pt_BR.po
14918         * po/ru.po
14919         * po/sk.po
14920         * po/sr.po
14921         * po/sv.po
14922         * po/zh_CN.po
14923         * po/zh_TW.Big5.po
14924         * src/compose.c
14925         * tools/Makefile.am
14926         * tools/README
14927         * tools/filter_conv.pl
14928         * tools/kdeservicemenu/README
14929         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14930         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14931                 Sync with HEAD
14932
14933 2004-12-04 [colin]      0.9.12cvs183.1
14934
14935         * src/compose.c
14936                 Sync with HEAD (compose window position saving)
14937
14938 2004-12-04 [paul]       0.9.12cvs182.3
14939
14940         * src/messageview.c
14941         * src/mimeview.c
14942         * src/prefs_customheader.c
14943         * src/gtk/quicksearch.c
14944                 replace some forgotten GTK_SIGNAL_FUNCs
14945
14946 2004-12-04 [paul]       0.9.12cvs182.2
14947
14948         * src/Makefile.am
14949                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14950                 committed in error      
14951
14952 2004-12-04 [paul]       0.9.12cvs182.1
14953
14954         * ChangeLog
14955         * ChangeLog.claws
14956         * ChangeLog.jp
14957         * INSTALL
14958         * NEWS
14959         * README
14960         * README.jp
14961         * configure.ac
14962         * doc/manual/ja/Makefile.am
14963         * doc/manual/ja/sylpheed-1.html
14964         * doc/manual/ja/sylpheed-10.html
14965         * doc/manual/ja/sylpheed-11.html
14966         * doc/manual/ja/sylpheed-12.html
14967         * doc/manual/ja/sylpheed-13.html
14968         * doc/manual/ja/sylpheed-14.html
14969         * doc/manual/ja/sylpheed-15.html
14970         * doc/manual/ja/sylpheed-16.html
14971         * doc/manual/ja/sylpheed-17.html
14972         * doc/manual/ja/sylpheed-18.html
14973         * doc/manual/ja/sylpheed-19.html
14974         * doc/manual/ja/sylpheed-2.html
14975         * doc/manual/ja/sylpheed-20.html
14976         * doc/manual/ja/sylpheed-3.html
14977         * doc/manual/ja/sylpheed-4.html
14978         * doc/manual/ja/sylpheed-5.html
14979         * doc/manual/ja/sylpheed-6.html
14980         * doc/manual/ja/sylpheed-7.html
14981         * doc/manual/ja/sylpheed-8.html
14982         * doc/manual/ja/sylpheed-9.html
14983         * doc/manual/ja/sylpheed.html
14984         * doc/manual/ja/sylpheed.sgml
14985         * po/de.po
14986         * src/Makefile.am
14987         * src/compose.c
14988         * src/procmime.c
14989         * src/pixmaps/regular.xpm **REMOVED**
14990         * src/plugins/pgpmime/pgpmime.c
14991         * src/plugins/pgpmime/plugin.c
14992         * src/plugins/pgpmime/prefs_gpg.c
14993                 sync with HEAD
14994
14995 2004-12-03 [paul]       0.9.12cvs180.1
14996
14997         * ChangeLog
14998         * ChangeLog.claws
14999         * ChangeLog.jp
15000         * configure.ac
15001         * src/Makefile.am
15002         * src/pop.c
15003         * src/common/utils.c
15004         * src/common/utils.h
15005         * src/pixmaps/continue.xpm
15006         * src/pixmaps/dir_close.xpm
15007         * src/pixmaps/dir_open.xpm
15008         * src/pixmaps/drafts_close.xpm
15009         * src/pixmaps/drafts_open.xpm
15010         * src/pixmaps/folder.xpm **REMOVED**
15011         * src/pixmaps/group.xpm
15012         * src/pixmaps/unread.xpm
15013                 sync with HEAD
15014
15015 2004-12-02 [colin]      0.9.12cvs179.1
15016
15017         * src/compose.c
15018                 Sync with HEAD (non-duplicated reedition)
15019
15020 2004-12-02 [colin]      0.9.12cvs178.1
15021
15022         * src/compose.c
15023                 Sync with HEAD (linewrap_quote fix)
15024
15025 2004-12-01 [colin]      0.9.12cvs177.3
15026
15027         * src/addrharvest.c
15028                 Replace sizeof with strlen
15029
15030 2004-12-01 [paul]       0.9.12cvs177.2
15031
15032         * src/addrharvest.c
15033                 fix 'harvest addresses'
15034
15035 2004-11-30 [colin]      0.9.12cvs177.1
15036
15037         * src/gtk/prefswindow.c
15038         * src/gtk/pluginwindow.c
15039                 Sync with HEAD
15040
15041 2004-11-29 [colin]      0.9.12cvs176.1
15042
15043         * src/folderview.c
15044                 sync with HEAD (Fix disappearing separators in folderview's popup)
15045
15046 2004-11-29 [colin]      0.9.12cvs175.1
15047
15048         * src/procmime.c
15049                 Sync with head (another format fix)
15050
15051 2004-11-29 [colin]      0.9.12cvs174.1
15052
15053         * src/pop.c
15054                 Sync with HEAD (format string fix)
15055
15056 2004-11-26 [colin]      0.9.12cvs173.1
15057
15058         * src/common/smtp.c
15059         * src/common/smtp.h
15060                 Sync with HEAD
15061
15062 2004-11-24 [colin]      0.9.12cvs172.1
15063
15064         * src/plugins/pgpmime/pgpmime.c
15065                 Sync with HEAD
15066
15067 2004-11-24 [colin]      0.9.12cvs171.1
15068
15069         * src/plugins/pgpmime/pgpmime.c
15070                 Sync with head (gpgmectx leaks)
15071
15072 2004-11-24 [colin]      0.9.12cvs169.1
15073
15074         * src/plugins/pgpmime/plugin.c
15075         * src/plugins/trayicon/Makefile.am
15076         * src/plugins/trayicon/newmarkedmail.xpm
15077         * src/plugins/trayicon/trayicon.c
15078         * src/plugins/trayicon/unreadmarkedmail.xpm
15079                 Sync with HEAD
15080
15081 2004-11-23 [colin]      0.9.12cvs168.1
15082
15083         * src/partial_download.c
15084         * src/partial_download.h
15085         * src/plugins/pgpmime/plugin.c
15086                 Sync with HEAD
15087
15088 2004-11-23 [colin]      0.9.12cvs166.1
15089
15090         * src/Makefile.am
15091         * src/codeconv.c
15092         * src/compose.c
15093         * src/folderview.c
15094         * src/main.c
15095         * src/partial_download.c
15096         * src/partial_download.h
15097         * src/prefs_account.c
15098         * src/prefs_account.h
15099         * src/privacy.c
15100         * src/privacy.h
15101         * src/procmime.c
15102         * src/common/Makefile.am
15103         * src/common/base64.h
15104         * src/common/partial_download.c
15105         * src/common/partial_download.h
15106         * src/gtk/prefswindow.c
15107         * src/gtk/prefswindow.h
15108         * src/plugins/pgpmime/pgpmime.c
15109         * src/plugins/pgpmime/prefs_gpg.c
15110         * src/plugins/pgpmime/prefs_gpg.h
15111         * src/plugins/pgpmime/sgpgme.c
15112         * src/plugins/pgpmime/sgpgme.h
15113                 Sync with HEAD
15114
15115 2004-11-23 [colin]      0.9.12cvs163.1
15116
15117         * src/main.c
15118                 Sync with HEAD (cursor optimization)
15119
15120 2004-11-23 [colin]      0.9.12cvs162.1
15121
15122         * src/prefs_common.c
15123         * src/prefs_themes.c
15124         * src/procmsg.c
15125                 Sync with HEAD
15126
15127 2004-11-23 [colin]      0.9.12cvs158.9
15128
15129         * src/compose.c
15130                 Fix double-free when forwarding
15131         * src/msgcache.c
15132                 Fix leak on error path
15133                 
15134
15135 2004-11-23 [colin]      0.9.12cvs158.8
15136
15137         * src/compose.c
15138                 Fix possible double-free
15139                 Spotted by Alfons
15140
15141 2004-11-23 [colin]      0.9.12cvs158.7
15142
15143         * src/compose.c
15144                 Fix some signal handlers' prototypes
15145                 Spotted by Alfons
15146
15147 2004-11-22 [colin]      0.9.12cvs158.6
15148
15149         * src/compose.c
15150                 Remove unneeded code and duplicated
15151                 wrapping - patch by Alfons
15152
15153 2004-11-22 [colin]      0.9.12cvs158.5
15154
15155         * src/prefs_themes.c
15156                 Fix oversized selector
15157
15158 2004-11-22 [colin]      0.9.12cvs158.4
15159
15160         * src/compose.c
15161                 fix dump_text()
15162                 patch by Alfons
15163
15164 2004-11-19 [colin]      0.9.12cvs158.3
15165
15166         * src/textview.c
15167                 Add a context menu on links (open, copy)
15168
15169 2004-11-18 [paul]       0.9.12cvs158.2
15170
15171         * src/addrgather.c
15172         * src/exphtmldlg.c
15173         * src/expldifdlg.c
15174         * src/mimeview.c
15175         * src/prefs_common.c
15176         * src/plugins/image_viewer/viewer.c
15177         * src/plugins/spamassassin/spamassassin_gtk.c
15178                 replace deprecated gtk_notebook_set_page
15179                 and gtk_notebook_current_page
15180
15181 2004-11-18 [paul]       0.9.12cvs158.1
15182
15183         * configure.ac
15184         * src/compose.c
15185         * src/mainwindow.c
15186         * src/messageview.c
15187         * src/prefs_common.c
15188         * src/common/utils.c
15189         * src/common/utils.h
15190                 sync with HEAD
15191
15192 2004-11-17 [colin]      0.9.12cvs156.1
15193
15194         * src/prefs_account.c
15195         * src/prefs_account.h
15196         * src/procmsg.c
15197                 Sync with HEAD (add pref to store encrypted mails encrypted)
15198
15199 2004-11-17 [paul]       0.9.12cvs155.1
15200
15201         * ChangeLog
15202         * ChangeLog.claws
15203         * ChangeLog.jp
15204         * NEWS
15205         * configure.ac
15206         * src/compose.c
15207         * src/jpilot.c
15208         * src/privacy.c
15209         * src/procmime.c
15210         * src/procmime.h
15211         * src/procmsg.c
15212         * src/toolbar.c
15213         * src/pixmaps/error.xpm
15214                 sync with HEAD
15215
15216 2004-11-17 [colin]      0.9.12cvs151.1
15217
15218         * src/plugins/pgpmime/pgpmime.c
15219                 Sync with HEAD (remove debug printf)
15220
15221 2004-11-17 [colin]      0.9.12cvs150.1
15222
15223         * src/plugins/pgpmime/pgpmime.c
15224                 Sync with HEAD (off-by-one fix)
15225
15226 2004-11-17 [colin]      0.9.12cvs149.1
15227
15228         * src/procmsg.c
15229                 Sync with HEAD (coding style fixes)
15230
15231 2004-11-16 [colin]      0.9.12cvs148.1
15232
15233         * src/procmsg.c
15234                 Sync with head (Fix the fix)
15235
15236 2004-11-16 [colin]      0.9.12cvs147.1
15237
15238         * src/procmsg.c
15239                 Sync with Main (leak fix)
15240
15241 2004-11-16 [colin]      0.9.12cvs146.14
15242
15243         * src/compose.c
15244                 Remove useless chunk of code
15245                 Patch by Alfons
15246
15247 2004-11-15 [colin]      0.9.12cvs146.13
15248
15249         * src/compose.c
15250                 Fix drafting after insertion
15251                 Patch by Alfons
15252
15253 2004-11-15 [colin]      0.9.12cvs146.12
15254
15255         * src/compose.c
15256         * src/prefs_filtering.c
15257         * src/prefs_filtering_action.c
15258         * src/prefs_toolbar.c
15259                 Fix some const-correctness
15260
15261 2004-11-15 [colin]      0.9.12cvs146.11
15262
15263         * src/summaryview.c
15264         * src/prefs_themes.c
15265         * src/messageview.c
15266                 Fix some leaks
15267
15268 2004-11-15 [colin]      0.9.12cvs146.10
15269
15270         * src/codeconv.c
15271                 More unreadable locale fixes
15272
15273 2004-11-14 [colin]      0.9.12cvs146.9
15274
15275         * src/textview.c
15276                 Fix uri_security_check
15277                 Patch by Alfons
15278
15279 2004-11-13 [paul]       0.9.12cvs146.8
15280
15281         * src/folder.c
15282         * src/procmime.c
15283                 fix 2 bugs introduced in last commit
15284
15285 2004-11-13 [paul]       0.9.12cvs146.7
15286
15287         * src/compose.c
15288         * src/exporthtml.c
15289         * src/exportldif.c
15290         * src/folder.c
15291         * src/imap.c
15292         * src/imap_gtk.c
15293         * src/main.c
15294         * src/mainwindow.c
15295         * src/messageview.c
15296         * src/mh_gtk.c
15297         * src/prefs_themes.c
15298         * src/procmime.c
15299         * src/setup.c
15300         * src/summaryview.c
15301                 replace deprecated g_basename
15302
15303 2004-11-13 [paul]       0.9.12cvs146.6
15304
15305         * src/compose.c
15306         * src/imap.c
15307         * src/matcher_parser.h
15308         * src/matcher_parser_parse.y
15309         * src/prefs_filtering.c
15310         * src/prefs_filtering_action.c
15311         * src/prefs_themes.c
15312         * src/prefs_toolbar.c
15313         * src/common/utils.c
15314                 various small fixes/cleanups
15315
15316 2004-11-12 [colin]      0.9.12cvs146.5
15317
15318         * src/textview.c
15319                 Validate event's origin on visibility notify
15320                 Patch by Alfons.
15321
15322 2004-11-12 [paul]       0.9.12cvs146.4
15323
15324         * src/exporthtml.c
15325         * src/exportldif.c
15326         * src/imap.c
15327         * src/mh.c
15328         * src/mimeview.c
15329         * src/prefs_spelling.c
15330         * src/prefs_themes.c
15331                 replace deprecated g_dirname    
15332
15333 2004-11-12 [colin]      0.9.12cvs146.3
15334
15335         * src/textview.c
15336                 Some coding style fixes
15337
15338 2004-11-12 [colin]      0.9.12cvs146.2
15339
15340         * src/codeconv.c
15341                 We want to replace _all_ extended chars in
15342                 conv_unreadable_*, because any string containing
15343                 extended chars not parsing as UTF8 is 
15344                 undisplayed on gtk2.
15345
15346 2004-11-12 [paul]       0.9.12cvs146.1
15347
15348         * ChangeLog
15349         * ChangeLog.claws
15350         * ChangeLog.jp
15351         * NEWS
15352         * configure.ac
15353         * src/account.c
15354         * src/folderview.c
15355         * src/folderview.h
15356         * src/imap.c
15357         * src/imap_gtk.c
15358         * src/inc.c
15359         * src/mainwindow.c
15360         * src/mh_gtk.c
15361         * src/news_gtk.c
15362         * src/pop.c
15363         * src/prefs_account.c
15364         * src/prefs_account.h
15365         * src/prefs_ext_prog.c
15366         * src/procmime.c
15367         * src/procmime.h
15368         * src/procmsg.c
15369         * src/procmsg.h
15370         * src/summary_search.c
15371         * src/summaryview.c
15372         * src/textview.c
15373         * src/common/defs.h
15374         * src/common/utils.c
15375         * src/common/utils.h
15376         * src/gtk/menu.c
15377         * src/gtk/menu.h
15378                 sync with HEAD
15379
15380 2004-11-11 [colin]      0.9.12cvs144.2
15381
15382         * src/textview.c
15383                 Fix URI range selection (patch by Alfons)
15384
15385 2004-11-09 [colin]      0.9.12cvs144.1
15386
15387         * ChangeLog.claws
15388         * src/compose.c
15389         * src/folder.c
15390         * src/folder_item_prefs.c
15391         * src/prefs_account.c
15392         * src/prefs_account.h
15393         * src/plugins/pgpmime/pgpmime.c
15394                 Sync with HEAD
15395
15396 2004-11-08 [colin]      0.9.12cvs143.1
15397
15398         * src/summaryview.c
15399                 Sync with HEAD (optimize quicksearch)
15400
15401 2004-11-08 [colin]      0.9.12cvs142.2
15402
15403         * src/compose.c
15404                 Don't wrap when Edit/Auto wrapping is disabled
15405
15406 2004-11-08 [colin]      0.9.12cvs142.1
15407
15408         * src/textview.c
15409                 Sync with HEAD
15410
15411 2004-11-08 [colin]      0.9.12cvs141.1
15412
15413         * src/textview.c
15414                 Sync with HEAD (fix some mail URIs)
15415
15416 2004-11-08 [colin]      0.9.12cvs140.3
15417
15418         * src/textview.c
15419                 o Use text cursor instead of arrow when
15420                   not on a link
15421                 o Fix handling of contiguous links (as in
15422                   "colin@colino.net" <colin@colino.net>)
15423                   This one unveils a bug in get_email_part()
15424
15425 2004-11-07 [colin]      0.9.12cvs140.2
15426
15427         * src/textview.c
15428                 Fix memleak. Patch by Alfons.
15429
15430 2004-11-06 [colin]      0.9.12cvs140.1
15431
15432         * src/compose.c
15433                 Sync with HEAD (don't ask passphrase
15434                 when drafting)
15435
15436 2004-11-06 [paul]       0.9.12cvs139.2
15437
15438         * AUTHORS
15439         * src/textview.c
15440         * src/textview.h
15441                 textview URI handling. hovering over a 
15442                 link displays it in the status bar,
15443                 and changes the mouse pointer to a hand 
15444                 cursor. a link is activated with a single 
15445                 click. (Modified from the) patch by Jean-Yves 
15446                 Lefort <jylefort@users.sourceforge.net>
15447                 
15448
15449 2004-11-05 [colin]      0.9.12cvs139.1
15450
15451         * src/compose.c
15452         * src/procmime.c
15453                 Sync with HEAD again ^^
15454
15455 2004-11-05 [colin]      0.9.12cvs139.1
15456
15457         * src/compose.c
15458         * src/procmime.c
15459                 Sync with HEAD
15460
15461 2004-11-03 [paul]       0.9.12cvs138.1
15462
15463         * ChangeLog.claws
15464         * configure.ac
15465         * po/POTFILES.in
15466         * src/prefs_ext_prog.c
15467         * src/procmime.c
15468         * tools/kdeservicemenu/README
15469         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15470         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15471                 sync with HEAD
15472
15473 2004-11-01 [christoph]  0.9.12cvs136.2
15474
15475         * src/procmime.c
15476                 convert MIME parameters to UTF-8
15477
15478 2004-10-29 [colin]      0.9.12cvs136.1
15479
15480         * src/common/utils.c
15481                 Sync with HEAD (don't use '=' in mime boundary)
15482
15483 2004-10-29 [paul]       0.9.12cvs135.1
15484
15485         * configure.ac
15486         * doc/src/rfc2231.txt
15487         * src/procmime.c
15488         * src/common/quoted-printable.c
15489         * src/common/utils.c
15490         * src/common/utils.h
15491                 sync with HEAD
15492
15493 2004-10-27 [paul]       0.9.12cvs134.1
15494
15495         * configure.ac
15496         * src/main.c
15497         * src/procmime.c
15498         * src/plugins/pgpmime/pgpmime.c
15499                 sync with HEAD
15500
15501 2004-10-26 [paul]       0.9.12cvs132.3
15502
15503         * src/account.c
15504         * src/addressbook.c
15505         * src/addrgather.c
15506         * src/addrharvest.c
15507         * src/codeconv.c
15508         * src/compose.c
15509         * src/customheader.c
15510         * src/editaddress.c
15511         * src/editgroup.c
15512         * src/enriched.c
15513         * src/expldifdlg.c
15514         * src/exporthtml.c
15515         * src/exportldif.c
15516         * src/folder.c
15517         * src/foldersel.c
15518         * src/folderview.c
15519         * src/grouplistdialog.c
15520         * src/html.c
15521         * src/imap.c
15522         * src/jpilot.c
15523         * src/ldapserver.c
15524         * src/ldif.c
15525         * src/mimeview.c
15526         * src/news.c
15527         * src/news_gtk.c
15528         * src/pop.c
15529         * src/prefs_display_header.c
15530         * src/prefs_gtk.c
15531         * src/prefs_msg_colors.c
15532         * src/prefs_toolbar.c
15533         * src/procheader.c
15534         * src/procmime.c
15535         * src/summaryview.c
15536         * src/textview.c
15537         * src/toolbar.c
15538         * src/vcard.c
15539         * src/common/mgutils.c
15540         * src/common/nntp.c
15541         * src/common/smtp.c
15542         * src/common/template.c
15543         * src/common/utils.c
15544         * src/common/xmlprops.c
15545         * src/plugins/pgpmime/pgpmime.c
15546         * src/plugins/pgpmime/select-keys.c
15547         * src/plugins/pgpmime/sgpgme.c
15548                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15549                 g_string_sprintfa(), gtk_notebook_current_page()
15550
15551 2004-10-26 [colin]      0.9.12cvs132.2
15552
15553         * src/prefs_folder_item.c
15554                 Fix default-account selection
15555
15556 2004-10-21 [colin]      0.9.12cvs133
15557
15558         * src/compose.c
15559                 Sync with HEAD (Remove extra separator in compose's Options)
15560         * src/textview.c
15561                 Set wrapping to char
15562
15563 2004-10-21 [paul]       0.9.12cvs131.2
15564
15565         * src/compose.c
15566         * src/sourcewindow.c
15567                 fix wrapping
15568                 fix window shrinking 
15569
15570 2004-10-21 [colin]      0.9.12cvs131.1
15571
15572         * ChangeLog.claws
15573         * src/compose.c
15574                 Sync with HEAD
15575
15576 2004-10-21 [paul]       0.9.12cvs130.2
15577
15578         * src/prefs_folder_item.c
15579                 sync with HEAD (Apply to subfolders)
15580
15581 2004-10-19 [colin]      0.9.12cvs130.1
15582
15583         * ChangeLog.claws
15584         * src/compose.c
15585         * src/common/utils.c
15586         * src/gtk/menu.c
15587                 Sync with HEAD
15588
15589 2004-10-19 [colin]      0.9.12cvs128.1
15590
15591         * src/addrbook.c
15592         * src/addrcache.c
15593         * src/addressbook.c
15594         * src/codeconv.c
15595         * src/compose.c
15596         * src/customheader.c
15597         * src/editaddress.c
15598         * src/editgroup.c
15599         * src/exporthtml.c
15600         * src/folder.c
15601         * src/folderview.c
15602         * src/imap.c
15603         * src/jpilot.c
15604         * src/main.c
15605         * src/matcher_parser_parse.y
15606         * src/mbox.c
15607         * src/pop.c
15608         * src/prefs_account.c
15609         * src/prefs_gtk.c
15610         * src/prefs_msg_colors.c
15611         * src/procheader.c
15612         * src/procmime.c
15613         * src/procmime.h
15614         * src/procmsg.c
15615         * src/summaryview.c
15616         * src/textview.c
15617         * src/common/base64.c
15618         * src/common/partial_download.c
15619         * src/common/socket.c
15620         * src/common/sylpheed.c
15621         * src/common/utils.c
15622         * src/common/utils.h
15623         * src/gtk/pluginwindow.c
15624         * src/gtk/quicksearch.c
15625         * src/plugins/clamav/clamav_plugin.c
15626         * src/plugins/clamav/clamav_plugin.h
15627         * src/plugins/clamav/clamav_plugin_gtk.c
15628         * src/plugins/pgpmime/passphrase.c
15629         * src/plugins/pgpmime/pgpmime.c
15630         * src/plugins/pgpmime/plugin.c
15631         * src/plugins/pgpmime/prefs_gpg.c
15632         * src/plugins/pgpmime/prefs_gpg.h
15633         * src/plugins/pgpmime/select-keys.c
15634         * src/plugins/pgpmime/sgpgme.c
15635         * src/plugins/spamassassin/libspamc.c
15636         * src/plugins/spamassassin/spamassassin.c
15637         * src/plugins/spamassassin/spamassassin.h
15638         * src/plugins/spamassassin/spamassassin_gtk.c
15639         * src/plugins/trayicon/trayicon.c
15640         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15641                 Sync with HEAD
15642
15643 2004-10-14 [colin]      0.9.12cvs126.2
15644
15645         * src/codeconv.c
15646         * src/textview.c
15647                 Fix conv_unreadable_locale
15648
15649 2004-10-13 [colin]      0.9.12cvs126.1
15650
15651         * src/compose.c
15652                 Sync with HEAD (don't convert charset for 
15653                 drafted messages, minor cleanup)
15654
15655 2004-10-13 [colin]      0.9.12cvs125.1
15656
15657         * po/POTFILES.in
15658                 Sync with HEAD (POTFILES fix)
15659
15660 2004-10-12 [colin]      0.9.12cvs124.3
15661
15662         * src/compose.c
15663                 Fix encoding bug from latest sync
15664
15665 2004-10-12 [paul]       0.9.12cvs124.2
15666
15667         * src/plugins/pgpmime/prefs_gpg.c
15668         * src/plugins/pgpmime/prefs_gpg.h
15669                 forgotten in last commit        
15670
15671 2004-10-12 [paul]       0.9.12cvs124.1
15672
15673         * ChangeLog.claws
15674         * configure.ac
15675         * m4/spamassassin.m4
15676         * src/Makefile.am
15677         * src/account.c
15678         * src/compose.c
15679         * src/compose.h
15680         * src/crash.c
15681         * src/main.c
15682         * src/mimeview.c
15683         * src/passphrase.c
15684         * src/passphrase.h
15685         * src/prefs_account.c
15686         * src/prefs_account.h
15687         * src/prefs_common.c
15688         * src/privacy.c
15689         * src/privacy.h
15690         * src/procmime.c
15691         * src/procmime.h
15692         * src/procmsg.c
15693         * src/rfc2015.c
15694         * src/rfc2015.h
15695         * src/select-keys.c
15696         * src/select-keys.h
15697         * src/textview.c
15698         * src/common/utils.c
15699         * src/common/utils.h
15700         * src/gtk/about.c
15701         * src/plugins/pgpmime/Makefile.am
15702         * src/plugins/pgpmime/passphrase.c
15703         * src/plugins/pgpmime/passphrase.h
15704         * src/plugins/pgpmime/pgpmime.c
15705         * src/plugins/pgpmime/plugin.c
15706         * src/plugins/pgpmime/select-keys.c
15707         * src/plugins/pgpmime/select-keys.h
15708         * src/plugins/pgpmime/sgpgme.c
15709         * src/plugins/pgpmime/sgpgme.h
15710                 sync with HEAD
15711
15712 2004-10-04 [colin]      0.9.12cvs122.1
15713
15714         * src/mainwindow.c
15715         * src/messageview.c
15716         * src/messageview.h
15717         * src/textview.c
15718                 Sync with HEAD
15719
15720 2004-10-04 [colin]      0.9.12cvs121.1
15721
15722         * src/summaryview.c
15723                 Sync with HEAD
15724
15725 2004-10-04 [paul]       0.9.12cvs120.1
15726
15727         * configure.ac
15728                 sync with HEAD [don't try to build 
15729                 pgpmime plugin when gpgme is disabled]
15730
15731 2004-10-03 [colin]      0.9.12cvs119.3
15732
15733         * src/gtk/gtksctree.c
15734                 Lots of side effects. Put back as before 117.2.
15735         * src/summaryview.c
15736                 Fix bug #602
15737
15738 2004-10-03 [colin]      0.9.12cvs119.2
15739
15740         * src/gtk/gtksctree.c
15741                 Revert 608 fix that doesn't work that good
15742
15743 2004-10-02 [colin]      0.9.12cvs119.1
15744
15745         * src/mainwindow.c
15746         * src/messageview.c
15747         * src/prefs_common.h
15748         * src/procmime.c
15749         * src/procmime.h
15750         * src/textview.c
15751                 Sync with HEAD
15752         * src/gtk/gtksctree.c
15753                 Close bug #608
15754
15755 2004-10-01 [colin]      0.9.12cvs118.1
15756
15757         * src/mimeview.c
15758                 Sync with HEAD (better Save All fix)
15759
15760 2004-10-01 [colin]      0.9.12cvs117.2
15761
15762         * src/gtk/gtksctree.c
15763                 Faster on selection
15764
15765 2004-10-01 [colin]      0.9.12cvs117.1
15766
15767         * src/mimeview.c
15768                 Sync with HEAD (Save All: only attachments)
15769
15770 2004-10-01 [paul]       0.9.12cvs116.1
15771
15772         * ChangeLog.claws
15773         * configure.ac
15774         * src/account.c
15775         * src/prefs_common.c
15776         * src/gtk/colorlabel.c
15777                 sync with HEAD
15778
15779 2004-09-30 [colin]      0.9.12cvs115.1
15780
15781         * src/stock_pixmap.c
15782         * src/stock_pixmap.h
15783         * src/folderview.c
15784         * src/Makefile.am
15785         * src/pixmaps/read.xpm
15786                 Sync with HEAD (new pixmap)
15787
15788 2004-09-29 [colin]      0.9.12cvs114.1
15789
15790         * src/compose.c
15791                 Sync with HEAD
15792                 Fix focus handling in headers
15793
15794 2004-09-29 [paul]       0.9.12cvs113.1
15795
15796         * src/quote_fmt_parse.y
15797                 sync with HEAD
15798  
15799
15800 2004-09-28 [colin]      0.9.12cvs112.1
15801
15802         * src/folderview.c
15803         * src/mainwindow.c
15804                 Sync with HEAD
15805
15806 2004-09-28 [colin]      0.9.12cvs110.1
15807
15808         * src/folderview.c
15809                 Sync with HEAD (Contextual Empty trash menu)
15810
15811 2004-09-28 [colin]      0.9.12cvs108.1
15812
15813         * src/addressbook.c
15814                 Sync with HEAD (addressbook edit on double-click)
15815
15816 2004-09-28 [colin]      0.9.12cvs106.1
15817
15818         * src/inc.c
15819                 Sync with HEAD (folder_item freeze on inc)
15820
15821 2004-09-27 [colin]      0.9.12cvs105.1
15822
15823         * src/folderview.c
15824                 Sync with HEAD (right-align new and unread column)
15825
15826 2004-09-27 [colin]      0.9.12cvs104.1
15827
15828         * src/main.c
15829                 Sync with HEAD (revert 0.9.12cvs101)
15830
15831 2004-09-24 [colin]      0.9.12cvs103.2
15832
15833         * src/wizard.c
15834                 Fix gtk warnings and use domain part of the email address 
15835                 when domain detection fails (no dot in domain name)
15836
15837 2004-09-23 [colin]      0.9.12cvs103.1
15838
15839         * src/plugins/spamassassin/libspamc.c
15840         * src/plugins/spamassassin/libspamc.h
15841         * src/plugins/spamassassin/utils.c
15842         * src/plugins/spamassassin/utils.h
15843                 Sync with HEAD (Update spamassassin to 3.0)
15844
15845 2004-09-21 [colin]      0.9.12cvs102.3
15846
15847         * src/action.c
15848                 Add horizontal scrollbar in action io dialog as needed
15849                 Patch by Alfons.
15850
15851 2004-09-20 [colin]      0.9.12cvs102.2
15852
15853         * src/plugins/image_viewer/viewer.c
15854                 Remove imlib stuff
15855                 use gtk_pixmap_set when clearing
15856                 (would be better to use gtkImages, but causes size-allocate 
15857                 signals storm)
15858
15859 2004-09-17 [paul]       0.9.12cvs102.1
15860
15861         * ChangeLog
15862         * ChangeLog.claws
15863         * ChangeLog.jp
15864         * configure.ac
15865         * src/inc.c
15866                 sync with HEAD
15867
15868
15869 2004-09-17 [colin]      0.9.12cvs101.1
15870
15871         * ChangeLog.claws
15872         * src/main.c
15873                 Sync with HEAD (fix segs at exit)
15874
15875 2004-09-14 [colin]      0.9.12cvs99.5
15876
15877         * src/common/socket.c
15878         * AUTHORS
15879                 Fix send error on 64bit platforms
15880                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15881
15882 2004-09-14 [colin]      0.9.12cvs99.4
15883
15884         * src/action.c
15885                 Fix action output with utf8 
15886                 Patch by Alfons.
15887
15888 2004-09-14 [colin]      0.9.12cvs99.3
15889
15890         * ChangeLog.claws
15891         * src/folder.c
15892                 Sync with HEAD
15893
15894 2004-09-09 [colin]      0.9.12cvs99.2
15895
15896         * src/action.c
15897                 Fix progress bar (displaying "Completed %v/%u")
15898                 Patch by Alfons.
15899
15900 2004-09-08 [colin]      0.9.12cvs99.1
15901
15902         * src/account.c
15903         * src/folder.c
15904         * src/procmsg.c
15905         * src/procmsg.h
15906         * src/plugins/pgpmime/pgpmime.c
15907                 Sync with HEAD
15908
15909 2004-09-08 [colin]      0.9.12cvs97.2
15910
15911         * src/summaryview.c
15912                 Don't select mails in collapsed threads 
15913                 when navigating with up/down
15914
15915 2004-09-07 [colin]      0.9.12cvs97.1
15916
15917         * src/inc.c
15918                 Sync with HEAD (meaningful error messages)
15919
15920 2004-09-06 [colin]      0.9.12cvs96.1
15921
15922         * src/toolbar.c
15923                 Sync with HEAD (fix Redirect graying out)
15924
15925 2004-09-06 [colin]      0.9.12cvs95.1
15926
15927         * src/summaryview.c
15928         * src/mimeview.c
15929                 Sync with HEAD (fix dropped URIs)
15930
15931 2004-09-06 [colin]      0.9.12cvs94.1
15932
15933         * src/addressbook.c
15934         * src/addressitem.h
15935         * src/addritem.c
15936         * src/addritem.h
15937                 Sync with HEAD (addressbook DnD)
15938
15939 2004-09-03 [colin]      0.9.12cvs93.1
15940
15941         * src/summaryview.c
15942                 Sync with HEAD (next/prev unread)
15943
15944 2004-09-03 [colin]      0.9.12cvs92.1
15945
15946         * src/prefs_common.c
15947         * src/prefs_common.h
15948         * src/summaryview.c
15949                 Sync with HEAD ('mark_as_read_delay' pref)
15950
15951 2004-09-02 [colin]      0.9.12cvs91.2
15952
15953         * src/common/xml.c
15954                 Fix leak
15955
15956 2004-09-02 [colin]      0.9.12cvs91.1
15957
15958         * src/gtk/menu.c
15959                 Sync with HEAD (menu accel don't work, but whatever)
15960
15961 2004-09-02 [colin]      0.9.12cvs90.1
15962
15963         * src/account.c
15964                 Sync with HEAD (fix bug 582)
15965
15966 2004-09-02 [colin]      0.9.12cvs89.1
15967
15968         * src/addrindex.c
15969                 Sync with HEAD (free deleted queries)
15970
15971 2004-09-02 [colin]      0.9.12cvs88.1
15972
15973         * src/ldapquery.c
15974                 Sync with HEAD (fix LDAP freezes)
15975
15976 2004-09-02 [colin]      0.9.12cvs87.1
15977
15978         * src/prefs_spelling.c
15979                 Sync with HEAD (add default dictionary)
15980
15981 2004-09-01 [colin]      0.9.12cvs86.1
15982
15983         * src/filtering.c
15984         * src/folderview.c
15985         * src/imap.c
15986         * src/prefs_matcher.c
15987         * src/stock_pixmap.c
15988         * src/summary_search.c
15989         * src/summaryview.c
15990         * src/wizard.c
15991         * src/wizard.h
15992                 Sync with HEAD (uninitialized vars fixes)
15993                 + gtk2 specific warning fixes
15994
15995 2004-08-31 [colin]      0.9.12cvs85.1
15996
15997         * src/folder.c
15998                 Sync with HEAD (Fix memory corruption due to 
15999                 uninitialized var)
16000
16001 2004-08-31 [colin]      0.9.12cvs84.4
16002
16003         * src/summary_search.c
16004                 Fix segfaults when searching in folders with broken headers
16005
16006 2004-08-31 [colin]      0.9.12cvs84.3
16007
16008         * src/compose.c
16009         * src/textview.c
16010                 Fix some more encoding/decoding issues
16011
16012 2004-08-30 [colin]      0.9.12cvs84.2
16013
16014         * src/mimeview.c
16015         * src/prefs_themes.c
16016         * src/gtk/filesel.c
16017         * src/gtk/filesel.h
16018                 Add a folder-mode selection (fixes mimeview's "Save all")
16019
16020 2004-08-29 [colin]      0.9.12cvs84.1
16021
16022         * src/mimeview.c
16023                 Sync with HEAD (don't escape saved filenames)
16024
16025 2004-08-27 [colin]      0.9.12cvs83.1
16026
16027         * ChangeLog
16028         * ChangeLog.claws
16029         * ChangeLog.jp
16030         * src/mh.c
16031         * src/procheader.c
16032         * src/procmsg.c
16033         * src/procmsg.h
16034         * src/common/utils.c
16035         * src/gtk/menu.h
16036         * po/
16037                 Sync with HEAD 0.9.12cvs83 (sync with main)
16038
16039 2004-08-26 [colin]      0.9.12cvs82.4
16040
16041         * src/codeconv.c
16042                 Fix strange stack corruption
16043                 Convert to utf8 after unmime, not before
16044
16045 2004-08-26 [colin]      0.9.12cvs82.3
16046
16047         * src/main.c
16048         * src/wizard.c
16049                 Fix account folders duplication
16050
16051 2004-08-25 [colin]      0.9.12cvs82.2
16052
16053         * src/wizard.c
16054                 Remove ports
16055                 Add SSL selection
16056                 Use login@server as account name
16057
16058 2004-08-25 [colin]      0.9.12cvs82.1
16059
16060         * src/plugins/pgpmime/pgpmime.c
16061                 Sync with HEAD (leak fix).
16062
16063 2004-08-25 [colin]      0.9.12cvs81.1
16064
16065         * src/plugins/pgpmime/pgpmime.c
16066         * src/plugins/pgpmime/sgpgme.c
16067         * src/plugins/pgpmime/sgpgme.h
16068                 Sync with HEAD (Handle combined messages).
16069
16070 2004-08-24 [colin]      0.9.12cvs80.3
16071
16072         * src/wizard.c
16073                 Fix full name, ports, and imap
16074
16075 2004-08-24 [colin]      0.9.12cvs80.2
16076
16077         * src/Makefile.am
16078         * src/main.c
16079         * src/setup.c
16080         * src/setup.h
16081         * src/stock_pixmap.c
16082         * src/stock_pixmap.h
16083         * src/wizard.c ** ADDED **
16084         * src/wizard.h ** ADDED ** 
16085         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16086                 Add a setup wizard 
16087
16088 2004-08-24 [colin]      0.9.12cvs80.1
16089
16090         * src/folder.c
16091                 Sync with HEAD (set mimeflags on all messages)
16092
16093 2004-08-24 [colin]      0.9.12cvs79.3
16094
16095         * src/matcher_parser_lex.l
16096                 Fix 8bits strings not in utf8
16097
16098 2004-08-24 [colin]      0.9.12cvs79.2
16099
16100         * src/compose.c
16101                 Check conversion result before replacing buffer
16102
16103 2004-08-23 [colin]      0.9.12cvs79.1
16104
16105         * src/compose.c
16106                 Sync with HEAD (create message header in memory)
16107
16108 2004-08-23 [colin]      0.9.12cvs78.1
16109
16110         * src/rfc2015.c
16111         * src/rfc2015.h
16112                 Sync with HEAD (fix bug 197 again)
16113
16114 2004-08-23 [colin]      0.9.12cvs77.3
16115
16116         * src/compose.c
16117                 Fix again inline gpg signing (which outputs utf8
16118                 in gtk2). Not syncing this fix to HEAD as this 
16119                 code is meant to die.
16120
16121 2004-08-23 [colin]      0.9.12cvs77.2
16122
16123         * src/prefs_account.h
16124                 Remove useless include
16125
16126 2004-08-23 [colin]      0.9.12cvs77.1
16127
16128         * src/imap.c
16129         * po/es.po
16130         * po/fr.po
16131         * po/it.po
16132         * po/pl.po
16133         * po/pt_BR.po
16134         * po/sk.po
16135         * po/sr.po
16136                 Sync with HEAD (fix bug 577)
16137
16138 2004-08-22 [colin]      0.9.12cvs76.1
16139
16140         * src/plugins/trayicon/trayicon.c
16141                 Sync with HEAD (fix formatting bug)
16142
16143 2004-08-21 [colin]      0.9.12cvs74.2
16144
16145         * src/gtk/colorsel.c
16146                 Fix bug 564 (Folder color selection window exits on any
16147                 keypress)
16148
16149 2004-08-21 [colin]      0.9.12cvs74.1
16150
16151         * ChangeLog.claws
16152         * src/compose.c
16153         * src/summaryview.c
16154         * src/toolbar.c
16155                 Sync with HEAD (fix bug 576)
16156
16157 2004-08-21 [colin]      0.9.12cvs70.1
16158
16159         * src/compose.c
16160         * src/mainwindow.c
16161                 Sync with HEAD
16162                 
16163
16164 2004-08-21 [paul]       0.9.12cvs66.4
16165
16166         * src/mainwindow.c
16167         * src/messageview.c
16168         * src/gtk/menu.c
16169         * src/plugins/spamassassin/spamassassin_gtk.c
16170                 remove some deprecated gtk1 functions
16171
16172
16173 2004-08-21 [colin]      0.9.12cvs66.3
16174
16175         * src/compose.c
16176         * src/codeconv.c
16177                 Fix warnings
16178                 Remove encoding hacks
16179                 Fix bug 575 (Strange character messes up message)
16180                 Don't display conversion error when drafting
16181
16182 2004-08-21 [paul]       0.9.12cvs66.2
16183
16184         * src/prefs_account.c
16185                 fix GnuPG mode bugs
16186
16187
16188 2004-08-20 [colin]      0.9.12cvs66.1
16189
16190         * src/codeconv.c
16191                 Sync with HEAD 0.9.12cvs66
16192
16193 2004-08-20 [paul]
16194
16195         * src/plugins/pgpmime/plugin.c
16196                 modify PGP/MIME plugin's description
16197
16198 2004-08-17 [colin]      0.9.12cvs65.1
16199
16200         * src/common/ssl.c
16201         * src/plugins/pgpmime/plugin.c
16202                 Sync with HEAD
16203
16204 2004-08-14 [colin]      0.9.12cvs60.3
16205
16206         * src/plugins/trayicon/trayicon.c
16207                 Put back resize callback, on size-request signal
16208                 rather than size-allocate to avoid infinite 
16209                 callback loop
16210
16211 2004-08-13 [colin]      0.9.12cvs60.2
16212
16213         * src/common/defs.h
16214                 Cache versions have been fixed
16215
16216 2004-08-13 [colin]      0.9.12cvs60.1
16217
16218         * src/folderutils.c
16219                 Sync with HEAD
16220
16221 2004-08-12 [colin]      0.9.12cvs59.1
16222
16223         * src/plugins/trayicon/trayicon.c
16224                 Sync with HEAD
16225
16226 2004-08-12 [colin]      0.9.12cvs57.5
16227
16228         * sylpheed.desktop
16229         * configure.ac
16230         * src/Makefile.am
16231         * src/main.c
16232                 Add support for Freedesktop.org's startup notification
16233
16234 2004-08-11 [colin]      0.9.12cvs57.4
16235
16236         * src/textview.c
16237                 Fix off-by-one
16238
16239 2004-08-11 [colin]      0.9.12cvs57.3
16240
16241         * src/message_search.c
16242         * src/summary_search.c
16243                 Make searches case insensitive by default
16244         * src/textview.c
16245                 Fix case-insensitive search in message
16246
16247 2004-08-11 [colin]      0.9.12cvs57.2
16248
16249         * src/summary_search.c
16250                 Let case-sensitive be specified
16251
16252 2004-08-10 [colin]      0.9.12cvs55.4
16253
16254         * src/common/socket.c
16255                 Fix the possible race condition
16256
16257 2004-08-09 [paul]       0.9.12cvs55.3
16258
16259         * configure.ac
16260         * src/Makefile.am
16261         * src/common/Makefile.am
16262                 sync with HEAD
16263
16264
16265 2004-08-09 [paul]       0.9.12cvs55.2
16266
16267         * autogen.sh
16268         * po/poconv.sh
16269                 remove unneeded script
16270
16271         * configure.ac
16272                 add forgotten USE_LDAP_TLS (sync with HEAD)
16273
16274
16275 2004-08-09 [colin]      0.9.12cvs55.1
16276
16277         * src/main.c
16278         * src/common/ssl.c
16279         * src/common/sylpheed.c
16280         * src/common/sylpheed.h
16281                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
16282
16283 2004-08-09 [paul]       0.9.12cvs54.1
16284
16285         * ChangeLog
16286         * ChangeLog.claws
16287         * ChangeLog.jp
16288         * configure.ac
16289         * po/POTFILES.in
16290         * src/Makefile.am
16291         * src/folderutils.c
16292         * src/main.c
16293         * src/pgpmime.c
16294         * src/pgpmime.h
16295         * src/sgpgme.c
16296         * src/sgpgme.h
16297         * src/plugins/Makefile.am
16298         * src/plugins/pgpmime/.cvsignore
16299         * src/plugins/pgpmime/Makefile.am
16300         * src/plugins/pgpmime/pgpmime.c
16301         * src/plugins/pgpmime/pgpmime.h
16302         * src/plugins/pgpmime/plugin.c
16303         * src/plugins/pgpmime/sgpgme.c
16304         * src/plugins/pgpmime/sgpgme.h
16305                 sync with HEAD
16306
16307 2004-08-08 [paul]       0.9.12cvs51.1
16308
16309         * configure.ac
16310         * src/folder.c
16311                 sync with HEAD
16312
16313 2004-08-07 [colin]      0.9.12cvs50.1
16314
16315         * src/pop.c
16316         * src/common/partial_download.c
16317                 fix warnings (sync from HEAD)
16318
16319 2004-08-07 [colin]      0.9.12cvs48.1
16320
16321         * src/prefs_folder_item.c
16322                 sync with HEAD 0.9.12cvs48
16323
16324 2004-08-06 [colin]      0.9.12cvs47.1
16325
16326         * src/compose.c
16327                 Sync with HEAD
16328
16329 2004-08-06 [christoph]  0.9.12cvs46.2
16330
16331         * src/main.c
16332         * src/plugins/clamav/clamav_plugin_gtk.c
16333         * src/plugins/dillo_viewer/dillo_viewer.c
16334         * src/plugins/image_viewer/plugin.c
16335         * src/plugins/mathml_viewer/mathml_viewer.c
16336         * src/plugins/spamassassin/spamassassin_gtk.c
16337         * src/plugins/trayicon/trayicon.c
16338                 don't mix GTK1.2 plugin with GTK2 plugins
16339
16340 2004-08-06 [colin]      0.9.12cvs46.1
16341
16342         * ChangeLog
16343         * ChangeLog.claws
16344         * ChangeLog.jp
16345         * configure.ac
16346         * sylpheed-claws.pc.in
16347         * src/folder.c
16348         * src/imap.c
16349         * src/localfolder.c
16350         * src/messageview.c
16351         * src/mimeview.c
16352         * src/mimeview.h
16353         * src/msgcache.c
16354         * src/news.c
16355         * src/prefs_ext_prog.c
16356         * src/prefs_folder_item.c
16357         * src/prefs_fonts.c
16358         * src/prefs_msg_colors.c
16359         * src/prefs_spelling.c
16360         * src/prefs_themes.c
16361         * src/prefs_toolbar.c
16362         * src/prefs_wrapping.c
16363         * src/procmime.h
16364         * src/common/defs.h
16365         * src/common/nntp.c
16366         * src/common/session.c
16367         * src/common/session.h
16368         * src/common/socket.c
16369         * src/common/utils.h
16370         * src/common/xml.c
16371         * src/common/xml.h
16372         * src/gtk/prefswindow.c
16373         * src/gtk/prefswindow.h
16374         * src/plugins/clamav/clamav_plugin_gtk.c
16375         * src/plugins/dillo_viewer/dillo_prefs.c
16376         * src/plugins/image_viewer/viewerprefs.c
16377         * src/plugins/spamassassin/spamassassin_gtk.c
16378         * m4/openssl.m4 *** REMOVED ***
16379                 Sync with HEAD 0.9.12cvs46
16380
16381 2004-08-03 [paul]       0.9.12cvs40.2
16382
16383         * src/action.c
16384         * src/addressadd.c
16385         * src/addressbook.c
16386         * src/addrgather.c
16387         * src/browseldap.c
16388         * src/compose.c
16389         * src/crash.c
16390         * src/editaddress.c
16391         * src/editgroup.c
16392         * src/editldap_basedn.c
16393         * src/foldersel.c
16394         * src/importldif.c
16395         * src/mimeview.c
16396         * src/prefs_common.c
16397         * src/prefs_template.c
16398         * src/sourcewindow.c
16399         * src/summaryview.c
16400         * src/gtk/about.c
16401         * src/gtk/foldersort.c
16402         * src/gtk/logwindow.c
16403         * src/gtk/pluginwindow.c
16404         * src/gtk/prefswindow.c
16405                 change all gtk_scrolled_window_set_policy from 
16406                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
16407
16408 2004-08-02 [paul]       0.9.12cvs40.1
16409
16410         * AUTHORS
16411                 update translation team section
16412         * po/pt_BR.po
16413                 updated by Frederico Goncalves Guimaraes
16414                 <fggdebian@yahoo.com.br>
16415
16416 2004-07-31 [colin]      0.9.12cvs39.9
16417
16418         * src/exphtmldlg.c
16419                 Fix compilation
16420
16421 2004-07-31 [colin]      0.9.12cvs39.8
16422
16423         * src/exphtmldlg.c
16424                 Fix an alertpanel type
16425
16426 2004-07-30 [colin]      0.9.12cvs39.7
16427
16428         * src/alertpanel.c
16429                 Fix alertpanel_error_log's icon
16430
16431 2004-07-30 [colin]      0.9.12cvs39.6
16432
16433         * src/pop.c
16434                 Two of them should still be warnings
16435
16436 2004-07-30 [colin]      0.9.12cvs39.5
16437
16438         * src/pop.c
16439                 More warning -> error
16440 2004-07-29 [colin]      0.9.12cvs39.4
16441
16442         * src/pop.c
16443                 Warning -> error
16444
16445 2004-07-29 [colin]      0.9.12cvs39.3
16446
16447         * src/prefs_matcher.c
16448                 Fix segfault
16449
16450 2004-07-29 [colin]      0.9.12cvs39.2
16451
16452         * src/alertpanel.c
16453                 More nice-looking alertpanels
16454
16455 2004-07-29 [colin]      0.9.12cvs39.1
16456
16457         * src/messageview.c
16458                 sync with head
16459                 (inform user when partial mail is deleted on server)
16460
16461 2004-07-29 [colin]      0.9.12cvs38.1
16462
16463         * src/messageview.c
16464                 sync with head
16465
16466 2004-07-28 [paul]       0.9.12cvs37.7
16467
16468         * src/mainwindow.c
16469                 complete the replacement of deprecated gtk_progress_*
16470
16471 2004-07-28 [paul]       0.9.12cvs37.6
16472
16473         * src/action.c
16474         * src/inc.c
16475         * src/mainwindow.c
16476         * src/send_message.c
16477         * src/gtk/progressdialog.c
16478         * src/gtk/progressdialog.h
16479                 replace deprecated gtk_progress_*
16480
16481 2004-07-28 [paul]       0.9.12cvs37.5
16482
16483         * src/gtk/filesel.c
16484                 remove gtk_window_set_wmclass()
16485 2004-07-28 [paul]       0.9.12cvs37.4
16486
16487         * src/addressbook.c
16488         * src/compose.c
16489         * src/foldersel.c
16490         * src/mainwindow.c
16491         * src/messageview.c
16492         * src/sourcewindow.c
16493         * src/gtk/logwindow.c
16494                 remove gtk_window_set_wmclass()
16495                 
16496         * src/prefs_filtering.c
16497         * src/prefs_filtering_action.c
16498         * src/prefs_fonts.c
16499         * src/prefs_gtk.c
16500         * src/prefs_matcher.c
16501         * src/ssl_manager.c
16502         * src/gtk/prefswindow.c
16503                 replace gtk_window_position()
16504
16505 2004-07-28 [colin]      0.9.12cvs37.3
16506
16507         * src/alertpanel.c
16508         * src/alertpanel.h
16509                 Add a way to specify panel type for specific
16510                 panels (alertpanel())
16511         * src/account.c
16512         * src/addressbook.c
16513         * src/compose.c
16514         * src/expldifdlg.c
16515         * src/main.c
16516         * src/messageview.c
16517         * src/summaryview.c
16518         * src/textview.c
16519         * src/gtk/sslcertwindow.c
16520                 Fix alertpanel()s so that their icon match
16521                 their real type
16522
16523 2004-07-28 [paul]       0.9.12cvs37.2
16524
16525         * src/addr_compl.c
16526         * src/addressbook.c
16527         * src/alertpanel.c
16528         * src/compose.c
16529         * src/export.c
16530         * src/foldersel.c
16531         * src/folderview.c
16532         * src/grouplistdialog.c
16533         * src/import.c
16534         * src/mainwindow.c
16535         * src/message_search.c
16536         * src/messageview.c
16537         * src/passphrase.c
16538         * src/prefs_actions.c
16539         * src/prefs_common.c
16540         * src/prefs_customheader.c
16541         * src/prefs_display_header.c
16542         * src/prefs_filtering.c
16543         * src/prefs_filtering_action.c
16544         * src/prefs_gtk.c
16545         * src/prefs_matcher.c
16546         * src/prefs_msg_colors.c
16547         * src/prefs_summary_column.c
16548         * src/prefs_template.c
16549         * src/sourcewindow.c
16550         * src/ssl_manager.c
16551         * src/summary_search.c
16552         * src/gtk/colorsel.c
16553         * src/gtk/description_window.c
16554         * src/gtk/gtkaspell.c
16555         * src/gtk/inputdialog.c
16556         * src/gtk/logwindow.c
16557         * src/gtk/prefswindow.c
16558         * src/gtk/progressdialog.c
16559                 replace deprecated gtk_window_set_policy
16560
16561 2004-07-27 [colin]      0.9.12cvs37.1
16562
16563         * src/msgcache.c
16564                 More fixes (synced for head again)
16565
16566 2004-07-27 [colin]      0.9.12cvs35.3
16567
16568         * src/msgcache.c
16569                 Fix wrong test
16570
16571 2004-07-27 [colin]      0.9.12cvs35.2
16572
16573         * src/mimeview.c
16574                 Fix width a bit (by Paul)
16575         * src/alertpanel.c
16576         * src/alertpanel.h
16577                 Specialize icons, make alertpanel_message()
16578                 private
16579         * src/message_search.c
16580         * src/sgpgme.c
16581         * src/summary_search.c
16582                 Suit alertpanel changes
16583
16584 2004-07-27 [colin]      0.9.12cvs35.1
16585
16586         * src/alertpanel.c
16587                 Add an icon
16588         * src/passphrase.c
16589                 Add debug output - maybe someone will
16590                 want to look at the problem with Grab
16591                 Input :)
16592         Bump version as we're synced with HEAD
16593
16594 2004-07-26 [colin]      0.9.12cvs33.26
16595
16596         * src/pop.c
16597                 Fix uidl-file parsing when not in new
16598                 format
16599
16600 2004-07-26 [colin]      0.9.12cvs33.25
16601
16602         * src/gtk/menu.c
16603                 Move popup menu up if necessary (fixes 
16604                 account selector)
16605         * src/mainwindow.c
16606                 Set account selector's button height to
16607                 minimum
16608
16609 2004-07-26 [colin]      0.9.12cvs33.24
16610
16611         * src/alertpanel.c
16612                 Maybe fix 551 (Truncated font in alert window)
16613
16614 2004-07-26 [colin]      0.9.12cvs33.23
16615
16616         * po/de.po
16617         * po/es.po
16618         * po/fr.po
16619         * po/it.po
16620         * po/ja.po
16621         * po/pl.po
16622         * po/ru.po
16623         * po/sk.po
16624         * po/sr.po
16625         * po/zh_CN.po
16626                 Sync po files with HEAD
16627
16628 2004-07-26 [paul]       0.9.12cvs33.22
16629
16630         * src/compose.c
16631                 fix Bug 556 'Organisation-header is sent even if empty'
16632
16633 2004-07-24 [colin]      0.9.12cvs33.21
16634
16635         * src/compose.c
16636         * src/gtk/gtkaspell.c
16637         * src/gtk/gtkaspell.h
16638                 Fix speller accelerators (require hack)
16639
16640 2004-07-24 [colin]      0.9.12cvs33.20
16641
16642         * src/gtk/gtkaspell.c
16643                 Fix over-eager code deletion breaking
16644                 Check while typing
16645
16646 2004-07-24 [colin]      0.9.12cvs33.19
16647
16648         * src/browseldap.c
16649         * src/ldapctrl.c
16650         * src/ldapctrl.h
16651         * src/ldapserver.h
16652                 Sync ldap with HEAD
16653         (Fixes 546 LDAP completely broken)
16654
16655 2004-07-24 [colin]      0.9.12cvs33.18
16656
16657         * src/prefs_msg_colors.c
16658                 Fix prototype mismatch
16659         (Fixes 547 void function cannot return value)
16660
16661 2004-07-24 [colin]      0.9.12cvs33.17
16662
16663         * src/mainwindow.c
16664                 Fix sort going back to previous sort key
16665                 when changing sort direction
16666
16667 2004-07-24 [colin]      0.9.12cvs33.16
16668
16669         * src/compose.c
16670                 Fix space insertion when re-wrapping at 
16671                 cursor point
16672
16673 2004-07-24 [colin]      0.9.12cvs33.15
16674
16675         * src/gtk/gtkaspell.c
16676                 Don't change cursor position in insert-text
16677                 callback
16678         (Fixes 539 Word wrapping on input transposes letters)
16679
16680 2004-07-24 [colin]      0.9.12cvs33.14
16681
16682         * src/gtk/gtkaspell.c
16683                 Reencode non-ascii chars to dictionary's
16684                 encoding
16685         (Fixes 544 Spell check broken non english locale)
16686
16687 2004-07-24 [colin]      0.9.12cvs33.13
16688
16689         * src/summaryview.c
16690                 Fix Shift+Down, add Home/End/PgUp/PgDown
16691
16692 2004-07-21 [colin]      0.9.12cvs33.12
16693
16694         * src/prefs_common.c
16695                 Fix a gtk warning (Patch by Andrej Kacian)
16696
16697 2004-07-21 [colin]      0.9.12cvs33.11
16698
16699         * src/gtk/filesel.c
16700                 More check
16701
16702 2004-07-21 [colin]      0.9.12cvs33.10
16703
16704         * src/compose.c
16705         * src/crash.c
16706         * src/export.c
16707         * src/import.c
16708         * src/messageview.c
16709         * src/mimeview.c
16710         * src/prefs_spelling.c
16711         * src/prefs_themes.c
16712         * src/summaryview.c
16713         * src/gtk/filesel.c
16714         * src/gtk/filesel.h
16715         * src/gtk/pluginwindow.c
16716                 Untwist open/save mode guessing logic, make
16717                 it explicit
16718
16719 2004-07-20 [colin]      0.9.12cvs33.9
16720
16721         * src/codeconv.c
16722                 conv_encode_header: src_charset is UTF-8 on
16723                 gtk2
16724         * src/compose.c
16725                 Remove double encoding of the headers
16726
16727 2004-07-20 [colin]      0.9.12cvs33.8
16728
16729         * src/codeconv.c
16730                 Fix typo
16731
16732 2004-07-20 [colin]      0.9.12cvs33.7
16733
16734         * src/mainwindow.c
16735                 Set the separated messageview to the saved
16736                 size of Claws' messageview (Patch by Alfons)
16737                 Fix a callback prototype (me)
16738
16739 2004-07-20 [colin]      0.9.12cvs33.6
16740
16741         * src/codeconv.h
16742                 Forgot one hunk in 0.9.12cvs33.4
16743
16744 2004-07-19 [colin]      0.9.12cvs33.5
16745
16746         * src/action.c
16747                 Action output fix
16748                 Patch by Alfons
16749
16750 2004-07-19 [colin]      0.9.12cvs33.4
16751
16752         * src/compose.c
16753                 Fix outgoing charset bug in headers
16754         * src/codeconv.c
16755                 Clean for glib2 - Patch by Alfons
16756
16757 2004-07-19 [colin]      0.9.12cvs33.3
16758
16759         * src/statusbar.c
16760                 Remove grip from the statusbar
16761                 Patch by Alfons
16762
16763 2004-07-19 [colin]      0.9.12cvs33.2
16764
16765         * src/messageview.c
16766         * src/textview.c
16767                 Fix messageview remembering the previous
16768                 scroll position when loading a new message
16769                 Patch by Alfons
16770
16771 2004-07-19 [colin]      0.9.12cvs33.1
16772
16773         * src/folder.h
16774         * src/folderview.c
16775         * src/summaryview.c
16776                 Sync with HEAD
16777
16778 2004-07-18 [colin]      0.9.12cvs32.7
16779
16780         * configure.ac
16781                 Remove useless check for XIM - noticed
16782                 by Alfons
16783
16784 2004-07-18 [colin]      0.9.12cvs32.6
16785
16786         * src/summaryview.c
16787                 Remove non-modified and shift-modified
16788                 accelerators in summaryview's popup
16789                 menu, as that doesn't get catched by
16790                 the accel-activate signal catcher...
16791
16792 2004-07-18 [colin]      0.9.12cvs32.5
16793
16794         * src/prefs_common.c
16795                 Define sensible default prefs for 
16796                 wrapping
16797
16798 2004-07-18 [colin]      0.9.12cvs32.4
16799
16800         * src/compose.c
16801         * src/prefs_common.c
16802         * src/prefs_common.h
16803         * src/prefs_wrapping.c
16804                 Remove Smart Wrapping pref, which does
16805                 nothing on gtk2 branch
16806
16807 2004-07-18 [colin]      0.9.12cvs32.3
16808
16809         * src/sourcewindow.c
16810                 Proper utf8
16811
16812 2004-07-18 [colin]      0.9.12cvs32.2
16813
16814         * src/compose.c
16815                 Save attachment status when drafting
16816
16817 2004-07-18 [colin]      0.9.12cvs32.1
16818
16819         * src/gtk/filesel.c
16820                 Fix erratic folder selection in open mode
16821
16822 2004-07-18 [colin]      0.9.12cvs31.11
16823
16824         * src/pop.c
16825                 Don't let partial messages get deleted
16826                 even with "dowload all"
16827                 (0.9.12cvs31.8 fix extension)
16828 2004-07-18 [colin]      0.9.12cvs31.10
16829
16830         * src/gtk/logwindow.c
16831                 Fix log scrolling
16832
16833 2004-07-18 [colin]      0.9.12cvs31.9
16834
16835         * src/common/utils.c
16836                 Fix non-utf8 strings coming from commands
16837                 and files
16838
16839 2004-07-18 [colin]      0.9.12cvs31.8
16840
16841         * src/pop.c
16842                 Fix partial download bug with Download all
16843                 messages option
16844
16845 2004-07-18 [colin]      0.9.12cvs31.7
16846
16847         * src/textview.c
16848                 Fix bug introduced in 0.9.12cvs31.2
16849                 (blocked in select mode after double click)
16850
16851 2004-07-18 [colin]      0.9.12cvs31.6
16852
16853         * src/compose.c
16854         * src/gtk/menu.c
16855                 More glib-warning fixes
16856
16857 2004-07-18 [colin]      0.9.12cvs31.5
16858
16859         * src/compose.c
16860                 Fix trashing the primary clipboard when moving 
16861                 around with tab
16862         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16863
16864 2004-07-18 [colin]      0.9.12cvs31.4
16865
16866         * src/codeconv.c
16867                 convert unencoded iso headers to utf8
16868         (Fix Bug 538 Unencoded local characters in subject make it 
16869          disappear)
16870
16871 2004-07-18 [colin]      0.9.12cvs31.3
16872
16873         * src/compose.c
16874                 Fix tab char handling in wrapping
16875         (Fix Bug 537 Line wrap problem - TAB character treated as 
16876          one character instead of 8)
16877
16878 2004-07-18 [colin]      0.9.12cvs31.2
16879
16880         * src/textview.c
16881                 return FALSE on GDK_MOTION_NOTIFY
16882         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16883          (unable to highlight))
16884
16885 2004-07-18 [colin]      0.9.12cvs31.1
16886
16887         * src/folderview.c
16888                 Sync with 0.9.12cvs31
16889
16890 2004-07-18 [colin]      0.9.12cvs30.4
16891
16892         * src/compose.c
16893                 Also block text_inserted when inserting a file
16894
16895 2004-07-18 [colin]      0.9.12cvs30.3
16896
16897         * src/compose.c
16898                 Fix smart wrapping (block text_inserted handler
16899                 while putting quotation to avoid wrap on input,
16900                 don't join lines if next is sig separator)
16901
16902 2004-07-17 [colin]      0.9.12cvs30.2
16903
16904         * src/folderview.c
16905         * src/mainwindow.c
16906         * src/mimeview.c
16907         * src/summaryview.c
16908         * src/gtk/quicksearch.c
16909         * src/gtk/quicksearch.h
16910                 Block key events handlers *and* accels while
16911                 quicksearch is focused
16912         (Fixes Bug 534 quick-search bar not accepting certain letters)
16913
16914 2004-07-17 [colin]      0.9.12cvs30.1
16915
16916         * src/folder.h
16917         * src/folderview.c
16918         * src/summaryview.c
16919                 Sync with 0.9.12cvs30
16920
16921 2004-07-17 [colin]      0.9.12cvs28.2
16922
16923         * src/mimeview.c
16924         * src/procmime.c
16925         * src/summaryview.c
16926         * src/gtk/menu.c
16927                 Squash some compile and glib warnings
16928
16929 2004-07-17 [paul]       0.9.12cvs28.1
16930
16931         * src/mimeview.c
16932                 sync with 0.9.12cvs28 HEAD
16933
16934 2004-07-16 [paul]       0.9.12cvs26.1
16935         
16936         * src/gtk/quicksearch.c
16937         * src/account.c
16938         * src/account.h
16939         * src/compose.c
16940         * src/customheader.c
16941         * src/folder_item_prefs.c
16942         * src/main.c
16943         * src/mainwindow.c
16944         * src/messageview.c
16945         * src/mimeview.c
16946         * src/news.c
16947         * src/pgpmime.c
16948         * src/pop.c
16949         * src/pop.h
16950         * src/prefs_account.c
16951         * src/prefs_account.h
16952         * src/prefs_common.c
16953         * src/prefs_common.h
16954         * src/prefs_display_header.c
16955         * src/prefs_gtk.c
16956         * src/prefs_gtk.h
16957         * src/procheader.c
16958         * src/procmime.c
16959                 sync with 0.9.12cvs26 HEAD      
16960
16961 2004-07-15 [colin]      0.9.12cvs18.14
16962
16963         * src/folder.c
16964                 Disable GPG signature check during
16965                 folder move and scan
16966         (Closes Bug 521 Signature checking slows down Folder-Move)
16967
16968 2004-07-14 [colin]      0.9.12cvs18.13
16969
16970         * src/common/partial_download.c
16971                 update includes
16972
16973 2004-07-14 [colin]      0.9.12cvs18.12
16974
16975         * src/common/partial_download.c
16976         * src/common/partial_download.h
16977                 Move doc at top, add correct copyright
16978
16979 2004-07-14 [colin]      0.9.12cvs18.11
16980
16981         * src/folder.c
16982         * src/messageview.c
16983         * src/pop.c
16984         * src/pop.h
16985         * src/procmsg.c
16986         * src/summaryview.c
16987         * src/common/Makefile.am
16988         * src/common/partial_download.c ** NEW FILES **
16989         * src/common/partial_download.h ** NEW FILES **
16990                 Move partial-download related stuff to its
16991                 own file
16992
16993 2004-07-14 [colin]      0.9.12cvs18.10
16994
16995         * src/send_message.c
16996                 Fix smtp auth when user is null or empty
16997
16998 2004-07-13 [colin]      0.9.12cvs18.9
16999
17000         * src/gtk/quicksearch.c
17001                 Use alphabetic order
17002
17003 2004-07-13 [colin]      0.9.12cvs18.8
17004
17005         * src/pop.c
17006                 Be paranoid on the checks
17007
17008 2004-07-13 [colin]      0.9.12cvs18.7
17009
17010         * src/gtk/quicksearch.c
17011                 Fix Engrish once again
17012
17013 2004-07-13 [colin]      0.9.12cvs18.6
17014
17015         * src/procmsg.c
17016         * src/summaryview.c
17017                 Mark messages for deletion when they are about to
17018                 be removed from trash
17019
17020 2004-07-13 [colin]      0.9.12cvs18.5
17021
17022         * src/matcher.c
17023         * src/matcher.h
17024         * src/matcher_parser_parse.y
17025         * src/prefs_matcher.c
17026         * src/gtk/quicksearch.c
17027                 Add 'partial' ('p') match string to find partially
17028                 downloaded messages
17029
17030 2004-07-13 [colin]      0.9.12cvs18.4
17031
17032         * src/pop.c
17033                 Fix misplaced block
17034
17035 2004-07-13 [colin]      0.9.12cvs18.3
17036
17037         * src/pop.c
17038         * src/pop.h
17039         * src/messageview.c
17040                 Refactor API (to avoid passing 5+ params and code
17041                 duplication)
17042         * src/folder.c
17043         * src/msgcache.c
17044         * src/procheader.c
17045         * src/common/defs.h
17046                 Add planned_download to cache
17047                 Don't mess uidl file when moving partially downloaded
17048                 mails (they change folder, we should change it in the
17049                 uidl list too or we'll remove an incorrect message)
17050                 (this also helps removing hacks when changing 
17051                 planned_download in messageview.c)
17052
17053 2004-07-12 [colin]      0.9.12cvs18.2
17054
17055         * src/gtk/quicksearch.c
17056                 Fix missing status update in quicksearch
17057
17058 2004-07-12 [paul]       0.9.12cvs18.1
17059
17060         * po/POTFILES.in
17061         * src/Makefile.am
17062         * src/account.c
17063         * src/codeconv.c
17064         * src/compose.c
17065         * src/inc.c
17066         * src/main.c
17067         * src/prefs_common.c
17068         * src/procmsg.h
17069         * src/toolbar.c
17070         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17071         * src/prefs_wrapping.[ch]       ** NEW FILES **
17072         * src/common/intl.h
17073         * src/common/utils.[ch]
17074         * src/gtk/quicksearch.[ch]
17075                 sync with 0.9.12cvs18 HEAD
17076
17077 2004-07-12 [colin]      0.9.11cvs17.25
17078
17079         * src/folder.c
17080         * src/folder.h
17081                 Remove unused function added by me in 0.9.11cvs17.10
17082
17083 2004-07-11 [colin]      0.9.11cvs17.24
17084
17085         * src/inc.c
17086         * src/messageview.c
17087         * src/pop.c
17088         * src/pop.h
17089                 Use folderitem and msgnum instead of filename to
17090                 know which mail to delete
17091                 Move old partial mail deletion to pop.c
17092
17093 2004-07-10 [colin]      0.9.11cvs17.23
17094
17095         * src/inc.c
17096                 Add debug
17097         * src/pop.c
17098         * src/pop.h
17099                 Don't re-use same enums for unrelated stuff: it's 
17100                 completely misleading !
17101                 Document a bit
17102
17103 2004-07-09 [colin]      0.9.11cvs17.22
17104
17105         * src/inc.c
17106                 Remove folder-type check and do
17107                 more tests to be sure everything's
17108                 ok
17109         * src/messageview.c
17110                 Punctuation update, remove useless
17111                 code, fix two warnings
17112         * src/noticeview.c
17113                 Layout cleaning, reset 2nd button
17114                 when specifying one
17115
17116 2004-07-09 [colin]      0.9.11cvs17.21
17117
17118         * src/messageview.c
17119         * src/pop.c
17120         * src/pop.h
17121                 Allow user to change his mind
17122                 and postpone decision (by
17123                 unmarking the mail)
17124
17125 2004-07-09 [colin]      0.9.11cvs17.20
17126
17127         * src/messageview.c
17128                 Fix bug with delete state
17129         * src/pop.c
17130         * src/pop.h
17131                 Fix buffer leak (fread doesn't 
17132                 terminate buffers with \0)
17133                 Refactoring (remove magic 
17134                 numbers)
17135
17136 2004-07-09 [colin]      0.9.11cvs17.19
17137
17138         * src/pop.c
17139                 Don't log "Skipping message" if 
17140                 we're going to TOP it two lines
17141                 later
17142
17143 2004-07-09 [colin]      0.9.11cvs17.18
17144
17145         * src/messageview.c
17146                 Fix Engrish
17147
17148 2004-07-09 [colin]      0.9.11cvs17.17
17149
17150         * src/pop.c
17151                 strlen checking...
17152         * src/messageview.c
17153                 refactoring a bit
17154
17155 2004-07-08 [colin]      0.9.11cvs17.16
17156
17157         * src/noticeview.c
17158         * src/noticeview.h
17159                 Add an optional second button
17160         * src/messageview.c
17161         * src/pop.c
17162         * src/pop.h
17163                 Don't delete partially received mails after a certain
17164                 time; rather, let the user decide.
17165
17166 2004-07-08 [colin]      0.9.11cvs17.15
17167
17168         * src/common/smtp.h
17169                 Sync with HEAD
17170
17171 2004-07-08 [colin]      0.9.11cvs17.14
17172
17173         * src/messageview.c
17174         * src/common/smtp.c
17175                 Use to_human_readable() for sizes
17176
17177 2004-07-08 [colin]      0.9.11cvs17.13
17178
17179         * src/inc.c
17180         * src/messageview.c
17181         * src/pop.c
17182         * src/pop.h
17183         * src/procmsg.c
17184                 Fix partial-downloading issues:
17185                         catch unsupported TOP
17186                         don't delete partially downloaded mails before 5 days
17187                         don't update existing with non-MH folders; that'll
17188                         make dups, but it's better than trashing the folder
17189                         free new msginfo parts
17190                 Fix indentation ;-)
17191
17192 2004-07-08 [colin]      0.9.11cvs17.12
17193
17194         * src/common/smtp.c
17195         * src/common/smtp.h
17196                 Sync smtp size verification with HEAD
17197
17198 2004-07-08 [colin]      0.9.11cvs17.11
17199
17200         * src/summaryview.c
17201         * src/prefs_common.c
17202         * src/prefs_common.h
17203         * src/gtk/quicksearch.c
17204         * src/gtk/quicksearch.h
17205                 Sync sticky pref with HEAD
17206
17207 2004-07-08 [colin]      0.9.11cvs17.10
17208
17209         * src/folder.c [1.213.2.6]
17210         * src/folder.h [1.87.2.6]
17211         * src/inc.c [1.149.2.7]
17212         * src/messageview.c [1.94.2.8]
17213         * src/procheader.c [1.47.2.6]
17214         * src/procmsg.c [1.150.2.4]
17215         * src/procmsg.h [1.60.2.5]
17216         * src/pop.c [1.56.2.4]
17217         * src/pop.h [1.17.2.3]
17218                 Let too big messages get downloaded, but truncated
17219                 Add a button to download them completely
17220                 
17221 2004-07-06 [colin]      0.9.11cvs17.9
17222
17223         * src/gtk/quicksearch.c [1.1.2.3]
17224                 Add a Clear button
17225         * commitHelper
17226         * PATCHSETS
17227                 Add a script to help with cvs
17228
17229 2004-07-03 [colin]      0.9.11cvs17.8
17230
17231         * src/plugins/imageviewer/viewer.c
17232                 fix imageviewer (which was staying on the first
17233                 displayed image)
17234
17235 2004-07-03 [colin]      0.9.11cvs17.7
17236
17237         Removed FIXME_GTK2 warnings
17238         * src/gtk/gtkutils.c
17239                 useless #warnings
17240         * src/gtk/menu.c
17241                 useless #warnings (no need to mess with menu rc)
17242         * src/gtk/menu.h
17243                 unused functions
17244         
17245
17246 2004-07-03 [colin]      0.9.11cvs17.6
17247
17248         Removed FIXME_GTK2 warnings
17249         * src/codeconv.c
17250                 useless #warnings (rewrite needed)
17251         * src/compose.c
17252                 useless #warnings (rewrite needed)
17253                 useless #warnings (gtk2 is like that)
17254                 useless #warnings (previously fixed)
17255         * src/main.c
17256                 useless #warnings (previously fixed)
17257         * src/message_search.c
17258                 useless #warnings (gtk2 is like that)
17259                 Made apparent that search is case-sensitive
17260         * src/mimeview.c
17261                 useless #warnings (rewrite needed)
17262                 useless #warnings (gtk2 is like that)
17263                 reimplemented real warnings
17264         * src/prefs_common.c
17265                 Removed block cursor option (not it gtk2)
17266         * src/prefs_gtk.c
17267                 useless #warnings (rewrite needed)
17268         * src/procheader.c
17269                 useless #warnings (rewrite needed)
17270         * src/sourcewindow.c
17271                 useless #warnings (incorrect placing)
17272         * src/summary_search.c
17273                 useless #warnings (gtk2 is like that)
17274                 Made apparent that search is case-sensitive
17275         * src/action.c
17276                 useless #warnings (gtk2 is like that)
17277         * src/textview.c
17278                 useless #warnings (rewrite needed)
17279         * src/toolbar.c
17280                 useless #warnings (rewrite needed)
17281
17282 2004-07-03 [colin]      0.9.11cvs17.5
17283
17284         * src/textview.c
17285                 Fix mismerge which broke URI opening
17286                 
17287 2004-07-01 [colin]      0.9.11cvs17.4
17288
17289         * src/gtk/filesel.c
17290                 Fill filename when saving
17291                 
17292 2004-06-27 [colin]      0.9.11cvs17.3
17293
17294         * src/gtk/filesel.[ch]
17295                 Use the new GTK file selector
17296                 Update prototype to match the reality: multiple file
17297                 selection is open-only          
17298         * src/compose.c
17299                 Match the new prototypes        
17300         * configure.ac
17301                 Match the new requirements (gtk 2.4.0)
17302                         
17303 2004-06-26 [colin]      0.9.11cvs17.2
17304
17305         * src/plugins/trayicon/trayicon.c
17306                 Remove useless signal handler on resize, which causes
17307                 an infinite "loop"
17308         
17309 2004-06-26 [colin]      0.9.11cvs17.1
17310         
17311         * tools/Makefile.am
17312                 remove launch_firebird and add nautilus2sylpheed.sh
17313         * src/quicksearch.c
17314           src/summaryview.c
17315                 Fix show/hide "Extended symbols" button problem
17316                 Fix apparition at startup
17317                 Fix const warnings
17318         * src/plugins/image_viewer/Makefile.am
17319                 Fix configure 
17320         * common/ssl.c
17321                 Re-enable certificate check, as it doesn't seem to
17322                 cause Xlib errors anymore
17323
17324 2004-06-25 [paul]       0.9.11cvs17
17325
17326         * sync with 0.9.11cvs17 HEAD
17327         
17328         NOTE: QuickSearch is broken
17329
17330 2004-06-07 [colin]      0.9.10claws67.10
17331         * src/plugins/trayicon/trayicon.c
17332           src/plugins/trayicon/libeggtrayicon/Makefile.am
17333           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17334                 Fix gettextization in trayicon plugin
17335
17336 2004-06-07 [colin]      0.9.10claws67.9
17337         
17338         * src/summaryview.c
17339           src/gtk/gtksctree.[ch]
17340                 Let Shift+{Up,Down} work in summaryview
17341                 (well, Down "works" and Up works)
17342                 Let the list scroll when using these keys
17343
17344 2004-06-06 [colin]      0.9.10claws67.8
17345
17346         * src/plugins/trayicon/trayicon.c
17347                 Fix pixmap update
17348
17349 2004-06-06 [colin]      0.9.10claws67.7
17350
17351         * src/addressbook.c
17352                 Fix signal handling causing system-wide focus grab
17353
17354 2004-05-25 [paul]       0.9.10claws67.6
17355
17356         * Makefile.am
17357           src/Makefile.am
17358                 clean up
17359
17360 2004-05-25 [paul]       0.9.10claws67.5
17361
17362         * replace deprecated gtk_signal... functions
17363
17364 2004-05-23 [colin]      0.9.10claws67.4
17365
17366         * src/compose.c
17367                 Fix wrapping
17368
17369 2004-05-22 [colin]      0.9.10claws67.3
17370
17371         * src/compose.c
17372                 Re-fix [Edited] in compose.c::compose_reedit()
17373
17374 2004-05-22 [colin]      0.9.10claws67.2
17375
17376         * src/procmime.c
17377                 Fix parsing of multiparts mails
17378
17379 2004-05-22 [colin]      0.9.10claws67.1
17380
17381         * src/summaryview.c
17382                 Fix quicksearch
17383
17384 2004-05-22 [paul]       0.9.10claws67
17385
17386         * sync with 0.9.10claws67 HEAD
17387
17388 2004-05-14 [alfons]
17389
17390         * src/procmime.h
17391                 add forgotton prototype
17392
17393 2004-05-10 [paul]       0.9.10claws57
17394
17395         * sync with 0.9.10claws57 HEAD
17396
17397 2004-05-05 [paul]       0.9.9.claws1
17398
17399         * ChangeLog-gtk2        ** REMOVED **
17400           ChangeLog-gtk2.claws  ** ADDED **
17401                 rename and adopt the normal claws format
17402                 
17403         * configure.ac
17404                 require gtkmathview >= 0.5
17405
17406         * ac/*                          ** REMOVED **
17407           ac/                           ** REMOVED **
17408           intl/Makefile.in              ** REMOVED **
17409           m4/                           ** ADDED **
17410           m4/missing                    ** ADDED **
17411           m4/missing/gdk-pixbuf.m4      ** ADDED **
17412           m4/missing/gettext.m4         ** ADDED **
17413           m4/missing/gpgme.m4           ** ADDED **
17414           m4/missing/imlib.m4           ** ADDED **
17415           m4/.cvsignore                 ** ADDED **
17416           m4/Makefile.am                ** ADDED **
17417           m4/README                     ** ADDED **
17418           m4/aclocal-include.m4         ** ADDED **
17419           m4/aspell.m4                  ** ADDED **
17420           m4/check-type.m4              ** ADDED **
17421           m4/gnupg-check-typedef.m4     ** ADDED **
17422           m4/openssl.m4                 ** ADDED **
17423           m4/spamassassin.m4            ** ADDED **
17424           po/ChangeLog                  ** REMOVED **
17425           po/Makefile.in.in             ** REMOVED **
17426           po/Rules-quot                 ** REMOVED **
17427           po/boldquot.sed               ** REMOVED **
17428           po/en@boldquot.header         ** REMOVED **
17429           po/en@quot.header             ** REMOVED **
17430           po/insert-header.sin          ** REMOVED **
17431           po/quot.sed                   ** REMOVED **
17432           po/remove-potcdate.sed        ** REMOVED **
17433           po/remove-potcdate.sin        ** REMOVED **
17434           po/stamp-po                   ** REMOVED **
17435           Makefile.am
17436           autogen.sh
17437           configure.ac
17438                 enable building with automake 1.8.x
17439                 add 'autopoint --force' to autogen.sh and remove all
17440                 auto-generated files, remove ac/ directory and use
17441                 m4/ directory instead
17442                 
17443         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17444                 fix gettextization
17445
17446 2004-02-28 Colin Leroy <colin@colino.net>
17447         * src/prefs_matcher.c
17448           src/prefs_filtering.c
17449           src/prefs_filtering_action.c
17450                 Fix non-editable GtkEntries
17451
17452 2004-02-22 Thorsten Maerz <torte@netztorte.de>
17453         * src/prefs_themes.c
17454                 utf8 conversion for theme info
17455
17456 2004-02-21 Thorsten Maerz <torte@netztorte.de>
17457         * sync 0.9.9claws
17458
17459 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17460         * src/grouplistdialog.c
17461                 allow multiple selections without ctrl key
17462
17463 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17464         * src/main.c
17465                 enable customizable accelerators
17466
17467 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17468         * src/prefs_common.c
17469                 re-enable different font settings for gtk1/2
17470         * src/prefs_folder_item.c
17471                 fix folder prefs displayed wrong
17472         * src/textview.c
17473                 set 'sunken' shadow type
17474
17475 2004-02-07 Colin Leroy <colin@colino.net>
17476         * src/compose.c
17477                 Fix message being always [Edited]
17478                 Encode headers correctly (utf8 buf)
17479
17480 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17481         * src/socket.c
17482                 remove double g_source_attach()
17483                 (Thanks to Colin Leroy)
17484
17485 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17486         * src/gtk/gtksctree.c
17487                 Fix SSL certificate list not shown
17488         * src/mimeview.c
17489                 Fix clicks in mime tree
17490
17491 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17492         * src/common/socket.c
17493                 Fix SSL receive
17494         * src/compose.c
17495                 Fix clipboard menu hotkeys
17496
17497 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17498         * src/gtk/gtkaspell.[ch]
17499           src/compose.c
17500                 reimplement spellchecker
17501
17502 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17503         * src/gtk/filesel.c
17504                 crash when inserting file in compose window
17505                 (TODO: keep old selection on clicks)
17506         * src/main.c
17507                 use gtkrc-2.0 instead of gtkrc
17508
17509 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17510         * src/messageview.c
17511                 remove orphaned mimeview unref()
17512
17513 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17514         * src/grouplistdialog.c
17515                 expand nodes containing subscribed groups
17516
17517 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17518         * src/textview.c
17519                 textview: hide cursor, restore old click behaviour
17520
17521 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17522         * src/textview.c
17523                 variable names messed up
17524
17525 2004-01-17 Colin Leroy <colin@colino.net>
17526         * src/addr_compl.c
17527                 Fix completion address too thin
17528         * src/compose.c
17529                 Fix tab-to-subject behaviour
17530         * src/summaryview.c
17531                 Implement key up & down in summaryview
17532
17533 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17534
17535         * sync 098claws
17536
17537 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17538         * configure.ac
17539           Makefile.am
17540           doc/.cvsignore
17541           doc/Makefile.am
17542                 faq, man, manual moved to doc/
17543         * ac/aspell.m4
17544           ac/check-type.m4
17545           ac/gnupg-check-typedef.m4
17546           ac/openssl.m4
17547           ac/spamassassin.m4
17548           ac/missing/gdk-pixbuf.m4
17549           ac/missing/gpgme.m4
17550           ac/missing/imlib.m4
17551                 fix automake warnings
17552
17553 2003-12-06 Colin Leroy <colin@colino.net>
17554         * src/summaryview.c
17555                 Fix quicksearch
17556
17557 2003-12-05 Colin Leroy <colin@colino.net>
17558         * src/summaryview.c
17559                 Fix going to next unread folder
17560
17561 2003-12-05 Colin Leroy <colin@colino.net>
17562         * src/crash.c
17563                 Fix gtk2 compilation
17564         * src/session.c
17565                 Remove iotag source handler at disconnection
17566         * src/socket.[ch] 
17567                 Remove source handler when closing socket 
17568                 (fixes another seg)
17569
17570 2003-12-04 Colin Leroy <colin@colino.net>
17571         * src/compose.c
17572           src/prefs_account.c
17573           src/prefs_common.c
17574                 Fix some dropdown menus
17575
17576 2003-12-04 Colin Leroy <colin@colino.net>
17577         * src/compose.c
17578                 Fix event handlers on header fields
17579         * src/common/socket.c
17580           src/common/session.c
17581                 Fix segfault with callback (SSL)
17582                 Fix end of session 
17583
17584 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17585
17586         * Fix compile bug in src/compose.c
17587         * removed src/gtk/gtkstext.[ch]
17588
17589 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17590
17591         * Convert character set and escape "text" attributes in toolbar setting
17592         files.
17593         * Fixed bug in button-press-event handling.
17594
17595 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17596
17597         * Fixed bug in key-press-event handling.
17598
17599 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17600
17601         * Enabled to compile tray-icon plugin (Ad-hoc).
17602         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17603
17604 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17605
17606         * Enabled to compile on sylpheed-claws.
17607         (tray-icon plugin still cannot compile yet.)
17608
17609 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17610
17611         * Updated to 0.9.5.
17612
17613 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17614
17615         * Updated to 0.9.4.
17616         * Ported monitoring SSL mechanism to GSource of GLib2
17617         (I don't confirm it)
17618         * Added _gtk2 suffix to key name of font preference to avoid
17619         ovverwriting preference of Gtk+-1.2 version.
17620
17621 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17622
17623         * Updated to 0.9.2.
17624
17625 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17626
17627         * Updated to 0.9.1.
17628         * Translate po files into UTF-8 when execute autogen.sh.
17629
17630 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17631
17632         * Updated to 0.9.0.
17633
17634 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17635
17636         * Plugged GError related memory leaks.
17637
17638 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17639
17640         * Changed default size of fonts.
17641         * Enabled to set titile font size of warning dialog.
17642
17643 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17644
17645         * Embed a sylpheed icon into executable binary on Windows.
17646
17647 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17648
17649         * I forgot to traslate character set of element string in src/xml.c.
17650
17651 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17652
17653         * Fixed detecting bind_textdomain_codeset in configure.in.
17654         * The bug in which "Example" of "Date fromat" preference isn't displayed
17655         correctly has been fixed.
17656
17657 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17658
17659         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17660           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17661           glib-gettextize
17662           Removed intl directory.
17663           Translated po files into UTF-8.
17664           (Thanks! Ryuji Abe)
17665
17666 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17667
17668         * The bug which doesn't unscape string in xml.c has been fixed.
17669
17670 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17671
17672         * The bug which is failed to translate encoding of file name thorough
17673         file dialog has been fixed.
17674
17675 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17676
17677         * Modified to translate file names which is used in inporting/expoting
17678         mbox feature and "Save as" feature into locale encoding.
17679         * Translate file names into locale encoding when "Attache file" and
17680         "Insert file".
17681         * Force set G_BROKEN_FILENAMES environment variable.
17682         * Other minor fixes.
17683
17684 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17685
17686         * Modified to treat MH folder's name as locale encoding.
17687
17688 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17689
17690         * The bug which clash on switching candidates of auto completion of
17691         addresses, cannot use auto completion in Japanesse is fixed
17692         (Thanks! Tokunaga-san)¡¥
17693
17694 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17695
17696         * The bug which cannot switch key accelerator preference has been fixed
17697         (Thanks! smbd-san)¡¥
17698
17699 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17700
17701         * version 0.8.11-gtk2-20030314
17702
17703 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17704
17705         * The bug in which character set conversion of filtering messages has
17706         been fixed.(Thanks! COCOA-san).
17707
17708 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17709
17710         * Revived "Leave space on head" preference in "Message" category.
17711         * A bug which clash when put the cursor to end of buffer and execute
17712         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17713
17714 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17715
17716         * version 0.8.11-gtk2-20030312
17717
17718 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17719
17720         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17721         * Modified to use Pango's API directly for font preference.
17722         * Integrated GtkTextView of textview to one widget.
17723         * Set fonts of header title in textview by "header_title" tag.
17724         * Removed some deprecated codes.
17725
17726 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17727
17728         * Updated to 0.8.11.
17729         * Merged cygwin patch(Thanks! Sakai-san).
17730
17731 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17732
17733         * version 0.8.10-gtk2-20030309