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