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