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