2006-08-22 [colin] 2.4.0cvs71
[claws.git] / ChangeLog
1 2006-08-22 [colin]      2.4.0cvs71
2
3         * src/gtk/pluginwindow.c
4                 Fix layout in verbose translations (such
5                 as french)
6
7 2006-08-22 [paul]       2.4.0cvs70
8
9         * manual/Makefile.am
10                 build manuals in alphabetical order
11         * src/addressbook.c
12         * src/prefs_themes.c
13                 replace/remove deprecated symbols
14         * src/gtk/gtkutils.c
15                 fix a warning
16         * src/gtk/pluginwindow.c
17                 replace deprecated symbol
18                 replace label text and move it
19         * src/plugins/pgpcore/prefs_gpg.c
20                 move the 'Generate...' button out of the
21                 Sign Key frame, replace the English used
22         * src/plugins/pgpcore/sgpgme.c
23                 fixes to the English
24
25 2006-08-21 [colin]      2.4.0cvs69
26
27         * src/plugins/trayicon/trayicon.c
28                 Add more strings for translation; patch
29                 by Pawel
30
31 2006-08-21 [colin]      2.4.0cvs68
32
33         * src/compose.c
34                 fix replied flag not set after drafting
35         * src/matcher.c
36                 fix body quicksearch in non-encoded bodies
37                 containing '='
38         * src/msgcache.c
39                 Get rid of the g_malloc workaround for
40                 corrupted caches, use g_try_malloc
41
42 2006-08-21 [colin]      2.4.0cvs67
43
44         * src/alertpanel.c
45         * src/gtk/inputdialog.c
46         * src/plugins/pgpcore/passphrase.c
47                 Set minimal width to 375
48         * src/mainwindow.c
49                 Fix switching to offline, asking if it 
50                 should be overriden for synchronising
51         * src/mimeview.c
52                 Don't offer to remember command on Open 
53                 with for text parts, as the browser or 
54                 text editor command isn't changed from 
55                 there
56
57 2006-08-20 [paul]       2.4.0cvs66
58
59         * po/ko.po
60         * po/zh_CN.po
61                 fix plural form errors. revealed by stricter
62                 checking of gettext 0.15
63
64 2006-08-18 [paul]       2.4.0cvs65
65
66         * src/stock_pixmap.c
67                 fix the fix of 2.4.0cvs64
68                 Thanks to Colin
69
70 2006-08-18 [paul]       2.4.0cvs64
71
72         * src/stock_pixmap.c
73                 fix leaks
74                 Thanks to Colin
75
76 2006-08-18 [paul]       2.4.0cvs63
77
78         * src/compose.c
79         * src/procmsg.c
80                 fix occasional IMAP bug where large msgs
81                 were left in the queue folder after sending
82                 Thanks to Colin
83
84 2006-08-18 [paul]       2.4.0cvs62
85
86         * src/folderview.c
87                 freeze the summaryview while quicksearch results
88                 are displayed
89                 (fixes bug 456 'current message is hidden when the
90                 view is refreshed and extended search is "unread 
91                 messages"')
92                 Thanks to Colin
93         * src/textview.c
94                 add missing #include "inputdialog.h"
95         * src/common/utils.h
96                 add missing mailcap_update_default() and improve
97                 readability
98
99 2006-08-17 [colin]      2.4.0cvs61
100
101         * src/plugins/pgpcore/select-keys.c
102                 Fix warnings :)
103
104 2006-08-17 [colin]      2.4.0cvs60
105
106         * src/compose.c
107                 Don't continue queuing if Cancel is clicked
108                 in select-keys
109
110 2006-08-17 [colin]      2.4.0cvs59
111
112         * src/plugins/pgpcore/select-keys.c
113                 When encrypting, if only one key matches and it 
114                 matches exactly, automatically use it.
115
116 2006-08-17 [colin]      2.4.0cvs58
117
118         * src/mimeview.c
119         * src/prefs_common.c
120         * src/prefs_common.h
121         * src/prefs_ext_prog.c
122         * src/textview.c
123                 Fix issues with previous patch (text/html)
124                 Remove outdated prefs
125
126 2006-08-17 [colin]      2.4.0cvs57
127
128         * src/imap.c
129                 Add View Log button on auth error
130         * src/procmsg.c
131                 Fix encrypted mail marked as new when
132                 saved in normal folders
133         * src/plugins/pgpinline/pgpinline.c
134                 Fix encrypt bug on IMAP
135         * src/mimeview.c
136         * src/common/utils.c
137         * src/common/utils.h
138         * src/gtk/inputdialog.c
139         * src/gtk/inputdialog.h
140                 Get rid of metamail stuff, simplify
141                 opening, and allow remembering of user's
142                 choices (by updating ~/.mailcap). There's
143                 still to drop "Audio player" and "Image
144                 viewer" preferences.
145
146 2006-08-17 [mones]      2.4.0cvs56
147
148         * manual/es/sylpheed-claws-manual.xml
149                 fix DTD path
150
151 2006-08-17 [mones]      2.4.0cvs55
152
153         * configure.ac
154         * manual/Makefile.am
155         * manual/es/Makefile.am
156         * manual/es/account.xml
157         * manual/es/ack.xml
158         * manual/es/addrbook.xml
159         * manual/es/advanced.xml
160         * manual/es/faq.xml
161         * manual/es/glossary.xml
162         * manual/es/gpl.xml
163         * manual/es/handling.xml
164         * manual/es/intro.xml
165         * manual/es/keyboard.xml
166         * manual/es/plugins.xml
167         * manual/es/starting.xml
168         * manual/es/sylpheed-claws-manual.xml
169         * manual/es/dist/Makefile.am
170         * manual/es/dist/html/Makefile.am
171         * manual/es/dist/pdf/Makefile.am
172         * manual/es/dist/ps/Makefile.am
173         * manual/es/dist/txt/Makefile.am
174                 Spanish translation for the manual
175
176 2006-08-16 [colin]      2.4.0cvs54
177
178         * src/compose.c
179         * src/main.c
180         * src/mainwindow.c
181                 Fix send button sensitivity at startup
182                 Set send menu sensitivity (patch by Fabien)
183         * src/ssl_manager.c
184                 Enable closing with esc (patch by Fabien)
185         * src/gtk/foldersort.c
186                 Enable closing with esc (patch by Fabien)
187         * src/procmime.c
188                 Optimisation (no need to copy to tempfile to
189                 "decode" 7bit and 8bit)
190         * src/summaryview.c
191                 Fix cruft in swap_from case
192         * src/textview.c
193                 Fix missing last line in some mail cases 
194                 (Fixes debian #381872)
195         * src/plugins/pgpcore/prefs_gpg.c
196         * src/plugins/pgpcore/sgpgme.c
197         * src/plugins/pgpcore/sgpgme.h
198                 Don't show "no key found" when user explicitely
199                 wants to create a key
200
201 2006-08-16 [paul]       2.4.0cvs53
202
203         * configure.ac
204         * src/account.c
205         * src/addressbook.c
206         * src/headerview.c
207         * src/prefs_account.c
208         * src/prefs_message.c
209         * src/gtk/gtkutils.c
210                 bump up minimum required versions of GTK+ and
211                 GLIB to 2.6.0
212
213 2006-08-16 [paul]       2.4.0cvs52
214
215         * src/toolbar.c
216                 workaround GTK+ Bug 351600 - 'Can't re-click
217                 on button after sensitivity update'
218                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
219                 Thanks to Colin
220
221 2006-08-15 [colin]      2.4.0cvs51
222
223         * src/plugins/pgpcore/prefs_gpg.c
224                 Set options sensitivity according to
225                 key existence
226         * src/plugins/pgpcore/sgpgme.c
227                 Allow to create key with no passphrase
228
229 2006-08-14 [cleroy]     2.4.0cvs50
230
231         * src/gtk/pluginwindow.c
232                 New layout (maybe to be changed?)
233         * src/gtk/gtkutils.c
234                 Fix a bit label_window
235         * src/plugins/pgpcore/passphrase.c
236         * src/plugins/pgpcore/passphrase.h
237         * src/plugins/pgpcore/plugin.c
238         * src/plugins/pgpcore/prefs_gpg.c
239         * src/plugins/pgpcore/prefs_gpg.h
240         * src/plugins/pgpcore/sgpgme.c
241         * src/plugins/pgpcore/sgpgme.h
242                 Allow to create a PGP private key via the GUI
243
244 2006-08-14 [wwp]        2.4.0cvs49
245
246         * src/addressbook_foldersel.c
247                 fix strict ISO C90 compliance.
248
249 2006-08-14 [paul]       2.4.0cvs48
250
251         * src/gtk/prefswindow.c
252                 re-set scrolled window on opening
253                 Patch by Ticho
254
255 2006-08-14 [paul]
256
257         2.5.0-rc1 released
258
259 2006-08-14 [paul]       2.4.0cvs47
260
261         * src/prefs_display_header.c
262                 re-enable user-defined Displayed Headers
263
264 2006-08-14 [paul]       2.4.0cvs46
265
266         * src/prefs_account.c
267                 use GTK_STOCK_EDIT
268
269 2006-08-13 [colin]      2.4.0cvs45
270
271         * src/common/utils.c
272                 Fix "a" in quote when the original message is empty,
273                 by using \0 instead of 'a' to test writability of
274                 temp files.
275
276 2006-08-13 [wwp]        2.4.0cvs44
277
278         * src/plugins/spamassassin/spamassassin.c
279                 fix capitalization of "SpamAssassin" in some debug, log and
280                 dialog messages.
281
282 2006-08-13 [paul]       2.4.0cvs43
283
284         * src/editldap.c
285                 fix overlapping widgets
286         * src/prefs_account.c
287                 fix translation of protocol_names[]
288                 fix label disappearing off the edge of the
289                 visible area
290
291 2006-08-12 [paul]       2.4.0cvs42
292
293         * manual/plugins.xml
294                 update IRC channel info before it gets forgotten
295                 about
296
297 2006-08-11 [colin]      2.4.0cvs41
298
299         * src/compose.c
300         * src/mainwindow.c
301         * src/mainwindow.h
302         * src/procmsg.c
303         * src/procmsg.h
304         * src/summaryview.c
305         * src/toolbar.c
306                 Grey out the Send button if
307                 - Queue folders are empty, or
308                 - We're sending already
309
310 2006-08-11 [wwp]        2.4.0cvs40
311
312         * src/main.c
313                 fix a logic issue when quitting while a compose window is
314                 still open, thanks to Colin.
315
316 2006-08-10 [colin]      2.4.0cvs39
317
318         * src/main.c
319                 Fix default font size setting after wizard run
320         * src/imap.c
321         * src/etpan/imap-thread.c
322         * src/etpan/imap-thread.h
323                 Fix bug #999 (Timing out on TSL cert validation 
324                 dialog makes ugly things happen). Also, STARTTLS
325                 unconditionnaly if initial capabilities contain
326                 LOGINDISABLED and STARTTLS.
327
328 2006-08-09 [colin]      2.4.0cvs38
329
330         * src/mainwindow.c
331         * src/mainwindow.h
332                 Fix Tools/Actions sensitivity when there are
333                 no actions
334
335 2006-08-09 [colin]      2.4.0cvs37
336
337         * src/prefs_filtering.c
338                 Warning fix, patch by Paul
339         * src/messageview.c
340         * src/prefs_actions.c
341         * src/prefs_filtering_action.c
342         * src/prefs_matcher.c
343                 Uniformisation of "Info ..." to "Info..." (for
344                 old gtk), patch by Fabien
345         * src/plugins/clamav/clamav_plugin_gtk.c
346                 Sensitivity fix by Fabien
347
348 2006-08-09 [colin]      2.4.0cvs36
349
350         * src/main.c
351         * src/main.h
352                 Add a function to know whether we're exiting
353         * src/plugins/trayicon/trayicon.c
354                 If exiting, don't do anything. Faster, and
355                 avoids gtk_main_iteration reentracy causing
356                 segfaults at exit
357
358 2006-08-09 [colin]      2.4.0cvs35
359
360         * src/messageview.c
361         * src/mimeview.c
362         * src/mimeview.h
363                 Fix lack of part selection when automatically 
364                 jumping to a specific part
365         * src/msgcache.c
366                 Little optimisation in cache reading
367
368 2006-08-09 [colin]      2.4.0cvs34
369
370         * src/compose.c
371                 Fix crash setting the priority on reedit
372                 (Accessing compose before creating it!)
373
374 2006-08-08 [colin]      2.4.0cvs33
375
376         * src/procmime.c
377                 Fix bug #998 (last attachment is not accessible)
378                 Bad RFC interpretation on multipart close-delimiters
379         * src/mimeview.c
380         * src/mimeview.h
381         * src/gtk/gtkvscrollbutton.c
382         * src/gtk/gtkvscrollbutton.h
383                 Make attachments list wheel-scrollable
384
385 2006-08-07 [colin]      2.4.0cvs32
386
387         * src/gtk/gtkaspell.c
388                 Fix bug #973 (Unicode punctation characters 
389                 are not recognized as separators by the
390                 spell checker); fix unsigned stuff
391
392 2006-08-07 [colin]      2.4.0cvs31
393
394         * src/compose.c
395                 Fix bug #956 (DnD text with accents in compose 
396                 text entry); fix gccc's signed/unsigned fuss
397
398 2006-08-06 [colin]      2.4.0cvs30
399
400         * src/main.c
401                 Fix bug #979 (Plugin crashes when exiting 
402                 sylpheed-claws) : handle exit request only 
403                 once
404
405 2006-08-05 [colin]      2.4.0cvs29
406
407         * src/news.c
408                 Just make sure we have a msgid.
409
410 2006-08-05 [colin]      2.4.0cvs28
411
412         * src/news.c
413         * src/summaryview.c
414                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
415                 by reimplementing it
416         * src/textview.c
417                 Fix bug when hiding quotes with level > 3 and quote
418                 colors are recycled
419
420 2006-08-04 [colin]      2.4.0cvs27
421
422         * src/compose.c
423         * src/undo.c
424         * src/undo.h
425                 Fix a bit replace-by-pasting undo
426         * src/mainwindow.c
427         * src/messageview.c
428                 Fix Fold quotes menu synchro in
429                 mainwindow when it changes in 
430                 messageview
431         * src/textview.c
432                 Fix right-click on quotes blocks
433         * src/common/utils.c
434                 Verify that the file created by
435                 my_tmpfile() is writable. Fixes
436                 bug #988 (very specific filesystem
437                 issue)
438         * src/plugins/pgpcore/sgpgme.c
439                 Fix file descriptor leak
440         * src/plugins/spamassassin/spamassassin.c
441                 Warn once if spamd isn't reachable
442
443 2006-08-04 [colin]      2.4.0cvs26
444
445         * src/toolbar.c
446                 i18n context patch by Fabien
447
448 2006-08-03 [colin]      2.4.0cvs25
449
450         * src/mainwindow.c
451         * src/messageview.c
452                 Rename "Hide quotes" to "Fold quotes"
453         * src/textview.c
454                 Don't use hand cursor on quotes. "all 
455                 the bonuses of the feature and none of 
456                 unwelcome side-effects"
457
458 2006-08-03 [colin]      2.4.0cvs24
459
460         * AUTHORS
461         * sylpheed-claws.desktop
462         * src/gtk/authors.h
463                 Bring the desktop file to XDG compliance
464                 Patch by Charles A. Edwards
465
466 2006-08-03 [colin]      2.4.0cvs23
467
468         * src/textview.c
469                 Fix links offset when they are preceded
470                 by accentued chars (g_utf8_strlen!)
471         * src/mainwindow.c
472                 Fix wrong status when starting offline
473
474
475 2006-08-03 [wwp]        2.4.0cvs22
476
477         * src/prefs_common.h
478                 ask what to do w/ filtering rules that belong to an account when
479                 applying filtering rules manually from the main window (skip,
480                 apply regardless of the account, use current account). This dialog
481                 can be skipped and the last reply used.
482                 (forgot that file)
483
484 2006-08-03 [wwp]        2.4.0cvs21
485
486         * src/filtering.c
487         * src/filtering.h
488         * src/prefs_common.c
489         * src/summaryview.c
490         * src/alertpanel.c
491         * src/alertpanel.h
492         * src/messageview.c
493                 ask what to do w/ filtering rules that belong to an account when
494                 applying filtering rules manually from the main window (skip,
495                 apply regardless of the account, use current account). This dialog
496                 can be skipped and the last reply used.
497
498
499 2006-08-03 [colin]      2.4.0cvs20
500
501         * src/textview.c
502                 Optimize previous patch
503
504 2006-08-03 [cleroy]     2.4.0cvs19
505
506         * src/textview.c
507                 Fix quotes getting toggled back when the
508                 mail has an even number of text parts
509
510 2006-08-02 [colin]      2.4.0cvs18
511
512         * src/messageview.c
513                 Add Hide quotes menu
514
515 2006-08-02 [colin]      2.4.0cvs17
516
517         * src/mainwindow.c
518         * src/prefs_common.c
519         * src/textview.c
520         * src/textview.h
521         * src/gtk/about.c
522                 Allow per-level quote hiding,
523                 Allow toggling quotes by double-clicking them
524                 Rename RemoteURI to ClickableText to reflect
525                 the fact it's used for a variety of things
526
527 2006-08-02 [wwp]        2.4.0cvs16
528
529         * src/mainwindow.c
530                 fix "View/Hide quotes" menu item status initialization.
531
532 2006-08-02 [wwp]        2.4.0cvs15
533
534         * src/matcher_parser_parse.y
535                 remove a debug trace.
536
537 2006-08-02 [paul]       2.4.0cvs14
538
539         * src/plugins/pgpcore/passphrase.c
540                 don't set initial dialog size
541                 make it resizable
542
543 2006-08-02 [paul]       2.4.0cvs13
544
545         * src/noticeview.c
546                 remove the rogue '/' character
547
548 2006-08-02 [paul]       2.4.0cvs12
549
550         * src/noticeview.c
551                 allow buttons to resize as necessary
552
553 2006-08-01 [wwp]        2.4.0cvs11
554
555         * src/mbox.c
556                 fix strict ISO C90 compliance.
557
558 2006-08-01 [wwp]        2.4.0cvs10
559
560         * tools/update-po
561                 updated update-po tool to work w/ context-dependent translations.
562                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
563
564 2006-08-01 [wwp]        2.4.0cvs9
565
566         * src/matcher.c
567         * src/prefs_filtering.c
568         * src/prefs_matcher.c
569                 allow context-dependent translations for "All",
570                 patch by Fabien Vantard <fzzzzz@gmail.com>.
571
572 2006-07-31 [colin]      2.4.0cvs8
573
574         * AUTHORS
575         * src/gtk/authors.h
576                 Add Rafal to authors
577
578 2006-07-31 [colin]      2.4.0cvs7
579
580         * src/compose.c
581         * src/mainwindow.c
582         * src/messageview.h
583         * src/prefs_common.c
584         * src/prefs_common.h
585         * src/textview.c
586                 Add 'View/Hide quotes'. Patch based on a patch
587                 by Rafal Weglarz
588
589 2006-07-31 [colin]      2.4.0cvs6
590
591         * src/action.c
592                 Fix problem with "> stuff >" actions
593
594 2006-07-31 [paul]       2.4.0cvs5
595
596         * po/nb.po
597                 updated by Geir Helland
598
599 2006-07-31 [wwp]        2.4.0cvs4
600
601         * src/mainwindow.c
602         * src/summaryview.c
603         * src/summaryview.h
604                 add "View/Go to/Parent message" and "View/Go to/Last read message",
605                 thanks to Colin.
606
607 2006-07-31 [wwp]        2.4.0cvs3
608
609         * src/Makefile.am
610         * src/addr_compl.c
611         * src/addr_compl.h
612         * src/addressbook.c
613         * src/addressbook.h
614         * src/addressbook_foldersel.c
615         * src/addressbook_foldersel.h
616         * src/addrindex.c
617         * src/addrindex.h
618         * src/matcher.c
619         * src/matcher.h
620         * src/matcher_parser_lex.l
621         * src/matcher_parser_parse.y
622         * src/prefs_common.c
623         * src/prefs_common.h
624         * src/prefs_filtering.c
625         * src/prefs_matcher.c
626         * src/prefs_matcher.h
627         * src/summaryview.c
628                 introduce filtering against the address book. It's now possible to add
629                 matched conditions to determine if any email address in a message matches
630                 or doesn't match any or all books or folders in the address book.
631
632 2006-07-31 [wwp]        2.4.0cvs2
633
634         * src/account.c
635         * src/filtering.c
636         * src/filtering.h
637         * src/folder.c
638         * src/folderview.c
639         * src/inc.c
640         * src/mainwindow.c
641         * src/matcher.c
642         * src/matcher_parser_lex.l
643         * src/matcher_parser_parse.y
644         * src/mbox.c
645         * src/prefs_filtering.c
646         * src/prefs_filtering.h
647         * src/procmsg.c
648         * src/procmsg.h
649         * src/summaryview.c
650                 introduce per-account filtering rules. Each filtering rule can now be assigned
651                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
652                 when applying filtering rules manually, as all rules will apply - even the ones
653                 assigned to an account. This issue will be addressed soon.
654  
655
656
657 2006-07-31 [wwp]        2.4.0cvs1
658
659         * src/quote_fmt.c
660                 make more strings translatable.
661
662 2006-07-31 [paul]       2.4.0
663
664         2.4.0 released
665
666 2006-07-31 [paul]       2.3.1cvs91
667
668         * po/ca.po
669                 updated by Miquel Oliete
670
671 2006-07-31 [paul]       2.3.1cvs90
672
673         * po/de.po
674         * po/el.po
675         * po/fr.po
676         * po/it.po
677         * po/pl.po
678         * po/pt_BR.po
679         * po/sr.po
680         * po/zh_CN.po
681                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
682                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
683                 Aleksandar Urosevic, and Ralgh Young
684
685 2006-07-31 [paul]       2.3.1cvs89
686
687         * src/account.c
688         * src/main.c
689         * src/mainwindow.c
690         * src/mainwindow.h
691                 Fix a race condition when, after an SC crash, rescanning
692                 folders took more than 0.5 seconds
693                 Thanks to Colin
694
695 2006-07-31 [paul]       2.3.1cvs88
696
697         * src/folderview.c
698                 don't translate separator strings
699
700 2006-07-30 [mones]      2.3.1cvs87
701
702         * doc/man/sylpheed-claws.1
703                 Fixed non-ASCII chars in Hoa's name
704         * po/es.po
705                 Updated for release
706
707 2006-07-27 [colin]      2.3.1cvs86
708
709         * src/textview.c
710                 Don't include the leading \n in links
711                 Patch by Fabien
712
713 2006-07-25 [colin]      2.3.1cvs85
714
715         * src/mainwindow.c
716         * src/common/socket.h
717         * src/etpan/imap-thread.c
718                 Refresh resolvers before connecting
719                 to IMAP servers, and after switching
720                 to online. Thanks to Paul.
721
722 2006-07-18 [colin]
723
724         * 2.4.0-rc4 released
725
726 2006-07-17 [colin]      2.3.1cvs84
727
728         * src/inc.c
729                 Show connection attempt in statusbar before
730                 connecting (previously first message was
731                 "Retrieving messages from ..." after the
732                 connection succeeded.
733
734 2006-07-16 [wwp]        2.3.1cvs83
735
736         * sylpheed-claws.ico
737                 Added .ico file (windows multi-size icon file, generated).
738
739 2006-07-12 [wwp]        2.3.1cvs82
740
741         * src/messageview.c
742                 remove Message/Re-edit menu entry from messageview window,
743                 as sent/draft/queued messages are opened in compose window when
744                 re-edited and it's not possible to re-edit other msgs.
745
746 2006-07-12 [paul]       2.3.1cvs81
747
748         * AUTHORS
749         * src/mainwindow.c
750         * src/gtk/authors.h
751                 check online state before resetting
752                 mailcheck timer. Useful if some program
753                 verifies connection state and updates
754                 Claws.
755                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
756
757 2006-07-12 [paul]       2.3.1cvs80
758
759         * sylpheed-claws-128x128.png
760         * sylpheed-claws-64x64.png
761         * sylpheed-claws.png
762         * src/Makefile.am
763         * src/main.c
764         * src/prefs_toolbar.c
765         * src/stock_pixmap.c
766         * src/stock_pixmap.h
767         * src/wizard.c
768         * src/gtk/about.c
769         * src/gtk/gtkutils.c
770         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
771         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
772         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
773         * src/pixmaps/sylpheed.xpm              ** REMOVED **
774         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
775         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
776                 updated and renamed logo/icon files and related
777                 logo by Jesper Schultz
778
779 2006-07-11 [paul]       2.3.1cvs79
780
781         * src/main.c
782                 fix the labels a smidgin
783
784 2006-07-09 [colin]      2.3.1cvs78
785
786         * src/textview.c
787                 Show errors in textviewer's command
788                 Patch by H. Merijn Brand
789
790 2006-07-09 [colin]      2.3.1cvs77
791
792         * src/compose.c
793                 Save FMID in drafts too
794
795 2006-07-08 [colin]      2.3.1cvs76
796
797         * src/compose.c
798                 Svae RMID in drafted mails too
799                 Save quote_fmt vars for whole mails,
800                 don't reset at each quote_fmt_init:
801                 allows to use the same |i{var} in
802                 various template fields
803         * src/prefs_template.c
804         * src/quote_fmt.h
805         * src/quote_fmt_parse.y
806                 Same
807
808 2006-07-08 [colin]      2.3.1cvs75
809
810         * src/textview.c
811                 Fix highlighting of attached parts URIs
812
813 2006-07-08 [colin]      2.3.1cvs74
814
815         * src/main.c
816                 Prevent bug #981 (sc 2.3.1 segfaults with 
817                 gtk+ 2.10) from being reported again:
818                 if Sylpheed-Claws has been compiled against
819                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
820                 of if Sylpheed-Claws has been compiled against
821                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
822                 error out.
823
824 2006-07-07 [colin]      2.3.1cvs73
825
826         * src/prefs_actions.c
827                 Fix label
828
829 2006-07-07 [colin]      2.3.1cvs72
830
831         * src/prefs_actions.c
832                 Fix compile on gtk < 2.8. argh :)
833
834 2006-07-07 [paul]       2.3.1cvs71
835
836         * src/common/defs.h
837                 update DONATE_URI
838
839 2006-07-07 [colin]      2.3.1cvs70
840
841         * po/POTFILES.in
842         * src/quote_fmt.c
843         * src/quote_fmt_lex.l
844         * src/quote_fmt_parse.y
845                 Add |i{var}, a way to insert user-entered
846                 text in a template
847
848 2006-07-07 [colin]
849
850         * 2.4.0-rc3 released
851
852 2006-07-07 [colin]      2.3.1cvs69
853
854         * src/folder.c
855                 Don't consider inboxes of UNKNOWN folder 
856                 classes to be useable as default inboxes
857
858 2006-07-07 [paul]       2.3.1cvs68
859
860         * src/textview.c
861                 add missing #include <errno.h>
862                 Thanks to René J. Blokland
863
864 2006-07-07 [paul]       2.3.1cvs67
865
866         * src/action.c
867                 Return now Closes dialog
868         * src/mimeview.c
869         * src/mimeview.h
870         * src/textview.c
871                 add contextual menu to mime parts listed
872                 in the textview
873                 Thanks to Colin
874         * src/common/utils.c
875                 reversal: ' is a valid character in URLs
876
877 2006-07-06 [colin]      2.3.1cvs66
878
879         * src/remotefolder.h
880                 Forgotten in previous commit
881
882 2006-07-06 [colin]      2.3.1cvs65
883
884         * src/folder.c
885                 Set summary update flag whenever
886                 totals changed
887         * src/imap.c
888         * src/prefs_account.c
889         * src/common/utils.h
890         * src/etpan/imap-thread.c
891                 Fix warnings, thanks to Fabien and
892                 Ricardo
893
894 2006-07-06 [wwp]        2.3.1cvs64
895
896         * src/gtk/gtkutils.c
897                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
898
899 2006-07-06 [wwp]        2.3.1cvs63
900
901         * src/account.c
902         * src/addressbook.c
903         * src/addressitem.h
904         * src/folderview.c
905         * src/mainwindow.c
906         * src/manual.c
907         * src/manual.h
908         * src/message_search.c
909         * src/prefs_actions.c
910         * src/prefs_filtering.c
911         * src/prefs_filtering.h
912         * src/prefs_template.c
913         * src/summary_search.c
914         * src/summaryview.c
915         * src/gtk/gtkutils.c
916         * src/gtk/gtkutils.h
917         * src/gtk/pluginwindow.c
918                 add help buttons to some dialogs. Clicking such buttons opens a
919                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
920
921 2006-07-06 [paul]       2.3.1cvs62
922
923         * src/textview.c
924                 fix attachments contextual menu
925                 Thanks to Colin
926
927 2006-07-05 [colin]      2.3.1cvs61
928
929         * src/textview.c
930         * src/compose.c
931                 Handle sftp:// links
932
933 2006-07-05 [paul]       2.3.1cvs60
934
935         * src/gtk/filesel.c
936                 grab save button by default
937                 Thanks to Colin
938
939 2006-07-05 [wwp]        2.3.1cvs59
940
941         * manual/xml2pdf
942                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
943
944 2006-07-04 [colin]      2.3.1cvs58
945
946         * src/mimeview.c
947         * src/textview.c
948                 Use left click to select, middle click to open
949                 on mimeparts links
950         * src/common/utils.c
951                 Fix segfault
952
953 2006-07-04 [colin]      2.3.1cvs57
954
955         * src/mainwindow.c
956         * src/news.c
957                 Warning fixes, thanks to Fabien
958
959 2006-07-04 [colin]      2.3.1cvs56
960
961         * src/mimeview.c
962         * src/mimeview.h
963         * src/textview.c
964                 Allow parts to be selected via their text label
965                 in textview
966
967 2006-07-04 [colin]      2.3.1cvs55
968
969         * src/folderview.c
970                 Feedback when closing (for big folders)
971         * src/prefs_actions.c
972         * src/prefs_filtering.c
973         * src/prefs_matcher.c
974         * src/prefs_template.c
975                 Fix default button when closing without
976                 having saved
977
978 2006-07-04 [colin]      2.3.1cvs54
979
980         * src/news.c
981                 Delete local file on deletion
982
983 2006-07-03 [colin]      2.3.1cvs53
984
985         * src/folderview.c
986         * src/main.c
987                 Don't freeze when rescanning after crash
988
989 2006-07-03 [wwp]        2.3.1cvs52
990
991         * src/compose.c
992         * src/privacy.c
993         * src/privacy.h
994         * src/plugins/pgpinline/pgpinline.c
995         * src/plugins/pgpmime/pgpmime.c
996                 don't report an error when the user cancels the passphrase dialog.
997
998 2006-07-02 [colin]      2.3.1cvs51
999
1000         * src/folderview.c
1001                 Open message when crossing folders with Space,
1002                 goto next unread and friends
1003
1004 2006-07-01 [colin]      2.3.1cvs50
1005
1006         * src/prefs_account.c
1007                 Typographic rules varying from language
1008                 to language (in french "Protocole :"),
1009                 we have to do that :)
1010
1011 2006-07-01 [ticho]      2.3.1cvs49
1012
1013         * src/prefs_account.c
1014                 Only use one temporary gchar* variable in
1015                 prefs_account_protocol_set_optmenu().
1016
1017 2006-07-01 [ticho]      2.3.1cvs48
1018
1019         * src/prefs_account.c
1020         * src/prefs_account.h
1021                 Use GtkLabel for existing account protocol name.
1022                 Created an array for protocol names and populate the
1023                 combobox from it in a for() cycle.
1024
1025 2006-06-30 [colin]      2.3.1cvs47
1026
1027         * src/compose.c
1028                 Block undo when changing signature (by changing
1029                 account)
1030
1031 2006-06-30 [paul]       2.3.1cvs46
1032
1033         * src/send_message.c
1034                 when editing From in the Compose window, use that address
1035                 in the Return-Path: header
1036                 Thanks to Colin
1037
1038 2006-06-30 [colin]      2.3.1cvs45
1039
1040         * src/compose.c
1041                 Fix signature replacement:
1042                 - when no newline before separator
1043                 - when reediting
1044
1045 2006-06-29 [colin]      2.3.1cvs44
1046
1047         * src/folderview.c
1048         * src/folderview.h
1049         * src/mainwindow.c
1050         * src/summaryview.c
1051                 Let 'View/Go to/Next marked' work like
1052                 Next new & Next unread: across folders
1053                 Change the select_on_entry pref to do
1054                 what we want when changing folder
1055         * src/common/utils.c
1056                 Fix single-quoted links 
1057
1058 2006-06-29 [colin]      2.3.1cvs43
1059
1060         * src/gtk/gtkaspell.c
1061                 "Sylpheed" and "Sylpheed-Claws" do exist !
1062
1063 2006-06-29 [colin]      2.3.1cvs42
1064
1065         * src/imap.c
1066                 Forgot to remove debug
1067
1068 2006-06-29 [colin]      2.3.1cvs41
1069
1070         * src/imap.c
1071         * src/imap.h
1072         * src/mainwindow.c
1073                 Disconnect from IMAP servers when going
1074                 offline. Fixes bug #978 (going to offline-mode 
1075                 won't close connections)
1076
1077 2006-06-29 [colin]      2.3.1cvs40
1078
1079         * src/main.c
1080                 Fix transient setting on failing plugins
1081                 Patch by Fabien
1082         * src/plugins/pgpcore/sgpgme.c
1083                 Only warn for OpenPGP. Most people don't
1084                 have CMS available.
1085
1086 2006-06-29 [colin]      2.3.1cvs39
1087
1088         * src/compose.c
1089                 Fix Spelling menu (discrepancy between context menu
1090                 and top menu when folder's dictionary isn't the 
1091                 default one)
1092         * src/plugins/pgpcore/sgpgme.c
1093                 More error reporting about why gpgme can fail
1094
1095 2006-06-29 [wwp]        2.3.1cvs38
1096
1097         * src/mainwindow.c
1098                 honor the display-header-pane setting even when the message view
1099                 is a separate window.
1100
1101 2006-06-29 [wwp]        2.3.1cvs37
1102
1103         * src/prefs_actions.c
1104                 forgot to commit that one (use of GTK_STOCK_INFO).
1105
1106 2006-06-29 [colin]      2.3.1cvs36
1107
1108         * src/imap.c
1109                 Better handling of login errors (ask the password
1110                 again once), alert in case of error. Fix three
1111                 signedness warnings.
1112
1113 2006-06-28 [wwp]        2.3.1cvs35
1114
1115         * src/prefs_template.c
1116         * src/prefs_matcher.c
1117         * src/prefs_filtering_action.c
1118         * src/prefs_quote.c
1119                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
1120                 patch by Fabien Vantard, slightly modified.
1121
1122 2006-06-28 [paul]
1123
1124         2.4.0-rc2 released
1125
1126 2006-06-28 [colin]      2.3.1cvs34
1127
1128         * src/prefs_account.c
1129                 Fix bug #977 (Can't add or edit imap accounts)
1130
1131 2006-06-28 [colin]      2.3.1cvs33
1132
1133         * src/mimeview.c
1134                 Fix previous
1135
1136 2006-06-28 [colin]      2.3.1cvs32
1137
1138         * src/mimeview.c
1139                 Save named inlined attachments with "Save all"
1140         * src/main.c
1141         * src/mbox.c
1142         * src/common/plugin.c
1143         * src/common/plugin.h
1144         * src/common/sylpheed.c
1145         * src/common/utils.c
1146         * src/plugins/pgpcore/sylpheed.def
1147         * src/plugins/pgpinline/sylpheed.def
1148         * src/plugins/pgpmime/sylpheed.def
1149                 Win32 compatibility patch, by
1150                 Werner Koch
1151
1152 2006-06-28 [wwp]        2.3.1cvs31
1153
1154         * src/imap.c
1155         * src/prefs_folder_item.c
1156                 less compilation warnings (thanks to Fabien Vantard), less typos.
1157
1158 2006-06-28 [paul]       2.3.1cvs30
1159
1160         * src/gtk/gtkutils.c
1161                 gtk_combo_box_set_focus_on_click() is only
1162                 available since gtk 2.6.0
1163
1164 2006-06-28 [paul]       2.3.1cvs29
1165
1166         * src/prefs_ext_prog.c
1167                 fix engrish and add a tooltip for the
1168                 'command for 'Display as text' option
1169
1170 2006-06-28 [paul]
1171
1172         2.4.0-rc1 released
1173
1174 2006-06-28 [paul]       2.3.1cvs28
1175
1176         * ChangeLog
1177         * tools/Makefile.am
1178                 include textviewer.pl in releases
1179
1180 2006-06-28 [paul]       2.3.1cvs27
1181
1182         * src/prefs_ext_prog.c
1183                 hide Print command option if libgnomeprint
1184                 support is present
1185
1186 2006-06-27 [colin]      2.3.1cvs26
1187
1188         * src/compose.c
1189                 Fix Esc handling in insert/attach dialog
1190                 Don't show this dialog if dragging something
1191                 else than text/uri-list
1192                 Thanks to Fabien Vantard
1193         * tools/textviewer.pl
1194                 Filter script to display stuff as text
1195                 by H. Merijn Brand
1196
1197 2006-06-27 [wwp]        2.3.1cvs25
1198
1199         * src/messageview.c
1200                 use the exact product name (message view title), patch
1201                 by Fabien Vantard.
1202
1203 2006-06-27 [ticho]      2.3.1cvs24
1204
1205         * src/prefs_account.c
1206         * src/prefs_common.c
1207         * src/prefs_common.h
1208         * src/prefs_ext_prog.c
1209         * src/textview.c
1210                 Add a preference (Preferences/External programs)
1211                 to allow "Display as text" to be done via a script
1212                 (patch by H.Merijn Brand).
1213                 Use GtkComboBox for protocol selection in account
1214                 preferences.
1215                 Only include current choice for existing accounts, and
1216                 insensitivize the combobox.
1217
1218 2006-06-27 [paul]       2.3.1cvs23
1219
1220         * src/mbox.c
1221                 fix crasher introduced in cvs21.
1222                 Thanks to Colin
1223
1224 2006-06-26 [colin]      2.3.1cvs22
1225
1226         * src/mbox.c
1227                 Fix double-frees when leaving folders
1228                 after exporting to mbox
1229
1230 2006-06-26 [colin]      2.3.1cvs21
1231
1232         * src/mbox.c
1233                 More feedback (and optimisation)
1234                 on import/export
1235         * src/common/utils.c
1236                 Fix case when looking for mail addresses
1237         * src/gtk/gtkutils.c
1238                 Extra check for (X-)Face
1239
1240 2006-06-25 [ticho]      2.3.1cvs20
1241
1242         * src/compose.c
1243         * src/exphtmldlg.c
1244         * src/gtk/gtkutils.c
1245         * src/gtk/gtkutils.h
1246                 Added second argument to gtkut_sc_combobox_create() to
1247                 control focus-on-click for the widget.
1248                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
1249
1250 2006-06-25 [ticho]      2.3.1cvs19
1251
1252         * src/compose.c
1253         * src/gtk/Makefile.am
1254         * src/gtk/combobox.c
1255         * src/gtk/combobox.h
1256         * src/gtk/gtkutils.c
1257         * src/gtk/gtkutils.h
1258                 Use GtkComboBox instead of deprecated GtkOptionMenu
1259                 for account selector in compose window and for encoding
1260                 selector in attachment properties.
1261                 Also factorise working with the new GtkComboBox somewhat.
1262
1263 2006-06-24 [paul]       2.3.1cvs18
1264
1265         * src/prefs_common.c
1266                 use the correct default value
1267
1268 2006-06-24 [paul]       2.3.1cvs17
1269
1270         * src/compose.c
1271         * src/prefs_common.c
1272         * src/prefs_common.h
1273         * src/prefs_compose_writing.c
1274                 enable setting of default action when
1275                 dnd'ing files in the compose window.
1276                 (Collaborative effort with wwp)
1277
1278 2006-06-23 [wwp]        2.3.1cvs16
1279
1280         * src/compose.c
1281                 i18n fix (thanks to Fabien Vantard)
1282
1283 2006-06-22 [colin]      2.3.1cvs15
1284
1285         * src/prefs_customheader.c
1286                 Don't use filters in custom headers' file 
1287                 selector. Remember, extensions mean nothing :)
1288
1289 2006-06-22 [paul]       2.3.1cvs14
1290
1291         * configure.ac
1292                 allow setting of man directory location
1293
1294 2006-06-22 [colin]      2.3.1cvs13
1295
1296         * src/mainwindow.c
1297                 Add 'View/Go to/Next unread folder'.
1298                 I missed that :)
1299
1300 2006-06-22 [colin]      2.3.1cvs12
1301
1302         * src/common/utils.c
1303                 Add some subject prefixes
1304                 Patch by Bjorn T Johansen <btj@havleik.no>
1305
1306 2006-06-22 [colin]      2.3.1cvs11
1307
1308         * manual/advanced.xml
1309                 Forgotten hidden pref
1310
1311 2006-06-21 [paul]       2.3.1cvs10
1312
1313         * src/prefs_account.c
1314                 complete the removal of 'Add date header' option
1315
1316 2006-06-21 [paul]       2.3.1cvs9
1317
1318         * src/account.c
1319         * src/compose.c
1320         * src/prefs_account.c
1321         * src/prefs_account.h
1322                 remove option to add date header - always
1323                 add date header
1324         * src/etpan/imap-thread.c
1325                 fix warnings (Thanks to Colin)
1326
1327 2006-06-21 [wwp]        2.3.1cvs8
1328
1329         * src/folder.c
1330                 set the attachment flag when inline text part are (file)named. This is more convenient
1331                 when receiving (for instance) inline source files or patches sent using thunderbird.
1332
1333 2006-06-21 [paul]       2.3.1cvs7
1334
1335         * src/inc.c
1336                 fix off-by-one count of current msg in
1337                 statusbar filtering progressbar
1338
1339 2006-06-21 [paul]       2.3.1cvs6
1340
1341         * src/folder.c
1342                 Show attachment icon even if the part is 'inline'
1343                 if the following conditions are met:
1344                 - content-type != 'text/plain'
1345                 - content-type != '*/pgp-signature'
1346                 - either 'name' or 'filename' parameter is not NULL
1347                 
1348                 Thanks to Colin
1349
1350 2006-06-21 [paul]       2.3.1cvs5
1351
1352         * src/messageview.c
1353         * src/prefs_common.c
1354         * src/prefs_common.h
1355         * src/prefs_other.c
1356                 add an option to 'Never send Return
1357                 Receipts'
1358                 Thanks to Colin
1359
1360 2006-06-20 [mones]      2.3.1cvs4
1361
1362         * po/es.po
1363                 updated
1364         * src/compose.c
1365                 typo fixed (space after comma)
1366         * tools/make.themes.project
1367                 remove exec mode from tarball files
1368
1369 2006-06-20 [colin]      2.3.1cvs3
1370
1371         * src/news.c
1372         * src/procheader.c
1373         * src/unmime.c
1374                 Better fix for \n's in headers (don't 
1375                 break Received: and others)
1376
1377 2006-06-20 [paul]       2.3.1cvs2
1378
1379         * src/alertpanel.c
1380         * src/textview.c
1381                 improve legibility of phishing attempt
1382                 dialog
1383
1384 2006-06-20 [paul]       2.3.1cvs1
1385
1386         * NEWS
1387         * README
1388         * configure.ac
1389                 Update version number following
1390                 stable release
1391
1392 2006-06-20 [colin]      2.3.0cvs26
1393
1394         * src/compose.c
1395                 When dragging a file to the text of the compose
1396                 window, ask whether we want to insert or attach
1397                 (I know lots of people who do that to attach)
1398
1399 2006-06-20 [colin]      2.3.0cvs25
1400
1401         * src/etpan/imap-thread.c
1402                 Fix threshold (the append command is often > 32 bytes)
1403
1404 2006-06-19 [colin]      2.3.0cvs24
1405
1406         * src/imap.c
1407         * src/etpan/imap-thread.c
1408                 Workaround Rockliffe IMAP server bug: replace
1409                 "x UID SEARCH (ANSWERED UID 1:*)" with
1410                 "x UID SEARCH ANSWERED"
1411                 (Rockliffe doesn't handle the parenthesis)
1412
1413 2006-06-19 [colin]      2.3.0cvs23
1414
1415         * src/compose.c
1416         * src/imap.c
1417         * src/etpan/imap-thread.c
1418                 Probably fix bug #972 (Freezes when adding 
1419                 an attachment to the message)
1420         * src/common/defs.h
1421                 Modernize Firefox cmd
1422
1423
1424 2006-06-18 [colin]      2.3.0cvs22
1425
1426         * src/prefs_customheader.c
1427                 Only allow correct filenames for various
1428                 custom headers
1429
1430 2006-06-18 [colin]      2.3.0cvs21
1431
1432         * src/prefs_customheader.c
1433                 Add a 'From File...' button in custom headers prefs, which
1434                 try to do the right thing: 
1435                 for normal headers, use file as plaintext,
1436                 for X-Face, calls compface,
1437                 for Face, encode to b64.
1438
1439 2006-06-17 [colin]      2.3.0cvs20
1440
1441         * src/mh.c
1442                 Warning fix
1443
1444 2006-06-16 [colin]      2.3.0cvs19
1445
1446         * src/summaryview.c
1447                 Recursive quicksearch: show message list
1448                 in current folder, *then* search children
1449                 in the background.
1450
1451 2006-06-16 [colin]      2.3.0cvs18
1452
1453         * src/main.c
1454                 Instead of ignoring SIGPIPE, save caches
1455                 when getting one. Will fix the fact that
1456                 hot caches are out-of-date when logging 
1457                 out of Xorg.
1458         * src/compose.c
1459         * src/prefs_compose_writing.c
1460                 Only save text (not attachments) when 
1461                 auto-saving to drafts
1462         * src/unmime.c
1463                 Always replace \n, \r and \t with spaces
1464                 in headers
1465         * manual/dist/html/Makefile.am
1466         * manual/dist/pdf/Makefile.am
1467         * manual/dist/ps/Makefile.am
1468         * manual/dist/txt/Makefile.am
1469         * manual/fr/dist/html/Makefile.am
1470         * manual/fr/dist/pdf/Makefile.am
1471         * manual/fr/dist/ps/Makefile.am
1472         * manual/fr/dist/txt/Makefile.am
1473         * manual/pl/dist/html/Makefile.am
1474         * manual/pl/dist/pdf/Makefile.am
1475         * manual/pl/dist/ps/Makefile.am
1476         * manual/pl/dist/txt/Makefile.am
1477                 Fix make clean removing pregenerated manuals
1478
1479
1480 2006-06-16 [colin]      2.3.0cvs17
1481
1482         * src/plugins/pgpcore/sgpgme.c
1483         * src/plugins/pgpmime/pgpmime.c
1484         * src/plugins/pgpinline/pgpinline.c
1485                 Better error reporting in setup_signers.
1486                 Don't fallback to default key if specified
1487                 key isn't found.
1488                 Don't allow signing if more than one secret
1489                 key matches the one specified in prefs.
1490
1491 2006-06-15 [colin]      2.3.0cvs16
1492
1493         * src/folderview.c
1494                 Add "Send queue" in the folder's contextual
1495                 menu
1496         * src/compose.c
1497         * src/messageview.c
1498         * src/privacy.c
1499         * src/privacy.h
1500         * src/procmime.c
1501         * src/procmsg.c
1502         * src/plugins/pgpcore/passphrase.c
1503         * src/plugins/pgpcore/sgpgme.c
1504         * src/plugins/pgpinline/pgpinline.c
1505         * src/plugins/pgpmime/pgpmime.c
1506                 Better error reporting
1507         * src/mbox.c
1508                 Probably fix bug #971 (2.2.3 cannot read mail 
1509                 from local mbox)
1510
1511
1512 2006-06-15 [mones]      2.3.0cvs15
1513
1514         * tools/make.themes.project
1515                 creates the themes project from the web page
1516
1517 2006-06-15 [colin]      2.3.0cvs14
1518
1519         * src/folder.c
1520                 Better fix (avoid losing the folder if scan_tree 
1521                 fails)
1522
1523 2006-06-15 [cleroy]     2.3.0cvs13
1524
1525         * src/folder.c
1526                 Probably fix Bug #969 (crash on rebuilding 
1527                 imap folder)
1528
1529 2006-06-14 [colin]      2.3.0cvs12
1530
1531         * manual/dtd/manual.xsl
1532         * manual/sylpheed-claws-manual.xml
1533         * manual/fr/sylpheed-claws-manual.xml
1534         * manual/pl/sylpheed-claws-manual.xml
1535                 Insert pagebreaks between sections
1536
1537 2006-06-14 [paul]       2.3.0cvs11
1538
1539         * configure.ac
1540                 better fix than 2.3.0cvs10
1541
1542 2006-06-14 [paul]       2.3.0cvs10
1543
1544         * configure.ac
1545                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1546                 (backwards compatible)
1547
1548 2006-06-13 [colin]      2.3.0cvs9
1549
1550         * src/messageview.c
1551                 Fix sending of return receipt with the new queue folders
1552
1553 2006-06-13 [wwp]        2.3.0cvs8
1554
1555         * src/quote_fmt_lex.l
1556                 fix wrong tokens returned in quote_fmt lexer, query not().
1557
1558 2006-06-13 [wwp]        2.3.0cvs7
1559
1560         * src/folder.c
1561         * src/prefs_folder_item.c
1562                 allow changing folder type even when folder is not a top-level one,
1563                 thanks to Colin.
1564
1565 2006-06-12 [colin]      2.3.0cvs6
1566
1567         * src/folderview.c
1568                 Fix double-ask of "Do you want to mark all
1569                 as read"
1570
1571 2006-06-12 [colin]      2.3.0cvs5
1572
1573         * src/compose.c
1574         * src/compose.h
1575         * src/folder.c
1576         * src/folder.h
1577         * src/imap.c
1578         * src/inc.c
1579         * src/main.c
1580         * src/messageview.c
1581         * src/mh.c
1582         * src/prefs_folder_item.c
1583         * src/procheader.c
1584         * src/procmime.c
1585         * src/procmsg.c
1586         * src/procmsg.h
1587         * src/send_message.c
1588         * src/summaryview.c
1589         * src/toolbar.c
1590                 Apply bug #964's patch (Queue and drafts aren't normal)
1591                 The Drafts and Queue folder now contain RFC-822 files,
1592                 allowing to move and copy mails from and to these 
1593                 folders. Moving from Drafts to Queue will prepare the
1594                 mail for sending (PGP signature, encryption, etc).
1595                 This patch also rework sending errors handling to try
1596                 to be more helpful.
1597                 Also, allow redefining folder types via the GUI 
1598                 (Folder type in its Properties)
1599
1600 2006-06-12 [colin]      2.3.0cvs4
1601
1602         * src/summaryview.c
1603         * src/prefs_common.c
1604         * src/prefs_common.h
1605         * src/gedit-print.c
1606                 Allow to define a specific print font - patch
1607                 by Bernhard Walle <bernhard.walle@gmx.de>
1608         * src/prefs_fonts.c
1609         * manual/advanced.xml
1610         * manual/fr/advanced.xml
1611                 Add a hidden pref to allow deletion without
1612                 confirmation
1613
1614 2006-06-12 [wwp]        2.3.0cvs3
1615
1616         * .cvsignore
1617                 more files to ignore.
1618
1619 2006-06-12 [wwp]        2.3.0cvs2
1620
1621         * src/quote_fmt.c
1622         * src/quote_fmt_lex.l
1623         * src/quote_fmt_parse.y
1624                 extend the quote_fmt parser (templates and quotes):
1625                 - allow limited sub-expressions in |p{} and |f{} expressions,
1626                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1627                 - implemented/fixed missing implementation of query_references and show_references,
1628                 - completed, fixed contents and format of the symbols help dialog,
1629                 - fix some compilation warnings.
1630
1631 2006-06-12 [wwp]        2.3.0cvs1
1632
1633         * manual/advanced.xml
1634         * manual/fr/advanced.xml
1635                 updates in the "templates" section of the manual (eng/fr):
1636                  - be more precise (both versions)
1637                  - completed to match the english reference (fr version)
1638                  - touchups (both versions)
1639
1640 2006-06-12 [paul]       2.3.0
1641
1642         2.3.0 released
1643
1644 2006-06-12 [paul]       2.2.3cvs14
1645
1646         * po/ca.po
1647         * po/cs.po
1648         * po/de.po
1649         * po/el.po
1650         * po/fr.po
1651         * po/it.po
1652         * po/pt_BR.po
1653         * po/sr.po
1654         * po/zh_CN.po
1655                 updated by Miquel Oliete, Tim, Stephan Sachse,
1656                 Stavros Giannouris, Fabien Vantard, Andrea
1657                 Spadaccini, Frederico Goncalves Guimaraes,
1658                 Aleksandar Urosevic, and Ralgh Young
1659
1660 2006-06-12 [colin]      2.2.3cvs13
1661
1662         * src/mbox.c
1663                 Add missing header
1664
1665 2006-06-11 [colin]      2.2.3cvs12
1666
1667         * src/msgcache.c
1668                 Verify that g_malloc() succeeded
1669
1670 2006-06-11 [colin]      2.2.3cvs11
1671
1672         * src/wizard.c
1673                 Add Face header to welcome mail
1674
1675 2006-06-10 [colin]      2.2.3cvs10
1676
1677         * src/textview.c
1678                 Revert previous (Forgot it changes the
1679                 margin on the whole mail)
1680
1681 2006-06-10 [colin]      2.2.3cvs9
1682
1683         * src/textview.c
1684                 Don't overlap long headers under (X-)Face
1685
1686 2006-06-10 [mones]      2.2.3cvs8
1687
1688         * manual/xml2pdf
1689                 allow generation of manual on systems lacking saxon binary
1690                 but with java and the saxon library installed
1691
1692         * po/es.po
1693                 updated for release
1694
1695 2006-06-09 [colin]      2.2.3cvs7
1696
1697         * src/summaryview.c
1698                 Fix leak when using Display Sender using Addressbook
1699
1700 2006-06-09 [colin]      2.2.3cvs6
1701
1702         * src/compose.c
1703         * src/folder.c
1704         * src/folderview.c
1705         * src/mimeview.c
1706         * src/summaryview.c
1707                 More leaks fixes
1708
1709 2006-06-09 [paul]       2.2.3cvs5
1710
1711         * AUTHORS
1712         * src/gtk/authors.h
1713         * tools/claws.i18n.status.pl
1714                 updated with new info
1715
1716 2006-06-09 [paul]       2.2.3cvs4
1717
1718         * README
1719                 updated
1720         * manual/ack.xml
1721                 add wwp to authors list
1722         * src/gtk/authors.h
1723                 update mine and Colin's addresses
1724
1725 2006-06-08 [colin]      2.2.3cvs3
1726
1727         * src/etpan/imap-thread.c
1728                 Fix leak on SSL cert check
1729
1730 2006-06-08 [colin]      2.2.3cvs2
1731
1732         * src/common/utils.c
1733                 Fix leak
1734
1735 2006-06-08 [paul]       2.2.3cvs1
1736
1737         * configure.ac
1738                 Update version number following
1739                 stable release
1740
1741 2006-06-07 [colin]      2.2.2cvs3
1742
1743         * src/msgcache.c
1744                 Fix catching cache read errors (guint instead of gint)
1745                 Prevent malloc'ing more than 8MB (means cache corruption)
1746
1747 2006-06-07 [paul]       2.2.2cvs2
1748
1749         * src/exporthtml.c
1750         * src/exportldif.c
1751         * src/mh.c
1752         * src/mutt.c
1753         * src/pine.c
1754         * src/common/utils.c
1755                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1756                 obey $HOME'
1757                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1758                 Thanks to Colin
1759
1760 2006-06-06 [paul]       2.2.2cvs1
1761
1762         * configure.ac
1763                 Update version number following
1764                 stable release
1765
1766 2006-06-06 [paul]       2.2.1cvs6
1767
1768         * src/matcher.c
1769                 fix  implicit declaration of
1770                 sylpheed_do_idle()
1771                 Patch by Fabien Vantard
1772
1773 2006-06-06 [paul]       2.2.1cvs5
1774
1775         * src/matcher.c
1776                 fix age_greater and age_lower so that they
1777                 mean what say and not '...or equal to'
1778                 Thanks to Colin
1779
1780 2006-06-06 [paul]       2.2.1cvs4
1781
1782         * src/textview.c
1783         * src/common/utils.c
1784                 fix URI check
1785                 Thanks to Colin
1786
1787 2006-06-05 [wwp]        2.2.1cvs3
1788
1789         * manual/fr/account.xml
1790                 minor language fixes (thanks to Fabien Vantard).
1791
1792 2006-06-05 [colin]      2.2.1cvs2
1793
1794         * src/prefs_folder_item.c
1795         * src/folderview.c
1796                 Allow recursive setting of properties 
1797                 for whole mailboxes
1798         * src/matcher.c
1799                 Don't freeze on 'test' filtering rule
1800
1801 2006-06-05 [colin]      2.2.1cvs1
1802
1803         * configure.ac
1804                 Update version number following
1805                 stable release
1806
1807 2006-06-04 [wwp]        2.2.0cvs82
1808
1809         * manual/glossary.xml
1810         * manual/account.xml
1811         * manual/fr/glossary.xml
1812         * manual/fr/account.xml
1813                 added glossary section and references/links related to the Face custom header.
1814
1815 2006-06-04 [colin]      2.2.0cvs81
1816
1817         * src/summaryview.c
1818                 Skip to next message on move with no
1819                 immediate execution
1820
1821 2006-06-04 [wwp]        2.2.0cvs80
1822
1823         * manual/xml2pdf
1824                 added sanity checks, exit when needed.
1825
1826 2006-06-03 [paul]       2.2.0cvs79
1827
1828         * src/prefs_receive.c
1829                 page name is now 'Receiving'
1830         * src/prefs_send.c
1831                 page name is now 'Sending'
1832
1833 2006-06-03 [colin]      2.2.0cvs78
1834
1835         * src/plugins/spamassassin/spamassassin_gtk.c
1836                 Autoswitch to Localhost if transport was previously
1837                 disabled. Else people had to check [] Enable, then
1838                 *reselect* transport.
1839
1840 2006-06-03 [colin]      2.2.0cvs77
1841
1842         * src/plugins/pgpinline/pgpinline.c
1843         * src/plugins/pgpmime/pgpmime.c
1844                 Check that gpg_data_release_and_get_mem 
1845                 didn't fail (now, why this happens...)
1846
1847 2006-06-03 [colin]      2.2.0cvs76
1848
1849         * src/mbox.c
1850                 Fix bug #962 (Manual and/or UI should 
1851                 warn about incompatible locking 
1852                 causing dataloss)
1853
1854 2006-06-02 [cleroy]     2.2.0cvs75
1855
1856         * src/filtering.c
1857         * src/folder.c
1858         * src/procmsg.c
1859         * src/summaryview.c
1860                 Fix a few leaks
1861
1862 2006-06-02 [colin]      2.2.0cvs74
1863
1864         * src/main.c
1865                 On exit, free caches after writing them
1866                 Shuts up some valgrind false positives
1867         * src/procmsg.c
1868         * src/send_message.c
1869                 Fix races when reusing existing SMTP connections
1870                 Fix inexistant session timeout
1871         * src/toolbar.c
1872                 Display alertpanel after all queues have
1873                 been processed, not after each
1874
1875 2006-06-02 [wwp]        2.2.0cvs73
1876
1877         * manual/fr/glossary.xml
1878         * manual/fr/ack.xml
1879         * manual/ack.xml
1880                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1881
1882 2006-06-02 [wwp]        2.2.0cvs72
1883
1884         * manual/xml2pdf
1885         * manual/dist/pdf/Makefile.am
1886         * manual/dtd/manual.xsl
1887         * manual/fr/dist/pdf/Makefile.am
1888         * manual/pl/dist/pdf/Makefile.am
1889                 we changed the procedure to generate the .pdf version of the manual.
1890                 The procedure is more modern and the .pdf we get now has a valid index.
1891                 Here are the new pre-requisites:
1892
1893                 - JRE 1.x (1.4 here): there must be one from your distro
1894                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1895                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1896                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1897
1898                 See my posts for further info about the installation of this toolchain:
1899
1900                 Date: Fri, 19 May 2006 19:40:06 +0200
1901                 From: wwp <subscript@free.fr>
1902                 To: sylpheed-claws-devel@lists.sourceforge.net
1903                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1904
1905                 and
1906
1907                 Date: Wed, 24 May 2006 12:58:49 +0200
1908                 From: wwp <subscript@free.fr>
1909                 To: sylpheed-claws-devel@lists.sourceforge.net
1910                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1911
1912 2006-06-01 [colin]      2.2.0cvs71
1913
1914         * src/compose.c
1915                 Better guards against IMAP races
1916         * src/main.c
1917         * src/prefs_common.c
1918         * src/prefs_common.h
1919         * src/common/ssl_certificate.c
1920         * src/etpan/imap-thread.c
1921         * src/etpan/imap-thread.h
1922         * src/gtk/sslcertwindow.c
1923                 New hidden option ssl_skip_cert_check to 
1924                 avoid dups of bug #959 (libetpan linked
1925                 against gnutls and gnutls buggy on 64bit)
1926                 Present expired warning only once per
1927                 session/server.
1928         * manual/advanced.xml
1929         * manual/fr/advanced.xml
1930                 Document new option
1931
1932 2006-06-01 [wwp]        2.2.0cvs70
1933
1934         * src/messageview.c
1935                 fix for bug #961 (return receipt dialog 
1936                 complains incorrectly about return-path 
1937                 email adress being different), thanks 
1938                 to Colin.
1939
1940 2006-05-31 [cleroy]     2.2.0cvs69
1941
1942         * src/common/ssl.c
1943                 Guard against NULLs, although this
1944                 should never be an issue
1945
1946 2006-05-31 [colin]      2.2.0cvs68
1947
1948         * src/filtering.c
1949                 Use g_slist_prepend
1950         * src/imap.c
1951                 Don't remove caches when destroying folder, it
1952                 could (should) be done at exit
1953         * src/inc.c
1954                 free processing cache after incorporation
1955         * src/etpan/imap-thread.c
1956                 Maybe fix bug #959 (Crash on moving to emails 
1957                 to a imap account per ssl with a expired 
1958                 certificate.)
1959
1960 2006-05-30 [colin]      2.2.0cvs67
1961
1962         * src/summaryview.c
1963                 Put back event flush when displaying message
1964                 It avoids reading a bunch of messages just
1965                 by hitting shift-n for too long ;)
1966
1967 2006-05-29 [colin]      2.2.0cvs66
1968
1969         * src/summaryview.c
1970                 Remove useless g_warnings
1971
1972 2006-05-29 [colin]      2.2.0cvs65
1973
1974         * src/imap.c
1975                 Fix g_slist_append()s for performance
1976
1977 2006-05-29 [colin]      2.2.0cvs64
1978
1979         * src/compose.c
1980         * src/common/utils.c
1981                 Fix extraneous tab at start of addresses
1982         * src/mainwindow.c
1983                 Fix warnings (thanks to Fabien)
1984                 Fix crash at exit when composing messages 
1985                 exist
1986         * src/pop.c
1987                 Fix progress bar when deleting expired mails
1988                 Thanks to Hiro
1989         * src/summaryview.c
1990         * src/gtk/gtksctree.c
1991                 Fix re-sorting slowness
1992
1993 2006-05-29 [paul]       2.2.0cvs63
1994
1995         * src/mh.c
1996                 fetch full message when moving mails
1997                 from another mailbox, (fixed data loss
1998                 when filtering from IMAP to MH, introduced
1999                 in 2.2.0cvs57).
2000                 Thanks to Colin
2001
2002 2006-05-29 [mones]      2.2.0cvs62
2003
2004         * src/gtk/gtksctree.c
2005                 Unselect faster (patch by Colin)        
2006
2007 2006-05-26 [colin]      2.2.0cvs61
2008
2009         * src/summaryview.c
2010                 Unplug MSGINFO_UPDATE callback on delete too.
2011
2012 2006-05-26 [colin]      2.2.0cvs60
2013
2014         * src/foldersel.c
2015                 Fix bold in folder selection window with glib2.10
2016                 thanks Hiro
2017
2018 2006-05-26 [colin]      2.2.0cvs59
2019
2020         * src/procheader.c
2021                 Convert date only if necessary (and don't
2022                 try to convert from utf8 to utf8, too)
2023         * src/summaryview.c
2024                 Only set column's text if the column's 
2025                 displayed
2026
2027 2006-05-26 [colin]      2.2.0cvs58
2028
2029         * src/summaryview.c
2030         * src/gtk/gtkutils.c
2031                 Fix useless warning
2032
2033 2006-05-26 [colin]      2.2.0cvs57
2034
2035         * src/mainwindow.c
2036                 Make summaryview selectable as long as 
2037                 no message has focus
2038         * src/mh.c
2039                 Faster deletion (by implementing mh_remove_msgs)
2040                 Faster copy (avoid using mh_fetch_msg just to get
2041                 the filename)
2042                 Faster move (using move_file instead of copy_file
2043                 if MSG_IS_MOVE)
2044                 No progressbar if total number of mails to cp/mv 
2045                 is less than 100
2046         * src/summaryview.c
2047                 Fix removal from subject_table when mail gets moved
2048                 Faster deletion (g_slist_prepend instead of append)
2049         * src/gtk/gtksctree.c
2050                 Remove useless code
2051
2052 2006-05-25 [colin]      2.2.0cvs56
2053
2054         * src/common/ssl_certificate.c
2055                 Fix leak in expired cert check
2056
2057 2006-05-25 [colin]      2.2.0cvs55
2058
2059         * src/mh.c
2060                 Disable flags syncing on .mh_sequences - it
2061                 is buggy and marks mails read under unknown
2062                 conditions.
2063
2064 2006-05-25 [paul]
2065
2066         * 2.3.0-rc4 released
2067
2068 2006-05-24 [colin]      2.2.0cvs54
2069
2070         attention cvs users: if you manage to crash
2071         Sylpheed-Claws while moving, copying or deleting
2072         mails, we *are* interested in stack traces and
2073         valgrind logs. It looks stable, but one never
2074         knows...
2075
2076         * src/folder.c
2077                 Add progressbar for cache updates
2078         * src/folderutils.c
2079                 Optimize Mark all read in the current
2080                 folder
2081         * src/mh.c
2082                 Add progressbar for copy/move
2083         * src/procmsg.c
2084                 Optimize O(n^2) in copy/move
2085         * src/summaryview.c
2086         * src/gtk/gtksctree.c
2087                 Optimize O(n^2) algos
2088         * src/common/timing.h
2089                 Display ms instead of us
2090
2091 2006-05-24 [wwp]        2.2.0cvs53
2092
2093         * manual/fr/advanced.xml
2094                 updates to the French manual.
2095
2096 2006-05-24 [wwp]        2.2.0cvs52
2097
2098         * src/common/utils.c
2099                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
2100
2101 2006-05-24 [wwp]        2.2.0cvs51
2102
2103         * src/folderutils.c
2104                 fixed "mark all read" in MH folders (thanks to Colin).
2105
2106 2006-05-24 [paul]       2.2.0cvs50
2107
2108         * doc/man/sylpheed-claws.1
2109                 updated the man page
2110
2111 2006-05-23 [colin]      2.2.0cvs49
2112
2113         * src/folderview.c
2114         * src/imap.c
2115         * src/inc.c
2116         * src/mbox.c
2117         * src/messageview.c
2118         * src/news.c
2119         * src/send_message.c
2120         * src/summaryview.c
2121         * src/gtk/sslcertwindow.c
2122                 alertpanel fixes, by Fabien
2123
2124 2006-05-23 [colin]      2.2.0cvs48
2125
2126         * src/folder.c
2127         * src/folderview.c
2128         * src/msgcache.c
2129         * src/summaryview.c
2130         * src/gtk/gtksctree.c
2131         * src/gtk/gtksctree.h
2132                 More timings
2133                 Fix slow loading problem, which was caused by the
2134                 use of some gtk_ctree funcs and their use of
2135                 g_list_position while gtk_ctree_(un)link'ing.
2136                 Reap more functions from gtkctree.c to be sure we
2137                 use our (fast) version instead of theirs.
2138         * src/mh.c
2139                 Fix copy of unread mails
2140
2141
2142 2006-05-22 [wwp]        2.2.0cvs47
2143
2144         * manual/fr/advanced.xml
2145                 updated.
2146
2147 2006-05-22 [colin]      2.2.0cvs46
2148
2149         * src/filtering.c
2150                 Fix possible infinite loop. 'copy' is not a 
2151                 final action, so when encountering a 'copy',
2152                 we have to check if a previous one was set
2153                 and do it. In the same way, if we encounter
2154                 a 'move' we have to perform a possibly 
2155                 pending 'copy'. This will slow down filtering
2156                 on IMAP if move+copy or multiple copy actions
2157                 are to be done, but handling it via the batch
2158                 would be really too convoluted.
2159
2160 2006-05-22 [wwp]        2.2.0cvs45
2161
2162         * manual/fr/advanced.xml
2163         * manual/fr/faq.xml
2164         * manual/fr/glossary.xml
2165         * manual/fr/handling.xml
2166         * manual/fr/intro.xml
2167         * manual/fr/plugins.xml
2168         * manual/fr/sylpheed-claws-manual.xml
2169                 sync w/ the english manual: updates URIs, documented mailing-list
2170                 support, better explanation about the enabled/disabled feature
2171                 in filtering/processing rules by Paul.
2172
2173 2006-05-21 [colin]      2.2.0cvs44
2174
2175         * src/summaryview.c
2176                 Don't expand after building threads, but during
2177
2178 2006-05-21 [colin]      2.2.0cvs43
2179
2180         * src/procmsg.c
2181         * src/summaryview.c
2182                 More timing possibilities... For next time I have 
2183                 to find out how the hell some 3GHz computer takes
2184                 one minute to open a 30k folder...
2185
2186 2006-05-21 [colin]      2.2.0cvs42
2187
2188         * manual/pl/advanced.xml
2189         * manual/pl/faq.xml
2190         * manual/pl/glossary.xml
2191         * manual/pl/handling.xml
2192         * manual/pl/intro.xml
2193         * manual/pl/plugins.xml
2194         * manual/pl/sylpheed-claws-manual.xml
2195                 Polish manual updated by Pawel
2196
2197 2006-05-20 [colin]
2198
2199         * 2.3.0-rc3 released
2200
2201 2006-05-20 [colin]      2.2.0cvs41
2202
2203         * src/imap.c
2204                 Fix -rc2 problems:
2205                 - remove cache of moved messages from original folder
2206                 - apply new flags to messages even if they aren't appliable
2207                   via IMAP.
2208
2209 2006-05-20 [colin]
2210
2211         * 2.3.0-rc2 released
2212
2213 2006-05-19 [colin]      2.2.0cvs40
2214
2215         * src/imap.c
2216                 Don't issue SELECT in imap_change_flags
2217                 before having checked that we indeed have
2218                 some flags to change. MSG_POSTFILTERED for
2219                 example can't be used on IMAP.
2220                 Fixes bug #955 (copying messages between 
2221                 imap folders is extremely slow), which was
2222                 a regression.
2223
2224 2006-05-19 [colin]      2.2.0cvs39
2225
2226         * src/folder.c
2227         * src/folder.h
2228         * src/folderview.c
2229                 Try to fix bug #830 (Some unread messages 
2230                 get marked read in IMAP inbox):
2231                 - Prevent scanning a folder if it's being 
2232                   opened via the GUI
2233                 - Postpone opening via the GUI of a folder
2234                   currently scanned.
2235
2236
2237 2006-05-19 [wwp]        2.2.0cvs38
2238
2239         * manual/advanced.xml
2240                 fix English+typo (thanks to Paul).
2241
2242 2006-05-19 [wwp]        2.2.0cvs37
2243
2244         * manual/advanced.xml
2245         * manual/fr/advanced.xml
2246         * src/gtk/logwindow.c
2247         * src/prefs_common.c
2248         * src/prefs_common.h
2249                 added hidden prefs to allow customization of colors used in
2250                 protocol log window (useful for dark gtk+ themes).
2251
2252 2006-05-19 [wwp]        2.2.0cvs36
2253
2254         * ChangeLog
2255                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
2256
2257 2006-05-19 [paul]       2.2.0cvs35
2258
2259         * src/textview.c
2260                 make Reply-To fully clickable
2261         * src/gtk/logwindow.c
2262                 more colouring (SMTP ESMTP)
2263         Both patches by Pawel Pekala
2264
2265 2006-05-19 [cleroy]     2.2.0cvs34
2266
2267         * src/mh.c
2268                 Don't update flags from current folder
2269                 Probably fixes bug #935 (Read Messages 
2270                 Revert to Being Marked as Unread)
2271
2272 2006-05-18 [colin]      2.2.0cvs33
2273
2274         * src/imap.c
2275                 Warning fix
2276         * src/compose.c
2277         * src/mainwindow.c
2278         * src/summaryview.c
2279         * src/toolbar.c
2280                 Allow replying to multiple emails
2281                 in multiple windows
2282         * src/mimeview.c
2283         * src/etpan/imap-thread.c
2284                 Leak fixes
2285
2286 2006-05-18 [paul]       2.2.0cvs32
2287
2288         * src/summaryview.c
2289                 keep Mailing-List menu refreshed
2290                 Thanks to Colin
2291
2292 2006-05-18 [paul]       2.2.0cvs31
2293
2294         * manual/advanced.xml
2295         * manual/faq.xml
2296         * manual/glossary.xml
2297         * manual/handling.xml
2298         * manual/intro.xml
2299         * manual/plugins.xml
2300         * manual/sylpheed-claws-manual.xml
2301                 update URLs
2302                 add info about mailing-list support
2303                 edit filtering info
2304         * src/wizard.c
2305         * src/common/defs.h
2306         * src/gtk/about.c
2307         * src/plugins/dillo_viewer/README
2308                 update URLs
2309
2310 2006-05-17 [wwp]        2.2.0cvs30
2311
2312         * manual/handling.xml
2313         * manual/fr/handling.xml
2314                 documented the ability to enabled/disable filtering/processing rules.
2315
2316 2006-05-17 [colin]      2.2.0cvs29
2317
2318         * src/main.c
2319                 Don't initialize g_thread subsystem if it's 
2320                 already done (thanks to Hiro)
2321         * src/mimeview.c
2322                 Fix saving of parts when there name can't be
2323                 converted from UTF-8.
2324
2325 2006-05-17 [paul]       2.2.0cvs28
2326
2327         * po/Makefile.in.in
2328                 fix config.status warning with autoconf 2.60
2329
2330 2006-05-17 [paul]       2.2.0cvs27
2331
2332         * po/POTFILES.in
2333                 add src/mbox.c
2334
2335 2006-05-17 [wwp]        2.2.0cvs26
2336
2337         * src/mainwindow.c
2338                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2339
2340 2006-05-17 [wwp]        2.2.0cvs25
2341
2342         * src/plugins/demo/demo.c
2343                 updated product name in plugin demo (many plugins need to be
2344                 sync'ed w/ that change).
2345
2346 2006-05-17 [colin]      2.2.0cvs24
2347
2348         * src/mh.c
2349                 Fix leak
2350
2351 2006-05-16 [colin]      2.2.0cvs23
2352
2353         * src/mainwindow.c
2354                 Stupid me hit again. Fix cvs22.
2355
2356 2006-05-16 [colin]      2.2.0cvs22
2357
2358         * src/mainwindow.c
2359                 Fix bug #922 (sylpheed-claws crashed after 
2360                 pushing on Inbox folder)
2361
2362 2006-05-16 [colin]      2.2.0cvs21
2363
2364         * src/compose.c
2365                 Make From header be copy/paste/select-able
2366
2367 2006-05-16 [wwp]        2.2.0cvs20
2368
2369         * src/export.c
2370         * src/matcher.c
2371         * src/summaryview.c
2372         * src/etpan/imap-thread.c
2373                 fix some compiler warnings (thanks to Colin).
2374
2375 2006-05-16 [wwp]        2.2.0cvs19
2376
2377         * src/action.c
2378         * src/gedit-print.c
2379         * src/inc.c
2380         * src/mainwindow.c
2381         * src/mh.c
2382         * src/statusbar.c
2383         * src/send_message.c
2384         * src/summaryview.c
2385                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2386
2387 2006-05-15 [colin]      2.2.0cvs18
2388
2389         * src/procmsg.c
2390                 Fix automatic rule creation with List-Post
2391
2392 2006-05-15 [paul]       2.2.0cvs17
2393
2394         * tools/filter_conv_new.pl
2395                 updated for rule enabling/disabling
2396                 claws version >= 2.3.x required
2397
2398 2006-05-15 [cleroy]     2.2.0cvs16
2399
2400         * src/main.c
2401                 Revert test
2402
2403 2006-05-15 [cleroy]     2.2.0cvs15
2404
2405         * src/main.c
2406                 test
2407
2408 2006-05-15 [wwp]        2.2.0cvs14
2409
2410         * manual/pl/.cvsignore
2411                 ignore generated files.
2412
2413 2006-05-14 [wwp]        2.3.0-rc1
2414
2415         * 2.3.0-rc1 released
2416
2417 2006-05-13 [wwp]        2.2.0cvs13
2418
2419         * src/filtering.c
2420         * src/filtering.h
2421         * src/matcher.c
2422         * src/matcher_parser_lex.l
2423         * src/matcher_parser_parse.y
2424         * src/prefs_filtering.c
2425                 new feature: provide the ability to disable filtering and processing
2426                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2427                 adaptations.
2428
2429 2006-05-13 [colin]      2.2.0cvs12
2430
2431         * src/compose.c
2432                 Remove useless if (a) b; else b;
2433                 Thanks to wwp
2434
2435 2006-05-13 [wwp]        2.2.0cvs11
2436
2437         * src/export.c
2438         * src/import.c
2439         * src/mainwindow.c
2440         * src/mbox.c
2441         * src/summaryview.c
2442         * src/summaryview.h
2443                 no more silent failures (or at least less ones) when importing
2444                 or exporting from/to mbox. Also start importing/exporting if
2445                 the necessary info is set.
2446
2447 2006-05-13 [wwp]        2.2.0cvs10
2448
2449         * RELEASE_NOTES
2450                 restored up-to-date release notes.
2451
2452 2006-05-13 [paul]       2.2.0cvs9
2453
2454         * po/nl.po
2455         * po/ru.po
2456                 updated by Tim Dijkstra and Pavlo Bohmat
2457
2458 2006-05-12 [colin]      2.2.0cvs8
2459
2460         * src/gtk/quicksearch.c
2461                 Add "k" as shortcut for "colorlabel". Patch
2462                 by ath42@users.sf.net.
2463
2464 2006-05-12 [paul]       2.2.0cvs7
2465
2466         * src/prefs_common.h
2467         * src/prefs_summaries.c
2468         * src/summaryview.c
2469                 when entering a folder also allow
2470                 going directly to first Marked message
2471
2472 2006-05-12 [paul]       2.2.0cvs6
2473
2474         * src/summaryview.c
2475                 always obey 'confirm before marking all
2476                 mails read' option
2477
2478 2006-05-12 [paul]       2.2.0cvs5
2479
2480         * src/textview.c
2481                 make Sender fully clickable
2482
2483 2006-05-12 [colin]      2.2.0cvs4
2484
2485         * src/compose.c
2486         * src/compose.h
2487                 Let From be editable
2488         * src/main.c
2489         * src/mh.c
2490                 Full support of .mh_sequences' Unseen seq
2491
2492 2006-05-12 [colin]      2.2.0cvs3
2493
2494         * src/folder.c
2495         * src/mainwindow.c
2496         * src/mainwindow.h
2497         * src/messageview.c
2498         * src/prefs_spelling.c
2499         * src/procheader.c
2500         * src/procmsg.c
2501         * src/procmsg.h
2502         * src/summaryview.c
2503         * src/toolbar.c
2504         * src/toolbar.h
2505                 Add contextual menu on Compose toolbar
2506                 button. Fixes bug #944 (Automatic
2507                 addresses not applied when changing account
2508                 from compose window)
2509                 add Mailing List support
2510                 based on the old 0.6.5claws25 patch by
2511                 Melvin Hadasht, with finishing touches
2512                 by Colin
2513                 Fix "ignore thread" when mails are threaded by
2514                 subject (and weren't ignored although appearing
2515                 in the thread).
2516                 GUI rework.
2517                 Both patches by Pawel.
2518
2519 2006-05-08 [paul]       2.2.0cvs2
2520
2521         * src/mainwindow.c
2522         * src/mainwindow.h
2523         * src/messageview.c
2524         * src/procheader.c
2525         * src/procmsg.c
2526         * src/procmsg.h
2527         * src/summaryview.c
2528                 add Mailing List support
2529                 based on the old 0.6.5claws25 patch by 
2530                 Melvin Hadasht, with finishing touches
2531                 by Colin
2532
2533 2006-05-08 [colin]      2.2.0cvs1
2534
2535         * src/mainwindow.c
2536         * src/toolbar.c
2537         * src/toolbar.h
2538                 Add contextual menu on Compose toolbar 
2539                 button. Fixes bug #944 (Automatic 
2540                 addresses not applied when changing account 
2541                 from compose window)
2542
2543 2006-05-08 [paul]       2.2.0
2544
2545         2.2.0 released
2546
2547 2006-05-08 [paul]       2.1.1cvs51
2548
2549         * po/cs.po
2550         * po/de.po
2551         * po/en_GB.po
2552         * po/fi.po
2553         * po/fr.po
2554         * po/pt_BR.po
2555         * po/sr.po
2556         * po/zh_CN.po
2557                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2558                 Fabien Vantard, Frederico Goncalves Guimaraes,
2559                 Aleksandar Urosevic, and Ralgh Young
2560
2561 2006-05-12 [colin]      2.1.1cvs50
2562
2563         * po/cs.po
2564         * po/de.po
2565         * po/en_GB.po
2566         * po/es.po
2567         * po/fi.po
2568         * po/fr.po
2569         * po/pt_BR.po
2570         * po/sr.po
2571         * po/zh_CN.po
2572                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2573                 Fabien Vantard, Frederico Goncalves Guimaraes,
2574                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2575
2576 2006-05-05 [colin]      2.1.1cvs49
2577
2578         * manual/Makefile.am
2579         * manual/pl/Makefile.am
2580         * manual/pl/account.xml
2581         * manual/pl/ack.xml
2582         * manual/pl/addrbook.xml
2583         * manual/pl/advanced.xml
2584         * manual/pl/faq.xml
2585         * manual/pl/glossary.xml
2586         * manual/pl/gpl.xml
2587         * manual/pl/handling.xml
2588         * manual/pl/intro.xml
2589         * manual/pl/keyboard.xml
2590         * manual/pl/plugins.xml
2591         * manual/pl/starting.xml
2592         * manual/pl/sylpheed-claws-manual.xml
2593         * manual/pl/dist/.cvsignore
2594         * manual/pl/dist/Makefile.am
2595         * manual/pl/dist/html/.cvsignore
2596         * manual/pl/dist/html/Makefile.am
2597         * manual/pl/dist/pdf/.cvsignore
2598         * manual/pl/dist/pdf/Makefile.am
2599         * manual/pl/dist/ps/.cvsignore
2600         * manual/pl/dist/ps/Makefile.am
2601         * manual/pl/dist/txt/.cvsignore
2602         * manual/pl/dist/txt/Makefile.am
2603                 Add the polish translation of the manual,
2604                 Authored by Pawel Pekala.
2605
2606 2006-05-05 [cleroy]     2.1.1cvs48
2607
2608         * src/main.c
2609                 Re-read matcherrc after loading plugins 
2610                 if some of them add folders.
2611
2612 2006-05-03 [colin]      2.1.1cvs47
2613
2614         * src/imap.c
2615                 I'm idiot
2616
2617 2006-05-03 [colin]      2.1.1cvs46
2618
2619         * src/imap.c
2620                 Be sure to have a session when
2621                 getting separator
2622
2623 2006-05-03 [colin]      2.1.1cvs45
2624
2625         * src/imap.c
2626         * src/imap.h
2627         * src/imap_gtk.c
2628                 Fix preventing renaming with namespace 
2629                 separator.
2630
2631 2006-05-01 [colin]      2.1.1cvs44
2632
2633         * src/action.c
2634                 Don't reload messageview when result of
2635                 action is piped.
2636
2637 2006-04-29 [colin]      2.1.1cvs43
2638
2639         * src/prefs_receive.c
2640         * src/plugins/spamassassin/spamassassin_gtk.c
2641         * src/plugins/clamav/clamav_plugin_gtk.c
2642                 GUI fixes by Pawel
2643
2644 2006-04-29 [colin]      2.1.1cvs42
2645
2646         * src/prefs_compose_writing.c
2647         * src/prefs_quote.c
2648                 Cleanups. Patch by Pawel
2649
2650 2006-04-28 [paul]       2.1.1cvs41
2651
2652         * src/matcher.c
2653                 fix returned quick search results when search
2654                 term contains an underscore.
2655                 Thanks to Colin
2656
2657 2006-04-28 [paul]       2.1.1cvs40
2658
2659         * src/prefs_message.c
2660         * src/prefs_receive.c
2661                 GUI cleanups
2662                 Patches by Pawel Pekala
2663
2664 2006-04-27 [colin]      2.1.1cvs39
2665
2666         * src/wizard.c
2667                 Differentiate subject Welcome from
2668                 window's title Welcome
2669
2670 2006-04-27 [paul]
2671
2672         2.2.0-rc1 released
2673
2674 2006-04-27 [paul]       2.1.1cvs38
2675
2676         * manual/advanced.xml
2677         * manual/fr/advanced.xml
2678                 add info about compose_no_markup hidden pref
2679
2680 2006-04-27 [paul]       2.1.1cvs37
2681
2682         * src/prefs_account.c
2683                 improve privacy labels
2684         * src/prefs_msg_colors.c
2685                 change some strings for translators' convenience
2686         * src/gtk/gtkutils.c
2687                 don't underline the link button text
2688
2689 2006-04-25 [colin]      2.1.1cvs36
2690
2691         * src/folder.c
2692                 Complete 2.1.1cvs33 (once more ;)
2693
2694 2006-04-25 [colin]      2.1.1cvs35
2695
2696         * src/editldap.c
2697                 Fix tooltip
2698
2699 2006-04-25 [cleroy]     2.1.1cvs34
2700
2701         * src/compose.c
2702         * src/gtk/gtkaspell.c
2703                 Fix crash on redirect (related to the return 
2704                 of the aspell menu in compose's toolbar)
2705         * src/prefs_msg_colors.c
2706                 Fix sensitivity widgets
2707         * src/image_viewer.c
2708         * src/gtk/pluginwindow.c
2709         * src/gtk/prefswindow.c
2710                 Change released signals to clicked (Fabien)
2711         * po/POTFILES.in
2712         * src/common/socket.c
2713         * src/plugins/spamassassin/spamassassin.c
2714                 Translate strings (Fabien)
2715
2716 2006-04-25 [paul]       2.1.1cvs33
2717
2718         * src/folder.c
2719         * src/folder.h
2720         * src/folderview.c
2721                 complete the fix of bug #912
2722                 Thanks to Colin
2723
2724 2006-04-25 [colin]      2.1.1cvs32
2725
2726         * src/news.c
2727                 Better progress bar
2728         * src/mimeview.c
2729         * src/summaryview.c
2730         * src/summaryview.h
2731                 Fix focus chain
2732                 Patches by Pawel Pekala
2733
2734 2006-04-24 [colin]      2.1.1cvs31
2735
2736         * src/compose.c
2737                 Fix compilation warnings (Fabien)
2738
2739 2006-04-24 [colin]      2.1.1cvs30
2740
2741         * src/addrindex.c
2742         * src/editldap.c
2743         * src/editldap_basedn.c
2744         * src/editldap_basedn.h
2745         * src/ldapctrl.c
2746         * src/ldapctrl.h
2747         * src/ldapquery.c
2748         * src/ldaputil.c
2749         * src/ldaputil.h
2750                 Fix bug #901 (LDAPS support)
2751
2752 2006-04-24 [colin]      2.1.1cvs29
2753
2754         * src/compose.c
2755                 Fix logic on error with send dialog on
2756         * src/imap.c
2757                 Fix compilation without libetpan, thanks
2758                 to Fabien
2759         * src/summaryview.c
2760                 Fix 'context-menu' key
2761
2762 2006-04-23 [colin]      2.1.1cvs28
2763
2764         * src/folder.c
2765                 Never free current's cache to free up 
2766                 memory. Fixes bug #912 (new count 
2767                 randomly set to message count)
2768
2769 2006-04-23 [colin]      2.1.1cvs27
2770
2771         * src/gtk/quicksearch.c
2772                 And remove printf...
2773
2774 2006-04-23 [colin]      2.1.1cvs26
2775
2776         * src/gtk/quicksearch.c
2777                 Fix replacing in quicksearch, and fix inserting
2778                 in the middle of the string. (introduced at 2.1.0cvs22)
2779
2780 2006-04-23 [colin]      2.1.1cvs25
2781
2782         * src/imap.c
2783                 Make sure uidnext is initialized in get_num_list
2784                 (not for stable, related to 2.1.1cvs8 and friends)
2785
2786 2006-04-23 [colin]      2.1.1cvs24
2787
2788         * src/imap.c
2789                 Output something when login is successful
2790                 too
2791
2792 2006-04-23 [colin]      2.1.1cvs23
2793
2794         * src/etpan/imap-thread.c
2795                 Better logging (line-per-line, hide data in fetch)
2796                 Fix a const warning
2797         * src/gtk/logwindow.c
2798         * src/gtk/logwindow.h
2799                 Better logging (color for input/output)
2800
2801 2006-04-21 [colin]      2.1.1cvs22
2802
2803         * src/gtk/quicksearch.c
2804                 On gtk+-2.8, use stock buttons in quicksearch
2805                 Based on a patch by Fabien and a design by Paul
2806
2807 2006-04-21 [colin]      2.1.1cvs21
2808
2809         * src/folderview.c
2810         * src/mainwindow.c
2811                 Fix occasional flicker in folderview
2812         * src/common/utils.c
2813                 Fix bug #943 (Incorrectly parsed email address 
2814                 list in short headers on message view and in 
2815                 printouts)
2816
2817 2006-04-20 [colin]      2.1.1cvs20
2818
2819         * src/imap.c
2820         * src/imap.h
2821         * src/prefs_account.c
2822                 Add ANONYMOUS auth for IMAP
2823
2824 2006-04-20 [paul]       2.1.1cvs19
2825
2826         * src/main.c
2827                 proper fix for 2.1.1cvs18
2828                 Thanks to Colin
2829
2830 2006-04-20 [paul]       2.1.1cvs18
2831
2832         * src/main.c
2833                 fix build warnings
2834
2835 2006-04-20 [paul]       2.1.1cvs17
2836
2837         * src/gtk/quicksearch.c
2838                 fix standard, non-extended Quick search,
2839                 was broken in 2.1.1cvs15.
2840                 Thanks to Colin.
2841
2842 2006-04-20 [colin]      2.1.1cvs16
2843
2844         * src/prefs_matcher.c
2845                 Fix values when reselecting a ~test
2846                 rule
2847
2848 2006-04-19 [colin]      2.1.1cvs15
2849
2850         * src/compose.c
2851         * src/compose.h
2852         * src/gtk/gtkaspell.c
2853         * src/gtk/gtkaspell.h
2854                 Put back Options menu in Spelling/
2855         * src/gtk/quicksearch.c
2856                 Don't search, and show error, if the
2857                 advanced search has a syntax error
2858
2859 2006-04-18 [colin]      2.1.1cvs14
2860
2861         * src/textview.c
2862                 Fix gdk warnings on set_cursor when textview
2863                 isn't visible
2864
2865 2006-04-18 [colin]      2.1.1cvs13
2866
2867         * src/gtk/gtksctree.c
2868                 Remove seemingly useless refresh that causes
2869                 flicker - watch this commit in case of 
2870                 problems before planned backport to stable
2871
2872 2006-04-18 [colin]      2.1.1cvs12
2873
2874         * src/imap.c
2875                 Factorize get/set_xml code
2876         * src/compose.c
2877         * src/prefs_account.c
2878         * src/prefs_account.h
2879         * src/procmsg.c
2880                 Add Encrypt to self option
2881
2882 2006-04-17 [colin]      2.1.1cvs11
2883
2884         * configure.ac
2885                 Fix search on encrpyt function on dragonfly
2886                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2887
2888 2006-04-17 [colin]      2.1.1cvs10
2889
2890         * src/prefs_account.c
2891                 Be safe by default: remove mails from POP3
2892                 after 7 days, not immediately
2893
2894 2006-04-17 [colin]      2.1.1cvs9
2895
2896         * src/etpan/imap-thread.c
2897                 Fix build on DragonFly - patch by 
2898                 Jonathan Buschmann <jonthn@agmact.com>
2899
2900 2006-04-17 [colin]      2.1.1cvs8
2901
2902         * src/imap.c
2903                 Save uidnext between sessions
2904
2905 2006-04-17 [colin]      2.1.1cvs7
2906
2907         * src/imap.c
2908                 scan is required when uid validity changes
2909
2910 2006-04-17 [colin]      2.1.1cvs6
2911
2912         * src/folderview.c
2913                 Don't scan if not necessary, apart in current
2914                 folder and INBOX to fetch flags.
2915         * src/imap.c
2916                 Scan is necessary if unread count changes
2917
2918 2006-04-17 [colin]      2.1.1cvs5
2919
2920         * src/imap.c
2921                 ...But always fetch ANSWERED and DELETED flags for
2922                 INBOX, as filtering can happen on these flags.
2923
2924 2006-04-17 [colin]      2.1.1cvs4
2925
2926         * src/imap.c
2927                 Don't fetch REPLIED and DELETED flags when synchronising
2928                 flags with a closed folder. We only need UNSEEN and FLAGGED
2929                 to update the folderview.
2930
2931 2006-04-17 [colin]      2.1.1cvs3
2932
2933         * src/imap.c
2934                 Faster flag search when there are new mails 
2935                 in a folder. We can do a full search if the 
2936                 folder contains less messages than the new
2937                 list.
2938
2939 2006-04-17 [colin]      2.1.1cvs2
2940
2941         * po/cs.po
2942         * po/de.po
2943         * po/fr.po
2944         * po/nl.po
2945         * po/pt_BR.po
2946                 Update translations from stable branch
2947
2948 2006-04-17 [colin]      2.1.1cvs1
2949
2950         * configure.ac
2951                 Bump version to follow stable release
2952
2953 2006-04-16 [mones]      2.1.0cvs50
2954
2955         * po/es.po
2956                 Updated for release
2957
2958 2006-04-16 [colin]      2.1.0cvs49
2959
2960         * src/textview.c
2961                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2962                 with gtk < 2.8. Thanks to Fabien Vantard.
2963
2964 2006-04-15 [colin]      2.1.0cvs48
2965
2966         * src/etpan/imap-thread.c
2967                 Fix bug #919 (libetpan: SEGV when connecting 
2968                 using command)
2969
2970 2006-04-14 [colin]      2.1.0cvs47
2971
2972         * src/main.c
2973                 Fix race on --select (should be done better)
2974
2975 2006-04-14 [wwp]        2.1.0cvs46
2976
2977         * src/send_message.c
2978                 enforce a check for domain in account prefs (a sending
2979                 error could be faced if domain was checked but no value set),
2980                 thanks to Colin.
2981
2982 2006-04-14 [colin]      2.1.0cvs45
2983
2984         * src/codeconv.c
2985                 when converting from unknown to unknown, if the
2986                 string is UTF8, don't convert it to the locale
2987                 (which breaks it)
2988
2989 2006-04-14 [colin]      2.1.0cvs44
2990
2991         * src/compose.c
2992                 Don't try to use ASCII for converting headers
2993                 (as done in body)
2994
2995 2006-04-14 [paul]       2.1.0cvs43
2996
2997         * src/crash.c
2998                 add locale/charset info to crash report
2999         * src/gtk/about.c
3000                 add wwp to doc team
3001                 replace 'e-mail' with preferred 'email'
3002         * src/gtk/authors.h
3003                 ensure contributors list is in alphabetical
3004                 order
3005
3006 2006-04-13 [colin]      2.1.0cvs42
3007
3008         * src/textview.c
3009                 Prevent gdk warnings
3010
3011 2006-04-13 [colin]      2.1.0cvs41
3012
3013         * src/common/ssl_certificate.c
3014         * src/common/ssl_certificate.h
3015         * src/gtk/sslcertwindow.c
3016                 Warn on expired certs, and display the expiration date
3017
3018 2006-04-13 [colin]      2.1.0cvs40
3019
3020         * src/plugins/spamassassin/spamassassin_gtk.c
3021                 Fix missing set_text on unix socket
3022
3023 2006-04-13 [wwp]        2.1.0cvs39
3024
3025         * manual/fr/advanced.xml
3026         * manual/fr/glossary.xml
3027                 applied new spam/ham/email lexicon (pourriel, courriel)
3028
3029 2006-04-13 [paul]       2.1.0cvs38
3030
3031         * src/plugins/pgpmime/plugin.c
3032                 remove the mention of S/MIME from the
3033                 description. This is now handled by the
3034                 S/MIME plugin.
3035
3036 2006-04-13 [paul]       2.1.0cvs37
3037
3038         * src/prefs_msg_colors.c
3039                 rework dialog
3040         * src/prefs_folder_item.c
3041         * src/prefs_spelling.c
3042                 add a tooltip to the colour selector buttons
3043
3044 2006-04-13 [wwp]        2.1.0cvs36
3045
3046         * manual/advanced.xml
3047         * manual/glossary.xml
3048         * manual/handling.xml
3049         * manual/keyboard.xml
3050         * manual/plugins.xml
3051         * manual/starting.xml
3052         * manual/fr/account.xml
3053         * manual/fr/ack.xml
3054         * manual/fr/addrbook.xml
3055         * manual/fr/advanced.xml
3056         * manual/fr/faq.xml
3057         * manual/fr/glossary.xml
3058         * manual/fr/gpl.xml
3059         * manual/fr/handling.xml
3060         * manual/fr/intro.xml
3061         * manual/fr/keyboard.xml
3062         * manual/fr/plugins.xml
3063         * manual/fr/starting.xml
3064         * manual/fr/sylpheed-claws-manual.xml
3065                 fixes to the manuals:
3066                  - summaryview -> Message List (same in French)
3067                  - translate key names
3068                  - fix French punctuation, use non-breakable spaces when
3069                    necessary, don't use &thinsp; which is not portable
3070                  - tell what maildir and mbox formats we support
3071
3072 2006-04-12 [wwp]        2.1.0cvs35
3073
3074         * src/prefs_toolbar.c
3075                 unified a replace button more,
3076                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3077
3078 2006-04-12 [wwp]        2.1.0cvs34
3079
3080         * src/prefs_common.c
3081         * src/prefs_msg_colors.c
3082                 make default color labels translatable,
3083                 patch from Fabien Vantard <fzzzzz@gmail.com>,
3084                 thanks to Tim <timbrain@post.cz> for reporting.
3085
3086 2006-04-12 [wwp]        2.1.0cvs33
3087
3088         * manual/glossary.xml
3089         * manual/intro.xml
3090         * manual/plugins.xml
3091         * manual/starting.xml
3092         * manual/sylpheed-claws-manual.xml
3093         * manual/fr/.cvsignore
3094         * manual/fr/account.xml
3095         * manual/fr/ack.xml
3096         * manual/fr/addrbook.xml
3097         * manual/fr/advanced.xml
3098         * manual/fr/faq.xml
3099         * manual/fr/glossary.xml
3100         * manual/fr/handling.xml
3101         * manual/fr/intro.xml
3102         * manual/fr/keyboard.xml
3103         * manual/fr/plugins.xml
3104         * manual/fr/starting.xml
3105         * manual/fr/sylpheed-claws-manual.xml
3106                 various fixes: typos, missing .fr translations, punctuation,
3107                 capitalization, links, accents and some bad French more.
3108
3109 2006-04-12 [wwp]        2.1.0cvs32
3110
3111         * src/prefs_gtk.c
3112                 fix for bug #935: always store prefs files in UTF-8 (thanks
3113                 to Colin).
3114
3115 2006-04-11 [colin]      2.1.0cvs31
3116
3117         * src/compose.c
3118                 Fix inserting files not in utf8 when locale is utf8
3119
3120 2006-04-11 [colin]      2.1.0cvs30
3121
3122         * src/inc.c
3123                 Don't show error dialog when cancelling connection
3124                 Patch by Pawel
3125
3126 2006-04-11 [cleroy]     2.1.0cvs29
3127
3128         * src/compose.c
3129                 Implement multiple quote levels
3130         * src/prefs_common.c
3131                 Change a little bit the quote bgcolor for 2nd level
3132
3133 2006-04-11 [colin]      2.1.0cvs28
3134
3135         * src/gtk/about.c
3136                 Add locale and charset in the label
3137
3138 2006-04-10 [colin]      2.1.0cvs27
3139
3140         * src/compose.c
3141         * src/prefs_common.c
3142         * src/prefs_common.h
3143         * src/prefs_msg_colors.c
3144         * src/textview.c
3145                 Allow optional background color in quotes
3146                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
3147                 GTK+-2.8.x feature
3148
3149 2006-04-10 [colin]      2.1.0cvs26
3150
3151         * src/main.c
3152         * src/mainwindow.c
3153         * src/mainwindow.h
3154                 Implement --select
3155
3156 2006-04-10 [colin]      2.1.0cvs25
3157
3158         * manual/plugins.xml
3159         * manual/fr/plugins.xml
3160                 Document libcurl's proxy variables
3161
3162 2006-04-09 [colin]      2.1.0cvs24
3163
3164         * src/prefs_common.c
3165                 gettext() returns statically allocated stuff. We have
3166                 to strdup it in order to be able to free it.
3167
3168 2006-04-09 [colin]      2.1.0cvs23
3169
3170         * AUTHORS
3171         * src/gtk/authors.h
3172                 Add Alexei
3173
3174 2006-04-09 [colin]      2.1.0cvs22
3175
3176         * src/mainwindow.c
3177         * src/gtk/quicksearch.c
3178                 Fix bug #859 (problems with cyrilic input in 
3179                 search panel) - Patch by Alexey Illarionov 
3180                 <littlesavage@rambler.ru>
3181
3182 2006-04-09 [colin]      2.1.0cvs21
3183
3184         * src/prefs_customheader.c
3185                 I prefer removing then freeing rather than the contrary
3186                 (even if it doesn't change anything ;-)
3187         * src/prefs_account.c
3188                 Fix bug #933 (Crash re-entering the custom headers list 
3189                 dialog in accounts prefs)
3190                 The problem happened when cancelling the Account 
3191                 Preferences' dialogs - in which case we didn't do 
3192                 anything to the PrefsAccount * struct. In case of applying,
3193                 the old ac_prefs was replaced with the tmp_ac_prefs we were
3194                 working with in this dialog. The problem is that 
3195                 prefs_customheader.c, working on this tmp_ac_prefs, always
3196                 changes the ->customhdr_list pointer, even when cancelled. 
3197                 So in case of cancelling the prefs_account dialog, we still
3198                 have to update ->customhdr_list in the real account.
3199
3200 2006-04-08 [colin]      2.1.0cvs20
3201
3202         * manual/fr/glossary.xml
3203         * manual/fr/keyboard.xml
3204                 Forgot some headers :)
3205
3206 2006-04-08 [colin]      2.1.0cvs19
3207
3208         * manual/Makefile.am
3209         * manual/fr/Makefile.am
3210         * manual/fr/account.xml
3211         * manual/fr/ack.xml
3212         * manual/fr/addrbook.xml
3213         * manual/fr/advanced.xml
3214         * manual/fr/faq.xml
3215         * manual/fr/glossary.xml
3216         * manual/fr/gpl.xml
3217         * manual/fr/handling.xml
3218         * manual/fr/intro.xml
3219         * manual/fr/keyboard.xml
3220         * manual/fr/plugins.xml
3221         * manual/fr/starting.xml
3222         * manual/fr/sylpheed-claws-manual.xml
3223         * manual/fr/dist/.cvsignore
3224         * manual/fr/dist/Makefile.am
3225         * manual/fr/dist/html/.cvsignore
3226         * manual/fr/dist/html/Makefile.am
3227         * manual/fr/dist/pdf/.cvsignore
3228         * manual/fr/dist/pdf/Makefile.am
3229         * manual/fr/dist/ps/.cvsignore
3230         * manual/fr/dist/ps/Makefile.am
3231         * manual/fr/dist/txt/.cvsignore
3232         * manual/fr/dist/txt/Makefile.am
3233                 Add the french translation of the manual. Thanks to
3234                 Olivier Delhomme <olivier.delhomme@free.fr> for 
3235                 account.xml, ack.xml, addrbook.xml and advanced.xml
3236
3237 2006-04-08 [colin]      2.1.0cvs18
3238
3239         * manual/plugins.xml
3240         * manual/starting.xml
3241                 More fixes
3242
3243 2006-04-07 [colin]      2.1.0cvs17
3244
3245         * manual/faq.xml
3246         * manual/intro.xml
3247         * manual/keyboard.xml
3248                 Little fixes
3249
3250 2006-04-07 [colin]      2.1.0cvs16
3251
3252         * README
3253         * src/compose.c
3254         * src/prefs_common.c
3255         * src/prefs_common.h
3256                 Add hidden compose_no_markup pref
3257
3258 2006-04-07 [wwp]        2.1.0cvs15
3259
3260         * src/summary_search.c
3261         * .cvsignore
3262                 Bugfix: stop button was sticky when searching in an empty folder.
3263                 Applied curly brackets code style to the whole file (summary_search.c).
3264                 More files to ignore.
3265
3266 2006-04-07 [wwp]        2.1.0cvs14
3267
3268         * src/message_search.c
3269         * src/summary_search.c
3270                 changed default button when search bumps at file/folder
3271                 beginning or end, for convenience (thanks to Colin).
3272
3273 2006-04-07 [paul]       2.1.0cvs13
3274
3275         * src/plugins/dillo_viewer/dillo_prefs.c
3276                 avoid future potential for namespace collision
3277                 Patch by Colin
3278
3279 2006-04-06 [wwp]        2.1.0cvs12
3280
3281         * src/summary_search.c
3282                 Unify extended/advanced searches names (and thus factorize labels),
3283                 patch by Fabien Vantard <fzzzzz@gmail.com>.
3284
3285 2006-04-06 [wwp]        2.1.0cvs11
3286
3287         * src/folderview.c
3288         * src/prefs_themes.c
3289         * src/summaryview.c
3290                 Fixed some compilation warnings.
3291
3292 2006-04-06 [colin]      2.1.0cvs10
3293
3294         * manual/advanced.xml
3295                 Document the wizard template and how to deploy
3296                 Sylpheed-Claws effectively
3297
3298 2006-04-06 [colin]      2.1.0cvs9
3299
3300         * src/folderview.c
3301                 gettext patch to tell translators about _("#"),
3302                 by Maxim Britov
3303
3304 2006-04-06 [colin]      2.1.0cvs8
3305
3306         * src/textview.c
3307                 Fix invalid GtkTextBIter after clicking "Display as text"
3308
3309 2006-04-06 [mones]      2.1.0cvs7
3310
3311         * src/addr_compl.c
3312         * src/addrindex.c
3313         * src/addritem.c
3314         * src/codeconv.c
3315         * src/compose.c
3316         * src/filtering.c
3317         * src/folder.c
3318         * src/folder_item_prefs.c
3319         * src/folderview.c
3320         * src/localfolder.c
3321         * src/matcher.c
3322         * src/mimeview.c
3323         * src/prefs_msg_colors.c
3324         * src/prefs_spelling.c
3325         * src/prefs_themes.c
3326         * src/procmime.c
3327         * src/procmsg.c
3328         * src/stock_pixmap.c
3329         * src/summaryview.c
3330         * src/textview.c
3331         * src/toolbar.c
3332         * src/common/mgutils.c
3333         * src/common/prefs.c
3334         * src/common/ssl_certificate.c
3335         * src/gtk/colorlabel.c
3336         * src/gtk/quicksearch.c
3337         * src/plugins/pgpmime/pgpmime.c
3338         * src/plugins/spamassassin/spamassassin.c
3339                 Removed redundant NULL checks for g_free() calls.
3340                 Patch by Pawel Pekala.
3341
3342 2006-04-06 [mones]      2.1.0cvs6
3343
3344         * src/prefs_actions.c
3345         * src/prefs_filtering.c
3346         * src/prefs_filtering_action.c
3347         * src/prefs_matcher.c
3348         * src/prefs_template.c
3349         * src/gtk/gtkutils.c
3350         * src/gtk/gtkutils.h
3351                 Have a nice replace button. Patch by Pawel Pekala
3352
3353 2006-04-06 [colin]      2.1.0cvs5
3354
3355         * src/addressbook.c
3356                 Fix crash with empty columns
3357
3358 2006-04-05 [colin]      2.1.0cvs4
3359
3360         * src/wizard.c
3361         * src/prefs_gtk.c
3362                 Allow wizard customization with pre-filled values
3363
3364 2006-04-05 [colin]      2.1.0cvs3
3365
3366         * src/textview.c
3367         * src/mimeview.c
3368         * src/mimeview.h
3369                 Nicer messages in mimeview
3370
3371 2006-04-05 [colin]      2.1.0cvs2
3372
3373         * src/addressbook.c
3374         * src/prefs_summaries.c
3375                 i18n fix
3376
3377 2006-04-05 [colin]      2.1.0cvs1
3378
3379         * src/plugins/pgpcore/plugin.c
3380         * src/plugins/pgpcore/select-keys.c
3381         * src/plugins/pgpcore/select-keys.h
3382         * src/plugins/pgpcore/sgpgme.c
3383         * src/plugins/pgpcore/sgpgme.h
3384         * src/plugins/pgpinline/pgpinline.c
3385         * src/plugins/pgpinline/plugin.c
3386         * src/plugins/pgpmime/pgpmime.c
3387         * src/plugins/pgpmime/plugin.c
3388                 Factorize and generalize a bit 
3389                 Drop S/MIME signature verification from PGP/MIME
3390                 (adding it as another, more complete plugin)
3391
3392 2006-04-05 [paul]       2.1.0
3393
3394         2.1.0 released
3395
3396 2006-04-05 [paul]       2.0.0cvs186
3397
3398         * manual/advanced.xml
3399                 add info on colour labels
3400
3401 2006-04-05 [paul]       2.0.0cvs185
3402
3403         * po/bg.po
3404         * po/cs.po
3405         * po/de.po
3406         * po/el.po
3407         * po/en_GB.po
3408         * po/fi.po
3409         * po/fr.po
3410         * po/it.po
3411         * po/nl.po
3412         * po/pl.po
3413         * po/pt_BR.po
3414         * po/sr.po
3415         * po/zh_CN.po
3416                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3417                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3418                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3419                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3420         * src/gtk/authors.h
3421         * tools/claws.i18n.status.pl
3422                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3423                 and new Czech translator, Tim <timbrain@post.cz>
3424
3425 2006-04-05 [mones]      2.0.0cvs184
3426
3427         * po/es.po
3428                 Updated translation
3429
3430 2006-04-05 [colin]      2.0.0cvs183
3431
3432         * src/gtk/quicksearch.c
3433                 Fix bug #929 (unnecessary reload in quick search bar)
3434
3435 2006-04-05 [colin]      2.0.0cvs182
3436
3437         * src/compose.c
3438                 Fix crash on Reply with no From:
3439                 Show signature and conversion error on queuing 
3440                 (but not sending)
3441         * src/mainwindow.c
3442         * src/summaryview.c
3443         * src/summaryview.h
3444                 Factorize threading code and make sure msginfo 
3445                 is not null when it comes from a GtkCTreeRow's 
3446                 data
3447         * src/gtk/gtkaspell.c
3448                 Check for necessary things
3449         * src/gtk/gtksctree.c
3450         * src/gtk/gtksctree.h
3451                 Reset anchor if necessary when removing node
3452
3453 2006-03-29 [colin]      2.0.0cvs181
3454
3455         * src/folderview.c
3456                 Warn for disabled IMAP accounts (due to lack of
3457                 libetpan). Breaks string-freeze - sorry - but it
3458                 is kind of important ;)
3459
3460 2006-03-28 [colin]      2.0.0cvs180
3461
3462         * src/gtk/gtkutils.c
3463         * src/gtk/gtkutils.h
3464                 Add a gtkut_get_link_btn() function that
3465                 creates a button which acts like an URI
3466         * src/prefs_themes.c
3467         * src/gtk/about.c
3468                 Use this function (factorizes codes)
3469         * src/common/defs.h
3470         * src/gtk/pluginwindow.c
3471                 Add a "Get more..." in the plugins window
3472
3473 2006-03-28 [colin]      2.0.0cvs179
3474
3475         * src/common/smtp.c
3476         * src/common/passcrypt.c
3477         * src/undo.c
3478                 Warning fixes. Patch by Pawel Pekala
3479
3480 2006-03-27 [colin]      2.0.0cvs178
3481
3482         * src/undo.c
3483                 Fix undoing by blocks with spaces
3484
3485 2006-03-27 [colin]      2.0.0cvs177
3486
3487         * src/textview.c
3488                 Set margin to 3px for headers
3489
3490 2006-03-27 [paul]
3491
3492         2.1.0-rc2 released
3493
3494 2006-03-27 [wwp]        2.0.0cvs176
3495
3496         * src/summaryview.c
3497                 don't reset quicksearch when updating the message list.
3498                 Thanks to Colin.
3499
3500 2006-03-26 [wwp]        2.0.0cvs175
3501
3502         * src/compose.c
3503                 use a unified border width ('other' tab in the compose window,
3504                 patch by Pawel Pekala).
3505
3506
3507 2006-03-26 [wwp]        2.0.0cvs174
3508
3509         * src/common/quoted-printable.c
3510         * src/addressbook.c
3511                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3512
3513 2006-03-26 [colin]      2.0.0cvs173
3514
3515         * src/quote_fmt_parse.y
3516                 Fix non-UTF8 date formats messing up the whole quote a 
3517                 little bit
3518
3519 2006-03-26 [colin]      2.0.0cvs172
3520
3521         * src/procheader.c
3522                 Make sure the date is UTF8 valid, or try to make it
3523                 so. IncrediMail is really IncrediStupid.
3524         * src/compose.c
3525                 Fix possible conversions. 
3526                 
3527
3528 2006-03-26 [colin]      2.0.0cvs171
3529
3530         * src/matcher.c
3531                 Fix corner cases in body search. This is still a
3532                 hack... It seems impossible to make it good and 
3533                 reasonably fast at the same time.
3534
3535 2006-03-26 [colin]      2.0.0cvs170
3536
3537         * src/summaryview.c
3538                 I think I killed the twilight zone bug!
3539                 summary_select_node() flushes GTK events in order
3540                 to be able to center the view. But this also 
3541                 flushes keypresses like Ctrl-Alt-U, so this can
3542                 call summary_show from summary_select_node (itself
3543                 called from summary_show, etc.). And the summaryview
3544                 has to be unlocked in this function. So just locking
3545                 while processing GTK events, and bailing if locked, 
3546                 should fix it.
3547                 Fixes bug #927 (SIGSEGV during Update Summary)
3548
3549 2006-03-25 [colin]      2.0.0cvs169
3550
3551         * src/matcher.c
3552                 Fix search in QP-encoded bodies
3553                 Fix utf-8 searches in bodies encoded in the
3554                 locale's encoding
3555         * src/common/quoted-printable.c
3556         * src/common/quoted-printable.h
3557                 Add a decode function that doesn't overwrite
3558                 the original pointer
3559                 
3560
3561 2006-03-24 [colin]      2.0.0cvs168
3562
3563         * src/action.c
3564         * src/summaryview.c
3565         * src/summaryview.h
3566                 Update message cache after action
3567                 Patch by H. Merijn Brand
3568         * src/prefs_msg_colors.c
3569                 Factorize label 
3570                 Patch by Fabien Vantard
3571         * src/plugins/spamassassin/spamassassin_gtk.c
3572                 Remove useless translation
3573                 Patch by Fabien Vantard
3574
3575 2006-03-23 [colin]      2.0.0cvs167
3576
3577         * src/common/ssl.c
3578                 Let 30 seconds to SSL_connect
3579
3580 2006-03-23 [wwp]        2.0.0cvs166
3581
3582         * src/summaryview.c
3583         * src/gtk/description_window.c
3584                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3585                 and headers are translated; adjust description windows' width to fit their
3586                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3587
3588 2006-03-23 [paul]       2.0.0cvs165
3589
3590         * src/common/utils.c
3591                 fix highlighting of URIs containing "()"
3592                 (2.0.0cvs164's reversal fixed)
3593                 Thanks to Colin.
3594
3595 2006-03-23 [paul]       2.0.0cvs164
3596
3597         * src/common/utils.c
3598                 revert patch, (postponing a fix), at 2.0.0cvs120
3599                 as it breaks more URIs than it fixes.
3600                 Allow '-' to be a terminating character in a URI
3601
3602 2006-03-22 [colin]      2.0.0cvs163
3603
3604         * configure.ac
3605                 Require libetpan 0.45
3606                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3607
3608 2006-03-22 [paul]       2.0.0cvs162
3609
3610         * src/editgroup.c
3611                 replace '<-' and '->' buttons with GTK_STOCK graphical
3612                 buttons
3613         * src/summary_search.c
3614                 don't offer '...' for translation
3615                 add a tooltip to advanced search '...' button
3616         * src/gtk/quicksearch.c
3617                 don't offer '...' for translation
3618
3619 2006-03-21 [colin]      2.0.0cvs161
3620
3621         * src/compose.c
3622                 Fix middle-click pasting (insert at click
3623                 position instead of cursor position, don't
3624                 remove existing selection and allow pasting
3625                 our own selection)
3626         * src/addressbook.c
3627                 "LDAP Server" -> "LDAP servers"
3628
3629 2006-03-21 [wwp]        2.0.0cvs160
3630
3631         * src/etpan/imap-thread.c
3632                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3633
3634 2006-03-20 [colin]      2.0.0cvs159
3635
3636         * src/summaryview.c
3637                 Don't reload summaryview after an execute with no
3638                 move action
3639
3640 2006-03-19 [colin]      2.0.0cvs158
3641
3642         * src/addressbook.c
3643                 and put groups at the top, always
3644
3645 2006-03-19 [colin]      2.0.0cvs157
3646
3647         * src/addressbook.c
3648                 Order groups before names, as previously
3649
3650 2006-03-19 [colin]      2.0.0cvs156
3651
3652         * src/addressbook.c
3653                 - Sort case-unsensitive
3654                 - Put the sort arrow at opening too
3655
3656 2006-03-19 [wwp]        2.0.0cvs155
3657
3658         * src/addressbook.c
3659                 allow sorting by name/email/remarks, ensure that right-pane's contents
3660                 matches the left-pane selection (cleared when appropriate).
3661                 Patch by Pawel Pekala <c0rn@o2.pl>.
3662
3663 2006-03-18 [colin]      2.0.0cvs154
3664
3665         * src/textview.c
3666                 Fix text cursor ;)
3667
3668 2006-03-18 [colin]      2.0.0cvs153
3669
3670         * src/gtk/filesel.c
3671                 Make sure we hide the preview if we didn't get
3672                 a filename
3673
3674 2006-03-18 [colin]      2.0.0cvs152
3675
3676         * src/summaryview.c
3677                 Set cursor to watch for execution (fixes lack
3678                 of watch-cursor when dnd'ing hundreds of mails)
3679         * src/gtk/filesel.c
3680                 Check that mime type is 'image/*' before updating
3681                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3682
3683 2006-03-18 [colin]      2.0.0cvs151
3684
3685         * src/mainwindow.c
3686         * src/textview.c
3687         * src/textview.h
3688                 Put a watch cursor in textview too when the mainwindow's
3689                 cursor in a watch
3690
3691 2006-03-18 [colin]      2.0.0cvs150
3692
3693         * src/folder.c
3694                 Change wrong asserts to simple tests
3695
3696 2006-03-17 [colin]      2.0.0cvs149
3697
3698         * src/mainwindow.c
3699         * src/mainwindow.h
3700         * src/prefs_msg_colors.c
3701         * src/summaryview.c
3702         * src/summaryview.h
3703         * src/gtk/colorlabel.c
3704         * src/gtk/colorlabel.h
3705                 Add a color label menu in the main menubar
3706                 Add (fixed) accels Ctrl-{0-7} to change the color
3707                 They have to be fixed because the menu's dynamic,
3708                 the items are complex widgets, hence we can't use
3709                 a GtkItemFactory.
3710
3711
3712 2006-03-17 [wwp]        2.0.0cvs148
3713
3714         * src/compose.c
3715                 rollback few lines from my previous commit (those lines come from
3716                 a pending patch, accidentally commited, even if neutral as they are
3717                 commented out).
3718
3719 2006-03-17 [wwp]        2.0.0cvs147
3720
3721         * src/compose.c
3722                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3723                 applied code style/indentation to the modified function.
3724
3725 2006-03-17 [wwp]        2.0.0cvs146
3726
3727         * src/procmsg.c
3728         * src/compose.c
3729                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3730
3731 2006-03-17 [paul]
3732
3733         2.1.0-rc1 released
3734
3735 2006-03-17 [paul]       2.0.0cvs145
3736
3737         * src/main.c
3738                 addressbook_read_file() was called twice
3739         * src/textview.c
3740                 X-Mailer highlighting
3741
3742 2006-03-16 [colin]      2.0.0cvs144
3743
3744         * src/sourcewindow.c
3745         * src/sourcewindow.h
3746                 And the last one, in source window.
3747
3748 2006-03-16 [colin]      2.0.0cvs143
3749
3750         * src/compose.c
3751         * src/compose.h
3752                 Fix the same stuff in compose
3753
3754 2006-03-16 [colin]      2.0.0cvs142
3755
3756         * src/messageview.c
3757                 Complete the previous messageview crash fix
3758
3759 2006-03-16 [colin]      2.0.0cvs141
3760
3761         * src/procmsg.h
3762         * src/procmsg.c
3763         * src/folder.c
3764                 Fix POSTPROCESSING hook
3765                 Patch by H. Merijn Brand
3766
3767         * src/procmime.c
3768         * src/procmime.h
3769                 Parse Content-Location
3770
3771         * src/toolbar.c
3772         * src/messageview.c
3773         * src/messageview.h
3774                 Don't crash when a top-level MessageView has
3775                 been closed on us. Same problematic than
3776                 yesterday's quicksearch issue.
3777
3778 2006-03-15 [colin]      2.0.0cvs140
3779
3780         * src/gtk/quicksearch.c
3781                 Fix a bitchy race we didn't think about when we
3782                 added quicksearch cancellation:
3783                 If the search is not on cached fields, for example
3784                 body_part matchcase "stuff"
3785                 the matcher code has to get the whole message. If
3786                 we're on IMAP, that can be slow, and in order to
3787                 be non-blocking, the IMAP code idle loop processes
3788                 gtk events too. So it is possible to cancel a
3789                 quicksearch while the matcher is getting the mail's
3790                 body. After matcher got its body, it will start to
3791                 iterate over the matcher list that the Quicksearch's
3792                 clear_search_cb() just freed via prepare_matcher().
3793                 SIGSEGV ensues.
3794                 The fix consists of guarding the matcherlist_match()
3795                 call with a boolean 'matching'. If we reset the
3796                 quicksearch while matching is TRUE, we don't free
3797                 the matcherlist anymore like we did, but we set
3798                 another new flag, deferred_free, to TRUE. Then,
3799                 in quicksearch_match(), just after returning from
3800                 matcherlist_match() and unsetting the matching flag,
3801                 we check the deferred_free flag and do the
3802                 prepare_matcher() (which does the matcherlist_free)
3803                 for real, so we free the matcherlist once it's not
3804                 used anymore.
3805                 As all of this runs via the glib main loop, we
3806                 luckily don't need a mutex.
3807         * src/summaryview.c
3808                 Also, show progress while searching.
3809
3810
3811 2006-03-14 [colin]      2.0.0cvs139
3812
3813         * src/alertpanel.c
3814                 Make alertpanel_is_open non-static
3815
3816 2006-03-14 [colin]      2.0.0cvs138
3817
3818         * src/prefs_spelling.c
3819                 Cleanups - Fabien Vantard
3820
3821 2006-03-14 [wwp]        2.0.0cvs137
3822
3823         * src/main.c
3824                 code style normalization (curly braces, indentation).
3825
3826 2006-03-14 [wwp]        2.0.0cvs137
3827
3828         * src/main.c
3829                 code style (braces, indentation)
3830
3831 2006-03-12 [paul]       2.0.0cvs136
3832
3833         * src/prefs_common.c
3834                 trans_hdr defaults to FALSE to be RFC-savvy
3835         * src/prefs_summaries.c
3836                 add a tooltip to the trans_hdr option
3837                 
3838
3839 2006-03-12 [paul]       2.0.0cvs135
3840
3841         * src/prefs_matcher.c
3842                 give a little more width to the combos
3843         * src/prefs_display_header.c
3844         * src/textview.c
3845                 translate headers if prefs_common.trans_hdr
3846                 is TRUE
3847
3848         Patches by Pawel Pekala
3849
3850 2006-03-12 [paul]       2.0.0cvs134
3851
3852         * src/plugins/clamav/clamav_plugin.c
3853         * src/plugins/dillo_viewer/dillo_viewer.c
3854         * src/plugins/pgpcore/plugin.c
3855         * src/plugins/pgpinline/plugin.c
3856         * src/plugins/pgpmime/plugin.c
3857         * src/plugins/spamassassin/spamassassin.c
3858                 update/add to descriptions
3859         * src/plugins/spamassassin/spamassassin_gtk.c
3860                 fixes to the english, remove superfluous
3861                 tooltips, clean up a little
3862
3863 2006-03-12 [paul]       2.0.0cvs133
3864
3865         * src/compose.c
3866                 fix Bug 924, 'Account combo box shows up wrong 
3867                 if & is in account name'
3868
3869 2006-03-11 [colin]      2.0.0cvs132
3870
3871         * src/summaryview.c
3872                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3873                 messed up shift-selection because is slows down
3874                 moving around summaryview. thanks -users
3875
3876 2006-03-10 [colin]      2.0.0cvs131
3877
3878         * src/plugins/spamassassin/spamassassin_gtk.c
3879                 Put back Paul's engrish fixes
3880
3881 2006-03-10 [colin]      2.0.0cvs130
3882
3883         * src/plugins/spamassassin/spamassassin.c
3884         * src/plugins/spamassassin/spamassassin.h
3885         * src/plugins/spamassassin/spamassassin_gtk.c
3886                 Cleanup SA prefs page (more)
3887                 Patch by Fabien Vantard
3888
3889 2006-03-10 [paul]       2.0.0cvs129
3890
3891         * src/prefs_msg_colors.c
3892         * src/prefs_spelling.c
3893                 widget sensitivity
3894
3895 2006-03-09 [mones]      2.0.0cvs128
3896
3897         * po/es.po
3898                 Update for next RC
3899
3900 2006-03-09 [wwp]        2.0.0cvs127
3901
3902         * configure.ac
3903                 revert accidental commit (requirement for libetpan 0.43), this time
3904                 not in HEAD.
3905
3906 2006-03-09 [wwp]        2.0.0cvs125
3907
3908         * configure.ac
3909                 revert accidental commit (requirement for libetpan 0.43)
3910
3911 2006-03-09 [paul]       2.0.0cvs126
3912
3913         * src/prefs_receive.c
3914                 remove useless frame
3915                 replace 'incorporation' with 'receiving'
3916         * src/plugins/clamav/clamav_plugin_gtk.c
3917         * src/plugins/spamassassin/spamassassin_gtk.c
3918                 improve widget sensitivity
3919                 fix a bit his engrish
3920
3921 2006-03-09 [wwp]        2.0.0cvs125
3922
3923         * src/addressadd.c
3924         * src/foldersel.c
3925         * src/prefs_common.c
3926         * src/prefs_common.h
3927                 remember some more windows' sizes (add to addressbook and
3928                 select folder).
3929
3930 2006-03-09 [paul]       2.0.0cvs124
3931
3932         * src/plugins/pgpcore/prefs_gpg.c
3933                 normalise construction of dialogue
3934
3935 2006-03-09 [paul]       2.0.0cvs123
3936
3937         * src/plugins/trayicon/Makefile.am
3938                 add missing slash
3939
3940 2006-03-08 [colin]      2.0.0cvs122
3941
3942         * src/plugins/trayicon/Makefile.am
3943                 Fix build in separate dir 
3944                 Patch by Bamanzi <bamanzi@gmail.com>
3945
3946 2006-03-08 [colin]      2.0.0cvs121
3947
3948         * src/procmsg.c
3949                 Batch move and copies from summaryview with delayed execution
3950                 too
3951
3952 2006-03-07 [paul]       2.0.0cvs120
3953
3954         * src/common/utils.c
3955                 fix highlighting of URIs containing "()"
3956                 Patch by Pawel Pekala
3957
3958 2006-03-07 [paul]       2.0.0cvs119
3959
3960         * src/folder.c
3961         * src/folder.h
3962         * src/folderview.c
3963                 immediately do alphabetical resort when
3964                 changing a folder's name
3965                 Patch by Pawel Pekala
3966
3967 2006-03-07 [paul]       2.0.0cvs118
3968
3969         * src/news.c
3970         * src/news_gtk.c
3971                 when unsubscribing a newsgroup, remove the
3972                 folder and msgs in .sylpheed-claws/newscache
3973                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3974
3975 2006-03-07 [paul]       2.0.0cvs117
3976
3977         * src/textview.c
3978                 fix wrong Fake URL Warning
3979                 Thanks to Hiro
3980
3981 2006-03-07 [colin]      2.0.0cvs116
3982
3983         * src/imap.c
3984                 Return immediately when password dialog was
3985                 cancelled
3986         * src/gtk/inputdialog.c
3987                 Allow empty strings for passwords
3988
3989
3990 2006-03-06 [colin]      2.0.0cvs115
3991
3992         * src/imap.c
3993                 Prevent double-timeouts when connection fails
3994
3995 2006-03-06 [colin]
3996
3997         2.0.1-rc1 released
3998
3999 2006-03-06 [colin]      2.0.0cvs114
4000
4001         * src/imap.c
4002                 Refresh session during potentially long
4003                 operations
4004
4005 2006-03-06 [wwp]        2.0.0cvs113
4006
4007         * src/prefs_msg_colors.h
4008                 forgot that one (custom color labels).
4009
4010 2006-03-06 [wwp]        2.0.0cvs112
4011
4012         * src/prefs_common.c
4013         * src/prefs_common.h
4014         * src/prefs_msg_colors.c
4015         * src/summaryview.c
4016         * src/summaryview.h
4017         * src/gtk/colorlabel.c
4018         * src/gtk/colorlabel.h
4019                 colors in messages list are now customizable. Color values and names can
4020                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
4021                 Thanks to Paul and Colin for their help with this longstanding patch!
4022
4023 2006-03-06 [wwp]        2.0.0cvs111
4024
4025         * src/textview.c
4026                 don't crash if (x)face is bad.
4027
4028 2006-03-05 [paul]       2.0.0cvs110
4029
4030         * AUTHORS
4031         * configure.ac
4032         * src/Makefile.am
4033         * src/common/Makefile.am
4034         * src/common/utils.h
4035         * src/etpan/imap-thread.c
4036         * src/gtk/authors.h
4037         * src/plugins/clamav/Makefile.am
4038         * src/plugins/demo/Makefile.am
4039         * src/plugins/dillo_viewer/Makefile.am
4040         * src/plugins/pgpcore/Makefile.am
4041         * src/plugins/pgpcore/passphrase.c
4042         * src/plugins/pgpinline/Makefile.am
4043         * src/plugins/pgpmime/Makefile.am
4044         * src/plugins/spamassassin/Makefile.am
4045         * src/plugins/trayicon/Makefile.am
4046                 fix builiding on cygwin
4047                 Patch by Ralgh Young <bamanzi@gmail.com>
4048
4049 2006-03-04 [wwp]        2.0.0cvs109
4050
4051         * manual/keyboard.xml
4052                 fix mixed up/down keys.
4053
4054 2006-03-04 [wwp]        2.0.0cvs108
4055
4056         * README
4057         * INSTALL
4058                 updated links to SpamAssassin.
4059
4060 2006-03-04 [wwp]        2.0.0cvs107
4061
4062         * manual/plugins.xml
4063         * src/plugins/spamassassin/README
4064                 updated SpamAssassin plugin docs to reflect new functional additions
4065                 (also fix/update/documents few technical stuff more, see the README).
4066
4067 2006-03-04 [wwp]        2.0.0cvs106
4068
4069         * src/prefs_message.c
4070                 normalized capitalization of message-prefs paths.
4071
4072 2006-03-04 [wwp]        2.0.0cvs105
4073
4074         * manual/advanced.xml
4075                 typo.
4076
4077 2006-03-03 [colin]      2.0.0cvs104
4078
4079         * src/plugins/clamav/clamav_plugin_gtk.c
4080                 Rework prefs page, patch by Fabien 
4081
4082 2006-03-03 [colin]      2.0.0cvs103
4083
4084         * src/plugins/clamav/clamav_plugin.c
4085                 Set error on all errors
4086
4087 2006-03-03 [colin]      2.0.0cvs102
4088
4089         * src/common/plugin.c
4090                 Initialize error to avoid crashing when a plugin fails
4091                 without setting error
4092
4093 2006-03-02 [wwp]        2.0.0cvs101
4094
4095         * configure.ac
4096                 fixed linker flags for libetpan support on Cygwin
4097                 (thanks to H.Merijn Brand).
4098
4099 2006-03-02 [wwp]        2.0.0cvs100
4100
4101         * src/addressbook.c
4102                 fix some AB error messages: one for punctuation and
4103                 one wrongly duplicate (thanks, maxbritov).
4104
4105 2006-03-02 [wwp]        2.0.0cvs99
4106
4107         * src/plugins/spamassassin/spamassassin.c
4108                 make sync calls to sa-learn/spamc to prevent
4109                 system (whatever local or client/server) overload.
4110
4111 2006-03-02 [colin]      2.0.0cvs98
4112
4113         * src/summaryview.c
4114                 Put the spam icon in the status column instead of the
4115                 mark one
4116
4117 2006-03-01 [colin]      2.0.0cvs97
4118
4119         * src/plugins/spamassassin/spamassassin.c
4120                 Fix segfault (g_file_set_contents fails for some 
4121                 reason and err==0x2f. Can't find out why with
4122                 valgrind, using working function :-)
4123
4124 2006-03-01 [colin]      2.0.0cvs96
4125
4126         * src/inc.c
4127                 Offline overriding: let 'No' be cached only 3 seconds
4128
4129 2006-03-01 [colin]      2.0.0cvs95
4130
4131         * src/addr_compl.c
4132         * src/addrbook.c
4133         * src/addressbook.c
4134         * src/addrindex.c
4135         * src/folder_item_prefs.c
4136         * src/headerview.c
4137         * src/imap.c
4138         * src/inc.c
4139         * src/ldif.c
4140         * src/mainwindow.c
4141         * src/mh.c
4142         * src/msgcache.c
4143         * src/prefs_common.h
4144         * src/prefs_msg_colors.c
4145         * src/procheader.c
4146         * src/procheader.h
4147         * src/procmime.c
4148         * src/procmsg.c
4149         * src/procmsg.h
4150         * src/send_message.h
4151         * src/simple-gettext.c
4152         * src/summaryview.c
4153         * src/summaryview.h
4154         * src/syldap.c
4155         * src/textview.c
4156         * src/undo.c
4157         * src/common/ssl_certificate.c
4158         * src/common/utils.c
4159         * src/gtk/colorsel.c
4160         * src/gtk/gtksctree.c
4161         * src/gtk/gtkshruler.c
4162         * src/plugins/trayicon/trayicon.c
4163                 #if 0 goes to /dev/null
4164
4165 2006-03-01 [colin]      2.0.0cvs94
4166
4167         * src/compose.c
4168         * src/imap.c
4169         * src/inc.c
4170         * src/inc.h
4171         * src/messageview.c
4172         * src/news.c
4173         * src/plugins/spamassassin/spamassassin.c
4174                 Allow to add information in the "working offline"
4175                 window
4176
4177 2006-03-01 [wwp]        2.0.0cvs93
4178
4179         * src/plugins/spamassassin/spamassassin.c
4180                 fixed spamc invocation: use a tricky temporary mini shell wrapper
4181                 'cause it seems that calling `spamc ... < inputfile` with
4182                 g_spawn_(a)sync simply.. erm doesn't work :-).
4183
4184 2006-03-01 [wwp]        2.0.0cvs92
4185
4186         * src/toolbar.c
4187         * src/toolbar.h
4188                 simplify the adding of spam/ham button to the messageview toolbar
4189                 (it gets more clear now that the same button will be "Mark as spam"
4190                 or "Mark as ham" according to the current message status,
4191                 thanks to Colin).
4192
4193 2006-03-01 [wwp]        2.0.0cvs91
4194
4195         * src/messageview.c
4196         * src/procmsg.c
4197         * src/procmsg.h
4198         * src/summaryview.c
4199         * src/plugins/spamassassin/spamassassin.c
4200         * src/plugins/spamassassin/spamassassin.h
4201                 make learner callbacks return a status (0 for ok),
4202                 handle it in main code to avoid setting flags when learning failed,
4203                 don't learn on TCP if offline in spamassassin,
4204                 thanks to Colin.
4205
4206                 
4207
4208 2006-03-01 [wwp]        2.0.0cvs90
4209
4210         * src/compose.c
4211                 some work around the compose window's account menu,
4212                 patch by Fabien Vantard.
4213
4214 2006-03-01 [wwp]        2.0.0cvs89
4215
4216         * src/plugins/spamassassin/spamassassin.c
4217                 fixed bad logics, was using spamc in local mode and sa-learn
4218                 in remote mode (thanks, Colin).
4219
4220 2006-03-01 [wwp]        2.0.0cvs88
4221
4222         * src/plugins/spamassassin/spamassassin.c
4223         * src/plugins/spamassassin/spamassassin.h
4224         * src/plugins/spamassassin/spamassassin_gtk.c
4225                 made processing of emails w/ sa-plugin an option (default is TRUE),
4226                 fixed Engrish some tooltips, capitalization of some debug messages
4227                 and warnings. The spamassassin plugin now provides two separate
4228                 services: process emails upon incorporation and spamd training.
4229                 Both services (un)register independently but use some common
4230                 plugin settings (transport settings, spam storage location).
4231
4232 2006-02-28 [wwp]        2.0.0cvs87
4233
4234         * src/plugins/spamassassin/spamassassin.c
4235                 fix async flag to spamc cmdline execution (batch exec should
4236                 be asynchronous).
4237
4238 2006-02-27 [wwp]        2.0.0cvs86
4239
4240         * src/plugins/spamassassin/spamassassin.c
4241         * src/plugins/spamassassin/spamassassin.h
4242         * src/plugins/spamassassin/spamassassin_gtk.c
4243                 - added the ability to learn a remote spamassassin server (spamd),
4244                 using spamc.
4245                 - added the spamassassin option 'username', that applies to all
4246                 spamassassin operations (filtering, learning, local or remote).
4247                 The default username is the current unix user (if left blank
4248                 from gtk prefs or config file).
4249                 - commented out some unused code (notebook widget), removed unused
4250                 layout (hbox1).
4251                 - make more widgets sensitive to the transport type.
4252
4253 2006-02-27 [colin]      2.0.0cvs85
4254
4255         * src/plugins/spamassassin/spamassassin.c
4256                 Fix sa-learn call when offline
4257
4258 2006-02-27 [colin]      2.0.0cvs84
4259
4260         * configure.ac
4261         * src/Makefile.am
4262         * src/mainwindow.c
4263         * src/mainwindow.h
4264         * src/messageview.c
4265         * src/messageview.h
4266         * src/prefs_toolbar.c
4267         * src/procmsg.c
4268         * src/stock_pixmap.c
4269         * src/stock_pixmap.h
4270         * src/summaryview.c
4271         * src/toolbar.c
4272         * src/toolbar.h
4273         * src/pixmaps/ham_btn.xpm
4274         * src/pixmaps/spam.xpm
4275         * src/pixmaps/spam_btn.xpm
4276         * src/plugins/spamassassin/spamassassin.c
4277                 Add button in toolbar for spam learning
4278                 Fix a few bugs from the last related commit
4279                 Revert 1.9.6cvs23 which messed up shift-selection
4280
4281 2006-02-24 [colin]      2.0.0cvs83
4282
4283         * src/procmsg.c
4284         * src/summaryview.c
4285         * src/summaryview.h
4286         * src/plugins/spamassassin/spamassassin.c
4287         * src/plugins/spamassassin/spamassassin.h
4288         * src/plugins/spamassassin/spamassassin_gtk.c
4289                 Unregister learner when spamassassin is either
4290                 disabled or over tcp
4291
4292 2006-02-24 [colin]      2.0.0cvs82
4293
4294         * src/Makefile.am
4295         * src/mainwindow.c
4296         * src/mainwindow.h
4297         * src/procmsg.c
4298         * src/procmsg.h
4299         * src/stock_pixmap.c
4300         * src/stock_pixmap.h
4301         * src/summaryview.c
4302         * src/summaryview.h
4303         * src/gtk/icon_legend.c
4304         * src/pixmaps/spam.xpm  ** NEW FILE **
4305         * src/plugins/spamassassin/spamassassin.c
4306         * src/plugins/spamassassin/spamassassin_gtk.c
4307                 Add spam learning interface (Mark/Mark as 
4308                 (spam|ham) menus)
4309
4310 2006-02-24 [wwp]        2.0.0cvs81
4311
4312         * src/compose.c
4313         * src/compose.h
4314         * src/filtering.c
4315                 hide compose window when sending message in batch mode
4316                 (filtering: forward and redirect). Also fixed a wrong
4317                 value returned when sending failed, neutral anyway.
4318                 (Colin, me) 
4319
4320 2006-02-24 [wwp]        2.0.0cvs80
4321
4322         * src/mainwindow.c
4323                 use GTK+'s stock quit button. Patch by Fabien Vantard.
4324
4325 2006-02-24 [paul]       2.0.0cvs79
4326
4327         * src/news.c
4328         * src/news.h
4329         * src/news_gtk.c
4330                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4331                 Thanks to Colin
4332
4333 2006-02-23 [colin]      2.0.0cvs78
4334
4335         * src/alertpanel.c
4336                 Change OK to Close in alertpanel with View log
4337                 button; add accel to View log. Patch by Fabien
4338                 Vantard
4339
4340 2006-02-23 [wwp]        2.0.0cvs77
4341
4342         * src/compose.c
4343                 silly me, there were much more tests to perform, since toolbars can
4344                 really have down to 1 element only.
4345
4346 2006-02-23 [wwp]        2.0.0cvs76
4347
4348         * commitHelper
4349                 fixed indentation from my previous commit. Fallback to VISUAL if
4350                 EDITOR is not set (and to vi, at last resort).
4351
4352 2006-02-23 [wwp]        2.0.0cvs75
4353
4354         * commitHelper
4355                 improved error detection (Colin, me).
4356
4357 2006-02-23 [wwp]        2.0.0cvs74
4358
4359         * src/prefs_toolbar.c
4360                 simplify and fix prefs/toolbars layouting. Combos' contents can
4361                 now be really displayed.
4362
4363 2006-02-23 [wwp]        2.0.0cvs73
4364         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4365         be really displayed.
4366
4367 2006-02-22 [wwp]        2.0.0cvs72
4368
4369         * src/compose.c
4370                 fix a typo in my previous commit (sorry!).
4371
4372 2006-02-22 [wwp]        2.0.0cvs71
4373
4374         * src/prefs_toolbar.c
4375                 fix a crash when adding separators to toolbars,
4376                 also fix some separator item information.
4377
4378 2006-02-22 [wwp]        2.0.0cvs70
4379
4380         * src/compose.c
4381                 fix a crash when redirecting (for instance) when compose window's
4382                 toolbar contents has been customized (when some buttons have been
4383                 removed in fact).
4384
4385 2006-02-21 [wwp]        2.0.0cvs69
4386
4387         * src/summaryview.c
4388         * src/gtk/pluginwindow.c
4389         * src/plugins/pgpcore/prefs_gpg.c
4390                 fix some compilation warnings (feat. remains of removed code).
4391
4392 2006-02-21 [wwp]        2.0.0cvs68
4393
4394         * src/gtk/gtkutils.c
4395                 fix two compilation issues, thanks to Stephan Sachse.
4396
4397 2006-02-20 [colin]      2.0.0cvs67
4398
4399         * src/mainwindow.c
4400                 Don't reselect displayed mail on refocus
4401                 This fixes actions misbehaving 
4402
4403 2006-02-20 [wwp]        2.0.0cvs66
4404
4405         * src/summaryview.c
4406         * src/gtk/gtksctree.c
4407         * src/gtk/gtkshruler.c
4408                 changed more runtime typecast checks.
4409
4410 2006-02-20 [wwp]        2.0.0cvs65
4411
4412         * src/summary_search.c
4413                 find all - summaryview refresh issue fixed, thanks to Colin.
4414
4415 2006-02-20 [wwp]        2.0.0cvs64
4416
4417         * src/gtk/gtkutils.c
4418                 better runtime typecast checks.
4419
4420 2006-02-20 [wwp]        2.0.0cvs63
4421
4422         * src/summary_search.c
4423                 enhancements to the summary search:
4424                         - add the ability to stop the running search
4425                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4426                         - don't search if no criteria (From/To/Subject/Body) is set
4427                         - ensure that a busy mouse pointer is always shown when searching,
4428                           show it even a bit earlier
4429
4430 2006-02-19 [colin]      2.0.0cvs62
4431
4432         * src/compose.c
4433         * src/imap.c
4434         * src/etpan/imap-thread.c
4435         * src/etpan/imap-thread.h
4436                 (Future) IMAP speed improvement on sending
4437                 Will require a libetpan update
4438         * src/summaryview.c
4439         * src/gtk/quicksearch.c
4440                 Make quicksearch clearable while running.
4441
4442 2006-02-17 [colin]      2.0.0cvs61
4443
4444         * src/imap.c
4445         * src/etpan/imap-thread.c
4446         * src/etpan/imap-thread.h
4447                 Check for IMAP certificates
4448                 ** Requires libetpan-0.42-cvs4 
4449                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4450
4451 2006-02-17 [colin]      2.0.0cvs60
4452
4453         * src/messageview.c
4454         * src/prefs_common.c
4455         * src/prefs_common.h
4456         * src/prefs_message.c
4457                 Add pref to display HTML-only mails with plugin, 
4458                 if possible (defaulting to FALSE of course).
4459
4460 2006-02-16 [colin]      2.0.0cvs59
4461
4462         * src/main.c
4463         * src/common/plugin.c
4464         * src/common/plugin.h
4465         * src/gtk/pluginwindow.c
4466                 Keep track of requested (but unloaded) plugins
4467                 in some error cases.
4468
4469 2006-02-16 [wwp]        2.0.0cvs58
4470
4471         * src/gtk/gtkaspell.c
4472         * src/gtk/gtkaspell.h
4473         * src/prefs_spelling.c
4474         * src/compose.c
4475         * src/prefs_common.c
4476         * src/prefs_common.h
4477                 implemented new optional spellchecker behaviour: re-check message when
4478                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4479
4480 2006-02-16 [wwp]        2.0.0cvs57
4481
4482         * src/quote_fmt_parse.y
4483                 pclose popen'ed pipe.
4484
4485 2006-02-15 [colin]      2.0.0cvs56
4486
4487         * src/mimeview.c
4488         * src/mimeview.h
4489                 Let MimeViewers know which MimeView they
4490                 depend of.
4491         * src/summaryview.c
4492                 Swap From/To columns in Sent/Queue/Drafts
4493                 folders
4494         * src/etpan/imap-thread.c
4495                 Use mailstream_low_tls_open() for STARTTLS
4496                 instead of mailstream_low_ssl_open()
4497                 ** REQUIRES libetpan 0.42cvs3 **
4498
4499 2006-02-15 [wwp]        2.0.0cvs55
4500
4501         * src/compose.c
4502         * src/compose.h
4503         * src/message_search.c
4504         * src/message_search.h
4505         * src/textview.c
4506         * src/gtk/gtkutils.c
4507         * src/gtk/gtkutils.h
4508                 added the ability to Find text in the compose window (and a bit
4509                 of code factorization).
4510
4511 2006-02-15 [wwp]        2.0.0cvs54
4512
4513         * src/prefs_gtk.c
4514                 yet another one file was missing (fix for some widgets' sensitivity).
4515                 Thanks Colin!
4516
4517 2006-02-15 [wwp]        2.0.0cvs53
4518
4519         * src/prefs_gtk.h
4520                 oops forgot that file (fix for some widgets' sensitivity).
4521
4522 2006-02-15 [wwp]        2.0.0cvs52
4523
4524         * src/summary_search.c
4525                 implemented advanced summary search options (added the ability
4526                 to use matcher conditions in an advanced search mode).
4527
4528 2006-02-15 [wwp]        2.0.0cvs51
4529
4530         * src/plugins/pgpcore/prefs_gpg.c
4531         * src/prefs_account.c
4532                 fix some widget sensitivity, mostly around some labels in
4533                 account prefs.
4534
4535 2006-02-15 [paul]       2.0.0cvs50
4536
4537         * manual/advanced.xml
4538                 improve Templates info
4539                 written by wwp
4540
4541 2006-02-14 [colin]      2.0.0cvs49
4542
4543         * src/pixmaps/address_book.xpm
4544         * src/pixmaps/preferences.xpm
4545         * src/pixmaps/properties.xpm
4546                 Fix pixmap size - patch by Fabien Vantard
4547
4548 2006-02-13 [colin]      2.0.0cvs48
4549
4550         * src/procmime.c
4551                 Add missing fclose()s on error
4552         * src/textview.c
4553                 Remove unused code
4554         * src/common/utils.c
4555                 Fix temp files not being deleted on windows
4556         Patches by Thomas Gilgin
4557
4558 2006-02-13 [colin]      2.0.0cvs47
4559
4560         * src/mainwindow.c
4561                 Fix exit crash
4562
4563 2006-02-13 [wwp]        2.0.0cvs46
4564
4565         * src/plugins/pgpcore/prefs_gpg.c
4566                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4567
4568 2006-02-12 [colin]      2.0.0cvs45
4569
4570         * src/folderview.c
4571         * src/main.c
4572         * src/mainwindow.c
4573                 Fix "stuff" when quitting
4574
4575 2006-02-12 [wwp]        2.0.0cvs44
4576
4577         * src/prefs_themes.c
4578                 fix typos in debug messages.
4579
4580 2006-02-11 [colin]      2.0.0cvs43
4581
4582         * src/summaryview.c
4583                 don't allow drag/drop from ourself
4584
4585 2006-02-10 [wwp]        2.0.0cvs42
4586
4587         * src/exporthtml.c
4588         * src/html.c
4589         * src/html.h
4590         * src/procmime.c
4591         * src/textview.c
4592                 renamed html_ prefixed functions and data structures to avoid
4593                 namespace clashes w/ other software (gtkhtml2 for instance).
4594                 Closes bug #907.
4595
4596
4597 2006-02-09 [colin]      2.0.0cvs41
4598
4599         * src/summaryview.c
4600                 Fix shitty logic messed up. Thanks Ticho for the hint!
4601
4602 2006-02-09 [wwp]        2.0.0cvs40
4603
4604         * src/gtk/about.c
4605         * src/compose.c
4606         * src/prefs_account.c
4607         * src/prefs_gtk.h
4608         * src/editaddress.c
4609                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4610                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4611                 Browse buttons in accounts prefs.
4612
4613 2006-02-09 [colin]      2.0.0cvs39
4614
4615         * src/matcher.c
4616                 Check for pointer before using its members
4617         * src/gtk/gtksourceprintjob.c
4618                 Fix a wrong warning
4619
4620 2006-02-09 [wwp]        2.0.0cvs38
4621
4622         * src/gtk/filesel.c
4623                 fix few compiler warnings (type mismatch).
4624
4625 2006-02-09 [paul]       2.0.0cvs37
4626
4627         * po/fr.po
4628                 updated by Fabien Vantard
4629
4630 2006-02-08 [colin]      2.0.0cvs36
4631
4632         * src/prefs_common.c
4633         * src/common/defs.h
4634         * src/common/plugin.c
4635                 allow windows and linux configurations to coexist
4636                 patch by Thomas Gilgin
4637
4638 2006-02-08 [colin]      2.0.0cvs35
4639
4640         * src/filtering.c
4641         * src/matcher.c
4642         * src/matcher.h
4643         * src/matcher_parser_parse.y
4644         * src/prefs_filtering_action.c
4645         * src/prefs_matcher.c
4646                 Add the "Ignore thread" filtering
4647                 action
4648
4649 2006-02-08 [colin]      2.0.0cvs34
4650
4651         * src/compose.c
4652         * src/procmime.c
4653         * src/procmime.h
4654                 Fix bug #905 (damaged attachment)
4655                 text files with raw \0's aren't really text files
4656         FOR_STABLE
4657
4658 2006-02-08 [colin]      2.0.0cvs33
4659
4660         * src/summaryview.c
4661                 Fix crasher introduced yesterday
4662
4663 2006-02-08 [wwp]        2.0.0cvs32
4664
4665         * src/compose.c
4666         * src/compose.h
4667                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4668
4669 2006-02-08 [wwp]        2.0.0cvs31
4670
4671         * src/prefs_template.c
4672                 templates enhancement: allow address completion for Cc and Bcc fields
4673                 (it was currently possible for the To field only)
4674
4675 2006-02-08 [colin]      2.0.0cvs30
4676
4677         * src/compose.c
4678                 Don't unblock if not blocked
4679         FOR_STABLE
4680
4681 2006-02-07 [colin]      2.0.0cvs29
4682
4683         * src/action.c
4684                 Forgot to refresh summaryview
4685
4686 2006-02-07 [colin]      2.0.0cvs28
4687
4688         * src/action.c
4689                 Freeze/thaw message list and folder list while
4690                 processing %as{} actions 
4691         * src/compose.c
4692                 Fix auto-wrap disabling after a middle-click
4693                 paste - FOR_STABLE
4694
4695 2006-02-07 [paul]       2.0.0cvs27
4696
4697         * src/folder.c
4698                 fix freeing of uninitialised pointers
4699                 Thanks to Colin
4700
4701 2006-02-06 [colin]      2.0.0cvs26
4702
4703         * src/folder.c
4704                 Use g_slist_prepend in potentially big list
4705
4706 2006-02-06 [colin]      2.0.0cvs25
4707
4708         * src/folder.c
4709                 Completely skip processing if it doesn't 
4710                 exist (faster!)
4711
4712 2006-02-06 [colin]      2.0.0cvs24
4713
4714         * src/folder.c
4715         * src/summaryview.c
4716                 Batch filtering in summaryview (from Tools menu)
4717                 and pre/post//-processing too
4718
4719 2006-02-06 [colin]      2.0.0cvs23
4720
4721         * src/procmsg.h
4722         * src/filtering.c
4723                 Use a special field for batch filtering instead
4724                 of stepping on deferred execution's toes
4725
4726 2006-02-06 [colin]      2.0.0cvs22
4727
4728         * src/action.c
4729         * src/filtering.c
4730         * src/filtering.h
4731         * src/folder.c
4732         * src/summaryview.c
4733                 Fix filtering via menus and actions
4734
4735 2006-02-06 [colin]      2.0.0cvs21
4736
4737         * src/imap.c
4738                 Put the added file directly to cache if possible (will work
4739                 with next libetpan)
4740         * src/filtering.c
4741         * src/filtering.h
4742         * src/inc.c
4743         * src/folder.c
4744         * src/mbox.c
4745         * src/procmsg.h
4746                 Move and copy filtered messages by batches instead of one
4747                 by one - faster on IMAP
4748         * src/procmsg.c
4749                 Add a function that'll possibly be useful later
4750
4751 2006-02-06 [colin]      2.0.0cvs20
4752
4753         * src/addressbook.c
4754                 Use internal mime-type instead of text/plain for d'n'd
4755         * src/compose.c
4756                 Allow attaching files from mimeview's icon list via d'n'd
4757         * src/folderview.c
4758         * src/folderview.h
4759                 Use internal mime-type instead of text/plain for d'n'd
4760                 Don't try to selected opened folder if none is
4761                 Factorize d'n'd from other apps code
4762         * src/headerview.c
4763         * src/textview.c
4764         * src/gtk/gtkutils.c
4765         * src/gtk/gtkutils.h
4766                 Factorize Face/X-Face stuff
4767         * src/mimeview.c
4768                 Fix d'n'd to other apps
4769         * src/prefs_message.c
4770                 Let the XFace pref be usable without libcompface as it also
4771                 applies to Face
4772         * src/summaryview.c
4773                 Fix d'n'd to other apps
4774                 Factorize d'n'd from other apps code
4775
4776 2006-02-06 [wwp]        2.0.0cvs19
4777
4778         * po/it.po
4779                 Italian translation fixes by Andrea Spadaccini (no more confusion
4780                 between filtering and processing, and few changes in the About
4781                 dialog).
4782
4783
4784 2006-02-06 [mones]      2.0.0cvs18
4785
4786         * src/gtk/icon_legend.c
4787                 Improved descriptions allowing better translations
4788
4789 2006-02-05 [colin]      2.0.0cvs17
4790
4791         * src/imap.c
4792                 Add the f*cking missing expunge that caused imap_fetch_env
4793                 to fail after an add_msgs ! :-///
4794         * src/etpan/imap-thread.c
4795                 Add a bit of debug
4796         FOR_STABLE
4797
4798 2006-02-05 [colin]      2.0.0cvs16
4799
4800         * src/common/utils.c
4801                 Don't check for return-path (or we can't put
4802                 back non-sent mails)
4803
4804 2006-02-05 [colin]      2.0.0cvs15
4805
4806         * src/textview.c
4807                 Don't try to display Face header in textview
4808                 when teh headerview's active
4809
4810 2006-02-05 [colin]      2.0.0cvs14
4811
4812         * tools/tbird2syl.py
4813         * tools/Makefile.am
4814                 Add script to import Thunderbird mails
4815
4816 2006-02-05 [colin]      2.0.0cvs13
4817
4818         * src/headerview.c
4819         * src/procheader.c
4820         * src/procmsg.c
4821         * src/procmsg.h
4822         * src/textview.c
4823                 Show Face headers - patch partially by Klaus Flittner
4824
4825 2006-02-05 [colin]      2.0.0cvs12
4826
4827         * src/folderview.c
4828         * src/summaryview.c
4829         * src/common/utils.c
4830         * src/common/utils.h
4831                 Let dnd work from mime icons to summaryview
4832                 and to folderview too
4833                 Add a crude test to avoid trying to add files
4834                 drag'n'dropped when they're not mails
4835
4836 2006-02-04 [colin]      2.0.0cvs11
4837
4838         * src/summaryview.c
4839         * src/mimeview.c
4840                 Fix utf8 conversion
4841
4842 2006-02-04 [colin]      2.0.0cvs10
4843
4844         * src/compose.c
4845         * src/folderview.c
4846         * src/mimeview.c
4847         * src/summaryview.c
4848         * src/summaryview.h
4849                 Added various drag and drop capas:
4850                 From                    To
4851                 summaryview             other apps
4852                 mimeview icons          other apps
4853                 other apps              summaryview
4854                 other apps              folderview
4855
4856                 This shouldn't have broken the existing:
4857                 From                    To
4858                 summaryview             folderview
4859                 folderview              folderview
4860                 summaryview             compose's attachments
4861
4862         Tests welcomed.
4863
4864 2006-02-02 [paul]       2.0.0cvs9
4865
4866         * src/mainwindow.c
4867                 move global option 'Set displayed columns...' out
4868                 of folder option grouping.
4869                 fix sensitivity of 'harvest addresses'
4870         FOR_STABLE
4871
4872 2006-02-01 [colin]      2.0.0cvs8
4873
4874         * src/mimeview.c
4875                 Revert the alertpanel patch, it sucks (intrusive
4876                 and gets in the way of "open")
4877
4878 2006-02-01 [colin]      2.0.0cvs7
4879
4880         * src/compose.c
4881         * src/prefs_account.c
4882         * src/prefs_common.c
4883         * src/common/defs.h
4884         * src/common/utils.c
4885         * src/common/utils.h
4886                 Add ability to edit the signature file
4887                 from the account preferences, and use
4888                 a default for the text editor.
4889                 Patch by Fabien Vantard
4890
4891 2006-02-01 [colin]      2.0.0cvs6
4892
4893         * src/mimeview.c
4894                 Try to get mime type by extension if it is
4895                 application/octet-stream
4896                 Display a window with possible choices when
4897                 encountering unknown mime types
4898         * src/gtk/filesel.c
4899         * src/gtk/filesel.h
4900                 Add preview
4901                 Allow multiple selection in filtered filesel
4902                 (patch by Fabien Vantard)
4903         * src/gtk/pluginwindow.c
4904                 Use it (patch by Fabien Vantard)
4905
4906 2006-02-01 [paul]       2.0.0cvs5
4907
4908         * src/jpilot.c
4909                 fix crash on creating jpilot address book
4910                 Thanks to Colin - FOR_STABLE
4911         * src/prefs_summaries.c
4912         * src/prefs_wrapping.c
4913         * src/gtk/icon_legend.c
4914         * src/gtk/quicksearch.c
4915                 string fixes and additions
4916
4917 2006-02-01 [paul]       2.0.0cvs4
4918
4919         * src/compose.c
4920         * src/mainwindow.c
4921         * src/messageview.c
4922         * src/prefs_send.c
4923                 add Arabic encoding option
4924                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4925
4926 2006-01-31 [colin]      2.0.0cvs3
4927
4928         * src/plugins/pgpcore/passphrase.c
4929                 Convert passphrase to locale encoding
4930         * src/compose.c
4931                 Fix drafting on IMAP. Crappy bug sneaked in
4932                 the release :-/
4933         FOR_STABLE
4934
4935 2006-01-30 [paul]       2.0.0cvs2
4936
4937         * src/gtk/icon_legend.c
4938                 show the new entries
4939
4940 2006-01-30 [colin]      2.0.0cvs1
4941
4942         * src/manual.c
4943                 Check for the file to be present before 
4944                 enabling the menu - FOR_STABLE
4945         * src/gtk/icon_legend.c
4946                 Add folders icons (not all of them, there
4947                 are too much, but the most intriguing ones)
4948
4949 2006-01-30 [paul]       2.0.0
4950
4951         version 2.0.0 released
4952
4953 2006-01-30 [paul]       1.9.100cvs200
4954
4955         * manual/faq.xml
4956         * manual/gpl.xml
4957         * manual/intro.xml
4958         * manual/starting.xml
4959         * manual/sylpheed-claws-manual.xml
4960                 fixes, additions
4961
4962 2006-01-29 [mones]      1.9.100cvs199
4963
4964         * manual/account.xml
4965         * manual/advanced.xml
4966         * manual/glossary.xml
4967                 Some typos fixed, added LDIF term to glossary
4968         * po/es.po
4969                 Fixed leading plus symbol
4970
4971 2006-01-29 [paul]       1.9.100cvs198
4972
4973         * po/fi.po
4974         * po/sk.po
4975                 updated by Tommi Pirinen and Andrej Kacian
4976
4977 2006-01-29 [paul]       1.9.100cvs197
4978
4979         * src/gtk/authors.h
4980                 remove duplicates
4981
4982 2006-01-29 [paul]       1.9.100cvs196
4983
4984         * AUTHORS
4985         * po/nl.po
4986         * src/gtk/authors.h
4987         * tools/claws.i18n.status.pl
4988                 nl translation updated by Tim Dijkstra
4989
4990 2006-01-29 [paul]       1.9.100cvs195
4991
4992         * po/sr.po
4993         * po/sv.po
4994                 updated by Aleksandar Urosevic and Anders Troback
4995
4996 2006-01-28 [colin]      1.9.100cvs194
4997
4998         * src/gtk/gtksourceprintjob.c
4999                 Don't fiddle with PangoLayout when we
5000                 have an image
5001
5002 2006-01-28 [paul]       1.9.100cvs193
5003
5004         * AUTHORS
5005         * po/el.po
5006         * po/zh_CN.po
5007         * src/gtk/authors.h
5008         * tools/claws.i18n.status.pl
5009                 updated translations submitted by Stavros Giannouris
5010                 and Ralgh Young
5011
5012 2006-01-27 [colin]      1.9.100cvs192
5013
5014         * src/summaryview.c
5015         * src/gtk/gtksourceprintjob.c
5016                 Add image printing 
5017                 (libgnomeprint only, of course)
5018
5019 2006-01-27 [paul]       1.9.100cvs191
5020
5021         * po/fr.po
5022         * po/it.po
5023                 updated by Fabien Vantard and Andrea Spadaccini
5024
5025 2006-01-26 [colin]      1.9.100cvs190
5026
5027         * manual/Makefile.am
5028         * configure.ac
5029                 Make building the manual optional 
5030                 (--disable-manual)
5031
5032 2006-01-26 [paul]       1.9.100cvs189
5033
5034         * manual/glossary.xml
5035         * manual/plugins.xml
5036                 edited
5037         * po/en_GB.po
5038                 updated
5039
5040 2006-01-26 [paul]       1.9.100cvs188
5041
5042         * src/prefs_display_header.c
5043         * src/prefs_folder_column.c
5044         * src/prefs_msg_colors.c
5045         * src/prefs_summaries.c
5046         * src/prefs_summary_column.c
5047                 HIGify
5048
5049 2006-01-25 [colin]      1.9.100cvs187
5050
5051         * src/imap.c
5052                 Don't allow moving/copying mails between
5053                 queue/drafts and non-queue/drafts folders
5054                 Fixes bug #897 (message header is resetted 
5055                 if one is copied to Drafts)
5056
5057 2006-01-25 [colin]      1.9.100cvs186
5058
5059         * src/folder.c
5060         * src/mainwindow.c
5061                 Fix subscribed folders not found
5062         * src/compose.c
5063                 Don't try to encode as original mail's charset
5064                 if it's ascii 
5065
5066 2006-01-25 [paul]       1.9.100cvs185
5067
5068         * AUTHORS
5069         * po/Makevars
5070                 updated
5071         * po/de.po
5072         * po/pl.po
5073         * po/pt_BR.po
5074         * po/sr.po
5075                 updates submitted by Stephan Sachse, Emilian Nowak
5076                 and Quar, Frederico Goncalves Guimaraes, and
5077                 Aleksandar Urosevic
5078                 Fix Bug 896, 'PT_BR locale broken'.
5079         * src/gtk/authors.h
5080                 updated
5081
5082 2006-01-24 [mones]      1.9.100cvs184
5083
5084         * manual/glossary.xml
5085                 All current terms finished. Reviewers welcome ;-)
5086         * manual/keyboard.xml
5087                 Fixed column width for pdf output.
5088         * po/es.po
5089                 Updated
5090
5091 2006-01-24 [paul]       1.9.100cvs183
5092
5093         * manual/glossary.xml
5094                 fix id name
5095         * manual/dist/html/Makefile.am
5096         * manual/dist/pdf/Makefile.am
5097         * manual/dist/ps/Makefile.am
5098         * manual/dist/txt/Makefile.am
5099                 fix make deps
5100                 Thanks to Colin
5101
5102 2006-01-24 [mones]      1.9.100cvs182
5103
5104         * manual/glossary.xml
5105                 Nearly finished, some terms missing.
5106
5107 2006-01-23 [paul]       1.9.100cvs181
5108
5109         * manual/dist/html/Makefile.am
5110         * manual/dist/pdf/Makefile.am
5111         * manual/dist/ps/Makefile.am
5112         * manual/dist/txt/Makefile.am
5113         * src/mainwindow.c
5114                 re-enable manual
5115                 Thanks to Colin
5116
5117 2006-01-22 [colin]      1.9.100cvs180
5118
5119         * src/compose.c
5120         * src/gtk/gtkaspell.c
5121                 Don't deselect stuff before right-clicking, with aspell.
5122                 (This prevented right-click Copy, for example).
5123                 Thanks to Clo!
5124
5125 2006-01-22 [paul]       1.9.100cvs179
5126
5127         * src/summary_search.c
5128                 don't fix the widget size as it causes problems
5129                 under localisation.
5130                 Thanks to Emilian Nowak
5131
5132 2006-01-21 [paul]       1.9.100cvs178
5133
5134         * src/prefs_themes.c
5135                 fix broken underlining of label text
5136                 with some translations
5137
5138 2006-01-21 [colin]      1.9.100cvs177
5139
5140         * po/fr.po
5141                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
5142
5143 2006-01-20 [colin]      1.9.100cvs176
5144
5145         * configure.ac
5146         * Makefile.am
5147         * manual/Makefile
5148         * manual/dist/html/.cvsignore
5149         * manual/dist/html/Makefile.am
5150         * manual/dist/pdf/.cvsignore
5151         * manual/dist/pdf/Makefile.am
5152         * manual/dist/ps/.cvsignore
5153         * manual/dist/ps/Makefile.am
5154         * manual/dist/txt/.cvsignore
5155         * manual/dist/txt/Makefile.am
5156                 Autotool-ize manual
5157
5158 2006-01-20 [paul]       1.9.100cvs175
5159
5160         * manual/handling.xml
5161                 make Filtering and Searching entries easier to find
5162         * manual/keyboard.xml
5163                 add the remaining default keybinds
5164         * src/prefs_summaries.c
5165                 update the default keybinds
5166
5167 2006-01-20 [paul]       1.9.100cvs174
5168
5169         * src/addressbook.c
5170         * src/addrgather.c
5171         * src/addrharvest.c
5172         * src/editaddress.c
5173         * src/editgroup.c
5174         * src/exphtmldlg.c
5175         * src/expldifdlg.c
5176         * src/exporthtml.c
5177         * src/exportldif.c
5178         * src/ldif.c
5179                 replace 'e-mail' with 'email'
5180         * src/summary_search.c
5181                 add mnemonic to "Find all" button
5182
5183 2006-01-20 [wwp]        1.9.100cvs173
5184
5185         * src/export.c
5186         * src/import.c
5187                 touched mbox import/export buttons for HIG-compliance
5188
5189 2006-01-19 [paul]       1.9.100cvs172
5190
5191         * manual/account.xml
5192         * manual/addrbook.xml
5193         * manual/advanced.xml
5194         * manual/faq.xml
5195         * manual/handling.xml
5196         * manual/intro.xml
5197         * manual/plugins.xml
5198         * manual/starting.xml
5199                 more editing
5200
5201 2006-01-19 [paul]       1.9.100cvs171
5202
5203         * src/toolbar.c
5204                 allow use of trash button while receiving
5205                 Thanks to Colin
5206
5207 2006-01-19 [wwp]        1.9.100cvs170
5208
5209         * src/gtk/quicksearch.c
5210         * src/compose.c
5211                 force text color to black when yellow background is set
5212
5213 2006-01-19 [colin]      1.9.100cvs169
5214
5215         * src/plugins/trayicon/trayicon.c
5216                 Gray out Get Mail when already getting mail
5217
5218 2006-01-18 [paul]       1.9.100cvs168
5219
5220         * src/compose.c
5221                 give widget yellow background was To is
5222                 set via folder prefs
5223         * src/gtk/quicksearch.c
5224                 give widget yellow background when quick
5225                 search is active.
5226                 Thanks to Colin
5227
5228 2006-01-18 [paul]       1.9.100cvs167
5229
5230         * doc/man/sylpheed-claws.1
5231                 add --subscribe option
5232
5233 2006-01-18 [paul]       1.9.100cvs166
5234
5235         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5236         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5237                 use %U instead of %F (%F is broken for user installed
5238                 files in kde 3.5)
5239
5240 2006-01-18 [colin]      1.9.100cvs165
5241
5242         * src/summaryview.c
5243                 Default to Yes in "No more * messages" dialogs
5244
5245 2006-01-17 [colin]      1.9.100cvs164
5246
5247         * src/compose.c
5248                 Possibly fix an invalid iterator causing
5249                 crash
5250
5251 2006-01-17 [colin]      1.9.100cvs163
5252
5253         * src/mimeview.c
5254                 Fix crash when the image disappears under the
5255                 image viewer
5256
5257 2006-01-16 [colin]      1.9.100cvs162
5258
5259         * src/compose.c
5260                 Fix reenabling autowrap
5261
5262 2006-01-16 [colin]      1.9.100cvs161
5263
5264         * src/compose.c
5265                 reset quote_len before getting quote_str
5266
5267 2006-01-16 [colin]      1.9.100cvs160
5268
5269         * src/account.c
5270         * src/account.h
5271         * src/folder.c
5272         * src/imap_gtk.c
5273         * src/mh_gtk.c
5274                 Fix bug #883 (default inbox does not track folder move)
5275
5276 2006-01-16 [colin]      1.9.100cvs159
5277
5278         * src/compose.c
5279         * src/plugins/pgpcore/passphrase.c
5280                 More buttons fixes
5281
5282 2006-01-16 [paul]       1.9.100cvs158
5283
5284         * src/prefs_actions.c
5285         * src/prefs_filtering_action.c
5286         * src/prefs_matcher.c
5287         * src/quote_fmt.c
5288         * src/gtk/description_window.c
5289         * src/gtk/description_window.h
5290         * src/gtk/quicksearch.c
5291                 description window cleanups
5292
5293 2006-01-15 [colin]      1.9.100cvs157
5294
5295         * src/addressbook.c
5296         * src/prefs_filtering.c
5297                 Same here
5298
5299 2006-01-15 [colin]      1.9.100cvs156
5300
5301         * src/folderview.c
5302         * src/mainwindow.c
5303                 Same for "Empty trash"
5304
5305 2006-01-15 [colin]      1.9.100cvs155
5306
5307         * src/inc.c
5308                 Override offline dialog had Yes by default
5309
5310 2006-01-15 [colin]      1.9.100cvs154
5311
5312         * src/summaryview.c
5313                 Delete selected messages? previously had Yes the default
5314
5315 2006-01-15 [colin]      1.9.100cvs153
5316
5317         * src/folder.c
5318         * src/folder.h
5319         * src/main.c
5320                 Check if a mailbox is loaded after all
5321                 plugins are loaded.
5322
5323 2006-01-15 [colin]      1.9.100cvs152
5324
5325         * src/folder.c
5326                 Don't start wizard when there are unloaded folders (will help
5327                 people with only mbox or maildir mailboxes)
5328
5329 2006-01-14 [colin]      1.9.100cvs151
5330
5331         * src/addressbook.c
5332         * src/expldifdlg.c
5333         * src/importldif.c
5334         * src/importmutt.c
5335         * src/importpine.c
5336         * src/mh_gtk.c
5337                 More HIG compliance and fixes
5338
5339 2006-01-14 [colin]      1.9.100cvs150
5340
5341         * src/prefs_filtering_action.c
5342         * src/foldersel.c
5343                 Two forgotten button order changes
5344
5345 2006-01-14 [colin]      1.9.100cvs149
5346
5347         * src/account.c
5348         * src/addressbook.c
5349         * src/compose.c
5350         * src/folderview.c
5351         * src/imap_gtk.c
5352         * src/mainwindow.c
5353         * src/mh_gtk.c
5354         * src/news_gtk.c
5355         * src/prefs_actions.c
5356         * src/prefs_customheader.c
5357         * src/prefs_filtering.c
5358         * src/prefs_matcher.c
5359         * src/prefs_template.c
5360         * src/ssl_manager.c
5361         * src/summaryview.c
5362         * src/textview.c
5363         * src/toolbar.c
5364                 All deletion confirmations are now "Cancel, Delete" 
5365                 instead of "No, Yes"
5366                 Clarified most of the other "No, Yes" to 
5367                 "Cancel, Descriptive_action"
5368                 Rechanged the "Entry not saved" alerts to have 
5369                 "Close, Continue editing"
5370
5371
5372 2006-01-14 [paul]
5373
5374         * 2.0.0-rc4 released
5375
5376 2006-01-14 [paul]       1.9.100cvs148
5377
5378         * src/account.c
5379         * src/addressadd.c
5380         * src/addressbook.c
5381         * src/compose.c
5382         * src/editaddress.c
5383         * src/editbook.c
5384         * src/editgroup.c
5385         * src/editjpilot.c
5386         * src/editldap.c
5387         * src/editvcard.c
5388         * src/exphtmldlg.c
5389         * src/expldifdlg.c
5390         * src/folderview.c
5391         * src/grouplistdialog.c
5392         * src/imap_gtk.c
5393         * src/importmutt.c
5394         * src/importpine.c
5395         * src/inc.c
5396         * src/main.c
5397         * src/mainwindow.c
5398         * src/message_search.c
5399         * src/messageview.c
5400         * src/mh_gtk.c
5401         * src/mimeview.c
5402         * src/news_gtk.c
5403         * src/prefs_actions.c
5404         * src/prefs_customheader.c
5405         * src/prefs_filtering.c
5406         * src/prefs_matcher.c
5407         * src/prefs_template.c
5408         * src/prefs_themes.c
5409         * src/ssl_manager.c
5410         * src/summary_search.c
5411         * src/summaryview.c
5412         * src/textview.c
5413         * src/toolbar.c
5414         * src/gtk/foldersort.c
5415         * src/gtk/gtkaspell.c
5416         * src/gtk/inputdialog.c
5417         * src/gtk/prefswindow.c
5418         * src/plugins/pgpcore/select-keys.c
5419         * src/plugins/trayicon/trayicon.c
5420                 HIG compliant button order
5421
5422 2006-01-14 [mones]      1.9.100cvs147
5423
5424         * po/es.po
5425                 Updated translation
5426
5427 2006-01-13 [paul]       1.9.100cvs146
5428
5429         * AUTHORS
5430         * ChangeLog
5431         * src/gtk/authors.h
5432                 add Joshua M. Kwan to contributors list
5433
5434 2006-01-13 [colin]      1.9.100cvs145
5435
5436         * src/gtk/quicksearch.c
5437                 Don't refocus quick search after executing (Esc or Enter)
5438                 Allows to '/'search something then move up/down in 
5439                 summaryview, and to Esc a search and be back in the 
5440                 summaryview
5441
5442 2006-01-13 [paul]       1.9.100cvs144
5443
5444         * src/plugins/pgpinline/pgpinline.c
5445                 support Content-Type 'application/pgp'
5446                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5447
5448 2006-01-13 [paul]       1.9.100cvs143
5449
5450         * manual/account.xml
5451                 make mention of partial retrieval
5452                 thanks to Colin
5453
5454 2006-01-13 [paul]       1.9.100cvs142
5455
5456         * src/account.c
5457         * src/account.h
5458         * src/action.c
5459         * src/action.h
5460         * src/adbookbase.h
5461         * src/addr_compl.c
5462         * src/addr_compl.h
5463         * src/addrbook.c
5464         * src/addrcache.c
5465         * src/addrcache.h
5466         * src/addrcindex.c
5467         * src/addrcindex.h
5468         * src/addrclip.c
5469         * src/addrclip.h
5470         * src/addrdefs.h
5471         * src/addressadd.c
5472         * src/addressadd.h
5473         * src/addressbook.c
5474         * src/addressbook.h
5475         * src/addrgather.c
5476         * src/addrgather.h
5477         * src/addrharvest.c
5478         * src/addrharvest.h
5479         * src/addrindex.c
5480         * src/addrindex.h
5481         * src/addritem.c
5482         * src/addritem.h
5483         * src/addrquery.c
5484         * src/addrquery.h
5485         * src/addrselect.c
5486         * src/addrselect.h
5487         * src/alertpanel.c
5488         * src/alertpanel.h
5489         * src/browseldap.c
5490         * src/browseldap.h
5491         * src/codeconv.c
5492         * src/codeconv.h
5493         * src/compose.c
5494         * src/compose.h
5495         * src/customheader.c
5496         * src/customheader.h
5497         * src/displayheader.c
5498         * src/displayheader.h
5499         * src/editaddress.c
5500         * src/editaddress.h
5501         * src/editbook.c
5502         * src/editbook.h
5503         * src/editgroup.c
5504         * src/editgroup.h
5505         * src/editjpilot.c
5506         * src/editjpilot.h
5507         * src/editldap.c
5508         * src/editldap.h
5509         * src/editldap_basedn.c
5510         * src/editldap_basedn.h
5511         * src/editvcard.c
5512         * src/editvcard.h
5513         * src/exphtmldlg.c
5514         * src/exphtmldlg.h
5515         * src/expldifdlg.c
5516         * src/expldifdlg.h
5517         * src/export.h
5518         * src/exporthtml.c
5519         * src/exporthtml.h
5520         * src/exportldif.c
5521         * src/exportldif.h
5522         * src/filtering.c
5523         * src/filtering.h
5524         * src/folder.c
5525         * src/folder.h
5526         * src/folder_item_prefs.c
5527         * src/folder_item_prefs.h
5528         * src/foldersel.c
5529         * src/foldersel.h
5530         * src/folderutils.c
5531         * src/folderutils.h
5532         * src/folderview.c
5533         * src/folderview.h
5534         * src/grouplistdialog.c
5535         * src/grouplistdialog.h
5536         * src/headerview.c
5537         * src/html.c
5538         * src/html.h
5539         * src/image_viewer.c
5540         * src/image_viewer.h
5541         * src/imap.c
5542         * src/imap.h
5543         * src/imap_gtk.c
5544         * src/imap_gtk.h
5545         * src/import.h
5546         * src/importldif.c
5547         * src/importldif.h
5548         * src/importmutt.c
5549         * src/importmutt.h
5550         * src/importpine.c
5551         * src/importpine.h
5552         * src/inc.c
5553         * src/inc.h
5554         * src/jpilot.c
5555         * src/jpilot.h
5556         * src/ldapctrl.c
5557         * src/ldapctrl.h
5558         * src/ldaplocate.c
5559         * src/ldaplocate.h
5560         * src/ldapquery.c
5561         * src/ldapquery.h
5562         * src/ldapserver.c
5563         * src/ldapserver.h
5564         * src/ldaputil.c
5565         * src/ldaputil.h
5566         * src/ldif.c
5567         * src/ldif.h
5568         * src/main.c
5569         * src/main.h
5570         * src/mainwindow.c
5571         * src/mainwindow.h
5572         * src/manual.c
5573         * src/manual.h
5574         * src/mbox.c
5575         * src/mbox.h
5576         * src/message_search.c
5577         * src/message_search.h
5578         * src/messageview.c
5579         * src/messageview.h
5580         * src/mh.c
5581         * src/mh.h
5582         * src/mh_gtk.c
5583         * src/mh_gtk.h
5584         * src/mimeview.c
5585         * src/mimeview.h
5586         * src/msgcache.c
5587         * src/msgcache.h
5588         * src/mutt.c
5589         * src/mutt.h
5590         * src/news.c
5591         * src/news.h
5592         * src/news_gtk.c
5593         * src/news_gtk.h
5594         * src/partial_download.c
5595         * src/partial_download.h
5596         * src/pine.c
5597         * src/pine.h
5598         * src/pop.c
5599         * src/pop.h
5600         * src/prefs_account.c
5601         * src/prefs_account.h
5602         * src/prefs_actions.c
5603         * src/prefs_actions.h
5604         * src/prefs_common.c
5605         * src/prefs_common.h
5606         * src/prefs_compose_writing.c
5607         * src/prefs_compose_writing.h
5608         * src/prefs_customheader.c
5609         * src/prefs_customheader.h
5610         * src/prefs_display_header.c
5611         * src/prefs_display_header.h
5612         * src/prefs_filtering.c
5613         * src/prefs_filtering.h
5614         * src/prefs_filtering_action.c
5615         * src/prefs_filtering_action.h
5616         * src/prefs_folder_column.c
5617         * src/prefs_folder_column.h
5618         * src/prefs_folder_item.c
5619         * src/prefs_folder_item.h
5620         * src/prefs_fonts.c
5621         * src/prefs_fonts.h
5622         * src/prefs_gtk.c
5623         * src/prefs_gtk.h
5624         * src/prefs_image_viewer.c
5625         * src/prefs_image_viewer.h
5626         * src/prefs_matcher.c
5627         * src/prefs_matcher.h
5628         * src/prefs_message.c
5629         * src/prefs_msg_colors.c
5630         * src/prefs_msg_colors.h
5631         * src/prefs_other.c
5632         * src/prefs_quote.c
5633         * src/prefs_receive.c
5634         * src/prefs_send.c
5635         * src/prefs_spelling.c
5636         * src/prefs_spelling.h
5637         * src/prefs_summaries.c
5638         * src/prefs_summaries.h
5639         * src/prefs_summary_column.c
5640         * src/prefs_summary_column.h
5641         * src/prefs_template.c
5642         * src/prefs_template.h
5643         * src/prefs_themes.c
5644         * src/prefs_themes.h
5645         * src/prefs_toolbar.c
5646         * src/prefs_toolbar.h
5647         * src/prefs_wrapping.c
5648         * src/prefs_wrapping.h
5649         * src/privacy.c
5650         * src/privacy.h
5651         * src/procheader.c
5652         * src/procheader.h
5653         * src/procmime.c
5654         * src/procmime.h
5655         * src/procmsg.c
5656         * src/procmsg.h
5657         * src/quote_fmt.c
5658         * src/quote_fmt_parse.y
5659         * src/recv.c
5660         * src/recv.h
5661         * src/remotefolder.c
5662         * src/remotefolder.h
5663         * src/send_message.c
5664         * src/send_message.h
5665         * src/setup.c
5666         * src/setup.h
5667         * src/sourcewindow.c
5668         * src/sourcewindow.h
5669         * src/ssl_manager.c
5670         * src/ssl_manager.h
5671         * src/statusbar.c
5672         * src/statusbar.h
5673         * src/stock_pixmap.c
5674         * src/stock_pixmap.h
5675         * src/summary_search.c
5676         * src/summary_search.h
5677         * src/summaryview.c
5678         * src/summaryview.h
5679         * src/syldap.c
5680         * src/syldap.h
5681         * src/textview.c
5682         * src/textview.h
5683         * src/toolbar.c
5684         * src/toolbar.h
5685         * src/undo.c
5686         * src/undo.h
5687         * src/unmime.c
5688         * src/unmime.h
5689         * src/vcard.c
5690         * src/vcard.h
5691         * src/wizard.c
5692         * src/wizard.h
5693         * src/common/base64.c
5694         * src/common/base64.h
5695         * src/common/defs.h
5696         * src/common/hooks.c
5697         * src/common/hooks.h
5698         * src/common/log.c
5699         * src/common/log.h
5700         * src/common/mgutils.c
5701         * src/common/mgutils.h
5702         * src/common/nntp.c
5703         * src/common/nntp.h
5704         * src/common/passcrypt.c
5705         * src/common/passcrypt.h.in
5706         * src/common/plugin.c
5707         * src/common/plugin.h
5708         * src/common/prefs.c
5709         * src/common/prefs.h
5710         * src/common/progressindicator.c
5711         * src/common/progressindicator.h
5712         * src/common/quoted-printable.c
5713         * src/common/quoted-printable.h
5714         * src/common/session.c
5715         * src/common/session.h
5716         * src/common/smtp.c
5717         * src/common/smtp.h
5718         * src/common/socket.c
5719         * src/common/socket.h
5720         * src/common/ssl.c
5721         * src/common/ssl.h
5722         * src/common/ssl_certificate.c
5723         * src/common/ssl_certificate.h
5724         * src/common/stringtable.c
5725         * src/common/stringtable.h
5726         * src/common/sylpheed.c
5727         * src/common/sylpheed.h
5728         * src/common/template.c
5729         * src/common/template.h
5730         * src/common/timing.h
5731         * src/common/utils.c
5732         * src/common/utils.h
5733         * src/common/version.h.in
5734         * src/common/xml.c
5735         * src/common/xml.h
5736         * src/common/xmlprops.c
5737         * src/common/xmlprops.h
5738         * src/gtk/colorlabel.c
5739         * src/gtk/colorsel.c
5740         * src/gtk/colorsel.h
5741         * src/gtk/description_window.c
5742         * src/gtk/description_window.h
5743         * src/gtk/filesel.c
5744         * src/gtk/filesel.h
5745         * src/gtk/foldersort.c
5746         * src/gtk/foldersort.h
5747         * src/gtk/gtkutils.c
5748         * src/gtk/gtkutils.h
5749         * src/gtk/inputdialog.c
5750         * src/gtk/inputdialog.h
5751         * src/gtk/logwindow.c
5752         * src/gtk/logwindow.h
5753         * src/gtk/manage_window.c
5754         * src/gtk/manage_window.h
5755         * src/gtk/menu.c
5756         * src/gtk/menu.h
5757         * src/gtk/pluginwindow.c
5758         * src/gtk/pluginwindow.h
5759         * src/gtk/prefswindow.c
5760         * src/gtk/prefswindow.h
5761         * src/gtk/progressdialog.c
5762         * src/gtk/progressdialog.h
5763         * src/gtk/sslcertwindow.c
5764         * src/gtk/sslcertwindow.h
5765         * src/plugins/clamav/clamav_plugin.c
5766         * src/plugins/clamav/clamav_plugin.h
5767         * src/plugins/clamav/clamav_plugin_gtk.c
5768         * src/plugins/demo/demo.c
5769         * src/plugins/dillo_viewer/dillo_prefs.c
5770         * src/plugins/dillo_viewer/dillo_prefs.h
5771         * src/plugins/dillo_viewer/dillo_viewer.c
5772         * src/plugins/pgpcore/passphrase.c
5773         * src/plugins/pgpcore/passphrase.h
5774         * src/plugins/pgpcore/plugin.c
5775         * src/plugins/pgpcore/select-keys.c
5776         * src/plugins/pgpcore/select-keys.h
5777         * src/plugins/pgpcore/sgpgme.c
5778         * src/plugins/pgpcore/sgpgme.h
5779         * src/plugins/pgpinline/pgpinline.c
5780         * src/plugins/pgpinline/pgpinline.h
5781         * src/plugins/pgpinline/plugin.c
5782         * src/plugins/pgpmime/pgpmime.c
5783         * src/plugins/pgpmime/pgpmime.h
5784         * src/plugins/pgpmime/plugin.c
5785         * src/plugins/spamassassin/spamassassin.c
5786         * src/plugins/spamassassin/spamassassin.h
5787         * src/plugins/spamassassin/spamassassin_gtk.c
5788         * src/plugins/trayicon/trayicon.c
5789                 update copyright header
5790
5791 2006-01-13 [paul]       1.9.100cvs141
5792
5793         * src/account.c
5794         * src/export.c
5795         * src/import.c
5796         * src/mainwindow.c
5797         * src/prefs_account.c
5798         * src/prefs_display_header.c
5799         * src/prefs_receive.c
5800         * src/prefs_send.c
5801         * src/prefs_summaries.c
5802         * src/prefs_themes.c
5803         * src/prefs_toolbar.c
5804         * src/gtk/about.c
5805                 various cleanups
5806
5807 2006-01-12 [colin]      1.9.100cvs140
5808
5809         * src/folder.c
5810         * src/folder.h
5811         * src/main.c
5812                 Add --subscribe option
5813                 Let sylpheed-claws email@domain.com equivalent to --compose
5814                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5815
5816 2006-01-12 [paul]       1.9.100cvs139
5817
5818         * src/mainwindow.c
5819                 append 'Change folder order' label with '...'
5820         * src/prefs_actions.c
5821                 allow reordering of actions list by dnd
5822         * src/gtk/foldersort.c
5823                 make the dialog nicer
5824
5825 2006-01-11 [colin]      1.9.100cvs138
5826
5827         * src/compose.c
5828                 Allow templates without text
5829
5830 2006-01-11 [paul]       1.9.100cvs137
5831
5832         * tools/README
5833         * tools/filter_conv_new.pl
5834                 add info to README
5835                 also check .sylpheed for filter.xml
5836                 be a bit informative to the user
5837
5838 2006-01-11 [colin]      1.9.100cvs136
5839
5840         * src/textview.c
5841                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5842
5843 2006-01-10 [paul]       1.9.100cvs135
5844
5845         * tools/Makefile.am
5846         * tools/filter_conv_new.pl
5847                 add script to convert new style Sylpheed
5848                 filter rules (Sylpheed >= 0.9.99) to
5849                 Claws filtering rules
5850
5851 2006-01-10 [colin]      1.9.100cvs134
5852
5853         * src/compose.c
5854                 Fix broken line joins in certain conditions
5855                 (between two quoted lines: <enter><enter><up>
5856                  <type a wrapped sentence><go in the first line>
5857                  <insert more text><watch as line joining failed>)
5858
5859 2006-01-10 [paul]       1.9.100cvs133
5860
5861         * src/compose.c
5862                 don't report success in error dialog
5863                 thanks to Colin
5864         * src/common/utils.c
5865                 include some trailing punctuations as URI
5866                 thanks to Hiro
5867
5868 2006-01-10 [paul]       1.9.100cvs132
5869
5870         * src/mimeview.c
5871                 fix incompatible pointer type
5872                 warning
5873
5874 2006-01-10 [paul]       1.9.100cvs131
5875
5876         * src/compose.c
5877                 change Subject in window title
5878                 instantaneously
5879
5880 2006-01-09 [colin]      1.9.100cvs130
5881
5882         * src/addressbook.c
5883         * src/headerview.c
5884         * src/mainwindow.c
5885         * src/messageview.c
5886         * src/mimeview.c
5887         * src/noticeview.c
5888         * src/summaryview.c
5889                 Fix possible crashes on exit and in addressbook
5890
5891 2006-01-09 [paul]       1.9.100cvs129
5892
5893         * src/prefs_msg_colors.c
5894                 some cleanups that I forgot last time
5895
5896 2006-01-09 [paul]       1.9.100cvs128
5897
5898         * README
5899         * src/folderview.c
5900         * src/prefs_msg_colors.c
5901                 add previously hidden option, color_new, to
5902                 the gui
5903                 move the page to Display/
5904                 rework the gui
5905
5906 2006-01-09 [wwp]        1.9.100cvs127
5907
5908         * src/prefs_themes.c
5909                 made the prefs/display/themes layouts spacing less condensed
5910                 (and so they match other prefs/pages' look).
5911
5912 2006-01-09 [paul]       1.9.100cvs126
5913
5914         * src/compose.c
5915         * src/prefs_common.c
5916         * src/prefs_common.h
5917         * src/prefs_wrapping.c
5918                 remove 'wrap at send' option
5919
5920 2006-01-06 [colin]      1.9.100cvs125
5921
5922         * src/compose.c
5923                 Just make completely sure we don't insert "manual line breaks" 
5924                 when wrapping... 
5925
5926 2006-01-04 [paul]
5927
5928         * 2.0.0-rc3 released
5929
5930 2006-01-04 [paul]       1.9.100cvs124
5931
5932         * src/folderview.c
5933                 fix bug 882, 'quick scroll in folder list
5934                 displays wrong folder contents'
5935
5936 2006-01-04 [paul]       1.9.100cvs123
5937
5938         * src/plugins/pgpmime/pgpmime.c
5939                 better debug information when signing
5940                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5941
5942 2006-01-03 [colin]      1.9.100cvs122
5943
5944         * configure.ac
5945                 We need to recheck for gpgme 1.0.0 after checking
5946                 for 1.1.1, because if 1.1.1 isn't available, 
5947                 GPGME_LIBS and friends are blanked out by the 
5948                 second check.
5949
5950 2006-01-03 [colin]      1.9.100cvs121
5951
5952         * src/common/prefs.c
5953                 Windows unlink-before rename fix
5954         * src/plugins/pgpcore/sgpgme.c
5955                 Add support for PKA info if available
5956                 Both patches by Werner Koch
5957
5958 2006-01-03 [paul]       1.9.100cvs120
5959
5960         * src/messageview.c
5961                 fix bug 884, 'Send receipt' button visible in queue
5962                 Thanks to Colin
5963
5964 2006-01-02 [colin]      1.9.100cvs119
5965
5966         * src/compose.c
5967         * src/imap.c
5968                 Fix autosave on IMAP and more generally try to
5969                 return the correct ID on a newly added IMAP message
5970
5971 2006-01-02 [paul]       1.9.100cvs118
5972
5973         * manual/keyboard.xml
5974                 edited
5975
5976 2006-01-01 [paul]       1.9.100cvs117
5977
5978         * src/gtk/authors.h
5979                 alphabetical order
5980
5981 2005-12-30 [colin]      1.9.100cvs116
5982
5983         * manual/advanced.xml
5984                 Explain Pre/Post-processing differences.
5985
5986 2005-12-30 [colin]      1.9.100cvs115
5987
5988         * src/mh.c
5989                 Implement copy_msgs for a little optimization
5990         * src/imap.c
5991                 Finish yesterday's fix
5992
5993 2005-12-29 [colin]      1.9.100cvs114
5994
5995         * src/imap.c
5996                 Fix occasional failure in fetching a mail over
5997                 IMAP
5998
5999 2005-12-29 [colin]      1.9.100cvs113
6000
6001         * src/compose.c
6002                 Don't remove a draft when sending it, if it is 
6003                 locked.
6004
6005 2005-12-28 [colin]      1.9.100cvs112
6006
6007         * src/summaryview.c
6008                 Fix leak for real
6009
6010 2005-12-28 [wwp]        1.9.100cvs111
6011
6012         * doc/faq/.cvsignore
6013         * doc/faq/de/.cvsignore
6014         * doc/faq/en/.cvsignore
6015         * doc/faq/es/.cvsignore
6016         * doc/faq/fr/.cvsignore
6017         * doc/faq/it/.cvsignore
6018         * doc/manual/.cvsignore
6019         * doc/manual/de/.cvsignore
6020         * doc/manual/en/.cvsignore
6021         * doc/manual/es/.cvsignore
6022         * doc/manual/fr/.cvsignore
6023         * doc/manual/ja/.cvsignore
6024         * src/plugins/mathml_viewer/.cvsignore
6025                 rollback revival of those files (my bad, sorry for the noise).
6026
6027 2005-12-28 [wwp]        1.9.100cvs110
6028
6029         * src/compose.c
6030                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
6031
6032 2005-12-28 [wwp]        1.9.100cvs109
6033
6034         * doc/faq/.cvsignore
6035         * doc/faq/de/.cvsignore
6036         * doc/faq/en/.cvsignore
6037         * doc/faq/es/.cvsignore
6038         * doc/faq/fr/.cvsignore
6039         * doc/faq/it/.cvsignore
6040         * doc/manual/.cvsignore
6041         * doc/manual/de/.cvsignore
6042         * doc/manual/en/.cvsignore
6043         * doc/manual/es/.cvsignore
6044         * doc/manual/fr/.cvsignore
6045         * doc/manual/ja/.cvsignore
6046         * src/plugins/mathml_viewer/.cvsignore
6047         * po/.cvsignore
6048                 more files to ignore.
6049
6050 2005-12-24 [colin]      1.9.100cvs108
6051
6052         * AUTHORS
6053         * src/gtk/authors.h
6054                 Update for Werner
6055
6056 2005-12-24 [colin]      1.9.100cvs107
6057
6058         * src/procmsg.c
6059                 Allow NULL src_msginfo in 
6060                 procmsg_msginfo_new_from_mimeinfo
6061
6062 2005-12-23 [paul]       1.9.100cvs106
6063
6064         * src/plugins/pgpinline/mypgpcore.def
6065                 add this forgotten file
6066
6067 2005-12-23 [colin]      1.9.100cvs105
6068
6069         * src/mainwindow.c
6070                 Fix missing break
6071
6072 2005-12-23 [colin]      1.9.100cvs104
6073
6074         * autogen.sh
6075         * src/folder.c
6076         * src/mh.c
6077         * src/common/plugin.c
6078         * src/common/socket.c
6079         * src/common/socket.h
6080         * src/common/utils.c
6081         * src/common/utils.h
6082         * src/gtk/pluginwindow.c
6083         * src/plugins/pgpcore/plugin.def
6084         * src/plugins/pgpcore/sylpheed.def
6085         * src/plugins/pgpinline/Makefile.am
6086         * src/plugins/pgpinline/plugin.def
6087         * src/plugins/pgpinline/sylpheed.def
6088         * src/plugins/pgpmime/plugin.def
6089         * src/plugins/pgpmime/sylpheed.def
6090                 Various w32 fixes by Werner Koch
6091
6092 2005-12-22 [paul]       1.9.100cvs103
6093
6094         * src/wizard.c
6095                 don't offer IMAP as 'server type' if
6096                 libetpan isn't built in
6097
6098 2005-12-22 [paul]       1.9.100cvs102
6099
6100         * AUTHORS
6101         * src/mainwindow.c
6102         * src/mainwindow.h
6103         * src/toolbar.c
6104         * src/gtk/authors.h
6105                 support GTK_TOOLBAR_BOTH_HORIZ (text
6106                 next to icon) Patch by Marien Zwart
6107                 marienz@users.sf.net
6108                 Also reword the text
6109
6110 2005-12-21 [colin]      1.9.100cvs101
6111
6112         * configure.ac
6113                 Fix DATADIRNAME
6114         * COPYING
6115                 Fix missing section and explicit the exception better
6116         * src/compose.c
6117                 Prevent mail from being lost without notice when an
6118                 SMTP error happens on trying to send an unmodified
6119                 drafted mail.
6120         * src/send_message.c
6121         * src/common/smtp.c
6122                 Fix password remembering when wrong, and add return
6123                 value checks where they should have been
6124         * src/plugins/pgpcore/sylpheed.def
6125         * src/plugins/pgpinline/sylpheed.def
6126         * src/plugins/pgpmime/sylpheed.def
6127                 Add a few symbols needed
6128
6129 2005-12-21 [paul]       1.9.100cvs100
6130
6131         * m4/codeset.m4
6132         * m4/glibc21.m4
6133         * m4/intdiv0.m4
6134         * m4/inttypes-pri.m4
6135         * m4/inttypes.m4
6136         * m4/inttypes_h.m4
6137         * m4/isc-posix.m4
6138         * m4/lcmessage.m4
6139         * m4/stdint_h.m4
6140         * m4/uintmax_t.m4
6141                 gettextization
6142                 thanks to Colin
6143
6144 2005-12-21 [paul]       1.9.100cvs99
6145
6146         * po/sv.po
6147                 fixed by Colin
6148
6149 2005-12-20 [paul]       1.9.100cvs98
6150
6151         * po/sv.po
6152                 updated by Anders Trobäck
6153
6154 2005-12-20 [colin]      1.9.100cvs97
6155
6156         * ABOUT-NLS
6157         * Makefile.am
6158         * autogen.sh
6159         * configure.ac
6160         * config/config.rpath
6161         * config/mkinstalldirs
6162         * m4/Makefile.am
6163         * m4/glibc2.m4
6164         * m4/gnupg.m4
6165         * m4/gpgme.m4
6166         * m4/intmax.m4
6167         * m4/longdouble.m4
6168         * m4/longlong.m4
6169         * m4/printf-posix.m4
6170         * m4/signed.m4
6171         * m4/size_max.m4
6172         * m4/ulonglong.m4
6173         * m4/wchar_t.m4
6174         * m4/wint_t.m4
6175         * m4/xsize.m4
6176         * po/Makefile.in.in
6177         * po/Makevars
6178         * po/bg.po
6179         * po/ca.po
6180         * po/cs.po
6181         * po/de.po
6182         * po/el.po
6183         * po/en_GB.po
6184         * po/es.po
6185         * po/fi.po
6186         * po/fr.po
6187         * po/hr.po
6188         * po/hu.po
6189         * po/it.po
6190         * po/ja.po
6191         * po/ko.po
6192         * po/nb.po
6193         * po/nl.po
6194         * po/pl.po
6195         * po/pt_BR.po
6196         * po/ru.po
6197         * po/sk.po
6198         * po/sr.po
6199         * po/stamp-po
6200         * po/sv.po
6201         * po/zh_CN.po
6202         * po/zh_TW.po
6203         * src/Makefile.am
6204         * src/codeconv.c
6205         * src/compose.c
6206         * src/exporthtml.c
6207         * src/exportldif.c
6208         * src/folder.c
6209         * src/main.c
6210         * src/manual.c
6211         * src/mh.c
6212         * src/mimeview.c
6213         * src/send_message.c
6214         * src/common/Makefile.am
6215         * src/common/fnmatch.c
6216         * src/common/fnmatch.h
6217         * src/common/fnmatch_loop.c
6218         * src/common/nntp.c
6219         * src/common/plugin.c
6220         * src/common/smtp.c
6221         * src/common/socket.c
6222         * src/common/string_match.c
6223         * src/common/sylpheed.c
6224         * src/common/utils.c
6225         * src/common/utils.h
6226         * src/common/w32_dirent.c
6227         * src/common/w32_reg.c
6228         * src/common/w32_signal.c
6229         * src/common/w32_stat.c
6230         * src/common/w32_stdio.c
6231         * src/common/w32_stdlib.c
6232         * src/common/w32_string.c
6233         * src/common/w32_time.c
6234         * src/common/w32_unistd.c
6235         * src/common/w32_wait.c
6236         * src/common/w32lib.h
6237         * src/etpan/Makefile.am
6238         * src/gtk/Makefile.am
6239         * src/plugins/clamav/Makefile.am
6240         * src/plugins/demo/Makefile.am
6241         * src/plugins/dillo_viewer/Makefile.am
6242         * src/plugins/pgpcore/Makefile.am
6243         * src/plugins/pgpcore/passphrase.c
6244         * src/plugins/pgpcore/plugin.def
6245         * src/plugins/pgpcore/sgpgme.c
6246         * src/plugins/pgpcore/sylpheed.def
6247         * src/plugins/pgpcore/version.rc
6248         * src/plugins/pgpinline/Makefile.am
6249         * src/plugins/pgpinline/plugin.def
6250         * src/plugins/pgpinline/sylpheed.def
6251         * src/plugins/pgpinline/version.rc
6252         * src/plugins/pgpmime/Makefile.am
6253         * src/plugins/pgpmime/mypgpcore.def
6254         * src/plugins/pgpmime/plugin.def
6255         * src/plugins/pgpmime/sylpheed.def
6256         * src/plugins/pgpmime/version.rc
6257         * src/plugins/spamassassin/Makefile.am
6258                 Very little ;-) patch from Werner Koch, providing
6259                 infrastructure for cross-compiling to Win32
6260
6261 2005-12-20 [paul]       1.9.100cvs96
6262
6263         * src/account.c
6264         * src/account.h
6265         * src/mainwindow.c
6266         * src/mainwindow.h
6267         * src/toolbar.c
6268         * src/toolbar.h
6269                 add a combo to the Get All button, allowing
6270                 quick retrieval from any account
6271                 Patch by Fabien Vantard, slightly modified
6272                 by Colin
6273         * src/gtk/about.c
6274                 i18n fix. Patch by Fabien Vantard
6275
6276 2005-12-19 [colin]      1.9.100cvs95
6277
6278         * src/compose.c
6279         * src/compose.h
6280                 Don't automatically join lines when they've 
6281                 been separated by the user and not automatically
6282
6283 2005-12-19 [paul]       1.9.100cvs94
6284
6285         * src/gtk/pluginwindow.c
6286                 i18n fix.
6287                 Patch by Fabien Vantard
6288
6289 2005-12-15 [paul]       1.9.100cvs93
6290
6291         * src/common/plugin.c
6292         * src/common/plugin.h
6293         * src/gtk/pluginwindow.c
6294         * src/plugins/clamav/clamav_plugin.c
6295         * src/plugins/demo/demo.c
6296         * src/plugins/dillo_viewer/dillo_viewer.c
6297         * src/plugins/pgpcore/plugin.c
6298         * src/plugins/pgpinline/plugin.c
6299         * src/plugins/pgpmime/plugin.c
6300         * src/plugins/spamassassin/spamassassin.c
6301         * src/plugins/trayicon/trayicon.c
6302                 add plugin_version()
6303
6304 2005-12-15 [colin]      1.9.100cvs92
6305
6306         * src/compose.c
6307                 Further fix bug #875
6308
6309 2005-12-15 [paul]       1.9.100cvs91
6310
6311         * src/gtk/filesel.c
6312                 fix attach_load_dir getting set to
6313                 PLUGINDIR on plugin load
6314
6315 2005-12-14 [mones]      1.9.100cvs90
6316
6317         * manual/ack.xml
6318         * manual/keyboard.xml
6319                 Initial draft and some shortcuts added
6320                 
6321         * po/es.po
6322                 Updated translation
6323
6324 2005-12-14 [colin]      1.9.100cvs89
6325
6326         * src/compose.c
6327         * src/imap.c
6328         * src/summaryview.c
6329         * src/gtk/gtkaspell.c
6330                 More leaks fixed
6331         * src/prefs_folder_item.c
6332                 Fix recursive prefs apply
6333
6334
6335 2005-12-14 [colin]      1.9.100cvs88
6336
6337         * src/compose.c
6338                 Fix bug #875 (Freeze On Inline Forward of 
6339                 Large Message)
6340
6341 2005-12-13 [colin]      1.9.100cvs87
6342
6343         * src/compose.c
6344                 Uniq-ify and sort the mimetypes list
6345                 Patch by Fabien Vantard
6346
6347 2005-12-13 [colin]      1.9.100cvs86
6348
6349         * src/imap.c
6350         * src/etpan/imap-thread.c
6351                 Fix leaks (patch by Hoa)
6352         * src/news.c
6353         * src/common/plugin.c
6354                 Fix leaks
6355
6356 2005-12-12 [colin]
6357
6358         * 2.0.0-rc2 released
6359
6360 2005-12-12 [colin]      1.9.100cvs85
6361
6362         * src/matcher.c
6363                 Fix a leak
6364
6365 2005-12-12 [wwp]        1.9.100cvs84
6366
6367         * src/gtk/icon_legend.c
6368                 fix misbehaviour and crash when closing the legend window
6369         using the Esc key (patch by Fabien Vantard).
6370
6371 2005-12-12 [paul]       1.9.100cvs83
6372
6373         * src/browseldap.c
6374         * src/foldersel.c
6375         * src/prefs_actions.c
6376         * src/prefs_filtering.c
6377         * src/prefs_matcher.c
6378         * src/prefs_spelling.glade      ** REMOVED **
6379         * src/prefs_template.c
6380         * src/gtk/foldersort.glade      ** REMOVED **
6381         * src/gtk/pluginwindow.c
6382         * src/gtk/pluginwindow.glade    ** REMOVED **
6383         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6384                 cleanups
6385
6386 2005-12-11 [paul]       1.9.100cvs82
6387
6388         * src/gtk/filesel.c
6389                 fix attach_load_dir crasher (double free)
6390
6391 2005-12-09 [paul]       1.9.100cvs81
6392
6393         * po/POTFILES.in
6394         * src/mainwindow.c
6395         * src/gtk/Makefile.am
6396         * src/gtk/icon_legend.c
6397         * src/gtk/icon_legend.h
6398                 add icon legend
6399         * src/manual.c
6400                 cleanup
6401
6402 2005-12-09 [paul]       1.9.100cvs80
6403
6404         * src/plugins/pgpcore/passphrase.c
6405                 wrap the label in the dialog
6406
6407 2005-12-09 [colin]      1.9.100cvs79
6408
6409         * src/plugins/pgpcore/sgpgme.c
6410                 Display (untrusted) on not trusted signatures
6411                 Patch by Michal Èihaø <michal@cihar.com>
6412                 Closes bug #867 (Report also key trust)
6413
6414 2005-12-09 [colin]      1.9.100cvs78
6415
6416         * src/common/plugin.c
6417                 Update licence check, following Eben Moglen's advice
6418
6419 2005-12-08 [colin]      1.9.100cvs77
6420
6421         * src/folder.c
6422                 Fix the occasionnal item->cache != NULL 
6423                 assertion failure. 
6424
6425 2005-12-08 [colin]      1.9.100cvs76
6426
6427         * src/mimeview.c
6428         * src/plugins/pgpcore/sgpgme.c
6429                 Print key id when unable to check it
6430                 Closes bug #866 (Show key id when missing)
6431
6432 2005-12-08 [paul]       1.9.100cvs75
6433
6434         * src/prefs_common.c
6435         * src/prefs_common.h
6436         * src/gtk/filesel.c
6437                 remember load attachment dir
6438
6439 2005-12-07 [colin]      1.9.100cvs74
6440
6441         * src/prefs_toolbar.c
6442                 Gtk fixes, patch by Fabien Vantard
6443
6444 2005-12-07 [colin]      1.9.100cvs73
6445
6446         * src/action.c
6447         * src/compose.c
6448         * src/compose.h
6449                 Fix bug #839 (Quoted text isn't colored after 
6450                 executing an action)
6451         * src/common/plugin.c
6452                 Require plugins to declare their licence in plugin_licence()
6453                 Refuse to load non-GPL plugins as they'd be illegal (as 
6454                 derived works of Sylpheed-Claws, they must be GPL).
6455         * src/plugins/clamav/clamav_plugin.c
6456         * src/plugins/demo/demo.c
6457         * src/plugins/dillo_viewer/dillo_viewer.c
6458         * src/plugins/pgpcore/plugin.c
6459         * src/plugins/pgpinline/plugin.c
6460         * src/plugins/pgpmime/plugin.c
6461         * src/plugins/spamassassin/spamassassin.c
6462         * src/plugins/trayicon/trayicon.c
6463                 Add plugin_licence()
6464
6465 2005-12-07 [paul]       1.9.100cvs72
6466
6467         * configure.ac
6468         * src/mainwindow.c
6469         * src/manual.c
6470         * src/manual.h
6471         * src/common/defs.h
6472                 clean up after local FAQ removal and
6473                 temporary manual removal
6474
6475 2005-12-06 [colin]      1.9.100cvs71
6476
6477         * configure.ac
6478         * doc/Makefile.am
6479         * doc/faq/.cvsignore
6480         * doc/faq/Makefile.am
6481         * doc/faq/de/.cvsignore
6482         * doc/faq/de/Makefile.am
6483         * doc/faq/de/sylpheed-faq-1.html
6484         * doc/faq/de/sylpheed-faq-2.html
6485         * doc/faq/de/sylpheed-faq-3.html
6486         * doc/faq/de/sylpheed-faq.html
6487         * doc/faq/en/.cvsignore
6488         * doc/faq/en/Makefile.am
6489         * doc/faq/en/sylpheed-faq-1.html
6490         * doc/faq/en/sylpheed-faq-2.html
6491         * doc/faq/en/sylpheed-faq-3.html
6492         * doc/faq/en/sylpheed-faq-4.html
6493         * doc/faq/en/sylpheed-faq.html
6494         * doc/faq/es/.cvsignore
6495         * doc/faq/es/Makefile.am
6496         * doc/faq/es/sylpheed-faq-1.html
6497         * doc/faq/es/sylpheed-faq-2.html
6498         * doc/faq/es/sylpheed-faq-3.html
6499         * doc/faq/es/sylpheed-faq-4.html
6500         * doc/faq/es/sylpheed-faq.html
6501         * doc/faq/fr/.cvsignore
6502         * doc/faq/fr/Makefile.am
6503         * doc/faq/fr/sylpheed-faq-1.html
6504         * doc/faq/fr/sylpheed-faq-2.html
6505         * doc/faq/fr/sylpheed-faq-3.html
6506         * doc/faq/fr/sylpheed-faq.html
6507         * doc/faq/it/.cvsignore
6508         * doc/faq/it/Makefile.am
6509         * doc/faq/it/sylpheed-faq-1.html
6510         * doc/faq/it/sylpheed-faq-2.html
6511         * doc/faq/it/sylpheed-faq-3.html
6512         * doc/faq/it/sylpheed-faq.html
6513         * doc/manual/.cvsignore
6514         * doc/manual/Makefile.am
6515         * doc/manual/de/.cvsignore
6516         * doc/manual/de/Makefile.am
6517         * doc/manual/de/sylpheed-1.html
6518         * doc/manual/de/sylpheed-10.html
6519         * doc/manual/de/sylpheed-11.html
6520         * doc/manual/de/sylpheed-12.html
6521         * doc/manual/de/sylpheed-13.html
6522         * doc/manual/de/sylpheed-14.html
6523         * doc/manual/de/sylpheed-15.html
6524         * doc/manual/de/sylpheed-16.html
6525         * doc/manual/de/sylpheed-17.html
6526         * doc/manual/de/sylpheed-18.html
6527         * doc/manual/de/sylpheed-19.html
6528         * doc/manual/de/sylpheed-2.html
6529         * doc/manual/de/sylpheed-20.html
6530         * doc/manual/de/sylpheed-3.html
6531         * doc/manual/de/sylpheed-4.html
6532         * doc/manual/de/sylpheed-5.html
6533         * doc/manual/de/sylpheed-6.html
6534         * doc/manual/de/sylpheed-7.html
6535         * doc/manual/de/sylpheed-8.html
6536         * doc/manual/de/sylpheed-9.html
6537         * doc/manual/de/sylpheed.html
6538         * doc/manual/en/.cvsignore
6539         * doc/manual/en/Makefile.am
6540         * doc/manual/en/sylpheed-1.html
6541         * doc/manual/en/sylpheed-10.html
6542         * doc/manual/en/sylpheed-11.html
6543         * doc/manual/en/sylpheed-12.html
6544         * doc/manual/en/sylpheed-13.html
6545         * doc/manual/en/sylpheed-14.html
6546         * doc/manual/en/sylpheed-15.html
6547         * doc/manual/en/sylpheed-16.html
6548         * doc/manual/en/sylpheed-17.html
6549         * doc/manual/en/sylpheed-18.html
6550         * doc/manual/en/sylpheed-19.html
6551         * doc/manual/en/sylpheed-2.html
6552         * doc/manual/en/sylpheed-20.html
6553         * doc/manual/en/sylpheed-21.html
6554         * doc/manual/en/sylpheed-22.html
6555         * doc/manual/en/sylpheed-3.html
6556         * doc/manual/en/sylpheed-4.html
6557         * doc/manual/en/sylpheed-5.html
6558         * doc/manual/en/sylpheed-6.html
6559         * doc/manual/en/sylpheed-7.html
6560         * doc/manual/en/sylpheed-8.html
6561         * doc/manual/en/sylpheed-9.html
6562         * doc/manual/en/sylpheed.html
6563         * doc/manual/es/.cvsignore
6564         * doc/manual/es/Makefile.am
6565         * doc/manual/es/sylpheed-1.html
6566         * doc/manual/es/sylpheed-10.html
6567         * doc/manual/es/sylpheed-11.html
6568         * doc/manual/es/sylpheed-12.html
6569         * doc/manual/es/sylpheed-13.html
6570         * doc/manual/es/sylpheed-14.html
6571         * doc/manual/es/sylpheed-15.html
6572         * doc/manual/es/sylpheed-16.html
6573         * doc/manual/es/sylpheed-17.html
6574         * doc/manual/es/sylpheed-18.html
6575         * doc/manual/es/sylpheed-19.html
6576         * doc/manual/es/sylpheed-2.html
6577         * doc/manual/es/sylpheed-20.html
6578         * doc/manual/es/sylpheed-3.html
6579         * doc/manual/es/sylpheed-4.html
6580         * doc/manual/es/sylpheed-5.html
6581         * doc/manual/es/sylpheed-6.html
6582         * doc/manual/es/sylpheed-7.html
6583         * doc/manual/es/sylpheed-8.html
6584         * doc/manual/es/sylpheed-9.html
6585         * doc/manual/es/sylpheed.html
6586         * doc/manual/fr/.cvsignore
6587         * doc/manual/fr/Makefile.am
6588         * doc/manual/fr/sylpheed-1.html
6589         * doc/manual/fr/sylpheed-10.html
6590         * doc/manual/fr/sylpheed-11.html
6591         * doc/manual/fr/sylpheed-12.html
6592         * doc/manual/fr/sylpheed-13.html
6593         * doc/manual/fr/sylpheed-14.html
6594         * doc/manual/fr/sylpheed-15.html
6595         * doc/manual/fr/sylpheed-16.html
6596         * doc/manual/fr/sylpheed-17.html
6597         * doc/manual/fr/sylpheed-18.html
6598         * doc/manual/fr/sylpheed-19.html
6599         * doc/manual/fr/sylpheed-2.html
6600         * doc/manual/fr/sylpheed-20.html
6601         * doc/manual/fr/sylpheed-3.html
6602         * doc/manual/fr/sylpheed-4.html
6603         * doc/manual/fr/sylpheed-5.html
6604         * doc/manual/fr/sylpheed-6.html
6605         * doc/manual/fr/sylpheed-7.html
6606         * doc/manual/fr/sylpheed-8.html
6607         * doc/manual/fr/sylpheed-9.html
6608         * doc/manual/fr/sylpheed.html
6609         * doc/manual/ja/.cvsignore
6610         * doc/manual/ja/Makefile.am
6611         * doc/manual/ja/sylpheed-1.html
6612         * doc/manual/ja/sylpheed-10.html
6613         * doc/manual/ja/sylpheed-11.html
6614         * doc/manual/ja/sylpheed-12.html
6615         * doc/manual/ja/sylpheed-13.html
6616         * doc/manual/ja/sylpheed-14.html
6617         * doc/manual/ja/sylpheed-15.html
6618         * doc/manual/ja/sylpheed-16.html
6619         * doc/manual/ja/sylpheed-17.html
6620         * doc/manual/ja/sylpheed-18.html
6621         * doc/manual/ja/sylpheed-19.html
6622         * doc/manual/ja/sylpheed-2.html
6623         * doc/manual/ja/sylpheed-20.html
6624         * doc/manual/ja/sylpheed-3.html
6625         * doc/manual/ja/sylpheed-4.html
6626         * doc/manual/ja/sylpheed-5.html
6627         * doc/manual/ja/sylpheed-6.html
6628         * doc/manual/ja/sylpheed-7.html
6629         * doc/manual/ja/sylpheed-8.html
6630         * doc/manual/ja/sylpheed-9.html
6631         * doc/manual/ja/sylpheed.html
6632         * doc/manual/ja/sylpheed.sgml
6633         * src/mainwindow.c
6634                 Remove outdated manual and faq. Noisy, eh?
6635
6636 2005-12-06 [colin]      1.9.100cvs70
6637
6638         * src/compose.c
6639         * src/quote_fmt_parse.y
6640         * src/undo.c
6641         * src/undo.h
6642                 Allow %X to position cursor at 0 
6643                 (no %X = before signature)
6644                 Fix paste as quotation putting the cursor at 0
6645                 Fix undo offsets when pasting
6646                 Insert the quote_fmt at once instead of line 
6647                 by line
6648                 Fix [Edited] when starting to reply/forward
6649
6650 2005-12-06 [paul]       1.9.100cvs69
6651
6652         * src/plugins/clamav/clamav_plugin_gtk.c
6653                 add another tooltip
6654         * src/plugins/spamassassin/spamassassin_gtk.c
6655                 rework spamassassin_create_widget_func()
6656
6657 2005-12-05 [colin]      1.9.100cvs68
6658
6659         * po/POTFILES.in
6660                 Fix make release ;-)
6661
6662 2005-12-05 [colin]      1.9.100cvs67
6663
6664         * src/compose.c
6665         * src/compose.h
6666                 Fix cursor positioning (not obeying %X)
6667
6668 2005-12-05 [paul]       1.9.100cvs66
6669
6670         * src/plugins/dillo_viewer/dillo_prefs.c
6671                 fix compilation warning
6672
6673 2005-12-05 [paul]       1.9.100cvs65
6674
6675         * src/prefs_spelling.c
6676         * src/plugins/trayicon/trayicon.c
6677                 cleanups - remove unused stuff
6678
6679 2005-12-05 [paul]       1.9.100cvs64
6680
6681         * README
6682         * manual/plugins.xml
6683                 remove info about removed mathml_viewer plugin
6684
6685 2005-12-05 [paul]       1.9.100cvs63
6686
6687         * configure.ac
6688         * src/plugins/Makefile.am
6689         * src/plugins/mathml_viewer/.cvsignore
6690         * src/plugins/mathml_viewer/Makefile.am
6691         * src/plugins/mathml_viewer/mathml_viewer.c
6692                 remove unmaintained mathml_viewer plugin
6693
6694 2005-12-05 [paul]       1.9.100cvs62
6695
6696         * src/summaryview.c
6697                 obey prefs_common.always_show_msg when
6698                 moving a msg
6699                 Thanks to Colin
6700
6701 2005-12-05 [paul]       1.9.100cvs61
6702
6703         * src/compose.c
6704         * src/prefs_account.c
6705         * src/prefs_filtering.c
6706         * src/prefs_quote.c
6707         * src/prefs_spelling.c
6708         * src/prefs_toolbar.c
6709         * src/summaryview.c
6710         * src/gtk/gtkutils.c
6711         * src/gtk/quicksearch.c
6712         * src/plugins/dillo_viewer/dillo_prefs.c
6713                 dialog cleanups
6714
6715 2005-12-04 [paul]       1.9.100cvs60
6716
6717         * src/inc.c
6718         * src/prefs_account.c
6719         * src/prefs_account.h
6720                 allow a Local account to specify a
6721                 default inbox
6722                 (closes bug 843 'Inbox cannot be changed for local
6723                  mailboxes')
6724
6725 2005-12-04 [colin]      1.9.100cvs59
6726
6727         * src/plugins/trayicon/trayicon.c
6728                 Remove Get, rename Get All to Get Mail in order to
6729                 be consistent with the default main toolbar
6730
6731 2005-12-03 [colin]      1.9.100cvs58
6732
6733         * manual/gpl.xml
6734         * manual/sylpheed-claws-manual.xml
6735                 Add GPL appendix
6736
6737 2005-12-03 [paul]       1.9.100cvs57
6738
6739         * AUTHORS
6740         * po/sv.po
6741         * src/gtk/authors.h
6742                 new (partially complete) Swedish translation
6743                 by Anders Troback <sylpheed@troback.com>
6744
6745 2005-12-02 [paul]       1.9.100cvs56
6746
6747         * configure.ac
6748                 libetpan 0.41 required
6749
6750 2005-12-02 [paul]       1.9.100cvs55
6751
6752         * src/plugins/clamav/clamav_plugin.c
6753         * src/plugins/clamav/clamav_plugin.h
6754         * src/plugins/clamav/clamav_plugin_gtk.c
6755         * src/plugins/spamassassin/spamassassin.c
6756         * src/plugins/spamassassin/spamassassin.h
6757         * src/plugins/spamassassin/spamassassin_gtk.c
6758                 unregister prefs pages on unloading, thus
6759                 preventing a crash
6760                 (thanks to Colin for the hint)
6761
6762 2005-12-02 [wwp]        1.9.100cvs54
6763
6764         * src/quote_fmt.h
6765         * src/quote_fmt_parse.y
6766                 fix misuse of gboolean*, use gboolean instead
6767                 (thanks to Paul, Colin, for pointing out that scaring one)
6768
6769 2005-12-02 [paul]       1.9.100cvs53
6770
6771         * src/plugins/clamav/clamav_plugin.c
6772                 int no --> unsigned int no
6773         * src/plugins/clamav/clamav_plugin_gtk.c
6774                 rework config page
6775
6776 2005-12-02 [wwp]        1.9.100cvs52
6777
6778         * src/compose.c
6779         * src/prefs_template.c
6780         * src/quote_fmt.h
6781         * src/quote_fmt_parse.y
6782                 prevent from executing |f and |p templates commands when
6783                 adding or replacing templates in prefs (avoids annoying and
6784                 potentially dangerous behaviours)
6785
6786 2005-12-02 [paul]       1.9.100cvs51
6787
6788         * src/prefs_common.c
6789                 allow translation of some default values
6790                 Patch by Fabien Vantard
6791
6792 2005-12-02 [paul]       1.9.100cvs50
6793
6794         * src/codeconv.c
6795         * src/codeconv.h
6796         * src/prefs_common.c
6797         * src/prefs_common.h
6798         * src/prefs_message.c
6799         * src/textview.c
6800                 remove obsolete 'convert_mb_alnum' option
6801                 and related stuff
6802         * src/gtk/about.c
6803                 remove unused 'about_textview_visibility_notify'
6804
6805 2005-12-02 [paul]       1.9.100cvs49
6806
6807         * src/prefs_account.c
6808         * src/prefs_compose_writing.c
6809         * src/prefs_fonts.c
6810         * src/prefs_gtk.h
6811         * src/prefs_image_viewer.c
6812         * src/prefs_message.c
6813         * src/prefs_other.c
6814         * src/prefs_receive.c
6815         * src/prefs_send.c
6816         * src/prefs_spelling.c
6817         * src/prefs_summaries.c
6818         * src/prefs_wrapping.c
6819         * src/plugins/dillo_viewer/dillo_prefs.c
6820         * src/plugins/pgpcore/prefs_gpg.c
6821                 several cleanups to the prefs dialogs
6822                 (slightly modified) patch by Fabien Vantard
6823
6824 2005-12-02 [paul]       1.9.100cvs48
6825
6826         * src/main.c
6827                 --exit means exit
6828         * src/send_message.c
6829                 fix crash on send when connection fails
6830
6831         Thanks to Colin
6832
6833 2005-12-01 [colin]      1.9.100cvs47
6834
6835         * src/html.c
6836                 Translate &hellip; to "..."
6837
6838 2005-11-30 [colin]      1.9.100cvs46
6839
6840         * src/matcher.c
6841         * src/matcher.h
6842                 Optimize back yesterday's fix.
6843
6844 2005-11-30 [paul]       1.9.100cvs45
6845
6846         * manual/faq.xml
6847                 standardised
6848         * manual/intro.xml
6849                 written by Colin, edited by me
6850
6851 2005-11-29 [colin]      1.9.100cvs44
6852
6853         * src/matcher.c
6854                 Skip headers unconditionnaly in match_body if the
6855                 rule is not message or ~message
6856
6857 2005-11-29 [colin]      1.9.100cvs43
6858
6859         * src/matcher.c
6860                 Fix body_part and such, not skipping headers 
6861                 if the matchcriteria wasn't the first in the rule
6862
6863 2005-11-29 [colin]      1.9.100cvs42
6864
6865         * src/compose.c
6866                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6867                 option missing from message view window)
6868                 Fix double text D'n'D with gtk-2.8
6869         * src/matcher.c
6870                 Fix ~message, ~headers_part, ~body_part rules
6871         * src/messageview.c
6872                 Add Windows-1252 (Closes bug #863)
6873                 Fix accels
6874         * src/gtk/gtkaspell.c
6875                 Properly destroy accels in all menus
6876
6877 2005-11-29 [mones]      1.9.100cvs41
6878
6879         * po/es.po
6880                 Updated.
6881
6882 2005-11-27 [colin]      1.9.100cvs40
6883
6884         * src/mh_gtk.c
6885                 "/Remove mailbox" -> "/Remove mailbox..."
6886
6887 2005-11-27 [paul]       1.9.100cvs39
6888
6889         * AUTHORS
6890         * po/de.po
6891         * src/gtk/authors.h
6892                 updated by new maintainer, Stephan Sachse
6893
6894 2005-11-27 [paul]       1.9.100cvs38
6895
6896         * manual/faq.xml
6897                 written by Colin, edited by me
6898
6899 2005-11-27 [paul]       1.9.100cvs37
6900
6901         * src/prefs_common.c
6902         * src/prefs_common.h
6903         * src/prefs_receive.c
6904         * src/prefs_summaries.c
6905                 move 'go to inbox after receiving new mail'
6906                 option from display/sumamaries to mail
6907                 handling/receive, and rework prefs_summaries
6908                 dialog a little
6909
6910 2005-11-25 [martin]     1.9.100cvs36
6911
6912         * po/de.po
6913             fixed windows-1252 translation;
6914             translated some new and fuzzy strings
6915
6916 2005-11-25 [paul]       1.9.100cvs35
6917
6918         * src/plugins/clamav/clamav_plugin.c
6919                 complete the update done in cvs34
6920
6921 2005-11-25 [paul]       1.9.100cvs34
6922
6923         * src/plugins/clamav/clamav_plugin.c
6924                 reflect upstream changes
6925
6926 2005-11-25 [paul]       1.9.100cvs33
6927
6928         * manual/ack.xml
6929         * manual/plugins.xml
6930         * manual/sylpheed-claws-manual.xml
6931                 written/updated by Colin, edited by me
6932         * tools/acroread2sylpheed.pl
6933                 update binary name
6934
6935 2005-11-24 [colin]      1.9.100cvs32
6936
6937         * src/compose.c
6938                 Fix bug #856 (reediting messages forgets Request
6939                 Return Receipt)
6940
6941 2005-11-24 [paul]       1.9.100cvs31
6942
6943         * manual/addrbook.xml
6944         * manual/starting.xml
6945                 written by Colin, proofread, edited, adapted by me
6946         * manual/advanced.xml
6947                 add some Actions examples
6948         * src/importldif.c
6949                 use a Save button instead of a Close button
6950         * src/wizard.c
6951                 indicate mandatory fields
6952                 fix page display
6953                 Thanks to Colin
6954
6955 2005-11-23 [colin]      1.9.100cvs30
6956
6957         * src/addressbook.c
6958                 Rename menu item, fix possible crash after
6959                 deletion of books
6960         * src/addrindex.c
6961                 Allow searching for '*' in ldap
6962         * src/browseldap.c
6963                 Fix "Browse Entry" (did anyone use it?)
6964         * src/wizard.c
6965                 Add guards for mandatory information
6966
6967 2005-11-23 [paul]       1.9.100cvs29
6968
6969         * manual/advanced.xml
6970                 corrections to the English
6971
6972 2005-11-23 [colin]      1.9.100cvs28
6973
6974         * src/mimeview.c
6975                 Fix possible crash at exit. After the call to
6976                 gtk_container_remove(), the Viewer's widget has no
6977                 more parent so gtk+ automatically frees it and its
6978                 sons. If destroy_viewer() then try to access it,
6979                 problems ensue.
6980
6981 2005-11-22 [colin]      1.9.100cvs27
6982
6983         * src/compose.c
6984         * src/gtk/gtkaspell.c
6985                 Fix right-clicking on a misspelled word
6986                 Fix More... in suggestions menu
6987
6988 2005-11-22 [wwp]        1.9.100cvs26
6989
6990         * src/prefs_template.c
6991                 templates works: re-sort templates list when adding or replacing,
6992                 prevent from adding or replacing when the template name is empty
6993
6994 2005-11-21 [colin]      1.9.100cvs25
6995
6996         * src/addressbook.c
6997                 Fix some addressbook suckage (dnd, select all)
6998         * src/compose.c
6999         * src/gtk/gtkaspell.c
7000         * src/gtk/gtkaspell.h
7001                 Make the spellchecker menu work with the 
7002                 GtkTextView one instead of overriding it
7003
7004 2005-11-20 [paul]       1.9.100cvs24
7005
7006         * manual/handling.xml
7007                 proofread and corrected
7008
7009 2005-11-20 [paul]       1.9.100cvs23
7010
7011         * manual/Makefile
7012                 generate html as one file
7013         * manual/advanced.xml
7014                 fix output generation
7015                 reformat hidden options list
7016         * manual/manual.xml     ** REMOVED **
7017         * manual/sylpheed-claws-manual.xml      ** ADDED **
7018                 renamed
7019
7020 2005-11-18 [colin]      1.9.100cvs22
7021
7022         * src/prefs_account.c
7023                 Fix layout in news and mbox accounts
7024         * manual/account.xml
7025         * manual/advanced.xml
7026                 New contents for Paul to check :)
7027
7028 2005-11-18 [wwp]        1.9.100cvs21
7029
7030         * src/gtk/quicksearch.c
7031                 don't update extended quicksearch buttons twice
7032
7033 2005-11-18 [paul]       1.9.100cvs20
7034
7035         * src/textview.c
7036                 complete 1.9.100cvs19
7037
7038 2005-11-18 [paul]       1.9.100cvs19
7039
7040         * src/compose.c
7041                 cosmetic improvements
7042         * src/textview.c
7043                 also list text/* attachments
7044
7045 2005-11-18 [colin]      1.9.100cvs18
7046
7047         * src/summaryview.c
7048                 Use column 0 instead of -1 in 
7049                 gtk_ctree_node_moveto, in a naive
7050                 hope it'll fix the gtk-related crashes
7051
7052 2005-11-18 [colin]      1.9.100cvs17
7053
7054         * src/gtk/inputdialog.c
7055                 Fix icon staying the first one
7056
7057 2005-11-17 [wwp]        1.9.100cvs16
7058                 fix possible problem showing some quicksearch buttons, and a bad
7059                 call to g_return_if_fail in a function that returns a value (both
7060                 fixes by Fabien Vantard)
7061
7062 2005-11-15 [wwp]        1.9.100cvs15
7063
7064         * src/gtk/quicksearch.c
7065                 added a tooltip to that obscure ... quicksearch button
7066
7067 2005-11-15 [wwp]        1.9.100cvs14
7068
7069         * src/gtk/quicksearch.c
7070                 add a quicksearch helper to filtering expression users: the ... button
7071                 raises the condition expr window. condition expressions set up w/ this
7072                 window are used by the quicksearch if the user closes it pressing OK.
7073
7074 2005-11-14 [paul]       1.9.100cvs13
7075
7076         * src/plugins/clamav/clamav_plugin.c
7077         * src/plugins/spamassassin/spamassassin.c
7078                 change plugin type following recent merging
7079
7080 2005-11-14 [wwp]        1.9.100cvs12
7081
7082         * src/folder.c
7083                 prevent from crashing when copying/moving message(s) from and
7084                 to the same folder
7085
7086 2005-11-14 [paul]       1.9.100cvs11
7087
7088         * src/plugins/clamav/Makefile.am
7089         * src/plugins/clamav/clamav_plugin.c
7090         * src/plugins/clamav/clamav_plugin.h
7091         * src/plugins/clamav/clamav_plugin_gtk.c
7092                 also merge clamav and clamav_gtk plugins
7093
7094 2005-11-13 [colin]      1.9.100cvs10
7095
7096         * configure.ac
7097         * src/plugins/spamassassin/Makefile.am
7098         * src/plugins/spamassassin/spamassassin.c
7099         * src/plugins/spamassassin/spamassassin.h
7100         * src/plugins/spamassassin/spamassassin_gtk.c
7101                 Merge spamassassin and spamassassin_gtk plugins,
7102                 and build it by default.
7103
7104 2005-11-12 [colin]      1.9.100cvs9
7105
7106         * src/etpan/imap-thread.c
7107                 Fix gcc warning
7108
7109 2005-11-12 [colin]      1.9.100cvs8
7110
7111         * src/procmime.c
7112                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
7113
7114 2005-11-10 [colin]      1.9.100cvs7
7115
7116         * src/main.c
7117                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
7118                 minimised state)
7119
7120 2005-11-10 [wwp]        1.9.100cvs6
7121
7122         * src/gtk/description_window.c
7123                 fix a crash when closing description windows using the WM's [X] button
7124
7125 2005-11-09 [colin]      1.9.100cvs5
7126
7127         * src/common/ssl.c
7128                 Update libetpan call to follow upstream
7129                 (yes, this requires libetpan-0.40cvs3)
7130
7131 2005-11-08 [colin]      1.9.100cvs4
7132
7133         * src/compose.c
7134         * src/textview.c
7135         * src/common/utils.c
7136         * src/common/utils.h
7137                 Enhance the email parser
7138
7139 2005-11-08 [colin]      1.9.100cvs3
7140
7141         * src/procmime.c
7142                 Fix what looks like an off-by-one (fixes 
7143                 attachments from the Bat)
7144
7145 2005-11-08 [wwp]        1.9.100cvs2
7146
7147         * src/main.c
7148                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
7149
7150 2005-11-08 [wwp]        1.9.100cvs1
7151
7152         * src/main.c
7153                 allow exiting Sylpheed-Claws from command-line
7154
7155 2005-11-08 [paul]       1.9.100
7156
7157         1.9.100 released
7158
7159 2005-11-07 [colin]      1.9.99cvs17
7160
7161         * src/addritem.c
7162         * src/ldif.c
7163                 Fix import of base-64 encoded items
7164
7165 2005-11-07 [colin]      1.9.99cvs16
7166
7167         * src/send_message.c
7168                 Fix bug #314 (Queue does not empty under certain 
7169                 circumstances)
7170
7171 2005-11-07 [paul]       1.9.99cvs15
7172
7173         * src/mutt.c
7174         * src/pine.c
7175                 fix buffer overflows
7176                 Thanks to Colin
7177
7178 2005-11-07 [paul]       1.9.99cvs14
7179
7180         * doc/man/Makefile.am
7181         * doc/man/sylpheed-claws.1      ** ADDED **
7182         * doc/man/sylpheed.1            ** DELETED **
7183                 rename and update the man file
7184
7185 2005-11-06 [colin]      1.9.99cvs13
7186
7187         * src/ldif.c
7188                 Fix ldif_get_line() that returned empty strings
7189                 (Didn't understand why). Also fix a possible
7190                 buffer overflow.
7191
7192 2005-11-06 [wwp]        1.9.99cvs12
7193
7194         * src/textview.c
7195         * src/gtk/about.c
7196         * src/gtk/gtkutils.c
7197         * src/gtk/gtkutils.h
7198                 fix a compilation warning,
7199                 make links sensitive in the about dialog
7200
7201 2005-11-04 [wwp]        1.9.99cvs11
7202
7203         * src/gtk/about.c
7204                 don't wrap or translate URIs, and a bit text format cleanup
7205
7206 2005-11-04 [wwp]        1.9.99cvs10
7207
7208         * src/gtk/about.c
7209                 better textview tagging implementation (no more use of marks for
7210                 postponed tagging)
7211
7212 2005-11-02 [colin]      1.9.99cvs9
7213
7214         * src/common/ssl.c
7215                 Forgot an ifdef
7216
7217 2005-11-02 [colin]      1.9.99cvs8
7218
7219         * configure.ac
7220                 Require libetpan-0.40 due to upstream fix
7221         * src/common/ssl.c
7222                 Tell libetpan not to call SSL_Library_Init,
7223                 as we do it ourselves.
7224
7225 2005-11-02 [colin]      1.9.99cvs7
7226
7227         * po/POTFILES.in
7228                 Add missing files (thanks to Fabien Vantard)
7229
7230 2005-11-02 [colin]      1.9.99cvs6
7231
7232         * src/summaryview.c
7233                 Fix totals when read messages are hidden or quicksearch
7234                 is on
7235         * src/ssl_manager.c
7236         * src/ssl_manager.h
7237         * src/common/ssl_certificate.c
7238         * src/common/ssl_certificate.h
7239         * src/gtk/sslcertwindow.c
7240         * src/gtk/sslcertwindow.h
7241                 Fix copyright on my stuff
7242
7243 2005-11-02 [wwp]        1.9.99cvs5
7244
7245         * src/prefs_themes.c
7246                 fix directory name checking (theme installation/removal),
7247                 made related error a bit more verbose
7248
7249 2005-11-02 [colin]      1.9.99cvs4
7250
7251         * src/summaryview.c
7252                 Fix typo (probably fixes bug #841 (Sort by the From 
7253                 field doesn't work)
7254
7255 2005-11-02 [paul]       1.9.99cvs3
7256
7257         * po/ko.po
7258         * po/nb.po
7259                 updated by SungHyun Nam, Geir Helland
7260         * src/wizard.c
7261                 fix typo in welcome message. spotted by
7262                 Andrea Spadaccini
7263
7264 2005-11-01 [colin]      1.9.99cvs2
7265
7266         * src/compose.c
7267                 Fix replying to ml wen confirming subscription
7268         * src/messageview.c
7269         * src/mimeview.c
7270         * src/mimeview.h
7271         * src/privacy.h
7272         * src/summaryview.c
7273                 Make key check non blocking
7274
7275 2005-10-31 [paul]       1.9.99cvs1
7276
7277         * tools/claws.i18n.status.pl
7278                 updated for ChangeLog
7279
7280 2005-10-31 [paul]       1.9.99
7281
7282         1.9.99 released
7283
7284 2005-10-31 [paul]       1.9.15cvs131
7285
7286         * .cvsignore
7287         * ChangeLog
7288         * ChangeLog.claws       ** REMOVED **
7289         * ChangeLog-gtk2.claws  ** REMOVED **
7290         * ChangeLog.gtk1        ** ADDED **
7291         * INSTALL
7292         * Makefile.am
7293         * NEWS
7294         * README
7295         * README.claws          ** REMOVED **
7296         * README.jp             ** REMOVED **
7297         * RELEASE_NOTES         ** ADDED **
7298         * RELEASE_NOTES.claws   ** REMOVED **
7299         * commitHelper
7300         * configure.ac
7301         * sylpheed.spec.in      ** REMOVED **
7302                 tidy up and update the default docs:
7303                 ChangeLog.claws is renamed ChangeLog.gtk1
7304                 ChangeLog-gtk2.claws is renamed ChangeLog
7305                 README.claws is renamed README
7306                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
7307
7308 2005-10-31 [paul]       1.9.15cvs130
7309
7310         * po/it.po
7311                 fix errors
7312
7313 2005-10-31 [paul]       1.9.15cvs129
7314
7315         * po/ca.po
7316         * po/de.po
7317         * po/en_GB.po
7318         * po/fr.po
7319         * po/it.po
7320         * po/pt_BR.po
7321         * po/sk.po
7322         * po/sr.po
7323         * po/zh_CN.po
7324                 updated by Miquel Oliete, Stephan Sachse and
7325                 Thomas Gilgin, me, Fabien Vantard, Andrea
7326                 Spadaccini, Frederico Goncalves Guimaraes,
7327                 Andrej Kacian, Aleksandar Urosevic, and
7328                 Ralgh Young.
7329
7330 2005-10-31 [mones]      1.9.15cvs128
7331
7332         * manual/faq.xml
7333                 More questions.
7334         
7335         * po/es.po
7336                 Updated for release.
7337
7338 2005-10-30 [colin]      1.9.15cvs127
7339
7340         * src/compose.c
7341                 Place cursor before rewrapping (fixes cursor
7342                 pos if quotation gets rewrapped)
7343
7344 2005-10-29 [paul]       1.9.15cvs126
7345
7346         * src/crash.c
7347         * src/foldersel.c
7348         * src/main.c
7349         * src/messageview.c
7350         * src/toolbar.c
7351         * src/gtk/authors.h
7352                 corrections to text items
7353
7354 2005-10-28 [colin]      1.9.15cvs125
7355
7356         * src/messageview.c
7357                 Make "hit 'C' to check sig" work from extern 
7358                 messageviews
7359
7360 2005-10-27 [colin]      1.9.15cvs124
7361
7362         * src/summaryview.c
7363                 Add a hack to avoid segfaulting when hammering 
7364                 on gtk's events
7365
7366 2005-10-27 [wwp]        1.9.15cvs123
7367
7368         * src/prefs_themes.c
7369                 sort list of themes names in themes prefs
7370
7371 2005-10-27 [paul]       1.9.15cvs122
7372
7373         * src/folder.c
7374         * src/prefs_account.c
7375                 fix building on Solaris
7376                 Patch by Alex Moore
7377
7378 2005-10-27 [wwp]        1.9.15cvs121
7379
7380         * src/summaryview.c
7381         * src/gtk/gtksctree.c
7382                 speed up unselecting messages in summary view (thanks to Colin)
7383
7384 2005-10-27 [paul]       1.9.15cvs120
7385
7386         * src/mainwindow.c
7387                 fix a compilation warning
7388         * src/summaryview.c
7389                 fix updating of 'n items selected' count
7390                 when deselecting
7391
7392 2005-10-27 [martin]     1.9.15cvs119
7393
7394         * src/action.c
7395                 ignore actions with a leading '/' in the action menu name
7396                 fixes a crash on menu creation
7397         * src/prefs_actions.c
7398                 do not allow a leading '/' in the action menu name
7399
7400 2005-10-27 [paul]       1.9.15cvs118
7401
7402         * src/main.c
7403                 fix compilation warning
7404
7405 2005-10-27 [paul]       1.9.15cvs117
7406
7407         * src/procmime.c
7408                 add #if HAVE_LOCALE_H
7409
7410 2005-10-27 [paul]       1.9.15cvs116
7411
7412         * src/plugins/clamav/clamav_plugin.c
7413         * src/plugins/dillo_viewer/dillo_viewer.c
7414         * src/plugins/mathml_viewer/mathml_viewer.c
7415         * src/plugins/pgpcore/plugin.c
7416         * src/plugins/pgpinline/plugin.c
7417         * src/plugins/pgpmime/plugin.c
7418         * src/plugins/spamassassin/spamassassin.c
7419         * src/plugins/trayicon/trayicon.c
7420                 plugin_init() : make error messages more
7421                 informative
7422
7423 2005-10-26 [wwp]        1.9.15cvs115
7424
7425         * src/prefs_matcher.c
7426                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7427
7428 2005-10-26 [wwp]        1.9.15cvs114
7429
7430         * src/procmime.c
7431         * src/gtk/gtksctree.c
7432         * src/plugins/spamassassin/libspamc.c
7433         * src/plugins/spamassassin/spamassassin.c
7434                 fix some compilation warnings more
7435
7436 2005-10-26 [mones]      1.9.15cvs113
7437
7438         * po/es.po
7439                 Updated translation
7440
7441 2005-10-26 [paul]       1.9.15cvs112
7442
7443         * src/prefs_message.c
7444                 give all display_xface stuff the
7445                 #if HAVE_LIBCOMPFACE treatment, thus
7446                 preventing a crash
7447                 (Thanks to Wolfgang Enderlein)
7448
7449 2005-10-26 [colin]      1.9.15cvs111
7450
7451         * src/gedit-print.c
7452                 Fix date format
7453         * src/imap_gtk.c
7454         * src/news_gtk.c
7455                 Remove context menu items that should not be there
7456         * src/jpilot.c
7457                 Fix encoding
7458         * src/main.c
7459         * src/mainwindow.c
7460                 Don't show the mainwindow too soon
7461
7462 2005-10-26 [wwp]        1.9.15cvs110
7463
7464         * src/folder.c
7465         * src/manual.c
7466         * src/summaryview.c
7467                 fix uninitialized pointers in the folder updating hook
7468                 (thanks to Colin)
7469
7470 2005-10-25 [mones]      1.9.15cvs109
7471
7472         * manual/faq.xml
7473                 General information subsection completed. 
7474                 Removed archaic references.
7475                 
7476         * manual/Makefile
7477         * manual/dtd/manual.dsl
7478                 Added customization stylesheet for getting paragraphs
7479                 fully justified in PDF output (as suggested by Colin).
7480
7481 2005-10-25 [colin]      1.9.15cvs108
7482
7483         * src/compose.c
7484                 Fix a second leak
7485
7486 2005-10-25 [colin]      1.9.15cvs107
7487
7488         * src/addrbook.c
7489         * src/addrindex.c
7490                 Fix leak (xml_get_element() allocates memory)
7491         * src/compose.c
7492                 Fix leak + dead code (shame!)
7493         * src/procmime.c
7494                 Fix leak
7495
7496 2005-10-25 [colin]      1.9.15cvs106
7497
7498         * src/mimeview.c
7499                 Fix encoding issue in Save all and in 
7500                 overwrite-confirmation alertpanel
7501
7502 2005-10-25 [colin]      1.9.15cvs105
7503
7504         * src/common/socket.c
7505                 Fix a leak - Thanks to Christopher Aillon
7506                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7507
7508 2005-10-25 [paul]       1.9.15cvs104
7509
7510         * src/wizard.c
7511                 Always guess servers from the right-hand
7512                 email part and guess username from the
7513                 left-hand part. (Thanks to Colin)
7514                 add an X-Face to the welcome message
7515
7516 2005-10-25 [paul]       1.9.15cvs103
7517
7518         * manual/handling.xml
7519                 written by Colin, edited by me
7520
7521 2005-10-25 [wwp]        1.9.15cvs102
7522
7523         * src/folderview.c
7524         * src/grouplistdialog.c
7525         * src/imap.c
7526         * src/noticeview.c
7527                 fix some compilation warnings
7528
7529 2005-10-24 [paul]
7530
7531         1.9.99-rc3 released
7532
7533 2005-10-24 [paul]       1.9.15cvs101
7534
7535         * src/gtk/about.c
7536                 fix window sizing
7537
7538 2005-10-24 [paul]       1.9.15cvs100
7539
7540         * src/pixmaps/offline.xpm
7541         * src/pixmaps/online.xpm
7542                 replace with last default versions
7543
7544 2005-10-24 [colin]      1.9.15cvs99
7545
7546         * src/imap.c
7547                 Fix bug when moving a folder
7548         * src/imap_gtk.c
7549         * src/mh_gtk.c
7550                 "Delete folder" pops up a window, so it 
7551                 should be suffixed with "..."
7552         * src/plugins/pgpcore/sgpgme.c
7553                 Include locale.h
7554
7555 2005-10-24 [mones]      1.9.15cvs98
7556
7557         * manual/Makefile
7558         * manual/account.xml
7559         * manual/ack.xml
7560         * manual/addrbook.xml
7561         * manual/advanced.xml
7562         * manual/faq.xml
7563         * manual/glossary.xml
7564         * manual/gpl.xml
7565         * manual/handling.xml
7566         * manual/intro.xml
7567         * manual/keyboard.xml
7568         * manual/manual.xml
7569         * manual/plugins.xml
7570         * manual/starting.xml
7571         * manual/dtd/sdocbook.dtd
7572                 Initial manual structure and some content.
7573
7574 2005-10-23 [wwp]        1.9.15cvs97
7575
7576         * src/gtk/about.c
7577                 fix a typo
7578
7579 2005-10-23 [wwp]        1.9.15cvs96
7580
7581         * src/gtk/about.c
7582         * src/gtk/authors.h
7583                 rework of the about window (main work by Paul), also featuring a few
7584                 fixes for typos and duplicate names
7585
7586 2005-10-23 [wwp]        1.9.15cvs95
7587
7588         * src/.cvsignore
7589                 Ignore the right binary name (sylpheed-claws now)
7590
7591 2005-10-23 [paul]       1.9.15cvs94
7592
7593         * src/compose.c
7594                 when using Folder Pref 'Default To for
7595                 replies' make the entry in the Compose
7596                 window bold
7597                 Patch by Fabien Vantard
7598
7599 2005-10-22 [colin]      1.9.15cvs93
7600
7601         * src/codeconv.c
7602                 Fix leak
7603
7604 2005-10-22 [colin]      1.9.15cvs92
7605
7606         * src/codeconv.c
7607                 try to convert using locale (apart utf8) if necessary
7608
7609 2005-10-22 [colin]      1.9.15cvs91
7610
7611         * src/pixmaps/new.xpm
7612         * src/pixmaps/unread.xpm
7613                 Make the unread envelope blue again and
7614                 saturate the new one a bit more.
7615
7616 2005-10-22 [colin]      1.9.15cvs90
7617
7618         * src/compose.c
7619                 When replying to a mail sent by one of our accounts,
7620                 use the original list of recipients. Let 'Reply All'
7621                 and 'Reply to sender' work like previously.
7622
7623 2005-10-21 [colin]      1.9.15cvs89
7624
7625         * src/prefs_filtering.c
7626                 Clear fields after add and replace
7627         * src/textview.c
7628                 Display xface differently (better)
7629         * src/plugins/pgpinline/pgpinline.c
7630                 Fix crappy encodings/recodings
7631
7632 2005-10-21 [paul]       1.9.15cvs88
7633
7634         * src/compose.c
7635         * src/prefs_folder_item.c
7636         * src/toolbar.c
7637                 fix news folder Folder Properties
7638                 (thanks to Colin)
7639         * src/folderview.c
7640                 update folderview after Themes change
7641                 keep selected folder selected
7642                 (thanks to Colin)
7643
7644 2005-10-21 [paul]       1.9.15cvs87
7645
7646         * tools/Makefile.am
7647         * tools/OOo2sylpheed.pl
7648         * tools/README
7649         * tools/README.sylprint
7650         * tools/asus_mailled.sh         ** REMOVED **
7651         * tools/filter_conv.pl
7652         * tools/freshmeat_search.pl
7653         * tools/google_search.pl
7654         * tools/gpg-sign-syl            ** REMOVED **
7655         * tools/kmail2sylpheed.pl
7656         * tools/kmail2sylpheed_v2.pl
7657         * tools/multiwebsearch.pl
7658         * tools/nautilus2sylpheed.sh
7659         * tools/newscache_clean.pl
7660         * tools/outlook2sylpheed.pl
7661         * tools/sylpheed-switcher       ** REMOVED **
7662         * tools/sylprint.pl
7663         * tools/sylprint.rc
7664         * tools/tb2sylpheed
7665         * tools/vcard2xml.py
7666         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7667                 update default config dir
7668                 update binary name (thanks to Fabien Vantard)
7669                 remove obsolete scripts
7670
7671 2005-10-21 [colin]      1.9.15cvs86
7672
7673         * src/inc.c
7674                 Fix possible leak and units. Based on a patch by
7675                 Fabien Vantard.
7676
7677 2005-10-20 [colin]      1.9.15cvs85
7678
7679         * src/textview.c
7680                 Clear xface when clearing textview
7681
7682 2005-10-20 [colin]      1.9.15cvs84
7683
7684         * configure.ac
7685         * src/folderview.c
7686         * src/headerview.c
7687         * src/main.c
7688         * src/prefs_common.c
7689         * src/prefs_common.h
7690         * src/prefs_message.c
7691         * src/textview.c
7692         * src/textview.h
7693         * src/common/defs.h
7694         * src/common/utils.c
7695         * src/common/utils.h
7696         * src/gtk/gtkutils.c
7697         * src/gtk/gtkutils.h
7698                 Migrate config to .sylpheed-claws (Automatically)
7699                 Add a way to get the Xface in the TextView
7700
7701 2005-10-20 [colin]      1.9.15cvs83
7702
7703         * src/gtk/Makefile.am
7704         * src/gtk/about.c
7705         * src/gtk/authors.h
7706                 Make the about dialog *grooovy*
7707
7708 2005-10-20 [colin]      1.9.15cvs82
7709
7710         * src/mimeview.c
7711                 Use "Open with" on double click if no command
7712                 was found
7713
7714 2005-10-20 [colin]      1.9.15cvs81
7715
7716         * src/imap.c
7717         * src/etpan/imap-thread.c
7718                 Fix possible crash.
7719
7720 2005-10-20 [paul]       1.9.15cvs80
7721
7722         * src/folder.c
7723                 don't show clipkey icon if the only
7724                 attachment is the signature
7725                 Patch by Colin
7726
7727 2005-10-20 [paul]       1.9.15cvs79
7728
7729         * AUTHORS
7730         * src/plugins/pgpmime/pgpmime.c
7731                 name the PGP/MIME signature 'signature.asc'
7732                 Patch by Andrew Nelson <freeandy@gmail.com>
7733
7734 2005-10-19 [colin]      1.9.15cvs78
7735
7736         * src/plugins/pgpmime/pgpmime.c
7737                 Oops, no need to double-check though
7738
7739 2005-10-19 [colin]      1.9.15cvs77
7740
7741         * src/plugins/pgpinline/pgpinline.c
7742         * src/plugins/pgpmime/pgpmime.c
7743                 Check that my_tmpfile() doesn't 
7744                 return NULL
7745
7746 2005-10-19 [colin]      1.9.15cvs76
7747
7748         * src/common/utils.c
7749                 Use shorter mime boundaries to avoid having
7750                 MTAs rewrapping our headers, breaking the
7751                 PGP signature in the process 
7752         * src/compose.c
7753         * src/plugins/pgpmime/pgpmime.c
7754                 Check for boundary uniqueness to be sure
7755                 it won't happen, instead of hoping for the
7756                 best
7757
7758 2005-10-19 [colin]      1.9.15cvs75
7759
7760         * sylpheed-claws.desktop
7761         * src/Makefile.am
7762         * src/main.c
7763                 Ship a sylpheed-claws binary instead
7764                 of a sylpheed one. Change the socket
7765                 name, too
7766         * src/folderview.c
7767                 Update folder only if it changed
7768         * src/wizard.c
7769                 Fix i18n in welcome mail, patch by
7770                 Fabien Vantard
7771
7772 2005-10-19 [paul]
7773
7774         1.9.99-rc2 released
7775
7776 2005-10-19 [paul]       1.9.15cvs74
7777
7778         * src/folder.c
7779         * src/folderview.c
7780                 fix summaryview update
7781                 Patch by Colin
7782
7783 2005-10-18 [colin]      1.9.15cvs73
7784
7785         * src/plugins/pgpcore/passphrase.c
7786                 Don't XGrabServer, and try a bit more to 
7787                 sync everything before grabbing mouse/keyboard
7788
7789 2005-10-18 [colin]      1.9.15cvs72
7790
7791         * src/Makefile.am
7792         * src/addressadd.c
7793         * src/addressbook.c
7794         * src/folderview.c
7795         * src/grouplistdialog.c
7796         * src/mimeview.c
7797         * src/stock_pixmap.c
7798         * src/stock_pixmap.h
7799         * src/summaryview.c
7800         * src/gtk/gtksctree.c
7801         * src/gtk/gtksctree.h
7802         * src/pixmaps/empty.xpm
7803                 Implement a wrapper call for gtk_ctree_set_node_info
7804                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7805                 pixmap instead of a NULL one. This works around some
7806                 memory problems deep inside gtk, revealed by valgrind,
7807                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7808                 as locked crashes sylpheed.), as well as, probably, 
7809                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7810
7811 2005-10-17 [colin]      1.9.15cvs71
7812
7813         * src/mimeview.c
7814                 Provide visual feedback when checking
7815                 signature
7816
7817 2005-10-17 [colin]      1.9.15cvs70
7818
7819         * src/main.c
7820                 Keep the folder list frozen while checking caches...
7821
7822 2005-10-17 [colin]      1.9.15cvs69
7823
7824         * src/addr_compl.c
7825                 Fi bug #833 (Autocompleting from addressbook 
7826                 fails with extended chars)
7827         * src/imap.c
7828                 Fix 'adding messages' staying in statusbar
7829                 after an error
7830
7831 2005-10-17 [wwp]        1.9.15cvs68
7832
7833         * src/ssl_manager.c
7834                 Fix buttons' layout resizing when window size changes
7835
7836 2005-10-17 [wwp]        1.9.15cvs67
7837
7838         * src/account.c
7839         * src/prefs_account.c
7840         * src/prefs_common.c
7841         * src/prefs_common.h
7842         * src/prefs_folder_item.c
7843         * src/prefs_gtk.c
7844         * src/gtk/logwindow.c
7845         * src/gtk/pluginwindow.c
7846         * src/gtk/prefswindow.c
7847         * src/gtk/prefswindow.h
7848                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7849
7850 2005-10-17 [paul]       1.9.15cvs66
7851
7852         * configure.ac
7853                 fix missing libetpan message
7854         * po/en_GB.po
7855                 updated
7856         * src/crash.c
7857         * src/manual.c
7858         * src/prefs_themes.c
7859         * src/common/defs.h
7860                 add some new URI defines, change some
7861                 others
7862         * src/wizard.c
7863                 make welcome message translatable
7864                 small improvements to english
7865                 other tweaks
7866         * src/gtk/menu.c
7867                 fix warnings
7868
7869 2005-10-17 [paul]       1.9.15cvs65
7870
7871         * src/summaryview.c
7872                 fix column titles
7873
7874 2005-10-16 [mones]      1.9.15cvs64
7875
7876         * po/es.po
7877                 Updated translation
7878
7879 2005-10-16 [colin]
7880
7881         1.9.99-rc1 released
7882
7883 2005-10-16 [colin]      1.9.15cvs63
7884
7885         * src/wizard.c
7886                 Fix whitespace
7887
7888 2005-10-16 [colin]      1.9.15cvs62
7889
7890         * src/toolbar.c
7891                 s/Get All/Get Mail/
7892         * src/wizard.c
7893                 Real welcome mail text, thanks Paul
7894
7895 2005-10-16 [colin]      1.9.15cvs61
7896
7897         * src/editldap.c
7898         * src/exporthtml.c
7899         * src/main.c
7900         * src/mainwindow.c
7901         * src/prefs_themes.c
7902         * src/prefs_toolbar.c
7903         * src/plugins/demo/demo.c
7904         * src/plugins/trayicon/trayicon.c
7905                 s/Sylpheed/Sylpheed-Claws/
7906
7907 2005-10-16 [colin]      1.9.15cvs60
7908
7909         * src/wizard.c
7910                 Add a welcome email in the first empty mailbox
7911         * src/prefs_common.c
7912                 Change one more default
7913
7914 2005-10-16 [colin]      1.9.15cvs59
7915
7916         * src/wizard.c
7917                 Remove printf
7918
7919 2005-10-16 [colin]      1.9.15cvs58
7920
7921         * src/toolbar.c
7922         * src/prefs_common.c
7923                 Change some defaults
7924
7925 2005-10-16 [colin]      1.9.15cvs57
7926
7927         * src/toolbar.c
7928         * src/prefs_common.c
7929                 Change some defaults
7930
7931 2005-10-16 [colin]      1.9.15cvs56
7932
7933         * src/wizard.c
7934                 By default, initialize fonts to have
7935                 the same size as normal GtkWidgets
7936
7937 2005-10-16 [colin]      1.9.15cvs55
7938
7939         * src/mimeview.c
7940                 Fix message a bit more
7941
7942 2005-10-16 [colin]      1.9.15cvs54
7943
7944         * src/addressbook.c
7945                 Second attempt at flicker fixing
7946
7947 2005-10-16 [colin]      1.9.15cvs53
7948
7949         * src/addressbook.c
7950                 Fix flicker
7951
7952 2005-10-16 [wwp]        1.9.15cvs52
7953
7954         * src/addressbook.c
7955         * src/editaddress.c
7956         * src/prefs_common.c
7957         * src/prefs_common.h
7958                 Remember window sizes (address book)
7959
7960 2005-10-16 [wwp]        1.9.15cvs51
7961
7962         * src/plugins/clamav/clamav_plugin_gtk.c
7963         * src/plugins/spamassassin/spamassassin_gtk.c
7964                 Fix compilation warnings (missing #include).
7965
7966 2005-10-16 [colin]      1.9.15cvs50
7967
7968         * src/mimeview.c
7969         * src/summaryview.c
7970         * src/textview.c
7971                 Make 'c' check signature, and forward
7972                 c, l, y, t from summaryview to mimeview
7973
7974 2005-10-16 [colin]      1.9.15cvs49
7975
7976         * src/addressbook.c
7977                 Put border around buttons
7978         * src/mainwindow.c
7979         * src/summaryview.c
7980                 Rework menus (Patch based on a patch
7981                 by Paul)
7982
7983 2005-10-15 [wwp]        1.9.15cvs48
7984
7985         * src/editjpilot.c
7986         * src/editldap.c
7987         * src/editvcard.c
7988         * src/exphtmldlg.c
7989         * src/expldifdlg.c
7990         * src/export.c
7991         * src/import.c
7992         * src/importldif.c
7993         * src/importmutt.c
7994         * src/importpine.c
7995         * src/prefs_account.c
7996         * src/prefs_spelling.c
7997         * src/gtk/gtkutils.c
7998         * src/gtk/gtkutils.h
7999         * src/plugins/clamav/clamav_plugin_gtk.c
8000         * src/plugins/spamassassin/spamassassin_gtk.c
8001                 use nicer browse-for-file/dir buttons than the "..." ones,
8002                 code factorizing more.
8003
8004 2005-10-14 [colin]      1.9.15cvs47
8005
8006         * src/mainwindow.c
8007                 set relief on the account switcher so that people see it
8008                 grey out Create processing rules when no message is selected
8009         * src/prefs_filtering.c
8010                 ask before closing if the rule has not been modified, even if
8011                 it's not valid
8012         * src/prefs_matcher.c
8013                 fix sensitivity when entering the dialog
8014         * src/gtk/inputdialog.c
8015                 display a better icon on password ask
8016         * src/plugins/pgpcore/passphrase.c
8017                 make the dialog look better
8018
8019 2005-10-14 [paul]       1.9.15cvs46
8020
8021         * src/folderview.c
8022                 indicate presense of marked msgs in
8023                 unexpanded subfolders
8024
8025 2005-10-14 [paul]       1.9.15cvs45
8026
8027         * src/prefs_actions.c
8028         * src/prefs_common.c
8029         * src/prefs_common.h
8030         * src/prefs_filtering_action.c
8031         * src/prefs_matcher.c
8032         * src/prefs_template.c
8033                 remember window sizes
8034                 fix Info button size
8035
8036         Patches by wwp
8037
8038 2005-10-13 [colin]      1.9.15cvs44
8039
8040         * src/mimeview.c
8041         * src/noticeview.c
8042         * src/noticeview.h
8043                 Add a tooltip on the icon (optional) 
8044                 Get rid of the signature buttons and only
8045                 use the icon+tooltip
8046
8047 2005-10-13 [colin]      1.9.15cvs43
8048
8049         * src/noticeview.c
8050         * src/noticeview.h
8051                 Add hand cursor for hovering over icon
8052
8053 2005-10-13 [colin]      1.9.15cvs42
8054
8055         * src/summaryview.c
8056                 Fix crash when quicksearch's hidden 
8057                 at startup
8058
8059 2005-10-13 [colin]      1.9.15cvs41
8060
8061         * src/compose.c
8062                 Set subject when forwarding multiple mails
8063                 Check that other recipient than the default Cc or Bcc
8064                 have been set before sending.
8065
8066 2005-10-13 [colin]      1.9.15cvs40
8067
8068         * src/imap.c
8069                 Batch per-folder
8070                 Introduce locking, but don't use it yet
8071
8072 2005-10-13 [colin]      1.9.15cvs39
8073
8074         * src/gtk/quicksearch.c
8075                 Reset quicksearch when hiding it
8076                 Make sticky a real pref
8077
8078 2005-10-13 [colin]      1.9.15cvs38
8079
8080         * src/summaryview.c
8081                 Faster prefs apply
8082
8083 2005-10-13 [colin]      1.9.15cvs37
8084
8085         * src/mimeview.c
8086         * src/noticeview.c
8087         * src/noticeview.h
8088         * src/plugins/pgpcore/sgpgme.c
8089                 Make privacy icon clickable
8090                 Move Trust field in Full info
8091                 When trust is less than full, don't display
8092                 a warning icon
8093
8094 2005-10-13 [colin]      1.9.15cvs36
8095
8096         * src/folder.c
8097                 Batch on flags sync
8098         * src/folderview.c
8099                 Revert speed hack which is dangerous in fact
8100                 Apply prefs faster
8101
8102 2005-10-13 [colin]      1.9.15cvs35
8103
8104         * src/folder_item_prefs.c
8105                 Fix pref corruption on folder move. Patch
8106                 by wwp
8107
8108 2005-10-13 [paul]       1.9.15cvs34
8109
8110         * src/export.c
8111         * src/import.c
8112                 fix typos in g_warnings
8113         * src/prefs_account.c
8114                 add a file selector for Signature file
8115
8116         Patches by wwp
8117
8118 2005-10-12 [colin]      1.9.15cvs33
8119
8120         * src/mimeview.c
8121                 Provide a quick way to go back from a
8122                 signature's full info to the email part
8123
8124 2005-10-12 [colin]      1.9.15cvs32
8125
8126         * src/compose.c
8127                 Remove old hack of encoding signed mails with base64.
8128                 QP works equally well.
8129
8130 2005-10-12 [colin]      1.9.15cvs31
8131
8132         * src/crash.c
8133                 Replace deprecated GtkText with GtkTextView
8134         * src/imap.c
8135                 Fix a logic bug about counts in imap_select
8136                 (previously un-triggered)
8137         * src/mainwindow.c
8138         * src/summaryview.c
8139         * src/news.c
8140                 Allow local deletion of news posts
8141         * src/mimeview.c
8142                 Show GPG noticeview on the message/rfc822 part
8143                 in addition to the text/plain one
8144         * src/prefs_image_viewer.c
8145           src/plugins/pgpcore/prefs_gpg.c
8146                 Polish (set the label as part of the checkbox)
8147         * src/wizard.c
8148                 Don't sit there doing nothing after destroying
8149                 the window - return err
8150
8151 2005-10-11 [colin]      1.9.15cvs30
8152
8153         * src/folderview.c
8154                 Apply processing rules before showing folders.
8155                 Early folder show (before flags sync) will only
8156                 be done when there are no processing rules (nor
8157                 pre- or post- ones)
8158         * src/imap.c
8159                 Fix stuff related to mail subdir, creation and 
8160                 deletion of folders 
8161         * src/imap_gtk.c
8162                 Don't allow creation of folders in NoInferior
8163                 folders, as it won't work
8164
8165 2005-10-10 [colin]      1.9.15cvs29
8166
8167         * src/compose.c
8168                 Reselect "None" Privacy system when selecting an
8169                 account with no privacy system defined
8170
8171 2005-10-10 [colin]      1.9.15cvs28
8172
8173         * src/mainwindow.c
8174                 Add Windows-1252 encoding
8175         * src/prefs_common.c
8176                 Rework some defaults:
8177                 - autosave to draft by default
8178                 - don't show header pane (it's already in the textview)
8179                 - Select first new or unread mail on entry
8180                 - Assume 'Yes' to change folder when there's no more
8181                   unread message
8182         * src/prefs_matcher.c
8183                 Fix a gtk assertion failure
8184         * src/gtk/colorlabel.c
8185                 Workaround bad repainting on selection
8186         * src/main.c
8187                 Freeze/thaw (a bit faster on ssh -X)
8188         * src/msgcache.c
8189                 Get rid of StrdupConverter that just adds an
8190                 extra strdup/free 
8191         * src/etpan/imap_thread.c
8192                 memset buf to 0
8193
8194 2005-10-10 [colin]      1.9.15cvs27
8195
8196         * src/export.c
8197         * src/import.c
8198                 Fix compile on gtk 2.4. Patch by wwp
8199
8200 2005-10-09 [colin]      1.9.15cvs26
8201
8202         * src/mainwindow.c
8203         * src/messageview.c
8204         * src/summaryview.c
8205                 Clarify forward menus. Patch by wwp
8206
8207 2005-10-09 [colin]      1.9.15cvs25
8208
8209         * src/compose.c
8210         * src/compose.h
8211                 Fix bug #829 (Non-working "Encrypt message by 
8212                 default when replying to an encrypted message")
8213
8214 2005-10-08 [colin]      1.9.15cvs24
8215
8216         * src/wizard.c
8217                 Fix bug #827 ("Welcome" setup wizard after a 
8218                 permission error gives up & forgets itself.)
8219
8220 2005-10-08 [colin]      1.9.15cvs23
8221
8222         * src/procmime.c
8223                 Fix bug #828 (Ignoring headers with spaces around = sign)
8224
8225 2005-10-08 [colin]      1.9.15cvs22
8226
8227         * src/export.c
8228                 Warning fix by wwp
8229
8230 2005-10-08 [colin]      1.9.15cvs21
8231
8232         * src/folder.c
8233         * src/folder.h
8234                 Add a processing_pending indicator, set on 
8235                 folder_item_open and cleared after 
8236                 folder_item_process_open
8237         * src/folderview.c
8238         * src/summaryview.c
8239                 wrap procmsg_msginfo_*_flags, and in the
8240                 wrapper check that there's no folder processing 
8241                 pending. If there is, defer the flags change until 
8242                 processing is done to avoid stepping over each
8243                 other's toes.
8244                 Freeze during processing, but not during scanning.
8245
8246 2005-10-07 [colin]      1.9.15cvs20
8247
8248         * src/plugins/pgpcore/passphrase.c
8249                 Fix bug #826 (X-Server hangs when 
8250                 right-clicking a PGP encrypted message)
8251
8252 2005-10-07 [paul]       1.9.15cvs19
8253
8254         * src/compose.c
8255                 fix compose_entries[]
8256                 patch by Fabien Vantard
8257
8258 2005-10-06 [colin]      1.9.15cvs18
8259
8260         * src/pixmaps/address.xpm
8261         * src/pixmaps/address_book.xpm
8262         * src/pixmaps/book.xpm
8263         * src/pixmaps/check_spelling.xpm
8264         * src/pixmaps/checkbox_off.xpm
8265         * src/pixmaps/checkbox_on.xpm
8266         * src/pixmaps/close.xpm
8267         * src/pixmaps/complete.xpm
8268         * src/pixmaps/continue.xpm
8269         * src/pixmaps/deleted.xpm
8270         * src/pixmaps/down_arrow.xpm
8271         * src/pixmaps/exec.xpm
8272         * src/pixmaps/forwarded.xpm
8273         * src/pixmaps/group.xpm
8274         * src/pixmaps/ignorethread.xpm
8275         * src/pixmaps/interface.xpm
8276         * src/pixmaps/jpilot.xpm
8277         * src/pixmaps/ldap.xpm
8278         * src/pixmaps/linewrap.xpm
8279         * src/pixmaps/linewrapcurrent.xpm
8280         * src/pixmaps/mail.xpm
8281         * src/pixmaps/mail_attach.xpm
8282         * src/pixmaps/mail_compose.xpm
8283         * src/pixmaps/mail_forward.xpm
8284         * src/pixmaps/mail_receive.xpm
8285         * src/pixmaps/mail_receive_all.xpm
8286         * src/pixmaps/mail_reply.xpm
8287         * src/pixmaps/mail_reply_to_all.xpm
8288         * src/pixmaps/mail_reply_to_author.xpm
8289         * src/pixmaps/mail_send.xpm
8290         * src/pixmaps/mail_send_queue.xpm
8291         * src/pixmaps/mime_application.xpm
8292         * src/pixmaps/mime_audio.xpm
8293         * src/pixmaps/mime_image.xpm
8294         * src/pixmaps/mime_message.xpm
8295         * src/pixmaps/mime_text_enriched.xpm
8296         * src/pixmaps/mime_text_html.xpm
8297         * src/pixmaps/mime_text_plain.xpm
8298         * src/pixmaps/mime_unknown.xpm
8299         * src/pixmaps/new.xpm
8300         * src/pixmaps/news_compose.xpm
8301         * src/pixmaps/offline.xpm
8302         * src/pixmaps/online.xpm
8303         * src/pixmaps/paste.xpm
8304         * src/pixmaps/preferences.xpm
8305         * src/pixmaps/privacy_emblem_encrypted.xpm
8306         * src/pixmaps/privacy_expired.xpm
8307         * src/pixmaps/privacy_failed.xpm
8308         * src/pixmaps/privacy_passed.xpm
8309         * src/pixmaps/privacy_signed.xpm
8310         * src/pixmaps/privacy_unknown.xpm
8311         * src/pixmaps/privacy_warn.xpm
8312         * src/pixmaps/properties.xpm
8313         * src/pixmaps/replied.xpm
8314         * src/pixmaps/search.xpm
8315         * src/pixmaps/unread.xpm
8316         * src/pixmaps/up_arrow.xpm
8317         * src/pixmaps/vcard.xpm
8318                 Modernize internal theme, with icons from the 
8319                 Gnomaws theme. Keep some of the old ones where
8320                 they were better.
8321
8322 2005-10-06 [colin]      1.9.15cvs17
8323
8324         * src/summaryview.c
8325                 Little optimisations + bugfix
8326         * src/toolbar.c
8327                 Remove default useless items - useless being defined
8328                 by the default relevant prefs
8329         * src/wizard.c
8330                 include config.h to make gettext work
8331         * src/prefs_themes.c
8332                 Fix selection of current theme in prefs
8333
8334 2005-10-06 [colin]      1.9.15cvs16
8335
8336         * src/prefs_common.c
8337         * src/prefs_common.h
8338         * src/prefs_summaries.c
8339         * src/folderview.c
8340                 Add a warning dialog on Mark all read 
8341                 (with pref to get rid of it)
8342
8343 2005-10-06 [paul]       1.9.15cvs15
8344
8345         * po/nb.po
8346         * po/pt_BR.po
8347                 updated by Geir Helland and Frederico
8348                 Goncalves Guimaraes
8349
8350 2005-10-05 [colin]      1.9.15cvs14
8351
8352         * src/folder.c
8353         * src/folder.h
8354         * src/folderview.c
8355         * src/folderview.h
8356         * src/imap_gtk.c
8357         * src/mh_gtk.c
8358         * src/mainwindow.c
8359         * src/setup.c
8360                 add a way to rescan without rebuilding
8361                 make moving a bit faster (less folders changes)
8362                 don't lock the tree on Get 
8363         * src/imap.c
8364                 Don't re-delete deleted messages before expunging
8365         * src/summaryview.c
8366                 Set batch mode when deleting mails
8367
8368 2005-10-05 [paul]       1.9.15cvs13
8369
8370         * src/mainwindow.c
8371         * src/mainwindow.h
8372                 fix disabled Execute menu item
8373         * src/toolbar.c
8374                 match the change in 1.9.15cvs10: use Compose
8375                 instead of News by default
8376
8377 2005-10-04 [colin]      1.9.15cvs12
8378
8379         * src/compose.c
8380                 When replying to an ML post with Reply-To set
8381                 to the poster's email, honor it (as before),
8382                 but also honor our user's request to reply to
8383                 the mailing list: set the ML address in the To
8384                 field and the Reply-To address in the Cc: 
8385                 field.
8386
8387 2005-10-04 [colin]      1.9.15cvs11
8388
8389         * src/plugins/trayicon/trayicon.c
8390                 Finish cosmetic change - thanks to wwp
8391
8392 2005-10-04 [colin]      1.9.15cvs10
8393
8394         * src/toolbar.c
8395                 Use Compose instead of Email by default.
8396                 Spotted by wwp.
8397
8398 2005-10-04 [colin]      1.9.15cvs9
8399
8400         * src/folder.c
8401         * src/folder.h
8402         * src/folderview.c
8403         * src/imap.c
8404         * src/etpan/imap-thread.c
8405         * src/etpan/imap-thread.h
8406                 Try to make IMAP faster, by simplifying SEARCH
8407                 commands, avoiding sending two STATUS in a row,
8408                 and deferring flags sync and processing just
8409                 after displaying the folder. 
8410                 This will update the SummaryView in certain
8411                 cases (new mails not already fetched, flags
8412                 changed from another client) but in a non-
8413                 blocking manner.
8414
8415 2005-10-04 [colin]      1.9.15cvs8
8416
8417         * src/plugins/trayicon/trayicon.c
8418                 Relabel "Offline" to "Work offline"
8419
8420 2005-10-04 [colin]      1.9.15cvs7
8421
8422         * src/export.c
8423         * src/import.c
8424         * src/mbox.c
8425                 Fix mbox import/export buglets
8426                 Patch by wwp
8427         * src/plugins/trayicon/trayicon.c
8428                 Add offline swithc
8429                 Patch by wwp
8430
8431 2005-10-04 [colin]      1.9.15cvs6
8432
8433         * src/folder.c
8434         * src/folderview.c
8435         * src/summaryview.c
8436                 Better fix (don't break mark all read) for cvs2
8437
8438 2005-10-03 [colin]      1.9.15cvs5
8439
8440         * src/folder.c
8441                 Use a sane sort by default
8442
8443 2005-10-03 [colin]      1.9.15cvs4
8444
8445         * src/inc.c
8446                 Add a 'Only once' button for overriding offline mode
8447         * src/prefs_account.c
8448         * src/wizard.c
8449                 Add Local mbox to the wizard
8450                 Add IMAP subdir to the wizard (or the wizard is useless
8451                 for such accounts, or even worse than useless)
8452                 Move IMAP subdir from Advanced to Receive tab, as it's
8453                 not that uncommon
8454
8455 2005-10-03 [colin]      1.9.15cvs3
8456
8457         * src/send_message.c
8458                 Forgot this one in cvs1
8459
8460 2005-10-03 [colin]      1.9.15cvs2
8461
8462         * src/folder.c
8463                 Faster close when leaving a folder with lots
8464                 of new mails. Idea by David Relson.
8465
8466 2005-10-03 [colin]      1.9.15cvs1
8467
8468         * src/compose.c
8469         * src/imap.c
8470         * src/inc.c
8471         * src/main.c
8472         * src/messageview.c
8473         * src/news.c
8474         * src/summaryview.c
8475         * src/gtk/sslcertwindow.c
8476         * src/plugins/trayicon/trayicon.c
8477                 Add accels to every AlertPanel. Patch by Fabien 
8478                 Vantard
8479
8480 2005-10-03 [paul]       1.9.15
8481
8482         1.9.15 released
8483
8484 2005-10-03 [paul]       1.9.14cvs68
8485
8486         * po/ca.po
8487         * po/de.po
8488         * po/es.po
8489         * po/fi.po
8490         * po/fr.po
8491         * po/sk.po
8492         * po/sr.po
8493         * po/zh_CN.po
8494                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8495                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8496                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8497
8498 2005-10-03 [paul]       1.9.14cvs67
8499
8500         * src/send_message.c
8501                 prevent hang on Cancel
8502                 patch by Colin
8503
8504 2005-10-03 [paul]       1.9.14cvs66
8505
8506         * src/main.c
8507                 fix crash in IMAP caused by discrepancy
8508                 between check_at_startup and offline mode
8509                 Patch by Colin
8510
8511 2005-10-01 [paul]       1.9.14cvs65
8512
8513         * src/inc.c
8514                 fix engrish
8515
8516 2005-10-01 [paul]       1.9.14cvs64
8517         * src/export.c
8518         * src/import.c
8519                 synchronise import_mbox() and export_mbox()
8520         * src/mbox.c
8521                 proc_mbox(): add alert if file cannot be opened
8522                 export_list_to_mbox(): test if dest file exists,
8523                 prompt user to overwrite if it does. add alert
8524                 if file cannot be created
8525                                                                 
8526         Patch by wwp
8527                                                                                                                 
8528
8529 2005-09-30 [paul]       1.9.14cvs63
8530
8531         * src/addressbook.c
8532                 Fix sensitivity of a menu
8533         * src/codeconv.c
8534                 Respect hidden pref for mails with no encoding
8535         * src/common/xml.c
8536                 Fix memory corruption
8537         * src/plugins/pgpcore/sgpgme.c
8538                 Fix segfault on incomplete sigs, and display
8539                 of S/Mime UIDs
8540
8541         Patches by Colin
8542
8543 2005-09-30 [colin]      1.9.14cvs62
8544
8545         * src/partial_download.c
8546                 Little logic fix in almost-dead code
8547         * src/pop.c
8548                 Fix partial download when there's no new mail
8549
8550 2005-09-29 [paul]       1.9.14cvs61
8551
8552         * src/plugins/pgpinline/pgpinline.c
8553                 fix bug 819, 'crash accessing sign message'
8554                 Patch by Colin
8555
8556 2005-09-28 [martin]     1.9.14cvs60
8557
8558         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8559                 fix bug #790 (Crash when restarting window manager (fluxbox))
8560
8561 2005-09-28 [paul]       1.9.14cvs59
8562
8563         * src/gtk/gtkaspell.c
8564                 fix off-by-one typo
8565
8566 2005-09-27 [colin]      1.9.14cvs58
8567
8568         * src/plugins/pgpcore/sgpgme.c
8569                 Report error when there's one, instead of
8570                 "Signature unchecked" 
8571
8572 2005-09-27 [colin]      1.9.14cvs57
8573
8574         * src/prefs_quote.c
8575                 Fix bug #816 (Weird quotation with spaces)
8576
8577 2005-09-27 [colin]      1.9.14cvs56
8578
8579         * src/codeconv.c
8580         * src/compose.c
8581         * src/compose.h
8582                 Put subject in compose's title
8583                 Fix Automatic encoding so that it's really automatic:
8584                 first try default locale's charset, then charset of the replied mail, 
8585                 then utf-8
8586                 Fix encoding of headers (must be in strict mode too)
8587
8588 2005-09-26 [colin]      1.9.14cvs55
8589
8590         * src/gtk/gtkaspell.c
8591                 Fix previous patch - don't color the space,
8592                 just uncolor it :)
8593
8594 2005-09-26 [colin]      1.9.14cvs54
8595
8596         * src/gtk/gtkaspell.c
8597                 Unmark space if possible
8598
8599 2005-09-26 [colin]      1.9.14cvs53
8600
8601         * src/imap.c
8602                 log_error instead of alertpanel according to the pref
8603         * src/etpan/imap-thread.c
8604                 Print connect status, copy only necessary size to 
8605                 logger
8606         * src/plugins/pgpmime/pgpmime.c
8607                 Handle S/Mime signatures (verification only). Patch based
8608                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8609
8610 2005-09-26 [paul]       1.9.14cvs52
8611
8612         * src/common/passcrypt.c
8613                 this 'workaround' not necessary on NetBSD.
8614                 Thanks to Daniel Gustafson
8615
8616 2005-09-26 [paul]
8617
8618         1.9.15-rc4 released
8619
8620 2005-09-26 [paul]       1.9.14cvs51
8621
8622         * src/summaryview.c
8623                 Skip currently selected message when
8624                 looking for next new or unread message
8625                 in current folder. Patch by Colin
8626         * src/common/passcrypt.c
8627                 eliminate warnings on *BSD. Patch by
8628                 Daniel Gustafson
8629
8630 2005-09-26 [colin]      1.9.14cvs50
8631
8632         * src/procmsg.c
8633                 Call postfiltering hook anyway
8634
8635 2005-09-22 [colin]      1.9.14cvs49
8636
8637         * src/codeconv.c
8638         * src/codeconv.h
8639                 Add a strict mode that doesn't replace with _
8640         * src/compose.c
8641         * src/compose.h
8642                 Use strict conversion while sending
8643                 Fix race when drafting while sending (happens
8644                 on IMAP)
8645                 Fix d'n'd of messages from summaryview
8646         * src/prefs_common.c
8647         * src/prefs_common.h
8648                 add hidden utf8_instead_of_locale_for_broken_mail 
8649                 pref for people that preferred the default charset 
8650                 to be utf8 for broken mails
8651         * src/quote_fmt_parse.y
8652                 fix bug #815 (No quote insert if "From:" fied 
8653                 contained Russian letters)
8654         * src/summaryview.c
8655                 Fix d'n'd of messages to compose
8656
8657 2005-09-22 [paul]       1.9.14cvs48
8658
8659         * src/compose.c
8660                 fix bug where attachments Name entry
8661                 would display Path instead
8662
8663 2005-09-21 [paul]       1.9.14cvs47
8664
8665         * README
8666         * README.jp
8667         * configure.ac
8668         * config/config.rpath
8669         * doc/manual/en/sylpheed-20.html
8670         * doc/manual/es/sylpheed-20.html
8671         * po/bg.po
8672         * po/ca.po
8673         * po/de.po
8674         * po/es.po
8675         * po/fr.po
8676         * po/it.po
8677         * po/pt_BR.po
8678         * po/sk.po
8679         * po/zh_TW.po
8680         * src/account.c
8681         * src/account.h
8682         * src/action.c
8683         * src/action.h
8684         * src/adbookbase.h
8685         * src/addr_compl.c
8686         * src/addr_compl.h
8687         * src/addrbook.c
8688         * src/addrbook.h
8689         * src/addrcache.c
8690         * src/addrcache.h
8691         * src/addrcindex.c
8692         * src/addrcindex.h
8693         * src/addrclip.c
8694         * src/addrclip.h
8695         * src/addrdefs.h
8696         * src/addressadd.c
8697         * src/addressadd.h
8698         * src/addressbook.c
8699         * src/addressbook.h
8700         * src/addressitem.h
8701         * src/addrgather.c
8702         * src/addrgather.h
8703         * src/addrharvest.c
8704         * src/addrharvest.h
8705         * src/addrindex.c
8706         * src/addrindex.h
8707         * src/addritem.c
8708         * src/addritem.h
8709         * src/addrquery.c
8710         * src/addrquery.h
8711         * src/addrselect.c
8712         * src/addrselect.h
8713         * src/alertpanel.c
8714         * src/alertpanel.h
8715         * src/browseldap.c
8716         * src/browseldap.h
8717         * src/codeconv.c
8718         * src/codeconv.h
8719         * src/compose.c
8720         * src/compose.h
8721         * src/crash.c
8722         * src/crash.h
8723         * src/customheader.c
8724         * src/customheader.h
8725         * src/displayheader.c
8726         * src/displayheader.h
8727         * src/editaddress.c
8728         * src/editaddress.h
8729         * src/editbook.c
8730         * src/editbook.h
8731         * src/editgroup.c
8732         * src/editgroup.h
8733         * src/editjpilot.c
8734         * src/editjpilot.h
8735         * src/editldap.c
8736         * src/editldap.h
8737         * src/editldap_basedn.c
8738         * src/editldap_basedn.h
8739         * src/editvcard.c
8740         * src/editvcard.h
8741         * src/enriched.c
8742         * src/enriched.h
8743         * src/exphtmldlg.c
8744         * src/exphtmldlg.h
8745         * src/expldifdlg.c
8746         * src/expldifdlg.h
8747         * src/export.c
8748         * src/export.h
8749         * src/exporthtml.c
8750         * src/exporthtml.h
8751         * src/exportldif.c
8752         * src/exportldif.h
8753         * src/filtering.c
8754         * src/filtering.h
8755         * src/folder.c
8756         * src/folder.h
8757         * src/folder_item_prefs.c
8758         * src/folder_item_prefs.h
8759         * src/foldersel.c
8760         * src/foldersel.h
8761         * src/folderutils.c
8762         * src/folderutils.h
8763         * src/folderview.c
8764         * src/folderview.h
8765         * src/grouplistdialog.c
8766         * src/grouplistdialog.h
8767         * src/headerview.c
8768         * src/headerview.h
8769         * src/html.c
8770         * src/html.h
8771         * src/image_viewer.c
8772         * src/image_viewer.h
8773         * src/imap.c
8774         * src/imap.h
8775         * src/imap_gtk.c
8776         * src/imap_gtk.h
8777         * src/import.c
8778         * src/import.h
8779         * src/importldif.c
8780         * src/importldif.h
8781         * src/importmutt.c
8782         * src/importmutt.h
8783         * src/importpine.c
8784         * src/importpine.h
8785         * src/inc.c
8786         * src/inc.h
8787         * src/jpilot.c
8788         * src/jpilot.h
8789         * src/ldapctrl.c
8790         * src/ldapctrl.h
8791         * src/ldaplocate.c
8792         * src/ldaplocate.h
8793         * src/ldapquery.c
8794         * src/ldapquery.h
8795         * src/ldapserver.c
8796         * src/ldapserver.h
8797         * src/ldaputil.c
8798         * src/ldaputil.h
8799         * src/ldif.c
8800         * src/ldif.h
8801         * src/localfolder.c
8802         * src/localfolder.h
8803         * src/main.c
8804         * src/main.h
8805         * src/mainwindow.c
8806         * src/mainwindow.h
8807         * src/manual.c
8808         * src/manual.h
8809         * src/matcher.c
8810         * src/matcher.h
8811         * src/matcher_parser.h
8812         * src/matcher_parser_lex.l
8813         * src/matcher_parser_parse.y
8814         * src/mbox.c
8815         * src/mbox.h
8816         * src/message_search.c
8817         * src/message_search.h
8818         * src/messageview.c
8819         * src/messageview.h
8820         * src/mh.c
8821         * src/mh.h
8822         * src/mh_gtk.c
8823         * src/mh_gtk.h
8824         * src/mimeview.c
8825         * src/mimeview.h
8826         * src/msgcache.c
8827         * src/msgcache.h
8828         * src/mutt.c
8829         * src/mutt.h
8830         * src/news.c
8831         * src/news.h
8832         * src/news_gtk.c
8833         * src/news_gtk.h
8834         * src/noticeview.c
8835         * src/noticeview.h
8836         * src/partial_download.c
8837         * src/partial_download.h
8838         * src/pine.c
8839         * src/pine.h
8840         * src/pop.c
8841         * src/pop.h
8842         * src/prefs_account.c
8843         * src/prefs_account.h
8844         * src/prefs_actions.c
8845         * src/prefs_actions.h
8846         * src/prefs_common.c
8847         * src/prefs_common.h
8848         * src/prefs_compose_writing.c
8849         * src/prefs_compose_writing.h
8850         * src/prefs_customheader.c
8851         * src/prefs_customheader.h
8852         * src/prefs_display_header.c
8853         * src/prefs_display_header.h
8854         * src/prefs_ext_prog.c
8855         * src/prefs_ext_prog.h
8856         * src/prefs_filtering.c
8857         * src/prefs_filtering.h
8858         * src/prefs_filtering_action.c
8859         * src/prefs_filtering_action.h
8860         * src/prefs_folder_column.c
8861         * src/prefs_folder_column.h
8862         * src/prefs_folder_item.c
8863         * src/prefs_folder_item.h
8864         * src/prefs_fonts.c
8865         * src/prefs_fonts.h
8866         * src/prefs_gtk.c
8867         * src/prefs_gtk.h
8868         * src/prefs_image_viewer.c
8869         * src/prefs_image_viewer.h
8870         * src/prefs_matcher.c
8871         * src/prefs_matcher.h
8872         * src/prefs_message.c
8873         * src/prefs_message.h
8874         * src/prefs_msg_colors.c
8875         * src/prefs_msg_colors.h
8876         * src/prefs_other.c
8877         * src/prefs_other.h
8878         * src/prefs_quote.c
8879         * src/prefs_quote.h
8880         * src/prefs_receive.c
8881         * src/prefs_receive.h
8882         * src/prefs_send.c
8883         * src/prefs_send.h
8884         * src/prefs_spelling.c
8885         * src/prefs_spelling.h
8886         * src/prefs_summaries.c
8887         * src/prefs_summaries.h
8888         * src/prefs_summary_column.c
8889         * src/prefs_summary_column.h
8890         * src/prefs_template.c
8891         * src/prefs_template.h
8892         * src/prefs_themes.c
8893         * src/prefs_themes.h
8894         * src/prefs_toolbar.c
8895         * src/prefs_toolbar.h
8896         * src/prefs_wrapping.c
8897         * src/prefs_wrapping.h
8898         * src/privacy.c
8899         * src/privacy.h
8900         * src/procheader.c
8901         * src/procheader.h
8902         * src/procmime.c
8903         * src/procmime.h
8904         * src/procmsg.c
8905         * src/procmsg.h
8906         * src/quote_fmt.c
8907         * src/quote_fmt_parse.y
8908         * src/recv.c
8909         * src/recv.h
8910         * src/remotefolder.c
8911         * src/remotefolder.h
8912         * src/send_message.c
8913         * src/send_message.h
8914         * src/setup.c
8915         * src/setup.h
8916         * src/simple-gettext.c
8917         * src/sourcewindow.c
8918         * src/sourcewindow.h
8919         * src/ssl_manager.c
8920         * src/ssl_manager.h
8921         * src/statusbar.c
8922         * src/statusbar.h
8923         * src/stock_pixmap.c
8924         * src/stock_pixmap.h
8925         * src/summary_search.c
8926         * src/summary_search.h
8927         * src/summaryview.c
8928         * src/summaryview.h
8929         * src/syldap.c
8930         * src/syldap.h
8931         * src/textview.c
8932         * src/textview.h
8933         * src/toolbar.c
8934         * src/toolbar.h
8935         * src/undo.c
8936         * src/undo.h
8937         * src/unmime.c
8938         * src/unmime.h
8939         * src/vcard.c
8940         * src/vcard.h
8941         * src/wizard.c
8942         * src/wizard.h
8943         * src/common/base64.c
8944         * src/common/base64.h
8945         * src/common/defs.h
8946         * src/common/hooks.c
8947         * src/common/hooks.h
8948         * src/common/log.c
8949         * src/common/log.h
8950         * src/common/md5.c
8951         * src/common/md5.h
8952         * src/common/mgutils.c
8953         * src/common/mgutils.h
8954         * src/common/nntp.c
8955         * src/common/nntp.h
8956         * src/common/passcrypt.c
8957         * src/common/passcrypt.h.in
8958         * src/common/plugin.c
8959         * src/common/plugin.h
8960         * src/common/prefs.c
8961         * src/common/prefs.h
8962         * src/common/progressindicator.c
8963         * src/common/progressindicator.h
8964         * src/common/quoted-printable.c
8965         * src/common/quoted-printable.h
8966         * src/common/session.c
8967         * src/common/session.h
8968         * src/common/smtp.c
8969         * src/common/smtp.h
8970         * src/common/socket.c
8971         * src/common/socket.h
8972         * src/common/ssl.c
8973         * src/common/ssl.h
8974         * src/common/ssl_certificate.c
8975         * src/common/ssl_certificate.h
8976         * src/common/string_match.c
8977         * src/common/string_match.h
8978         * src/common/stringtable.c
8979         * src/common/sylpheed.c
8980         * src/common/sylpheed.h
8981         * src/common/template.c
8982         * src/common/template.h
8983         * src/common/timing.h
8984         * src/common/utils.c
8985         * src/common/utils.h
8986         * src/common/uuencode.c
8987         * src/common/uuencode.h
8988         * src/common/version.h.in
8989         * src/common/xml.c
8990         * src/common/xml.h
8991         * src/common/xmlprops.c
8992         * src/common/xmlprops.h
8993         * src/gtk/about.c
8994         * src/gtk/about.h
8995         * src/gtk/colorlabel.c
8996         * src/gtk/colorlabel.h
8997         * src/gtk/colorsel.c
8998         * src/gtk/colorsel.h
8999         * src/gtk/description_window.c
9000         * src/gtk/description_window.h
9001         * src/gtk/filesel.c
9002         * src/gtk/filesel.h
9003         * src/gtk/foldersort.c
9004         * src/gtk/foldersort.h
9005         * src/gtk/gtkutils.c
9006         * src/gtk/gtkutils.h
9007         * src/gtk/inputdialog.c
9008         * src/gtk/inputdialog.h
9009         * src/gtk/logwindow.c
9010         * src/gtk/logwindow.h
9011         * src/gtk/manage_window.c
9012         * src/gtk/manage_window.h
9013         * src/gtk/menu.c
9014         * src/gtk/menu.h
9015         * src/gtk/pluginwindow.c
9016         * src/gtk/pluginwindow.h
9017         * src/gtk/prefswindow.c
9018         * src/gtk/prefswindow.h
9019         * src/gtk/progressdialog.c
9020         * src/gtk/progressdialog.h
9021         * src/gtk/quicksearch.c
9022         * src/gtk/quicksearch.h
9023         * src/gtk/sslcertwindow.c
9024         * src/gtk/sslcertwindow.h
9025         * src/plugins/clamav/clamav_plugin.c
9026         * src/plugins/clamav/clamav_plugin.h
9027         * src/plugins/clamav/clamav_plugin_gtk.c
9028         * src/plugins/demo/demo.c
9029         * src/plugins/dillo_viewer/dillo_prefs.c
9030         * src/plugins/dillo_viewer/dillo_prefs.h
9031         * src/plugins/dillo_viewer/dillo_viewer.c
9032         * src/plugins/mathml_viewer/mathml_viewer.c
9033         * src/plugins/pgpcore/passphrase.c
9034         * src/plugins/pgpcore/passphrase.h
9035         * src/plugins/pgpcore/plugin.c
9036         * src/plugins/pgpcore/prefs_gpg.c
9037         * src/plugins/pgpcore/prefs_gpg.h
9038         * src/plugins/pgpcore/select-keys.c
9039         * src/plugins/pgpcore/select-keys.h
9040         * src/plugins/pgpcore/sgpgme.c
9041         * src/plugins/pgpcore/sgpgme.h
9042         * src/plugins/pgpinline/pgpinline.c
9043         * src/plugins/pgpinline/pgpinline.h
9044         * src/plugins/pgpinline/plugin.c
9045         * src/plugins/pgpmime/pgpmime.c
9046         * src/plugins/pgpmime/pgpmime.h
9047         * src/plugins/pgpmime/plugin.c
9048         * src/plugins/spamassassin/spamassassin.c
9049         * src/plugins/spamassassin/spamassassin.h
9050         * src/plugins/spamassassin/spamassassin_gtk.c
9051         * src/plugins/trayicon/trayicon.c
9052         * tools/OOo2sylpheed.pl
9053         * tools/acroread2sylpheed.pl
9054         * tools/asus_mailled.sh
9055         * tools/filter_conv.pl
9056         * tools/freshmeat_search.pl
9057         * tools/google_search.pl
9058         * tools/kmail2sylpheed.pl
9059         * tools/kmail2sylpheed_v2.pl
9060         * tools/maildir2sylpheed.pl
9061         * tools/multiwebsearch.pl
9062         * tools/newscache_clean.pl
9063         * tools/outlook2sylpheed.pl
9064         * tools/sylpheed-switcher
9065         * tools/update-po
9066         * tools/vcard2xml.py
9067         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9068                 update FSF address
9069
9070 2005-09-21 [colin]      1.9.14cvs46
9071
9072         * src/gedit-print.c
9073         * src/procmsg.c
9074         * src/procmsg.h
9075         * src/textview.c
9076         * src/summaryview.c
9077                 Remove some printing hacks (deselection/reselection),
9078                 which by the way fix printing the currently 
9079                 displayed mime part (still only text)
9080                 Plus a little optimisation of summary_show
9081
9082
9083 2005-09-20 [colin]      1.9.14cvs45
9084
9085         * src/mainwindow.c
9086         * src/messageview.c
9087                 GUI fixups: add accels, set message
9088                 view title to displayed mail's subject
9089         * src/prefs_spelling.c
9090         * src/gtk/gtkaspell.c
9091                 GUI fixups: allow underlining misspelled
9092                 words instead of coloring them (a11y!)
9093
9094 2005-09-19 [colin]
9095
9096         1.9.15rc3 released
9097
9098 2005-09-19 [colin]      1.9.14cvs44
9099
9100         * src/compose.c
9101                 Fix draft message
9102         * src/gtk/gtkaspell.c
9103                 Fix wrong test ;-)
9104
9105 2005-09-19 [colin]      1.9.14cvs43
9106
9107         * src/addressbook.c
9108                 Fix sensitivity of Delete button
9109         * src/compose.c
9110                 Warn if the requested Privacy system
9111                 is not available
9112         * src/exphtmldlg.c
9113         * src/expldifdlg.c
9114         * src/importldif.c
9115         * src/importmutt.c
9116         * src/importpine.c
9117                 Fix crappy UI
9118         * src/
9119         * src/ssl.h
9120         * src/prefs_account.h
9121         * src/prefs_account.c
9122                 Save SSL prefs even in builds that have
9123                 SSL support disable
9124         * src/imap.c
9125         * src/inc.c
9126         * src/news.c
9127         * src/send_message.c
9128                 Warn if connection should be secure, but
9129                 SSL support isn't compiled in
9130         * src/gtkaspell.c
9131                 Fix word separation on UTF-8 systems
9132                 Fixes bug #812 (Strange inline spellchecking)
9133         * src/compose.c
9134                 Warn if the requested Privacy system
9135                 is not available
9136                 Factorize offline warning
9137         * src/imap.c
9138         * src/imap_gtk.c
9139         * src/imap_gtk.h
9140         * src/inc.h
9141         * src/news_gtk.c
9142         * src/news_gtk.h
9143         * src/messageview.c
9144                 Factorize offline warning
9145
9146 2005-09-19 [paul]
9147
9148         1.9.15-rc2 released
9149
9150 2005-09-18 [colin]      1.9.14cvs42
9151
9152         * src/codeconv.c
9153         * src/codeconv.h
9154         * src/procmime.c
9155                 Add a way to get locale's charset ignoring utf-8,
9156                 and use that as default encoding for broken mails
9157
9158 2005-09-18 [colin]      1.9.14cvs41
9159
9160         * src/gtk/logwindow.c
9161                 Translate string. Patch by Fabien Vantard
9162
9163 2005-09-18 [colin]      1.9.14cvs40
9164
9165         * configure.ac
9166                 Fix bug #803 (IMAP/SSL support breaks with 
9167                 GnuTLS libetpan 0.38)
9168
9169 2005-09-18 [colin]      1.9.14cvs39
9170
9171         * src/codeconv.c
9172         * src/compose.c
9173         * src/procmime.c
9174                 More charsets fixes. Fixes bug #806 (non
9175                 ascii characters in subject line)
9176
9177 2005-09-17 [paul]       1.9.14cvs38
9178
9179         * src/folderview.c
9180         * src/mainwindow.c
9181                 fix gcc-2.95 issues
9182                 Patch by Pawel Pekala
9183
9184 2005-09-17 [colin]      1.9.14cvs37
9185
9186         * src/addrindex.c
9187                 bugfix for NO-USE LDAP compilation, patch 
9188                 by Fabien Vantard
9189
9190 2005-09-17 [colin]      1.9.14cvs36
9191
9192         * src/prefs_actions.c
9193         * src/prefs_customheader.c
9194         * src/prefs_display_header.c
9195         * src/prefs_filtering_action.c
9196         * src/prefs_matcher.c
9197         * src/prefs_toolbar.c
9198                 Fix strange casts (less elegant but
9199                 works better)
9200
9201 2005-09-16 [colin]      1.9.14cvs35
9202
9203         * src/jpilot.c
9204                 Missed that one
9205
9206 2005-09-16 [colin]      1.9.14cvs34
9207
9208         * configure.ac
9209         * src/Makefile.am
9210         * src/addr_compl.c
9211         * src/addrindex.c
9212         * src/browseldap.c
9213         * src/editldap.c
9214         * src/ldaplocate.c
9215         * src/ldapquery.c
9216         * src/ldapquery.h
9217         * src/ldapserver.c
9218         * src/ldapserver.h
9219         * src/main.c
9220         * src/matcher_parser_parse.y
9221         * src/prefs_themes.c
9222         * src/etpan/Makefile.am
9223         * src/gtk/description_window.c
9224         * src/plugins/clamav/Makefile.am
9225         * src/plugins/clamav/clamav_plugin.c
9226         * src/plugins/dillo_viewer/Makefile.am
9227         * src/plugins/pgpcore/Makefile.am
9228         * src/plugins/pgpinline/Makefile.am
9229         * src/plugins/pgpmime/Makefile.am
9230         * src/plugins/trayicon/Makefile.am
9231                 Fix 100% cpu usage in address completion list
9232                 Fix little bugs (return with no values etc)
9233                 Fix all warnings (with common CFLAGS)
9234
9235 2005-09-15 [colin]      1.9.14cvs33
9236
9237         * src/addressbook.c
9238                 Fix bug where sometimes a group's email list is empty,
9239                 force its refresh (probably fixes "Re: how to create a 
9240                 distribution list")
9241         * src/ldapquery.c
9242                 Don't return to the callback in the main thread from the
9243                 fetch thread (or face segs!)
9244
9245 2005-09-15 [paul]       1.9.14cvs32
9246
9247         * src/prefs_matcher.c
9248                 forgotten in last commit
9249
9250 2005-09-15 [paul]       1.9.14cvs31
9251
9252         * src/prefs_actions.c
9253         * src/prefs_filtering_action.c
9254         * src/prefs_quote.c
9255         * src/quote_fmt.c
9256         * src/summaryview.c
9257         * src/gtk/description_window.c
9258         * src/gtk/description_window.h
9259         * src/gtk/quicksearch.c
9260                 allow interaction with the called
9261                 description window
9262                 Patch by Anders Hammar
9263
9264 2005-09-14 [paul]       1.9.14cvs30
9265
9266         * src/compose.c
9267                 fix a little annoyance when pasting with 3rd button 
9268                 with wrap_pastes=0 and wrap_input=1
9269                 Patch by Colin
9270
9271 2005-09-14 [paul]       1.9.14cvs29
9272
9273         * src/prefs_account.c
9274                 disable 'Filter messages on receiving' for
9275                 SMTP-only accounts
9276                 Patch  by Anders Hammar
9277
9278 2005-09-14 [paul]       1.9.14cvs28
9279
9280         * po/sk.po
9281                 fix crash
9282                 updated by Andrej Kacian
9283
9284 2005-09-14 [paul]
9285
9286         1.9.15-rc1 released
9287
9288 2005-09-14 [paul]       1.9.14cvs27
9289
9290         * po/es.po
9291                 updated by Ricardo Mones Lastra
9292         * src/compose.c
9293         * src/compose.h
9294                 associate no_wrap_tags to Compose windows
9295                 instead of using a static one
9296                 Patch by Colin
9297         * src/mbox.c
9298                 fix proc_mbox()
9299                 Patch by wwp
9300         * src/textview.c
9301                 remove unneeded printf()
9302
9303 2005-09-14 [paul]       1.9.14cvs26
9304
9305         * src/addrcache.c
9306         * src/codeconv.h
9307         * src/folder.h
9308         * src/mainwindow.h
9309         * src/mh.c
9310         * src/mimeview.h
9311         * src/partial_download.c
9312         * src/pop.c
9313         * src/prefs_account.c
9314         * src/prefs_account.h
9315         * src/prefs_actions.c
9316         * src/prefs_customheader.c
9317         * src/prefs_display_header.c
9318         * src/prefs_filtering_action.c
9319         * src/prefs_matcher.c
9320         * src/prefs_toolbar.c
9321         * src/privacy.h
9322         * src/procmime.c
9323         * src/procmime.h
9324         * src/procmsg.h
9325         * src/textview.c
9326         * src/undo.h
9327         * src/common/plugin.c
9328         * src/common/session.h
9329         * src/common/socket.c
9330         * src/common/socket.h
9331         * src/common/template.c
9332         * src/gtk/gtkaspell.c
9333         * src/gtk/quicksearch.h
9334         * src/plugins/pgpcore/passphrase.c
9335         * src/plugins/pgpcore/prefs_gpg.h
9336         * src/plugins/pgpcore/select-keys.c
9337         * src/plugins/pgpcore/select-keys.h
9338         * src/plugins/pgpcore/sgpgme.c
9339         * src/plugins/pgpinline/pgpinline.c
9340         * src/plugins/pgpmime/pgpmime.c
9341         * src/plugins/trayicon/trayicon.c
9342                 fix compilation warnings
9343                 Patch by Daniel Gustafson
9344
9345 2005-09-14 [paul]       1.9.14cvs25
9346
9347         * src/addressbook.c
9348                 add missing column header, and other small
9349                 bug fixes
9350                 Patch by Anders Hammar
9351
9352 2005-09-13 [colin]      1.9.14cvs24
9353
9354         * src/gtk/gtkaspell.c
9355                 Fix non-utf8 in menu
9356                 Fix little leaks
9357                 Nullify struct members after free()s
9358
9359 2005-09-13 [colin]      1.9.14cvs23
9360
9361         * src/compose.c
9362                 Test utf8 compliance before inserting to 
9363                 buffer, and try to convert if necessary
9364         * src/procmime.c
9365                 If no charset is present, use the locale 
9366                 one instead of us-ascii
9367         * src/procmsg.c
9368                 Add Sender, List-Post and To in the checked 
9369                 headers for automatic rules creation 
9370                 (thanks to wwp)
9371         * src/prefs_themes.c
9372         * src/gtk/gtkaspell.c
9373                 Remove deprecated functions. 
9374                 patch by Daniel Gustafson
9375
9376 2005-09-12 [colin]      1.9.14cvs22
9377
9378         * src/compose.c
9379                 Fix bug #448 (Scrolling/Redraw issue with 
9380                 address-fields in Header)
9381         * src/mainwindow.c
9382         * src/summaryview.c
9383         * src/summaryview.h
9384                 Fix loss of MSG_MARKED on move/copy
9385                 Fix bug #804 (Quicksearch togglebutton doesn't 
9386                 get depressed after '/' key is pressed)
9387
9388 2005-09-12 [paul]       1.9.14cvs21
9389
9390         * AUTHORS
9391         * src/gtk/logwindow.c
9392                 add 'Clear Log' to popup menu
9393                 Patch by Anders Hammar <anders.hammar@telia.com>
9394
9395 2005-09-12 [paul]       1.9.14cvs20
9396
9397         * src/compose.c
9398                 set correct sensitivity on attachments
9399                 popup menu
9400         * src/folder.c
9401                 fix typo
9402         * src/prefs_spelling.c
9403                 fix crash when no LANG env is set
9404         * src/common/xml.c
9405                 fix crash in wizard
9406                 don't use memeory after free
9407
9408         All patches by Daniel Gustafson
9409
9410 2005-09-12 [paul]       1.9.14cvs19
9411
9412         * src/prefs_themes.c
9413                 make theme info selectable
9414         * src/gtk/description_window.c
9415                 make window non-modal
9416         * tools/README
9417                 add details of asus_mailed.sh
9418         * tools/claws.i18n.status.pl
9419                 update for new zh_TW translator
9420                 widen the output
9421                 create alternate coloured lines
9422                 improve readability
9423
9424 2005-09-10 [colin]      1.9.14cvs18
9425
9426         * src/plugins/pgpcore/select-keys.c
9427                 Better order for the buttons
9428
9429 2005-09-10 [colin]      1.9.14cvs17
9430
9431         * src/compose.c
9432         * src/plugins/pgpcore/select-keys.c
9433         * src/plugins/pgpcore/select-keys.h
9434         * src/plugins/pgpcore/sgpgme.c
9435                 Add a "Don't encrypt" button to the key
9436                 selection dialog. Fixes bug #177 (There should be a 
9437                 'Don't encrypt button in the Select Keys dialog)
9438
9439 2005-09-10 [colin]      1.9.14cvs16
9440
9441         * src/compose.c
9442                 Fix bug #572 (%X option does not work with templates)
9443
9444 2005-09-10 [colin]      1.9.14cvs15
9445
9446         * src/toolbar.c 
9447                 Remove g_print
9448
9449 2005-09-10 [colin]      1.9.14cvs14
9450
9451         * src/imap.c
9452                 Fix a possible crash
9453
9454 2005-09-09 [colin]      1.9.14cvs13
9455
9456         * src/imap.c
9457         * src/etpan/imap-thread.c
9458         * src/etpan/imap-thread.h
9459                 Fix moving from queue or drafts to normal folders
9460                 Fix bug #794 (No way to delete without expunging)
9461                 Take flags unset by other mailers into account
9462                 Take deleted flag set by other mailers into account
9463                 Fix unsetting REPLIED flag
9464                 Fix crash when capabilities can't be retrieved
9465         * src/mainwindow.c
9466         * src/mainwindow.h
9467                 Add M_DELAYED_FLAGS condition, and let the user use
9468                 Execute in order to be able to expunge deleted mails,
9469                 even if he's not in delayed execute mode
9470         * src/prefs_spelling.c
9471                 Use 'en' dictionary by default if LANG is POSIX or C
9472         * src/gtk/prefswindow.c
9473                 Fix bug #767 (Preferences windows expanding) by making
9474                 the window a bit larger when the resolution is greater
9475                 than 640x480, and by putting the prefs in a
9476                 GtkScrolledWindow.
9477
9478 2005-09-09 [paul]       1.9.14cvs12
9479
9480         * AUTHORS
9481         * configure.ac
9482         * po/zh_TW.Big5.po      ** REMOVED **
9483         * po/zh_TW.po           ** ADDED **
9484                 updated by Wei-Lun Chao
9485
9486 2005-09-09 [paul]       1.9.14cvs11
9487
9488         * src/mainwindow.c
9489                 fix asserts
9490         * src/common/xml.c
9491                 delay memory allocation until file is
9492                 opened successfully
9493                 Patch by Daniel Gustafson
9494
9495 2005-09-09 [colin]      1.9.14cvs10
9496
9497         * src/imap.c
9498                 Add guards
9499
9500 2005-09-08 [colin]      1.9.14cvs9
9501
9502         * src/compose.c
9503                 Alert when we can't save draft
9504                 Fix various wrap/color issues
9505                 Add mid-click pasting respecting wrap_paste option
9506         * src/folder.c
9507         * src/folder.h
9508         * src/folder_item_prefs.c
9509         * src/folder_item_prefs.h
9510         * src/imap.c
9511         * src/imap_gtk.c
9512         * src/imap_gtk.h
9513         * src/main.c
9514         * src/mainwindow.c
9515         * src/mainwindow.h
9516         * src/news.c
9517         * src/news_gtk.c
9518         * src/news_gtk.h
9519         * src/prefs_folder_item.c
9520                 Fix the impossibility to synchronise folders for
9521                 offline use (IMAP and NNTP are concerned)
9522
9523 2005-09-08 [colin]      1.9.14cvs8
9524
9525         * configure.ac
9526                 Build LDAP and JPilot by default if available
9527         * src/textview.c
9528                 Fix use after free
9529
9530 2005-09-08 [paul]       1.9.14cvs7
9531
9532         * doc/manual/en/sylpheed-1.html
9533         * doc/manual/en/sylpheed-18.html
9534         * doc/manual/en/sylpheed-19.html
9535         * doc/manual/en/sylpheed-4.html
9536         * doc/manual/en/sylpheed-6.html
9537         * doc/manual/en/sylpheed.html
9538                 a few minor updates, plus include some
9539                 details about plugins and their requirements
9540         * src/mainwindow.c
9541                 minor changes to English in /View/Sort
9542
9543 2005-09-07 [colin]      1.9.14cvs6
9544
9545         * doc/manual/en/sylpheed-1.html
9546         * doc/manual/en/sylpheed-10.html
9547         * doc/manual/en/sylpheed-11.html
9548         * doc/manual/en/sylpheed-12.html
9549         * doc/manual/en/sylpheed-13.html
9550         * doc/manual/en/sylpheed-14.html
9551         * doc/manual/en/sylpheed-15.html
9552         * doc/manual/en/sylpheed-16.html
9553         * doc/manual/en/sylpheed-17.html
9554         * doc/manual/en/sylpheed-18.html
9555         * doc/manual/en/sylpheed-19.html
9556         * doc/manual/en/sylpheed-2.html
9557         * doc/manual/en/sylpheed-20.html
9558         * doc/manual/en/sylpheed-21.html
9559         * doc/manual/en/sylpheed-22.html
9560         * doc/manual/en/sylpheed-3.html
9561         * doc/manual/en/sylpheed-4.html
9562         * doc/manual/en/sylpheed-5.html
9563         * doc/manual/en/sylpheed-6.html
9564         * doc/manual/en/sylpheed-7.html
9565         * doc/manual/en/sylpheed-8.html
9566         * doc/manual/en/sylpheed-9.html
9567         * doc/manual/en/sylpheed.html
9568                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9569
9570 2005-09-07 [colin]      1.9.14cvs5
9571
9572         * src/mainwindow.c
9573                 Make labels more to-the-point
9574
9575 2005-09-07 [colin]      1.9.14cvs4
9576
9577         * doc/manual/en/sylpheed-1.html
9578         * doc/manual/en/sylpheed-12.html
9579         * doc/manual/en/sylpheed-13.html
9580         * doc/manual/en/sylpheed-14.html
9581         * doc/manual/en/sylpheed-15.html
9582         * doc/manual/en/sylpheed-16.html
9583         * doc/manual/en/sylpheed-17.html
9584         * doc/manual/en/sylpheed-18.html
9585         * doc/manual/en/sylpheed-19.html
9586         * doc/manual/en/sylpheed-2.html
9587         * doc/manual/en/sylpheed-20.html
9588         * doc/manual/en/sylpheed-21.html
9589         * doc/manual/en/sylpheed-22.html
9590         * doc/manual/en/sylpheed-4.html
9591         * doc/manual/en/sylpheed-5.html
9592         * doc/manual/en/sylpheed-6.html
9593         * doc/manual/en/sylpheed-7.html
9594         * doc/manual/en/sylpheed-8.html
9595         * doc/manual/en/sylpheed-9.html
9596         * doc/manual/en/sylpheed.html
9597                 Update manual
9598
9599 2005-09-07 [colin]      1.9.14cvs3
9600
9601         * doc/faq/en/sylpheed-faq-1.html
9602         * doc/faq/en/sylpheed-faq-2.html
9603         * doc/faq/en/sylpheed-faq-3.html
9604         * doc/faq/en/sylpheed-faq.html
9605                 Update FAQ
9606
9607 2005-09-07 [colin]      1.9.14cvs2
9608
9609         * src/folderview.c
9610         * src/procmsg.c
9611         * src/summaryview.c
9612         * src/toolbar.c
9613                 Fix special subfolders:
9614                 - Inherit parent's icon
9615                 - sent contents of queues subfolders
9616                 - empty subfolders of trashes
9617         * src/mainwindow.c
9618                 Remove outdated manual and faq entries
9619         * src/common/utils.c
9620                 Add quotes around %s coming from mailcap
9621
9622 2005-09-07 [colin]      1.9.14cvs1
9623
9624         * src/compose.c
9625                 After saving draft, set modified to FALSE
9626         * src/mimeview.c
9627         * src/common/utils.c
9628         * src/common/utils.h
9629                 Try to open mime parts using what is 
9630                 indicated in ~/.mailcap or /etc/mailcap,
9631                 if possible.
9632
9633 2005-09-05 [paul]       1.9.14
9634
9635         1.9.14 released
9636
9637         * po/sk.po
9638                 updated by Andrej Kacian
9639
9640 2005-09-05 [paul]       1.9.13cvs83
9641
9642         * po/de.po
9643         * po/es.po
9644         * po/fi.po
9645         * po/fr.po
9646         * po/nb.po
9647         * po/pt_BR.po
9648         * po/sr.po
9649                 updated translations by Thomas Gilgin, Ricardo Mones
9650                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9651                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9652
9653 2005-09-04 [paul]       1.9.13cvs82
9654
9655         * src/compose.c
9656                 only warn about exceeded line length limit
9657                 on send
9658
9659 2005-09-04 [paul]       1.9.13cvs81
9660
9661         * src/compose.c
9662                 fix crash in 'line length exceeded' dialogue
9663
9664 2005-09-02 [paul]       1.9.13cvs80
9665
9666         * src/imap.c
9667                 fix bug 795, 'Connection lost IMAP'
9668                 and add statusbar prints
9669                 Patch by Colin
9670
9671 2005-09-02 [paul]       1.9.13cvs79
9672
9673         * src/compose.c
9674                 compose_wrap_paragraph() becomes
9675                 compose_beautify_paragraph()
9676                 Patch by Colin
9677
9678 2005-09-02 [colin]      1.9.13cvs78
9679
9680         * src/folderview.c
9681                 Micro-fix
9682
9683 2005-09-01 [colin]      1.9.13cvs77
9684
9685         * src/imap.c
9686                 Maybe fix bug #795 (Connection lost IMAP)
9687                 Don't try to send logout when we're disconnected.
9688         * src/summaryview.c
9689                 Include locked and marked emails in HRM
9690                 view. Fixes bug #800 (Locked messages no longer 
9691                 show up when hide read messages is used)
9692
9693 2005-09-01 [paul]       1.9.13cvs76
9694
9695         * src/prefs_common.c
9696                 fix bad cutting
9697
9698 2005-08-31 [colin]      1.9.13cvs75
9699
9700         * src/folderview.c
9701         * src/folderview.h
9702         * src/prefs_summaries.c
9703         * src/summaryview.c
9704                 Fix "go to next new", fix preference
9705                 (Open unread/next swapped)
9706
9707 2005-08-31 [paul]       1.9.13cvs74
9708
9709         * src/compose.c
9710         * src/folderview.c
9711         * src/headerview.c
9712         * src/headerview.h
9713         * src/mainwindow.c
9714         * src/prefs_common.c
9715         * src/prefs_common.h
9716         * src/prefs_fonts.c
9717         * src/summaryview.c
9718         * src/textview.c
9719         * src/common/defs.h
9720                 remove obsolete BOLD_FONT setting
9721                 fix font update in headerview and textview
9722                 headers after prefs change
9723                 Patch By Colin
9724
9725 2005-08-31 [paul]
9726
9727         1.9.14-rc4 released
9728
9729 2005-08-30 [colin]      1.9.13cvs73
9730
9731         * src/summaryview.c
9732                 When Hide read messages is selected and we
9733                 refresh the summaryview, don't remove the 
9734                 currently displayed message. Fixes bug #797
9735                 (Summary view reloads when new mail is 
9736                 downloaded in 1.9.14 rc)
9737
9738 2005-08-30 [colin]      1.9.13cvs72
9739
9740         * src/folderview.c
9741                 Fix flickering
9742         * src/mainwindow.c
9743                 Remove useless callback
9744         * src/mimeview.c
9745         * src/gtk/filesel.c
9746         * src/gtk/filesel.h
9747                 Add a filesel_select_file_save_folder() - used by Save All
9748
9749 2005-08-29 [paul]       1.9.13cvs71
9750
9751         * AUTHORS
9752         * src/matcher_parser_parse.y
9753         * src/etpan/imap-thread.c
9754                 fix building on FreeBSD
9755                 Patch by Daniel Gustafson <daniel@hobbit.se>
9756
9757 2005-08-29 [paul]       1.9.13cvs70
9758
9759         * src/plugins/pgpinline/pgpinline.c
9760                 only initialise sig result if it's been handled
9761                 Patch by Colin
9762
9763 2005-08-29 [paul]       1.9.13cvs69
9764         
9765         Patches by Colin:
9766
9767         * src/imap.c
9768         * src/common.utils.c
9769         * src/common/utils.h
9770                 optimisation
9771         * src/stock_pixmap.h
9772                 fix wrong icon reference
9773         * src/pixmaps/trash_btn.xpm
9774                 replace with nicer image
9775
9776 2005-08-28 [colin]      1.9.13cvs68
9777
9778         * src/Makefile.am
9779         * src/stock_pixmap.c
9780         * src/stock_pixmap.h
9781         * src/toolbar.c
9782         * src/pixmaps/trash_btn.xpm
9783                 Add a specific trash xpm for the button
9784
9785 2005-08-28 [colin]      1.9.13cvs67
9786
9787         * src/imap.c
9788                 Fix leak
9789
9790 2005-08-27 [colin]      1.9.13cvs66
9791
9792         * src/imap.c
9793         * src/procmime.c
9794                 Correctly fix "Problem with replies", fixes
9795                 pgpmime encryption too. 
9796
9797 2005-08-27 [colin]      1.9.13cvs65
9798
9799         * src/folder.c
9800         * src/procmsg.c
9801         * src/procmsg.h
9802         * src/summaryview.c
9803                 Fix bug #517 (messages removed from summaryview 
9804                 when moving fails)
9805
9806 2005-08-27 [colin]      1.9.13cvs64
9807
9808         * tools/Makefile.am
9809         * tools/asus_mailled.sh
9810                 Add a script to blink ASUS laptops' mail LED where there
9811                 is unread mail.
9812
9813 2005-08-27 [colin]      1.9.13cvs63
9814
9815         * src/imap.c
9816         * src/etpan/imap-thread.c
9817         * src/etpan/imap-thread.h
9818                 Implement automatic choosing of login method
9819                 Fixes bug #791
9820         * src/gtk/.cvsignore
9821                 Add sylpheed-marshal.[ch]
9822
9823 2005-08-27 [colin]      1.9.13cvs62
9824
9825         * src/common/utils.c
9826                 Fix confusing perror
9827
9828 2005-08-27 [colin]      1.9.13cvs61
9829
9830         * src/toolbar.c
9831         * src/toolbar.h
9832                 Remove A_DELETE, replace it with 
9833                 A_TRASH and A_DELETE_REAL. Automatically
9834                 rewrite config files to replace A_DELETE
9835                 with A_TRASH (no functionality change).
9836                 Fixes half of #794
9837
9838 2005-08-26 [colin]      1.9.13cvs60
9839
9840         * src/procmime.c
9841                 Previous "Problem with replies" fix brought other
9842                 problems, fixing them
9843
9844 2005-08-26 [colin]      1.9.13cvs59
9845
9846         * src/procmime.c
9847                 Fix "Problem with replies". This happened only
9848                 on IMAP...
9849         * src/procmsg.c
9850                 Factorize code a bit
9851         * src/compose.c
9852                 Speed improvement on very long messages (wrapping)
9853                 Fix signature color on Reedit and Redirect
9854                 On Reedit, don't attach pgp-signatures parts, but
9855                 set signing to On.
9856
9857 2005-08-24 [paul]       1.9.13cvs58
9858
9859         * src/compose.c
9860                 don't claim success when clicking
9861                 Cancel on the passphrase box.
9862                 Patch by Colin
9863
9864 2005-08-24 [paul]       1.9.13cvs57
9865
9866         * src/main.c
9867                 fix misplaced sylpheed.log
9868         * src/common/defs.h
9869                 define UIDL_DIR
9870
9871 2005-08-24 [paul]       1.9.13cvs56
9872
9873         * src/imap.c
9874         * src/etpan/imap-thread.c
9875         * src/etpan/imap-thread.h
9876                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9877                 Patch by Colin
9878         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9879         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9880                 remove autogenerated files
9881         * tools/kdeservicemenu/README
9882         * tools/kdeservicemenu/install.sh
9883         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9884         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9885                 use Claws icon, use 'Sylpheed-Claws' in menu,
9886                 use kdialog, and other cleanups
9887
9888 2005-08-23 [paul]       1.9.13cvs55
9889
9890         * src/compose.c
9891                 fix paste/wrap crash
9892                 Patch by Colin
9893
9894 2005-08-23 [paul]       1.9.13cvs54
9895
9896         * src/main.c
9897                 fix crash recovery
9898                 Patch by Colin
9899
9900 2005-08-23 [paul]       1.9.13cvs53
9901
9902         * src/addressbook.c
9903         * src/editaddress.c
9904                 view all data of LDAP contacts
9905                 Patch by Colin
9906
9907 2005-08-23 [paul]       1.9.13cvs52
9908
9909         * src/addressbook.c
9910                 fix issues with the Search field
9911                 Patch by Colin
9912
9913 2005-08-22 [paul]       1.9.13cvs51
9914
9915         * src/folderview.c
9916                 put name of folder in processing dialog
9917                 title
9918         * src/prefs_folder_item.c
9919                 improve english usage
9920
9921 2005-08-22 [paul]       1.9.13cvs50
9922
9923         * src/filtering.c
9924         * src/filtering.h
9925         * src/matcher.c
9926         * src/matcher_parser_lex.l
9927         * src/matcher_parser_parse.y
9928         * src/prefs_filtering.c
9929                 add Filtering/Processing rule names feature.
9930                 (the incompatible old matcherrc is saved as
9931                 matcherrc.pre_names).
9932                 Patch by Colin
9933
9934 2005-08-22 [paul]       1.9.13cvs49
9935
9936         * src/procmsg.c
9937                 fix colour labelling
9938                 Patch by Colin
9939
9940 2005-08-22 [paul]       1.9.13cvs48
9941
9942         * src/textview.c
9943                 fix open_image_cb()
9944
9945 2005-08-22 [paul]       1.9.13cvs47
9946
9947         * src/imap.c
9948                 fix bug 789, 'SC crashes with imap (CVS ver)'
9949                 Patch by Colin
9950
9951 2005-08-22 [paul]       1.9.13cvs46
9952
9953         * src/mimeview.c
9954         * src/prefs_common.c
9955         * src/common/defs.h
9956                 define reused defaults in defs.h
9957         * src/textview.c
9958                 add 'Open image' to image popup menu
9959
9960 2005-08-21 [colin]      1.9.13cvs45
9961
9962         * src/summaryview.c
9963                 Fix bug #788 (Bogus "From" address displayed)
9964
9965 2005-08-20 [colin]      1.9.13cvs44
9966
9967         * src/folder.c
9968                 Fix buf #787 (multilevel delete causes SIGSEGV)
9969
9970 2005-08-19 [colin]      1.9.13cvs43
9971
9972         * src/inc.c
9973         * src/prefs_common.c
9974         * src/prefs_common.h
9975                 Add an hidden pref to allow modifying the
9976                 update stepping in incorporation.
9977                 Patch by wwp.
9978
9979 2005-08-19 [colin]      1.9.13cvs42
9980
9981         * src/compose.c
9982         * src/procmime.c
9983                 Workaround for broken MUAs: encode 
9984                 Content-type: name: as ASCII and 
9985                 Content-Disposition: filename: as
9986                 per rfc2231
9987         * src/prefs_account.c
9988                 Fix invisible-ness of SMTP SSL prefs
9989                 in NNTP accounts
9990
9991 2005-08-19 [paul]       1.9.13cvs41
9992
9993         * src/compose.c
9994         * src/prefs_common.c
9995         * src/prefs_common.h
9996         * src/prefs_wrapping.c
9997                 paste with or without wrapping.
9998                 patch by Colin
9999
10000 2005-08-19 [paul]       1.9.13cvs40
10001
10002         * src/prefs_common.c
10003         * src/prefs_common.h
10004         * src/summaryview.c
10005                 reintroduce enable_swap_from as a
10006                 hidden pref. patch by Colin
10007         * src/quote_fmt_parse.y
10008         * src/plugins/clamav/clamav_plugin.c
10009         * src/plugins/dillo_viewer/dillo_viewer.c
10010         * src/plugins/mathml_viewer/mathml_viewer.c
10011         * src/plugins/pgpcore/sgpgme.c
10012         * src/plugins/pgpinline/pgpinline.c
10013         * src/plugins/pgpmime/pgpmime.c
10014                 tidy up. patch by Colin
10015
10016 2005-08-19 [paul]       1.9.13cvs39
10017
10018         * configure.ac
10019                 complete cvs38's sync
10020         * src/editaddress.c
10021         * src/gedit-print.c
10022         * src/mutt.c
10023         * src/etpan/etpan-log.c
10024         * src/etpan/imap-thread.c
10025         * src/gtk/gtksourceprintjob.c
10026                 fix compilation warnings
10027                 (patch by Colin)
10028
10029 2005-08-19 [paul]       1.9.13cvs38
10030
10031         sync with main:
10032
10033         * src/account.c
10034         * src/action.c
10035         * src/addrbook.c
10036         * src/addrcache.c
10037         * src/addrharvest.c
10038         * src/addrindex.c
10039         * src/codeconv.c
10040         * src/compose.c
10041         * src/crash.c
10042         * src/exporthtml.c
10043         * src/exportldif.c
10044         * src/folder.c
10045         * src/image_viewer.c
10046         * src/inc.c
10047         * src/inc.h
10048         * src/jpilot.c
10049         * src/ldif.c
10050         * src/main.c
10051         * src/matcher.c
10052         * src/mbox.c
10053         * src/messageview.c
10054         * src/mh.c
10055         * src/mimeview.c
10056         * src/msgcache.c
10057         * src/mutt.c
10058         * src/news.c
10059         * src/partial_download.c
10060         * src/pine.c
10061         * src/pop.c
10062         * src/prefs_actions.c
10063         * src/prefs_common.c
10064         * src/prefs_customheader.c
10065         * src/prefs_display_header.c
10066         * src/prefs_gtk.c
10067         * src/prefs_themes.c
10068         * src/procheader.c
10069         * src/procmime.c
10070         * src/procmsg.c
10071         * src/recv.c
10072         * src/send_message.c
10073         * src/simple-gettext.c
10074         * src/sourcewindow.c
10075         * src/textview.c
10076         * src/vcard.c
10077         * src/common/defs.h
10078         * src/common/log.c
10079         * src/common/plugin.c
10080         * src/common/prefs.c
10081         * src/common/session.c
10082         * src/common/session.h
10083         * src/common/socket.c
10084         * src/common/socket.h
10085         * src/common/ssl_certificate.c
10086         * src/common/template.c
10087         * src/common/utils.c
10088         * src/common/utils.h
10089         * src/common/xml.c
10090         * src/gtk/about.c
10091         added wrappers for C library function that
10092                 take pathname arguments.
10093                 enabled compilation with MinGW.
10094                 use GDir instead of directly using opendir().
10095                 added rename_force().
10096
10097 2005-08-19 [paul]       1.9.13cvs37
10098         
10099         patches by Colin:
10100         * src/compose.c
10101                 fix privacy settings on re-editing
10102                 a sent message
10103         * src/jpilot.c
10104                 fix encoding bug
10105         * src/folder.c
10106         * src/procmsg.c
10107         * src/procmsg.h
10108         * src/summaryview.c
10109                 flag changing optimisation
10110
10111 2005-08-18 [martin]     1.9.13cvs36
10112
10113         * commitHelper
10114             added my login
10115         * src/addrcache.c
10116         * src/addrharvest.c
10117         * src/addrindex.c
10118         * src/compose.c
10119         * src/grouplistdialog.c
10120         * src/main.c
10121         * src/mainwindow.c
10122         * src/msgcache.c
10123         * src/mutt.c
10124         * src/pine.c
10125         * src/prefs_account.c
10126         * src/prefs_themes.c
10127         * src/stock_pixmap.c
10128         * src/summaryview.c
10129         * src/gtk/about.c
10130         * src/gtk/logwindow.c
10131             removed deprecated glib and gdk stuff
10132         * src/plugins/pgpcore/select-keys.c
10133             convert attributes from locale to utf8
10134
10135 2005-08-17 [paul]       1.9.13cvs35
10136
10137         * src/account.c
10138         * src/addressbook.c
10139                 use new GTK_STOCK_ icons if available
10140         * src/summaryview.c
10141         * src/gtk/gtksctree.c
10142         * src/gtk/gtksctree.h
10143                 faster range select. patch by Colin
10144
10145 2005-08-17 [paul]       1.9.13cvs34
10146
10147         patches by colin:
10148         * src/addressbook.c
10149         * src/addressitem.h
10150                 Add an edit button for contacts, fix selections
10151                 of gtksctree items
10152         * src/editaddress.c
10153                 Change labels, let Save be always possible in the
10154                 email and user atributes tabs
10155         * src/folderview.c
10156                 fix sort issues
10157         * src/summaryview.c
10158                 select next item instead of the displayed one
10159                 after deletion
10160
10161         * src/gtk/progressdialog.c
10162                 use prefs_common.enable_rules_hint
10163
10164 2005-08-13 [hoa]        1.9.13cvs33
10165
10166         * src/etpan/imap-thread.c
10167                 fixed build on Solaris.
10168
10169 2005-08-10 [colin]      1.9.13cvs32
10170
10171         * src/procmsg.c
10172                 Fix cvs31 (missing fclose before reading
10173                 the file)
10174
10175 2005-08-10 [colin]      1.9.13cvs31
10176
10177         * src/procmsg.c
10178                 Fix procmsg_msginfo_new_from_mimeinfo() when
10179                 the MimeInfo isn't stored in memory. This fixes
10180                 replying to an attached message.
10181
10182 2005-08-10 [colin]      1.9.13cvs30
10183
10184         * src/mainwindow.c
10185                 Fix slowness in account changing
10186
10187 2005-08-10 [colin]      1.9.13cvs29
10188
10189         * src/folder.c
10190         * src/folderutils.c
10191         * src/folderview.c
10192         * src/imap_gtk.c
10193         * src/mainwindow.c
10194         * src/mh_gtk.c
10195         * src/procmsg.c
10196         * src/summaryview.c
10197                 Optimize folder_has_parent_of_type
10198                 Prevent moving special sub-folders from contextual menus
10199                 Rework message a bit ("Empty all messages" -> "Delete all
10200                 messages")
10201                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
10202                 and "Deleted Items" folders)
10203
10204 2005-08-08 [colin]      1.9.13cvs28
10205
10206         * src/summaryview.c
10207         * src/prefs_summaries.c
10208                 Make "Select first unread|new" more flexible
10209                 (just prioritize new or unread)
10210
10211 2005-08-08 [colin]      1.9.13cvs27
10212
10213         * src/summaryview.c
10214                 If "select first new" is selected and there only
10215                 are unread messages, fallback to "select first
10216                 unread".
10217
10218 2005-08-08 [colin]      1.9.13cvs26
10219
10220         * src/folder.c
10221                 Fix shameful bugs (and bug #779)
10222
10223 2005-08-08 [colin]      1.9.13cvs25
10224
10225         * src/folder.c
10226         * src/folder.h
10227                 Cache parents' type to make folder_has_parent_of_type
10228                 faster
10229         * src/folderview.c
10230                 Forbid DnD of special sub-folders
10231         * src/procmsg.c
10232         * src/procmsg.h
10233                 Add MAIL_POSTFILTERING_HOOK
10234         * src/summaryview.c
10235                 Revert over-zealous deletion of the use_addr_book 
10236                 code
10237
10238 2005-08-07 [colin]      1.9.13cvs24
10239
10240         * src/folder.c
10241                 Fix big mistake (passing MsgInfo instead 
10242                 of FolderItem)
10243
10244 2005-08-07 [colin]      1.9.13cvs23
10245
10246         * src/compose.c
10247         * src/folder.c
10248         * src/folder.h
10249         * src/foldersel.c
10250         * src/folderutils.c
10251         * src/folderview.c
10252         * src/imap.c
10253         * src/mainwindow.c
10254         * src/messageview.c
10255         * src/mh.c
10256         * src/msgcache.c
10257         * src/procmime.c
10258         * src/summaryview.c
10259                 Make subfolders of Drafts, Queue, Outbox, Trash
10260                 work like their parents. 
10261                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
10262
10263 2005-08-07 [colin]      1.9.13cvs22
10264
10265         * src/addressbook.c
10266                 Fix bug #771 (Dragged contacts not saved)
10267
10268 2005-08-07 [paul]       1.9.13cvs21
10269
10270         * src/summaryview.c
10271                 fix bug 32 'Search Doesn't display results
10272                 if "Hide Read Messages" is chosen'
10273                 be more literal in interpreting 'Hide read
10274                 messages'
10275
10276 2005-08-07 [colin]      1.9.13cvs20
10277
10278         * src/folderview.c
10279                 Add debug
10280         * src/summaryview.c
10281                 Faster 'unthread_for_execution'
10282
10283 2005-08-06 [paul]       1.9.13cvs19
10284
10285         * src/mainwindow.c
10286                 add mnemonics to Set displayed columns
10287                 fix bug where msgview_visible option was
10288                 overwritten as TRUE on startup
10289
10290 2005-08-06 [paul]       1.9.13cvs18
10291
10292         * src/mainwindow.c
10293                 refer to 'displayed columns in folder/message
10294                 list' not 'displayed items in summary/message view'
10295         * src/prefs_display_header.c
10296                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
10297                 be consistent with similar dialogues
10298         * src/prefs_folder_column.c
10299         * src/prefs_summary_column.c
10300                 'columns' not 'items', and folder and message lists,
10301                 instead of folder and summary views;
10302                 Use 'Hidden columns' as list heading not 'Available
10303                 items';
10304                 move the 'Remove' button to the right hand side;
10305                 top-align the buttons;
10306                 remove unneeded vbox
10307         * src/prefs_summaries.c
10308                 put the 2 column prefs buttons in a frame to reduce
10309                 overall width; refer to columns not items &c.
10310
10311 2005-08-05 [colin]      1.9.13cvs17
10312
10313         * src/prefs_common.c
10314         * src/prefs_common.h
10315         * src/mainwindow.c
10316         * src/compose.c
10317         * src/messageview.c
10318                 Add an hidden toolbar_detachable pref, so
10319                 that I can get rid of these painful handles
10320                 in the toolbars. Defaults to TRUE to avoid
10321                 changing the GUI on unsuspecting people...
10322
10323 2005-08-05 [colin]      1.9.13cvs16
10324
10325         * src/Makefile.am
10326         * src/prefs_folder_column.c
10327         * src/prefs_folder_column.h
10328                 Add prefs for folder columns
10329         * src/folderview.c
10330         * src/folderview.h
10331         * src/mainwindow.c
10332         * src/mainwindow.h
10333         * src/prefs_common.c
10334         * src/prefs_common.h
10335         * src/prefs_summaries.c
10336                 Use them
10337         * src/prefs_summary_column.c
10338         * src/summaryview.c
10339         * src/summaryview.h
10340                 Add a To column
10341         * src/textview.c
10342         * src/common/utils.c
10343         * src/common/utils.h
10344                 Move uri colourisation functions
10345                 to utils
10346         * src/compose.c
10347                 Colourise URIs
10348         * src/imap.c
10349                 Fix bug with LIST where we'd try
10350                 to get Folder//////[...]/// 
10351
10352 2005-08-05 [paul]       1.9.13cvs15
10353
10354         * src/prefs_summaries.c
10355                 improve the English usage
10356         * src/summaryview.c
10357                 set font on column change
10358                 thanks to Colin
10359
10360 2005-08-05 [paul]       1.9.13cvs14
10361
10362         * src/prefs_common.c
10363         * src/prefs_common.h
10364         * src/prefs_summaries.c
10365         * src/summaryview.c
10366                 replace 'open_unread_on_enter' option with
10367                 'select_on_entry' option. opening/not opening
10368                 is now exclusively controlled by 'always_show_msg'
10369
10370 2005-08-04 [colin]      1.9.13cvs13
10371
10372         * src/compose.c
10373                 Remove dead code
10374                 Add colourisation of quotes and signatures
10375         * src/folderview.c
10376                 Fix possible crashes
10377         * src/messageview.c
10378                 Change an assert that is no problem
10379         * src/news.c
10380         * src/news_gtk.c
10381         * src/news_gtk.h
10382                 Fix offline mode
10383         * src/gtk/quicksearch.c
10384                 Fix a possible crash
10385
10386 2005-08-03 [colin]      1.9.13cvs12
10387
10388         * src/prefs_account.c
10389                 Fix bug #777 (Sylpheed crash in account configuration)
10390
10391 2005-08-03 [colin]      1.9.13cvs11
10392
10393         * src/addressbook.c
10394         * src/editaddress.c
10395         * src/editgroup.c
10396                 Fixing addressbook, round 2
10397         * src/textview.c
10398                 Fix emphasis color on rechecking 'Colorize messages'
10399
10400 2005-08-03 [paul]       1.9.13cvs10
10401
10402         sync with main
10403
10404         * src/addr_compl.c
10405         * src/compose.c
10406         * src/main.c
10407         * src/pop.c
10408         * src/prefs_account.c
10409         * src/procmime.c
10410         * src/procmsg.c
10411         * src/quote_fmt_parse.y
10412         * src/textview.c
10413         * src/common/quoted-printable.c
10414         * src/common/utils.c
10415         * src/common/utils.h
10416         * src/common/xml.c
10417                 replaced incorrect locale-independent
10418                 ctype functions with GLib's. Corrected
10419                 signedness mismatch.
10420         * src/headerview.c
10421                 headerview_create(): added spacing for vbox.
10422         * src/gtk/about.c
10423                 set focus to the OK button.
10424
10425 2005-08-03 [colin]      1.9.13cvs9
10426
10427         * src/folderview.c
10428                 Fix possible crash
10429
10430 2005-08-02 [colin]      1.9.13cvs8
10431
10432         * src/mainwindow.c
10433                 Fix cast
10434         * src/addressbook.c
10435         * src/addressitem.h
10436                 Fix a cast and more generally, try to make the
10437                 GUI more intuitive and consistent (round 1)
10438
10439 2005-08-02 [paul]       1.9.13cvs7
10440
10441         * src/folder.h
10442                 missing in 1.9.13cvs6
10443
10444 2005-08-02 [colin]      1.9.13cvs6
10445
10446         * src/folder.c
10447                 Fix one more leak
10448
10449 2005-08-02 [colin]      1.9.13cvs5
10450
10451         * src/folder.c
10452         * src/folderview.c
10453         * src/imap.c
10454         * src/main.c
10455         * src/mbox.c
10456         * src/procmsg.c
10457         * src/summaryview.c
10458                 Fix a number of folder_item_get_msg_list()-related
10459                 leaks (missing procmsg_msginfo_free()s)
10460
10461 2005-08-01 [colin]      1.9.13cvs4
10462
10463         * src/folderview.c
10464         * src/folderview.h
10465         * src/mainwindow.c
10466         * src/prefs_fonts.c
10467         * src/prefs_summaries.c
10468         * src/prefs_themes.c
10469         * src/summaryview.c
10470         * src/summaryview.h
10471         * src/textview.c
10472         * src/textview.h
10473                 Fix instant-apply of summary and folderview-related prefs
10474                 Fix erroneous g_free and alertpanels in prefs_theme
10475                 Add instant-apply for fonts
10476                 Defer applying of prefs a little bit so it's done only
10477                 once even if requested by multiples prefs pages
10478
10479 2005-08-01 [paul]       1.9.13cvs3
10480
10481         * src/main.c
10482                 fix bug 776 'S.C. crashes on close'
10483                 thanks to Colin
10484         * src/etpan/etpan-thread-manager-types.h
10485                 add missing include
10486                 thanks to Hoa
10487
10488 2005-07-25 [paul]       1.9.13cvs2
10489
10490         * src/summaryview.c
10491                 fix typos. spotted by Fabien Vantard
10492
10493 2005-07-24 [paul]       1.9.13cvs1
10494
10495         * doc/man/sylpheed.1
10496                 update man page, incorporating fix of
10497                 bug 769 'Typo in manpage'
10498         * src/etpan/imap-thread.c
10499                 fix NetBSD openssl dependencies. patch by
10500                 George Michaelson <ggm@apnic.net>
10501         * po/pt_BR.po
10502                 updated by Frederico Goncalves Guimaraes
10503
10504 2005-07-22 [paul]       1.9.13
10505
10506         1.9.13 release
10507
10508 2005-07-22 [paul]       1.9.12cvs91
10509
10510         * AUTHORS
10511         * INSTALL
10512         * README.claws
10513         * RELEASE_NOTES.claws
10514                 updated for release
10515         * configure.ac
10516         * po/nb.po
10517         * tools/claws.i18n.status.pl
10518                 add Norwegian translation. submiited by
10519                 Geir Helland <pjallabais@users.sourceforge.net>
10520         * po/ca.po
10521         * po/de.po
10522         * po/es.po
10523         * po/fi.po
10524         * po/fr.po
10525         * po/it.po
10526         * po/sk.po
10527         * po/sr.po
10528         * po/zh_CN.po
10529                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10530                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10531                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10532                 Yang Guilong
10533         * src/plugins/clamav/clamav_plugin_gtk.c
10534         * src/plugins/spamassassin/spamassassin_gtk.c
10535                 replace outdated description strings
10536
10537 2005-07-21 [colin]      1.9.12cvs90
10538
10539         * src/folder.c
10540                 Set folder to batch mode when scanning it. Makes deletion
10541                 of unread mails on IMAP much faster (due to the UNREAD 
10542                 flag unsetting)
10543
10544 2005-07-21 [darko]      1.9.12cvs89
10545
10546         * configure.ac
10547                 link against libresolv if necessary (patch by Paul)
10548         * src/msgcache.c
10549                 use glib's portable macros to determine endianness
10550
10551 2005-07-21 [paul]       1.9.12cvs88
10552
10553         * src/crash.c
10554         * src/gtk/about.c
10555                 update compiled-in features list
10556
10557 2005-07-20 [colin]      1.9.12cvs87
10558
10559         * src/folder.c
10560         * src/textview.c
10561                 Gcc 2.9x compilation fixes, thanks to Darko
10562         * src/plugins/clamav/clamav_plugin.c
10563                 Little optimisation: load virus database only once
10564         * src/plugins/spamassassin/spamassassin.c
10565                 Big optimisation: filtering one mail took at least 1 second,
10566                 now it takes at least 50ms. Doesn't speed up spamassassin 
10567                 itself, but should already be much more tolerable.
10568
10569 2005-07-20 [colin]      1.9.12cvs86
10570
10571         * src/summaryview.c
10572                 Fix performance issue
10573
10574 2005-07-19 [colin]      1.9.12cvs85
10575
10576         * src/plugins/pgpinline/plugin.c
10577                 Fix warning
10578
10579 2005-07-19 [colin]      1.9.12cvs84
10580
10581         * configure.ac
10582         * src/plugins/Makefile.am
10583         * src/plugins/pgpinline/.cvsignore
10584         * src/plugins/pgpinline/Makefile.am
10585         * src/plugins/pgpinline/pgpinline.c
10586         * src/plugins/pgpinline/pgpinline.deps
10587         * src/plugins/pgpinline/pgpinline.h
10588         * src/plugins/pgpinline/plugin.c
10589                 Put pgpinline in the main tree
10590
10591 2005-07-19 [paul]       1.9.12cvs83
10592
10593         * src/prefs_actions.c
10594                 prevent '//' in menu names, which cause a crash
10595                 thanks to Colin
10596
10597 2005-07-19 [paul]       1.9.12cvs82
10598
10599         * configure.ac
10600                 be generally more informative in configure output.
10601                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10602                 '[ --disable-openssl ...', as --enable-openssl is default
10603                 PGP/MIME: don't check for GPGME again, check for
10604                 pgpcore instead. Therefore prevent the possibility of
10605                 attempting to build pgpmime if pgpcore dependencies are
10606                 not met
10607                 ClamAV: use pkgconfig to check for lib
10608                 libgnomeprint: revert logic on inner test to match
10609                 everything else
10610         * src/plugins/pgpcore/sgpgme.c
10611                 add missing include
10612
10613 2005-07-19 [colin]      1.9.12cvs81
10614
10615         * src/summaryview.c
10616                 Fix slow thread rebuilding in particular
10617                 cases
10618
10619 2005-07-19 [paul]       1.9.12cvs80
10620
10621         * sylpheed-claws.desktop
10622                 fix typo, spotted by Stephan Sachse
10623         * src/account.c
10624                 replace GTK_STOCK_ADD with
10625                 GTK_STOCK_NEW button
10626
10627 2005-07-18 [colin]      1.9.12cvs79
10628
10629         * src/etpan/imap-thread.c
10630                 Fix return value (Thanks Hoa)
10631
10632 2005-07-18 [colin]      1.9.12cvs78
10633
10634         * src/imap.c
10635                 Allow empty passwords
10636                 Create drafts/queue/outbox if necessary
10637         * src/summaryview.c
10638                 Remove old code
10639         * src/etpan/imap-thread.c
10640                 Fix STARTTLS (Thanks to Hoa)
10641
10642 2005-07-18 [paul]       1.9.12cvs77
10643
10644         * ChangeLog-gtk2.jp
10645         * ChangeLog.jp
10646                 removed
10647         * Makefile.am
10648                 updated to reflect additions and removals
10649         * TODO
10650                 updated to be claws-specific
10651         * TODO-gtk2
10652         * TODO-gtk2.jp
10653         * TODO.jp
10654         * sylpheed-128x128.png
10655         * sylpheed-64x64.png
10656                 removed
10657         * sylpheed-claws-128x128.png
10658         * sylpheed-claws-64x64.png
10659         * sylpheed-claws.desktop
10660         * sylpheed-claws.png
10661                 added
10662         * sylpheed.desktop
10663         * sylpheed.png
10664                 removed
10665
10666 2005-07-17 [paul]       1.9.12cvs76
10667
10668         * src/account.c
10669         * src/addressbook.c
10670         * src/alertpanel.c
10671         * src/alertpanel.h
10672         * src/compose.c
10673         * src/exphtmldlg.c
10674         * src/expldifdlg.c
10675         * src/folderview.c
10676         * src/imap_gtk.c
10677         * src/inc.c
10678         * src/message_search.c
10679         * src/messageview.c
10680         * src/mh_gtk.c
10681         * src/news_gtk.c
10682         * src/prefs_actions.c
10683         * src/prefs_filtering.c
10684         * src/prefs_matcher.c
10685         * src/prefs_template.c
10686         * src/prefs_themes.c
10687         * src/ssl_manager.c
10688         * src/summary_search.c
10689         * src/textview.c
10690         * src/toolbar.c
10691         * src/gtk/sslcertwindow.c
10692         * src/plugins/pgpcore/sgpgme.c
10693                 rework alertpanels
10694
10695 2005-07-17 [colin]      1.9.12cvs75
10696
10697         * src/privacy.c
10698                 add a PrivacySystem accessor that checks that
10699                 the system cached in a MimeInfo's privacydata
10700                 is still registered. Use this accessor instead
10701                 of directly using data->system. Fixes crashes
10702                 after unloading pgp plugins.
10703
10704 2005-07-17 [colin]      1.9.12cvs74
10705
10706         * src/alertpanel.c
10707                 Change geometry hints to a simple default size.
10708                 Fixes the certs dialogs.
10709
10710 2005-07-17 [colin]      1.9.12cvs73
10711
10712         * src/gtk/sslcertwindow.c
10713                 Use a gtkExpander
10714
10715 2005-07-17 [colin]      1.9.12cvs72
10716
10717         * src/plugins/pgpcore/Makefile.am
10718         * src/plugins/pgpmime/Makefile.am
10719                 Add gpgme libs
10720
10721 2005-07-17 [paul]       1.9.12cvs71
10722
10723         * configure.ac
10724                 add --disable-gnomeprint option
10725                 modified version of patch by Marius Mauch
10726
10727 2005-07-17 [paul]       1.9.12cvs70
10728
10729         * src/common/defs.h
10730                 update urls
10731         * src/account.c
10732         * src/action.c
10733         * src/addressbook.c
10734         * src/compose.c
10735         * src/foldersel.c
10736         * src/folderview.c
10737         * src/html.c
10738         * src/imap_gtk.c
10739         * src/main.c
10740         * src/mainwindow.c
10741         * src/messageview.c
10742         * src/mh_gtk.c
10743         * src/mimeview.c
10744         * src/news_gtk.c
10745         * src/prefs_account.c
10746         * src/prefs_send.c
10747         * src/prefs_summaries.c
10748         * src/procmsg.c
10749         * src/summaryview.c
10750         * src/common/utils.c
10751         * src/common/xml.c
10752         * src/plugins/pgpcore/passphrase.c
10753         * src/plugins/pgpcore/select-keys.c
10754                 replace inappropriately used backticks
10755                 with single quotes
10756
10757 2005-07-16 [colin]      1.9.12cvs69
10758
10759         * src/image_viewer.c
10760                 Add extra paranoid checks
10761
10762 2005-07-16 [colin]      1.9.12cvs68
10763
10764         * src/plugins/pgpcore/prefs_gpg.c
10765                 Don't auto-check sigs by default, as it
10766                 can be really slow.
10767
10768 2005-07-16 [colin]      1.9.12cvs67
10769
10770         * src/plugins/pgpcore/sgpgme.c
10771                 Make messages a bit better.
10772
10773 2005-07-16 [colin]      1.9.12cvs66
10774
10775         * src/imap.c
10776                 Remove pseudo-log
10777         * src/etpan/imap-thread.c
10778                 Add real log
10779
10780 2005-07-16 [colin]      1.9.12cvs65
10781
10782         * src/main.c
10783         * src/prefs_other.c
10784                 And now, fix build with libetpan :-/
10785
10786 2005-07-15 [colin]      1.9.12cvs64
10787
10788         * src/prefs_other.c
10789                 Continue fixing build without libetpan.
10790
10791 2005-07-15 [colin]      1.9.12cvs63
10792
10793         * src/main.c
10794                 Fix build with --disable-libetpan
10795
10796 2005-07-15 [colin]      1.9.12cvs62
10797
10798         * configure.ac
10799                 Bump libetpan's version
10800
10801 2005-07-15 [colin]      1.9.12cvs61
10802
10803         * src/etpan/imap-thread.c
10804                 Actually stop logging :)
10805
10806 2005-07-15 [colin]      1.9.12cvs60
10807
10808         * src/addressbook.c
10809                 Fix dnd of multiple addresses.
10810
10811 2005-07-15 [hoa]        1.9.12cvs59
10812
10813         * src/etpan/imap-thread.c
10814             disable login of IMAP password in libetpan log file.
10815
10816 2005-07-15 [paul]       1.9.12cvs58
10817
10818         * src/account.c
10819                 don't automatically sort
10820                 do allow drag n drop
10821
10822 2005-07-15 [paul]       1.9.12cvs57
10823
10824         * src/account.c
10825         * src/ssl_manager.c
10826                 alphabetical listing
10827
10828 2005-07-15 [paul]       1.9.12cvs56
10829
10830         * src/gtk/pluginwindow.c
10831                 sort plugin list alphabetically
10832
10833 2005-07-15 [paul]       1.9.12cvs55
10834
10835         * src/prefs_spelling.c
10836         * src/prefs_wrapping.c
10837                 unify English usage
10838
10839 2005-07-15 [colin]      1.9.12cvs54
10840
10841         * src/wizard.c
10842                 Typo fix
10843
10844 2005-07-15 [paul]       1.9.12cvs53
10845
10846         * src/prefs_message.c
10847                 make 'show cursor' a hidden option
10848
10849 2005-07-14 [colin]      1.9.12cvs52
10850
10851         * src/plugins/spamassassin/Makefile.am
10852         * src/plugins/clamav/Makefile.am
10853                 Fix double EXTRA_DISTs
10854
10855 2005-07-14 [colin]      1.9.12cvs51
10856
10857         * src/plugins/clamav/Makefile.am
10858         * src/plugins/clamav/clamav_plugin_gtk.deps
10859         * src/plugins/spamassassin/Makefile.am
10860         * src/plugins/spamassassin/spamassassin_gtk.deps
10861                 Make $plugin_gtk depend on $plugin
10862
10863 2005-07-14 [hoa]        1.9.12cvs50
10864
10865         * src/etpan/imap-thread.c
10866                 enable debug log of libetpan when running with --debug
10867
10868 2005-07-14 [colin]      1.9.12cvs49
10869
10870         * configure.ac
10871         * src/common/Makefile.am
10872         * src/common/plugin.c
10873         * src/common/plugin.h
10874                 Add a little plugin dependancy system.
10875                 Plugins can ship a $plugin_name.deps file
10876                 (near them in PLUGINDIR) so that their
10877                 dependancies are loaded if possible.
10878         * src/plugins/Makefile.am
10879         * src/plugins/pgpcore/Makefile.am
10880         * src/plugins/pgpcore/passphrase.c
10881         * src/plugins/pgpcore/passphrase.h
10882         * src/plugins/pgpcore/plugin.c
10883         * src/plugins/pgpcore/prefs_gpg.c
10884         * src/plugins/pgpcore/prefs_gpg.h
10885         * src/plugins/pgpcore/select-keys.c
10886         * src/plugins/pgpcore/select-keys.h
10887         * src/plugins/pgpcore/sgpgme.c
10888         * src/plugins/pgpcore/sgpgme.h
10889                 Introduce pgpcore, used by pgpmime and
10890                 pgpinline
10891         * src/plugins/pgpmime/Makefile.am
10892         * src/plugins/pgpmime/passphrase.c
10893         * src/plugins/pgpmime/passphrase.h
10894         * src/plugins/pgpmime/pgpmime.c
10895         * src/plugins/pgpmime/pgpmime.deps
10896         * src/plugins/pgpmime/plugin.c
10897         * src/plugins/pgpmime/prefs_gpg.c
10898         * src/plugins/pgpmime/prefs_gpg.h
10899         * src/plugins/pgpmime/select-keys.c
10900         * src/plugins/pgpmime/select-keys.h
10901         * src/plugins/pgpmime/sgpgme.c
10902         * src/plugins/pgpmime/sgpgme.h
10903                 Remove the core from pgpmime and add the
10904                 dependancy to pgpcore.
10905
10906 2005-07-14 [paul]       1.9.12cvs48
10907
10908         * src/stock_pixmap.c
10909                 forgot this in last commit
10910
10911 2005-07-14 [paul]       1.9.12cvs47
10912
10913         * src/account.c
10914         * src/addressbook.c
10915                 add accelerators for the buttons (sync with main)
10916         * src/compose.c
10917         * src/compose.h
10918                 add accelerators for the buttons.
10919                 fix editing with external editor.
10920                 replace gdk_input_*() with GIOChannel;
10921                 (sync with main)
10922         * src/foldersel.c
10923                 display folder names with new/unread
10924                 representation (sync with main)
10925         * src/main.c
10926                 specify default window icon (sync with main)
10927         * src/prefs_common.c
10928                 use_addr_book default to FALSE
10929         * src/summaryview.c
10930         * src/textview.c
10931                 add accelerators for the buttons (sync with main)
10932         * src/gtk/menu.c
10933                 fix typos
10934         * src/pixmaps/sylpheed_icon.xpm
10935                 updated
10936
10937 2005-07-13 [paul]       1.9.12cvs46
10938
10939         * src/plugins/pgpmime/pgpmime.c
10940         * src/plugins/pgpmime/sgpgme.c
10941                 (temporarily) use deprecated gpgme_data_rewind()
10942                 while largefile support is not present
10943                 (as suggested by Colin)
10944
10945 2005-07-13 [paul]       1.9.12cvs45
10946
10947         * configure.ac
10948                 remove large file support (for now):
10949                 it breaks too many things
10950
10951 2005-07-13 [paul]       1.9.12cvs44
10952
10953         * configure.ac
10954                 add large file support
10955         * src/html.c
10956                 fix bug #763 where href attribute was not
10957                 the very first attribute of a link
10958                 patch by Thomas Gilgin
10959
10960 2005-07-13 [colin]      1.9.12cvs43
10961
10962         * src/gtk/pluginwindow.c
10963                 Little portability fix
10964
10965 2005-07-13 [colin]      1.9.12cvs42
10966
10967         * src/plugins/pgpmime/sgpgme.c
10968                 Fix crasher.
10969
10970 2005-07-13 [colin]      1.9.12cvs41
10971
10972         * src/plugins/pgpmime/pgpmime.c
10973         * src/plugins/pgpmime/sgpgme.c
10974                 Use gpgme_data_release_and_get_mem instead
10975                 of gpgme_data_read.
10976
10977 2005-07-13 [colin]      1.9.12cvs40
10978
10979         * configure.ac
10980         * src/plugins/pgpmime/passphrase.c
10981         * src/plugins/pgpmime/passphrase.h
10982         * src/plugins/pgpmime/pgpmime.c
10983         * src/plugins/pgpmime/plugin.c
10984         * src/plugins/pgpmime/select-keys.c
10985         * src/plugins/pgpmime/select-keys.h
10986         * src/plugins/pgpmime/sgpgme.c
10987         * src/plugins/pgpmime/sgpgme.h
10988                 Port pgpmime to gpgme-1.0.
10989
10990 2005-07-12 [paul]       1.9.12cvs39
10991
10992         * AUTHORS
10993         * src/toolbar.c
10994         * src/toolbar.h
10995                 add a 'Go to Prev' button to the toolbar.
10996                 correct tooltip text of go to buttons.
10997                 based on patch by Yang Guilong <bamanzi@gmail.com>
10998
10999 2005-07-12 [colin]      1.9.12cvs38
11000
11001         * src/statusbar.c
11002                 Fix progress bar showing stuff at startup.
11003
11004 2005-07-12 [paul]       1.9.12cvs37
11005
11006         * src/editjpilot.c
11007                 fix building with jpilot support
11008
11009 2005-07-11 [colin]      1.9.12cvs36
11010
11011         * src/inc.c
11012                 Add visual indication that filtering is running
11013         * src/textview.c
11014                 Make {}[] uri delimiters
11015         * src/summaryview.c
11016                 Remove useless (and slow) calls
11017
11018 2005-07-11 [paul]       1.9.12cvs35
11019
11020         * src/plugins/clamav/clamav_plugin_gtk.c
11021         * src/plugins/dillo_viewer/dillo_prefs.c
11022         * src/plugins/pgpmime/prefs_gpg.c
11023         * src/plugins/spamassassin/spamassassin_gtk.c
11024                 gather plugins prefs together under their
11025                 own 'Plugins' heading
11026
11027 2005-07-11 [paul]       1.9.12cvs34
11028
11029         sync with main
11030
11031         * src/account.c
11032                 account_delete(): modified alert dialog
11033         * src/editjpilot.c
11034         * src/editvcard.c
11035                 fixed a crash when cancelling file selection
11036                 dialog by Escape key. Made non-ascii filename
11037                 selectable.
11038         * src/prefs_template.c
11039                 prefs_template_window_create(): make scrolled
11040                 window policy AUTOMATIC
11041
11042 2005-07-10 [hoa]        1.9.12cvs33
11043
11044         * src/etpan/imap-thread.c
11045                 workaround for old Courier IMAP servers.
11046
11047 2005-07-10 [colin]      1.9.12cvs32
11048
11049         * src/folder.c
11050         * src/statusbar.c
11051         * src/statusbar.h
11052                 Add visual progress indicator on filtering/processing
11053                 Factorize the progress bar code
11054         * src/imap.c
11055         * src/imap.h
11056         * src/etpan/imap-thread.c
11057                 Add a reference counter to avoid destroying the Folder
11058                 while it's in use by another callback.
11059
11060 2005-07-09 [hoa]        1.9.12cvs31
11061
11062         * src/imap.c
11063         * src/etpan/imap-thread.c
11064                 fixed deadlock when removing IMAP account.
11065
11066 2005-07-08 [colin]      1.9.12cvs30
11067
11068         * src/textview.c
11069         * src/unmime.c
11070                 Fix again problems decoding broken headers
11071         * src/gtk/inputdialog.c
11072                 Fix local variable shadowing a global one
11073
11074 2005-07-08 [colin]      1.9.12cvs29
11075
11076         * src/msgcache.c
11077                 Make the cache/mark files platform-agnostic by writing
11078                 them in little-endian format. Reading them is also done
11079                 in little-endian format, of course; however, in order
11080                 to avoid trashing mark data on big-endian machines, the
11081                 files are, at first, read from the native format if the
11082                 little-endian one doesn't exist. This is easy to deter-
11083                 mine by trying to open a file with a swapped data_ver
11084                 and seeing if it's the wanted version.
11085                 Little-endian using users should see absolutely no
11086                 difference, Big-endian users may get a very little
11087                 performance drop due to byte-swapping.
11088                 Tested on i386 and ppc32. 
11089                 Fixes bug #159 (The index file, in the mailboxes, is 
11090                 hardware depending).
11091
11092                 To have the cache/mark files updated to the new little-
11093                 endian format, "Check for new messages" or even
11094                 "Rebuild folder tree" aren't enough. Files will be
11095                 updated as soon as a folder has been opened/closed.
11096                 To update everything, just select all folders by
11097                 selecting them one by one.
11098
11099 2005-07-07 [colin]      1.9.12cvs28
11100
11101         * src/imap.c
11102                 Remember the folder separator per IMAPFolder
11103                 instead of globally.
11104                 Revive the Session on noop; fixes bug #761
11105                 (mark a bunch of unread messages as read takes 
11106                 forever)
11107
11108 2005-07-07 [darko]      1.9.12cvs27
11109
11110         * src/common/template.c
11111                 Sort templates alphabetically
11112
11113 2005-07-06 [colin]      1.9.12cvs26
11114
11115         * src/imap.c
11116                 Try to use the correct separator in
11117                 most cases. Possibly fixes bug #759
11118                 (only creates the INBOX folder when 
11119                 setting up new IMAP account) and 
11120                 bug #760 (Can't retrieve messages)
11121
11122 2005-07-06 [colin]      1.9.12cvs25
11123
11124         * src/imap.c
11125                 Use real_path in status command. This will
11126                 help later, when namespaces will be used.
11127
11128 2005-07-06 [colin]      1.9.12cvs24
11129
11130         * configure.ac
11131         * src/account.c
11132         * src/folder.c
11133         * src/imap.c
11134         * src/etpan/etpan-log.c
11135         * src/etpan/etpan-thread-manager.c
11136         * src/etpan/imap-thread.c
11137                 Add a --disable-libetpan parameter. With this,
11138                 users that don't want IMAP4 support can avoid
11139                 the new dependancy (and have no IMAP support).
11140                 Users that have IMAP4 accounts and use this
11141                 parameter won't lose their configuration, their
11142                 IMAP accounts will just be invisible and not
11143                 used.
11144         * src/textview.c
11145                 Make the "Copy ..." contextual menu items 
11146                 copy to both the X clipboard and the gtk 
11147                 clipboard - as most other apps do.
11148         * src/gtk/about.c
11149                 Add a notice about OpenSSL usage, in order to
11150                 comply with OpenSSL's license (point 6):
11151                 http://www.openssl.org/source/license.html
11152
11153 2005-07-06 [colin]      1.9.12cvs23
11154
11155         * src/alertpanel.c
11156                 Fix a minimum size for alertpanels
11157         * src/compose.c
11158                 Show 'No space left on device' type errors
11159                 when queuing/sending
11160         * src/imap_gtk.c
11161         * src/mh_gtk.c
11162                 Rework folder's deletion message (remove 
11163                 extra \n)
11164
11165 2005-07-05 [colin]      1.9.12cvs22
11166
11167         * src/imap.c
11168                 Add an alertpanel on auth error
11169                 Add pseudo-log
11170                 Remove pthread-related stuff
11171
11172 2005-07-05 [colin]      1.9.12cvs21
11173
11174         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
11175                 Fix crash on plugin reloading (with a hack)
11176
11177 2005-07-05 [colin]      1.9.12cvs20
11178
11179         * src/prefs_account.c
11180         * src/prefs_account.h
11181                 Fix typo
11182         * src/gtk/filesel.c
11183         * src/gtk/filesel.h
11184                 Add a way to filter the view
11185         * src/gtk/pluginwindow.c
11186                 Filter loadable stuff
11187         * src/plugins/pgpmime/prefs_gpg.c
11188                 Fix missing unregistration
11189         * .cvsignore
11190         * src/etpan/.cvsignore
11191         * src/plugins/spamassassin/.cvsignore
11192                 Add more stuff to cvs ignored files
11193
11194 2005-07-04 [colin]      1.9.12cvs19
11195
11196         * src/imap.c
11197                 Fix scan_required returning FALSE when it
11198                 shouldn't. Maybe fix #760 (Can't retrieve
11199                 messages)
11200
11201 2005-07-04 [colin]      1.9.12cvs18
11202
11203         * src/summaryview.c
11204                 Fix always_show_msg pref
11205
11206 2005-07-04 [paul]       1.9.12cvs17
11207
11208         sync with main (forgotten in last commit)
11209         
11210         * src/common/utils.c
11211         * src/common/utils.h
11212                 check_line_length(): new.
11213                 is_dir_exist()
11214                 is_file_entry_exist()
11215                 dirent_is_regular_file()
11216                 dirent_is_directory(): use g_file_test() instead of stat().
11217
11218 2005-07-04 [paul]       1.9.12cvs16
11219
11220         sync with main:
11221
11222         * src/compose.c
11223                 compose_write_to_file(): check for line
11224                 length limit and display warning if exceeds
11225         * src/jpilot.c
11226                 use get_home_dir() instead of g_get_home_dir()
11227         * src/procheader.c
11228                 removed warning about invalid date
11229         * src/vcard.c
11230                 use get_home_dir() instead of g_get_home_dir()
11231
11232 2005-07-04 [paul]       1.9.12cvs15
11233
11234         * src/stock_pixmap.c
11235                 fix new pixmap naming errors
11236                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
11237
11238 2005-07-04 [colin]      1.9.12cvs14
11239
11240         * src/imap.c
11241                 Fix debugging string with a warning
11242
11243 2005-07-04 [colin]      1.9.12cvs13
11244
11245         * configure.ac
11246                 Add a check for libetpan's version (>= 0.37)
11247
11248 2005-07-04 [hoa]        1.9.12cvs12
11249
11250         * commitHelper
11251         * src/imap.c
11252         * src/etpan/imap-thread.c
11253         * src/etpan/imap-thread.h
11254                 fixed IMAP implementation of check of mails.
11255
11256 2005-07-03 [hoa]        1.9.12cvs11
11257
11258         * src/etpan/Makefile.am
11259         * src/etpan/etpan-errors.h
11260         * src/etpan/etpan-log.[ch]
11261         * src/etpan/etpan-thread-manager-types.h
11262         * src/etpan/etpan-thread-manager.[ch]
11263         * src/etpan/imap-thread.[ch]
11264         * src/Makefile.am
11265         * src/imap.c
11266         * src/main.c
11267         * src/prefs_other.c
11268         * configure.ac
11269             merged imap branch.
11270             dependency on libetpan 0.37 is now added.
11271
11272 2005-07-01 [colin]      1.9.12cvs10
11273
11274         * src/Makefile.am
11275         * src/folder.c
11276         * src/folder.h
11277         * src/folderview.c
11278         * src/stock_pixmap.c
11279         * src/stock_pixmap.h
11280         * src/plugins/trayicon/trayicon.c
11281                 Add marked symbol on folders containing
11282                 marked messages
11283         * src/procmsg.c
11284         * src/procmsg.h
11285         * src/toolbar.c
11286         * src/prefs_common.c
11287         * src/prefs_common.h
11288         * src/prefs_send.c
11289                 Add an optional confirmation dialog on queue
11290                 sending. Patch by wwp.
11291         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
11292         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
11293         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
11294         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
11295         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
11296         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
11297         * src/pixmaps/inbox_mark.xpm            ** ADDED **
11298         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
11299         * src/pixmaps/outbox_mark.xpm           ** ADDED **
11300         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
11301         * src/pixmaps/trash_mark.xpm            ** ADDED **
11302                 New pixmaps
11303
11304 2005-07-01 [colin]      1.9.12cvs9
11305
11306         * src/summaryview.c
11307                 Fix a little threading bug
11308         * src/addrgather.c
11309         * src/mainwindow.c
11310                 A little bit of HIG normality never hurts
11311
11312 2005-07-01 [colin]      1.9.12cvs8
11313
11314         * src/compose.c
11315         * src/msgcache.c
11316         * src/pop.c
11317         * src/procmime.c
11318         * src/recv.c
11319         * src/common/log.c
11320         * src/common/template.c
11321         * src/common/utils.c
11322         * src/common/utils.h
11323                 Reverted the fwrite_atomic stuff. In fact
11324                 it is already atomic.
11325
11326 2005-06-30 [colin]      1.9.12cvs7
11327
11328         * src/common/utils.c
11329         * src/common/utils.h
11330                 Add an fwrite_atomic() function to make
11331                 sure we write everything: fwrite can make
11332                 short writes.
11333         * src/compose.c
11334         * src/msgcache.c
11335         * src/pop.c
11336         * src/procmime.c
11337         * src/recv.c
11338         * src/common/log.c
11339         * src/common/template.c
11340                 Use that (and fix swapping of size and nmemb).
11341                 Thanks to Rich Coe for the heads up.
11342
11343 2005-06-30 [colin]      1.9.12cvs6
11344
11345         * src/addressbook.c
11346                 Optimize addressbook opening 
11347
11348 2005-06-30 [colin]      1.9.12cvs5
11349
11350         * src/summaryview.c
11351                 Remove calls to summary_step after move/copy
11352
11353 2005-06-28 [paul]       1.9.12cvs4
11354
11355         * src/alertpanel.c
11356                 wrap and make the error msg selectable
11357
11358 2005-06-28 [paul]       1.9.12cvs3
11359
11360         * src/ssl_manager.c
11361                 replace the OK button with a Close button
11362         * src/gtk/foldersort.c
11363                 use GTK_STOCK_ icons/buttons
11364
11365 2005-06-28 [colin]      1.9.12cvs2
11366
11367         * src/gedit-print.c             ** ADDED **
11368         * src/gedit-print.h             ** ADDED **
11369         * src/gtk/gtksourceprintjob.c   ** ADDED **
11370         * src/gtk/gtksourceprintjob.h   ** ADDED **
11371                 I can't believe no one had enough time to tell
11372                 me I forgot the `cvs add`
11373
11374 2005-06-27 [colin]      1.9.12cvs1
11375
11376         * src/Makefile.am
11377         * src/gtk/Makefile.am
11378         * src/messageview.c
11379         * src/procmsg.c
11380         * src/summaryview.c
11381         * configure.ac
11382                 Add optional libgnomeprint-based printing
11383         * src/mainwindow.c
11384         * src/gtk/quicksearch.c
11385                 Add an Edit/Quick search menu item to show
11386                 and focus the quicksearch
11387
11388 2005-06-27 [paul]       1.9.12
11389
11390         1.9.12 release
11391
11392         * po/ca.po
11393         * po/de.po
11394         * po/es.po
11395         * po/fr.po
11396         * po/it.po
11397         * po/ko.po
11398         * po/pt_BR.po
11399         * po/sk.po
11400         * po/zh_CN.po
11401                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11402                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11403                 SungHyun Nam, Frederico Goncalves Guimaraes,
11404                 Andrej Kacian, and Yang Guilong
11405 2005-06-26 [colin]      1.9.11cvs106
11406
11407         * src/imap_gtk.c
11408                 Forgot one file for previous fix
11409
11410 2005-06-26 [colin]      1.9.11cvs105
11411
11412         * src/folder.c
11413         * src/imap.c
11414                 Fix problems with folder operations in no_select
11415                 imap folders. it applies only to mails, and 
11416                 creation/deletion/move/renaming of folders 
11417                 should be possible
11418
11419 2005-06-26 [paul]       1.9.11cvs104
11420
11421         * src/prefs_filtering.c
11422                 replace one more GTK_STOCK_REMOVE
11423                 with GTK_STOCK_DELETE
11424
11425 2005-06-25 [colin]      1.9.11cvs103
11426
11427         * src/imap.c
11428                 Optimize get_seq_set_from_seq_list
11429                 (Patch by Ricardo) 
11430
11431 2005-06-25 [colin]      1.9.11cvs102
11432
11433         * src/mh.c
11434                 If the directory exists, but not in the
11435                 correct encoding, rename it. This should
11436                 handle old-versions-induced bugs.
11437
11438 2005-06-25 [colin]      1.9.11cvs101
11439
11440         * src/mh.c
11441                 Fix path access with extended dir names
11442                 Fixes bug #589 (SC segfaults with wrong locale
11443                 settings)
11444
11445 2005-06-25 [colin]      1.9.11cvs100
11446
11447         * src/prefs_account.c
11448         * src/prefs_account.h
11449         * src/compose.c
11450                 Add an option to encrypt replies to
11451                 encrypted messages
11452
11453 2005-06-25 [colin]      1.9.11cvs99
11454
11455         * src/compose.c
11456         * src/quote_fmt_parse.y
11457                 ... And make it work with pgpinline.
11458
11459 2005-06-25 [colin]      1.9.11cvs98
11460
11461         * src/compose.c
11462         * src/procmime.c
11463         * src/procmime.h
11464         * src/quote_fmt_parse.y
11465                 o Make reedition of encrypted messages possible
11466                   (as long as it is encrypted to self too, no
11467                    magic there)
11468                 o Make replying with quote (and without selecting
11469                   text) possible for encrypted messages.
11470                 Closes bug #550 (Not possible to "reply with quote"
11471                 to gnupg encrypted messages)
11472
11473 2005-06-24 [paul]       1.9.11cvs97
11474
11475         * src/imap.c
11476                 add missing include
11477
11478 2005-06-24 [paul]       1.9.11cvs96
11479
11480         * src/editldap.c
11481                 made bind password entry invisible
11482                 (sync with main)
11483         * src/send_message.c
11484                 send_message_local(): check exit status
11485                 to detect errors (sync with main)
11486         * src/textview.c
11487                 use main's less ambiguous popup menu
11488                 wording
11489
11490 2005-06-24 [paul]       1.9.11cvs95
11491
11492         * src/prefs_actions.c
11493         * src/prefs_customheader.c
11494         * src/prefs_display_header.c
11495         * src/prefs_filtering_action.c
11496         * src/prefs_matcher.c
11497         * src/prefs_template.c
11498         * src/prefs_toolbar.c
11499                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11500         * src/gtk/description_window.c
11501                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11502
11503 2005-06-23 [colin]      1.9.11cvs94
11504
11505         * src/summaryview.c
11506                 Fix rough edges (be sure to call status_show whenever
11507                 necessary).
11508
11509 2005-06-23 [colin]      1.9.11cvs93
11510
11511         * src/summaryview.c
11512                 Optimize Select All
11513                 Before, in a 5K mails folder: 11s
11514                 After, in the same folder: 58000µs
11515                 The joys of locking... gtk_clist_select_all() fires a 
11516                 tree-select-row event for each selected row, which in 
11517                 summaryview, callbacks summary_selected which in turn,
11518                 calls summary_status_show, which walks the selected
11519                 rows. Hence, calling gtk_clist_select_all was 
11520                 exponential. Locking the summaryview makes 
11521                 summary_selected return early.
11522
11523 2005-06-23 [colin]      1.9.11cvs92
11524
11525         * src/imap.c
11526                 Move mutex at the important place to avoid
11527                 deadlocks
11528         * src/summaryview.c
11529                 Fix Del key deleting directly instead of
11530                 moving to trash
11531
11532 2005-06-22 [colin]      1.9.11cvs91
11533
11534         * src/plugins/spamassassin/libspamc.c
11535                 As we do spagetti code with assignations in multiple
11536                 places (see _message_read_raw where out = msg = raw),
11537                 let's be sure we don't free the same pointer twice.
11538                 Should fix bug #683 (Crash in libpam at 
11539                 message_cleanup).
11540
11541 2005-06-22 [colin]      1.9.11cvs90
11542
11543         * src/compose.c
11544         * src/messageview.c
11545         * src/toolbar.c
11546                 Make toolbar's delete use the move to trash stuff;
11547                 Add gtk_widget_realize to be sure pixmaps can get
11548                 created (that may fix an old worksforme bug which
11549                 I can't find back...)
11550
11551 2005-06-22 [colin]      1.9.11cvs89
11552
11553         * src/summaryview.c
11554         * src/summaryview.h
11555         * src/mainwindow.c
11556                 Rename "Message/Delete" to "Message/Move to trash"
11557                 Add "Message/Delete..." that directly destroys the
11558                 selected messages after asking for a confirmation.
11559
11560 2005-06-22 [colin]      1.9.11cvs88
11561
11562         * src/imap.c
11563                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11564                 o Fix a deadlock (thanks Darko)
11565
11566 2005-06-22 [colin]      1.9.11cvs87
11567
11568         * src/gtk/foldersort.c
11569                 Add missing include for the i18n;
11570                 patch by Fabien Vantard
11571
11572 2005-06-21 [colin]      1.9.11cvs86
11573
11574         * src/folder.c
11575         * src/folderview.c
11576                 Respect the no_select flag
11577         * src/imap.c
11578                 Fix recursive deletion
11579         * src/imap_gtk.c
11580         * src/mh_gtk.c
11581                 Make the folder deletion's warning
11582                 more explicit
11583
11584 2005-06-21 [colin]      1.9.11cvs85
11585
11586         * src/textview.c
11587                 Prevent email addresses from spanning accross
11588                 lines - fixes bug # 646 (newline-chars in 
11589                 email addresses)
11590
11591 2005-06-20 [colin]      1.9.11cvs84
11592
11593         * src/folder.c
11594                 Be sure not to remove source if copy failed
11595
11596 2005-06-20 [colin]      1.9.11cvs83
11597
11598         * src/folderview.c
11599         * src/imap_gtk.c
11600                 remove summaryview's lock
11601         * src/imap.c
11602                 introduce threads to avoid problems when foreground tasks
11603                 interfere with background tasks
11604         * src/mh.c
11605                 prevent moving to drafts/queue
11606         * src/mimeview.c
11607                 fix leak
11608
11609 2005-06-19 [colin]      1.9.11cvs82
11610
11611         * src/imap_gtk.c
11612                 Remember that the user doesn't want to override
11613                 offline mode, for 3 seconds. It avoid presenting
11614                 him with N popups in a really short time.
11615
11616 2005-06-17 [colin]      1.9.11cvs81
11617
11618         * src/imap.c
11619                 Fix IMAP breaking on folders containing '('
11620                 (Probably won't be enough)
11621
11622 2005-06-17 [colin]      1.9.11cvs80
11623
11624         Forgotten files on 1.9.11cvs79
11625         * src/summaryview.c
11626                 Fix stepping when not immediately executing
11627         * src/imap.c
11628                 Really prevent UID FETCH 0
11629         * src/codeconv.c
11630                 Fix outgoing charset never set to utf-8
11631         * src/mh.c
11632                 Fix leak
11633
11634 2005-06-16 [colin]      1.9.11cvs79
11635
11636         * src/compose.c
11637                 Fix bug #707 (Dash splits rows)
11638                 Only wrap if we're on a line break position and
11639                 the previous one was a "white" (space) char.
11640                 Pango stuff is weird.
11641
11642 2005-06-16 [colin]      1.9.11cvs78
11643
11644         * src/imap_gtk.c
11645                 Lock summaryview while downloading messages
11646                 on user demand
11647         * src/procheader.c
11648         * src/unmime.c
11649         * src/common/utils.c
11650         * src/common/utils.h
11651                 Replace \r and \n with spaces in From and
11652                 Subject headers
11653
11654 2005-06-16 [paul]       1.9.11cvs77
11655
11656         * src/procmime.c
11657                 liberalise the mime parser
11658         * src/gtk/about.c
11659                 add text wrapping
11660
11661 2005-06-16 [paul]       1.9.11cvs76
11662
11663         * src/gtk/about.c
11664                 reworked
11665
11666 2005-06-15 [colin]      1.9.11cvs75
11667
11668         * src/compose.c
11669                 Finish header encoding fix
11670         * src/summaryview.c
11671                 Fix segfault
11672         * src/headerview.c
11673                 Fix compilation (Thanks Stephan
11674                 Sachse)
11675
11676 2005-06-15 [colin]      1.9.11cvs74
11677
11678         * Makefile.am
11679                 Install gnome2 stuff rather than gnome1, 
11680                 if both are present
11681         * src/codeconv.c
11682         * src/codeconv.h
11683         * src/compose.c
11684                 Fix headers encoding
11685         * src/folder.c
11686                 Visual progress when fetching all messages
11687         * src/folderview.c
11688         * src/summaryview.c
11689         * src/summaryview.h
11690                 Prevent changing current message while
11691                 incorporating
11692
11693 2005-06-15 [paul]       1.9.11cvs73
11694
11695         * src/gtk/gtkaspell.c
11696         * src/gtk/gtkaspell.h
11697                 fix build warnings
11698
11699 2005-06-15 [paul]       1.9.11cvs72
11700
11701         * src/prefs_filtering.c
11702                 allow reordering of filter rules by
11703                 drag n drop
11704
11705 2005-06-15 [paul]       1.9.11cvs71
11706
11707         * COPYING
11708                 updated
11709         * src/codeconv.c
11710                 replace deprecated function
11711         * src/inc.c
11712         * src/send_message.c
11713         * src/gtk/progressdialog.c
11714         * src/gtk/progressdialog.h
11715                 salvage and reuse parts of reverted sync
11716
11717 2005-06-15 [paul]       1.9.11cvs70
11718
11719         * src/inc.c
11720         * src/send_message.c
11721         * src/gtk/progressdialog.c
11722         * src/gtk/progressdialog.h
11723                 revert yesterday's sync with main
11724                 it contains deprecated functions
11725
11726 2005-06-15 [colin]      1.9.11cvs69
11727
11728         * src/headerview.c
11729                 Fix bug #670 (multi user to: will corrupt message 
11730                 headers display)
11731
11732 2005-06-15 [colin]      1.9.11cvs68
11733
11734         * src/compose.c
11735                 Fix bug #421 (Fix undo on wrapping)
11736
11737 2005-06-15 [colin]      1.9.11cvs67
11738
11739         * src/folder.c
11740                 Provide visual feedback while processing
11741                 folder's rules.
11742         * src/imap.c
11743                 Provide visual feedback while getting
11744                 short headers (for uncached messages)
11745
11746
11747 2005-06-14 [paul]       1.9.11cvs66
11748
11749         * src/account.c
11750                 change a couple stock icons
11751         * src/inc.c
11752         * src/send_message.c
11753         * src/gtk/progressdialog.c
11754         * src/gtk/progressdialog.h
11755                 sync main's GtkTreeView implementation
11756
11757 2005-06-14 [colin]      1.9.11cvs65
11758
11759         * src/imap.c
11760                 Various little fixes, mainly on error paths
11761
11762 2005-06-13 [colin]      1.9.11cvs64
11763
11764         * matcher.c
11765         * procmsg.c
11766         * procmsg.h
11767                 Add a way to fetch only headers. This speeds
11768                 up filtering on headers for IMAP. Fixes:
11769                 bug #481 extraneous imap commands slow down 
11770                         imap filtering
11771                 bug #522 Sylpheed downloads all messages 
11772                         when opening mailbox (IMAP)
11773                 bug #677 IMAP fetch is soooooooooooooo slow
11774         * src/folder.c
11775         * src/folder.h
11776                 Add a folder set_batch method so that
11777                 implementations can speed up flags changes
11778         * src/folderutils.c
11779         * src/summaryview.c
11780                 Use that in mark as (un)read and mark all read
11781                 Refix bug #679
11782         * src/imap.c
11783                 Implement set_batch - brings back deferred
11784                 flags in a less buggy manner. Fixes:
11785                 bug #729 IMAP immediate expunge of deleted messages
11786                 bug #191 remove list of messages with one command
11787                 Fix login with strange chars
11788                 Implement fetch_msg_full
11789                 Fix copy (wrong counts)
11790
11791 2005-06-12 [colin]      1.9.11cvs63
11792
11793         * src/folder.c
11794                 lock incorporation during long operations.
11795                 Avoids fucking up the IMAP socket.
11796
11797 2005-06-12 [colin]      1.9.11cvs62
11798
11799         * src/imap.c
11800                 Fix harmful typo
11801                 Factorize remove_all_msg
11802                 Thread-ize expunge
11803         * src/summaryview.c
11804                 Don't update partial-download status if unnecessary
11805         * src/folder.c
11806                 Use remove_msgs everywhere possible
11807
11808 2005-06-12 [colin]      1.9.11cvs61
11809
11810         * src/folder.c
11811         * src/folder.h
11812                 Add a remove_msgs function to remove a 
11813                 list of messages
11814         * src/imap.c
11815                 Implement that.
11816
11817 2005-06-12 [colin]      1.9.11cvs60
11818
11819         * src/imap.c
11820                 Remove flags-processing deferring... Too hard
11821                 to get it to work in all cases.
11822
11823 2005-06-11 [colin]      1.9.11cvs59
11824
11825         * src/imap.c
11826                 printf -> debug_print
11827
11828 2005-06-11 [colin]      1.9.11cvs58
11829
11830         * src/imap.c
11831                 o Fix build without USE_PTHREAD
11832                 o Factorize imap_open
11833                 o Alertpanel in case of impossible connection
11834                 o Alertpanel in case of impossible login
11835                 o Fix deferred flags processing to force a 
11836                   flush before adding some more flags to process,
11837                   but in another folder.
11838
11839 2005-06-10 [colin]      1.9.11cvs57
11840
11841         * src/imap.c
11842                 o Fix a format string error
11843                 o init ssl socket outside of the thread 
11844                   (it possibly invokes gtk calls)
11845         * src/procmime.c
11846                 o Put back the buffer to its necessary size
11847                 o Fix changing a file pointer without keeping
11848                   track of it (thanks Valgrind)
11849         * src/common/smtp.c
11850                 o Fix automatic STARTTLS if login should be done
11851                   and the server only allows it after starting TLS
11852         * src/gtk/gtkinputdialog.c
11853                 o Eat GDK_Return so that the combo popup doesn't 
11854                   appear when we press Enter to validate the combo
11855                   input dialog (as seen in the Open with... dialog)
11856
11857 2005-06-10 [colin]      1.9.11cvs56
11858
11859         * src/imap.c
11860                 o A bit less debug
11861                 o Fix a crash on deletion
11862                 o Threadize imap_select (it's called outside of 
11863                   threads)
11864                 o Defer treatment of DELETED flags
11865
11866
11867 2005-06-09 [colin]      1.9.11cvs55
11868
11869         * src/imap.c
11870                 Make sure we check imap_gtk_should_override(), which
11871                 potentially calls gtk stuff, before creating thread.
11872                 That way it should't be called via imap_get_session()
11873                 inside a thread.
11874
11875 2005-06-09 [colin]      1.9.11cvs54
11876
11877         * src/imap.c
11878                 o add a bit of status output
11879                 o remove some dead code
11880                 o threadize get_list_of_uids
11881                 o threadize imap_get_flags
11882                 o defer flag changing by 500ms so that they
11883                   can be batched
11884
11885
11886 2005-06-08 [colin]      1.9.11cvs53
11887
11888         * src/imap.c
11889                 Thread-ize imap_cmd_fetch
11890
11891 2005-06-08 [colin]      1.9.11cvs52
11892
11893         * src/main.c
11894                 Mmh, that broke POP3...
11895
11896 2005-06-08 [colin]      1.9.11cvs51
11897
11898         * src/main.c
11899                 Stabilize IMAP patch (thanks to Hoa)
11900
11901 2005-06-08 [colin]      1.9.11cvs50
11902
11903         * src/imap.c
11904                 Test patch to speed up imap. 
11905
11906 2005-06-08 [colin]      1.9.11cvs49
11907
11908         * src/imap_gtk.c
11909                 Warning fix
11910         * src/procmime.c
11911                 Apply patch from gentoo to use /usr/share/mime/globs if 
11912                 available, after un-breaking it
11913         * src/common/log.c
11914         * src/common/log.h
11915                 Use g_timeout for invoking hooks that possibly use gtk
11916                 calls. This should leave gtk calls in the main thread.
11917
11918 2005-06-08 [paul]       1.9.11cvs48
11919
11920         * src/codeconv.c
11921                 conv_get_outgoing_charset_str(): don't
11922                 use prefs_common setting
11923         * src/compose.c
11924         * src/compose.h
11925                 add /Options/Character encoding/... to
11926                 temporarily change the outgoing encoding
11927
11928         (belated sync with main)
11929
11930 2005-06-08 [paul]       1.9.11cvs47
11931
11932         * src/compose.c
11933                 correction to/completion of last
11934                 sync with main
11935
11936 2005-06-08 [paul]       1.9.11cvs46
11937
11938         sync with main:
11939         
11940         * src/codeconv.c
11941         * src/codeconv.h
11942                 always enabled Japanese auto-detection
11943                 if the first letters of locale string
11944                 is "ja"
11945         * src/compose.c
11946                 don't use "destroy" signal to destroy
11947                 Compose object (fix rare crashes on discard?)
11948         * src/mainwindow.c
11949         * src/messageview.c
11950         * src/prefs_send.c
11951                 added Hebrew encodings
11952         * src/sourcewindow.c
11953                 don't use "destroy" signal to destroy
11954                 objects
11955
11956 2005-06-07 [colin]      1.9.11cvs45
11957
11958         * src/summaryview.c
11959                 Add missing unlocks/locks
11960
11961 2005-06-07 [paul]       1.9.11cvs44
11962
11963         * src/summaryview.c
11964                 restore bug #749 fix
11965
11966 2005-06-06 [colin]      1.9.11cvs43
11967
11968         * src/summaryview.c
11969                 Fix selection bug when prefs_common.open_unread 
11970                 is FALSE
11971
11972 2005-06-06 [colin]      1.9.11cvs42
11973
11974         * src/common/md5.c
11975                 Fix a warning
11976         * src/summaryview.c
11977         * src/folderview.c
11978                 Factorize long operations beginning and end
11979                 (locking, freezing/thawing, cursor, ...)
11980                 Check selection->data member in selection-
11981                 related loops; this avoids dying an awful
11982                 death if the selection changes on us while
11983                 we're marking a whole IMAP folder unread, 
11984                 for example.
11985
11986 2005-06-06 [paul]       1.9.11cvs41
11987
11988         * src/textview.c
11989                 don't g_free() a static gchar buffer
11990
11991 2005-06-05 [colin]      1.9.11cvs40
11992
11993         * src/mainwindow.c
11994         * src/messageview.c
11995         * src/summaryview.c
11996                 Fix bug #749 (Show all headers should be
11997                 sticky as the GUI suggests)
11998
11999 2005-06-03 [paul]       1.9.11cvs39
12000
12001         * src/compose.c
12002                 don't allow editing of mail while sending.
12003                 patch by Colin
12004
12005 2005-06-03 [paul]       1.9.11cvs38
12006
12007         * src/folderview.c
12008                 add a freeze/thaw to speed up 'mark all read'
12009
12010 2005-06-03 [paul]       1.9.11cvs37
12011
12012         * src/prefs_message.c
12013                 reflect changes immediately
12014
12015 2005-06-02 [colin]      1.9.11cvs36
12016
12017         * po/POTFILES.in
12018                 Patch by Fabien Vantard.
12019
12020 2005-06-02 [colin]      1.9.11cvs35
12021
12022         * src/imap.c
12023                 Use a non-blocking imap_getline() if possible.
12024                 This should completely prevent the interface
12025                 from freezin on imap operations, although it
12026                 may do strange stuff in case of folder switching
12027                 while a big imap operation is taking place...
12028
12029                 In addition, fix a leak in the case thread
12030                 creation fails on connection.
12031
12032 2005-06-02 [colin]      1.9.11cvs34
12033
12034         * src/crash.c
12035         * src/prefs_common.h
12036                 Fix build (prefs_common_init() doesn't exist
12037                 anymore)
12038
12039 2005-06-02 [colin]      1.9.11cvs33
12040
12041         * src/prefs_account.c
12042                 Fix bug #245 (filtering rules broken when
12043                 renaming a remote account (imap4 or nntp)
12044
12045 2005-06-02 [colin]      1.9.11cvs32
12046
12047         * src/imap.c
12048                 Try to fix IMAP shortcomings: 
12049                 o Multithread imap_open()
12050                 o allow offline-mode overriding instead of
12051                   just returning NULL
12052         * src/imap_gtk.c
12053         * src/imap_gtk.h
12054                 Add a function to ask whether we want to
12055                 override offline-mode for 10 minutes (one-shot
12056                 asking was painful)
12057         * src/procheader.c
12058                 Fix segfault when imap parser isn't happy about
12059                 a missing {
12060
12061 2005-06-01 [colin]      1.9.11cvs31
12062
12063         * src/addrharvest.c
12064         * src/compose.c
12065         * src/mbox.c
12066         * src/mbox.h
12067         * src/mh.c
12068         * src/msgcache.c
12069         * src/send_message.c
12070         * src/setup.c
12071         * src/undo.c
12072         * src/common/hooks.c
12073         * src/common/prefs.c
12074         * src/common/template.c
12075         * src/common/utils.c
12076         * src/gtk/gtkutils.c
12077         * src/gtk/inputdialog.c
12078         * src/gtk/menu.c
12079         * src/gtk/pluginwindow.c
12080         * src/gtk/prefswindow.c
12081         * src/plugins/pgpmime/passphrase.c
12082         * src/plugins/pgpmime/prefs_gpg.c
12083                 More -Wall fixes
12084
12085         * src/common/Makefile.am
12086         * src/common/timing.h
12087                 Add basic timing code
12088
12089         * src/summaryview.c
12090                 Fix a bug with unread messages when 
12091                 re-sorting folders, and by the way
12092                 fix a big performance hit when 
12093                 re-sorting (10k mails: before 5s,
12094                 after .5s)
12095
12096         * src/prefs_compose_writing.c
12097         * src/prefs_compose_writing.h
12098         * src/prefs_message.c
12099         * src/prefs_message.h
12100         * src/prefs_other.c
12101         * src/prefs_other.h
12102         * src/prefs_quote.c
12103         * src/prefs_quote.h
12104         * src/prefs_receive.c
12105         * src/prefs_receive.h
12106         * src/prefs_send.c
12107         * src/prefs_send.h
12108         * src/prefs_summaries.c
12109         * src/prefs_summaries.h
12110                 Fix copyright banner
12111
12112 2005-06-01 [paul]       1.9.11cvs30
12113
12114         * po/fi.po
12115                 updated by Flammie Pirinen
12116         * src/procmime.c
12117                 fix 'Bad BASE64 content' output
12118
12119 2005-05-31 [colin]      1.9.11cvs29
12120
12121         * src/procmime.c
12122                 Oops, where did my hunk go.
12123
12124 2005-05-31 [colin]      1.9.11cvs28
12125
12126         * src/Makefile.am
12127         * src/account.c
12128         * src/action.c
12129         * src/addr_compl.c
12130         * src/addressbook.c
12131         * src/codeconv.c
12132         * src/compose.c
12133         * src/export.c
12134         * src/folder.c
12135         * src/folderview.c
12136         * src/image_viewer.c
12137         * src/main.c
12138         * src/mainwindow.c
12139         * src/messageview.c
12140         * src/mimeview.c
12141         * src/msgcache.c
12142         * src/prefs_account.c
12143         * src/prefs_actions.c
12144         * src/prefs_common.c
12145         * src/prefs_compose_writing.c
12146         * src/prefs_customheader.c
12147         * src/prefs_ext_prog.c
12148         * src/prefs_filtering.c
12149         * src/prefs_filtering_action.c
12150         * src/prefs_fonts.c
12151         * src/prefs_image_viewer.c
12152         * src/prefs_message.c
12153         * src/prefs_message.h
12154         * src/prefs_msg_colors.c
12155         * src/prefs_other.c
12156         * src/prefs_other.h
12157         * src/prefs_quote.c
12158         * src/prefs_receive.c
12159         * src/prefs_receive.h
12160         * src/prefs_send.c
12161         * src/prefs_send.h
12162         * src/prefs_spelling.c
12163         * src/prefs_summaries.c
12164         * src/prefs_summary_column.c
12165         * src/prefs_template.c
12166         * src/prefs_themes.c
12167         * src/prefs_toolbar.c
12168         * src/prefs_wrapping.c
12169         * src/procmime.c
12170         * src/procmsg.c
12171         * src/send_message.h
12172         * src/ssl_manager.c
12173         * src/summary_search.c
12174         * src/summaryview.c
12175         * src/textview.c
12176         * src/wizard.c
12177         * src/common/smtp.c
12178         * src/common/smtp.h
12179         * src/gtk/gtkutils.h
12180                 o Move the rest of Common prefs to new style
12181                 o Lots of -Wall warning fixes
12182                 o fix FIXME in cache memusage calculation
12183                 o Let return receipts be sent from any account
12184                 o Little cache optimisation (read)
12185                 o Fix bug #746 (don't treat commas as separators
12186                   when inside a quoted string)
12187
12188 2005-05-31 [paul]       1.9.11cvs27
12189
12190         * src/prefs_common.c
12191                 fix 'off-by-one' typo
12192
12193 2005-05-31 [paul]       1.9.11cvs26
12194
12195         * src/account.c
12196         * src/addr_compl.c
12197         * src/compose.c
12198         * src/foldersel.c
12199         * src/prefs_actions.c
12200         * src/prefs_common.c
12201         * src/prefs_common.h
12202         * src/prefs_customheader.c
12203         * src/prefs_display_header.c
12204         * src/prefs_filtering.c
12205         * src/prefs_filtering_action.c
12206         * src/prefs_matcher.c
12207         * src/prefs_summaries.c
12208         * src/prefs_summary_column.c
12209         * src/prefs_template.c
12210         * src/prefs_toolbar.c
12211         * src/ssl_manager.c
12212         * src/gtk/pluginwindow.c
12213         * src/gtk/prefswindow.c
12214         * src/gtk/progressdialog.c
12215                 add hidden prefs 'enable_rules_hint'
12216                 for gtk_tree_view_set_rules_hint()
12217                 (sync with main)
12218                 
12219
12220 2005-05-31 [colin]      1.9.11cvs25
12221
12222         * src/Makefile.am
12223         * src/main.c
12224         * src/prefs_common.c
12225         * src/prefs_summaries.c ** ADDED **
12226         * src/prefs_summaries.h ** ADDED **
12227                 Common/Display -> Display/Summaries
12228
12229 2005-05-31 [colin]      1.9.11cvs24
12230
12231         * src/Makefile.am
12232         * src/main.c
12233         * src/prefs_quote.c ** ADDED **
12234         * src/prefs_quote.h ** ADDED **
12235                 Move Common/Quote to Compose/Quoting
12236         * src/prefs_common.c
12237         * src/prefs_common.h
12238                 Remove old quote stuff, add
12239                 convenience functions for GtkTextView prefs
12240         * src/gtk/prefswindow.c
12241                 Set default height higher
12242
12243 2005-05-30 [colin]      1.9.11cvs23
12244
12245         * src/Makefile.am
12246         * src/main.c
12247         * src/prefs_common.c
12248         * src/prefs_compose_writing.c ** ADDED **
12249         * src/prefs_compose_writing.h ** ADDED **
12250                 Move Common/Compose prefs to Compose/Writing
12251
12252 2005-05-30 [colin]      1.9.11cvs22
12253
12254         * src/common/utils.c
12255                 Fix bug #651 (Confused Attract by Subject)
12256                 Patch by M. Benkmann <haferfrost@web.de>
12257         * AUTHORS
12258
12259 2005-05-30 [colin]      1.9.11cvs21
12260
12261         * src/compose.c
12262                 Fix concatenation of different headers of
12263                 the same type (bug #645)
12264         * src/prefs_folder_item.c
12265                 Fix bug #699 (setting color to black doesn't
12266                 work immediately)
12267         * src/procmime.c
12268                 Print out decoding error only once per
12269                 block
12270
12271 2005-05-30 [paul]       1.9.11cvs20
12272
12273         * src/common/template.c
12274                 fix Bcc
12275
12276 2005-05-30 [paul]       1.9.11cvs19
12277
12278         * doc/src/rfc2368.txt   **NEW FILE**
12279         * src/compose.c
12280                 compose_entries_set(): don't interpret Bcc
12281                 header field (conform to RFC 2368)
12282                 (sync with main)
12283
12284 2005-05-29 [colin]      1.9.11cvs18
12285
12286         * src/prefs_common.c
12287                 Let the default reply format respect
12288                 netiquette by cutting the signature.
12289
12290 2005-05-29 [colin]      1.9.11cvs17
12291
12292         * src/summaryview.c
12293                 Don't let always_show_msg override
12294                 open_unread_on_enter when opening a new
12295                 directory.
12296
12297 2005-05-27 [paul]       1.9.11cvs16
12298
12299         sync with main:
12300
12301         * src/main.c
12302                 app_will_exit(): cleanup tmp directory when exit
12303         * src/message_search.c
12304                 improved the interface and made code cleanup.
12305                 removed Clear button
12306         * src/send_message.c
12307                 send_message_local(): use GSpawn, and detect errors
12308         * src/summary_search.c
12309                 improved the interface and made code cleanup
12310         * src/textview.c
12311                 textview_write_link(): also skip non-ascii space
12312                  at the head of link strings (phishing check
12313                  didn't work at the case)
12314         * src/common/utils.c
12315                 get_command_output(): use g_spawn_command_line_sync()
12316                 instead of popen()
12317
12318 2005-05-26 [colin]      1.9.11cvs15
12319
12320         * src/folder.c
12321                 remove printf
12322
12323 2005-05-26 [colin]      1.9.11cvs14
12324
12325         * src/common/nntp.c
12326                 Fix nntp mode reader (bug #611)
12327                 Patch by Florian Mickler <florian@mickler.org>
12328
12329 2005-05-26 [colin]      1.9.11cvs13
12330
12331         * src/plugins/pgpmime/passphrase.c
12332                 Fix mouse grabbing (bug #557)
12333
12334 2005-05-26 [colin]      1.9.11cvs12
12335
12336         * src/prefs_themes.c
12337                 Fix g_warning (bug #541)
12338
12339 2005-05-26 [colin]      1.9.11cvs11
12340
12341         * src/prefs_actions.c
12342         * src/prefs_template.c
12343                 Fix bug #506 (no warning if action/template
12344                 is not saved)
12345         * src/common/template.c
12346                 Fix a possible crash
12347
12348 2005-05-26 [colin]      1.9.11cvs10
12349
12350         * src/folder.c
12351         * src/folderview.c
12352         * src/procmsg.c
12353         * src/summaryview.c
12354                 Forbid locked messages to be moved or
12355                 deleted. Locked messages in trashes 
12356                 still get deleted, for performance
12357                 reason (mh.c::mh_remove_all_msgs)
12358
12359 2005-05-25 [colin]      1.9.11cvs9
12360
12361         * src/procmime.c
12362                 Use correct encoding when sending mails
12363                 with attachments that have accentued 
12364                 chars in their name
12365
12366 2005-05-24 [colin]      1.9.11cvs8
12367
12368         * src/summaryview.c
12369                 Fix bug #688 f) read/unread marker not
12370                 changed on first click
12371                 Also, optimize summary_status_show()
12372                 calls
12373         * src/folder.c
12374         * src/inc.c
12375         * src/procmime.c
12376                 Fix bug #688 b) and c) wrt message
12377                 attachments and signature
12378         * src/stock_pixmap.c
12379         * src/stock_pixmap.h
12380         * src/stock_pixmap.c
12381         * src/stock_pixmap.h
12382         * src/Makefile.am
12383         * src/pixmaps/clip_gpg_signed.xpm
12384                 Add clip/signed icon
12385
12386 2005-05-24 [colin]      1.9.11cvs7
12387
12388         * src/folder_item_prefs.c
12389                 whitespace fix
12390
12391 2005-05-24 [colin]      1.9.11cvs6
12392
12393         * src/folderview.c
12394         * src/prefs_common.c
12395         * src/prefs_common.h
12396                 Add a confirmation to folder drag and drop
12397                 fixes bug #156
12398         * src/alertpanel.c
12399         * src/alertpanel.h
12400                 fix _with_disable parameters so that
12401                 the buttons labels are specifiable too
12402         * src/plugins/pgpmime/sgpgme.c
12403                 reflect said change
12404                 
12405
12406 2005-05-24 [colin]      1.9.11cvs5
12407
12408         * src/folderview.c
12409                 Uncollapse/collapse folders on double-click
12410                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12411                 closes bug #108
12412
12413 2005-05-23 [colin]      1.9.11cvs4
12414
12415         * src/common/socket.c
12416                 Check another special SSL_peek() error.
12417                 Should help wrt bug #728
12418
12419 2005-05-23 [colin]      1.9.11cvs3
12420
12421         * src/plugins/pgpmime/pgpmime.c
12422                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12423                 breaking menu accelerators and stuff. Users will have to
12424                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12425                 account's privacy preferences if needed.
12426
12427 2005-05-22 [paul]
12428
12429         * tools/kdeservicemenu/install.sh
12430                 use kdesu to prompt for root password if doing
12431                 global install/uninstall
12432
12433 2005-05-20 [colin]      1.9.11cvs2
12434
12435         * src/procmsg.c
12436                 Fix another compilation error with gcc-2.9x
12437                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12438         * src/send_message.c
12439                 Don't send QUIT if we aren't connected
12440
12441 2005-05-19 [colin]      1.9.11cvs1
12442
12443         * src/procmsg.c
12444                 Fix compilation with gcc 2.9x
12445
12446 2005-05-19 [paul]       1.9.11
12447
12448         1.9.11 released
12449
12450 2005-05-19 [paul]       1.9.9cvs14
12451
12452         * src/gtk/inputdialog.c
12453                 prevent gettext warning
12454
12455 2005-05-19 [paul]       1.9.9cvs13
12456
12457         * src/mainwindow.c
12458         * src/prefs_common.c
12459         * src/prefs_common.h
12460         * src/textview.c
12461         * src/textview.h
12462                 add an option to toggle cursor in message
12463                 view (sync with main)
12464
12465 2005-05-18 [colin]      1.9.9cvs12
12466
12467         * src/compose.c
12468                 Dereference freed pointer
12469         * src/gtk/gtkaspell.c
12470                 Fix duplication of dictionaries (is it an aspell issue?)
12471
12472 2005-05-18 [colin]      1.9.9cvs11
12473
12474         * src/gtk/inputdialog.c
12475         * src/gtk/gtkaspell.c
12476                 HIGuify dialogs
12477         * src/alertpanel.c
12478                 Remove a double call
12479
12480 2005-05-17 [colin]      1.9.9cvs10
12481
12482         * src/gtk/gtkaspell.c
12483                 Fix dialogs, Ctrl-Enter accel
12484
12485 2005-05-17 [colin]      1.9.9cvs9
12486
12487         * src/gtk/gtkaspell.c
12488                 Fix some accelerators, escape in replace-window
12489
12490 2005-05-16 [colin]      1.9.9cvs8
12491
12492         * src/gtk/gtkaspell.c
12493                 Revert last commit, it was a mistake.
12494
12495 2005-05-16 [colin]      1.9.9cvs7
12496
12497         * src/gtk/gtkaspell.c
12498                 Remove buggy code while we're at it. It's a 
12499                 dead code path anyway.
12500
12501 2005-05-16 [colin]      1.9.9cvs6
12502
12503         * src/gtk/gtkaspell.c
12504                 Missed some gtk_menu_popup where deactivate
12505                 signal should be handled. Should fix bug
12506                 #629 a bit more.
12507
12508 2005-05-16 [colin]      1.9.9cvs5
12509
12510         * src/gtk/gtkaspell.c
12511                 Remove debug printf()s
12512
12513 2005-05-16 [colin]      1.9.9cvs4
12514
12515         * src/gtk/gtkaspell.c
12516                 Fix a bit aspell problems
12517                 (see bug #629)
12518
12519 2005-05-13 [colin]      1.9.9cvs3
12520
12521         * src/folderview.c
12522                 Fix the + appearing even when no subfolders
12523                 have unread messages. Thanks to wwp for the
12524                 bug report.
12525
12526 2005-05-11 [paul]       1.9.9cvs2
12527
12528         * src/folderview.c
12529                 correction to 1.9.9cvs1, only colour folders that
12530                 have new msgs (not unread msgs)
12531
12532 2005-05-10 [colin]      1.9.9cvs1
12533
12534         * src/folderview.c
12535         * src/summaryview.c
12536                 Try to fix bolding bugs again.
12537
12538 2005-05-09 [paul]
12539
12540         * tools/claws.i18n.status.pl
12541                 add Ricardo Mones Lastra's script that has been providing
12542                 the i18n status page for many months
12543
12544 2005-05-09 [paul]       1.9.9
12545
12546         1.9.9 release
12547
12548 2005-05-09 [paul]       1.9.6cvs58
12549
12550         * AUTHORS
12551         * INSTALL
12552         * README.claws
12553                 updated
12554         * Makefile.am 
12555         * RELEASE_NOTES.claws
12556                 add release notes to cvs to simplify release
12557                 procedure
12558         * configure.ac
12559                 add ca and fi to ALL_LINGUAS
12560         * po/Makefile.in.in
12561                 workaround for missing Makevars
12562         * po/ca.po
12563         * po/fi.po
12564                 add new Catalan and Finnish translations
12565                 submitted by Miquel Oliete and Flammie Pirinen
12566         * po/de.po
12567         * po/es.po
12568         * po/fr.po
12569         * po/it.po
12570         * po/pl.po
12571         * po/ru.po
12572         * po/sk.po
12573         * po/sr.po
12574         * po/zh_CN.po
12575                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12576                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12577                 Urke MMI, and Hansom Young
12578         * src/main.c
12579                 Fix drafting when quitting. compose_draft() closes the
12580                 compose windows, which modifies the compose_list GSList.
12581                 We have to refresh this list after echo drafting to avoid a
12582                 segfault
12583         * src/partial_download.c
12584                 fix segfault on exit
12585
12586 2005-05-06 [paul]       1.9.6cvs57
12587
12588         * src/grouplistdialog.c
12589                 quick fix/workaround for unresizeable newsgroup
12590                 name column 
12591
12592 2005-05-06 [paul]       1.9.6cvs56
12593
12594         * src/inc.c
12595         * src/mainwindow.c
12596                 use gettext plural forms
12597         * src/imap_gtk.c
12598         * src/mh_gtk.c
12599         * src/toolbar.c
12600                 small improvement to english usage
12601
12602 2005-05-05 [thorsten]   1.9.6cvs55
12603
12604         * src/folder.c
12605                 fix possible crash
12606
12607 2005-05-05 [paul]       1.9.6cvs54
12608         
12609         sync with HEAD
12610
12611         * AUTHORS
12612         * src/compose.c
12613                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12614                 patch by Tim Mann
12615
12616 2005-05-05 [paul]       1.9.6cvs53
12617
12618         * src/mainwindow.c
12619                 fix resizing of separate message and
12620                 folder views
12621
12622 2005-05-05 [paul]       1.9.6cvs52
12623
12624         * src/account.c
12625         * src/addrgather.c
12626         * src/browseldap.c
12627         * src/exphtmldlg.c
12628         * src/expldifdlg.c
12629         * src/importmutt.c
12630         * src/importpine.c
12631         * src/main.c
12632         * src/mainwindow.c
12633         * src/noticeview.c
12634         * src/prefs_filtering.c
12635         * src/prefs_filtering_action.c
12636         * src/prefs_matcher.c
12637         * src/prefs_spelling.c
12638         * src/prefs_toolbar.c
12639         * src/toolbar.c
12640         * src/wizard.c
12641         * src/gtk/description_window.c
12642         * src/gtk/gtkvscrollbutton.c
12643         * src/gtk/progressdialog.c
12644         * src/gtk/quicksearch.c
12645         * src/plugins/pgpmime/prefs_gpg.c
12646         * src/plugins/spamassassin/spamassassin_gtk.c
12647                 replace deprecated gtk_widget_set_usize
12648
12649 2005-05-04 [colin]      1.9.6cvs51
12650
12651         * src/common/utils.c
12652                 Fix crash when subst_for_filename is called
12653                 with a NULL parameter
12654
12655 2005-05-04 [colin]      1.9.6cvs50
12656
12657         * src/partial_download.c
12658         * src/pop.c
12659                 Escape login when writing uidl file
12660                 fixes bug #736
12661
12662 2005-05-03 [colin]      1.9.6cvs49
12663
12664         * src/procmime.c
12665                 Fix possible DOS in mime parser
12666                 (see bug #634)
12667
12668 2005-05-02 [colin]      1.9.6cvs48
12669
12670         * src/compose.c
12671                 Try to fix the copy/paste mess once again.
12672
12673
12674 2005-04-30 [colin]      1.9.6cvs47
12675
12676         * src/prefs_account.h
12677         * src/procmsg.c
12678         * src/send_message.c
12679         * src/common/smtp.c
12680         * src/common/smtp.h
12681                 Try to batch sending mails (per account) instead of
12682                 reconnecting to server every time.
12683
12684 2005-04-29 [colin]      1.9.6cvs46
12685
12686         * src/messageview.c
12687                 Fix window resizing that refused to size down
12688         * src/prefs_common.c
12689         * src/prefs_common.h
12690         * src/prefs_filtering.c
12691                 Save Filtering's window size
12692
12693 2005-04-21 [paul]       1.9.6cvs45
12694
12695         * ChangeLog-gtk2.claws
12696         * src/setup.c
12697                 correction to sync
12698
12699 2005-04-21 [paul]       1.9.6cvs44
12700
12701         sync with main:
12702
12703         * src/setup.c
12704         * src/statusbar.c
12705         * src/statusbar.h
12706                 use gtkut_widget_draw_now(). Improved performance
12707                 of the update of statusbar
12708         * src/textview.c
12709                 textview_smooth_scroll_do(): redraw it after scroll
12710                 is done (fixed incorrect display when a part of the
12711                 view is hidden).
12712         * src/gtk/gtkutils.c
12713         * src/gtk/gtkutils.h
12714                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12715                 to force update of widgets.
12716                 Removed gtkut_widget_wait_for_draw() which had a big
12717                 overhead  because of waiting for all events processed 
12718
12719 2005-04-20 [paul]       1.9.6cvs43
12720
12721         * src/codeconv.c
12722                 complete 1.9.6cvs42's sync:
12723                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12724
12725 2005-04-19 [paul]       1.9.6cvs42
12726
12727         sync with main:
12728
12729         * src/action.c
12730                 catch_output(): correctly select the insert text
12731                 (fix invalid iterator warnings).
12732         * src/codeconv.c
12733         * src/codeconv.h
12734         * src/mainwindow.c
12735         * src/messageview.c
12736         * src/prefs_common.c
12737                 support GBK encoding.
12738         * src/common/session.c
12739         * src/common/session.h
12740                 use separate buffer for large data to be sent,
12741                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12742
12743 2005-04-18 [paul]       1.9.6cvs41
12744
12745         * src/jpilot.c
12746                 convert unsigned long into guint32
12747                 patch by Paul LeoNerd Evans 
12748
12749 2005-04-17 [colin]      1.9.6cvs40
12750
12751         * src/compose.c
12752                 Fix 'Request return receipt' from folder
12753                 properties (bug #708)
12754
12755 2005-04-17 [colin]      1.9.6cvs39
12756
12757         * src/mainwindow.c
12758                 Fix duplicate hotkeys in Mainwindow's menu
12759
12760 2005-04-17 [colin]      1.9.6cvs38
12761
12762         * src/folderview.c
12763                 Fix duplicate hotkeys in Folderview's contextual
12764                 menu
12765
12766 2005-04-15 [colin]      1.9.6cvs37
12767
12768         * src/summaryview.c
12769                 Fix 'Save as...' with non-ascii filenames
12770
12771 2005-04-15 [colin]      1.9.6cvs36
12772
12773         * src/plugins/pgpmime/pgpmime.c
12774                 Fix bus error on 64bit. Spotted by 
12775                 macallan1888@gmail.com
12776
12777 2005-04-15 [colin]      1.9.6cvs35
12778
12779         * src/prefs_account.c
12780                 Fix cvs34.
12781
12782 2005-04-12 [colin]      1.9.6cvs34
12783
12784         * src/prefs_account.c
12785                 Fix smtp auth type off-by-one. We forgot to
12786                 add PLAIN in the prefs-to-gui setter func and
12787                 as a result, the selected auth when opening
12788                 account prefs was not the correct one.
12789
12790 2005-04-12 [paul]       1.9.6cvs33
12791
12792         * src/inc.c
12793                 if the recv dialog is visible, Cancel only
12794                 cancels the current account
12795
12796
12797 2005-04-10 [colin]      1.9.6cvs32
12798
12799         * src/filtering.c
12800                 Copy score when copying FilteringActions
12801                 Fix bug #674
12802
12803 2005-04-10 [colin]      1.9.6cvs31
12804
12805         * src/inc.c
12806                 Make Message -> Receive -> Cancel cancel 
12807                 incorporation on all accounts. Fixes
12808                 bug #693
12809
12810 2005-04-10 [colin]      1.9.6cvs30
12811
12812         * src/prefs_account.c
12813                 Update Privacy checkbuttons status based
12814                 on the selected privacy system
12815         * src/compose.c
12816                 Always connect the "None" privacy system; the
12817                 static boolean was probably there to avoid
12818                 reconnecting twice in the same compose window,
12819                 but as the parent function is only called once
12820                 per compose, it's only a bug - as a static is
12821                 initialized once per application instance.
12822                 Also, don't uncheck Sign and Encrypt when
12823                 selecting None as privacy system; just ignore
12824                 them when sending/queuing.
12825                 Should fix bug #695
12826
12827 2005-04-08 [colin]      1.9.6cvs29
12828
12829         * src/account.c
12830         * src/prefs_account.c
12831         * src/prefs_account.h
12832                 Add account preference to queue message in a certain
12833                 folder.
12834
12835 2005-04-06 [colin]      1.9.6cvs28
12836
12837         * src/prefs_account.c
12838                 Update old inbox path syntax
12839
12840 2005-04-06 [paul]       1.9.6cvs27
12841
12842         sync with main:
12843
12844         * configure.ac
12845                 changed -traditional-cpp to -no-cpp-precomp for newer
12846                 Mac OS X support
12847         * src/foldersel.c
12848                 made column resize automatically
12849         * src/send_message.c
12850                 send_message_smtp(): consider EOF right after QUIT
12851                 successful (workaround for Gmail SMTP server)
12852         * src/common/socket.c
12853                 ssl_read(), ssl_peek(): check EOF which violates the
12854                 SSL protocol
12855         * src/gtk/colorlabel.c
12856                 removed warnings when displaying colorlabel menu
12857                 (don't use GtkAlignment)
12858
12859 2005-04-05 [paul]       1.9.6cvs26
12860
12861         * src/plugins/trayicon/trayicon.c
12862                 fix clipping of icon under KDE3 
12863
12864 2005-04-05 [paul]       1.9.6cvs25
12865
12866         * src/summaryview.c
12867                 hide display of threading
12868                 patch by Alfons
12869
12870 2005-04-04 [thorsten]   1.9.6cvs24
12871
12872         * src/mh.c
12873                 marks lost on filesystems with different stat() results on
12874                 summer-/wintertime
12875
12876 2005-04-03 [colin]      1.9.6cvs23
12877
12878         * src/summaryview.c
12879                 Don't handle up/down. Patch by Alfons
12880
12881 2005-04-02 [colin]      1.9.6cvs22
12882
12883         * src/summaryview.c
12884                 Make scrolling faster. Patch by Alfons.
12885
12886 2005-04-01 [colin]      1.9.6cvs21
12887
12888         * src/Makefile.am
12889         * src/stock_pixmap.c
12890         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12891         * src/pixmaps/dir_noselect.xpm ** ADDED **
12892                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12893
12894 2005-04-01 [colin]      1.9.6cvs20
12895
12896         * src/image_viewer.c
12897         * src/image_viewer.h
12898         * src/procmime.c
12899         * src/procmime.h
12900         * src/textview.c
12901         * src/textview.h
12902                 Implement inline image resizing and right-clicking
12903
12904 2005-04-01 [paul]       1.9.6cvs19
12905
12906         * AUTHORS
12907         * Makefile.am
12908         * configure.ac
12909                 check for gnome2
12910                 patch by Luca Cavalli <loopback<AT>slackit.org>
12911         * po/ru.po
12912                 updated by Pavlo Bohmat
12913
12914 2005-03-31 [colin]      1.9.6cvs18
12915
12916         * src/news.c
12917                 Fix parsing references
12918         * src/msgcache.c
12919                 don't put nulls in the references list
12920         * src/procheader.c
12921                 commit that forgotten file in 1.9.6cvs14
12922
12923 2005-03-31 [colin]      1.9.6cvs17
12924
12925         * src/compose.c
12926                 Fix joining of signature separator again. 
12927                 Maybe Hiro could put it in main too...
12928
12929 2005-03-31 [colin]      1.9.6cvs16
12930
12931         * src/Makefile.am
12932         * src/foldersel.c
12933         * src/stock_pixmap.c
12934         * src/stock_pixmap.h
12935         * src/pixmaps/dir-noselect.xpm
12936                 Update foldersel.c (sync from main, patch by Alfons)
12937
12938 2005-03-30 [colin]      1.9.6cvs15
12939
12940         * src/imap.c
12941                 Fix handling of imap folders containing [] in 
12942                 their name. Thanks to Nahuel Angelinetti for
12943                 the detailed bugreport.
12944
12945 2005-03-30 [colin]      1.9.6cvs14
12946
12947         * src/common/utils.h
12948         * src/common/utils.c
12949         * src/common/defs.h
12950         * src/matcher.c
12951         * src/msgcache.c
12952         * src/news.c
12953         * src/procmsg.c
12954         * src/procmsg.h
12955         * src/quote_fmt_parse.y
12956         * src/summaryview.c
12957                 Update references system. Patch by Alfons
12958
12959 2005-03-30 [colin]      1.9.6cvs13
12960
12961         * src/common/socket.c
12962                 Force the glibc to read resolv.conf again when 
12963                 it has changed. Should fix issues when changing
12964                 networks on a laptop and not restarting sylpheed. 
12965
12966 2005-03-30 [paul]       1.9.6cvs12
12967
12968         partial sync with main:
12969
12970         * src/action.c
12971                 create_io_dialog(): use user-defined text font
12972                 (thanks to Alfons), and modified its appearance.
12973         * src/addrgather.c
12974         * src/addrharvest.c
12975         * src/browseldap.c
12976                 replace old code
12977         * src/compose.c
12978                 don't join (presumably) itemized lines on line-wrapping
12979                 fixed wrapping of quote when auto-wrapping is enabled
12980                 compose_destroy(): destroy paned only if it's not
12981                 attached to window. Fixed memory leak of popup menu.
12982         * src/exphtmldlg.c
12983         * src/expldifdlg.c
12984                 replace old code
12985         * src/html.c
12986         * src/html.h
12987         * src/importmutt.c
12988         * src/importpine.c
12989                 replace old code
12990         * src/main.c
12991                 removed redundant code
12992         * src/mainwindow.c
12993                 changed 'Code set' (which is rather incorrect)
12994                 in the menu to 'Character encoding'
12995                 main_window_set_widgets(): request size first
12996                 to prevent window size becoming wrong
12997                 fixed remembering of the state of the visibility
12998                 of MessageView
12999         * src/messageview.c
13000                 changed 'Code set' (which is rather incorrect)
13001                 in the menu to 'Character encoding'
13002         * src/prefs_common.c
13003         * src/prefs_common.h
13004                 added an option whether to render HTML as text or not
13005                 added separators to outgoing encoding menu
13006         * src/procheader.c
13007                 procheader_scan_date_string(): support header
13008                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
13009         * src/summaryview.c
13010         * src/summaryview.h
13011                 minor code cleanup
13012         * src/textview.c
13013                 textview_show_html(): force output of newline
13014                 added an option whether to render HTML as text or not
13015         * src/common/utils.c
13016                 strncpy2(): optimized based on Alfons' code
13017         * src/gtk/gtkutils.c
13018         * src/gtk/gtkutils.h
13019                 removed non-used code
13020         * src/plugins/pgpmime/passphrase.c
13021                 partially fixed grab input of passphrase dialog
13022                 Confine pointer to window
13023
13024 2005-03-30 [colin]      1.9.6cvs11
13025
13026         * src/msgcache.c
13027         * src/msgcache.h
13028                 Read/write 32bit ints from cache & marks
13029                 From main.
13030
13031 2005-03-29 [paul]       1.9.6cvs10
13032
13033         * AUTHORS
13034         * ChangeLog.claws
13035         * src/compose.c
13036         * src/gtk/gtkaspell.c
13037                 sync with HEAD (don't pass NULL pointers) 
13038
13039 2005-03-24 [paul]
13040
13041         * tools/Makefile.am
13042         * tools/README
13043         * tools/acroread2sylpheed.pl
13044                 sync with HEAD (add script to send pdfs as
13045                 attachments from Adobe Reader 7)
13046
13047 2005-03-21 [paul]       1.9.6cvs9
13048
13049         * configure.ac
13050         * po/POTFILES.in
13051         * src/Makefile.am
13052         * src/crash.c
13053         * src/image_viewer.c ** ADDED **
13054         * src/image_viewer.h ** ADDED **
13055         * src/main.c
13056         * src/prefs_common.c
13057         * src/prefs_common.h
13058         * src/prefs_image_viewer.c ** ADDED **
13059         * src/prefs_image_viewer.h ** ADDED **
13060         * src/textview.c
13061         * src/gtk/about.c
13062         * src/pixmaps/sylpheed_logo.xpm
13063         * src/plugins/Makefile.am
13064         * src/plugins/image_viewer/.cvsignore ** REMOVED **
13065         * src/plugins/image_viewer/Makefile.am ** REMOVED **
13066         * src/plugins/image_viewer/plugin.c ** REMOVED **
13067         * src/plugins/image_viewer/viewer.c ** REMOVED **
13068         * src/plugins/image_viewer/viewer.glade ** REMOVED **
13069         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
13070         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
13071         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
13072         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
13073                 as gdk-pixbuf is now built-in
13074                 remove image_viewer plugin and put code back into
13075                 main codebase
13076                 implement inline image display (sync with main)
13077
13078                 replace logo with newer, nicer, larger version  
13079
13080 2005-03-21 [paul]       1.9.6cvs8
13081
13082         * src/gtk/about.c
13083                 cosmetic improvement
13084
13085 2005-03-21 [holger]     1.9.6cvs7
13086
13087         * src/plugins/spamassassin/spamassassin.c
13088                 Sync with HEAD
13089                 (unregister hook on failed plugin init)
13090
13091 2005-03-20 [colin]      1.9.6cvs6
13092
13093         * src/common/plugin.c
13094                 Check that plugin isn't already loaded
13095                 Patch by Alfons
13096
13097 2005-03-20 [thorsten]   1.9.6cvs5
13098
13099         * src/compose.c
13100                 use a more compatible syntax
13101
13102 2005-03-20 [thorsten]   1.9.6cvs4
13103
13104         * src/prefs_toolbar.c
13105                 fix crash when selecting toolbar item (uninitialized pointer)
13106
13107 2005-03-20 [thorsten]   1.9.6cvs3
13108
13109         * src/procmime.c
13110                 fix mimetype detection (referenced free()d string)
13111
13112 2005-03-20 [paul]       1.9.6cvs2
13113
13114         * src/compose.c
13115                 sync with HEAD (1.0.3cvs5)
13116                 neglect Reply-To header if empty
13117                 Patch by Alfons 
13118
13119 2005-03-19 [holger]     1.9.6cvs1
13120
13121         * src/summaryview.c
13122         * src/summaryview.h
13123                 Sync with HEAD
13124
13125 2005-03-18 [paul]       1.9.6
13126
13127         initial GTK2 release
13128
13129 2005-03-18 [paul]       1.0.3cvs3.1
13130
13131         * AUTHORS
13132         * ChangeLog.claws
13133         * configure.ac
13134         * src/gtk/about.c
13135         * src/pixmaps/sylpheed_logo.xpm
13136                 sync with HEAD
13137
13138 2005-03-18 [colin]      1.0.3cvs2.6
13139
13140         * src/summaryview.c
13141                 Remove call to summary_step in summary_copy_selected_to
13142                 Can't see its purpose, and this causes bug when copying
13143                 a message if the next one is unread: it reads it.
13144
13145 2005-03-18 [paul]       1.0.3cvs2.5
13146
13147         * src/foldersel.c
13148                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
13149
13150 2005-03-18 [paul]       1.0.3cvs2.4
13151
13152         * src/addrharvest.c
13153         * src/codeconv.c
13154         * src/codeconv.h
13155         * src/compose.c
13156         * src/news.c
13157         * src/procheader.c
13158         * src/procmime.c
13159         * src/unmime.c
13160         * src/unmime.h
13161                 fix buffer overflow, CAN-2005-0667, see
13162                 http://secunia.com/advisories/14491/
13163                 Patch by Alfons
13164
13165 2005-03-17 [colin]      1.0.3cvs2.3
13166
13167         * src/prefs_fonts.c
13168         * src/summaryview.c
13169                 Fix font bugs (both lists now officialy share 
13170                 the same font)
13171                 
13172
13173 2005-03-17 [paul]       1.0.3cvs2.2
13174
13175         * src/gtk/pluginwindow.c
13176                 make plugin descriptions uneditable
13177
13178 2005-03-11 [paul]       1.0.3cvs2.1
13179
13180         * ChangeLog.claws
13181         * configure.ac
13182         * po/POTFILES.in
13183         * src/plugins/trayicon/trayicon.c
13184                 sync with HEAD
13185                 add src/wizard.c to POTFILES.in
13186
13187 2005-03-11 [paul]       1.0.3cvs1.1
13188
13189         * ChangeLog
13190         * ChangeLog.claws
13191         * configure.ac
13192         * po/de.po
13193         * po/es.po
13194         * po/fr.po
13195         * po/it.po
13196         * po/pt_BR.po
13197         * po/ru.po
13198         * po/sk.po
13199         * po/sr.po
13200         * po/zh_CN.po
13201                 sync with HEAD
13202
13203 2005-03-04 [colin]      1.0.1cvs22.2
13204
13205         * src/compose.c
13206                 Fix signatures with accentued chars in it
13207
13208 2005-03-04 [colin]      1.0.1cvs22.1
13209
13210         * src/common/smtp.c
13211         * src/common/smtp.h
13212                 Don't use SIZE param in MAIL FROM: if server 
13213                 doesn't support it. Patch by Eugen Freiter
13214                 <eugen_f@users.sf.net>
13215
13216 2005-02-27 [paul]       1.0.1cvs20.1
13217
13218         * ChangeLog.claws
13219         * configure.ac
13220         * src/messageview.c
13221                 sync with HEAD
13222
13223 2005-02-27 [colin]      1.0.1cvs19.4
13224
13225         * src/procheader.c
13226         * src/procheader.h
13227                 Fix prototypes. Patch by Alfons
13228
13229 2005-02-27 [colin]      1.0.1cvs19.3
13230
13231         * src/compose.c
13232                 Don't auto-join the signature separator.
13233
13234 2005-02-26 [colin]      1.0.1cvs19.2
13235
13236         * src/summaryview.c
13237                 Fix 'mark all read' with collapsed threads.
13238                 Patch by Alfons.
13239
13240 2005-02-25 [paul]       1.0.1cvs19.1
13241
13242         * ChangeLog.claws
13243         * configure.ac
13244         * src/prefs_account.c
13245         * src/prefs_folder_item.c
13246         * src/gtk/prefswindow.c
13247         * src/gtk/prefswindow.h
13248                 sync with HEAD
13249
13250 2005-02-25 [paul]       1.0.1cvs15.12
13251
13252         * src/alertpanel.c
13253         * src/codeconv.c
13254         * src/compose.c
13255         * src/textview.c
13256         * src/gtk/gtkutils.c
13257         * src/gtk/gtkutils.h
13258         * src/gtk/logwindow.c
13259         * src/gtk/progressdialog.c
13260                 sync with main (revision 127)
13261                 and fix logwindow clipping
13262
13263 2005-02-24 [colin]      1.0.1cvs15.11
13264
13265         * src/plugins/pgpmime/passphrase.c
13266                 Disable input grabbing; it doesn't work yet.
13267
13268 2005-02-24 [colin]      1.0.1cvs15.10
13269
13270         * src/messageview.c
13271                 Don't send out receipts if offline. Ask.
13272
13273 2005-02-23 [colin]      1.0.1cvs15.9
13274
13275         * src/summaryview.c     
13276                 Fix expanding
13277
13278 2005-02-23 [colin]      1.0.1cvs15.8
13279
13280         * src/summaryview.c
13281                 Really fix Bug 568 by removing useless
13282                 calls. summary_thread_init() now called
13283                 in summary_sort(). This should please
13284                 Alfons as it should be faster than 
13285                 previously.
13286
13287 2005-02-23 [colin]      1.0.1cvs15.7
13288
13289         * src/compose.c
13290                 Encode parts as QP or B64 if signing
13291
13292 2005-02-23 [colin]      1.0.1cvs15.6
13293
13294         * src/compose.c
13295                 Fix Mimeinfo leakage (including tmp files)
13296         * src/procmsg.c
13297                 Fix tmp file leakage (spotted by Ivan Rayner)
13298
13299 2005-02-22 [colin]      1.0.1cvs15.5
13300
13301         * src/expldifdlg.c
13302                 Fix keyboard input. Patch by Alfons.
13303
13304 2005-02-21 [colin]      1.0.1cvs15.4
13305
13306         * src/compose.c
13307                 Fix Sign/Encrypt when unselecting privacy
13308                 system
13309         * src/prefs_common.c
13310                 Change default message font to Monospace
13311         * src/summaryview.c
13312                 More freezing during potentially large operations
13313
13314 2005-02-21 [paul]       1.0.1cvs15.3
13315
13316         * src/main.c
13317                 fix --help output
13318
13319 2005-02-21 [paul]       1.0.1cvs15.2
13320
13321         * po/Makefile.in.in
13322         * src/compose.c
13323         * src/summaryview.c
13324         * src/textview.c
13325         * src/common/utils.c
13326         * src/common/utils.h
13327                 sync with main (revision 117)
13328
13329 2005-02-20 [colin]      1.0.1cvs15.1
13330
13331         * src/common/defs.h
13332                 Change cache file to .sylpheed_claws_cache, as
13333                 suggested by Alfons. Allows people to switch
13334                 between Sylpheed and Sylpheed-Claws. it is
13335                 a good idea to "Check for new messages" at next
13336                 startup.
13337
13338
13339 2005-02-18 [colin]      1.0.1cvs14.1
13340
13341         * src/quote_fmt_lex.l
13342         * src/quote_fmt_parse.y
13343                 Fix parser initialisation. Patch by Ivan.
13344
13345 2005-02-18 [colin]      1.0.1cvs11.6
13346
13347         * src/folderview.c
13348                 Fix scrolldown (bug 662)
13349
13350 2005-02-17 [colin]      1.0.1cvs11.5
13351
13352         * src/codeconv.c
13353                 conv_filename_to_utf8: return clean 7bit instead
13354                 of broken utf8 if needed
13355         * src/mimeview.c
13356                 Fix display of parts with unclean 8bit names
13357
13358 2005-02-17 [paul]       1.0.1cvs11.4
13359
13360         * src/compose.c
13361         * src/exportldif.c
13362         * src/matcher_parser_parse.y
13363         * src/procmime.c
13364         * src/sourcewindow.c
13365         * src/common/Makefile.am
13366         * src/common/intl.h             ** REMOVED **
13367         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13368                 sync with main (revision 109)
13369                 and clean up
13370
13371 2005-02-16 [colin]      1.0.1cvs11.3
13372
13373         * src/summaryview.c
13374                 Fix collapsed thread not highlighting when new
13375                 messages in it (Bug 568) Patch by Stephan Sachse.
13376                 Fix messed up selection when reaching bounds (Bug 632)
13377         * src/prefs_themes.c
13378                 Fix theme installing (Bug 684)
13379
13380 2005-02-16 [colin]      1.0.1cvs11.2
13381
13382         * src/messageview.c
13383                 Fix messageview_select_all
13384
13385 2005-02-16 [colin]      1.0.1cvs11.1
13386
13387         * src/mh.c
13388                 Sync with HEAD (MH scan required function)
13389
13390 2005-02-15 [colin]      1.0.1cvs8.1
13391
13392         * src/mimeview.c
13393         * src/common/utils.c
13394                 Sync with HEAD (filename chars substitution)
13395
13396 2005-02-15 [colin]      1.0.1cvs7.3
13397
13398         * src/gtk/pluginwindow.c
13399                 Fix button spacing
13400
13401 2005-02-15 [colin]      1.0.1cvs7.2
13402
13403         * src/mimeview.c
13404                 Fix mime icons not reset across message when
13405                 scrolled down
13406
13407 2005-02-15 [colin]      1.0.1cvs7.1
13408
13409         * src/compose.c
13410         * src/procmime.c
13411                 Sync with HEAD (optimisation of cvs6)
13412
13413 2005-02-14 [colin]      1.0.1cvs6.1
13414
13415         * src/compose.c
13416         * src/procmime.c
13417                 Sync with HEAD (encode "From " at line beginning)
13418
13419 2005-02-14 [colin]      1.0.1cvs5.3
13420
13421         * src/compose.c
13422                 Fix wrapping with accentued chars.
13423
13424 2005-02-13 [colin]      1.0.1cvs5.2
13425
13426         * src/textview.c
13427                 Fix email informative part parsing with
13428                 accentued chars in it. ispunct() returns
13429                 true for them in utf8...
13430
13431 2005-02-12 [colin]      1.0.1cvs5.1
13432
13433         * src/filtering.c
13434                 Sync with HEAD (remove wrong use of compose after send)
13435
13436 2005-02-12 [paul]       1.0.1cvs4.5
13437
13438         * src/textview.c
13439                 remove unnecessary code (thanks to Alfons)
13440
13441 2005-02-12 [paul]       1.0.1cvs4.4
13442
13443         * src/textview.c
13444                 add 'Copy' to contextual menu on emails
13445
13446 2005-02-11 [colin]      1.0.1cvs4.3
13447
13448         * src/compose.c
13449                 revert 1.0.0cvs28.2, it doesn't work that well.
13450
13451 2005-02-11 [paul]       1.0.1cvs4.2
13452
13453         * po/Makefile.in.in
13454                 fix 'make release'
13455
13456 2005-02-10 [paul]       1.0.1cvs4.1
13457
13458         * ChangeLog
13459         * ChangeLog.claws
13460         * ChangeLog.jp
13461         * configure.ac
13462         * src/compose.c
13463                 sync with HEAD (sync with main)
13464
13465 2005-02-10 [paul]       1.0.1cvs3.2
13466
13467         * AUTHORS
13468         * Makefile.am
13469         * autogen.sh
13470         * configure.ac
13471         * config/mkinstalldirs
13472         * intl/.cvsignore
13473         * intl/ChangeLog
13474         * intl/VERSION
13475         * intl/bindtextdom.c
13476         * intl/config.charset
13477         * intl/dcgettext.c
13478         * intl/dcigettext.c
13479         * intl/dcngettext.c
13480         * intl/dgettext.c
13481         * intl/dngettext.c
13482         * intl/eval-plural.h
13483         * intl/explodename.c
13484         * intl/finddomain.c
13485         * intl/gettext.c
13486         * intl/gettextP.h
13487         * intl/gmo.h
13488         * intl/hash-string.h
13489         * intl/intl-compat.c
13490         * intl/l10nflist.c
13491         * intl/libgnuintl.h.in
13492         * intl/loadinfo.h
13493         * intl/loadmsgcat.c
13494         * intl/localcharset.c
13495         * intl/localcharset.h
13496         * intl/locale.alias
13497         * intl/localealias.c
13498         * intl/localename.c
13499         * intl/log.c
13500         * intl/ngettext.c
13501         * intl/os2compat.c
13502         * intl/os2compat.h
13503         * intl/osdep.c
13504         * intl/plural-exp.c
13505         * intl/plural-exp.h
13506         * intl/plural.c
13507         * intl/plural.y
13508         * intl/ref-add.sin
13509         * intl/ref-del.sin
13510         * intl/relocatable.c
13511         * intl/relocatable.h
13512         * intl/textdomain.c
13513         * m4/Makefile.am
13514         * po/Makefile.in.in
13515         * src/Makefile.am
13516         * src/account.c
13517         * src/action.c
13518         * src/addr_compl.c
13519         * src/addressadd.c
13520         * src/addressbook.c
13521         * src/addrgather.c
13522         * src/addrindex.c
13523         * src/alertpanel.c
13524         * src/browseldap.c
13525         * src/codeconv.c
13526         * src/codeconv.h
13527         * src/compose.c
13528         * src/compose.h
13529         * src/crash.c
13530         * src/editaddress.c
13531         * src/editbook.c
13532         * src/editgroup.c
13533         * src/editjpilot.c
13534         * src/editldap.c
13535         * src/editldap_basedn.c
13536         * src/editvcard.c
13537         * src/exphtmldlg.c
13538         * src/expldifdlg.c
13539         * src/export.c
13540         * src/exporthtml.c
13541         * src/filtering.c
13542         * src/folder.c
13543         * src/folder_item_prefs.c
13544         * src/foldersel.c
13545         * src/folderview.c
13546         * src/grouplistdialog.c
13547         * src/headerview.c
13548         * src/imap.c
13549         * src/imap_gtk.c
13550         * src/import.c
13551         * src/importldif.c
13552         * src/importmutt.c
13553         * src/importpine.c
13554         * src/inc.c
13555         * src/ldif.c
13556         * src/main.c
13557         * src/mainwindow.c
13558         * src/matcher.c
13559         * src/mbox.c
13560         * src/message_search.c
13561         * src/messageview.c
13562         * src/mh.c
13563         * src/mh_gtk.c
13564         * src/mimeview.c
13565         * src/msgcache.c
13566         * src/news.c
13567         * src/news_gtk.c
13568         * src/noticeview.c
13569         * src/partial_download.c
13570         * src/pop.c
13571         * src/prefs_account.c
13572         * src/prefs_actions.c
13573         * src/prefs_common.c
13574         * src/prefs_customheader.c
13575         * src/prefs_display_header.c
13576         * src/prefs_ext_prog.c
13577         * src/prefs_filtering.c
13578         * src/prefs_filtering_action.c
13579         * src/prefs_folder_item.c
13580         * src/prefs_fonts.c
13581         * src/prefs_gtk.c
13582         * src/prefs_matcher.c
13583         * src/prefs_msg_colors.c
13584         * src/prefs_spelling.c
13585         * src/prefs_summary_column.c
13586         * src/prefs_template.c
13587         * src/prefs_themes.c
13588         * src/prefs_toolbar.c
13589         * src/prefs_wrapping.c
13590         * src/privacy.c
13591         * src/procheader.c
13592         * src/procmime.c
13593         * src/procmsg.c
13594         * src/quote_fmt.c
13595         * src/recv.c
13596         * src/send_message.c
13597         * src/setup.c
13598         * src/sourcewindow.c
13599         * src/ssl_manager.c
13600         * src/statusbar.c
13601         * src/summary_search.c
13602         * src/summaryview.c
13603         * src/textview.c
13604         * src/toolbar.c
13605         * src/wizard.c
13606         * src/common/nntp.c
13607         * src/common/plugin.c
13608         * src/common/smtp.c
13609         * src/common/ssl.c
13610         * src/common/ssl_certificate.c
13611         * src/common/string_match.c
13612         * src/common/sylpheed.c
13613         * src/common/template.c
13614         * src/common/utils.c
13615         * src/gtk/about.c
13616         * src/gtk/colorlabel.c
13617         * src/gtk/description_window.c
13618         * src/gtk/filesel.c
13619         * src/gtk/foldersort.c
13620         * src/gtk/gtkaspell.c
13621         * src/gtk/gtkutils.c
13622         * src/gtk/inputdialog.c
13623         * src/gtk/logwindow.c
13624         * src/gtk/menu.c
13625         * src/gtk/pluginwindow.c
13626         * src/gtk/prefswindow.c
13627         * src/gtk/progressdialog.c
13628         * src/gtk/quicksearch.c
13629         * src/gtk/sslcertwindow.c
13630         * src/plugins/clamav/clamav_plugin.c
13631         * src/plugins/clamav/clamav_plugin_gtk.c
13632         * src/plugins/demo/demo.c
13633         * src/plugins/dillo_viewer/dillo_prefs.c
13634         * src/plugins/dillo_viewer/dillo_viewer.c
13635         * src/plugins/image_viewer/plugin.c
13636         * src/plugins/image_viewer/viewer.c
13637         * src/plugins/image_viewer/viewerprefs.c
13638         * src/plugins/mathml_viewer/mathml_viewer.c
13639         * src/plugins/pgpmime/passphrase.c
13640         * src/plugins/pgpmime/plugin.c
13641         * src/plugins/pgpmime/prefs_gpg.c
13642         * src/plugins/pgpmime/select-keys.c
13643         * src/plugins/pgpmime/sgpgme.c
13644         * src/plugins/spamassassin/spamassassin.c
13645         * src/plugins/spamassassin/spamassassin_gtk.c
13646         * src/plugins/trayicon/trayicon.c
13647                 sync with main (revision 104)
13648
13649 2005-02-10 [colin]      1.0.1cvs3.1
13650
13651         * src/mainwindow.c
13652                 Sync with HEAD (fix occasional crasher)
13653
13654 2005-02-10 [colin]      1.0.1cvs2.1
13655
13656         * src/messageview.c
13657                 Synw with HEAD (don't automatically display html)
13658
13659 2005-02-09 [colin]      1.0.1cvs1.3
13660
13661         * src/textview.c
13662         * src/textview.h
13663                 Add contextual menu on emails
13664
13665 2005-02-09 [colin]      1.0.1cvs1.2
13666
13667         * src/codeconv.c
13668                 Fix converting from broken headers and 
13669                 put back the _ in missing places
13670                 (feature broke with cvs24.2 sync, main 
13671                  possibly affected?)
13672
13673 2005-02-09 [colin]      1.0.1cvs1.1
13674
13675         * src/messageview.c
13676         * src/mimeview.c
13677         * src/mimeview.h
13678                 Sync with HEAD (display non text/plain mails with plugin)
13679
13680 2005-02-08 [colin]      1.0.1.1
13681
13682         * ChangeLog.claws
13683         * po/pt_BR.po
13684                 Sync with HEAD
13685         * configure.ac
13686                 Make default configuration directory 
13687                 be .sylpheed-gtk2
13688
13689 2005-02-08 [colin]      1.0.0cvs29.1
13690
13691         * po/de.po
13692         * po/es.po
13693         * po/fr.po
13694         * po/it.po
13695         * po/sk.po
13696         * po/sr.po
13697                 Sync translations with HEAD
13698
13699 2005-02-06 [colin]      1.0.0cvs28.3
13700
13701         * src/compose.c
13702                 Make compose a bit faster - patch by Alfons.
13703
13704 2005-02-06 [colin]      1.0.0cvs28.2
13705
13706         * src/compose.c
13707                 Make pasting via middle-click more reliable
13708
13709 2005-02-05 [paul]       1.0.0cvs28.1
13710
13711         * ChangeLog
13712         * ChangeLog.claws
13713         * ChangeLog.jp
13714         * configure.ac
13715         * src/compose.c
13716                 sync with HEAD
13717                 (fix bug 682 'redirect is broken'
13718
13719 2005-02-05 [torte]      1.0.0cvs27.1
13720
13721         * ChangeLog.claws
13722         * configure.ac
13723         * src/partial_download.c
13724                 Sync with HEAD (fix buf overflow)
13725
13726 2005-02-03 [colin]      1.0.0cvs26.1
13727
13728         * src/common/plugin.c
13729                 Sync with HEAD (avoid plugin mismatches)
13730
13731 2005-02-03 [paul]       1.0.0cvs25.3
13732
13733         * src/folderview.c
13734         * src/headerview.c
13735         * src/summaryview.c
13736         * src/textview.c
13737         * src/gtk/colorlabel.c
13738                 third and final part of initial sync with main-gtk2
13739
13740 2005-02-03 [paul]       1.0.0cvs25.2
13741
13742         * src/jpilot.c
13743                 fix building with jpilot support
13744
13745 2005-02-02 [colin]      1.0.0cvs25.1
13746
13747         * src/messageview.c
13748                 Sync with HEAD (fix dangerous typo)
13749
13750 2005-02-01 [colin]      1.0.0cvs24.3
13751
13752         * src/common/xml.c
13753                 Write file as advertised (UTF-8)
13754
13755 2005-02-01 [paul]       1.0.0cvs24.2
13756
13757         * src/addrbook.c
13758         * src/addrindex.c
13759         * src/alertpanel.h
13760         * src/codeconv.c
13761         * src/codeconv.h
13762         * src/compose.c
13763         * src/export.c
13764         * src/folder_item_prefs.c
13765         * src/html.c
13766         * src/imap.c
13767         * src/import.c
13768         * src/jpilot.c
13769         * src/mainwindow.c
13770         * src/matcher_parser_lex.l
13771         * src/messageview.c
13772         * src/mh.c
13773         * src/prefs_account.c
13774         * src/prefs_actions.c
13775         * src/prefs_common.c
13776         * src/prefs_gtk.c
13777         * src/prefs_gtk.h
13778         * src/prefs_themes.c
13779         * src/procheader.c
13780         * src/procmime.c
13781         * src/sourcewindow.c
13782         * src/statusbar.c
13783         * src/summaryview.c
13784         * src/textview.c
13785         * src/toolbar.c
13786         * src/unmime.c
13787         * src/common/template.c
13788         * src/common/utils.c
13789         * src/common/xml.c
13790         * src/common/xml.h
13791         * src/gtk/gtkaspell.c
13792         * src/plugins/clamav/clamav_plugin.c
13793         * src/plugins/dillo_viewer/dillo_prefs.c
13794         * src/plugins/image_viewer/viewerprefs.c
13795         * src/plugins/pgpmime/passphrase.c
13796         * src/plugins/pgpmime/prefs_gpg.c
13797         * src/plugins/pgpmime/select-keys.c
13798         * src/plugins/spamassassin/spamassassin.c
13799                 second part of initial sync with main-gtk2
13800                 (more to follow)
13801
13802 2005-01-31 [colin]      1.0.0cvs24.1
13803
13804         * src/compose.c
13805                 Sync with HEAD
13806
13807 2005-01-29 [paul]       1.0.0cvs23.2
13808
13809         * src/account.c
13810         * src/action.c
13811         * src/addressadd.c
13812         * src/addressbook.c
13813         * src/alertpanel.c
13814         * src/compose.c
13815         * src/editaddress.c
13816         * src/editbook.c
13817         * src/editgroup.c
13818         * src/editjpilot.c
13819         * src/editldap.c
13820         * src/editldap_basedn.c
13821         * src/editvcard.c
13822         * src/export.c
13823         * src/foldersel.c
13824         * src/grouplistdialog.c
13825         * src/import.c
13826         * src/importldif.c
13827         * src/inc.c
13828         * src/main.c
13829         * src/mainwindow.c
13830         * src/message_search.c
13831         * src/messageview.c
13832         * src/mimeview.c
13833         * src/prefs_actions.c
13834         * src/prefs_common.c
13835         * src/prefs_common.h
13836         * src/prefs_customheader.c
13837         * src/prefs_display_header.c
13838         * src/prefs_filtering.c
13839         * src/prefs_filtering_action.c
13840         * src/prefs_gtk.c
13841         * src/prefs_matcher.c
13842         * src/prefs_summary_column.c
13843         * src/prefs_template.c
13844         * src/sourcewindow.c
13845         * src/summary_search.c
13846         * src/summaryview.c
13847         * src/textview.c
13848         * src/gtk/about.c
13849         * src/gtk/description_window.c
13850         * src/gtk/gtkshruler.c
13851         * src/gtk/gtkutils.c
13852         * src/gtk/gtkutils.h
13853         * src/gtk/inputdialog.c
13854         * src/gtk/logwindow.c
13855         * src/gtk/prefswindow.c
13856         * src/gtk/progressdialog.c
13857         * src/gtk/progressdialog.h
13858                 first part of initial sync with main-gtk2
13859                 (more to follow)
13860
13861 2005-01-28 [colin]      1.0.0cvs23.1
13862
13863         * src/folderview.c
13864                 Sync with HEAD
13865
13866 2005-01-27 [colin]      1.0.0cvs21.1
13867
13868         * src/folder.c
13869         * src/folderview.c
13870                 Sync with HEAD
13871
13872 2005-01-27 [colin]      1.0.0cvs19.1
13873
13874         * src/procmime.c
13875                 Sync with HEAD
13876
13877 2005-01-27 [colin]      1.0.0cvs18.1
13878
13879         * src/messageview.c
13880         * src/summaryview.c
13881         * src/mainwindow.c
13882         * src/compose.c
13883         * src/compose.h
13884         * src/procmsg.c
13885         * src/procmsg.h
13886         * src/toolbar.c
13887                 Sync with HEAD
13888
13889 2005-01-26 [paul]       1.0.0cvs15.2
13890
13891         * src/compose.c
13892                 compose_entries_set(): convert subject and body to
13893                 utf8 if necessary. patch by Felix Eckhofer
13894
13895 2005-01-26 [paul]       1.0.0cvs15.1
13896
13897         * configure.ac
13898         * src/common/template.c
13899                 sync with HEAD (fix memory leak)
13900
13901 2005-01-25 [paul]       1.0.0cvs14.1
13902
13903         * configure.ac
13904         * src/compose.c
13905                 sync with HEAD
13906
13907 2005-01-24 [colin]      1.0.0cvs13.1
13908
13909         * src/summaryview.c
13910                 Sync with HEAD
13911
13912 2005-01-24 [paul]       1.0.0cvs12.1
13913
13914         * configure.ac
13915         * src/messageview.c
13916         * src/mh.c
13917         * src/common/utils.c
13918                 sync with HEAD
13919
13920 2005-01-24 [colin]      1.0.0cvs11.1
13921
13922         * src/procheader.c
13923                 Sync with HEAD
13924
13925 2005-01-24 [colin]      1.0.0cvs10.1
13926
13927         * src/folderview.c
13928                 Sync with HEAD
13929
13930 2005-01-23 [colin]      1.0.0cvs9.1
13931
13932         * src/crash.c
13933                 Sync with HEAD
13934
13935 2005-01-22 [colin]      1.0.0cvs8.1
13936
13937         * src/summaryview.c
13938         * src/gtk/quicksearch.c
13939                 Sync with HEAD
13940
13941 2005-01-21 [colin]      1.0.0cvs7.1
13942
13943         * src/summaryview.c
13944                 Sync with HEAD
13945
13946 2005-01-21 [colin]      1.0.0cvs6.1
13947
13948         * src/summaryview.c
13949                 Sync with HEAD
13950
13951 2005-01-21 [colin]      1.0.0cvs5.1
13952
13953         * src/gtk/quicksearch.c
13954         * src/prefs_common.c
13955         * src/prefs_common.h
13956                 Sync with HEAD (recurse option)
13957
13958 2005-01-21 [colin]      1.0.0cvs4.1
13959
13960         * src/folder.h
13961         * src/folderview.c
13962         * src/folderview.h
13963         * src/summaryview.c
13964         * src/gtk/quicksearch.c
13965         * src/gtk/quicksearch.h
13966                 Sync with HEAD (recursive quicksearch)
13967
13968 2005-01-20 [colin]      1.0.0cvs3.4
13969
13970         * src/ssl_manager.c
13971                 Remove useless code
13972
13973 2005-01-20 [colin]      1.0.0cvs3.3
13974
13975         * src/ssl_manager.c
13976                 Fix leak, thanks to Alfons.
13977
13978 2005-01-20 [colin]      1.0.0cvs3.2
13979
13980         * src/ssl_manager.c
13981                 Port SSL certificate window to GTK2.
13982
13983 2005-01-20 [paul]       1.0.0cvs3.1
13984
13985         * ChangeLog.claws
13986         * configure.ac
13987         * src/addrindex.c
13988         * src/addrindex.h
13989                 sync with HEAD
13990
13991 2005-01-19 [colin]      1.0.0cvs2.2
13992
13993         * src/plugins/trayicon/trayicon.c
13994                 Fix freeze with gtk-2.6, the easy way
13995                 (signal blocking helpless there...)
13996                 Closes bug #668.
13997
13998 2005-01-19 [colin]      1.0.0cvs2.1
13999
14000         * src/mbox.c
14001         * src/mbox.h
14002         * src/mainwindow.c
14003         * src/summaryview.c
14004         * src/summaryview.h
14005                 Sync with HEAD
14006
14007 2005-01-19 [paul]       1.0.0cvs1.1
14008
14009         * configure.ac
14010         * po/de.po
14011         * po/es.po
14012         * po/fr.po
14013         * po/hr.po
14014         * po/it.po
14015         * po/ja.po
14016         * po/ko.po
14017         * po/pt_BR.po
14018         * po/ru.po
14019         * po/sk.po
14020         * po/sr.po
14021                 sync with HEAD (update translations)
14022
14023 2005-01-18 [colin]      1.0.0cvs0.1
14024
14025         * src/foldersel.c
14026                 Specify search column - patch by Alfons
14027
14028 2005-01-18 [colin]      0.9.13cvs36.3
14029
14030         * src/prefs_toolbar.c
14031                 Change Delete to Remove
14032         * src/prefs_fonts.c
14033                 GTK2 version and leak fixes
14034         * src/prefs_actions.c
14035                 Add stock buttons.
14036                 All patches by Alfons
14037
14038 2005-01-17 [colin]      0.9.13cvs36.2
14039
14040         * src/compose.c
14041                 Fix DnD inserting twice. While at it,
14042                 add DnD support for text/plain in the
14043                 body, and add support in the headers.
14044
14045 2005-01-16 [colin]      0.9.13cvs36.1
14046
14047         * ChangeLog
14048         * ChangeLog.jp
14049         * ChangeLog.claws
14050                 Sync with HEAD (nothing applicable)
14051
14052 2005-01-16 [colin]      0.9.13cvs33.2
14053
14054         * src/prefs_toolbar.c
14055                 GTK2ize prefs_toolbar, by Alfons.
14056
14057 2005-01-14 [colin]      0.9.13cvs33.1
14058
14059         * src/html.c
14060         * src/msgcache.c
14061                 Sync with HEAD
14062
14063 2005-01-14 [colin]      0.9.13cvs32.1
14064
14065         * src/html.c
14066         * src/html.h
14067         * src/msgcache.c
14068         * AUTHORS
14069         * tools/calypso_convert.pl
14070                 Sync with HEAD
14071
14072 2005-01-08 [colin]      0.9.13cvs29.2
14073
14074         * src/prefs_filtering_action.c
14075         * src/prefs_filtering.c
14076                 2 more gtk2 patches by Alfons
14077
14078 2005-01-07 [paul]       0.9.13cvs29.1
14079
14080         * ChangeLog
14081         * ChangeLog.claws
14082         * ChangeLog.jp
14083         * configure.ac
14084         * src/pop.c
14085         * src/pop.h
14086                 sync with HEAD
14087
14088 2005-01-07 [colin]      0.9.13cvs28.3
14089
14090         * src/gtk/progressdialog.c
14091         * src/gtk/progressdialog.h
14092         * src/inc.c
14093         * src/send_message.c
14094                 GTK2 for the incorporation dialog. The CList isn't dead
14095                 yet, for a more smooth migration. Patch by Alfons.
14096
14097 2005-01-06 [colin]      0.9.13cvs28.2
14098
14099         * src/prefs_display_header.c
14100                 GTK2 conversion by Alfons
14101         * src/prefs_actions.c
14102         * src/prefs_matcher.c
14103                 Fix 2 leaks - patch by Alfons
14104
14105 2005-01-06 [colin]      0.9.13cvs28.1
14106
14107         * src/prefs_matcher.c
14108                 Sync with HEAD
14109
14110 2005-01-06 [colin]      0.9.13cvs27.4
14111
14112         * src/prefs_matcher.c
14113                 Fix double-free. Patch by Alfons
14114
14115 2005-01-06 [colin]      0.9.13cvs27.3
14116
14117         * src/prefs_matcher.c
14118                 GTK2 widgets + memleak
14119                 Patch by Alfons
14120
14121 2005-01-05 [colin]      0.9.13cvs27.2
14122
14123         * src/account.c
14124         * src/addr_compl.c
14125         * src/foldersel.c
14126         * src/stock_pixmap.c
14127         * src/stock_pixmap.h
14128                 3 more GTK2 patches by Alfons.
14129
14130 2005-01-04 [colin]      0.9.13cvs27.1
14131
14132         * src/folderview.c
14133         * src/imap_gtk.c
14134         * src/news_gtk.c
14135                 Sync with HEAD
14136
14137 2005-01-04 [colin]      0.9.13cvs25.9
14138
14139         * src/compose.c
14140                 Fix Show Ruler menuitem
14141         * src/prefs_template.c
14142                 Convert to GTK2
14143         * src/common/utils.c
14144                 Make auto pointer stuff handles NULLs
14145                 Patches by Alfons.
14146
14147 2005-01-04 [colin]      0.9.13cvs25.8
14148
14149         * src/compose.c
14150                 Move the attachment list to gtk2
14151                 Patch by Alfons.
14152
14153 2005-01-04 [colin]      0.9.13cvs25.7
14154
14155         * src/textview.c
14156                 Make some keys work again
14157                 Patch by SungHyun Nam <namsh@kldp.org>
14158
14159 2005-01-04 [colin]      0.9.13cvs25.6
14160
14161         * src/gtk/gtkshruler.c
14162                 Move the ruler to GTK2
14163                 Patch by Alfons
14164
14165 2005-01-03 [colin]      0.9.13cvs25.5
14166
14167         * src/compose.c
14168                 Fix my broken patch apply 
14169
14170 2005-01-03 [colin]      0.9.13cvs25.4
14171
14172         * src/common/utils.c
14173         * src/common/utils.h
14174         * src/gtk/prefswindow.c
14175                 Move auto pointer stuff to utils.c
14176                 Patch by Alfons again :)
14177
14178 2005-01-03 [colin]      0.9.13cvs25.3
14179
14180         * src/compose.c
14181         * src/prefs_gtk.c
14182         * src/prefs_template.c
14183         * src/textview.c
14184                 Empty text widgets with empty strings, not NULL char
14185                 Patch by SungHyun Nam <namsh@kldp_org>
14186
14187 2005-01-03 [colin]      0.9.13cvs25.2
14188
14189         * src/main.c
14190         * AUTHORS
14191                 Sync with HEAD
14192
14193 2005-01-03 [colin]      0.9.13cvs25.1
14194
14195         * src/pop.c
14196         * src/pop.h
14197                 Sync with HEAD
14198
14199 2005-01-03 [colin]      0.9.13cvs24.3
14200
14201         * src/account.c
14202                 Two patches from Alfons and Alex S Moore:
14203                 fix images, fix return value.
14204
14205 2005-01-01 [colin]      0.9.13cvs24.2
14206
14207         * src/prefs_actions.c
14208                 Fix over-zealous assertion. Patch by Alfons
14209
14210 2005-01-01 [colin]      0.9.13cvs24.1
14211
14212         * src/procmime.c
14213                 Sync with HEAD (leak fix)
14214
14215 2004-12-31 [colin]      0.9.13cvs23.2
14216
14217         * src/prefs_common.c
14218                 GTK2 widgets + stock buttons - patch by Alfons
14219
14220 2004-12-31 [paul]       0.9.13cvs23.1
14221
14222         * configure.ac
14223                 bump up EXTRA_VERSION to match (sync'ed) HEAD
14224         * src/gtk/pluginwindow.c
14225                 use GTK2 widgets and plug memory leaks,
14226                 patches by Alfons
14227
14228 2004-12-30 [colin]      0.9.13cvs22.4
14229
14230         * src/account.c
14231         * src/action.c
14232         * src/export.c
14233         * src/foldersel.c
14234         * src/import.c
14235         * src/message_search.c
14236         * src/prefs_actions.c
14237         * src/prefs_common.c
14238         * src/prefs_customheader.c
14239         * src/prefs_filtering.c
14240         * src/prefs_summary_column.c
14241         * src/summary_search.c
14242         * src/gtk/about.c
14243         * src/gtk/description_window.c
14244         * src/gtk/gtkutils.c
14245         * src/gtk/gtkutils.h
14246         * src/gtk/inputdialog.c
14247         * src/gtk/prefswindow.c
14248                 Use GTK2 stock buttons. Patches by Alfons.
14249
14250 2004-12-30 [colin]      0.9.13cvs22.3
14251
14252         * src/account.c
14253                 Sync with HEAD
14254         * src/prefs_actions.c
14255         * src/prefs_customheader.c
14256         * src/prefs_filtering.c
14257         * src/prefs_msg_colors.c
14258         * src/prefs_summary_column.c
14259         * src/gtk/prefswindow.c
14260                 Use GtkTreeView instead of deprecated 
14261                 widgets. Patches by Alfons.
14262
14263 2004-12-30 [paul]       0.9.13cvs22.2
14264
14265         * src/foldersel.c
14266                 use GTK 2 Tree View
14267                 patch by Alfons, with root folder sorting fix
14268                 by Stephan Sachse
14269
14270 2004-12-30 [paul]       0.9.13cvs22.1
14271
14272         * ChangeLog
14273         * ChangeLog.claws
14274         * ChangeLog.jp
14275         * NEWS
14276         * configure.ac
14277         * src/account.c
14278                 sync with HEAD
14279
14280 2004-12-22 [martin]     0.9.13cvs21.2
14281
14282         * src/action.c
14283                 free the command line after its use
14284
14285 2004-12-18 [paul]       0.9.13cvs21.1
14286
14287         * AUTHORS
14288         * ChangeLog
14289         * ChangeLog.claws
14290         * ChangeLog.jp
14291         * NEWS
14292         * configure.ac
14293         * src/action.c
14294         * src/compose.c
14295         * src/syldap.c
14296                 sync with HEAD
14297
14298 2004-12-17 [martin]     0.9.13cvs17.2
14299
14300         * src/action.c
14301                 convert actions input to locale
14302         * src/inc.c
14303                 convert notification command to locale
14304         * src/plugins/pgpmime/select-keys.c
14305                 convert attributes to utf8
14306
14307 2004-12-14 [colin]      0.9.13cvs17.1
14308
14309         * ChangeLog
14310         * ChangeLog.jp
14311         * ChangeLog.claws
14312         * src/action.c
14313         * src/common/utils.c
14314         * src/gtk/prefswindow.c
14315         * src/gtk/gtkutils.c
14316         * src/gtk/gtkutils.h
14317         * src/plugins/spamassassin/libspamc.c
14318                 Sync with HEAD
14319
14320 2004-12-13 [colin]      0.9.13cvs14.1
14321
14322         * src/quote_fmt_parse.y
14323                 Sync with HEAD
14324
14325 2004-12-10 [colin]      0.9.13cvs12.1
14326
14327         * src/prefs_themes.c
14328         * src/mainwindow.c
14329         * src/messageview.c
14330                 Sync with HEAD
14331
14332 2004-12-09 [colin]      0.9.13cvs10.1
14333
14334         * src/procmime.c
14335                 Sync with HEAD (fix B64 encoding from memory)
14336
14337 2004-12-08 [colin]      0.9.13cvs9.1
14338
14339         * src/gtk/colorlabel.c
14340                 Sync with HEAD
14341
14342 2004-12-08 [paul]       0.9.13cvs8.2
14343
14344         * src/gtk/pluginwindow.c
14345                 fix window resizing oddities
14346
14347 2004-12-08 [colin]      0.9.13cvs8.1
14348
14349         * src/quote_fmt_parse.y
14350                 Sync with HEAD
14351
14352 2004-12-08 [colin]      0.9.13cvs7.1
14353
14354         * src/matcher_parser_parse.y
14355         * src/msgcache.c
14356         * src/prefs_matcher.c
14357         * src/procheader.c
14358         * src/matcher.c
14359         * src/common/defs.h
14360         * po/sr.po
14361                 Sync with HEAD
14362
14363 2004-12-08 [colin]      0.9.13cvs6.1
14364
14365         * src/quote_fmt_parse.y
14366         * src/textview.c
14367                 Sync with HEAD
14368         * src/gtk/prefswindow.c
14369         * src/gtk/pluginwindow.c
14370                 Fix G_CALLBACKS protos (thanks to Alfons)
14371
14372 2004-12-07 [torte]      0.9.13cvs2.2
14373
14374         * src/procmime.c
14375                 [Bug 650] reply button causes crash
14376                 Thanks to David Relson and Christoph
14377
14378 2004-12-07 [colin]      0.9.13cvs2.1
14379
14380         * ChangeLog.claws
14381         * AUTHORS
14382         * po/sk.po
14383         * src/procmime.c
14384         * src/prefs_account.c
14385         * src/common/smtp.c
14386         * src/common/smtp.h
14387                 Sync with HEAD
14388
14389 2004-12-06 [colin]      0.9.12cvs187.1
14390
14391         * ChangeLog.claws
14392         * INSTALL
14393         * Makefile.am
14394         * README.claws
14395         * TODO.claws
14396         * configure.ac
14397         * po/bg.po
14398         * po/cs.po
14399         * po/el.po
14400         * po/en_GB.po
14401         * po/es.po
14402         * po/fr.po
14403         * po/hr.po
14404         * po/hu.po
14405         * po/it.po
14406         * po/ja.po
14407         * po/ko.po
14408         * po/nl.po
14409         * po/pl.po
14410         * po/pt_BR.po
14411         * po/ru.po
14412         * po/sk.po
14413         * po/sr.po
14414         * po/sv.po
14415         * po/zh_CN.po
14416         * po/zh_TW.Big5.po
14417         * src/compose.c
14418         * tools/Makefile.am
14419         * tools/README
14420         * tools/filter_conv.pl
14421         * tools/kdeservicemenu/README
14422         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14423         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14424                 Sync with HEAD
14425
14426 2004-12-04 [colin]      0.9.12cvs183.1
14427
14428         * src/compose.c
14429                 Sync with HEAD (compose window position saving)
14430
14431 2004-12-04 [paul]       0.9.12cvs182.3
14432
14433         * src/messageview.c
14434         * src/mimeview.c
14435         * src/prefs_customheader.c
14436         * src/gtk/quicksearch.c
14437                 replace some forgotten GTK_SIGNAL_FUNCs
14438
14439 2004-12-04 [paul]       0.9.12cvs182.2
14440
14441         * src/Makefile.am
14442                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14443                 committed in error      
14444
14445 2004-12-04 [paul]       0.9.12cvs182.1
14446
14447         * ChangeLog
14448         * ChangeLog.claws
14449         * ChangeLog.jp
14450         * INSTALL
14451         * NEWS
14452         * README
14453         * README.jp
14454         * configure.ac
14455         * doc/manual/ja/Makefile.am
14456         * doc/manual/ja/sylpheed-1.html
14457         * doc/manual/ja/sylpheed-10.html
14458         * doc/manual/ja/sylpheed-11.html
14459         * doc/manual/ja/sylpheed-12.html
14460         * doc/manual/ja/sylpheed-13.html
14461         * doc/manual/ja/sylpheed-14.html
14462         * doc/manual/ja/sylpheed-15.html
14463         * doc/manual/ja/sylpheed-16.html
14464         * doc/manual/ja/sylpheed-17.html
14465         * doc/manual/ja/sylpheed-18.html
14466         * doc/manual/ja/sylpheed-19.html
14467         * doc/manual/ja/sylpheed-2.html
14468         * doc/manual/ja/sylpheed-20.html
14469         * doc/manual/ja/sylpheed-3.html
14470         * doc/manual/ja/sylpheed-4.html
14471         * doc/manual/ja/sylpheed-5.html
14472         * doc/manual/ja/sylpheed-6.html
14473         * doc/manual/ja/sylpheed-7.html
14474         * doc/manual/ja/sylpheed-8.html
14475         * doc/manual/ja/sylpheed-9.html
14476         * doc/manual/ja/sylpheed.html
14477         * doc/manual/ja/sylpheed.sgml
14478         * po/de.po
14479         * src/Makefile.am
14480         * src/compose.c
14481         * src/procmime.c
14482         * src/pixmaps/regular.xpm **REMOVED**
14483         * src/plugins/pgpmime/pgpmime.c
14484         * src/plugins/pgpmime/plugin.c
14485         * src/plugins/pgpmime/prefs_gpg.c
14486                 sync with HEAD
14487
14488 2004-12-03 [paul]       0.9.12cvs180.1
14489
14490         * ChangeLog
14491         * ChangeLog.claws
14492         * ChangeLog.jp
14493         * configure.ac
14494         * src/Makefile.am
14495         * src/pop.c
14496         * src/common/utils.c
14497         * src/common/utils.h
14498         * src/pixmaps/continue.xpm
14499         * src/pixmaps/dir_close.xpm
14500         * src/pixmaps/dir_open.xpm
14501         * src/pixmaps/drafts_close.xpm
14502         * src/pixmaps/drafts_open.xpm
14503         * src/pixmaps/folder.xpm **REMOVED**
14504         * src/pixmaps/group.xpm
14505         * src/pixmaps/unread.xpm
14506                 sync with HEAD
14507
14508 2004-12-02 [colin]      0.9.12cvs179.1
14509
14510         * src/compose.c
14511                 Sync with HEAD (non-duplicated reedition)
14512
14513 2004-12-02 [colin]      0.9.12cvs178.1
14514
14515         * src/compose.c
14516                 Sync with HEAD (linewrap_quote fix)
14517
14518 2004-12-01 [colin]      0.9.12cvs177.3
14519
14520         * src/addrharvest.c
14521                 Replace sizeof with strlen
14522
14523 2004-12-01 [paul]       0.9.12cvs177.2
14524
14525         * src/addrharvest.c
14526                 fix 'harvest addresses'
14527
14528 2004-11-30 [colin]      0.9.12cvs177.1
14529
14530         * src/gtk/prefswindow.c
14531         * src/gtk/pluginwindow.c
14532                 Sync with HEAD
14533
14534 2004-11-29 [colin]      0.9.12cvs176.1
14535
14536         * src/folderview.c
14537                 sync with HEAD (Fix disappearing separators in folderview's popup)
14538
14539 2004-11-29 [colin]      0.9.12cvs175.1
14540
14541         * src/procmime.c
14542                 Sync with head (another format fix)
14543
14544 2004-11-29 [colin]      0.9.12cvs174.1
14545
14546         * src/pop.c
14547                 Sync with HEAD (format string fix)
14548
14549 2004-11-26 [colin]      0.9.12cvs173.1
14550
14551         * src/common/smtp.c
14552         * src/common/smtp.h
14553                 Sync with HEAD
14554
14555 2004-11-24 [colin]      0.9.12cvs172.1
14556
14557         * src/plugins/pgpmime/pgpmime.c
14558                 Sync with HEAD
14559
14560 2004-11-24 [colin]      0.9.12cvs171.1
14561
14562         * src/plugins/pgpmime/pgpmime.c
14563                 Sync with head (gpgmectx leaks)
14564
14565 2004-11-24 [colin]      0.9.12cvs169.1
14566
14567         * src/plugins/pgpmime/plugin.c
14568         * src/plugins/trayicon/Makefile.am
14569         * src/plugins/trayicon/newmarkedmail.xpm
14570         * src/plugins/trayicon/trayicon.c
14571         * src/plugins/trayicon/unreadmarkedmail.xpm
14572                 Sync with HEAD
14573
14574 2004-11-23 [colin]      0.9.12cvs168.1
14575
14576         * src/partial_download.c
14577         * src/partial_download.h
14578         * src/plugins/pgpmime/plugin.c
14579                 Sync with HEAD
14580
14581 2004-11-23 [colin]      0.9.12cvs166.1
14582
14583         * src/Makefile.am
14584         * src/codeconv.c
14585         * src/compose.c
14586         * src/folderview.c
14587         * src/main.c
14588         * src/partial_download.c
14589         * src/partial_download.h
14590         * src/prefs_account.c
14591         * src/prefs_account.h
14592         * src/privacy.c
14593         * src/privacy.h
14594         * src/procmime.c
14595         * src/common/Makefile.am
14596         * src/common/base64.h
14597         * src/common/partial_download.c
14598         * src/common/partial_download.h
14599         * src/gtk/prefswindow.c
14600         * src/gtk/prefswindow.h
14601         * src/plugins/pgpmime/pgpmime.c
14602         * src/plugins/pgpmime/prefs_gpg.c
14603         * src/plugins/pgpmime/prefs_gpg.h
14604         * src/plugins/pgpmime/sgpgme.c
14605         * src/plugins/pgpmime/sgpgme.h
14606                 Sync with HEAD
14607
14608 2004-11-23 [colin]      0.9.12cvs163.1
14609
14610         * src/main.c
14611                 Sync with HEAD (cursor optimization)
14612
14613 2004-11-23 [colin]      0.9.12cvs162.1
14614
14615         * src/prefs_common.c
14616         * src/prefs_themes.c
14617         * src/procmsg.c
14618                 Sync with HEAD
14619
14620 2004-11-23 [colin]      0.9.12cvs158.9
14621
14622         * src/compose.c
14623                 Fix double-free when forwarding
14624         * src/msgcache.c
14625                 Fix leak on error path
14626                 
14627
14628 2004-11-23 [colin]      0.9.12cvs158.8
14629
14630         * src/compose.c
14631                 Fix possible double-free
14632                 Spotted by Alfons
14633
14634 2004-11-23 [colin]      0.9.12cvs158.7
14635
14636         * src/compose.c
14637                 Fix some signal handlers' prototypes
14638                 Spotted by Alfons
14639
14640 2004-11-22 [colin]      0.9.12cvs158.6
14641
14642         * src/compose.c
14643                 Remove unneeded code and duplicated
14644                 wrapping - patch by Alfons
14645
14646 2004-11-22 [colin]      0.9.12cvs158.5
14647
14648         * src/prefs_themes.c
14649                 Fix oversized selector
14650
14651 2004-11-22 [colin]      0.9.12cvs158.4
14652
14653         * src/compose.c
14654                 fix dump_text()
14655                 patch by Alfons
14656
14657 2004-11-19 [colin]      0.9.12cvs158.3
14658
14659         * src/textview.c
14660                 Add a context menu on links (open, copy)
14661
14662 2004-11-18 [paul]       0.9.12cvs158.2
14663
14664         * src/addrgather.c
14665         * src/exphtmldlg.c
14666         * src/expldifdlg.c
14667         * src/mimeview.c
14668         * src/prefs_common.c
14669         * src/plugins/image_viewer/viewer.c
14670         * src/plugins/spamassassin/spamassassin_gtk.c
14671                 replace deprecated gtk_notebook_set_page
14672                 and gtk_notebook_current_page
14673
14674 2004-11-18 [paul]       0.9.12cvs158.1
14675
14676         * configure.ac
14677         * src/compose.c
14678         * src/mainwindow.c
14679         * src/messageview.c
14680         * src/prefs_common.c
14681         * src/common/utils.c
14682         * src/common/utils.h
14683                 sync with HEAD
14684
14685 2004-11-17 [colin]      0.9.12cvs156.1
14686
14687         * src/prefs_account.c
14688         * src/prefs_account.h
14689         * src/procmsg.c
14690                 Sync with HEAD (add pref to store encrypted mails encrypted)
14691
14692 2004-11-17 [paul]       0.9.12cvs155.1
14693
14694         * ChangeLog
14695         * ChangeLog.claws
14696         * ChangeLog.jp
14697         * NEWS
14698         * configure.ac
14699         * src/compose.c
14700         * src/jpilot.c
14701         * src/privacy.c
14702         * src/procmime.c
14703         * src/procmime.h
14704         * src/procmsg.c
14705         * src/toolbar.c
14706         * src/pixmaps/error.xpm
14707                 sync with HEAD
14708
14709 2004-11-17 [colin]      0.9.12cvs151.1
14710
14711         * src/plugins/pgpmime/pgpmime.c
14712                 Sync with HEAD (remove debug printf)
14713
14714 2004-11-17 [colin]      0.9.12cvs150.1
14715
14716         * src/plugins/pgpmime/pgpmime.c
14717                 Sync with HEAD (off-by-one fix)
14718
14719 2004-11-17 [colin]      0.9.12cvs149.1
14720
14721         * src/procmsg.c
14722                 Sync with HEAD (coding style fixes)
14723
14724 2004-11-16 [colin]      0.9.12cvs148.1
14725
14726         * src/procmsg.c
14727                 Sync with head (Fix the fix)
14728
14729 2004-11-16 [colin]      0.9.12cvs147.1
14730
14731         * src/procmsg.c
14732                 Sync with Main (leak fix)
14733
14734 2004-11-16 [colin]      0.9.12cvs146.14
14735
14736         * src/compose.c
14737                 Remove useless chunk of code
14738                 Patch by Alfons
14739
14740 2004-11-15 [colin]      0.9.12cvs146.13
14741
14742         * src/compose.c
14743                 Fix drafting after insertion
14744                 Patch by Alfons
14745
14746 2004-11-15 [colin]      0.9.12cvs146.12
14747
14748         * src/compose.c
14749         * src/prefs_filtering.c
14750         * src/prefs_filtering_action.c
14751         * src/prefs_toolbar.c
14752                 Fix some const-correctness
14753
14754 2004-11-15 [colin]      0.9.12cvs146.11
14755
14756         * src/summaryview.c
14757         * src/prefs_themes.c
14758         * src/messageview.c
14759                 Fix some leaks
14760
14761 2004-11-15 [colin]      0.9.12cvs146.10
14762
14763         * src/codeconv.c
14764                 More unreadable locale fixes
14765
14766 2004-11-14 [colin]      0.9.12cvs146.9
14767
14768         * src/textview.c
14769                 Fix uri_security_check
14770                 Patch by Alfons
14771
14772 2004-11-13 [paul]       0.9.12cvs146.8
14773
14774         * src/folder.c
14775         * src/procmime.c
14776                 fix 2 bugs introduced in last commit
14777
14778 2004-11-13 [paul]       0.9.12cvs146.7
14779
14780         * src/compose.c
14781         * src/exporthtml.c
14782         * src/exportldif.c
14783         * src/folder.c
14784         * src/imap.c
14785         * src/imap_gtk.c
14786         * src/main.c
14787         * src/mainwindow.c
14788         * src/messageview.c
14789         * src/mh_gtk.c
14790         * src/prefs_themes.c
14791         * src/procmime.c
14792         * src/setup.c
14793         * src/summaryview.c
14794                 replace deprecated g_basename
14795
14796 2004-11-13 [paul]       0.9.12cvs146.6
14797
14798         * src/compose.c
14799         * src/imap.c
14800         * src/matcher_parser.h
14801         * src/matcher_parser_parse.y
14802         * src/prefs_filtering.c
14803         * src/prefs_filtering_action.c
14804         * src/prefs_themes.c
14805         * src/prefs_toolbar.c
14806         * src/common/utils.c
14807                 various small fixes/cleanups
14808
14809 2004-11-12 [colin]      0.9.12cvs146.5
14810
14811         * src/textview.c
14812                 Validate event's origin on visibility notify
14813                 Patch by Alfons.
14814
14815 2004-11-12 [paul]       0.9.12cvs146.4
14816
14817         * src/exporthtml.c
14818         * src/exportldif.c
14819         * src/imap.c
14820         * src/mh.c
14821         * src/mimeview.c
14822         * src/prefs_spelling.c
14823         * src/prefs_themes.c
14824                 replace deprecated g_dirname    
14825
14826 2004-11-12 [colin]      0.9.12cvs146.3
14827
14828         * src/textview.c
14829                 Some coding style fixes
14830
14831 2004-11-12 [colin]      0.9.12cvs146.2
14832
14833         * src/codeconv.c
14834                 We want to replace _all_ extended chars in
14835                 conv_unreadable_*, because any string containing
14836                 extended chars not parsing as UTF8 is 
14837                 undisplayed on gtk2.
14838
14839 2004-11-12 [paul]       0.9.12cvs146.1
14840
14841         * ChangeLog
14842         * ChangeLog.claws
14843         * ChangeLog.jp
14844         * NEWS
14845         * configure.ac
14846         * src/account.c
14847         * src/folderview.c
14848         * src/folderview.h
14849         * src/imap.c
14850         * src/imap_gtk.c
14851         * src/inc.c
14852         * src/mainwindow.c
14853         * src/mh_gtk.c
14854         * src/news_gtk.c
14855         * src/pop.c
14856         * src/prefs_account.c
14857         * src/prefs_account.h
14858         * src/prefs_ext_prog.c
14859         * src/procmime.c
14860         * src/procmime.h
14861         * src/procmsg.c
14862         * src/procmsg.h
14863         * src/summary_search.c
14864         * src/summaryview.c
14865         * src/textview.c
14866         * src/common/defs.h
14867         * src/common/utils.c
14868         * src/common/utils.h
14869         * src/gtk/menu.c
14870         * src/gtk/menu.h
14871                 sync with HEAD
14872
14873 2004-11-11 [colin]      0.9.12cvs144.2
14874
14875         * src/textview.c
14876                 Fix URI range selection (patch by Alfons)
14877
14878 2004-11-09 [colin]      0.9.12cvs144.1
14879
14880         * ChangeLog.claws
14881         * src/compose.c
14882         * src/folder.c
14883         * src/folder_item_prefs.c
14884         * src/prefs_account.c
14885         * src/prefs_account.h
14886         * src/plugins/pgpmime/pgpmime.c
14887                 Sync with HEAD
14888
14889 2004-11-08 [colin]      0.9.12cvs143.1
14890
14891         * src/summaryview.c
14892                 Sync with HEAD (optimize quicksearch)
14893
14894 2004-11-08 [colin]      0.9.12cvs142.2
14895
14896         * src/compose.c
14897                 Don't wrap when Edit/Auto wrapping is disabled
14898
14899 2004-11-08 [colin]      0.9.12cvs142.1
14900
14901         * src/textview.c
14902                 Sync with HEAD
14903
14904 2004-11-08 [colin]      0.9.12cvs141.1
14905
14906         * src/textview.c
14907                 Sync with HEAD (fix some mail URIs)
14908
14909 2004-11-08 [colin]      0.9.12cvs140.3
14910
14911         * src/textview.c
14912                 o Use text cursor instead of arrow when
14913                   not on a link
14914                 o Fix handling of contiguous links (as in
14915                   "colin@colino.net" <colin@colino.net>)
14916                   This one unveils a bug in get_email_part()
14917
14918 2004-11-07 [colin]      0.9.12cvs140.2
14919
14920         * src/textview.c
14921                 Fix memleak. Patch by Alfons.
14922
14923 2004-11-06 [colin]      0.9.12cvs140.1
14924
14925         * src/compose.c
14926                 Sync with HEAD (don't ask passphrase
14927                 when drafting)
14928
14929 2004-11-06 [paul]       0.9.12cvs139.2
14930
14931         * AUTHORS
14932         * src/textview.c
14933         * src/textview.h
14934                 textview URI handling. hovering over a 
14935                 link displays it in the status bar,
14936                 and changes the mouse pointer to a hand 
14937                 cursor. a link is activated with a single 
14938                 click. (Modified from the) patch by Jean-Yves 
14939                 Lefort <jylefort@users.sourceforge.net>
14940                 
14941
14942 2004-11-05 [colin]      0.9.12cvs139.1
14943
14944         * src/compose.c
14945         * src/procmime.c
14946                 Sync with HEAD again ^^
14947
14948 2004-11-05 [colin]      0.9.12cvs139.1
14949
14950         * src/compose.c
14951         * src/procmime.c
14952                 Sync with HEAD
14953
14954 2004-11-03 [paul]       0.9.12cvs138.1
14955
14956         * ChangeLog.claws
14957         * configure.ac
14958         * po/POTFILES.in
14959         * src/prefs_ext_prog.c
14960         * src/procmime.c
14961         * tools/kdeservicemenu/README
14962         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14963         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14964                 sync with HEAD
14965
14966 2004-11-01 [christoph]  0.9.12cvs136.2
14967
14968         * src/procmime.c
14969                 convert MIME parameters to UTF-8
14970
14971 2004-10-29 [colin]      0.9.12cvs136.1
14972
14973         * src/common/utils.c
14974                 Sync with HEAD (don't use '=' in mime boundary)
14975
14976 2004-10-29 [paul]       0.9.12cvs135.1
14977
14978         * configure.ac
14979         * doc/src/rfc2231.txt
14980         * src/procmime.c
14981         * src/common/quoted-printable.c
14982         * src/common/utils.c
14983         * src/common/utils.h
14984                 sync with HEAD
14985
14986 2004-10-27 [paul]       0.9.12cvs134.1
14987
14988         * configure.ac
14989         * src/main.c
14990         * src/procmime.c
14991         * src/plugins/pgpmime/pgpmime.c
14992                 sync with HEAD
14993
14994 2004-10-26 [paul]       0.9.12cvs132.3
14995
14996         * src/account.c
14997         * src/addressbook.c
14998         * src/addrgather.c
14999         * src/addrharvest.c
15000         * src/codeconv.c
15001         * src/compose.c
15002         * src/customheader.c
15003         * src/editaddress.c
15004         * src/editgroup.c
15005         * src/enriched.c
15006         * src/expldifdlg.c
15007         * src/exporthtml.c
15008         * src/exportldif.c
15009         * src/folder.c
15010         * src/foldersel.c
15011         * src/folderview.c
15012         * src/grouplistdialog.c
15013         * src/html.c
15014         * src/imap.c
15015         * src/jpilot.c
15016         * src/ldapserver.c
15017         * src/ldif.c
15018         * src/mimeview.c
15019         * src/news.c
15020         * src/news_gtk.c
15021         * src/pop.c
15022         * src/prefs_display_header.c
15023         * src/prefs_gtk.c
15024         * src/prefs_msg_colors.c
15025         * src/prefs_toolbar.c
15026         * src/procheader.c
15027         * src/procmime.c
15028         * src/summaryview.c
15029         * src/textview.c
15030         * src/toolbar.c
15031         * src/vcard.c
15032         * src/common/mgutils.c
15033         * src/common/nntp.c
15034         * src/common/smtp.c
15035         * src/common/template.c
15036         * src/common/utils.c
15037         * src/common/xmlprops.c
15038         * src/plugins/pgpmime/pgpmime.c
15039         * src/plugins/pgpmime/select-keys.c
15040         * src/plugins/pgpmime/sgpgme.c
15041                 replace deprecated g_strcasecmp(), g_strncasecmp(),
15042                 g_string_sprintfa(), gtk_notebook_current_page()
15043
15044 2004-10-26 [colin]      0.9.12cvs132.2
15045
15046         * src/prefs_folder_item.c
15047                 Fix default-account selection
15048
15049 2004-10-21 [colin]      0.9.12cvs133
15050
15051         * src/compose.c
15052                 Sync with HEAD (Remove extra separator in compose's Options)
15053         * src/textview.c
15054                 Set wrapping to char
15055
15056 2004-10-21 [paul]       0.9.12cvs131.2
15057
15058         * src/compose.c
15059         * src/sourcewindow.c
15060                 fix wrapping
15061                 fix window shrinking 
15062
15063 2004-10-21 [colin]      0.9.12cvs131.1
15064
15065         * ChangeLog.claws
15066         * src/compose.c
15067                 Sync with HEAD
15068
15069 2004-10-21 [paul]       0.9.12cvs130.2
15070
15071         * src/prefs_folder_item.c
15072                 sync with HEAD (Apply to subfolders)
15073
15074 2004-10-19 [colin]      0.9.12cvs130.1
15075
15076         * ChangeLog.claws
15077         * src/compose.c
15078         * src/common/utils.c
15079         * src/gtk/menu.c
15080                 Sync with HEAD
15081
15082 2004-10-19 [colin]      0.9.12cvs128.1
15083
15084         * src/addrbook.c
15085         * src/addrcache.c
15086         * src/addressbook.c
15087         * src/codeconv.c
15088         * src/compose.c
15089         * src/customheader.c
15090         * src/editaddress.c
15091         * src/editgroup.c
15092         * src/exporthtml.c
15093         * src/folder.c
15094         * src/folderview.c
15095         * src/imap.c
15096         * src/jpilot.c
15097         * src/main.c
15098         * src/matcher_parser_parse.y
15099         * src/mbox.c
15100         * src/pop.c
15101         * src/prefs_account.c
15102         * src/prefs_gtk.c
15103         * src/prefs_msg_colors.c
15104         * src/procheader.c
15105         * src/procmime.c
15106         * src/procmime.h
15107         * src/procmsg.c
15108         * src/summaryview.c
15109         * src/textview.c
15110         * src/common/base64.c
15111         * src/common/partial_download.c
15112         * src/common/socket.c
15113         * src/common/sylpheed.c
15114         * src/common/utils.c
15115         * src/common/utils.h
15116         * src/gtk/pluginwindow.c
15117         * src/gtk/quicksearch.c
15118         * src/plugins/clamav/clamav_plugin.c
15119         * src/plugins/clamav/clamav_plugin.h
15120         * src/plugins/clamav/clamav_plugin_gtk.c
15121         * src/plugins/pgpmime/passphrase.c
15122         * src/plugins/pgpmime/pgpmime.c
15123         * src/plugins/pgpmime/plugin.c
15124         * src/plugins/pgpmime/prefs_gpg.c
15125         * src/plugins/pgpmime/prefs_gpg.h
15126         * src/plugins/pgpmime/select-keys.c
15127         * src/plugins/pgpmime/sgpgme.c
15128         * src/plugins/spamassassin/libspamc.c
15129         * src/plugins/spamassassin/spamassassin.c
15130         * src/plugins/spamassassin/spamassassin.h
15131         * src/plugins/spamassassin/spamassassin_gtk.c
15132         * src/plugins/trayicon/trayicon.c
15133         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
15134                 Sync with HEAD
15135
15136 2004-10-14 [colin]      0.9.12cvs126.2
15137
15138         * src/codeconv.c
15139         * src/textview.c
15140                 Fix conv_unreadable_locale
15141
15142 2004-10-13 [colin]      0.9.12cvs126.1
15143
15144         * src/compose.c
15145                 Sync with HEAD (don't convert charset for 
15146                 drafted messages, minor cleanup)
15147
15148 2004-10-13 [colin]      0.9.12cvs125.1
15149
15150         * po/POTFILES.in
15151                 Sync with HEAD (POTFILES fix)
15152
15153 2004-10-12 [colin]      0.9.12cvs124.3
15154
15155         * src/compose.c
15156                 Fix encoding bug from latest sync
15157
15158 2004-10-12 [paul]       0.9.12cvs124.2
15159
15160         * src/plugins/pgpmime/prefs_gpg.c
15161         * src/plugins/pgpmime/prefs_gpg.h
15162                 forgotten in last commit        
15163
15164 2004-10-12 [paul]       0.9.12cvs124.1
15165
15166         * ChangeLog.claws
15167         * configure.ac
15168         * m4/spamassassin.m4
15169         * src/Makefile.am
15170         * src/account.c
15171         * src/compose.c
15172         * src/compose.h
15173         * src/crash.c
15174         * src/main.c
15175         * src/mimeview.c
15176         * src/passphrase.c
15177         * src/passphrase.h
15178         * src/prefs_account.c
15179         * src/prefs_account.h
15180         * src/prefs_common.c
15181         * src/privacy.c
15182         * src/privacy.h
15183         * src/procmime.c
15184         * src/procmime.h
15185         * src/procmsg.c
15186         * src/rfc2015.c
15187         * src/rfc2015.h
15188         * src/select-keys.c
15189         * src/select-keys.h
15190         * src/textview.c
15191         * src/common/utils.c
15192         * src/common/utils.h
15193         * src/gtk/about.c
15194         * src/plugins/pgpmime/Makefile.am
15195         * src/plugins/pgpmime/passphrase.c
15196         * src/plugins/pgpmime/passphrase.h
15197         * src/plugins/pgpmime/pgpmime.c
15198         * src/plugins/pgpmime/plugin.c
15199         * src/plugins/pgpmime/select-keys.c
15200         * src/plugins/pgpmime/select-keys.h
15201         * src/plugins/pgpmime/sgpgme.c
15202         * src/plugins/pgpmime/sgpgme.h
15203                 sync with HEAD
15204
15205 2004-10-04 [colin]      0.9.12cvs122.1
15206
15207         * src/mainwindow.c
15208         * src/messageview.c
15209         * src/messageview.h
15210         * src/textview.c
15211                 Sync with HEAD
15212
15213 2004-10-04 [colin]      0.9.12cvs121.1
15214
15215         * src/summaryview.c
15216                 Sync with HEAD
15217
15218 2004-10-04 [paul]       0.9.12cvs120.1
15219
15220         * configure.ac
15221                 sync with HEAD [don't try to build 
15222                 pgpmime plugin when gpgme is disabled]
15223
15224 2004-10-03 [colin]      0.9.12cvs119.3
15225
15226         * src/gtk/gtksctree.c
15227                 Lots of side effects. Put back as before 117.2.
15228         * src/summaryview.c
15229                 Fix bug #602
15230
15231 2004-10-03 [colin]      0.9.12cvs119.2
15232
15233         * src/gtk/gtksctree.c
15234                 Revert 608 fix that doesn't work that good
15235
15236 2004-10-02 [colin]      0.9.12cvs119.1
15237
15238         * src/mainwindow.c
15239         * src/messageview.c
15240         * src/prefs_common.h
15241         * src/procmime.c
15242         * src/procmime.h
15243         * src/textview.c
15244                 Sync with HEAD
15245         * src/gtk/gtksctree.c
15246                 Close bug #608
15247
15248 2004-10-01 [colin]      0.9.12cvs118.1
15249
15250         * src/mimeview.c
15251                 Sync with HEAD (better Save All fix)
15252
15253 2004-10-01 [colin]      0.9.12cvs117.2
15254
15255         * src/gtk/gtksctree.c
15256                 Faster on selection
15257
15258 2004-10-01 [colin]      0.9.12cvs117.1
15259
15260         * src/mimeview.c
15261                 Sync with HEAD (Save All: only attachments)
15262
15263 2004-10-01 [paul]       0.9.12cvs116.1
15264
15265         * ChangeLog.claws
15266         * configure.ac
15267         * src/account.c
15268         * src/prefs_common.c
15269         * src/gtk/colorlabel.c
15270                 sync with HEAD
15271
15272 2004-09-30 [colin]      0.9.12cvs115.1
15273
15274         * src/stock_pixmap.c
15275         * src/stock_pixmap.h
15276         * src/folderview.c
15277         * src/Makefile.am
15278         * src/pixmaps/read.xpm
15279                 Sync with HEAD (new pixmap)
15280
15281 2004-09-29 [colin]      0.9.12cvs114.1
15282
15283         * src/compose.c
15284                 Sync with HEAD
15285                 Fix focus handling in headers
15286
15287 2004-09-29 [paul]       0.9.12cvs113.1
15288
15289         * src/quote_fmt_parse.y
15290                 sync with HEAD
15291  
15292
15293 2004-09-28 [colin]      0.9.12cvs112.1
15294
15295         * src/folderview.c
15296         * src/mainwindow.c
15297                 Sync with HEAD
15298
15299 2004-09-28 [colin]      0.9.12cvs110.1
15300
15301         * src/folderview.c
15302                 Sync with HEAD (Contextual Empty trash menu)
15303
15304 2004-09-28 [colin]      0.9.12cvs108.1
15305
15306         * src/addressbook.c
15307                 Sync with HEAD (addressbook edit on double-click)
15308
15309 2004-09-28 [colin]      0.9.12cvs106.1
15310
15311         * src/inc.c
15312                 Sync with HEAD (folder_item freeze on inc)
15313
15314 2004-09-27 [colin]      0.9.12cvs105.1
15315
15316         * src/folderview.c
15317                 Sync with HEAD (right-align new and unread column)
15318
15319 2004-09-27 [colin]      0.9.12cvs104.1
15320
15321         * src/main.c
15322                 Sync with HEAD (revert 0.9.12cvs101)
15323
15324 2004-09-24 [colin]      0.9.12cvs103.2
15325
15326         * src/wizard.c
15327                 Fix gtk warnings and use domain part of the email address 
15328                 when domain detection fails (no dot in domain name)
15329
15330 2004-09-23 [colin]      0.9.12cvs103.1
15331
15332         * src/plugins/spamassassin/libspamc.c
15333         * src/plugins/spamassassin/libspamc.h
15334         * src/plugins/spamassassin/utils.c
15335         * src/plugins/spamassassin/utils.h
15336                 Sync with HEAD (Update spamassassin to 3.0)
15337
15338 2004-09-21 [colin]      0.9.12cvs102.3
15339
15340         * src/action.c
15341                 Add horizontal scrollbar in action io dialog as needed
15342                 Patch by Alfons.
15343
15344 2004-09-20 [colin]      0.9.12cvs102.2
15345
15346         * src/plugins/image_viewer/viewer.c
15347                 Remove imlib stuff
15348                 use gtk_pixmap_set when clearing
15349                 (would be better to use gtkImages, but causes size-allocate 
15350                 signals storm)
15351
15352 2004-09-17 [paul]       0.9.12cvs102.1
15353
15354         * ChangeLog
15355         * ChangeLog.claws
15356         * ChangeLog.jp
15357         * configure.ac
15358         * src/inc.c
15359                 sync with HEAD
15360
15361
15362 2004-09-17 [colin]      0.9.12cvs101.1
15363
15364         * ChangeLog.claws
15365         * src/main.c
15366                 Sync with HEAD (fix segs at exit)
15367
15368 2004-09-14 [colin]      0.9.12cvs99.5
15369
15370         * src/common/socket.c
15371         * AUTHORS
15372                 Fix send error on 64bit platforms
15373                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15374
15375 2004-09-14 [colin]      0.9.12cvs99.4
15376
15377         * src/action.c
15378                 Fix action output with utf8 
15379                 Patch by Alfons.
15380
15381 2004-09-14 [colin]      0.9.12cvs99.3
15382
15383         * ChangeLog.claws
15384         * src/folder.c
15385                 Sync with HEAD
15386
15387 2004-09-09 [colin]      0.9.12cvs99.2
15388
15389         * src/action.c
15390                 Fix progress bar (displaying "Completed %v/%u")
15391                 Patch by Alfons.
15392
15393 2004-09-08 [colin]      0.9.12cvs99.1
15394
15395         * src/account.c
15396         * src/folder.c
15397         * src/procmsg.c
15398         * src/procmsg.h
15399         * src/plugins/pgpmime/pgpmime.c
15400                 Sync with HEAD
15401
15402 2004-09-08 [colin]      0.9.12cvs97.2
15403
15404         * src/summaryview.c
15405                 Don't select mails in collapsed threads 
15406                 when navigating with up/down
15407
15408 2004-09-07 [colin]      0.9.12cvs97.1
15409
15410         * src/inc.c
15411                 Sync with HEAD (meaningful error messages)
15412
15413 2004-09-06 [colin]      0.9.12cvs96.1
15414
15415         * src/toolbar.c
15416                 Sync with HEAD (fix Redirect graying out)
15417
15418 2004-09-06 [colin]      0.9.12cvs95.1
15419
15420         * src/summaryview.c
15421         * src/mimeview.c
15422                 Sync with HEAD (fix dropped URIs)
15423
15424 2004-09-06 [colin]      0.9.12cvs94.1
15425
15426         * src/addressbook.c
15427         * src/addressitem.h
15428         * src/addritem.c
15429         * src/addritem.h
15430                 Sync with HEAD (addressbook DnD)
15431
15432 2004-09-03 [colin]      0.9.12cvs93.1
15433
15434         * src/summaryview.c
15435                 Sync with HEAD (next/prev unread)
15436
15437 2004-09-03 [colin]      0.9.12cvs92.1
15438
15439         * src/prefs_common.c
15440         * src/prefs_common.h
15441         * src/summaryview.c
15442                 Sync with HEAD ('mark_as_read_delay' pref)
15443
15444 2004-09-02 [colin]      0.9.12cvs91.2
15445
15446         * src/common/xml.c
15447                 Fix leak
15448
15449 2004-09-02 [colin]      0.9.12cvs91.1
15450
15451         * src/gtk/menu.c
15452                 Sync with HEAD (menu accel don't work, but whatever)
15453
15454 2004-09-02 [colin]      0.9.12cvs90.1
15455
15456         * src/account.c
15457                 Sync with HEAD (fix bug 582)
15458
15459 2004-09-02 [colin]      0.9.12cvs89.1
15460
15461         * src/addrindex.c
15462                 Sync with HEAD (free deleted queries)
15463
15464 2004-09-02 [colin]      0.9.12cvs88.1
15465
15466         * src/ldapquery.c
15467                 Sync with HEAD (fix LDAP freezes)
15468
15469 2004-09-02 [colin]      0.9.12cvs87.1
15470
15471         * src/prefs_spelling.c
15472                 Sync with HEAD (add default dictionary)
15473
15474 2004-09-01 [colin]      0.9.12cvs86.1
15475
15476         * src/filtering.c
15477         * src/folderview.c
15478         * src/imap.c
15479         * src/prefs_matcher.c
15480         * src/stock_pixmap.c
15481         * src/summary_search.c
15482         * src/summaryview.c
15483         * src/wizard.c
15484         * src/wizard.h
15485                 Sync with HEAD (uninitialized vars fixes)
15486                 + gtk2 specific warning fixes
15487
15488 2004-08-31 [colin]      0.9.12cvs85.1
15489
15490         * src/folder.c
15491                 Sync with HEAD (Fix memory corruption due to 
15492                 uninitialized var)
15493
15494 2004-08-31 [colin]      0.9.12cvs84.4
15495
15496         * src/summary_search.c
15497                 Fix segfaults when searching in folders with broken headers
15498
15499 2004-08-31 [colin]      0.9.12cvs84.3
15500
15501         * src/compose.c
15502         * src/textview.c
15503                 Fix some more encoding/decoding issues
15504
15505 2004-08-30 [colin]      0.9.12cvs84.2
15506
15507         * src/mimeview.c
15508         * src/prefs_themes.c
15509         * src/gtk/filesel.c
15510         * src/gtk/filesel.h
15511                 Add a folder-mode selection (fixes mimeview's "Save all")
15512
15513 2004-08-29 [colin]      0.9.12cvs84.1
15514
15515         * src/mimeview.c
15516                 Sync with HEAD (don't escape saved filenames)
15517
15518 2004-08-27 [colin]      0.9.12cvs83.1
15519
15520         * ChangeLog
15521         * ChangeLog.claws
15522         * ChangeLog.jp
15523         * src/mh.c
15524         * src/procheader.c
15525         * src/procmsg.c
15526         * src/procmsg.h
15527         * src/common/utils.c
15528         * src/gtk/menu.h
15529         * po/
15530                 Sync with HEAD 0.9.12cvs83 (sync with main)
15531
15532 2004-08-26 [colin]      0.9.12cvs82.4
15533
15534         * src/codeconv.c
15535                 Fix strange stack corruption
15536                 Convert to utf8 after unmime, not before
15537
15538 2004-08-26 [colin]      0.9.12cvs82.3
15539
15540         * src/main.c
15541         * src/wizard.c
15542                 Fix account folders duplication
15543
15544 2004-08-25 [colin]      0.9.12cvs82.2
15545
15546         * src/wizard.c
15547                 Remove ports
15548                 Add SSL selection
15549                 Use login@server as account name
15550
15551 2004-08-25 [colin]      0.9.12cvs82.1
15552
15553         * src/plugins/pgpmime/pgpmime.c
15554                 Sync with HEAD (leak fix).
15555
15556 2004-08-25 [colin]      0.9.12cvs81.1
15557
15558         * src/plugins/pgpmime/pgpmime.c
15559         * src/plugins/pgpmime/sgpgme.c
15560         * src/plugins/pgpmime/sgpgme.h
15561                 Sync with HEAD (Handle combined messages).
15562
15563 2004-08-24 [colin]      0.9.12cvs80.3
15564
15565         * src/wizard.c
15566                 Fix full name, ports, and imap
15567
15568 2004-08-24 [colin]      0.9.12cvs80.2
15569
15570         * src/Makefile.am
15571         * src/main.c
15572         * src/setup.c
15573         * src/setup.h
15574         * src/stock_pixmap.c
15575         * src/stock_pixmap.h
15576         * src/wizard.c ** ADDED **
15577         * src/wizard.h ** ADDED ** 
15578         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15579                 Add a setup wizard 
15580
15581 2004-08-24 [colin]      0.9.12cvs80.1
15582
15583         * src/folder.c
15584                 Sync with HEAD (set mimeflags on all messages)
15585
15586 2004-08-24 [colin]      0.9.12cvs79.3
15587
15588         * src/matcher_parser_lex.l
15589                 Fix 8bits strings not in utf8
15590
15591 2004-08-24 [colin]      0.9.12cvs79.2
15592
15593         * src/compose.c
15594                 Check conversion result before replacing buffer
15595
15596 2004-08-23 [colin]      0.9.12cvs79.1
15597
15598         * src/compose.c
15599                 Sync with HEAD (create message header in memory)
15600
15601 2004-08-23 [colin]      0.9.12cvs78.1
15602
15603         * src/rfc2015.c
15604         * src/rfc2015.h
15605                 Sync with HEAD (fix bug 197 again)
15606
15607 2004-08-23 [colin]      0.9.12cvs77.3
15608
15609         * src/compose.c
15610                 Fix again inline gpg signing (which outputs utf8
15611                 in gtk2). Not syncing this fix to HEAD as this 
15612                 code is meant to die.
15613
15614 2004-08-23 [colin]      0.9.12cvs77.2
15615
15616         * src/prefs_account.h
15617                 Remove useless include
15618
15619 2004-08-23 [colin]      0.9.12cvs77.1
15620
15621         * src/imap.c
15622         * po/es.po
15623         * po/fr.po
15624         * po/it.po
15625         * po/pl.po
15626         * po/pt_BR.po
15627         * po/sk.po
15628         * po/sr.po
15629                 Sync with HEAD (fix bug 577)
15630
15631 2004-08-22 [colin]      0.9.12cvs76.1
15632
15633         * src/plugins/trayicon/trayicon.c
15634                 Sync with HEAD (fix formatting bug)
15635
15636 2004-08-21 [colin]      0.9.12cvs74.2
15637
15638         * src/gtk/colorsel.c
15639                 Fix bug 564 (Folder color selection window exits on any
15640                 keypress)
15641
15642 2004-08-21 [colin]      0.9.12cvs74.1
15643
15644         * ChangeLog.claws
15645         * src/compose.c
15646         * src/summaryview.c
15647         * src/toolbar.c
15648                 Sync with HEAD (fix bug 576)
15649
15650 2004-08-21 [colin]      0.9.12cvs70.1
15651
15652         * src/compose.c
15653         * src/mainwindow.c
15654                 Sync with HEAD
15655                 
15656
15657 2004-08-21 [paul]       0.9.12cvs66.4
15658
15659         * src/mainwindow.c
15660         * src/messageview.c
15661         * src/gtk/menu.c
15662         * src/plugins/spamassassin/spamassassin_gtk.c
15663                 remove some deprecated gtk1 functions
15664
15665
15666 2004-08-21 [colin]      0.9.12cvs66.3
15667
15668         * src/compose.c
15669         * src/codeconv.c
15670                 Fix warnings
15671                 Remove encoding hacks
15672                 Fix bug 575 (Strange character messes up message)
15673                 Don't display conversion error when drafting
15674
15675 2004-08-21 [paul]       0.9.12cvs66.2
15676
15677         * src/prefs_account.c
15678                 fix GnuPG mode bugs
15679
15680
15681 2004-08-20 [colin]      0.9.12cvs66.1
15682
15683         * src/codeconv.c
15684                 Sync with HEAD 0.9.12cvs66
15685
15686 2004-08-20 [paul]
15687
15688         * src/plugins/pgpmime/plugin.c
15689                 modify PGP/MIME plugin's description
15690
15691 2004-08-17 [colin]      0.9.12cvs65.1
15692
15693         * src/common/ssl.c
15694         * src/plugins/pgpmime/plugin.c
15695                 Sync with HEAD
15696
15697 2004-08-14 [colin]      0.9.12cvs60.3
15698
15699         * src/plugins/trayicon/trayicon.c
15700                 Put back resize callback, on size-request signal
15701                 rather than size-allocate to avoid infinite 
15702                 callback loop
15703
15704 2004-08-13 [colin]      0.9.12cvs60.2
15705
15706         * src/common/defs.h
15707                 Cache versions have been fixed
15708
15709 2004-08-13 [colin]      0.9.12cvs60.1
15710
15711         * src/folderutils.c
15712                 Sync with HEAD
15713
15714 2004-08-12 [colin]      0.9.12cvs59.1
15715
15716         * src/plugins/trayicon/trayicon.c
15717                 Sync with HEAD
15718
15719 2004-08-12 [colin]      0.9.12cvs57.5
15720
15721         * sylpheed.desktop
15722         * configure.ac
15723         * src/Makefile.am
15724         * src/main.c
15725                 Add support for Freedesktop.org's startup notification
15726
15727 2004-08-11 [colin]      0.9.12cvs57.4
15728
15729         * src/textview.c
15730                 Fix off-by-one
15731
15732 2004-08-11 [colin]      0.9.12cvs57.3
15733
15734         * src/message_search.c
15735         * src/summary_search.c
15736                 Make searches case insensitive by default
15737         * src/textview.c
15738                 Fix case-insensitive search in message
15739
15740 2004-08-11 [colin]      0.9.12cvs57.2
15741
15742         * src/summary_search.c
15743                 Let case-sensitive be specified
15744
15745 2004-08-10 [colin]      0.9.12cvs55.4
15746
15747         * src/common/socket.c
15748                 Fix the possible race condition
15749
15750 2004-08-09 [paul]       0.9.12cvs55.3
15751
15752         * configure.ac
15753         * src/Makefile.am
15754         * src/common/Makefile.am
15755                 sync with HEAD
15756
15757
15758 2004-08-09 [paul]       0.9.12cvs55.2
15759
15760         * autogen.sh
15761         * po/poconv.sh
15762                 remove unneeded script
15763
15764         * configure.ac
15765                 add forgotten USE_LDAP_TLS (sync with HEAD)
15766
15767
15768 2004-08-09 [colin]      0.9.12cvs55.1
15769
15770         * src/main.c
15771         * src/common/ssl.c
15772         * src/common/sylpheed.c
15773         * src/common/sylpheed.h
15774                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15775
15776 2004-08-09 [paul]       0.9.12cvs54.1
15777
15778         * ChangeLog
15779         * ChangeLog.claws
15780         * ChangeLog.jp
15781         * configure.ac
15782         * po/POTFILES.in
15783         * src/Makefile.am
15784         * src/folderutils.c
15785         * src/main.c
15786         * src/pgpmime.c
15787         * src/pgpmime.h
15788         * src/sgpgme.c
15789         * src/sgpgme.h
15790         * src/plugins/Makefile.am
15791         * src/plugins/pgpmime/.cvsignore
15792         * src/plugins/pgpmime/Makefile.am
15793         * src/plugins/pgpmime/pgpmime.c
15794         * src/plugins/pgpmime/pgpmime.h
15795         * src/plugins/pgpmime/plugin.c
15796         * src/plugins/pgpmime/sgpgme.c
15797         * src/plugins/pgpmime/sgpgme.h
15798                 sync with HEAD
15799
15800 2004-08-08 [paul]       0.9.12cvs51.1
15801
15802         * configure.ac
15803         * src/folder.c
15804                 sync with HEAD
15805
15806 2004-08-07 [colin]      0.9.12cvs50.1
15807
15808         * src/pop.c
15809         * src/common/partial_download.c
15810                 fix warnings (sync from HEAD)
15811
15812 2004-08-07 [colin]      0.9.12cvs48.1
15813
15814         * src/prefs_folder_item.c
15815                 sync with HEAD 0.9.12cvs48
15816
15817 2004-08-06 [colin]      0.9.12cvs47.1
15818
15819         * src/compose.c
15820                 Sync with HEAD
15821
15822 2004-08-06 [christoph]  0.9.12cvs46.2
15823
15824         * src/main.c
15825         * src/plugins/clamav/clamav_plugin_gtk.c
15826         * src/plugins/dillo_viewer/dillo_viewer.c
15827         * src/plugins/image_viewer/plugin.c
15828         * src/plugins/mathml_viewer/mathml_viewer.c
15829         * src/plugins/spamassassin/spamassassin_gtk.c
15830         * src/plugins/trayicon/trayicon.c
15831                 don't mix GTK1.2 plugin with GTK2 plugins
15832
15833 2004-08-06 [colin]      0.9.12cvs46.1
15834
15835         * ChangeLog
15836         * ChangeLog.claws
15837         * ChangeLog.jp
15838         * configure.ac
15839         * sylpheed-claws.pc.in
15840         * src/folder.c
15841         * src/imap.c
15842         * src/localfolder.c
15843         * src/messageview.c
15844         * src/mimeview.c
15845         * src/mimeview.h
15846         * src/msgcache.c
15847         * src/news.c
15848         * src/prefs_ext_prog.c
15849         * src/prefs_folder_item.c
15850         * src/prefs_fonts.c
15851         * src/prefs_msg_colors.c
15852         * src/prefs_spelling.c
15853         * src/prefs_themes.c
15854         * src/prefs_toolbar.c
15855         * src/prefs_wrapping.c
15856         * src/procmime.h
15857         * src/common/defs.h
15858         * src/common/nntp.c
15859         * src/common/session.c
15860         * src/common/session.h
15861         * src/common/socket.c
15862         * src/common/utils.h
15863         * src/common/xml.c
15864         * src/common/xml.h
15865         * src/gtk/prefswindow.c
15866         * src/gtk/prefswindow.h
15867         * src/plugins/clamav/clamav_plugin_gtk.c
15868         * src/plugins/dillo_viewer/dillo_prefs.c
15869         * src/plugins/image_viewer/viewerprefs.c
15870         * src/plugins/spamassassin/spamassassin_gtk.c
15871         * m4/openssl.m4 *** REMOVED ***
15872                 Sync with HEAD 0.9.12cvs46
15873
15874 2004-08-03 [paul]       0.9.12cvs40.2
15875
15876         * src/action.c
15877         * src/addressadd.c
15878         * src/addressbook.c
15879         * src/addrgather.c
15880         * src/browseldap.c
15881         * src/compose.c
15882         * src/crash.c
15883         * src/editaddress.c
15884         * src/editgroup.c
15885         * src/editldap_basedn.c
15886         * src/foldersel.c
15887         * src/importldif.c
15888         * src/mimeview.c
15889         * src/prefs_common.c
15890         * src/prefs_template.c
15891         * src/sourcewindow.c
15892         * src/summaryview.c
15893         * src/gtk/about.c
15894         * src/gtk/foldersort.c
15895         * src/gtk/logwindow.c
15896         * src/gtk/pluginwindow.c
15897         * src/gtk/prefswindow.c
15898                 change all gtk_scrolled_window_set_policy from 
15899                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15900
15901 2004-08-02 [paul]       0.9.12cvs40.1
15902
15903         * AUTHORS
15904                 update translation team section
15905         * po/pt_BR.po
15906                 updated by Frederico Goncalves Guimaraes
15907                 <fggdebian@yahoo.com.br>
15908
15909 2004-07-31 [colin]      0.9.12cvs39.9
15910
15911         * src/exphtmldlg.c
15912                 Fix compilation
15913
15914 2004-07-31 [colin]      0.9.12cvs39.8
15915
15916         * src/exphtmldlg.c
15917                 Fix an alertpanel type
15918
15919 2004-07-30 [colin]      0.9.12cvs39.7
15920
15921         * src/alertpanel.c
15922                 Fix alertpanel_error_log's icon
15923
15924 2004-07-30 [colin]      0.9.12cvs39.6
15925
15926         * src/pop.c
15927                 Two of them should still be warnings
15928
15929 2004-07-30 [colin]      0.9.12cvs39.5
15930
15931         * src/pop.c
15932                 More warning -> error
15933 2004-07-29 [colin]      0.9.12cvs39.4
15934
15935         * src/pop.c
15936                 Warning -> error
15937
15938 2004-07-29 [colin]      0.9.12cvs39.3
15939
15940         * src/prefs_matcher.c
15941                 Fix segfault
15942
15943 2004-07-29 [colin]      0.9.12cvs39.2
15944
15945         * src/alertpanel.c
15946                 More nice-looking alertpanels
15947
15948 2004-07-29 [colin]      0.9.12cvs39.1
15949
15950         * src/messageview.c
15951                 sync with head
15952                 (inform user when partial mail is deleted on server)
15953
15954 2004-07-29 [colin]      0.9.12cvs38.1
15955
15956         * src/messageview.c
15957                 sync with head
15958
15959 2004-07-28 [paul]       0.9.12cvs37.7
15960
15961         * src/mainwindow.c
15962                 complete the replacement of deprecated gtk_progress_*
15963
15964 2004-07-28 [paul]       0.9.12cvs37.6
15965
15966         * src/action.c
15967         * src/inc.c
15968         * src/mainwindow.c
15969         * src/send_message.c
15970         * src/gtk/progressdialog.c
15971         * src/gtk/progressdialog.h
15972                 replace deprecated gtk_progress_*
15973
15974 2004-07-28 [paul]       0.9.12cvs37.5
15975
15976         * src/gtk/filesel.c
15977                 remove gtk_window_set_wmclass()
15978 2004-07-28 [paul]       0.9.12cvs37.4
15979
15980         * src/addressbook.c
15981         * src/compose.c
15982         * src/foldersel.c
15983         * src/mainwindow.c
15984         * src/messageview.c
15985         * src/sourcewindow.c
15986         * src/gtk/logwindow.c
15987                 remove gtk_window_set_wmclass()
15988                 
15989         * src/prefs_filtering.c
15990         * src/prefs_filtering_action.c
15991         * src/prefs_fonts.c
15992         * src/prefs_gtk.c
15993         * src/prefs_matcher.c
15994         * src/ssl_manager.c
15995         * src/gtk/prefswindow.c
15996                 replace gtk_window_position()
15997
15998 2004-07-28 [colin]      0.9.12cvs37.3
15999
16000         * src/alertpanel.c
16001         * src/alertpanel.h
16002                 Add a way to specify panel type for specific
16003                 panels (alertpanel())
16004         * src/account.c
16005         * src/addressbook.c
16006         * src/compose.c
16007         * src/expldifdlg.c
16008         * src/main.c
16009         * src/messageview.c
16010         * src/summaryview.c
16011         * src/textview.c
16012         * src/gtk/sslcertwindow.c
16013                 Fix alertpanel()s so that their icon match
16014                 their real type
16015
16016 2004-07-28 [paul]       0.9.12cvs37.2
16017
16018         * src/addr_compl.c
16019         * src/addressbook.c
16020         * src/alertpanel.c
16021         * src/compose.c
16022         * src/export.c
16023         * src/foldersel.c
16024         * src/folderview.c
16025         * src/grouplistdialog.c
16026         * src/import.c
16027         * src/mainwindow.c
16028         * src/message_search.c
16029         * src/messageview.c
16030         * src/passphrase.c
16031         * src/prefs_actions.c
16032         * src/prefs_common.c
16033         * src/prefs_customheader.c
16034         * src/prefs_display_header.c
16035         * src/prefs_filtering.c
16036         * src/prefs_filtering_action.c
16037         * src/prefs_gtk.c
16038         * src/prefs_matcher.c
16039         * src/prefs_msg_colors.c
16040         * src/prefs_summary_column.c
16041         * src/prefs_template.c
16042         * src/sourcewindow.c
16043         * src/ssl_manager.c
16044         * src/summary_search.c
16045         * src/gtk/colorsel.c
16046         * src/gtk/description_window.c
16047         * src/gtk/gtkaspell.c
16048         * src/gtk/inputdialog.c
16049         * src/gtk/logwindow.c
16050         * src/gtk/prefswindow.c
16051         * src/gtk/progressdialog.c
16052                 replace deprecated gtk_window_set_policy
16053
16054 2004-07-27 [colin]      0.9.12cvs37.1
16055
16056         * src/msgcache.c
16057                 More fixes (synced for head again)
16058
16059 2004-07-27 [colin]      0.9.12cvs35.3
16060
16061         * src/msgcache.c
16062                 Fix wrong test
16063
16064 2004-07-27 [colin]      0.9.12cvs35.2
16065
16066         * src/mimeview.c
16067                 Fix width a bit (by Paul)
16068         * src/alertpanel.c
16069         * src/alertpanel.h
16070                 Specialize icons, make alertpanel_message()
16071                 private
16072         * src/message_search.c
16073         * src/sgpgme.c
16074         * src/summary_search.c
16075                 Suit alertpanel changes
16076
16077 2004-07-27 [colin]      0.9.12cvs35.1
16078
16079         * src/alertpanel.c
16080                 Add an icon
16081         * src/passphrase.c
16082                 Add debug output - maybe someone will
16083                 want to look at the problem with Grab
16084                 Input :)
16085         Bump version as we're synced with HEAD
16086
16087 2004-07-26 [colin]      0.9.12cvs33.26
16088
16089         * src/pop.c
16090                 Fix uidl-file parsing when not in new
16091                 format
16092
16093 2004-07-26 [colin]      0.9.12cvs33.25
16094
16095         * src/gtk/menu.c
16096                 Move popup menu up if necessary (fixes 
16097                 account selector)
16098         * src/mainwindow.c
16099                 Set account selector's button height to
16100                 minimum
16101
16102 2004-07-26 [colin]      0.9.12cvs33.24
16103
16104         * src/alertpanel.c
16105                 Maybe fix 551 (Truncated font in alert window)
16106
16107 2004-07-26 [colin]      0.9.12cvs33.23
16108
16109         * po/de.po
16110         * po/es.po
16111         * po/fr.po
16112         * po/it.po
16113         * po/ja.po
16114         * po/pl.po
16115         * po/ru.po
16116         * po/sk.po
16117         * po/sr.po
16118         * po/zh_CN.po
16119                 Sync po files with HEAD
16120
16121 2004-07-26 [paul]       0.9.12cvs33.22
16122
16123         * src/compose.c
16124                 fix Bug 556 'Organisation-header is sent even if empty'
16125
16126 2004-07-24 [colin]      0.9.12cvs33.21
16127
16128         * src/compose.c
16129         * src/gtk/gtkaspell.c
16130         * src/gtk/gtkaspell.h
16131                 Fix speller accelerators (require hack)
16132
16133 2004-07-24 [colin]      0.9.12cvs33.20
16134
16135         * src/gtk/gtkaspell.c
16136                 Fix over-eager code deletion breaking
16137                 Check while typing
16138
16139 2004-07-24 [colin]      0.9.12cvs33.19
16140
16141         * src/browseldap.c
16142         * src/ldapctrl.c
16143         * src/ldapctrl.h
16144         * src/ldapserver.h
16145                 Sync ldap with HEAD
16146         (Fixes 546 LDAP completely broken)
16147
16148 2004-07-24 [colin]      0.9.12cvs33.18
16149
16150         * src/prefs_msg_colors.c
16151                 Fix prototype mismatch
16152         (Fixes 547 void function cannot return value)
16153
16154 2004-07-24 [colin]      0.9.12cvs33.17
16155
16156         * src/mainwindow.c
16157                 Fix sort going back to previous sort key
16158                 when changing sort direction
16159
16160 2004-07-24 [colin]      0.9.12cvs33.16
16161
16162         * src/compose.c
16163                 Fix space insertion when re-wrapping at 
16164                 cursor point
16165
16166 2004-07-24 [colin]      0.9.12cvs33.15
16167
16168         * src/gtk/gtkaspell.c
16169                 Don't change cursor position in insert-text
16170                 callback
16171         (Fixes 539 Word wrapping on input transposes letters)
16172
16173 2004-07-24 [colin]      0.9.12cvs33.14
16174
16175         * src/gtk/gtkaspell.c
16176                 Reencode non-ascii chars to dictionary's
16177                 encoding
16178         (Fixes 544 Spell check broken non english locale)
16179
16180 2004-07-24 [colin]      0.9.12cvs33.13
16181
16182         * src/summaryview.c
16183                 Fix Shift+Down, add Home/End/PgUp/PgDown
16184
16185 2004-07-21 [colin]      0.9.12cvs33.12
16186
16187         * src/prefs_common.c
16188                 Fix a gtk warning (Patch by Andrej Kacian)
16189
16190 2004-07-21 [colin]      0.9.12cvs33.11
16191
16192         * src/gtk/filesel.c
16193                 More check
16194
16195 2004-07-21 [colin]      0.9.12cvs33.10
16196
16197         * src/compose.c
16198         * src/crash.c
16199         * src/export.c
16200         * src/import.c
16201         * src/messageview.c
16202         * src/mimeview.c
16203         * src/prefs_spelling.c
16204         * src/prefs_themes.c
16205         * src/summaryview.c
16206         * src/gtk/filesel.c
16207         * src/gtk/filesel.h
16208         * src/gtk/pluginwindow.c
16209                 Untwist open/save mode guessing logic, make
16210                 it explicit
16211
16212 2004-07-20 [colin]      0.9.12cvs33.9
16213
16214         * src/codeconv.c
16215                 conv_encode_header: src_charset is UTF-8 on
16216                 gtk2
16217         * src/compose.c
16218                 Remove double encoding of the headers
16219
16220 2004-07-20 [colin]      0.9.12cvs33.8
16221
16222         * src/codeconv.c
16223                 Fix typo
16224
16225 2004-07-20 [colin]      0.9.12cvs33.7
16226
16227         * src/mainwindow.c
16228                 Set the separated messageview to the saved
16229                 size of Claws' messageview (Patch by Alfons)
16230                 Fix a callback prototype (me)
16231
16232 2004-07-20 [colin]      0.9.12cvs33.6
16233
16234         * src/codeconv.h
16235                 Forgot one hunk in 0.9.12cvs33.4
16236
16237 2004-07-19 [colin]      0.9.12cvs33.5
16238
16239         * src/action.c
16240                 Action output fix
16241                 Patch by Alfons
16242
16243 2004-07-19 [colin]      0.9.12cvs33.4
16244
16245         * src/compose.c
16246                 Fix outgoing charset bug in headers
16247         * src/codeconv.c
16248                 Clean for glib2 - Patch by Alfons
16249
16250 2004-07-19 [colin]      0.9.12cvs33.3
16251
16252         * src/statusbar.c
16253                 Remove grip from the statusbar
16254                 Patch by Alfons
16255
16256 2004-07-19 [colin]      0.9.12cvs33.2
16257
16258         * src/messageview.c
16259         * src/textview.c
16260                 Fix messageview remembering the previous
16261                 scroll position when loading a new message
16262                 Patch by Alfons
16263
16264 2004-07-19 [colin]      0.9.12cvs33.1
16265
16266         * src/folder.h
16267         * src/folderview.c
16268         * src/summaryview.c
16269                 Sync with HEAD
16270
16271 2004-07-18 [colin]      0.9.12cvs32.7
16272
16273         * configure.ac
16274                 Remove useless check for XIM - noticed
16275                 by Alfons
16276
16277 2004-07-18 [colin]      0.9.12cvs32.6
16278
16279         * src/summaryview.c
16280                 Remove non-modified and shift-modified
16281                 accelerators in summaryview's popup
16282                 menu, as that doesn't get catched by
16283                 the accel-activate signal catcher...
16284
16285 2004-07-18 [colin]      0.9.12cvs32.5
16286
16287         * src/prefs_common.c
16288                 Define sensible default prefs for 
16289                 wrapping
16290
16291 2004-07-18 [colin]      0.9.12cvs32.4
16292
16293         * src/compose.c
16294         * src/prefs_common.c
16295         * src/prefs_common.h
16296         * src/prefs_wrapping.c
16297                 Remove Smart Wrapping pref, which does
16298                 nothing on gtk2 branch
16299
16300 2004-07-18 [colin]      0.9.12cvs32.3
16301
16302         * src/sourcewindow.c
16303                 Proper utf8
16304
16305 2004-07-18 [colin]      0.9.12cvs32.2
16306
16307         * src/compose.c
16308                 Save attachment status when drafting
16309
16310 2004-07-18 [colin]      0.9.12cvs32.1
16311
16312         * src/gtk/filesel.c
16313                 Fix erratic folder selection in open mode
16314
16315 2004-07-18 [colin]      0.9.12cvs31.11
16316
16317         * src/pop.c
16318                 Don't let partial messages get deleted
16319                 even with "dowload all"
16320                 (0.9.12cvs31.8 fix extension)
16321 2004-07-18 [colin]      0.9.12cvs31.10
16322
16323         * src/gtk/logwindow.c
16324                 Fix log scrolling
16325
16326 2004-07-18 [colin]      0.9.12cvs31.9
16327
16328         * src/common/utils.c
16329                 Fix non-utf8 strings coming from commands
16330                 and files
16331
16332 2004-07-18 [colin]      0.9.12cvs31.8
16333
16334         * src/pop.c
16335                 Fix partial download bug with Download all
16336                 messages option
16337
16338 2004-07-18 [colin]      0.9.12cvs31.7
16339
16340         * src/textview.c
16341                 Fix bug introduced in 0.9.12cvs31.2
16342                 (blocked in select mode after double click)
16343
16344 2004-07-18 [colin]      0.9.12cvs31.6
16345
16346         * src/compose.c
16347         * src/gtk/menu.c
16348                 More glib-warning fixes
16349
16350 2004-07-18 [colin]      0.9.12cvs31.5
16351
16352         * src/compose.c
16353                 Fix trashing the primary clipboard when moving 
16354                 around with tab
16355         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16356
16357 2004-07-18 [colin]      0.9.12cvs31.4
16358
16359         * src/codeconv.c
16360                 convert unencoded iso headers to utf8
16361         (Fix Bug 538 Unencoded local characters in subject make it 
16362          disappear)
16363
16364 2004-07-18 [colin]      0.9.12cvs31.3
16365
16366         * src/compose.c
16367                 Fix tab char handling in wrapping
16368         (Fix Bug 537 Line wrap problem - TAB character treated as 
16369          one character instead of 8)
16370
16371 2004-07-18 [colin]      0.9.12cvs31.2
16372
16373         * src/textview.c
16374                 return FALSE on GDK_MOTION_NOTIFY
16375         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16376          (unable to highlight))
16377
16378 2004-07-18 [colin]      0.9.12cvs31.1
16379
16380         * src/folderview.c
16381                 Sync with 0.9.12cvs31
16382
16383 2004-07-18 [colin]      0.9.12cvs30.4
16384
16385         * src/compose.c
16386                 Also block text_inserted when inserting a file
16387
16388 2004-07-18 [colin]      0.9.12cvs30.3
16389
16390         * src/compose.c
16391                 Fix smart wrapping (block text_inserted handler
16392                 while putting quotation to avoid wrap on input,
16393                 don't join lines if next is sig separator)
16394
16395 2004-07-17 [colin]      0.9.12cvs30.2
16396
16397         * src/folderview.c
16398         * src/mainwindow.c
16399         * src/mimeview.c
16400         * src/summaryview.c
16401         * src/gtk/quicksearch.c
16402         * src/gtk/quicksearch.h
16403                 Block key events handlers *and* accels while
16404                 quicksearch is focused
16405         (Fixes Bug 534 quick-search bar not accepting certain letters)
16406
16407 2004-07-17 [colin]      0.9.12cvs30.1
16408
16409         * src/folder.h
16410         * src/folderview.c
16411         * src/summaryview.c
16412                 Sync with 0.9.12cvs30
16413
16414 2004-07-17 [colin]      0.9.12cvs28.2
16415
16416         * src/mimeview.c
16417         * src/procmime.c
16418         * src/summaryview.c
16419         * src/gtk/menu.c
16420                 Squash some compile and glib warnings
16421
16422 2004-07-17 [paul]       0.9.12cvs28.1
16423
16424         * src/mimeview.c
16425                 sync with 0.9.12cvs28 HEAD
16426
16427 2004-07-16 [paul]       0.9.12cvs26.1
16428         
16429         * src/gtk/quicksearch.c
16430         * src/account.c
16431         * src/account.h
16432         * src/compose.c
16433         * src/customheader.c
16434         * src/folder_item_prefs.c
16435         * src/main.c
16436         * src/mainwindow.c
16437         * src/messageview.c
16438         * src/mimeview.c
16439         * src/news.c
16440         * src/pgpmime.c
16441         * src/pop.c
16442         * src/pop.h
16443         * src/prefs_account.c
16444         * src/prefs_account.h
16445         * src/prefs_common.c
16446         * src/prefs_common.h
16447         * src/prefs_display_header.c
16448         * src/prefs_gtk.c
16449         * src/prefs_gtk.h
16450         * src/procheader.c
16451         * src/procmime.c
16452                 sync with 0.9.12cvs26 HEAD      
16453
16454 2004-07-15 [colin]      0.9.12cvs18.14
16455
16456         * src/folder.c
16457                 Disable GPG signature check during
16458                 folder move and scan
16459         (Closes Bug 521 Signature checking slows down Folder-Move)
16460
16461 2004-07-14 [colin]      0.9.12cvs18.13
16462
16463         * src/common/partial_download.c
16464                 update includes
16465
16466 2004-07-14 [colin]      0.9.12cvs18.12
16467
16468         * src/common/partial_download.c
16469         * src/common/partial_download.h
16470                 Move doc at top, add correct copyright
16471
16472 2004-07-14 [colin]      0.9.12cvs18.11
16473
16474         * src/folder.c
16475         * src/messageview.c
16476         * src/pop.c
16477         * src/pop.h
16478         * src/procmsg.c
16479         * src/summaryview.c
16480         * src/common/Makefile.am
16481         * src/common/partial_download.c ** NEW FILES **
16482         * src/common/partial_download.h ** NEW FILES **
16483                 Move partial-download related stuff to its
16484                 own file
16485
16486 2004-07-14 [colin]      0.9.12cvs18.10
16487
16488         * src/send_message.c
16489                 Fix smtp auth when user is null or empty
16490
16491 2004-07-13 [colin]      0.9.12cvs18.9
16492
16493         * src/gtk/quicksearch.c
16494                 Use alphabetic order
16495
16496 2004-07-13 [colin]      0.9.12cvs18.8
16497
16498         * src/pop.c
16499                 Be paranoid on the checks
16500
16501 2004-07-13 [colin]      0.9.12cvs18.7
16502
16503         * src/gtk/quicksearch.c
16504                 Fix Engrish once again
16505
16506 2004-07-13 [colin]      0.9.12cvs18.6
16507
16508         * src/procmsg.c
16509         * src/summaryview.c
16510                 Mark messages for deletion when they are about to
16511                 be removed from trash
16512
16513 2004-07-13 [colin]      0.9.12cvs18.5
16514
16515         * src/matcher.c
16516         * src/matcher.h
16517         * src/matcher_parser_parse.y
16518         * src/prefs_matcher.c
16519         * src/gtk/quicksearch.c
16520                 Add 'partial' ('p') match string to find partially
16521                 downloaded messages
16522
16523 2004-07-13 [colin]      0.9.12cvs18.4
16524
16525         * src/pop.c
16526                 Fix misplaced block
16527
16528 2004-07-13 [colin]      0.9.12cvs18.3
16529
16530         * src/pop.c
16531         * src/pop.h
16532         * src/messageview.c
16533                 Refactor API (to avoid passing 5+ params and code
16534                 duplication)
16535         * src/folder.c
16536         * src/msgcache.c
16537         * src/procheader.c
16538         * src/common/defs.h
16539                 Add planned_download to cache
16540                 Don't mess uidl file when moving partially downloaded
16541                 mails (they change folder, we should change it in the
16542                 uidl list too or we'll remove an incorrect message)
16543                 (this also helps removing hacks when changing 
16544                 planned_download in messageview.c)
16545
16546 2004-07-12 [colin]      0.9.12cvs18.2
16547
16548         * src/gtk/quicksearch.c
16549                 Fix missing status update in quicksearch
16550
16551 2004-07-12 [paul]       0.9.12cvs18.1
16552
16553         * po/POTFILES.in
16554         * src/Makefile.am
16555         * src/account.c
16556         * src/codeconv.c
16557         * src/compose.c
16558         * src/inc.c
16559         * src/main.c
16560         * src/prefs_common.c
16561         * src/procmsg.h
16562         * src/toolbar.c
16563         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16564         * src/prefs_wrapping.[ch]       ** NEW FILES **
16565         * src/common/intl.h
16566         * src/common/utils.[ch]
16567         * src/gtk/quicksearch.[ch]
16568                 sync with 0.9.12cvs18 HEAD
16569
16570 2004-07-12 [colin]      0.9.11cvs17.25
16571
16572         * src/folder.c
16573         * src/folder.h
16574                 Remove unused function added by me in 0.9.11cvs17.10
16575
16576 2004-07-11 [colin]      0.9.11cvs17.24
16577
16578         * src/inc.c
16579         * src/messageview.c
16580         * src/pop.c
16581         * src/pop.h
16582                 Use folderitem and msgnum instead of filename to
16583                 know which mail to delete
16584                 Move old partial mail deletion to pop.c
16585
16586 2004-07-10 [colin]      0.9.11cvs17.23
16587
16588         * src/inc.c
16589                 Add debug
16590         * src/pop.c
16591         * src/pop.h
16592                 Don't re-use same enums for unrelated stuff: it's 
16593                 completely misleading !
16594                 Document a bit
16595
16596 2004-07-09 [colin]      0.9.11cvs17.22
16597
16598         * src/inc.c
16599                 Remove folder-type check and do
16600                 more tests to be sure everything's
16601                 ok
16602         * src/messageview.c
16603                 Punctuation update, remove useless
16604                 code, fix two warnings
16605         * src/noticeview.c
16606                 Layout cleaning, reset 2nd button
16607                 when specifying one
16608
16609 2004-07-09 [colin]      0.9.11cvs17.21
16610
16611         * src/messageview.c
16612         * src/pop.c
16613         * src/pop.h
16614                 Allow user to change his mind
16615                 and postpone decision (by
16616                 unmarking the mail)
16617
16618 2004-07-09 [colin]      0.9.11cvs17.20
16619
16620         * src/messageview.c
16621                 Fix bug with delete state
16622         * src/pop.c
16623         * src/pop.h
16624                 Fix buffer leak (fread doesn't 
16625                 terminate buffers with \0)
16626                 Refactoring (remove magic 
16627                 numbers)
16628
16629 2004-07-09 [colin]      0.9.11cvs17.19
16630
16631         * src/pop.c
16632                 Don't log "Skipping message" if 
16633                 we're going to TOP it two lines
16634                 later
16635
16636 2004-07-09 [colin]      0.9.11cvs17.18
16637
16638         * src/messageview.c
16639                 Fix Engrish
16640
16641 2004-07-09 [colin]      0.9.11cvs17.17
16642
16643         * src/pop.c
16644                 strlen checking...
16645         * src/messageview.c
16646                 refactoring a bit
16647
16648 2004-07-08 [colin]      0.9.11cvs17.16
16649
16650         * src/noticeview.c
16651         * src/noticeview.h
16652                 Add an optional second button
16653         * src/messageview.c
16654         * src/pop.c
16655         * src/pop.h
16656                 Don't delete partially received mails after a certain
16657                 time; rather, let the user decide.
16658
16659 2004-07-08 [colin]      0.9.11cvs17.15
16660
16661         * src/common/smtp.h
16662                 Sync with HEAD
16663
16664 2004-07-08 [colin]      0.9.11cvs17.14
16665
16666         * src/messageview.c
16667         * src/common/smtp.c
16668                 Use to_human_readable() for sizes
16669
16670 2004-07-08 [colin]      0.9.11cvs17.13
16671
16672         * src/inc.c
16673         * src/messageview.c
16674         * src/pop.c
16675         * src/pop.h
16676         * src/procmsg.c
16677                 Fix partial-downloading issues:
16678                         catch unsupported TOP
16679                         don't delete partially downloaded mails before 5 days
16680                         don't update existing with non-MH folders; that'll
16681                         make dups, but it's better than trashing the folder
16682                         free new msginfo parts
16683                 Fix indentation ;-)
16684
16685 2004-07-08 [colin]      0.9.11cvs17.12
16686
16687         * src/common/smtp.c
16688         * src/common/smtp.h
16689                 Sync smtp size verification with HEAD
16690
16691 2004-07-08 [colin]      0.9.11cvs17.11
16692
16693         * src/summaryview.c
16694         * src/prefs_common.c
16695         * src/prefs_common.h
16696         * src/gtk/quicksearch.c
16697         * src/gtk/quicksearch.h
16698                 Sync sticky pref with HEAD
16699
16700 2004-07-08 [colin]      0.9.11cvs17.10
16701
16702         * src/folder.c [1.213.2.6]
16703         * src/folder.h [1.87.2.6]
16704         * src/inc.c [1.149.2.7]
16705         * src/messageview.c [1.94.2.8]
16706         * src/procheader.c [1.47.2.6]
16707         * src/procmsg.c [1.150.2.4]
16708         * src/procmsg.h [1.60.2.5]
16709         * src/pop.c [1.56.2.4]
16710         * src/pop.h [1.17.2.3]
16711                 Let too big messages get downloaded, but truncated
16712                 Add a button to download them completely
16713                 
16714 2004-07-06 [colin]      0.9.11cvs17.9
16715
16716         * src/gtk/quicksearch.c [1.1.2.3]
16717                 Add a Clear button
16718         * commitHelper
16719         * PATCHSETS
16720                 Add a script to help with cvs
16721
16722 2004-07-03 [colin]      0.9.11cvs17.8
16723
16724         * src/plugins/imageviewer/viewer.c
16725                 fix imageviewer (which was staying on the first
16726                 displayed image)
16727
16728 2004-07-03 [colin]      0.9.11cvs17.7
16729
16730         Removed FIXME_GTK2 warnings
16731         * src/gtk/gtkutils.c
16732                 useless #warnings
16733         * src/gtk/menu.c
16734                 useless #warnings (no need to mess with menu rc)
16735         * src/gtk/menu.h
16736                 unused functions
16737         
16738
16739 2004-07-03 [colin]      0.9.11cvs17.6
16740
16741         Removed FIXME_GTK2 warnings
16742         * src/codeconv.c
16743                 useless #warnings (rewrite needed)
16744         * src/compose.c
16745                 useless #warnings (rewrite needed)
16746                 useless #warnings (gtk2 is like that)
16747                 useless #warnings (previously fixed)
16748         * src/main.c
16749                 useless #warnings (previously fixed)
16750         * src/message_search.c
16751                 useless #warnings (gtk2 is like that)
16752                 Made apparent that search is case-sensitive
16753         * src/mimeview.c
16754                 useless #warnings (rewrite needed)
16755                 useless #warnings (gtk2 is like that)
16756                 reimplemented real warnings
16757         * src/prefs_common.c
16758                 Removed block cursor option (not it gtk2)
16759         * src/prefs_gtk.c
16760                 useless #warnings (rewrite needed)
16761         * src/procheader.c
16762                 useless #warnings (rewrite needed)
16763         * src/sourcewindow.c
16764                 useless #warnings (incorrect placing)
16765         * src/summary_search.c
16766                 useless #warnings (gtk2 is like that)
16767                 Made apparent that search is case-sensitive
16768         * src/action.c
16769                 useless #warnings (gtk2 is like that)
16770         * src/textview.c
16771                 useless #warnings (rewrite needed)
16772         * src/toolbar.c
16773                 useless #warnings (rewrite needed)
16774
16775 2004-07-03 [colin]      0.9.11cvs17.5
16776
16777         * src/textview.c
16778                 Fix mismerge which broke URI opening
16779                 
16780 2004-07-01 [colin]      0.9.11cvs17.4
16781
16782         * src/gtk/filesel.c
16783                 Fill filename when saving
16784                 
16785 2004-06-27 [colin]      0.9.11cvs17.3
16786
16787         * src/gtk/filesel.[ch]
16788                 Use the new GTK file selector
16789                 Update prototype to match the reality: multiple file
16790                 selection is open-only          
16791         * src/compose.c
16792                 Match the new prototypes        
16793         * configure.ac
16794                 Match the new requirements (gtk 2.4.0)
16795                         
16796 2004-06-26 [colin]      0.9.11cvs17.2
16797
16798         * src/plugins/trayicon/trayicon.c
16799                 Remove useless signal handler on resize, which causes
16800                 an infinite "loop"
16801         
16802 2004-06-26 [colin]      0.9.11cvs17.1
16803         
16804         * tools/Makefile.am
16805                 remove launch_firebird and add nautilus2sylpheed.sh
16806         * src/quicksearch.c
16807           src/summaryview.c
16808                 Fix show/hide "Extended symbols" button problem
16809                 Fix apparition at startup
16810                 Fix const warnings
16811         * src/plugins/image_viewer/Makefile.am
16812                 Fix configure 
16813         * common/ssl.c
16814                 Re-enable certificate check, as it doesn't seem to
16815                 cause Xlib errors anymore
16816
16817 2004-06-25 [paul]       0.9.11cvs17
16818
16819         * sync with 0.9.11cvs17 HEAD
16820         
16821         NOTE: QuickSearch is broken
16822
16823 2004-06-07 [colin]      0.9.10claws67.10
16824         * src/plugins/trayicon/trayicon.c
16825           src/plugins/trayicon/libeggtrayicon/Makefile.am
16826           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16827                 Fix gettextization in trayicon plugin
16828
16829 2004-06-07 [colin]      0.9.10claws67.9
16830         
16831         * src/summaryview.c
16832           src/gtk/gtksctree.[ch]
16833                 Let Shift+{Up,Down} work in summaryview
16834                 (well, Down "works" and Up works)
16835                 Let the list scroll when using these keys
16836
16837 2004-06-06 [colin]      0.9.10claws67.8
16838
16839         * src/plugins/trayicon/trayicon.c
16840                 Fix pixmap update
16841
16842 2004-06-06 [colin]      0.9.10claws67.7
16843
16844         * src/addressbook.c
16845                 Fix signal handling causing system-wide focus grab
16846
16847 2004-05-25 [paul]       0.9.10claws67.6
16848
16849         * Makefile.am
16850           src/Makefile.am
16851                 clean up
16852
16853 2004-05-25 [paul]       0.9.10claws67.5
16854
16855         * replace deprecated gtk_signal... functions
16856
16857 2004-05-23 [colin]      0.9.10claws67.4
16858
16859         * src/compose.c
16860                 Fix wrapping
16861
16862 2004-05-22 [colin]      0.9.10claws67.3
16863
16864         * src/compose.c
16865                 Re-fix [Edited] in compose.c::compose_reedit()
16866
16867 2004-05-22 [colin]      0.9.10claws67.2
16868
16869         * src/procmime.c
16870                 Fix parsing of multiparts mails
16871
16872 2004-05-22 [colin]      0.9.10claws67.1
16873
16874         * src/summaryview.c
16875                 Fix quicksearch
16876
16877 2004-05-22 [paul]       0.9.10claws67
16878
16879         * sync with 0.9.10claws67 HEAD
16880
16881 2004-05-14 [alfons]
16882
16883         * src/procmime.h
16884                 add forgotton prototype
16885
16886 2004-05-10 [paul]       0.9.10claws57
16887
16888         * sync with 0.9.10claws57 HEAD
16889
16890 2004-05-05 [paul]       0.9.9.claws1
16891
16892         * ChangeLog-gtk2        ** REMOVED **
16893           ChangeLog-gtk2.claws  ** ADDED **
16894                 rename and adopt the normal claws format
16895                 
16896         * configure.ac
16897                 require gtkmathview >= 0.5
16898
16899         * ac/*                          ** REMOVED **
16900           ac/                           ** REMOVED **
16901           intl/Makefile.in              ** REMOVED **
16902           m4/                           ** ADDED **
16903           m4/missing                    ** ADDED **
16904           m4/missing/gdk-pixbuf.m4      ** ADDED **
16905           m4/missing/gettext.m4         ** ADDED **
16906           m4/missing/gpgme.m4           ** ADDED **
16907           m4/missing/imlib.m4           ** ADDED **
16908           m4/.cvsignore                 ** ADDED **
16909           m4/Makefile.am                ** ADDED **
16910           m4/README                     ** ADDED **
16911           m4/aclocal-include.m4         ** ADDED **
16912           m4/aspell.m4                  ** ADDED **
16913           m4/check-type.m4              ** ADDED **
16914           m4/gnupg-check-typedef.m4     ** ADDED **
16915           m4/openssl.m4                 ** ADDED **
16916           m4/spamassassin.m4            ** ADDED **
16917           po/ChangeLog                  ** REMOVED **
16918           po/Makefile.in.in             ** REMOVED **
16919           po/Rules-quot                 ** REMOVED **
16920           po/boldquot.sed               ** REMOVED **
16921           po/en@boldquot.header         ** REMOVED **
16922           po/en@quot.header             ** REMOVED **
16923           po/insert-header.sin          ** REMOVED **
16924           po/quot.sed                   ** REMOVED **
16925           po/remove-potcdate.sed        ** REMOVED **
16926           po/remove-potcdate.sin        ** REMOVED **
16927           po/stamp-po                   ** REMOVED **
16928           Makefile.am
16929           autogen.sh
16930           configure.ac
16931                 enable building with automake 1.8.x
16932                 add 'autopoint --force' to autogen.sh and remove all
16933                 auto-generated files, remove ac/ directory and use
16934                 m4/ directory instead
16935                 
16936         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16937                 fix gettextization
16938
16939 2004-02-28 Colin Leroy <colin@colino.net>
16940         * src/prefs_matcher.c
16941           src/prefs_filtering.c
16942           src/prefs_filtering_action.c
16943                 Fix non-editable GtkEntries
16944
16945 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16946         * src/prefs_themes.c
16947                 utf8 conversion for theme info
16948
16949 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16950         * sync 0.9.9claws
16951
16952 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16953         * src/grouplistdialog.c
16954                 allow multiple selections without ctrl key
16955
16956 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16957         * src/main.c
16958                 enable customizable accelerators
16959
16960 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16961         * src/prefs_common.c
16962                 re-enable different font settings for gtk1/2
16963         * src/prefs_folder_item.c
16964                 fix folder prefs displayed wrong
16965         * src/textview.c
16966                 set 'sunken' shadow type
16967
16968 2004-02-07 Colin Leroy <colin@colino.net>
16969         * src/compose.c
16970                 Fix message being always [Edited]
16971                 Encode headers correctly (utf8 buf)
16972
16973 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16974         * src/socket.c
16975                 remove double g_source_attach()
16976                 (Thanks to Colin Leroy)
16977
16978 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16979         * src/gtk/gtksctree.c
16980                 Fix SSL certificate list not shown
16981         * src/mimeview.c
16982                 Fix clicks in mime tree
16983
16984 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16985         * src/common/socket.c
16986                 Fix SSL receive
16987         * src/compose.c
16988                 Fix clipboard menu hotkeys
16989
16990 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16991         * src/gtk/gtkaspell.[ch]
16992           src/compose.c
16993                 reimplement spellchecker
16994
16995 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16996         * src/gtk/filesel.c
16997                 crash when inserting file in compose window
16998                 (TODO: keep old selection on clicks)
16999         * src/main.c
17000                 use gtkrc-2.0 instead of gtkrc
17001
17002 2004-01-25 Thorsten Maerz <torte@netztorte.de>
17003         * src/messageview.c
17004                 remove orphaned mimeview unref()
17005
17006 2004-01-20 Thorsten Maerz <torte@netztorte.de>
17007         * src/grouplistdialog.c
17008                 expand nodes containing subscribed groups
17009
17010 2004-01-19 Thorsten Maerz <torte@netztorte.de>
17011         * src/textview.c
17012                 textview: hide cursor, restore old click behaviour
17013
17014 2004-01-18 Thorsten Maerz <torte@netztorte.de>
17015         * src/textview.c
17016                 variable names messed up
17017
17018 2004-01-17 Colin Leroy <colin@colino.net>
17019         * src/addr_compl.c
17020                 Fix completion address too thin
17021         * src/compose.c
17022                 Fix tab-to-subject behaviour
17023         * src/summaryview.c
17024                 Implement key up & down in summaryview
17025
17026 2004-01-12 Thorsten Maerz <torte@netztorte.de>
17027
17028         * sync 098claws
17029
17030 2004-01-08 Thorsten Maerz <torte@netztorte.de>
17031         * configure.ac
17032           Makefile.am
17033           doc/.cvsignore
17034           doc/Makefile.am
17035                 faq, man, manual moved to doc/
17036         * ac/aspell.m4
17037           ac/check-type.m4
17038           ac/gnupg-check-typedef.m4
17039           ac/openssl.m4
17040           ac/spamassassin.m4
17041           ac/missing/gdk-pixbuf.m4
17042           ac/missing/gpgme.m4
17043           ac/missing/imlib.m4
17044                 fix automake warnings
17045
17046 2003-12-06 Colin Leroy <colin@colino.net>
17047         * src/summaryview.c
17048                 Fix quicksearch
17049
17050 2003-12-05 Colin Leroy <colin@colino.net>
17051         * src/summaryview.c
17052                 Fix going to next unread folder
17053
17054 2003-12-05 Colin Leroy <colin@colino.net>
17055         * src/crash.c
17056                 Fix gtk2 compilation
17057         * src/session.c
17058                 Remove iotag source handler at disconnection
17059         * src/socket.[ch] 
17060                 Remove source handler when closing socket 
17061                 (fixes another seg)
17062
17063 2003-12-04 Colin Leroy <colin@colino.net>
17064         * src/compose.c
17065           src/prefs_account.c
17066           src/prefs_common.c
17067                 Fix some dropdown menus
17068
17069 2003-12-04 Colin Leroy <colin@colino.net>
17070         * src/compose.c
17071                 Fix event handlers on header fields
17072         * src/common/socket.c
17073           src/common/session.c
17074                 Fix segfault with callback (SSL)
17075                 Fix end of session 
17076
17077 2003-10-06 Thorsten Maerz <torte@netztorte.de>
17078
17079         * Fix compile bug in src/compose.c
17080         * removed src/gtk/gtkstext.[ch]
17081
17082 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
17083
17084         * Convert character set and escape "text" attributes in toolbar setting
17085         files.
17086         * Fixed bug in button-press-event handling.
17087
17088 2003-09-16 Thorsten Maerz <torte@netztorte.de>
17089
17090         * Fixed bug in key-press-event handling.
17091
17092 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
17093
17094         * Enabled to compile tray-icon plugin (Ad-hoc).
17095         * Avoid hang up bug of icon list in mime view (Ad-hoc).
17096
17097 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
17098
17099         * Enabled to compile on sylpheed-claws.
17100         (tray-icon plugin still cannot compile yet.)
17101
17102 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
17103
17104         * Updated to 0.9.5.
17105
17106 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
17107
17108         * Updated to 0.9.4.
17109         * Ported monitoring SSL mechanism to GSource of GLib2
17110         (I don't confirm it)
17111         * Added _gtk2 suffix to key name of font preference to avoid
17112         ovverwriting preference of Gtk+-1.2 version.
17113
17114 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
17115
17116         * Updated to 0.9.2.
17117
17118 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
17119
17120         * Updated to 0.9.1.
17121         * Translate po files into UTF-8 when execute autogen.sh.
17122
17123 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
17124
17125         * Updated to 0.9.0.
17126
17127 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
17128
17129         * Plugged GError related memory leaks.
17130
17131 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
17132
17133         * Changed default size of fonts.
17134         * Enabled to set titile font size of warning dialog.
17135
17136 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
17137
17138         * Embed a sylpheed icon into executable binary on Windows.
17139
17140 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
17141
17142         * I forgot to traslate character set of element string in src/xml.c.
17143
17144 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
17145
17146         * Fixed detecting bind_textdomain_codeset in configure.in.
17147         * The bug in which "Example" of "Date fromat" preference isn't displayed
17148         correctly has been fixed.
17149
17150 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
17151
17152         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
17153           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
17154           glib-gettextize
17155           Removed intl directory.
17156           Translated po files into UTF-8.
17157           (Thanks! Ryuji Abe)
17158
17159 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
17160
17161         * The bug which doesn't unscape string in xml.c has been fixed.
17162
17163 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
17164
17165         * The bug which is failed to translate encoding of file name thorough
17166         file dialog has been fixed.
17167
17168 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
17169
17170         * Modified to translate file names which is used in inporting/expoting
17171         mbox feature and "Save as" feature into locale encoding.
17172         * Translate file names into locale encoding when "Attache file" and
17173         "Insert file".
17174         * Force set G_BROKEN_FILENAMES environment variable.
17175         * Other minor fixes.
17176
17177 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
17178
17179         * Modified to treat MH folder's name as locale encoding.
17180
17181 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
17182
17183         * The bug which clash on switching candidates of auto completion of
17184         addresses, cannot use auto completion in Japanesse is fixed
17185         (Thanks! Tokunaga-san)¡¥
17186
17187 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17188
17189         * The bug which cannot switch key accelerator preference has been fixed
17190         (Thanks! smbd-san)¡¥
17191
17192 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17193
17194         * version 0.8.11-gtk2-20030314
17195
17196 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
17197
17198         * The bug in which character set conversion of filtering messages has
17199         been fixed.(Thanks! COCOA-san).
17200
17201 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
17202
17203         * Revived "Leave space on head" preference in "Message" category.
17204         * A bug which clash when put the cursor to end of buffer and execute
17205         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
17206
17207 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17208
17209         * version 0.8.11-gtk2-20030312
17210
17211 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
17212
17213         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
17214         * Modified to use Pango's API directly for font preference.
17215         * Integrated GtkTextView of textview to one widget.
17216         * Set fonts of header title in textview by "header_title" tag.
17217         * Removed some deprecated codes.
17218
17219 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
17220
17221         * Updated to 0.8.11.
17222         * Merged cygwin patch(Thanks! Sakai-san).
17223
17224 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
17225
17226         * version 0.8.10-gtk2-20030309