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