src/mimeview.c: increase the gutter size of paned so that the panes can be resized
[claws.git] / ChangeLog.claws
1 2003-07-24 [paul]       0.9.3claws49
2
3         * src/mimeview.c
4                 increase the gutter size of paned so that the panes
5                 can be resized
6                 
7         * src/plugins/demo/demo.c
8                 squeeze in another typo fix
9
10 2003-07-24 [paul]       0.9.3claws48
11
12         * src/plugins/demo/demo.c
13           src/prefs_account.c
14                 small changes to the English
15                 
16         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
17           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
18           src/Makefile.am
19           src/stock_pixmap.c
20                 rename the misspelled icon
21
22 2003-07-23 [alfons]     0.9.3claws47
23
24         * src/mimeview.c
25                 make icon list look like a list of toggles
26
27 2003-07-23 [luke]       0.9.3claws46
28
29         * src/pixmaps/mimeview_gpg_expired.xpm
30         * src/pixmaps/mimeview_gpg_failed.xpm
31         * src/pixmaps/mimeview_gpg_passed.xpm
32         * src/pixmaps/mimeview_text_html.xpm
33         * src/pixmaps/mimeview_image.xpm
34                 o all icons the same size
35
36         * src/mimeview.[ch]
37                 o mimeview ctree arranged vertically above the viewer
38                 o icons changed to buttons
39                 o can use keyboard to select an icon (Enter)
40                 o resize icon list to width of icons
41
42         *  src/gtk/gtkvscrollbutton.c
43                 o sensitivity of buttons reacts to position
44
45 2003-07-23 [christoph]  0.9.3claws45
46
47         * sync with 0.9.3cvs14 (incomplete)
48                 see ChangeLog 2003-07-17
49
50 2003-07-23 [alfons]     0.9.3claws44
51
52         * src/folder.c
53         * src/procmsg.h
54                 sync with my local tree to restore some claws-only things
55
56 2003-07-23 [paul]       0.9.3claws43
57
58         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
59           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
60           src/Makefile.am
61           src/mimeview.c
62           src/procmime.h
63           src/rfc2015.c
64           src/stock_pixmap.[ch]
65                 indicate missing keys and expired sigs/keys
66                 in mime view column
67
68 2003-07-23 [paul]       0.9.3claws42
69
70         * src/compose.c
71                 Redirect fixes: enable automatic account selection and
72                 do not append signature to message on changing account
73                 fixes Bug[s] #248
74
75 2003-07-23 [paul]       0.9.3claws41
76
77         * sync with 0.9.3cvs16
78                 see ChangeLog 2003-07-23
79
80 2003-07-23 [alfons]     0.9.3claws40
81
82         * src/inc.c
83                 give progress dialog a main window, and give it the first 
84                 one (presumably the only one). fixes bug #247, "segfault on 
85                 pop-before-smtp" 
86
87 2003-07-22 [alfons]     0.9.3claws39
88
89         * src/summaryview.c
90                 shift-space scrolls up
91
92 2003-07-22 [paul]       0.9.3claws38
93
94         * sync with 0.9.3cvs15
95                 see ChangeLog 2003-07-22
96
97 2003-07-20 [alfons]     0.9.3claws37
98
99         * src/compose.c
100                 put menu inside #ifdef USE_ASPELL..#endif
101
102 2003-07-20 [christoph]  0.9.3claws36
103
104         * src/procmsg.c
105                 fix wrong flags in MsgInfo returned by
106                 procmsg_msginfo_get_full_info()
107
108         (closes Bug 221 Deleting messages from the Message View gives incorrect
109          new/unread message counts in the folder view)
110
111         * src/plugins/spamassassin/spamassassin_gtk.c
112                 add gettext macro for prefs page title
113
114 2003-07-20 [paul]       0.9.3claws35
115
116         * src/mimeview.c
117                 redraw icon list on signature check
118
119 2003-07-20 [christoph]  0.9.3claws34
120
121         * src/Makefile.am
122         * src/account.c
123         * src/folder.[ch]
124         * src/folder_item_prefs.[ch]            ** NEW **
125         * src/folderview.c
126         * src/mainwindow.c
127         * src/mh.c
128         * src/prefs_gtk.c
129         * src/prefs_scoring.c
130         * src/summaryview.c
131         * src/prefs_folder_item.[ch]
132                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
133                   Properties dialog
134                 o use prefswindow for folder properties
135
136         * src/gtk/prefswindow.[ch]
137                 change implementation to use an invisible notebook instead
138                 of unparenting widgets
139
140 2003-07-20 [christoph]  0.9.3claws33
141
142         * src/compose.h
143         * src/folder.c
144         * src/folderview.h
145         * src/headerview.h
146         * src/prefs_filtering.h
147         * src/prefs_folder_item.[ch]
148         * src/procmime.h
149         * src/procmsg.h
150         * src/summaryview.h
151                 clean up header mess
152                 (always use 1. typedefs, 2. #includes, 3. structures)
153
154         * src/common/version.h.in
155                 add casts for constants
156
157         * src/plugins/demo/demo.c
158                 fix typo
159
160         * src/plugins/spamassassin/spamassassin.c
161                 remove unused variable
162
163 2003-07-20 [alfons]     0.9.3claws32
164
165         * src/mimeview.c
166                 o make icon buttons respond on left click
167                 o minor cosmetic change
168
169 2003-07-19 [luke]       0.9.3claws31
170
171         * src/mimeview.[ch]
172         * src/gtk/gtkvscrollbutton.c
173         * src/messageview.c
174                 o improved mimeview behaviour when selecting a new message
175                 o plus code cleanups to remove compile warnings
176
177
178 2003-07-19 [alfons]     0.9.3claws30
179
180         * src/procmsg.c
181         * src/compose.c
182         * src/common/utils.[ch]
183                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
184
185 2003-07-19 [alfons]     0.9.3claws29
186
187         * src/prefs_folder_item.c
188                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
189                 string pointers
190
191 2003-07-19 [luke]       0.9.3claws28
192
193         * src/messageview.c
194         * src/mimeview.[ch]
195         * src/procmime.h
196         * src/rfc2015.c
197         * src/stock_pixmap.[ch]
198         * src/gtk/Makefile.am
199         * src/Makefile.am
200         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
201         * src/pixmaps/mime_*.xpm                ** NEW **
202                 o mimeview rearrangement with a new icon shortcut bar
203         
204 2003-07-19 [alfons]     0.9.3claws27
205
206         * src/folderview.c
207                 o plug leaking nodes_to_recollapse
208                 o add folderview_recollapse_all_nodes() (not used yet)
209
210 2003-07-19 [alfons]     0.9.3claws26
211
212         * src/compose.c
213         * src/common/utils.c
214                 honour #240 "Better SUBJECT handling" by cleaning the prefix
215                 for both forwarding as replying
216
217 2003-07-18 [christoph]  0.9.3claws25
218
219         * configure.ac
220         * src/common/sylpheed.[ch]
221         * src/common/version.h.in
222                 add version in numeric form to allow easy comparison
223
224         * src/plugins/demo/demo.c
225                 add version check
226                 - sylpheed version > plugin version => never allowed, sylpheed
227                   could contain unknown API changes
228                 - sylpheed version < minimum version required => don't load,
229                   API required not available (if linking does not fail)
230
231 2003-07-18 [alfons]     0.9.3claws24
232         
233         * src/common/plugin.[ch]
234                 const correctness
235
236 2003-07-18 [christoph]  0.9.3claws23
237
238         * src/common/hooks.c
239                 fix crash when hooks where unregisted
240
241         * src/plugins/trayicon/trayicon.c
242                 unregister detroy signal before destroying the widget
243                 (still crashes when the plugin is unloaded)
244
245 2003-07-18 [alfons]     0.9.3claws22
246         
247         * src/folderview.c
248                 delay expanding folder tree during drags until timeout triggered
249                 (needs perhaps some tweaking, so testing is welcome)
250
251 2003-07-17 [alfons]     0.9.3claws21
252
253         * src/folderview.c
254                 clean up cruft
255
256 2003-07-17 [christoph]  0.9.3claws20
257
258         * src/common/session.c
259                 fix opening of SSL connections
260
261         * src/plugins/image_viewer/Makefile.am
262                 add OPENSSL_CFLAGS (we should find a better solution to remove
263                 this dependencies if they are not required)
264
265         * src/plugins/spamassassin/spamassassin.c
266                 remove setlocale workaround (fixed in libspamc)
267
268 2003-07-17 [alfons]     0.9.3claws19
269
270         * src/common/hooks.[ch]
271         * src/plugins/clamav/clamav_plugin.c
272         * src/plugins/spamassassin/spamassassin.c
273         * src/plugins/trayicon/trayicon.c
274                 fix signedness muck 
275
276 2003-07-17 [alfons]     0.9.3claws18
277
278         * src/procmime.c
279                 plug memleak
280
281 2003-07-17 [alfons]     0.9.3claws17
282
283         * src/inc.c
284                 plug memleak
285
286 2003-07-17 [paul]       0.9.3claws16
287
288         * src/common/defs.h
289           src/mainwindow.c
290           src/manual.[ch]
291                 add link to the Claws site's FAQ page, after the suggestion
292                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
293                 Move url strings to defs.h
294                 
295         * src/mainwindow.c
296                 fix typo to prevent "unknown menu entry" warnings
297
298 2003-07-17 [alfons]     0.9.3claws15
299
300         * src/folderview.[ch]
301         * src/summaryview.[ch]
302         * src/mimeview.[ch]
303                 plug DnD leaks 
304
305 2003-07-17 [paul]       0.9.3claws14
306
307         * src/inc.c
308                 remove two instances of 'GTK_EVENTS_FLUSH' because
309                 they are unnecessary and probably cause a stack overflow
310
311 2003-07-16 [christoph]  0.9.3claws13
312
313         * src/mimeview.[ch]
314                 use an invisible GTK notebook to switch between viewers
315                 instead of reparenting widgets
316
317 2003-07-16 [christoph]  0.9.3claws12
318
319         * src/folder.c
320                 move folder_item_update_freeze() to correct place in
321                 folder_item_scan_full()
322
323 2003-07-16 [paul]       0.9.3claws11
324
325         * sync with 0.9.3cvs12
326                 see ChangeLog 2003-07-14 and 2003-07-15
327
328 2003-07-16 [christoph]  0.9.3claws10
329
330         * src/imap.[ch]
331         * src/prefs_account.[ch]
332                 sync IMAP CRAM-MD5 authentication with sylpheed-main
333
334 2003-07-15 [alfons]     0.9.3claws9
335
336         * src/main.c
337                 make --config-dir do something useful
338
339 2003-07-15 [alfons]     0.9.3claws8
340
341         * src/procmsg.c
342                 o fix a bug where 'last' didn't really point to the last message
343                   in the top level list of children, but to the last threaded
344                   message. 
345                 
346                 o clean up and make it easier to sync
347
348 2003-07-15 [alfons]     0.9.3claws7
349
350         * src/mainwindow.c
351                 make correct menu items sensitive       
352
353 2003-07-14 [alfons]     0.9.3claws6
354
355         * src/procmsg.c
356                 tune the threader so it will not subject-thread any message
357                 without a subject prefix (this will not thread correctly if 
358                 a parent is delivered after their childs, but it looks 
359                 better right now)
360
361 2003-07-13 [christoph]  0.9.3claws5
362
363         * src/mainwindow.c
364                 group "Add mailbox *..." menu items in submenu
365
366 2003-07-13 [alfons]     0.9.3claws4
367
368         * src/summaryview.c
369                 correct summary_toggle_pressed() signature and make sure
370                 signal is not passed on
371
372 2003-07-13 [alfons]     0.9.3claws3
373
374         * src/summaryview.c
375                 o for now don't pass on keys when they we're handled by 
376                   ctree::key_press_event
377                 o clean up
378
379 2003-07-13 [alfons]     0.9.3claws2
380         
381         * src/main.c
382                 add command line option "--config-dir" to get the current 
383                 configuration dir
384
385 2003-07-12 [alfons]     0.9.3claws1
386
387         * src/matcher.[ch]
388         * src/matcher_parser_parse.y
389         * src/prefs_filtering.c
390         * src/filtering.c
391                 add "Lock" filter action to lock messages;
392
393         * src/filtering.c       
394                 remove debug_print()    
395         * src/prefs_filtering.c
396                 re-organize matcher part 9: 
397                 make action text entries easily extendible;
398                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
399                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
400
401 2003-07-12 [paul]
402
403         * tools/README
404                 update old information and add missing
405                 information
406
407 2003-07-12 [paul]       0.9.3claws
408
409         * 0.9.3claws released
410         
411 2003-07-12 [paul]       0.9.0claws103
412
413         * src/Makefile.am
414                 add addrquery.h
415
416 2003-07-12 [melvin]     0.9.0claws102
417
418         * src/messageview.c
419                 Fixed bug #215: Show MIME tab for single text/html messages. 
420                 
421 2003-07-12 [paul]       0.9.0claws101
422
423         * man/sylpheed.1
424                 updated
425
426 2003-07-12 [paul]       0.9.0claws100
427
428         * po/es.po
429           po/hr.po
430           po/pl.po
431           po/sr.po
432                 update Spanish, Croatian, Polish, Serbian translations.
433                 submitted by Ricardo Mones Lastra, Dragan, Witold
434                 Wladyslaw Wojciech Wilk, Urke MMI
435
436 2003-07-12 [melvin]     0.9.0claws99
437
438         * po/fr.po
439                 Updated French translations.
440
441 2003-07-12 [paul]       0.9.0claws98
442
443         * src/addressbook.c
444                 disable 'Lookup' button as it has no effect
445
446 2003-07-11 [alfons]     0.9.0claws97
447         
448         * src/summaryview.c
449                 summary_searchbar_pressed() should return TRUE to signal that
450                 event was handled. when returning void, the return value passed
451                 to GTK is actually random, but maybe FALSE, in which case the
452                 event is handled by parent
453                 
454 2003-07-10 [paul]       0.9.0claws96
455
456         * ac/missing/gettext.m4
457                 update to version 0.12
458
459 2003-07-10 [paul]       0.9.0claws95
460
461         * src/plugins/clamav/clamav_plugin.c
462                 fix bug where multipart/alternative messages
463                 would slip through without being scanned
464
465 2003-07-10 [christoph]  0.9.0claws94
466
467         * src/folder.c
468                 correct check if folder supports removing when a message is
469                 moved. if not the message is only copied.
470
471         (closes Bug 132 crash on startup in newsgroups folders)
472
473 2003-07-09 [alfons]     0.9.0claws93
474
475         * configure.ac
476         * src/common/defs.h
477                 --with-config-dir (default .sylpheed)
478
479 2003-07-09 [christoph]  0.9.0claws92
480
481         * configure.ac
482                 use PKG_CHECK_MODULES to check for gtkmathview
483                 (version 0.4.2 now required)
484
485 2003-07-08 [melvin]     0.9.0claws91
486
487         * src/action.c
488                 Implemented a progress bar that counts the number of completed
489                 tasks when the action runs more than one command.
490
491 2003-07-08 [alfons]     0.9.0claws90
492
493         * src/procmsg.c
494                 if queued message has an invalid Message-Id, don't try to
495                 find message it refers to (fixes #209 "crash when processing 
496                 in folder")
497
498 2003-07-08 [paul]       0.9.0claws89
499
500         * sync with 0.9.3cvs2
501                 see ChangeLog 2003-07-08
502
503 2003-07-08 [match]      0.9.0claws88
504
505         * src/ldapctrl.c
506                 extend LDAP search for first/last name by parsing search term.
507
508 2003-07-08 [alfons]     0.9.0claws87
509
510         * src/send_message.c
511                 fix bug #208 "Status message stuck when sending on POP3 account"
512
513 2003-07-07 [paul]       0.9.0claws86
514
515         * po/hr.po
516                 new Croatian translation, submitted by
517                 Dragan <drleskov@inet.hr>
518
519 2003-07-07 [paul]       0.9.0claws85
520
521         * sync with 0.9.3cvs1
522                 see ChangeLog 2003-07-07
523
524 2003-07-05 [christoph]  0.9.0claws84
525
526         * src/Makefile.am
527         * src/messageview.c
528         * src/mimeview.[ch]
529         * src/stock_pixmap.[ch]
530         * src/pixmaps/messageview_text.xpm              ** NEW **
531                 move mimeview tabs to the right side and use icons
532                 instead of text to save some space
533
534         (patch by Luke Plant <lukeplant@softhome.net>)
535
536 2003-07-05 [christoph]  0.9.0claws83
537
538         * src/inc.c
539                 add NULL pointer checks
540
541         (patch by Luke Plant <lukeplant@softhome.net>)
542         (closes Bug 204 0.9.0 quits on authentication error?!)
543
544 2003-07-05 [alfons]     0.9.0claws82
545
546         * configure.ac
547                 take the clue in bug #202 "./configure script - 
548                 'if test' comparison failure" reported by John Kristoff. 
549
550 2003-07-04 [christoph]  0.9.0claws81
551
552         * src/plugins/spamassassin/spamassassin.c
553                 set timeout for spam check
554
555 2003-07-04 [christoph]  0.9.0claws80
556
557         * src/main.c
558                 destroy all FolderItems when shutting down to
559                 allow folders to clean up
560
561 2003-07-04 [melvin]     0.9.0claws79
562
563         * src/gtk/gtkaspell.c
564                 Fixed bug #184 "Entering non-ascii character deletes
565                 previous char if spell checking enabled": this makes
566                 the spell checking in multibytes (e.g. UTF-8)locales work.
567                 (Patch by Luke Plant).
568                 
569 2003-07-04 [christoph]  0.9.0claws78
570
571         * sync with 0.9.2cvs1
572                 see ChangeLog 2003-06-10
573
574 2003-07-04 [paul]       0.9.0claws77
575
576         * sync with 0.9.3 release
577                 see ChangeLog 2003-07-04
578
579 2003-07-03 [christoph]  0.9.0claws76
580
581         * src/folder.[ch]
582         * src/imap.c
583         * src/mbox_folder.c
584         * src/mh.c
585         * src/news.c
586                 move folder_item_get_path() stuff into a folder virtual function
587
588         * src/procmsg.c
589                 use folder_item_fetch_msg() to get message and do not contruct
590                 the filename from path and number
591
592 2003-07-03 [paul]       0.9.0claws75
593
594         * sync with 0.9.2cvs12
595                 see ChangeLog 2003-07-03
596
597 2003-07-02 [paul]       0.9.0claws74
598
599         * src/messageview.c
600                 fix text-selection for replying
601
602 2003-07-02 [paul]       0.9.0claws73
603
604         * sync with 0.9.2cvs11
605                 see ChangeLog 2003-07-02
606
607 2003-07-02 [paul]       0.9.0claws72
608
609         * src/procmsg.c
610                 revert last commit because it breaks more
611                 than it fixes
612
613 2003-07-02 [paul]       0.9.0claws71
614
615         * src/procmsg.c
616                 fix thread by subject/sort by date
617
618 2003-07-01 [paul]       0.9.0claws70
619
620         * sync with 0.9.2cvs10
621                 see ChangeLog 2003-07-01
622
623 2003-06-30 [paul]       0.9.0claws69
624
625         * sync with 0.9.2cvs9
626                 see ChangeLog 2003-06-30
627
628 2003-06-28 [match]      0.9.0claws68
629
630         * src/addressbook.c
631                 fix null ptr.
632
633 2003-06-27 [paul]       0.9.0claws67
634
635         * sync with 0.9.2cvs7
636                 see ChangeLog 2003-06-27
637
638 2003-06-26 [christoph]  0.9.0claws66
639
640         * src/folder.c
641                 freeze folder updates while a folder is scanned
642
643         (closes Bug 185 New message counter)
644
645 2003-06-26 [darko]      0.9.0claws65
646
647         * src/ldapserver.c
648                 fix infinite loop when adding a new LDAP server
649
650 2003-06-26 [paul]       0.9.0claws64
651
652         * sync with 0.9.2cvs6
653                 see ChangeLog 2003-06-26
654
655 2003-06-26 [paul]       0.9.0claws63
656
657         * sync with 0.9.2cvs5
658                 see ChangeLog 2003-06-25 and 2003-06-26
659
660 2003-06-25 [match]      0.9.0claws62
661
662         * src/addr_compl.c
663                 Fixed tab/backtab for dropped-down completion list to
664                 move next/previous field. (close bug 147)
665
666 2003-06-25 [christoph]  0.9.0claws61
667
668         * src/addr_compl.[ch]
669         * src/addrindex.[ch]
670         * src/folderview.c
671         * src/inc.c
672         * src/news.c
673         * src/summaryview.c
674         * src/toolbar.c
675                 fix warnings
676
677 2003-06-25 [leandro]    0.9.0claws60
678
679         * src/compose.c
680                 o cleanups
681                 o gray out "Message/Remove references" menu item if not
682                   replying to a message
683
684 2003-06-24 [leandro]    0.9.0claws59
685
686         * src/compose.[ch]
687                 o removed "Message/Create new thread" menu item
688                 o added "Message/Remove references" menu item
689                   (it's off by default and will not check anymore
690                    if the subject changed)
691
692 2003-06-23 [alfons]     0.9.0claws58
693
694         * src/procmsg.c
695                 try better grouping messages threaded by subject based on their age.
696                 still not perfect - because the message tree is not sorted by date.  
697
698 2003-06-23 [thorsten]   0.9.0claws57
699
700         * src/pop.[ch]
701                 added mail_receive_hook to allow modifications
702                 directly after retrieval (e.g. adding headers).
703
704 2003-06-23 [paul]       0.9.0claws56
705
706         * src/sourcewindow.c
707                  enable the use of Ctrl+A to select all text in
708                  the sourcewindow
709                  Patch submitted by Ivan Francolin Martinez
710                  <ivanfm@users.sourceforge.net>
711
712 2003-06-22 [christoph]  0.9.0claws55
713
714         * src/folder.[ch]
715                 o add notification hook for folder tree changes
716                 o invoke hooks after folder tree scanning
717
718         * src/folderview.[ch]
719                 register hook for folder tree changes that
720                 updates the ctree
721
722         (there are more places that should be updated, like add, remove 
723          or move folder)
724
725         (closes Bug 164 Crash on rebuild folder tree)
726         (closes Bug 190 Crash on 'rebuilding folder tree')
727
728 2003-06-21 [leandro]    0.9.0claws54
729
730         * src/compose.[ch]
731                 create a new thread if subject changes
732                 (it's on by default, can be disabled in Message menu)
733
734 2003-06-21 [alfons]     0.9.0claws53
735
736         * src/summaryview.c
737                 quiet little compiler
738
739 2003-06-21 [christoph]  0.9.0claws52
740
741         update gettext stuff to version 0.12
742
743 2003-06-19 [alfons]     0.9.0claws51
744
745         * src/common/log.c
746         * src/common/plugin.c
747                 move defs.h before glib.h to prevent MIN/MAX redefs
748
749 2003-06-19 [alfons]
750
751         * src/addressbook.c
752                 translatable
753
754 2003-06-19 [match]      0.9.0claws50
755
756         * src/addressbook.[ch]
757         * src/addrindex.[ch]
758         * src/addr_compl.[ch]
759         * src/editldap.[ch]
760         * src/editldap_basedn.[ch]
761         * src/addritem.[ch]
762         * src/ldapquery.h
763                 re-implemented dynamic LDAP search. works without
764                 slowdown on display sender with addressbook
765                 option.
766         * src/addrbook.c
767                 documented code.
768
769 2003-06-19 [paul]       0.9.0claws49
770
771         * src/compose.c
772                 fix Bug #136 'Nonprovided quotation marks crash claws'
773                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
774
775 2003-06-19 [alfons]     0.9.0claws48
776
777         * src/prefs_common.[ch]
778         * src/procmsg.c
779                 restrict threading by subject by checking thread for
780                 age (prefs_common.thread_by_subject_max_age)
781
782 2003-06-18 [christoph]  0.9.0claws47
783
784         * src/imap.c
785                 fix memory leak in imap_cmd_fetch()
786
787 2003-06-18 [christoph]  0.9.0claws46
788
789         * src/prefs_gtk.c
790                 fix memory leak in prefs_set_default() when used multiple
791                 times or after prefs have been read
792
793 2003-06-18 [christoph]  0.9.0claws45
794
795         * src/common/plugin.c
796                 fix memory leak in plugin_unload()
797
798 2003-06-18 [christoph]  0.9.0claws44
799
800         * src/imap.c
801                 fix memory leak in imap_cmd_ok()
802
803 2003-06-18 [christoph]  0.9.0claws43
804
805         * src/folder.c
806                 stop messages that are downloaded from POP3 and added to
807                 an IMAP inbox from being filtered twice (first by POP3
808                 and again when IMAP folder is scaned to get the UID of
809                 the APPEND operation when no UIDPLUS is available)
810
811 2003-06-18 [alfons]
812
813         * tools/Makefile.am
814                 phoenix <- firebird     
815
816 2003-06-18 [paul]
817
818         * tools/launch_phoenix          ** REMOVED **
819           tools/launch_firebird         ** NEW **
820                 renamed and edited to reflect the browser's name change from
821                 'phoenix' to 'firebird'
822
823 2003-06-18 [paul]       0.9.0claws42
824
825         * sync with 0.9.2cvs2
826                 see ChangeLog 2003-06-16
827
828 2003-06-17 [alfons]     0.9.0claws41
829
830         * src/procmsg.c
831                 prevent threading problems when a node is an ancestor (parent / great parent),
832                 which mostly happens with circular references (thanks to Phillipe Gramoullé
833                 for finding an sample set of messages)
834
835 2003-06-16 [christoph]  0.9.0claws40
836
837         * src/main.c
838                 don't popup main window on --receive or --receive-all
839
840         * src/mainwindow.[ch]
841         * src/plugins/trayicon/trayicon.c
842                 allow hiding of main window by clicking on the trayicon
843                 (doesn't work correctly in seperate window mode and may
844                  cause unexpected GTK problems I couldn't find yet)
845
846         * src/common/ssl.c
847                 remove incorrect warning
848
849 2003-06-15 [alfons]     0.9.0claws39
850
851         * src/gtk/gtkstext.c
852                 don't output debug text;
853                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
854                 for pointing this out);
855
856 2003-06-14 [alfons]     0.9.0claws38
857         
858         * src/messageview.c
859                 remove printf() and make one if..else comply with coding style
860
861 2003-06-14 [alfons]     0.9.0claws37
862
863         * AUTHORS
864                 add Martin Wicke
865         * src/action.c
866         * src/messageview.[ch]
867         * src/summaryview.c
868                 apply patch #754162 "Quoting messages filtered by actions" submitted
869                 by Martin Wicke, which allows quoting message body changed by an
870                 action (Thanks!).
871
872 2003-06-13 [alfons]     0.9.0claws36
873
874         * src/utils.c
875                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
876                 use case insensitive regexp (suggested by Ivan Martinez)
877
878 2003-06-13 [christoph]  0.9.0claws35
879
880         * configure.ac
881         * src/plugins/trayicon/Makefile.am
882         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
883         * src/plugins/trayicon/trayicon.c
884         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
885         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
886         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
887         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
888         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
889         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
890                 replace my own EggTrayIcon backport with the backport
891                 used by (l|x)mule and gabber.
892
893 2003-06-13 [alfons]     0.9.0claws34
894
895         * AUTHORS
896         * src/common/utils.c
897                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
898
899 2003-06-13 [alfons]     0.9.0claws33
900
901         * src/compose.c
902                 clean up a little bit
903
904 2003-06-12 [alfons]     0.9.0claws32
905
906         * src/compose.c
907                 const correctness fix
908
909         * src/common/sylpheed.[ch]
910                 () -> (void)
911                 prevent redef MIN/MAX
912                 
913         * src/common/utils.[ch]
914                 () -> (void)
915
916 2003-06-12 [melvin]     0.9.0claws31
917
918         * src/compose.c
919                 Updated to take into accounts changes in GtkAspell.
920
921 2003-06-12 [alfons]     0.9.0claws30
922
923         * src/compose.c
924         * src/procmsg.c
925         * src/common/utils.[ch]
926                 handle reply subject prefixes better (initial 
927                 suggestion by Robert Story adapted and enhanced 
928                 using regexps)
929
930 2003-06-12 [melvin]     0.9.0claws29
931
932         * src/compose.c
933                 Use new gtkaspell_checkers_strerror() to get the speller's
934                 error message instead of accessing the (now private)
935                 checkers structure.
936                 Minor code clean up
937
938         * src/main.c
939                 Use #ifdef instead of #if for USE_ASPELL
940                 Use the new spell checkers init/quit functions 
941
942         * src/gtk/gtkaspell.c
943                 Use #ifdef instead of #if for USE_ASPELL
944                 Moved in the majority of GtkAspell structures that were
945                 exported before by gtkaspell.h
946         
947         * src/gtk/gktaspell.h
948                 Made gtkaspell.h contain only the necessary data to be
949                 publicized by moving many structures to gtkaspell.c.
950                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
951                 gtkaspell_checkers_new(): replaced by...
952                 gtkaspell_checkers_init(): new function for initialization
953                 gtkaspell_checkers_delete(): replaced by...
954                 gtkaspell_checkers_quit(): new function
955                 gtkaspell_checkers_strerror(): new function that returns
956                 the checker's last error message.
957                 
958 2003-06-11 [melvin]     0.9.0claws28
959
960         * po/POTFILES.in
961                 Updated to take into account gtkaspell.c migration to
962                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
963
964 2003-06-10 [alfons]     0.9.0claws27
965
966         * src/filtering.[ch]
967         * src/folder.c
968         * src/matcher.c
969         * src/scoring.[ch]
970                 - try fixing bug #18 (any brave testers?)
971                 - add more robustness by refusing previously 
972                   unchecked NULL pointers 
973
974 2003-06-10 [alfons]     0.9.0claws26
975
976         * src/procmsg.c
977                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
978
979 2003-06-09 [alfons]     0.9.0claws25
980
981         * src/prefs_common.c
982                 fix bug #163 "Icon switching doesnt work properly" by 
983                 preventing early freeing of prefs_common.pixmap_theme_path.
984
985 2003-06-09 [christoph]  0.9.0claws24
986
987         * src/gtk/gtkaspell.c
988                 revert Thorsten's fix and add forgotten g_strdup for
989                 aspell path (it should not be possible to alter the path a
990                 GtkASpell uses from outside)
991
992 2003-06-09 [thorsten]   0.9.0claws23
993
994         * src/gtk/gtkaspell.c
995                 dont free prefs_common.aspell_path when closing compose
996
997 2003-06-08 [colin]      0.9.0claws22
998
999         * src/plugins/spamassassin/spamassassin.c
1000                 fix prefs types
1001
1002 2003-06-07 [christoph]  0.9.0claws21
1003
1004         * src/Makefile.am
1005         * src/compose.c
1006         * src/gtkaspell.[ch]            ** REMOVE **
1007         * src/gtk/Makefile.am
1008         * src/gtk/gtkaspell.[ch]        ** NEW **
1009                 o make gtkaspell independent from sylpheed's prefs
1010                 o move gtkaspell.[ch] to gtk directory
1011
1012 2003-06-07 [christoph]  0.9.0claws20
1013
1014         * src/Makefile.am
1015         * src/crash.c
1016         * src/export.c
1017         * src/filesel.[ch]              ** REMOVE **
1018         * src/folder.c
1019         * src/main.[ch]
1020         * src/common/sylpheed.[ch]
1021         * src/gtk/Makefile.am
1022         * src/gtk/filesel.[ch]          ** NEW **
1023         * src/gtk/pluginwindow.c
1024         * src/gtk/sslcertwindow.c
1025                 move filesel.[ch] to gtk directory
1026
1027 2003-06-07 [alfons]     0.9.0claws19
1028
1029         * src/filesel.c
1030                 make (multi) file selection dialog work again (Claws-only)
1031
1032 2003-06-07 [thorsten]   0.9.0claws18
1033
1034         * po/de.po
1035                 fix typos
1036
1037 2003-06-07 [alfons]     0.9.0claws17
1038
1039         * configure.ac
1040         * src/mimeview.c
1041                 detect apache mishap in which case don't include fnmatch.h
1042                 if regex.h is already included
1043
1044 2003-06-06 [christoph]  0.9.0claws16
1045
1046         * configure.ac
1047         * src/mimeview.h
1048                 add check for fnmatch.h and include it when available
1049
1050         * src/mimeview.[ch]
1051                 fix wrong case sensitivity of Content-Types
1052
1053         * src/gtk/Makefile.am
1054                 need the same include paths in gtk directory as in
1055                 common directory because .h files in common can
1056                 include files from these directories, when included
1057                 in gtk's .h or .c files
1058
1059 2003-06-06 [alfons]     0.9.0claws15
1060
1061         * src/mimeview.c
1062         * src/summaryview.c
1063                 make it compile again because of regex.h / fnmatch.h 
1064                 include problems (related to recent mime stuff, can
1065                 someone check this?)
1066
1067 2003-06-06 [thorsten]   0.9.0claws14
1068
1069         * src/folderview.c
1070                 possible use of uninitialized pointer while dragging
1071
1072 2003-06-06 [paul]       0.9.0claws13
1073
1074         * src/compose.c
1075                 fix bug where the insert sig button would be effective
1076                 only when auto_sig was set
1077
1078 2003-06-06 [paul]       0.9.0claws12
1079
1080         * sync with 0.9.2 release
1081
1082 2003-06-02 [paul]       0.9.0claws11
1083
1084         * sync with 0.9.1cvs1
1085                 see ChangeLog 2003-06-02
1086                 
1087         * po/de.po
1088                 update by Jens
1089
1090 2003-06-01 [christoph]  0.9.0claws10
1091
1092         * src/account.c
1093                 don't use substring search to find accounts by email address
1094
1095         (closes Bug 169 Overly loose matching of "From" address)
1096
1097 2003-05-31 [christoph]  0.9.0claws9
1098
1099         * doc-src/rfc2683.txt
1100         * src/imap.c
1101                 limit IMAP command length as recommended in RFC2683
1102                 (message number lists will be split into multiple imap
1103                 sets, the limit of 1000 octets is not a hard limit)
1104
1105         (closes Bug 161 sylpheed-claws exits with segfault when logging
1106          in to certain imap-servers)
1107
1108 2003-05-29 [alfons]     0.9.0claws8
1109
1110         * src/toolbar.[ch]
1111                 add print button (calling summary_print());
1112                 fine tune setting tooltip text;
1113                 (if someone needs other buttons, please take these 
1114                 commits as a guide, instead of bothering us - also
1115                 see 0.8.11claws150) 
1116
1117 2003-05-29 [darko]      0.9.0claws7
1118
1119         * src/compose.c
1120                 fix crash when word wrapping kicks in due to
1121                 changed text by spell checker
1122
1123 2003-05-29 [paul]       0.9.0claws6
1124
1125         * src/compose.c
1126                 fix bug where changing account would insert
1127                 sig even if auto_sig was FALSE
1128                 
1129         * ChangeLog
1130           ChangeLog.jp
1131           INSTALL
1132                 sync with 0.9.1 release
1133
1134 2003-05-28 [christoph]  0.9.0claws5
1135
1136         * src/imap.c
1137                 fix truncation of too long commands
1138
1139         (closes Bug 167 IMAP hangs trying to get envelope
1140          information in imap_get_uncached_messages)
1141
1142 2003-05-27 [paul]       0.9.0claws4
1143
1144         * tools/Makefile.am
1145           tools/maildir2sylpheed.pl     ** NEW FILE **
1146                 add kmail to sylpheed mailbox conversion script
1147
1148 2003-05-27 [paul]       0.9.0claws3
1149
1150         * sync with 0.9.0cvs10
1151                 see ChangeLog 2003-05-26
1152
1153 2003-05-26 [paul]       0.9.0claws2
1154
1155         * sync with 0.9.0cvs9
1156                 see ChangeLog 2003-05-26
1157
1158 2003-05-24 [paul]       0.9.0claws1
1159
1160         * sync with 0.9.0cvs8
1161                 see ChangeLog 2003-05-23
1162
1163 2003-05-24 [paul]       0.9.0claws
1164
1165         * version 0.9.0claws released
1166
1167 2003-05-24 [paul]       0.8.11claws177
1168
1169         * src/plugins/dillo-viewer/Makefile.am
1170           src/plugins/traycon/Makefile.am
1171                 add missing files
1172                 
1173         * po/bg.po
1174           po/en_GB.po
1175           po/es.po
1176           po/it.po
1177           po/pt_BR.po
1178           po/ru.po
1179           po/sr.po
1180                 update Bulgarian, British English, Spanish, Italian, 
1181                 Brazilian Portuguese, Russian, and Serbian translations, 
1182                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1183                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1184                 Ruslan N. Balkin, and Urke MMI
1185
1186 2003-05-23 [melvin]     0.8.11claws176
1187
1188         * po/fr.po
1189                 Updated French translations
1190
1191 2003-05-22 [paul]       0.8.11claws175
1192
1193         * src/Makefile.am
1194           src/addrbook.[ch]
1195           src/addrcache.[ch]
1196           src/addr_compl.[ch]
1197           src/adressbook.[ch]
1198           src/addrindex.[ch]
1199           src/addritem.[ch]
1200           src/editaddress.c
1201           src/editgroup.c
1202           src/editldap_basedn.c
1203           src/editldap.c
1204           src/jpilot.c
1205           src/vcard.c
1206                 revert to get ldap into it previous working state
1207                 
1208         * po/zh_TW.Big5.po
1209                 new Taiwanese translation,
1210                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1211
1212 2003-05-22 [christoph]  0.8.11claws174
1213
1214         * src/plugins/spamassassin/libspamc.[ch]
1215                 sync libspamc with SpamAssaain release 2.55
1216
1217 2003-05-22 [paul]       0.8.11claws173
1218
1219         * sync with 0.9.0cvs7
1220                 see ChangeLog 2003-05-22
1221                 
1222         * src/summaryview.c
1223                 revert change in 0.8.11claws172: follow
1224                 Hiroyuki's decision and that's the end of it.
1225
1226 2003-05-21 [paul]       0.8.11claws172
1227
1228         * src/summaryview.c
1229                 fix discrepency between open_unread_on_enter
1230                 and always_show_msg
1231
1232 2003-05-21 [paul]       0.8.11claws171
1233
1234         * sync with 0.9.0cvs6
1235                 see ChangeLog 2003-05-21
1236
1237 2003-05-21 [paul]       0.8.11claws170
1238
1239         * sync with 0.9.0cvs5
1240                 see ChangeLog 2003-05-21
1241
1242 2003-05-20 [paul]       0.8.11claws169
1243
1244         * sync with 0.9.0cvs4
1245                 see ChangeLog 2003-05-20
1246                 fixes bug #152, 'encoding of IMAP folders names'
1247
1248 2003-05-20 [paul]       0.8.11claws168
1249
1250         * sync with 0.9.0cvs3
1251                 see ChangeLog 2003-05-20
1252                 
1253         * src/tools/convert_mbox.pl
1254                 minor change in the comments, submitted by Fred Marton
1255
1256 2003-05-19 [paul]       0.8.11claws167
1257
1258         * src/plugins/clamav/Makefile.am
1259           configure.ac
1260                 link clamav_lib to the plugin and not to the main program
1261
1262 2003-05-19 [christoph]
1263
1264         * src/Makefile.am
1265                 add -export-dynamic for linking
1266
1267 2003-05-19 [paul]       0.8.11claws166
1268
1269         * sync with 0.9.0cvs1
1270                 see ChangeLog 2003-05-19
1271
1272 2003-05-19 [paul]       0.8.11claws165
1273
1274         * src/inc.c
1275                 fix 'pop before smtp' timeout
1276
1277 2003-05-18 [alfons]     0.8.11claws164
1278
1279         * src/prefs_matcher.c
1280                 put "execute" action command line ("expression") in edit box
1281
1282 2003-05-18 [christoph]  0.8.11claws163
1283
1284         * src/mimeview.[ch]
1285         * src/plugins/dillo_viewer/dillo_viewer.c
1286         * src/plugins/image_viewer/viewer.c
1287         * src/plugins/mathml_viewer/mathml_viewer.c
1288                 let a viewer have a list of Content-Types
1289
1290 2003-05-18 [paul]       0.8.11claws162
1291
1292         * src/prefs_filtering.c
1293                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1294                 and REDIRECT actions
1295
1296 2003-05-17 [christoph]
1297
1298         * README.claws
1299                 o remove dynamic signatures that was syned with main
1300                 o add infos about no longer "build in" image viewer
1301                 o update bugtracker URL
1302
1303 2003-05-17 [christoph]  0.8.11claws161
1304
1305         * src/folder.c
1306         * src/folderview.c
1307         * src/imap.c
1308                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1309                 for every folder after rebuilding the folder tree.
1310
1311         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1312          messages)
1313
1314 2003-05-17 [christoph]  0.8.11claws160
1315
1316         * src/imap.c
1317                 don't use STATUS command on current folder to check for
1318                 content changes. imap_cmd_ok() now tracks changes to
1319                 folder and number of existing messages.
1320
1321 2003-05-17 [paul]       0.8.11claws159
1322
1323         * src/plugins/clamav/clamav_plugin.c
1324                 remove unnecessary debug_print
1325
1326 2003-05-16 [thorsten]   0.8.11claws158
1327
1328         * src/plugins/demo.c
1329                 included missing intl.h
1330
1331 2003-05-16 [paul]       0.8.11claws157
1332
1333         * po/POTFILES.in
1334                 remove non-existant entries
1335         
1336         * src/plugins/clamav/clamav_plugin.c
1337           src/plugins/clamav/clamav_plugin_gtk.c
1338           src/plugins/dillo_viewer/dillo_prefs.c
1339           src/plugins/dillo_viewer/dillo_viewer.c
1340                 gettextise
1341
1342 2003-05-16 [christoph]  0.8.11claws156
1343
1344         * po/POTFILES.in
1345                 include plugin .c files for translation until I
1346                 find a better solution to have plugins have their
1347                 own textdomain
1348         * src/plugins/demo/demo.c
1349         * src/plugins/image_viewer/plugin.c
1350         * src/plugins/mathml_viewer/mathml_viewer.c
1351         * src/plugins/spamassassin/spamassassin.c
1352         * src/plugins/spamassassin/spamassassin_gtk.c
1353         * src/plugins/trayicon/trayicon.c
1354                 add gettext macros for plugin name and description
1355
1356 2003-05-16 [paul]
1357
1358         * sync with 0.9.0
1359
1360 2003-05-16 [paul]       0.8.11claws155
1361
1362         * sync with lastest 0.9.0pre1
1363                 see ChangeLog 2003-05-16
1364
1365 2003-05-15 [paul]       0.8.11claws154
1366
1367         * sync with latest 0.9.0pre1
1368                 see ChangeLog 2003-05-14 and 2003-05-15
1369
1370 2003-05-14 [christoph]  0.8.11claws153
1371
1372         * src/plugins/image_viewer/viewer.c
1373         * src/plugins/image_viewer/viewer.glade         ** NEW **
1374         * src/plugins/image_viewer/viewerprefs.c
1375                 make it possible to disable the autoload function in the
1376                 imageviewer again
1377
1378 2003-05-14 [christoph]  0.8.11claws152
1379
1380         * src/folder.c
1381                 fix folder update after adding a message
1382
1383 2003-05-13 [alfons]     0.8.11claws151
1384
1385         * src/common/session.c
1386                 remove debug traces
1387                 
1388         * src/addrcache.[ch]
1389         * src/filtering.[ch]
1390         * src/folder.[c]
1391         * src/gtkaspell.[ch]
1392         * src/imap.[ch]
1393         * src/mbox_folder.[ch]
1394         * src/mh.[ch]
1395         * src/mimeview.h
1396         * src/msgcache.[ch]
1397         * src/news.[ch]
1398         * src/passphrase.[ch]
1399         * src/prefs_common.[ch]
1400         * src/prefs_gtk.[ch]
1401         * src/procmsg.c
1402         * src/scoring.[ch]
1403                 be pedantic; (in prototypes () implies (int))
1404
1405 2003-05-13 [alfons]     0.8.11claws150
1406
1407         * src/prefs_toolbar.[ch]
1408         * src/summaryview.[ch]
1409         * src/toolbar.[ch]
1410                 change misleading text in toolbar prefs;
1411                 add toolbar action for ignore thread (toggles ignore thread flag);
1412                 clean up a little bit;
1413
1414 2003-05-12 [paul]
1415
1416         * tools/convert_mbox.pl
1417                 bug fixed by Fred Marton
1418
1419 2003-05-12 [paul]
1420
1421         * sync with 0.9.0pre1
1422
1423 2003-05-09 [paul]       0.8.11claws149
1424
1425         * sync with 0.8.11cvs43
1426                 see ChangeLog 2003-05-09
1427
1428 2003-05-08 [christoph]  0.8.11claws148
1429
1430         * src/imap.[ch]
1431                 o use CAPABILIY as first command and check for PREAUTH
1432                   information in the response to it
1433                 o rewrite all imap_cmd_* functions to use an IMAPSession
1434                   instead of a SockInfo as parameter
1435                 o do STARTTLS after fetching and checking the server
1436                   capabilities
1437
1438 2003-05-08 [paul]       0.8.11claws147
1439
1440         * tools/Makefile.am
1441           tools/README
1442           tools/convert_mbox.pl         ** NEW FILE **
1443                 add mbox conversion script. Submitted by 
1444                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1445
1446 2003-05-07 [christoph]
1447
1448         * doc-src/glade.txt
1449         * src/gtk/pluginwindow.glade
1450         * src/plugins/image_viewer/viewerprefs.glade
1451         * src/plugins/spamassassin/spamassassin_gtk.glade
1452                 add glade files for user interfaces and a description how
1453                 to use glade to create the sylpheed code
1454
1455 2003-05-07 [paul]       0.8.11claws146
1456
1457         * sync with 0.8.11cvs41
1458                 see ChangeLog 2003-05-07
1459
1460 2003-05-06 [christoph]  0.8.11claws145
1461
1462         * src/main.c
1463         * src/plugins/image_viewer/viewer.c
1464                 fix usage of imlib in imageviewer plugin
1465
1466         * src/gtk/prefswindow.c
1467                 handle window close event correctly
1468
1469 2003-05-06 [paul]       0.8.11claws144
1470
1471         * src/common/ssl.c
1472                 fix typo introduced in sync
1473
1474 2003-05-06 [paul]       0.8.11claws143
1475
1476         * sync with 0.8.11cvs39
1477                 see ChangeLog 2003-05-06
1478
1479 2003-05-06 [paul]       0.8.11claws142
1480
1481         * AUTHORS
1482           po/cs.po
1483                 updated Czech translation, submitted by 
1484                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1485                 
1486         * src/plugins/clamav/clamav_plugin_gtk.c
1487                 clean up
1488
1489 2003-05-03 [alfons]     0.8.11claws141
1490
1491         * src/compose.[ch]
1492                 make paste as quotation work even when the call to 
1493                 text_inserted() was deferred (fixes bug #140 "Paste 
1494                 as quotation does not work when using "external" 
1495                 clipboard")
1496
1497 2003-05-03 [thorsten]   0.8.11claws140
1498
1499         * src/addrquery.h
1500           src/ldapquery.h
1501           src/mainwindow.c
1502                 removed C++ comments
1503         * src/addr_compl.c
1504                 function with non-int retval/param used before
1505                 implementation/declaration
1506
1507 2003-05-02 [paul]       0.8.11claws139
1508
1509         * src/addr_compl.[ch]
1510           src/addressbook.[ch]
1511           src/addrindex.c
1512           src/summaryview.c
1513                 revert match's changes to (finally) remove the bug where
1514                 opening a folder causes massive slowdown when using the 
1515                 'Display sender using address book' option
1516
1517 2003-05-01 [melvin]     0.8.11claws138
1518
1519         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1520         * src/plugins/dillo_viewer/dillo_viewer.c
1521                 Fixed bug where "Cancel" button from prefs issued
1522                 warnings.
1523                 Comply a little more to coding style
1524
1525 2003-05-01 [paul]       0.8.11claws137
1526
1527         * sync with 0.8.11cvs38
1528                 see ChangeLog 2003-05-01
1529
1530 2003-05-01 [paul]       0.8.11claws136
1531
1532         * po/bg.po
1533                 updated by George Danchev
1534
1535 2003-04-30 [christoph]  0.8.11claws135
1536
1537         * src/plugins/dillo_viewer/dillo_prefs.c
1538         * src/plugins/image_viewer/viewerprefs.c
1539         * src/plugins/spamassassin/spamassassin_gtk.c
1540                 remove gtk_widget_ref() calls for widgets in
1541                 glade code
1542
1543 2003-04-30 [paul]       0.8.11claws134
1544
1545         * src/addrindex.c
1546                 ok, this time a better fix for the bug where opening folder
1547                 has massive slowdown when using the 'Display sender using 
1548                 address book' option
1549
1550 2003-04-30 [paul]       0.8.11claws133
1551
1552         * src/addrindex.c
1553                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1554         
1555 2003-04-30 [melvin]     0.8.11claws132
1556
1557         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1558
1559         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1560                 Preferences for the dillo plugin
1561         * src/plugins/dillo_viewer/dillo_viewer.c
1562                 Support for preferences
1563         * src/plugins/dillo_viewer/Makefile.am
1564                 Added dillo_prefs.[ch]
1565
1566 2003-04-30 [alfons]     0.8.11claws131
1567
1568         * src/common/plugin.[ch]
1569                 see? this ANSI C'fication immediately gives us type
1570                 checking for free.
1571
1572 2003-04-30 [alfons]     0.8.11claws130
1573
1574         * src/common/plugin.[ch]
1575         * src/plugins/clamav/clamav_plugin.[ch]
1576         * src/plugins/clamav/clamav_plugin_gtk.c
1577         * src/plugins/demo/demo.c
1578         * src/plugins/dillo_viewer/dillo_viewer.c
1579         * src/plugins/image_viewer/plugin.c
1580         * src/plugins/image_viewer/viewer.[ch]
1581         * src/plugins/image_viewer/viewerprefs.[ch]
1582         * src/plugins/mathml_viewer/mathml_viewer.c
1583         * src/plugins/spamassassin/spamassassin.[ch]
1584         * src/plugins/spamassassin/spamassassin_gtk.c
1585         * src/plugins/trayicon/trayicon.c
1586                 clean up
1587
1588 2003-04-30 [alfons]     0.8.11claws129
1589
1590         * src/common/utils.c
1591                 make is_ascii_str() fail gracefully when NULL pointer
1592                 is passed
1593
1594 2003-04-30 [paul]       0.8.11claws128
1595
1596         * src/addrindex.c
1597                 fix bug where opening folder has massive slowdown when
1598                 using the 'Display sender using address book' option
1599
1600 2003-04-30 [paul]       0.8.11claws127
1601
1602         * src/plugins/clamav/clamav_plugin.c
1603           src/plugins/clamav/clamav_plugin_gtk.c
1604           src/plugins/demo/demo.c
1605           src/plugins/dillo_viewer/dillo_viewer.c
1606           src/plugins/image_viewer/plugin.c
1607           src/plugins/mathml_viewer/mathml_viewer.c
1608           src/plugins/spamassassin/spamassassin.c
1609           src/plugins/spamassassin/spamassassin_gtk.c
1610           src/plugins/trayicon/trayicon.c
1611                 get rid of eye-hurting function signatures
1612
1613 2003-04-30 [paul]       0.8.11claws126
1614
1615         * src/plugins/trayicon/trayicon.c
1616                 add description
1617                 
1618         * src/mimeview.c
1619                 be more descriptive
1620
1621 2003-04-30 [paul]       0.8.11claws125
1622
1623         * configure.ac
1624                 arrange the plugins in reverse alphabetical order
1625                 
1626         * src/plugins/clamav/clamav_plugin.[ch]
1627           src/plugins/clamav/clamav_plugin_gtk.c
1628                 rename some params
1629                 resize max_size window
1630                 re-arrange the order of some gui elements
1631                 improve descriptions
1632         
1633         * src/plugins/image_viewer/plugin.c
1634           src/plugins/mathml_viewer/mathml_viewer.c
1635                 add descriptions
1636                 
1637         * src/plugins/spamassassin/spamassassin_gtk.c
1638                 resize max_size window
1639                 re-arrange the order of some gui elements
1640                 
1641         * src/messageview.c
1642           src/mimeview.c
1643                 correct typos
1644
1645 2003-04-30 [alfons]     0.8.11claws124
1646
1647         * src/imap.c
1648                 fix a leak found while browsing Martin Kluge's 
1649                 valgrind log (Claws only)
1650
1651 2003-04-29 [darko]      0.8.11claws123
1652
1653         * src/gtk/gtkstext.h
1654                 include wchar.h if it is available, fixes compilation
1655                 on HP-UX systems
1656
1657 2003-04-29 [melvin]     0.8.11claws122
1658
1659         * src/prefs_actions.c
1660                 Improved help text of Actions' syntax
1661
1662 2003-04-28 [paul]       0.8.11claws121
1663
1664         * src/action.c
1665                 a better fix for the crash when performing an action
1666                 on a mime part
1667
1668 2003-04-28 [paul]       0.8.11claws120
1669
1670         * src/action.c
1671                 fix crash when performing an action on a
1672                 mime part
1673
1674 2003-04-28 [paul]       0.8.11claws119
1675
1676         * sync with 0.8.11cvs36
1677                 see ChangeLog 2003-04-28
1678
1679 2003-04-27 [paul]       0.8.11claws118
1680
1681         * more sync with 0.8.11cvs35
1682                 see ChangeLog 2003-04-25
1683
1684 2003-04-26 [christoph]  0.8.11claws117
1685
1686         * src/folder.c
1687                 fix remove virtual check
1688
1689 2003-04-26 [paul]       0.8.11claws116
1690
1691         * src/messageview.c
1692                 fix return-receipt, make it work again
1693
1694 2003-04-26 [paul]       0.8.11claws115
1695
1696         * src/mimeview.c
1697                 restore double-clicking of the [application/pgp-signature 
1698                 (Select "Check signature" to check)] line in the message view,
1699                 broken in recent sync
1700
1701 2003-04-26 [christoph]  0.8.11claws114
1702
1703         * src/folder.c
1704                 check if remove virtual really exists before
1705                 calling the function
1706
1707 2003-04-25 [match]      0.8.11claws113
1708
1709         * src/addrindex.c
1710         * src/addrbook.c
1711         * src/ldapquery.[ch]
1712         * src/ldapctrl.[ch]
1713                 fix memleak.
1714         * src/ldapserver.[ch]
1715                 fix memleak. fix segfault.
1716                 plug a Claws memleak
1717
1718 2003-04-25 [alfons]     0.8.11claws112
1719
1720         * src/folder.c
1721                 plug a Claws memleak
1722
1723 2003-04-25 [alfons]     0.8.11claws111
1724
1725         * src/common/session.c
1726                 plug a memleak
1727
1728 2003-04-25 [paul]       0.8.11claws110
1729
1730         * sync with 0.8.11cvs35
1731                 see ChangeLog 2003-04-24 and 2003-04-25
1732                 
1733         * src/gtk/pluginwindow.c
1734                 correct another strange float value
1735
1736 2003-04-24 [christoph]  0.8.11claws109
1737
1738         * src/folder.c
1739                 freeze folder item updates when unsetting new flags
1740
1741         * src/gtk/pluginwindow.c
1742                 correct strange float value
1743
1744 2003-04-23 [paul]       0.8.11claws108
1745
1746         * sync with 0.8.11cvs33
1747                 see ChangeLog 2003-04-23
1748
1749 2003-04-22 [paul]       0.8.11claws107
1750
1751         * src/Makefile.am
1752           src/messageview.c
1753           src/mimeview.c
1754           src/pgptext.[ch]      ** REMOVED **
1755                 remove pgptext.[ch] as its not used any more
1756
1757 2003-04-22 [paul]       0.8.11claws106
1758
1759         * sync with 0.8.11cvs31
1760                 see ChangeLog 2003-04-21 and 2003-04-22
1761
1762 2003-04-21 [alfons]     0.8.11claws105
1763
1764         * src/main.c
1765                 No access to GTK structures if we're a spawned child
1766                 (and clean up code a little bit...) Should fix #126.
1767
1768 2003-04-21 [melvin]     0.8.11claws104
1769
1770         * src/plugins/dillo_viewer/README
1771                 Improved slightly the text.
1772
1773 2003-04-21 [melvin]     0.8.11claws103
1774
1775         * src/plugins/dillo_viewer/README *** NEW ***
1776                 Added a README file for the Dillo plugin
1777
1778 2003-04-20 [paul]
1779
1780         * tools/README
1781           tools/outlook2sylpheed.pl
1782                 updated and improved by Ricardo Mones Lastra
1783
1784 2003-04-18 [oliver]     0.8.11claws102
1785
1786         * src/inc.c 
1787         * src/prefs_account.h
1788                 remove Pop3SessionType (used by selective download)
1789         * src/prefs_toolbar.c
1790                 enable set Default Toolbar button
1791
1792 2003-04-18 [paul]       0.8.11claws101
1793
1794         * sync with 0.8.11cvs29
1795                 see ChangeLog 2003-04-18
1796
1797 2003-04-17 [paul]       0.8.11claws100
1798
1799         * src/prefs_common.[ch]
1800           src/summaryview.c
1801                 remove 'Open next message on deletion' option,
1802                 as the same effect can now be achieved via the
1803                 'Always open messages in summary when selected'
1804                 option.
1805
1806 2003-04-17 [paul]       0.8.11claws99
1807
1808         * sync with 0.8.11cvs28
1809                 see ChangeLog 2003-04-17
1810
1811 2003-04-17 [christoph]  0.8.11claws98
1812
1813         * ac/spamassassin.m4
1814         * src/plugins/spamassassin/libspamc.[ch]
1815         * src/plugins/spamassassin/utils.[ch]
1816                 sync libspamc with SpamAssassin project
1817
1818 2003-04-17 [christoph]  0.8.11claws97
1819
1820         * src/common/socket.h
1821         * src/gtk/sslcertwindow.h
1822                 rename old USE_SSL to USE_OPENSSL
1823
1824 2003-04-17 [paul]       0.8.11claws96
1825
1826         * src/prefs_common.h
1827                 use gulong for P_COLOR so that it compiles/runs on
1828                 64-bit systems. Patch submitted by James Noyes
1829                 <jnoyes-claws@retrogeeks.com>
1830                 
1831         * po/de.po
1832                 updated by Jens
1833
1834 2003-04-17 [paul]       0.8.11claws95
1835
1836         * sync with 0.8.11cvs27
1837                 see ChangeLog 2003-04-16
1838
1839 2003-04-15 [paul]       0.8.11claws94
1840
1841         * src/prefs_common.[ch]
1842                 rearrange to stop the window getting too long:
1843                         move Receive dialog stuff to Receive tab
1844                         move Send dialog to Send tab
1845                         remove Dialogs frame
1846                 rename 'Open messages in summary with cursor keys' to
1847                 'Always open messages in summary when selected', as its
1848                 more appropriate
1849
1850 2003-04-15 [paul]       0.8.11claws93
1851
1852         * src/prefs_common.[ch]
1853           src/summaryview.c
1854                 add new option '/Interface/Open next message on deletion'
1855
1856 2003-04-15 [paul]       0.8.11claws92
1857
1858         * src/summaryview.[ch]
1859                 add /Mark/Lock and /Mark/Unlock to the pop-up
1860                 menu. Patch submitted by Ivan Francolin Martinez
1861                 <ivanfm@users.sourceforge.net>
1862
1863 2003-04-15 [paul]       0.8.11claws91
1864
1865         * sync with 0.8.11cvs24
1866                 see ChangeLog 2003-04-15
1867
1868 2003-04-14 [jens]       0.8.11claws90
1869
1870         * updated German translation and some corrections from
1871                 Roland Bless <bless@tm.uka.de>
1872
1873 2003-04-14 [paul]       0.8.11claws89
1874
1875         * sync with 0.8.11cvs22
1876                 see ChangeLog 2003-04-14
1877
1878 2003-04-13 [paul]       0.8.11claws88
1879
1880         * src/plugins/clamav/clamav_plugin.c
1881                 fix memory leaks
1882                 clean up
1883
1884 2003-04-12 [paul]       0.8.11claws87
1885
1886         * src/plugins/clamav/clamav_plugin.c
1887                 activate enable/disable archive scanning option
1888                 
1889         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1890
1891 2003-04-12 [paul]       0.8.11claws86
1892
1893         * src/plugins/Makefile.am
1894           src/plugins/clamav/Makefile.am                ** NEW FILE **
1895           src/plugins/clamav/README                     ** NEW FILE ** 
1896           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1897           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1898                 add Clam AntiVirus plugin
1899
1900 2003-04-12 [paul]       0.8.11claws85
1901
1902         * sync with 0.8.11cvs21
1903                 see ChangeLog 2003-04-11
1904
1905 2003-04-11 [paul]       0.8.11claws84
1906
1907         * po/es.po
1908                 update Spanish translation. Submitted by Ricardo
1909                 Mones Lastra.
1910
1911 2003-04-10 [christoph]  0.8.11claws83
1912
1913         * src/mbox.c
1914                 fix typo that did not move unfiltered mails to destination
1915                 folder
1916
1917         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1918          when filtering from spool)
1919
1920 2003-04-10 [christoph]  0.8.11claws82
1921
1922         * src/imap.c
1923                 use BODY.PEEK instead of BODY in in message fetch operation
1924                 to make sure the IMAP server does not set the \Seen flag for
1925                 messages. Sylpheed does that later itself, when the message
1926                 is opened in sylpheed
1927
1928         (closes Bug 111 Claws destroys unread marks)
1929
1930 2003-04-09 [oliver]     0.8.11claws81
1931         
1932         * src/folder.c
1933                 fix crash in folder_destroy
1934         * README.claws
1935                 remove selective download
1936
1937 2003-04-09 [christoph]  0.8.11claws80
1938
1939         * src/imap.c
1940                 fix crash in imap_get_msginfo() when then fetched message
1941                 is not found
1942
1943         (closes Bug 110 Crash during mail composition)
1944
1945 2003-04-08 [christoph]  0.8.11claws79
1946
1947         * src/folder.c
1948         * src/prefs_account.c
1949                 Filter new messages that are found in an INBOX folder
1950                 when 'Filter messages on receiving' is enabled in the
1951                 Folder's AccountPrefs. This allows to use Sylpheed's
1952                 filtering engine for IMAP folders where messages are
1953                 added to the INBOX by a MTA
1954
1955 2003-04-08 [paul]       0.8.11claws78
1956
1957         * src/procmsg.h
1958                 clean up after last commit
1959
1960 2003-04-08 [paul]       0.8.11claws77
1961
1962         * sync with 0.8.11cvs20
1963                 see ChangeLog 2003-04-07 and 2003-04-08
1964
1965 2003-04-07 [christoph]  0.8.11claws76
1966
1967         * src/filtering.[ch]
1968         * src/inc.[ch]
1969         * src/mbox.c
1970         * src/procmsg.[ch]
1971                 add procmsg_msginfo_filter() to execute filtering actions
1972
1973 2003-04-06 [christoph]  0.8.11claws75
1974
1975         * src/imap.c
1976                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1977
1978 2003-04-06 [christoph]  0.8.11claws74
1979
1980         * src/common/utils.[ch]
1981                 add g_int_compare() function for slist sorting
1982
1983         * src/imap.c
1984                 fetch all MsgInfos with one command in imap_get_msginfos()
1985                 using an imap set with a list of ranges
1986
1987         * src/news.c
1988                 use new g_int_compare() function
1989
1990 2003-04-06 [thorsten]   0.8.11claws73
1991
1992         * src/mh.c
1993                 corrected implementation of mh_folder_destroy()
1994
1995 2003-04-05 [christoph]  0.8.11claws72
1996
1997         * src/account.c
1998         * src/folder.[ch]
1999         * src/folderview.c
2000         * src/imap.c
2001         * src/inc.c
2002         * src/main.c
2003         * src/mainwindow.c
2004         * src/mbox_folder.c
2005         * src/mh.c
2006         * src/mimeview.h
2007         * src/msgcache.[ch]
2008         * src/news.c
2009         * src/procmime.h
2010         * src/procmsg.[ch]
2011         * src/setup.c
2012         * src/gtk/gtkutils.c
2013                 o rename structure field names class and new to klass and
2014                   new_msgs, to allow including files in C++
2015                 o add 'extern "C"' block to some header files
2016                 o add MsgInfoList and MsgNumberList as alias for GSList for
2017                   developers to know what type of list is expected
2018
2019         * src/plugins/image_viewer/plugin.c
2020         * src/plugins/image_viewer/viewer.[ch]
2021         * src/plugins/image_viewer/viewerprefs.[ch]
2022                 rename function names to prevent conflicts
2023
2024 2003-04-05 [paul]       0.8.11claws71
2025
2026         * sync with 0.8.11cvs18
2027                 see ChangeLog 2003-04-03 and 2003-04-04
2028
2029 2003-04-02 [christoph]  0.8.11claws70
2030
2031         * src/folder.[ch]
2032         * src/imap.[ch]
2033         * src/mbox_folder.[ch]
2034         * src/mh.[ch]
2035         * src/news.[ch]
2036                 o Make all virtual folder functions private
2037                 o remove unused folder code
2038
2039         * src/common/socket.[ch]
2040         * src/summaryview.c
2041                 fix warnings
2042
2043 2003-03-30 [alfons]     0.8.11claws69
2044
2045         * src/send_message.c
2046                 remove two debug traces and see if people still report
2047                 errors
2048
2049 2003-03-30 [alfons]     0.8.11claws68
2050
2051         * src/send_message.c
2052         * src/commons/session.c
2053                 add more debug traces
2054
2055 2003-03-30 [christoph]  0.8.11claws67
2056
2057         * src/folder.c
2058                 change processing folder name from .processing to processing
2059
2060         * src/common/ssl.c
2061                 disable SSL certificate check because it causes Xlib error
2062                 when the child process want's to open an GTK window
2063
2064 2003-03-30 [christoph]  0.8.11claws66
2065
2066         * src/folder.c
2067                 don't use default folder for processing folder item because
2068                 it can be a non local folder
2069
2070         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2071
2072 2003-03-30 [alfons]     0.8.11claws65
2073
2074         * src/send_message.c
2075                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2076                 to generate bad code for 'send_send_data_progressive': When
2077                 called from 'send_send_data_finished', the 'data' pointer is
2078                 cleared just before the assignment to the dialog pointer
2079
2080 2003-03-29 [christoph]  0.8.11claws64
2081
2082         * src/common/prefs.h
2083         * src/plugins/image_viewer/Makefile.am
2084         * src/plugins/image_viewer/plugin.c
2085         * src/plugins/image_viewer/viewer.[ch]
2086         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2087                 add PrefsPage for ImageViewer
2088
2089 2003-03-28 [thorsten]   0.8.11claws63
2090
2091         * src/common/session.c
2092                 added some comments
2093
2094 2003-03-28 [paul]       0.8.11claws62
2095
2096         * sync with 0.8.11cvs16
2097                 see ChangeLog 2003-03-28
2098
2099 2003-03-28 [paul]       0.8.11claws61
2100
2101         * sync with 0.8.11cvs15
2102                 see ChangeLog 2003-03-28
2103
2104 2003-03-27 [christoph]  0.8.11claws60
2105
2106         * src/folder.c
2107         * src/imap.c
2108         * src/common/socket.[ch]
2109                 set socket state to DISCONNECTED when any operation
2110                 fails to allow reconnecting in IMAP code without
2111                 checking the return code of all calls to the command
2112                 functions
2113
2114         * src/folderview.c
2115         * src/summaryview.c
2116                 remove some more stuff that depends on specific
2117                 folder types
2118
2119 2003-03-27 [paul]       0.8.11claws59
2120
2121         * sync with 0.8.11cvs14
2122                 see ChangeLog 2003-03-27
2123                 
2124         * src/selective_download.[ch]   ** REMOVED **
2125                 really removed
2126
2127 2003-03-27 [christoph]  0.8.11claws58
2128
2129         * src/folder.c
2130                 fix handling of tmp_flags in flag copy function
2131
2132 2003-03-27 [paul]       0.8.11claws57
2133
2134         * sync with 0.8.11cvs13
2135                 see ChangeLog 2003-03-27
2136
2137 2003-03-27 [oliver]     0.8.11claws56
2138
2139         * src/maiwindow.c
2140                 remove sel_download_cb
2141
2142 2003-03-27 [oliver]     0.8.11claws55
2143         
2144         * src/inc.c
2145                 remove POP3_TOP
2146         
2147 2003-03-26 [oliver]     0.8.11claws54
2148
2149         *src/pop.h
2150                 remove POP3_TOP*
2151         * README.claws
2152                 remove selective donwload readme
2153
2154 2003-03-26 [oliver]     0.8.11claws53
2155         * src/matcher.[ch]
2156         * src/matcher_parser_parse.y 
2157         * src/pop.c 
2158         * src/prefs_account.[ch]
2159         * src/prefs_filtering.c
2160                 remove selective donwload
2161
2162 2003-03-26 [oliver]     0.8.11claws52
2163
2164         * src/inc.[ch] 
2165         * src/filtering.c 
2166         * src/mainwindow.c 
2167                 remove selective donwload
2168
2169 2003-03-26 [oliver]     0.8.11claws51
2170         
2171         * src/Makefile.am
2172         * src/selective_download.[ch]   ** REMOVE **    
2173
2174 2003-03-26 [christoph]  0.8.11claws50
2175
2176         * src/news.c
2177                 fix NEWS that got broken by a sync with sylpheed-main
2178
2179 2003-03-26 [christoph]  0.8.11claws49
2180
2181         * src/mimeview.c
2182                 fix mime type guessing when no mime type is found for a file
2183
2184 2003-03-25 [christoph]  0.8.11claws48
2185
2186         * src/mimeview.c
2187         * src/procmime.c
2188                 remove mime type guessing from mime parser and use
2189                 name based mime types in viewer lookup for mime type
2190                 application/octet-stream
2191
2192 2003-03-25 [christoph]  0.8.11claws47
2193
2194         * doc-src/readme.txt
2195         * doc-src/rfc2554.txt
2196                 add RFC about SMTP AUTH
2197
2198         * src/send_message.c
2199         * src/common/smtp.[ch]
2200                 add extra error code for authentication errors and
2201                 clear temporary password when this error occurs
2202
2203         (closes Bug 84 authentication failure while sending should
2204          prompt for password again)
2205
2206 2003-03-25 [christoph]  0.8.11claws46
2207
2208         * configure.ac
2209         * src/Makefile.am
2210         * src/imageview.[ch]                            ** REMOVE **
2211         * src/messageview.[ch]
2212         * src/mimeview.[ch]
2213         * src/prefs_common.[ch]
2214         * src/textview.c
2215         * src/plugins/Makefile.am
2216         * src/plugins/image_viewer/.cvsignore           ** NEW **
2217         * src/plugins/image_viewer/Makefile.am          ** NEW **
2218         * src/plugins/image_viewer/plugin.c             ** NEW **
2219         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2220                 move image viewer into a plugin (building is enabled by default)
2221                 [ToDo: Prefs for resize and autoview]
2222
2223 2003-03-25 [paul]       0.8.11claws45
2224
2225         * sync with 0.8.11cvs12
2226                 see ChangeLog 2003-03-26
2227
2228 2003-03-25 [paul]       0.8.11claws44
2229
2230         * sync with 0.8.11cvs11
2231                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2232                 
2233         Note: Selective Download is broken.
2234                 
2235 2003-03-22 [christoph]  0.8.11claws43
2236
2237         * src/folder.c
2238                 code cleanup for flags copying
2239
2240 2003-03-22 [christoph]  0.8.11claws42
2241
2242         * src/plugins/trayicon/trayicon.c
2243                 fix setting the transparent area when the window size
2244                 is forced by the system tray
2245
2246 2003-03-22 [christoph]  0.8.11claws41
2247
2248         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2249         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2250         * src/plugins/trayicon/newmail.xpm              ** NEW **
2251         * src/plugins/trayicon/nomail.xpm               ** NEW **
2252         * src/plugins/trayicon/trayicon.c
2253         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2254                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2255                 o add icon for unread mails
2256                 o set transparency for window
2257
2258 2003-03-22 [christoph]  0.8.11claws40
2259
2260         * src/news.c
2261                 init news session to prevent crash when session is closed
2262
2263 2003-03-22 [christoph]  0.8.11claws39
2264
2265         * src/imap.c
2266         * src/common/session.[ch]
2267                 Init session data to make sure we don't have invalid pointers
2268                 for read_ch and write_ch when new multi process sessions are
2269                 not used
2270
2271         * src/main.c
2272         * src/common/plugin.c
2273         * src/common/sylpheed.c
2274         * src/plugins/demo/demo.c
2275         * src/plugins/dillo_viewer/dillo_viewer.c
2276         * src/plugins/mathml_viewer/mathml_viewer.c
2277         * src/plugins/spamassassin/spamassassin.c
2278         * src/plugins/spamassassin/spamassassin_gtk.c
2279                 add plugin types to allow loading plugins at different times
2280                 (and maybe for different frontends), because it's not good to
2281                 load GTK-Plugins gefore gtk_init was called
2282
2283         * configure.ac
2284         * src/plugins/Makefile.am
2285         * src/plugins/trayicon/.cvsignore               ** NEW **
2286         * src/plugins/trayicon/Makefile.am              ** NEW **
2287         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2288         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2289         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2290         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2291         * src/plugins/trayicon/trayicon.c               ** NEW **
2292                 New Trayicon plugin that shows an icon in a systray that uses
2293                 XEMBED protocol like Gnome's systray. Icon shows if there
2294                 are new mails and a tooltip shows information about new,
2295                 unread and total messages.
2296
2297 2003-03-22 [paul]       0.8.11claws38
2298
2299         * src/common/smtp.c
2300                 fix ESMTP AUTH CRAM-MD5
2301                 [sync with main (still version 0.8.11cvs6), see
2302                  ChangeLog 2003-03-22]
2303
2304 2003-03-21 [colin]      0.8.11claws37
2305
2306         * src/send_message.c
2307                 Fix USE_SSL => USE_OPENSSL
2308
2309 2003-03-21 [colin]      0.8.11claws36
2310
2311         * src/folderview.c
2312                 Fix counts in drag and dropped subfolders
2313
2314 2003-03-21 [colin]      0.8.11claws35
2315
2316         * src/folder.c 
2317         * src/folderview.c
2318                 speed up a bit folder dnd
2319
2320 2003-03-20 [alfons]     0.8.11claws34
2321
2322         * src/main.c
2323         * src/toolbar.c
2324         * src/procmsg.c
2325                 don't send locked queue messages
2326                 (feature request "[ 705245 ] Locking message in outbox 
2327                  should prevent sending")
2328
2329 2003-03-20 [christoph]  0.8.11claws33
2330
2331         * src/folder.c
2332                 remove NEW and UNREAD flag in special folders when scanning
2333                 
2334         * src/common/smtp.c
2335                 fix ESMTP AUTH CRAM-MD5
2336
2337 2003-03-20 [paul]       0.8.11claws32
2338
2339         * src/prefs_account.c
2340                 Re-write 'Tunnel command to open connection' as
2341                 'Use command to communicate with server', and disable
2342                 it for all except IMAP accounts
2343
2344 2003-03-20 [paul]       0.8.11claws31
2345
2346         * sync with 0.8.11cvs6
2347                 see ChangeLog 2003-03-20
2348
2349 2003-03-19 [match]      0.8.11claws30
2350
2351         * src/addritem.[ch]
2352                 include documentation. minor refactoring.
2353         * src/addr_compl.[ch]
2354         * src/addrindex.[ch]
2355         * src/addresbook.[ch]
2356         * src/summaryview.c
2357                 re-enable address lookup (was disabled in
2358                 0.8.11claws20).
2359
2360 2003-03-19 [christoph]  0.8.11claws29
2361
2362         * src/procmsg.c
2363                 add temp flag handling, will make moving and copying
2364                 messages possible again
2365
2366         * src/folder.c
2367                 correct calulation of folder stats
2368
2369 2003-03-18 [match]      0.8.11claws28
2370
2371         * src/editgroup.h
2372                 remove case sensitive comparison (closes bug 80).
2373
2374 2003-03-18 [christoph]  0.8.11claws27
2375
2376         * src/imap.c
2377                 fix imap using a tunnel command
2378
2379         (closes bug 87)
2380
2381 2003-03-18 [christoph]  0.8.11claws26
2382
2383         * src/folder.[ch]
2384         * src/imap.c
2385         * src/procmsg.[ch]
2386                 rewrite flag handling for folders
2387
2388 2003-03-18 [christoph]  0.8.11claws25
2389
2390         * src/folder.c
2391         * src/procmsg.c
2392         * src/summaryview.c
2393                 unset NEW and UNREAD flags when message is ignored, to make
2394                 sure messages don't show up as unread on other IMAP clients,
2395                 because the IGNORE_THREAD flag can not be syncronized through
2396                 the IMAP folder
2397
2398 2003-03-17 [christoph]  0.8.11claws24
2399
2400         * src/imap.c
2401                 don't use recursion to fetch uids when the number of messages
2402                 does not match. Moved code into subfunction that is used
2403                 again when needed, to prevent an endless loop.
2404
2405 2003-03-17 [thorsten]   0.8.11claws23
2406
2407         * src/imageview.[ch]
2408                 export imageview_get_resized_size() (for plugins)
2409         * src/prefs_common.[ch]
2410                 added prefs_common_get() (for plugins)
2411
2412 2003-03-17 [christoph]  0.8.11claws22
2413
2414         * src/imap.c
2415                 o remove UID guessing from copy code
2416                 o support UIDPLUS extension for APPEND command
2417
2418 2003-03-17 [paul]       0.8.11claws21
2419
2420         * src/gtk/about.c
2421                 remove 'Compiled-plugins' section.
2422                 
2423         * src/plugins/dillo_viewer/dillo_viewer.c
2424                 slight change to description text
2425
2426 2003-03-16 [match]      0.8.11claws20
2427         * src/ldapserver.[ch]           ** NEW **
2428         * src/ldapctrl.[ch]             ** NEW **
2429         * src/ldapquery.[ch]            ** NEW **
2430         * src/ldaputil.[ch]             ** NEW **
2431         * src/addrcindex.[ch]           ** NEW **
2432         * src/addrquery.h               ** NEW **
2433         * src/addritem.[ch]
2434         * src/addrcache.[ch]
2435         * src/addrindex.[ch]
2436         * src/addr_compl.[ch]
2437         * src/addressbook.[ch]
2438         * src/addrbook.[ch]
2439         * src/editgroup.c
2440         * src/editaddress.c
2441         * src/editldap.c
2442         * src/editldap_basedn.c
2443         * src/vcard.c
2444         * src/jpilot.c
2445         * src/Makefile.am
2446                 included dynamic LDAP queries. improved address
2447                 completion.
2448
2449 2003-03-16 [paul]       0.8.11claws19
2450
2451         * tools/multiwebsearch.pl
2452                 fix a fatal typo
2453
2454 2003-03-16 [christoph]  0.8.11claws18
2455
2456         * src/mimeview.c
2457         * src/plugins/dillo_viewer/dillo_viewer.c
2458         * src/plugins/mathml_viewer/mathml_viewer.c
2459                 make unregistering of MimeViewerFactorys possible
2460
2461 2003-03-16 [alfons]     0.8.11claws17
2462
2463         * configure.ac
2464                 correct typo
2465
2466 2003-03-16 [melvin]     0.8.11claws16
2467
2468         * src/plugins/dillo_viewer.c
2469                 Fixed bug where it was not possible to view more than
2470                 one text/html attachment per message (bug discovered
2471                 by Christoph Hohmann).
2472
2473 2003-03-15 [melvin]     0.8.11claws15
2474
2475         * src/prefs_actions.c
2476                 Fixed compilation warnings.
2477
2478 2003-03-15 [melvin]     0.8.11claws14
2479
2480         * src/plugins/Makefile.am
2481         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2482         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2483         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2484                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2485                 newer (http://dillo.auriga.wearlab.de/).
2486
2487 2003-03-15 [christoph]  0.8.11claws13
2488
2489         * src/imap.c
2490                 don't query imap folder for attributes because we already
2491                 for them from imap_status
2492
2493         * src/mimeview.[ch]
2494                 add support for plugable MimeViewers (unloading Viewers
2495                 not yet complete)
2496
2497         * src/plugins/Makefile.am
2498         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2499         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2500         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2501                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2502                 widget from http://helm.cs.unibo.it/mml-widget/
2503
2504 2003-03-14 [christoph]  0.8.11claws12
2505
2506         * src/folder.[ch]
2507                 o error return code's should better be negative
2508                 o replace printf with debug_print
2509
2510         * src/imap.c
2511                 improve IMAP folder scan by checking UID-NEXT
2512
2513         * src/summaryview.c
2514                 remove check that are unnecessary in my opinion
2515
2516 2003-03-13 [christoph]  0.8.11claws11
2517
2518         * src/folder.[ch]
2519         * src/foldersel.c
2520         * src/folderview.c
2521         * src/imap.c
2522         * src/mbox_folder.c
2523         * src/mh.c
2524         * src/news.c
2525         * src/prefs_scoring.c
2526         * src/summaryview.c
2527                 use a common function to get a displayable name
2528                 for a FolderItem
2529
2530 2003-03-13 [paul]       0.8.11claws10
2531
2532         * tools/Makefile.am
2533           tools/README
2534           tools/multiwebsearch.conf     ** NEW FILE **
2535           tools/multiwebsearch.pl       ** NEW FILE **
2536                 add multiwebsearch Actions script
2537
2538 2003-03-13 [colin]      0.8.11claws9
2539
2540         * src/compose.c
2541                 Remove leading emtpy lines from quoted text
2542                 before quoting it
2543
2544 2003-03-13 [melvin]     0.8.11claws8
2545
2546         * src/prefs_actions.c
2547                 Fixed a memory leak
2548                 Code clean ups
2549                 Added Cancel and OK buttons
2550                 Corrected help text
2551
2552 2003-03-13 [christoph]  0.8.11claws7
2553
2554         * src/account.c
2555         * src/folder.[ch]
2556         * src/imap.c
2557         * src/mainwindow.c
2558         * src/mbox_folder.c
2559         * src/mh.c
2560         * src/news.c
2561         * src/setup.c
2562                 replace more folder type stuff with folder class stuff
2563
2564 2003-03-13 [melvin]     0.8.11claws6
2565
2566         * src/prefs_actions.c
2567                 Added new tokens:
2568                 %u: user provided argument
2569                 %h: user provided argument (hidden on input)
2570                 %s: current text selection in the message view 
2571
2572 2003-03-13 [paul]       0.8.11claws5
2573
2574         * sync with 0.8.11cvs5
2575                 see ChangeLog 2003-03-11, 2003-03-12
2576
2577 2003-03-12 [christoph]  0.8.11claws4
2578
2579         * src/folder.c
2580                 use folder class idstr when writing folderlist.xml
2581
2582         * src/folder.h
2583         * src/imap.c
2584         * src/news.c
2585                 replace folder type checks with folder class checks
2586
2587 2003-03-12 [christoph]  0.8.11claws3
2588
2589         * src/folder.[ch]
2590         * src/imap.[ch]
2591         * src/main.c
2592         * src/mbox_folder.[ch]
2593         * src/mh.[ch]
2594         * src/news.[ch]
2595                 o create a list of known folder classes in the folder system
2596                 o use folder class id strings for folder item identifiers
2597
2598 2003-03-12 [christoph]  0.8.11claws2
2599
2600         * src/imap.c
2601                 fix imap uid validity check
2602
2603 2003-03-12 [christoph]  0.8.11claws1
2604
2605         * src/account.c
2606         * src/folder.[ch]
2607         * src/foldersel.c
2608         * src/folderview.c
2609         * src/imap.c
2610         * src/mainwindow.c
2611         * src/mbox_folder.c
2612         * src/mh.c
2613         * src/news.c
2614         * src/prefs_scoring.c
2615         * src/procmsg.c
2616         * src/setup.c
2617         * src/summaryview.c
2618                 initial restructuring of folder system, seperating
2619                 folders and folder classes
2620
2621 2003-03-12 [paul]       0.8.11claws
2622
2623         0.8.11claws release
2624
2625 2003-03-12 [christoph]
2626
2627         * src/gtk/prefswindow.c
2628                 fix translation of "Page Index"
2629
2630 2003-03-12 [paul]       0.8.10claws110
2631
2632         a sync from 0.8.11cvs4 before the release
2633
2634         * src/common/utils.c
2635                 subject_compare_for_sort(): allow null strings (fixes
2636                 summary sorting).
2637
2638 2003-03-11 [paul]       0.8.10claws109
2639
2640         * po/es.po
2641                 update Spanish translation, submitted by
2642                 Ricardo Mones Lastra
2643
2644 2003-03-11 [melvin]     0.8.10claws108
2645
2646         * po/fr.po
2647                 Updated French translations
2648
2649 2003-03-11 [paul]       0.8.10claws107
2650
2651         * manual/en/Makefile.am
2652           manual/en/*.html
2653                 update English manual, add a new page
2654                 updated by Francois Barriere <fbarriere@atmel.fr>
2655                 
2656         * po/bg.po
2657           po/it.po
2658           po/sr.po
2659                 update Bulgarian, Italian, and Serbian translations
2660                 submitted by George Danchev, Alessandro Maestri, and
2661                 Urke MMI
2662
2663 2003-03-10 [paul]       0.8.10claws106
2664
2665         * src/gtk/about.c
2666           src/gtk/prefswindow.c
2667                 make some strings translatable
2668
2669 2003-03-10 [darko]      0.8.10claws105
2670
2671         * src/compose.c
2672                 code cleanup to make Hiro happy
2673
2674 2003-03-10 [paul]       0.8.10claws104
2675
2676         * sync with 0.8.11cvs2
2677                 see ChangeLog 2003-03-10
2678
2679 2003-03-09 [melvin]     0.8.10claws103
2680
2681         * src/textview.c
2682                 textview_set_font(): fix for message display in
2683                 UTF-8 locales (thanks to Sergey Vlasov).
2684                 (was unintentionnaly reverted in 0.8.6claws6)   
2685
2686 2003-03-08 [darko]      0.8.10claws102
2687
2688         * src/compose.c
2689                 fix infinite loop in wrapping as reported
2690                 by happycactus
2691                 obsoletes patch #696482
2692
2693 2003-03-08 [christoph]  0.8.10claws101
2694
2695         * src/imap.c
2696                 add workaround for IMAP servers that do not
2697                 support the "UID SEARCH UID" command
2698
2699 2003-03-07 [christoph]  0.8.10claws100
2700
2701         * src/plugins/spamassassin/spamassassin.[ch]
2702         * src/plugins/spamassassin/spamassassin_gtk.c
2703                 code cleanup
2704
2705 2003-03-07 [paul]       0.8.10claws99
2706
2707         * po/es.po
2708                 updated Spanish translation, submitted by
2709                 Ricardo Mones Lastra
2710
2711 2003-03-07 [christoph]  0.8.10claws98
2712
2713         * src/send.c
2714                 fix in 0.8.10claws94 was wrong
2715                 local delivery does not require escaping, remove escaping
2716                 code to make signatures of mails with "." lines valid
2717                 
2718                 NOTE: requires that sendmail is executed with "-i" option,
2719                       what is the default now, but has to be changed in all
2720                       exsiting accounts)
2721
2722 2003-03-07 [paul]       0.8.10claws97
2723
2724         * sync with 0.8.11 release
2725                 see ChangeLog 2003-03-07
2726
2727 2003-03-06 [paul]       0.8.10claws96
2728
2729         * src/compose.c
2730                 revert commit 0.8.10claws92
2731
2732 2003-03-06 [paul]       0.8.10claws95
2733
2734         * src/folderview.c
2735                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2736
2737         * src/gtkaspell.c
2738                 fix bug 74, 'Crash opening editor window with pseudo-color
2739                 display'
2740                 
2741         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2742
2743 2003-03-06 [christoph]  0.8.10claws94
2744
2745         * src/send.c
2746                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2747                 all lines starting with a period get an extra period
2748                 inserted
2749                 (found by Simon 'corecode' Schubert)
2750
2751 2003-03-06 [paul]       0.8.10claws93
2752
2753         * src/folderview.c
2754                 if configured font can't be loaded fall back to gtk
2755                 default. (with thanks to Christoph)
2756                 
2757                 closes long-standing bug 15 'Crashes on startup'
2758
2759 2003-03-06 [paul]       0.8.10claws92
2760
2761         * src/compose.c
2762                 freeze text before autosave and thaw afterwards
2763                 fixes bug 67 'autosave make re-rediting message crazy'
2764
2765 2003-03-06 [christoph]  0.8.10claws91
2766
2767         * src/compose.c
2768                 ignore address comment in dupe check for Cc-list
2769
2770         (closes reopened bug 47 Replying to message strips name part of
2771          e-mail addresses of Cc: lines)
2772
2773 2003-03-06 [paul]       0.8.10claws90
2774
2775         * src/Makefile.am
2776                 remove reference to gtkxtext.h as its no longer in
2777                 the repository
2778
2779 2003-03-06 [paul]       0.8.10claws89
2780
2781         * sync with 0.8.10cvs25
2782                 see ChangeLog 2003-03-06
2783
2784 2003-03-06 [oliver]     0.8.10claws88
2785         
2786         * src/messageview.c
2787                 remove include
2788
2789 2003-03-06 [oliver]     0.8.10claws87
2790         
2791         * src/folderview.c 
2792                 remove changes introduced inclaws74
2793         * src/messageview.c
2794                 another attempt to sanely delete and update
2795                 messages deleted in separate messageview
2796
2797 2003-03-05 [christoph]  0.8.10claws86
2798
2799         * src/summaryview.c
2800                 check if "From" matches any account's address if
2801                 addressbook completion of addresses is disabled too
2802
2803         (closes Bug 70 "Display recipient in from" doesn't check
2804          folder's default account)
2805
2806 2003-03-05 [christoph]  0.8.10claws85
2807
2808         * src/compose.c
2809         * src/common/utils.[ch]
2810                 don't strip address comments when building Cc lists
2811
2812         (closes Bug 47 Replying to message strips name part of e-mail addresses
2813          of Cc: lines)
2814
2815         * src/folder.c
2816                 fix return value of copy function
2817
2818 2003-03-05 [christoph]  0.8.10claws84
2819
2820         * src/imap.c
2821                 don't ask imap server for non rfc822 headers
2822
2823         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2824
2825         * src/imap.c
2826                 destroy session on socket error to allow reconnecting
2827
2828 2003-03-05 [christoph]  0.8.10claws83
2829
2830         * configure.ac
2831                 fix building with gnome when no prefix is set
2832
2833         (closes bug 66 Gnome directory is set to NONE)
2834
2835 2003-03-05 [paul]       0.8.10claws82
2836
2837         * sync with 0.8.10cvs23
2838                 see ChangeLog 2003-03-05
2839
2840 2003-03-04 [christoph]  0.8.10claws81
2841
2842         * src/folder.c
2843                 o fix moving and copying when folder returns 0 for new
2844                   message number
2845                 o remove some code for single message copy and move
2846                   operations and use functions for multiple messages
2847
2848         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2849
2850         * src/news.c
2851                 remove unused include
2852
2853 2003-03-04 [paul]       0.8.10claws80
2854
2855         * src/gtk/about.c
2856                 list 'Compiled plugins'
2857
2858 2003-03-03 [christoph]  0.8.10claws79
2859
2860         * src/news.[ch]
2861                 have to multiply the percentage of the current fetch with
2862                 the percentage that it has of the total fetch operation
2863                 for correct values
2864
2865 2003-03-03 [christoph]  0.8.10claws78
2866
2867         * src/news.c
2868                 fix calculation of expected lines for progress indicator
2869
2870 2003-03-03 [christoph]  0.8.10claws77
2871
2872         * src/summaryview.c
2873         * src/common/utils.c
2874                 fix segfault when opening the root news folder
2875
2876 2003-03-03 [christoph]  0.8.10claws76
2877
2878         * src/mainwindow.[ch]
2879         * src/common/Makefile.am
2880         * src/common/progressindicator.[ch]
2881                 add UI independent progress indicator handling
2882
2883         * src/news.[ch]
2884                 use new progress indicator for message info fetching
2885
2886         * src/common/hooks.h
2887                 code cleanup
2888
2889 2003-03-03 [oliver]     0.8.10claws75
2890
2891         * src/toolbar.c
2892         * src/compose.c
2893                 removed commented code
2894
2895 2003-03-03 [oliver]     0.8.10claws74
2896
2897         * src/toolbar.[ch]
2898                 cleanups and refactoring
2899         * src/compose.[ch]
2900                 compose_reply_mode reply & forwarding interface for
2901                 toolbar buttons
2902         * src/folderview.c
2903                 act on messages marked for deletion in folderview_selected
2904                 based on prefs_common.immediate_exec since a message might 
2905                 have been deleted by messageview in a folder we are changing 
2906                 to (does anybody understand what I'm on about ?)
2907
2908 2003-03-03 [oliver]     0.8.10claws73
2909         
2910         * src/messageview.[ch]
2911                 new functions
2912                 - messageview_delete: delete message shown in messagview
2913                 - messageview_update_view: update messageview to currently 
2914                   selected summaryview message
2915                 - add separate messageview to msgview_list in order to update 
2916                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2917         * src/summaryview.[ch]
2918                 summary_get_selection returns a list of selected msgs
2919                 in summaryview
2920         * src/mainwindow.c
2921                 toolbar reply refactoring
2922
2923 2003-03-03 [paul]       0.8.10claws72
2924
2925         * sync with 0.8.10cvs21
2926                 see ChangeLog 2003-03-03
2927
2928 2003-03-02 [christoph]  0.8.10claws71
2929
2930         * src/common/passcrypt.c
2931                 use POSIX includes
2932
2933 2003-03-02 [christoph]  0.8.10claws70
2934
2935         * configure.ac
2936         * src/prefs_account.c
2937         * src/prefs_gtk.[ch]
2938         * src/common/.cvsignore
2939         * src/common/Makefile.am
2940         * src/common/passcrypt.c                ** NEW **
2941         * src/common/passcrypt.h.in             ** NEW **
2942                 Implement password encryption in config files
2943                 using unix encrypt and setkey functions. The crypt
2944                 key can be set as a configure parameter. Old
2945                 passwords will be converted if they do not begin
2946                 with '!'
2947
2948 2003-03-02 [paul]       0.8.10claws69
2949
2950         * src/prefs_account.c
2951                 fix compile error
2952
2953 2003-03-01 [thorsten]   0.8.10claws68
2954
2955         * po/el.po
2956           po/hr.po
2957           po/it.po
2958           po/nl.po
2959           po/sr.po
2960           po/sv.po
2961                 corrected format strings
2962         * po/en_GB.po
2963                 corrected headers
2964                 (fix compile errors with GNU gettext-0.11.5)
2965
2966 2003-03-01 [oliver]     0.8.10claws67
2967
2968         * src/summaryview.c
2969                 menu callbacks call toolbar_menu_reply
2970
2971 2003-03-01 [oliver]     0.8.10claws66
2972
2973         * src/mainwindow.c
2974         * src/messageview.c
2975                 menu callbacks call toolbar_menu_reply
2976         * src/toolbar.[ch]
2977                 callbacks from menu handled by toolbar_menu_reply
2978
2979 2003-03-01 [paul]       0.8.10claws65
2980
2981         * src/addressbook.c
2982                 revert commit 0.8.10claws54 - breaks editing of
2983                 addressbook.
2984                 
2985         * po/bg.po
2986                 update Bulgarian translation, submitted by
2987                 George Danchev
2988
2989 2003-02-28 [christoph]  0.8.10claws64
2990
2991         * src/account.c
2992         * src/addressadd.c
2993         * src/compose.c
2994         * src/gtkaspell.c
2995         * src/gtkxtext.h                ** REMOVE **
2996         * src/imap.c
2997         * src/matcher.[ch]
2998         * src/mh.c
2999         * src/news.c
3000         * src/pine.c
3001         * src/prefs_common.c
3002         * src/prefs_matcher.c
3003         * src/procheader.[ch]
3004         * src/procmsg.[ch]
3005         * src/toolbar.c
3006         * src/common/ssl_certificate.c
3007         * src/gtk/colorlabel.c
3008         * src/gtk/menu.c
3009                 o fix warnings
3010                 o remove code obsoleted by new cache and folder system rework
3011
3012 2003-02-28 [oliver]     0.8.10claws63
3013         
3014         * src/toolbar.[ch]
3015                 * fix bug where reply in Messageview replied to 
3016                 Message displayed in summaryview
3017                 (reportedd via ML by chinatinte at gmx dot ch)
3018                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3019                 didn't work in separate MessageView Toolbar
3020                 (wondering if anybody uses this at all ?)
3021         * src/summaryview.[ch]
3022                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3023                 (generalize reply and forward code);
3024         * src/messageview.c 
3025                 remove focus_in event which updated summaryview to messageview
3026
3027 2003-02-28 [paul]       0.8.10claws62
3028
3029         * po/Makefile.in.in
3030                 add the --check option
3031                 Patch submitted by Ricardo Mones Lastra
3032
3033 2003-02-28 [paul]       0.8.10claws61
3034
3035         * src/prefs_account.c
3036                 re-order 'Signature' items
3037
3038 2003-02-28 [paul]       0.8.10claws60
3039
3040         * sync with 0.8.10cvs20
3041                 see ChangeLog 2003-02-28
3042
3043 2003-02-28 [paul]       0.8.10claws59
3044
3045         * po/POTFILES.in
3046                 update to reflect recent movement of files
3047
3048 2003-02-28 [paul]       0.8.10claws58
3049
3050         * sync with 0.8.10cvs19
3051                 see ChangeLog 2003-02-28
3052
3053 2003-02-27 [martin]     0.8.10claws57
3054
3055         * src/prefs_matcher.c 
3056                 fix segfault in prefs_matcher_ok() when the
3057                 last entry is deleted and prevents that the
3058                 message "entry not saved" comes up after deleting
3059                 an entry
3060
3061 2003-02-27 [martin]     0.8.10claws56
3062
3063         * src/prefs_filtering.c 
3064                 fix segfault in prefs_filtering_ok() when the
3065                 last entry is deleted and prevents that the
3066                 message "entry not saved" comes up after deleting
3067                 an entry
3068
3069 2003-02-27 [paul]       0.8.10claws55
3070
3071         * sync with 0.8.10cvs18
3072                 see ChangeLog 2003-02-27
3073
3074 2003-02-27 [paul]       0.8.10claws54
3075
3076         * src/addressbook.c
3077                 fix bug where the address book crashes with 
3078                 multiple lookups.
3079                 Patch [687729] submitted by David Frager 
3080                 <dbfrager@users.sourceforge.net>
3081
3082 2003-02-25 [christoph]  0.8.10claws53
3083
3084         * src/Makefile.am
3085         * src/colorlabel.[ch]           ** REMOVE **
3086         * src/gtk/Makefile.am
3087         * src/gtk/colorlabel.[ch]       ** NEW **
3088                 move colorlabel files to gtk directory
3089
3090         * src/esmtp.[ch]                ** REMOVE **
3091                 has been merged into smtp.[ch] in 0.7.5
3092
3093 2003-02-25 [christoph]  0.8.10claws52
3094
3095         * src/Makefile.am
3096         * src/about.[ch]                ** REMOVE **
3097         * src/gtk/Makefile.am
3098         * src/gtk/about.[ch]            ** NEW **
3099                 move about files to gtk directory
3100
3101 2003-02-25 [christoph]  0.8.10claws51
3102
3103         * src/folder.c
3104                 some code optimization of folder scanning code
3105
3106         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3107
3108 2003-02-25 [christoph]  0.8.10claws50
3109
3110         * src/main.c
3111         * src/common/sylpheed.c
3112                 add command line parameter parsing to common code
3113
3114 2003-02-24 [christoph]
3115
3116         * Makefile.am
3117         * configure.ac
3118                 fix gnome prefix problems, the configure script now removed
3119                 `gnome-config --prefix` from `gnome-config --datadir`
3120                 and adds $(prefix} instead
3121
3122         (closes Bug 24 Makefile does not respect prefix when installing
3123          GNOME data)
3124
3125 2003-02-24 [christoph]  0.8.10claws49
3126
3127         * src/news.c
3128                 check for valid session before trying to authenticate
3129
3130         (closes Bug 60 crash if "authenticate on logon" is activated
3131          and newsserver-hostname is not valid)
3132
3133 2003-02-24 [melvin]     0.8.10claws48
3134
3135         * src/prefs_actions.c
3136                 Make sure all user's input is sent to the action and then
3137                 close the socket..
3138
3139 2003-02-23 [alfons]     0.8.10claws46
3140
3141         * src/summaryview.c
3142                 also wait cursor when deleting files
3143
3144 2003-02-23 [paul]
3145
3146         * tools/freshmeat_search.pl
3147           tools/google_search.pl
3148                 scripts should now work for any browser/browser command line
3149
3150 2003-02-22 [christoph]  0.8.10claws45
3151
3152         * src/procmsg.c
3153                 fix IMAP flag setting, IMAP flag is not handled correctly
3154                 anymore by the folder system and information about the
3155                 folder should not be saved in the MsgInfo (in my opinion)
3156
3157         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3158
3159 2003-02-22 [christoph]  0.8.10claws44
3160
3161         * src/summaryview.c
3162                 fix spelling of "label" ;-)
3163
3164 2003-02-22 [thorsten]   0.8.10claws43
3165
3166         * src/mimeview.c
3167           src/prefs_common.[ch]
3168           src/procmime.[ch]
3169                 do not use description as attachment name
3170
3171 2003-02-22 [alfons]     0.8.10claws42
3172
3173         * src/summaryview.c
3174                 freeze/thaw folder item updates when changing color labels,
3175                 and put a wait cursors on
3176
3177 2003-02-22 [thorsten]   0.8.10claws41
3178
3179         * src/mimeview.c
3180                 save-all fixes: crash if invoked on multipart container,
3181                 mimeinfo access, pathseparators, error dialog
3182
3183 2003-02-21 [alfons]     0.8.10claws40
3184
3185         * src/prefs_gtk.c
3186                 remove unused var
3187
3188 2003-02-21 [colin]      0.8.10claws39
3189
3190         * src/send.c
3191                 Fix smtp logging
3192
3193 2003-02-21 [colin]      0.8.10claws38
3194
3195         * src/summaryview.c
3196                 Freeze/thaw folderItem updates when filtering messages 
3197                 via Tools/Filter messages
3198
3199 2003-02-21 [paul]       0.8.10claws37
3200
3201         * src/compose.c
3202                 revert commit 0.8.10claws26, there are ulterior motives
3203                 for users to set a Reply-To header when posting to
3204                 newsgroups
3205
3206 2003-02-21 [paul]       0.8.10claws36
3207
3208         * sync with 0.8.10cvs17
3209                 see ChangeLog 2003-02-21
3210
3211 2003-02-20 [christoph]  0.8.10claws35
3212
3213         * src/imap.c
3214                 IMAP UID fetch speedup using SEARCH
3215
3216         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3217
3218         * src/imap.c
3219                 fix problem with UIDs in IMAP UID cache that no longer existed
3220
3221 2003-02-20 [christoph]  0.8.10claws34
3222
3223         * src/imap.c
3224         * src/procheader.c
3225         * src/procheader.h
3226                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3227
3228         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3229
3230         * src/imap.c
3231                 Rewrite imap_cmd_gen_recv use sock_getline instead
3232                 of sock_gets to avoid problems with too long reply
3233                 lines
3234     
3235 2003-02-20 [colin]      0.8.10claws33
3236         
3237         * src/prefs_account.c
3238                 Better wording
3239
3240 2003-02-20 [colin]      0.8.10claws32
3241
3242         * src/compose.c
3243                 Remove useless '&& !to_sender' 
3244
3245 2003-02-20 [darko]
3246
3247         * AUTHORS
3248                 change my e-mail address
3249
3250 2003-02-19 [colin]      0.8.10claws31
3251
3252         * src/prefs_common.c
3253                 X11 style colors for every configurable color
3254
3255 2003-02-19 [alfons]     0.8.10claws30
3256
3257         * src/prefs_gtk.[ch]
3258         * src/prefs_common.c
3259                 for color_new accept both plain integers and X11 style color
3260                 names (as found in /usr/lib/X11/rgb.txt)
3261
3262 2003-02-19 [paul]       0.8.10claws29
3263
3264         * src/mainwindow.c
3265                 add tooltips to online/offline button and account selector
3266                 button
3267
3268 2003-02-19 [paul]       0.8.10claws28
3269
3270         * src/folder.c
3271           src/news.c
3272           src/prefs_account.[ch]
3273           src/prefs_common.[ch]
3274                 move 'Maximum number of articles to download' to
3275                 account prefs.
3276                 clean up account prefs gui a little by hiding entries
3277                 rather then greying out entries
3278
3279 2003-02-19 [hiro]       0.8.10claws27
3280
3281         * src/common/utils.c
3282                 fix bug #54 'yesterdays date is displayed in the message 
3283                 summary window'
3284
3285 2003-02-19 [paul]       0.8.10claws26
3286
3287         * src/compose.c
3288                 fix bug reported in Feature Request [688596] 
3289                 'Reply-to header in news'
3290
3291 2003-02-18 [paul]       0.8.10claws25
3292
3293         * src/select-keys.c
3294                 add a 'List all keys' button to key selection dialog
3295
3296 2003-02-18 [colin]      0.8.10claws24
3297         
3298         * src/stock_pixmap.c
3299                 fix compile error
3300
3301 2003-02-18 [colin]      0.8.10claws23
3302
3303         * src/common/smtp.[ch]
3304           src/prefs_account.c
3305                 Try to starttls if it seems to be the only
3306                 way to authenticate a user
3307
3308 2003-02-18 [paul]       0.8.10claws22
3309
3310         * src/Makefile.am
3311           src/folderview.c
3312           src/stock_pixmap.[ch]
3313           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3314           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3315                 as a Drafts folder is a special folder allow it to have
3316                 its own unique icons
3317
3318 2003-02-18 [colin]      0.8.10claws21
3319
3320         * src/imap.c
3321                 Fix port selection when using starttls
3322
3323 2003-02-18 [paul]       0.8.10claws20
3324
3325         * src/mainwindow.c
3326           src/prefs_common.[ch]
3327                 make blue the default new mail colour
3328
3329 2003-02-18 [paul]       0.8.10claws19
3330
3331         * sync with 0.8.10cvs14
3332                 see ChangeLog 2003-02-18
3333
3334 2003-02-17 [jens]       0.8.10claws18
3335
3336         * src/common/md5.c
3337                 fixed a compile problem with gcc 3.3
3338                 works on 2.95.3 too (testet on PPC as it is big endian)
3339
3340 2003-02-17 [paul]       0.8.10claws17
3341
3342         * sync with 0.8.10cvs13
3343                 see ChangeLog 2003-02-17
3344
3345 2003-02-17 [paul]       0.8.10claws16
3346
3347         * sync with 0.8.10cvs12
3348                 see ChangeLog 2003-02-17
3349
3350 2003-02-16 [match]      0.8.10claws15
3351
3352         * src/addressbook.c
3353                 Eliminates reloading of address data when items
3354                 deleted or added. Applied submitted by
3355                 Luke Plant <lukeplant@softhome.net>
3356
3357 2003-02-16 [paul]       0.8.10claws14
3358
3359         * src/news.c
3360                 when a 'protocol error' is encountered disconnect from
3361                 the server. This means that the user can carry on viewing
3362                 other articles and doesn't have to either wait until the
3363                 server timesout or quit sylpheed.
3364                 Fixes bug #53 'Unable to read messages in newsgroups, 
3365                 displayed message doesn't change'
3366
3367 2003-02-15 [christoph]  0.8.10claws13
3368
3369         * src/imap.c
3370                 fix bug that stopped scanning of folders when an
3371                 IMAP folder was empty
3372
3373         (closes bug 46 stop scan messages in folders after empty folder)
3374
3375 2003-02-15 [paul]
3376
3377         * tools/Makefile.am
3378           tools/README
3379           tools/freshmeat_search.pl     ** NEW FILE **
3380           tools/google_search.pl        ** NEW FILE **
3381                 Add 2 Actions scripts which search freshmeat/google
3382                 for the selected text using the browser configured
3383                 in sylpheedrc.
3384                 
3385         Note: These scripts are very dependent on the format of the
3386         browser command and may not work on every occasion. Testing
3387         is welcome. 
3388
3389 2003-02-14 [alfons]     0.8.10claws12
3390
3391         * src/compose.c
3392                 fix breakage because of uninitialized account pointer.
3393                 please verify.
3394
3395 2003-02-14 [paul]       0.8.10claws11
3396
3397         * src/compose.c
3398           src/prefs_account.[ch]
3399           src/prefs_common.[ch]
3400                 move signature settings to Account Prefs
3401
3402 2003-02-14 [paul]       0.8.10claws10
3403
3404         * sync with 0.8.10cvs11
3405                 see ChangeLog 2003-02-14
3406
3407 2003-02-13 [thorsten]   0.8.10claws9
3408
3409         * src/news.c
3410                 revert news progressbar (GUI separation)
3411
3412 2003-02-13 [paul]       0.8.10claws8
3413
3414         * src/compose.c
3415                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3416                 paragraph 1
3417
3418 2003-02-13 [paul]       0.8.10claws7
3419
3420         * src/compose.[ch]
3421           src/summaryview.c
3422                 fix 'Follow-up and Reply-to' so that it creates a reply to
3423                 the newsgroup and the sender. If the message has the keyword
3424                 'poster' in the Followup-To header, all replies go to the
3425                 sender, re: RFC 1036, Section 2.2.3
3426                 rename all instances of 'ignore_replyto' to 'to_sender', both
3427                 were previously used, now we use just one.
3428
3429 2003-02-13 [paul]       0.8.10claws6
3430
3431         * sync with 0.8.10cvs9
3432                 see ChangeLog 2003-02-13
3433
3434 2003-02-13 [paul]       0.8.10claws5
3435
3436         * configure.ac
3437                 show which plugins are configured in the configure
3438                 output.
3439
3440 2003-02-12 [thorsten]   0.8.10claws4
3441
3442         * src/news.c
3443                 show progress while fetching news headers
3444
3445 2003-02-12 [christoph]  0.8.10claws3
3446
3447         * configure.ac
3448         * src/plugins/Makefile.am
3449                 use AM_CONDITIONAL to enable plugins, automake correctly
3450                 manages this when creating distdir
3451
3452 2003-02-12 [christoph]  0.8.10claws2
3453
3454         * ac/spamassassin.m4
3455         * src/plugins/spamassassin/Makefile.am
3456                 fix building SpamAssassin plugin without OpenSSL
3457
3458 2003-02-12 [paul]       0.8.10claws1
3459
3460         * ac/Makefile.am
3461           src/Makefile.am
3462           src/plugins/Makefile.am
3463                 fix failure of 'make release'
3464
3465 2003-02-12 [paul]       0.8.10claws
3466
3467         * 0.8.10claws released
3468
3469 2003-02-12 [paul]       0.8.9claws56
3470
3471         * po/bg.po
3472           po/es.po
3473           po/it.po
3474           po/ru.po
3475           po/sr.po
3476                 updated translations by George Danchev, Ricardo Mones Lastra,
3477                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3478                 
3479         * sylpheed.spec.in
3480                 Allow the building of RPMs by a regular user. Submitted
3481                 by Sergei Astanin
3482
3483 2003-02-11 [alfons]     0.8.9claws55
3484
3485         * src/colorlabel.c
3486                 don't use pixmaps for label color rect but draw rectangles
3487                 so we can respect the color map of palette based visuals
3488                 (fixes the long time crashes on Suns - thanks to Andreas
3489                 Engel and Steve O'Hara-Smith for testing)
3490
3491 2003-02-11 [christoph]  0.8.9claws54
3492
3493         * src/matcher_parser_parse.y
3494                 correct bug where filering rules of not existing folders in
3495                 matcherrc were added to global filtering
3496                 
3497         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3498          main filter-rules after removing directory, http://bugs.debian.org/180253)
3499         
3500 2003-02-11 [paul]       0.8.9claws53
3501
3502         * sync with 0.8.10cvs7
3503                 see ChangeLog 2003-02-09
3504
3505 2003-02-11 [melvin]     0.8.9claws52
3506
3507         * po/fr.po
3508                 Updated French tranlsations
3509
3510 2003-02-10 [paul]       0.8.9claws51
3511
3512         * sylpheed.spec.in
3513                 correct --enable-openssl
3514                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3515
3516 2003-02-09 [martin]     0.8.9claws50
3517
3518         * src/prefs_matcher.c
3519                 fix segfault in prefs_matcher_substitute_cb() when
3520                 no row is selected
3521
3522 2003-02-09 [paul]       0.8.9claws49
3523
3524         * src/folderview.c
3525                 fix bug where a newsgroup folder's processing rules were
3526                 merged with the global filtering rules when the newsgroup
3527                 folder was deleted, causing some seriously bad results,
3528                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3529
3530 2003-02-08 [melvin]     0.8.9claws48
3531
3532         * src/compose.c
3533                 Corrected and modified an alert message.
3534
3535 2003-02-07 [paul]       0.8.9claws47
3536
3537         * src/folderview.c
3538                 fix bug where both an 'Account properties' window and a
3539                 'Folder properties' window were opened when clicking on
3540                 'Properties' in an NNTP or IMAP folder's popup menu.
3541
3542 2003-02-07 [paul]       0.8.9claws46
3543
3544         * sync with 0.8.10cvs6
3545                 see ChangeLog 2003-02-06
3546
3547 2003-02-06 [christoph]  0.8.9claws45
3548
3549         * src/mbox.c
3550                 freeze folder updates while importing mbox files
3551                 (closes bug 43 importing mbox took hours)
3552                 
3553         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3554
3555 2003-02-06 [thorsten]   0.8.9claws44
3556
3557         * po/de.po
3558                 Updated german translations
3559
3560 2003-02-06 [thorsten]   0.8.9claws43
3561
3562         * src/news.h
3563                 use guint for message numbers (fix count in grouplist dialog)
3564
3565 2003-02-05 [paul]       0.8.9claws42
3566
3567         * sync with 0.8.10cvs2
3568                 see ChangeLog 2003-02-05
3569
3570 2003-02-04 [colin]      0.8.9claws41
3571
3572         * src/prefs_common.[ch]
3573           src/procmsg.c
3574           src/summaryview.c
3575                 Add an option to disable threading by subject
3576
3577 2003-02-04 [christoph]  0.8.9claws40
3578
3579         * src/inc.c
3580                 only abort fetching mails from multiple accounts when the
3581                 error is fatal and does not allow to check any more accounts
3582                 (currently only disk full error)
3583
3584         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3585          receive mails for other accouts)
3586
3587 2003-02-04 [christoph]  0.8.9claws39
3588
3589         * src/folder.c
3590                 first add the new message to the cache, then
3591                 send the update notification
3592
3593         (closes bug 39 after sending message folderview doesnt get updated)
3594
3595 2003-02-04 [colin]      0.8.9claws38
3596
3597         * src/inc.c
3598                 _really_ fix this Connecting... status
3599
3600 2003-02-04 [paul]       0.8.9claws37
3601
3602         * sync with 0.8.10
3603                 see ChangeLog 2003-02-04
3604
3605 2003-02-04 [paul]       0.8.9claws36
3606
3607         * sync with 0.8.9cvs6
3608                 see ChangeLog 2003-02-03
3609
3610 2003-02-04 [paul]       0.8.9claws35
3611
3612         * po/pt_BR.po
3613                 updated by André Filipe de Assunção e Brito 
3614                 <bedecko@netsite.com.br>
3615
3616 2003-02-03 [thorsten]   0.8.9claws34
3617
3618         * po/de.po
3619                 Updated german translations
3620
3621 2003-02-02 [paul]       0.8.9claws33
3622
3623         * po/es.po
3624                 updated by Ricardo Mones Lastra
3625
3626 2003-02-02 [thorsten]   0.8.9claws32
3627
3628         * src/mh.c
3629                 Fix mh_get_msginfo() segfault if file is inaccessible
3630
3631 2003-01-31 [colin]      0.8.9claws31
3632
3633         * src/procheader.c
3634                 Fix last commit's bug
3635
3636 2003-01-31 [colin]      0.8.9claws30
3637
3638         * src/procheader.c
3639                 Missing a change for gpg-signed messages
3640
3641 2003-01-31 [paul]       0.8.9claws29
3642
3643         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3644           src/procheader.c
3645           src/stock_pixmap.[ch]
3646           src/summaryview.c
3647                 indicate GnuPG signed messages by displaying an icon
3648                 in the Attachment column.
3649
3650 2003-01-31 [paul]       0.8.9claws28
3651
3652         * sync with 0.8.9cvs4
3653                 see ChangeLog 2003-01-31
3654
3655 2003-01-31 [alfons]     0.8.9claws27
3656
3657         * src/textview.c
3658                 tune URI parser to accept mailto URLs with a '?'
3659                 (patch from Ruslan Balkin)
3660
3661 2003-01-31 [colin]      0.8.9claws26
3662
3663         * src/summaryview.c
3664                 Fix a leak introduced in claws24
3665
3666 2003-01-31 [colin]      0.8.9claws25
3667
3668         * src/summaryview.c
3669                 Freeze/Thaw folder updates when deleting dups
3670
3671 2003-01-31 [colin]      0.8.9claws24
3672         
3673         * src/addr_compl.c
3674           src/summaryview.c
3675           src/msgcache.c
3676                 little speed improvements
3677
3678 2003-01-31 [colin]      0.8.9claws23
3679
3680         * src/summaryview.c
3681                 Fix segfault when forwarding nothing
3682                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3683                 
3684 2003-01-30 [paul]       0.8.9claws22
3685
3686         * sync with 0.8.9cvs3
3687                 see ChangeLog 2003-01-30
3688
3689 2003-01-30 [paul]       0.8.9claws21
3690
3691         * sync with 0.8.9cvs2
3692                 see ChangeLog 2003-01-30
3693
3694 2003-01-29 [paul]       0.8.9claws20
3695
3696         * sync with 0.8.9cvs1
3697                 see ChangeLog 2003-01-29
3698
3699 2003-01-28 [paul]       0.8.9claws19
3700
3701         * po/POTFILES.in
3702                 update to reflect changes. 
3703                 thanks to Ricardo Mones Lastra
3704
3705 2003-01-27 [christoph]  0.8.9claws18
3706
3707         * ac/openssl.m4
3708         * ac/spamassassin.m4
3709         * src/plugins/spamassassin/README
3710         * src/plugins/spamassassin/libspamc.[ch]
3711         * src/plugins/spamassassin/utils.[ch]
3712                 updated to latest libspamc
3713
3714 2003-01-27 [christoph]  0.8.9claws17
3715
3716         * src/folder.c
3717                 fix wrong use of procheader_get_header_fields
3718
3719 2003-01-27 [christoph]  0.8.9claws16
3720
3721         * src/news.c
3722         * src/prefs_account.[ch]
3723         * src/common/nntp.[ch]
3724                 allow to force authentication for NNTP servers
3725
3726         Patch submitted by Florian Mickler <dmk@d-labs.de>
3727
3728 2003-01-26 [paul]       0.8.9claws15
3729
3730         * src/summaryview.c
3731                 speed up of marking messages as read
3732                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3733
3734 2003-01-26 [christoph]  0.8.9claws14
3735
3736         * src/Makefile.am
3737         * src/mgutils.[ch]              ** REMOVE **
3738         * src/xml.[ch]                  ** REMOVE **
3739         * src/xmlprops.[ch]             ** REMOVE **
3740         * src/common/Makefile.am
3741         * src/common/mgutils.[ch]       ** NEW **
3742         * src/common/xml.[ch]           ** NEW **
3743         * src/common/xmlprops.[ch]      ** NEW **
3744                 move xml files to common directory
3745
3746 2003-01-26 [christoph]  0.8.9claws13
3747
3748         * src/plugins/spamassassin/spamassassin_gtk.c
3749                 only set gtk entry text if string is available
3750
3751 2003-01-26 [melvin]     0.8.9claws12
3752
3753         * src/description_window.c
3754                 Allow resizing of the window
3755                 Allow automatic horizontal scroll bar
3756                 Do not vertically expand and fill
3757
3758 2003-01-26 [christoph]  0.8.9claws11
3759
3760         * src/Makefile.am
3761         * src/gtkutils.[ch]             ** REMOVE **
3762         * src/common/sylpheed.c
3763         * src/gtk/Makefile.am
3764         * src/gtk/description_window.c
3765         * src/gtk/gtkutils.[ch]         ** NEW **
3766         * src/gtk/prefswindow.c
3767                 move gtkutils to gtk directory
3768
3769 2003-01-26 [paul]       0.8.9claws10
3770
3771         * src/summaryview.c
3772                 rename summary_unread_clicked() to summary_status_clicked()
3773
3774 2003-01-26 [melvin]     0.8.9claws9
3775
3776         * src/prefs_actions.c
3777                 Cosmetical changes to the help text
3778
3779 2003-01-26 [paul]       0.8.9claws8
3780
3781         * src/folder.[ch]
3782           src/mainwindow.c
3783           src/prefs_common.c
3784           src/prefs_sumamry_column.c
3785           summaryview.[ch]
3786                 rename the 'Unread' column to 'Status'
3787
3788 2003-01-25 [match]      0.8.9claws7
3789
3790         * src/mgutils.[ch]
3791                 removed reference to LDAP constants. removed error2string.
3792                 included functions to support LDAP dynamic queries.
3793         * src/syldap.h
3794                 moved LDAP constants here.
3795         * src/addressbook.c
3796         * src/addrindex.c
3797         * src/importldif.c
3798                 removed references to LDAP constants and references to
3799                 error2string.
3800
3801 2003-01-25 [paul]       0.8.9claws6
3802
3803         * src/summaryview.c
3804                 summary_thread_build(), summary_thread_init(): remove 
3805                 unneeded reference to summaryview->folder_item
3806
3807 2003-01-25 [christoph]  0.8.9claws5
3808
3809         * src/gtk/description_window.c
3810                 o allow description texts to expand over multiple columns
3811                 o translate all columns
3812         * src/prefs_actions.c
3813                 change syntax description to use new multi column feature
3814
3815         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3816
3817 2003-01-25 [match]      0.8.9claws4
3818
3819         * src/vcard.c
3820                 fixed bug with Quoted-Printable
3821
3822 2003-01-25 [paul]       0.8.9claws3
3823
3824         * src/folder.[ch]
3825           src/summaryview.[ch]
3826                 implement per-folder collapsed/expanded threads setting
3827                 
3828         * src/prefs_common.c
3829                 remove global collapsed/expanded threads option
3830
3831 2003-01-25 [christoph]  0.8.9claws2
3832
3833         * po/POTFILES.in
3834                 add pluginwindow and prefswindow
3835         * src/compose.c
3836                 make send respond correctly to messages that could be added
3837                 to the queue folder, but the UID of the message is unknown
3838         * src/folder.c
3839         * src/imap.c
3840                 don't return guessed UIDs in imap_add_msg anymore. We return
3841                 0 to tell the folder system it was appened but the UID is
3842                 unknown. Folder system now get's the UID by scaning the folder
3843                 and searching the cache for the Message-ID
3844                 (closes bug #29 Messages queued, but not sent)
3845
3846 2003-01-25 [paul]       0.8.9claws1
3847
3848         * src/codeconv.c
3849                 conv_encode_header():  fix bug when long headers with 8-bit
3850                 characters are used, so that the encoded words are wrapped.
3851                 If the space in the original text falls on the wrap boundary,
3852                 it can be lost.
3853                 Patch by Sergey Vlasov.
3854                 
3855         * src/folderview.c
3856                  fix bug where a change to the sorting method or thread view
3857                  of a folder's messages is lost if simpify-subject is set and
3858                  toggled on or off.
3859                  Patch by Luke Plant.
3860
3861 2003-01-24 [paul]       0.8.9claws
3862
3863         * sylpheed-0.8.9claws released
3864         
3865         * Makefile.am
3866           sylpheed.spec.in
3867                 remove reference to 'INSTALL.jp'
3868
3869 2003-01-23 [paul]       0.8.8claws128
3870
3871         * po/es.po
3872           po/it.po
3873           po/ru.po
3874           po/sr.po
3875                 updated translations. submitted by Ricardo Mones Lastra,
3876                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3877
3878 2003-01-23 [colin]      0.8.8claws127
3879
3880         * src/compose.c
3881                 Fix drafted and queued news articles re-edition
3882
3883 2003-01-23 [melvin]     0.8.8claws126
3884
3885         * po/fr.po
3886                 Updated French translations
3887
3888 2003-01-23 [colin]      0.8.8claws125
3889
3890         * src/inc.c
3891                 Fix "Connecting to..." status message
3892
3893 2003-01-22 [paul]       0.8.8claws124
3894
3895         * po/bg.po
3896                 updated by George Danchev
3897                 
3898         * src/folder.c
3899                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3900                 and folder deletion
3901
3902 2003-01-21 [paul]       0.8.8claws123
3903
3904         * po/bg.po
3905                 updated by George Danchev
3906                 
3907         * src/about.c
3908                 its now 2003
3909                 
3910         * src/toolbar.c
3911                 don't translate 'Separator'
3912                 
3913         * src/plugins/spamassassin/Makefile.am
3914                 add aspell to CPPFLAGS
3915                 
3916         * src/plugins/spamassassin/spamassassin.c
3917           src/plugins/spamassassin/spamassassin_gtk.c
3918                 set correct default for spamassassin_receive_spam
3919                 slightly re-word descriptions and some
3920                 other minor changes
3921
3922 2003-01-19 [alfons]     0.8.8claws122
3923                 
3924         * src/mimeview.c
3925                 mimeview_save_as(): we might as well show the file name for
3926                 the single case "Save As" too
3927
3928 2003-01-19 [alfons]     0.8.8claws121
3929
3930         * src/crash.c
3931                 change bug tracker URL to bugzilla URL
3932
3933 2003-01-19 [alfons]     0.8.8claws120
3934
3935         * src/mimeview.c
3936                 mimeview_save_all(): display name of file before overwriting;
3937                 continue saving all, even when one overwrite was cancelled
3938
3939 2003-01-19 [christoph]  0.8.8claws119
3940
3941         * src/summaryview.c
3942         * src/procmsg.[ch]
3943                 fix wrong usage of procmsg_find_children in summaryview
3944                 by using procmsg_update_unread_children instead of
3945                 summaryview_update_unread_children
3946
3947 2003-01-19 [christoph]  0.8.8claws118
3948
3949         * src/procmsg.c
3950                 fix infinite loop in procmsg_find_children
3951                  (closes bug #25 sylpheed crashes on delete.)
3952
3953         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3954
3955 2003-01-19 [paul]       0.8.8claws117
3956
3957         * po/pt_BR.po
3958                 updated by Ivan Francolin Martinez
3959
3960 2003-01-18 [melvin]     0.8.8claws116
3961
3962         * src/prefs_actions.c
3963                 Removed syntax limitation of only one '&' at the end of command.
3964                         Now actions that contain '>/dev/null 2>&1' are possible.
3965
3966 2003-01-18 [melvin]     0.8.8claws115
3967
3968         * src/prefs_actions.c
3969                 Actions IO dialog: when the action ends
3970                 the "Close" button now has focus and [Escape] closes the
3971                 window.
3972
3973 2003-01-18 [christoph]  0.8.8claws114
3974
3975         * src/procmsg.c
3976                 o add debug output when MsgInfos are really freed
3977                 o free GSLists in procmsg_find_children and
3978                   procmsg_update_unread_children
3979
3980 2003-01-18 [christoph]  0.8.8claws113
3981
3982         * src/mainwindow.c
3983                 reorder Configuration menu
3984
3985 2003-01-18 [christoph]  0.8.8claws112
3986
3987         * src/compose.c
3988                 fix applying templates to forwarded messages
3989
3990         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3991
3992 2003-01-17 [christoph]  0.8.8claws111
3993
3994         * src/folder.c
3995                 destroy folder items, when a folder item is removed
3996
3997 2003-01-17 [christoph]  0.8.8claws110
3998
3999         * src/folder.c
4000                 fix wrong folder stats update when ignored message is
4001                 deleted
4002
4003 2003-01-17 [colin]      0.8.8claws109
4004         
4005         * src/mainwindow.c
4006         * src/summaryview.c
4007                 Quicksearch bugfixes: 
4008                 - hide help button at startup if not extended
4009                 - switch to extended when looking for replies
4010
4011 2003-01-17 [paul]
4012
4013         * sync with 0.8.9 release
4014
4015 2003-01-17 [paul]       0.8.8claws108
4016
4017         * sync with 0.8.8cvs11
4018                 see ChangeLog 2003-01-17
4019
4020 2003-01-16 [colin]      0.8.8claws107
4021
4022         * src/procmsg.c
4023                 Changed encryption test to re-ask passphrase
4024                 if an encrypted message hasn't been decrypted
4025                 Fixes bug #5
4026
4027 2003-01-16 [christoph]  0.8.8claws106
4028
4029         * src/prefs_gtk.c
4030         * src/prefs_toolbar.c
4031         * src/gtk/prefswindow.h
4032         * src/plugins/spamassassin/spamassassin_gtk.c
4033                 remove page destroy function that is not used anymore
4034
4035 2003-01-16 [paul]       0.8.8claws105
4036
4037         * sync with 0.8.8cvs9
4038                 see ChangeLog 2002-01-16
4039
4040 2003-01-16 [colin]      0.8.8claws104
4041
4042         * src/compose.[ch]
4043                 Fix bug with autosaved drafts for IMAP, when draft
4044                 folder is specified - fixes bugzilla bug #20
4045
4046 2003-01-15 [paul]       0.8.8claws103
4047
4048         * src/compose.[ch]
4049           src/procmsg.c
4050                 store folder and message-id of message forwarding
4051                 in queue header and set forward flag after sending
4052
4053 2003-01-15 [paul]       0.8.8claws102
4054
4055         * sync with 0.8.8cvs8
4056                 see ChangeLog 2002-01-15
4057
4058 2003-01-15 [colin]      0.8.8claws101
4059
4060         * src/Makefile.am
4061                 Fix linking with GNU libiconv
4062
4063 2003-01-15 [darko]      0.8.8claws100
4064
4065         * src/pine.c
4066                 fix crash when importing pine address book
4067                 entry with an empty name (reported by DY
4068                 <dybulk at tri8.net>)
4069
4070 2003-01-14 [paul]       0.8.8claws99
4071
4072         * configure.in  ** REMOVED **
4073           configure.ac  ** NEW FILE **
4074                 rename configure.in to configure.ac, as it is now
4075                 preferred
4076
4077 2003-01-14 [melvin]     0.8.8claws98
4078
4079         * src/folderview.c
4080                 folderview_check_new(): More precise function description
4081
4082 2003-01-14 [melvin]     0.8.8claws97
4083
4084         * src/folderview.c
4085                 folderview_check_new(): return the number of new messages 
4086                         since last check.
4087         * src/inc.c
4088                 inc_account_mail(): Disable counting of new messages for IMAP
4089                         and NNTP until bug [19] and [14] are fixed.
4090
4091 2003-01-14 [paul]       0.8.8claws96
4092
4093         * sync with 0.8.8cvs6
4094                 see ChangeLog 2003-01-14
4095
4096 2003-01-13 [alfons]     0.8.8claws95
4097
4098         * src/textview.c
4099                 tune email address validation (c. 0.8.8claws89): if . is 
4100                 just one char away from @, the address is invalid too 
4101                 (correctly rejects addresses like foo@.com)
4102
4103 2003-01-13 [paul]       0.8.8claws94
4104
4105         * src/messageview.c
4106           src/toolbar.c
4107                 fixes to the Message View toolbar and menu:
4108                 fix non-functioning Forward button
4109                 make Reply button consider default_reply_list
4110                 remove 'Follow-up...' menu entry
4111                 add 'Forward' and 'Redirect' menu entries
4112
4113 2003-01-13 [melvin]     0.8.8claws93
4114
4115         * src/inc.c
4116                 Fixed typo that could make new messages count incorrect.
4117
4118 2003-01-13 [melvin]     0.8.8claws92
4119
4120         * src/folderview.[ch]
4121                 folderview_check_new(): return the number of new messages.
4122         * src/inc.c
4123                 Should fix bug [14] where new mail notification worked 
4124                         incorrectly with IMAP accounts.
4125                 inc_spool_account(): return number of new msgs, or -1 on error
4126                 inc_all_spool(): return number of new msgs
4127                 
4128 2003-01-13 [melvin]     0.8.8claws91
4129
4130         * src/prefs_actions.c
4131                 Justify help text.
4132
4133 2003-01-12 [thorsten]   0.8.8claws90
4134
4135         * src/common/prefs.c
4136                 close file before rename
4137
4138 2003-01-12 [alfons]     0.8.8claws89
4139
4140         * AUTHORS
4141                 add Christian Mertes
4142         * src/common/utils.[ch]
4143                 g_stricase_hash(), g_stricase_equal(): functions for 
4144                 case insensitive hash tables
4145         * src/textview.c
4146                 use top level domain names to validate email address, based
4147                 on a patch by Christian Mertes (thanks!), but changed 
4148                 implementation to use a hash table 
4149
4150 2003-01-12 [paul]       0.8.8claws88
4151
4152         * po/bg.po
4153                 updated by George Danchev
4154
4155 2003-01-12 [alfons]     0.8.8claws87
4156
4157         * src/summaryview.c
4158                 delete / execute performance: use new style folder update
4159
4160 2003-01-12 [paul]       0.8.8claws86
4161
4162         * sync with 0.8.8cvs5
4163                 see ChangeLog 2003-01-13 (!)
4164
4165 2003-01-12 [alfons]     0.8.8claws85
4166
4167         * src/filtering.c
4168         * src/matcher_parser_parse.y
4169                 prepare change_score filtering action
4170         * src/matcher.[ch]
4171                 give up const-correctness on functions that call non-const-correct functions;
4172                 several casts to gpointer in g_free();
4173                 add change_score;
4174
4175 2003-01-12 [christoph]  0.8.8claws84
4176
4177         * src/compose.c
4178                 fix 2 warnings
4179
4180         * src/gtk/prefswindow.[ch]
4181         * src/plugins/spamassassin/spamassassin_gtk.c
4182                 changed the call of the widget create function
4183                 for PrefsPages, because sometimes the widget
4184                 create function needs a widget that already has
4185                 been attached to a window (to create GDK pixmaps
4186                 for exmaple). So we simply pass the GtkWindow as
4187                 the second parameter now.
4188
4189         * src/main.c
4190         * src/mainwindow.c
4191         * src/prefs_toolbar.[ch]
4192                 rewrite Toolbar Preferences using the new
4193                 prefs window
4194
4195 2003-01-11 [alfons]     0.8.8claws83
4196
4197         * src/addressadd.c
4198                 fix crash when adding sender to addressbook because status bar
4199                 isn't there (the status bar doesn't seem to be used though,
4200                 but I'll let Match decide what to do with it)
4201
4202 2003-01-11 [colin]      0.8.8claws82
4203
4204         * src/main.c
4205           src/toolbar.c
4206                 Two useless changes reversed
4207
4208 2003-01-11 [colin]      0.8.8claws81
4209
4210         * src/mainwindow.c
4211           src/mainwindow.h
4212                 Add mainwindow_get_mainwindow()
4213         * src/alertpanel.c
4214           src/alertpanel.h
4215                 Add alertpanel_error_log() 
4216         * src/compose.c
4217           src/inc.c
4218           src/messageview.c
4219           src/toolbar.c
4220           src/main.c
4221           src/procmsg.c
4222                 Network errors get a View Log button
4223
4224 2003-01-10 [alfons]     0.8.8claws80
4225
4226         * src/prefs_toolbar.c
4227         * src/toolbar.c
4228                 use the translatable string for "Separator" as file name for
4229                 separator toolbar items (probably make this uppercase?)
4230
4231 2003-01-10 [alfons]     0.8.8claws79
4232
4233         * src/prefs_toolbar.c
4234                 put right A_SEPARATOR description string in "displayed
4235                 toolbar items list" so manually added separators are
4236                 saved correctly (bug #10, "Adding a separator to the main 
4237                 toolbar fails, entry in xml file is wrong")
4238
4239 2003-01-10 [christoph]  0.8.8claws78
4240
4241         * src/imap.c
4242                 o fix warnings
4243                 o use CAPABILITY to check if NAMESPACE is available
4244
4245 2003-01-10 [christoph]  0.8.8claws77
4246
4247         * src/imap.[ch]
4248                 apply UIDPLUS IMAP extension support patch
4249
4250         Patch submitted by Simon 'corecode' Schubert
4251
4252 2003-01-10 [paul]       0.8.8claws76
4253
4254         * src/folderview.c
4255                 a sync from main which fixes the news account folders'
4256                 Properties bug
4257
4258 2003-01-10 [christoph]  0.8.8claws75
4259
4260         * src/folder.c
4261                 don't accept 0 as a valid uid returned by copy and move
4262                 functions. 0 means the message was copied or moved but the
4263                 new uid could not be fetched. It is not an error condition
4264                 for the copy or move operation.
4265
4266 2003-01-10 [paul]       0.8.8claws74
4267
4268         * src/prefs_filtering.c
4269                 change English used in Alert when entry is not
4270                 saved.
4271                 
4272         * sync with 0.8.8cvs4
4273                 see ChangeLog 2003-01-10
4274
4275 2003-01-10 [darko]      0.8.8claws73
4276
4277         * src/pine.c
4278                 fix crash when importing address book entry
4279                 without a valid address
4280
4281 2003-01-09 [alfons]     0.8.8claws72
4282
4283         * src/inc.c
4284                 filtering performance: use new style folder update
4285
4286 2003-01-09 [christoph]  0.8.8claws71
4287
4288         * src/compose.c
4289         * src/gtk/menu.[ch]
4290                 fix wrong selecting of mime encoding type, when
4291                 opening property dialog of attachments in the
4292                 compose window. 7bit was always selected and that
4293                 destoryed files with 8bit data.
4294                 (closes bug #9 Sylpheed-claws destroys attachments when
4295                  changing MIME-types)
4296
4297 2003-01-09 [paul]       0.8.8claws70
4298
4299         * sync with 0.8.8cvs3
4300                 see ChangeLog 2003-01-09
4301
4302 2003-01-08 [alfons]     0.8.8claws69
4303         
4304         * src/addressadd.c
4305                 apply patch by Kim Schulz to fix build breakage
4306                 because of missing variable
4307
4308 2003-01-08 [paul]       0.8.8claws68
4309
4310         * sync with 0.8.8cvs2
4311                 see ChangeLog 2002-01-08
4312
4313 2003-01-08 [paul]       0.8.8claws67
4314
4315         * po/it.po
4316                 updated by Alessandro Maestri
4317                 
4318         * src/addressadd.c
4319                 when using 'Add sender to addressbook' allow
4320                 name to be edited and remarks to be entered
4321                 Patch submitted by Luke Plant
4322
4323 2003-01-08 [darko]      0.8.8claws66
4324
4325         * README.claws, src/summaryview.c
4326                 fix description for marked messages
4327
4328 2003-01-08 [paul]
4329
4330         * tools/Makefile.am
4331           tools/launch_phoenix  ** NEW FILE **
4332                 add script that enables using Phoenix as the default
4333                 web browser. 
4334                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4335                 
4336         * tools/OOo2sylpheed.pl
4337                 remove full path to sylpheed executable, just 'sylpheed'
4338                 will do
4339                 
4340         * tools/README
4341                 add launch_phoenix informtion and re-arrange and compress
4342                 the data a little
4343
4344 2003-01-07 [christoph]  0.8.8claws65
4345
4346         * src/folder.c
4347                 fix update for source folder when moving messages
4348         * src/procmsg.[ch]
4349         * src/summaryview.c
4350                 use function to set to_folder for message infos and
4351                 automatically update the op_count for old and new
4352                 folder
4353
4354 2003-01-07 [melvin]     0.8.8claws64
4355
4356         * src/prefs_actions.c
4357                 Fixed bug where an '%p' Action on a displayed image crashed 
4358                         Sylpheed
4359                 Code clean up (get rid of duplicated code and removed unnecessary 
4360                                 structure member)
4361
4362 2003-01-07 [christoph]  0.8.8claws63
4363
4364         * src/compose.c
4365         * src/folder.[ch]
4366         * src/folderview.c
4367         * src/import.c
4368         * src/inc.c
4369         * src/main.c
4370         * src/mainwindow.c
4371         * src/messageview.c
4372         * src/prefs_folder_item.c
4373         * src/procmsg.c
4374         * src/summaryview.c
4375         * src/toolbar.c
4376                 o remove all folder update triggering from the UI code. The folder
4377                   system should know much better when a folder needs an update.
4378                 o to prevent multiple updates in a row the folder updates can be
4379                   frozen for some time.
4380
4381                 Note: - Please verify that no updates are missing
4382                       - Check where freeze/thaws should be added
4383
4384 2003-01-07 [christoph]  0.8.8claws62
4385
4386         * src/prefs_actions.c
4387                 don't translate empty strings
4388
4389         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4390
4391 2003-01-06 [christoph]  0.8.8claws61
4392
4393         * src/prefs_actions.c
4394                 mark strings for gettext
4395         * src/prefs_matcher.c
4396                 use new description window for Execute action and
4397                 match condition in Filtering
4398
4399         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4400
4401 2003-01-06 [alfons]     0.8.8claws60
4402
4403         keep myself inspired to re-organize matcher part 8; 
4404         yes, more to come (I need to move out the descriptive
4405         text for actions to matcher.c, or at least make it not
4406         depend on the wicked ordering)
4407
4408         * src/prefs_matcher.c
4409                 add documentation so others may comprehend the
4410                 UI part of the conditions
4411                 
4412 2003-01-06 [christoph]  0.8.8claws59
4413
4414         * src/prefs_actions.c
4415                 use new description window for syntax help
4416         * src/gtk/description_window.c
4417                 fix display of descriptions with column count != 2
4418
4419         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4420
4421 2003-01-06 [christoph]  0.8.8claws58
4422
4423         * src/quote_fmt.c
4424         * src/summaryview.[ch]
4425         * src/gtk/Makefile.am
4426         * src/gtk/description_window.[ch]       ** NEW **
4427                 use a generic window to display syntax descriptions
4428                 currently used in quote_fmt and summaryview (new description
4429                 for extended quick search)
4430
4431         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4432
4433 2003-01-06 [paul]       0.8.8claws57
4434
4435         * sync with 0.8.8cvs1
4436                 see ChangeLog 2003-01-06
4437
4438 2003-01-06 [christoph]  0.8.8claws56
4439
4440         * src/mainwindow.c
4441         * src/prefs_gtk.[ch]
4442         * src/gtk/prefswindow.[ch]
4443         * src/plugins/spamassassin/spamassassin_gtk.c
4444                 o remove page management from prefswindow, pages
4445                   will be an argument to prefswindow_open
4446                 o prefswindow_open gets a datapointer that is
4447                   passed to the widget_create function to allow
4448                   creation of prefswindow for specific items
4449
4450 2003-01-06 [colin]      0.8.8claws55
4451         
4452         * src/summaryview.c
4453                 We don't want regexp in the reply-finder, 
4454                 because MIDs can contain !,$,. and so on
4455
4456 2003-01-06 [jens]       0.8.8claws54
4457
4458         * src/jpilot.c
4459                 fixed a wrong free in jpilot_read_db_files
4460
4461 2003-01-06 [alfons]     0.8.8claws53
4462
4463         re-organize matcher part 8; more to come
4464        
4465         * src/matcher.c
4466                 matcherprop_to_string(): put g_free()s before the
4467                 switch-case break to fix memleaks                
4468
4469 2003-01-06 [colin]      0.8.8claws52
4470
4471         * src/summaryview.c
4472                 cleanup & reply-finder now displays the first 
4473                 matching message
4474
4475 2003-01-05 [alfons]     0.8.8claws51
4476
4477         re-organize matcher part 7; more to come
4478
4479         * src/matcher.[ch]
4480                 fixes for constant correctness;
4481                 more documentation;
4482
4483 2003-01-05 [alfons]     0.8.8claws50
4484
4485         re-organize matcher part 6; more to come
4486         
4487         * src/matcher.[ch]
4488                 fixes for constant correctness;
4489                 more documentation;
4490         * src/filtering.c
4491                 fix for constant correctness
4492
4493 2003-01-05 [colin]      0.8.8claws49
4494
4495         * src/account.[ch]
4496                 Add account_get_reply_account function
4497         * src/compose.c
4498                 Use account_get_reply_account function 
4499         * src/summaryview.c
4500                 Basic reply-finder - click on the replied
4501                 icon gets you to the outbox using quick-search
4502
4503 2003-01-05 [paul]       0.8.8claws48
4504
4505         * src/prefs_common.c
4506                 small change to English
4507                 
4508         * src/prefs_filtering.c
4509                 prefs_filtering_action_select(): improve logic and uniformity
4510                 of gui
4511
4512 2003-01-05 [alfons]     0.8.8claws47
4513
4514         fine tune solution to focus problems (bug #7)
4515
4516         * src/mainwindow.c
4517                 mainwindow_focus_in_event(): remove grab event check
4518         * src/summaryview.c
4519                 summary_button_pressed(): move selection on right-click
4520                 too. we can't possibly move the selection back after
4521                 canceling a dialog, because gtk's incomplete focus 
4522                 management. whether this is a good solution, only time
4523                 will tell.
4524
4525 2003-01-05 [christoph]  0.8.8claws46
4526
4527         * src/imap.c
4528                 fix crash when no imap connection could be established
4529
4530 2003-01-05 [paul]       0.8.8claws45
4531
4532         * src/mainwindow.c
4533           src/sumamryview.c
4534           src/gtk/menu.[ch]
4535                 fix bug 605957 'shortcuts in popup-menu'
4536                 make user-defined shortcuts work
4537                 show shortcuts that are already defined
4538                 in the main menu
4539                 Patch submitted by Luke Plant
4540
4541 2003-01-05 [alfons]     0.8.8claws44
4542
4543         * src/mainwindow.c
4544                 focus_in_event handler should not select summary view row 
4545                 when another window (menu, dialog) grabbed for events 
4546                 (bug #7, "[0.8.8claws42] Message summary focus") 
4547
4548 2003-01-04 [christoph]  0.8.8claws43
4549
4550         * src/procmsg.c
4551                 update save folder after adding the sent message
4552                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4553
4554 2003-01-02 [christoph]  0.8.8claws42
4555
4556         * src/common/plugin.c
4557                 fix unloading of all plugins and unload
4558                 plugins in reverse order
4559                 
4560         * src/gtk/pluginwindow.c
4561                 implement function of load and unload button
4562
4563         * src/gtk/prefswindow.c
4564         * src/gtk/prefswindow.h
4565                 rename register function and add new unregister
4566                 function
4567
4568         * src/plugins/spamassassin/spamassassin_gtk.c
4569                 unregister prefs page and update for changes in
4570                 src/gtk/prefswindow.c
4571
4572 2003-01-02 [paul]       0.8.8claws41
4573
4574         * po/es.po
4575                 updated by Ricardo Mones Lastra
4576
4577 2003-01-02 [paul]
4578
4579         * tools/tb2sylpheed
4580                 fixes and improvements by Urke MMI
4581
4582 2003-01-02 [thorsten]   0.8.8claws40
4583
4584         * src/procmsg.c
4585                 fixed wrong return value
4586
4587 2003-01-02 [thorsten]   0.8.8claws39
4588
4589         * src/prefs.c
4590                 fixed printing wrong variable
4591
4592 2003-01-02 [thorsten]   0.8.8claws38
4593
4594         * src/prefs.c
4595                 fixed acessing members of freed pfile struct
4596
4597 2003-01-02 [thorsten]   0.8.8claws37
4598
4599         * src/procmsg.c
4600                 detect loops across several messages
4601                 as suggested by Christoph Hohmann
4602
4603 2003-01-01 [match]      0.8.8claws36
4604
4605         * src/addrindex.c
4606                 fixed another memory leak.
4607
4608 2003-01-01 [match]      0.8.8claws35
4609
4610         * src/jpilot.[ch]
4611                 fixed memory leaks. applied Doxygen comments.
4612
4613 2003-01-01 [thorsten]   0.8.8claws34
4614
4615         * src/procmsg.c
4616                 inhibit endless loop if msg references itself
4617                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4618
4619 2003-01-01 [christoph]  0.8.8claws33
4620
4621         * src/mainwindow.c
4622         * src/gtk/Makefile.am
4623         * src/gtk/pluginwindow.c                ** NEW **
4624         * src/gtk/pluginwindow.h                ** NEW **
4625                 add plugin window
4626
4627         * src/plugins/demo/demo.c
4628         * src/plugins/spamassassin/spamassassin.c
4629         * src/plugins/spamassassin/spamassassin_gtk.c
4630                 write better plugin descriptions
4631
4632 2002-12-31 [christoph]  0.8.8claws32
4633
4634         * src/gtk/prefswindow.c
4635         * src/plugins/spamassassin/spamassassin_gtk.c
4636                 some small improvements to GTK code
4637
4638 2002-12-31 [christoph]  0.8.8claws31
4639
4640         * src/plugins/spamassassin/spamassassin_gtk.c
4641                 enable folder select button
4642
4643 2002-12-31 [christoph]  0.8.8claws30
4644
4645         * src/mainwindow.c
4646         * src/gtk/Makefile.am
4647         * src/gtk/prefswindow.c                         ** NEW **
4648         * src/gtk/prefswindow.h                         ** NEW **
4649                 add new prefs window
4650
4651         * src/common/plugin.c
4652                 don't try to load empty config lines
4653         
4654         * src/plugins/spamassassin/Makefile.am
4655         * src/plugins/spamassassin/spamassassin.c
4656         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4657         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4658                 GTK config for SpamAssassin Plugin using
4659                 the new prefs window
4660
4661 2002-12-31 [paul]       0.8.8claws29
4662
4663         * po/POTFILES.in
4664                 remove obsolete entry 'src/menu.c'
4665
4666 2002-12-31 [alfons]     0.8.8claws28
4667
4668         * src/matcher.[ch]
4669         * src/matcher_parser_parse.y
4670         * src/prefs_matcher.c
4671                 add "ignore_thread" and "~ignore_thread" condition so it's
4672                 possible to make the actions / scoring operate on the ignore
4673                 thread flag
4674
4675 2002-12-31 [christoph]  0.8.8claws27
4676
4677         * src/addrbook.c
4678         * src/addrindex.c
4679         * src/folder.c
4680         * src/matcher.c
4681         * src/prefs_account.c
4682         * src/prefs_actions.c
4683         * src/prefs_customheader.c
4684         * src/prefs_display_header.c
4685         * src/prefs_gtk.c
4686         * src/procmime.c
4687         * src/toolbar.c
4688         * src/xmlprops.c
4689         * src/common/prefs.[ch]
4690                 extend prefs file handling for reading and automatic handling
4691                 of blocks. When reading prefs_set_block_label will automatically
4692                 move on to the block. When writing it will copy all other blocks
4693                 automatically
4694
4695         * src/common/plugin.c
4696                 Now loading plugin filenames from [Plugins] block in
4697                 sylpheed rc file
4698
4699 2002-12-30 [christoph]  0.8.8claws26
4700
4701         * src/common/hooks.[ch]
4702                 return abort status to caller of hooks_invoke
4703                 
4704         * src/inc.[ch]
4705                 invoke message filtering hook and stop
4706                 default handling when filter returns abort
4707
4708         * src/common/plugin.[ch]
4709         * src/plugins/demo/demo.c
4710                 modify plugin loader, because resolving symbols for strings
4711                 does not work correctly
4712         
4713         * configure.in
4714         * ac/spamassassin.m4                            ** NEW **
4715         * src/plugins/spamassassin/.cvsignore           ** NEW **
4716         * src/plugins/spamassassin/Makefile.am          ** NEW **
4717         * src/plugins/spamassassin/README               ** NEW **
4718         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4719         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4720         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4721                 add spamassassin plugin, see src/plugins/spamassassin/README
4722                 for details
4723
4724 2002-12-29 [alfons]     0.8.8claws25
4725
4726         * src/mainwindow.c
4727                 when moving focus from a message view to the main 
4728                 window, don't forget to select the summary node
4729                 of the displayed message. should fix "[ 659103 ] 
4730                 focus-follows-mouse confuses sylpheed"
4731
4732 2002-12-29 [christoph]  0.8.8claws24
4733
4734         * src/Makefile.am
4735         * src/stringtable.[ch]          ** REMOVE **
4736         * src/common/Makefile.am
4737         * src/common/stringtable.[ch]   ** NEW **
4738                 move stringtable files to common directory
4739
4740 2002-12-29 [christoph]  0.8.8claws23
4741
4742         * src/Makefile.am
4743         * src/menu.[ch]                 ** REMOVE **
4744         * src/gtk/Makefile.am
4745         * src/gtk/menu.[ch]             ** NEW **
4746                 move menu files to gtk directory
4747
4748 2002-12-29 [match]      0.8.8claws22
4749
4750         * src/addressbook.c
4751         * src/syldap.c
4752                 moved UI specific code out of LDAP code into addressbook
4753                 UI code. fixed memory leak.
4754
4755 2002-12-29 [christoph]  0.8.8claws21
4756
4757         * src/folder.c
4758                 only check for IGNORED parent message when message is
4759                 not IGNORED itself
4760
4761 2002-12-29 [alfons]     0.8.8claws20
4762
4763         * src/summaryview.c
4764                 set gtksctree's anchor correct (immediate execute
4765                 changes the tree's layout, and anchor points at 
4766                 the incorrect row). fixes "[ 657233 ] multiple msg 
4767                 delete sometimes off by 1".
4768                 we probably have to look for more tree layout /
4769                 anchor glitches.
4770
4771 2002-12-29 [paul]       0.8.8claws19
4772
4773         * src/summaryview.c
4774                 fix bug [ 659054 ] incorrect sorting of 'From' column
4775                 when using 'display sender using address book'
4776                 thanks to Alfons and Luke Plant
4777
4778 2002-12-29 [christoph]  0.8.8claws18
4779
4780         * src/folder.c
4781         * src/procmsg.[ch]
4782                 check parent messages for IGNORE THREAD flag, when adding,
4783                 moving or copying messages to a folder
4784
4785 2002-12-27 [alfons]     0.8.8claws17
4786
4787         re-organize matcher part 5; more to come
4788
4789         * src/matcher.c
4790                 hash keywords in matchparser_tab 
4791
4792 2002-12-27 [alfons]     0.8.8claws16
4793
4794         re-organize matcher part 4; more to come
4795
4796         * src/matcher_parser.h
4797         * src/matcher_parser_lex.l
4798         * src/matcher_parser_parse.y
4799                 cleanup
4800
4801 2002-12-27 [alfons]     0.8.8claws15
4802
4803         re-organize matcher part 3; more to come
4804
4805         * src/matcher.[ch]
4806                 cleanup
4807
4808 2002-12-27 [alfons]     0.8.8claws14
4809
4810         re-organize matcher part 2; more to come but this should
4811         work. cc me if there are any regressions.
4812
4813         * src/matcher.h
4814                 add prototype for get_matchparser_tab_id()
4815         * src/matcher_parser_lex.l
4816                 look up keywords using matchparser_tab_id();
4817
4818 2002-12-27 [alfons]     0.8.8claws12
4819
4820         re-organize matcher part 1
4821
4822         * src/matcher.h
4823                 map yacc generated constants to sylpheed matcher constants
4824         * src/matcher.c
4825                 add function to find a matcher constant from a string
4826
4827 2002-12-27 [christoph]  0.8.8claws11
4828
4829         * src/compose.c
4830                 MENUITEM_ADD casts the 4th argument from integer to pointer
4831                 so it probably should not be a pointer, this means we
4832                 should use account id for it and not the account's pointer
4833
4834 2002-12-27 [paul]       0.8.8claws10
4835
4836         * src/mainwindow.c
4837                 remove unneeded 'GtkWidget *vbox'
4838                 
4839         * src/summaryview.c
4840                 further sync with 0.8.8 - make sort
4841                 by recipient work as expected
4842                 
4843         * NEWS
4844                 sync with 0.8.8
4845
4846 2002-12-27 [paul]       0.8.8claws9
4847
4848         * po/pt_BR.po
4849                 updated by Ivan F. Martinez
4850                 
4851 2002-12-27 [darko]      0.8.8claws8
4852
4853         * src/common/utils.c
4854                 added locked pattern to extended search
4855
4856 2002-12-27 [alfons]     0.8.8claws7
4857
4858         * src/prefs_matcher.[ch]
4859                 clean up
4860
4861 2002-12-26 [alfons]     0.8.8claws6
4862
4863         * src/matcher.[ch]
4864         * src/matcher_parser_lex.l
4865         * src/matcher_parser_parse.y
4866         * src/prefs_matcher.c
4867                 allow color label as a condition in the matcher
4868
4869 2002-12-26 [oliver]     0.8.8claws5
4870         
4871         * src/toolbar.c 
4872                 enable Addressbook for Main and Messageview
4873         * src/prefs_actions.c
4874                 enable actions in Messageview
4875
4876 2002-12-26 [christoph]  0.8.8claws4
4877
4878         * src/common/plugin.c
4879                 add a little debug output
4880         * configure.in
4881         * src/plugins/demo/Makefile.am
4882                 better use of automake
4883
4884 2002-12-26 [christoph]  0.8.8claws3
4885
4886         * src/Makefile.am
4887         * src/common/Makefile.am
4888                 fix "make distdir"
4889
4890 2002-12-26 [christoph]  0.8.8claws2
4891
4892         * configure.in
4893                 sort configure checks into common / gtk / plugins
4894         * po/POTFILES.in
4895                 add src/prefs_gtk.c
4896         * src/Makefile.am
4897                 add plugins SUBDIR
4898         * src/main.c
4899         * src/common/sylpheed.[ch]
4900                 added now sylpheed_done function for shutdown
4901         * src/common/Makefile.am
4902         * src/common/plugin.[ch]                ** NEW **
4903                 plugin loader and unloader
4904         * src/plugins/.cvsignore                ** NEW **
4905         * src/plugins/Makefile.am               ** NEW **
4906                 build plugins
4907         * src/plugins/demo/.cvsignore           ** NEW **
4908         * src/plugins/demo/Makefile.am          ** NEW **
4909         * src/plugins/demo/demo.c               ** NEW **
4910                 small demo plugin that installs a logtext hook and
4911                 outputs the log text to stdout
4912
4913 2002-12-26 [paul]       0.8.8claws1
4914
4915         * po/es.po
4916                 updated by Ricardo Mones Lastra
4917
4918 2002-12-26 [paul]       0.8.8claws
4919
4920         * 0.8.8claws released
4921
4922 2002-12-26 [paul]       0.8.7claws12
4923
4924         * po/bg.po
4925                 updated by George Danchev
4926
4927 2002-12-26 [paul]       0.8.7claws11
4928
4929         * po/POTFILES.in
4930                 remove unneeded 'src/prefs.c' entry 
4931
4932 2002-12-26 [paul]       0.8.7claws10
4933
4934         * src/codeconv.c
4935           src/mainwindow.c
4936                 sync with 0.8.8 release
4937         
4938         * src/folder.[ch]
4939           src/mh.c
4940           src/summaryview.c
4941                 partial sync with 0.8.8 release
4942         
4943
4944 2002-12-25 [alfons]     0.8.7claws9
4945
4946         * src/matcher.[ch]
4947         * src/matcher_parser_lex.l
4948         * src/matcher_parser_parse.y
4949         * src/prefs_matcher.c
4950                 add locked flag to possible filtering / matcher 
4951                 conditions (also a good example what should be
4952                 done to add a simple boolean condition)
4953
4954 2002-12-25 [christoph]  0.8.7claws8
4955
4956         * src/Makefile.am
4957         * src/account.[ch]
4958         * src/addrbook.c
4959         * src/addressbook.c
4960         * src/addrindex.c
4961         * src/filtering.c
4962         * src/folder.c
4963         * src/matcher.c
4964         * src/prefs.[ch]                ** REMOVE **
4965         * src/prefs_account.c
4966         * src/prefs_actions.c
4967         * src/prefs_common.c
4968         * src/prefs_customheader.c
4969         * src/prefs_display_header.c
4970         * src/prefs_filtering.c
4971         * src/prefs_folder_item.c
4972         * src/prefs_gtk.[ch]            ** NEW **
4973         * src/prefs_matcher.c
4974         * src/prefs_scoring.c
4975         * src/prefs_summary_column.c
4976         * src/procmime.c
4977         * src/selective_download.c
4978         * src/toolbar.c
4979         * src/common/Makefile.am
4980         * src/common/prefs.[ch]         ** NEW **
4981                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4982
4983 2002-12-24 [alfons]     0.8.7claws7
4984
4985         * src/summaryview.c
4986                 summary_thread_build(): fix real cause of the crash mentioned in
4987                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4988                 this way we get meaningful ctree nodes 
4989
4990 2002-12-24 [oliver]     0.8.7claws6
4991
4992         * src/mainwindow.[ch]
4993         * src/messageview.[ch]
4994         * src/compose.[ch]
4995         * src/inc.c
4996         * src/summaryview.c
4997                 changes to use updated toolbar handling
4998                 
4999 2002-12-24 [oliver]     0.8.7claws5
5000
5001         * src/toolbar.[ch]
5002                 generic toolbar handling
5003                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5004         * src/prefs_toolbar.[ch]
5005                 adjust to handling
5006         
5007 2002-12-24 [oliver]     0.8.7claws4
5008         
5009         * src/stock_pixmap.[ch]
5010                 move SYLPHEED_LOGO to end of list in order 
5011                 to remove it from Custom Toolbar`s Icon View
5012
5013 2002-12-24 [alfons]     0.8.7claws3
5014
5015         * src/summaryview.c
5016                 summary_thread_build(): fix crash because of focus != selection 
5017                 after threading. when deleting the selection, gtk tries but fails 
5018                 to find the correct focusable element. we now force the selection
5019                 to be focused. this should solve the infamous bug reported by 
5020                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5021                 a test case is available. 
5022
5023 2002-12-24 [darko]      0.8.7claws2
5024
5025         * src/summaryview.c
5026                 don't crash when unmarking message with unread children
5027
5028 2002-12-23 [christoph]  0.8.7claws1
5029
5030         * src/Makefile.am
5031         * src/common/Makefile.am
5032                 update Makefiles for moved intl.h, version.h and defs.h
5033         * src/imap.c
5034                 rewrite imap_session_get to avoid duplicate code
5035
5036 2002-12-23 [paul]       0.8.7claws
5037
5038         * Santa-Claws released
5039         
5040         * po/hu.po
5041           po/ru.po
5042                 squeeze in updated Hungarian and Russian translations.
5043                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5044
5045 2002-12-23 [paul]       0.8.6claws129
5046
5047         * po/pl.po
5048                 updated by Witold Wladyslaw Wojciech Wilk
5049
5050 2002-12-23 [paul]       0.8.6claws128
5051
5052         * src/quote_fmt_parse.y
5053                 fix typo and add licence header
5054
5055 2002-12-23 [paul]       0.8.6claws127
5056
5057         * po/en_GB.po
5058                 updated
5059
5060 2002-12-23 [paul]       0.8.6claws126
5061
5062         * po/it.po
5063                 updated translation, submitted by Alessandro Maestri
5064                 
5065 2002-12-23 [paul]       0.8.6claws125
5066
5067         * src/quote_fmt_parse.y
5068                 fix signature-stripping on replies bug. match
5069                 '-- \n' and not '-- '.
5070
5071 2002-12-22 [paul]       0.8.6claws124
5072
5073         * po/bg.po
5074           po/es.po
5075           po/sr.po
5076                 updated translations. submitted by George Danchev,
5077                 Ricardo Mones Lastra, and Urke MMI respectively
5078
5079 2002-12-21 [paul]       0.8.6claws123
5080
5081         * src/addrbook.c
5082                 fix coding style
5083
5084 2002-12-21 [paul]       0.8.6claws122
5085
5086         * src/addrbook.c
5087                 fix bug [643638] where if a person is in one or more
5088                 addressbook groups editing that person's email 
5089                 address results in removal from those groups.
5090                 Patch submitted by Luke Plant.
5091
5092 2002-12-20 [christoph]  0.8.6claws121
5093
5094         * src/common/utils.c
5095         * src/summaryview.c
5096                 reimplement expand_search_string using GString to
5097                 prevent crashs caused by miscalculated string
5098                 lengths reported by Paul
5099
5100 2002-12-20 [christoph]  0.8.6claws120
5101
5102         * src/summaryview.c
5103                 don't use "changed" to check if op_count has to be changed as it
5104                 is also set when the message has unread children
5105                 (closes bug [ 653221 ] crash while deleting duplicates)
5106
5107 2002-12-20 [paul]       0.8.6claws119
5108
5109         * sync with 0.8.6cvs27
5110                 see ChangeLog 2002-12-20
5111
5112 2002-12-20 [paul]       0.8.6claws118
5113
5114         * sync with 0.8.6cvs26
5115                 see ChangeLog 2002-12-19 and 2002-12-20
5116
5117 2002-12-19 [alfons]     0.8.6claws117
5118
5119         * src/textview.c
5120                 fix incorrect parsing of email addresses, submitted by 
5121                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5122                 name display if it contains @".
5123
5124 2002-12-18 [paul]       0.8.6claws116
5125
5126         * sync with 0.8.6cvs23
5127                 see ChangeLog 2002-12-18
5128
5129 2002-12-18 [paul]       0.8.6claws115
5130
5131         * src/Makefile.am
5132         * src/account.c
5133         * src/codeconv.c
5134         * src/gtkutils.[ch]
5135         * src/imap.c
5136                 sync with 0.8.6cvs22.
5137                 see ChangeLog 2002-12-17 and 2002-12-18
5138
5139 2002-12-17 [christoph]  0.8.6claws114
5140
5141         * src/imap.c
5142                 o don't create a session if imap greeting fails
5143                 o don't close socket when authentication fails
5144                   this is done by imap_session_destroy
5145
5146 2002-12-17 [thorsten]   0.8.6claws113
5147
5148         * tools/Makefile.am
5149           tools/README
5150           tools/google_msgid.pl ** NEW FILE **
5151                 Added "search for message-id" script and doc
5152
5153 2002-12-17 [thorsten]   0.8.6claws112
5154
5155         * po/hu.po
5156                 Updated hungarian translation
5157                 (updated by Gal Zoltan)
5158
5159 2002-12-16 [christoph]  0.8.6claws111
5160
5161         * src/addr_compl.c
5162                 remove stupid addressbook dump to debug output
5163         * src/mh.c
5164                 fix memory leak found by Hiro
5165
5166 2002-12-14 [paul]       0.8.6claws110
5167
5168         * src/compose.c
5169                 fix menubar sensitivity on send
5170                 
5171         * src/prefs_filtering.c
5172         * src/prefs_matcher.c
5173         * src/prefs_scoring.c
5174                 Fix english ;)
5175                 
5176         * src/common/quoted-printable.h
5177                 sync: fix typo
5178         
5179 2002-12-13 [christoph]  0.8.6claws109
5180
5181         * src/Makefile.am
5182         * src/manage_window.[ch]        ** REMOVE **
5183         * src/gtk/Makefile.am
5184         * src/gtk/manage_window.[ch]    ** NEW **
5185                 move manage_window files to gtk directory
5186
5187 2002-12-13 [christoph]  0.8.6claws108
5188
5189         * src/Makefile.am
5190         * src/gtkshruler.[ch]           ** REMOVE **
5191         * src/gtk/Makefile.am
5192         * src/gtk/gtkshruler.[ch]       ** NEW **
5193                 move gtkshruler files to gtk directory
5194
5195 2002-12-13 [christoph]  0.8.6claws107
5196
5197         * src/Makefile.am
5198         * src/compose.c
5199         * src/gtkstext.[ch]             ** REMOVE **
5200         * src/gtkutils.[ch]
5201         * src/textview.c
5202         * src/gtk/gtkstext.[ch]         ** NEW **
5203         * src/gtk/Makefile.am
5204                 o move stext functions to gtkstext.c to remove
5205                   dependency of gtkutils
5206                 o move gtkstext files to gtk directory
5207
5208         * src/gtk/Makefile.am
5209         * src/gtk/sslcertwindow.[ch]
5210                 UI stuff can always depend on common code so
5211                 it's ok to add ../common to include path
5212
5213 2002-12-13 [colin]      0.8.6claws106
5214
5215         * src/summaryview.c
5216                 Disconnect sighandlers for mainwindow when
5217                 quicksearch has the focus
5218                 Fix bug #653231
5219         * src/mainwindow.[ch]
5220                 Make key_pressed callback public, to be able
5221                 to disconnect it
5222
5223 2002-12-13 [christoph]  0.8.6claws105
5224
5225         * src/mh.c
5226                 create .mh_sequences file in new MH folders
5227                 (closes feature request [ 523162 ] MH folders should
5228                  get a .mh_sequences)
5229
5230 2002-12-13 [colin]      0.8.6claws104
5231
5232         * src/summaryview.c
5233                 Better handling of quicksearch show/hide
5234                 (basically the button stays under the mouse 
5235                  when toggled)
5236
5237 2002-12-13 [paul]       0.8.6claws103
5238
5239         * sync with 0.8.6cvs17
5240                 see ChangeLog 2002-12-13
5241
5242 2002-12-13 [paul]       0.8.6claws102
5243
5244         * po/es.po
5245                 updated by Ricardo Mones Lastra
5246
5247 2002-12-11 [colin]       0.8.6claws101
5248
5249         * src/folder.c
5250                 remove statusbar stuff
5251           src/folderview.c
5252                 set statusbar verbosity when moving folders
5253
5254 2002-12-11 [colin]       0.8.6claws100
5255         * src/prefs_filtering.c
5256         * src/prefs_matcher.c
5257         * src/prefs_scoring.c
5258                 Fix english ;)
5259
5260 2002-12-11 [colin]       0.8.6claws99
5261
5262         * src/prefs_common.[ch]
5263                 Add summary_quicksearch_type
5264         * src/summaryview.c
5265                 Save last used quicksearch type
5266
5267 2002-12-11 [jens]       0.8.6claws98
5268         * src/prefs_filtering.c
5269         * src/prefs_matcher.c
5270         * src/prefs_scoring.c
5271                 added dialog for incomplete rules in scoring, filtering and
5272                 matcher to ask wheather really close
5273
5274 2002-12-11 [colin]      0.8.6claws97
5275
5276         * src/folder.c
5277                 Fix folder dnd statusbar logging
5278
5279 2002-12-10 [christoph]  0.8.6claws96
5280
5281         * src/compose.c
5282         * src/folder.c
5283         * src/imap.c
5284         * src/inc.c
5285         * src/main.c
5286         * src/mainwindow.c
5287         * src/news.c
5288         * src/send.c
5289         * src/statusbar.[ch]
5290         * src/common/hooks.c
5291         * src/common/log.[ch]
5292                 o handle verbose logging in statusbar directly in statusbar code
5293                   and common code does not need any knowledge about a statusbar
5294                 o remove direct calls to statusbar_(puts|pop)_all functions
5295
5296 2002-12-10 [jens]       0.8.6claws95
5297
5298         * src/*.c
5299                 removed gettext from g_warnings
5300         * po/POTFILES.in
5301                 cleaned and updated
5302         * po/de.po
5303                 updated
5304
5305 2002-12-10 [colin]      0.8.6claws94
5306
5307         * src/main.c
5308                 finish crash dialog fix
5309
5310 2002-12-10 [colin]      0.8.6claws93
5311
5312         * src/main.c
5313                 "Fix" "sylpheed already running" instead of
5314                 crash dialog appearing after a crash
5315
5316 2002-12-10 [colin]      0.8.6claws92
5317
5318         * po/POTFILES.in
5319                 add src/gtk/sslcertwindow.c
5320
5321 2002-12-10 [paul]       0.8.6claws91
5322
5323         * po/POTFILES.in
5324                 updated to reflect recent changes
5325                 submitted by Alessandro Maestri
5326
5327 2002-12-09 [christoph]  0.8.6claws90
5328
5329         * src/Makefile.am
5330         * src/smtp.[ch]                 ** REMOVE **
5331         * src/common/Makefile.am
5332         * src/common/smtp.[ch]          ** NEW **
5333                 move smtp files to common directory
5334
5335 2002-12-09 [christoph]  0.8.6claws89
5336
5337         * src/Makefile.am
5338         * src/session.[ch]              ** REMOVE **
5339         * src/common/Makefile.am
5340         * src/common/session.[ch]       ** NEW **
5341                 move session files to common directory
5342
5343 2002-12-09 [paul]       0.8.6claws88
5344
5345         * src/account.c
5346                 fix bug [649746] edit accounts: move account reverted
5347                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5348
5349 2002-12-09 [colin]      0.8.6claws87
5350
5351         * src/ssl_certificate.c
5352                 cleanup
5353
5354 2002-12-09 [colin]      0.8.6claws86
5355
5356         * src/ssl.c
5357                 Try to open the cert.pem database and 
5358                 issue a warning if it isn't there
5359
5360 2002-12-09 [colin]      0.8.6claws85
5361
5362         * src/common/ssl_certificate.c
5363         * src/gtk/sslcertwindow.c
5364                 Warning fixes
5365
5366 2002-12-09 [colin]      0.8.6claws84
5367
5368         * src/ssl_certificate.[ch] ** REMOVED **
5369         * src/common/ssl_certificate.[ch] ** NEW **
5370         * src/Makefile.am
5371         * src/common/Makefile.am
5372                 Moved ssl_certificate.[ch] to common
5373         * src/common/ssl.c 
5374                 Put back needed include
5375         * src/gtk/sslcertwindow.[ch]
5376                 Changed ssl_certificate.h include
5377         
5378 2002-12-09 [colin]      0.8.6claws83
5379
5380         * src/gtk/sslcertwindow.[ch]
5381                 Implement hook for certificate acception
5382         * src/ssl_certificate.[ch]
5383                 Implement hook for certificate acception
5384         * src/common/ssl.c
5385                 Reenable certificate acception check
5386         * src/mainwindow.c
5387                 Register sslcertwindow's hook
5388         
5389 2002-12-08 [christoph]  0.8.6claws82
5390
5391         * src/about.c
5392         * src/addr_compl.c
5393         * src/codeconv.c
5394         * src/manual.c
5395         * src/undo.c
5396         * src/common/utils.c
5397                 o add missing includes
5398                 o fix warnings
5399         * src/.cvsignore
5400         * src/common/.cvsignore
5401         * src/common/version.h          ** REMOVE **
5402                 remove autogenerated file
5403
5404 2002-12-08 [paul]       0.8.6claws81
5405
5406         * src/stringtable.c
5407                 put back needed include
5408
5409 2002-12-08 [colin]      0.8.6claws80
5410         
5411         * src/gtk/sslcertwindow.c
5412                 Cleaner popups when asking
5413         * src/ssl_certificate.c
5414         * src/prefs_common.[ch]
5415                 remove ssl certificate pref
5416                 put back needed include
5417         * src/undo.c
5418                 put back needed include
5419
5420 2002-12-08 [christoph]  0.8.6claws79
5421
5422         * src/folderview.c
5423         * src/logwindow.c
5424         * src/statusbar.c
5425         * src/summaryview.c
5426                 only abort hook invokation if required data is missing not
5427                 if our own data pointer is NULL, update hookfunction for
5428                 log window
5429
5430 2002-12-08 [paul]       0.8.6claws78
5431
5432         * src/about.c
5433         * src/addrcache.c
5434         * src/addrclip.c
5435         * src/addr_compl.c
5436         * src/addrselect.c
5437         * src/codeconv.c
5438         * src/colorlabel.c
5439         * src/enriched.c
5440         * src/esmtp.c
5441         * src/exporthtml.c
5442         * src/headerview.c
5443         * src/imageview.c
5444         * src/manual.c
5445         * src/noticeview.c
5446         * src/pgptext.c
5447         * src/scoring.c
5448         * src/sourcewindow.c
5449         * src/stringtable.c
5450         * src/undo.c
5451                 clean up: remove unneccesary includes
5452
5453 2002-12-08 [christoph]  0.8.6claws77
5454
5455         * src/folderview.c
5456         * src/statusbar.c
5457         * src/summaryview.c
5458         * src/common/hooks.[ch]
5459                 hook functions now have a gboolean return value, if a hook
5460                 returns TRUE it will stop executing of any more hooks in
5461                 the same hooklist for this invokation
5462
5463 2002-12-08 [colin]      0.8.6claws76
5464         
5465         * src/main.c
5466                 put back argv0 for CRASH_DIALOG
5467
5468 2002-12-08 [christoph]  0.8.6claws75
5469
5470         * src/Makefile.am
5471         * src/about.c
5472         * src/account.c
5473         * src/crash.c
5474         * src/esmtp.h
5475         * src/imap.[ch]
5476         * src/inc.c
5477         * src/main.c
5478         * src/mainwindow.c
5479         * src/news.c
5480         * src/pop.[ch]
5481         * src/prefs_account.[ch]
5482         * src/prefs_common.[ch]
5483         * src/send.[ch]
5484         * src/smtp.[ch]
5485         * src/ssl_certificate.[ch]
5486         * src/ssl_manager.[ch]
5487         * src/common/Makefile.am
5488         * src/common/log.c
5489         * src/common/nntp.[ch]
5490         * src/common/socket.[ch]
5491         * src/common/ssl.[ch]
5492         * src/gtk/sslcertwindow.[ch]
5493         * ac/openssl.m4
5494                 use new autoconf script to detect OpenSSL with extra parameters
5495                 to specify the location of libs and includes, also remove USE_SSL
5496                 to USE_OPENSSL
5497
5498         * src/common/sylpheed.[ch]
5499         * src/common/version.h.in
5500                 start seperation of common code initialization seperated from gui
5501
5502         * src/summaryview.c
5503                 The function that is called when a color label changes
5504                 should not change the color lable again
5505
5506 2002-12-08 [colin]      0.8.6claws74
5507
5508         * src/gtk/sslcertwindow.c
5509                 warning fixes
5510
5511 2002-12-08 [colin]      0.8.6claws73
5512
5513         * src/statusbar.c
5514           src/common/log.h
5515                 Register a hook for statusbar_puts_all
5516         * src/common/log.c
5517                 invoke statusbar_puts_all's hook
5518         
5519 2002-12-08 [colin]      0.8.6claws72
5520
5521         * src/ssl_certificate.c
5522                 Put back a badly-removed include
5523
5524 2002-12-08 [colin]      0.8.6claws71
5525
5526         * src/gtk/sslcertwindow.[ch]    ** NEW **
5527                 new certificate presentation
5528         * src/gtk/Makefile.am
5529                 add new files
5530         * src/ssl_certificate.[ch]
5531                 gtk cleanup, made utility functions public
5532         * src/ssl_manager.c
5533                 use new cert presentation
5534
5535 2002-12-07 [christoph]  0.8.6claws70
5536
5537         * src/Makefile.am
5538         * src/nntp.[ch]                 ** REMOVE **
5539         * src/common/Makefile.am
5540         * src/common/nntp.[ch]          ** NEW **
5541                 move nntp files to common directory
5542
5543 2002-12-07 [christoph]  0.8.6claws69
5544
5545         * src/procmsg.[ch]
5546         * src/summaryview.c
5547                 implement msginfo update callback using sylpheed's new
5548                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5549
5550 2002-12-06 [christoph]  0.8.6claws68
5551
5552         * src/editgroup.c
5553                 This patch changes the 'Edit Group Details' dialog to
5554                 allow extended selections in either pane, so that
5555                 addresses can be added or removed from a group more
5556                 quickly and easily. (it actually is a net decrease in
5557                 file size, as some unnecessary functions have been
5558                 removed). 
5559                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5560
5561 2002-12-06 [christoph]  0.8.6claws67
5562
5563         * src/Makefile.am
5564         * src/template.[ch]             ** REMOVE **
5565         * src/common/Makefile.am
5566         * src/common/template.[ch]      ** NEW **
5567                 move template files to common directory
5568
5569         * src/nntp.c
5570                 add missing log.h include
5571
5572 2002-12-06 [melvin]     0.8.6claws66
5573
5574         * src/prefs_actions.c
5575                 Added the trailing ">" syntax to insert command's output
5576                 without replacing old text (in contrast to trailing "|").
5577
5578 2002-12-05 [colin]      0.8.6claws65
5579         
5580         * src/common/utils.c
5581                 Don't modify original search_string or it'll change
5582                 the next iterations in the for()
5583
5584 2002-12-05 [darko]      0.8.6claws64
5585
5586         * src/common/utils.c
5587                 proper check for filtering commands, found by Colin
5588
5589 2002-12-05 [darko]      0.8.6claws63
5590
5591         * src/common/utils.c
5592                 check proper string for NULL pointer, found by Colin
5593
5594 2002-12-05 [darko]      0.8.6claws62
5595
5596         * src/common/utils.[ch]
5597                 expand_search_string(): new function
5598                 converts Mutt-like patterns to Sylpheed's
5599                 filtering engine
5600         * src/summaryview.c
5601                 use expand_search_string() to allow Mutt-like
5602                 patterns in extended search
5603         * README.claws
5604                 document extended option in quick search
5605
5606 2002-12-05 [paul]       0.8.6claws61
5607
5608         * sync with 0.8.6cvs16
5609                 see ChangeLog 2002-12-05
5610                 
5611         * po/POTFILES.in
5612                 clean up
5613
5614 2002-12-04 [christoph]  0.8.6claws60
5615
5616         * src/imap.[ch]
5617                 put imap authentication code into a new function and
5618                 remove it from imap_session_new that will allow to
5619                 send other commands before authentication
5620
5621 2002-12-04 [christoph]  0.8.6claws59
5622
5623         * src/imap.[ch]
5624                 use already existing method to prevent unneeded IMAP
5625                 folder selects. Set imap_select parameters to NULL
5626                 in some functions if the values are not required.
5627
5628         * src/xml.h
5629                 remove no longer required include
5630
5631 2002-12-04 [paul]       0.8.6claws58
5632
5633         * po/es.po
5634                 updated by Ricardo Mones Lastra
5635                 
5636         * configure.in
5637           po/hu.po      ** NEW FILE **
5638                 initial Hungarian translation, submitted
5639                 by Gál Zoltán <galzoli@hu.inter.net>
5640
5641 2002-12-03 [christoph]  0.8.6claws57
5642
5643         * src/Makefile.am
5644         * src/gtksctree.[ch]            ** REMOVE **
5645         * src/gtk/Makefile.am
5646         * src/gtk/gtksctree.[ch]        ** NEW **
5647                 move gtksctree files to gtk directory
5648
5649 2002-12-03 [christoph]  0.8.6claws56
5650
5651         * src/Makefile.am
5652         * src/md5.[ch]                  ** REMOVE **
5653         * srm/common/Makefile.am
5654         * src/common/md5.[ch]           ** NEW **
5655                 move md5 files to common directory
5656
5657         * src/gtkstext.c
5658                 remove not required #include
5659
5660 2002-12-03 [sergey]     0.8.6claws55
5661
5662         * src/gtkutils.c
5663         * src/gtkutils.h
5664                 gtkut_window_popup(): new function.
5665         * src/mainwindow.c
5666                 main_window_popup(): use gtkut_window_popup() to raise
5667                 window without changing its position.
5668                 (see sylpheed-main ML message [sylpheed:17247])
5669
5670 2002-12-03 [sergey]     0.8.6claws54
5671
5672         * src/send.c
5673                 send_message_local(): removed first-dot escaping
5674                 (SMTP-only, not needed for sending through pipe)
5675
5676 2002-12-03 [paul]       0.8.6claws53
5677
5678         * po/POTFILES.in
5679                 update to reflect recent changes (thanks
5680                 to Ricardo Mones Lastra)
5681                 
5682         * tools/filter_conv.pl
5683                  fix problem with quoted strings. Patch submitted
5684                  by Luke Plant <lukeplant@softhome.net>
5685
5686 2002-12-03 [paul]       0.8.6claws52
5687
5688         * sync with 0.8.6cvs15
5689                 see ChangeLog 2002-12-03
5690
5691 2002-12-02 [christoph]  0.8.6claws51
5692
5693         * src/logwindow.[ch]
5694         * src/common/log.[ch]
5695                 implement logging using a hook function
5696
5697         * src/folderview.c
5698         * src/folder.[ch]
5699                 define hooklist name in header file to avoid
5700                 errors caused by wrong spelling of hooklist names
5701
5702         * src/toolbar.c
5703                 fix warnings
5704
5705 2002-12-02 [christoph]  0.8.6claws50
5706
5707         * src/common/Makefile.am
5708                 add src/common/hooks.[ch]
5709
5710         * src/common/hooks.[ch]
5711                 implement a simple hook system using glib's hook functions
5712
5713         * src/folder.[ch]
5714         * src/folderview.c
5715                 use new hook system for folder item updates
5716
5717 2002-12-02 [christoph]  0.8.6claws49
5718
5719         * doc-src/ui_seperation.txt     ** NEW **
5720                 information for ui seperation
5721
5722         * src/Makefile.am
5723                 remove files that were moved to common
5724                 include common directory by default for the header files
5725
5726         * src/inc.c
5727         * src/common/socket.c
5728         * src/automaton.[ch]
5729                 implement automaton using g_io_*-functions instead of
5730                 gdk_input_add to make it ui independent
5731
5732         * src/codeconv.c
5733         * src/compose.c
5734         * src/ldif.c
5735         * src/pgptext.c
5736         * src/procmime.c
5737         * src/rfc2015.c
5738         * src/smtp.c
5739         * src/unmime.c
5740                 remove common/ prefix because directory is now in
5741                 include path
5742
5743         * src/compose.c
5744         * src/folder.c
5745         * src/folderview.c
5746         * src/mainwindow.c
5747         * src/messageview.c
5748         * src/prefs_common.c
5749         * src/procmsg.c
5750         * src/rfc2015.c
5751                 fix warnings
5752
5753         * src/imap.c
5754         * src/inc.c
5755         * src/news.c
5756         * src/pop.c
5757         * src/send.c
5758         * src/smtp.c
5759         * src/ssl_certificate.c
5760                 add log.h header file for logging functions
5761
5762         * src/main.c
5763         * src/common/utils.c
5764         * src/summaryview.c
5765         * src/xml.c
5766                 o move debug_mode to common/utils.c
5767                 o add functions to set and get debug_mode
5768
5769         * src/defs.h                    ** REMOVE **
5770         * src/intl.h                    ** REMOVE **
5771         * src/socket.[ch]               ** REMOVE **
5772         * src/ssl.[ch]                  ** REMOVE **
5773         * src/utils.[ch]                ** REMOVE **
5774                 replaced by new files in src/common/
5775         
5776         * src/common/Makefile.am
5777                 add new files in src/common/
5778
5779         * src/common/defs.h             ** NEW **
5780         * src/common/intl.h             ** NEW **
5781         * src/common/log.[ch]           ** NEW **
5782         * src/common/socket.[ch]        ** NEW **
5783         * src/common/ssl.[ch]           ** NEW **
5784         * src/common/utils.[ch]         ** NEW **
5785                 replacement for files in src/
5786
5787 2002-12-02 [colin]      0.8.6claws48
5788
5789         * src/folderview.c
5790                 Scroll folderview if necessary during dnd
5791
5792 2002-12-02 [colin]      0.8.6claws47
5793
5794         * src/folder.[ch]
5795                 Add check to verify a move is within a single mailbox
5796         * src/folderview.c
5797                 Add specific error string for this check
5798
5799 2002-12-02 [colin]      0.8.6claws46
5800
5801         * src/folder.c
5802                 Add a test to folder moving, remove a statusbar_print
5803         * src/folderview.c
5804                 Add Move folder... context-menu item
5805                 Factorize folder moving code
5806                 Enable folder DND for mbox
5807
5808 2002-12-01 [christoph]  0.8.6claws45
5809
5810         * ac/aspell.m4
5811                 remove conf.aspelltest if the version check fails
5812
5813 2002-11-30 [christoph]  0.8.6claws44
5814
5815         * autogen.sh
5816                 run libtoolize --force in autogen to create missing
5817                 libtool scripts
5818
5819 2002-11-30 [christoph]  0.8.6claws43
5820
5821         * src/Makefile.am
5822         * src/pgptext.c
5823         * src/procmime.c
5824         * src/rfc2015.c
5825         * src/uuencode.[ch]             ** REMOVED **
5826         * src/common/Makefile.am
5827         * src/common/uuencode.[ch]      ** NEW **
5828                 move uuen/decoder to common directory
5829
5830 2002-11-30 [christoph]  0.8.6claws42
5831
5832         * src/Makefile.am
5833         * src/base64.[ch]               ** REMOVED **
5834         * src/codeconv.c
5835         * src/compose.c
5836         * src/ldif.c
5837         * src/pgptext.c
5838         * src/procmime.c
5839         * src/rfc2015.c
5840         * src/smtp.c
5841         * src/unmime.c
5842         * src/common/Makefile.am
5843         * src/common/base64.[ch]        ** NEW **
5844                 move base64 en/decoder to common directory
5845
5846 2002-11-30 [christoph]  0.8.6claws41
5847
5848         * src/common                    ** NEW **
5849                 new directory for UI independent code
5850         * src/gtk                       ** NEW **
5851                 new directory for GTK frontend
5852         * src/common/.cvsignore         ** NEW **
5853         * src/gtk/.cvsignore            ** NEW **
5854                 ignore build files
5855         * src/common/Makefile.am        ** NEW **
5856         * src/gtk/Makefile.am           ** NEW **
5857                 automake files to build new seperated stuff
5858         * src/Makefile.am
5859                 the binary will currently still be build with the
5860                 files in src, so we include the code from the
5861                 subdirs for now after building the libs there
5862
5863 2002-11-30 [paul]       0.8.6claws40
5864
5865         * src/compose.c
5866                 fix bug [642731] 'Wrong selected account with drafted mail'
5867
5868 2002-11-29 [oliver]     0.8.6claws39
5869         
5870         * src/messageview.c
5871                 o update summaryview when switching between different
5872                   messageviews          
5873         * src/toolbar.c  
5874                 o check if messageview holds already removed msg
5875                   from summaryview
5876                 
5877
5878 2002-11-29 [oliver]     0.8.6claws38
5879
5880         * src/toolbar.c 
5881                 remove not needed variables and includes
5882                 make messageview stay opened and move to next when msgs are deleted 
5883
5884 2002-11-29 [oliver]     0.8.6claws37
5885         
5886         * src/toolbar.c 
5887                 disable compose button (messageview toolbar) by default
5888                 deleted msgs are moved to trash
5889         
5890 2002-11-29 [melvin]     0.8.6claws36
5891
5892         * configure.in
5893                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5894                 and to detect signatures expirations (gpgme 0.3.6)
5895
5896         * src/main.c
5897                 Use non obsolescent function for Gpgme engine checking.
5898
5899         * src/rfc2015.c
5900                 Inform about expired signatures or signatures which key
5901                 has expired. Expiration date is displayed.
5902
5903         * src/sigstatus.c
5904                 Inform about expired signatures or signatures which key
5905                 has expired.
5906
5907 2002-11-28 [paul]       0.8.6claws35
5908
5909         * src/folderview.c
5910                 re-instate 'Check for new messages' in Newsgroup
5911                 folders right-click menu, after a suggestion from
5912                 Tim Mann <timmann@users.sourceforge.net>
5913
5914         * src/main.c
5915                 after a crash check only local folders for new
5916                 messages
5917
5918 2002-11-28 [paul]       0.8.6claws34
5919
5920         * configure.in
5921                 apply patch that fixes the checking of GTK with XIM 
5922                 support on different OSs, such as FreeBSD. Patch 
5923                 submitted by Topia <topia@users.sourceforge.net>
5924                 
5925 2002-11-28 [paul]       0.8.6claws33
5926
5927         * src/mainwindow.c
5928           src/prefs_common.c
5929           src/prefs_toolbar.c
5930                 more changes to the English
5931
5932 2002-11-28 [paul]       0.8.6claws32
5933
5934         * sync with 0.8.6cvs13
5935                 see ChangeLog 2002-11-28 (no sync needed
5936                 for src/compose.c)
5937
5938 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5939         
5940         * src/mainwindow.[ch]
5941                 add patch by Ivan F. Martinez introducing messageview Toolbar
5942                 some changes and committed by oliver    
5943
5944 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5945
5946         * src/messageview.[ch]
5947                 add patch by Ivan F. Martinez introducing messageview Toolbar
5948                 some changes and committed by oliver    
5949
5950 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5951
5952         * src/compose.[ch]
5953                 add patch by Ivan F. Martinez introducing messageview Toolbar
5954                 some changes and committed by oliver    
5955
5956 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5957         
5958         * src/toolbar.[ch]
5959                 add patch by Ivan F. Martinez introducing messageview Toolbar
5960                 some changes and committed by oliver
5961
5962 2002-11-28 [oliver]     0.8.6claws27
5963         
5964         * src/prefs_toolbar.[ch]
5965                 getting ready for messageview toolbar
5966                 free mem allocated by gettext
5967                 change prefs_toolbar to prefs_toolbar_open
5968  
5969 2002-11-28 [thorsten]   0.8.6claws26
5970
5971         * src/imageview.[ch]
5972                 cleaned up conflicting declarations of
5973                 imageview_show_image()
5974
5975 2002-11-28 [paul]       0.8.6claws25
5976
5977         * src/grouplistdialog.c
5978           src/prefs_common.c
5979           src/prefs_summary_column.c
5980                 a few more improvements to the English
5981
5982 2002-11-28 [colin]      0.8.6claws24
5983
5984         * man/sylpheed.1
5985                 A few updates to command-line parameters
5986
5987 2002-11-28 [colin]      0.8.6claws23
5988
5989         * src/prefs_filtering.c
5990                 Fix problems with prefs_filtering_delete_path:
5991                 a) if the first rule is removed, original pointers
5992                    weren't updated (leading to segfaults)
5993                 b) it was always global_processing updated in case
5994                    of removed path was parent of rule path
5995
5996 2002-11-27 [paul]       0.8.6claws22
5997
5998         * src/mainwindow.c
5999           src/prefs_account.c
6000           src/prefs_actions.c
6001           src/prefs_common.c
6002           src/prefs_customheader.c
6003           src/prefs_display_header.c
6004           src/prefs_filtering.c
6005           src/prefs_folder_item.c
6006           src/prefs_matcher.c
6007           src/prefs_scoring.c
6008           src/prefs_summary_column.c
6009           src/prefs_template.c
6010           src/prefs_toolbar.c
6011                  improve the English in the GUI
6012
6013 2002-11-27 [colin]      0.8.6claws21
6014
6015         * src/folder.c
6016                 Fix processing renaming problems happening after
6017                 last commit
6018
6019 2002-11-27 [colin]      0.8.6claws20
6020
6021         * src/folder.c
6022                 recursive move now deletes src each subfolder after 
6023                 having moved it
6024         * src/folderview.c
6025                 Use identifier instead of path during dnd (enables
6026                 IMAP folder dnd)
6027
6028 2002-11-27 [paul]       0.8.6claws19
6029
6030         * src/main.c
6031                 apply patch that does command-line processing 
6032                 BEFORE gtk_init, allowing claws to run from 
6033                 shell-scripts in non-X environment (e.g. crontab 
6034                 or ip-up, ip-down scripts). Patch submitted by
6035                 Ruslan N. Balkin <baron@dartel.ru>
6036                 
6037         * po/it.po
6038                 updated by Alessandro Maestri
6039
6040 2002-11-27 [paul]       0.8.6claws18
6041
6042         * sync with 0.8.6cvs12
6043           src/prefs_common.c
6044                 Differences are that main uses a 'Receive dialog'
6045                 frame on the Interface tab, whereas claws groups all 
6046                 the dialogs together in a 'Dialogs' frame.
6047
6048 2002-11-27 [colin]      0.8.6claws17
6049
6050         * src/prefs_matcher.c
6051                 Fix Execute criteria's NOT flag
6052
6053
6054 2002-11-26 [christoph]  0.8.6claws16
6055
6056         * src/ssl.c
6057                 rewrite the ssl code a little bit, only use one
6058                 SSL context, set default certificates' file/path
6059
6060 2002-11-26 [thorsten]   0.8.6claws15
6061
6062         * src/compose.c
6063                 default-reply-to didn't work for ml-reply
6064
6065 2002-11-26 [melvin]     0.8.6claws14
6066
6067         * src/prefs_actions.c
6068                 Made pipe-actions ignore short headers in message view
6069                 Made trailing-pipe-actions write in the message view with
6070                 the same font as the original message
6071
6072 2002-11-26 [paul]       0.8.6claws13
6073
6074         * src/compose.c
6075                 this time commit the correct file
6076
6077 2002-11-26 [paul]       0.8.6claws12
6078
6079         * sync with 0.8.6cvs11
6080           src/quote_fmt_parse.y  
6081                 no sync needed
6082           src/account.[ch]       
6083                 not sync'ed
6084           src/compose.c
6085                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6086                 on draft mode.
6087                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6088                 header
6089                 
6090         see ChangeLog 2002-11-25 and 2002-11-26
6091
6092 2002-11-26 [colin]      0.8.6claws11
6093
6094         * src/folderview.c
6095                 Fix collapsed folder not auto-expanding during
6096                 mail dnd, if it was the source folder.
6097
6098 2002-11-25 [colin]      0.8.6claws10
6099
6100         * src/folderview.[ch]
6101                 Variable renaming and cleaning (slist of nodes 
6102                 to be re-collapsed is stored in FolderView)
6103
6104 2002-11-25 [paul]       0.8.6claws9
6105
6106         * src/prefs_common.[ch]
6107                 fix breakage caused by last commit
6108
6109 2002-11-25 [paul]       0.8.6claws8
6110
6111         * sync with 0.8.6cvs4
6112                 see ChangeLog 2002-11-21
6113
6114 2002-11-25 [paul]       0.8.6claws7
6115
6116         * sync with 0.8.6cvs4
6117                 see ChangeLog 2002-11-20
6118
6119 2002-11-25 [paul]       0.8.6claws6
6120
6121         * sync with 0.8.6cvs3
6122                 see ChangeLog 2002-11-18
6123
6124 2002-11-25 [colin]      0.8.6claws5
6125
6126         * src/gtkutils.[ch]
6127                 Add gtkut_ctree_node_is_parent()
6128         * src/folderview.c
6129                 Spring-loaded folders
6130
6131 2002-11-25 [colin]      0.8.6claws4
6132
6133         * src/utils.[ch]
6134                 Add slist_concat_unique(), function to merge
6135                 two GSList filtering dups
6136         * src/folder.[ch]
6137         * src/summaryview.[ch]
6138         * src/folderview.c
6139         * src/main.c
6140                 Add detection/update/display of unread answers
6141                 to marked mails
6142         * src/procmsg.[ch]
6143                 Add procmsg_find_children()
6144                 Add procmsg_msg_has_marked_parent()
6145
6146 2002-11-25 [colin]      0.8.6claws3
6147
6148         * src/ssl_certificate.[ch]
6149                 Allow checking a certificate without a DNS
6150                 lookup
6151                 Allow to forget a cert (by deleting it)
6152                 Make ssl_certificate_destroy_public
6153         * src/ssl_manager.[ch] ** NEW FILES **
6154                 Gui to manage (display/remove) certificates
6155         * src/prefs_common.[ch]
6156                 Add a pref to allow silent acceptation of
6157                 trusted certificates or not (based on the
6158                 "I want to know what's going on" principle)
6159         * src/mainwindow.c
6160                 Add SSL manager in Tools menu
6161         * src/Makefile.am
6162                 Add the new files to the build
6163         * po/POTFILES.in
6164                 Add ssl_manager.c to translations
6165
6166 2002-11-25 [colin]      0.8.6claws2
6167
6168         * src/summaryview.[ch]
6169                 Add S_SEARCH_EXTENDED to the quick search, which 
6170                 allows to search using filtering syntax.
6171
6172 2002-11-25 [colin]      0.8.6claws1
6173
6174         * src/summaryview.c
6175                 Deletion of duplicates now prefer deleting
6176                 the unread dup (fixes feature-request 638989).
6177
6178 2002-11-24 [paul]       0.8.6claws
6179
6180         * po/es.po
6181           po/pl.po
6182           po/ru.po
6183           po/sr.po
6184                 updated by Ricardo Mones Lastra,
6185                 Witold Wladyslaw Wojciech Wilk,
6186                 Ruslan N. Balkin, and  Urke MMI 
6187                 respectively
6188
6189 2002-11-24 [paul]       0.8.5claws182
6190
6191         * po/bg.po
6192                 updated by George Danchev
6193
6194 2002-11-23 [alfons]     0.8.5claws181
6195
6196         * src/imap.c
6197                 tiny memory leak found by browsing Dimitar's 
6198                 valgrind report
6199
6200 2002-11-23 [paul]       0.8.5claws180
6201
6202         * po/it.po
6203                 updated by Alessandro Maestri
6204
6205 2002-11-22 [christoph]  0.8.5claws179
6206
6207         * src/compose.c
6208         * src/inc.c
6209         * src/prefs_filtering.c
6210         * src/summaryview.c
6211                 more warning fixes
6212
6213 2002-11-22 [alfons]     0.8.5claws178
6214
6215         * src/summaryview.c
6216                 summary_execute_delete_func(): if message is deleted, make 
6217                 sure to also remove its entry in the subject hash table. 
6218                 fixes a corner case bug.
6219
6220 2002-11-22 [paul]       0.8.5claws177
6221
6222         * .cvsignore
6223                 add 'autom4te.cache'
6224                 
6225         * ltconfig      ** REMOVED **
6226                 not needed
6227
6228 2002-11-22 [paul]       0.8.5claws176
6229
6230         * src/textview.c
6231                 textview_set_font(): fix for message display in
6232                 UTF-8 locales (thanks to Sergey Vlasov).
6233                 
6234         * AUTHORS
6235                 add new team members and contributors
6236
6237
6238 2002-11-21 [colin]      0.8.5claws175
6239
6240         * src/procmsg.[ch]
6241                 Add procmsg_remove_special_headers()
6242         * src/mh.c
6243                 Use procmsg_remove_special_headers() for 
6244                 previous fix
6245
6246 2002-11-21 [colin]      0.8.5claws174
6247
6248         * src/mh.c
6249                 Fix moving/copying from queue/draft folders
6250                 for MH folders
6251
6252 2002-11-21 [christoph]  0.8.5claws173
6253
6254         * src/crash.c
6255         * src/filtering.c
6256         * src/logwindow.c
6257         * src/main.c
6258         * src/matcher_parser_lex.[hl]
6259         * src/mbox.c
6260         * src/mbox_folder.[ch]
6261         * src/prefs_filtering.c
6262         * src/procheader.c
6263         * src/quote_fmt_lex.l
6264         * src/ssl.c
6265                 fix all warnings except the warnings in lex and yacc files
6266
6267 2002-11-20 [christoph]  0.8.5claws172
6268
6269         * src/imap.c
6270                 fix MsgInfo retrieval for IMAP draft and queue folders
6271                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6272
6273 2002-11-19 [christoph]  0.8.5claws171
6274
6275         * src/compose.c
6276                 fix segfault, when draft saving does not get
6277                 the MsgInfo of the new message
6278                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6279
6280 2002-11-19 [christoph]  0.8.5claws170
6281
6282         * src/procmsg.c
6283                 add parameter check for flag setting function
6284                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6285
6286 2002-11-18 [paul]       0.8.5claws169
6287
6288         * src/compose.c
6289                 more sensitivity fixes to redirect mode:
6290                 * disable toolbar draft button
6291                 * allow only Address book in the Tools menu
6292                 * disable editing of message by the spell
6293                   checker
6294
6295 2002-11-18 [paul]       0.8.5claws168
6296
6297         * src/compose.c
6298                 fix sensitivity of menu items in compose_redirect():
6299                 allow only the necessary items 
6300
6301 2002-11-18 [paul]       0.8.5claws167
6302
6303         * src/compose.c
6304                 fix bug [ 603259 ] 'attachment got lost on bounce'
6305
6306 2002-11-18 [paul]       0.8.5claws166
6307
6308         * po/ru.po
6309                 updated by Ruslan N. Balkin <baron@dartel.ru>
6310
6311 2002-11-18 [colin]      0.8.5claws165
6312
6313         * src/main.c
6314           src/defs.h
6315                 Remove old filtering stuff
6316
6317
6318 2002-11-17 [oliver]     0.8.5claws164
6319
6320         * src/toolbar.h
6321                 remove not needed typedef 
6322
6323 2002-11-17 [oliver]     0.8.5claws163
6324
6325         * src/toolbar.c
6326                 make toolbar's on click events translatable
6327
6328 2002-11-15 [colin]      0.8.5claws162
6329
6330         * src/summaryview.c
6331                 Revert too-soon integration of a feature
6332
6333 2002-11-15 [christoph]  0.8.5claws161
6334
6335         * src/imap.c
6336                 use main's implementation of imap_get_msginfo
6337
6338 2002-11-15 [christoph]  0.8.5claws160
6339
6340         * src/compose.c
6341         * src/folder.[ch]
6342         * src/imap.c
6343         * src/mbox_folder.c
6344         * src/mh.c
6345         * src/news.c
6346         * src/procmsg.c
6347         * src/summaryview.c
6348                 replace claws' fetch_msginfo with main's get_msginfo
6349                 (use main's implementation where possible)
6350
6351 2002-11-15 [colin]      0.8.5claws159
6352
6353         * src/ssl_certificate.c
6354                 Missed a check
6355
6356 2002-11-16 [melvin]     0.8.5claws158
6357
6358         * po/fr.po
6359                 Updated French translations.
6360
6361 2002-11-16 [colin]      0.8.5claws157
6362
6363         * src/ssl_certificate.c
6364                 Check for missing parts in the certificates
6365
6366 2002-11-15 [colin]      0.8.5claws156
6367
6368         * src/folderview.c
6369                 Preventive fix (missing check) found by
6370                 Alfons
6371
6372 2002-11-15 [paul]
6373
6374         * NEWS
6375                 sync with 0.8.6 release
6376
6377 2002-11-15 [colin]      0.8.5claws155
6378
6379         * src/folder.[ch]
6380           src/folderview.c
6381                 Fix error handling of folder_item_move_to()
6382                 (thanks to Alfons!)
6383
6384 2002-11-15 [colin]      0.8.5claws154
6385
6386         * src/folder.[ch]
6387           src/folderview.c
6388                 folder_item_move_to() sets an error message instead
6389                 of having GUI stuff in folder.c
6390
6391 2002-11-15 [colin]      0.8.5claws153
6392
6393         * src/procmsg.[ch]
6394                 Implemented a callback for MsgInfo updates, 
6395                 heavily copy/pasted from Christoph's folder 
6396                 callback system
6397         * src/summaryview.[ch]
6398                 Register summary_update_msg as callback
6399
6400 2002-11-14 [colin]      0.8.5claws152
6401         
6402         * src/procmsg.c
6403                 Update the FolderItem after sending (fixes 617593)
6404
6405 2002-11-14 [christoph]  0.8.5claws151
6406
6407         * src/folder.c
6408                 fix wrong position of NULL pointer check found
6409                 by Sergey
6410
6411 2002-11-14 [christoph]  0.8.5claws150
6412
6413         * src/folder.c
6414                 fix segfault when deleting messages from IMAP folders
6415                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6416
6417 2002-11-14 [colin]      0.8.5claws149
6418
6419         * src/compose.c
6420                 Forwarding was also ignoring the folder's default account.
6421
6422 2002-11-14 [colin]      0.8.5claws148
6423
6424         * src/compose.c
6425                 Fix sent folder not set to folder properties when 
6426                 forwarding.
6427
6428 2002-11-14 [thorsten]   0.8.5claws147
6429
6430         * src/inc.c
6431                 inc_start(): Files were not moved from .processing to inbox,
6432                 if no global processing rule existed
6433
6434 2002-11-14 [colin]      0.8.5claws146
6435
6436         * src/ssl_certificate
6437                 Fix file operations
6438
6439 2002-11-14 [paul]       0.8.5claws145
6440
6441         * po/it.po
6442                 updated by Alessandro Maestri
6443
6444 2002-11-13 [alfons]     0.8.5claws144
6445
6446         * src/folder.c
6447                 folder_item_close(): only mark messages unread
6448                 when a folder has new messages 
6449
6450 2002-11-13 [keith]      0.8.5claws143
6451
6452         * src/imap.c
6453                 Fix problem moving or copying between
6454                 IMAP folders
6455
6456 2002-11-13 [colin]      0.8.5claws142
6457
6458         * src/matcher_parser_parse.y
6459                 Fix rule problem when " don't match
6460
6461 2002-11-13 [christoph]  0.8.5claws141
6462
6463         * src/folder.c
6464         * src/folderview.c
6465                 moved cache saving to folder_item_close
6466                 the folderview should not have to deal with
6467                 this things
6468
6469 2002-11-13 [christoph]  0.8.5claws140
6470
6471         * src/summaryview.c
6472                 moved setting of important score to
6473                 summary_set_prefs_from_folderitem
6474
6475 2002-11-13 [colin]      0.8.5claws139
6476
6477         * src/matcher_parser_parse.y
6478                 Fix a segfault in the parser (happening when
6479                 a good expression had been tested and a bad 
6480                 one arrives)
6481
6482 2002-11-13 [paul]       0.8.5claws138
6483
6484         * sync with 0.8.5cvs24
6485                 see ChangeLog 2002-11-13
6486                 
6487         * po/pt_BR.po
6488                 updated by Fabio Jr. Beneditto
6489
6490 2002-11-13 [colin]      0.8.5claws137
6491         
6492         * src/msgcache.c
6493           src/defs.h
6494           src/procmsg.[ch]
6495                 Revert last commit, problem
6496
6497 2002-11-13 [colin]      0.8.5claws136
6498
6499         * src/msgcache.c
6500                 Remove duplicated code
6501         * src/defs.h
6502                 Bumped CACHE_VERSION and MARK_VERSION
6503         * src/procmsg.[ch]
6504                 Network endian for cache and mark files
6505
6506 2002-11-12 [colin]      0.8.5claws135
6507
6508         * src/inc.c
6509                 Fix the "socket error" dialog which disappeared
6510
6511 2002-11-12 [colin]      0.8.5claws134
6512
6513         * src/msgcache.c
6514                 Reverse last commit which had performance 
6515                 problems, but still reverse the list
6516
6517 2002-11-12 [colin]      0.8.5claws133
6518
6519         * src/msgcache.c
6520                 Reverse list order
6521
6522 2002-11-12 [melvin]     0.8.5claws132
6523
6524         * src/compose.c
6525                 Added a check for a NULL prefs_common.dictionary
6526
6527 2002-11-12 [colin]      0.8.5claws131
6528
6529         * src/ssl_certificate.[ch]
6530                 Use FQDN hostname
6531
6532 2002-11-12 [colin]      0.8.5claws130
6533
6534         * src/ssl_certificate.[ch]
6535                 Take connection port into account for 
6536                 checking certificates (a single hostname
6537                 could have multiple servers with multiple
6538                 certificates)
6539         * src/ssl.c
6540                 Pass the port to ssl_certificate_check
6541
6542 2002-11-12 [paul]       0.8.5claws129
6543
6544         * src/folder.c
6545                 fix a typo in last commit
6546
6547 2002-11-12 [paul]       0.8.5claws128
6548
6549         * sync with 0.8.5cvs23
6550                 see ChangeLog entry 2002-11-12
6551
6552 2002-11-11 [colin]      0.8.5claws127
6553
6554         * src/ssl_certificate.c
6555                 Cleaner messages
6556                 Don't popup, instead log error, if the 
6557                 corresponding pref is checked
6558         * src/ssl_certificate.h
6559                 include <openssl/objects/h>
6560
6561 2002-11-11 [colin]      0.8.5claws126
6562
6563         * src/ssl_certificate.h
6564                 _Really_ clean it
6565
6566 2002-11-11 [colin]      0.8.5claws125
6567         
6568         * src/ssl_certificate.c
6569                 Fixed leak
6570
6571 2002-11-11 [colin]      0.8.5claws124
6572
6573         * src/ssl.c
6574                 Cleaned a bit
6575         * src/ssl_certificate.[ch]
6576                 Cleaned a bit (better use of SSL API)
6577                 (This will cause non-recognition of saved 
6578                  certificates of claws12[23]...)
6579
6580 2002-11-11 [paul]       0.8.5claws123
6581         
6582         * po/es.po
6583                 updated by Ricardo Mones Lastra
6584
6585 2002-11-11 [colin]      0.8.5claws122
6586
6587         * src/ssl.c
6588                 Fix a typo
6589
6590 2002-11-11 [colin]      0.8.5claws121
6591
6592         * src/ssl_certificate.[ch] ** NEW FILES **
6593         * src/ssl.[ch]
6594                 Check SSL certificates presented to us
6595         * src/Makefile.am
6596                 Add ssl_certificate.[ch]
6597         * po/POTFILES.in
6598                 Add ssl_certificate.c
6599
6600 2002-11-11 [paul]       0.8.5claws120
6601
6602         * sync with 0.8.5cvs22
6603                 see ChangeLog 2002-11-11
6604
6605 2002-11-11 [paul]       0.8.5claws119
6606
6607         * sync with 0.8.5cvs21
6608                 see ChangeLog 2002-11-11
6609
6610 2002-11-10 [jens]       0.8.5claws118
6611
6612         * src/folder.c
6613         * src/folderview.c
6614                 corrected some typing
6615         * po/de.po
6616                 updated german translation
6617         * sylpheed.spec.in
6618                 cleaned up specfile and adjusted it for claws
6619
6620 2002-11-10 [colin]      0.8.5claws117
6621
6622         * src/summaryview.c
6623                 a STATUSBAR_PUSH/POP fix
6624
6625 2002-11-10 [colin]      0.8.5claws116
6626
6627         * src/prefs_folder_item.c
6628                 Fix hanging after opening folder properties
6629
6630 2002-11-10 [hoa]        0.8.5claws115
6631
6632         * src/matcher_parser_lex.l
6633         * src/matcher_parser_parse.y
6634                 config file for scoring and filtering is no more trashed
6635                 when there is a syntax error in a filtering rule when
6636                 editing it in a dialog.
6637
6638 2002-11-09 [colin]      0.8.5claws114
6639
6640         * src/mbox_folder.c
6641                 Added missing initialisation of folder->destroy()
6642
6643 2002-11-09 [colin]      0.8.5claws113
6644
6645         * src/folder.c
6646           src/folderview.c
6647                 Fix the status bar messages
6648
6649 2002-11-09 [colin]      0.8.5claws112
6650
6651         * src/folderview.c
6652                 Fix hangs after folder dnd, happening after 
6653                 claws109.
6654
6655 2002-11-09 [christoph]  0.8.5claws111
6656
6657         * src/folderview.c
6658                 just changed order of calls (reverse order of
6659                 associated calls)
6660         * src/inc.c
6661                 lock inc when checking only one account, otherwise
6662                 inc all could be executed at the same time
6663
6664 2002-11-09 [christoph]  0.8.5claws110
6665
6666         * src/folderview.c
6667                 better unlock the mouse cursor before calling
6668                 summary_show because it changes the cursor too
6669
6670 2002-11-09 [christoph]  0.8.5claws109
6671
6672         * src/folder.[ch]
6673         * src/folderview.c
6674                 add functions to open and close a folder
6675                 o opending will execute scanning for remote folders
6676                   and processing
6677                 o closing will unset new flag for messages
6678
6679 2002-11-09 [colin]      0.8.5claws108
6680
6681         * src/folder.c
6682                 Add a call to prefs_matcher_write_config to 
6683                 avoid non-leaf folders filtering settings to be
6684                 lost
6685
6686 2002-11-09 [paul]       0.8.5claws107
6687
6688         * src/prefs_account.c
6689                 re-word a label
6690
6691 2002-11-09 [colin]      0.8.5claws106
6692
6693         * src/folderview.c
6694                 Minor esthetic fix
6695
6696 2002-11-09 [colin]      0.8.5claws105
6697
6698         * src/folderview.c
6699                 Fix prefs_filtering deletion for MH folders (same
6700                 reason as below)
6701         * src/prefs_filtering.c
6702                 Fix prefs_filtering renaming and deletion for 
6703                 folder-based processing rules.  
6704
6705 2002-11-09 [christoph]  0.8.5claws104
6706
6707         * src/compose.c
6708         * src/folder.[ch]
6709         * src/folderview.[ch]
6710         * src/import.c
6711         * src/inc.c
6712         * src/main.c
6713         * src/mainwindow.c
6714         * src/messageview.c
6715         * src/prefs_folder_item.c
6716         * src/procmsg.c
6717         * src/summaryview.c
6718                 implement a callback system for folder item updates
6719
6720 2002-11-09 [colin]      0.8.5claws103
6721
6722         * src/folderview.c
6723                 Fix prefs_filtering renaming for MH folders (we
6724                 shouldn't rename by path as another folder could
6725                 have the same hierarchy).
6726
6727 2002-11-09 [colin]      0.8.5claws102
6728
6729         * src/folder.c
6730                 Fix a leak found by Christoph, use better variable
6731                 names
6732
6733 2002-11-09 [colin]      0.8.5claws101
6734
6735         * src/folder.c
6736                 One more fix for processing rules
6737
6738 2002-11-08 [colin]      0.8.5claws100
6739         
6740         * src/matcher.c
6741                 Don't copy the compiled regexp (will be reevaluated)
6742         * src/folderview.c
6743                 Lock folderview while moving
6744         * src/folder.c
6745                 Provide info on what's happening to the user
6746
6747 2002-11-08 [colin]      0.8.5claws99
6748
6749         * src/folderview.c
6750                 Fix folder reordering after a move if parent is 
6751                 root
6752         * src/scoring.[ch]
6753                 Add function to copy a ScoringProp
6754         * src/prefs_folder_item.c
6755                 Copy scoring rules when copying a folder prefs
6756
6757 2002-11-08 [colin]      0.8.5claws98
6758
6759         * src/folderview.c
6760                 Fixes in case of failure
6761         * src/filtering.[ch]    
6762                 Add function to duplicate a FilteringProp
6763         * src/matcher.[ch]
6764                 Add function to duplicate a MatcherProp
6765         * src/prefs_folder_item.c
6766                 Save folder's processing rules when copying 
6767                 its prefs
6768
6769 2002-11-08 [colin]      0.8.5claws97
6770         
6771         * src/folderview.c
6772                 Sort after move
6773         * src/folder.c 
6774                 Change a printf to debug_print
6775
6776 2002-11-08 [colin]      0.8.5claws96
6777
6778         * src/folder.c
6779           src/folderview.c
6780                 Fix segfaults, call me stupido
6781         
6782
6783 2002-11-08 [colin]      0.8.5claws95
6784
6785         *src/folder.c
6786                 Added forgotten prefs to save when moving folders
6787
6788 2002-11-08 [colin]      0.8.5claws94
6789
6790         * src/folder.c
6791                 Fixes to folder DND (prefs copy)
6792         * src/folderview.c
6793                 Optimization for folder DND (don't rescan whole tree)
6794                 Added folderview_create_folder_node() for this 
6795                 optimization, so de-duped a bit the code
6796         * src/prefs_folder_item.[ch]
6797                 Added prefs_folder_item_copy_prefs()    
6798           
6799 2002-11-08 [paul]       0.8.5claws93
6800
6801         * src/prefs_account.c
6802           tools/README
6803           tools/kmail2sylpheed_v2.pl
6804                 correct some typos
6805
6806 2002-11-08 [paul]       0.8.5claws92
6807
6808         * src/compose.c
6809           src/prefs_account.[ch]
6810                 remove account options 'clearsign' and 'ascii_armored',
6811                 replace with 'default_gnupg_mode' to prevent mixed-mode
6812                 Privacy settings
6813
6814 2002-11-08 [paul]       0.8.5claws91
6815
6816         * src/compose.[ch]
6817                 re-implement GnuPG 'on-the-fly' mode selection,
6818                 disallow mixed-mode
6819
6820 2002-11-08 [colin]      0.8.5claws90
6821
6822         * src/folderview.c
6823           src/prefs_folder_item.c
6824                 Change "Property" to "Properties"
6825
6826 2002-11-07 [colin]      0.8.5claws89
6827
6828         * src/folderview.c
6829           src/folder.c
6830                 Allow folder dropping to a root folder
6831
6832 2002-11-07 [paul]       0.8.5claws88
6833
6834         * src/compose.c
6835                 revert last commit
6836
6837 2002-11-07 [paul]       0.8.5claws87
6838
6839         * src/compose.c
6840                 fix reply-to-list bug. closes bug report
6841                 "[633382] reply-to-list broken in recent cvs"
6842
6843 2002-11-07 [paul]       0.8.5claws86
6844
6845         * src/compose.c
6846                 add a forgotten '#if USE_GPGME ... #endif'
6847
6848 2002-11-07 [paul]       0.8.5claws85
6849
6850         * sync with 0.8.5cvs20
6851                 see ChangeLog 2002-11-07
6852
6853 2002-11-07 [colin]      0.8.5claws84
6854
6855         * src/folder.[ch]
6856                 Change folder_item_move_to to return the newly 
6857                 created folderitem.
6858         * src/folderview.c
6859                 Select the new folderitem after moving.
6860
6861 2002-11-07 [colin]      0.8.5claws83
6862
6863         * src/prefs_filtering.c
6864                 Fix rule rewriting when moving a leaf folder to a 
6865                 shorter path
6866
6867 2002-11-07 [colin]      0.8.5claws82
6868
6869         * src/prefs_filtering.c
6870                 fix a leak
6871
6872 2002-11-07 [colin]      0.8.5claws81
6873
6874         * src/folder.[ch]
6875                 Add folder_item_move_to() function to move a 
6876                 folderitem into another one (updates matcher etc)
6877         * src/folderview.c
6878                 Add folder drag'n drop (context menu to come)
6879                 [Should be dataloss free, but Please backup before 
6880                  trying !]
6881
6882 2002-11-06 [colin]      0.8.5claws80
6883
6884         * src/mh.c
6885                 mh_create_folder() returns NULL if can't create
6886                 directory hierarchy
6887
6888 2002-11-06 [paul]       0.8.5claws79
6889
6890         * src/compose.[ch]
6891                 allow 'on-the-fly' changing of the type of encryption 
6892                 and/or signing used (mime/ascii) via the compose window
6893
6894 2002-11-06 [paul]       0.8.5claws78
6895
6896         * sync with 0.8.5cvs19
6897                 see ChangeLog 2002-11-06 for src/account.c: 
6898                 account_get_special_folder()
6899                 
6900 2002-11-05 [alfons]     0.8.5claws77
6901
6902         * src/crash.c
6903                 very minor cleanups: nothing to see here, move on. :-)
6904
6905 2002-11-05 [colin]      0.8.5claws76
6906
6907         * src/main.c
6908                 Changes choices if compose windows are opened to
6909                 Discard, Draft, Don't quit
6910
6911 2002-11-05 [thorsten]   0.8.5claws75
6912
6913         * src/compose.c
6914                 reenabled default_reply_to folder option
6915
6916 2002-11-05 [colin]      0.8.5claws74
6917
6918         * src/compose.[ch] 
6919                 add compose_draft()
6920         * src/crash.c
6921                 add SIGTERM handler
6922         * src/main.[ch]
6923                 add clean_quit() for the SIGTERM handler
6924
6925 2002-11-05 [paul]       0.8.5claws73
6926         
6927         * po/es.po
6928                 updated by Ricardo Mones Lastra
6929
6930 2002-11-05 [melvin]     0.8.5claws72
6931
6932         * src/logwindow.c
6933                 Fixed log-clipping bug #616795.
6934                 To stop logging in the log window use 0 length.
6935         * src/prefs_common.c
6936                 Added a label to inform about the 0 log length behaviour.
6937
6938 2002-11-05 [paul]       0.8.5claws71
6939
6940         * sync with 0.8.5cvs17
6941                 see ChangeLog 2002-11-05
6942
6943 2002-11-04 [paul]       0.8.5claws70
6944
6945         * sylpheed-128x128.png
6946           sylpheed-64x64.png
6947           sylpheed.png
6948                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6949                 <nikai@users.sourceforge.net>
6950                 
6951         * po/bg.po
6952                 updated by George Danchev
6953
6954 2002-11-03 [thorsten]   0.8.5claws69
6955
6956         * src/main.c
6957           src/mimeview.c
6958           src/rfc2015.h
6959                 add check if gpg is active
6960
6961 2002-11-03 [thorsten]   0.8.5claws68
6962
6963         * src/toolbar.h
6964                 removed GSList declaration causing trouble on MacOS-X
6965                 (submitted by alfons, reported by xfesty)
6966
6967 2002-11-01 [paul]       0.8.5claws67
6968
6969         * src/mainwindow.c
6970                 remove last remnants of main's filter code
6971
6972 2002-11-01 [paul]       0.8.5claws66
6973
6974         * tools/filter_conv.pl
6975                 fix bug where user-defined headers were ignored
6976
6977 2002-11-01 [paul]       0.8.5claws65
6978
6979         * src/logwindow.c
6980                 make a debug_print() not translatable
6981
6982 2002-10-31 [melvin]     0.8.5claws64
6983
6984         * ac/aspell.m4
6985                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6986                 not run any GNU/aspell test.  The dictionary path will
6987                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6988                 was given, in which case, it will be $prefix/lib/aspell/
6989         * configure.in
6990                 Fixed typo in commentary (Aspell code).
6991
6992 2002-10-31 [paul]       0.8.5claws63
6993
6994         * po/POTFILES.in
6995                 remove src/filter.c and src/prefs_filter.c
6996                 thanks to Ricardo for reminding me
6997
6998 2002-10-31 [colin]      0.8.5claws62
6999
7000         * src/mbox_folder.c
7001                 Plug some leaks
7002
7003 2002-10-31 [paul]       0.8.5claws61
7004
7005         * src/prefs_filter.[ch] ** REMOVED **
7006           src/filter.[ch]       ** REMOVED **
7007           
7008         * src/Makefile.am
7009           src/folderview.c
7010           src/inc.c
7011           src/main.c
7012           src/mainwindow.c
7013           src/mbox.c
7014           src/prefs_common.c
7015           src/prefs_filtering.c
7016           src/summaryview.[ch]
7017                 remove main's 'filter' code
7018                 
7019         README.claws
7020                 update to reflect removal of main's filter
7021
7022 2002-10-31 [paul]       0.8.5claws60
7023
7024         * src/summaryview.c
7025                 remove check for global_processing in summary_filter_open(). 
7026                 This fixes the bug where if the user uses the right-click 
7027                 'Create filter rule...' and doesn't have any filter rules 
7028                 already defined in claws' advanced filtering, the newly 
7029                 created filter rule goes to main's filtering which is 
7030                 inaccessible through the gui. Now the filter rule gets added
7031                 to claws' filtering by default.
7032
7033 2002-10-28 [melvin]     0.8.5claws59
7034
7035         * src/prefs_actions.c
7036                 Fixed bug #627322 where MIME parts were not always
7037                 correctly passed to a %p action
7038                 Display an error dialog when message filename is not found.
7039
7040 2002-10-28 [melvin]     0.8.5claws58
7041
7042         * src/prefs_common.c
7043                 Readded a missing function declaration lost in 0.8.3claws34
7044
7045 2002-10-28 [paul]       0.8.5claws57
7046
7047         * sync with 0.8.5cvs15
7048                 see ChangeLog 2002-10-28 and 2002-10-25
7049                 
7050         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7051
7052 2002-10-27 [oliver]     0.8.5claws56
7053
7054         * src/pop.c
7055                 plug leak in pop3_top_recv
7056
7057 2002-10-26 [christoph]  0.8.5claws55
7058
7059         * src/folder.c
7060                 set need_update folder flag when messages are added
7061                 (closes bug [ 626922 ] folder not updated after receiving)
7062
7063 2002-10-25 [melvin]     0.8.5claws54
7064
7065         * src/imageview.c
7066                 Fixed a memleak introduced in the scaling code.
7067
7068 2002-10-24 [alfons]     0.8.5claws53
7069
7070         * src/filtering.c
7071                 make filtering's forward message action forward from the 
7072                 correct account
7073                 (closes bug [628089 ] Filter -> Forward from address problem
7074                 reported by Oktay)
7075
7076 2002-10-24 [christoph]  0.8.5claws52
7077
7078         * src/mainwindow.c
7079         * src/manual.[ch]
7080                 o use manual of current locale or english if current
7081                   locale is not available (and english is available)
7082                 o also link to sylpheed doc project manuals
7083
7084 2002-10-23 [paul]       0.8.5claws51
7085
7086         * tools/README
7087           tools/kmail2sylpheed_v2.pl
7088                 add new version of kmail addressbook importer script.
7089                 works with newer versions of Kmail/KAddressBook which
7090                 have new and rearranged data.
7091
7092 2002-10-23 [martin]     0.8.5claws50
7093
7094         * src/folderview.c
7095         * src/summaryview.c
7096         * src/utils.h
7097         * src/utils.c
7098                 added length parameter to get_abbrev_newsgroup_name()
7099                 changed this function so that it abbreviates the newsgroup
7100                 names only so long it is smaller than the length parameter
7101                 (for better reading of some newsgroup names and space efficiency)
7102
7103 2002-10-22 [colin]      0.8.5claws49
7104
7105         *src/foldersel.c
7106                 Revert Alfons' last modification (after voting ;-))
7107
7108 2002-10-21 [alfons]     0.8.5claws48
7109
7110         * src/foldersel.c
7111                 folder view in folder selection dialog reflects state of
7112                 folder view in main window
7113
7114 2002-10-18 [alfons]     0.8.5claws47
7115
7116         * src/mbox.c
7117                 drop imported messages in folder selected by user,
7118                 and not in the inbox
7119                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7120
7121 2002-10-18 [alfons]     0.8.5claws46
7122
7123         * src/compose.c
7124                 make automagic reply work correctly for email accounts 
7125                 (whether it's viable to do a full sync with Hiro's 
7126                 compose.c is still under discussion)
7127
7128 2002-10-18 [melvin]     0.8.5claws45
7129
7130         * src/prefs_actions.c
7131                 Fixed bug #622275 where asynchroneous actions left 
7132                 zombies processes
7133                 Made (synchroneous) actions' input be displayed live.
7134
7135 2002-10-18 [christoph]  0.8.5claws44
7136
7137         * src/textview.c
7138                 don't add a newline in the textview in front of the
7139                 first textpart if header display is disabled
7140                 (closes bug [ 603385 ] disabled header display leaves blank
7141                  lin)
7142
7143 2002-10-18 [christoph]  0.8.5claws43
7144
7145         * src/folder.[ch]
7146         * src/imap.c
7147         * src/mbox_folder.c
7148         * src/mh.c
7149         * src/news.c
7150                 folder->get_num_list now returns an error code
7151                 (closes bug [ 609424 ] News cache cleared on failure)
7152                 
7153 2002-10-17 [colin]      0.8.5claws42
7154         
7155         * src/news.c
7156                 Changed a printf by debug_print
7157
7158 2002-10-16 [paul]       
7159
7160         * tools/OOo2sylpheed.pl
7161                 allow for spaces in the name of the
7162                 file to be attached.
7163
7164 2002-10-16 [colin]      0.8.5claws41
7165
7166         * src/main.c
7167                 Use a tristate to change online mode
7168
7169 2002-10-16 [paul]       0.8.5claws40
7170
7171         * po/es.po
7172                 updated by Ricardo Mones Lastra
7173
7174 2002-10-16 [colin]      0.8.5claws39
7175
7176         * src/main.c
7177           src/mainwindow.[ch]
7178                 Added --online and --offline command-line
7179                 switches
7180
7181 2002-10-15 [christoph]  0.8.5claws38
7182
7183         * src/procmime.c
7184                 set mimeinfo->name to NULL after g_free to
7185                 avoid double freeing with g_free
7186
7187 2002-10-14 [christoph]  0.8.5claws37
7188
7189         * src/compose.c
7190         * src/filtering.c
7191         * src/summaryview.c
7192                 remove calls to folder->change_flags that are now
7193                 done by procmsg flag functions (seems it is not
7194                 used by any foldertype anyway)
7195         * src/folder.c
7196                 init folder->change_flags with NULL
7197
7198 2002-10-14 [christoph]  0.8.5claws36
7199
7200         * src/folder.[ch]
7201         * src/imap.[ch]
7202                 use virtual functions for folder item new and destroy
7203                 functions
7204
7205 2002-10-14 [melvin]     0.8.5claws35
7206
7207         * src/compose.c
7208                 Added a test to not run the spell checker if no default
7209                 dictionary is available. No dialog is displayed though.
7210
7211 2002-10-14 [melvin]     0.8.5claws34
7212
7213         * src/gtkaspell.c
7214                 Fixed bug in dictionary list context menu where
7215                 "More..." pointed to an emtpy submenu if the
7216                 number of dictionaries is a multiple of 15
7217                 Removed unneeded code in suggestions list creation
7218
7219 2002-10-14 [paul]       0.8.5claws33
7220
7221         * po/bg.po
7222                 updated by George Danchev
7223
7224 2002-10-13 [hoa]        0.8.5claws32
7225
7226         * src/matcher.[ch]
7227           src/matcher_parser_parser.y
7228                 removed the escaped string from internal structure
7229                 of matcher.
7230
7231 2002-10-12 [colin]      0.8.5claws31
7232
7233         * src/gtksctree.[ch]
7234           src/summaryview.c
7235                 Removed useless function gtksctree_reanchor
7236
7237 2002-10-12 [alfons]     0.8.5claws30
7238         
7239         * sync with remaining main changes 2002-10-09 - 2002-10-11
7240         - drop changes to src/compose.c (requires claws specific changes)
7241         
7242 2002-10-12 [alfons]     0.8.5claws29
7243         
7244         * sync with main changes of 2002-10-08
7245         - drop changes to src/compose.c (requires claws specific changes)
7246         - drop changes to src/summaryview.c (requires changes to compose.c)     
7247
7248 2002-10-12 [alfons]     0.8.5claws28
7249         
7250         * sync with main changes of 2002-10-07
7251
7252 2002-10-12 [alfons]     0.8.5claws27
7253
7254         * sync with main changes of 2002-10-04
7255         - drop changes to src/compose.c (requires claws specific changes)
7256         - drop changes to src/prefs_folder_item.c (claws implementation
7257           seems to be working)
7258
7259 2002-10-12 [colin]      0.8.5claws26
7260
7261         * src/mainwindow.c
7262                 Fix folder-flicker when space-reading, introduced 
7263                 in claws22.
7264
7265 2002-10-12 [colin]      0.8.5claws25
7266
7267         * src/compose.c
7268                 Save account address when saving as draft.
7269                 (closes bug 621838)
7270
7271 2002-10-12 [colin]      0.8.5claws24
7272
7273         * src/summaryview.c
7274                 Fix the problem consisting of no message selected
7275                 after the last message in a folder has been moved.
7276
7277 2002-10-12 [paul]       0.8.5claws23
7278
7279         * src/compose.c
7280           src/prefs_template.c
7281           src/template.[ch]
7282                 add Cc and Bcc to templates. Patch submitted by
7283                 John L. Males.
7284
7285 2002-10-12 [colin]      0.8.5claws22
7286
7287         * src/folderview.c
7288                 Fix a bug after "Check for new messages":
7289                 If a folder was opened, it was still selected at
7290                 the end of the check, but displayed empty.
7291         * src/mainwindow.c
7292                 Remove unnecessary check
7293
7294 2002-10-12 [paul]
7295
7296         * tools/README
7297                 be more verbose in the description of
7298                 OOo2sylpheed.pl
7299                 
7300
7301 2002-10-11 [colin]      0.8.5claws21
7302
7303         * src/mainwindow.c
7304                 Make space work (better) when no mail is selected
7305
7306 2002-10-11 [colin]      0.8.5claws20
7307
7308         * src/inc.c
7309           src/news.c
7310                 fix warnings
7311
7312 2002-10-11 [colin]      0.8.5claws19
7313
7314         * src/mainwindow.c
7315                 revert 0.8.5claws6 changes as i couldn't get to
7316                 anything satisfying
7317
7318 2002-10-11 [melvin]     0.8.5claws18
7319
7320         * src/compose.c
7321                 Removed buggy and unused macro (should have been committed in
7322                 0.8.5claws17)
7323
7324 2002-10-11 [melvin]     0.8.5claws17
7325
7326         * src/compose.c
7327                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7328
7329 2002-10-11 [thorsten]   0.8.5claws16 
7330
7331         * src/folderview.c
7332                 remove rescan warning
7333
7334 2002-10-11 [colin]      0.8.5claws15 
7335
7336         * src/procheader.c
7337                 fix a segfault that happens if conv_unmime_header
7338                 fails (should be better to find out why it fails)
7339
7340 2002-10-11 [christoph]  0.8.5claws14
7341
7342         * src/summaryview.c
7343                 update folderview stats after ignore/unignore thread
7344
7345 2002-10-11 [hoa]        0.8.5claws13
7346
7347         * src/quote_fmt_parse.y
7348                 Fixed a yacc/bison syntax error
7349         * src/matcher.c
7350                 Escaping of string is fixed.
7351
7352 2002-10-11 [colin]      0.8.5claws12
7353
7354         * src/imageview.c
7355                 Resize images to fit
7356
7357 2002-10-11 [paul]       0.8.5claws11
7358
7359         * po/es.po
7360                 updated by Ricardo Mones Lastra
7361
7362 2002-10-10 [alfons]     0.8.5claws10
7363
7364         * src/compose.c
7365                 allow dropping files by "moving" files from a file manager,
7366                 not only by the more cumbersome "copying". the latter 
7367                 mostly implies holding down the Control button
7368
7369 2002-10-10 [christoph]  0.8.5claws9
7370
7371         * src/summaryview.c
7372                 update folders after thread building for ignored threads
7373
7374 2002-10-10 [christoph]  0.8.5claws8
7375
7376         * config/.cvsignore
7377                 added Makefile
7378         * src/filtering.[ch]
7379         * src/folder.[ch]
7380         * src/folderview.[ch]
7381         * src/import.c
7382         * src/inc.[ch]
7383         * src/mbox.[ch]
7384         * src/procmsg.c
7385         * src/summaryview.[ch]
7386                 o added new flag need_update to FolderItem
7387                 o removed folder_table from various functions from tracking
7388                   folder updates
7389                 o set need_update flags in folder.c's move, copy and delete
7390                   functions and procmsg's flags functions
7391                 o added function folderview_update_items_when_required that
7392                   updates all folders with need_update set
7393                 o call folderview_update_items_when_required instead of
7394                   folderview_update_item_foreach
7395
7396 2002-10-09 [sergey]     0.8.5claws7
7397
7398         * src/compose.c
7399                 Strip CRs whel loading the text into editor in reedit mode.
7400
7401 2002-10-09 [colin]      0.8.5claws6
7402
7403         * src/mainwindow.c
7404                 Make Space work when no mail is selected
7405
7406 2002-10-09 [colin]      0.8.5claws5
7407
7408         * src/gtksctree.[ch]
7409                 Fix range_select
7410                 Add gtk_sctree_reanchor() 
7411         * src/summaryview.c
7412                 Use gtk_sctree_reanchor() - better fix for 
7413                 bug 60413
7414
7415 2002-10-09 [colin]      0.8.5claws4
7416
7417         * src/summaryview.c
7418                 Fix shift-click select after delete problem
7419                 (closes bug 60413)
7420
7421 2002-10-08 [thorsten]   0.8.5claws3
7422
7423         * src/summaryview.c
7424                 exclude current msg from -hide read messages-
7425
7426 2002-10-08 [colin]      0.8.5claws2
7427
7428         * src/inc.[ch]
7429           src/pop.c
7430           src/recv.c
7431                 Differentiate socket errors from disk full
7432                 errors
7433
7434 2002-10-08 [christoph]  0.8.5claws1
7435
7436         * Makefile.am
7437         * configure.in
7438                 modifications for new config directory
7439
7440         * config.guess  ** REMOVED **
7441         * config.sub    ** REMOVED **
7442         * install-sh    ** REMOVED **
7443         * ltmain.sh     ** REMOVED **
7444         * missing       ** REMOVED **
7445         * mkinstalldirs ** REMOVED **
7446                 these files are autogenerated by automake
7447                 when you run autogen.sh
7448
7449         * config/.cvsignore     ** NEW FILE **
7450         * config/Makefile.am    ** NEW FILE **
7451                 ignore autogenerated files
7452                 create a Makefile in this directory
7453
7454 2002-10-08 [paul]       0.8.5claws
7455
7456         * 0.8.5claws release
7457         
7458         * src/compose.c
7459           src/procheader.c
7460           src/procmsg.c
7461                 fix quote reply format for newsgroups reply bug
7462                 (thanks to Hoa)
7463                 
7464         * po/en_GB.po
7465           po/pl.po
7466                 updated by me and Witold Wladyslaw Wojciech Wilk
7467                 repectively
7468
7469 2002-10-07 [paul]       0.8.3claws53
7470
7471         * po/it.po
7472           po/pt_BR.po
7473           po/sr.po
7474                 updated messages catalogs, submitted by
7475                 Alessandro Maestri, Fabio Jr.Beneditto 
7476                 and Urke MMI, respectively.
7477
7478 2002-10-07 [christoph]  0.8.3claws52
7479
7480         * src/folder.[ch]
7481         * src/folderview.c
7482         * src/mainwindow.c
7483                 fix new folder ghost message bug
7484                 (closes bug [ 619722 ] wrong count for newly created folders)
7485
7486 2002-10-07 [christoph]  0.8.3claws51
7487
7488         * src/compose.c
7489                 fix news posting problem
7490
7491 2002-10-07 [melvin]     0.8.3claws50
7492
7493         * po/fr.po
7494                 Updated French translation
7495
7496 2002-10-05 [christoph]  0.8.3claws49
7497
7498         * src/gtkstext.c
7499                 check if line_start_cache is set in gtk_stext_update_text
7500                 (closes bug [ 618119 ] crash while doing search in folder)
7501
7502 2002-10-05 [christoph]  0.8.3claws48
7503
7504         * src/imap.c
7505         * src/news.c
7506         * src/utils.c
7507         * src/utils.h
7508                 implement cache cleanups for claws' folder system
7509                 (closes bug [ 595916 ] imapcache not cleaned up)
7510
7511 2002-10-05 [melvin]     0.8.3claws47
7512
7513         * src/prefs_actions.c
7514                 Made the help text more clear for the %p token
7515
7516 2002-10-04 [paul]       0.8.3claws46
7517
7518         * sync with 0.8.5
7519                 see ChangeLog 2002-10-02 and 2002-10-03
7520
7521 2002-10-04 [christoph]  0.8.3claws45
7522
7523         * src/inc.c
7524                 fix segfault caused by pop before smtp
7525                 call to inc_account_mail with NULL
7526                 pointer for mainwin
7527
7528 2002-10-04 [paul]       0.8.3claws44
7529
7530         * configure.in
7531                 sync the LDAP detection from 0.8.5cvs1
7532
7533 2002-10-02 [christoph]  0.8.3claws43
7534
7535         * po/de.po
7536                 fix small spelling error
7537
7538 2002-10-02 [melvin]     0.8.3claws42
7539
7540         * ac/aspell.m4
7541                 Behave better and say "no" when test program cannot be run.
7542
7543 2002-10-02 [paul]       0.8.3claws41
7544
7545         * sync with 0.8.4cvs1
7546                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7547                 
7548         * src/summaryview.c
7549                 toggle the behavior of Reply menuitem between
7550                 normal reply and reply-to-list
7551
7552 2002-10-01 [sergey]     0.8.3claws40
7553
7554         * src/compose.c
7555                 Convert newlines in the message text to the canonical form
7556                 before base64 encoding (RFC2045 compliance, fixes some
7557                 interoperability issues with Evolution 1.0.3)
7558
7559 2002-09-29 [colin]      0.8.3claws39
7560
7561         * src/summaryview.c
7562                 Fix an unwanted copy/paste
7563
7564 2002-09-29 [colin]      0.8.3claws38
7565
7566         * src/mainwindow.c
7567                 Renamed "Custom toolbar" to "Customize toolbar"
7568                 Renamed "Show all header" to "Show all headers"
7569                 Renamed "Set diplay item" to "Set displayed items"
7570         * src/prefs_common.c
7571                 Renamed "Show all header" to "Show all headers"
7572         * src/prefs_summary_column.c
7573                 Renamed "diplay item" to "displayed items"
7574
7575 2002-09-29 [colin]      0.8.3claws37
7576
7577         * src/mainwindow.[ch]
7578                 online/offline status pixmaps follow theme
7579                 changes
7580         * src/summaryview.[ch]
7581                 quicksearch pixmap follows theme changes
7582
7583 2002-09-29 [thorsten]   0.8.3claws36
7584
7585         * src/compose.c
7586           src/prefs_folder_item.[ch]
7587                 add default_reply_to folder option (closes patch 581044)
7588
7589 2002-09-29 [christoph]  0.8.3claws35
7590
7591         * acconfig.h    ** REMOVED **
7592         * configure.in
7593         * ac/aspell.m4
7594         * ac/check-type.m4
7595         * ac/gnupg-check-typedef.m4
7596                 fix autoheader 2.50 warning
7597
7598 2002-09-29 [christoph]  0.8.3claws34
7599
7600         * major code cleanup (part 2)
7601         
7602                 - unused variables removed
7603                 - unused functions removed
7604                 - uninitialized variables checked
7605                 - missing return statements added
7606                 - missing function return types added
7607                 - added parentheses around assignment
7608                   when suggested by gcc
7609
7610 2002-09-29 [alfons]     0.8.3claws33
7611
7612         * src/logwindow.c
7613                 log_window_clear(): only bracket gtk_text_forward_delete() 
7614                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7615                 works around GTK text bug)
7616
7617 2002-09-29 [paul]       0.8.3claws32
7618
7619         * po/bg.po
7620           po/sr.po
7621                 updated by George Danchev and Urke MMI
7622                 respectively
7623
7624 2002-09-27 [christoph]  0.8.3claws31
7625
7626         * doc-src/readme.txt
7627         * doc-src/rfc1806.txt   ** REMOVED **
7628         * doc-src/rfc2183.txt   ** NEW FILE **
7629         * doc-src/rfc2980.txt   ** NEW FILE **
7630                 update rfcs
7631
7632 2002-09-27 [melvin]     0.8.3claws30
7633
7634         * ac/aspell.m4
7635                 Fixed typo which could break linking
7636
7637 2002-09-27 [melvin]     0.8.3claws29
7638
7639         * ac/aspell.m4
7640                 Improved GNU/aspell checking. 
7641                 Fixed bug #614490
7642
7643 2002-09-27 [paul]       0.8.3claws28
7644
7645         * sync with 0.8.3cvs8
7646                 see ChangeLog 2002-09-27
7647
7648 2002-09-26 [colin]      0.8.3claws27
7649
7650         * src/toolbar.[ch]
7651           src/mainwindow.[ch]
7652                 Add "Reply to Mailing-list" to the toolbar
7653
7654 2002-09-26 [christoph]  0.8.3claws26
7655
7656         * src/summaryview.c
7657                 Fix wrong message counts in summaryview status
7658
7659 2002-09-26 [paul]       0.8.3claws25
7660
7661         * sync with 0.8.3cvs7
7662                 see ChangeLog 2002-09-26
7663
7664 2002-09-26 [paul]       0.8.3claws24
7665
7666         * sync with 0.8.3cvs6
7667                 see ChangeLog 2002-09-25
7668
7669 2002-09-25 [christoph]  0.8.3claws23
7670
7671         * src/prefs_common.c
7672         * src/prefs_folder_item.c
7673         * src/prefs_scoring.c
7674                 Renamed "kill score" to "hide score" in GUI
7675                 and prefs files
7676
7677 2002-09-25 [paul]       0.8.3claws22
7678
7679         * sync with 0.8.3cvs5
7680                 see ChangeLog 2002-09-24
7681
7682 2002-09-24 [alfons]     0.8.3claws21
7683
7684         patch by Satoshi Nagayasu: allows appending / saving multiple 
7685         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7686         'Save as ...'")
7687
7688         * AUTHORS
7689                 add Satoshi Nagayasu
7690         * src/summaryview.c
7691                 summary_save_as(): allow saving selected files to
7692                 one file
7693                 summary_set_menu_sensitive: enable "Save As..." when
7694                 multiple files are selected
7695         * src/utils.[ch]
7696                 append_file(): new function
7697
7698 2002-09-24 [colin]      0.8.3claws20
7699
7700         * src/procmime.c
7701                 Fix segfault when mimeinfo doesn't have a 
7702                 content_type. 
7703
7704 2002-09-24 [colin]      0.8.3claws19
7705
7706         * src/prefs_common.[ch]
7707                 Add a preference to display send dialog or not
7708         * src/send.c
7709                 Display send dialog according to preference
7710
7711 2002-09-24 [colin]      0.8.3claws18
7712
7713         * src/compose.[ch]
7714                 Disable user actions when sending
7715
7716 2002-09-24 [colin]      0.8.3claws17
7717
7718         * src/procmime.c
7719                 Do not display name or filename for attachments
7720                 with an application/pgp-signature type
7721                 (security flaw, see bug 537413)
7722
7723 2002-09-23 [colin]      0.8.3claws16
7724
7725         * src/editaddress.c
7726                 Initialize entry_email, entry_alias and 
7727                 entry_remarks to first email address of the list
7728
7729 2002-09-23 [colin]      0.83claws15
7730
7731         * src/compose.c
7732                 Drop pgp-signature when reediting a signed queued
7733                 message
7734
7735 2002-09-23 [melvin]     0.8.3claws14
7736
7737         * po/fr.po
7738                 Updated French translation
7739
7740 2002-09-23 [melvin]     0.8.3claws13
7741
7742         * src/mainwindow.c
7743                 Made custom toolbar menu labels more consistent
7744         * src/prefs_toolbar.c
7745                 Made custom toolbar window title more consistent
7746
7747 2002-09-22 [colin]      0.8.3claws12
7748
7749         * src/inc.c
7750                 Initialize session type to normal before getting 
7751                 mail (fixes strange Get behaviour)
7752         * src/prefs_account.h
7753                 Move STYPE_POP_BEFORE_SMTP to last position to 
7754                 avoid other side-effects
7755
7756 2002-09-22 [colin]      0.8.3claws11
7757
7758         * src/prefs_account.c
7759                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7760                 from pop3 to apop or vice-versa
7761
7762 2002-09-22 [colin]      0.8.3claws10
7763         
7764         * src/prefs_account.[ch]
7765                 Add an option for the POP before SMTP timeout
7766         * src/inc.c
7767                 Remember time of last POP connection
7768         * src/send.c
7769                 Do POP before SMTP only if timeout reached
7770
7771 2002-09-22 [oliver]     0.8.3claws9
7772         
7773         * README.claws
7774                 explain custom toolbar
7775
7776 2002-09-22 [oliver]     0.8.3claws8
7777
7778         * src/prefs_actions.[ch]
7779         custom toolbar for compose      
7780                 actions callback from compose toolbar
7781         * src/folderview.c
7782                 remove include toolbar.h
7783
7784 2002-09-22 [oliver]     0.8.3claws7
7785         
7786         * src/prefs_toolbar.[ch]
7787                 custom toolbar for compose
7788                 - generic prefs_toolbar handles both
7789                   Mainwin's toolbar as well as Compose toolbar          
7790
7791 2002-09-22 [oliver]     0.8.3claws6
7792         
7793         * src/toolbar.[ch]
7794                 custom toolbar for compose
7795                 restructure toolbar.[ch]
7796
7797 2002-09-22 [oliver]     0.8.3claws5
7798
7799         * src/compose.[ch]
7800                 custom toolbar for compose
7801
7802 2002-09-22 [oliver]     0.8.3claws4
7803         
7804         * src/mainwindow.[ch]
7805                 custom toolbar for compose 
7806                 move mainwin toolbar back to mainwindow
7807
7808 2002-09-22 [alfons]     0.8.3claws3
7809
7810         * src/procmsg.c
7811                 :%sno/if(/if (/gc
7812                 :%sno/for(/for (/gc
7813                 (beautify)
7814
7815 2002-09-22 [alfons]     0.8.3claws2
7816         
7817         * src/procmsg.c
7818                 procmsg_save_to_outbox(): don't unlink message file from queue;
7819                 callers should do it using folder_item_remove_msg()
7820
7821 2002-09-22 [colin]      0.8.3claws1
7822
7823         * src/mimeview.[ch]
7824                 Made mimeview_check_signature() public
7825         * src/textview.c
7826                 Made GPG signatures verifiable by clicking
7827                 the [application/pgp-signature] in the Text
7828                 view
7829
7830 2002-09-22 [paul]       0.8.3claws
7831
7832         * po/bg.po
7833           po/en_GB.po
7834           po/es.po
7835           po/it.po
7836           po/pl.po
7837           po/pt_BR.po
7838           po/sr.po
7839                 updated translations, submitted by George Danchev,
7840                 me, Ricardo Mones Lastra, Alessandro Maestri,
7841                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7842                 and Urke MMI, respectively.     
7843
7844 2002-09-22 [alfons]     0.8.2claws65
7845
7846         * src/procmsg.c
7847         * src/pgptext.c
7848                 no furry valgrinds have been used to plug these memleaks
7849
7850 2002-09-20 [paul]       0.8.2claws64
7851
7852         * sync with 0.8.3cvs4
7853                 'Select thread' re-implemented 
7854                 see ChangeLog 2002-09-20
7855
7856 2002-09-21 [alfons]     0.8.2claws63
7857
7858         * src/compose.c
7859                 compose_send(): plug unnoticed memleak
7860
7861 2002-09-20 [alfons]     0.8.2claws62
7862
7863         * src/addr_compl.c
7864                 replace_address_in_edit(): strict check for NULL address to
7865                 fix "[ 607348 ] Segfault in address completion". My guess is
7866                 that this happens with an empty address book, but it's good
7867                 to have this check here anyway
7868                 
7869                 completion_window_button_press(): free string returned 
7870                 from the internal cache
7871
7872 2002-09-20 [christoph]  0.8.2claws61
7873
7874         * src/procmime.h
7875                 added ENC_BINARY to EncodingType
7876         * src/procmime.c
7877                 the string returned by procmime_get_encoding_str
7878                 should not depend on the order of values in the
7879                 EncodingType definition
7880         * doc-src/rfc1806.txt   ** NEW FILE **
7881                 Added rfc1806 about MIME Content-Disposition
7882                 Extension
7883
7884 2002-09-19 [paul]       0.8.2claws60
7885
7886         * sync with 0.8.2cvs3
7887                 see ChangeLog 2002-09-19
7888
7889 2002-09-19 [paul]       0.8.2claws59
7890
7891         * src/prefs_folder_item.c
7892                 revert to Darko's original alignment of colour
7893                 selector button
7894                 add a colon to folder_color label
7895                 
7896         * src/compose.c
7897                 add Colin's patch (with Hiro's modifications) to 
7898                 force BASE64 encoding for 8-bit text when signing
7899                 (sync with 0.8.3cvs2)
7900
7901 2002-09-18 [alfons]     0.8.2claws58
7902
7903         * src/compose.c
7904                 :%sno/if(/if (/gc
7905                 :%sno/for(/for (/gc
7906                 (beautify a little bit)
7907
7908 2002-09-18 [christoph]  0.8.2claws57
7909
7910         * src/pine.c
7911                 fix handling of fgetc return value
7912
7913 2002-09-17 [alfons]     0.8.2claws56
7914         
7915         * src/summaryview.c
7916                 summary_sort(): check non-NULL summaryview->folder_item when no 
7917                 folder is selected at all
7918                 (closes "[ 610344 ] sort label make syl Crash")
7919
7920 2002-09-17 [alfons]     0.8.2claws55
7921         
7922         * src/compose.c
7923                 beautify a little bit
7924
7925 2002-09-17 [christoph]  0.8.2claws54
7926
7927         * src/folder.c
7928                 initialize max values for cache and folder
7929                 when cache or folder is empty
7930
7931 2002-09-15 [colin]      0.8.2claws53
7932
7933         * src/compose.c
7934                 Fix a leak (thanks Alfons!) and cleaned
7935                 variables names for custom headers
7936
7937 2002-09-15 [colin]      0.8.2claws52
7938
7939         * src/compose.c
7940                 Fix custom headers recognition when
7941                 prefs_common.trans_hdr is on
7942
7943 2002-09-15 [colin]      0.8.2claws51
7944
7945         * src/compose.c
7946                 Allow dynamically-added custom headers
7947                 Yet not reparsed if reedited
7948
7949 2002-09-15 [alfons]     0.8.2claws50
7950
7951         * src/prefs_account.c
7952                 fix warnings
7953
7954 2002-09-15 [colin]      0.8.2claws49
7955         
7956         * src/prefs_account.c
7957                 fix pop_before_smtp sensitivity
7958
7959 2002-09-15 [colin]      0.8.2claws48
7960
7961         * src/inc.[ch]
7962                 add inc_pop_before_smtp()
7963                 allow MainWindow to be undefined in 
7964                 inc_account_mail() and inc_start()
7965         * src/pop.c
7966           src/prefs_account.h
7967                 add STYPE_POP_BEFORE_SMTP session type
7968         * src/prefs_account.c
7969                 activated pop before smtp option
7970         * src/send.c
7971                 do pop before smtp if the relevant option 
7972                 is set
7973
7974 2002-09-15 [paul]       0.8.2claws47
7975
7976         * sync with 0.8.3
7977                 see ChangeLog 2002-09-15
7978
7979 2002-09-14 [paul]       0.8.2claws46
7980
7981         * po/bg.po
7982                 updated Bulgarian translation, submitted by
7983                 George Danchev
7984
7985 2002-09-13 [paul]       0.8.2claws45
7986
7987         * src/compose.c
7988                 merge claws' select_account() with main's
7989                 (new) compose_select_account(). [sync with
7990                 0.8.2cvs15, see ChangeLog 2002-09-11]
7991
7992 2002-09-12 [christoph]  0.8.2claws44
7993
7994         * src/filter.c
7995                 allocate 1 elements of FolderItem not 0
7996
7997 2002-09-12 [colin]      0.8.2claws43
7998
7999         * src/compose.c
8000                 Fix bug #590825 (obey Follow-up: poster)
8001
8002 2002-09-12 [colin]      0.8.2claws42
8003
8004         * src/procmime.c
8005                 Fix bug #557009 (wrong headers for messages 
8006                 forwarded as attachments)
8007
8008 2002-09-11 [colin]      0.8.2claws41
8009         
8010         * src/compose.c
8011                 Put SCF: pseudo-header on top of message
8012                 Set draft tmp_flag when saved as draft
8013
8014         * src/procmsg.c
8015           src/procheader.c
8016                 Skip after first \n\n for beginning of real message
8017                 for drafts too
8018
8019 2002-09-11 [christoph]  0.8.2claws40
8020
8021         * src/filtering.c
8022                 use procmsg flag functions in filtering or processing
8023                 will cause incorrect folder message counts
8024
8025 2002-09-11 [colin]      0.8.2claws39
8026
8027         * src/compose.c
8028                 Fix bug #550175 - wrong save folder when reediting
8029                 drafts
8030
8031 2002-09-11 [paul]       0.8.2claws38
8032
8033         * sync with 0.8.2cvs14
8034                 see ChangeLog 2002-09-11
8035
8036 2002-09-11 [colin]      0.8.2claws37
8037
8038         * src/folder.c
8039                 Fix a typo (seeming to cause new/unread status to
8040                 be lost)
8041
8042 2002-09-10 [christoph]  0.8.2claws36
8043
8044         * src/compose.c
8045                 compose_redirect should not use compose_generic_new
8046                 because that does more stuff than expected including
8047                 opening the external editor
8048                 (closes bug "[ 526608 ] bounced messages appear blank
8049                  in editor")
8050
8051 2002-09-10 [christoph]  0.8.2claws35
8052
8053         * src/folder.c
8054                 fix problem with too large message number range
8055                 causing a crash in folder_item_scan
8056
8057 2002-09-10 [paul]       0.8.2claws34
8058
8059         * sync with 0.8.2cvs13
8060                 see ChangeLog 2002-09-10
8061
8062 2002-09-10 [christoph]  0.8.2claws33
8063
8064         * src/msgcache.c
8065                 set MsgInfo TmpFlags for queue and draft folders
8066                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8067
8068 2002-09-10 [paul]       0.8.2claws32
8069
8070         * AUTHORS
8071           po/bg.po      ** NEW FILE **
8072                 new Bulgarian translation submitted by
8073                 George Danchev <danchev@spnet.net>
8074                 
8075         * tools/Makefile.am
8076           tools/README
8077           tools/tb2sylpheed     ** NEW FILE **
8078                 add script that converts an addressbook exported
8079                 from The Bat! into a Sylpheed addressbook. Submitted
8080                 by Urke MMI <urke-kg@eunet.yu>
8081
8082 2002-09-10 [paul]       0.8.2claws31
8083
8084         * sync with 0.8.2cvs12
8085                 see ChangeLog 2002-09-10
8086
8087 2002-09-06 [paul]       0.8.2claws30
8088
8089         * src/prefs_common.c
8090                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8091                 
8092         * tools/Makefile.am
8093           tools/README
8094           tools/ldif-to-xml.py  ** REMOVED **
8095                 remove obsolete python script
8096
8097 2002-09-06 [paul]       0.8.2claws29
8098
8099         * sync with 0.8.2cvs10
8100                 see ChangeLog 2002-09-06
8101
8102 2002-09-04 [paul]       0.8.2claws28
8103
8104         * sync with 0.8.2cvs9
8105                 see ChangeLog 2002-08-04
8106
8107 2002-09-04 [colin]      0.8.2claws27 
8108
8109         * src/prefs_common.[ch]
8110                 Added signature color configuration
8111         * src/textview.c
8112                 Use user-specified signature color
8113
8114 2002-09-03 [colin]      0.8.2claws26
8115
8116         * src/prefs_common.[ch]
8117                 Added autosave and autosave_length prefs
8118         * src/compose.c
8119                 Added compose_remove_draft()
8120                 Auto-save drafts according to the prefs
8121         * src/main.c
8122                 Added a crash-indicator file, allowing to check
8123                 for new messages on startup if Sylpheed crashed
8124                 (makes saved drafts "reappear")
8125
8126 2002-09-03 [colin]      0.8.2claws25
8127
8128         * src/textview.[ch]
8129                 Grey the signature
8130
8131 2002-09-03 [paul]       0.8.2claws24
8132
8133         * sync with 0.8.2cvs8
8134                 see ChangeLog 2002-09-02 and 2002-09-03
8135
8136 2002-09-03 [darko]      0.8.2claws23
8137
8138         * src/folderview.c
8139                 use normal style when creating new folder to pick
8140                 proper font size 
8141
8142 2002-09-02 [melvin]     0.8.2claws22
8143
8144         * src/gtkaspell.m4
8145                 removed some obsolete code
8146
8147 2002-09-02 [melvin]     0.8.2claws21
8148
8149         * ac/aspell.m4
8150                 fixed test's equality sign (== to =)
8151
8152 2002-09-02 [alfons]     0.8.2claws20
8153
8154         * src/folder.c
8155         * src/mh.c
8156                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8157                 as folder->destroy virtual as suggested by Hiro
8158                 (the mh.c code seems to have been lost around mh.c.1.21)
8159
8160 2002-09-02 [paul]       0.8.2claws19
8161
8162         * po/pt_BR.po
8163                 updated by Fabio Jr. Beneditto
8164                 
8165         * src/defs.h
8166                 use 'http://claws.sylpheed.org' for homepage link. 
8167                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8168
8169 2002-09-01 [alfons]     0.8.2claws18
8170
8171         * src/mh.c
8172                 plug memleak related to one Martin Kluge found
8173
8174 2002-08-31 [paul]       0.8.2claws17
8175
8176         * sync with 0.8.2cvs6
8177                 see ChangeLog 2002-08-30
8178
8179 2002-08-31 [alfons]     0.8.2claws16
8180
8181         * src/folder.c
8182                 folder_destroy(): remove mailbox from folderlist even if it has
8183                 no destroy virtual
8184
8185 2002-08-31 [alfons]     0.8.2claws15
8186
8187         * src/folder.c
8188                 :%sno/if(/if (/gc
8189                 :%sno/for(/for (/gc
8190                 (being pedantic I know)
8191
8192 2002-08-31 [alfons]     0.8.2claws14
8193
8194         * src/folder.c
8195                 check for NULL pointers returned from folder->fetch_msginfo virtual
8196                 (should solve some reported crashes)
8197
8198 2002-08-30 [alfons]     0.8.2claws13
8199
8200         * acconfig.h
8201         * configure.in
8202         * src/crash.c
8203                 enable crash dialog on compilation time
8204                 (--enable-crash-dialog configure option)
8205
8206 2002-08-30 [alfons]     0.8.2claws12
8207
8208         * AUTHORS
8209                 add Martin Kluge
8210         * src/mh.c
8211                 apply memory leak plug patch by Martin Kluge
8212                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8213                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8214                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8215
8216 2002-08-30 [darko]      0.8.2claws11
8217
8218         * src/folderview.c
8219                 copy Gtk style from normal style to match
8220                 font size for coloured folders
8221
8222 2002-08-29 [alfons]     0.8.2claws10
8223
8224         * sylpheed.desktop
8225                 Type=Internet <- Type=Application
8226                 (reported by Michael Schwendt, see:
8227                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8228                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8229
8230 2002-08-29 [paul]       0.8.2claws9
8231
8232         * sync with 0.8.2cvs5
8233                 see ChangeLog 2002-08-29
8234
8235 2002-08-29 [colin]      0.8.2claws8
8236
8237         * src/summaryview.c
8238                 Added a sanity check in summary_select_thread
8239                 Should fix bug 601605
8240
8241 2002-08-29 [colin]      0.8.2claws7
8242
8243         * src/main.c
8244                 Revert claws6 changes regarding bug #591676
8245
8246 2002-08-28 [colin]      0.8.2claws6
8247         
8248         * src/main.c
8249                 Ignore cache for queue folderitems
8250                 Fix bug #591676
8251
8252 2002-08-28 [melvin]     0.8.2claws5
8253
8254         * README.claws
8255                 Fixed typos.
8256
8257 2002-08-28 [melvin]     0.8.2claws4
8258
8259         * README.claws
8260                 Updated a bit the text concerning the spell checker
8261
8262 2002-08-28 [melvin]     0.8.2claws3
8263
8264         Merged the GNU_aspell_branch:
8265                 Support of new GNU/aspell is now included and the old pspell
8266                 is not supported anymore.
8267                 See README.claws
8268
8269         * README.claws
8270                 Updated spell checker text to reflect the switch to GNU/aspell
8271
8272         * ac/aspell.m4          *** NEW ***
8273         * src/gtkaspell.[ch]    *** NEW *** 
8274         * ac/pspell.m4          *** DELETED *** 
8275         * src/gtkspell.[ch]     *** DELETED ***
8276
8277         * ac/Makefile.am
8278                 Updated for GNU/aspell support
8279
8280         * po/POTFILES.in
8281                 Replaced gtkspell.c by gtkaspell.c
8282
8283         * acconfig.h
8284         * src/Makefile.am
8285         * src/about.c
8286         * src/compose.[ch]
8287         * src/crash.c
8288         * src/main.c
8289         * src/prefs_common.[ch]
8290                 Updated for GNU/aspell support
8291
8292 2002-08-28 [paul]       0.8.2claws2
8293
8294         * sync with 0.8.2cvs4
8295                 see ChangeLog 2002-08-27 and 2002-08-28
8296
8297 2002-08-28 [colin]      0.8.2claws1
8298
8299         * src/summary_search.c
8300                 Added "AND search"
8301
8302 2002-08-28 [jens]       0.8.2claws
8303
8304         *po/de.po
8305                 Updated German translations
8306
8307 2002-08-27 [melvin]     0.8.2claws
8308
8309         * po/fr.po
8310                 Updated French translations
8311
8312 2002-08-27 [paul]       0.8.2claws
8313
8314         * sync with 0.8.2 main release
8315
8316         * po/en_GB.po
8317           po/es.po
8318           po/it.po
8319           po/pl.po
8320           po/pt_BR.po
8321           po/sr.po
8322                 updated message catalogs submitted by
8323                 Ricardo Mones Lastra, Alessandro Maestri,
8324                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8325                 Beneditto and Urke MMI  
8326
8327 2002-08-27 [hoa]        0.8.1claws123
8328
8329         * src/mainwindow.[ch]
8330         * src/summaryview.[ch]
8331                 removed the "filter setting" menu option.
8332                 add a "cancel a news message" menu option.
8333
8334 2002-08-26 [martin]     0.8.1claws122
8335
8336         * ChangeLog.claws
8337                 changed string under 0.8.1claws79 changed by myself
8338                 i'm sorry alfons :(
8339
8340 2002-08-26 [martin]     0.8.1claws121
8341
8342         * src/crash.c
8343                 added kill command to debuggerrc to start crash dialog
8344
8345 2002-08-26 [paul]       0.8.1claws120
8346
8347         * sync with 0.8.1cvs31
8348                 see ChangeLog 2002-08-26
8349
8350 2002-08-25 [alfons]     0.8.1claws119
8351
8352         * src/procmsg.c
8353                 fix bug that didn't send out correct headers to news server
8354                 when sending news article and email from queue (bug reported
8355                 and patch provided by Tim Mann; closes bug 
8356                 "[ 583196 ] 0.7.8claws can't post news")
8357
8358 2002-08-25 [alfons]     0.8.1claws118
8359
8360         * src/selective_download.c
8361                 mark two strings as translatable
8362                 (thanks to Urke MMI for pointing this out)
8363
8364 2002-08-25 [alfons]     0.8.1claws117
8365
8366         * src/summaryview.c
8367                 treat sent boxes as special and allow sorting them by addressee
8368                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8369                 submitted by Steve Lamb)
8370
8371 2002-08-24 [alfons]     0.8.1claws116
8372
8373         * src/matcher.c
8374                 fix memleak reported by Martin Kluge
8375                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8376
8377 2002-08-24 [oliver]     0.8.1claws115
8378
8379         * src/prefs_toolbar.c
8380                 o code cleanup as suggested by Alfons
8381                 o memleak fix
8382
8383 2002-08-24 [alfons]     0.8.1claws114
8384
8385         * src/summaryview.c
8386                 o fix another memory leak reported by Martin Kluge
8387                   (see "[ 599568 ] Small Memory Leak")
8388                 o remove 'from' variable from 'summary_set_header()'; we can
8389                   do with just 'to' 
8390
8391 2002-08-24 [paul]       0.8.1claws113
8392
8393         * sync with 0.8.1cvs30
8394                 see ChangeLog 2002-08-23
8395
8396 2002-08-24 [alfons]     0.8.1claws112
8397
8398         * src/summaryview.c
8399                 remove unnecessary allocations for search bar fixing leaks
8400                 reported by Martin Kluge
8401                 (see "[ 599451 ] Further memory leaks?")
8402
8403 2002-08-24 [alfons]     0.8.1claws111
8404
8405         * src/main.c
8406                 make get_socket_name() public for crash.c
8407         * src/crash.c
8408                 o make report bug button work (goes to claws' 
8409                   bug tracker at sf.net)
8410                 o introduce function for doing important stuff just
8411                   before claws goes down
8412                 o clean up code 
8413
8414 2002-08-24 [alfons]     0.8.1claws110
8415
8416         * src/compose.c
8417                 move cursor to "To" entry when forwarding as attachment
8418                 (reported and solved by Steve Lamb, closes bug report
8419                 "[ 592880 ] Forward as attachment; cursor not in to")
8420
8421 2002-08-24 [colin]      0.8.1claws109
8422
8423         * src/mainwindow.c
8424                 fix quick search visibility after GUI (de)separations.
8425
8426 2002-08-23 [colin]      0.8.1claws108
8427
8428         * src/mainwindow.c
8429                 fix header pane visibility after folderview or
8430                 messageview (de)separation
8431
8432 2002-08-23 [paul]       0.8.1claws107
8433
8434         * src/mainwindow.[ch]
8435           src/toolbar.c
8436                 give full control of display or non-display 
8437                 of the Execute icon to Custom toolbar settings.
8438                 add new sensitivity condition to maninwindow.h: 
8439                 M_DELAY_EXEC
8440
8441         * ChangeLog
8442           ChangeLog.jp
8443           NEWS
8444                 more sync with 0.8.1cvs29
8445
8446 2002-08-23 [melvin]     0.8.1claws106
8447
8448         * src/alertpanel.c
8449                 Readded support for custom widget in alertpanel lost in last
8450                 sync.
8451
8452 2002-08-23 [paul]       0.8.1claws105
8453
8454         * sync with 0.8.1cvs29
8455                 see ChangeLog 2002-08-23
8456
8457 2002-08-23 [colin]      0.8.1claws104
8458
8459         * src/summaryview.c
8460                 Fix folder and search pixmaps exchanging positions
8461                 after theme or toolbar changes. Thank to Oliver for 
8462                 reporting this.
8463
8464 2002-08-23 [colin]      0.8.1claws103
8465
8466         * src/mainwindow.c
8467           src/messageview.[ch]
8468           src/noticeview.[ch]
8469           src/summaryview.c
8470                 Changed messageview_create() and noticeview_create()
8471                 to avoid the last gdk_warning
8472
8473 2002-08-22 [colin]      0.8.1claws102
8474
8475         * src/summaryview.c
8476                 Fix my new `Creating pixmap from xpm' warning
8477
8478 2002-08-22 [colin]      0.8.1claws101
8479
8480         * src/mainwindow.c
8481                 Fix some of the gdk warnings
8482
8483 2002-08-22 [colin]      0.8.1claws100
8484
8485         * src/Makefile.am
8486         * src/stock_pixmap.c
8487         * src/stock_pixmap.h
8488         * src/pixmaps/quicksearch.xpm *ADDED*
8489                 Add the quicksearch pixmap
8490         * src/mainwindow.c
8491         * src/summaryview.c
8492         * src/summaryview.h
8493                 Make quicksearch bar visible/hidden via a button
8494
8495 2002-08-22 [christoph]  0.8.1claws99
8496
8497         * src/folder.c
8498                 fix folder update for newsgroups with message
8499                 numbers below minimum number of articles to fetch
8500                 (closes bug #598445)
8501
8502 2002-08-22 [paul]       0.8.1claws98
8503
8504         * sync with 0.8.1cvs28
8505                 see ChangeLog 2002-08-22
8506
8507 2002-08-21 [alfons]     0.8.1claws97
8508
8509         * src/crash.c
8510                 use bt instead of bt full which seems to work 
8511                 better, and bt full doesn't give a great deal 
8512                 of information anyway
8513
8514 2002-08-21 [colin]      0.8.1claws96
8515
8516         * src/summaryview.c
8517                 fix summaryview_searchtype_changed prototype
8518
8519 2002-08-21 [christoph]  0.8.1claws95
8520
8521         * src/mainwindow.c
8522                 o fix broken menu update for sorting type, we have to
8523                   get this info from the summaryview now
8524                 o removed setting of threaded state in menu callback
8525         * src/summaryview.[ch]
8526                 more summaryview/folderitem seperation for
8527                 threading option
8528         * configure.in
8529                 removed not required --with-compiler-flags option
8530
8531 2002-08-21 [oliver]     0.8.1claws94
8532         
8533         * src/toolbar.h 
8534                 o rename toolbar.xml to toolbar_main.xml
8535                   since toolbar_compose.xml might come up 
8536                   any time soon
8537         * README.claws
8538                 add custom toolbar              
8539
8540 2002-08-21 [darko]      0.8.1claws93
8541
8542         * src/procmsg.c
8543                 don't reset tmp flags for messages copied
8544                 to sent folder
8545
8546 2002-08-21 [colin]      0.8.1claws92
8547         
8548         * src/prefs_filtering.c
8549                 fix renaming rules on folder rename 
8550                 when folder is not a leaf folder
8551
8552 2002-08-21 [paul]       0.8.1claws91
8553
8554         * src/prefs_folder_item.c
8555                 fix alignment of colour selector
8556
8557 2002-08-21 [paul]       0.8.1claws90
8558
8559         * sync with 0.8.1cvs27
8560                 see ChangeLog 2002-08-21
8561
8562 2002-08-21 [paul]       0.8.1claws89
8563
8564         * src/summaryview.c
8565                 fix crash when changing field type in
8566                 Quick search bar
8567
8568 2002-08-21 [colin]      0.8.1claws88
8569
8570         * src/summaryview.c
8571                 Made quick search case-insensitive
8572
8573 2002-08-21 [paul]       0.8.1claws87
8574
8575         * sync with 0.8.1cvs26
8576                 see ChangeLog 2002-08-21
8577
8578 2002-08-20 [christoph]  0.8.1claws86
8579
8580         * src/folderview.c
8581         * src/main.c
8582         * src/summaryview.[ch]
8583                 more summaryview/folderitem seperation for
8584                 sort_key and sort_type
8585         * src/procmsg.c
8586                 added missing return statement
8587
8588 2002-08-20 [colin]      0.8.1claws85
8589
8590         * src/summaryview.[ch]
8591                 Added a quick search box
8592         * src/mainwindow.c
8593         * src/prefs_common.[ch]
8594                 Added a show/hide option for the quick search
8595
8596 2002-08-20 [oliver]     0.8.1claws84
8597         
8598         * src/mainwindow.c
8599                 remove toolbar_create_popups
8600         * src/toolbar.[ch]
8601                 o remove toolbar_create_popups
8602                 o fix toolbar_set_sensitive 
8603                   (Bug reports #596834 and #596832)     
8604         * src/prefs_toolbar.c
8605                 o add "Set default" button
8606                 o align label and text + combo widgets
8607
8608 2002-08-20 [hoa]        0.8.1claws83bis
8609
8610         * src/imap.c
8611                 fixed a bug in imap_fetch_msginfo() in case there is no
8612                 current folder.
8613
8614 2002-08-20 [darko]      0.8.1claws83
8615
8616         * src/folderview.c
8617                 copy the color style of folder view so it
8618                 works with GTK themes
8619
8620 2002-08-20 [darko]      0.8.1claws82
8621
8622         * src/folder.h
8623         * src/folderview.c
8624         * src/prefs_folder_item.[hc]
8625                 don't use UI stuff in folder.h
8626
8627 2002-08-20 [darko]      0.8.1claws81
8628
8629         * src/folder.h
8630         * src/prefs_folder_item.h
8631         * src/folderview.c
8632         * src/prefs_folder_item.c
8633                 ability to set folder color in folderview
8634
8635 2002-08-19 [alfons]     0.8.1claws80
8636
8637         * src/summaryview.c
8638                 fix one of the earlier memleaks reported by Martin Kluge
8639
8640 2002-08-19 [alfons]     0.8.1claws79
8641
8642         * src/mainwindow.c
8643                 hide notice view when selecting seperate folder
8644                 view (reported by Urke MMI)
8645
8646 2002-08-19 [christoph]  0.8.1claws78
8647
8648         * src/folderview.c
8649         * src/prefs_folder_item.h
8650         * src/summaryview.[ch]
8651                 o add summary_set_prefs_from_folderitem to set
8652                   summaryview prefs (first step to remove all
8653                   references to the folderitem in summaryview)
8654                 o moved compiled regex stuff from folderitem prefs
8655                   to summaryview code
8656
8657 2002-08-19 [paul]       0.8.1claws77
8658
8659         * src/compose.c
8660                 add check for '.' to QUOTE_IF_REQUIRED
8661
8662 2002-08-19 [paul]       0.8.1claws76
8663
8664         * src/inc.c
8665                 sync with 0.8.1cvs25 (plug memory leak)
8666
8667         * src/prefs_toolbar.c
8668                 re-order prefs_toolbar_cancel()
8669
8670 2002-08-18 [alfons]     0.8.1claws75
8671
8672         * src/inc.c
8673         * src/matcher.c
8674                 plug other memleaks reported by Martin Kluge
8675
8676 2002-08-18 [paul]       0.8.1claws74
8677
8678         * po/pt_BR.po
8679                 updated by Fabio Jr. Beneditto
8680
8681 2002-08-18 [paul]       0.8.1claws73
8682
8683         * src/toolbar.[ch]
8684                 fix bug where tooltips were displayed untranslated              
8685
8686         * src/prefs_toolbar.c
8687                 fix bug where clicking 'Cancel' creates an icon & text
8688                 toolbar regardless of prefs
8689         
8690
8691 2002-08-17 [oliver]     0.8.1claws72
8692
8693         * src/prefs_toolbar.c
8694                 update toolbar on CANCEL
8695                 bug reported by Martin Kluge
8696         * src/toolbar.c
8697                 toolbar_destroy memleak fixed           
8698
8699 2002-08-17 [alfons]     0.8.1claws71
8700
8701         * src/toolbar.c
8702                 plug another memleak reported by Martin Kluge
8703
8704 2002-08-16 [alfons]     0.8.1claws70
8705
8706         * src/crash.c
8707                 use execvp() correctly (suggested by wwp; thanks!)
8708
8709 2002-08-16 [alfons]     0.8.1claws69
8710
8711         * src/gtksctree.c
8712                 plug memory leak reported by Kim Schultz & Martin Kluge
8713
8714 2002-08-16 [paul]       0.8.1claws68
8715
8716         * po/es.po
8717                 updated by Ricardo Mones Lastra
8718
8719 2002-08-16 [paul]       0.8.1claws67
8720
8721         * src/toolbar.h
8722                 fix bug where 'Compose News' icon showed wrong
8723                 tooltip
8724
8725 2002-08-16 [paul]       0.8.1claws66
8726
8727         * sync with 0.8.1cvs24
8728                 see ChangeLog 2002-08-16
8729
8730         * po/it.po
8731                 updated by Alessandro Maestri
8732
8733 2002-08-15 [paul]       0.8.1claws65
8734
8735         * po/sr.po
8736                 updated by Urke MMI
8737
8738 2002-08-15 [paul]       0.8.1claws64
8739
8740         * src/*.c
8741                 don't translate debug info
8742
8743         * src/matcher.[ch]
8744                 add copyright info
8745
8746 2002-08-15 [paul]       0.8.1claws63
8747
8748         * src/prefs_toolbar.c
8749                 fix bug where clicking 'OK' creates an icon & text
8750                 toolbar regardless of prefs
8751
8752 2002-08-14 [alfons]     0.8.1claws62
8753
8754         * src/main.c
8755                 add global var that has the full argv[0]
8756         * src/crash.c
8757                 o execvp the correct sylpheed by using argv0
8758                   and setting the correct work dir
8759                 o other tweaks  
8760
8761 2002-08-14 [oliver]     0.8.1claws61
8762         
8763         * enable/disable Toolbar Action Buttons 
8764         * code cleanups
8765         * src/mainwindow.c
8766         * src/toolbar.[ch]      
8767         * src/prefs_toolbar.c   
8768
8769 2002-08-14 [melvin]     0.8.1claws60
8770
8771         * po/fr.po
8772                 Updated French translations
8773
8774 2002-08-14 [melvin]     0.8.1claws59
8775
8776         * src/crash.c
8777                 Made bug report not translatable
8778         * src/exporthtml.c
8779                 Fixed exporthtml_build_filespec() return value
8780         * src/foldersel.c
8781                 Fixed incorrect include file
8782         * src/gtkspell.c
8783         * src/prefs_actions.c
8784         * src/prefs_toolbar.c
8785                 Made debug info not translatable
8786         * src/mutt.c
8787         * src/quote_fmt.c
8788                 Added missing includes
8789         * src/prefs_common.c
8790                 Fixed typo
8791
8792 2002-08-14 [paul]       0.8.1claws58
8793
8794         * faq/es/sylpheed-faq.html
8795           faq/es/sylpheed-faq-[1-3].html
8796           faq/es/sylpheed-faq-4.html     **NEW FILE **
8797                 update Spanish FAQ
8798
8799 2002-08-13 [christoph]  0.8.1claws57
8800
8801         * src/procmsg.c
8802                 ignore thread fix that did not mark all
8803                 child nodes of a ignored thread as
8804                 ignored. Does not work perfectly yet,
8805                 but it is better now
8806
8807 2002-08-13 [alfons]     0.8.1claws56
8808
8809         * src/crash.c
8810                 o implement 'save crash log'
8811                 o some tweaks
8812
8813 2002-08-13 [melvin]     0.8.1claws55
8814
8815         * src/main.c
8816                 removed unrequired "execinfo.h" header
8817
8818 2002-08-12 [paul]       0.8.1claws54
8819
8820         * faq/en/sylpheed-faq.html
8821           faq/en/sylpheed-faq-[1-3].html
8822           faq/en/sylpheed-faq-4.html     **NEW FILE **
8823                 update English FAQ
8824
8825 2002-08-12 [alfons]     0.8.1claws53
8826
8827         * po/POTFILES.in
8828                 add crash.c to translatables
8829         * src/crash.c
8830                 bring in Leandro's crash dialog
8831
8832 2002-08-11 [alfons]     0.8.1claws52
8833
8834         * src/crash.c
8835                 clean up some warnings
8836
8837 2002-08-11 [alfons]     0.8.1claws51
8838
8839         * acconfig.h
8840         * configure.in
8841         * src/crash.[ch]        ** NEW FILES **
8842         * src/main.c            
8843                 initial gdb crash handler
8844
8845 2002-08-11 [paul]       0.8.1claws50
8846
8847         * src/prefs_toolbar.c
8848                 replace Up/Down arrow pixmaps with text to be
8849                 consistent across icon themes
8850
8851 2002-08-11 [paul]       0.8.1claws49
8852
8853         * src/prefs_common.c
8854           src/prefs_toolbar.c
8855                 rename 'Pixmap' -> 'Icon'
8856
8857         * src/toolbar.[ch]
8858                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8859
8860 2002-08-10 [paul]       0.8.1claws48
8861
8862         * src/prefs_toolbar.c
8863                 re-work the UI
8864
8865 2002-08-10 [paul]       0.8.1claws47
8866
8867         * src/main.c
8868                 don't write Processing progress to status bar
8869                 patch submitted by Alexander Evseev
8870
8871         * src/prefs_toolbar.c
8872                 re-position and resize window
8873                 make window assume correct size on first call
8874
8875 2002-08-10 [paul]       0.8.1claws46
8876
8877         * src/mainwindow.c
8878           src/prefs_toolbar.c
8879           src/toolbar.c
8880           src/toolbar.h
8881                 obey coding style
8882                 follow UI text conventions
8883
8884 2002-08-10 [alfons]     0.8.1claws45
8885
8886         * src/toolbar.c
8887                 correct pixmap for delete action
8888
8889 2002-08-10 [paul]       0.8.1claws44
8890
8891         * po/pt_BR.po
8892                 updated by Fabio Jr. Beneditto
8893
8894 2002-08-10 [paul]       0.8.1claws43
8895
8896         * po/POTFILES.in
8897                 add custom toolbar files
8898
8899 2002-08-10 [paul]       0.8.1claws42
8900
8901         * sync with 0.8.1cvs22
8902                 see ChangeLog 2002-08-09
8903
8904 2002-08-09 [paul]       0.8.1claws41
8905
8906         * tools/Makefile.am
8907           tools/README
8908           tools/outlook2sylpheed.pl     ** NEW FILE **
8909                 add script to convert exported Outlook
8910                 contacts list to a Sylpheed addressbook.
8911                 Submitted by Ricardo Mones Lastra.
8912
8913 2002-08-09 [paul]       0.8.1claws40
8914
8915         * AUTHORS
8916           configure.in
8917           po/sr.po      ** NEW FILE **
8918                 add Serbian message catalog. Submitted by
8919                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8920
8921 2002-08-09 [paul]       0.8.1claws39
8922
8923         * sync with 0.8.1cvs21
8924                 see ChangeLog 2002-08-08
8925
8926 2002-08-08 [oliver]     0.8.1claws38
8927
8928         * src/mainwindow.c
8929                 move Custom Toolbar to Configuration menu
8930
8931 2002-08-08 [oliver]     0.8.1claws37
8932
8933         * src/prefs_toolbar.c
8934                 fix substitute pixmap bug
8935
8936 2002-08-08 [paul]       0.8.1claws36
8937
8938         * sync with 0.8.1cvs19
8939                 see ChangeLog 2002-08-08
8940
8941 2002-08-07 [christoph]  0.8.1claws35
8942
8943         * src/utils.c
8944                 fixed a memory leak in new canonicalize_file_replace
8945
8946 2002-08-07 [christoph]  0.8.1claws34
8947
8948         * src/utils.[ch]
8949                 o canonicalize_file_replace should create the temporary
8950                   file in the same directory as the original file.
8951                 o added get_tmpfile_in_dir that creates a temorary file
8952                   in a specified directory.
8953
8954 2002-08-07 [melvin]     0.8.1claws33
8955
8956         * src/toolbar.c
8957                 fixed bug where 'Article' button acted as 'Email' button.
8958
8959 2002-08-07 [paul]       0.8.1claws32
8960
8961         * sync with 0.8.1.cvs17
8962                 see ChangeLog 2002-08-07
8963
8964 2002-08-07 [colin]      0.8.1claws31
8965         
8966         * src/news.c
8967                 fix mass-cancel problem
8968
8969 2002-08-07 [thorsten]   0.8.1claws30
8970
8971         * src/prefs_toolbar.c
8972                 fix: crash on replace or add new button
8973         * src/toolbar.c
8974                 fix: close xmlfile after reading
8975         * src/utils.c
8976                 fix: unlink() file before rename()
8977
8978 2002-08-06 [paul]       0.8.1claws29
8979
8980         * sync with 0.8.cvs15
8981                 see ChangeLog 2002-08-06
8982
8983 2002-08-06 [oliver]     0.8.1claws28
8984
8985         * src/toolbar.c
8986         * src/prefs_toolbar.c
8987                 fixed empty toolbar issue
8988
8989 2002-08-06 [oliver]     0.8.1claws27
8990
8991         * Custom Toolbar Final 
8992         * src/folderview.c
8993         * src/inc.c
8994         * src/summaryview.c
8995                 o toolbar stuff now lives in src/toolbar.[ch]
8996                 o main_window_toolbar_* functions are renamed to
8997                   toolbar_* reflecting their new source file
8998         * src/mainwindow.[ch]
8999                 o remove toolbar stuff  
9000
9001 2002-08-06 [oliver]     0.8.1claws26
9002         
9003         * src/Makefile.am
9004         * src/prefs_toolbar.[ch]        **New File**
9005         * src/toolbar.[ch]              **New File**
9006                 o prefs_toolbar.[ch] custom toolbar frontend
9007                 o toolbar.[ch]       backend 
9008
9009 2002-08-06 [oliver]     0.8.1claws25
9010
9011         * src/prefs_actions.[ch]
9012                 o new exported function actions_execute
9013
9014 2002-08-06 [paul]       0.8.1claws24
9015
9016         * sync with 0.8.1cvs4
9017                 see ChangeLog 2002-08-06
9018
9019 2002-08-06 [paul]       0.8.1claws23
9020
9021         * sync with 0.8.1cvs13
9022                 see ChangeLog 2002-08-06
9023
9024 2002-08-06 [paul]       0.8.1claws22
9025
9026         * sync with 0.8.1cvs12
9027                 see ChangeLog 2002-08-05 and 2002-08-06
9028
9029 2002-08-06 [match]      0.8.1claws21
9030
9031         * src/addrclip.c
9032                 improvements to cut/copy/paste address
9033
9034 2002-08-05 [match]      0.8.1claws20
9035
9036         * src/addritem.[ch]
9037         * src/addrcache.c
9038         * src/addrbook.c
9039         * src/editaddress.c
9040         * src/addressbook.c
9041                 fixes to improve cut/copy/paste
9042
9043 2002-08-06 [melvin]     0.8.1claws19
9044
9045         * src/account.[ch]
9046                 account_find_all_from_address(): new function that returns the
9047                 list of all accounts that are matched in an address.
9048         * src/alertpanel.[ch]
9049                 alertpanel() now accepts a custom widget
9050                 alertpanel_with_widget(): new function that pops up a panel with
9051                 a custom widget in it 
9052         * src/gtkutils.[ch]
9053                 gtkut_account_menu_new(): new function that allows the selection
9054                 of an account from a list of accounts.
9055         * src/messageview.c
9056                 Extended Return Receipt notification to select the correct 
9057                 account and to make a security test on the Delivery-Notification
9058                 address which should be the same as the Return-Path.
9059
9060 2002-08-06 [thorsten]   0.8.1claws18
9061
9062         * src/mimeview.c
9063                 attach_all: save unnamed as "noname.%d",
9064                 dont free static dirname
9065
9066 2002-08-05 [alfons]     0.8.1claws17
9067
9068         * configure.in
9069                 detect XIM by trying to link rather than compile a XIM program
9070
9071 2002-08-05 [oliver]     0.8.1claws16
9072                 
9073         * src/stock_pixmap.[ch]
9074                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9075                 o new func to retrieve pixmaps
9076
9077 2002-08-05 [paul]       0.8.1claws15
9078
9079         * sync with 0.8.1cvs10
9080                 see ChangeLog 2002-08-05
9081
9082 2002-08-04 [alfons]     0.8.1claws14
9083
9084         * src/textview.c
9085                 see if this plugs memleak
9086
9087 2002-08-04 [melvin]     0.8.1claws13
9088
9089         * src/gtkspell.c
9090                 fixed bug that could crash Sylpheed when highlighting
9091                 all misspelled words.
9092
9093 2002-08-03 [melvin]     0.8.1claws12
9094
9095         * src/prefs_actions.c
9096                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9097         * src/messageview.c
9098                 fixed bug where the Return Receipt was sent to
9099                 Delivery-Notification-To address even if it was not present
9100
9101 2002-08-02 [alfons]     0.8.1claws11
9102
9103         * src/prefs_actions.c
9104                 o more check for NULLs
9105                 o put create_io_dialog() in right conditional block
9106
9107 2002-08-02 [paul]       0.8.1claws10
9108
9109         * po/es.po
9110                 updated by Ricardo Mones Lastra
9111
9112 2002-08-01 [christoph]  0.8.1claws9
9113
9114         * src/folder.c
9115                 don't free the cache of the opened
9116                 folder in the summaryview
9117         * src/summaryview.c
9118                 don't unset flags, if it is not required
9119
9120 2002-08-01 [paul]       0.8.1claws8
9121
9122         * sync with 0.8.1cvs8
9123                 see ChangeLog entry 2002-08-01
9124
9125 2002-08-01 [paul]       0.8.1claws7
9126
9127         * sync with 0.8.1cvs7
9128                 see ChangeLog 2002-07-31 and 2002-08-01
9129
9130 2002-07-31 [christoph]  0.8.1claws6
9131
9132         * src/mainwindow.c
9133                 forgot to update menu sensitivity
9134                 function for new menu entry
9135
9136 2002-07-31 [alfons]     0.8.1claws5
9137
9138         * src/main.c
9139                 check folder item and its path for NULL on
9140                 initial processing
9141
9142 2002-07-31 [christoph]  0.8.1claws4
9143
9144         * src/folder.c
9145                 check if folder_item_get_msginfo in
9146                 folder_item_remove_msg returned NULL
9147         * src/imap.c
9148                 better clear the uid cache in the
9149                 uid validity check function and delete
9150                 cached messages
9151
9152 2002-07-31 [paul]       0.8.1claws3
9153
9154         * man/sylpheed.1
9155                 add the '--attach' option and a few other
9156                 minor changes
9157
9158 2002-07-31 [paul]       0.8.1claws2
9159
9160         * sync with 0.8.1cvs5
9161                 see ChangeLog 2002-07-31
9162
9163 2002-07-31 [christoph]  0.8.1claws1
9164
9165         * src/folderview.[ch]
9166         * src/mainwindow.c
9167                 replace "Rescan all folders..." with
9168                 "Check all folders for new messages..."
9169
9170 2002-07-30 [paul]       0.8.1claws
9171
9172         * version 0.8.1claws released
9173
9174 2002-07-30 [paul]       0.8.0claws29
9175
9176         * tools/OOo2sylpheed.pl ** NEW FILE **
9177           tools/README
9178                 add script to enable sending documents as
9179                 attachments from OpenOffice.org
9180
9181 2002-07-30 [melvin]     0.8.0claws28
9182
9183         * src/prefs_actions.c
9184                 Made the actions' input/output dialog display
9185                 without delay.
9186
9187 2002-07-30 [christoph]  0.8.0claws27
9188
9189         * src/procmsg.c
9190                 check if folder_item_get_msginfo in
9191                 procmsg_save_to_outbox returned NULL
9192
9193 2002-07-30 [paul]       0.8.0claws26
9194
9195         * sync with 0.8.1cvs4
9196                 see ChangeLog 2002-07-29
9197
9198 2002-07-29 [thorsten]   0.8.0claws25
9199
9200         * README.claws
9201                 added selective download, delete on server
9202
9203 2002-07-29 [paul]       0.8.0claws24
9204
9205         * sync with 0.8.1cvs3
9206                 see ChangeLog 2002-07-29
9207
9208 2002-07-27 [christoph]  0.8.0claws23
9209
9210         * src/folder.c
9211                 add extra check if fetching the msginfo
9212                 returned NULL
9213
9214 2002-07-27 [paul]       0.8.0claws22
9215
9216         * sync with 0.8.1cvs2
9217                 see ChangeLog 2002-07-26
9218
9219 2002-07-27 [christoph]  0.8.0claws21
9220
9221         * src/imap.c
9222                 add another check if a valid msginfo
9223                 was returned
9224
9225 2002-07-26 [hoa]        0.8.0claws20
9226
9227         * src/folder.c
9228                 Fixed a condition in folder_item_destroy()
9229
9230         * src/imap.c
9231                 Fixed an error in IMAP protocol
9232
9233 2002-07-26 [alfons]     0.8.0claws19
9234
9235         * src/folder.c
9236                 ofcourse compare with identifier, not the path
9237
9238 2002-07-26 [alfons]     0.8.0claws18
9239
9240         * src/folder.c
9241                 use folder item identifier for saving / restoring
9242                 preferences because folder->path might not be unique
9243
9244 2002-07-26 [melvin]     0.8.0claws17
9245
9246         * src/logwindow.c
9247                 Fixed a crash introduced in 0.8.0claws5 when log is 
9248                 cut under 80 characters.
9249
9250 2002-07-26 [paul]       0.8.0claws16
9251
9252         * sync with 0.8.1cvs1
9253                 see ChangeLog 2002-07-26
9254
9255 2002-07-26 [christoph]  0.8.0claws15
9256
9257         * src/imap.[ch]
9258                 imap folder now remembers the last selected
9259                 folder and imap_fetch_msginfo skips selecting
9260                 the folder if it is already selected
9261
9262 2002-07-26 [christoph]  0.8.0claws14
9263
9264         * src/folder.c
9265         * src/folderview.c
9266         * src/imap.c
9267                 fix imap folder rescanning
9268
9269 2002-07-25 [christoph]  0.8.0claws13
9270
9271         * src/filter.c
9272         * src/folder.[ch]
9273         * src/folderview.c
9274         * src/imap.[ch]
9275         * src/mainwindow.c
9276         * src/mbox_folder.c
9277         * src/mh.c
9278         * src/news.c
9279                 implement imap uid cache and uid validity check
9280
9281 2002-07-25 [alfons]     0.8.0claws12
9282
9283         * src/summaryview.c
9284                 fix a brown paper bag bug, and also add some more
9285                 checks
9286
9287 2002-07-25 [christoph]  0.8.0claws11
9288
9289         * src/folder.c
9290                 don't mix copy, fetch_msginfo and remove
9291                 operations in folder item copy and move
9292                 operations
9293
9294 2002-07-25 [christoph]  0.8.0claws10
9295
9296         * src/folderview.c
9297         * src/mainwindow.c
9298         * src/prefs_folder_item.c
9299         * src/summaryview.[ch]
9300                 remove no longer required parameter update_cache from
9301                 summary_show
9302
9303 2002-07-25 [paul]       0.8.0claws9
9304
9305         * sync with 0.8.1
9306         
9307         * AUTHORS
9308                 a few corrections
9309
9310 2002-07-24 [alfons]     0.8.0claws8
9311
9312         * src/summaryview.c
9313                 sort correctly when using simplified subject line
9314                 (closes feature request "[ 585141 ] applying regexp to subject 
9315                 before sort" submitted by Alexandra Walford)
9316
9317 2002-07-24 [paul]       0.8.0claws7
9318
9319         * sync with 0.8.0cvs3
9320                 see ChangeLog 2002-07-24
9321
9322 2002-07-23 [christoph]  0.8.0claws6
9323
9324         * src/folder.c
9325         * src/folder.h
9326         * src/summaryview.c
9327         * src/summaryview.h
9328         * src/main.c
9329                 o separate processing and summaryview
9330                 o removed summary_write_cache from summaryview
9331                 o removed summaryview->killed_messages, because we don't have
9332                   to keep a list of killed messages anymore. New cache will
9333                   keep the hidden messages in cache anyway
9334         * src/folderview.c
9335         * src/inc.c
9336         * src/selective_download.c
9337                 o removed unnecessary summary_write_cache calls
9338         * src/procmsg.c
9339                 o don't set ignore thread flag in procmsg_get_thread_tree
9340                   if it is already set
9341         * src/mainwindow.c
9342         * src/statusbar.h
9343                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9344                   they are used in different files
9345
9346 2002-07-23 [melvin]     0.8.0claws5
9347
9348         * src/addressbook.c
9349         * src/addrgather.c
9350         * src/editaddress.c
9351         * src/editgroup.c
9352         * src/editldap_basedn.c
9353         * src/importldif.c
9354         * src/prefs_common.c
9355                 Fixed few memory leak (gtk_editable_get_chars returns
9356                 an allocated string)
9357         * src/logwindow.c
9358                 Fixed few memory leak (gtk_editable_get_chars returns
9359                 an allocated string) and modified a little the log cutting
9360                 loop.
9361         * src/compose.c
9362                 Replaced a call to an obsolete function gtk_entry_get_text()
9363                 by gtk_editable_get_chars()
9364         * src/send.c
9365                 Removed a debug printf
9366
9367 2002-07-23 [christoph]  0.8.0claws4
9368
9369         * src/filesel.c
9370                 fix another g_dirname memory leak
9371
9372 2002-07-23 [christoph]  0.8.0claws3
9373
9374         * src/mh.c
9375                 fixed a memory leak in mh_fetch_msginfo
9376                 fixed crash when message header could not be
9377                 parsed
9378
9379 2002-07-23 [paul]       0.8.0claws2
9380
9381         * sync with 0.8.0cvs2
9382                 see ChangeLog 2002-07-23
9383
9384 2002-07-23 [paul]       0.8.0claws1
9385
9386         * sync with 0.8.0cvs1
9387                 see ChangeLog 2002-07-23
9388
9389 2002-07-23 [paul]       0.8.0claws
9390
9391         * release of 0.8.0claws
9392
9393 2002-07-23 [paul]       0.7.8claws99
9394
9395         * po/ru.po
9396                 new Russian translation, submitted by
9397                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9398
9399 2002-07-22 [jens]       0.7.8claws98
9400
9401         * po/de.po
9402                 Updated German translations.
9403
9404 2002-07-22 [paul]       0.7.8claws97
9405
9406         * po/es.po
9407           po/it.po
9408           po/nl.po
9409           po/pt_BR.po
9410                 updated translations by Ricardo Mones Lastra,
9411                 Alessandro Maestri, Wilbert Berendsen and 
9412                 Fabio Jr. Beneditto respectively
9413
9414 2002-07-22 [christoph]  0.7.8claws96
9415
9416         * src/mimeview.c
9417                 fix memory leak caused by wrong g_dirname usage
9418
9419 2002-07-22 [christoph]  0.7.8claws95
9420
9421         * src/summaryview.c
9422                 update new and unread message counts for summaryview
9423                 summaryview does not get it from the folder anymore
9424                 and has to update the values itself
9425
9426 2002-07-22 [melvin]     0.7.8claws94
9427
9428         * po/fr.po
9429                 Updated French translations.
9430
9431 2002-07-22 [christoph]  0.7.8claws93
9432
9433         * src/matcher.c
9434                 set prop->preg pointer to NULL or following check
9435                 will not fail and regexec will be called with
9436                 invalid pointer
9437
9438 2002-07-21 [alfons]     0.7.8claws92
9439         
9440         * src/prefs_common.[ch]
9441                 remove option "Send return receipt on request"
9442
9443 2002-07-21 [thorsten]   0.7.8claws91
9444
9445         * src/mimeview.c
9446                 fixed memleaks, coding style as pointed out by alfons
9447
9448 2002-07-21 [alfons]     0.7.8claws90
9449
9450         * src/messageview.c
9451         * src/noticeview.[ch]
9452                 o fix bug notice view being displayed when going to empty folder 
9453                   (noticed by Christoph)
9454                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9455                   (noticed by Thorsten)
9456
9457 2002-07-21 [thorsten]   0.7.8claws89
9458
9459         * src/mimeview.c
9460                 Included save_all patch from Xaview FACQ
9461                 added support for pathnames
9462
9463 2002-07-21 [alfons]     0.7.8claws88
9464
9465         * po/POTFILES.in
9466         * src/Makefile.am
9467         * src/mainwindow.c
9468         * src/messageview.[ch]
9469         * src/noticeview.c      ** NEW FILE **
9470         * src/noticeview.h      ** NEW FILE **
9471                 make return receipts work again
9472                 (UI idea by Leandro Pereira)
9473
9474 2002-07-21 [paul]       0.7.8claws87
9475
9476         * src/summaryview.c
9477                 fix sensitivity of 'Select thread'
9478
9479 2002-07-21 [paul]       0.7.8claws86
9480
9481         * src/prefs_common.c
9482                 add browser command line for Galeon
9483
9484 2002-07-21 [paul]       0.7.8claws85
9485
9486         * Makefile.am
9487                 fix 'EXTRA_DIST': remove README.README, add TODO
9488                 and TODO.claws
9489
9490 2002-07-21 [alfons]     0.7.8claws84
9491
9492         * src/gtkstext.c
9493                 make enter clear selection
9494                 (closes "[ 579888 ] Editor selection/entry error"
9495                 reported by Steve Lamb)
9496
9497 2002-07-21 [alfons]     0.7.8claws83
9498         
9499         * src/summaryview.c
9500                 sort message list when selecting unthread messages
9501                 (closes "[ 501593 ] switching threaded view doesn't sort"
9502                 reported by Simon Schubert)
9503
9504 2002-07-20 [alfons]     0.7.8claws82
9505         
9506         * src/matcher.c
9507                 const-correctness
9508
9509 2002-07-20 [thorsten]   0.7.8claws81
9510
9511         * src/matcher.c
9512                 Fixed expansion of empty fields in matchactions
9513
9514 2002-07-19 [melvin]     0.7.8claws80
9515
9516         * src/gtkspell.c
9517                 Removed a duplicate menu entry (fast mode) introduced during
9518                 the new cache merge
9519                 Added a menu separator between 'Use alternate' and 'Fast mode'
9520
9521 2002-07-19 [paul]       0.7.8claws79
9522
9523         * tools/Makefile.am
9524           tools/README
9525                 correct typos
9526
9527 2002-07-19 [thorsten]   0.7.8claws78
9528
9529         * tools/calypso_convert.pl      ** NEW FILE **
9530           tools/README
9531           tools/Makefile.am
9532                 script to import mbox files exported
9533                 by calypso
9534                 o generates folder structure
9535                 o includes attachments
9536
9537 2002-07-19 [melvin]     0.7.8claws77
9538
9539         * src/selective_download.[ch]
9540                 Fixed bug where closing the dialog with the window manager's
9541                 close button will not unlock the summary
9542                 Corrected some function declarations that missed a return value
9543                 Made the source code comply better with coding style.
9544         * src/prefs_common.c
9545                 Added new browser command line for Mozilla.
9546
9547 2002-07-18 [paul]       0.7.8claws76
9548
9549         * src/mainwindow.c
9550           src/selective_download.[ch]
9551                 reflect theme changes, fix Gdk Warning when creating 
9552                 pixmap from NULL window, and minor clean up.
9553                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9554
9555         * po/en_GB.po
9556                 updated
9557
9558 2002-07-17 [paul]       0.7.8claws75
9559
9560         * INSTALL[.jp]
9561                 sync with 0.8.0
9562         
9563         * po/en_GB.po
9564                 updated
9565
9566 2002-07-16 [paul]       0.7.8claws74
9567
9568         * tools/filter_conv.pl
9569           tools/README
9570                 replace conversion script with reimplemented version, 
9571                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9572
9573 2002-07-16 [colin]      0.7.8claws73
9574
9575         * src/summaryview.c
9576                 remove forgotten debug messages - sorry ;-)
9577
9578 2002-07-16 [colin]      0.7.8claws72
9579
9580         * src/mimeview.c
9581           src/summaryview.c
9582           src/textview.c
9583           src/textview.h
9584                 add the ability to select part of a text mime-part 
9585                 to reply.
9586
9587 2002-07-15 [christoph]  0.7.8claws71
9588
9589         * src/folder.c
9590                 fix folder message count for folders without
9591                 msg_is_changed (includes news folders)
9592
9593 2002-07-15 [martin]     0.7.8claws70
9594
9595         * src/summaryview.c
9596                 option "display recipient on 'From'..." now works
9597                 without the need of enabling the option
9598                 "display  sender  using  address  book".
9599
9600 2002-07-15 [christoph]  0.7.8claws69
9601
9602         * src/summaryview.c
9603                 removed setting folder status from summaryview.
9604                 folder.c should update all message counts correctly.
9605
9606 2002-07-15 [paul]       0.7.8claws68
9607
9608         * po/pt_BR.po
9609                 updated by Fabio Junior Beneditto
9610
9611 2002-07-15 [darko]      0.7.8claws67
9612
9613         * src/mh.c
9614                 Fixed target folder colorization, don't decrease op
9615                 number twice
9616
9617 2002-07-14 [paul]       0.7.8claws66
9618
9619         * sync with main 0.8.0
9620                 see ChangeLog 2002-07-14
9621
9622 2002-07-13 [melvin]     0.7.8claws65
9623         
9624         * src/addrbook.c
9625         * src/addressbook.c
9626         * src/addrindex.c
9627                 Replaced sprintf by g_snprintf to prevent possible buffer
9628                 overflow.
9629         * src/news.c
9630                 Corrected a log message output format.
9631                 Added a missing "done" debug output.
9632         * src/compose.c
9633                 Added keyboard accelerator for Priority menu items
9634                 Added missing \n in debug output
9635         * src/logwindow.c
9636         * src/gtkspell.c
9637         * src/rfc2015.c
9638                 Added missing \n in debug output
9639
9640 2002-07-13 [paul]       0.7.8claws64
9641
9642         * man/sylpheed.1
9643                 change Sergey's email address to the sf address
9644
9645         * src/textview.c
9646                 increase show_url_timeout (more useful for long
9647                 urls)
9648
9649 2002-07-12 [sergey]     0.7.8claws63
9650
9651         * src/rfc2015.c
9652                 applied (with some modifications) patch to set the
9653                 micalg parameter for signatures
9654                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9655
9656 2002-07-12 [sergey]     0.7.8claws62
9657
9658         * man/Makefile.am
9659         * configure.in
9660                 fixed man page installation
9661
9662 2002-07-12 [paul]       0.7.8claws61
9663
9664         * sync with 0.7.8cvs26
9665                 see ChangeLog 2002-07-11 and 2002-07-12
9666
9667 2002-07-11 [christoph]  0.7.8claws60
9668
9669         * src/compose.c
9670         * src/procmsg.c
9671                 first use the message number to find the message
9672                 to mark with a reply flag but check the
9673                 message-id if we got the correct message, if not
9674                 try to find it by message-id.
9675                 use new string seperator that is not allowed
9676                 in message-ids.
9677
9678 2002-07-11 [paul]       0.7.8claws59
9679
9680         * sync with 0.7.8cvs23
9681                 see ChangeLog 2002-07-10
9682
9683 2002-07-10 [christoph]  0.7.8claws58
9684
9685         * src/folder.[ch]
9686         * src/msgcache.[ch]
9687                 Added message-id table to the cache in memory
9688                 and functions to msgcache.c and folder.c to
9689                 fetch MsgInfos by message id
9690         * src/compose.c
9691         * src/procmsg.c
9692                 store folder and message-id of message replying
9693                 to in queue header and set reply flag after sending
9694                 (Closes bug #469498)
9695
9696 2002-07-10 [paul]       0.7.8claws57
9697
9698         * AUTHORS
9699           man/sylpheed.1.gz
9700                 add Martin to the list of authors
9701
9702 2002-07-09 [martin]     0.7.8claws56
9703         * src/gtksctree.c
9704                 Added gtk_ctree_last_visible(), tree_update_level(),
9705                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9706                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9707                 from gtk+ to gtksctree.c for the new sorting code
9708                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9709                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9710         * src/gtksctree.h
9711                 Added declaration for gtk_sctree_sort_recursive() and
9712                 gtk_sctree_sort_node
9713         * src/addressbook.c
9714         * src/foldersel.c
9715         * src/folderview.c
9716         * src/summaryview.c
9717                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9718                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9719
9720 2002-07-08 [paul]       0.7.8claws55
9721
9722         * more sync with 0.7.8cvs21
9723                 see ChangeLog 2002-07-08
9724
9725 2002-07-08 [paul]       0.7.8claws54
9726
9727         * sync with 0.7.8cvs21
9728                 see ChangeLog 2002-07-08
9729
9730 2002-07-07 [alfons]     0.7.8claws53
9731
9732         * src/Makefile.am
9733         * src/stock_pixmap.[ch]
9734         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9735         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9736         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9737                 add new pixmaps for upcoming notice pane
9738
9739 2002-07-06 [melvin]     0.7.8claws52
9740
9741         * src/gtkspell.[ch]
9742                 Made them a bit closer to Sylpheed's coding style.
9743                 Removed old code.
9744                 Removed possible memory leaks when some errors occurs.
9745
9746 2002-07-06 [melvin]     0.7.8claws51
9747
9748         * po/Makefile.in.in
9749                 Removed --no-location in xgettext command line to help
9750                 translators that use Emacs' po-mode
9751         * src/quote_fmt.c
9752                 Removed unnecessary comments that messed up sylpheed.pot
9753
9754 2002-07-06 [paul]       0.7.8claws50
9755
9756         * sync with 0.7.8cvs19
9757                 see ChangeLog 2002-07-05
9758
9759 2002-07-06 [christoph]  0.7.8claws49
9760
9761         * src/folder.c
9762         * src/mainwindow.c
9763                 fix folder_item_remove_all_msg and folderview
9764                 status for trash folders after emptying trash
9765
9766 2002-07-05 [paul]       0.7.8claws48
9767
9768         * sync with 0.7.8cvs16
9769                 see ChangeLog 2002-07-04 and 2002-07-05
9770
9771 2002-07-04 [paul]       0.7.8claws47
9772
9773         * sync with 0.7.8cvs14
9774                 see  ChangeLog 2002-07-04
9775
9776 2002-07-03 [alfons]     0.7.8claws46
9777
9778         * src/folder.c
9779                 dupe folder item's path because it's being reallocated
9780                 by new folder scanning code
9781
9782 2002-07-03 [christoph]  0.7.8claws45
9783
9784         * src/imap.c
9785                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9786         * src/msgcache.c
9787                 add missing return in msgcache_write
9788
9789 2002-07-02 [thorsten]   0.7.8claws44
9790
9791         * src/jpilot.c
9792         * src/msgcache.c
9793         * src/rfc2015.c
9794                 use binary mode for file access
9795
9796 2002-07-02 [christoph]  0.7.8claws43
9797
9798         * major code cleanup (part 1)
9799         
9800                 - unused variables removed
9801                 - unused functions removed
9802                 - uninitialized variables checked
9803                 - missing return statements added
9804                 - missing function return types added
9805                 - added parentheses around assignment and
9806                   && in || when suggested by gcc
9807               
9808         * src/mh.c
9809         * src/folder.c
9810                 replaced direct calls to folder->scan_tree
9811                 with folder_scan_tree and restore folder
9812                 prefs in this function. The folder should
9813                 not have to deal with them.
9814                 ( Should now work for all folder types )
9815
9816 2002-07-02 [paul]       0.7.8claws42
9817
9818         * sync with 0.7.8cvs13
9819                 see ChangeLog 2002-07-01 and 2002-07-02
9820
9821 2002-07-01 [christoph]  0.7.8claws41
9822
9823         * src/summaryview.c
9824                 fix "goto next/prev unread message" with
9825                 ignored threads
9826
9827 2002-07-01 [paul]       0.7.8claws40
9828
9829         * po/es.po
9830                 updated by Ricardo Mones Lastra
9831
9832 2002-06-30 [match]      0.7.8claws39
9833
9834         * src/jpilot.c
9835                 applied variation of leonerd's patch (566661) to
9836                 allow multiple email addresses per JPilot entry.
9837                 addresses may be separated by space, comma, pipe,
9838                 semi-colon, new-line.
9839
9840 2002-06-30 [alfons]     0.7.8claws38
9841
9842         * src/procmsg.c
9843                 simple fix for putting older nodes before
9844                 newer nodes when threading by subject
9845
9846 2002-06-30 [christoph]  0.7.8claws37
9847
9848         * src/folder.c
9849         * src/folderview.c
9850         * src/mh.c
9851         * src/news.c
9852         * src/procmsg.c
9853                 fix broken folder tree rescaning
9854                 and don't use procmsg_get_mark_sum
9855                 anymore
9856
9857 2002-06-30 [christoph]  0.7.8claws36
9858
9859         * merge new cache branch
9860         * src/imap.c
9861                 fix new cache imap copy bug
9862         * src/folder.c
9863                 improved folder_item_scan
9864                 it should now always set the correct
9865                 new, unread and total message counts
9866
9867 2002-06-29 [paul]       0.7.8claws35
9868
9869         * configure.in
9870                 correct syntax error
9871
9872 2002-06-29 [paul]       0.7.8claws34
9873
9874         * configure.in
9875           Makefile.am
9876           man/Makefile.am       ** NEW FILE **
9877           man/sylpheed.1.gz     ** NEW FILE **
9878                 add Sylpheed man page
9879
9880 2002-06-29 [paul]       0.7.8claws33
9881
9882         * po/pt_BR.po
9883                 updated by Fabio Junior Beneditto
9884
9885 2002-06-28 [jens]       0.7.8claws32
9886
9887         * po/de.po
9888                 translation updated
9889
9890         * src/selective_download.c
9891                 removed gettext for space " "
9892
9893         * src/imap.c
9894                 removed wrong space
9895
9896 2002-06-28 [paul]       0.7.8claws31
9897
9898         * sync with 0.7.8cvs11
9899                 see ChangeLog 2002-06-28
9900
9901 2002-06-28 [paul]       0.7.8claws30
9902
9903         * sync with 0.7.8cvs10
9904                 see ChangeLog 2002-06-27 and 2002-06-28
9905
9906 2002-06-26 [paul]       0.7.8claws29
9907
9908         * src/addrgather.c
9909           src/selective_download.c
9910                 don't gettextise empty strings.
9911                 reserved by gettext. gettext("") returns 
9912                 the header entry with meta information, 
9913                 not the empty string
9914
9915         * po/en_GB.po
9916                 updated
9917
9918 2002-06-26 [paul]       0.7.8claws28
9919
9920         * sync with 0.7.8cvs7
9921                 see ChangeLog 2002-06-25
9922
9923         * src/prefs_common.c
9924                 ...and in the process, tweak the gui a little
9925
9926 2002-06-25 [alfons]     0.7.8claws27
9927         
9928         * configure.in
9929         * src/Makefile.am
9930                 fine tune ldap library detection
9931
9932 2002-06-25 [alfons]     0.7.8claws26
9933
9934         * src/compose.c
9935                 don't allow return receipts when composing a news article
9936
9937 2002-06-25 [paul]       0.7.8claws25
9938
9939         * Makefile.am
9940                 add '$(AMTAR)' to 'release' section to allow for
9941                 new and older autotools
9942
9943 2002-06-25 [paul]       0.7.8claws24
9944
9945         * src/summaryview.c
9946                 fix "No more unread messages" persistant pop-up
9947                 window bug
9948
9949 2002-06-25 [paul]       0.7.8claws23
9950
9951         * po/it.po
9952                 updated by Alessandro Maestri
9953
9954 2002-06-25 [paul]       0.7.8claws22
9955
9956         * sync with 0.7.8cvs6
9957                 see ChangeLog 2002-06-25
9958
9959 2002-06-24 [paul]       0.7.8claws21
9960
9961         * tools/update-po
9962                 add GPL copyright information
9963
9964 2002-06-24 [paul]       0.7.8claws20
9965
9966         * tools/Makefile.am
9967           tools/README
9968           tools/update-po       ** NEW FILE **
9969                 add script that eases the creation of *.po files
9970                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9971
9972 2002-06-23 [alfons]     0.7.8claws19
9973
9974         * src/messageview.c
9975                 make notification_convert_header obey const correctness
9976                 (next step will be fixing the broken return receipt)
9977
9978 2002-06-23 [paul]       0.7.8claws18
9979
9980         * src/messageview.c
9981                 fix bug introduced in last commit:
9982                 removed too much code in last commit - put back what's
9983                 needed
9984
9985 2002-06-23 [paul]       0.7.8claws17
9986
9987         * src/messageview.[ch]
9988                 remove code committed in error from locally patched
9989                 source
9990
9991 2002-06-23 [colin]      0.7.8claws16
9992
9993         * src/compose.[ch]
9994                 add compose_entry_select(), used to select the default_to
9995                 email address - hopefully avoiding people sending mails to
9996                 wrong recipients.
9997
9998 2002-06-22 [alfons]     0.7.8claws15
9999
10000         * AUTHORS
10001                 add Bram Metsch & Stanislav Karchebny
10002         * src/smtp.[ch]
10003         * src/prefs_account.[ch]
10004         * src/send.c
10005                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10006                   options.  (see <http://sourceforge.net/tracker/index.php
10007                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10008
10009                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10010                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10011
10012 2002-06-22 [paul]       0.7.8claws14
10013
10014         * sync with 0.7.8cvs5
10015                 see ChangeLog 2002-06-19 and 2002-06-20
10016
10017 2002-06-22 [alfons]     0.7.8claws13
10018
10019         * src/selective_download.c
10020                 fix a stupid mistake I made
10021
10022 2002-06-22 [alfons]     0.7.8claws12
10023
10024         * src/selective_download.[ch]
10025                 fix another unnoticed leak; cleanup code
10026
10027 2002-06-21 [alfons]
10028
10029         * tools/Makefile.am
10030                 gpg-sign <-- gpg-sign-syl
10031
10032 2002-06-21 [alfons]     0.7.8claws11
10033
10034         * src/selective_download.c
10035         * src/selective_download.h
10036                 fix assorted mix of allocation errors (should solve
10037                 problem reported by Philippe Gramoullé, see:
10038                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10039
10040 2002-06-20 [melvin]     0.7.8claws10
10041
10042         * tools/gpg-sign *REMOVED*
10043           tools/gpg-sign-syl *ADDED*
10044                 Replaced the gpg clearsigning script with the version using
10045                 xterm instead of ssh-askpass and changed its name.
10046
10047         * README.claws
10048                 Updated actions example to reflect the renaming of the
10049                 gpg clearsigning script.
10050
10051 2002-06-19 [paul]       0.7.8claws9
10052
10053         * sync with 0.7.8claws9
10054                 see ChangeLog 2002-06-18 and 2002-06-19
10055
10056 2002-06-19 [paul]       0.7.8claws8
10057
10058         * sync with 0.7.8cvs1
10059                 see ChangeLog 2002-06-18
10060
10061 2002-06-18 [alfons]     0.7.8claws7
10062
10063         * src/mainwindow.h
10064                 add omitted prototype
10065
10066 2002-06-17 [paul]       0.7.8claws6
10067
10068         * src/mainwindow.c
10069                 fix hiding of exec_btn
10070
10071 2002-06-17 [paul]       0.7.8claws5
10072
10073         * src/pop.c
10074                 remove unneeded code: should_delete() 
10075                 and Pop3State::uidl_todelete_list
10076
10077 2002-06-17 [paul]       0.7.8claws4
10078
10079         * sync with 0.7.8
10080                 see ChangeLog 2002-06-11 and 2002-06-13
10081
10082 2002-06-16 [alfons]     0.7.8claws3
10083         
10084         * src/folder.c
10085                 make sure lock sort mode (claws specific) is
10086                 also persists after a tree rescan
10087
10088 2002-06-16 [alfons]     0.7.8claws2
10089
10090         * src/prefs_folder_item.c
10091         * src/folder.[ch]
10092                 fix persistence of folder sort mode (broken
10093                 by adapting Hiro's new folder persistence code)
10094
10095 2002-06-16 [alfons]     0.7.8claws1
10096
10097         * AUTHORS
10098         * src/logwindow.c
10099         * src/prefscommon.[ch]
10100                 control size of log text in log window; 
10101                 closes patch #569155 submitted by Mitko Haralanov.
10102
10103 2002-06-15 [paul]       0.7.8claws
10104
10105         * release of 0.7.8claws
10106
10107 2002-06-15 [paul]       0.7.7claws
10108
10109         * po/pt_BR.po
10110                 updated by Fabio Junior Beneditto
10111
10112 2002-06-14 [paul]       0.7.6claws49
10113
10114         * po/es.po
10115                 updated by Ricardo Mones Lastra
10116
10117 2002-06-14 [paul]       0.7.6claws48
10118
10119         * po/nl.po
10120                 updated translation by Wilbert Berendsen
10121
10122 2002-06-14 [melvin]     0.7.6claws47
10123
10124         * po/fr.po
10125                 Updated French translation
10126
10127 2002-06-13 [paul]       0.7.6claws46
10128
10129         * src/filesel.c
10130                 allow filename to be typed in, rather than just
10131                 selected by the mouse. Patch by Gustavo Noronha Silva.
10132
10133 2002-06-13 [alfons]     0.7.6claws45
10134
10135         * src/mainwindow.[ch]
10136                 more cleanups (removing unnecessary menu items Expand 
10137                 summary / message view)
10138
10139 2002-06-13 [melvin]     0.7.6claws44
10140
10141         * po/POTFILES.in
10142                 Added src/string_match.c
10143         * src/string_match.c
10144                 Fixed possible buffer overflow.
10145                 Corrected typo.
10146                 Added missing config.h header.
10147         * src/prefs_common.c
10148           src/prefs_matcher.c
10149           src/prefs_scoring.c
10150                 Made some strings translatable (missing _(..)).
10151
10152 2002-06-13 [melvin]     0.7.6claws43
10153
10154         * README.claws
10155                 Corrected action example (verifying clearsigned mail).
10156         * src/prefs_account.c
10157                 Corrected typo.
10158         * src/prefs_common.c
10159                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10160
10161 2002-06-12 [alfons]     0.7.6claws42
10162
10163         * src/summaryview.c
10164                 add init of score column lost in 0.7.6claws42
10165
10166 2002-06-12 [paul]       0.7.6claws41
10167
10168         * src/prefs_account.c
10169                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10170                 behavior of the radio buttons, (from 0.7.7cvs2)
10171
10172 2002-06-11 [alfons]     0.7.6claws40
10173
10174         * src/messageview.[ch]
10175         * src/summaryview.[ch]
10176         * src/summary_search.c
10177         * src/mainwindow.c
10178                 perform a sync to bring in Hiro's separate view implementation 
10179
10180                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10181
10182 2002-06-11 [paul]       0.7.6claws39
10183         
10184         * src/prefs_account.c
10185                 correct a typo on the Receive tab
10186
10187 2002-06-10 [match]      0.7.6claws38
10188
10189         * src/addressbook.c
10190                 Included address completion patch from Gustavo Noronha.
10191
10192 2002-06-10 [paul]       0.7.6claws37
10193
10194         * src/inc.[ch]
10195           src/pop.c
10196           src/prefs_account.[ch]
10197           src/selective_download.[ch]
10198                 apply PATCH #561712
10199                  NEW:
10200                 - check if POP Account
10201                 - Receive Button renamed to Preview
10202                 - Preview Button Popup: preview new/all messages
10203                 - Download Button
10204                 - Account Preferences-->Receive tab checkbutton if you
10205                   want to remove Mail after Download
10206                 -: default YES
10207                 - Account Preferences-->Receive tab checkbutton use
10208                   filtering rules on preview
10209                   (think of delete_on_server)
10210                 -: default YES
10211                 - Account selectable from SD dialog
10212                 - checkbutton to show already downloaded messages if
10213                   all messages are previewed
10214                 - new clist column showing Date
10215                 - ESC KEY close
10216                 FIXES:
10217                 - play ball with UIDL
10218                 - fault tolerant (?) 
10219                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10220
10221 2002-06-10 [melvin]     0.7.6claws36
10222
10223         * README.claws
10224                 Added a hint to ac/README in cvs instructions.
10225
10226         * src/prefs_actions.c
10227                 Made it possible to use a more elaborate command line
10228                 for asynchronous actions, too.
10229
10230 2002-06-10 [melvin]     0.7.6claws35
10231         
10232         * src/prefs_actions.c
10233                 Make it possible to use a more elaborate command line
10234                 (e.g. |foo|bar|cat>there;echo Done|)
10235                 Corrected error message when calling %f, %F and %p commands
10236                 from the compose window.
10237
10238 2002-06-09 [colin]      0.7.6claws34
10239
10240         * src/summaryview.c
10241                 Automatically find unread messages in current folder
10242                 before annoying the user.
10243
10244 2002-06-08 [alfons]     0.7.6claws33
10245
10246         * po/it.po
10247                 remove bad formatting string in it.po translation
10248                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10249
10250 2002-06-08 [paul]       0.7.6claws32
10251
10252         * sync with 0.7.6cvs25
10253                 see ChangeLog 2002-06-07
10254
10255 2002-06-05 [paul]       0.7.6claws31
10256
10257         * src/mainwindow.c
10258                 add 'Sort by locked' and 'Sort by score'
10259
10260 2002-06-05 [paul]       0.7.6claws30
10261
10262         * sync with 0.7.6cvs24
10263                 see ChangeLog 2002-06-04
10264
10265 2002-06-04 [paul]       0.7.6claws29
10266
10267         * po/pt_BR.po
10268                 updated by Fabio Junior Beneditto
10269
10270 2002-06-03 [thorsten]   0.7.6claws28
10271
10272         * src/matcher.c
10273                 fclose() matcherrc after reading
10274
10275 2002-06-03 [paul]       0.7.6claws27
10276
10277         * sync with 0.7.6cvs21
10278                 see ChangeLog 2002-05-31
10279
10280 2002-05-31 [paul]       0.7.6claws26
10281
10282         * sync with 0.7.6cvs20
10283                 see ChangeLog 2002-05-29 and 2002-05-30
10284
10285 2002-05-31 [paul]       0.7.6claws25
10286
10287         * src/imap.c
10288                 hopefully fix last buggy sync
10289
10290         * README.claws
10291                 correct typo in 'Actions' examples
10292
10293 2002-05-29 [paul]       0.7.6claws24
10294
10295         * sync with 0.7.6cvs18
10296                 see ChangeLog 2002-05-28 and 2002-05-29
10297
10298         * src/news.c
10299           src/nntp.[ch]
10300                 sync with above 
10301
10302 2002-05-28 [paul]       0.7.6claws23
10303
10304         * sync with 0.7.6cvs16
10305                 see ChangeLog 2002-05-28
10306
10307 2002-05-27 [thorsten]   0.7.6claws22 
10308
10309         * faq/it/sylpheed-faq-1.html
10310           faq/it/sylpheed-faq-2.html
10311           faq/it/sylpheed-faq-3.html
10312           faq/it/sylpheed-faq.html
10313                 corrected DOS lineendings
10314         * faq/de/sylpheed-faq-1.html
10315           faq/de/sylpheed-faq-2.html
10316           faq/en/sylpheed-faq-1.html
10317           faq/en/sylpheed-faq-2.html
10318           faq/en/sylpheed-faq-3.html
10319           faq/es/sylpheed-faq-1.html
10320           faq/es/sylpheed-faq-2.html
10321           faq/es/sylpheed-faq-3.html
10322           faq/fr/sylpheed-faq-1.html
10323           faq/it/sylpheed-faq-1.html
10324           faq/it/sylpheed-faq-2.html
10325           faq/it/sylpheed-faq-3.html
10326           faq/it/sylpheed-faq.html
10327                 changed ">" to &quot;
10328
10329 2002-05-27 [paul]       0.7.6claws21
10330         
10331         * sync with 0.7.6cvs15
10332                 see ChangeLog 2002-05-27
10333
10334 2002-05-27 [paul]       0.7.6claws20
10335
10336         * src/prefs_account.c
10337                 correct a typo
10338
10339 2002-05-26 [paul]       0.7.6claws19
10340
10341         * tools/README
10342                 correct a typo
10343
10344 2002-05-25 [paul]       0.7.6claws18
10345
10346         * tools/README
10347                 add description of kmail2sylpheed.pl
10348
10349 2002-05-25 [paul]       0.7.6claws17
10350
10351         * tools/kmail2sylpheed.pl       ** NEW FILE **
10352                 perl script that converts an exported Kmail address
10353                 book, converts it to sylpheed addressbook file,
10354                 writes the file to .sylpheed, and updates
10355                 addrbook--index.xml 
10356
10357 2002-05-25 [paul]       0.7.6claws16
10358
10359         * sync with 0.7.6cvs14
10360                 see ChangeLog 2002-05-23
10361
10362 2002-05-24 [paul]       0.7.6claws15
10363
10364         * README.claws
10365                 make a correction and add some more info
10366
10367 2002-05-24 [paul]       0.7.6claws14
10368
10369         * src/compose.c
10370                 fix memory leak in 
10371                 compose_redirect_write_headers_from_headerlist()
10372                 add Subject and Resent-Message-ID to
10373                 compose_redirect_write_headers()
10374                 Received, Subject, and X-UIDL are filtered out in 
10375                 compose_redirect_write_to_file()
10376
10377 2002-05-23 [paul]       0.7.6claws13
10378
10379         * src/compose.[ch]
10380           src/filtering.c
10381           src/mainwindow.c
10382           src/matcher.[ch]
10383           src/matcher_parser_lex.l
10384           src/matcher_parser_parse.y
10385           src/prefs_common.[ch]
10386           src/prefs_filtering.c
10387           src/summaryview.c
10388                 rename 'Bounce' to 'Redirect'
10389
10390 2002-05-23 [paul]       0.7.6claws12
10391
10392         * more sync with 0.7.6cvs13
10393           src/compose.c
10394                 see ChangeLog 2002-05-22
10395
10396 2002-05-22 [paul]       0.7.6claws11
10397
10398         * sync with 0.7.6cvs13
10399           src/codeconv.c
10400                 see ChangeLog 2002-05-20
10401           src/prefs_common.c
10402                 see ChangeLog 2002-05-22
10403
10404 2002-05-21 [melvin]     0.7.6claws10
10405
10406         * src/folderview.c
10407                 Added missing filtering and scoring headers
10408                 Fixed bad function call that showed garbage 
10409                 in Folder->Processing
10410
10411 2002-05-21 [paul]       0.7.6claws9
10412
10413         * tools/Makefile.am
10414                 make all tools executable, (patch by Alfons).
10415
10416 2002-05-20 [alfons]     0.7.6claws8
10417
10418         * src/procheader.c
10419                 don't forget to call mktime() so we have a valid week 
10420                 and year day
10421                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10422
10423 2002-05-20 [paul]       0.7.6claws7
10424
10425         * src/html.c
10426                 fix broken parsing of urls
10427         * src/textview.c
10428                 fix displaying of urls
10429
10430                 both fixes from the patch [547855] by Eugene 
10431                 Brevdo (zonem)
10432
10433 2002-05-19 [alfons]     0.7.6claws6
10434
10435         * configure.in
10436                 make sylpheed configure correctly with the latest
10437                 and greatest of automake / autoconf / gettext
10438
10439 2002-05-19 [alfons]     0.7.6claws5
10440
10441         * src/procheader.c
10442         * src/procheader.h
10443                 add function for returning ime zone offset
10444         * src/quote_fmt.c
10445         * src/quote_fmt_parse.y
10446                 better quotation formatting - does not convert
10447                 to local time, but uses the original date string.
10448                 
10449                 Note: %z inserts the timezone offset (should 
10450                 work also on platforms where strftime does not
10451                 support %z).
10452
10453 2002-05-18 [christoph]  0.7.6claws4
10454
10455         * src/summaryview.c
10456                 fix indentation of some code
10457         * tools/Makefile.am
10458                 fix spaces after \
10459         * src/Makefile.am
10460                 add missing \
10461                 correct path for ignorethread.xpm
10462                 incorrect filename for sylpheed_logo.xpm
10463                 add missing include matcher_parser_parse.h
10464
10465 2002-05-18 [paul]       0.7.6claws3
10466
10467         * sync with 0.7.6cvs8
10468                 see ChangeLog 2002-05-16 and 2002-05-17
10469
10470 2002-05-18 [melvin]     0.7.6claws2
10471
10472         * README.claws
10473                 Corrected an action's definition and fixed some misspellings.
10474
10475 2002-05-18 [paul]       0.7.6claws1
10476
10477         * tools/Makefile.am
10478           tools/gpg-sign        ** new file **
10479           tools/uudec           ** new file **
10480                 add Melvin's Actions scripts
10481
10482         * README.claws
10483                 add Melvin's descriptions for Actions
10484
10485 2002-05-18 [paul]       0.7.6claws
10486
10487         * Version 0.7.6claws released
10488
10489 2002-05-17 [paul]       0.7.5claws32
10490
10491         * po/es.po
10492                 updated by Ricardo Mones Lastra
10493
10494 2002-05-17 [paul]       0.7.5claws31
10495
10496         * src/compose.c
10497                 fix Account prefs default folder for sent/draft/deleted
10498                 messages bug
10499
10500         * po/it.po
10501           po/nl.po
10502                 updated translation by Alessandro Maestri and
10503                 Wilbert Berendsen
10504
10505 2002-05-17 [melvin]     0.7.5claws30
10506
10507         * src/prefs_actions.c
10508                 Fixed bug where using %F not at the end of the command 
10509                 resulted in an additional empty argument being created.
10510                 Thanks to Darko Koruga for reporting the bug.
10511
10512 2002-05-17 [melvin]     0.7.5claws29
10513
10514         * po/fr.po
10515                 Updated French translations.
10516
10517 2002-05-15 [paul]       0.7.5claws28
10518         
10519         * po/es.po
10520                 updated by Ricardo Mones Lastra
10521
10522 2002-05-15 [paul]       0.7.5claws27
10523
10524         * sync with 0.7.6cvs4
10525                 see ChangeLog 2002-05-14 and 2002-05-15
10526
10527 2002-05-14 [paul]       0.7.5claws26
10528
10529         * sync with 0.7.6cvs1
10530                 see ChangeLog 2002-05-13
10531
10532 2002-05-13 [thorsten]   0.7.5claws25
10533
10534         * src/messageview.c
10535                 fix select_all and copy in multipart messages
10536         * src/mainwindow.c
10537                 fix select_all and copy in multipart messages
10538
10539 2002-05-12 [paul]       0.7.5claws24
10540
10541         * src/summaryview.c
10542                 reverse last commit, bug already fixed in 0.7.5claws3
10543
10544 2002-05-12 [netztorte]  0.7.5claws23
10545
10546         * src/summaryview.c
10547                 dont parse empty addressbook (checked in before claws20)
10548
10549 2002-05-12 [melvin]     0.7.5claws22
10550
10551         * src/procmsg.[ch]
10552                 Removed unneeded priority code introduced by the previous 
10553                 commit.
10554
10555 2002-05-12 [melvin]     0.7.5claws21
10556
10557         * src/compose.[ch]
10558                 Added possibility to set message's priority.
10559         * src/procmsg.[ch]
10560                 Added possibility to set message's priority.
10561                 Added missing headers
10562
10563 2002-05-12 [melvin]     0.7.5claws20
10564
10565         * src/prefs_actions.c
10566                 Removed implicitely added quotes around the name
10567                 of the temporary files of mime parts.
10568
10569 2002-05-12 [paul]       0.7.5claws19
10570
10571         * sync with 0.7.5cvs20
10572                 see ChangeLog 2002-05-11
10573
10574 2002-05-12 [alfons]     0.7.5claws18
10575
10576         * src/quote_fmt_lex.l
10577         * src/quote_fmt_parse.y
10578                 allow quote / reply date & time format to be set using
10579                 %D{format}. format is a format string you'd pass to
10580                 strftime() (see man strftime, or the Display tab |
10581                 Date format setting).
10582
10583                 Currently %D converts the date to local time. 
10584
10585 2002-05-11 [paul]       0.7.5claws17
10586
10587         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10588                 see ChangeLog 2002-05-10 and 2002-05-11
10589
10590 2002-05-10 [paul]       0.7.5claws16
10591
10592         * sync with 0.7.5cvs16
10593                 see ChangeLog entries 2002-05-09 and 
10594                 2002-05-10
10595
10596 2002-05-10 [colin]      0.7.5claws15
10597
10598         * src/textview.c
10599                 Corrected a bug that prevented sylpheed to open
10600                 double-clicked URIs.
10601
10602 2002-05-09 [paul]       0.7.5claws14
10603
10604         * sync with 0.7.5cvs14
10605                 see ChangeLog 2002-05-08 and 2002-05-09
10606
10607 2002-05-08 [paul]       0.7.5claws13
10608
10609         * sync with 0.7.5cvs11
10610                 see ChangeLog entry 2002-05-08
10611
10612 2002-05-08 [paul]       0.7.5claws12
10613
10614         * src/mainwindow.c
10615           src/textview.[ch]
10616                 fix segfault on View->Open in new window
10617                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10618
10619 2002-05-07 [paul]       0.7.5claws11
10620
10621         * sync with 0.7.5cvs9
10622                 see ChangeLog entry 2002-05-07
10623
10624 2002-05-06 [paul]       0.7.5claws10
10625
10626         * src/messageview.c
10627           src/textview.c
10628                 display url in statusbar on single-click
10629                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10630
10631 2002-05-06 [match]      0.7.5claws9
10632
10633         * src/addritem.[ch]
10634                 new functions.
10635         * src/addrcache.c
10636                 tidy up.
10637         * src/xmlprops.[ch]
10638                 XML implementation of properties file.
10639         * src/exporthtml.[ch]
10640         * src/expthtmldlg.[ch]
10641         * src/addressbook.c
10642                 export to HTML.
10643
10644 2002-05-02 [sergey]     0.7.5claws8
10645
10646         * src/mainwindow.c (mainwin_entries),
10647           src/prefs_common.c (prefs_send_create()),
10648           src/codeconv.c (locale_table):
10649                 use charset name "Windows-1251" instead of "CP1251".
10650
10651 2002-05-02 [colin]      0.7.5claws7
10652         
10653         * src/compose.c
10654           src/prefs_common.c
10655           src/prefs_folder_item.c
10656                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10657
10658 2002-05-02 [hiro]       0.7.5claws6
10659
10660         * src/imap.c
10661                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10662
10663 2002-05-02 [paul]       0.7.5claws5
10664
10665         * src/compose.c
10666                 more sync with 0.7.5cvs7, see ChangeLog entry
10667                 2002-05-02
10668
10669 2002-05-02 [hiro]       0.7.5claws4
10670
10671         * src/compose.c
10672                 compose_queue_sub():
10673                 check if queue folder exists (closes #550397).
10674                 removed directory creation since it should be handled
10675                 transparently.
10676         * src/imap.c
10677                 imap_add_msg(): return UID for appended message
10678                 (closes #548842).
10679
10680 2002-04-30 [paul]       0.7.5claws3
10681
10682         * src/summaryview.c
10683                 fix account_find_from_address() bug
10684
10685 2002-04-28 [colin]      0.7.5claws2
10686
10687         * src/compose.c
10688           src/textview.c
10689           src/prefs_common.[ch]
10690           src/utils.[ch]
10691                 Added user-definable quotation characters recognition.
10692
10693 2002-04-28 [paul]       0.7.5claws1
10694
10695         * sync with 0.7.5cvs4
10696                 see ChangeLog entry  2002-04-25
10697
10698 2002-04-28 [paul]       0.7.5claws
10699
10700         * po/es.po
10701           po/nl.po
10702           po/pt_BR.po
10703                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10704                 Fabio Junior Beneditto
10705
10706 2002-04-27 [jens]       0.7.4claws103
10707
10708         * po/de.po
10709                 updated German translation.
10710
10711 2002-04-27 [hiro]       0.7.4claws102
10712
10713         * src/summaryview.c
10714                 summary_write_cache(): fixed the mark loss of hidden messages.
10715
10716 2002-04-26 [melvin]     0.7.4claws101
10717
10718         * src/procmsg.c
10719                 fixed a second typo (same one)
10720         * po/fr.po
10721           po/it.po
10722           po/pt_BR.po
10723                 fixed the type again...
10724
10725 2002-04-26 [melvin]     0.7.4claws100
10726
10727         * src/procmsg.c
10728                 fixed a typo in an alert message ("temorary").
10729         * po/it.po
10730         * po/pt_BR.po
10731                 corrected the typo  described above.
10732         * po/fr.po
10733                 updated French translation.
10734
10735 2002-04-26 [darko]      0.7.4claws99
10736
10737         * src/summaryview.c
10738                 fix target folder colorization
10739
10740 2002-04-25 [paul]       0.7.4claws98
10741
10742         * po/it.po
10743                 updated by Alessandro Maestri
10744
10745 2002-04-24 [colin]      0.7.4claws97
10746         
10747         * src/compose.c
10748                 Fixed double "subject is empty" question.
10749
10750 2002-04-23 [colin]      0.7.4claws96
10751         
10752         * src/mimeview.c
10753                 Corrected issue when "automatically display images" was
10754                 not set : first image remained after selecting second.
10755
10756 2002-04-23 [melvin]     0.7.4claws95
10757
10758         * src/prefs_actions.c
10759                 Don't display in/out dialog if there is nothing to show.
10760
10761 2002-04-23 [paul]       0.7.4claws94
10762
10763         * sync with 0.7.5cvs3
10764                 bug fixes: see ChangeLog entry 2002-04-23
10765
10766 2002-04-22 [darko]      0.7.4claws93
10767
10768         * src/compose.c
10769                 fix previous check-in which changed code after
10770                 merge from main
10771
10772 2002-04-22 [paul]       0.7.4claws92
10773
10774         * faq/de/*
10775                 add German FAQ
10776         * faq/en/*
10777           faq/es/*
10778           faq/fr/*
10779                 update English, Spanish and French FAQs
10780         * manual/de/*
10781           manual/es/*
10782                 add German and Spanish manuals
10783         * manual/en/*
10784           manual/fr/*
10785                 update English and French manuals
10786
10787         * src/Makefile.am
10788                 add to and re-arrange the pixmap entries
10789
10790 2002-04-22 [darko]      0.7.4claws91
10791
10792         * src/compose.c
10793                 fix sender initials recognition to only allow
10794                 '>' after the initials
10795
10796 2002-04-21 [paul]       0.7.4claws90
10797
10798         * sync with 0.7.5 release
10799                 see ChangeLog entry 2002-04-21
10800
10801 2002-04-21 [alfons]
10802
10803         * src/Makefile.am
10804                 add colin's new pixmaps to EXTRA_DIST
10805
10806 2002-04-21 [colin]      0.7.4claws89
10807         * src/compose.c
10808         * src/inc.c
10809         * src/mainwindow.[ch]
10810         * src/prefs_common.[ch]
10811         * src/stock_pixmap.[ch]
10812                 Added "Work offline" ability.
10813
10814 2002-04-21 [colin]      0.7.4claws88
10815         
10816         * src/mimeview.c
10817         * src/prefs_common.c
10818         * src/prefs_common.h
10819         * src/textview.c : Added an option to common preferences -> display
10820           to allow user not to automatically display images.
10821
10822 2002-04-21 [paul]       0.7.4claws87
10823
10824         * sync with 0.7.4cvs52
10825                 see ChangeLog entry 2002-04-21 (src/imap.c)
10826
10827 2002-04-21 [paul]       0.7.4claws86
10828
10829         * sync with 0.7.4cvs51
10830                 see ChangeLog entry 2002-04-21
10831
10832 2002-04-21 [paul]       0.7.4claws85
10833
10834         * sync with 0.7.4cvs49
10835                 see ChangeLog entries 2002-04-20 and 2002-04-21
10836
10837         * src/Makefile.am
10838                 clean up: remove old 'stock_' element from xpm 
10839                 filenames.
10840
10841 2002-04-21 [alfons]     0.7.4claws84
10842
10843         apply sync patch from Paul
10844
10845         * src/folderview.c
10846                 use old claws prefs_folder_item_create() for now
10847
10848 2002-04-19 [match]      0.7.4claws83
10849
10850         * src/addressbook.[ch]
10851         * src/addrharvest.[ch]
10852         * src/addrgather.[ch]
10853                 recurse folders.
10854         * src/mainwindow.c
10855         * src/summaryview.[ch]
10856                 change menu option.
10857
10858 2002-04-19 [paul]       0.7.4claws82
10859
10860         * po/pt_BR.po
10861                 updated by Fabio Junior Beneditto
10862
10863 2002-04-14 [alfons]     0.7.4claws81
10864
10865         * src/passphrase.c
10866                 add #include <sys/types.h> for mode_t and off_t 
10867
10868 2002-04-13 [paul]       0.7.4claws80
10869         
10870         * src/main.c
10871           src/passphrase.[ch]
10872           src/pgptext.c
10873           src/prefs_common.[ch]
10874           src/rfc2015.c
10875                 enable storing of GnuPG passphrase for the whole 
10876                 session or a user-defined number of minutes. patch 
10877                 submitted by Ravemax <ravemax@dextrose.com>
10878
10879 2002-04-13 [alfons]     0.7.4claws79
10880
10881         * src/textview.c
10882                 make email parser also stop scanning when encountering separators
10883                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10884
10885 2002-04-13 [paul]       0.7.4claws78
10886
10887         * sync with 0.7.4cvs39
10888                 see ChangeLog entry 2002-04-12
10889
10890 2002-04-11 [paul]       0.7.4claws77
10891
10892         * sync with 0.7.4cvs37
10893                 see ChangeLog entry 2002-04-11
10894
10895 2002-04-11 [paul]       0.7.4claws76
10896
10897         * COPYING 
10898                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10899                 the clause for OpenSSL). sync with sylpheed main
10900
10901 2002-04-09 [melvin]     0.7.4claws75
10902
10903         * src/compose.c
10904                 Made 'Ctrl-Enter' on send ignore some modifiers 
10905                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10906                 to bind other *-Enter (but not Alt-Enter).
10907
10908 2002-04-09 [paul]       0.7.4claws74
10909
10910         * sync with 0.7.4cvs35
10911                 see ChangeLog entries 2002-04-09
10912
10913 2002-04-08 [paul]       0.7.4claws73
10914
10915         * sync with 0.7.4cvs33
10916                 see ChangeLog entry 200-04-08
10917
10918 2002-04-07 [match]      0.7.4claws72
10919
10920         * src/addrharvest.[ch]
10921                 fixed to read all addresses in header, regardless
10922                 of header size. improved name parsing. accommodate
10923                 harvest from folders and selected message.
10924         * src/addritem.[ch]
10925                 included new address parsing function.
10926         * src/addrgather.[ch]
10927         * src/addressbook.[ch]
10928         * src/summaryview.[ch]
10929         * src/mainwindow.c
10930                 allow address harvest of folder as well as selected
10931                 messages.
10932
10933 2002-04-07 [paul]       0.7.4claws71
10934
10935         * src/esmtp.[ch]
10936           src/smtp.c
10937                 don't try to authenticate with CRAM-MD5 in SMTP when 
10938                 SMTP-AUTH enabled if MTA doesn't issue this 
10939                 auth-method in it's ehlo-response. bug item #531364,
10940                 patch item #938910. patch submitted by Colin Leroy 
10941                 <colin@colino.net>
10942
10943 2002-04-07 [paul]       0.7.4claws70
10944
10945         * src/nntp.c
10946                 fix missing MODE_READER bug. patch submitted by
10947                 Colin Leroy <colin@colino.net>
10948
10949 2002-04-07 [alfons]     0.7.4claws69
10950
10951         * src/matcher.[ch]
10952         * src/prefs_filtering.c
10953         * src/summaryview.c
10954                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10955                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10956
10957 2002-04-07 [paul]       0.7.4claws68
10958
10959         * sync with 0.7.4cvs32
10960                 see ChangeLog entry 2002-04-06
10961
10962         * tools/filter_conv.pl
10963                 more bug fixes
10964
10965 2002-04-06 [paul]       0.7.4claws67
10966
10967         * tools/filter_conv.pl
10968                 modify to be able to find the name of the first
10969                 mailbox and use that. main's filter does not
10970                 record the full path to the mailbox and therefore
10971                 can only filter to the first mailbox.
10972
10973 2002-04-05 [paul]       0.7.4claws66
10974
10975         * tools/filter_conv.pl
10976                 attempt to make the script all-encompassing and
10977                 be able to convert any main 'filter' rule thrown
10978                 at it
10979
10980 2002-04-05 [paul]       0.7.4claws65
10981
10982         * tools/filter_conv.pl
10983                 allow for collapsed folder trees
10984
10985 2002-04-05 [paul]       0.7.4claws64
10986
10987         * sync with 0.7.4cvs31
10988                 see ChangeLog entries 2002-04-05
10989
10990 2002-04-03 [paul]       0.7.4claws63
10991
10992         * sync with 0.7.4cvs29
10993                 see ChangeLog entries 2002-04-02 and 2002-04-03
10994
10995 2002-04-02 [paul]       0.7.4claws62
10996
10997         * sync with 0.7.4cvs26
10998                 see ChangeLog entry 2002-04-01
10999
11000 2002-04-02 [match]      0.7.4claws61
11001
11002         * src/pine.[ch]
11003         * src/importpine.[ch]
11004         * src/addressbook.c
11005                 import Pine address book.
11006
11007 2002-04-02 [match]      0.7.4claws60
11008
11009         * src/addrharvest.[ch]
11010                 improve address parsing of funky addresses.
11011
11012 2002-04-02 [darko]      0.7.4claws59
11013
11014         * src/compose.c
11015                 wrap on send improvements, it now recognizes quoted
11016                 initials as part of the quotation string, and it
11017                 does not join lines separated by CR
11018
11019 2002-04-01 [match]      0.7.4claws58
11020
11021         * src/mgutils.[ch]
11022                 added new functions.
11023         * src/mutt.[ch]
11024                 remove excessive duplicate address generation
11025                 on import.
11026
11027 2002-04-01 [alfons]     0.7.4claws57
11028         
11029         * src/summaryview.c
11030                 put back g_free() 
11031
11032 2002-04-01 [paul]       0.7.4claws56
11033
11034         * sync with 0.7.4cvs25
11035                 see ChangeLog entry 2002-04-01
11036
11037 2002-04-01 [alfons]     0.7.4aprilfool55
11038
11039         * src/summaryview.c
11040                 honour feature request item #537427 to allow for
11041                 displaying names from address book for sent mail also
11042
11043 2002-03-29 [paul]       0.7.4claws54
11044
11045         * src/mainwindow.c
11046           src/prefs_filtering.[ch]
11047           src/prefs_matcher.c
11048           src/summaryview.c
11049                 add 'fast filter' for claws' filtering,
11050                 /Tools/Create filter rule/... patch submitted
11051                 by Neill Miller <neillm@thecodefactory.org>
11052
11053 2002-03-29 [paul]       0.7.4claws53
11054
11055         * sync with 0.7.4cvs24
11056                 see ChangeLog entry 2002-03-29
11057
11058 2002-03-28 [paul]       0.7.4claws52
11059
11060         * sync with 0.7.4cvs23
11061                 see ChangeLog entry 2002-03-28
11062
11063 2002-03-27 [melvin]     0.7.4claws51
11064
11065         * src/prefs_actions.c
11066                 Added support to pass only one message part (as a
11067                 file) to the command using '%p'. No quotes are needed
11068                 because doubles quotes are automatically added.
11069                 Fixed bug where Sylpheed could block when waiting for
11070                 a child process to finish.
11071                 Changed the help menu to remove quotes around symbols to 
11072                 avoid misinterpretation (they must not be used).
11073
11074 2002-03-27 [melvin]     0.7.4claws50
11075
11076         * src/inc.c
11077                 Made the new mail notification command always 
11078                 execute asynchronously.
11079
11080 2002-03-27 [paul]       0.7.4claws49
11081
11082         * src/compose.c
11083                 fix bug introduced in last commit
11084
11085 2002-03-27 [paul]       0.7.4claws48
11086
11087         * sync with 0.7.4cvs21
11088                 see ChangeLog 2002-03-26 and 2002-03-27
11089
11090 2002-03-26 [hoa]        0.7.4claws47
11091
11092         * src/prefs_folder_item.c
11093                 really fixed the bug #516442 with folder rescan.
11094
11095 2002-03-26 [paul]       0.7.4claws46
11096
11097         * sync with 0.7.4cvs19
11098                 see ChangeLog entries 2002-03-25 and 2002-03-26
11099
11100 2002-03-25 [hoa]        0.7.4claws45
11101
11102         * src/matcher.c
11103         * src/mh.c
11104                 fix the bug #516442 with folder rescan.
11105
11106         * src/prefs_common.[ch]
11107         * src/compose.c
11108                 added an option to enable two different behaviours
11109                 for bounce.
11110
11111
11112 2002-03-25 [paul]       0.7.4claws44
11113
11114         * src/mainwindow.c
11115           src/selective_download.c
11116                 correct a few menuitem labels
11117
11118 2002-03-25 [christoph]  0.7.4claws43
11119
11120         * src/procmsg.c
11121                 fix non deleted tmp message in
11122                 procmsg_save_to_outbox
11123                 fix problems caused by sync with
11124                 main branch's procmsg_send_queue
11125
11126 2002-03-25 [paul]       0.7.4claws42
11127
11128         * src/quote_fmt.c
11129           src/quote_fmt_lex.l
11130           src/quote_fmt_parse.y
11131                 add Last name (%L) placeholder for quoting. 
11132                 patch submitted by Thorsten Thielen 
11133                 <thth@users.sourceforge.net>
11134
11135 2002-03-25 [paul]       0.7.4claws41
11136
11137         * src/utils.c
11138                 get full hostname. patch submitted by
11139                 Bob Woodside <rwoodside1@comcast.net>
11140
11141 2002-03-25 [paul]       0.7.4claws40
11142
11143         * src/account.c
11144           src/news.c
11145           src/nntp.[ch]
11146           src/prefs_account.[ch]
11147                 enable NNTP over SSL. patch submitted by
11148                 Pascal Jermini <pascal@infinity.hn.org>
11149
11150 2002-03-24 [paul]       0.7.4claws39
11151
11152         * src/prefs_common.c
11153                 make the arrangement of the Compose tab more
11154                 coherent
11155
11156         * src/mainwindow.c
11157                 fix some irregularities of style
11158
11159         * po/de.po
11160                 updated by Kilian Krause
11161
11162 2002-03-23 [paul]       0.7.4claws38
11163
11164         * po/pt_BR.po
11165                 updated by Fabio Junior Beneditto
11166
11167 2002-03-23 [paul]       0.7.4claws37
11168
11169         * src/mainwindow.c
11170                 move 'Gather addresses' to 'Tools' menu
11171                 make 'Selective download' sensitive
11172
11173 2002-03-23 [paul]       0.7.4claws36
11174
11175         * sync with 0.7.4cvs16
11176                 see ChangeLog entries 2002-03-23
11177
11178 2002-03-22 [christoph]  0.7.4claws35
11179
11180         * src/quote_fmt_parse.y
11181                 fix include program output
11182
11183 2002-03-22 [alfons]     0.7.4claws34
11184
11185         * src/pop.c
11186                 initialize GDate stack variable correctly (sorry!)
11187
11188 2002-03-22 [paul]       0.7.4claws33
11189
11190         * src/compose.c
11191           src/mainwindow.c
11192           src/prefs_actions.c
11193           src/prefs_common.c
11194                 rename 'Tool' to 'Tools'
11195
11196         * src/mainwindow.c
11197                 move 'Delete duplicated messages' from
11198                 'Message/' to 'Tools/'
11199                 re-arrange the order of 'Tools/' items
11200
11201 2002-03-22 [paul]       0.7.4claws32
11202
11203         * src/addr_compl.c
11204           src/addressbook.[ch]
11205                 auto-address completion now also matches on
11206                 Nickname. patch submitted by Bob Forsman 
11207                 <hammor@users.sourceforge.net>
11208
11209         * src/editaddress.c
11210                 correct a spelling mistake
11211
11212 2002-03-22 [alfons]     0.7.4claws31
11213
11214         * src/pop.c
11215                 fix getting uidl from incorrect string 
11216                 (spotted by Colin)
11217
11218 2002-03-21 [alfons]     0.7.4claws30
11219
11220         * src/pop.c
11221                 more code refactoring
11222                 plug mem leak introduced by delete on server
11223
11224 2002-03-21 [paul]       0.7.4claws29
11225
11226         * sync with 0.7.4cvs11
11227                 see ChangeLog entries 2002-03-20
11228
11229 2002-03-20 [alfons]     0.7.4claws28
11230
11231         * src/inc.c
11232                 apply Colin's patch and refactor
11233
11234 2002-03-20 [paul]       0.7.4claws27
11235
11236         * sync with sylpheed 0.7.4cvs9
11237                 see ChangeLog entry 2002-03-20
11238
11239 2002-03-19 [christoph]  0.7.4claws26
11240
11241         * src/mh.c
11242         * src/procmsg.[ch]
11243         * src/summaryview.c
11244                 revert changes for flag updates
11245                 (does not work correctly and no time to debug)
11246
11247 2002-03-20 [alfons]     0.7.4claws25
11248
11249         * src/pop.c
11250                 refactor should_delete() a little bit 
11251
11252 2002-03-19 [paul]       0.7.4claws24
11253
11254         * src/inc.[ch]
11255           src/pop.c
11256           src/prefs_account.[ch]
11257                 allow the user to leave downloaded mail on the 
11258                 server for n days. Patch submitted by Colin Leroy 
11259                 <colin@colino.net>
11260
11261 2002-02-19 [paul]       0.7.4claws23
11262
11263         * sync with sylpheed 0.7.4cvs8
11264                 see ChangeLog entries 2002-03-19
11265
11266 2002-03-18 [paul]       0.7.4claws22
11267
11268         * sync with sylpheed 0.7.4cvs6
11269                 see ChangeLog entry 2002-03-18
11270
11271 2002-03-18 [paul]       0.7.4claws21
11272
11273         * po/en_GB.po
11274                 add en_GB message catalogue
11275
11276         * src/mbox_folder.c
11277           src/prefs_account.c
11278           src/prefs_actions.c
11279                 correct a few spelling mistakes
11280
11281 2002-03-17 [alfons]     0.7.4claws20
11282
11283         * src/matcher.c
11284                 more stringent checks for NULL params when writing
11285                 filtering actions to a file
11286                 
11287 2002-03-17 [hoa]        0.7.3claws20
11288
11289         * src/news.c
11290                 fixed the count of new messages
11291
11292         * src/compose.c
11293                 fixed the "attachment properties" window
11294
11295 2002-03-17 [paul]       0.7.4claws19
11296
11297         * src/defs.h
11298           src/folder.h
11299           src/news.c
11300           src/prefs_account.[ch]
11301           src/procmsg.[ch]
11302           src/summaryview.c
11303                 automatically mark cross-posted messages as read 
11304                 and (optionally) give them a colour label
11305                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11306                 
11307
11308 2002-03-17 [paul]       0.7.4claws18
11309
11310         * sync with sylpheed 0.7.4cvs5
11311                 see ChangeLog entry 2002-03-17
11312
11313 2002-03-17 [melvin]     0.7.4claws17
11314         
11315         * src/textview.c
11316                 Worked around a gtktext 'bug': when searching for 
11317                 a text in a long message it was scrolling slowly
11318                 line by line until it hit the searched text.
11319         * po/fr.po
11320                 Updated French translation
11321
11322 2002-03-17 [melvin]     0.7.4claws16
11323
11324         * src/mainwindow.c
11325         * src/compose.c
11326         * src/prefs_actions.c
11327                 Moved "Edit/Actions" to "Tool/Actions"
11328                 Made mainwindow/compose window sensitive as soon as
11329                 no child process is running anymore even if the io dialog
11330                 is open.
11331                 Fixed a struct being initialized with a non constant char*
11332
11333 2002-03-16 [christoph]  0.7.4claws15
11334
11335         * configure.in
11336                 add --with-compiler-flags option
11337                 (only for developer hacking)
11338         * src/mh.c
11339         * src/procmsg.[ch]
11340         * src/summaryview.c
11341                 try to make folder-stats and flag handling more
11342                 independent from the summaryview. msgcounts
11343                 are only set when the folder is opened and
11344                 procmsg_msginfo_(un)set_flags will handle it
11345                 later and summaryview will get the values
11346                 from the folder.
11347
11348 2002-03-16 [paul]       0.7.4claws14
11349
11350         * src/messageview.c
11351                 fix Return-receipt. Patch submitted by Bob
11352                 Woodside <rwoodside1@comcast.net>
11353
11354 2002-03-16 [paul]       0.7.4claws13
11355
11356         * src/compose.c
11357                 fix 'dynamic' signatures, make it work again
11358                 broken during sync on 2002-03-14 (0.7.4claws2)
11359
11360 2002-03-15 [match]      0.7.4claws12
11361
11362         * src/addrharvest.[ch]
11363         * src/addrgather.[ch]
11364         * src/addressbook.[ch]
11365         * src/mainwindow.c
11366                 included address harvester feature. still some
11367                 issues with address parsing that I will fix.
11368
11369 2002-03-15 [match]      0.7.4claws11
11370
11371         * src/addrbook.[ch]
11372         * src/addrcache.[ch]
11373         * src/addressbook.[ch]
11374         * src/addrindex.c
11375         * src/editbook.c
11376         * src/importldif.c
11377         * src/importmutt.c
11378         * src/jpilot.[ch]
11379         * src/main.c
11380         * src/syldap.[ch]
11381         * src/vcard.[ch]
11382                 tidy up. fix memory leaks. moved attribs and methods
11383                 from individual interfaces to addrcache object. prep
11384                 for new stuff to come in.
11385
11386 2002-03-15 [alfons]     0.7.4claws10
11387
11388         * src/matcher.[ch]
11389         * src/matcher_parser_parse.y
11390         * src/matcher_parser_lex.l
11391         * src/prefs_matcher.c
11392                 add filtering conditions message greater than, smaller 
11393                 than, and exactly matching a size in bytes
11394                 (does not work with delete from POP3 server yet)
11395
11396                 this should also give others an idea what you should
11397                 do to add new criterions to claws filtering system
11398                 
11399
11400 2002-03-15 [paul]       0.7.4claws9
11401
11402         * tools/filter_conv.pl
11403                 exit if there are no filter rules to convert
11404                 rename filterrc to filterrc.old after completion
11405
11406 2002-03-15 [paul]       0.7.4claws8
11407
11408         * sync with sylpheed 0.7.4cvs3
11409                 see ChangeLog entry 2002-03-14
11410
11411 2002-03-14 [paul]       0.7.4claws7
11412
11413         * src/compose.c
11414                 clean up the last commit (ahem)
11415
11416 2002-03-14 [paul]       0.7.4claws6
11417
11418         * src/compose.c
11419                 fix bug #515655. honour account preferences
11420                 regarding gpg default signing/encryption when 
11421                 changing account from the compose window.
11422
11423 2002-03-14 [paul]       0.7.4claws5
11424
11425         * src/folderview.c
11426                 remove unnecessary curly brackets
11427
11428 2002-03-14 [paul]       0.7.4claws4
11429
11430         * src/folderview.c
11431           src/prefs_filtering.[ch]
11432                 add filter rename on folder rename and filter
11433                 delete on folder delete. Patch submitted by
11434                 Neill Miller <neillm@thecodefactory.org> 
11435
11436 2002-03-14 [christoph]  0.7.4claws3
11437
11438         * src/procmsg.c
11439         * src/send.c
11440                 fix local delivery
11441                 (patch submitted by "Simon 'corecode' Schubert")
11442         * src/prefs_common.c
11443         * src/procmsg.c
11444                 fix gcc 3.0 warning
11445
11446 2002-03-14 [paul]       0.7.4claws2
11447
11448         * sync with sylpheed 0.7.4cvs2
11449                 see ChangeLog entry 2002-03-13
11450
11451 2002-03-12 [darko]      0.7.4claws1
11452
11453         * src/mainwindow.c
11454                 fix what seems to be a copy and paste error
11455                 when setting color for important messages
11456                 (reported by wwp)
11457
11458 2002-03-11 [paul]       version 0.7.4claws released
11459
11460 2002-03-11 [paul]       0.7.4claws
11461
11462         * po/es.po
11463           po/it.po
11464           po/nl.po
11465           po/pt_BR.po
11466                 update message catalogs. Submitted by Ricardo Mones 
11467                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11468                 Fabio Junior Beneditto
11469
11470         * configure.in
11471           faq/Makefile.am
11472           faq/it/Makefile
11473           faq/it/sylpheed-faq*
11474           src/mainwindow.c
11475           src/manual.[ch]
11476                 add FAQ in Italian
11477         
11478
11479 2002-03-11 [jens]       0.7.3claws7
11480
11481         * po/de.po
11482                 updated German translation
11483
11484 2002-03-11 [melvin]     0.7.3claws6
11485
11486         * po/fr.po
11487                 updated and corrected French translation
11488
11489 2002-03-10 [hoa]        0.7.3claws5
11490
11491         * src/account.c
11492         * src/inc.c
11493         * src/prefs_account.c
11494         * src/procmsg.c
11495         * src/send.[ch]
11496                 fixed the local account.
11497                 you have to change the default "/usr/sbin/sendmail"
11498                 to "/usr/sbin/sendmail -t" in the preferences of
11499                 the local account.
11500
11501         * src/procmime.c
11502                 removed some debug display for renderer
11503
11504 2002-03-10 [paul]       0.7.3claws4
11505
11506         * faq/en/sylpheed-faq-1.html
11507           faq/en/sylpheed-faq-2.html
11508                 update
11509
11510 2002-03-09 [paul]       0.7.3claws3
11511
11512         * sync with sylpheed 0.7.4
11513                 see ChangeLog entry 2002-03-09
11514
11515 2002-03-08 [paul]       0.7.3claws2
11516
11517         * faq/en/sylpheed-faq*
11518           faq/es/sylpheed-faq*
11519           faq/fr/sylpheed-faq*
11520                 update the FAQs
11521
11522         * manual/fr/.cvsignore
11523           manual/fr/Makefilea.am
11524           manual/fr/sylpheed*
11525           src/mainwindow.c
11526           src/manual.[ch]
11527                 add the French manual
11528
11529 2002-03-07 [paul]       0.7.3claws1
11530
11531         * sync with sylpheed 0.7.3cvs4
11532                 see ChangeLog entries  2002-03-06 and 2002-03-07
11533         
11534         * po/nl.po
11535                 updated by Wilbert Berendsen
11536
11537 2002-03-07 [melvin]     0.7.2claws34
11538
11539         * src/selective_download.c
11540                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11541
11542 2002-03-06 [paul]       0.7.2claws33
11543
11544         * sync with sylpheed 0.7.3cvs1
11545                 bug fix, see ChangeLog entry 2002-03-05
11546
11547 2002-03-05 [paul]       0.7.2claws32
11548
11549         * src/mimeview.c
11550           src/pgptext.[ch]
11551           src/procmsg.c
11552                 reverse the pgp ascii-armored code implemented in 
11553                 0.7.2claws16. removal of this code until it matures.
11554                 this means that verifying ascii-armored pgp sigs and
11555                 automatic decryption of ascii-armored encrypted
11556                 messages no longer works.
11557
11558 2002-03-05 [paul]       0.7.2claws31
11559
11560         * configure.in
11561           Makefile.am
11562         * faq/Makefile.am
11563         * faq/en/Makefile.am
11564           faq/en/sylpheed-faq.html
11565           faq/en/sylpheed-faq-1.html
11566           faq/en/sylpheed-faq-2.html
11567           faq/en/sylpheed-faq-3.html
11568         * faq/es/Makefile.am
11569           faq/es/sylpheed-faq.html
11570           faq/es/sylpheed-faq-1.html
11571           faq/es/sylpheed-faq-2.html
11572           faq/es/sylpheed-faq-3.html
11573           faq/es/sylpheed-faq-4.html
11574         * faq/fr/Makefile.am
11575           faq/fr/sylpheed-faq.html
11576           faq/fr/sylpheed-faq-1.html
11577           faq/fr/sylpheed-faq-2.html
11578           faq/fr/sylpheed-faq-3.html
11579         * src/Makefile.am
11580           src/defs.h
11581           src/mainwindow.c
11582           src/manual.[ch]
11583                 add FAQs in English, Spanish and French
11584
11585
11586 2002-03-05 [paul]       0.7.2claws30
11587
11588         * manual/en/sylpheed.html
11589           manual/en/sylpheed-XX.html
11590                 updated the English manual
11591
11592 2002-03-05 [hoa]        
11593
11594         * src/summaryview.c
11595                 dialog box pops up if the article can't be deleted.
11596
11597 2002-03-04 [paul]       
11598         
11599         * po/pt_BR.po
11600                 updated by Fabio Junior Benedito
11601
11602 2002-03-04 [hoa]
11603
11604         * removed ac/gpgme.m4
11605                 to avoid autogen common problem
11606                 developers have to install gpgme development package now
11607
11608         * src/compose.c
11609                 encoding to 7bit or 8bit is enabled.
11610
11611 2002-03-03 [alfons]     0.7.2claws29
11612
11613         * src/pop.c
11614                 merge fix by Oliver Haertel for selective
11615                 download buglet
11616
11617 2002-03-03 [paul]       0.7.2claws28
11618         
11619         * sync with sylpheed 0.7.3
11620
11621 2002-03-03 [paul]       0.7.2claws27
11622
11623         * sync with sylpheed 0.7.2cvs24
11624                 see ChangeLog entries 2002-03-02 and 2002-03-03
11625
11626 2002-03-02 [melvin]     0.7.2claws26
11627
11628         * src/inc.[ch]
11629         * src/main.c
11630         * src/mainwindow.c
11631         * src/prefs_common.[ch]
11632                 Added user definable notification on new mail arrival.
11633                 Removed unused variables in spell checker prefs code.
11634
11635 2002-03-02 [melvin]     0.7.2claws25
11636
11637         * src/quote_fmt.c
11638                 Removed unnecessary escape sequences.
11639                 Changed 'Initial...' to 'Initials of Sender'
11640
11641 2002-03-02 [paul]       0.7.2claws24
11642
11643         * sync with sylpheed 0.7.2cvs22
11644                 see ChangeLog entry 2002-03-01
11645
11646 2002-03-01 [hoa]        0.7.2claws23
11647
11648         * src/mainwindow.c
11649                 Set sensitivity of delete actions to active
11650                 even if the folder is a newsgroup.
11651
11652         * src/summaryview.c
11653                 - Set sensitivity of delete actions
11654                 - Added function check_permission() that will check if the
11655                   user is authorized to delete a message. For news, it
11656                   will check if the author is the same.
11657                 - Enabled deletion when there is no trash folder.
11658
11659         * src/news.[ch]
11660                 - Added news_cancel_article() to cancel articles
11661                 - Implemented news_remove_message() (public function)
11662
11663 2002-03-01 [paul]       0.7.2claws22
11664
11665         * src/gtkutils.c
11666           src/textview.c
11667                 recognise urls that that don't include 'http://' and
11668                 simply begin 'www.' 
11669
11670         * AUTHORS
11671                 remove duplicated name
11672
11673 2002-02-28 [paul]       0.7.2claws21
11674
11675         * src/mainwindow.c
11676           src/summaryview.[ch]
11677                 add ability to 'Select thread'
11678                 combines Melvin's "Select thread's head" patch (#510907)
11679                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11680                 patch (#518514) 
11681
11682 2002-02-28 [paul]       0.7.2claws20
11683
11684         * src/mimeview.c
11685                 hopefully fix segfault on right-clicking a mime part
11686                 that some people have experienced.      
11687                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11688
11689 2002-02-28 [paul]       0.7.2claws19
11690
11691         * sync with sylpheed 0.7.2cvs21
11692                 see ChangeLog entries 2002-02-27 and 2002-02-28
11693
11694 2002-02-27 [paul]       0.7.2claws18
11695
11696         * sync with sylpheed 0.7.2cvs18
11697                 see ChangeLog entries 2002-02-26 and 2002-02-27
11698
11699 2002-02-26 [alfons]     0.7.2claws17
11700
11701         * src/procheader.c
11702                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11703                 (spotted by Chris Hessman <idatech@gmx.net>)
11704
11705 2002-02-26 [paul]       0.7.2claws16
11706
11707         * src/mimeview.c
11708           src/pgptext.[ch]
11709           src/procmsg.c
11710                 make decryption of ascii-armored pgp encrypted messages
11711                 and verification of ascii-armored signatures work again.
11712                 slightly altered from the patch by Jens Jahnke 
11713                 <jan0sch@gmx.net>
11714
11715                 ##FIX ME##
11716                 * the checking of plaintext signatures always comes up in 
11717                   a popup box
11718                 * it doesn't work for multipart messages 
11719                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11720                   including the msg headers and these 2 line themselves, are 
11721                   not displayed
11722
11723         * src/mainwindow.c
11724                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11725                 "View/Message View" becomes "View/Separate Message View"
11726                 because its less ambiguous.
11727
11728         * po/es.po
11729                 updated by Ricardo Mones Lastra
11730
11731 2002-02-26 [paul]       0.7.2claws15
11732
11733         * sync with sylpheed 0.7.2cvs17
11734                 see ChangeLog entries 2002-02-25 and 2002-02-26
11735
11736 2002-02-25 [christoph]  0.7.2claws14
11737
11738         * src/filtering.[ch]
11739         * src/inc.c
11740                 do filtering stuff after all messages have been received
11741                   1. drop all messages to .processing
11742                   2. scan processing folder for messages
11743                   3. filter messages or move to inbox
11744                 this will also find old messages left in processing after
11745                 a crash or something like that and we get a real msginfo
11746                 from folder->get_msg_list and do not have to create our
11747                 own in filter_message
11748         * src/matcher_parser_parse.y
11749                 remove MIX/MAX warning (reordered includes)
11750
11751 2002-02-25 [paul]       0.7.2claws13
11752
11753         * sync with sylpheed 0.7.2cvs15
11754                 see ChangeLog entry 2002-02-24
11755
11756 2002-02-24 [alfons]     0.7.2claws12
11757
11758         * src/filtering.c
11759                 clear old color flags first when applying a new color to
11760                 a message info. 
11761                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11762
11763 2002-02-24 [alfons]     0.7.2.claws11
11764         
11765         * AUTHORS
11766         * src/prefs_common.c
11767                 add presets for Opera and Konqueror, closes patch #517261,
11768                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11769
11770 2002-02-24 [alfons]     0.7.2.claws10
11771
11772         * AUTHORS
11773         * src/summaryview.c
11774                 fix threading for null message ids, closes patch #521601,
11775                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11776
11777 2002-02-24 [alfons]     0.7.2claws9
11778
11779         * src/summaryview.c
11780         * src/filtering.c
11781                 make Tool | Filter Message work with filtering system so
11782                 setting flags also works
11783
11784                 TODO:
11785
11786                 - Processing uses the same function as Tool | Filter
11787                   Message, but doesn't use the same update proc yet
11788
11789 2002-02-23 [paul]       0.7.2claws8
11790
11791         * sync with sylpheed 0.7.2cvs14
11792                 see ChangeLog entries 2002-02-22 and 2002-02-23
11793
11794 2002-02-22 [christoph]  0.7.2claws7
11795
11796         * src/quote_fmt.c
11797                 Add column space to table
11798         * src/quote_fmt_parse.y
11799                 Close files
11800
11801 2002-02-22 [paul]       0.7.2claws6
11802
11803         * src/Makefile.am
11804           src/defs.h
11805           src/filtering.c
11806           src/inc.[ch]
11807           src/mainwindow.c
11808           src/matcher.[ch]
11809           src/matcher_parser_lex.l
11810           src/matcher_parser_parse.y
11811           src/pop.[ch]
11812           src/prefs_account.h
11813           src/prefs_filtering.c
11814           src/selective_download.[ch]   *** NEW FILES ***
11815           src/utils.[ch]
11816           po/POTFILES.in
11817                 Selective Download added to 'Tool' menu. 
11818                 Retrieves email headers of the currently selected pop3 
11819                 account and allows the user to mark emails for deletion 
11820                 right on the pop3 server. Patch submitted by Oliver Haertel 
11821                 <oha@users.sourceforge.net>.
11822         
11823         * po/POTFILES.in
11824                 add 'src/quote_fmt.c'           
11825
11826 2002-02-22 [christoph]  0.7.2claws5
11827
11828         * src/Makefile.am
11829                 added quote_fmt.c
11830         * src/prefs_common.[ch]
11831         * src/prefs_template.c
11832         * src/quote_fmt.c               *** NEW FILE ***
11833         * src/quote_fmt.h
11834                 move quote format symbol description code
11835                 to it's own file because it is used from
11836                 differnent code parts
11837                 Rewrote symbol description GUI
11838                   + use table
11839                   + add separators
11840                   + get data from array (no more long constant strings)
11841         * src/quote_fmt_lex.l
11842         * src/quote_fmt_parse.y
11843                 Symbol for Literal % changed to \% instead of %%
11844                 (More logical as \ is used for quoting for other symbols)
11845                 Add |f and |p to include files and program output
11846                 Examples:
11847                     |f{/home/.../.signature}
11848                     |p{date}
11849         * po/de.po
11850                 Correct wrong spelling for "Referenzen"
11851
11852 2002-02-21 [paul]       0.7.2claws4
11853
11854         * src/procmsg.c
11855                 forgotten during sync
11856
11857 2002-02-21 [paul]       0.7.2claws3
11858
11859         * sync with sylpheed 0.7.2cvs11
11860                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11861                 2002-02-20 and 2002-02-21
11862
11863 2002-02-20 [melvin]     0.7.2claws2
11864
11865         * src/prefs_actions.c
11866                 Added error report when child cannot fork or when execvp 
11867                 returns with an error.
11868
11869 2002-02-19 [christoph]  0.7.2claws1
11870
11871         * src/codeconv.c
11872                 return unconverted text if conde conversion is not possible
11873                 when libjconv is used.
11874                 (patch submitted by "Simon 'corecode' Schubert")
11875
11876 2002-02-19 [paul]       
11877
11878         * version 0.7.2claws release
11879
11880 2002-02-19 [paul]       0.7.2claws
11881
11882         * po/nl.po
11883                 updated by Wilbert Berendsen
11884
11885
11886 2002-02-18 [alfons]     0.7.1claws13
11887
11888         * src/syldap.c
11889         * src/jpilot.c
11890                 remove references to dlfcn and explicitly loading functions
11891                 from dynalink libs, because libs linked anyway, and functions
11892                 are loaded explicitly
11893
11894 2002-02-17 [melvin]     0.7.1claws12
11895
11896         * src/prefs_actions.c
11897                 Replaced children wait loop with double fork technique.
11898                 Now, input/output window updated at each new output.
11899                 free_children(): Fixed a memory leak.
11900                 Made input/output window non closable if running children
11901                 still exist.
11902                 Added missing <unistd.h> include.
11903                 Added some --debug outputs.
11904
11905 2002-02-17 [melvin]     0.7.1claws11
11906
11907         * src/summaryview.c
11908                 Fixed bug where descending sort order did not select top
11909                 message.
11910
11911 2002-02-17 [melvin]     0.7.1claws10
11912
11913         * acconfig.h
11914                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11915         * src/prefs_common.c
11916                 Pspell data package directory no more hard coded but
11917                 set during configuration (PSPELL_PATH). (Thanks to 
11918                                 Gustavo Noronha Silva.)
11919
11920 2002-02-17 [melvin]     0.7.1claws9
11921
11922         * configure.in
11923                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11924         * src/gtkspell.c
11925                 Fixed compile-time warnings.
11926
11927 2002-02-16 [alfons]     0.7.1claws8
11928
11929         * src/filesel.c
11930                 fix inadvertent free of NULL pointer which caused
11931                 sylpheed to crash when closing the save-as dialog
11932                 using the window close button
11933
11934 2002-02-16 [carsten]    0.7.1claws7
11935         * src/mainwindow.[ch]
11936           src/summaryview.c
11937           src/prefs_common.c
11938                 fixes for pixmap theming code:
11939                         - recently changed mail attributes shouldn't get
11940                           lost any longer
11941                         - theme is only reloaded iff another theme was
11942                           selected
11943
11944 2002-02-16 [paul]       0.7.1claws6
11945
11946         * sync with sylpheed 0.7.2 release
11947                 see ChangeLog entry 2002-02-15 and 2002-02-16
11948
11949 2002-02-15 [paul]       0.7.1claws5
11950
11951         * sync with sylpheed 0.7.1cvs9
11952                 see ChangeLog entry 2002-02-15
11953
11954         * po/POTFILES.in
11955                 remove unneeded headerwindow.c entry
11956
11957 2002-02-14 [carsten]    0.7.1claws4
11958         * src/summaryview.c
11959                 fixed a bug for "Go to next unread message": there was
11960                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11961                 in the prefs, because of doing "Search again" instead
11962                 "No"
11963
11964 2002-02-14 [carsten]    0.7.1claws3
11965         * src/stock_pixmap.c
11966                 removed 2 more mem leaks; following memprof,
11967                 this code is "leak free" now :)
11968
11969 2002-02-14 [carsten]    0.7.1claws2
11970         * src/stock_pixmap.c
11971                 used opendir/readdir/closedir instead of scandir
11972                 -> code should work now on Solaris
11973
11974 2002-02-14 [paul]       0.7.1claws1
11975
11976         * sync with sylpheed 0.7.1cvs8
11977                 see ChangeLog entries 2002-02-13 and 2002-02-14
11978
11979         * README.claws
11980                 add some description of Actions and Pixmap Themes
11981
11982 2002-02-13 [paul]       
11983
11984         * version 0.7.1claws release
11985
11986 2002-02-13 [paul]       0.7.1claws
11987
11988         * po/es.po
11989           po/it.po
11990           po/pt_BR.po
11991                 updated translations, submitted by Ricardo Mones Lastra,
11992                 Alessandro Maestri and Fabio Junior Beneditto
11993
11994 2002-02-13 [melvin]     0.7.0claws75
11995
11996         * src/prefs_actions.c
11997                 Added missing "signal.h" include
11998
11999 2002-02-13 [melvin]     0.7.0claws74
12000
12001         * src/prefs_folder_item.c
12002                 Added missing "config.h" include
12003         * po/fr.po
12004                 Updated French translation for folder propriety.
12005
12006 2002-02-13 [jens]       0.7.0claws73
12007
12008         * po/POTFILES.in
12009                 Added missing src/prefs_folder_item.c [log added by melvin]
12010         * po/de.po
12011                 Updated German translation.
12012
12013 2002-02-13 [melvin]     0.7.0claws72
12014
12015         * po/fr.po
12016                 Updated French translation.
12017
12018 2002-02-13 [melvin]     0.7.0claws71
12019
12020         * src/gtkutils.c
12021                 Made gtkut_editable_get_selection return NULL if selection
12022                 is of length zero.
12023                 This fixes a bug where selecting part of message A then
12024                 switching to message B and replying to it will not
12025                 quote the message's body.
12026
12027 2002-02-12 [paul]       0.7.0claws70
12028
12029         * src/mainwindow.c
12030                 cosmetic, relating to pixmap themes: on toolbar make 
12031                 updating of 'Exec' and 'Compose news/Compose email'
12032                 icons faster.
12033
12034 2002-02-12 [carsten]    0.7.0claws69
12035         * src/folderview.c
12036           src/mainwindow.[ch]
12037           src/stock_pixmap.c
12038           src/summaryview.c
12039           src/prefs_common.c
12040                 - refreshing after changing pixmap theme better
12041                   now (thanks Paul)
12042                 - wanted to remove some mem leaks, but alfons was
12043                   faster (and had the better solution ;)
12044
12045 2002-02-12 [alfons]     0.7.0claws68
12046
12047         * src/prefs_common.c
12048         * src/stock_pixmap.[ch]
12049                 plug mem leaks, refactor code a little bit
12050
12051
12052 2002-02-12 [sergey]     0.7.0claws67
12053
12054         * src/imap.c
12055                 Fixed problem with copying messages to IMAP folders when the
12056                 server uses something other than '/' as a namespace separator
12057                 (cyrus-imapd uses '.').
12058
12059 2002-02-12 [jens]       0.7.0claws66
12060
12061         * po/de.po
12062                 Updated German Translation
12063
12064 2002-02-12 [paul]       0.7.0claws65
12065
12066         * sync with sylpheed 0.7.1cvs1
12067                 see ChangeLog entry 2002-02-12
12068
12069 2002-02-12 [melvin]     0.7.0claws64
12070
12071         * src/prefs_actions.c
12072                 Fixed "feature" where children's output was duplicated 
12073                 instead of refreshed while monitoring.
12074                 Removed some debug code.
12075
12076 2002-02-12 [christoph]  0.7.0claws63
12077
12078         * src/compose.c
12079                 always delete message from queue after sending/send error
12080                 (closes bug #509601)
12081
12082 2002-02-12 [melvin]     0.7.0claws62
12083
12084         * src/prefs_actions.c
12085                 Children wait loop is now triggered with a timeout of 1s
12086                 Added %F which is replaced with the list of filenames 
12087                 of all selected messages (as suggested by Ricardo Mones Lestra)
12088                 Pipe syntax changed. Prefix with | to send selection, postfix
12089                 with | to retrieve output. Prefix with > or * to send
12090                 user definable input to the command (*: input is hidden)
12091                 Old pipe action should now be postfixed with |, too.
12092
12093 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12094         * src/stock_pixmap.c
12095                 fixed a bug: if there's no theme directory don't
12096                 throw an error, just do "nothing" (thanks Alfons)
12097
12098 2002-02-12 [carsten]    0.7.0claws60
12099         * src/folderview.c
12100           src/summaryview.c
12101                 had to write the cache twice (nasty!); some marks would 
12102                 get lost if not
12103
12104 2002-02-11 [carsten]    0.7.0claws59
12105         * acconfig.h
12106           configure.in
12107           doc-src/maintainer_guide.txt
12108           src/compose.[ch]
12109           src/defs.h
12110           src/folderview.[ch]
12111           src/gtkutils.[ch]
12112           src/mainwindow.[ch]
12113           src/prefs_common.[ch]
12114           src/stock_pixmap.[ch]
12115           src/summaryview.[ch]
12116                 pixmap theming and related work on pixmap
12117                 handling on some other places
12118                 (e.g. hrm features for all folder)
12119           src/pixmap/stock_*.xpm -> the stock_ was removed
12120         
12121 2002-02-11 [paul]       0.7.0claws58
12122
12123         * sync with sylpheed 0.7.1 release
12124                 see ChangeLog entries 2002-02-11
12125
12126 2002-02-08 [paul]       0.7.0claws57
12127
12128         * sync with sylpheed 0.7.0cvs39
12129                 see ChangeLog entry 2002-02-07 (last entry) 
12130
12131         * src/prefs_actions.c
12132           src/prefs_filtering.c
12133           src/prefs_matcher.c
12134           src/prefs_scoring.c
12135                 sync: made it compile with C compilers other than gcc
12136
12137 2002-02-07 [paul]       0.7.0claws56
12138
12139         * sync with sylpheed 0.7.0cvs38
12140                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12141                 2002-02-07
12142
12143 2002-02-07 [darko]      0.7.0claws55
12144
12145         * src/gtkutils.[ch]
12146         * src/summaryview.c
12147                 Fix const gchar */gchar * issue (thanks Hiro)
12148
12149 2002-02-07 [darko]      0.7.0claws54
12150
12151         * src/compose.[ch]
12152         * src/filtering.c
12153         * src/gtkutils.[ch]
12154         * src/prefs_template.c
12155         * src/quote_fmt.h
12156         * src/quote_fmt_parse.y
12157         * src/summaryview.c
12158         * src/utils.[ch]
12159                 When replying or forwarding an email don't quote the entire
12160                 mail body but use the part of the message text that is selected
12161
12162 2002-02-06 [melvin]     0.7.0claws53
12163
12164         * src/prefs_common.[ch]
12165         * src/gtkspell.[ch]
12166         * src/compose.c
12167                 Made possible to switch quickly to last used dictionary
12168                 which makes checking bilingual documents easier.
12169
12170 2002-02-06 [melvin]     0.7.0claws52
12171         
12172         * po/POTFILES.in
12173                 Added forgotten new file src/prefs_actions.c
12174
12175 2002-02-06 [melvin]     0.7.0claws51
12176
12177         * src/prefs_actions.c   ** NEW FILE **
12178         * src/prefs_actions.h   ** NEW FILE **
12179                 Added actions to execute on message text view, or on the
12180                         message's file.
12181         * src/Makefile.am
12182                 Added src/prefs_actions.[ch]
12183         * src/compose.c
12184                 Added new menu "Edit/Actions"
12185         * src/defs.h
12186                 Added new actionsrc file.
12187         * src/main.c
12188                 Added actionsrc reading.
12189         * src/mainwindow.c
12190                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12191         * src/prefs_common.h
12192                 Added new element actionslst element to prefs_common.
12193
12194 2002-02-06 [paul]       0.7.0claws50
12195
12196         * sync with sylpheed 0.7.0cvs36
12197                 see ChangeLog entry 2002-02-06
12198
12199 2002-02-05 [paul]
12200
12201         * po/es.po
12202                 updated by Ricardo Mones Lastra
12203
12204 2002-02-05 [paul]       0.7.0claws49
12205
12206         * sync with sylpheed 0.7.0cvs33
12207                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12208
12209 2002-02-05 [paul]       0.7.0claws48
12210
12211         * src/compose.c
12212                 re-add 'Edit/Advanced/Delete entire line', previously named
12213                 'Delete Line+'
12214
12215 2002-02-04 [paul]       0.7.0claws47
12216
12217         * src/compose.c
12218           src/summaryview.c
12219                 fix bug #494993 (Reply All not taking Reply-To into consi)
12220                 eliminate differences in behaviour of right-click 'Reply to all' 
12221                 in summary view and 'Reply to all' on the toolbar. 
12222                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12223                 view and From gets ignored by 'Reply to all' on toolbar.
12224                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12225                 From when no Reply-To header is present.
12226
12227 2002-02-04 [paul]       0.7.0claws46
12228
12229         * sync with sylpheed 0.7.0cvs30
12230                 see ChangeLog entries 2002-02-03 and 2002-02-04
12231
12232 2002-02-03 [melvin]     0.7.0claws45
12233
12234         * src/gtkspell.[ch]
12235                 Readded function to highlight all misspelled words.
12236                 Fixed bug where user-provided-words did not replace
12237                         correctly the misspelled word when using the mouse.
12238                 Fixed bug where checking a region selected from right to left did
12239                         not check the region at all.
12240                 Fixed bug where 'Check backwards' may not check at all. 
12241                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12242                 Fixed possible buffer overflow when checking for long strings (>1k).
12243                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12244                 Accelerators code uses now gtk_widget_add_accel.
12245                 Removed and disabled obsolete and unfinished code.
12246                 Cleaning up.
12247
12248         * src/compose.c
12249                 Added menu item to Highlight all misspelled words.
12250
12251 2002-02-01 [paul]       0.7.0claws44
12252
12253         * src/mainwindow.c
12254                 fix '/View/Hide read messages' sensitivity when all
12255                 messages in a folder are hidden
12256
12257 2002-02-01 [paul]       0.7.0claws43
12258
12259         * src/main.c
12260                 add --send option to command line interface, sends all
12261                 queued mail. Patch submitted by Ricardo Mones Lastra.
12262
12263 2002-01-31 [paul]       0.7.0claws42
12264
12265         * src/mainwindow.c
12266                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12267
12268 2002-01-31 [paul]       0.7.0claws41
12269
12270         * sync with sylpheed 0.7.0cvs27
12271                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12272                 and 2002-01-31
12273
12274         * src/textview.c
12275                 comment out elements of textview_show_part() as temporary
12276                 workaround for attachment 'Display as text' bug 
12277
12278         * po/pt_BR.po
12279                 updated by Fabio Junior Beneditto
12280
12281 2002-01-30 [paul]       0.7.0claws40
12282
12283         * sync with sylpheed 0.7.0cvs24
12284                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12285                 and 2002-01-30
12286
12287         * src/compose.c
12288                 add {N_("/_Spelling"), ... "<Branch>"} to 
12289                 GtkItemFactoryEntry compose_entries[]
12290
12291         * src/prefs_common.c
12292                 add claws menu items to prefs_keybind_apply_clicked()
12293                 and remove non-claws menu items
12294
12295 2002-01-29 [paul]       0.7.0claws39
12296
12297         * sync with sylpheed 0.7.0cvs22
12298                 see ChangeLog entries 2002-01-28 and 2002-01-29
12299
12300 2002-01-28 [melvin]     0.7.0claws38
12301
12302         * src/compose.c
12303                 Added the declartion of compose_send_control_enter.
12304
12305         * src/compose.c
12306         * src/gtkspell.[ch]
12307                 Added in a 'Spelling' menu which includes the configuration menu. 
12308                 Added a real 'Check all' and got rid from the old one which only
12309                 highlited misspelled word.
12310                 Made 'Check while typing' a disableable option.
12311                 Added a dialog when there are no more misspelled word.
12312                 Added a dialog if error occurs when switching to a dictionary.
12313         
12314         * src/prefs_common.[ch]
12315                 Added option for the default 'Check while typing' option.
12316
12317
12318 2002-01-28 [alfons]     0.7.0claws37
12319
12320         * src/compose.c
12321                 fix buglet and make code comply with sylpheed code style
12322
12323 2002-01-28 [paul]       0.7.0claws36
12324
12325         * sync with sylpheed 0.7.0cvs19
12326                 see ChangeLog entries for 2002-01-28
12327
12328 2002-01-28 [hoa]        0.7.0claws35
12329
12330         * src/defs.h
12331                 added rendererrc
12332
12333         * src/main.c
12334                 read the renderer config
12335
12336         * src/procmime.[ch]
12337                 use the renderer config to convert mime attachments
12338
12339         * src/textview.c
12340                 don't use textview_show_html/ertf,
12341                 use get_text_content instead
12342
12343 2002-01-27 [alfons]     0.7.0claws34
12344         
12345         * src/news.c
12346                 make sylpheed believe it can delete a news message...
12347                 (messages are NOT deleted, maybe we should remove
12348                 processing from the folder properties after all.)
12349
12350 2002-01-27 [alfons]     0.7.0claws33
12351
12352         * src/folder.c
12353                 add extra checks
12354         * src/news.c
12355                 implement remove_msg() 
12356
12357 2002-01-27 [alfons]     0.7.0claws32
12358
12359         * src/procmsg.h
12360         * src/procheader.c
12361         * src/messageview.c
12362                 fix return receipt / disposition notification again. this
12363                 stuff seems to break on _every_ major summary UI change, so
12364                 it's now implemented using a flag which is saved in the
12365                 marks cache
12366                 
12367 2002-01-26 [alfons]     0.7.0claws31
12368
12369         * src/import.c
12370                 let import dialog show the destination folder identifier
12371
12372 2002-01-26 [melvin]     0.7.0claws30
12373
12374         * src/folderview.c
12375         * src/summaryview.c
12376                 Readded 'Mark all read' into summary view popup menu
12377                 Added 'Mark all read' in folder view popup menu for IMAP
12378                 and NNTP.
12379                 Made it insensitive if the selected folder is not the shown
12380                 one to avoid 'Mark all read' on the wrong folder.
12381                 
12382 2002-01-26 [paul]       0.7.0claws29
12383
12384         * src/folderview.c
12385           src/summaryview.c
12386                 move 'Mark all read' from summary view to folder view
12387                 menu. (adapted from) patch submitted by Jeremy Andrews,
12388                 <lists@kerneltrap.com>
12389
12390 2002-01-25 [alfons]     0.7.0claws28
12391
12392         * src/gtkstext.c
12393                 put the gtk class name back so GtkSText adapts the 
12394                 settings of GtkText
12395
12396 2002-01-25 [alfons]     0.7.0claws27
12397
12398         * src/folderview.c 
12399                 assimilate Ricardo's patch that shows pixmaps instead of
12400                 plain "new" and "unread" texts in the folder view column
12401                 headers 
12402
12403 2002-01-25 [paul]       0.7.0claws26
12404
12405         * src/Makefile.am
12406                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12407                 be found in non-standard locations. 
12408                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12409
12410 2002-01-25 [paul]       0.7.0claws25
12411
12412         * sync with sylpheed 0.7.0cvs16
12413                 see ChangeLog entry 2002-01-25
12414
12415 2002-01-24 [paul]       0.7.0claws24
12416
12417         * more sync with sylpheed 0.7.0cvs15
12418                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12419
12420 2002-01-23 [sergey]     0.7.0claws23
12421
12422         * src/importldif.c
12423                 Fixed segfault when closing LDIF import wizard with
12424                 the window manager.
12425         * src/imageview.c
12426         * src/imageview.h
12427         * src/messageview.c
12428         * src/mimeview.c
12429                 Fixed wrong scrolling position after switching between
12430                 text and image parts.
12431
12432 2002-01-23 [paul]       0.7.0claws22
12433
12434         * sync with sylpheed 0.7.0cvs15
12435                 see ChangeLog entries 2002-01-22 and 2002-01-23
12436
12437 2002-01-21 [melvin]     0.7.0claws21
12438
12439         * src/prefs_scoring.c
12440         * src/prefs_filtering.c
12441                 Fixed bug where scoring and filtering windows stopped
12442                 autochecking.
12443
12444 2002-01-21 [paul]       0.7.0claws20
12445
12446         * sync with sylpheed 0.7.0cvs12
12447                 see ChangeLog entries 2002-01-20 and 2002-01-21
12448
12449 2002-01-21 [carsten]    0.7.0claws19
12450         * src/mainwindow.c
12451         * src/menu.[ch]
12452         * src/messageview.[ch]
12453         * src/summaryview.[ch]
12454                 changes to shortcuts handling again:
12455                         + "Q" now controled by mainwin
12456                         + v/V are now customizable and have slightly
12457                           different meanings
12458                 the "button" to minimize the messageview (and maximize
12459                 the summary view) is a real button now
12460         * src/compose.c
12461                 "Delete Line+" added to Edit/Advanced (this will also
12462                 delete the '\n')
12463
12464 2002-01-20 [melvin] 0.7.0claws18
12465
12466         * src/addressbook.c
12467                 Made "Bcc" sensitive when addressbook is called from
12468                 compose window (it was a Claws only bug).
12469
12470 2002-01-19 [alfons] 0.7.0claws17
12471
12472         * src/inc.c
12473                 prevent unnecessary updates when currently selected folder has
12474                 no new messages 
12475
12476 2002-01-19 [alfons] 0.7.0claws16
12477         
12478         * src/summaryview.c
12479                 prevent writing the cache based on current message list in summary 
12480                 view when filtering also put messages in currently selected folder
12481
12482 2002-01-19 [paul]
12483
12484         * po/it.po
12485                 Italian translation submitted by Alessandro Maestri
12486                 <a.maestri@cs.tin.it>
12487
12488 2002-01-18 [melvin]     0.7.0claws15
12489
12490         * src/prefs_filters.c
12491                 fixed bug where 'cancel' from 'filters' window stops autochecking
12492                 if the timer timed out  when the window was open.
12493
12494 2002-01-18 [match]      0.7.0claws14
12495
12496         * src/addrclip.[ch]     ** NEW FILE **
12497         * src/addrselect.[ch]   ** NEW FILE **
12498         * src/adbookbase.h      ** NEW FILE **
12499                 addressbook cut, copy and paste
12500         * src/addrbook.[ch]
12501         * src/addrcache.[ch]
12502         * src/addressitem.h
12503         * src/addrindex.[ch]
12504         * src/addritem.[ch]
12505         * src/importldif.c
12506         * src/importmutt.c
12507         * src/jpilot.[ch]
12508         * src/syldap.[ch]
12509         * src/vcard.[ch]
12510         * src/jpilot.[ch]
12511         * src/editbook.c
12512         * src/editjpilot.c
12513         * src/editldap.c
12514         * src/editvcard.c
12515                 support for copy/paste
12516         * src/addressbook.c
12517                 support for copy/paste
12518                 tidy up menu option processing
12519                 correct address list function arguments
12520         * src/editaddress.c
12521                 sort user attributes
12522         * src/ldif.h
12523         * src/mutt.h
12524                 tidy up
12525
12526         * src/addrbook.[ch]
12527         * src/addrbook.[ch]
12528         * src/addrbook.[ch]
12529                 
12530
12531 2002-01-18 [paul]       0.7.0claws13
12532
12533         * sync with sylpheed 0.7.0cvs8
12534                 configure.in: support Mac OS X (Darwin)
12535
12536 2002-01-18 [carsten]    0.7.0claws12
12537         * src/html.c
12538                 small hack to fix a segfault with an empty href
12539                 (reported by Alexandra Walford <deeni@altern.org>)
12540         * src/mainwindow.c
12541         * src/summaryview.c
12542                 the shortcuts for Mark und Mark as unread are hardcoded
12543                 again
12544         * src/compose.c
12545         * src/gtkstext.[ch]
12546                 readded the shortcuts in gtkstext but made them
12547                 customizeable (simply by adding a menu plus a wrapper
12548                 to compose.c)
12549
12550 2002-01-17 [melvin]     0.7.0claws11
12551
12552         * src/gtkspell.c
12553                 fix default dictionary not being saved.
12554
12555 2002-01-16 [darko]      0.7.0claws10
12556
12557         * src/compose.c
12558                 fix wrapping crash with URL longer than wrapping margin
12559
12560 2002-12-08 [hoa]        0.7.0claws10
12561
12562         * src/matcher_parser_parse.y
12563                 fixed some bugs
12564
12565         * src/prefs_filtering.c
12566                 now, we can use bounce action in the dialog box.
12567
12568 2002-01-16 [carsten]    0.7.0claws9
12569         * src/gtkstext.c
12570                 removed the <control> and <alt> shortcuts because they're
12571                 not needed and interefered with the "normal" shortcuts
12572         * src/mainwindow.c
12573         * src/summaryview.c
12574                 removed most of the hardcoded shortcuts and assigned
12575                 them to menu entries making them easy customizable by
12576                 that
12577
12578 2002-01-16 |melvin]     0.7.0claws8
12579
12580         * src/gtkspell.c
12581                 fixed bug where using the mouse and when the compose
12582                 window is not on top may result in a crash.
12583
12584 2002-01-16 [melvin]     0.7.0claws7
12585
12586         * src/compose.c
12587                 fixed a long standingspell checker bug which could 
12588                 cause a crash after sending a message.
12589
12590 2002-01-16 [paul]       0.7.0claws6
12591
12592         * sync with sylpheed 0.7.0cvs7
12593                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12594                 2002-01-15, and 2002-01-16
12595
12596 2002-01-16 [melvin]     0.7.0claws5
12597
12598         * README.claws
12599         * src/compose.c
12600         * src/gtkspell.[ch]
12601         * src/main.c
12602                 Heavily modified spell checker code to work around
12603                 ispell bug, to add keyboard shortcuts and for future
12604                 enhancements. See README.claws for usage information.
12605
12606 2002-01-15 [alfons]     0.7.0claws4
12607         
12608         * src/summaryview.c
12609                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12610                 so sorting within threads reflects sort mode
12611
12612 2002-01-15 [christoph]  0.7.0claws3
12613
12614         * src/procmsg.c
12615                 added alertpanel if mail sending failed
12616
12617 2002-01-15 [alfons]     0.7.0claws2
12618         
12619         * src/prefs_filtering.c
12620                 don't stop timer when prefs filtering dialog is opened
12621
12622 2002-01-14 [alfons]     0.7.0claws1
12623
12624         * src/addr_compl.c
12625         * src/prefs.c
12626                 remove debug_print()s for privacy reasons
12627
12628 2002-01-14 [darko]      0.7.0claws
12629
12630         * README.claws
12631                 quotation wrapping is now also in the main branch
12632
12633 2002-01-14 [paul]
12634
12635         * tools/filter_conv.pl
12636                 allow for Boolean Op and case-sensitivity
12637                 this file is included in the release and tagged
12638                 'rel_0_7_0'
12639
12640 2002-01-13 [paul]       0.7.0claws
12641
12642         * release 0.7.0, with cvs tag 'rel_0_7_0'
12643
12644 2002-01-13 [paul]
12645
12646         * tools/filter_conv.pl
12647         * tools/README
12648                 rewritten to output to matcherrc instead of filteringrc
12649
12650         * po/es.po
12651                 updated Spanish translation by Ricardo Mones Lastra
12652
12653 2002-01-13 [alfons]
12654
12655         * po/nl.po
12656                 update dutch translation
12657
12658 2002-01-13 [paul]
12659
12660         * po/pt_BR.po
12661                 Updated by Fabio Junior Beneditto 
12662
12663 2002-01-13 [melvin]     0.6.6claws53
12664
12665         * po/fr.po
12666                 Updated french translation
12667
12668 2002-01-12 [alfons]     0.6.6claws52
12669
12670         * src/filtering.c
12671                 plug mem leak that has been sitting there for ages              
12672
12673 2002-01-12 [alfons]     0.6.6claws51
12674
12675         * src/summaryview.c
12676                 undo melvin's changes from 0.6.6claws48 because summary
12677                 view now refuses to select first unread message when
12678                 selecting a folder 
12679
12680 2002-01-11 [alfons]     0.6.6claws50
12681
12682         * src/import.c
12683                 use claws' semantics for getting folder item when
12684                 importing an mbox file into a folder 
12685                 (submitted by Dale P. Smith)
12686
12687 2002-01-11 [christoph]  0.6.6claws49
12688
12689         * src/prefs.h
12690                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12691                 toggle widget, because non static prefs can not use
12692                 prefs_set_* functions
12693         * src/prefs_account.c
12694                 toggle smtp auth password field sensitivity if
12695                 user id is empty and add descrition of usage for
12696                 these fields
12697         * src/prefs_folder_item.c
12698                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12699                 callbacks
12700
12701 2002-01-11 [melvin]     0.6.6claws48
12702
12703         * src/compose.c
12704                 fix the 'Ctrl-Enter' feature for sending and test really
12705                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12706                 editables which was not documented in Gtk)
12707
12708         * src/summaryview.c
12709                 Made summaryview refresh after sorting and not before.
12710
12711 2002-01-11 [christoph]  0.6.6claws47
12712
12713         * src/compose.c
12714                 select account from account ids if possible and
12715                 correctly set save folder for copy in reedit
12716
12717 2002-01-10 [paul]       0.6.6claws46
12718
12719         * sync with sylpheed 0.7.0 release
12720                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12721                 2002-01-09
12722
12723 2002-01-09 [alfons]
12724
12725         * src/summaryview.c
12726                 remove more dirt traces...
12727
12728 2002-01-09 [alfons]
12729         
12730         * src/summaryview.c
12731                 clean up some traces of my debugging stuff
12732
12733 2002-01-09 [alfons]     0.6.6claws45
12734
12735         * src/filtering.c
12736                 break up filteringprop_apply() in three separate pieces
12737                 so we can drop messages that failed processing in the
12738                 inbox
12739
12740         * src/summaryview.c
12741                 fix bug #469598 "no refresh of inbox after filter" which 
12742                 was introduced by the new summary view locking, and which 
12743                 prevented the summary view to update after a manual filter 
12744                 message. claw's filter message requires a summary_show().
12745                 (aargh, summary_show() again! :-)
12746                 
12747 2002-01-07 [alfons]     0.6.6claws44
12748
12749         * src/headerwindow.c
12750         * src/logwindow.c
12751         * src/messageview.c
12752         * src/sourcewindow.c
12753                 bring in Hiro's last 0.7.0 wm class fixes
12754
12755         * tools/sylprint.pl
12756                 bring in Ricardo's fix for sylprint script
12757
12758         * AUTHORS       
12759         * src/rfc2015.[ch]
12760         * src/prefs_common.[ch]
12761         * src/prefs_account.[ch]
12762         * src/compose.c
12763                 clean up account preference poison in rfc2015,
12764                 and preparation to fix double sign bug 
12765                 (patch submitted by Simon 'corecode' Schubert)
12766
12767 2002-01-07 [christoph]  0.6.6claws43
12768
12769         * src/mh.c
12770                 search for free message number, do not only rely
12771                 on last_num
12772         * src/send.c
12773                 fix smtp auth and use extra account information
12774                 if available, if not use pop3 data instead
12775                 (closes bug #500341)            
12776         * src/ssl.[ch]
12777                 match coding style
12778
12779 2002-01-06 [alfons]     0.6.6claws42
12780
12781         * src/mainwindow.c
12782                 try making the separate windows work again...
12783
12784 2002-01-06 [alfons]     0.6.6claws41
12785
12786         * src/mainwindow.c
12787                 adapt Hiro's separate window menu (to get rid of the funny
12788                 duplicate menu items), and make it work again
12789
12790 2002-01-06 [alfons]     0.6.6claws40
12791
12792         * tools/Makefile.am
12793         * tools/sylprint.rc
12794         * tools/sylprint.pl
12795         * tools/README.sylprint
12796                 add sylprint script for printing mails from Sylpheed
12797                 (contributed by Ricardo Mones Lastra)
12798
12799         * src/acount.c
12800                 clean up
12801
12802 2002-01-06 [melvin]     0.6.6claws39
12803
12804         * src/mainwindow.c
12805         * src/summaryview.c
12806                 Fixed crash introduced in 0.6.6claws38 by the menu
12807                 reorganisation (Hide read messages)
12808         
12809         * ChangeLog.claws 
12810                 Fixed typo (we are now in 2002, alfons ;) )
12811
12812 2002-01-05 [alfons]     0.6.6claws38
12813
12814         * sync with sylpheed 0.6.6cvs10-17
12815                 (last stuff marked as LAST_STABLE)
12816
12817 2002-01-04 [melvin]     0.6.6claws37
12818
12819         * src/account.c
12820                 Made account selection code use strcasestr again instead of
12821                 g_strcasecmp (fixes bug where reediting queued messages
12822                 did not select proper account reported by T. Link).
12823         
12824         * src/folderview.c
12825                 Fix bug where folder icons are not shown when 'hide read messages'
12826                 is on.
12827         
12828         * src/stock_pixmaps.[ch]
12829                 Added folder icons for 'hide read messages'.
12830         
12831         * src/compose.c
12832                 Fixed bug where 'Enter' in a header entry will send the message 
12833                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12834
12835 2002-01-03 [melvin]     0.6.6claws36
12836         
12837         * src/prefs.[ch]
12838                 Added popup menu for common preferences and
12839                 account preferences (right click on tab displays
12840                                 a menu of all tabs.)
12841
12842 2002-01-02 [melvin]     0.6.6claws35
12843
12844         * src/gtkspell.[ch]
12845                 Made spelling code compatible with undo/redo feature.
12846                 Added creation of suggestion mode menu for the general
12847                         preferences.
12848         
12849         * src/prefs_common.[ch]
12850                 Added option menu for the speller's suggestion mode.
12851                 Added missing spaces in "..." buttons and made a "..."
12852                         button non translatable!
12853         
12854         * src/compose.c
12855                 Made speller use the default suggestion mode.
12856                 Hack to make it possible to choose 'CTRL-Enter' as a
12857                         shortcut for sending (and only for sending).
12858
12859         * src/prefs_folder_item.c
12860                 Changing subject simplification does not update cache 
12861                         anymore (because it is unnecessary).
12862                 Fixed bug where changing subject simplification updated the 
12863                         summaryview even when the viewed folder is not the
12864                         folder which properties are being changed. (E.g. 
12865                                         viewing folder A and changing
12866                                         the subject simplification of 
12867                                         folder B -not being viewed- updated the 
12868                                         summaryview of folder A with data of
12869                                         folder B). (Hope this is clear... )
12870
12871 2001-12-31 [alfons]     0.6.6claws34
12872         
12873         * src/ldif.c
12874         * src/mutt.c
12875                 fgetc() returns a signed integer which doesn't
12876                 fit in a char. so c truncates this to a char
12877                 but we may lose significant bits. i.e. we may
12878                 comparing 0xFF which may not be equal to -1
12879                 unless properly casted to signed char which
12880                 we won't do because fgetc() returns a signed
12881                 integer which doesn't fit in a char. so c 
12882                 truncates this to a char but we may lose 
12883                 significat bits. (you got the idea, thanks
12884                 to Gustavo Noronha Silva <kov@debian.org>
12885                 and the Debian folks!)
12886
12887 2001-12-30 [alfons]     0.6.6claws33
12888
12889         * src/prefs_common.c
12890                 add #ifdef USE_PSPELLs that Melvin forgot               
12891
12892 2001-12-30 [melvin]     0.6.6claws32
12893         
12894         * src/prefs_common.[ch]
12895                 Added configurable color for misspelled words.
12896
12897         * src/gtkspell.[ch]
12898                 Fixed bug of foreground text color (reported by David
12899                                 Mehrmann)
12900                 Added configurable color for misspelled words.
12901
12902 2001-12-30 [alfons]     0.6.6claws31
12903
12904         * src/folder.c
12905                 remove unnecessary things someone put there
12906
12907         * src/mh.c
12908         * src/folder.[ch]
12909                 make folder properties (like threading and sorting) persistent
12910                 (closes bug #497424 "rescan folder tree resets proprieties")
12911                 currently this is only for MH folders. 
12912
12913 2001-12-29 [melvin]     0.6.6claws30
12914
12915         * src/string_match.[ch]
12916                 Optimized a bit: regexp pattern buffer compiled only once, and
12917                   one subroutine call removed. Fixed ^ regexp search: Now, 
12918                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12919         
12920         * src/summaryview.c
12921                 Subject filtering changed to filter summary columns and
12922                   not directly the messages subject cache. The loss in 
12923                   performance is balanced by the improvement of string_match.
12924                 Added an alert panel if there is an error in the regexp.
12925
12926         * src/src/prefs_folder_item.h
12927                 Added a regexp pattern buffer.
12928
12929 2001-12-28 [alfons]     0.6.6claws29
12930
12931         * src/string_match.[ch]
12932                 clean up name space
12933                 allow compilation *BSD
12934
12935 2001-12-27 [alfons]     0.6.6claws28
12936
12937         * src/filter.c
12938                 sync the Hiro's bug fix for BSD
12939
12940 2001-12-27 [melvin]     0.6.6claws27
12941         
12942         * src/compose.c
12943                 Simplify focus to subject entry code.
12944
12945 2001-12-27 [darko]      0.6.6claws26
12946
12947         * src/filtering.c
12948         * src/mbox_folder.c
12949         * src/messageview.c
12950         * src/mh.c
12951         * src/procheader.[ch]
12952         * src/procmsg.h
12953         * src/stock_pixmap.[ch]
12954         * src/summaryview.c
12955                 Show key icon for encrypted mails in summary view
12956
12957         * src/pixmaps/clip.xpm
12958         * src/pixmaps/clipkey.xpm
12959         * src/pixmaps/key.xpm
12960                 New/modified icons for the above
12961
12962 2001-12-27 [melvin]     0.6.6claws25
12963
12964         * src/prefs_common.c
12965                 Put spell checker options in a separate tab to decrease
12966                 the Common Preferences window height.
12967
12968         * README.claws  
12969                 Update spell checker usage instruction about its options
12970                 location.
12971
12972 2001-12-27 [melvin]     0.6.6claws24
12973
12974         * src/compose.c
12975                 Changed subject entry widget position. Initial focus is
12976                 on the To header instead of the subject entry.
12977                 Creating a new header scrolls the header list to make the
12978                 created one visible. Nevertheless, when automatically filling
12979                 headers, the first one is shown.
12980                 A Tab key press in the last empty header entry zips the 
12981                 focus to the subject entry.
12982                 (I did not change the combo boxes, yet)
12983
12984 2001-12-26 [alfons]     0.6.6claws23
12985
12986         * src/prefs_account.c
12987         * src/inc.c
12988                 allow default inbox to reside in another mailbox (only
12989                 works for POP3 accounts)
12990
12991 2001-12-26 [alfons]     0.6.6claws22
12992         
12993         * src/textview.c
12994                 make reply-on-click work with the account of the selected folder
12995         * src/compose.c
12996                 put a fixme here to remind me to fix finding correct default
12997                 account for nested folders
12998
12999 2001-12-25 [alfons]     0.6.6claws21
13000
13001         * src/summaryview.c
13002                 make column headers display locked and mark pixmaps (idea by Melvin) 
13003                 fix bug by adding score and locked column type to sort array
13004
13005 2001-12-25 [alfons]     0.6.6claws20
13006         
13007         * src/summaryview.c
13008                 catch a *potentially* inadvertent write back of  
13009                 the message cache(s) introduced by 0.6.5claws37
13010
13011 2001-12-25 [christoph]  0.6.6claws19
13012
13013         * src/stock_pixmap.[ch]
13014         * src/summaryview.c
13015                 add ignore thread pixmap
13016                 (can someone draw a better icon for this?)
13017
13018 2001-12-24 [alfons]     0.6.6claws18
13019
13020         * src/prefs_folder_item.c
13021                 make address completion actually work for the
13022                 Default To address in the Folder Property dialog.
13023
13024 2001-12-24 [alfons]     0.6.6claws17
13025         
13026         * src/summaryview.c
13027                 use new style regexp for subject stripping 
13028                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13029
13030 2001-12-24 [darko]      0.6.6claws16
13031
13032         * src/pgptext.c
13033         * src/rfc2015.c
13034                 move GPG related informational messages to debug mode
13035
13036 2001-12-23 [alfons]     0.6.6claws15
13037
13038         * src/stock_pixmap.[ch]
13039         * src/summaryview.c
13040                 add the forgotten Claws' locked pixmap
13041
13042 2001-12-23 [alfons]     0.6.6claws14
13043
13044         * src/filesel.c
13045                 accept file name typed in entry in multi file
13046                 selector (patch submitted by Gustavo Noronha Silva 
13047                 <kov@debian.org>)
13048
13049 2001-12-23 [alfons]     0.6.6claws13
13050
13051         * src/prefs_filter.c
13052         * src/prefs_filtering.c
13053         * src/matcher.c
13054         * src/importmutt.c
13055                 clean up a little bit
13056         
13057         * src/string_match.c
13058                 validate input strings a little bit more
13059
13060 2001-12-23 [alfons]     0.6.6claws12
13061
13062         * src/Makefile.am
13063         * src/summaryview.c
13064         * src/string_match.[ch]         ** NEW **
13065         * src/folderview.[ch]
13066         * src/headerview.h
13067         * src/folder.[ch]
13068         * src/prefs_folder_item.[ch]
13069                 add subject simplification to strip out strings from
13070                 a subject line (esp. handy for mailing lists). 
13071                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13072                 but slightly changed things for better integration.)
13073
13074 2001-12-23 [alfons]     0.6.6claws11
13075
13076         * src/mainwindow.c
13077                 fix bug introduced by submission included in 0.6.5claws52.
13078                 ideally this submission should clean the trash if any trash
13079                 folder has a message. however, the hasTrash variable was
13080                 set to false whenever a trash folder was empty (discarding
13081                 a previously found *filled* trash folder.)
13082
13083                 also edited the code a little bit and made it more safe.
13084
13085 2001-12-22 [alfons]     0.6.6claws10
13086
13087         * src/imap.c
13088                 quick fix for Martin Pool's omission of an account
13089                 specific SSL setting
13090
13091 2001-12-22 [alfons]     0.6.6claws9
13092
13093         * src/compose.c
13094         * src/messageview.c
13095         * src/mimeview.c
13096         * src/pgptext.c
13097         * src/procmime.[ch]
13098                 better support for multipart/digest (submitted
13099                 by Fredrik <e98fo@efd.lth.se>)
13100
13101 2001-12-22 [alfons]     0.6.6claws8
13102
13103         * src/addressbook.c
13104                 correct function signature
13105         * src/socket.[ch]
13106         * src/imap.[ch]
13107         * src/prefs_account.[ch]
13108                 allow IMAP over SSH tunnel (patch submitted by 
13109                 Martin Pool <mbp@samba.org>)
13110
13111 2001-12-21 [alfons]     0.6.6claws7
13112
13113         * sync with sylpheed 0.6.6cvs4-9
13114                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13115
13116 2001-12-21 [christoph]  0.6.6claws6
13117
13118         * src/compose.c
13119         * src/prefs_folder_item.[ch]
13120                 implement saving of outgoing messages to current folder.
13121                 fix segfault when no default outbox is available
13122                 (closes bug #495683)
13123
13124 2001-12-21 [carsten]    0.6.6claws5
13125         * src/folderview.c
13126         * src/summaryview.c
13127                 pressing CTRL while DND does now the expected thing and
13128                 copies the mail (moving is still the default, as this
13129                 seam more appropriate for handling mails by DND)
13130
13131 2001-12-18 [paul]       0.6.6claws4
13132
13133         * sync with sylpheed 0.6.6cvs3
13134                 see ChangeLog entries 2001-12-18
13135
13136 2001-12-18 [hiro]       0.6.6claws3
13137
13138         * src/undo.c
13139                 fix for multibyte characters (obtain the number of letters
13140                 instead of bytes).
13141
13142 2001-12-17 [paul]       0.6.6claws2
13143
13144         * sync with sylpheed 0.6.6cvs1
13145                 see ChangeLog entry 2001-12-16
13146
13147 2000-12-17 [alfons]     0.6.6claws1
13148
13149         * src/filtering.c
13150                 clean up
13151
13152 2001-12-16 [paul]       0.6.6claws
13153 2001-12-15
13154
13155         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13156
13157         * src/mimeview.c
13158                 last minute sync with main 0.6.6
13159
13160         * po/es.po
13161                 updated by Ricardo Mones Lastra
13162                 update for last minute sync
13163         * po/fr.po
13164         * po/nl.po
13165                 update for last minute sync
13166         * po/de.po
13167                 updated by Jens Oberender
13168         * po/pt_BR.po
13169                 updated by Fabio Junior Beneditto
13170
13171         * src/prefs_common.[ch]
13172         * src/undo.c
13173                 number of undo levels is user configurable
13174                 (squeeze it into the release in the dying
13175                 moments) Submitted by Jens Oberender    
13176
13177 2001-12-15 [melvin]
13178
13179         * po/fr.po
13180                 updated french translation
13181
13182 2001-12-15 [paul]       0.6.5claws92
13183
13184         * sync with sylpheed 0.6.5cvs28
13185                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13186
13187         * po/nl.po
13188                 update to allow for sync
13189
13190 2001-12-15 [alfons]
13191         
13192         * po/nl.po
13193                 update dutch translation
13194
13195 2001-12-14 [carsten]    0.6.5claws91
13196         * src/summaryview.c
13197                 fixed bug #473785; also after changing the column order
13198                 the same message will be selected and displayed as before
13199                 the reordering
13200
13201 2001-12-14 [carsten]    0.6.5claws90
13202         * src/folderview.c
13203                 probably found the bug reported by wwb opening or closing
13204                 a folder tree just before dnd (found the solution in the
13205                 balsa source -- thanks to them)
13206
13207 2001-12-14 [carsten]    0.6.5claws89
13208         * src/gtkutils.c
13209         * src/account.c
13210                 moved gtk_clist_moveto to the right place, so that
13211                 only the accounts dialog is effected on opening
13212
13213 2001-12-14 [carsten]    0.6.5claws88
13214         * src/gtkutils.c
13215                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13216                 now, so that the focused row will be seen in any case
13217                 (reported by wwp on sf-claws-user)
13218
13219 2001-12-14 [darko]      0.6.5claws87
13220
13221         * src/compose.c
13222                 remove unnecessary line
13223
13224 2001-12-14 [paul]       0.6.5claws86
13225
13226         * sync with sylpheed 0.6.5cvs27
13227                 see ChangeLog entries 2001-12-14
13228
13229 2001-12-14 [carsten]    0.6.5claws85
13230         * src/mainwindow.c
13231                 following a suggestion of Melvin the rcoabm pops up
13232                 right under the button now and the button is reliefed
13233                 while the popup is open
13234
13235 2001-12-14 [darko]      0.6.5claws84
13236
13237         * src/compose.c
13238                 fix crash when wrapping long lines if linewrap quotation
13239                 is disabled and wrapper encounters a word spanning more
13240                 than one line
13241
13242 2001-12-13 [paul]       0.6.5claws83
13243
13244         * src/compose.c
13245                 prefer 'Reply-To' header over mailing list header when
13246                 replying to a message. Finally prevent all those confirmation 
13247                 messages being sent to the list itself.
13248
13249         * src/summaryview.c
13250                 remove unused summary_set_menu_sensitive() entry
13251
13252 2001-12-13 [paul]       0.6.5claws82
13253
13254         * src/folderview.c
13255         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13256         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13257         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13258                 improvements to 'Hide read messages': Inbox, Outbox,
13259                 Trash, Queue, and Draft icons now reveal presence of hidden 
13260                 messages
13261
13262 2001-12-12 [alfons]     0.6.5claws81
13263
13264         0.6.5claws80 was tagged as LAST_STABLE
13265
13266         * src/filtering.[ch]
13267         * src/matcher.[ch]
13268         * src/matcher_parser_lex.c
13269                 fix the filtering; my last attempt to get it right, 
13270                 if it does not work, it's Hoa's turn. ;-)
13271
13272                 for my honourable peers:
13273                 
13274                 the code now makes a clear distinction between
13275                 rules as they are displayed (probably escaped),
13276                 and as they are executed (probably unescaped). the
13277                 parser does *NOT* do any unescaping, this is
13278                 the task of the matcher.c (which breaks up a
13279                 rule into condition) and the filtering.c (which
13280                 breaks up the rule's action). to make this
13281                 run happily we provide an unescaped copy of
13282                 crucial strings to the MatcherProp and 
13283                 FilteringAction structures. note that the only
13284                 exception to this is any REGEXP string. those
13285                 are directly passed to regcomp() and regexp()
13286                 (who have much more powerful unescape functions).
13287                 
13288                 for everyone else:
13289         
13290                 you can escape tab (\t), carriage return (\r),
13291                 linefeed (\n), form feed (\f), quote (\"), 
13292                 single quote (\'), bell (\b) in all the entry
13293                 lines in the scoring & filtering dialogs.
13294                 as an added bonus this should not affect
13295                 existing filtering rules.
13296
13297 2001-12-12 [carsten]    0.6.5claws80
13298
13299         * src/summaryview.c
13300         * po/de.po
13301                 "item(s) selected" is now sensitive to 1 or more
13302                 than one selected (nice for language where simple
13303                 adding of a "s" is not possible as German (Eintrag
13304                 ->Eintr"age)
13305                 
13306                 the "forward as attachment" entry from the right
13307                 click menu removed, "forward" acts following the
13308                 prefs
13309         
13310         * src/textview.c
13311                 reverted my former changes; so compiler warning again
13312                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13313                 nevertheless
13314
13315         * src/messageview.c
13316                 "search in message" does now *not* only work in MVIEW_TEXT
13317                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13318                 message
13319
13320         * src/mainwindow.c
13321                 removed "/File/_Close" as it was the same as "/File/E_xit"
13322                 and we don't need it two times
13323
13324                 the separate folder view and message view now get a distinct
13325                 WMCLASS, just in case someone is using sawfish ;-)
13326
13327                 as the menu entries "/View/Message view" and "/View/Folder tree"
13328                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13329                 make them sensitive accordingly and as these two are "shown"
13330                 after startup anytime check this menuitem at startup
13331
13332 2001-12-12 [paul]       0.6.5claws79
13333
13334         * src/folderview.c
13335                 fix sensitivity of 'Search folder...', broken in
13336                 0.6.5claws75
13337
13338         * src/mainwindow.c
13339                 fix dodgy English
13340
13341 2001-12-11 [carsten]    0.6.5claws78
13342         * src/filtering.c
13343                 fixed two typos returning a wrong FALSE/TRUE
13344         * src/mainwindow.[ch]
13345                 extra menu for email/news button removed
13346
13347 2001-12-11 [alfons]     0.6.5claws77
13348         
13349         * src/matcher.c                 (1.3)
13350         * src/matcher_parser_lex.l      (1.28)
13351                 revert for another attempt
13352                 mark 0.6.5claws77 as LAST_STABLE
13353
13354 2001-12-11 [christoph]  0.6.5claws76
13355
13356         * po/de.po
13357                 fixed wrong translation for prev. unread msg
13358
13359 2001-12-11 [paul]       0.6.5claws75
13360
13361         * src/folder.[ch]
13362         * src/folderview.c
13363         * src/mainwindow.c
13364         * src/summaryview.[ch]
13365         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13366                 enable ability to hide read messages on per folder basis via 
13367                 '/Summary/Hide read messages'; when selected, a folder will 
13368                 have a red open folder icon, instead of a blue icon, if the 
13369                 folder contains hidden messges
13370                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13371
13372         * src/mainwindow.c
13373                 remove '/Message/Forward as attachment' from 
13374                 main_window_set_menu_sensitive() to prevent debug warning
13375
13376         * src/folderview.c
13377         * src/mainwindow.c
13378                 Clean up some of the English
13379
13380         * tools/newscache_clean.pl
13381                 allow for new 'hidereadmsgs' entry in folderlist.xml
13382
13383         * po/es.po
13384                 updated translation, submitted by Ricardo Mones Lastra
13385
13386 2001-12-11 [paul]       0.6.5claws74
13387
13388         * sync with sylpheed 0.6.5cvs25
13389                 see ChangeLog entry 2001-12-11
13390
13391 2001-12-10 [alfons]     0.6.5claws73
13392
13393         * src/matcher.c
13394                 add more control characters
13395         * src/matcher_parser_lex.l
13396                 make escaping / unescaping work again
13397
13398 2001-12-10 [alfons]     0.6.5claws72
13399
13400         * src/imap.c
13401                 clean up warnings "returning value for void function" 
13402         * src/prefs_filtering.c
13403                 make info button for execute action sensitive
13404
13405 2001-12-10 [paul]       0.6.5claws71
13406
13407         * src/compose.c
13408         * src/imap.[ch]
13409         * src/summaryview.c
13410                 fix: imap server now gets informed of MARKED, UNMARKED
13411                 and REPLY events. Now people can use different IMAP-Mail
13412                 clients and have the exact same information about MARKED,
13413                 UNMARKED and REPLY status with all of them. Especially
13414                 useful for imap servers with a web-frontend.
13415                 submitted by Tobias Sandhaas <medlor@web.de>
13416
13417 2001-12-09 [melvin]     0.6.5claws70
13418         
13419         * src/textview.[ch]
13420                 fixed bug #490076 (hunted down by Alfons who implemented
13421                 a workaround in 0.6.5claws65)
13422
13423 2001-12-09 [christoph]  0.6.5claws69
13424
13425         * src/summaryview.c
13426                 set pointer to string in LOCKED column to NULL
13427                 (might fix bug #490800)
13428
13429 2001-12-09 [carsten]    0.6.5claws68
13430
13431         * po/de.po
13432                 resolved some cluttered menu shortcuts 
13433                 ('creating new email' and 'creating news message'
13434                 hade the same)
13435         * src/compose.c
13436                 wmclass now distinc from main window
13437         * src/mainwindow.c
13438           src/mainwindow.h
13439                 email/news and forward button functionality similar
13440                 to the reply buttons; removed the ugly dropdown arrows
13441                 and use instead the right mouse button
13442
13443 2001-12-09 [paul]       0.6.5claws67
13444
13445         * src/imap.c
13446         * src/utils.h
13447                 allow spaces in imap folder names
13448                 submitted by Willem van Engen <wvengen@stack.nl>
13449
13450 2001-12-09 [paul]       0.6.5claws66
13451
13452         * sync with sylpheed 0.6.5cvs24
13453                 see ChangeLog entry 2001-12-09
13454
13455 2001-12-08 [alfons]     0.6.5claws65
13456
13457         * src/textview.c
13458                 prevent secondary selection claim after "add to sender" dialog
13459                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13460                 we trick GTK by simulating a click at (0, 0) in the textview.
13461
13462 2001-12-08 [hoa]        0.6.5claws64
13463
13464         * src/folder.c
13465                 fixed a bug about the .processing folder name while filtering
13466
13467 2001-12-08 [alfons]     0.6.5claws63
13468
13469         * src/folderview.c 
13470                 work around problem of not correctly updating folder stats
13471                 when deleting messages. there's some folder scanning evil
13472                 going so the folderview_update_msg_num() does not work
13473                 correctly. need to investigate this.
13474
13475 2001-12-08 [paul]       0.6.5claws62
13476
13477         * sync with sylpheed 0.6.5cvs23
13478                 see ChangeLog entry 2001-12-08
13479
13480 2001-12-07 [christoph]  0.6.5claws61
13481
13482         * src/compose.c
13483                 fix another header translation problem
13484
13485 2001-12-07 [alfons]     0.6.5claws60
13486
13487         * src/mbox.c
13488                 make filtering also work on local spool mbox
13489
13490 2001-12-07 [carsten]    0.6.5claws59
13491         * src/addressbook.c
13492                 addressbook window gets a wmclass distinct from the main
13493                 sylpheed window
13494         * src/compose.h
13495         * src/mainwindow.[ch]
13496                   forward menu item will use mode selected in prefs, forward 
13497                 as attatchment in menu removed (will be substituted in the
13498                 toolbar similar to reply buttons)
13499                   create news message menu entry and news button is now 
13500                 sensitive to the existance of a news account
13501         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13502         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13503         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13504                 these are removed because the toolbar buttons don't show
13505                 the quoting modus any longer
13506
13507 2001-12-07 [paul]
13508
13509         * tools/newscache_clean.pl      ** NEW FILE **
13510                 perl script to do some tidying up in the newscache directory 
13511                 
13512         * tools/sylpheed-switcher       ** NEW FILE **
13513                 perl script to enable easy switching between main and claws
13514                 
13515         * tools/README
13516                 added descriptions of the two new perl scripts          
13517
13518
13519 2001-12-07 [melvin]     0.6.5claws58
13520
13521         * src/messageview.c
13522                 fixed a warning during compilation introduced in 0.6.5claws56
13523
13524 2001-12-07 [paul]       0.6.5claws57
13525
13526         * src/mainwindow.[ch]
13527         * src/menu.[ch]
13528                 further usability enhancements to replying with or without 
13529                 quoting via the toolbar, use of Ctrl key is replaced by 
13530                 drop down menu 
13531                 Submitted by Carsten Schurig            
13532
13533 2001-12-07 [melvin]     0.6.5claws56
13534
13535         * src/messageview.c
13536                 hack to fix bug that prevented to make/paste selections
13537                 after switching between MVIEW_TEXT and MVIEW_MIME views
13538                 without deselecting the selection first.
13539
13540 2001-12-06 [alfons]     0.6.5claws55
13541
13542         * src/filtering.[ch]
13543         * src/inc.c
13544                 revise filtering a little bit more, and make sure
13545                 messages are delivered to the appropriate inbox
13546                 (perhaps set per account)
13547
13548 2001-12-06 [paul]       0.6.5claws54
13549
13550         * sync with sylpheed 0.6.5cvs22
13551                 see ChangeLog entry 2001-12-06
13552
13553 2001-12-05 [alfons]     0.6.5claws53
13554
13555         * src/inc.c
13556         * src/folder.[ch]
13557         * src/procmsg.c
13558         * src/filtering.c
13559                 more revisions of filtering system
13560                 (last stable version is marked as LAST_STABLE)
13561                 
13562                 | NOTE 1): the filtering system now uses a local folder called
13563                 | .processing. if filtering fails, check this directory
13564                 | for missing messages.
13565                 |
13566                 | NOTE 2): help us find the filtering actions still missing
13567
13568 2001-12-05 [paul]       0.6.5claws52
13569
13570         * src/mainwindow.c
13571                 fix bug where 'Empty Trash?' pop-up window appears even
13572                 when Trash is empty, submitted by Jesse Skinner         
13573
13574 2001-12-05 [melvin]     0.6.5claws51
13575
13576         * src/compose.c
13577                 fixed bug #486106 to select correct account when reediting 
13578                 a queued message
13579         
13580 2001-12-04 [alfons]     0.6.5claws50
13581
13582         * src/mh.c
13583                 declare markfile in appropriate functions when
13584                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13585                 for spotting this)
13586
13587 2001-12-04 [paul]       0.6.5claws49
13588
13589         * sync with sylpheed 0.6.5cvs21
13590                 see ChangeLog entry 2001-12-04
13591
13592 2001-12-03 [christoph]  0.6.5claws48
13593
13594         * po/de.po
13595                 changed translation of undo
13596         * src/account.c
13597         * src/folder.c
13598                 don't reinvent the wheel to traverse a GNode
13599         * src/compose.[ch]
13600                 seperate code to create the compose gui into functions
13601                 add "Others" page with folder selection for saving copy
13602                 of the message.
13603                 the folder identifier is saved to queue header
13604         * src/procmsg.c
13605                 save message to folder in queue header
13606
13607 2001-12-03 [paul]       0.6.5claws47
13608
13609         * sync with sylpheed 0.6.5cvs20
13610                 see ChangeLog entry 2001-12-03
13611
13612 2001-12-01 [paul]
13613
13614         * more sync with sylpheed 0.6.5cvs19
13615                 see ChangeLog entry 2001-11-29
13616
13617 2001-11-30 [paul]       0.6.5claws46
13618         
13619         * src/compose.c
13620                 remove conflicts introduced by Hoa's last commit
13621          
13622         * src/mainwindow.c
13623                 make 'Message/Bounce' sensitive
13624
13625 2001-11-30 [hoa]        0.6.5claws45
13626
13627         * src/compose.c
13628                 slightly change bounce function to add
13629                 information about the user that bounced the mail
13630                 in the From header line.
13631
13632         * src/folderview.c
13633                 permit the use of processing in outbox folder.
13634
13635 2001-11-29 [paul]       0.6.5claws44
13636
13637         * src/mainwindow.[ch]
13638         * src/prefs_common.c
13639         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13640         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13641         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13642                 usability enhancements to the quoting, implements
13643                 use of Ctrl key to toggle quoting settings
13644                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13645
13646 2001-11-29 [paul]       0.6.5claws43
13647         
13648         * sync with sylpheed 0.6.5cvs19
13649                 see ChangeLog entry 2001-11-28
13650
13651 2001-11-29 [melvin]     0.6.5claws42
13652         * src/Makefile.am
13653                 added enriched.[ch] to the list of files
13654
13655         * src/textview.c
13656         * src/mimeview.c
13657         * src/procmime.[ch]
13658         * src/enriched.[ch]
13659                 added support to view text/enriched
13660                 added support to show headers in message view for text/enriched and text/html
13661                         in non multipart messages
13662
13663 2001-11-28 [paul]       0.6.5claws41
13664
13665         * more sync with sylpheed 0.6.5cvs18
13666                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13667
13668 2001-11-27 [paul]       0.6.5claws40
13669         
13670         * po/pt_BR.po
13671                 updated translation, submitted by Fabio Junior Beneditto
13672                 
13673         * sync with sylpheed 0.6.5cvs18
13674                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13675                 2001-11-27
13676
13677
13678 2001-11-26 [paul]
13679
13680         * po/es.po
13681                 updated translation, submitted by Ricardo Mones Lastra
13682
13683 2001-11-26 [alfons]
13684
13685         * src/matcher.c
13686                 add more translatable strings
13687
13688 2001-11-26 [christoph]  0.6.5claws39
13689
13690         * po/de.po      
13691                 fixed one more umlaut
13692         * src/compose.c
13693                 fix translated header when it should not be translated
13694
13695 2001-11-26 [paul]       0.6.5claws38
13696
13697         * src/mainwindow.c
13698                 remove '/Message/Add Sender to address book' from 
13699                 main_window_set_menu_sensitive(), prevent debug warning
13700                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13701
13702 2001-11-26 [paul]       0.6.5claws37
13703
13704         * src/summaryview.c
13705                 fix 'recurring unread state' bug 
13706
13707         * tools/README 
13708         * tools/filter_conv.pl
13709                 read name of top level mailbox from folderlist.xml
13710                 and presume nothing about its name              
13711
13712 2001-11-26 [darko]      0.6.5claws36
13713
13714         * src/gtkstext.[ch]
13715                 removed functions that are now in gtkutils.c
13716                 use gtkut_text_is_uri_string() from gtkutils.c
13717         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13718
13719 2001-11-26 [paul]       0.6.5claws35
13720
13721         * sync with sylpheed 0.6.5cvs16
13722                 see ChangeLog entries 2001-11-25 and 2001-11-26
13723
13724 2001-11-25 [alfons]     0.6.5claws34
13725
13726         EXPERIMENTAL!!! Please checkout the last stable version using: 
13727           
13728         % cvs update -r LAST_STABLE -dRAP
13729
13730         (Or help us testing this stuff.)
13731
13732         * src/filtering.c               (1.14)
13733         * src/filtering.h               (1.6)
13734         * src/inc.c                     (1.28)
13735         * src/matcher.c                 (1.20)
13736         * src/mbox.c                    (1.9)
13737         * src/procmsg.h                 (1.14)
13738         * src/summaryview.c             (1.59)
13739         * src/summaryview.h             (dunno)
13740                 revert/merge/sync to as it was before commit 
13741                 on Thu, 19 Jul 2001 10:15:51 -0700.
13742
13743 2001-11-25 [hoa]        0.6.5claws33
13744
13745         * src/main.c
13746                 processing mails at startup
13747
13748         * src/folderview.c
13749         * src/summaryview.[ch]
13750                 processing mails when entering folder
13751
13752         * src/prefs_filtering.c
13753                 fixed some UI bugs
13754
13755 2001-11-24 [alfons]     0.6.5claws32
13756
13757         * src/summaryview.[ch]
13758                 make summary sort headers work, and also make
13759                 sure the sort type is stored
13760
13761 2001-11-23 [alfons]     0.6.5claws31
13762
13763         * src/summaryview.[ch]
13764                 make lock work like mark
13765                 disallow deleting messages marked as locked
13766
13767 2001-11-23 [alfons]     0.6.5claws30
13768
13769         * src/gtkstext.c
13770         * src/compose.[ch]
13771         * src/Makefile.am
13772         * src/undo.[ch]
13773                 merge undo patch submitted by Jens
13774
13775 2001-11-23 [christoph]  0.6.5claws29
13776
13777         * src/.cvsignore
13778                 added ylwrap
13779         * src/compose.c
13780                 fixed gpg signing and encoding
13781         * src/folder.[ch]
13782         * src/main.c
13783                 added --status option to get new, unread and total
13784                 message count from a running sylpheed
13785         * src/prefs_common.c
13786                 temporary fix for reply_with_quote problem
13787                 (don't call functions for non existing widget)
13788         * src/procmsg.c
13789                 one more check for ignored threads but still not
13790                 always working correctly. probably a recursive
13791                 check for all parents is needed
13792
13793 2001-11-23 [darko]      0.6.5claws28
13794
13795         * src/compose.c
13796                 wrapping on send improvements
13797         * src/gtkutils.[ch]
13798                 fix for GtkSText after last sync with main branch
13799                 GTK_TEXT -> GTK_STEXT
13800
13801 2001-11-23 [paul]       0.6.5claws27
13802
13803         * sync with sylpheed 0.6.5cvs14
13804                 see ChangeLog entries 2001-11-22 and 2001-11-23
13805                 
13806         * po/de.po
13807                 fixed the scrambled umlauts 
13808                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13809
13810 2001-11-21 [paul]       0.6.5claws26
13811
13812         * sync with sylpheed 0.6.5cvs12
13813                 see 2nd ChangeLog entry dated 2001-11-20
13814
13815 2001-11-20 [paul]       0.6.5claws25
13816
13817         * sync with sylpheed 0.6.5cvs11
13818                 see ChangeLog entry 2001-11-19 (src/utils.c)
13819
13820 2001-11-20 [hiro]
13821
13822         * src/compose.c
13823                 GTK_TEXT -> GTK_STEXT
13824                 fix for wrong comment
13825
13826 2001-11-20 [hiro]       0.6.5claws24
13827
13828         * src/compose.[ch]
13829                 more merges from main branch
13830                 removed fatal warnings (uninitialized variables etc.)
13831                 some coding style fix
13832         * src/gtkutils.h
13833                 fixed typo.
13834         * src/addressbook.c
13835           src/addrindex.c
13836                 V-Card -> vCard
13837
13838 2001-11-19 [hoa]        0.6.5claws23
13839
13840         * src/filtering.c
13841         * src/prefs_scoring.c
13842         * src/matcher.[ch]
13843         * src/scoring.c
13844                 cleaning code
13845
13846         * src/matcher_parser_parse.y
13847         * src/prefs_filtering.c
13848                 bouncing
13849
13850 2001-11-19 [alfons]     0.6.5claws22
13851
13852         more of my old things into claws
13853
13854         * src/Makefile.am
13855         * src/prefs_common.c
13856         * src/procmsg.h
13857         * src/summaryview.[ch]
13858         * src/prefs_summary_column.c
13859         * src/pixmaps/locked.xpm
13860                 add indicators for locking of message in summary view
13861                 (does not work yet, only visual indicator)
13862
13863 2001-11-19 [paul]       0.6.5claws21
13864
13865         * sync with sylpheed 0.6.5cvs10
13866                 see ChangeLog entry 2001-11-19
13867
13868 2001-11-18 [alfons]     0.6.5claws20
13869         
13870         * src/filtering.c
13871                 remove an inadvertent free I forgot in previous clean up 
13872
13873 2001-11-18 [alfons]     0.6.5claws19
13874
13875         * src/filtering.[ch]
13876                 clean up & plug leaks
13877
13878 2001-11-18 [paul]       0.6.5claws18
13879
13880         * sync with sylpheed 0.6.5cvs9
13881                 see ChangeLog entries 2001-11-17 and 2001-11-18
13882
13883 2001-11-16 [paul]       0.6.5claws17
13884
13885         * sync with sylpheed 0.6.5cvs8
13886                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13887
13888 2001-11-16 [paul]       0.6.5claws16
13889
13890         * sync with sylpheed 0.6.5cvs7
13891                 see ChangeLog entries 2001-11-15 and 2001-11-16
13892
13893 2001-11-15 [hoa]        0.6.5claws15
13894
13895         * src/compose.c
13896                 fix bounce, mails we received couln't be bounced to ourself.
13897
13898         * src/defs.h
13899         * src/filtering.[ch]
13900         * src/matcher.[ch]
13901         * src/matcher_parser.h
13902         * src/matcher_parser_lex.l
13903         * src/matcher_parser_parse.y
13904         * src/inc.c
13905         * src/main.c
13906         * src/mbox.c
13907         * src/prefs_filtering.[ch]
13908         * src/mainwindow.c
13909         * src/prefs_matcher.c
13910         * src/prefs_scoring.c
13911         * src/scoring.[ch]
13912         * src/summaryview.c
13913                 new matcher/filter/score configuration file parser
13914                 one unique configuration file => ~/.sylpheed/matcherrc
13915                 import in currently automatic, then save are made
13916                 in this new file.
13917                 one filter per folder and one global filter
13918                 (filter of a folder will be used as folder processing)
13919
13920         * src/folder.c
13921                 fix a bug in folder_item_get_identifier
13922                 
13923         * src/messageview.c
13924                 receive receipt return are fixed.
13925
13926 2001-11-14 [alfons]     0.6.5claws14
13927
13928         * src/session.h
13929                 add things from main branch to make claws compile
13930
13931 2001-11-14 [paul]       0.6.5claws13
13932
13933         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13934                 see ChangeLog entries 2001-11-08 to 2001-11-14
13935
13936 2001-11-14 [hoa] 0.6.5claws12
13937
13938         * src/compose.[ch]
13939         * src/mainwindow.c
13940         * src/summaryview.c
13941                 add "bounce mail" option
13942
13943 2001-11-13 [christoph]  0.6.5claws11
13944
13945         * src/compose.c
13946                 Cleanup a mess i add before commiting
13947
13948 2001-11-13 [hoa]        0.6.5claws10
13949
13950         * src/compose.c
13951                 some fixes when mail are sent or
13952                 for crossposts
13953
13954 2001-11-13 [christoph]  0.6.5claws9
13955
13956         * po/de.po
13957                 Changed two string with the same translation
13958         * src/compose.c
13959         * src/procmsg.[ch]
13960         * src/send.[ch]
13961                 New mailsending process:
13962                   - Always queue message before sending
13963                     (message will be saved if sylpheed crashed or
13964                      freezes while sending)
13965                   - Allow queuing of newspostings
13966                   - No copy in outbox before sending
13967                     (closes bug #469501)
13968                   - No more redundant code for send and send_later
13969         * src/summaryview.c
13970                 Applied wwp <subscript@free.fr>'s patch that fixes
13971                 marks for multiple forwarded messages (+compose.c)
13972
13973 2001-11-12 [alfons]
13974
13975         * README.claws
13976                 remove things that are now in main branch
13977         
13978         * po/nl.po
13979                 update Dutch translation
13980
13981 2001-11-12 [mhadasht]   0.6.5.claws8
13982
13983         * src/prefs_common.c
13984                 re-enabled account autoselection feature for forward
13985                 and reedit lost during the branch point for SYNC-B4-REL
13986         * src/gtkspell.c
13987                 gtkpspell_get_dict(): more readable code (even if function is
13988                 not used yet)
13989         * ChangeLog.claws
13990                 added version number info to 2001-11-12 [hiro] comment.
13991
13992 2001-11-12 [hiro]       0.6.5.claws7
13993
13994         * src/compose.c
13995                 compose_forward(): fixed a bug that forward quote mark
13996                 wasn't used.
13997                 removed unnecessary code.
13998         * src/template_select.[ch]: removed.
13999
14000 2001-11-11 [alfons]
14001
14002         * src/compose.c
14003                 :%s/GTK_TEXT/GTK_STEXT/g
14004         
14005         * src/compose.[ch]
14006         * src/undo.[ch]
14007         * src/Makefile.am
14008                 revert the undo stuff (this is 0.6.6claws stuff)
14009
14010 2001-11-11 [hoa]        0.6.5.claws6
14011
14012         * src/compose.[ch]
14013                 Insert signature at the end of the text.
14014                 Added undo patch but currently disabled
14015
14016         * src/procmsg.c
14017                 Threading by subject improved.
14018
14019         * added src/undo.[ch]
14020                 Undo module for compose dialog box.
14021
14022 2001-11-11 [alfons]     0.6.5.claws5
14023
14024         * src/procmsg.c
14025                 prevent threading by subject on nodes that have already been
14026                 threaded by in-reply-to (as in "circular references in a tree
14027                 result in a dead branch")
14028
14029 2001-11-09 [hoa]        0.6.5.claws4
14030         
14031         * src/folderview.c
14032                 allows creation of mbox folder item from any files.
14033
14034 2001-11-09 [alfons]     0.6.5.claws3
14035         
14036         * src/utils.c
14037         * src/procmsg.c
14038                 do what I mean and correct threading by subject so it really
14039                 ignores attracting lines without "Re: "
14040
14041 2001-11-07 [alfons]     0.6.5.claws2
14042
14043         * src/procmsg.c
14044         * src/utils.[ch]
14045                 only attract by subject if a subject line starts with a "Re: "
14046         * src/syldap.c
14047                 remove warning
14048
14049 2001-11-07 [paul]       0.6.5claws1
14050
14051         * sync with sylpheed 0.6.5. release
14052                 see ChangeLog entry 2001-11-07
14053
14054 2001-11-07 [paul]       0.6.4claws31
14055
14056         * sync with sylpheed 0.6.4cvs18
14057                 see ChangeLog entries 2001-10-30 to 2001-11-07
14058                 prefs_templates.[ch] renamed prefs_template.[ch]
14059
14060 2001-11-06 [alfons]
14061         
14062         * src/utils.h
14063                 add semicolon Hoa forgot ;-)
14064                 
14065
14066 2001-11-06 [hoa]        0.6.4claws30
14067         
14068         * src/procmsg.c
14069         * src/summaryview.c
14070         * src/utils.c
14071         * src/utils.h
14072                 threading by subject - empty subject are ignored
14073
14074 2001-11-06 [christoph]  0.6.4claws29
14075
14076         * src/socket.c
14077                 use SSL_peek for sock_gets
14078         * src/utils.c
14079                 removed unneeded pointer in extracting quoted
14080                 names implementation
14081
14082 2001-11-06 [melvin]     0.6.4claws28
14083
14084         * src/gtkspell.c
14085                 fixed bug #476792 Selection overtyping with spell checker
14086                 fixed bug which could cause a buffer overflow
14087                 fixed a memory leak
14088
14089 2001-11-06 [hoa]        0.6.4claws27
14090         
14091         * src/procmsg.c
14092         * src/summaryview.c
14093                 threading by subject
14094
14095 2001-11-05 [alfons]     0.6.4claws26
14096         
14097         * README.claws
14098                 Claws -> Sylpheed (vice versa)
14099
14100         * src/compose.c
14101                 :%s/gtk_text/gtk_stext/g
14102                 :%s/GTK_TEXT/GTK_STEXT/g
14103                 (thanks to Jonathan Ware for spotting this)
14104
14105 2001-11-04 [christoph]  0.6.4claws25
14106
14107         * src/summaryview.c
14108                 replace Xalloca + strdup with Xstrdup_a
14109         * src/utils.c
14110                 better implementation of extracting quoted names
14111                 from addresses (remove backlashes and ignore
14112                 quotes after them)
14113
14114 2001-11-04 [alfons]     0.6.4claws24
14115
14116         * src/utils.[ch]
14117                 edit to comply more with coding style
14118
14119         * src/textview.c
14120                 fix bug reported by Kim Schulz. introduced by the patch integrated
14121                 in 0.6.4claws15. the code did not check the return value of
14122                 the html parser.
14123
14124         * AUTHORS
14125                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14126
14127 2001-11-04 [christoph]  0.6.4claws23
14128
14129         * src/main.c
14130         * src/prefs_common.[ch]
14131                 init some pointers that possibly caused a segfault
14132                 reported in the claws-users ML
14133
14134 2001-11-04 [hoa]        0.6.4claws22
14135
14136         * src/grouplistdialog.c
14137                 change the names of the nodes in the tree
14138
14139         * src/compose.c
14140                 enhanced mailto syntax as described in
14141                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14142                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14143
14144         * src/utils.c
14145                 encode and decode URI (useful when opening URL into
14146                 netscape).
14147
14148 2001-11-03 [hoa]        0.6.4claws21
14149
14150         * src/grouplistdialog.c
14151                 a new newsgroups list selection dialog box
14152                 with a CTree instead of a CList
14153
14154 2001-11-03 [hoa]        0.6.4claws20
14155
14156         * src/folderview.c
14157                 enable property and scoring options when right
14158                 click on "inbox"
14159
14160         * src/summaryview.c
14161                 fixed bug when nickname were displayed using
14162                 the address book.
14163
14164 2001-11-02 [darko]      0.6.4claws19
14165
14166         * src/compose.c
14167                 new wrap quotation and URL/long words wrapping implementation
14168         * src/compose.c src/gtkstext.[ch]
14169                 move gtkstext_strncmp() to gtkstext.c
14170
14171 2001-11-01 [christoph]  0.6.4claws18
14172
14173         * src/prefs_account.c
14174                 fixed mess in account settings dialog
14175         * src/prefs_folder_item.c
14176                 added label with folder path to dialog
14177
14178 2001-10-31 [match]      0.6.4claws17
14179
14180         * src/vcard.c
14181                 fix memory leak.
14182         * src/addrbook.c
14183                 fix generation of spurious address book file names.
14184                 remove redundant functions.
14185         * po/POTFILES.in
14186                 added missing file names.
14187
14188 2001-10-30 [paul]       0.6.4claws16
14189
14190         * sync with sylpheed 0.6.4cvs6
14191                 see ChangeLog entries 2001-10-26 to 2001-10-30
14192
14193         * tools/filter_conv.pl
14194                 read folderlist.xml to discover whether the top-level
14195                 folder is called 'Mailbox' or 'Mail' 
14196
14197 2001-10-29 [paul]       0.6.4claws15
14198
14199         * src/html.c, src/textview.c
14200                 activate links in html mail and fix clickable parts
14201                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14202
14203 2001-10-29 [paul]
14204
14205         * po/de.po, po/es.po, po/pt_BR/po
14206                 updated translations, submitted by Jens Oberender,
14207                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14208
14209 2001-10-29 [darko]      0.6.4claws14
14210
14211         * src/compose.c
14212                 fix wrapping for good
14213
14214 2001-10-29 [darko]
14215
14216         * src/compose.c
14217                 undo previous change as it broke the smart wrapping
14218
14219 2001-10-29 [darko]      0.6.4claws13
14220
14221         * src/compose.c
14222                 fix infinite loop when long URL is quoted
14223                 (closes bug #475122.
14224
14225 2001-10-28 [match]
14226
14227         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14228                 import Mutt address book
14229         * src/ldif.[ch] src/importldif.h
14230                 modified import LDIF handle user attributes
14231
14232 2001-10-28 [christoph]  0.6.4claws12
14233
14234         * src/summaryview.c
14235                 fixed that filtering did not work if there
14236                 were no filter rules
14237                 (closes bug #472003 and better implementation
14238                  of patch #474644)
14239
14240 2001-10-27 [christoph]  0.6.4claws11
14241
14242         * src/compose.c
14243                 make the folder's default account to be used when
14244                 replying. (patch by wwp <subscript@free.fr>)
14245         * src/compose.c
14246                 code cleanup, nearly killed all of wwp's patch
14247                 for folder's default account in compose
14248         * src/folderview.c
14249                 error panel when a folder could not be created
14250                 (closes bug #471080 new folder name & already
14251                  existing file)
14252
14253 2001-10-26 [alfons]
14254
14255         * src/utils.h
14256                 change prototype of strstr2() that Christoph forgot about
14257
14258 2001-10-26 [christoph]  0.6.4claws10
14259
14260         * src/account.c
14261                 made search for accounts by email address not case
14262                 sensitive
14263         * src/folder.c
14264                 fixed memory leak in folder_item_get_identifier
14265         * src/gtkspell.c
14266         * src/utils.c
14267                 fixed wrong strstr2 (should work like strstr)
14268
14269 2001-10-26 [darko]      0.6.4claws9
14270
14271         * src/compose.c src/gtkstext.[ch]
14272         * src/gtkstext.c
14273                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14274
14275 2001-10-26 [paul]       0.6.4claws8
14276
14277         * src/html.c
14278                 ignore css and javascript tags in html mail
14279                 case-insensitive, with or without double-quoted
14280                 strings
14281
14282 2001-10-26 [paul]       0.6.4claws7
14283
14284         * sync with sylpheed 0.6.4cvs1
14285                 see ChangeLog entry 2001-10-26
14286
14287         * src/prefs_account.c, src/prefs_common.c,
14288           src/prefs_summary_column.c
14289                 minor improvements to the English
14290
14291 2001-10-25 [alfons]     0.6.4claws6
14292
14293         * src/gtkstext.c
14294         
14295                 make GtkSText follow style of GtkText (closes bug 
14296                 #469211 "text selection while writing message")
14297                 
14298                 do sync with GTK 1.2.10
14299
14300 2001-10-25 [paul]       0.6.4claws5
14301
14302         * src/html.c
14303                 ignore css tags in html mail
14304
14305 2001-10-25 [darko]      0.6.4claws4
14306
14307         * src/compose.c
14308                 don't declare is_url_string as static function since
14309                 we need it in gtkstext.c
14310         * src/gtkstext.c
14311                 remove unused variable
14312                 don't wrap long URLs while composing a message
14313
14314 2001-10-24 [christoph]  0.6.4claws3
14315
14316         * src/socket.c
14317                 fix ssl deadlock, when peer closes connection
14318
14319 2001-10-24 [paul]       0.6.4claws2
14320
14321         * src/prefs_common.c
14322                 gettextize the gpg ascii-armored warning message
14323
14324         * src/compose.c
14325                 insert a DOS/MAC file into the composed message
14326                 (improvements)
14327
14328         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14329
14330 2001-10-22 [paul]       0.6.4claws1
14331
14332         * sync with sylpheed 0.6.4 release
14333                 see ChangeLog entries 2001-10-21
14334
14335         * po/fr.po, po/pt_BR.po
14336                 updated by Melvin Hadasht and Fabio Junior Beneditto
14337
14338 2001-10-21 [paul]       0.6.3claws30
14339
14340         * src/compose.c
14341                 insert a DOS text file from the compose window
14342                 into the composed message text (removes CRs characters)
14343                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14344
14345         * tools/filter_conv.pl, tools/README
14346                 automatically use ~/.sylpheed as working directory
14347                 print out confirmation message on completion
14348
14349         * correct Hoa's last ChangeLog.claws entry
14350
14351 2001-10-20 [hoa]        0.6.3claws29
14352
14353         * src/grouplistdialog.c
14354                 bugfix (another ?) to give the right
14355                 newsgroups list for each news server.
14356
14357         * src/news.c
14358         * src/news.h
14359                 improve the newsgroups list cache
14360
14361 2001-10-20 [paul]       0.6.3claws28
14362
14363         * sync with sylpheed 0.6.3cvs9
14364                 see ChangeLog entry 2001-10-19
14365
14366         * correct Alfons' last ChangeLog.claws entry
14367
14368 2001-10-19 [alfons]
14369
14370         * src/pgptext.[ch]
14371                 fix compilation problems (part of bug #472895)
14372
14373 2001-10-18 [hoa]        0.6.3claws27
14374
14375         * src/grouplistdialog.c
14376                 bugfix when we refresh was clicked (bug 472701)
14377
14378 2001-10-19 [christoph]  0.6.3claws26
14379
14380         * src/compose.c
14381                 last header entry should default to "To:" or
14382                 "Newsgroups:" and not copy the last entry line
14383                 in a new compose window
14384                 (closes bug #472686, #470792)
14385
14386 2001-10-19 [paul]       0.6.3claws25
14387
14388         * sync with Sylpheed 0.6.3cvs8
14389                 see ChangeLog entries 2001-10-18 and 2001-10-19
14390
14391 2001-10-18 [christoph]  0.6.3claws24
14392
14393         * src/procmsg.c
14394                 reimplement ignore thread
14395         
14396 2001-10-18 [hoa]        0.6.3claws23
14397
14398         * src/folderview.c
14399         * src/grouplistdialog.[ch]
14400                 enhanced news subscription interface (feature 469113)
14401
14402         * src/news.c
14403         * src/news.h
14404                 enchanced newsgroup listing,
14405                 now, we can get groups informations
14406                 (NNTPGroupInfo)
14407
14408 2001-10-18 [paul]       0.6.3claws22
14409
14410         * src/summaryview.c
14411                 remove comment (sync with main branch)
14412         * src/mainwindow.c
14413                 fix 'Re-edit' bug in 'Message' menu
14414
14415 2001-10-17 [christoph]  0.6.3claws21
14416
14417         * src/compose.c
14418                 ignore empty or whitespace only header lines
14419
14420 2001-10-17 [paul]       0.6.3claws20
14421
14422         * sync with sylpheed 0.6.3cvs7
14423                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14424                 2001-10-17
14425
14426 2001-10-17 [darko]
14427
14428         * src/compose.c
14429                 wrap long lines without spaces
14430                 don't wrap URLs
14431
14432 2001-10-16 [paul]
14433
14434         * po/es.po, po/nl.po, po/pt_BR.po
14435                 updated by Ricardo Mones Lastra, Alfons,
14436                 and Fabio Junior Beneditto
14437
14438         * sylpheed-0.6.3claws released
14439
14440 2001-10-15 [melvin] 0.6.3claws18
14441
14442         * README.claws
14443                 added summary and detailed installation instructions
14444                 for spell checker
14445         * po/fr.po
14446                 Updated, corrected and completed french translation
14447
14448 2001-10-15 [hoa] 0.6.3claws17
14449         * src/grouplistdialog.c
14450                 we can choose the newsgroups to display with wildcards
14451
14452 2001-10-15 [christoph]  0.6.3claws16
14453
14454         * src/account.c
14455         * src/compose.c
14456         * src/prefs_folder_item.[ch]
14457                 applied wwp <subscript@free.fr>'s folder
14458                 default account patch
14459         * po/de.po
14460                 Fixed wrong translation
14461
14462 2001-10-13 [alfons, christoph, melvin]  
14463                         0.6.3claws15
14464
14465         solution #2 to solve MT-safety problems defers all GUI related calls
14466         to the main thread using a gtk_idle_add() callback. discussed on
14467         ircnet #sylpheed, with christoph spotting some issues with the
14468         original code, and melvin allowing us to lobotomize his sylpheed.
14469
14470         * src/syldap.[ch], src/main.c
14471                 fix race problem in ldap search thread by deferring GUI 
14472                 stuff to main thread using gtk_idle_add()
14473
14474 2001-10-13 [paul]       0.6.3claws14
14475
14476         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14477                 add Sergey's smtpcred.patch
14478                 adds separate username/password setting for SMTP Auth
14479                 needed by some servers
14480                 (closes feature request #471659)
14481
14482 2001-10-13 [paul]       0.6.3claws13
14483
14484         * src/pgptext.[ch] **NEW FILES**
14485         * src/Makefile.am, src/messageview.c, src/mimeview.c
14486                 decrypt ascii-armored gpg text embedded in
14487                 the message body.
14488                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14489
14490 2001-10-13 [christoph]  0.6.3claws12
14491
14492         * README.claws
14493                 some more details on default to and
14494                 feature requests
14495         * src/main.c
14496                 init glib threading when ldap is used
14497         * src/syldap.c
14498                 threading fixes
14499         * po/de.po
14500                 fixed a typo
14501
14502 2001-10-12 [paul]       0.6.3claws11
14503
14504         * src/prefs_common.[ch], src/rfc2015.c
14505                 enable ascii-armored gpg text to be embedded in the
14506                 message body, selectable through the 'Privacy'
14507                 preferences. Supports encrypting only.
14508                 Submitted by Ravemax <ravemax@dextrose.com>
14509
14510 2001-10-12 [paul]       0.6.3claws10
14511
14512         * sync with sylpheed 0.6.3cvs6
14513                 see ChangeLog entries 2001-10-11 and 2001-11-12
14514
14515         * src/folderview.c
14516                 incorporated mbox folders, scoring, and folder
14517                 properties into the sync
14518
14519 2001-10-12 [darko]      0.6.3claws9
14520
14521         * README.claws
14522                 describe quotation wrapping
14523         * src/compose.c
14524                 don't treat tab as space to calculate line length properly
14525
14526 2001-10-11 [alfons]
14527
14528         * README.claws
14529                 correct description of how to make new filtering system work,
14530                 add some other things
14531                 
14532         * src/syldap.c
14533                 remove sched_yield() (not necessary / unportable)
14534
14535 2001-10-11 [paul]       0.6.3claws8
14536
14537         * sync with sylpheed 0.6.3cvs3
14538                 see ChangeLog entry 2001-10-10
14539
14540 2001-10-10 [christoph]  0.6.3claws7
14541
14542         * .cvsignore
14543                 ignore 2 files created by newer autotools
14544         * src/prefs_folder_item.c
14545                 using table for widget alignment
14546                 fixed memory leak and broken octal display
14547         * src/filesel.c
14548                 fixed segfault caused by lost filename
14549                 workaround (closes bug #469551)
14550
14551 2001-10-10 [paul]       0.6.3claws6
14552
14553         * sync with sylpheed 0.6.3cvs2
14554                 see ChangeLog entries 2001-10-09 and 2001-10-10
14555
14556 2001-10-10 [darko]      0.6.3.claws5
14557
14558         * src/gtkstext.c
14559                 proper calculation of right margin if smart wrapping is enabled
14560         * src/compose.c
14561                 automatically wrap long lines if wrap quotation is enabled
14562
14563 2001-10-09 [alfons]     0.6.3.claws4
14564
14565         * src/summaryview.c
14566                 select correct row when deleting last row in the summary view (and
14567                 close bug "[ #469104 ] select second last in list when deleting")
14568
14569 2001-10-09 [paul]       0.6.3claws3
14570
14571         * sync with sylpheed 0.6.3cvs1
14572                 updated some autotool scripts
14573
14574 2001-10-09 [darko]      0.6.3claws2
14575
14576         * src/gtkstext.[ch]
14577                 new name and mark with Sylpheed comment
14578         * src/compose.c
14579                 smart quotation wrapping a-la VIM
14580
14581 2001-10-08 [paul]       0.6.3claws1
14582
14583         * sync with sylpheed 0.6.3 release
14584                 see ChangeLog entry 2001-10-08
14585
14586 2001-10-08 [paul]       0.6.2claws24
14587
14588         * src/summaryview.c
14589                 more sync with sylpheed 0.6.2cvs12
14590                 Fixed the bug that didn't select the last row correctly
14591
14592
14593 2001-10-07 [paul]       0.6.2claws23
14594
14595         * sync with sylpheed 0.6.2cvs12
14596                 see ChangeLog entry 2001-10-07
14597
14598 2001-10-06 [match]
14599         * src/jpilot.[ch]
14600                 enable jpilot to read unsynch'ed addresses.
14601
14602         * src/editldap_basedn.c
14603                 fix segfault when opening dialog.
14604
14605 2001-10-06 [alfons]     0.6.2.claws22
14606
14607         * src/summaryview.c
14608                 fix bug with summary view selecting last *inserted*
14609                 node instead of last *visible* node. remember we
14610                 work with a tree
14611
14612 2001-10-06 [paul]       0.6.2claws21
14613
14614         * po/pt_BR.po
14615                 updated translation, contains some fixes and new
14616                 translations, submitted by Gustavo Noronha Silva
14617                 <kov@debian.org>
14618
14619         * src/prefs_common.c
14620                 change 'each' to 'every' - fix dubious English
14621
14622         * sync with sylpheed 0.6.2cvs11
14623
14624 2001-10-05 [alfons]     0.6.2claws20
14625
14626         * src/mainwindow.[ch], src/folderview.c
14627                 make composite tool button switch between "Compose News"
14628                 and "Compose Mail" depending on selected folder
14629                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14630
14631 2001-10-05 [paul]       0.6.2claws19
14632
14633         * src/mainwindow.c, src/summaryview.c
14634                 fix 'Message/Reply to all', broken in last commit
14635
14636         * src/compose.c
14637                 fix X_BEENTHERE seg fault, thanks to Alfons
14638
14639 2001-10-04 [paul]       0.6.2claws18
14640
14641         * src/compose.[ch], src/mainwindow.c
14642                 make "Message/Reply" reply to mailing lists; matches
14643                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14644                 based on portions of the patch submitted by
14645                 Junichi Uekawa <dancer@netfort.gr.jp>
14646
14647 2001-10-04 [darko]      0.6.2claws17
14648
14649         * src/compose.c
14650                 better smart wrapping
14651         * src/gtkstext.[hc]
14652                 a function to make text buffer contiguous
14653
14654 2001-10-03 [paul]       0.6.2claws16
14655
14656         * sync with sylpheed 0.6.2cvs10
14657
14658 2001-10-02 [alfons]
14659
14660         * configure.in
14661         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14662                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14663                 references to chinese translations (hope someone picks up
14664                 this)
14665
14666 2001-10-02 [christoph]  0.6.2claws15
14667
14668         * src/compose.c
14669                 fixed non translated header bug
14670         * ChangeLog.claws
14671                 fixed wrong date in alfons last entry ;)
14672
14673 2001-10-02 [alfons]     0.6.2claws14
14674
14675         * src/compose.c, src/prefs_common.[ch]
14676                 add block cursor option
14677
14678 2001-10-02 [paul]       0.6.2claws13
14679
14680         * sync with sylpheed 0.6.2cvs9
14681
14682 2001-09-30 [paul]       0.6.2claws12
14683
14684         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14685                 updated translations
14686
14687         * po/POTFILES.in
14688                 add 'src/importldif.c'
14689
14690         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14691                 added eudora-to-vCard conversion tool
14692                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14693
14694         * sync with sylpheed 0.6.2cvs8
14695
14696 2001-09-30 [paul]
14697
14698         * sylpheed-0.6.2claws released
14699
14700 2001-09-27 [melvin]     0.6.2claws11
14701
14702         * src/gtkspell.c
14703                 fixed crash when using default path (introduced 
14704                 in 0.6.2claws10)
14705                 fixed tiny bug for initial suggestion mode
14706
14707 2001-09-27 [melvin]     0.6.2claws10
14708         
14709         * src/gtkspell.c
14710                 fixed bug where gtkpspell didn't set the path correctly
14711
14712         * README.claws
14713                 added a paragraph about spell checking
14714                 
14715
14716
14717 2001-09-27 [paul]       0.6.2claws9
14718
14719         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14720                 replace '// comments' with '/* comments */' to prevent
14721                 some compiler warnings 
14722
14723         * sync with sylpheed 0.6.2cvs6
14724
14725 2001-09-26 [alfons]     0.6.2claws8
14726
14727         * src/messageview.c
14728                 introduce return receipt request notification again,
14729                 which was lost because of other semantics in 
14730                 procheader_parse() (???)
14731
14732 2001-09-26 [christoph]  0.6.2claws7
14733
14734         * src/compose.c
14735                 replace comments for old code with #if 0
14736                 readded auto cc, bcc and reply-to
14737         * src/prefs_matcher.c
14738         * src/prefs_scoring.c
14739                 removed some definition (was moved to
14740                 prefs.h)
14741
14742 2001-09-26 [paul]       0.6.2claws6
14743
14744         * src/mainwindow.c
14745                 make 'Follow-up and reply to' sensitive
14746
14747         * more sync with sylpheed 0.6.2cvs5
14748
14749 2001-09-25 [melvin]
14750
14751         * 0.6.2claws5
14752
14753         * src/gtkspell.c
14754                 fixed bug for "US-ASCII" introduced by the encoding code
14755
14756 2001-09-25 [paul]
14757
14758         * 0.6.2claws4
14759
14760         * src/prefs_common.[ch], src/summaryview.c
14761                 'next unread msg' 'go to next folder?' dialog can be
14762                 given default behaviour, either always show dialog,
14763                 or assume 'yes', or assume 'no'
14764                 Submitted by wwp <subscript@free.fr>
14765
14766 2001-09-25 [melvin]
14767                 
14768         * src/compose.c src/gtkspell.[ch]
14769                 added support for different encodings
14770
14771 2001-09-25 [paul]
14772
14773         * more sync with sylpheed 0.6.2cvs5
14774
14775 2001-09-24 [alfons]
14776         
14777         * src/prefs_folder_item.c
14778                 add check for item->prefs->default_to string is NULL and
14779                 add another check when freeing this string
14780
14781 2001-09-24 [paul]
14782
14783         * configure.in
14784                 change to version 0.6.2claws3
14785
14786         * sync with sylpheed 0.6.2cvs5 
14787
14788 2001-09-24 [match]
14789         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14790                 import LDIF files.
14791         * src/addrcache.[ch], addrindex.[ch]
14792                 small update for future
14793         * src/addrbook.c
14794                 fix test XML file.
14795
14796 2001-09-24 [melvin]
14797         * src/gtkspell.[ch]
14798                 added 'Learn from mistakes' option
14799                 better handling of quotes in checked words
14800                 sorted dict list
14801         * po/fr.po
14802                 small update for spell checking stuff
14803
14804 2001-09-23 [alfons]
14805         
14806         * src/gtkspell.c
14807                 edit a little bit so it complies more with main coding style
14808
14809 2001-09-23 [alfons]
14810
14811         * src/folder.[ch], prefs_folder_item.c, compose.c
14812                 migrate "request return receipt" folder property
14813                 to folderlist.xml
14814
14815 2001-09-22 [alfons]
14816
14817         * README.claws **NEW**
14818                 (add things of interest for users of main branch 
14819                 and claws here)
14820
14821         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14822                 re-implement threading per folder option, but store 
14823                 the setting in folderlist.xml (where it belongs)
14824
14825 2001-09-21 [melvin]
14826
14827         * src/gtkspell.[ch]
14828                 fixed bug when compose window is under another window
14829         * src/prefs_common.[ch] src/compose.c
14830                 changed 'dictionary_path' to 'dictionary' to be consistent
14831                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14832         * ac/pspell.m4 src/Makefile.am 
14833                 dropped PSPELL_PATH macro
14834         * po/fr.po
14835                 updated translations
14836
14837 2001-09-21 [christoph]
14838
14839         * src/compose.c
14840                 added border around header fields
14841                 keep header type when new field is added
14842
14843 2001-09-20 [christoph]
14844
14845         * src/utils.[ch]
14846                 more portable debug_print with source filename
14847                 and linenumber
14848         * src/procmsg.c
14849                 more newlines after debug messages
14850
14851 2001-09-20 [paul]
14852
14853         * configure.in
14854                 change to version 0.6.2claws2
14855
14856         * sync with sylpheed 0.6.2cvs3
14857
14858 2001-09-19 [melvin]
14859
14860         * src/gtkspell.c
14861                 fixed the post-right-click focus pb
14862                 fixed crash when 'Spell check all' after dict change 
14863                         and when cursor is at the end of the text
14864                 shift-right-click pops up config menu even on misspelled words.
14865         * po/POTFILES.in
14866                 added gtkspell.c
14867
14868 2001-09-19 [melvin]
14869
14870         * src/about.c
14871                 added pspell to compiled-in features list
14872
14873 2001-09-18 [melvin]
14874
14875         * switched to pspell and dropped ispell
14876         * ac/pspell.m4
14877                 new file. autoconf macro for pspell
14878         * ac/Makefile.am 
14879         * configure.in acconfig.h
14880                 added pspell support
14881         * src/Makefile.am
14882         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14883         * src/prefs_common.[ch] 
14884                 added pspell support
14885
14886 2001-09-18 [christoph]
14887
14888         * src/addr_compl.c
14889         * src/template.[ch]
14890                 replace LOG_MESSAGE with debug_print
14891         * src/compose.[ch]
14892                 gui improvements
14893         * src/menu.c
14894                 added newline after debug message
14895         * src/utils.h
14896                 using __VA_ARGS__ for debug_print macro
14897         * tools/.cvsignore
14898                 ignore Makefile and Makefile.in
14899
14900 2001-09-18 [paul]
14901
14902         * configure.in
14903                 change to version 0.6.2claws1
14904         * sync with sylpheed 0.6.2cvs1
14905
14906         * src/matcher.c 
14907         * src/prefs_matcher.c
14908                 add 'score equal to' option, submitted by
14909                 Paul Evans <nerd@freeuk.com>
14910
14911 2001-09-15 [christoph]
14912
14913         * src/mainwindow.c
14914                 comment out menu entry not existing in claws
14915         * src/menu.c
14916                 add debug output for non existing menu entries
14917         * src/summaryview.c
14918                 fix next/prev unread message for ignored threads
14919         * src/utils.[ch]
14920                 add sourcefile and line number to debug output
14921                 otherwise it is sometimes hard to find the
14922                 source code part if debug messages are translated
14923
14924 2001-09-14 [darko]
14925         
14926         * src/folderview.c
14927                 refresh target folder style after colour is changed
14928
14929 2001-09-13 [paul]
14930
14931         * configure.in
14932                 change to version 0.6.1claws3
14933
14934         * sync with sylpheed 0.6.1cvs6
14935
14936 2001-09-13 [darko]
14937         
14938         * src/folderview.c
14939                 fix target folder colourization to use user selected colour
14940
14941 2001-09-12 [darko]
14942         
14943         * src/summaryview.c
14944                 fix crash when message that is marked for copy/move is unmarked
14945
14946 2001-09-09 [paul]
14947
14948         * configure.in
14949                 change to version 0.6.1claws2
14950
14951         * sync with sylpheed 0.6.1cvs3
14952
14953 2001-09-09 [alfons]
14954         
14955         * src/folderview.c
14956                 fix bug with default font used for trash folder text
14957
14958 2001-09-06 [paul]
14959
14960         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14961                 updated translations
14962
14963         * configure.in
14964                 change to version 0.6.1claws1
14965
14966         * sync with sylpheed 0.6.1cvs2
14967
14968 2001-09-03 [paul]
14969
14970         * po/POTFILES.in
14971                 add Match's new addressbook
14972
14973         * po/de.po
14974                 updated translation submitted by Jens Oberender
14975
14976 2001-09-02 [paul]
14977
14978         * configure.in
14979                 change to 0.6.1claws
14980         * sync with sylpheed 0.6.1 release
14981
14982 2001-09-02 [paul]
14983
14984         * configure.in
14985                 change to 0.6.0claws2
14986
14987         * sync with sylpheed 0.6.0cvs4
14988
14989         * po/pt_BR.po
14990                 updated translation submitted by Fabio Junior Beneditto
14991
14992 2001-09-01 [match]
14993         * pixmaps/
14994                 interface.xpm
14995                 book.xpm
14996                 address.xpm
14997         * src/
14998                 Makefile.am
14999                 a ton of new files
15000
15001 2001-08-31 [paul]
15002
15003         * configure.in
15004                 change to version 0.6.0claws1
15005
15006         * sync with sylpheed 0.6.0cvs1
15007
15008         * po/es.po
15009                 updated translation submitted by Ricardo Mones Lastra
15010
15011         * po/POTFILES.in
15012                 add 'src/prefs_templates.c'
15013
15014         * src/compose.c, src/summaryview.c
15015                 fix segfault on 'Re_edit'               
15016
15017 2001-08-30 [alfons]
15018
15019         * configure.in, Makefile.am
15020         * tools/Makefile.am
15021                 add tools directory to source distribution
15022
15023 2001-08-30 [paul]
15024
15025         * configure.in
15026                 change to version 0.6.0claws
15027
15028         * sync with sylpheed 0.6.0 release
15029
15030 2001-08-30 [christoph]
15031
15032         * configure.in
15033                 removed autoconf version check
15034
15035 2001-08-30 [paul]
15036
15037         * src/account.c, src/compose.c, src/prefs_common.[ch]
15038         * src/procheader.[ch] src/utils.[ch]
15039                 Enhanced automatic account selection on replies
15040                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15041
15042         * configure.in
15043                 add LDAP and JPilot to the configuration results output.
15044
15045 2001-08-29 [christoph]
15046
15047         * src/summeryview.c
15048                 no bold font for ignored threads
15049
15050 2001-08-29 [paul]
15051
15052         * configure.in
15053                 change to version 0.5.3claws6
15054
15055         * sync with sylpheed 0.5.3cvs10
15056                 src/stringtable.[ch]: New Files
15057
15058         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15059         * src/pixmaps/sylpheed.xpm
15060                 add mini-icons to windows (by Alfons)
15061
15062 2001-08-27 [paul]
15063
15064         * src/mainwindow.c
15065                 new functions: next_labeled_cb(), prev_labeled_cb()
15066
15067         * src/summaryview.c
15068                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15069                 summary_select_next_labeled(), summary_select_prev_labeled()
15070
15071         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15072                 give claws blue folders and a blue trash can
15073
15074 2001-08-27 [paul]
15075
15076         * configure.in
15077                 change to version 0.5.3claws5
15078
15079         * sync with sylpheed 0.5.3cvs9
15080                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15081
15082 2001-08-24 [christoph]
15083
15084         * src/filesel.c
15085                 keep filename when browsing directories
15086                 (not working for user entered filename, but
15087                  for default name and selected filename from
15088                  file list)
15089         * src/mainwindow.c
15090                 fixed wrong spelling "Folllow-up"
15091         * src/mbox_folder.c
15092         * src/procmsg.c
15093         * src/summaryview.c
15094                 fixed new/unread message count with ignored
15095                 threads (2 commits, first didn't notice no
15096                 longer needed decreasing)
15097         * src/inc.c
15098                 readded scrolling of progress dialog
15099                 (lost in sync)
15100
15101 2001-08-24 [paul]
15102
15103         * configure.in
15104                 change to 0.5.3claws4
15105
15106         * sync with sylpheed 0.5.3cvs7
15107
15108 2001-08-24 [christoph]
15109
15110         * src/compose.c
15111                 set request return receipt when replying
15112                 if it is set is the folder prefs of the
15113                 message
15114         * src/inc.c
15115                 disable final error popup if popups are
15116                 disabled in config (again)
15117
15118 2001-08-23 [paul]
15119
15120         * configure.in
15121                 Change version number to 0.5.3claws3
15122
15123         * sync with sylpheed 0.5.3cvs5
15124
15125         * src/mimeview.c
15126                 double quote '%s' in 'gedit %s' to fix bug when
15127                 opening attachment with spaces in the name
15128
15129 2001-08-22 [alte]
15130         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15131           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15132                 initial message templates support
15133
15134
15135 2001-08-22 [paul]
15136
15137         * configure.in
15138                 change version number to 0.5.3claws2
15139
15140         * sync with sylpheed 0.5.3cvs4
15141
15142         * src/procmsg.h src/summaryview.c
15143                 re-implement (un)ignore thread
15144
15145 2001-08-21 [paul]
15146
15147         * src/summaryview.c
15148                 remove unnecessary code
15149         * src/compose.c
15150                 enable 'dynamic' signatures (submitted by
15151                 Eric Limpens <eric@hscg-internet.nl>)
15152
15153 2001-08-21 [paul]
15154
15155         clean up after sync with sylpheed 0.5.3 release
15156
15157         * src/folderview.c
15158                 fix re-introduced font mess, see Christoph's
15159                 entry 2001-06-24
15160
15161         * src/summaryview.c
15162                 remove prev_msgnum
15163                 use sylpheed's small font instead of
15164                 gtk default font for summary view
15165
15166
15167 2001-08-17 [paul]
15168
15169         * configure.in
15170                 add pl to ALL_LINGUAS - sync with main branch
15171
15172         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15173                 Updated. Translations by Jens Oberender, Ricardo Mones
15174                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15175
15176         * po/pl.po  ** NEW FILE **
15177                 sync with the main branch
15178
15179         * src/folderview.c
15180                 fix target folder colorizing and refresh problem
15181
15182
15183 2001-08-17 [christoph]
15184
15185         * src/mainwindow.c
15186                 claws uses 4 colors for target folder coloring.
15187                 arrays were not long enough and destroyed the
15188                 stack causing a segfault.
15189                 target folder colorizing does not work anymore
15190                 for me
15191
15192 2001-08-16 [paul]
15193
15194         * configure.in
15195                 change to version 0.5.3claws1
15196
15197         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15198           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15199           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15200
15201                 sync with sylpheed 0.5.3 release, but keep claws method of
15202                 configuring/saving fonts
15203
15204         * src/addressbook.[ch]
15205                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15206                 in line with a similar change in Hiroyuki's branch
15207
15208         * src/mainwindow.[ch]
15209                 disable main_window_set_thread_option()
15210         * src/prefs_folder_item.c
15211                 comment out &tmps_prefs.enable_thread,
15212         * src/mbox_folder.c, src/procmsg.[ch]
15213                 comment out MSG_IS_IGNORE_THREAD
15214         * src/summaryview.c
15215                 comment out summary_ignore_thread() and summary_unignore_thread()
15216                 comment out MSG_IS_IGNORE_THREAD
15217
15218                 use Hiroyuki's threading instead.
15219
15220
15221
15222 2001-08-15 [paul]
15223
15224         * src/account.c
15225                 use Hiroyuki's 0.5.3 column scheme but also
15226                 include the enable/disable button.
15227         * src/pixmaps/mark.xpm
15228                 add Hiroyuki's amended pixmap
15229
15230 2001-08-13 [christoph]
15231
15232         * src/account.c
15233                 receive at get all column showed wrong state for APOP
15234                 button should only work for POP3 and APOP accounts
15235         * src/prefs_account.c
15236                 added missing preprocessor statement for SSL
15237
15238 2001-08-12 [paul]
15239
15240         * src/account.[ch]
15241                 add 'receive at get all' column and enable/disable
15242                 button.
15243
15244 2001-08-06 [christoph]
15245
15246         * src/account.c
15247                 show usage of SSL in protocol column
15248
15249         * src/imap.c
15250         * src/inc.c
15251                 renamed ssl options
15252
15253         * src/prefs_account.[ch]
15254                 moved ssl options to a new page
15255
15256         * src/send.c
15257         * src/smtp.c
15258         * src/ssl.[ch]
15259                 renamed ssl options
15260                 added support for SMTP STARTTLS command
15261
15262 2001-08-05 [christoph]
15263
15264         * configure.in
15265                 debian autoconf needs version check to find
15266                 correct autoconf version. if the file is
15267                 named configure.in 2.13 is used, which does
15268                 not work with this configure.in script.
15269                 other solution would be to rename the script
15270                 to configure.ac as suggested in the autoconf
15271                 manual.
15272
15273         * src/inc.c
15274                 disable final error popup if popups are
15275                 diabled in config
15276
15277         * src/socket.c
15278                 bugfix in ssl_gets
15279                 fixes IMAP over SSL problem
15280
15281 2001-08-03 [paul]
15282
15283         * configure.in
15284                 change to 0.5.2claws1
15285
15286         * sync with sylpheed 0.5.2cvs1
15287
15288 2001-08-02 [alfons]
15289
15290         * configure.in
15291                 quick fix for ispell detection...
15292
15293 2001-08-01 [paul]
15294
15295         * configure.in
15296                 change to 0.5.1claws4
15297
15298         * sync with sylpheed 0.5.1cvs7
15299
15300 2001-07-31 [alfons]
15301
15302         * src/prefs_common.c, src/prefs_common.h, 
15303           src/gtkspell.c, src/gtkspell.h
15304                 add global spelling checker settings (compose tab) +
15305                 selection of dictionary 
15306           
15307         * configure.in  
15308                 guess valid ispell location
15309
15310 2001-07-31 [paul]
15311
15312         * po/POTFILES.in
15313                 removal of 'src/quote_fmt_parse.c'
15314         * po/de.po
15315                 Updated de.po
15316                 (submitted by Jens Oberender <didge@suse.de>)
15317
15318 2001-07-31 [darko]
15319
15320         * src/folder.[ch]
15321         * src/folderview.[ch]
15322         * src/mainwindow.c
15323         * src/mh.c
15324         * src/prefs_common.[ch]
15325         * src/summaryview.c
15326                 target folder colourization
15327
15328 2001-07-30 [paul]
15329
15330         more sync with Sylpheed 0.5.1cvs6 
15331
15332 2001-07-30 [darko]
15333
15334         * src/mh.c
15335         * src/prefs_folder_item.[hc]
15336         * src/summaryview.c
15337                 shared folders support with a GUI
15338
15339 2001-07-29 [paul]
15340
15341         0.5.1claws3
15342
15343         * sync with Sylpheed 0.5.1cvs6
15344
15345 2001-07-29 [paul]
15346
15347         * po/pt_BR.po
15348                 updated
15349                 (submitted by Fabio Junior Beneditto)
15350
15351 2001-07-28 [paul]
15352
15353         * src/procmime.c
15354         * AUTHORS
15355                 patch to correct bad image mime headers
15356                 (submitted by Don Quijote <dq@searchlores.org>)
15357
15358 2001-07-28 [paul]
15359
15360         * tools/gif2xface.pl   **NEW FILE**
15361         * tools/README
15362                 script to convert file.gif to file.xface for
15363                 use in a custom header.
15364                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15365
15366 2001-07-27 [alfons]
15367         
15368         * configure.in
15369                 change macros for detecting JPilot and LDAP
15370
15371 2001-07-27 [christoph]
15372
15373         * src/filtering.c
15374                 code cleanup (MIN / MAX warning, needed casting)
15375
15376 2001-07-27 [alfons]
15377
15378         * procheader.c
15379                 disallow setting flags when detecting certain headers
15380                 (X-Status, Status, Seen, X-Seen). 
15381         
15382         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15383
15384 2001-07-27 [christoph]
15385
15386         * src/prefs_filter.c
15387         * src/prefs_filtering.c
15388         * src/prefs_matcher.c
15389         * src/prefs_scoring.c
15390                 scroll list when moving rows up or down
15391
15392         * src/imap.c
15393         * src/imap.h
15394         * src/prefs_account.c
15395         * src/prefs_account.h
15396         * src/send.c
15397                 SMTP over SSL (untested, feedback requested)
15398                 IMAP over SSL
15399
15400         * src/ssl.c
15401                 code cleanup
15402
15403 2001-07-26 [alfons]
15404         
15405         * configure.in, acconfig.h
15406                 define CLAWS (need this for main / claws detection)
15407
15408 2001-07-25 [alfons]
15409
15410         * configure.in
15411                 Sylpheed 0.5.1claws2
15412                 
15413         * sync with Sylpheed 0.5.1cvs4
15414
15415 2001-07-25 [christoph]
15416
15417         * src/scoring.c
15418                 fixed segfault
15419                 item->prefs == NULL (don't know why)
15420
15421 2001-07-25 [alfons]
15422
15423         * configure.in
15424                 Sylpheed 0.5.1claws1
15425
15426         * sync with Sylpheed 0.5.1cvs1-3
15427
15428 2001-07-24 [christoph]
15429
15430         * src/folderview.c
15431         * src/prefs_folder_item.[ch]
15432                 added folderitem preferences dialog with
15433                 default To: and auto request return receipt
15434
15435         * src/compose.[ch]
15436         * src/menu.[ch]
15437                 changes to handle new folderitem preferences
15438
15439         * src/mainwindow.c
15440         * src/summaryview.c
15441                 call compose new mail with current folderitem
15442
15443 2001-07-24 [alfons]
15444
15445         Release Sylpheed 0.5.1claws
15446
15447         * configure.in
15448                 change to release version 0.5.1claws
15449
15450 2001-07-24 [christoph]
15451
15452         * src/summaryview.c
15453                 fixed segfault that happend when the selected
15454                 message was removed while retrieving new messages.
15455
15456         * po/es.po
15457                 updated translation
15458                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15459
15460 2001-07-22 [alfons]
15461
15462         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15463         this is a work in progress, for more information: http://nlpagan.net/sylman 
15464         
15465         * configure.in, src/mainwindow.c, manual/Makefile.am
15466                 add support for English manual
15467
15468         * AUTHORS
15469                 add authors of user manuals
15470
15471         * manual/en/sylpheed*.html
15472                 add English documentation
15473
15474 2001-07-22 [christoph]
15475
15476         * po/POTFILES.in
15477                 added src/ssl.c
15478         * src/ssl.c
15479                 changed a wrong debug message
15480
15481 2001-07-22 [alfons]
15482
15483         * po/nl.po
15484                 update Dutch translation
15485
15486         * src/prefs_filtering.c, 
15487           src/prefs_matcher.c
15488                 add more translatable strings           
15489
15490 2001-07-21 [alfons]
15491
15492         0.5.0claws7
15493
15494         * configure.in
15495                 change version
15496
15497         * src/inc.c, src/summaryview.[ch]
15498                 prevent update of mark file when filtering has done, by
15499                 using a variable; this affects two functions:
15500                         inc.c::inc_finished()
15501                         summaryview.c::summary_show()
15502
15503 2001-07-20 [alfons]
15504
15505         * src/filtering.[ch], src/prefs_filtering.c, 
15506           src/matcher.[ch]
15507                 add filtering action for label coloring 
15508
15509         * po/POTFILES.in
15510                 add labelcolors.c
15511
15512         * added src/labelcolors.c
15513         * added src/labelcolors.h
15514         * src/Makefile.am, src/summaryview.c
15515                 rearrange label coloring code
15516
15517         * src/procmsg.h
15518                 add more parentheses so label colouring works correctly
15519
15520         * src/filtering.c
15521                 don't really delete message, but move it to Trash
15522
15523         * src/prefs_matcher.c
15524                 add quote options to info dialog
15525
15526 2001-07-20 [christoph]
15527
15528         * src/Makefile.am
15529         * src/inc.c
15530         * src/main.[ch]
15531         * src/socket.h
15532         * src/ssl.[ch] (new)
15533                 moved ssl stuff to a seperate file
15534
15535 2001-07-20 [darko]
15536
15537         * src/summaryview.c
15538                 fix show sender using address book with no e-mail
15539                 address in From: field
15540
15541 2001-07-19 [alfons]
15542
15543         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15544                 fix messy handling of escaping... now at least the
15545                 execute command is useful. escape char is '\', we
15546                 accept \n and \r too. 
15547
15548                 Real life example:
15549                 
15550                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15551                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15552
15553 2001-07-18 [alfons]
15554
15555         0.5.0claws6
15556
15557         * src/summaryview.c
15558                 clean up
15559
15560         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15561           src/procmsg.[ch]
15562                 revise filtering; currently move, copy, marking have
15563                 been tested. if you like bleeding edge stuff, you
15564                 should definitely go for this version :)
15565
15566         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15567
15568 2001-07-17 [christoph]
15569
15570         * src/utils.c
15571                 timestamp log
15572
15573 2001-07-17 [alfons]
15574
15575         0.5.0claws5
15576
15577         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15578           bits in the mark file, without affecting either branch. Lots of
15579           files changed, also in claws branch.
15580
15581           UNTESTED: use of mbox folders
15582
15583         * src/summaryview.c
15584                 added mark all read; however this was a quick hack used for
15585                 cleaning up mess after initial merge with Hiroyuki
15586
15587         * configure.in
15588                 change claws version number back to 0.5.0claws5 to clear up 
15589                 confusion & pretension (recent release was technically 
15590                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15591
15592 2001-07-16 [alfons]
15593
15594         sync with Hiroyuki's 0.5.0cvs4
15595
15596 2001-07-16 [alfons]
15597
15598         0.5.1claws3
15599
15600         * src/filtering.[ch]
15601                 remove invalid updating of mark files for 
15602                 filter actions MATCHING_ACTION_MOVE and 
15603                 MATCHING_ACTION_DELETE; this should fix the
15604                 folder update bug
15605                 
15606         * src/procmsg.c
15607                 revert Christoph's stab at fixing the folder 
15608                 update bug
15609
15610         * po/POTFILES.in
15611                 add missing files with translatable strings
15612
15613         * src/summaryview.c
15614                 remove debug print
15615
15616 2001-07-15 [alfons]
15617
15618         * src/addr_compl.[ch], src/prefs_filtering.c
15619                 make "filtering pref dialog's destination entry" an
15620                 "address completable entry", if filter destination is 
15621                 an email address
15622
15623         0.5.1claws2
15624         
15625         sync with Hiroyuki's 0.5.0cvs2-3
15626
15627 2001-07-15 [christoph]
15628
15629         * src/procmsg.c
15630                 fixed folder stats update after incorporation
15631
15632 2001-07-15 [alfons]
15633
15634         * src/summaryview.c
15635                 * finish label colouring stuff (for now)
15636                 * fix incorrect colour bug (off by one) 
15637
15638 2001-07-14 [alfons]
15639
15640         * src/mainwindow.c
15641                 change text labels for news and mail message so there's
15642                 plenty of toolbar estate left
15643
15644         * configure.in
15645                 0.5.1claws1
15646
15647         * src/folderview.c
15648           src/folder.[ch]
15649                 sync with Hiroyuki's 0.5.0cvs1
15650
15651         * src/summaryview.c
15652                 more rewrite label colouring
15653
15654 2001-07-14 [alfons]
15655
15656         * src/summaryview.[ch]
15657                 * start rewrite label colouring 
15658                 * fix proper location "Add Sender To Addressbook" menu item
15659
15660 2001-07-13
15661
15662         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15663         (actually this is 0.5.0claws4)
15664
15665 2001-07-13 [alfons]
15666
15667         * po/pt_BR.po
15668                 * fix duplicate message
15669                 * add updated Portugese / Brazilian translation
15670                   submitted by Fabio Junior Beneditto
15671
15672 2001-07-12 [alfons]
15673
15674         * AUTHORS
15675                 add Jens
15676
15677         * po/nl.po
15678                 add updated Dutch translation
15679
15680         * po/de.po
15681                 add updated German translation submitted by Jens
15682
15683 2001-07-11 [alfons]
15684
15685         Prerelease before 0.5.0claws. Please test.
15686         This version is temporarily tagged as VERSION_0_5_0_TEST
15687
15688         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15689           src/prefs_scoring.c, src/prefs_matcher.c, 
15690           src/prefs_filtering.c, src/mbox.c, 
15691           src/main.c, src/inc.c, src/filtering.[ch]
15692                 revert new Hoa's new matcher (does not work yet)
15693
15694         * src/Makefile.am
15695                 clean up
15696
15697 2001-07-10
15698
15699         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15700
15701
15702 2001-07-10 [alfons]
15703
15704         * Makefile.am
15705                 add ChangeLog.claws to EXTRA_DIST
15706         * src/Makefile.am
15707                 add matcher_parser_parse.h to EXTRA_DIST
15708
15709 2001-07-10 [christoph]
15710
15711         * src/inc.c
15712                 add destination folder to table of
15713                 folders that need to be updated after
15714                 incorporation
15715
15716 2001-07-10 [alfons]
15717
15718         * folder.[ch]
15719           folderview.c
15720                 make collapse state of folders and folder items persistent, i.e.
15721                 if you collapse a folder tree, the next time sylpheed-claws starts 
15722                 up the folder tree remains collapsed.  
15723                 
15724 2001-07-10 [christoph]
15725
15726         * acconfig.h
15727         * configure.in
15728                 added --enable-ssl
15729         * src/md5.[ch]
15730                 renamed MD5_CTX to MD5_CTX_syl
15731                 conflicts with a struct in openssl
15732         * src/inc.c
15733         * src/main.[ch]
15734         * src/prefs_account.[ch]
15735         * src/socket.[ch]
15736                 SSL support for POP
15737         * src/mainwindow.c
15738                 fixed compose with current account
15739                 broken by new compose button stuff
15740
15741 2001-07-09 [hoa]
15742
15743         * AUTHORS
15744                 changed my email address
15745
15746         * src/matcher_parser_parse.y
15747                 clean the parser to remove conflicts
15748
15749 2001-07-09 [alfons]
15750
15751         * AUTHORS
15752                 add Match Grun
15753
15754         * configure.in
15755                 fix incorrect description of --enable-ldap parameter
15756
15757         * src/prefs_common.[ch]
15758           src/compose.c
15759                 add experimental option "smart wrapping" which makes the
15760                 compose editor auto wrap.
15761                 
15762                 | TODO: the problem with the buggy cursor handling is caused |
15763                 | by the GtkText. when deleting / backspacing text its       |
15764                 | wrapping algorithm does not take in account the previous   |
15765                 | line. should find a way to hack this in.                   |
15766                 | or should perhaps combine this with the word wrapping      |
15767                 | patch i wrote in january.                                  |
15768
15769         * src/about.c
15770                 show build parameters for LDAP and JPilot
15771
15772         * src/summaryview.c
15773                 revert Christoph's bugfix for selecting next unread message, 
15774                 because folder stats aren't updated correctly
15775
15776 2001-07-08 [hoa]
15777
15778         * src/filtering.c
15779         * src/mainwindow.c
15780         * src/matcher.c
15781         * src/matcher_parser_lex.l
15782         * src/matcher_parser_parse.y
15783         * src/prefs_filtering.c
15784         * src/prefs_scoring.c
15785         * src/scoring.c
15786                 bugfix of the config file parser
15787
15788 2001-07-08 [alfons]
15789
15790         * src/Makefile.am
15791                 added generated matcher sources to BUILT_SOURCES
15792
15793 2001-07-08 [hoa]
15794
15795         * src/Makefile.am
15796         * src/.cvsignore
15797                 added new config file parser
15798
15799         * src/scoring.[ch]
15800         * src/filtering.[ch]
15801         * src/matcher.[ch]
15802         * src/prefs_filtering.c
15803         * src/prefs_matcher.c
15804         * src/prefs_scoring.c
15805         * added src/matcher_parser.h
15806         * added src/matcher_parser_lex.h
15807         * added src/matcher_parser_lex.l
15808         * added src/matcher_parser_parse.y
15809                 lex & yacc config file parser
15810
15811         * src/mbox.c
15812         * src/inc.c
15813         * src/main.c
15814                 changes prefs_filtering into global_filtering           
15815
15816         * src/summaryview.c
15817                 build threads with subjects only if "Re: " is at the
15818                 beginning of the subject
15819
15820 2001-07-07 [paul]
15821
15822         0.5.0claws
15823
15824         sync with sylpheed 0.5.0
15825                 change of version number only
15826
15827 2001-07-06 [paul]
15828
15829         0.5.0claws5
15830
15831         sync with sylpheed 0.5.0pre5
15832
15833 2001-07-05 [paul]
15834
15835         sync with sylpheed 0.5.0pre4 release
15836                 /po and /manual/ja not sync'ed
15837
15838 2001-07-04 [paul]
15839
15840         more sync with sylpheed 0.5.0pre4
15841
15842 2001-07-03 [christoph]
15843
15844         * src/addressbook.c
15845                 fixed address book broken by address book
15846                 for VCard, JPilot, LDAP
15847
15848 2001-07-03 [alfons]
15849
15850         * src/matcher.c
15851         * src/textview.c
15852                 stopped memory leaks
15853
15854 2001-07-03 [paul]
15855
15856         more sync with sylpheed 0.5.0pre4
15857
15858 2001-07-02 [match]
15859
15860         * included address book patch for VCard, JPilot, LDAP
15861         * pref_common.c - fixed Font options on Display tab (cosmetic)
15862         * alertpanel.c - fixed truncated message
15863
15864 2001-07-02 [christoph]
15865
15866         * src/mbox_folder.c
15867         * src/procmsg.[ch]
15868         * src/summaryview.c
15869                 mark threads for ignoring
15870
15871 2001-07-02 [paul]
15872
15873         0.5.0claws4
15874
15875         * sync with sylpheed 0.5.0pre4
15876                 updated gettext to 0.10.38.
15877
15878 2001-07-01 [paul]
15879
15880         * src/ mainwindow.c
15881         * src/procmsg.h
15882         * src/summaryview.[ch]
15883                 new right-click option: Label.
15884                 substitute for 'Mark-->Mark/Unmark', colours the line.
15885                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15886
15887 2001-07-01 [christoph]
15888
15889         * src/folderview.c
15890                 fixed font for trash
15891         * src/summaryview.c
15892                 move ctree to unread message
15893
15894 2001-07-01 [paul]
15895
15896         * sync with sylpheed 0.5.0pre3 release
15897
15898 2001-06-30 [alfons]
15899
15900         * src/filesel.[ch]
15901         * src/compose.c
15902                 allow inserting / attaching multiple files in
15903                 the composer window
15904
15905 2001-06-30 [paul]
15906
15907         * src/codeconv.c
15908                 small change to Alfons' previous stuff so that it
15909                 actually makes
15910
15911 2001-06-30 [alfons]
15912
15913         * lots of files changed; first attempt to merge the changes
15914           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15915
15916 2001-06-30 [paul]
15917
15918         * po/pt_BR.po
15919                 updated and completed, translations by Fabio
15920                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15921
15922 2001-06-29 [alfons]
15923
15924         * src/compose.c
15925         * src/mimeproc.[ch]
15926                 allow selecting an attached files' mime type from a 
15927                 list of types.
15928
15929 2001-06-29 [paul]
15930
15931         * more sync with sylpheed 0.5.0pre3
15932
15933 2001-06-29 [paul]
15934
15935         * po/pt_BR.po
15936                 merge with sylpheed.pot and pt_BR.po provided by
15937                 Fabio Junior Beneditto.
15938
15939 2001-06-29 [darko]
15940
15941         * src/procmime.c
15942                 make MIME types case insensitive
15943
15944 2001-06-28 [alfons]
15945
15946         * po/nl.po
15947                 merge with sylpheed.pot and old nl.po; translations added.
15948
15949 2001-06-28 [paul]
15950
15951         * more sync with sylpheed 0.5.0pre3
15952
15953 2001-06-27 [alfons]
15954
15955         * src/summaryview.c
15956                 don't crash when removing parent node of messages
15957                 attracted by subject. this was caused by not deleting
15958                 the parent node from the subject line hash table.
15959
15960 2001-06-27 [alfons]
15961
15962         * src/summaryview.c
15963         * src/compose.[ch]
15964         * src/mainwindow.c
15965                 if there are multiple messages selected, allow forwarding
15966                 them as attachments.
15967
15968 2001-06-27 [paul]
15969
15970         * more sync with sylpheed 0.5.0pre3
15971
15972 2001-06-26 [paul]
15973
15974         0.5.0claws3
15975
15976         * sync with sylpheed 0.5.0pre3
15977
15978 2001-06-25 [paul]
15979
15980         * src/mainwindow.c
15981                 fixed 'compose news article' bug
15982                 from icon-and-text toolbar
15983
15984 2001-06-25 [paul]
15985
15986         * sync with sylpheed 0.5.0pre2 release
15987
15988 2001-06-24 [christoph]
15989
15990         * src/prefs_common.c
15991                 bug fix in font selection
15992         * src/folderview.c
15993                 use sylpheed's normal font instead of
15994                 gtk default font for folders without
15995                 new messages
15996
15997 2001-06-24 [alfons]
15998
15999         * src/mainwindow.[ch]
16000                 added composite compose mail / news button (an idea by Leandro
16001                 Pereira <leandro@linuxmag.com.br>)
16002
16003 2001-06-24 [paul]
16004
16005         Added instructions for ldif-to-xml.py
16006
16007         * tools/README
16008
16009 2001-06-23 [alfons]
16010
16011         Some minor things.
16012
16013         * src/pixmaps/stock_news_compose.xpm
16014                 added pixmap by Leandro
16015         * src/prefs_common.c
16016                 tested built-in spelling checker of GCC 3.0 :)
16017         * po/nl.po
16018                 merged dutch translation of sylpheed-main with
16019                 sylpheed.pot
16020
16021 2001-06-23 [paul]
16022
16023         Added tools directory and files.
16024
16025         * tools/filter_conv.pl
16026                 converts old filter system to new filtering system
16027         * tools/ldif-to-xml.py
16028                 converts netscape addressbook to sylpheed addressbook
16029         * tools/README
16030                 descriptions/instructions for above two files
16031
16032 2001-06-23 [christoph]
16033
16034         * src/inc.c
16035         * src/manage_window.[ch]
16036         * src/prefs_common.[ch]
16037                 mail retrieval dialog can be enabled, disabled
16038                 or hidden if non of sylpheed's windows is active
16039
16040 2001-06-22 [paul]
16041
16042         0.5.0claws2
16043
16044         * sync with sylpheed 0.5.0pre2
16045
16046 2001-06-21 [christoph]
16047
16048         * src/summaryview.c
16049                 show recipient on 'from' for all accounts
16050                 
16051         * src/inc.c
16052         * src/prefs_common.[ch]
16053                 disable error popup on mail receive errors
16054
16055 2001-06-21 [alfons]
16056
16057         * src/compose.c
16058                 made the ruler correctly appear and disappear.
16059
16060         * src/Makefile.am
16061                 removed Hoa's work-in-progress-stuff (interesting!) so 
16062                 claws compiles ok.
16063
16064 2001-06-20 [christoph]
16065
16066         * src/inc.c
16067         * src/progressdialog.c
16068                 added scrolled window for list in progressdialog
16069
16070 2001-06-20 [paul]
16071
16072         sync with sylpheed 0.5.0pre1 release
16073
16074 2001-06-20 [christoph]
16075
16076         * src/summeryview.c
16077                 make building threads by subject work when
16078                 thread view is enabled
16079                 
16080         * src/compose.c
16081         * src/prefs_common.[ch]
16082                 automatically select account for mail replys
16083
16084 2001-06-19 [sergey]
16085
16086         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16087         they are filled in from the account settings.
16088
16089 2001-06-19 [paul]
16090
16091         * more sync with sylpheed 0.5.0pre1
16092
16093 2001-06-18 [alfons]
16094
16095         * src/Makefile.am,
16096           src/procmime.c
16097                 added --sysconfdir to CPPFLAGS for pointing to the correct
16098                 location of mime.types. 
16099
16100                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16101                 or ./configure!
16102
16103 2001-06-18 [hoa]
16104
16105         * src/summaryview.c
16106                 fixed some bug when building threads
16107
16108 2001-06-18 [pau]l
16109
16110         * src/prefs_account.c
16111                 UI stuff: More changes to the English
16112
16113 2001-06-18 [paul]
16114
16115         * src/pixmaps/stock_news_compose.xpm: new file
16116         * src/Makefile.am
16117         * src/mainwindow.c
16118         * src/summaryview.c
16119                 Added new icon for Hoa's 'compose a news
16120                 message', plus minor improvements to the
16121                 English
16122
16123         * po/ja.po
16124         * ChangeLog
16125         * ChangeLog.jp
16126                 more sync with sylpheed 0.5.0pre1
16127
16128 2001-06-18 [hoa]
16129
16130         * src/compose.[ch]
16131         * src/mainwindow.c
16132                 Follow-up and reply to
16133
16134         * src/summaryview.[ch]
16135                 Build threads also with subjects
16136
16137 2001-06-17 [hoa]
16138
16139         * src/compose.c
16140                 forwarding use the current account.
16141
16142         * src/mainwindow.c
16143                 the "compose message" button has been replaced with
16144                 "new mail" and "new news" buttons
16145
16146         * src/prefs_common.[ch]
16147                 added a configuration option to use the forward button
16148                 as "forward as attachment"
16149                 changed reply and forward format description
16150
16151         * src/quote_fmt_lex.l
16152         * src/quote_fmt_parse.y
16153                 added message with no signature in format for reply
16154                 and forward.
16155
16156 2001-06-17 [paul]
16157
16158         Minor UI stuff
16159
16160         * src/mainwindow.c
16161         * src/summaryview.c
16162                 Improvements to the English
16163
16164         * src/prefs_common.c
16165                 Improvements to the English and some
16166                 clarity/continuity improvements in the
16167                 description of Quote symbols.
16168
16169 2001-06-17 [paul]
16170
16171         0.5.0claws1
16172
16173         * sync with sylpheed 0.5.0pre1
16174
16175 2001-06-17 [hoa]
16176
16177         * src/compose.c
16178                 Better interface for compose, displayed fields
16179                 are updated whenever we change account.
16180                 Newsgroups field is automatically filled.
16181
16182         * src/mainwindow.c
16183                 Newsgroups field is automatically filled.
16184
16185         * src/prefs_account.c
16186                 Some interface stuff when fields appear and
16187                 disappear.
16188
16189 2001-06-16 [paul]
16190
16191         0.4.99claws
16192
16193         * sync with sylpheed 0.4.99
16194
16195 2001-06-16 [sergey]
16196
16197         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16198         base64_decoder_free, base64_decoder_decode): new object and
16199         functions for decoding base64 streams.
16200         * src/procmime.c (procmime_decode_content): modified to use the
16201         new base64 decoder.
16202
16203 2001-06-15 [paul]
16204
16205         0.4.99claws10
16206
16207         * sync with sylpheed 0.4.99cvs11
16208
16209 2001-06-13 [paul]
16210
16211         0.4.99claws9
16212
16213         * sync with sylpheed 0.4.99cvs9
16214
16215 2001-06-13 [hoa]
16216
16217         * src/compose.c
16218         * src/prefs_account.c
16219
16220                 SMTP server can be defined in the news account
16221                 mime type of attachment are kept.
16222
16223         * src/summaryview.c
16224
16225                 now choose the highest important score between default
16226                 and important score of folder.
16227
16228 2001-06-09 [alfons]
16229         
16230         * src/prefs_common.c: 
16231
16232                 (prefs_quote_description_create): corrected description of 
16233                 quote format characters
16234
16235 2001-06-09 [paul]
16236
16237         0.4.99claws8
16238
16239         * sync with sylpheed 0.4.99cvs8
16240
16241 2001-06-08 [sergey]
16242
16243         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16244         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16245
16246 2001-06-08 [paul]
16247
16248         0.4.99claws7
16249
16250         * sync with sylpheed 0.4.99cvs7
16251
16252 2001-06-06 [sergey]
16253
16254         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16255         clashes with autogenerated header).
16256         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16257         * src/Makefile.am: added quote_fmt.h.
16258         * src/.cvsignore: added lex/yacc autogenerated files
16259         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16260
16261 2001-06-06 [paul]
16262
16263         0.4.99claws6
16264
16265         * sync with sylpheed 0.4.99cvs6
16266
16267 2001-06-06 [hoa]
16268
16269         * added src/quote_fmt_parse.h
16270         * src/compose.c
16271                 removed warnings
16272
16273         * src/prefs.[ch]
16274                 don't modify readonly configuration files
16275
16276         * src/prefs_account.c
16277         * src/prefs_common.c
16278         * src/prefs_customheader.c
16279         * src/prefs_display_header.c
16280         * src/prefs_filter.c
16281         * src/prefs_filtering.c
16282         * src/prefs_scoring.c
16283                 don't open dialog box when configuration files
16284                 are readonly
16285
16286 2001-06-05 [sergey]
16287
16288         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16289
16290         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16291         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16292         BUILT_SOURCES to make all files rebuild properly.
16293
16294         * src/compose.c: removed #include "quote_fmt.tab.h".
16295
16296         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16297         CHARACTER value in yylval.
16298
16299         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16300         receive CHARACTER value by documented means (yylval).
16301
16302         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16303
16304 2001-06-05 [hoa]
16305
16306         * src/Makefile.am
16307                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16308
16309         * src/filtering.c
16310         * src/matcher.c
16311         * src/matcher.h
16312         * src/prefs_filtering.c
16313                 now keep the configuration for execute action
16314
16315         * src/mbox_folder.c
16316                 fixed a warning
16317
16318 2001-06-05 [paul]
16319
16320         * sync with sylpheed 0.4.99cvs5
16321
16322 2001-06-05 [hoa]
16323
16324         * src/Makefile.am
16325                 added quote_fmt.[ch]
16326
16327         * added src/quote_fmt.y
16328         * added src/quote_fmt.l
16329         * added src/quote_fmt.tab.h
16330         * added src/quote_fmt.tab.c
16331         * added src/lex.quote_fmt.c
16332                 parsing configuration for replying
16333                 and forwarding
16334
16335         * src/prefs_common.[ch]
16336                 added configuration UI for replying
16337                 and forwarding
16338
16339         * src/compose.c
16340                 using configuration for replying
16341                 and forwarding
16342
16343 2001-06-04 [hoa]
16344
16345         * src/filtering.c
16346         * src/matcher.c
16347         * src/matcher.h
16348         * src/prefs_filtering.c
16349         * src/prefs_matcher.c
16350         * src/prefs_matcher.h
16351                 action "run a command" for filtering
16352                 and matching with a command.
16353                 fixed the "whole message" matching
16354
16355         * src/mbox_folder.c
16356                 changed temporary filename for security
16357
16358         * src/messageview.c
16359                 queue the notification if it fails to send.
16360
16361         * src/prefs_common.c
16362         * src/prefs_folder_item.c
16363                 changed the default important score             
16364
16365         * src/prefs_scoring.c
16366         * src/scoring.c
16367                 hide kill score input when the folder is not
16368                 a newsgroup
16369
16370 2001-06-03 [alfons]
16371
16372         * src/prefs_common.c:
16373
16374                 (prefs_font_select): pass font name in font entry box to font
16375                 selection dialog.
16376
16377 2001-06-03 [sergey]
16378
16379         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16380
16381 2001-06-03 [paul]
16382
16383         * sync with sylpheed 0.4.99cvs4
16384
16385 2001-06-03 [alfons]
16386
16387         * src/headerwindow.c:
16388
16389                 (headerwindow_show_cb): use the selected summary view item, not
16390                 the displayed item.
16391
16392 2001-06-02 [alfons]
16393
16394         * src/headerwindow.c:
16395
16396                 (headerwindow_show_cb): always try to show msginfo
16397
16398 2001-06-02 [hoa]
16399
16400         * src/compose.c
16401                 keep attached parts when reediting or forwarding.
16402
16403 2001-06-01 [hoa]
16404
16405         * src/folderview.c
16406         * src/prefs_folder_item.[ch]
16407         * src/prefs_scoring.[ch]
16408         * src/scoring.[ch]
16409         * src/summaryview.[ch]
16410         * src/main.c
16411         * src/mainwindow.c
16412         * src/prefs_common.[ch]
16413                 support for folder scoring
16414                 kill score and important score for messages
16415         
16416         * src/prefs_account.c
16417                 some display bug fixed for local account
16418                 preferences
16419
16420 2001-05-31 [alfons]
16421
16422         * src/summaryview.c:
16423
16424                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16425                 sender to address book menu item is disabled.
16426
16427 2001-05-30 [hoa]
16428
16429         * src/filtering.[ch]
16430         * src/summaryview.c
16431                 handling summary menu / filter messages
16432
16433         * src/folder.[ch]
16434                 add some stuff
16435
16436         * src/foldersel.c
16437                 imap folders now appears in list
16438
16439         * src/mbox_folder.c
16440                 doesn't crash if destination mail is not writeable
16441
16442 2001-05-29 [hoa]
16443
16444         * src/compose.c
16445                 removed some warnings
16446
16447         * src/filtering.c
16448         * src/folder.[ch]
16449         * src/prefs_filtering.c
16450                 global string to identify any folders           
16451                 removed some debug info
16452                 filtering to mbox folders is now possible
16453
16454         * src/mainwindow.c
16455                 removed some warnings
16456
16457         * src/mbox_folder.c
16458                 permission on files are changed to read/write for user only,
16459                 nothing for other.
16460                 creation of subfolder is handled better.
16461
16462 2001-05-28 [alfons]
16463
16464         Verified the sync for src/prefs_common.[ch] and
16465         src/prefs_account.[ch]. I believe there were some
16466         minor indentation differences.
16467
16468 2001-05-28 [paul]
16469
16470         0.4.99claws3
16471
16472         * sync with 0.4.99cvs3
16473
16474 2001-05-28 [hoa]
16475
16476         * src/compose.c
16477                 handling flags for mbox format
16478
16479         * src/filtering.c
16480                 use of mark file only for MH format
16481                 handling flags for mbox format
16482                 filtering cannot yet move or copy mails to mbox folders.
16483
16484         * src/folder.[ch]
16485                 changed move_msg, copy_msg,
16486                 move_msgs_with_dest, copy_msgs_with_dest functions
16487                 uses only folder->copy_msg() function
16488                 uses folder->finished_copy() to handle the destination
16489                 folder at the end of the copy or move operation.
16490
16491         * src/foldersel.c
16492                 included mbox directories.
16493
16494         * src/folderview.[ch]
16495         * src/mainwindow.c
16496                 handle folders operation for mbox format
16497
16498         * src/mbox.c
16499                 disable conversion of "From " header
16500
16501         * src/mbox_folder.[ch]
16502                 completion of mbox format handling
16503
16504         * src/mh.c
16505                 changed mh_copy_msg() function and
16506                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16507                 mh_copy_msgs_with_dest()
16508
16509         * src/prefs_filtering.c
16510                 removed some warnings
16511
16512         * src/prefs_matcher.c
16513                 default boolean operation is AND
16514
16515         * src/procheader.c
16516                 handling flags for mbox format
16517                 handling of "From " header
16518
16519         * src/procmsg.[ch]
16520                 removed data field
16521                 added MSG_REALLY_DELETED flags to handle deletion of
16522                 messages in mbox format.
16523
16524         * src/summaryview.c
16525                 handling flags for mbox format
16526                 disable the MSG_DELETED flags when messages
16527                 are deleted in mbox format
16528
16529         * src/textview.c
16530                 "From " headers display fixed.
16531
16532 2001-05-27 [alfons]
16533
16534         * src/textview.c:
16535                 
16536                 (get_email_part): skip quoted email addresses, like in e.g.
16537                 "'alfons@proteus.demon.nl'".
16538
16539 2001-05-26 [alfons]
16540
16541         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16542         and fixing the persistence troubles when using separate windows.
16543
16544         * src/mainwindow.c:
16545         
16546             Added #define SEPARATE_ACTION used in the gtk item factory for 
16547             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16548                 use gtk_item_factory_get_widget_by_action() to get the items.
16549                 
16550             Removed separate_widget_cb from the gtk item factory data   
16551           
16552             (mainwindow_create): connect separate_widget_cb() to check
16553             menu item "toggled" signal. also passing a MainWindow pointer
16554                 as object data for both check menu items.
16555                 
16556             (separate_widget_cb): definition of separate_widget_cb() to match
16557             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16558                 window using gtk_object_get_data(). The type of window separation 
16559                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16560         
16561         * src/prefs_filtering.c,
16562           src/prefs_matcher.c: added horizontal scrollbars
16563
16564 2001-05-25 [darko]
16565
16566         * src/headerview.c
16567                 fix segfault with invalid bold font
16568         * src/summaryview.c
16569                 correctly display summary stats after row is marked
16570
16571 2001-05-23 [sergey]
16572
16573         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16574         encodings with libjconv.
16575
16576 2001-05-23 [hoa]
16577
16578         * src/Makefile.am
16579                 added mbox_folder.[ch]
16580         * src/defs.h
16581                 mbox temporary folder
16582         * src/folder.[ch]
16583         * added src/mbox_folder.[ch]
16584         * src/folderview.c
16585         * src/procheader.[ch]
16586                 added mbox support
16587         * src/mbox.c
16588                 bugfix for file incorporation filtering
16589         * src/imap.c
16590                 enable creation of MBOX
16591         * src/prefs_display_header.c
16592                 enable use of headers like "From "
16593                 something that should be fixed :
16594                         displaying of such headers add an extra space
16595         * src/prefs_folder_item.c
16596                 don't create folders because it is not necessary
16597         * src/procmsg.h
16598                 added data field to MsgInfo for mbox internal use
16599         * src/summaryview.c
16600                 added some support for mbox
16601         * src/utils.[ch]
16602                 added get_mbox_cache_dir() function
16603
16604 2001-05-23 [hiroyuki]
16605
16606         * src/headerwindow.c
16607           src/inc.c
16608           src/main.c
16609           src/mh.c
16610           src/nntp.c
16611           src/procmsg.h
16612           src/session.h
16613           src/socket.[ch]
16614           src/summaryview.c
16615           src/textview.c
16616           src/automaton.c
16617           src/folderview.c: more sync with 0.4.99cvs2.
16618
16619         * src/headerwindow.c: reverted.
16620
16621 2001-05-22 [paul]
16622
16623         0.4.99claws2
16624
16625         * sync with sylpheed 0.4.99cvs2
16626                 * src/news.[ch]
16627                 * src/nntp.[ch]
16628                 * INSTALL
16629                 * INSTALL.jp
16630
16631 2001-05-22 [alfons]
16632
16633         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16634
16635 2001-05-21 [alfons]
16636
16637         Minor things:
16638
16639         * configure.in: if gnome-config not found, "no" is displayed
16640         
16641         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16642
16643         * src/textview.c: now also possible to add mail addresses by right
16644           clicking in the text view
16645
16646         * src/codeconv.c: merged patch which fixes endless loop when encountering
16647           invalid wide characters; from Alte <010@imis.ru>  
16648
16649 2001-05-20 [alfons]
16650
16651         Added installation of gnome specific things:
16652
16653         * Makefile.am: gnome conditional
16654
16655         * configure.in: check for installed gnome
16656
16657         * added sylpheed.png, sylpheed.desktop
16658
16659 2001-05-20 [sergey]
16660
16661         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16662
16663         * src/mainwindow.h (main_window_toolbar_create): created a button
16664         for "Reply to all".
16665         (main_window_set_toolbar_sensitive): enable/disable the new button
16666         appropriately.
16667         (toolbar_reply_to_author_cb): handle the new button.
16668
16669         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16670         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16671         failure).
16672
16673 2001-05-19 [sergey]
16674
16675         * src/compose.h (ComposeReplyMode): new modes
16676         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16677         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16678
16679         * src/compose.c
16680         (compose_send): move some code into a new function:
16681         (compose_current_mail_account): new function.
16682         (compose_reply): new argument to_author, all callers changed; if
16683         to_author==TRUE and account->protocol==A_NNTP, find and use an
16684         appropriate mail account for replying.
16685         (compose_reply_set_entry): new argument to_author; ignore
16686         compose->replyto if to_author==TRUE.
16687
16688         * src/mainwindow.c: new command "Message/Reply to author".
16689         (main_window_set_menu_sensitive): enable/disable it.
16690         (reply_cb): handle it.
16691
16692         * src/summaryview.c: new command "Reply to author".
16693         (summary_set_menu_sensitive): enable/disable it.
16694         (summary_reply_cb): handle it.
16695
16696         * src/account.c (account_find_mail_from_address): new function.
16697
16698 2001-05-18 [paul]
16699
16700         0.4.99claws1
16701
16702         * sync with sylpheed 0.4.99cvs1
16703
16704 2001-05-18 [hoa]
16705
16706         * src/compose.[ch]
16707         * src/filtering.c
16708         * src/summaryview.c
16709                 new filtering action : forward and forward as attachment
16710
16711         * src/main.c
16712                 no need for $DISPLAY when we run sylpheed --help
16713                 call to parse_cmd_opt() is moved
16714
16715         * src/mainwindow.[ch]
16716                 execute button is hidden when immediate execute
16717                 is chosen
16718
16719         * src/mh.c
16720         * src/news.c
16721         * src/prefs_folder_item.c
16722         * src/procmsg.c
16723                 better handling of missing directories
16724
16725         * src/summaryview.c
16726                 reedit is enabled in outbox
16727                 reedit is enabled in queue
16728
16729 2001-05-17 [hoa]
16730
16731         * src/filtering.c
16732         * src/matcher.[ch]
16733         * src/prefs_filtering.c
16734                 changed attachement into attachment
16735
16736 2001-05-17 [alfons]
16737
16738         0.4.67claws4    
16739
16740         * sync with sylpheed 0.4.67cvs9
16741         * sync with sylpheed 0.4.67cvs7-8
16742
16743 2001-05-17 [hoa]
16744
16745         * src/Makefile.am
16746                 added prefs_filtering.c
16747
16748         * src/filtering.[ch]
16749         * src/matcher.[ch]
16750                 removed action : forward_news and forward_news_as_attachement
16751                 (forward and forward_as_attachement can be used instead)
16752
16753         * src/mainwindow.c
16754                 added menu option to access filtering configuration
16755
16756         * src/prefs_account.c
16757                 changed mail_command default to /usr/sbin/sendmail
16758
16759         * added src/prefs_filtering.[ch]
16760                 dialog box for filtering configuration
16761
16762         * src/prefs_matcher.c
16763                 added function prefs_matcher_get_criteria_from_matching()
16764
16765         * src/prefs_scoring.c
16766                 reset the dialog when register or substitute is clicked
16767
16768 2001-05-15 [hoa]
16769
16770         * src/Makefile.am
16771                 added filtering.[ch]
16772         * src/inc.c
16773                 using filering.[ch] instead of filter.[ch]
16774         * src/main.c
16775                 reading new filtering configuration
16776         * src/matcher.[ch]
16777                 added some filtering actions
16778                 and fixed a bug for headers and mail body matching
16779         * src/mbox.c
16780                 using filering.[ch] instead of filter.[ch]
16781         * src/mh.c
16782                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16783         * src/summaryview.c
16784                 some fixes for filtering
16785
16786 2001-05-14 [hiroyuki]
16787
16788         * src/send.c: fixed some weird indentations.
16789           send_message_with_command(): call pclose() only if p != NULL.
16790         * src/textview.c: get_email_part(): modified the code for readability.
16791
16792 2001-05-14 [hiroyuki]
16793
16794         * src/md5global.h
16795           src/md5ify.c
16796           src/md5ify.h: removed from the cvs.
16797
16798 2001-05-13 [sergey]
16799
16800         * src/main.c: include rfc2015.h to avoid compiler warnings.
16801         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16802         the panel is already on screen.
16803         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16804         closing the alert window by ESC as "No".
16805         * src/prefs_common.c (prefs_interface_create): moved return
16806         receipt check button to the correct place.
16807
16808 2001-03-13 [alfons]
16809
16810         * src/prefs_common.c: 
16811                 moved return receipt check button to the Send tab. (prefs_send_create)
16812                 removed the date format ui related globals. (prefs_display_create)
16813
16814         0.4.67claws3
16815         
16816         * sync with sylpheed 0.4.67cvs5-6
16817
16818 2001-05-13 [paul]
16819
16820         * added Alfons' font selection patch
16821
16822         * src/defs.h
16823         * src/headerwindow.c
16824         * src/prefs_common.c
16825         * src/prefs_common.h
16826
16827 2001-05-13 [hoa]
16828         * src/defs.h
16829                 changed version of cache
16830         * src/matcher.[ch]
16831         * src/prefs_matcher.c
16832                 added additionnal matching criteria
16833         * src/procheader.c
16834         * src/procmsg.[ch]
16835         * src/news.c
16836                 added references in MsgInfo
16837
16838 2001-05-12 [hoa]
16839
16840         * src/defs.h
16841                 prepared some things for new filtering
16842         * src/matcher.[ch]
16843                 added some matching properties
16844                 inreplyto need to be enhanced
16845                 prepared some things for new filtering
16846         * src/messageview.c
16847                 added Return-Receipt-To handling
16848         * src/prefs_folder_item.c
16849                 changed default value to TRUE
16850         * src/prefs_matcher.c
16851                 added some matching properties
16852         * src/prefs_scoring.[ch]
16853                 the scoring dialog is finished
16854         * src/procheader.c
16855                 added Return-Receipt-To handling
16856                 Reference need to be added
16857         * src/procmsg.[ch]
16858                 added Return-Receipt-To handling
16859                 added threadscore to get a better score sorting when
16860                 threads are enabled
16861         * src/summaryview.c
16862                 suppressed a bug when we sort the list
16863                 when no folder is opened.
16864                 better score sorting when threads are enabled
16865
16866 2001-05-12 [alfons]
16867
16868         * reverted previous patch because of potential errors 
16869
16870         0.4.67claws2
16871         
16872         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16873                 applied "toggle mail-retrieval dialog window" patch submitted 
16874                 by Eric Limpens <eric@qnt.net>
16875
16876         * sync with sylpheed 0.4.67cvs4
16877
16878 2001-05-12 [sergey]
16879
16880         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16881         some picky compilers.
16882         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16883         * src/grouplist_dialog.c: include alertpanel.h.
16884         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16885         fix compile warning.
16886         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16887         #include "defs.h" before others to prevent the warning of `MIN'
16888         and `MAX' redefinition.
16889
16890 2001-05-11 [hoa]
16891
16892         * src/main.c
16893         * src/messageview.c
16894         * src/prefs_account.c
16895         * src/prefs_display_header.c
16896                 removed warning
16897         * src/Makefile.am
16898                 added prefs_scoring.[ch]
16899         * src/grouplist_dialog.c
16900                 display an error dialog box if the group list
16901                 cannot be fetched.
16902         * src/mainwindow.[ch]
16903                 added main_window_set_thread_option() function
16904                 scoring dialog box enabled
16905         * src/matcher.[ch]
16906                 added flags matching unread /new / marked
16907                 / deleted / replied / forwarded
16908         * src/news.c
16909                 newsgroups are now finally in newscache
16910         * src/prefs_matcher.[ch]
16911                 finished preferences for matching dialog
16912         * added src/prefs_scoring.[ch]
16913                 scoring dialog box completed
16914         * src/scoring.[ch]
16915                 conversion to string : added scoringprop_to_string()
16916                 write config for preferences :
16917                 added prefs_scoring_write_config()
16918         * src/summaryview.c
16919                 threads can be enabled/disabled independently
16920                 for each folder
16921
16922 2001-05-10 [alfons]
16923
16924         0.4.67claws1
16925         
16926         * AUTHORS: 
16927                 thought it would be nice to have a list of all
16928                 contributors (used Changelog as a reference)
16929         
16930         * configure.in: 
16931                 messed up version numbering...
16932
16933         0.4.66claws1
16934
16935         * sync with sylpheed 0.4.67cvs1-3
16936
16937 2001-05-10 [darko]
16938
16939         * src/prefs_common.c:
16940                 better UI for strftime format, double clicking
16941                 on format now inserts the format in text entry
16942                 replaced close button with standard OK/Cancel
16943                 moved date format button to the right of the
16944                 text entry field
16945
16946 2001-05-09 [alfons]
16947
16948         * src/gtkstext.c:
16949                 Ctrl-Home / Ctrl-End have proper cursor navigation
16950
16951 2001-05-09 [hoa]
16952
16953         * src/prefs_matcher.c
16954                 finished UI to define matching properties
16955                 added ok and cancel button
16956         * src/prefs_filter.c
16957                 added ok and cancel button
16958         * src/news.c
16959                 fixed some bug in xhdr parsing
16960
16961 2001-05-08 [alfons]
16962
16963         * src/textview.c: 
16964                 fixed a bug in textview_show_header(), which displayed two colons (':');
16965                 cleaned up some warnings
16966
16967 2001-05-08 [hoa]
16968
16969         * src/Makefile.am
16970                 added prefs_matcher.[ch]
16971                 compilation with -W -Wall
16972         * src/alertpanel.c
16973                 ungrab the mouse events if grabbed - does it
16974                 fix the bug for disposition notification ?
16975         * src/mainwindow.c
16976                 added a menu option to open the matching dialog.
16977         * src/matcher.[ch]
16978                 added matcherprop_to_string() and matcherlist_to_string()
16979                 fixed some bugs, changed the name of some options
16980                 age_sup and age_inf becomes age_greater and age_lower,
16981                 body and messageheaders becomes body_part and headers_part,
16982                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16983         * src/prefs_display_header.c
16984         * src/prefs_headers.c
16985                 fixed a bug that accidentally destroyed dialogs
16986                 when closed them with delete_event
16987                 Added *_deleted() which handle delete_event signal correctly.
16988         * src/prefs_folder_item.[ch]
16989                 added "enable_thread" field for future customization
16990         * added src/prefs_matcher.[ch]
16991                 sample of the UI to define matching properties
16992         * src/procheader.c
16993                 using procheader_headername_equal instead of str*cmp functions
16994                 using procheader_parse_header() function
16995         * src/scoring.c
16996                 using MATCHING_XXX instead of SCORING_XXX
16997         * src/summaryview.c
16998                 display the sender of the news even if this is ourself
16999                 when this is a news message.
17000         * src/textview.c
17001                 using headername_equal() instead of str*cmp functions
17002
17003 2001-05-08 [alfons]
17004
17005         0.4.66claws
17006
17007         * sync with sylpheed 0.4.66
17008         * src/gtkstext.c: trace logs added 
17009
17010 2001-05-08 [sergey]
17011
17012         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17013         signature check popup.
17014         * src/rfc2015.c (check_signature): show signature check popup only
17015         if it is enabled in preferences.
17016
17017 2001-05-07 [alfons]
17018
17019         0.4.66claws4
17020         
17021         * sync with sylpheed 0.4.66cvs6
17022
17023 2001-05-07 [darko]
17024
17025         * src/prefs_common.[ch]: added option to enable/disable
17026           looking up sender name in address book for summary pane
17027         * src/summaryview.c: look up sender in the address book
17028           by using Alfons' address completion code
17029
17030 2001-05-07 [hiroyuki]
17031
17032         * src/inc.h
17033           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17034           member of Pop3State.
17035         * src/news.c: brought #include "defs.h" before #include <glib.h>
17036           to prevent the warning of `MIN' and `MAX' redefinition.
17037
17038 2001-05-06 [hoa]
17039
17040         * removed src/headers_display.[ch]
17041         * removed src/prefs_display_headers.[ch]
17042         * src/inc.c
17043                 use a temporary file in the user directory for mbox import
17044         * src/news.c
17045                 added XHDR support to get "To" and "Cc" headers
17046                 (in order to match news with to or cc field for
17047                 scoring)
17048                 added function news_parse_xhdr() to get XHDR response
17049         * src/nntp.[ch]
17050                 added function nntp_xhdr()
17051         * src/matcher.c
17052                 fetch the message if necessary
17053
17054 2001-05-06 [alfons]
17055
17056         0.4.66claws3
17057
17058         * sync with sylpheed 0.4.66cvs3-5
17059
17060 2001-05-06 [hoa]
17061
17062         * src/utils.[ch]
17063                 added function itos_buf() to enable use of several buffers
17064         * src/summaryview.c
17065                 use of itos_buf() instead of itos() in summary list
17066                 to fix the broken display of message number.
17067
17068 2001-05-06 [alfons]
17069
17070         * src/gtkstext.c: bug in cursor up navigation fixed,
17071                 fixed another unsigned / signed comparison (we're getting there :-)
17072
17073 2001-05-06 [hoa]
17074
17075         * src/Makefile.am
17076                 added scoring.c scoring.h
17077                 prefs_folder_item.c prefs_folder_item.h
17078                 matcher.c matcher.h
17079         * src/defs.h
17080                 added FOLDERITEM_RC SCORING_RC
17081         * src/folder.[ch]
17082                 added prefs field in FolderItem :
17083                 properties for each folder (PrefsFolderItem),
17084                 sorting type and mode were added as the first properties.
17085         * src/main.c
17086                 read config for scoring
17087         * added src/matcher.[ch]
17088                 gives functions to parse configuration file to do
17089                 matching on mails with a list of conditions.
17090         * src/mainwindow.c
17091                 add option to sort by score
17092         * src/prefs_common.[ch]
17093                 added preference option to show score and for
17094                 the score column size
17095         * added src/prefs_folder_item.[ch]
17096                 properties for each folder (PrefsFolderItem),
17097                 sorting type and mode were added as the first properties.
17098         * src/procheader.[ch]
17099                 added procheader_parse_header()
17100                 added procheader_header_free()
17101                 added procheader_headername_equal()
17102                 and made modification to use them.
17103         * src/procmsg.[ch]
17104                 added score field to MsgInfo structure
17105         * added src/scoring.[ch]
17106                 gives functions to parse configuration file to do
17107                 scoring on mails with a list of conditions.
17108         * src/summaryview.[ch]
17109                 save the sorting type and mode for the folder
17110                 added column to display the score of the mail
17111                 added function summary_score_clicked()
17112                 sorting type and mode are restored to the folder
17113                 when it is reopen
17114         * src/textview.c
17115                 use procheader_parse_header(), procheader_headername_equal()
17116                 removed memory leak in text_scan_header when freeing headers
17117         * src/filter.c
17118                 changed the function to match names of headers
17119                 using procheader_headername_equal()
17120
17121         Scoring functions are implemented, an interface is needed
17122         to configure that.
17123
17124 2001-05-04 [alfons]
17125
17126         * src/gtkstext.c: 
17127                 hopefully fixed the row up navigation bug,
17128                 removed adding back / forward lines to cache
17129
17130 2001-05-04 [sergey]
17131
17132         * src/prefs_display_headers.c: user interface changes:
17133         (prefs_display_headers_create): remove unused "Show" check button;
17134         allow reordering of headers by dragging.
17135         (prefs_display_headers_write_config): remove unused variables.
17136         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17137         of lists (not needed with the new UI).
17138         (prefs_display_headers_set_list): scan lists starting from row 0,
17139         not 1 (do not skip "(New)").
17140         (prefs_display_headers_find_header): new function.
17141         (prefs_display_headers_clist_set_row): do not allow duplicates.
17142         (prefs_display_headers_delete_cb): do not skip row 0; treat
17143         closing the alert window by ESC as "No".
17144         (prefs_display_headers_up): do not protect row 0.
17145         (prefs_display_headers_down): do not protect row 0.
17146
17147 2001-05-04 [sergey]
17148
17149         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17150         functions.
17151
17152         * src/summaryview.c
17153         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17154         summary_select_next_marked, summary_select_prev_marked): new
17155         functions.
17156
17157 2001-05-03 [sergey]
17158
17159         * src/news.c: fixed a bug when no article can be fetched after
17160         server timeout if the connection was restored by news_post():
17161         (news_select_group): new function.
17162         (news_fetch_msg): call news_select_group() before fetching
17163         article.
17164         (news_get_uncached_articles): set session->group after successful
17165         GROUP command.
17166
17167 2001-05-03 [hoa]
17168
17169         * src/defs.h
17170         * src/procmsg.[ch]
17171         * src/procheader.c
17172                  changed version of cache, added cc field
17173
17174         * src/prefs_display_headers.c
17175                 the interface was changed
17176
17177         * src/prefs_headers.c
17178                 added cancel button
17179
17180 2001-05-03 [alfons]
17181
17182         * completed sync of sylpheed cvs2
17183         * src/gtkstext.c: updated row up / down cursor navigation
17184         * src/textview.c: re-edited, prepared for fixing the email address
17185                 scanner.
17186
17187 2001-05-03 [darko]
17188
17189         * src/prefs_common.c: use alfons' strftime ui code
17190         entry_datefmt and datefmt_sample widgets have to be
17191         global in this module because of this change
17192
17193 2001-05-03 [hoa]
17194
17195         * src/messageview.c
17196         * src/prefs_common.[ch] added option to activate the return receipt
17197                 feature.
17198
17199 2001-05-02 [alfons]
17200
17201         * src/gtkstext.c: fix for row up/down cursor navigation. 
17202
17203         0.4.66claws2
17204         
17205         * sync with 0.4.66cvs2
17206
17207 2001-05-02 [paul]
17208
17209         added add-sender-to-addressbook patch
17210
17211         * src/addressbook.c
17212         * src/addressbook.h
17213         * src/summaryview.c
17214
17215 2001-05-02 [sergey]
17216
17217         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17218         G_ALERTDISABLE.
17219
17220         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17221         all existing callers changed to pass FALSE; create a check button
17222         to disable the message.
17223         (alertpanel_message_with_disable): new function.
17224         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17225         (alertpanel_button_toggled): new function.
17226         (alertpanel_button_clicked, alertpanel_close): set value using
17227         G_ALERT_VALUE_MASK.
17228
17229         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17230
17231         * src/prefs_common.c (prefs_privacy_create): new check button
17232         checkbtn_gpgme_warning.
17233
17234         * src/main.c (main): moved preferences reading before gpgme
17235         initialization; check prefs_common.gpgme_warning before giving the
17236         GnuPG warning and set it to FALSE if the user wants to disable the
17237         warning.
17238
17239 2001-05-02 [hiroyuki]
17240
17241         * src/prefs_display_headers.c: modified the layout and some labels.
17242
17243 2001-05-02 [sergey]
17244
17245         * src/prefs_account.c (prefs_account_fix_size): new function.
17246         (prefs_account_create): call prefs_account_fix_size(); use
17247         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17248         size when the window is shown for the first time).
17249         (prefs_account_basic_create): changed layout of serv_table; moved
17250         localmbox_entry above smtpserv_entry (logically it replaces
17251         POP3/IMAP server).
17252         (prefs_account_protocol_activated): set sensitivity of
17253         nntpauth_chkbtn according to the protocol (in addition to
17254         hide/show); commented out gtk_table_set_row_spacing() calls.
17255         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17256         not sensitive (fixes a bug with disabled username/password boxes
17257         when editing POP3 account after NNTP with authentication).
17258
17259 2001-05-02 [hoa]
17260
17261         * src/account.c
17262         * src/inc.c
17263         * src/prefs_account.[ch]
17264         * src/send.c
17265                 removed local account without SMTP server
17266                 added option to use mail command instead of a connexion
17267                 to SMTP server when a local account is used
17268         * src/prefs_headers.c
17269                 fixed a bug
17270         * src/news.c
17271                 fixed a bug when connexion immediately closed
17272
17273 2001-05-01 [alfons]
17274
17275         0.4.66claws1
17276         
17277         * sync with 0.4.65
17278
17279 2001-05-01 [sergey]
17280
17281         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17282         widget nntpauth_chkbtn.
17283         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17284         visibility.
17285         (prefs_account_nntpauth_toggled): new function.
17286
17287         * src/news.c (news_session_new_for_folder): use NNTP
17288         authentication only if ac->use_nntp_auth is set.
17289
17290 2001-05-01 [hoa]
17291
17292         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17293         * src/prefs_display_headers.c changed the UI
17294         * src/prefs_headers.c changed account_name to account_id
17295         * src/compose.c using customheader.h
17296
17297 2001-05-01 [hiroyuki]
17298
17299         * src/esmtp.c
17300           src/news.c
17301           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17302           unsynched.
17303
17304 2001-05-01 [hoa]
17305
17306         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17307         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17308                 for displaying of headers
17309         * src/grouplist_dialog.[ch] minor changes to remove warnings
17310         * src/prefs_display_headers.[ch] dialog to choose the
17311         headers to display in the mail viewer.
17312         * src/headers.h correction of #define
17313         * src/headers_display.[ch] configuration for displaying of headers.
17314         * src/main.c read config of displaying of headers
17315         * src/prefs_common.c add a button to access the config dialog
17316                 for displaying of headers
17317         * src/prefs_display_headers.[ch] dialog for configuration for
17318                 displaying of the headers.
17319         * src/prefs_headers.c cleaning of code
17320         * src/procheader.c comments added to code
17321         * src/textview.c changes to reorder the headers depending
17322                 on the config for displaying of headers
17323
17324 2001-04-30 [alfons]
17325
17326         0.4.65claws7
17327
17328         * sync with 0.4.65cvs12
17329
17330         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17331
17332 2001-04-30 [sergey]
17333
17334         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17335
17336         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17337         is set to force reconnection after authentication failure.
17338         (nntp_gen_command): set sock->auth_failed on authentication
17339         failure, or if sock->userid and sock->passwd are not set.
17340
17341         * src/news.c (news_session_new_for_folder): set userid=NULL if
17342         password dialog is cancelled.
17343
17344 2001-04-30 [sergey]
17345
17346         * src/nntp.h (NNTPSockInfo): new type.
17347
17348         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17349         SockInfo.
17350         (nntp_open_auth, nntp_close): new functions.
17351         (nntp_gen_command): new function to handle authentication; all
17352         NNTP command functions updated to use it.
17353         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17354         (nntp_list): removed old useless code.
17355
17356         * src/news.h (NNTPSession): new field nntp_sock.
17357
17358         * src/news.c: all functions updated to use NNTPSockInfo instead of
17359         SockInfo.
17360         (news_session_new): new arguments (userid, passwd); made static;
17361         use nntp_open_auth() if needed.
17362         (news_session_destroy): use nntp_close() instead of sock_close().
17363         (news_query_password): changed arguments.
17364         (news_session_new_for_folder): new function.
17365         (news_session_get): use news_session_new_for_folder().
17366         (news_authenticate): deleted.
17367         (news_get_uncached_articles): removed old authentication code.
17368
17369 2001-04-30 [sergey]
17370
17371         * src/news.c: reverted my previous changes (need to do NNTP
17372         authentication in a cleaner way).
17373         
17374 2001-04-29 [sergey]
17375
17376         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17377         news_nntp_post, news_nntp_mode): new functions (wrappers with
17378         authentication support).
17379         (news_get_article_cmd, news_get_article, news_get_header): new
17380         argument "folder"; all callers changed.
17381         (news_get_article_cmd): added authentication support.
17382         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17383         (news_post): use news_nntp_post() instead of nntp_post().
17384         (news_get_uncached_articles): use news_nntp_group() instead of
17385         nntp_group() and news_nntp_xover() instead of nntp_xover();
17386         removed old authentication code.
17387         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17388
17389         * src/nntp.c (nntp_list): return real error code instead of
17390         hardcoded NN_ERROR.
17391
17392 2001-04-29 [sergey]
17393
17394         * configure.in: fixed wint_t typedef detection again
17395
17396 2001-04-28 [hoa]
17397
17398         * src/prefs_account.[ch], added A_LOCAL_CMD
17399                 (send mail with mail command)
17400         * src/send.c added function send_message_with_command()
17401         * src/inc.c made a more secure get_spool() function with
17402                 mktemp() but maybe mkstemp() or something more
17403                 secure can be used.
17404
17405 2001-04-28 [alfons]
17406
17407         * src/textview.c, colorization of email addresses in headers
17408
17409         0.4.65claws6
17410
17411         * bug sync with sylpheed
17412         * prefs_common.c: created date format ui for darko
17413         * sync with 0.4.65cvs11
17414         * configure.in: corrected to have the new gpg checks
17415
17416 2001-04-27 [alfons]
17417
17418         * completed sync with 0.4.65cvs10
17419         * minor debug things added to gtkstext.c
17420
17421 2001-04-27 [darko]
17422
17423         * configure.in: remove check for availability of
17424           strftime() as advised by Hiroyuki
17425         * src/prefs_common.[ch], src/procheader.c:
17426           synch strftime() code with Hiroyki's main branch
17427
17428 2001-04-26 [sergey]
17429
17430         * src/news.c: news_query_password(), news_authenticate(): new
17431           functions.
17432           news_get_uncached_articles(): added NNTP authentication
17433           handling.
17434         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17435           new functions.
17436         * src/prefs_account.c: prefs_account_protocol_activated():
17437           enable userid and password fields for NNTP.
17438
17439 2001-04-26
17440
17441         * configure.in: check for availability of strftime()
17442           [darko]
17443         * src/prefs_common.[ch], src/procheader.c: use
17444           strftime() for displaying date in summary pane if it
17445           is available
17446
17447 2001-04-25
17448
17449         * more .cvsignore cleanups [alfons]
17450
17451 2001-04-25
17452
17453         * ac/sv-check-type.m4: new autoconf macro.
17454         * configure.in: fixed wint_t typedef detection (did not work
17455           with gcc-2.96).
17456
17457 2001-04-25
17458
17459         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17460           [hiroyuki]
17461
17462 2001-04-24
17463         * modified gtkstext.c : buggy cursor navigation fixed, 
17464           and font descent also taken in account when drawing
17465           cursor. [alfons]
17466
17467 2001-04-24 [hoa]
17468         * added comments in src/news.c src/nntp.c
17469         * added src/prefs_headers.[ch]
17470         * added src/headers.[ch]
17471         * modified compose.c to activate custom headers
17472                 added function is_in_custom_headers
17473         * modified prefs_account.[ch]
17474                 added function prefs_account_customhdr_edit
17475         * modified src/defs.h :
17476                 added HEADERS_RC : name of the config file
17477                 for the custom headers
17478
17479 2001-04-24
17480
17481     0.4.65claws5
17482
17483         * configure.in
17484           src/gtkstext.[ch]
17485           src/compose.c
17486           src/Makefile.am
17487           
17488           added gtkstext with configure.in patch by Hiroyuki which
17489           should fix the XIM detection [alfons]
17490
17491         * more clean up of cvs [alfons]
17492
17493                  * removed all Makefile.in files to attic.
17494
17495                  * updated all .cvsignores to really ignore things that could
17496                    be unintentionally committed by a recursive commit.
17497
17498 2001-04-23 [hoa]
17499         * added src/grouplist_dialog.[ch]
17500         * changed src/folderview.c to call grouplist_dialog instead
17501                 of inputdialog
17502         * src/news.c :
17503                 added functions news_reset_group_list
17504                 and news_get_group_list
17505         * src/nntp.c :
17506                 added function nntp_list
17507         * src/defs.h :
17508                 added GROUPLIST_FILE : name of the newsgroup list cache file
17509
17510 2001-04-21
17511
17512         * added option to warn about queued messages on exit [sergey]:
17513
17514           * src/compose.c: compose_queue(): call folder_item_scan()
17515             and folderview_update_item() after queueing.
17516           * src/folderview.c: folderview_update_node(): draw the queue
17517             folder in bold font if there are queued messages.
17518           * src/mainwindow.c: queued_messages(): new function.
17519             app_exit_cb(): display warning if there are queued messages
17520             if warn_queued_on_exit is set.
17521           * prefs_common.[ch]: add warn_queued_on_exit option.
17522
17523         * enhanced GnuPG key selection support [sergey]:
17524
17525           * src/select-keys.c: updated to newer version from Win32
17526             branch with support for selecting arbitrary keys.
17527           * src/prefs_account.c: added the Privacy tab to the account
17528             options window.
17529             prefs_account_privacy_create(),
17530             prefs_account_sign_key_set_data_from_radiobtn(),
17531             prefs_account_sign_key_set_radiobtn(): new functions.
17532           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17533           * src/rfc2015.c: set_signers(): new function.
17534             pgp_sign(): add the account parameter, call set_signers().
17535             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17536           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17537           * src/compose.c: pass the current account to rfc2015_sign().
17538
17539         * tag name claws added to prevent confusion with main branch [alfons]
17540
17541         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17542
17543         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17544
17545         * sync with recent sylpheed cvs. Untested though. [alfons]
17546