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