a7d4a209a24ee95c8e8b643f6a3e85cca75637e5
[claws.git] / ChangeLog
1 2006-08-22 [colin]      2.4.0cvs73
2
3         * src/folder.c
4                 Set folder's mtime after writing its
5                 cache
6         * src/folderview.c
7                 Add some timing
8         * src/procmsg.c
9                 Don't do useless stuff if we don't 
10                 thread by subject
11         * src/summaryview.c
12                 Add some timing, don't deselect prior
13                 to selecting (gtksctree does it itself),
14                 remove crash avoidance hacks as it's been
15                 properly fixed since a while
16         * src/common/utils.c
17                 Optimize to_human_readable(): _() is slow,
18                 do it only once, and avoid %f format for KB
19                 (the most common in a summaryview)
20         * src/gtk/gtksctree.c
21                 Don't uselessly freeze/thaw (fixes flicker
22                 on next unread and friends), reduce number
23                 of g_list_nth/g_list_position where possible
24         * src/gtk/gtkutils.c
25         * src/gtk/gtkutils.h
26                 Reduce number of g_list_nth/g_list_position
27                 where possible.
28                 All of this makes loading as 70k folder 2.1
29                 seconds instead of 3.2 (with hot FS caches).
30                 (1.3 seconds without Date and Size columns...)
31
32 2006-08-22 [paul]       2.4.0cvs72
33
34         wrap documents and do some items from mones' MANUAL-TODO:
35
36         * manual/account.xml
37                 4.1. = fix tabname references to <quote>tabname</quote>
38                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
39         * manual/faq.xml
40                 1.1. = mentioned options don't match UI
41                 Add information about the 'Never send Return Receipts'
42                 option
43         * manual/handling.xml
44                 6.2. = Mentions Extended symbols button, but now is
45                 named Information
46                 6.3. = Mentions ... button, which is now Edit
47
48 2006-08-22 [colin]      2.4.0cvs71
49
50         * src/gtk/pluginwindow.c
51                 Fix layout in verbose translations (such
52                 as french)
53
54 2006-08-22 [paul]       2.4.0cvs70
55
56         * manual/Makefile.am
57                 build manuals in alphabetical order
58         * src/addressbook.c
59         * src/prefs_themes.c
60                 replace/remove deprecated symbols
61         * src/gtk/gtkutils.c
62                 fix a warning
63         * src/gtk/pluginwindow.c
64                 replace deprecated symbol
65                 replace label text and move it
66         * src/plugins/pgpcore/prefs_gpg.c
67                 move the 'Generate...' button out of the
68                 Sign Key frame, replace the English used
69         * src/plugins/pgpcore/sgpgme.c
70                 fixes to the English
71
72 2006-08-21 [colin]      2.4.0cvs69
73
74         * src/plugins/trayicon/trayicon.c
75                 Add more strings for translation; patch
76                 by Pawel
77
78 2006-08-21 [colin]      2.4.0cvs68
79
80         * src/compose.c
81                 fix replied flag not set after drafting
82         * src/matcher.c
83                 fix body quicksearch in non-encoded bodies
84                 containing '='
85         * src/msgcache.c
86                 Get rid of the g_malloc workaround for
87                 corrupted caches, use g_try_malloc
88
89 2006-08-21 [colin]      2.4.0cvs67
90
91         * src/alertpanel.c
92         * src/gtk/inputdialog.c
93         * src/plugins/pgpcore/passphrase.c
94                 Set minimal width to 375
95         * src/mainwindow.c
96                 Fix switching to offline, asking if it 
97                 should be overriden for synchronising
98         * src/mimeview.c
99                 Don't offer to remember command on Open 
100                 with for text parts, as the browser or 
101                 text editor command isn't changed from 
102                 there
103
104 2006-08-20 [paul]       2.4.0cvs66
105
106         * po/ko.po
107         * po/zh_CN.po
108                 fix plural form errors. revealed by stricter
109                 checking of gettext 0.15
110
111 2006-08-18 [paul]       2.4.0cvs65
112
113         * src/stock_pixmap.c
114                 fix the fix of 2.4.0cvs64
115                 Thanks to Colin
116
117 2006-08-18 [paul]       2.4.0cvs64
118
119         * src/stock_pixmap.c
120                 fix leaks
121                 Thanks to Colin
122
123 2006-08-18 [paul]       2.4.0cvs63
124
125         * src/compose.c
126         * src/procmsg.c
127                 fix occasional IMAP bug where large msgs
128                 were left in the queue folder after sending
129                 Thanks to Colin
130
131 2006-08-18 [paul]       2.4.0cvs62
132
133         * src/folderview.c
134                 freeze the summaryview while quicksearch results
135                 are displayed
136                 (fixes bug 456 'current message is hidden when the
137                 view is refreshed and extended search is "unread 
138                 messages"')
139                 Thanks to Colin
140         * src/textview.c
141                 add missing #include "inputdialog.h"
142         * src/common/utils.h
143                 add missing mailcap_update_default() and improve
144                 readability
145
146 2006-08-17 [colin]      2.4.0cvs61
147
148         * src/plugins/pgpcore/select-keys.c
149                 Fix warnings :)
150
151 2006-08-17 [colin]      2.4.0cvs60
152
153         * src/compose.c
154                 Don't continue queuing if Cancel is clicked
155                 in select-keys
156
157 2006-08-17 [colin]      2.4.0cvs59
158
159         * src/plugins/pgpcore/select-keys.c
160                 When encrypting, if only one key matches and it 
161                 matches exactly, automatically use it.
162
163 2006-08-17 [colin]      2.4.0cvs58
164
165         * src/mimeview.c
166         * src/prefs_common.c
167         * src/prefs_common.h
168         * src/prefs_ext_prog.c
169         * src/textview.c
170                 Fix issues with previous patch (text/html)
171                 Remove outdated prefs
172
173 2006-08-17 [colin]      2.4.0cvs57
174
175         * src/imap.c
176                 Add View Log button on auth error
177         * src/procmsg.c
178                 Fix encrypted mail marked as new when
179                 saved in normal folders
180         * src/plugins/pgpinline/pgpinline.c
181                 Fix encrypt bug on IMAP
182         * src/mimeview.c
183         * src/common/utils.c
184         * src/common/utils.h
185         * src/gtk/inputdialog.c
186         * src/gtk/inputdialog.h
187                 Get rid of metamail stuff, simplify
188                 opening, and allow remembering of user's
189                 choices (by updating ~/.mailcap). There's
190                 still to drop "Audio player" and "Image
191                 viewer" preferences.
192
193 2006-08-17 [mones]      2.4.0cvs56
194
195         * manual/es/sylpheed-claws-manual.xml
196                 fix DTD path
197
198 2006-08-17 [mones]      2.4.0cvs55
199
200         * configure.ac
201         * manual/Makefile.am
202         * manual/es/Makefile.am
203         * manual/es/account.xml
204         * manual/es/ack.xml
205         * manual/es/addrbook.xml
206         * manual/es/advanced.xml
207         * manual/es/faq.xml
208         * manual/es/glossary.xml
209         * manual/es/gpl.xml
210         * manual/es/handling.xml
211         * manual/es/intro.xml
212         * manual/es/keyboard.xml
213         * manual/es/plugins.xml
214         * manual/es/starting.xml
215         * manual/es/sylpheed-claws-manual.xml
216         * manual/es/dist/Makefile.am
217         * manual/es/dist/html/Makefile.am
218         * manual/es/dist/pdf/Makefile.am
219         * manual/es/dist/ps/Makefile.am
220         * manual/es/dist/txt/Makefile.am
221                 Spanish translation for the manual
222
223 2006-08-16 [colin]      2.4.0cvs54
224
225         * src/compose.c
226         * src/main.c
227         * src/mainwindow.c
228                 Fix send button sensitivity at startup
229                 Set send menu sensitivity (patch by Fabien)
230         * src/ssl_manager.c
231                 Enable closing with esc (patch by Fabien)
232         * src/gtk/foldersort.c
233                 Enable closing with esc (patch by Fabien)
234         * src/procmime.c
235                 Optimisation (no need to copy to tempfile to
236                 "decode" 7bit and 8bit)
237         * src/summaryview.c
238                 Fix cruft in swap_from case
239         * src/textview.c
240                 Fix missing last line in some mail cases 
241                 (Fixes debian #381872)
242         * src/plugins/pgpcore/prefs_gpg.c
243         * src/plugins/pgpcore/sgpgme.c
244         * src/plugins/pgpcore/sgpgme.h
245                 Don't show "no key found" when user explicitely
246                 wants to create a key
247
248 2006-08-16 [paul]       2.4.0cvs53
249
250         * configure.ac
251         * src/account.c
252         * src/addressbook.c
253         * src/headerview.c
254         * src/prefs_account.c
255         * src/prefs_message.c
256         * src/gtk/gtkutils.c
257                 bump up minimum required versions of GTK+ and
258                 GLIB to 2.6.0
259
260 2006-08-16 [paul]       2.4.0cvs52
261
262         * src/toolbar.c
263                 workaround GTK+ Bug 351600 - 'Can't re-click
264                 on button after sensitivity update'
265                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
266                 Thanks to Colin
267
268 2006-08-15 [colin]      2.4.0cvs51
269
270         * src/plugins/pgpcore/prefs_gpg.c
271                 Set options sensitivity according to
272                 key existence
273         * src/plugins/pgpcore/sgpgme.c
274                 Allow to create key with no passphrase
275
276 2006-08-14 [cleroy]     2.4.0cvs50
277
278         * src/gtk/pluginwindow.c
279                 New layout (maybe to be changed?)
280         * src/gtk/gtkutils.c
281                 Fix a bit label_window
282         * src/plugins/pgpcore/passphrase.c
283         * src/plugins/pgpcore/passphrase.h
284         * src/plugins/pgpcore/plugin.c
285         * src/plugins/pgpcore/prefs_gpg.c
286         * src/plugins/pgpcore/prefs_gpg.h
287         * src/plugins/pgpcore/sgpgme.c
288         * src/plugins/pgpcore/sgpgme.h
289                 Allow to create a PGP private key via the GUI
290
291 2006-08-14 [wwp]        2.4.0cvs49
292
293         * src/addressbook_foldersel.c
294                 fix strict ISO C90 compliance.
295
296 2006-08-14 [paul]       2.4.0cvs48
297
298         * src/gtk/prefswindow.c
299                 re-set scrolled window on opening
300                 Patch by Ticho
301
302 2006-08-14 [paul]
303
304         2.5.0-rc1 released
305
306 2006-08-14 [paul]       2.4.0cvs47
307
308         * src/prefs_display_header.c
309                 re-enable user-defined Displayed Headers
310
311 2006-08-14 [paul]       2.4.0cvs46
312
313         * src/prefs_account.c
314                 use GTK_STOCK_EDIT
315
316 2006-08-13 [colin]      2.4.0cvs45
317
318         * src/common/utils.c
319                 Fix "a" in quote when the original message is empty,
320                 by using \0 instead of 'a' to test writability of
321                 temp files.
322
323 2006-08-13 [wwp]        2.4.0cvs44
324
325         * src/plugins/spamassassin/spamassassin.c
326                 fix capitalization of "SpamAssassin" in some debug, log and
327                 dialog messages.
328
329 2006-08-13 [paul]       2.4.0cvs43
330
331         * src/editldap.c
332                 fix overlapping widgets
333         * src/prefs_account.c
334                 fix translation of protocol_names[]
335                 fix label disappearing off the edge of the
336                 visible area
337
338 2006-08-12 [paul]       2.4.0cvs42
339
340         * manual/plugins.xml
341                 update IRC channel info before it gets forgotten
342                 about
343
344 2006-08-11 [colin]      2.4.0cvs41
345
346         * src/compose.c
347         * src/mainwindow.c
348         * src/mainwindow.h
349         * src/procmsg.c
350         * src/procmsg.h
351         * src/summaryview.c
352         * src/toolbar.c
353                 Grey out the Send button if
354                 - Queue folders are empty, or
355                 - We're sending already
356
357 2006-08-11 [wwp]        2.4.0cvs40
358
359         * src/main.c
360                 fix a logic issue when quitting while a compose window is
361                 still open, thanks to Colin.
362
363 2006-08-10 [colin]      2.4.0cvs39
364
365         * src/main.c
366                 Fix default font size setting after wizard run
367         * src/imap.c
368         * src/etpan/imap-thread.c
369         * src/etpan/imap-thread.h
370                 Fix bug #999 (Timing out on TSL cert validation 
371                 dialog makes ugly things happen). Also, STARTTLS
372                 unconditionnaly if initial capabilities contain
373                 LOGINDISABLED and STARTTLS.
374
375 2006-08-09 [colin]      2.4.0cvs38
376
377         * src/mainwindow.c
378         * src/mainwindow.h
379                 Fix Tools/Actions sensitivity when there are
380                 no actions
381
382 2006-08-09 [colin]      2.4.0cvs37
383
384         * src/prefs_filtering.c
385                 Warning fix, patch by Paul
386         * src/messageview.c
387         * src/prefs_actions.c
388         * src/prefs_filtering_action.c
389         * src/prefs_matcher.c
390                 Uniformisation of "Info ..." to "Info..." (for
391                 old gtk), patch by Fabien
392         * src/plugins/clamav/clamav_plugin_gtk.c
393                 Sensitivity fix by Fabien
394
395 2006-08-09 [colin]      2.4.0cvs36
396
397         * src/main.c
398         * src/main.h
399                 Add a function to know whether we're exiting
400         * src/plugins/trayicon/trayicon.c
401                 If exiting, don't do anything. Faster, and
402                 avoids gtk_main_iteration reentracy causing
403                 segfaults at exit
404
405 2006-08-09 [colin]      2.4.0cvs35
406
407         * src/messageview.c
408         * src/mimeview.c
409         * src/mimeview.h
410                 Fix lack of part selection when automatically 
411                 jumping to a specific part
412         * src/msgcache.c
413                 Little optimisation in cache reading
414
415 2006-08-09 [colin]      2.4.0cvs34
416
417         * src/compose.c
418                 Fix crash setting the priority on reedit
419                 (Accessing compose before creating it!)
420
421 2006-08-08 [colin]      2.4.0cvs33
422
423         * src/procmime.c
424                 Fix bug #998 (last attachment is not accessible)
425                 Bad RFC interpretation on multipart close-delimiters
426         * src/mimeview.c
427         * src/mimeview.h
428         * src/gtk/gtkvscrollbutton.c
429         * src/gtk/gtkvscrollbutton.h
430                 Make attachments list wheel-scrollable
431
432 2006-08-07 [colin]      2.4.0cvs32
433
434         * src/gtk/gtkaspell.c
435                 Fix bug #973 (Unicode punctation characters 
436                 are not recognized as separators by the
437                 spell checker); fix unsigned stuff
438
439 2006-08-07 [colin]      2.4.0cvs31
440
441         * src/compose.c
442                 Fix bug #956 (DnD text with accents in compose 
443                 text entry); fix gccc's signed/unsigned fuss
444
445 2006-08-06 [colin]      2.4.0cvs30
446
447         * src/main.c
448                 Fix bug #979 (Plugin crashes when exiting 
449                 sylpheed-claws) : handle exit request only 
450                 once
451
452 2006-08-05 [colin]      2.4.0cvs29
453
454         * src/news.c
455                 Just make sure we have a msgid.
456
457 2006-08-05 [colin]      2.4.0cvs28
458
459         * src/news.c
460         * src/summaryview.c
461                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
462                 by reimplementing it
463         * src/textview.c
464                 Fix bug when hiding quotes with level > 3 and quote
465                 colors are recycled
466
467 2006-08-04 [colin]      2.4.0cvs27
468
469         * src/compose.c
470         * src/undo.c
471         * src/undo.h
472                 Fix a bit replace-by-pasting undo
473         * src/mainwindow.c
474         * src/messageview.c
475                 Fix Fold quotes menu synchro in
476                 mainwindow when it changes in 
477                 messageview
478         * src/textview.c
479                 Fix right-click on quotes blocks
480         * src/common/utils.c
481                 Verify that the file created by
482                 my_tmpfile() is writable. Fixes
483                 bug #988 (very specific filesystem
484                 issue)
485         * src/plugins/pgpcore/sgpgme.c
486                 Fix file descriptor leak
487         * src/plugins/spamassassin/spamassassin.c
488                 Warn once if spamd isn't reachable
489
490 2006-08-04 [colin]      2.4.0cvs26
491
492         * src/toolbar.c
493                 i18n context patch by Fabien
494
495 2006-08-03 [colin]      2.4.0cvs25
496
497         * src/mainwindow.c
498         * src/messageview.c
499                 Rename "Hide quotes" to "Fold quotes"
500         * src/textview.c
501                 Don't use hand cursor on quotes. "all 
502                 the bonuses of the feature and none of 
503                 unwelcome side-effects"
504
505 2006-08-03 [colin]      2.4.0cvs24
506
507         * AUTHORS
508         * sylpheed-claws.desktop
509         * src/gtk/authors.h
510                 Bring the desktop file to XDG compliance
511                 Patch by Charles A. Edwards
512
513 2006-08-03 [colin]      2.4.0cvs23
514
515         * src/textview.c
516                 Fix links offset when they are preceded
517                 by accentued chars (g_utf8_strlen!)
518         * src/mainwindow.c
519                 Fix wrong status when starting offline
520
521
522 2006-08-03 [wwp]        2.4.0cvs22
523
524         * src/prefs_common.h
525                 ask what to do w/ filtering rules that belong to an account when
526                 applying filtering rules manually from the main window (skip,
527                 apply regardless of the account, use current account). This dialog
528                 can be skipped and the last reply used.
529                 (forgot that file)
530
531 2006-08-03 [wwp]        2.4.0cvs21
532
533         * src/filtering.c
534         * src/filtering.h
535         * src/prefs_common.c
536         * src/summaryview.c
537         * src/alertpanel.c
538         * src/alertpanel.h
539         * src/messageview.c
540                 ask what to do w/ filtering rules that belong to an account when
541                 applying filtering rules manually from the main window (skip,
542                 apply regardless of the account, use current account). This dialog
543                 can be skipped and the last reply used.
544
545
546 2006-08-03 [colin]      2.4.0cvs20
547
548         * src/textview.c
549                 Optimize previous patch
550
551 2006-08-03 [cleroy]     2.4.0cvs19
552
553         * src/textview.c
554                 Fix quotes getting toggled back when the
555                 mail has an even number of text parts
556
557 2006-08-02 [colin]      2.4.0cvs18
558
559         * src/messageview.c
560                 Add Hide quotes menu
561
562 2006-08-02 [colin]      2.4.0cvs17
563
564         * src/mainwindow.c
565         * src/prefs_common.c
566         * src/textview.c
567         * src/textview.h
568         * src/gtk/about.c
569                 Allow per-level quote hiding,
570                 Allow toggling quotes by double-clicking them
571                 Rename RemoteURI to ClickableText to reflect
572                 the fact it's used for a variety of things
573
574 2006-08-02 [wwp]        2.4.0cvs16
575
576         * src/mainwindow.c
577                 fix "View/Hide quotes" menu item status initialization.
578
579 2006-08-02 [wwp]        2.4.0cvs15
580
581         * src/matcher_parser_parse.y
582                 remove a debug trace.
583
584 2006-08-02 [paul]       2.4.0cvs14
585
586         * src/plugins/pgpcore/passphrase.c
587                 don't set initial dialog size
588                 make it resizable
589
590 2006-08-02 [paul]       2.4.0cvs13
591
592         * src/noticeview.c
593                 remove the rogue '/' character
594
595 2006-08-02 [paul]       2.4.0cvs12
596
597         * src/noticeview.c
598                 allow buttons to resize as necessary
599
600 2006-08-01 [wwp]        2.4.0cvs11
601
602         * src/mbox.c
603                 fix strict ISO C90 compliance.
604
605 2006-08-01 [wwp]        2.4.0cvs10
606
607         * tools/update-po
608                 updated update-po tool to work w/ context-dependent translations.
609                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
610
611 2006-08-01 [wwp]        2.4.0cvs9
612
613         * src/matcher.c
614         * src/prefs_filtering.c
615         * src/prefs_matcher.c
616                 allow context-dependent translations for "All",
617                 patch by Fabien Vantard <fzzzzz@gmail.com>.
618
619 2006-07-31 [colin]      2.4.0cvs8
620
621         * AUTHORS
622         * src/gtk/authors.h
623                 Add Rafal to authors
624
625 2006-07-31 [colin]      2.4.0cvs7
626
627         * src/compose.c
628         * src/mainwindow.c
629         * src/messageview.h
630         * src/prefs_common.c
631         * src/prefs_common.h
632         * src/textview.c
633                 Add 'View/Hide quotes'. Patch based on a patch
634                 by Rafal Weglarz
635
636 2006-07-31 [colin]      2.4.0cvs6
637
638         * src/action.c
639                 Fix problem with "> stuff >" actions
640
641 2006-07-31 [paul]       2.4.0cvs5
642
643         * po/nb.po
644                 updated by Geir Helland
645
646 2006-07-31 [wwp]        2.4.0cvs4
647
648         * src/mainwindow.c
649         * src/summaryview.c
650         * src/summaryview.h
651                 add "View/Go to/Parent message" and "View/Go to/Last read message",
652                 thanks to Colin.
653
654 2006-07-31 [wwp]        2.4.0cvs3
655
656         * src/Makefile.am
657         * src/addr_compl.c
658         * src/addr_compl.h
659         * src/addressbook.c
660         * src/addressbook.h
661         * src/addressbook_foldersel.c
662         * src/addressbook_foldersel.h
663         * src/addrindex.c
664         * src/addrindex.h
665         * src/matcher.c
666         * src/matcher.h
667         * src/matcher_parser_lex.l
668         * src/matcher_parser_parse.y
669         * src/prefs_common.c
670         * src/prefs_common.h
671         * src/prefs_filtering.c
672         * src/prefs_matcher.c
673         * src/prefs_matcher.h
674         * src/summaryview.c
675                 introduce filtering against the address book. It's now possible to add
676                 matched conditions to determine if any email address in a message matches
677                 or doesn't match any or all books or folders in the address book.
678
679 2006-07-31 [wwp]        2.4.0cvs2
680
681         * src/account.c
682         * src/filtering.c
683         * src/filtering.h
684         * src/folder.c
685         * src/folderview.c
686         * src/inc.c
687         * src/mainwindow.c
688         * src/matcher.c
689         * src/matcher_parser_lex.l
690         * src/matcher_parser_parse.y
691         * src/mbox.c
692         * src/prefs_filtering.c
693         * src/prefs_filtering.h
694         * src/procmsg.c
695         * src/procmsg.h
696         * src/summaryview.c
697                 introduce per-account filtering rules. Each filtering rule can now be assigned
698                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
699                 when applying filtering rules manually, as all rules will apply - even the ones
700                 assigned to an account. This issue will be addressed soon.
701  
702
703
704 2006-07-31 [wwp]        2.4.0cvs1
705
706         * src/quote_fmt.c
707                 make more strings translatable.
708
709 2006-07-31 [paul]       2.4.0
710
711         2.4.0 released
712
713 2006-07-31 [paul]       2.3.1cvs91
714
715         * po/ca.po
716                 updated by Miquel Oliete
717
718 2006-07-31 [paul]       2.3.1cvs90
719
720         * po/de.po
721         * po/el.po
722         * po/fr.po
723         * po/it.po
724         * po/pl.po
725         * po/pt_BR.po
726         * po/sr.po
727         * po/zh_CN.po
728                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
729                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
730                 Aleksandar Urosevic, and Ralgh Young
731
732 2006-07-31 [paul]       2.3.1cvs89
733
734         * src/account.c
735         * src/main.c
736         * src/mainwindow.c
737         * src/mainwindow.h
738                 Fix a race condition when, after an SC crash, rescanning
739                 folders took more than 0.5 seconds
740                 Thanks to Colin
741
742 2006-07-31 [paul]       2.3.1cvs88
743
744         * src/folderview.c
745                 don't translate separator strings
746
747 2006-07-30 [mones]      2.3.1cvs87
748
749         * doc/man/sylpheed-claws.1
750                 Fixed non-ASCII chars in Hoa's name
751         * po/es.po
752                 Updated for release
753
754 2006-07-27 [colin]      2.3.1cvs86
755
756         * src/textview.c
757                 Don't include the leading \n in links
758                 Patch by Fabien
759
760 2006-07-25 [colin]      2.3.1cvs85
761
762         * src/mainwindow.c
763         * src/common/socket.h
764         * src/etpan/imap-thread.c
765                 Refresh resolvers before connecting
766                 to IMAP servers, and after switching
767                 to online. Thanks to Paul.
768
769 2006-07-18 [colin]
770
771         * 2.4.0-rc4 released
772
773 2006-07-17 [colin]      2.3.1cvs84
774
775         * src/inc.c
776                 Show connection attempt in statusbar before
777                 connecting (previously first message was
778                 "Retrieving messages from ..." after the
779                 connection succeeded.
780
781 2006-07-16 [wwp]        2.3.1cvs83
782
783         * sylpheed-claws.ico
784                 Added .ico file (windows multi-size icon file, generated).
785
786 2006-07-12 [wwp]        2.3.1cvs82
787
788         * src/messageview.c
789                 remove Message/Re-edit menu entry from messageview window,
790                 as sent/draft/queued messages are opened in compose window when
791                 re-edited and it's not possible to re-edit other msgs.
792
793 2006-07-12 [paul]       2.3.1cvs81
794
795         * AUTHORS
796         * src/mainwindow.c
797         * src/gtk/authors.h
798                 check online state before resetting
799                 mailcheck timer. Useful if some program
800                 verifies connection state and updates
801                 Claws.
802                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
803
804 2006-07-12 [paul]       2.3.1cvs80
805
806         * sylpheed-claws-128x128.png
807         * sylpheed-claws-64x64.png
808         * sylpheed-claws.png
809         * src/Makefile.am
810         * src/main.c
811         * src/prefs_toolbar.c
812         * src/stock_pixmap.c
813         * src/stock_pixmap.h
814         * src/wizard.c
815         * src/gtk/about.c
816         * src/gtk/gtkutils.c
817         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
818         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
819         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
820         * src/pixmaps/sylpheed.xpm              ** REMOVED **
821         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
822         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
823                 updated and renamed logo/icon files and related
824                 logo by Jesper Schultz
825
826 2006-07-11 [paul]       2.3.1cvs79
827
828         * src/main.c
829                 fix the labels a smidgin
830
831 2006-07-09 [colin]      2.3.1cvs78
832
833         * src/textview.c
834                 Show errors in textviewer's command
835                 Patch by H. Merijn Brand
836
837 2006-07-09 [colin]      2.3.1cvs77
838
839         * src/compose.c
840                 Save FMID in drafts too
841
842 2006-07-08 [colin]      2.3.1cvs76
843
844         * src/compose.c
845                 Svae RMID in drafted mails too
846                 Save quote_fmt vars for whole mails,
847                 don't reset at each quote_fmt_init:
848                 allows to use the same |i{var} in
849                 various template fields
850         * src/prefs_template.c
851         * src/quote_fmt.h
852         * src/quote_fmt_parse.y
853                 Same
854
855 2006-07-08 [colin]      2.3.1cvs75
856
857         * src/textview.c
858                 Fix highlighting of attached parts URIs
859
860 2006-07-08 [colin]      2.3.1cvs74
861
862         * src/main.c
863                 Prevent bug #981 (sc 2.3.1 segfaults with 
864                 gtk+ 2.10) from being reported again:
865                 if Sylpheed-Claws has been compiled against
866                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
867                 of if Sylpheed-Claws has been compiled against
868                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
869                 error out.
870
871 2006-07-07 [colin]      2.3.1cvs73
872
873         * src/prefs_actions.c
874                 Fix label
875
876 2006-07-07 [colin]      2.3.1cvs72
877
878         * src/prefs_actions.c
879                 Fix compile on gtk < 2.8. argh :)
880
881 2006-07-07 [paul]       2.3.1cvs71
882
883         * src/common/defs.h
884                 update DONATE_URI
885
886 2006-07-07 [colin]      2.3.1cvs70
887
888         * po/POTFILES.in
889         * src/quote_fmt.c
890         * src/quote_fmt_lex.l
891         * src/quote_fmt_parse.y
892                 Add |i{var}, a way to insert user-entered
893                 text in a template
894
895 2006-07-07 [colin]
896
897         * 2.4.0-rc3 released
898
899 2006-07-07 [colin]      2.3.1cvs69
900
901         * src/folder.c
902                 Don't consider inboxes of UNKNOWN folder 
903                 classes to be useable as default inboxes
904
905 2006-07-07 [paul]       2.3.1cvs68
906
907         * src/textview.c
908                 add missing #include <errno.h>
909                 Thanks to René J. Blokland
910
911 2006-07-07 [paul]       2.3.1cvs67
912
913         * src/action.c
914                 Return now Closes dialog
915         * src/mimeview.c
916         * src/mimeview.h
917         * src/textview.c
918                 add contextual menu to mime parts listed
919                 in the textview
920                 Thanks to Colin
921         * src/common/utils.c
922                 reversal: ' is a valid character in URLs
923
924 2006-07-06 [colin]      2.3.1cvs66
925
926         * src/remotefolder.h
927                 Forgotten in previous commit
928
929 2006-07-06 [colin]      2.3.1cvs65
930
931         * src/folder.c
932                 Set summary update flag whenever
933                 totals changed
934         * src/imap.c
935         * src/prefs_account.c
936         * src/common/utils.h
937         * src/etpan/imap-thread.c
938                 Fix warnings, thanks to Fabien and
939                 Ricardo
940
941 2006-07-06 [wwp]        2.3.1cvs64
942
943         * src/gtk/gtkutils.c
944                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
945
946 2006-07-06 [wwp]        2.3.1cvs63
947
948         * src/account.c
949         * src/addressbook.c
950         * src/addressitem.h
951         * src/folderview.c
952         * src/mainwindow.c
953         * src/manual.c
954         * src/manual.h
955         * src/message_search.c
956         * src/prefs_actions.c
957         * src/prefs_filtering.c
958         * src/prefs_filtering.h
959         * src/prefs_template.c
960         * src/summary_search.c
961         * src/summaryview.c
962         * src/gtk/gtkutils.c
963         * src/gtk/gtkutils.h
964         * src/gtk/pluginwindow.c
965                 add help buttons to some dialogs. Clicking such buttons opens a
966                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
967
968 2006-07-06 [paul]       2.3.1cvs62
969
970         * src/textview.c
971                 fix attachments contextual menu
972                 Thanks to Colin
973
974 2006-07-05 [colin]      2.3.1cvs61
975
976         * src/textview.c
977         * src/compose.c
978                 Handle sftp:// links
979
980 2006-07-05 [paul]       2.3.1cvs60
981
982         * src/gtk/filesel.c
983                 grab save button by default
984                 Thanks to Colin
985
986 2006-07-05 [wwp]        2.3.1cvs59
987
988         * manual/xml2pdf
989                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
990
991 2006-07-04 [colin]      2.3.1cvs58
992
993         * src/mimeview.c
994         * src/textview.c
995                 Use left click to select, middle click to open
996                 on mimeparts links
997         * src/common/utils.c
998                 Fix segfault
999
1000 2006-07-04 [colin]      2.3.1cvs57
1001
1002         * src/mainwindow.c
1003         * src/news.c
1004                 Warning fixes, thanks to Fabien
1005
1006 2006-07-04 [colin]      2.3.1cvs56
1007
1008         * src/mimeview.c
1009         * src/mimeview.h
1010         * src/textview.c
1011                 Allow parts to be selected via their text label
1012                 in textview
1013
1014 2006-07-04 [colin]      2.3.1cvs55
1015
1016         * src/folderview.c
1017                 Feedback when closing (for big folders)
1018         * src/prefs_actions.c
1019         * src/prefs_filtering.c
1020         * src/prefs_matcher.c
1021         * src/prefs_template.c
1022                 Fix default button when closing without
1023                 having saved
1024
1025 2006-07-04 [colin]      2.3.1cvs54
1026
1027         * src/news.c
1028                 Delete local file on deletion
1029
1030 2006-07-03 [colin]      2.3.1cvs53
1031
1032         * src/folderview.c
1033         * src/main.c
1034                 Don't freeze when rescanning after crash
1035
1036 2006-07-03 [wwp]        2.3.1cvs52
1037
1038         * src/compose.c
1039         * src/privacy.c
1040         * src/privacy.h
1041         * src/plugins/pgpinline/pgpinline.c
1042         * src/plugins/pgpmime/pgpmime.c
1043                 don't report an error when the user cancels the passphrase dialog.
1044
1045 2006-07-02 [colin]      2.3.1cvs51
1046
1047         * src/folderview.c
1048                 Open message when crossing folders with Space,
1049                 goto next unread and friends
1050
1051 2006-07-01 [colin]      2.3.1cvs50
1052
1053         * src/prefs_account.c
1054                 Typographic rules varying from language
1055                 to language (in french "Protocole :"),
1056                 we have to do that :)
1057
1058 2006-07-01 [ticho]      2.3.1cvs49
1059
1060         * src/prefs_account.c
1061                 Only use one temporary gchar* variable in
1062                 prefs_account_protocol_set_optmenu().
1063
1064 2006-07-01 [ticho]      2.3.1cvs48
1065
1066         * src/prefs_account.c
1067         * src/prefs_account.h
1068                 Use GtkLabel for existing account protocol name.
1069                 Created an array for protocol names and populate the
1070                 combobox from it in a for() cycle.
1071
1072 2006-06-30 [colin]      2.3.1cvs47
1073
1074         * src/compose.c
1075                 Block undo when changing signature (by changing
1076                 account)
1077
1078 2006-06-30 [paul]       2.3.1cvs46
1079
1080         * src/send_message.c
1081                 when editing From in the Compose window, use that address
1082                 in the Return-Path: header
1083                 Thanks to Colin
1084
1085 2006-06-30 [colin]      2.3.1cvs45
1086
1087         * src/compose.c
1088                 Fix signature replacement:
1089                 - when no newline before separator
1090                 - when reediting
1091
1092 2006-06-29 [colin]      2.3.1cvs44
1093
1094         * src/folderview.c
1095         * src/folderview.h
1096         * src/mainwindow.c
1097         * src/summaryview.c
1098                 Let 'View/Go to/Next marked' work like
1099                 Next new & Next unread: across folders
1100                 Change the select_on_entry pref to do
1101                 what we want when changing folder
1102         * src/common/utils.c
1103                 Fix single-quoted links 
1104
1105 2006-06-29 [colin]      2.3.1cvs43
1106
1107         * src/gtk/gtkaspell.c
1108                 "Sylpheed" and "Sylpheed-Claws" do exist !
1109
1110 2006-06-29 [colin]      2.3.1cvs42
1111
1112         * src/imap.c
1113                 Forgot to remove debug
1114
1115 2006-06-29 [colin]      2.3.1cvs41
1116
1117         * src/imap.c
1118         * src/imap.h
1119         * src/mainwindow.c
1120                 Disconnect from IMAP servers when going
1121                 offline. Fixes bug #978 (going to offline-mode 
1122                 won't close connections)
1123
1124 2006-06-29 [colin]      2.3.1cvs40
1125
1126         * src/main.c
1127                 Fix transient setting on failing plugins
1128                 Patch by Fabien
1129         * src/plugins/pgpcore/sgpgme.c
1130                 Only warn for OpenPGP. Most people don't
1131                 have CMS available.
1132
1133 2006-06-29 [colin]      2.3.1cvs39
1134
1135         * src/compose.c
1136                 Fix Spelling menu (discrepancy between context menu
1137                 and top menu when folder's dictionary isn't the 
1138                 default one)
1139         * src/plugins/pgpcore/sgpgme.c
1140                 More error reporting about why gpgme can fail
1141
1142 2006-06-29 [wwp]        2.3.1cvs38
1143
1144         * src/mainwindow.c
1145                 honor the display-header-pane setting even when the message view
1146                 is a separate window.
1147
1148 2006-06-29 [wwp]        2.3.1cvs37
1149
1150         * src/prefs_actions.c
1151                 forgot to commit that one (use of GTK_STOCK_INFO).
1152
1153 2006-06-29 [colin]      2.3.1cvs36
1154
1155         * src/imap.c
1156                 Better handling of login errors (ask the password
1157                 again once), alert in case of error. Fix three
1158                 signedness warnings.
1159
1160 2006-06-28 [wwp]        2.3.1cvs35
1161
1162         * src/prefs_template.c
1163         * src/prefs_matcher.c
1164         * src/prefs_filtering_action.c
1165         * src/prefs_quote.c
1166                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1167                 patch by Fabien Vantard, slightly modified.
1168
1169 2006-06-28 [paul]
1170
1171         2.4.0-rc2 released
1172
1173 2006-06-28 [colin]      2.3.1cvs34
1174
1175         * src/prefs_account.c
1176                 Fix bug #977 (Can't add or edit imap accounts)
1177
1178 2006-06-28 [colin]      2.3.1cvs33
1179
1180         * src/mimeview.c
1181                 Fix previous
1182
1183 2006-06-28 [colin]      2.3.1cvs32
1184
1185         * src/mimeview.c
1186                 Save named inlined attachments with "Save all"
1187         * src/main.c
1188         * src/mbox.c
1189         * src/common/plugin.c
1190         * src/common/plugin.h
1191         * src/common/sylpheed.c
1192         * src/common/utils.c
1193         * src/plugins/pgpcore/sylpheed.def
1194         * src/plugins/pgpinline/sylpheed.def
1195         * src/plugins/pgpmime/sylpheed.def
1196                 Win32 compatibility patch, by
1197                 Werner Koch
1198
1199 2006-06-28 [wwp]        2.3.1cvs31
1200
1201         * src/imap.c
1202         * src/prefs_folder_item.c
1203                 less compilation warnings (thanks to Fabien Vantard), less typos.
1204
1205 2006-06-28 [paul]       2.3.1cvs30
1206
1207         * src/gtk/gtkutils.c
1208                 gtk_combo_box_set_focus_on_click() is only
1209                 available since gtk 2.6.0
1210
1211 2006-06-28 [paul]       2.3.1cvs29
1212
1213         * src/prefs_ext_prog.c
1214                 fix engrish and add a tooltip for the
1215                 'command for 'Display as text' option
1216
1217 2006-06-28 [paul]
1218
1219         2.4.0-rc1 released
1220
1221 2006-06-28 [paul]       2.3.1cvs28
1222
1223         * ChangeLog
1224         * tools/Makefile.am
1225                 include textviewer.pl in releases
1226
1227 2006-06-28 [paul]       2.3.1cvs27
1228
1229         * src/prefs_ext_prog.c
1230                 hide Print command option if libgnomeprint
1231                 support is present
1232
1233 2006-06-27 [colin]      2.3.1cvs26
1234
1235         * src/compose.c
1236                 Fix Esc handling in insert/attach dialog
1237                 Don't show this dialog if dragging something
1238                 else than text/uri-list
1239                 Thanks to Fabien Vantard
1240         * tools/textviewer.pl
1241                 Filter script to display stuff as text
1242                 by H. Merijn Brand
1243
1244 2006-06-27 [wwp]        2.3.1cvs25
1245
1246         * src/messageview.c
1247                 use the exact product name (message view title), patch
1248                 by Fabien Vantard.
1249
1250 2006-06-27 [ticho]      2.3.1cvs24
1251
1252         * src/prefs_account.c
1253         * src/prefs_common.c
1254         * src/prefs_common.h
1255         * src/prefs_ext_prog.c
1256         * src/textview.c
1257                 Add a preference (Preferences/External programs)
1258                 to allow "Display as text" to be done via a script
1259                 (patch by H.Merijn Brand).
1260                 Use GtkComboBox for protocol selection in account
1261                 preferences.
1262                 Only include current choice for existing accounts, and
1263                 insensitivize the combobox.
1264
1265 2006-06-27 [paul]       2.3.1cvs23
1266
1267         * src/mbox.c
1268                 fix crasher introduced in cvs21.
1269                 Thanks to Colin
1270
1271 2006-06-26 [colin]      2.3.1cvs22
1272
1273         * src/mbox.c
1274                 Fix double-frees when leaving folders
1275                 after exporting to mbox
1276
1277 2006-06-26 [colin]      2.3.1cvs21
1278
1279         * src/mbox.c
1280                 More feedback (and optimisation)
1281                 on import/export
1282         * src/common/utils.c
1283                 Fix case when looking for mail addresses
1284         * src/gtk/gtkutils.c
1285                 Extra check for (X-)Face
1286
1287 2006-06-25 [ticho]      2.3.1cvs20
1288
1289         * src/compose.c
1290         * src/exphtmldlg.c
1291         * src/gtk/gtkutils.c
1292         * src/gtk/gtkutils.h
1293                 Added second argument to gtkut_sc_combobox_create() to
1294                 control focus-on-click for the widget.
1295                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1296
1297 2006-06-25 [ticho]      2.3.1cvs19
1298
1299         * src/compose.c
1300         * src/gtk/Makefile.am
1301         * src/gtk/combobox.c
1302         * src/gtk/combobox.h
1303         * src/gtk/gtkutils.c
1304         * src/gtk/gtkutils.h
1305                 Use GtkComboBox instead of deprecated GtkOptionMenu
1306                 for account selector in compose window and for encoding
1307                 selector in attachment properties.
1308                 Also factorise working with the new GtkComboBox somewhat.
1309
1310 2006-06-24 [paul]       2.3.1cvs18
1311
1312         * src/prefs_common.c
1313                 use the correct default value
1314
1315 2006-06-24 [paul]       2.3.1cvs17
1316
1317         * src/compose.c
1318         * src/prefs_common.c
1319         * src/prefs_common.h
1320         * src/prefs_compose_writing.c
1321                 enable setting of default action when
1322                 dnd'ing files in the compose window.
1323                 (Collaborative effort with wwp)
1324
1325 2006-06-23 [wwp]        2.3.1cvs16
1326
1327         * src/compose.c
1328                 i18n fix (thanks to Fabien Vantard)
1329
1330 2006-06-22 [colin]      2.3.1cvs15
1331
1332         * src/prefs_customheader.c
1333                 Don't use filters in custom headers' file 
1334                 selector. Remember, extensions mean nothing :)
1335
1336 2006-06-22 [paul]       2.3.1cvs14
1337
1338         * configure.ac
1339                 allow setting of man directory location
1340
1341 2006-06-22 [colin]      2.3.1cvs13
1342
1343         * src/mainwindow.c
1344                 Add 'View/Go to/Next unread folder'.
1345                 I missed that :)
1346
1347 2006-06-22 [colin]      2.3.1cvs12
1348
1349         * src/common/utils.c
1350                 Add some subject prefixes
1351                 Patch by Bjorn T Johansen <btj@havleik.no>
1352
1353 2006-06-22 [colin]      2.3.1cvs11
1354
1355         * manual/advanced.xml
1356                 Forgotten hidden pref
1357
1358 2006-06-21 [paul]       2.3.1cvs10
1359
1360         * src/prefs_account.c
1361                 complete the removal of 'Add date header' option
1362
1363 2006-06-21 [paul]       2.3.1cvs9
1364
1365         * src/account.c
1366         * src/compose.c
1367         * src/prefs_account.c
1368         * src/prefs_account.h
1369                 remove option to add date header - always
1370                 add date header
1371         * src/etpan/imap-thread.c
1372                 fix warnings (Thanks to Colin)
1373
1374 2006-06-21 [wwp]        2.3.1cvs8
1375
1376         * src/folder.c
1377                 set the attachment flag when inline text part are (file)named. This is more convenient
1378                 when receiving (for instance) inline source files or patches sent using thunderbird.
1379
1380 2006-06-21 [paul]       2.3.1cvs7
1381
1382         * src/inc.c
1383                 fix off-by-one count of current msg in
1384                 statusbar filtering progressbar
1385
1386 2006-06-21 [paul]       2.3.1cvs6
1387
1388         * src/folder.c
1389                 Show attachment icon even if the part is 'inline'
1390                 if the following conditions are met:
1391                 - content-type != 'text/plain'
1392                 - content-type != '*/pgp-signature'
1393                 - either 'name' or 'filename' parameter is not NULL
1394                 
1395                 Thanks to Colin
1396
1397 2006-06-21 [paul]       2.3.1cvs5
1398
1399         * src/messageview.c
1400         * src/prefs_common.c
1401         * src/prefs_common.h
1402         * src/prefs_other.c
1403                 add an option to 'Never send Return
1404                 Receipts'
1405                 Thanks to Colin
1406
1407 2006-06-20 [mones]      2.3.1cvs4
1408
1409         * po/es.po
1410                 updated
1411         * src/compose.c
1412                 typo fixed (space after comma)
1413         * tools/make.themes.project
1414                 remove exec mode from tarball files
1415
1416 2006-06-20 [colin]      2.3.1cvs3
1417
1418         * src/news.c
1419         * src/procheader.c
1420         * src/unmime.c
1421                 Better fix for \n's in headers (don't 
1422                 break Received: and others)
1423
1424 2006-06-20 [paul]       2.3.1cvs2
1425
1426         * src/alertpanel.c
1427         * src/textview.c
1428                 improve legibility of phishing attempt
1429                 dialog
1430
1431 2006-06-20 [paul]       2.3.1cvs1
1432
1433         * NEWS
1434         * README
1435         * configure.ac
1436                 Update version number following
1437                 stable release
1438
1439 2006-06-20 [colin]      2.3.0cvs26
1440
1441         * src/compose.c
1442                 When dragging a file to the text of the compose
1443                 window, ask whether we want to insert or attach
1444                 (I know lots of people who do that to attach)
1445
1446 2006-06-20 [colin]      2.3.0cvs25
1447
1448         * src/etpan/imap-thread.c
1449                 Fix threshold (the append command is often > 32 bytes)
1450
1451 2006-06-19 [colin]      2.3.0cvs24
1452
1453         * src/imap.c
1454         * src/etpan/imap-thread.c
1455                 Workaround Rockliffe IMAP server bug: replace
1456                 "x UID SEARCH (ANSWERED UID 1:*)" with
1457                 "x UID SEARCH ANSWERED"
1458                 (Rockliffe doesn't handle the parenthesis)
1459
1460 2006-06-19 [colin]      2.3.0cvs23
1461
1462         * src/compose.c
1463         * src/imap.c
1464         * src/etpan/imap-thread.c
1465                 Probably fix bug #972 (Freezes when adding 
1466                 an attachment to the message)
1467         * src/common/defs.h
1468                 Modernize Firefox cmd
1469
1470
1471 2006-06-18 [colin]      2.3.0cvs22
1472
1473         * src/prefs_customheader.c
1474                 Only allow correct filenames for various
1475                 custom headers
1476
1477 2006-06-18 [colin]      2.3.0cvs21
1478
1479         * src/prefs_customheader.c
1480                 Add a 'From File...' button in custom headers prefs, which
1481                 try to do the right thing: 
1482                 for normal headers, use file as plaintext,
1483                 for X-Face, calls compface,
1484                 for Face, encode to b64.
1485
1486 2006-06-17 [colin]      2.3.0cvs20
1487
1488         * src/mh.c
1489                 Warning fix
1490
1491 2006-06-16 [colin]      2.3.0cvs19
1492
1493         * src/summaryview.c
1494                 Recursive quicksearch: show message list
1495                 in current folder, *then* search children
1496                 in the background.
1497
1498 2006-06-16 [colin]      2.3.0cvs18
1499
1500         * src/main.c
1501                 Instead of ignoring SIGPIPE, save caches
1502                 when getting one. Will fix the fact that
1503                 hot caches are out-of-date when logging 
1504                 out of Xorg.
1505         * src/compose.c
1506         * src/prefs_compose_writing.c
1507                 Only save text (not attachments) when 
1508                 auto-saving to drafts
1509         * src/unmime.c
1510                 Always replace \n, \r and \t with spaces
1511                 in headers
1512         * manual/dist/html/Makefile.am
1513         * manual/dist/pdf/Makefile.am
1514         * manual/dist/ps/Makefile.am
1515         * manual/dist/txt/Makefile.am
1516         * manual/fr/dist/html/Makefile.am
1517         * manual/fr/dist/pdf/Makefile.am
1518         * manual/fr/dist/ps/Makefile.am
1519         * manual/fr/dist/txt/Makefile.am
1520         * manual/pl/dist/html/Makefile.am
1521         * manual/pl/dist/pdf/Makefile.am
1522         * manual/pl/dist/ps/Makefile.am
1523         * manual/pl/dist/txt/Makefile.am
1524                 Fix make clean removing pregenerated manuals
1525
1526
1527 2006-06-16 [colin]      2.3.0cvs17
1528
1529         * src/plugins/pgpcore/sgpgme.c
1530         * src/plugins/pgpmime/pgpmime.c
1531         * src/plugins/pgpinline/pgpinline.c
1532                 Better error reporting in setup_signers.
1533                 Don't fallback to default key if specified
1534                 key isn't found.
1535                 Don't allow signing if more than one secret
1536                 key matches the one specified in prefs.
1537
1538 2006-06-15 [colin]      2.3.0cvs16
1539
1540         * src/folderview.c
1541                 Add "Send queue" in the folder's contextual
1542                 menu
1543         * src/compose.c
1544         * src/messageview.c
1545         * src/privacy.c
1546         * src/privacy.h
1547         * src/procmime.c
1548         * src/procmsg.c
1549         * src/plugins/pgpcore/passphrase.c
1550         * src/plugins/pgpcore/sgpgme.c
1551         * src/plugins/pgpinline/pgpinline.c
1552         * src/plugins/pgpmime/pgpmime.c
1553                 Better error reporting
1554         * src/mbox.c
1555                 Probably fix bug #971 (2.2.3 cannot read mail 
1556                 from local mbox)
1557
1558
1559 2006-06-15 [mones]      2.3.0cvs15
1560
1561         * tools/make.themes.project
1562                 creates the themes project from the web page
1563
1564 2006-06-15 [colin]      2.3.0cvs14
1565
1566         * src/folder.c
1567                 Better fix (avoid losing the folder if scan_tree 
1568                 fails)
1569
1570 2006-06-15 [cleroy]     2.3.0cvs13
1571
1572         * src/folder.c
1573                 Probably fix Bug #969 (crash on rebuilding 
1574                 imap folder)
1575
1576 2006-06-14 [colin]      2.3.0cvs12
1577
1578         * manual/dtd/manual.xsl
1579         * manual/sylpheed-claws-manual.xml
1580         * manual/fr/sylpheed-claws-manual.xml
1581         * manual/pl/sylpheed-claws-manual.xml
1582                 Insert pagebreaks between sections
1583
1584 2006-06-14 [paul]       2.3.0cvs11
1585
1586         * configure.ac
1587                 better fix than 2.3.0cvs10
1588
1589 2006-06-14 [paul]       2.3.0cvs10
1590
1591         * configure.ac
1592                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1593                 (backwards compatible)
1594
1595 2006-06-13 [colin]      2.3.0cvs9
1596
1597         * src/messageview.c
1598                 Fix sending of return receipt with the new queue folders
1599
1600 2006-06-13 [wwp]        2.3.0cvs8
1601
1602         * src/quote_fmt_lex.l
1603                 fix wrong tokens returned in quote_fmt lexer, query not().
1604
1605 2006-06-13 [wwp]        2.3.0cvs7
1606
1607         * src/folder.c
1608         * src/prefs_folder_item.c
1609                 allow changing folder type even when folder is not a top-level one,
1610                 thanks to Colin.
1611
1612 2006-06-12 [colin]      2.3.0cvs6
1613
1614         * src/folderview.c
1615                 Fix double-ask of "Do you want to mark all
1616                 as read"
1617
1618 2006-06-12 [colin]      2.3.0cvs5
1619
1620         * src/compose.c
1621         * src/compose.h
1622         * src/folder.c
1623         * src/folder.h
1624         * src/imap.c
1625         * src/inc.c
1626         * src/main.c
1627         * src/messageview.c
1628         * src/mh.c
1629         * src/prefs_folder_item.c
1630         * src/procheader.c
1631         * src/procmime.c
1632         * src/procmsg.c
1633         * src/procmsg.h
1634         * src/send_message.c
1635         * src/summaryview.c
1636         * src/toolbar.c
1637                 Apply bug #964's patch (Queue and drafts aren't normal)
1638                 The Drafts and Queue folder now contain RFC-822 files,
1639                 allowing to move and copy mails from and to these 
1640                 folders. Moving from Drafts to Queue will prepare the
1641                 mail for sending (PGP signature, encryption, etc).
1642                 This patch also rework sending errors handling to try
1643                 to be more helpful.
1644                 Also, allow redefining folder types via the GUI 
1645                 (Folder type in its Properties)
1646
1647 2006-06-12 [colin]      2.3.0cvs4
1648
1649         * src/summaryview.c
1650         * src/prefs_common.c
1651         * src/prefs_common.h
1652         * src/gedit-print.c
1653                 Allow to define a specific print font - patch
1654                 by Bernhard Walle <bernhard.walle@gmx.de>
1655         * src/prefs_fonts.c
1656         * manual/advanced.xml
1657         * manual/fr/advanced.xml
1658                 Add a hidden pref to allow deletion without
1659                 confirmation
1660
1661 2006-06-12 [wwp]        2.3.0cvs3
1662
1663         * .cvsignore
1664                 more files to ignore.
1665
1666 2006-06-12 [wwp]        2.3.0cvs2
1667
1668         * src/quote_fmt.c
1669         * src/quote_fmt_lex.l
1670         * src/quote_fmt_parse.y
1671                 extend the quote_fmt parser (templates and quotes):
1672                 - allow limited sub-expressions in |p{} and |f{} expressions,
1673                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1674                 - implemented/fixed missing implementation of query_references and show_references,
1675                 - completed, fixed contents and format of the symbols help dialog,
1676                 - fix some compilation warnings.
1677
1678 2006-06-12 [wwp]        2.3.0cvs1
1679
1680         * manual/advanced.xml
1681         * manual/fr/advanced.xml
1682                 updates in the "templates" section of the manual (eng/fr):
1683                  - be more precise (both versions)
1684                  - completed to match the english reference (fr version)
1685                  - touchups (both versions)
1686
1687 2006-06-12 [paul]       2.3.0
1688
1689         2.3.0 released
1690
1691 2006-06-12 [paul]       2.2.3cvs14
1692
1693         * po/ca.po
1694         * po/cs.po
1695         * po/de.po
1696         * po/el.po
1697         * po/fr.po
1698         * po/it.po
1699         * po/pt_BR.po
1700         * po/sr.po
1701         * po/zh_CN.po
1702                 updated by Miquel Oliete, Tim, Stephan Sachse,
1703                 Stavros Giannouris, Fabien Vantard, Andrea
1704                 Spadaccini, Frederico Goncalves Guimaraes,
1705                 Aleksandar Urosevic, and Ralgh Young
1706
1707 2006-06-12 [colin]      2.2.3cvs13
1708
1709         * src/mbox.c
1710                 Add missing header
1711
1712 2006-06-11 [colin]      2.2.3cvs12
1713
1714         * src/msgcache.c
1715                 Verify that g_malloc() succeeded
1716
1717 2006-06-11 [colin]      2.2.3cvs11
1718
1719         * src/wizard.c
1720                 Add Face header to welcome mail
1721
1722 2006-06-10 [colin]      2.2.3cvs10
1723
1724         * src/textview.c
1725                 Revert previous (Forgot it changes the
1726                 margin on the whole mail)
1727
1728 2006-06-10 [colin]      2.2.3cvs9
1729
1730         * src/textview.c
1731                 Don't overlap long headers under (X-)Face
1732
1733 2006-06-10 [mones]      2.2.3cvs8
1734
1735         * manual/xml2pdf
1736                 allow generation of manual on systems lacking saxon binary
1737                 but with java and the saxon library installed
1738
1739         * po/es.po
1740                 updated for release
1741
1742 2006-06-09 [colin]      2.2.3cvs7
1743
1744         * src/summaryview.c
1745                 Fix leak when using Display Sender using Addressbook
1746
1747 2006-06-09 [colin]      2.2.3cvs6
1748
1749         * src/compose.c
1750         * src/folder.c
1751         * src/folderview.c
1752         * src/mimeview.c
1753         * src/summaryview.c
1754                 More leaks fixes
1755
1756 2006-06-09 [paul]       2.2.3cvs5
1757
1758         * AUTHORS
1759         * src/gtk/authors.h
1760         * tools/claws.i18n.status.pl
1761                 updated with new info
1762
1763 2006-06-09 [paul]       2.2.3cvs4
1764
1765         * README
1766                 updated
1767         * manual/ack.xml
1768                 add wwp to authors list
1769         * src/gtk/authors.h
1770                 update mine and Colin's addresses
1771
1772 2006-06-08 [colin]      2.2.3cvs3
1773
1774         * src/etpan/imap-thread.c
1775                 Fix leak on SSL cert check
1776
1777 2006-06-08 [colin]      2.2.3cvs2
1778
1779         * src/common/utils.c
1780                 Fix leak
1781
1782 2006-06-08 [paul]       2.2.3cvs1
1783
1784         * configure.ac
1785                 Update version number following
1786                 stable release
1787
1788 2006-06-07 [colin]      2.2.2cvs3
1789
1790         * src/msgcache.c
1791                 Fix catching cache read errors (guint instead of gint)
1792                 Prevent malloc'ing more than 8MB (means cache corruption)
1793
1794 2006-06-07 [paul]       2.2.2cvs2
1795
1796         * src/exporthtml.c
1797         * src/exportldif.c
1798         * src/mh.c
1799         * src/mutt.c
1800         * src/pine.c
1801         * src/common/utils.c
1802                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1803                 obey $HOME'
1804                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1805                 Thanks to Colin
1806
1807 2006-06-06 [paul]       2.2.2cvs1
1808
1809         * configure.ac
1810                 Update version number following
1811                 stable release
1812
1813 2006-06-06 [paul]       2.2.1cvs6
1814
1815         * src/matcher.c
1816                 fix  implicit declaration of
1817                 sylpheed_do_idle()
1818                 Patch by Fabien Vantard
1819
1820 2006-06-06 [paul]       2.2.1cvs5
1821
1822         * src/matcher.c
1823                 fix age_greater and age_lower so that they
1824                 mean what say and not '...or equal to'
1825                 Thanks to Colin
1826
1827 2006-06-06 [paul]       2.2.1cvs4
1828
1829         * src/textview.c
1830         * src/common/utils.c
1831                 fix URI check
1832                 Thanks to Colin
1833
1834 2006-06-05 [wwp]        2.2.1cvs3
1835
1836         * manual/fr/account.xml
1837                 minor language fixes (thanks to Fabien Vantard).
1838
1839 2006-06-05 [colin]      2.2.1cvs2
1840
1841         * src/prefs_folder_item.c
1842         * src/folderview.c
1843                 Allow recursive setting of properties 
1844                 for whole mailboxes
1845         * src/matcher.c
1846                 Don't freeze on 'test' filtering rule
1847
1848 2006-06-05 [colin]      2.2.1cvs1
1849
1850         * configure.ac
1851                 Update version number following
1852                 stable release
1853
1854 2006-06-04 [wwp]        2.2.0cvs82
1855
1856         * manual/glossary.xml
1857         * manual/account.xml
1858         * manual/fr/glossary.xml
1859         * manual/fr/account.xml
1860                 added glossary section and references/links related to the Face custom header.
1861
1862 2006-06-04 [colin]      2.2.0cvs81
1863
1864         * src/summaryview.c
1865                 Skip to next message on move with no
1866                 immediate execution
1867
1868 2006-06-04 [wwp]        2.2.0cvs80
1869
1870         * manual/xml2pdf
1871                 added sanity checks, exit when needed.
1872
1873 2006-06-03 [paul]       2.2.0cvs79
1874
1875         * src/prefs_receive.c
1876                 page name is now 'Receiving'
1877         * src/prefs_send.c
1878                 page name is now 'Sending'
1879
1880 2006-06-03 [colin]      2.2.0cvs78
1881
1882         * src/plugins/spamassassin/spamassassin_gtk.c
1883                 Autoswitch to Localhost if transport was previously
1884                 disabled. Else people had to check [] Enable, then
1885                 *reselect* transport.
1886
1887 2006-06-03 [colin]      2.2.0cvs77
1888
1889         * src/plugins/pgpinline/pgpinline.c
1890         * src/plugins/pgpmime/pgpmime.c
1891                 Check that gpg_data_release_and_get_mem 
1892                 didn't fail (now, why this happens...)
1893
1894 2006-06-03 [colin]      2.2.0cvs76
1895
1896         * src/mbox.c
1897                 Fix bug #962 (Manual and/or UI should 
1898                 warn about incompatible locking 
1899                 causing dataloss)
1900
1901 2006-06-02 [cleroy]     2.2.0cvs75
1902
1903         * src/filtering.c
1904         * src/folder.c
1905         * src/procmsg.c
1906         * src/summaryview.c
1907                 Fix a few leaks
1908
1909 2006-06-02 [colin]      2.2.0cvs74
1910
1911         * src/main.c
1912                 On exit, free caches after writing them
1913                 Shuts up some valgrind false positives
1914         * src/procmsg.c
1915         * src/send_message.c
1916                 Fix races when reusing existing SMTP connections
1917                 Fix inexistant session timeout
1918         * src/toolbar.c
1919                 Display alertpanel after all queues have
1920                 been processed, not after each
1921
1922 2006-06-02 [wwp]        2.2.0cvs73
1923
1924         * manual/fr/glossary.xml
1925         * manual/fr/ack.xml
1926         * manual/ack.xml
1927                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1928
1929 2006-06-02 [wwp]        2.2.0cvs72
1930
1931         * manual/xml2pdf
1932         * manual/dist/pdf/Makefile.am
1933         * manual/dtd/manual.xsl
1934         * manual/fr/dist/pdf/Makefile.am
1935         * manual/pl/dist/pdf/Makefile.am
1936                 we changed the procedure to generate the .pdf version of the manual.
1937                 The procedure is more modern and the .pdf we get now has a valid index.
1938                 Here are the new pre-requisites:
1939
1940                 - JRE 1.x (1.4 here): there must be one from your distro
1941                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1942                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1943                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1944
1945                 See my posts for further info about the installation of this toolchain:
1946
1947                 Date: Fri, 19 May 2006 19:40:06 +0200
1948                 From: wwp <subscript@free.fr>
1949                 To: sylpheed-claws-devel@lists.sourceforge.net
1950                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1951
1952                 and
1953
1954                 Date: Wed, 24 May 2006 12:58:49 +0200
1955                 From: wwp <subscript@free.fr>
1956                 To: sylpheed-claws-devel@lists.sourceforge.net
1957                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1958
1959 2006-06-01 [colin]      2.2.0cvs71
1960
1961         * src/compose.c
1962                 Better guards against IMAP races
1963         * src/main.c
1964         * src/prefs_common.c
1965         * src/prefs_common.h
1966         * src/common/ssl_certificate.c
1967         * src/etpan/imap-thread.c
1968         * src/etpan/imap-thread.h
1969         * src/gtk/sslcertwindow.c
1970                 New hidden option ssl_skip_cert_check to 
1971                 avoid dups of bug #959 (libetpan linked
1972                 against gnutls and gnutls buggy on 64bit)
1973                 Present expired warning only once per
1974                 session/server.
1975         * manual/advanced.xml
1976         * manual/fr/advanced.xml
1977                 Document new option
1978
1979 2006-06-01 [wwp]        2.2.0cvs70
1980
1981         * src/messageview.c
1982                 fix for bug #961 (return receipt dialog 
1983                 complains incorrectly about return-path 
1984                 email adress being different), thanks 
1985                 to Colin.
1986
1987 2006-05-31 [cleroy]     2.2.0cvs69
1988
1989         * src/common/ssl.c
1990                 Guard against NULLs, although this
1991                 should never be an issue
1992
1993 2006-05-31 [colin]      2.2.0cvs68
1994
1995         * src/filtering.c
1996                 Use g_slist_prepend
1997         * src/imap.c
1998                 Don't remove caches when destroying folder, it
1999                 could (should) be done at exit
2000         * src/inc.c
2001                 free processing cache after incorporation
2002         * src/etpan/imap-thread.c
2003                 Maybe fix bug #959 (Crash on moving to emails 
2004                 to a imap account per ssl with a expired 
2005                 certificate.)
2006
2007 2006-05-30 [colin]      2.2.0cvs67
2008
2009         * src/summaryview.c
2010                 Put back event flush when displaying message
2011                 It avoids reading a bunch of messages just
2012                 by hitting shift-n for too long ;)
2013
2014 2006-05-29 [colin]      2.2.0cvs66
2015
2016         * src/summaryview.c
2017                 Remove useless g_warnings
2018
2019 2006-05-29 [colin]      2.2.0cvs65
2020
2021         * src/imap.c
2022                 Fix g_slist_append()s for performance
2023
2024 2006-05-29 [colin]      2.2.0cvs64
2025
2026         * src/compose.c
2027         * src/common/utils.c
2028                 Fix extraneous tab at start of addresses
2029         * src/mainwindow.c
2030                 Fix warnings (thanks to Fabien)
2031                 Fix crash at exit when composing messages 
2032                 exist
2033         * src/pop.c
2034                 Fix progress bar when deleting expired mails
2035                 Thanks to Hiro
2036         * src/summaryview.c
2037         * src/gtk/gtksctree.c
2038                 Fix re-sorting slowness
2039
2040 2006-05-29 [paul]       2.2.0cvs63
2041
2042         * src/mh.c
2043                 fetch full message when moving mails
2044                 from another mailbox, (fixed data loss
2045                 when filtering from IMAP to MH, introduced
2046                 in 2.2.0cvs57).
2047                 Thanks to Colin
2048
2049 2006-05-29 [mones]      2.2.0cvs62
2050
2051         * src/gtk/gtksctree.c
2052                 Unselect faster (patch by Colin)        
2053
2054 2006-05-26 [colin]      2.2.0cvs61
2055
2056         * src/summaryview.c
2057                 Unplug MSGINFO_UPDATE callback on delete too.
2058
2059 2006-05-26 [colin]      2.2.0cvs60
2060
2061         * src/foldersel.c
2062                 Fix bold in folder selection window with glib2.10
2063                 thanks Hiro
2064
2065 2006-05-26 [colin]      2.2.0cvs59
2066
2067         * src/procheader.c
2068                 Convert date only if necessary (and don't
2069                 try to convert from utf8 to utf8, too)
2070         * src/summaryview.c
2071                 Only set column's text if the column's 
2072                 displayed
2073
2074 2006-05-26 [colin]      2.2.0cvs58
2075
2076         * src/summaryview.c
2077         * src/gtk/gtkutils.c
2078                 Fix useless warning
2079
2080 2006-05-26 [colin]      2.2.0cvs57
2081
2082         * src/mainwindow.c
2083                 Make summaryview selectable as long as 
2084                 no message has focus
2085         * src/mh.c
2086                 Faster deletion (by implementing mh_remove_msgs)
2087                 Faster copy (avoid using mh_fetch_msg just to get
2088                 the filename)
2089                 Faster move (using move_file instead of copy_file
2090                 if MSG_IS_MOVE)
2091                 No progressbar if total number of mails to cp/mv 
2092                 is less than 100
2093         * src/summaryview.c
2094                 Fix removal from subject_table when mail gets moved
2095                 Faster deletion (g_slist_prepend instead of append)
2096         * src/gtk/gtksctree.c
2097                 Remove useless code
2098
2099 2006-05-25 [colin]      2.2.0cvs56
2100
2101         * src/common/ssl_certificate.c
2102                 Fix leak in expired cert check
2103
2104 2006-05-25 [colin]      2.2.0cvs55
2105
2106         * src/mh.c
2107                 Disable flags syncing on .mh_sequences - it
2108                 is buggy and marks mails read under unknown
2109                 conditions.
2110
2111 2006-05-25 [paul]
2112
2113         * 2.3.0-rc4 released
2114
2115 2006-05-24 [colin]      2.2.0cvs54
2116
2117         attention cvs users: if you manage to crash
2118         Sylpheed-Claws while moving, copying or deleting
2119         mails, we *are* interested in stack traces and
2120         valgrind logs. It looks stable, but one never
2121         knows...
2122
2123         * src/folder.c
2124                 Add progressbar for cache updates
2125         * src/folderutils.c
2126                 Optimize Mark all read in the current
2127                 folder
2128         * src/mh.c
2129                 Add progressbar for copy/move
2130         * src/procmsg.c
2131                 Optimize O(n^2) in copy/move
2132         * src/summaryview.c
2133         * src/gtk/gtksctree.c
2134                 Optimize O(n^2) algos
2135         * src/common/timing.h
2136                 Display ms instead of us
2137
2138 2006-05-24 [wwp]        2.2.0cvs53
2139
2140         * manual/fr/advanced.xml
2141                 updates to the French manual.
2142
2143 2006-05-24 [wwp]        2.2.0cvs52
2144
2145         * src/common/utils.c
2146                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2147
2148 2006-05-24 [wwp]        2.2.0cvs51
2149
2150         * src/folderutils.c
2151                 fixed "mark all read" in MH folders (thanks to Colin).
2152
2153 2006-05-24 [paul]       2.2.0cvs50
2154
2155         * doc/man/sylpheed-claws.1
2156                 updated the man page
2157
2158 2006-05-23 [colin]      2.2.0cvs49
2159
2160         * src/folderview.c
2161         * src/imap.c
2162         * src/inc.c
2163         * src/mbox.c
2164         * src/messageview.c
2165         * src/news.c
2166         * src/send_message.c
2167         * src/summaryview.c
2168         * src/gtk/sslcertwindow.c
2169                 alertpanel fixes, by Fabien
2170
2171 2006-05-23 [colin]      2.2.0cvs48
2172
2173         * src/folder.c
2174         * src/folderview.c
2175         * src/msgcache.c
2176         * src/summaryview.c
2177         * src/gtk/gtksctree.c
2178         * src/gtk/gtksctree.h
2179                 More timings
2180                 Fix slow loading problem, which was caused by the
2181                 use of some gtk_ctree funcs and their use of
2182                 g_list_position while gtk_ctree_(un)link'ing.
2183                 Reap more functions from gtkctree.c to be sure we
2184                 use our (fast) version instead of theirs.
2185         * src/mh.c
2186                 Fix copy of unread mails
2187
2188
2189 2006-05-22 [wwp]        2.2.0cvs47
2190
2191         * manual/fr/advanced.xml
2192                 updated.
2193
2194 2006-05-22 [colin]      2.2.0cvs46
2195
2196         * src/filtering.c
2197                 Fix possible infinite loop. 'copy' is not a 
2198                 final action, so when encountering a 'copy',
2199                 we have to check if a previous one was set
2200                 and do it. In the same way, if we encounter
2201                 a 'move' we have to perform a possibly 
2202                 pending 'copy'. This will slow down filtering
2203                 on IMAP if move+copy or multiple copy actions
2204                 are to be done, but handling it via the batch
2205                 would be really too convoluted.
2206
2207 2006-05-22 [wwp]        2.2.0cvs45
2208
2209         * manual/fr/advanced.xml
2210         * manual/fr/faq.xml
2211         * manual/fr/glossary.xml
2212         * manual/fr/handling.xml
2213         * manual/fr/intro.xml
2214         * manual/fr/plugins.xml
2215         * manual/fr/sylpheed-claws-manual.xml
2216                 sync w/ the english manual: updates URIs, documented mailing-list
2217                 support, better explanation about the enabled/disabled feature
2218                 in filtering/processing rules by Paul.
2219
2220 2006-05-21 [colin]      2.2.0cvs44
2221
2222         * src/summaryview.c
2223                 Don't expand after building threads, but during
2224
2225 2006-05-21 [colin]      2.2.0cvs43
2226
2227         * src/procmsg.c
2228         * src/summaryview.c
2229                 More timing possibilities... For next time I have 
2230                 to find out how the hell some 3GHz computer takes
2231                 one minute to open a 30k folder...
2232
2233 2006-05-21 [colin]      2.2.0cvs42
2234
2235         * manual/pl/advanced.xml
2236         * manual/pl/faq.xml
2237         * manual/pl/glossary.xml
2238         * manual/pl/handling.xml
2239         * manual/pl/intro.xml
2240         * manual/pl/plugins.xml
2241         * manual/pl/sylpheed-claws-manual.xml
2242                 Polish manual updated by Pawel
2243
2244 2006-05-20 [colin]
2245
2246         * 2.3.0-rc3 released
2247
2248 2006-05-20 [colin]      2.2.0cvs41
2249
2250         * src/imap.c
2251                 Fix -rc2 problems:
2252                 - remove cache of moved messages from original folder
2253                 - apply new flags to messages even if they aren't appliable
2254                   via IMAP.
2255
2256 2006-05-20 [colin]
2257
2258         * 2.3.0-rc2 released
2259
2260 2006-05-19 [colin]      2.2.0cvs40
2261
2262         * src/imap.c
2263                 Don't issue SELECT in imap_change_flags
2264                 before having checked that we indeed have
2265                 some flags to change. MSG_POSTFILTERED for
2266                 example can't be used on IMAP.
2267                 Fixes bug #955 (copying messages between 
2268                 imap folders is extremely slow), which was
2269                 a regression.
2270
2271 2006-05-19 [colin]      2.2.0cvs39
2272
2273         * src/folder.c
2274         * src/folder.h
2275         * src/folderview.c
2276                 Try to fix bug #830 (Some unread messages 
2277                 get marked read in IMAP inbox):
2278                 - Prevent scanning a folder if it's being 
2279                   opened via the GUI
2280                 - Postpone opening via the GUI of a folder
2281                   currently scanned.
2282
2283
2284 2006-05-19 [wwp]        2.2.0cvs38
2285
2286         * manual/advanced.xml
2287                 fix English+typo (thanks to Paul).
2288
2289 2006-05-19 [wwp]        2.2.0cvs37
2290
2291         * manual/advanced.xml
2292         * manual/fr/advanced.xml
2293         * src/gtk/logwindow.c
2294         * src/prefs_common.c
2295         * src/prefs_common.h
2296                 added hidden prefs to allow customization of colors used in
2297                 protocol log window (useful for dark gtk+ themes).
2298
2299 2006-05-19 [wwp]        2.2.0cvs36
2300
2301         * ChangeLog
2302                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2303
2304 2006-05-19 [paul]       2.2.0cvs35
2305
2306         * src/textview.c
2307                 make Reply-To fully clickable
2308         * src/gtk/logwindow.c
2309                 more colouring (SMTP ESMTP)
2310         Both patches by Pawel Pekala
2311
2312 2006-05-19 [cleroy]     2.2.0cvs34
2313
2314         * src/mh.c
2315                 Don't update flags from current folder
2316                 Probably fixes bug #935 (Read Messages 
2317                 Revert to Being Marked as Unread)
2318
2319 2006-05-18 [colin]      2.2.0cvs33
2320
2321         * src/imap.c
2322                 Warning fix
2323         * src/compose.c
2324         * src/mainwindow.c
2325         * src/summaryview.c
2326         * src/toolbar.c
2327                 Allow replying to multiple emails
2328                 in multiple windows
2329         * src/mimeview.c
2330         * src/etpan/imap-thread.c
2331                 Leak fixes
2332
2333 2006-05-18 [paul]       2.2.0cvs32
2334
2335         * src/summaryview.c
2336                 keep Mailing-List menu refreshed
2337                 Thanks to Colin
2338
2339 2006-05-18 [paul]       2.2.0cvs31
2340
2341         * manual/advanced.xml
2342         * manual/faq.xml
2343         * manual/glossary.xml
2344         * manual/handling.xml
2345         * manual/intro.xml
2346         * manual/plugins.xml
2347         * manual/sylpheed-claws-manual.xml
2348                 update URLs
2349                 add info about mailing-list support
2350                 edit filtering info
2351         * src/wizard.c
2352         * src/common/defs.h
2353         * src/gtk/about.c
2354         * src/plugins/dillo_viewer/README
2355                 update URLs
2356
2357 2006-05-17 [wwp]        2.2.0cvs30
2358
2359         * manual/handling.xml
2360         * manual/fr/handling.xml
2361                 documented the ability to enabled/disable filtering/processing rules.
2362
2363 2006-05-17 [colin]      2.2.0cvs29
2364
2365         * src/main.c
2366                 Don't initialize g_thread subsystem if it's 
2367                 already done (thanks to Hiro)
2368         * src/mimeview.c
2369                 Fix saving of parts when there name can't be
2370                 converted from UTF-8.
2371
2372 2006-05-17 [paul]       2.2.0cvs28
2373
2374         * po/Makefile.in.in
2375                 fix config.status warning with autoconf 2.60
2376
2377 2006-05-17 [paul]       2.2.0cvs27
2378
2379         * po/POTFILES.in
2380                 add src/mbox.c
2381
2382 2006-05-17 [wwp]        2.2.0cvs26
2383
2384         * src/mainwindow.c
2385                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2386
2387 2006-05-17 [wwp]        2.2.0cvs25
2388
2389         * src/plugins/demo/demo.c
2390                 updated product name in plugin demo (many plugins need to be
2391                 sync'ed w/ that change).
2392
2393 2006-05-17 [colin]      2.2.0cvs24
2394
2395         * src/mh.c
2396                 Fix leak
2397
2398 2006-05-16 [colin]      2.2.0cvs23
2399
2400         * src/mainwindow.c
2401                 Stupid me hit again. Fix cvs22.
2402
2403 2006-05-16 [colin]      2.2.0cvs22
2404
2405         * src/mainwindow.c
2406                 Fix bug #922 (sylpheed-claws crashed after 
2407                 pushing on Inbox folder)
2408
2409 2006-05-16 [colin]      2.2.0cvs21
2410
2411         * src/compose.c
2412                 Make From header be copy/paste/select-able
2413
2414 2006-05-16 [wwp]        2.2.0cvs20
2415
2416         * src/export.c
2417         * src/matcher.c
2418         * src/summaryview.c
2419         * src/etpan/imap-thread.c
2420                 fix some compiler warnings (thanks to Colin).
2421
2422 2006-05-16 [wwp]        2.2.0cvs19
2423
2424         * src/action.c
2425         * src/gedit-print.c
2426         * src/inc.c
2427         * src/mainwindow.c
2428         * src/mh.c
2429         * src/statusbar.c
2430         * src/send_message.c
2431         * src/summaryview.c
2432                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2433
2434 2006-05-15 [colin]      2.2.0cvs18
2435
2436         * src/procmsg.c
2437                 Fix automatic rule creation with List-Post
2438
2439 2006-05-15 [paul]       2.2.0cvs17
2440
2441         * tools/filter_conv_new.pl
2442                 updated for rule enabling/disabling
2443                 claws version >= 2.3.x required
2444
2445 2006-05-15 [cleroy]     2.2.0cvs16
2446
2447         * src/main.c
2448                 Revert test
2449
2450 2006-05-15 [cleroy]     2.2.0cvs15
2451
2452         * src/main.c
2453                 test
2454
2455 2006-05-15 [wwp]        2.2.0cvs14
2456
2457         * manual/pl/.cvsignore
2458                 ignore generated files.
2459
2460 2006-05-14 [wwp]        2.3.0-rc1
2461
2462         * 2.3.0-rc1 released
2463
2464 2006-05-13 [wwp]        2.2.0cvs13
2465
2466         * src/filtering.c
2467         * src/filtering.h
2468         * src/matcher.c
2469         * src/matcher_parser_lex.l
2470         * src/matcher_parser_parse.y
2471         * src/prefs_filtering.c
2472                 new feature: provide the ability to disable filtering and processing
2473                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2474                 adaptations.
2475
2476 2006-05-13 [colin]      2.2.0cvs12
2477
2478         * src/compose.c
2479                 Remove useless if (a) b; else b;
2480                 Thanks to wwp
2481
2482 2006-05-13 [wwp]        2.2.0cvs11
2483
2484         * src/export.c
2485         * src/import.c
2486         * src/mainwindow.c
2487         * src/mbox.c
2488         * src/summaryview.c
2489         * src/summaryview.h
2490                 no more silent failures (or at least less ones) when importing
2491                 or exporting from/to mbox. Also start importing/exporting if
2492                 the necessary info is set.
2493
2494 2006-05-13 [wwp]        2.2.0cvs10
2495
2496         * RELEASE_NOTES
2497                 restored up-to-date release notes.
2498
2499 2006-05-13 [paul]       2.2.0cvs9
2500
2501         * po/nl.po
2502         * po/ru.po
2503                 updated by Tim Dijkstra and Pavlo Bohmat
2504
2505 2006-05-12 [colin]      2.2.0cvs8
2506
2507         * src/gtk/quicksearch.c
2508                 Add "k" as shortcut for "colorlabel". Patch
2509                 by ath42@users.sf.net.
2510
2511 2006-05-12 [paul]       2.2.0cvs7
2512
2513         * src/prefs_common.h
2514         * src/prefs_summaries.c
2515         * src/summaryview.c
2516                 when entering a folder also allow
2517                 going directly to first Marked message
2518
2519 2006-05-12 [paul]       2.2.0cvs6
2520
2521         * src/summaryview.c
2522                 always obey 'confirm before marking all
2523                 mails read' option
2524
2525 2006-05-12 [paul]       2.2.0cvs5
2526
2527         * src/textview.c
2528                 make Sender fully clickable
2529
2530 2006-05-12 [colin]      2.2.0cvs4
2531
2532         * src/compose.c
2533         * src/compose.h
2534                 Let From be editable
2535         * src/main.c
2536         * src/mh.c
2537                 Full support of .mh_sequences' Unseen seq
2538
2539 2006-05-12 [colin]      2.2.0cvs3
2540
2541         * src/folder.c
2542         * src/mainwindow.c
2543         * src/mainwindow.h
2544         * src/messageview.c
2545         * src/prefs_spelling.c
2546         * src/procheader.c
2547         * src/procmsg.c
2548         * src/procmsg.h
2549         * src/summaryview.c
2550         * src/toolbar.c
2551         * src/toolbar.h
2552                 Add contextual menu on Compose toolbar
2553                 button. Fixes bug #944 (Automatic
2554                 addresses not applied when changing account
2555                 from compose window)
2556                 add Mailing List support
2557                 based on the old 0.6.5claws25 patch by
2558                 Melvin Hadasht, with finishing touches
2559                 by Colin
2560                 Fix "ignore thread" when mails are threaded by
2561                 subject (and weren't ignored although appearing
2562                 in the thread).
2563                 GUI rework.
2564                 Both patches by Pawel.
2565
2566 2006-05-08 [paul]       2.2.0cvs2
2567
2568         * src/mainwindow.c
2569         * src/mainwindow.h
2570         * src/messageview.c
2571         * src/procheader.c
2572         * src/procmsg.c
2573         * src/procmsg.h
2574         * src/summaryview.c
2575                 add Mailing List support
2576                 based on the old 0.6.5claws25 patch by 
2577                 Melvin Hadasht, with finishing touches
2578                 by Colin
2579
2580 2006-05-08 [colin]      2.2.0cvs1
2581
2582         * src/mainwindow.c
2583         * src/toolbar.c
2584         * src/toolbar.h
2585                 Add contextual menu on Compose toolbar 
2586                 button. Fixes bug #944 (Automatic 
2587                 addresses not applied when changing account 
2588                 from compose window)
2589
2590 2006-05-08 [paul]       2.2.0
2591
2592         2.2.0 released
2593
2594 2006-05-08 [paul]       2.1.1cvs51
2595
2596         * po/cs.po
2597         * po/de.po
2598         * po/en_GB.po
2599         * po/fi.po
2600         * po/fr.po
2601         * po/pt_BR.po
2602         * po/sr.po
2603         * po/zh_CN.po
2604                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2605                 Fabien Vantard, Frederico Goncalves Guimaraes,
2606                 Aleksandar Urosevic, and Ralgh Young
2607
2608 2006-05-12 [colin]      2.1.1cvs50
2609
2610         * po/cs.po
2611         * po/de.po
2612         * po/en_GB.po
2613         * po/es.po
2614         * po/fi.po
2615         * po/fr.po
2616         * po/pt_BR.po
2617         * po/sr.po
2618         * po/zh_CN.po
2619                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2620                 Fabien Vantard, Frederico Goncalves Guimaraes,
2621                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2622
2623 2006-05-05 [colin]      2.1.1cvs49
2624
2625         * manual/Makefile.am
2626         * manual/pl/Makefile.am
2627         * manual/pl/account.xml
2628         * manual/pl/ack.xml
2629         * manual/pl/addrbook.xml
2630         * manual/pl/advanced.xml
2631         * manual/pl/faq.xml
2632         * manual/pl/glossary.xml
2633         * manual/pl/gpl.xml
2634         * manual/pl/handling.xml
2635         * manual/pl/intro.xml
2636         * manual/pl/keyboard.xml
2637         * manual/pl/plugins.xml
2638         * manual/pl/starting.xml
2639         * manual/pl/sylpheed-claws-manual.xml
2640         * manual/pl/dist/.cvsignore
2641         * manual/pl/dist/Makefile.am
2642         * manual/pl/dist/html/.cvsignore
2643         * manual/pl/dist/html/Makefile.am
2644         * manual/pl/dist/pdf/.cvsignore
2645         * manual/pl/dist/pdf/Makefile.am
2646         * manual/pl/dist/ps/.cvsignore
2647         * manual/pl/dist/ps/Makefile.am
2648         * manual/pl/dist/txt/.cvsignore
2649         * manual/pl/dist/txt/Makefile.am
2650                 Add the polish translation of the manual,
2651                 Authored by Pawel Pekala.
2652
2653 2006-05-05 [cleroy]     2.1.1cvs48
2654
2655         * src/main.c
2656                 Re-read matcherrc after loading plugins 
2657                 if some of them add folders.
2658
2659 2006-05-03 [colin]      2.1.1cvs47
2660
2661         * src/imap.c
2662                 I'm idiot
2663
2664 2006-05-03 [colin]      2.1.1cvs46
2665
2666         * src/imap.c
2667                 Be sure to have a session when
2668                 getting separator
2669
2670 2006-05-03 [colin]      2.1.1cvs45
2671
2672         * src/imap.c
2673         * src/imap.h
2674         * src/imap_gtk.c
2675                 Fix preventing renaming with namespace 
2676                 separator.
2677
2678 2006-05-01 [colin]      2.1.1cvs44
2679
2680         * src/action.c
2681                 Don't reload messageview when result of
2682                 action is piped.
2683
2684 2006-04-29 [colin]      2.1.1cvs43
2685
2686         * src/prefs_receive.c
2687         * src/plugins/spamassassin/spamassassin_gtk.c
2688         * src/plugins/clamav/clamav_plugin_gtk.c
2689                 GUI fixes by Pawel
2690
2691 2006-04-29 [colin]      2.1.1cvs42
2692
2693         * src/prefs_compose_writing.c
2694         * src/prefs_quote.c
2695                 Cleanups. Patch by Pawel
2696
2697 2006-04-28 [paul]       2.1.1cvs41
2698
2699         * src/matcher.c
2700                 fix returned quick search results when search
2701                 term contains an underscore.
2702                 Thanks to Colin
2703
2704 2006-04-28 [paul]       2.1.1cvs40
2705
2706         * src/prefs_message.c
2707         * src/prefs_receive.c
2708                 GUI cleanups
2709                 Patches by Pawel Pekala
2710
2711 2006-04-27 [colin]      2.1.1cvs39
2712
2713         * src/wizard.c
2714                 Differentiate subject Welcome from
2715                 window's title Welcome
2716
2717 2006-04-27 [paul]
2718
2719         2.2.0-rc1 released
2720
2721 2006-04-27 [paul]       2.1.1cvs38
2722
2723         * manual/advanced.xml
2724         * manual/fr/advanced.xml
2725                 add info about compose_no_markup hidden pref
2726
2727 2006-04-27 [paul]       2.1.1cvs37
2728
2729         * src/prefs_account.c
2730                 improve privacy labels
2731         * src/prefs_msg_colors.c
2732                 change some strings for translators' convenience
2733         * src/gtk/gtkutils.c
2734                 don't underline the link button text
2735
2736 2006-04-25 [colin]      2.1.1cvs36
2737
2738         * src/folder.c
2739                 Complete 2.1.1cvs33 (once more ;)
2740
2741 2006-04-25 [colin]      2.1.1cvs35
2742
2743         * src/editldap.c
2744                 Fix tooltip
2745
2746 2006-04-25 [cleroy]     2.1.1cvs34
2747
2748         * src/compose.c
2749         * src/gtk/gtkaspell.c
2750                 Fix crash on redirect (related to the return 
2751                 of the aspell menu in compose's toolbar)
2752         * src/prefs_msg_colors.c
2753                 Fix sensitivity widgets
2754         * src/image_viewer.c
2755         * src/gtk/pluginwindow.c
2756         * src/gtk/prefswindow.c
2757                 Change released signals to clicked (Fabien)
2758         * po/POTFILES.in
2759         * src/common/socket.c
2760         * src/plugins/spamassassin/spamassassin.c
2761                 Translate strings (Fabien)
2762
2763 2006-04-25 [paul]       2.1.1cvs33
2764
2765         * src/folder.c
2766         * src/folder.h
2767         * src/folderview.c
2768                 complete the fix of bug #912
2769                 Thanks to Colin
2770
2771 2006-04-25 [colin]      2.1.1cvs32
2772
2773         * src/news.c
2774                 Better progress bar
2775         * src/mimeview.c
2776         * src/summaryview.c
2777         * src/summaryview.h
2778                 Fix focus chain
2779                 Patches by Pawel Pekala
2780
2781 2006-04-24 [colin]      2.1.1cvs31
2782
2783         * src/compose.c
2784                 Fix compilation warnings (Fabien)
2785
2786 2006-04-24 [colin]      2.1.1cvs30
2787
2788         * src/addrindex.c
2789         * src/editldap.c
2790         * src/editldap_basedn.c
2791         * src/editldap_basedn.h
2792         * src/ldapctrl.c
2793         * src/ldapctrl.h
2794         * src/ldapquery.c
2795         * src/ldaputil.c
2796         * src/ldaputil.h
2797                 Fix bug #901 (LDAPS support)
2798
2799 2006-04-24 [colin]      2.1.1cvs29
2800
2801         * src/compose.c
2802                 Fix logic on error with send dialog on
2803         * src/imap.c
2804                 Fix compilation without libetpan, thanks
2805                 to Fabien
2806         * src/summaryview.c
2807                 Fix 'context-menu' key
2808
2809 2006-04-23 [colin]      2.1.1cvs28
2810
2811         * src/folder.c
2812                 Never free current's cache to free up 
2813                 memory. Fixes bug #912 (new count 
2814                 randomly set to message count)
2815
2816 2006-04-23 [colin]      2.1.1cvs27
2817
2818         * src/gtk/quicksearch.c
2819                 And remove printf...
2820
2821 2006-04-23 [colin]      2.1.1cvs26
2822
2823         * src/gtk/quicksearch.c
2824                 Fix replacing in quicksearch, and fix inserting
2825                 in the middle of the string. (introduced at 2.1.0cvs22)
2826
2827 2006-04-23 [colin]      2.1.1cvs25
2828
2829         * src/imap.c
2830                 Make sure uidnext is initialized in get_num_list
2831                 (not for stable, related to 2.1.1cvs8 and friends)
2832
2833 2006-04-23 [colin]      2.1.1cvs24
2834
2835         * src/imap.c
2836                 Output something when login is successful
2837                 too
2838
2839 2006-04-23 [colin]      2.1.1cvs23
2840
2841         * src/etpan/imap-thread.c
2842                 Better logging (line-per-line, hide data in fetch)
2843                 Fix a const warning
2844         * src/gtk/logwindow.c
2845         * src/gtk/logwindow.h
2846                 Better logging (color for input/output)
2847
2848 2006-04-21 [colin]      2.1.1cvs22
2849
2850         * src/gtk/quicksearch.c
2851                 On gtk+-2.8, use stock buttons in quicksearch
2852                 Based on a patch by Fabien and a design by Paul
2853
2854 2006-04-21 [colin]      2.1.1cvs21
2855
2856         * src/folderview.c
2857         * src/mainwindow.c
2858                 Fix occasional flicker in folderview
2859         * src/common/utils.c
2860                 Fix bug #943 (Incorrectly parsed email address 
2861                 list in short headers on message view and in 
2862                 printouts)
2863
2864 2006-04-20 [colin]      2.1.1cvs20
2865
2866         * src/imap.c
2867         * src/imap.h
2868         * src/prefs_account.c
2869                 Add ANONYMOUS auth for IMAP
2870
2871 2006-04-20 [paul]       2.1.1cvs19
2872
2873         * src/main.c
2874                 proper fix for 2.1.1cvs18
2875                 Thanks to Colin
2876
2877 2006-04-20 [paul]       2.1.1cvs18
2878
2879         * src/main.c
2880                 fix build warnings
2881
2882 2006-04-20 [paul]       2.1.1cvs17
2883
2884         * src/gtk/quicksearch.c
2885                 fix standard, non-extended Quick search,
2886                 was broken in 2.1.1cvs15.
2887                 Thanks to Colin.
2888
2889 2006-04-20 [colin]      2.1.1cvs16
2890
2891         * src/prefs_matcher.c
2892                 Fix values when reselecting a ~test
2893                 rule
2894
2895 2006-04-19 [colin]      2.1.1cvs15
2896
2897         * src/compose.c
2898         * src/compose.h
2899         * src/gtk/gtkaspell.c
2900         * src/gtk/gtkaspell.h
2901                 Put back Options menu in Spelling/
2902         * src/gtk/quicksearch.c
2903                 Don't search, and show error, if the
2904                 advanced search has a syntax error
2905
2906 2006-04-18 [colin]      2.1.1cvs14
2907
2908         * src/textview.c
2909                 Fix gdk warnings on set_cursor when textview
2910                 isn't visible
2911
2912 2006-04-18 [colin]      2.1.1cvs13
2913
2914         * src/gtk/gtksctree.c
2915                 Remove seemingly useless refresh that causes
2916                 flicker - watch this commit in case of 
2917                 problems before planned backport to stable
2918
2919 2006-04-18 [colin]      2.1.1cvs12
2920
2921         * src/imap.c
2922                 Factorize get/set_xml code
2923         * src/compose.c
2924         * src/prefs_account.c
2925         * src/prefs_account.h
2926         * src/procmsg.c
2927                 Add Encrypt to self option
2928
2929 2006-04-17 [colin]      2.1.1cvs11
2930
2931         * configure.ac
2932                 Fix search on encrpyt function on dragonfly
2933                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2934
2935 2006-04-17 [colin]      2.1.1cvs10
2936
2937         * src/prefs_account.c
2938                 Be safe by default: remove mails from POP3
2939                 after 7 days, not immediately
2940
2941 2006-04-17 [colin]      2.1.1cvs9
2942
2943         * src/etpan/imap-thread.c
2944                 Fix build on DragonFly - patch by 
2945                 Jonathan Buschmann <jonthn@agmact.com>
2946
2947 2006-04-17 [colin]      2.1.1cvs8
2948
2949         * src/imap.c
2950                 Save uidnext between sessions
2951
2952 2006-04-17 [colin]      2.1.1cvs7
2953
2954         * src/imap.c
2955                 scan is required when uid validity changes
2956
2957 2006-04-17 [colin]      2.1.1cvs6
2958
2959         * src/folderview.c
2960                 Don't scan if not necessary, apart in current
2961                 folder and INBOX to fetch flags.
2962         * src/imap.c
2963                 Scan is necessary if unread count changes
2964
2965 2006-04-17 [colin]      2.1.1cvs5
2966
2967         * src/imap.c
2968                 ...But always fetch ANSWERED and DELETED flags for
2969                 INBOX, as filtering can happen on these flags.
2970
2971 2006-04-17 [colin]      2.1.1cvs4
2972
2973         * src/imap.c
2974                 Don't fetch REPLIED and DELETED flags when synchronising
2975                 flags with a closed folder. We only need UNSEEN and FLAGGED
2976                 to update the folderview.
2977
2978 2006-04-17 [colin]      2.1.1cvs3
2979
2980         * src/imap.c
2981                 Faster flag search when there are new mails 
2982                 in a folder. We can do a full search if the 
2983                 folder contains less messages than the new
2984                 list.
2985
2986 2006-04-17 [colin]      2.1.1cvs2
2987
2988         * po/cs.po
2989         * po/de.po
2990         * po/fr.po
2991         * po/nl.po
2992         * po/pt_BR.po
2993                 Update translations from stable branch
2994
2995 2006-04-17 [colin]      2.1.1cvs1
2996
2997         * configure.ac
2998                 Bump version to follow stable release
2999
3000 2006-04-16 [mones]      2.1.0cvs50
3001
3002         * po/es.po
3003                 Updated for release
3004
3005 2006-04-16 [colin]      2.1.0cvs49
3006
3007         * src/textview.c
3008                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
3009                 with gtk < 2.8. Thanks to Fabien Vantard.
3010
3011 2006-04-15 [colin]      2.1.0cvs48
3012
3013         * src/etpan/imap-thread.c
3014                 Fix bug #919 (libetpan: SEGV when connecting 
3015                 using command)
3016
3017 2006-04-14 [colin]      2.1.0cvs47
3018
3019         * src/main.c
3020                 Fix race on --select (should be done better)
3021
3022 2006-04-14 [wwp]        2.1.0cvs46
3023
3024         * src/send_message.c
3025                 enforce a check for domain in account prefs (a sending
3026                 error could be faced if domain was checked but no value set),
3027                 thanks to Colin.
3028
3029 2006-04-14 [colin]      2.1.0cvs45
3030
3031         * src/codeconv.c
3032                 when converting from unknown to unknown, if the
3033                 string is UTF8, don't convert it to the locale
3034                 (which breaks it)
3035
3036 2006-04-14 [colin]      2.1.0cvs44
3037
3038         * src/compose.c
3039                 Don't try to use ASCII for converting headers
3040                 (as done in body)
3041
3042 2006-04-14 [paul]       2.1.0cvs43
3043
3044         * src/crash.c
3045                 add locale/charset info to crash report
3046         * src/gtk/about.c
3047                 add wwp to doc team
3048                 replace 'e-mail' with preferred 'email'
3049         * src/gtk/authors.h
3050                 ensure contributors list is in alphabetical
3051                 order
3052
3053 2006-04-13 [colin]      2.1.0cvs42
3054
3055         * src/textview.c
3056                 Prevent gdk warnings
3057
3058 2006-04-13 [colin]      2.1.0cvs41
3059
3060         * src/common/ssl_certificate.c
3061         * src/common/ssl_certificate.h
3062         * src/gtk/sslcertwindow.c
3063                 Warn on expired certs, and display the expiration date
3064
3065 2006-04-13 [colin]      2.1.0cvs40
3066
3067         * src/plugins/spamassassin/spamassassin_gtk.c
3068                 Fix missing set_text on unix socket
3069
3070 2006-04-13 [wwp]        2.1.0cvs39
3071
3072         * manual/fr/advanced.xml
3073         * manual/fr/glossary.xml
3074                 applied new spam/ham/email lexicon (pourriel, courriel)
3075
3076 2006-04-13 [paul]       2.1.0cvs38
3077
3078         * src/plugins/pgpmime/plugin.c
3079                 remove the mention of S/MIME from the
3080                 description. This is now handled by the
3081                 S/MIME plugin.
3082
3083 2006-04-13 [paul]       2.1.0cvs37
3084
3085         * src/prefs_msg_colors.c
3086                 rework dialog
3087         * src/prefs_folder_item.c
3088         * src/prefs_spelling.c
3089                 add a tooltip to the colour selector buttons
3090
3091 2006-04-13 [wwp]        2.1.0cvs36
3092
3093         * manual/advanced.xml
3094         * manual/glossary.xml
3095         * manual/handling.xml
3096         * manual/keyboard.xml
3097         * manual/plugins.xml
3098         * manual/starting.xml
3099         * manual/fr/account.xml
3100         * manual/fr/ack.xml
3101         * manual/fr/addrbook.xml
3102         * manual/fr/advanced.xml
3103         * manual/fr/faq.xml
3104         * manual/fr/glossary.xml
3105         * manual/fr/gpl.xml
3106         * manual/fr/handling.xml
3107         * manual/fr/intro.xml
3108         * manual/fr/keyboard.xml
3109         * manual/fr/plugins.xml
3110         * manual/fr/starting.xml
3111         * manual/fr/sylpheed-claws-manual.xml
3112                 fixes to the manuals:
3113                  - summaryview -> Message List (same in French)
3114                  - translate key names
3115                  - fix French punctuation, use non-breakable spaces when
3116                    necessary, don't use &thinsp; which is not portable
3117                  - tell what maildir and mbox formats we support
3118
3119 2006-04-12 [wwp]        2.1.0cvs35
3120
3121         * src/prefs_toolbar.c
3122                 unified a replace button more,
3123                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3124
3125 2006-04-12 [wwp]        2.1.0cvs34
3126
3127         * src/prefs_common.c
3128         * src/prefs_msg_colors.c
3129                 make default color labels translatable,
3130                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3131                 thanks to Tim <timbrain@post.cz> for reporting.
3132
3133 2006-04-12 [wwp]        2.1.0cvs33
3134
3135         * manual/glossary.xml
3136         * manual/intro.xml
3137         * manual/plugins.xml
3138         * manual/starting.xml
3139         * manual/sylpheed-claws-manual.xml
3140         * manual/fr/.cvsignore
3141         * manual/fr/account.xml
3142         * manual/fr/ack.xml
3143         * manual/fr/addrbook.xml
3144         * manual/fr/advanced.xml
3145         * manual/fr/faq.xml
3146         * manual/fr/glossary.xml
3147         * manual/fr/handling.xml
3148         * manual/fr/intro.xml
3149         * manual/fr/keyboard.xml
3150         * manual/fr/plugins.xml
3151         * manual/fr/starting.xml
3152         * manual/fr/sylpheed-claws-manual.xml
3153                 various fixes: typos, missing .fr translations, punctuation,
3154                 capitalization, links, accents and some bad French more.
3155
3156 2006-04-12 [wwp]        2.1.0cvs32
3157
3158         * src/prefs_gtk.c
3159                 fix for bug #935: always store prefs files in UTF-8 (thanks
3160                 to Colin).
3161
3162 2006-04-11 [colin]      2.1.0cvs31
3163
3164         * src/compose.c
3165                 Fix inserting files not in utf8 when locale is utf8
3166
3167 2006-04-11 [colin]      2.1.0cvs30
3168
3169         * src/inc.c
3170                 Don't show error dialog when cancelling connection
3171                 Patch by Pawel
3172
3173 2006-04-11 [cleroy]     2.1.0cvs29
3174
3175         * src/compose.c
3176                 Implement multiple quote levels
3177         * src/prefs_common.c
3178                 Change a little bit the quote bgcolor for 2nd level
3179
3180 2006-04-11 [colin]      2.1.0cvs28
3181
3182         * src/gtk/about.c
3183                 Add locale and charset in the label
3184
3185 2006-04-10 [colin]      2.1.0cvs27
3186
3187         * src/compose.c
3188         * src/prefs_common.c
3189         * src/prefs_common.h
3190         * src/prefs_msg_colors.c
3191         * src/textview.c
3192                 Allow optional background color in quotes
3193                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3194                 GTK+-2.8.x feature
3195
3196 2006-04-10 [colin]      2.1.0cvs26
3197
3198         * src/main.c
3199         * src/mainwindow.c
3200         * src/mainwindow.h
3201                 Implement --select
3202
3203 2006-04-10 [colin]      2.1.0cvs25
3204
3205         * manual/plugins.xml
3206         * manual/fr/plugins.xml
3207                 Document libcurl's proxy variables
3208
3209 2006-04-09 [colin]      2.1.0cvs24
3210
3211         * src/prefs_common.c
3212                 gettext() returns statically allocated stuff. We have
3213                 to strdup it in order to be able to free it.
3214
3215 2006-04-09 [colin]      2.1.0cvs23
3216
3217         * AUTHORS
3218         * src/gtk/authors.h
3219                 Add Alexei
3220
3221 2006-04-09 [colin]      2.1.0cvs22
3222
3223         * src/mainwindow.c
3224         * src/gtk/quicksearch.c
3225                 Fix bug #859 (problems with cyrilic input in 
3226                 search panel) - Patch by Alexey Illarionov 
3227                 <littlesavage@rambler.ru>
3228
3229 2006-04-09 [colin]      2.1.0cvs21
3230
3231         * src/prefs_customheader.c
3232                 I prefer removing then freeing rather than the contrary
3233                 (even if it doesn't change anything ;-)
3234         * src/prefs_account.c
3235                 Fix bug #933 (Crash re-entering the custom headers list 
3236                 dialog in accounts prefs)
3237                 The problem happened when cancelling the Account 
3238                 Preferences' dialogs - in which case we didn't do 
3239                 anything to the PrefsAccount * struct. In case of applying,
3240                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3241                 working with in this dialog. The problem is that 
3242                 prefs_customheader.c, working on this tmp_ac_prefs, always
3243                 changes the ->customhdr_list pointer, even when cancelled. 
3244                 So in case of cancelling the prefs_account dialog, we still
3245                 have to update ->customhdr_list in the real account.
3246
3247 2006-04-08 [colin]      2.1.0cvs20
3248
3249         * manual/fr/glossary.xml
3250         * manual/fr/keyboard.xml
3251                 Forgot some headers :)
3252
3253 2006-04-08 [colin]      2.1.0cvs19
3254
3255         * manual/Makefile.am
3256         * manual/fr/Makefile.am
3257         * manual/fr/account.xml
3258         * manual/fr/ack.xml
3259         * manual/fr/addrbook.xml
3260         * manual/fr/advanced.xml
3261         * manual/fr/faq.xml
3262         * manual/fr/glossary.xml
3263         * manual/fr/gpl.xml
3264         * manual/fr/handling.xml
3265         * manual/fr/intro.xml
3266         * manual/fr/keyboard.xml
3267         * manual/fr/plugins.xml
3268         * manual/fr/starting.xml
3269         * manual/fr/sylpheed-claws-manual.xml
3270         * manual/fr/dist/.cvsignore
3271         * manual/fr/dist/Makefile.am
3272         * manual/fr/dist/html/.cvsignore
3273         * manual/fr/dist/html/Makefile.am
3274         * manual/fr/dist/pdf/.cvsignore
3275         * manual/fr/dist/pdf/Makefile.am
3276         * manual/fr/dist/ps/.cvsignore
3277         * manual/fr/dist/ps/Makefile.am
3278         * manual/fr/dist/txt/.cvsignore
3279         * manual/fr/dist/txt/Makefile.am
3280                 Add the french translation of the manual. Thanks to
3281                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3282                 account.xml, ack.xml, addrbook.xml and advanced.xml
3283
3284 2006-04-08 [colin]      2.1.0cvs18
3285
3286         * manual/plugins.xml
3287         * manual/starting.xml
3288                 More fixes
3289
3290 2006-04-07 [colin]      2.1.0cvs17
3291
3292         * manual/faq.xml
3293         * manual/intro.xml
3294         * manual/keyboard.xml
3295                 Little fixes
3296
3297 2006-04-07 [colin]      2.1.0cvs16
3298
3299         * README
3300         * src/compose.c
3301         * src/prefs_common.c
3302         * src/prefs_common.h
3303                 Add hidden compose_no_markup pref
3304
3305 2006-04-07 [wwp]        2.1.0cvs15
3306
3307         * src/summary_search.c
3308         * .cvsignore
3309                 Bugfix: stop button was sticky when searching in an empty folder.
3310                 Applied curly brackets code style to the whole file (summary_search.c).
3311                 More files to ignore.
3312
3313 2006-04-07 [wwp]        2.1.0cvs14
3314
3315         * src/message_search.c
3316         * src/summary_search.c
3317                 changed default button when search bumps at file/folder
3318                 beginning or end, for convenience (thanks to Colin).
3319
3320 2006-04-07 [paul]       2.1.0cvs13
3321
3322         * src/plugins/dillo_viewer/dillo_prefs.c
3323                 avoid future potential for namespace collision
3324                 Patch by Colin
3325
3326 2006-04-06 [wwp]        2.1.0cvs12
3327
3328         * src/summary_search.c
3329                 Unify extended/advanced searches names (and thus factorize labels),
3330                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3331
3332 2006-04-06 [wwp]        2.1.0cvs11
3333
3334         * src/folderview.c
3335         * src/prefs_themes.c
3336         * src/summaryview.c
3337                 Fixed some compilation warnings.
3338
3339 2006-04-06 [colin]      2.1.0cvs10
3340
3341         * manual/advanced.xml
3342                 Document the wizard template and how to deploy
3343                 Sylpheed-Claws effectively
3344
3345 2006-04-06 [colin]      2.1.0cvs9
3346
3347         * src/folderview.c
3348                 gettext patch to tell translators about _("#"),
3349                 by Maxim Britov
3350
3351 2006-04-06 [colin]      2.1.0cvs8
3352
3353         * src/textview.c
3354                 Fix invalid GtkTextBIter after clicking "Display as text"
3355
3356 2006-04-06 [mones]      2.1.0cvs7
3357
3358         * src/addr_compl.c
3359         * src/addrindex.c
3360         * src/addritem.c
3361         * src/codeconv.c
3362         * src/compose.c
3363         * src/filtering.c
3364         * src/folder.c
3365         * src/folder_item_prefs.c
3366         * src/folderview.c
3367         * src/localfolder.c
3368         * src/matcher.c
3369         * src/mimeview.c
3370         * src/prefs_msg_colors.c
3371         * src/prefs_spelling.c
3372         * src/prefs_themes.c
3373         * src/procmime.c
3374         * src/procmsg.c
3375         * src/stock_pixmap.c
3376         * src/summaryview.c
3377         * src/textview.c
3378         * src/toolbar.c
3379         * src/common/mgutils.c
3380         * src/common/prefs.c
3381         * src/common/ssl_certificate.c
3382         * src/gtk/colorlabel.c
3383         * src/gtk/quicksearch.c
3384         * src/plugins/pgpmime/pgpmime.c
3385         * src/plugins/spamassassin/spamassassin.c
3386                 Removed redundant NULL checks for g_free() calls.
3387                 Patch by Pawel Pekala.
3388
3389 2006-04-06 [mones]      2.1.0cvs6
3390
3391         * src/prefs_actions.c
3392         * src/prefs_filtering.c
3393         * src/prefs_filtering_action.c
3394         * src/prefs_matcher.c
3395         * src/prefs_template.c
3396         * src/gtk/gtkutils.c
3397         * src/gtk/gtkutils.h
3398                 Have a nice replace button. Patch by Pawel Pekala
3399
3400 2006-04-06 [colin]      2.1.0cvs5
3401
3402         * src/addressbook.c
3403                 Fix crash with empty columns
3404
3405 2006-04-05 [colin]      2.1.0cvs4
3406
3407         * src/wizard.c
3408         * src/prefs_gtk.c
3409                 Allow wizard customization with pre-filled values
3410
3411 2006-04-05 [colin]      2.1.0cvs3
3412
3413         * src/textview.c
3414         * src/mimeview.c
3415         * src/mimeview.h
3416                 Nicer messages in mimeview
3417
3418 2006-04-05 [colin]      2.1.0cvs2
3419
3420         * src/addressbook.c
3421         * src/prefs_summaries.c
3422                 i18n fix
3423
3424 2006-04-05 [colin]      2.1.0cvs1
3425
3426         * src/plugins/pgpcore/plugin.c
3427         * src/plugins/pgpcore/select-keys.c
3428         * src/plugins/pgpcore/select-keys.h
3429         * src/plugins/pgpcore/sgpgme.c
3430         * src/plugins/pgpcore/sgpgme.h
3431         * src/plugins/pgpinline/pgpinline.c
3432         * src/plugins/pgpinline/plugin.c
3433         * src/plugins/pgpmime/pgpmime.c
3434         * src/plugins/pgpmime/plugin.c
3435                 Factorize and generalize a bit 
3436                 Drop S/MIME signature verification from PGP/MIME
3437                 (adding it as another, more complete plugin)
3438
3439 2006-04-05 [paul]       2.1.0
3440
3441         2.1.0 released
3442
3443 2006-04-05 [paul]       2.0.0cvs186
3444
3445         * manual/advanced.xml
3446                 add info on colour labels
3447
3448 2006-04-05 [paul]       2.0.0cvs185
3449
3450         * po/bg.po
3451         * po/cs.po
3452         * po/de.po
3453         * po/el.po
3454         * po/en_GB.po
3455         * po/fi.po
3456         * po/fr.po
3457         * po/it.po
3458         * po/nl.po
3459         * po/pl.po
3460         * po/pt_BR.po
3461         * po/sr.po
3462         * po/zh_CN.po
3463                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3464                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3465                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3466                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3467         * src/gtk/authors.h
3468         * tools/claws.i18n.status.pl
3469                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3470                 and new Czech translator, Tim <timbrain@post.cz>
3471
3472 2006-04-05 [mones]      2.0.0cvs184
3473
3474         * po/es.po
3475                 Updated translation
3476
3477 2006-04-05 [colin]      2.0.0cvs183
3478
3479         * src/gtk/quicksearch.c
3480                 Fix bug #929 (unnecessary reload in quick search bar)
3481
3482 2006-04-05 [colin]      2.0.0cvs182
3483
3484         * src/compose.c
3485                 Fix crash on Reply with no From:
3486                 Show signature and conversion error on queuing 
3487                 (but not sending)
3488         * src/mainwindow.c
3489         * src/summaryview.c
3490         * src/summaryview.h
3491                 Factorize threading code and make sure msginfo 
3492                 is not null when it comes from a GtkCTreeRow's 
3493                 data
3494         * src/gtk/gtkaspell.c
3495                 Check for necessary things
3496         * src/gtk/gtksctree.c
3497         * src/gtk/gtksctree.h
3498                 Reset anchor if necessary when removing node
3499
3500 2006-03-29 [colin]      2.0.0cvs181
3501
3502         * src/folderview.c
3503                 Warn for disabled IMAP accounts (due to lack of
3504                 libetpan). Breaks string-freeze - sorry - but it
3505                 is kind of important ;)
3506
3507 2006-03-28 [colin]      2.0.0cvs180
3508
3509         * src/gtk/gtkutils.c
3510         * src/gtk/gtkutils.h
3511                 Add a gtkut_get_link_btn() function that
3512                 creates a button which acts like an URI
3513         * src/prefs_themes.c
3514         * src/gtk/about.c
3515                 Use this function (factorizes codes)
3516         * src/common/defs.h
3517         * src/gtk/pluginwindow.c
3518                 Add a "Get more..." in the plugins window
3519
3520 2006-03-28 [colin]      2.0.0cvs179
3521
3522         * src/common/smtp.c
3523         * src/common/passcrypt.c
3524         * src/undo.c
3525                 Warning fixes. Patch by Pawel Pekala
3526
3527 2006-03-27 [colin]      2.0.0cvs178
3528
3529         * src/undo.c
3530                 Fix undoing by blocks with spaces
3531
3532 2006-03-27 [colin]      2.0.0cvs177
3533
3534         * src/textview.c
3535                 Set margin to 3px for headers
3536
3537 2006-03-27 [paul]
3538
3539         2.1.0-rc2 released
3540
3541 2006-03-27 [wwp]        2.0.0cvs176
3542
3543         * src/summaryview.c
3544                 don't reset quicksearch when updating the message list.
3545                 Thanks to Colin.
3546
3547 2006-03-26 [wwp]        2.0.0cvs175
3548
3549         * src/compose.c
3550                 use a unified border width ('other' tab in the compose window,
3551                 patch by Pawel Pekala).
3552
3553
3554 2006-03-26 [wwp]        2.0.0cvs174
3555
3556         * src/common/quoted-printable.c
3557         * src/addressbook.c
3558                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3559
3560 2006-03-26 [colin]      2.0.0cvs173
3561
3562         * src/quote_fmt_parse.y
3563                 Fix non-UTF8 date formats messing up the whole quote a 
3564                 little bit
3565
3566 2006-03-26 [colin]      2.0.0cvs172
3567
3568         * src/procheader.c
3569                 Make sure the date is UTF8 valid, or try to make it
3570                 so. IncrediMail is really IncrediStupid.
3571         * src/compose.c
3572                 Fix possible conversions. 
3573                 
3574
3575 2006-03-26 [colin]      2.0.0cvs171
3576
3577         * src/matcher.c
3578                 Fix corner cases in body search. This is still a
3579                 hack... It seems impossible to make it good and 
3580                 reasonably fast at the same time.
3581
3582 2006-03-26 [colin]      2.0.0cvs170
3583
3584         * src/summaryview.c
3585                 I think I killed the twilight zone bug!
3586                 summary_select_node() flushes GTK events in order
3587                 to be able to center the view. But this also 
3588                 flushes keypresses like Ctrl-Alt-U, so this can
3589                 call summary_show from summary_select_node (itself
3590                 called from summary_show, etc.). And the summaryview
3591                 has to be unlocked in this function. So just locking
3592                 while processing GTK events, and bailing if locked, 
3593                 should fix it.
3594                 Fixes bug #927 (SIGSEGV during Update Summary)
3595
3596 2006-03-25 [colin]      2.0.0cvs169
3597
3598         * src/matcher.c
3599                 Fix search in QP-encoded bodies
3600                 Fix utf-8 searches in bodies encoded in the
3601                 locale's encoding
3602         * src/common/quoted-printable.c
3603         * src/common/quoted-printable.h
3604                 Add a decode function that doesn't overwrite
3605                 the original pointer
3606                 
3607
3608 2006-03-24 [colin]      2.0.0cvs168
3609
3610         * src/action.c
3611         * src/summaryview.c
3612         * src/summaryview.h
3613                 Update message cache after action
3614                 Patch by H. Merijn Brand
3615         * src/prefs_msg_colors.c
3616                 Factorize label 
3617                 Patch by Fabien Vantard
3618         * src/plugins/spamassassin/spamassassin_gtk.c
3619                 Remove useless translation
3620                 Patch by Fabien Vantard
3621
3622 2006-03-23 [colin]      2.0.0cvs167
3623
3624         * src/common/ssl.c
3625                 Let 30 seconds to SSL_connect
3626
3627 2006-03-23 [wwp]        2.0.0cvs166
3628
3629         * src/summaryview.c
3630         * src/gtk/description_window.c
3631                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3632                 and headers are translated; adjust description windows' width to fit their
3633                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3634
3635 2006-03-23 [paul]       2.0.0cvs165
3636
3637         * src/common/utils.c
3638                 fix highlighting of URIs containing "()"
3639                 (2.0.0cvs164's reversal fixed)
3640                 Thanks to Colin.
3641
3642 2006-03-23 [paul]       2.0.0cvs164
3643
3644         * src/common/utils.c
3645                 revert patch, (postponing a fix), at 2.0.0cvs120
3646                 as it breaks more URIs than it fixes.
3647                 Allow '-' to be a terminating character in a URI
3648
3649 2006-03-22 [colin]      2.0.0cvs163
3650
3651         * configure.ac
3652                 Require libetpan 0.45
3653                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3654
3655 2006-03-22 [paul]       2.0.0cvs162
3656
3657         * src/editgroup.c
3658                 replace '<-' and '->' buttons with GTK_STOCK graphical
3659                 buttons
3660         * src/summary_search.c
3661                 don't offer '...' for translation
3662                 add a tooltip to advanced search '...' button
3663         * src/gtk/quicksearch.c
3664                 don't offer '...' for translation
3665
3666 2006-03-21 [colin]      2.0.0cvs161
3667
3668         * src/compose.c
3669                 Fix middle-click pasting (insert at click
3670                 position instead of cursor position, don't
3671                 remove existing selection and allow pasting
3672                 our own selection)
3673         * src/addressbook.c
3674                 "LDAP Server" -> "LDAP servers"
3675
3676 2006-03-21 [wwp]        2.0.0cvs160
3677
3678         * src/etpan/imap-thread.c
3679                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3680
3681 2006-03-20 [colin]      2.0.0cvs159
3682
3683         * src/summaryview.c
3684                 Don't reload summaryview after an execute with no
3685                 move action
3686
3687 2006-03-19 [colin]      2.0.0cvs158
3688
3689         * src/addressbook.c
3690                 and put groups at the top, always
3691
3692 2006-03-19 [colin]      2.0.0cvs157
3693
3694         * src/addressbook.c
3695                 Order groups before names, as previously
3696
3697 2006-03-19 [colin]      2.0.0cvs156
3698
3699         * src/addressbook.c
3700                 - Sort case-unsensitive
3701                 - Put the sort arrow at opening too
3702
3703 2006-03-19 [wwp]        2.0.0cvs155
3704
3705         * src/addressbook.c
3706                 allow sorting by name/email/remarks, ensure that right-pane's contents
3707                 matches the left-pane selection (cleared when appropriate).
3708                 Patch by Pawel Pekala <c0rn@o2.pl>.
3709
3710 2006-03-18 [colin]      2.0.0cvs154
3711
3712         * src/textview.c
3713                 Fix text cursor ;)
3714
3715 2006-03-18 [colin]      2.0.0cvs153
3716
3717         * src/gtk/filesel.c
3718                 Make sure we hide the preview if we didn't get
3719                 a filename
3720
3721 2006-03-18 [colin]      2.0.0cvs152
3722
3723         * src/summaryview.c
3724                 Set cursor to watch for execution (fixes lack
3725                 of watch-cursor when dnd'ing hundreds of mails)
3726         * src/gtk/filesel.c
3727                 Check that mime type is 'image/*' before updating
3728                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3729
3730 2006-03-18 [colin]      2.0.0cvs151
3731
3732         * src/mainwindow.c
3733         * src/textview.c
3734         * src/textview.h
3735                 Put a watch cursor in textview too when the mainwindow's
3736                 cursor in a watch
3737
3738 2006-03-18 [colin]      2.0.0cvs150
3739
3740         * src/folder.c
3741                 Change wrong asserts to simple tests
3742
3743 2006-03-17 [colin]      2.0.0cvs149
3744
3745         * src/mainwindow.c
3746         * src/mainwindow.h
3747         * src/prefs_msg_colors.c
3748         * src/summaryview.c
3749         * src/summaryview.h
3750         * src/gtk/colorlabel.c
3751         * src/gtk/colorlabel.h
3752                 Add a color label menu in the main menubar
3753                 Add (fixed) accels Ctrl-{0-7} to change the color
3754                 They have to be fixed because the menu's dynamic,
3755                 the items are complex widgets, hence we can't use
3756                 a GtkItemFactory.
3757
3758
3759 2006-03-17 [wwp]        2.0.0cvs148
3760
3761         * src/compose.c
3762                 rollback few lines from my previous commit (those lines come from
3763                 a pending patch, accidentally commited, even if neutral as they are
3764                 commented out).
3765
3766 2006-03-17 [wwp]        2.0.0cvs147
3767
3768         * src/compose.c
3769                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3770                 applied code style/indentation to the modified function.
3771
3772 2006-03-17 [wwp]        2.0.0cvs146
3773
3774         * src/procmsg.c
3775         * src/compose.c
3776                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3777
3778 2006-03-17 [paul]
3779
3780         2.1.0-rc1 released
3781
3782 2006-03-17 [paul]       2.0.0cvs145
3783
3784         * src/main.c
3785                 addressbook_read_file() was called twice
3786         * src/textview.c
3787                 X-Mailer highlighting
3788
3789 2006-03-16 [colin]      2.0.0cvs144
3790
3791         * src/sourcewindow.c
3792         * src/sourcewindow.h
3793                 And the last one, in source window.
3794
3795 2006-03-16 [colin]      2.0.0cvs143
3796
3797         * src/compose.c
3798         * src/compose.h
3799                 Fix the same stuff in compose
3800
3801 2006-03-16 [colin]      2.0.0cvs142
3802
3803         * src/messageview.c
3804                 Complete the previous messageview crash fix
3805
3806 2006-03-16 [colin]      2.0.0cvs141
3807
3808         * src/procmsg.h
3809         * src/procmsg.c
3810         * src/folder.c
3811                 Fix POSTPROCESSING hook
3812                 Patch by H. Merijn Brand
3813
3814         * src/procmime.c
3815         * src/procmime.h
3816                 Parse Content-Location
3817
3818         * src/toolbar.c
3819         * src/messageview.c
3820         * src/messageview.h
3821                 Don't crash when a top-level MessageView has
3822                 been closed on us. Same problematic than
3823                 yesterday's quicksearch issue.
3824
3825 2006-03-15 [colin]      2.0.0cvs140
3826
3827         * src/gtk/quicksearch.c
3828                 Fix a bitchy race we didn't think about when we
3829                 added quicksearch cancellation:
3830                 If the search is not on cached fields, for example
3831                 body_part matchcase "stuff"
3832                 the matcher code has to get the whole message. If
3833                 we're on IMAP, that can be slow, and in order to
3834                 be non-blocking, the IMAP code idle loop processes
3835                 gtk events too. So it is possible to cancel a
3836                 quicksearch while the matcher is getting the mail's
3837                 body. After matcher got its body, it will start to
3838                 iterate over the matcher list that the Quicksearch's
3839                 clear_search_cb() just freed via prepare_matcher().
3840                 SIGSEGV ensues.
3841                 The fix consists of guarding the matcherlist_match()
3842                 call with a boolean 'matching'. If we reset the
3843                 quicksearch while matching is TRUE, we don't free
3844                 the matcherlist anymore like we did, but we set
3845                 another new flag, deferred_free, to TRUE. Then,
3846                 in quicksearch_match(), just after returning from
3847                 matcherlist_match() and unsetting the matching flag,
3848                 we check the deferred_free flag and do the
3849                 prepare_matcher() (which does the matcherlist_free)
3850                 for real, so we free the matcherlist once it's not
3851                 used anymore.
3852                 As all of this runs via the glib main loop, we
3853                 luckily don't need a mutex.
3854         * src/summaryview.c
3855                 Also, show progress while searching.
3856
3857
3858 2006-03-14 [colin]      2.0.0cvs139
3859
3860         * src/alertpanel.c
3861                 Make alertpanel_is_open non-static
3862
3863 2006-03-14 [colin]      2.0.0cvs138
3864
3865         * src/prefs_spelling.c
3866                 Cleanups - Fabien Vantard
3867
3868 2006-03-14 [wwp]        2.0.0cvs137
3869
3870         * src/main.c
3871                 code style normalization (curly braces, indentation).
3872
3873 2006-03-14 [wwp]        2.0.0cvs137
3874
3875         * src/main.c
3876                 code style (braces, indentation)
3877
3878 2006-03-12 [paul]       2.0.0cvs136
3879
3880         * src/prefs_common.c
3881                 trans_hdr defaults to FALSE to be RFC-savvy
3882         * src/prefs_summaries.c
3883                 add a tooltip to the trans_hdr option
3884                 
3885
3886 2006-03-12 [paul]       2.0.0cvs135
3887
3888         * src/prefs_matcher.c
3889                 give a little more width to the combos
3890         * src/prefs_display_header.c
3891         * src/textview.c
3892                 translate headers if prefs_common.trans_hdr
3893                 is TRUE
3894
3895         Patches by Pawel Pekala
3896
3897 2006-03-12 [paul]       2.0.0cvs134
3898
3899         * src/plugins/clamav/clamav_plugin.c
3900         * src/plugins/dillo_viewer/dillo_viewer.c
3901         * src/plugins/pgpcore/plugin.c
3902         * src/plugins/pgpinline/plugin.c
3903         * src/plugins/pgpmime/plugin.c
3904         * src/plugins/spamassassin/spamassassin.c
3905                 update/add to descriptions
3906         * src/plugins/spamassassin/spamassassin_gtk.c
3907                 fixes to the english, remove superfluous
3908                 tooltips, clean up a little
3909
3910 2006-03-12 [paul]       2.0.0cvs133
3911
3912         * src/compose.c
3913                 fix Bug 924, 'Account combo box shows up wrong 
3914                 if & is in account name'
3915
3916 2006-03-11 [colin]      2.0.0cvs132
3917
3918         * src/summaryview.c
3919                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3920                 messed up shift-selection because is slows down
3921                 moving around summaryview. thanks -users
3922
3923 2006-03-10 [colin]      2.0.0cvs131
3924
3925         * src/plugins/spamassassin/spamassassin_gtk.c
3926                 Put back Paul's engrish fixes
3927
3928 2006-03-10 [colin]      2.0.0cvs130
3929
3930         * src/plugins/spamassassin/spamassassin.c
3931         * src/plugins/spamassassin/spamassassin.h
3932         * src/plugins/spamassassin/spamassassin_gtk.c
3933                 Cleanup SA prefs page (more)
3934                 Patch by Fabien Vantard
3935
3936 2006-03-10 [paul]       2.0.0cvs129
3937
3938         * src/prefs_msg_colors.c
3939         * src/prefs_spelling.c
3940                 widget sensitivity
3941
3942 2006-03-09 [mones]      2.0.0cvs128
3943
3944         * po/es.po
3945                 Update for next RC
3946
3947 2006-03-09 [wwp]        2.0.0cvs127
3948
3949         * configure.ac
3950                 revert accidental commit (requirement for libetpan 0.43), this time
3951                 not in HEAD.
3952
3953 2006-03-09 [wwp]        2.0.0cvs125
3954
3955         * configure.ac
3956                 revert accidental commit (requirement for libetpan 0.43)
3957
3958 2006-03-09 [paul]       2.0.0cvs126
3959
3960         * src/prefs_receive.c
3961                 remove useless frame
3962                 replace 'incorporation' with 'receiving'
3963         * src/plugins/clamav/clamav_plugin_gtk.c
3964         * src/plugins/spamassassin/spamassassin_gtk.c
3965                 improve widget sensitivity
3966                 fix a bit his engrish
3967
3968 2006-03-09 [wwp]        2.0.0cvs125
3969
3970         * src/addressadd.c
3971         * src/foldersel.c
3972         * src/prefs_common.c
3973         * src/prefs_common.h
3974                 remember some more windows' sizes (add to addressbook and
3975                 select folder).
3976
3977 2006-03-09 [paul]       2.0.0cvs124
3978
3979         * src/plugins/pgpcore/prefs_gpg.c
3980                 normalise construction of dialogue
3981
3982 2006-03-09 [paul]       2.0.0cvs123
3983
3984         * src/plugins/trayicon/Makefile.am
3985                 add missing slash
3986
3987 2006-03-08 [colin]      2.0.0cvs122
3988
3989         * src/plugins/trayicon/Makefile.am
3990                 Fix build in separate dir 
3991                 Patch by Bamanzi <bamanzi@gmail.com>
3992
3993 2006-03-08 [colin]      2.0.0cvs121
3994
3995         * src/procmsg.c
3996                 Batch move and copies from summaryview with delayed execution
3997                 too
3998
3999 2006-03-07 [paul]       2.0.0cvs120
4000
4001         * src/common/utils.c
4002                 fix highlighting of URIs containing "()"
4003                 Patch by Pawel Pekala
4004
4005 2006-03-07 [paul]       2.0.0cvs119
4006
4007         * src/folder.c
4008         * src/folder.h
4009         * src/folderview.c
4010                 immediately do alphabetical resort when
4011                 changing a folder's name
4012                 Patch by Pawel Pekala
4013
4014 2006-03-07 [paul]       2.0.0cvs118
4015
4016         * src/news.c
4017         * src/news_gtk.c
4018                 when unsubscribing a newsgroup, remove the
4019                 folder and msgs in .sylpheed-claws/newscache
4020                 Patch by Pawel Pekala <c0rn@gazeta.pl>
4021
4022 2006-03-07 [paul]       2.0.0cvs117
4023
4024         * src/textview.c
4025                 fix wrong Fake URL Warning
4026                 Thanks to Hiro
4027
4028 2006-03-07 [colin]      2.0.0cvs116
4029
4030         * src/imap.c
4031                 Return immediately when password dialog was
4032                 cancelled
4033         * src/gtk/inputdialog.c
4034                 Allow empty strings for passwords
4035
4036
4037 2006-03-06 [colin]      2.0.0cvs115
4038
4039         * src/imap.c
4040                 Prevent double-timeouts when connection fails
4041
4042 2006-03-06 [colin]
4043
4044         2.0.1-rc1 released
4045
4046 2006-03-06 [colin]      2.0.0cvs114
4047
4048         * src/imap.c
4049                 Refresh session during potentially long
4050                 operations
4051
4052 2006-03-06 [wwp]        2.0.0cvs113
4053
4054         * src/prefs_msg_colors.h
4055                 forgot that one (custom color labels).
4056
4057 2006-03-06 [wwp]        2.0.0cvs112
4058
4059         * src/prefs_common.c
4060         * src/prefs_common.h
4061         * src/prefs_msg_colors.c
4062         * src/summaryview.c
4063         * src/summaryview.h
4064         * src/gtk/colorlabel.c
4065         * src/gtk/colorlabel.h
4066                 colors in messages list are now customizable. Color values and names can
4067                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4068                 Thanks to Paul and Colin for their help with this longstanding patch!
4069
4070 2006-03-06 [wwp]        2.0.0cvs111
4071
4072         * src/textview.c
4073                 don't crash if (x)face is bad.
4074
4075 2006-03-05 [paul]       2.0.0cvs110
4076
4077         * AUTHORS
4078         * configure.ac
4079         * src/Makefile.am
4080         * src/common/Makefile.am
4081         * src/common/utils.h
4082         * src/etpan/imap-thread.c
4083         * src/gtk/authors.h
4084         * src/plugins/clamav/Makefile.am
4085         * src/plugins/demo/Makefile.am
4086         * src/plugins/dillo_viewer/Makefile.am
4087         * src/plugins/pgpcore/Makefile.am
4088         * src/plugins/pgpcore/passphrase.c
4089         * src/plugins/pgpinline/Makefile.am
4090         * src/plugins/pgpmime/Makefile.am
4091         * src/plugins/spamassassin/Makefile.am
4092         * src/plugins/trayicon/Makefile.am
4093                 fix builiding on cygwin
4094                 Patch by Ralgh Young <bamanzi@gmail.com>
4095
4096 2006-03-04 [wwp]        2.0.0cvs109
4097
4098         * manual/keyboard.xml
4099                 fix mixed up/down keys.
4100
4101 2006-03-04 [wwp]        2.0.0cvs108
4102
4103         * README
4104         * INSTALL
4105                 updated links to SpamAssassin.
4106
4107 2006-03-04 [wwp]        2.0.0cvs107
4108
4109         * manual/plugins.xml
4110         * src/plugins/spamassassin/README
4111                 updated SpamAssassin plugin docs to reflect new functional additions
4112                 (also fix/update/documents few technical stuff more, see the README).
4113
4114 2006-03-04 [wwp]        2.0.0cvs106
4115
4116         * src/prefs_message.c
4117                 normalized capitalization of message-prefs paths.
4118
4119 2006-03-04 [wwp]        2.0.0cvs105
4120
4121         * manual/advanced.xml
4122                 typo.
4123
4124 2006-03-03 [colin]      2.0.0cvs104
4125
4126         * src/plugins/clamav/clamav_plugin_gtk.c
4127                 Rework prefs page, patch by Fabien 
4128
4129 2006-03-03 [colin]      2.0.0cvs103
4130
4131         * src/plugins/clamav/clamav_plugin.c
4132                 Set error on all errors
4133
4134 2006-03-03 [colin]      2.0.0cvs102
4135
4136         * src/common/plugin.c
4137                 Initialize error to avoid crashing when a plugin fails
4138                 without setting error
4139
4140 2006-03-02 [wwp]        2.0.0cvs101
4141
4142         * configure.ac
4143                 fixed linker flags for libetpan support on Cygwin
4144                 (thanks to H.Merijn Brand).
4145
4146 2006-03-02 [wwp]        2.0.0cvs100
4147
4148         * src/addressbook.c
4149                 fix some AB error messages: one for punctuation and
4150                 one wrongly duplicate (thanks, maxbritov).
4151
4152 2006-03-02 [wwp]        2.0.0cvs99
4153
4154         * src/plugins/spamassassin/spamassassin.c
4155                 make sync calls to sa-learn/spamc to prevent
4156                 system (whatever local or client/server) overload.
4157
4158 2006-03-02 [colin]      2.0.0cvs98
4159
4160         * src/summaryview.c
4161                 Put the spam icon in the status column instead of the
4162                 mark one
4163
4164 2006-03-01 [colin]      2.0.0cvs97
4165
4166         * src/plugins/spamassassin/spamassassin.c
4167                 Fix segfault (g_file_set_contents fails for some 
4168                 reason and err==0x2f. Can't find out why with
4169                 valgrind, using working function :-)
4170
4171 2006-03-01 [colin]      2.0.0cvs96
4172
4173         * src/inc.c
4174                 Offline overriding: let 'No' be cached only 3 seconds
4175
4176 2006-03-01 [colin]      2.0.0cvs95
4177
4178         * src/addr_compl.c
4179         * src/addrbook.c
4180         * src/addressbook.c
4181         * src/addrindex.c
4182         * src/folder_item_prefs.c
4183         * src/headerview.c
4184         * src/imap.c
4185         * src/inc.c
4186         * src/ldif.c
4187         * src/mainwindow.c
4188         * src/mh.c
4189         * src/msgcache.c
4190         * src/prefs_common.h
4191         * src/prefs_msg_colors.c
4192         * src/procheader.c
4193         * src/procheader.h
4194         * src/procmime.c
4195         * src/procmsg.c
4196         * src/procmsg.h
4197         * src/send_message.h
4198         * src/simple-gettext.c
4199         * src/summaryview.c
4200         * src/summaryview.h
4201         * src/syldap.c
4202         * src/textview.c
4203         * src/undo.c
4204         * src/common/ssl_certificate.c
4205         * src/common/utils.c
4206         * src/gtk/colorsel.c
4207         * src/gtk/gtksctree.c
4208         * src/gtk/gtkshruler.c
4209         * src/plugins/trayicon/trayicon.c
4210                 #if 0 goes to /dev/null
4211
4212 2006-03-01 [colin]      2.0.0cvs94
4213
4214         * src/compose.c
4215         * src/imap.c
4216         * src/inc.c
4217         * src/inc.h
4218         * src/messageview.c
4219         * src/news.c
4220         * src/plugins/spamassassin/spamassassin.c
4221                 Allow to add information in the "working offline"
4222                 window
4223
4224 2006-03-01 [wwp]        2.0.0cvs93
4225
4226         * src/plugins/spamassassin/spamassassin.c
4227                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4228                 'cause it seems that calling `spamc ... < inputfile` with
4229                 g_spawn_(a)sync simply.. erm doesn't work :-).
4230
4231 2006-03-01 [wwp]        2.0.0cvs92
4232
4233         * src/toolbar.c
4234         * src/toolbar.h
4235                 simplify the adding of spam/ham button to the messageview toolbar
4236                 (it gets more clear now that the same button will be "Mark as spam"
4237                 or "Mark as ham" according to the current message status,
4238                 thanks to Colin).
4239
4240 2006-03-01 [wwp]        2.0.0cvs91
4241
4242         * src/messageview.c
4243         * src/procmsg.c
4244         * src/procmsg.h
4245         * src/summaryview.c
4246         * src/plugins/spamassassin/spamassassin.c
4247         * src/plugins/spamassassin/spamassassin.h
4248                 make learner callbacks return a status (0 for ok),
4249                 handle it in main code to avoid setting flags when learning failed,
4250                 don't learn on TCP if offline in spamassassin,
4251                 thanks to Colin.
4252
4253                 
4254
4255 2006-03-01 [wwp]        2.0.0cvs90
4256
4257         * src/compose.c
4258                 some work around the compose window's account menu,
4259                 patch by Fabien Vantard.
4260
4261 2006-03-01 [wwp]        2.0.0cvs89
4262
4263         * src/plugins/spamassassin/spamassassin.c
4264                 fixed bad logics, was using spamc in local mode and sa-learn
4265                 in remote mode (thanks, Colin).
4266
4267 2006-03-01 [wwp]        2.0.0cvs88
4268
4269         * src/plugins/spamassassin/spamassassin.c
4270         * src/plugins/spamassassin/spamassassin.h
4271         * src/plugins/spamassassin/spamassassin_gtk.c
4272                 made processing of emails w/ sa-plugin an option (default is TRUE),
4273                 fixed Engrish some tooltips, capitalization of some debug messages
4274                 and warnings. The spamassassin plugin now provides two separate
4275                 services: process emails upon incorporation and spamd training.
4276                 Both services (un)register independently but use some common
4277                 plugin settings (transport settings, spam storage location).
4278
4279 2006-02-28 [wwp]        2.0.0cvs87
4280
4281         * src/plugins/spamassassin/spamassassin.c
4282                 fix async flag to spamc cmdline execution (batch exec should
4283                 be asynchronous).
4284
4285 2006-02-27 [wwp]        2.0.0cvs86
4286
4287         * src/plugins/spamassassin/spamassassin.c
4288         * src/plugins/spamassassin/spamassassin.h
4289         * src/plugins/spamassassin/spamassassin_gtk.c
4290                 - added the ability to learn a remote spamassassin server (spamd),
4291                 using spamc.
4292                 - added the spamassassin option 'username', that applies to all
4293                 spamassassin operations (filtering, learning, local or remote).
4294                 The default username is the current unix user (if left blank
4295                 from gtk prefs or config file).
4296                 - commented out some unused code (notebook widget), removed unused
4297                 layout (hbox1).
4298                 - make more widgets sensitive to the transport type.
4299
4300 2006-02-27 [colin]      2.0.0cvs85
4301
4302         * src/plugins/spamassassin/spamassassin.c
4303                 Fix sa-learn call when offline
4304
4305 2006-02-27 [colin]      2.0.0cvs84
4306
4307         * configure.ac
4308         * src/Makefile.am
4309         * src/mainwindow.c
4310         * src/mainwindow.h
4311         * src/messageview.c
4312         * src/messageview.h
4313         * src/prefs_toolbar.c
4314         * src/procmsg.c
4315         * src/stock_pixmap.c
4316         * src/stock_pixmap.h
4317         * src/summaryview.c
4318         * src/toolbar.c
4319         * src/toolbar.h
4320         * src/pixmaps/ham_btn.xpm
4321         * src/pixmaps/spam.xpm
4322         * src/pixmaps/spam_btn.xpm
4323         * src/plugins/spamassassin/spamassassin.c
4324                 Add button in toolbar for spam learning
4325                 Fix a few bugs from the last related commit
4326                 Revert 1.9.6cvs23 which messed up shift-selection
4327
4328 2006-02-24 [colin]      2.0.0cvs83
4329
4330         * src/procmsg.c
4331         * src/summaryview.c
4332         * src/summaryview.h
4333         * src/plugins/spamassassin/spamassassin.c
4334         * src/plugins/spamassassin/spamassassin.h
4335         * src/plugins/spamassassin/spamassassin_gtk.c
4336                 Unregister learner when spamassassin is either
4337                 disabled or over tcp
4338
4339 2006-02-24 [colin]      2.0.0cvs82
4340
4341         * src/Makefile.am
4342         * src/mainwindow.c
4343         * src/mainwindow.h
4344         * src/procmsg.c
4345         * src/procmsg.h
4346         * src/stock_pixmap.c
4347         * src/stock_pixmap.h
4348         * src/summaryview.c
4349         * src/summaryview.h
4350         * src/gtk/icon_legend.c
4351         * src/pixmaps/spam.xpm  ** NEW FILE **
4352         * src/plugins/spamassassin/spamassassin.c
4353         * src/plugins/spamassassin/spamassassin_gtk.c
4354                 Add spam learning interface (Mark/Mark as 
4355                 (spam|ham) menus)
4356
4357 2006-02-24 [wwp]        2.0.0cvs81
4358
4359         * src/compose.c
4360         * src/compose.h
4361         * src/filtering.c
4362                 hide compose window when sending message in batch mode
4363                 (filtering: forward and redirect). Also fixed a wrong
4364                 value returned when sending failed, neutral anyway.
4365                 (Colin, me) 
4366
4367 2006-02-24 [wwp]        2.0.0cvs80
4368
4369         * src/mainwindow.c
4370                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4371
4372 2006-02-24 [paul]       2.0.0cvs79
4373
4374         * src/news.c
4375         * src/news.h
4376         * src/news_gtk.c
4377                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4378                 Thanks to Colin
4379
4380 2006-02-23 [colin]      2.0.0cvs78
4381
4382         * src/alertpanel.c
4383                 Change OK to Close in alertpanel with View log
4384                 button; add accel to View log. Patch by Fabien
4385                 Vantard
4386
4387 2006-02-23 [wwp]        2.0.0cvs77
4388
4389         * src/compose.c
4390                 silly me, there were much more tests to perform, since toolbars can
4391                 really have down to 1 element only.
4392
4393 2006-02-23 [wwp]        2.0.0cvs76
4394
4395         * commitHelper
4396                 fixed indentation from my previous commit. Fallback to VISUAL if
4397                 EDITOR is not set (and to vi, at last resort).
4398
4399 2006-02-23 [wwp]        2.0.0cvs75
4400
4401         * commitHelper
4402                 improved error detection (Colin, me).
4403
4404 2006-02-23 [wwp]        2.0.0cvs74
4405
4406         * src/prefs_toolbar.c
4407                 simplify and fix prefs/toolbars layouting. Combos' contents can
4408                 now be really displayed.
4409
4410 2006-02-23 [wwp]        2.0.0cvs73
4411         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4412         be really displayed.
4413
4414 2006-02-22 [wwp]        2.0.0cvs72
4415
4416         * src/compose.c
4417                 fix a typo in my previous commit (sorry!).
4418
4419 2006-02-22 [wwp]        2.0.0cvs71
4420
4421         * src/prefs_toolbar.c
4422                 fix a crash when adding separators to toolbars,
4423                 also fix some separator item information.
4424
4425 2006-02-22 [wwp]        2.0.0cvs70
4426
4427         * src/compose.c
4428                 fix a crash when redirecting (for instance) when compose window's
4429                 toolbar contents has been customized (when some buttons have been
4430                 removed in fact).
4431
4432 2006-02-21 [wwp]        2.0.0cvs69
4433
4434         * src/summaryview.c
4435         * src/gtk/pluginwindow.c
4436         * src/plugins/pgpcore/prefs_gpg.c
4437                 fix some compilation warnings (feat. remains of removed code).
4438
4439 2006-02-21 [wwp]        2.0.0cvs68
4440
4441         * src/gtk/gtkutils.c
4442                 fix two compilation issues, thanks to Stephan Sachse.
4443
4444 2006-02-20 [colin]      2.0.0cvs67
4445
4446         * src/mainwindow.c
4447                 Don't reselect displayed mail on refocus
4448                 This fixes actions misbehaving 
4449
4450 2006-02-20 [wwp]        2.0.0cvs66
4451
4452         * src/summaryview.c
4453         * src/gtk/gtksctree.c
4454         * src/gtk/gtkshruler.c
4455                 changed more runtime typecast checks.
4456
4457 2006-02-20 [wwp]        2.0.0cvs65
4458
4459         * src/summary_search.c
4460                 find all - summaryview refresh issue fixed, thanks to Colin.
4461
4462 2006-02-20 [wwp]        2.0.0cvs64
4463
4464         * src/gtk/gtkutils.c
4465                 better runtime typecast checks.
4466
4467 2006-02-20 [wwp]        2.0.0cvs63
4468
4469         * src/summary_search.c
4470                 enhancements to the summary search:
4471                         - add the ability to stop the running search
4472                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4473                         - don't search if no criteria (From/To/Subject/Body) is set
4474                         - ensure that a busy mouse pointer is always shown when searching,
4475                           show it even a bit earlier
4476
4477 2006-02-19 [colin]      2.0.0cvs62
4478
4479         * src/compose.c
4480         * src/imap.c
4481         * src/etpan/imap-thread.c
4482         * src/etpan/imap-thread.h
4483                 (Future) IMAP speed improvement on sending
4484                 Will require a libetpan update
4485         * src/summaryview.c
4486         * src/gtk/quicksearch.c
4487                 Make quicksearch clearable while running.
4488
4489 2006-02-17 [colin]      2.0.0cvs61
4490
4491         * src/imap.c
4492         * src/etpan/imap-thread.c
4493         * src/etpan/imap-thread.h
4494                 Check for IMAP certificates
4495                 ** Requires libetpan-0.42-cvs4 
4496                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4497
4498 2006-02-17 [colin]      2.0.0cvs60
4499
4500         * src/messageview.c
4501         * src/prefs_common.c
4502         * src/prefs_common.h
4503         * src/prefs_message.c
4504                 Add pref to display HTML-only mails with plugin, 
4505                 if possible (defaulting to FALSE of course).
4506
4507 2006-02-16 [colin]      2.0.0cvs59
4508
4509         * src/main.c
4510         * src/common/plugin.c
4511         * src/common/plugin.h
4512         * src/gtk/pluginwindow.c
4513                 Keep track of requested (but unloaded) plugins
4514                 in some error cases.
4515
4516 2006-02-16 [wwp]        2.0.0cvs58
4517
4518         * src/gtk/gtkaspell.c
4519         * src/gtk/gtkaspell.h
4520         * src/prefs_spelling.c
4521         * src/compose.c
4522         * src/prefs_common.c
4523         * src/prefs_common.h
4524                 implemented new optional spellchecker behaviour: re-check message when
4525                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4526
4527 2006-02-16 [wwp]        2.0.0cvs57
4528
4529         * src/quote_fmt_parse.y
4530                 pclose popen'ed pipe.
4531
4532 2006-02-15 [colin]      2.0.0cvs56
4533
4534         * src/mimeview.c
4535         * src/mimeview.h
4536                 Let MimeViewers know which MimeView they
4537                 depend of.
4538         * src/summaryview.c
4539                 Swap From/To columns in Sent/Queue/Drafts
4540                 folders
4541         * src/etpan/imap-thread.c
4542                 Use mailstream_low_tls_open() for STARTTLS
4543                 instead of mailstream_low_ssl_open()
4544                 ** REQUIRES libetpan 0.42cvs3 **
4545
4546 2006-02-15 [wwp]        2.0.0cvs55
4547
4548         * src/compose.c
4549         * src/compose.h
4550         * src/message_search.c
4551         * src/message_search.h
4552         * src/textview.c
4553         * src/gtk/gtkutils.c
4554         * src/gtk/gtkutils.h
4555                 added the ability to Find text in the compose window (and a bit
4556                 of code factorization).
4557
4558 2006-02-15 [wwp]        2.0.0cvs54
4559
4560         * src/prefs_gtk.c
4561                 yet another one file was missing (fix for some widgets' sensitivity).
4562                 Thanks Colin!
4563
4564 2006-02-15 [wwp]        2.0.0cvs53
4565
4566         * src/prefs_gtk.h
4567                 oops forgot that file (fix for some widgets' sensitivity).
4568
4569 2006-02-15 [wwp]        2.0.0cvs52
4570
4571         * src/summary_search.c
4572                 implemented advanced summary search options (added the ability
4573                 to use matcher conditions in an advanced search mode).
4574
4575 2006-02-15 [wwp]        2.0.0cvs51
4576
4577         * src/plugins/pgpcore/prefs_gpg.c
4578         * src/prefs_account.c
4579                 fix some widget sensitivity, mostly around some labels in
4580                 account prefs.
4581
4582 2006-02-15 [paul]       2.0.0cvs50
4583
4584         * manual/advanced.xml
4585                 improve Templates info
4586                 written by wwp
4587
4588 2006-02-14 [colin]      2.0.0cvs49
4589
4590         * src/pixmaps/address_book.xpm
4591         * src/pixmaps/preferences.xpm
4592         * src/pixmaps/properties.xpm
4593                 Fix pixmap size - patch by Fabien Vantard
4594
4595 2006-02-13 [colin]      2.0.0cvs48
4596
4597         * src/procmime.c
4598                 Add missing fclose()s on error
4599         * src/textview.c
4600                 Remove unused code
4601         * src/common/utils.c
4602                 Fix temp files not being deleted on windows
4603         Patches by Thomas Gilgin
4604
4605 2006-02-13 [colin]      2.0.0cvs47
4606
4607         * src/mainwindow.c
4608                 Fix exit crash
4609
4610 2006-02-13 [wwp]        2.0.0cvs46
4611
4612         * src/plugins/pgpcore/prefs_gpg.c
4613                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4614
4615 2006-02-12 [colin]      2.0.0cvs45
4616
4617         * src/folderview.c
4618         * src/main.c
4619         * src/mainwindow.c
4620                 Fix "stuff" when quitting
4621
4622 2006-02-12 [wwp]        2.0.0cvs44
4623
4624         * src/prefs_themes.c
4625                 fix typos in debug messages.
4626
4627 2006-02-11 [colin]      2.0.0cvs43
4628
4629         * src/summaryview.c
4630                 don't allow drag/drop from ourself
4631
4632 2006-02-10 [wwp]        2.0.0cvs42
4633
4634         * src/exporthtml.c
4635         * src/html.c
4636         * src/html.h
4637         * src/procmime.c
4638         * src/textview.c
4639                 renamed html_ prefixed functions and data structures to avoid
4640                 namespace clashes w/ other software (gtkhtml2 for instance).
4641                 Closes bug #907.
4642
4643
4644 2006-02-09 [colin]      2.0.0cvs41
4645
4646         * src/summaryview.c
4647                 Fix shitty logic messed up. Thanks Ticho for the hint!
4648
4649 2006-02-09 [wwp]        2.0.0cvs40
4650
4651         * src/gtk/about.c
4652         * src/compose.c
4653         * src/prefs_account.c
4654         * src/prefs_gtk.h
4655         * src/editaddress.c
4656                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4657                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4658                 Browse buttons in accounts prefs.
4659
4660 2006-02-09 [colin]      2.0.0cvs39
4661
4662         * src/matcher.c
4663                 Check for pointer before using its members
4664         * src/gtk/gtksourceprintjob.c
4665                 Fix a wrong warning
4666
4667 2006-02-09 [wwp]        2.0.0cvs38
4668
4669         * src/gtk/filesel.c
4670                 fix few compiler warnings (type mismatch).
4671
4672 2006-02-09 [paul]       2.0.0cvs37
4673
4674         * po/fr.po
4675                 updated by Fabien Vantard
4676
4677 2006-02-08 [colin]      2.0.0cvs36
4678
4679         * src/prefs_common.c
4680         * src/common/defs.h
4681         * src/common/plugin.c
4682                 allow windows and linux configurations to coexist
4683                 patch by Thomas Gilgin
4684
4685 2006-02-08 [colin]      2.0.0cvs35
4686
4687         * src/filtering.c
4688         * src/matcher.c
4689         * src/matcher.h
4690         * src/matcher_parser_parse.y
4691         * src/prefs_filtering_action.c
4692         * src/prefs_matcher.c
4693                 Add the "Ignore thread" filtering
4694                 action
4695
4696 2006-02-08 [colin]      2.0.0cvs34
4697
4698         * src/compose.c
4699         * src/procmime.c
4700         * src/procmime.h
4701                 Fix bug #905 (damaged attachment)
4702                 text files with raw \0's aren't really text files
4703         FOR_STABLE
4704
4705 2006-02-08 [colin]      2.0.0cvs33
4706
4707         * src/summaryview.c
4708                 Fix crasher introduced yesterday
4709
4710 2006-02-08 [wwp]        2.0.0cvs32
4711
4712         * src/compose.c
4713         * src/compose.h
4714                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4715
4716 2006-02-08 [wwp]        2.0.0cvs31
4717
4718         * src/prefs_template.c
4719                 templates enhancement: allow address completion for Cc and Bcc fields
4720                 (it was currently possible for the To field only)
4721
4722 2006-02-08 [colin]      2.0.0cvs30
4723
4724         * src/compose.c
4725                 Don't unblock if not blocked
4726         FOR_STABLE
4727
4728 2006-02-07 [colin]      2.0.0cvs29
4729
4730         * src/action.c
4731                 Forgot to refresh summaryview
4732
4733 2006-02-07 [colin]      2.0.0cvs28
4734
4735         * src/action.c
4736                 Freeze/thaw message list and folder list while
4737                 processing %as{} actions 
4738         * src/compose.c
4739                 Fix auto-wrap disabling after a middle-click
4740                 paste - FOR_STABLE
4741
4742 2006-02-07 [paul]       2.0.0cvs27
4743
4744         * src/folder.c
4745                 fix freeing of uninitialised pointers
4746                 Thanks to Colin
4747
4748 2006-02-06 [colin]      2.0.0cvs26
4749
4750         * src/folder.c
4751                 Use g_slist_prepend in potentially big list
4752
4753 2006-02-06 [colin]      2.0.0cvs25
4754
4755         * src/folder.c
4756                 Completely skip processing if it doesn't 
4757                 exist (faster!)
4758
4759 2006-02-06 [colin]      2.0.0cvs24
4760
4761         * src/folder.c
4762         * src/summaryview.c
4763                 Batch filtering in summaryview (from Tools menu)
4764                 and pre/post//-processing too
4765
4766 2006-02-06 [colin]      2.0.0cvs23
4767
4768         * src/procmsg.h
4769         * src/filtering.c
4770                 Use a special field for batch filtering instead
4771                 of stepping on deferred execution's toes
4772
4773 2006-02-06 [colin]      2.0.0cvs22
4774
4775         * src/action.c
4776         * src/filtering.c
4777         * src/filtering.h
4778         * src/folder.c
4779         * src/summaryview.c
4780                 Fix filtering via menus and actions
4781
4782 2006-02-06 [colin]      2.0.0cvs21
4783
4784         * src/imap.c
4785                 Put the added file directly to cache if possible (will work
4786                 with next libetpan)
4787         * src/filtering.c
4788         * src/filtering.h
4789         * src/inc.c
4790         * src/folder.c
4791         * src/mbox.c
4792         * src/procmsg.h
4793                 Move and copy filtered messages by batches instead of one
4794                 by one - faster on IMAP
4795         * src/procmsg.c
4796                 Add a function that'll possibly be useful later
4797
4798 2006-02-06 [colin]      2.0.0cvs20
4799
4800         * src/addressbook.c
4801                 Use internal mime-type instead of text/plain for d'n'd
4802         * src/compose.c
4803                 Allow attaching files from mimeview's icon list via d'n'd
4804         * src/folderview.c
4805         * src/folderview.h
4806                 Use internal mime-type instead of text/plain for d'n'd
4807                 Don't try to selected opened folder if none is
4808                 Factorize d'n'd from other apps code
4809         * src/headerview.c
4810         * src/textview.c
4811         * src/gtk/gtkutils.c
4812         * src/gtk/gtkutils.h
4813                 Factorize Face/X-Face stuff
4814         * src/mimeview.c
4815                 Fix d'n'd to other apps
4816         * src/prefs_message.c
4817                 Let the XFace pref be usable without libcompface as it also
4818                 applies to Face
4819         * src/summaryview.c
4820                 Fix d'n'd to other apps
4821                 Factorize d'n'd from other apps code
4822
4823 2006-02-06 [wwp]        2.0.0cvs19
4824
4825         * po/it.po
4826                 Italian translation fixes by Andrea Spadaccini (no more confusion
4827                 between filtering and processing, and few changes in the About
4828                 dialog).
4829
4830
4831 2006-02-06 [mones]      2.0.0cvs18
4832
4833         * src/gtk/icon_legend.c
4834                 Improved descriptions allowing better translations
4835
4836 2006-02-05 [colin]      2.0.0cvs17
4837
4838         * src/imap.c
4839                 Add the f*cking missing expunge that caused imap_fetch_env
4840                 to fail after an add_msgs ! :-///
4841         * src/etpan/imap-thread.c
4842                 Add a bit of debug
4843         FOR_STABLE
4844
4845 2006-02-05 [colin]      2.0.0cvs16
4846
4847         * src/common/utils.c
4848                 Don't check for return-path (or we can't put
4849                 back non-sent mails)
4850
4851 2006-02-05 [colin]      2.0.0cvs15
4852
4853         * src/textview.c
4854                 Don't try to display Face header in textview
4855                 when teh headerview's active
4856
4857 2006-02-05 [colin]      2.0.0cvs14
4858
4859         * tools/tbird2syl.py
4860         * tools/Makefile.am
4861                 Add script to import Thunderbird mails
4862
4863 2006-02-05 [colin]      2.0.0cvs13
4864
4865         * src/headerview.c
4866         * src/procheader.c
4867         * src/procmsg.c
4868         * src/procmsg.h
4869         * src/textview.c
4870                 Show Face headers - patch partially by Klaus Flittner
4871
4872 2006-02-05 [colin]      2.0.0cvs12
4873
4874         * src/folderview.c
4875         * src/summaryview.c
4876         * src/common/utils.c
4877         * src/common/utils.h
4878                 Let dnd work from mime icons to summaryview
4879                 and to folderview too
4880                 Add a crude test to avoid trying to add files
4881                 drag'n'dropped when they're not mails
4882
4883 2006-02-04 [colin]      2.0.0cvs11
4884
4885         * src/summaryview.c
4886         * src/mimeview.c
4887                 Fix utf8 conversion
4888
4889 2006-02-04 [colin]      2.0.0cvs10
4890
4891         * src/compose.c
4892         * src/folderview.c
4893         * src/mimeview.c
4894         * src/summaryview.c
4895         * src/summaryview.h
4896                 Added various drag and drop capas:
4897                 From                    To
4898                 summaryview             other apps
4899                 mimeview icons          other apps
4900                 other apps              summaryview
4901                 other apps              folderview
4902
4903                 This shouldn't have broken the existing:
4904                 From                    To
4905                 summaryview             folderview
4906                 folderview              folderview
4907                 summaryview             compose's attachments
4908
4909         Tests welcomed.
4910
4911 2006-02-02 [paul]       2.0.0cvs9
4912
4913         * src/mainwindow.c
4914                 move global option 'Set displayed columns...' out
4915                 of folder option grouping.
4916                 fix sensitivity of 'harvest addresses'
4917         FOR_STABLE
4918
4919 2006-02-01 [colin]      2.0.0cvs8
4920
4921         * src/mimeview.c
4922                 Revert the alertpanel patch, it sucks (intrusive
4923                 and gets in the way of "open")
4924
4925 2006-02-01 [colin]      2.0.0cvs7
4926
4927         * src/compose.c
4928         * src/prefs_account.c
4929         * src/prefs_common.c
4930         * src/common/defs.h
4931         * src/common/utils.c
4932         * src/common/utils.h
4933                 Add ability to edit the signature file
4934                 from the account preferences, and use
4935                 a default for the text editor.
4936                 Patch by Fabien Vantard
4937
4938 2006-02-01 [colin]      2.0.0cvs6
4939
4940         * src/mimeview.c
4941                 Try to get mime type by extension if it is
4942                 application/octet-stream
4943                 Display a window with possible choices when
4944                 encountering unknown mime types
4945         * src/gtk/filesel.c
4946         * src/gtk/filesel.h
4947                 Add preview
4948                 Allow multiple selection in filtered filesel
4949                 (patch by Fabien Vantard)
4950         * src/gtk/pluginwindow.c
4951                 Use it (patch by Fabien Vantard)
4952
4953 2006-02-01 [paul]       2.0.0cvs5
4954
4955         * src/jpilot.c
4956                 fix crash on creating jpilot address book
4957                 Thanks to Colin - FOR_STABLE
4958         * src/prefs_summaries.c
4959         * src/prefs_wrapping.c
4960         * src/gtk/icon_legend.c
4961         * src/gtk/quicksearch.c
4962                 string fixes and additions
4963
4964 2006-02-01 [paul]       2.0.0cvs4
4965
4966         * src/compose.c
4967         * src/mainwindow.c
4968         * src/messageview.c
4969         * src/prefs_send.c
4970                 add Arabic encoding option
4971                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4972
4973 2006-01-31 [colin]      2.0.0cvs3
4974
4975         * src/plugins/pgpcore/passphrase.c
4976                 Convert passphrase to locale encoding
4977         * src/compose.c
4978                 Fix drafting on IMAP. Crappy bug sneaked in
4979                 the release :-/
4980         FOR_STABLE
4981
4982 2006-01-30 [paul]       2.0.0cvs2
4983
4984         * src/gtk/icon_legend.c
4985                 show the new entries
4986
4987 2006-01-30 [colin]      2.0.0cvs1
4988
4989         * src/manual.c
4990                 Check for the file to be present before 
4991                 enabling the menu - FOR_STABLE
4992         * src/gtk/icon_legend.c
4993                 Add folders icons (not all of them, there
4994                 are too much, but the most intriguing ones)
4995
4996 2006-01-30 [paul]       2.0.0
4997
4998         version 2.0.0 released
4999
5000 2006-01-30 [paul]       1.9.100cvs200
5001
5002         * manual/faq.xml
5003         * manual/gpl.xml
5004         * manual/intro.xml
5005         * manual/starting.xml
5006         * manual/sylpheed-claws-manual.xml
5007                 fixes, additions
5008
5009 2006-01-29 [mones]      1.9.100cvs199
5010
5011         * manual/account.xml
5012         * manual/advanced.xml
5013         * manual/glossary.xml
5014                 Some typos fixed, added LDIF term to glossary
5015         * po/es.po
5016                 Fixed leading plus symbol
5017
5018 2006-01-29 [paul]       1.9.100cvs198
5019
5020         * po/fi.po
5021         * po/sk.po
5022                 updated by Tommi Pirinen and Andrej Kacian
5023
5024 2006-01-29 [paul]       1.9.100cvs197
5025
5026         * src/gtk/authors.h
5027                 remove duplicates
5028
5029 2006-01-29 [paul]       1.9.100cvs196
5030
5031         * AUTHORS
5032         * po/nl.po
5033         * src/gtk/authors.h
5034         * tools/claws.i18n.status.pl
5035                 nl translation updated by Tim Dijkstra
5036
5037 2006-01-29 [paul]       1.9.100cvs195
5038
5039         * po/sr.po
5040         * po/sv.po
5041                 updated by Aleksandar Urosevic and Anders Troback
5042
5043 2006-01-28 [colin]      1.9.100cvs194
5044
5045         * src/gtk/gtksourceprintjob.c
5046                 Don't fiddle with PangoLayout when we
5047                 have an image
5048
5049 2006-01-28 [paul]       1.9.100cvs193
5050
5051         * AUTHORS
5052         * po/el.po
5053         * po/zh_CN.po
5054         * src/gtk/authors.h
5055         * tools/claws.i18n.status.pl
5056                 updated translations submitted by Stavros Giannouris
5057                 and Ralgh Young
5058
5059 2006-01-27 [colin]      1.9.100cvs192
5060
5061         * src/summaryview.c
5062         * src/gtk/gtksourceprintjob.c
5063                 Add image printing 
5064                 (libgnomeprint only, of course)
5065
5066 2006-01-27 [paul]       1.9.100cvs191
5067
5068         * po/fr.po
5069         * po/it.po
5070                 updated by Fabien Vantard and Andrea Spadaccini
5071
5072 2006-01-26 [colin]      1.9.100cvs190
5073
5074         * manual/Makefile.am
5075         * configure.ac
5076                 Make building the manual optional 
5077                 (--disable-manual)
5078
5079 2006-01-26 [paul]       1.9.100cvs189
5080
5081         * manual/glossary.xml
5082         * manual/plugins.xml
5083                 edited
5084         * po/en_GB.po
5085                 updated
5086
5087 2006-01-26 [paul]       1.9.100cvs188
5088
5089         * src/prefs_display_header.c
5090         * src/prefs_folder_column.c
5091         * src/prefs_msg_colors.c
5092         * src/prefs_summaries.c
5093         * src/prefs_summary_column.c
5094                 HIGify
5095
5096 2006-01-25 [colin]      1.9.100cvs187
5097
5098         * src/imap.c
5099                 Don't allow moving/copying mails between
5100                 queue/drafts and non-queue/drafts folders
5101                 Fixes bug #897 (message header is resetted 
5102                 if one is copied to Drafts)
5103
5104 2006-01-25 [colin]      1.9.100cvs186
5105
5106         * src/folder.c
5107         * src/mainwindow.c
5108                 Fix subscribed folders not found
5109         * src/compose.c
5110                 Don't try to encode as original mail's charset
5111                 if it's ascii 
5112
5113 2006-01-25 [paul]       1.9.100cvs185
5114
5115         * AUTHORS
5116         * po/Makevars
5117                 updated
5118         * po/de.po
5119         * po/pl.po
5120         * po/pt_BR.po
5121         * po/sr.po
5122                 updates submitted by Stephan Sachse, Emilian Nowak
5123                 and Quar, Frederico Goncalves Guimaraes, and
5124                 Aleksandar Urosevic
5125                 Fix Bug 896, 'PT_BR locale broken'.
5126         * src/gtk/authors.h
5127                 updated
5128
5129 2006-01-24 [mones]      1.9.100cvs184
5130
5131         * manual/glossary.xml
5132                 All current terms finished. Reviewers welcome ;-)
5133         * manual/keyboard.xml
5134                 Fixed column width for pdf output.
5135         * po/es.po
5136                 Updated
5137
5138 2006-01-24 [paul]       1.9.100cvs183
5139
5140         * manual/glossary.xml
5141                 fix id name
5142         * manual/dist/html/Makefile.am
5143         * manual/dist/pdf/Makefile.am
5144         * manual/dist/ps/Makefile.am
5145         * manual/dist/txt/Makefile.am
5146                 fix make deps
5147                 Thanks to Colin
5148
5149 2006-01-24 [mones]      1.9.100cvs182
5150
5151         * manual/glossary.xml
5152                 Nearly finished, some terms missing.
5153
5154 2006-01-23 [paul]       1.9.100cvs181
5155
5156         * manual/dist/html/Makefile.am
5157         * manual/dist/pdf/Makefile.am
5158         * manual/dist/ps/Makefile.am
5159         * manual/dist/txt/Makefile.am
5160         * src/mainwindow.c
5161                 re-enable manual
5162                 Thanks to Colin
5163
5164 2006-01-22 [colin]      1.9.100cvs180
5165
5166         * src/compose.c
5167         * src/gtk/gtkaspell.c
5168                 Don't deselect stuff before right-clicking, with aspell.
5169                 (This prevented right-click Copy, for example).
5170                 Thanks to Clo!
5171
5172 2006-01-22 [paul]       1.9.100cvs179
5173
5174         * src/summary_search.c
5175                 don't fix the widget size as it causes problems
5176                 under localisation.
5177                 Thanks to Emilian Nowak
5178
5179 2006-01-21 [paul]       1.9.100cvs178
5180
5181         * src/prefs_themes.c
5182                 fix broken underlining of label text
5183                 with some translations
5184
5185 2006-01-21 [colin]      1.9.100cvs177
5186
5187         * po/fr.po
5188                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5189
5190 2006-01-20 [colin]      1.9.100cvs176
5191
5192         * configure.ac
5193         * Makefile.am
5194         * manual/Makefile
5195         * manual/dist/html/.cvsignore
5196         * manual/dist/html/Makefile.am
5197         * manual/dist/pdf/.cvsignore
5198         * manual/dist/pdf/Makefile.am
5199         * manual/dist/ps/.cvsignore
5200         * manual/dist/ps/Makefile.am
5201         * manual/dist/txt/.cvsignore
5202         * manual/dist/txt/Makefile.am
5203                 Autotool-ize manual
5204
5205 2006-01-20 [paul]       1.9.100cvs175
5206
5207         * manual/handling.xml
5208                 make Filtering and Searching entries easier to find
5209         * manual/keyboard.xml
5210                 add the remaining default keybinds
5211         * src/prefs_summaries.c
5212                 update the default keybinds
5213
5214 2006-01-20 [paul]       1.9.100cvs174
5215
5216         * src/addressbook.c
5217         * src/addrgather.c
5218         * src/addrharvest.c
5219         * src/editaddress.c
5220         * src/editgroup.c
5221         * src/exphtmldlg.c
5222         * src/expldifdlg.c
5223         * src/exporthtml.c
5224         * src/exportldif.c
5225         * src/ldif.c
5226                 replace 'e-mail' with 'email'
5227         * src/summary_search.c
5228                 add mnemonic to "Find all" button
5229
5230 2006-01-20 [wwp]        1.9.100cvs173
5231
5232         * src/export.c
5233         * src/import.c
5234                 touched mbox import/export buttons for HIG-compliance
5235
5236 2006-01-19 [paul]       1.9.100cvs172
5237
5238         * manual/account.xml
5239         * manual/addrbook.xml
5240         * manual/advanced.xml
5241         * manual/faq.xml
5242         * manual/handling.xml
5243         * manual/intro.xml
5244         * manual/plugins.xml
5245         * manual/starting.xml
5246                 more editing
5247
5248 2006-01-19 [paul]       1.9.100cvs171
5249
5250         * src/toolbar.c
5251                 allow use of trash button while receiving
5252                 Thanks to Colin
5253
5254 2006-01-19 [wwp]        1.9.100cvs170
5255
5256         * src/gtk/quicksearch.c
5257         * src/compose.c
5258                 force text color to black when yellow background is set
5259
5260 2006-01-19 [colin]      1.9.100cvs169
5261
5262         * src/plugins/trayicon/trayicon.c
5263                 Gray out Get Mail when already getting mail
5264
5265 2006-01-18 [paul]       1.9.100cvs168
5266
5267         * src/compose.c
5268                 give widget yellow background was To is
5269                 set via folder prefs
5270         * src/gtk/quicksearch.c
5271                 give widget yellow background when quick
5272                 search is active.
5273                 Thanks to Colin
5274
5275 2006-01-18 [paul]       1.9.100cvs167
5276
5277         * doc/man/sylpheed-claws.1
5278                 add --subscribe option
5279
5280 2006-01-18 [paul]       1.9.100cvs166
5281
5282         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5283         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5284                 use %U instead of %F (%F is broken for user installed
5285                 files in kde 3.5)
5286
5287 2006-01-18 [colin]      1.9.100cvs165
5288
5289         * src/summaryview.c
5290                 Default to Yes in "No more * messages" dialogs
5291
5292 2006-01-17 [colin]      1.9.100cvs164
5293
5294         * src/compose.c
5295                 Possibly fix an invalid iterator causing
5296                 crash
5297
5298 2006-01-17 [colin]      1.9.100cvs163
5299
5300         * src/mimeview.c
5301                 Fix crash when the image disappears under the
5302                 image viewer
5303
5304 2006-01-16 [colin]      1.9.100cvs162
5305
5306         * src/compose.c
5307                 Fix reenabling autowrap
5308
5309 2006-01-16 [colin]      1.9.100cvs161
5310
5311         * src/compose.c
5312                 reset quote_len before getting quote_str
5313
5314 2006-01-16 [colin]      1.9.100cvs160
5315
5316         * src/account.c
5317         * src/account.h
5318         * src/folder.c
5319         * src/imap_gtk.c
5320         * src/mh_gtk.c
5321                 Fix bug #883 (default inbox does not track folder move)
5322
5323 2006-01-16 [colin]      1.9.100cvs159
5324
5325         * src/compose.c
5326         * src/plugins/pgpcore/passphrase.c
5327                 More buttons fixes
5328
5329 2006-01-16 [paul]       1.9.100cvs158
5330
5331         * src/prefs_actions.c
5332         * src/prefs_filtering_action.c
5333         * src/prefs_matcher.c
5334         * src/quote_fmt.c
5335         * src/gtk/description_window.c
5336         * src/gtk/description_window.h
5337         * src/gtk/quicksearch.c
5338                 description window cleanups
5339
5340 2006-01-15 [colin]      1.9.100cvs157
5341
5342         * src/addressbook.c
5343         * src/prefs_filtering.c
5344                 Same here
5345
5346 2006-01-15 [colin]      1.9.100cvs156
5347
5348         * src/folderview.c
5349         * src/mainwindow.c
5350                 Same for "Empty trash"
5351
5352 2006-01-15 [colin]      1.9.100cvs155
5353
5354         * src/inc.c
5355                 Override offline dialog had Yes by default
5356
5357 2006-01-15 [colin]      1.9.100cvs154
5358
5359         * src/summaryview.c
5360                 Delete selected messages? previously had Yes the default
5361
5362 2006-01-15 [colin]      1.9.100cvs153
5363
5364         * src/folder.c
5365         * src/folder.h
5366         * src/main.c
5367                 Check if a mailbox is loaded after all
5368                 plugins are loaded.
5369
5370 2006-01-15 [colin]      1.9.100cvs152
5371
5372         * src/folder.c
5373                 Don't start wizard when there are unloaded folders (will help
5374                 people with only mbox or maildir mailboxes)
5375
5376 2006-01-14 [colin]      1.9.100cvs151
5377
5378         * src/addressbook.c
5379         * src/expldifdlg.c
5380         * src/importldif.c
5381         * src/importmutt.c
5382         * src/importpine.c
5383         * src/mh_gtk.c
5384                 More HIG compliance and fixes
5385
5386 2006-01-14 [colin]      1.9.100cvs150
5387
5388         * src/prefs_filtering_action.c
5389         * src/foldersel.c
5390                 Two forgotten button order changes
5391
5392 2006-01-14 [colin]      1.9.100cvs149
5393
5394         * src/account.c
5395         * src/addressbook.c
5396         * src/compose.c
5397         * src/folderview.c
5398         * src/imap_gtk.c
5399         * src/mainwindow.c
5400         * src/mh_gtk.c
5401         * src/news_gtk.c
5402         * src/prefs_actions.c
5403         * src/prefs_customheader.c
5404         * src/prefs_filtering.c
5405         * src/prefs_matcher.c
5406         * src/prefs_template.c
5407         * src/ssl_manager.c
5408         * src/summaryview.c
5409         * src/textview.c
5410         * src/toolbar.c
5411                 All deletion confirmations are now "Cancel, Delete" 
5412                 instead of "No, Yes"
5413                 Clarified most of the other "No, Yes" to 
5414                 "Cancel, Descriptive_action"
5415                 Rechanged the "Entry not saved" alerts to have 
5416                 "Close, Continue editing"
5417
5418
5419 2006-01-14 [paul]
5420
5421         * 2.0.0-rc4 released
5422
5423 2006-01-14 [paul]       1.9.100cvs148
5424
5425         * src/account.c
5426         * src/addressadd.c
5427         * src/addressbook.c
5428         * src/compose.c
5429         * src/editaddress.c
5430         * src/editbook.c
5431         * src/editgroup.c
5432         * src/editjpilot.c
5433         * src/editldap.c
5434         * src/editvcard.c
5435         * src/exphtmldlg.c
5436         * src/expldifdlg.c
5437         * src/folderview.c
5438         * src/grouplistdialog.c
5439         * src/imap_gtk.c
5440         * src/importmutt.c
5441         * src/importpine.c
5442         * src/inc.c
5443         * src/main.c
5444         * src/mainwindow.c
5445         * src/message_search.c
5446         * src/messageview.c
5447         * src/mh_gtk.c
5448         * src/mimeview.c
5449         * src/news_gtk.c
5450         * src/prefs_actions.c
5451         * src/prefs_customheader.c
5452         * src/prefs_filtering.c
5453         * src/prefs_matcher.c
5454         * src/prefs_template.c
5455         * src/prefs_themes.c
5456         * src/ssl_manager.c
5457         * src/summary_search.c
5458         * src/summaryview.c
5459         * src/textview.c
5460         * src/toolbar.c
5461         * src/gtk/foldersort.c
5462         * src/gtk/gtkaspell.c
5463         * src/gtk/inputdialog.c
5464         * src/gtk/prefswindow.c
5465         * src/plugins/pgpcore/select-keys.c
5466         * src/plugins/trayicon/trayicon.c
5467                 HIG compliant button order
5468
5469 2006-01-14 [mones]      1.9.100cvs147
5470
5471         * po/es.po
5472                 Updated translation
5473
5474 2006-01-13 [paul]       1.9.100cvs146
5475
5476         * AUTHORS
5477         * ChangeLog
5478         * src/gtk/authors.h
5479                 add Joshua M. Kwan to contributors list
5480
5481 2006-01-13 [colin]      1.9.100cvs145
5482
5483         * src/gtk/quicksearch.c
5484                 Don't refocus quick search after executing (Esc or Enter)
5485                 Allows to '/'search something then move up/down in 
5486                 summaryview, and to Esc a search and be back in the 
5487                 summaryview
5488
5489 2006-01-13 [paul]       1.9.100cvs144
5490
5491         * src/plugins/pgpinline/pgpinline.c
5492                 support Content-Type 'application/pgp'
5493                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5494
5495 2006-01-13 [paul]       1.9.100cvs143
5496
5497         * manual/account.xml
5498                 make mention of partial retrieval
5499                 thanks to Colin
5500
5501 2006-01-13 [paul]       1.9.100cvs142
5502
5503         * src/account.c
5504         * src/account.h
5505         * src/action.c
5506         * src/action.h
5507         * src/adbookbase.h
5508         * src/addr_compl.c
5509         * src/addr_compl.h
5510         * src/addrbook.c
5511         * src/addrcache.c
5512         * src/addrcache.h
5513         * src/addrcindex.c
5514         * src/addrcindex.h
5515         * src/addrclip.c
5516         * src/addrclip.h
5517         * src/addrdefs.h
5518         * src/addressadd.c
5519         * src/addressadd.h
5520         * src/addressbook.c
5521         * src/addressbook.h
5522         * src/addrgather.c
5523         * src/addrgather.h
5524         * src/addrharvest.c
5525         * src/addrharvest.h
5526         * src/addrindex.c
5527         * src/addrindex.h
5528         * src/addritem.c
5529         * src/addritem.h
5530         * src/addrquery.c
5531         * src/addrquery.h
5532         * src/addrselect.c
5533         * src/addrselect.h
5534         * src/alertpanel.c
5535         * src/alertpanel.h
5536         * src/browseldap.c
5537         * src/browseldap.h
5538         * src/codeconv.c
5539         * src/codeconv.h
5540         * src/compose.c
5541         * src/compose.h
5542         * src/customheader.c
5543         * src/customheader.h
5544         * src/displayheader.c
5545         * src/displayheader.h
5546         * src/editaddress.c
5547         * src/editaddress.h
5548         * src/editbook.c
5549         * src/editbook.h
5550         * src/editgroup.c
5551         * src/editgroup.h
5552         * src/editjpilot.c
5553         * src/editjpilot.h
5554         * src/editldap.c
5555         * src/editldap.h
5556         * src/editldap_basedn.c
5557         * src/editldap_basedn.h
5558         * src/editvcard.c
5559         * src/editvcard.h
5560         * src/exphtmldlg.c
5561         * src/exphtmldlg.h
5562         * src/expldifdlg.c
5563         * src/expldifdlg.h
5564         * src/export.h
5565         * src/exporthtml.c
5566         * src/exporthtml.h
5567         * src/exportldif.c
5568         * src/exportldif.h
5569         * src/filtering.c
5570         * src/filtering.h
5571         * src/folder.c
5572         * src/folder.h
5573         * src/folder_item_prefs.c
5574         * src/folder_item_prefs.h
5575         * src/foldersel.c
5576         * src/foldersel.h
5577         * src/folderutils.c
5578         * src/folderutils.h
5579         * src/folderview.c
5580         * src/folderview.h
5581         * src/grouplistdialog.c
5582         * src/grouplistdialog.h
5583         * src/headerview.c
5584         * src/html.c
5585         * src/html.h
5586         * src/image_viewer.c
5587         * src/image_viewer.h
5588         * src/imap.c
5589         * src/imap.h
5590         * src/imap_gtk.c
5591         * src/imap_gtk.h
5592         * src/import.h
5593         * src/importldif.c
5594         * src/importldif.h
5595         * src/importmutt.c
5596         * src/importmutt.h
5597         * src/importpine.c
5598         * src/importpine.h
5599         * src/inc.c
5600         * src/inc.h
5601         * src/jpilot.c
5602         * src/jpilot.h
5603         * src/ldapctrl.c
5604         * src/ldapctrl.h
5605         * src/ldaplocate.c
5606         * src/ldaplocate.h
5607         * src/ldapquery.c
5608         * src/ldapquery.h
5609         * src/ldapserver.c
5610         * src/ldapserver.h
5611         * src/ldaputil.c
5612         * src/ldaputil.h
5613         * src/ldif.c
5614         * src/ldif.h
5615         * src/main.c
5616         * src/main.h
5617         * src/mainwindow.c
5618         * src/mainwindow.h
5619         * src/manual.c
5620         * src/manual.h
5621         * src/mbox.c
5622         * src/mbox.h
5623         * src/message_search.c
5624         * src/message_search.h
5625         * src/messageview.c
5626         * src/messageview.h
5627         * src/mh.c
5628         * src/mh.h
5629         * src/mh_gtk.c
5630         * src/mh_gtk.h
5631         * src/mimeview.c
5632         * src/mimeview.h
5633         * src/msgcache.c
5634         * src/msgcache.h
5635         * src/mutt.c
5636         * src/mutt.h
5637         * src/news.c
5638         * src/news.h
5639         * src/news_gtk.c
5640         * src/news_gtk.h
5641         * src/partial_download.c
5642         * src/partial_download.h
5643         * src/pine.c
5644         * src/pine.h
5645         * src/pop.c
5646         * src/pop.h
5647         * src/prefs_account.c
5648         * src/prefs_account.h
5649         * src/prefs_actions.c
5650         * src/prefs_actions.h
5651         * src/prefs_common.c
5652         * src/prefs_common.h
5653         * src/prefs_compose_writing.c
5654         * src/prefs_compose_writing.h
5655         * src/prefs_customheader.c
5656         * src/prefs_customheader.h
5657         * src/prefs_display_header.c
5658         * src/prefs_display_header.h
5659         * src/prefs_filtering.c
5660         * src/prefs_filtering.h
5661         * src/prefs_filtering_action.c
5662         * src/prefs_filtering_action.h
5663         * src/prefs_folder_column.c
5664         * src/prefs_folder_column.h
5665         * src/prefs_folder_item.c
5666         * src/prefs_folder_item.h
5667         * src/prefs_fonts.c
5668         * src/prefs_fonts.h
5669         * src/prefs_gtk.c
5670         * src/prefs_gtk.h
5671         * src/prefs_image_viewer.c
5672         * src/prefs_image_viewer.h
5673         * src/prefs_matcher.c
5674         * src/prefs_matcher.h
5675         * src/prefs_message.c
5676         * src/prefs_msg_colors.c
5677         * src/prefs_msg_colors.h
5678         * src/prefs_other.c
5679         * src/prefs_quote.c
5680         * src/prefs_receive.c
5681         * src/prefs_send.c
5682         * src/prefs_spelling.c
5683         * src/prefs_spelling.h
5684         * src/prefs_summaries.c
5685         * src/prefs_summaries.h
5686         * src/prefs_summary_column.c
5687         * src/prefs_summary_column.h
5688         * src/prefs_template.c
5689         * src/prefs_template.h
5690         * src/prefs_themes.c
5691         * src/prefs_themes.h
5692         * src/prefs_toolbar.c
5693         * src/prefs_toolbar.h
5694         * src/prefs_wrapping.c
5695         * src/prefs_wrapping.h
5696         * src/privacy.c
5697         * src/privacy.h
5698         * src/procheader.c
5699         * src/procheader.h
5700         * src/procmime.c
5701         * src/procmime.h
5702         * src/procmsg.c
5703         * src/procmsg.h
5704         * src/quote_fmt.c
5705         * src/quote_fmt_parse.y
5706         * src/recv.c
5707         * src/recv.h
5708         * src/remotefolder.c
5709         * src/remotefolder.h
5710         * src/send_message.c
5711         * src/send_message.h
5712         * src/setup.c
5713         * src/setup.h
5714         * src/sourcewindow.c
5715         * src/sourcewindow.h
5716         * src/ssl_manager.c
5717         * src/ssl_manager.h
5718         * src/statusbar.c
5719         * src/statusbar.h
5720         * src/stock_pixmap.c
5721         * src/stock_pixmap.h
5722         * src/summary_search.c
5723         * src/summary_search.h
5724         * src/summaryview.c
5725         * src/summaryview.h
5726         * src/syldap.c
5727         * src/syldap.h
5728         * src/textview.c
5729         * src/textview.h
5730         * src/toolbar.c
5731         * src/toolbar.h
5732         * src/undo.c
5733         * src/undo.h
5734         * src/unmime.c
5735         * src/unmime.h
5736         * src/vcard.c
5737         * src/vcard.h
5738         * src/wizard.c
5739         * src/wizard.h
5740         * src/common/base64.c
5741         * src/common/base64.h
5742         * src/common/defs.h
5743         * src/common/hooks.c
5744         * src/common/hooks.h
5745         * src/common/log.c
5746         * src/common/log.h
5747         * src/common/mgutils.c
5748         * src/common/mgutils.h
5749         * src/common/nntp.c
5750         * src/common/nntp.h
5751         * src/common/passcrypt.c
5752         * src/common/passcrypt.h.in
5753         * src/common/plugin.c
5754         * src/common/plugin.h
5755         * src/common/prefs.c
5756         * src/common/prefs.h
5757         * src/common/progressindicator.c
5758         * src/common/progressindicator.h
5759         * src/common/quoted-printable.c
5760         * src/common/quoted-printable.h
5761         * src/common/session.c
5762         * src/common/session.h
5763         * src/common/smtp.c
5764         * src/common/smtp.h
5765         * src/common/socket.c
5766         * src/common/socket.h
5767         * src/common/ssl.c
5768         * src/common/ssl.h
5769         * src/common/ssl_certificate.c
5770         * src/common/ssl_certificate.h
5771         * src/common/stringtable.c
5772         * src/common/stringtable.h
5773         * src/common/sylpheed.c
5774         * src/common/sylpheed.h
5775         * src/common/template.c
5776         * src/common/template.h
5777         * src/common/timing.h
5778         * src/common/utils.c
5779         * src/common/utils.h
5780         * src/common/version.h.in
5781         * src/common/xml.c
5782         * src/common/xml.h
5783         * src/common/xmlprops.c
5784         * src/common/xmlprops.h
5785         * src/gtk/colorlabel.c
5786         * src/gtk/colorsel.c
5787         * src/gtk/colorsel.h
5788         * src/gtk/description_window.c
5789         * src/gtk/description_window.h
5790         * src/gtk/filesel.c
5791         * src/gtk/filesel.h
5792         * src/gtk/foldersort.c
5793         * src/gtk/foldersort.h
5794         * src/gtk/gtkutils.c
5795         * src/gtk/gtkutils.h
5796         * src/gtk/inputdialog.c
5797         * src/gtk/inputdialog.h
5798         * src/gtk/logwindow.c
5799         * src/gtk/logwindow.h
5800         * src/gtk/manage_window.c
5801         * src/gtk/manage_window.h
5802         * src/gtk/menu.c
5803         * src/gtk/menu.h
5804         * src/gtk/pluginwindow.c
5805         * src/gtk/pluginwindow.h
5806         * src/gtk/prefswindow.c
5807         * src/gtk/prefswindow.h
5808         * src/gtk/progressdialog.c
5809         * src/gtk/progressdialog.h
5810         * src/gtk/sslcertwindow.c
5811         * src/gtk/sslcertwindow.h
5812         * src/plugins/clamav/clamav_plugin.c
5813         * src/plugins/clamav/clamav_plugin.h
5814         * src/plugins/clamav/clamav_plugin_gtk.c
5815         * src/plugins/demo/demo.c
5816         * src/plugins/dillo_viewer/dillo_prefs.c
5817         * src/plugins/dillo_viewer/dillo_prefs.h
5818         * src/plugins/dillo_viewer/dillo_viewer.c
5819         * src/plugins/pgpcore/passphrase.c
5820         * src/plugins/pgpcore/passphrase.h
5821         * src/plugins/pgpcore/plugin.c
5822         * src/plugins/pgpcore/select-keys.c
5823         * src/plugins/pgpcore/select-keys.h
5824         * src/plugins/pgpcore/sgpgme.c
5825         * src/plugins/pgpcore/sgpgme.h
5826         * src/plugins/pgpinline/pgpinline.c
5827         * src/plugins/pgpinline/pgpinline.h
5828         * src/plugins/pgpinline/plugin.c
5829         * src/plugins/pgpmime/pgpmime.c
5830         * src/plugins/pgpmime/pgpmime.h
5831         * src/plugins/pgpmime/plugin.c
5832         * src/plugins/spamassassin/spamassassin.c
5833         * src/plugins/spamassassin/spamassassin.h
5834         * src/plugins/spamassassin/spamassassin_gtk.c
5835         * src/plugins/trayicon/trayicon.c
5836                 update copyright header
5837
5838 2006-01-13 [paul]       1.9.100cvs141
5839
5840         * src/account.c
5841         * src/export.c
5842         * src/import.c
5843         * src/mainwindow.c
5844         * src/prefs_account.c
5845         * src/prefs_display_header.c
5846         * src/prefs_receive.c
5847         * src/prefs_send.c
5848         * src/prefs_summaries.c
5849         * src/prefs_themes.c
5850         * src/prefs_toolbar.c
5851         * src/gtk/about.c
5852                 various cleanups
5853
5854 2006-01-12 [colin]      1.9.100cvs140
5855
5856         * src/folder.c
5857         * src/folder.h
5858         * src/main.c
5859                 Add --subscribe option
5860                 Let sylpheed-claws email@domain.com equivalent to --compose
5861                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5862
5863 2006-01-12 [paul]       1.9.100cvs139
5864
5865         * src/mainwindow.c
5866                 append 'Change folder order' label with '...'
5867         * src/prefs_actions.c
5868                 allow reordering of actions list by dnd
5869         * src/gtk/foldersort.c
5870                 make the dialog nicer
5871
5872 2006-01-11 [colin]      1.9.100cvs138
5873
5874         * src/compose.c
5875                 Allow templates without text
5876
5877 2006-01-11 [paul]       1.9.100cvs137
5878
5879         * tools/README
5880         * tools/filter_conv_new.pl
5881                 add info to README
5882                 also check .sylpheed for filter.xml
5883                 be a bit informative to the user
5884
5885 2006-01-11 [colin]      1.9.100cvs136
5886
5887         * src/textview.c
5888                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5889
5890 2006-01-10 [paul]       1.9.100cvs135
5891
5892         * tools/Makefile.am
5893         * tools/filter_conv_new.pl
5894                 add script to convert new style Sylpheed
5895                 filter rules (Sylpheed >= 0.9.99) to
5896                 Claws filtering rules
5897
5898 2006-01-10 [colin]      1.9.100cvs134
5899
5900         * src/compose.c
5901                 Fix broken line joins in certain conditions
5902                 (between two quoted lines: <enter><enter><up>
5903                  <type a wrapped sentence><go in the first line>
5904                  <insert more text><watch as line joining failed>)
5905
5906 2006-01-10 [paul]       1.9.100cvs133
5907
5908         * src/compose.c
5909                 don't report success in error dialog
5910                 thanks to Colin
5911         * src/common/utils.c
5912                 include some trailing punctuations as URI
5913                 thanks to Hiro
5914
5915 2006-01-10 [paul]       1.9.100cvs132
5916
5917         * src/mimeview.c
5918                 fix incompatible pointer type
5919                 warning
5920
5921 2006-01-10 [paul]       1.9.100cvs131
5922
5923         * src/compose.c
5924                 change Subject in window title
5925                 instantaneously
5926
5927 2006-01-09 [colin]      1.9.100cvs130
5928
5929         * src/addressbook.c
5930         * src/headerview.c
5931         * src/mainwindow.c
5932         * src/messageview.c
5933         * src/mimeview.c
5934         * src/noticeview.c
5935         * src/summaryview.c
5936                 Fix possible crashes on exit and in addressbook
5937
5938 2006-01-09 [paul]       1.9.100cvs129
5939
5940         * src/prefs_msg_colors.c
5941                 some cleanups that I forgot last time
5942
5943 2006-01-09 [paul]       1.9.100cvs128
5944
5945         * README
5946         * src/folderview.c
5947         * src/prefs_msg_colors.c
5948                 add previously hidden option, color_new, to
5949                 the gui
5950                 move the page to Display/
5951                 rework the gui
5952
5953 2006-01-09 [wwp]        1.9.100cvs127
5954
5955         * src/prefs_themes.c
5956                 made the prefs/display/themes layouts spacing less condensed
5957                 (and so they match other prefs/pages' look).
5958
5959 2006-01-09 [paul]       1.9.100cvs126
5960
5961         * src/compose.c
5962         * src/prefs_common.c
5963         * src/prefs_common.h
5964         * src/prefs_wrapping.c
5965                 remove 'wrap at send' option
5966
5967 2006-01-06 [colin]      1.9.100cvs125
5968
5969         * src/compose.c
5970                 Just make completely sure we don't insert "manual line breaks" 
5971                 when wrapping... 
5972
5973 2006-01-04 [paul]
5974
5975         * 2.0.0-rc3 released
5976
5977 2006-01-04 [paul]       1.9.100cvs124
5978
5979         * src/folderview.c
5980                 fix bug 882, 'quick scroll in folder list
5981                 displays wrong folder contents'
5982
5983 2006-01-04 [paul]       1.9.100cvs123
5984
5985         * src/plugins/pgpmime/pgpmime.c
5986                 better debug information when signing
5987                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5988
5989 2006-01-03 [colin]      1.9.100cvs122
5990
5991         * configure.ac
5992                 We need to recheck for gpgme 1.0.0 after checking
5993                 for 1.1.1, because if 1.1.1 isn't available, 
5994                 GPGME_LIBS and friends are blanked out by the 
5995                 second check.
5996
5997 2006-01-03 [colin]      1.9.100cvs121
5998
5999         * src/common/prefs.c
6000                 Windows unlink-before rename fix
6001         * src/plugins/pgpcore/sgpgme.c
6002                 Add support for PKA info if available
6003                 Both patches by Werner Koch
6004
6005 2006-01-03 [paul]       1.9.100cvs120
6006
6007         * src/messageview.c
6008                 fix bug 884, 'Send receipt' button visible in queue
6009                 Thanks to Colin
6010
6011 2006-01-02 [colin]      1.9.100cvs119
6012
6013         * src/compose.c
6014         * src/imap.c
6015                 Fix autosave on IMAP and more generally try to
6016                 return the correct ID on a newly added IMAP message
6017
6018 2006-01-02 [paul]       1.9.100cvs118
6019
6020         * manual/keyboard.xml
6021                 edited
6022
6023 2006-01-01 [paul]       1.9.100cvs117
6024
6025         * src/gtk/authors.h
6026                 alphabetical order
6027
6028 2005-12-30 [colin]      1.9.100cvs116
6029
6030         * manual/advanced.xml
6031                 Explain Pre/Post-processing differences.
6032
6033 2005-12-30 [colin]      1.9.100cvs115
6034
6035         * src/mh.c
6036                 Implement copy_msgs for a little optimization
6037         * src/imap.c
6038                 Finish yesterday's fix
6039
6040 2005-12-29 [colin]      1.9.100cvs114
6041
6042         * src/imap.c
6043                 Fix occasional failure in fetching a mail over
6044                 IMAP
6045
6046 2005-12-29 [colin]      1.9.100cvs113
6047
6048         * src/compose.c
6049                 Don't remove a draft when sending it, if it is 
6050                 locked.
6051
6052 2005-12-28 [colin]      1.9.100cvs112
6053
6054         * src/summaryview.c
6055                 Fix leak for real
6056
6057 2005-12-28 [wwp]        1.9.100cvs111
6058
6059         * doc/faq/.cvsignore
6060         * doc/faq/de/.cvsignore
6061         * doc/faq/en/.cvsignore
6062         * doc/faq/es/.cvsignore
6063         * doc/faq/fr/.cvsignore
6064         * doc/faq/it/.cvsignore
6065         * doc/manual/.cvsignore
6066         * doc/manual/de/.cvsignore
6067         * doc/manual/en/.cvsignore
6068         * doc/manual/es/.cvsignore
6069         * doc/manual/fr/.cvsignore
6070         * doc/manual/ja/.cvsignore
6071         * src/plugins/mathml_viewer/.cvsignore
6072                 rollback revival of those files (my bad, sorry for the noise).
6073
6074 2005-12-28 [wwp]        1.9.100cvs110
6075
6076         * src/compose.c
6077                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6078
6079 2005-12-28 [wwp]        1.9.100cvs109
6080
6081         * doc/faq/.cvsignore
6082         * doc/faq/de/.cvsignore
6083         * doc/faq/en/.cvsignore
6084         * doc/faq/es/.cvsignore
6085         * doc/faq/fr/.cvsignore
6086         * doc/faq/it/.cvsignore
6087         * doc/manual/.cvsignore
6088         * doc/manual/de/.cvsignore
6089         * doc/manual/en/.cvsignore
6090         * doc/manual/es/.cvsignore
6091         * doc/manual/fr/.cvsignore
6092         * doc/manual/ja/.cvsignore
6093         * src/plugins/mathml_viewer/.cvsignore
6094         * po/.cvsignore
6095                 more files to ignore.
6096
6097 2005-12-24 [colin]      1.9.100cvs108
6098
6099         * AUTHORS
6100         * src/gtk/authors.h
6101                 Update for Werner
6102
6103 2005-12-24 [colin]      1.9.100cvs107
6104
6105         * src/procmsg.c
6106                 Allow NULL src_msginfo in 
6107                 procmsg_msginfo_new_from_mimeinfo
6108
6109 2005-12-23 [paul]       1.9.100cvs106
6110
6111         * src/plugins/pgpinline/mypgpcore.def
6112                 add this forgotten file
6113
6114 2005-12-23 [colin]      1.9.100cvs105
6115
6116         * src/mainwindow.c
6117                 Fix missing break
6118
6119 2005-12-23 [colin]      1.9.100cvs104
6120
6121         * autogen.sh
6122         * src/folder.c
6123         * src/mh.c
6124         * src/common/plugin.c
6125         * src/common/socket.c
6126         * src/common/socket.h
6127         * src/common/utils.c
6128         * src/common/utils.h
6129         * src/gtk/pluginwindow.c
6130         * src/plugins/pgpcore/plugin.def
6131         * src/plugins/pgpcore/sylpheed.def
6132         * src/plugins/pgpinline/Makefile.am
6133         * src/plugins/pgpinline/plugin.def
6134         * src/plugins/pgpinline/sylpheed.def
6135         * src/plugins/pgpmime/plugin.def
6136         * src/plugins/pgpmime/sylpheed.def
6137                 Various w32 fixes by Werner Koch
6138
6139 2005-12-22 [paul]       1.9.100cvs103
6140
6141         * src/wizard.c
6142                 don't offer IMAP as 'server type' if
6143                 libetpan isn't built in
6144
6145 2005-12-22 [paul]       1.9.100cvs102
6146
6147         * AUTHORS
6148         * src/mainwindow.c
6149         * src/mainwindow.h
6150         * src/toolbar.c
6151         * src/gtk/authors.h
6152                 support GTK_TOOLBAR_BOTH_HORIZ (text
6153                 next to icon) Patch by Marien Zwart
6154                 marienz@users.sf.net
6155                 Also reword the text
6156
6157 2005-12-21 [colin]      1.9.100cvs101
6158
6159         * configure.ac
6160                 Fix DATADIRNAME
6161         * COPYING
6162                 Fix missing section and explicit the exception better
6163         * src/compose.c
6164                 Prevent mail from being lost without notice when an
6165                 SMTP error happens on trying to send an unmodified
6166                 drafted mail.
6167         * src/send_message.c
6168         * src/common/smtp.c
6169                 Fix password remembering when wrong, and add return
6170                 value checks where they should have been
6171         * src/plugins/pgpcore/sylpheed.def
6172         * src/plugins/pgpinline/sylpheed.def
6173         * src/plugins/pgpmime/sylpheed.def
6174                 Add a few symbols needed
6175
6176 2005-12-21 [paul]       1.9.100cvs100
6177
6178         * m4/codeset.m4
6179         * m4/glibc21.m4
6180         * m4/intdiv0.m4
6181         * m4/inttypes-pri.m4
6182         * m4/inttypes.m4
6183         * m4/inttypes_h.m4
6184         * m4/isc-posix.m4
6185         * m4/lcmessage.m4
6186         * m4/stdint_h.m4
6187         * m4/uintmax_t.m4
6188                 gettextization
6189                 thanks to Colin
6190
6191 2005-12-21 [paul]       1.9.100cvs99
6192
6193         * po/sv.po
6194                 fixed by Colin
6195
6196 2005-12-20 [paul]       1.9.100cvs98
6197
6198         * po/sv.po
6199                 updated by Anders Trobäck
6200
6201 2005-12-20 [colin]      1.9.100cvs97
6202
6203         * ABOUT-NLS
6204         * Makefile.am
6205         * autogen.sh
6206         * configure.ac
6207         * config/config.rpath
6208         * config/mkinstalldirs
6209         * m4/Makefile.am
6210         * m4/glibc2.m4
6211         * m4/gnupg.m4
6212         * m4/gpgme.m4
6213         * m4/intmax.m4
6214         * m4/longdouble.m4
6215         * m4/longlong.m4
6216         * m4/printf-posix.m4
6217         * m4/signed.m4
6218         * m4/size_max.m4
6219         * m4/ulonglong.m4
6220         * m4/wchar_t.m4
6221         * m4/wint_t.m4
6222         * m4/xsize.m4
6223         * po/Makefile.in.in
6224         * po/Makevars
6225         * po/bg.po
6226         * po/ca.po
6227         * po/cs.po
6228         * po/de.po
6229         * po/el.po
6230         * po/en_GB.po
6231         * po/es.po
6232         * po/fi.po
6233         * po/fr.po
6234         * po/hr.po
6235         * po/hu.po
6236         * po/it.po
6237         * po/ja.po
6238         * po/ko.po
6239         * po/nb.po
6240         * po/nl.po
6241         * po/pl.po
6242         * po/pt_BR.po
6243         * po/ru.po
6244         * po/sk.po
6245         * po/sr.po
6246         * po/stamp-po
6247         * po/sv.po
6248         * po/zh_CN.po
6249         * po/zh_TW.po
6250         * src/Makefile.am
6251         * src/codeconv.c
6252         * src/compose.c
6253         * src/exporthtml.c
6254         * src/exportldif.c
6255         * src/folder.c
6256         * src/main.c
6257         * src/manual.c
6258         * src/mh.c
6259         * src/mimeview.c
6260         * src/send_message.c
6261         * src/common/Makefile.am
6262         * src/common/fnmatch.c
6263         * src/common/fnmatch.h
6264         * src/common/fnmatch_loop.c
6265         * src/common/nntp.c
6266         * src/common/plugin.c
6267         * src/common/smtp.c
6268         * src/common/socket.c
6269         * src/common/string_match.c
6270         * src/common/sylpheed.c
6271         * src/common/utils.c
6272         * src/common/utils.h
6273         * src/common/w32_dirent.c
6274         * src/common/w32_reg.c
6275         * src/common/w32_signal.c
6276         * src/common/w32_stat.c
6277         * src/common/w32_stdio.c
6278         * src/common/w32_stdlib.c
6279         * src/common/w32_string.c
6280         * src/common/w32_time.c
6281         * src/common/w32_unistd.c
6282         * src/common/w32_wait.c
6283         * src/common/w32lib.h
6284         * src/etpan/Makefile.am
6285         * src/gtk/Makefile.am
6286         * src/plugins/clamav/Makefile.am
6287         * src/plugins/demo/Makefile.am
6288         * src/plugins/dillo_viewer/Makefile.am
6289         * src/plugins/pgpcore/Makefile.am
6290         * src/plugins/pgpcore/passphrase.c
6291         * src/plugins/pgpcore/plugin.def
6292         * src/plugins/pgpcore/sgpgme.c
6293         * src/plugins/pgpcore/sylpheed.def
6294         * src/plugins/pgpcore/version.rc
6295         * src/plugins/pgpinline/Makefile.am
6296         * src/plugins/pgpinline/plugin.def
6297         * src/plugins/pgpinline/sylpheed.def
6298         * src/plugins/pgpinline/version.rc
6299         * src/plugins/pgpmime/Makefile.am
6300         * src/plugins/pgpmime/mypgpcore.def
6301         * src/plugins/pgpmime/plugin.def
6302         * src/plugins/pgpmime/sylpheed.def
6303         * src/plugins/pgpmime/version.rc
6304         * src/plugins/spamassassin/Makefile.am
6305                 Very little ;-) patch from Werner Koch, providing
6306                 infrastructure for cross-compiling to Win32
6307
6308 2005-12-20 [paul]       1.9.100cvs96
6309
6310         * src/account.c
6311         * src/account.h
6312         * src/mainwindow.c
6313         * src/mainwindow.h
6314         * src/toolbar.c
6315         * src/toolbar.h
6316                 add a combo to the Get All button, allowing
6317                 quick retrieval from any account
6318                 Patch by Fabien Vantard, slightly modified
6319                 by Colin
6320         * src/gtk/about.c
6321                 i18n fix. Patch by Fabien Vantard
6322
6323 2005-12-19 [colin]      1.9.100cvs95
6324
6325         * src/compose.c
6326         * src/compose.h
6327                 Don't automatically join lines when they've 
6328                 been separated by the user and not automatically
6329
6330 2005-12-19 [paul]       1.9.100cvs94
6331
6332         * src/gtk/pluginwindow.c
6333                 i18n fix.
6334                 Patch by Fabien Vantard
6335
6336 2005-12-15 [paul]       1.9.100cvs93
6337
6338         * src/common/plugin.c
6339         * src/common/plugin.h
6340         * src/gtk/pluginwindow.c
6341         * src/plugins/clamav/clamav_plugin.c
6342         * src/plugins/demo/demo.c
6343         * src/plugins/dillo_viewer/dillo_viewer.c
6344         * src/plugins/pgpcore/plugin.c
6345         * src/plugins/pgpinline/plugin.c
6346         * src/plugins/pgpmime/plugin.c
6347         * src/plugins/spamassassin/spamassassin.c
6348         * src/plugins/trayicon/trayicon.c
6349                 add plugin_version()
6350
6351 2005-12-15 [colin]      1.9.100cvs92
6352
6353         * src/compose.c
6354                 Further fix bug #875
6355
6356 2005-12-15 [paul]       1.9.100cvs91
6357
6358         * src/gtk/filesel.c
6359                 fix attach_load_dir getting set to
6360                 PLUGINDIR on plugin load
6361
6362 2005-12-14 [mones]      1.9.100cvs90
6363
6364         * manual/ack.xml
6365         * manual/keyboard.xml
6366                 Initial draft and some shortcuts added
6367                 
6368         * po/es.po
6369                 Updated translation
6370
6371 2005-12-14 [colin]      1.9.100cvs89
6372
6373         * src/compose.c
6374         * src/imap.c
6375         * src/summaryview.c
6376         * src/gtk/gtkaspell.c
6377                 More leaks fixed
6378         * src/prefs_folder_item.c
6379                 Fix recursive prefs apply
6380
6381
6382 2005-12-14 [colin]      1.9.100cvs88
6383
6384         * src/compose.c
6385                 Fix bug #875 (Freeze On Inline Forward of 
6386                 Large Message)
6387
6388 2005-12-13 [colin]      1.9.100cvs87
6389
6390         * src/compose.c
6391                 Uniq-ify and sort the mimetypes list
6392                 Patch by Fabien Vantard
6393
6394 2005-12-13 [colin]      1.9.100cvs86
6395
6396         * src/imap.c
6397         * src/etpan/imap-thread.c
6398                 Fix leaks (patch by Hoa)
6399         * src/news.c
6400         * src/common/plugin.c
6401                 Fix leaks
6402
6403 2005-12-12 [colin]
6404
6405         * 2.0.0-rc2 released
6406
6407 2005-12-12 [colin]      1.9.100cvs85
6408
6409         * src/matcher.c
6410                 Fix a leak
6411
6412 2005-12-12 [wwp]        1.9.100cvs84
6413
6414         * src/gtk/icon_legend.c
6415                 fix misbehaviour and crash when closing the legend window
6416         using the Esc key (patch by Fabien Vantard).
6417
6418 2005-12-12 [paul]       1.9.100cvs83
6419
6420         * src/browseldap.c
6421         * src/foldersel.c
6422         * src/prefs_actions.c
6423         * src/prefs_filtering.c
6424         * src/prefs_matcher.c
6425         * src/prefs_spelling.glade      ** REMOVED **
6426         * src/prefs_template.c
6427         * src/gtk/foldersort.glade      ** REMOVED **
6428         * src/gtk/pluginwindow.c
6429         * src/gtk/pluginwindow.glade    ** REMOVED **
6430         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6431                 cleanups
6432
6433 2005-12-11 [paul]       1.9.100cvs82
6434
6435         * src/gtk/filesel.c
6436                 fix attach_load_dir crasher (double free)
6437
6438 2005-12-09 [paul]       1.9.100cvs81
6439
6440         * po/POTFILES.in
6441         * src/mainwindow.c
6442         * src/gtk/Makefile.am
6443         * src/gtk/icon_legend.c
6444         * src/gtk/icon_legend.h
6445                 add icon legend
6446         * src/manual.c
6447                 cleanup
6448
6449 2005-12-09 [paul]       1.9.100cvs80
6450
6451         * src/plugins/pgpcore/passphrase.c
6452                 wrap the label in the dialog
6453
6454 2005-12-09 [colin]      1.9.100cvs79
6455
6456         * src/plugins/pgpcore/sgpgme.c
6457                 Display (untrusted) on not trusted signatures
6458                 Patch by Michal Èihaø <michal@cihar.com>
6459                 Closes bug #867 (Report also key trust)
6460
6461 2005-12-09 [colin]      1.9.100cvs78
6462
6463         * src/common/plugin.c
6464                 Update licence check, following Eben Moglen's advice
6465
6466 2005-12-08 [colin]      1.9.100cvs77
6467
6468         * src/folder.c
6469                 Fix the occasionnal item->cache != NULL 
6470                 assertion failure. 
6471
6472 2005-12-08 [colin]      1.9.100cvs76
6473
6474         * src/mimeview.c
6475         * src/plugins/pgpcore/sgpgme.c
6476                 Print key id when unable to check it
6477                 Closes bug #866 (Show key id when missing)
6478
6479 2005-12-08 [paul]       1.9.100cvs75
6480
6481         * src/prefs_common.c
6482         * src/prefs_common.h
6483         * src/gtk/filesel.c
6484                 remember load attachment dir
6485
6486 2005-12-07 [colin]      1.9.100cvs74
6487
6488         * src/prefs_toolbar.c
6489                 Gtk fixes, patch by Fabien Vantard
6490
6491 2005-12-07 [colin]      1.9.100cvs73
6492
6493         * src/action.c
6494         * src/compose.c
6495         * src/compose.h
6496                 Fix bug #839 (Quoted text isn't colored after 
6497                 executing an action)
6498         * src/common/plugin.c
6499                 Require plugins to declare their licence in plugin_licence()
6500                 Refuse to load non-GPL plugins as they'd be illegal (as 
6501                 derived works of Sylpheed-Claws, they must be GPL).
6502         * src/plugins/clamav/clamav_plugin.c
6503         * src/plugins/demo/demo.c
6504         * src/plugins/dillo_viewer/dillo_viewer.c
6505         * src/plugins/pgpcore/plugin.c
6506         * src/plugins/pgpinline/plugin.c
6507         * src/plugins/pgpmime/plugin.c
6508         * src/plugins/spamassassin/spamassassin.c
6509         * src/plugins/trayicon/trayicon.c
6510                 Add plugin_licence()
6511
6512 2005-12-07 [paul]       1.9.100cvs72
6513
6514         * configure.ac
6515         * src/mainwindow.c
6516         * src/manual.c
6517         * src/manual.h
6518         * src/common/defs.h
6519                 clean up after local FAQ removal and
6520                 temporary manual removal
6521
6522 2005-12-06 [colin]      1.9.100cvs71
6523
6524         * configure.ac
6525         * doc/Makefile.am
6526         * doc/faq/.cvsignore
6527         * doc/faq/Makefile.am
6528         * doc/faq/de/.cvsignore
6529         * doc/faq/de/Makefile.am
6530         * doc/faq/de/sylpheed-faq-1.html
6531         * doc/faq/de/sylpheed-faq-2.html
6532         * doc/faq/de/sylpheed-faq-3.html
6533         * doc/faq/de/sylpheed-faq.html
6534         * doc/faq/en/.cvsignore
6535         * doc/faq/en/Makefile.am
6536         * doc/faq/en/sylpheed-faq-1.html
6537         * doc/faq/en/sylpheed-faq-2.html
6538         * doc/faq/en/sylpheed-faq-3.html
6539         * doc/faq/en/sylpheed-faq-4.html
6540         * doc/faq/en/sylpheed-faq.html
6541         * doc/faq/es/.cvsignore
6542         * doc/faq/es/Makefile.am
6543         * doc/faq/es/sylpheed-faq-1.html
6544         * doc/faq/es/sylpheed-faq-2.html
6545         * doc/faq/es/sylpheed-faq-3.html
6546         * doc/faq/es/sylpheed-faq-4.html
6547         * doc/faq/es/sylpheed-faq.html
6548         * doc/faq/fr/.cvsignore
6549         * doc/faq/fr/Makefile.am
6550         * doc/faq/fr/sylpheed-faq-1.html
6551         * doc/faq/fr/sylpheed-faq-2.html
6552         * doc/faq/fr/sylpheed-faq-3.html
6553         * doc/faq/fr/sylpheed-faq.html
6554         * doc/faq/it/.cvsignore
6555         * doc/faq/it/Makefile.am
6556         * doc/faq/it/sylpheed-faq-1.html
6557         * doc/faq/it/sylpheed-faq-2.html
6558         * doc/faq/it/sylpheed-faq-3.html
6559         * doc/faq/it/sylpheed-faq.html
6560         * doc/manual/.cvsignore
6561         * doc/manual/Makefile.am
6562         * doc/manual/de/.cvsignore
6563         * doc/manual/de/Makefile.am
6564         * doc/manual/de/sylpheed-1.html
6565         * doc/manual/de/sylpheed-10.html
6566         * doc/manual/de/sylpheed-11.html
6567         * doc/manual/de/sylpheed-12.html
6568         * doc/manual/de/sylpheed-13.html
6569         * doc/manual/de/sylpheed-14.html
6570         * doc/manual/de/sylpheed-15.html
6571         * doc/manual/de/sylpheed-16.html
6572         * doc/manual/de/sylpheed-17.html
6573         * doc/manual/de/sylpheed-18.html
6574         * doc/manual/de/sylpheed-19.html
6575         * doc/manual/de/sylpheed-2.html
6576         * doc/manual/de/sylpheed-20.html
6577         * doc/manual/de/sylpheed-3.html
6578         * doc/manual/de/sylpheed-4.html
6579         * doc/manual/de/sylpheed-5.html
6580         * doc/manual/de/sylpheed-6.html
6581         * doc/manual/de/sylpheed-7.html
6582         * doc/manual/de/sylpheed-8.html
6583         * doc/manual/de/sylpheed-9.html
6584         * doc/manual/de/sylpheed.html
6585         * doc/manual/en/.cvsignore
6586         * doc/manual/en/Makefile.am
6587         * doc/manual/en/sylpheed-1.html
6588         * doc/manual/en/sylpheed-10.html
6589         * doc/manual/en/sylpheed-11.html
6590         * doc/manual/en/sylpheed-12.html
6591         * doc/manual/en/sylpheed-13.html
6592         * doc/manual/en/sylpheed-14.html
6593         * doc/manual/en/sylpheed-15.html
6594         * doc/manual/en/sylpheed-16.html
6595         * doc/manual/en/sylpheed-17.html
6596         * doc/manual/en/sylpheed-18.html
6597         * doc/manual/en/sylpheed-19.html
6598         * doc/manual/en/sylpheed-2.html
6599         * doc/manual/en/sylpheed-20.html
6600         * doc/manual/en/sylpheed-21.html
6601         * doc/manual/en/sylpheed-22.html
6602         * doc/manual/en/sylpheed-3.html
6603         * doc/manual/en/sylpheed-4.html
6604         * doc/manual/en/sylpheed-5.html
6605         * doc/manual/en/sylpheed-6.html
6606         * doc/manual/en/sylpheed-7.html
6607         * doc/manual/en/sylpheed-8.html
6608         * doc/manual/en/sylpheed-9.html
6609         * doc/manual/en/sylpheed.html
6610         * doc/manual/es/.cvsignore
6611         * doc/manual/es/Makefile.am
6612         * doc/manual/es/sylpheed-1.html
6613         * doc/manual/es/sylpheed-10.html
6614         * doc/manual/es/sylpheed-11.html
6615         * doc/manual/es/sylpheed-12.html
6616         * doc/manual/es/sylpheed-13.html
6617         * doc/manual/es/sylpheed-14.html
6618         * doc/manual/es/sylpheed-15.html
6619         * doc/manual/es/sylpheed-16.html
6620         * doc/manual/es/sylpheed-17.html
6621         * doc/manual/es/sylpheed-18.html
6622         * doc/manual/es/sylpheed-19.html
6623         * doc/manual/es/sylpheed-2.html
6624         * doc/manual/es/sylpheed-20.html
6625         * doc/manual/es/sylpheed-3.html
6626         * doc/manual/es/sylpheed-4.html
6627         * doc/manual/es/sylpheed-5.html
6628         * doc/manual/es/sylpheed-6.html
6629         * doc/manual/es/sylpheed-7.html
6630         * doc/manual/es/sylpheed-8.html
6631         * doc/manual/es/sylpheed-9.html
6632         * doc/manual/es/sylpheed.html
6633         * doc/manual/fr/.cvsignore
6634         * doc/manual/fr/Makefile.am
6635         * doc/manual/fr/sylpheed-1.html
6636         * doc/manual/fr/sylpheed-10.html
6637         * doc/manual/fr/sylpheed-11.html
6638         * doc/manual/fr/sylpheed-12.html
6639         * doc/manual/fr/sylpheed-13.html
6640         * doc/manual/fr/sylpheed-14.html
6641         * doc/manual/fr/sylpheed-15.html
6642         * doc/manual/fr/sylpheed-16.html
6643         * doc/manual/fr/sylpheed-17.html
6644         * doc/manual/fr/sylpheed-18.html
6645         * doc/manual/fr/sylpheed-19.html
6646         * doc/manual/fr/sylpheed-2.html
6647         * doc/manual/fr/sylpheed-20.html
6648         * doc/manual/fr/sylpheed-3.html
6649         * doc/manual/fr/sylpheed-4.html
6650         * doc/manual/fr/sylpheed-5.html
6651         * doc/manual/fr/sylpheed-6.html
6652         * doc/manual/fr/sylpheed-7.html
6653         * doc/manual/fr/sylpheed-8.html
6654         * doc/manual/fr/sylpheed-9.html
6655         * doc/manual/fr/sylpheed.html
6656         * doc/manual/ja/.cvsignore
6657         * doc/manual/ja/Makefile.am
6658         * doc/manual/ja/sylpheed-1.html
6659         * doc/manual/ja/sylpheed-10.html
6660         * doc/manual/ja/sylpheed-11.html
6661         * doc/manual/ja/sylpheed-12.html
6662         * doc/manual/ja/sylpheed-13.html
6663         * doc/manual/ja/sylpheed-14.html
6664         * doc/manual/ja/sylpheed-15.html
6665         * doc/manual/ja/sylpheed-16.html
6666         * doc/manual/ja/sylpheed-17.html
6667         * doc/manual/ja/sylpheed-18.html
6668         * doc/manual/ja/sylpheed-19.html
6669         * doc/manual/ja/sylpheed-2.html
6670         * doc/manual/ja/sylpheed-20.html
6671         * doc/manual/ja/sylpheed-3.html
6672         * doc/manual/ja/sylpheed-4.html
6673         * doc/manual/ja/sylpheed-5.html
6674         * doc/manual/ja/sylpheed-6.html
6675         * doc/manual/ja/sylpheed-7.html
6676         * doc/manual/ja/sylpheed-8.html
6677         * doc/manual/ja/sylpheed-9.html
6678         * doc/manual/ja/sylpheed.html
6679         * doc/manual/ja/sylpheed.sgml
6680         * src/mainwindow.c
6681                 Remove outdated manual and faq. Noisy, eh?
6682
6683 2005-12-06 [colin]      1.9.100cvs70
6684
6685         * src/compose.c
6686         * src/quote_fmt_parse.y
6687         * src/undo.c
6688         * src/undo.h
6689                 Allow %X to position cursor at 0 
6690                 (no %X = before signature)
6691                 Fix paste as quotation putting the cursor at 0
6692                 Fix undo offsets when pasting
6693                 Insert the quote_fmt at once instead of line 
6694                 by line
6695                 Fix [Edited] when starting to reply/forward
6696
6697 2005-12-06 [paul]       1.9.100cvs69
6698
6699         * src/plugins/clamav/clamav_plugin_gtk.c
6700                 add another tooltip
6701         * src/plugins/spamassassin/spamassassin_gtk.c
6702                 rework spamassassin_create_widget_func()
6703
6704 2005-12-05 [colin]      1.9.100cvs68
6705
6706         * po/POTFILES.in
6707                 Fix make release ;-)
6708
6709 2005-12-05 [colin]      1.9.100cvs67
6710
6711         * src/compose.c
6712         * src/compose.h
6713                 Fix cursor positioning (not obeying %X)
6714
6715 2005-12-05 [paul]       1.9.100cvs66
6716
6717         * src/plugins/dillo_viewer/dillo_prefs.c
6718                 fix compilation warning
6719
6720 2005-12-05 [paul]       1.9.100cvs65
6721
6722         * src/prefs_spelling.c
6723         * src/plugins/trayicon/trayicon.c
6724                 cleanups - remove unused stuff
6725
6726 2005-12-05 [paul]       1.9.100cvs64
6727
6728         * README
6729         * manual/plugins.xml
6730                 remove info about removed mathml_viewer plugin
6731
6732 2005-12-05 [paul]       1.9.100cvs63
6733
6734         * configure.ac
6735         * src/plugins/Makefile.am
6736         * src/plugins/mathml_viewer/.cvsignore
6737         * src/plugins/mathml_viewer/Makefile.am
6738         * src/plugins/mathml_viewer/mathml_viewer.c
6739                 remove unmaintained mathml_viewer plugin
6740
6741 2005-12-05 [paul]       1.9.100cvs62
6742
6743         * src/summaryview.c
6744                 obey prefs_common.always_show_msg when
6745                 moving a msg
6746                 Thanks to Colin
6747
6748 2005-12-05 [paul]       1.9.100cvs61
6749
6750         * src/compose.c
6751         * src/prefs_account.c
6752         * src/prefs_filtering.c
6753         * src/prefs_quote.c
6754         * src/prefs_spelling.c
6755         * src/prefs_toolbar.c
6756         * src/summaryview.c
6757         * src/gtk/gtkutils.c
6758         * src/gtk/quicksearch.c
6759         * src/plugins/dillo_viewer/dillo_prefs.c
6760                 dialog cleanups
6761
6762 2005-12-04 [paul]       1.9.100cvs60
6763
6764         * src/inc.c
6765         * src/prefs_account.c
6766         * src/prefs_account.h
6767                 allow a Local account to specify a
6768                 default inbox
6769                 (closes bug 843 'Inbox cannot be changed for local
6770                  mailboxes')
6771
6772 2005-12-04 [colin]      1.9.100cvs59
6773
6774         * src/plugins/trayicon/trayicon.c
6775                 Remove Get, rename Get All to Get Mail in order to
6776                 be consistent with the default main toolbar
6777
6778 2005-12-03 [colin]      1.9.100cvs58
6779
6780         * manual/gpl.xml
6781         * manual/sylpheed-claws-manual.xml
6782                 Add GPL appendix
6783
6784 2005-12-03 [paul]       1.9.100cvs57
6785
6786         * AUTHORS
6787         * po/sv.po
6788         * src/gtk/authors.h
6789                 new (partially complete) Swedish translation
6790                 by Anders Troback <sylpheed@troback.com>
6791
6792 2005-12-02 [paul]       1.9.100cvs56
6793
6794         * configure.ac
6795                 libetpan 0.41 required
6796
6797 2005-12-02 [paul]       1.9.100cvs55
6798
6799         * src/plugins/clamav/clamav_plugin.c
6800         * src/plugins/clamav/clamav_plugin.h
6801         * src/plugins/clamav/clamav_plugin_gtk.c
6802         * src/plugins/spamassassin/spamassassin.c
6803         * src/plugins/spamassassin/spamassassin.h
6804         * src/plugins/spamassassin/spamassassin_gtk.c
6805                 unregister prefs pages on unloading, thus
6806                 preventing a crash
6807                 (thanks to Colin for the hint)
6808
6809 2005-12-02 [wwp]        1.9.100cvs54
6810
6811         * src/quote_fmt.h
6812         * src/quote_fmt_parse.y
6813                 fix misuse of gboolean*, use gboolean instead
6814                 (thanks to Paul, Colin, for pointing out that scaring one)
6815
6816 2005-12-02 [paul]       1.9.100cvs53
6817
6818         * src/plugins/clamav/clamav_plugin.c
6819                 int no --> unsigned int no
6820         * src/plugins/clamav/clamav_plugin_gtk.c
6821                 rework config page
6822
6823 2005-12-02 [wwp]        1.9.100cvs52
6824
6825         * src/compose.c
6826         * src/prefs_template.c
6827         * src/quote_fmt.h
6828         * src/quote_fmt_parse.y
6829                 prevent from executing |f and |p templates commands when
6830                 adding or replacing templates in prefs (avoids annoying and
6831                 potentially dangerous behaviours)
6832
6833 2005-12-02 [paul]       1.9.100cvs51
6834
6835         * src/prefs_common.c
6836                 allow translation of some default values
6837                 Patch by Fabien Vantard
6838
6839 2005-12-02 [paul]       1.9.100cvs50
6840
6841         * src/codeconv.c
6842         * src/codeconv.h
6843         * src/prefs_common.c
6844         * src/prefs_common.h
6845         * src/prefs_message.c
6846         * src/textview.c
6847                 remove obsolete 'convert_mb_alnum' option
6848                 and related stuff
6849         * src/gtk/about.c
6850                 remove unused 'about_textview_visibility_notify'
6851
6852 2005-12-02 [paul]       1.9.100cvs49
6853
6854         * src/prefs_account.c
6855         * src/prefs_compose_writing.c
6856         * src/prefs_fonts.c
6857         * src/prefs_gtk.h
6858         * src/prefs_image_viewer.c
6859         * src/prefs_message.c
6860         * src/prefs_other.c
6861         * src/prefs_receive.c
6862         * src/prefs_send.c
6863         * src/prefs_spelling.c
6864         * src/prefs_summaries.c
6865         * src/prefs_wrapping.c
6866         * src/plugins/dillo_viewer/dillo_prefs.c
6867         * src/plugins/pgpcore/prefs_gpg.c
6868                 several cleanups to the prefs dialogs
6869                 (slightly modified) patch by Fabien Vantard
6870
6871 2005-12-02 [paul]       1.9.100cvs48
6872
6873         * src/main.c
6874                 --exit means exit
6875         * src/send_message.c
6876                 fix crash on send when connection fails
6877
6878         Thanks to Colin
6879
6880 2005-12-01 [colin]      1.9.100cvs47
6881
6882         * src/html.c
6883                 Translate &hellip; to "..."
6884
6885 2005-11-30 [colin]      1.9.100cvs46
6886
6887         * src/matcher.c
6888         * src/matcher.h
6889                 Optimize back yesterday's fix.
6890
6891 2005-11-30 [paul]       1.9.100cvs45
6892
6893         * manual/faq.xml
6894                 standardised
6895         * manual/intro.xml
6896                 written by Colin, edited by me
6897
6898 2005-11-29 [colin]      1.9.100cvs44
6899
6900         * src/matcher.c
6901                 Skip headers unconditionnaly in match_body if the
6902                 rule is not message or ~message
6903
6904 2005-11-29 [colin]      1.9.100cvs43
6905
6906         * src/matcher.c
6907                 Fix body_part and such, not skipping headers 
6908                 if the matchcriteria wasn't the first in the rule
6909
6910 2005-11-29 [colin]      1.9.100cvs42
6911
6912         * src/compose.c
6913                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6914                 option missing from message view window)
6915                 Fix double text D'n'D with gtk-2.8
6916         * src/matcher.c
6917                 Fix ~message, ~headers_part, ~body_part rules
6918         * src/messageview.c
6919                 Add Windows-1252 (Closes bug #863)
6920                 Fix accels
6921         * src/gtk/gtkaspell.c
6922                 Properly destroy accels in all menus
6923
6924 2005-11-29 [mones]      1.9.100cvs41
6925
6926         * po/es.po
6927                 Updated.
6928
6929 2005-11-27 [colin]      1.9.100cvs40
6930
6931         * src/mh_gtk.c
6932                 "/Remove mailbox" -> "/Remove mailbox..."
6933
6934 2005-11-27 [paul]       1.9.100cvs39
6935
6936         * AUTHORS
6937         * po/de.po
6938         * src/gtk/authors.h
6939                 updated by new maintainer, Stephan Sachse
6940
6941 2005-11-27 [paul]       1.9.100cvs38
6942
6943         * manual/faq.xml
6944                 written by Colin, edited by me
6945
6946 2005-11-27 [paul]       1.9.100cvs37
6947
6948         * src/prefs_common.c
6949         * src/prefs_common.h
6950         * src/prefs_receive.c
6951         * src/prefs_summaries.c
6952                 move 'go to inbox after receiving new mail'
6953                 option from display/sumamaries to mail
6954                 handling/receive, and rework prefs_summaries
6955                 dialog a little
6956
6957 2005-11-25 [martin]     1.9.100cvs36
6958
6959         * po/de.po
6960             fixed windows-1252 translation;
6961             translated some new and fuzzy strings
6962
6963 2005-11-25 [paul]       1.9.100cvs35
6964
6965         * src/plugins/clamav/clamav_plugin.c
6966                 complete the update done in cvs34
6967
6968 2005-11-25 [paul]       1.9.100cvs34
6969
6970         * src/plugins/clamav/clamav_plugin.c
6971                 reflect upstream changes
6972
6973 2005-11-25 [paul]       1.9.100cvs33
6974
6975         * manual/ack.xml
6976         * manual/plugins.xml
6977         * manual/sylpheed-claws-manual.xml
6978                 written/updated by Colin, edited by me
6979         * tools/acroread2sylpheed.pl
6980                 update binary name
6981
6982 2005-11-24 [colin]      1.9.100cvs32
6983
6984         * src/compose.c
6985                 Fix bug #856 (reediting messages forgets Request
6986                 Return Receipt)
6987
6988 2005-11-24 [paul]       1.9.100cvs31
6989
6990         * manual/addrbook.xml
6991         * manual/starting.xml
6992                 written by Colin, proofread, edited, adapted by me
6993         * manual/advanced.xml
6994                 add some Actions examples
6995         * src/importldif.c
6996                 use a Save button instead of a Close button
6997         * src/wizard.c
6998                 indicate mandatory fields
6999                 fix page display
7000                 Thanks to Colin
7001
7002 2005-11-23 [colin]      1.9.100cvs30
7003
7004         * src/addressbook.c
7005                 Rename menu item, fix possible crash after
7006                 deletion of books
7007         * src/addrindex.c
7008                 Allow searching for '*' in ldap
7009         * src/browseldap.c
7010                 Fix "Browse Entry" (did anyone use it?)
7011         * src/wizard.c
7012                 Add guards for mandatory information
7013
7014 2005-11-23 [paul]       1.9.100cvs29
7015
7016         * manual/advanced.xml
7017                 corrections to the English
7018
7019 2005-11-23 [colin]      1.9.100cvs28
7020
7021         * src/mimeview.c
7022                 Fix possible crash at exit. After the call to
7023                 gtk_container_remove(), the Viewer's widget has no
7024                 more parent so gtk+ automatically frees it and its
7025                 sons. If destroy_viewer() then try to access it,
7026                 problems ensue.
7027
7028 2005-11-22 [colin]      1.9.100cvs27
7029
7030         * src/compose.c
7031         * src/gtk/gtkaspell.c
7032                 Fix right-clicking on a misspelled word
7033                 Fix More... in suggestions menu
7034
7035 2005-11-22 [wwp]        1.9.100cvs26
7036
7037         * src/prefs_template.c
7038                 templates works: re-sort templates list when adding or replacing,
7039                 prevent from adding or replacing when the template name is empty
7040
7041 2005-11-21 [colin]      1.9.100cvs25
7042
7043         * src/addressbook.c
7044                 Fix some addressbook suckage (dnd, select all)
7045         * src/compose.c
7046         * src/gtk/gtkaspell.c
7047         * src/gtk/gtkaspell.h
7048                 Make the spellchecker menu work with the 
7049                 GtkTextView one instead of overriding it
7050
7051 2005-11-20 [paul]       1.9.100cvs24
7052
7053         * manual/handling.xml
7054                 proofread and corrected
7055
7056 2005-11-20 [paul]       1.9.100cvs23
7057
7058         * manual/Makefile
7059                 generate html as one file
7060         * manual/advanced.xml
7061                 fix output generation
7062                 reformat hidden options list
7063         * manual/manual.xml     ** REMOVED **
7064         * manual/sylpheed-claws-manual.xml      ** ADDED **
7065                 renamed
7066
7067 2005-11-18 [colin]      1.9.100cvs22
7068
7069         * src/prefs_account.c
7070                 Fix layout in news and mbox accounts
7071         * manual/account.xml
7072         * manual/advanced.xml
7073                 New contents for Paul to check :)
7074
7075 2005-11-18 [wwp]        1.9.100cvs21
7076
7077         * src/gtk/quicksearch.c
7078                 don't update extended quicksearch buttons twice
7079
7080 2005-11-18 [paul]       1.9.100cvs20
7081
7082         * src/textview.c
7083                 complete 1.9.100cvs19
7084
7085 2005-11-18 [paul]       1.9.100cvs19
7086
7087         * src/compose.c
7088                 cosmetic improvements
7089         * src/textview.c
7090                 also list text/* attachments
7091
7092 2005-11-18 [colin]      1.9.100cvs18
7093
7094         * src/summaryview.c
7095                 Use column 0 instead of -1 in 
7096                 gtk_ctree_node_moveto, in a naive
7097                 hope it'll fix the gtk-related crashes
7098
7099 2005-11-18 [colin]      1.9.100cvs17
7100
7101         * src/gtk/inputdialog.c
7102                 Fix icon staying the first one
7103
7104 2005-11-17 [wwp]        1.9.100cvs16
7105                 fix possible problem showing some quicksearch buttons, and a bad
7106                 call to g_return_if_fail in a function that returns a value (both
7107                 fixes by Fabien Vantard)
7108
7109 2005-11-15 [wwp]        1.9.100cvs15
7110
7111         * src/gtk/quicksearch.c
7112                 added a tooltip to that obscure ... quicksearch button
7113
7114 2005-11-15 [wwp]        1.9.100cvs14
7115
7116         * src/gtk/quicksearch.c
7117                 add a quicksearch helper to filtering expression users: the ... button
7118                 raises the condition expr window. condition expressions set up w/ this
7119                 window are used by the quicksearch if the user closes it pressing OK.
7120
7121 2005-11-14 [paul]       1.9.100cvs13
7122
7123         * src/plugins/clamav/clamav_plugin.c
7124         * src/plugins/spamassassin/spamassassin.c
7125                 change plugin type following recent merging
7126
7127 2005-11-14 [wwp]        1.9.100cvs12
7128
7129         * src/folder.c
7130                 prevent from crashing when copying/moving message(s) from and
7131                 to the same folder
7132
7133 2005-11-14 [paul]       1.9.100cvs11
7134
7135         * src/plugins/clamav/Makefile.am
7136         * src/plugins/clamav/clamav_plugin.c
7137         * src/plugins/clamav/clamav_plugin.h
7138         * src/plugins/clamav/clamav_plugin_gtk.c
7139                 also merge clamav and clamav_gtk plugins
7140
7141 2005-11-13 [colin]      1.9.100cvs10
7142
7143         * configure.ac
7144         * src/plugins/spamassassin/Makefile.am
7145         * src/plugins/spamassassin/spamassassin.c
7146         * src/plugins/spamassassin/spamassassin.h
7147         * src/plugins/spamassassin/spamassassin_gtk.c
7148                 Merge spamassassin and spamassassin_gtk plugins,
7149                 and build it by default.
7150
7151 2005-11-12 [colin]      1.9.100cvs9
7152
7153         * src/etpan/imap-thread.c
7154                 Fix gcc warning
7155
7156 2005-11-12 [colin]      1.9.100cvs8
7157
7158         * src/procmime.c
7159                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7160
7161 2005-11-10 [colin]      1.9.100cvs7
7162
7163         * src/main.c
7164                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7165                 minimised state)
7166
7167 2005-11-10 [wwp]        1.9.100cvs6
7168
7169         * src/gtk/description_window.c
7170                 fix a crash when closing description windows using the WM's [X] button
7171
7172 2005-11-09 [colin]      1.9.100cvs5
7173
7174         * src/common/ssl.c
7175                 Update libetpan call to follow upstream
7176                 (yes, this requires libetpan-0.40cvs3)
7177
7178 2005-11-08 [colin]      1.9.100cvs4
7179
7180         * src/compose.c
7181         * src/textview.c
7182         * src/common/utils.c
7183         * src/common/utils.h
7184                 Enhance the email parser
7185
7186 2005-11-08 [colin]      1.9.100cvs3
7187
7188         * src/procmime.c
7189                 Fix what looks like an off-by-one (fixes 
7190                 attachments from the Bat)
7191
7192 2005-11-08 [wwp]        1.9.100cvs2
7193
7194         * src/main.c
7195                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7196
7197 2005-11-08 [wwp]        1.9.100cvs1
7198
7199         * src/main.c
7200                 allow exiting Sylpheed-Claws from command-line
7201
7202 2005-11-08 [paul]       1.9.100
7203
7204         1.9.100 released
7205
7206 2005-11-07 [colin]      1.9.99cvs17
7207
7208         * src/addritem.c
7209         * src/ldif.c
7210                 Fix import of base-64 encoded items
7211
7212 2005-11-07 [colin]      1.9.99cvs16
7213
7214         * src/send_message.c
7215                 Fix bug #314 (Queue does not empty under certain 
7216                 circumstances)
7217
7218 2005-11-07 [paul]       1.9.99cvs15
7219
7220         * src/mutt.c
7221         * src/pine.c
7222                 fix buffer overflows
7223                 Thanks to Colin
7224
7225 2005-11-07 [paul]       1.9.99cvs14
7226
7227         * doc/man/Makefile.am
7228         * doc/man/sylpheed-claws.1      ** ADDED **
7229         * doc/man/sylpheed.1            ** DELETED **
7230                 rename and update the man file
7231
7232 2005-11-06 [colin]      1.9.99cvs13
7233
7234         * src/ldif.c
7235                 Fix ldif_get_line() that returned empty strings
7236                 (Didn't understand why). Also fix a possible
7237                 buffer overflow.
7238
7239 2005-11-06 [wwp]        1.9.99cvs12
7240
7241         * src/textview.c
7242         * src/gtk/about.c
7243         * src/gtk/gtkutils.c
7244         * src/gtk/gtkutils.h
7245                 fix a compilation warning,
7246                 make links sensitive in the about dialog
7247
7248 2005-11-04 [wwp]        1.9.99cvs11
7249
7250         * src/gtk/about.c
7251                 don't wrap or translate URIs, and a bit text format cleanup
7252
7253 2005-11-04 [wwp]        1.9.99cvs10
7254
7255         * src/gtk/about.c
7256                 better textview tagging implementation (no more use of marks for
7257                 postponed tagging)
7258
7259 2005-11-02 [colin]      1.9.99cvs9
7260
7261         * src/common/ssl.c
7262                 Forgot an ifdef
7263
7264 2005-11-02 [colin]      1.9.99cvs8
7265
7266         * configure.ac
7267                 Require libetpan-0.40 due to upstream fix
7268         * src/common/ssl.c
7269                 Tell libetpan not to call SSL_Library_Init,
7270                 as we do it ourselves.
7271
7272 2005-11-02 [colin]      1.9.99cvs7
7273
7274         * po/POTFILES.in
7275                 Add missing files (thanks to Fabien Vantard)
7276
7277 2005-11-02 [colin]      1.9.99cvs6
7278
7279         * src/summaryview.c
7280                 Fix totals when read messages are hidden or quicksearch
7281                 is on
7282         * src/ssl_manager.c
7283         * src/ssl_manager.h
7284         * src/common/ssl_certificate.c
7285         * src/common/ssl_certificate.h
7286         * src/gtk/sslcertwindow.c
7287         * src/gtk/sslcertwindow.h
7288                 Fix copyright on my stuff
7289
7290 2005-11-02 [wwp]        1.9.99cvs5
7291
7292         * src/prefs_themes.c
7293                 fix directory name checking (theme installation/removal),
7294                 made related error a bit more verbose
7295
7296 2005-11-02 [colin]      1.9.99cvs4
7297
7298         * src/summaryview.c
7299                 Fix typo (probably fixes bug #841 (Sort by the From 
7300                 field doesn't work)
7301
7302 2005-11-02 [paul]       1.9.99cvs3
7303
7304         * po/ko.po
7305         * po/nb.po
7306                 updated by SungHyun Nam, Geir Helland
7307         * src/wizard.c
7308                 fix typo in welcome message. spotted by
7309                 Andrea Spadaccini
7310
7311 2005-11-01 [colin]      1.9.99cvs2
7312
7313         * src/compose.c
7314                 Fix replying to ml wen confirming subscription
7315         * src/messageview.c
7316         * src/mimeview.c
7317         * src/mimeview.h
7318         * src/privacy.h
7319         * src/summaryview.c
7320                 Make key check non blocking
7321
7322 2005-10-31 [paul]       1.9.99cvs1
7323
7324         * tools/claws.i18n.status.pl
7325                 updated for ChangeLog
7326
7327 2005-10-31 [paul]       1.9.99
7328
7329         1.9.99 released
7330
7331 2005-10-31 [paul]       1.9.15cvs131
7332
7333         * .cvsignore
7334         * ChangeLog
7335         * ChangeLog.claws       ** REMOVED **
7336         * ChangeLog-gtk2.claws  ** REMOVED **
7337         * ChangeLog.gtk1        ** ADDED **
7338         * INSTALL
7339         * Makefile.am
7340         * NEWS
7341         * README
7342         * README.claws          ** REMOVED **
7343         * README.jp             ** REMOVED **
7344         * RELEASE_NOTES         ** ADDED **
7345         * RELEASE_NOTES.claws   ** REMOVED **
7346         * commitHelper
7347         * configure.ac
7348         * sylpheed.spec.in      ** REMOVED **
7349                 tidy up and update the default docs:
7350                 ChangeLog.claws is renamed ChangeLog.gtk1
7351                 ChangeLog-gtk2.claws is renamed ChangeLog
7352                 README.claws is renamed README
7353                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7354
7355 2005-10-31 [paul]       1.9.15cvs130
7356
7357         * po/it.po
7358                 fix errors
7359
7360 2005-10-31 [paul]       1.9.15cvs129
7361
7362         * po/ca.po
7363         * po/de.po
7364         * po/en_GB.po
7365         * po/fr.po
7366         * po/it.po
7367         * po/pt_BR.po
7368         * po/sk.po
7369         * po/sr.po
7370         * po/zh_CN.po
7371                 updated by Miquel Oliete, Stephan Sachse and
7372                 Thomas Gilgin, me, Fabien Vantard, Andrea
7373                 Spadaccini, Frederico Goncalves Guimaraes,
7374                 Andrej Kacian, Aleksandar Urosevic, and
7375                 Ralgh Young.
7376
7377 2005-10-31 [mones]      1.9.15cvs128
7378
7379         * manual/faq.xml
7380                 More questions.
7381         
7382         * po/es.po
7383                 Updated for release.
7384
7385 2005-10-30 [colin]      1.9.15cvs127
7386
7387         * src/compose.c
7388                 Place cursor before rewrapping (fixes cursor
7389                 pos if quotation gets rewrapped)
7390
7391 2005-10-29 [paul]       1.9.15cvs126
7392
7393         * src/crash.c
7394         * src/foldersel.c
7395         * src/main.c
7396         * src/messageview.c
7397         * src/toolbar.c
7398         * src/gtk/authors.h
7399                 corrections to text items
7400
7401 2005-10-28 [colin]      1.9.15cvs125
7402
7403         * src/messageview.c
7404                 Make "hit 'C' to check sig" work from extern 
7405                 messageviews
7406
7407 2005-10-27 [colin]      1.9.15cvs124
7408
7409         * src/summaryview.c
7410                 Add a hack to avoid segfaulting when hammering 
7411                 on gtk's events
7412
7413 2005-10-27 [wwp]        1.9.15cvs123
7414
7415         * src/prefs_themes.c
7416                 sort list of themes names in themes prefs
7417
7418 2005-10-27 [paul]       1.9.15cvs122
7419
7420         * src/folder.c
7421         * src/prefs_account.c
7422                 fix building on Solaris
7423                 Patch by Alex Moore
7424
7425 2005-10-27 [wwp]        1.9.15cvs121
7426
7427         * src/summaryview.c
7428         * src/gtk/gtksctree.c
7429                 speed up unselecting messages in summary view (thanks to Colin)
7430
7431 2005-10-27 [paul]       1.9.15cvs120
7432
7433         * src/mainwindow.c
7434                 fix a compilation warning
7435         * src/summaryview.c
7436                 fix updating of 'n items selected' count
7437                 when deselecting
7438
7439 2005-10-27 [martin]     1.9.15cvs119
7440
7441         * src/action.c
7442                 ignore actions with a leading '/' in the action menu name
7443                 fixes a crash on menu creation
7444         * src/prefs_actions.c
7445                 do not allow a leading '/' in the action menu name
7446
7447 2005-10-27 [paul]       1.9.15cvs118
7448
7449         * src/main.c
7450                 fix compilation warning
7451
7452 2005-10-27 [paul]       1.9.15cvs117
7453
7454         * src/procmime.c
7455                 add #if HAVE_LOCALE_H
7456
7457 2005-10-27 [paul]       1.9.15cvs116
7458
7459         * src/plugins/clamav/clamav_plugin.c
7460         * src/plugins/dillo_viewer/dillo_viewer.c
7461         * src/plugins/mathml_viewer/mathml_viewer.c
7462         * src/plugins/pgpcore/plugin.c
7463         * src/plugins/pgpinline/plugin.c
7464         * src/plugins/pgpmime/plugin.c
7465         * src/plugins/spamassassin/spamassassin.c
7466         * src/plugins/trayicon/trayicon.c
7467                 plugin_init() : make error messages more
7468                 informative
7469
7470 2005-10-26 [wwp]        1.9.15cvs115
7471
7472         * src/prefs_matcher.c
7473                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7474
7475 2005-10-26 [wwp]        1.9.15cvs114
7476
7477         * src/procmime.c
7478         * src/gtk/gtksctree.c
7479         * src/plugins/spamassassin/libspamc.c
7480         * src/plugins/spamassassin/spamassassin.c
7481                 fix some compilation warnings more
7482
7483 2005-10-26 [mones]      1.9.15cvs113
7484
7485         * po/es.po
7486                 Updated translation
7487
7488 2005-10-26 [paul]       1.9.15cvs112
7489
7490         * src/prefs_message.c
7491                 give all display_xface stuff the
7492                 #if HAVE_LIBCOMPFACE treatment, thus
7493                 preventing a crash
7494                 (Thanks to Wolfgang Enderlein)
7495
7496 2005-10-26 [colin]      1.9.15cvs111
7497
7498         * src/gedit-print.c
7499                 Fix date format
7500         * src/imap_gtk.c
7501         * src/news_gtk.c
7502                 Remove context menu items that should not be there
7503         * src/jpilot.c
7504                 Fix encoding
7505         * src/main.c
7506         * src/mainwindow.c
7507                 Don't show the mainwindow too soon
7508
7509 2005-10-26 [wwp]        1.9.15cvs110
7510
7511         * src/folder.c
7512         * src/manual.c
7513         * src/summaryview.c
7514                 fix uninitialized pointers in the folder updating hook
7515                 (thanks to Colin)
7516
7517 2005-10-25 [mones]      1.9.15cvs109
7518
7519         * manual/faq.xml
7520                 General information subsection completed. 
7521                 Removed archaic references.
7522                 
7523         * manual/Makefile
7524         * manual/dtd/manual.dsl
7525                 Added customization stylesheet for getting paragraphs
7526                 fully justified in PDF output (as suggested by Colin).
7527
7528 2005-10-25 [colin]      1.9.15cvs108
7529
7530         * src/compose.c
7531                 Fix a second leak
7532
7533 2005-10-25 [colin]      1.9.15cvs107
7534
7535         * src/addrbook.c
7536         * src/addrindex.c
7537                 Fix leak (xml_get_element() allocates memory)
7538         * src/compose.c
7539                 Fix leak + dead code (shame!)
7540         * src/procmime.c
7541                 Fix leak
7542
7543 2005-10-25 [colin]      1.9.15cvs106
7544
7545         * src/mimeview.c
7546                 Fix encoding issue in Save all and in 
7547                 overwrite-confirmation alertpanel
7548
7549 2005-10-25 [colin]      1.9.15cvs105
7550
7551         * src/common/socket.c
7552                 Fix a leak - Thanks to Christopher Aillon
7553                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7554
7555 2005-10-25 [paul]       1.9.15cvs104
7556
7557         * src/wizard.c
7558                 Always guess servers from the right-hand
7559                 email part and guess username from the
7560                 left-hand part. (Thanks to Colin)
7561                 add an X-Face to the welcome message
7562
7563 2005-10-25 [paul]       1.9.15cvs103
7564
7565         * manual/handling.xml
7566                 written by Colin, edited by me
7567
7568 2005-10-25 [wwp]        1.9.15cvs102
7569
7570         * src/folderview.c
7571         * src/grouplistdialog.c
7572         * src/imap.c
7573         * src/noticeview.c
7574                 fix some compilation warnings
7575
7576 2005-10-24 [paul]
7577
7578         1.9.99-rc3 released
7579
7580 2005-10-24 [paul]       1.9.15cvs101
7581
7582         * src/gtk/about.c
7583                 fix window sizing
7584
7585 2005-10-24 [paul]       1.9.15cvs100
7586
7587         * src/pixmaps/offline.xpm
7588         * src/pixmaps/online.xpm
7589                 replace with last default versions
7590
7591 2005-10-24 [colin]      1.9.15cvs99
7592
7593         * src/imap.c
7594                 Fix bug when moving a folder
7595         * src/imap_gtk.c
7596         * src/mh_gtk.c
7597                 "Delete folder" pops up a window, so it 
7598                 should be suffixed with "..."
7599         * src/plugins/pgpcore/sgpgme.c
7600                 Include locale.h
7601
7602 2005-10-24 [mones]      1.9.15cvs98
7603
7604         * manual/Makefile
7605         * manual/account.xml
7606         * manual/ack.xml
7607         * manual/addrbook.xml
7608         * manual/advanced.xml
7609         * manual/faq.xml
7610         * manual/glossary.xml
7611         * manual/gpl.xml
7612         * manual/handling.xml
7613         * manual/intro.xml
7614         * manual/keyboard.xml
7615         * manual/manual.xml
7616         * manual/plugins.xml
7617         * manual/starting.xml
7618         * manual/dtd/sdocbook.dtd
7619                 Initial manual structure and some content.
7620
7621 2005-10-23 [wwp]        1.9.15cvs97
7622
7623         * src/gtk/about.c
7624                 fix a typo
7625
7626 2005-10-23 [wwp]        1.9.15cvs96
7627
7628         * src/gtk/about.c
7629         * src/gtk/authors.h
7630                 rework of the about window (main work by Paul), also featuring a few
7631                 fixes for typos and duplicate names
7632
7633 2005-10-23 [wwp]        1.9.15cvs95
7634
7635         * src/.cvsignore
7636                 Ignore the right binary name (sylpheed-claws now)
7637
7638 2005-10-23 [paul]       1.9.15cvs94
7639
7640         * src/compose.c
7641                 when using Folder Pref 'Default To for
7642                 replies' make the entry in the Compose
7643                 window bold
7644                 Patch by Fabien Vantard
7645
7646 2005-10-22 [colin]      1.9.15cvs93
7647
7648         * src/codeconv.c
7649                 Fix leak
7650
7651 2005-10-22 [colin]      1.9.15cvs92
7652
7653         * src/codeconv.c
7654                 try to convert using locale (apart utf8) if necessary
7655
7656 2005-10-22 [colin]      1.9.15cvs91
7657
7658         * src/pixmaps/new.xpm
7659         * src/pixmaps/unread.xpm
7660                 Make the unread envelope blue again and
7661                 saturate the new one a bit more.
7662
7663 2005-10-22 [colin]      1.9.15cvs90
7664
7665         * src/compose.c
7666                 When replying to a mail sent by one of our accounts,
7667                 use the original list of recipients. Let 'Reply All'
7668                 and 'Reply to sender' work like previously.
7669
7670 2005-10-21 [colin]      1.9.15cvs89
7671
7672         * src/prefs_filtering.c
7673                 Clear fields after add and replace
7674         * src/textview.c
7675                 Display xface differently (better)
7676         * src/plugins/pgpinline/pgpinline.c
7677                 Fix crappy encodings/recodings
7678
7679 2005-10-21 [paul]       1.9.15cvs88
7680
7681         * src/compose.c
7682         * src/prefs_folder_item.c
7683         * src/toolbar.c
7684                 fix news folder Folder Properties
7685                 (thanks to Colin)
7686         * src/folderview.c
7687                 update folderview after Themes change
7688                 keep selected folder selected
7689                 (thanks to Colin)
7690
7691 2005-10-21 [paul]       1.9.15cvs87
7692
7693         * tools/Makefile.am
7694         * tools/OOo2sylpheed.pl
7695         * tools/README
7696         * tools/README.sylprint
7697         * tools/asus_mailled.sh         ** REMOVED **
7698         * tools/filter_conv.pl
7699         * tools/freshmeat_search.pl
7700         * tools/google_search.pl
7701         * tools/gpg-sign-syl            ** REMOVED **
7702         * tools/kmail2sylpheed.pl
7703         * tools/kmail2sylpheed_v2.pl
7704         * tools/multiwebsearch.pl
7705         * tools/nautilus2sylpheed.sh
7706         * tools/newscache_clean.pl
7707         * tools/outlook2sylpheed.pl
7708         * tools/sylpheed-switcher       ** REMOVED **
7709         * tools/sylprint.pl
7710         * tools/sylprint.rc
7711         * tools/tb2sylpheed
7712         * tools/vcard2xml.py
7713         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7714                 update default config dir
7715                 update binary name (thanks to Fabien Vantard)
7716                 remove obsolete scripts
7717
7718 2005-10-21 [colin]      1.9.15cvs86
7719
7720         * src/inc.c
7721                 Fix possible leak and units. Based on a patch by
7722                 Fabien Vantard.
7723
7724 2005-10-20 [colin]      1.9.15cvs85
7725
7726         * src/textview.c
7727                 Clear xface when clearing textview
7728
7729 2005-10-20 [colin]      1.9.15cvs84
7730
7731         * configure.ac
7732         * src/folderview.c
7733         * src/headerview.c
7734         * src/main.c
7735         * src/prefs_common.c
7736         * src/prefs_common.h
7737         * src/prefs_message.c
7738         * src/textview.c
7739         * src/textview.h
7740         * src/common/defs.h
7741         * src/common/utils.c
7742         * src/common/utils.h
7743         * src/gtk/gtkutils.c
7744         * src/gtk/gtkutils.h
7745                 Migrate config to .sylpheed-claws (Automatically)
7746                 Add a way to get the Xface in the TextView
7747
7748 2005-10-20 [colin]      1.9.15cvs83
7749
7750         * src/gtk/Makefile.am
7751         * src/gtk/about.c
7752         * src/gtk/authors.h
7753                 Make the about dialog *grooovy*
7754
7755 2005-10-20 [colin]      1.9.15cvs82
7756
7757         * src/mimeview.c
7758                 Use "Open with" on double click if no command
7759                 was found
7760
7761 2005-10-20 [colin]      1.9.15cvs81
7762
7763         * src/imap.c
7764         * src/etpan/imap-thread.c
7765                 Fix possible crash.
7766
7767 2005-10-20 [paul]       1.9.15cvs80
7768
7769         * src/folder.c
7770                 don't show clipkey icon if the only
7771                 attachment is the signature
7772                 Patch by Colin
7773
7774 2005-10-20 [paul]       1.9.15cvs79
7775
7776         * AUTHORS
7777         * src/plugins/pgpmime/pgpmime.c
7778                 name the PGP/MIME signature 'signature.asc'
7779                 Patch by Andrew Nelson <freeandy@gmail.com>
7780
7781 2005-10-19 [colin]      1.9.15cvs78
7782
7783         * src/plugins/pgpmime/pgpmime.c
7784                 Oops, no need to double-check though
7785
7786 2005-10-19 [colin]      1.9.15cvs77
7787
7788         * src/plugins/pgpinline/pgpinline.c
7789         * src/plugins/pgpmime/pgpmime.c
7790                 Check that my_tmpfile() doesn't 
7791                 return NULL
7792
7793 2005-10-19 [colin]      1.9.15cvs76
7794
7795         * src/common/utils.c
7796                 Use shorter mime boundaries to avoid having
7797                 MTAs rewrapping our headers, breaking the
7798                 PGP signature in the process 
7799         * src/compose.c
7800         * src/plugins/pgpmime/pgpmime.c
7801                 Check for boundary uniqueness to be sure
7802                 it won't happen, instead of hoping for the
7803                 best
7804
7805 2005-10-19 [colin]      1.9.15cvs75
7806
7807         * sylpheed-claws.desktop
7808         * src/Makefile.am
7809         * src/main.c
7810                 Ship a sylpheed-claws binary instead
7811                 of a sylpheed one. Change the socket
7812                 name, too
7813         * src/folderview.c
7814                 Update folder only if it changed
7815         * src/wizard.c
7816                 Fix i18n in welcome mail, patch by
7817                 Fabien Vantard
7818
7819 2005-10-19 [paul]
7820
7821         1.9.99-rc2 released
7822
7823 2005-10-19 [paul]       1.9.15cvs74
7824
7825         * src/folder.c
7826         * src/folderview.c
7827                 fix summaryview update
7828                 Patch by Colin
7829
7830 2005-10-18 [colin]      1.9.15cvs73
7831
7832         * src/plugins/pgpcore/passphrase.c
7833                 Don't XGrabServer, and try a bit more to 
7834                 sync everything before grabbing mouse/keyboard
7835
7836 2005-10-18 [colin]      1.9.15cvs72
7837
7838         * src/Makefile.am
7839         * src/addressadd.c
7840         * src/addressbook.c
7841         * src/folderview.c
7842         * src/grouplistdialog.c
7843         * src/mimeview.c
7844         * src/stock_pixmap.c
7845         * src/stock_pixmap.h
7846         * src/summaryview.c
7847         * src/gtk/gtksctree.c
7848         * src/gtk/gtksctree.h
7849         * src/pixmaps/empty.xpm
7850                 Implement a wrapper call for gtk_ctree_set_node_info
7851                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7852                 pixmap instead of a NULL one. This works around some
7853                 memory problems deep inside gtk, revealed by valgrind,
7854                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7855                 as locked crashes sylpheed.), as well as, probably, 
7856                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7857
7858 2005-10-17 [colin]      1.9.15cvs71
7859
7860         * src/mimeview.c
7861                 Provide visual feedback when checking
7862                 signature
7863
7864 2005-10-17 [colin]      1.9.15cvs70
7865
7866         * src/main.c
7867                 Keep the folder list frozen while checking caches...
7868
7869 2005-10-17 [colin]      1.9.15cvs69
7870
7871         * src/addr_compl.c
7872                 Fi bug #833 (Autocompleting from addressbook 
7873                 fails with extended chars)
7874         * src/imap.c
7875                 Fix 'adding messages' staying in statusbar
7876                 after an error
7877
7878 2005-10-17 [wwp]        1.9.15cvs68
7879
7880         * src/ssl_manager.c
7881                 Fix buttons' layout resizing when window size changes
7882
7883 2005-10-17 [wwp]        1.9.15cvs67
7884
7885         * src/account.c
7886         * src/prefs_account.c
7887         * src/prefs_common.c
7888         * src/prefs_common.h
7889         * src/prefs_folder_item.c
7890         * src/prefs_gtk.c
7891         * src/gtk/logwindow.c
7892         * src/gtk/pluginwindow.c
7893         * src/gtk/prefswindow.c
7894         * src/gtk/prefswindow.h
7895                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7896
7897 2005-10-17 [paul]       1.9.15cvs66
7898
7899         * configure.ac
7900                 fix missing libetpan message
7901         * po/en_GB.po
7902                 updated
7903         * src/crash.c
7904         * src/manual.c
7905         * src/prefs_themes.c
7906         * src/common/defs.h
7907                 add some new URI defines, change some
7908                 others
7909         * src/wizard.c
7910                 make welcome message translatable
7911                 small improvements to english
7912                 other tweaks
7913         * src/gtk/menu.c
7914                 fix warnings
7915
7916 2005-10-17 [paul]       1.9.15cvs65
7917
7918         * src/summaryview.c
7919                 fix column titles
7920
7921 2005-10-16 [mones]      1.9.15cvs64
7922
7923         * po/es.po
7924                 Updated translation
7925
7926 2005-10-16 [colin]
7927
7928         1.9.99-rc1 released
7929
7930 2005-10-16 [colin]      1.9.15cvs63
7931
7932         * src/wizard.c
7933                 Fix whitespace
7934
7935 2005-10-16 [colin]      1.9.15cvs62
7936
7937         * src/toolbar.c
7938                 s/Get All/Get Mail/
7939         * src/wizard.c
7940                 Real welcome mail text, thanks Paul
7941
7942 2005-10-16 [colin]      1.9.15cvs61
7943
7944         * src/editldap.c
7945         * src/exporthtml.c
7946         * src/main.c
7947         * src/mainwindow.c
7948         * src/prefs_themes.c
7949         * src/prefs_toolbar.c
7950         * src/plugins/demo/demo.c
7951         * src/plugins/trayicon/trayicon.c
7952                 s/Sylpheed/Sylpheed-Claws/
7953
7954 2005-10-16 [colin]      1.9.15cvs60
7955
7956         * src/wizard.c
7957                 Add a welcome email in the first empty mailbox
7958         * src/prefs_common.c
7959                 Change one more default
7960
7961 2005-10-16 [colin]      1.9.15cvs59
7962
7963         * src/wizard.c
7964                 Remove printf
7965
7966 2005-10-16 [colin]      1.9.15cvs58
7967
7968         * src/toolbar.c
7969         * src/prefs_common.c
7970                 Change some defaults
7971
7972 2005-10-16 [colin]      1.9.15cvs57
7973
7974         * src/toolbar.c
7975         * src/prefs_common.c
7976                 Change some defaults
7977
7978 2005-10-16 [colin]      1.9.15cvs56
7979
7980         * src/wizard.c
7981                 By default, initialize fonts to have
7982                 the same size as normal GtkWidgets
7983
7984 2005-10-16 [colin]      1.9.15cvs55
7985
7986         * src/mimeview.c
7987                 Fix message a bit more
7988
7989 2005-10-16 [colin]      1.9.15cvs54
7990
7991         * src/addressbook.c
7992                 Second attempt at flicker fixing
7993
7994 2005-10-16 [colin]      1.9.15cvs53
7995
7996         * src/addressbook.c
7997                 Fix flicker
7998
7999 2005-10-16 [wwp]        1.9.15cvs52
8000
8001         * src/addressbook.c
8002         * src/editaddress.c
8003         * src/prefs_common.c
8004         * src/prefs_common.h
8005                 Remember window sizes (address book)
8006
8007 2005-10-16 [wwp]        1.9.15cvs51
8008
8009         * src/plugins/clamav/clamav_plugin_gtk.c
8010         * src/plugins/spamassassin/spamassassin_gtk.c
8011                 Fix compilation warnings (missing #include).
8012
8013 2005-10-16 [colin]      1.9.15cvs50
8014
8015         * src/mimeview.c
8016         * src/summaryview.c
8017         * src/textview.c
8018                 Make 'c' check signature, and forward
8019                 c, l, y, t from summaryview to mimeview
8020
8021 2005-10-16 [colin]      1.9.15cvs49
8022
8023         * src/addressbook.c
8024                 Put border around buttons
8025         * src/mainwindow.c
8026         * src/summaryview.c
8027                 Rework menus (Patch based on a patch
8028                 by Paul)
8029
8030 2005-10-15 [wwp]        1.9.15cvs48
8031
8032         * src/editjpilot.c
8033         * src/editldap.c
8034         * src/editvcard.c
8035         * src/exphtmldlg.c
8036         * src/expldifdlg.c
8037         * src/export.c
8038         * src/import.c
8039         * src/importldif.c
8040         * src/importmutt.c
8041         * src/importpine.c
8042         * src/prefs_account.c
8043         * src/prefs_spelling.c
8044         * src/gtk/gtkutils.c
8045         * src/gtk/gtkutils.h
8046         * src/plugins/clamav/clamav_plugin_gtk.c
8047         * src/plugins/spamassassin/spamassassin_gtk.c
8048                 use nicer browse-for-file/dir buttons than the "..." ones,
8049                 code factorizing more.
8050
8051 2005-10-14 [colin]      1.9.15cvs47
8052
8053         * src/mainwindow.c
8054                 set relief on the account switcher so that people see it
8055                 grey out Create processing rules when no message is selected
8056         * src/prefs_filtering.c
8057                 ask before closing if the rule has not been modified, even if
8058                 it's not valid
8059         * src/prefs_matcher.c
8060                 fix sensitivity when entering the dialog
8061         * src/gtk/inputdialog.c
8062                 display a better icon on password ask
8063         * src/plugins/pgpcore/passphrase.c
8064                 make the dialog look better
8065
8066 2005-10-14 [paul]       1.9.15cvs46
8067
8068         * src/folderview.c
8069                 indicate presense of marked msgs in
8070                 unexpanded subfolders
8071
8072 2005-10-14 [paul]       1.9.15cvs45
8073
8074         * src/prefs_actions.c
8075         * src/prefs_common.c
8076         * src/prefs_common.h
8077         * src/prefs_filtering_action.c
8078         * src/prefs_matcher.c
8079         * src/prefs_template.c
8080                 remember window sizes
8081                 fix Info button size
8082
8083         Patches by wwp
8084
8085 2005-10-13 [colin]      1.9.15cvs44
8086
8087         * src/mimeview.c
8088         * src/noticeview.c
8089         * src/noticeview.h
8090                 Add a tooltip on the icon (optional) 
8091                 Get rid of the signature buttons and only
8092                 use the icon+tooltip
8093
8094 2005-10-13 [colin]      1.9.15cvs43
8095
8096         * src/noticeview.c
8097         * src/noticeview.h
8098                 Add hand cursor for hovering over icon
8099
8100 2005-10-13 [colin]      1.9.15cvs42
8101
8102         * src/summaryview.c
8103                 Fix crash when quicksearch's hidden 
8104                 at startup
8105
8106 2005-10-13 [colin]      1.9.15cvs41
8107
8108         * src/compose.c
8109                 Set subject when forwarding multiple mails
8110                 Check that other recipient than the default Cc or Bcc
8111                 have been set before sending.
8112
8113 2005-10-13 [colin]      1.9.15cvs40
8114
8115         * src/imap.c
8116                 Batch per-folder
8117                 Introduce locking, but don't use it yet
8118
8119 2005-10-13 [colin]      1.9.15cvs39
8120
8121         * src/gtk/quicksearch.c
8122                 Reset quicksearch when hiding it
8123                 Make sticky a real pref
8124
8125 2005-10-13 [colin]      1.9.15cvs38
8126
8127         * src/summaryview.c
8128                 Faster prefs apply
8129
8130 2005-10-13 [colin]      1.9.15cvs37
8131
8132         * src/mimeview.c
8133         * src/noticeview.c
8134         * src/noticeview.h
8135         * src/plugins/pgpcore/sgpgme.c
8136                 Make privacy icon clickable
8137                 Move Trust field in Full info
8138                 When trust is less than full, don't display
8139                 a warning icon
8140
8141 2005-10-13 [colin]      1.9.15cvs36
8142
8143         * src/folder.c
8144                 Batch on flags sync
8145         * src/folderview.c
8146                 Revert speed hack which is dangerous in fact
8147                 Apply prefs faster
8148
8149 2005-10-13 [colin]      1.9.15cvs35
8150
8151         * src/folder_item_prefs.c
8152                 Fix pref corruption on folder move. Patch
8153                 by wwp
8154
8155 2005-10-13 [paul]       1.9.15cvs34
8156
8157         * src/export.c
8158         * src/import.c
8159                 fix typos in g_warnings
8160         * src/prefs_account.c
8161                 add a file selector for Signature file
8162
8163         Patches by wwp
8164
8165 2005-10-12 [colin]      1.9.15cvs33
8166
8167         * src/mimeview.c
8168                 Provide a quick way to go back from a
8169                 signature's full info to the email part
8170
8171 2005-10-12 [colin]      1.9.15cvs32
8172
8173         * src/compose.c
8174                 Remove old hack of encoding signed mails with base64.
8175                 QP works equally well.
8176
8177 2005-10-12 [colin]      1.9.15cvs31
8178
8179         * src/crash.c
8180                 Replace deprecated GtkText with GtkTextView
8181         * src/imap.c
8182                 Fix a logic bug about counts in imap_select
8183                 (previously un-triggered)
8184         * src/mainwindow.c
8185         * src/summaryview.c
8186         * src/news.c
8187                 Allow local deletion of news posts
8188         * src/mimeview.c
8189                 Show GPG noticeview on the message/rfc822 part
8190                 in addition to the text/plain one
8191         * src/prefs_image_viewer.c
8192           src/plugins/pgpcore/prefs_gpg.c
8193                 Polish (set the label as part of the checkbox)
8194         * src/wizard.c
8195                 Don't sit there doing nothing after destroying
8196                 the window - return err
8197
8198 2005-10-11 [colin]      1.9.15cvs30
8199
8200         * src/folderview.c
8201                 Apply processing rules before showing folders.
8202                 Early folder show (before flags sync) will only
8203                 be done when there are no processing rules (nor
8204                 pre- or post- ones)
8205         * src/imap.c
8206                 Fix stuff related to mail subdir, creation and 
8207                 deletion of folders 
8208         * src/imap_gtk.c
8209                 Don't allow creation of folders in NoInferior
8210                 folders, as it won't work
8211
8212 2005-10-10 [colin]      1.9.15cvs29
8213
8214         * src/compose.c
8215                 Reselect "None" Privacy system when selecting an
8216                 account with no privacy system defined
8217
8218 2005-10-10 [colin]      1.9.15cvs28
8219
8220         * src/mainwindow.c
8221                 Add Windows-1252 encoding
8222         * src/prefs_common.c
8223                 Rework some defaults:
8224                 - autosave to draft by default
8225                 - don't show header pane (it's already in the textview)
8226                 - Select first new or unread mail on entry
8227                 - Assume 'Yes' to change folder when there's no more
8228                   unread message
8229         * src/prefs_matcher.c
8230                 Fix a gtk assertion failure
8231         * src/gtk/colorlabel.c
8232                 Workaround bad repainting on selection
8233         * src/main.c
8234                 Freeze/thaw (a bit faster on ssh -X)
8235         * src/msgcache.c
8236                 Get rid of StrdupConverter that just adds an
8237                 extra strdup/free 
8238         * src/etpan/imap_thread.c
8239                 memset buf to 0
8240
8241 2005-10-10 [colin]      1.9.15cvs27
8242
8243         * src/export.c
8244         * src/import.c
8245                 Fix compile on gtk 2.4. Patch by wwp
8246
8247 2005-10-09 [colin]      1.9.15cvs26
8248
8249         * src/mainwindow.c
8250         * src/messageview.c
8251         * src/summaryview.c
8252                 Clarify forward menus. Patch by wwp
8253
8254 2005-10-09 [colin]      1.9.15cvs25
8255
8256         * src/compose.c
8257         * src/compose.h
8258                 Fix bug #829 (Non-working "Encrypt message by 
8259                 default when replying to an encrypted message")
8260
8261 2005-10-08 [colin]      1.9.15cvs24
8262
8263         * src/wizard.c
8264                 Fix bug #827 ("Welcome" setup wizard after a 
8265                 permission error gives up & forgets itself.)
8266
8267 2005-10-08 [colin]      1.9.15cvs23
8268
8269         * src/procmime.c
8270                 Fix bug #828 (Ignoring headers with spaces around = sign)
8271
8272 2005-10-08 [colin]      1.9.15cvs22
8273
8274         * src/export.c
8275                 Warning fix by wwp
8276
8277 2005-10-08 [colin]      1.9.15cvs21
8278
8279         * src/folder.c
8280         * src/folder.h
8281                 Add a processing_pending indicator, set on 
8282                 folder_item_open and cleared after 
8283                 folder_item_process_open
8284         * src/folderview.c
8285         * src/summaryview.c
8286                 wrap procmsg_msginfo_*_flags, and in the
8287                 wrapper check that there's no folder processing 
8288                 pending. If there is, defer the flags change until 
8289                 processing is done to avoid stepping over each
8290                 other's toes.
8291                 Freeze during processing, but not during scanning.
8292
8293 2005-10-07 [colin]      1.9.15cvs20
8294
8295         * src/plugins/pgpcore/passphrase.c
8296                 Fix bug #826 (X-Server hangs when 
8297                 right-clicking a PGP encrypted message)
8298
8299 2005-10-07 [paul]       1.9.15cvs19
8300
8301         * src/compose.c
8302                 fix compose_entries[]
8303                 patch by Fabien Vantard
8304
8305 2005-10-06 [colin]      1.9.15cvs18
8306
8307         * src/pixmaps/address.xpm
8308         * src/pixmaps/address_book.xpm
8309         * src/pixmaps/book.xpm
8310         * src/pixmaps/check_spelling.xpm
8311         * src/pixmaps/checkbox_off.xpm
8312         * src/pixmaps/checkbox_on.xpm
8313         * src/pixmaps/close.xpm
8314         * src/pixmaps/complete.xpm
8315         * src/pixmaps/continue.xpm
8316         * src/pixmaps/deleted.xpm
8317         * src/pixmaps/down_arrow.xpm
8318         * src/pixmaps/exec.xpm
8319         * src/pixmaps/forwarded.xpm
8320         * src/pixmaps/group.xpm
8321         * src/pixmaps/ignorethread.xpm
8322         * src/pixmaps/interface.xpm
8323         * src/pixmaps/jpilot.xpm
8324         * src/pixmaps/ldap.xpm
8325         * src/pixmaps/linewrap.xpm
8326         * src/pixmaps/linewrapcurrent.xpm
8327         * src/pixmaps/mail.xpm
8328         * src/pixmaps/mail_attach.xpm
8329         * src/pixmaps/mail_compose.xpm
8330         * src/pixmaps/mail_forward.xpm
8331         * src/pixmaps/mail_receive.xpm
8332         * src/pixmaps/mail_receive_all.xpm
8333         * src/pixmaps/mail_reply.xpm
8334         * src/pixmaps/mail_reply_to_all.xpm
8335         * src/pixmaps/mail_reply_to_author.xpm
8336         * src/pixmaps/mail_send.xpm
8337         * src/pixmaps/mail_send_queue.xpm
8338         * src/pixmaps/mime_application.xpm
8339         * src/pixmaps/mime_audio.xpm
8340         * src/pixmaps/mime_image.xpm
8341         * src/pixmaps/mime_message.xpm
8342         * src/pixmaps/mime_text_enriched.xpm
8343         * src/pixmaps/mime_text_html.xpm
8344         * src/pixmaps/mime_text_plain.xpm
8345         * src/pixmaps/mime_unknown.xpm
8346         * src/pixmaps/new.xpm
8347         * src/pixmaps/news_compose.xpm
8348         * src/pixmaps/offline.xpm
8349         * src/pixmaps/online.xpm
8350         * src/pixmaps/paste.xpm
8351         * src/pixmaps/preferences.xpm
8352         * src/pixmaps/privacy_emblem_encrypted.xpm
8353         * src/pixmaps/privacy_expired.xpm
8354         * src/pixmaps/privacy_failed.xpm
8355         * src/pixmaps/privacy_passed.xpm
8356         * src/pixmaps/privacy_signed.xpm
8357         * src/pixmaps/privacy_unknown.xpm
8358         * src/pixmaps/privacy_warn.xpm
8359         * src/pixmaps/properties.xpm
8360         * src/pixmaps/replied.xpm
8361         * src/pixmaps/search.xpm
8362         * src/pixmaps/unread.xpm
8363         * src/pixmaps/up_arrow.xpm
8364         * src/pixmaps/vcard.xpm
8365                 Modernize internal theme, with icons from the 
8366                 Gnomaws theme. Keep some of the old ones where
8367                 they were better.
8368
8369 2005-10-06 [colin]      1.9.15cvs17
8370
8371         * src/summaryview.c
8372                 Little optimisations + bugfix
8373         * src/toolbar.c
8374                 Remove default useless items - useless being defined
8375                 by the default relevant prefs
8376         * src/wizard.c
8377                 include config.h to make gettext work
8378         * src/prefs_themes.c
8379                 Fix selection of current theme in prefs
8380
8381 2005-10-06 [colin]      1.9.15cvs16
8382
8383         * src/prefs_common.c
8384         * src/prefs_common.h
8385         * src/prefs_summaries.c
8386         * src/folderview.c
8387                 Add a warning dialog on Mark all read 
8388                 (with pref to get rid of it)
8389
8390 2005-10-06 [paul]       1.9.15cvs15
8391
8392         * po/nb.po
8393         * po/pt_BR.po
8394                 updated by Geir Helland and Frederico
8395                 Goncalves Guimaraes
8396
8397 2005-10-05 [colin]      1.9.15cvs14
8398
8399         * src/folder.c
8400         * src/folder.h
8401         * src/folderview.c
8402         * src/folderview.h
8403         * src/imap_gtk.c
8404         * src/mh_gtk.c
8405         * src/mainwindow.c
8406         * src/setup.c
8407                 add a way to rescan without rebuilding
8408                 make moving a bit faster (less folders changes)
8409                 don't lock the tree on Get 
8410         * src/imap.c
8411                 Don't re-delete deleted messages before expunging
8412         * src/summaryview.c
8413                 Set batch mode when deleting mails
8414
8415 2005-10-05 [paul]       1.9.15cvs13
8416
8417         * src/mainwindow.c
8418         * src/mainwindow.h
8419                 fix disabled Execute menu item
8420         * src/toolbar.c
8421                 match the change in 1.9.15cvs10: use Compose
8422                 instead of News by default
8423
8424 2005-10-04 [colin]      1.9.15cvs12
8425
8426         * src/compose.c
8427                 When replying to an ML post with Reply-To set
8428                 to the poster's email, honor it (as before),
8429                 but also honor our user's request to reply to
8430                 the mailing list: set the ML address in the To
8431                 field and the Reply-To address in the Cc: 
8432                 field.
8433
8434 2005-10-04 [colin]      1.9.15cvs11
8435
8436         * src/plugins/trayicon/trayicon.c
8437                 Finish cosmetic change - thanks to wwp
8438
8439 2005-10-04 [colin]      1.9.15cvs10
8440
8441         * src/toolbar.c
8442                 Use Compose instead of Email by default.
8443                 Spotted by wwp.
8444
8445 2005-10-04 [colin]      1.9.15cvs9
8446
8447         * src/folder.c
8448         * src/folder.h
8449         * src/folderview.c
8450         * src/imap.c
8451         * src/etpan/imap-thread.c
8452         * src/etpan/imap-thread.h
8453                 Try to make IMAP faster, by simplifying SEARCH
8454                 commands, avoiding sending two STATUS in a row,
8455                 and deferring flags sync and processing just
8456                 after displaying the folder. 
8457                 This will update the SummaryView in certain
8458                 cases (new mails not already fetched, flags
8459                 changed from another client) but in a non-
8460                 blocking manner.
8461
8462 2005-10-04 [colin]      1.9.15cvs8
8463
8464         * src/plugins/trayicon/trayicon.c
8465                 Relabel "Offline" to "Work offline"
8466
8467 2005-10-04 [colin]      1.9.15cvs7
8468
8469         * src/export.c
8470         * src/import.c
8471         * src/mbox.c
8472                 Fix mbox import/export buglets
8473                 Patch by wwp
8474         * src/plugins/trayicon/trayicon.c
8475                 Add offline swithc
8476                 Patch by wwp
8477
8478 2005-10-04 [colin]      1.9.15cvs6
8479
8480         * src/folder.c
8481         * src/folderview.c
8482         * src/summaryview.c
8483                 Better fix (don't break mark all read) for cvs2
8484
8485 2005-10-03 [colin]      1.9.15cvs5
8486
8487         * src/folder.c
8488                 Use a sane sort by default
8489
8490 2005-10-03 [colin]      1.9.15cvs4
8491
8492         * src/inc.c
8493                 Add a 'Only once' button for overriding offline mode
8494         * src/prefs_account.c
8495         * src/wizard.c
8496                 Add Local mbox to the wizard
8497                 Add IMAP subdir to the wizard (or the wizard is useless
8498                 for such accounts, or even worse than useless)
8499                 Move IMAP subdir from Advanced to Receive tab, as it's
8500                 not that uncommon
8501
8502 2005-10-03 [colin]      1.9.15cvs3
8503
8504         * src/send_message.c
8505                 Forgot this one in cvs1
8506
8507 2005-10-03 [colin]      1.9.15cvs2
8508
8509         * src/folder.c
8510                 Faster close when leaving a folder with lots
8511                 of new mails. Idea by David Relson.
8512
8513 2005-10-03 [colin]      1.9.15cvs1
8514
8515         * src/compose.c
8516         * src/imap.c
8517         * src/inc.c
8518         * src/main.c
8519         * src/messageview.c
8520         * src/news.c
8521         * src/summaryview.c
8522         * src/gtk/sslcertwindow.c
8523         * src/plugins/trayicon/trayicon.c
8524                 Add accels to every AlertPanel. Patch by Fabien 
8525                 Vantard
8526
8527 2005-10-03 [paul]       1.9.15
8528
8529         1.9.15 released
8530
8531 2005-10-03 [paul]       1.9.14cvs68
8532
8533         * po/ca.po
8534         * po/de.po
8535         * po/es.po
8536         * po/fi.po
8537         * po/fr.po
8538         * po/sk.po
8539         * po/sr.po
8540         * po/zh_CN.po
8541                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8542                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8543                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8544
8545 2005-10-03 [paul]       1.9.14cvs67
8546
8547         * src/send_message.c
8548                 prevent hang on Cancel
8549                 patch by Colin
8550
8551 2005-10-03 [paul]       1.9.14cvs66
8552
8553         * src/main.c
8554                 fix crash in IMAP caused by discrepancy
8555                 between check_at_startup and offline mode
8556                 Patch by Colin
8557
8558 2005-10-01 [paul]       1.9.14cvs65
8559
8560         * src/inc.c
8561                 fix engrish
8562
8563 2005-10-01 [paul]       1.9.14cvs64
8564         * src/export.c
8565         * src/import.c
8566                 synchronise import_mbox() and export_mbox()
8567         * src/mbox.c
8568                 proc_mbox(): add alert if file cannot be opened
8569                 export_list_to_mbox(): test if dest file exists,
8570                 prompt user to overwrite if it does. add alert
8571                 if file cannot be created
8572                                                                 
8573         Patch by wwp
8574                                                                                                                 
8575
8576 2005-09-30 [paul]       1.9.14cvs63
8577
8578         * src/addressbook.c
8579                 Fix sensitivity of a menu
8580         * src/codeconv.c
8581                 Respect hidden pref for mails with no encoding
8582         * src/common/xml.c
8583                 Fix memory corruption
8584         * src/plugins/pgpcore/sgpgme.c
8585                 Fix segfault on incomplete sigs, and display
8586                 of S/Mime UIDs
8587
8588         Patches by Colin
8589
8590 2005-09-30 [colin]      1.9.14cvs62
8591
8592         * src/partial_download.c
8593                 Little logic fix in almost-dead code
8594         * src/pop.c
8595                 Fix partial download when there's no new mail
8596
8597 2005-09-29 [paul]       1.9.14cvs61
8598
8599         * src/plugins/pgpinline/pgpinline.c
8600                 fix bug 819, 'crash accessing sign message'
8601                 Patch by Colin
8602
8603 2005-09-28 [martin]     1.9.14cvs60
8604
8605         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8606                 fix bug #790 (Crash when restarting window manager (fluxbox))
8607
8608 2005-09-28 [paul]       1.9.14cvs59
8609
8610         * src/gtk/gtkaspell.c
8611                 fix off-by-one typo
8612
8613 2005-09-27 [colin]      1.9.14cvs58
8614
8615         * src/plugins/pgpcore/sgpgme.c
8616                 Report error when there's one, instead of
8617                 "Signature unchecked" 
8618
8619 2005-09-27 [colin]      1.9.14cvs57
8620
8621         * src/prefs_quote.c
8622                 Fix bug #816 (Weird quotation with spaces)
8623
8624 2005-09-27 [colin]      1.9.14cvs56
8625
8626         * src/codeconv.c
8627         * src/compose.c
8628         * src/compose.h
8629                 Put subject in compose's title
8630                 Fix Automatic encoding so that it's really automatic:
8631                 first try default locale's charset, then charset of the replied mail, 
8632                 then utf-8
8633                 Fix encoding of headers (must be in strict mode too)
8634
8635 2005-09-26 [colin]      1.9.14cvs55
8636
8637         * src/gtk/gtkaspell.c
8638                 Fix previous patch - don't color the space,
8639                 just uncolor it :)
8640
8641 2005-09-26 [colin]      1.9.14cvs54
8642
8643         * src/gtk/gtkaspell.c
8644                 Unmark space if possible
8645
8646 2005-09-26 [colin]      1.9.14cvs53
8647
8648         * src/imap.c
8649                 log_error instead of alertpanel according to the pref
8650         * src/etpan/imap-thread.c
8651                 Print connect status, copy only necessary size to 
8652                 logger
8653         * src/plugins/pgpmime/pgpmime.c
8654                 Handle S/Mime signatures (verification only). Patch based
8655                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8656
8657 2005-09-26 [paul]       1.9.14cvs52
8658
8659         * src/common/passcrypt.c
8660                 this 'workaround' not necessary on NetBSD.
8661                 Thanks to Daniel Gustafson
8662
8663 2005-09-26 [paul]
8664
8665         1.9.15-rc4 released
8666
8667 2005-09-26 [paul]       1.9.14cvs51
8668
8669         * src/summaryview.c
8670                 Skip currently selected message when
8671                 looking for next new or unread message
8672                 in current folder. Patch by Colin
8673         * src/common/passcrypt.c
8674                 eliminate warnings on *BSD. Patch by
8675                 Daniel Gustafson
8676
8677 2005-09-26 [colin]      1.9.14cvs50
8678
8679         * src/procmsg.c
8680                 Call postfiltering hook anyway
8681
8682 2005-09-22 [colin]      1.9.14cvs49
8683
8684         * src/codeconv.c
8685         * src/codeconv.h
8686                 Add a strict mode that doesn't replace with _
8687         * src/compose.c
8688         * src/compose.h
8689                 Use strict conversion while sending
8690                 Fix race when drafting while sending (happens
8691                 on IMAP)
8692                 Fix d'n'd of messages from summaryview
8693         * src/prefs_common.c
8694         * src/prefs_common.h
8695                 add hidden utf8_instead_of_locale_for_broken_mail 
8696                 pref for people that preferred the default charset 
8697                 to be utf8 for broken mails
8698         * src/quote_fmt_parse.y
8699                 fix bug #815 (No quote insert if "From:" fied 
8700                 contained Russian letters)
8701         * src/summaryview.c
8702                 Fix d'n'd of messages to compose
8703
8704 2005-09-22 [paul]       1.9.14cvs48
8705
8706         * src/compose.c
8707                 fix bug where attachments Name entry
8708                 would display Path instead
8709
8710 2005-09-21 [paul]       1.9.14cvs47
8711
8712         * README
8713         * README.jp
8714         * configure.ac
8715         * config/config.rpath
8716         * doc/manual/en/sylpheed-20.html
8717         * doc/manual/es/sylpheed-20.html
8718         * po/bg.po
8719         * po/ca.po
8720         * po/de.po
8721         * po/es.po
8722         * po/fr.po
8723         * po/it.po
8724         * po/pt_BR.po
8725         * po/sk.po
8726         * po/zh_TW.po
8727         * src/account.c
8728         * src/account.h
8729         * src/action.c
8730         * src/action.h
8731         * src/adbookbase.h
8732         * src/addr_compl.c
8733         * src/addr_compl.h
8734         * src/addrbook.c
8735         * src/addrbook.h
8736         * src/addrcache.c
8737         * src/addrcache.h
8738         * src/addrcindex.c
8739         * src/addrcindex.h
8740         * src/addrclip.c
8741         * src/addrclip.h
8742         * src/addrdefs.h
8743         * src/addressadd.c
8744         * src/addressadd.h
8745         * src/addressbook.c
8746         * src/addressbook.h
8747         * src/addressitem.h
8748         * src/addrgather.c
8749         * src/addrgather.h
8750         * src/addrharvest.c
8751         * src/addrharvest.h
8752         * src/addrindex.c
8753         * src/addrindex.h
8754         * src/addritem.c
8755         * src/addritem.h
8756         * src/addrquery.c
8757         * src/addrquery.h
8758         * src/addrselect.c
8759         * src/addrselect.h
8760         * src/alertpanel.c
8761         * src/alertpanel.h
8762         * src/browseldap.c
8763         * src/browseldap.h
8764         * src/codeconv.c
8765         * src/codeconv.h
8766         * src/compose.c
8767         * src/compose.h
8768         * src/crash.c
8769         * src/crash.h
8770         * src/customheader.c
8771         * src/customheader.h
8772         * src/displayheader.c
8773         * src/displayheader.h
8774         * src/editaddress.c
8775         * src/editaddress.h
8776         * src/editbook.c
8777         * src/editbook.h
8778         * src/editgroup.c
8779         * src/editgroup.h
8780         * src/editjpilot.c
8781         * src/editjpilot.h
8782         * src/editldap.c
8783         * src/editldap.h
8784         * src/editldap_basedn.c
8785         * src/editldap_basedn.h
8786         * src/editvcard.c
8787         * src/editvcard.h
8788         * src/enriched.c
8789         * src/enriched.h
8790         * src/exphtmldlg.c
8791         * src/exphtmldlg.h
8792         * src/expldifdlg.c
8793         * src/expldifdlg.h
8794         * src/export.c
8795         * src/export.h
8796         * src/exporthtml.c
8797         * src/exporthtml.h
8798         * src/exportldif.c
8799         * src/exportldif.h
8800         * src/filtering.c
8801         * src/filtering.h
8802         * src/folder.c
8803         * src/folder.h
8804         * src/folder_item_prefs.c
8805         * src/folder_item_prefs.h
8806         * src/foldersel.c
8807         * src/foldersel.h
8808         * src/folderutils.c
8809         * src/folderutils.h
8810         * src/folderview.c
8811         * src/folderview.h
8812         * src/grouplistdialog.c
8813         * src/grouplistdialog.h
8814         * src/headerview.c
8815         * src/headerview.h
8816         * src/html.c
8817         * src/html.h
8818         * src/image_viewer.c
8819         * src/image_viewer.h
8820         * src/imap.c
8821         * src/imap.h
8822         * src/imap_gtk.c
8823         * src/imap_gtk.h
8824         * src/import.c
8825         * src/import.h
8826         * src/importldif.c
8827         * src/importldif.h
8828         * src/importmutt.c
8829         * src/importmutt.h
8830         * src/importpine.c
8831         * src/importpine.h
8832         * src/inc.c
8833         * src/inc.h
8834         * src/jpilot.c
8835         * src/jpilot.h
8836         * src/ldapctrl.c
8837         * src/ldapctrl.h
8838         * src/ldaplocate.c
8839         * src/ldaplocate.h
8840         * src/ldapquery.c
8841         * src/ldapquery.h
8842         * src/ldapserver.c
8843         * src/ldapserver.h
8844         * src/ldaputil.c
8845         * src/ldaputil.h
8846         * src/ldif.c
8847         * src/ldif.h
8848         * src/localfolder.c
8849         * src/localfolder.h
8850         * src/main.c
8851         * src/main.h
8852         * src/mainwindow.c
8853         * src/mainwindow.h
8854         * src/manual.c
8855         * src/manual.h
8856         * src/matcher.c
8857         * src/matcher.h
8858         * src/matcher_parser.h
8859         * src/matcher_parser_lex.l
8860         * src/matcher_parser_parse.y
8861         * src/mbox.c
8862         * src/mbox.h
8863         * src/message_search.c
8864         * src/message_search.h
8865         * src/messageview.c
8866         * src/messageview.h
8867         * src/mh.c
8868         * src/mh.h
8869         * src/mh_gtk.c
8870         * src/mh_gtk.h
8871         * src/mimeview.c
8872         * src/mimeview.h
8873         * src/msgcache.c
8874         * src/msgcache.h
8875         * src/mutt.c
8876         * src/mutt.h
8877         * src/news.c
8878         * src/news.h
8879         * src/news_gtk.c
8880         * src/news_gtk.h
8881         * src/noticeview.c
8882         * src/noticeview.h
8883         * src/partial_download.c
8884         * src/partial_download.h
8885         * src/pine.c
8886         * src/pine.h
8887         * src/pop.c
8888         * src/pop.h
8889         * src/prefs_account.c
8890         * src/prefs_account.h
8891         * src/prefs_actions.c
8892         * src/prefs_actions.h
8893         * src/prefs_common.c
8894         * src/prefs_common.h
8895         * src/prefs_compose_writing.c
8896         * src/prefs_compose_writing.h
8897         * src/prefs_customheader.c
8898         * src/prefs_customheader.h
8899         * src/prefs_display_header.c
8900         * src/prefs_display_header.h
8901         * src/prefs_ext_prog.c
8902         * src/prefs_ext_prog.h
8903         * src/prefs_filtering.c
8904         * src/prefs_filtering.h
8905         * src/prefs_filtering_action.c
8906         * src/prefs_filtering_action.h
8907         * src/prefs_folder_column.c
8908         * src/prefs_folder_column.h
8909         * src/prefs_folder_item.c
8910         * src/prefs_folder_item.h
8911         * src/prefs_fonts.c
8912         * src/prefs_fonts.h
8913         * src/prefs_gtk.c
8914         * src/prefs_gtk.h
8915         * src/prefs_image_viewer.c
8916         * src/prefs_image_viewer.h
8917         * src/prefs_matcher.c
8918         * src/prefs_matcher.h
8919         * src/prefs_message.c
8920         * src/prefs_message.h
8921         * src/prefs_msg_colors.c
8922         * src/prefs_msg_colors.h
8923         * src/prefs_other.c
8924         * src/prefs_other.h
8925         * src/prefs_quote.c
8926         * src/prefs_quote.h
8927         * src/prefs_receive.c
8928         * src/prefs_receive.h
8929         * src/prefs_send.c
8930         * src/prefs_send.h
8931         * src/prefs_spelling.c
8932         * src/prefs_spelling.h
8933         * src/prefs_summaries.c
8934         * src/prefs_summaries.h
8935         * src/prefs_summary_column.c
8936         * src/prefs_summary_column.h
8937         * src/prefs_template.c
8938         * src/prefs_template.h
8939         * src/prefs_themes.c
8940         * src/prefs_themes.h
8941         * src/prefs_toolbar.c
8942         * src/prefs_toolbar.h
8943         * src/prefs_wrapping.c
8944         * src/prefs_wrapping.h
8945         * src/privacy.c
8946         * src/privacy.h
8947         * src/procheader.c
8948         * src/procheader.h
8949         * src/procmime.c
8950         * src/procmime.h
8951         * src/procmsg.c
8952         * src/procmsg.h
8953         * src/quote_fmt.c
8954         * src/quote_fmt_parse.y
8955         * src/recv.c
8956         * src/recv.h
8957         * src/remotefolder.c
8958         * src/remotefolder.h
8959         * src/send_message.c
8960         * src/send_message.h
8961         * src/setup.c
8962         * src/setup.h
8963         * src/simple-gettext.c
8964         * src/sourcewindow.c
8965         * src/sourcewindow.h
8966         * src/ssl_manager.c
8967         * src/ssl_manager.h
8968         * src/statusbar.c
8969         * src/statusbar.h
8970         * src/stock_pixmap.c
8971         * src/stock_pixmap.h
8972         * src/summary_search.c
8973         * src/summary_search.h
8974         * src/summaryview.c
8975         * src/summaryview.h
8976         * src/syldap.c
8977         * src/syldap.h
8978         * src/textview.c
8979         * src/textview.h
8980         * src/toolbar.c
8981         * src/toolbar.h
8982         * src/undo.c
8983         * src/undo.h
8984         * src/unmime.c
8985         * src/unmime.h
8986         * src/vcard.c
8987         * src/vcard.h
8988         * src/wizard.c
8989         * src/wizard.h
8990         * src/common/base64.c
8991         * src/common/base64.h
8992         * src/common/defs.h
8993         * src/common/hooks.c
8994         * src/common/hooks.h
8995         * src/common/log.c
8996         * src/common/log.h
8997         * src/common/md5.c
8998         * src/common/md5.h
8999         * src/common/mgutils.c
9000         * src/common/mgutils.h
9001         * src/common/nntp.c
9002         * src/common/nntp.h
9003         * src/common/passcrypt.c
9004         * src/common/passcrypt.h.in
9005         * src/common/plugin.c
9006         * src/common/plugin.h
9007         * src/common/prefs.c
9008         * src/common/prefs.h
9009         * src/common/progressindicator.c
9010         * src/common/progressindicator.h
9011         * src/common/quoted-printable.c
9012         * src/common/quoted-printable.h
9013         * src/common/session.c
9014         * src/common/session.h
9015         * src/common/smtp.c
9016         * src/common/smtp.h
9017         * src/common/socket.c
9018         * src/common/socket.h
9019         * src/common/ssl.c
9020         * src/common/ssl.h
9021         * src/common/ssl_certificate.c
9022         * src/common/ssl_certificate.h
9023         * src/common/string_match.c
9024         * src/common/string_match.h
9025         * src/common/stringtable.c
9026         * src/common/sylpheed.c
9027         * src/common/sylpheed.h
9028         * src/common/template.c
9029         * src/common/template.h
9030         * src/common/timing.h
9031         * src/common/utils.c
9032         * src/common/utils.h
9033         * src/common/uuencode.c
9034         * src/common/uuencode.h
9035         * src/common/version.h.in
9036         * src/common/xml.c
9037         * src/common/xml.h
9038         * src/common/xmlprops.c
9039         * src/common/xmlprops.h
9040         * src/gtk/about.c
9041         * src/gtk/about.h
9042         * src/gtk/colorlabel.c
9043         * src/gtk/colorlabel.h
9044         * src/gtk/colorsel.c
9045         * src/gtk/colorsel.h
9046         * src/gtk/description_window.c
9047         * src/gtk/description_window.h
9048         * src/gtk/filesel.c
9049         * src/gtk/filesel.h
9050         * src/gtk/foldersort.c
9051         * src/gtk/foldersort.h
9052         * src/gtk/gtkutils.c
9053         * src/gtk/gtkutils.h
9054         * src/gtk/inputdialog.c
9055         * src/gtk/inputdialog.h
9056         * src/gtk/logwindow.c
9057         * src/gtk/logwindow.h
9058         * src/gtk/manage_window.c
9059         * src/gtk/manage_window.h
9060         * src/gtk/menu.c
9061         * src/gtk/menu.h
9062         * src/gtk/pluginwindow.c
9063         * src/gtk/pluginwindow.h
9064         * src/gtk/prefswindow.c
9065         * src/gtk/prefswindow.h
9066         * src/gtk/progressdialog.c
9067         * src/gtk/progressdialog.h
9068         * src/gtk/quicksearch.c
9069         * src/gtk/quicksearch.h
9070         * src/gtk/sslcertwindow.c
9071         * src/gtk/sslcertwindow.h
9072         * src/plugins/clamav/clamav_plugin.c
9073         * src/plugins/clamav/clamav_plugin.h
9074         * src/plugins/clamav/clamav_plugin_gtk.c
9075         * src/plugins/demo/demo.c
9076         * src/plugins/dillo_viewer/dillo_prefs.c
9077         * src/plugins/dillo_viewer/dillo_prefs.h
9078         * src/plugins/dillo_viewer/dillo_viewer.c
9079         * src/plugins/mathml_viewer/mathml_viewer.c
9080         * src/plugins/pgpcore/passphrase.c
9081         * src/plugins/pgpcore/passphrase.h
9082         * src/plugins/pgpcore/plugin.c
9083         * src/plugins/pgpcore/prefs_gpg.c
9084         * src/plugins/pgpcore/prefs_gpg.h
9085         * src/plugins/pgpcore/select-keys.c
9086         * src/plugins/pgpcore/select-keys.h
9087         * src/plugins/pgpcore/sgpgme.c
9088         * src/plugins/pgpcore/sgpgme.h
9089         * src/plugins/pgpinline/pgpinline.c
9090         * src/plugins/pgpinline/pgpinline.h
9091         * src/plugins/pgpinline/plugin.c
9092         * src/plugins/pgpmime/pgpmime.c
9093         * src/plugins/pgpmime/pgpmime.h
9094         * src/plugins/pgpmime/plugin.c
9095         * src/plugins/spamassassin/spamassassin.c
9096         * src/plugins/spamassassin/spamassassin.h
9097         * src/plugins/spamassassin/spamassassin_gtk.c
9098         * src/plugins/trayicon/trayicon.c
9099         * tools/OOo2sylpheed.pl
9100         * tools/acroread2sylpheed.pl
9101         * tools/asus_mailled.sh
9102         * tools/filter_conv.pl
9103         * tools/freshmeat_search.pl
9104         * tools/google_search.pl
9105         * tools/kmail2sylpheed.pl
9106         * tools/kmail2sylpheed_v2.pl
9107         * tools/maildir2sylpheed.pl
9108         * tools/multiwebsearch.pl
9109         * tools/newscache_clean.pl
9110         * tools/outlook2sylpheed.pl
9111         * tools/sylpheed-switcher
9112         * tools/update-po
9113         * tools/vcard2xml.py
9114         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9115                 update FSF address
9116
9117 2005-09-21 [colin]      1.9.14cvs46
9118
9119         * src/gedit-print.c
9120         * src/procmsg.c
9121         * src/procmsg.h
9122         * src/textview.c
9123         * src/summaryview.c
9124                 Remove some printing hacks (deselection/reselection),
9125                 which by the way fix printing the currently 
9126                 displayed mime part (still only text)
9127                 Plus a little optimisation of summary_show
9128
9129
9130 2005-09-20 [colin]      1.9.14cvs45
9131
9132         * src/mainwindow.c
9133         * src/messageview.c
9134                 GUI fixups: add accels, set message
9135                 view title to displayed mail's subject
9136         * src/prefs_spelling.c
9137         * src/gtk/gtkaspell.c
9138                 GUI fixups: allow underlining misspelled
9139                 words instead of coloring them (a11y!)
9140
9141 2005-09-19 [colin]
9142
9143         1.9.15rc3 released
9144
9145 2005-09-19 [colin]      1.9.14cvs44
9146
9147         * src/compose.c
9148                 Fix draft message
9149         * src/gtk/gtkaspell.c
9150                 Fix wrong test ;-)
9151
9152 2005-09-19 [colin]      1.9.14cvs43
9153
9154         * src/addressbook.c
9155                 Fix sensitivity of Delete button
9156         * src/compose.c
9157                 Warn if the requested Privacy system
9158                 is not available
9159         * src/exphtmldlg.c
9160         * src/expldifdlg.c
9161         * src/importldif.c
9162         * src/importmutt.c
9163         * src/importpine.c
9164                 Fix crappy UI
9165         * src/
9166         * src/ssl.h
9167         * src/prefs_account.h
9168         * src/prefs_account.c
9169                 Save SSL prefs even in builds that have
9170                 SSL support disable
9171         * src/imap.c
9172         * src/inc.c
9173         * src/news.c
9174         * src/send_message.c
9175                 Warn if connection should be secure, but
9176                 SSL support isn't compiled in
9177         * src/gtkaspell.c
9178                 Fix word separation on UTF-8 systems
9179                 Fixes bug #812 (Strange inline spellchecking)
9180         * src/compose.c
9181                 Warn if the requested Privacy system
9182                 is not available
9183                 Factorize offline warning
9184         * src/imap.c
9185         * src/imap_gtk.c
9186         * src/imap_gtk.h
9187         * src/inc.h
9188         * src/news_gtk.c
9189         * src/news_gtk.h
9190         * src/messageview.c
9191                 Factorize offline warning
9192
9193 2005-09-19 [paul]
9194
9195         1.9.15-rc2 released
9196
9197 2005-09-18 [colin]      1.9.14cvs42
9198
9199         * src/codeconv.c
9200         * src/codeconv.h
9201         * src/procmime.c
9202                 Add a way to get locale's charset ignoring utf-8,
9203                 and use that as default encoding for broken mails
9204
9205 2005-09-18 [colin]      1.9.14cvs41
9206
9207         * src/gtk/logwindow.c
9208                 Translate string. Patch by Fabien Vantard
9209
9210 2005-09-18 [colin]      1.9.14cvs40
9211
9212         * configure.ac
9213                 Fix bug #803 (IMAP/SSL support breaks with 
9214                 GnuTLS libetpan 0.38)
9215
9216 2005-09-18 [colin]      1.9.14cvs39
9217
9218         * src/codeconv.c
9219         * src/compose.c
9220         * src/procmime.c
9221                 More charsets fixes. Fixes bug #806 (non
9222                 ascii characters in subject line)
9223
9224 2005-09-17 [paul]       1.9.14cvs38
9225
9226         * src/folderview.c
9227         * src/mainwindow.c
9228                 fix gcc-2.95 issues
9229                 Patch by Pawel Pekala
9230
9231 2005-09-17 [colin]      1.9.14cvs37
9232
9233         * src/addrindex.c
9234                 bugfix for NO-USE LDAP compilation, patch 
9235                 by Fabien Vantard
9236
9237 2005-09-17 [colin]      1.9.14cvs36
9238
9239         * src/prefs_actions.c
9240         * src/prefs_customheader.c
9241         * src/prefs_display_header.c
9242         * src/prefs_filtering_action.c
9243         * src/prefs_matcher.c
9244         * src/prefs_toolbar.c
9245                 Fix strange casts (less elegant but
9246                 works better)
9247
9248 2005-09-16 [colin]      1.9.14cvs35
9249
9250         * src/jpilot.c
9251                 Missed that one
9252
9253 2005-09-16 [colin]      1.9.14cvs34
9254
9255         * configure.ac
9256         * src/Makefile.am
9257         * src/addr_compl.c
9258         * src/addrindex.c
9259         * src/browseldap.c
9260         * src/editldap.c
9261         * src/ldaplocate.c
9262         * src/ldapquery.c
9263         * src/ldapquery.h
9264         * src/ldapserver.c
9265         * src/ldapserver.h
9266         * src/main.c
9267         * src/matcher_parser_parse.y
9268         * src/prefs_themes.c
9269         * src/etpan/Makefile.am
9270         * src/gtk/description_window.c
9271         * src/plugins/clamav/Makefile.am
9272         * src/plugins/clamav/clamav_plugin.c
9273         * src/plugins/dillo_viewer/Makefile.am
9274         * src/plugins/pgpcore/Makefile.am
9275         * src/plugins/pgpinline/Makefile.am
9276         * src/plugins/pgpmime/Makefile.am
9277         * src/plugins/trayicon/Makefile.am
9278                 Fix 100% cpu usage in address completion list
9279                 Fix little bugs (return with no values etc)
9280                 Fix all warnings (with common CFLAGS)
9281
9282 2005-09-15 [colin]      1.9.14cvs33
9283
9284         * src/addressbook.c
9285                 Fix bug where sometimes a group's email list is empty,
9286                 force its refresh (probably fixes "Re: how to create a 
9287                 distribution list")
9288         * src/ldapquery.c
9289                 Don't return to the callback in the main thread from the
9290                 fetch thread (or face segs!)
9291
9292 2005-09-15 [paul]       1.9.14cvs32
9293
9294         * src/prefs_matcher.c
9295                 forgotten in last commit
9296
9297 2005-09-15 [paul]       1.9.14cvs31
9298
9299         * src/prefs_actions.c
9300         * src/prefs_filtering_action.c
9301         * src/prefs_quote.c
9302         * src/quote_fmt.c
9303         * src/summaryview.c
9304         * src/gtk/description_window.c
9305         * src/gtk/description_window.h
9306         * src/gtk/quicksearch.c
9307                 allow interaction with the called
9308                 description window
9309                 Patch by Anders Hammar
9310
9311 2005-09-14 [paul]       1.9.14cvs30
9312
9313         * src/compose.c
9314                 fix a little annoyance when pasting with 3rd button 
9315                 with wrap_pastes=0 and wrap_input=1
9316                 Patch by Colin
9317
9318 2005-09-14 [paul]       1.9.14cvs29
9319
9320         * src/prefs_account.c
9321                 disable 'Filter messages on receiving' for
9322                 SMTP-only accounts
9323                 Patch  by Anders Hammar
9324
9325 2005-09-14 [paul]       1.9.14cvs28
9326
9327         * po/sk.po
9328                 fix crash
9329                 updated by Andrej Kacian
9330
9331 2005-09-14 [paul]
9332
9333         1.9.15-rc1 released
9334
9335 2005-09-14 [paul]       1.9.14cvs27
9336
9337         * po/es.po
9338                 updated by Ricardo Mones Lastra
9339         * src/compose.c
9340         * src/compose.h
9341                 associate no_wrap_tags to Compose windows
9342                 instead of using a static one
9343                 Patch by Colin
9344         * src/mbox.c
9345                 fix proc_mbox()
9346                 Patch by wwp
9347         * src/textview.c
9348                 remove unneeded printf()
9349
9350 2005-09-14 [paul]       1.9.14cvs26
9351
9352         * src/addrcache.c
9353         * src/codeconv.h
9354         * src/folder.h
9355         * src/mainwindow.h
9356         * src/mh.c
9357         * src/mimeview.h
9358         * src/partial_download.c
9359         * src/pop.c
9360         * src/prefs_account.c
9361         * src/prefs_account.h
9362         * src/prefs_actions.c
9363         * src/prefs_customheader.c
9364         * src/prefs_display_header.c
9365         * src/prefs_filtering_action.c
9366         * src/prefs_matcher.c
9367         * src/prefs_toolbar.c
9368         * src/privacy.h
9369         * src/procmime.c
9370         * src/procmime.h
9371         * src/procmsg.h
9372         * src/textview.c
9373         * src/undo.h
9374         * src/common/plugin.c
9375         * src/common/session.h
9376         * src/common/socket.c
9377         * src/common/socket.h
9378         * src/common/template.c
9379         * src/gtk/gtkaspell.c
9380         * src/gtk/quicksearch.h
9381         * src/plugins/pgpcore/passphrase.c
9382         * src/plugins/pgpcore/prefs_gpg.h
9383         * src/plugins/pgpcore/select-keys.c
9384         * src/plugins/pgpcore/select-keys.h
9385         * src/plugins/pgpcore/sgpgme.c
9386         * src/plugins/pgpinline/pgpinline.c
9387         * src/plugins/pgpmime/pgpmime.c
9388         * src/plugins/trayicon/trayicon.c
9389                 fix compilation warnings
9390                 Patch by Daniel Gustafson
9391
9392 2005-09-14 [paul]       1.9.14cvs25
9393
9394         * src/addressbook.c
9395                 add missing column header, and other small
9396                 bug fixes
9397                 Patch by Anders Hammar
9398
9399 2005-09-13 [colin]      1.9.14cvs24
9400
9401         * src/gtk/gtkaspell.c
9402                 Fix non-utf8 in menu
9403                 Fix little leaks
9404                 Nullify struct members after free()s
9405
9406 2005-09-13 [colin]      1.9.14cvs23
9407
9408         * src/compose.c
9409                 Test utf8 compliance before inserting to 
9410                 buffer, and try to convert if necessary
9411         * src/procmime.c
9412                 If no charset is present, use the locale 
9413                 one instead of us-ascii
9414         * src/procmsg.c
9415                 Add Sender, List-Post and To in the checked 
9416                 headers for automatic rules creation 
9417                 (thanks to wwp)
9418         * src/prefs_themes.c
9419         * src/gtk/gtkaspell.c
9420                 Remove deprecated functions. 
9421                 patch by Daniel Gustafson
9422
9423 2005-09-12 [colin]      1.9.14cvs22
9424
9425         * src/compose.c
9426                 Fix bug #448 (Scrolling/Redraw issue with 
9427                 address-fields in Header)
9428         * src/mainwindow.c
9429         * src/summaryview.c
9430         * src/summaryview.h
9431                 Fix loss of MSG_MARKED on move/copy
9432                 Fix bug #804 (Quicksearch togglebutton doesn't 
9433                 get depressed after '/' key is pressed)
9434
9435 2005-09-12 [paul]       1.9.14cvs21
9436
9437         * AUTHORS
9438         * src/gtk/logwindow.c
9439                 add 'Clear Log' to popup menu
9440                 Patch by Anders Hammar <anders.hammar@telia.com>
9441
9442 2005-09-12 [paul]       1.9.14cvs20
9443
9444         * src/compose.c
9445                 set correct sensitivity on attachments
9446                 popup menu
9447         * src/folder.c
9448                 fix typo
9449         * src/prefs_spelling.c
9450                 fix crash when no LANG env is set
9451         * src/common/xml.c
9452                 fix crash in wizard
9453                 don't use memeory after free
9454
9455         All patches by Daniel Gustafson
9456
9457 2005-09-12 [paul]       1.9.14cvs19
9458
9459         * src/prefs_themes.c
9460                 make theme info selectable
9461         * src/gtk/description_window.c
9462                 make window non-modal
9463         * tools/README
9464                 add details of asus_mailed.sh
9465         * tools/claws.i18n.status.pl
9466                 update for new zh_TW translator
9467                 widen the output
9468                 create alternate coloured lines
9469                 improve readability
9470
9471 2005-09-10 [colin]      1.9.14cvs18
9472
9473         * src/plugins/pgpcore/select-keys.c
9474                 Better order for the buttons
9475
9476 2005-09-10 [colin]      1.9.14cvs17
9477
9478         * src/compose.c
9479         * src/plugins/pgpcore/select-keys.c
9480         * src/plugins/pgpcore/select-keys.h
9481         * src/plugins/pgpcore/sgpgme.c
9482                 Add a "Don't encrypt" button to the key
9483                 selection dialog. Fixes bug #177 (There should be a 
9484                 'Don't encrypt button in the Select Keys dialog)
9485
9486 2005-09-10 [colin]      1.9.14cvs16
9487
9488         * src/compose.c
9489                 Fix bug #572 (%X option does not work with templates)
9490
9491 2005-09-10 [colin]      1.9.14cvs15
9492
9493         * src/toolbar.c 
9494                 Remove g_print
9495
9496 2005-09-10 [colin]      1.9.14cvs14
9497
9498         * src/imap.c
9499                 Fix a possible crash
9500
9501 2005-09-09 [colin]      1.9.14cvs13
9502
9503         * src/imap.c
9504         * src/etpan/imap-thread.c
9505         * src/etpan/imap-thread.h
9506                 Fix moving from queue or drafts to normal folders
9507                 Fix bug #794 (No way to delete without expunging)
9508                 Take flags unset by other mailers into account
9509                 Take deleted flag set by other mailers into account
9510                 Fix unsetting REPLIED flag
9511                 Fix crash when capabilities can't be retrieved
9512         * src/mainwindow.c
9513         * src/mainwindow.h
9514                 Add M_DELAYED_FLAGS condition, and let the user use
9515                 Execute in order to be able to expunge deleted mails,
9516                 even if he's not in delayed execute mode
9517         * src/prefs_spelling.c
9518                 Use 'en' dictionary by default if LANG is POSIX or C
9519         * src/gtk/prefswindow.c
9520                 Fix bug #767 (Preferences windows expanding) by making
9521                 the window a bit larger when the resolution is greater
9522                 than 640x480, and by putting the prefs in a
9523                 GtkScrolledWindow.
9524
9525 2005-09-09 [paul]       1.9.14cvs12
9526
9527         * AUTHORS
9528         * configure.ac
9529         * po/zh_TW.Big5.po      ** REMOVED **
9530         * po/zh_TW.po           ** ADDED **
9531                 updated by Wei-Lun Chao
9532
9533 2005-09-09 [paul]       1.9.14cvs11
9534
9535         * src/mainwindow.c
9536                 fix asserts
9537         * src/common/xml.c
9538                 delay memory allocation until file is
9539                 opened successfully
9540                 Patch by Daniel Gustafson
9541
9542 2005-09-09 [colin]      1.9.14cvs10
9543
9544         * src/imap.c
9545                 Add guards
9546
9547 2005-09-08 [colin]      1.9.14cvs9
9548
9549         * src/compose.c
9550                 Alert when we can't save draft
9551                 Fix various wrap/color issues
9552                 Add mid-click pasting respecting wrap_paste option
9553         * src/folder.c
9554         * src/folder.h
9555         * src/folder_item_prefs.c
9556         * src/folder_item_prefs.h
9557         * src/imap.c
9558         * src/imap_gtk.c
9559         * src/imap_gtk.h
9560         * src/main.c
9561         * src/mainwindow.c
9562         * src/mainwindow.h
9563         * src/news.c
9564         * src/news_gtk.c
9565         * src/news_gtk.h
9566         * src/prefs_folder_item.c
9567                 Fix the impossibility to synchronise folders for
9568                 offline use (IMAP and NNTP are concerned)
9569
9570 2005-09-08 [colin]      1.9.14cvs8
9571
9572         * configure.ac
9573                 Build LDAP and JPilot by default if available
9574         * src/textview.c
9575                 Fix use after free
9576
9577 2005-09-08 [paul]       1.9.14cvs7
9578
9579         * doc/manual/en/sylpheed-1.html
9580         * doc/manual/en/sylpheed-18.html
9581         * doc/manual/en/sylpheed-19.html
9582         * doc/manual/en/sylpheed-4.html
9583         * doc/manual/en/sylpheed-6.html
9584         * doc/manual/en/sylpheed.html
9585                 a few minor updates, plus include some
9586                 details about plugins and their requirements
9587         * src/mainwindow.c
9588                 minor changes to English in /View/Sort
9589
9590 2005-09-07 [colin]      1.9.14cvs6
9591
9592         * doc/manual/en/sylpheed-1.html
9593         * doc/manual/en/sylpheed-10.html
9594         * doc/manual/en/sylpheed-11.html
9595         * doc/manual/en/sylpheed-12.html
9596         * doc/manual/en/sylpheed-13.html
9597         * doc/manual/en/sylpheed-14.html
9598         * doc/manual/en/sylpheed-15.html
9599         * doc/manual/en/sylpheed-16.html
9600         * doc/manual/en/sylpheed-17.html
9601         * doc/manual/en/sylpheed-18.html
9602         * doc/manual/en/sylpheed-19.html
9603         * doc/manual/en/sylpheed-2.html
9604         * doc/manual/en/sylpheed-20.html
9605         * doc/manual/en/sylpheed-21.html
9606         * doc/manual/en/sylpheed-22.html
9607         * doc/manual/en/sylpheed-3.html
9608         * doc/manual/en/sylpheed-4.html
9609         * doc/manual/en/sylpheed-5.html
9610         * doc/manual/en/sylpheed-6.html
9611         * doc/manual/en/sylpheed-7.html
9612         * doc/manual/en/sylpheed-8.html
9613         * doc/manual/en/sylpheed-9.html
9614         * doc/manual/en/sylpheed.html
9615                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9616
9617 2005-09-07 [colin]      1.9.14cvs5
9618
9619         * src/mainwindow.c
9620                 Make labels more to-the-point
9621
9622 2005-09-07 [colin]      1.9.14cvs4
9623
9624         * doc/manual/en/sylpheed-1.html
9625         * doc/manual/en/sylpheed-12.html
9626         * doc/manual/en/sylpheed-13.html
9627         * doc/manual/en/sylpheed-14.html
9628         * doc/manual/en/sylpheed-15.html
9629         * doc/manual/en/sylpheed-16.html
9630         * doc/manual/en/sylpheed-17.html
9631         * doc/manual/en/sylpheed-18.html
9632         * doc/manual/en/sylpheed-19.html
9633         * doc/manual/en/sylpheed-2.html
9634         * doc/manual/en/sylpheed-20.html
9635         * doc/manual/en/sylpheed-21.html
9636         * doc/manual/en/sylpheed-22.html
9637         * doc/manual/en/sylpheed-4.html
9638         * doc/manual/en/sylpheed-5.html
9639         * doc/manual/en/sylpheed-6.html
9640         * doc/manual/en/sylpheed-7.html
9641         * doc/manual/en/sylpheed-8.html
9642         * doc/manual/en/sylpheed-9.html
9643         * doc/manual/en/sylpheed.html
9644                 Update manual
9645
9646 2005-09-07 [colin]      1.9.14cvs3
9647
9648         * doc/faq/en/sylpheed-faq-1.html
9649         * doc/faq/en/sylpheed-faq-2.html
9650         * doc/faq/en/sylpheed-faq-3.html
9651         * doc/faq/en/sylpheed-faq.html
9652                 Update FAQ
9653
9654 2005-09-07 [colin]      1.9.14cvs2
9655
9656         * src/folderview.c
9657         * src/procmsg.c
9658         * src/summaryview.c
9659         * src/toolbar.c
9660                 Fix special subfolders:
9661                 - Inherit parent's icon
9662                 - sent contents of queues subfolders
9663                 - empty subfolders of trashes
9664         * src/mainwindow.c
9665                 Remove outdated manual and faq entries
9666         * src/common/utils.c
9667                 Add quotes around %s coming from mailcap
9668
9669 2005-09-07 [colin]      1.9.14cvs1
9670
9671         * src/compose.c
9672                 After saving draft, set modified to FALSE
9673         * src/mimeview.c
9674         * src/common/utils.c
9675         * src/common/utils.h
9676                 Try to open mime parts using what is 
9677                 indicated in ~/.mailcap or /etc/mailcap,
9678                 if possible.
9679
9680 2005-09-05 [paul]       1.9.14
9681
9682         1.9.14 released
9683
9684         * po/sk.po
9685                 updated by Andrej Kacian
9686
9687 2005-09-05 [paul]       1.9.13cvs83
9688
9689         * po/de.po
9690         * po/es.po
9691         * po/fi.po
9692         * po/fr.po
9693         * po/nb.po
9694         * po/pt_BR.po
9695         * po/sr.po
9696                 updated translations by Thomas Gilgin, Ricardo Mones
9697                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9698                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9699
9700 2005-09-04 [paul]       1.9.13cvs82
9701
9702         * src/compose.c
9703                 only warn about exceeded line length limit
9704                 on send
9705
9706 2005-09-04 [paul]       1.9.13cvs81
9707
9708         * src/compose.c
9709                 fix crash in 'line length exceeded' dialogue
9710
9711 2005-09-02 [paul]       1.9.13cvs80
9712
9713         * src/imap.c
9714                 fix bug 795, 'Connection lost IMAP'
9715                 and add statusbar prints
9716                 Patch by Colin
9717
9718 2005-09-02 [paul]       1.9.13cvs79
9719
9720         * src/compose.c
9721                 compose_wrap_paragraph() becomes
9722                 compose_beautify_paragraph()
9723                 Patch by Colin
9724
9725 2005-09-02 [colin]      1.9.13cvs78
9726
9727         * src/folderview.c
9728                 Micro-fix
9729
9730 2005-09-01 [colin]      1.9.13cvs77
9731
9732         * src/imap.c
9733                 Maybe fix bug #795 (Connection lost IMAP)
9734                 Don't try to send logout when we're disconnected.
9735         * src/summaryview.c
9736                 Include locked and marked emails in HRM
9737                 view. Fixes bug #800 (Locked messages no longer 
9738                 show up when hide read messages is used)
9739
9740 2005-09-01 [paul]       1.9.13cvs76
9741
9742         * src/prefs_common.c
9743                 fix bad cutting
9744
9745 2005-08-31 [colin]      1.9.13cvs75
9746
9747         * src/folderview.c
9748         * src/folderview.h
9749         * src/prefs_summaries.c
9750         * src/summaryview.c
9751                 Fix "go to next new", fix preference
9752                 (Open unread/next swapped)
9753
9754 2005-08-31 [paul]       1.9.13cvs74
9755
9756         * src/compose.c
9757         * src/folderview.c
9758         * src/headerview.c
9759         * src/headerview.h
9760         * src/mainwindow.c
9761         * src/prefs_common.c
9762         * src/prefs_common.h
9763         * src/prefs_fonts.c
9764         * src/summaryview.c
9765         * src/textview.c
9766         * src/common/defs.h
9767                 remove obsolete BOLD_FONT setting
9768                 fix font update in headerview and textview
9769                 headers after prefs change
9770                 Patch By Colin
9771
9772 2005-08-31 [paul]
9773
9774         1.9.14-rc4 released
9775
9776 2005-08-30 [colin]      1.9.13cvs73
9777
9778         * src/summaryview.c
9779                 When Hide read messages is selected and we
9780                 refresh the summaryview, don't remove the 
9781                 currently displayed message. Fixes bug #797
9782                 (Summary view reloads when new mail is 
9783                 downloaded in 1.9.14 rc)
9784
9785 2005-08-30 [colin]      1.9.13cvs72
9786
9787         * src/folderview.c
9788                 Fix flickering
9789         * src/mainwindow.c
9790                 Remove useless callback
9791         * src/mimeview.c
9792         * src/gtk/filesel.c
9793         * src/gtk/filesel.h
9794                 Add a filesel_select_file_save_folder() - used by Save All
9795
9796 2005-08-29 [paul]       1.9.13cvs71
9797
9798         * AUTHORS
9799         * src/matcher_parser_parse.y
9800         * src/etpan/imap-thread.c
9801                 fix building on FreeBSD
9802                 Patch by Daniel Gustafson <daniel@hobbit.se>
9803
9804 2005-08-29 [paul]       1.9.13cvs70
9805
9806         * src/plugins/pgpinline/pgpinline.c
9807                 only initialise sig result if it's been handled
9808                 Patch by Colin
9809
9810 2005-08-29 [paul]       1.9.13cvs69
9811         
9812         Patches by Colin:
9813
9814         * src/imap.c
9815         * src/common.utils.c
9816         * src/common/utils.h
9817                 optimisation
9818         * src/stock_pixmap.h
9819                 fix wrong icon reference
9820         * src/pixmaps/trash_btn.xpm
9821                 replace with nicer image
9822
9823 2005-08-28 [colin]      1.9.13cvs68
9824
9825         * src/Makefile.am
9826         * src/stock_pixmap.c
9827         * src/stock_pixmap.h
9828         * src/toolbar.c
9829         * src/pixmaps/trash_btn.xpm
9830                 Add a specific trash xpm for the button
9831
9832 2005-08-28 [colin]      1.9.13cvs67
9833
9834         * src/imap.c
9835                 Fix leak
9836
9837 2005-08-27 [colin]      1.9.13cvs66
9838
9839         * src/imap.c
9840         * src/procmime.c
9841                 Correctly fix "Problem with replies", fixes
9842                 pgpmime encryption too. 
9843
9844 2005-08-27 [colin]      1.9.13cvs65
9845
9846         * src/folder.c
9847         * src/procmsg.c
9848         * src/procmsg.h
9849         * src/summaryview.c
9850                 Fix bug #517 (messages removed from summaryview 
9851                 when moving fails)
9852
9853 2005-08-27 [colin]      1.9.13cvs64
9854
9855         * tools/Makefile.am
9856         * tools/asus_mailled.sh
9857                 Add a script to blink ASUS laptops' mail LED where there
9858                 is unread mail.
9859
9860 2005-08-27 [colin]      1.9.13cvs63
9861
9862         * src/imap.c
9863         * src/etpan/imap-thread.c
9864         * src/etpan/imap-thread.h
9865                 Implement automatic choosing of login method
9866                 Fixes bug #791
9867         * src/gtk/.cvsignore
9868                 Add sylpheed-marshal.[ch]
9869
9870 2005-08-27 [colin]      1.9.13cvs62
9871
9872         * src/common/utils.c
9873                 Fix confusing perror
9874
9875 2005-08-27 [colin]      1.9.13cvs61
9876
9877         * src/toolbar.c
9878         * src/toolbar.h
9879                 Remove A_DELETE, replace it with 
9880                 A_TRASH and A_DELETE_REAL. Automatically
9881                 rewrite config files to replace A_DELETE
9882                 with A_TRASH (no functionality change).
9883                 Fixes half of #794
9884
9885 2005-08-26 [colin]      1.9.13cvs60
9886
9887         * src/procmime.c
9888                 Previous "Problem with replies" fix brought other
9889                 problems, fixing them
9890
9891 2005-08-26 [colin]      1.9.13cvs59
9892
9893         * src/procmime.c
9894                 Fix "Problem with replies". This happened only
9895                 on IMAP...
9896         * src/procmsg.c
9897                 Factorize code a bit
9898         * src/compose.c
9899                 Speed improvement on very long messages (wrapping)
9900                 Fix signature color on Reedit and Redirect
9901                 On Reedit, don't attach pgp-signatures parts, but
9902                 set signing to On.
9903
9904 2005-08-24 [paul]       1.9.13cvs58
9905
9906         * src/compose.c
9907                 don't claim success when clicking
9908                 Cancel on the passphrase box.
9909                 Patch by Colin
9910
9911 2005-08-24 [paul]       1.9.13cvs57
9912
9913         * src/main.c
9914                 fix misplaced sylpheed.log
9915         * src/common/defs.h
9916                 define UIDL_DIR
9917
9918 2005-08-24 [paul]       1.9.13cvs56
9919
9920         * src/imap.c
9921         * src/etpan/imap-thread.c
9922         * src/etpan/imap-thread.h
9923                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9924                 Patch by Colin
9925         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9926         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9927                 remove autogenerated files
9928         * tools/kdeservicemenu/README
9929         * tools/kdeservicemenu/install.sh
9930         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9931         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9932                 use Claws icon, use 'Sylpheed-Claws' in menu,
9933                 use kdialog, and other cleanups
9934
9935 2005-08-23 [paul]       1.9.13cvs55
9936
9937         * src/compose.c
9938                 fix paste/wrap crash
9939                 Patch by Colin
9940
9941 2005-08-23 [paul]       1.9.13cvs54
9942
9943         * src/main.c
9944                 fix crash recovery
9945                 Patch by Colin
9946
9947 2005-08-23 [paul]       1.9.13cvs53
9948
9949         * src/addressbook.c
9950         * src/editaddress.c
9951                 view all data of LDAP contacts
9952                 Patch by Colin
9953
9954 2005-08-23 [paul]       1.9.13cvs52
9955
9956         * src/addressbook.c
9957                 fix issues with the Search field
9958                 Patch by Colin
9959
9960 2005-08-22 [paul]       1.9.13cvs51
9961
9962         * src/folderview.c
9963                 put name of folder in processing dialog
9964                 title
9965         * src/prefs_folder_item.c
9966                 improve english usage
9967
9968 2005-08-22 [paul]       1.9.13cvs50
9969
9970         * src/filtering.c
9971         * src/filtering.h
9972         * src/matcher.c
9973         * src/matcher_parser_lex.l
9974         * src/matcher_parser_parse.y
9975         * src/prefs_filtering.c
9976                 add Filtering/Processing rule names feature.
9977                 (the incompatible old matcherrc is saved as
9978                 matcherrc.pre_names).
9979                 Patch by Colin
9980
9981 2005-08-22 [paul]       1.9.13cvs49
9982
9983         * src/procmsg.c
9984                 fix colour labelling
9985                 Patch by Colin
9986
9987 2005-08-22 [paul]       1.9.13cvs48
9988
9989         * src/textview.c
9990                 fix open_image_cb()
9991
9992 2005-08-22 [paul]       1.9.13cvs47
9993
9994         * src/imap.c
9995                 fix bug 789, 'SC crashes with imap (CVS ver)'
9996                 Patch by Colin
9997
9998 2005-08-22 [paul]       1.9.13cvs46
9999
10000         * src/mimeview.c
10001         * src/prefs_common.c
10002         * src/common/defs.h
10003                 define reused defaults in defs.h
10004         * src/textview.c
10005                 add 'Open image' to image popup menu
10006
10007 2005-08-21 [colin]      1.9.13cvs45
10008
10009         * src/summaryview.c
10010                 Fix bug #788 (Bogus "From" address displayed)
10011
10012 2005-08-20 [colin]      1.9.13cvs44
10013
10014         * src/folder.c
10015                 Fix buf #787 (multilevel delete causes SIGSEGV)
10016
10017 2005-08-19 [colin]      1.9.13cvs43
10018
10019         * src/inc.c
10020         * src/prefs_common.c
10021         * src/prefs_common.h
10022                 Add an hidden pref to allow modifying the
10023                 update stepping in incorporation.
10024                 Patch by wwp.
10025
10026 2005-08-19 [colin]      1.9.13cvs42
10027
10028         * src/compose.c
10029         * src/procmime.c
10030                 Workaround for broken MUAs: encode 
10031                 Content-type: name: as ASCII and 
10032                 Content-Disposition: filename: as
10033                 per rfc2231
10034         * src/prefs_account.c
10035                 Fix invisible-ness of SMTP SSL prefs
10036                 in NNTP accounts
10037
10038 2005-08-19 [paul]       1.9.13cvs41
10039
10040         * src/compose.c
10041         * src/prefs_common.c
10042         * src/prefs_common.h
10043         * src/prefs_wrapping.c
10044                 paste with or without wrapping.
10045                 patch by Colin
10046
10047 2005-08-19 [paul]       1.9.13cvs40
10048
10049         * src/prefs_common.c
10050         * src/prefs_common.h
10051         * src/summaryview.c
10052                 reintroduce enable_swap_from as a
10053                 hidden pref. patch by Colin
10054         * src/quote_fmt_parse.y
10055         * src/plugins/clamav/clamav_plugin.c
10056         * src/plugins/dillo_viewer/dillo_viewer.c
10057         * src/plugins/mathml_viewer/mathml_viewer.c
10058         * src/plugins/pgpcore/sgpgme.c
10059         * src/plugins/pgpinline/pgpinline.c
10060         * src/plugins/pgpmime/pgpmime.c
10061                 tidy up. patch by Colin
10062
10063 2005-08-19 [paul]       1.9.13cvs39
10064
10065         * configure.ac
10066                 complete cvs38's sync
10067         * src/editaddress.c
10068         * src/gedit-print.c
10069         * src/mutt.c
10070         * src/etpan/etpan-log.c
10071         * src/etpan/imap-thread.c
10072         * src/gtk/gtksourceprintjob.c
10073                 fix compilation warnings
10074                 (patch by Colin)
10075
10076 2005-08-19 [paul]       1.9.13cvs38
10077
10078         sync with main:
10079
10080         * src/account.c
10081         * src/action.c
10082         * src/addrbook.c
10083         * src/addrcache.c
10084         * src/addrharvest.c
10085         * src/addrindex.c
10086         * src/codeconv.c
10087         * src/compose.c
10088         * src/crash.c
10089         * src/exporthtml.c
10090         * src/exportldif.c
10091         * src/folder.c
10092         * src/image_viewer.c
10093         * src/inc.c
10094         * src/inc.h
10095         * src/jpilot.c
10096         * src/ldif.c
10097         * src/main.c
10098         * src/matcher.c
10099         * src/mbox.c
10100         * src/messageview.c
10101         * src/mh.c
10102         * src/mimeview.c
10103         * src/msgcache.c
10104         * src/mutt.c
10105         * src/news.c
10106         * src/partial_download.c
10107         * src/pine.c
10108         * src/pop.c
10109         * src/prefs_actions.c
10110         * src/prefs_common.c
10111         * src/prefs_customheader.c
10112         * src/prefs_display_header.c
10113         * src/prefs_gtk.c
10114         * src/prefs_themes.c
10115         * src/procheader.c
10116         * src/procmime.c
10117         * src/procmsg.c
10118         * src/recv.c
10119         * src/send_message.c
10120         * src/simple-gettext.c
10121         * src/sourcewindow.c
10122         * src/textview.c
10123         * src/vcard.c
10124         * src/common/defs.h
10125         * src/common/log.c
10126         * src/common/plugin.c
10127         * src/common/prefs.c
10128         * src/common/session.c
10129         * src/common/session.h
10130         * src/common/socket.c
10131         * src/common/socket.h
10132         * src/common/ssl_certificate.c
10133         * src/common/template.c
10134         * src/common/utils.c
10135         * src/common/utils.h
10136         * src/common/xml.c
10137         * src/gtk/about.c
10138         added wrappers for C library function that
10139                 take pathname arguments.
10140                 enabled compilation with MinGW.
10141                 use GDir instead of directly using opendir().
10142                 added rename_force().
10143
10144 2005-08-19 [paul]       1.9.13cvs37
10145         
10146         patches by Colin:
10147         * src/compose.c
10148                 fix privacy settings on re-editing
10149                 a sent message
10150         * src/jpilot.c
10151                 fix encoding bug
10152         * src/folder.c
10153         * src/procmsg.c
10154         * src/procmsg.h
10155         * src/summaryview.c
10156                 flag changing optimisation
10157
10158 2005-08-18 [martin]     1.9.13cvs36
10159
10160         * commitHelper
10161             added my login
10162         * src/addrcache.c
10163         * src/addrharvest.c
10164         * src/addrindex.c
10165         * src/compose.c
10166         * src/grouplistdialog.c
10167         * src/main.c
10168         * src/mainwindow.c
10169         * src/msgcache.c
10170         * src/mutt.c
10171         * src/pine.c
10172         * src/prefs_account.c
10173         * src/prefs_themes.c
10174         * src/stock_pixmap.c
10175         * src/summaryview.c
10176         * src/gtk/about.c
10177         * src/gtk/logwindow.c
10178             removed deprecated glib and gdk stuff
10179         * src/plugins/pgpcore/select-keys.c
10180             convert attributes from locale to utf8
10181
10182 2005-08-17 [paul]       1.9.13cvs35
10183
10184         * src/account.c
10185         * src/addressbook.c
10186                 use new GTK_STOCK_ icons if available
10187         * src/summaryview.c
10188         * src/gtk/gtksctree.c
10189         * src/gtk/gtksctree.h
10190                 faster range select. patch by Colin
10191
10192 2005-08-17 [paul]       1.9.13cvs34
10193
10194         patches by colin:
10195         * src/addressbook.c
10196         * src/addressitem.h
10197                 Add an edit button for contacts, fix selections
10198                 of gtksctree items
10199         * src/editaddress.c
10200                 Change labels, let Save be always possible in the
10201                 email and user atributes tabs
10202         * src/folderview.c
10203                 fix sort issues
10204         * src/summaryview.c
10205                 select next item instead of the displayed one
10206                 after deletion
10207
10208         * src/gtk/progressdialog.c
10209                 use prefs_common.enable_rules_hint
10210
10211 2005-08-13 [hoa]        1.9.13cvs33
10212
10213         * src/etpan/imap-thread.c
10214                 fixed build on Solaris.
10215
10216 2005-08-10 [colin]      1.9.13cvs32
10217
10218         * src/procmsg.c
10219                 Fix cvs31 (missing fclose before reading
10220                 the file)
10221
10222 2005-08-10 [colin]      1.9.13cvs31
10223
10224         * src/procmsg.c
10225                 Fix procmsg_msginfo_new_from_mimeinfo() when
10226                 the MimeInfo isn't stored in memory. This fixes
10227                 replying to an attached message.
10228
10229 2005-08-10 [colin]      1.9.13cvs30
10230
10231         * src/mainwindow.c
10232                 Fix slowness in account changing
10233
10234 2005-08-10 [colin]      1.9.13cvs29
10235
10236         * src/folder.c
10237         * src/folderutils.c
10238         * src/folderview.c
10239         * src/imap_gtk.c
10240         * src/mainwindow.c
10241         * src/mh_gtk.c
10242         * src/procmsg.c
10243         * src/summaryview.c
10244                 Optimize folder_has_parent_of_type
10245                 Prevent moving special sub-folders from contextual menus
10246                 Rework message a bit ("Empty all messages" -> "Delete all
10247                 messages")
10248                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10249                 and "Deleted Items" folders)
10250
10251 2005-08-08 [colin]      1.9.13cvs28
10252
10253         * src/summaryview.c
10254         * src/prefs_summaries.c
10255                 Make "Select first unread|new" more flexible
10256                 (just prioritize new or unread)
10257
10258 2005-08-08 [colin]      1.9.13cvs27
10259
10260         * src/summaryview.c
10261                 If "select first new" is selected and there only
10262                 are unread messages, fallback to "select first
10263                 unread".
10264
10265 2005-08-08 [colin]      1.9.13cvs26
10266
10267         * src/folder.c
10268                 Fix shameful bugs (and bug #779)
10269
10270 2005-08-08 [colin]      1.9.13cvs25
10271
10272         * src/folder.c
10273         * src/folder.h
10274                 Cache parents' type to make folder_has_parent_of_type
10275                 faster
10276         * src/folderview.c
10277                 Forbid DnD of special sub-folders
10278         * src/procmsg.c
10279         * src/procmsg.h
10280                 Add MAIL_POSTFILTERING_HOOK
10281         * src/summaryview.c
10282                 Revert over-zealous deletion of the use_addr_book 
10283                 code
10284
10285 2005-08-07 [colin]      1.9.13cvs24
10286
10287         * src/folder.c
10288                 Fix big mistake (passing MsgInfo instead 
10289                 of FolderItem)
10290
10291 2005-08-07 [colin]      1.9.13cvs23
10292
10293         * src/compose.c
10294         * src/folder.c
10295         * src/folder.h
10296         * src/foldersel.c
10297         * src/folderutils.c
10298         * src/folderview.c
10299         * src/imap.c
10300         * src/mainwindow.c
10301         * src/messageview.c
10302         * src/mh.c
10303         * src/msgcache.c
10304         * src/procmime.c
10305         * src/summaryview.c
10306                 Make subfolders of Drafts, Queue, Outbox, Trash
10307                 work like their parents. 
10308                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10309
10310 2005-08-07 [colin]      1.9.13cvs22
10311
10312         * src/addressbook.c
10313                 Fix bug #771 (Dragged contacts not saved)
10314
10315 2005-08-07 [paul]       1.9.13cvs21
10316
10317         * src/summaryview.c
10318                 fix bug 32 'Search Doesn't display results
10319                 if "Hide Read Messages" is chosen'
10320                 be more literal in interpreting 'Hide read
10321                 messages'
10322
10323 2005-08-07 [colin]      1.9.13cvs20
10324
10325         * src/folderview.c
10326                 Add debug
10327         * src/summaryview.c
10328                 Faster 'unthread_for_execution'
10329
10330 2005-08-06 [paul]       1.9.13cvs19
10331
10332         * src/mainwindow.c
10333                 add mnemonics to Set displayed columns
10334                 fix bug where msgview_visible option was
10335                 overwritten as TRUE on startup
10336
10337 2005-08-06 [paul]       1.9.13cvs18
10338
10339         * src/mainwindow.c
10340                 refer to 'displayed columns in folder/message
10341                 list' not 'displayed items in summary/message view'
10342         * src/prefs_display_header.c
10343                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10344                 be consistent with similar dialogues
10345         * src/prefs_folder_column.c
10346         * src/prefs_summary_column.c
10347                 'columns' not 'items', and folder and message lists,
10348                 instead of folder and summary views;
10349                 Use 'Hidden columns' as list heading not 'Available
10350                 items';
10351                 move the 'Remove' button to the right hand side;
10352                 top-align the buttons;
10353                 remove unneeded vbox
10354         * src/prefs_summaries.c
10355                 put the 2 column prefs buttons in a frame to reduce
10356                 overall width; refer to columns not items &c.
10357
10358 2005-08-05 [colin]      1.9.13cvs17
10359
10360         * src/prefs_common.c
10361         * src/prefs_common.h
10362         * src/mainwindow.c
10363         * src/compose.c
10364         * src/messageview.c
10365                 Add an hidden toolbar_detachable pref, so
10366                 that I can get rid of these painful handles
10367                 in the toolbars. Defaults to TRUE to avoid
10368                 changing the GUI on unsuspecting people...
10369
10370 2005-08-05 [colin]      1.9.13cvs16
10371
10372         * src/Makefile.am
10373         * src/prefs_folder_column.c
10374         * src/prefs_folder_column.h
10375                 Add prefs for folder columns
10376         * src/folderview.c
10377         * src/folderview.h
10378         * src/mainwindow.c
10379         * src/mainwindow.h
10380         * src/prefs_common.c
10381         * src/prefs_common.h
10382         * src/prefs_summaries.c
10383                 Use them
10384         * src/prefs_summary_column.c
10385         * src/summaryview.c
10386         * src/summaryview.h
10387                 Add a To column
10388         * src/textview.c
10389         * src/common/utils.c
10390         * src/common/utils.h
10391                 Move uri colourisation functions
10392                 to utils
10393         * src/compose.c
10394                 Colourise URIs
10395         * src/imap.c
10396                 Fix bug with LIST where we'd try
10397                 to get Folder//////[...]/// 
10398
10399 2005-08-05 [paul]       1.9.13cvs15
10400
10401         * src/prefs_summaries.c
10402                 improve the English usage
10403         * src/summaryview.c
10404                 set font on column change
10405                 thanks to Colin
10406
10407 2005-08-05 [paul]       1.9.13cvs14
10408
10409         * src/prefs_common.c
10410         * src/prefs_common.h
10411         * src/prefs_summaries.c
10412         * src/summaryview.c
10413                 replace 'open_unread_on_enter' option with
10414                 'select_on_entry' option. opening/not opening
10415                 is now exclusively controlled by 'always_show_msg'
10416
10417 2005-08-04 [colin]      1.9.13cvs13
10418
10419         * src/compose.c
10420                 Remove dead code
10421                 Add colourisation of quotes and signatures
10422         * src/folderview.c
10423                 Fix possible crashes
10424         * src/messageview.c
10425                 Change an assert that is no problem
10426         * src/news.c
10427         * src/news_gtk.c
10428         * src/news_gtk.h
10429                 Fix offline mode
10430         * src/gtk/quicksearch.c
10431                 Fix a possible crash
10432
10433 2005-08-03 [colin]      1.9.13cvs12
10434
10435         * src/prefs_account.c
10436                 Fix bug #777 (Sylpheed crash in account configuration)
10437
10438 2005-08-03 [colin]      1.9.13cvs11
10439
10440         * src/addressbook.c
10441         * src/editaddress.c
10442         * src/editgroup.c
10443                 Fixing addressbook, round 2
10444         * src/textview.c
10445                 Fix emphasis color on rechecking 'Colorize messages'
10446
10447 2005-08-03 [paul]       1.9.13cvs10
10448
10449         sync with main
10450
10451         * src/addr_compl.c
10452         * src/compose.c
10453         * src/main.c
10454         * src/pop.c
10455         * src/prefs_account.c
10456         * src/procmime.c
10457         * src/procmsg.c
10458         * src/quote_fmt_parse.y
10459         * src/textview.c
10460         * src/common/quoted-printable.c
10461         * src/common/utils.c
10462         * src/common/utils.h
10463         * src/common/xml.c
10464                 replaced incorrect locale-independent
10465                 ctype functions with GLib's. Corrected
10466                 signedness mismatch.
10467         * src/headerview.c
10468                 headerview_create(): added spacing for vbox.
10469         * src/gtk/about.c
10470                 set focus to the OK button.
10471
10472 2005-08-03 [colin]      1.9.13cvs9
10473
10474         * src/folderview.c
10475                 Fix possible crash
10476
10477 2005-08-02 [colin]      1.9.13cvs8
10478
10479         * src/mainwindow.c
10480                 Fix cast
10481         * src/addressbook.c
10482         * src/addressitem.h
10483                 Fix a cast and more generally, try to make the
10484                 GUI more intuitive and consistent (round 1)
10485
10486 2005-08-02 [paul]       1.9.13cvs7
10487
10488         * src/folder.h
10489                 missing in 1.9.13cvs6
10490
10491 2005-08-02 [colin]      1.9.13cvs6
10492
10493         * src/folder.c
10494                 Fix one more leak
10495
10496 2005-08-02 [colin]      1.9.13cvs5
10497
10498         * src/folder.c
10499         * src/folderview.c
10500         * src/imap.c
10501         * src/main.c
10502         * src/mbox.c
10503         * src/procmsg.c
10504         * src/summaryview.c
10505                 Fix a number of folder_item_get_msg_list()-related
10506                 leaks (missing procmsg_msginfo_free()s)
10507
10508 2005-08-01 [colin]      1.9.13cvs4
10509
10510         * src/folderview.c
10511         * src/folderview.h
10512         * src/mainwindow.c
10513         * src/prefs_fonts.c
10514         * src/prefs_summaries.c
10515         * src/prefs_themes.c
10516         * src/summaryview.c
10517         * src/summaryview.h
10518         * src/textview.c
10519         * src/textview.h
10520                 Fix instant-apply of summary and folderview-related prefs
10521                 Fix erroneous g_free and alertpanels in prefs_theme
10522                 Add instant-apply for fonts
10523                 Defer applying of prefs a little bit so it's done only
10524                 once even if requested by multiples prefs pages
10525
10526 2005-08-01 [paul]       1.9.13cvs3
10527
10528         * src/main.c
10529                 fix bug 776 'S.C. crashes on close'
10530                 thanks to Colin
10531         * src/etpan/etpan-thread-manager-types.h
10532                 add missing include
10533                 thanks to Hoa
10534
10535 2005-07-25 [paul]       1.9.13cvs2
10536
10537         * src/summaryview.c
10538                 fix typos. spotted by Fabien Vantard
10539
10540 2005-07-24 [paul]       1.9.13cvs1
10541
10542         * doc/man/sylpheed.1
10543                 update man page, incorporating fix of
10544                 bug 769 'Typo in manpage'
10545         * src/etpan/imap-thread.c
10546                 fix NetBSD openssl dependencies. patch by
10547                 George Michaelson <ggm@apnic.net>
10548         * po/pt_BR.po
10549                 updated by Frederico Goncalves Guimaraes
10550
10551 2005-07-22 [paul]       1.9.13
10552
10553         1.9.13 release
10554
10555 2005-07-22 [paul]       1.9.12cvs91
10556
10557         * AUTHORS
10558         * INSTALL
10559         * README.claws
10560         * RELEASE_NOTES.claws
10561                 updated for release
10562         * configure.ac
10563         * po/nb.po
10564         * tools/claws.i18n.status.pl
10565                 add Norwegian translation. submiited by
10566                 Geir Helland <pjallabais@users.sourceforge.net>
10567         * po/ca.po
10568         * po/de.po
10569         * po/es.po
10570         * po/fi.po
10571         * po/fr.po
10572         * po/it.po
10573         * po/sk.po
10574         * po/sr.po
10575         * po/zh_CN.po
10576                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10577                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10578                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10579                 Yang Guilong
10580         * src/plugins/clamav/clamav_plugin_gtk.c
10581         * src/plugins/spamassassin/spamassassin_gtk.c
10582                 replace outdated description strings
10583
10584 2005-07-21 [colin]      1.9.12cvs90
10585
10586         * src/folder.c
10587                 Set folder to batch mode when scanning it. Makes deletion
10588                 of unread mails on IMAP much faster (due to the UNREAD 
10589                 flag unsetting)
10590
10591 2005-07-21 [darko]      1.9.12cvs89
10592
10593         * configure.ac
10594                 link against libresolv if necessary (patch by Paul)
10595         * src/msgcache.c
10596                 use glib's portable macros to determine endianness
10597
10598 2005-07-21 [paul]       1.9.12cvs88
10599
10600         * src/crash.c
10601         * src/gtk/about.c
10602                 update compiled-in features list
10603
10604 2005-07-20 [colin]      1.9.12cvs87
10605
10606         * src/folder.c
10607         * src/textview.c
10608                 Gcc 2.9x compilation fixes, thanks to Darko
10609         * src/plugins/clamav/clamav_plugin.c
10610                 Little optimisation: load virus database only once
10611         * src/plugins/spamassassin/spamassassin.c
10612                 Big optimisation: filtering one mail took at least 1 second,
10613                 now it takes at least 50ms. Doesn't speed up spamassassin 
10614                 itself, but should already be much more tolerable.
10615
10616 2005-07-20 [colin]      1.9.12cvs86
10617
10618         * src/summaryview.c
10619                 Fix performance issue
10620
10621 2005-07-19 [colin]      1.9.12cvs85
10622
10623         * src/plugins/pgpinline/plugin.c
10624                 Fix warning
10625
10626 2005-07-19 [colin]      1.9.12cvs84
10627
10628         * configure.ac
10629         * src/plugins/Makefile.am
10630         * src/plugins/pgpinline/.cvsignore
10631         * src/plugins/pgpinline/Makefile.am
10632         * src/plugins/pgpinline/pgpinline.c
10633         * src/plugins/pgpinline/pgpinline.deps
10634         * src/plugins/pgpinline/pgpinline.h
10635         * src/plugins/pgpinline/plugin.c
10636                 Put pgpinline in the main tree
10637
10638 2005-07-19 [paul]       1.9.12cvs83
10639
10640         * src/prefs_actions.c
10641                 prevent '//' in menu names, which cause a crash
10642                 thanks to Colin
10643
10644 2005-07-19 [paul]       1.9.12cvs82
10645
10646         * configure.ac
10647                 be generally more informative in configure output.
10648                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10649                 '[ --disable-openssl ...', as --enable-openssl is default
10650                 PGP/MIME: don't check for GPGME again, check for
10651                 pgpcore instead. Therefore prevent the possibility of
10652                 attempting to build pgpmime if pgpcore dependencies are
10653                 not met
10654                 ClamAV: use pkgconfig to check for lib
10655                 libgnomeprint: revert logic on inner test to match
10656                 everything else
10657         * src/plugins/pgpcore/sgpgme.c
10658                 add missing include
10659
10660 2005-07-19 [colin]      1.9.12cvs81
10661
10662         * src/summaryview.c
10663                 Fix slow thread rebuilding in particular
10664                 cases
10665
10666 2005-07-19 [paul]       1.9.12cvs80
10667
10668         * sylpheed-claws.desktop
10669                 fix typo, spotted by Stephan Sachse
10670         * src/account.c
10671                 replace GTK_STOCK_ADD with
10672                 GTK_STOCK_NEW button
10673
10674 2005-07-18 [colin]      1.9.12cvs79
10675
10676         * src/etpan/imap-thread.c
10677                 Fix return value (Thanks Hoa)
10678
10679 2005-07-18 [colin]      1.9.12cvs78
10680
10681         * src/imap.c
10682                 Allow empty passwords
10683                 Create drafts/queue/outbox if necessary
10684         * src/summaryview.c
10685                 Remove old code
10686         * src/etpan/imap-thread.c
10687                 Fix STARTTLS (Thanks to Hoa)
10688
10689 2005-07-18 [paul]       1.9.12cvs77
10690
10691         * ChangeLog-gtk2.jp
10692         * ChangeLog.jp
10693                 removed
10694         * Makefile.am
10695                 updated to reflect additions and removals
10696         * TODO
10697                 updated to be claws-specific
10698         * TODO-gtk2
10699         * TODO-gtk2.jp
10700         * TODO.jp
10701         * sylpheed-128x128.png
10702         * sylpheed-64x64.png
10703                 removed
10704         * sylpheed-claws-128x128.png
10705         * sylpheed-claws-64x64.png
10706         * sylpheed-claws.desktop
10707         * sylpheed-claws.png
10708                 added
10709         * sylpheed.desktop
10710         * sylpheed.png
10711                 removed
10712
10713 2005-07-17 [paul]       1.9.12cvs76
10714
10715         * src/account.c
10716         * src/addressbook.c
10717         * src/alertpanel.c
10718         * src/alertpanel.h
10719         * src/compose.c
10720         * src/exphtmldlg.c
10721         * src/expldifdlg.c
10722         * src/folderview.c
10723         * src/imap_gtk.c
10724         * src/inc.c
10725         * src/message_search.c
10726         * src/messageview.c
10727         * src/mh_gtk.c
10728         * src/news_gtk.c
10729         * src/prefs_actions.c
10730         * src/prefs_filtering.c
10731         * src/prefs_matcher.c
10732         * src/prefs_template.c
10733         * src/prefs_themes.c
10734         * src/ssl_manager.c
10735         * src/summary_search.c
10736         * src/textview.c
10737         * src/toolbar.c
10738         * src/gtk/sslcertwindow.c
10739         * src/plugins/pgpcore/sgpgme.c
10740                 rework alertpanels
10741
10742 2005-07-17 [colin]      1.9.12cvs75
10743
10744         * src/privacy.c
10745                 add a PrivacySystem accessor that checks that
10746                 the system cached in a MimeInfo's privacydata
10747                 is still registered. Use this accessor instead
10748                 of directly using data->system. Fixes crashes
10749                 after unloading pgp plugins.
10750
10751 2005-07-17 [colin]      1.9.12cvs74
10752
10753         * src/alertpanel.c
10754                 Change geometry hints to a simple default size.
10755                 Fixes the certs dialogs.
10756
10757 2005-07-17 [colin]      1.9.12cvs73
10758
10759         * src/gtk/sslcertwindow.c
10760                 Use a gtkExpander
10761
10762 2005-07-17 [colin]      1.9.12cvs72
10763
10764         * src/plugins/pgpcore/Makefile.am
10765         * src/plugins/pgpmime/Makefile.am
10766                 Add gpgme libs
10767
10768 2005-07-17 [paul]       1.9.12cvs71
10769
10770         * configure.ac
10771                 add --disable-gnomeprint option
10772                 modified version of patch by Marius Mauch
10773
10774 2005-07-17 [paul]       1.9.12cvs70
10775
10776         * src/common/defs.h
10777                 update urls
10778         * src/account.c
10779         * src/action.c
10780         * src/addressbook.c
10781         * src/compose.c
10782         * src/foldersel.c
10783         * src/folderview.c
10784         * src/html.c
10785         * src/imap_gtk.c
10786         * src/main.c
10787         * src/mainwindow.c
10788         * src/messageview.c
10789         * src/mh_gtk.c
10790         * src/mimeview.c
10791         * src/news_gtk.c
10792         * src/prefs_account.c
10793         * src/prefs_send.c
10794         * src/prefs_summaries.c
10795         * src/procmsg.c
10796         * src/summaryview.c
10797         * src/common/utils.c
10798         * src/common/xml.c
10799         * src/plugins/pgpcore/passphrase.c
10800         * src/plugins/pgpcore/select-keys.c
10801                 replace inappropriately used backticks
10802                 with single quotes
10803
10804 2005-07-16 [colin]      1.9.12cvs69
10805
10806         * src/image_viewer.c
10807                 Add extra paranoid checks
10808
10809 2005-07-16 [colin]      1.9.12cvs68
10810
10811         * src/plugins/pgpcore/prefs_gpg.c
10812                 Don't auto-check sigs by default, as it
10813                 can be really slow.
10814
10815 2005-07-16 [colin]      1.9.12cvs67
10816
10817         * src/plugins/pgpcore/sgpgme.c
10818                 Make messages a bit better.
10819
10820 2005-07-16 [colin]      1.9.12cvs66
10821
10822         * src/imap.c
10823                 Remove pseudo-log
10824         * src/etpan/imap-thread.c
10825                 Add real log
10826
10827 2005-07-16 [colin]      1.9.12cvs65
10828
10829         * src/main.c
10830         * src/prefs_other.c
10831                 And now, fix build with libetpan :-/
10832
10833 2005-07-15 [colin]      1.9.12cvs64
10834
10835         * src/prefs_other.c
10836                 Continue fixing build without libetpan.
10837
10838 2005-07-15 [colin]      1.9.12cvs63
10839
10840         * src/main.c
10841                 Fix build with --disable-libetpan
10842
10843 2005-07-15 [colin]      1.9.12cvs62
10844
10845         * configure.ac
10846                 Bump libetpan's version
10847
10848 2005-07-15 [colin]      1.9.12cvs61
10849
10850         * src/etpan/imap-thread.c
10851                 Actually stop logging :)
10852
10853 2005-07-15 [colin]      1.9.12cvs60
10854
10855         * src/addressbook.c
10856                 Fix dnd of multiple addresses.
10857
10858 2005-07-15 [hoa]        1.9.12cvs59
10859
10860         * src/etpan/imap-thread.c
10861             disable login of IMAP password in libetpan log file.
10862
10863 2005-07-15 [paul]       1.9.12cvs58
10864
10865         * src/account.c
10866                 don't automatically sort
10867                 do allow drag n drop
10868
10869 2005-07-15 [paul]       1.9.12cvs57
10870
10871         * src/account.c
10872         * src/ssl_manager.c
10873                 alphabetical listing
10874
10875 2005-07-15 [paul]       1.9.12cvs56
10876
10877         * src/gtk/pluginwindow.c
10878                 sort plugin list alphabetically
10879
10880 2005-07-15 [paul]       1.9.12cvs55
10881
10882         * src/prefs_spelling.c
10883         * src/prefs_wrapping.c
10884                 unify English usage
10885
10886 2005-07-15 [colin]      1.9.12cvs54
10887
10888         * src/wizard.c
10889                 Typo fix
10890
10891 2005-07-15 [paul]       1.9.12cvs53
10892
10893         * src/prefs_message.c
10894                 make 'show cursor' a hidden option
10895
10896 2005-07-14 [colin]      1.9.12cvs52
10897
10898         * src/plugins/spamassassin/Makefile.am
10899         * src/plugins/clamav/Makefile.am
10900                 Fix double EXTRA_DISTs
10901
10902 2005-07-14 [colin]      1.9.12cvs51
10903
10904         * src/plugins/clamav/Makefile.am
10905         * src/plugins/clamav/clamav_plugin_gtk.deps
10906         * src/plugins/spamassassin/Makefile.am
10907         * src/plugins/spamassassin/spamassassin_gtk.deps
10908                 Make $plugin_gtk depend on $plugin
10909
10910 2005-07-14 [hoa]        1.9.12cvs50
10911
10912         * src/etpan/imap-thread.c
10913                 enable debug log of libetpan when running with --debug
10914
10915 2005-07-14 [colin]      1.9.12cvs49
10916
10917         * configure.ac
10918         * src/common/Makefile.am
10919         * src/common/plugin.c
10920         * src/common/plugin.h
10921                 Add a little plugin dependancy system.
10922                 Plugins can ship a $plugin_name.deps file
10923                 (near them in PLUGINDIR) so that their
10924                 dependancies are loaded if possible.
10925         * src/plugins/Makefile.am
10926         * src/plugins/pgpcore/Makefile.am
10927         * src/plugins/pgpcore/passphrase.c
10928         * src/plugins/pgpcore/passphrase.h
10929         * src/plugins/pgpcore/plugin.c
10930         * src/plugins/pgpcore/prefs_gpg.c
10931         * src/plugins/pgpcore/prefs_gpg.h
10932         * src/plugins/pgpcore/select-keys.c
10933         * src/plugins/pgpcore/select-keys.h
10934         * src/plugins/pgpcore/sgpgme.c
10935         * src/plugins/pgpcore/sgpgme.h
10936                 Introduce pgpcore, used by pgpmime and
10937                 pgpinline
10938         * src/plugins/pgpmime/Makefile.am
10939         * src/plugins/pgpmime/passphrase.c
10940         * src/plugins/pgpmime/passphrase.h
10941         * src/plugins/pgpmime/pgpmime.c
10942         * src/plugins/pgpmime/pgpmime.deps
10943         * src/plugins/pgpmime/plugin.c
10944         * src/plugins/pgpmime/prefs_gpg.c
10945         * src/plugins/pgpmime/prefs_gpg.h
10946         * src/plugins/pgpmime/select-keys.c
10947         * src/plugins/pgpmime/select-keys.h
10948         * src/plugins/pgpmime/sgpgme.c
10949         * src/plugins/pgpmime/sgpgme.h
10950                 Remove the core from pgpmime and add the
10951                 dependancy to pgpcore.
10952
10953 2005-07-14 [paul]       1.9.12cvs48
10954
10955         * src/stock_pixmap.c
10956                 forgot this in last commit
10957
10958 2005-07-14 [paul]       1.9.12cvs47
10959
10960         * src/account.c
10961         * src/addressbook.c
10962                 add accelerators for the buttons (sync with main)
10963         * src/compose.c
10964         * src/compose.h
10965                 add accelerators for the buttons.
10966                 fix editing with external editor.
10967                 replace gdk_input_*() with GIOChannel;
10968                 (sync with main)
10969         * src/foldersel.c
10970                 display folder names with new/unread
10971                 representation (sync with main)
10972         * src/main.c
10973                 specify default window icon (sync with main)
10974         * src/prefs_common.c
10975                 use_addr_book default to FALSE
10976         * src/summaryview.c
10977         * src/textview.c
10978                 add accelerators for the buttons (sync with main)
10979         * src/gtk/menu.c
10980                 fix typos
10981         * src/pixmaps/sylpheed_icon.xpm
10982                 updated
10983
10984 2005-07-13 [paul]       1.9.12cvs46
10985
10986         * src/plugins/pgpmime/pgpmime.c
10987         * src/plugins/pgpmime/sgpgme.c
10988                 (temporarily) use deprecated gpgme_data_rewind()
10989                 while largefile support is not present
10990                 (as suggested by Colin)
10991
10992 2005-07-13 [paul]       1.9.12cvs45
10993
10994         * configure.ac
10995                 remove large file support (for now):
10996                 it breaks too many things
10997
10998 2005-07-13 [paul]       1.9.12cvs44
10999
11000         * configure.ac
11001                 add large file support
11002         * src/html.c
11003                 fix bug #763 where href attribute was not
11004                 the very first attribute of a link
11005                 patch by Thomas Gilgin
11006
11007 2005-07-13 [colin]      1.9.12cvs43
11008
11009         * src/gtk/pluginwindow.c
11010                 Little portability fix
11011
11012 2005-07-13 [colin]      1.9.12cvs42
11013
11014         * src/plugins/pgpmime/sgpgme.c
11015                 Fix crasher.
11016
11017 2005-07-13 [colin]      1.9.12cvs41
11018
11019         * src/plugins/pgpmime/pgpmime.c
11020         * src/plugins/pgpmime/sgpgme.c
11021                 Use gpgme_data_release_and_get_mem instead
11022                 of gpgme_data_read.
11023
11024 2005-07-13 [colin]      1.9.12cvs40
11025
11026         * configure.ac
11027         * src/plugins/pgpmime/passphrase.c
11028         * src/plugins/pgpmime/passphrase.h
11029         * src/plugins/pgpmime/pgpmime.c
11030         * src/plugins/pgpmime/plugin.c
11031         * src/plugins/pgpmime/select-keys.c
11032         * src/plugins/pgpmime/select-keys.h
11033         * src/plugins/pgpmime/sgpgme.c
11034         * src/plugins/pgpmime/sgpgme.h
11035                 Port pgpmime to gpgme-1.0.
11036
11037 2005-07-12 [paul]       1.9.12cvs39
11038
11039         * AUTHORS
11040         * src/toolbar.c
11041         * src/toolbar.h
11042                 add a 'Go to Prev' button to the toolbar.
11043                 correct tooltip text of go to buttons.
11044                 based on patch by Yang Guilong <bamanzi@gmail.com>
11045
11046 2005-07-12 [colin]      1.9.12cvs38
11047
11048         * src/statusbar.c
11049                 Fix progress bar showing stuff at startup.
11050
11051 2005-07-12 [paul]       1.9.12cvs37
11052
11053         * src/editjpilot.c
11054                 fix building with jpilot support
11055
11056 2005-07-11 [colin]      1.9.12cvs36
11057
11058         * src/inc.c
11059                 Add visual indication that filtering is running
11060         * src/textview.c
11061                 Make {}[] uri delimiters
11062         * src/summaryview.c
11063                 Remove useless (and slow) calls
11064
11065 2005-07-11 [paul]       1.9.12cvs35
11066
11067         * src/plugins/clamav/clamav_plugin_gtk.c
11068         * src/plugins/dillo_viewer/dillo_prefs.c
11069         * src/plugins/pgpmime/prefs_gpg.c
11070         * src/plugins/spamassassin/spamassassin_gtk.c
11071                 gather plugins prefs together under their
11072                 own 'Plugins' heading
11073
11074 2005-07-11 [paul]       1.9.12cvs34
11075
11076         sync with main
11077
11078         * src/account.c
11079                 account_delete(): modified alert dialog
11080         * src/editjpilot.c
11081         * src/editvcard.c
11082                 fixed a crash when cancelling file selection
11083                 dialog by Escape key. Made non-ascii filename
11084                 selectable.
11085         * src/prefs_template.c
11086                 prefs_template_window_create(): make scrolled
11087                 window policy AUTOMATIC
11088
11089 2005-07-10 [hoa]        1.9.12cvs33
11090
11091         * src/etpan/imap-thread.c
11092                 workaround for old Courier IMAP servers.
11093
11094 2005-07-10 [colin]      1.9.12cvs32
11095
11096         * src/folder.c
11097         * src/statusbar.c
11098         * src/statusbar.h
11099                 Add visual progress indicator on filtering/processing
11100                 Factorize the progress bar code
11101         * src/imap.c
11102         * src/imap.h
11103         * src/etpan/imap-thread.c
11104                 Add a reference counter to avoid destroying the Folder
11105                 while it's in use by another callback.
11106
11107 2005-07-09 [hoa]        1.9.12cvs31
11108
11109         * src/imap.c
11110         * src/etpan/imap-thread.c
11111                 fixed deadlock when removing IMAP account.
11112
11113 2005-07-08 [colin]      1.9.12cvs30
11114
11115         * src/textview.c
11116         * src/unmime.c
11117                 Fix again problems decoding broken headers
11118         * src/gtk/inputdialog.c
11119                 Fix local variable shadowing a global one
11120
11121 2005-07-08 [colin]      1.9.12cvs29
11122
11123         * src/msgcache.c
11124                 Make the cache/mark files platform-agnostic by writing
11125                 them in little-endian format. Reading them is also done
11126                 in little-endian format, of course; however, in order
11127                 to avoid trashing mark data on big-endian machines, the
11128                 files are, at first, read from the native format if the
11129                 little-endian one doesn't exist. This is easy to deter-
11130                 mine by trying to open a file with a swapped data_ver
11131                 and seeing if it's the wanted version.
11132                 Little-endian using users should see absolutely no
11133                 difference, Big-endian users may get a very little
11134                 performance drop due to byte-swapping.
11135                 Tested on i386 and ppc32. 
11136                 Fixes bug #159 (The index file, in the mailboxes, is 
11137                 hardware depending).
11138
11139                 To have the cache/mark files updated to the new little-
11140                 endian format, "Check for new messages" or even
11141                 "Rebuild folder tree" aren't enough. Files will be
11142                 updated as soon as a folder has been opened/closed.
11143                 To update everything, just select all folders by
11144                 selecting them one by one.
11145
11146 2005-07-07 [colin]      1.9.12cvs28
11147
11148         * src/imap.c
11149                 Remember the folder separator per IMAPFolder
11150                 instead of globally.
11151                 Revive the Session on noop; fixes bug #761
11152                 (mark a bunch of unread messages as read takes 
11153                 forever)
11154
11155 2005-07-07 [darko]      1.9.12cvs27
11156
11157         * src/common/template.c
11158                 Sort templates alphabetically
11159
11160 2005-07-06 [colin]      1.9.12cvs26
11161
11162         * src/imap.c
11163                 Try to use the correct separator in
11164                 most cases. Possibly fixes bug #759
11165                 (only creates the INBOX folder when 
11166                 setting up new IMAP account) and 
11167                 bug #760 (Can't retrieve messages)
11168
11169 2005-07-06 [colin]      1.9.12cvs25
11170
11171         * src/imap.c
11172                 Use real_path in status command. This will
11173                 help later, when namespaces will be used.
11174
11175 2005-07-06 [colin]      1.9.12cvs24
11176
11177         * configure.ac
11178         * src/account.c
11179         * src/folder.c
11180         * src/imap.c
11181         * src/etpan/etpan-log.c
11182         * src/etpan/etpan-thread-manager.c
11183         * src/etpan/imap-thread.c
11184                 Add a --disable-libetpan parameter. With this,
11185                 users that don't want IMAP4 support can avoid
11186                 the new dependancy (and have no IMAP support).
11187                 Users that have IMAP4 accounts and use this
11188                 parameter won't lose their configuration, their
11189                 IMAP accounts will just be invisible and not
11190                 used.
11191         * src/textview.c
11192                 Make the "Copy ..." contextual menu items 
11193                 copy to both the X clipboard and the gtk 
11194                 clipboard - as most other apps do.
11195         * src/gtk/about.c
11196                 Add a notice about OpenSSL usage, in order to
11197                 comply with OpenSSL's license (point 6):
11198                 http://www.openssl.org/source/license.html
11199
11200 2005-07-06 [colin]      1.9.12cvs23
11201
11202         * src/alertpanel.c
11203                 Fix a minimum size for alertpanels
11204         * src/compose.c
11205                 Show 'No space left on device' type errors
11206                 when queuing/sending
11207         * src/imap_gtk.c
11208         * src/mh_gtk.c
11209                 Rework folder's deletion message (remove 
11210                 extra \n)
11211
11212 2005-07-05 [colin]      1.9.12cvs22
11213
11214         * src/imap.c
11215                 Add an alertpanel on auth error
11216                 Add pseudo-log
11217                 Remove pthread-related stuff
11218
11219 2005-07-05 [colin]      1.9.12cvs21
11220
11221         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11222                 Fix crash on plugin reloading (with a hack)
11223
11224 2005-07-05 [colin]      1.9.12cvs20
11225
11226         * src/prefs_account.c
11227         * src/prefs_account.h
11228                 Fix typo
11229         * src/gtk/filesel.c
11230         * src/gtk/filesel.h
11231                 Add a way to filter the view
11232         * src/gtk/pluginwindow.c
11233                 Filter loadable stuff
11234         * src/plugins/pgpmime/prefs_gpg.c
11235                 Fix missing unregistration
11236         * .cvsignore
11237         * src/etpan/.cvsignore
11238         * src/plugins/spamassassin/.cvsignore
11239                 Add more stuff to cvs ignored files
11240
11241 2005-07-04 [colin]      1.9.12cvs19
11242
11243         * src/imap.c
11244                 Fix scan_required returning FALSE when it
11245                 shouldn't. Maybe fix #760 (Can't retrieve
11246                 messages)
11247
11248 2005-07-04 [colin]      1.9.12cvs18
11249
11250         * src/summaryview.c
11251                 Fix always_show_msg pref
11252
11253 2005-07-04 [paul]       1.9.12cvs17
11254
11255         sync with main (forgotten in last commit)
11256         
11257         * src/common/utils.c
11258         * src/common/utils.h
11259                 check_line_length(): new.
11260                 is_dir_exist()
11261                 is_file_entry_exist()
11262                 dirent_is_regular_file()
11263                 dirent_is_directory(): use g_file_test() instead of stat().
11264
11265 2005-07-04 [paul]       1.9.12cvs16
11266
11267         sync with main:
11268
11269         * src/compose.c
11270                 compose_write_to_file(): check for line
11271                 length limit and display warning if exceeds
11272         * src/jpilot.c
11273                 use get_home_dir() instead of g_get_home_dir()
11274         * src/procheader.c
11275                 removed warning about invalid date
11276         * src/vcard.c
11277                 use get_home_dir() instead of g_get_home_dir()
11278
11279 2005-07-04 [paul]       1.9.12cvs15
11280
11281         * src/stock_pixmap.c
11282                 fix new pixmap naming errors
11283                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11284
11285 2005-07-04 [colin]      1.9.12cvs14
11286
11287         * src/imap.c
11288                 Fix debugging string with a warning
11289
11290 2005-07-04 [colin]      1.9.12cvs13
11291
11292         * configure.ac
11293                 Add a check for libetpan's version (>= 0.37)
11294
11295 2005-07-04 [hoa]        1.9.12cvs12
11296
11297         * commitHelper
11298         * src/imap.c
11299         * src/etpan/imap-thread.c
11300         * src/etpan/imap-thread.h
11301                 fixed IMAP implementation of check of mails.
11302
11303 2005-07-03 [hoa]        1.9.12cvs11
11304
11305         * src/etpan/Makefile.am
11306         * src/etpan/etpan-errors.h
11307         * src/etpan/etpan-log.[ch]
11308         * src/etpan/etpan-thread-manager-types.h
11309         * src/etpan/etpan-thread-manager.[ch]
11310         * src/etpan/imap-thread.[ch]
11311         * src/Makefile.am
11312         * src/imap.c
11313         * src/main.c
11314         * src/prefs_other.c
11315         * configure.ac
11316             merged imap branch.
11317             dependency on libetpan 0.37 is now added.
11318
11319 2005-07-01 [colin]      1.9.12cvs10
11320
11321         * src/Makefile.am
11322         * src/folder.c
11323         * src/folder.h
11324         * src/folderview.c
11325         * src/stock_pixmap.c
11326         * src/stock_pixmap.h
11327         * src/plugins/trayicon/trayicon.c
11328                 Add marked symbol on folders containing
11329                 marked messages
11330         * src/procmsg.c
11331         * src/procmsg.h
11332         * src/toolbar.c
11333         * src/prefs_common.c
11334         * src/prefs_common.h
11335         * src/prefs_send.c
11336                 Add an optional confirmation dialog on queue
11337                 sending. Patch by wwp.
11338         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11339         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11340         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11341         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11342         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11343         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11344         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11345         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11346         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11347         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11348         * src/pixmaps/trash_mark.xpm            ** ADDED **
11349                 New pixmaps
11350
11351 2005-07-01 [colin]      1.9.12cvs9
11352
11353         * src/summaryview.c
11354                 Fix a little threading bug
11355         * src/addrgather.c
11356         * src/mainwindow.c
11357                 A little bit of HIG normality never hurts
11358
11359 2005-07-01 [colin]      1.9.12cvs8
11360
11361         * src/compose.c
11362         * src/msgcache.c
11363         * src/pop.c
11364         * src/procmime.c
11365         * src/recv.c
11366         * src/common/log.c
11367         * src/common/template.c
11368         * src/common/utils.c
11369         * src/common/utils.h
11370                 Reverted the fwrite_atomic stuff. In fact
11371                 it is already atomic.
11372
11373 2005-06-30 [colin]      1.9.12cvs7
11374
11375         * src/common/utils.c
11376         * src/common/utils.h
11377                 Add an fwrite_atomic() function to make
11378                 sure we write everything: fwrite can make
11379                 short writes.
11380         * src/compose.c
11381         * src/msgcache.c
11382         * src/pop.c
11383         * src/procmime.c
11384         * src/recv.c
11385         * src/common/log.c
11386         * src/common/template.c
11387                 Use that (and fix swapping of size and nmemb).
11388                 Thanks to Rich Coe for the heads up.
11389
11390 2005-06-30 [colin]      1.9.12cvs6
11391
11392         * src/addressbook.c
11393                 Optimize addressbook opening 
11394
11395 2005-06-30 [colin]      1.9.12cvs5
11396
11397         * src/summaryview.c
11398                 Remove calls to summary_step after move/copy
11399
11400 2005-06-28 [paul]       1.9.12cvs4
11401
11402         * src/alertpanel.c
11403                 wrap and make the error msg selectable
11404
11405 2005-06-28 [paul]       1.9.12cvs3
11406
11407         * src/ssl_manager.c
11408                 replace the OK button with a Close button
11409         * src/gtk/foldersort.c
11410                 use GTK_STOCK_ icons/buttons
11411
11412 2005-06-28 [colin]      1.9.12cvs2
11413
11414         * src/gedit-print.c             ** ADDED **
11415         * src/gedit-print.h             ** ADDED **
11416         * src/gtk/gtksourceprintjob.c   ** ADDED **
11417         * src/gtk/gtksourceprintjob.h   ** ADDED **
11418                 I can't believe no one had enough time to tell
11419                 me I forgot the `cvs add`
11420
11421 2005-06-27 [colin]      1.9.12cvs1
11422
11423         * src/Makefile.am
11424         * src/gtk/Makefile.am
11425         * src/messageview.c
11426         * src/procmsg.c
11427         * src/summaryview.c
11428         * configure.ac
11429                 Add optional libgnomeprint-based printing
11430         * src/mainwindow.c
11431         * src/gtk/quicksearch.c
11432                 Add an Edit/Quick search menu item to show
11433                 and focus the quicksearch
11434
11435 2005-06-27 [paul]       1.9.12
11436
11437         1.9.12 release
11438
11439         * po/ca.po
11440         * po/de.po
11441         * po/es.po
11442         * po/fr.po
11443         * po/it.po
11444         * po/ko.po
11445         * po/pt_BR.po
11446         * po/sk.po
11447         * po/zh_CN.po
11448                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11449                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11450                 SungHyun Nam, Frederico Goncalves Guimaraes,
11451                 Andrej Kacian, and Yang Guilong
11452 2005-06-26 [colin]      1.9.11cvs106
11453
11454         * src/imap_gtk.c
11455                 Forgot one file for previous fix
11456
11457 2005-06-26 [colin]      1.9.11cvs105
11458
11459         * src/folder.c
11460         * src/imap.c
11461                 Fix problems with folder operations in no_select
11462                 imap folders. it applies only to mails, and 
11463                 creation/deletion/move/renaming of folders 
11464                 should be possible
11465
11466 2005-06-26 [paul]       1.9.11cvs104
11467
11468         * src/prefs_filtering.c
11469                 replace one more GTK_STOCK_REMOVE
11470                 with GTK_STOCK_DELETE
11471
11472 2005-06-25 [colin]      1.9.11cvs103
11473
11474         * src/imap.c
11475                 Optimize get_seq_set_from_seq_list
11476                 (Patch by Ricardo) 
11477
11478 2005-06-25 [colin]      1.9.11cvs102
11479
11480         * src/mh.c
11481                 If the directory exists, but not in the
11482                 correct encoding, rename it. This should
11483                 handle old-versions-induced bugs.
11484
11485 2005-06-25 [colin]      1.9.11cvs101
11486
11487         * src/mh.c
11488                 Fix path access with extended dir names
11489                 Fixes bug #589 (SC segfaults with wrong locale
11490                 settings)
11491
11492 2005-06-25 [colin]      1.9.11cvs100
11493
11494         * src/prefs_account.c
11495         * src/prefs_account.h
11496         * src/compose.c
11497                 Add an option to encrypt replies to
11498                 encrypted messages
11499
11500 2005-06-25 [colin]      1.9.11cvs99
11501
11502         * src/compose.c
11503         * src/quote_fmt_parse.y
11504                 ... And make it work with pgpinline.
11505
11506 2005-06-25 [colin]      1.9.11cvs98
11507
11508         * src/compose.c
11509         * src/procmime.c
11510         * src/procmime.h
11511         * src/quote_fmt_parse.y
11512                 o Make reedition of encrypted messages possible
11513                   (as long as it is encrypted to self too, no
11514                    magic there)
11515                 o Make replying with quote (and without selecting
11516                   text) possible for encrypted messages.
11517                 Closes bug #550 (Not possible to "reply with quote"
11518                 to gnupg encrypted messages)
11519
11520 2005-06-24 [paul]       1.9.11cvs97
11521
11522         * src/imap.c
11523                 add missing include
11524
11525 2005-06-24 [paul]       1.9.11cvs96
11526
11527         * src/editldap.c
11528                 made bind password entry invisible
11529                 (sync with main)
11530         * src/send_message.c
11531                 send_message_local(): check exit status
11532                 to detect errors (sync with main)
11533         * src/textview.c
11534                 use main's less ambiguous popup menu
11535                 wording
11536
11537 2005-06-24 [paul]       1.9.11cvs95
11538
11539         * src/prefs_actions.c
11540         * src/prefs_customheader.c
11541         * src/prefs_display_header.c
11542         * src/prefs_filtering_action.c
11543         * src/prefs_matcher.c
11544         * src/prefs_template.c
11545         * src/prefs_toolbar.c
11546                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11547         * src/gtk/description_window.c
11548                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11549
11550 2005-06-23 [colin]      1.9.11cvs94
11551
11552         * src/summaryview.c
11553                 Fix rough edges (be sure to call status_show whenever
11554                 necessary).
11555
11556 2005-06-23 [colin]      1.9.11cvs93
11557
11558         * src/summaryview.c
11559                 Optimize Select All
11560                 Before, in a 5K mails folder: 11s
11561                 After, in the same folder: 58000µs
11562                 The joys of locking... gtk_clist_select_all() fires a 
11563                 tree-select-row event for each selected row, which in 
11564                 summaryview, callbacks summary_selected which in turn,
11565                 calls summary_status_show, which walks the selected
11566                 rows. Hence, calling gtk_clist_select_all was 
11567                 exponential. Locking the summaryview makes 
11568                 summary_selected return early.
11569
11570 2005-06-23 [colin]      1.9.11cvs92
11571
11572         * src/imap.c
11573                 Move mutex at the important place to avoid
11574                 deadlocks
11575         * src/summaryview.c
11576                 Fix Del key deleting directly instead of
11577                 moving to trash
11578
11579 2005-06-22 [colin]      1.9.11cvs91
11580
11581         * src/plugins/spamassassin/libspamc.c
11582                 As we do spagetti code with assignations in multiple
11583                 places (see _message_read_raw where out = msg = raw),
11584                 let's be sure we don't free the same pointer twice.
11585                 Should fix bug #683 (Crash in libpam at 
11586                 message_cleanup).
11587
11588 2005-06-22 [colin]      1.9.11cvs90
11589
11590         * src/compose.c
11591         * src/messageview.c
11592         * src/toolbar.c
11593                 Make toolbar's delete use the move to trash stuff;
11594                 Add gtk_widget_realize to be sure pixmaps can get
11595                 created (that may fix an old worksforme bug which
11596                 I can't find back...)
11597
11598 2005-06-22 [colin]      1.9.11cvs89
11599
11600         * src/summaryview.c
11601         * src/summaryview.h
11602         * src/mainwindow.c
11603                 Rename "Message/Delete" to "Message/Move to trash"
11604                 Add "Message/Delete..." that directly destroys the
11605                 selected messages after asking for a confirmation.
11606
11607 2005-06-22 [colin]      1.9.11cvs88
11608
11609         * src/imap.c
11610                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11611                 o Fix a deadlock (thanks Darko)
11612
11613 2005-06-22 [colin]      1.9.11cvs87
11614
11615         * src/gtk/foldersort.c
11616                 Add missing include for the i18n;
11617                 patch by Fabien Vantard
11618
11619 2005-06-21 [colin]      1.9.11cvs86
11620
11621         * src/folder.c
11622         * src/folderview.c
11623                 Respect the no_select flag
11624         * src/imap.c
11625                 Fix recursive deletion
11626         * src/imap_gtk.c
11627         * src/mh_gtk.c
11628                 Make the folder deletion's warning
11629                 more explicit
11630
11631 2005-06-21 [colin]      1.9.11cvs85
11632
11633         * src/textview.c
11634                 Prevent email addresses from spanning accross
11635                 lines - fixes bug # 646 (newline-chars in 
11636                 email addresses)
11637
11638 2005-06-20 [colin]      1.9.11cvs84
11639
11640         * src/folder.c
11641                 Be sure not to remove source if copy failed
11642
11643 2005-06-20 [colin]      1.9.11cvs83
11644
11645         * src/folderview.c
11646         * src/imap_gtk.c
11647                 remove summaryview's lock
11648         * src/imap.c
11649                 introduce threads to avoid problems when foreground tasks
11650                 interfere with background tasks
11651         * src/mh.c
11652                 prevent moving to drafts/queue
11653         * src/mimeview.c
11654                 fix leak
11655
11656 2005-06-19 [colin]      1.9.11cvs82
11657
11658         * src/imap_gtk.c
11659                 Remember that the user doesn't want to override
11660                 offline mode, for 3 seconds. It avoid presenting
11661                 him with N popups in a really short time.
11662
11663 2005-06-17 [colin]      1.9.11cvs81
11664
11665         * src/imap.c
11666                 Fix IMAP breaking on folders containing '('
11667                 (Probably won't be enough)
11668
11669 2005-06-17 [colin]      1.9.11cvs80
11670
11671         Forgotten files on 1.9.11cvs79
11672         * src/summaryview.c
11673                 Fix stepping when not immediately executing
11674         * src/imap.c
11675                 Really prevent UID FETCH 0
11676         * src/codeconv.c
11677                 Fix outgoing charset never set to utf-8
11678         * src/mh.c
11679                 Fix leak
11680
11681 2005-06-16 [colin]      1.9.11cvs79
11682
11683         * src/compose.c
11684                 Fix bug #707 (Dash splits rows)
11685                 Only wrap if we're on a line break position and
11686                 the previous one was a "white" (space) char.
11687                 Pango stuff is weird.
11688
11689 2005-06-16 [colin]      1.9.11cvs78
11690
11691         * src/imap_gtk.c
11692                 Lock summaryview while downloading messages
11693                 on user demand
11694         * src/procheader.c
11695         * src/unmime.c
11696         * src/common/utils.c
11697         * src/common/utils.h
11698                 Replace \r and \n with spaces in From and
11699                 Subject headers
11700
11701 2005-06-16 [paul]       1.9.11cvs77
11702
11703         * src/procmime.c
11704                 liberalise the mime parser
11705         * src/gtk/about.c
11706                 add text wrapping
11707
11708 2005-06-16 [paul]       1.9.11cvs76
11709
11710         * src/gtk/about.c
11711                 reworked
11712
11713 2005-06-15 [colin]      1.9.11cvs75
11714
11715         * src/compose.c
11716                 Finish header encoding fix
11717         * src/summaryview.c
11718                 Fix segfault
11719         * src/headerview.c
11720                 Fix compilation (Thanks Stephan
11721                 Sachse)
11722
11723 2005-06-15 [colin]      1.9.11cvs74
11724
11725         * Makefile.am
11726                 Install gnome2 stuff rather than gnome1, 
11727                 if both are present
11728         * src/codeconv.c
11729         * src/codeconv.h
11730         * src/compose.c
11731                 Fix headers encoding
11732         * src/folder.c
11733                 Visual progress when fetching all messages
11734         * src/folderview.c
11735         * src/summaryview.c
11736         * src/summaryview.h
11737                 Prevent changing current message while
11738                 incorporating
11739
11740 2005-06-15 [paul]       1.9.11cvs73
11741
11742         * src/gtk/gtkaspell.c
11743         * src/gtk/gtkaspell.h
11744                 fix build warnings
11745
11746 2005-06-15 [paul]       1.9.11cvs72
11747
11748         * src/prefs_filtering.c
11749                 allow reordering of filter rules by
11750                 drag n drop
11751
11752 2005-06-15 [paul]       1.9.11cvs71
11753
11754         * COPYING
11755                 updated
11756         * src/codeconv.c
11757                 replace deprecated function
11758         * src/inc.c
11759         * src/send_message.c
11760         * src/gtk/progressdialog.c
11761         * src/gtk/progressdialog.h
11762                 salvage and reuse parts of reverted sync
11763
11764 2005-06-15 [paul]       1.9.11cvs70
11765
11766         * src/inc.c
11767         * src/send_message.c
11768         * src/gtk/progressdialog.c
11769         * src/gtk/progressdialog.h
11770                 revert yesterday's sync with main
11771                 it contains deprecated functions
11772
11773 2005-06-15 [colin]      1.9.11cvs69
11774
11775         * src/headerview.c
11776                 Fix bug #670 (multi user to: will corrupt message 
11777                 headers display)
11778
11779 2005-06-15 [colin]      1.9.11cvs68
11780
11781         * src/compose.c
11782                 Fix bug #421 (Fix undo on wrapping)
11783
11784 2005-06-15 [colin]      1.9.11cvs67
11785
11786         * src/folder.c
11787                 Provide visual feedback while processing
11788                 folder's rules.
11789         * src/imap.c
11790                 Provide visual feedback while getting
11791                 short headers (for uncached messages)
11792
11793
11794 2005-06-14 [paul]       1.9.11cvs66
11795
11796         * src/account.c
11797                 change a couple stock icons
11798         * src/inc.c
11799         * src/send_message.c
11800         * src/gtk/progressdialog.c
11801         * src/gtk/progressdialog.h
11802                 sync main's GtkTreeView implementation
11803
11804 2005-06-14 [colin]      1.9.11cvs65
11805
11806         * src/imap.c
11807                 Various little fixes, mainly on error paths
11808
11809 2005-06-13 [colin]      1.9.11cvs64
11810
11811         * matcher.c
11812         * procmsg.c
11813         * procmsg.h
11814                 Add a way to fetch only headers. This speeds
11815                 up filtering on headers for IMAP. Fixes:
11816                 bug #481 extraneous imap commands slow down 
11817                         imap filtering
11818                 bug #522 Sylpheed downloads all messages 
11819                         when opening mailbox (IMAP)
11820                 bug #677 IMAP fetch is soooooooooooooo slow
11821         * src/folder.c
11822         * src/folder.h
11823                 Add a folder set_batch method so that
11824                 implementations can speed up flags changes
11825         * src/folderutils.c
11826         * src/summaryview.c
11827                 Use that in mark as (un)read and mark all read
11828                 Refix bug #679
11829         * src/imap.c
11830                 Implement set_batch - brings back deferred
11831                 flags in a less buggy manner. Fixes:
11832                 bug #729 IMAP immediate expunge of deleted messages
11833                 bug #191 remove list of messages with one command
11834                 Fix login with strange chars
11835                 Implement fetch_msg_full
11836                 Fix copy (wrong counts)
11837
11838 2005-06-12 [colin]      1.9.11cvs63
11839
11840         * src/folder.c
11841                 lock incorporation during long operations.
11842                 Avoids fucking up the IMAP socket.
11843
11844 2005-06-12 [colin]      1.9.11cvs62
11845
11846         * src/imap.c
11847                 Fix harmful typo
11848                 Factorize remove_all_msg
11849                 Thread-ize expunge
11850         * src/summaryview.c
11851                 Don't update partial-download status if unnecessary
11852         * src/folder.c
11853                 Use remove_msgs everywhere possible
11854
11855 2005-06-12 [colin]      1.9.11cvs61
11856
11857         * src/folder.c
11858         * src/folder.h
11859                 Add a remove_msgs function to remove a 
11860                 list of messages
11861         * src/imap.c
11862                 Implement that.
11863
11864 2005-06-12 [colin]      1.9.11cvs60
11865
11866         * src/imap.c
11867                 Remove flags-processing deferring... Too hard
11868                 to get it to work in all cases.
11869
11870 2005-06-11 [colin]      1.9.11cvs59
11871
11872         * src/imap.c
11873                 printf -> debug_print
11874
11875 2005-06-11 [colin]      1.9.11cvs58
11876
11877         * src/imap.c
11878                 o Fix build without USE_PTHREAD
11879                 o Factorize imap_open
11880                 o Alertpanel in case of impossible connection
11881                 o Alertpanel in case of impossible login
11882                 o Fix deferred flags processing to force a 
11883                   flush before adding some more flags to process,
11884                   but in another folder.
11885
11886 2005-06-10 [colin]      1.9.11cvs57
11887
11888         * src/imap.c
11889                 o Fix a format string error
11890                 o init ssl socket outside of the thread 
11891                   (it possibly invokes gtk calls)
11892         * src/procmime.c
11893                 o Put back the buffer to its necessary size
11894                 o Fix changing a file pointer without keeping
11895                   track of it (thanks Valgrind)
11896         * src/common/smtp.c
11897                 o Fix automatic STARTTLS if login should be done
11898                   and the server only allows it after starting TLS
11899         * src/gtk/gtkinputdialog.c
11900                 o Eat GDK_Return so that the combo popup doesn't 
11901                   appear when we press Enter to validate the combo
11902                   input dialog (as seen in the Open with... dialog)
11903
11904 2005-06-10 [colin]      1.9.11cvs56
11905
11906         * src/imap.c
11907                 o A bit less debug
11908                 o Fix a crash on deletion
11909                 o Threadize imap_select (it's called outside of 
11910                   threads)
11911                 o Defer treatment of DELETED flags
11912
11913
11914 2005-06-09 [colin]      1.9.11cvs55
11915
11916         * src/imap.c
11917                 Make sure we check imap_gtk_should_override(), which
11918                 potentially calls gtk stuff, before creating thread.
11919                 That way it should't be called via imap_get_session()
11920                 inside a thread.
11921
11922 2005-06-09 [colin]      1.9.11cvs54
11923
11924         * src/imap.c
11925                 o add a bit of status output
11926                 o remove some dead code
11927                 o threadize get_list_of_uids
11928                 o threadize imap_get_flags
11929                 o defer flag changing by 500ms so that they
11930                   can be batched
11931
11932
11933 2005-06-08 [colin]      1.9.11cvs53
11934
11935         * src/imap.c
11936                 Thread-ize imap_cmd_fetch
11937
11938 2005-06-08 [colin]      1.9.11cvs52
11939
11940         * src/main.c
11941                 Mmh, that broke POP3...
11942
11943 2005-06-08 [colin]      1.9.11cvs51
11944
11945         * src/main.c
11946                 Stabilize IMAP patch (thanks to Hoa)
11947
11948 2005-06-08 [colin]      1.9.11cvs50
11949
11950         * src/imap.c
11951                 Test patch to speed up imap. 
11952
11953 2005-06-08 [colin]      1.9.11cvs49
11954
11955         * src/imap_gtk.c
11956                 Warning fix
11957         * src/procmime.c
11958                 Apply patch from gentoo to use /usr/share/mime/globs if 
11959                 available, after un-breaking it
11960         * src/common/log.c
11961         * src/common/log.h
11962                 Use g_timeout for invoking hooks that possibly use gtk
11963                 calls. This should leave gtk calls in the main thread.
11964
11965 2005-06-08 [paul]       1.9.11cvs48
11966
11967         * src/codeconv.c
11968                 conv_get_outgoing_charset_str(): don't
11969                 use prefs_common setting
11970         * src/compose.c
11971         * src/compose.h
11972                 add /Options/Character encoding/... to
11973                 temporarily change the outgoing encoding
11974
11975         (belated sync with main)
11976
11977 2005-06-08 [paul]       1.9.11cvs47
11978
11979         * src/compose.c
11980                 correction to/completion of last
11981                 sync with main
11982
11983 2005-06-08 [paul]       1.9.11cvs46
11984
11985         sync with main:
11986         
11987         * src/codeconv.c
11988         * src/codeconv.h
11989                 always enabled Japanese auto-detection
11990                 if the first letters of locale string
11991                 is "ja"
11992         * src/compose.c
11993                 don't use "destroy" signal to destroy
11994                 Compose object (fix rare crashes on discard?)
11995         * src/mainwindow.c
11996         * src/messageview.c
11997         * src/prefs_send.c
11998                 added Hebrew encodings
11999         * src/sourcewindow.c
12000                 don't use "destroy" signal to destroy
12001                 objects
12002
12003 2005-06-07 [colin]      1.9.11cvs45
12004
12005         * src/summaryview.c
12006                 Add missing unlocks/locks
12007
12008 2005-06-07 [paul]       1.9.11cvs44
12009
12010         * src/summaryview.c
12011                 restore bug #749 fix
12012
12013 2005-06-06 [colin]      1.9.11cvs43
12014
12015         * src/summaryview.c
12016                 Fix selection bug when prefs_common.open_unread 
12017                 is FALSE
12018
12019 2005-06-06 [colin]      1.9.11cvs42
12020
12021         * src/common/md5.c
12022                 Fix a warning
12023         * src/summaryview.c
12024         * src/folderview.c
12025                 Factorize long operations beginning and end
12026                 (locking, freezing/thawing, cursor, ...)
12027                 Check selection->data member in selection-
12028                 related loops; this avoids dying an awful
12029                 death if the selection changes on us while
12030                 we're marking a whole IMAP folder unread, 
12031                 for example.
12032
12033 2005-06-06 [paul]       1.9.11cvs41
12034
12035         * src/textview.c
12036                 don't g_free() a static gchar buffer
12037
12038 2005-06-05 [colin]      1.9.11cvs40
12039
12040         * src/mainwindow.c
12041         * src/messageview.c
12042         * src/summaryview.c
12043                 Fix bug #749 (Show all headers should be
12044                 sticky as the GUI suggests)
12045
12046 2005-06-03 [paul]       1.9.11cvs39
12047
12048         * src/compose.c
12049                 don't allow editing of mail while sending.
12050                 patch by Colin
12051
12052 2005-06-03 [paul]       1.9.11cvs38
12053
12054         * src/folderview.c
12055                 add a freeze/thaw to speed up 'mark all read'
12056
12057 2005-06-03 [paul]       1.9.11cvs37
12058
12059         * src/prefs_message.c
12060                 reflect changes immediately
12061
12062 2005-06-02 [colin]      1.9.11cvs36
12063
12064         * po/POTFILES.in
12065                 Patch by Fabien Vantard.
12066
12067 2005-06-02 [colin]      1.9.11cvs35
12068
12069         * src/imap.c
12070                 Use a non-blocking imap_getline() if possible.
12071                 This should completely prevent the interface
12072                 from freezin on imap operations, although it
12073                 may do strange stuff in case of folder switching
12074                 while a big imap operation is taking place...
12075
12076                 In addition, fix a leak in the case thread
12077                 creation fails on connection.
12078
12079 2005-06-02 [colin]      1.9.11cvs34
12080
12081         * src/crash.c
12082         * src/prefs_common.h
12083                 Fix build (prefs_common_init() doesn't exist
12084                 anymore)
12085
12086 2005-06-02 [colin]      1.9.11cvs33
12087
12088         * src/prefs_account.c
12089                 Fix bug #245 (filtering rules broken when
12090                 renaming a remote account (imap4 or nntp)
12091
12092 2005-06-02 [colin]      1.9.11cvs32
12093
12094         * src/imap.c
12095                 Try to fix IMAP shortcomings: 
12096                 o Multithread imap_open()
12097                 o allow offline-mode overriding instead of
12098                   just returning NULL
12099         * src/imap_gtk.c
12100         * src/imap_gtk.h
12101                 Add a function to ask whether we want to
12102                 override offline-mode for 10 minutes (one-shot
12103                 asking was painful)
12104         * src/procheader.c
12105                 Fix segfault when imap parser isn't happy about
12106                 a missing {
12107
12108 2005-06-01 [colin]      1.9.11cvs31
12109
12110         * src/addrharvest.c
12111         * src/compose.c
12112         * src/mbox.c
12113         * src/mbox.h
12114         * src/mh.c
12115         * src/msgcache.c
12116         * src/send_message.c
12117         * src/setup.c
12118         * src/undo.c
12119         * src/common/hooks.c
12120         * src/common/prefs.c
12121         * src/common/template.c
12122         * src/common/utils.c
12123         * src/gtk/gtkutils.c
12124         * src/gtk/inputdialog.c
12125         * src/gtk/menu.c
12126         * src/gtk/pluginwindow.c
12127         * src/gtk/prefswindow.c
12128         * src/plugins/pgpmime/passphrase.c
12129         * src/plugins/pgpmime/prefs_gpg.c
12130                 More -Wall fixes
12131
12132         * src/common/Makefile.am
12133         * src/common/timing.h
12134                 Add basic timing code
12135
12136         * src/summaryview.c
12137                 Fix a bug with unread messages when 
12138                 re-sorting folders, and by the way
12139                 fix a big performance hit when 
12140                 re-sorting (10k mails: before 5s,
12141                 after .5s)
12142
12143         * src/prefs_compose_writing.c
12144         * src/prefs_compose_writing.h
12145         * src/prefs_message.c
12146         * src/prefs_message.h
12147         * src/prefs_other.c
12148         * src/prefs_other.h
12149         * src/prefs_quote.c
12150         * src/prefs_quote.h
12151         * src/prefs_receive.c
12152         * src/prefs_receive.h
12153         * src/prefs_send.c
12154         * src/prefs_send.h
12155         * src/prefs_summaries.c
12156         * src/prefs_summaries.h
12157                 Fix copyright banner
12158
12159 2005-06-01 [paul]       1.9.11cvs30
12160
12161         * po/fi.po
12162                 updated by Flammie Pirinen
12163         * src/procmime.c
12164                 fix 'Bad BASE64 content' output
12165
12166 2005-05-31 [colin]      1.9.11cvs29
12167
12168         * src/procmime.c
12169                 Oops, where did my hunk go.
12170
12171 2005-05-31 [colin]      1.9.11cvs28
12172
12173         * src/Makefile.am
12174         * src/account.c
12175         * src/action.c
12176         * src/addr_compl.c
12177         * src/addressbook.c
12178         * src/codeconv.c
12179         * src/compose.c
12180         * src/export.c
12181         * src/folder.c
12182         * src/folderview.c
12183         * src/image_viewer.c
12184         * src/main.c
12185         * src/mainwindow.c
12186         * src/messageview.c
12187         * src/mimeview.c
12188         * src/msgcache.c
12189         * src/prefs_account.c
12190         * src/prefs_actions.c
12191         * src/prefs_common.c
12192         * src/prefs_compose_writing.c
12193         * src/prefs_customheader.c
12194         * src/prefs_ext_prog.c
12195         * src/prefs_filtering.c
12196         * src/prefs_filtering_action.c
12197         * src/prefs_fonts.c
12198         * src/prefs_image_viewer.c
12199         * src/prefs_message.c
12200         * src/prefs_message.h
12201         * src/prefs_msg_colors.c
12202         * src/prefs_other.c
12203         * src/prefs_other.h
12204         * src/prefs_quote.c
12205         * src/prefs_receive.c
12206         * src/prefs_receive.h
12207         * src/prefs_send.c
12208         * src/prefs_send.h
12209         * src/prefs_spelling.c
12210         * src/prefs_summaries.c
12211         * src/prefs_summary_column.c
12212         * src/prefs_template.c
12213         * src/prefs_themes.c
12214         * src/prefs_toolbar.c
12215         * src/prefs_wrapping.c
12216         * src/procmime.c
12217         * src/procmsg.c
12218         * src/send_message.h
12219         * src/ssl_manager.c
12220         * src/summary_search.c
12221         * src/summaryview.c
12222         * src/textview.c
12223         * src/wizard.c
12224         * src/common/smtp.c
12225         * src/common/smtp.h
12226         * src/gtk/gtkutils.h
12227                 o Move the rest of Common prefs to new style
12228                 o Lots of -Wall warning fixes
12229                 o fix FIXME in cache memusage calculation
12230                 o Let return receipts be sent from any account
12231                 o Little cache optimisation (read)
12232                 o Fix bug #746 (don't treat commas as separators
12233                   when inside a quoted string)
12234
12235 2005-05-31 [paul]       1.9.11cvs27
12236
12237         * src/prefs_common.c
12238                 fix 'off-by-one' typo
12239
12240 2005-05-31 [paul]       1.9.11cvs26
12241
12242         * src/account.c
12243         * src/addr_compl.c
12244         * src/compose.c
12245         * src/foldersel.c
12246         * src/prefs_actions.c
12247         * src/prefs_common.c
12248         * src/prefs_common.h
12249         * src/prefs_customheader.c
12250         * src/prefs_display_header.c
12251         * src/prefs_filtering.c
12252         * src/prefs_filtering_action.c
12253         * src/prefs_matcher.c
12254         * src/prefs_summaries.c
12255         * src/prefs_summary_column.c
12256         * src/prefs_template.c
12257         * src/prefs_toolbar.c
12258         * src/ssl_manager.c
12259         * src/gtk/pluginwindow.c
12260         * src/gtk/prefswindow.c
12261         * src/gtk/progressdialog.c
12262                 add hidden prefs 'enable_rules_hint'
12263                 for gtk_tree_view_set_rules_hint()
12264                 (sync with main)
12265                 
12266
12267 2005-05-31 [colin]      1.9.11cvs25
12268
12269         * src/Makefile.am
12270         * src/main.c
12271         * src/prefs_common.c
12272         * src/prefs_summaries.c ** ADDED **
12273         * src/prefs_summaries.h ** ADDED **
12274                 Common/Display -> Display/Summaries
12275
12276 2005-05-31 [colin]      1.9.11cvs24
12277
12278         * src/Makefile.am
12279         * src/main.c
12280         * src/prefs_quote.c ** ADDED **
12281         * src/prefs_quote.h ** ADDED **
12282                 Move Common/Quote to Compose/Quoting
12283         * src/prefs_common.c
12284         * src/prefs_common.h
12285                 Remove old quote stuff, add
12286                 convenience functions for GtkTextView prefs
12287         * src/gtk/prefswindow.c
12288                 Set default height higher
12289
12290 2005-05-30 [colin]      1.9.11cvs23
12291
12292         * src/Makefile.am
12293         * src/main.c
12294         * src/prefs_common.c
12295         * src/prefs_compose_writing.c ** ADDED **
12296         * src/prefs_compose_writing.h ** ADDED **
12297                 Move Common/Compose prefs to Compose/Writing
12298
12299 2005-05-30 [colin]      1.9.11cvs22
12300
12301         * src/common/utils.c
12302                 Fix bug #651 (Confused Attract by Subject)
12303                 Patch by M. Benkmann <haferfrost@web.de>
12304         * AUTHORS
12305
12306 2005-05-30 [colin]      1.9.11cvs21
12307
12308         * src/compose.c
12309                 Fix concatenation of different headers of
12310                 the same type (bug #645)
12311         * src/prefs_folder_item.c
12312                 Fix bug #699 (setting color to black doesn't
12313                 work immediately)
12314         * src/procmime.c
12315                 Print out decoding error only once per
12316                 block
12317
12318 2005-05-30 [paul]       1.9.11cvs20
12319
12320         * src/common/template.c
12321                 fix Bcc
12322
12323 2005-05-30 [paul]       1.9.11cvs19
12324
12325         * doc/src/rfc2368.txt   **NEW FILE**
12326         * src/compose.c
12327                 compose_entries_set(): don't interpret Bcc
12328                 header field (conform to RFC 2368)
12329                 (sync with main)
12330
12331 2005-05-29 [colin]      1.9.11cvs18
12332
12333         * src/prefs_common.c
12334                 Let the default reply format respect
12335                 netiquette by cutting the signature.
12336
12337 2005-05-29 [colin]      1.9.11cvs17
12338
12339         * src/summaryview.c
12340                 Don't let always_show_msg override
12341                 open_unread_on_enter when opening a new
12342                 directory.
12343
12344 2005-05-27 [paul]       1.9.11cvs16
12345
12346         sync with main:
12347
12348         * src/main.c
12349                 app_will_exit(): cleanup tmp directory when exit
12350         * src/message_search.c
12351                 improved the interface and made code cleanup.
12352                 removed Clear button
12353         * src/send_message.c
12354                 send_message_local(): use GSpawn, and detect errors
12355         * src/summary_search.c
12356                 improved the interface and made code cleanup
12357         * src/textview.c
12358                 textview_write_link(): also skip non-ascii space
12359                  at the head of link strings (phishing check
12360                  didn't work at the case)
12361         * src/common/utils.c
12362                 get_command_output(): use g_spawn_command_line_sync()
12363                 instead of popen()
12364
12365 2005-05-26 [colin]      1.9.11cvs15
12366
12367         * src/folder.c
12368                 remove printf
12369
12370 2005-05-26 [colin]      1.9.11cvs14
12371
12372         * src/common/nntp.c
12373                 Fix nntp mode reader (bug #611)
12374                 Patch by Florian Mickler <florian@mickler.org>
12375
12376 2005-05-26 [colin]      1.9.11cvs13
12377
12378         * src/plugins/pgpmime/passphrase.c
12379                 Fix mouse grabbing (bug #557)
12380
12381 2005-05-26 [colin]      1.9.11cvs12
12382
12383         * src/prefs_themes.c
12384                 Fix g_warning (bug #541)
12385
12386 2005-05-26 [colin]      1.9.11cvs11
12387
12388         * src/prefs_actions.c
12389         * src/prefs_template.c
12390                 Fix bug #506 (no warning if action/template
12391                 is not saved)
12392         * src/common/template.c
12393                 Fix a possible crash
12394
12395 2005-05-26 [colin]      1.9.11cvs10
12396
12397         * src/folder.c
12398         * src/folderview.c
12399         * src/procmsg.c
12400         * src/summaryview.c
12401                 Forbid locked messages to be moved or
12402                 deleted. Locked messages in trashes 
12403                 still get deleted, for performance
12404                 reason (mh.c::mh_remove_all_msgs)
12405
12406 2005-05-25 [colin]      1.9.11cvs9
12407
12408         * src/procmime.c
12409                 Use correct encoding when sending mails
12410                 with attachments that have accentued 
12411                 chars in their name
12412
12413 2005-05-24 [colin]      1.9.11cvs8
12414
12415         * src/summaryview.c
12416                 Fix bug #688 f) read/unread marker not
12417                 changed on first click
12418                 Also, optimize summary_status_show()
12419                 calls
12420         * src/folder.c
12421         * src/inc.c
12422         * src/procmime.c
12423                 Fix bug #688 b) and c) wrt message
12424                 attachments and signature
12425         * src/stock_pixmap.c
12426         * src/stock_pixmap.h
12427         * src/stock_pixmap.c
12428         * src/stock_pixmap.h
12429         * src/Makefile.am
12430         * src/pixmaps/clip_gpg_signed.xpm
12431                 Add clip/signed icon
12432
12433 2005-05-24 [colin]      1.9.11cvs7
12434
12435         * src/folder_item_prefs.c
12436                 whitespace fix
12437
12438 2005-05-24 [colin]      1.9.11cvs6
12439
12440         * src/folderview.c
12441         * src/prefs_common.c
12442         * src/prefs_common.h
12443                 Add a confirmation to folder drag and drop
12444                 fixes bug #156
12445         * src/alertpanel.c
12446         * src/alertpanel.h
12447                 fix _with_disable parameters so that
12448                 the buttons labels are specifiable too
12449         * src/plugins/pgpmime/sgpgme.c
12450                 reflect said change
12451                 
12452
12453 2005-05-24 [colin]      1.9.11cvs5
12454
12455         * src/folderview.c
12456                 Uncollapse/collapse folders on double-click
12457                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12458                 closes bug #108
12459
12460 2005-05-23 [colin]      1.9.11cvs4
12461
12462         * src/common/socket.c
12463                 Check another special SSL_peek() error.
12464                 Should help wrt bug #728
12465
12466 2005-05-23 [colin]      1.9.11cvs3
12467
12468         * src/plugins/pgpmime/pgpmime.c
12469                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12470                 breaking menu accelerators and stuff. Users will have to
12471                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12472                 account's privacy preferences if needed.
12473
12474 2005-05-22 [paul]
12475
12476         * tools/kdeservicemenu/install.sh
12477                 use kdesu to prompt for root password if doing
12478                 global install/uninstall
12479
12480 2005-05-20 [colin]      1.9.11cvs2
12481
12482         * src/procmsg.c
12483                 Fix another compilation error with gcc-2.9x
12484                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12485         * src/send_message.c
12486                 Don't send QUIT if we aren't connected
12487
12488 2005-05-19 [colin]      1.9.11cvs1
12489
12490         * src/procmsg.c
12491                 Fix compilation with gcc 2.9x
12492
12493 2005-05-19 [paul]       1.9.11
12494
12495         1.9.11 released
12496
12497 2005-05-19 [paul]       1.9.9cvs14
12498
12499         * src/gtk/inputdialog.c
12500                 prevent gettext warning
12501
12502 2005-05-19 [paul]       1.9.9cvs13
12503
12504         * src/mainwindow.c
12505         * src/prefs_common.c
12506         * src/prefs_common.h
12507         * src/textview.c
12508         * src/textview.h
12509                 add an option to toggle cursor in message
12510                 view (sync with main)
12511
12512 2005-05-18 [colin]      1.9.9cvs12
12513
12514         * src/compose.c
12515                 Dereference freed pointer
12516         * src/gtk/gtkaspell.c
12517                 Fix duplication of dictionaries (is it an aspell issue?)
12518
12519 2005-05-18 [colin]      1.9.9cvs11
12520
12521         * src/gtk/inputdialog.c
12522         * src/gtk/gtkaspell.c
12523                 HIGuify dialogs
12524         * src/alertpanel.c
12525                 Remove a double call
12526
12527 2005-05-17 [colin]      1.9.9cvs10
12528
12529         * src/gtk/gtkaspell.c
12530                 Fix dialogs, Ctrl-Enter accel
12531
12532 2005-05-17 [colin]      1.9.9cvs9
12533
12534         * src/gtk/gtkaspell.c
12535                 Fix some accelerators, escape in replace-window
12536
12537 2005-05-16 [colin]      1.9.9cvs8
12538
12539         * src/gtk/gtkaspell.c
12540                 Revert last commit, it was a mistake.
12541
12542 2005-05-16 [colin]      1.9.9cvs7
12543
12544         * src/gtk/gtkaspell.c
12545                 Remove buggy code while we're at it. It's a 
12546                 dead code path anyway.
12547
12548 2005-05-16 [colin]      1.9.9cvs6
12549
12550         * src/gtk/gtkaspell.c
12551                 Missed some gtk_menu_popup where deactivate
12552                 signal should be handled. Should fix bug
12553                 #629 a bit more.
12554
12555 2005-05-16 [colin]      1.9.9cvs5
12556
12557         * src/gtk/gtkaspell.c
12558                 Remove debug printf()s
12559
12560 2005-05-16 [colin]      1.9.9cvs4
12561
12562         * src/gtk/gtkaspell.c
12563                 Fix a bit aspell problems
12564                 (see bug #629)
12565
12566 2005-05-13 [colin]      1.9.9cvs3
12567
12568         * src/folderview.c
12569                 Fix the + appearing even when no subfolders
12570                 have unread messages. Thanks to wwp for the
12571                 bug report.
12572
12573 2005-05-11 [paul]       1.9.9cvs2
12574
12575         * src/folderview.c
12576                 correction to 1.9.9cvs1, only colour folders that
12577                 have new msgs (not unread msgs)
12578
12579 2005-05-10 [colin]      1.9.9cvs1
12580
12581         * src/folderview.c
12582         * src/summaryview.c
12583                 Try to fix bolding bugs again.
12584
12585 2005-05-09 [paul]
12586
12587         * tools/claws.i18n.status.pl
12588                 add Ricardo Mones Lastra's script that has been providing
12589                 the i18n status page for many months
12590
12591 2005-05-09 [paul]       1.9.9
12592
12593         1.9.9 release
12594
12595 2005-05-09 [paul]       1.9.6cvs58
12596
12597         * AUTHORS
12598         * INSTALL
12599         * README.claws
12600                 updated
12601         * Makefile.am 
12602         * RELEASE_NOTES.claws
12603                 add release notes to cvs to simplify release
12604                 procedure
12605         * configure.ac
12606                 add ca and fi to ALL_LINGUAS
12607         * po/Makefile.in.in
12608                 workaround for missing Makevars
12609         * po/ca.po
12610         * po/fi.po
12611                 add new Catalan and Finnish translations
12612                 submitted by Miquel Oliete and Flammie Pirinen
12613         * po/de.po
12614         * po/es.po
12615         * po/fr.po
12616         * po/it.po
12617         * po/pl.po
12618         * po/ru.po
12619         * po/sk.po
12620         * po/sr.po
12621         * po/zh_CN.po
12622                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12623                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12624                 Urke MMI, and Hansom Young
12625         * src/main.c
12626                 Fix drafting when quitting. compose_draft() closes the
12627                 compose windows, which modifies the compose_list GSList.
12628                 We have to refresh this list after echo drafting to avoid a
12629                 segfault
12630         * src/partial_download.c
12631                 fix segfault on exit
12632
12633 2005-05-06 [paul]       1.9.6cvs57
12634
12635         * src/grouplistdialog.c
12636                 quick fix/workaround for unresizeable newsgroup
12637                 name column 
12638
12639 2005-05-06 [paul]       1.9.6cvs56
12640
12641         * src/inc.c
12642         * src/mainwindow.c
12643                 use gettext plural forms
12644         * src/imap_gtk.c
12645         * src/mh_gtk.c
12646         * src/toolbar.c
12647                 small improvement to english usage
12648
12649 2005-05-05 [thorsten]   1.9.6cvs55
12650
12651         * src/folder.c
12652                 fix possible crash
12653
12654 2005-05-05 [paul]       1.9.6cvs54
12655         
12656         sync with HEAD
12657
12658         * AUTHORS
12659         * src/compose.c
12660                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12661                 patch by Tim Mann
12662
12663 2005-05-05 [paul]       1.9.6cvs53
12664
12665         * src/mainwindow.c
12666                 fix resizing of separate message and
12667                 folder views
12668
12669 2005-05-05 [paul]       1.9.6cvs52
12670
12671         * src/account.c
12672         * src/addrgather.c
12673         * src/browseldap.c
12674         * src/exphtmldlg.c
12675         * src/expldifdlg.c
12676         * src/importmutt.c
12677         * src/importpine.c
12678         * src/main.c
12679         * src/mainwindow.c
12680         * src/noticeview.c
12681         * src/prefs_filtering.c
12682         * src/prefs_filtering_action.c
12683         * src/prefs_matcher.c
12684         * src/prefs_spelling.c
12685         * src/prefs_toolbar.c
12686         * src/toolbar.c
12687         * src/wizard.c
12688         * src/gtk/description_window.c
12689         * src/gtk/gtkvscrollbutton.c
12690         * src/gtk/progressdialog.c
12691         * src/gtk/quicksearch.c
12692         * src/plugins/pgpmime/prefs_gpg.c
12693         * src/plugins/spamassassin/spamassassin_gtk.c
12694                 replace deprecated gtk_widget_set_usize
12695
12696 2005-05-04 [colin]      1.9.6cvs51
12697
12698         * src/common/utils.c
12699                 Fix crash when subst_for_filename is called
12700                 with a NULL parameter
12701
12702 2005-05-04 [colin]      1.9.6cvs50
12703
12704         * src/partial_download.c
12705         * src/pop.c
12706                 Escape login when writing uidl file
12707                 fixes bug #736
12708
12709 2005-05-03 [colin]      1.9.6cvs49
12710
12711         * src/procmime.c
12712                 Fix possible DOS in mime parser
12713                 (see bug #634)
12714
12715 2005-05-02 [colin]      1.9.6cvs48
12716
12717         * src/compose.c
12718                 Try to fix the copy/paste mess once again.
12719
12720
12721 2005-04-30 [colin]      1.9.6cvs47
12722
12723         * src/prefs_account.h
12724         * src/procmsg.c
12725         * src/send_message.c
12726         * src/common/smtp.c
12727         * src/common/smtp.h
12728                 Try to batch sending mails (per account) instead of
12729                 reconnecting to server every time.
12730
12731 2005-04-29 [colin]      1.9.6cvs46
12732
12733         * src/messageview.c
12734                 Fix window resizing that refused to size down
12735         * src/prefs_common.c
12736         * src/prefs_common.h
12737         * src/prefs_filtering.c
12738                 Save Filtering's window size
12739
12740 2005-04-21 [paul]       1.9.6cvs45
12741
12742         * ChangeLog-gtk2.claws
12743         * src/setup.c
12744                 correction to sync
12745
12746 2005-04-21 [paul]       1.9.6cvs44
12747
12748         sync with main:
12749
12750         * src/setup.c
12751         * src/statusbar.c
12752         * src/statusbar.h
12753                 use gtkut_widget_draw_now(). Improved performance
12754                 of the update of statusbar
12755         * src/textview.c
12756                 textview_smooth_scroll_do(): redraw it after scroll
12757                 is done (fixed incorrect display when a part of the
12758                 view is hidden).
12759         * src/gtk/gtkutils.c
12760         * src/gtk/gtkutils.h
12761                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12762                 to force update of widgets.
12763                 Removed gtkut_widget_wait_for_draw() which had a big
12764                 overhead  because of waiting for all events processed 
12765
12766 2005-04-20 [paul]       1.9.6cvs43
12767
12768         * src/codeconv.c
12769                 complete 1.9.6cvs42's sync:
12770                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12771
12772 2005-04-19 [paul]       1.9.6cvs42
12773
12774         sync with main:
12775
12776         * src/action.c
12777                 catch_output(): correctly select the insert text
12778                 (fix invalid iterator warnings).
12779         * src/codeconv.c
12780         * src/codeconv.h
12781         * src/mainwindow.c
12782         * src/messageview.c
12783         * src/prefs_common.c
12784                 support GBK encoding.
12785         * src/common/session.c
12786         * src/common/session.h
12787                 use separate buffer for large data to be sent,
12788                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12789
12790 2005-04-18 [paul]       1.9.6cvs41
12791
12792         * src/jpilot.c
12793                 convert unsigned long into guint32
12794                 patch by Paul LeoNerd Evans 
12795
12796 2005-04-17 [colin]      1.9.6cvs40
12797
12798         * src/compose.c
12799                 Fix 'Request return receipt' from folder
12800                 properties (bug #708)
12801
12802 2005-04-17 [colin]      1.9.6cvs39
12803
12804         * src/mainwindow.c
12805                 Fix duplicate hotkeys in Mainwindow's menu
12806
12807 2005-04-17 [colin]      1.9.6cvs38
12808
12809         * src/folderview.c
12810                 Fix duplicate hotkeys in Folderview's contextual
12811                 menu
12812
12813 2005-04-15 [colin]      1.9.6cvs37
12814
12815         * src/summaryview.c
12816                 Fix 'Save as...' with non-ascii filenames
12817
12818 2005-04-15 [colin]      1.9.6cvs36
12819
12820         * src/plugins/pgpmime/pgpmime.c
12821                 Fix bus error on 64bit. Spotted by 
12822                 macallan1888@gmail.com
12823
12824 2005-04-15 [colin]      1.9.6cvs35
12825
12826         * src/prefs_account.c
12827                 Fix cvs34.
12828
12829 2005-04-12 [colin]      1.9.6cvs34
12830
12831         * src/prefs_account.c
12832                 Fix smtp auth type off-by-one. We forgot to
12833                 add PLAIN in the prefs-to-gui setter func and
12834                 as a result, the selected auth when opening
12835                 account prefs was not the correct one.
12836
12837 2005-04-12 [paul]       1.9.6cvs33
12838
12839         * src/inc.c
12840                 if the recv dialog is visible, Cancel only
12841                 cancels the current account
12842
12843
12844 2005-04-10 [colin]      1.9.6cvs32
12845
12846         * src/filtering.c
12847                 Copy score when copying FilteringActions
12848                 Fix bug #674
12849
12850 2005-04-10 [colin]      1.9.6cvs31
12851
12852         * src/inc.c
12853                 Make Message -> Receive -> Cancel cancel 
12854                 incorporation on all accounts. Fixes
12855                 bug #693
12856
12857 2005-04-10 [colin]      1.9.6cvs30
12858
12859         * src/prefs_account.c
12860                 Update Privacy checkbuttons status based
12861                 on the selected privacy system
12862         * src/compose.c
12863                 Always connect the "None" privacy system; the
12864                 static boolean was probably there to avoid
12865                 reconnecting twice in the same compose window,
12866                 but as the parent function is only called once
12867                 per compose, it's only a bug - as a static is
12868                 initialized once per application instance.
12869                 Also, don't uncheck Sign and Encrypt when
12870                 selecting None as privacy system; just ignore
12871                 them when sending/queuing.
12872                 Should fix bug #695
12873
12874 2005-04-08 [colin]      1.9.6cvs29
12875
12876         * src/account.c
12877         * src/prefs_account.c
12878         * src/prefs_account.h
12879                 Add account preference to queue message in a certain
12880                 folder.
12881
12882 2005-04-06 [colin]      1.9.6cvs28
12883
12884         * src/prefs_account.c
12885                 Update old inbox path syntax
12886
12887 2005-04-06 [paul]       1.9.6cvs27
12888
12889         sync with main:
12890
12891         * configure.ac
12892                 changed -traditional-cpp to -no-cpp-precomp for newer
12893                 Mac OS X support
12894         * src/foldersel.c
12895                 made column resize automatically
12896         * src/send_message.c
12897                 send_message_smtp(): consider EOF right after QUIT
12898                 successful (workaround for Gmail SMTP server)
12899         * src/common/socket.c
12900                 ssl_read(), ssl_peek(): check EOF which violates the
12901                 SSL protocol
12902         * src/gtk/colorlabel.c
12903                 removed warnings when displaying colorlabel menu
12904                 (don't use GtkAlignment)
12905
12906 2005-04-05 [paul]       1.9.6cvs26
12907
12908         * src/plugins/trayicon/trayicon.c
12909                 fix clipping of icon under KDE3 
12910
12911 2005-04-05 [paul]       1.9.6cvs25
12912
12913         * src/summaryview.c
12914                 hide display of threading
12915                 patch by Alfons
12916
12917 2005-04-04 [thorsten]   1.9.6cvs24
12918
12919         * src/mh.c
12920                 marks lost on filesystems with different stat() results on
12921                 summer-/wintertime
12922
12923 2005-04-03 [colin]      1.9.6cvs23
12924
12925         * src/summaryview.c
12926                 Don't handle up/down. Patch by Alfons
12927
12928 2005-04-02 [colin]      1.9.6cvs22
12929
12930         * src/summaryview.c
12931                 Make scrolling faster. Patch by Alfons.
12932
12933 2005-04-01 [colin]      1.9.6cvs21
12934
12935         * src/Makefile.am
12936         * src/stock_pixmap.c
12937         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12938         * src/pixmaps/dir_noselect.xpm ** ADDED **
12939                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12940
12941 2005-04-01 [colin]      1.9.6cvs20
12942
12943         * src/image_viewer.c
12944         * src/image_viewer.h
12945         * src/procmime.c
12946         * src/procmime.h
12947         * src/textview.c
12948         * src/textview.h
12949                 Implement inline image resizing and right-clicking
12950
12951 2005-04-01 [paul]       1.9.6cvs19
12952
12953         * AUTHORS
12954         * Makefile.am
12955         * configure.ac
12956                 check for gnome2
12957                 patch by Luca Cavalli <loopback<AT>slackit.org>
12958         * po/ru.po
12959                 updated by Pavlo Bohmat
12960
12961 2005-03-31 [colin]      1.9.6cvs18
12962
12963         * src/news.c
12964                 Fix parsing references
12965         * src/msgcache.c
12966                 don't put nulls in the references list
12967         * src/procheader.c
12968                 commit that forgotten file in 1.9.6cvs14
12969
12970 2005-03-31 [colin]      1.9.6cvs17
12971
12972         * src/compose.c
12973                 Fix joining of signature separator again. 
12974                 Maybe Hiro could put it in main too...
12975
12976 2005-03-31 [colin]      1.9.6cvs16
12977
12978         * src/Makefile.am
12979         * src/foldersel.c
12980         * src/stock_pixmap.c
12981         * src/stock_pixmap.h
12982         * src/pixmaps/dir-noselect.xpm
12983                 Update foldersel.c (sync from main, patch by Alfons)
12984
12985 2005-03-30 [colin]      1.9.6cvs15
12986
12987         * src/imap.c
12988                 Fix handling of imap folders containing [] in 
12989                 their name. Thanks to Nahuel Angelinetti for
12990                 the detailed bugreport.
12991
12992 2005-03-30 [colin]      1.9.6cvs14
12993
12994         * src/common/utils.h
12995         * src/common/utils.c
12996         * src/common/defs.h
12997         * src/matcher.c
12998         * src/msgcache.c
12999         * src/news.c
13000         * src/procmsg.c
13001         * src/procmsg.h
13002         * src/quote_fmt_parse.y
13003         * src/summaryview.c
13004                 Update references system. Patch by Alfons
13005
13006 2005-03-30 [colin]      1.9.6cvs13
13007
13008         * src/common/socket.c
13009                 Force the glibc to read resolv.conf again when 
13010                 it has changed. Should fix issues when changing
13011                 networks on a laptop and not restarting sylpheed. 
13012
13013 2005-03-30 [paul]       1.9.6cvs12
13014
13015         partial sync with main:
13016
13017         * src/action.c
13018                 create_io_dialog(): use user-defined text font
13019                 (thanks to Alfons), and modified its appearance.
13020         * src/addrgather.c
13021         * src/addrharvest.c
13022         * src/browseldap.c
13023                 replace old code
13024         * src/compose.c
13025                 don't join (presumably) itemized lines on line-wrapping
13026                 fixed wrapping of quote when auto-wrapping is enabled
13027                 compose_destroy(): destroy paned only if it's not
13028                 attached to window. Fixed memory leak of popup menu.
13029         * src/exphtmldlg.c
13030         * src/expldifdlg.c
13031                 replace old code
13032         * src/html.c
13033         * src/html.h
13034         * src/importmutt.c
13035         * src/importpine.c
13036                 replace old code
13037         * src/main.c
13038                 removed redundant code
13039         * src/mainwindow.c
13040                 changed 'Code set' (which is rather incorrect)
13041                 in the menu to 'Character encoding'
13042                 main_window_set_widgets(): request size first
13043                 to prevent window size becoming wrong
13044                 fixed remembering of the state of the visibility
13045                 of MessageView
13046         * src/messageview.c
13047                 changed 'Code set' (which is rather incorrect)
13048                 in the menu to 'Character encoding'
13049         * src/prefs_common.c
13050         * src/prefs_common.h
13051                 added an option whether to render HTML as text or not
13052                 added separators to outgoing encoding menu
13053         * src/procheader.c
13054                 procheader_scan_date_string(): support header
13055                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13056         * src/summaryview.c
13057         * src/summaryview.h
13058                 minor code cleanup
13059         * src/textview.c
13060                 textview_show_html(): force output of newline
13061                 added an option whether to render HTML as text or not
13062         * src/common/utils.c
13063                 strncpy2(): optimized based on Alfons' code
13064         * src/gtk/gtkutils.c
13065         * src/gtk/gtkutils.h
13066                 removed non-used code
13067         * src/plugins/pgpmime/passphrase.c
13068                 partially fixed grab input of passphrase dialog
13069                 Confine pointer to window
13070
13071 2005-03-30 [colin]      1.9.6cvs11
13072
13073         * src/msgcache.c
13074         * src/msgcache.h
13075                 Read/write 32bit ints from cache & marks
13076                 From main.
13077
13078 2005-03-29 [paul]       1.9.6cvs10
13079
13080         * AUTHORS
13081         * ChangeLog.claws
13082         * src/compose.c
13083         * src/gtk/gtkaspell.c
13084                 sync with HEAD (don't pass NULL pointers) 
13085
13086 2005-03-24 [paul]
13087
13088         * tools/Makefile.am
13089         * tools/README
13090         * tools/acroread2sylpheed.pl
13091                 sync with HEAD (add script to send pdfs as
13092                 attachments from Adobe Reader 7)
13093
13094 2005-03-21 [paul]       1.9.6cvs9
13095
13096         * configure.ac
13097         * po/POTFILES.in
13098         * src/Makefile.am
13099         * src/crash.c
13100         * src/image_viewer.c ** ADDED **
13101         * src/image_viewer.h ** ADDED **
13102         * src/main.c
13103         * src/prefs_common.c
13104         * src/prefs_common.h
13105         * src/prefs_image_viewer.c ** ADDED **
13106         * src/prefs_image_viewer.h ** ADDED **
13107         * src/textview.c
13108         * src/gtk/about.c
13109         * src/pixmaps/sylpheed_logo.xpm
13110         * src/plugins/Makefile.am
13111         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13112         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13113         * src/plugins/image_viewer/plugin.c ** REMOVED **
13114         * src/plugins/image_viewer/viewer.c ** REMOVED **
13115         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13116         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13117         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13118         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13119         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13120                 as gdk-pixbuf is now built-in
13121                 remove image_viewer plugin and put code back into
13122                 main codebase
13123                 implement inline image display (sync with main)
13124
13125                 replace logo with newer, nicer, larger version  
13126
13127 2005-03-21 [paul]       1.9.6cvs8
13128
13129         * src/gtk/about.c
13130                 cosmetic improvement
13131
13132 2005-03-21 [holger]     1.9.6cvs7
13133
13134         * src/plugins/spamassassin/spamassassin.c
13135                 Sync with HEAD
13136                 (unregister hook on failed plugin init)
13137
13138 2005-03-20 [colin]      1.9.6cvs6
13139
13140         * src/common/plugin.c
13141                 Check that plugin isn't already loaded
13142                 Patch by Alfons
13143
13144 2005-03-20 [thorsten]   1.9.6cvs5
13145
13146         * src/compose.c
13147                 use a more compatible syntax
13148
13149 2005-03-20 [thorsten]   1.9.6cvs4
13150
13151         * src/prefs_toolbar.c
13152                 fix crash when selecting toolbar item (uninitialized pointer)
13153
13154 2005-03-20 [thorsten]   1.9.6cvs3
13155
13156         * src/procmime.c
13157                 fix mimetype detection (referenced free()d string)
13158
13159 2005-03-20 [paul]       1.9.6cvs2
13160
13161         * src/compose.c
13162                 sync with HEAD (1.0.3cvs5)
13163                 neglect Reply-To header if empty
13164                 Patch by Alfons 
13165
13166 2005-03-19 [holger]     1.9.6cvs1
13167
13168         * src/summaryview.c
13169         * src/summaryview.h
13170                 Sync with HEAD
13171
13172 2005-03-18 [paul]       1.9.6
13173
13174         initial GTK2 release
13175
13176 2005-03-18 [paul]       1.0.3cvs3.1
13177
13178         * AUTHORS
13179         * ChangeLog.claws
13180         * configure.ac
13181         * src/gtk/about.c
13182         * src/pixmaps/sylpheed_logo.xpm
13183                 sync with HEAD
13184
13185 2005-03-18 [colin]      1.0.3cvs2.6
13186
13187         * src/summaryview.c
13188                 Remove call to summary_step in summary_copy_selected_to
13189                 Can't see its purpose, and this causes bug when copying
13190                 a message if the next one is unread: it reads it.
13191
13192 2005-03-18 [paul]       1.0.3cvs2.5
13193
13194         * src/foldersel.c
13195                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13196
13197 2005-03-18 [paul]       1.0.3cvs2.4
13198
13199         * src/addrharvest.c
13200         * src/codeconv.c
13201         * src/codeconv.h
13202         * src/compose.c
13203         * src/news.c
13204         * src/procheader.c
13205         * src/procmime.c
13206         * src/unmime.c
13207         * src/unmime.h
13208                 fix buffer overflow, CAN-2005-0667, see
13209                 http://secunia.com/advisories/14491/
13210                 Patch by Alfons
13211
13212 2005-03-17 [colin]      1.0.3cvs2.3
13213
13214         * src/prefs_fonts.c
13215         * src/summaryview.c
13216                 Fix font bugs (both lists now officialy share 
13217                 the same font)
13218                 
13219
13220 2005-03-17 [paul]       1.0.3cvs2.2
13221
13222         * src/gtk/pluginwindow.c
13223                 make plugin descriptions uneditable
13224
13225 2005-03-11 [paul]       1.0.3cvs2.1
13226
13227         * ChangeLog.claws
13228         * configure.ac
13229         * po/POTFILES.in
13230         * src/plugins/trayicon/trayicon.c
13231                 sync with HEAD
13232                 add src/wizard.c to POTFILES.in
13233
13234 2005-03-11 [paul]       1.0.3cvs1.1
13235
13236         * ChangeLog
13237         * ChangeLog.claws
13238         * configure.ac
13239         * po/de.po
13240         * po/es.po
13241         * po/fr.po
13242         * po/it.po
13243         * po/pt_BR.po
13244         * po/ru.po
13245         * po/sk.po
13246         * po/sr.po
13247         * po/zh_CN.po
13248                 sync with HEAD
13249
13250 2005-03-04 [colin]      1.0.1cvs22.2
13251
13252         * src/compose.c
13253                 Fix signatures with accentued chars in it
13254
13255 2005-03-04 [colin]      1.0.1cvs22.1
13256
13257         * src/common/smtp.c
13258         * src/common/smtp.h
13259                 Don't use SIZE param in MAIL FROM: if server 
13260                 doesn't support it. Patch by Eugen Freiter
13261                 <eugen_f@users.sf.net>
13262
13263 2005-02-27 [paul]       1.0.1cvs20.1
13264
13265         * ChangeLog.claws
13266         * configure.ac
13267         * src/messageview.c
13268                 sync with HEAD
13269
13270 2005-02-27 [colin]      1.0.1cvs19.4
13271
13272         * src/procheader.c
13273         * src/procheader.h
13274                 Fix prototypes. Patch by Alfons
13275
13276 2005-02-27 [colin]      1.0.1cvs19.3
13277
13278         * src/compose.c
13279                 Don't auto-join the signature separator.
13280
13281 2005-02-26 [colin]      1.0.1cvs19.2
13282
13283         * src/summaryview.c
13284                 Fix 'mark all read' with collapsed threads.
13285                 Patch by Alfons.
13286
13287 2005-02-25 [paul]       1.0.1cvs19.1
13288
13289         * ChangeLog.claws
13290         * configure.ac
13291         * src/prefs_account.c
13292         * src/prefs_folder_item.c
13293         * src/gtk/prefswindow.c
13294         * src/gtk/prefswindow.h
13295                 sync with HEAD
13296
13297 2005-02-25 [paul]       1.0.1cvs15.12
13298
13299         * src/alertpanel.c
13300         * src/codeconv.c
13301         * src/compose.c
13302         * src/textview.c
13303         * src/gtk/gtkutils.c
13304         * src/gtk/gtkutils.h
13305         * src/gtk/logwindow.c
13306         * src/gtk/progressdialog.c
13307                 sync with main (revision 127)
13308                 and fix logwindow clipping
13309
13310 2005-02-24 [colin]      1.0.1cvs15.11
13311
13312         * src/plugins/pgpmime/passphrase.c
13313                 Disable input grabbing; it doesn't work yet.
13314
13315 2005-02-24 [colin]      1.0.1cvs15.10
13316
13317         * src/messageview.c
13318                 Don't send out receipts if offline. Ask.
13319
13320 2005-02-23 [colin]      1.0.1cvs15.9
13321
13322         * src/summaryview.c     
13323                 Fix expanding
13324
13325 2005-02-23 [colin]      1.0.1cvs15.8
13326
13327         * src/summaryview.c
13328                 Really fix Bug 568 by removing useless
13329                 calls. summary_thread_init() now called
13330                 in summary_sort(). This should please
13331                 Alfons as it should be faster than 
13332                 previously.
13333
13334 2005-02-23 [colin]      1.0.1cvs15.7
13335
13336         * src/compose.c
13337                 Encode parts as QP or B64 if signing
13338
13339 2005-02-23 [colin]      1.0.1cvs15.6
13340
13341         * src/compose.c
13342                 Fix Mimeinfo leakage (including tmp files)
13343         * src/procmsg.c
13344                 Fix tmp file leakage (spotted by Ivan Rayner)
13345
13346 2005-02-22 [colin]      1.0.1cvs15.5
13347
13348         * src/expldifdlg.c
13349                 Fix keyboard input. Patch by Alfons.
13350
13351 2005-02-21 [colin]      1.0.1cvs15.4
13352
13353         * src/compose.c
13354                 Fix Sign/Encrypt when unselecting privacy
13355                 system
13356         * src/prefs_common.c
13357                 Change default message font to Monospace
13358         * src/summaryview.c
13359                 More freezing during potentially large operations
13360
13361 2005-02-21 [paul]       1.0.1cvs15.3
13362
13363         * src/main.c
13364                 fix --help output
13365
13366 2005-02-21 [paul]       1.0.1cvs15.2
13367
13368         * po/Makefile.in.in
13369         * src/compose.c
13370         * src/summaryview.c
13371         * src/textview.c
13372         * src/common/utils.c
13373         * src/common/utils.h
13374                 sync with main (revision 117)
13375
13376 2005-02-20 [colin]      1.0.1cvs15.1
13377
13378         * src/common/defs.h
13379                 Change cache file to .sylpheed_claws_cache, as
13380                 suggested by Alfons. Allows people to switch
13381                 between Sylpheed and Sylpheed-Claws. it is
13382                 a good idea to "Check for new messages" at next
13383                 startup.
13384
13385
13386 2005-02-18 [colin]      1.0.1cvs14.1
13387
13388         * src/quote_fmt_lex.l
13389         * src/quote_fmt_parse.y
13390                 Fix parser initialisation. Patch by Ivan.
13391
13392 2005-02-18 [colin]      1.0.1cvs11.6
13393
13394         * src/folderview.c
13395                 Fix scrolldown (bug 662)
13396
13397 2005-02-17 [colin]      1.0.1cvs11.5
13398
13399         * src/codeconv.c
13400                 conv_filename_to_utf8: return clean 7bit instead
13401                 of broken utf8 if needed
13402         * src/mimeview.c
13403                 Fix display of parts with unclean 8bit names
13404
13405 2005-02-17 [paul]       1.0.1cvs11.4
13406
13407         * src/compose.c
13408         * src/exportldif.c
13409         * src/matcher_parser_parse.y
13410         * src/procmime.c
13411         * src/sourcewindow.c
13412         * src/common/Makefile.am
13413         * src/common/intl.h             ** REMOVED **
13414         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13415                 sync with main (revision 109)
13416                 and clean up
13417
13418 2005-02-16 [colin]      1.0.1cvs11.3
13419
13420         * src/summaryview.c
13421                 Fix collapsed thread not highlighting when new
13422                 messages in it (Bug 568) Patch by Stephan Sachse.
13423                 Fix messed up selection when reaching bounds (Bug 632)
13424         * src/prefs_themes.c
13425                 Fix theme installing (Bug 684)
13426
13427 2005-02-16 [colin]      1.0.1cvs11.2
13428
13429         * src/messageview.c
13430                 Fix messageview_select_all
13431
13432 2005-02-16 [colin]      1.0.1cvs11.1
13433
13434         * src/mh.c
13435                 Sync with HEAD (MH scan required function)
13436
13437 2005-02-15 [colin]      1.0.1cvs8.1
13438
13439         * src/mimeview.c
13440         * src/common/utils.c
13441                 Sync with HEAD (filename chars substitution)
13442
13443 2005-02-15 [colin]      1.0.1cvs7.3
13444
13445         * src/gtk/pluginwindow.c
13446                 Fix button spacing
13447
13448 2005-02-15 [colin]      1.0.1cvs7.2
13449
13450         * src/mimeview.c
13451                 Fix mime icons not reset across message when
13452                 scrolled down
13453
13454 2005-02-15 [colin]      1.0.1cvs7.1
13455
13456         * src/compose.c
13457         * src/procmime.c
13458                 Sync with HEAD (optimisation of cvs6)
13459
13460 2005-02-14 [colin]      1.0.1cvs6.1
13461
13462         * src/compose.c
13463         * src/procmime.c
13464                 Sync with HEAD (encode "From " at line beginning)
13465
13466 2005-02-14 [colin]      1.0.1cvs5.3
13467
13468         * src/compose.c
13469                 Fix wrapping with accentued chars.
13470
13471 2005-02-13 [colin]      1.0.1cvs5.2
13472
13473         * src/textview.c
13474                 Fix email informative part parsing with
13475                 accentued chars in it. ispunct() returns
13476                 true for them in utf8...
13477
13478 2005-02-12 [colin]      1.0.1cvs5.1
13479
13480         * src/filtering.c
13481                 Sync with HEAD (remove wrong use of compose after send)
13482
13483 2005-02-12 [paul]       1.0.1cvs4.5
13484
13485         * src/textview.c
13486                 remove unnecessary code (thanks to Alfons)
13487
13488 2005-02-12 [paul]       1.0.1cvs4.4
13489
13490         * src/textview.c
13491                 add 'Copy' to contextual menu on emails
13492
13493 2005-02-11 [colin]      1.0.1cvs4.3
13494
13495         * src/compose.c
13496                 revert 1.0.0cvs28.2, it doesn't work that well.
13497
13498 2005-02-11 [paul]       1.0.1cvs4.2
13499
13500         * po/Makefile.in.in
13501                 fix 'make release'
13502
13503 2005-02-10 [paul]       1.0.1cvs4.1
13504
13505         * ChangeLog
13506         * ChangeLog.claws
13507         * ChangeLog.jp
13508         * configure.ac
13509         * src/compose.c
13510                 sync with HEAD (sync with main)
13511
13512 2005-02-10 [paul]       1.0.1cvs3.2
13513
13514         * AUTHORS
13515         * Makefile.am
13516         * autogen.sh
13517         * configure.ac
13518         * config/mkinstalldirs
13519         * intl/.cvsignore
13520         * intl/ChangeLog
13521         * intl/VERSION
13522         * intl/bindtextdom.c
13523         * intl/config.charset
13524         * intl/dcgettext.c
13525         * intl/dcigettext.c
13526         * intl/dcngettext.c
13527         * intl/dgettext.c
13528         * intl/dngettext.c
13529         * intl/eval-plural.h
13530         * intl/explodename.c
13531         * intl/finddomain.c
13532         * intl/gettext.c
13533         * intl/gettextP.h
13534         * intl/gmo.h
13535         * intl/hash-string.h
13536         * intl/intl-compat.c
13537         * intl/l10nflist.c
13538         * intl/libgnuintl.h.in
13539         * intl/loadinfo.h
13540         * intl/loadmsgcat.c
13541         * intl/localcharset.c
13542         * intl/localcharset.h
13543         * intl/locale.alias
13544         * intl/localealias.c
13545         * intl/localename.c
13546         * intl/log.c
13547         * intl/ngettext.c
13548         * intl/os2compat.c
13549         * intl/os2compat.h
13550         * intl/osdep.c
13551         * intl/plural-exp.c
13552         * intl/plural-exp.h
13553         * intl/plural.c
13554         * intl/plural.y
13555         * intl/ref-add.sin
13556         * intl/ref-del.sin
13557         * intl/relocatable.c
13558         * intl/relocatable.h
13559         * intl/textdomain.c
13560         * m4/Makefile.am
13561         * po/Makefile.in.in
13562         * src/Makefile.am
13563         * src/account.c
13564         * src/action.c
13565         * src/addr_compl.c
13566         * src/addressadd.c
13567         * src/addressbook.c
13568         * src/addrgather.c
13569         * src/addrindex.c
13570         * src/alertpanel.c
13571         * src/browseldap.c
13572         * src/codeconv.c
13573         * src/codeconv.h
13574         * src/compose.c
13575         * src/compose.h
13576         * src/crash.c
13577         * src/editaddress.c
13578         * src/editbook.c
13579         * src/editgroup.c
13580         * src/editjpilot.c
13581         * src/editldap.c
13582         * src/editldap_basedn.c
13583         * src/editvcard.c
13584         * src/exphtmldlg.c
13585         * src/expldifdlg.c
13586         * src/export.c
13587         * src/exporthtml.c
13588         * src/filtering.c
13589         * src/folder.c
13590         * src/folder_item_prefs.c
13591         * src/foldersel.c
13592         * src/folderview.c
13593         * src/grouplistdialog.c
13594         * src/headerview.c
13595         * src/imap.c
13596         * src/imap_gtk.c
13597         * src/import.c
13598         * src/importldif.c
13599         * src/importmutt.c
13600         * src/importpine.c
13601         * src/inc.c
13602         * src/ldif.c
13603         * src/main.c
13604         * src/mainwindow.c
13605         * src/matcher.c
13606         * src/mbox.c
13607         * src/message_search.c
13608         * src/messageview.c
13609         * src/mh.c
13610         * src/mh_gtk.c
13611         * src/mimeview.c
13612         * src/msgcache.c
13613         * src/news.c
13614         * src/news_gtk.c
13615         * src/noticeview.c
13616         * src/partial_download.c
13617         * src/pop.c
13618         * src/prefs_account.c
13619         * src/prefs_actions.c
13620         * src/prefs_common.c
13621         * src/prefs_customheader.c
13622         * src/prefs_display_header.c
13623         * src/prefs_ext_prog.c
13624         * src/prefs_filtering.c
13625         * src/prefs_filtering_action.c
13626         * src/prefs_folder_item.c
13627         * src/prefs_fonts.c
13628         * src/prefs_gtk.c
13629         * src/prefs_matcher.c
13630         * src/prefs_msg_colors.c
13631         * src/prefs_spelling.c
13632         * src/prefs_summary_column.c
13633         * src/prefs_template.c
13634         * src/prefs_themes.c
13635         * src/prefs_toolbar.c
13636         * src/prefs_wrapping.c
13637         * src/privacy.c
13638         * src/procheader.c
13639         * src/procmime.c
13640         * src/procmsg.c
13641         * src/quote_fmt.c
13642         * src/recv.c
13643         * src/send_message.c
13644         * src/setup.c
13645         * src/sourcewindow.c
13646         * src/ssl_manager.c
13647         * src/statusbar.c
13648         * src/summary_search.c
13649         * src/summaryview.c
13650         * src/textview.c
13651         * src/toolbar.c
13652         * src/wizard.c
13653         * src/common/nntp.c
13654         * src/common/plugin.c
13655         * src/common/smtp.c
13656         * src/common/ssl.c
13657         * src/common/ssl_certificate.c
13658         * src/common/string_match.c
13659         * src/common/sylpheed.c
13660         * src/common/template.c
13661         * src/common/utils.c
13662         * src/gtk/about.c
13663         * src/gtk/colorlabel.c
13664         * src/gtk/description_window.c
13665         * src/gtk/filesel.c
13666         * src/gtk/foldersort.c
13667         * src/gtk/gtkaspell.c
13668         * src/gtk/gtkutils.c
13669         * src/gtk/inputdialog.c
13670         * src/gtk/logwindow.c
13671         * src/gtk/menu.c
13672         * src/gtk/pluginwindow.c
13673         * src/gtk/prefswindow.c
13674         * src/gtk/progressdialog.c
13675         * src/gtk/quicksearch.c
13676         * src/gtk/sslcertwindow.c
13677         * src/plugins/clamav/clamav_plugin.c
13678         * src/plugins/clamav/clamav_plugin_gtk.c
13679         * src/plugins/demo/demo.c
13680         * src/plugins/dillo_viewer/dillo_prefs.c
13681         * src/plugins/dillo_viewer/dillo_viewer.c
13682         * src/plugins/image_viewer/plugin.c
13683         * src/plugins/image_viewer/viewer.c
13684         * src/plugins/image_viewer/viewerprefs.c
13685         * src/plugins/mathml_viewer/mathml_viewer.c
13686         * src/plugins/pgpmime/passphrase.c
13687         * src/plugins/pgpmime/plugin.c
13688         * src/plugins/pgpmime/prefs_gpg.c
13689         * src/plugins/pgpmime/select-keys.c
13690         * src/plugins/pgpmime/sgpgme.c
13691         * src/plugins/spamassassin/spamassassin.c
13692         * src/plugins/spamassassin/spamassassin_gtk.c
13693         * src/plugins/trayicon/trayicon.c
13694                 sync with main (revision 104)
13695
13696 2005-02-10 [colin]      1.0.1cvs3.1
13697
13698         * src/mainwindow.c
13699                 Sync with HEAD (fix occasional crasher)
13700
13701 2005-02-10 [colin]      1.0.1cvs2.1
13702
13703         * src/messageview.c
13704                 Synw with HEAD (don't automatically display html)
13705
13706 2005-02-09 [colin]      1.0.1cvs1.3
13707
13708         * src/textview.c
13709         * src/textview.h
13710                 Add contextual menu on emails
13711
13712 2005-02-09 [colin]      1.0.1cvs1.2
13713
13714         * src/codeconv.c
13715                 Fix converting from broken headers and 
13716                 put back the _ in missing places
13717                 (feature broke with cvs24.2 sync, main 
13718                  possibly affected?)
13719
13720 2005-02-09 [colin]      1.0.1cvs1.1
13721
13722         * src/messageview.c
13723         * src/mimeview.c
13724         * src/mimeview.h
13725                 Sync with HEAD (display non text/plain mails with plugin)
13726
13727 2005-02-08 [colin]      1.0.1.1
13728
13729         * ChangeLog.claws
13730         * po/pt_BR.po
13731                 Sync with HEAD
13732         * configure.ac
13733                 Make default configuration directory 
13734                 be .sylpheed-gtk2
13735
13736 2005-02-08 [colin]      1.0.0cvs29.1
13737
13738         * po/de.po
13739         * po/es.po
13740         * po/fr.po
13741         * po/it.po
13742         * po/sk.po
13743         * po/sr.po
13744                 Sync translations with HEAD
13745
13746 2005-02-06 [colin]      1.0.0cvs28.3
13747
13748         * src/compose.c
13749                 Make compose a bit faster - patch by Alfons.
13750
13751 2005-02-06 [colin]      1.0.0cvs28.2
13752
13753         * src/compose.c
13754                 Make pasting via middle-click more reliable
13755
13756 2005-02-05 [paul]       1.0.0cvs28.1
13757
13758         * ChangeLog
13759         * ChangeLog.claws
13760         * ChangeLog.jp
13761         * configure.ac
13762         * src/compose.c
13763                 sync with HEAD
13764                 (fix bug 682 'redirect is broken'
13765
13766 2005-02-05 [torte]      1.0.0cvs27.1
13767
13768         * ChangeLog.claws
13769         * configure.ac
13770         * src/partial_download.c
13771                 Sync with HEAD (fix buf overflow)
13772
13773 2005-02-03 [colin]      1.0.0cvs26.1
13774
13775         * src/common/plugin.c
13776                 Sync with HEAD (avoid plugin mismatches)
13777
13778 2005-02-03 [paul]       1.0.0cvs25.3
13779
13780         * src/folderview.c
13781         * src/headerview.c
13782         * src/summaryview.c
13783         * src/textview.c
13784         * src/gtk/colorlabel.c
13785                 third and final part of initial sync with main-gtk2
13786
13787 2005-02-03 [paul]       1.0.0cvs25.2
13788
13789         * src/jpilot.c
13790                 fix building with jpilot support
13791
13792 2005-02-02 [colin]      1.0.0cvs25.1
13793
13794         * src/messageview.c
13795                 Sync with HEAD (fix dangerous typo)
13796
13797 2005-02-01 [colin]      1.0.0cvs24.3
13798
13799         * src/common/xml.c
13800                 Write file as advertised (UTF-8)
13801
13802 2005-02-01 [paul]       1.0.0cvs24.2
13803
13804         * src/addrbook.c
13805         * src/addrindex.c
13806         * src/alertpanel.h
13807         * src/codeconv.c
13808         * src/codeconv.h
13809         * src/compose.c
13810         * src/export.c
13811         * src/folder_item_prefs.c
13812         * src/html.c
13813         * src/imap.c
13814         * src/import.c
13815         * src/jpilot.c
13816         * src/mainwindow.c
13817         * src/matcher_parser_lex.l
13818         * src/messageview.c
13819         * src/mh.c
13820         * src/prefs_account.c
13821         * src/prefs_actions.c
13822         * src/prefs_common.c
13823         * src/prefs_gtk.c
13824         * src/prefs_gtk.h
13825         * src/prefs_themes.c
13826         * src/procheader.c
13827         * src/procmime.c
13828         * src/sourcewindow.c
13829         * src/statusbar.c
13830         * src/summaryview.c
13831         * src/textview.c
13832         * src/toolbar.c
13833         * src/unmime.c
13834         * src/common/template.c
13835         * src/common/utils.c
13836         * src/common/xml.c
13837         * src/common/xml.h
13838         * src/gtk/gtkaspell.c
13839         * src/plugins/clamav/clamav_plugin.c
13840         * src/plugins/dillo_viewer/dillo_prefs.c
13841         * src/plugins/image_viewer/viewerprefs.c
13842         * src/plugins/pgpmime/passphrase.c
13843         * src/plugins/pgpmime/prefs_gpg.c
13844         * src/plugins/pgpmime/select-keys.c
13845         * src/plugins/spamassassin/spamassassin.c
13846                 second part of initial sync with main-gtk2
13847                 (more to follow)
13848
13849 2005-01-31 [colin]      1.0.0cvs24.1
13850
13851         * src/compose.c
13852                 Sync with HEAD
13853
13854 2005-01-29 [paul]       1.0.0cvs23.2
13855
13856         * src/account.c
13857         * src/action.c
13858         * src/addressadd.c
13859         * src/addressbook.c
13860         * src/alertpanel.c
13861         * src/compose.c
13862         * src/editaddress.c
13863         * src/editbook.c
13864         * src/editgroup.c
13865         * src/editjpilot.c
13866         * src/editldap.c
13867         * src/editldap_basedn.c
13868         * src/editvcard.c
13869         * src/export.c
13870         * src/foldersel.c
13871         * src/grouplistdialog.c
13872         * src/import.c
13873         * src/importldif.c
13874         * src/inc.c
13875         * src/main.c
13876         * src/mainwindow.c
13877         * src/message_search.c
13878         * src/messageview.c
13879         * src/mimeview.c
13880         * src/prefs_actions.c
13881         * src/prefs_common.c
13882         * src/prefs_common.h
13883         * src/prefs_customheader.c
13884         * src/prefs_display_header.c
13885         * src/prefs_filtering.c
13886         * src/prefs_filtering_action.c
13887         * src/prefs_gtk.c
13888         * src/prefs_matcher.c
13889         * src/prefs_summary_column.c
13890         * src/prefs_template.c
13891         * src/sourcewindow.c
13892         * src/summary_search.c
13893         * src/summaryview.c
13894         * src/textview.c
13895         * src/gtk/about.c
13896         * src/gtk/description_window.c
13897         * src/gtk/gtkshruler.c
13898         * src/gtk/gtkutils.c
13899         * src/gtk/gtkutils.h
13900         * src/gtk/inputdialog.c
13901         * src/gtk/logwindow.c
13902         * src/gtk/prefswindow.c
13903         * src/gtk/progressdialog.c
13904         * src/gtk/progressdialog.h
13905                 first part of initial sync with main-gtk2
13906                 (more to follow)
13907
13908 2005-01-28 [colin]      1.0.0cvs23.1
13909
13910         * src/folderview.c
13911                 Sync with HEAD
13912
13913 2005-01-27 [colin]      1.0.0cvs21.1
13914
13915         * src/folder.c
13916         * src/folderview.c
13917                 Sync with HEAD
13918
13919 2005-01-27 [colin]      1.0.0cvs19.1
13920
13921         * src/procmime.c
13922                 Sync with HEAD
13923
13924 2005-01-27 [colin]      1.0.0cvs18.1
13925
13926         * src/messageview.c
13927         * src/summaryview.c
13928         * src/mainwindow.c
13929         * src/compose.c
13930         * src/compose.h
13931         * src/procmsg.c
13932         * src/procmsg.h
13933         * src/toolbar.c
13934                 Sync with HEAD
13935
13936 2005-01-26 [paul]       1.0.0cvs15.2
13937
13938         * src/compose.c
13939                 compose_entries_set(): convert subject and body to
13940                 utf8 if necessary. patch by Felix Eckhofer
13941
13942 2005-01-26 [paul]       1.0.0cvs15.1
13943
13944         * configure.ac
13945         * src/common/template.c
13946                 sync with HEAD (fix memory leak)
13947
13948 2005-01-25 [paul]       1.0.0cvs14.1
13949
13950         * configure.ac
13951         * src/compose.c
13952                 sync with HEAD
13953
13954 2005-01-24 [colin]      1.0.0cvs13.1
13955
13956         * src/summaryview.c
13957                 Sync with HEAD
13958
13959 2005-01-24 [paul]       1.0.0cvs12.1
13960
13961         * configure.ac
13962         * src/messageview.c
13963         * src/mh.c
13964         * src/common/utils.c
13965                 sync with HEAD
13966
13967 2005-01-24 [colin]      1.0.0cvs11.1
13968
13969         * src/procheader.c
13970                 Sync with HEAD
13971
13972 2005-01-24 [colin]      1.0.0cvs10.1
13973
13974         * src/folderview.c
13975                 Sync with HEAD
13976
13977 2005-01-23 [colin]      1.0.0cvs9.1
13978
13979         * src/crash.c
13980                 Sync with HEAD
13981
13982 2005-01-22 [colin]      1.0.0cvs8.1
13983
13984         * src/summaryview.c
13985         * src/gtk/quicksearch.c
13986                 Sync with HEAD
13987
13988 2005-01-21 [colin]      1.0.0cvs7.1
13989
13990         * src/summaryview.c
13991                 Sync with HEAD
13992
13993 2005-01-21 [colin]      1.0.0cvs6.1
13994
13995         * src/summaryview.c
13996                 Sync with HEAD
13997
13998 2005-01-21 [colin]      1.0.0cvs5.1
13999
14000         * src/gtk/quicksearch.c
14001         * src/prefs_common.c
14002         * src/prefs_common.h
14003                 Sync with HEAD (recurse option)
14004
14005 2005-01-21 [colin]      1.0.0cvs4.1
14006
14007         * src/folder.h
14008         * src/folderview.c
14009         * src/folderview.h
14010         * src/summaryview.c
14011         * src/gtk/quicksearch.c
14012         * src/gtk/quicksearch.h
14013                 Sync with HEAD (recursive quicksearch)
14014
14015 2005-01-20 [colin]      1.0.0cvs3.4
14016
14017         * src/ssl_manager.c
14018                 Remove useless code
14019
14020 2005-01-20 [colin]      1.0.0cvs3.3
14021
14022         * src/ssl_manager.c
14023                 Fix leak, thanks to Alfons.
14024
14025 2005-01-20 [colin]      1.0.0cvs3.2
14026
14027         * src/ssl_manager.c
14028                 Port SSL certificate window to GTK2.
14029
14030 2005-01-20 [paul]       1.0.0cvs3.1
14031
14032         * ChangeLog.claws
14033         * configure.ac
14034         * src/addrindex.c
14035         * src/addrindex.h
14036                 sync with HEAD
14037
14038 2005-01-19 [colin]      1.0.0cvs2.2
14039
14040         * src/plugins/trayicon/trayicon.c
14041                 Fix freeze with gtk-2.6, the easy way
14042                 (signal blocking helpless there...)
14043                 Closes bug #668.
14044
14045 2005-01-19 [colin]      1.0.0cvs2.1
14046
14047         * src/mbox.c
14048         * src/mbox.h
14049         * src/mainwindow.c
14050         * src/summaryview.c
14051         * src/summaryview.h
14052                 Sync with HEAD
14053
14054 2005-01-19 [paul]       1.0.0cvs1.1
14055
14056         * configure.ac
14057         * po/de.po
14058         * po/es.po
14059         * po/fr.po
14060         * po/hr.po
14061         * po/it.po
14062         * po/ja.po
14063         * po/ko.po
14064         * po/pt_BR.po
14065         * po/ru.po
14066         * po/sk.po
14067         * po/sr.po
14068                 sync with HEAD (update translations)
14069
14070 2005-01-18 [colin]      1.0.0cvs0.1
14071
14072         * src/foldersel.c
14073                 Specify search column - patch by Alfons
14074
14075 2005-01-18 [colin]      0.9.13cvs36.3
14076
14077         * src/prefs_toolbar.c
14078                 Change Delete to Remove
14079         * src/prefs_fonts.c
14080                 GTK2 version and leak fixes
14081         * src/prefs_actions.c
14082                 Add stock buttons.
14083                 All patches by Alfons
14084
14085 2005-01-17 [colin]      0.9.13cvs36.2
14086
14087         * src/compose.c
14088                 Fix DnD inserting twice. While at it,
14089                 add DnD support for text/plain in the
14090                 body, and add support in the headers.
14091
14092 2005-01-16 [colin]      0.9.13cvs36.1
14093
14094         * ChangeLog
14095         * ChangeLog.jp
14096         * ChangeLog.claws
14097                 Sync with HEAD (nothing applicable)
14098
14099 2005-01-16 [colin]      0.9.13cvs33.2
14100
14101         * src/prefs_toolbar.c
14102                 GTK2ize prefs_toolbar, by Alfons.
14103
14104 2005-01-14 [colin]      0.9.13cvs33.1
14105
14106         * src/html.c
14107         * src/msgcache.c
14108                 Sync with HEAD
14109
14110 2005-01-14 [colin]      0.9.13cvs32.1
14111
14112         * src/html.c
14113         * src/html.h
14114         * src/msgcache.c
14115         * AUTHORS
14116         * tools/calypso_convert.pl
14117                 Sync with HEAD
14118
14119 2005-01-08 [colin]      0.9.13cvs29.2
14120
14121         * src/prefs_filtering_action.c
14122         * src/prefs_filtering.c
14123                 2 more gtk2 patches by Alfons
14124
14125 2005-01-07 [paul]       0.9.13cvs29.1
14126
14127         * ChangeLog
14128         * ChangeLog.claws
14129         * ChangeLog.jp
14130         * configure.ac
14131         * src/pop.c
14132         * src/pop.h
14133                 sync with HEAD
14134
14135 2005-01-07 [colin]      0.9.13cvs28.3
14136
14137         * src/gtk/progressdialog.c
14138         * src/gtk/progressdialog.h
14139         * src/inc.c
14140         * src/send_message.c
14141                 GTK2 for the incorporation dialog. The CList isn't dead
14142                 yet, for a more smooth migration. Patch by Alfons.
14143
14144 2005-01-06 [colin]      0.9.13cvs28.2
14145
14146         * src/prefs_display_header.c
14147                 GTK2 conversion by Alfons
14148         * src/prefs_actions.c
14149         * src/prefs_matcher.c
14150                 Fix 2 leaks - patch by Alfons
14151
14152 2005-01-06 [colin]      0.9.13cvs28.1
14153
14154         * src/prefs_matcher.c
14155                 Sync with HEAD
14156
14157 2005-01-06 [colin]      0.9.13cvs27.4
14158
14159         * src/prefs_matcher.c
14160                 Fix double-free. Patch by Alfons
14161
14162 2005-01-06 [colin]      0.9.13cvs27.3
14163
14164         * src/prefs_matcher.c
14165                 GTK2 widgets + memleak
14166                 Patch by Alfons
14167
14168 2005-01-05 [colin]      0.9.13cvs27.2
14169
14170         * src/account.c
14171         * src/addr_compl.c
14172         * src/foldersel.c
14173         * src/stock_pixmap.c
14174         * src/stock_pixmap.h
14175                 3 more GTK2 patches by Alfons.
14176
14177 2005-01-04 [colin]      0.9.13cvs27.1
14178
14179         * src/folderview.c
14180         * src/imap_gtk.c
14181         * src/news_gtk.c
14182                 Sync with HEAD
14183
14184 2005-01-04 [colin]      0.9.13cvs25.9
14185
14186         * src/compose.c
14187                 Fix Show Ruler menuitem
14188         * src/prefs_template.c
14189                 Convert to GTK2
14190         * src/common/utils.c
14191                 Make auto pointer stuff handles NULLs
14192                 Patches by Alfons.
14193
14194 2005-01-04 [colin]      0.9.13cvs25.8
14195
14196         * src/compose.c
14197                 Move the attachment list to gtk2
14198                 Patch by Alfons.
14199
14200 2005-01-04 [colin]      0.9.13cvs25.7
14201
14202         * src/textview.c
14203                 Make some keys work again
14204                 Patch by SungHyun Nam <namsh@kldp.org>
14205
14206 2005-01-04 [colin]      0.9.13cvs25.6
14207
14208         * src/gtk/gtkshruler.c
14209                 Move the ruler to GTK2
14210                 Patch by Alfons
14211
14212 2005-01-03 [colin]      0.9.13cvs25.5
14213
14214         * src/compose.c
14215                 Fix my broken patch apply 
14216
14217 2005-01-03 [colin]      0.9.13cvs25.4
14218
14219         * src/common/utils.c
14220         * src/common/utils.h
14221         * src/gtk/prefswindow.c
14222                 Move auto pointer stuff to utils.c
14223                 Patch by Alfons again :)
14224
14225 2005-01-03 [colin]      0.9.13cvs25.3
14226
14227         * src/compose.c
14228         * src/prefs_gtk.c
14229         * src/prefs_template.c
14230         * src/textview.c
14231                 Empty text widgets with empty strings, not NULL char
14232                 Patch by SungHyun Nam <namsh@kldp_org>
14233
14234 2005-01-03 [colin]      0.9.13cvs25.2
14235
14236         * src/main.c
14237         * AUTHORS
14238                 Sync with HEAD
14239
14240 2005-01-03 [colin]      0.9.13cvs25.1
14241
14242         * src/pop.c
14243         * src/pop.h
14244                 Sync with HEAD
14245
14246 2005-01-03 [colin]      0.9.13cvs24.3
14247
14248         * src/account.c
14249                 Two patches from Alfons and Alex S Moore:
14250                 fix images, fix return value.
14251
14252 2005-01-01 [colin]      0.9.13cvs24.2
14253
14254         * src/prefs_actions.c
14255                 Fix over-zealous assertion. Patch by Alfons
14256
14257 2005-01-01 [colin]      0.9.13cvs24.1
14258
14259         * src/procmime.c
14260                 Sync with HEAD (leak fix)
14261
14262 2004-12-31 [colin]      0.9.13cvs23.2
14263
14264         * src/prefs_common.c
14265                 GTK2 widgets + stock buttons - patch by Alfons
14266
14267 2004-12-31 [paul]       0.9.13cvs23.1
14268
14269         * configure.ac
14270                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14271         * src/gtk/pluginwindow.c
14272                 use GTK2 widgets and plug memory leaks,
14273                 patches by Alfons
14274
14275 2004-12-30 [colin]      0.9.13cvs22.4
14276
14277         * src/account.c
14278         * src/action.c
14279         * src/export.c
14280         * src/foldersel.c
14281         * src/import.c
14282         * src/message_search.c
14283         * src/prefs_actions.c
14284         * src/prefs_common.c
14285         * src/prefs_customheader.c
14286         * src/prefs_filtering.c
14287         * src/prefs_summary_column.c
14288         * src/summary_search.c
14289         * src/gtk/about.c
14290         * src/gtk/description_window.c
14291         * src/gtk/gtkutils.c
14292         * src/gtk/gtkutils.h
14293         * src/gtk/inputdialog.c
14294         * src/gtk/prefswindow.c
14295                 Use GTK2 stock buttons. Patches by Alfons.
14296
14297 2004-12-30 [colin]      0.9.13cvs22.3
14298
14299         * src/account.c
14300                 Sync with HEAD
14301         * src/prefs_actions.c
14302         * src/prefs_customheader.c
14303         * src/prefs_filtering.c
14304         * src/prefs_msg_colors.c
14305         * src/prefs_summary_column.c
14306         * src/gtk/prefswindow.c
14307                 Use GtkTreeView instead of deprecated 
14308                 widgets. Patches by Alfons.
14309
14310 2004-12-30 [paul]       0.9.13cvs22.2
14311
14312         * src/foldersel.c
14313                 use GTK 2 Tree View
14314                 patch by Alfons, with root folder sorting fix
14315                 by Stephan Sachse
14316
14317 2004-12-30 [paul]       0.9.13cvs22.1
14318
14319         * ChangeLog
14320         * ChangeLog.claws
14321         * ChangeLog.jp
14322         * NEWS
14323         * configure.ac
14324         * src/account.c
14325                 sync with HEAD
14326
14327 2004-12-22 [martin]     0.9.13cvs21.2
14328
14329         * src/action.c
14330                 free the command line after its use
14331
14332 2004-12-18 [paul]       0.9.13cvs21.1
14333
14334         * AUTHORS
14335         * ChangeLog
14336         * ChangeLog.claws
14337         * ChangeLog.jp
14338         * NEWS
14339         * configure.ac
14340         * src/action.c
14341         * src/compose.c
14342         * src/syldap.c
14343                 sync with HEAD
14344
14345 2004-12-17 [martin]     0.9.13cvs17.2
14346
14347         * src/action.c
14348                 convert actions input to locale
14349         * src/inc.c
14350                 convert notification command to locale
14351         * src/plugins/pgpmime/select-keys.c
14352                 convert attributes to utf8
14353
14354 2004-12-14 [colin]      0.9.13cvs17.1
14355
14356         * ChangeLog
14357         * ChangeLog.jp
14358         * ChangeLog.claws
14359         * src/action.c
14360         * src/common/utils.c
14361         * src/gtk/prefswindow.c
14362         * src/gtk/gtkutils.c
14363         * src/gtk/gtkutils.h
14364         * src/plugins/spamassassin/libspamc.c
14365                 Sync with HEAD
14366
14367 2004-12-13 [colin]      0.9.13cvs14.1
14368
14369         * src/quote_fmt_parse.y
14370                 Sync with HEAD
14371
14372 2004-12-10 [colin]      0.9.13cvs12.1
14373
14374         * src/prefs_themes.c
14375         * src/mainwindow.c
14376         * src/messageview.c
14377                 Sync with HEAD
14378
14379 2004-12-09 [colin]      0.9.13cvs10.1
14380
14381         * src/procmime.c
14382                 Sync with HEAD (fix B64 encoding from memory)
14383
14384 2004-12-08 [colin]      0.9.13cvs9.1
14385
14386         * src/gtk/colorlabel.c
14387                 Sync with HEAD
14388
14389 2004-12-08 [paul]       0.9.13cvs8.2
14390
14391         * src/gtk/pluginwindow.c
14392                 fix window resizing oddities
14393
14394 2004-12-08 [colin]      0.9.13cvs8.1
14395
14396         * src/quote_fmt_parse.y
14397                 Sync with HEAD
14398
14399 2004-12-08 [colin]      0.9.13cvs7.1
14400
14401         * src/matcher_parser_parse.y
14402         * src/msgcache.c
14403         * src/prefs_matcher.c
14404         * src/procheader.c
14405         * src/matcher.c
14406         * src/common/defs.h
14407         * po/sr.po
14408                 Sync with HEAD
14409
14410 2004-12-08 [colin]      0.9.13cvs6.1
14411
14412         * src/quote_fmt_parse.y
14413         * src/textview.c
14414                 Sync with HEAD
14415         * src/gtk/prefswindow.c
14416         * src/gtk/pluginwindow.c
14417                 Fix G_CALLBACKS protos (thanks to Alfons)
14418
14419 2004-12-07 [torte]      0.9.13cvs2.2
14420
14421         * src/procmime.c
14422                 [Bug 650] reply button causes crash
14423                 Thanks to David Relson and Christoph
14424
14425 2004-12-07 [colin]      0.9.13cvs2.1
14426
14427         * ChangeLog.claws
14428         * AUTHORS
14429         * po/sk.po
14430         * src/procmime.c
14431         * src/prefs_account.c
14432         * src/common/smtp.c
14433         * src/common/smtp.h
14434                 Sync with HEAD
14435
14436 2004-12-06 [colin]      0.9.12cvs187.1
14437
14438         * ChangeLog.claws
14439         * INSTALL
14440         * Makefile.am
14441         * README.claws
14442         * TODO.claws
14443         * configure.ac
14444         * po/bg.po
14445         * po/cs.po
14446         * po/el.po
14447         * po/en_GB.po
14448         * po/es.po
14449         * po/fr.po
14450         * po/hr.po
14451         * po/hu.po
14452         * po/it.po
14453         * po/ja.po
14454         * po/ko.po
14455         * po/nl.po
14456         * po/pl.po
14457         * po/pt_BR.po
14458         * po/ru.po
14459         * po/sk.po
14460         * po/sr.po
14461         * po/sv.po
14462         * po/zh_CN.po
14463         * po/zh_TW.Big5.po
14464         * src/compose.c
14465         * tools/Makefile.am
14466         * tools/README
14467         * tools/filter_conv.pl
14468         * tools/kdeservicemenu/README
14469         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14470         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14471                 Sync with HEAD
14472
14473 2004-12-04 [colin]      0.9.12cvs183.1
14474
14475         * src/compose.c
14476                 Sync with HEAD (compose window position saving)
14477
14478 2004-12-04 [paul]       0.9.12cvs182.3
14479
14480         * src/messageview.c
14481         * src/mimeview.c
14482         * src/prefs_customheader.c
14483         * src/gtk/quicksearch.c
14484                 replace some forgotten GTK_SIGNAL_FUNCs
14485
14486 2004-12-04 [paul]       0.9.12cvs182.2
14487
14488         * src/Makefile.am
14489                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14490                 committed in error      
14491
14492 2004-12-04 [paul]       0.9.12cvs182.1
14493
14494         * ChangeLog
14495         * ChangeLog.claws
14496         * ChangeLog.jp
14497         * INSTALL
14498         * NEWS
14499         * README
14500         * README.jp
14501         * configure.ac
14502         * doc/manual/ja/Makefile.am
14503         * doc/manual/ja/sylpheed-1.html
14504         * doc/manual/ja/sylpheed-10.html
14505         * doc/manual/ja/sylpheed-11.html
14506         * doc/manual/ja/sylpheed-12.html
14507         * doc/manual/ja/sylpheed-13.html
14508         * doc/manual/ja/sylpheed-14.html
14509         * doc/manual/ja/sylpheed-15.html
14510         * doc/manual/ja/sylpheed-16.html
14511         * doc/manual/ja/sylpheed-17.html
14512         * doc/manual/ja/sylpheed-18.html
14513         * doc/manual/ja/sylpheed-19.html
14514         * doc/manual/ja/sylpheed-2.html
14515         * doc/manual/ja/sylpheed-20.html
14516         * doc/manual/ja/sylpheed-3.html
14517         * doc/manual/ja/sylpheed-4.html
14518         * doc/manual/ja/sylpheed-5.html
14519         * doc/manual/ja/sylpheed-6.html
14520         * doc/manual/ja/sylpheed-7.html
14521         * doc/manual/ja/sylpheed-8.html
14522         * doc/manual/ja/sylpheed-9.html
14523         * doc/manual/ja/sylpheed.html
14524         * doc/manual/ja/sylpheed.sgml
14525         * po/de.po
14526         * src/Makefile.am
14527         * src/compose.c
14528         * src/procmime.c
14529         * src/pixmaps/regular.xpm **REMOVED**
14530         * src/plugins/pgpmime/pgpmime.c
14531         * src/plugins/pgpmime/plugin.c
14532         * src/plugins/pgpmime/prefs_gpg.c
14533                 sync with HEAD
14534
14535 2004-12-03 [paul]       0.9.12cvs180.1
14536
14537         * ChangeLog
14538         * ChangeLog.claws
14539         * ChangeLog.jp
14540         * configure.ac
14541         * src/Makefile.am
14542         * src/pop.c
14543         * src/common/utils.c
14544         * src/common/utils.h
14545         * src/pixmaps/continue.xpm
14546         * src/pixmaps/dir_close.xpm
14547         * src/pixmaps/dir_open.xpm
14548         * src/pixmaps/drafts_close.xpm
14549         * src/pixmaps/drafts_open.xpm
14550         * src/pixmaps/folder.xpm **REMOVED**
14551         * src/pixmaps/group.xpm
14552         * src/pixmaps/unread.xpm
14553                 sync with HEAD
14554
14555 2004-12-02 [colin]      0.9.12cvs179.1
14556
14557         * src/compose.c
14558                 Sync with HEAD (non-duplicated reedition)
14559
14560 2004-12-02 [colin]      0.9.12cvs178.1
14561
14562         * src/compose.c
14563                 Sync with HEAD (linewrap_quote fix)
14564
14565 2004-12-01 [colin]      0.9.12cvs177.3
14566
14567         * src/addrharvest.c
14568                 Replace sizeof with strlen
14569
14570 2004-12-01 [paul]       0.9.12cvs177.2
14571
14572         * src/addrharvest.c
14573                 fix 'harvest addresses'
14574
14575 2004-11-30 [colin]      0.9.12cvs177.1
14576
14577         * src/gtk/prefswindow.c
14578         * src/gtk/pluginwindow.c
14579                 Sync with HEAD
14580
14581 2004-11-29 [colin]      0.9.12cvs176.1
14582
14583         * src/folderview.c
14584                 sync with HEAD (Fix disappearing separators in folderview's popup)
14585
14586 2004-11-29 [colin]      0.9.12cvs175.1
14587
14588         * src/procmime.c
14589                 Sync with head (another format fix)
14590
14591 2004-11-29 [colin]      0.9.12cvs174.1
14592
14593         * src/pop.c
14594                 Sync with HEAD (format string fix)
14595
14596 2004-11-26 [colin]      0.9.12cvs173.1
14597
14598         * src/common/smtp.c
14599         * src/common/smtp.h
14600                 Sync with HEAD
14601
14602 2004-11-24 [colin]      0.9.12cvs172.1
14603
14604         * src/plugins/pgpmime/pgpmime.c
14605                 Sync with HEAD
14606
14607 2004-11-24 [colin]      0.9.12cvs171.1
14608
14609         * src/plugins/pgpmime/pgpmime.c
14610                 Sync with head (gpgmectx leaks)
14611
14612 2004-11-24 [colin]      0.9.12cvs169.1
14613
14614         * src/plugins/pgpmime/plugin.c
14615         * src/plugins/trayicon/Makefile.am
14616         * src/plugins/trayicon/newmarkedmail.xpm
14617         * src/plugins/trayicon/trayicon.c
14618         * src/plugins/trayicon/unreadmarkedmail.xpm
14619                 Sync with HEAD
14620
14621 2004-11-23 [colin]      0.9.12cvs168.1
14622
14623         * src/partial_download.c
14624         * src/partial_download.h
14625         * src/plugins/pgpmime/plugin.c
14626                 Sync with HEAD
14627
14628 2004-11-23 [colin]      0.9.12cvs166.1
14629
14630         * src/Makefile.am
14631         * src/codeconv.c
14632         * src/compose.c
14633         * src/folderview.c
14634         * src/main.c
14635         * src/partial_download.c
14636         * src/partial_download.h
14637         * src/prefs_account.c
14638         * src/prefs_account.h
14639         * src/privacy.c
14640         * src/privacy.h
14641         * src/procmime.c
14642         * src/common/Makefile.am
14643         * src/common/base64.h
14644         * src/common/partial_download.c
14645         * src/common/partial_download.h
14646         * src/gtk/prefswindow.c
14647         * src/gtk/prefswindow.h
14648         * src/plugins/pgpmime/pgpmime.c
14649         * src/plugins/pgpmime/prefs_gpg.c
14650         * src/plugins/pgpmime/prefs_gpg.h
14651         * src/plugins/pgpmime/sgpgme.c
14652         * src/plugins/pgpmime/sgpgme.h
14653                 Sync with HEAD
14654
14655 2004-11-23 [colin]      0.9.12cvs163.1
14656
14657         * src/main.c
14658                 Sync with HEAD (cursor optimization)
14659
14660 2004-11-23 [colin]      0.9.12cvs162.1
14661
14662         * src/prefs_common.c
14663         * src/prefs_themes.c
14664         * src/procmsg.c
14665                 Sync with HEAD
14666
14667 2004-11-23 [colin]      0.9.12cvs158.9
14668
14669         * src/compose.c
14670                 Fix double-free when forwarding
14671         * src/msgcache.c
14672                 Fix leak on error path
14673                 
14674
14675 2004-11-23 [colin]      0.9.12cvs158.8
14676
14677         * src/compose.c
14678                 Fix possible double-free
14679                 Spotted by Alfons
14680
14681 2004-11-23 [colin]      0.9.12cvs158.7
14682
14683         * src/compose.c
14684                 Fix some signal handlers' prototypes
14685                 Spotted by Alfons
14686
14687 2004-11-22 [colin]      0.9.12cvs158.6
14688
14689         * src/compose.c
14690                 Remove unneeded code and duplicated
14691                 wrapping - patch by Alfons
14692
14693 2004-11-22 [colin]      0.9.12cvs158.5
14694
14695         * src/prefs_themes.c
14696                 Fix oversized selector
14697
14698 2004-11-22 [colin]      0.9.12cvs158.4
14699
14700         * src/compose.c
14701                 fix dump_text()
14702                 patch by Alfons
14703
14704 2004-11-19 [colin]      0.9.12cvs158.3
14705
14706         * src/textview.c
14707                 Add a context menu on links (open, copy)
14708
14709 2004-11-18 [paul]       0.9.12cvs158.2
14710
14711         * src/addrgather.c
14712         * src/exphtmldlg.c
14713         * src/expldifdlg.c
14714         * src/mimeview.c
14715         * src/prefs_common.c
14716         * src/plugins/image_viewer/viewer.c
14717         * src/plugins/spamassassin/spamassassin_gtk.c
14718                 replace deprecated gtk_notebook_set_page
14719                 and gtk_notebook_current_page
14720
14721 2004-11-18 [paul]       0.9.12cvs158.1
14722
14723         * configure.ac
14724         * src/compose.c
14725         * src/mainwindow.c
14726         * src/messageview.c
14727         * src/prefs_common.c
14728         * src/common/utils.c
14729         * src/common/utils.h
14730                 sync with HEAD
14731
14732 2004-11-17 [colin]      0.9.12cvs156.1
14733
14734         * src/prefs_account.c
14735         * src/prefs_account.h
14736         * src/procmsg.c
14737                 Sync with HEAD (add pref to store encrypted mails encrypted)
14738
14739 2004-11-17 [paul]       0.9.12cvs155.1
14740
14741         * ChangeLog
14742         * ChangeLog.claws
14743         * ChangeLog.jp
14744         * NEWS
14745         * configure.ac
14746         * src/compose.c
14747         * src/jpilot.c
14748         * src/privacy.c
14749         * src/procmime.c
14750         * src/procmime.h
14751         * src/procmsg.c
14752         * src/toolbar.c
14753         * src/pixmaps/error.xpm
14754                 sync with HEAD
14755
14756 2004-11-17 [colin]      0.9.12cvs151.1
14757
14758         * src/plugins/pgpmime/pgpmime.c
14759                 Sync with HEAD (remove debug printf)
14760
14761 2004-11-17 [colin]      0.9.12cvs150.1
14762
14763         * src/plugins/pgpmime/pgpmime.c
14764                 Sync with HEAD (off-by-one fix)
14765
14766 2004-11-17 [colin]      0.9.12cvs149.1
14767
14768         * src/procmsg.c
14769                 Sync with HEAD (coding style fixes)
14770
14771 2004-11-16 [colin]      0.9.12cvs148.1
14772
14773         * src/procmsg.c
14774                 Sync with head (Fix the fix)
14775
14776 2004-11-16 [colin]      0.9.12cvs147.1
14777
14778         * src/procmsg.c
14779                 Sync with Main (leak fix)
14780
14781 2004-11-16 [colin]      0.9.12cvs146.14
14782
14783         * src/compose.c
14784                 Remove useless chunk of code
14785                 Patch by Alfons
14786
14787 2004-11-15 [colin]      0.9.12cvs146.13
14788
14789         * src/compose.c
14790                 Fix drafting after insertion
14791                 Patch by Alfons
14792
14793 2004-11-15 [colin]      0.9.12cvs146.12
14794
14795         * src/compose.c
14796         * src/prefs_filtering.c
14797         * src/prefs_filtering_action.c
14798         * src/prefs_toolbar.c
14799                 Fix some const-correctness
14800
14801 2004-11-15 [colin]      0.9.12cvs146.11
14802
14803         * src/summaryview.c
14804         * src/prefs_themes.c
14805         * src/messageview.c
14806                 Fix some leaks
14807
14808 2004-11-15 [colin]      0.9.12cvs146.10
14809
14810         * src/codeconv.c
14811                 More unreadable locale fixes
14812
14813 2004-11-14 [colin]      0.9.12cvs146.9
14814
14815         * src/textview.c
14816                 Fix uri_security_check
14817                 Patch by Alfons
14818
14819 2004-11-13 [paul]       0.9.12cvs146.8
14820
14821         * src/folder.c
14822         * src/procmime.c
14823                 fix 2 bugs introduced in last commit
14824
14825 2004-11-13 [paul]       0.9.12cvs146.7
14826
14827         * src/compose.c
14828         * src/exporthtml.c
14829         * src/exportldif.c
14830         * src/folder.c
14831         * src/imap.c
14832         * src/imap_gtk.c
14833         * src/main.c
14834         * src/mainwindow.c
14835         * src/messageview.c
14836         * src/mh_gtk.c
14837         * src/prefs_themes.c
14838         * src/procmime.c
14839         * src/setup.c
14840         * src/summaryview.c
14841                 replace deprecated g_basename
14842
14843 2004-11-13 [paul]       0.9.12cvs146.6
14844
14845         * src/compose.c
14846         * src/imap.c
14847         * src/matcher_parser.h
14848         * src/matcher_parser_parse.y
14849         * src/prefs_filtering.c
14850         * src/prefs_filtering_action.c
14851         * src/prefs_themes.c
14852         * src/prefs_toolbar.c
14853         * src/common/utils.c
14854                 various small fixes/cleanups
14855
14856 2004-11-12 [colin]      0.9.12cvs146.5
14857
14858         * src/textview.c
14859                 Validate event's origin on visibility notify
14860                 Patch by Alfons.
14861
14862 2004-11-12 [paul]       0.9.12cvs146.4
14863
14864         * src/exporthtml.c
14865         * src/exportldif.c
14866         * src/imap.c
14867         * src/mh.c
14868         * src/mimeview.c
14869         * src/prefs_spelling.c
14870         * src/prefs_themes.c
14871                 replace deprecated g_dirname    
14872
14873 2004-11-12 [colin]      0.9.12cvs146.3
14874
14875         * src/textview.c
14876                 Some coding style fixes
14877
14878 2004-11-12 [colin]      0.9.12cvs146.2
14879
14880         * src/codeconv.c
14881                 We want to replace _all_ extended chars in
14882                 conv_unreadable_*, because any string containing
14883                 extended chars not parsing as UTF8 is 
14884                 undisplayed on gtk2.
14885
14886 2004-11-12 [paul]       0.9.12cvs146.1
14887
14888         * ChangeLog
14889         * ChangeLog.claws
14890         * ChangeLog.jp
14891         * NEWS
14892         * configure.ac
14893         * src/account.c
14894         * src/folderview.c
14895         * src/folderview.h
14896         * src/imap.c
14897         * src/imap_gtk.c
14898         * src/inc.c
14899         * src/mainwindow.c
14900         * src/mh_gtk.c
14901         * src/news_gtk.c
14902         * src/pop.c
14903         * src/prefs_account.c
14904         * src/prefs_account.h
14905         * src/prefs_ext_prog.c
14906         * src/procmime.c
14907         * src/procmime.h
14908         * src/procmsg.c
14909         * src/procmsg.h
14910         * src/summary_search.c
14911         * src/summaryview.c
14912         * src/textview.c
14913         * src/common/defs.h
14914         * src/common/utils.c
14915         * src/common/utils.h
14916         * src/gtk/menu.c
14917         * src/gtk/menu.h
14918                 sync with HEAD
14919
14920 2004-11-11 [colin]      0.9.12cvs144.2
14921
14922         * src/textview.c
14923                 Fix URI range selection (patch by Alfons)
14924
14925 2004-11-09 [colin]      0.9.12cvs144.1
14926
14927         * ChangeLog.claws
14928         * src/compose.c
14929         * src/folder.c
14930         * src/folder_item_prefs.c
14931         * src/prefs_account.c
14932         * src/prefs_account.h
14933         * src/plugins/pgpmime/pgpmime.c
14934                 Sync with HEAD
14935
14936 2004-11-08 [colin]      0.9.12cvs143.1
14937
14938         * src/summaryview.c
14939                 Sync with HEAD (optimize quicksearch)
14940
14941 2004-11-08 [colin]      0.9.12cvs142.2
14942
14943         * src/compose.c
14944                 Don't wrap when Edit/Auto wrapping is disabled
14945
14946 2004-11-08 [colin]      0.9.12cvs142.1
14947
14948         * src/textview.c
14949                 Sync with HEAD
14950
14951 2004-11-08 [colin]      0.9.12cvs141.1
14952
14953         * src/textview.c
14954                 Sync with HEAD (fix some mail URIs)
14955
14956 2004-11-08 [colin]      0.9.12cvs140.3
14957
14958         * src/textview.c
14959                 o Use text cursor instead of arrow when
14960                   not on a link
14961                 o Fix handling of contiguous links (as in
14962                   "colin@colino.net" <colin@colino.net>)
14963                   This one unveils a bug in get_email_part()
14964
14965 2004-11-07 [colin]      0.9.12cvs140.2
14966
14967         * src/textview.c
14968                 Fix memleak. Patch by Alfons.
14969
14970 2004-11-06 [colin]      0.9.12cvs140.1
14971
14972         * src/compose.c
14973                 Sync with HEAD (don't ask passphrase
14974                 when drafting)
14975
14976 2004-11-06 [paul]       0.9.12cvs139.2
14977
14978         * AUTHORS
14979         * src/textview.c
14980         * src/textview.h
14981                 textview URI handling. hovering over a 
14982                 link displays it in the status bar,
14983                 and changes the mouse pointer to a hand 
14984                 cursor. a link is activated with a single 
14985                 click. (Modified from the) patch by Jean-Yves 
14986                 Lefort <jylefort@users.sourceforge.net>
14987                 
14988
14989 2004-11-05 [colin]      0.9.12cvs139.1
14990
14991         * src/compose.c
14992         * src/procmime.c
14993                 Sync with HEAD again ^^
14994
14995 2004-11-05 [colin]      0.9.12cvs139.1
14996
14997         * src/compose.c
14998         * src/procmime.c
14999                 Sync with HEAD
15000
15001 2004-11-03 [paul]       0.9.12cvs138.1
15002
15003         * ChangeLog.claws
15004         * configure.ac
15005         * po/POTFILES.in
15006         * src/prefs_ext_prog.c
15007         * src/procmime.c
15008         * tools/kdeservicemenu/README
15009         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15010         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15011                 sync with HEAD
15012
15013 2004-11-01 [christoph]  0.9.12cvs136.2
15014
15015         * src/procmime.c
15016                 convert MIME parameters to UTF-8
15017
15018 2004-10-29 [colin]      0.9.12cvs136.1
15019
15020         * src/common/utils.c
15021                 Sync with HEAD (don't use '=' in mime boundary)
15022
15023 2004-10-29 [paul]       0.9.12cvs135.1
15024
15025         * configure.ac
15026         * doc/src/rfc2231.txt
15027         * src/procmime.c
15028         * src/common/quoted-printable.c
15029         * src/common/utils.c
15030         * src/common/utils.h
15031                 sync with HEAD
15032
15033 2004-10-27 [paul]       0.9.12cvs134.1
15034
15035         * configure.ac
15036         * src/main.c
15037         * src/procmime.c
15038         * src/plugins/pgpmime/pgpmime.c
15039                 sync with HEAD
15040
15041 2004-10-26 [paul]       0.9.12cvs132.3
15042
15043         * src/account.c
15044         * src/addressbook.c
15045         * src/addrgather.c
15046         * src/addrharvest.c
15047         * src/codeconv.c
15048         * src/compose.c
15049         * src/customheader.c
15050         * src/editaddress.c
15051         * src/editgroup.c
15052         * src/enriched.c
15053         * src/expldifdlg.c
15054         * src/exporthtml.c
15055         * src/exportldif.c
15056         * src/folder.c
15057         * src/foldersel.c
15058         * src/folderview.c
15059         * src/grouplistdialog.c
15060         * src/html.c
15061         * src/imap.c
15062         * src/jpilot.c
15063         * src/ldapserver.c
15064         * src/ldif.c
15065         * src/mimeview.c
15066         * src/news.c
15067         * src/news_gtk.c
15068         * src/pop.c
15069         * src/prefs_display_header.c
15070         * src/prefs_gtk.c
15071         * src/prefs_msg_colors.c
15072         * src/prefs_toolbar.c
15073         * src/procheader.c
15074         * src/procmime.c
15075         * src/summaryview.c
15076         * src/textview.c
15077         * src/toolbar.c
15078         * src/vcard.c
15079         * src/common/mgutils.c
15080         * src/common/nntp.c
15081         * src/common/smtp.c
15082         * src/common/template.c
15083         * src/common/utils.c
15084         * src/common/xmlprops.c
15085         * src/plugins/pgpmime/pgpmime.c
15086         * src/plugins/pgpmime/select-keys.c
15087         * src/plugins/pgpmime/sgpgme.c
15088                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15089                 g_string_sprintfa(), gtk_notebook_current_page()
15090
15091 2004-10-26 [colin]      0.9.12cvs132.2
15092
15093         * src/prefs_folder_item.c
15094                 Fix default-account selection
15095
15096 2004-10-21 [colin]      0.9.12cvs133
15097
15098         * src/compose.c
15099                 Sync with HEAD (Remove extra separator in compose's Options)
15100         * src/textview.c
15101                 Set wrapping to char
15102
15103 2004-10-21 [paul]       0.9.12cvs131.2
15104
15105         * src/compose.c
15106         * src/sourcewindow.c
15107                 fix wrapping
15108                 fix window shrinking 
15109
15110 2004-10-21 [colin]      0.9.12cvs131.1
15111
15112         * ChangeLog.claws
15113         * src/compose.c
15114                 Sync with HEAD
15115
15116 2004-10-21 [paul]       0.9.12cvs130.2
15117
15118         * src/prefs_folder_item.c
15119                 sync with HEAD (Apply to subfolders)
15120
15121 2004-10-19 [colin]      0.9.12cvs130.1
15122
15123         * ChangeLog.claws
15124         * src/compose.c
15125         * src/common/utils.c
15126         * src/gtk/menu.c
15127                 Sync with HEAD
15128
15129 2004-10-19 [colin]      0.9.12cvs128.1
15130
15131         * src/addrbook.c
15132         * src/addrcache.c
15133         * src/addressbook.c
15134         * src/codeconv.c
15135         * src/compose.c
15136         * src/customheader.c
15137         * src/editaddress.c
15138         * src/editgroup.c
15139         * src/exporthtml.c
15140         * src/folder.c
15141         * src/folderview.c
15142         * src/imap.c
15143         * src/jpilot.c
15144         * src/main.c
15145         * src/matcher_parser_parse.y
15146         * src/mbox.c
15147         * src/pop.c
15148         * src/prefs_account.c
15149         * src/prefs_gtk.c
15150         * src/prefs_msg_colors.c
15151         * src/procheader.c
15152         * src/procmime.c
15153         * src/procmime.h
15154         * src/procmsg.c
15155         * src/summaryview.c
15156         * src/textview.c
15157         * src/common/base64.c
15158         * src/common/partial_download.c
15159         * src/common/socket.c
15160         * src/common/sylpheed.c
15161         * src/common/utils.c
15162         * src/common/utils.h
15163         * src/gtk/pluginwindow.c
15164         * src/gtk/quicksearch.c
15165         * src/plugins/clamav/clamav_plugin.c
15166         * src/plugins/clamav/clamav_plugin.h
15167         * src/plugins/clamav/clamav_plugin_gtk.c
15168         * src/plugins/pgpmime/passphrase.c
15169         * src/plugins/pgpmime/pgpmime.c
15170         * src/plugins/pgpmime/plugin.c
15171         * src/plugins/pgpmime/prefs_gpg.c
15172         * src/plugins/pgpmime/prefs_gpg.h
15173         * src/plugins/pgpmime/select-keys.c
15174         * src/plugins/pgpmime/sgpgme.c
15175         * src/plugins/spamassassin/libspamc.c
15176         * src/plugins/spamassassin/spamassassin.c
15177         * src/plugins/spamassassin/spamassassin.h
15178         * src/plugins/spamassassin/spamassassin_gtk.c
15179         * src/plugins/trayicon/trayicon.c
15180         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15181                 Sync with HEAD
15182
15183 2004-10-14 [colin]      0.9.12cvs126.2
15184
15185         * src/codeconv.c
15186         * src/textview.c
15187                 Fix conv_unreadable_locale
15188
15189 2004-10-13 [colin]      0.9.12cvs126.1
15190
15191         * src/compose.c
15192                 Sync with HEAD (don't convert charset for 
15193                 drafted messages, minor cleanup)
15194
15195 2004-10-13 [colin]      0.9.12cvs125.1
15196
15197         * po/POTFILES.in
15198                 Sync with HEAD (POTFILES fix)
15199
15200 2004-10-12 [colin]      0.9.12cvs124.3
15201
15202         * src/compose.c
15203                 Fix encoding bug from latest sync
15204
15205 2004-10-12 [paul]       0.9.12cvs124.2
15206
15207         * src/plugins/pgpmime/prefs_gpg.c
15208         * src/plugins/pgpmime/prefs_gpg.h
15209                 forgotten in last commit        
15210
15211 2004-10-12 [paul]       0.9.12cvs124.1
15212
15213         * ChangeLog.claws
15214         * configure.ac
15215         * m4/spamassassin.m4
15216         * src/Makefile.am
15217         * src/account.c
15218         * src/compose.c
15219         * src/compose.h
15220         * src/crash.c
15221         * src/main.c
15222         * src/mimeview.c
15223         * src/passphrase.c
15224         * src/passphrase.h
15225         * src/prefs_account.c
15226         * src/prefs_account.h
15227         * src/prefs_common.c
15228         * src/privacy.c
15229         * src/privacy.h
15230         * src/procmime.c
15231         * src/procmime.h
15232         * src/procmsg.c
15233         * src/rfc2015.c
15234         * src/rfc2015.h
15235         * src/select-keys.c
15236         * src/select-keys.h
15237         * src/textview.c
15238         * src/common/utils.c
15239         * src/common/utils.h
15240         * src/gtk/about.c
15241         * src/plugins/pgpmime/Makefile.am
15242         * src/plugins/pgpmime/passphrase.c
15243         * src/plugins/pgpmime/passphrase.h
15244         * src/plugins/pgpmime/pgpmime.c
15245         * src/plugins/pgpmime/plugin.c
15246         * src/plugins/pgpmime/select-keys.c
15247         * src/plugins/pgpmime/select-keys.h
15248         * src/plugins/pgpmime/sgpgme.c
15249         * src/plugins/pgpmime/sgpgme.h
15250                 sync with HEAD
15251
15252 2004-10-04 [colin]      0.9.12cvs122.1
15253
15254         * src/mainwindow.c
15255         * src/messageview.c
15256         * src/messageview.h
15257         * src/textview.c
15258                 Sync with HEAD
15259
15260 2004-10-04 [colin]      0.9.12cvs121.1
15261
15262         * src/summaryview.c
15263                 Sync with HEAD
15264
15265 2004-10-04 [paul]       0.9.12cvs120.1
15266
15267         * configure.ac
15268                 sync with HEAD [don't try to build 
15269                 pgpmime plugin when gpgme is disabled]
15270
15271 2004-10-03 [colin]      0.9.12cvs119.3
15272
15273         * src/gtk/gtksctree.c
15274                 Lots of side effects. Put back as before 117.2.
15275         * src/summaryview.c
15276                 Fix bug #602
15277
15278 2004-10-03 [colin]      0.9.12cvs119.2
15279
15280         * src/gtk/gtksctree.c
15281                 Revert 608 fix that doesn't work that good
15282
15283 2004-10-02 [colin]      0.9.12cvs119.1
15284
15285         * src/mainwindow.c
15286         * src/messageview.c
15287         * src/prefs_common.h
15288         * src/procmime.c
15289         * src/procmime.h
15290         * src/textview.c
15291                 Sync with HEAD
15292         * src/gtk/gtksctree.c
15293                 Close bug #608
15294
15295 2004-10-01 [colin]      0.9.12cvs118.1
15296
15297         * src/mimeview.c
15298                 Sync with HEAD (better Save All fix)
15299
15300 2004-10-01 [colin]      0.9.12cvs117.2
15301
15302         * src/gtk/gtksctree.c
15303                 Faster on selection
15304
15305 2004-10-01 [colin]      0.9.12cvs117.1
15306
15307         * src/mimeview.c
15308                 Sync with HEAD (Save All: only attachments)
15309
15310 2004-10-01 [paul]       0.9.12cvs116.1
15311
15312         * ChangeLog.claws
15313         * configure.ac
15314         * src/account.c
15315         * src/prefs_common.c
15316         * src/gtk/colorlabel.c
15317                 sync with HEAD
15318
15319 2004-09-30 [colin]      0.9.12cvs115.1
15320
15321         * src/stock_pixmap.c
15322         * src/stock_pixmap.h
15323         * src/folderview.c
15324         * src/Makefile.am
15325         * src/pixmaps/read.xpm
15326                 Sync with HEAD (new pixmap)
15327
15328 2004-09-29 [colin]      0.9.12cvs114.1
15329
15330         * src/compose.c
15331                 Sync with HEAD
15332                 Fix focus handling in headers
15333
15334 2004-09-29 [paul]       0.9.12cvs113.1
15335
15336         * src/quote_fmt_parse.y
15337                 sync with HEAD
15338  
15339
15340 2004-09-28 [colin]      0.9.12cvs112.1
15341
15342         * src/folderview.c
15343         * src/mainwindow.c
15344                 Sync with HEAD
15345
15346 2004-09-28 [colin]      0.9.12cvs110.1
15347
15348         * src/folderview.c
15349                 Sync with HEAD (Contextual Empty trash menu)
15350
15351 2004-09-28 [colin]      0.9.12cvs108.1
15352
15353         * src/addressbook.c
15354                 Sync with HEAD (addressbook edit on double-click)
15355
15356 2004-09-28 [colin]      0.9.12cvs106.1
15357
15358         * src/inc.c
15359                 Sync with HEAD (folder_item freeze on inc)
15360
15361 2004-09-27 [colin]      0.9.12cvs105.1
15362
15363         * src/folderview.c
15364                 Sync with HEAD (right-align new and unread column)
15365
15366 2004-09-27 [colin]      0.9.12cvs104.1
15367
15368         * src/main.c
15369                 Sync with HEAD (revert 0.9.12cvs101)
15370
15371 2004-09-24 [colin]      0.9.12cvs103.2
15372
15373         * src/wizard.c
15374                 Fix gtk warnings and use domain part of the email address 
15375                 when domain detection fails (no dot in domain name)
15376
15377 2004-09-23 [colin]      0.9.12cvs103.1
15378
15379         * src/plugins/spamassassin/libspamc.c
15380         * src/plugins/spamassassin/libspamc.h
15381         * src/plugins/spamassassin/utils.c
15382         * src/plugins/spamassassin/utils.h
15383                 Sync with HEAD (Update spamassassin to 3.0)
15384
15385 2004-09-21 [colin]      0.9.12cvs102.3
15386
15387         * src/action.c
15388                 Add horizontal scrollbar in action io dialog as needed
15389                 Patch by Alfons.
15390
15391 2004-09-20 [colin]      0.9.12cvs102.2
15392
15393         * src/plugins/image_viewer/viewer.c
15394                 Remove imlib stuff
15395                 use gtk_pixmap_set when clearing
15396                 (would be better to use gtkImages, but causes size-allocate 
15397                 signals storm)
15398
15399 2004-09-17 [paul]       0.9.12cvs102.1
15400
15401         * ChangeLog
15402         * ChangeLog.claws
15403         * ChangeLog.jp
15404         * configure.ac
15405         * src/inc.c
15406                 sync with HEAD
15407
15408
15409 2004-09-17 [colin]      0.9.12cvs101.1
15410
15411         * ChangeLog.claws
15412         * src/main.c
15413                 Sync with HEAD (fix segs at exit)
15414
15415 2004-09-14 [colin]      0.9.12cvs99.5
15416
15417         * src/common/socket.c
15418         * AUTHORS
15419                 Fix send error on 64bit platforms
15420                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15421
15422 2004-09-14 [colin]      0.9.12cvs99.4
15423
15424         * src/action.c
15425                 Fix action output with utf8 
15426                 Patch by Alfons.
15427
15428 2004-09-14 [colin]      0.9.12cvs99.3
15429
15430         * ChangeLog.claws
15431         * src/folder.c
15432                 Sync with HEAD
15433
15434 2004-09-09 [colin]      0.9.12cvs99.2
15435
15436         * src/action.c
15437                 Fix progress bar (displaying "Completed %v/%u")
15438                 Patch by Alfons.
15439
15440 2004-09-08 [colin]      0.9.12cvs99.1
15441
15442         * src/account.c
15443         * src/folder.c
15444         * src/procmsg.c
15445         * src/procmsg.h
15446         * src/plugins/pgpmime/pgpmime.c
15447                 Sync with HEAD
15448
15449 2004-09-08 [colin]      0.9.12cvs97.2
15450
15451         * src/summaryview.c
15452                 Don't select mails in collapsed threads 
15453                 when navigating with up/down
15454
15455 2004-09-07 [colin]      0.9.12cvs97.1
15456
15457         * src/inc.c
15458                 Sync with HEAD (meaningful error messages)
15459
15460 2004-09-06 [colin]      0.9.12cvs96.1
15461
15462         * src/toolbar.c
15463                 Sync with HEAD (fix Redirect graying out)
15464
15465 2004-09-06 [colin]      0.9.12cvs95.1
15466
15467         * src/summaryview.c
15468         * src/mimeview.c
15469                 Sync with HEAD (fix dropped URIs)
15470
15471 2004-09-06 [colin]      0.9.12cvs94.1
15472
15473         * src/addressbook.c
15474         * src/addressitem.h
15475         * src/addritem.c
15476         * src/addritem.h
15477                 Sync with HEAD (addressbook DnD)
15478
15479 2004-09-03 [colin]      0.9.12cvs93.1
15480
15481         * src/summaryview.c
15482                 Sync with HEAD (next/prev unread)
15483
15484 2004-09-03 [colin]      0.9.12cvs92.1
15485
15486         * src/prefs_common.c
15487         * src/prefs_common.h
15488         * src/summaryview.c
15489                 Sync with HEAD ('mark_as_read_delay' pref)
15490
15491 2004-09-02 [colin]      0.9.12cvs91.2
15492
15493         * src/common/xml.c
15494                 Fix leak
15495
15496 2004-09-02 [colin]      0.9.12cvs91.1
15497
15498         * src/gtk/menu.c
15499                 Sync with HEAD (menu accel don't work, but whatever)
15500
15501 2004-09-02 [colin]      0.9.12cvs90.1
15502
15503         * src/account.c
15504                 Sync with HEAD (fix bug 582)
15505
15506 2004-09-02 [colin]      0.9.12cvs89.1
15507
15508         * src/addrindex.c
15509                 Sync with HEAD (free deleted queries)
15510
15511 2004-09-02 [colin]      0.9.12cvs88.1
15512
15513         * src/ldapquery.c
15514                 Sync with HEAD (fix LDAP freezes)
15515
15516 2004-09-02 [colin]      0.9.12cvs87.1
15517
15518         * src/prefs_spelling.c
15519                 Sync with HEAD (add default dictionary)
15520
15521 2004-09-01 [colin]      0.9.12cvs86.1
15522
15523         * src/filtering.c
15524         * src/folderview.c
15525         * src/imap.c
15526         * src/prefs_matcher.c
15527         * src/stock_pixmap.c
15528         * src/summary_search.c
15529         * src/summaryview.c
15530         * src/wizard.c
15531         * src/wizard.h
15532                 Sync with HEAD (uninitialized vars fixes)
15533                 + gtk2 specific warning fixes
15534
15535 2004-08-31 [colin]      0.9.12cvs85.1
15536
15537         * src/folder.c
15538                 Sync with HEAD (Fix memory corruption due to 
15539                 uninitialized var)
15540
15541 2004-08-31 [colin]      0.9.12cvs84.4
15542
15543         * src/summary_search.c
15544                 Fix segfaults when searching in folders with broken headers
15545
15546 2004-08-31 [colin]      0.9.12cvs84.3
15547
15548         * src/compose.c
15549         * src/textview.c
15550                 Fix some more encoding/decoding issues
15551
15552 2004-08-30 [colin]      0.9.12cvs84.2
15553
15554         * src/mimeview.c
15555         * src/prefs_themes.c
15556         * src/gtk/filesel.c
15557         * src/gtk/filesel.h
15558                 Add a folder-mode selection (fixes mimeview's "Save all")
15559
15560 2004-08-29 [colin]      0.9.12cvs84.1
15561
15562         * src/mimeview.c
15563                 Sync with HEAD (don't escape saved filenames)
15564
15565 2004-08-27 [colin]      0.9.12cvs83.1
15566
15567         * ChangeLog
15568         * ChangeLog.claws
15569         * ChangeLog.jp
15570         * src/mh.c
15571         * src/procheader.c
15572         * src/procmsg.c
15573         * src/procmsg.h
15574         * src/common/utils.c
15575         * src/gtk/menu.h
15576         * po/
15577                 Sync with HEAD 0.9.12cvs83 (sync with main)
15578
15579 2004-08-26 [colin]      0.9.12cvs82.4
15580
15581         * src/codeconv.c
15582                 Fix strange stack corruption
15583                 Convert to utf8 after unmime, not before
15584
15585 2004-08-26 [colin]      0.9.12cvs82.3
15586
15587         * src/main.c
15588         * src/wizard.c
15589                 Fix account folders duplication
15590
15591 2004-08-25 [colin]      0.9.12cvs82.2
15592
15593         * src/wizard.c
15594                 Remove ports
15595                 Add SSL selection
15596                 Use login@server as account name
15597
15598 2004-08-25 [colin]      0.9.12cvs82.1
15599
15600         * src/plugins/pgpmime/pgpmime.c
15601                 Sync with HEAD (leak fix).
15602
15603 2004-08-25 [colin]      0.9.12cvs81.1
15604
15605         * src/plugins/pgpmime/pgpmime.c
15606         * src/plugins/pgpmime/sgpgme.c
15607         * src/plugins/pgpmime/sgpgme.h
15608                 Sync with HEAD (Handle combined messages).
15609
15610 2004-08-24 [colin]      0.9.12cvs80.3
15611
15612         * src/wizard.c
15613                 Fix full name, ports, and imap
15614
15615 2004-08-24 [colin]      0.9.12cvs80.2
15616
15617         * src/Makefile.am
15618         * src/main.c
15619         * src/setup.c
15620         * src/setup.h
15621         * src/stock_pixmap.c
15622         * src/stock_pixmap.h
15623         * src/wizard.c ** ADDED **
15624         * src/wizard.h ** ADDED ** 
15625         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15626                 Add a setup wizard 
15627
15628 2004-08-24 [colin]      0.9.12cvs80.1
15629
15630         * src/folder.c
15631                 Sync with HEAD (set mimeflags on all messages)
15632
15633 2004-08-24 [colin]      0.9.12cvs79.3
15634
15635         * src/matcher_parser_lex.l
15636                 Fix 8bits strings not in utf8
15637
15638 2004-08-24 [colin]      0.9.12cvs79.2
15639
15640         * src/compose.c
15641                 Check conversion result before replacing buffer
15642
15643 2004-08-23 [colin]      0.9.12cvs79.1
15644
15645         * src/compose.c
15646                 Sync with HEAD (create message header in memory)
15647
15648 2004-08-23 [colin]      0.9.12cvs78.1
15649
15650         * src/rfc2015.c
15651         * src/rfc2015.h
15652                 Sync with HEAD (fix bug 197 again)
15653
15654 2004-08-23 [colin]      0.9.12cvs77.3
15655
15656         * src/compose.c
15657                 Fix again inline gpg signing (which outputs utf8
15658                 in gtk2). Not syncing this fix to HEAD as this 
15659                 code is meant to die.
15660
15661 2004-08-23 [colin]      0.9.12cvs77.2
15662
15663         * src/prefs_account.h
15664                 Remove useless include
15665
15666 2004-08-23 [colin]      0.9.12cvs77.1
15667
15668         * src/imap.c
15669         * po/es.po
15670         * po/fr.po
15671         * po/it.po
15672         * po/pl.po
15673         * po/pt_BR.po
15674         * po/sk.po
15675         * po/sr.po
15676                 Sync with HEAD (fix bug 577)
15677
15678 2004-08-22 [colin]      0.9.12cvs76.1
15679
15680         * src/plugins/trayicon/trayicon.c
15681                 Sync with HEAD (fix formatting bug)
15682
15683 2004-08-21 [colin]      0.9.12cvs74.2
15684
15685         * src/gtk/colorsel.c
15686                 Fix bug 564 (Folder color selection window exits on any
15687                 keypress)
15688
15689 2004-08-21 [colin]      0.9.12cvs74.1
15690
15691         * ChangeLog.claws
15692         * src/compose.c
15693         * src/summaryview.c
15694         * src/toolbar.c
15695                 Sync with HEAD (fix bug 576)
15696
15697 2004-08-21 [colin]      0.9.12cvs70.1
15698
15699         * src/compose.c
15700         * src/mainwindow.c
15701                 Sync with HEAD
15702                 
15703
15704 2004-08-21 [paul]       0.9.12cvs66.4
15705
15706         * src/mainwindow.c
15707         * src/messageview.c
15708         * src/gtk/menu.c
15709         * src/plugins/spamassassin/spamassassin_gtk.c
15710                 remove some deprecated gtk1 functions
15711
15712
15713 2004-08-21 [colin]      0.9.12cvs66.3
15714
15715         * src/compose.c
15716         * src/codeconv.c
15717                 Fix warnings
15718                 Remove encoding hacks
15719                 Fix bug 575 (Strange character messes up message)
15720                 Don't display conversion error when drafting
15721
15722 2004-08-21 [paul]       0.9.12cvs66.2
15723
15724         * src/prefs_account.c
15725                 fix GnuPG mode bugs
15726
15727
15728 2004-08-20 [colin]      0.9.12cvs66.1
15729
15730         * src/codeconv.c
15731                 Sync with HEAD 0.9.12cvs66
15732
15733 2004-08-20 [paul]
15734
15735         * src/plugins/pgpmime/plugin.c
15736                 modify PGP/MIME plugin's description
15737
15738 2004-08-17 [colin]      0.9.12cvs65.1
15739
15740         * src/common/ssl.c
15741         * src/plugins/pgpmime/plugin.c
15742                 Sync with HEAD
15743
15744 2004-08-14 [colin]      0.9.12cvs60.3
15745
15746         * src/plugins/trayicon/trayicon.c
15747                 Put back resize callback, on size-request signal
15748                 rather than size-allocate to avoid infinite 
15749                 callback loop
15750
15751 2004-08-13 [colin]      0.9.12cvs60.2
15752
15753         * src/common/defs.h
15754                 Cache versions have been fixed
15755
15756 2004-08-13 [colin]      0.9.12cvs60.1
15757
15758         * src/folderutils.c
15759                 Sync with HEAD
15760
15761 2004-08-12 [colin]      0.9.12cvs59.1
15762
15763         * src/plugins/trayicon/trayicon.c
15764                 Sync with HEAD
15765
15766 2004-08-12 [colin]      0.9.12cvs57.5
15767
15768         * sylpheed.desktop
15769         * configure.ac
15770         * src/Makefile.am
15771         * src/main.c
15772                 Add support for Freedesktop.org's startup notification
15773
15774 2004-08-11 [colin]      0.9.12cvs57.4
15775
15776         * src/textview.c
15777                 Fix off-by-one
15778
15779 2004-08-11 [colin]      0.9.12cvs57.3
15780
15781         * src/message_search.c
15782         * src/summary_search.c
15783                 Make searches case insensitive by default
15784         * src/textview.c
15785                 Fix case-insensitive search in message
15786
15787 2004-08-11 [colin]      0.9.12cvs57.2
15788
15789         * src/summary_search.c
15790                 Let case-sensitive be specified
15791
15792 2004-08-10 [colin]      0.9.12cvs55.4
15793
15794         * src/common/socket.c
15795                 Fix the possible race condition
15796
15797 2004-08-09 [paul]       0.9.12cvs55.3
15798
15799         * configure.ac
15800         * src/Makefile.am
15801         * src/common/Makefile.am
15802                 sync with HEAD
15803
15804
15805 2004-08-09 [paul]       0.9.12cvs55.2
15806
15807         * autogen.sh
15808         * po/poconv.sh
15809                 remove unneeded script
15810
15811         * configure.ac
15812                 add forgotten USE_LDAP_TLS (sync with HEAD)
15813
15814
15815 2004-08-09 [colin]      0.9.12cvs55.1
15816
15817         * src/main.c
15818         * src/common/ssl.c
15819         * src/common/sylpheed.c
15820         * src/common/sylpheed.h
15821                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15822
15823 2004-08-09 [paul]       0.9.12cvs54.1
15824
15825         * ChangeLog
15826         * ChangeLog.claws
15827         * ChangeLog.jp
15828         * configure.ac
15829         * po/POTFILES.in
15830         * src/Makefile.am
15831         * src/folderutils.c
15832         * src/main.c
15833         * src/pgpmime.c
15834         * src/pgpmime.h
15835         * src/sgpgme.c
15836         * src/sgpgme.h
15837         * src/plugins/Makefile.am
15838         * src/plugins/pgpmime/.cvsignore
15839         * src/plugins/pgpmime/Makefile.am
15840         * src/plugins/pgpmime/pgpmime.c
15841         * src/plugins/pgpmime/pgpmime.h
15842         * src/plugins/pgpmime/plugin.c
15843         * src/plugins/pgpmime/sgpgme.c
15844         * src/plugins/pgpmime/sgpgme.h
15845                 sync with HEAD
15846
15847 2004-08-08 [paul]       0.9.12cvs51.1
15848
15849         * configure.ac
15850         * src/folder.c
15851                 sync with HEAD
15852
15853 2004-08-07 [colin]      0.9.12cvs50.1
15854
15855         * src/pop.c
15856         * src/common/partial_download.c
15857                 fix warnings (sync from HEAD)
15858
15859 2004-08-07 [colin]      0.9.12cvs48.1
15860
15861         * src/prefs_folder_item.c
15862                 sync with HEAD 0.9.12cvs48
15863
15864 2004-08-06 [colin]      0.9.12cvs47.1
15865
15866         * src/compose.c
15867                 Sync with HEAD
15868
15869 2004-08-06 [christoph]  0.9.12cvs46.2
15870
15871         * src/main.c
15872         * src/plugins/clamav/clamav_plugin_gtk.c
15873         * src/plugins/dillo_viewer/dillo_viewer.c
15874         * src/plugins/image_viewer/plugin.c
15875         * src/plugins/mathml_viewer/mathml_viewer.c
15876         * src/plugins/spamassassin/spamassassin_gtk.c
15877         * src/plugins/trayicon/trayicon.c
15878                 don't mix GTK1.2 plugin with GTK2 plugins
15879
15880 2004-08-06 [colin]      0.9.12cvs46.1
15881
15882         * ChangeLog
15883         * ChangeLog.claws
15884         * ChangeLog.jp
15885         * configure.ac
15886         * sylpheed-claws.pc.in
15887         * src/folder.c
15888         * src/imap.c
15889         * src/localfolder.c
15890         * src/messageview.c
15891         * src/mimeview.c
15892         * src/mimeview.h
15893         * src/msgcache.c
15894         * src/news.c
15895         * src/prefs_ext_prog.c
15896         * src/prefs_folder_item.c
15897         * src/prefs_fonts.c
15898         * src/prefs_msg_colors.c
15899         * src/prefs_spelling.c
15900         * src/prefs_themes.c
15901         * src/prefs_toolbar.c
15902         * src/prefs_wrapping.c
15903         * src/procmime.h
15904         * src/common/defs.h
15905         * src/common/nntp.c
15906         * src/common/session.c
15907         * src/common/session.h
15908         * src/common/socket.c
15909         * src/common/utils.h
15910         * src/common/xml.c
15911         * src/common/xml.h
15912         * src/gtk/prefswindow.c
15913         * src/gtk/prefswindow.h
15914         * src/plugins/clamav/clamav_plugin_gtk.c
15915         * src/plugins/dillo_viewer/dillo_prefs.c
15916         * src/plugins/image_viewer/viewerprefs.c
15917         * src/plugins/spamassassin/spamassassin_gtk.c
15918         * m4/openssl.m4 *** REMOVED ***
15919                 Sync with HEAD 0.9.12cvs46
15920
15921 2004-08-03 [paul]       0.9.12cvs40.2
15922
15923         * src/action.c
15924         * src/addressadd.c
15925         * src/addressbook.c
15926         * src/addrgather.c
15927         * src/browseldap.c
15928         * src/compose.c
15929         * src/crash.c
15930         * src/editaddress.c
15931         * src/editgroup.c
15932         * src/editldap_basedn.c
15933         * src/foldersel.c
15934         * src/importldif.c
15935         * src/mimeview.c
15936         * src/prefs_common.c
15937         * src/prefs_template.c
15938         * src/sourcewindow.c
15939         * src/summaryview.c
15940         * src/gtk/about.c
15941         * src/gtk/foldersort.c
15942         * src/gtk/logwindow.c
15943         * src/gtk/pluginwindow.c
15944         * src/gtk/prefswindow.c
15945                 change all gtk_scrolled_window_set_policy from 
15946                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15947
15948 2004-08-02 [paul]       0.9.12cvs40.1
15949
15950         * AUTHORS
15951                 update translation team section
15952         * po/pt_BR.po
15953                 updated by Frederico Goncalves Guimaraes
15954                 <fggdebian@yahoo.com.br>
15955
15956 2004-07-31 [colin]      0.9.12cvs39.9
15957
15958         * src/exphtmldlg.c
15959                 Fix compilation
15960
15961 2004-07-31 [colin]      0.9.12cvs39.8
15962
15963         * src/exphtmldlg.c
15964                 Fix an alertpanel type
15965
15966 2004-07-30 [colin]      0.9.12cvs39.7
15967
15968         * src/alertpanel.c
15969                 Fix alertpanel_error_log's icon
15970
15971 2004-07-30 [colin]      0.9.12cvs39.6
15972
15973         * src/pop.c
15974                 Two of them should still be warnings
15975
15976 2004-07-30 [colin]      0.9.12cvs39.5
15977
15978         * src/pop.c
15979                 More warning -> error
15980 2004-07-29 [colin]      0.9.12cvs39.4
15981
15982         * src/pop.c
15983                 Warning -> error
15984
15985 2004-07-29 [colin]      0.9.12cvs39.3
15986
15987         * src/prefs_matcher.c
15988                 Fix segfault
15989
15990 2004-07-29 [colin]      0.9.12cvs39.2
15991
15992         * src/alertpanel.c
15993                 More nice-looking alertpanels
15994
15995 2004-07-29 [colin]      0.9.12cvs39.1
15996
15997         * src/messageview.c
15998                 sync with head
15999                 (inform user when partial mail is deleted on server)
16000
16001 2004-07-29 [colin]      0.9.12cvs38.1
16002
16003         * src/messageview.c
16004                 sync with head
16005
16006 2004-07-28 [paul]       0.9.12cvs37.7
16007
16008         * src/mainwindow.c
16009                 complete the replacement of deprecated gtk_progress_*
16010
16011 2004-07-28 [paul]       0.9.12cvs37.6
16012
16013         * src/action.c
16014         * src/inc.c
16015         * src/mainwindow.c
16016         * src/send_message.c
16017         * src/gtk/progressdialog.c
16018         * src/gtk/progressdialog.h
16019                 replace deprecated gtk_progress_*
16020
16021 2004-07-28 [paul]       0.9.12cvs37.5
16022
16023         * src/gtk/filesel.c
16024                 remove gtk_window_set_wmclass()
16025 2004-07-28 [paul]       0.9.12cvs37.4
16026
16027         * src/addressbook.c
16028         * src/compose.c
16029         * src/foldersel.c
16030         * src/mainwindow.c
16031         * src/messageview.c
16032         * src/sourcewindow.c
16033         * src/gtk/logwindow.c
16034                 remove gtk_window_set_wmclass()
16035                 
16036         * src/prefs_filtering.c
16037         * src/prefs_filtering_action.c
16038         * src/prefs_fonts.c
16039         * src/prefs_gtk.c
16040         * src/prefs_matcher.c
16041         * src/ssl_manager.c
16042         * src/gtk/prefswindow.c
16043                 replace gtk_window_position()
16044
16045 2004-07-28 [colin]      0.9.12cvs37.3
16046
16047         * src/alertpanel.c
16048         * src/alertpanel.h
16049                 Add a way to specify panel type for specific
16050                 panels (alertpanel())
16051         * src/account.c
16052         * src/addressbook.c
16053         * src/compose.c
16054         * src/expldifdlg.c
16055         * src/main.c
16056         * src/messageview.c
16057         * src/summaryview.c
16058         * src/textview.c
16059         * src/gtk/sslcertwindow.c
16060                 Fix alertpanel()s so that their icon match
16061                 their real type
16062
16063 2004-07-28 [paul]       0.9.12cvs37.2
16064
16065         * src/addr_compl.c
16066         * src/addressbook.c
16067         * src/alertpanel.c
16068         * src/compose.c
16069         * src/export.c
16070         * src/foldersel.c
16071         * src/folderview.c
16072         * src/grouplistdialog.c
16073         * src/import.c
16074         * src/mainwindow.c
16075         * src/message_search.c
16076         * src/messageview.c
16077         * src/passphrase.c
16078         * src/prefs_actions.c
16079         * src/prefs_common.c
16080         * src/prefs_customheader.c
16081         * src/prefs_display_header.c
16082         * src/prefs_filtering.c
16083         * src/prefs_filtering_action.c
16084         * src/prefs_gtk.c
16085         * src/prefs_matcher.c
16086         * src/prefs_msg_colors.c
16087         * src/prefs_summary_column.c
16088         * src/prefs_template.c
16089         * src/sourcewindow.c
16090         * src/ssl_manager.c
16091         * src/summary_search.c
16092         * src/gtk/colorsel.c
16093         * src/gtk/description_window.c
16094         * src/gtk/gtkaspell.c
16095         * src/gtk/inputdialog.c
16096         * src/gtk/logwindow.c
16097         * src/gtk/prefswindow.c
16098         * src/gtk/progressdialog.c
16099                 replace deprecated gtk_window_set_policy
16100
16101 2004-07-27 [colin]      0.9.12cvs37.1
16102
16103         * src/msgcache.c
16104                 More fixes (synced for head again)
16105
16106 2004-07-27 [colin]      0.9.12cvs35.3
16107
16108         * src/msgcache.c
16109                 Fix wrong test
16110
16111 2004-07-27 [colin]      0.9.12cvs35.2
16112
16113         * src/mimeview.c
16114                 Fix width a bit (by Paul)
16115         * src/alertpanel.c
16116         * src/alertpanel.h
16117                 Specialize icons, make alertpanel_message()
16118                 private
16119         * src/message_search.c
16120         * src/sgpgme.c
16121         * src/summary_search.c
16122                 Suit alertpanel changes
16123
16124 2004-07-27 [colin]      0.9.12cvs35.1
16125
16126         * src/alertpanel.c
16127                 Add an icon
16128         * src/passphrase.c
16129                 Add debug output - maybe someone will
16130                 want to look at the problem with Grab
16131                 Input :)
16132         Bump version as we're synced with HEAD
16133
16134 2004-07-26 [colin]      0.9.12cvs33.26
16135
16136         * src/pop.c
16137                 Fix uidl-file parsing when not in new
16138                 format
16139
16140 2004-07-26 [colin]      0.9.12cvs33.25
16141
16142         * src/gtk/menu.c
16143                 Move popup menu up if necessary (fixes 
16144                 account selector)
16145         * src/mainwindow.c
16146                 Set account selector's button height to
16147                 minimum
16148
16149 2004-07-26 [colin]      0.9.12cvs33.24
16150
16151         * src/alertpanel.c
16152                 Maybe fix 551 (Truncated font in alert window)
16153
16154 2004-07-26 [colin]      0.9.12cvs33.23
16155
16156         * po/de.po
16157         * po/es.po
16158         * po/fr.po
16159         * po/it.po
16160         * po/ja.po
16161         * po/pl.po
16162         * po/ru.po
16163         * po/sk.po
16164         * po/sr.po
16165         * po/zh_CN.po
16166                 Sync po files with HEAD
16167
16168 2004-07-26 [paul]       0.9.12cvs33.22
16169
16170         * src/compose.c
16171                 fix Bug 556 'Organisation-header is sent even if empty'
16172
16173 2004-07-24 [colin]      0.9.12cvs33.21
16174
16175         * src/compose.c
16176         * src/gtk/gtkaspell.c
16177         * src/gtk/gtkaspell.h
16178                 Fix speller accelerators (require hack)
16179
16180 2004-07-24 [colin]      0.9.12cvs33.20
16181
16182         * src/gtk/gtkaspell.c
16183                 Fix over-eager code deletion breaking
16184                 Check while typing
16185
16186 2004-07-24 [colin]      0.9.12cvs33.19
16187
16188         * src/browseldap.c
16189         * src/ldapctrl.c
16190         * src/ldapctrl.h
16191         * src/ldapserver.h
16192                 Sync ldap with HEAD
16193         (Fixes 546 LDAP completely broken)
16194
16195 2004-07-24 [colin]      0.9.12cvs33.18
16196
16197         * src/prefs_msg_colors.c
16198                 Fix prototype mismatch
16199         (Fixes 547 void function cannot return value)
16200
16201 2004-07-24 [colin]      0.9.12cvs33.17
16202
16203         * src/mainwindow.c
16204                 Fix sort going back to previous sort key
16205                 when changing sort direction
16206
16207 2004-07-24 [colin]      0.9.12cvs33.16
16208
16209         * src/compose.c
16210                 Fix space insertion when re-wrapping at 
16211                 cursor point
16212
16213 2004-07-24 [colin]      0.9.12cvs33.15
16214
16215         * src/gtk/gtkaspell.c
16216                 Don't change cursor position in insert-text
16217                 callback
16218         (Fixes 539 Word wrapping on input transposes letters)
16219
16220 2004-07-24 [colin]      0.9.12cvs33.14
16221
16222         * src/gtk/gtkaspell.c
16223                 Reencode non-ascii chars to dictionary's
16224                 encoding
16225         (Fixes 544 Spell check broken non english locale)
16226
16227 2004-07-24 [colin]      0.9.12cvs33.13
16228
16229         * src/summaryview.c
16230                 Fix Shift+Down, add Home/End/PgUp/PgDown
16231
16232 2004-07-21 [colin]      0.9.12cvs33.12
16233
16234         * src/prefs_common.c
16235                 Fix a gtk warning (Patch by Andrej Kacian)
16236
16237 2004-07-21 [colin]      0.9.12cvs33.11
16238
16239         * src/gtk/filesel.c
16240                 More check
16241
16242 2004-07-21 [colin]      0.9.12cvs33.10
16243
16244         * src/compose.c
16245         * src/crash.c
16246         * src/export.c
16247         * src/import.c
16248         * src/messageview.c
16249         * src/mimeview.c
16250         * src/prefs_spelling.c
16251         * src/prefs_themes.c
16252         * src/summaryview.c
16253         * src/gtk/filesel.c
16254         * src/gtk/filesel.h
16255         * src/gtk/pluginwindow.c
16256                 Untwist open/save mode guessing logic, make
16257                 it explicit
16258
16259 2004-07-20 [colin]      0.9.12cvs33.9
16260
16261         * src/codeconv.c
16262                 conv_encode_header: src_charset is UTF-8 on
16263                 gtk2
16264         * src/compose.c
16265                 Remove double encoding of the headers
16266
16267 2004-07-20 [colin]      0.9.12cvs33.8
16268
16269         * src/codeconv.c
16270                 Fix typo
16271
16272 2004-07-20 [colin]      0.9.12cvs33.7
16273
16274         * src/mainwindow.c
16275                 Set the separated messageview to the saved
16276                 size of Claws' messageview (Patch by Alfons)
16277                 Fix a callback prototype (me)
16278
16279 2004-07-20 [colin]      0.9.12cvs33.6
16280
16281         * src/codeconv.h
16282                 Forgot one hunk in 0.9.12cvs33.4
16283
16284 2004-07-19 [colin]      0.9.12cvs33.5
16285
16286         * src/action.c
16287                 Action output fix
16288                 Patch by Alfons
16289
16290 2004-07-19 [colin]      0.9.12cvs33.4
16291
16292         * src/compose.c
16293                 Fix outgoing charset bug in headers
16294         * src/codeconv.c
16295                 Clean for glib2 - Patch by Alfons
16296
16297 2004-07-19 [colin]      0.9.12cvs33.3
16298
16299         * src/statusbar.c
16300                 Remove grip from the statusbar
16301                 Patch by Alfons
16302
16303 2004-07-19 [colin]      0.9.12cvs33.2
16304
16305         * src/messageview.c
16306         * src/textview.c
16307                 Fix messageview remembering the previous
16308                 scroll position when loading a new message
16309                 Patch by Alfons
16310
16311 2004-07-19 [colin]      0.9.12cvs33.1
16312
16313         * src/folder.h
16314         * src/folderview.c
16315         * src/summaryview.c
16316                 Sync with HEAD
16317
16318 2004-07-18 [colin]      0.9.12cvs32.7
16319
16320         * configure.ac
16321                 Remove useless check for XIM - noticed
16322                 by Alfons
16323
16324 2004-07-18 [colin]      0.9.12cvs32.6
16325
16326         * src/summaryview.c
16327                 Remove non-modified and shift-modified
16328                 accelerators in summaryview's popup
16329                 menu, as that doesn't get catched by
16330                 the accel-activate signal catcher...
16331
16332 2004-07-18 [colin]      0.9.12cvs32.5
16333
16334         * src/prefs_common.c
16335                 Define sensible default prefs for 
16336                 wrapping
16337
16338 2004-07-18 [colin]      0.9.12cvs32.4
16339
16340         * src/compose.c
16341         * src/prefs_common.c
16342         * src/prefs_common.h
16343         * src/prefs_wrapping.c
16344                 Remove Smart Wrapping pref, which does
16345                 nothing on gtk2 branch
16346
16347 2004-07-18 [colin]      0.9.12cvs32.3
16348
16349         * src/sourcewindow.c
16350                 Proper utf8
16351
16352 2004-07-18 [colin]      0.9.12cvs32.2
16353
16354         * src/compose.c
16355                 Save attachment status when drafting
16356
16357 2004-07-18 [colin]      0.9.12cvs32.1
16358
16359         * src/gtk/filesel.c
16360                 Fix erratic folder selection in open mode
16361
16362 2004-07-18 [colin]      0.9.12cvs31.11
16363
16364         * src/pop.c
16365                 Don't let partial messages get deleted
16366                 even with "dowload all"
16367                 (0.9.12cvs31.8 fix extension)
16368 2004-07-18 [colin]      0.9.12cvs31.10
16369
16370         * src/gtk/logwindow.c
16371                 Fix log scrolling
16372
16373 2004-07-18 [colin]      0.9.12cvs31.9
16374
16375         * src/common/utils.c
16376                 Fix non-utf8 strings coming from commands
16377                 and files
16378
16379 2004-07-18 [colin]      0.9.12cvs31.8
16380
16381         * src/pop.c
16382                 Fix partial download bug with Download all
16383                 messages option
16384
16385 2004-07-18 [colin]      0.9.12cvs31.7
16386
16387         * src/textview.c
16388                 Fix bug introduced in 0.9.12cvs31.2
16389                 (blocked in select mode after double click)
16390
16391 2004-07-18 [colin]      0.9.12cvs31.6
16392
16393         * src/compose.c
16394         * src/gtk/menu.c
16395                 More glib-warning fixes
16396
16397 2004-07-18 [colin]      0.9.12cvs31.5
16398
16399         * src/compose.c
16400                 Fix trashing the primary clipboard when moving 
16401                 around with tab
16402         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16403
16404 2004-07-18 [colin]      0.9.12cvs31.4
16405
16406         * src/codeconv.c
16407                 convert unencoded iso headers to utf8
16408         (Fix Bug 538 Unencoded local characters in subject make it 
16409          disappear)
16410
16411 2004-07-18 [colin]      0.9.12cvs31.3
16412
16413         * src/compose.c
16414                 Fix tab char handling in wrapping
16415         (Fix Bug 537 Line wrap problem - TAB character treated as 
16416          one character instead of 8)
16417
16418 2004-07-18 [colin]      0.9.12cvs31.2
16419
16420         * src/textview.c
16421                 return FALSE on GDK_MOTION_NOTIFY
16422         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16423          (unable to highlight))
16424
16425 2004-07-18 [colin]      0.9.12cvs31.1
16426
16427         * src/folderview.c
16428                 Sync with 0.9.12cvs31
16429
16430 2004-07-18 [colin]      0.9.12cvs30.4
16431
16432         * src/compose.c
16433                 Also block text_inserted when inserting a file
16434
16435 2004-07-18 [colin]      0.9.12cvs30.3
16436
16437         * src/compose.c
16438                 Fix smart wrapping (block text_inserted handler
16439                 while putting quotation to avoid wrap on input,
16440                 don't join lines if next is sig separator)
16441
16442 2004-07-17 [colin]      0.9.12cvs30.2
16443
16444         * src/folderview.c
16445         * src/mainwindow.c
16446         * src/mimeview.c
16447         * src/summaryview.c
16448         * src/gtk/quicksearch.c
16449         * src/gtk/quicksearch.h
16450                 Block key events handlers *and* accels while
16451                 quicksearch is focused
16452         (Fixes Bug 534 quick-search bar not accepting certain letters)
16453
16454 2004-07-17 [colin]      0.9.12cvs30.1
16455
16456         * src/folder.h
16457         * src/folderview.c
16458         * src/summaryview.c
16459                 Sync with 0.9.12cvs30
16460
16461 2004-07-17 [colin]      0.9.12cvs28.2
16462
16463         * src/mimeview.c
16464         * src/procmime.c
16465         * src/summaryview.c
16466         * src/gtk/menu.c
16467                 Squash some compile and glib warnings
16468
16469 2004-07-17 [paul]       0.9.12cvs28.1
16470
16471         * src/mimeview.c
16472                 sync with 0.9.12cvs28 HEAD
16473
16474 2004-07-16 [paul]       0.9.12cvs26.1
16475         
16476         * src/gtk/quicksearch.c
16477         * src/account.c
16478         * src/account.h
16479         * src/compose.c
16480         * src/customheader.c
16481         * src/folder_item_prefs.c
16482         * src/main.c
16483         * src/mainwindow.c
16484         * src/messageview.c
16485         * src/mimeview.c
16486         * src/news.c
16487         * src/pgpmime.c
16488         * src/pop.c
16489         * src/pop.h
16490         * src/prefs_account.c
16491         * src/prefs_account.h
16492         * src/prefs_common.c
16493         * src/prefs_common.h
16494         * src/prefs_display_header.c
16495         * src/prefs_gtk.c
16496         * src/prefs_gtk.h
16497         * src/procheader.c
16498         * src/procmime.c
16499                 sync with 0.9.12cvs26 HEAD      
16500
16501 2004-07-15 [colin]      0.9.12cvs18.14
16502
16503         * src/folder.c
16504                 Disable GPG signature check during
16505                 folder move and scan
16506         (Closes Bug 521 Signature checking slows down Folder-Move)
16507
16508 2004-07-14 [colin]      0.9.12cvs18.13
16509
16510         * src/common/partial_download.c
16511                 update includes
16512
16513 2004-07-14 [colin]      0.9.12cvs18.12
16514
16515         * src/common/partial_download.c
16516         * src/common/partial_download.h
16517                 Move doc at top, add correct copyright
16518
16519 2004-07-14 [colin]      0.9.12cvs18.11
16520
16521         * src/folder.c
16522         * src/messageview.c
16523         * src/pop.c
16524         * src/pop.h
16525         * src/procmsg.c
16526         * src/summaryview.c
16527         * src/common/Makefile.am
16528         * src/common/partial_download.c ** NEW FILES **
16529         * src/common/partial_download.h ** NEW FILES **
16530                 Move partial-download related stuff to its
16531                 own file
16532
16533 2004-07-14 [colin]      0.9.12cvs18.10
16534
16535         * src/send_message.c
16536                 Fix smtp auth when user is null or empty
16537
16538 2004-07-13 [colin]      0.9.12cvs18.9
16539
16540         * src/gtk/quicksearch.c
16541                 Use alphabetic order
16542
16543 2004-07-13 [colin]      0.9.12cvs18.8
16544
16545         * src/pop.c
16546                 Be paranoid on the checks
16547
16548 2004-07-13 [colin]      0.9.12cvs18.7
16549
16550         * src/gtk/quicksearch.c
16551                 Fix Engrish once again
16552
16553 2004-07-13 [colin]      0.9.12cvs18.6
16554
16555         * src/procmsg.c
16556         * src/summaryview.c
16557                 Mark messages for deletion when they are about to
16558                 be removed from trash
16559
16560 2004-07-13 [colin]      0.9.12cvs18.5
16561
16562         * src/matcher.c
16563         * src/matcher.h
16564         * src/matcher_parser_parse.y
16565         * src/prefs_matcher.c
16566         * src/gtk/quicksearch.c
16567                 Add 'partial' ('p') match string to find partially
16568                 downloaded messages
16569
16570 2004-07-13 [colin]      0.9.12cvs18.4
16571
16572         * src/pop.c
16573                 Fix misplaced block
16574
16575 2004-07-13 [colin]      0.9.12cvs18.3
16576
16577         * src/pop.c
16578         * src/pop.h
16579         * src/messageview.c
16580                 Refactor API (to avoid passing 5+ params and code
16581                 duplication)
16582         * src/folder.c
16583         * src/msgcache.c
16584         * src/procheader.c
16585         * src/common/defs.h
16586                 Add planned_download to cache
16587                 Don't mess uidl file when moving partially downloaded
16588                 mails (they change folder, we should change it in the
16589                 uidl list too or we'll remove an incorrect message)
16590                 (this also helps removing hacks when changing 
16591                 planned_download in messageview.c)
16592
16593 2004-07-12 [colin]      0.9.12cvs18.2
16594
16595         * src/gtk/quicksearch.c
16596                 Fix missing status update in quicksearch
16597
16598 2004-07-12 [paul]       0.9.12cvs18.1
16599
16600         * po/POTFILES.in
16601         * src/Makefile.am
16602         * src/account.c
16603         * src/codeconv.c
16604         * src/compose.c
16605         * src/inc.c
16606         * src/main.c
16607         * src/prefs_common.c
16608         * src/procmsg.h
16609         * src/toolbar.c
16610         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16611         * src/prefs_wrapping.[ch]       ** NEW FILES **
16612         * src/common/intl.h
16613         * src/common/utils.[ch]
16614         * src/gtk/quicksearch.[ch]
16615                 sync with 0.9.12cvs18 HEAD
16616
16617 2004-07-12 [colin]      0.9.11cvs17.25
16618
16619         * src/folder.c
16620         * src/folder.h
16621                 Remove unused function added by me in 0.9.11cvs17.10
16622
16623 2004-07-11 [colin]      0.9.11cvs17.24
16624
16625         * src/inc.c
16626         * src/messageview.c
16627         * src/pop.c
16628         * src/pop.h
16629                 Use folderitem and msgnum instead of filename to
16630                 know which mail to delete
16631                 Move old partial mail deletion to pop.c
16632
16633 2004-07-10 [colin]      0.9.11cvs17.23
16634
16635         * src/inc.c
16636                 Add debug
16637         * src/pop.c
16638         * src/pop.h
16639                 Don't re-use same enums for unrelated stuff: it's 
16640                 completely misleading !
16641                 Document a bit
16642
16643 2004-07-09 [colin]      0.9.11cvs17.22
16644
16645         * src/inc.c
16646                 Remove folder-type check and do
16647                 more tests to be sure everything's
16648                 ok
16649         * src/messageview.c
16650                 Punctuation update, remove useless
16651                 code, fix two warnings
16652         * src/noticeview.c
16653                 Layout cleaning, reset 2nd button
16654                 when specifying one
16655
16656 2004-07-09 [colin]      0.9.11cvs17.21
16657
16658         * src/messageview.c
16659         * src/pop.c
16660         * src/pop.h
16661                 Allow user to change his mind
16662                 and postpone decision (by
16663                 unmarking the mail)
16664
16665 2004-07-09 [colin]      0.9.11cvs17.20
16666
16667         * src/messageview.c
16668                 Fix bug with delete state
16669         * src/pop.c
16670         * src/pop.h
16671                 Fix buffer leak (fread doesn't 
16672                 terminate buffers with \0)
16673                 Refactoring (remove magic 
16674                 numbers)
16675
16676 2004-07-09 [colin]      0.9.11cvs17.19
16677
16678         * src/pop.c
16679                 Don't log "Skipping message" if 
16680                 we're going to TOP it two lines
16681                 later
16682
16683 2004-07-09 [colin]      0.9.11cvs17.18
16684
16685         * src/messageview.c
16686                 Fix Engrish
16687
16688 2004-07-09 [colin]      0.9.11cvs17.17
16689
16690         * src/pop.c
16691                 strlen checking...
16692         * src/messageview.c
16693                 refactoring a bit
16694
16695 2004-07-08 [colin]      0.9.11cvs17.16
16696
16697         * src/noticeview.c
16698         * src/noticeview.h
16699                 Add an optional second button
16700         * src/messageview.c
16701         * src/pop.c
16702         * src/pop.h
16703                 Don't delete partially received mails after a certain
16704                 time; rather, let the user decide.
16705
16706 2004-07-08 [colin]      0.9.11cvs17.15
16707
16708         * src/common/smtp.h
16709                 Sync with HEAD
16710
16711 2004-07-08 [colin]      0.9.11cvs17.14
16712
16713         * src/messageview.c
16714         * src/common/smtp.c
16715                 Use to_human_readable() for sizes
16716
16717 2004-07-08 [colin]      0.9.11cvs17.13
16718
16719         * src/inc.c
16720         * src/messageview.c
16721         * src/pop.c
16722         * src/pop.h
16723         * src/procmsg.c
16724                 Fix partial-downloading issues:
16725                         catch unsupported TOP
16726                         don't delete partially downloaded mails before 5 days
16727                         don't update existing with non-MH folders; that'll
16728                         make dups, but it's better than trashing the folder
16729                         free new msginfo parts
16730                 Fix indentation ;-)
16731
16732 2004-07-08 [colin]      0.9.11cvs17.12
16733
16734         * src/common/smtp.c
16735         * src/common/smtp.h
16736                 Sync smtp size verification with HEAD
16737
16738 2004-07-08 [colin]      0.9.11cvs17.11
16739
16740         * src/summaryview.c
16741         * src/prefs_common.c
16742         * src/prefs_common.h
16743         * src/gtk/quicksearch.c
16744         * src/gtk/quicksearch.h
16745                 Sync sticky pref with HEAD
16746
16747 2004-07-08 [colin]      0.9.11cvs17.10
16748
16749         * src/folder.c [1.213.2.6]
16750         * src/folder.h [1.87.2.6]
16751         * src/inc.c [1.149.2.7]
16752         * src/messageview.c [1.94.2.8]
16753         * src/procheader.c [1.47.2.6]
16754         * src/procmsg.c [1.150.2.4]
16755         * src/procmsg.h [1.60.2.5]
16756         * src/pop.c [1.56.2.4]
16757         * src/pop.h [1.17.2.3]
16758                 Let too big messages get downloaded, but truncated
16759                 Add a button to download them completely
16760                 
16761 2004-07-06 [colin]      0.9.11cvs17.9
16762
16763         * src/gtk/quicksearch.c [1.1.2.3]
16764                 Add a Clear button
16765         * commitHelper
16766         * PATCHSETS
16767                 Add a script to help with cvs
16768
16769 2004-07-03 [colin]      0.9.11cvs17.8
16770
16771         * src/plugins/imageviewer/viewer.c
16772                 fix imageviewer (which was staying on the first
16773                 displayed image)
16774
16775 2004-07-03 [colin]      0.9.11cvs17.7
16776
16777         Removed FIXME_GTK2 warnings
16778         * src/gtk/gtkutils.c
16779                 useless #warnings
16780         * src/gtk/menu.c
16781                 useless #warnings (no need to mess with menu rc)
16782         * src/gtk/menu.h
16783                 unused functions
16784         
16785
16786 2004-07-03 [colin]      0.9.11cvs17.6
16787
16788         Removed FIXME_GTK2 warnings
16789         * src/codeconv.c
16790                 useless #warnings (rewrite needed)
16791         * src/compose.c
16792                 useless #warnings (rewrite needed)
16793                 useless #warnings (gtk2 is like that)
16794                 useless #warnings (previously fixed)
16795         * src/main.c
16796                 useless #warnings (previously fixed)
16797         * src/message_search.c
16798                 useless #warnings (gtk2 is like that)
16799                 Made apparent that search is case-sensitive
16800         * src/mimeview.c
16801                 useless #warnings (rewrite needed)
16802                 useless #warnings (gtk2 is like that)
16803                 reimplemented real warnings
16804         * src/prefs_common.c
16805                 Removed block cursor option (not it gtk2)
16806         * src/prefs_gtk.c
16807                 useless #warnings (rewrite needed)
16808         * src/procheader.c
16809                 useless #warnings (rewrite needed)
16810         * src/sourcewindow.c
16811                 useless #warnings (incorrect placing)
16812         * src/summary_search.c
16813                 useless #warnings (gtk2 is like that)
16814                 Made apparent that search is case-sensitive
16815         * src/action.c
16816                 useless #warnings (gtk2 is like that)
16817         * src/textview.c
16818                 useless #warnings (rewrite needed)
16819         * src/toolbar.c
16820                 useless #warnings (rewrite needed)
16821
16822 2004-07-03 [colin]      0.9.11cvs17.5
16823
16824         * src/textview.c
16825                 Fix mismerge which broke URI opening
16826                 
16827 2004-07-01 [colin]      0.9.11cvs17.4
16828
16829         * src/gtk/filesel.c
16830                 Fill filename when saving
16831                 
16832 2004-06-27 [colin]      0.9.11cvs17.3
16833
16834         * src/gtk/filesel.[ch]
16835                 Use the new GTK file selector
16836                 Update prototype to match the reality: multiple file
16837                 selection is open-only          
16838         * src/compose.c
16839                 Match the new prototypes        
16840         * configure.ac
16841                 Match the new requirements (gtk 2.4.0)
16842                         
16843 2004-06-26 [colin]      0.9.11cvs17.2
16844
16845         * src/plugins/trayicon/trayicon.c
16846                 Remove useless signal handler on resize, which causes
16847                 an infinite "loop"
16848         
16849 2004-06-26 [colin]      0.9.11cvs17.1
16850         
16851         * tools/Makefile.am
16852                 remove launch_firebird and add nautilus2sylpheed.sh
16853         * src/quicksearch.c
16854           src/summaryview.c
16855                 Fix show/hide "Extended symbols" button problem
16856                 Fix apparition at startup
16857                 Fix const warnings
16858         * src/plugins/image_viewer/Makefile.am
16859                 Fix configure 
16860         * common/ssl.c
16861                 Re-enable certificate check, as it doesn't seem to
16862                 cause Xlib errors anymore
16863
16864 2004-06-25 [paul]       0.9.11cvs17
16865
16866         * sync with 0.9.11cvs17 HEAD
16867         
16868         NOTE: QuickSearch is broken
16869
16870 2004-06-07 [colin]      0.9.10claws67.10
16871         * src/plugins/trayicon/trayicon.c
16872           src/plugins/trayicon/libeggtrayicon/Makefile.am
16873           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16874                 Fix gettextization in trayicon plugin
16875
16876 2004-06-07 [colin]      0.9.10claws67.9
16877         
16878         * src/summaryview.c
16879           src/gtk/gtksctree.[ch]
16880                 Let Shift+{Up,Down} work in summaryview
16881                 (well, Down "works" and Up works)
16882                 Let the list scroll when using these keys
16883
16884 2004-06-06 [colin]      0.9.10claws67.8
16885
16886         * src/plugins/trayicon/trayicon.c
16887                 Fix pixmap update
16888
16889 2004-06-06 [colin]      0.9.10claws67.7
16890
16891         * src/addressbook.c
16892                 Fix signal handling causing system-wide focus grab
16893
16894 2004-05-25 [paul]       0.9.10claws67.6
16895
16896         * Makefile.am
16897           src/Makefile.am
16898                 clean up
16899
16900 2004-05-25 [paul]       0.9.10claws67.5
16901
16902         * replace deprecated gtk_signal... functions
16903
16904 2004-05-23 [colin]      0.9.10claws67.4
16905
16906         * src/compose.c
16907                 Fix wrapping
16908
16909 2004-05-22 [colin]      0.9.10claws67.3
16910
16911         * src/compose.c
16912                 Re-fix [Edited] in compose.c::compose_reedit()
16913
16914 2004-05-22 [colin]      0.9.10claws67.2
16915
16916         * src/procmime.c
16917                 Fix parsing of multiparts mails
16918
16919 2004-05-22 [colin]      0.9.10claws67.1
16920
16921         * src/summaryview.c
16922                 Fix quicksearch
16923
16924 2004-05-22 [paul]       0.9.10claws67
16925
16926         * sync with 0.9.10claws67 HEAD
16927
16928 2004-05-14 [alfons]
16929
16930         * src/procmime.h
16931                 add forgotton prototype
16932
16933 2004-05-10 [paul]       0.9.10claws57
16934
16935         * sync with 0.9.10claws57 HEAD
16936
16937 2004-05-05 [paul]       0.9.9.claws1
16938
16939         * ChangeLog-gtk2        ** REMOVED **
16940           ChangeLog-gtk2.claws  ** ADDED **
16941                 rename and adopt the normal claws format
16942                 
16943         * configure.ac
16944                 require gtkmathview >= 0.5
16945
16946         * ac/*                          ** REMOVED **
16947           ac/                           ** REMOVED **
16948           intl/Makefile.in              ** REMOVED **
16949           m4/                           ** ADDED **
16950           m4/missing                    ** ADDED **
16951           m4/missing/gdk-pixbuf.m4      ** ADDED **
16952           m4/missing/gettext.m4         ** ADDED **
16953           m4/missing/gpgme.m4           ** ADDED **
16954           m4/missing/imlib.m4           ** ADDED **
16955           m4/.cvsignore                 ** ADDED **
16956           m4/Makefile.am                ** ADDED **
16957           m4/README                     ** ADDED **
16958           m4/aclocal-include.m4         ** ADDED **
16959           m4/aspell.m4                  ** ADDED **
16960           m4/check-type.m4              ** ADDED **
16961           m4/gnupg-check-typedef.m4     ** ADDED **
16962           m4/openssl.m4                 ** ADDED **
16963           m4/spamassassin.m4            ** ADDED **
16964           po/ChangeLog                  ** REMOVED **
16965           po/Makefile.in.in             ** REMOVED **
16966           po/Rules-quot                 ** REMOVED **
16967           po/boldquot.sed               ** REMOVED **
16968           po/en@boldquot.header         ** REMOVED **
16969           po/en@quot.header             ** REMOVED **
16970           po/insert-header.sin          ** REMOVED **
16971           po/quot.sed                   ** REMOVED **
16972           po/remove-potcdate.sed        ** REMOVED **
16973           po/remove-potcdate.sin        ** REMOVED **
16974           po/stamp-po                   ** REMOVED **
16975           Makefile.am
16976           autogen.sh
16977           configure.ac
16978                 enable building with automake 1.8.x
16979                 add 'autopoint --force' to autogen.sh and remove all
16980                 auto-generated files, remove ac/ directory and use
16981                 m4/ directory instead
16982                 
16983         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16984                 fix gettextization
16985
16986 2004-02-28 Colin Leroy <colin@colino.net>
16987         * src/prefs_matcher.c
16988           src/prefs_filtering.c
16989           src/prefs_filtering_action.c
16990                 Fix non-editable GtkEntries
16991
16992 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16993         * src/prefs_themes.c
16994                 utf8 conversion for theme info
16995
16996 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16997         * sync 0.9.9claws
16998
16999 2004-02-14 Thorsten Maerz <torte@netztorte.de>
17000         * src/grouplistdialog.c
17001                 allow multiple selections without ctrl key
17002
17003 2004-02-09 Thorsten Maerz <torte@netztorte.de>
17004         * src/main.c
17005                 enable customizable accelerators
17006
17007 2004-02-08 Thorsten Maerz <torte@netztorte.de>
17008         * src/prefs_common.c
17009                 re-enable different font settings for gtk1/2
17010         * src/prefs_folder_item.c
17011                 fix folder prefs displayed wrong
17012         * src/textview.c
17013                 set 'sunken' shadow type
17014
17015 2004-02-07 Colin Leroy <colin@colino.net>
17016         * src/compose.c
17017                 Fix message being always [Edited]
17018                 Encode headers correctly (utf8 buf)
17019
17020 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17021         * src/socket.c
17022                 remove double g_source_attach()
17023                 (Thanks to Colin Leroy)
17024
17025 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17026         * src/gtk/gtksctree.c
17027                 Fix SSL certificate list not shown
17028         * src/mimeview.c
17029                 Fix clicks in mime tree
17030
17031 2004-01-27 Thorsten Maerz <torte@netztorte.de>
17032         * src/common/socket.c
17033                 Fix SSL receive
17034         * src/compose.c
17035                 Fix clipboard menu hotkeys
17036
17037 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17038         * src/gtk/gtkaspell.[ch]
17039           src/compose.c
17040                 reimplement spellchecker
17041
17042 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17043         * src/gtk/filesel.c
17044                 crash when inserting file in compose window
17045                 (TODO: keep old selection on clicks)
17046         * src/main.c
17047                 use gtkrc-2.0 instead of gtkrc
17048
17049 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17050         * src/messageview.c
17051                 remove orphaned mimeview unref()
17052
17053 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17054         * src/grouplistdialog.c
17055                 expand nodes containing subscribed groups
17056
17057 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17058         * src/textview.c
17059                 textview: hide cursor, restore old click behaviour
17060
17061 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17062         * src/textview.c
17063                 variable names messed up
17064
17065 2004-01-17 Colin Leroy <colin@colino.net>
17066         * src/addr_compl.c
17067                 Fix completion address too thin
17068         * src/compose.c
17069                 Fix tab-to-subject behaviour
17070         * src/summaryview.c
17071                 Implement key up & down in summaryview
17072
17073 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17074
17075         * sync 098claws
17076
17077 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17078         * configure.ac
17079           Makefile.am
17080           doc/.cvsignore
17081           doc/Makefile.am
17082                 faq, man, manual moved to doc/
17083         * ac/aspell.m4
17084           ac/check-type.m4
17085           ac/gnupg-check-typedef.m4
17086           ac/openssl.m4
17087           ac/spamassassin.m4
17088           ac/missing/gdk-pixbuf.m4
17089           ac/missing/gpgme.m4
17090           ac/missing/imlib.m4
17091                 fix automake warnings
17092
17093 2003-12-06 Colin Leroy <colin@colino.net>
17094         * src/summaryview.c
17095                 Fix quicksearch
17096
17097 2003-12-05 Colin Leroy <colin@colino.net>
17098         * src/summaryview.c
17099                 Fix going to next unread folder
17100
17101 2003-12-05 Colin Leroy <colin@colino.net>
17102         * src/crash.c
17103                 Fix gtk2 compilation
17104         * src/session.c
17105                 Remove iotag source handler at disconnection
17106         * src/socket.[ch] 
17107                 Remove source handler when closing socket 
17108                 (fixes another seg)
17109
17110 2003-12-04 Colin Leroy <colin@colino.net>
17111         * src/compose.c
17112           src/prefs_account.c
17113           src/prefs_common.c
17114                 Fix some dropdown menus
17115
17116 2003-12-04 Colin Leroy <colin@colino.net>
17117         * src/compose.c
17118                 Fix event handlers on header fields
17119         * src/common/socket.c
17120           src/common/session.c
17121                 Fix segfault with callback (SSL)
17122                 Fix end of session 
17123
17124 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17125
17126         * Fix compile bug in src/compose.c
17127         * removed src/gtk/gtkstext.[ch]
17128
17129 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17130
17131         * Convert character set and escape "text" attributes in toolbar setting
17132         files.
17133         * Fixed bug in button-press-event handling.
17134
17135 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17136
17137         * Fixed bug in key-press-event handling.
17138
17139 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17140
17141         * Enabled to compile tray-icon plugin (Ad-hoc).
17142         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17143
17144 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17145
17146         * Enabled to compile on sylpheed-claws.
17147         (tray-icon plugin still cannot compile yet.)
17148
17149 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17150
17151         * Updated to 0.9.5.
17152
17153 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17154
17155         * Updated to 0.9.4.
17156         * Ported monitoring SSL mechanism to GSource of GLib2
17157         (I don't confirm it)
17158         * Added _gtk2 suffix to key name of font preference to avoid
17159         ovverwriting preference of Gtk+-1.2 version.
17160
17161 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17162
17163         * Updated to 0.9.2.
17164
17165 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17166
17167         * Updated to 0.9.1.
17168         * Translate po files into UTF-8 when execute autogen.sh.
17169
17170 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17171
17172         * Updated to 0.9.0.
17173
17174 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17175
17176         * Plugged GError related memory leaks.
17177
17178 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17179
17180         * Changed default size of fonts.
17181         * Enabled to set titile font size of warning dialog.
17182
17183 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17184
17185         * Embed a sylpheed icon into executable binary on Windows.
17186
17187 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17188
17189         * I forgot to traslate character set of element string in src/xml.c.
17190
17191 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17192
17193         * Fixed detecting bind_textdomain_codeset in configure.in.
17194         * The bug in which "Example" of "Date fromat" preference isn't displayed
17195         correctly has been fixed.
17196
17197 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17198
17199         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17200           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17201           glib-gettextize
17202           Removed intl directory.
17203           Translated po files into UTF-8.
17204           (Thanks! Ryuji Abe)
17205
17206 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17207
17208         * The bug which doesn't unscape string in xml.c has been fixed.
17209
17210 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17211
17212         * The bug which is failed to translate encoding of file name thorough
17213         file dialog has been fixed.
17214
17215 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17216
17217         * Modified to translate file names which is used in inporting/expoting
17218         mbox feature and "Save as" feature into locale encoding.
17219         * Translate file names into locale encoding when "Attache file" and
17220         "Insert file".
17221         * Force set G_BROKEN_FILENAMES environment variable.
17222         * Other minor fixes.
17223
17224 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17225
17226         * Modified to treat MH folder's name as locale encoding.
17227
17228 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17229
17230         * The bug which clash on switching candidates of auto completion of
17231         addresses, cannot use auto completion in Japanesse is fixed
17232         (Thanks! Tokunaga-san)¡¥
17233
17234 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17235
17236         * The bug which cannot switch key accelerator preference has been fixed
17237         (Thanks! smbd-san)¡¥
17238
17239 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17240
17241         * version 0.8.11-gtk2-20030314
17242
17243 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17244
17245         * The bug in which character set conversion of filtering messages has
17246         been fixed.(Thanks! COCOA-san).
17247
17248 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17249
17250         * Revived "Leave space on head" preference in "Message" category.
17251         * A bug which clash when put the cursor to end of buffer and execute
17252         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17253
17254 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17255
17256         * version 0.8.11-gtk2-20030312
17257
17258 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17259
17260         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17261         * Modified to use Pango's API directly for font preference.
17262         * Integrated GtkTextView of textview to one widget.
17263         * Set fonts of header title in textview by "header_title" tag.
17264         * Removed some deprecated codes.
17265
17266 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17267
17268         * Updated to 0.8.11.
17269         * Merged cygwin patch(Thanks! Sakai-san).
17270
17271 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17272
17273         * version 0.8.10-gtk2-20030309