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