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