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