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