commitHelper in HEAD too
[claws.git] / ChangeLog.claws
1 2004-07-06 [colin]      0.9.12cvs14
2
3         * src/gtk/quicksearch.c [1.4]
4                 Add Clear button
5
6 2004-07-06 [christoph]  0.9.12cvs13
7
8         * src/toolbar.c
9                 enable next unread button in empty folders if next folder
10                 dialog is not disabled
11
12 2004-07-06 [colin]      0.9.12cvs12
13
14         * src/common/smtp.c [1.16]
15                 Display maximum message size in the log
16
17 2004-07-06 [paul]       0.9.12cvs11
18
19         * src/toolbar.c
20                 fix typo. (spotted by Fabien Vantard)
21
22 2004-07-06 [paul]       0.9.12cvs10
23
24         * src/main.c
25                 terminate cleanly on SIGHUP. Patch submitted by
26                 Thomas Gilgin <thg@karate-muellheim.de>
27
28 2004-07-05 [christoph]  0.9.12cvs9
29
30         * src/inc.c
31                 better replacing of %d in new mail notification command
32
33 2004-07-05 [colin]      0.9.12cvs8
34
35         * src/common/smtp.[ch]
36                 Take SIZE (returned by EHLO) into account, and
37                 avoid sending too big messages
38
39 2004-07-04 [paul]       0.9.12cvs7
40
41         * src/account.c
42                 fix auto-account selection on imap/news
43
44 2004-07-01 [paul]       0.9.12cvs6
45
46         * src/gtk/quicksearch.c
47                 reveal hidden string in gui
48                 
49         * src/compose.c
50                 fix updating of gpg signing setting on 
51                 switching accounts
52
53 2004-06-30 [darko]      0.9.12cvs5
54
55         * src/common/utils.c
56                 remove expand_search_string()
57         * src/gtk/quicksearch.c
58                 remove no longer needed for loop (thanks Christoph)
59                 add expand_search_string()
60
61 2004-06-30 [darko]      0.9.12cvs4
62
63         * src/common/utils.c
64                 allow all filtering expressions in quicksearch
65
66         (Closes Bug 519 filtering expr. in quicksearch)
67
68 2004-06-30 [christoph]  0.9.12cvs3
69
70         * configure.ac
71                 better 'localedir'
72
73         * src/common/intl.h
74                 allow plugins to define TEXTDOMAIN for the _(...) macro
75
76 2004-06-30 [paul]       0.9.12cvs2
77
78         * po/POTFILES.in
79           src/Makefile.am
80           src/main.c
81           src/prefs_common.c
82           src/prefs_msg_colors.[ch]     ** NEW FILES **
83                 move message colouring options to
84                 '/Other Preferences/Message View/Colors'
85
86 2004-06-30 [paul]       0.9.12cvs1
87
88         * po/POTFILES.in
89           src/Makefile.am
90           src/main.c
91           src/prefs_common.c
92           src/prefs_wrapping.[ch]       ** NEW FILES **
93                 move message wrapping options to
94                 /'Other Preferences/Compose/Message Wrapping'
95
96 2004-06-28 [paul]       0.9.12
97
98         * Sylpheed-Claws 0.9.12 released
99
100         * po/es.po
101           po/fr.po
102           po/sk.po
103                 updated by Ricardo Mones Lastra, Fabien Vantard,
104                 Andrej Kacian
105
106 2004-06-27 [paul]       0.9.11cvs19
107
108         * src/common/ssl.c
109                 re-enable certificate check
110
111 2004-06-25 [christoph]  0.9.11cvs18
112
113         * src/procmsg.h
114                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
115
116 2004-06-25 [paul]       0.9.11cvs17
117
118         * sync with main 0.9.12cvs1
119                 see ChangeLog 2004-06-23
120                 
121         * src/gtk/menu.c
122                 remove unused menu_toggle_toggle()
123
124 2004-06-23 [christoph]  0.9.11cvs16
125
126         * src/folder.c
127         * src/procheader.c
128         * src/procmsg.h
129         * src/summaryview.c
130                 scan the mime structure of multipart mails for correct
131                 attachment, encryped and signed (with privacy API) part
132                 detection
133
134         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
135
136 2004-06-22 [paul]
137
138         * po/ru.po
139                 updated by Pavlo Bohmat
140
141 2004-06-20 [christoph]  0.9.11cvs15
142
143         * src/inc.c
144         * src/pop.[ch]
145                 disconnect after authentication when doing POP before SMTP
146
147         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
148
149 2004-06-19 [christoph]  0.9.11cvs14
150
151         * src/folder.c
152                 fix FolderItem name update
153
154         (Closes Bug 511 Folder-Renaming not reflected immediately)
155
156 2004-06-17 [paul]       0.9.11cvs13
157         
158         * sync with main 0.9.12 release
159           src/session.c
160                 session_set_timeout(): fixed a bug that didn't
161                 reset timeout_tag when interval is 0.
162
163 2004-06-16 [christoph]  0.9.11cvs12
164
165         * src/textview.c
166                 correctly clear the URL in the status bar
167
168 2004-06-15 [christoph]  0.9.11cvs11
169
170         * src/summaryview.c
171                 add missing gtk_widget_show()
172
173 2004-06-11 [christoph]  0.9.11cvs10
174
175         * src/plugins/spamassassin/spamassassin.c
176                 correctly check waitpid return code
177
178         (Closes Bug 396 Zombie process when spamassassin is called)
179
180 2004-06-10 [christoph]  0.9.11cvs9
181
182         * src/mainwindow.c
183         * src/summaryview.[ch]
184         * src/gtk/Makefile.am
185         * src/gtk/quicksearch.c                         ** NEW **
186                 separate quick search from summaryview
187
188 2004-06-09 [christoph]  0.9.11cvs8
189
190         * src/inc.c
191                 remove unused code
192
193         * src/textview.c
194                 get folder for compose default account from MsgInfo and not
195                 from SummaryView
196
197 2004-06-09 [christoph]  0.9.11cvs7
198
199         * src/folder.[ch]
200                 add information about added or removed messages to
201                 FOLDER_ITEM_UPDATE hook
202
203         * src/imap_gtk.c
204         * src/mh_gtk.c
205                 scan folder when removing a folder failed instead of
206                 updating the summaryview
207
208 2004-06-08 [paul]       0.9.11cvs6
209
210         * sync with main 0.9.11cvs2
211                 see ChangeLog 2004-06-08
212
213 2004-06-07 [christoph]  0.9.11cvs5
214
215         * configure.ac
216         * src/common/Makefile.am
217                 detect library providing 'encrypt' function
218
219 2004-06-07 [paul]       0.9.11cvs4
220
221         * src/inc.c
222                 sync with main, 'code cleanup'
223                 
224         * tools/nautilus2sylpheed.sh
225                 fix whitespace limitation. patch submitted by
226                 Stephan Sachse <white@teg-clan.de>
227
228 2004-06-04 [christoph]  0.9.11cvs3
229
230         * src/account.c
231         * src/action.[ch]
232         * src/addressbook.c
233         * src/addrindex.h
234         * src/folder.h
235         * src/folder_item_prefs.c
236         * src/inc.c
237         * src/main.c
238         * src/messageview.c
239         * src/mh_gtk.c
240         * src/prefs_themes.c
241         * src/procmime.c
242         * src/quote_fmt.h
243         * src/stock_pixmap.c
244         * src/toolbar.c
245                 fix compiler warnings
246
247 2004-06-03 [paul]       0.9.11cvs2
248
249         * src/msgcache.c
250                 sync with main 0.9.11cvs1: "changed gint32 to
251                 guint32 for some platforms"
252
253 2004-06-02 [christoph]  0.9.11cvs1
254
255         * src/common/ssl.c
256                 fix SSL_CTX variable name for older OpenSSL versions
257
258         (Closes Bug 503 fix compilation with older OpenSSL)
259
260 2004-05-31 [paul]       0.9.11claws
261
262         * 0.9.11claws released
263
264 2004-05-31 [paul]       0.9.10claws72
265
266         * po/es.po
267           po/it.po
268           po/ja.po
269           po/pl.po
270           po/sk.po
271           po/sr.po
272           po/zh_CN.po
273                 update translations, submitted by Ricardo Mones Lastra,
274                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
275                 Urke MMI, and Hansom Young
276
277 2004-05-25 [luke]       0.9.10claws71
278
279         * AUTHORS
280         * src/mimeview.c
281         * src/stockpixmap.[ch]
282         * src/Makefile.am
283         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
284         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
285         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
286         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
287         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
288
289                 o Added privacy emblems from Jesper Shultz 
290                   <jesper@schultz-net.dk>
291                 o Overlay emblems onto mimeview icons to indicate
292                   status of signature and if a message is encrypted
293         
294         * src/textview.c
295                 remove unused color definitions (were used to 
296                 indicate sig status)
297
298 2004-05-25 [paul]       0.9.10claws70
299
300         * AUTHORS
301           tools/Makefile.am
302           tools/README
303           tools/nautilus2sylpheed.sh            ** NEW FILE **
304                 add script to enable sending files from
305                 nautilus.
306                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
307                 
308         * tools/launch_firebird                 ** REMOVED **
309                 removed as the standard "firefox '%s'" now functions
310                 correctly
311
312 2004-05-23 [paul]       0.9.10claws69
313
314         * src/compose.c
315                 fix %X cursor point segfault
316                 patch by Christoph
317
318 2004-05-23 [christoph]  0.9.10claws68
319
320         * src/folder.c
321                 fix folder moving
322
323 2004-05-21 [paul]       0.9.10claws67
324
325         * sync with 0.9.10cvs17
326                 see ChangeLog 2004-05-21
327
328 2004-05-20 [paul]       0.9.10claws66
329
330         * sync with 0.9.10cvs16
331                 see ChangeLog 2004-05-19 and 2004-05-20
332
333 2004-05-19 [alfons]     0.9.10claws65
334
335         * src/summaryview.h
336                 on some platforms regoff_t is defined as off_t, so 
337                 pull in sys/types.h
338
339 2004-05-19 [paul]       0.9.10claws64
340
341         * sync with 0.9.10cvs13
342                 see ChangeLog 2004-05-18
343
344 2004-05-17 [christoph]  0.9.10claws63
345
346         * src/folder.c
347                 search all folders when searching for default folders and
348                 not return the special folder of the first folder
349
350 2004-05-13 [alfons]     0.9.10claws62
351
352         * src/summaryview.c
353                 add a better check to see if a message is a news message
354                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
355
356 2004-05-13 [paul]       0.9.10claws61
357
358         * src/msgcache.c
359                 sync with 0.9.10cvs12
360                 see ChangeLog 2004-05-12
361
362 2004-05-12 [alfons]     0.9.10claws60
363
364         * src/folderview.c
365                 release lock in case of folder could not be opened 
366
367 2004-05-11 [christoph]  0.9.10claws59
368
369         * src/inc.[ch]
370                 remove unused folderview update stuff from inc.[ch]
371
372 2004-05-11 [paul]       0.9.10claws58
373
374         * sync with 0.9.10cvs11
375                 see ChangeLog 2004-05-10 and 2004-05-11
376
377 2004-05-09 [christoph]  0.9.10claws57
378
379         * src/folderview.c
380                 check for folder class functions and not folder type to detect
381                 valid drag targets
382
383 2004-05-08 [christoph]  0.9.10claws56
384
385         * src/sgpgme.c
386                 fix date output for signature expire times
387
388         (Patch by Edgar Toernig <froese@gmx.de>)
389
390 2004-05-06 [christoph]  0.9.10claws55
391
392         * src/gtk/prefswindow.c
393                 change window type to DIALOG
394
395         * src/folder.[ch]
396         * src/folderview.c
397         * src/news_gtk.c
398                 o add folder_remove()
399                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
400                 o add new "sort" field to Folder, no longer sort folders by type
401                   higher sort values will be first in the folder list, new folders get 0
402                   and will be added to the end
403
404         * src/mainwindow.c
405         * src/gtk/Makefile.am
406         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
407                 add dialog to allow users to change the folder order
408
409 2004-05-04 [paul]       0.9.10claws54
410
411         * src/inc.c
412                 Display account_name in statusbar when retrieving
413                 messages from a pop account
414         * src/prefs_account.c
415                 display account name in title of prefs_account
416                 window
417         * src/prefs_folder_item.c
418                 display folder name in title of prefs_folder window
419
420         all 3 patches submitted by Fabien Vantard
421
422         * AUTHORS
423                 add Fabien Vantard
424
425 2004-05-04 [paul]       0.9.10claws53
426
427         * src/prefs_actions.c
428           src/prefs_template.c
429                 'Esc' Key exits alertpanel
430                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
431
432 2004-04-26 [christoph]  0.9.10claws52
433
434         * src/gtk/about.c
435         * src/gtk/colorsel.c
436         * src/gtk/description_window.c
437         * src/gtk/filesel.c
438         * src/gtk/gtkaspell.c
439         * src/gtk/inputdialog.c
440         * src/gtk/pluginwindow.c
441         * src/gtk/progressdialog.c
442                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
443                   it does not work correctly with xinerama
444                 o lock incorporation while the plugin window is open
445
446 2004-04-23 [paul]       0.9.10claws51
447
448         * po/POTFILES.in
449                 update location of inputdialog.c
450                 
451         * src/gtk/about.c
452                 update Copyright string
453                 
454         * src/msgcache.c
455           src/prefs_common.c
456           src/prefs_themes.c
457                 improve the english a little
458
459 2004-04-22 [christoph]  0.9.10claws50
460
461         * src/folderutils.[ch]
462                 add folderutils_mark_all_read()
463
464         * src/folderview.c
465                 readd "mark all read" from popup menu, now works
466                 in all folders and not only the opened folder
467
468 2004-04-21 [christoph]  0.9.10claws49
469
470         * src/Makefile.am
471         * src/inputdialog.[ch]                  ** REMOVED **
472         * src/gtk/Makefile.am
473         * src/gtk/inputdialog.[ch]              ** NEW **
474                 move inputdialog.[ch] into gtk directory
475
476         * src/mh_gtk.c
477                 remove check for missing IMAP folder account
478
479 2004-04-20 [christoph]  0.9.10claws48
480
481         * src/mainwindow.c
482         * src/foldersel.c
483                 remove new/rename/delete folder GUI functions because
484                 they are always active, even for news folders, and can
485                 not be easily made folder class dependent
486
487         * src/gtk/menu.[ch]
488                 make menu_translate() public
489
490         * src/Makefile.am
491         * src/folder.[ch]
492         * src/folderview.[ch]
493         * src/imap_gtk.[ch]                     ** NEW **
494         * src/main.c
495         * src/mh_gtk.[ch]                       ** NEW **
496         * src/news_gtk.[ch]                     ** NEW **
497                 o dynamically build FolderView popup menus from a folder
498                   specific part, with callbacks to seperated code, and
499                   a common part
500                 o remove the folder class specifiy code from folderview.c
501
502 2004-04-15 [luke]       0.9.10claws47
503
504         * src/prefs_folder_item.c
505                 o remove buttons for applying 'scan for new mail'
506                   and 'process at startup' to sub folders
507                 o add 'apply to sub folder' check buttons for all
508                   properties and set folder prefs accordingly
509                 o replace multiple gtk_widget_show() with one
510                   gtk_widget_show_all() on container
511
512 2004-04-14 [darko]      0.9.10claws46
513
514         * src/gtk/Makefile.am
515         * src/gtk/pluginwindow.c
516                 load plugins from to $(prefix)/lib/sylpheed/plugins
517                 in file selection dialog
518         * src/plugins/clamav/clamav_plugin.c
519                 const correctness
520
521 2004-04-14 [christoph]  0.9.10claws45
522
523         * src/folder.c
524         * src/plugins/image_viewer/viewer.c
525                 fix g_warnings
526
527 2004-04-10 [alfons]     0.9.10claws44
528         
529         * src/compose.c
530                 appropriate auto account selection when forwarding
531                 (fixes bug #476, "forward as attachment does not listen
532                 to account rules")
533
534 2004-04-09 [alfons]     0.9.10claws43
535
536         * src/summaryview.c
537                 make quick search combo matching case sensitive
538
539 2004-04-06 [alfons]     0.9.10claws42
540
541         * src/addr_compl.c
542                 use cursor position to prevent clearing the entire entry
543
544 2004-04-06 [alfons]     0.9.10claws41
545
546         * src/folderview.c
547                 fix bug #472, "filter not updated when renaming folder" 
548
549 2004-04-06 [alfons]     0.9.10claws40
550
551         * src/messageview.[ch]
552           src/summaryview.c
553                 reflect changes to Show all headers to main view
554                 and message view (only affects detached message
555                 view). see also bug #473, 'Show All Headers 
556                 "problem"'.
557
558 2004-04-03 [alfons]     0.9.10claws39
559
560         * src/matcher.c
561                 free address list
562
563 2004-04-03 [alfons]     0.9.10claws38
564
565         * src/matcher_parser_parse.y
566           src/matcher.[ch]
567                 prepare address look up matcher type; marginally
568                 tested, and not hooked into the UI yet.
569
570                 basically it accepts the result of the left hand
571                 side of the matcher (the "criteria"):
572
573                         from all_in_addressbook ""
574                         ~to_or_cc any_in_addressbook ""
575                 
576                 the first case matches all addresses found in the
577                 from header, and the second case matches if any
578                 (at least one) of the addresses in to or cc headers 
579                 are not in the address book.
580
581                 the string argument is not used yet, but is intended
582                 to match a group of addresses 
583
584 2004-04-02 [luke]       0.9.10claws37
585
586         * src/prefs_folder_item.c
587                 Add two buttons to apply 'scan for new mail'
588                 and 'process at startup' to sub folders
589
590 2004-04-02 [luke]
591         * tools/textviewer.sh
592                 better filename extension matching plus some support for
593                 MS Excel, MS Powerpoint and HTML
594
595 2004-03-29 [christoph]  0.9.10claws36
596
597         * src/folder.h
598         * src/folderutils.[ch]
599         * src/mainwindow.c
600                 add delete duplicates for all folders
601
602 2004-03-29 [alfons]     0.9.10claws35
603
604         * src/folder.c
605                 don't pass NULL to XXXprintf(); fixes Solaris crashes
606                 when selecting top-level folder node (thanks to 
607                 Alex S. Moore)
608
609 2004-03-28 [keith]      0.9.10claws34
610
611         * src/textview.c
612                 prepend "http://" to URIs of the form "www.example.com"
613
614 2004-03-28 [paul]       0.9.10claws33
615
616         * src/common/nntp.c
617           src/common/smtp.c
618           src/folder.c
619           src/imap.c
620           src/inc.c
621           src/news.c
622           src/pop.c
623                 revise 'translatable string' policy:
624                 don't translate debug_print() or log_print(),
625                 translate log_message() and log_warning()
626         
627         * po/zh_CN.po
628                 update submitted by Hansom Young
629
630 2004-03-25 [alfons]     0.9.10claws32
631
632         * src/prefs_common.c
633                 I mean this one: Return the GList...
634
635 2004-03-25 [alfons]     0.9.10claws31
636
637         * src/prefs_common.h
638                 add new members at the end of prefs_common, so
639                 they get properly initialized
640
641 2004-03-24 [christoph]  0.9.10claws30
642
643         * src/imap.c
644                 o NULL is a valid GSList
645
646 2004-03-24 [alfons]     0.9.10claws29
647
648         * src/prefs_common.[ch]
649           src/summaryview.c
650           src/common/defs.h
651                 add history to quick search (patch submitted by 
652                 Ivan Francolin Martinez - thanks!)
653
654 2004-03-24 [alfons]     0.9.10claws28
655
656         * src/imap.c
657                 NULL output pointer parameter
658
659 2004-03-21 [alfons]     0.9.10claws27
660
661         * src/addrindex.[ch]
662           src/addr_compl.c
663                 complete addresses on nicks and aliases
664
665 2004-03-21 [alfons]     0.9.10claws26
666
667         * src/import.c
668           src/inc.c
669           src/mbox.[ch]
670                 disable filters on import mbox (patch submitted
671                 by Edgar Toernig)
672
673 2004-03-21 [darko]      0.9.10claws25
674
675         * src/addr_compl.c
676                 select the address when only one match is found while
677                 doing address completion with tab key (feature
678                 request #914720)
679
680 2004-03-21 [alfons]     0.9.10claws24
681
682         * src/messageview.c
683           src/toolbar.c
684                 don't `navigate-delete` when a summary view's selection does not 
685                 match the accompanying message view's message
686
687 2004-03-20 [alfons]     0.9.10claws23
688
689         * src/summaryview.c
690                 hide ext search button on initial display (should fix bug #459,
691                 "Toggling quick-search at 1st time: minor UI inconsistency")
692
693 2004-03-20 [alfons]     0.9.10claws22
694
695         * src/summaryview.[ch]
696                 add function to get selected msginfo, if there's
697                 only one selected
698
699 2004-03-20 [paul]       0.9.10claws21
700
701         * sync with 0.9.10cvs7
702                 see ChangeLog 2004-03-19
703
704 2004-03-19 [paul]       0.9.10claws20
705
706         * src/common/nntp.c
707           src/common/smtp.c
708           src/common/ssl.c
709           src/folder.c
710           src/imap.c
711           src/inc.c
712           src/news.c
713           src/pop.c
714                 don't translate strings in debug_print(), log_print(),
715                 log_message(),  and log_warning()
716
717 2004-03-19 [alfons]     0.9.10claws19
718
719         better next/previous/delete/focus navigation with separate 
720         message view 
721         
722         * src/toolbar.c
723                 call summaryview_delete() instead of messageview_delete()
724         * src/messageview.c
725                 disable messageview_delete()
726
727 2004-03-18 [paul]       0.9.10claws18
728
729         * sync with 0.9.10cvs6
730                 see ChangeLog 2004-03-16
731
732 2004-03-17 [alfons]     0.9.10claws17
733
734         * src/gtk/filesel.c
735                 remove bogus semicolon after if() (sometimes it pays to
736                 read LKML :)
737
738 2004-03-15 [darko]      0.9.10claws16
739
740         * src/gtk/filesel.c
741                 support full path in place of a filename
742         * src/mimeview.c
743                 store directory attachments were saved to and
744                 use it when saving attachments
745         * src/prefs_common.[hc]
746                 store directory attachments were last saved to
747
748 2004-03-15 [paul]       0.9.10claws15
749
750         * src/folderview.c
751                 fix bug where unsubscribing a newsgroup would destroy
752                 (most of the) filtering rules
753
754 2004-03-15 [paul]       0.9.10claws14
755
756         * src/folderview.c
757                 fix Bug 458, 'Folder View remaining empty after 
758                 removing a NEWS account' (was also true of IMAP
759                 accounts)
760
761 2004-03-15 [paul]       0.9.10claws13
762
763         * src/folderview.c
764                 fix folderview invisibility of newly subscribed
765                 newsgroups
766
767 2004-03-13 [paul]       0.9.10claws12
768
769         * src/compose.c
770           src/plugins/dillo_viewer/dillo_prefs.c
771           src/plugins/image_viewer/viewerprefs.c
772                 gettextise some forgotten parts
773
774 2004-03-13 [alfons]     0.9.10claws11
775
776         * src/imap.c
777                 make sure the correct type is passed to sscanf()
778
779 2004-03-13 [paul]       0.9.10claws10
780
781         * sync with 0.9.10cvs5
782                 see ChangeLog 2004-03-02 and 2004-03-12, 
783                 specifically:
784                 'always move messages by default when using DnD (except 
785                 for News folder). Copy messages if Ctrl-key is pressed.'
786                 and 'added a function to filter selected messages'
787
788 2004-03-12 [christoph]  0.9.10claws9
789
790         * src/codeconv.c
791                 add parameter check to conv_unmime_header_overwrite()
792
793         * src/imap.c
794                 o fix spelling
795                 o fix removing of NEW flag when UNREAD is unset
796
797         * src/procmime.c
798                 decode MIME-headers
799
800         (Closes 437 i18n attachment display error.)
801
802 2004-03-12 [paul]       0.9.10claws8
803
804         * po/it.po
805                 update. submitted by Andrea Spadaccini <lupin85@email.it>
806                 
807         * tools/Makefile.am
808                 add 'textviewer.sh'
809
810 2004-03-12 [alfons]     0.9.10claws7
811
812         * src/imap.c
813                 o quiet compiler and typecast Folder * to IMAP Folder *
814                 o wake up and fix my previous incompatible type assignment bug
815
816 2004-03-12 [alfons]     0.9.10claws6
817
818         * src/imap.c
819                 don't mix up pointers to int, guint32 _and_ 
820                 unsigned int 
821
822 2004-03-12 [christoph]  0.9.10claws5
823
824         * src/folderview.c
825                 Add error requester when renaming a folder failed
826
827         * src/imap.c
828                 Check new FolderItem name for namespace seperator
829                 before renaming
830
831         (Closes Bug 443 Bad named IMAP folders won't be displayed)
832
833 2004-03-11 [christoph]  0.9.10claws4
834
835         * src/folder.[ch]
836         * src/imap.c
837         * src/procmsg.h
838                 syncronize flags in cache with IMAP folder flags
839
840         Adapted a patch submitted by Simon 'corecode' Schubert
841         <corecode@corecode.ath.cx> 
842
843
844 2004-03-11 [alfons]     0.9.10claws3
845
846         * src/textview.[ch]
847                 remove dead code that at one time controlled display of
848                 URIs in status bar
849
850 2004-03-10 [paul]       0.9.10claws2
851
852         * po/it.po
853                 updated by Lupino <lupin85@email.it>
854
855 2004-03-09 [alfons]     0.9.10claws1
856
857         * src/matcher.c
858                 we're not using yywrap, but we may, so close yyin instead
859                 of initial FILE *
860
861 2004-03-08 [paul]       0.9.10claws
862
863         * 0.9.10claws released
864
865 2004-03-08 [paul]       0.9.9claws41
866
867         * po/es.po
868           po/ja.po
869           po/ru.po
870           po/sk.po
871           po/sr.po
872           po/zh_CN.po
873                 update translations. submitted by Ricardo Mones Lastra,
874                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
875                 Hansom Young
876
877 2004-03-06 [paul]       0.9.9claws40
878
879         * src/stock_pixmap.c
880                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
881                 patch submitted by Pawel Pekala
882
883 2004-03-06 [alfons]             0.9.9claws39
884
885         * src/addrindex.c
886                 allow nick name completion again 
887
888 2004-03-02 [match]              0.9.9claws38
889
890         * configure.ac
891                 added definition of USE_LDAP_TLS to support TLS.
892         * src/ldapctrl.[ch]
893         * src/ldapquery.c
894         * src/ldapserver.[ch]
895         * src/addressbook.c
896         * src/addrindex.c
897         * src/editldap.c
898                 included LDAP TLS support.
899
900 2004-03-02 [christoph]          0.9.9claws37
901
902         * src/folder.[ch]
903                 o add more documentation for FolderClass
904                 o remove usused FolderClass virtual functions
905
906         * src/imap.c
907         * src/mh.c
908         * src/news.c
909                 change creation of FolderClass because static initializations
910                 for structs suck in C89
911
912 2004-03-01 [paul]
913
914         * sync with 0.9.10
915
916 2004-02-28 [keith]      0.9.9claws36
917
918         * src/common/utils.c
919                 Fix treatment of whitespace in quicksearch bar (leading
920                 spaces and >1 space between commands and parameters).
921
922 2004-02-27 [alfons]     0.9.9claws35
923
924         * src/compose.[ch]
925                 Explicitly remove draft timeout to fix nasty race between 
926                 compose_send_cb() (which destroys the compose window) and 
927                 compose_defer_auto_save_draft() (which expects compose 
928                 window to exist). Should fix Keith's and Fred Marton's
929                 bug report (#128, "crash after complaining about character
930                 set conversion")
931
932 2004-02-27 [luke]       0.9.9claws34
933         
934         * src/folder.c
935                 Do folder_item_apply_processing() even if no processing
936                 rules for the folder exist (so global processing is applied)
937
938 2004-02-26 [thorsten]   0.9.9claws33
939
940         * src/mimeview.c
941                 Remove misleading static declaration
942
943 2004-02-26 [alfons]     0.9.9claws32
944
945         * src/procmime.[ch]
946           src/compose.c
947           src/mimeview.c
948           src/textview.c
949                 use/add procmime_get_content_type_str() as a safe wrapper
950                 for returning a Content-Type type string; should fix 
951                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
952                  - attachments."
953
954 2004-02-26 [thorsten]   0.9.9claws31
955
956         * src/mimeview.c
957                 Restructure save_as/save_all
958
959 2004-02-26 [alfons]     0.9.9claws30
960
961         * src/procmime.c
962                 clean up (2)
963
964 2004-02-26 [alfons]     0.9.9claws29
965
966         * src/procmime.c
967                 clean up (1)
968
969 2004-02-24 [luke]
970
971         * tools/textviewer.sh
972                 tweaks from Johann Koenig, recognition of shell
973                 scripts in particular
974
975 2004-02-24 [paul]       0.9.9claws28
976
977         * sync with 0.9.9cvs13
978                 see ChangeLog 2004-02-24
979
980 2004-02-23 [paul]       0.9.9claws27
981
982         * src/inc.c
983                 one alertpanel on pop3 authentication error will suffice
984                 
985         * src/prefs_fonts.c
986                 remove unnecessary printf
987
988 2004-02-22 [alfons]     0.9.9claws26
989
990         * src/messageview.c
991                 put back a lost check
992
993 2004-02-21 [alfons]     0.9.9claws25
994
995         * src/folderview.c
996                 don't forget to save folder properties after renaming folder
997
998 2004-02-20 [paul]       0.9.9.claws24
999
1000         * src/addressbook.c
1001                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
1002                 
1003         * src/inc.c
1004                 complete sync with 0.9.9cvs9's 'update folderview
1005                 progressively'
1006                 
1007         * configure.ac
1008                 require gettext >= 0.12.1
1009
1010 2004-02-17 [match]      0.9.9claws23
1011
1012         * src/compose.c
1013                 keep the peace - change style.
1014
1015 2004-02-17 [alfons]     0.9.9claws22
1016
1017         * src/filtering.c
1018                 make MATCHACTION_STOP cancel filtering / processing;
1019                 clean up and document it to make it a little bit more clear;
1020
1021 2004-02-17 [alfons]     0.9.9claws21
1022
1023         %X marks the cursor spot for reply quote format
1024
1025         * src/quote_fmt_lex.l 
1026           src/quote_fmt.c
1027                 add %X token
1028                 
1029         * src/quote_fmt.h
1030           src/quote_fmt_parse.y
1031                 handle %X token
1032                 
1033         * src/compose.c
1034                 handle %X token for replies only (for now)
1035
1036 2004-02-17 [paul]       0.9.9claws20
1037
1038         * po/sk.po
1039                 updated by Andrej Kacian
1040                 
1041         * src/news.c
1042                 remove unneeded include
1043                 
1044         * src/prefs_fonts.c
1045                 be a little more user-friendly with the labels
1046                 
1047         * configure.ac
1048                 a change forgotten in the last commit: 
1049                 SYLPHEED_ACLOCAL_INCLUDE(m4)
1050
1051 2004-02-17 [paul]       0.9.9claws19
1052
1053         * ac/*                          ** REMOVED **
1054           ac/                           ** REMOVED **
1055           intl/Makefile.in              ** REMOVED **
1056           m4/                           ** NEW **
1057           m4/missing                    ** NEW **
1058           m4/missing/gdk-pixbuf.m4      ** NEW **
1059           m4/missing/gettext.m4         ** NEW **
1060           m4/missing/gpgme.m4           ** NEW **
1061           m4/missing/imlib.m4           ** NEW **
1062           m4/.cvsignore                 ** NEW **
1063           m4/Makefile.am                ** NEW **
1064           m4/README                     ** NEW **
1065           m4/aclocal-include.m4         ** NEW **
1066           m4/aspell.m4                  ** NEW **
1067           m4/check-type.m4              ** NEW **
1068           m4/gnupg-check-typedef.m4     ** NEW **
1069           m4/openssl.m4                 ** NEW **
1070           m4/spamassassin.m4            ** NEW **
1071           po/ChangeLog                  ** REMOVED **
1072           po/Makefile.in.in             ** REMOVED **
1073           po/Rules-quot                 ** REMOVED **
1074           po/boldquot.sed               ** REMOVED **
1075           po/en@boldquot.header         ** REMOVED **
1076           po/en@quot.header             ** REMOVED **
1077           po/insert-header.sin          ** REMOVED **
1078           po/quot.sed                   ** REMOVED **
1079           po/remove-potcdate.sed        ** REMOVED **
1080           po/remove-potcdate.sin        ** REMOVED **
1081           po/stamp-po                   ** REMOVED **
1082           Makefile.am
1083           autogen.sh
1084           configure.ac
1085                 enable building with automake 1.8.x
1086                 add 'autopoint' to autogen.sh and remove all
1087                 auto-generated files, remove ac/ in favour of
1088                 m4/
1089
1090 2004-02-17 [alfons]     0.9.9claws18
1091         
1092         * src/summaryview.c
1093                 MSG_IS_NEWS() is not stored at all, and is bogus
1094
1095 2004-02-17 [martin]     0.9.9claws17
1096
1097         * src/prefs_themes.c
1098                 fix crash when installing wrong theme and output an
1099                 error message
1100
1101 2004-02-16 [christoph]  0.9.9claws16
1102
1103         * src/compose.c
1104         * src/stock_pixmap.[ch]
1105         * src/toolbar.[ch]
1106         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
1107                 add "Wrap current paragraph" to compose toolbar
1108
1109 2004-02-15 [alfons]     0.9.9claws15
1110
1111         * src/folderview.c
1112                 refine previous commit to make sure other hook functions
1113                 get their grab of the pie too
1114
1115 2004-02-15 [alfons]     0.9.9claws14
1116
1117         * src/folderview.c
1118                 fix sync breakage so we don't pass invalid pointer types
1119
1120 2004-02-15 [match]      0.9.9claws13
1121
1122         * src/ldapquery.[ch]
1123         * src/ldapserver.h
1124         * src/addrindex.[ch]
1125                 tweak threading calls.
1126         * src/addr_compl.[ch]
1127                 add alias into completion list.
1128         * src/addressbook.c
1129                 fix ldap browse.
1130                 improve context menu behavior.
1131                 change menu sequence.
1132                 add send mail from addressbook.
1133         * src/addrselect.[ch]
1134         * src/compose.[ch]
1135                 add send mail from addressbook.
1136
1137 2004-02-15 [christoph]  0.9.9claws12
1138
1139         * src/folderutils.c
1140                 skip deleting when duplist is empty
1141
1142         * src/folderview.[ch]
1143         * src/mainwindow.c
1144         * src/summaryview.[ch]
1145                 call folderutils_delete_duplicates() from mainwindow code
1146
1147 2004-02-15 [alfons]     0.9.9claws11
1148         
1149         * src/common/utils.c
1150                 add prefix for italian ms o(e) 
1151
1152 2004-02-14 [paul]       0.9.9claws10
1153
1154         * src/foldersel.c
1155                 fix updating of the folder view when creating a
1156                 new folder
1157
1158 2004-02-13 [paul]       0.9.9claws9
1159
1160         * src/plugins/clamav/clamav_plugin.c
1161                 remove GUI code
1162
1163 2004-02-13 [paul]       0.9.9claws8
1164
1165         * sync with 0.9.9cvs9
1166                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
1167
1168 2004-02-13 [alfons]     0.9.9claws7
1169
1170         * src/common/utils.c
1171                 fix wrong type of argument for ctype functions (pass unsigned
1172                 char instead of signed char)
1173
1174 2004-02-12 [alfons]     0.9.9claws6
1175
1176         * src/compose.[ch]
1177                 don't select text in header entry when composing to a 
1178                 default address, but rather give the header entry a
1179                 different color / style (same as the folder new color)
1180
1181 2004-02-12 [alfons]     0.9.9claws5
1182
1183         * src/plugins/clamav/clamav_plugin.c
1184                 don't exit(2) on libclamav init error - show a warning.
1185                 (tested by damaging a clamav database file.)
1186
1187 2004-02-12 [paul]       0.9.9claws4
1188
1189         * sync with 0.9.9cvs4
1190                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
1191
1192 2004-02-11 [luke]       0.9.9claws3
1193
1194         * src/mimeview.c
1195                 remove redundant check introduced in 0.9.9claws1
1196
1197 2004-02-11 [luke]       0.9.9claws2
1198
1199         * src/mimeview.c
1200                 fix compilation of my previous commit without gpg enabled
1201
1202 2004-02-10 [luke]       0.9.9claws1
1203
1204         * src/mimeview.c
1205                 add borders to icons to indicate the privacy status for
1206                 the message part (unknown/bad/good)
1207
1208 2004-02-06 [paul]       0.9.9claws
1209
1210         0.9.9claws released
1211
1212 2004-02-06 [darko]      0.9.8claws64
1213
1214         * src/compose.c
1215                 don't allow Ctrl+Enter while external editor is active
1216
1217 2004-02-06 [paul]       0.9.8claws63
1218
1219         * po/es.po
1220           po/pl.po
1221           po/sk.po
1222           po/sr.po
1223                 update Spanish, Polish, Slovak, and Serbian translations.
1224                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
1225                 and Urke MMI
1226
1227 2004-02-04 [alfons]     0.9.8claws62
1228
1229         * src/compose.c
1230                 grab focus only when lbutton was pressed (bug #430 cont'd; 
1231                 don't have clue yet why the cursor pos is at the end of the
1232                 text.)
1233
1234 2004-02-04 [alfons]     0.9.8claws61
1235
1236         * src/compose.c
1237                 always grab focus when one of the header entries is clicked 
1238                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
1239
1240 2004-02-02 [paul]
1241
1242         * ac/missing/gdk-pixbuf.m4
1243           ac/missing/gpgme.m4
1244           ac/missing/imlib.m4
1245                 prevent 'underquoted definition' warnings
1246                 patch submitted by David Relson
1247                 
1248         * src/plugins/clamav/README
1249                 update, improve, correct
1250
1251 2004-01-31 [thorsten]   0.9.8claws60
1252
1253         * src/news.c
1254                 'dir' not initialized if group has no messages
1255
1256 2004-01-29 [christoph]  0.9.8claws59
1257
1258         * src/customheader.[ch]
1259                 add custom_header_is_allowed() to check for disallowed header names
1260                 that must not be overridden by custom headers
1261
1262         * src/compose.c
1263                 always write From: header and use custom_header_is_allowed() to
1264                 check if custom header should be written
1265
1266         * src/prefs_customheader.c
1267                 check if custom header is disallowed using custom_header_is_allowed()
1268
1269         * src/folderutils.c
1270                 destroy message id GHashTable before freeing the MsgInfos
1271
1272 2004-01-29 [paul]       0.9.8claws58
1273
1274         * sync with 0.9.9 release
1275                 see ChangeLog 2004-01-29
1276
1277 2004-01-29 [paul]       0.9.8claws57
1278
1279         * sync with 0.9.8cvs11
1280                 see ChangeLog 2004-01-29
1281
1282 2004-01-28 [christoph]  0.9.8claws56
1283
1284         * src/pgpmime.c
1285         * src/sgpgme.[ch]
1286                 return WARN signature status when signature is not trusted
1287
1288         * src/Makefile.am
1289         * src/folder.c
1290         * src/folderutils.[ch]                  ** NEW **
1291         * src/summaryview.c
1292                 implement delete duplicates summaryview independent
1293
1294 2004-01-28 [paul]       0.9.8claws55
1295
1296         * sync with 0.9.8cvs10
1297                 see Changelog 2004-01-27 and 2004-01-28
1298
1299 2004-01-26 [christoph]  0.9.8claws54
1300
1301         * src/imap.c
1302                 create a root node for the Folder if scan fails because root
1303                 folder does not exist
1304
1305 2004-01-26 [paul]       0.9.8claws53
1306
1307         * sync with 0.9.8cvs7
1308                 see ChangeLog 2004-01-23
1309
1310 2004-01-25 [alfons]     0.9.8claws52
1311
1312         * src/compose.c
1313                 remove left-over constant INDENT_CHARS
1314
1315 2004-01-25 [alfons]     0.9.8claws51
1316
1317         * src/procmime.c
1318                 add NULL pointer check for mimeinfo->node in
1319                 procmime_mimeinfo_parent()
1320
1321 2004-01-25 [darko]      0.9.8claws50
1322
1323         * src/compose.c
1324                 make "Wrap all long lines" toolbar button wrap all
1325                 long lines not just the current line
1326                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
1327
1328
1329 2004-01-25 [alfons]     0.9.8claws49
1330
1331         * src/procmime.c
1332                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
1333                 necessary anyway, because *scanf() functions neglect white
1334                 space in the input. 
1335                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
1336
1337 2004-01-25 [paul]       0.9.8claws48
1338
1339         * src/prefs_ext_prog.c
1340                 apply Alfons' patch to check for NULL pointers
1341                 fixes bug #424
1342
1343 2004-01-25 [paul]       0.9.8claws47
1344
1345         * sync with 0.9.8cvs8
1346                 see ChangeLog 2004-01-23
1347
1348 2004-01-25 [thorsten]   0.9.8claws46
1349
1350         * src/messageview.c
1351                 remove orphaned mimeview unref()
1352
1353 2004-01-23 [christoph]  0.9.8claws45
1354
1355         * src/summaryview.c
1356                 set ctree widget style
1357
1358 2004-01-23 [paul]       0.9.8claws44
1359
1360         * sync with 0.9.8cvs5
1361                 see ChangeLog 2004-01-22
1362
1363 2004-01-23 [alfons]     0.9.8claws43
1364
1365         * src/procmsg.c
1366                 remove redundant code in procmsg_get_thread_tree()
1367
1368 2004-01-21 [christoph]  0.9.8claws42
1369
1370         * src/folderview.c
1371                 set ctree widget style, otherwise GTK does not use the
1372                 the correct vertical size for the list items
1373
1374 2004-01-21 [alfons]     0.9.8claws41
1375
1376         * src/summaryview.c
1377                 GDK_Left should only switch to folderview when
1378                 when summaryview hscrollbar is at the leftmost
1379                 position (fixes bug #420, "Focus error")
1380
1381 2004-01-21 [paul]       0.9.8claws40
1382
1383         * sync with 0.9.8cvs4
1384                 see ChangeLog 2004-01-20
1385
1386 2004-01-20 [christoph]  0.9.8claws39
1387
1388         * src/folderview.c
1389                 remove setting sensitivity for no longer existing
1390                 /Scoring... popup entry
1391
1392 2004-01-20 [keith]      0.9.8claws38
1393
1394         * configure.ac
1395                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
1396
1397 2004-01-20 [paul]       0.9.8claws37
1398
1399         * src/prefs_fonts.c
1400                 demystify font settings
1401                 
1402         * src/textview.c
1403                 use textview->msgfont for header->body in
1404                 textview_show_header()
1405
1406 2004-01-20 [paul]       0.9.8claws36
1407
1408         * src/compose.c
1409           src/undo.c
1410                 remove superfluous debug_print's
1411                 
1412         * src/inc.c
1413                 clear the statusbar after LOCAL incorporation
1414
1415 2004-01-20 [paul]       0.9.8claws35
1416
1417         * sync with 0.9.8cvs3
1418                 see ChangeLog 2004-01-20
1419
1420 2004-01-19 [keith]      0.9.8claws34
1421
1422         * src/folderview.c
1423                 don't show 'Search folder...' on popup menu
1424                 if folder has no mails in it
1425
1426 2004-01-17 [keith]      0.9.8claws33
1427
1428         * src/compose.c
1429           src/prefs_common.c
1430           src/prefs_common.h
1431                 store position of compose window in prefs
1432
1433 2004-01-17 [thorsten]   0.9.8claws32
1434
1435         * src/gtk/gtkvscrollbutton.c
1436                 ensure scrollbutton resize event on different gtk versions
1437
1438 2004-01-15 [alfons]     0.9.8claws31
1439         
1440         * src/summaryview.c
1441                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
1442                 message as read
1443
1444 2004-01-12 [christoph]  0.9.8claws30
1445
1446         * src/procmime.c
1447                 better MIME-Version check
1448
1449 2004-01-11 [alfons]     0.9.8claws29
1450
1451         * src/procmsg.c
1452                 remove unnecessary but still effective check (could possibly
1453                 lead to some unwanted side effects)
1454
1455 2004-01-11 [alfons]     0.9.8claws28
1456
1457         * src/procmsg.c
1458                 we should not prefer lowest message number while threading 
1459                 (introduced in previous commit)
1460
1461 2004-01-11 [alfons]     0.9.8claws27
1462
1463         * src/procmsg.c
1464                 subject threading fixes:
1465                 
1466                         - make message with lowest message number the
1467                           thread parent,
1468                         - refine recording last node when threading. the last node
1469                           should be the previous one if a node has a thread parent,
1470                           or the current node if not
1471                 
1472                 (there's another threading bug fix coming up)
1473
1474 2004-01-10 [paul]       0.9.8claws26
1475
1476         * src/main.c
1477           src/prefs_ext_prog.c
1478           src/plugins/clamav/clamav_plugin_gtk.c
1479                 minor gui fixes
1480
1481 2004-01-09 [christoph]  0.9.8claws25
1482
1483         * src/Makefile.am
1484         * src/string_match.[ch]                 ** REMOVE **
1485         * src/common/Makefile.am
1486         * src/common/string_match.[ch]          ** NEW **
1487                 move string_match.[ch] to common directory
1488
1489 2004-01-09 [christoph]  0.9.8claws24
1490
1491         * src/pgpmime.c
1492                 add MIME-Version header for the message parser
1493
1494 2004-01-09 [paul]       0.9.8claws23
1495
1496         * po/POTFILES.in
1497           src/Makefile.am
1498           src/main.c
1499           src/prefs_common.c
1500           src/prefs_ext_prog.[ch]       ** NEW FILES **
1501                 move External Command options from 'Common Prefs/Other' to
1502                 'Other Prefs/Message View/External Programs', also reveal
1503                 the hidden options for audio player and image viewer.
1504                 
1505         * src/prefs_common.c
1506                 fix toggling of header pane
1507
1508 2004-01-09 [paul]       0.9.8claws22
1509
1510         * src/compose.c
1511                 when changing account also change the save folder
1512
1513         * src/textview.c
1514                 if a text/plain attachment has 'Content-Disposition: attachment'
1515                 don't display it inline
1516
1517 2004-01-08 [christoph]  0.9.8claws21
1518
1519         * src/procmime.c
1520                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
1521                 otherwise thread the message content as one text part and
1522                 don't assume charset US-ASCII which is only specified as
1523                 default for MIME-messages
1524
1525 2004-01-08 [paul]       0.9.8claws20
1526
1527         * src/plugins/clamav/clamav_plugin.c
1528           src/plugins/spamassassin/spamassassin.c
1529                 inform the user what is happening via the statusbar
1530
1531 2004-01-06 [paul]       0.9.8claws19
1532
1533         * po/es.po
1534                 update Spanish translation. submitted by Ricardo
1535                 Mones Lastra
1536
1537 2004-01-05 [paul]       0.9.8claws18
1538
1539         * sync with 0.9.8cvs2
1540                 see ChangeLog 2004-01-05
1541
1542 2004-01-03 [luke]       0.9.8claws17
1543
1544         * src/procheader.c
1545                 Clean up:
1546                 o remove unused functions string_getchar() and file_getchar()
1547                 o remove the getchar_ parameter from generic_get_one_field()
1548                 o add an 'unfold' parameter to generic_get_one_field, to
1549                   be used if no HeaderEntry is supplied
1550                 o procheader_get_one_field_asis() uses
1551                   generic_get_one_field().
1552
1553 2004-01-01 [christoph]  0.9.8claws16
1554
1555         * src/common/xml.[ch]
1556                 o add xml_new_tag() to manage usage counts of strings correctly
1557                 o correct xml_copy_tree() function name
1558
1559         * src/folder.c
1560         * src/main.c
1561                 allow registering and unregistering of FolderClasses anytime
1562
1563 2003-12-31 [christoph]  0.9.8claws15
1564
1565         * src/folder.[ch]
1566         * src/common/xml.[ch]
1567                 keep folderlist.xml data for unloaded FolderClasses
1568
1569 2003-12-30 [luke]       0.9.8claws14
1570
1571         * src/procheader.[ch]
1572                 o added procheader_get_one_field_asis() that does not do
1573                   unfolding
1574                 o fix procheader_get_header_array_asis() to use the above,
1575                   fixing ugliness of headers in textview
1576
1577         * src/compose.c
1578                 o don't unfold headers when redirecting.        
1579
1580 2003-12-30 [paul]       0.9.8claws13
1581
1582         * po/POTFILES.in
1583           src/common/defs.h
1584           src/Makefile.am
1585           src/main.c
1586           src/prefs_common.c
1587           src/prefs_themes.[ch] ** NEW FILES **
1588                 redesign and move Icon Theme selector to
1589                 the new prefs window
1590           
1591         * src/stock_pixmap.c
1592                 fix the old bug where icons are not always
1593                 updated when changing themes
1594         
1595         * src/summaryview.c
1596                 fix bug where the icons on the title row
1597                 of the summary view were not updated
1598         
1599         all patches submitted by Ricardo Mones Lastra
1600
1601 2003-12-30 [hoa]        0.9.8claws12
1602
1603         * src/folder.c
1604                 run preglobal and postglobal processing rules
1605                 even if the folder does not have any rules.
1606
1607 2003-12-28 [paul]       0.9.8claws11
1608
1609         * ac/aspell.m4
1610           ac/check-type.m4
1611           ac/gnupg-check-typedef.m4
1612           ac/openssl.m4
1613           ac/spamassassin.m4
1614                 fix 'underquoted definition' warnings, patch submitted by
1615                 David Relson <relson@osagesoftware.com>
1616                 
1617         * src/common/utils.c
1618                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
1619                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
1620
1621 2003-12-28 [paul]       0.9.8claws10
1622
1623         * sync with 0.9.8cvs1
1624                 see ChangeLog 2003-12-17
1625
1626 2003-12-27 [christoph]  0.9.8claws9
1627
1628         * src/common/utils.[ch]
1629                 add g_node_map() to map a GNode into a new GNode
1630                 converting all node data's with a function
1631
1632         * src/account.c
1633         * src/folder.[ch]
1634         * src/folderview.c
1635         * src/imap.c
1636         * src/mainwindow.c
1637         * src/summaryview.c
1638                 o use g_node_map() to convert XML <-> Folder
1639                 o remove redundant FolderItem->parent and
1640                   replace it with folder_item_parent()
1641
1642 2003-12-23 [christoph]  0.9.8claws8
1643
1644         * src/folder.[ch]
1645         * src/folderview.c
1646         * src/mainwindow.c
1647         * src/procmsg.c
1648                 o use callback for notifications about added and
1649                   destroyed folders
1650                 o rewrite folderlist saving (new functions to create
1651                   folder from XML tree, and XML tree from folder)
1652
1653         * src/common/xml.[ch]
1654                 add function to save XML trees
1655
1656         * src/prefs_filtering.c
1657                 code cleanup
1658
1659 2003-12-22 [christoph]  0.9.8claws7
1660
1661         * src/prefs_account.[ch]
1662                 add "SMTP only" accounts
1663
1664 2003-12-20 [melvin]     0.9.8claws6
1665
1666         * src/action.[ch]
1667                 Changed the interface for action_update_*_menu() so
1668                 action.c does not need to know the paths of the different
1669                 actions menu (mainwindow, message view and compose window). 
1670
1671         * src/compose.c
1672                 Tiny code cleanup to merge spell checker related code
1673                 compose_update_actions_menu(): new function to update
1674                 the actions menu. Use it in compose_create()
1675
1676         * src/compose.h
1677                 compose_update_actions_menu(): new function to update
1678                 the actions menu. Used also in prefs_actions.c.
1679
1680         * src/mainwindow.[ch]
1681                 main_window_update_actions_menu(): new function to update
1682                 the actions menu. Used in main_window_create() and in
1683                 prefs_actions.c
1684
1685         * src/messageview.[ch]
1686                 messageview_update_actions_menu(): new function to update
1687                 the actions menu. Used in messageview_add_toolbar() and in
1688                 prefs_actions.c
1689                 
1690         * src/prefs_actions.c   
1691                 prefs_actions_ok(): fixed to update the actions menu of
1692                 the separate message view and the compose windows.
1693
1694 2003-12-20 [luke]       0.9.8claws5
1695         * src/procheader.c
1696                 fix unfolding/newline stripping for multiline fields
1697                 in generic_get_one_field()
1698
1699 2003-12-19 [christoph]  0.9.8claws4
1700
1701         * src/summaryview.c
1702                 o code cleanup
1703                 o use subject_compare_for_sort() when comparing
1704                   simplified subjects
1705
1706 2003-12-19 [christoph]  0.9.8claws3
1707
1708         * src/msgcache.c
1709                 more syncing with 0.8.9a
1710
1711 2003-12-19 [christoph]  0.9.8claws2
1712
1713         * src/folder.c
1714                 don't write all FolderItem XML attributes for the root node
1715
1716 2003-12-19 [melvin]     0.9.8claws1
1717
1718         * src/messageview.c
1719                 Added missing menu branch (Tools/Create processing/rule)
1720         * po/fr.po
1721                 Updated French translation for the added string.
1722
1723 2003-12-19 [paul]       0.9.8claws
1724
1725         0.9.8claws released
1726
1727 2003-12-19 [paul]       0.9.7claws51
1728
1729         * po/en_GB.po
1730           po/es.po
1731           po/ja.po
1732           po/pl.po
1733           po/sk.po
1734           po/zh_CN.po
1735                 update translations. submitted by me, Ricardo Mones
1736                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
1737                 Hansom Young
1738                 
1739         * src/folder_item_prefs.c
1740                 'enable_processing' set to FALSE by default
1741
1742 2003-12-18 [melvin]     0.9.7claws50
1743
1744         * po/fr.po
1745                 Updated French translation
1746
1747 2003-12-17 [christoph]  0.9.7claws49
1748
1749         * src/procheader.c
1750                 revert discarding of whitespace from 0.9.7claws44
1751
1752                 RFC2822 2.2.3: Unfolding is accomplished by simply
1753                 removing any CRLF that is immediately followed by WSP.
1754
1755 2003-12-17 [paul]       0.9.7claws48
1756
1757         * src/folder.c
1758                 fix new message count
1759                 
1760         * configure.ac
1761                 update autotools macros
1762
1763         * sync with 0.9.8a
1764
1765 2003-12-16 [christoph]  0.9.7claws47
1766
1767         * src/folder.c
1768                 fix folder update before adding MsgInfo to cache
1769                 in add_msginfo_to_cache()
1770
1771         * src/procmsg.c
1772                 remove old call to folder_item_update() that is no
1773                 longer required
1774
1775 2003-12-16 [christoph]  0.9.7claws46
1776
1777         * src/main.c
1778                 make sure the shutdown process only runs once
1779
1780 2003-12-16 [hoa]        0.9.7claws45
1781
1782         * src/mainwindow.c
1783         * src/messageview.c
1784         * src/summaryview.[ch]
1785                 Create filter rules using a message is fixed.
1786                 We can now create processing rules using a message.
1787
1788 2003-12-15 [alfons]     0.9.7claws44
1789
1790         * src/procheader.c
1791                 make sure we discard folding white space
1792
1793 2003-12-15 [luke]       0.9.7claws43
1794         * src/textview.c
1795         * src/mimeview.c
1796                 o use "name" parameter if "filename" doesn't exist
1797
1798 2003-12-14 [alfons]     0.9.7claws42
1799
1800         * src/summaryview.c
1801         * src/common/utils.c
1802                 allow quick finding based on the result of passing
1803                 a message to an external command. E.g:
1804
1805                         X "bogofilter < %F" 
1806                 
1807                 gets me all the spam in a folder.
1808
1809 2003-12-14 [luke]       0.9.7claws41
1810
1811         * src/textview.c
1812         * src/mimeview.c
1813                 o use parameter "filename" instead of "name" in a couple of 
1814                   places for correctness
1815
1816         * src/procmime.c
1817         * src/common/utils.[ch]
1818                 o make temporary filename for attachments safe for %p 
1819                   substitutions in actions.
1820
1821 2003-12-13 [christoph]  0.9.7claws40
1822
1823         * src/main.c
1824                 readd exit(0) to clean_quit() because otherwise sylpheed
1825                 does not always terminate
1826
1827         * src/pgpmime.c
1828         * src/privacy.h
1829                 add an identifier-string for PrivacySystems
1830
1831 2003-12-12 [paul]
1832
1833         * doc/man/sylpheed.1
1834                 update the man page
1835
1836 2003-12-12 [paul]       0.9.7claws39
1837
1838         general clean up
1839         
1840         * configure.ac
1841                 correct and clean up './configure --help' info
1842         
1843         * src/plugins/clamav/clamav_plugin.c
1844           src/plugins/spamassassin/spamassassin.c
1845                 correct plugin_desc(), works with LOCAL, IMAP, and
1846                 POP accounts
1847                 
1848         * src/filtering.c
1849           src/matcher.[ch]
1850           src/matcher_parser_parse.y
1851           src/prefs_filtering_action.c
1852                 use 'Change Score' instead of '(In/De)crease score'.
1853                 use *CHANGE_SCORE* instead of *ADD_SCORE*
1854          
1855          * src/mainwindow.c
1856                 hyphenate: 'Pre-processing', 'Post-processing'
1857                 
1858         * src/prefs_account.c
1859                 change 'Generate Message-ID' to 'Generate Message-Id'
1860                 
1861         * src/prefs_folder_item.c
1862                 change 'Processing on startup:' to 'Process at startup'
1863                 change 'Scan for new mail:' to 'Scan for new mail'
1864                 
1865 2003-12-11 [christoph]  0.9.7claws38
1866
1867         * src/crash.c
1868         * src/main.[ch]
1869                 make sure the clean_exit() funtion is not called again by the
1870                 signal handler while it is already running
1871
1872         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
1873
1874         * src/summaryview.c
1875                 fix wrong assertion
1876
1877 2003-12-11 [paul]       0.9.7claws37
1878
1879         * src/compose.c
1880                 'anonymise' Message-Id: header string
1881
1882 2003-12-11 [paul]       0.9.7claws36
1883
1884         * src/plugins/clamav/clamav_plugin.c
1885                 fix (don't break) signature count
1886                 use cl_strerror() instead of deprecated cl_perror()
1887         
1888 2003-12-11 [darko]      0.9.7claws35
1889
1890         * src/summaryview.c
1891                 also update the sort arrow (thanks Christoph)
1892
1893 2003-12-11 [darko]      0.9.7claws34
1894
1895         * src/summaryview.c
1896                 allow reverting to default sort mode (no sort)
1897
1898 2003-12-10 [hoa]        0.9.7claws33
1899
1900         * src/matcher.c
1901                 fixed quotation of string for matcher.
1902
1903 2003-12-08 [paul]       0.9.7claws32
1904
1905         * src/imap.c
1906           src/inc.c
1907                 plug memory leaks (patch by Alfons)
1908
1909 2003-12-08 [christoph]  0.9.7claws31
1910
1911         * src/folder_item_prefs.[ch]
1912         * src/folderview.c
1913         * src/prefs_folder_item.c
1914                 add new FolderItem property to exclude folders from new
1915                 mail checks
1916
1917         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
1918
1919 2003-12-07 [paul]       0.9.7claws30
1920
1921         * src/plugins/clamav/clamav_plugin.c
1922                 fix signature count
1923
1924 2003-12-07 [thorsten]   0.9.7claws29
1925
1926         * src/filtering.c
1927                 debug_print some warning if destfolder missing
1928         * src/prefs_filtering.c
1929                 uninitialized filter list when deleting a folder
1930
1931 2003-12-06 [paul]       0.9.7claws28
1932
1933         * src/procheader.c
1934                 add Alfons' patch to trim line feeds
1935
1936 2003-12-06 [paul]       0.9.7claws27
1937
1938         * partial sync with 0.9.7cvs8
1939                 leaving claws' online/offline more or less intact
1940                 see ChangeLog 2003-12-04 and 2003-12-06
1941
1942 2003-12-06 [christoph]  0.9.7claws26
1943
1944         * src/messageview.c
1945         * src/privacy.[ch]
1946                 revert pirvacy API changes
1947
1948 2003-12-05 [alfons]     0.9.7claws25
1949
1950         * src/matcher.[ch]
1951                 clean up my old cruft
1952
1953 2003-12-05 [alfons]     0.9.7claws24
1954
1955         * src/matcher.c
1956                 fix comparison buglet ;-) and make `test` matcher
1957                 work again
1958
1959 2003-12-05 [alfons]     0.9.7claws23
1960
1961         * src/prefs_folder_item.c
1962                 K&R 2nd Ed., page 241 (function parameter identifiers
1963                 starting with an underscore are kind of insulting)
1964
1965 2003-12-05 [hoa]        0.9.7claws22
1966
1967         * src/main.c
1968         * src/mainwindow.[ch]
1969         * src/mainwindow.h
1970                 add destructor for mainwindow so that the last 
1971                 MimeInfo opened in messageview is destroyed when
1972                 exiting sylpheed.
1973
1974 2003-12-05 [hoa]        0.9.7claws21
1975
1976         * src/filtering.[ch]
1977         * src/matcher.[ch]
1978         * src/matcher_parser_lex.l
1979         * src/matcher_parser_parse.y
1980         * src/prefs_actions.c
1981         * src/prefs_filtering.c
1982         * src/common/utils.[ch]
1983                 quote arguments before giving them to command line.
1984                 fixed quote of string in matcher/processing/filtering rules.
1985
1986         * src/messageview.c
1987         * src/privacy.[ch]
1988                 allows decryption to return a new whole 
1989                 MIME message structure.
1990
1991 2003-12-04 [hoa]        0.9.7claws20
1992
1993         * src/filtering.[ch]
1994         * src/folder.c
1995         * src/mainwindow.c
1996         * src/matcher.c
1997         * src/matcher_parser_parse.y
1998         * src/folderview.c
1999                 global rules to run before folder specific rules.
2000                 global rules to run after folder specific rules.
2001                 
2002         * src/messageview.c
2003                 fixed quick addition of rules.
2004         
2005         * src/prefs_filtering.[ch]
2006         * src/summaryview.c
2007                 we can now customize the title for the dialog.
2008                 updated case where we rename of delete folders.
2009
2010         * src/addressbook.c
2011                 got back the function addressbook_browse_entry_cb()
2012                 that is needed in case we compiled with LDAP support.
2013
2014 2003-12-04 [paul]       0.9.7claws19
2015
2016         * sync with 0.9.7cvs6
2017                 see ChangeLog 2003-12-04
2018                 fixes bug 171 'Wrong message decoing: koi8-r and 
2019                 iso8859-5 looks same. Can't read many emails.'
2020
2021 2003-12-04 [paul]       0.9.7claws18
2022
2023         * po/POTFILES.in
2024                 remove 'src/prefs_scoring.c'
2025
2026 2003-12-03 [hoa]        0.9.7claws17
2027
2028         * src/Makefile.am
2029                 compilation of scoring.[ch] and prefs_scoring.[ch]
2030                 is removed.
2031         
2032         * src/filtering.[ch]
2033         * src/folder.c
2034         * src/folder_item_prefs.[ch]
2035         * src/folderview.c
2036         * src/main.c
2037         * src/mainwindow.c
2038         * src/matcher.[ch]
2039         * src/matcher_parser.h
2040         * src/matcher_parser_parse.y
2041         * src/prefs_filtering.[ch]
2042         * src/prefs_filtering_action.c
2043         * src/prefs_folder_item.c
2044         * src/prefs_scoring.[ch]              * REMOVED FILES *
2045         * src/procmsg.[ch]
2046         * src/scoring.[ch]                    * REMOVED FILES *
2047         * src/summaryview.c
2048                 merged scoring and filtering.
2049                 
2050                 Note : compatibility is kept by parsing score like 
2051                   add_score. To get the behaviour of older scoring 
2052                   system, you have to define some equivalent rule :
2053                   "score_lower -9999 hide"
2054                   "score_greater 9999 mark"
2055                   
2056                   To define global rules, you have to define them 
2057                   in the new global processing rules.
2058                   The variable that kept the list filtering rules 
2059                   was "global_processing" and has been renamed into 
2060                   "filtering_rules".
2061                   "global_processing" variable is now the name 
2062                   of the variable that keeps the list of global 
2063                   processing rules.
2064                   In the configuration file, "[global]" section is 
2065                   now for the global processing rules (which includes
2066                   score things and new global processing rules).
2067                   New "[filtering]" section is for the filtering rules.
2068                   
2069                   Before running with this version, during testing 
2070                   phase, ** MAKE A BACKUP ** of your matcherrc file.
2071                   Then, you have to make the following changes :
2072                   - leave all scoring rules in "[global]" section.
2073                   - move all other rules of "[global]" section to
2074                       a new section named "[filtering]".
2075
2076 2003-12-03 [christoph]  0.9.7claws16
2077
2078         * src/procmime.c
2079                 use default Content-Type as specified in RFC2045 if
2080                 Content-Type header is syntactically incorrect
2081
2082 2003-12-03 [christoph]  0.9.7claws15
2083
2084         * src/addressbook.c
2085         * src/addrindex.h
2086         * src/addritem.c
2087         * src/expldifdlg.h
2088         * src/exportldif.c
2089         * src/filtering.c
2090         * src/folder.c
2091         * src/folderview.c
2092         * src/jpilot.c
2093         * src/localfolder.c
2094         * src/matcher.h
2095         * src/matcher_parser_lex.l
2096         * src/matcher_parser_parse.y
2097         * src/news.c
2098         * src/prefs_filtering_action.c
2099         * src/prefs_folder_item.c
2100         * src/prefs_fonts.c
2101         * src/procmsg.c
2102         * src/sgpgme.c
2103                 clean up warnings
2104
2105         * src/procmime.c
2106                 revert 0.9.7claws14 change
2107
2108 2003-12-03 [alfons]     0.9.7claws14
2109
2110         * src/procmime.c
2111                 catch invalid Content-Type with no subtype
2112
2113 2003-12-03 [alfons]     0.9.7claws13
2114
2115         * src/alertpanel.h
2116         * src/setup.c
2117         * src/plugins/image_viewer/plugin.c
2118                 compile again, we need stddef.h for size_t
2119
2120 2003-12-03 [paul]       0.9.7claws12
2121
2122         * src/account.c
2123                 don't allow cloning of accounts with remote folders,
2124                 patch submitted by Ricardo Mones Lastra
2125
2126 2003-12-03 [christoph]  0.9.7claws11
2127
2128         * src/folder.[ch]
2129         * src/imap.c
2130         * src/localfolder.[ch]
2131         * src/mh.c
2132         * src/news.c
2133         * src/common/xml.[ch]
2134                 add set_xml() and get_xml() virtual functions to FolderClass to
2135                 save extra information for Folders (for example the rootpath
2136                 only used by LocalFolder). The folderlist write function no
2137                 longer needs to know the folder type to save this extra
2138                 information.
2139
2140 2003-12-02 [christoph]  0.9.7claws10
2141
2142         * src/Makefile.am
2143         * src/account.c
2144         * src/folder.[ch]
2145         * src/folderview.h
2146         * src/imap.c
2147         * src/localfolder.[ch]          ** NEW **
2148         * src/mainwindow.c
2149         * src/mh.[ch]
2150         * src/news.[ch]
2151         * src/prefs_account.[ch]
2152         * src/prefs_filtering.h
2153         * src/procmsg.h
2154         * src/remotefolder.[ch]         ** NEW **
2155         * src/common/xml.[ch]
2156                 add item_set_xml() and item_get_xml() virtual functions to
2157                 FolderClass to give folders the ability to add extra information
2158                 to the saved FolderItem data. If NULL the default function for
2159                 FolderItem will be used.
2160
2161 2003-11-29 [christoph]  0.9.7claws9
2162
2163         * src/procheader.c
2164                 fix bug in unfolding
2165
2166 2003-11-29 [luke]       0.9.7claws8
2167
2168         * src/textview.c
2169                 fix compilation for non c99 compilers
2170
2171 2003-11-29 [christoph]  0.9.7claws7
2172
2173         * src/procmime.[ch]
2174         * src/mimeview.c
2175                 o unknown disposition types should be handled as
2176                   attachment (RFC2183)
2177                 o missing headers should not default to inline
2178                   (would make "Save All" useless when disposition header
2179                    is not set by the sending mailer)
2180                 o remove old MimeInfo data and cleanup
2181
2182 2003-11-29 [luke]       0.9.7claws6
2183
2184         * src/procmime.[ch]
2185                 re-added parsing of Content-Disposition header
2186                         - removes the old  'gchar* content_disposition'
2187                         - adds a new field 'DispositionType disposition'
2188                         - adds parameters to MimeInfo::parameters
2189
2190         * src/mimeview.c
2191                 use the "filename" parameter for saving, and the new
2192                 MimeInfo::disposition for save all.
2193
2194         * src/compose.c
2195         * src/toolbar.[ch]
2196                 add a 'check spelling' button as a possibility for 
2197                 the compose toolbar
2198
2199         * src/stockpixmap.[ch]
2200         * src/pixmaps/check_spelling.xpm        ** NEW **
2201         * src/Makefile.am
2202                 add a pixmap for use with 'check spelling' button or
2203                 a user defined action
2204
2205         * src/textview.c
2206                 re-apply fixed (I hope) patch for bug 57
2207                 "Hidden URL in HTML Mails"
2208
2209 2003-11-28 [christoph]  0.9.7claws5
2210
2211         * src/procmime.c
2212                 o be more liberal in what we accept as Content-Type parameters
2213                 o ignore comments after parameters
2214
2215         * src/sgpgme.c
2216                 o only free passphrase when an error occurs
2217
2218 2003-11-28 [paul]       0.9.7claws4
2219
2220         * src/account.c
2221                 add 'Clone Account' function. patch submitted by
2222                 Ricardo Mones Lastra
2223
2224 2003-11-27 [thorsten]   0.9.7claws3
2225
2226         * src/mimeview.c
2227                 fix crash if 'save_all' failed twice
2228
2229 2003-11-27 [paul]       0.9.7claws2
2230
2231         * po/POTFILES.in
2232                 fix a typo
2233
2234         * po/zh_CN.po
2235                 update Simplified Chinese translation. submitted by
2236                 Hansom Young
2237
2238 2003-11-27 [paul]       0.9.7claws1
2239
2240         * po/POTFILES.in
2241                 clean up
2242
2243 2003-11-26 [paul]       0.9.7claws
2244
2245         * 0.9.7claws released
2246
2247 2003-11-26 [paul]       0.9.6claws99
2248
2249         * src/Makefile.am
2250                 add reference to pixmaps/mime_message.xpm
2251
2252 2003-11-26 [paul]       0.9.6claws98
2253
2254         * po/POTFILES.in
2255                 remove reference to src/sigstatus.c
2256
2257 2003-11-26 [christoph]  0.9.6claws97
2258
2259         * src/Makefile.am
2260         * src/prefs_common.c
2261         * src/rfc2015.c
2262         * src/sigstatus.[ch]            ** REMOVE **
2263                 remove signature result popup option and window
2264
2265 2003-11-26 [paul]       0.9.6claws96
2266
2267         * po/es.po
2268           po/ja.po
2269           po/pl.po
2270           po/sk.po
2271           po/sr.po
2272                 update translations. submitted by Ricardo Mones Lastra,
2273                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
2274
2275 2003-11-25 [christoph]  0.9.6claws95
2276
2277         * src/procmime.c
2278                 display mime structure only in debug mode
2279
2280 2003-11-25 [melvin]     0.9.6claws94
2281
2282         * po/fr.po
2283                 Updated French translations + typos fixes of older
2284                 translations (thanks to Fabien Vantard for pointing
2285                 to some of them)
2286
2287 2003-11-25 [melvin]     0.9.6claws93
2288
2289         * src/editldap.c
2290                 Fixed a couple of typos.
2291
2292 2003-11-24 [paul]       0.9.6claws92
2293
2294         * po/POTFILES.in
2295                 add 'src/textview.c'
2296
2297 2003-11-24 [paul]       0.9.6claws91
2298
2299         * src/sgpgme.c
2300                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
2301
2302 2003-11-24 [paul]       0.9.6claws90
2303
2304         * src/plugins/image_viewer/viewer.c
2305                 image_viewer_show_mimepart(): 
2306                 use procmime_mimeinfo_get_parameter() to get the file name
2307
2308 2003-11-24 [paul]       0.9.6claws89
2309
2310         * src/textview.c
2311                 textview_show_mime_part(): rewrite text hint
2312
2313 2003-11-22 [paul]       0.9.6claws88
2314
2315         * sync with 0.9.7cvs5
2316                 see ChangeLog 2003-11-21
2317
2318 2003-11-21 [paul]       0.9.6claws87
2319
2320         * src/mimeview.c
2321                 define shortcut key 'o' for 'Open with...'
2322
2323 2003-11-21 [alfons]     0.9.6claws86
2324
2325         * src/messageview.c
2326                 fix bug #383 'Deleting message from "separate message view" 
2327                 uses local Trash folder'
2328
2329 2003-11-21 [christoph]  0.9.6claws85
2330
2331         * src/mimeview.c
2332                 fix content-type guessing by name parameter when finding
2333                 the correct viewer
2334
2335 2003-11-21 [alfons]     0.9.6claws84
2336
2337         * src/main.c
2338                 no mail incorporation allowed with --offline param.
2339                 fixes bug #374, "--offline ignored"
2340
2341 2003-11-20 [christoph]  0.9.6claws83
2342
2343         * src/mimeinfo.c
2344                 use signed MimeInfo when checking the signature and not
2345                 the selected one
2346
2347 2003-11-19 [alfons]     0.9.6claws82
2348
2349         * src/mainwindow.c
2350                 fix crash when toggling separate views, patch submitted
2351                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
2352                 fixes bug #342, "separate views  cause crash"
2353
2354 2003-11-19 [paul]       0.9.6claws81
2355
2356         * src/compose.c
2357                 compose_redirect_write_headers_from_headerlist(): 
2358                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
2359                 
2360         * src/main.c
2361                 code cleanup (inherited from 0.9.7cvs4)
2362                 
2363         * tools/tb2sylpheed
2364                 bugfix: added missing attribute-list start. submitted by
2365                 Urke MMI
2366
2367 2003-11-19 [luke]       0.9.6claws80
2368
2369         * src/textview.c
2370                 revert my last commit until I get time to fix it
2371
2372 2003-11-18 [christoph]  0.9.6claws79
2373
2374         * src/mimeview.[ch]
2375                 check parent MimeInfos for signatures and display the
2376                 result of the parent when found
2377
2378         * src/pgpmime.c
2379                 o avoid NULL pointer warnings
2380                 o use procmime_mimeinfo_get_parameter()
2381
2382         * src/sgpgme.c
2383                 small text changes
2384
2385 2003-11-17 [luke]       0.9.6claws78
2386
2387         * src/textview.c
2388                 add check for disguised URLs, fixing bug 57
2389                 "Hidden URL in HTML Mails"
2390
2391 2003-11-16 [christoph]  0.9.6claws77
2392
2393         * src/procmime.c
2394                 fix crash when parsing invalid Content-Type header
2395
2396 2003-11-16 [christoph]  0.9.6claws76
2397
2398         * src/pgpmime.c
2399         * src/privacy.c
2400         * src/procmime.c
2401         * src/sgpgme.[ch]
2402                 implement message decrypting
2403
2404         * src/rfc2015.c
2405                 remove old code
2406
2407 2003-11-14 [luke]       0.9.6claws75
2408
2409         * src/mimeview.c
2410                 fix a couple of problems that treated application/* and
2411                 application/octet-stream the wrong way around
2412                 (since 0.9.6claws10), causing "Open" to do nothing.
2413
2414 2003-11-14 [christoph]  0.9.6claws74
2415
2416         * src/messageview.c
2417         * src/pgpmime.c
2418         * src/privacy.[ch]
2419                 prepare for message part decrypting
2420
2421         * src/sgpgme.c
2422                 add output for expired signatures
2423
2424         * src/rfc2015.c
2425                 remove some old code
2426
2427 2003-11-10 [christoph]  0.9.6claws73
2428
2429         * src/mimeview.c
2430                 add "Full info" button for bad and warn signature status
2431
2432         * src/sgpgme.c
2433                 generate full signature info like gpg's output
2434                 (gpg -v --with-fingerprint --verify)
2435
2436 2003-11-10 [christoph]  0.9.6claws72
2437
2438         * src/mimeview.c
2439         * src/pgpmime.c
2440         * src/privacy.[ch]
2441         * src/sgpgme.[ch]
2442         * src/textview.[ch]
2443                 o add code to view full signature info
2444                 o do automatic signature checks
2445
2446 2003-11-10 [alfons]     0.9.6claws71
2447
2448         * src/summaryview.c
2449                 don't crash when gtkut_font_load() returns invalid font (has
2450                 something to do with locale settings)
2451                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
2452
2453 2003-11-09 [alfons]     0.9.6claws70
2454
2455         * src/procmime.c
2456                 plug leak
2457
2458 2003-11-08 [luke]       0.9.6claws69
2459
2460         * src/summaryview.c
2461                 fix some typos
2462
2463         * src/compose.c
2464                 rewrite compose_attach_parts(), fixing various bugs mainly
2465                 to do with re-editing.
2466
2467         * src/mimeview.c
2468                 "save all" now only saves attachments with names/filenames
2469
2470 2003-11-04 [match]      0.9.6claws68
2471
2472         * src/ldapctrl.[ch]
2473                 fix broken LDAP support.
2474
2475         * src/ldapquery.c
2476                 remove printf's.
2477
2478 2003-11-04 [luke]       0.9.6claws67
2479
2480         * src/mimeview.c
2481                 o  fixed bug 4 "focus lost on messages with attachments"
2482                 o  fixed 'Save all' attachments for new mime changes
2483                 o  right clicking on icons consistent with right clicking on
2484                    mime tree
2485                   - fixes a bug where wrong part is saved when you
2486                     choose 'Save as' from popup menu
2487                   - fixes bug 308 "No way to "save all" attachments"
2488                 o  fixed a compiler warning.
2489
2490         * src/textview.c
2491                 o  removed flickering in mime tree when using "n" and "p"
2492                    shortcuts
2493                 o  fixed bug where selecting the textview and pressing e.g.
2494                    'y' causes sylpheed to respond twice.
2495
2496         * src/summaryview.c
2497                 removed hard coding of * and ! shortcuts (which only served
2498                 to cause problems if you tried to redefine the shortcuts)
2499
2500 2003-11-04 [luke]       0.9.6claws66
2501
2502         * src/plugins/image_viewer/viewer.c
2503         * src/plugins/image_viewer/viewerprefs.c
2504         * src/plugins/image_viewer/viewerprefs.glade
2505                 o  allow toggling of image scaling by clicking on image
2506                 o  respond to image's container widget resize
2507
2508         * src/procmime.c
2509                 o  fix bad parsing of message when re-editing/viewing a
2510                    message saved to the drafts folder
2511
2512 2003-11-02 [match]      0.9.6claws65
2513
2514         * src/browseldap.h
2515                 fix if not building LDAP support.
2516         * src/addrindex.c
2517         * src/ldapquery.[ch]
2518         * src/editldap.h
2519                 include support for contains query. feature req 529354.
2520
2521 2003-11-02 [alfons]     0.9.6claws64
2522
2523         * src/browseldap.c
2524                 fix build bustage if not compiling ldap support
2525
2526 2003-11-01 [match]      0.9.6claws63
2527
2528         * po/POTFILES.in
2529         * src/Makefile.am
2530         * src/addr_compl.[ch]
2531         * src/addrbook.c
2532         * src/addrcache.[ch]
2533         * src/addrdefs.h        ** NEW **
2534         * src/addressbook.c
2535         * src/addressitem.h
2536         * src/addrindex.[ch]
2537         * src/addritem.h
2538         * src/addrquery.[ch]
2539         * src/ldapquery.[ch]
2540         * src/ldapserver.[ch]
2541                 refactor LDAP query mechanism.
2542
2543         * src/browseldap.[ch]   ** NEW **
2544         * src/ldaplocate.[ch]   ** NEW **
2545                 add feature to browse LDAP entry that was retrieved using
2546                 an explicit LDAP search.
2547
2548 2003-11-01 [alfons]     0.9.6claws62
2549
2550         * src/prefs_gtk.c
2551                 prefs_write_param(): fail when we see an invalid type; all the
2552                 callers seem to handle this gracefully by reverting changes
2553
2554 2003-10-30 [christoph]  0.9.6claws61
2555
2556         * configure.ac
2557         * ac/openssl.m4
2558         * ac/spamassassin.m4
2559         * src/Makefile.am
2560                 use extra variables for all libraries to make sure plugins
2561                 are only linked with libraries they really need. $LIBS is always
2562                 added to the linking parameters, but we only what the libraries
2563                 listed in the Makefile
2564
2565 2003-10-29 [paul]       0.9.6claws60
2566
2567         * src/mimeview.c
2568                 don't use Subject for unknown part name
2569
2570 2003-10-29 [paul]       0.9.6claws59
2571
2572         * src/compose.c
2573                 get name of attachment(s) when re-editing, fwd'ing or
2574                 redirecting
2575                 
2576         * src/mimeview.c
2577                 get name of attachment(s) when saving
2578
2579 2003-10-29 [hoa]        0.9.6claws58
2580
2581         * src/textview.c
2582                 implemented multipart/alternative in MIME message viewer.
2583
2584 2003-10-28 [christoph]  0.9.6claws57
2585
2586         * configure.ac
2587                 make sure MathML-Viewer is not built with the
2588                 Gtk2 version of GtkMathView
2589
2590 2003-10-28 [paul]       0.9.6claws56
2591
2592         * sync with 0.9.7cvs1
2593                 see ChangeLog 2003-10-28
2594
2595 2003-10-27 [alfons]     0.9.6claws55
2596
2597         * src/matcher_parser_parse.y
2598         * src/gtk/colorlabel.c
2599                 allow setting color label to 0 in filtering/processing rules
2600                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
2601
2602 2003-10-26 [alfons]     0.9.6claws54
2603
2604         * src/summary_search.c
2605                 fix misnomer and correct selecting initial search node  
2606
2607 2003-10-26 [christoph]  0.9.6claws53
2608
2609         * src/pgpmime.c
2610         * src/sgpgme.c
2611                 change display of signature info to use only name of
2612                 signer, otherwise the text gets too long.
2613
2614         * src/procmime.c
2615                 don't use MimeInfo's filename to generate tmp filename
2616
2617 2003-10-25 [christoph]  0.9.6claws52
2618
2619         * src/procmime.c
2620                 fix message body searching
2621
2622 2003-10-25 [paul]       0.9.6claws51
2623
2624         * src/compose.c
2625                 use g_basename rather than basename
2626
2627 2003-10-24 [christoph]  0.9.6claws50
2628
2629         * src/sgpgme.c
2630                 change fetching of signature key's trust
2631
2632 2003-10-24 [paul]       0.9.6claws49
2633
2634         * po/sk.po
2635                 update Slovak translation
2636                 submitted by Andrej Kacian
2637                 
2638         * src/mainwindow.c
2639                 remove unknown menu entry /File/Add mailbox/mbox...
2640
2641 2003-10-24 [hoa]        0.9.6claws48
2642
2643         * src/Makefile.am
2644                 removed all references to mbox folders
2645
2646         * src/carray.[ch]               * REMOVED *
2647         * src/chash.[ch]                * REMOVED *
2648         * src/maillock.[ch]             * REMOVED *
2649         * src/mailmbox.[ch]             * REMOVED *
2650         * src/mailmbox_folder.[ch]      * REMOVED *
2651         * src/mailmbox_parse.[ch]       * REMOVED *
2652         * src/mailmbox_types.[ch]       * REMOVED *
2653         * src/mbox_folder.[ch]          * REMOVED *
2654                 remove implementation of mbox folders
2655                 and old mailbox folder.
2656                 mbox folder implementation will be added
2657                 as a plugin so that implementation can be entirely
2658                 synchronized with the files of the project they are
2659                 extracted from (libEtPan!).
2660         
2661         * src/mainwindow.c
2662         * src/folder.c
2663         * src/folderview.[ch]
2664         * src/procmsg.h         
2665                 Disable as much code that references mbox folders
2666                 as possible.
2667                 Some UI thing still need to know that folder is mbox
2668                 (when we have to enter the name of the mailbox and
2669                 we want to add /var/mail/$USER).
2670
2671 2003-10-23 [christoph]  0.9.6claws47
2672
2673         * src/noticeview.c
2674                 don't always display button when noticeview is made visible
2675
2676         * src/mimeview.c
2677         * src/pgpmime.c
2678         * src/privacy.[ch]
2679         * src/sgpgme.[ch]
2680                 get signature information from crypto system
2681
2682 2003-10-22 [paul]       0.9.6claws46
2683
2684         * po/es.po
2685                 updated by Ricardo Mones Lastra
2686
2687 2003-10-22 [paul]       0.9.6claws45
2688
2689         * src/Makefile.am
2690                 update to reflect the changes to the icons that
2691                 happened in 0.9.6claws35
2692
2693 2003-10-22 [alfons]     0.9.6claws44
2694         
2695         * src/carray.h
2696                 inline carray_count() 
2697
2698 2003-10-21 [alfons]     0.9.6claws43
2699
2700         * src/carray.h
2701                 glib wrappers
2702         * src/carray.c
2703                 disable
2704         * src/mailmbox.[ch]
2705         * src/mailmbox_folder.c
2706         * src/mailmbox_parse.c
2707         * src/mailmbox_types.[ch]
2708                 %s/uint32_t/guint
2709
2710 2003-10-21 [luke]       0.9.6claws42
2711
2712         * src/stock_pixmaps.[ch]
2713         * src/mimeview.c
2714         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
2715         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
2716                 o remove mime_application_octet_stream.xpm icon (it was never
2717                   really needed)
2718                 o remove redundant icon messageview_text.xpm
2719
2720         * src/mainwindow.c
2721                 fix visibility of signature noticeview when toggling 'separate
2722                 message view'
2723
2724 2003-10-21 [christoph]  0.9.6claws41
2725
2726         * src/procmime.c
2727                 decode multipart and rfc822 mime parts to allow further
2728                 parsing when required
2729
2730 2003-10-21 [christoph]  0.9.6claws40
2731
2732         * src/procmime.[ch]
2733         * src/textview.c
2734                 remove obsolete charset parameter in MimeInfo and fix
2735                 TextView to use the charset from the parameter hash table
2736
2737         * src/plugins/dillo_viewer/Makefile.am
2738         * src/plugins/trayicon/Makefile.am
2739                 add OPENSSL_CFLAGS to fix building with using
2740                 --with-openssl-* parameters
2741
2742 2003-10-21 [paul]       0.9.6claws39
2743
2744         * src/prefs_matcher.[ch]
2745                 replace remnants of the old, renamed 'Execute' matchtype
2746                 add a brief description to the Info window
2747
2748 2003-10-21 [hoa]        0.9.6claws38
2749         
2750         * src/Makefile.am
2751         * src/carray.[ch]               * NEW *
2752         * src/chash.[ch]                * NEW *
2753         * src/folder.c
2754         * src/maillock.[ch]             * NEW *
2755         * src/mailmbox.[ch]             * NEW *
2756         * src/mailmbox_folder.[ch]      * NEW *
2757         * src/mailmbox_parse.[ch]       * NEW *
2758         * src/mailmbox_types.[ch]       * NEW *
2759                 implementation of mbox folder with unique message numbers
2760
2761                 made use of libEtPan! implementation of mbox for lower-layer.
2762
2763 2003-10-20 [alfons]     0.9.6claws37
2764
2765         * src/noticeview.c
2766                 fix invalid argument warning
2767         * src/pgpmime.c
2768                 no in place variable
2769
2770 2003-10-20 [paul]       0.9.6claws36
2771
2772         * src/compose.[ch]
2773           src/filtering.c
2774           src/messageview.c
2775                 fix crash when using Forward in Filtering when
2776                 external editor option is set
2777                 
2778                 Patch submitted by Simon 'corecode' Schubert
2779                 <corecode@corecode.ath.cx> 
2780
2781 2003-10-20 [paul]       0.9.6claws35
2782
2783         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
2784           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
2785           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
2786           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
2787           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
2788           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
2789           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
2790           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
2791           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
2792           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
2793           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
2794           src/mimeview.c
2795           src/stock_pixmap.[ch]
2796                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
2797                 icons. add privacy_warn.xpm icon
2798
2799 2003-10-20 [hoa]  0.9.6claws34
2800
2801         * src/folder_item_prefs.[ch]
2802         * src/prefs_folder_item.c
2803         * src/main.c
2804                 Added a property per folder to choose whether we 
2805                 want to apply processing on it on startup or if we
2806                 prefer to wait the folder selection to apply it.
2807         
2808         * src/messageview.c
2809                 fixed C89 compatibility (for old compilers, for
2810                 example gcc 2.95.x).
2811
2812 2003-10-17 [christoph]  0.9.6claws33
2813
2814         * src/mimeview.c
2815         * src/noticeview.[ch]
2816                 change noticeview icon to indicate signature status
2817
2818 2003-10-17 [christoph]  0.9.6claws32
2819
2820         * src/Makefile.am
2821         * src/main.c
2822         * src/mimeview.c
2823         * src/noticeview.c
2824         * src/pgpmime.[ch]                              ** NEW **
2825         * src/privacy.[ch]
2826         * src/rfc2015.c
2827         * src/sgpgme.c                                  ** NEW **
2828                 reimplement PGP/Mime signature checking (unfinished)
2829
2830 2003-10-15 [christoph]  0.9.6claws31
2831
2832         * src/procmime.[ch]
2833                 fix procmime_get_text_content() and
2834                 procmime_get_first_text_content()
2835
2836 2003-10-15 [christoph]  0.9.6claws30
2837
2838         * src/plugins/spamassassin/spamassassin_gtk.c
2839         * src/plugins/spamassassin/spamassassin_gtk.glade
2840                 fix timeout tooltip
2841
2842 2003-10-15 [paul]       0.9.6claws29
2843
2844         * src/messageview.c
2845                 workaround for buggy smtp servers. on sending a
2846                 return receipt strip the name part from the address
2847                 when creating headers
2848                 
2849 2003-10-15 [paul]       0.9.6claws28
2850
2851         * sync with 0.9.7 release
2852                 see ChangeLog 2003-10-15
2853
2854 2003-10-14 [christoph]  0.9.6claws27
2855
2856         * src/plugins/clamav/clamav_plugin.c
2857                 fix clamav plugin
2858
2859 2003-10-14 [christoph]  0.9.6claws26
2860
2861         * src/compose.c
2862         * src/mimeview.c
2863         * src/procmime.[ch]
2864         * src/rfc2015.c
2865         * src/textview.c
2866         * src/plugins/clamav/clamav_plugin.c
2867                 use GNode to create the mime tree (some changes to functions
2868                 that traverse the tree are just quick and dirty. Maybe we
2869                 can find better solutions with g_node_*-functions)
2870
2871 2003-10-14 [luke]       0.9.6claws25
2872
2873         * src/mimeview.c
2874                 fix a navigation bug (stupid typo of mine)
2875
2876 2003-10-14 [christoph]  0.9.6claws24
2877
2878         * src/textview.c
2879                 fix missing last line in plain/text mails
2880
2881 2003-10-13 [luke]       0.9.6claws23
2882
2883         * src/summaryview.c
2884                 fix bug 334 (part 1)
2885
2886 2003-10-13 [kov]        0.9.6claws22
2887
2888         * src/mimeview.c
2889                 error checking when the user enters a non-directory at
2890                 the file selection dialog.
2891                 work-around for users entering directory location without
2892                 adding a leading G_DIR_SEPARATOR.
2893
2894 2003-10-13 [luke]       0.9.6claws21
2895
2896         * src/compose.c
2897                 error reporting for inserting files, including catching
2898                 invalid characters for current locale/encoding
2899
2900 2003-10-13 [paul]       0.9.6claws20
2901
2902         * src/folderview.c
2903                 fix bug #347 'subscribe newsgroups crashes'
2904
2905 2003-10-13 [paul]       0.9.6claws19
2906
2907         * src/compose.c
2908                 when using 'Reply to all' include the 'send replies
2909                 to' folder property
2910                 
2911         * po/ja.po
2912                 update Japanese translation. submitted by Rui Hirokawa 
2913                 <rui_hirokawa@ybb.ne.jp>        
2914
2915 2003-10-13 [hoa]        0.9.6claws18
2916
2917         * src/account.c
2918         * src/compose.c
2919         * src/messageview.c
2920         * src/procheader.c
2921         * src/procheader.h
2922                 rename get_header_from_msginfo() into
2923                 procheader_get_header_from_msginfo() so that we have a
2924                 coherent exported naming.
2925                 avoid parsing of header contained in a string via
2926                 a newly written temporary file.
2927
2928         Patch submitted by Simon 'corecode' Schubert
2929                 <corecode@corecode.ath.cx>
2930
2931 2003-10-12 [hoa]        0.9.6claws17
2932
2933         * src/filtering.c
2934         * src/filtering.h
2935         * src/matcher.c
2936         * src/matcher.h
2937         * src/matcher_parser_parse.y
2938         * src/prefs_filtering_action.c
2939                 added "stop" action : stop applying the filtering rules.
2940                 added "set score" and "increase/decrease score" actions.
2941                 That two last action replace the "change_score" action
2942                 introduced by alfons in 0.8.8claws85.
2943                 "set score" is to set a given score to the message.
2944                 "increase/decrease score" will increase or decrease the
2945                 score if the given value is respectively positive or
2946                 negative. If someone find a some better name for this last
2947                 rule, it can be modified.
2948
2949 2003-10-12 [paul]       0.9.6claws16
2950
2951         * AUTHORS
2952           po/ja.po
2953                 update Japanese translation. submitted by Rui Hirokawa 
2954                 <rui_hirokawa@ybb.ne.jp>
2955
2956 2003-10-12 [christoph]  0.9.6claws15
2957
2958         * src/procmime.c
2959                 fix crash caused by incorrect headers
2960
2961 2003-10-10 [christoph]  0.9.6claws14
2962
2963         * src/main.c
2964         * src/privacy.[ch]
2965         * src/rfc2015.[ch]
2966                 implement detection of signed message parts for rfc2015
2967
2968 2003-10-10 [thorsten]   0.9.6claws13
2969
2970         * src/mimeview.c
2971                 fix typo
2972
2973 2003-10-10 [christoph]  0.9.6claws12
2974
2975         * src/stock_pixmap.[ch]
2976         * src/pixmaps/mime_message.xpm                  ** NEW **
2977                 add a new icon for mime type "message"
2978
2979         * src/privacy.[ch]
2980         * src/procmime.[ch]
2981                 add crypto api
2982
2983         * src/mimeview.c
2984                 o use crypto api
2985                 o add icons for message type mime parts
2986
2987 2003-10-10 [christoph]  0.9.6claws11
2988
2989         * src/mainwindow.c
2990         * src/messageview.[ch]
2991         * src/mimeview.[ch]
2992         * src/procmime.[ch]
2993         * src/procmsg.[ch]
2994         * src/rfc2015.c
2995         * src/summaryview.c
2996         * src/textview.[ch]
2997                 o remove switching between TextView and MimeView in MessageView
2998                   (if required we can hide the icon box and the MimeView will
2999                    look exaxtly like the TextView)
3000                 o temporary remove signature and decrypting GPGME code
3001
3002 2003-10-09 [christoph]  0.9.6claws10
3003
3004         * src/action.c
3005         * src/compose.c
3006         * src/messageview.c
3007         * src/mimeview.c
3008         * src/procmime.[ch]
3009         * src/procmsg.c
3010         * src/rfc2015.c
3011         * src/textview.c
3012         * src/common/utils.[ch]
3013         * src/plugins/clamav/clamav_plugin.c
3014         * src/plugins/dillo_viewer/dillo_viewer.c
3015         * src/plugins/image_viewer/viewer.c
3016         * src/plugins/mathml_viewer/mathml_viewer.c
3017                 new mime parser (several things need fixing)
3018
3019 2003-10-09 [paul]       0.9.6claws9
3020
3021         * src/imap.c
3022                 a little more sync with 0.9.6cvs2 and a tidy up
3023
3024 2003-10-08 [paul]       0.9.6claws8
3025
3026         * sync with 0.9.6cvs2
3027                 see ChangeLog 2003-10-03
3028
3029 2003-10-05 [christoph]  0.9.6claws7
3030
3031         * src/summaryview.c
3032                 don't use flags to check if a message is in a news folder
3033
3034         (closes Bug 282 clicking on folder with copied Messages from News
3035          immediately after having copied them crashes Sylpheed-Claws)
3036
3037 2003-10-05 [christoph]  0.9.6claws6
3038
3039         * src/Makefile.am
3040         * src/progressdialog.[ch]               ** REMOVE **
3041         * src/gtk/Makefile.am
3042         * src/gtk/progressdialog.[ch]           ** NEW **
3043                 move progressdialog to gtk directory
3044
3045 2003-10-04 [christoph]  0.9.6claws5
3046
3047         * src/prefs_toolbar.c
3048         * src/gtk/prefswindow.c
3049                 remove widget_show_all for pages root widget
3050
3051         * src/plugins/spamassassin/spamassassin.[ch]
3052         * src/plugins/spamassassin/spamassassin_gtk.c
3053         * src/plugins/spamassassin/spamassassin_gtk.glade
3054                 add support for new libspamc transports
3055
3056 2003-10-04 [christoph]  0.9.6claws4
3057
3058         * src/plugins/spamassassin/libspamc.[ch]
3059         * src/plugins/spamassassin/spamassassin.c
3060         * src/plugins/spamassassin/utils.[ch]
3061                 update libspamc to version from SpamAssassin 2.60
3062
3063 2003-10-03 [christoph]  0.9.6claws3
3064
3065         * src/send_message.c
3066                 fix missing format string bug found by
3067                 Georgi Guninski <guninski@guninski.com>
3068
3069 2003-10-03 [paul]       0.9.6claws2
3070
3071         * po/zh_CN.po
3072                 update Simpilified Chinese translation, submitted by
3073                 Hansom Young
3074
3075 2003-10-02 [christoph]  0.9.6claws1
3076
3077         * src/imap.c
3078                 add UIDPLUS support for COPY and EXPUNGE
3079
3080 2003-10-02 [paul]       0.9.6claws
3081
3082         * 0.9.6claws released
3083
3084 2003-10-02 [paul]
3085
3086         * po/es.po
3087           po/sk.po
3088                 update Spanish and Slovak translations
3089                 submitted by Ricardo Mones Lastra and Andrej Kacian
3090  
3091 2003-10-02 [paul]       0.9.5claws43
3092
3093         * po/en_GB.po
3094                 update British English translation
3095
3096 2003-10-02 [paul]       0.9.5claws42
3097
3098         * po/hr.po
3099                 update Croatian translation, submitted by Dragan
3100
3101 2003-10-01 [paul]       0.9.5claws41
3102
3103         * po/pl.po
3104           po/sr.po
3105                 update Polish and Serbian translations, submitted by
3106                 Emil and Urke MMI
3107
3108 2003-10-01 [melvin]     0.9.5claws40
3109
3110         * po/fr.po
3111                 Updated French translations
3112
3113 2003-10-01 [melvin]     0.9.5claws39
3114
3115         * src/prefs_fonts.c
3116                 Fixed a Gtk warning
3117
3118         * src/plugins/dillo_prefs.c     
3119                 Quasi unnoticeable UI clean-up.
3120
3121 2003-10-01 [paul]
3122
3123         * tools/README
3124           tools/maildir2sylpheed.pl
3125                 bug fixes, rewrites, submitted by Matthias Förste 
3126                 <itsjustme@users.sourceforge.net>
3127
3128 2003-09-29 [paul]       0.9.5claws38
3129
3130         * src/inc.c
3131                 fix my coding carelessness
3132
3133 2003-09-29 [paul]       0.9.5claws37
3134
3135         * po/POTFILES.in
3136           src/Makefile.am
3137           src/main.c
3138           src/prefs_common.[ch]
3139           src/prefs_fonts.[ch]  ** NEW FILES **
3140                 move Font config options to Other Prefs/Display/Fonts
3141                 (user's current configuration is preserved)
3142
3143 2003-09-29 [paul]       0.9.5claws36
3144
3145         * src/inc.c
3146           src/prefs_account.c
3147                 allow 'local_mbox' value to point to either a directory 
3148                 (/var/mail -  default, new) or a file (/var/mail/username
3149                 - original)
3150
3151 2003-09-28 [paul]       0.9.5claws35
3152
3153         * src/rfc2015.c
3154                 on signature check, where key exists, print the
3155                 Key ID
3156
3157 2003-09-27 [alfons]     0.9.5claws34
3158
3159         * src/action.c
3160                 o make progress bar not fill/expand when resizing dialog
3161                 o use default fixed text font for actions output
3162
3163 2003-09-27 [paul]       0.9.5claws33
3164
3165         * src/prefs_common.[ch]
3166           src/procmsg.c
3167           src/send_message.c
3168                 remove External Program settings from Common Prefs/Send
3169                 as they are now unnecessary due to Local account settings.
3170                 plus a little tidying-up after 0.9.5claws31
3171
3172 2003-09-27 [paul]       0.9.5claws32
3173
3174         * src/prefs_account.c
3175                 o make correction to gui text:
3176                   'Local mailbox file' -> 'Local mailbox directory'
3177                 o give 'local_mbox' option a reasonable default value:
3178                   '/var/mail'
3179                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
3180                   value
3181
3182 2003-09-26 [paul]       0.9.5claws31
3183
3184         * src/inc.c
3185           src/prefs_common.[ch]
3186                 remove 'Incorporate from spool' common pref,
3187                 force creation of a 'Local' account
3188
3189 2003-09-26 [christoph]  0.9.5claws30
3190
3191         * src/folder.c
3192         * src/msgcache.c
3193                 add more NULL pointer checks
3194
3195 2003-09-25 [christoph]  0.9.5claws29
3196
3197         * src/folder.c
3198                 o don't fetch source message to get it's message id
3199                 o immediately scan dest folder when copying a message did not
3200                   return a new message number and not do it when the first message
3201                   without a new message number is found
3202
3203 2003-09-23 [christoph]  0.9.5claws28
3204
3205         * src/compose.c
3206                 fix generating of headers
3207
3208         (patch by David Relson <relson@osagesoftware.com>)
3209
3210 2003-09-23 [paul]       0.9.5claws27
3211
3212         * po/zh_CN.po
3213                 update Simplified Chinese translation. submitted by
3214                 Hansom Young
3215
3216 2003-09-23 [paul]       0.9.5claws26
3217
3218         * tools/Makefile.am
3219           tools/README
3220           tools/vcard2xml.py    ** NEW FILE **
3221                 add a script that converts an evolution vcard to
3222                 sylpheed's xml format
3223                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
3224
3225 2003-09-22 [paul]       0.9.5claws25
3226
3227         * src/plugins/clamav/clamav_plugin.c
3228                 don't skip MULTIPART parts
3229
3230 2003-09-21 [christoph]  0.9.5claws24
3231
3232         * src/alertpanel.c
3233                 remove unneeded include
3234
3235         * src/folder.c
3236                 clean up copy/move mess with duplicated code
3237
3238         * src/imap.c
3239                 fix problem that sometimes the folder was not scanned
3240                 also it was changed
3241
3242 2003-09-21 [christoph]  0.9.5claws23
3243
3244         * src/Makefile.am
3245         * src/logwindow.[ch]                    ** REMOVE **
3246         * src/mainwindow.c
3247         * src/prefs_common.c
3248         * src/gtk/Makefile.am
3249         * src/gtk/logwindow.[ch]                ** ADD **
3250                 make logwindow prefs_common independent and move
3251                 it to gtk directory
3252
3253 2003-09-20 [christoph]  0.9.5claws22
3254
3255         * src/compose.c
3256                 add extra space for address code conversion
3257                 (4 * unconvered size could be too small for short headers)
3258
3259 2003-09-20 [christoph]  0.9.5claws21
3260
3261         * src/compose.c
3262                 increase temp buffer size when writing headers
3263
3264 2003-09-19 [darko]      0.9.5claws20
3265
3266         * src/compose.c
3267                 don't ignore value of 'Save copy of outgoing messages to
3268                 this folder instead of Sent' in message redirect
3269
3270 2003-09-17 [christoph]  0.9.5claws19
3271
3272         * src/compose.c
3273                 use ", " as address seperator for mail headers and pass whole
3274                 header line at once to compose_convert_header to make sure
3275                 it is correctly folded
3276
3277         (closes Bug 64 Problem when sending to many recipients)
3278
3279 2003-09-17 [hoa]        0.9.5claws18
3280         
3281         * src/matcher.[ch]
3282           src/matcher_parser_parse.y
3283           src/prefs_matcher.c
3284                 changed the keyword used for command execution in condition
3285                 keyword is changed from "execute" to "test"
3286                 so that it is not the same as the one used for action.
3287                 This will fix a bug when using filtering dialog.
3288                 All semantic in the code is also changed to reflect
3289                 the keyword change.
3290
3291 2003-09-17 [paul]
3292         
3293         * sync with 0.9.6 release
3294
3295 2003-09-17 [paul]       0.9.5claws17
3296
3297         * sync with 0.9.5cvs8
3298                 see ChangeLog 2003-09-16 and 2003-09-17
3299
3300 2003-09-16 [paul]       0.9.5claws16
3301
3302         * sync with 0.9.5cvs6
3303                 see ChangeLog 2003-09-16
3304
3305 2003-09-15 [paul]       0.9.5claws15
3306
3307         * sync with 0.9.5cvs5
3308                 see ChangeLog 2003-09-15
3309
3310 2003-09-14 [alfons]     0.9.5claws14
3311
3312         * src/inc.c
3313                 make "Go to inbox after receiving new mail" again;
3314                 regression of a sync, restored to sylpheed main 
3315                 behaviour. (misses still some bits)
3316
3317 2003-09-14 [alfons]     0.9.5claws13
3318
3319         * src/prefs_filtering_action.c
3320                 o add proper message if empty execute command line
3321                 o don't select first action item after registering a
3322                   new action to prevent (what seems to be a GTK) bug
3323                   #36, "filtering will only accept one action change 
3324                   per invocation".
3325
3326 2003-09-14 [alfons]     0.9.5claws12
3327
3328         * src/prefs_filtering.c
3329         * src/prefs_filtering_action.c
3330         * src/prefs_matcher.c
3331                 fix function signature for key_pressed_event signal handlers
3332
3333 2003-09-14 [alfons]     0.9.5claws11
3334
3335         * src/mainwindow.c
3336                 fix regression caused by fix for invalid bug #7
3337                 (should fix #246, "Multiple selections are deselected when 
3338                 moving from search window to main window")
3339                 
3340 2003-09-14 [alfons]     0.9.5claws10
3341         
3342         * src/actions.[ch]
3343         * src/filtering.[ch]
3344         * src/prefs_actions.c
3345                 allow `filtering actions` in actions; only for advanced users
3346                 right now: try for example, "%as{mark color 2}" 
3347         
3348 2003-09-13 [paul]       0.9.5claws9
3349         
3350         * po/pl.po
3351           po/zh_CN.po   ** NEW FILE **
3352                 update Polish translation, submitted by Emil 
3353                 <eminowbl@posejdon.wpk.p.lodz.pl>
3354                 add new Simplified Chinese translation, submitted by
3355                 Hansom Young <hansom_young@yahoo.com>
3356
3357 2003-09-12 [alfons]     0.9.5claws8
3358
3359         * src/summaryview.c
3360                 don't open separate message views when View | Separate message view
3361                 is active 
3362                 (please look carefully for any navigation regressions)
3363
3364 2003-09-11 [alfons]     0.9.5claws7
3365
3366         * src/mainwindow.c
3367                 make default message view, opened by View | Separate message 
3368                 view, look like a claws message view (which includes a menu
3369                 bar and a toolbar)
3370                 (fixes bug #298, "message view loses tool bar") 
3371
3372 2003-09-11 [christoph]  0.9.5claws6
3373
3374         * src/folderview.c
3375                 fix double deleting of newsgroup folders
3376
3377         (closes Bug 305 crash after deleting of a newsgroup)
3378
3379 2003-09-11 [paul]       0.9.5claws5
3380
3381         * src/rfc2015.c
3382           src/common/utils.h
3383                 more sync'ing from 0.9.5cvs2
3384
3385 2003-09-11 [christoph]  0.9.5claws4
3386
3387         * src/compose.c
3388         * src/rfc2015.c
3389         * src/common/utils.h
3390                 fix sync with 0.9.5cvs2
3391
3392 2003-09-11 [paul]       0.9.5claws3
3393
3394         * sync with 0.9.5cvs4
3395                 see ChangeLog 2003-09-11
3396
3397 2003-09-11 [paul]       0.9.5claws2
3398
3399         * sync with 0.9.5cvs2
3400                 see ChangeLog 2003-09-05
3401                 
3402 2003-09-11 [paul]       0.9.5claws1
3403
3404         * sync with 0.9.5cvs3
3405                 see ChangeLog 2003-09-10
3406
3407 2003-09-10 [paul]       0.9.5claws
3408
3409         * 0.9.5claws released
3410
3411 2003-09-10 [paul]       0.9.4claws78
3412
3413         * src/Makefile.am
3414                 add missing files
3415
3416 2003-09-10 [melvin]     0.9.4claws77
3417
3418         * po/fr.po
3419                 Updated French translations
3420
3421 2003-09-10 [paul]       0.9.4claws76
3422
3423         * po/es.po
3424           po/sk.po
3425           po/sr.po
3426                 update Spanish, Slovak, and Serbian translations.
3427                 submitted by Ricardo Mones Lastra, Andrej Kacian,
3428                 and Urke MMI
3429                 
3430         * AUTHORS
3431                 add translation team section
3432
3433 2003-09-09 [christoph]  0.9.4claws75
3434
3435         * src/folder.c
3436                 free item->prefs in folder_item_destroy
3437
3438 2003-09-09 [alfons]     0.9.4claws74
3439
3440         * src/folderview.c
3441                 o proper check for root node sorting
3442                 o remove unnecessary gtk_ctree_remove_node 
3443
3444         (should fix bug #300, "crash while moving folder")      
3445
3446 2003-09-08 [christoph]  0.9.4claws73
3447
3448         * src/folderview.c
3449                 o fix double adding of IMAP FolderItems to GtkCTree
3450                 o fix crash then mbox folder is removed
3451
3452 2003-09-08 [christoph]  0.9.4claws72
3453
3454         * src/folder.c
3455         * src/folderview.c
3456         * src/mainwindow.c
3457                 fix new folder notification
3458
3459         * src/mbox_folder.c
3460                 fix cache path
3461
3462 2003-09-08 [christoph]  0.9.4claws71
3463
3464         * src/compose.c
3465                 replace '\n' and '\r' before removing trailing spaces
3466
3467         * src/folder.[ch]
3468         * src/folderview.c
3469                 add information about new or removed items in folder tree change
3470                 notification and use this in folderview to add and remove only
3471                 the appected items and not refresh the whole tree
3472
3473 2003-09-07 [match]      0.9.4claws70
3474
3475         * src/Makefile.am
3476         * src/addr_compl.c
3477         * src/addressbook.c
3478         * src/addressitem.h
3479         * src/addrindex.c
3480         * src/addritem.c
3481         * src/addritem.h
3482         * src/addrquery.c                       ** NEW **
3483         * src/addrquery.h
3484         * src/ldapquery.c
3485         * src/ldapserver.c
3486         * src/stock_pixmap.c
3487         * src/stock_pixmap.h
3488         * src/pixmaps/address_search.xpm        ** NEW **
3489                 re-introduce Lookup button for LDAP 'static' searches.
3490
3491 2003-09-07 [alfons]     0.9.4claws69
3492         
3493         * src/summaryview.c
3494                 abandon setting usize for messageview because it gives layout problems
3495                 with the quick search bar and the headerview; fixes assorted UI glitches:
3496                 
3497                 o bug #148, "Toggling of quick-search bar reduces index view area" 
3498                 o bug #280, "Window resiizes for line length but does not revert"
3499
3500 2003-09-07 [christoph]  0.9.4claws68
3501
3502         * src/compose.c
3503                 o make sure we don't have any newlines in header values
3504                 o check custom headers for spaces and newlines and ignore
3505                   malformed header names
3506
3507 2003-09-06 [christoph]  0.9.4claws67
3508
3509         * src/folder.c
3510         * src/folderview.c
3511                 invoke notification hook for folder tree changes after append
3512                 and remove folder
3513
3514         (closes Bug 294 Crash while moving folder with many subdirectories)
3515
3516 2003-09-06 [christoph]  0.9.4claws66
3517
3518         * src/folder.c
3519                 destroy folder's MsgCache if FolderItem is removed to make sure
3520                 it is not saved when the FolderItem is destroyed
3521
3522 2003-09-06 [christoph]  0.9.4claws65
3523
3524         * src/plugins/clamav/clamav_plugin.c
3525                 fix copy & paste bug
3526
3527 2003-09-05 [christoph]  0.9.4claws64
3528
3529         * src/folder.c
3530         * src/messageview.[ch]
3531         * src/procmsg.[ch]
3532         * src/summaryview.c
3533                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
3534                 by MessageView to clear it when the message is deleted. Should
3535                 work even if messages are deleted in MainWindow or by
3536                 processing.
3537
3538 2003-09-05 [alfons]     0.9.4claws63
3539
3540         * src/messageview.c
3541                 deleting a message in a message view frees its msginfo, make 
3542                 messageview_update_all() aware of that (should fix bug #293,
3543                 "deleting message caused crash")
3544
3545 2003-09-05 [melvin]     0.9.4claws62
3546
3547         * src/action.c
3548                 Improve synchronous action exit code (fixes 
3549                 a ~5 seconds delay after action exit on RedHat 9)
3550
3551 2003-09-04 [christoph]  0.9.4claws61
3552
3553         * src/compose.c
3554         * src/rfc2015.c
3555         * src/common/utils.[ch]
3556                 add util function to create mime boundary and use it
3557                 in compose and gpg code
3558
3559 2003-09-04 [alfons]     0.9.4claws60
3560
3561         * src/folder.c
3562                 source folder item's GNode should already have been freed in 
3563                 a previous call to src->folder->klass->remove_folder()
3564                 (should fix bug #287, "crash when moving folders")
3565
3566 2003-09-03 [thorsten]   0.9.4claws59
3567
3568         * src/plugins/spamassassin/spamassassin_gtk.c
3569                 fix compile error
3570
3571 2003-09-03 [christoph]  0.9.4claws58
3572
3573         * src/plugins/spamassassin/spamassassin.[ch]
3574         * src/plugins/spamassassin/spamassassin_gtk.c
3575                 add timeout config option
3576
3577 2003-09-03 [paul]       0.9.4claws57
3578
3579         * po/sk.po      ** NEW FILE **
3580                 add Slovak translation. Submitted by Andrej Kacian 
3581                 <andrej@kacian.sk>
3582
3583 2003-09-03 [paul]       0.9.4claws56
3584
3585         * src/plugins/clamav/clamav_plugin_gtk.c
3586                 gui tweaks: replace a label with a tooltip, modify the
3587                 text, use gtk_check_button_new(); instead of
3588                 gtk_check_button_new_with_label("");
3589
3590 2003-09-02 [alfons]     0.9.4claws55
3591
3592         * src/gtk/filesel.c
3593                 remember last used dir when attaching multiple files (should fix
3594                 bug #290, "Attach File does not remember directory")
3595
3596 2003-09-01 [paul]       0.9.4claws54
3597
3598         * po/es.po
3599                 updated by Ricardo Mones Lastra
3600
3601 2003-09-01 [alfons]     0.9.4claws53
3602
3603         * src/gtk/gtkaspell.[ch]
3604                 be pedantic and strict and use const gchar * instead of guchar *
3605
3606 2003-09-01 [alfons]     0.9.4claws52
3607
3608         * src/mainwindow.c
3609         * src/summaryviewc.
3610                 re-enable Save As when multiple messages are selected
3611
3612 2003-09-01 [paul]       0.9.4claws51
3613
3614         * src/textview.c
3615                 g_free(trimmed_uri);
3616
3617 2003-09-01 [paul]       0.9.4claws50
3618
3619         * sync with 0.9.4cvs13
3620                 see ChangeLog 2003-09-01
3621
3622 2003-09-01 [paul]       0.9.4claws49
3623
3624         * src/textview.c
3625                 trim uri before sending to the statusbar
3626                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
3627                 in the message window causes main S-C window to enlarge 
3628                 past screen edges'
3629
3630 2003-09-01 [paul]       0.9.4claws48
3631
3632         * sync with 0.9.4cvs12
3633                 see ChangeLog 2003-09-01
3634
3635 2003-08-30 [christoph]  0.9.4claws47
3636
3637         * src/compose.c
3638         * src/folder_item_prefs.[ch]
3639         * src/prefs_folder_item.c
3640         * src/gtk/gtkaspell.[ch]
3641                 commit per folder dictionary patch by
3642                 Paul Evans <nerd@freeuk.com>
3643
3644 2003-08-30 [christoph]  0.9.4claws46
3645
3646         * src/plugins/spamassassin/spamassassin_gtk.c
3647         * src/plugins/spamassassin/spamassassin_gtk.glade
3648                 reduce GUI clutter by placing hints into tooltips
3649
3650 2003-08-30 [paul]       0.9.4claws45
3651
3652         * src/compose.c
3653                 add 'Content-Disposition: inline' to a text/plain
3654                 part when using PGP/MIME signing
3655
3656 2003-08-30 [paul]       0.9.4claws44
3657
3658         * src/prefs_common.c
3659           src/prefs_spelling.c
3660           src/prefs_spelling.glade
3661                 reduce GUI clutter by placing hints into tooltips
3662
3663 2003-08-29 [christoph]  0.9.4claws43
3664
3665         * configure.ac
3666                 fix bug found by Ivan Rayner <ivanr@sgi.com>
3667
3668         * src/stock_pixmap.c
3669                 change unecessary warning into a debug message
3670
3671         * src/plugins/clamav/Makefile.am
3672                 Fix error "-I$(CLAMAV_LIBS)"
3673
3674 2003-08-29 [christoph]  0.9.4claws42
3675
3676         * intl/Makefile.in
3677         * src/Makefile.am
3678         * src/matcher.h
3679         * src/common/Makefile.am
3680         * src/common/passcrypt.c
3681                 commit fixes and patches for some of the IRIX problems found by
3682                 Ivan Rayner <ivanr@sgi.com>
3683
3684 2003-08-29 [paul]       0.9.4claws41
3685
3686         * src/prefs_filtering.c
3687                 add 'Top' and 'Bottom' buttons, based on changes in
3688                 src/prefs_filter.c in 0.9.4cvs11.
3689
3690 2003-08-27 [christoph]  0.9.4claws40
3691
3692         * src/folderview.c
3693                 fix bug that the current summary settings were copied to the
3694                 wrong folder item, when the folder item prefs are opened.
3695                 Copying is not required because summary settings and
3696                 folder_item_prefs do not contain the same settings
3697
3698 2003-08-27 [thorsten]   0.9.4claws39
3699
3700         * src/imap.c
3701                 fix compile error
3702
3703 2003-08-26 [paul]       0.9.4claws38
3704
3705         * sync with 0.9.4cvs9
3706                 see ChangeLog 2003-08-26
3707
3708 2003-08-25 [paul]       0.9.4claws37
3709
3710         * sync with 0.9.4cvs8
3711                 see ChangeLog 2003-08-25
3712
3713 2003-08-24 [christoph]  0.9.4claws36
3714
3715         * src/prefs_filtering.c
3716                 shouldn't remove items from a GSList while iterating over the
3717                 list (makes cur invalid and cur->next not accessable)
3718
3719         (closes Bug 272 i deleted an folder and some seconds later sylpheed
3720          crashed)
3721
3722 2003-08-23 [christoph]  0.9.4claws35
3723
3724         * src/news.c
3725                 news folders should be scanned when opened
3726
3727 2003-08-22 [christoph]  0.9.4claws34
3728
3729         * src/prefs_folder_item.c
3730                 use macro to assign strings that always frees the old string
3731
3732         * src/gtk/gtkaspell.[ch]
3733                 add gtkaspell_set_dictionary_menu_active_item() to set active
3734                 item in dictionary option menu
3735
3736         * src/prefs_spelling.c
3737                 use gtkaspell_set_dictionary_menu_active_item() to select
3738                 dictionary
3739
3740 2003-08-21 [christoph]  0.9.4claws33
3741
3742         * src/folder.[ch]
3743         * src/imap.c
3744         * src/mbox_folder.c
3745         * src/mh.c
3746         * src/news.c
3747                 optimize folder system
3748
3749         * src/gtk/gtkstext.c
3750                 fix division by zero when font has 0 width for ' '
3751
3752 2003-08-21 [paul]       0.9.4claws32
3753
3754         * sync with 0.9.4cvs7
3755                 see ChangeLog 2003-08-20
3756
3757 2003-08-19 [paul]       0.9.4claws31
3758
3759         * src/common/defs.h
3760                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
3761                 SYLDOC_FAQ_HTML_INDEX.
3762         * src/manual.c
3763                 use LC_MESSAGES instead of LC_ALL to find the current
3764                 language
3765
3766           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
3767
3768 2003-08-19 [paul]       0.9.4claws30
3769
3770         * po/bg.po
3771                 updated by George Danchev
3772
3773 2003-08-18 [luke]       0.9.4claws29
3774         * src/mimeview.[ch]
3775         * src/gtk/gtkvscrollbutton.[ch]
3776                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
3777                   dependencies; do it the GTK way; reduce code -14/+2 lines)
3778                 o removed horizontal separator between icons
3779
3780 2003-08-17 [christoph]  0.9.4claws28
3781
3782         * src/procmsg.c
3783                 no subject threading when the subject has no reply prefix
3784
3785 2003-08-16 [christoph]  0.9.4claws27
3786
3787         * src/mainwindow.c
3788                 remember and restore window sizes and position when the main
3789                 window is hidden or shown
3790
3791         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
3792          minimised/reopened using trayicon)
3793
3794 2003-08-16 [paul]       0.9.4claws26
3795
3796         * src/crash.c
3797                 add #include "defs.h"
3798
3799 2003-08-16 [paul]       0.9.4claws25
3800
3801         * src/plugins/clamav/clamav_plugin.c
3802                 reword a debug_print
3803                 
3804         * src/plugins/dillo_viewer/dillo_prefs.c
3805                 cosmetic: change the labels' text, add tooltips, and
3806                 left-align the hint
3807
3808 2003-08-15 [christoph]  0.9.4claws24
3809
3810         * src/news.c
3811                 complete last change (forgot some changes)
3812
3813 2003-08-15 [christoph]  0.9.4claws23
3814
3815         * src/news.c
3816                 o check number of messages and don't return a 0 message
3817                   when no messages are available
3818                 o don't parse xref header anymore
3819
3820         (closes Bug 203 I'm not getting any news)
3821
3822 2003-08-15 [paul]       0.9.4claws22
3823
3824         * src/common/defs.h
3825           src/crash.c
3826                 update and define claws bugzilla location
3827
3828 2003-08-15 [paul]       0.9.4claws21
3829
3830         * po/ru.po
3831                 update submitted by Ruslan N. Balkin
3832
3833 2003-08-14 [christoph]  0.9.4claws20
3834
3835         * src/procmsg.c
3836                 fix search for oldest node in subject threading
3837
3838 2003-08-14 [christoph]  0.9.4claws19
3839
3840         * src/procmsg.c
3841         * src/common/utils.h
3842                 add possibility to check all nodes with the same subject for
3843                 subject threading, not only the oldest node. Should not break
3844                 threads anymore if the oldest node is thread_by_subject_max_age
3845                 days older then parent, because it can now find a child of
3846                 oldest node as new parent.
3847
3848 2003-08-11 [christoph]  0.9.4claws18
3849
3850         * src/plugins/spamassassin/spamassassin.c
3851                 run spam check in background process
3852
3853 2003-08-10 [alfons]     0.9.4claws17
3854
3855         * src/summaryview.c
3856                 make `Select All' sensitive too
3857
3858 2003-08-10 [christoph]  0.9.4claws16
3859
3860         * src/imap.c
3861                 add more checks in imap_close
3862
3863 2003-08-09 [alfons]     0.9.4claws15
3864
3865         * src/prefs_spelling.c
3866                 no spell checking UI if not requested
3867
3868 2003-08-09 [alfons]     0.9.4claws14
3869
3870         * src/gtk/prefswindow.c
3871                 make it compile
3872
3873 2003-08-09 [christoph]  0.9.4claws13
3874
3875         * src/prefs_spelling.c
3876         * src/gtk/prefswindow.[ch]
3877         * src/plugins/clamav/clamav_plugin_gtk.c
3878         * src/plugins/spamassassin/spamassassin_gtk.c
3879                 sort prefs pages by heighest weight in tree
3880
3881 2003-08-09 [paul]       0.9.4claws12
3882
3883         * sync with 0.9.4cvs6
3884                 see ChangeLog 2003-08-07
3885                 
3886         * AUTHORS
3887                 add Leandro and Luke to claws-branch section
3888
3889 2003-08-09 [christoph]  0.9.4claws11
3890
3891         * src/gtk/Makefile.am
3892         * src/gtk/colorsel.[ch]                 ** NEW **
3893                 create a color selection dialog that can be used as a simple
3894                 function call with it's own gtk main loop like filesel.[ch]
3895
3896         * src/Makefile.am
3897         * src/main.c
3898         * src/prefs_common.c
3899         * src/prefs_spelling.[ch]               ** NEW **
3900         * src/prefs_spelling.glade              ** NEW **
3901         * src/gtk/gtkutils.[ch]
3902                 move "Spell Checker" prefs to new prefs dialog
3903
3904         * src/prefs_folder_item.c
3905                 use new colorsel dialog
3906
3907 2003-08-08 [paul]       0.9.4claws10
3908
3909         * src/inc.c
3910                 clear the progress bar unconditionally
3911
3912 2003-08-08 [paul]       0.9.4claws9
3913
3914         * sync with 0.9.4cvs4
3915                 see ChangeLog 2003-07-31
3916
3917 2003-08-07 [christoph]  0.9.4claws8
3918
3919         * configure.ac
3920                 fix bug in image viewer plugin part
3921
3922         * src/imap.c
3923                 don't execute close command if the folder item is not selected
3924
3925 2003-08-07 [hoa]        0.9.4claws7
3926
3927         * src/filtering.[ch]
3928         * src/matcher_parser.h
3929         * src/matcher_parser_parse.y
3930                 can define several actions for each filtering rule
3931                 can import old versions of filtering rules
3932
3933         * src/prefs_filtering.c
3934                 call to a new dialog box to define actions
3935
3936         * src/prefs_filtering_action.[ch]
3937                 dialog box to define actions for filtering rules
3938
3939 2003-08-06 [christoph]  0.9.4claws6
3940
3941         * src/imap.c
3942                 make sure source folder is selected when copying messages
3943
3944 2003-08-06 [christoph]  0.9.4claws5
3945
3946         * sync with 0.9.4cvs2
3947                 see ChangeLog 2003-07-29                
3948
3949 2003-08-05 [paul]       0.9.4claws4
3950
3951         * sync with 0.9.4cvs3
3952                 see ChangeLog 2003-07-30
3953
3954 2003-08-04 [match]      0.9.4claws3
3955
3956         * po/POTFILES.in
3957                 export of LDIF files.
3958
3959 2003-08-04 [match]      0.9.4claws2
3960
3961         * src/ldif.[ch]
3962                 support for export LDIF. documented.
3963         * src/importldif.[ch]
3964         * src/exportldif.[ch]
3965                 add tooltips. documented.
3966         * src/exphtmldlg.[ch]
3967         * src/common/xmlprops.[ch]
3968                 documented.
3969         * src/exportldif.[ch]                   ** NEW **
3970         * src/expldifdlg.[ch]                   ** NEW **
3971         * src/addressbook.[ch]
3972         * src/Makefile.am
3973                 export of LDIF files.
3974                 documented.
3975
3976 2003-08-04 [christoph]  0.9.4claws1
3977
3978         * .cvsignore
3979         * Makefile.am
3980         * configure.ac
3981         * sylpheed-claws.pc.in                  ** NEW **
3982         * src/Makefile.am
3983         * src/common/Makefile.am
3984         * src/gtk/Makefile.am
3985                 install sylpheed header files in $(pkgincludedir) and create a
3986                 pkg-config file to allow building a plugin without the source
3987                 package
3988
3989 2003-08-04 [paul]       0.9.4claws
3990
3991         * version 0.9.4claws
3992
3993 2003-08-04 [paul]       0.9.3claws97
3994
3995         * po/es.po
3996                 update Spanish translation. Submitted by Ricardo
3997                 Mones Lastra.
3998
3999 2003-08-03 [paul]       0.9.3claws96
4000
4001         * po/hr.po
4002           po/sr.po
4003                 update Croatian and Serbian translations. Submitted by
4004                 Dragan and Urke MMI respectively
4005
4006 2003-08-03 [alfons]     0.9.3claws95
4007
4008         * src/summaryview.c
4009                 mark flag has precedence over important flag - seems
4010                 to have been changed in sync of 0.9.3claws45. this fixes
4011                 a regression where messages that were scored as important
4012                 don't show their mark flags. (using the same column for
4013                 both importance as mark flags is the real problem
4014                 ofcourse)
4015
4016 2003-08-03 [melvin]     0.9.3claws94
4017
4018         * po/fr.po
4019                 Updated French translations.
4020
4021 2003-08-03 [melvin]     0.9.3claws93
4022
4023         * src/Makefile.am
4024                 Fixed typo introduced after 0.9.3claws92 
4025                 that prevented compilation
4026                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
4027                 CPPFLAGS and YFLAGS to allow user setting these.
4028         * src/common/Makefile.am
4029         * src/gtk/Makefile.am
4030         * src/plugins/clamav/Makefile.am
4031         * src/plugins/demo/Makefile.am
4032         * src/plugins/dillo_viewer/Makefile.am
4033         * src/plugins/image_viewer/Makefile.am
4034         * src/plugins/mathml_viewer/Makefile.am
4035         * src/plugins/spamassassin/Makefile.am
4036         * src/plugins/trayicon/Makefile.am
4037         * src/plugins/trayicon/libeggtrayicon/Makefile.am
4038                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
4039                 CPPFLAGS and YFLAGS to allow user setting these.
4040
4041 2003-08-02 [christoph]  0.9.3claws92
4042
4043         * configure.ac
4044                 o rearrange plugin tests
4045                 o add test for clamav.h to ClamAV tests
4046
4047 2003-08-02 [luke]       0.9.3claws91
4048
4049         * src/mimeview.c
4050                 o fixed appearance of icon list when toggling back from the 
4051                   ctree
4052                 o toggling of icons using the keyboard works correctly
4053                 o fixed all other keyboard shortcuts to work when icons are
4054                   active
4055         
4056         * src/messageview.c
4057                 o fixed bug 4 - focus lost when changing messageview view type
4058
4059 2003-08-02 [christoph]  0.9.3claws90
4060
4061         * src/common/hooks.c
4062                 fix crash when pointer stored in hash table could get invalid
4063                 when a plugin is unloaded
4064
4065 2003-08-01 [christoph]  0.9.3claws89
4066
4067         * configure.ac
4068                 o try to build all plugins (except spamassassin) by default
4069                 o don't build a plugin if a dependency check fails
4070
4071         * src/common/hooks.c
4072                 fix warning
4073
4074 2003-08-01 [match]      0.9.3claws88
4075
4076         * src/importldif.c
4077                 allow single click field selection. document code.
4078
4079 2003-08-01 [christoph]  0.9.3claws87
4080
4081         * src/plugins/clamav/clamav_plugin.c
4082         * src/plugins/clamav/clamav_plugin_gtk.c
4083         * src/plugins/dillo_viewer/dillo_viewer.c
4084         * src/plugins/image_viewer/plugin.c
4085         * src/plugins/mathml_viewer/mathml_viewer.c
4086         * src/plugins/spamassassin/spamassassin.c
4087         * src/plugins/spamassassin/spamassassin_gtk.c
4088         * src/plugins/trayicon/trayicon.c
4089                 add version check to all plugins
4090
4091 2003-08-01 [hoa]        0.9.3claws86
4092
4093         * src/prefs_filtering.c
4094                 fixed a cosmetic bug, during creation of dialog box,
4095                 wrong widgets were shown after creation.
4096
4097 2003-08-01 [luke]       0.9.3claws85
4098
4099         * src/mainwindow.c
4100                 o fixed visibility of icons/mimeview after toggling separate
4101                   message/folder view (factored out some similar code too).
4102
4103
4104 2003-07-31 [alfons]     0.9.3claws84
4105
4106         * src/mimeview.c
4107                 tweak icon box UI a bit more, now allowing right-clicks actions
4108                 getting the relevant mime data too; should fix #250, "Can't save 
4109                 attachments sometimes".
4110
4111 2003-07-30 [alfons]     0.9.3claws83
4112
4113         * src/compose.c
4114                 don't do auto-save-draft inside key press handler, but rather
4115                 schedule it half of a second later; should fix #67, "autosave 
4116                 make re-rediting message crazy"
4117
4118 2003-07-30 [christoph]  0.9.3claws82
4119
4120         * src/plugins/trayicon/trayicon.c
4121                 process pending events before unloading the plugin
4122
4123         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
4124
4125 2003-07-30 [alfons]     0.9.3claws81
4126
4127         * src/common/hooks.c
4128                 parameter 2 of g_hook_destroy() should really be a hook id
4129
4130 2003-07-30 [alfons]     0.9.3claws80
4131
4132         * src/common/plugin.c
4133                 fix a possibly harmful function signature mismatch 
4134                 for plugin_done
4135
4136 2003-07-30 [alfons]     0.9.3claws79
4137
4138         * src/common/hooks[.ch]
4139                 const correctness
4140
4141 2003-07-30 [darko]      0.9.3claws78
4142
4143         * src/summaryview.c
4144                 make it compile again
4145
4146 2003-07-30 [luke]       0.9.3claws77
4147
4148         * src/crash.c
4149         * src/main.c
4150                 o added/moved signal handlers for SIGTERM (normal kill command) 
4151                   and SIGINT (ctl-c) to be used even without 
4152                   --enable-crash-dialog, fixing bug 166
4153
4154         * src/summaryview.c
4155                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
4156                   bug 227
4157
4158         * src/mainwindow.c
4159                 o changed sensitivity condition for 'Next new' and 'Next 
4160                   unread', fixing bug 8
4161
4162 2003-07-29 [alfons]     0.9.3claws76
4163
4164         * src/common/utils.[ch]
4165                 add generate_msgid()
4166         * src/messageview.c
4167                 save ack'ed RRR; fixes #205, "return receipt is not saved in
4168                 sent folder".
4169
4170 2003-07-29 [alfons]     0.9.3claws75
4171
4172         * src/messageview.c
4173                 fix a memleak (claws-only)
4174
4175 2003-07-29 [alfons]     0.9.3claws74
4176
4177         * src/mimeview.[ch]
4178         * src/gtk/gtkvscrollbutton.[ch]
4179                 fix UI glitch where mime icon toolbox' scroll position is not 
4180                 reset after switching to another message
4181                 
4182
4183 2003-07-29 [paul]       0.9.3claws73
4184
4185         * src/prefs_folder_item.c
4186                 split the prefs into 2 separate pages
4187
4188 2003-07-29 [paul]       0.9.3claws72
4189
4190         * src/compose.c
4191                 prepend "\n\n" to a signature without a separator too
4192
4193 2003-07-29 [paul]       0.9.3claws71
4194
4195         * src/compose.c
4196                 fix bug where changing to an account without an auto-sig
4197                 from an initial account without an auto-sig would insert 
4198                 2 blank lines at the cursor point
4199                 fix bug where changing to an account with an auto-sig
4200                 from an initial account without an auto-sig would insert
4201                 the sig at the cursor point
4202
4203 2003-07-29 [paul]       0.9.3claws70
4204
4205         * src/folderview.c
4206                 use the colour from the folder pref unless the folder
4207                 has new messages
4208
4209 2003-07-29 [alfons]     0.9.3claws69
4210
4211         * src/procmsg.[ch]
4212         * src/messageview.c
4213         * src/procheader.c
4214                 rewrite return receipt request work a little bit (the former 
4215                 implementation presumably depended too much on the UI setting
4216                 flags). (we're losing the old pending flag.) 
4217
4218 2003-07-28 [christoph]  0.9.3claws68
4219
4220         * src/folder.c
4221         * src/imap.c
4222         * src/mh.c
4223         * src/procmsg.[ch]
4224                 fix copy to IMAP folder from other folder
4225
4226 2003-07-28 [christoph]  0.9.3claws67
4227
4228         * src/procmsg.c
4229                 fix sync of procmsg_get_message_file_list
4230
4231 2003-07-28 [christoph]  0.9.3claws66
4232
4233         * sync with 0.9.3cvs14
4234                 see ChangeLog 2003-07-18
4235         * sync with 0.9.3cvs17
4236                 see ChangeLog 2003-07-23
4237
4238         (closes Bug 234 segmentation fault after sending out mail via
4239          smtp(auth))
4240
4241 2003-07-28 [paul]       0.9.3claws65
4242
4243         * po/es.po
4244                 update Spanish translation, submitted by Ricardo Mones
4245                 Lastra
4246
4247 2003-07-28 [christoph]  0.9.3claws64
4248
4249         * src/folder.[ch]
4250         * src/imap.c
4251         * src/mh.c
4252                 return new message numbers as a GRelation instead of a GSList
4253                 that has to be in the same order as the input list. A list
4254                 would make it hard for IMAP to optimize oepration by sorting
4255                 the input list. The returned list would have to be reordered
4256                 to match the same order that input list has.
4257
4258         * src/gtk/gtkaspell.c
4259                 fix missing return value, could cause a crash when garbage is
4260                 on the stack that is used as the expected return value
4261
4262 2003-07-28 [paul]       0.9.3claws63
4263
4264         * sync with 0.9.4cvs1
4265                 see ChangeLog 2003-07-28
4266
4267 2003-07-27 [alfons]     0.9.3claws62
4268
4269         * src/mimeview.c
4270                 tweak it more to make icon list act like a check button group
4271
4272 2003-07-27 [christoph]  0.9.3claws61
4273
4274         * sync with 0.9.3cvs20
4275                 see ChangeLog 2003-07-25
4276
4277 2003-07-27 [paul]       0.9.3claws60
4278
4279         * src/procmsg.c
4280                 re-commit changes from 0.9.3claws58 -
4281                 accidently removed in 0.9.3claws59
4282
4283 2003-07-27 [paul]       0.9.3claws59
4284
4285         * src/procmsg.[ch]
4286                 a sync from 0.9.3cvs17
4287                 see ChangeLog 2003-07-23
4288
4289 2003-07-27 [alfons]     0.9.3claws58
4290
4291         * src/procmsg.c
4292                 add missing header members to MsgInfo; fixes the problem of 
4293                 not displaying X-Faces, as noticed by Ricardo Mones
4294
4295 2003-07-26 [christoph]  0.9.3claws57
4296
4297         * sync with 0.9.3cvs18
4298                 see ChangeLog 2003-07-24
4299
4300 2003-07-26 [christoph]  0.9.3claws56
4301
4302         * sync with 0.9.3cvs17
4303                 see ChangeLog 2003-07-23
4304
4305 2003-07-26 [christoph]  0.9.3claws55
4306
4307         * src/folder.[ch]
4308         * src/imap.c
4309         * src/mbox_folder.c
4310         * src/mh.c
4311         * src/news.c
4312                 add support for copy function that copy multiple messages
4313                 (not implemented yet)
4314
4315         * src/summaryview.c
4316                 add missing return value
4317
4318 2003-07-26 [paul]       0.9.3claws54
4319
4320         * tools/multiwebsearch.pl
4321                 do whitespace substitution before passing the string
4322                 to the browser. fixes bug with browsers that don't
4323                 do whitespace conversion themselves.
4324
4325 2003-07-25 [christoph]  0.9.3claws53
4326
4327         * src/folder.[ch]
4328         * src/imap.c
4329         * src/mh.c
4330                 rewrite adding of multiple messages to a folder for
4331                 claws' folder system
4332
4333 2003-07-25 [luke]       0.9.3claws52
4334
4335         * src/mimeview.c
4336                 o icon toggles set correctly on leaving ctree mimeview
4337
4338 2003-07-25 [paul]       0.9.3claws51
4339
4340         * partial sync with 0.9.3cvs21 [src/main.c]
4341                 see ChangeLog 2003-07-25
4342
4343 2003-07-24 [paul]       0.9.3claws50
4344
4345         * tools/maildir2sylpheed.pl
4346                 fix typo
4347
4348 2003-07-24 [paul]       0.9.3claws49
4349
4350         * src/mimeview.c
4351                 increase the gutter size of paned so that the panes
4352                 can be resized
4353                 
4354         * src/plugins/demo/demo.c
4355                 squeeze in another typo fix
4356
4357 2003-07-24 [paul]       0.9.3claws48
4358
4359         * src/plugins/demo/demo.c
4360           src/prefs_account.c
4361                 small changes to the English
4362                 
4363         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
4364           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
4365           src/Makefile.am
4366           src/stock_pixmap.c
4367                 rename the misspelled icon
4368
4369 2003-07-23 [alfons]     0.9.3claws47
4370
4371         * src/mimeview.c
4372                 make icon list look like a list of toggles
4373
4374 2003-07-23 [luke]       0.9.3claws46
4375
4376         * src/pixmaps/mimeview_gpg_expired.xpm
4377         * src/pixmaps/mimeview_gpg_failed.xpm
4378         * src/pixmaps/mimeview_gpg_passed.xpm
4379         * src/pixmaps/mimeview_text_html.xpm
4380         * src/pixmaps/mimeview_image.xpm
4381                 o all icons the same size
4382
4383         * src/mimeview.[ch]
4384                 o mimeview ctree arranged vertically above the viewer
4385                 o icons changed to buttons
4386                 o can use keyboard to select an icon (Enter)
4387                 o resize icon list to width of icons
4388
4389         *  src/gtk/gtkvscrollbutton.c
4390                 o sensitivity of buttons reacts to position
4391
4392 2003-07-23 [christoph]  0.9.3claws45
4393
4394         * sync with 0.9.3cvs14 (incomplete)
4395                 see ChangeLog 2003-07-17
4396
4397 2003-07-23 [alfons]     0.9.3claws44
4398
4399         * src/folder.c
4400         * src/procmsg.h
4401                 sync with my local tree to restore some claws-only things
4402
4403 2003-07-23 [paul]       0.9.3claws43
4404
4405         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
4406           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
4407           src/Makefile.am
4408           src/mimeview.c
4409           src/procmime.h
4410           src/rfc2015.c
4411           src/stock_pixmap.[ch]
4412                 indicate missing keys and expired sigs/keys
4413                 in mime view column
4414
4415 2003-07-23 [paul]       0.9.3claws42
4416
4417         * src/compose.c
4418                 Redirect fixes: enable automatic account selection and
4419                 do not append signature to message on changing account
4420                 fixes Bug[s] #248
4421
4422 2003-07-23 [paul]       0.9.3claws41
4423
4424         * sync with 0.9.3cvs16
4425                 see ChangeLog 2003-07-23
4426
4427 2003-07-23 [alfons]     0.9.3claws40
4428
4429         * src/inc.c
4430                 give progress dialog a main window, and give it the first 
4431                 one (presumably the only one). fixes bug #247, "segfault on 
4432                 pop-before-smtp" 
4433
4434 2003-07-22 [alfons]     0.9.3claws39
4435
4436         * src/summaryview.c
4437                 shift-space scrolls up
4438
4439 2003-07-22 [paul]       0.9.3claws38
4440
4441         * sync with 0.9.3cvs15
4442                 see ChangeLog 2003-07-22
4443
4444 2003-07-20 [alfons]     0.9.3claws37
4445
4446         * src/compose.c
4447                 put menu inside #ifdef USE_ASPELL..#endif
4448
4449 2003-07-20 [christoph]  0.9.3claws36
4450
4451         * src/procmsg.c
4452                 fix wrong flags in MsgInfo returned by
4453                 procmsg_msginfo_get_full_info()
4454
4455         (closes Bug 221 Deleting messages from the Message View gives incorrect
4456          new/unread message counts in the folder view)
4457
4458         * src/plugins/spamassassin/spamassassin_gtk.c
4459                 add gettext macro for prefs page title
4460
4461 2003-07-20 [paul]       0.9.3claws35
4462
4463         * src/mimeview.c
4464                 redraw icon list on signature check
4465
4466 2003-07-20 [christoph]  0.9.3claws34
4467
4468         * src/Makefile.am
4469         * src/account.c
4470         * src/folder.[ch]
4471         * src/folder_item_prefs.[ch]            ** NEW **
4472         * src/folderview.c
4473         * src/mainwindow.c
4474         * src/mh.c
4475         * src/prefs_gtk.c
4476         * src/prefs_scoring.c
4477         * src/summaryview.c
4478         * src/prefs_folder_item.[ch]
4479                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
4480                   Properties dialog
4481                 o use prefswindow for folder properties
4482
4483         * src/gtk/prefswindow.[ch]
4484                 change implementation to use an invisible notebook instead
4485                 of unparenting widgets
4486
4487 2003-07-20 [christoph]  0.9.3claws33
4488
4489         * src/compose.h
4490         * src/folder.c
4491         * src/folderview.h
4492         * src/headerview.h
4493         * src/prefs_filtering.h
4494         * src/prefs_folder_item.[ch]
4495         * src/procmime.h
4496         * src/procmsg.h
4497         * src/summaryview.h
4498                 clean up header mess
4499                 (always use 1. typedefs, 2. #includes, 3. structures)
4500
4501         * src/common/version.h.in
4502                 add casts for constants
4503
4504         * src/plugins/demo/demo.c
4505                 fix typo
4506
4507         * src/plugins/spamassassin/spamassassin.c
4508                 remove unused variable
4509
4510 2003-07-20 [alfons]     0.9.3claws32
4511
4512         * src/mimeview.c
4513                 o make icon buttons respond on left click
4514                 o minor cosmetic change
4515
4516 2003-07-19 [luke]       0.9.3claws31
4517
4518         * src/mimeview.[ch]
4519         * src/gtk/gtkvscrollbutton.c
4520         * src/messageview.c
4521                 o improved mimeview behaviour when selecting a new message
4522                 o plus code cleanups to remove compile warnings
4523
4524
4525 2003-07-19 [alfons]     0.9.3claws30
4526
4527         * src/procmsg.c
4528         * src/compose.c
4529         * src/common/utils.[ch]
4530                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
4531
4532 2003-07-19 [alfons]     0.9.3claws29
4533
4534         * src/prefs_folder_item.c
4535                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
4536                 string pointers
4537
4538 2003-07-19 [luke]       0.9.3claws28
4539
4540         * src/messageview.c
4541         * src/mimeview.[ch]
4542         * src/procmime.h
4543         * src/rfc2015.c
4544         * src/stock_pixmap.[ch]
4545         * src/gtk/Makefile.am
4546         * src/Makefile.am
4547         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
4548         * src/pixmaps/mime_*.xpm                ** NEW **
4549                 o mimeview rearrangement with a new icon shortcut bar
4550
4551 2003-07-19 [alfons]     0.9.3claws27
4552
4553         * src/folderview.c
4554                 o plug leaking nodes_to_recollapse
4555                 o add folderview_recollapse_all_nodes() (not used yet)
4556
4557 2003-07-19 [alfons]     0.9.3claws26
4558
4559         * src/compose.c
4560         * src/common/utils.c
4561                 honour #240 "Better SUBJECT handling" by cleaning the prefix
4562                 for both forwarding as replying
4563
4564 2003-07-18 [christoph]  0.9.3claws25
4565
4566         * configure.ac
4567         * src/common/sylpheed.[ch]
4568         * src/common/version.h.in
4569                 add version in numeric form to allow easy comparison
4570
4571         * src/plugins/demo/demo.c
4572                 add version check
4573                 - sylpheed version > plugin version => never allowed, sylpheed
4574                   could contain unknown API changes
4575                 - sylpheed version < minimum version required => don't load,
4576                   API required not available (if linking does not fail)
4577
4578 2003-07-18 [alfons]     0.9.3claws24
4579         
4580         * src/common/plugin.[ch]
4581                 const correctness
4582
4583 2003-07-18 [christoph]  0.9.3claws23
4584
4585         * src/common/hooks.c
4586                 fix crash when hooks where unregisted
4587
4588         * src/plugins/trayicon/trayicon.c
4589                 unregister detroy signal before destroying the widget
4590                 (still crashes when the plugin is unloaded)
4591
4592 2003-07-18 [alfons]     0.9.3claws22
4593         
4594         * src/folderview.c
4595                 delay expanding folder tree during drags until timeout triggered
4596                 (needs perhaps some tweaking, so testing is welcome)
4597
4598 2003-07-17 [alfons]     0.9.3claws21
4599
4600         * src/folderview.c
4601                 clean up cruft
4602
4603 2003-07-17 [christoph]  0.9.3claws20
4604
4605         * src/common/session.c
4606                 fix opening of SSL connections
4607
4608         * src/plugins/image_viewer/Makefile.am
4609                 add OPENSSL_CFLAGS (we should find a better solution to remove
4610                 this dependencies if they are not required)
4611
4612         * src/plugins/spamassassin/spamassassin.c
4613                 remove setlocale workaround (fixed in libspamc)
4614
4615         (closes Bug Bug 184 Entering non-ascii character deletes previous char
4616          if spell checking enabled)
4617
4618 2003-07-17 [alfons]     0.9.3claws19
4619
4620         * src/common/hooks.[ch]
4621         * src/plugins/clamav/clamav_plugin.c
4622         * src/plugins/spamassassin/spamassassin.c
4623         * src/plugins/trayicon/trayicon.c
4624                 fix signedness muck 
4625
4626 2003-07-17 [alfons]     0.9.3claws18
4627
4628         * src/procmime.c
4629                 plug memleak
4630
4631 2003-07-17 [alfons]     0.9.3claws17
4632
4633         * src/inc.c
4634                 plug memleak
4635
4636 2003-07-17 [paul]       0.9.3claws16
4637
4638         * src/common/defs.h
4639           src/mainwindow.c
4640           src/manual.[ch]
4641                 add link to the Claws site's FAQ page, after the suggestion
4642                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
4643                 Move url strings to defs.h
4644                 
4645         * src/mainwindow.c
4646                 fix typo to prevent "unknown menu entry" warnings
4647
4648 2003-07-17 [alfons]     0.9.3claws15
4649
4650         * src/folderview.[ch]
4651         * src/summaryview.[ch]
4652         * src/mimeview.[ch]
4653                 plug DnD leaks 
4654
4655 2003-07-17 [paul]       0.9.3claws14
4656
4657         * src/inc.c
4658                 remove two instances of 'GTK_EVENTS_FLUSH' because
4659                 they are unnecessary and probably cause a stack overflow
4660
4661 2003-07-16 [christoph]  0.9.3claws13
4662
4663         * src/mimeview.[ch]
4664                 use an invisible GTK notebook to switch between viewers
4665                 instead of reparenting widgets
4666
4667 2003-07-16 [christoph]  0.9.3claws12
4668
4669         * src/folder.c
4670                 move folder_item_update_freeze() to correct place in
4671                 folder_item_scan_full()
4672
4673 2003-07-16 [paul]       0.9.3claws11
4674
4675         * sync with 0.9.3cvs12
4676                 see ChangeLog 2003-07-14 and 2003-07-15
4677
4678 2003-07-16 [christoph]  0.9.3claws10
4679
4680         * src/imap.[ch]
4681         * src/prefs_account.[ch]
4682                 sync IMAP CRAM-MD5 authentication with sylpheed-main
4683
4684 2003-07-15 [alfons]     0.9.3claws9
4685
4686         * src/main.c
4687                 make --config-dir do something useful
4688
4689 2003-07-15 [alfons]     0.9.3claws8
4690
4691         * src/procmsg.c
4692                 o fix a bug where 'last' didn't really point to the last message
4693                   in the top level list of children, but to the last threaded
4694                   message. 
4695                 
4696                 o clean up and make it easier to sync
4697
4698 2003-07-15 [alfons]     0.9.3claws7
4699
4700         * src/mainwindow.c
4701                 make correct menu items sensitive       
4702
4703 2003-07-14 [alfons]     0.9.3claws6
4704
4705         * src/procmsg.c
4706                 tune the threader so it will not subject-thread any message
4707                 without a subject prefix (this will not thread correctly if 
4708                 a parent is delivered after their childs, but it looks 
4709                 better right now)
4710
4711 2003-07-13 [christoph]  0.9.3claws5
4712
4713         * src/mainwindow.c
4714                 group "Add mailbox *..." menu items in submenu
4715
4716 2003-07-13 [alfons]     0.9.3claws4
4717
4718         * src/summaryview.c
4719                 correct summary_toggle_pressed() signature and make sure
4720                 signal is not passed on
4721
4722 2003-07-13 [alfons]     0.9.3claws3
4723
4724         * src/summaryview.c
4725                 o for now don't pass on keys when they we're handled by 
4726                   ctree::key_press_event
4727                 o clean up
4728
4729 2003-07-13 [alfons]     0.9.3claws2
4730         
4731         * src/main.c
4732                 add command line option "--config-dir" to get the current 
4733                 configuration dir
4734
4735 2003-07-12 [alfons]     0.9.3claws1
4736
4737         * src/matcher.[ch]
4738         * src/matcher_parser_parse.y
4739         * src/prefs_filtering.c
4740         * src/filtering.c
4741                 add "Lock" filter action to lock messages;
4742
4743         * src/filtering.c       
4744                 remove debug_print()    
4745         * src/prefs_filtering.c
4746                 re-organize matcher part 9: 
4747                 make action text entries easily extendible;
4748                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
4749                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
4750
4751 2003-07-12 [paul]
4752
4753         * tools/README
4754                 update old information and add missing
4755                 information
4756
4757 2003-07-12 [paul]       0.9.3claws
4758
4759         * 0.9.3claws released
4760         
4761 2003-07-12 [paul]       0.9.0claws103
4762
4763         * src/Makefile.am
4764                 add addrquery.h
4765
4766 2003-07-12 [melvin]     0.9.0claws102
4767
4768         * src/messageview.c
4769                 Fixed bug #215: Show MIME tab for single text/html messages. 
4770                 
4771 2003-07-12 [paul]       0.9.0claws101
4772
4773         * man/sylpheed.1
4774                 updated
4775
4776 2003-07-12 [paul]       0.9.0claws100
4777
4778         * po/es.po
4779           po/hr.po
4780           po/pl.po
4781           po/sr.po
4782                 update Spanish, Croatian, Polish, Serbian translations.
4783                 submitted by Ricardo Mones Lastra, Dragan, Witold
4784                 Wladyslaw Wojciech Wilk, Urke MMI
4785
4786 2003-07-12 [melvin]     0.9.0claws99
4787
4788         * po/fr.po
4789                 Updated French translations.
4790
4791 2003-07-12 [paul]       0.9.0claws98
4792
4793         * src/addressbook.c
4794                 disable 'Lookup' button as it has no effect
4795
4796 2003-07-11 [alfons]     0.9.0claws97
4797         
4798         * src/summaryview.c
4799                 summary_searchbar_pressed() should return TRUE to signal that
4800                 event was handled. when returning void, the return value passed
4801                 to GTK is actually random, but maybe FALSE, in which case the
4802                 event is handled by parent
4803                 
4804 2003-07-10 [paul]       0.9.0claws96
4805
4806         * ac/missing/gettext.m4
4807                 update to version 0.12
4808
4809 2003-07-10 [paul]       0.9.0claws95
4810
4811         * src/plugins/clamav/clamav_plugin.c
4812                 fix bug where multipart/alternative messages
4813                 would slip through without being scanned
4814
4815 2003-07-10 [christoph]  0.9.0claws94
4816
4817         * src/folder.c
4818                 correct check if folder supports removing when a message is
4819                 moved. if not the message is only copied.
4820
4821         (closes Bug 132 crash on startup in newsgroups folders)
4822
4823 2003-07-09 [alfons]     0.9.0claws93
4824
4825         * configure.ac
4826         * src/common/defs.h
4827                 --with-config-dir (default .sylpheed)
4828
4829 2003-07-09 [christoph]  0.9.0claws92
4830
4831         * configure.ac
4832                 use PKG_CHECK_MODULES to check for gtkmathview
4833                 (version 0.4.2 now required)
4834
4835 2003-07-08 [melvin]     0.9.0claws91
4836
4837         * src/action.c
4838                 Implemented a progress bar that counts the number of completed
4839                 tasks when the action runs more than one command.
4840
4841 2003-07-08 [alfons]     0.9.0claws90
4842
4843         * src/procmsg.c
4844                 if queued message has an invalid Message-Id, don't try to
4845                 find message it refers to (fixes #209 "crash when processing 
4846                 in folder")
4847
4848 2003-07-08 [paul]       0.9.0claws89
4849
4850         * sync with 0.9.3cvs2
4851                 see ChangeLog 2003-07-08
4852
4853 2003-07-08 [match]      0.9.0claws88
4854
4855         * src/ldapctrl.c
4856                 extend LDAP search for first/last name by parsing search term.
4857
4858 2003-07-08 [alfons]     0.9.0claws87
4859
4860         * src/send_message.c
4861                 fix bug #208 "Status message stuck when sending on POP3 account"
4862
4863 2003-07-07 [paul]       0.9.0claws86
4864
4865         * po/hr.po
4866                 new Croatian translation, submitted by
4867                 Dragan <drleskov@inet.hr>
4868
4869 2003-07-07 [paul]       0.9.0claws85
4870
4871         * sync with 0.9.3cvs1
4872                 see ChangeLog 2003-07-07
4873
4874 2003-07-05 [christoph]  0.9.0claws84
4875
4876         * src/Makefile.am
4877         * src/messageview.c
4878         * src/mimeview.[ch]
4879         * src/stock_pixmap.[ch]
4880         * src/pixmaps/messageview_text.xpm              ** NEW **
4881                 move mimeview tabs to the right side and use icons
4882                 instead of text to save some space
4883
4884         (patch by Luke Plant <lukeplant@softhome.net>)
4885
4886 2003-07-05 [christoph]  0.9.0claws83
4887
4888         * src/inc.c
4889                 add NULL pointer checks
4890
4891         (patch by Luke Plant <lukeplant@softhome.net>)
4892         (closes Bug 204 0.9.0 quits on authentication error?!)
4893
4894 2003-07-05 [alfons]     0.9.0claws82
4895
4896         * configure.ac
4897                 take the clue in bug #202 "./configure script - 
4898                 'if test' comparison failure" reported by John Kristoff. 
4899
4900 2003-07-04 [christoph]  0.9.0claws81
4901
4902         * src/plugins/spamassassin/spamassassin.c
4903                 set timeout for spam check
4904
4905 2003-07-04 [christoph]  0.9.0claws80
4906
4907         * src/main.c
4908                 destroy all FolderItems when shutting down to
4909                 allow folders to clean up
4910
4911 2003-07-04 [melvin]     0.9.0claws79
4912
4913         * src/gtk/gtkaspell.c
4914                 Fixed bug #184 "Entering non-ascii character deletes
4915                 previous char if spell checking enabled": this makes
4916                 the spell checking in multibytes (e.g. UTF-8)locales work.
4917                 (Patch by Luke Plant).
4918                 
4919 2003-07-04 [christoph]  0.9.0claws78
4920
4921         * sync with 0.9.2cvs1
4922                 see ChangeLog 2003-06-10
4923
4924 2003-07-04 [paul]       0.9.0claws77
4925
4926         * sync with 0.9.3 release
4927                 see ChangeLog 2003-07-04
4928
4929 2003-07-03 [christoph]  0.9.0claws76
4930
4931         * src/folder.[ch]
4932         * src/imap.c
4933         * src/mbox_folder.c
4934         * src/mh.c
4935         * src/news.c
4936                 move folder_item_get_path() stuff into a folder virtual function
4937
4938         * src/procmsg.c
4939                 use folder_item_fetch_msg() to get message and do not contruct
4940                 the filename from path and number
4941
4942 2003-07-03 [paul]       0.9.0claws75
4943
4944         * sync with 0.9.2cvs12
4945                 see ChangeLog 2003-07-03
4946
4947 2003-07-02 [paul]       0.9.0claws74
4948
4949         * src/messageview.c
4950                 fix text-selection for replying
4951
4952 2003-07-02 [paul]       0.9.0claws73
4953
4954         * sync with 0.9.2cvs11
4955                 see ChangeLog 2003-07-02
4956
4957 2003-07-02 [paul]       0.9.0claws72
4958
4959         * src/procmsg.c
4960                 revert last commit because it breaks more
4961                 than it fixes
4962
4963 2003-07-02 [paul]       0.9.0claws71
4964
4965         * src/procmsg.c
4966                 fix thread by subject/sort by date
4967
4968 2003-07-01 [paul]       0.9.0claws70
4969
4970         * sync with 0.9.2cvs10
4971                 see ChangeLog 2003-07-01
4972
4973 2003-06-30 [paul]       0.9.0claws69
4974
4975         * sync with 0.9.2cvs9
4976                 see ChangeLog 2003-06-30
4977
4978 2003-06-28 [match]      0.9.0claws68
4979
4980         * src/addressbook.c
4981                 fix null ptr.
4982
4983 2003-06-27 [paul]       0.9.0claws67
4984
4985         * sync with 0.9.2cvs7
4986                 see ChangeLog 2003-06-27
4987
4988 2003-06-26 [christoph]  0.9.0claws66
4989
4990         * src/folder.c
4991                 freeze folder updates while a folder is scanned
4992
4993         (closes Bug 185 New message counter)
4994
4995 2003-06-26 [darko]      0.9.0claws65
4996
4997         * src/ldapserver.c
4998                 fix infinite loop when adding a new LDAP server
4999
5000 2003-06-26 [paul]       0.9.0claws64
5001
5002         * sync with 0.9.2cvs6
5003                 see ChangeLog 2003-06-26
5004
5005 2003-06-26 [paul]       0.9.0claws63
5006
5007         * sync with 0.9.2cvs5
5008                 see ChangeLog 2003-06-25 and 2003-06-26
5009
5010 2003-06-25 [match]      0.9.0claws62
5011
5012         * src/addr_compl.c
5013                 Fixed tab/backtab for dropped-down completion list to
5014                 move next/previous field. (close bug 147)
5015
5016 2003-06-25 [christoph]  0.9.0claws61
5017
5018         * src/addr_compl.[ch]
5019         * src/addrindex.[ch]
5020         * src/folderview.c
5021         * src/inc.c
5022         * src/news.c
5023         * src/summaryview.c
5024         * src/toolbar.c
5025                 fix warnings
5026
5027 2003-06-25 [leandro]    0.9.0claws60
5028
5029         * src/compose.c
5030                 o cleanups
5031                 o gray out "Message/Remove references" menu item if not
5032                   replying to a message
5033
5034 2003-06-24 [leandro]    0.9.0claws59
5035
5036         * src/compose.[ch]
5037                 o removed "Message/Create new thread" menu item
5038                 o added "Message/Remove references" menu item
5039                   (it's off by default and will not check anymore
5040                    if the subject changed)
5041
5042 2003-06-23 [alfons]     0.9.0claws58
5043
5044         * src/procmsg.c
5045                 try better grouping messages threaded by subject based on their age.
5046                 still not perfect - because the message tree is not sorted by date.  
5047
5048 2003-06-23 [thorsten]   0.9.0claws57
5049
5050         * src/pop.[ch]
5051                 added mail_receive_hook to allow modifications
5052                 directly after retrieval (e.g. adding headers).
5053
5054 2003-06-23 [paul]       0.9.0claws56
5055
5056         * src/sourcewindow.c
5057                  enable the use of Ctrl+A to select all text in
5058                  the sourcewindow
5059                  Patch submitted by Ivan Francolin Martinez
5060                  <ivanfm@users.sourceforge.net>
5061
5062 2003-06-22 [christoph]  0.9.0claws55
5063
5064         * src/folder.[ch]
5065                 o add notification hook for folder tree changes
5066                 o invoke hooks after folder tree scanning
5067
5068         * src/folderview.[ch]
5069                 register hook for folder tree changes that
5070                 updates the ctree
5071
5072         (there are more places that should be updated, like add, remove 
5073          or move folder)
5074
5075         (closes Bug 164 Crash on rebuild folder tree)
5076         (closes Bug 190 Crash on 'rebuilding folder tree')
5077
5078 2003-06-21 [leandro]    0.9.0claws54
5079
5080         * src/compose.[ch]
5081                 create a new thread if subject changes
5082                 (it's on by default, can be disabled in Message menu)
5083
5084 2003-06-21 [alfons]     0.9.0claws53
5085
5086         * src/summaryview.c
5087                 quiet little compiler
5088
5089 2003-06-21 [christoph]  0.9.0claws52
5090
5091         update gettext stuff to version 0.12
5092
5093 2003-06-19 [alfons]     0.9.0claws51
5094
5095         * src/common/log.c
5096         * src/common/plugin.c
5097                 move defs.h before glib.h to prevent MIN/MAX redefs
5098
5099 2003-06-19 [alfons]
5100
5101         * src/addressbook.c
5102                 translatable
5103
5104 2003-06-19 [match]      0.9.0claws50
5105
5106         * src/addressbook.[ch]
5107         * src/addrindex.[ch]
5108         * src/addr_compl.[ch]
5109         * src/editldap.[ch]
5110         * src/editldap_basedn.[ch]
5111         * src/addritem.[ch]
5112         * src/ldapquery.h
5113                 re-implemented dynamic LDAP search. works without
5114                 slowdown on display sender with addressbook
5115                 option.
5116         * src/addrbook.c
5117                 documented code.
5118
5119 2003-06-19 [paul]       0.9.0claws49
5120
5121         * src/compose.c
5122                 fix Bug #136 'Nonprovided quotation marks crash claws'
5123                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
5124
5125 2003-06-19 [alfons]     0.9.0claws48
5126
5127         * src/prefs_common.[ch]
5128         * src/procmsg.c
5129                 restrict threading by subject by checking thread for
5130                 age (prefs_common.thread_by_subject_max_age)
5131
5132 2003-06-18 [christoph]  0.9.0claws47
5133
5134         * src/imap.c
5135                 fix memory leak in imap_cmd_fetch()
5136
5137 2003-06-18 [christoph]  0.9.0claws46
5138
5139         * src/prefs_gtk.c
5140                 fix memory leak in prefs_set_default() when used multiple
5141                 times or after prefs have been read
5142
5143 2003-06-18 [christoph]  0.9.0claws45
5144
5145         * src/common/plugin.c
5146                 fix memory leak in plugin_unload()
5147
5148 2003-06-18 [christoph]  0.9.0claws44
5149
5150         * src/imap.c
5151                 fix memory leak in imap_cmd_ok()
5152
5153 2003-06-18 [christoph]  0.9.0claws43
5154
5155         * src/folder.c
5156                 stop messages that are downloaded from POP3 and added to
5157                 an IMAP inbox from being filtered twice (first by POP3
5158                 and again when IMAP folder is scaned to get the UID of
5159                 the APPEND operation when no UIDPLUS is available)
5160
5161 2003-06-18 [alfons]
5162
5163         * tools/Makefile.am
5164                 phoenix <- firebird     
5165
5166 2003-06-18 [paul]
5167
5168         * tools/launch_phoenix          ** REMOVED **
5169           tools/launch_firebird         ** NEW **
5170                 renamed and edited to reflect the browser's name change from
5171                 'phoenix' to 'firebird'
5172
5173 2003-06-18 [paul]       0.9.0claws42
5174
5175         * sync with 0.9.2cvs2
5176                 see ChangeLog 2003-06-16
5177
5178 2003-06-17 [alfons]     0.9.0claws41
5179
5180         * src/procmsg.c
5181                 prevent threading problems when a node is an ancestor (parent / great parent),
5182                 which mostly happens with circular references (thanks to Phillipe Gramoullé
5183                 for finding an sample set of messages)
5184
5185 2003-06-16 [christoph]  0.9.0claws40
5186
5187         * src/main.c
5188                 don't popup main window on --receive or --receive-all
5189
5190         * src/mainwindow.[ch]
5191         * src/plugins/trayicon/trayicon.c
5192                 allow hiding of main window by clicking on the trayicon
5193                 (doesn't work correctly in seperate window mode and may
5194                  cause unexpected GTK problems I couldn't find yet)
5195
5196         * src/common/ssl.c
5197                 remove incorrect warning
5198
5199 2003-06-15 [alfons]     0.9.0claws39
5200
5201         * src/gtk/gtkstext.c
5202                 don't output debug text;
5203                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
5204                 for pointing this out);
5205
5206 2003-06-14 [alfons]     0.9.0claws38
5207         
5208         * src/messageview.c
5209                 remove printf() and make one if..else comply with coding style
5210
5211 2003-06-14 [alfons]     0.9.0claws37
5212
5213         * AUTHORS
5214                 add Martin Wicke
5215         * src/action.c
5216         * src/messageview.[ch]
5217         * src/summaryview.c
5218                 apply patch #754162 "Quoting messages filtered by actions" submitted
5219                 by Martin Wicke, which allows quoting message body changed by an
5220                 action (Thanks!).
5221
5222 2003-06-13 [alfons]     0.9.0claws36
5223
5224         * src/utils.c
5225                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
5226                 use case insensitive regexp (suggested by Ivan Martinez)
5227
5228 2003-06-13 [christoph]  0.9.0claws35
5229
5230         * configure.ac
5231         * src/plugins/trayicon/Makefile.am
5232         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
5233         * src/plugins/trayicon/trayicon.c
5234         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
5235         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
5236         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
5237         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
5238         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
5239         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
5240                 replace my own EggTrayIcon backport with the backport
5241                 used by (l|x)mule and gabber.
5242
5243 2003-06-13 [alfons]     0.9.0claws34
5244
5245         * AUTHORS
5246         * src/common/utils.c
5247                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
5248
5249 2003-06-13 [alfons]     0.9.0claws33
5250
5251         * src/compose.c
5252                 clean up a little bit
5253
5254 2003-06-12 [alfons]     0.9.0claws32
5255
5256         * src/compose.c
5257                 const correctness fix
5258
5259         * src/common/sylpheed.[ch]
5260                 () -> (void)
5261                 prevent redef MIN/MAX
5262                 
5263         * src/common/utils.[ch]
5264                 () -> (void)
5265
5266 2003-06-12 [melvin]     0.9.0claws31
5267
5268         * src/compose.c
5269                 Updated to take into accounts changes in GtkAspell.
5270
5271 2003-06-12 [alfons]     0.9.0claws30
5272
5273         * src/compose.c
5274         * src/procmsg.c
5275         * src/common/utils.[ch]
5276                 handle reply subject prefixes better (initial 
5277                 suggestion by Robert Story adapted and enhanced 
5278                 using regexps)
5279
5280 2003-06-12 [melvin]     0.9.0claws29
5281
5282         * src/compose.c
5283                 Use new gtkaspell_checkers_strerror() to get the speller's
5284                 error message instead of accessing the (now private)
5285                 checkers structure.
5286                 Minor code clean up
5287
5288         * src/main.c
5289                 Use #ifdef instead of #if for USE_ASPELL
5290                 Use the new spell checkers init/quit functions 
5291
5292         * src/gtk/gtkaspell.c
5293                 Use #ifdef instead of #if for USE_ASPELL
5294                 Moved in the majority of GtkAspell structures that were
5295                 exported before by gtkaspell.h
5296         
5297         * src/gtk/gktaspell.h
5298                 Made gtkaspell.h contain only the necessary data to be
5299                 publicized by moving many structures to gtkaspell.c.
5300                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
5301                 gtkaspell_checkers_new(): replaced by...
5302                 gtkaspell_checkers_init(): new function for initialization
5303                 gtkaspell_checkers_delete(): replaced by...
5304                 gtkaspell_checkers_quit(): new function
5305                 gtkaspell_checkers_strerror(): new function that returns
5306                 the checker's last error message.
5307                 
5308 2003-06-11 [melvin]     0.9.0claws28
5309
5310         * po/POTFILES.in
5311                 Updated to take into account gtkaspell.c migration to
5312                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
5313
5314 2003-06-10 [alfons]     0.9.0claws27
5315
5316         * src/filtering.[ch]
5317         * src/folder.c
5318         * src/matcher.c
5319         * src/scoring.[ch]
5320                 - try fixing bug #18 (any brave testers?)
5321                 - add more robustness by refusing previously 
5322                   unchecked NULL pointers 
5323
5324 2003-06-10 [alfons]     0.9.0claws26
5325
5326         * src/procmsg.c
5327                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
5328
5329 2003-06-09 [alfons]     0.9.0claws25
5330
5331         * src/prefs_common.c
5332                 fix bug #163 "Icon switching doesnt work properly" by 
5333                 preventing early freeing of prefs_common.pixmap_theme_path.
5334
5335 2003-06-09 [christoph]  0.9.0claws24
5336
5337         * src/gtk/gtkaspell.c
5338                 revert Thorsten's fix and add forgotten g_strdup for
5339                 aspell path (it should not be possible to alter the path a
5340                 GtkASpell uses from outside)
5341
5342 2003-06-09 [thorsten]   0.9.0claws23
5343
5344         * src/gtk/gtkaspell.c
5345                 dont free prefs_common.aspell_path when closing compose
5346
5347 2003-06-08 [colin]      0.9.0claws22
5348
5349         * src/plugins/spamassassin/spamassassin.c
5350                 fix prefs types
5351
5352 2003-06-07 [christoph]  0.9.0claws21
5353
5354         * src/Makefile.am
5355         * src/compose.c
5356         * src/gtkaspell.[ch]            ** REMOVE **
5357         * src/gtk/Makefile.am
5358         * src/gtk/gtkaspell.[ch]        ** NEW **
5359                 o make gtkaspell independent from sylpheed's prefs
5360                 o move gtkaspell.[ch] to gtk directory
5361
5362 2003-06-07 [christoph]  0.9.0claws20
5363
5364         * src/Makefile.am
5365         * src/crash.c
5366         * src/export.c
5367         * src/filesel.[ch]              ** REMOVE **
5368         * src/folder.c
5369         * src/main.[ch]
5370         * src/common/sylpheed.[ch]
5371         * src/gtk/Makefile.am
5372         * src/gtk/filesel.[ch]          ** NEW **
5373         * src/gtk/pluginwindow.c
5374         * src/gtk/sslcertwindow.c
5375                 move filesel.[ch] to gtk directory
5376
5377 2003-06-07 [alfons]     0.9.0claws19
5378
5379         * src/filesel.c
5380                 make (multi) file selection dialog work again (Claws-only)
5381
5382 2003-06-07 [thorsten]   0.9.0claws18
5383
5384         * po/de.po
5385                 fix typos
5386
5387 2003-06-07 [alfons]     0.9.0claws17
5388
5389         * configure.ac
5390         * src/mimeview.c
5391                 detect apache mishap in which case don't include fnmatch.h
5392                 if regex.h is already included
5393
5394 2003-06-06 [christoph]  0.9.0claws16
5395
5396         * configure.ac
5397         * src/mimeview.h
5398                 add check for fnmatch.h and include it when available
5399
5400         * src/mimeview.[ch]
5401                 fix wrong case sensitivity of Content-Types
5402
5403         * src/gtk/Makefile.am
5404                 need the same include paths in gtk directory as in
5405                 common directory because .h files in common can
5406                 include files from these directories, when included
5407                 in gtk's .h or .c files
5408
5409 2003-06-06 [alfons]     0.9.0claws15
5410
5411         * src/mimeview.c
5412         * src/summaryview.c
5413                 make it compile again because of regex.h / fnmatch.h 
5414                 include problems (related to recent mime stuff, can
5415                 someone check this?)
5416
5417 2003-06-06 [thorsten]   0.9.0claws14
5418
5419         * src/folderview.c
5420                 possible use of uninitialized pointer while dragging
5421
5422 2003-06-06 [paul]       0.9.0claws13
5423
5424         * src/compose.c
5425                 fix bug where the insert sig button would be effective
5426                 only when auto_sig was set
5427
5428 2003-06-06 [paul]       0.9.0claws12
5429
5430         * sync with 0.9.2 release
5431
5432 2003-06-02 [paul]       0.9.0claws11
5433
5434         * sync with 0.9.1cvs1
5435                 see ChangeLog 2003-06-02
5436                 
5437         * po/de.po
5438                 update by Jens
5439
5440 2003-06-01 [christoph]  0.9.0claws10
5441
5442         * src/account.c
5443                 don't use substring search to find accounts by email address
5444
5445         (closes Bug 169 Overly loose matching of "From" address)
5446
5447 2003-05-31 [christoph]  0.9.0claws9
5448
5449         * doc-src/rfc2683.txt
5450         * src/imap.c
5451                 limit IMAP command length as recommended in RFC2683
5452                 (message number lists will be split into multiple imap
5453                 sets, the limit of 1000 octets is not a hard limit)
5454
5455         (closes Bug 161 sylpheed-claws exits with segfault when logging
5456          in to certain imap-servers)
5457
5458 2003-05-29 [alfons]     0.9.0claws8
5459
5460         * src/toolbar.[ch]
5461                 add print button (calling summary_print());
5462                 fine tune setting tooltip text;
5463                 (if someone needs other buttons, please take these 
5464                 commits as a guide, instead of bothering us - also
5465                 see 0.8.11claws150) 
5466
5467 2003-05-29 [darko]      0.9.0claws7
5468
5469         * src/compose.c
5470                 fix crash when word wrapping kicks in due to
5471                 changed text by spell checker
5472
5473 2003-05-29 [paul]       0.9.0claws6
5474
5475         * src/compose.c
5476                 fix bug where changing account would insert
5477                 sig even if auto_sig was FALSE
5478                 
5479         * ChangeLog
5480           ChangeLog.jp
5481           INSTALL
5482                 sync with 0.9.1 release
5483
5484 2003-05-28 [christoph]  0.9.0claws5
5485
5486         * src/imap.c
5487                 fix truncation of too long commands
5488
5489         (closes Bug 167 IMAP hangs trying to get envelope
5490          information in imap_get_uncached_messages)
5491
5492 2003-05-27 [paul]       0.9.0claws4
5493
5494         * tools/Makefile.am
5495           tools/maildir2sylpheed.pl     ** NEW FILE **
5496                 add kmail to sylpheed mailbox conversion script
5497
5498 2003-05-27 [paul]       0.9.0claws3
5499
5500         * sync with 0.9.0cvs10
5501                 see ChangeLog 2003-05-26
5502
5503 2003-05-26 [paul]       0.9.0claws2
5504
5505         * sync with 0.9.0cvs9
5506                 see ChangeLog 2003-05-26
5507
5508 2003-05-24 [paul]       0.9.0claws1
5509
5510         * sync with 0.9.0cvs8
5511                 see ChangeLog 2003-05-23
5512
5513 2003-05-24 [paul]       0.9.0claws
5514
5515         * version 0.9.0claws released
5516
5517 2003-05-24 [paul]       0.8.11claws177
5518
5519         * src/plugins/dillo-viewer/Makefile.am
5520           src/plugins/traycon/Makefile.am
5521                 add missing files
5522                 
5523         * po/bg.po
5524           po/en_GB.po
5525           po/es.po
5526           po/it.po
5527           po/pt_BR.po
5528           po/ru.po
5529           po/sr.po
5530                 update Bulgarian, British English, Spanish, Italian, 
5531                 Brazilian Portuguese, Russian, and Serbian translations, 
5532                 submitted by George Danchev, [me], Ricardo Mones Lastra,
5533                 André Filipe de Assunção e Brito, Alessandro Maestri, 
5534                 Ruslan N. Balkin, and Urke MMI
5535
5536 2003-05-23 [melvin]     0.8.11claws176
5537
5538         * po/fr.po
5539                 Updated French translations
5540
5541 2003-05-22 [paul]       0.8.11claws175
5542
5543         * src/Makefile.am
5544           src/addrbook.[ch]
5545           src/addrcache.[ch]
5546           src/addr_compl.[ch]
5547           src/adressbook.[ch]
5548           src/addrindex.[ch]
5549           src/addritem.[ch]
5550           src/editaddress.c
5551           src/editgroup.c
5552           src/editldap_basedn.c
5553           src/editldap.c
5554           src/jpilot.c
5555           src/vcard.c
5556                 revert to get ldap into it previous working state
5557                 
5558         * po/zh_TW.Big5.po
5559                 new Taiwanese translation,
5560                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
5561
5562 2003-05-22 [christoph]  0.8.11claws174
5563
5564         * src/plugins/spamassassin/libspamc.[ch]
5565                 sync libspamc with SpamAssaain release 2.55
5566
5567 2003-05-22 [paul]       0.8.11claws173
5568
5569         * sync with 0.9.0cvs7
5570                 see ChangeLog 2003-05-22
5571                 
5572         * src/summaryview.c
5573                 revert change in 0.8.11claws172: follow
5574                 Hiroyuki's decision and that's the end of it.
5575
5576 2003-05-21 [paul]       0.8.11claws172
5577
5578         * src/summaryview.c
5579                 fix discrepency between open_unread_on_enter
5580                 and always_show_msg
5581
5582 2003-05-21 [paul]       0.8.11claws171
5583
5584         * sync with 0.9.0cvs6
5585                 see ChangeLog 2003-05-21
5586
5587 2003-05-21 [paul]       0.8.11claws170
5588
5589         * sync with 0.9.0cvs5
5590                 see ChangeLog 2003-05-21
5591
5592 2003-05-20 [paul]       0.8.11claws169
5593
5594         * sync with 0.9.0cvs4
5595                 see ChangeLog 2003-05-20
5596                 fixes bug #152, 'encoding of IMAP folders names'
5597
5598 2003-05-20 [paul]       0.8.11claws168
5599
5600         * sync with 0.9.0cvs3
5601                 see ChangeLog 2003-05-20
5602                 
5603         * src/tools/convert_mbox.pl
5604                 minor change in the comments, submitted by Fred Marton
5605
5606 2003-05-19 [paul]       0.8.11claws167
5607
5608         * src/plugins/clamav/Makefile.am
5609           configure.ac
5610                 link clamav_lib to the plugin and not to the main program
5611
5612 2003-05-19 [christoph]
5613
5614         * src/Makefile.am
5615                 add -export-dynamic for linking
5616
5617 2003-05-19 [paul]       0.8.11claws166
5618
5619         * sync with 0.9.0cvs1
5620                 see ChangeLog 2003-05-19
5621
5622 2003-05-19 [paul]       0.8.11claws165
5623
5624         * src/inc.c
5625                 fix 'pop before smtp' timeout
5626
5627 2003-05-18 [alfons]     0.8.11claws164
5628
5629         * src/prefs_matcher.c
5630                 put "execute" action command line ("expression") in edit box
5631
5632 2003-05-18 [christoph]  0.8.11claws163
5633
5634         * src/mimeview.[ch]
5635         * src/plugins/dillo_viewer/dillo_viewer.c
5636         * src/plugins/image_viewer/viewer.c
5637         * src/plugins/mathml_viewer/mathml_viewer.c
5638                 let a viewer have a list of Content-Types
5639
5640 2003-05-18 [paul]       0.8.11claws162
5641
5642         * src/prefs_filtering.c
5643                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
5644                 and REDIRECT actions
5645
5646 2003-05-17 [christoph]
5647
5648         * README.claws
5649                 o remove dynamic signatures that was syned with main
5650                 o add infos about no longer "build in" image viewer
5651                 o update bugtracker URL
5652
5653 2003-05-17 [christoph]  0.8.11claws161
5654
5655         * src/folder.c
5656         * src/folderview.c
5657         * src/imap.c
5658                 don't use imap_scan_folder anymore. Instead call folder_item_scan
5659                 for every folder after rebuilding the folder tree.
5660
5661         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
5662          messages)
5663
5664 2003-05-17 [christoph]  0.8.11claws160
5665
5666         * src/imap.c
5667                 don't use STATUS command on current folder to check for
5668                 content changes. imap_cmd_ok() now tracks changes to
5669                 folder and number of existing messages.
5670
5671 2003-05-17 [paul]       0.8.11claws159
5672
5673         * src/plugins/clamav/clamav_plugin.c
5674                 remove unnecessary debug_print
5675
5676 2003-05-16 [thorsten]   0.8.11claws158
5677
5678         * src/plugins/demo.c
5679                 included missing intl.h
5680
5681 2003-05-16 [paul]       0.8.11claws157
5682
5683         * po/POTFILES.in
5684                 remove non-existant entries
5685         
5686         * src/plugins/clamav/clamav_plugin.c
5687           src/plugins/clamav/clamav_plugin_gtk.c
5688           src/plugins/dillo_viewer/dillo_prefs.c
5689           src/plugins/dillo_viewer/dillo_viewer.c
5690                 gettextise
5691
5692 2003-05-16 [christoph]  0.8.11claws156
5693
5694         * po/POTFILES.in
5695                 include plugin .c files for translation until I
5696                 find a better solution to have plugins have their
5697                 own textdomain
5698         * src/plugins/demo/demo.c
5699         * src/plugins/image_viewer/plugin.c
5700         * src/plugins/mathml_viewer/mathml_viewer.c
5701         * src/plugins/spamassassin/spamassassin.c
5702         * src/plugins/spamassassin/spamassassin_gtk.c
5703         * src/plugins/trayicon/trayicon.c
5704                 add gettext macros for plugin name and description
5705
5706 2003-05-16 [paul]
5707
5708         * sync with 0.9.0
5709
5710 2003-05-16 [paul]       0.8.11claws155
5711
5712         * sync with lastest 0.9.0pre1
5713                 see ChangeLog 2003-05-16
5714
5715 2003-05-15 [paul]       0.8.11claws154
5716
5717         * sync with latest 0.9.0pre1
5718                 see ChangeLog 2003-05-14 and 2003-05-15
5719
5720 2003-05-14 [christoph]  0.8.11claws153
5721
5722         * src/plugins/image_viewer/viewer.c
5723         * src/plugins/image_viewer/viewer.glade         ** NEW **
5724         * src/plugins/image_viewer/viewerprefs.c
5725                 make it possible to disable the autoload function in the
5726                 imageviewer again
5727
5728 2003-05-14 [christoph]  0.8.11claws152
5729
5730         * src/folder.c
5731                 fix folder update after adding a message
5732
5733 2003-05-13 [alfons]     0.8.11claws151
5734
5735         * src/common/session.c
5736                 remove debug traces
5737                 
5738         * src/addrcache.[ch]
5739         * src/filtering.[ch]
5740         * src/folder.[c]
5741         * src/gtkaspell.[ch]
5742         * src/imap.[ch]
5743         * src/mbox_folder.[ch]
5744         * src/mh.[ch]
5745         * src/mimeview.h
5746         * src/msgcache.[ch]
5747         * src/news.[ch]
5748         * src/passphrase.[ch]
5749         * src/prefs_common.[ch]
5750         * src/prefs_gtk.[ch]
5751         * src/procmsg.c
5752         * src/scoring.[ch]
5753                 be pedantic; (in prototypes () implies (int))
5754
5755 2003-05-13 [alfons]     0.8.11claws150
5756
5757         * src/prefs_toolbar.[ch]
5758         * src/summaryview.[ch]
5759         * src/toolbar.[ch]
5760                 change misleading text in toolbar prefs;
5761                 add toolbar action for ignore thread (toggles ignore thread flag);
5762                 clean up a little bit;
5763
5764 2003-05-12 [paul]
5765
5766         * tools/convert_mbox.pl
5767                 bug fixed by Fred Marton
5768
5769 2003-05-12 [paul]
5770
5771         * sync with 0.9.0pre1
5772
5773 2003-05-09 [paul]       0.8.11claws149
5774
5775         * sync with 0.8.11cvs43
5776                 see ChangeLog 2003-05-09
5777
5778 2003-05-08 [christoph]  0.8.11claws148
5779
5780         * src/imap.[ch]
5781                 o use CAPABILIY as first command and check for PREAUTH
5782                   information in the response to it
5783                 o rewrite all imap_cmd_* functions to use an IMAPSession
5784                   instead of a SockInfo as parameter
5785                 o do STARTTLS after fetching and checking the server
5786                   capabilities
5787
5788 2003-05-08 [paul]       0.8.11claws147
5789
5790         * tools/Makefile.am
5791           tools/README
5792           tools/convert_mbox.pl         ** NEW FILE **
5793                 add mbox conversion script. Submitted by 
5794                 Fred Marton <Fred.Marton@uni-bayreuth.de>
5795
5796 2003-05-07 [christoph]
5797
5798         * doc-src/glade.txt
5799         * src/gtk/pluginwindow.glade
5800         * src/plugins/image_viewer/viewerprefs.glade
5801         * src/plugins/spamassassin/spamassassin_gtk.glade
5802                 add glade files for user interfaces and a description how
5803                 to use glade to create the sylpheed code
5804
5805 2003-05-07 [paul]       0.8.11claws146
5806
5807         * sync with 0.8.11cvs41
5808                 see ChangeLog 2003-05-07
5809
5810 2003-05-06 [christoph]  0.8.11claws145
5811
5812         * src/main.c
5813         * src/plugins/image_viewer/viewer.c
5814                 fix usage of imlib in imageviewer plugin
5815
5816         * src/gtk/prefswindow.c
5817                 handle window close event correctly
5818
5819 2003-05-06 [paul]       0.8.11claws144
5820
5821         * src/common/ssl.c
5822                 fix typo introduced in sync
5823
5824 2003-05-06 [paul]       0.8.11claws143
5825
5826         * sync with 0.8.11cvs39
5827                 see ChangeLog 2003-05-06
5828
5829 2003-05-06 [paul]       0.8.11claws142
5830
5831         * AUTHORS
5832           po/cs.po
5833                 updated Czech translation, submitted by 
5834                 Radek Vybiral <Radek.Vybiral@vsb.cz>
5835                 
5836         * src/plugins/clamav/clamav_plugin_gtk.c
5837                 clean up
5838
5839 2003-05-03 [alfons]     0.8.11claws141
5840
5841         * src/compose.[ch]
5842                 make paste as quotation work even when the call to 
5843                 text_inserted() was deferred (fixes bug #140 "Paste 
5844                 as quotation does not work when using "external" 
5845                 clipboard")
5846
5847 2003-05-03 [thorsten]   0.8.11claws140
5848
5849         * src/addrquery.h
5850           src/ldapquery.h
5851           src/mainwindow.c
5852                 removed C++ comments
5853         * src/addr_compl.c
5854                 function with non-int retval/param used before
5855                 implementation/declaration
5856
5857 2003-05-02 [paul]       0.8.11claws139
5858
5859         * src/addr_compl.[ch]
5860           src/addressbook.[ch]
5861           src/addrindex.c
5862           src/summaryview.c
5863                 revert match's changes to (finally) remove the bug where
5864                 opening a folder causes massive slowdown when using the 
5865                 'Display sender using address book' option
5866
5867 2003-05-01 [melvin]     0.8.11claws138
5868
5869         * src/plugins/dillo_viewer/dillo_prefs.[ch]
5870         * src/plugins/dillo_viewer/dillo_viewer.c
5871                 Fixed bug where "Cancel" button from prefs issued
5872                 warnings.
5873                 Comply a little more to coding style
5874
5875 2003-05-01 [paul]       0.8.11claws137
5876
5877         * sync with 0.8.11cvs38
5878                 see ChangeLog 2003-05-01
5879
5880 2003-05-01 [paul]       0.8.11claws136
5881
5882         * po/bg.po
5883                 updated by George Danchev
5884
5885 2003-04-30 [christoph]  0.8.11claws135
5886
5887         * src/plugins/dillo_viewer/dillo_prefs.c
5888         * src/plugins/image_viewer/viewerprefs.c
5889         * src/plugins/spamassassin/spamassassin_gtk.c
5890                 remove gtk_widget_ref() calls for widgets in
5891                 glade code
5892
5893 2003-04-30 [paul]       0.8.11claws134
5894
5895         * src/addrindex.c
5896                 ok, this time a better fix for the bug where opening folder
5897                 has massive slowdown when using the 'Display sender using 
5898                 address book' option
5899
5900 2003-04-30 [paul]       0.8.11claws133
5901
5902         * src/addrindex.c
5903                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
5904         
5905 2003-04-30 [melvin]     0.8.11claws132
5906
5907         New: Dillo plugin preferences (patch by Dimitar Haralanov)
5908
5909         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
5910                 Preferences for the dillo plugin
5911         * src/plugins/dillo_viewer/dillo_viewer.c
5912                 Support for preferences
5913         * src/plugins/dillo_viewer/Makefile.am
5914                 Added dillo_prefs.[ch]
5915
5916 2003-04-30 [alfons]     0.8.11claws131
5917
5918         * src/common/plugin.[ch]
5919                 see? this ANSI C'fication immediately gives us type
5920                 checking for free.
5921
5922 2003-04-30 [alfons]     0.8.11claws130
5923
5924         * src/common/plugin.[ch]
5925         * src/plugins/clamav/clamav_plugin.[ch]
5926         * src/plugins/clamav/clamav_plugin_gtk.c
5927         * src/plugins/demo/demo.c
5928         * src/plugins/dillo_viewer/dillo_viewer.c
5929         * src/plugins/image_viewer/plugin.c
5930         * src/plugins/image_viewer/viewer.[ch]
5931         * src/plugins/image_viewer/viewerprefs.[ch]
5932         * src/plugins/mathml_viewer/mathml_viewer.c
5933         * src/plugins/spamassassin/spamassassin.[ch]
5934         * src/plugins/spamassassin/spamassassin_gtk.c
5935         * src/plugins/trayicon/trayicon.c
5936                 clean up
5937
5938 2003-04-30 [alfons]     0.8.11claws129
5939
5940         * src/common/utils.c
5941                 make is_ascii_str() fail gracefully when NULL pointer
5942                 is passed
5943
5944 2003-04-30 [paul]       0.8.11claws128
5945
5946         * src/addrindex.c
5947                 fix bug where opening folder has massive slowdown when
5948                 using the 'Display sender using address book' option
5949
5950 2003-04-30 [paul]       0.8.11claws127
5951
5952         * src/plugins/clamav/clamav_plugin.c
5953           src/plugins/clamav/clamav_plugin_gtk.c
5954           src/plugins/demo/demo.c
5955           src/plugins/dillo_viewer/dillo_viewer.c
5956           src/plugins/image_viewer/plugin.c
5957           src/plugins/mathml_viewer/mathml_viewer.c
5958           src/plugins/spamassassin/spamassassin.c
5959           src/plugins/spamassassin/spamassassin_gtk.c
5960           src/plugins/trayicon/trayicon.c
5961                 get rid of eye-hurting function signatures
5962
5963 2003-04-30 [paul]       0.8.11claws126
5964
5965         * src/plugins/trayicon/trayicon.c
5966                 add description
5967                 
5968         * src/mimeview.c
5969                 be more descriptive
5970
5971 2003-04-30 [paul]       0.8.11claws125
5972
5973         * configure.ac
5974                 arrange the plugins in reverse alphabetical order
5975                 
5976         * src/plugins/clamav/clamav_plugin.[ch]
5977           src/plugins/clamav/clamav_plugin_gtk.c
5978                 rename some params
5979                 resize max_size window
5980                 re-arrange the order of some gui elements
5981                 improve descriptions
5982         
5983         * src/plugins/image_viewer/plugin.c
5984           src/plugins/mathml_viewer/mathml_viewer.c
5985                 add descriptions
5986                 
5987         * src/plugins/spamassassin/spamassassin_gtk.c
5988                 resize max_size window
5989                 re-arrange the order of some gui elements
5990                 
5991         * src/messageview.c
5992           src/mimeview.c
5993                 correct typos
5994
5995 2003-04-30 [alfons]     0.8.11claws124
5996
5997         * src/imap.c
5998                 fix a leak found while browsing Martin Kluge's 
5999                 valgrind log (Claws only)
6000
6001 2003-04-29 [darko]      0.8.11claws123
6002
6003         * src/gtk/gtkstext.h
6004                 include wchar.h if it is available, fixes compilation
6005                 on HP-UX systems
6006
6007 2003-04-29 [melvin]     0.8.11claws122
6008
6009         * src/prefs_actions.c
6010                 Improved help text of Actions' syntax
6011
6012 2003-04-28 [paul]       0.8.11claws121
6013
6014         * src/action.c
6015                 a better fix for the crash when performing an action
6016                 on a mime part
6017
6018 2003-04-28 [paul]       0.8.11claws120
6019
6020         * src/action.c
6021                 fix crash when performing an action on a
6022                 mime part
6023
6024 2003-04-28 [paul]       0.8.11claws119
6025
6026         * sync with 0.8.11cvs36
6027                 see ChangeLog 2003-04-28
6028
6029 2003-04-27 [paul]       0.8.11claws118
6030
6031         * more sync with 0.8.11cvs35
6032                 see ChangeLog 2003-04-25
6033
6034 2003-04-26 [christoph]  0.8.11claws117
6035
6036         * src/folder.c
6037                 fix remove virtual check
6038
6039 2003-04-26 [paul]       0.8.11claws116
6040
6041         * src/messageview.c
6042                 fix return-receipt, make it work again
6043
6044 2003-04-26 [paul]       0.8.11claws115
6045
6046         * src/mimeview.c
6047                 restore double-clicking of the [application/pgp-signature 
6048                 (Select "Check signature" to check)] line in the message view,
6049                 broken in recent sync
6050
6051 2003-04-26 [christoph]  0.8.11claws114
6052
6053         * src/folder.c
6054                 check if remove virtual really exists before
6055                 calling the function
6056
6057 2003-04-25 [match]      0.8.11claws113
6058
6059         * src/addrindex.c
6060         * src/addrbook.c
6061         * src/ldapquery.[ch]
6062         * src/ldapctrl.[ch]
6063                 fix memleak.
6064         * src/ldapserver.[ch]
6065                 fix memleak. fix segfault.
6066                 plug a Claws memleak
6067
6068 2003-04-25 [alfons]     0.8.11claws112
6069
6070         * src/folder.c
6071                 plug a Claws memleak
6072
6073 2003-04-25 [alfons]     0.8.11claws111
6074
6075         * src/common/session.c
6076                 plug a memleak
6077
6078 2003-04-25 [paul]       0.8.11claws110
6079
6080         * sync with 0.8.11cvs35
6081                 see ChangeLog 2003-04-24 and 2003-04-25
6082                 
6083         * src/gtk/pluginwindow.c
6084                 correct another strange float value
6085
6086 2003-04-24 [christoph]  0.8.11claws109
6087
6088         * src/folder.c
6089                 freeze folder item updates when unsetting new flags
6090
6091         * src/gtk/pluginwindow.c
6092                 correct strange float value
6093
6094 2003-04-23 [paul]       0.8.11claws108
6095
6096         * sync with 0.8.11cvs33
6097                 see ChangeLog 2003-04-23
6098
6099 2003-04-22 [paul]       0.8.11claws107
6100
6101         * src/Makefile.am
6102           src/messageview.c
6103           src/mimeview.c
6104           src/pgptext.[ch]      ** REMOVED **
6105                 remove pgptext.[ch] as its not used any more
6106
6107 2003-04-22 [paul]       0.8.11claws106
6108
6109         * sync with 0.8.11cvs31
6110                 see ChangeLog 2003-04-21 and 2003-04-22
6111
6112 2003-04-21 [alfons]     0.8.11claws105
6113
6114         * src/main.c
6115                 No access to GTK structures if we're a spawned child
6116                 (and clean up code a little bit...) Should fix #126.
6117
6118 2003-04-21 [melvin]     0.8.11claws104
6119
6120         * src/plugins/dillo_viewer/README
6121                 Improved slightly the text.
6122
6123 2003-04-21 [melvin]     0.8.11claws103
6124
6125         * src/plugins/dillo_viewer/README *** NEW ***
6126                 Added a README file for the Dillo plugin
6127
6128 2003-04-20 [paul]
6129
6130         * tools/README
6131           tools/outlook2sylpheed.pl
6132                 updated and improved by Ricardo Mones Lastra
6133
6134 2003-04-18 [oliver]     0.8.11claws102
6135
6136         * src/inc.c 
6137         * src/prefs_account.h
6138                 remove Pop3SessionType (used by selective download)
6139         * src/prefs_toolbar.c
6140                 enable set Default Toolbar button
6141
6142 2003-04-18 [paul]       0.8.11claws101
6143
6144         * sync with 0.8.11cvs29
6145                 see ChangeLog 2003-04-18
6146
6147 2003-04-17 [paul]       0.8.11claws100
6148
6149         * src/prefs_common.[ch]
6150           src/summaryview.c
6151                 remove 'Open next message on deletion' option,
6152                 as the same effect can now be achieved via the
6153                 'Always open messages in summary when selected'
6154                 option.
6155
6156 2003-04-17 [paul]       0.8.11claws99
6157
6158         * sync with 0.8.11cvs28
6159                 see ChangeLog 2003-04-17
6160
6161 2003-04-17 [christoph]  0.8.11claws98
6162
6163         * ac/spamassassin.m4
6164         * src/plugins/spamassassin/libspamc.[ch]
6165         * src/plugins/spamassassin/utils.[ch]
6166                 sync libspamc with SpamAssassin project
6167
6168 2003-04-17 [christoph]  0.8.11claws97
6169
6170         * src/common/socket.h
6171         * src/gtk/sslcertwindow.h
6172                 rename old USE_SSL to USE_OPENSSL
6173
6174 2003-04-17 [paul]       0.8.11claws96
6175
6176         * src/prefs_common.h
6177                 use gulong for P_COLOR so that it compiles/runs on
6178                 64-bit systems. Patch submitted by James Noyes
6179                 <jnoyes-claws@retrogeeks.com>
6180                 
6181         * po/de.po
6182                 updated by Jens
6183
6184 2003-04-17 [paul]       0.8.11claws95
6185
6186         * sync with 0.8.11cvs27
6187                 see ChangeLog 2003-04-16
6188
6189 2003-04-15 [paul]       0.8.11claws94
6190
6191         * src/prefs_common.[ch]
6192                 rearrange to stop the window getting too long:
6193                         move Receive dialog stuff to Receive tab
6194                         move Send dialog to Send tab
6195                         remove Dialogs frame
6196                 rename 'Open messages in summary with cursor keys' to
6197                 'Always open messages in summary when selected', as its
6198                 more appropriate
6199
6200 2003-04-15 [paul]       0.8.11claws93
6201
6202         * src/prefs_common.[ch]
6203           src/summaryview.c
6204                 add new option '/Interface/Open next message on deletion'
6205
6206 2003-04-15 [paul]       0.8.11claws92
6207
6208         * src/summaryview.[ch]
6209                 add /Mark/Lock and /Mark/Unlock to the pop-up
6210                 menu. Patch submitted by Ivan Francolin Martinez
6211                 <ivanfm@users.sourceforge.net>
6212
6213 2003-04-15 [paul]       0.8.11claws91
6214
6215         * sync with 0.8.11cvs24
6216                 see ChangeLog 2003-04-15
6217
6218 2003-04-14 [jens]       0.8.11claws90
6219
6220         * updated German translation and some corrections from
6221                 Roland Bless <bless@tm.uka.de>
6222
6223 2003-04-14 [paul]       0.8.11claws89
6224
6225         * sync with 0.8.11cvs22
6226                 see ChangeLog 2003-04-14
6227
6228 2003-04-13 [paul]       0.8.11claws88
6229
6230         * src/plugins/clamav/clamav_plugin.c
6231                 fix memory leaks
6232                 clean up
6233
6234 2003-04-12 [paul]       0.8.11claws87
6235
6236         * src/plugins/clamav/clamav_plugin.c
6237                 activate enable/disable archive scanning option
6238                 
6239         * src/plugins/clamav/.cvsignore         ** NEW FILE **
6240
6241 2003-04-12 [paul]       0.8.11claws86
6242
6243         * src/plugins/Makefile.am
6244           src/plugins/clamav/Makefile.am                ** NEW FILE **
6245           src/plugins/clamav/README                     ** NEW FILE ** 
6246           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
6247           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
6248                 add Clam AntiVirus plugin
6249
6250 2003-04-12 [paul]       0.8.11claws85
6251
6252         * sync with 0.8.11cvs21
6253                 see ChangeLog 2003-04-11
6254
6255 2003-04-11 [paul]       0.8.11claws84
6256
6257         * po/es.po
6258                 update Spanish translation. Submitted by Ricardo
6259                 Mones Lastra.
6260
6261 2003-04-10 [christoph]  0.8.11claws83
6262
6263         * src/mbox.c
6264                 fix typo that did not move unfiltered mails to destination
6265                 folder
6266
6267         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
6268          when filtering from spool)
6269
6270 2003-04-10 [christoph]  0.8.11claws82
6271
6272         * src/imap.c
6273                 use BODY.PEEK instead of BODY in in message fetch operation
6274                 to make sure the IMAP server does not set the \Seen flag for
6275                 messages. Sylpheed does that later itself, when the message
6276                 is opened in sylpheed
6277
6278         (closes Bug 111 Claws destroys unread marks)
6279
6280 2003-04-09 [oliver]     0.8.11claws81
6281         
6282         * src/folder.c
6283                 fix crash in folder_destroy
6284         * README.claws
6285                 remove selective download
6286
6287 2003-04-09 [christoph]  0.8.11claws80
6288
6289         * src/imap.c
6290                 fix crash in imap_get_msginfo() when then fetched message
6291                 is not found
6292
6293         (closes Bug 110 Crash during mail composition)
6294
6295 2003-04-08 [christoph]  0.8.11claws79
6296
6297         * src/folder.c
6298         * src/prefs_account.c
6299                 Filter new messages that are found in an INBOX folder
6300                 when 'Filter messages on receiving' is enabled in the
6301                 Folder's AccountPrefs. This allows to use Sylpheed's
6302                 filtering engine for IMAP folders where messages are
6303                 added to the INBOX by a MTA
6304
6305 2003-04-08 [paul]       0.8.11claws78
6306
6307         * src/procmsg.h
6308                 clean up after last commit
6309
6310 2003-04-08 [paul]       0.8.11claws77
6311
6312         * sync with 0.8.11cvs20
6313                 see ChangeLog 2003-04-07 and 2003-04-08
6314
6315 2003-04-07 [christoph]  0.8.11claws76
6316
6317         * src/filtering.[ch]
6318         * src/inc.[ch]
6319         * src/mbox.c
6320         * src/procmsg.[ch]
6321                 add procmsg_msginfo_filter() to execute filtering actions
6322
6323 2003-04-06 [christoph]  0.8.11claws75
6324
6325         * src/imap.c
6326                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
6327
6328 2003-04-06 [christoph]  0.8.11claws74
6329
6330         * src/common/utils.[ch]
6331                 add g_int_compare() function for slist sorting
6332
6333         * src/imap.c
6334                 fetch all MsgInfos with one command in imap_get_msginfos()
6335                 using an imap set with a list of ranges
6336
6337         * src/news.c
6338                 use new g_int_compare() function
6339
6340 2003-04-06 [thorsten]   0.8.11claws73
6341
6342         * src/mh.c
6343                 corrected implementation of mh_folder_destroy()
6344
6345 2003-04-05 [christoph]  0.8.11claws72
6346
6347         * src/account.c
6348         * src/folder.[ch]
6349         * src/folderview.c
6350         * src/imap.c
6351         * src/inc.c
6352         * src/main.c
6353         * src/mainwindow.c
6354         * src/mbox_folder.c
6355         * src/mh.c
6356         * src/mimeview.h
6357         * src/msgcache.[ch]
6358         * src/news.c
6359         * src/procmime.h
6360         * src/procmsg.[ch]
6361         * src/setup.c
6362         * src/gtk/gtkutils.c
6363                 o rename structure field names class and new to klass and
6364                   new_msgs, to allow including files in C++
6365                 o add 'extern "C"' block to some header files
6366                 o add MsgInfoList and MsgNumberList as alias for GSList for
6367                   developers to know what type of list is expected
6368
6369         * src/plugins/image_viewer/plugin.c
6370         * src/plugins/image_viewer/viewer.[ch]
6371         * src/plugins/image_viewer/viewerprefs.[ch]
6372                 rename function names to prevent conflicts
6373
6374 2003-04-05 [paul]       0.8.11claws71
6375
6376         * sync with 0.8.11cvs18
6377                 see ChangeLog 2003-04-03 and 2003-04-04
6378
6379 2003-04-02 [christoph]  0.8.11claws70
6380
6381         * src/folder.[ch]
6382         * src/imap.[ch]
6383         * src/mbox_folder.[ch]
6384         * src/mh.[ch]
6385         * src/news.[ch]
6386                 o Make all virtual folder functions private
6387                 o remove unused folder code
6388
6389         * src/common/socket.[ch]
6390         * src/summaryview.c
6391                 fix warnings
6392
6393 2003-03-30 [alfons]     0.8.11claws69
6394
6395         * src/send_message.c
6396                 remove two debug traces and see if people still report
6397                 errors
6398
6399 2003-03-30 [alfons]     0.8.11claws68
6400
6401         * src/send_message.c
6402         * src/commons/session.c
6403                 add more debug traces
6404
6405 2003-03-30 [christoph]  0.8.11claws67
6406
6407         * src/folder.c
6408                 change processing folder name from .processing to processing
6409
6410         * src/common/ssl.c
6411                 disable SSL certificate check because it causes Xlib error
6412                 when the child process want's to open an GTK window
6413
6414 2003-03-30 [christoph]  0.8.11claws66
6415
6416         * src/folder.c
6417                 don't use default folder for processing folder item because
6418                 it can be a non local folder
6419
6420         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
6421
6422 2003-03-30 [alfons]     0.8.11claws65
6423
6424         * src/send_message.c
6425                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
6426                 to generate bad code for 'send_send_data_progressive': When
6427                 called from 'send_send_data_finished', the 'data' pointer is
6428                 cleared just before the assignment to the dialog pointer
6429
6430 2003-03-29 [christoph]  0.8.11claws64
6431
6432         * src/common/prefs.h
6433         * src/plugins/image_viewer/Makefile.am
6434         * src/plugins/image_viewer/plugin.c
6435         * src/plugins/image_viewer/viewer.[ch]
6436         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
6437                 add PrefsPage for ImageViewer
6438
6439 2003-03-28 [thorsten]   0.8.11claws63
6440
6441         * src/common/session.c
6442                 added some comments
6443
6444 2003-03-28 [paul]       0.8.11claws62
6445
6446         * sync with 0.8.11cvs16
6447                 see ChangeLog 2003-03-28
6448
6449 2003-03-28 [paul]       0.8.11claws61
6450
6451         * sync with 0.8.11cvs15
6452                 see ChangeLog 2003-03-28
6453
6454 2003-03-27 [christoph]  0.8.11claws60
6455
6456         * src/folder.c
6457         * src/imap.c
6458         * src/common/socket.[ch]
6459                 set socket state to DISCONNECTED when any operation
6460                 fails to allow reconnecting in IMAP code without
6461                 checking the return code of all calls to the command
6462                 functions
6463
6464         * src/folderview.c
6465         * src/summaryview.c
6466                 remove some more stuff that depends on specific
6467                 folder types
6468
6469 2003-03-27 [paul]       0.8.11claws59
6470
6471         * sync with 0.8.11cvs14
6472                 see ChangeLog 2003-03-27
6473                 
6474         * src/selective_download.[ch]   ** REMOVED **
6475                 really removed
6476
6477 2003-03-27 [christoph]  0.8.11claws58
6478
6479         * src/folder.c
6480                 fix handling of tmp_flags in flag copy function
6481
6482 2003-03-27 [paul]       0.8.11claws57
6483
6484         * sync with 0.8.11cvs13
6485                 see ChangeLog 2003-03-27
6486
6487 2003-03-27 [oliver]     0.8.11claws56
6488
6489         * src/maiwindow.c
6490                 remove sel_download_cb
6491
6492 2003-03-27 [oliver]     0.8.11claws55
6493         
6494         * src/inc.c
6495                 remove POP3_TOP
6496         
6497 2003-03-26 [oliver]     0.8.11claws54
6498
6499         *src/pop.h
6500                 remove POP3_TOP*
6501         * README.claws
6502                 remove selective donwload readme
6503
6504 2003-03-26 [oliver]     0.8.11claws53
6505         * src/matcher.[ch]
6506         * src/matcher_parser_parse.y 
6507         * src/pop.c 
6508         * src/prefs_account.[ch]
6509         * src/prefs_filtering.c
6510                 remove selective donwload
6511
6512 2003-03-26 [oliver]     0.8.11claws52
6513
6514         * src/inc.[ch] 
6515         * src/filtering.c 
6516         * src/mainwindow.c 
6517                 remove selective donwload
6518
6519 2003-03-26 [oliver]     0.8.11claws51
6520         
6521         * src/Makefile.am
6522         * src/selective_download.[ch]   ** REMOVE **    
6523
6524 2003-03-26 [christoph]  0.8.11claws50
6525
6526         * src/news.c
6527                 fix NEWS that got broken by a sync with sylpheed-main
6528
6529 2003-03-26 [christoph]  0.8.11claws49
6530
6531         * src/mimeview.c
6532                 fix mime type guessing when no mime type is found for a file
6533
6534 2003-03-25 [christoph]  0.8.11claws48
6535
6536         * src/mimeview.c
6537         * src/procmime.c
6538                 remove mime type guessing from mime parser and use
6539                 name based mime types in viewer lookup for mime type
6540                 application/octet-stream
6541
6542 2003-03-25 [christoph]  0.8.11claws47
6543
6544         * doc-src/readme.txt
6545         * doc-src/rfc2554.txt
6546                 add RFC about SMTP AUTH
6547
6548         * src/send_message.c
6549         * src/common/smtp.[ch]
6550                 add extra error code for authentication errors and
6551                 clear temporary password when this error occurs
6552
6553         (closes Bug 84 authentication failure while sending should
6554          prompt for password again)
6555
6556 2003-03-25 [christoph]  0.8.11claws46
6557
6558         * configure.ac
6559         * src/Makefile.am
6560         * src/imageview.[ch]                            ** REMOVE **
6561         * src/messageview.[ch]
6562         * src/mimeview.[ch]
6563         * src/prefs_common.[ch]
6564         * src/textview.c
6565         * src/plugins/Makefile.am
6566         * src/plugins/image_viewer/.cvsignore           ** NEW **
6567         * src/plugins/image_viewer/Makefile.am          ** NEW **
6568         * src/plugins/image_viewer/plugin.c             ** NEW **
6569         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
6570                 move image viewer into a plugin (building is enabled by default)
6571                 [ToDo: Prefs for resize and autoview]
6572
6573 2003-03-25 [paul]       0.8.11claws45
6574
6575         * sync with 0.8.11cvs12
6576                 see ChangeLog 2003-03-26
6577
6578 2003-03-25 [paul]       0.8.11claws44
6579
6580         * sync with 0.8.11cvs11
6581                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
6582                 
6583         Note: Selective Download is broken.
6584                 
6585 2003-03-22 [christoph]  0.8.11claws43
6586
6587         * src/folder.c
6588                 code cleanup for flags copying
6589
6590 2003-03-22 [christoph]  0.8.11claws42
6591
6592         * src/plugins/trayicon/trayicon.c
6593                 fix setting the transparent area when the window size
6594                 is forced by the system tray
6595
6596 2003-03-22 [christoph]  0.8.11claws41
6597
6598         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
6599         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
6600         * src/plugins/trayicon/newmail.xpm              ** NEW **
6601         * src/plugins/trayicon/nomail.xpm               ** NEW **
6602         * src/plugins/trayicon/trayicon.c
6603         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
6604                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
6605                 o add icon for unread mails
6606                 o set transparency for window
6607
6608 2003-03-22 [christoph]  0.8.11claws40
6609
6610         * src/news.c
6611                 init news session to prevent crash when session is closed
6612
6613 2003-03-22 [christoph]  0.8.11claws39
6614
6615         * src/imap.c
6616         * src/common/session.[ch]
6617                 Init session data to make sure we don't have invalid pointers
6618                 for read_ch and write_ch when new multi process sessions are
6619                 not used
6620
6621         * src/main.c
6622         * src/common/plugin.c
6623         * src/common/sylpheed.c
6624         * src/plugins/demo/demo.c
6625         * src/plugins/dillo_viewer/dillo_viewer.c
6626         * src/plugins/mathml_viewer/mathml_viewer.c
6627         * src/plugins/spamassassin/spamassassin.c
6628         * src/plugins/spamassassin/spamassassin_gtk.c
6629                 add plugin types to allow loading plugins at different times
6630                 (and maybe for different frontends), because it's not good to
6631                 load GTK-Plugins gefore gtk_init was called
6632
6633         * configure.ac
6634         * src/plugins/Makefile.am
6635         * src/plugins/trayicon/.cvsignore               ** NEW **
6636         * src/plugins/trayicon/Makefile.am              ** NEW **
6637         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
6638         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
6639         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
6640         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
6641         * src/plugins/trayicon/trayicon.c               ** NEW **
6642                 New Trayicon plugin that shows an icon in a systray that uses
6643                 XEMBED protocol like Gnome's systray. Icon shows if there
6644                 are new mails and a tooltip shows information about new,
6645                 unread and total messages.
6646
6647 2003-03-22 [paul]       0.8.11claws38
6648
6649         * src/common/smtp.c
6650                 fix ESMTP AUTH CRAM-MD5
6651                 [sync with main (still version 0.8.11cvs6), see
6652                  ChangeLog 2003-03-22]
6653
6654 2003-03-21 [colin]      0.8.11claws37
6655
6656         * src/send_message.c
6657                 Fix USE_SSL => USE_OPENSSL
6658
6659 2003-03-21 [colin]      0.8.11claws36
6660
6661         * src/folderview.c
6662                 Fix counts in drag and dropped subfolders
6663
6664 2003-03-21 [colin]      0.8.11claws35
6665
6666         * src/folder.c 
6667         * src/folderview.c
6668                 speed up a bit folder dnd
6669
6670 2003-03-20 [alfons]     0.8.11claws34
6671
6672         * src/main.c
6673         * src/toolbar.c
6674         * src/procmsg.c
6675                 don't send locked queue messages
6676                 (feature request "[ 705245 ] Locking message in outbox 
6677                  should prevent sending")
6678
6679 2003-03-20 [christoph]  0.8.11claws33
6680
6681         * src/folder.c
6682                 remove NEW and UNREAD flag in special folders when scanning
6683                 
6684         * src/common/smtp.c
6685                 fix ESMTP AUTH CRAM-MD5
6686
6687 2003-03-20 [paul]       0.8.11claws32
6688
6689         * src/prefs_account.c
6690                 Re-write 'Tunnel command to open connection' as
6691                 'Use command to communicate with server', and disable
6692                 it for all except IMAP accounts
6693
6694 2003-03-20 [paul]       0.8.11claws31
6695
6696         * sync with 0.8.11cvs6
6697                 see ChangeLog 2003-03-20
6698
6699 2003-03-19 [match]      0.8.11claws30
6700
6701         * src/addritem.[ch]
6702                 include documentation. minor refactoring.
6703         * src/addr_compl.[ch]
6704         * src/addrindex.[ch]
6705         * src/addresbook.[ch]
6706         * src/summaryview.c
6707                 re-enable address lookup (was disabled in
6708                 0.8.11claws20).
6709
6710 2003-03-19 [christoph]  0.8.11claws29
6711
6712         * src/procmsg.c
6713                 add temp flag handling, will make moving and copying
6714                 messages possible again
6715
6716         * src/folder.c
6717                 correct calulation of folder stats
6718
6719 2003-03-18 [match]      0.8.11claws28
6720
6721         * src/editgroup.h
6722                 remove case sensitive comparison (closes bug 80).
6723
6724 2003-03-18 [christoph]  0.8.11claws27
6725
6726         * src/imap.c
6727                 fix imap using a tunnel command
6728
6729         (closes bug 87)
6730
6731 2003-03-18 [christoph]  0.8.11claws26
6732
6733         * src/folder.[ch]
6734         * src/imap.c
6735         * src/procmsg.[ch]
6736                 rewrite flag handling for folders
6737
6738 2003-03-18 [christoph]  0.8.11claws25
6739
6740         * src/folder.c
6741         * src/procmsg.c
6742         * src/summaryview.c
6743                 unset NEW and UNREAD flags when message is ignored, to make
6744                 sure messages don't show up as unread on other IMAP clients,
6745                 because the IGNORE_THREAD flag can not be syncronized through
6746                 the IMAP folder
6747
6748 2003-03-17 [christoph]  0.8.11claws24
6749
6750         * src/imap.c
6751                 don't use recursion to fetch uids when the number of messages
6752                 does not match. Moved code into subfunction that is used
6753                 again when needed, to prevent an endless loop.
6754
6755 2003-03-17 [thorsten]   0.8.11claws23
6756
6757         * src/imageview.[ch]
6758                 export imageview_get_resized_size() (for plugins)
6759         * src/prefs_common.[ch]
6760                 added prefs_common_get() (for plugins)
6761
6762 2003-03-17 [christoph]  0.8.11claws22
6763
6764         * src/imap.c
6765                 o remove UID guessing from copy code
6766                 o support UIDPLUS extension for APPEND command
6767
6768 2003-03-17 [paul]       0.8.11claws21
6769
6770         * src/gtk/about.c
6771                 remove 'Compiled-plugins' section.
6772                 
6773         * src/plugins/dillo_viewer/dillo_viewer.c
6774                 slight change to description text
6775
6776 2003-03-16 [match]      0.8.11claws20
6777         * src/ldapserver.[ch]           ** NEW **
6778         * src/ldapctrl.[ch]             ** NEW **
6779         * src/ldapquery.[ch]            ** NEW **
6780         * src/ldaputil.[ch]             ** NEW **
6781         * src/addrcindex.[ch]           ** NEW **
6782         * src/addrquery.h               ** NEW **
6783         * src/addritem.[ch]
6784         * src/addrcache.[ch]
6785         * src/addrindex.[ch]
6786         * src/addr_compl.[ch]
6787         * src/addressbook.[ch]
6788         * src/addrbook.[ch]
6789         * src/editgroup.c
6790         * src/editaddress.c
6791         * src/editldap.c
6792         * src/editldap_basedn.c
6793         * src/vcard.c
6794         * src/jpilot.c
6795         * src/Makefile.am
6796                 included dynamic LDAP queries. improved address
6797                 completion.
6798
6799 2003-03-16 [paul]       0.8.11claws19
6800
6801         * tools/multiwebsearch.pl
6802                 fix a fatal typo
6803
6804 2003-03-16 [christoph]  0.8.11claws18
6805
6806         * src/mimeview.c
6807         * src/plugins/dillo_viewer/dillo_viewer.c
6808         * src/plugins/mathml_viewer/mathml_viewer.c
6809                 make unregistering of MimeViewerFactorys possible
6810
6811 2003-03-16 [alfons]     0.8.11claws17
6812
6813         * configure.ac
6814                 correct typo
6815
6816 2003-03-16 [melvin]     0.8.11claws16
6817
6818         * src/plugins/dillo_viewer.c
6819                 Fixed bug where it was not possible to view more than
6820                 one text/html attachment per message (bug discovered
6821                 by Christoph Hohmann).
6822
6823 2003-03-15 [melvin]     0.8.11claws15
6824
6825         * src/prefs_actions.c
6826                 Fixed compilation warnings.
6827
6828 2003-03-15 [melvin]     0.8.11claws14
6829
6830         * src/plugins/Makefile.am
6831         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
6832         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
6833         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
6834                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
6835                 newer (http://dillo.auriga.wearlab.de/).
6836
6837 2003-03-15 [christoph]  0.8.11claws13
6838
6839         * src/imap.c
6840                 don't query imap folder for attributes because we already
6841                 for them from imap_status
6842
6843         * src/mimeview.[ch]
6844                 add support for plugable MimeViewers (unloading Viewers
6845                 not yet complete)
6846
6847         * src/plugins/Makefile.am
6848         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
6849         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
6850         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
6851                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
6852                 widget from http://helm.cs.unibo.it/mml-widget/
6853
6854 2003-03-14 [christoph]  0.8.11claws12
6855
6856         * src/folder.[ch]
6857                 o error return code's should better be negative
6858                 o replace printf with debug_print
6859
6860         * src/imap.c
6861                 improve IMAP folder scan by checking UID-NEXT
6862
6863         * src/summaryview.c
6864                 remove check that are unnecessary in my opinion
6865
6866 2003-03-13 [christoph]  0.8.11claws11
6867
6868         * src/folder.[ch]
6869         * src/foldersel.c
6870         * src/folderview.c
6871         * src/imap.c
6872         * src/mbox_folder.c
6873         * src/mh.c
6874         * src/news.c
6875         * src/prefs_scoring.c
6876         * src/summaryview.c
6877                 use a common function to get a displayable name
6878                 for a FolderItem
6879
6880 2003-03-13 [paul]       0.8.11claws10
6881
6882         * tools/Makefile.am
6883           tools/README
6884           tools/multiwebsearch.conf     ** NEW FILE **
6885           tools/multiwebsearch.pl       ** NEW FILE **
6886                 add multiwebsearch Actions script
6887
6888 2003-03-13 [colin]      0.8.11claws9
6889
6890         * src/compose.c
6891                 Remove leading emtpy lines from quoted text
6892                 before quoting it
6893
6894 2003-03-13 [melvin]     0.8.11claws8
6895
6896         * src/prefs_actions.c
6897                 Fixed a memory leak
6898                 Code clean ups
6899                 Added Cancel and OK buttons
6900                 Corrected help text
6901
6902 2003-03-13 [christoph]  0.8.11claws7
6903
6904         * src/account.c
6905         * src/folder.[ch]
6906         * src/imap.c
6907         * src/mainwindow.c
6908         * src/mbox_folder.c
6909         * src/mh.c
6910         * src/news.c
6911         * src/setup.c
6912                 replace more folder type stuff with folder class stuff
6913
6914 2003-03-13 [melvin]     0.8.11claws6
6915
6916         * src/prefs_actions.c
6917                 Added new tokens:
6918                 %u: user provided argument
6919                 %h: user provided argument (hidden on input)
6920                 %s: current text selection in the message view 
6921
6922 2003-03-13 [paul]       0.8.11claws5
6923
6924         * sync with 0.8.11cvs5
6925                 see ChangeLog 2003-03-11, 2003-03-12
6926
6927 2003-03-12 [christoph]  0.8.11claws4
6928
6929         * src/folder.c
6930                 use folder class idstr when writing folderlist.xml
6931
6932         * src/folder.h
6933         * src/imap.c
6934         * src/news.c
6935                 replace folder type checks with folder class checks
6936
6937 2003-03-12 [christoph]  0.8.11claws3
6938
6939         * src/folder.[ch]
6940         * src/imap.[ch]
6941         * src/main.c
6942         * src/mbox_folder.[ch]
6943         * src/mh.[ch]
6944         * src/news.[ch]
6945                 o create a list of known folder classes in the folder system
6946                 o use folder class id strings for folder item identifiers
6947
6948 2003-03-12 [christoph]  0.8.11claws2
6949
6950         * src/imap.c
6951                 fix imap uid validity check
6952
6953 2003-03-12 [christoph]  0.8.11claws1
6954
6955         * src/account.c
6956         * src/folder.[ch]
6957         * src/foldersel.c
6958         * src/folderview.c
6959         * src/imap.c
6960         * src/mainwindow.c
6961         * src/mbox_folder.c
6962         * src/mh.c
6963         * src/news.c
6964         * src/prefs_scoring.c
6965         * src/procmsg.c
6966         * src/setup.c
6967         * src/summaryview.c
6968                 initial restructuring of folder system, seperating
6969                 folders and folder classes
6970
6971 2003-03-12 [paul]       0.8.11claws
6972
6973         0.8.11claws release
6974
6975 2003-03-12 [christoph]
6976
6977         * src/gtk/prefswindow.c
6978                 fix translation of "Page Index"
6979
6980 2003-03-12 [paul]       0.8.10claws110
6981
6982         a sync from 0.8.11cvs4 before the release
6983
6984         * src/common/utils.c
6985                 subject_compare_for_sort(): allow null strings (fixes
6986                 summary sorting).
6987
6988 2003-03-11 [paul]       0.8.10claws109
6989
6990         * po/es.po
6991                 update Spanish translation, submitted by
6992                 Ricardo Mones Lastra
6993
6994 2003-03-11 [melvin]     0.8.10claws108
6995
6996         * po/fr.po
6997                 Updated French translations
6998
6999 2003-03-11 [paul]       0.8.10claws107
7000
7001         * manual/en/Makefile.am
7002           manual/en/*.html
7003                 update English manual, add a new page
7004                 updated by Francois Barriere <fbarriere@atmel.fr>
7005                 
7006         * po/bg.po
7007           po/it.po
7008           po/sr.po
7009                 update Bulgarian, Italian, and Serbian translations
7010                 submitted by George Danchev, Alessandro Maestri, and
7011                 Urke MMI
7012
7013 2003-03-10 [paul]       0.8.10claws106
7014
7015         * src/gtk/about.c
7016           src/gtk/prefswindow.c
7017                 make some strings translatable
7018
7019 2003-03-10 [darko]      0.8.10claws105
7020
7021         * src/compose.c
7022                 code cleanup to make Hiro happy
7023
7024 2003-03-10 [paul]       0.8.10claws104
7025
7026         * sync with 0.8.11cvs2
7027                 see ChangeLog 2003-03-10
7028
7029 2003-03-09 [melvin]     0.8.10claws103
7030
7031         * src/textview.c
7032                 textview_set_font(): fix for message display in
7033                 UTF-8 locales (thanks to Sergey Vlasov).
7034                 (was unintentionnaly reverted in 0.8.6claws6)   
7035
7036 2003-03-08 [darko]      0.8.10claws102
7037
7038         * src/compose.c
7039                 fix infinite loop in wrapping as reported
7040                 by happycactus
7041                 obsoletes patch #696482
7042
7043 2003-03-08 [christoph]  0.8.10claws101
7044
7045         * src/imap.c
7046                 add workaround for IMAP servers that do not
7047                 support the "UID SEARCH UID" command
7048
7049 2003-03-07 [christoph]  0.8.10claws100
7050
7051         * src/plugins/spamassassin/spamassassin.[ch]
7052         * src/plugins/spamassassin/spamassassin_gtk.c
7053                 code cleanup
7054
7055 2003-03-07 [paul]       0.8.10claws99
7056
7057         * po/es.po
7058                 updated Spanish translation, submitted by
7059                 Ricardo Mones Lastra
7060
7061 2003-03-07 [christoph]  0.8.10claws98
7062
7063         * src/send.c
7064                 fix in 0.8.10claws94 was wrong
7065                 local delivery does not require escaping, remove escaping
7066                 code to make signatures of mails with "." lines valid
7067                 
7068                 NOTE: requires that sendmail is executed with "-i" option,
7069                       what is the default now, but has to be changed in all
7070                       exsiting accounts)
7071
7072 2003-03-07 [paul]       0.8.10claws97
7073
7074         * sync with 0.8.11 release
7075                 see ChangeLog 2003-03-07
7076
7077 2003-03-06 [paul]       0.8.10claws96
7078
7079         * src/compose.c
7080                 revert commit 0.8.10claws92
7081
7082 2003-03-06 [paul]       0.8.10claws95
7083
7084         * src/folderview.c
7085                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
7086
7087         * src/gtkaspell.c
7088                 fix bug 74, 'Crash opening editor window with pseudo-color
7089                 display'
7090                 
7091         Patches submitted by Kevin Vigor <kevin@vigor.nu>
7092
7093 2003-03-06 [christoph]  0.8.10claws94
7094
7095         * src/send.c
7096                 fix rfc2821 (4.5.2) violation in SMTP data sending,
7097                 all lines starting with a period get an extra period
7098                 inserted
7099                 (found by Simon 'corecode' Schubert)
7100
7101 2003-03-06 [paul]       0.8.10claws93
7102
7103         * src/folderview.c
7104                 if configured font can't be loaded fall back to gtk
7105                 default. (with thanks to Christoph)
7106                 
7107                 closes long-standing bug 15 'Crashes on startup'
7108
7109 2003-03-06 [paul]       0.8.10claws92
7110
7111         * src/compose.c
7112                 freeze text before autosave and thaw afterwards
7113                 fixes bug 67 'autosave make re-rediting message crazy'
7114
7115 2003-03-06 [christoph]  0.8.10claws91
7116
7117         * src/compose.c
7118                 ignore address comment in dupe check for Cc-list
7119
7120         (closes reopened bug 47 Replying to message strips name part of
7121          e-mail addresses of Cc: lines)
7122
7123 2003-03-06 [paul]       0.8.10claws90
7124
7125         * src/Makefile.am
7126                 remove reference to gtkxtext.h as its no longer in
7127                 the repository
7128
7129 2003-03-06 [paul]       0.8.10claws89
7130
7131         * sync with 0.8.10cvs25
7132                 see ChangeLog 2003-03-06
7133
7134 2003-03-06 [oliver]     0.8.10claws88
7135         
7136         * src/messageview.c
7137                 remove include
7138
7139 2003-03-06 [oliver]     0.8.10claws87
7140         
7141         * src/folderview.c 
7142                 remove changes introduced inclaws74
7143         * src/messageview.c
7144                 another attempt to sanely delete and update
7145                 messages deleted in separate messageview
7146
7147 2003-03-05 [christoph]  0.8.10claws86
7148
7149         * src/summaryview.c
7150                 check if "From" matches any account's address if
7151                 addressbook completion of addresses is disabled too
7152
7153         (closes Bug 70 "Display recipient in from" doesn't check
7154          folder's default account)
7155
7156 2003-03-05 [christoph]  0.8.10claws85
7157
7158         * src/compose.c
7159         * src/common/utils.[ch]
7160                 don't strip address comments when building Cc lists
7161
7162         (closes Bug 47 Replying to message strips name part of e-mail addresses
7163          of Cc: lines)
7164
7165         * src/folder.c
7166                 fix return value of copy function
7167
7168 2003-03-05 [christoph]  0.8.10claws84
7169
7170         * src/imap.c
7171                 don't ask imap server for non rfc822 headers
7172
7173         (closes bug 71 IMAP FETCH asks for FROM header field twice)
7174
7175         * src/imap.c
7176                 destroy session on socket error to allow reconnecting
7177
7178 2003-03-05 [christoph]  0.8.10claws83
7179
7180         * configure.ac
7181                 fix building with gnome when no prefix is set
7182
7183         (closes bug 66 Gnome directory is set to NONE)
7184
7185 2003-03-05 [paul]       0.8.10claws82
7186
7187         * sync with 0.8.10cvs23
7188                 see ChangeLog 2003-03-05
7189
7190 2003-03-04 [christoph]  0.8.10claws81
7191
7192         * src/folder.c
7193                 o fix moving and copying when folder returns 0 for new
7194                   message number
7195                 o remove some code for single message copy and move
7196                   operations and use functions for multiple messages
7197
7198         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
7199
7200         * src/news.c
7201                 remove unused include
7202
7203 2003-03-04 [paul]       0.8.10claws80
7204
7205         * src/gtk/about.c
7206                 list 'Compiled plugins'
7207
7208 2003-03-03 [christoph]  0.8.10claws79
7209
7210         * src/news.[ch]
7211                 have to multiply the percentage of the current fetch with
7212                 the percentage that it has of the total fetch operation
7213                 for correct values
7214
7215 2003-03-03 [christoph]  0.8.10claws78
7216
7217         * src/news.c
7218                 fix calculation of expected lines for progress indicator
7219
7220 2003-03-03 [christoph]  0.8.10claws77
7221
7222         * src/summaryview.c
7223         * src/common/utils.c
7224                 fix segfault when opening the root news folder
7225
7226 2003-03-03 [christoph]  0.8.10claws76
7227
7228         * src/mainwindow.[ch]
7229         * src/common/Makefile.am
7230         * src/common/progressindicator.[ch]
7231                 add UI independent progress indicator handling
7232
7233         * src/news.[ch]
7234                 use new progress indicator for message info fetching
7235
7236         * src/common/hooks.h
7237                 code cleanup
7238
7239 2003-03-03 [oliver]     0.8.10claws75
7240
7241         * src/toolbar.c
7242         * src/compose.c
7243                 removed commented code
7244
7245 2003-03-03 [oliver]     0.8.10claws74
7246
7247         * src/toolbar.[ch]
7248                 cleanups and refactoring
7249         * src/compose.[ch]
7250                 compose_reply_mode reply & forwarding interface for
7251                 toolbar buttons
7252         * src/folderview.c
7253                 act on messages marked for deletion in folderview_selected
7254                 based on prefs_common.immediate_exec since a message might 
7255                 have been deleted by messageview in a folder we are changing 
7256                 to (does anybody understand what I'm on about ?)
7257
7258 2003-03-03 [oliver]     0.8.10claws73
7259         
7260         * src/messageview.[ch]
7261                 new functions
7262                 - messageview_delete: delete message shown in messagview
7263                 - messageview_update_view: update messageview to currently 
7264                   selected summaryview message
7265                 - add separate messageview to msgview_list in order to update 
7266                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
7267         * src/summaryview.[ch]
7268                 summary_get_selection returns a list of selected msgs
7269                 in summaryview
7270         * src/mainwindow.c
7271                 toolbar reply refactoring
7272
7273 2003-03-03 [paul]       0.8.10claws72
7274
7275         * sync with 0.8.10cvs21
7276                 see ChangeLog 2003-03-03
7277
7278 2003-03-02 [christoph]  0.8.10claws71
7279
7280         * src/common/passcrypt.c
7281                 use POSIX includes
7282
7283 2003-03-02 [christoph]  0.8.10claws70
7284
7285         * configure.ac
7286         * src/prefs_account.c
7287         * src/prefs_gtk.[ch]
7288         * src/common/.cvsignore
7289         * src/common/Makefile.am
7290         * src/common/passcrypt.c                ** NEW **
7291         * src/common/passcrypt.h.in             ** NEW **
7292                 Implement password encryption in config files
7293                 using unix encrypt and setkey functions. The crypt
7294                 key can be set as a configure parameter. Old
7295                 passwords will be converted if they do not begin
7296                 with '!'
7297
7298 2003-03-02 [paul]       0.8.10claws69
7299
7300         * src/prefs_account.c
7301                 fix compile error
7302
7303 2003-03-01 [thorsten]   0.8.10claws68
7304
7305         * po/el.po
7306           po/hr.po
7307           po/it.po
7308           po/nl.po
7309           po/sr.po
7310           po/sv.po
7311                 corrected format strings
7312         * po/en_GB.po
7313                 corrected headers
7314                 (fix compile errors with GNU gettext-0.11.5)
7315
7316 2003-03-01 [oliver]     0.8.10claws67
7317
7318         * src/summaryview.c
7319                 menu callbacks call toolbar_menu_reply
7320
7321 2003-03-01 [oliver]     0.8.10claws66
7322
7323         * src/mainwindow.c
7324         * src/messageview.c
7325                 menu callbacks call toolbar_menu_reply
7326         * src/toolbar.[ch]
7327                 callbacks from menu handled by toolbar_menu_reply
7328
7329 2003-03-01 [paul]       0.8.10claws65
7330
7331         * src/addressbook.c
7332                 revert commit 0.8.10claws54 - breaks editing of
7333                 addressbook.
7334                 
7335         * po/bg.po
7336                 update Bulgarian translation, submitted by
7337                 George Danchev
7338
7339 2003-02-28 [christoph]  0.8.10claws64
7340
7341         * src/account.c
7342         * src/addressadd.c
7343         * src/compose.c
7344         * src/gtkaspell.c
7345         * src/gtkxtext.h                ** REMOVE **
7346         * src/imap.c
7347         * src/matcher.[ch]
7348         * src/mh.c
7349         * src/news.c
7350         * src/pine.c
7351         * src/prefs_common.c
7352         * src/prefs_matcher.c
7353         * src/procheader.[ch]
7354         * src/procmsg.[ch]
7355         * src/toolbar.c
7356         * src/common/ssl_certificate.c
7357         * src/gtk/colorlabel.c
7358         * src/gtk/menu.c
7359                 o fix warnings
7360                 o remove code obsoleted by new cache and folder system rework
7361
7362 2003-02-28 [oliver]     0.8.10claws63
7363         
7364         * src/toolbar.[ch]
7365                 * fix bug where reply in Messageview replied to 
7366                 Message displayed in summaryview
7367                 (reportedd via ML by chinatinte at gmx dot ch)
7368                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
7369                 didn't work in separate MessageView Toolbar
7370                 (wondering if anybody uses this at all ?)
7371         * src/summaryview.[ch]
7372                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
7373                 (generalize reply and forward code);
7374         * src/messageview.c 
7375                 remove focus_in event which updated summaryview to messageview
7376
7377 2003-02-28 [paul]       0.8.10claws62
7378
7379         * po/Makefile.in.in
7380                 add the --check option
7381                 Patch submitted by Ricardo Mones Lastra
7382
7383 2003-02-28 [paul]       0.8.10claws61
7384
7385         * src/prefs_account.c
7386                 re-order 'Signature' items
7387
7388 2003-02-28 [paul]       0.8.10claws60
7389
7390         * sync with 0.8.10cvs20
7391                 see ChangeLog 2003-02-28
7392
7393 2003-02-28 [paul]       0.8.10claws59
7394
7395         * po/POTFILES.in
7396                 update to reflect recent movement of files
7397
7398 2003-02-28 [paul]       0.8.10claws58
7399
7400         * sync with 0.8.10cvs19
7401                 see ChangeLog 2003-02-28
7402
7403 2003-02-27 [martin]     0.8.10claws57
7404
7405         * src/prefs_matcher.c 
7406                 fix segfault in prefs_matcher_ok() when the
7407                 last entry is deleted and prevents that the
7408                 message "entry not saved" comes up after deleting
7409                 an entry
7410
7411 2003-02-27 [martin]     0.8.10claws56
7412
7413         * src/prefs_filtering.c 
7414                 fix segfault in prefs_filtering_ok() when the
7415                 last entry is deleted and prevents that the
7416                 message "entry not saved" comes up after deleting
7417                 an entry
7418
7419 2003-02-27 [paul]       0.8.10claws55
7420
7421         * sync with 0.8.10cvs18
7422                 see ChangeLog 2003-02-27
7423
7424 2003-02-27 [paul]       0.8.10claws54
7425
7426         * src/addressbook.c
7427                 fix bug where the address book crashes with 
7428                 multiple lookups.
7429                 Patch [687729] submitted by David Frager 
7430                 <dbfrager@users.sourceforge.net>
7431
7432 2003-02-25 [christoph]  0.8.10claws53
7433
7434         * src/Makefile.am
7435         * src/colorlabel.[ch]           ** REMOVE **
7436         * src/gtk/Makefile.am
7437         * src/gtk/colorlabel.[ch]       ** NEW **
7438                 move colorlabel files to gtk directory
7439
7440         * src/esmtp.[ch]                ** REMOVE **
7441                 has been merged into smtp.[ch] in 0.7.5
7442
7443 2003-02-25 [christoph]  0.8.10claws52
7444
7445         * src/Makefile.am
7446         * src/about.[ch]                ** REMOVE **
7447         * src/gtk/Makefile.am
7448         * src/gtk/about.[ch]            ** NEW **
7449                 move about files to gtk directory
7450
7451 2003-02-25 [christoph]  0.8.10claws51
7452
7453         * src/folder.c
7454                 some code optimization of folder scanning code
7455
7456         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
7457
7458 2003-02-25 [christoph]  0.8.10claws50
7459
7460         * src/main.c
7461         * src/common/sylpheed.c
7462                 add command line parameter parsing to common code
7463
7464 2003-02-24 [christoph]
7465
7466         * Makefile.am
7467         * configure.ac
7468                 fix gnome prefix problems, the configure script now removed
7469                 `gnome-config --prefix` from `gnome-config --datadir`
7470                 and adds $(prefix} instead
7471
7472         (closes Bug 24 Makefile does not respect prefix when installing
7473          GNOME data)
7474
7475 2003-02-24 [christoph]  0.8.10claws49
7476
7477         * src/news.c
7478                 check for valid session before trying to authenticate
7479
7480         (closes Bug 60 crash if "authenticate on logon" is activated
7481          and newsserver-hostname is not valid)
7482
7483 2003-02-24 [melvin]     0.8.10claws48
7484
7485         * src/prefs_actions.c
7486                 Make sure all user's input is sent to the action and then
7487                 close the socket..
7488
7489 2003-02-23 [alfons]     0.8.10claws46
7490
7491         * src/summaryview.c
7492                 also wait cursor when deleting files
7493
7494 2003-02-23 [paul]
7495
7496         * tools/freshmeat_search.pl
7497           tools/google_search.pl
7498                 scripts should now work for any browser/browser command line
7499
7500 2003-02-22 [christoph]  0.8.10claws45
7501
7502         * src/procmsg.c
7503                 fix IMAP flag setting, IMAP flag is not handled correctly
7504                 anymore by the folder system and information about the
7505                 folder should not be saved in the MsgInfo (in my opinion)
7506
7507         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
7508
7509 2003-02-22 [christoph]  0.8.10claws44
7510
7511         * src/summaryview.c
7512                 fix spelling of "label" ;-)
7513
7514 2003-02-22 [thorsten]   0.8.10claws43
7515
7516         * src/mimeview.c
7517           src/prefs_common.[ch]
7518           src/procmime.[ch]
7519                 do not use description as attachment name
7520
7521 2003-02-22 [alfons]     0.8.10claws42
7522
7523         * src/summaryview.c
7524                 freeze/thaw folder item updates when changing color labels,
7525                 and put a wait cursors on
7526
7527 2003-02-22 [thorsten]   0.8.10claws41
7528
7529         * src/mimeview.c
7530                 save-all fixes: crash if invoked on multipart container,
7531                 mimeinfo access, pathseparators, error dialog
7532
7533 2003-02-21 [alfons]     0.8.10claws40
7534
7535         * src/prefs_gtk.c
7536                 remove unused var
7537
7538 2003-02-21 [colin]      0.8.10claws39
7539
7540         * src/send.c
7541                 Fix smtp logging
7542
7543 2003-02-21 [colin]      0.8.10claws38
7544
7545         * src/summaryview.c
7546                 Freeze/thaw folderItem updates when filtering messages 
7547                 via Tools/Filter messages
7548
7549 2003-02-21 [paul]       0.8.10claws37
7550
7551         * src/compose.c
7552                 revert commit 0.8.10claws26, there are ulterior motives
7553                 for users to set a Reply-To header when posting to
7554                 newsgroups
7555
7556 2003-02-21 [paul]       0.8.10claws36
7557
7558         * sync with 0.8.10cvs17
7559                 see ChangeLog 2003-02-21
7560
7561 2003-02-20 [christoph]  0.8.10claws35
7562
7563         * src/imap.c
7564                 IMAP UID fetch speedup using SEARCH
7565
7566         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
7567
7568         * src/imap.c
7569                 fix problem with UIDs in IMAP UID cache that no longer existed
7570
7571 2003-02-20 [christoph]  0.8.10claws34
7572
7573         * src/imap.c
7574         * src/procheader.c
7575         * src/procheader.h
7576                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
7577
7578         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
7579
7580         * src/imap.c
7581                 Rewrite imap_cmd_gen_recv use sock_getline instead
7582                 of sock_gets to avoid problems with too long reply
7583                 lines
7584     
7585 2003-02-20 [colin]      0.8.10claws33
7586         
7587         * src/prefs_account.c
7588                 Better wording
7589
7590 2003-02-20 [colin]      0.8.10claws32
7591
7592         * src/compose.c
7593                 Remove useless '&& !to_sender' 
7594
7595 2003-02-20 [darko]
7596
7597         * AUTHORS
7598                 change my e-mail address
7599
7600 2003-02-19 [colin]      0.8.10claws31
7601
7602         * src/prefs_common.c
7603                 X11 style colors for every configurable color
7604
7605 2003-02-19 [alfons]     0.8.10claws30
7606
7607         * src/prefs_gtk.[ch]
7608         * src/prefs_common.c
7609                 for color_new accept both plain integers and X11 style color
7610                 names (as found in /usr/lib/X11/rgb.txt)
7611
7612 2003-02-19 [paul]       0.8.10claws29
7613
7614         * src/mainwindow.c
7615                 add tooltips to online/offline button and account selector
7616                 button
7617
7618 2003-02-19 [paul]       0.8.10claws28
7619
7620         * src/folder.c
7621           src/news.c
7622           src/prefs_account.[ch]
7623           src/prefs_common.[ch]
7624                 move 'Maximum number of articles to download' to
7625                 account prefs.
7626                 clean up account prefs gui a little by hiding entries
7627                 rather then greying out entries
7628
7629 2003-02-19 [hiro]       0.8.10claws27
7630
7631         * src/common/utils.c
7632                 fix bug #54 'yesterdays date is displayed in the message 
7633                 summary window'
7634
7635 2003-02-19 [paul]       0.8.10claws26
7636
7637         * src/compose.c
7638                 fix bug reported in Feature Request [688596] 
7639                 'Reply-to header in news'
7640
7641 2003-02-18 [paul]       0.8.10claws25
7642
7643         * src/select-keys.c
7644                 add a 'List all keys' button to key selection dialog
7645
7646 2003-02-18 [colin]      0.8.10claws24
7647         
7648         * src/stock_pixmap.c
7649                 fix compile error
7650
7651 2003-02-18 [colin]      0.8.10claws23
7652
7653         * src/common/smtp.[ch]
7654           src/prefs_account.c
7655                 Try to starttls if it seems to be the only
7656                 way to authenticate a user
7657
7658 2003-02-18 [paul]       0.8.10claws22
7659
7660         * src/Makefile.am
7661           src/folderview.c
7662           src/stock_pixmap.[ch]
7663           src/pixmaps/drafts_close.xpm  ** NEW FILE **
7664           src/pixmaps/drafts_open.xpm   ** NEW FILE **
7665                 as a Drafts folder is a special folder allow it to have
7666                 its own unique icons
7667
7668 2003-02-18 [colin]      0.8.10claws21
7669
7670         * src/imap.c
7671                 Fix port selection when using starttls
7672
7673 2003-02-18 [paul]       0.8.10claws20
7674
7675         * src/mainwindow.c
7676           src/prefs_common.[ch]
7677                 make blue the default new mail colour
7678
7679 2003-02-18 [paul]       0.8.10claws19
7680
7681         * sync with 0.8.10cvs14
7682                 see ChangeLog 2003-02-18
7683
7684 2003-02-17 [jens]       0.8.10claws18
7685
7686         * src/common/md5.c
7687                 fixed a compile problem with gcc 3.3
7688                 works on 2.95.3 too (testet on PPC as it is big endian)
7689
7690 2003-02-17 [paul]       0.8.10claws17
7691
7692         * sync with 0.8.10cvs13
7693                 see ChangeLog 2003-02-17
7694
7695 2003-02-17 [paul]       0.8.10claws16
7696
7697         * sync with 0.8.10cvs12
7698                 see ChangeLog 2003-02-17
7699
7700 2003-02-16 [match]      0.8.10claws15
7701
7702         * src/addressbook.c
7703                 Eliminates reloading of address data when items
7704                 deleted or added. Applied submitted by
7705                 Luke Plant <lukeplant@softhome.net>
7706
7707 2003-02-16 [paul]       0.8.10claws14
7708
7709         * src/news.c
7710                 when a 'protocol error' is encountered disconnect from
7711                 the server. This means that the user can carry on viewing
7712                 other articles and doesn't have to either wait until the
7713                 server timesout or quit sylpheed.
7714                 Fixes bug #53 'Unable to read messages in newsgroups, 
7715                 displayed message doesn't change'
7716
7717 2003-02-15 [christoph]  0.8.10claws13
7718
7719         * src/imap.c
7720                 fix bug that stopped scanning of folders when an
7721                 IMAP folder was empty
7722
7723         (closes bug 46 stop scan messages in folders after empty folder)
7724
7725 2003-02-15 [paul]
7726
7727         * tools/Makefile.am
7728           tools/README
7729           tools/freshmeat_search.pl     ** NEW FILE **
7730           tools/google_search.pl        ** NEW FILE **
7731                 Add 2 Actions scripts which search freshmeat/google
7732                 for the selected text using the browser configured
7733                 in sylpheedrc.
7734                 
7735         Note: These scripts are very dependent on the format of the
7736         browser command and may not work on every occasion. Testing
7737         is welcome. 
7738
7739 2003-02-14 [alfons]     0.8.10claws12
7740
7741         * src/compose.c
7742                 fix breakage because of uninitialized account pointer.
7743                 please verify.
7744
7745 2003-02-14 [paul]       0.8.10claws11
7746
7747         * src/compose.c
7748           src/prefs_account.[ch]
7749           src/prefs_common.[ch]
7750                 move signature settings to Account Prefs
7751
7752 2003-02-14 [paul]       0.8.10claws10
7753
7754         * sync with 0.8.10cvs11
7755                 see ChangeLog 2003-02-14
7756
7757 2003-02-13 [thorsten]   0.8.10claws9
7758
7759         * src/news.c
7760                 revert news progressbar (GUI separation)
7761
7762 2003-02-13 [paul]       0.8.10claws8
7763
7764         * src/compose.c
7765                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
7766                 paragraph 1
7767
7768 2003-02-13 [paul]       0.8.10claws7
7769
7770         * src/compose.[ch]
7771           src/summaryview.c
7772                 fix 'Follow-up and Reply-to' so that it creates a reply to
7773                 the newsgroup and the sender. If the message has the keyword
7774                 'poster' in the Followup-To header, all replies go to the
7775                 sender, re: RFC 1036, Section 2.2.3
7776                 rename all instances of 'ignore_replyto' to 'to_sender', both
7777                 were previously used, now we use just one.
7778
7779 2003-02-13 [paul]       0.8.10claws6
7780
7781         * sync with 0.8.10cvs9
7782                 see ChangeLog 2003-02-13
7783
7784 2003-02-13 [paul]       0.8.10claws5
7785
7786         * configure.ac
7787                 show which plugins are configured in the configure
7788                 output.
7789
7790 2003-02-12 [thorsten]   0.8.10claws4
7791
7792         * src/news.c
7793                 show progress while fetching news headers
7794
7795 2003-02-12 [christoph]  0.8.10claws3
7796
7797         * configure.ac
7798         * src/plugins/Makefile.am
7799                 use AM_CONDITIONAL to enable plugins, automake correctly
7800                 manages this when creating distdir
7801
7802 2003-02-12 [christoph]  0.8.10claws2
7803
7804         * ac/spamassassin.m4
7805         * src/plugins/spamassassin/Makefile.am
7806                 fix building SpamAssassin plugin without OpenSSL
7807
7808 2003-02-12 [paul]       0.8.10claws1
7809
7810         * ac/Makefile.am
7811           src/Makefile.am
7812           src/plugins/Makefile.am
7813                 fix failure of 'make release'
7814
7815 2003-02-12 [paul]       0.8.10claws
7816
7817         * 0.8.10claws released
7818
7819 2003-02-12 [paul]       0.8.9claws56
7820
7821         * po/bg.po
7822           po/es.po
7823           po/it.po
7824           po/ru.po
7825           po/sr.po
7826                 updated translations by George Danchev, Ricardo Mones Lastra,
7827                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
7828                 
7829         * sylpheed.spec.in
7830                 Allow the building of RPMs by a regular user. Submitted
7831                 by Sergei Astanin
7832
7833 2003-02-11 [alfons]     0.8.9claws55
7834
7835         * src/colorlabel.c
7836                 don't use pixmaps for label color rect but draw rectangles
7837                 so we can respect the color map of palette based visuals
7838                 (fixes the long time crashes on Suns - thanks to Andreas
7839                 Engel and Steve O'Hara-Smith for testing)
7840
7841 2003-02-11 [christoph]  0.8.9claws54
7842
7843         * src/matcher_parser_parse.y
7844                 correct bug where filering rules of not existing folders in
7845                 matcherrc were added to global filtering
7846                 
7847         (closes Debian Bug #180253 - Directory's filter-rules are merged with
7848          main filter-rules after removing directory, http://bugs.debian.org/180253)
7849         
7850 2003-02-11 [paul]       0.8.9claws53
7851
7852         * sync with 0.8.10cvs7
7853                 see ChangeLog 2003-02-09
7854
7855 2003-02-11 [melvin]     0.8.9claws52
7856
7857         * po/fr.po
7858                 Updated French tranlsations
7859
7860 2003-02-10 [paul]       0.8.9claws51
7861
7862         * sylpheed.spec.in
7863                 correct --enable-openssl
7864                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
7865
7866 2003-02-09 [martin]     0.8.9claws50
7867
7868         * src/prefs_matcher.c
7869                 fix segfault in prefs_matcher_substitute_cb() when
7870                 no row is selected
7871
7872 2003-02-09 [paul]       0.8.9claws49
7873
7874         * src/folderview.c
7875                 fix bug where a newsgroup folder's processing rules were
7876                 merged with the global filtering rules when the newsgroup
7877                 folder was deleted, causing some seriously bad results,
7878                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
7879
7880 2003-02-08 [melvin]     0.8.9claws48
7881
7882         * src/compose.c
7883                 Corrected and modified an alert message.
7884
7885 2003-02-07 [paul]       0.8.9claws47
7886
7887         * src/folderview.c
7888                 fix bug where both an 'Account properties' window and a
7889                 'Folder properties' window were opened when clicking on
7890                 'Properties' in an NNTP or IMAP folder's popup menu.
7891
7892 2003-02-07 [paul]       0.8.9claws46
7893
7894         * sync with 0.8.10cvs6
7895                 see ChangeLog 2003-02-06
7896
7897 2003-02-06 [christoph]  0.8.9claws45
7898
7899         * src/mbox.c
7900                 freeze folder updates while importing mbox files
7901                 (closes bug 43 importing mbox took hours)
7902                 
7903         Patch submitted by Jens Rantil <jens.rantil@telia.com>
7904
7905 2003-02-06 [thorsten]   0.8.9claws44
7906
7907         * po/de.po
7908                 Updated german translations
7909
7910 2003-02-06 [thorsten]   0.8.9claws43
7911
7912         * src/news.h
7913                 use guint for message numbers (fix count in grouplist dialog)
7914
7915 2003-02-05 [paul]       0.8.9claws42
7916
7917         * sync with 0.8.10cvs2
7918                 see ChangeLog 2003-02-05
7919
7920 2003-02-04 [colin]      0.8.9claws41
7921
7922         * src/prefs_common.[ch]
7923           src/procmsg.c
7924           src/summaryview.c
7925                 Add an option to disable threading by subject
7926
7927 2003-02-04 [christoph]  0.8.9claws40
7928
7929         * src/inc.c
7930                 only abort fetching mails from multiple accounts when the
7931                 error is fatal and does not allow to check any more accounts
7932                 (currently only disk full error)
7933
7934         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
7935          receive mails for other accouts)
7936
7937 2003-02-04 [christoph]  0.8.9claws39
7938
7939         * src/folder.c
7940                 first add the new message to the cache, then
7941                 send the update notification
7942
7943         (closes bug 39 after sending message folderview doesnt get updated)
7944
7945 2003-02-04 [colin]      0.8.9claws38
7946
7947         * src/inc.c
7948                 _really_ fix this Connecting... status
7949
7950 2003-02-04 [paul]       0.8.9claws37
7951
7952         * sync with 0.8.10
7953                 see ChangeLog 2003-02-04
7954
7955 2003-02-04 [paul]       0.8.9claws36
7956
7957         * sync with 0.8.9cvs6
7958                 see ChangeLog 2003-02-03
7959
7960 2003-02-04 [paul]       0.8.9claws35
7961
7962         * po/pt_BR.po
7963                 updated by André Filipe de Assunção e Brito 
7964                 <bedecko@netsite.com.br>
7965
7966 2003-02-03 [thorsten]   0.8.9claws34
7967
7968         * po/de.po
7969                 Updated german translations
7970
7971 2003-02-02 [paul]       0.8.9claws33
7972
7973         * po/es.po
7974                 updated by Ricardo Mones Lastra
7975
7976 2003-02-02 [thorsten]   0.8.9claws32
7977
7978         * src/mh.c
7979                 Fix mh_get_msginfo() segfault if file is inaccessible
7980
7981 2003-01-31 [colin]      0.8.9claws31
7982
7983         * src/procheader.c
7984                 Fix last commit's bug
7985
7986 2003-01-31 [colin]      0.8.9claws30
7987
7988         * src/procheader.c
7989                 Missing a change for gpg-signed messages
7990
7991 2003-01-31 [paul]       0.8.9claws29
7992
7993         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
7994           src/procheader.c
7995           src/stock_pixmap.[ch]
7996           src/summaryview.c
7997                 indicate GnuPG signed messages by displaying an icon
7998                 in the Attachment column.
7999
8000 2003-01-31 [paul]       0.8.9claws28
8001
8002         * sync with 0.8.9cvs4
8003                 see ChangeLog 2003-01-31
8004
8005 2003-01-31 [alfons]     0.8.9claws27
8006
8007         * src/textview.c
8008                 tune URI parser to accept mailto URLs with a '?'
8009                 (patch from Ruslan Balkin)
8010
8011 2003-01-31 [colin]      0.8.9claws26
8012
8013         * src/summaryview.c
8014                 Fix a leak introduced in claws24
8015
8016 2003-01-31 [colin]      0.8.9claws25
8017
8018         * src/summaryview.c
8019                 Freeze/Thaw folder updates when deleting dups
8020
8021 2003-01-31 [colin]      0.8.9claws24
8022         
8023         * src/addr_compl.c
8024           src/summaryview.c
8025           src/msgcache.c
8026                 little speed improvements
8027
8028 2003-01-31 [colin]      0.8.9claws23
8029
8030         * src/summaryview.c
8031                 Fix segfault when forwarding nothing
8032                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
8033                 
8034 2003-01-30 [paul]       0.8.9claws22
8035
8036         * sync with 0.8.9cvs3
8037                 see ChangeLog 2003-01-30
8038
8039 2003-01-30 [paul]       0.8.9claws21
8040
8041         * sync with 0.8.9cvs2
8042                 see ChangeLog 2003-01-30
8043
8044 2003-01-29 [paul]       0.8.9claws20
8045
8046         * sync with 0.8.9cvs1
8047                 see ChangeLog 2003-01-29
8048
8049 2003-01-28 [paul]       0.8.9claws19
8050
8051         * po/POTFILES.in
8052                 update to reflect changes. 
8053                 thanks to Ricardo Mones Lastra
8054
8055 2003-01-27 [christoph]  0.8.9claws18
8056
8057         * ac/openssl.m4
8058         * ac/spamassassin.m4
8059         * src/plugins/spamassassin/README
8060         * src/plugins/spamassassin/libspamc.[ch]
8061         * src/plugins/spamassassin/utils.[ch]
8062                 updated to latest libspamc
8063
8064 2003-01-27 [christoph]  0.8.9claws17
8065
8066         * src/folder.c
8067                 fix wrong use of procheader_get_header_fields
8068
8069 2003-01-27 [christoph]  0.8.9claws16
8070
8071         * src/news.c
8072         * src/prefs_account.[ch]
8073         * src/common/nntp.[ch]
8074                 allow to force authentication for NNTP servers
8075
8076         Patch submitted by Florian Mickler <dmk@d-labs.de>
8077
8078 2003-01-26 [paul]       0.8.9claws15
8079
8080         * src/summaryview.c
8081                 speed up of marking messages as read
8082                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
8083
8084 2003-01-26 [christoph]  0.8.9claws14
8085
8086         * src/Makefile.am
8087         * src/mgutils.[ch]              ** REMOVE **
8088         * src/xml.[ch]                  ** REMOVE **
8089         * src/xmlprops.[ch]             ** REMOVE **
8090         * src/common/Makefile.am
8091         * src/common/mgutils.[ch]       ** NEW **
8092         * src/common/xml.[ch]           ** NEW **
8093         * src/common/xmlprops.[ch]      ** NEW **
8094                 move xml files to common directory
8095
8096 2003-01-26 [christoph]  0.8.9claws13
8097
8098         * src/plugins/spamassassin/spamassassin_gtk.c
8099                 only set gtk entry text if string is available
8100
8101 2003-01-26 [melvin]     0.8.9claws12
8102
8103         * src/description_window.c
8104                 Allow resizing of the window
8105                 Allow automatic horizontal scroll bar
8106                 Do not vertically expand and fill
8107
8108 2003-01-26 [christoph]  0.8.9claws11
8109
8110         * src/Makefile.am
8111         * src/gtkutils.[ch]             ** REMOVE **
8112         * src/common/sylpheed.c
8113         * src/gtk/Makefile.am
8114         * src/gtk/description_window.c
8115         * src/gtk/gtkutils.[ch]         ** NEW **
8116         * src/gtk/prefswindow.c
8117                 move gtkutils to gtk directory
8118
8119 2003-01-26 [paul]       0.8.9claws10
8120
8121         * src/summaryview.c
8122                 rename summary_unread_clicked() to summary_status_clicked()
8123
8124 2003-01-26 [melvin]     0.8.9claws9
8125
8126         * src/prefs_actions.c
8127                 Cosmetical changes to the help text
8128
8129 2003-01-26 [paul]       0.8.9claws8
8130
8131         * src/folder.[ch]
8132           src/mainwindow.c
8133           src/prefs_common.c
8134           src/prefs_sumamry_column.c
8135           summaryview.[ch]
8136                 rename the 'Unread' column to 'Status'
8137
8138 2003-01-25 [match]      0.8.9claws7
8139
8140         * src/mgutils.[ch]
8141                 removed reference to LDAP constants. removed error2string.
8142                 included functions to support LDAP dynamic queries.
8143         * src/syldap.h
8144                 moved LDAP constants here.
8145         * src/addressbook.c
8146         * src/addrindex.c
8147         * src/importldif.c
8148                 removed references to LDAP constants and references to
8149                 error2string.
8150
8151 2003-01-25 [paul]       0.8.9claws6
8152
8153         * src/summaryview.c
8154                 summary_thread_build(), summary_thread_init(): remove 
8155                 unneeded reference to summaryview->folder_item
8156
8157 2003-01-25 [christoph]  0.8.9claws5
8158
8159         * src/gtk/description_window.c
8160                 o allow description texts to expand over multiple columns
8161                 o translate all columns
8162         * src/prefs_actions.c
8163                 change syntax description to use new multi column feature
8164
8165         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
8166
8167 2003-01-25 [match]      0.8.9claws4
8168
8169         * src/vcard.c
8170                 fixed bug with Quoted-Printable
8171
8172 2003-01-25 [paul]       0.8.9claws3
8173
8174         * src/folder.[ch]
8175           src/summaryview.[ch]
8176                 implement per-folder collapsed/expanded threads setting
8177                 
8178         * src/prefs_common.c
8179                 remove global collapsed/expanded threads option
8180
8181 2003-01-25 [christoph]  0.8.9claws2
8182
8183         * po/POTFILES.in
8184                 add pluginwindow and prefswindow
8185         * src/compose.c
8186                 make send respond correctly to messages that could be added
8187                 to the queue folder, but the UID of the message is unknown
8188         * src/folder.c
8189         * src/imap.c
8190                 don't return guessed UIDs in imap_add_msg anymore. We return
8191                 0 to tell the folder system it was appened but the UID is
8192                 unknown. Folder system now get's the UID by scaning the folder
8193                 and searching the cache for the Message-ID
8194                 (closes bug #29 Messages queued, but not sent)
8195
8196 2003-01-25 [paul]       0.8.9claws1
8197
8198         * src/codeconv.c
8199                 conv_encode_header():  fix bug when long headers with 8-bit
8200                 characters are used, so that the encoded words are wrapped.
8201                 If the space in the original text falls on the wrap boundary,
8202                 it can be lost.
8203                 Patch by Sergey Vlasov.
8204                 
8205         * src/folderview.c
8206                  fix bug where a change to the sorting method or thread view
8207                  of a folder's messages is lost if simpify-subject is set and
8208                  toggled on or off.
8209                  Patch by Luke Plant.
8210
8211 2003-01-24 [paul]       0.8.9claws
8212
8213         * sylpheed-0.8.9claws released
8214         
8215         * Makefile.am
8216           sylpheed.spec.in
8217                 remove reference to 'INSTALL.jp'
8218
8219 2003-01-23 [paul]       0.8.8claws128
8220
8221         * po/es.po
8222           po/it.po
8223           po/ru.po
8224           po/sr.po
8225                 updated translations. submitted by Ricardo Mones Lastra,
8226                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
8227
8228 2003-01-23 [colin]      0.8.8claws127
8229
8230         * src/compose.c
8231                 Fix drafted and queued news articles re-edition
8232
8233 2003-01-23 [melvin]     0.8.8claws126
8234
8235         * po/fr.po
8236                 Updated French translations
8237
8238 2003-01-23 [colin]      0.8.8claws125
8239
8240         * src/inc.c
8241                 Fix "Connecting to..." status message
8242
8243 2003-01-22 [paul]       0.8.8claws124
8244
8245         * po/bg.po
8246                 updated by George Danchev
8247                 
8248         * src/folder.c
8249                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
8250                 and folder deletion
8251
8252 2003-01-21 [paul]       0.8.8claws123
8253
8254         * po/bg.po
8255                 updated by George Danchev
8256                 
8257         * src/about.c
8258                 its now 2003
8259                 
8260         * src/toolbar.c
8261                 don't translate 'Separator'
8262                 
8263         * src/plugins/spamassassin/Makefile.am
8264                 add aspell to CPPFLAGS
8265                 
8266         * src/plugins/spamassassin/spamassassin.c
8267           src/plugins/spamassassin/spamassassin_gtk.c
8268                 set correct default for spamassassin_receive_spam
8269                 slightly re-word descriptions and some
8270                 other minor changes
8271
8272 2003-01-19 [alfons]     0.8.8claws122
8273                 
8274         * src/mimeview.c
8275                 mimeview_save_as(): we might as well show the file name for
8276                 the single case "Save As" too
8277
8278 2003-01-19 [alfons]     0.8.8claws121
8279
8280         * src/crash.c
8281                 change bug tracker URL to bugzilla URL
8282
8283 2003-01-19 [alfons]     0.8.8claws120
8284
8285         * src/mimeview.c
8286                 mimeview_save_all(): display name of file before overwriting;
8287                 continue saving all, even when one overwrite was cancelled
8288
8289 2003-01-19 [christoph]  0.8.8claws119
8290
8291         * src/summaryview.c
8292         * src/procmsg.[ch]
8293                 fix wrong usage of procmsg_find_children in summaryview
8294                 by using procmsg_update_unread_children instead of
8295                 summaryview_update_unread_children
8296
8297 2003-01-19 [christoph]  0.8.8claws118
8298
8299         * src/procmsg.c
8300                 fix infinite loop in procmsg_find_children
8301                  (closes bug #25 sylpheed crashes on delete.)
8302
8303         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
8304
8305 2003-01-19 [paul]       0.8.8claws117
8306
8307         * po/pt_BR.po
8308                 updated by Ivan Francolin Martinez
8309
8310 2003-01-18 [melvin]     0.8.8claws116
8311
8312         * src/prefs_actions.c
8313                 Removed syntax limitation of only one '&' at the end of command.
8314                         Now actions that contain '>/dev/null 2>&1' are possible.
8315
8316 2003-01-18 [melvin]     0.8.8claws115
8317
8318         * src/prefs_actions.c
8319                 Actions IO dialog: when the action ends
8320                 the "Close" button now has focus and [Escape] closes the
8321                 window.
8322
8323 2003-01-18 [christoph]  0.8.8claws114
8324
8325         * src/procmsg.c
8326                 o add debug output when MsgInfos are really freed
8327                 o free GSLists in procmsg_find_children and
8328                   procmsg_update_unread_children
8329
8330 2003-01-18 [christoph]  0.8.8claws113
8331
8332         * src/mainwindow.c
8333                 reorder Configuration menu
8334
8335 2003-01-18 [christoph]  0.8.8claws112
8336
8337         * src/compose.c
8338                 fix applying templates to forwarded messages
8339
8340         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
8341
8342 2003-01-17 [christoph]  0.8.8claws111
8343
8344         * src/folder.c
8345                 destroy folder items, when a folder item is removed
8346
8347 2003-01-17 [christoph]  0.8.8claws110
8348
8349         * src/folder.c
8350                 fix wrong folder stats update when ignored message is
8351                 deleted
8352
8353 2003-01-17 [colin]      0.8.8claws109
8354         
8355         * src/mainwindow.c
8356         * src/summaryview.c
8357                 Quicksearch bugfixes: 
8358                 - hide help button at startup if not extended
8359                 - switch to extended when looking for replies
8360
8361 2003-01-17 [paul]
8362
8363         * sync with 0.8.9 release
8364
8365 2003-01-17 [paul]       0.8.8claws108
8366
8367         * sync with 0.8.8cvs11
8368                 see ChangeLog 2003-01-17
8369
8370 2003-01-16 [colin]      0.8.8claws107
8371
8372         * src/procmsg.c
8373                 Changed encryption test to re-ask passphrase
8374                 if an encrypted message hasn't been decrypted
8375                 Fixes bug #5
8376
8377 2003-01-16 [christoph]  0.8.8claws106
8378
8379         * src/prefs_gtk.c
8380         * src/prefs_toolbar.c
8381         * src/gtk/prefswindow.h
8382         * src/plugins/spamassassin/spamassassin_gtk.c
8383                 remove page destroy function that is not used anymore
8384
8385 2003-01-16 [paul]       0.8.8claws105
8386
8387         * sync with 0.8.8cvs9
8388                 see ChangeLog 2002-01-16
8389
8390 2003-01-16 [colin]      0.8.8claws104
8391
8392         * src/compose.[ch]
8393                 Fix bug with autosaved drafts for IMAP, when draft
8394                 folder is specified - fixes bugzilla bug #20
8395
8396 2003-01-15 [paul]       0.8.8claws103
8397
8398         * src/compose.[ch]
8399           src/procmsg.c
8400                 store folder and message-id of message forwarding
8401                 in queue header and set forward flag after sending
8402
8403 2003-01-15 [paul]       0.8.8claws102
8404
8405         * sync with 0.8.8cvs8
8406                 see ChangeLog 2002-01-15
8407
8408 2003-01-15 [colin]      0.8.8claws101
8409
8410         * src/Makefile.am
8411                 Fix linking with GNU libiconv
8412
8413 2003-01-15 [darko]      0.8.8claws100
8414
8415         * src/pine.c
8416                 fix crash when importing pine address book
8417                 entry with an empty name (reported by DY
8418                 <dybulk at tri8.net>)
8419
8420 2003-01-14 [paul]       0.8.8claws99
8421
8422         * configure.in  ** REMOVED **
8423           configure.ac  ** NEW FILE **
8424                 rename configure.in to configure.ac, as it is now
8425                 preferred
8426
8427 2003-01-14 [melvin]     0.8.8claws98
8428
8429         * src/folderview.c
8430                 folderview_check_new(): More precise function description
8431
8432 2003-01-14 [melvin]     0.8.8claws97
8433
8434         * src/folderview.c
8435                 folderview_check_new(): return the number of new messages 
8436                         since last check.
8437         * src/inc.c
8438                 inc_account_mail(): Disable counting of new messages for IMAP
8439                         and NNTP until bug [19] and [14] are fixed.
8440
8441 2003-01-14 [paul]       0.8.8claws96
8442
8443         * sync with 0.8.8cvs6
8444                 see ChangeLog 2003-01-14
8445
8446 2003-01-13 [alfons]     0.8.8claws95
8447
8448         * src/textview.c
8449                 tune email address validation (c. 0.8.8claws89): if . is 
8450                 just one char away from @, the address is invalid too 
8451                 (correctly rejects addresses like foo@.com)
8452
8453 2003-01-13 [paul]       0.8.8claws94
8454
8455         * src/messageview.c
8456           src/toolbar.c
8457                 fixes to the Message View toolbar and menu:
8458                 fix non-functioning Forward button
8459                 make Reply button consider default_reply_list
8460                 remove 'Follow-up...' menu entry
8461                 add 'Forward' and 'Redirect' menu entries
8462
8463 2003-01-13 [melvin]     0.8.8claws93
8464
8465         * src/inc.c
8466                 Fixed typo that could make new messages count incorrect.
8467
8468 2003-01-13 [melvin]     0.8.8claws92
8469
8470         * src/folderview.[ch]
8471                 folderview_check_new(): return the number of new messages.
8472         * src/inc.c
8473                 Should fix bug [14] where new mail notification worked 
8474                         incorrectly with IMAP accounts.
8475                 inc_spool_account(): return number of new msgs, or -1 on error
8476                 inc_all_spool(): return number of new msgs
8477                 
8478 2003-01-13 [melvin]     0.8.8claws91
8479
8480         * src/prefs_actions.c
8481                 Justify help text.
8482
8483 2003-01-12 [thorsten]   0.8.8claws90
8484
8485         * src/common/prefs.c
8486                 close file before rename
8487
8488 2003-01-12 [alfons]     0.8.8claws89
8489
8490         * AUTHORS
8491                 add Christian Mertes
8492         * src/common/utils.[ch]
8493                 g_stricase_hash(), g_stricase_equal(): functions for 
8494                 case insensitive hash tables
8495         * src/textview.c
8496                 use top level domain names to validate email address, based
8497                 on a patch by Christian Mertes (thanks!), but changed 
8498                 implementation to use a hash table 
8499
8500 2003-01-12 [paul]       0.8.8claws88
8501
8502         * po/bg.po
8503                 updated by George Danchev
8504
8505 2003-01-12 [alfons]     0.8.8claws87
8506
8507         * src/summaryview.c
8508                 delete / execute performance: use new style folder update
8509
8510 2003-01-12 [paul]       0.8.8claws86
8511
8512         * sync with 0.8.8cvs5
8513                 see ChangeLog 2003-01-13 (!)
8514
8515 2003-01-12 [alfons]     0.8.8claws85
8516
8517         * src/filtering.c
8518         * src/matcher_parser_parse.y
8519                 prepare change_score filtering action
8520         * src/matcher.[ch]
8521                 give up const-correctness on functions that call non-const-correct functions;
8522                 several casts to gpointer in g_free();
8523                 add change_score;
8524
8525 2003-01-12 [christoph]  0.8.8claws84
8526
8527         * src/compose.c
8528                 fix 2 warnings
8529
8530         * src/gtk/prefswindow.[ch]
8531         * src/plugins/spamassassin/spamassassin_gtk.c
8532                 changed the call of the widget create function
8533                 for PrefsPages, because sometimes the widget
8534                 create function needs a widget that already has
8535                 been attached to a window (to create GDK pixmaps
8536                 for exmaple). So we simply pass the GtkWindow as
8537                 the second parameter now.
8538
8539         * src/main.c
8540         * src/mainwindow.c
8541         * src/prefs_toolbar.[ch]
8542                 rewrite Toolbar Preferences using the new
8543                 prefs window
8544
8545 2003-01-11 [alfons]     0.8.8claws83
8546
8547         * src/addressadd.c
8548                 fix crash when adding sender to addressbook because status bar
8549                 isn't there (the status bar doesn't seem to be used though,
8550                 but I'll let Match decide what to do with it)
8551
8552 2003-01-11 [colin]      0.8.8claws82
8553
8554         * src/main.c
8555           src/toolbar.c
8556                 Two useless changes reversed
8557
8558 2003-01-11 [colin]      0.8.8claws81
8559
8560         * src/mainwindow.c
8561           src/mainwindow.h
8562                 Add mainwindow_get_mainwindow()
8563         * src/alertpanel.c
8564           src/alertpanel.h
8565                 Add alertpanel_error_log() 
8566         * src/compose.c
8567           src/inc.c
8568           src/messageview.c
8569           src/toolbar.c
8570           src/main.c
8571           src/procmsg.c
8572                 Network errors get a View Log button
8573
8574 2003-01-10 [alfons]     0.8.8claws80
8575
8576         * src/prefs_toolbar.c
8577         * src/toolbar.c
8578                 use the translatable string for "Separator" as file name for
8579                 separator toolbar items (probably make this uppercase?)
8580
8581 2003-01-10 [alfons]     0.8.8claws79
8582
8583         * src/prefs_toolbar.c
8584                 put right A_SEPARATOR description string in "displayed
8585                 toolbar items list" so manually added separators are
8586                 saved correctly (bug #10, "Adding a separator to the main 
8587                 toolbar fails, entry in xml file is wrong")
8588
8589 2003-01-10 [christoph]  0.8.8claws78
8590
8591         * src/imap.c
8592                 o fix warnings
8593                 o use CAPABILITY to check if NAMESPACE is available
8594
8595 2003-01-10 [christoph]  0.8.8claws77
8596
8597         * src/imap.[ch]
8598                 apply UIDPLUS IMAP extension support patch
8599
8600         Patch submitted by Simon 'corecode' Schubert
8601
8602 2003-01-10 [paul]       0.8.8claws76
8603
8604         * src/folderview.c
8605                 a sync from main which fixes the news account folders'
8606                 Properties bug
8607
8608 2003-01-10 [christoph]  0.8.8claws75
8609
8610         * src/folder.c
8611                 don't accept 0 as a valid uid returned by copy and move
8612                 functions. 0 means the message was copied or moved but the
8613                 new uid could not be fetched. It is not an error condition
8614                 for the copy or move operation.
8615
8616 2003-01-10 [paul]       0.8.8claws74
8617
8618         * src/prefs_filtering.c
8619                 change English used in Alert when entry is not
8620                 saved.
8621                 
8622         * sync with 0.8.8cvs4
8623                 see ChangeLog 2003-01-10
8624
8625 2003-01-10 [darko]      0.8.8claws73
8626
8627         * src/pine.c
8628                 fix crash when importing address book entry
8629                 without a valid address
8630
8631 2003-01-09 [alfons]     0.8.8claws72
8632
8633         * src/inc.c
8634                 filtering performance: use new style folder update
8635
8636 2003-01-09 [christoph]  0.8.8claws71
8637
8638         * src/compose.c
8639         * src/gtk/menu.[ch]
8640                 fix wrong selecting of mime encoding type, when
8641                 opening property dialog of attachments in the
8642                 compose window. 7bit was always selected and that
8643                 destoryed files with 8bit data.
8644                 (closes bug #9 Sylpheed-claws destroys attachments when
8645                  changing MIME-types)
8646
8647 2003-01-09 [paul]       0.8.8claws70
8648
8649         * sync with 0.8.8cvs3
8650                 see ChangeLog 2003-01-09
8651
8652 2003-01-08 [alfons]     0.8.8claws69
8653         
8654         * src/addressadd.c
8655                 apply patch by Kim Schulz to fix build breakage
8656                 because of missing variable
8657
8658 2003-01-08 [paul]       0.8.8claws68
8659
8660         * sync with 0.8.8cvs2
8661                 see ChangeLog 2002-01-08
8662
8663 2003-01-08 [paul]       0.8.8claws67
8664
8665         * po/it.po
8666                 updated by Alessandro Maestri
8667                 
8668         * src/addressadd.c
8669                 when using 'Add sender to addressbook' allow
8670                 name to be edited and remarks to be entered
8671                 Patch submitted by Luke Plant
8672
8673 2003-01-08 [darko]      0.8.8claws66
8674
8675         * README.claws, src/summaryview.c
8676                 fix description for marked messages
8677
8678 2003-01-08 [paul]
8679
8680         * tools/Makefile.am
8681           tools/launch_phoenix  ** NEW FILE **
8682                 add script that enables using Phoenix as the default
8683                 web browser. 
8684                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
8685                 
8686         * tools/OOo2sylpheed.pl
8687                 remove full path to sylpheed executable, just 'sylpheed'
8688                 will do
8689                 
8690         * tools/README
8691                 add launch_phoenix informtion and re-arrange and compress
8692                 the data a little
8693
8694 2003-01-07 [christoph]  0.8.8claws65
8695
8696         * src/folder.c
8697                 fix update for source folder when moving messages
8698         * src/procmsg.[ch]
8699         * src/summaryview.c
8700                 use function to set to_folder for message infos and
8701                 automatically update the op_count for old and new
8702                 folder
8703
8704 2003-01-07 [melvin]     0.8.8claws64
8705
8706         * src/prefs_actions.c
8707                 Fixed bug where an '%p' Action on a displayed image crashed 
8708                         Sylpheed
8709                 Code clean up (get rid of duplicated code and removed unnecessary 
8710                                 structure member)
8711
8712 2003-01-07 [christoph]  0.8.8claws63
8713
8714         * src/compose.c
8715         * src/folder.[ch]
8716         * src/folderview.c
8717         * src/import.c
8718         * src/inc.c
8719         * src/main.c
8720         * src/mainwindow.c
8721         * src/messageview.c
8722         * src/prefs_folder_item.c
8723         * src/procmsg.c
8724         * src/summaryview.c
8725         * src/toolbar.c
8726                 o remove all folder update triggering from the UI code. The folder
8727                   system should know much better when a folder needs an update.
8728                 o to prevent multiple updates in a row the folder updates can be
8729                   frozen for some time.
8730
8731                 Note: - Please verify that no updates are missing
8732                       - Check where freeze/thaws should be added
8733
8734 2003-01-07 [christoph]  0.8.8claws62
8735
8736         * src/prefs_actions.c
8737                 don't translate empty strings
8738
8739         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
8740
8741 2003-01-06 [christoph]  0.8.8claws61
8742
8743         * src/prefs_actions.c
8744                 mark strings for gettext
8745         * src/prefs_matcher.c
8746                 use new description window for Execute action and
8747                 match condition in Filtering
8748
8749         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
8750
8751 2003-01-06 [alfons]     0.8.8claws60
8752
8753         keep myself inspired to re-organize matcher part 8; 
8754         yes, more to come (I need to move out the descriptive
8755         text for actions to matcher.c, or at least make it not
8756         depend on the wicked ordering)
8757
8758         * src/prefs_matcher.c
8759                 add documentation so others may comprehend the
8760                 UI part of the conditions
8761                 
8762 2003-01-06 [christoph]  0.8.8claws59
8763
8764         * src/prefs_actions.c
8765                 use new description window for syntax help
8766         * src/gtk/description_window.c
8767                 fix display of descriptions with column count != 2
8768
8769         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
8770
8771 2003-01-06 [christoph]  0.8.8claws58
8772
8773         * src/quote_fmt.c
8774         * src/summaryview.[ch]
8775         * src/gtk/Makefile.am
8776         * src/gtk/description_window.[ch]       ** NEW **
8777                 use a generic window to display syntax descriptions
8778                 currently used in quote_fmt and summaryview (new description
8779                 for extended quick search)
8780
8781         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
8782
8783 2003-01-06 [paul]       0.8.8claws57
8784
8785         * sync with 0.8.8cvs1
8786                 see ChangeLog 2003-01-06
8787
8788 2003-01-06 [christoph]  0.8.8claws56
8789
8790         * src/mainwindow.c
8791         * src/prefs_gtk.[ch]
8792         * src/gtk/prefswindow.[ch]
8793         * src/plugins/spamassassin/spamassassin_gtk.c
8794                 o remove page management from prefswindow, pages
8795                   will be an argument to prefswindow_open
8796                 o prefswindow_open gets a datapointer that is
8797                   passed to the widget_create function to allow
8798                   creation of prefswindow for specific items
8799
8800 2003-01-06 [colin]      0.8.8claws55
8801         
8802         * src/summaryview.c
8803                 We don't want regexp in the reply-finder, 
8804                 because MIDs can contain !,$,. and so on
8805
8806 2003-01-06 [jens]       0.8.8claws54
8807
8808         * src/jpilot.c
8809                 fixed a wrong free in jpilot_read_db_files
8810
8811 2003-01-06 [alfons]     0.8.8claws53
8812
8813         re-organize matcher part 8; more to come
8814        
8815         * src/matcher.c
8816                 matcherprop_to_string(): put g_free()s before the
8817                 switch-case break to fix memleaks                
8818
8819 2003-01-06 [colin]      0.8.8claws52
8820
8821         * src/summaryview.c
8822                 cleanup & reply-finder now displays the first 
8823                 matching message
8824
8825 2003-01-05 [alfons]     0.8.8claws51
8826
8827         re-organize matcher part 7; more to come
8828
8829         * src/matcher.[ch]
8830                 fixes for constant correctness;
8831                 more documentation;
8832
8833 2003-01-05 [alfons]     0.8.8claws50
8834
8835         re-organize matcher part 6; more to come
8836         
8837         * src/matcher.[ch]
8838                 fixes for constant correctness;
8839                 more documentation;
8840         * src/filtering.c
8841                 fix for constant correctness
8842
8843 2003-01-05 [colin]      0.8.8claws49
8844
8845         * src/account.[ch]
8846                 Add account_get_reply_account function
8847         * src/compose.c
8848                 Use account_get_reply_account function 
8849         * src/summaryview.c
8850                 Basic reply-finder - click on the replied
8851                 icon gets you to the outbox using quick-search
8852
8853 2003-01-05 [paul]       0.8.8claws48
8854
8855         * src/prefs_common.c
8856                 small change to English
8857                 
8858         * src/prefs_filtering.c
8859                 prefs_filtering_action_select(): improve logic and uniformity
8860                 of gui
8861
8862 2003-01-05 [alfons]     0.8.8claws47
8863
8864         fine tune solution to focus problems (bug #7)
8865
8866         * src/mainwindow.c
8867                 mainwindow_focus_in_event(): remove grab event check
8868         * src/summaryview.c
8869                 summary_button_pressed(): move selection on right-click
8870                 too. we can't possibly move the selection back after
8871                 canceling a dialog, because gtk's incomplete focus 
8872                 management. whether this is a good solution, only time
8873                 will tell.
8874
8875 2003-01-05 [christoph]  0.8.8claws46
8876
8877         * src/imap.c
8878                 fix crash when no imap connection could be established
8879
8880 2003-01-05 [paul]       0.8.8claws45
8881
8882         * src/mainwindow.c
8883           src/sumamryview.c
8884           src/gtk/menu.[ch]
8885                 fix bug 605957 'shortcuts in popup-menu'
8886                 make user-defined shortcuts work
8887                 show shortcuts that are already defined
8888                 in the main menu
8889                 Patch submitted by Luke Plant
8890
8891 2003-01-05 [alfons]     0.8.8claws44
8892
8893         * src/mainwindow.c
8894                 focus_in_event handler should not select summary view row 
8895                 when another window (menu, dialog) grabbed for events 
8896                 (bug #7, "[0.8.8claws42] Message summary focus") 
8897
8898 2003-01-04 [christoph]  0.8.8claws43
8899
8900         * src/procmsg.c
8901                 update save folder after adding the sent message
8902                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
8903
8904 2003-01-02 [christoph]  0.8.8claws42
8905
8906         * src/common/plugin.c
8907                 fix unloading of all plugins and unload
8908                 plugins in reverse order
8909                 
8910         * src/gtk/pluginwindow.c
8911                 implement function of load and unload button
8912
8913         * src/gtk/prefswindow.c
8914         * src/gtk/prefswindow.h
8915                 rename register function and add new unregister
8916                 function
8917
8918         * src/plugins/spamassassin/spamassassin_gtk.c
8919                 unregister prefs page and update for changes in
8920                 src/gtk/prefswindow.c
8921
8922 2003-01-02 [paul]       0.8.8claws41
8923
8924         * po/es.po
8925                 updated by Ricardo Mones Lastra
8926
8927 2003-01-02 [paul]
8928
8929         * tools/tb2sylpheed
8930                 fixes and improvements by Urke MMI
8931
8932 2003-01-02 [thorsten]   0.8.8claws40
8933
8934         * src/procmsg.c
8935                 fixed wrong return value
8936
8937 2003-01-02 [thorsten]   0.8.8claws39
8938
8939         * src/prefs.c
8940                 fixed printing wrong variable
8941
8942 2003-01-02 [thorsten]   0.8.8claws38
8943
8944         * src/prefs.c
8945                 fixed acessing members of freed pfile struct
8946
8947 2003-01-02 [thorsten]   0.8.8claws37
8948
8949         * src/procmsg.c
8950                 detect loops across several messages
8951                 as suggested by Christoph Hohmann
8952
8953 2003-01-01 [match]      0.8.8claws36
8954
8955         * src/addrindex.c
8956                 fixed another memory leak.
8957
8958 2003-01-01 [match]      0.8.8claws35
8959
8960         * src/jpilot.[ch]
8961                 fixed memory leaks. applied Doxygen comments.
8962
8963 2003-01-01 [thorsten]   0.8.8claws34
8964
8965         * src/procmsg.c
8966                 inhibit endless loop if msg references itself
8967                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
8968
8969 2003-01-01 [christoph]  0.8.8claws33
8970
8971         * src/mainwindow.c
8972         * src/gtk/Makefile.am
8973         * src/gtk/pluginwindow.c                ** NEW **
8974         * src/gtk/pluginwindow.h                ** NEW **
8975                 add plugin window
8976
8977         * src/plugins/demo/demo.c
8978         * src/plugins/spamassassin/spamassassin.c
8979         * src/plugins/spamassassin/spamassassin_gtk.c
8980                 write better plugin descriptions
8981
8982 2002-12-31 [christoph]  0.8.8claws32
8983
8984         * src/gtk/prefswindow.c
8985         * src/plugins/spamassassin/spamassassin_gtk.c
8986                 some small improvements to GTK code
8987
8988 2002-12-31 [christoph]  0.8.8claws31
8989
8990         * src/plugins/spamassassin/spamassassin_gtk.c
8991                 enable folder select button
8992
8993 2002-12-31 [christoph]  0.8.8claws30
8994
8995         * src/mainwindow.c
8996         * src/gtk/Makefile.am
8997         * src/gtk/prefswindow.c                         ** NEW **
8998         * src/gtk/prefswindow.h                         ** NEW **
8999                 add new prefs window
9000
9001         * src/common/plugin.c
9002                 don't try to load empty config lines
9003         
9004         * src/plugins/spamassassin/Makefile.am
9005         * src/plugins/spamassassin/spamassassin.c
9006         * src/plugins/spamassassin/spamassassin.h       ** NEW **
9007         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
9008                 GTK config for SpamAssassin Plugin using
9009                 the new prefs window
9010
9011 2002-12-31 [paul]       0.8.8claws29
9012
9013         * po/POTFILES.in
9014                 remove obsolete entry 'src/menu.c'
9015
9016 2002-12-31 [alfons]     0.8.8claws28
9017
9018         * src/matcher.[ch]
9019         * src/matcher_parser_parse.y
9020         * src/prefs_matcher.c
9021                 add "ignore_thread" and "~ignore_thread" condition so it's
9022                 possible to make the actions / scoring operate on the ignore
9023                 thread flag
9024
9025 2002-12-31 [christoph]  0.8.8claws27
9026
9027         * src/addrbook.c
9028         * src/addrindex.c
9029         * src/folder.c
9030         * src/matcher.c
9031         * src/prefs_account.c
9032         * src/prefs_actions.c
9033         * src/prefs_customheader.c
9034         * src/prefs_display_header.c
9035         * src/prefs_gtk.c
9036         * src/procmime.c
9037         * src/toolbar.c
9038         * src/xmlprops.c
9039         * src/common/prefs.[ch]
9040                 extend prefs file handling for reading and automatic handling
9041                 of blocks. When reading prefs_set_block_label will automatically
9042                 move on to the block. When writing it will copy all other blocks
9043                 automatically
9044
9045         * src/common/plugin.c
9046                 Now loading plugin filenames from [Plugins] block in
9047                 sylpheed rc file
9048
9049 2002-12-30 [christoph]  0.8.8claws26
9050
9051         * src/common/hooks.[ch]
9052                 return abort status to caller of hooks_invoke
9053                 
9054         * src/inc.[ch]
9055                 invoke message filtering hook and stop
9056                 default handling when filter returns abort
9057
9058         * src/common/plugin.[ch]
9059         * src/plugins/demo/demo.c
9060                 modify plugin loader, because resolving symbols for strings
9061                 does not work correctly
9062         
9063         * configure.in
9064         * ac/spamassassin.m4                            ** NEW **
9065         * src/plugins/spamassassin/.cvsignore           ** NEW **
9066         * src/plugins/spamassassin/Makefile.am          ** NEW **
9067         * src/plugins/spamassassin/README               ** NEW **
9068         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
9069         * src/plugins/spamassassin/spamassassin.c       ** NEW **
9070         * src/plugins/spamassassin/utils.[ch]           ** NEW **
9071                 add spamassassin plugin, see src/plugins/spamassassin/README
9072                 for details
9073
9074 2002-12-29 [alfons]     0.8.8claws25
9075
9076         * src/mainwindow.c
9077                 when moving focus from a message view to the main 
9078                 window, don't forget to select the summary node
9079                 of the displayed message. should fix "[ 659103 ] 
9080                 focus-follows-mouse confuses sylpheed"
9081
9082 2002-12-29 [christoph]  0.8.8claws24
9083
9084         * src/Makefile.am
9085         * src/stringtable.[ch]          ** REMOVE **
9086         * src/common/Makefile.am
9087         * src/common/stringtable.[ch]   ** NEW **
9088                 move stringtable files to common directory
9089
9090 2002-12-29 [christoph]  0.8.8claws23
9091
9092         * src/Makefile.am
9093         * src/menu.[ch]                 ** REMOVE **
9094         * src/gtk/Makefile.am
9095         * src/gtk/menu.[ch]             ** NEW **
9096                 move menu files to gtk directory
9097
9098 2002-12-29 [match]      0.8.8claws22
9099
9100         * src/addressbook.c
9101         * src/syldap.c
9102                 moved UI specific code out of LDAP code into addressbook
9103                 UI code. fixed memory leak.
9104
9105 2002-12-29 [christoph]  0.8.8claws21
9106
9107         * src/folder.c
9108                 only check for IGNORED parent message when message is
9109                 not IGNORED itself
9110
9111 2002-12-29 [alfons]     0.8.8claws20
9112
9113         * src/summaryview.c
9114                 set gtksctree's anchor correct (immediate execute
9115                 changes the tree's layout, and anchor points at 
9116                 the incorrect row). fixes "[ 657233 ] multiple msg 
9117                 delete sometimes off by 1".
9118                 we probably have to look for more tree layout /
9119                 anchor glitches.
9120
9121 2002-12-29 [paul]       0.8.8claws19
9122
9123         * src/summaryview.c
9124                 fix bug [ 659054 ] incorrect sorting of 'From' column
9125                 when using 'display sender using address book'
9126                 thanks to Alfons and Luke Plant
9127
9128 2002-12-29 [christoph]  0.8.8claws18
9129
9130         * src/folder.c
9131         * src/procmsg.[ch]
9132                 check parent messages for IGNORE THREAD flag, when adding,
9133                 moving or copying messages to a folder
9134
9135 2002-12-27 [alfons]     0.8.8claws17
9136
9137         re-organize matcher part 5; more to come
9138
9139         * src/matcher.c
9140                 hash keywords in matchparser_tab 
9141
9142 2002-12-27 [alfons]     0.8.8claws16
9143
9144         re-organize matcher part 4; more to come
9145
9146         * src/matcher_parser.h
9147         * src/matcher_parser_lex.l
9148         * src/matcher_parser_parse.y
9149                 cleanup
9150
9151 2002-12-27 [alfons]     0.8.8claws15
9152
9153         re-organize matcher part 3; more to come
9154
9155         * src/matcher.[ch]
9156                 cleanup
9157
9158 2002-12-27 [alfons]     0.8.8claws14
9159
9160         re-organize matcher part 2; more to come but this should
9161         work. cc me if there are any regressions.
9162
9163         * src/matcher.h
9164                 add prototype for get_matchparser_tab_id()
9165         * src/matcher_parser_lex.l
9166                 look up keywords using matchparser_tab_id();
9167
9168 2002-12-27 [alfons]     0.8.8claws12
9169
9170         re-organize matcher part 1
9171
9172         * src/matcher.h
9173                 map yacc generated constants to sylpheed matcher constants
9174         * src/matcher.c
9175                 add function to find a matcher constant from a string
9176
9177 2002-12-27 [christoph]  0.8.8claws11
9178
9179         * src/compose.c
9180                 MENUITEM_ADD casts the 4th argument from integer to pointer
9181                 so it probably should not be a pointer, this means we
9182                 should use account id for it and not the account's pointer
9183
9184 2002-12-27 [paul]       0.8.8claws10
9185
9186         * src/mainwindow.c
9187                 remove unneeded 'GtkWidget *vbox'
9188                 
9189         * src/summaryview.c
9190                 further sync with 0.8.8 - make sort
9191                 by recipient work as expected
9192                 
9193         * NEWS
9194                 sync with 0.8.8
9195
9196 2002-12-27 [paul]       0.8.8claws9
9197
9198         * po/pt_BR.po
9199                 updated by Ivan F. Martinez
9200                 
9201 2002-12-27 [darko]      0.8.8claws8
9202
9203         * src/common/utils.c
9204                 added locked pattern to extended search
9205
9206 2002-12-27 [alfons]     0.8.8claws7
9207
9208         * src/prefs_matcher.[ch]
9209                 clean up
9210
9211 2002-12-26 [alfons]     0.8.8claws6
9212
9213         * src/matcher.[ch]
9214         * src/matcher_parser_lex.l
9215         * src/matcher_parser_parse.y
9216         * src/prefs_matcher.c
9217                 allow color label as a condition in the matcher
9218
9219 2002-12-26 [oliver]     0.8.8claws5
9220         
9221         * src/toolbar.c 
9222                 enable Addressbook for Main and Messageview
9223         * src/prefs_actions.c
9224                 enable actions in Messageview
9225
9226 2002-12-26 [christoph]  0.8.8claws4
9227
9228         * src/common/plugin.c
9229                 add a little debug output
9230         * configure.in
9231         * src/plugins/demo/Makefile.am
9232                 better use of automake
9233
9234 2002-12-26 [christoph]  0.8.8claws3
9235
9236         * src/Makefile.am
9237         * src/common/Makefile.am
9238                 fix "make distdir"
9239
9240 2002-12-26 [christoph]  0.8.8claws2
9241
9242         * configure.in
9243                 sort configure checks into common / gtk / plugins
9244         * po/POTFILES.in
9245                 add src/prefs_gtk.c
9246         * src/Makefile.am
9247                 add plugins SUBDIR
9248         * src/main.c
9249         * src/common/sylpheed.[ch]
9250                 added now sylpheed_done function for shutdown
9251         * src/common/Makefile.am
9252         * src/common/plugin.[ch]                ** NEW **
9253                 plugin loader and unloader
9254         * src/plugins/.cvsignore                ** NEW **
9255         * src/plugins/Makefile.am               ** NEW **
9256                 build plugins
9257         * src/plugins/demo/.cvsignore           ** NEW **
9258         * src/plugins/demo/Makefile.am          ** NEW **
9259         * src/plugins/demo/demo.c               ** NEW **
9260                 small demo plugin that installs a logtext hook and
9261                 outputs the log text to stdout
9262
9263 2002-12-26 [paul]       0.8.8claws1
9264
9265         * po/es.po
9266                 updated by Ricardo Mones Lastra
9267
9268 2002-12-26 [paul]       0.8.8claws
9269
9270         * 0.8.8claws released
9271
9272 2002-12-26 [paul]       0.8.7claws12
9273
9274         * po/bg.po
9275                 updated by George Danchev
9276
9277 2002-12-26 [paul]       0.8.7claws11
9278
9279         * po/POTFILES.in
9280                 remove unneeded 'src/prefs.c' entry 
9281
9282 2002-12-26 [paul]       0.8.7claws10
9283
9284         * src/codeconv.c
9285           src/mainwindow.c
9286                 sync with 0.8.8 release
9287         
9288         * src/folder.[ch]
9289           src/mh.c
9290           src/summaryview.c
9291                 partial sync with 0.8.8 release
9292         
9293
9294 2002-12-25 [alfons]     0.8.7claws9
9295
9296         * src/matcher.[ch]
9297         * src/matcher_parser_lex.l
9298         * src/matcher_parser_parse.y
9299         * src/prefs_matcher.c
9300                 add locked flag to possible filtering / matcher 
9301                 conditions (also a good example what should be
9302                 done to add a simple boolean condition)
9303
9304 2002-12-25 [christoph]  0.8.7claws8
9305
9306         * src/Makefile.am
9307         * src/account.[ch]
9308         * src/addrbook.c
9309         * src/addressbook.c
9310         * src/addrindex.c
9311         * src/filtering.c
9312         * src/folder.c
9313         * src/matcher.c
9314         * src/prefs.[ch]                ** REMOVE **
9315         * src/prefs_account.c
9316         * src/prefs_actions.c
9317         * src/prefs_common.c
9318         * src/prefs_customheader.c
9319         * src/prefs_display_header.c
9320         * src/prefs_filtering.c
9321         * src/prefs_folder_item.c
9322         * src/prefs_gtk.[ch]            ** NEW **
9323         * src/prefs_matcher.c
9324         * src/prefs_scoring.c
9325         * src/prefs_summary_column.c
9326         * src/procmime.c
9327         * src/selective_download.c
9328         * src/toolbar.c
9329         * src/common/Makefile.am
9330         * src/common/prefs.[ch]         ** NEW **
9331                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
9332
9333 2002-12-24 [alfons]     0.8.7claws7
9334
9335         * src/summaryview.c
9336                 summary_thread_build(): fix real cause of the crash mentioned in
9337                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
9338                 this way we get meaningful ctree nodes 
9339
9340 2002-12-24 [oliver]     0.8.7claws6
9341
9342         * src/mainwindow.[ch]
9343         * src/messageview.[ch]
9344         * src/compose.[ch]
9345         * src/inc.c
9346         * src/summaryview.c
9347                 changes to use updated toolbar handling
9348                 
9349 2002-12-24 [oliver]     0.8.7claws5
9350
9351         * src/toolbar.[ch]
9352                 generic toolbar handling
9353                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
9354         * src/prefs_toolbar.[ch]
9355                 adjust to handling
9356         
9357 2002-12-24 [oliver]     0.8.7claws4
9358         
9359         * src/stock_pixmap.[ch]
9360                 move SYLPHEED_LOGO to end of list in order 
9361                 to remove it from Custom Toolbar`s Icon View
9362
9363 2002-12-24 [alfons]     0.8.7claws3
9364
9365         * src/summaryview.c
9366                 summary_thread_build(): fix crash because of focus != selection 
9367                 after threading. when deleting the selection, gtk tries but fails 
9368                 to find the correct focusable element. we now force the selection
9369                 to be focused. this should solve the infamous bug reported by 
9370                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
9371                 a test case is available. 
9372
9373 2002-12-24 [darko]      0.8.7claws2
9374
9375         * src/summaryview.c
9376                 don't crash when unmarking message with unread children
9377
9378 2002-12-23 [christoph]  0.8.7claws1
9379
9380         * src/Makefile.am
9381         * src/common/Makefile.am
9382                 update Makefiles for moved intl.h, version.h and defs.h
9383         * src/imap.c
9384                 rewrite imap_session_get to avoid duplicate code
9385
9386 2002-12-23 [paul]       0.8.7claws
9387
9388         * Santa-Claws released
9389         
9390         * po/hu.po
9391           po/ru.po
9392                 squeeze in updated Hungarian and Russian translations.
9393                 Submitted by  Gál Zoltán and Ruslan N. Balkin
9394
9395 2002-12-23 [paul]       0.8.6claws129
9396
9397         * po/pl.po
9398                 updated by Witold Wladyslaw Wojciech Wilk
9399
9400 2002-12-23 [paul]       0.8.6claws128
9401
9402         * src/quote_fmt_parse.y
9403                 fix typo and add licence header
9404
9405 2002-12-23 [paul]       0.8.6claws127
9406
9407         * po/en_GB.po
9408                 updated
9409
9410 2002-12-23 [paul]       0.8.6claws126
9411
9412         * po/it.po
9413                 updated translation, submitted by Alessandro Maestri
9414                 
9415 2002-12-23 [paul]       0.8.6claws125
9416
9417         * src/quote_fmt_parse.y
9418                 fix signature-stripping on replies bug. match
9419                 '-- \n' and not '-- '.
9420
9421 2002-12-22 [paul]       0.8.6claws124
9422
9423         * po/bg.po
9424           po/es.po
9425           po/sr.po
9426                 updated translations. submitted by George Danchev,
9427                 Ricardo Mones Lastra, and Urke MMI respectively
9428
9429 2002-12-21 [paul]       0.8.6claws123
9430
9431         * src/addrbook.c
9432                 fix coding style
9433
9434 2002-12-21 [paul]       0.8.6claws122
9435
9436         * src/addrbook.c
9437                 fix bug [643638] where if a person is in one or more
9438                 addressbook groups editing that person's email 
9439                 address results in removal from those groups.
9440                 Patch submitted by Luke Plant.
9441
9442 2002-12-20 [christoph]  0.8.6claws121
9443
9444         * src/common/utils.c
9445         * src/summaryview.c
9446                 reimplement expand_search_string using GString to
9447                 prevent crashs caused by miscalculated string
9448                 lengths reported by Paul
9449
9450 2002-12-20 [christoph]  0.8.6claws120
9451
9452         * src/summaryview.c
9453                 don't use "changed" to check if op_count has to be changed as it
9454                 is also set when the message has unread children
9455                 (closes bug [ 653221 ] crash while deleting duplicates)
9456
9457 2002-12-20 [paul]       0.8.6claws119
9458
9459         * sync with 0.8.6cvs27
9460                 see ChangeLog 2002-12-20
9461
9462 2002-12-20 [paul]       0.8.6claws118
9463
9464         * sync with 0.8.6cvs26
9465                 see ChangeLog 2002-12-19 and 2002-12-20
9466
9467 2002-12-19 [alfons]     0.8.6claws117
9468
9469         * src/textview.c
9470                 fix incorrect parsing of email addresses, submitted by 
9471                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
9472                 name display if it contains @".
9473
9474 2002-12-18 [paul]       0.8.6claws116
9475
9476         * sync with 0.8.6cvs23
9477                 see ChangeLog 2002-12-18
9478
9479 2002-12-18 [paul]       0.8.6claws115
9480
9481         * src/Makefile.am
9482         * src/account.c
9483         * src/codeconv.c
9484         * src/gtkutils.[ch]
9485         * src/imap.c
9486                 sync with 0.8.6cvs22.
9487                 see ChangeLog 2002-12-17 and 2002-12-18
9488
9489 2002-12-17 [christoph]  0.8.6claws114
9490
9491         * src/imap.c
9492                 o don't create a session if imap greeting fails
9493                 o don't close socket when authentication fails
9494                   this is done by imap_session_destroy
9495
9496 2002-12-17 [thorsten]   0.8.6claws113
9497
9498         * tools/Makefile.am
9499           tools/README
9500           tools/google_msgid.pl ** NEW FILE **
9501                 Added "search for message-id" script and doc
9502
9503 2002-12-17 [thorsten]   0.8.6claws112
9504
9505         * po/hu.po
9506                 Updated hungarian translation
9507                 (updated by Gal Zoltan)
9508
9509 2002-12-16 [christoph]  0.8.6claws111
9510
9511         * src/addr_compl.c
9512                 remove stupid addressbook dump to debug output
9513         * src/mh.c
9514                 fix memory leak found by Hiro
9515
9516 2002-12-14 [paul]       0.8.6claws110
9517
9518         * src/compose.c
9519                 fix menubar sensitivity on send
9520                 
9521         * src/prefs_filtering.c
9522         * src/prefs_matcher.c
9523         * src/prefs_scoring.c
9524                 Fix english ;)
9525                 
9526         * src/common/quoted-printable.h
9527                 sync: fix typo
9528         
9529 2002-12-13 [christoph]  0.8.6claws109
9530
9531         * src/Makefile.am
9532         * src/manage_window.[ch]        ** REMOVE **
9533         * src/gtk/Makefile.am
9534         * src/gtk/manage_window.[ch]    ** NEW **
9535                 move manage_window files to gtk directory
9536
9537 2002-12-13 [christoph]  0.8.6claws108
9538
9539         * src/Makefile.am
9540         * src/gtkshruler.[ch]           ** REMOVE **
9541         * src/gtk/Makefile.am
9542         * src/gtk/gtkshruler.[ch]       ** NEW **
9543                 move gtkshruler files to gtk directory
9544
9545 2002-12-13 [christoph]  0.8.6claws107
9546
9547         * src/Makefile.am
9548         * src/compose.c
9549         * src/gtkstext.[ch]             ** REMOVE **
9550         * src/gtkutils.[ch]
9551         * src/textview.c
9552         * src/gtk/gtkstext.[ch]         ** NEW **
9553         * src/gtk/Makefile.am
9554                 o move stext functions to gtkstext.c to remove
9555                   dependency of gtkutils
9556                 o move gtkstext files to gtk directory
9557
9558         * src/gtk/Makefile.am
9559         * src/gtk/sslcertwindow.[ch]
9560                 UI stuff can always depend on common code so
9561                 it's ok to add ../common to include path
9562
9563 2002-12-13 [colin]      0.8.6claws106
9564
9565         * src/summaryview.c
9566                 Disconnect sighandlers for mainwindow when
9567                 quicksearch has the focus
9568                 Fix bug #653231
9569         * src/mainwindow.[ch]
9570                 Make key_pressed callback public, to be able
9571                 to disconnect it
9572
9573 2002-12-13 [christoph]  0.8.6claws105
9574
9575         * src/mh.c
9576                 create .mh_sequences file in new MH folders
9577                 (closes feature request [ 523162 ] MH folders should
9578                  get a .mh_sequences)
9579
9580 2002-12-13 [colin]      0.8.6claws104
9581
9582         * src/summaryview.c
9583                 Better handling of quicksearch show/hide
9584                 (basically the button stays under the mouse 
9585                  when toggled)
9586
9587 2002-12-13 [paul]       0.8.6claws103
9588
9589         * sync with 0.8.6cvs17
9590                 see ChangeLog 2002-12-13
9591
9592 2002-12-13 [paul]       0.8.6claws102
9593
9594         * po/es.po
9595                 updated by Ricardo Mones Lastra
9596
9597 2002-12-11 [colin]       0.8.6claws101
9598
9599         * src/folder.c
9600                 remove statusbar stuff
9601           src/folderview.c
9602                 set statusbar verbosity when moving folders
9603
9604 2002-12-11 [colin]       0.8.6claws100
9605         * src/prefs_filtering.c
9606         * src/prefs_matcher.c
9607         * src/prefs_scoring.c
9608                 Fix english ;)
9609
9610 2002-12-11 [colin]       0.8.6claws99
9611
9612         * src/prefs_common.[ch]
9613                 Add summary_quicksearch_type
9614         * src/summaryview.c
9615                 Save last used quicksearch type
9616
9617 2002-12-11 [jens]       0.8.6claws98
9618         * src/prefs_filtering.c
9619         * src/prefs_matcher.c
9620         * src/prefs_scoring.c
9621                 added dialog for incomplete rules in scoring, filtering and
9622                 matcher to ask wheather really close
9623
9624 2002-12-11 [colin]      0.8.6claws97
9625
9626         * src/folder.c
9627                 Fix folder dnd statusbar logging
9628
9629 2002-12-10 [christoph]  0.8.6claws96
9630
9631         * src/compose.c
9632         * src/folder.c
9633         * src/imap.c
9634         * src/inc.c
9635         * src/main.c
9636         * src/mainwindow.c
9637         * src/news.c
9638         * src/send.c
9639         * src/statusbar.[ch]
9640         * src/common/hooks.c
9641         * src/common/log.[ch]
9642                 o handle verbose logging in statusbar directly in statusbar code
9643                   and common code does not need any knowledge about a statusbar
9644                 o remove direct calls to statusbar_(puts|pop)_all functions
9645
9646 2002-12-10 [jens]       0.8.6claws95
9647
9648         * src/*.c
9649                 removed gettext from g_warnings
9650         * po/POTFILES.in
9651                 cleaned and updated
9652         * po/de.po
9653                 updated
9654
9655 2002-12-10 [colin]      0.8.6claws94
9656
9657         * src/main.c
9658                 finish crash dialog fix
9659
9660 2002-12-10 [colin]      0.8.6claws93
9661
9662         * src/main.c
9663                 "Fix" "sylpheed already running" instead of
9664                 crash dialog appearing after a crash
9665
9666 2002-12-10 [colin]      0.8.6claws92
9667
9668         * po/POTFILES.in
9669                 add src/gtk/sslcertwindow.c
9670
9671 2002-12-10 [paul]       0.8.6claws91
9672
9673         * po/POTFILES.in
9674                 updated to reflect recent changes
9675                 submitted by Alessandro Maestri
9676
9677 2002-12-09 [christoph]  0.8.6claws90
9678
9679         * src/Makefile.am
9680         * src/smtp.[ch]                 ** REMOVE **
9681         * src/common/Makefile.am
9682         * src/common/smtp.[ch]          ** NEW **
9683                 move smtp files to common directory
9684
9685 2002-12-09 [christoph]  0.8.6claws89
9686
9687         * src/Makefile.am
9688         * src/session.[ch]              ** REMOVE **
9689         * src/common/Makefile.am
9690         * src/common/session.[ch]       ** NEW **
9691                 move session files to common directory
9692
9693 2002-12-09 [paul]       0.8.6claws88
9694
9695         * src/account.c
9696                 fix bug [649746] edit accounts: move account reverted
9697                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
9698
9699 2002-12-09 [colin]      0.8.6claws87
9700
9701         * src/ssl_certificate.c
9702                 cleanup
9703
9704 2002-12-09 [colin]      0.8.6claws86
9705
9706         * src/ssl.c
9707                 Try to open the cert.pem database and 
9708                 issue a warning if it isn't there
9709
9710 2002-12-09 [colin]      0.8.6claws85
9711
9712         * src/common/ssl_certificate.c
9713         * src/gtk/sslcertwindow.c
9714                 Warning fixes
9715
9716 2002-12-09 [colin]      0.8.6claws84
9717
9718         * src/ssl_certificate.[ch] ** REMOVED **
9719         * src/common/ssl_certificate.[ch] ** NEW **
9720         * src/Makefile.am
9721         * src/common/Makefile.am
9722                 Moved ssl_certificate.[ch] to common
9723         * src/common/ssl.c 
9724                 Put back needed include
9725         * src/gtk/sslcertwindow.[ch]
9726                 Changed ssl_certificate.h include
9727         
9728 2002-12-09 [colin]      0.8.6claws83
9729
9730         * src/gtk/sslcertwindow.[ch]
9731                 Implement hook for certificate acception
9732         * src/ssl_certificate.[ch]
9733                 Implement hook for certificate acception
9734         * src/common/ssl.c
9735                 Reenable certificate acception check
9736         * src/mainwindow.c
9737                 Register sslcertwindow's hook
9738         
9739 2002-12-08 [christoph]  0.8.6claws82
9740
9741         * src/about.c
9742         * src/addr_compl.c
9743         * src/codeconv.c
9744         * src/manual.c
9745         * src/undo.c
9746         * src/common/utils.c
9747                 o add missing includes
9748                 o fix warnings
9749         * src/.cvsignore
9750         * src/common/.cvsignore
9751         * src/common/version.h          ** REMOVE **
9752                 remove autogenerated file
9753
9754 2002-12-08 [paul]       0.8.6claws81
9755
9756         * src/stringtable.c
9757                 put back needed include
9758
9759 2002-12-08 [colin]      0.8.6claws80
9760         
9761         * src/gtk/sslcertwindow.c
9762                 Cleaner popups when asking
9763         * src/ssl_certificate.c
9764         * src/prefs_common.[ch]
9765                 remove ssl certificate pref
9766                 put back needed include
9767         * src/undo.c
9768                 put back needed include
9769
9770 2002-12-08 [christoph]  0.8.6claws79
9771
9772         * src/folderview.c
9773         * src/logwindow.c
9774         * src/statusbar.c
9775         * src/summaryview.c
9776                 only abort hook invokation if required data is missing not
9777                 if our own data pointer is NULL, update hookfunction for
9778                 log window
9779
9780 2002-12-08 [paul]       0.8.6claws78
9781
9782         * src/about.c
9783         * src/addrcache.c
9784         * src/addrclip.c
9785         * src/addr_compl.c
9786         * src/addrselect.c
9787         * src/codeconv.c
9788         * src/colorlabel.c
9789         * src/enriched.c
9790         * src/esmtp.c
9791         * src/exporthtml.c
9792         * src/headerview.c
9793         * src/imageview.c
9794         * src/manual.c
9795         * src/noticeview.c
9796         * src/pgptext.c
9797         * src/scoring.c
9798         * src/sourcewindow.c
9799         * src/stringtable.c
9800         * src/undo.c
9801                 clean up: remove unneccesary includes
9802
9803 2002-12-08 [christoph]  0.8.6claws77
9804
9805         * src/folderview.c
9806         * src/statusbar.c
9807         * src/summaryview.c
9808         * src/common/hooks.[ch]
9809                 hook functions now have a gboolean return value, if a hook
9810                 returns TRUE it will stop executing of any more hooks in
9811                 the same hooklist for this invokation
9812
9813 2002-12-08 [colin]      0.8.6claws76
9814         
9815         * src/main.c
9816                 put back argv0 for CRASH_DIALOG
9817
9818 2002-12-08 [christoph]  0.8.6claws75
9819
9820         * src/Makefile.am
9821         * src/about.c
9822         * src/account.c
9823         * src/crash.c
9824         * src/esmtp.h
9825         * src/imap.[ch]
9826         * src/inc.c
9827         * src/main.c
9828         * src/mainwindow.c
9829         * src/news.c
9830         * src/pop.[ch]
9831         * src/prefs_account.[ch]
9832         * src/prefs_common.[ch]
9833         * src/send.[ch]
9834         * src/smtp.[ch]
9835         * src/ssl_certificate.[ch]
9836         * src/ssl_manager.[ch]
9837         * src/common/Makefile.am
9838         * src/common/log.c
9839         * src/common/nntp.[ch]
9840         * src/common/socket.[ch]
9841         * src/common/ssl.[ch]
9842         * src/gtk/sslcertwindow.[ch]
9843         * ac/openssl.m4
9844                 use new autoconf script to detect OpenSSL with extra parameters
9845                 to specify the location of libs and includes, also remove USE_SSL
9846                 to USE_OPENSSL
9847
9848         * src/common/sylpheed.[ch]
9849         * src/common/version.h.in
9850                 start seperation of common code initialization seperated from gui
9851
9852         * src/summaryview.c
9853                 The function that is called when a color label changes
9854                 should not change the color lable again
9855
9856 2002-12-08 [colin]      0.8.6claws74
9857
9858         * src/gtk/sslcertwindow.c
9859                 warning fixes
9860
9861 2002-12-08 [colin]      0.8.6claws73
9862
9863         * src/statusbar.c
9864           src/common/log.h
9865                 Register a hook for statusbar_puts_all
9866         * src/common/log.c
9867                 invoke statusbar_puts_all's hook
9868         
9869 2002-12-08 [colin]      0.8.6claws72
9870
9871         * src/ssl_certificate.c
9872                 Put back a badly-removed include
9873
9874 2002-12-08 [colin]      0.8.6claws71
9875
9876         * src/gtk/sslcertwindow.[ch]    ** NEW **
9877                 new certificate presentation
9878         * src/gtk/Makefile.am
9879                 add new files
9880         * src/ssl_certificate.[ch]
9881                 gtk cleanup, made utility functions public
9882         * src/ssl_manager.c
9883                 use new cert presentation
9884
9885 2002-12-07 [christoph]  0.8.6claws70
9886
9887         * src/Makefile.am
9888         * src/nntp.[ch]                 ** REMOVE **
9889         * src/common/Makefile.am
9890         * src/common/nntp.[ch]          ** NEW **
9891                 move nntp files to common directory
9892
9893 2002-12-07 [christoph]  0.8.6claws69
9894
9895         * src/procmsg.[ch]
9896         * src/summaryview.c
9897                 implement msginfo update callback using sylpheed's new
9898                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
9899
9900 2002-12-06 [christoph]  0.8.6claws68
9901
9902         * src/editgroup.c
9903                 This patch changes the 'Edit Group Details' dialog to
9904                 allow extended selections in either pane, so that
9905                 addresses can be added or removed from a group more
9906                 quickly and easily. (it actually is a net decrease in
9907                 file size, as some unnecessary functions have been
9908                 removed). 
9909                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
9910
9911 2002-12-06 [christoph]  0.8.6claws67
9912
9913         * src/Makefile.am
9914         * src/template.[ch]             ** REMOVE **
9915         * src/common/Makefile.am
9916         * src/common/template.[ch]      ** NEW **
9917                 move template files to common directory
9918
9919         * src/nntp.c
9920                 add missing log.h include
9921
9922 2002-12-06 [melvin]     0.8.6claws66
9923
9924         * src/prefs_actions.c
9925                 Added the trailing ">" syntax to insert command's output
9926                 without replacing old text (in contrast to trailing "|").
9927
9928 2002-12-05 [colin]      0.8.6claws65
9929         
9930         * src/common/utils.c
9931                 Don't modify original search_string or it'll change
9932                 the next iterations in the for()
9933
9934 2002-12-05 [darko]      0.8.6claws64
9935
9936         * src/common/utils.c
9937                 proper check for filtering commands, found by Colin
9938
9939 2002-12-05 [darko]      0.8.6claws63
9940
9941         * src/common/utils.c
9942                 check proper string for NULL pointer, found by Colin
9943
9944 2002-12-05 [darko]      0.8.6claws62
9945
9946         * src/common/utils.[ch]
9947                 expand_search_string(): new function
9948                 converts Mutt-like patterns to Sylpheed's
9949                 filtering engine
9950         * src/summaryview.c
9951                 use expand_search_string() to allow Mutt-like
9952                 patterns in extended search
9953         * README.claws
9954                 document extended option in quick search
9955
9956 2002-12-05 [paul]       0.8.6claws61
9957
9958         * sync with 0.8.6cvs16
9959                 see ChangeLog 2002-12-05
9960                 
9961         * po/POTFILES.in
9962                 clean up
9963
9964 2002-12-04 [christoph]  0.8.6claws60
9965
9966         * src/imap.[ch]
9967                 put imap authentication code into a new function and
9968                 remove it from imap_session_new that will allow to
9969                 send other commands before authentication
9970
9971 2002-12-04 [christoph]  0.8.6claws59
9972
9973         * src/imap.[ch]
9974                 use already existing method to prevent unneeded IMAP
9975                 folder selects. Set imap_select parameters to NULL
9976                 in some functions if the values are not required.
9977
9978         * src/xml.h
9979                 remove no longer required include
9980
9981 2002-12-04 [paul]       0.8.6claws58
9982
9983         * po/es.po
9984                 updated by Ricardo Mones Lastra
9985                 
9986         * configure.in
9987           po/hu.po      ** NEW FILE **
9988                 initial Hungarian translation, submitted
9989                 by Gál Zoltán <galzoli@hu.inter.net>
9990
9991 2002-12-03 [christoph]  0.8.6claws57
9992
9993         * src/Makefile.am
9994         * src/gtksctree.[ch]            ** REMOVE **
9995         * src/gtk/Makefile.am
9996         * src/gtk/gtksctree.[ch]        ** NEW **
9997                 move gtksctree files to gtk directory
9998
9999 2002-12-03 [christoph]  0.8.6claws56
10000
10001         * src/Makefile.am
10002         * src/md5.[ch]                  ** REMOVE **
10003         * srm/common/Makefile.am
10004         * src/common/md5.[ch]           ** NEW **
10005                 move md5 files to common directory
10006
10007         * src/gtkstext.c
10008                 remove not required #include
10009
10010 2002-12-03 [sergey]     0.8.6claws55
10011
10012         * src/gtkutils.c
10013         * src/gtkutils.h
10014                 gtkut_window_popup(): new function.
10015         * src/mainwindow.c
10016                 main_window_popup(): use gtkut_window_popup() to raise
10017                 window without changing its position.
10018                 (see sylpheed-main ML message [sylpheed:17247])
10019
10020 2002-12-03 [sergey]     0.8.6claws54
10021
10022         * src/send.c
10023                 send_message_local(): removed first-dot escaping
10024                 (SMTP-only, not needed for sending through pipe)
10025
10026 2002-12-03 [paul]       0.8.6claws53
10027
10028         * po/POTFILES.in
10029                 update to reflect recent changes (thanks
10030                 to Ricardo Mones Lastra)
10031                 
10032         * tools/filter_conv.pl
10033                  fix problem with quoted strings. Patch submitted
10034                  by Luke Plant <lukeplant@softhome.net>
10035
10036 2002-12-03 [paul]       0.8.6claws52
10037
10038         * sync with 0.8.6cvs15
10039                 see ChangeLog 2002-12-03
10040
10041 2002-12-02 [christoph]  0.8.6claws51
10042
10043         * src/logwindow.[ch]
10044         * src/common/log.[ch]
10045                 implement logging using a hook function
10046
10047         * src/folderview.c
10048         * src/folder.[ch]
10049                 define hooklist name in header file to avoid
10050                 errors caused by wrong spelling of hooklist names
10051
10052         * src/toolbar.c
10053                 fix warnings
10054
10055 2002-12-02 [christoph]  0.8.6claws50
10056
10057         * src/common/Makefile.am
10058                 add src/common/hooks.[ch]
10059
10060         * src/common/hooks.[ch]
10061                 implement a simple hook system using glib's hook functions
10062
10063         * src/folder.[ch]
10064         * src/folderview.c
10065                 use new hook system for folder item updates
10066
10067 2002-12-02 [christoph]  0.8.6claws49
10068
10069         * doc-src/ui_seperation.txt     ** NEW **
10070                 information for ui seperation
10071
10072         * src/Makefile.am
10073                 remove files that were moved to common
10074                 include common directory by default for the header files
10075
10076         * src/inc.c
10077         * src/common/socket.c
10078         * src/automaton.[ch]
10079                 implement automaton using g_io_*-functions instead of
10080                 gdk_input_add to make it ui independent
10081
10082         * src/codeconv.c
10083         * src/compose.c
10084         * src/ldif.c
10085         * src/pgptext.c
10086         * src/procmime.c
10087         * src/rfc2015.c
10088         * src/smtp.c
10089         * src/unmime.c
10090                 remove common/ prefix because directory is now in
10091                 include path
10092
10093         * src/compose.c
10094         * src/folder.c
10095         * src/folderview.c
10096         * src/mainwindow.c
10097         * src/messageview.c
10098         * src/prefs_common.c
10099         * src/procmsg.c
10100         * src/rfc2015.c
10101                 fix warnings
10102
10103         * src/imap.c
10104         * src/inc.c
10105         * src/news.c
10106         * src/pop.c
10107         * src/send.c
10108         * src/smtp.c
10109         * src/ssl_certificate.c
10110                 add log.h header file for logging functions
10111
10112         * src/main.c
10113         * src/common/utils.c
10114         * src/summaryview.c
10115         * src/xml.c
10116                 o move debug_mode to common/utils.c
10117                 o add functions to set and get debug_mode
10118
10119         * src/defs.h                    ** REMOVE **
10120         * src/intl.h                    ** REMOVE **
10121         * src/socket.[ch]               ** REMOVE **
10122         * src/ssl.[ch]                  ** REMOVE **
10123         * src/utils.[ch]                ** REMOVE **
10124                 replaced by new files in src/common/
10125         
10126         * src/common/Makefile.am
10127                 add new files in src/common/
10128
10129         * src/common/defs.h             ** NEW **
10130         * src/common/intl.h             ** NEW **
10131         * src/common/log.[ch]           ** NEW **
10132         * src/common/socket.[ch]        ** NEW **
10133         * src/common/ssl.[ch]           ** NEW **
10134         * src/common/utils.[ch]         ** NEW **
10135                 replacement for files in src/
10136
10137 2002-12-02 [colin]      0.8.6claws48
10138
10139         * src/folderview.c
10140                 Scroll folderview if necessary during dnd
10141
10142 2002-12-02 [colin]      0.8.6claws47
10143
10144         * src/folder.[ch]
10145                 Add check to verify a move is within a single mailbox
10146         * src/folderview.c
10147                 Add specific error string for this check
10148
10149 2002-12-02 [colin]      0.8.6claws46
10150
10151         * src/folder.c
10152                 Add a test to folder moving, remove a statusbar_print
10153         * src/folderview.c
10154                 Add Move folder... context-menu item
10155                 Factorize folder moving code
10156                 Enable folder DND for mbox
10157
10158 2002-12-01 [christoph]  0.8.6claws45
10159
10160         * ac/aspell.m4
10161                 remove conf.aspelltest if the version check fails
10162
10163 2002-11-30 [christoph]  0.8.6claws44
10164
10165         * autogen.sh
10166                 run libtoolize --force in autogen to create missing
10167                 libtool scripts
10168
10169 2002-11-30 [christoph]  0.8.6claws43
10170
10171         * src/Makefile.am
10172         * src/pgptext.c
10173         * src/procmime.c
10174         * src/rfc2015.c
10175         * src/uuencode.[ch]             ** REMOVED **
10176         * src/common/Makefile.am
10177         * src/common/uuencode.[ch]      ** NEW **
10178                 move uuen/decoder to common directory
10179
10180 2002-11-30 [christoph]  0.8.6claws42
10181
10182         * src/Makefile.am
10183         * src/base64.[ch]               ** REMOVED **
10184         * src/codeconv.c
10185         * src/compose.c
10186         * src/ldif.c
10187         * src/pgptext.c
10188         * src/procmime.c
10189         * src/rfc2015.c
10190         * src/smtp.c
10191         * src/unmime.c
10192         * src/common/Makefile.am
10193         * src/common/base64.[ch]        ** NEW **
10194                 move base64 en/decoder to common directory
10195
10196 2002-11-30 [christoph]  0.8.6claws41
10197
10198         * src/common                    ** NEW **
10199                 new directory for UI independent code
10200         * src/gtk                       ** NEW **
10201                 new directory for GTK frontend
10202         * src/common/.cvsignore         ** NEW **
10203         * src/gtk/.cvsignore            ** NEW **
10204                 ignore build files
10205         * src/common/Makefile.am        ** NEW **
10206         * src/gtk/Makefile.am           ** NEW **
10207                 automake files to build new seperated stuff
10208         * src/Makefile.am
10209                 the binary will currently still be build with the
10210                 files in src, so we include the code from the
10211                 subdirs for now after building the libs there
10212
10213 2002-11-30 [paul]       0.8.6claws40
10214
10215         * src/compose.c
10216                 fix bug [642731] 'Wrong selected account with drafted mail'
10217
10218 2002-11-29 [oliver]     0.8.6claws39
10219         
10220         * src/messageview.c
10221                 o update summaryview when switching between different
10222                   messageviews          
10223         * src/toolbar.c  
10224                 o check if messageview holds already removed msg
10225                   from summaryview
10226                 
10227
10228 2002-11-29 [oliver]     0.8.6claws38
10229
10230         * src/toolbar.c 
10231                 remove not needed variables and includes
10232                 make messageview stay opened and move to next when msgs are deleted 
10233
10234 2002-11-29 [oliver]     0.8.6claws37
10235         
10236         * src/toolbar.c 
10237                 disable compose button (messageview toolbar) by default
10238                 deleted msgs are moved to trash
10239         
10240 2002-11-29 [melvin]     0.8.6claws36
10241
10242         * configure.in
10243                 Increased minimal gpgme version to 0.3.10 (Zombies out)
10244                 and to detect signatures expirations (gpgme 0.3.6)
10245
10246         * src/main.c
10247                 Use non obsolescent function for Gpgme engine checking.
10248
10249         * src/rfc2015.c
10250                 Inform about expired signatures or signatures which key
10251                 has expired. Expiration date is displayed.
10252
10253         * src/sigstatus.c
10254                 Inform about expired signatures or signatures which key
10255                 has expired.
10256
10257 2002-11-28 [paul]       0.8.6claws35
10258
10259         * src/folderview.c
10260                 re-instate 'Check for new messages' in Newsgroup
10261                 folders right-click menu, after a suggestion from
10262                 Tim Mann <timmann@users.sourceforge.net>
10263
10264         * src/main.c
10265                 after a crash check only local folders for new
10266                 messages
10267
10268 2002-11-28 [paul]       0.8.6claws34
10269
10270         * configure.in
10271                 apply patch that fixes the checking of GTK with XIM 
10272                 support on different OSs, such as FreeBSD. Patch 
10273                 submitted by Topia <topia@users.sourceforge.net>
10274                 
10275 2002-11-28 [paul]       0.8.6claws33
10276
10277         * src/mainwindow.c
10278           src/prefs_common.c
10279           src/prefs_toolbar.c
10280                 more changes to the English
10281
10282 2002-11-28 [paul]       0.8.6claws32
10283
10284         * sync with 0.8.6cvs13
10285                 see ChangeLog 2002-11-28 (no sync needed
10286                 for src/compose.c)
10287
10288 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
10289         
10290         * src/mainwindow.[ch]
10291                 add patch by Ivan F. Martinez introducing messageview Toolbar
10292                 some changes and committed by oliver    
10293
10294 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
10295
10296         * src/messageview.[ch]
10297                 add patch by Ivan F. Martinez introducing messageview Toolbar
10298                 some changes and committed by oliver    
10299
10300 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
10301
10302         * src/compose.[ch]
10303                 add patch by Ivan F. Martinez introducing messageview Toolbar
10304                 some changes and committed by oliver    
10305
10306 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
10307         
10308         * src/toolbar.[ch]
10309                 add patch by Ivan F. Martinez introducing messageview Toolbar
10310                 some changes and committed by oliver
10311
10312 2002-11-28 [oliver]     0.8.6claws27
10313         
10314         * src/prefs_toolbar.[ch]
10315                 getting ready for messageview toolbar
10316                 free mem allocated by gettext
10317                 change prefs_toolbar to prefs_toolbar_open
10318  
10319 2002-11-28 [thorsten]   0.8.6claws26
10320
10321         * src/imageview.[ch]
10322                 cleaned up conflicting declarations of
10323                 imageview_show_image()
10324
10325 2002-11-28 [paul]       0.8.6claws25
10326
10327         * src/grouplistdialog.c
10328           src/prefs_common.c
10329           src/prefs_summary_column.c
10330                 a few more improvements to the English
10331
10332 2002-11-28 [colin]      0.8.6claws24
10333
10334         * man/sylpheed.1
10335                 A few updates to command-line parameters
10336
10337 2002-11-28 [colin]      0.8.6claws23
10338
10339         * src/prefs_filtering.c
10340                 Fix problems with prefs_filtering_delete_path:
10341                 a) if the first rule is removed, original pointers
10342                    weren't updated (leading to segfaults)
10343                 b) it was always global_processing updated in case
10344                    of removed path was parent of rule path
10345
10346 2002-11-27 [paul]       0.8.6claws22
10347
10348         * src/mainwindow.c
10349           src/prefs_account.c
10350           src/prefs_actions.c
10351           src/prefs_common.c
10352           src/prefs_customheader.c
10353           src/prefs_display_header.c
10354           src/prefs_filtering.c
10355           src/prefs_folder_item.c
10356           src/prefs_matcher.c
10357           src/prefs_scoring.c
10358           src/prefs_summary_column.c
10359           src/prefs_template.c
10360           src/prefs_toolbar.c
10361                  improve the English in the GUI
10362
10363 2002-11-27 [colin]      0.8.6claws21
10364
10365         * src/folder.c
10366                 Fix processing renaming problems happening after
10367                 last commit
10368
10369 2002-11-27 [colin]      0.8.6claws20
10370
10371         * src/folder.c
10372                 recursive move now deletes src each subfolder after 
10373                 having moved it
10374         * src/folderview.c
10375                 Use identifier instead of path during dnd (enables
10376                 IMAP folder dnd)
10377
10378 2002-11-27 [paul]       0.8.6claws19
10379
10380         * src/main.c
10381                 apply patch that does command-line processing 
10382                 BEFORE gtk_init, allowing claws to run from 
10383                 shell-scripts in non-X environment (e.g. crontab 
10384                 or ip-up, ip-down scripts). Patch submitted by
10385                 Ruslan N. Balkin <baron@dartel.ru>
10386                 
10387         * po/it.po
10388                 updated by Alessandro Maestri
10389
10390 2002-11-27 [paul]       0.8.6claws18
10391
10392         * sync with 0.8.6cvs12
10393           src/prefs_common.c
10394                 Differences are that main uses a 'Receive dialog'
10395                 frame on the Interface tab, whereas claws groups all 
10396                 the dialogs together in a 'Dialogs' frame.
10397
10398 2002-11-27 [colin]      0.8.6claws17
10399
10400         * src/prefs_matcher.c
10401                 Fix Execute criteria's NOT flag
10402
10403
10404 2002-11-26 [christoph]  0.8.6claws16
10405
10406         * src/ssl.c
10407                 rewrite the ssl code a little bit, only use one
10408                 SSL context, set default certificates' file/path
10409
10410 2002-11-26 [thorsten]   0.8.6claws15
10411
10412         * src/compose.c
10413                 default-reply-to didn't work for ml-reply
10414
10415 2002-11-26 [melvin]     0.8.6claws14
10416
10417         * src/prefs_actions.c
10418                 Made pipe-actions ignore short headers in message view
10419                 Made trailing-pipe-actions write in the message view with
10420                 the same font as the original message
10421
10422 2002-11-26 [paul]       0.8.6claws13
10423
10424         * src/compose.c
10425                 this time commit the correct file
10426
10427 2002-11-26 [paul]       0.8.6claws12
10428
10429         * sync with 0.8.6cvs11
10430           src/quote_fmt_parse.y  
10431                 no sync needed
10432           src/account.[ch]       
10433                 not sync'ed
10434           src/compose.c
10435                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
10436                 on draft mode.
10437                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
10438                 header
10439                 
10440         see ChangeLog 2002-11-25 and 2002-11-26
10441
10442 2002-11-26 [colin]      0.8.6claws11
10443
10444         * src/folderview.c
10445                 Fix collapsed folder not auto-expanding during
10446                 mail dnd, if it was the source folder.
10447
10448 2002-11-25 [colin]      0.8.6claws10
10449
10450         * src/folderview.[ch]
10451                 Variable renaming and cleaning (slist of nodes 
10452                 to be re-collapsed is stored in FolderView)
10453
10454 2002-11-25 [paul]       0.8.6claws9
10455
10456         * src/prefs_common.[ch]
10457                 fix breakage caused by last commit
10458
10459 2002-11-25 [paul]       0.8.6claws8
10460
10461         * sync with 0.8.6cvs4
10462                 see ChangeLog 2002-11-21
10463
10464 2002-11-25 [paul]       0.8.6claws7
10465
10466         * sync with 0.8.6cvs4
10467                 see ChangeLog 2002-11-20
10468
10469 2002-11-25 [paul]       0.8.6claws6
10470
10471         * sync with 0.8.6cvs3
10472                 see ChangeLog 2002-11-18
10473
10474 2002-11-25 [colin]      0.8.6claws5
10475
10476         * src/gtkutils.[ch]
10477                 Add gtkut_ctree_node_is_parent()
10478         * src/folderview.c
10479                 Spring-loaded folders
10480
10481 2002-11-25 [colin]      0.8.6claws4
10482
10483         * src/utils.[ch]
10484                 Add slist_concat_unique(), function to merge
10485                 two GSList filtering dups
10486         * src/folder.[ch]
10487         * src/summaryview.[ch]
10488         * src/folderview.c
10489         * src/main.c
10490                 Add detection/update/display of unread answers
10491                 to marked mails
10492         * src/procmsg.[ch]
10493                 Add procmsg_find_children()
10494                 Add procmsg_msg_has_marked_parent()
10495
10496 2002-11-25 [colin]      0.8.6claws3
10497
10498         * src/ssl_certificate.[ch]
10499                 Allow checking a certificate without a DNS
10500                 lookup
10501                 Allow to forget a cert (by deleting it)
10502                 Make ssl_certificate_destroy_public
10503         * src/ssl_manager.[ch] ** NEW FILES **
10504                 Gui to manage (display/remove) certificates
10505         * src/prefs_common.[ch]
10506                 Add a pref to allow silent acceptation of
10507                 trusted certificates or not (based on the
10508                 "I want to know what's going on" principle)
10509         * src/mainwindow.c
10510                 Add SSL manager in Tools menu
10511         * src/Makefile.am
10512                 Add the new files to the build
10513         * po/POTFILES.in
10514                 Add ssl_manager.c to translations
10515
10516 2002-11-25 [colin]      0.8.6claws2
10517
10518         * src/summaryview.[ch]
10519                 Add S_SEARCH_EXTENDED to the quick search, which 
10520                 allows to search using filtering syntax.
10521
10522 2002-11-25 [colin]      0.8.6claws1
10523
10524         * src/summaryview.c
10525                 Deletion of duplicates now prefer deleting
10526                 the unread dup (fixes feature-request 638989).
10527
10528 2002-11-24 [paul]       0.8.6claws
10529
10530         * po/es.po
10531           po/pl.po
10532           po/ru.po
10533           po/sr.po
10534                 updated by Ricardo Mones Lastra,
10535                 Witold Wladyslaw Wojciech Wilk,
10536                 Ruslan N. Balkin, and  Urke MMI 
10537                 respectively
10538
10539 2002-11-24 [paul]       0.8.5claws182
10540
10541         * po/bg.po
10542                 updated by George Danchev
10543
10544 2002-11-23 [alfons]     0.8.5claws181
10545
10546         * src/imap.c
10547                 tiny memory leak found by browsing Dimitar's 
10548                 valgrind report
10549
10550 2002-11-23 [paul]       0.8.5claws180
10551
10552         * po/it.po
10553                 updated by Alessandro Maestri
10554
10555 2002-11-22 [christoph]  0.8.5claws179
10556
10557         * src/compose.c
10558         * src/inc.c
10559         * src/prefs_filtering.c
10560         * src/summaryview.c
10561                 more warning fixes
10562
10563 2002-11-22 [alfons]     0.8.5claws178
10564
10565         * src/summaryview.c
10566                 summary_execute_delete_func(): if message is deleted, make 
10567                 sure to also remove its entry in the subject hash table. 
10568                 fixes a corner case bug.
10569
10570 2002-11-22 [paul]       0.8.5claws177
10571
10572         * .cvsignore
10573                 add 'autom4te.cache'
10574                 
10575         * ltconfig      ** REMOVED **
10576                 not needed
10577
10578 2002-11-22 [paul]       0.8.5claws176
10579
10580         * src/textview.c
10581                 textview_set_font(): fix for message display in
10582                 UTF-8 locales (thanks to Sergey Vlasov).
10583                 
10584         * AUTHORS
10585                 add new team members and contributors
10586
10587
10588 2002-11-21 [colin]      0.8.5claws175
10589
10590         * src/procmsg.[ch]
10591                 Add procmsg_remove_special_headers()
10592         * src/mh.c
10593                 Use procmsg_remove_special_headers() for 
10594                 previous fix
10595
10596 2002-11-21 [colin]      0.8.5claws174
10597
10598         * src/mh.c
10599                 Fix moving/copying from queue/draft folders
10600                 for MH folders
10601
10602 2002-11-21 [christoph]  0.8.5claws173
10603
10604         * src/crash.c
10605         * src/filtering.c
10606         * src/logwindow.c
10607         * src/main.c
10608         * src/matcher_parser_lex.[hl]
10609         * src/mbox.c
10610         * src/mbox_folder.[ch]
10611         * src/prefs_filtering.c
10612         * src/procheader.c
10613         * src/quote_fmt_lex.l
10614         * src/ssl.c
10615                 fix all warnings except the warnings in lex and yacc files
10616
10617 2002-11-20 [christoph]  0.8.5claws172
10618
10619         * src/imap.c
10620                 fix MsgInfo retrieval for IMAP draft and queue folders
10621                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
10622
10623 2002-11-19 [christoph]  0.8.5claws171
10624
10625         * src/compose.c
10626                 fix segfault, when draft saving does not get
10627                 the MsgInfo of the new message
10628                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
10629
10630 2002-11-19 [christoph]  0.8.5claws170
10631
10632         * src/procmsg.c
10633                 add parameter check for flag setting function
10634                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
10635
10636 2002-11-18 [paul]       0.8.5claws169
10637
10638         * src/compose.c
10639                 more sensitivity fixes to redirect mode:
10640                 * disable toolbar draft button
10641                 * allow only Address book in the Tools menu
10642                 * disable editing of message by the spell
10643                   checker
10644
10645 2002-11-18 [paul]       0.8.5claws168
10646
10647         * src/compose.c
10648                 fix sensitivity of menu items in compose_redirect():
10649                 allow only the necessary items 
10650
10651 2002-11-18 [paul]       0.8.5claws167
10652
10653         * src/compose.c
10654                 fix bug [ 603259 ] 'attachment got lost on bounce'
10655
10656 2002-11-18 [paul]       0.8.5claws166
10657
10658         * po/ru.po
10659                 updated by Ruslan N. Balkin <baron@dartel.ru>
10660
10661 2002-11-18 [colin]      0.8.5claws165
10662
10663         * src/main.c
10664           src/defs.h
10665                 Remove old filtering stuff
10666
10667
10668 2002-11-17 [oliver]     0.8.5claws164
10669
10670         * src/toolbar.h
10671                 remove not needed typedef 
10672
10673 2002-11-17 [oliver]     0.8.5claws163
10674
10675         * src/toolbar.c
10676                 make toolbar's on click events translatable
10677
10678 2002-11-15 [colin]      0.8.5claws162
10679
10680         * src/summaryview.c
10681                 Revert too-soon integration of a feature
10682
10683 2002-11-15 [christoph]  0.8.5claws161
10684
10685         * src/imap.c
10686                 use main's implementation of imap_get_msginfo
10687
10688 2002-11-15 [christoph]  0.8.5claws160
10689
10690         * src/compose.c
10691         * src/folder.[ch]
10692         * src/imap.c
10693         * src/mbox_folder.c
10694         * src/mh.c
10695         * src/news.c
10696         * src/procmsg.c
10697         * src/summaryview.c
10698                 replace claws' fetch_msginfo with main's get_msginfo
10699                 (use main's implementation where possible)
10700
10701 2002-11-15 [colin]      0.8.5claws159
10702
10703         * src/ssl_certificate.c
10704                 Missed a check
10705
10706 2002-11-16 [melvin]     0.8.5claws158
10707
10708         * po/fr.po
10709                 Updated French translations.
10710
10711 2002-11-16 [colin]      0.8.5claws157
10712
10713         * src/ssl_certificate.c
10714                 Check for missing parts in the certificates
10715
10716 2002-11-15 [colin]      0.8.5claws156
10717
10718         * src/folderview.c
10719                 Preventive fix (missing check) found by
10720                 Alfons
10721
10722 2002-11-15 [paul]
10723
10724         * NEWS
10725                 sync with 0.8.6 release
10726
10727 2002-11-15 [colin]      0.8.5claws155
10728
10729         * src/folder.[ch]
10730           src/folderview.c
10731                 Fix error handling of folder_item_move_to()
10732                 (thanks to Alfons!)
10733
10734 2002-11-15 [colin]      0.8.5claws154
10735
10736         * src/folder.[ch]
10737           src/folderview.c
10738                 folder_item_move_to() sets an error message instead
10739                 of having GUI stuff in folder.c
10740
10741 2002-11-15 [colin]      0.8.5claws153
10742
10743         * src/procmsg.[ch]
10744                 Implemented a callback for MsgInfo updates, 
10745                 heavily copy/pasted from Christoph's folder 
10746                 callback system
10747         * src/summaryview.[ch]
10748                 Register summary_update_msg as callback
10749
10750 2002-11-14 [colin]      0.8.5claws152
10751         
10752         * src/procmsg.c
10753                 Update the FolderItem after sending (fixes 617593)
10754
10755 2002-11-14 [christoph]  0.8.5claws151
10756
10757         * src/folder.c
10758                 fix wrong position of NULL pointer check found
10759                 by Sergey
10760
10761 2002-11-14 [christoph]  0.8.5claws150
10762
10763         * src/folder.c
10764                 fix segfault when deleting messages from IMAP folders
10765                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
10766
10767 2002-11-14 [colin]      0.8.5claws149
10768
10769         * src/compose.c
10770                 Forwarding was also ignoring the folder's default account.
10771
10772 2002-11-14 [colin]      0.8.5claws148
10773
10774         * src/compose.c
10775                 Fix sent folder not set to folder properties when 
10776                 forwarding.
10777
10778 2002-11-14 [thorsten]   0.8.5claws147
10779
10780         * src/inc.c
10781                 inc_start(): Files were not moved from .processing to inbox,
10782                 if no global processing rule existed
10783
10784 2002-11-14 [colin]      0.8.5claws146
10785
10786         * src/ssl_certificate
10787                 Fix file operations
10788
10789 2002-11-14 [paul]       0.8.5claws145
10790
10791         * po/it.po
10792                 updated by Alessandro Maestri
10793
10794 2002-11-13 [alfons]     0.8.5claws144
10795
10796         * src/folder.c
10797                 folder_item_close(): only mark messages unread
10798                 when a folder has new messages 
10799
10800 2002-11-13 [keith]      0.8.5claws143
10801
10802         * src/imap.c
10803                 Fix problem moving or copying between
10804                 IMAP folders
10805
10806 2002-11-13 [colin]      0.8.5claws142
10807
10808         * src/matcher_parser_parse.y
10809                 Fix rule problem when " don't match
10810
10811 2002-11-13 [christoph]  0.8.5claws141
10812
10813         * src/folder.c
10814         * src/folderview.c
10815                 moved cache saving to folder_item_close
10816                 the folderview should not have to deal with
10817                 this things
10818
10819 2002-11-13 [christoph]  0.8.5claws140
10820
10821         * src/summaryview.c
10822                 moved setting of important score to
10823                 summary_set_prefs_from_folderitem
10824
10825 2002-11-13 [colin]      0.8.5claws139
10826
10827         * src/matcher_parser_parse.y
10828                 Fix a segfault in the parser (happening when
10829                 a good expression had been tested and a bad 
10830                 one arrives)
10831
10832 2002-11-13 [paul]       0.8.5claws138
10833
10834         * sync with 0.8.5cvs24
10835                 see ChangeLog 2002-11-13
10836                 
10837         * po/pt_BR.po
10838                 updated by Fabio Jr. Beneditto
10839
10840 2002-11-13 [colin]      0.8.5claws137
10841         
10842         * src/msgcache.c
10843           src/defs.h
10844           src/procmsg.[ch]
10845                 Revert last commit, problem
10846
10847 2002-11-13 [colin]      0.8.5claws136
10848
10849         * src/msgcache.c
10850                 Remove duplicated code
10851         * src/defs.h
10852                 Bumped CACHE_VERSION and MARK_VERSION
10853         * src/procmsg.[ch]
10854                 Network endian for cache and mark files
10855
10856 2002-11-12 [colin]      0.8.5claws135
10857
10858         * src/inc.c
10859                 Fix the "socket error" dialog which disappeared
10860
10861 2002-11-12 [colin]      0.8.5claws134
10862
10863         * src/msgcache.c
10864                 Reverse last commit which had performance 
10865                 problems, but still reverse the list
10866
10867 2002-11-12 [colin]      0.8.5claws133
10868
10869         * src/msgcache.c
10870                 Reverse list order
10871
10872 2002-11-12 [melvin]     0.8.5claws132
10873
10874         * src/compose.c
10875                 Added a check for a NULL prefs_common.dictionary
10876
10877 2002-11-12 [colin]      0.8.5claws131
10878
10879         * src/ssl_certificate.[ch]
10880                 Use FQDN hostname
10881
10882 2002-11-12 [colin]      0.8.5claws130
10883
10884         * src/ssl_certificate.[ch]
10885                 Take connection port into account for 
10886                 checking certificates (a single hostname
10887                 could have multiple servers with multiple
10888                 certificates)
10889         * src/ssl.c
10890                 Pass the port to ssl_certificate_check
10891
10892 2002-11-12 [paul]       0.8.5claws129
10893
10894         * src/folder.c
10895                 fix a typo in last commit
10896
10897 2002-11-12 [paul]       0.8.5claws128
10898
10899         * sync with 0.8.5cvs23
10900                 see ChangeLog entry 2002-11-12
10901
10902 2002-11-11 [colin]      0.8.5claws127
10903
10904         * src/ssl_certificate.c
10905                 Cleaner messages
10906                 Don't popup, instead log error, if the 
10907                 corresponding pref is checked
10908         * src/ssl_certificate.h
10909                 include <openssl/objects/h>
10910
10911 2002-11-11 [colin]      0.8.5claws126
10912
10913         * src/ssl_certificate.h
10914                 _Really_ clean it
10915
10916 2002-11-11 [colin]      0.8.5claws125
10917         
10918         * src/ssl_certificate.c
10919                 Fixed leak
10920
10921 2002-11-11 [colin]      0.8.5claws124
10922
10923         * src/ssl.c
10924                 Cleaned a bit
10925         * src/ssl_certificate.[ch]
10926                 Cleaned a bit (better use of SSL API)
10927                 (This will cause non-recognition of saved 
10928                  certificates of claws12[23]...)
10929
10930 2002-11-11 [paul]       0.8.5claws123
10931         
10932         * po/es.po
10933                 updated by Ricardo Mones Lastra
10934
10935 2002-11-11 [colin]      0.8.5claws122
10936
10937         * src/ssl.c
10938                 Fix a typo
10939
10940 2002-11-11 [colin]      0.8.5claws121
10941
10942         * src/ssl_certificate.[ch] ** NEW FILES **
10943         * src/ssl.[ch]
10944                 Check SSL certificates presented to us
10945         * src/Makefile.am
10946                 Add ssl_certificate.[ch]
10947         * po/POTFILES.in
10948                 Add ssl_certificate.c
10949
10950 2002-11-11 [paul]       0.8.5claws120
10951
10952         * sync with 0.8.5cvs22
10953                 see ChangeLog 2002-11-11
10954
10955 2002-11-11 [paul]       0.8.5claws119
10956
10957         * sync with 0.8.5cvs21
10958                 see ChangeLog 2002-11-11
10959
10960 2002-11-10 [jens]       0.8.5claws118
10961
10962         * src/folder.c
10963         * src/folderview.c
10964                 corrected some typing
10965         * po/de.po
10966                 updated german translation
10967         * sylpheed.spec.in
10968                 cleaned up specfile and adjusted it for claws
10969
10970 2002-11-10 [colin]      0.8.5claws117
10971
10972         * src/summaryview.c
10973                 a STATUSBAR_PUSH/POP fix
10974
10975 2002-11-10 [colin]      0.8.5claws116
10976
10977         * src/prefs_folder_item.c
10978                 Fix hanging after opening folder properties
10979
10980 2002-11-10 [hoa]        0.8.5claws115
10981
10982         * src/matcher_parser_lex.l
10983         * src/matcher_parser_parse.y
10984                 config file for scoring and filtering is no more trashed
10985                 when there is a syntax error in a filtering rule when
10986                 editing it in a dialog.
10987
10988 2002-11-09 [colin]      0.8.5claws114
10989
10990         * src/mbox_folder.c
10991                 Added missing initialisation of folder->destroy()
10992
10993 2002-11-09 [colin]      0.8.5claws113
10994
10995         * src/folder.c
10996           src/folderview.c
10997                 Fix the status bar messages
10998
10999 2002-11-09 [colin]      0.8.5claws112
11000
11001         * src/folderview.c
11002                 Fix hangs after folder dnd, happening after 
11003                 claws109.
11004
11005 2002-11-09 [christoph]  0.8.5claws111
11006
11007         * src/folderview.c
11008                 just changed order of calls (reverse order of
11009                 associated calls)
11010         * src/inc.c
11011                 lock inc when checking only one account, otherwise
11012                 inc all could be executed at the same time
11013
11014 2002-11-09 [christoph]  0.8.5claws110
11015
11016         * src/folderview.c
11017                 better unlock the mouse cursor before calling
11018                 summary_show because it changes the cursor too
11019
11020 2002-11-09 [christoph]  0.8.5claws109
11021
11022         * src/folder.[ch]
11023         * src/folderview.c
11024                 add functions to open and close a folder
11025                 o opending will execute scanning for remote folders
11026                   and processing
11027                 o closing will unset new flag for messages
11028
11029 2002-11-09 [colin]      0.8.5claws108
11030
11031         * src/folder.c
11032                 Add a call to prefs_matcher_write_config to 
11033                 avoid non-leaf folders filtering settings to be
11034                 lost
11035
11036 2002-11-09 [paul]       0.8.5claws107
11037
11038         * src/prefs_account.c
11039                 re-word a label
11040
11041 2002-11-09 [colin]      0.8.5claws106
11042
11043         * src/folderview.c
11044                 Minor esthetic fix
11045
11046 2002-11-09 [colin]      0.8.5claws105
11047
11048         * src/folderview.c
11049                 Fix prefs_filtering deletion for MH folders (same
11050                 reason as below)
11051         * src/prefs_filtering.c
11052                 Fix prefs_filtering renaming and deletion for 
11053                 folder-based processing rules.  
11054
11055 2002-11-09 [christoph]  0.8.5claws104
11056
11057         * src/compose.c
11058         * src/folder.[ch]
11059         * src/folderview.[ch]
11060         * src/import.c
11061         * src/inc.c
11062         * src/main.c
11063         * src/mainwindow.c
11064         * src/messageview.c
11065         * src/prefs_folder_item.c
11066         * src/procmsg.c
11067         * src/summaryview.c
11068                 implement a callback system for folder item updates
11069
11070 2002-11-09 [colin]      0.8.5claws103
11071
11072         * src/folderview.c
11073                 Fix prefs_filtering renaming for MH folders (we
11074                 shouldn't rename by path as another folder could
11075                 have the same hierarchy).
11076
11077 2002-11-09 [colin]      0.8.5claws102
11078
11079         * src/folder.c
11080                 Fix a leak found by Christoph, use better variable
11081                 names
11082
11083 2002-11-09 [colin]      0.8.5claws101
11084
11085         * src/folder.c
11086                 One more fix for processing rules
11087
11088 2002-11-08 [colin]      0.8.5claws100
11089         
11090         * src/matcher.c
11091                 Don't copy the compiled regexp (will be reevaluated)
11092         * src/folderview.c
11093                 Lock folderview while moving
11094         * src/folder.c
11095                 Provide info on what's happening to the user
11096
11097 2002-11-08 [colin]      0.8.5claws99
11098
11099         * src/folderview.c
11100                 Fix folder reordering after a move if parent is 
11101                 root
11102         * src/scoring.[ch]
11103                 Add function to copy a ScoringProp
11104         * src/prefs_folder_item.c
11105                 Copy scoring rules when copying a folder prefs
11106
11107 2002-11-08 [colin]      0.8.5claws98
11108
11109         * src/folderview.c
11110                 Fixes in case of failure
11111         * src/filtering.[ch]    
11112                 Add function to duplicate a FilteringProp
11113         * src/matcher.[ch]
11114                 Add function to duplicate a MatcherProp
11115         * src/prefs_folder_item.c
11116                 Save folder's processing rules when copying 
11117                 its prefs
11118
11119 2002-11-08 [colin]      0.8.5claws97
11120         
11121         * src/folderview.c
11122                 Sort after move
11123         * src/folder.c 
11124                 Change a printf to debug_print
11125
11126 2002-11-08 [colin]      0.8.5claws96
11127
11128         * src/folder.c
11129           src/folderview.c
11130                 Fix segfaults, call me stupido
11131         
11132
11133 2002-11-08 [colin]      0.8.5claws95
11134
11135         *src/folder.c
11136                 Added forgotten prefs to save when moving folders
11137
11138 2002-11-08 [colin]      0.8.5claws94
11139
11140         * src/folder.c
11141                 Fixes to folder DND (prefs copy)
11142         * src/folderview.c
11143                 Optimization for folder DND (don't rescan whole tree)
11144                 Added folderview_create_folder_node() for this 
11145                 optimization, so de-duped a bit the code
11146         * src/prefs_folder_item.[ch]
11147                 Added prefs_folder_item_copy_prefs()    
11148           
11149 2002-11-08 [paul]       0.8.5claws93
11150
11151         * src/prefs_account.c
11152           tools/README
11153           tools/kmail2sylpheed_v2.pl
11154                 correct some typos
11155
11156 2002-11-08 [paul]       0.8.5claws92
11157
11158         * src/compose.c
11159           src/prefs_account.[ch]
11160                 remove account options 'clearsign' and 'ascii_armored',
11161                 replace with 'default_gnupg_mode' to prevent mixed-mode
11162                 Privacy settings
11163
11164 2002-11-08 [paul]       0.8.5claws91
11165
11166         * src/compose.[ch]
11167                 re-implement GnuPG 'on-the-fly' mode selection,
11168                 disallow mixed-mode
11169
11170 2002-11-08 [colin]      0.8.5claws90
11171
11172         * src/folderview.c
11173           src/prefs_folder_item.c
11174                 Change "Property" to "Properties"
11175
11176 2002-11-07 [colin]      0.8.5claws89
11177
11178         * src/folderview.c
11179           src/folder.c
11180                 Allow folder dropping to a root folder
11181
11182 2002-11-07 [paul]       0.8.5claws88
11183
11184         * src/compose.c
11185                 revert last commit
11186
11187 2002-11-07 [paul]       0.8.5claws87
11188
11189         * src/compose.c
11190                 fix reply-to-list bug. closes bug report
11191                 "[633382] reply-to-list broken in recent cvs"
11192
11193 2002-11-07 [paul]       0.8.5claws86
11194
11195         * src/compose.c
11196                 add a forgotten '#if USE_GPGME ... #endif'
11197
11198 2002-11-07 [paul]       0.8.5claws85
11199
11200         * sync with 0.8.5cvs20
11201                 see ChangeLog 2002-11-07
11202
11203 2002-11-07 [colin]      0.8.5claws84
11204
11205         * src/folder.[ch]
11206                 Change folder_item_move_to to return the newly 
11207                 created folderitem.
11208         * src/folderview.c
11209                 Select the new folderitem after moving.
11210
11211 2002-11-07 [colin]      0.8.5claws83
11212
11213         * src/prefs_filtering.c
11214                 Fix rule rewriting when moving a leaf folder to a 
11215                 shorter path
11216
11217 2002-11-07 [colin]      0.8.5claws82
11218
11219         * src/prefs_filtering.c
11220                 fix a leak
11221
11222 2002-11-07 [colin]      0.8.5claws81
11223
11224         * src/folder.[ch]
11225                 Add folder_item_move_to() function to move a 
11226                 folderitem into another one (updates matcher etc)
11227         * src/folderview.c
11228                 Add folder drag'n drop (context menu to come)
11229                 [Should be dataloss free, but Please backup before 
11230                  trying !]
11231
11232 2002-11-06 [colin]      0.8.5claws80
11233
11234         * src/mh.c
11235                 mh_create_folder() returns NULL if can't create
11236                 directory hierarchy
11237
11238 2002-11-06 [paul]       0.8.5claws79
11239
11240         * src/compose.[ch]
11241                 allow 'on-the-fly' changing of the type of encryption 
11242                 and/or signing used (mime/ascii) via the compose window
11243
11244 2002-11-06 [paul]       0.8.5claws78
11245
11246         * sync with 0.8.5cvs19
11247                 see ChangeLog 2002-11-06 for src/account.c: 
11248                 account_get_special_folder()
11249                 
11250 2002-11-05 [alfons]     0.8.5claws77
11251
11252         * src/crash.c
11253                 very minor cleanups: nothing to see here, move on. :-)
11254
11255 2002-11-05 [colin]      0.8.5claws76
11256
11257         * src/main.c
11258                 Changes choices if compose windows are opened to
11259                 Discard, Draft, Don't quit
11260
11261 2002-11-05 [thorsten]   0.8.5claws75
11262
11263         * src/compose.c
11264                 reenabled default_reply_to folder option
11265
11266 2002-11-05 [colin]      0.8.5claws74
11267
11268         * src/compose.[ch] 
11269                 add compose_draft()
11270         * src/crash.c
11271                 add SIGTERM handler
11272         * src/main.[ch]
11273                 add clean_quit() for the SIGTERM handler
11274
11275 2002-11-05 [paul]       0.8.5claws73
11276         
11277         * po/es.po
11278                 updated by Ricardo Mones Lastra
11279
11280 2002-11-05 [melvin]     0.8.5claws72
11281
11282         * src/logwindow.c
11283                 Fixed log-clipping bug #616795.
11284                 To stop logging in the log window use 0 length.
11285         * src/prefs_common.c
11286                 Added a label to inform about the 0 log length behaviour.
11287
11288 2002-11-05 [paul]       0.8.5claws71
11289
11290         * sync with 0.8.5cvs17
11291                 see ChangeLog 2002-11-05
11292
11293 2002-11-04 [paul]       0.8.5claws70
11294
11295         * sylpheed-128x128.png
11296           sylpheed-64x64.png
11297           sylpheed.png
11298                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
11299                 <nikai@users.sourceforge.net>
11300                 
11301         * po/bg.po
11302                 updated by George Danchev
11303
11304 2002-11-03 [thorsten]   0.8.5claws69
11305
11306         * src/main.c
11307           src/mimeview.c
11308           src/rfc2015.h
11309                 add check if gpg is active
11310
11311 2002-11-03 [thorsten]   0.8.5claws68
11312
11313         * src/toolbar.h
11314                 removed GSList declaration causing trouble on MacOS-X
11315                 (submitted by alfons, reported by xfesty)
11316
11317 2002-11-01 [paul]       0.8.5claws67
11318
11319         * src/mainwindow.c
11320                 remove last remnants of main's filter code
11321
11322 2002-11-01 [paul]       0.8.5claws66
11323
11324         * tools/filter_conv.pl
11325                 fix bug where user-defined headers were ignored
11326
11327 2002-11-01 [paul]       0.8.5claws65
11328
11329         * src/logwindow.c
11330                 make a debug_print() not translatable
11331
11332 2002-10-31 [melvin]     0.8.5claws64
11333
11334         * ac/aspell.m4
11335                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
11336                 not run any GNU/aspell test.  The dictionary path will
11337                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
11338                 was given, in which case, it will be $prefix/lib/aspell/
11339         * configure.in
11340                 Fixed typo in commentary (Aspell code).
11341
11342 2002-10-31 [paul]       0.8.5claws63
11343
11344         * po/POTFILES.in
11345                 remove src/filter.c and src/prefs_filter.c
11346                 thanks to Ricardo for reminding me
11347
11348 2002-10-31 [colin]      0.8.5claws62
11349
11350         * src/mbox_folder.c
11351                 Plug some leaks
11352
11353 2002-10-31 [paul]       0.8.5claws61
11354
11355         * src/prefs_filter.[ch] ** REMOVED **
11356           src/filter.[ch]       ** REMOVED **
11357           
11358         * src/Makefile.am
11359           src/folderview.c
11360           src/inc.c
11361           src/main.c
11362           src/mainwindow.c
11363           src/mbox.c
11364           src/prefs_common.c
11365           src/prefs_filtering.c
11366           src/summaryview.[ch]
11367                 remove main's 'filter' code
11368                 
11369         README.claws
11370                 update to reflect removal of main's filter
11371
11372 2002-10-31 [paul]       0.8.5claws60
11373
11374         * src/summaryview.c
11375                 remove check for global_processing in summary_filter_open(). 
11376                 This fixes the bug where if the user uses the right-click 
11377                 'Create filter rule...' and doesn't have any filter rules 
11378                 already defined in claws' advanced filtering, the newly 
11379                 created filter rule goes to main's filtering which is 
11380                 inaccessible through the gui. Now the filter rule gets added
11381                 to claws' filtering by default.
11382
11383 2002-10-28 [melvin]     0.8.5claws59
11384
11385         * src/prefs_actions.c
11386                 Fixed bug #627322 where MIME parts were not always
11387                 correctly passed to a %p action
11388                 Display an error dialog when message filename is not found.
11389
11390 2002-10-28 [melvin]     0.8.5claws58
11391
11392         * src/prefs_common.c
11393                 Readded a missing function declaration lost in 0.8.3claws34
11394
11395 2002-10-28 [paul]       0.8.5claws57
11396
11397         * sync with 0.8.5cvs15
11398                 see ChangeLog 2002-10-28 and 2002-10-25
11399                 
11400         Note: ChangeLog entry 2002-10-24 is not sync'ed.
11401
11402 2002-10-27 [oliver]     0.8.5claws56
11403
11404         * src/pop.c
11405                 plug leak in pop3_top_recv
11406
11407 2002-10-26 [christoph]  0.8.5claws55
11408
11409         * src/folder.c
11410                 set need_update folder flag when messages are added
11411                 (closes bug [ 626922 ] folder not updated after receiving)
11412
11413 2002-10-25 [melvin]     0.8.5claws54
11414
11415         * src/imageview.c
11416                 Fixed a memleak introduced in the scaling code.
11417
11418 2002-10-24 [alfons]     0.8.5claws53
11419
11420         * src/filtering.c
11421                 make filtering's forward message action forward from the 
11422                 correct account
11423                 (closes bug [628089 ] Filter -> Forward from address problem
11424                 reported by Oktay)
11425
11426 2002-10-24 [christoph]  0.8.5claws52
11427
11428         * src/mainwindow.c
11429         * src/manual.[ch]
11430                 o use manual of current locale or english if current
11431                   locale is not available (and english is available)
11432                 o also link to sylpheed doc project manuals
11433
11434 2002-10-23 [paul]       0.8.5claws51
11435
11436         * tools/README
11437           tools/kmail2sylpheed_v2.pl
11438                 add new version of kmail addressbook importer script.
11439                 works with newer versions of Kmail/KAddressBook which
11440                 have new and rearranged data.
11441
11442 2002-10-23 [martin]     0.8.5claws50
11443
11444         * src/folderview.c
11445         * src/summaryview.c
11446         * src/utils.h
11447         * src/utils.c
11448                 added length parameter to get_abbrev_newsgroup_name()
11449                 changed this function so that it abbreviates the newsgroup
11450                 names only so long it is smaller than the length parameter
11451                 (for better reading of some newsgroup names and space efficiency)
11452
11453 2002-10-22 [colin]      0.8.5claws49
11454
11455         *src/foldersel.c
11456                 Revert Alfons' last modification (after voting ;-))
11457
11458 2002-10-21 [alfons]     0.8.5claws48
11459
11460         * src/foldersel.c
11461                 folder view in folder selection dialog reflects state of
11462                 folder view in main window
11463
11464 2002-10-18 [alfons]     0.8.5claws47
11465
11466         * src/mbox.c
11467                 drop imported messages in folder selected by user,
11468                 and not in the inbox
11469                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
11470
11471 2002-10-18 [alfons]     0.8.5claws46
11472
11473         * src/compose.c
11474                 make automagic reply work correctly for email accounts 
11475                 (whether it's viable to do a full sync with Hiro's 
11476                 compose.c is still under discussion)
11477
11478 2002-10-18 [melvin]     0.8.5claws45
11479
11480         * src/prefs_actions.c
11481                 Fixed bug #622275 where asynchroneous actions left 
11482                 zombies processes
11483                 Made (synchroneous) actions' input be displayed live.
11484
11485 2002-10-18 [christoph]  0.8.5claws44
11486
11487         * src/textview.c
11488                 don't add a newline in the textview in front of the
11489                 first textpart if header display is disabled
11490                 (closes bug [ 603385 ] disabled header display leaves blank
11491                  lin)
11492
11493 2002-10-18 [christoph]  0.8.5claws43
11494
11495         * src/folder.[ch]
11496         * src/imap.c
11497         * src/mbox_folder.c
11498         * src/mh.c
11499         * src/news.c
11500                 folder->get_num_list now returns an error code
11501                 (closes bug [ 609424 ] News cache cleared on failure)
11502                 
11503 2002-10-17 [colin]      0.8.5claws42
11504         
11505         * src/news.c
11506                 Changed a printf by debug_print
11507
11508 2002-10-16 [paul]       
11509
11510         * tools/OOo2sylpheed.pl
11511                 allow for spaces in the name of the
11512                 file to be attached.
11513
11514 2002-10-16 [colin]      0.8.5claws41
11515
11516         * src/main.c
11517                 Use a tristate to change online mode
11518
11519 2002-10-16 [paul]       0.8.5claws40
11520
11521         * po/es.po
11522                 updated by Ricardo Mones Lastra
11523
11524 2002-10-16 [colin]      0.8.5claws39
11525
11526         * src/main.c
11527           src/mainwindow.[ch]
11528                 Added --online and --offline command-line
11529                 switches
11530
11531 2002-10-15 [christoph]  0.8.5claws38
11532
11533         * src/procmime.c
11534                 set mimeinfo->name to NULL after g_free to
11535                 avoid double freeing with g_free
11536
11537 2002-10-14 [christoph]  0.8.5claws37
11538
11539         * src/compose.c
11540         * src/filtering.c
11541         * src/summaryview.c
11542                 remove calls to folder->change_flags that are now
11543                 done by procmsg flag functions (seems it is not
11544                 used by any foldertype anyway)
11545         * src/folder.c
11546                 init folder->change_flags with NULL
11547
11548 2002-10-14 [christoph]  0.8.5claws36
11549
11550         * src/folder.[ch]
11551         * src/imap.[ch]
11552                 use virtual functions for folder item new and destroy
11553                 functions
11554
11555 2002-10-14 [melvin]     0.8.5claws35
11556
11557         * src/compose.c
11558                 Added a test to not run the spell checker if no default
11559                 dictionary is available. No dialog is displayed though.
11560
11561 2002-10-14 [melvin]     0.8.5claws34
11562
11563         * src/gtkaspell.c
11564                 Fixed bug in dictionary list context menu where
11565                 "More..." pointed to an emtpy submenu if the
11566                 number of dictionaries is a multiple of 15
11567                 Removed unneeded code in suggestions list creation
11568
11569 2002-10-14 [paul]       0.8.5claws33
11570
11571         * po/bg.po
11572                 updated by George Danchev
11573
11574 2002-10-13 [hoa]        0.8.5claws32
11575
11576         * src/matcher.[ch]
11577           src/matcher_parser_parser.y
11578                 removed the escaped string from internal structure
11579                 of matcher.
11580
11581 2002-10-12 [colin]      0.8.5claws31
11582
11583         * src/gtksctree.[ch]
11584           src/summaryview.c
11585                 Removed useless function gtksctree_reanchor
11586
11587 2002-10-12 [alfons]     0.8.5claws30
11588         
11589         * sync with remaining main changes 2002-10-09 - 2002-10-11
11590         - drop changes to src/compose.c (requires claws specific changes)
11591         
11592 2002-10-12 [alfons]     0.8.5claws29
11593         
11594         * sync with main changes of 2002-10-08
11595         - drop changes to src/compose.c (requires claws specific changes)
11596         - drop changes to src/summaryview.c (requires changes to compose.c)     
11597
11598 2002-10-12 [alfons]     0.8.5claws28
11599         
11600         * sync with main changes of 2002-10-07
11601
11602 2002-10-12 [alfons]     0.8.5claws27
11603
11604         * sync with main changes of 2002-10-04
11605         - drop changes to src/compose.c (requires claws specific changes)
11606         - drop changes to src/prefs_folder_item.c (claws implementation
11607           seems to be working)
11608
11609 2002-10-12 [colin]      0.8.5claws26
11610
11611         * src/mainwindow.c
11612                 Fix folder-flicker when space-reading, introduced 
11613                 in claws22.
11614
11615 2002-10-12 [colin]      0.8.5claws25
11616
11617         * src/compose.c
11618                 Save account address when saving as draft.
11619                 (closes bug 621838)
11620
11621 2002-10-12 [colin]      0.8.5claws24
11622
11623         * src/summaryview.c
11624                 Fix the problem consisting of no message selected
11625                 after the last message in a folder has been moved.
11626
11627 2002-10-12 [paul]       0.8.5claws23
11628
11629         * src/compose.c
11630           src/prefs_template.c
11631           src/template.[ch]
11632                 add Cc and Bcc to templates. Patch submitted by
11633                 John L. Males.
11634
11635 2002-10-12 [colin]      0.8.5claws22
11636
11637         * src/folderview.c
11638                 Fix a bug after "Check for new messages":
11639                 If a folder was opened, it was still selected at
11640                 the end of the check, but displayed empty.
11641         * src/mainwindow.c
11642                 Remove unnecessary check
11643
11644 2002-10-12 [paul]
11645
11646         * tools/README
11647                 be more verbose in the description of
11648                 OOo2sylpheed.pl
11649                 
11650
11651 2002-10-11 [colin]      0.8.5claws21
11652
11653         * src/mainwindow.c
11654                 Make space work (better) when no mail is selected
11655
11656 2002-10-11 [colin]      0.8.5claws20
11657
11658         * src/inc.c
11659           src/news.c
11660                 fix warnings
11661
11662 2002-10-11 [colin]      0.8.5claws19
11663
11664         * src/mainwindow.c
11665                 revert 0.8.5claws6 changes as i couldn't get to
11666                 anything satisfying
11667
11668 2002-10-11 [melvin]     0.8.5claws18
11669
11670         * src/compose.c
11671                 Removed buggy and unused macro (should have been committed in
11672                 0.8.5claws17)
11673
11674 2002-10-11 [melvin]     0.8.5claws17
11675
11676         * src/compose.c
11677                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
11678
11679 2002-10-11 [thorsten]   0.8.5claws16 
11680
11681         * src/folderview.c
11682                 remove rescan warning
11683
11684 2002-10-11 [colin]      0.8.5claws15 
11685
11686         * src/procheader.c
11687                 fix a segfault that happens if conv_unmime_header
11688                 fails (should be better to find out why it fails)
11689
11690 2002-10-11 [christoph]  0.8.5claws14
11691
11692         * src/summaryview.c
11693                 update folderview stats after ignore/unignore thread
11694
11695 2002-10-11 [hoa]        0.8.5claws13
11696
11697         * src/quote_fmt_parse.y
11698                 Fixed a yacc/bison syntax error
11699         * src/matcher.c
11700                 Escaping of string is fixed.
11701
11702 2002-10-11 [colin]      0.8.5claws12
11703
11704         * src/imageview.c
11705                 Resize images to fit
11706
11707 2002-10-11 [paul]       0.8.5claws11
11708
11709         * po/es.po
11710                 updated by Ricardo Mones Lastra
11711
11712 2002-10-10 [alfons]     0.8.5claws10
11713
11714         * src/compose.c
11715                 allow dropping files by "moving" files from a file manager,
11716                 not only by the more cumbersome "copying". the latter 
11717                 mostly implies holding down the Control button
11718
11719 2002-10-10 [christoph]  0.8.5claws9
11720
11721         * src/summaryview.c
11722                 update folders after thread building for ignored threads
11723
11724 2002-10-10 [christoph]  0.8.5claws8
11725
11726         * config/.cvsignore
11727                 added Makefile
11728         * src/filtering.[ch]
11729         * src/folder.[ch]
11730         * src/folderview.[ch]
11731         * src/import.c
11732         * src/inc.[ch]
11733         * src/mbox.[ch]
11734         * src/procmsg.c
11735         * src/summaryview.[ch]
11736                 o added new flag need_update to FolderItem
11737                 o removed folder_table from various functions from tracking
11738                   folder updates
11739                 o set need_update flags in folder.c's move, copy and delete
11740                   functions and procmsg's flags functions
11741                 o added function folderview_update_items_when_required that
11742                   updates all folders with need_update set
11743                 o call folderview_update_items_when_required instead of
11744                   folderview_update_item_foreach
11745
11746 2002-10-09 [sergey]     0.8.5claws7
11747
11748         * src/compose.c
11749                 Strip CRs whel loading the text into editor in reedit mode.
11750
11751 2002-10-09 [colin]      0.8.5claws6
11752
11753         * src/mainwindow.c
11754                 Make Space work when no mail is selected
11755
11756 2002-10-09 [colin]      0.8.5claws5
11757
11758         * src/gtksctree.[ch]
11759                 Fix range_select
11760                 Add gtk_sctree_reanchor() 
11761         * src/summaryview.c
11762                 Use gtk_sctree_reanchor() - better fix for 
11763                 bug 60413
11764
11765 2002-10-09 [colin]      0.8.5claws4
11766
11767         * src/summaryview.c
11768                 Fix shift-click select after delete problem
11769                 (closes bug 60413)
11770
11771 2002-10-08 [thorsten]   0.8.5claws3
11772
11773         * src/summaryview.c
11774                 exclude current msg from -hide read messages-
11775
11776 2002-10-08 [colin]      0.8.5claws2
11777
11778         * src/inc.[ch]
11779           src/pop.c
11780           src/recv.c
11781                 Differentiate socket errors from disk full
11782                 errors
11783
11784 2002-10-08 [christoph]  0.8.5claws1
11785
11786         * Makefile.am
11787         * configure.in
11788                 modifications for new config directory
11789
11790         * config.guess  ** REMOVED **
11791         * config.sub    ** REMOVED **
11792         * install-sh    ** REMOVED **
11793         * ltmain.sh     ** REMOVED **
11794         * missing       ** REMOVED **
11795         * mkinstalldirs ** REMOVED **
11796                 these files are autogenerated by automake
11797                 when you run autogen.sh
11798
11799         * config/.cvsignore     ** NEW FILE **
11800         * config/Makefile.am    ** NEW FILE **
11801                 ignore autogenerated files
11802                 create a Makefile in this directory
11803
11804 2002-10-08 [paul]       0.8.5claws
11805
11806         * 0.8.5claws release
11807         
11808         * src/compose.c
11809           src/procheader.c
11810           src/procmsg.c
11811                 fix quote reply format for newsgroups reply bug
11812                 (thanks to Hoa)
11813                 
11814         * po/en_GB.po
11815           po/pl.po
11816                 updated by me and Witold Wladyslaw Wojciech Wilk
11817                 repectively
11818
11819 2002-10-07 [paul]       0.8.3claws53
11820
11821         * po/it.po
11822           po/pt_BR.po
11823           po/sr.po
11824                 updated messages catalogs, submitted by
11825                 Alessandro Maestri, Fabio Jr.Beneditto 
11826                 and Urke MMI, respectively.
11827
11828 2002-10-07 [christoph]  0.8.3claws52
11829
11830         * src/folder.[ch]
11831         * src/folderview.c
11832         * src/mainwindow.c
11833                 fix new folder ghost message bug
11834                 (closes bug [ 619722 ] wrong count for newly created folders)
11835
11836 2002-10-07 [christoph]  0.8.3claws51
11837
11838         * src/compose.c
11839                 fix news posting problem
11840
11841 2002-10-07 [melvin]     0.8.3claws50
11842
11843         * po/fr.po
11844                 Updated French translation
11845
11846 2002-10-05 [christoph]  0.8.3claws49
11847
11848         * src/gtkstext.c
11849                 check if line_start_cache is set in gtk_stext_update_text
11850                 (closes bug [ 618119 ] crash while doing search in folder)
11851
11852 2002-10-05 [christoph]  0.8.3claws48
11853
11854         * src/imap.c
11855         * src/news.c
11856         * src/utils.c
11857         * src/utils.h
11858                 implement cache cleanups for claws' folder system
11859                 (closes bug [ 595916 ] imapcache not cleaned up)
11860
11861 2002-10-05 [melvin]     0.8.3claws47
11862
11863         * src/prefs_actions.c
11864                 Made the help text more clear for the %p token
11865
11866 2002-10-04 [paul]       0.8.3claws46
11867
11868         * sync with 0.8.5
11869                 see ChangeLog 2002-10-02 and 2002-10-03
11870
11871 2002-10-04 [christoph]  0.8.3claws45
11872
11873         * src/inc.c
11874                 fix segfault caused by pop before smtp
11875                 call to inc_account_mail with NULL
11876                 pointer for mainwin
11877
11878 2002-10-04 [paul]       0.8.3claws44
11879
11880         * configure.in
11881                 sync the LDAP detection from 0.8.5cvs1
11882
11883 2002-10-02 [christoph]  0.8.3claws43
11884
11885         * po/de.po
11886                 fix small spelling error
11887
11888 2002-10-02 [melvin]     0.8.3claws42
11889
11890         * ac/aspell.m4
11891                 Behave better and say "no" when test program cannot be run.
11892
11893 2002-10-02 [paul]       0.8.3claws41
11894
11895         * sync with 0.8.4cvs1
11896                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
11897                 
11898         * src/summaryview.c
11899                 toggle the behavior of Reply menuitem between
11900                 normal reply and reply-to-list
11901
11902 2002-10-01 [sergey]     0.8.3claws40
11903
11904         * src/compose.c
11905                 Convert newlines in the message text to the canonical form
11906                 before base64 encoding (RFC2045 compliance, fixes some
11907                 interoperability issues with Evolution 1.0.3)
11908
11909 2002-09-29 [colin]      0.8.3claws39
11910
11911         * src/summaryview.c
11912                 Fix an unwanted copy/paste
11913
11914 2002-09-29 [colin]      0.8.3claws38
11915
11916         * src/mainwindow.c
11917                 Renamed "Custom toolbar" to "Customize toolbar"
11918                 Renamed "Show all header" to "Show all headers"
11919                 Renamed "Set diplay item" to "Set displayed items"
11920         * src/prefs_common.c
11921                 Renamed "Show all header" to "Show all headers"
11922         * src/prefs_summary_column.c
11923                 Renamed "diplay item" to "displayed items"
11924
11925 2002-09-29 [colin]      0.8.3claws37
11926
11927         * src/mainwindow.[ch]
11928                 online/offline status pixmaps follow theme
11929                 changes
11930         * src/summaryview.[ch]
11931                 quicksearch pixmap follows theme changes
11932
11933 2002-09-29 [thorsten]   0.8.3claws36
11934
11935         * src/compose.c
11936           src/prefs_folder_item.[ch]
11937                 add default_reply_to folder option (closes patch 581044)
11938
11939 2002-09-29 [christoph]  0.8.3claws35
11940
11941         * acconfig.h    ** REMOVED **
11942         * configure.in
11943         * ac/aspell.m4
11944         * ac/check-type.m4
11945         * ac/gnupg-check-typedef.m4
11946                 fix autoheader 2.50 warning
11947
11948 2002-09-29 [christoph]  0.8.3claws34
11949
11950         * major code cleanup (part 2)
11951         
11952                 - unused variables removed
11953                 - unused functions removed
11954                 - uninitialized variables checked
11955                 - missing return statements added
11956                 - missing function return types added
11957                 - added parentheses around assignment
11958                   when suggested by gcc
11959
11960 2002-09-29 [alfons]     0.8.3claws33
11961
11962         * src/logwindow.c
11963                 log_window_clear(): only bracket gtk_text_forward_delete() 
11964                 with gtk_text_freeze() / gtk_text_thaw() (see if this
11965                 works around GTK text bug)
11966
11967 2002-09-29 [paul]       0.8.3claws32
11968
11969         * po/bg.po
11970           po/sr.po
11971                 updated by George Danchev and Urke MMI
11972                 respectively
11973
11974 2002-09-27 [christoph]  0.8.3claws31
11975
11976         * doc-src/readme.txt
11977         * doc-src/rfc1806.txt   ** REMOVED **
11978         * doc-src/rfc2183.txt   ** NEW FILE **
11979         * doc-src/rfc2980.txt   ** NEW FILE **
11980                 update rfcs
11981
11982 2002-09-27 [melvin]     0.8.3claws30
11983
11984         * ac/aspell.m4
11985                 Fixed typo which could break linking
11986
11987 2002-09-27 [melvin]     0.8.3claws29
11988
11989         * ac/aspell.m4
11990                 Improved GNU/aspell checking. 
11991                 Fixed bug #614490
11992
11993 2002-09-27 [paul]       0.8.3claws28
11994
11995         * sync with 0.8.3cvs8
11996                 see ChangeLog 2002-09-27
11997
11998 2002-09-26 [colin]      0.8.3claws27
11999
12000         * src/toolbar.[ch]
12001           src/mainwindow.[ch]
12002                 Add "Reply to Mailing-list" to the toolbar
12003
12004 2002-09-26 [christoph]  0.8.3claws26
12005
12006         * src/summaryview.c
12007                 Fix wrong message counts in summaryview status
12008
12009 2002-09-26 [paul]       0.8.3claws25
12010
12011         * sync with 0.8.3cvs7
12012                 see ChangeLog 2002-09-26
12013
12014 2002-09-26 [paul]       0.8.3claws24
12015
12016         * sync with 0.8.3cvs6
12017                 see ChangeLog 2002-09-25
12018
12019 2002-09-25 [christoph]  0.8.3claws23
12020
12021         * src/prefs_common.c
12022         * src/prefs_folder_item.c
12023         * src/prefs_scoring.c
12024                 Renamed "kill score" to "hide score" in GUI
12025                 and prefs files
12026
12027 2002-09-25 [paul]       0.8.3claws22
12028
12029         * sync with 0.8.3cvs5
12030                 see ChangeLog 2002-09-24
12031
12032 2002-09-24 [alfons]     0.8.3claws21
12033
12034         patch by Satoshi Nagayasu: allows appending / saving multiple 
12035         selected files (closes "[ 612279 ] save multiple mesg(s) in 
12036         'Save as ...'")
12037
12038         * AUTHORS
12039                 add Satoshi Nagayasu
12040         * src/summaryview.c
12041                 summary_save_as(): allow saving selected files to
12042                 one file
12043                 summary_set_menu_sensitive: enable "Save As..." when
12044                 multiple files are selected
12045         * src/utils.[ch]
12046                 append_file(): new function
12047
12048 2002-09-24 [colin]      0.8.3claws20
12049
12050         * src/procmime.c
12051                 Fix segfault when mimeinfo doesn't have a 
12052                 content_type. 
12053
12054 2002-09-24 [colin]      0.8.3claws19
12055
12056         * src/prefs_common.[ch]
12057                 Add a preference to display send dialog or not
12058         * src/send.c
12059                 Display send dialog according to preference
12060
12061 2002-09-24 [colin]      0.8.3claws18
12062
12063         * src/compose.[ch]
12064                 Disable user actions when sending
12065
12066 2002-09-24 [colin]      0.8.3claws17
12067
12068         * src/procmime.c
12069                 Do not display name or filename for attachments
12070                 with an application/pgp-signature type
12071                 (security flaw, see bug 537413)
12072
12073 2002-09-23 [colin]      0.8.3claws16
12074
12075         * src/editaddress.c
12076                 Initialize entry_email, entry_alias and 
12077                 entry_remarks to first email address of the list
12078
12079 2002-09-23 [colin]      0.83claws15
12080
12081         * src/compose.c
12082                 Drop pgp-signature when reediting a signed queued
12083                 message
12084
12085 2002-09-23 [melvin]     0.8.3claws14
12086
12087         * po/fr.po
12088                 Updated French translation
12089
12090 2002-09-23 [melvin]     0.8.3claws13
12091
12092         * src/mainwindow.c
12093                 Made custom toolbar menu labels more consistent
12094         * src/prefs_toolbar.c
12095                 Made custom toolbar window title more consistent
12096
12097 2002-09-22 [colin]      0.8.3claws12
12098
12099         * src/inc.c
12100                 Initialize session type to normal before getting 
12101                 mail (fixes strange Get behaviour)
12102         * src/prefs_account.h
12103                 Move STYPE_POP_BEFORE_SMTP to last position to 
12104                 avoid other side-effects
12105
12106 2002-09-22 [colin]      0.8.3claws11
12107
12108         * src/prefs_account.c
12109                 Fix pop_bfr_smtp_tm_entry sensivity when switching
12110                 from pop3 to apop or vice-versa
12111
12112 2002-09-22 [colin]      0.8.3claws10
12113         
12114         * src/prefs_account.[ch]
12115                 Add an option for the POP before SMTP timeout
12116         * src/inc.c
12117                 Remember time of last POP connection
12118         * src/send.c
12119                 Do POP before SMTP only if timeout reached
12120
12121 2002-09-22 [oliver]     0.8.3claws9
12122         
12123         * README.claws
12124                 explain custom toolbar
12125
12126 2002-09-22 [oliver]     0.8.3claws8
12127
12128         * src/prefs_actions.[ch]
12129         custom toolbar for compose      
12130                 actions callback from compose toolbar
12131         * src/folderview.c
12132                 remove include toolbar.h
12133
12134 2002-09-22 [oliver]     0.8.3claws7
12135         
12136         * src/prefs_toolbar.[ch]
12137                 custom toolbar for compose
12138                 - generic prefs_toolbar handles both
12139                   Mainwin's toolbar as well as Compose toolbar          
12140
12141 2002-09-22 [oliver]     0.8.3claws6
12142         
12143         * src/toolbar.[ch]
12144                 custom toolbar for compose
12145                 restructure toolbar.[ch]
12146
12147 2002-09-22 [oliver]     0.8.3claws5
12148
12149         * src/compose.[ch]
12150                 custom toolbar for compose
12151
12152 2002-09-22 [oliver]     0.8.3claws4
12153         
12154         * src/mainwindow.[ch]
12155                 custom toolbar for compose 
12156                 move mainwin toolbar back to mainwindow
12157
12158 2002-09-22 [alfons]     0.8.3claws3
12159
12160         * src/procmsg.c
12161                 :%sno/if(/if (/gc
12162                 :%sno/for(/for (/gc
12163                 (beautify)
12164
12165 2002-09-22 [alfons]     0.8.3claws2
12166         
12167         * src/procmsg.c
12168                 procmsg_save_to_outbox(): don't unlink message file from queue;
12169                 callers should do it using folder_item_remove_msg()
12170
12171 2002-09-22 [colin]      0.8.3claws1
12172
12173         * src/mimeview.[ch]
12174                 Made mimeview_check_signature() public
12175         * src/textview.c
12176                 Made GPG signatures verifiable by clicking
12177                 the [application/pgp-signature] in the Text
12178                 view
12179
12180 2002-09-22 [paul]       0.8.3claws
12181
12182         * po/bg.po
12183           po/en_GB.po
12184           po/es.po
12185           po/it.po
12186           po/pl.po
12187           po/pt_BR.po
12188           po/sr.po
12189                 updated translations, submitted by George Danchev,
12190                 me, Ricardo Mones Lastra, Alessandro Maestri,
12191                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
12192                 and Urke MMI, respectively.     
12193
12194 2002-09-22 [alfons]     0.8.2claws65
12195
12196         * src/procmsg.c
12197         * src/pgptext.c
12198                 no furry valgrinds have been used to plug these memleaks
12199
12200 2002-09-20 [paul]       0.8.2claws64
12201
12202         * sync with 0.8.3cvs4
12203                 'Select thread' re-implemented 
12204                 see ChangeLog 2002-09-20
12205
12206 2002-09-21 [alfons]     0.8.2claws63
12207
12208         * src/compose.c
12209                 compose_send(): plug unnoticed memleak
12210
12211 2002-09-20 [alfons]     0.8.2claws62
12212
12213         * src/addr_compl.c
12214                 replace_address_in_edit(): strict check for NULL address to
12215                 fix "[ 607348 ] Segfault in address completion". My guess is
12216                 that this happens with an empty address book, but it's good
12217                 to have this check here anyway
12218                 
12219                 completion_window_button_press(): free string returned 
12220                 from the internal cache
12221
12222 2002-09-20 [christoph]  0.8.2claws61
12223
12224         * src/procmime.h
12225                 added ENC_BINARY to EncodingType
12226         * src/procmime.c
12227                 the string returned by procmime_get_encoding_str
12228                 should not depend on the order of values in the
12229                 EncodingType definition
12230         * doc-src/rfc1806.txt   ** NEW FILE **
12231                 Added rfc1806 about MIME Content-Disposition
12232                 Extension
12233
12234 2002-09-19 [paul]       0.8.2claws60
12235
12236         * sync with 0.8.2cvs3
12237                 see ChangeLog 2002-09-19
12238
12239 2002-09-19 [paul]       0.8.2claws59
12240
12241         * src/prefs_folder_item.c
12242                 revert to Darko's original alignment of colour
12243                 selector button
12244                 add a colon to folder_color label
12245                 
12246         * src/compose.c
12247                 add Colin's patch (with Hiro's modifications) to 
12248                 force BASE64 encoding for 8-bit text when signing
12249                 (sync with 0.8.3cvs2)
12250
12251 2002-09-18 [alfons]     0.8.2claws58
12252
12253         * src/compose.c
12254                 :%sno/if(/if (/gc
12255                 :%sno/for(/for (/gc
12256                 (beautify a little bit)
12257
12258 2002-09-18 [christoph]  0.8.2claws57
12259
12260         * src/pine.c
12261                 fix handling of fgetc return value
12262
12263 2002-09-17 [alfons]     0.8.2claws56
12264         
12265         * src/summaryview.c
12266                 summary_sort(): check non-NULL summaryview->folder_item when no 
12267                 folder is selected at all
12268                 (closes "[ 610344 ] sort label make syl Crash")
12269
12270 2002-09-17 [alfons]     0.8.2claws55
12271         
12272         * src/compose.c
12273                 beautify a little bit
12274
12275 2002-09-17 [christoph]  0.8.2claws54
12276
12277         * src/folder.c
12278                 initialize max values for cache and folder
12279                 when cache or folder is empty
12280
12281 2002-09-15 [colin]      0.8.2claws53
12282
12283         * src/compose.c
12284                 Fix a leak (thanks Alfons!) and cleaned
12285                 variables names for custom headers
12286
12287 2002-09-15 [colin]      0.8.2claws52
12288
12289         * src/compose.c
12290                 Fix custom headers recognition when
12291                 prefs_common.trans_hdr is on
12292
12293 2002-09-15 [colin]      0.8.2claws51
12294
12295         * src/compose.c
12296                 Allow dynamically-added custom headers
12297                 Yet not reparsed if reedited
12298
12299 2002-09-15 [alfons]     0.8.2claws50
12300
12301         * src/prefs_account.c
12302                 fix warnings
12303
12304 2002-09-15 [colin]      0.8.2claws49
12305         
12306         * src/prefs_account.c
12307                 fix pop_before_smtp sensitivity
12308
12309 2002-09-15 [colin]      0.8.2claws48
12310
12311         * src/inc.[ch]
12312                 add inc_pop_before_smtp()
12313                 allow MainWindow to be undefined in 
12314                 inc_account_mail() and inc_start()
12315         * src/pop.c
12316           src/prefs_account.h
12317                 add STYPE_POP_BEFORE_SMTP session type
12318         * src/prefs_account.c
12319                 activated pop before smtp option
12320         * src/send.c
12321                 do pop before smtp if the relevant option 
12322                 is set
12323
12324 2002-09-15 [paul]       0.8.2claws47
12325
12326         * sync with 0.8.3
12327                 see ChangeLog 2002-09-15
12328
12329 2002-09-14 [paul]       0.8.2claws46
12330
12331         * po/bg.po
12332                 updated Bulgarian translation, submitted by
12333                 George Danchev
12334
12335 2002-09-13 [paul]       0.8.2claws45
12336
12337         * src/compose.c
12338                 merge claws' select_account() with main's
12339                 (new) compose_select_account(). [sync with
12340                 0.8.2cvs15, see ChangeLog 2002-09-11]
12341
12342 2002-09-12 [christoph]  0.8.2claws44
12343
12344         * src/filter.c
12345                 allocate 1 elements of FolderItem not 0
12346
12347 2002-09-12 [colin]      0.8.2claws43
12348
12349         * src/compose.c
12350                 Fix bug #590825 (obey Follow-up: poster)
12351
12352 2002-09-12 [colin]      0.8.2claws42
12353
12354         * src/procmime.c
12355                 Fix bug #557009 (wrong headers for messages 
12356                 forwarded as attachments)
12357
12358 2002-09-11 [colin]      0.8.2claws41
12359         
12360         * src/compose.c
12361                 Put SCF: pseudo-header on top of message
12362                 Set draft tmp_flag when saved as draft
12363
12364         * src/procmsg.c
12365           src/procheader.c
12366                 Skip after first \n\n for beginning of real message
12367                 for drafts too
12368
12369 2002-09-11 [christoph]  0.8.2claws40
12370
12371         * src/filtering.c
12372                 use procmsg flag functions in filtering or processing
12373                 will cause incorrect folder message counts
12374
12375 2002-09-11 [colin]      0.8.2claws39
12376
12377         * src/compose.c
12378                 Fix bug #550175 - wrong save folder when reediting
12379                 drafts
12380
12381 2002-09-11 [paul]       0.8.2claws38
12382
12383         * sync with 0.8.2cvs14
12384                 see ChangeLog 2002-09-11
12385
12386 2002-09-11 [colin]      0.8.2claws37
12387
12388         * src/folder.c
12389                 Fix a typo (seeming to cause new/unread status to
12390                 be lost)
12391
12392 2002-09-10 [christoph]  0.8.2claws36
12393
12394         * src/compose.c
12395                 compose_redirect should not use compose_generic_new
12396                 because that does more stuff than expected including
12397                 opening the external editor
12398                 (closes bug "[ 526608 ] bounced messages appear blank
12399                  in editor")
12400
12401 2002-09-10 [christoph]  0.8.2claws35
12402
12403         * src/folder.c
12404                 fix problem with too large message number range
12405                 causing a crash in folder_item_scan
12406
12407 2002-09-10 [paul]       0.8.2claws34
12408
12409         * sync with 0.8.2cvs13
12410                 see ChangeLog 2002-09-10
12411
12412 2002-09-10 [christoph]  0.8.2claws33
12413
12414         * src/msgcache.c
12415                 set MsgInfo TmpFlags for queue and draft folders
12416                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
12417
12418 2002-09-10 [paul]       0.8.2claws32
12419
12420         * AUTHORS
12421           po/bg.po      ** NEW FILE **
12422                 new Bulgarian translation submitted by
12423                 George Danchev <danchev@spnet.net>
12424                 
12425         * tools/Makefile.am
12426           tools/README
12427           tools/tb2sylpheed     ** NEW FILE **
12428                 add script that converts an addressbook exported
12429                 from The Bat! into a Sylpheed addressbook. Submitted
12430                 by Urke MMI <urke-kg@eunet.yu>
12431
12432 2002-09-10 [paul]       0.8.2claws31
12433
12434         * sync with 0.8.2cvs12
12435                 see ChangeLog 2002-09-10
12436
12437 2002-09-06 [paul]       0.8.2claws30
12438
12439         * src/prefs_common.c
12440                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
12441                 
12442         * tools/Makefile.am
12443           tools/README
12444           tools/ldif-to-xml.py  ** REMOVED **
12445                 remove obsolete python script
12446
12447 2002-09-06 [paul]       0.8.2claws29
12448
12449         * sync with 0.8.2cvs10
12450                 see ChangeLog 2002-09-06
12451
12452 2002-09-04 [paul]       0.8.2claws28
12453
12454         * sync with 0.8.2cvs9
12455                 see ChangeLog 2002-08-04
12456
12457 2002-09-04 [colin]      0.8.2claws27 
12458
12459         * src/prefs_common.[ch]
12460                 Added signature color configuration
12461         * src/textview.c
12462                 Use user-specified signature color
12463
12464 2002-09-03 [colin]      0.8.2claws26
12465
12466         * src/prefs_common.[ch]
12467                 Added autosave and autosave_length prefs
12468         * src/compose.c
12469                 Added compose_remove_draft()
12470                 Auto-save drafts according to the prefs
12471         * src/main.c
12472                 Added a crash-indicator file, allowing to check
12473                 for new messages on startup if Sylpheed crashed
12474                 (makes saved drafts "reappear")
12475
12476 2002-09-03 [colin]      0.8.2claws25
12477
12478         * src/textview.[ch]
12479                 Grey the signature
12480
12481 2002-09-03 [paul]       0.8.2claws24
12482
12483         * sync with 0.8.2cvs8
12484                 see ChangeLog 2002-09-02 and 2002-09-03
12485
12486 2002-09-03 [darko]      0.8.2claws23
12487
12488         * src/folderview.c
12489                 use normal style when creating new folder to pick
12490                 proper font size 
12491
12492 2002-09-02 [melvin]     0.8.2claws22
12493
12494         * src/gtkaspell.m4
12495                 removed some obsolete code
12496
12497 2002-09-02 [melvin]     0.8.2claws21
12498
12499         * ac/aspell.m4
12500                 fixed test's equality sign (== to =)
12501
12502 2002-09-02 [alfons]     0.8.2claws20
12503
12504         * src/folder.c
12505         * src/mh.c
12506                 revert change of 0.8.2claws16 and use the mh_folder_destroy
12507                 as folder->destroy virtual as suggested by Hiro
12508                 (the mh.c code seems to have been lost around mh.c.1.21)
12509
12510 2002-09-02 [paul]       0.8.2claws19
12511
12512         * po/pt_BR.po
12513                 updated by Fabio Jr. Beneditto
12514                 
12515         * src/defs.h
12516                 use 'http://claws.sylpheed.org' for homepage link. 
12517                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
12518
12519 2002-09-01 [alfons]     0.8.2claws18
12520
12521         * src/mh.c
12522                 plug memleak related to one Martin Kluge found
12523
12524 2002-08-31 [paul]       0.8.2claws17
12525
12526         * sync with 0.8.2cvs6
12527                 see ChangeLog 2002-08-30
12528
12529 2002-08-31 [alfons]     0.8.2claws16
12530
12531         * src/folder.c
12532                 folder_destroy(): remove mailbox from folderlist even if it has
12533                 no destroy virtual
12534
12535 2002-08-31 [alfons]     0.8.2claws15
12536
12537         * src/folder.c
12538                 :%sno/if(/if (/gc
12539                 :%sno/for(/for (/gc
12540                 (being pedantic I know)
12541
12542 2002-08-31 [alfons]     0.8.2claws14
12543
12544         * src/folder.c
12545                 check for NULL pointers returned from folder->fetch_msginfo virtual
12546                 (should solve some reported crashes)
12547
12548 2002-08-30 [alfons]     0.8.2claws13
12549
12550         * acconfig.h
12551         * configure.in
12552         * src/crash.c
12553                 enable crash dialog on compilation time
12554                 (--enable-crash-dialog configure option)
12555
12556 2002-08-30 [alfons]     0.8.2claws12
12557
12558         * AUTHORS
12559                 add Martin Kluge
12560         * src/mh.c
12561                 apply memory leak plug patch by Martin Kluge
12562                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
12563                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
12564                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
12565
12566 2002-08-30 [darko]      0.8.2claws11
12567
12568         * src/folderview.c
12569                 copy Gtk style from normal style to match
12570                 font size for coloured folders
12571
12572 2002-08-29 [alfons]     0.8.2claws10
12573
12574         * sylpheed.desktop
12575                 Type=Internet <- Type=Application
12576                 (reported by Michael Schwendt, see:
12577                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
12578                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
12579
12580 2002-08-29 [paul]       0.8.2claws9
12581
12582         * sync with 0.8.2cvs5
12583                 see ChangeLog 2002-08-29
12584
12585 2002-08-29 [colin]      0.8.2claws8
12586
12587         * src/summaryview.c
12588                 Added a sanity check in summary_select_thread
12589                 Should fix bug 601605
12590
12591 2002-08-29 [colin]      0.8.2claws7
12592
12593         * src/main.c
12594                 Revert claws6 changes regarding bug #591676
12595
12596 2002-08-28 [colin]      0.8.2claws6
12597         
12598         * src/main.c
12599                 Ignore cache for queue folderitems
12600                 Fix bug #591676
12601
12602 2002-08-28 [melvin]     0.8.2claws5
12603
12604         * README.claws
12605                 Fixed typos.
12606
12607 2002-08-28 [melvin]     0.8.2claws4
12608
12609         * README.claws
12610                 Updated a bit the text concerning the spell checker
12611
12612 2002-08-28 [melvin]     0.8.2claws3
12613
12614         Merged the GNU_aspell_branch:
12615                 Support of new GNU/aspell is now included and the old pspell
12616                 is not supported anymore.
12617                 See README.claws
12618
12619         * README.claws
12620                 Updated spell checker text to reflect the switch to GNU/aspell
12621
12622         * ac/aspell.m4          *** NEW ***
12623         * src/gtkaspell.[ch]    *** NEW *** 
12624         * ac/pspell.m4          *** DELETED *** 
12625         * src/gtkspell.[ch]     *** DELETED ***
12626
12627         * ac/Makefile.am
12628                 Updated for GNU/aspell support
12629
12630         * po/POTFILES.in
12631                 Replaced gtkspell.c by gtkaspell.c
12632
12633         * acconfig.h
12634         * src/Makefile.am
12635         * src/about.c
12636         * src/compose.[ch]
12637         * src/crash.c
12638         * src/main.c
12639         * src/prefs_common.[ch]
12640                 Updated for GNU/aspell support
12641
12642 2002-08-28 [paul]       0.8.2claws2
12643
12644         * sync with 0.8.2cvs4
12645                 see ChangeLog 2002-08-27 and 2002-08-28
12646
12647 2002-08-28 [colin]      0.8.2claws1
12648
12649         * src/summary_search.c
12650                 Added "AND search"
12651
12652 2002-08-28 [jens]       0.8.2claws
12653
12654         *po/de.po
12655                 Updated German translations
12656
12657 2002-08-27 [melvin]     0.8.2claws
12658
12659         * po/fr.po
12660                 Updated French translations
12661
12662 2002-08-27 [paul]       0.8.2claws
12663
12664         * sync with 0.8.2 main release
12665
12666         * po/en_GB.po
12667           po/es.po
12668           po/it.po
12669           po/pl.po
12670           po/pt_BR.po
12671           po/sr.po
12672                 updated message catalogs submitted by
12673                 Ricardo Mones Lastra, Alessandro Maestri,
12674                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
12675                 Beneditto and Urke MMI  
12676
12677 2002-08-27 [hoa]        0.8.1claws123
12678
12679         * src/mainwindow.[ch]
12680         * src/summaryview.[ch]
12681                 removed the "filter setting" menu option.
12682                 add a "cancel a news message" menu option.
12683
12684 2002-08-26 [martin]     0.8.1claws122
12685
12686         * ChangeLog.claws
12687                 changed string under 0.8.1claws79 changed by myself
12688                 i'm sorry alfons :(
12689
12690 2002-08-26 [martin]     0.8.1claws121
12691
12692         * src/crash.c
12693                 added kill command to debuggerrc to start crash dialog
12694
12695 2002-08-26 [paul]       0.8.1claws120
12696
12697         * sync with 0.8.1cvs31
12698                 see ChangeLog 2002-08-26
12699
12700 2002-08-25 [alfons]     0.8.1claws119
12701
12702         * src/procmsg.c
12703                 fix bug that didn't send out correct headers to news server
12704                 when sending news article and email from queue (bug reported
12705                 and patch provided by Tim Mann; closes bug 
12706                 "[ 583196 ] 0.7.8claws can't post news")
12707
12708 2002-08-25 [alfons]     0.8.1claws118
12709
12710         * src/selective_download.c
12711                 mark two strings as translatable
12712                 (thanks to Urke MMI for pointing this out)
12713
12714 2002-08-25 [alfons]     0.8.1claws117
12715
12716         * src/summaryview.c
12717                 treat sent boxes as special and allow sorting them by addressee
12718                 (closes "[ 589418 ] Sent folder sorting misbehavior"
12719                 submitted by Steve Lamb)
12720
12721 2002-08-24 [alfons]     0.8.1claws116
12722
12723         * src/matcher.c
12724                 fix memleak reported by Martin Kluge
12725                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
12726
12727 2002-08-24 [oliver]     0.8.1claws115
12728
12729         * src/prefs_toolbar.c
12730                 o code cleanup as suggested by Alfons
12731                 o memleak fix
12732
12733 2002-08-24 [alfons]     0.8.1claws114
12734
12735         * src/summaryview.c
12736                 o fix another memory leak reported by Martin Kluge
12737                   (see "[ 599568 ] Small Memory Leak")
12738                 o remove 'from' variable from 'summary_set_header()'; we can
12739                   do with just 'to' 
12740
12741 2002-08-24 [paul]       0.8.1claws113
12742
12743         * sync with 0.8.1cvs30
12744                 see ChangeLog 2002-08-23
12745
12746 2002-08-24 [alfons]     0.8.1claws112
12747
12748         * src/summaryview.c
12749                 remove unnecessary allocations for search bar fixing leaks
12750                 reported by Martin Kluge
12751                 (see "[ 599451 ] Further memory leaks?")
12752
12753 2002-08-24 [alfons]     0.8.1claws111
12754
12755         * src/main.c
12756                 make get_socket_name() public for crash.c
12757         * src/crash.c
12758                 o make report bug button work (goes to claws' 
12759                   bug tracker at sf.net)
12760                 o introduce function for doing important stuff just
12761                   before claws goes down
12762                 o clean up code 
12763
12764 2002-08-24 [alfons]     0.8.1claws110
12765
12766         * src/compose.c
12767                 move cursor to "To" entry when forwarding as attachment
12768                 (reported and solved by Steve Lamb, closes bug report
12769                 "[ 592880 ] Forward as attachment; cursor not in to")
12770
12771 2002-08-24 [colin]      0.8.1claws109
12772
12773         * src/mainwindow.c
12774                 fix quick search visibility after GUI (de)separations.
12775
12776 2002-08-23 [colin]      0.8.1claws108
12777
12778         * src/mainwindow.c
12779                 fix header pane visibility after folderview or
12780                 messageview (de)separation
12781
12782 2002-08-23 [paul]       0.8.1claws107
12783
12784         * src/mainwindow.[ch]
12785           src/toolbar.c
12786                 give full control of display or non-display 
12787                 of the Execute icon to Custom toolbar settings.
12788                 add new sensitivity condition to maninwindow.h: 
12789                 M_DELAY_EXEC
12790
12791         * ChangeLog
12792           ChangeLog.jp
12793           NEWS
12794                 more sync with 0.8.1cvs29
12795
12796 2002-08-23 [melvin]     0.8.1claws106
12797
12798         * src/alertpanel.c
12799                 Readded support for custom widget in alertpanel lost in last
12800                 sync.
12801
12802 2002-08-23 [paul]       0.8.1claws105
12803
12804         * sync with 0.8.1cvs29
12805                 see ChangeLog 2002-08-23
12806
12807 2002-08-23 [colin]      0.8.1claws104
12808
12809         * src/summaryview.c
12810                 Fix folder and search pixmaps exchanging positions
12811                 after theme or toolbar changes. Thank to Oliver for 
12812                 reporting this.
12813
12814 2002-08-23 [colin]      0.8.1claws103
12815
12816         * src/mainwindow.c
12817           src/messageview.[ch]
12818           src/noticeview.[ch]
12819           src/summaryview.c
12820                 Changed messageview_create() and noticeview_create()
12821                 to avoid the last gdk_warning
12822
12823 2002-08-22 [colin]      0.8.1claws102
12824
12825         * src/summaryview.c
12826                 Fix my new `Creating pixmap from xpm' warning
12827
12828 2002-08-22 [colin]      0.8.1claws101
12829
12830         * src/mainwindow.c
12831                 Fix some of the gdk warnings
12832
12833 2002-08-22 [colin]      0.8.1claws100
12834
12835         * src/Makefile.am
12836         * src/stock_pixmap.c
12837         * src/stock_pixmap.h
12838         * src/pixmaps/quicksearch.xpm *ADDED*
12839                 Add the quicksearch pixmap
12840         * src/mainwindow.c
12841         * src/summaryview.c
12842         * src/summaryview.h
12843                 Make quicksearch bar visible/hidden via a button
12844
12845 2002-08-22 [christoph]  0.8.1claws99
12846
12847         * src/folder.c
12848                 fix folder update for newsgroups with message
12849                 numbers below minimum number of articles to fetch
12850                 (closes bug #598445)
12851
12852 2002-08-22 [paul]       0.8.1claws98
12853
12854         * sync with 0.8.1cvs28
12855                 see ChangeLog 2002-08-22
12856
12857 2002-08-21 [alfons]     0.8.1claws97
12858
12859         * src/crash.c
12860                 use bt instead of bt full which seems to work 
12861                 better, and bt full doesn't give a great deal 
12862                 of information anyway
12863
12864 2002-08-21 [colin]      0.8.1claws96
12865
12866         * src/summaryview.c
12867                 fix summaryview_searchtype_changed prototype
12868
12869 2002-08-21 [christoph]  0.8.1claws95
12870
12871         * src/mainwindow.c
12872                 o fix broken menu update for sorting type, we have to
12873                   get this info from the summaryview now
12874                 o removed setting of threaded state in menu callback
12875         * src/summaryview.[ch]
12876                 more summaryview/folderitem seperation for
12877                 threading option
12878         * configure.in
12879                 removed not required --with-compiler-flags option
12880
12881 2002-08-21 [oliver]     0.8.1claws94
12882         
12883         * src/toolbar.h 
12884                 o rename toolbar.xml to toolbar_main.xml
12885                   since toolbar_compose.xml might come up 
12886                   any time soon
12887         * README.claws
12888                 add custom toolbar              
12889
12890 2002-08-21 [darko]      0.8.1claws93
12891
12892         * src/procmsg.c
12893                 don't reset tmp flags for messages copied
12894                 to sent folder
12895
12896 2002-08-21 [colin]      0.8.1claws92
12897         
12898         * src/prefs_filtering.c
12899                 fix renaming rules on folder rename 
12900                 when folder is not a leaf folder
12901
12902 2002-08-21 [paul]       0.8.1claws91
12903
12904         * src/prefs_folder_item.c
12905                 fix alignment of colour selector
12906
12907 2002-08-21 [paul]       0.8.1claws90
12908
12909         * sync with 0.8.1cvs27
12910                 see ChangeLog 2002-08-21
12911
12912 2002-08-21 [paul]       0.8.1claws89
12913
12914         * src/summaryview.c
12915                 fix crash when changing field type in
12916                 Quick search bar
12917
12918 2002-08-21 [colin]      0.8.1claws88
12919
12920         * src/summaryview.c
12921                 Made quick search case-insensitive
12922
12923 2002-08-21 [paul]       0.8.1claws87
12924
12925         * sync with 0.8.1cvs26
12926                 see ChangeLog 2002-08-21
12927
12928 2002-08-20 [christoph]  0.8.1claws86
12929
12930         * src/folderview.c
12931         * src/main.c
12932         * src/summaryview.[ch]
12933                 more summaryview/folderitem seperation for
12934                 sort_key and sort_type
12935         * src/procmsg.c
12936                 added missing return statement
12937
12938 2002-08-20 [colin]      0.8.1claws85
12939
12940         * src/summaryview.[ch]
12941                 Added a quick search box
12942         * src/mainwindow.c
12943         * src/prefs_common.[ch]
12944                 Added a show/hide option for the quick search
12945
12946 2002-08-20 [oliver]     0.8.1claws84
12947         
12948         * src/mainwindow.c
12949                 remove toolbar_create_popups
12950         * src/toolbar.[ch]
12951                 o remove toolbar_create_popups
12952                 o fix toolbar_set_sensitive 
12953                   (Bug reports #596834 and #596832)     
12954         * src/prefs_toolbar.c
12955                 o add "Set default" button
12956                 o align label and text + combo widgets
12957
12958 2002-08-20 [hoa]        0.8.1claws83bis
12959
12960         * src/imap.c
12961                 fixed a bug in imap_fetch_msginfo() in case there is no
12962                 current folder.
12963
12964 2002-08-20 [darko]      0.8.1claws83
12965
12966         * src/folderview.c
12967                 copy the color style of folder view so it
12968                 works with GTK themes
12969
12970 2002-08-20 [darko]      0.8.1claws82
12971
12972         * src/folder.h
12973         * src/folderview.c
12974         * src/prefs_folder_item.[hc]
12975                 don't use UI stuff in folder.h
12976
12977 2002-08-20 [darko]      0.8.1claws81
12978
12979         * src/folder.h
12980         * src/prefs_folder_item.h
12981         * src/folderview.c
12982         * src/prefs_folder_item.c
12983                 ability to set folder color in folderview
12984
12985 2002-08-19 [alfons]     0.8.1claws80
12986
12987         * src/summaryview.c
12988                 fix one of the earlier memleaks reported by Martin Kluge
12989
12990 2002-08-19 [alfons]     0.8.1claws79
12991
12992         * src/mainwindow.c
12993                 hide notice view when selecting seperate folder
12994                 view (reported by Urke MMI)
12995
12996 2002-08-19 [christoph]  0.8.1claws78
12997
12998         * src/folderview.c
12999         * src/prefs_folder_item.h
13000         * src/summaryview.[ch]
13001                 o add summary_set_prefs_from_folderitem to set
13002                   summaryview prefs (first step to remove all
13003                   references to the folderitem in summaryview)
13004                 o moved compiled regex stuff from folderitem prefs
13005                   to summaryview code
13006
13007 2002-08-19 [paul]       0.8.1claws77
13008
13009         * src/compose.c
13010                 add check for '.' to QUOTE_IF_REQUIRED
13011
13012 2002-08-19 [paul]       0.8.1claws76
13013
13014         * src/inc.c
13015                 sync with 0.8.1cvs25 (plug memory leak)
13016
13017         * src/prefs_toolbar.c
13018                 re-order prefs_toolbar_cancel()
13019
13020 2002-08-18 [alfons]     0.8.1claws75
13021
13022         * src/inc.c
13023         * src/matcher.c
13024                 plug other memleaks reported by Martin Kluge
13025
13026 2002-08-18 [paul]       0.8.1claws74
13027
13028         * po/pt_BR.po
13029                 updated by Fabio Jr. Beneditto
13030
13031 2002-08-18 [paul]       0.8.1claws73
13032
13033         * src/toolbar.[ch]
13034                 fix bug where tooltips were displayed untranslated              
13035
13036         * src/prefs_toolbar.c
13037                 fix bug where clicking 'Cancel' creates an icon & text
13038                 toolbar regardless of prefs
13039         
13040
13041 2002-08-17 [oliver]     0.8.1claws72
13042
13043         * src/prefs_toolbar.c
13044                 update toolbar on CANCEL
13045                 bug reported by Martin Kluge
13046         * src/toolbar.c
13047                 toolbar_destroy memleak fixed           
13048
13049 2002-08-17 [alfons]     0.8.1claws71
13050
13051         * src/toolbar.c
13052                 plug another memleak reported by Martin Kluge
13053
13054 2002-08-16 [alfons]     0.8.1claws70
13055
13056         * src/crash.c
13057                 use execvp() correctly (suggested by wwp; thanks!)
13058
13059 2002-08-16 [alfons]     0.8.1claws69
13060
13061         * src/gtksctree.c
13062                 plug memory leak reported by Kim Schultz & Martin Kluge
13063
13064 2002-08-16 [paul]       0.8.1claws68
13065
13066         * po/es.po
13067                 updated by Ricardo Mones Lastra
13068
13069 2002-08-16 [paul]       0.8.1claws67
13070
13071         * src/toolbar.h
13072                 fix bug where 'Compose News' icon showed wrong
13073                 tooltip
13074
13075 2002-08-16 [paul]       0.8.1claws66
13076
13077         * sync with 0.8.1cvs24
13078                 see ChangeLog 2002-08-16
13079
13080         * po/it.po
13081                 updated by Alessandro Maestri
13082
13083 2002-08-15 [paul]       0.8.1claws65
13084
13085         * po/sr.po
13086                 updated by Urke MMI
13087
13088 2002-08-15 [paul]       0.8.1claws64
13089
13090         * src/*.c
13091                 don't translate debug info
13092
13093         * src/matcher.[ch]
13094                 add copyright info
13095
13096 2002-08-15 [paul]       0.8.1claws63
13097
13098         * src/prefs_toolbar.c
13099                 fix bug where clicking 'OK' creates an icon & text
13100                 toolbar regardless of prefs
13101
13102 2002-08-14 [alfons]     0.8.1claws62
13103
13104         * src/main.c
13105                 add global var that has the full argv[0]
13106         * src/crash.c
13107                 o execvp the correct sylpheed by using argv0
13108                   and setting the correct work dir
13109                 o other tweaks  
13110
13111 2002-08-14 [oliver]     0.8.1claws61
13112         
13113         * enable/disable Toolbar Action Buttons 
13114         * code cleanups
13115         * src/mainwindow.c
13116         * src/toolbar.[ch]      
13117         * src/prefs_toolbar.c   
13118
13119 2002-08-14 [melvin]     0.8.1claws60
13120
13121         * po/fr.po
13122                 Updated French translations
13123
13124 2002-08-14 [melvin]     0.8.1claws59
13125
13126         * src/crash.c
13127                 Made bug report not translatable
13128         * src/exporthtml.c
13129                 Fixed exporthtml_build_filespec() return value
13130         * src/foldersel.c
13131                 Fixed incorrect include file
13132         * src/gtkspell.c
13133         * src/prefs_actions.c
13134         * src/prefs_toolbar.c
13135                 Made debug info not translatable
13136         * src/mutt.c
13137         * src/quote_fmt.c
13138                 Added missing includes
13139         * src/prefs_common.c
13140                 Fixed typo
13141
13142 2002-08-14 [paul]       0.8.1claws58
13143
13144         * faq/es/sylpheed-faq.html
13145           faq/es/sylpheed-faq-[1-3].html
13146           faq/es/sylpheed-faq-4.html     **NEW FILE **
13147                 update Spanish FAQ
13148
13149 2002-08-13 [christoph]  0.8.1claws57
13150
13151         * src/procmsg.c
13152                 ignore thread fix that did not mark all
13153                 child nodes of a ignored thread as
13154                 ignored. Does not work perfectly yet,
13155                 but it is better now
13156
13157 2002-08-13 [alfons]     0.8.1claws56
13158
13159         * src/crash.c
13160                 o implement 'save crash log'
13161                 o some tweaks
13162
13163 2002-08-13 [melvin]     0.8.1claws55
13164
13165         * src/main.c
13166                 removed unrequired "execinfo.h" header
13167
13168 2002-08-12 [paul]       0.8.1claws54
13169
13170         * faq/en/sylpheed-faq.html
13171           faq/en/sylpheed-faq-[1-3].html
13172           faq/en/sylpheed-faq-4.html     **NEW FILE **
13173                 update English FAQ
13174
13175 2002-08-12 [alfons]     0.8.1claws53
13176
13177         * po/POTFILES.in
13178                 add crash.c to translatables
13179         * src/crash.c
13180                 bring in Leandro's crash dialog
13181
13182 2002-08-11 [alfons]     0.8.1claws52
13183
13184         * src/crash.c
13185                 clean up some warnings
13186
13187 2002-08-11 [alfons]     0.8.1claws51
13188
13189         * acconfig.h
13190         * configure.in
13191         * src/crash.[ch]        ** NEW FILES **
13192         * src/main.c            
13193                 initial gdb crash handler
13194
13195 2002-08-11 [paul]       0.8.1claws50
13196
13197         * src/prefs_toolbar.c
13198                 replace Up/Down arrow pixmaps with text to be
13199                 consistent across icon themes
13200
13201 2002-08-11 [paul]       0.8.1claws49
13202
13203         * src/prefs_common.c
13204           src/prefs_toolbar.c
13205                 rename 'Pixmap' -> 'Icon'
13206
13207         * src/toolbar.[ch]
13208                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
13209
13210 2002-08-10 [paul]       0.8.1claws48
13211
13212         * src/prefs_toolbar.c
13213                 re-work the UI
13214
13215 2002-08-10 [paul]       0.8.1claws47
13216
13217         * src/main.c
13218                 don't write Processing progress to status bar
13219                 patch submitted by Alexander Evseev
13220
13221         * src/prefs_toolbar.c
13222                 re-position and resize window
13223                 make window assume correct size on first call
13224
13225 2002-08-10 [paul]       0.8.1claws46
13226
13227         * src/mainwindow.c
13228           src/prefs_toolbar.c
13229           src/toolbar.c
13230           src/toolbar.h
13231                 obey coding style
13232                 follow UI text conventions
13233
13234 2002-08-10 [alfons]     0.8.1claws45
13235
13236         * src/toolbar.c
13237                 correct pixmap for delete action
13238
13239 2002-08-10 [paul]       0.8.1claws44
13240
13241         * po/pt_BR.po
13242                 updated by Fabio Jr. Beneditto
13243
13244 2002-08-10 [paul]       0.8.1claws43
13245
13246         * po/POTFILES.in
13247                 add custom toolbar files
13248
13249 2002-08-10 [paul]       0.8.1claws42
13250
13251         * sync with 0.8.1cvs22
13252                 see ChangeLog 2002-08-09
13253
13254 2002-08-09 [paul]       0.8.1claws41
13255
13256         * tools/Makefile.am
13257           tools/README
13258           tools/outlook2sylpheed.pl     ** NEW FILE **
13259                 add script to convert exported Outlook
13260                 contacts list to a Sylpheed addressbook.
13261                 Submitted by Ricardo Mones Lastra.
13262
13263 2002-08-09 [paul]       0.8.1claws40
13264
13265         * AUTHORS
13266           configure.in
13267           po/sr.po      ** NEW FILE **
13268                 add Serbian message catalog. Submitted by
13269                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
13270
13271 2002-08-09 [paul]       0.8.1claws39
13272
13273         * sync with 0.8.1cvs21
13274                 see ChangeLog 2002-08-08
13275
13276 2002-08-08 [oliver]     0.8.1claws38
13277
13278         * src/mainwindow.c
13279                 move Custom Toolbar to Configuration menu
13280
13281 2002-08-08 [oliver]     0.8.1claws37
13282
13283         * src/prefs_toolbar.c
13284                 fix substitute pixmap bug
13285
13286 2002-08-08 [paul]       0.8.1claws36
13287
13288         * sync with 0.8.1cvs19
13289                 see ChangeLog 2002-08-08
13290
13291 2002-08-07 [christoph]  0.8.1claws35
13292
13293         * src/utils.c
13294                 fixed a memory leak in new canonicalize_file_replace
13295
13296 2002-08-07 [christoph]  0.8.1claws34
13297
13298         * src/utils.[ch]
13299                 o canonicalize_file_replace should create the temporary
13300                   file in the same directory as the original file.
13301                 o added get_tmpfile_in_dir that creates a temorary file
13302                   in a specified directory.
13303
13304 2002-08-07 [melvin]     0.8.1claws33
13305
13306         * src/toolbar.c
13307                 fixed bug where 'Article' button acted as 'Email' button.
13308
13309 2002-08-07 [paul]       0.8.1claws32
13310
13311         * sync with 0.8.1.cvs17
13312                 see ChangeLog 2002-08-07
13313
13314 2002-08-07 [colin]      0.8.1claws31
13315         
13316         * src/news.c
13317                 fix mass-cancel problem
13318
13319 2002-08-07 [thorsten]   0.8.1claws30
13320
13321         * src/prefs_toolbar.c
13322                 fix: crash on replace or add new button
13323         * src/toolbar.c
13324                 fix: close xmlfile after reading
13325         * src/utils.c
13326                 fix: unlink() file before rename()
13327
13328 2002-08-06 [paul]       0.8.1claws29
13329
13330         * sync with 0.8.cvs15
13331                 see ChangeLog 2002-08-06
13332
13333 2002-08-06 [oliver]     0.8.1claws28
13334
13335         * src/toolbar.c
13336         * src/prefs_toolbar.c
13337                 fixed empty toolbar issue
13338
13339 2002-08-06 [oliver]     0.8.1claws27
13340
13341         * Custom Toolbar Final 
13342         * src/folderview.c
13343         * src/inc.c
13344         * src/summaryview.c
13345                 o toolbar stuff now lives in src/toolbar.[ch]
13346                 o main_window_toolbar_* functions are renamed to
13347                   toolbar_* reflecting their new source file
13348         * src/mainwindow.[ch]
13349                 o remove toolbar stuff  
13350
13351 2002-08-06 [oliver]     0.8.1claws26
13352         
13353         * src/Makefile.am
13354         * src/prefs_toolbar.[ch]        **New File**
13355         * src/toolbar.[ch]              **New File**
13356                 o prefs_toolbar.[ch] custom toolbar frontend
13357                 o toolbar.[ch]       backend 
13358
13359 2002-08-06 [oliver]     0.8.1claws25
13360
13361         * src/prefs_actions.[ch]
13362                 o new exported function actions_execute
13363
13364 2002-08-06 [paul]       0.8.1claws24
13365
13366         * sync with 0.8.1cvs4
13367                 see ChangeLog 2002-08-06
13368
13369 2002-08-06 [paul]       0.8.1claws23
13370
13371         * sync with 0.8.1cvs13
13372                 see ChangeLog 2002-08-06
13373
13374 2002-08-06 [paul]       0.8.1claws22
13375
13376         * sync with 0.8.1cvs12
13377                 see ChangeLog 2002-08-05 and 2002-08-06
13378
13379 2002-08-06 [match]      0.8.1claws21
13380
13381         * src/addrclip.c
13382                 improvements to cut/copy/paste address
13383
13384 2002-08-05 [match]      0.8.1claws20
13385
13386         * src/addritem.[ch]
13387         * src/addrcache.c
13388         * src/addrbook.c
13389         * src/editaddress.c
13390         * src/addressbook.c
13391                 fixes to improve cut/copy/paste
13392
13393 2002-08-06 [melvin]     0.8.1claws19
13394
13395         * src/account.[ch]
13396                 account_find_all_from_address(): new function that returns the
13397                 list of all accounts that are matched in an address.
13398         * src/alertpanel.[ch]
13399                 alertpanel() now accepts a custom widget
13400                 alertpanel_with_widget(): new function that pops up a panel with
13401                 a custom widget in it 
13402         * src/gtkutils.[ch]
13403                 gtkut_account_menu_new(): new function that allows the selection
13404                 of an account from a list of accounts.
13405         * src/messageview.c
13406                 Extended Return Receipt notification to select the correct 
13407                 account and to make a security test on the Delivery-Notification
13408                 address which should be the same as the Return-Path.
13409
13410 2002-08-06 [thorsten]   0.8.1claws18
13411
13412         * src/mimeview.c
13413                 attach_all: save unnamed as "noname.%d",
13414                 dont free static dirname
13415
13416 2002-08-05 [alfons]     0.8.1claws17
13417
13418         * configure.in
13419                 detect XIM by trying to link rather than compile a XIM program
13420
13421 2002-08-05 [oliver]     0.8.1claws16
13422                 
13423         * src/stock_pixmap.[ch]
13424                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
13425                 o new func to retrieve pixmaps
13426
13427 2002-08-05 [paul]       0.8.1claws15
13428
13429         * sync with 0.8.1cvs10
13430                 see ChangeLog 2002-08-05
13431
13432 2002-08-04 [alfons]     0.8.1claws14
13433
13434         * src/textview.c
13435                 see if this plugs memleak
13436
13437 2002-08-04 [melvin]     0.8.1claws13
13438
13439         * src/gtkspell.c
13440                 fixed bug that could crash Sylpheed when highlighting
13441                 all misspelled words.
13442
13443 2002-08-03 [melvin]     0.8.1claws12
13444
13445         * src/prefs_actions.c
13446                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
13447         * src/messageview.c
13448                 fixed bug where the Return Receipt was sent to
13449                 Delivery-Notification-To address even if it was not present
13450
13451 2002-08-02 [alfons]     0.8.1claws11
13452
13453         * src/prefs_actions.c
13454                 o more check for NULLs
13455                 o put create_io_dialog() in right conditional block
13456
13457 2002-08-02 [paul]       0.8.1claws10
13458
13459         * po/es.po
13460                 updated by Ricardo Mones Lastra
13461
13462 2002-08-01 [christoph]  0.8.1claws9
13463
13464         * src/folder.c
13465                 don't free the cache of the opened
13466                 folder in the summaryview
13467         * src/summaryview.c
13468                 don't unset flags, if it is not required
13469
13470 2002-08-01 [paul]       0.8.1claws8
13471
13472         * sync with 0.8.1cvs8
13473                 see ChangeLog entry 2002-08-01
13474
13475 2002-08-01 [paul]       0.8.1claws7
13476
13477         * sync with 0.8.1cvs7
13478                 see ChangeLog 2002-07-31 and 2002-08-01
13479
13480 2002-07-31 [christoph]  0.8.1claws6
13481
13482         * src/mainwindow.c
13483                 forgot to update menu sensitivity
13484                 function for new menu entry
13485
13486 2002-07-31 [alfons]     0.8.1claws5
13487
13488         * src/main.c
13489                 check folder item and its path for NULL on
13490                 initial processing
13491
13492 2002-07-31 [christoph]  0.8.1claws4
13493
13494         * src/folder.c
13495                 check if folder_item_get_msginfo in
13496                 folder_item_remove_msg returned NULL
13497         * src/imap.c
13498                 better clear the uid cache in the
13499                 uid validity check function and delete
13500                 cached messages
13501
13502 2002-07-31 [paul]       0.8.1claws3
13503
13504         * man/sylpheed.1
13505                 add the '--attach' option and a few other
13506                 minor changes
13507
13508 2002-07-31 [paul]       0.8.1claws2
13509
13510         * sync with 0.8.1cvs5
13511                 see ChangeLog 2002-07-31
13512
13513 2002-07-31 [christoph]  0.8.1claws1
13514
13515         * src/folderview.[ch]
13516         * src/mainwindow.c
13517                 replace "Rescan all folders..." with
13518                 "Check all folders for new messages..."
13519
13520 2002-07-30 [paul]       0.8.1claws
13521
13522         * version 0.8.1claws released
13523
13524 2002-07-30 [paul]       0.8.0claws29
13525
13526         * tools/OOo2sylpheed.pl ** NEW FILE **
13527           tools/README
13528                 add script to enable sending documents as
13529                 attachments from OpenOffice.org
13530
13531 2002-07-30 [melvin]     0.8.0claws28
13532
13533         * src/prefs_actions.c
13534                 Made the actions' input/output dialog display
13535                 without delay.
13536
13537 2002-07-30 [christoph]  0.8.0claws27
13538
13539         * src/procmsg.c
13540                 check if folder_item_get_msginfo in
13541                 procmsg_save_to_outbox returned NULL
13542
13543 2002-07-30 [paul]       0.8.0claws26
13544
13545         * sync with 0.8.1cvs4
13546                 see ChangeLog 2002-07-29
13547
13548 2002-07-29 [thorsten]   0.8.0claws25
13549
13550         * README.claws
13551                 added selective download, delete on server
13552
13553 2002-07-29 [paul]       0.8.0claws24
13554
13555         * sync with 0.8.1cvs3
13556                 see ChangeLog 2002-07-29
13557
13558 2002-07-27 [christoph]  0.8.0claws23
13559
13560         * src/folder.c
13561                 add extra check if fetching the msginfo
13562                 returned NULL
13563
13564 2002-07-27 [paul]       0.8.0claws22
13565
13566         * sync with 0.8.1cvs2
13567                 see ChangeLog 2002-07-26
13568
13569 2002-07-27 [christoph]  0.8.0claws21
13570
13571         * src/imap.c
13572                 add another check if a valid msginfo
13573                 was returned
13574
13575 2002-07-26 [hoa]        0.8.0claws20
13576
13577         * src/folder.c
13578                 Fixed a condition in folder_item_destroy()
13579
13580         * src/imap.c
13581                 Fixed an error in IMAP protocol
13582
13583 2002-07-26 [alfons]     0.8.0claws19
13584
13585         * src/folder.c
13586                 ofcourse compare with identifier, not the path
13587
13588 2002-07-26 [alfons]     0.8.0claws18
13589
13590         * src/folder.c
13591                 use folder item identifier for saving / restoring
13592                 preferences because folder->path might not be unique
13593
13594 2002-07-26 [melvin]     0.8.0claws17
13595
13596         * src/logwindow.c
13597                 Fixed a crash introduced in 0.8.0claws5 when log is 
13598                 cut under 80 characters.
13599
13600 2002-07-26 [paul]       0.8.0claws16
13601
13602         * sync with 0.8.1cvs1
13603                 see ChangeLog 2002-07-26
13604
13605 2002-07-26 [christoph]  0.8.0claws15
13606
13607         * src/imap.[ch]
13608                 imap folder now remembers the last selected
13609                 folder and imap_fetch_msginfo skips selecting
13610                 the folder if it is already selected
13611
13612 2002-07-26 [christoph]  0.8.0claws14
13613
13614         * src/folder.c
13615         * src/folderview.c
13616         * src/imap.c
13617                 fix imap folder rescanning
13618
13619 2002-07-25 [christoph]  0.8.0claws13
13620
13621         * src/filter.c
13622         * src/folder.[ch]
13623         * src/folderview.c
13624         * src/imap.[ch]
13625         * src/mainwindow.c
13626         * src/mbox_folder.c
13627         * src/mh.c
13628         * src/news.c
13629                 implement imap uid cache and uid validity check
13630
13631 2002-07-25 [alfons]     0.8.0claws12
13632
13633         * src/summaryview.c
13634                 fix a brown paper bag bug, and also add some more
13635                 checks
13636
13637 2002-07-25 [christoph]  0.8.0claws11
13638
13639         * src/folder.c
13640                 don't mix copy, fetch_msginfo and remove
13641                 operations in folder item copy and move
13642                 operations
13643
13644 2002-07-25 [christoph]  0.8.0claws10
13645
13646         * src/folderview.c
13647         * src/mainwindow.c
13648         * src/prefs_folder_item.c
13649         * src/summaryview.[ch]
13650                 remove no longer required parameter update_cache from
13651                 summary_show
13652
13653 2002-07-25 [paul]       0.8.0claws9
13654
13655         * sync with 0.8.1
13656         
13657         * AUTHORS
13658                 a few corrections
13659
13660 2002-07-24 [alfons]     0.8.0claws8
13661
13662         * src/summaryview.c
13663                 sort correctly when using simplified subject line
13664                 (closes feature request "[ 585141 ] applying regexp to subject 
13665                 before sort" submitted by Alexandra Walford)
13666
13667 2002-07-24 [paul]       0.8.0claws7
13668
13669         * sync with 0.8.0cvs3
13670                 see ChangeLog 2002-07-24
13671
13672 2002-07-23 [christoph]  0.8.0claws6
13673
13674         * src/folder.c
13675         * src/folder.h
13676         * src/summaryview.c
13677         * src/summaryview.h
13678         * src/main.c
13679                 o separate processing and summaryview
13680                 o removed summary_write_cache from summaryview
13681                 o removed summaryview->killed_messages, because we don't have
13682                   to keep a list of killed messages anymore. New cache will
13683                   keep the hidden messages in cache anyway
13684         * src/folderview.c
13685         * src/inc.c
13686         * src/selective_download.c
13687                 o removed unnecessary summary_write_cache calls
13688         * src/procmsg.c
13689                 o don't set ignore thread flag in procmsg_get_thread_tree
13690                   if it is already set
13691         * src/mainwindow.c
13692         * src/statusbar.h
13693                 o moved STATUSBAR_PUSH/POP to statusbar.h because
13694                   they are used in different files
13695
13696 2002-07-23 [melvin]     0.8.0claws5
13697
13698         * src/addressbook.c
13699         * src/addrgather.c
13700         * src/editaddress.c
13701         * src/editgroup.c
13702         * src/editldap_basedn.c
13703         * src/importldif.c
13704         * src/prefs_common.c
13705                 Fixed few memory leak (gtk_editable_get_chars returns
13706                 an allocated string)
13707         * src/logwindow.c
13708                 Fixed few memory leak (gtk_editable_get_chars returns
13709                 an allocated string) and modified a little the log cutting
13710                 loop.
13711         * src/compose.c
13712                 Replaced a call to an obsolete function gtk_entry_get_text()
13713                 by gtk_editable_get_chars()
13714         * src/send.c
13715                 Removed a debug printf
13716
13717 2002-07-23 [christoph]  0.8.0claws4
13718
13719         * src/filesel.c
13720                 fix another g_dirname memory leak
13721
13722 2002-07-23 [christoph]  0.8.0claws3
13723
13724         * src/mh.c
13725                 fixed a memory leak in mh_fetch_msginfo
13726                 fixed crash when message header could not be
13727                 parsed
13728
13729 2002-07-23 [paul]       0.8.0claws2
13730
13731         * sync with 0.8.0cvs2
13732                 see ChangeLog 2002-07-23
13733
13734 2002-07-23 [paul]       0.8.0claws1
13735
13736         * sync with 0.8.0cvs1
13737                 see ChangeLog 2002-07-23
13738
13739 2002-07-23 [paul]       0.8.0claws
13740
13741         * release of 0.8.0claws