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