252e78a827dc167daed7baa19aa8f898b265e6d4
[claws.git] / ChangeLog.claws
1 2003-07-25 [paul]       0.9.3claws51
2
3         * partial sync with 0.9.3cvs21 [src/main.c]
4                 see ChangeLog 2003-07-25
5
6 2003-07-24 [paul]       0.9.3claws50
7
8         * tools/maildir2sylpheed.pl
9                 fix typo
10
11 2003-07-24 [paul]       0.9.3claws49
12
13         * src/mimeview.c
14                 increase the gutter size of paned so that the panes
15                 can be resized
16                 
17         * src/plugins/demo/demo.c
18                 squeeze in another typo fix
19
20 2003-07-24 [paul]       0.9.3claws48
21
22         * src/plugins/demo/demo.c
23           src/prefs_account.c
24                 small changes to the English
25                 
26         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
27           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
28           src/Makefile.am
29           src/stock_pixmap.c
30                 rename the misspelled icon
31
32 2003-07-23 [alfons]     0.9.3claws47
33
34         * src/mimeview.c
35                 make icon list look like a list of toggles
36
37 2003-07-23 [luke]       0.9.3claws46
38
39         * src/pixmaps/mimeview_gpg_expired.xpm
40         * src/pixmaps/mimeview_gpg_failed.xpm
41         * src/pixmaps/mimeview_gpg_passed.xpm
42         * src/pixmaps/mimeview_text_html.xpm
43         * src/pixmaps/mimeview_image.xpm
44                 o all icons the same size
45
46         * src/mimeview.[ch]
47                 o mimeview ctree arranged vertically above the viewer
48                 o icons changed to buttons
49                 o can use keyboard to select an icon (Enter)
50                 o resize icon list to width of icons
51
52         *  src/gtk/gtkvscrollbutton.c
53                 o sensitivity of buttons reacts to position
54
55 2003-07-23 [christoph]  0.9.3claws45
56
57         * sync with 0.9.3cvs14 (incomplete)
58                 see ChangeLog 2003-07-17
59
60 2003-07-23 [alfons]     0.9.3claws44
61
62         * src/folder.c
63         * src/procmsg.h
64                 sync with my local tree to restore some claws-only things
65
66 2003-07-23 [paul]       0.9.3claws43
67
68         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
69           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
70           src/Makefile.am
71           src/mimeview.c
72           src/procmime.h
73           src/rfc2015.c
74           src/stock_pixmap.[ch]
75                 indicate missing keys and expired sigs/keys
76                 in mime view column
77
78 2003-07-23 [paul]       0.9.3claws42
79
80         * src/compose.c
81                 Redirect fixes: enable automatic account selection and
82                 do not append signature to message on changing account
83                 fixes Bug[s] #248
84
85 2003-07-23 [paul]       0.9.3claws41
86
87         * sync with 0.9.3cvs16
88                 see ChangeLog 2003-07-23
89
90 2003-07-23 [alfons]     0.9.3claws40
91
92         * src/inc.c
93                 give progress dialog a main window, and give it the first 
94                 one (presumably the only one). fixes bug #247, "segfault on 
95                 pop-before-smtp" 
96
97 2003-07-22 [alfons]     0.9.3claws39
98
99         * src/summaryview.c
100                 shift-space scrolls up
101
102 2003-07-22 [paul]       0.9.3claws38
103
104         * sync with 0.9.3cvs15
105                 see ChangeLog 2003-07-22
106
107 2003-07-20 [alfons]     0.9.3claws37
108
109         * src/compose.c
110                 put menu inside #ifdef USE_ASPELL..#endif
111
112 2003-07-20 [christoph]  0.9.3claws36
113
114         * src/procmsg.c
115                 fix wrong flags in MsgInfo returned by
116                 procmsg_msginfo_get_full_info()
117
118         (closes Bug 221 Deleting messages from the Message View gives incorrect
119          new/unread message counts in the folder view)
120
121         * src/plugins/spamassassin/spamassassin_gtk.c
122                 add gettext macro for prefs page title
123
124 2003-07-20 [paul]       0.9.3claws35
125
126         * src/mimeview.c
127                 redraw icon list on signature check
128
129 2003-07-20 [christoph]  0.9.3claws34
130
131         * src/Makefile.am
132         * src/account.c
133         * src/folder.[ch]
134         * src/folder_item_prefs.[ch]            ** NEW **
135         * src/folderview.c
136         * src/mainwindow.c
137         * src/mh.c
138         * src/prefs_gtk.c
139         * src/prefs_scoring.c
140         * src/summaryview.c
141         * src/prefs_folder_item.[ch]
142                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
143                   Properties dialog
144                 o use prefswindow for folder properties
145
146         * src/gtk/prefswindow.[ch]
147                 change implementation to use an invisible notebook instead
148                 of unparenting widgets
149
150 2003-07-20 [christoph]  0.9.3claws33
151
152         * src/compose.h
153         * src/folder.c
154         * src/folderview.h
155         * src/headerview.h
156         * src/prefs_filtering.h
157         * src/prefs_folder_item.[ch]
158         * src/procmime.h
159         * src/procmsg.h
160         * src/summaryview.h
161                 clean up header mess
162                 (always use 1. typedefs, 2. #includes, 3. structures)
163
164         * src/common/version.h.in
165                 add casts for constants
166
167         * src/plugins/demo/demo.c
168                 fix typo
169
170         * src/plugins/spamassassin/spamassassin.c
171                 remove unused variable
172
173 2003-07-20 [alfons]     0.9.3claws32
174
175         * src/mimeview.c
176                 o make icon buttons respond on left click
177                 o minor cosmetic change
178
179 2003-07-19 [luke]       0.9.3claws31
180
181         * src/mimeview.[ch]
182         * src/gtk/gtkvscrollbutton.c
183         * src/messageview.c
184                 o improved mimeview behaviour when selecting a new message
185                 o plus code cleanups to remove compile warnings
186
187
188 2003-07-19 [alfons]     0.9.3claws30
189
190         * src/procmsg.c
191         * src/compose.c
192         * src/common/utils.[ch]
193                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
194
195 2003-07-19 [alfons]     0.9.3claws29
196
197         * src/prefs_folder_item.c
198                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
199                 string pointers
200
201 2003-07-19 [luke]       0.9.3claws28
202
203         * src/messageview.c
204         * src/mimeview.[ch]
205         * src/procmime.h
206         * src/rfc2015.c
207         * src/stock_pixmap.[ch]
208         * src/gtk/Makefile.am
209         * src/Makefile.am
210         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
211         * src/pixmaps/mime_*.xpm                ** NEW **
212                 o mimeview rearrangement with a new icon shortcut bar
213         
214 2003-07-19 [alfons]     0.9.3claws27
215
216         * src/folderview.c
217                 o plug leaking nodes_to_recollapse
218                 o add folderview_recollapse_all_nodes() (not used yet)
219
220 2003-07-19 [alfons]     0.9.3claws26
221
222         * src/compose.c
223         * src/common/utils.c
224                 honour #240 "Better SUBJECT handling" by cleaning the prefix
225                 for both forwarding as replying
226
227 2003-07-18 [christoph]  0.9.3claws25
228
229         * configure.ac
230         * src/common/sylpheed.[ch]
231         * src/common/version.h.in
232                 add version in numeric form to allow easy comparison
233
234         * src/plugins/demo/demo.c
235                 add version check
236                 - sylpheed version > plugin version => never allowed, sylpheed
237                   could contain unknown API changes
238                 - sylpheed version < minimum version required => don't load,
239                   API required not available (if linking does not fail)
240
241 2003-07-18 [alfons]     0.9.3claws24
242         
243         * src/common/plugin.[ch]
244                 const correctness
245
246 2003-07-18 [christoph]  0.9.3claws23
247
248         * src/common/hooks.c
249                 fix crash when hooks where unregisted
250
251         * src/plugins/trayicon/trayicon.c
252                 unregister detroy signal before destroying the widget
253                 (still crashes when the plugin is unloaded)
254
255 2003-07-18 [alfons]     0.9.3claws22
256         
257         * src/folderview.c
258                 delay expanding folder tree during drags until timeout triggered
259                 (needs perhaps some tweaking, so testing is welcome)
260
261 2003-07-17 [alfons]     0.9.3claws21
262
263         * src/folderview.c
264                 clean up cruft
265
266 2003-07-17 [christoph]  0.9.3claws20
267
268         * src/common/session.c
269                 fix opening of SSL connections
270
271         * src/plugins/image_viewer/Makefile.am
272                 add OPENSSL_CFLAGS (we should find a better solution to remove
273                 this dependencies if they are not required)
274
275         * src/plugins/spamassassin/spamassassin.c
276                 remove setlocale workaround (fixed in libspamc)
277
278 2003-07-17 [alfons]     0.9.3claws19
279
280         * src/common/hooks.[ch]
281         * src/plugins/clamav/clamav_plugin.c
282         * src/plugins/spamassassin/spamassassin.c
283         * src/plugins/trayicon/trayicon.c
284                 fix signedness muck 
285
286 2003-07-17 [alfons]     0.9.3claws18
287
288         * src/procmime.c
289                 plug memleak
290
291 2003-07-17 [alfons]     0.9.3claws17
292
293         * src/inc.c
294                 plug memleak
295
296 2003-07-17 [paul]       0.9.3claws16
297
298         * src/common/defs.h
299           src/mainwindow.c
300           src/manual.[ch]
301                 add link to the Claws site's FAQ page, after the suggestion
302                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
303                 Move url strings to defs.h
304                 
305         * src/mainwindow.c
306                 fix typo to prevent "unknown menu entry" warnings
307
308 2003-07-17 [alfons]     0.9.3claws15
309
310         * src/folderview.[ch]
311         * src/summaryview.[ch]
312         * src/mimeview.[ch]
313                 plug DnD leaks 
314
315 2003-07-17 [paul]       0.9.3claws14
316
317         * src/inc.c
318                 remove two instances of 'GTK_EVENTS_FLUSH' because
319                 they are unnecessary and probably cause a stack overflow
320
321 2003-07-16 [christoph]  0.9.3claws13
322
323         * src/mimeview.[ch]
324                 use an invisible GTK notebook to switch between viewers
325                 instead of reparenting widgets
326
327 2003-07-16 [christoph]  0.9.3claws12
328
329         * src/folder.c
330                 move folder_item_update_freeze() to correct place in
331                 folder_item_scan_full()
332
333 2003-07-16 [paul]       0.9.3claws11
334
335         * sync with 0.9.3cvs12
336                 see ChangeLog 2003-07-14 and 2003-07-15
337
338 2003-07-16 [christoph]  0.9.3claws10
339
340         * src/imap.[ch]
341         * src/prefs_account.[ch]
342                 sync IMAP CRAM-MD5 authentication with sylpheed-main
343
344 2003-07-15 [alfons]     0.9.3claws9
345
346         * src/main.c
347                 make --config-dir do something useful
348
349 2003-07-15 [alfons]     0.9.3claws8
350
351         * src/procmsg.c
352                 o fix a bug where 'last' didn't really point to the last message
353                   in the top level list of children, but to the last threaded
354                   message. 
355                 
356                 o clean up and make it easier to sync
357
358 2003-07-15 [alfons]     0.9.3claws7
359
360         * src/mainwindow.c
361                 make correct menu items sensitive       
362
363 2003-07-14 [alfons]     0.9.3claws6
364
365         * src/procmsg.c
366                 tune the threader so it will not subject-thread any message
367                 without a subject prefix (this will not thread correctly if 
368                 a parent is delivered after their childs, but it looks 
369                 better right now)
370
371 2003-07-13 [christoph]  0.9.3claws5
372
373         * src/mainwindow.c
374                 group "Add mailbox *..." menu items in submenu
375
376 2003-07-13 [alfons]     0.9.3claws4
377
378         * src/summaryview.c
379                 correct summary_toggle_pressed() signature and make sure
380                 signal is not passed on
381
382 2003-07-13 [alfons]     0.9.3claws3
383
384         * src/summaryview.c
385                 o for now don't pass on keys when they we're handled by 
386                   ctree::key_press_event
387                 o clean up
388
389 2003-07-13 [alfons]     0.9.3claws2
390         
391         * src/main.c
392                 add command line option "--config-dir" to get the current 
393                 configuration dir
394
395 2003-07-12 [alfons]     0.9.3claws1
396
397         * src/matcher.[ch]
398         * src/matcher_parser_parse.y
399         * src/prefs_filtering.c
400         * src/filtering.c
401                 add "Lock" filter action to lock messages;
402
403         * src/filtering.c       
404                 remove debug_print()    
405         * src/prefs_filtering.c
406                 re-organize matcher part 9: 
407                 make action text entries easily extendible;
408                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
409                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
410
411 2003-07-12 [paul]
412
413         * tools/README
414                 update old information and add missing
415                 information
416
417 2003-07-12 [paul]       0.9.3claws
418
419         * 0.9.3claws released
420         
421 2003-07-12 [paul]       0.9.0claws103
422
423         * src/Makefile.am
424                 add addrquery.h
425
426 2003-07-12 [melvin]     0.9.0claws102
427
428         * src/messageview.c
429                 Fixed bug #215: Show MIME tab for single text/html messages. 
430                 
431 2003-07-12 [paul]       0.9.0claws101
432
433         * man/sylpheed.1
434                 updated
435
436 2003-07-12 [paul]       0.9.0claws100
437
438         * po/es.po
439           po/hr.po
440           po/pl.po
441           po/sr.po
442                 update Spanish, Croatian, Polish, Serbian translations.
443                 submitted by Ricardo Mones Lastra, Dragan, Witold
444                 Wladyslaw Wojciech Wilk, Urke MMI
445
446 2003-07-12 [melvin]     0.9.0claws99
447
448         * po/fr.po
449                 Updated French translations.
450
451 2003-07-12 [paul]       0.9.0claws98
452
453         * src/addressbook.c
454                 disable 'Lookup' button as it has no effect
455
456 2003-07-11 [alfons]     0.9.0claws97
457         
458         * src/summaryview.c
459                 summary_searchbar_pressed() should return TRUE to signal that
460                 event was handled. when returning void, the return value passed
461                 to GTK is actually random, but maybe FALSE, in which case the
462                 event is handled by parent
463                 
464 2003-07-10 [paul]       0.9.0claws96
465
466         * ac/missing/gettext.m4
467                 update to version 0.12
468
469 2003-07-10 [paul]       0.9.0claws95
470
471         * src/plugins/clamav/clamav_plugin.c
472                 fix bug where multipart/alternative messages
473                 would slip through without being scanned
474
475 2003-07-10 [christoph]  0.9.0claws94
476
477         * src/folder.c
478                 correct check if folder supports removing when a message is
479                 moved. if not the message is only copied.
480
481         (closes Bug 132 crash on startup in newsgroups folders)
482
483 2003-07-09 [alfons]     0.9.0claws93
484
485         * configure.ac
486         * src/common/defs.h
487                 --with-config-dir (default .sylpheed)
488
489 2003-07-09 [christoph]  0.9.0claws92
490
491         * configure.ac
492                 use PKG_CHECK_MODULES to check for gtkmathview
493                 (version 0.4.2 now required)
494
495 2003-07-08 [melvin]     0.9.0claws91
496
497         * src/action.c
498                 Implemented a progress bar that counts the number of completed
499                 tasks when the action runs more than one command.
500
501 2003-07-08 [alfons]     0.9.0claws90
502
503         * src/procmsg.c
504                 if queued message has an invalid Message-Id, don't try to
505                 find message it refers to (fixes #209 "crash when processing 
506                 in folder")
507
508 2003-07-08 [paul]       0.9.0claws89
509
510         * sync with 0.9.3cvs2
511                 see ChangeLog 2003-07-08
512
513 2003-07-08 [match]      0.9.0claws88
514
515         * src/ldapctrl.c
516                 extend LDAP search for first/last name by parsing search term.
517
518 2003-07-08 [alfons]     0.9.0claws87
519
520         * src/send_message.c
521                 fix bug #208 "Status message stuck when sending on POP3 account"
522
523 2003-07-07 [paul]       0.9.0claws86
524
525         * po/hr.po
526                 new Croatian translation, submitted by
527                 Dragan <drleskov@inet.hr>
528
529 2003-07-07 [paul]       0.9.0claws85
530
531         * sync with 0.9.3cvs1
532                 see ChangeLog 2003-07-07
533
534 2003-07-05 [christoph]  0.9.0claws84
535
536         * src/Makefile.am
537         * src/messageview.c
538         * src/mimeview.[ch]
539         * src/stock_pixmap.[ch]
540         * src/pixmaps/messageview_text.xpm              ** NEW **
541                 move mimeview tabs to the right side and use icons
542                 instead of text to save some space
543
544         (patch by Luke Plant <lukeplant@softhome.net>)
545
546 2003-07-05 [christoph]  0.9.0claws83
547
548         * src/inc.c
549                 add NULL pointer checks
550
551         (patch by Luke Plant <lukeplant@softhome.net>)
552         (closes Bug 204 0.9.0 quits on authentication error?!)
553
554 2003-07-05 [alfons]     0.9.0claws82
555
556         * configure.ac
557                 take the clue in bug #202 "./configure script - 
558                 'if test' comparison failure" reported by John Kristoff. 
559
560 2003-07-04 [christoph]  0.9.0claws81
561
562         * src/plugins/spamassassin/spamassassin.c
563                 set timeout for spam check
564
565 2003-07-04 [christoph]  0.9.0claws80
566
567         * src/main.c
568                 destroy all FolderItems when shutting down to
569                 allow folders to clean up
570
571 2003-07-04 [melvin]     0.9.0claws79
572
573         * src/gtk/gtkaspell.c
574                 Fixed bug #184 "Entering non-ascii character deletes
575                 previous char if spell checking enabled": this makes
576                 the spell checking in multibytes (e.g. UTF-8)locales work.
577                 (Patch by Luke Plant).
578                 
579 2003-07-04 [christoph]  0.9.0claws78
580
581         * sync with 0.9.2cvs1
582                 see ChangeLog 2003-06-10
583
584 2003-07-04 [paul]       0.9.0claws77
585
586         * sync with 0.9.3 release
587                 see ChangeLog 2003-07-04
588
589 2003-07-03 [christoph]  0.9.0claws76
590
591         * src/folder.[ch]
592         * src/imap.c
593         * src/mbox_folder.c
594         * src/mh.c
595         * src/news.c
596                 move folder_item_get_path() stuff into a folder virtual function
597
598         * src/procmsg.c
599                 use folder_item_fetch_msg() to get message and do not contruct
600                 the filename from path and number
601
602 2003-07-03 [paul]       0.9.0claws75
603
604         * sync with 0.9.2cvs12
605                 see ChangeLog 2003-07-03
606
607 2003-07-02 [paul]       0.9.0claws74
608
609         * src/messageview.c
610                 fix text-selection for replying
611
612 2003-07-02 [paul]       0.9.0claws73
613
614         * sync with 0.9.2cvs11
615                 see ChangeLog 2003-07-02
616
617 2003-07-02 [paul]       0.9.0claws72
618
619         * src/procmsg.c
620                 revert last commit because it breaks more
621                 than it fixes
622
623 2003-07-02 [paul]       0.9.0claws71
624
625         * src/procmsg.c
626                 fix thread by subject/sort by date
627
628 2003-07-01 [paul]       0.9.0claws70
629
630         * sync with 0.9.2cvs10
631                 see ChangeLog 2003-07-01
632
633 2003-06-30 [paul]       0.9.0claws69
634
635         * sync with 0.9.2cvs9
636                 see ChangeLog 2003-06-30
637
638 2003-06-28 [match]      0.9.0claws68
639
640         * src/addressbook.c
641                 fix null ptr.
642
643 2003-06-27 [paul]       0.9.0claws67
644
645         * sync with 0.9.2cvs7
646                 see ChangeLog 2003-06-27
647
648 2003-06-26 [christoph]  0.9.0claws66
649
650         * src/folder.c
651                 freeze folder updates while a folder is scanned
652
653         (closes Bug 185 New message counter)
654
655 2003-06-26 [darko]      0.9.0claws65
656
657         * src/ldapserver.c
658                 fix infinite loop when adding a new LDAP server
659
660 2003-06-26 [paul]       0.9.0claws64
661
662         * sync with 0.9.2cvs6
663                 see ChangeLog 2003-06-26
664
665 2003-06-26 [paul]       0.9.0claws63
666
667         * sync with 0.9.2cvs5
668                 see ChangeLog 2003-06-25 and 2003-06-26
669
670 2003-06-25 [match]      0.9.0claws62
671
672         * src/addr_compl.c
673                 Fixed tab/backtab for dropped-down completion list to
674                 move next/previous field. (close bug 147)
675
676 2003-06-25 [christoph]  0.9.0claws61
677
678         * src/addr_compl.[ch]
679         * src/addrindex.[ch]
680         * src/folderview.c
681         * src/inc.c
682         * src/news.c
683         * src/summaryview.c
684         * src/toolbar.c
685                 fix warnings
686
687 2003-06-25 [leandro]    0.9.0claws60
688
689         * src/compose.c
690                 o cleanups
691                 o gray out "Message/Remove references" menu item if not
692                   replying to a message
693
694 2003-06-24 [leandro]    0.9.0claws59
695
696         * src/compose.[ch]
697                 o removed "Message/Create new thread" menu item
698                 o added "Message/Remove references" menu item
699                   (it's off by default and will not check anymore
700                    if the subject changed)
701
702 2003-06-23 [alfons]     0.9.0claws58
703
704         * src/procmsg.c
705                 try better grouping messages threaded by subject based on their age.
706                 still not perfect - because the message tree is not sorted by date.  
707
708 2003-06-23 [thorsten]   0.9.0claws57
709
710         * src/pop.[ch]
711                 added mail_receive_hook to allow modifications
712                 directly after retrieval (e.g. adding headers).
713
714 2003-06-23 [paul]       0.9.0claws56
715
716         * src/sourcewindow.c
717                  enable the use of Ctrl+A to select all text in
718                  the sourcewindow
719                  Patch submitted by Ivan Francolin Martinez
720                  <ivanfm@users.sourceforge.net>
721
722 2003-06-22 [christoph]  0.9.0claws55
723
724         * src/folder.[ch]
725                 o add notification hook for folder tree changes
726                 o invoke hooks after folder tree scanning
727
728         * src/folderview.[ch]
729                 register hook for folder tree changes that
730                 updates the ctree
731
732         (there are more places that should be updated, like add, remove 
733          or move folder)
734
735         (closes Bug 164 Crash on rebuild folder tree)
736         (closes Bug 190 Crash on 'rebuilding folder tree')
737
738 2003-06-21 [leandro]    0.9.0claws54
739
740         * src/compose.[ch]
741                 create a new thread if subject changes
742                 (it's on by default, can be disabled in Message menu)
743
744 2003-06-21 [alfons]     0.9.0claws53
745
746         * src/summaryview.c
747                 quiet little compiler
748
749 2003-06-21 [christoph]  0.9.0claws52
750
751         update gettext stuff to version 0.12
752
753 2003-06-19 [alfons]     0.9.0claws51
754
755         * src/common/log.c
756         * src/common/plugin.c
757                 move defs.h before glib.h to prevent MIN/MAX redefs
758
759 2003-06-19 [alfons]
760
761         * src/addressbook.c
762                 translatable
763
764 2003-06-19 [match]      0.9.0claws50
765
766         * src/addressbook.[ch]
767         * src/addrindex.[ch]
768         * src/addr_compl.[ch]
769         * src/editldap.[ch]
770         * src/editldap_basedn.[ch]
771         * src/addritem.[ch]
772         * src/ldapquery.h
773                 re-implemented dynamic LDAP search. works without
774                 slowdown on display sender with addressbook
775                 option.
776         * src/addrbook.c
777                 documented code.
778
779 2003-06-19 [paul]       0.9.0claws49
780
781         * src/compose.c
782                 fix Bug #136 'Nonprovided quotation marks crash claws'
783                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
784
785 2003-06-19 [alfons]     0.9.0claws48
786
787         * src/prefs_common.[ch]
788         * src/procmsg.c
789                 restrict threading by subject by checking thread for
790                 age (prefs_common.thread_by_subject_max_age)
791
792 2003-06-18 [christoph]  0.9.0claws47
793
794         * src/imap.c
795                 fix memory leak in imap_cmd_fetch()
796
797 2003-06-18 [christoph]  0.9.0claws46
798
799         * src/prefs_gtk.c
800                 fix memory leak in prefs_set_default() when used multiple
801                 times or after prefs have been read
802
803 2003-06-18 [christoph]  0.9.0claws45
804
805         * src/common/plugin.c
806                 fix memory leak in plugin_unload()
807
808 2003-06-18 [christoph]  0.9.0claws44
809
810         * src/imap.c
811                 fix memory leak in imap_cmd_ok()
812
813 2003-06-18 [christoph]  0.9.0claws43
814
815         * src/folder.c
816                 stop messages that are downloaded from POP3 and added to
817                 an IMAP inbox from being filtered twice (first by POP3
818                 and again when IMAP folder is scaned to get the UID of
819                 the APPEND operation when no UIDPLUS is available)
820
821 2003-06-18 [alfons]
822
823         * tools/Makefile.am
824                 phoenix <- firebird     
825
826 2003-06-18 [paul]
827
828         * tools/launch_phoenix          ** REMOVED **
829           tools/launch_firebird         ** NEW **
830                 renamed and edited to reflect the browser's name change from
831                 'phoenix' to 'firebird'
832
833 2003-06-18 [paul]       0.9.0claws42
834
835         * sync with 0.9.2cvs2
836                 see ChangeLog 2003-06-16
837
838 2003-06-17 [alfons]     0.9.0claws41
839
840         * src/procmsg.c
841                 prevent threading problems when a node is an ancestor (parent / great parent),
842                 which mostly happens with circular references (thanks to Phillipe Gramoullé
843                 for finding an sample set of messages)
844
845 2003-06-16 [christoph]  0.9.0claws40
846
847         * src/main.c
848                 don't popup main window on --receive or --receive-all
849
850         * src/mainwindow.[ch]
851         * src/plugins/trayicon/trayicon.c
852                 allow hiding of main window by clicking on the trayicon
853                 (doesn't work correctly in seperate window mode and may
854                  cause unexpected GTK problems I couldn't find yet)
855
856         * src/common/ssl.c
857                 remove incorrect warning
858
859 2003-06-15 [alfons]     0.9.0claws39
860
861         * src/gtk/gtkstext.c
862                 don't output debug text;
863                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
864                 for pointing this out);
865
866 2003-06-14 [alfons]     0.9.0claws38
867         
868         * src/messageview.c
869                 remove printf() and make one if..else comply with coding style
870
871 2003-06-14 [alfons]     0.9.0claws37
872
873         * AUTHORS
874                 add Martin Wicke
875         * src/action.c
876         * src/messageview.[ch]
877         * src/summaryview.c
878                 apply patch #754162 "Quoting messages filtered by actions" submitted
879                 by Martin Wicke, which allows quoting message body changed by an
880                 action (Thanks!).
881
882 2003-06-13 [alfons]     0.9.0claws36
883
884         * src/utils.c
885                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
886                 use case insensitive regexp (suggested by Ivan Martinez)
887
888 2003-06-13 [christoph]  0.9.0claws35
889
890         * configure.ac
891         * src/plugins/trayicon/Makefile.am
892         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
893         * src/plugins/trayicon/trayicon.c
894         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
895         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
896         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
897         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
898         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
899         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
900                 replace my own EggTrayIcon backport with the backport
901                 used by (l|x)mule and gabber.
902
903 2003-06-13 [alfons]     0.9.0claws34
904
905         * AUTHORS
906         * src/common/utils.c
907                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
908
909 2003-06-13 [alfons]     0.9.0claws33
910
911         * src/compose.c
912                 clean up a little bit
913
914 2003-06-12 [alfons]     0.9.0claws32
915
916         * src/compose.c
917                 const correctness fix
918
919         * src/common/sylpheed.[ch]
920                 () -> (void)
921                 prevent redef MIN/MAX
922                 
923         * src/common/utils.[ch]
924                 () -> (void)
925
926 2003-06-12 [melvin]     0.9.0claws31
927
928         * src/compose.c
929                 Updated to take into accounts changes in GtkAspell.
930
931 2003-06-12 [alfons]     0.9.0claws30
932
933         * src/compose.c
934         * src/procmsg.c
935         * src/common/utils.[ch]
936                 handle reply subject prefixes better (initial 
937                 suggestion by Robert Story adapted and enhanced 
938                 using regexps)
939
940 2003-06-12 [melvin]     0.9.0claws29
941
942         * src/compose.c
943                 Use new gtkaspell_checkers_strerror() to get the speller's
944                 error message instead of accessing the (now private)
945                 checkers structure.
946                 Minor code clean up
947
948         * src/main.c
949                 Use #ifdef instead of #if for USE_ASPELL
950                 Use the new spell checkers init/quit functions 
951
952         * src/gtk/gtkaspell.c
953                 Use #ifdef instead of #if for USE_ASPELL
954                 Moved in the majority of GtkAspell structures that were
955                 exported before by gtkaspell.h
956         
957         * src/gtk/gktaspell.h
958                 Made gtkaspell.h contain only the necessary data to be
959                 publicized by moving many structures to gtkaspell.c.
960                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
961                 gtkaspell_checkers_new(): replaced by...
962                 gtkaspell_checkers_init(): new function for initialization
963                 gtkaspell_checkers_delete(): replaced by...
964                 gtkaspell_checkers_quit(): new function
965                 gtkaspell_checkers_strerror(): new function that returns
966                 the checker's last error message.
967                 
968 2003-06-11 [melvin]     0.9.0claws28
969
970         * po/POTFILES.in
971                 Updated to take into account gtkaspell.c migration to
972                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
973
974 2003-06-10 [alfons]     0.9.0claws27
975
976         * src/filtering.[ch]
977         * src/folder.c
978         * src/matcher.c
979         * src/scoring.[ch]
980                 - try fixing bug #18 (any brave testers?)
981                 - add more robustness by refusing previously 
982                   unchecked NULL pointers 
983
984 2003-06-10 [alfons]     0.9.0claws26
985
986         * src/procmsg.c
987                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
988
989 2003-06-09 [alfons]     0.9.0claws25
990
991         * src/prefs_common.c
992                 fix bug #163 "Icon switching doesnt work properly" by 
993                 preventing early freeing of prefs_common.pixmap_theme_path.
994
995 2003-06-09 [christoph]  0.9.0claws24
996
997         * src/gtk/gtkaspell.c
998                 revert Thorsten's fix and add forgotten g_strdup for
999                 aspell path (it should not be possible to alter the path a
1000                 GtkASpell uses from outside)
1001
1002 2003-06-09 [thorsten]   0.9.0claws23
1003
1004         * src/gtk/gtkaspell.c
1005                 dont free prefs_common.aspell_path when closing compose
1006
1007 2003-06-08 [colin]      0.9.0claws22
1008
1009         * src/plugins/spamassassin/spamassassin.c
1010                 fix prefs types
1011
1012 2003-06-07 [christoph]  0.9.0claws21
1013
1014         * src/Makefile.am
1015         * src/compose.c
1016         * src/gtkaspell.[ch]            ** REMOVE **
1017         * src/gtk/Makefile.am
1018         * src/gtk/gtkaspell.[ch]        ** NEW **
1019                 o make gtkaspell independent from sylpheed's prefs
1020                 o move gtkaspell.[ch] to gtk directory
1021
1022 2003-06-07 [christoph]  0.9.0claws20
1023
1024         * src/Makefile.am
1025         * src/crash.c
1026         * src/export.c
1027         * src/filesel.[ch]              ** REMOVE **
1028         * src/folder.c
1029         * src/main.[ch]
1030         * src/common/sylpheed.[ch]
1031         * src/gtk/Makefile.am
1032         * src/gtk/filesel.[ch]          ** NEW **
1033         * src/gtk/pluginwindow.c
1034         * src/gtk/sslcertwindow.c
1035                 move filesel.[ch] to gtk directory
1036
1037 2003-06-07 [alfons]     0.9.0claws19
1038
1039         * src/filesel.c
1040                 make (multi) file selection dialog work again (Claws-only)
1041
1042 2003-06-07 [thorsten]   0.9.0claws18
1043
1044         * po/de.po
1045                 fix typos
1046
1047 2003-06-07 [alfons]     0.9.0claws17
1048
1049         * configure.ac
1050         * src/mimeview.c
1051                 detect apache mishap in which case don't include fnmatch.h
1052                 if regex.h is already included
1053
1054 2003-06-06 [christoph]  0.9.0claws16
1055
1056         * configure.ac
1057         * src/mimeview.h
1058                 add check for fnmatch.h and include it when available
1059
1060         * src/mimeview.[ch]
1061                 fix wrong case sensitivity of Content-Types
1062
1063         * src/gtk/Makefile.am
1064                 need the same include paths in gtk directory as in
1065                 common directory because .h files in common can
1066                 include files from these directories, when included
1067                 in gtk's .h or .c files
1068
1069 2003-06-06 [alfons]     0.9.0claws15
1070
1071         * src/mimeview.c
1072         * src/summaryview.c
1073                 make it compile again because of regex.h / fnmatch.h 
1074                 include problems (related to recent mime stuff, can
1075                 someone check this?)
1076
1077 2003-06-06 [thorsten]   0.9.0claws14
1078
1079         * src/folderview.c
1080                 possible use of uninitialized pointer while dragging
1081
1082 2003-06-06 [paul]       0.9.0claws13
1083
1084         * src/compose.c
1085                 fix bug where the insert sig button would be effective
1086                 only when auto_sig was set
1087
1088 2003-06-06 [paul]       0.9.0claws12
1089
1090         * sync with 0.9.2 release
1091
1092 2003-06-02 [paul]       0.9.0claws11
1093
1094         * sync with 0.9.1cvs1
1095                 see ChangeLog 2003-06-02
1096                 
1097         * po/de.po
1098                 update by Jens
1099
1100 2003-06-01 [christoph]  0.9.0claws10
1101
1102         * src/account.c
1103                 don't use substring search to find accounts by email address
1104
1105         (closes Bug 169 Overly loose matching of "From" address)
1106
1107 2003-05-31 [christoph]  0.9.0claws9
1108
1109         * doc-src/rfc2683.txt
1110         * src/imap.c
1111                 limit IMAP command length as recommended in RFC2683
1112                 (message number lists will be split into multiple imap
1113                 sets, the limit of 1000 octets is not a hard limit)
1114
1115         (closes Bug 161 sylpheed-claws exits with segfault when logging
1116          in to certain imap-servers)
1117
1118 2003-05-29 [alfons]     0.9.0claws8
1119
1120         * src/toolbar.[ch]
1121                 add print button (calling summary_print());
1122                 fine tune setting tooltip text;
1123                 (if someone needs other buttons, please take these 
1124                 commits as a guide, instead of bothering us - also
1125                 see 0.8.11claws150) 
1126
1127 2003-05-29 [darko]      0.9.0claws7
1128
1129         * src/compose.c
1130                 fix crash when word wrapping kicks in due to
1131                 changed text by spell checker
1132
1133 2003-05-29 [paul]       0.9.0claws6
1134
1135         * src/compose.c
1136                 fix bug where changing account would insert
1137                 sig even if auto_sig was FALSE
1138                 
1139         * ChangeLog
1140           ChangeLog.jp
1141           INSTALL
1142                 sync with 0.9.1 release
1143
1144 2003-05-28 [christoph]  0.9.0claws5
1145
1146         * src/imap.c
1147                 fix truncation of too long commands
1148
1149         (closes Bug 167 IMAP hangs trying to get envelope
1150          information in imap_get_uncached_messages)
1151
1152 2003-05-27 [paul]       0.9.0claws4
1153
1154         * tools/Makefile.am
1155           tools/maildir2sylpheed.pl     ** NEW FILE **
1156                 add kmail to sylpheed mailbox conversion script
1157
1158 2003-05-27 [paul]       0.9.0claws3
1159
1160         * sync with 0.9.0cvs10
1161                 see ChangeLog 2003-05-26
1162
1163 2003-05-26 [paul]       0.9.0claws2
1164
1165         * sync with 0.9.0cvs9
1166                 see ChangeLog 2003-05-26
1167
1168 2003-05-24 [paul]       0.9.0claws1
1169
1170         * sync with 0.9.0cvs8
1171                 see ChangeLog 2003-05-23
1172
1173 2003-05-24 [paul]       0.9.0claws
1174
1175         * version 0.9.0claws released
1176
1177 2003-05-24 [paul]       0.8.11claws177
1178
1179         * src/plugins/dillo-viewer/Makefile.am
1180           src/plugins/traycon/Makefile.am
1181                 add missing files
1182                 
1183         * po/bg.po
1184           po/en_GB.po
1185           po/es.po
1186           po/it.po
1187           po/pt_BR.po
1188           po/ru.po
1189           po/sr.po
1190                 update Bulgarian, British English, Spanish, Italian, 
1191                 Brazilian Portuguese, Russian, and Serbian translations, 
1192                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1193                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1194                 Ruslan N. Balkin, and Urke MMI
1195
1196 2003-05-23 [melvin]     0.8.11claws176
1197
1198         * po/fr.po
1199                 Updated French translations
1200
1201 2003-05-22 [paul]       0.8.11claws175
1202
1203         * src/Makefile.am
1204           src/addrbook.[ch]
1205           src/addrcache.[ch]
1206           src/addr_compl.[ch]
1207           src/adressbook.[ch]
1208           src/addrindex.[ch]
1209           src/addritem.[ch]
1210           src/editaddress.c
1211           src/editgroup.c
1212           src/editldap_basedn.c
1213           src/editldap.c
1214           src/jpilot.c
1215           src/vcard.c
1216                 revert to get ldap into it previous working state
1217                 
1218         * po/zh_TW.Big5.po
1219                 new Taiwanese translation,
1220                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1221
1222 2003-05-22 [christoph]  0.8.11claws174
1223
1224         * src/plugins/spamassassin/libspamc.[ch]
1225                 sync libspamc with SpamAssaain release 2.55
1226
1227 2003-05-22 [paul]       0.8.11claws173
1228
1229         * sync with 0.9.0cvs7
1230                 see ChangeLog 2003-05-22
1231                 
1232         * src/summaryview.c
1233                 revert change in 0.8.11claws172: follow
1234                 Hiroyuki's decision and that's the end of it.
1235
1236 2003-05-21 [paul]       0.8.11claws172
1237
1238         * src/summaryview.c
1239                 fix discrepency between open_unread_on_enter
1240                 and always_show_msg
1241
1242 2003-05-21 [paul]       0.8.11claws171
1243
1244         * sync with 0.9.0cvs6
1245                 see ChangeLog 2003-05-21
1246
1247 2003-05-21 [paul]       0.8.11claws170
1248
1249         * sync with 0.9.0cvs5
1250                 see ChangeLog 2003-05-21
1251
1252 2003-05-20 [paul]       0.8.11claws169
1253
1254         * sync with 0.9.0cvs4
1255                 see ChangeLog 2003-05-20
1256                 fixes bug #152, 'encoding of IMAP folders names'
1257
1258 2003-05-20 [paul]       0.8.11claws168
1259
1260         * sync with 0.9.0cvs3
1261                 see ChangeLog 2003-05-20
1262                 
1263         * src/tools/convert_mbox.pl
1264                 minor change in the comments, submitted by Fred Marton
1265
1266 2003-05-19 [paul]       0.8.11claws167
1267
1268         * src/plugins/clamav/Makefile.am
1269           configure.ac
1270                 link clamav_lib to the plugin and not to the main program
1271
1272 2003-05-19 [christoph]
1273
1274         * src/Makefile.am
1275                 add -export-dynamic for linking
1276
1277 2003-05-19 [paul]       0.8.11claws166
1278
1279         * sync with 0.9.0cvs1
1280                 see ChangeLog 2003-05-19
1281
1282 2003-05-19 [paul]       0.8.11claws165
1283
1284         * src/inc.c
1285                 fix 'pop before smtp' timeout
1286
1287 2003-05-18 [alfons]     0.8.11claws164
1288
1289         * src/prefs_matcher.c
1290                 put "execute" action command line ("expression") in edit box
1291
1292 2003-05-18 [christoph]  0.8.11claws163
1293
1294         * src/mimeview.[ch]
1295         * src/plugins/dillo_viewer/dillo_viewer.c
1296         * src/plugins/image_viewer/viewer.c
1297         * src/plugins/mathml_viewer/mathml_viewer.c
1298                 let a viewer have a list of Content-Types
1299
1300 2003-05-18 [paul]       0.8.11claws162
1301
1302         * src/prefs_filtering.c
1303                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1304                 and REDIRECT actions
1305
1306 2003-05-17 [christoph]
1307
1308         * README.claws
1309                 o remove dynamic signatures that was syned with main
1310                 o add infos about no longer "build in" image viewer
1311                 o update bugtracker URL
1312
1313 2003-05-17 [christoph]  0.8.11claws161
1314
1315         * src/folder.c
1316         * src/folderview.c
1317         * src/imap.c
1318                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1319                 for every folder after rebuilding the folder tree.
1320
1321         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1322          messages)
1323
1324 2003-05-17 [christoph]  0.8.11claws160
1325
1326         * src/imap.c
1327                 don't use STATUS command on current folder to check for
1328                 content changes. imap_cmd_ok() now tracks changes to
1329                 folder and number of existing messages.
1330
1331 2003-05-17 [paul]       0.8.11claws159
1332
1333         * src/plugins/clamav/clamav_plugin.c
1334                 remove unnecessary debug_print
1335
1336 2003-05-16 [thorsten]   0.8.11claws158
1337
1338         * src/plugins/demo.c
1339                 included missing intl.h
1340
1341 2003-05-16 [paul]       0.8.11claws157
1342
1343         * po/POTFILES.in
1344                 remove non-existant entries
1345         
1346         * src/plugins/clamav/clamav_plugin.c
1347           src/plugins/clamav/clamav_plugin_gtk.c
1348           src/plugins/dillo_viewer/dillo_prefs.c
1349           src/plugins/dillo_viewer/dillo_viewer.c
1350                 gettextise
1351
1352 2003-05-16 [christoph]  0.8.11claws156
1353
1354         * po/POTFILES.in
1355                 include plugin .c files for translation until I
1356                 find a better solution to have plugins have their
1357                 own textdomain
1358         * src/plugins/demo/demo.c
1359         * src/plugins/image_viewer/plugin.c
1360         * src/plugins/mathml_viewer/mathml_viewer.c
1361         * src/plugins/spamassassin/spamassassin.c
1362         * src/plugins/spamassassin/spamassassin_gtk.c
1363         * src/plugins/trayicon/trayicon.c
1364                 add gettext macros for plugin name and description
1365
1366 2003-05-16 [paul]
1367
1368         * sync with 0.9.0
1369
1370 2003-05-16 [paul]       0.8.11claws155
1371
1372         * sync with lastest 0.9.0pre1
1373                 see ChangeLog 2003-05-16
1374
1375 2003-05-15 [paul]       0.8.11claws154
1376
1377         * sync with latest 0.9.0pre1
1378                 see ChangeLog 2003-05-14 and 2003-05-15
1379
1380 2003-05-14 [christoph]  0.8.11claws153
1381
1382         * src/plugins/image_viewer/viewer.c
1383         * src/plugins/image_viewer/viewer.glade         ** NEW **
1384         * src/plugins/image_viewer/viewerprefs.c
1385                 make it possible to disable the autoload function in the
1386                 imageviewer again
1387
1388 2003-05-14 [christoph]  0.8.11claws152
1389
1390         * src/folder.c
1391                 fix folder update after adding a message
1392
1393 2003-05-13 [alfons]     0.8.11claws151
1394
1395         * src/common/session.c
1396                 remove debug traces
1397                 
1398         * src/addrcache.[ch]
1399         * src/filtering.[ch]
1400         * src/folder.[c]
1401         * src/gtkaspell.[ch]
1402         * src/imap.[ch]
1403         * src/mbox_folder.[ch]
1404         * src/mh.[ch]
1405         * src/mimeview.h
1406         * src/msgcache.[ch]
1407         * src/news.[ch]
1408         * src/passphrase.[ch]
1409         * src/prefs_common.[ch]
1410         * src/prefs_gtk.[ch]
1411         * src/procmsg.c
1412         * src/scoring.[ch]
1413                 be pedantic; (in prototypes () implies (int))
1414
1415 2003-05-13 [alfons]     0.8.11claws150
1416
1417         * src/prefs_toolbar.[ch]
1418         * src/summaryview.[ch]
1419         * src/toolbar.[ch]
1420                 change misleading text in toolbar prefs;
1421                 add toolbar action for ignore thread (toggles ignore thread flag);
1422                 clean up a little bit;
1423
1424 2003-05-12 [paul]
1425
1426         * tools/convert_mbox.pl
1427                 bug fixed by Fred Marton
1428
1429 2003-05-12 [paul]
1430
1431         * sync with 0.9.0pre1
1432
1433 2003-05-09 [paul]       0.8.11claws149
1434
1435         * sync with 0.8.11cvs43
1436                 see ChangeLog 2003-05-09
1437
1438 2003-05-08 [christoph]  0.8.11claws148
1439
1440         * src/imap.[ch]
1441                 o use CAPABILIY as first command and check for PREAUTH
1442                   information in the response to it
1443                 o rewrite all imap_cmd_* functions to use an IMAPSession
1444                   instead of a SockInfo as parameter
1445                 o do STARTTLS after fetching and checking the server
1446                   capabilities
1447
1448 2003-05-08 [paul]       0.8.11claws147
1449
1450         * tools/Makefile.am
1451           tools/README
1452           tools/convert_mbox.pl         ** NEW FILE **
1453                 add mbox conversion script. Submitted by 
1454                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1455
1456 2003-05-07 [christoph]
1457
1458         * doc-src/glade.txt
1459         * src/gtk/pluginwindow.glade
1460         * src/plugins/image_viewer/viewerprefs.glade
1461         * src/plugins/spamassassin/spamassassin_gtk.glade
1462                 add glade files for user interfaces and a description how
1463                 to use glade to create the sylpheed code
1464
1465 2003-05-07 [paul]       0.8.11claws146
1466
1467         * sync with 0.8.11cvs41
1468                 see ChangeLog 2003-05-07
1469
1470 2003-05-06 [christoph]  0.8.11claws145
1471
1472         * src/main.c
1473         * src/plugins/image_viewer/viewer.c
1474                 fix usage of imlib in imageviewer plugin
1475
1476         * src/gtk/prefswindow.c
1477                 handle window close event correctly
1478
1479 2003-05-06 [paul]       0.8.11claws144
1480
1481         * src/common/ssl.c
1482                 fix typo introduced in sync
1483
1484 2003-05-06 [paul]       0.8.11claws143
1485
1486         * sync with 0.8.11cvs39
1487                 see ChangeLog 2003-05-06
1488
1489 2003-05-06 [paul]       0.8.11claws142
1490
1491         * AUTHORS
1492           po/cs.po
1493                 updated Czech translation, submitted by 
1494                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1495                 
1496         * src/plugins/clamav/clamav_plugin_gtk.c
1497                 clean up
1498
1499 2003-05-03 [alfons]     0.8.11claws141
1500
1501         * src/compose.[ch]
1502                 make paste as quotation work even when the call to 
1503                 text_inserted() was deferred (fixes bug #140 "Paste 
1504                 as quotation does not work when using "external" 
1505                 clipboard")
1506
1507 2003-05-03 [thorsten]   0.8.11claws140
1508
1509         * src/addrquery.h
1510           src/ldapquery.h
1511           src/mainwindow.c
1512                 removed C++ comments
1513         * src/addr_compl.c
1514                 function with non-int retval/param used before
1515                 implementation/declaration
1516
1517 2003-05-02 [paul]       0.8.11claws139
1518
1519         * src/addr_compl.[ch]
1520           src/addressbook.[ch]
1521           src/addrindex.c
1522           src/summaryview.c
1523                 revert match's changes to (finally) remove the bug where
1524                 opening a folder causes massive slowdown when using the 
1525                 'Display sender using address book' option
1526
1527 2003-05-01 [melvin]     0.8.11claws138
1528
1529         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1530         * src/plugins/dillo_viewer/dillo_viewer.c
1531                 Fixed bug where "Cancel" button from prefs issued
1532                 warnings.
1533                 Comply a little more to coding style
1534
1535 2003-05-01 [paul]       0.8.11claws137
1536
1537         * sync with 0.8.11cvs38
1538                 see ChangeLog 2003-05-01
1539
1540 2003-05-01 [paul]       0.8.11claws136
1541
1542         * po/bg.po
1543                 updated by George Danchev
1544
1545 2003-04-30 [christoph]  0.8.11claws135
1546
1547         * src/plugins/dillo_viewer/dillo_prefs.c
1548         * src/plugins/image_viewer/viewerprefs.c
1549         * src/plugins/spamassassin/spamassassin_gtk.c
1550                 remove gtk_widget_ref() calls for widgets in
1551                 glade code
1552
1553 2003-04-30 [paul]       0.8.11claws134
1554
1555         * src/addrindex.c
1556                 ok, this time a better fix for the bug where opening folder
1557                 has massive slowdown when using the 'Display sender using 
1558                 address book' option
1559
1560 2003-04-30 [paul]       0.8.11claws133
1561
1562         * src/addrindex.c
1563                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1564         
1565 2003-04-30 [melvin]     0.8.11claws132
1566
1567         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1568
1569         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1570                 Preferences for the dillo plugin
1571         * src/plugins/dillo_viewer/dillo_viewer.c
1572                 Support for preferences
1573         * src/plugins/dillo_viewer/Makefile.am
1574                 Added dillo_prefs.[ch]
1575
1576 2003-04-30 [alfons]     0.8.11claws131
1577
1578         * src/common/plugin.[ch]
1579                 see? this ANSI C'fication immediately gives us type
1580                 checking for free.
1581
1582 2003-04-30 [alfons]     0.8.11claws130
1583
1584         * src/common/plugin.[ch]
1585         * src/plugins/clamav/clamav_plugin.[ch]
1586         * src/plugins/clamav/clamav_plugin_gtk.c
1587         * src/plugins/demo/demo.c
1588         * src/plugins/dillo_viewer/dillo_viewer.c
1589         * src/plugins/image_viewer/plugin.c
1590         * src/plugins/image_viewer/viewer.[ch]
1591         * src/plugins/image_viewer/viewerprefs.[ch]
1592         * src/plugins/mathml_viewer/mathml_viewer.c
1593         * src/plugins/spamassassin/spamassassin.[ch]
1594         * src/plugins/spamassassin/spamassassin_gtk.c
1595         * src/plugins/trayicon/trayicon.c
1596                 clean up
1597
1598 2003-04-30 [alfons]     0.8.11claws129
1599
1600         * src/common/utils.c
1601                 make is_ascii_str() fail gracefully when NULL pointer
1602                 is passed
1603
1604 2003-04-30 [paul]       0.8.11claws128
1605
1606         * src/addrindex.c
1607                 fix bug where opening folder has massive slowdown when
1608                 using the 'Display sender using address book' option
1609
1610 2003-04-30 [paul]       0.8.11claws127
1611
1612         * src/plugins/clamav/clamav_plugin.c
1613           src/plugins/clamav/clamav_plugin_gtk.c
1614           src/plugins/demo/demo.c
1615           src/plugins/dillo_viewer/dillo_viewer.c
1616           src/plugins/image_viewer/plugin.c
1617           src/plugins/mathml_viewer/mathml_viewer.c
1618           src/plugins/spamassassin/spamassassin.c
1619           src/plugins/spamassassin/spamassassin_gtk.c
1620           src/plugins/trayicon/trayicon.c
1621                 get rid of eye-hurting function signatures
1622
1623 2003-04-30 [paul]       0.8.11claws126
1624
1625         * src/plugins/trayicon/trayicon.c
1626                 add description
1627                 
1628         * src/mimeview.c
1629                 be more descriptive
1630
1631 2003-04-30 [paul]       0.8.11claws125
1632
1633         * configure.ac
1634                 arrange the plugins in reverse alphabetical order
1635                 
1636         * src/plugins/clamav/clamav_plugin.[ch]
1637           src/plugins/clamav/clamav_plugin_gtk.c
1638                 rename some params
1639                 resize max_size window
1640                 re-arrange the order of some gui elements
1641                 improve descriptions
1642         
1643         * src/plugins/image_viewer/plugin.c
1644           src/plugins/mathml_viewer/mathml_viewer.c
1645                 add descriptions
1646                 
1647         * src/plugins/spamassassin/spamassassin_gtk.c
1648                 resize max_size window
1649                 re-arrange the order of some gui elements
1650                 
1651         * src/messageview.c
1652           src/mimeview.c
1653                 correct typos
1654
1655 2003-04-30 [alfons]     0.8.11claws124
1656
1657         * src/imap.c
1658                 fix a leak found while browsing Martin Kluge's 
1659                 valgrind log (Claws only)
1660
1661 2003-04-29 [darko]      0.8.11claws123
1662
1663         * src/gtk/gtkstext.h
1664                 include wchar.h if it is available, fixes compilation
1665                 on HP-UX systems
1666
1667 2003-04-29 [melvin]     0.8.11claws122
1668
1669         * src/prefs_actions.c
1670                 Improved help text of Actions' syntax
1671
1672 2003-04-28 [paul]       0.8.11claws121
1673
1674         * src/action.c
1675                 a better fix for the crash when performing an action
1676                 on a mime part
1677
1678 2003-04-28 [paul]       0.8.11claws120
1679
1680         * src/action.c
1681                 fix crash when performing an action on a
1682                 mime part
1683
1684 2003-04-28 [paul]       0.8.11claws119
1685
1686         * sync with 0.8.11cvs36
1687                 see ChangeLog 2003-04-28
1688
1689 2003-04-27 [paul]       0.8.11claws118
1690
1691         * more sync with 0.8.11cvs35
1692                 see ChangeLog 2003-04-25
1693
1694 2003-04-26 [christoph]  0.8.11claws117
1695
1696         * src/folder.c
1697                 fix remove virtual check
1698
1699 2003-04-26 [paul]       0.8.11claws116
1700
1701         * src/messageview.c
1702                 fix return-receipt, make it work again
1703
1704 2003-04-26 [paul]       0.8.11claws115
1705
1706         * src/mimeview.c
1707                 restore double-clicking of the [application/pgp-signature 
1708                 (Select "Check signature" to check)] line in the message view,
1709                 broken in recent sync
1710
1711 2003-04-26 [christoph]  0.8.11claws114
1712
1713         * src/folder.c
1714                 check if remove virtual really exists before
1715                 calling the function
1716
1717 2003-04-25 [match]      0.8.11claws113
1718
1719         * src/addrindex.c
1720         * src/addrbook.c
1721         * src/ldapquery.[ch]
1722         * src/ldapctrl.[ch]
1723                 fix memleak.
1724         * src/ldapserver.[ch]
1725                 fix memleak. fix segfault.
1726                 plug a Claws memleak
1727
1728 2003-04-25 [alfons]     0.8.11claws112
1729
1730         * src/folder.c
1731                 plug a Claws memleak
1732
1733 2003-04-25 [alfons]     0.8.11claws111
1734
1735         * src/common/session.c
1736                 plug a memleak
1737
1738 2003-04-25 [paul]       0.8.11claws110
1739
1740         * sync with 0.8.11cvs35
1741                 see ChangeLog 2003-04-24 and 2003-04-25
1742                 
1743         * src/gtk/pluginwindow.c
1744                 correct another strange float value
1745
1746 2003-04-24 [christoph]  0.8.11claws109
1747
1748         * src/folder.c
1749                 freeze folder item updates when unsetting new flags
1750
1751         * src/gtk/pluginwindow.c
1752                 correct strange float value
1753
1754 2003-04-23 [paul]       0.8.11claws108
1755
1756         * sync with 0.8.11cvs33
1757                 see ChangeLog 2003-04-23
1758
1759 2003-04-22 [paul]       0.8.11claws107
1760
1761         * src/Makefile.am
1762           src/messageview.c
1763           src/mimeview.c
1764           src/pgptext.[ch]      ** REMOVED **
1765                 remove pgptext.[ch] as its not used any more
1766
1767 2003-04-22 [paul]       0.8.11claws106
1768
1769         * sync with 0.8.11cvs31
1770                 see ChangeLog 2003-04-21 and 2003-04-22
1771
1772 2003-04-21 [alfons]     0.8.11claws105
1773
1774         * src/main.c
1775                 No access to GTK structures if we're a spawned child
1776                 (and clean up code a little bit...) Should fix #126.
1777
1778 2003-04-21 [melvin]     0.8.11claws104
1779
1780         * src/plugins/dillo_viewer/README
1781                 Improved slightly the text.
1782
1783 2003-04-21 [melvin]     0.8.11claws103
1784
1785         * src/plugins/dillo_viewer/README *** NEW ***
1786                 Added a README file for the Dillo plugin
1787
1788 2003-04-20 [paul]
1789
1790         * tools/README
1791           tools/outlook2sylpheed.pl
1792                 updated and improved by Ricardo Mones Lastra
1793
1794 2003-04-18 [oliver]     0.8.11claws102
1795
1796         * src/inc.c 
1797         * src/prefs_account.h
1798                 remove Pop3SessionType (used by selective download)
1799         * src/prefs_toolbar.c
1800                 enable set Default Toolbar button
1801
1802 2003-04-18 [paul]       0.8.11claws101
1803
1804         * sync with 0.8.11cvs29
1805                 see ChangeLog 2003-04-18
1806
1807 2003-04-17 [paul]       0.8.11claws100
1808
1809         * src/prefs_common.[ch]
1810           src/summaryview.c
1811                 remove 'Open next message on deletion' option,
1812                 as the same effect can now be achieved via the
1813                 'Always open messages in summary when selected'
1814                 option.
1815
1816 2003-04-17 [paul]       0.8.11claws99
1817
1818         * sync with 0.8.11cvs28
1819                 see ChangeLog 2003-04-17
1820
1821 2003-04-17 [christoph]  0.8.11claws98
1822
1823         * ac/spamassassin.m4
1824         * src/plugins/spamassassin/libspamc.[ch]
1825         * src/plugins/spamassassin/utils.[ch]
1826                 sync libspamc with SpamAssassin project
1827
1828 2003-04-17 [christoph]  0.8.11claws97
1829
1830         * src/common/socket.h
1831         * src/gtk/sslcertwindow.h
1832                 rename old USE_SSL to USE_OPENSSL
1833
1834 2003-04-17 [paul]       0.8.11claws96
1835
1836         * src/prefs_common.h
1837                 use gulong for P_COLOR so that it compiles/runs on
1838                 64-bit systems. Patch submitted by James Noyes
1839                 <jnoyes-claws@retrogeeks.com>
1840                 
1841         * po/de.po
1842                 updated by Jens
1843
1844 2003-04-17 [paul]       0.8.11claws95
1845
1846         * sync with 0.8.11cvs27
1847                 see ChangeLog 2003-04-16
1848
1849 2003-04-15 [paul]       0.8.11claws94
1850
1851         * src/prefs_common.[ch]
1852                 rearrange to stop the window getting too long:
1853                         move Receive dialog stuff to Receive tab
1854                         move Send dialog to Send tab
1855                         remove Dialogs frame
1856                 rename 'Open messages in summary with cursor keys' to
1857                 'Always open messages in summary when selected', as its
1858                 more appropriate
1859
1860 2003-04-15 [paul]       0.8.11claws93
1861
1862         * src/prefs_common.[ch]
1863           src/summaryview.c
1864                 add new option '/Interface/Open next message on deletion'
1865
1866 2003-04-15 [paul]       0.8.11claws92
1867
1868         * src/summaryview.[ch]
1869                 add /Mark/Lock and /Mark/Unlock to the pop-up
1870                 menu. Patch submitted by Ivan Francolin Martinez
1871                 <ivanfm@users.sourceforge.net>
1872
1873 2003-04-15 [paul]       0.8.11claws91
1874
1875         * sync with 0.8.11cvs24
1876                 see ChangeLog 2003-04-15
1877
1878 2003-04-14 [jens]       0.8.11claws90
1879
1880         * updated German translation and some corrections from
1881                 Roland Bless <bless@tm.uka.de>
1882
1883 2003-04-14 [paul]       0.8.11claws89
1884
1885         * sync with 0.8.11cvs22
1886                 see ChangeLog 2003-04-14
1887
1888 2003-04-13 [paul]       0.8.11claws88
1889
1890         * src/plugins/clamav/clamav_plugin.c
1891                 fix memory leaks
1892                 clean up
1893
1894 2003-04-12 [paul]       0.8.11claws87
1895
1896         * src/plugins/clamav/clamav_plugin.c
1897                 activate enable/disable archive scanning option
1898                 
1899         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1900
1901 2003-04-12 [paul]       0.8.11claws86
1902
1903         * src/plugins/Makefile.am
1904           src/plugins/clamav/Makefile.am                ** NEW FILE **
1905           src/plugins/clamav/README                     ** NEW FILE ** 
1906           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1907           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1908                 add Clam AntiVirus plugin
1909
1910 2003-04-12 [paul]       0.8.11claws85
1911
1912         * sync with 0.8.11cvs21
1913                 see ChangeLog 2003-04-11
1914
1915 2003-04-11 [paul]       0.8.11claws84
1916
1917         * po/es.po
1918                 update Spanish translation. Submitted by Ricardo
1919                 Mones Lastra.
1920
1921 2003-04-10 [christoph]  0.8.11claws83
1922
1923         * src/mbox.c
1924                 fix typo that did not move unfiltered mails to destination
1925                 folder
1926
1927         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1928          when filtering from spool)
1929
1930 2003-04-10 [christoph]  0.8.11claws82
1931
1932         * src/imap.c
1933                 use BODY.PEEK instead of BODY in in message fetch operation
1934                 to make sure the IMAP server does not set the \Seen flag for
1935                 messages. Sylpheed does that later itself, when the message
1936                 is opened in sylpheed
1937
1938         (closes Bug 111 Claws destroys unread marks)
1939
1940 2003-04-09 [oliver]     0.8.11claws81
1941         
1942         * src/folder.c
1943                 fix crash in folder_destroy
1944         * README.claws
1945                 remove selective download
1946
1947 2003-04-09 [christoph]  0.8.11claws80
1948
1949         * src/imap.c
1950                 fix crash in imap_get_msginfo() when then fetched message
1951                 is not found
1952
1953         (closes Bug 110 Crash during mail composition)
1954
1955 2003-04-08 [christoph]  0.8.11claws79
1956
1957         * src/folder.c
1958         * src/prefs_account.c
1959                 Filter new messages that are found in an INBOX folder
1960                 when 'Filter messages on receiving' is enabled in the
1961                 Folder's AccountPrefs. This allows to use Sylpheed's
1962                 filtering engine for IMAP folders where messages are
1963                 added to the INBOX by a MTA
1964
1965 2003-04-08 [paul]       0.8.11claws78
1966
1967         * src/procmsg.h
1968                 clean up after last commit
1969
1970 2003-04-08 [paul]       0.8.11claws77
1971
1972         * sync with 0.8.11cvs20
1973                 see ChangeLog 2003-04-07 and 2003-04-08
1974
1975 2003-04-07 [christoph]  0.8.11claws76
1976
1977         * src/filtering.[ch]
1978         * src/inc.[ch]
1979         * src/mbox.c
1980         * src/procmsg.[ch]
1981                 add procmsg_msginfo_filter() to execute filtering actions
1982
1983 2003-04-06 [christoph]  0.8.11claws75
1984
1985         * src/imap.c
1986                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1987
1988 2003-04-06 [christoph]  0.8.11claws74
1989
1990         * src/common/utils.[ch]
1991                 add g_int_compare() function for slist sorting
1992
1993         * src/imap.c
1994                 fetch all MsgInfos with one command in imap_get_msginfos()
1995                 using an imap set with a list of ranges
1996
1997         * src/news.c
1998                 use new g_int_compare() function
1999
2000 2003-04-06 [thorsten]   0.8.11claws73
2001
2002         * src/mh.c
2003                 corrected implementation of mh_folder_destroy()
2004
2005 2003-04-05 [christoph]  0.8.11claws72
2006
2007         * src/account.c
2008         * src/folder.[ch]
2009         * src/folderview.c
2010         * src/imap.c
2011         * src/inc.c
2012         * src/main.c
2013         * src/mainwindow.c
2014         * src/mbox_folder.c
2015         * src/mh.c
2016         * src/mimeview.h
2017         * src/msgcache.[ch]
2018         * src/news.c
2019         * src/procmime.h
2020         * src/procmsg.[ch]
2021         * src/setup.c
2022         * src/gtk/gtkutils.c
2023                 o rename structure field names class and new to klass and
2024                   new_msgs, to allow including files in C++
2025                 o add 'extern "C"' block to some header files
2026                 o add MsgInfoList and MsgNumberList as alias for GSList for
2027                   developers to know what type of list is expected
2028
2029         * src/plugins/image_viewer/plugin.c
2030         * src/plugins/image_viewer/viewer.[ch]
2031         * src/plugins/image_viewer/viewerprefs.[ch]
2032                 rename function names to prevent conflicts
2033
2034 2003-04-05 [paul]       0.8.11claws71
2035
2036         * sync with 0.8.11cvs18
2037                 see ChangeLog 2003-04-03 and 2003-04-04
2038
2039 2003-04-02 [christoph]  0.8.11claws70
2040
2041         * src/folder.[ch]
2042         * src/imap.[ch]
2043         * src/mbox_folder.[ch]
2044         * src/mh.[ch]
2045         * src/news.[ch]
2046                 o Make all virtual folder functions private
2047                 o remove unused folder code
2048
2049         * src/common/socket.[ch]
2050         * src/summaryview.c
2051                 fix warnings
2052
2053 2003-03-30 [alfons]     0.8.11claws69
2054
2055         * src/send_message.c
2056                 remove two debug traces and see if people still report
2057                 errors
2058
2059 2003-03-30 [alfons]     0.8.11claws68
2060
2061         * src/send_message.c
2062         * src/commons/session.c
2063                 add more debug traces
2064
2065 2003-03-30 [christoph]  0.8.11claws67
2066
2067         * src/folder.c
2068                 change processing folder name from .processing to processing
2069
2070         * src/common/ssl.c
2071                 disable SSL certificate check because it causes Xlib error
2072                 when the child process want's to open an GTK window
2073
2074 2003-03-30 [christoph]  0.8.11claws66
2075
2076         * src/folder.c
2077                 don't use default folder for processing folder item because
2078                 it can be a non local folder
2079
2080         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2081
2082 2003-03-30 [alfons]     0.8.11claws65
2083
2084         * src/send_message.c
2085                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2086                 to generate bad code for 'send_send_data_progressive': When
2087                 called from 'send_send_data_finished', the 'data' pointer is
2088                 cleared just before the assignment to the dialog pointer
2089
2090 2003-03-29 [christoph]  0.8.11claws64
2091
2092         * src/common/prefs.h
2093         * src/plugins/image_viewer/Makefile.am
2094         * src/plugins/image_viewer/plugin.c
2095         * src/plugins/image_viewer/viewer.[ch]
2096         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2097                 add PrefsPage for ImageViewer
2098
2099 2003-03-28 [thorsten]   0.8.11claws63
2100
2101         * src/common/session.c
2102                 added some comments
2103
2104 2003-03-28 [paul]       0.8.11claws62
2105
2106         * sync with 0.8.11cvs16
2107                 see ChangeLog 2003-03-28
2108
2109 2003-03-28 [paul]       0.8.11claws61
2110
2111         * sync with 0.8.11cvs15
2112                 see ChangeLog 2003-03-28
2113
2114 2003-03-27 [christoph]  0.8.11claws60
2115
2116         * src/folder.c
2117         * src/imap.c
2118         * src/common/socket.[ch]
2119                 set socket state to DISCONNECTED when any operation
2120                 fails to allow reconnecting in IMAP code without
2121                 checking the return code of all calls to the command
2122                 functions
2123
2124         * src/folderview.c
2125         * src/summaryview.c
2126                 remove some more stuff that depends on specific
2127                 folder types
2128
2129 2003-03-27 [paul]       0.8.11claws59
2130
2131         * sync with 0.8.11cvs14
2132                 see ChangeLog 2003-03-27
2133                 
2134         * src/selective_download.[ch]   ** REMOVED **
2135                 really removed
2136
2137 2003-03-27 [christoph]  0.8.11claws58
2138
2139         * src/folder.c
2140                 fix handling of tmp_flags in flag copy function
2141
2142 2003-03-27 [paul]       0.8.11claws57
2143
2144         * sync with 0.8.11cvs13
2145                 see ChangeLog 2003-03-27
2146
2147 2003-03-27 [oliver]     0.8.11claws56
2148
2149         * src/maiwindow.c
2150                 remove sel_download_cb
2151
2152 2003-03-27 [oliver]     0.8.11claws55
2153         
2154         * src/inc.c
2155                 remove POP3_TOP
2156         
2157 2003-03-26 [oliver]     0.8.11claws54
2158
2159         *src/pop.h
2160                 remove POP3_TOP*
2161         * README.claws
2162                 remove selective donwload readme
2163
2164 2003-03-26 [oliver]     0.8.11claws53
2165         * src/matcher.[ch]
2166         * src/matcher_parser_parse.y 
2167         * src/pop.c 
2168         * src/prefs_account.[ch]
2169         * src/prefs_filtering.c
2170                 remove selective donwload
2171
2172 2003-03-26 [oliver]     0.8.11claws52
2173
2174         * src/inc.[ch] 
2175         * src/filtering.c 
2176         * src/mainwindow.c 
2177                 remove selective donwload
2178
2179 2003-03-26 [oliver]     0.8.11claws51
2180         
2181         * src/Makefile.am
2182         * src/selective_download.[ch]   ** REMOVE **    
2183
2184 2003-03-26 [christoph]  0.8.11claws50
2185
2186         * src/news.c
2187                 fix NEWS that got broken by a sync with sylpheed-main
2188
2189 2003-03-26 [christoph]  0.8.11claws49
2190
2191         * src/mimeview.c
2192                 fix mime type guessing when no mime type is found for a file
2193
2194 2003-03-25 [christoph]  0.8.11claws48
2195
2196         * src/mimeview.c
2197         * src/procmime.c
2198                 remove mime type guessing from mime parser and use
2199                 name based mime types in viewer lookup for mime type
2200                 application/octet-stream
2201
2202 2003-03-25 [christoph]  0.8.11claws47
2203
2204         * doc-src/readme.txt
2205         * doc-src/rfc2554.txt
2206                 add RFC about SMTP AUTH
2207
2208         * src/send_message.c
2209         * src/common/smtp.[ch]
2210                 add extra error code for authentication errors and
2211                 clear temporary password when this error occurs
2212
2213         (closes Bug 84 authentication failure while sending should
2214          prompt for password again)
2215
2216 2003-03-25 [christoph]  0.8.11claws46
2217
2218         * configure.ac
2219         * src/Makefile.am
2220         * src/imageview.[ch]                            ** REMOVE **
2221         * src/messageview.[ch]
2222         * src/mimeview.[ch]
2223         * src/prefs_common.[ch]
2224         * src/textview.c
2225         * src/plugins/Makefile.am
2226         * src/plugins/image_viewer/.cvsignore           ** NEW **
2227         * src/plugins/image_viewer/Makefile.am          ** NEW **
2228         * src/plugins/image_viewer/plugin.c             ** NEW **
2229         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2230                 move image viewer into a plugin (building is enabled by default)
2231                 [ToDo: Prefs for resize and autoview]
2232
2233 2003-03-25 [paul]       0.8.11claws45
2234
2235         * sync with 0.8.11cvs12
2236                 see ChangeLog 2003-03-26
2237
2238 2003-03-25 [paul]       0.8.11claws44
2239
2240         * sync with 0.8.11cvs11
2241                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2242                 
2243         Note: Selective Download is broken.
2244                 
2245 2003-03-22 [christoph]  0.8.11claws43
2246
2247         * src/folder.c
2248                 code cleanup for flags copying
2249
2250 2003-03-22 [christoph]  0.8.11claws42
2251
2252         * src/plugins/trayicon/trayicon.c
2253                 fix setting the transparent area when the window size
2254                 is forced by the system tray
2255
2256 2003-03-22 [christoph]  0.8.11claws41
2257
2258         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2259         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2260         * src/plugins/trayicon/newmail.xpm              ** NEW **
2261         * src/plugins/trayicon/nomail.xpm               ** NEW **
2262         * src/plugins/trayicon/trayicon.c
2263         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2264                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2265                 o add icon for unread mails
2266                 o set transparency for window
2267
2268 2003-03-22 [christoph]  0.8.11claws40
2269
2270         * src/news.c
2271                 init news session to prevent crash when session is closed
2272
2273 2003-03-22 [christoph]  0.8.11claws39
2274
2275         * src/imap.c
2276         * src/common/session.[ch]
2277                 Init session data to make sure we don't have invalid pointers
2278                 for read_ch and write_ch when new multi process sessions are
2279                 not used
2280
2281         * src/main.c
2282         * src/common/plugin.c
2283         * src/common/sylpheed.c
2284         * src/plugins/demo/demo.c
2285         * src/plugins/dillo_viewer/dillo_viewer.c
2286         * src/plugins/mathml_viewer/mathml_viewer.c
2287         * src/plugins/spamassassin/spamassassin.c
2288         * src/plugins/spamassassin/spamassassin_gtk.c
2289                 add plugin types to allow loading plugins at different times
2290                 (and maybe for different frontends), because it's not good to
2291                 load GTK-Plugins gefore gtk_init was called
2292
2293         * configure.ac
2294         * src/plugins/Makefile.am
2295         * src/plugins/trayicon/.cvsignore               ** NEW **
2296         * src/plugins/trayicon/Makefile.am              ** NEW **
2297         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2298         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2299         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2300         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2301         * src/plugins/trayicon/trayicon.c               ** NEW **
2302                 New Trayicon plugin that shows an icon in a systray that uses
2303                 XEMBED protocol like Gnome's systray. Icon shows if there
2304                 are new mails and a tooltip shows information about new,
2305                 unread and total messages.
2306
2307 2003-03-22 [paul]       0.8.11claws38
2308
2309         * src/common/smtp.c
2310                 fix ESMTP AUTH CRAM-MD5
2311                 [sync with main (still version 0.8.11cvs6), see
2312                  ChangeLog 2003-03-22]
2313
2314 2003-03-21 [colin]      0.8.11claws37
2315
2316         * src/send_message.c
2317                 Fix USE_SSL => USE_OPENSSL
2318
2319 2003-03-21 [colin]      0.8.11claws36
2320
2321         * src/folderview.c
2322                 Fix counts in drag and dropped subfolders
2323
2324 2003-03-21 [colin]      0.8.11claws35
2325
2326         * src/folder.c 
2327         * src/folderview.c
2328                 speed up a bit folder dnd
2329
2330 2003-03-20 [alfons]     0.8.11claws34
2331
2332         * src/main.c
2333         * src/toolbar.c
2334         * src/procmsg.c
2335                 don't send locked queue messages
2336                 (feature request "[ 705245 ] Locking message in outbox 
2337                  should prevent sending")
2338
2339 2003-03-20 [christoph]  0.8.11claws33
2340
2341         * src/folder.c
2342                 remove NEW and UNREAD flag in special folders when scanning
2343                 
2344         * src/common/smtp.c
2345                 fix ESMTP AUTH CRAM-MD5
2346
2347 2003-03-20 [paul]       0.8.11claws32
2348
2349         * src/prefs_account.c
2350                 Re-write 'Tunnel command to open connection' as
2351                 'Use command to communicate with server', and disable
2352                 it for all except IMAP accounts
2353
2354 2003-03-20 [paul]       0.8.11claws31
2355
2356         * sync with 0.8.11cvs6
2357                 see ChangeLog 2003-03-20
2358
2359 2003-03-19 [match]      0.8.11claws30
2360
2361         * src/addritem.[ch]
2362                 include documentation. minor refactoring.
2363         * src/addr_compl.[ch]
2364         * src/addrindex.[ch]
2365         * src/addresbook.[ch]
2366         * src/summaryview.c
2367                 re-enable address lookup (was disabled in
2368                 0.8.11claws20).
2369
2370 2003-03-19 [christoph]  0.8.11claws29
2371
2372         * src/procmsg.c
2373                 add temp flag handling, will make moving and copying
2374                 messages possible again
2375
2376         * src/folder.c
2377                 correct calulation of folder stats
2378
2379 2003-03-18 [match]      0.8.11claws28
2380
2381         * src/editgroup.h
2382                 remove case sensitive comparison (closes bug 80).
2383
2384 2003-03-18 [christoph]  0.8.11claws27
2385
2386         * src/imap.c
2387                 fix imap using a tunnel command
2388
2389         (closes bug 87)
2390
2391 2003-03-18 [christoph]  0.8.11claws26
2392
2393         * src/folder.[ch]
2394         * src/imap.c
2395         * src/procmsg.[ch]
2396                 rewrite flag handling for folders
2397
2398 2003-03-18 [christoph]  0.8.11claws25
2399
2400         * src/folder.c
2401         * src/procmsg.c
2402         * src/summaryview.c
2403                 unset NEW and UNREAD flags when message is ignored, to make
2404                 sure messages don't show up as unread on other IMAP clients,
2405                 because the IGNORE_THREAD flag can not be syncronized through
2406                 the IMAP folder
2407
2408 2003-03-17 [christoph]  0.8.11claws24
2409
2410         * src/imap.c
2411                 don't use recursion to fetch uids when the number of messages
2412                 does not match. Moved code into subfunction that is used
2413                 again when needed, to prevent an endless loop.
2414
2415 2003-03-17 [thorsten]   0.8.11claws23
2416
2417         * src/imageview.[ch]
2418                 export imageview_get_resized_size() (for plugins)
2419         * src/prefs_common.[ch]
2420                 added prefs_common_get() (for plugins)
2421
2422 2003-03-17 [christoph]  0.8.11claws22
2423
2424         * src/imap.c
2425                 o remove UID guessing from copy code
2426                 o support UIDPLUS extension for APPEND command
2427
2428 2003-03-17 [paul]       0.8.11claws21
2429
2430         * src/gtk/about.c
2431                 remove 'Compiled-plugins' section.
2432                 
2433         * src/plugins/dillo_viewer/dillo_viewer.c
2434                 slight change to description text
2435
2436 2003-03-16 [match]      0.8.11claws20
2437         * src/ldapserver.[ch]           ** NEW **
2438         * src/ldapctrl.[ch]             ** NEW **
2439         * src/ldapquery.[ch]            ** NEW **
2440         * src/ldaputil.[ch]             ** NEW **
2441         * src/addrcindex.[ch]           ** NEW **
2442         * src/addrquery.h               ** NEW **
2443         * src/addritem.[ch]
2444         * src/addrcache.[ch]
2445         * src/addrindex.[ch]
2446         * src/addr_compl.[ch]
2447         * src/addressbook.[ch]
2448         * src/addrbook.[ch]
2449         * src/editgroup.c
2450         * src/editaddress.c
2451         * src/editldap.c
2452         * src/editldap_basedn.c
2453         * src/vcard.c
2454         * src/jpilot.c
2455         * src/Makefile.am
2456                 included dynamic LDAP queries. improved address
2457                 completion.
2458
2459 2003-03-16 [paul]       0.8.11claws19
2460
2461         * tools/multiwebsearch.pl
2462                 fix a fatal typo
2463
2464 2003-03-16 [christoph]  0.8.11claws18
2465
2466         * src/mimeview.c
2467         * src/plugins/dillo_viewer/dillo_viewer.c
2468         * src/plugins/mathml_viewer/mathml_viewer.c
2469                 make unregistering of MimeViewerFactorys possible
2470
2471 2003-03-16 [alfons]     0.8.11claws17
2472
2473         * configure.ac
2474                 correct typo
2475
2476 2003-03-16 [melvin]     0.8.11claws16
2477
2478         * src/plugins/dillo_viewer.c
2479                 Fixed bug where it was not possible to view more than
2480                 one text/html attachment per message (bug discovered
2481                 by Christoph Hohmann).
2482
2483 2003-03-15 [melvin]     0.8.11claws15
2484
2485         * src/prefs_actions.c
2486                 Fixed compilation warnings.
2487
2488 2003-03-15 [melvin]     0.8.11claws14
2489
2490         * src/plugins/Makefile.am
2491         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2492         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2493         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2494                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2495                 newer (http://dillo.auriga.wearlab.de/).
2496
2497 2003-03-15 [christoph]  0.8.11claws13
2498
2499         * src/imap.c
2500                 don't query imap folder for attributes because we already
2501                 for them from imap_status
2502
2503         * src/mimeview.[ch]
2504                 add support for plugable MimeViewers (unloading Viewers
2505                 not yet complete)
2506
2507         * src/plugins/Makefile.am
2508         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2509         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2510         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2511                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2512                 widget from http://helm.cs.unibo.it/mml-widget/
2513
2514 2003-03-14 [christoph]  0.8.11claws12
2515
2516         * src/folder.[ch]
2517                 o error return code's should better be negative
2518                 o replace printf with debug_print
2519
2520         * src/imap.c
2521                 improve IMAP folder scan by checking UID-NEXT
2522
2523         * src/summaryview.c
2524                 remove check that are unnecessary in my opinion
2525
2526 2003-03-13 [christoph]  0.8.11claws11
2527
2528         * src/folder.[ch]
2529         * src/foldersel.c
2530         * src/folderview.c
2531         * src/imap.c
2532         * src/mbox_folder.c
2533         * src/mh.c
2534         * src/news.c
2535         * src/prefs_scoring.c
2536         * src/summaryview.c
2537                 use a common function to get a displayable name
2538                 for a FolderItem
2539
2540 2003-03-13 [paul]       0.8.11claws10
2541
2542         * tools/Makefile.am
2543           tools/README
2544           tools/multiwebsearch.conf     ** NEW FILE **
2545           tools/multiwebsearch.pl       ** NEW FILE **
2546                 add multiwebsearch Actions script
2547
2548 2003-03-13 [colin]      0.8.11claws9
2549
2550         * src/compose.c
2551                 Remove leading emtpy lines from quoted text
2552                 before quoting it
2553
2554 2003-03-13 [melvin]     0.8.11claws8
2555
2556         * src/prefs_actions.c
2557                 Fixed a memory leak
2558                 Code clean ups
2559                 Added Cancel and OK buttons
2560                 Corrected help text
2561
2562 2003-03-13 [christoph]  0.8.11claws7
2563
2564         * src/account.c
2565         * src/folder.[ch]
2566         * src/imap.c
2567         * src/mainwindow.c
2568         * src/mbox_folder.c
2569         * src/mh.c
2570         * src/news.c
2571         * src/setup.c
2572                 replace more folder type stuff with folder class stuff
2573
2574 2003-03-13 [melvin]     0.8.11claws6
2575
2576         * src/prefs_actions.c
2577                 Added new tokens:
2578                 %u: user provided argument
2579                 %h: user provided argument (hidden on input)
2580                 %s: current text selection in the message view 
2581
2582 2003-03-13 [paul]       0.8.11claws5
2583
2584         * sync with 0.8.11cvs5
2585                 see ChangeLog 2003-03-11, 2003-03-12
2586
2587 2003-03-12 [christoph]  0.8.11claws4
2588
2589         * src/folder.c
2590                 use folder class idstr when writing folderlist.xml
2591
2592         * src/folder.h
2593         * src/imap.c
2594         * src/news.c
2595                 replace folder type checks with folder class checks
2596
2597 2003-03-12 [christoph]  0.8.11claws3
2598
2599         * src/folder.[ch]
2600         * src/imap.[ch]
2601         * src/main.c
2602         * src/mbox_folder.[ch]
2603         * src/mh.[ch]
2604         * src/news.[ch]
2605                 o create a list of known folder classes in the folder system
2606                 o use folder class id strings for folder item identifiers
2607
2608 2003-03-12 [christoph]  0.8.11claws2
2609
2610         * src/imap.c
2611                 fix imap uid validity check
2612
2613 2003-03-12 [christoph]  0.8.11claws1
2614
2615         * src/account.c
2616         * src/folder.[ch]
2617         * src/foldersel.c
2618         * src/folderview.c
2619         * src/imap.c
2620         * src/mainwindow.c
2621         * src/mbox_folder.c
2622         * src/mh.c
2623         * src/news.c
2624         * src/prefs_scoring.c
2625         * src/procmsg.c
2626         * src/setup.c
2627         * src/summaryview.c
2628                 initial restructuring of folder system, seperating
2629                 folders and folder classes
2630
2631 2003-03-12 [paul]       0.8.11claws
2632
2633         0.8.11claws release
2634
2635 2003-03-12 [christoph]
2636
2637         * src/gtk/prefswindow.c
2638                 fix translation of "Page Index"
2639
2640 2003-03-12 [paul]       0.8.10claws110
2641
2642         a sync from 0.8.11cvs4 before the release
2643
2644         * src/common/utils.c
2645                 subject_compare_for_sort(): allow null strings (fixes
2646                 summary sorting).
2647
2648 2003-03-11 [paul]       0.8.10claws109
2649
2650         * po/es.po
2651                 update Spanish translation, submitted by
2652                 Ricardo Mones Lastra
2653
2654 2003-03-11 [melvin]     0.8.10claws108
2655
2656         * po/fr.po
2657                 Updated French translations
2658
2659 2003-03-11 [paul]       0.8.10claws107
2660
2661         * manual/en/Makefile.am
2662           manual/en/*.html
2663                 update English manual, add a new page
2664                 updated by Francois Barriere <fbarriere@atmel.fr>
2665                 
2666         * po/bg.po
2667           po/it.po
2668           po/sr.po
2669                 update Bulgarian, Italian, and Serbian translations
2670                 submitted by George Danchev, Alessandro Maestri, and
2671                 Urke MMI
2672
2673 2003-03-10 [paul]       0.8.10claws106
2674
2675         * src/gtk/about.c
2676           src/gtk/prefswindow.c
2677                 make some strings translatable
2678
2679 2003-03-10 [darko]      0.8.10claws105
2680
2681         * src/compose.c
2682                 code cleanup to make Hiro happy
2683
2684 2003-03-10 [paul]       0.8.10claws104
2685
2686         * sync with 0.8.11cvs2
2687                 see ChangeLog 2003-03-10
2688
2689 2003-03-09 [melvin]     0.8.10claws103
2690
2691         * src/textview.c
2692                 textview_set_font(): fix for message display in
2693                 UTF-8 locales (thanks to Sergey Vlasov).
2694                 (was unintentionnaly reverted in 0.8.6claws6)   
2695
2696 2003-03-08 [darko]      0.8.10claws102
2697
2698         * src/compose.c
2699                 fix infinite loop in wrapping as reported
2700                 by happycactus
2701                 obsoletes patch #696482
2702
2703 2003-03-08 [christoph]  0.8.10claws101
2704
2705         * src/imap.c
2706                 add workaround for IMAP servers that do not
2707                 support the "UID SEARCH UID" command
2708
2709 2003-03-07 [christoph]  0.8.10claws100
2710
2711         * src/plugins/spamassassin/spamassassin.[ch]
2712         * src/plugins/spamassassin/spamassassin_gtk.c
2713                 code cleanup
2714
2715 2003-03-07 [paul]       0.8.10claws99
2716
2717         * po/es.po
2718                 updated Spanish translation, submitted by
2719                 Ricardo Mones Lastra
2720
2721 2003-03-07 [christoph]  0.8.10claws98
2722
2723         * src/send.c
2724                 fix in 0.8.10claws94 was wrong
2725                 local delivery does not require escaping, remove escaping
2726                 code to make signatures of mails with "." lines valid
2727                 
2728                 NOTE: requires that sendmail is executed with "-i" option,
2729                       what is the default now, but has to be changed in all
2730                       exsiting accounts)
2731
2732 2003-03-07 [paul]       0.8.10claws97
2733
2734         * sync with 0.8.11 release
2735                 see ChangeLog 2003-03-07
2736
2737 2003-03-06 [paul]       0.8.10claws96
2738
2739         * src/compose.c
2740                 revert commit 0.8.10claws92
2741
2742 2003-03-06 [paul]       0.8.10claws95
2743
2744         * src/folderview.c
2745                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2746
2747         * src/gtkaspell.c
2748                 fix bug 74, 'Crash opening editor window with pseudo-color
2749                 display'
2750                 
2751         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2752
2753 2003-03-06 [christoph]  0.8.10claws94
2754
2755         * src/send.c
2756                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2757                 all lines starting with a period get an extra period
2758                 inserted
2759                 (found by Simon 'corecode' Schubert)
2760
2761 2003-03-06 [paul]       0.8.10claws93
2762
2763         * src/folderview.c
2764                 if configured font can't be loaded fall back to gtk
2765                 default. (with thanks to Christoph)
2766                 
2767                 closes long-standing bug 15 'Crashes on startup'
2768
2769 2003-03-06 [paul]       0.8.10claws92
2770
2771         * src/compose.c
2772                 freeze text before autosave and thaw afterwards
2773                 fixes bug 67 'autosave make re-rediting message crazy'
2774
2775 2003-03-06 [christoph]  0.8.10claws91
2776
2777         * src/compose.c
2778                 ignore address comment in dupe check for Cc-list
2779
2780         (closes reopened bug 47 Replying to message strips name part of
2781          e-mail addresses of Cc: lines)
2782
2783 2003-03-06 [paul]       0.8.10claws90
2784
2785         * src/Makefile.am
2786                 remove reference to gtkxtext.h as its no longer in
2787                 the repository
2788
2789 2003-03-06 [paul]       0.8.10claws89
2790
2791         * sync with 0.8.10cvs25
2792                 see ChangeLog 2003-03-06
2793
2794 2003-03-06 [oliver]     0.8.10claws88
2795         
2796         * src/messageview.c
2797                 remove include
2798
2799 2003-03-06 [oliver]     0.8.10claws87
2800         
2801         * src/folderview.c 
2802                 remove changes introduced inclaws74
2803         * src/messageview.c
2804                 another attempt to sanely delete and update
2805                 messages deleted in separate messageview
2806
2807 2003-03-05 [christoph]  0.8.10claws86
2808
2809         * src/summaryview.c
2810                 check if "From" matches any account's address if
2811                 addressbook completion of addresses is disabled too
2812
2813         (closes Bug 70 "Display recipient in from" doesn't check
2814          folder's default account)
2815
2816 2003-03-05 [christoph]  0.8.10claws85
2817
2818         * src/compose.c
2819         * src/common/utils.[ch]
2820                 don't strip address comments when building Cc lists
2821
2822         (closes Bug 47 Replying to message strips name part of e-mail addresses
2823          of Cc: lines)
2824
2825         * src/folder.c
2826                 fix return value of copy function
2827
2828 2003-03-05 [christoph]  0.8.10claws84
2829
2830         * src/imap.c
2831                 don't ask imap server for non rfc822 headers
2832
2833         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2834
2835         * src/imap.c
2836                 destroy session on socket error to allow reconnecting
2837
2838 2003-03-05 [christoph]  0.8.10claws83
2839
2840         * configure.ac
2841                 fix building with gnome when no prefix is set
2842
2843         (closes bug 66 Gnome directory is set to NONE)
2844
2845 2003-03-05 [paul]       0.8.10claws82
2846
2847         * sync with 0.8.10cvs23
2848                 see ChangeLog 2003-03-05
2849
2850 2003-03-04 [christoph]  0.8.10claws81
2851
2852         * src/folder.c
2853                 o fix moving and copying when folder returns 0 for new
2854                   message number
2855                 o remove some code for single message copy and move
2856                   operations and use functions for multiple messages
2857
2858         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2859
2860         * src/news.c
2861                 remove unused include
2862
2863 2003-03-04 [paul]       0.8.10claws80
2864
2865         * src/gtk/about.c
2866                 list 'Compiled plugins'
2867
2868 2003-03-03 [christoph]  0.8.10claws79
2869
2870         * src/news.[ch]
2871                 have to multiply the percentage of the current fetch with
2872                 the percentage that it has of the total fetch operation
2873                 for correct values
2874
2875 2003-03-03 [christoph]  0.8.10claws78
2876
2877         * src/news.c
2878                 fix calculation of expected lines for progress indicator
2879
2880 2003-03-03 [christoph]  0.8.10claws77
2881
2882         * src/summaryview.c
2883         * src/common/utils.c
2884                 fix segfault when opening the root news folder
2885
2886 2003-03-03 [christoph]  0.8.10claws76
2887
2888         * src/mainwindow.[ch]
2889         * src/common/Makefile.am
2890         * src/common/progressindicator.[ch]
2891                 add UI independent progress indicator handling
2892
2893         * src/news.[ch]
2894                 use new progress indicator for message info fetching
2895
2896         * src/common/hooks.h
2897                 code cleanup
2898
2899 2003-03-03 [oliver]     0.8.10claws75
2900
2901         * src/toolbar.c
2902         * src/compose.c
2903                 removed commented code
2904
2905 2003-03-03 [oliver]     0.8.10claws74
2906
2907         * src/toolbar.[ch]
2908                 cleanups and refactoring
2909         * src/compose.[ch]
2910                 compose_reply_mode reply & forwarding interface for
2911                 toolbar buttons
2912         * src/folderview.c
2913                 act on messages marked for deletion in folderview_selected
2914                 based on prefs_common.immediate_exec since a message might 
2915                 have been deleted by messageview in a folder we are changing 
2916                 to (does anybody understand what I'm on about ?)
2917
2918 2003-03-03 [oliver]     0.8.10claws73
2919         
2920         * src/messageview.[ch]
2921                 new functions
2922                 - messageview_delete: delete message shown in messagview
2923                 - messageview_update_view: update messageview to currently 
2924                   selected summaryview message
2925                 - add separate messageview to msgview_list in order to update 
2926                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2927         * src/summaryview.[ch]
2928                 summary_get_selection returns a list of selected msgs
2929                 in summaryview
2930         * src/mainwindow.c
2931                 toolbar reply refactoring
2932
2933 2003-03-03 [paul]       0.8.10claws72
2934
2935         * sync with 0.8.10cvs21
2936                 see ChangeLog 2003-03-03
2937
2938 2003-03-02 [christoph]  0.8.10claws71
2939
2940         * src/common/passcrypt.c
2941                 use POSIX includes
2942
2943 2003-03-02 [christoph]  0.8.10claws70
2944
2945         * configure.ac
2946         * src/prefs_account.c
2947         * src/prefs_gtk.[ch]
2948         * src/common/.cvsignore
2949         * src/common/Makefile.am
2950         * src/common/passcrypt.c                ** NEW **
2951         * src/common/passcrypt.h.in             ** NEW **
2952                 Implement password encryption in config files
2953                 using unix encrypt and setkey functions. The crypt
2954                 key can be set as a configure parameter. Old
2955                 passwords will be converted if they do not begin
2956                 with '!'
2957
2958 2003-03-02 [paul]       0.8.10claws69
2959
2960         * src/prefs_account.c
2961                 fix compile error
2962
2963 2003-03-01 [thorsten]   0.8.10claws68
2964
2965         * po/el.po
2966           po/hr.po
2967           po/it.po
2968           po/nl.po
2969           po/sr.po
2970           po/sv.po
2971                 corrected format strings
2972         * po/en_GB.po
2973                 corrected headers
2974                 (fix compile errors with GNU gettext-0.11.5)
2975
2976 2003-03-01 [oliver]     0.8.10claws67
2977
2978         * src/summaryview.c
2979                 menu callbacks call toolbar_menu_reply
2980
2981 2003-03-01 [oliver]     0.8.10claws66
2982
2983         * src/mainwindow.c
2984         * src/messageview.c
2985                 menu callbacks call toolbar_menu_reply
2986         * src/toolbar.[ch]
2987                 callbacks from menu handled by toolbar_menu_reply
2988
2989 2003-03-01 [paul]       0.8.10claws65
2990
2991         * src/addressbook.c
2992                 revert commit 0.8.10claws54 - breaks editing of
2993                 addressbook.
2994                 
2995         * po/bg.po
2996                 update Bulgarian translation, submitted by
2997                 George Danchev
2998
2999 2003-02-28 [christoph]  0.8.10claws64
3000
3001         * src/account.c
3002         * src/addressadd.c
3003         * src/compose.c
3004         * src/gtkaspell.c
3005         * src/gtkxtext.h                ** REMOVE **
3006         * src/imap.c
3007         * src/matcher.[ch]
3008         * src/mh.c
3009         * src/news.c
3010         * src/pine.c
3011         * src/prefs_common.c
3012         * src/prefs_matcher.c
3013         * src/procheader.[ch]
3014         * src/procmsg.[ch]
3015         * src/toolbar.c
3016         * src/common/ssl_certificate.c
3017         * src/gtk/colorlabel.c
3018         * src/gtk/menu.c
3019                 o fix warnings
3020                 o remove code obsoleted by new cache and folder system rework
3021
3022 2003-02-28 [oliver]     0.8.10claws63
3023         
3024         * src/toolbar.[ch]
3025                 * fix bug where reply in Messageview replied to 
3026                 Message displayed in summaryview
3027                 (reportedd via ML by chinatinte at gmx dot ch)
3028                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3029                 didn't work in separate MessageView Toolbar
3030                 (wondering if anybody uses this at all ?)
3031         * src/summaryview.[ch]
3032                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3033                 (generalize reply and forward code);
3034         * src/messageview.c 
3035                 remove focus_in event which updated summaryview to messageview
3036
3037 2003-02-28 [paul]       0.8.10claws62
3038
3039         * po/Makefile.in.in
3040                 add the --check option
3041                 Patch submitted by Ricardo Mones Lastra
3042
3043 2003-02-28 [paul]       0.8.10claws61
3044
3045         * src/prefs_account.c
3046                 re-order 'Signature' items
3047
3048 2003-02-28 [paul]       0.8.10claws60
3049
3050         * sync with 0.8.10cvs20
3051                 see ChangeLog 2003-02-28
3052
3053 2003-02-28 [paul]       0.8.10claws59
3054
3055         * po/POTFILES.in
3056                 update to reflect recent movement of files
3057
3058 2003-02-28 [paul]       0.8.10claws58
3059
3060         * sync with 0.8.10cvs19
3061                 see ChangeLog 2003-02-28
3062
3063 2003-02-27 [martin]     0.8.10claws57
3064
3065         * src/prefs_matcher.c 
3066                 fix segfault in prefs_matcher_ok() when the
3067                 last entry is deleted and prevents that the
3068                 message "entry not saved" comes up after deleting
3069                 an entry
3070
3071 2003-02-27 [martin]     0.8.10claws56
3072
3073         * src/prefs_filtering.c 
3074                 fix segfault in prefs_filtering_ok() when the
3075                 last entry is deleted and prevents that the
3076                 message "entry not saved" comes up after deleting
3077                 an entry
3078
3079 2003-02-27 [paul]       0.8.10claws55
3080
3081         * sync with 0.8.10cvs18
3082                 see ChangeLog 2003-02-27
3083
3084 2003-02-27 [paul]       0.8.10claws54
3085
3086         * src/addressbook.c
3087                 fix bug where the address book crashes with 
3088                 multiple lookups.
3089                 Patch [687729] submitted by David Frager 
3090                 <dbfrager@users.sourceforge.net>
3091
3092 2003-02-25 [christoph]  0.8.10claws53
3093
3094         * src/Makefile.am
3095         * src/colorlabel.[ch]           ** REMOVE **
3096         * src/gtk/Makefile.am
3097         * src/gtk/colorlabel.[ch]       ** NEW **
3098                 move colorlabel files to gtk directory
3099
3100         * src/esmtp.[ch]                ** REMOVE **
3101                 has been merged into smtp.[ch] in 0.7.5
3102
3103 2003-02-25 [christoph]  0.8.10claws52
3104
3105         * src/Makefile.am
3106         * src/about.[ch]                ** REMOVE **
3107         * src/gtk/Makefile.am
3108         * src/gtk/about.[ch]            ** NEW **
3109                 move about files to gtk directory
3110
3111 2003-02-25 [christoph]  0.8.10claws51
3112
3113         * src/folder.c
3114                 some code optimization of folder scanning code
3115
3116         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3117
3118 2003-02-25 [christoph]  0.8.10claws50
3119
3120         * src/main.c
3121         * src/common/sylpheed.c
3122                 add command line parameter parsing to common code
3123
3124 2003-02-24 [christoph]
3125
3126         * Makefile.am
3127         * configure.ac
3128                 fix gnome prefix problems, the configure script now removed
3129                 `gnome-config --prefix` from `gnome-config --datadir`
3130                 and adds $(prefix} instead
3131
3132         (closes Bug 24 Makefile does not respect prefix when installing
3133          GNOME data)
3134
3135 2003-02-24 [christoph]  0.8.10claws49
3136
3137         * src/news.c
3138                 check for valid session before trying to authenticate
3139
3140         (closes Bug 60 crash if "authenticate on logon" is activated
3141          and newsserver-hostname is not valid)
3142
3143 2003-02-24 [melvin]     0.8.10claws48
3144
3145         * src/prefs_actions.c
3146                 Make sure all user's input is sent to the action and then
3147                 close the socket..
3148
3149 2003-02-23 [alfons]     0.8.10claws46
3150
3151         * src/summaryview.c
3152                 also wait cursor when deleting files
3153
3154 2003-02-23 [paul]
3155
3156         * tools/freshmeat_search.pl
3157           tools/google_search.pl
3158                 scripts should now work for any browser/browser command line
3159
3160 2003-02-22 [christoph]  0.8.10claws45
3161
3162         * src/procmsg.c
3163                 fix IMAP flag setting, IMAP flag is not handled correctly
3164                 anymore by the folder system and information about the
3165                 folder should not be saved in the MsgInfo (in my opinion)
3166
3167         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3168
3169 2003-02-22 [christoph]  0.8.10claws44
3170
3171         * src/summaryview.c
3172                 fix spelling of "label" ;-)
3173
3174 2003-02-22 [thorsten]   0.8.10claws43
3175
3176         * src/mimeview.c
3177           src/prefs_common.[ch]
3178           src/procmime.[ch]
3179                 do not use description as attachment name
3180
3181 2003-02-22 [alfons]     0.8.10claws42
3182
3183         * src/summaryview.c
3184                 freeze/thaw folder item updates when changing color labels,
3185                 and put a wait cursors on
3186
3187 2003-02-22 [thorsten]   0.8.10claws41
3188
3189         * src/mimeview.c
3190                 save-all fixes: crash if invoked on multipart container,
3191                 mimeinfo access, pathseparators, error dialog
3192
3193 2003-02-21 [alfons]     0.8.10claws40
3194
3195         * src/prefs_gtk.c
3196                 remove unused var
3197
3198 2003-02-21 [colin]      0.8.10claws39
3199
3200         * src/send.c
3201                 Fix smtp logging
3202
3203 2003-02-21 [colin]      0.8.10claws38
3204
3205         * src/summaryview.c
3206                 Freeze/thaw folderItem updates when filtering messages 
3207                 via Tools/Filter messages
3208
3209 2003-02-21 [paul]       0.8.10claws37
3210
3211         * src/compose.c
3212                 revert commit 0.8.10claws26, there are ulterior motives
3213                 for users to set a Reply-To header when posting to
3214                 newsgroups
3215
3216 2003-02-21 [paul]       0.8.10claws36
3217
3218         * sync with 0.8.10cvs17
3219                 see ChangeLog 2003-02-21
3220
3221 2003-02-20 [christoph]  0.8.10claws35
3222
3223         * src/imap.c
3224                 IMAP UID fetch speedup using SEARCH
3225
3226         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3227
3228         * src/imap.c
3229                 fix problem with UIDs in IMAP UID cache that no longer existed
3230
3231 2003-02-20 [christoph]  0.8.10claws34
3232
3233         * src/imap.c
3234         * src/procheader.c
3235         * src/procheader.h
3236                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3237
3238         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3239
3240         * src/imap.c
3241                 Rewrite imap_cmd_gen_recv use sock_getline instead
3242                 of sock_gets to avoid problems with too long reply
3243                 lines
3244     
3245 2003-02-20 [colin]      0.8.10claws33
3246         
3247         * src/prefs_account.c
3248                 Better wording
3249
3250 2003-02-20 [colin]      0.8.10claws32
3251
3252         * src/compose.c
3253                 Remove useless '&& !to_sender' 
3254
3255 2003-02-20 [darko]
3256
3257         * AUTHORS
3258                 change my e-mail address
3259
3260 2003-02-19 [colin]      0.8.10claws31
3261
3262         * src/prefs_common.c
3263                 X11 style colors for every configurable color
3264
3265 2003-02-19 [alfons]     0.8.10claws30
3266
3267         * src/prefs_gtk.[ch]
3268         * src/prefs_common.c
3269                 for color_new accept both plain integers and X11 style color
3270                 names (as found in /usr/lib/X11/rgb.txt)
3271
3272 2003-02-19 [paul]       0.8.10claws29
3273
3274         * src/mainwindow.c
3275                 add tooltips to online/offline button and account selector
3276                 button
3277
3278 2003-02-19 [paul]       0.8.10claws28
3279
3280         * src/folder.c
3281           src/news.c
3282           src/prefs_account.[ch]
3283           src/prefs_common.[ch]
3284                 move 'Maximum number of articles to download' to
3285                 account prefs.
3286                 clean up account prefs gui a little by hiding entries
3287                 rather then greying out entries
3288
3289 2003-02-19 [hiro]       0.8.10claws27
3290
3291         * src/common/utils.c
3292                 fix bug #54 'yesterdays date is displayed in the message 
3293                 summary window'
3294
3295 2003-02-19 [paul]       0.8.10claws26
3296
3297         * src/compose.c
3298                 fix bug reported in Feature Request [688596] 
3299                 'Reply-to header in news'
3300
3301 2003-02-18 [paul]       0.8.10claws25
3302
3303         * src/select-keys.c
3304                 add a 'List all keys' button to key selection dialog
3305
3306 2003-02-18 [colin]      0.8.10claws24
3307         
3308         * src/stock_pixmap.c
3309                 fix compile error
3310
3311 2003-02-18 [colin]      0.8.10claws23
3312
3313         * src/common/smtp.[ch]
3314           src/prefs_account.c
3315                 Try to starttls if it seems to be the only
3316                 way to authenticate a user
3317
3318 2003-02-18 [paul]       0.8.10claws22
3319
3320         * src/Makefile.am
3321           src/folderview.c
3322           src/stock_pixmap.[ch]
3323           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3324           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3325                 as a Drafts folder is a special folder allow it to have
3326                 its own unique icons
3327
3328 2003-02-18 [colin]      0.8.10claws21
3329
3330         * src/imap.c
3331                 Fix port selection when using starttls
3332
3333 2003-02-18 [paul]       0.8.10claws20
3334
3335         * src/mainwindow.c
3336           src/prefs_common.[ch]
3337                 make blue the default new mail colour
3338
3339 2003-02-18 [paul]       0.8.10claws19
3340
3341         * sync with 0.8.10cvs14
3342                 see ChangeLog 2003-02-18
3343
3344 2003-02-17 [jens]       0.8.10claws18
3345
3346         * src/common/md5.c
3347                 fixed a compile problem with gcc 3.3
3348                 works on 2.95.3 too (testet on PPC as it is big endian)
3349
3350 2003-02-17 [paul]       0.8.10claws17
3351
3352         * sync with 0.8.10cvs13
3353                 see ChangeLog 2003-02-17
3354
3355 2003-02-17 [paul]       0.8.10claws16
3356
3357         * sync with 0.8.10cvs12
3358                 see ChangeLog 2003-02-17
3359
3360 2003-02-16 [match]      0.8.10claws15
3361
3362         * src/addressbook.c
3363                 Eliminates reloading of address data when items
3364                 deleted or added. Applied submitted by
3365                 Luke Plant <lukeplant@softhome.net>
3366
3367 2003-02-16 [paul]       0.8.10claws14
3368
3369         * src/news.c
3370                 when a 'protocol error' is encountered disconnect from
3371                 the server. This means that the user can carry on viewing
3372                 other articles and doesn't have to either wait until the
3373                 server timesout or quit sylpheed.
3374                 Fixes bug #53 'Unable to read messages in newsgroups, 
3375                 displayed message doesn't change'
3376
3377 2003-02-15 [christoph]  0.8.10claws13
3378
3379         * src/imap.c
3380                 fix bug that stopped scanning of folders when an
3381                 IMAP folder was empty
3382
3383         (closes bug 46 stop scan messages in folders after empty folder)
3384
3385 2003-02-15 [paul]
3386
3387         * tools/Makefile.am
3388           tools/README
3389           tools/freshmeat_search.pl     ** NEW FILE **
3390           tools/google_search.pl        ** NEW FILE **
3391                 Add 2 Actions scripts which search freshmeat/google
3392                 for the selected text using the browser configured
3393                 in sylpheedrc.
3394                 
3395         Note: These scripts are very dependent on the format of the
3396         browser command and may not work on every occasion. Testing
3397         is welcome. 
3398
3399 2003-02-14 [alfons]     0.8.10claws12
3400
3401         * src/compose.c
3402                 fix breakage because of uninitialized account pointer.
3403                 please verify.
3404
3405 2003-02-14 [paul]       0.8.10claws11
3406
3407         * src/compose.c
3408           src/prefs_account.[ch]
3409           src/prefs_common.[ch]
3410                 move signature settings to Account Prefs
3411
3412 2003-02-14 [paul]       0.8.10claws10
3413
3414         * sync with 0.8.10cvs11
3415                 see ChangeLog 2003-02-14
3416
3417 2003-02-13 [thorsten]   0.8.10claws9
3418
3419         * src/news.c
3420                 revert news progressbar (GUI separation)
3421
3422 2003-02-13 [paul]       0.8.10claws8
3423
3424         * src/compose.c
3425                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3426                 paragraph 1
3427
3428 2003-02-13 [paul]       0.8.10claws7
3429
3430         * src/compose.[ch]
3431           src/summaryview.c
3432                 fix 'Follow-up and Reply-to' so that it creates a reply to
3433                 the newsgroup and the sender. If the message has the keyword
3434                 'poster' in the Followup-To header, all replies go to the
3435                 sender, re: RFC 1036, Section 2.2.3
3436                 rename all instances of 'ignore_replyto' to 'to_sender', both
3437                 were previously used, now we use just one.
3438
3439 2003-02-13 [paul]       0.8.10claws6
3440
3441         * sync with 0.8.10cvs9
3442                 see ChangeLog 2003-02-13
3443
3444 2003-02-13 [paul]       0.8.10claws5
3445
3446         * configure.ac
3447                 show which plugins are configured in the configure
3448                 output.
3449
3450 2003-02-12 [thorsten]   0.8.10claws4
3451
3452         * src/news.c
3453                 show progress while fetching news headers
3454
3455 2003-02-12 [christoph]  0.8.10claws3
3456
3457         * configure.ac
3458         * src/plugins/Makefile.am
3459                 use AM_CONDITIONAL to enable plugins, automake correctly
3460                 manages this when creating distdir
3461
3462 2003-02-12 [christoph]  0.8.10claws2
3463
3464         * ac/spamassassin.m4
3465         * src/plugins/spamassassin/Makefile.am
3466                 fix building SpamAssassin plugin without OpenSSL
3467
3468 2003-02-12 [paul]       0.8.10claws1
3469
3470         * ac/Makefile.am
3471           src/Makefile.am
3472           src/plugins/Makefile.am
3473                 fix failure of 'make release'
3474
3475 2003-02-12 [paul]       0.8.10claws
3476
3477         * 0.8.10claws released
3478
3479 2003-02-12 [paul]       0.8.9claws56
3480
3481         * po/bg.po
3482           po/es.po
3483           po/it.po
3484           po/ru.po
3485           po/sr.po
3486                 updated translations by George Danchev, Ricardo Mones Lastra,
3487                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3488                 
3489         * sylpheed.spec.in
3490                 Allow the building of RPMs by a regular user. Submitted
3491                 by Sergei Astanin
3492
3493 2003-02-11 [alfons]     0.8.9claws55
3494
3495         * src/colorlabel.c
3496                 don't use pixmaps for label color rect but draw rectangles
3497                 so we can respect the color map of palette based visuals
3498                 (fixes the long time crashes on Suns - thanks to Andreas
3499                 Engel and Steve O'Hara-Smith for testing)
3500
3501 2003-02-11 [christoph]  0.8.9claws54
3502
3503         * src/matcher_parser_parse.y
3504                 correct bug where filering rules of not existing folders in
3505                 matcherrc were added to global filtering
3506                 
3507         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3508          main filter-rules after removing directory, http://bugs.debian.org/180253)
3509         
3510 2003-02-11 [paul]       0.8.9claws53
3511
3512         * sync with 0.8.10cvs7
3513                 see ChangeLog 2003-02-09
3514
3515 2003-02-11 [melvin]     0.8.9claws52
3516
3517         * po/fr.po
3518                 Updated French tranlsations
3519
3520 2003-02-10 [paul]       0.8.9claws51
3521
3522         * sylpheed.spec.in
3523                 correct --enable-openssl
3524                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3525
3526 2003-02-09 [martin]     0.8.9claws50
3527
3528         * src/prefs_matcher.c
3529                 fix segfault in prefs_matcher_substitute_cb() when
3530                 no row is selected
3531
3532 2003-02-09 [paul]       0.8.9claws49
3533
3534         * src/folderview.c
3535                 fix bug where a newsgroup folder's processing rules were
3536                 merged with the global filtering rules when the newsgroup
3537                 folder was deleted, causing some seriously bad results,
3538                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3539
3540 2003-02-08 [melvin]     0.8.9claws48
3541
3542         * src/compose.c
3543                 Corrected and modified an alert message.
3544
3545 2003-02-07 [paul]       0.8.9claws47
3546
3547         * src/folderview.c
3548                 fix bug where both an 'Account properties' window and a
3549                 'Folder properties' window were opened when clicking on
3550                 'Properties' in an NNTP or IMAP folder's popup menu.
3551
3552 2003-02-07 [paul]       0.8.9claws46
3553
3554         * sync with 0.8.10cvs6
3555                 see ChangeLog 2003-02-06
3556
3557 2003-02-06 [christoph]  0.8.9claws45
3558
3559         * src/mbox.c
3560                 freeze folder updates while importing mbox files
3561                 (closes bug 43 importing mbox took hours)
3562                 
3563         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3564
3565 2003-02-06 [thorsten]   0.8.9claws44
3566
3567         * po/de.po
3568                 Updated german translations
3569
3570 2003-02-06 [thorsten]   0.8.9claws43
3571
3572         * src/news.h
3573                 use guint for message numbers (fix count in grouplist dialog)
3574
3575 2003-02-05 [paul]       0.8.9claws42
3576
3577         * sync with 0.8.10cvs2
3578                 see ChangeLog 2003-02-05
3579
3580 2003-02-04 [colin]      0.8.9claws41
3581
3582         * src/prefs_common.[ch]
3583           src/procmsg.c
3584           src/summaryview.c
3585                 Add an option to disable threading by subject
3586
3587 2003-02-04 [christoph]  0.8.9claws40
3588
3589         * src/inc.c
3590                 only abort fetching mails from multiple accounts when the
3591                 error is fatal and does not allow to check any more accounts
3592                 (currently only disk full error)
3593
3594         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3595          receive mails for other accouts)
3596
3597 2003-02-04 [christoph]  0.8.9claws39
3598
3599         * src/folder.c
3600                 first add the new message to the cache, then
3601                 send the update notification
3602
3603         (closes bug 39 after sending message folderview doesnt get updated)
3604
3605 2003-02-04 [colin]      0.8.9claws38
3606
3607         * src/inc.c
3608                 _really_ fix this Connecting... status
3609
3610 2003-02-04 [paul]       0.8.9claws37
3611
3612         * sync with 0.8.10
3613                 see ChangeLog 2003-02-04
3614
3615 2003-02-04 [paul]       0.8.9claws36
3616
3617         * sync with 0.8.9cvs6
3618                 see ChangeLog 2003-02-03
3619
3620 2003-02-04 [paul]       0.8.9claws35
3621
3622         * po/pt_BR.po
3623                 updated by André Filipe de Assunção e Brito 
3624                 <bedecko@netsite.com.br>
3625
3626 2003-02-03 [thorsten]   0.8.9claws34
3627
3628         * po/de.po
3629                 Updated german translations
3630
3631 2003-02-02 [paul]       0.8.9claws33
3632
3633         * po/es.po
3634                 updated by Ricardo Mones Lastra
3635
3636 2003-02-02 [thorsten]   0.8.9claws32
3637
3638         * src/mh.c
3639                 Fix mh_get_msginfo() segfault if file is inaccessible
3640
3641 2003-01-31 [colin]      0.8.9claws31
3642
3643         * src/procheader.c
3644                 Fix last commit's bug
3645
3646 2003-01-31 [colin]      0.8.9claws30
3647
3648         * src/procheader.c
3649                 Missing a change for gpg-signed messages
3650
3651 2003-01-31 [paul]       0.8.9claws29
3652
3653         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3654           src/procheader.c
3655           src/stock_pixmap.[ch]
3656           src/summaryview.c
3657                 indicate GnuPG signed messages by displaying an icon
3658                 in the Attachment column.
3659
3660 2003-01-31 [paul]       0.8.9claws28
3661
3662         * sync with 0.8.9cvs4
3663                 see ChangeLog 2003-01-31
3664
3665 2003-01-31 [alfons]     0.8.9claws27
3666
3667         * src/textview.c
3668                 tune URI parser to accept mailto URLs with a '?'
3669                 (patch from Ruslan Balkin)
3670
3671 2003-01-31 [colin]      0.8.9claws26
3672
3673         * src/summaryview.c
3674                 Fix a leak introduced in claws24
3675
3676 2003-01-31 [colin]      0.8.9claws25
3677
3678         * src/summaryview.c
3679                 Freeze/Thaw folder updates when deleting dups
3680
3681 2003-01-31 [colin]      0.8.9claws24
3682         
3683         * src/addr_compl.c
3684           src/summaryview.c
3685           src/msgcache.c
3686                 little speed improvements
3687
3688 2003-01-31 [colin]      0.8.9claws23
3689
3690         * src/summaryview.c
3691                 Fix segfault when forwarding nothing
3692                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3693                 
3694 2003-01-30 [paul]       0.8.9claws22
3695
3696         * sync with 0.8.9cvs3
3697                 see ChangeLog 2003-01-30
3698
3699 2003-01-30 [paul]       0.8.9claws21
3700
3701         * sync with 0.8.9cvs2
3702                 see ChangeLog 2003-01-30
3703
3704 2003-01-29 [paul]       0.8.9claws20
3705
3706         * sync with 0.8.9cvs1
3707                 see ChangeLog 2003-01-29
3708
3709 2003-01-28 [paul]       0.8.9claws19
3710
3711         * po/POTFILES.in
3712                 update to reflect changes. 
3713                 thanks to Ricardo Mones Lastra
3714
3715 2003-01-27 [christoph]  0.8.9claws18
3716
3717         * ac/openssl.m4
3718         * ac/spamassassin.m4
3719         * src/plugins/spamassassin/README
3720         * src/plugins/spamassassin/libspamc.[ch]
3721         * src/plugins/spamassassin/utils.[ch]
3722                 updated to latest libspamc
3723
3724 2003-01-27 [christoph]  0.8.9claws17
3725
3726         * src/folder.c
3727                 fix wrong use of procheader_get_header_fields
3728
3729 2003-01-27 [christoph]  0.8.9claws16
3730
3731         * src/news.c
3732         * src/prefs_account.[ch]
3733         * src/common/nntp.[ch]
3734                 allow to force authentication for NNTP servers
3735
3736         Patch submitted by Florian Mickler <dmk@d-labs.de>
3737
3738 2003-01-26 [paul]       0.8.9claws15
3739
3740         * src/summaryview.c
3741                 speed up of marking messages as read
3742                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3743
3744 2003-01-26 [christoph]  0.8.9claws14
3745
3746         * src/Makefile.am
3747         * src/mgutils.[ch]              ** REMOVE **
3748         * src/xml.[ch]                  ** REMOVE **
3749         * src/xmlprops.[ch]             ** REMOVE **
3750         * src/common/Makefile.am
3751         * src/common/mgutils.[ch]       ** NEW **
3752         * src/common/xml.[ch]           ** NEW **
3753         * src/common/xmlprops.[ch]      ** NEW **
3754                 move xml files to common directory
3755
3756 2003-01-26 [christoph]  0.8.9claws13
3757
3758         * src/plugins/spamassassin/spamassassin_gtk.c
3759                 only set gtk entry text if string is available
3760
3761 2003-01-26 [melvin]     0.8.9claws12
3762
3763         * src/description_window.c
3764                 Allow resizing of the window
3765                 Allow automatic horizontal scroll bar
3766                 Do not vertically expand and fill
3767
3768 2003-01-26 [christoph]  0.8.9claws11
3769
3770         * src/Makefile.am
3771         * src/gtkutils.[ch]             ** REMOVE **
3772         * src/common/sylpheed.c
3773         * src/gtk/Makefile.am
3774         * src/gtk/description_window.c
3775         * src/gtk/gtkutils.[ch]         ** NEW **
3776         * src/gtk/prefswindow.c
3777                 move gtkutils to gtk directory
3778
3779 2003-01-26 [paul]       0.8.9claws10
3780
3781         * src/summaryview.c
3782                 rename summary_unread_clicked() to summary_status_clicked()
3783
3784 2003-01-26 [melvin]     0.8.9claws9
3785
3786         * src/prefs_actions.c
3787                 Cosmetical changes to the help text
3788
3789 2003-01-26 [paul]       0.8.9claws8
3790
3791         * src/folder.[ch]
3792           src/mainwindow.c
3793           src/prefs_common.c
3794           src/prefs_sumamry_column.c
3795           summaryview.[ch]
3796                 rename the 'Unread' column to 'Status'
3797
3798 2003-01-25 [match]      0.8.9claws7
3799
3800         * src/mgutils.[ch]
3801                 removed reference to LDAP constants. removed error2string.
3802                 included functions to support LDAP dynamic queries.
3803         * src/syldap.h
3804                 moved LDAP constants here.
3805         * src/addressbook.c
3806         * src/addrindex.c
3807         * src/importldif.c
3808                 removed references to LDAP constants and references to
3809                 error2string.
3810
3811 2003-01-25 [paul]       0.8.9claws6
3812
3813         * src/summaryview.c
3814                 summary_thread_build(), summary_thread_init(): remove 
3815                 unneeded reference to summaryview->folder_item
3816
3817 2003-01-25 [christoph]  0.8.9claws5
3818
3819         * src/gtk/description_window.c
3820                 o allow description texts to expand over multiple columns
3821                 o translate all columns
3822         * src/prefs_actions.c
3823                 change syntax description to use new multi column feature
3824
3825         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3826
3827 2003-01-25 [match]      0.8.9claws4
3828
3829         * src/vcard.c
3830                 fixed bug with Quoted-Printable
3831
3832 2003-01-25 [paul]       0.8.9claws3
3833
3834         * src/folder.[ch]
3835           src/summaryview.[ch]
3836                 implement per-folder collapsed/expanded threads setting
3837                 
3838         * src/prefs_common.c
3839                 remove global collapsed/expanded threads option
3840
3841 2003-01-25 [christoph]  0.8.9claws2
3842
3843         * po/POTFILES.in
3844                 add pluginwindow and prefswindow
3845         * src/compose.c
3846                 make send respond correctly to messages that could be added
3847                 to the queue folder, but the UID of the message is unknown
3848         * src/folder.c
3849         * src/imap.c
3850                 don't return guessed UIDs in imap_add_msg anymore. We return
3851                 0 to tell the folder system it was appened but the UID is
3852                 unknown. Folder system now get's the UID by scaning the folder
3853                 and searching the cache for the Message-ID
3854                 (closes bug #29 Messages queued, but not sent)
3855
3856 2003-01-25 [paul]       0.8.9claws1
3857
3858         * src/codeconv.c
3859                 conv_encode_header():  fix bug when long headers with 8-bit
3860                 characters are used, so that the encoded words are wrapped.
3861                 If the space in the original text falls on the wrap boundary,
3862                 it can be lost.
3863                 Patch by Sergey Vlasov.
3864                 
3865         * src/folderview.c
3866                  fix bug where a change to the sorting method or thread view
3867                  of a folder's messages is lost if simpify-subject is set and
3868                  toggled on or off.
3869                  Patch by Luke Plant.
3870
3871 2003-01-24 [paul]       0.8.9claws
3872
3873         * sylpheed-0.8.9claws released
3874         
3875         * Makefile.am
3876           sylpheed.spec.in
3877                 remove reference to 'INSTALL.jp'
3878
3879 2003-01-23 [paul]       0.8.8claws128
3880
3881         * po/es.po
3882           po/it.po
3883           po/ru.po
3884           po/sr.po
3885                 updated translations. submitted by Ricardo Mones Lastra,
3886                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3887
3888 2003-01-23 [colin]      0.8.8claws127
3889
3890         * src/compose.c
3891                 Fix drafted and queued news articles re-edition
3892
3893 2003-01-23 [melvin]     0.8.8claws126
3894
3895         * po/fr.po
3896                 Updated French translations
3897
3898 2003-01-23 [colin]      0.8.8claws125
3899
3900         * src/inc.c
3901                 Fix "Connecting to..." status message
3902
3903 2003-01-22 [paul]       0.8.8claws124
3904
3905         * po/bg.po
3906                 updated by George Danchev
3907                 
3908         * src/folder.c
3909                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3910                 and folder deletion
3911
3912 2003-01-21 [paul]       0.8.8claws123
3913
3914         * po/bg.po
3915                 updated by George Danchev
3916                 
3917         * src/about.c
3918                 its now 2003
3919                 
3920         * src/toolbar.c
3921                 don't translate 'Separator'
3922                 
3923         * src/plugins/spamassassin/Makefile.am
3924                 add aspell to CPPFLAGS
3925                 
3926         * src/plugins/spamassassin/spamassassin.c
3927           src/plugins/spamassassin/spamassassin_gtk.c
3928                 set correct default for spamassassin_receive_spam
3929                 slightly re-word descriptions and some
3930                 other minor changes
3931
3932 2003-01-19 [alfons]     0.8.8claws122
3933                 
3934         * src/mimeview.c
3935                 mimeview_save_as(): we might as well show the file name for
3936                 the single case "Save As" too
3937
3938 2003-01-19 [alfons]     0.8.8claws121
3939
3940         * src/crash.c
3941                 change bug tracker URL to bugzilla URL
3942
3943 2003-01-19 [alfons]     0.8.8claws120
3944
3945         * src/mimeview.c
3946                 mimeview_save_all(): display name of file before overwriting;
3947                 continue saving all, even when one overwrite was cancelled
3948
3949 2003-01-19 [christoph]  0.8.8claws119
3950
3951         * src/summaryview.c
3952         * src/procmsg.[ch]
3953                 fix wrong usage of procmsg_find_children in summaryview
3954                 by using procmsg_update_unread_children instead of
3955                 summaryview_update_unread_children
3956
3957 2003-01-19 [christoph]  0.8.8claws118
3958
3959         * src/procmsg.c
3960                 fix infinite loop in procmsg_find_children
3961                  (closes bug #25 sylpheed crashes on delete.)
3962
3963         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3964
3965 2003-01-19 [paul]       0.8.8claws117
3966
3967         * po/pt_BR.po
3968                 updated by Ivan Francolin Martinez
3969
3970 2003-01-18 [melvin]     0.8.8claws116
3971
3972         * src/prefs_actions.c
3973                 Removed syntax limitation of only one '&' at the end of command.
3974                         Now actions that contain '>/dev/null 2>&1' are possible.
3975
3976 2003-01-18 [melvin]     0.8.8claws115
3977
3978         * src/prefs_actions.c
3979                 Actions IO dialog: when the action ends
3980                 the "Close" button now has focus and [Escape] closes the
3981                 window.
3982
3983 2003-01-18 [christoph]  0.8.8claws114
3984
3985         * src/procmsg.c
3986                 o add debug output when MsgInfos are really freed
3987                 o free GSLists in procmsg_find_children and
3988                   procmsg_update_unread_children
3989
3990 2003-01-18 [christoph]  0.8.8claws113
3991
3992         * src/mainwindow.c
3993                 reorder Configuration menu
3994
3995 2003-01-18 [christoph]  0.8.8claws112
3996
3997         * src/compose.c
3998                 fix applying templates to forwarded messages
3999
4000         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4001
4002 2003-01-17 [christoph]  0.8.8claws111
4003
4004         * src/folder.c
4005                 destroy folder items, when a folder item is removed
4006
4007 2003-01-17 [christoph]  0.8.8claws110
4008
4009         * src/folder.c
4010                 fix wrong folder stats update when ignored message is
4011                 deleted
4012
4013 2003-01-17 [colin]      0.8.8claws109
4014         
4015         * src/mainwindow.c
4016         * src/summaryview.c
4017                 Quicksearch bugfixes: 
4018                 - hide help button at startup if not extended
4019                 - switch to extended when looking for replies
4020
4021 2003-01-17 [paul]
4022
4023         * sync with 0.8.9 release
4024
4025 2003-01-17 [paul]       0.8.8claws108
4026
4027         * sync with 0.8.8cvs11
4028                 see ChangeLog 2003-01-17
4029
4030 2003-01-16 [colin]      0.8.8claws107
4031
4032         * src/procmsg.c
4033                 Changed encryption test to re-ask passphrase
4034                 if an encrypted message hasn't been decrypted
4035                 Fixes bug #5
4036
4037 2003-01-16 [christoph]  0.8.8claws106
4038
4039         * src/prefs_gtk.c
4040         * src/prefs_toolbar.c
4041         * src/gtk/prefswindow.h
4042         * src/plugins/spamassassin/spamassassin_gtk.c
4043                 remove page destroy function that is not used anymore
4044
4045 2003-01-16 [paul]       0.8.8claws105
4046
4047         * sync with 0.8.8cvs9
4048                 see ChangeLog 2002-01-16
4049
4050 2003-01-16 [colin]      0.8.8claws104
4051
4052         * src/compose.[ch]
4053                 Fix bug with autosaved drafts for IMAP, when draft
4054                 folder is specified - fixes bugzilla bug #20
4055
4056 2003-01-15 [paul]       0.8.8claws103
4057
4058         * src/compose.[ch]
4059           src/procmsg.c
4060                 store folder and message-id of message forwarding
4061                 in queue header and set forward flag after sending
4062
4063 2003-01-15 [paul]       0.8.8claws102
4064
4065         * sync with 0.8.8cvs8
4066                 see ChangeLog 2002-01-15
4067
4068 2003-01-15 [colin]      0.8.8claws101
4069
4070         * src/Makefile.am
4071                 Fix linking with GNU libiconv
4072
4073 2003-01-15 [darko]      0.8.8claws100
4074
4075         * src/pine.c
4076                 fix crash when importing pine address book
4077                 entry with an empty name (reported by DY
4078                 <dybulk at tri8.net>)
4079
4080 2003-01-14 [paul]       0.8.8claws99
4081
4082         * configure.in  ** REMOVED **
4083           configure.ac  ** NEW FILE **
4084                 rename configure.in to configure.ac, as it is now
4085                 preferred
4086
4087 2003-01-14 [melvin]     0.8.8claws98
4088
4089         * src/folderview.c
4090                 folderview_check_new(): More precise function description
4091
4092 2003-01-14 [melvin]     0.8.8claws97
4093
4094         * src/folderview.c
4095                 folderview_check_new(): return the number of new messages 
4096                         since last check.
4097         * src/inc.c
4098                 inc_account_mail(): Disable counting of new messages for IMAP
4099                         and NNTP until bug [19] and [14] are fixed.
4100
4101 2003-01-14 [paul]       0.8.8claws96
4102
4103         * sync with 0.8.8cvs6
4104                 see ChangeLog 2003-01-14
4105
4106 2003-01-13 [alfons]     0.8.8claws95
4107
4108         * src/textview.c
4109                 tune email address validation (c. 0.8.8claws89): if . is 
4110                 just one char away from @, the address is invalid too 
4111                 (correctly rejects addresses like foo@.com)
4112
4113 2003-01-13 [paul]       0.8.8claws94
4114
4115         * src/messageview.c
4116           src/toolbar.c
4117                 fixes to the Message View toolbar and menu:
4118                 fix non-functioning Forward button
4119                 make Reply button consider default_reply_list
4120                 remove 'Follow-up...' menu entry
4121                 add 'Forward' and 'Redirect' menu entries
4122
4123 2003-01-13 [melvin]     0.8.8claws93
4124
4125         * src/inc.c
4126                 Fixed typo that could make new messages count incorrect.
4127
4128 2003-01-13 [melvin]     0.8.8claws92
4129
4130         * src/folderview.[ch]
4131                 folderview_check_new(): return the number of new messages.
4132         * src/inc.c
4133                 Should fix bug [14] where new mail notification worked 
4134                         incorrectly with IMAP accounts.
4135                 inc_spool_account(): return number of new msgs, or -1 on error
4136                 inc_all_spool(): return number of new msgs
4137                 
4138 2003-01-13 [melvin]     0.8.8claws91
4139
4140         * src/prefs_actions.c
4141                 Justify help text.
4142
4143 2003-01-12 [thorsten]   0.8.8claws90
4144
4145         * src/common/prefs.c
4146                 close file before rename
4147
4148 2003-01-12 [alfons]     0.8.8claws89
4149
4150         * AUTHORS
4151                 add Christian Mertes
4152         * src/common/utils.[ch]
4153                 g_stricase_hash(), g_stricase_equal(): functions for 
4154                 case insensitive hash tables
4155         * src/textview.c
4156                 use top level domain names to validate email address, based
4157                 on a patch by Christian Mertes (thanks!), but changed 
4158                 implementation to use a hash table 
4159
4160 2003-01-12 [paul]       0.8.8claws88
4161
4162         * po/bg.po
4163                 updated by George Danchev
4164
4165 2003-01-12 [alfons]     0.8.8claws87
4166
4167         * src/summaryview.c
4168                 delete / execute performance: use new style folder update
4169
4170 2003-01-12 [paul]       0.8.8claws86
4171
4172         * sync with 0.8.8cvs5
4173                 see ChangeLog 2003-01-13 (!)
4174
4175 2003-01-12 [alfons]     0.8.8claws85
4176
4177         * src/filtering.c
4178         * src/matcher_parser_parse.y
4179                 prepare change_score filtering action
4180         * src/matcher.[ch]
4181                 give up const-correctness on functions that call non-const-correct functions;
4182                 several casts to gpointer in g_free();
4183                 add change_score;
4184
4185 2003-01-12 [christoph]  0.8.8claws84
4186
4187         * src/compose.c
4188                 fix 2 warnings
4189
4190         * src/gtk/prefswindow.[ch]
4191         * src/plugins/spamassassin/spamassassin_gtk.c
4192                 changed the call of the widget create function
4193                 for PrefsPages, because sometimes the widget
4194                 create function needs a widget that already has
4195                 been attached to a window (to create GDK pixmaps
4196                 for exmaple). So we simply pass the GtkWindow as
4197                 the second parameter now.
4198
4199         * src/main.c
4200         * src/mainwindow.c
4201         * src/prefs_toolbar.[ch]
4202                 rewrite Toolbar Preferences using the new
4203                 prefs window
4204
4205 2003-01-11 [alfons]     0.8.8claws83
4206
4207         * src/addressadd.c
4208                 fix crash when adding sender to addressbook because status bar
4209                 isn't there (the status bar doesn't seem to be used though,
4210                 but I'll let Match decide what to do with it)
4211
4212 2003-01-11 [colin]      0.8.8claws82
4213
4214         * src/main.c
4215           src/toolbar.c
4216                 Two useless changes reversed
4217
4218 2003-01-11 [colin]      0.8.8claws81
4219
4220         * src/mainwindow.c
4221           src/mainwindow.h
4222                 Add mainwindow_get_mainwindow()
4223         * src/alertpanel.c
4224           src/alertpanel.h
4225                 Add alertpanel_error_log() 
4226         * src/compose.c
4227           src/inc.c
4228           src/messageview.c
4229           src/toolbar.c
4230           src/main.c
4231           src/procmsg.c
4232                 Network errors get a View Log button
4233
4234 2003-01-10 [alfons]     0.8.8claws80
4235
4236         * src/prefs_toolbar.c
4237         * src/toolbar.c
4238                 use the translatable string for "Separator" as file name for
4239                 separator toolbar items (probably make this uppercase?)
4240
4241 2003-01-10 [alfons]     0.8.8claws79
4242
4243         * src/prefs_toolbar.c
4244                 put right A_SEPARATOR description string in "displayed
4245                 toolbar items list" so manually added separators are
4246                 saved correctly (bug #10, "Adding a separator to the main 
4247                 toolbar fails, entry in xml file is wrong")
4248
4249 2003-01-10 [christoph]  0.8.8claws78
4250
4251         * src/imap.c
4252                 o fix warnings
4253                 o use CAPABILITY to check if NAMESPACE is available
4254
4255 2003-01-10 [christoph]  0.8.8claws77
4256
4257         * src/imap.[ch]
4258                 apply UIDPLUS IMAP extension support patch
4259
4260         Patch submitted by Simon 'corecode' Schubert
4261
4262 2003-01-10 [paul]       0.8.8claws76
4263
4264         * src/folderview.c
4265                 a sync from main which fixes the news account folders'
4266                 Properties bug
4267
4268 2003-01-10 [christoph]  0.8.8claws75
4269
4270         * src/folder.c
4271                 don't accept 0 as a valid uid returned by copy and move
4272                 functions. 0 means the message was copied or moved but the
4273                 new uid could not be fetched. It is not an error condition
4274                 for the copy or move operation.
4275
4276 2003-01-10 [paul]       0.8.8claws74
4277
4278         * src/prefs_filtering.c
4279                 change English used in Alert when entry is not
4280                 saved.
4281                 
4282         * sync with 0.8.8cvs4
4283                 see ChangeLog 2003-01-10
4284
4285 2003-01-10 [darko]      0.8.8claws73
4286
4287         * src/pine.c
4288                 fix crash when importing address book entry
4289                 without a valid address
4290
4291 2003-01-09 [alfons]     0.8.8claws72
4292
4293         * src/inc.c
4294                 filtering performance: use new style folder update
4295
4296 2003-01-09 [christoph]  0.8.8claws71
4297
4298         * src/compose.c
4299         * src/gtk/menu.[ch]
4300                 fix wrong selecting of mime encoding type, when
4301                 opening property dialog of attachments in the
4302                 compose window. 7bit was always selected and that
4303                 destoryed files with 8bit data.
4304                 (closes bug #9 Sylpheed-claws destroys attachments when
4305                  changing MIME-types)
4306
4307 2003-01-09 [paul]       0.8.8claws70
4308
4309         * sync with 0.8.8cvs3
4310                 see ChangeLog 2003-01-09
4311
4312 2003-01-08 [alfons]     0.8.8claws69
4313         
4314         * src/addressadd.c
4315                 apply patch by Kim Schulz to fix build breakage
4316                 because of missing variable
4317
4318 2003-01-08 [paul]       0.8.8claws68
4319
4320         * sync with 0.8.8cvs2
4321                 see ChangeLog 2002-01-08
4322
4323 2003-01-08 [paul]       0.8.8claws67
4324
4325         * po/it.po
4326                 updated by Alessandro Maestri
4327                 
4328         * src/addressadd.c
4329                 when using 'Add sender to addressbook' allow
4330                 name to be edited and remarks to be entered
4331                 Patch submitted by Luke Plant
4332
4333 2003-01-08 [darko]      0.8.8claws66
4334
4335         * README.claws, src/summaryview.c
4336                 fix description for marked messages
4337
4338 2003-01-08 [paul]
4339
4340         * tools/Makefile.am
4341           tools/launch_phoenix  ** NEW FILE **
4342                 add script that enables using Phoenix as the default
4343                 web browser. 
4344                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4345                 
4346         * tools/OOo2sylpheed.pl
4347                 remove full path to sylpheed executable, just 'sylpheed'
4348                 will do
4349                 
4350         * tools/README
4351                 add launch_phoenix informtion and re-arrange and compress
4352                 the data a little
4353
4354 2003-01-07 [christoph]  0.8.8claws65
4355
4356         * src/folder.c
4357                 fix update for source folder when moving messages
4358         * src/procmsg.[ch]
4359         * src/summaryview.c
4360                 use function to set to_folder for message infos and
4361                 automatically update the op_count for old and new
4362                 folder
4363
4364 2003-01-07 [melvin]     0.8.8claws64
4365
4366         * src/prefs_actions.c
4367                 Fixed bug where an '%p' Action on a displayed image crashed 
4368                         Sylpheed
4369                 Code clean up (get rid of duplicated code and removed unnecessary 
4370                                 structure member)
4371
4372 2003-01-07 [christoph]  0.8.8claws63
4373
4374         * src/compose.c
4375         * src/folder.[ch]
4376         * src/folderview.c
4377         * src/import.c
4378         * src/inc.c
4379         * src/main.c
4380         * src/mainwindow.c
4381         * src/messageview.c
4382         * src/prefs_folder_item.c
4383         * src/procmsg.c
4384         * src/summaryview.c
4385         * src/toolbar.c
4386                 o remove all folder update triggering from the UI code. The folder
4387                   system should know much better when a folder needs an update.
4388                 o to prevent multiple updates in a row the folder updates can be
4389                   frozen for some time.
4390
4391                 Note: - Please verify that no updates are missing
4392                       - Check where freeze/thaws should be added
4393
4394 2003-01-07 [christoph]  0.8.8claws62
4395
4396         * src/prefs_actions.c
4397                 don't translate empty strings
4398
4399         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4400
4401 2003-01-06 [christoph]  0.8.8claws61
4402
4403         * src/prefs_actions.c
4404                 mark strings for gettext
4405         * src/prefs_matcher.c
4406                 use new description window for Execute action and
4407                 match condition in Filtering
4408
4409         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4410
4411 2003-01-06 [alfons]     0.8.8claws60
4412
4413         keep myself inspired to re-organize matcher part 8; 
4414         yes, more to come (I need to move out the descriptive
4415         text for actions to matcher.c, or at least make it not
4416         depend on the wicked ordering)
4417
4418         * src/prefs_matcher.c
4419                 add documentation so others may comprehend the
4420                 UI part of the conditions
4421                 
4422 2003-01-06 [christoph]  0.8.8claws59
4423
4424         * src/prefs_actions.c
4425                 use new description window for syntax help
4426         * src/gtk/description_window.c
4427                 fix display of descriptions with column count != 2
4428
4429         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4430
4431 2003-01-06 [christoph]  0.8.8claws58
4432
4433         * src/quote_fmt.c
4434         * src/summaryview.[ch]
4435         * src/gtk/Makefile.am
4436         * src/gtk/description_window.[ch]       ** NEW **
4437                 use a generic window to display syntax descriptions
4438                 currently used in quote_fmt and summaryview (new description
4439                 for extended quick search)
4440
4441         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4442
4443 2003-01-06 [paul]       0.8.8claws57
4444
4445         * sync with 0.8.8cvs1
4446                 see ChangeLog 2003-01-06
4447
4448 2003-01-06 [christoph]  0.8.8claws56
4449
4450         * src/mainwindow.c
4451         * src/prefs_gtk.[ch]
4452         * src/gtk/prefswindow.[ch]
4453         * src/plugins/spamassassin/spamassassin_gtk.c
4454                 o remove page management from prefswindow, pages
4455                   will be an argument to prefswindow_open
4456                 o prefswindow_open gets a datapointer that is
4457                   passed to the widget_create function to allow
4458                   creation of prefswindow for specific items
4459
4460 2003-01-06 [colin]      0.8.8claws55
4461         
4462         * src/summaryview.c
4463                 We don't want regexp in the reply-finder, 
4464                 because MIDs can contain !,$,. and so on
4465
4466 2003-01-06 [jens]       0.8.8claws54
4467
4468         * src/jpilot.c
4469                 fixed a wrong free in jpilot_read_db_files
4470
4471 2003-01-06 [alfons]     0.8.8claws53
4472
4473         re-organize matcher part 8; more to come
4474        
4475         * src/matcher.c
4476                 matcherprop_to_string(): put g_free()s before the
4477                 switch-case break to fix memleaks                
4478
4479 2003-01-06 [colin]      0.8.8claws52
4480
4481         * src/summaryview.c
4482                 cleanup & reply-finder now displays the first 
4483                 matching message
4484
4485 2003-01-05 [alfons]     0.8.8claws51
4486
4487         re-organize matcher part 7; more to come
4488
4489         * src/matcher.[ch]
4490                 fixes for constant correctness;
4491                 more documentation;
4492
4493 2003-01-05 [alfons]     0.8.8claws50
4494
4495         re-organize matcher part 6; more to come
4496         
4497         * src/matcher.[ch]
4498                 fixes for constant correctness;
4499                 more documentation;
4500         * src/filtering.c
4501                 fix for constant correctness
4502
4503 2003-01-05 [colin]      0.8.8claws49
4504
4505         * src/account.[ch]
4506                 Add account_get_reply_account function
4507         * src/compose.c
4508                 Use account_get_reply_account function 
4509         * src/summaryview.c
4510                 Basic reply-finder - click on the replied
4511                 icon gets you to the outbox using quick-search
4512
4513 2003-01-05 [paul]       0.8.8claws48
4514
4515         * src/prefs_common.c
4516                 small change to English
4517                 
4518         * src/prefs_filtering.c
4519                 prefs_filtering_action_select(): improve logic and uniformity
4520                 of gui
4521
4522 2003-01-05 [alfons]     0.8.8claws47
4523
4524         fine tune solution to focus problems (bug #7)
4525
4526         * src/mainwindow.c
4527                 mainwindow_focus_in_event(): remove grab event check
4528         * src/summaryview.c
4529                 summary_button_pressed(): move selection on right-click
4530                 too. we can't possibly move the selection back after
4531                 canceling a dialog, because gtk's incomplete focus 
4532                 management. whether this is a good solution, only time
4533                 will tell.
4534
4535 2003-01-05 [christoph]  0.8.8claws46
4536
4537         * src/imap.c
4538                 fix crash when no imap connection could be established
4539
4540 2003-01-05 [paul]       0.8.8claws45
4541
4542         * src/mainwindow.c
4543           src/sumamryview.c
4544           src/gtk/menu.[ch]
4545                 fix bug 605957 'shortcuts in popup-menu'
4546                 make user-defined shortcuts work
4547                 show shortcuts that are already defined
4548                 in the main menu
4549                 Patch submitted by Luke Plant
4550
4551 2003-01-05 [alfons]     0.8.8claws44
4552
4553         * src/mainwindow.c
4554                 focus_in_event handler should not select summary view row 
4555                 when another window (menu, dialog) grabbed for events 
4556                 (bug #7, "[0.8.8claws42] Message summary focus") 
4557
4558 2003-01-04 [christoph]  0.8.8claws43
4559
4560         * src/procmsg.c
4561                 update save folder after adding the sent message
4562                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4563
4564 2003-01-02 [christoph]  0.8.8claws42
4565
4566         * src/common/plugin.c
4567                 fix unloading of all plugins and unload
4568                 plugins in reverse order
4569                 
4570         * src/gtk/pluginwindow.c
4571                 implement function of load and unload button
4572
4573         * src/gtk/prefswindow.c
4574         * src/gtk/prefswindow.h
4575                 rename register function and add new unregister
4576                 function
4577
4578         * src/plugins/spamassassin/spamassassin_gtk.c
4579                 unregister prefs page and update for changes in
4580                 src/gtk/prefswindow.c
4581
4582 2003-01-02 [paul]       0.8.8claws41
4583
4584         * po/es.po
4585                 updated by Ricardo Mones Lastra
4586
4587 2003-01-02 [paul]
4588
4589         * tools/tb2sylpheed
4590                 fixes and improvements by Urke MMI
4591
4592 2003-01-02 [thorsten]   0.8.8claws40
4593
4594         * src/procmsg.c
4595                 fixed wrong return value
4596
4597 2003-01-02 [thorsten]   0.8.8claws39
4598
4599         * src/prefs.c
4600                 fixed printing wrong variable
4601
4602 2003-01-02 [thorsten]   0.8.8claws38
4603
4604         * src/prefs.c
4605                 fixed acessing members of freed pfile struct
4606
4607 2003-01-02 [thorsten]   0.8.8claws37
4608
4609         * src/procmsg.c
4610                 detect loops across several messages
4611                 as suggested by Christoph Hohmann
4612
4613 2003-01-01 [match]      0.8.8claws36
4614
4615         * src/addrindex.c
4616                 fixed another memory leak.
4617
4618 2003-01-01 [match]      0.8.8claws35
4619
4620         * src/jpilot.[ch]
4621                 fixed memory leaks. applied Doxygen comments.
4622
4623 2003-01-01 [thorsten]   0.8.8claws34
4624
4625         * src/procmsg.c
4626                 inhibit endless loop if msg references itself
4627                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4628
4629 2003-01-01 [christoph]  0.8.8claws33
4630
4631         * src/mainwindow.c
4632         * src/gtk/Makefile.am
4633         * src/gtk/pluginwindow.c                ** NEW **
4634         * src/gtk/pluginwindow.h                ** NEW **
4635                 add plugin window
4636
4637         * src/plugins/demo/demo.c
4638         * src/plugins/spamassassin/spamassassin.c
4639         * src/plugins/spamassassin/spamassassin_gtk.c
4640                 write better plugin descriptions
4641
4642 2002-12-31 [christoph]  0.8.8claws32
4643
4644         * src/gtk/prefswindow.c
4645         * src/plugins/spamassassin/spamassassin_gtk.c
4646                 some small improvements to GTK code
4647
4648 2002-12-31 [christoph]  0.8.8claws31
4649
4650         * src/plugins/spamassassin/spamassassin_gtk.c
4651                 enable folder select button
4652
4653 2002-12-31 [christoph]  0.8.8claws30
4654
4655         * src/mainwindow.c
4656         * src/gtk/Makefile.am
4657         * src/gtk/prefswindow.c                         ** NEW **
4658         * src/gtk/prefswindow.h                         ** NEW **
4659                 add new prefs window
4660
4661         * src/common/plugin.c
4662                 don't try to load empty config lines
4663         
4664         * src/plugins/spamassassin/Makefile.am
4665         * src/plugins/spamassassin/spamassassin.c
4666         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4667         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4668                 GTK config for SpamAssassin Plugin using
4669                 the new prefs window
4670
4671 2002-12-31 [paul]       0.8.8claws29
4672
4673         * po/POTFILES.in
4674                 remove obsolete entry 'src/menu.c'
4675
4676 2002-12-31 [alfons]     0.8.8claws28
4677
4678         * src/matcher.[ch]
4679         * src/matcher_parser_parse.y
4680         * src/prefs_matcher.c
4681                 add "ignore_thread" and "~ignore_thread" condition so it's
4682                 possible to make the actions / scoring operate on the ignore
4683                 thread flag
4684
4685 2002-12-31 [christoph]  0.8.8claws27
4686
4687         * src/addrbook.c
4688         * src/addrindex.c
4689         * src/folder.c
4690         * src/matcher.c
4691         * src/prefs_account.c
4692         * src/prefs_actions.c
4693         * src/prefs_customheader.c
4694         * src/prefs_display_header.c
4695         * src/prefs_gtk.c
4696         * src/procmime.c
4697         * src/toolbar.c
4698         * src/xmlprops.c
4699         * src/common/prefs.[ch]
4700                 extend prefs file handling for reading and automatic handling
4701                 of blocks. When reading prefs_set_block_label will automatically
4702                 move on to the block. When writing it will copy all other blocks
4703                 automatically
4704
4705         * src/common/plugin.c
4706                 Now loading plugin filenames from [Plugins] block in
4707                 sylpheed rc file
4708
4709 2002-12-30 [christoph]  0.8.8claws26
4710
4711         * src/common/hooks.[ch]
4712                 return abort status to caller of hooks_invoke
4713                 
4714         * src/inc.[ch]
4715                 invoke message filtering hook and stop
4716                 default handling when filter returns abort
4717
4718         * src/common/plugin.[ch]
4719         * src/plugins/demo/demo.c
4720                 modify plugin loader, because resolving symbols for strings
4721                 does not work correctly
4722         
4723         * configure.in
4724         * ac/spamassassin.m4                            ** NEW **
4725         * src/plugins/spamassassin/.cvsignore           ** NEW **
4726         * src/plugins/spamassassin/Makefile.am          ** NEW **
4727         * src/plugins/spamassassin/README               ** NEW **
4728         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4729         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4730         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4731                 add spamassassin plugin, see src/plugins/spamassassin/README
4732                 for details
4733
4734 2002-12-29 [alfons]     0.8.8claws25
4735
4736         * src/mainwindow.c
4737                 when moving focus from a message view to the main 
4738                 window, don't forget to select the summary node
4739                 of the displayed message. should fix "[ 659103 ] 
4740                 focus-follows-mouse confuses sylpheed"
4741
4742 2002-12-29 [christoph]  0.8.8claws24
4743
4744         * src/Makefile.am
4745         * src/stringtable.[ch]          ** REMOVE **
4746         * src/common/Makefile.am
4747         * src/common/stringtable.[ch]   ** NEW **
4748                 move stringtable files to common directory
4749
4750 2002-12-29 [christoph]  0.8.8claws23
4751
4752         * src/Makefile.am
4753         * src/menu.[ch]                 ** REMOVE **
4754         * src/gtk/Makefile.am
4755         * src/gtk/menu.[ch]             ** NEW **
4756                 move menu files to gtk directory
4757
4758 2002-12-29 [match]      0.8.8claws22
4759
4760         * src/addressbook.c
4761         * src/syldap.c
4762                 moved UI specific code out of LDAP code into addressbook
4763                 UI code. fixed memory leak.
4764
4765 2002-12-29 [christoph]  0.8.8claws21
4766
4767         * src/folder.c
4768                 only check for IGNORED parent message when message is
4769                 not IGNORED itself
4770
4771 2002-12-29 [alfons]     0.8.8claws20
4772
4773         * src/summaryview.c
4774                 set gtksctree's anchor correct (immediate execute
4775                 changes the tree's layout, and anchor points at 
4776                 the incorrect row). fixes "[ 657233 ] multiple msg 
4777                 delete sometimes off by 1".
4778                 we probably have to look for more tree layout /
4779                 anchor glitches.
4780
4781 2002-12-29 [paul]       0.8.8claws19
4782
4783         * src/summaryview.c
4784                 fix bug [ 659054 ] incorrect sorting of 'From' column
4785                 when using 'display sender using address book'
4786                 thanks to Alfons and Luke Plant
4787
4788 2002-12-29 [christoph]  0.8.8claws18
4789
4790         * src/folder.c
4791         * src/procmsg.[ch]
4792                 check parent messages for IGNORE THREAD flag, when adding,
4793                 moving or copying messages to a folder
4794
4795 2002-12-27 [alfons]     0.8.8claws17
4796
4797         re-organize matcher part 5; more to come
4798
4799         * src/matcher.c
4800                 hash keywords in matchparser_tab 
4801
4802 2002-12-27 [alfons]     0.8.8claws16
4803
4804         re-organize matcher part 4; more to come
4805
4806         * src/matcher_parser.h
4807         * src/matcher_parser_lex.l
4808         * src/matcher_parser_parse.y
4809                 cleanup
4810
4811 2002-12-27 [alfons]     0.8.8claws15
4812
4813         re-organize matcher part 3; more to come
4814
4815         * src/matcher.[ch]
4816                 cleanup
4817
4818 2002-12-27 [alfons]     0.8.8claws14
4819
4820         re-organize matcher part 2; more to come but this should
4821         work. cc me if there are any regressions.
4822
4823         * src/matcher.h
4824                 add prototype for get_matchparser_tab_id()
4825         * src/matcher_parser_lex.l
4826                 look up keywords using matchparser_tab_id();
4827
4828 2002-12-27 [alfons]     0.8.8claws12
4829
4830         re-organize matcher part 1
4831
4832         * src/matcher.h
4833                 map yacc generated constants to sylpheed matcher constants
4834         * src/matcher.c
4835                 add function to find a matcher constant from a string
4836
4837 2002-12-27 [christoph]  0.8.8claws11
4838
4839         * src/compose.c
4840                 MENUITEM_ADD casts the 4th argument from integer to pointer
4841                 so it probably should not be a pointer, this means we
4842                 should use account id for it and not the account's pointer
4843
4844 2002-12-27 [paul]       0.8.8claws10
4845
4846         * src/mainwindow.c
4847                 remove unneeded 'GtkWidget *vbox'
4848                 
4849         * src/summaryview.c
4850                 further sync with 0.8.8 - make sort
4851                 by recipient work as expected
4852                 
4853         * NEWS
4854                 sync with 0.8.8
4855
4856 2002-12-27 [paul]       0.8.8claws9
4857
4858         * po/pt_BR.po
4859                 updated by Ivan F. Martinez
4860                 
4861 2002-12-27 [darko]      0.8.8claws8
4862
4863         * src/common/utils.c
4864                 added locked pattern to extended search
4865
4866 2002-12-27 [alfons]     0.8.8claws7
4867
4868         * src/prefs_matcher.[ch]
4869                 clean up
4870
4871 2002-12-26 [alfons]     0.8.8claws6
4872
4873         * src/matcher.[ch]
4874         * src/matcher_parser_lex.l
4875         * src/matcher_parser_parse.y
4876         * src/prefs_matcher.c
4877                 allow color label as a condition in the matcher
4878
4879 2002-12-26 [oliver]     0.8.8claws5
4880         
4881         * src/toolbar.c 
4882                 enable Addressbook for Main and Messageview
4883         * src/prefs_actions.c
4884                 enable actions in Messageview
4885
4886 2002-12-26 [christoph]  0.8.8claws4
4887
4888         * src/common/plugin.c
4889                 add a little debug output
4890         * configure.in
4891         * src/plugins/demo/Makefile.am
4892                 better use of automake
4893
4894 2002-12-26 [christoph]  0.8.8claws3
4895
4896         * src/Makefile.am
4897         * src/common/Makefile.am
4898                 fix "make distdir"
4899
4900 2002-12-26 [christoph]  0.8.8claws2
4901
4902         * configure.in
4903                 sort configure checks into common / gtk / plugins
4904         * po/POTFILES.in
4905                 add src/prefs_gtk.c
4906         * src/Makefile.am
4907                 add plugins SUBDIR
4908         * src/main.c
4909         * src/common/sylpheed.[ch]
4910                 added now sylpheed_done function for shutdown
4911         * src/common/Makefile.am
4912         * src/common/plugin.[ch]                ** NEW **
4913                 plugin loader and unloader
4914         * src/plugins/.cvsignore                ** NEW **
4915         * src/plugins/Makefile.am               ** NEW **
4916                 build plugins
4917         * src/plugins/demo/.cvsignore           ** NEW **
4918         * src/plugins/demo/Makefile.am          ** NEW **
4919         * src/plugins/demo/demo.c               ** NEW **
4920                 small demo plugin that installs a logtext hook and
4921                 outputs the log text to stdout
4922
4923 2002-12-26 [paul]       0.8.8claws1
4924
4925         * po/es.po
4926                 updated by Ricardo Mones Lastra
4927
4928 2002-12-26 [paul]       0.8.8claws
4929
4930         * 0.8.8claws released
4931
4932 2002-12-26 [paul]       0.8.7claws12
4933
4934         * po/bg.po
4935                 updated by George Danchev
4936
4937 2002-12-26 [paul]       0.8.7claws11
4938
4939         * po/POTFILES.in
4940                 remove unneeded 'src/prefs.c' entry 
4941
4942 2002-12-26 [paul]       0.8.7claws10
4943
4944         * src/codeconv.c
4945           src/mainwindow.c
4946                 sync with 0.8.8 release
4947         
4948         * src/folder.[ch]
4949           src/mh.c
4950           src/summaryview.c
4951                 partial sync with 0.8.8 release
4952         
4953
4954 2002-12-25 [alfons]     0.8.7claws9
4955
4956         * src/matcher.[ch]
4957         * src/matcher_parser_lex.l
4958         * src/matcher_parser_parse.y
4959         * src/prefs_matcher.c
4960                 add locked flag to possible filtering / matcher 
4961                 conditions (also a good example what should be
4962                 done to add a simple boolean condition)
4963
4964 2002-12-25 [christoph]  0.8.7claws8
4965
4966         * src/Makefile.am
4967         * src/account.[ch]
4968         * src/addrbook.c
4969         * src/addressbook.c
4970         * src/addrindex.c
4971         * src/filtering.c
4972         * src/folder.c
4973         * src/matcher.c
4974         * src/prefs.[ch]                ** REMOVE **
4975         * src/prefs_account.c
4976         * src/prefs_actions.c
4977         * src/prefs_common.c
4978         * src/prefs_customheader.c
4979         * src/prefs_display_header.c
4980         * src/prefs_filtering.c
4981         * src/prefs_folder_item.c
4982         * src/prefs_gtk.[ch]            ** NEW **
4983         * src/prefs_matcher.c
4984         * src/prefs_scoring.c
4985         * src/prefs_summary_column.c
4986         * src/procmime.c
4987         * src/selective_download.c
4988         * src/toolbar.c
4989         * src/common/Makefile.am
4990         * src/common/prefs.[ch]         ** NEW **
4991                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4992
4993 2002-12-24 [alfons]     0.8.7claws7
4994
4995         * src/summaryview.c
4996                 summary_thread_build(): fix real cause of the crash mentioned in
4997                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4998                 this way we get meaningful ctree nodes 
4999
5000 2002-12-24 [oliver]     0.8.7claws6
5001
5002         * src/mainwindow.[ch]
5003         * src/messageview.[ch]
5004         * src/compose.[ch]
5005         * src/inc.c
5006         * src/summaryview.c
5007                 changes to use updated toolbar handling
5008                 
5009 2002-12-24 [oliver]     0.8.7claws5
5010
5011         * src/toolbar.[ch]
5012                 generic toolbar handling
5013                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5014         * src/prefs_toolbar.[ch]
5015                 adjust to handling
5016         
5017 2002-12-24 [oliver]     0.8.7claws4
5018         
5019         * src/stock_pixmap.[ch]
5020                 move SYLPHEED_LOGO to end of list in order 
5021                 to remove it from Custom Toolbar`s Icon View
5022
5023 2002-12-24 [alfons]     0.8.7claws3
5024
5025         * src/summaryview.c
5026                 summary_thread_build(): fix crash because of focus != selection 
5027                 after threading. when deleting the selection, gtk tries but fails 
5028                 to find the correct focusable element. we now force the selection
5029                 to be focused. this should solve the infamous bug reported by 
5030                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5031                 a test case is available. 
5032
5033 2002-12-24 [darko]      0.8.7claws2
5034
5035         * src/summaryview.c
5036                 don't crash when unmarking message with unread children
5037
5038 2002-12-23 [christoph]  0.8.7claws1
5039
5040         * src/Makefile.am
5041         * src/common/Makefile.am
5042                 update Makefiles for moved intl.h, version.h and defs.h
5043         * src/imap.c
5044                 rewrite imap_session_get to avoid duplicate code
5045
5046 2002-12-23 [paul]       0.8.7claws
5047
5048         * Santa-Claws released
5049         
5050         * po/hu.po
5051           po/ru.po
5052                 squeeze in updated Hungarian and Russian translations.
5053                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5054
5055 2002-12-23 [paul]       0.8.6claws129
5056
5057         * po/pl.po
5058                 updated by Witold Wladyslaw Wojciech Wilk
5059
5060 2002-12-23 [paul]       0.8.6claws128
5061
5062         * src/quote_fmt_parse.y
5063                 fix typo and add licence header
5064
5065 2002-12-23 [paul]       0.8.6claws127
5066
5067         * po/en_GB.po
5068                 updated
5069
5070 2002-12-23 [paul]       0.8.6claws126
5071
5072         * po/it.po
5073                 updated translation, submitted by Alessandro Maestri
5074                 
5075 2002-12-23 [paul]       0.8.6claws125
5076
5077         * src/quote_fmt_parse.y
5078                 fix signature-stripping on replies bug. match
5079                 '-- \n' and not '-- '.
5080
5081 2002-12-22 [paul]       0.8.6claws124
5082
5083         * po/bg.po
5084           po/es.po
5085           po/sr.po
5086                 updated translations. submitted by George Danchev,
5087                 Ricardo Mones Lastra, and Urke MMI respectively
5088
5089 2002-12-21 [paul]       0.8.6claws123
5090
5091         * src/addrbook.c
5092                 fix coding style
5093
5094 2002-12-21 [paul]       0.8.6claws122
5095
5096         * src/addrbook.c
5097                 fix bug [643638] where if a person is in one or more
5098                 addressbook groups editing that person's email 
5099                 address results in removal from those groups.
5100                 Patch submitted by Luke Plant.
5101
5102 2002-12-20 [christoph]  0.8.6claws121
5103
5104         * src/common/utils.c
5105         * src/summaryview.c
5106                 reimplement expand_search_string using GString to
5107                 prevent crashs caused by miscalculated string
5108                 lengths reported by Paul
5109
5110 2002-12-20 [christoph]  0.8.6claws120
5111
5112         * src/summaryview.c
5113                 don't use "changed" to check if op_count has to be changed as it
5114                 is also set when the message has unread children
5115                 (closes bug [ 653221 ] crash while deleting duplicates)
5116
5117 2002-12-20 [paul]       0.8.6claws119
5118
5119         * sync with 0.8.6cvs27
5120                 see ChangeLog 2002-12-20
5121
5122 2002-12-20 [paul]       0.8.6claws118
5123
5124         * sync with 0.8.6cvs26
5125                 see ChangeLog 2002-12-19 and 2002-12-20
5126
5127 2002-12-19 [alfons]     0.8.6claws117
5128
5129         * src/textview.c
5130                 fix incorrect parsing of email addresses, submitted by 
5131                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5132                 name display if it contains @".
5133
5134 2002-12-18 [paul]       0.8.6claws116
5135
5136         * sync with 0.8.6cvs23
5137                 see ChangeLog 2002-12-18
5138
5139 2002-12-18 [paul]       0.8.6claws115
5140
5141         * src/Makefile.am
5142         * src/account.c
5143         * src/codeconv.c
5144         * src/gtkutils.[ch]
5145         * src/imap.c
5146                 sync with 0.8.6cvs22.
5147                 see ChangeLog 2002-12-17 and 2002-12-18
5148
5149 2002-12-17 [christoph]  0.8.6claws114
5150
5151         * src/imap.c
5152                 o don't create a session if imap greeting fails
5153                 o don't close socket when authentication fails
5154                   this is done by imap_session_destroy
5155
5156 2002-12-17 [thorsten]   0.8.6claws113
5157
5158         * tools/Makefile.am
5159           tools/README
5160           tools/google_msgid.pl ** NEW FILE **
5161                 Added "search for message-id" script and doc
5162
5163 2002-12-17 [thorsten]   0.8.6claws112
5164
5165         * po/hu.po
5166                 Updated hungarian translation
5167                 (updated by Gal Zoltan)
5168
5169 2002-12-16 [christoph]  0.8.6claws111
5170
5171         * src/addr_compl.c
5172                 remove stupid addressbook dump to debug output
5173         * src/mh.c
5174                 fix memory leak found by Hiro
5175
5176 2002-12-14 [paul]       0.8.6claws110
5177
5178         * src/compose.c
5179                 fix menubar sensitivity on send
5180                 
5181         * src/prefs_filtering.c
5182         * src/prefs_matcher.c
5183         * src/prefs_scoring.c
5184                 Fix english ;)
5185                 
5186         * src/common/quoted-printable.h
5187                 sync: fix typo
5188         
5189 2002-12-13 [christoph]  0.8.6claws109
5190
5191         * src/Makefile.am
5192         * src/manage_window.[ch]        ** REMOVE **
5193         * src/gtk/Makefile.am
5194         * src/gtk/manage_window.[ch]    ** NEW **
5195                 move manage_window files to gtk directory
5196
5197 2002-12-13 [christoph]  0.8.6claws108
5198
5199         * src/Makefile.am
5200         * src/gtkshruler.[ch]           ** REMOVE **
5201         * src/gtk/Makefile.am
5202         * src/gtk/gtkshruler.[ch]       ** NEW **
5203                 move gtkshruler files to gtk directory
5204
5205 2002-12-13 [christoph]  0.8.6claws107
5206
5207         * src/Makefile.am
5208         * src/compose.c
5209         * src/gtkstext.[ch]             ** REMOVE **
5210         * src/gtkutils.[ch]
5211         * src/textview.c
5212         * src/gtk/gtkstext.[ch]         ** NEW **
5213         * src/gtk/Makefile.am
5214                 o move stext functions to gtkstext.c to remove
5215                   dependency of gtkutils
5216                 o move gtkstext files to gtk directory
5217
5218         * src/gtk/Makefile.am
5219         * src/gtk/sslcertwindow.[ch]
5220                 UI stuff can always depend on common code so
5221                 it's ok to add ../common to include path
5222
5223 2002-12-13 [colin]      0.8.6claws106
5224
5225         * src/summaryview.c
5226                 Disconnect sighandlers for mainwindow when
5227                 quicksearch has the focus
5228                 Fix bug #653231
5229         * src/mainwindow.[ch]
5230                 Make key_pressed callback public, to be able
5231                 to disconnect it
5232
5233 2002-12-13 [christoph]  0.8.6claws105
5234
5235         * src/mh.c
5236                 create .mh_sequences file in new MH folders
5237                 (closes feature request [ 523162 ] MH folders should
5238                  get a .mh_sequences)
5239
5240 2002-12-13 [colin]      0.8.6claws104
5241
5242         * src/summaryview.c
5243                 Better handling of quicksearch show/hide
5244                 (basically the button stays under the mouse 
5245                  when toggled)
5246
5247 2002-12-13 [paul]       0.8.6claws103
5248
5249         * sync with 0.8.6cvs17
5250                 see ChangeLog 2002-12-13
5251
5252 2002-12-13 [paul]       0.8.6claws102
5253
5254         * po/es.po
5255                 updated by Ricardo Mones Lastra
5256
5257 2002-12-11 [colin]       0.8.6claws101
5258
5259         * src/folder.c
5260                 remove statusbar stuff
5261           src/folderview.c
5262                 set statusbar verbosity when moving folders
5263
5264 2002-12-11 [colin]       0.8.6claws100
5265         * src/prefs_filtering.c
5266         * src/prefs_matcher.c
5267         * src/prefs_scoring.c
5268                 Fix english ;)
5269
5270 2002-12-11 [colin]       0.8.6claws99
5271
5272         * src/prefs_common.[ch]
5273                 Add summary_quicksearch_type
5274         * src/summaryview.c
5275                 Save last used quicksearch type
5276
5277 2002-12-11 [jens]       0.8.6claws98
5278         * src/prefs_filtering.c
5279         * src/prefs_matcher.c
5280         * src/prefs_scoring.c
5281                 added dialog for incomplete rules in scoring, filtering and
5282                 matcher to ask wheather really close
5283
5284 2002-12-11 [colin]      0.8.6claws97
5285
5286         * src/folder.c
5287                 Fix folder dnd statusbar logging
5288
5289 2002-12-10 [christoph]  0.8.6claws96
5290
5291         * src/compose.c
5292         * src/folder.c
5293         * src/imap.c
5294         * src/inc.c
5295         * src/main.c
5296         * src/mainwindow.c
5297         * src/news.c
5298         * src/send.c
5299         * src/statusbar.[ch]
5300         * src/common/hooks.c
5301         * src/common/log.[ch]
5302                 o handle verbose logging in statusbar directly in statusbar code
5303                   and common code does not need any knowledge about a statusbar
5304                 o remove direct calls to statusbar_(puts|pop)_all functions
5305
5306 2002-12-10 [jens]       0.8.6claws95
5307
5308         * src/*.c
5309                 removed gettext from g_warnings
5310         * po/POTFILES.in
5311                 cleaned and updated
5312         * po/de.po
5313                 updated
5314
5315 2002-12-10 [colin]      0.8.6claws94
5316
5317         * src/main.c
5318                 finish crash dialog fix
5319
5320 2002-12-10 [colin]      0.8.6claws93
5321
5322         * src/main.c
5323                 "Fix" "sylpheed already running" instead of
5324                 crash dialog appearing after a crash
5325
5326 2002-12-10 [colin]      0.8.6claws92
5327
5328         * po/POTFILES.in
5329                 add src/gtk/sslcertwindow.c
5330
5331 2002-12-10 [paul]       0.8.6claws91
5332
5333         * po/POTFILES.in
5334                 updated to reflect recent changes
5335                 submitted by Alessandro Maestri
5336
5337 2002-12-09 [christoph]  0.8.6claws90
5338
5339         * src/Makefile.am
5340         * src/smtp.[ch]                 ** REMOVE **
5341         * src/common/Makefile.am
5342         * src/common/smtp.[ch]          ** NEW **
5343                 move smtp files to common directory
5344
5345 2002-12-09 [christoph]  0.8.6claws89
5346
5347         * src/Makefile.am
5348         * src/session.[ch]              ** REMOVE **
5349         * src/common/Makefile.am
5350         * src/common/session.[ch]       ** NEW **
5351                 move session files to common directory
5352
5353 2002-12-09 [paul]       0.8.6claws88
5354
5355         * src/account.c
5356                 fix bug [649746] edit accounts: move account reverted
5357                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5358
5359 2002-12-09 [colin]      0.8.6claws87
5360
5361         * src/ssl_certificate.c
5362                 cleanup
5363
5364 2002-12-09 [colin]      0.8.6claws86
5365
5366         * src/ssl.c
5367                 Try to open the cert.pem database and 
5368                 issue a warning if it isn't there
5369
5370 2002-12-09 [colin]      0.8.6claws85
5371
5372         * src/common/ssl_certificate.c
5373         * src/gtk/sslcertwindow.c
5374                 Warning fixes
5375
5376 2002-12-09 [colin]      0.8.6claws84
5377
5378         * src/ssl_certificate.[ch] ** REMOVED **
5379         * src/common/ssl_certificate.[ch] ** NEW **
5380         * src/Makefile.am
5381         * src/common/Makefile.am
5382                 Moved ssl_certificate.[ch] to common
5383         * src/common/ssl.c 
5384                 Put back needed include
5385         * src/gtk/sslcertwindow.[ch]
5386                 Changed ssl_certificate.h include
5387         
5388 2002-12-09 [colin]      0.8.6claws83
5389
5390         * src/gtk/sslcertwindow.[ch]
5391                 Implement hook for certificate acception
5392         * src/ssl_certificate.[ch]
5393                 Implement hook for certificate acception
5394         * src/common/ssl.c
5395                 Reenable certificate acception check
5396         * src/mainwindow.c
5397                 Register sslcertwindow's hook
5398         
5399 2002-12-08 [christoph]  0.8.6claws82
5400
5401         * src/about.c
5402         * src/addr_compl.c
5403         * src/codeconv.c
5404         * src/manual.c
5405         * src/undo.c
5406         * src/common/utils.c
5407                 o add missing includes
5408                 o fix warnings
5409         * src/.cvsignore
5410         * src/common/.cvsignore
5411         * src/common/version.h          ** REMOVE **
5412                 remove autogenerated file
5413
5414 2002-12-08 [paul]       0.8.6claws81
5415
5416         * src/stringtable.c
5417                 put back needed include
5418
5419 2002-12-08 [colin]      0.8.6claws80
5420         
5421         * src/gtk/sslcertwindow.c
5422                 Cleaner popups when asking
5423         * src/ssl_certificate.c
5424         * src/prefs_common.[ch]
5425                 remove ssl certificate pref
5426                 put back needed include
5427         * src/undo.c
5428                 put back needed include
5429
5430 2002-12-08 [christoph]  0.8.6claws79
5431
5432         * src/folderview.c
5433         * src/logwindow.c
5434         * src/statusbar.c
5435         * src/summaryview.c
5436                 only abort hook invokation if required data is missing not
5437                 if our own data pointer is NULL, update hookfunction for
5438                 log window
5439
5440 2002-12-08 [paul]       0.8.6claws78
5441
5442         * src/about.c
5443         * src/addrcache.c
5444         * src/addrclip.c
5445         * src/addr_compl.c
5446         * src/addrselect.c
5447         * src/codeconv.c
5448         * src/colorlabel.c
5449         * src/enriched.c
5450         * src/esmtp.c
5451         * src/exporthtml.c
5452         * src/headerview.c
5453         * src/imageview.c
5454         * src/manual.c
5455         * src/noticeview.c
5456         * src/pgptext.c
5457         * src/scoring.c
5458         * src/sourcewindow.c
5459         * src/stringtable.c
5460         * src/undo.c
5461                 clean up: remove unneccesary includes
5462
5463 2002-12-08 [christoph]  0.8.6claws77
5464
5465         * src/folderview.c
5466         * src/statusbar.c
5467         * src/summaryview.c
5468         * src/common/hooks.[ch]
5469                 hook functions now have a gboolean return value, if a hook
5470                 returns TRUE it will stop executing of any more hooks in
5471                 the same hooklist for this invokation
5472
5473 2002-12-08 [colin]      0.8.6claws76
5474         
5475         * src/main.c
5476                 put back argv0 for CRASH_DIALOG
5477
5478 2002-12-08 [christoph]  0.8.6claws75
5479
5480         * src/Makefile.am
5481         * src/about.c
5482         * src/account.c
5483         * src/crash.c
5484         * src/esmtp.h
5485         * src/imap.[ch]
5486         * src/inc.c
5487         * src/main.c
5488         * src/mainwindow.c
5489         * src/news.c
5490         * src/pop.[ch]
5491         * src/prefs_account.[ch]
5492         * src/prefs_common.[ch]
5493         * src/send.[ch]
5494         * src/smtp.[ch]
5495         * src/ssl_certificate.[ch]
5496         * src/ssl_manager.[ch]
5497         * src/common/Makefile.am
5498         * src/common/log.c
5499         * src/common/nntp.[ch]
5500         * src/common/socket.[ch]
5501         * src/common/ssl.[ch]
5502         * src/gtk/sslcertwindow.[ch]
5503         * ac/openssl.m4
5504                 use new autoconf script to detect OpenSSL with extra parameters
5505                 to specify the location of libs and includes, also remove USE_SSL
5506                 to USE_OPENSSL
5507
5508         * src/common/sylpheed.[ch]
5509         * src/common/version.h.in
5510                 start seperation of common code initialization seperated from gui
5511
5512         * src/summaryview.c
5513                 The function that is called when a color label changes
5514                 should not change the color lable again
5515
5516 2002-12-08 [colin]      0.8.6claws74
5517
5518         * src/gtk/sslcertwindow.c
5519                 warning fixes
5520
5521 2002-12-08 [colin]      0.8.6claws73
5522
5523         * src/statusbar.c
5524           src/common/log.h
5525                 Register a hook for statusbar_puts_all
5526         * src/common/log.c
5527                 invoke statusbar_puts_all's hook
5528         
5529 2002-12-08 [colin]      0.8.6claws72
5530
5531         * src/ssl_certificate.c
5532                 Put back a badly-removed include
5533
5534 2002-12-08 [colin]      0.8.6claws71
5535
5536         * src/gtk/sslcertwindow.[ch]    ** NEW **
5537                 new certificate presentation
5538         * src/gtk/Makefile.am
5539                 add new files
5540         * src/ssl_certificate.[ch]
5541                 gtk cleanup, made utility functions public
5542         * src/ssl_manager.c
5543                 use new cert presentation
5544
5545 2002-12-07 [christoph]  0.8.6claws70
5546
5547         * src/Makefile.am
5548         * src/nntp.[ch]                 ** REMOVE **
5549         * src/common/Makefile.am
5550         * src/common/nntp.[ch]          ** NEW **
5551                 move nntp files to common directory
5552
5553 2002-12-07 [christoph]  0.8.6claws69
5554
5555         * src/procmsg.[ch]
5556         * src/summaryview.c
5557                 implement msginfo update callback using sylpheed's new
5558                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5559
5560 2002-12-06 [christoph]  0.8.6claws68
5561
5562         * src/editgroup.c
5563                 This patch changes the 'Edit Group Details' dialog to
5564                 allow extended selections in either pane, so that
5565                 addresses can be added or removed from a group more
5566                 quickly and easily. (it actually is a net decrease in
5567                 file size, as some unnecessary functions have been
5568                 removed). 
5569                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5570
5571 2002-12-06 [christoph]  0.8.6claws67
5572
5573         * src/Makefile.am
5574         * src/template.[ch]             ** REMOVE **
5575         * src/common/Makefile.am
5576         * src/common/template.[ch]      ** NEW **
5577                 move template files to common directory
5578
5579         * src/nntp.c
5580                 add missing log.h include
5581
5582 2002-12-06 [melvin]     0.8.6claws66
5583
5584         * src/prefs_actions.c
5585                 Added the trailing ">" syntax to insert command's output
5586                 without replacing old text (in contrast to trailing "|").
5587
5588 2002-12-05 [colin]      0.8.6claws65
5589         
5590         * src/common/utils.c
5591                 Don't modify original search_string or it'll change
5592                 the next iterations in the for()
5593
5594 2002-12-05 [darko]      0.8.6claws64
5595
5596         * src/common/utils.c
5597                 proper check for filtering commands, found by Colin
5598
5599 2002-12-05 [darko]      0.8.6claws63
5600
5601         * src/common/utils.c
5602                 check proper string for NULL pointer, found by Colin
5603
5604 2002-12-05 [darko]      0.8.6claws62
5605
5606         * src/common/utils.[ch]
5607                 expand_search_string(): new function
5608                 converts Mutt-like patterns to Sylpheed's
5609                 filtering engine
5610         * src/summaryview.c
5611                 use expand_search_string() to allow Mutt-like
5612                 patterns in extended search
5613         * README.claws
5614                 document extended option in quick search
5615
5616 2002-12-05 [paul]       0.8.6claws61
5617
5618         * sync with 0.8.6cvs16
5619                 see ChangeLog 2002-12-05
5620                 
5621         * po/POTFILES.in
5622                 clean up
5623
5624 2002-12-04 [christoph]  0.8.6claws60
5625
5626         * src/imap.[ch]
5627                 put imap authentication code into a new function and
5628                 remove it from imap_session_new that will allow to
5629                 send other commands before authentication
5630
5631 2002-12-04 [christoph]  0.8.6claws59
5632
5633         * src/imap.[ch]
5634                 use already existing method to prevent unneeded IMAP
5635                 folder selects. Set imap_select parameters to NULL
5636                 in some functions if the values are not required.
5637
5638         * src/xml.h
5639                 remove no longer required include
5640
5641 2002-12-04 [paul]       0.8.6claws58
5642
5643         * po/es.po
5644                 updated by Ricardo Mones Lastra
5645                 
5646         * configure.in
5647           po/hu.po      ** NEW FILE **
5648                 initial Hungarian translation, submitted
5649                 by Gál Zoltán <galzoli@hu.inter.net>
5650
5651 2002-12-03 [christoph]  0.8.6claws57
5652
5653         * src/Makefile.am
5654         * src/gtksctree.[ch]            ** REMOVE **
5655         * src/gtk/Makefile.am
5656         * src/gtk/gtksctree.[ch]        ** NEW **
5657                 move gtksctree files to gtk directory
5658
5659 2002-12-03 [christoph]  0.8.6claws56
5660
5661         * src/Makefile.am
5662         * src/md5.[ch]                  ** REMOVE **
5663         * srm/common/Makefile.am
5664         * src/common/md5.[ch]           ** NEW **
5665                 move md5 files to common directory
5666
5667         * src/gtkstext.c
5668                 remove not required #include
5669
5670 2002-12-03 [sergey]     0.8.6claws55
5671
5672         * src/gtkutils.c
5673         * src/gtkutils.h
5674                 gtkut_window_popup(): new function.
5675         * src/mainwindow.c
5676                 main_window_popup(): use gtkut_window_popup() to raise
5677                 window without changing its position.
5678                 (see sylpheed-main ML message [sylpheed:17247])
5679
5680 2002-12-03 [sergey]     0.8.6claws54
5681
5682         * src/send.c
5683                 send_message_local(): removed first-dot escaping
5684                 (SMTP-only, not needed for sending through pipe)
5685
5686 2002-12-03 [paul]       0.8.6claws53
5687
5688         * po/POTFILES.in
5689                 update to reflect recent changes (thanks
5690                 to Ricardo Mones Lastra)
5691                 
5692         * tools/filter_conv.pl
5693                  fix problem with quoted strings. Patch submitted
5694                  by Luke Plant <lukeplant@softhome.net>
5695
5696 2002-12-03 [paul]       0.8.6claws52
5697
5698         * sync with 0.8.6cvs15
5699                 see ChangeLog 2002-12-03
5700
5701 2002-12-02 [christoph]  0.8.6claws51
5702
5703         * src/logwindow.[ch]
5704         * src/common/log.[ch]
5705                 implement logging using a hook function
5706
5707         * src/folderview.c
5708         * src/folder.[ch]
5709                 define hooklist name in header file to avoid
5710                 errors caused by wrong spelling of hooklist names
5711
5712         * src/toolbar.c
5713                 fix warnings
5714
5715 2002-12-02 [christoph]  0.8.6claws50
5716
5717         * src/common/Makefile.am
5718                 add src/common/hooks.[ch]
5719
5720         * src/common/hooks.[ch]
5721                 implement a simple hook system using glib's hook functions
5722
5723         * src/folder.[ch]
5724         * src/folderview.c
5725                 use new hook system for folder item updates
5726
5727 2002-12-02 [christoph]  0.8.6claws49
5728
5729         * doc-src/ui_seperation.txt     ** NEW **
5730                 information for ui seperation
5731
5732         * src/Makefile.am
5733                 remove files that were moved to common
5734                 include common directory by default for the header files
5735
5736         * src/inc.c
5737         * src/common/socket.c
5738         * src/automaton.[ch]
5739                 implement automaton using g_io_*-functions instead of
5740                 gdk_input_add to make it ui independent
5741
5742         * src/codeconv.c
5743         * src/compose.c
5744         * src/ldif.c
5745         * src/pgptext.c
5746         * src/procmime.c
5747         * src/rfc2015.c
5748         * src/smtp.c
5749         * src/unmime.c
5750                 remove common/ prefix because directory is now in
5751                 include path
5752
5753         * src/compose.c
5754         * src/folder.c
5755         * src/folderview.c
5756         * src/mainwindow.c
5757         * src/messageview.c
5758         * src/prefs_common.c
5759         * src/procmsg.c
5760         * src/rfc2015.c
5761                 fix warnings
5762
5763         * src/imap.c
5764         * src/inc.c
5765         * src/news.c
5766         * src/pop.c
5767         * src/send.c
5768         * src/smtp.c
5769         * src/ssl_certificate.c
5770                 add log.h header file for logging functions
5771
5772         * src/main.c
5773         * src/common/utils.c
5774         * src/summaryview.c
5775         * src/xml.c
5776                 o move debug_mode to common/utils.c
5777                 o add functions to set and get debug_mode
5778
5779         * src/defs.h                    ** REMOVE **
5780         * src/intl.h                    ** REMOVE **
5781         * src/socket.[ch]               ** REMOVE **
5782         * src/ssl.[ch]                  ** REMOVE **
5783         * src/utils.[ch]                ** REMOVE **
5784                 replaced by new files in src/common/
5785         
5786         * src/common/Makefile.am
5787                 add new files in src/common/
5788
5789         * src/common/defs.h             ** NEW **
5790         * src/common/intl.h             ** NEW **
5791         * src/common/log.[ch]           ** NEW **
5792         * src/common/socket.[ch]        ** NEW **
5793         * src/common/ssl.[ch]           ** NEW **
5794         * src/common/utils.[ch]         ** NEW **
5795                 replacement for files in src/
5796
5797 2002-12-02 [colin]      0.8.6claws48
5798
5799         * src/folderview.c
5800                 Scroll folderview if necessary during dnd
5801
5802 2002-12-02 [colin]      0.8.6claws47
5803
5804         * src/folder.[ch]
5805                 Add check to verify a move is within a single mailbox
5806         * src/folderview.c
5807                 Add specific error string for this check
5808
5809 2002-12-02 [colin]      0.8.6claws46
5810
5811         * src/folder.c
5812                 Add a test to folder moving, remove a statusbar_print
5813         * src/folderview.c
5814                 Add Move folder... context-menu item
5815                 Factorize folder moving code
5816                 Enable folder DND for mbox
5817
5818 2002-12-01 [christoph]  0.8.6claws45
5819
5820         * ac/aspell.m4
5821                 remove conf.aspelltest if the version check fails
5822
5823 2002-11-30 [christoph]  0.8.6claws44
5824
5825         * autogen.sh
5826                 run libtoolize --force in autogen to create missing
5827                 libtool scripts
5828
5829 2002-11-30 [christoph]  0.8.6claws43
5830
5831         * src/Makefile.am
5832         * src/pgptext.c
5833         * src/procmime.c
5834         * src/rfc2015.c
5835         * src/uuencode.[ch]             ** REMOVED **
5836         * src/common/Makefile.am
5837         * src/common/uuencode.[ch]      ** NEW **
5838                 move uuen/decoder to common directory
5839
5840 2002-11-30 [christoph]  0.8.6claws42
5841
5842         * src/Makefile.am
5843         * src/base64.[ch]               ** REMOVED **
5844         * src/codeconv.c
5845         * src/compose.c
5846         * src/ldif.c
5847         * src/pgptext.c
5848         * src/procmime.c
5849         * src/rfc2015.c
5850         * src/smtp.c
5851         * src/unmime.c
5852         * src/common/Makefile.am
5853         * src/common/base64.[ch]        ** NEW **
5854                 move base64 en/decoder to common directory
5855
5856 2002-11-30 [christoph]  0.8.6claws41
5857
5858         * src/common                    ** NEW **
5859                 new directory for UI independent code
5860         * src/gtk                       ** NEW **
5861                 new directory for GTK frontend
5862         * src/common/.cvsignore         ** NEW **
5863         * src/gtk/.cvsignore            ** NEW **
5864                 ignore build files
5865         * src/common/Makefile.am        ** NEW **
5866         * src/gtk/Makefile.am           ** NEW **
5867                 automake files to build new seperated stuff
5868         * src/Makefile.am
5869                 the binary will currently still be build with the
5870                 files in src, so we include the code from the
5871                 subdirs for now after building the libs there
5872
5873 2002-11-30 [paul]       0.8.6claws40
5874
5875         * src/compose.c
5876                 fix bug [642731] 'Wrong selected account with drafted mail'
5877
5878 2002-11-29 [oliver]     0.8.6claws39
5879         
5880         * src/messageview.c
5881                 o update summaryview when switching between different
5882                   messageviews          
5883         * src/toolbar.c  
5884                 o check if messageview holds already removed msg
5885                   from summaryview
5886                 
5887
5888 2002-11-29 [oliver]     0.8.6claws38
5889
5890         * src/toolbar.c 
5891                 remove not needed variables and includes
5892                 make messageview stay opened and move to next when msgs are deleted 
5893
5894 2002-11-29 [oliver]     0.8.6claws37
5895         
5896         * src/toolbar.c 
5897                 disable compose button (messageview toolbar) by default
5898                 deleted msgs are moved to trash
5899         
5900 2002-11-29 [melvin]     0.8.6claws36
5901
5902         * configure.in
5903                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5904                 and to detect signatures expirations (gpgme 0.3.6)
5905
5906         * src/main.c
5907                 Use non obsolescent function for Gpgme engine checking.
5908
5909         * src/rfc2015.c
5910                 Inform about expired signatures or signatures which key
5911                 has expired. Expiration date is displayed.
5912
5913         * src/sigstatus.c
5914                 Inform about expired signatures or signatures which key
5915                 has expired.
5916
5917 2002-11-28 [paul]       0.8.6claws35
5918
5919         * src/folderview.c
5920                 re-instate 'Check for new messages' in Newsgroup
5921                 folders right-click menu, after a suggestion from
5922                 Tim Mann <timmann@users.sourceforge.net>
5923
5924         * src/main.c
5925                 after a crash check only local folders for new
5926                 messages
5927
5928 2002-11-28 [paul]       0.8.6claws34
5929
5930         * configure.in
5931                 apply patch that fixes the checking of GTK with XIM 
5932                 support on different OSs, such as FreeBSD. Patch 
5933                 submitted by Topia <topia@users.sourceforge.net>
5934                 
5935 2002-11-28 [paul]       0.8.6claws33
5936
5937         * src/mainwindow.c
5938           src/prefs_common.c
5939           src/prefs_toolbar.c
5940                 more changes to the English
5941
5942 2002-11-28 [paul]       0.8.6claws32
5943
5944         * sync with 0.8.6cvs13
5945                 see ChangeLog 2002-11-28 (no sync needed
5946                 for src/compose.c)
5947
5948 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5949         
5950         * src/mainwindow.[ch]
5951                 add patch by Ivan F. Martinez introducing messageview Toolbar
5952                 some changes and committed by oliver    
5953
5954 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5955
5956         * src/messageview.[ch]
5957                 add patch by Ivan F. Martinez introducing messageview Toolbar
5958                 some changes and committed by oliver    
5959
5960 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5961
5962         * src/compose.[ch]
5963                 add patch by Ivan F. Martinez introducing messageview Toolbar
5964                 some changes and committed by oliver    
5965
5966 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5967         
5968         * src/toolbar.[ch]
5969                 add patch by Ivan F. Martinez introducing messageview Toolbar
5970                 some changes and committed by oliver
5971
5972 2002-11-28 [oliver]     0.8.6claws27
5973         
5974         * src/prefs_toolbar.[ch]
5975                 getting ready for messageview toolbar
5976                 free mem allocated by gettext
5977                 change prefs_toolbar to prefs_toolbar_open
5978  
5979 2002-11-28 [thorsten]   0.8.6claws26
5980
5981         * src/imageview.[ch]
5982                 cleaned up conflicting declarations of
5983                 imageview_show_image()
5984
5985 2002-11-28 [paul]       0.8.6claws25
5986
5987         * src/grouplistdialog.c
5988           src/prefs_common.c
5989           src/prefs_summary_column.c
5990                 a few more improvements to the English
5991
5992 2002-11-28 [colin]      0.8.6claws24
5993
5994         * man/sylpheed.1
5995                 A few updates to command-line parameters
5996
5997 2002-11-28 [colin]      0.8.6claws23
5998
5999         * src/prefs_filtering.c
6000                 Fix problems with prefs_filtering_delete_path:
6001                 a) if the first rule is removed, original pointers
6002                    weren't updated (leading to segfaults)
6003                 b) it was always global_processing updated in case
6004                    of removed path was parent of rule path
6005
6006 2002-11-27 [paul]       0.8.6claws22
6007
6008         * src/mainwindow.c
6009           src/prefs_account.c
6010           src/prefs_actions.c
6011           src/prefs_common.c
6012           src/prefs_customheader.c
6013           src/prefs_display_header.c
6014           src/prefs_filtering.c
6015           src/prefs_folder_item.c
6016           src/prefs_matcher.c
6017           src/prefs_scoring.c
6018           src/prefs_summary_column.c
6019           src/prefs_template.c
6020           src/prefs_toolbar.c
6021                  improve the English in the GUI
6022
6023 2002-11-27 [colin]      0.8.6claws21
6024
6025         * src/folder.c
6026                 Fix processing renaming problems happening after
6027                 last commit
6028
6029 2002-11-27 [colin]      0.8.6claws20
6030
6031         * src/folder.c
6032                 recursive move now deletes src each subfolder after 
6033                 having moved it
6034         * src/folderview.c
6035                 Use identifier instead of path during dnd (enables
6036                 IMAP folder dnd)
6037
6038 2002-11-27 [paul]       0.8.6claws19
6039
6040         * src/main.c
6041                 apply patch that does command-line processing 
6042                 BEFORE gtk_init, allowing claws to run from 
6043                 shell-scripts in non-X environment (e.g. crontab 
6044                 or ip-up, ip-down scripts). Patch submitted by
6045                 Ruslan N. Balkin <baron@dartel.ru>
6046                 
6047         * po/it.po
6048                 updated by Alessandro Maestri
6049
6050 2002-11-27 [paul]       0.8.6claws18
6051
6052         * sync with 0.8.6cvs12
6053           src/prefs_common.c
6054                 Differences are that main uses a 'Receive dialog'
6055                 frame on the Interface tab, whereas claws groups all 
6056                 the dialogs together in a 'Dialogs' frame.
6057
6058 2002-11-27 [colin]      0.8.6claws17
6059
6060         * src/prefs_matcher.c
6061                 Fix Execute criteria's NOT flag
6062
6063
6064 2002-11-26 [christoph]  0.8.6claws16
6065
6066         * src/ssl.c
6067                 rewrite the ssl code a little bit, only use one
6068                 SSL context, set default certificates' file/path
6069
6070 2002-11-26 [thorsten]   0.8.6claws15
6071
6072         * src/compose.c
6073                 default-reply-to didn't work for ml-reply
6074
6075 2002-11-26 [melvin]     0.8.6claws14
6076
6077         * src/prefs_actions.c
6078                 Made pipe-actions ignore short headers in message view
6079                 Made trailing-pipe-actions write in the message view with
6080                 the same font as the original message
6081
6082 2002-11-26 [paul]       0.8.6claws13
6083
6084         * src/compose.c
6085                 this time commit the correct file
6086
6087 2002-11-26 [paul]       0.8.6claws12
6088
6089         * sync with 0.8.6cvs11
6090           src/quote_fmt_parse.y  
6091                 no sync needed
6092           src/account.[ch]       
6093                 not sync'ed
6094           src/compose.c
6095                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6096                 on draft mode.
6097                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6098                 header
6099                 
6100         see ChangeLog 2002-11-25 and 2002-11-26
6101
6102 2002-11-26 [colin]      0.8.6claws11
6103
6104         * src/folderview.c
6105                 Fix collapsed folder not auto-expanding during
6106                 mail dnd, if it was the source folder.
6107
6108 2002-11-25 [colin]      0.8.6claws10
6109
6110         * src/folderview.[ch]
6111                 Variable renaming and cleaning (slist of nodes 
6112                 to be re-collapsed is stored in FolderView)
6113
6114 2002-11-25 [paul]       0.8.6claws9
6115
6116         * src/prefs_common.[ch]
6117                 fix breakage caused by last commit
6118
6119 2002-11-25 [paul]       0.8.6claws8
6120
6121         * sync with 0.8.6cvs4
6122                 see ChangeLog 2002-11-21
6123
6124 2002-11-25 [paul]       0.8.6claws7
6125
6126         * sync with 0.8.6cvs4
6127                 see ChangeLog 2002-11-20
6128
6129 2002-11-25 [paul]       0.8.6claws6
6130
6131         * sync with 0.8.6cvs3
6132                 see ChangeLog 2002-11-18
6133
6134 2002-11-25 [colin]      0.8.6claws5
6135
6136         * src/gtkutils.[ch]
6137                 Add gtkut_ctree_node_is_parent()
6138         * src/folderview.c
6139                 Spring-loaded folders
6140
6141 2002-11-25 [colin]      0.8.6claws4
6142
6143         * src/utils.[ch]
6144                 Add slist_concat_unique(), function to merge
6145                 two GSList filtering dups
6146         * src/folder.[ch]
6147         * src/summaryview.[ch]
6148         * src/folderview.c
6149         * src/main.c
6150                 Add detection/update/display of unread answers
6151                 to marked mails
6152         * src/procmsg.[ch]
6153                 Add procmsg_find_children()
6154                 Add procmsg_msg_has_marked_parent()
6155
6156 2002-11-25 [colin]      0.8.6claws3
6157
6158         * src/ssl_certificate.[ch]
6159                 Allow checking a certificate without a DNS
6160                 lookup
6161                 Allow to forget a cert (by deleting it)
6162                 Make ssl_certificate_destroy_public
6163         * src/ssl_manager.[ch] ** NEW FILES **
6164                 Gui to manage (display/remove) certificates
6165         * src/prefs_common.[ch]
6166                 Add a pref to allow silent acceptation of
6167                 trusted certificates or not (based on the
6168                 "I want to know what's going on" principle)
6169         * src/mainwindow.c
6170                 Add SSL manager in Tools menu
6171         * src/Makefile.am
6172                 Add the new files to the build
6173         * po/POTFILES.in
6174                 Add ssl_manager.c to translations
6175
6176 2002-11-25 [colin]      0.8.6claws2
6177
6178         * src/summaryview.[ch]
6179                 Add S_SEARCH_EXTENDED to the quick search, which 
6180                 allows to search using filtering syntax.
6181
6182 2002-11-25 [colin]      0.8.6claws1
6183
6184         * src/summaryview.c
6185                 Deletion of duplicates now prefer deleting
6186                 the unread dup (fixes feature-request 638989).
6187
6188 2002-11-24 [paul]       0.8.6claws
6189
6190         * po/es.po
6191           po/pl.po
6192           po/ru.po
6193           po/sr.po
6194                 updated by Ricardo Mones Lastra,
6195                 Witold Wladyslaw Wojciech Wilk,
6196                 Ruslan N. Balkin, and  Urke MMI 
6197                 respectively
6198
6199 2002-11-24 [paul]       0.8.5claws182
6200
6201         * po/bg.po
6202                 updated by George Danchev
6203
6204 2002-11-23 [alfons]     0.8.5claws181
6205
6206         * src/imap.c
6207                 tiny memory leak found by browsing Dimitar's 
6208                 valgrind report
6209
6210 2002-11-23 [paul]       0.8.5claws180
6211
6212         * po/it.po
6213                 updated by Alessandro Maestri
6214
6215 2002-11-22 [christoph]  0.8.5claws179
6216
6217         * src/compose.c
6218         * src/inc.c
6219         * src/prefs_filtering.c
6220         * src/summaryview.c
6221                 more warning fixes
6222
6223 2002-11-22 [alfons]     0.8.5claws178
6224
6225         * src/summaryview.c
6226                 summary_execute_delete_func(): if message is deleted, make 
6227                 sure to also remove its entry in the subject hash table. 
6228                 fixes a corner case bug.
6229
6230 2002-11-22 [paul]       0.8.5claws177
6231
6232         * .cvsignore
6233                 add 'autom4te.cache'
6234                 
6235         * ltconfig      ** REMOVED **
6236                 not needed
6237
6238 2002-11-22 [paul]       0.8.5claws176
6239
6240         * src/textview.c
6241                 textview_set_font(): fix for message display in
6242                 UTF-8 locales (thanks to Sergey Vlasov).
6243                 
6244         * AUTHORS
6245                 add new team members and contributors
6246
6247
6248 2002-11-21 [colin]      0.8.5claws175
6249
6250         * src/procmsg.[ch]
6251                 Add procmsg_remove_special_headers()
6252         * src/mh.c
6253                 Use procmsg_remove_special_headers() for 
6254                 previous fix
6255
6256 2002-11-21 [colin]      0.8.5claws174
6257
6258         * src/mh.c
6259                 Fix moving/copying from queue/draft folders
6260                 for MH folders
6261
6262 2002-11-21 [christoph]  0.8.5claws173
6263
6264         * src/crash.c
6265         * src/filtering.c
6266         * src/logwindow.c
6267         * src/main.c
6268         * src/matcher_parser_lex.[hl]
6269         * src/mbox.c
6270         * src/mbox_folder.[ch]
6271         * src/prefs_filtering.c
6272         * src/procheader.c
6273         * src/quote_fmt_lex.l
6274         * src/ssl.c
6275                 fix all warnings except the warnings in lex and yacc files
6276
6277 2002-11-20 [christoph]  0.8.5claws172
6278
6279         * src/imap.c
6280                 fix MsgInfo retrieval for IMAP draft and queue folders
6281                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6282
6283 2002-11-19 [christoph]  0.8.5claws171
6284
6285         * src/compose.c
6286                 fix segfault, when draft saving does not get
6287                 the MsgInfo of the new message
6288                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6289
6290 2002-11-19 [christoph]  0.8.5claws170
6291
6292         * src/procmsg.c
6293                 add parameter check for flag setting function
6294                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6295
6296 2002-11-18 [paul]       0.8.5claws169
6297
6298         * src/compose.c
6299                 more sensitivity fixes to redirect mode:
6300                 * disable toolbar draft button
6301                 * allow only Address book in the Tools menu
6302                 * disable editing of message by the spell
6303                   checker
6304
6305 2002-11-18 [paul]       0.8.5claws168
6306
6307         * src/compose.c
6308                 fix sensitivity of menu items in compose_redirect():
6309                 allow only the necessary items 
6310
6311 2002-11-18 [paul]       0.8.5claws167
6312
6313         * src/compose.c
6314                 fix bug [ 603259 ] 'attachment got lost on bounce'
6315
6316 2002-11-18 [paul]       0.8.5claws166
6317
6318         * po/ru.po
6319                 updated by Ruslan N. Balkin <baron@dartel.ru>
6320
6321 2002-11-18 [colin]      0.8.5claws165
6322
6323         * src/main.c
6324           src/defs.h
6325                 Remove old filtering stuff
6326
6327
6328 2002-11-17 [oliver]     0.8.5claws164
6329
6330         * src/toolbar.h
6331                 remove not needed typedef 
6332
6333 2002-11-17 [oliver]     0.8.5claws163
6334
6335         * src/toolbar.c
6336                 make toolbar's on click events translatable
6337
6338 2002-11-15 [colin]      0.8.5claws162
6339
6340         * src/summaryview.c
6341                 Revert too-soon integration of a feature
6342
6343 2002-11-15 [christoph]  0.8.5claws161
6344
6345         * src/imap.c
6346                 use main's implementation of imap_get_msginfo
6347
6348 2002-11-15 [christoph]  0.8.5claws160
6349
6350         * src/compose.c
6351         * src/folder.[ch]
6352         * src/imap.c
6353         * src/mbox_folder.c
6354         * src/mh.c
6355         * src/news.c
6356         * src/procmsg.c
6357         * src/summaryview.c
6358                 replace claws' fetch_msginfo with main's get_msginfo
6359                 (use main's implementation where possible)
6360
6361 2002-11-15 [colin]      0.8.5claws159
6362
6363         * src/ssl_certificate.c
6364                 Missed a check
6365
6366 2002-11-16 [melvin]     0.8.5claws158
6367
6368         * po/fr.po
6369                 Updated French translations.
6370
6371 2002-11-16 [colin]      0.8.5claws157
6372
6373         * src/ssl_certificate.c
6374                 Check for missing parts in the certificates
6375
6376 2002-11-15 [colin]      0.8.5claws156
6377
6378         * src/folderview.c
6379                 Preventive fix (missing check) found by
6380                 Alfons
6381
6382 2002-11-15 [paul]
6383
6384         * NEWS
6385                 sync with 0.8.6 release
6386
6387 2002-11-15 [colin]      0.8.5claws155
6388
6389         * src/folder.[ch]
6390           src/folderview.c
6391                 Fix error handling of folder_item_move_to()
6392                 (thanks to Alfons!)
6393
6394 2002-11-15 [colin]      0.8.5claws154
6395
6396         * src/folder.[ch]
6397           src/folderview.c
6398                 folder_item_move_to() sets an error message instead
6399                 of having GUI stuff in folder.c
6400
6401 2002-11-15 [colin]      0.8.5claws153
6402
6403         * src/procmsg.[ch]
6404                 Implemented a callback for MsgInfo updates, 
6405                 heavily copy/pasted from Christoph's folder 
6406                 callback system
6407         * src/summaryview.[ch]
6408                 Register summary_update_msg as callback
6409
6410 2002-11-14 [colin]      0.8.5claws152
6411         
6412         * src/procmsg.c
6413                 Update the FolderItem after sending (fixes 617593)
6414
6415 2002-11-14 [christoph]  0.8.5claws151
6416
6417         * src/folder.c
6418                 fix wrong position of NULL pointer check found
6419                 by Sergey
6420
6421 2002-11-14 [christoph]  0.8.5claws150
6422
6423         * src/folder.c
6424                 fix segfault when deleting messages from IMAP folders
6425                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6426
6427 2002-11-14 [colin]      0.8.5claws149
6428
6429         * src/compose.c
6430                 Forwarding was also ignoring the folder's default account.
6431
6432 2002-11-14 [colin]      0.8.5claws148
6433
6434         * src/compose.c
6435                 Fix sent folder not set to folder properties when 
6436                 forwarding.
6437
6438 2002-11-14 [thorsten]   0.8.5claws147
6439
6440         * src/inc.c
6441                 inc_start(): Files were not moved from .processing to inbox,
6442                 if no global processing rule existed
6443
6444 2002-11-14 [colin]      0.8.5claws146
6445
6446         * src/ssl_certificate
6447                 Fix file operations
6448
6449 2002-11-14 [paul]       0.8.5claws145
6450
6451         * po/it.po
6452                 updated by Alessandro Maestri
6453
6454 2002-11-13 [alfons]     0.8.5claws144
6455
6456         * src/folder.c
6457                 folder_item_close(): only mark messages unread
6458                 when a folder has new messages 
6459
6460 2002-11-13 [keith]      0.8.5claws143
6461
6462         * src/imap.c
6463                 Fix problem moving or copying between
6464                 IMAP folders
6465
6466 2002-11-13 [colin]      0.8.5claws142
6467
6468         * src/matcher_parser_parse.y
6469                 Fix rule problem when " don't match
6470
6471 2002-11-13 [christoph]  0.8.5claws141
6472
6473         * src/folder.c
6474         * src/folderview.c
6475                 moved cache saving to folder_item_close
6476                 the folderview should not have to deal with
6477                 this things
6478
6479 2002-11-13 [christoph]  0.8.5claws140
6480
6481         * src/summaryview.c
6482                 moved setting of important score to
6483                 summary_set_prefs_from_folderitem
6484
6485 2002-11-13 [colin]      0.8.5claws139
6486
6487         * src/matcher_parser_parse.y
6488                 Fix a segfault in the parser (happening when
6489                 a good expression had been tested and a bad 
6490                 one arrives)
6491
6492 2002-11-13 [paul]       0.8.5claws138
6493
6494         * sync with 0.8.5cvs24
6495                 see ChangeLog 2002-11-13
6496                 
6497         * po/pt_BR.po
6498                 updated by Fabio Jr. Beneditto
6499
6500 2002-11-13 [colin]      0.8.5claws137
6501         
6502         * src/msgcache.c
6503           src/defs.h
6504           src/procmsg.[ch]
6505                 Revert last commit, problem
6506
6507 2002-11-13 [colin]      0.8.5claws136
6508
6509         * src/msgcache.c
6510                 Remove duplicated code
6511         * src/defs.h
6512                 Bumped CACHE_VERSION and MARK_VERSION
6513         * src/procmsg.[ch]
6514                 Network endian for cache and mark files
6515
6516 2002-11-12 [colin]      0.8.5claws135
6517
6518         * src/inc.c
6519                 Fix the "socket error" dialog which disappeared
6520
6521 2002-11-12 [colin]      0.8.5claws134
6522
6523         * src/msgcache.c
6524                 Reverse last commit which had performance 
6525                 problems, but still reverse the list
6526
6527 2002-11-12 [colin]      0.8.5claws133
6528
6529         * src/msgcache.c
6530                 Reverse list order
6531
6532 2002-11-12 [melvin]     0.8.5claws132
6533
6534         * src/compose.c
6535                 Added a check for a NULL prefs_common.dictionary
6536
6537 2002-11-12 [colin]      0.8.5claws131
6538
6539         * src/ssl_certificate.[ch]
6540                 Use FQDN hostname
6541
6542 2002-11-12 [colin]      0.8.5claws130
6543
6544         * src/ssl_certificate.[ch]
6545                 Take connection port into account for 
6546                 checking certificates (a single hostname
6547                 could have multiple servers with multiple
6548                 certificates)
6549         * src/ssl.c
6550                 Pass the port to ssl_certificate_check
6551
6552 2002-11-12 [paul]       0.8.5claws129
6553
6554         * src/folder.c
6555                 fix a typo in last commit
6556
6557 2002-11-12 [paul]       0.8.5claws128
6558
6559         * sync with 0.8.5cvs23
6560                 see ChangeLog entry 2002-11-12
6561
6562 2002-11-11 [colin]      0.8.5claws127
6563
6564         * src/ssl_certificate.c
6565                 Cleaner messages
6566                 Don't popup, instead log error, if the 
6567                 corresponding pref is checked
6568         * src/ssl_certificate.h
6569                 include <openssl/objects/h>
6570
6571 2002-11-11 [colin]      0.8.5claws126
6572
6573         * src/ssl_certificate.h
6574                 _Really_ clean it
6575
6576 2002-11-11 [colin]      0.8.5claws125
6577         
6578         * src/ssl_certificate.c
6579                 Fixed leak
6580
6581 2002-11-11 [colin]      0.8.5claws124
6582
6583         * src/ssl.c
6584                 Cleaned a bit
6585         * src/ssl_certificate.[ch]
6586                 Cleaned a bit (better use of SSL API)
6587                 (This will cause non-recognition of saved 
6588                  certificates of claws12[23]...)
6589
6590 2002-11-11 [paul]       0.8.5claws123
6591         
6592         * po/es.po
6593                 updated by Ricardo Mones Lastra
6594
6595 2002-11-11 [colin]      0.8.5claws122
6596
6597         * src/ssl.c
6598                 Fix a typo
6599
6600 2002-11-11 [colin]      0.8.5claws121
6601
6602         * src/ssl_certificate.[ch] ** NEW FILES **
6603         * src/ssl.[ch]
6604                 Check SSL certificates presented to us
6605         * src/Makefile.am
6606                 Add ssl_certificate.[ch]
6607         * po/POTFILES.in
6608                 Add ssl_certificate.c
6609
6610 2002-11-11 [paul]       0.8.5claws120
6611
6612         * sync with 0.8.5cvs22
6613                 see ChangeLog 2002-11-11
6614
6615 2002-11-11 [paul]       0.8.5claws119
6616
6617         * sync with 0.8.5cvs21
6618                 see ChangeLog 2002-11-11
6619
6620 2002-11-10 [jens]       0.8.5claws118
6621
6622         * src/folder.c
6623         * src/folderview.c
6624                 corrected some typing
6625         * po/de.po
6626                 updated german translation
6627         * sylpheed.spec.in
6628                 cleaned up specfile and adjusted it for claws
6629
6630 2002-11-10 [colin]      0.8.5claws117
6631
6632         * src/summaryview.c
6633                 a STATUSBAR_PUSH/POP fix
6634
6635 2002-11-10 [colin]      0.8.5claws116
6636
6637         * src/prefs_folder_item.c
6638                 Fix hanging after opening folder properties
6639
6640 2002-11-10 [hoa]        0.8.5claws115
6641
6642         * src/matcher_parser_lex.l
6643         * src/matcher_parser_parse.y
6644                 config file for scoring and filtering is no more trashed
6645                 when there is a syntax error in a filtering rule when
6646                 editing it in a dialog.
6647
6648 2002-11-09 [colin]      0.8.5claws114
6649
6650         * src/mbox_folder.c
6651                 Added missing initialisation of folder->destroy()
6652
6653 2002-11-09 [colin]      0.8.5claws113
6654
6655         * src/folder.c
6656           src/folderview.c
6657                 Fix the status bar messages
6658
6659 2002-11-09 [colin]      0.8.5claws112
6660
6661         * src/folderview.c
6662                 Fix hangs after folder dnd, happening after 
6663                 claws109.
6664
6665 2002-11-09 [christoph]  0.8.5claws111
6666
6667         * src/folderview.c
6668                 just changed order of calls (reverse order of
6669                 associated calls)
6670         * src/inc.c
6671                 lock inc when checking only one account, otherwise
6672                 inc all could be executed at the same time
6673
6674 2002-11-09 [christoph]  0.8.5claws110
6675
6676         * src/folderview.c
6677                 better unlock the mouse cursor before calling
6678                 summary_show because it changes the cursor too
6679
6680 2002-11-09 [christoph]  0.8.5claws109
6681
6682         * src/folder.[ch]
6683         * src/folderview.c
6684                 add functions to open and close a folder
6685                 o opending will execute scanning for remote folders
6686                   and processing
6687                 o closing will unset new flag for messages
6688
6689 2002-11-09 [colin]      0.8.5claws108
6690
6691         * src/folder.c
6692                 Add a call to prefs_matcher_write_config to 
6693                 avoid non-leaf folders filtering settings to be
6694                 lost
6695
6696 2002-11-09 [paul]       0.8.5claws107
6697
6698         * src/prefs_account.c
6699                 re-word a label
6700
6701 2002-11-09 [colin]      0.8.5claws106
6702
6703         * src/folderview.c
6704                 Minor esthetic fix
6705
6706 2002-11-09 [colin]      0.8.5claws105
6707
6708         * src/folderview.c
6709                 Fix prefs_filtering deletion for MH folders (same
6710                 reason as below)
6711         * src/prefs_filtering.c
6712                 Fix prefs_filtering renaming and deletion for 
6713                 folder-based processing rules.  
6714
6715 2002-11-09 [christoph]  0.8.5claws104
6716
6717         * src/compose.c
6718         * src/folder.[ch]
6719         * src/folderview.[ch]
6720         * src/import.c
6721         * src/inc.c
6722         * src/main.c
6723         * src/mainwindow.c
6724         * src/messageview.c
6725         * src/prefs_folder_item.c
6726         * src/procmsg.c
6727         * src/summaryview.c
6728                 implement a callback system for folder item updates
6729
6730 2002-11-09 [colin]      0.8.5claws103
6731
6732         * src/folderview.c
6733                 Fix prefs_filtering renaming for MH folders (we
6734                 shouldn't rename by path as another folder could
6735                 have the same hierarchy).
6736
6737 2002-11-09 [colin]      0.8.5claws102
6738
6739         * src/folder.c
6740                 Fix a leak found by Christoph, use better variable
6741                 names
6742
6743 2002-11-09 [colin]      0.8.5claws101
6744
6745         * src/folder.c
6746                 One more fix for processing rules
6747
6748 2002-11-08 [colin]      0.8.5claws100
6749         
6750         * src/matcher.c
6751                 Don't copy the compiled regexp (will be reevaluated)
6752         * src/folderview.c
6753                 Lock folderview while moving
6754         * src/folder.c
6755                 Provide info on what's happening to the user
6756
6757 2002-11-08 [colin]      0.8.5claws99
6758
6759         * src/folderview.c
6760                 Fix folder reordering after a move if parent is 
6761                 root
6762         * src/scoring.[ch]
6763                 Add function to copy a ScoringProp
6764         * src/prefs_folder_item.c
6765                 Copy scoring rules when copying a folder prefs
6766
6767 2002-11-08 [colin]      0.8.5claws98
6768
6769         * src/folderview.c
6770                 Fixes in case of failure
6771         * src/filtering.[ch]    
6772                 Add function to duplicate a FilteringProp
6773         * src/matcher.[ch]
6774                 Add function to duplicate a MatcherProp
6775         * src/prefs_folder_item.c
6776                 Save folder's processing rules when copying 
6777                 its prefs
6778
6779 2002-11-08 [colin]      0.8.5claws97
6780         
6781         * src/folderview.c
6782                 Sort after move
6783         * src/folder.c 
6784                 Change a printf to debug_print
6785
6786 2002-11-08 [colin]      0.8.5claws96
6787
6788         * src/folder.c
6789           src/folderview.c
6790                 Fix segfaults, call me stupido
6791         
6792
6793 2002-11-08 [colin]      0.8.5claws95
6794
6795         *src/folder.c
6796                 Added forgotten prefs to save when moving folders
6797
6798 2002-11-08 [colin]      0.8.5claws94
6799
6800         * src/folder.c
6801                 Fixes to folder DND (prefs copy)
6802         * src/folderview.c
6803                 Optimization for folder DND (don't rescan whole tree)
6804                 Added folderview_create_folder_node() for this 
6805                 optimization, so de-duped a bit the code
6806         * src/prefs_folder_item.[ch]
6807                 Added prefs_folder_item_copy_prefs()    
6808           
6809 2002-11-08 [paul]       0.8.5claws93
6810
6811         * src/prefs_account.c
6812           tools/README
6813           tools/kmail2sylpheed_v2.pl
6814                 correct some typos
6815
6816 2002-11-08 [paul]       0.8.5claws92
6817
6818         * src/compose.c
6819           src/prefs_account.[ch]
6820                 remove account options 'clearsign' and 'ascii_armored',
6821                 replace with 'default_gnupg_mode' to prevent mixed-mode
6822                 Privacy settings
6823
6824 2002-11-08 [paul]       0.8.5claws91
6825
6826         * src/compose.[ch]
6827                 re-implement GnuPG 'on-the-fly' mode selection,
6828                 disallow mixed-mode
6829
6830 2002-11-08 [colin]      0.8.5claws90
6831
6832         * src/folderview.c
6833           src/prefs_folder_item.c
6834                 Change "Property" to "Properties"
6835
6836 2002-11-07 [colin]      0.8.5claws89
6837
6838         * src/folderview.c
6839           src/folder.c
6840                 Allow folder dropping to a root folder
6841
6842 2002-11-07 [paul]       0.8.5claws88
6843
6844         * src/compose.c
6845                 revert last commit
6846
6847 2002-11-07 [paul]       0.8.5claws87
6848
6849         * src/compose.c
6850                 fix reply-to-list bug. closes bug report
6851                 "[633382] reply-to-list broken in recent cvs"
6852
6853 2002-11-07 [paul]       0.8.5claws86
6854
6855         * src/compose.c
6856                 add a forgotten '#if USE_GPGME ... #endif'
6857
6858 2002-11-07 [paul]       0.8.5claws85
6859
6860         * sync with 0.8.5cvs20
6861                 see ChangeLog 2002-11-07
6862
6863 2002-11-07 [colin]      0.8.5claws84
6864
6865         * src/folder.[ch]
6866                 Change folder_item_move_to to return the newly 
6867                 created folderitem.
6868         * src/folderview.c
6869                 Select the new folderitem after moving.
6870
6871 2002-11-07 [colin]      0.8.5claws83
6872
6873         * src/prefs_filtering.c
6874                 Fix rule rewriting when moving a leaf folder to a 
6875                 shorter path
6876
6877 2002-11-07 [colin]      0.8.5claws82
6878
6879         * src/prefs_filtering.c
6880                 fix a leak
6881
6882 2002-11-07 [colin]      0.8.5claws81
6883
6884         * src/folder.[ch]
6885                 Add folder_item_move_to() function to move a 
6886                 folderitem into another one (updates matcher etc)
6887         * src/folderview.c
6888                 Add folder drag'n drop (context menu to come)
6889                 [Should be dataloss free, but Please backup before 
6890                  trying !]
6891
6892 2002-11-06 [colin]      0.8.5claws80
6893
6894         * src/mh.c
6895                 mh_create_folder() returns NULL if can't create
6896                 directory hierarchy
6897
6898 2002-11-06 [paul]       0.8.5claws79
6899
6900         * src/compose.[ch]
6901                 allow 'on-the-fly' changing of the type of encryption 
6902                 and/or signing used (mime/ascii) via the compose window
6903
6904 2002-11-06 [paul]       0.8.5claws78
6905
6906         * sync with 0.8.5cvs19
6907                 see ChangeLog 2002-11-06 for src/account.c: 
6908                 account_get_special_folder()
6909                 
6910 2002-11-05 [alfons]     0.8.5claws77
6911
6912         * src/crash.c
6913                 very minor cleanups: nothing to see here, move on. :-)
6914
6915 2002-11-05 [colin]      0.8.5claws76
6916
6917         * src/main.c
6918                 Changes choices if compose windows are opened to
6919                 Discard, Draft, Don't quit
6920
6921 2002-11-05 [thorsten]   0.8.5claws75
6922
6923         * src/compose.c
6924                 reenabled default_reply_to folder option
6925
6926 2002-11-05 [colin]      0.8.5claws74
6927
6928         * src/compose.[ch] 
6929                 add compose_draft()
6930         * src/crash.c
6931                 add SIGTERM handler
6932         * src/main.[ch]
6933                 add clean_quit() for the SIGTERM handler
6934
6935 2002-11-05 [paul]       0.8.5claws73
6936         
6937         * po/es.po
6938                 updated by Ricardo Mones Lastra
6939
6940 2002-11-05 [melvin]     0.8.5claws72
6941
6942         * src/logwindow.c
6943                 Fixed log-clipping bug #616795.
6944                 To stop logging in the log window use 0 length.
6945         * src/prefs_common.c
6946                 Added a label to inform about the 0 log length behaviour.
6947
6948 2002-11-05 [paul]       0.8.5claws71
6949
6950         * sync with 0.8.5cvs17
6951                 see ChangeLog 2002-11-05
6952
6953 2002-11-04 [paul]       0.8.5claws70
6954
6955         * sylpheed-128x128.png
6956           sylpheed-64x64.png
6957           sylpheed.png
6958                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6959                 <nikai@users.sourceforge.net>
6960                 
6961         * po/bg.po
6962                 updated by George Danchev
6963
6964 2002-11-03 [thorsten]   0.8.5claws69
6965
6966         * src/main.c
6967           src/mimeview.c
6968           src/rfc2015.h
6969                 add check if gpg is active
6970
6971 2002-11-03 [thorsten]   0.8.5claws68
6972
6973         * src/toolbar.h
6974                 removed GSList declaration causing trouble on MacOS-X
6975                 (submitted by alfons, reported by xfesty)
6976
6977 2002-11-01 [paul]       0.8.5claws67
6978
6979         * src/mainwindow.c
6980                 remove last remnants of main's filter code
6981
6982 2002-11-01 [paul]       0.8.5claws66
6983
6984         * tools/filter_conv.pl
6985                 fix bug where user-defined headers were ignored
6986
6987 2002-11-01 [paul]       0.8.5claws65
6988
6989         * src/logwindow.c
6990                 make a debug_print() not translatable
6991
6992 2002-10-31 [melvin]     0.8.5claws64
6993
6994         * ac/aspell.m4
6995                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6996                 not run any GNU/aspell test.  The dictionary path will
6997                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6998                 was given, in which case, it will be $prefix/lib/aspell/
6999         * configure.in
7000                 Fixed typo in commentary (Aspell code).
7001
7002 2002-10-31 [paul]       0.8.5claws63
7003
7004         * po/POTFILES.in
7005                 remove src/filter.c and src/prefs_filter.c
7006                 thanks to Ricardo for reminding me
7007
7008 2002-10-31 [colin]      0.8.5claws62
7009
7010         * src/mbox_folder.c
7011                 Plug some leaks
7012
7013 2002-10-31 [paul]       0.8.5claws61
7014
7015         * src/prefs_filter.[ch] ** REMOVED **
7016           src/filter.[ch]       ** REMOVED **
7017           
7018         * src/Makefile.am
7019           src/folderview.c
7020           src/inc.c
7021           src/main.c
7022           src/mainwindow.c
7023           src/mbox.c
7024           src/prefs_common.c
7025           src/prefs_filtering.c
7026           src/summaryview.[ch]
7027                 remove main's 'filter' code
7028                 
7029         README.claws
7030                 update to reflect removal of main's filter
7031
7032 2002-10-31 [paul]       0.8.5claws60
7033
7034         * src/summaryview.c
7035                 remove check for global_processing in summary_filter_open(). 
7036                 This fixes the bug where if the user uses the right-click 
7037                 'Create filter rule...' and doesn't have any filter rules 
7038                 already defined in claws' advanced filtering, the newly 
7039                 created filter rule goes to main's filtering which is 
7040                 inaccessible through the gui. Now the filter rule gets added
7041                 to claws' filtering by default.
7042
7043 2002-10-28 [melvin]     0.8.5claws59
7044
7045         * src/prefs_actions.c
7046                 Fixed bug #627322 where MIME parts were not always
7047                 correctly passed to a %p action
7048                 Display an error dialog when message filename is not found.
7049
7050 2002-10-28 [melvin]     0.8.5claws58
7051
7052         * src/prefs_common.c
7053                 Readded a missing function declaration lost in 0.8.3claws34
7054
7055 2002-10-28 [paul]       0.8.5claws57
7056
7057         * sync with 0.8.5cvs15
7058                 see ChangeLog 2002-10-28 and 2002-10-25
7059                 
7060         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7061
7062 2002-10-27 [oliver]     0.8.5claws56
7063
7064         * src/pop.c
7065                 plug leak in pop3_top_recv
7066
7067 2002-10-26 [christoph]  0.8.5claws55
7068
7069         * src/folder.c
7070                 set need_update folder flag when messages are added
7071                 (closes bug [ 626922 ] folder not updated after receiving)
7072
7073 2002-10-25 [melvin]     0.8.5claws54
7074
7075         * src/imageview.c
7076                 Fixed a memleak introduced in the scaling code.
7077
7078 2002-10-24 [alfons]     0.8.5claws53
7079
7080         * src/filtering.c
7081                 make filtering's forward message action forward from the 
7082                 correct account
7083                 (closes bug [628089 ] Filter -> Forward from address problem
7084                 reported by Oktay)
7085
7086 2002-10-24 [christoph]  0.8.5claws52
7087
7088         * src/mainwindow.c
7089         * src/manual.[ch]
7090                 o use manual of current locale or english if current
7091                   locale is not available (and english is available)
7092                 o also link to sylpheed doc project manuals
7093
7094 2002-10-23 [paul]       0.8.5claws51
7095
7096         * tools/README
7097           tools/kmail2sylpheed_v2.pl
7098                 add new version of kmail addressbook importer script.
7099                 works with newer versions of Kmail/KAddressBook which
7100                 have new and rearranged data.
7101
7102 2002-10-23 [martin]     0.8.5claws50
7103
7104         * src/folderview.c
7105         * src/summaryview.c
7106         * src/utils.h
7107         * src/utils.c
7108                 added length parameter to get_abbrev_newsgroup_name()
7109                 changed this function so that it abbreviates the newsgroup
7110                 names only so long it is smaller than the length parameter
7111                 (for better reading of some newsgroup names and space efficiency)
7112
7113 2002-10-22 [colin]      0.8.5claws49
7114
7115         *src/foldersel.c
7116                 Revert Alfons' last modification (after voting ;-))
7117
7118 2002-10-21 [alfons]     0.8.5claws48
7119
7120         * src/foldersel.c
7121                 folder view in folder selection dialog reflects state of
7122                 folder view in main window
7123
7124 2002-10-18 [alfons]     0.8.5claws47
7125
7126         * src/mbox.c
7127                 drop imported messages in folder selected by user,
7128                 and not in the inbox
7129                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7130
7131 2002-10-18 [alfons]     0.8.5claws46
7132
7133         * src/compose.c
7134                 make automagic reply work correctly for email accounts 
7135                 (whether it's viable to do a full sync with Hiro's 
7136                 compose.c is still under discussion)
7137
7138 2002-10-18 [melvin]     0.8.5claws45
7139
7140         * src/prefs_actions.c
7141                 Fixed bug #622275 where asynchroneous actions left 
7142                 zombies processes
7143                 Made (synchroneous) actions' input be displayed live.
7144
7145 2002-10-18 [christoph]  0.8.5claws44
7146
7147         * src/textview.c
7148                 don't add a newline in the textview in front of the
7149                 first textpart if header display is disabled
7150                 (closes bug [ 603385 ] disabled header display leaves blank
7151                  lin)
7152
7153 2002-10-18 [christoph]  0.8.5claws43
7154
7155         * src/folder.[ch]
7156         * src/imap.c
7157         * src/mbox_folder.c
7158         * src/mh.c
7159         * src/news.c
7160                 folder->get_num_list now returns an error code
7161                 (closes bug [ 609424 ] News cache cleared on failure)
7162                 
7163 2002-10-17 [colin]      0.8.5claws42
7164         
7165         * src/news.c
7166                 Changed a printf by debug_print
7167
7168 2002-10-16 [paul]       
7169
7170         * tools/OOo2sylpheed.pl
7171                 allow for spaces in the name of the
7172                 file to be attached.
7173
7174 2002-10-16 [colin]      0.8.5claws41
7175
7176         * src/main.c
7177                 Use a tristate to change online mode
7178
7179 2002-10-16 [paul]       0.8.5claws40
7180
7181         * po/es.po
7182                 updated by Ricardo Mones Lastra
7183
7184 2002-10-16 [colin]      0.8.5claws39
7185
7186         * src/main.c
7187           src/mainwindow.[ch]
7188                 Added --online and --offline command-line
7189                 switches
7190
7191 2002-10-15 [christoph]  0.8.5claws38
7192
7193         * src/procmime.c
7194                 set mimeinfo->name to NULL after g_free to
7195                 avoid double freeing with g_free
7196
7197 2002-10-14 [christoph]  0.8.5claws37
7198
7199         * src/compose.c
7200         * src/filtering.c
7201         * src/summaryview.c
7202                 remove calls to folder->change_flags that are now
7203                 done by procmsg flag functions (seems it is not
7204                 used by any foldertype anyway)
7205         * src/folder.c
7206                 init folder->change_flags with NULL
7207
7208 2002-10-14 [christoph]  0.8.5claws36
7209
7210         * src/folder.[ch]
7211         * src/imap.[ch]
7212                 use virtual functions for folder item new and destroy
7213                 functions
7214
7215 2002-10-14 [melvin]     0.8.5claws35
7216
7217         * src/compose.c
7218                 Added a test to not run the spell checker if no default
7219                 dictionary is available. No dialog is displayed though.
7220
7221 2002-10-14 [melvin]     0.8.5claws34
7222
7223         * src/gtkaspell.c
7224                 Fixed bug in dictionary list context menu where
7225                 "More..." pointed to an emtpy submenu if the
7226                 number of dictionaries is a multiple of 15
7227                 Removed unneeded code in suggestions list creation
7228
7229 2002-10-14 [paul]       0.8.5claws33
7230
7231         * po/bg.po
7232                 updated by George Danchev
7233
7234 2002-10-13 [hoa]        0.8.5claws32
7235
7236         * src/matcher.[ch]
7237           src/matcher_parser_parser.y
7238                 removed the escaped string from internal structure
7239                 of matcher.
7240
7241 2002-10-12 [colin]      0.8.5claws31
7242
7243         * src/gtksctree.[ch]
7244           src/summaryview.c
7245                 Removed useless function gtksctree_reanchor
7246
7247 2002-10-12 [alfons]     0.8.5claws30
7248         
7249         * sync with remaining main changes 2002-10-09 - 2002-10-11
7250         - drop changes to src/compose.c (requires claws specific changes)
7251         
7252 2002-10-12 [alfons]     0.8.5claws29
7253         
7254         * sync with main changes of 2002-10-08
7255         - drop changes to src/compose.c (requires claws specific changes)
7256         - drop changes to src/summaryview.c (requires changes to compose.c)     
7257
7258 2002-10-12 [alfons]     0.8.5claws28
7259         
7260         * sync with main changes of 2002-10-07
7261
7262 2002-10-12 [alfons]     0.8.5claws27
7263
7264         * sync with main changes of 2002-10-04
7265         - drop changes to src/compose.c (requires claws specific changes)
7266         - drop changes to src/prefs_folder_item.c (claws implementation
7267           seems to be working)
7268
7269 2002-10-12 [colin]      0.8.5claws26
7270
7271         * src/mainwindow.c
7272                 Fix folder-flicker when space-reading, introduced 
7273                 in claws22.
7274
7275 2002-10-12 [colin]      0.8.5claws25
7276
7277         * src/compose.c
7278                 Save account address when saving as draft.
7279                 (closes bug 621838)
7280
7281 2002-10-12 [colin]      0.8.5claws24
7282
7283         * src/summaryview.c
7284                 Fix the problem consisting of no message selected
7285                 after the last message in a folder has been moved.
7286
7287 2002-10-12 [paul]       0.8.5claws23
7288
7289         * src/compose.c
7290           src/prefs_template.c
7291           src/template.[ch]
7292                 add Cc and Bcc to templates. Patch submitted by
7293                 John L. Males.
7294
7295 2002-10-12 [colin]      0.8.5claws22
7296
7297         * src/folderview.c
7298                 Fix a bug after "Check for new messages":
7299                 If a folder was opened, it was still selected at
7300                 the end of the check, but displayed empty.
7301         * src/mainwindow.c
7302                 Remove unnecessary check
7303
7304 2002-10-12 [paul]
7305
7306         * tools/README
7307                 be more verbose in the description of
7308                 OOo2sylpheed.pl
7309                 
7310
7311 2002-10-11 [colin]      0.8.5claws21
7312
7313         * src/mainwindow.c
7314                 Make space work (better) when no mail is selected
7315
7316 2002-10-11 [colin]      0.8.5claws20
7317
7318         * src/inc.c
7319           src/news.c
7320                 fix warnings
7321
7322 2002-10-11 [colin]      0.8.5claws19
7323
7324         * src/mainwindow.c
7325                 revert 0.8.5claws6 changes as i couldn't get to
7326                 anything satisfying
7327
7328 2002-10-11 [melvin]     0.8.5claws18
7329
7330         * src/compose.c
7331                 Removed buggy and unused macro (should have been committed in
7332                 0.8.5claws17)
7333
7334 2002-10-11 [melvin]     0.8.5claws17
7335
7336         * src/compose.c
7337                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7338
7339 2002-10-11 [thorsten]   0.8.5claws16 
7340
7341         * src/folderview.c
7342                 remove rescan warning
7343
7344 2002-10-11 [colin]      0.8.5claws15 
7345
7346         * src/procheader.c
7347                 fix a segfault that happens if conv_unmime_header
7348                 fails (should be better to find out why it fails)
7349
7350 2002-10-11 [christoph]  0.8.5claws14
7351
7352         * src/summaryview.c
7353                 update folderview stats after ignore/unignore thread
7354
7355 2002-10-11 [hoa]        0.8.5claws13
7356
7357         * src/quote_fmt_parse.y
7358                 Fixed a yacc/bison syntax error
7359         * src/matcher.c
7360                 Escaping of string is fixed.
7361
7362 2002-10-11 [colin]      0.8.5claws12
7363
7364         * src/imageview.c
7365                 Resize images to fit
7366
7367 2002-10-11 [paul]       0.8.5claws11
7368
7369         * po/es.po
7370                 updated by Ricardo Mones Lastra
7371
7372 2002-10-10 [alfons]     0.8.5claws10
7373
7374         * src/compose.c
7375                 allow dropping files by "moving" files from a file manager,
7376                 not only by the more cumbersome "copying". the latter 
7377                 mostly implies holding down the Control button
7378
7379 2002-10-10 [christoph]  0.8.5claws9
7380
7381         * src/summaryview.c
7382                 update folders after thread building for ignored threads
7383
7384 2002-10-10 [christoph]  0.8.5claws8
7385
7386         * config/.cvsignore
7387                 added Makefile
7388         * src/filtering.[ch]
7389         * src/folder.[ch]
7390         * src/folderview.[ch]
7391         * src/import.c
7392         * src/inc.[ch]
7393         * src/mbox.[ch]
7394         * src/procmsg.c
7395         * src/summaryview.[ch]
7396                 o added new flag need_update to FolderItem
7397                 o removed folder_table from various functions from tracking
7398                   folder updates
7399                 o set need_update flags in folder.c's move, copy and delete
7400                   functions and procmsg's flags functions
7401                 o added function folderview_update_items_when_required that
7402                   updates all folders with need_update set
7403                 o call folderview_update_items_when_required instead of
7404                   folderview_update_item_foreach
7405
7406 2002-10-09 [sergey]     0.8.5claws7
7407
7408         * src/compose.c
7409                 Strip CRs whel loading the text into editor in reedit mode.
7410
7411 2002-10-09 [colin]      0.8.5claws6
7412
7413         * src/mainwindow.c
7414                 Make Space work when no mail is selected
7415
7416 2002-10-09 [colin]      0.8.5claws5
7417
7418         * src/gtksctree.[ch]
7419                 Fix range_select
7420                 Add gtk_sctree_reanchor() 
7421         * src/summaryview.c
7422                 Use gtk_sctree_reanchor() - better fix for 
7423                 bug 60413
7424
7425 2002-10-09 [colin]      0.8.5claws4
7426
7427         * src/summaryview.c
7428                 Fix shift-click select after delete problem
7429                 (closes bug 60413)
7430
7431 2002-10-08 [thorsten]   0.8.5claws3
7432
7433         * src/summaryview.c
7434                 exclude current msg from -hide read messages-
7435
7436 2002-10-08 [colin]      0.8.5claws2
7437
7438         * src/inc.[ch]
7439           src/pop.c
7440           src/recv.c
7441                 Differentiate socket errors from disk full
7442                 errors
7443
7444 2002-10-08 [christoph]  0.8.5claws1
7445
7446         * Makefile.am
7447         * configure.in
7448                 modifications for new config directory
7449
7450         * config.guess  ** REMOVED **
7451         * config.sub    ** REMOVED **
7452         * install-sh    ** REMOVED **
7453         * ltmain.sh     ** REMOVED **
7454         * missing       ** REMOVED **
7455         * mkinstalldirs ** REMOVED **
7456                 these files are autogenerated by automake
7457                 when you run autogen.sh
7458
7459         * config/.cvsignore     ** NEW FILE **
7460         * config/Makefile.am    ** NEW FILE **
7461                 ignore autogenerated files
7462                 create a Makefile in this directory
7463
7464 2002-10-08 [paul]       0.8.5claws
7465
7466         * 0.8.5claws release
7467         
7468         * src/compose.c
7469           src/procheader.c
7470           src/procmsg.c
7471                 fix quote reply format for newsgroups reply bug
7472                 (thanks to Hoa)
7473                 
7474         * po/en_GB.po
7475           po/pl.po
7476                 updated by me and Witold Wladyslaw Wojciech Wilk
7477                 repectively
7478
7479 2002-10-07 [paul]       0.8.3claws53
7480
7481         * po/it.po
7482           po/pt_BR.po
7483           po/sr.po
7484                 updated messages catalogs, submitted by
7485                 Alessandro Maestri, Fabio Jr.Beneditto 
7486                 and Urke MMI, respectively.
7487
7488 2002-10-07 [christoph]  0.8.3claws52
7489
7490         * src/folder.[ch]
7491         * src/folderview.c
7492         * src/mainwindow.c
7493                 fix new folder ghost message bug
7494                 (closes bug [ 619722 ] wrong count for newly created folders)
7495
7496 2002-10-07 [christoph]  0.8.3claws51
7497
7498         * src/compose.c
7499                 fix news posting problem
7500
7501 2002-10-07 [melvin]     0.8.3claws50
7502
7503         * po/fr.po
7504                 Updated French translation
7505
7506 2002-10-05 [christoph]  0.8.3claws49
7507
7508         * src/gtkstext.c
7509                 check if line_start_cache is set in gtk_stext_update_text
7510                 (closes bug [ 618119 ] crash while doing search in folder)
7511
7512 2002-10-05 [christoph]  0.8.3claws48
7513
7514         * src/imap.c
7515         * src/news.c
7516         * src/utils.c
7517         * src/utils.h
7518                 implement cache cleanups for claws' folder system
7519                 (closes bug [ 595916 ] imapcache not cleaned up)
7520
7521 2002-10-05 [melvin]     0.8.3claws47
7522
7523         * src/prefs_actions.c
7524                 Made the help text more clear for the %p token
7525
7526 2002-10-04 [paul]       0.8.3claws46
7527
7528         * sync with 0.8.5
7529                 see ChangeLog 2002-10-02 and 2002-10-03
7530
7531 2002-10-04 [christoph]  0.8.3claws45
7532
7533         * src/inc.c
7534                 fix segfault caused by pop before smtp
7535                 call to inc_account_mail with NULL
7536                 pointer for mainwin
7537
7538 2002-10-04 [paul]       0.8.3claws44
7539
7540         * configure.in
7541                 sync the LDAP detection from 0.8.5cvs1
7542
7543 2002-10-02 [christoph]  0.8.3claws43
7544
7545         * po/de.po
7546                 fix small spelling error
7547
7548 2002-10-02 [melvin]     0.8.3claws42
7549
7550         * ac/aspell.m4
7551                 Behave better and say "no" when test program cannot be run.
7552
7553 2002-10-02 [paul]       0.8.3claws41
7554
7555         * sync with 0.8.4cvs1
7556                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7557                 
7558         * src/summaryview.c
7559                 toggle the behavior of Reply menuitem between
7560                 normal reply and reply-to-list
7561
7562 2002-10-01 [sergey]     0.8.3claws40
7563
7564         * src/compose.c
7565                 Convert newlines in the message text to the canonical form
7566                 before base64 encoding (RFC2045 compliance, fixes some
7567                 interoperability issues with Evolution 1.0.3)
7568
7569 2002-09-29 [colin]      0.8.3claws39
7570
7571         * src/summaryview.c
7572                 Fix an unwanted copy/paste
7573
7574 2002-09-29 [colin]      0.8.3claws38
7575
7576         * src/mainwindow.c
7577                 Renamed "Custom toolbar" to "Customize toolbar"
7578                 Renamed "Show all header" to "Show all headers"
7579                 Renamed "Set diplay item" to "Set displayed items"
7580         * src/prefs_common.c
7581                 Renamed "Show all header" to "Show all headers"
7582         * src/prefs_summary_column.c
7583                 Renamed "diplay item" to "displayed items"
7584
7585 2002-09-29 [colin]      0.8.3claws37
7586
7587         * src/mainwindow.[ch]
7588                 online/offline status pixmaps follow theme
7589                 changes
7590         * src/summaryview.[ch]
7591                 quicksearch pixmap follows theme changes
7592
7593 2002-09-29 [thorsten]   0.8.3claws36
7594
7595         * src/compose.c
7596           src/prefs_folder_item.[ch]
7597                 add default_reply_to folder option (closes patch 581044)
7598
7599 2002-09-29 [christoph]  0.8.3claws35
7600
7601         * acconfig.h    ** REMOVED **
7602         * configure.in
7603         * ac/aspell.m4
7604         * ac/check-type.m4
7605         * ac/gnupg-check-typedef.m4
7606                 fix autoheader 2.50 warning
7607
7608 2002-09-29 [christoph]  0.8.3claws34
7609
7610         * major code cleanup (part 2)
7611         
7612                 - unused variables removed
7613                 - unused functions removed
7614                 - uninitialized variables checked
7615                 - missing return statements added
7616                 - missing function return types added
7617                 - added parentheses around assignment
7618                   when suggested by gcc
7619
7620 2002-09-29 [alfons]     0.8.3claws33
7621
7622         * src/logwindow.c
7623                 log_window_clear(): only bracket gtk_text_forward_delete() 
7624                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7625                 works around GTK text bug)
7626
7627 2002-09-29 [paul]       0.8.3claws32
7628
7629         * po/bg.po
7630           po/sr.po
7631                 updated by George Danchev and Urke MMI
7632                 respectively
7633
7634 2002-09-27 [christoph]  0.8.3claws31
7635
7636         * doc-src/readme.txt
7637         * doc-src/rfc1806.txt   ** REMOVED **
7638         * doc-src/rfc2183.txt   ** NEW FILE **
7639         * doc-src/rfc2980.txt   ** NEW FILE **
7640                 update rfcs
7641
7642 2002-09-27 [melvin]     0.8.3claws30
7643
7644         * ac/aspell.m4
7645                 Fixed typo which could break linking
7646
7647 2002-09-27 [melvin]     0.8.3claws29
7648
7649         * ac/aspell.m4
7650                 Improved GNU/aspell checking. 
7651                 Fixed bug #614490
7652
7653 2002-09-27 [paul]       0.8.3claws28
7654
7655         * sync with 0.8.3cvs8
7656                 see ChangeLog 2002-09-27
7657
7658 2002-09-26 [colin]      0.8.3claws27
7659
7660         * src/toolbar.[ch]
7661           src/mainwindow.[ch]
7662                 Add "Reply to Mailing-list" to the toolbar
7663
7664 2002-09-26 [christoph]  0.8.3claws26
7665
7666         * src/summaryview.c
7667                 Fix wrong message counts in summaryview status
7668
7669 2002-09-26 [paul]       0.8.3claws25
7670
7671         * sync with 0.8.3cvs7
7672                 see ChangeLog 2002-09-26
7673
7674 2002-09-26 [paul]       0.8.3claws24
7675
7676         * sync with 0.8.3cvs6
7677                 see ChangeLog 2002-09-25
7678
7679 2002-09-25 [christoph]  0.8.3claws23
7680
7681         * src/prefs_common.c
7682         * src/prefs_folder_item.c
7683         * src/prefs_scoring.c
7684                 Renamed "kill score" to "hide score" in GUI
7685                 and prefs files
7686
7687 2002-09-25 [paul]       0.8.3claws22
7688
7689         * sync with 0.8.3cvs5
7690                 see ChangeLog 2002-09-24
7691
7692 2002-09-24 [alfons]     0.8.3claws21
7693
7694         patch by Satoshi Nagayasu: allows appending / saving multiple 
7695         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7696         'Save as ...'")
7697
7698         * AUTHORS
7699                 add Satoshi Nagayasu
7700         * src/summaryview.c
7701                 summary_save_as(): allow saving selected files to
7702                 one file
7703                 summary_set_menu_sensitive: enable "Save As..." when
7704                 multiple files are selected
7705         * src/utils.[ch]
7706                 append_file(): new function
7707
7708 2002-09-24 [colin]      0.8.3claws20
7709
7710         * src/procmime.c
7711                 Fix segfault when mimeinfo doesn't have a 
7712                 content_type. 
7713
7714 2002-09-24 [colin]      0.8.3claws19
7715
7716         * src/prefs_common.[ch]
7717                 Add a preference to display send dialog or not
7718         * src/send.c
7719                 Display send dialog according to preference
7720
7721 2002-09-24 [colin]      0.8.3claws18
7722
7723         * src/compose.[ch]
7724                 Disable user actions when sending
7725
7726 2002-09-24 [colin]      0.8.3claws17
7727
7728         * src/procmime.c
7729                 Do not display name or filename for attachments
7730                 with an application/pgp-signature type
7731                 (security flaw, see bug 537413)
7732
7733 2002-09-23 [colin]      0.8.3claws16
7734
7735         * src/editaddress.c
7736                 Initialize entry_email, entry_alias and 
7737                 entry_remarks to first email address of the list
7738
7739 2002-09-23 [colin]      0.83claws15
7740
7741         * src/compose.c
7742                 Drop pgp-signature when reediting a signed queued
7743                 message
7744
7745 2002-09-23 [melvin]     0.8.3claws14
7746
7747         * po/fr.po
7748                 Updated French translation
7749
7750 2002-09-23 [melvin]     0.8.3claws13
7751
7752         * src/mainwindow.c
7753                 Made custom toolbar menu labels more consistent
7754         * src/prefs_toolbar.c
7755                 Made custom toolbar window title more consistent
7756
7757 2002-09-22 [colin]      0.8.3claws12
7758
7759         * src/inc.c
7760                 Initialize session type to normal before getting 
7761                 mail (fixes strange Get behaviour)
7762         * src/prefs_account.h
7763                 Move STYPE_POP_BEFORE_SMTP to last position to 
7764                 avoid other side-effects
7765
7766 2002-09-22 [colin]      0.8.3claws11
7767
7768         * src/prefs_account.c
7769                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7770                 from pop3 to apop or vice-versa
7771
7772 2002-09-22 [colin]      0.8.3claws10
7773         
7774         * src/prefs_account.[ch]
7775                 Add an option for the POP before SMTP timeout
7776         * src/inc.c
7777                 Remember time of last POP connection
7778         * src/send.c
7779                 Do POP before SMTP only if timeout reached
7780
7781 2002-09-22 [oliver]     0.8.3claws9
7782         
7783         * README.claws
7784                 explain custom toolbar
7785
7786 2002-09-22 [oliver]     0.8.3claws8
7787
7788         * src/prefs_actions.[ch]
7789         custom toolbar for compose      
7790                 actions callback from compose toolbar
7791         * src/folderview.c
7792                 remove include toolbar.h
7793
7794 2002-09-22 [oliver]     0.8.3claws7
7795         
7796         * src/prefs_toolbar.[ch]
7797                 custom toolbar for compose
7798                 - generic prefs_toolbar handles both
7799                   Mainwin's toolbar as well as Compose toolbar          
7800
7801 2002-09-22 [oliver]     0.8.3claws6
7802         
7803         * src/toolbar.[ch]
7804                 custom toolbar for compose
7805                 restructure toolbar.[ch]
7806
7807 2002-09-22 [oliver]     0.8.3claws5
7808
7809         * src/compose.[ch]
7810                 custom toolbar for compose
7811
7812 2002-09-22 [oliver]     0.8.3claws4
7813         
7814         * src/mainwindow.[ch]
7815                 custom toolbar for compose 
7816                 move mainwin toolbar back to mainwindow
7817
7818 2002-09-22 [alfons]     0.8.3claws3
7819
7820         * src/procmsg.c
7821                 :%sno/if(/if (/gc
7822                 :%sno/for(/for (/gc
7823                 (beautify)
7824
7825 2002-09-22 [alfons]     0.8.3claws2
7826         
7827         * src/procmsg.c
7828                 procmsg_save_to_outbox(): don't unlink message file from queue;
7829                 callers should do it using folder_item_remove_msg()
7830
7831 2002-09-22 [colin]      0.8.3claws1
7832
7833         * src/mimeview.[ch]
7834                 Made mimeview_check_signature() public
7835         * src/textview.c
7836                 Made GPG signatures verifiable by clicking
7837                 the [application/pgp-signature] in the Text
7838                 view
7839
7840 2002-09-22 [paul]       0.8.3claws
7841
7842         * po/bg.po
7843           po/en_GB.po
7844           po/es.po
7845           po/it.po
7846           po/pl.po
7847           po/pt_BR.po
7848           po/sr.po
7849                 updated translations, submitted by George Danchev,
7850                 me, Ricardo Mones Lastra, Alessandro Maestri,
7851                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7852                 and Urke MMI, respectively.     
7853
7854 2002-09-22 [alfons]     0.8.2claws65
7855
7856         * src/procmsg.c
7857         * src/pgptext.c
7858                 no furry valgrinds have been used to plug these memleaks
7859
7860 2002-09-20 [paul]       0.8.2claws64
7861
7862         * sync with 0.8.3cvs4
7863                 'Select thread' re-implemented 
7864                 see ChangeLog 2002-09-20
7865
7866 2002-09-21 [alfons]     0.8.2claws63
7867
7868         * src/compose.c
7869                 compose_send(): plug unnoticed memleak
7870
7871 2002-09-20 [alfons]     0.8.2claws62
7872
7873         * src/addr_compl.c
7874                 replace_address_in_edit(): strict check for NULL address to
7875                 fix "[ 607348 ] Segfault in address completion". My guess is
7876                 that this happens with an empty address book, but it's good
7877                 to have this check here anyway
7878                 
7879                 completion_window_button_press(): free string returned 
7880                 from the internal cache
7881
7882 2002-09-20 [christoph]  0.8.2claws61
7883
7884         * src/procmime.h
7885                 added ENC_BINARY to EncodingType
7886         * src/procmime.c
7887                 the string returned by procmime_get_encoding_str
7888                 should not depend on the order of values in the
7889                 EncodingType definition
7890         * doc-src/rfc1806.txt   ** NEW FILE **
7891                 Added rfc1806 about MIME Content-Disposition
7892                 Extension
7893
7894 2002-09-19 [paul]       0.8.2claws60
7895
7896         * sync with 0.8.2cvs3
7897                 see ChangeLog 2002-09-19
7898
7899 2002-09-19 [paul]       0.8.2claws59
7900
7901         * src/prefs_folder_item.c
7902                 revert to Darko's original alignment of colour
7903                 selector button
7904                 add a colon to folder_color label
7905                 
7906         * src/compose.c
7907                 add Colin's patch (with Hiro's modifications) to 
7908                 force BASE64 encoding for 8-bit text when signing
7909                 (sync with 0.8.3cvs2)
7910
7911 2002-09-18 [alfons]     0.8.2claws58
7912
7913         * src/compose.c
7914                 :%sno/if(/if (/gc
7915                 :%sno/for(/for (/gc
7916                 (beautify a little bit)
7917
7918 2002-09-18 [christoph]  0.8.2claws57
7919
7920         * src/pine.c
7921                 fix handling of fgetc return value
7922
7923 2002-09-17 [alfons]     0.8.2claws56
7924         
7925         * src/summaryview.c
7926                 summary_sort(): check non-NULL summaryview->folder_item when no 
7927                 folder is selected at all
7928                 (closes "[ 610344 ] sort label make syl Crash")
7929
7930 2002-09-17 [alfons]     0.8.2claws55
7931         
7932         * src/compose.c
7933                 beautify a little bit
7934
7935 2002-09-17 [christoph]  0.8.2claws54
7936
7937         * src/folder.c
7938                 initialize max values for cache and folder
7939                 when cache or folder is empty
7940
7941 2002-09-15 [colin]      0.8.2claws53
7942
7943         * src/compose.c
7944                 Fix a leak (thanks Alfons!) and cleaned
7945                 variables names for custom headers
7946
7947 2002-09-15 [colin]      0.8.2claws52
7948
7949         * src/compose.c
7950                 Fix custom headers recognition when
7951                 prefs_common.trans_hdr is on
7952
7953 2002-09-15 [colin]      0.8.2claws51
7954
7955         * src/compose.c
7956                 Allow dynamically-added custom headers
7957                 Yet not reparsed if reedited
7958
7959 2002-09-15 [alfons]     0.8.2claws50
7960
7961         * src/prefs_account.c
7962                 fix warnings
7963
7964 2002-09-15 [colin]      0.8.2claws49
7965         
7966         * src/prefs_account.c
7967                 fix pop_before_smtp sensitivity
7968
7969 2002-09-15 [colin]      0.8.2claws48
7970
7971         * src/inc.[ch]
7972                 add inc_pop_before_smtp()
7973                 allow MainWindow to be undefined in 
7974                 inc_account_mail() and inc_start()
7975         * src/pop.c
7976           src/prefs_account.h
7977                 add STYPE_POP_BEFORE_SMTP session type
7978         * src/prefs_account.c
7979                 activated pop before smtp option
7980         * src/send.c
7981                 do pop before smtp if the relevant option 
7982                 is set
7983
7984 2002-09-15 [paul]       0.8.2claws47
7985
7986         * sync with 0.8.3
7987                 see ChangeLog 2002-09-15
7988
7989 2002-09-14 [paul]       0.8.2claws46
7990
7991         * po/bg.po
7992                 updated Bulgarian translation, submitted by
7993                 George Danchev
7994
7995 2002-09-13 [paul]       0.8.2claws45
7996
7997         * src/compose.c
7998                 merge claws' select_account() with main's
7999                 (new) compose_select_account(). [sync with
8000                 0.8.2cvs15, see ChangeLog 2002-09-11]
8001
8002 2002-09-12 [christoph]  0.8.2claws44
8003
8004         * src/filter.c
8005                 allocate 1 elements of FolderItem not 0
8006
8007 2002-09-12 [colin]      0.8.2claws43
8008
8009         * src/compose.c
8010                 Fix bug #590825 (obey Follow-up: poster)
8011
8012 2002-09-12 [colin]      0.8.2claws42
8013
8014         * src/procmime.c
8015                 Fix bug #557009 (wrong headers for messages 
8016                 forwarded as attachments)
8017
8018 2002-09-11 [colin]      0.8.2claws41
8019         
8020         * src/compose.c
8021                 Put SCF: pseudo-header on top of message
8022                 Set draft tmp_flag when saved as draft
8023
8024         * src/procmsg.c
8025           src/procheader.c
8026                 Skip after first \n\n for beginning of real message
8027                 for drafts too
8028
8029 2002-09-11 [christoph]  0.8.2claws40
8030
8031         * src/filtering.c
8032                 use procmsg flag functions in filtering or processing
8033                 will cause incorrect folder message counts
8034
8035 2002-09-11 [colin]      0.8.2claws39
8036
8037         * src/compose.c
8038                 Fix bug #550175 - wrong save folder when reediting
8039                 drafts
8040
8041 2002-09-11 [paul]       0.8.2claws38
8042
8043         * sync with 0.8.2cvs14
8044                 see ChangeLog 2002-09-11
8045
8046 2002-09-11 [colin]      0.8.2claws37
8047
8048         * src/folder.c
8049                 Fix a typo (seeming to cause new/unread status to
8050                 be lost)
8051
8052 2002-09-10 [christoph]  0.8.2claws36
8053
8054         * src/compose.c
8055                 compose_redirect should not use compose_generic_new
8056                 because that does more stuff than expected including
8057                 opening the external editor
8058                 (closes bug "[ 526608 ] bounced messages appear blank
8059                  in editor")
8060
8061 2002-09-10 [christoph]  0.8.2claws35
8062
8063         * src/folder.c
8064                 fix problem with too large message number range
8065                 causing a crash in folder_item_scan
8066
8067 2002-09-10 [paul]       0.8.2claws34
8068
8069         * sync with 0.8.2cvs13
8070                 see ChangeLog 2002-09-10
8071
8072 2002-09-10 [christoph]  0.8.2claws33
8073
8074         * src/msgcache.c
8075                 set MsgInfo TmpFlags for queue and draft folders
8076                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8077
8078 2002-09-10 [paul]       0.8.2claws32
8079
8080         * AUTHORS
8081           po/bg.po      ** NEW FILE **
8082                 new Bulgarian translation submitted by
8083                 George Danchev <danchev@spnet.net>
8084                 
8085         * tools/Makefile.am
8086           tools/README
8087           tools/tb2sylpheed     ** NEW FILE **
8088                 add script that converts an addressbook exported
8089                 from The Bat! into a Sylpheed addressbook. Submitted
8090                 by Urke MMI <urke-kg@eunet.yu>
8091
8092 2002-09-10 [paul]       0.8.2claws31
8093
8094         * sync with 0.8.2cvs12
8095                 see ChangeLog 2002-09-10
8096
8097 2002-09-06 [paul]       0.8.2claws30
8098
8099         * src/prefs_common.c
8100                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8101                 
8102         * tools/Makefile.am
8103           tools/README
8104           tools/ldif-to-xml.py  ** REMOVED **
8105                 remove obsolete python script
8106
8107 2002-09-06 [paul]       0.8.2claws29
8108
8109         * sync with 0.8.2cvs10
8110                 see ChangeLog 2002-09-06
8111
8112 2002-09-04 [paul]       0.8.2claws28
8113
8114         * sync with 0.8.2cvs9
8115                 see ChangeLog 2002-08-04
8116
8117 2002-09-04 [colin]      0.8.2claws27 
8118
8119         * src/prefs_common.[ch]
8120                 Added signature color configuration
8121         * src/textview.c
8122                 Use user-specified signature color
8123
8124 2002-09-03 [colin]      0.8.2claws26
8125
8126         * src/prefs_common.[ch]
8127                 Added autosave and autosave_length prefs
8128         * src/compose.c
8129                 Added compose_remove_draft()
8130                 Auto-save drafts according to the prefs
8131         * src/main.c
8132                 Added a crash-indicator file, allowing to check
8133                 for new messages on startup if Sylpheed crashed
8134                 (makes saved drafts "reappear")
8135
8136 2002-09-03 [colin]      0.8.2claws25
8137
8138         * src/textview.[ch]
8139                 Grey the signature
8140
8141 2002-09-03 [paul]       0.8.2claws24
8142
8143         * sync with 0.8.2cvs8
8144                 see ChangeLog 2002-09-02 and 2002-09-03
8145
8146 2002-09-03 [darko]      0.8.2claws23
8147
8148         * src/folderview.c
8149                 use normal style when creating new folder to pick
8150                 proper font size 
8151
8152 2002-09-02 [melvin]     0.8.2claws22
8153
8154         * src/gtkaspell.m4
8155                 removed some obsolete code
8156
8157 2002-09-02 [melvin]     0.8.2claws21
8158
8159         * ac/aspell.m4
8160                 fixed test's equality sign (== to =)
8161
8162 2002-09-02 [alfons]     0.8.2claws20
8163
8164         * src/folder.c
8165         * src/mh.c
8166                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8167                 as folder->destroy virtual as suggested by Hiro
8168                 (the mh.c code seems to have been lost around mh.c.1.21)
8169
8170 2002-09-02 [paul]       0.8.2claws19
8171
8172         * po/pt_BR.po
8173                 updated by Fabio Jr. Beneditto
8174                 
8175         * src/defs.h
8176                 use 'http://claws.sylpheed.org' for homepage link. 
8177                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8178
8179 2002-09-01 [alfons]     0.8.2claws18
8180
8181         * src/mh.c
8182                 plug memleak related to one Martin Kluge found
8183
8184 2002-08-31 [paul]       0.8.2claws17
8185
8186         * sync with 0.8.2cvs6
8187                 see ChangeLog 2002-08-30
8188
8189 2002-08-31 [alfons]     0.8.2claws16
8190
8191         * src/folder.c
8192                 folder_destroy(): remove mailbox from folderlist even if it has
8193                 no destroy virtual
8194
8195 2002-08-31 [alfons]     0.8.2claws15
8196
8197         * src/folder.c
8198                 :%sno/if(/if (/gc
8199                 :%sno/for(/for (/gc
8200                 (being pedantic I know)
8201
8202 2002-08-31 [alfons]     0.8.2claws14
8203
8204         * src/folder.c
8205                 check for NULL pointers returned from folder->fetch_msginfo virtual
8206                 (should solve some reported crashes)
8207
8208 2002-08-30 [alfons]     0.8.2claws13
8209
8210         * acconfig.h
8211         * configure.in
8212         * src/crash.c
8213                 enable crash dialog on compilation time
8214                 (--enable-crash-dialog configure option)
8215
8216 2002-08-30 [alfons]     0.8.2claws12
8217
8218         * AUTHORS
8219                 add Martin Kluge
8220         * src/mh.c
8221                 apply memory leak plug patch by Martin Kluge
8222                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8223                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8224                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8225
8226 2002-08-30 [darko]      0.8.2claws11
8227
8228         * src/folderview.c
8229                 copy Gtk style from normal style to match
8230                 font size for coloured folders
8231
8232 2002-08-29 [alfons]     0.8.2claws10
8233
8234         * sylpheed.desktop
8235                 Type=Internet <- Type=Application
8236                 (reported by Michael Schwendt, see:
8237                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8238                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8239
8240 2002-08-29 [paul]       0.8.2claws9
8241
8242         * sync with 0.8.2cvs5
8243                 see ChangeLog 2002-08-29
8244
8245 2002-08-29 [colin]      0.8.2claws8
8246
8247         * src/summaryview.c
8248                 Added a sanity check in summary_select_thread
8249                 Should fix bug 601605
8250
8251 2002-08-29 [colin]      0.8.2claws7
8252
8253         * src/main.c
8254                 Revert claws6 changes regarding bug #591676
8255
8256 2002-08-28 [colin]      0.8.2claws6
8257         
8258         * src/main.c
8259                 Ignore cache for queue folderitems
8260                 Fix bug #591676
8261
8262 2002-08-28 [melvin]     0.8.2claws5
8263
8264         * README.claws
8265                 Fixed typos.
8266
8267 2002-08-28 [melvin]     0.8.2claws4
8268
8269         * README.claws
8270                 Updated a bit the text concerning the spell checker
8271
8272 2002-08-28 [melvin]     0.8.2claws3
8273
8274         Merged the GNU_aspell_branch:
8275                 Support of new GNU/aspell is now included and the old pspell
8276                 is not supported anymore.
8277                 See README.claws
8278
8279         * README.claws
8280                 Updated spell checker text to reflect the switch to GNU/aspell
8281
8282         * ac/aspell.m4          *** NEW ***
8283         * src/gtkaspell.[ch]    *** NEW *** 
8284         * ac/pspell.m4          *** DELETED *** 
8285         * src/gtkspell.[ch]     *** DELETED ***
8286
8287         * ac/Makefile.am
8288                 Updated for GNU/aspell support
8289
8290         * po/POTFILES.in
8291                 Replaced gtkspell.c by gtkaspell.c
8292
8293         * acconfig.h
8294         * src/Makefile.am
8295         * src/about.c
8296         * src/compose.[ch]
8297         * src/crash.c
8298         * src/main.c
8299         * src/prefs_common.[ch]
8300                 Updated for GNU/aspell support
8301
8302 2002-08-28 [paul]       0.8.2claws2
8303
8304         * sync with 0.8.2cvs4
8305                 see ChangeLog 2002-08-27 and 2002-08-28
8306
8307 2002-08-28 [colin]      0.8.2claws1
8308
8309         * src/summary_search.c
8310                 Added "AND search"
8311
8312 2002-08-28 [jens]       0.8.2claws
8313
8314         *po/de.po
8315                 Updated German translations
8316
8317 2002-08-27 [melvin]     0.8.2claws
8318
8319         * po/fr.po
8320                 Updated French translations
8321
8322 2002-08-27 [paul]       0.8.2claws
8323
8324         * sync with 0.8.2 main release
8325
8326         * po/en_GB.po
8327           po/es.po
8328           po/it.po
8329           po/pl.po
8330           po/pt_BR.po
8331           po/sr.po
8332                 updated message catalogs submitted by
8333                 Ricardo Mones Lastra, Alessandro Maestri,
8334                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8335                 Beneditto and Urke MMI  
8336
8337 2002-08-27 [hoa]        0.8.1claws123
8338
8339         * src/mainwindow.[ch]
8340         * src/summaryview.[ch]
8341                 removed the "filter setting" menu option.
8342                 add a "cancel a news message" menu option.
8343
8344 2002-08-26 [martin]     0.8.1claws122
8345
8346         * ChangeLog.claws
8347                 changed string under 0.8.1claws79 changed by myself
8348                 i'm sorry alfons :(
8349
8350 2002-08-26 [martin]     0.8.1claws121
8351
8352         * src/crash.c
8353                 added kill command to debuggerrc to start crash dialog
8354
8355 2002-08-26 [paul]       0.8.1claws120
8356
8357         * sync with 0.8.1cvs31
8358                 see ChangeLog 2002-08-26
8359
8360 2002-08-25 [alfons]     0.8.1claws119
8361
8362         * src/procmsg.c
8363                 fix bug that didn't send out correct headers to news server
8364                 when sending news article and email from queue (bug reported
8365                 and patch provided by Tim Mann; closes bug 
8366                 "[ 583196 ] 0.7.8claws can't post news")
8367
8368 2002-08-25 [alfons]     0.8.1claws118
8369
8370         * src/selective_download.c
8371                 mark two strings as translatable
8372                 (thanks to Urke MMI for pointing this out)
8373
8374 2002-08-25 [alfons]     0.8.1claws117
8375
8376         * src/summaryview.c
8377                 treat sent boxes as special and allow sorting them by addressee
8378                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8379                 submitted by Steve Lamb)
8380
8381 2002-08-24 [alfons]     0.8.1claws116
8382
8383         * src/matcher.c
8384                 fix memleak reported by Martin Kluge
8385                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8386
8387 2002-08-24 [oliver]     0.8.1claws115
8388
8389         * src/prefs_toolbar.c
8390                 o code cleanup as suggested by Alfons
8391                 o memleak fix
8392
8393 2002-08-24 [alfons]     0.8.1claws114
8394
8395         * src/summaryview.c
8396                 o fix another memory leak reported by Martin Kluge
8397                   (see "[ 599568 ] Small Memory Leak")
8398                 o remove 'from' variable from 'summary_set_header()'; we can
8399                   do with just 'to' 
8400
8401 2002-08-24 [paul]       0.8.1claws113
8402
8403         * sync with 0.8.1cvs30
8404                 see ChangeLog 2002-08-23
8405
8406 2002-08-24 [alfons]     0.8.1claws112
8407
8408         * src/summaryview.c
8409                 remove unnecessary allocations for search bar fixing leaks
8410                 reported by Martin Kluge
8411                 (see "[ 599451 ] Further memory leaks?")
8412
8413 2002-08-24 [alfons]     0.8.1claws111
8414
8415         * src/main.c
8416                 make get_socket_name() public for crash.c
8417         * src/crash.c
8418                 o make report bug button work (goes to claws' 
8419                   bug tracker at sf.net)
8420                 o introduce function for doing important stuff just
8421                   before claws goes down
8422                 o clean up code 
8423
8424 2002-08-24 [alfons]     0.8.1claws110
8425
8426         * src/compose.c
8427                 move cursor to "To" entry when forwarding as attachment
8428                 (reported and solved by Steve Lamb, closes bug report
8429                 "[ 592880 ] Forward as attachment; cursor not in to")
8430
8431 2002-08-24 [colin]      0.8.1claws109
8432
8433         * src/mainwindow.c
8434                 fix quick search visibility after GUI (de)separations.
8435
8436 2002-08-23 [colin]      0.8.1claws108
8437
8438         * src/mainwindow.c
8439                 fix header pane visibility after folderview or
8440                 messageview (de)separation
8441
8442 2002-08-23 [paul]       0.8.1claws107
8443
8444         * src/mainwindow.[ch]
8445           src/toolbar.c
8446                 give full control of display or non-display 
8447                 of the Execute icon to Custom toolbar settings.
8448                 add new sensitivity condition to maninwindow.h: 
8449                 M_DELAY_EXEC
8450
8451         * ChangeLog
8452           ChangeLog.jp
8453           NEWS
8454                 more sync with 0.8.1cvs29
8455
8456 2002-08-23 [melvin]     0.8.1claws106
8457
8458         * src/alertpanel.c
8459                 Readded support for custom widget in alertpanel lost in last
8460                 sync.
8461
8462 2002-08-23 [paul]       0.8.1claws105
8463
8464         * sync with 0.8.1cvs29
8465                 see ChangeLog 2002-08-23
8466
8467 2002-08-23 [colin]      0.8.1claws104
8468
8469         * src/summaryview.c
8470                 Fix folder and search pixmaps exchanging positions
8471                 after theme or toolbar changes. Thank to Oliver for 
8472                 reporting this.
8473
8474 2002-08-23 [colin]      0.8.1claws103
8475
8476         * src/mainwindow.c
8477           src/messageview.[ch]
8478           src/noticeview.[ch]
8479           src/summaryview.c
8480                 Changed messageview_create() and noticeview_create()
8481                 to avoid the last gdk_warning
8482
8483 2002-08-22 [colin]      0.8.1claws102
8484
8485         * src/summaryview.c
8486                 Fix my new `Creating pixmap from xpm' warning
8487
8488 2002-08-22 [colin]      0.8.1claws101
8489
8490         * src/mainwindow.c
8491                 Fix some of the gdk warnings
8492
8493 2002-08-22 [colin]      0.8.1claws100
8494
8495         * src/Makefile.am
8496         * src/stock_pixmap.c
8497         * src/stock_pixmap.h
8498         * src/pixmaps/quicksearch.xpm *ADDED*
8499                 Add the quicksearch pixmap
8500         * src/mainwindow.c
8501         * src/summaryview.c
8502         * src/summaryview.h
8503                 Make quicksearch bar visible/hidden via a button
8504
8505 2002-08-22 [christoph]  0.8.1claws99
8506
8507         * src/folder.c
8508                 fix folder update for newsgroups with message
8509                 numbers below minimum number of articles to fetch
8510                 (closes bug #598445)
8511
8512 2002-08-22 [paul]       0.8.1claws98
8513
8514         * sync with 0.8.1cvs28
8515                 see ChangeLog 2002-08-22
8516
8517 2002-08-21 [alfons]     0.8.1claws97
8518
8519         * src/crash.c
8520                 use bt instead of bt full which seems to work 
8521                 better, and bt full doesn't give a great deal 
8522                 of information anyway
8523
8524 2002-08-21 [colin]      0.8.1claws96
8525
8526         * src/summaryview.c
8527                 fix summaryview_searchtype_changed prototype
8528
8529 2002-08-21 [christoph]  0.8.1claws95
8530
8531         * src/mainwindow.c
8532                 o fix broken menu update for sorting type, we have to
8533                   get this info from the summaryview now
8534                 o removed setting of threaded state in menu callback
8535         * src/summaryview.[ch]
8536                 more summaryview/folderitem seperation for
8537                 threading option
8538         * configure.in
8539                 removed not required --with-compiler-flags option
8540
8541 2002-08-21 [oliver]     0.8.1claws94
8542         
8543         * src/toolbar.h 
8544                 o rename toolbar.xml to toolbar_main.xml
8545                   since toolbar_compose.xml might come up 
8546                   any time soon
8547         * README.claws
8548                 add custom toolbar              
8549
8550 2002-08-21 [darko]      0.8.1claws93
8551
8552         * src/procmsg.c
8553                 don't reset tmp flags for messages copied
8554                 to sent folder
8555
8556 2002-08-21 [colin]      0.8.1claws92
8557         
8558         * src/prefs_filtering.c
8559                 fix renaming rules on folder rename 
8560                 when folder is not a leaf folder
8561
8562 2002-08-21 [paul]       0.8.1claws91
8563
8564         * src/prefs_folder_item.c
8565                 fix alignment of colour selector
8566
8567 2002-08-21 [paul]       0.8.1claws90
8568
8569         * sync with 0.8.1cvs27
8570                 see ChangeLog 2002-08-21
8571
8572 2002-08-21 [paul]       0.8.1claws89
8573
8574         * src/summaryview.c
8575                 fix crash when changing field type in
8576                 Quick search bar
8577
8578 2002-08-21 [colin]      0.8.1claws88
8579
8580         * src/summaryview.c
8581                 Made quick search case-insensitive
8582
8583 2002-08-21 [paul]       0.8.1claws87
8584
8585         * sync with 0.8.1cvs26
8586                 see ChangeLog 2002-08-21
8587
8588 2002-08-20 [christoph]  0.8.1claws86
8589
8590         * src/folderview.c
8591         * src/main.c
8592         * src/summaryview.[ch]
8593                 more summaryview/folderitem seperation for
8594                 sort_key and sort_type
8595         * src/procmsg.c
8596                 added missing return statement
8597
8598 2002-08-20 [colin]      0.8.1claws85
8599
8600         * src/summaryview.[ch]
8601                 Added a quick search box
8602         * src/mainwindow.c
8603         * src/prefs_common.[ch]
8604                 Added a show/hide option for the quick search
8605
8606 2002-08-20 [oliver]     0.8.1claws84
8607         
8608         * src/mainwindow.c
8609                 remove toolbar_create_popups
8610         * src/toolbar.[ch]
8611                 o remove toolbar_create_popups
8612                 o fix toolbar_set_sensitive 
8613                   (Bug reports #596834 and #596832)     
8614         * src/prefs_toolbar.c
8615                 o add "Set default" button
8616                 o align label and text + combo widgets
8617
8618 2002-08-20 [hoa]        0.8.1claws83bis
8619
8620         * src/imap.c
8621                 fixed a bug in imap_fetch_msginfo() in case there is no
8622                 current folder.
8623
8624 2002-08-20 [darko]      0.8.1claws83
8625
8626         * src/folderview.c
8627                 copy the color style of folder view so it
8628                 works with GTK themes
8629
8630 2002-08-20 [darko]      0.8.1claws82
8631
8632         * src/folder.h
8633         * src/folderview.c
8634         * src/prefs_folder_item.[hc]
8635                 don't use UI stuff in folder.h
8636
8637 2002-08-20 [darko]      0.8.1claws81
8638
8639         * src/folder.h
8640         * src/prefs_folder_item.h
8641         * src/folderview.c
8642         * src/prefs_folder_item.c
8643                 ability to set folder color in folderview
8644
8645 2002-08-19 [alfons]     0.8.1claws80
8646
8647         * src/summaryview.c
8648                 fix one of the earlier memleaks reported by Martin Kluge
8649
8650 2002-08-19 [alfons]     0.8.1claws79
8651
8652         * src/mainwindow.c
8653                 hide notice view when selecting seperate folder
8654                 view (reported by Urke MMI)
8655
8656 2002-08-19 [christoph]  0.8.1claws78
8657
8658         * src/folderview.c
8659         * src/prefs_folder_item.h
8660         * src/summaryview.[ch]
8661                 o add summary_set_prefs_from_folderitem to set
8662                   summaryview prefs (first step to remove all
8663                   references to the folderitem in summaryview)
8664                 o moved compiled regex stuff from folderitem prefs
8665                   to summaryview code
8666
8667 2002-08-19 [paul]       0.8.1claws77
8668
8669         * src/compose.c
8670                 add check for '.' to QUOTE_IF_REQUIRED
8671
8672 2002-08-19 [paul]       0.8.1claws76
8673
8674         * src/inc.c
8675                 sync with 0.8.1cvs25 (plug memory leak)
8676
8677         * src/prefs_toolbar.c
8678                 re-order prefs_toolbar_cancel()
8679
8680 2002-08-18 [alfons]     0.8.1claws75
8681
8682         * src/inc.c
8683         * src/matcher.c
8684                 plug other memleaks reported by Martin Kluge
8685
8686 2002-08-18 [paul]       0.8.1claws74
8687
8688         * po/pt_BR.po
8689                 updated by Fabio Jr. Beneditto
8690
8691 2002-08-18 [paul]       0.8.1claws73
8692
8693         * src/toolbar.[ch]
8694                 fix bug where tooltips were displayed untranslated              
8695
8696         * src/prefs_toolbar.c
8697                 fix bug where clicking 'Cancel' creates an icon & text
8698                 toolbar regardless of prefs
8699         
8700
8701 2002-08-17 [oliver]     0.8.1claws72
8702
8703         * src/prefs_toolbar.c
8704                 update toolbar on CANCEL
8705                 bug reported by Martin Kluge
8706         * src/toolbar.c
8707                 toolbar_destroy memleak fixed           
8708
8709 2002-08-17 [alfons]     0.8.1claws71
8710
8711         * src/toolbar.c
8712                 plug another memleak reported by Martin Kluge
8713
8714 2002-08-16 [alfons]     0.8.1claws70
8715
8716         * src/crash.c
8717                 use execvp() correctly (suggested by wwp; thanks!)
8718
8719 2002-08-16 [alfons]     0.8.1claws69
8720
8721         * src/gtksctree.c
8722                 plug memory leak reported by Kim Schultz & Martin Kluge
8723
8724 2002-08-16 [paul]       0.8.1claws68
8725
8726         * po/es.po
8727                 updated by Ricardo Mones Lastra
8728
8729 2002-08-16 [paul]       0.8.1claws67
8730
8731         * src/toolbar.h
8732                 fix bug where 'Compose News' icon showed wrong
8733                 tooltip
8734
8735 2002-08-16 [paul]       0.8.1claws66
8736
8737         * sync with 0.8.1cvs24
8738                 see ChangeLog 2002-08-16
8739
8740         * po/it.po
8741                 updated by Alessandro Maestri
8742
8743 2002-08-15 [paul]       0.8.1claws65
8744
8745         * po/sr.po
8746                 updated by Urke MMI
8747
8748 2002-08-15 [paul]       0.8.1claws64
8749
8750         * src/*.c
8751                 don't translate debug info
8752
8753         * src/matcher.[ch]
8754                 add copyright info
8755
8756 2002-08-15 [paul]       0.8.1claws63
8757
8758         * src/prefs_toolbar.c
8759                 fix bug where clicking 'OK' creates an icon & text
8760                 toolbar regardless of prefs
8761
8762 2002-08-14 [alfons]     0.8.1claws62
8763
8764         * src/main.c
8765                 add global var that has the full argv[0]
8766         * src/crash.c
8767                 o execvp the correct sylpheed by using argv0
8768                   and setting the correct work dir
8769                 o other tweaks  
8770
8771 2002-08-14 [oliver]     0.8.1claws61
8772         
8773         * enable/disable Toolbar Action Buttons 
8774         * code cleanups
8775         * src/mainwindow.c
8776         * src/toolbar.[ch]      
8777         * src/prefs_toolbar.c   
8778
8779 2002-08-14 [melvin]     0.8.1claws60
8780
8781         * po/fr.po
8782                 Updated French translations
8783
8784 2002-08-14 [melvin]     0.8.1claws59
8785
8786         * src/crash.c
8787                 Made bug report not translatable
8788         * src/exporthtml.c
8789                 Fixed exporthtml_build_filespec() return value
8790         * src/foldersel.c
8791                 Fixed incorrect include file
8792         * src/gtkspell.c
8793         * src/prefs_actions.c
8794         * src/prefs_toolbar.c
8795                 Made debug info not translatable
8796         * src/mutt.c
8797         * src/quote_fmt.c
8798                 Added missing includes
8799         * src/prefs_common.c
8800                 Fixed typo
8801
8802 2002-08-14 [paul]       0.8.1claws58
8803
8804         * faq/es/sylpheed-faq.html
8805           faq/es/sylpheed-faq-[1-3].html
8806           faq/es/sylpheed-faq-4.html     **NEW FILE **
8807                 update Spanish FAQ
8808
8809 2002-08-13 [christoph]  0.8.1claws57
8810
8811         * src/procmsg.c
8812                 ignore thread fix that did not mark all
8813                 child nodes of a ignored thread as
8814                 ignored. Does not work perfectly yet,
8815                 but it is better now
8816
8817 2002-08-13 [alfons]     0.8.1claws56
8818
8819         * src/crash.c
8820                 o implement 'save crash log'
8821                 o some tweaks
8822
8823 2002-08-13 [melvin]     0.8.1claws55
8824
8825         * src/main.c
8826                 removed unrequired "execinfo.h" header
8827
8828 2002-08-12 [paul]       0.8.1claws54
8829
8830         * faq/en/sylpheed-faq.html
8831           faq/en/sylpheed-faq-[1-3].html
8832           faq/en/sylpheed-faq-4.html     **NEW FILE **
8833                 update English FAQ
8834
8835 2002-08-12 [alfons]     0.8.1claws53
8836
8837         * po/POTFILES.in
8838                 add crash.c to translatables
8839         * src/crash.c
8840                 bring in Leandro's crash dialog
8841
8842 2002-08-11 [alfons]     0.8.1claws52
8843
8844         * src/crash.c
8845                 clean up some warnings
8846
8847 2002-08-11 [alfons]     0.8.1claws51
8848
8849         * acconfig.h
8850         * configure.in
8851         * src/crash.[ch]        ** NEW FILES **
8852         * src/main.c            
8853                 initial gdb crash handler
8854
8855 2002-08-11 [paul]       0.8.1claws50
8856
8857         * src/prefs_toolbar.c
8858                 replace Up/Down arrow pixmaps with text to be
8859                 consistent across icon themes
8860
8861 2002-08-11 [paul]       0.8.1claws49
8862
8863         * src/prefs_common.c
8864           src/prefs_toolbar.c
8865                 rename 'Pixmap' -> 'Icon'
8866
8867         * src/toolbar.[ch]
8868                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8869
8870 2002-08-10 [paul]       0.8.1claws48
8871
8872         * src/prefs_toolbar.c
8873                 re-work the UI
8874
8875 2002-08-10 [paul]       0.8.1claws47
8876
8877         * src/main.c
8878                 don't write Processing progress to status bar
8879                 patch submitted by Alexander Evseev
8880
8881         * src/prefs_toolbar.c
8882                 re-position and resize window
8883                 make window assume correct size on first call
8884
8885 2002-08-10 [paul]       0.8.1claws46
8886
8887         * src/mainwindow.c
8888           src/prefs_toolbar.c
8889           src/toolbar.c
8890           src/toolbar.h
8891                 obey coding style
8892                 follow UI text conventions
8893
8894 2002-08-10 [alfons]     0.8.1claws45
8895
8896         * src/toolbar.c
8897                 correct pixmap for delete action
8898
8899 2002-08-10 [paul]       0.8.1claws44
8900
8901         * po/pt_BR.po
8902                 updated by Fabio Jr. Beneditto
8903
8904 2002-08-10 [paul]       0.8.1claws43
8905
8906         * po/POTFILES.in
8907                 add custom toolbar files
8908
8909 2002-08-10 [paul]       0.8.1claws42
8910
8911         * sync with 0.8.1cvs22
8912                 see ChangeLog 2002-08-09
8913
8914 2002-08-09 [paul]       0.8.1claws41
8915
8916         * tools/Makefile.am
8917           tools/README
8918           tools/outlook2sylpheed.pl     ** NEW FILE **
8919                 add script to convert exported Outlook
8920                 contacts list to a Sylpheed addressbook.
8921                 Submitted by Ricardo Mones Lastra.
8922
8923 2002-08-09 [paul]       0.8.1claws40
8924
8925         * AUTHORS
8926           configure.in
8927           po/sr.po      ** NEW FILE **
8928                 add Serbian message catalog. Submitted by
8929                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8930
8931 2002-08-09 [paul]       0.8.1claws39
8932
8933         * sync with 0.8.1cvs21
8934                 see ChangeLog 2002-08-08
8935
8936 2002-08-08 [oliver]     0.8.1claws38
8937
8938         * src/mainwindow.c
8939                 move Custom Toolbar to Configuration menu
8940
8941 2002-08-08 [oliver]     0.8.1claws37
8942
8943         * src/prefs_toolbar.c
8944                 fix substitute pixmap bug
8945
8946 2002-08-08 [paul]       0.8.1claws36
8947
8948         * sync with 0.8.1cvs19
8949                 see ChangeLog 2002-08-08
8950
8951 2002-08-07 [christoph]  0.8.1claws35
8952
8953         * src/utils.c
8954                 fixed a memory leak in new canonicalize_file_replace
8955
8956 2002-08-07 [christoph]  0.8.1claws34
8957
8958         * src/utils.[ch]
8959                 o canonicalize_file_replace should create the temporary
8960                   file in the same directory as the original file.
8961                 o added get_tmpfile_in_dir that creates a temorary file
8962                   in a specified directory.
8963
8964 2002-08-07 [melvin]     0.8.1claws33
8965
8966         * src/toolbar.c
8967                 fixed bug where 'Article' button acted as 'Email' button.
8968
8969 2002-08-07 [paul]       0.8.1claws32
8970
8971         * sync with 0.8.1.cvs17
8972                 see ChangeLog 2002-08-07
8973
8974 2002-08-07 [colin]      0.8.1claws31
8975         
8976         * src/news.c
8977                 fix mass-cancel problem
8978
8979 2002-08-07 [thorsten]   0.8.1claws30
8980
8981         * src/prefs_toolbar.c
8982                 fix: crash on replace or add new button
8983         * src/toolbar.c
8984                 fix: close xmlfile after reading
8985         * src/utils.c
8986                 fix: unlink() file before rename()
8987
8988 2002-08-06 [paul]       0.8.1claws29
8989
8990         * sync with 0.8.cvs15
8991                 see ChangeLog 2002-08-06
8992
8993 2002-08-06 [oliver]     0.8.1claws28
8994
8995         * src/toolbar.c
8996         * src/prefs_toolbar.c
8997                 fixed empty toolbar issue
8998
8999 2002-08-06 [oliver]     0.8.1claws27
9000
9001         * Custom Toolbar Final 
9002         * src/folderview.c
9003         * src/inc.c
9004         * src/summaryview.c
9005                 o toolbar stuff now lives in src/toolbar.[ch]
9006                 o main_window_toolbar_* functions are renamed to
9007                   toolbar_* reflecting their new source file
9008         * src/mainwindow.[ch]
9009                 o remove toolbar stuff  
9010
9011 2002-08-06 [oliver]     0.8.1claws26
9012         
9013         * src/Makefile.am
9014         * src/prefs_toolbar.[ch]        **New File**
9015         * src/toolbar.[ch]              **New File**
9016                 o prefs_toolbar.[ch] custom toolbar frontend
9017                 o toolbar.[ch]       backend 
9018
9019 2002-08-06 [oliver]     0.8.1claws25
9020
9021         * src/prefs_actions.[ch]
9022                 o new exported function actions_execute
9023
9024 2002-08-06 [paul]       0.8.1claws24
9025
9026         * sync with 0.8.1cvs4
9027                 see ChangeLog 2002-08-06
9028
9029 2002-08-06 [paul]       0.8.1claws23
9030
9031         * sync with 0.8.1cvs13
9032                 see ChangeLog 2002-08-06
9033
9034 2002-08-06 [paul]       0.8.1claws22
9035
9036         * sync with 0.8.1cvs12
9037                 see ChangeLog 2002-08-05 and 2002-08-06
9038
9039 2002-08-06 [match]      0.8.1claws21
9040
9041         * src/addrclip.c
9042                 improvements to cut/copy/paste address
9043
9044 2002-08-05 [match]      0.8.1claws20
9045
9046         * src/addritem.[ch]
9047         * src/addrcache.c
9048         * src/addrbook.c
9049         * src/editaddress.c
9050         * src/addressbook.c
9051                 fixes to improve cut/copy/paste
9052
9053 2002-08-06 [melvin]     0.8.1claws19
9054
9055         * src/account.[ch]
9056                 account_find_all_from_address(): new function that returns the
9057                 list of all accounts that are matched in an address.
9058         * src/alertpanel.[ch]
9059                 alertpanel() now accepts a custom widget
9060                 alertpanel_with_widget(): new function that pops up a panel with
9061                 a custom widget in it 
9062         * src/gtkutils.[ch]
9063                 gtkut_account_menu_new(): new function that allows the selection
9064                 of an account from a list of accounts.
9065         * src/messageview.c
9066                 Extended Return Receipt notification to select the correct 
9067                 account and to make a security test on the Delivery-Notification
9068                 address which should be the same as the Return-Path.
9069
9070 2002-08-06 [thorsten]   0.8.1claws18
9071
9072         * src/mimeview.c
9073                 attach_all: save unnamed as "noname.%d",
9074                 dont free static dirname
9075
9076 2002-08-05 [alfons]     0.8.1claws17
9077
9078         * configure.in
9079                 detect XIM by trying to link rather than compile a XIM program
9080
9081 2002-08-05 [oliver]     0.8.1claws16
9082                 
9083         * src/stock_pixmap.[ch]
9084                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9085                 o new func to retrieve pixmaps
9086
9087 2002-08-05 [paul]       0.8.1claws15
9088
9089         * sync with 0.8.1cvs10
9090                 see ChangeLog 2002-08-05
9091
9092 2002-08-04 [alfons]     0.8.1claws14
9093
9094         * src/textview.c
9095                 see if this plugs memleak
9096
9097 2002-08-04 [melvin]     0.8.1claws13
9098
9099         * src/gtkspell.c
9100                 fixed bug that could crash Sylpheed when highlighting
9101                 all misspelled words.
9102
9103 2002-08-03 [melvin]     0.8.1claws12
9104
9105         * src/prefs_actions.c
9106                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9107         * src/messageview.c
9108                 fixed bug where the Return Receipt was sent to
9109                 Delivery-Notification-To address even if it was not present
9110
9111 2002-08-02 [alfons]     0.8.1claws11
9112
9113         * src/prefs_actions.c
9114                 o more check for NULLs
9115                 o put create_io_dialog() in right conditional block
9116
9117 2002-08-02 [paul]       0.8.1claws10
9118
9119         * po/es.po
9120                 updated by Ricardo Mones Lastra
9121
9122 2002-08-01 [christoph]  0.8.1claws9
9123
9124         * src/folder.c
9125                 don't free the cache of the opened
9126                 folder in the summaryview
9127         * src/summaryview.c
9128                 don't unset flags, if it is not required
9129
9130 2002-08-01 [paul]       0.8.1claws8
9131
9132         * sync with 0.8.1cvs8
9133                 see ChangeLog entry 2002-08-01
9134
9135 2002-08-01 [paul]       0.8.1claws7
9136
9137         * sync with 0.8.1cvs7
9138                 see ChangeLog 2002-07-31 and 2002-08-01
9139
9140 2002-07-31 [christoph]  0.8.1claws6
9141
9142         * src/mainwindow.c
9143                 forgot to update menu sensitivity
9144                 function for new menu entry
9145
9146 2002-07-31 [alfons]     0.8.1claws5
9147
9148         * src/main.c
9149                 check folder item and its path for NULL on
9150                 initial processing
9151
9152 2002-07-31 [christoph]  0.8.1claws4
9153
9154         * src/folder.c
9155                 check if folder_item_get_msginfo in
9156                 folder_item_remove_msg returned NULL
9157         * src/imap.c
9158                 better clear the uid cache in the
9159                 uid validity check function and delete
9160                 cached messages
9161
9162 2002-07-31 [paul]       0.8.1claws3
9163
9164         * man/sylpheed.1
9165                 add the '--attach' option and a few other
9166                 minor changes
9167
9168 2002-07-31 [paul]       0.8.1claws2
9169
9170         * sync with 0.8.1cvs5
9171                 see ChangeLog 2002-07-31
9172
9173 2002-07-31 [christoph]  0.8.1claws1
9174
9175         * src/folderview.[ch]
9176         * src/mainwindow.c
9177                 replace "Rescan all folders..." with
9178                 "Check all folders for new messages..."
9179
9180 2002-07-30 [paul]       0.8.1claws
9181
9182         * version 0.8.1claws released
9183
9184 2002-07-30 [paul]       0.8.0claws29
9185
9186         * tools/OOo2sylpheed.pl ** NEW FILE **
9187           tools/README
9188                 add script to enable sending documents as
9189                 attachments from OpenOffice.org
9190
9191 2002-07-30 [melvin]     0.8.0claws28
9192
9193         * src/prefs_actions.c
9194                 Made the actions' input/output dialog display
9195                 without delay.
9196
9197 2002-07-30 [christoph]  0.8.0claws27
9198
9199         * src/procmsg.c
9200                 check if folder_item_get_msginfo in
9201                 procmsg_save_to_outbox returned NULL
9202
9203 2002-07-30 [paul]       0.8.0claws26
9204
9205         * sync with 0.8.1cvs4
9206                 see ChangeLog 2002-07-29
9207
9208 2002-07-29 [thorsten]   0.8.0claws25
9209
9210         * README.claws
9211                 added selective download, delete on server
9212
9213 2002-07-29 [paul]       0.8.0claws24
9214
9215         * sync with 0.8.1cvs3
9216                 see ChangeLog 2002-07-29
9217
9218 2002-07-27 [christoph]  0.8.0claws23
9219
9220         * src/folder.c
9221                 add extra check if fetching the msginfo
9222                 returned NULL
9223
9224 2002-07-27 [paul]       0.8.0claws22
9225
9226         * sync with 0.8.1cvs2
9227                 see ChangeLog 2002-07-26
9228
9229 2002-07-27 [christoph]  0.8.0claws21
9230
9231         * src/imap.c
9232                 add another check if a valid msginfo
9233                 was returned
9234
9235 2002-07-26 [hoa]        0.8.0claws20
9236
9237         * src/folder.c
9238                 Fixed a condition in folder_item_destroy()
9239
9240         * src/imap.c
9241                 Fixed an error in IMAP protocol
9242
9243 2002-07-26 [alfons]     0.8.0claws19
9244
9245         * src/folder.c
9246                 ofcourse compare with identifier, not the path
9247
9248 2002-07-26 [alfons]     0.8.0claws18
9249
9250         * src/folder.c
9251                 use folder item identifier for saving / restoring
9252                 preferences because folder->path might not be unique
9253
9254 2002-07-26 [melvin]     0.8.0claws17
9255
9256         * src/logwindow.c
9257                 Fixed a crash introduced in 0.8.0claws5 when log is 
9258                 cut under 80 characters.
9259
9260 2002-07-26 [paul]       0.8.0claws16
9261
9262         * sync with 0.8.1cvs1
9263                 see ChangeLog 2002-07-26
9264
9265 2002-07-26 [christoph]  0.8.0claws15
9266
9267         * src/imap.[ch]
9268                 imap folder now remembers the last selected
9269                 folder and imap_fetch_msginfo skips selecting
9270                 the folder if it is already selected
9271
9272 2002-07-26 [christoph]  0.8.0claws14
9273
9274         * src/folder.c
9275         * src/folderview.c
9276         * src/imap.c
9277                 fix imap folder rescanning
9278
9279 2002-07-25 [christoph]  0.8.0claws13
9280
9281         * src/filter.c
9282         * src/folder.[ch]
9283         * src/folderview.c
9284         * src/imap.[ch]
9285         * src/mainwindow.c
9286         * src/mbox_folder.c
9287         * src/mh.c
9288         * src/news.c
9289                 implement imap uid cache and uid validity check
9290
9291 2002-07-25 [alfons]     0.8.0claws12
9292
9293         * src/summaryview.c
9294                 fix a brown paper bag bug, and also add some more
9295                 checks
9296
9297 2002-07-25 [christoph]  0.8.0claws11
9298
9299         * src/folder.c
9300                 don't mix copy, fetch_msginfo and remove
9301                 operations in folder item copy and move
9302                 operations
9303
9304 2002-07-25 [christoph]  0.8.0claws10
9305
9306         * src/folderview.c
9307         * src/mainwindow.c
9308         * src/prefs_folder_item.c
9309         * src/summaryview.[ch]
9310                 remove no longer required parameter update_cache from
9311                 summary_show
9312
9313 2002-07-25 [paul]       0.8.0claws9
9314
9315         * sync with 0.8.1
9316         
9317         * AUTHORS
9318                 a few corrections
9319
9320 2002-07-24 [alfons]     0.8.0claws8
9321
9322         * src/summaryview.c
9323                 sort correctly when using simplified subject line
9324                 (closes feature request "[ 585141 ] applying regexp to subject 
9325                 before sort" submitted by Alexandra Walford)
9326
9327 2002-07-24 [paul]       0.8.0claws7
9328
9329         * sync with 0.8.0cvs3
9330                 see ChangeLog 2002-07-24
9331
9332 2002-07-23 [christoph]  0.8.0claws6
9333
9334         * src/folder.c
9335         * src/folder.h
9336         * src/summaryview.c
9337         * src/summaryview.h
9338         * src/main.c
9339                 o separate processing and summaryview
9340                 o removed summary_write_cache from summaryview
9341                 o removed summaryview->killed_messages, because we don't have
9342                   to keep a list of killed messages anymore. New cache will
9343                   keep the hidden messages in cache anyway
9344         * src/folderview.c
9345         * src/inc.c
9346         * src/selective_download.c
9347                 o removed unnecessary summary_write_cache calls
9348         * src/procmsg.c
9349                 o don't set ignore thread flag in procmsg_get_thread_tree
9350                   if it is already set
9351         * src/mainwindow.c
9352         * src/statusbar.h
9353                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9354                   they are used in different files
9355
9356 2002-07-23 [melvin]     0.8.0claws5
9357
9358         * src/addressbook.c
9359         * src/addrgather.c
9360         * src/editaddress.c
9361         * src/editgroup.c
9362         * src/editldap_basedn.c
9363         * src/importldif.c
9364         * src/prefs_common.c
9365                 Fixed few memory leak (gtk_editable_get_chars returns
9366                 an allocated string)
9367         * src/logwindow.c
9368                 Fixed few memory leak (gtk_editable_get_chars returns
9369                 an allocated string) and modified a little the log cutting
9370                 loop.
9371         * src/compose.c
9372                 Replaced a call to an obsolete function gtk_entry_get_text()
9373                 by gtk_editable_get_chars()
9374         * src/send.c
9375                 Removed a debug printf
9376
9377 2002-07-23 [christoph]  0.8.0claws4
9378
9379         * src/filesel.c
9380                 fix another g_dirname memory leak
9381
9382 2002-07-23 [christoph]  0.8.0claws3
9383
9384         * src/mh.c
9385                 fixed a memory leak in mh_fetch_msginfo
9386                 fixed crash when message header could not be
9387                 parsed
9388
9389 2002-07-23 [paul]       0.8.0claws2
9390
9391         * sync with 0.8.0cvs2
9392                 see ChangeLog 2002-07-23
9393
9394 2002-07-23 [paul]       0.8.0claws1
9395
9396         * sync with 0.8.0cvs1
9397                 see ChangeLog 2002-07-23
9398
9399 2002-07-23 [paul]       0.8.0claws
9400
9401         * release of 0.8.0claws
9402
9403 2002-07-23 [paul]       0.7.8claws99
9404
9405         * po/ru.po
9406                 new Russian translation, submitted by
9407                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9408
9409 2002-07-22 [jens]       0.7.8claws98
9410
9411         * po/de.po
9412                 Updated German translations.
9413
9414 2002-07-22 [paul]       0.7.8claws97
9415
9416         * po/es.po
9417           po/it.po
9418           po/nl.po
9419           po/pt_BR.po
9420                 updated translations by Ricardo Mones Lastra,
9421                 Alessandro Maestri, Wilbert Berendsen and 
9422                 Fabio Jr. Beneditto respectively
9423
9424 2002-07-22 [christoph]  0.7.8claws96
9425
9426         * src/mimeview.c
9427                 fix memory leak caused by wrong g_dirname usage
9428
9429 2002-07-22 [christoph]  0.7.8claws95
9430
9431         * src/summaryview.c
9432                 update new and unread message counts for summaryview
9433                 summaryview does not get it from the folder anymore
9434                 and has to update the values itself
9435
9436 2002-07-22 [melvin]     0.7.8claws94
9437
9438         * po/fr.po
9439                 Updated French translations.
9440
9441 2002-07-22 [christoph]  0.7.8claws93
9442
9443         * src/matcher.c
9444                 set prop->preg pointer to NULL or following check
9445                 will not fail and regexec will be called with
9446                 invalid pointer
9447
9448 2002-07-21 [alfons]     0.7.8claws92
9449         
9450         * src/prefs_common.[ch]
9451                 remove option "Send return receipt on request"
9452
9453 2002-07-21 [thorsten]   0.7.8claws91
9454
9455         * src/mimeview.c
9456                 fixed memleaks, coding style as pointed out by alfons
9457
9458 2002-07-21 [alfons]     0.7.8claws90
9459
9460         * src/messageview.c
9461         * src/noticeview.[ch]
9462                 o fix bug notice view being displayed when going to empty folder 
9463                   (noticed by Christoph)
9464                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9465                   (noticed by Thorsten)
9466
9467 2002-07-21 [thorsten]   0.7.8claws89
9468
9469         * src/mimeview.c
9470                 Included save_all patch from Xaview FACQ
9471                 added support for pathnames
9472
9473 2002-07-21 [alfons]     0.7.8claws88
9474
9475         * po/POTFILES.in
9476         * src/Makefile.am
9477         * src/mainwindow.c
9478         * src/messageview.[ch]
9479         * src/noticeview.c      ** NEW FILE **
9480         * src/noticeview.h      ** NEW FILE **
9481                 make return receipts work again
9482                 (UI idea by Leandro Pereira)
9483
9484 2002-07-21 [paul]       0.7.8claws87
9485
9486         * src/summaryview.c
9487                 fix sensitivity of 'Select thread'
9488
9489 2002-07-21 [paul]       0.7.8claws86
9490
9491         * src/prefs_common.c
9492                 add browser command line for Galeon
9493
9494 2002-07-21 [paul]       0.7.8claws85
9495
9496         * Makefile.am
9497                 fix 'EXTRA_DIST': remove README.README, add TODO
9498                 and TODO.claws
9499
9500 2002-07-21 [alfons]     0.7.8claws84
9501
9502         * src/gtkstext.c
9503                 make enter clear selection
9504                 (closes "[ 579888 ] Editor selection/entry error"
9505                 reported by Steve Lamb)
9506
9507 2002-07-21 [alfons]     0.7.8claws83
9508         
9509         * src/summaryview.c
9510                 sort message list when selecting unthread messages
9511                 (closes "[ 501593 ] switching threaded view doesn't sort"
9512                 reported by Simon Schubert)
9513
9514 2002-07-20 [alfons]     0.7.8claws82
9515         
9516         * src/matcher.c
9517                 const-correctness
9518
9519 2002-07-20 [thorsten]   0.7.8claws81
9520
9521         * src/matcher.c
9522                 Fixed expansion of empty fields in matchactions
9523
9524 2002-07-19 [melvin]     0.7.8claws80
9525
9526         * src/gtkspell.c
9527                 Removed a duplicate menu entry (fast mode) introduced during
9528                 the new cache merge
9529                 Added a menu separator between 'Use alternate' and 'Fast mode'
9530
9531 2002-07-19 [paul]       0.7.8claws79
9532
9533         * tools/Makefile.am
9534           tools/README
9535                 correct typos
9536
9537 2002-07-19 [thorsten]   0.7.8claws78
9538
9539         * tools/calypso_convert.pl      ** NEW FILE **
9540           tools/README
9541           tools/Makefile.am
9542                 script to import mbox files exported
9543                 by calypso
9544                 o generates folder structure
9545                 o includes attachments
9546
9547 2002-07-19 [melvin]     0.7.8claws77
9548
9549         * src/selective_download.[ch]
9550                 Fixed bug where closing the dialog with the window manager's
9551                 close button will not unlock the summary
9552                 Corrected some function declarations that missed a return value
9553                 Made the source code comply better with coding style.
9554         * src/prefs_common.c
9555                 Added new browser command line for Mozilla.
9556
9557 2002-07-18 [paul]       0.7.8claws76
9558
9559         * src/mainwindow.c
9560           src/selective_download.[ch]
9561                 reflect theme changes, fix Gdk Warning when creating 
9562                 pixmap from NULL window, and minor clean up.
9563                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9564
9565         * po/en_GB.po
9566                 updated
9567
9568 2002-07-17 [paul]       0.7.8claws75
9569
9570         * INSTALL[.jp]
9571                 sync with 0.8.0
9572         
9573         * po/en_GB.po
9574                 updated
9575
9576 2002-07-16 [paul]       0.7.8claws74
9577
9578         * tools/filter_conv.pl
9579           tools/README
9580                 replace conversion script with reimplemented version, 
9581                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9582
9583 2002-07-16 [colin]      0.7.8claws73
9584
9585         * src/summaryview.c
9586                 remove forgotten debug messages - sorry ;-)
9587
9588 2002-07-16 [colin]      0.7.8claws72
9589
9590         * src/mimeview.c
9591           src/summaryview.c
9592           src/textview.c
9593           src/textview.h
9594                 add the ability to select part of a text mime-part 
9595                 to reply.
9596
9597 2002-07-15 [christoph]  0.7.8claws71
9598
9599         * src/folder.c
9600                 fix folder message count for folders without
9601                 msg_is_changed (includes news folders)
9602
9603 2002-07-15 [martin]     0.7.8claws70
9604
9605         * src/summaryview.c
9606                 option "display recipient on 'From'..." now works
9607                 without the need of enabling the option
9608                 "display  sender  using  address  book".
9609
9610 2002-07-15 [christoph]  0.7.8claws69
9611
9612         * src/summaryview.c
9613                 removed setting folder status from summaryview.
9614                 folder.c should update all message counts correctly.
9615
9616 2002-07-15 [paul]       0.7.8claws68
9617
9618         * po/pt_BR.po
9619                 updated by Fabio Junior Beneditto
9620
9621 2002-07-15 [darko]      0.7.8claws67
9622
9623         * src/mh.c
9624                 Fixed target folder colorization, don't decrease op
9625                 number twice
9626
9627 2002-07-14 [paul]       0.7.8claws66
9628
9629         * sync with main 0.8.0
9630                 see ChangeLog 2002-07-14
9631
9632 2002-07-13 [melvin]     0.7.8claws65
9633         
9634         * src/addrbook.c
9635         * src/addressbook.c
9636         * src/addrindex.c
9637                 Replaced sprintf by g_snprintf to prevent possible buffer
9638                 overflow.
9639         * src/news.c
9640                 Corrected a log message output format.
9641                 Added a missing "done" debug output.
9642         * src/compose.c
9643                 Added keyboard accelerator for Priority menu items
9644                 Added missing \n in debug output
9645         * src/logwindow.c
9646         * src/gtkspell.c
9647         * src/rfc2015.c
9648                 Added missing \n in debug output
9649
9650 2002-07-13 [paul]       0.7.8claws64
9651
9652         * man/sylpheed.1
9653                 change Sergey's email address to the sf address
9654
9655         * src/textview.c
9656                 increase show_url_timeout (more useful for long
9657                 urls)
9658
9659 2002-07-12 [sergey]     0.7.8claws63
9660
9661         * src/rfc2015.c
9662                 applied (with some modifications) patch to set the
9663                 micalg parameter for signatures
9664                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9665
9666 2002-07-12 [sergey]     0.7.8claws62
9667
9668         * man/Makefile.am
9669         * configure.in
9670                 fixed man page installation
9671
9672 2002-07-12 [paul]       0.7.8claws61
9673
9674         * sync with 0.7.8cvs26
9675                 see ChangeLog 2002-07-11 and 2002-07-12
9676
9677 2002-07-11 [christoph]  0.7.8claws60
9678
9679         * src/compose.c
9680         * src/procmsg.c
9681                 first use the message number to find the message
9682                 to mark with a reply flag but check the
9683                 message-id if we got the correct message, if not
9684                 try to find it by message-id.
9685                 use new string seperator that is not allowed
9686                 in message-ids.
9687
9688 2002-07-11 [paul]       0.7.8claws59
9689
9690         * sync with 0.7.8cvs23
9691                 see ChangeLog 2002-07-10
9692
9693 2002-07-10 [christoph]  0.7.8claws58
9694
9695         * src/folder.[ch]
9696         * src/msgcache.[ch]
9697                 Added message-id table to the cache in memory
9698                 and functions to msgcache.c and folder.c to
9699                 fetch MsgInfos by message id
9700         * src/compose.c
9701         * src/procmsg.c
9702                 store folder and message-id of message replying
9703                 to in queue header and set reply flag after sending
9704                 (Closes bug #469498)
9705
9706 2002-07-10 [paul]       0.7.8claws57
9707
9708         * AUTHORS
9709           man/sylpheed.1.gz
9710                 add Martin to the list of authors
9711
9712 2002-07-09 [martin]     0.7.8claws56
9713         * src/gtksctree.c
9714                 Added gtk_ctree_last_visible(), tree_update_level(),
9715                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9716                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9717                 from gtk+ to gtksctree.c for the new sorting code
9718                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9719                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9720         * src/gtksctree.h
9721                 Added declaration for gtk_sctree_sort_recursive() and
9722                 gtk_sctree_sort_node
9723         * src/addressbook.c
9724         * src/foldersel.c
9725         * src/folderview.c
9726         * src/summaryview.c
9727                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9728                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9729
9730 2002-07-08 [paul]       0.7.8claws55
9731
9732         * more sync with 0.7.8cvs21
9733                 see ChangeLog 2002-07-08
9734
9735 2002-07-08 [paul]       0.7.8claws54
9736
9737         * sync with 0.7.8cvs21
9738                 see ChangeLog 2002-07-08
9739
9740 2002-07-07 [alfons]     0.7.8claws53
9741
9742         * src/Makefile.am
9743         * src/stock_pixmap.[ch]
9744         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9745         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9746         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9747                 add new pixmaps for upcoming notice pane
9748
9749 2002-07-06 [melvin]     0.7.8claws52
9750
9751         * src/gtkspell.[ch]
9752                 Made them a bit closer to Sylpheed's coding style.
9753                 Removed old code.
9754                 Removed possible memory leaks when some errors occurs.
9755
9756 2002-07-06 [melvin]     0.7.8claws51
9757
9758         * po/Makefile.in.in
9759                 Removed --no-location in xgettext command line to help
9760                 translators that use Emacs' po-mode
9761         * src/quote_fmt.c
9762                 Removed unnecessary comments that messed up sylpheed.pot
9763
9764 2002-07-06 [paul]       0.7.8claws50
9765
9766         * sync with 0.7.8cvs19
9767                 see ChangeLog 2002-07-05
9768
9769 2002-07-06 [christoph]  0.7.8claws49
9770
9771         * src/folder.c
9772         * src/mainwindow.c
9773                 fix folder_item_remove_all_msg and folderview
9774                 status for trash folders after emptying trash
9775
9776 2002-07-05 [paul]       0.7.8claws48
9777
9778         * sync with 0.7.8cvs16
9779                 see ChangeLog 2002-07-04 and 2002-07-05
9780
9781 2002-07-04 [paul]       0.7.8claws47
9782
9783         * sync with 0.7.8cvs14
9784                 see  ChangeLog 2002-07-04
9785
9786 2002-07-03 [alfons]     0.7.8claws46
9787
9788         * src/folder.c
9789                 dupe folder item's path because it's being reallocated
9790                 by new folder scanning code
9791
9792 2002-07-03 [christoph]  0.7.8claws45
9793
9794         * src/imap.c
9795                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9796         * src/msgcache.c
9797                 add missing return in msgcache_write
9798
9799 2002-07-02 [thorsten]   0.7.8claws44
9800
9801         * src/jpilot.c
9802         * src/msgcache.c
9803         * src/rfc2015.c
9804                 use binary mode for file access
9805
9806 2002-07-02 [christoph]  0.7.8claws43
9807
9808         * major code cleanup (part 1)
9809         
9810                 - unused variables removed
9811                 - unused functions removed
9812                 - uninitialized variables checked
9813                 - missing return statements added
9814                 - missing function return types added
9815                 - added parentheses around assignment and
9816                   && in || when suggested by gcc
9817               
9818         * src/mh.c
9819         * src/folder.c
9820                 replaced direct calls to folder->scan_tree
9821                 with folder_scan_tree and restore folder
9822                 prefs in this function. The folder should
9823                 not have to deal with them.
9824                 ( Should now work for all folder types )
9825
9826 2002-07-02 [paul]       0.7.8claws42
9827
9828         * sync with 0.7.8cvs13
9829                 see ChangeLog 2002-07-01 and 2002-07-02
9830
9831 2002-07-01 [christoph]  0.7.8claws41
9832
9833         * src/summaryview.c
9834                 fix "goto next/prev unread message" with
9835                 ignored threads
9836
9837 2002-07-01 [paul]       0.7.8claws40
9838
9839         * po/es.po
9840                 updated by Ricardo Mones Lastra
9841
9842 2002-06-30 [match]      0.7.8claws39
9843
9844         * src/jpilot.c
9845                 applied variation of leonerd's patch (566661) to
9846                 allow multiple email addresses per JPilot entry.
9847                 addresses may be separated by space, comma, pipe,
9848                 semi-colon, new-line.
9849
9850 2002-06-30 [alfons]     0.7.8claws38
9851
9852         * src/procmsg.c
9853                 simple fix for putting older nodes before
9854                 newer nodes when threading by subject
9855
9856 2002-06-30 [christoph]  0.7.8claws37
9857
9858         * src/folder.c
9859         * src/folderview.c
9860         * src/mh.c
9861         * src/news.c
9862         * src/procmsg.c
9863                 fix broken folder tree rescaning
9864                 and don't use procmsg_get_mark_sum
9865                 anymore
9866
9867 2002-06-30 [christoph]  0.7.8claws36
9868
9869         * merge new cache branch
9870         * src/imap.c
9871                 fix new cache imap copy bug
9872         * src/folder.c
9873                 improved folder_item_scan
9874                 it should now always set the correct
9875                 new, unread and total message counts
9876
9877 2002-06-29 [paul]       0.7.8claws35
9878
9879         * configure.in
9880                 correct syntax error
9881
9882 2002-06-29 [paul]       0.7.8claws34
9883
9884         * configure.in
9885           Makefile.am
9886           man/Makefile.am       ** NEW FILE **
9887           man/sylpheed.1.gz     ** NEW FILE **
9888                 add Sylpheed man page
9889
9890 2002-06-29 [paul]       0.7.8claws33
9891
9892         * po/pt_BR.po
9893                 updated by Fabio Junior Beneditto
9894
9895 2002-06-28 [jens]       0.7.8claws32
9896
9897         * po/de.po
9898                 translation updated
9899
9900         * src/selective_download.c
9901                 removed gettext for space " "
9902
9903         * src/imap.c
9904                 removed wrong space
9905
9906 2002-06-28 [paul]       0.7.8claws31
9907
9908         * sync with 0.7.8cvs11
9909                 see ChangeLog 2002-06-28
9910
9911 2002-06-28 [paul]       0.7.8claws30
9912
9913         * sync with 0.7.8cvs10
9914                 see ChangeLog 2002-06-27 and 2002-06-28
9915
9916 2002-06-26 [paul]       0.7.8claws29
9917
9918         * src/addrgather.c
9919           src/selective_download.c
9920                 don't gettextise empty strings.
9921                 reserved by gettext. gettext("") returns 
9922                 the header entry with meta information, 
9923                 not the empty string
9924
9925         * po/en_GB.po
9926                 updated
9927
9928 2002-06-26 [paul]       0.7.8claws28
9929
9930         * sync with 0.7.8cvs7
9931                 see ChangeLog 2002-06-25
9932
9933         * src/prefs_common.c
9934                 ...and in the process, tweak the gui a little
9935
9936 2002-06-25 [alfons]     0.7.8claws27
9937         
9938         * configure.in
9939         * src/Makefile.am
9940                 fine tune ldap library detection
9941
9942 2002-06-25 [alfons]     0.7.8claws26
9943
9944         * src/compose.c
9945                 don't allow return receipts when composing a news article
9946
9947 2002-06-25 [paul]       0.7.8claws25
9948
9949         * Makefile.am
9950                 add '$(AMTAR)' to 'release' section to allow for
9951                 new and older autotools
9952
9953 2002-06-25 [paul]       0.7.8claws24
9954
9955         * src/summaryview.c
9956                 fix "No more unread messages" persistant pop-up
9957                 window bug
9958
9959 2002-06-25 [paul]       0.7.8claws23
9960
9961         * po/it.po
9962                 updated by Alessandro Maestri
9963
9964 2002-06-25 [paul]       0.7.8claws22
9965
9966         * sync with 0.7.8cvs6
9967                 see ChangeLog 2002-06-25
9968
9969 2002-06-24 [paul]       0.7.8claws21
9970
9971         * tools/update-po
9972                 add GPL copyright information
9973
9974 2002-06-24 [paul]       0.7.8claws20
9975
9976         * tools/Makefile.am
9977           tools/README
9978           tools/update-po       ** NEW FILE **
9979                 add script that eases the creation of *.po files
9980                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9981
9982 2002-06-23 [alfons]     0.7.8claws19
9983
9984         * src/messageview.c
9985                 make notification_convert_header obey const correctness
9986                 (next step will be fixing the broken return receipt)
9987
9988 2002-06-23 [paul]       0.7.8claws18
9989
9990         * src/messageview.c
9991                 fix bug introduced in last commit:
9992                 removed too much code in last commit - put back what's
9993                 needed
9994
9995 2002-06-23 [paul]       0.7.8claws17
9996
9997         * src/messageview.[ch]
9998                 remove code committed in error from locally patched
9999                 source
10000
10001 2002-06-23 [colin]      0.7.8claws16
10002
10003         * src/compose.[ch]
10004                 add compose_entry_select(), used to select the default_to
10005                 email address - hopefully avoiding people sending mails to
10006                 wrong recipients.
10007
10008 2002-06-22 [alfons]     0.7.8claws15
10009
10010         * AUTHORS
10011                 add Bram Metsch & Stanislav Karchebny
10012         * src/smtp.[ch]
10013         * src/prefs_account.[ch]
10014         * src/send.c
10015                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10016                   options.  (see <http://sourceforge.net/tracker/index.php
10017                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10018
10019                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10020                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10021
10022 2002-06-22 [paul]       0.7.8claws14
10023
10024         * sync with 0.7.8cvs5
10025                 see ChangeLog 2002-06-19 and 2002-06-20
10026
10027 2002-06-22 [alfons]     0.7.8claws13
10028
10029         * src/selective_download.c
10030                 fix a stupid mistake I made
10031
10032 2002-06-22 [alfons]     0.7.8claws12
10033
10034         * src/selective_download.[ch]
10035                 fix another unnoticed leak; cleanup code
10036
10037 2002-06-21 [alfons]
10038
10039         * tools/Makefile.am
10040                 gpg-sign <-- gpg-sign-syl
10041
10042 2002-06-21 [alfons]     0.7.8claws11
10043
10044         * src/selective_download.c
10045         * src/selective_download.h
10046                 fix assorted mix of allocation errors (should solve
10047                 problem reported by Philippe Gramoullé, see:
10048                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10049
10050 2002-06-20 [melvin]     0.7.8claws10
10051
10052         * tools/gpg-sign *REMOVED*
10053           tools/gpg-sign-syl *ADDED*
10054                 Replaced the gpg clearsigning script with the version using
10055                 xterm instead of ssh-askpass and changed its name.
10056
10057         * README.claws
10058                 Updated actions example to reflect the renaming of the
10059                 gpg clearsigning script.
10060
10061 2002-06-19 [paul]       0.7.8claws9
10062
10063         * sync with 0.7.8claws9
10064                 see ChangeLog 2002-06-18 and 2002-06-19
10065
10066 2002-06-19 [paul]       0.7.8claws8
10067
10068         * sync with 0.7.8cvs1
10069                 see ChangeLog 2002-06-18
10070
10071 2002-06-18 [alfons]     0.7.8claws7
10072
10073         * src/mainwindow.h
10074                 add omitted prototype
10075
10076 2002-06-17 [paul]       0.7.8claws6
10077
10078         * src/mainwindow.c
10079                 fix hiding of exec_btn
10080
10081 2002-06-17 [paul]       0.7.8claws5
10082
10083         * src/pop.c
10084                 remove unneeded code: should_delete() 
10085                 and Pop3State::uidl_todelete_list
10086
10087 2002-06-17 [paul]       0.7.8claws4
10088
10089         * sync with 0.7.8
10090                 see ChangeLog 2002-06-11 and 2002-06-13
10091
10092 2002-06-16 [alfons]     0.7.8claws3
10093         
10094         * src/folder.c
10095                 make sure lock sort mode (claws specific) is
10096                 also persists after a tree rescan
10097
10098 2002-06-16 [alfons]     0.7.8claws2
10099
10100         * src/prefs_folder_item.c
10101         * src/folder.[ch]
10102                 fix persistence of folder sort mode (broken
10103                 by adapting Hiro's new folder persistence code)
10104
10105 2002-06-16 [alfons]     0.7.8claws1
10106
10107         * AUTHORS
10108         * src/logwindow.c
10109         * src/prefscommon.[ch]
10110                 control size of log text in log window; 
10111                 closes patch #569155 submitted by Mitko Haralanov.
10112
10113 2002-06-15 [paul]       0.7.8claws
10114
10115         * release of 0.7.8claws
10116
10117 2002-06-15 [paul]       0.7.7claws
10118
10119         * po/pt_BR.po
10120                 updated by Fabio Junior Beneditto
10121
10122 2002-06-14 [paul]       0.7.6claws49
10123
10124         * po/es.po
10125                 updated by Ricardo Mones Lastra
10126
10127 2002-06-14 [paul]       0.7.6claws48
10128
10129         * po/nl.po
10130                 updated translation by Wilbert Berendsen
10131
10132 2002-06-14 [melvin]     0.7.6claws47
10133
10134         * po/fr.po
10135                 Updated French translation
10136
10137 2002-06-13 [paul]       0.7.6claws46
10138
10139         * src/filesel.c
10140                 allow filename to be typed in, rather than just
10141                 selected by the mouse. Patch by Gustavo Noronha Silva.
10142
10143 2002-06-13 [alfons]     0.7.6claws45
10144
10145         * src/mainwindow.[ch]
10146                 more cleanups (removing unnecessary menu items Expand 
10147                 summary / message view)
10148
10149 2002-06-13 [melvin]     0.7.6claws44
10150
10151         * po/POTFILES.in
10152                 Added src/string_match.c
10153         * src/string_match.c
10154                 Fixed possible buffer overflow.
10155                 Corrected typo.
10156                 Added missing config.h header.
10157         * src/prefs_common.c
10158           src/prefs_matcher.c
10159           src/prefs_scoring.c
10160                 Made some strings translatable (missing _(..)).
10161
10162 2002-06-13 [melvin]     0.7.6claws43
10163
10164         * README.claws
10165                 Corrected action example (verifying clearsigned mail).
10166         * src/prefs_account.c
10167                 Corrected typo.
10168         * src/prefs_common.c
10169                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10170
10171 2002-06-12 [alfons]     0.7.6claws42
10172
10173         * src/summaryview.c
10174                 add init of score column lost in 0.7.6claws42
10175
10176 2002-06-12 [paul]       0.7.6claws41
10177
10178         * src/prefs_account.c
10179                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10180                 behavior of the radio buttons, (from 0.7.7cvs2)
10181
10182 2002-06-11 [alfons]     0.7.6claws40
10183
10184         * src/messageview.[ch]
10185         * src/summaryview.[ch]
10186         * src/summary_search.c
10187         * src/mainwindow.c
10188                 perform a sync to bring in Hiro's separate view implementation 
10189
10190                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10191
10192 2002-06-11 [paul]       0.7.6claws39
10193         
10194         * src/prefs_account.c
10195                 correct a typo on the Receive tab
10196
10197 2002-06-10 [match]      0.7.6claws38
10198
10199         * src/addressbook.c
10200                 Included address completion patch from Gustavo Noronha.
10201
10202 2002-06-10 [paul]       0.7.6claws37
10203
10204         * src/inc.[ch]
10205           src/pop.c
10206           src/prefs_account.[ch]
10207           src/selective_download.[ch]
10208                 apply PATCH #561712
10209                  NEW:
10210                 - check if POP Account
10211                 - Receive Button renamed to Preview
10212                 - Preview Button Popup: preview new/all messages
10213                 - Download Button
10214                 - Account Preferences-->Receive tab checkbutton if you
10215                   want to remove Mail after Download
10216                 -: default YES
10217                 - Account Preferences-->Receive tab checkbutton use
10218                   filtering rules on preview
10219                   (think of delete_on_server)
10220                 -: default YES
10221                 - Account selectable from SD dialog
10222                 - checkbutton to show already downloaded messages if
10223                   all messages are previewed
10224                 - new clist column showing Date
10225                 - ESC KEY close
10226                 FIXES:
10227                 - play ball with UIDL
10228                 - fault tolerant (?) 
10229                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10230
10231 2002-06-10 [melvin]     0.7.6claws36
10232
10233         * README.claws
10234                 Added a hint to ac/README in cvs instructions.
10235
10236         * src/prefs_actions.c
10237                 Made it possible to use a more elaborate command line
10238                 for asynchronous actions, too.
10239
10240 2002-06-10 [melvin]     0.7.6claws35
10241         
10242         * src/prefs_actions.c
10243                 Make it possible to use a more elaborate command line
10244                 (e.g. |foo|bar|cat>there;echo Done|)
10245                 Corrected error message when calling %f, %F and %p commands
10246                 from the compose window.
10247
10248 2002-06-09 [colin]      0.7.6claws34
10249
10250         * src/summaryview.c
10251                 Automatically find unread messages in current folder
10252                 before annoying the user.
10253
10254 2002-06-08 [alfons]     0.7.6claws33
10255
10256         * po/it.po
10257                 remove bad formatting string in it.po translation
10258                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10259
10260 2002-06-08 [paul]       0.7.6claws32
10261
10262         * sync with 0.7.6cvs25
10263                 see ChangeLog 2002-06-07
10264
10265 2002-06-05 [paul]       0.7.6claws31
10266
10267         * src/mainwindow.c
10268                 add 'Sort by locked' and 'Sort by score'
10269
10270 2002-06-05 [paul]       0.7.6claws30
10271
10272         * sync with 0.7.6cvs24
10273                 see ChangeLog 2002-06-04
10274
10275 2002-06-04 [paul]       0.7.6claws29
10276
10277         * po/pt_BR.po
10278                 updated by Fabio Junior Beneditto
10279
10280 2002-06-03 [thorsten]   0.7.6claws28
10281
10282         * src/matcher.c
10283                 fclose() matcherrc after reading
10284
10285 2002-06-03 [paul]       0.7.6claws27
10286
10287         * sync with 0.7.6cvs21
10288                 see ChangeLog 2002-05-31
10289
10290 2002-05-31 [paul]       0.7.6claws26
10291
10292         * sync with 0.7.6cvs20
10293                 see ChangeLog 2002-05-29 and 2002-05-30
10294
10295 2002-05-31 [paul]       0.7.6claws25
10296
10297         * src/imap.c
10298                 hopefully fix last buggy sync
10299
10300         * README.claws
10301                 correct typo in 'Actions' examples
10302
10303 2002-05-29 [paul]       0.7.6claws24
10304
10305         * sync with 0.7.6cvs18
10306                 see ChangeLog 2002-05-28 and 2002-05-29
10307
10308         * src/news.c
10309           src/nntp.[ch]
10310                 sync with above 
10311
10312 2002-05-28 [paul]       0.7.6claws23
10313
10314         * sync with 0.7.6cvs16
10315                 see ChangeLog 2002-05-28
10316
10317 2002-05-27 [thorsten]   0.7.6claws22 
10318
10319         * faq/it/sylpheed-faq-1.html
10320           faq/it/sylpheed-faq-2.html
10321           faq/it/sylpheed-faq-3.html
10322           faq/it/sylpheed-faq.html
10323                 corrected DOS lineendings
10324         * faq/de/sylpheed-faq-1.html
10325           faq/de/sylpheed-faq-2.html
10326           faq/en/sylpheed-faq-1.html
10327           faq/en/sylpheed-faq-2.html
10328           faq/en/sylpheed-faq-3.html
10329           faq/es/sylpheed-faq-1.html
10330           faq/es/sylpheed-faq-2.html
10331           faq/es/sylpheed-faq-3.html
10332           faq/fr/sylpheed-faq-1.html
10333           faq/it/sylpheed-faq-1.html
10334           faq/it/sylpheed-faq-2.html
10335           faq/it/sylpheed-faq-3.html
10336           faq/it/sylpheed-faq.html
10337                 changed ">" to &quot;
10338
10339 2002-05-27 [paul]       0.7.6claws21
10340         
10341         * sync with 0.7.6cvs15
10342                 see ChangeLog 2002-05-27
10343
10344 2002-05-27 [paul]       0.7.6claws20
10345
10346         * src/prefs_account.c
10347                 correct a typo
10348
10349 2002-05-26 [paul]       0.7.6claws19
10350
10351         * tools/README
10352                 correct a typo
10353
10354 2002-05-25 [paul]       0.7.6claws18
10355
10356         * tools/README
10357                 add description of kmail2sylpheed.pl
10358
10359 2002-05-25 [paul]       0.7.6claws17
10360
10361         * tools/kmail2sylpheed.pl       ** NEW FILE **
10362                 perl script that converts an exported Kmail address
10363                 book, converts it to sylpheed addressbook file,
10364                 writes the file to .sylpheed, and updates
10365                 addrbook--index.xml 
10366
10367 2002-05-25 [paul]       0.7.6claws16
10368
10369         * sync with 0.7.6cvs14
10370                 see ChangeLog 2002-05-23
10371
10372 2002-05-24 [paul]       0.7.6claws15
10373
10374         * README.claws
10375                 make a correction and add some more info
10376
10377 2002-05-24 [paul]       0.7.6claws14
10378
10379         * src/compose.c
10380                 fix memory leak in 
10381                 compose_redirect_write_headers_from_headerlist()
10382                 add Subject and Resent-Message-ID to
10383                 compose_redirect_write_headers()
10384                 Received, Subject, and X-UIDL are filtered out in 
10385                 compose_redirect_write_to_file()
10386
10387 2002-05-23 [paul]       0.7.6claws13
10388
10389         * src/compose.[ch]
10390           src/filtering.c
10391           src/mainwindow.c
10392           src/matcher.[ch]
10393           src/matcher_parser_lex.l
10394           src/matcher_parser_parse.y
10395           src/prefs_common.[ch]
10396           src/prefs_filtering.c
10397           src/summaryview.c
10398                 rename 'Bounce' to 'Redirect'
10399
10400 2002-05-23 [paul]       0.7.6claws12
10401
10402         * more sync with 0.7.6cvs13
10403           src/compose.c
10404                 see ChangeLog 2002-05-22
10405
10406 2002-05-22 [paul]       0.7.6claws11
10407
10408         * sync with 0.7.6cvs13
10409           src/codeconv.c
10410                 see ChangeLog 2002-05-20
10411           src/prefs_common.c
10412                 see ChangeLog 2002-05-22
10413
10414 2002-05-21 [melvin]     0.7.6claws10
10415
10416         * src/folderview.c
10417                 Added missing filtering and scoring headers
10418                 Fixed bad function call that showed garbage 
10419                 in Folder->Processing
10420
10421 2002-05-21 [paul]       0.7.6claws9
10422
10423         * tools/Makefile.am
10424                 make all tools executable, (patch by Alfons).
10425
10426 2002-05-20 [alfons]     0.7.6claws8
10427
10428         * src/procheader.c
10429                 don't forget to call mktime() so we have a valid week 
10430                 and year day
10431                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10432
10433 2002-05-20 [paul]       0.7.6claws7
10434
10435         * src/html.c
10436                 fix broken parsing of urls
10437         * src/textview.c
10438                 fix displaying of urls
10439
10440                 both fixes from the patch [547855] by Eugene 
10441                 Brevdo (zonem)
10442
10443 2002-05-19 [alfons]     0.7.6claws6
10444
10445         * configure.in
10446                 make sylpheed configure correctly with the latest
10447                 and greatest of automake / autoconf / gettext
10448
10449 2002-05-19 [alfons]     0.7.6claws5
10450
10451         * src/procheader.c
10452         * src/procheader.h
10453                 add function for returning ime zone offset
10454         * src/quote_fmt.c
10455         * src/quote_fmt_parse.y
10456                 better quotation formatting - does not convert
10457                 to local time, but uses the original date string.
10458                 
10459                 Note: %z inserts the timezone offset (should 
10460                 work also on platforms where strftime does not
10461                 support %z).
10462
10463 2002-05-18 [christoph]  0.7.6claws4
10464
10465         * src/summaryview.c
10466                 fix indentation of some code
10467         * tools/Makefile.am
10468                 fix spaces after \
10469         * src/Makefile.am
10470                 add missing \
10471                 correct path for ignorethread.xpm
10472                 incorrect filename for sylpheed_logo.xpm
10473                 add missing include matcher_parser_parse.h
10474
10475 2002-05-18 [paul]       0.7.6claws3
10476
10477         * sync with 0.7.6cvs8
10478                 see ChangeLog 2002-05-16 and 2002-05-17
10479
10480 2002-05-18 [melvin]     0.7.6claws2
10481
10482         * README.claws
10483                 Corrected an action's definition and fixed some misspellings.
10484
10485 2002-05-18 [paul]       0.7.6claws1
10486
10487         * tools/Makefile.am
10488           tools/gpg-sign        ** new file **
10489           tools/uudec           ** new file **
10490                 add Melvin's Actions scripts
10491
10492         * README.claws
10493                 add Melvin's descriptions for Actions
10494
10495 2002-05-18 [paul]       0.7.6claws
10496
10497         * Version 0.7.6claws released
10498
10499 2002-05-17 [paul]       0.7.5claws32
10500
10501         * po/es.po
10502                 updated by Ricardo Mones Lastra
10503
10504 2002-05-17 [paul]       0.7.5claws31
10505
10506         * src/compose.c
10507                 fix Account prefs default folder for sent/draft/deleted
10508                 messages bug
10509
10510         * po/it.po
10511           po/nl.po
10512                 updated translation by Alessandro Maestri and
10513                 Wilbert Berendsen
10514
10515 2002-05-17 [melvin]     0.7.5claws30
10516
10517         * src/prefs_actions.c
10518                 Fixed bug where using %F not at the end of the command 
10519                 resulted in an additional empty argument being created.
10520                 Thanks to Darko Koruga for reporting the bug.
10521
10522 2002-05-17 [melvin]     0.7.5claws29
10523
10524         * po/fr.po
10525                 Updated French translations.
10526
10527 2002-05-15 [paul]       0.7.5claws28
10528         
10529         * po/es.po
10530                 updated by Ricardo Mones Lastra
10531
10532 2002-05-15 [paul]       0.7.5claws27
10533
10534         * sync with 0.7.6cvs4
10535                 see ChangeLog 2002-05-14 and 2002-05-15
10536
10537 2002-05-14 [paul]       0.7.5claws26
10538
10539         * sync with 0.7.6cvs1
10540                 see ChangeLog 2002-05-13
10541
10542 2002-05-13 [thorsten]   0.7.5claws25
10543
10544         * src/messageview.c
10545                 fix select_all and copy in multipart messages
10546         * src/mainwindow.c
10547                 fix select_all and copy in multipart messages
10548
10549 2002-05-12 [paul]       0.7.5claws24
10550
10551         * src/summaryview.c
10552                 reverse last commit, bug already fixed in 0.7.5claws3
10553
10554 2002-05-12 [netztorte]  0.7.5claws23
10555
10556         * src/summaryview.c
10557                 dont parse empty addressbook (checked in before claws20)
10558
10559 2002-05-12 [melvin]     0.7.5claws22
10560
10561         * src/procmsg.[ch]
10562                 Removed unneeded priority code introduced by the previous 
10563                 commit.
10564
10565 2002-05-12 [melvin]     0.7.5claws21
10566
10567         * src/compose.[ch]
10568                 Added possibility to set message's priority.
10569         * src/procmsg.[ch]
10570                 Added possibility to set message's priority.
10571                 Added missing headers
10572
10573 2002-05-12 [melvin]     0.7.5claws20
10574
10575         * src/prefs_actions.c
10576                 Removed implicitely added quotes around the name
10577                 of the temporary files of mime parts.
10578
10579 2002-05-12 [paul]       0.7.5claws19
10580
10581         * sync with 0.7.5cvs20
10582                 see ChangeLog 2002-05-11
10583
10584 2002-05-12 [alfons]     0.7.5claws18
10585
10586         * src/quote_fmt_lex.l
10587         * src/quote_fmt_parse.y
10588                 allow quote / reply date & time format to be set using
10589                 %D{format}. format is a format string you'd pass to
10590                 strftime() (see man strftime, or the Display tab |
10591                 Date format setting).
10592
10593                 Currently %D converts the date to local time. 
10594
10595 2002-05-11 [paul]       0.7.5claws17
10596
10597         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10598                 see ChangeLog 2002-05-10 and 2002-05-11
10599
10600 2002-05-10 [paul]       0.7.5claws16
10601
10602         * sync with 0.7.5cvs16
10603                 see ChangeLog entries 2002-05-09 and 
10604                 2002-05-10
10605
10606 2002-05-10 [colin]      0.7.5claws15
10607
10608         * src/textview.c
10609                 Corrected a bug that prevented sylpheed to open
10610                 double-clicked URIs.
10611
10612 2002-05-09 [paul]       0.7.5claws14
10613
10614         * sync with 0.7.5cvs14
10615                 see ChangeLog 2002-05-08 and 2002-05-09
10616
10617 2002-05-08 [paul]       0.7.5claws13
10618
10619         * sync with 0.7.5cvs11
10620                 see ChangeLog entry 2002-05-08
10621
10622 2002-05-08 [paul]       0.7.5claws12
10623
10624         * src/mainwindow.c
10625           src/textview.[ch]
10626                 fix segfault on View->Open in new window
10627                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10628
10629 2002-05-07 [paul]       0.7.5claws11
10630
10631         * sync with 0.7.5cvs9
10632                 see ChangeLog entry 2002-05-07
10633
10634 2002-05-06 [paul]       0.7.5claws10
10635
10636         * src/messageview.c
10637           src/textview.c
10638                 display url in statusbar on single-click
10639                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10640
10641 2002-05-06 [match]      0.7.5claws9
10642
10643         * src/addritem.[ch]
10644                 new functions.
10645         * src/addrcache.c
10646                 tidy up.
10647         * src/xmlprops.[ch]
10648                 XML implementation of properties file.
10649         * src/exporthtml.[ch]
10650         * src/expthtmldlg.[ch]
10651         * src/addressbook.c
10652                 export to HTML.
10653
10654 2002-05-02 [sergey]     0.7.5claws8
10655
10656         * src/mainwindow.c (mainwin_entries),
10657           src/prefs_common.c (prefs_send_create()),
10658           src/codeconv.c (locale_table):
10659                 use charset name "Windows-1251" instead of "CP1251".
10660
10661 2002-05-02 [colin]      0.7.5claws7
10662         
10663         * src/compose.c
10664           src/prefs_common.c
10665           src/prefs_folder_item.c
10666                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10667
10668 2002-05-02 [hiro]       0.7.5claws6
10669
10670         * src/imap.c
10671                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10672
10673 2002-05-02 [paul]       0.7.5claws5
10674
10675         * src/compose.c
10676                 more sync with 0.7.5cvs7, see ChangeLog entry
10677                 2002-05-02
10678
10679 2002-05-02 [hiro]       0.7.5claws4
10680
10681         * src/compose.c
10682                 compose_queue_sub():
10683                 check if queue folder exists (closes #550397).
10684                 removed directory creation since it should be handled
10685                 transparently.
10686         * src/imap.c
10687                 imap_add_msg(): return UID for appended message
10688                 (closes #548842).
10689
10690 2002-04-30 [paul]       0.7.5claws3
10691
10692         * src/summaryview.c
10693                 fix account_find_from_address() bug
10694
10695 2002-04-28 [colin]      0.7.5claws2
10696
10697         * src/compose.c
10698           src/textview.c
10699           src/prefs_common.[ch]
10700           src/utils.[ch]
10701                 Added user-definable quotation characters recognition.
10702
10703 2002-04-28 [paul]       0.7.5claws1
10704
10705         * sync with 0.7.5cvs4
10706                 see ChangeLog entry  2002-04-25
10707
10708 2002-04-28 [paul]       0.7.5claws
10709
10710         * po/es.po
10711           po/nl.po
10712           po/pt_BR.po
10713                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10714                 Fabio Junior Beneditto
10715
10716 2002-04-27 [jens]       0.7.4claws103
10717
10718         * po/de.po
10719                 updated German translation.
10720
10721 2002-04-27 [hiro]       0.7.4claws102
10722
10723         * src/summaryview.c
10724                 summary_write_cache(): fixed the mark loss of hidden messages.
10725
10726 2002-04-26 [melvin]     0.7.4claws101
10727
10728         * src/procmsg.c
10729                 fixed a second typo (same one)
10730         * po/fr.po
10731           po/it.po
10732           po/pt_BR.po
10733                 fixed the type again...
10734
10735 2002-04-26 [melvin]     0.7.4claws100
10736
10737         * src/procmsg.c
10738                 fixed a typo in an alert message ("temorary").
10739         * po/it.po
10740         * po/pt_BR.po
10741                 corrected the typo  described above.
10742         * po/fr.po
10743                 updated French translation.
10744
10745 2002-04-26 [darko]      0.7.4claws99
10746
10747         * src/summaryview.c
10748                 fix target folder colorization
10749
10750 2002-04-25 [paul]       0.7.4claws98
10751
10752         * po/it.po
10753                 updated by Alessandro Maestri
10754
10755 2002-04-24 [colin]      0.7.4claws97
10756         
10757         * src/compose.c
10758                 Fixed double "subject is empty" question.
10759
10760 2002-04-23 [colin]      0.7.4claws96
10761         
10762         * src/mimeview.c
10763                 Corrected issue when "automatically display images" was
10764                 not set : first image remained after selecting second.
10765
10766 2002-04-23 [melvin]     0.7.4claws95
10767
10768         * src/prefs_actions.c
10769                 Don't display in/out dialog if there is nothing to show.
10770
10771 2002-04-23 [paul]       0.7.4claws94
10772
10773         * sync with 0.7.5cvs3
10774                 bug fixes: see ChangeLog entry 2002-04-23
10775
10776 2002-04-22 [darko]      0.7.4claws93
10777
10778         * src/compose.c
10779                 fix previous check-in which changed code after
10780                 merge from main
10781
10782 2002-04-22 [paul]       0.7.4claws92
10783
10784         * faq/de/*
10785                 add German FAQ
10786         * faq/en/*
10787           faq/es/*
10788           faq/fr/*
10789                 update English, Spanish and French FAQs
10790         * manual/de/*
10791           manual/es/*
10792                 add German and Spanish manuals
10793         * manual/en/*
10794           manual/fr/*
10795                 update English and French manuals
10796
10797         * src/Makefile.am
10798                 add to and re-arrange the pixmap entries
10799
10800 2002-04-22 [darko]      0.7.4claws91
10801
10802         * src/compose.c
10803                 fix sender initials recognition to only allow
10804                 '>' after the initials
10805
10806 2002-04-21 [paul]       0.7.4claws90
10807
10808         * sync with 0.7.5 release
10809                 see ChangeLog entry 2002-04-21
10810
10811 2002-04-21 [alfons]
10812
10813         * src/Makefile.am
10814                 add colin's new pixmaps to EXTRA_DIST
10815
10816 2002-04-21 [colin]      0.7.4claws89
10817         * src/compose.c
10818         * src/inc.c
10819         * src/mainwindow.[ch]
10820         * src/prefs_common.[ch]
10821         * src/stock_pixmap.[ch]
10822                 Added "Work offline" ability.
10823
10824 2002-04-21 [colin]      0.7.4claws88
10825         
10826         * src/mimeview.c
10827         * src/prefs_common.c
10828         * src/prefs_common.h
10829         * src/textview.c : Added an option to common preferences -> display
10830           to allow user not to automatically display images.
10831
10832 2002-04-21 [paul]       0.7.4claws87
10833
10834         * sync with 0.7.4cvs52
10835                 see ChangeLog entry 2002-04-21 (src/imap.c)
10836
10837 2002-04-21 [paul]       0.7.4claws86
10838
10839         * sync with 0.7.4cvs51
10840                 see ChangeLog entry 2002-04-21
10841
10842 2002-04-21 [paul]       0.7.4claws85
10843
10844         * sync with 0.7.4cvs49
10845                 see ChangeLog entries 2002-04-20 and 2002-04-21
10846
10847         * src/Makefile.am
10848                 clean up: remove old 'stock_' element from xpm 
10849                 filenames.
10850
10851 2002-04-21 [alfons]     0.7.4claws84
10852
10853         apply sync patch from Paul
10854
10855         * src/folderview.c
10856                 use old claws prefs_folder_item_create() for now
10857
10858 2002-04-19 [match]      0.7.4claws83
10859
10860         * src/addressbook.[ch]
10861         * src/addrharvest.[ch]
10862         * src/addrgather.[ch]
10863                 recurse folders.
10864         * src/mainwindow.c
10865         * src/summaryview.[ch]
10866                 change menu option.
10867
10868 2002-04-19 [paul]       0.7.4claws82
10869
10870         * po/pt_BR.po
10871                 updated by Fabio Junior Beneditto
10872
10873 2002-04-14 [alfons]     0.7.4claws81
10874
10875         * src/passphrase.c
10876                 add #include <sys/types.h> for mode_t and off_t 
10877
10878 2002-04-13 [paul]       0.7.4claws80
10879         
10880         * src/main.c
10881           src/passphrase.[ch]
10882           src/pgptext.c
10883           src/prefs_common.[ch]
10884           src/rfc2015.c
10885                 enable storing of GnuPG passphrase for the whole 
10886                 session or a user-defined number of minutes. patch 
10887                 submitted by Ravemax <ravemax@dextrose.com>
10888
10889 2002-04-13 [alfons]     0.7.4claws79
10890
10891         * src/textview.c
10892                 make email parser also stop scanning when encountering separators
10893                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10894
10895 2002-04-13 [paul]       0.7.4claws78
10896
10897         * sync with 0.7.4cvs39
10898                 see ChangeLog entry 2002-04-12
10899
10900 2002-04-11 [paul]       0.7.4claws77
10901
10902         * sync with 0.7.4cvs37
10903                 see ChangeLog entry 2002-04-11
10904
10905 2002-04-11 [paul]       0.7.4claws76
10906
10907         * COPYING 
10908                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10909                 the clause for OpenSSL). sync with sylpheed main
10910
10911 2002-04-09 [melvin]     0.7.4claws75
10912
10913         * src/compose.c
10914                 Made 'Ctrl-Enter' on send ignore some modifiers 
10915                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10916                 to bind other *-Enter (but not Alt-Enter).
10917
10918 2002-04-09 [paul]       0.7.4claws74
10919
10920         * sync with 0.7.4cvs35
10921                 see ChangeLog entries 2002-04-09
10922
10923 2002-04-08 [paul]       0.7.4claws73
10924
10925         * sync with 0.7.4cvs33
10926                 see ChangeLog entry 200-04-08
10927
10928 2002-04-07 [match]      0.7.4claws72
10929
10930         * src/addrharvest.[ch]
10931                 fixed to read all addresses in header, regardless
10932                 of header size. improved name parsing. accommodate
10933                 harvest from folders and selected message.
10934         * src/addritem.[ch]
10935                 included new address parsing function.
10936         * src/addrgather.[ch]
10937         * src/addressbook.[ch]
10938         * src/summaryview.[ch]
10939         * src/mainwindow.c
10940                 allow address harvest of folder as well as selected
10941                 messages.
10942
10943 2002-04-07 [paul]       0.7.4claws71
10944
10945         * src/esmtp.[ch]
10946           src/smtp.c
10947                 don't try to authenticate with CRAM-MD5 in SMTP when 
10948                 SMTP-AUTH enabled if MTA doesn't issue this 
10949                 auth-method in it's ehlo-response. bug item #531364,
10950                 patch item #938910. patch submitted by Colin Leroy 
10951                 <colin@colino.net>
10952
10953 2002-04-07 [paul]       0.7.4claws70
10954
10955         * src/nntp.c
10956                 fix missing MODE_READER bug. patch submitted by
10957                 Colin Leroy <colin@colino.net>
10958
10959 2002-04-07 [alfons]     0.7.4claws69
10960
10961         * src/matcher.[ch]
10962         * src/prefs_filtering.c
10963         * src/summaryview.c
10964                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10965                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10966
10967 2002-04-07 [paul]       0.7.4claws68
10968
10969         * sync with 0.7.4cvs32
10970                 see ChangeLog entry 2002-04-06
10971
10972         * tools/filter_conv.pl
10973                 more bug fixes
10974
10975 2002-04-06 [paul]       0.7.4claws67
10976
10977         * tools/filter_conv.pl
10978                 modify to be able to find the name of the first
10979                 mailbox and use that. main's filter does not
10980                 record the full path to the mailbox and therefore
10981                 can only filter to the first mailbox.
10982
10983 2002-04-05 [paul]       0.7.4claws66
10984
10985         * tools/filter_conv.pl
10986                 attempt to make the script all-encompassing and
10987                 be able to convert any main 'filter' rule thrown
10988                 at it
10989
10990 2002-04-05 [paul]       0.7.4claws65
10991
10992         * tools/filter_conv.pl
10993                 allow for collapsed folder trees
10994
10995 2002-04-05 [paul]       0.7.4claws64
10996
10997         * sync with 0.7.4cvs31
10998                 see ChangeLog entries 2002-04-05
10999
11000 2002-04-03 [paul]       0.7.4claws63
11001
11002         * sync with 0.7.4cvs29
11003                 see ChangeLog entries 2002-04-02 and 2002-04-03
11004
11005 2002-04-02 [paul]       0.7.4claws62
11006
11007         * sync with 0.7.4cvs26
11008                 see ChangeLog entry 2002-04-01
11009
11010 2002-04-02 [match]      0.7.4claws61
11011
11012         * src/pine.[ch]
11013         * src/importpine.[ch]
11014         * src/addressbook.c
11015                 import Pine address book.
11016
11017 2002-04-02 [match]      0.7.4claws60
11018
11019         * src/addrharvest.[ch]
11020                 improve address parsing of funky addresses.
11021
11022 2002-04-02 [darko]      0.7.4claws59
11023
11024         * src/compose.c
11025                 wrap on send improvements, it now recognizes quoted
11026                 initials as part of the quotation string, and it
11027                 does not join lines separated by CR
11028
11029 2002-04-01 [match]      0.7.4claws58
11030
11031         * src/mgutils.[ch]
11032                 added new functions.
11033         * src/mutt.[ch]
11034                 remove excessive duplicate address generation
11035                 on import.
11036
11037 2002-04-01 [alfons]     0.7.4claws57
11038         
11039         * src/summaryview.c
11040                 put back g_free() 
11041
11042 2002-04-01 [paul]       0.7.4claws56
11043
11044         * sync with 0.7.4cvs25
11045                 see ChangeLog entry 2002-04-01
11046
11047 2002-04-01 [alfons]     0.7.4aprilfool55
11048
11049         * src/summaryview.c
11050                 honour feature request item #537427 to allow for
11051                 displaying names from address book for sent mail also
11052
11053 2002-03-29 [paul]       0.7.4claws54
11054
11055         * src/mainwindow.c
11056           src/prefs_filtering.[ch]
11057           src/prefs_matcher.c
11058           src/summaryview.c
11059                 add 'fast filter' for claws' filtering,
11060                 /Tools/Create filter rule/... patch submitted
11061                 by Neill Miller <neillm@thecodefactory.org>
11062
11063 2002-03-29 [paul]       0.7.4claws53
11064
11065         * sync with 0.7.4cvs24
11066                 see ChangeLog entry 2002-03-29
11067
11068 2002-03-28 [paul]       0.7.4claws52
11069
11070         * sync with 0.7.4cvs23
11071                 see ChangeLog entry 2002-03-28
11072
11073 2002-03-27 [melvin]     0.7.4claws51
11074
11075         * src/prefs_actions.c
11076                 Added support to pass only one message part (as a
11077                 file) to the command using '%p'. No quotes are needed
11078                 because doubles quotes are automatically added.
11079                 Fixed bug where Sylpheed could block when waiting for
11080                 a child process to finish.
11081                 Changed the help menu to remove quotes around symbols to 
11082                 avoid misinterpretation (they must not be used).
11083
11084 2002-03-27 [melvin]     0.7.4claws50
11085
11086         * src/inc.c
11087                 Made the new mail notification command always 
11088                 execute asynchronously.
11089
11090 2002-03-27 [paul]       0.7.4claws49
11091
11092         * src/compose.c
11093                 fix bug introduced in last commit
11094
11095 2002-03-27 [paul]       0.7.4claws48
11096
11097         * sync with 0.7.4cvs21
11098                 see ChangeLog 2002-03-26 and 2002-03-27
11099
11100 2002-03-26 [hoa]        0.7.4claws47
11101
11102         * src/prefs_folder_item.c
11103                 really fixed the bug #516442 with folder rescan.
11104
11105 2002-03-26 [paul]       0.7.4claws46
11106
11107         * sync with 0.7.4cvs19
11108                 see ChangeLog entries 2002-03-25 and 2002-03-26
11109
11110 2002-03-25 [hoa]        0.7.4claws45
11111
11112         * src/matcher.c
11113         * src/mh.c
11114                 fix the bug #516442 with folder rescan.
11115
11116         * src/prefs_common.[ch]
11117         * src/compose.c
11118                 added an option to enable two different behaviours
11119                 for bounce.
11120
11121
11122 2002-03-25 [paul]       0.7.4claws44
11123
11124         * src/mainwindow.c
11125           src/selective_download.c
11126                 correct a few menuitem labels
11127
11128 2002-03-25 [christoph]  0.7.4claws43
11129
11130         * src/procmsg.c
11131                 fix non deleted tmp message in
11132                 procmsg_save_to_outbox
11133                 fix problems caused by sync with
11134                 main branch's procmsg_send_queue
11135
11136 2002-03-25 [paul]       0.7.4claws42
11137
11138         * src/quote_fmt.c
11139           src/quote_fmt_lex.l
11140           src/quote_fmt_parse.y
11141                 add Last name (%L) placeholder for quoting. 
11142                 patch submitted by Thorsten Thielen 
11143                 <thth@users.sourceforge.net>
11144
11145 2002-03-25 [paul]       0.7.4claws41
11146
11147         * src/utils.c
11148                 get full hostname. patch submitted by
11149                 Bob Woodside <rwoodside1@comcast.net>
11150
11151 2002-03-25 [paul]       0.7.4claws40
11152
11153         * src/account.c
11154           src/news.c
11155           src/nntp.[ch]
11156           src/prefs_account.[ch]
11157                 enable NNTP over SSL. patch submitted by
11158                 Pascal Jermini <pascal@infinity.hn.org>
11159
11160 2002-03-24 [paul]       0.7.4claws39
11161
11162         * src/prefs_common.c
11163                 make the arrangement of the Compose tab more
11164                 coherent
11165
11166         * src/mainwindow.c
11167                 fix some irregularities of style
11168
11169         * po/de.po
11170                 updated by Kilian Krause
11171
11172 2002-03-23 [paul]       0.7.4claws38
11173
11174         * po/pt_BR.po
11175                 updated by Fabio Junior Beneditto
11176
11177 2002-03-23 [paul]       0.7.4claws37
11178
11179         * src/mainwindow.c
11180                 move 'Gather addresses' to 'Tools' menu
11181                 make 'Selective download' sensitive
11182
11183 2002-03-23 [paul]       0.7.4claws36
11184
11185         * sync with 0.7.4cvs16
11186                 see ChangeLog entries 2002-03-23
11187
11188 2002-03-22 [christoph]  0.7.4claws35
11189
11190         * src/quote_fmt_parse.y
11191                 fix include program output
11192
11193 2002-03-22 [alfons]     0.7.4claws34
11194
11195         * src/pop.c
11196                 initialize GDate stack variable correctly (sorry!)
11197
11198 2002-03-22 [paul]       0.7.4claws33
11199
11200         * src/compose.c
11201           src/mainwindow.c
11202           src/prefs_actions.c
11203           src/prefs_common.c
11204                 rename 'Tool' to 'Tools'
11205
11206         * src/mainwindow.c
11207                 move 'Delete duplicated messages' from
11208                 'Message/' to 'Tools/'
11209                 re-arrange the order of 'Tools/' items
11210
11211 2002-03-22 [paul]       0.7.4claws32
11212
11213         * src/addr_compl.c
11214           src/addressbook.[ch]
11215                 auto-address completion now also matches on
11216                 Nickname. patch submitted by Bob Forsman 
11217                 <hammor@users.sourceforge.net>
11218
11219         * src/editaddress.c
11220                 correct a spelling mistake
11221
11222 2002-03-22 [alfons]     0.7.4claws31
11223
11224         * src/pop.c
11225                 fix getting uidl from incorrect string 
11226                 (spotted by Colin)
11227
11228 2002-03-21 [alfons]     0.7.4claws30
11229
11230         * src/pop.c
11231                 more code refactoring
11232                 plug mem leak introduced by delete on server
11233
11234 2002-03-21 [paul]       0.7.4claws29
11235
11236         * sync with 0.7.4cvs11
11237                 see ChangeLog entries 2002-03-20
11238
11239 2002-03-20 [alfons]     0.7.4claws28
11240
11241         * src/inc.c
11242                 apply Colin's patch and refactor
11243
11244 2002-03-20 [paul]       0.7.4claws27
11245
11246         * sync with sylpheed 0.7.4cvs9
11247                 see ChangeLog entry 2002-03-20
11248
11249 2002-03-19 [christoph]  0.7.4claws26
11250
11251         * src/mh.c
11252         * src/procmsg.[ch]
11253         * src/summaryview.c
11254                 revert changes for flag updates
11255                 (does not work correctly and no time to debug)
11256
11257 2002-03-20 [alfons]     0.7.4claws25
11258
11259         * src/pop.c
11260                 refactor should_delete() a little bit 
11261
11262 2002-03-19 [paul]       0.7.4claws24
11263
11264         * src/inc.[ch]
11265           src/pop.c
11266           src/prefs_account.[ch]
11267                 allow the user to leave downloaded mail on the 
11268                 server for n days. Patch submitted by Colin Leroy 
11269                 <colin@colino.net>
11270
11271 2002-02-19 [paul]       0.7.4claws23
11272
11273         * sync with sylpheed 0.7.4cvs8
11274                 see ChangeLog entries 2002-03-19
11275
11276 2002-03-18 [paul]       0.7.4claws22
11277
11278         * sync with sylpheed 0.7.4cvs6
11279                 see ChangeLog entry 2002-03-18
11280
11281 2002-03-18 [paul]       0.7.4claws21
11282
11283         * po/en_GB.po
11284                 add en_GB message catalogue
11285
11286         * src/mbox_folder.c
11287           src/prefs_account.c
11288           src/prefs_actions.c
11289                 correct a few spelling mistakes
11290
11291 2002-03-17 [alfons]     0.7.4claws20
11292
11293         * src/matcher.c
11294                 more stringent checks for NULL params when writing
11295                 filtering actions to a file
11296                 
11297 2002-03-17 [hoa]        0.7.3claws20
11298
11299         * src/news.c
11300                 fixed the count of new messages
11301
11302         * src/compose.c
11303                 fixed the "attachment properties" window
11304
11305 2002-03-17 [paul]       0.7.4claws19
11306
11307         * src/defs.h
11308           src/folder.h
11309           src/news.c
11310           src/prefs_account.[ch]
11311           src/procmsg.[ch]
11312           src/summaryview.c
11313                 automatically mark cross-posted messages as read 
11314                 and (optionally) give them a colour label
11315                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11316                 
11317
11318 2002-03-17 [paul]       0.7.4claws18
11319
11320         * sync with sylpheed 0.7.4cvs5
11321                 see ChangeLog entry 2002-03-17
11322
11323 2002-03-17 [melvin]     0.7.4claws17
11324         
11325         * src/textview.c
11326                 Worked around a gtktext 'bug': when searching for 
11327                 a text in a long message it was scrolling slowly
11328                 line by line until it hit the searched text.
11329         * po/fr.po
11330                 Updated French translation
11331
11332 2002-03-17 [melvin]     0.7.4claws16
11333
11334         * src/mainwindow.c
11335         * src/compose.c
11336         * src/prefs_actions.c
11337                 Moved "Edit/Actions" to "Tool/Actions"
11338                 Made mainwindow/compose window sensitive as soon as
11339                 no child process is running anymore even if the io dialog
11340                 is open.
11341                 Fixed a struct being initialized with a non constant char*
11342
11343 2002-03-16 [christoph]  0.7.4claws15
11344
11345         * configure.in
11346                 add --with-compiler-flags option
11347                 (only for developer hacking)
11348         * src/mh.c
11349         * src/procmsg.[ch]
11350         * src/summaryview.c
11351                 try to make folder-stats and flag handling more
11352                 independent from the summaryview. msgcounts
11353                 are only set when the folder is opened and
11354                 procmsg_msginfo_(un)set_flags will handle it
11355                 later and summaryview will get the values
11356                 from the folder.
11357
11358 2002-03-16 [paul]       0.7.4claws14
11359
11360         * src/messageview.c
11361                 fix Return-receipt. Patch submitted by Bob
11362                 Woodside <rwoodside1@comcast.net>
11363
11364 2002-03-16 [paul]       0.7.4claws13
11365
11366         * src/compose.c
11367                 fix 'dynamic' signatures, make it work again
11368                 broken during sync on 2002-03-14 (0.7.4claws2)
11369
11370 2002-03-15 [match]      0.7.4claws12
11371
11372         * src/addrharvest.[ch]
11373         * src/addrgather.[ch]
11374         * src/addressbook.[ch]
11375         * src/mainwindow.c
11376                 included address harvester feature. still some
11377                 issues with address parsing that I will fix.
11378
11379 2002-03-15 [match]      0.7.4claws11
11380
11381         * src/addrbook.[ch]
11382         * src/addrcache.[ch]
11383         * src/addressbook.[ch]
11384         * src/addrindex.c
11385         * src/editbook.c
11386         * src/importldif.c
11387         * src/importmutt.c
11388         * src/jpilot.[ch]
11389         * src/main.c
11390         * src/syldap.[ch]
11391         * src/vcard.[ch]
11392                 tidy up. fix memory leaks. moved attribs and methods
11393                 from individual interfaces to addrcache object. prep
11394                 for new stuff to come in.
11395
11396 2002-03-15 [alfons]     0.7.4claws10
11397
11398         * src/matcher.[ch]
11399         * src/matcher_parser_parse.y
11400         * src/matcher_parser_lex.l
11401         * src/prefs_matcher.c
11402                 add filtering conditions message greater than, smaller 
11403                 than, and exactly matching a size in bytes
11404                 (does not work with delete from POP3 server yet)
11405
11406                 this should also give others an idea what you should
11407                 do to add new criterions to claws filtering system
11408                 
11409
11410 2002-03-15 [paul]       0.7.4claws9
11411
11412         * tools/filter_conv.pl
11413                 exit if there are no filter rules to convert
11414                 rename filterrc to filterrc.old after completion
11415
11416 2002-03-15 [paul]       0.7.4claws8
11417
11418         * sync with sylpheed 0.7.4cvs3
11419                 see ChangeLog entry 2002-03-14
11420
11421 2002-03-14 [paul]       0.7.4claws7
11422
11423         * src/compose.c
11424                 clean up the last commit (ahem)
11425
11426 2002-03-14 [paul]       0.7.4claws6
11427
11428         * src/compose.c
11429                 fix bug #515655. honour account preferences
11430                 regarding gpg default signing/encryption when 
11431                 changing account from the compose window.
11432
11433 2002-03-14 [paul]       0.7.4claws5
11434
11435         * src/folderview.c
11436                 remove unnecessary curly brackets
11437
11438 2002-03-14 [paul]       0.7.4claws4
11439
11440         * src/folderview.c
11441           src/prefs_filtering.[ch]
11442                 add filter rename on folder rename and filter
11443                 delete on folder delete. Patch submitted by
11444                 Neill Miller <neillm@thecodefactory.org> 
11445
11446 2002-03-14 [christoph]  0.7.4claws3
11447
11448         * src/procmsg.c
11449         * src/send.c
11450                 fix local delivery
11451                 (patch submitted by "Simon 'corecode' Schubert")
11452         * src/prefs_common.c
11453         * src/procmsg.c
11454                 fix gcc 3.0 warning
11455
11456 2002-03-14 [paul]       0.7.4claws2
11457
11458         * sync with sylpheed 0.7.4cvs2
11459                 see ChangeLog entry 2002-03-13
11460
11461 2002-03-12 [darko]      0.7.4claws1
11462
11463         * src/mainwindow.c
11464                 fix what seems to be a copy and paste error
11465                 when setting color for important messages
11466                 (reported by wwp)
11467
11468 2002-03-11 [paul]       version 0.7.4claws released
11469
11470 2002-03-11 [paul]       0.7.4claws
11471
11472         * po/es.po
11473           po/it.po
11474           po/nl.po
11475           po/pt_BR.po
11476                 update message catalogs. Submitted by Ricardo Mones 
11477                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11478                 Fabio Junior Beneditto
11479
11480         * configure.in
11481           faq/Makefile.am
11482           faq/it/Makefile
11483           faq/it/sylpheed-faq*
11484           src/mainwindow.c
11485           src/manual.[ch]
11486                 add FAQ in Italian
11487         
11488
11489 2002-03-11 [jens]       0.7.3claws7
11490
11491         * po/de.po
11492                 updated German translation
11493
11494 2002-03-11 [melvin]     0.7.3claws6
11495
11496         * po/fr.po
11497                 updated and corrected French translation
11498
11499 2002-03-10 [hoa]        0.7.3claws5
11500
11501         * src/account.c
11502         * src/inc.c
11503         * src/prefs_account.c
11504         * src/procmsg.c
11505         * src/send.[ch]
11506                 fixed the local account.
11507                 you have to change the default "/usr/sbin/sendmail"
11508                 to "/usr/sbin/sendmail -t" in the preferences of
11509                 the local account.
11510
11511         * src/procmime.c
11512                 removed some debug display for renderer
11513
11514 2002-03-10 [paul]       0.7.3claws4
11515
11516         * faq/en/sylpheed-faq-1.html
11517           faq/en/sylpheed-faq-2.html
11518                 update
11519
11520 2002-03-09 [paul]       0.7.3claws3
11521
11522         * sync with sylpheed 0.7.4
11523                 see ChangeLog entry 2002-03-09
11524
11525 2002-03-08 [paul]       0.7.3claws2
11526
11527         * faq/en/sylpheed-faq*
11528           faq/es/sylpheed-faq*
11529           faq/fr/sylpheed-faq*
11530                 update the FAQs
11531
11532         * manual/fr/.cvsignore
11533           manual/fr/Makefilea.am
11534           manual/fr/sylpheed*
11535           src/mainwindow.c
11536           src/manual.[ch]
11537                 add the French manual
11538
11539 2002-03-07 [paul]       0.7.3claws1
11540
11541         * sync with sylpheed 0.7.3cvs4
11542                 see ChangeLog entries  2002-03-06 and 2002-03-07
11543         
11544         * po/nl.po
11545                 updated by Wilbert Berendsen
11546
11547 2002-03-07 [melvin]     0.7.2claws34
11548
11549         * src/selective_download.c
11550                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11551
11552 2002-03-06 [paul]       0.7.2claws33
11553
11554         * sync with sylpheed 0.7.3cvs1
11555                 bug fix, see ChangeLog entry 2002-03-05
11556
11557 2002-03-05 [paul]       0.7.2claws32
11558
11559         * src/mimeview.c
11560           src/pgptext.[ch]
11561           src/procmsg.c
11562                 reverse the pgp ascii-armored code implemented in 
11563                 0.7.2claws16. removal of this code until it matures.
11564                 this means that verifying ascii-armored pgp sigs and
11565                 automatic decryption of ascii-armored encrypted
11566                 messages no longer works.
11567
11568 2002-03-05 [paul]       0.7.2claws31
11569
11570         * configure.in
11571           Makefile.am
11572         * faq/Makefile.am
11573         * faq/en/Makefile.am
11574           faq/en/sylpheed-faq.html
11575           faq/en/sylpheed-faq-1.html
11576           faq/en/sylpheed-faq-2.html
11577           faq/en/sylpheed-faq-3.html
11578         * faq/es/Makefile.am
11579           faq/es/sylpheed-faq.html
11580           faq/es/sylpheed-faq-1.html
11581           faq/es/sylpheed-faq-2.html
11582           faq/es/sylpheed-faq-3.html
11583           faq/es/sylpheed-faq-4.html
11584         * faq/fr/Makefile.am
11585           faq/fr/sylpheed-faq.html
11586           faq/fr/sylpheed-faq-1.html
11587           faq/fr/sylpheed-faq-2.html
11588           faq/fr/sylpheed-faq-3.html
11589         * src/Makefile.am
11590           src/defs.h
11591           src/mainwindow.c
11592           src/manual.[ch]
11593                 add FAQs in English, Spanish and French
11594
11595
11596 2002-03-05 [paul]       0.7.2claws30
11597
11598         * manual/en/sylpheed.html
11599           manual/en/sylpheed-XX.html
11600                 updated the English manual
11601
11602 2002-03-05 [hoa]        
11603
11604         * src/summaryview.c
11605                 dialog box pops up if the article can't be deleted.
11606
11607 2002-03-04 [paul]       
11608         
11609         * po/pt_BR.po
11610                 updated by Fabio Junior Benedito
11611
11612 2002-03-04 [hoa]
11613
11614         * removed ac/gpgme.m4
11615                 to avoid autogen common problem
11616                 developers have to install gpgme development package now
11617
11618         * src/compose.c
11619                 encoding to 7bit or 8bit is enabled.
11620
11621 2002-03-03 [alfons]     0.7.2claws29
11622
11623         * src/pop.c
11624                 merge fix by Oliver Haertel for selective
11625                 download buglet
11626
11627 2002-03-03 [paul]       0.7.2claws28
11628         
11629         * sync with sylpheed 0.7.3
11630
11631 2002-03-03 [paul]       0.7.2claws27
11632
11633         * sync with sylpheed 0.7.2cvs24
11634                 see ChangeLog entries 2002-03-02 and 2002-03-03
11635
11636 2002-03-02 [melvin]     0.7.2claws26
11637
11638         * src/inc.[ch]
11639         * src/main.c
11640         * src/mainwindow.c
11641         * src/prefs_common.[ch]
11642                 Added user definable notification on new mail arrival.
11643                 Removed unused variables in spell checker prefs code.
11644
11645 2002-03-02 [melvin]     0.7.2claws25
11646
11647         * src/quote_fmt.c
11648                 Removed unnecessary escape sequences.
11649                 Changed 'Initial...' to 'Initials of Sender'
11650
11651 2002-03-02 [paul]       0.7.2claws24
11652
11653         * sync with sylpheed 0.7.2cvs22
11654                 see ChangeLog entry 2002-03-01
11655
11656 2002-03-01 [hoa]        0.7.2claws23
11657
11658         * src/mainwindow.c
11659                 Set sensitivity of delete actions to active
11660                 even if the folder is a newsgroup.
11661
11662         * src/summaryview.c
11663                 - Set sensitivity of delete actions
11664                 - Added function check_permission() that will check if the
11665                   user is authorized to delete a message. For news, it
11666                   will check if the author is the same.
11667                 - Enabled deletion when there is no trash folder.
11668
11669         * src/news.[ch]
11670                 - Added news_cancel_article() to cancel articles
11671                 - Implemented news_remove_message() (public function)
11672
11673 2002-03-01 [paul]       0.7.2claws22
11674
11675         * src/gtkutils.c
11676           src/textview.c
11677                 recognise urls that that don't include 'http://' and
11678                 simply begin 'www.' 
11679
11680         * AUTHORS
11681                 remove duplicated name
11682
11683 2002-02-28 [paul]       0.7.2claws21
11684
11685         * src/mainwindow.c
11686           src/summaryview.[ch]
11687                 add ability to 'Select thread'
11688                 combines Melvin's "Select thread's head" patch (#510907)
11689                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11690                 patch (#518514) 
11691
11692 2002-02-28 [paul]       0.7.2claws20
11693
11694         * src/mimeview.c
11695                 hopefully fix segfault on right-clicking a mime part
11696                 that some people have experienced.      
11697                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11698
11699 2002-02-28 [paul]       0.7.2claws19
11700
11701         * sync with sylpheed 0.7.2cvs21
11702                 see ChangeLog entries 2002-02-27 and 2002-02-28
11703
11704 2002-02-27 [paul]       0.7.2claws18
11705
11706         * sync with sylpheed 0.7.2cvs18
11707                 see ChangeLog entries 2002-02-26 and 2002-02-27
11708
11709 2002-02-26 [alfons]     0.7.2claws17
11710
11711         * src/procheader.c
11712                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11713                 (spotted by Chris Hessman <idatech@gmx.net>)
11714
11715 2002-02-26 [paul]       0.7.2claws16
11716
11717         * src/mimeview.c
11718           src/pgptext.[ch]
11719           src/procmsg.c
11720                 make decryption of ascii-armored pgp encrypted messages
11721                 and verification of ascii-armored signatures work again.
11722                 slightly altered from the patch by Jens Jahnke 
11723                 <jan0sch@gmx.net>
11724
11725                 ##FIX ME##
11726                 * the checking of plaintext signatures always comes up in 
11727                   a popup box
11728                 * it doesn't work for multipart messages 
11729                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11730                   including the msg headers and these 2 line themselves, are 
11731                   not displayed
11732
11733         * src/mainwindow.c
11734                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11735                 "View/Message View" becomes "View/Separate Message View"
11736                 because its less ambiguous.
11737
11738         * po/es.po
11739                 updated by Ricardo Mones Lastra
11740
11741 2002-02-26 [paul]       0.7.2claws15
11742
11743         * sync with sylpheed 0.7.2cvs17
11744                 see ChangeLog entries 2002-02-25 and 2002-02-26
11745
11746 2002-02-25 [christoph]  0.7.2claws14
11747
11748         * src/filtering.[ch]
11749         * src/inc.c
11750                 do filtering stuff after all messages have been received
11751                   1. drop all messages to .processing
11752                   2. scan processing folder for messages
11753                   3. filter messages or move to inbox
11754                 this will also find old messages left in processing after
11755                 a crash or something like that and we get a real msginfo
11756                 from folder->get_msg_list and do not have to create our
11757                 own in filter_message
11758         * src/matcher_parser_parse.y
11759                 remove MIX/MAX warning (reordered includes)
11760
11761 2002-02-25 [paul]       0.7.2claws13
11762
11763         * sync with sylpheed 0.7.2cvs15
11764                 see ChangeLog entry 2002-02-24
11765
11766 2002-02-24 [alfons]     0.7.2claws12
11767
11768         * src/filtering.c
11769                 clear old color flags first when applying a new color to
11770                 a message info. 
11771                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11772
11773 2002-02-24 [alfons]     0.7.2.claws11
11774         
11775         * AUTHORS
11776         * src/prefs_common.c
11777                 add presets for Opera and Konqueror, closes patch #517261,
11778                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11779
11780 2002-02-24 [alfons]     0.7.2.claws10
11781
11782         * AUTHORS
11783         * src/summaryview.c
11784                 fix threading for null message ids, closes patch #521601,
11785                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11786
11787 2002-02-24 [alfons]     0.7.2claws9
11788
11789         * src/summaryview.c
11790         * src/filtering.c
11791                 make Tool | Filter Message work with filtering system so
11792                 setting flags also works
11793
11794                 TODO:
11795
11796                 - Processing uses the same function as Tool | Filter
11797                   Message, but doesn't use the same update proc yet
11798
11799 2002-02-23 [paul]       0.7.2claws8
11800
11801         * sync with sylpheed 0.7.2cvs14
11802                 see ChangeLog entries 2002-02-22 and 2002-02-23
11803
11804 2002-02-22 [christoph]  0.7.2claws7
11805
11806         * src/quote_fmt.c
11807                 Add column space to table
11808         * src/quote_fmt_parse.y
11809                 Close files
11810
11811 2002-02-22 [paul]       0.7.2claws6
11812
11813         * src/Makefile.am
11814           src/defs.h
11815           src/filtering.c
11816           src/inc.[ch]
11817           src/mainwindow.c
11818           src/matcher.[ch]
11819           src/matcher_parser_lex.l
11820           src/matcher_parser_parse.y
11821           src/pop.[ch]
11822           src/prefs_account.h
11823           src/prefs_filtering.c
11824           src/selective_download.[ch]   *** NEW FILES ***
11825           src/utils.[ch]
11826           po/POTFILES.in
11827                 Selective Download added to 'Tool' menu. 
11828                 Retrieves email headers of the currently selected pop3 
11829                 account and allows the user to mark emails for deletion 
11830                 right on the pop3 server. Patch submitted by Oliver Haertel 
11831                 <oha@users.sourceforge.net>.
11832         
11833         * po/POTFILES.in
11834                 add 'src/quote_fmt.c'           
11835
11836 2002-02-22 [christoph]  0.7.2claws5
11837
11838         * src/Makefile.am
11839                 added quote_fmt.c
11840         * src/prefs_common.[ch]
11841         * src/prefs_template.c
11842         * src/quote_fmt.c               *** NEW FILE ***
11843         * src/quote_fmt.h
11844                 move quote format symbol description code
11845                 to it's own file because it is used from
11846                 differnent code parts
11847                 Rewrote symbol description GUI
11848                   + use table
11849                   + add separators
11850                   + get data from array (no more long constant strings)
11851         * src/quote_fmt_lex.l
11852         * src/quote_fmt_parse.y
11853                 Symbol for Literal % changed to \% instead of %%
11854                 (More logical as \ is used for quoting for other symbols)
11855                 Add |f and |p to include files and program output
11856                 Examples:
11857                     |f{/home/.../.signature}
11858                     |p{date}
11859         * po/de.po
11860                 Correct wrong spelling for "Referenzen"
11861
11862 2002-02-21 [paul]       0.7.2claws4
11863
11864         * src/procmsg.c
11865                 forgotten during sync
11866
11867 2002-02-21 [paul]       0.7.2claws3
11868
11869         * sync with sylpheed 0.7.2cvs11
11870                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11871                 2002-02-20 and 2002-02-21
11872
11873 2002-02-20 [melvin]     0.7.2claws2
11874
11875         * src/prefs_actions.c
11876                 Added error report when child cannot fork or when execvp 
11877                 returns with an error.
11878
11879 2002-02-19 [christoph]  0.7.2claws1
11880
11881         * src/codeconv.c
11882                 return unconverted text if conde conversion is not possible
11883                 when libjconv is used.
11884                 (patch submitted by "Simon 'corecode' Schubert")
11885
11886 2002-02-19 [paul]       
11887
11888         * version 0.7.2claws release
11889
11890 2002-02-19 [paul]       0.7.2claws
11891
11892         * po/nl.po
11893                 updated by Wilbert Berendsen
11894
11895
11896 2002-02-18 [alfons]     0.7.1claws13
11897
11898         * src/syldap.c
11899         * src/jpilot.c
11900                 remove references to dlfcn and explicitly loading functions
11901                 from dynalink libs, because libs linked anyway, and functions
11902                 are loaded explicitly
11903
11904 2002-02-17 [melvin]     0.7.1claws12
11905
11906         * src/prefs_actions.c
11907                 Replaced children wait loop with double fork technique.
11908                 Now, input/output window updated at each new output.
11909                 free_children(): Fixed a memory leak.
11910                 Made input/output window non closable if running children
11911                 still exist.
11912                 Added missing <unistd.h> include.
11913                 Added some --debug outputs.
11914
11915 2002-02-17 [melvin]     0.7.1claws11
11916
11917         * src/summaryview.c
11918                 Fixed bug where descending sort order did not select top
11919                 message.
11920
11921 2002-02-17 [melvin]     0.7.1claws10
11922
11923         * acconfig.h
11924                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11925         * src/prefs_common.c
11926                 Pspell data package directory no more hard coded but
11927                 set during configuration (PSPELL_PATH). (Thanks to 
11928                                 Gustavo Noronha Silva.)
11929
11930 2002-02-17 [melvin]     0.7.1claws9
11931
11932         * configure.in
11933                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11934         * src/gtkspell.c
11935                 Fixed compile-time warnings.
11936
11937 2002-02-16 [alfons]     0.7.1claws8
11938
11939         * src/filesel.c
11940                 fix inadvertent free of NULL pointer which caused
11941                 sylpheed to crash when closing the save-as dialog
11942                 using the window close button
11943
11944 2002-02-16 [carsten]    0.7.1claws7
11945         * src/mainwindow.[ch]
11946           src/summaryview.c
11947           src/prefs_common.c
11948                 fixes for pixmap theming code:
11949                         - recently changed mail attributes shouldn't get
11950                           lost any longer
11951                         - theme is only reloaded iff another theme was
11952                           selected
11953
11954 2002-02-16 [paul]       0.7.1claws6
11955
11956         * sync with sylpheed 0.7.2 release
11957                 see ChangeLog entry 2002-02-15 and 2002-02-16
11958
11959 2002-02-15 [paul]       0.7.1claws5
11960
11961         * sync with sylpheed 0.7.1cvs9
11962                 see ChangeLog entry 2002-02-15
11963
11964         * po/POTFILES.in
11965                 remove unneeded headerwindow.c entry
11966
11967 2002-02-14 [carsten]    0.7.1claws4
11968         * src/summaryview.c
11969                 fixed a bug for "Go to next unread message": there was
11970                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11971                 in the prefs, because of doing "Search again" instead
11972                 "No"
11973
11974 2002-02-14 [carsten]    0.7.1claws3
11975         * src/stock_pixmap.c
11976                 removed 2 more mem leaks; following memprof,
11977                 this code is "leak free" now :)
11978
11979 2002-02-14 [carsten]    0.7.1claws2
11980         * src/stock_pixmap.c
11981                 used opendir/readdir/closedir instead of scandir
11982                 -> code should work now on Solaris
11983
11984 2002-02-14 [paul]       0.7.1claws1
11985
11986         * sync with sylpheed 0.7.1cvs8
11987                 see ChangeLog entries 2002-02-13 and 2002-02-14
11988
11989         * README.claws
11990                 add some description of Actions and Pixmap Themes
11991
11992 2002-02-13 [paul]       
11993
11994         * version 0.7.1claws release
11995
11996 2002-02-13 [paul]       0.7.1claws
11997
11998         * po/es.po
11999           po/it.po
12000           po/pt_BR.po
12001                 updated translations, submitted by Ricardo Mones Lastra,
12002                 Alessandro Maestri and Fabio Junior Beneditto
12003
12004 2002-02-13 [melvin]     0.7.0claws75
12005
12006         * src/prefs_actions.c
12007                 Added missing "signal.h" include
12008
12009 2002-02-13 [melvin]     0.7.0claws74
12010
12011         * src/prefs_folder_item.c
12012                 Added missing "config.h" include
12013         * po/fr.po
12014                 Updated French translation for folder propriety.
12015
12016 2002-02-13 [jens]       0.7.0claws73
12017
12018         * po/POTFILES.in
12019                 Added missing src/prefs_folder_item.c [log added by melvin]
12020         * po/de.po
12021                 Updated German translation.
12022
12023 2002-02-13 [melvin]     0.7.0claws72
12024
12025         * po/fr.po
12026                 Updated French translation.
12027
12028 2002-02-13 [melvin]     0.7.0claws71
12029
12030         * src/gtkutils.c
12031                 Made gtkut_editable_get_selection return NULL if selection
12032                 is of length zero.
12033                 This fixes a bug where selecting part of message A then
12034                 switching to message B and replying to it will not
12035                 quote the message's body.
12036
12037 2002-02-12 [paul]       0.7.0claws70
12038
12039         * src/mainwindow.c
12040                 cosmetic, relating to pixmap themes: on toolbar make 
12041                 updating of 'Exec' and 'Compose news/Compose email'
12042                 icons faster.
12043
12044 2002-02-12 [carsten]    0.7.0claws69
12045         * src/folderview.c
12046           src/mainwindow.[ch]
12047           src/stock_pixmap.c
12048           src/summaryview.c
12049           src/prefs_common.c
12050                 - refreshing after changing pixmap theme better
12051                   now (thanks Paul)
12052                 - wanted to remove some mem leaks, but alfons was
12053                   faster (and had the better solution ;)
12054
12055 2002-02-12 [alfons]     0.7.0claws68
12056
12057         * src/prefs_common.c
12058         * src/stock_pixmap.[ch]
12059                 plug mem leaks, refactor code a little bit
12060
12061
12062 2002-02-12 [sergey]     0.7.0claws67
12063
12064         * src/imap.c
12065                 Fixed problem with copying messages to IMAP folders when the
12066                 server uses something other than '/' as a namespace separator
12067                 (cyrus-imapd uses '.').
12068
12069 2002-02-12 [jens]       0.7.0claws66
12070
12071         * po/de.po
12072                 Updated German Translation
12073
12074 2002-02-12 [paul]       0.7.0claws65
12075
12076         * sync with sylpheed 0.7.1cvs1
12077                 see ChangeLog entry 2002-02-12
12078
12079 2002-02-12 [melvin]     0.7.0claws64
12080
12081         * src/prefs_actions.c
12082                 Fixed "feature" where children's output was duplicated 
12083                 instead of refreshed while monitoring.
12084                 Removed some debug code.
12085
12086 2002-02-12 [christoph]  0.7.0claws63
12087
12088         * src/compose.c
12089                 always delete message from queue after sending/send error
12090                 (closes bug #509601)
12091
12092 2002-02-12 [melvin]     0.7.0claws62
12093
12094         * src/prefs_actions.c
12095                 Children wait loop is now triggered with a timeout of 1s
12096                 Added %F which is replaced with the list of filenames 
12097                 of all selected messages (as suggested by Ricardo Mones Lestra)
12098                 Pipe syntax changed. Prefix with | to send selection, postfix
12099                 with | to retrieve output. Prefix with > or * to send
12100                 user definable input to the command (*: input is hidden)
12101                 Old pipe action should now be postfixed with |, too.
12102
12103 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12104         * src/stock_pixmap.c
12105                 fixed a bug: if there's no theme directory don't
12106                 throw an error, just do "nothing" (thanks Alfons)
12107
12108 2002-02-12 [carsten]    0.7.0claws60
12109         * src/folderview.c
12110           src/summaryview.c
12111                 had to write the cache twice (nasty!); some marks would 
12112                 get lost if not
12113
12114 2002-02-11 [carsten]    0.7.0claws59
12115         * acconfig.h
12116           configure.in
12117           doc-src/maintainer_guide.txt
12118           src/compose.[ch]
12119           src/defs.h
12120           src/folderview.[ch]
12121           src/gtkutils.[ch]
12122           src/mainwindow.[ch]
12123           src/prefs_common.[ch]
12124           src/stock_pixmap.[ch]
12125           src/summaryview.[ch]
12126                 pixmap theming and related work on pixmap
12127                 handling on some other places
12128                 (e.g. hrm features for all folder)
12129           src/pixmap/stock_*.xpm -> the stock_ was removed
12130         
12131 2002-02-11 [paul]       0.7.0claws58
12132
12133         * sync with sylpheed 0.7.1 release
12134                 see ChangeLog entries 2002-02-11
12135
12136 2002-02-08 [paul]       0.7.0claws57
12137
12138         * sync with sylpheed 0.7.0cvs39
12139                 see ChangeLog entry 2002-02-07 (last entry) 
12140
12141         * src/prefs_actions.c
12142           src/prefs_filtering.c
12143           src/prefs_matcher.c
12144           src/prefs_scoring.c
12145                 sync: made it compile with C compilers other than gcc
12146
12147 2002-02-07 [paul]       0.7.0claws56
12148
12149         * sync with sylpheed 0.7.0cvs38
12150                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12151                 2002-02-07
12152
12153 2002-02-07 [darko]      0.7.0claws55
12154
12155         * src/gtkutils.[ch]
12156         * src/summaryview.c
12157                 Fix const gchar */gchar * issue (thanks Hiro)
12158
12159 2002-02-07 [darko]      0.7.0claws54
12160
12161         * src/compose.[ch]
12162         * src/filtering.c
12163         * src/gtkutils.[ch]
12164         * src/prefs_template.c
12165         * src/quote_fmt.h
12166         * src/quote_fmt_parse.y
12167         * src/summaryview.c
12168         * src/utils.[ch]
12169                 When replying or forwarding an email don't quote the entire
12170                 mail body but use the part of the message text that is selected
12171
12172 2002-02-06 [melvin]     0.7.0claws53
12173
12174         * src/prefs_common.[ch]
12175         * src/gtkspell.[ch]
12176         * src/compose.c
12177                 Made possible to switch quickly to last used dictionary
12178                 which makes checking bilingual documents easier.
12179
12180 2002-02-06 [melvin]     0.7.0claws52
12181         
12182         * po/POTFILES.in
12183                 Added forgotten new file src/prefs_actions.c
12184
12185 2002-02-06 [melvin]     0.7.0claws51
12186
12187         * src/prefs_actions.c   ** NEW FILE **
12188         * src/prefs_actions.h   ** NEW FILE **
12189                 Added actions to execute on message text view, or on the
12190                         message's file.
12191         * src/Makefile.am
12192                 Added src/prefs_actions.[ch]
12193         * src/compose.c
12194                 Added new menu "Edit/Actions"
12195         * src/defs.h
12196                 Added new actionsrc file.
12197         * src/main.c
12198                 Added actionsrc reading.
12199         * src/mainwindow.c
12200                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12201         * src/prefs_common.h
12202                 Added new element actionslst element to prefs_common.
12203
12204 2002-02-06 [paul]       0.7.0claws50
12205
12206         * sync with sylpheed 0.7.0cvs36
12207                 see ChangeLog entry 2002-02-06
12208
12209 2002-02-05 [paul]
12210
12211         * po/es.po
12212                 updated by Ricardo Mones Lastra
12213
12214 2002-02-05 [paul]       0.7.0claws49
12215
12216         * sync with sylpheed 0.7.0cvs33
12217                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12218
12219 2002-02-05 [paul]       0.7.0claws48
12220
12221         * src/compose.c
12222                 re-add 'Edit/Advanced/Delete entire line', previously named
12223                 'Delete Line+'
12224
12225 2002-02-04 [paul]       0.7.0claws47
12226
12227         * src/compose.c
12228           src/summaryview.c
12229                 fix bug #494993 (Reply All not taking Reply-To into consi)
12230                 eliminate differences in behaviour of right-click 'Reply to all' 
12231                 in summary view and 'Reply to all' on the toolbar. 
12232                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12233                 view and From gets ignored by 'Reply to all' on toolbar.
12234                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12235                 From when no Reply-To header is present.
12236
12237 2002-02-04 [paul]       0.7.0claws46
12238
12239         * sync with sylpheed 0.7.0cvs30
12240                 see ChangeLog entries 2002-02-03 and 2002-02-04
12241
12242 2002-02-03 [melvin]     0.7.0claws45
12243
12244         * src/gtkspell.[ch]
12245                 Readded function to highlight all misspelled words.
12246                 Fixed bug where user-provided-words did not replace
12247                         correctly the misspelled word when using the mouse.
12248                 Fixed bug where checking a region selected from right to left did
12249                         not check the region at all.
12250                 Fixed bug where 'Check backwards' may not check at all. 
12251                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12252                 Fixed possible buffer overflow when checking for long strings (>1k).
12253                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12254                 Accelerators code uses now gtk_widget_add_accel.
12255                 Removed and disabled obsolete and unfinished code.
12256                 Cleaning up.
12257
12258         * src/compose.c
12259                 Added menu item to Highlight all misspelled words.
12260
12261 2002-02-01 [paul]       0.7.0claws44
12262
12263         * src/mainwindow.c
12264                 fix '/View/Hide read messages' sensitivity when all
12265                 messages in a folder are hidden
12266
12267 2002-02-01 [paul]       0.7.0claws43
12268
12269         * src/main.c
12270                 add --send option to command line interface, sends all
12271                 queued mail. Patch submitted by Ricardo Mones Lastra.
12272
12273 2002-01-31 [paul]       0.7.0claws42
12274
12275         * src/mainwindow.c
12276                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12277
12278 2002-01-31 [paul]       0.7.0claws41
12279
12280         * sync with sylpheed 0.7.0cvs27
12281                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12282                 and 2002-01-31
12283
12284         * src/textview.c
12285                 comment out elements of textview_show_part() as temporary
12286                 workaround for attachment 'Display as text' bug 
12287
12288         * po/pt_BR.po
12289                 updated by Fabio Junior Beneditto
12290
12291 2002-01-30 [paul]       0.7.0claws40
12292
12293         * sync with sylpheed 0.7.0cvs24
12294                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12295                 and 2002-01-30
12296
12297         * src/compose.c
12298                 add {N_("/_Spelling"), ... "<Branch>"} to 
12299                 GtkItemFactoryEntry compose_entries[]
12300
12301         * src/prefs_common.c
12302                 add claws menu items to prefs_keybind_apply_clicked()
12303                 and remove non-claws menu items
12304
12305 2002-01-29 [paul]       0.7.0claws39
12306
12307         * sync with sylpheed 0.7.0cvs22
12308                 see ChangeLog entries 2002-01-28 and 2002-01-29
12309
12310 2002-01-28 [melvin]     0.7.0claws38
12311
12312         * src/compose.c
12313                 Added the declartion of compose_send_control_enter.
12314
12315         * src/compose.c
12316         * src/gtkspell.[ch]
12317                 Added in a 'Spelling' menu which includes the configuration menu. 
12318                 Added a real 'Check all' and got rid from the old one which only
12319                 highlited misspelled word.
12320                 Made 'Check while typing' a disableable option.
12321                 Added a dialog when there are no more misspelled word.
12322                 Added a dialog if error occurs when switching to a dictionary.
12323         
12324         * src/prefs_common.[ch]
12325                 Added option for the default 'Check while typing' option.
12326
12327
12328 2002-01-28 [alfons]     0.7.0claws37
12329
12330         * src/compose.c
12331                 fix buglet and make code comply with sylpheed code style
12332
12333 2002-01-28 [paul]       0.7.0claws36
12334
12335         * sync with sylpheed 0.7.0cvs19
12336                 see ChangeLog entries for 2002-01-28
12337
12338 2002-01-28 [hoa]        0.7.0claws35
12339
12340         * src/defs.h
12341                 added rendererrc
12342
12343         * src/main.c
12344                 read the renderer config
12345
12346         * src/procmime.[ch]
12347                 use the renderer config to convert mime attachments
12348
12349         * src/textview.c
12350                 don't use textview_show_html/ertf,
12351                 use get_text_content instead
12352
12353 2002-01-27 [alfons]     0.7.0claws34
12354         
12355         * src/news.c
12356                 make sylpheed believe it can delete a news message...
12357                 (messages are NOT deleted, maybe we should remove
12358                 processing from the folder properties after all.)
12359
12360 2002-01-27 [alfons]     0.7.0claws33
12361
12362         * src/folder.c
12363                 add extra checks
12364         * src/news.c
12365                 implement remove_msg() 
12366
12367 2002-01-27 [alfons]     0.7.0claws32
12368
12369         * src/procmsg.h
12370         * src/procheader.c
12371         * src/messageview.c
12372                 fix return receipt / disposition notification again. this
12373                 stuff seems to break on _every_ major summary UI change, so
12374                 it's now implemented using a flag which is saved in the
12375                 marks cache
12376                 
12377 2002-01-26 [alfons]     0.7.0claws31
12378
12379         * src/import.c
12380                 let import dialog show the destination folder identifier
12381
12382 2002-01-26 [melvin]     0.7.0claws30
12383
12384         * src/folderview.c
12385         * src/summaryview.c
12386                 Readded 'Mark all read' into summary view popup menu
12387                 Added 'Mark all read' in folder view popup menu for IMAP
12388                 and NNTP.
12389                 Made it insensitive if the selected folder is not the shown
12390                 one to avoid 'Mark all read' on the wrong folder.
12391                 
12392 2002-01-26 [paul]       0.7.0claws29
12393
12394         * src/folderview.c
12395           src/summaryview.c
12396                 move 'Mark all read' from summary view to folder view
12397                 menu. (adapted from) patch submitted by Jeremy Andrews,
12398                 <lists@kerneltrap.com>
12399
12400 2002-01-25 [alfons]     0.7.0claws28
12401
12402         * src/gtkstext.c
12403                 put the gtk class name back so GtkSText adapts the 
12404                 settings of GtkText
12405
12406 2002-01-25 [alfons]     0.7.0claws27
12407
12408         * src/folderview.c 
12409                 assimilate Ricardo's patch that shows pixmaps instead of
12410                 plain "new" and "unread" texts in the folder view column
12411                 headers 
12412
12413 2002-01-25 [paul]       0.7.0claws26
12414
12415         * src/Makefile.am
12416                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12417                 be found in non-standard locations. 
12418                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12419
12420 2002-01-25 [paul]       0.7.0claws25
12421
12422         * sync with sylpheed 0.7.0cvs16
12423                 see ChangeLog entry 2002-01-25
12424
12425 2002-01-24 [paul]       0.7.0claws24
12426
12427         * more sync with sylpheed 0.7.0cvs15
12428                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12429
12430 2002-01-23 [sergey]     0.7.0claws23
12431
12432         * src/importldif.c
12433                 Fixed segfault when closing LDIF import wizard with
12434                 the window manager.
12435         * src/imageview.c
12436         * src/imageview.h
12437         * src/messageview.c
12438         * src/mimeview.c
12439                 Fixed wrong scrolling position after switching between
12440                 text and image parts.
12441
12442 2002-01-23 [paul]       0.7.0claws22
12443
12444         * sync with sylpheed 0.7.0cvs15
12445                 see ChangeLog entries 2002-01-22 and 2002-01-23
12446
12447 2002-01-21 [melvin]     0.7.0claws21
12448
12449         * src/prefs_scoring.c
12450         * src/prefs_filtering.c
12451                 Fixed bug where scoring and filtering windows stopped
12452                 autochecking.
12453
12454 2002-01-21 [paul]       0.7.0claws20
12455
12456         * sync with sylpheed 0.7.0cvs12
12457                 see ChangeLog entries 2002-01-20 and 2002-01-21
12458
12459 2002-01-21 [carsten]    0.7.0claws19
12460         * src/mainwindow.c
12461         * src/menu.[ch]
12462         * src/messageview.[ch]
12463         * src/summaryview.[ch]
12464                 changes to shortcuts handling again:
12465                         + "Q" now controled by mainwin
12466                         + v/V are now customizable and have slightly
12467                           different meanings
12468                 the "button" to minimize the messageview (and maximize
12469                 the summary view) is a real button now
12470         * src/compose.c
12471                 "Delete Line+" added to Edit/Advanced (this will also
12472                 delete the '\n')
12473
12474 2002-01-20 [melvin] 0.7.0claws18
12475
12476         * src/addressbook.c
12477                 Made "Bcc" sensitive when addressbook is called from
12478                 compose window (it was a Claws only bug).
12479
12480 2002-01-19 [alfons] 0.7.0claws17
12481
12482         * src/inc.c
12483                 prevent unnecessary updates when currently selected folder has
12484                 no new messages 
12485
12486 2002-01-19 [alfons] 0.7.0claws16
12487         
12488         * src/summaryview.c
12489                 prevent writing the cache based on current message list in summary 
12490                 view when filtering also put messages in currently selected folder
12491
12492 2002-01-19 [paul]
12493
12494         * po/it.po
12495                 Italian translation submitted by Alessandro Maestri
12496                 <a.maestri@cs.tin.it>
12497
12498 2002-01-18 [melvin]     0.7.0claws15
12499
12500         * src/prefs_filters.c
12501                 fixed bug where 'cancel' from 'filters' window stops autochecking
12502                 if the timer timed out  when the window was open.
12503
12504 2002-01-18 [match]      0.7.0claws14
12505
12506         * src/addrclip.[ch]     ** NEW FILE **
12507         * src/addrselect.[ch]   ** NEW FILE **
12508         * src/adbookbase.h      ** NEW FILE **
12509                 addressbook cut, copy and paste
12510         * src/addrbook.[ch]
12511         * src/addrcache.[ch]
12512         * src/addressitem.h
12513         * src/addrindex.[ch]
12514         * src/addritem.[ch]
12515         * src/importldif.c
12516         * src/importmutt.c
12517         * src/jpilot.[ch]
12518         * src/syldap.[ch]
12519         * src/vcard.[ch]
12520         * src/jpilot.[ch]
12521         * src/editbook.c
12522         * src/editjpilot.c
12523         * src/editldap.c
12524         * src/editvcard.c
12525                 support for copy/paste
12526         * src/addressbook.c
12527                 support for copy/paste
12528                 tidy up menu option processing
12529                 correct address list function arguments
12530         * src/editaddress.c
12531                 sort user attributes
12532         * src/ldif.h
12533         * src/mutt.h
12534                 tidy up
12535
12536         * src/addrbook.[ch]
12537         * src/addrbook.[ch]
12538         * src/addrbook.[ch]
12539                 
12540
12541 2002-01-18 [paul]       0.7.0claws13
12542
12543         * sync with sylpheed 0.7.0cvs8
12544                 configure.in: support Mac OS X (Darwin)
12545
12546 2002-01-18 [carsten]    0.7.0claws12
12547         * src/html.c
12548                 small hack to fix a segfault with an empty href
12549                 (reported by Alexandra Walford <deeni@altern.org>)
12550         * src/mainwindow.c
12551         * src/summaryview.c
12552                 the shortcuts for Mark und Mark as unread are hardcoded
12553                 again
12554         * src/compose.c
12555         * src/gtkstext.[ch]
12556                 readded the shortcuts in gtkstext but made them
12557                 customizeable (simply by adding a menu plus a wrapper
12558                 to compose.c)
12559
12560 2002-01-17 [melvin]     0.7.0claws11
12561
12562         * src/gtkspell.c
12563                 fix default dictionary not being saved.
12564
12565 2002-01-16 [darko]      0.7.0claws10
12566
12567         * src/compose.c
12568                 fix wrapping crash with URL longer than wrapping margin
12569
12570 2002-12-08 [hoa]        0.7.0claws10
12571
12572         * src/matcher_parser_parse.y
12573                 fixed some bugs
12574
12575         * src/prefs_filtering.c
12576                 now, we can use bounce action in the dialog box.
12577
12578 2002-01-16 [carsten]    0.7.0claws9
12579         * src/gtkstext.c
12580                 removed the <control> and <alt> shortcuts because they're
12581                 not needed and interefered with the "normal" shortcuts
12582         * src/mainwindow.c
12583         * src/summaryview.c
12584                 removed most of the hardcoded shortcuts and assigned
12585                 them to menu entries making them easy customizable by
12586                 that
12587
12588 2002-01-16 |melvin]     0.7.0claws8
12589
12590         * src/gtkspell.c
12591                 fixed bug where using the mouse and when the compose
12592                 window is not on top may result in a crash.
12593
12594 2002-01-16 [melvin]     0.7.0claws7
12595
12596         * src/compose.c
12597                 fixed a long standingspell checker bug which could 
12598                 cause a crash after sending a message.
12599
12600 2002-01-16 [paul]       0.7.0claws6
12601
12602         * sync with sylpheed 0.7.0cvs7
12603                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12604                 2002-01-15, and 2002-01-16
12605
12606 2002-01-16 [melvin]     0.7.0claws5
12607
12608         * README.claws
12609         * src/compose.c
12610         * src/gtkspell.[ch]
12611         * src/main.c
12612                 Heavily modified spell checker code to work around
12613                 ispell bug, to add keyboard shortcuts and for future
12614                 enhancements. See README.claws for usage information.
12615
12616 2002-01-15 [alfons]     0.7.0claws4
12617         
12618         * src/summaryview.c
12619                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12620                 so sorting within threads reflects sort mode
12621
12622 2002-01-15 [christoph]  0.7.0claws3
12623
12624         * src/procmsg.c
12625                 added alertpanel if mail sending failed
12626
12627 2002-01-15 [alfons]     0.7.0claws2
12628         
12629         * src/prefs_filtering.c
12630                 don't stop timer when prefs filtering dialog is opened
12631
12632 2002-01-14 [alfons]     0.7.0claws1
12633
12634         * src/addr_compl.c
12635         * src/prefs.c
12636                 remove debug_print()s for privacy reasons
12637
12638 2002-01-14 [darko]      0.7.0claws
12639
12640         * README.claws
12641                 quotation wrapping is now also in the main branch
12642
12643 2002-01-14 [paul]
12644
12645         * tools/filter_conv.pl
12646                 allow for Boolean Op and case-sensitivity
12647                 this file is included in the release and tagged
12648                 'rel_0_7_0'
12649
12650 2002-01-13 [paul]       0.7.0claws
12651
12652         * release 0.7.0, with cvs tag 'rel_0_7_0'
12653
12654 2002-01-13 [paul]
12655
12656         * tools/filter_conv.pl
12657         * tools/README
12658                 rewritten to output to matcherrc instead of filteringrc
12659
12660         * po/es.po
12661                 updated Spanish translation by Ricardo Mones Lastra
12662
12663 2002-01-13 [alfons]
12664
12665         * po/nl.po
12666                 update dutch translation
12667
12668 2002-01-13 [paul]
12669
12670         * po/pt_BR.po
12671                 Updated by Fabio Junior Beneditto 
12672
12673 2002-01-13 [melvin]     0.6.6claws53
12674
12675         * po/fr.po
12676                 Updated french translation
12677
12678 2002-01-12 [alfons]     0.6.6claws52
12679
12680         * src/filtering.c
12681                 plug mem leak that has been sitting there for ages              
12682
12683 2002-01-12 [alfons]     0.6.6claws51
12684
12685         * src/summaryview.c
12686                 undo melvin's changes from 0.6.6claws48 because summary
12687                 view now refuses to select first unread message when
12688                 selecting a folder 
12689
12690 2002-01-11 [alfons]     0.6.6claws50
12691
12692         * src/import.c
12693                 use claws' semantics for getting folder item when
12694                 importing an mbox file into a folder 
12695                 (submitted by Dale P. Smith)
12696
12697 2002-01-11 [christoph]  0.6.6claws49
12698
12699         * src/prefs.h
12700                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12701                 toggle widget, because non static prefs can not use
12702                 prefs_set_* functions
12703         * src/prefs_account.c
12704                 toggle smtp auth password field sensitivity if
12705                 user id is empty and add descrition of usage for
12706                 these fields
12707         * src/prefs_folder_item.c
12708                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12709                 callbacks
12710
12711 2002-01-11 [melvin]     0.6.6claws48
12712
12713         * src/compose.c
12714                 fix the 'Ctrl-Enter' feature for sending and test really
12715                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12716                 editables which was not documented in Gtk)
12717
12718         * src/summaryview.c
12719                 Made summaryview refresh after sorting and not before.
12720
12721 2002-01-11 [christoph]  0.6.6claws47
12722
12723         * src/compose.c
12724                 select account from account ids if possible and
12725                 correctly set save folder for copy in reedit
12726
12727 2002-01-10 [paul]       0.6.6claws46
12728
12729         * sync with sylpheed 0.7.0 release
12730                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12731                 2002-01-09
12732
12733 2002-01-09 [alfons]
12734
12735         * src/summaryview.c
12736                 remove more dirt traces...
12737
12738 2002-01-09 [alfons]
12739         
12740         * src/summaryview.c
12741                 clean up some traces of my debugging stuff
12742
12743 2002-01-09 [alfons]     0.6.6claws45
12744
12745         * src/filtering.c
12746                 break up filteringprop_apply() in three separate pieces
12747                 so we can drop messages that failed processing in the
12748                 inbox
12749
12750         * src/summaryview.c
12751                 fix bug #469598 "no refresh of inbox after filter" which 
12752                 was introduced by the new summary view locking, and which 
12753                 prevented the summary view to update after a manual filter 
12754                 message. claw's filter message requires a summary_show().
12755                 (aargh, summary_show() again! :-)
12756                 
12757 2002-01-07 [alfons]     0.6.6claws44
12758
12759         * src/headerwindow.c
12760         * src/logwindow.c
12761         * src/messageview.c
12762         * src/sourcewindow.c
12763                 bring in Hiro's last 0.7.0 wm class fixes
12764
12765         * tools/sylprint.pl
12766                 bring in Ricardo's fix for sylprint script
12767
12768         * AUTHORS       
12769         * src/rfc2015.[ch]
12770         * src/prefs_common.[ch]
12771         * src/prefs_account.[ch]
12772         * src/compose.c
12773                 clean up account preference poison in rfc2015,
12774                 and preparation to fix double sign bug 
12775                 (patch submitted by Simon 'corecode' Schubert)
12776
12777 2002-01-07 [christoph]  0.6.6claws43
12778
12779         * src/mh.c
12780                 search for free message number, do not only rely
12781                 on last_num
12782         * src/send.c
12783                 fix smtp auth and use extra account information
12784                 if available, if not use pop3 data instead
12785                 (closes bug #500341)            
12786         * src/ssl.[ch]
12787                 match coding style
12788
12789 2002-01-06 [alfons]     0.6.6claws42
12790
12791         * src/mainwindow.c
12792                 try making the separate windows work again...
12793
12794 2002-01-06 [alfons]     0.6.6claws41
12795
12796         * src/mainwindow.c
12797                 adapt Hiro's separate window menu (to get rid of the funny
12798                 duplicate menu items), and make it work again
12799
12800 2002-01-06 [alfons]     0.6.6claws40
12801
12802         * tools/Makefile.am
12803         * tools/sylprint.rc
12804         * tools/sylprint.pl
12805         * tools/README.sylprint
12806                 add sylprint script for printing mails from Sylpheed
12807                 (contributed by Ricardo Mones Lastra)
12808
12809         * src/acount.c
12810                 clean up
12811
12812 2002-01-06 [melvin]     0.6.6claws39
12813
12814         * src/mainwindow.c
12815         * src/summaryview.c
12816                 Fixed crash introduced in 0.6.6claws38 by the menu
12817                 reorganisation (Hide read messages)
12818         
12819         * ChangeLog.claws 
12820                 Fixed typo (we are now in 2002, alfons ;) )
12821
12822 2002-01-05 [alfons]     0.6.6claws38
12823
12824         * sync with sylpheed 0.6.6cvs10-17
12825                 (last stuff marked as LAST_STABLE)
12826
12827 2002-01-04 [melvin]     0.6.6claws37
12828
12829         * src/account.c
12830                 Made account selection code use strcasestr again instead of
12831                 g_strcasecmp (fixes bug where reediting queued messages
12832                 did not select proper account reported by T. Link).
12833         
12834         * src/folderview.c
12835                 Fix bug where folder icons are not shown when 'hide read messages'
12836                 is on.
12837         
12838         * src/stock_pixmaps.[ch]
12839                 Added folder icons for 'hide read messages'.
12840         
12841         * src/compose.c
12842                 Fixed bug where 'Enter' in a header entry will send the message 
12843                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12844
12845 2002-01-03 [melvin]     0.6.6claws36
12846         
12847         * src/prefs.[ch]
12848                 Added popup menu for common preferences and
12849                 account preferences (right click on tab displays
12850                                 a menu of all tabs.)
12851
12852 2002-01-02 [melvin]     0.6.6claws35
12853
12854         * src/gtkspell.[ch]
12855                 Made spelling code compatible with undo/redo feature.
12856                 Added creation of suggestion mode menu for the general
12857                         preferences.
12858         
12859         * src/prefs_common.[ch]
12860                 Added option menu for the speller's suggestion mode.
12861                 Added missing spaces in "..." buttons and made a "..."
12862                         button non translatable!
12863         
12864         * src/compose.c
12865                 Made speller use the default suggestion mode.
12866                 Hack to make it possible to choose 'CTRL-Enter' as a
12867                         shortcut for sending (and only for sending).
12868
12869         * src/prefs_folder_item.c
12870                 Changing subject simplification does not update cache 
12871                         anymore (because it is unnecessary).
12872                 Fixed bug where changing subject simplification updated the 
12873                         summaryview even when the viewed folder is not the
12874                         folder which properties are being changed. (E.g. 
12875                                         viewing folder A and changing
12876                                         the subject simplification of 
12877                                         folder B -not being viewed- updated the 
12878                                         summaryview of folder A with data of
12879                                         folder B). (Hope this is clear... )
12880
12881 2001-12-31 [alfons]     0.6.6claws34
12882         
12883         * src/ldif.c
12884         * src/mutt.c
12885                 fgetc() returns a signed integer which doesn't
12886                 fit in a char. so c truncates this to a char
12887                 but we may lose significant bits. i.e. we may
12888                 comparing 0xFF which may not be equal to -1
12889                 unless properly casted to signed char which
12890                 we won't do because fgetc() returns a signed
12891                 integer which doesn't fit in a char. so c 
12892                 truncates this to a char but we may lose 
12893                 significat bits. (you got the idea, thanks
12894                 to Gustavo Noronha Silva <kov@debian.org>
12895                 and the Debian folks!)
12896
12897 2001-12-30 [alfons]     0.6.6claws33
12898
12899         * src/prefs_common.c
12900                 add #ifdef USE_PSPELLs that Melvin forgot               
12901
12902 2001-12-30 [melvin]     0.6.6claws32
12903         
12904         * src/prefs_common.[ch]
12905                 Added configurable color for misspelled words.
12906
12907         * src/gtkspell.[ch]
12908                 Fixed bug of foreground text color (reported by David
12909                                 Mehrmann)
12910                 Added configurable color for misspelled words.
12911
12912 2001-12-30 [alfons]     0.6.6claws31
12913
12914         * src/folder.c
12915                 remove unnecessary things someone put there
12916
12917         * src/mh.c
12918         * src/folder.[ch]
12919                 make folder properties (like threading and sorting) persistent
12920                 (closes bug #497424 "rescan folder tree resets proprieties")
12921                 currently this is only for MH folders. 
12922
12923 2001-12-29 [melvin]     0.6.6claws30
12924
12925         * src/string_match.[ch]
12926                 Optimized a bit: regexp pattern buffer compiled only once, and
12927                   one subroutine call removed. Fixed ^ regexp search: Now, 
12928                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12929         
12930         * src/summaryview.c
12931                 Subject filtering changed to filter summary columns and
12932                   not directly the messages subject cache. The loss in 
12933                   performance is balanced by the improvement of string_match.
12934                 Added an alert panel if there is an error in the regexp.
12935
12936         * src/src/prefs_folder_item.h
12937                 Added a regexp pattern buffer.
12938
12939 2001-12-28 [alfons]     0.6.6claws29
12940
12941         * src/string_match.[ch]
12942                 clean up name space
12943                 allow compilation *BSD
12944
12945 2001-12-27 [alfons]     0.6.6claws28
12946
12947         * src/filter.c
12948                 sync the Hiro's bug fix for BSD
12949
12950 2001-12-27 [melvin]     0.6.6claws27
12951         
12952         * src/compose.c
12953                 Simplify focus to subject entry code.
12954
12955 2001-12-27 [darko]      0.6.6claws26
12956
12957         * src/filtering.c
12958         * src/mbox_folder.c
12959         * src/messageview.c
12960         * src/mh.c
12961         * src/procheader.[ch]
12962         * src/procmsg.h
12963         * src/stock_pixmap.[ch]
12964         * src/summaryview.c
12965                 Show key icon for encrypted mails in summary view
12966
12967         * src/pixmaps/clip.xpm
12968         * src/pixmaps/clipkey.xpm
12969         * src/pixmaps/key.xpm
12970                 New/modified icons for the above
12971
12972 2001-12-27 [melvin]     0.6.6claws25
12973
12974         * src/prefs_common.c
12975                 Put spell checker options in a separate tab to decrease
12976                 the Common Preferences window height.
12977
12978         * README.claws  
12979                 Update spell checker usage instruction about its options
12980                 location.
12981
12982 2001-12-27 [melvin]     0.6.6claws24
12983
12984         * src/compose.c
12985                 Changed subject entry widget position. Initial focus is
12986                 on the To header instead of the subject entry.
12987                 Creating a new header scrolls the header list to make the
12988                 created one visible. Nevertheless, when automatically filling
12989                 headers, the first one is shown.
12990                 A Tab key press in the last empty header entry zips the 
12991                 focus to the subject entry.
12992                 (I did not change the combo boxes, yet)
12993
12994 2001-12-26 [alfons]     0.6.6claws23
12995
12996         * src/prefs_account.c
12997         * src/inc.c
12998                 allow default inbox to reside in another mailbox (only
12999                 works for POP3 accounts)
13000
13001 2001-12-26 [alfons]     0.6.6claws22
13002         
13003         * src/textview.c
13004                 make reply-on-click work with the account of the selected folder
13005         * src/compose.c
13006                 put a fixme here to remind me to fix finding correct default
13007                 account for nested folders
13008
13009 2001-12-25 [alfons]     0.6.6claws21
13010
13011         * src/summaryview.c
13012                 make column headers display locked and mark pixmaps (idea by Melvin) 
13013                 fix bug by adding score and locked column type to sort array
13014
13015 2001-12-25 [alfons]     0.6.6claws20
13016         
13017         * src/summaryview.c
13018                 catch a *potentially* inadvertent write back of  
13019                 the message cache(s) introduced by 0.6.5claws37
13020
13021 2001-12-25 [christoph]  0.6.6claws19
13022
13023         * src/stock_pixmap.[ch]
13024         * src/summaryview.c
13025                 add ignore thread pixmap
13026                 (can someone draw a better icon for this?)
13027
13028 2001-12-24 [alfons]     0.6.6claws18
13029
13030         * src/prefs_folder_item.c
13031                 make address completion actually work for the
13032                 Default To address in the Folder Property dialog.
13033
13034 2001-12-24 [alfons]     0.6.6claws17
13035         
13036         * src/summaryview.c
13037                 use new style regexp for subject stripping 
13038                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13039
13040 2001-12-24 [darko]      0.6.6claws16
13041
13042         * src/pgptext.c
13043         * src/rfc2015.c
13044                 move GPG related informational messages to debug mode
13045
13046 2001-12-23 [alfons]     0.6.6claws15
13047
13048         * src/stock_pixmap.[ch]
13049         * src/summaryview.c
13050                 add the forgotten Claws' locked pixmap
13051
13052 2001-12-23 [alfons]     0.6.6claws14
13053
13054         * src/filesel.c
13055                 accept file name typed in entry in multi file
13056                 selector (patch submitted by Gustavo Noronha Silva 
13057                 <kov@debian.org>)
13058
13059 2001-12-23 [alfons]     0.6.6claws13
13060
13061         * src/prefs_filter.c
13062         * src/prefs_filtering.c
13063         * src/matcher.c
13064         * src/importmutt.c
13065                 clean up a little bit
13066         
13067         * src/string_match.c
13068                 validate input strings a little bit more
13069
13070 2001-12-23 [alfons]     0.6.6claws12
13071
13072         * src/Makefile.am
13073         * src/summaryview.c
13074         * src/string_match.[ch]         ** NEW **
13075         * src/folderview.[ch]
13076         * src/headerview.h
13077         * src/folder.[ch]
13078         * src/prefs_folder_item.[ch]
13079                 add subject simplification to strip out strings from
13080                 a subject line (esp. handy for mailing lists). 
13081                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13082                 but slightly changed things for better integration.)
13083
13084 2001-12-23 [alfons]     0.6.6claws11
13085
13086         * src/mainwindow.c
13087                 fix bug introduced by submission included in 0.6.5claws52.
13088                 ideally this submission should clean the trash if any trash
13089                 folder has a message. however, the hasTrash variable was
13090                 set to false whenever a trash folder was empty (discarding
13091                 a previously found *filled* trash folder.)
13092
13093                 also edited the code a little bit and made it more safe.
13094
13095 2001-12-22 [alfons]     0.6.6claws10
13096
13097         * src/imap.c
13098                 quick fix for Martin Pool's omission of an account
13099                 specific SSL setting
13100
13101 2001-12-22 [alfons]     0.6.6claws9
13102
13103         * src/compose.c
13104         * src/messageview.c
13105         * src/mimeview.c
13106         * src/pgptext.c
13107         * src/procmime.[ch]
13108                 better support for multipart/digest (submitted
13109                 by Fredrik <e98fo@efd.lth.se>)
13110
13111 2001-12-22 [alfons]     0.6.6claws8
13112
13113         * src/addressbook.c
13114                 correct function signature
13115         * src/socket.[ch]
13116         * src/imap.[ch]
13117         * src/prefs_account.[ch]
13118                 allow IMAP over SSH tunnel (patch submitted by 
13119                 Martin Pool <mbp@samba.org>)
13120
13121 2001-12-21 [alfons]     0.6.6claws7
13122
13123         * sync with sylpheed 0.6.6cvs4-9
13124                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13125
13126 2001-12-21 [christoph]  0.6.6claws6
13127
13128         * src/compose.c
13129         * src/prefs_folder_item.[ch]
13130                 implement saving of outgoing messages to current folder.
13131                 fix segfault when no default outbox is available
13132                 (closes bug #495683)
13133
13134 2001-12-21 [carsten]    0.6.6claws5
13135         * src/folderview.c
13136         * src/summaryview.c
13137                 pressing CTRL while DND does now the expected thing and
13138                 copies the mail (moving is still the default, as this
13139                 seam more appropriate for handling mails by DND)
13140
13141 2001-12-18 [paul]       0.6.6claws4
13142
13143         * sync with sylpheed 0.6.6cvs3
13144                 see ChangeLog entries 2001-12-18
13145
13146 2001-12-18 [hiro]       0.6.6claws3
13147
13148         * src/undo.c
13149                 fix for multibyte characters (obtain the number of letters
13150                 instead of bytes).
13151
13152 2001-12-17 [paul]       0.6.6claws2
13153
13154         * sync with sylpheed 0.6.6cvs1
13155                 see ChangeLog entry 2001-12-16
13156
13157 2000-12-17 [alfons]     0.6.6claws1
13158
13159         * src/filtering.c
13160                 clean up
13161
13162 2001-12-16 [paul]       0.6.6claws
13163 2001-12-15
13164
13165         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13166
13167         * src/mimeview.c
13168                 last minute sync with main 0.6.6
13169
13170         * po/es.po
13171                 updated by Ricardo Mones Lastra
13172                 update for last minute sync
13173         * po/fr.po
13174         * po/nl.po
13175                 update for last minute sync
13176         * po/de.po
13177                 updated by Jens Oberender
13178         * po/pt_BR.po
13179                 updated by Fabio Junior Beneditto
13180
13181         * src/prefs_common.[ch]
13182         * src/undo.c
13183                 number of undo levels is user configurable
13184                 (squeeze it into the release in the dying
13185                 moments) Submitted by Jens Oberender    
13186
13187 2001-12-15 [melvin]
13188
13189         * po/fr.po
13190                 updated french translation
13191
13192 2001-12-15 [paul]       0.6.5claws92
13193
13194         * sync with sylpheed 0.6.5cvs28
13195                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13196
13197         * po/nl.po
13198                 update to allow for sync
13199
13200 2001-12-15 [alfons]
13201         
13202         * po/nl.po
13203                 update dutch translation
13204
13205 2001-12-14 [carsten]    0.6.5claws91
13206         * src/summaryview.c
13207                 fixed bug #473785; also after changing the column order
13208                 the same message will be selected and displayed as before
13209                 the reordering
13210
13211 2001-12-14 [carsten]    0.6.5claws90
13212         * src/folderview.c
13213                 probably found the bug reported by wwb opening or closing
13214                 a folder tree just before dnd (found the solution in the
13215                 balsa source -- thanks to them)
13216
13217 2001-12-14 [carsten]    0.6.5claws89
13218         * src/gtkutils.c
13219         * src/account.c
13220                 moved gtk_clist_moveto to the right place, so that
13221                 only the accounts dialog is effected on opening
13222
13223 2001-12-14 [carsten]    0.6.5claws88
13224         * src/gtkutils.c
13225                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13226                 now, so that the focused row will be seen in any case
13227                 (reported by wwp on sf-claws-user)
13228
13229 2001-12-14 [darko]      0.6.5claws87
13230
13231         * src/compose.c
13232                 remove unnecessary line
13233
13234 2001-12-14 [paul]       0.6.5claws86
13235
13236         * sync with sylpheed 0.6.5cvs27
13237                 see ChangeLog entries 2001-12-14
13238
13239 2001-12-14 [carsten]    0.6.5claws85
13240         * src/mainwindow.c
13241                 following a suggestion of Melvin the rcoabm pops up
13242                 right under the button now and the button is reliefed
13243                 while the popup is open
13244
13245 2001-12-14 [darko]      0.6.5claws84
13246
13247         * src/compose.c
13248                 fix crash when wrapping long lines if linewrap quotation
13249                 is disabled and wrapper encounters a word spanning more
13250                 than one line
13251
13252 2001-12-13 [paul]       0.6.5claws83
13253
13254         * src/compose.c
13255                 prefer 'Reply-To' header over mailing list header when
13256                 replying to a message. Finally prevent all those confirmation 
13257                 messages being sent to the list itself.
13258
13259         * src/summaryview.c
13260                 remove unused summary_set_menu_sensitive() entry
13261
13262 2001-12-13 [paul]       0.6.5claws82
13263
13264         * src/folderview.c
13265         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13266         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13267         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13268                 improvements to 'Hide read messages': Inbox, Outbox,
13269                 Trash, Queue, and Draft icons now reveal presence of hidden 
13270                 messages
13271
13272 2001-12-12 [alfons]     0.6.5claws81
13273
13274         0.6.5claws80 was tagged as LAST_STABLE
13275
13276         * src/filtering.[ch]
13277         * src/matcher.[ch]
13278         * src/matcher_parser_lex.c
13279                 fix the filtering; my last attempt to get it right, 
13280                 if it does not work, it's Hoa's turn. ;-)
13281
13282                 for my honourable peers:
13283                 
13284                 the code now makes a clear distinction between
13285                 rules as they are displayed (probably escaped),
13286                 and as they are executed (probably unescaped). the
13287                 parser does *NOT* do any unescaping, this is
13288                 the task of the matcher.c (which breaks up a
13289                 rule into condition) and the filtering.c (which
13290                 breaks up the rule's action). to make this
13291                 run happily we provide an unescaped copy of
13292                 crucial strings to the MatcherProp and 
13293                 FilteringAction structures. note that the only
13294                 exception to this is any REGEXP string. those
13295                 are directly passed to regcomp() and regexp()
13296                 (who have much more powerful unescape functions).
13297                 
13298                 for everyone else:
13299         
13300                 you can escape tab (\t), carriage return (\r),
13301                 linefeed (\n), form feed (\f), quote (\"), 
13302                 single quote (\'), bell (\b) in all the entry
13303                 lines in the scoring & filtering dialogs.
13304                 as an added bonus this should not affect
13305                 existing filtering rules.
13306
13307 2001-12-12 [carsten]    0.6.5claws80
13308
13309         * src/summaryview.c
13310         * po/de.po
13311                 "item(s) selected" is now sensitive to 1 or more
13312                 than one selected (nice for language where simple
13313                 adding of a "s" is not possible as German (Eintrag
13314                 ->Eintr"age)
13315                 
13316                 the "forward as attachment" entry from the right
13317                 click menu removed, "forward" acts following the
13318                 prefs
13319         
13320         * src/textview.c
13321                 reverted my former changes; so compiler warning again
13322                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13323                 nevertheless
13324
13325         * src/messageview.c
13326                 "search in message" does now *not* only work in MVIEW_TEXT
13327                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13328                 message
13329
13330         * src/mainwindow.c
13331                 removed "/File/_Close" as it was the same as "/File/E_xit"
13332                 and we don't need it two times
13333
13334                 the separate folder view and message view now get a distinct
13335                 WMCLASS, just in case someone is using sawfish ;-)
13336
13337                 as the menu entries "/View/Message view" and "/View/Folder tree"
13338                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13339                 make them sensitive accordingly and as these two are "shown"
13340                 after startup anytime check this menuitem at startup
13341
13342 2001-12-12 [paul]       0.6.5claws79
13343
13344         * src/folderview.c
13345                 fix sensitivity of 'Search folder...', broken in
13346                 0.6.5claws75
13347
13348         * src/mainwindow.c
13349                 fix dodgy English
13350
13351 2001-12-11 [carsten]    0.6.5claws78
13352         * src/filtering.c
13353                 fixed two typos returning a wrong FALSE/TRUE
13354         * src/mainwindow.[ch]
13355                 extra menu for email/news button removed
13356
13357 2001-12-11 [alfons]     0.6.5claws77
13358         
13359         * src/matcher.c                 (1.3)
13360         * src/matcher_parser_lex.l      (1.28)
13361                 revert for another attempt
13362                 mark 0.6.5claws77 as LAST_STABLE
13363
13364 2001-12-11 [christoph]  0.6.5claws76
13365
13366         * po/de.po
13367                 fixed wrong translation for prev. unread msg
13368
13369 2001-12-11 [paul]       0.6.5claws75
13370
13371         * src/folder.[ch]
13372         * src/folderview.c
13373         * src/mainwindow.c
13374         * src/summaryview.[ch]
13375         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13376                 enable ability to hide read messages on per folder basis via 
13377                 '/Summary/Hide read messages'; when selected, a folder will 
13378                 have a red open folder icon, instead of a blue icon, if the 
13379                 folder contains hidden messges
13380                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13381
13382         * src/mainwindow.c
13383                 remove '/Message/Forward as attachment' from 
13384                 main_window_set_menu_sensitive() to prevent debug warning
13385
13386         * src/folderview.c
13387         * src/mainwindow.c
13388                 Clean up some of the English
13389
13390         * tools/newscache_clean.pl
13391                 allow for new 'hidereadmsgs' entry in folderlist.xml
13392
13393         * po/es.po
13394                 updated translation, submitted by Ricardo Mones Lastra
13395
13396 2001-12-11 [paul]       0.6.5claws74
13397
13398         * sync with sylpheed 0.6.5cvs25
13399                 see ChangeLog entry 2001-12-11
13400
13401 2001-12-10 [alfons]     0.6.5claws73
13402
13403         * src/matcher.c
13404                 add more control characters
13405         * src/matcher_parser_lex.l
13406                 make escaping / unescaping work again
13407
13408 2001-12-10 [alfons]     0.6.5claws72
13409
13410         * src/imap.c
13411                 clean up warnings "returning value for void function" 
13412         * src/prefs_filtering.c
13413                 make info button for execute action sensitive
13414
13415 2001-12-10 [paul]       0.6.5claws71
13416
13417         * src/compose.c
13418         * src/imap.[ch]
13419         * src/summaryview.c
13420                 fix: imap server now gets informed of MARKED, UNMARKED
13421                 and REPLY events. Now people can use different IMAP-Mail
13422                 clients and have the exact same information about MARKED,
13423                 UNMARKED and REPLY status with all of them. Especially
13424                 useful for imap servers with a web-frontend.
13425                 submitted by Tobias Sandhaas <medlor@web.de>
13426
13427 2001-12-09 [melvin]     0.6.5claws70
13428         
13429         * src/textview.[ch]
13430                 fixed bug #490076 (hunted down by Alfons who implemented
13431                 a workaround in 0.6.5claws65)
13432
13433 2001-12-09 [christoph]  0.6.5claws69
13434
13435         * src/summaryview.c
13436                 set pointer to string in LOCKED column to NULL
13437                 (might fix bug #490800)
13438
13439 2001-12-09 [carsten]    0.6.5claws68
13440
13441         * po/de.po
13442                 resolved some cluttered menu shortcuts 
13443                 ('creating new email' and 'creating news message'
13444                 hade the same)
13445         * src/compose.c
13446                 wmclass now distinc from main window
13447         * src/mainwindow.c
13448           src/mainwindow.h
13449                 email/news and forward button functionality similar
13450                 to the reply buttons; removed the ugly dropdown arrows
13451                 and use instead the right mouse button
13452
13453 2001-12-09 [paul]       0.6.5claws67
13454
13455         * src/imap.c
13456         * src/utils.h
13457                 allow spaces in imap folder names
13458                 submitted by Willem van Engen <wvengen@stack.nl>
13459
13460 2001-12-09 [paul]       0.6.5claws66
13461
13462         * sync with sylpheed 0.6.5cvs24
13463                 see ChangeLog entry 2001-12-09
13464
13465 2001-12-08 [alfons]     0.6.5claws65
13466
13467         * src/textview.c
13468                 prevent secondary selection claim after "add to sender" dialog
13469                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13470                 we trick GTK by simulating a click at (0, 0) in the textview.
13471
13472 2001-12-08 [hoa]        0.6.5claws64
13473
13474         * src/folder.c
13475                 fixed a bug about the .processing folder name while filtering
13476
13477 2001-12-08 [alfons]     0.6.5claws63
13478
13479         * src/folderview.c 
13480                 work around problem of not correctly updating folder stats
13481                 when deleting messages. there's some folder scanning evil
13482                 going so the folderview_update_msg_num() does not work
13483                 correctly. need to investigate this.
13484
13485 2001-12-08 [paul]       0.6.5claws62
13486
13487         * sync with sylpheed 0.6.5cvs23
13488                 see ChangeLog entry 2001-12-08
13489
13490 2001-12-07 [christoph]  0.6.5claws61
13491
13492         * src/compose.c
13493                 fix another header translation problem
13494
13495 2001-12-07 [alfons]     0.6.5claws60
13496
13497         * src/mbox.c
13498                 make filtering also work on local spool mbox
13499
13500 2001-12-07 [carsten]    0.6.5claws59
13501         * src/addressbook.c
13502                 addressbook window gets a wmclass distinct from the main
13503                 sylpheed window
13504         * src/compose.h
13505         * src/mainwindow.[ch]
13506                   forward menu item will use mode selected in prefs, forward 
13507                 as attatchment in menu removed (will be substituted in the
13508                 toolbar similar to reply buttons)
13509                   create news message menu entry and news button is now 
13510                 sensitive to the existance of a news account
13511         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13512         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13513         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13514                 these are removed because the toolbar buttons don't show
13515                 the quoting modus any longer
13516
13517 2001-12-07 [paul]
13518
13519         * tools/newscache_clean.pl      ** NEW FILE **
13520                 perl script to do some tidying up in the newscache directory 
13521                 
13522         * tools/sylpheed-switcher       ** NEW FILE **
13523                 perl script to enable easy switching between main and claws
13524                 
13525         * tools/README
13526                 added descriptions of the two new perl scripts          
13527
13528
13529 2001-12-07 [melvin]     0.6.5claws58
13530
13531         * src/messageview.c
13532                 fixed a warning during compilation introduced in 0.6.5claws56
13533
13534 2001-12-07 [paul]       0.6.5claws57
13535
13536         * src/mainwindow.[ch]
13537         * src/menu.[ch]
13538                 further usability enhancements to replying with or without 
13539                 quoting via the toolbar, use of Ctrl key is replaced by 
13540                 drop down menu 
13541                 Submitted by Carsten Schurig            
13542
13543 2001-12-07 [melvin]     0.6.5claws56
13544
13545         * src/messageview.c
13546                 hack to fix bug that prevented to make/paste selections
13547                 after switching between MVIEW_TEXT and MVIEW_MIME views
13548                 without deselecting the selection first.
13549
13550 2001-12-06 [alfons]     0.6.5claws55
13551
13552         * src/filtering.[ch]
13553         * src/inc.c
13554                 revise filtering a little bit more, and make sure
13555                 messages are delivered to the appropriate inbox
13556                 (perhaps set per account)
13557
13558 2001-12-06 [paul]       0.6.5claws54
13559
13560         * sync with sylpheed 0.6.5cvs22
13561                 see ChangeLog entry 2001-12-06
13562
13563 2001-12-05 [alfons]     0.6.5claws53
13564
13565         * src/inc.c
13566         * src/folder.[ch]
13567         * src/procmsg.c
13568         * src/filtering.c
13569                 more revisions of filtering system
13570                 (last stable version is marked as LAST_STABLE)
13571                 
13572                 | NOTE 1): the filtering system now uses a local folder called
13573                 | .processing. if filtering fails, check this directory
13574                 | for missing messages.
13575                 |
13576                 | NOTE 2): help us find the filtering actions still missing
13577
13578 2001-12-05 [paul]       0.6.5claws52
13579
13580         * src/mainwindow.c
13581                 fix bug where 'Empty Trash?' pop-up window appears even
13582                 when Trash is empty, submitted by Jesse Skinner         
13583
13584 2001-12-05 [melvin]     0.6.5claws51
13585
13586         * src/compose.c
13587                 fixed bug #486106 to select correct account when reediting 
13588                 a queued message
13589         
13590 2001-12-04 [alfons]     0.6.5claws50
13591
13592         * src/mh.c
13593                 declare markfile in appropriate functions when
13594                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13595                 for spotting this)
13596
13597 2001-12-04 [paul]       0.6.5claws49
13598
13599         * sync with sylpheed 0.6.5cvs21
13600                 see ChangeLog entry 2001-12-04
13601
13602 2001-12-03 [christoph]  0.6.5claws48
13603
13604         * po/de.po
13605                 changed translation of undo
13606         * src/account.c
13607         * src/folder.c
13608                 don't reinvent the wheel to traverse a GNode
13609         * src/compose.[ch]
13610                 seperate code to create the compose gui into functions
13611                 add "Others" page with folder selection for saving copy
13612                 of the message.
13613                 the folder identifier is saved to queue header
13614         * src/procmsg.c
13615                 save message to folder in queue header
13616
13617 2001-12-03 [paul]       0.6.5claws47
13618
13619         * sync with sylpheed 0.6.5cvs20
13620                 see ChangeLog entry 2001-12-03
13621
13622 2001-12-01 [paul]
13623
13624         * more sync with sylpheed 0.6.5cvs19
13625                 see ChangeLog entry 2001-11-29
13626
13627 2001-11-30 [paul]       0.6.5claws46
13628         
13629         * src/compose.c
13630                 remove conflicts introduced by Hoa's last commit
13631          
13632         * src/mainwindow.c
13633                 make 'Message/Bounce' sensitive
13634
13635 2001-11-30 [hoa]        0.6.5claws45
13636
13637         * src/compose.c
13638                 slightly change bounce function to add
13639                 information about the user that bounced the mail
13640                 in the From header line.
13641
13642         * src/folderview.c
13643                 permit the use of processing in outbox folder.
13644
13645 2001-11-29 [paul]       0.6.5claws44
13646
13647         * src/mainwindow.[ch]
13648         * src/prefs_common.c
13649         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13650         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13651         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13652                 usability enhancements to the quoting, implements
13653                 use of Ctrl key to toggle quoting settings
13654                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13655
13656 2001-11-29 [paul]       0.6.5claws43
13657         
13658         * sync with sylpheed 0.6.5cvs19
13659                 see ChangeLog entry 2001-11-28
13660
13661 2001-11-29 [melvin]     0.6.5claws42
13662         * src/Makefile.am
13663                 added enriched.[ch] to the list of files
13664
13665         * src/textview.c
13666         * src/mimeview.c
13667         * src/procmime.[ch]
13668         * src/enriched.[ch]
13669                 added support to view text/enriched
13670                 added support to show headers in message view for text/enriched and text/html
13671                         in non multipart messages
13672
13673 2001-11-28 [paul]       0.6.5claws41
13674
13675         * more sync with sylpheed 0.6.5cvs18
13676                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13677
13678 2001-11-27 [paul]       0.6.5claws40
13679         
13680         * po/pt_BR.po
13681                 updated translation, submitted by Fabio Junior Beneditto
13682                 
13683         * sync with sylpheed 0.6.5cvs18
13684                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13685                 2001-11-27
13686
13687
13688 2001-11-26 [paul]
13689
13690         * po/es.po
13691                 updated translation, submitted by Ricardo Mones Lastra
13692
13693 2001-11-26 [alfons]
13694
13695         * src/matcher.c
13696                 add more translatable strings
13697
13698 2001-11-26 [christoph]  0.6.5claws39
13699
13700         * po/de.po      
13701                 fixed one more umlaut
13702         * src/compose.c
13703                 fix translated header when it should not be translated
13704
13705 2001-11-26 [paul]       0.6.5claws38
13706
13707         * src/mainwindow.c
13708                 remove '/Message/Add Sender to address book' from 
13709                 main_window_set_menu_sensitive(), prevent debug warning
13710                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13711
13712 2001-11-26 [paul]       0.6.5claws37
13713
13714         * src/summaryview.c
13715                 fix 'recurring unread state' bug 
13716
13717         * tools/README 
13718         * tools/filter_conv.pl
13719                 read name of top level mailbox from folderlist.xml
13720                 and presume nothing about its name              
13721
13722 2001-11-26 [darko]      0.6.5claws36
13723
13724         * src/gtkstext.[ch]
13725                 removed functions that are now in gtkutils.c
13726                 use gtkut_text_is_uri_string() from gtkutils.c
13727         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13728
13729 2001-11-26 [paul]       0.6.5claws35
13730
13731         * sync with sylpheed 0.6.5cvs16
13732                 see ChangeLog entries 2001-11-25 and 2001-11-26
13733
13734 2001-11-25 [alfons]     0.6.5claws34
13735
13736         EXPERIMENTAL!!! Please checkout the last stable version using: 
13737           
13738         % cvs update -r LAST_STABLE -dRAP
13739
13740         (Or help us testing this stuff.)
13741
13742         * src/filtering.c               (1.14)
13743         * src/filtering.h               (1.6)
13744         * src/inc.c                     (1.28)
13745         * src/matcher.c                 (1.20)
13746         * src/mbox.c                    (1.9)
13747         * src/procmsg.h                 (1.14)
13748         * src/summaryview.c             (1.59)
13749         * src/summaryview.h             (dunno)
13750                 revert/merge/sync to as it was before commit 
13751                 on Thu, 19 Jul 2001 10:15:51 -0700.
13752
13753 2001-11-25 [hoa]        0.6.5claws33
13754
13755         * src/main.c
13756                 processing mails at startup
13757
13758         * src/folderview.c
13759         * src/summaryview.[ch]
13760                 processing mails when entering folder
13761
13762         * src/prefs_filtering.c
13763                 fixed some UI bugs
13764
13765 2001-11-24 [alfons]     0.6.5claws32
13766
13767         * src/summaryview.[ch]
13768                 make summary sort headers work, and also make
13769                 sure the sort type is stored
13770
13771 2001-11-23 [alfons]     0.6.5claws31
13772
13773         * src/summaryview.[ch]
13774                 make lock work like mark
13775                 disallow deleting messages marked as locked
13776
13777 2001-11-23 [alfons]     0.6.5claws30
13778
13779         * src/gtkstext.c
13780         * src/compose.[ch]
13781         * src/Makefile.am
13782         * src/undo.[ch]
13783                 merge undo patch submitted by Jens
13784
13785 2001-11-23 [christoph]  0.6.5claws29
13786
13787         * src/.cvsignore
13788                 added ylwrap
13789         * src/compose.c
13790                 fixed gpg signing and encoding
13791         * src/folder.[ch]
13792         * src/main.c
13793                 added --status option to get new, unread and total
13794                 message count from a running sylpheed
13795         * src/prefs_common.c
13796                 temporary fix for reply_with_quote problem
13797                 (don't call functions for non existing widget)
13798         * src/procmsg.c
13799                 one more check for ignored threads but still not
13800                 always working correctly. probably a recursive
13801                 check for all parents is needed
13802
13803 2001-11-23 [darko]      0.6.5claws28
13804
13805         * src/compose.c
13806                 wrapping on send improvements
13807         * src/gtkutils.[ch]
13808                 fix for GtkSText after last sync with main branch
13809                 GTK_TEXT -> GTK_STEXT
13810
13811 2001-11-23 [paul]       0.6.5claws27
13812
13813         * sync with sylpheed 0.6.5cvs14
13814                 see ChangeLog entries 2001-11-22 and 2001-11-23
13815                 
13816         * po/de.po
13817                 fixed the scrambled umlauts 
13818                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13819
13820 2001-11-21 [paul]       0.6.5claws26
13821
13822         * sync with sylpheed 0.6.5cvs12
13823                 see 2nd ChangeLog entry dated 2001-11-20
13824
13825 2001-11-20 [paul]       0.6.5claws25
13826
13827         * sync with sylpheed 0.6.5cvs11
13828                 see ChangeLog entry 2001-11-19 (src/utils.c)
13829
13830 2001-11-20 [hiro]
13831
13832         * src/compose.c
13833                 GTK_TEXT -> GTK_STEXT
13834                 fix for wrong comment
13835
13836 2001-11-20 [hiro]       0.6.5claws24
13837
13838         * src/compose.[ch]
13839                 more merges from main branch
13840                 removed fatal warnings (uninitialized variables etc.)
13841                 some coding style fix
13842         * src/gtkutils.h
13843                 fixed typo.
13844         * src/addressbook.c
13845           src/addrindex.c
13846                 V-Card -> vCard
13847
13848 2001-11-19 [hoa]        0.6.5claws23
13849
13850         * src/filtering.c
13851         * src/prefs_scoring.c
13852         * src/matcher.[ch]
13853         * src/scoring.c
13854                 cleaning code
13855
13856         * src/matcher_parser_parse.y
13857         * src/prefs_filtering.c
13858                 bouncing
13859
13860 2001-11-19 [alfons]     0.6.5claws22
13861
13862         more of my old things into claws
13863
13864         * src/Makefile.am
13865         * src/prefs_common.c
13866         * src/procmsg.h
13867         * src/summaryview.[ch]
13868         * src/prefs_summary_column.c
13869         * src/pixmaps/locked.xpm
13870                 add indicators for locking of message in summary view
13871                 (does not work yet, only visual indicator)
13872
13873 2001-11-19 [paul]       0.6.5claws21
13874
13875         * sync with sylpheed 0.6.5cvs10
13876                 see ChangeLog entry 2001-11-19
13877
13878 2001-11-18 [alfons]     0.6.5claws20
13879         
13880         * src/filtering.c
13881                 remove an inadvertent free I forgot in previous clean up 
13882
13883 2001-11-18 [alfons]     0.6.5claws19
13884
13885         * src/filtering.[ch]
13886                 clean up & plug leaks
13887
13888 2001-11-18 [paul]       0.6.5claws18
13889
13890         * sync with sylpheed 0.6.5cvs9
13891                 see ChangeLog entries 2001-11-17 and 2001-11-18
13892
13893 2001-11-16 [paul]       0.6.5claws17
13894
13895         * sync with sylpheed 0.6.5cvs8
13896                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13897
13898 2001-11-16 [paul]       0.6.5claws16
13899
13900         * sync with sylpheed 0.6.5cvs7
13901                 see ChangeLog entries 2001-11-15 and 2001-11-16
13902
13903 2001-11-15 [hoa]        0.6.5claws15
13904
13905         * src/compose.c
13906                 fix bounce, mails we received couln't be bounced to ourself.
13907
13908         * src/defs.h
13909         * src/filtering.[ch]
13910         * src/matcher.[ch]
13911         * src/matcher_parser.h
13912         * src/matcher_parser_lex.l
13913         * src/matcher_parser_parse.y
13914         * src/inc.c
13915         * src/main.c
13916         * src/mbox.c
13917         * src/prefs_filtering.[ch]
13918         * src/mainwindow.c
13919         * src/prefs_matcher.c
13920         * src/prefs_scoring.c
13921         * src/scoring.[ch]
13922         * src/summaryview.c
13923                 new matcher/filter/score configuration file parser
13924                 one unique configuration file => ~/.sylpheed/matcherrc
13925                 import in currently automatic, then save are made
13926                 in this new file.
13927                 one filter per folder and one global filter
13928                 (filter of a folder will be used as folder processing)
13929
13930         * src/folder.c
13931                 fix a bug in folder_item_get_identifier
13932                 
13933         * src/messageview.c
13934                 receive receipt return are fixed.
13935
13936 2001-11-14 [alfons]     0.6.5claws14
13937
13938         * src/session.h
13939                 add things from main branch to make claws compile
13940
13941 2001-11-14 [paul]       0.6.5claws13
13942
13943         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13944                 see ChangeLog entries 2001-11-08 to 2001-11-14
13945
13946 2001-11-14 [hoa] 0.6.5claws12
13947
13948         * src/compose.[ch]
13949         * src/mainwindow.c
13950         * src/summaryview.c
13951                 add "bounce mail" option
13952
13953 2001-11-13 [christoph]  0.6.5claws11
13954
13955         * src/compose.c
13956                 Cleanup a mess i add before commiting
13957
13958 2001-11-13 [hoa]        0.6.5claws10
13959
13960         * src/compose.c
13961                 some fixes when mail are sent or
13962                 for crossposts
13963
13964 2001-11-13 [christoph]  0.6.5claws9
13965
13966         * po/de.po
13967                 Changed two string with the same translation
13968         * src/compose.c
13969         * src/procmsg.[ch]
13970         * src/send.[ch]
13971                 New mailsending process:
13972                   - Always queue message before sending
13973                     (message will be saved if sylpheed crashed or
13974                      freezes while sending)
13975                   - Allow queuing of newspostings
13976                   - No copy in outbox before sending
13977                     (closes bug #469501)
13978                   - No more redundant code for send and send_later
13979         * src/summaryview.c
13980                 Applied wwp <subscript@free.fr>'s patch that fixes
13981                 marks for multiple forwarded messages (+compose.c)
13982
13983 2001-11-12 [alfons]
13984
13985         * README.claws
13986                 remove things that are now in main branch
13987         
13988         * po/nl.po
13989                 update Dutch translation
13990
13991 2001-11-12 [mhadasht]   0.6.5.claws8
13992
13993         * src/prefs_common.c
13994                 re-enabled account autoselection feature for forward
13995                 and reedit lost during the branch point for SYNC-B4-REL
13996         * src/gtkspell.c
13997                 gtkpspell_get_dict(): more readable code (even if function is
13998                 not used yet)
13999         * ChangeLog.claws
14000                 added version number info to 2001-11-12 [hiro] comment.
14001
14002 2001-11-12 [hiro]       0.6.5.claws7
14003
14004         * src/compose.c
14005                 compose_forward(): fixed a bug that forward quote mark
14006                 wasn't used.
14007                 removed unnecessary code.
14008         * src/template_select.[ch]: removed.
14009
14010 2001-11-11 [alfons]
14011
14012         * src/compose.c
14013                 :%s/GTK_TEXT/GTK_STEXT/g
14014         
14015         * src/compose.[ch]
14016         * src/undo.[ch]
14017         * src/Makefile.am
14018                 revert the undo stuff (this is 0.6.6claws stuff)
14019
14020 2001-11-11 [hoa]        0.6.5.claws6
14021
14022         * src/compose.[ch]
14023                 Insert signature at the end of the text.
14024                 Added undo patch but currently disabled
14025
14026         * src/procmsg.c
14027                 Threading by subject improved.
14028
14029         * added src/undo.[ch]
14030                 Undo module for compose dialog box.
14031
14032 2001-11-11 [alfons]     0.6.5.claws5
14033
14034         * src/procmsg.c
14035                 prevent threading by subject on nodes that have already been
14036                 threaded by in-reply-to (as in "circular references in a tree
14037                 result in a dead branch")
14038
14039 2001-11-09 [hoa]        0.6.5.claws4
14040         
14041         * src/folderview.c
14042                 allows creation of mbox folder item from any files.
14043
14044 2001-11-09 [alfons]     0.6.5.claws3
14045         
14046         * src/utils.c
14047         * src/procmsg.c
14048                 do what I mean and correct threading by subject so it really
14049                 ignores attracting lines without "Re: "
14050
14051 2001-11-07 [alfons]     0.6.5.claws2
14052
14053         * src/procmsg.c
14054         * src/utils.[ch]
14055                 only attract by subject if a subject line starts with a "Re: "
14056         * src/syldap.c
14057                 remove warning
14058
14059 2001-11-07 [paul]       0.6.5claws1
14060
14061         * sync with sylpheed 0.6.5. release
14062                 see ChangeLog entry 2001-11-07
14063
14064 2001-11-07 [paul]       0.6.4claws31
14065
14066         * sync with sylpheed 0.6.4cvs18
14067                 see ChangeLog entries 2001-10-30 to 2001-11-07
14068                 prefs_templates.[ch] renamed prefs_template.[ch]
14069
14070 2001-11-06 [alfons]
14071         
14072         * src/utils.h
14073                 add semicolon Hoa forgot ;-)
14074                 
14075
14076 2001-11-06 [hoa]        0.6.4claws30
14077         
14078         * src/procmsg.c
14079         * src/summaryview.c
14080         * src/utils.c
14081         * src/utils.h
14082                 threading by subject - empty subject are ignored
14083
14084 2001-11-06 [christoph]  0.6.4claws29
14085
14086         * src/socket.c
14087                 use SSL_peek for sock_gets
14088         * src/utils.c
14089                 removed unneeded pointer in extracting quoted
14090                 names implementation
14091
14092 2001-11-06 [melvin]     0.6.4claws28
14093
14094         * src/gtkspell.c
14095                 fixed bug #476792 Selection overtyping with spell checker
14096                 fixed bug which could cause a buffer overflow
14097                 fixed a memory leak
14098
14099 2001-11-06 [hoa]        0.6.4claws27
14100         
14101         * src/procmsg.c
14102         * src/summaryview.c
14103                 threading by subject
14104
14105 2001-11-05 [alfons]     0.6.4claws26
14106         
14107         * README.claws
14108                 Claws -> Sylpheed (vice versa)
14109
14110         * src/compose.c
14111                 :%s/gtk_text/gtk_stext/g
14112                 :%s/GTK_TEXT/GTK_STEXT/g
14113                 (thanks to Jonathan Ware for spotting this)
14114
14115 2001-11-04 [christoph]  0.6.4claws25
14116
14117         * src/summaryview.c
14118                 replace Xalloca + strdup with Xstrdup_a
14119         * src/utils.c
14120                 better implementation of extracting quoted names
14121                 from addresses (remove backlashes and ignore
14122                 quotes after them)
14123
14124 2001-11-04 [alfons]     0.6.4claws24
14125
14126         * src/utils.[ch]
14127                 edit to comply more with coding style
14128
14129         * src/textview.c
14130                 fix bug reported by Kim Schulz. introduced by the patch integrated
14131                 in 0.6.4claws15. the code did not check the return value of
14132                 the html parser.
14133
14134         * AUTHORS
14135                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14136
14137 2001-11-04 [christoph]  0.6.4claws23
14138
14139         * src/main.c
14140         * src/prefs_common.[ch]
14141                 init some pointers that possibly caused a segfault
14142                 reported in the claws-users ML
14143
14144 2001-11-04 [hoa]        0.6.4claws22
14145
14146         * src/grouplistdialog.c
14147                 change the names of the nodes in the tree
14148
14149         * src/compose.c
14150                 enhanced mailto syntax as described in
14151                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14152                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14153
14154         * src/utils.c
14155                 encode and decode URI (useful when opening URL into
14156                 netscape).
14157
14158 2001-11-03 [hoa]        0.6.4claws21
14159
14160         * src/grouplistdialog.c
14161                 a new newsgroups list selection dialog box
14162                 with a CTree instead of a CList
14163
14164 2001-11-03 [hoa]        0.6.4claws20
14165
14166         * src/folderview.c
14167                 enable property and scoring options when right
14168                 click on "inbox"
14169
14170         * src/summaryview.c
14171                 fixed bug when nickname were displayed using
14172                 the address book.
14173
14174 2001-11-02 [darko]      0.6.4claws19
14175
14176         * src/compose.c
14177                 new wrap quotation and URL/long words wrapping implementation
14178         * src/compose.c src/gtkstext.[ch]
14179                 move gtkstext_strncmp() to gtkstext.c
14180
14181 2001-11-01 [christoph]  0.6.4claws18
14182
14183         * src/prefs_account.c
14184                 fixed mess in account settings dialog
14185         * src/prefs_folder_item.c
14186                 added label with folder path to dialog
14187
14188 2001-10-31 [match]      0.6.4claws17
14189
14190         * src/vcard.c
14191                 fix memory leak.
14192         * src/addrbook.c
14193                 fix generation of spurious address book file names.
14194                 remove redundant functions.
14195         * po/POTFILES.in
14196                 added missing file names.
14197
14198 2001-10-30 [paul]       0.6.4claws16
14199
14200         * sync with sylpheed 0.6.4cvs6
14201                 see ChangeLog entries 2001-10-26 to 2001-10-30
14202
14203         * tools/filter_conv.pl
14204                 read folderlist.xml to discover whether the top-level
14205                 folder is called 'Mailbox' or 'Mail' 
14206
14207 2001-10-29 [paul]       0.6.4claws15
14208
14209         * src/html.c, src/textview.c
14210                 activate links in html mail and fix clickable parts
14211                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14212
14213 2001-10-29 [paul]
14214
14215         * po/de.po, po/es.po, po/pt_BR/po
14216                 updated translations, submitted by Jens Oberender,
14217                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14218
14219 2001-10-29 [darko]      0.6.4claws14
14220
14221         * src/compose.c
14222                 fix wrapping for good
14223
14224 2001-10-29 [darko]
14225
14226         * src/compose.c
14227                 undo previous change as it broke the smart wrapping
14228
14229 2001-10-29 [darko]      0.6.4claws13
14230
14231         * src/compose.c
14232                 fix infinite loop when long URL is quoted
14233                 (closes bug #475122.
14234
14235 2001-10-28 [match]
14236
14237         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14238                 import Mutt address book
14239         * src/ldif.[ch] src/importldif.h
14240                 modified import LDIF handle user attributes
14241
14242 2001-10-28 [christoph]  0.6.4claws12
14243
14244         * src/summaryview.c
14245                 fixed that filtering did not work if there
14246                 were no filter rules
14247                 (closes bug #472003 and better implementation
14248                  of patch #474644)
14249
14250 2001-10-27 [christoph]  0.6.4claws11
14251
14252         * src/compose.c
14253                 make the folder's default account to be used when
14254                 replying. (patch by wwp <subscript@free.fr>)
14255         * src/compose.c
14256                 code cleanup, nearly killed all of wwp's patch
14257                 for folder's default account in compose
14258         * src/folderview.c
14259                 error panel when a folder could not be created
14260                 (closes bug #471080 new folder name & already
14261                  existing file)
14262
14263 2001-10-26 [alfons]
14264
14265         * src/utils.h
14266                 change prototype of strstr2() that Christoph forgot about
14267
14268 2001-10-26 [christoph]  0.6.4claws10
14269
14270         * src/account.c
14271                 made search for accounts by email address not case
14272                 sensitive
14273         * src/folder.c
14274                 fixed memory leak in folder_item_get_identifier
14275         * src/gtkspell.c
14276         * src/utils.c
14277                 fixed wrong strstr2 (should work like strstr)
14278
14279 2001-10-26 [darko]      0.6.4claws9
14280
14281         * src/compose.c src/gtkstext.[ch]
14282         * src/gtkstext.c
14283                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14284
14285 2001-10-26 [paul]       0.6.4claws8
14286
14287         * src/html.c
14288                 ignore css and javascript tags in html mail
14289                 case-insensitive, with or without double-quoted
14290                 strings
14291
14292 2001-10-26 [paul]       0.6.4claws7
14293
14294         * sync with sylpheed 0.6.4cvs1
14295                 see ChangeLog entry 2001-10-26
14296
14297         * src/prefs_account.c, src/prefs_common.c,
14298           src/prefs_summary_column.c
14299                 minor improvements to the English
14300
14301 2001-10-25 [alfons]     0.6.4claws6
14302
14303         * src/gtkstext.c
14304         
14305                 make GtkSText follow style of GtkText (closes bug 
14306                 #469211 "text selection while writing message")
14307                 
14308                 do sync with GTK 1.2.10
14309
14310 2001-10-25 [paul]       0.6.4claws5
14311
14312         * src/html.c
14313                 ignore css tags in html mail
14314
14315 2001-10-25 [darko]      0.6.4claws4
14316
14317         * src/compose.c
14318                 don't declare is_url_string as static function since
14319                 we need it in gtkstext.c
14320         * src/gtkstext.c
14321                 remove unused variable
14322                 don't wrap long URLs while composing a message
14323
14324 2001-10-24 [christoph]  0.6.4claws3
14325
14326         * src/socket.c
14327                 fix ssl deadlock, when peer closes connection
14328
14329 2001-10-24 [paul]       0.6.4claws2
14330
14331         * src/prefs_common.c
14332                 gettextize the gpg ascii-armored warning message
14333
14334         * src/compose.c
14335                 insert a DOS/MAC file into the composed message
14336                 (improvements)
14337
14338         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14339
14340 2001-10-22 [paul]       0.6.4claws1
14341
14342         * sync with sylpheed 0.6.4 release
14343                 see ChangeLog entries 2001-10-21
14344
14345         * po/fr.po, po/pt_BR.po
14346                 updated by Melvin Hadasht and Fabio Junior Beneditto
14347
14348 2001-10-21 [paul]       0.6.3claws30
14349
14350         * src/compose.c
14351                 insert a DOS text file from the compose window
14352                 into the composed message text (removes CRs characters)
14353                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14354
14355         * tools/filter_conv.pl, tools/README
14356                 automatically use ~/.sylpheed as working directory
14357                 print out confirmation message on completion
14358
14359         * correct Hoa's last ChangeLog.claws entry
14360
14361 2001-10-20 [hoa]        0.6.3claws29
14362
14363         * src/grouplistdialog.c
14364                 bugfix (another ?) to give the right
14365                 newsgroups list for each news server.
14366
14367         * src/news.c
14368         * src/news.h
14369                 improve the newsgroups list cache
14370
14371 2001-10-20 [paul]       0.6.3claws28
14372
14373         * sync with sylpheed 0.6.3cvs9
14374                 see ChangeLog entry 2001-10-19
14375
14376         * correct Alfons' last ChangeLog.claws entry
14377
14378 2001-10-19 [alfons]
14379
14380         * src/pgptext.[ch]
14381                 fix compilation problems (part of bug #472895)
14382
14383 2001-10-18 [hoa]        0.6.3claws27
14384
14385         * src/grouplistdialog.c
14386                 bugfix when we refresh was clicked (bug 472701)
14387
14388 2001-10-19 [christoph]  0.6.3claws26
14389
14390         * src/compose.c
14391                 last header entry should default to "To:" or
14392                 "Newsgroups:" and not copy the last entry line
14393                 in a new compose window
14394                 (closes bug #472686, #470792)
14395
14396 2001-10-19 [paul]       0.6.3claws25
14397
14398         * sync with Sylpheed 0.6.3cvs8
14399                 see ChangeLog entries 2001-10-18 and 2001-10-19
14400
14401 2001-10-18 [christoph]  0.6.3claws24
14402
14403         * src/procmsg.c
14404                 reimplement ignore thread
14405         
14406 2001-10-18 [hoa]        0.6.3claws23
14407
14408         * src/folderview.c
14409         * src/grouplistdialog.[ch]
14410                 enhanced news subscription interface (feature 469113)
14411
14412         * src/news.c
14413         * src/news.h
14414                 enchanced newsgroup listing,
14415                 now, we can get groups informations
14416                 (NNTPGroupInfo)
14417
14418 2001-10-18 [paul]       0.6.3claws22
14419
14420         * src/summaryview.c
14421                 remove comment (sync with main branch)
14422         * src/mainwindow.c
14423                 fix 'Re-edit' bug in 'Message' menu
14424
14425 2001-10-17 [christoph]  0.6.3claws21
14426
14427         * src/compose.c
14428                 ignore empty or whitespace only header lines
14429
14430 2001-10-17 [paul]       0.6.3claws20
14431
14432         * sync with sylpheed 0.6.3cvs7
14433                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14434                 2001-10-17
14435
14436 2001-10-17 [darko]
14437
14438         * src/compose.c
14439                 wrap long lines without spaces
14440                 don't wrap URLs
14441
14442 2001-10-16 [paul]
14443
14444         * po/es.po, po/nl.po, po/pt_BR.po
14445                 updated by Ricardo Mones Lastra, Alfons,
14446                 and Fabio Junior Beneditto
14447
14448         * sylpheed-0.6.3claws released
14449
14450 2001-10-15 [melvin] 0.6.3claws18
14451
14452         * README.claws
14453                 added summary and detailed installation instructions
14454                 for spell checker
14455         * po/fr.po
14456                 Updated, corrected and completed french translation
14457
14458 2001-10-15 [hoa] 0.6.3claws17
14459         * src/grouplistdialog.c
14460                 we can choose the newsgroups to display with wildcards
14461
14462 2001-10-15 [christoph]  0.6.3claws16
14463
14464         * src/account.c
14465         * src/compose.c
14466         * src/prefs_folder_item.[ch]
14467                 applied wwp <subscript@free.fr>'s folder
14468                 default account patch
14469         * po/de.po
14470                 Fixed wrong translation
14471
14472 2001-10-13 [alfons, christoph, melvin]  
14473                         0.6.3claws15
14474
14475         solution #2 to solve MT-safety problems defers all GUI related calls
14476         to the main thread using a gtk_idle_add() callback. discussed on
14477         ircnet #sylpheed, with christoph spotting some issues with the
14478         original code, and melvin allowing us to lobotomize his sylpheed.
14479
14480         * src/syldap.[ch], src/main.c
14481                 fix race problem in ldap search thread by deferring GUI 
14482                 stuff to main thread using gtk_idle_add()
14483
14484 2001-10-13 [paul]       0.6.3claws14
14485
14486         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14487                 add Sergey's smtpcred.patch
14488                 adds separate username/password setting for SMTP Auth
14489                 needed by some servers
14490                 (closes feature request #471659)
14491
14492 2001-10-13 [paul]       0.6.3claws13
14493
14494         * src/pgptext.[ch] **NEW FILES**
14495         * src/Makefile.am, src/messageview.c, src/mimeview.c
14496                 decrypt ascii-armored gpg text embedded in
14497                 the message body.
14498                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14499
14500 2001-10-13 [christoph]  0.6.3claws12
14501
14502         * README.claws
14503                 some more details on default to and
14504                 feature requests
14505         * src/main.c
14506                 init glib threading when ldap is used
14507         * src/syldap.c
14508                 threading fixes
14509         * po/de.po
14510                 fixed a typo
14511
14512 2001-10-12 [paul]       0.6.3claws11
14513
14514         * src/prefs_common.[ch], src/rfc2015.c
14515                 enable ascii-armored gpg text to be embedded in the
14516                 message body, selectable through the 'Privacy'
14517                 preferences. Supports encrypting only.
14518                 Submitted by Ravemax <ravemax@dextrose.com>
14519
14520 2001-10-12 [paul]       0.6.3claws10
14521
14522         * sync with sylpheed 0.6.3cvs6
14523                 see ChangeLog entries 2001-10-11 and 2001-11-12
14524
14525         * src/folderview.c
14526                 incorporated mbox folders, scoring, and folder
14527                 properties into the sync
14528
14529 2001-10-12 [darko]      0.6.3claws9
14530
14531         * README.claws
14532                 describe quotation wrapping
14533         * src/compose.c
14534                 don't treat tab as space to calculate line length properly
14535
14536 2001-10-11 [alfons]
14537
14538         * README.claws
14539                 correct description of how to make new filtering system work,
14540                 add some other things
14541                 
14542         * src/syldap.c
14543                 remove sched_yield() (not necessary / unportable)
14544
14545 2001-10-11 [paul]       0.6.3claws8
14546
14547         * sync with sylpheed 0.6.3cvs3
14548                 see ChangeLog entry 2001-10-10
14549
14550 2001-10-10 [christoph]  0.6.3claws7
14551
14552         * .cvsignore
14553                 ignore 2 files created by newer autotools
14554         * src/prefs_folder_item.c
14555                 using table for widget alignment
14556                 fixed memory leak and broken octal display
14557         * src/filesel.c
14558                 fixed segfault caused by lost filename
14559                 workaround (closes bug #469551)
14560
14561 2001-10-10 [paul]       0.6.3claws6
14562
14563         * sync with sylpheed 0.6.3cvs2
14564                 see ChangeLog entries 2001-10-09 and 2001-10-10
14565
14566 2001-10-10 [darko]      0.6.3.claws5
14567
14568         * src/gtkstext.c
14569                 proper calculation of right margin if smart wrapping is enabled
14570         * src/compose.c
14571                 automatically wrap long lines if wrap quotation is enabled
14572
14573 2001-10-09 [alfons]     0.6.3.claws4
14574
14575         * src/summaryview.c
14576                 select correct row when deleting last row in the summary view (and
14577                 close bug "[ #469104 ] select second last in list when deleting")
14578
14579 2001-10-09 [paul]       0.6.3claws3
14580
14581         * sync with sylpheed 0.6.3cvs1
14582                 updated some autotool scripts
14583
14584 2001-10-09 [darko]      0.6.3claws2
14585
14586         * src/gtkstext.[ch]
14587                 new name and mark with Sylpheed comment
14588         * src/compose.c
14589                 smart quotation wrapping a-la VIM
14590
14591 2001-10-08 [paul]       0.6.3claws1
14592
14593         * sync with sylpheed 0.6.3 release
14594                 see ChangeLog entry 2001-10-08
14595
14596 2001-10-08 [paul]       0.6.2claws24
14597
14598         * src/summaryview.c
14599                 more sync with sylpheed 0.6.2cvs12
14600                 Fixed the bug that didn't select the last row correctly
14601
14602
14603 2001-10-07 [paul]       0.6.2claws23
14604
14605         * sync with sylpheed 0.6.2cvs12
14606                 see ChangeLog entry 2001-10-07
14607
14608 2001-10-06 [match]
14609         * src/jpilot.[ch]
14610                 enable jpilot to read unsynch'ed addresses.
14611
14612         * src/editldap_basedn.c
14613                 fix segfault when opening dialog.
14614
14615 2001-10-06 [alfons]     0.6.2.claws22
14616
14617         * src/summaryview.c
14618                 fix bug with summary view selecting last *inserted*
14619                 node instead of last *visible* node. remember we
14620                 work with a tree
14621
14622 2001-10-06 [paul]       0.6.2claws21
14623
14624         * po/pt_BR.po
14625                 updated translation, contains some fixes and new
14626                 translations, submitted by Gustavo Noronha Silva
14627                 <kov@debian.org>
14628
14629         * src/prefs_common.c
14630                 change 'each' to 'every' - fix dubious English
14631
14632         * sync with sylpheed 0.6.2cvs11
14633
14634 2001-10-05 [alfons]     0.6.2claws20
14635
14636         * src/mainwindow.[ch], src/folderview.c
14637                 make composite tool button switch between "Compose News"
14638                 and "Compose Mail" depending on selected folder
14639                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14640
14641 2001-10-05 [paul]       0.6.2claws19
14642
14643         * src/mainwindow.c, src/summaryview.c
14644                 fix 'Message/Reply to all', broken in last commit
14645
14646         * src/compose.c
14647                 fix X_BEENTHERE seg fault, thanks to Alfons
14648
14649 2001-10-04 [paul]       0.6.2claws18
14650
14651         * src/compose.[ch], src/mainwindow.c
14652                 make "Message/Reply" reply to mailing lists; matches
14653                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14654                 based on portions of the patch submitted by
14655                 Junichi Uekawa <dancer@netfort.gr.jp>
14656
14657 2001-10-04 [darko]      0.6.2claws17
14658
14659         * src/compose.c
14660                 better smart wrapping
14661         * src/gtkstext.[hc]
14662                 a function to make text buffer contiguous
14663
14664 2001-10-03 [paul]       0.6.2claws16
14665
14666         * sync with sylpheed 0.6.2cvs10
14667
14668 2001-10-02 [alfons]
14669
14670         * configure.in
14671         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14672                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14673                 references to chinese translations (hope someone picks up
14674                 this)
14675
14676 2001-10-02 [christoph]  0.6.2claws15
14677
14678         * src/compose.c
14679                 fixed non translated header bug
14680         * ChangeLog.claws
14681                 fixed wrong date in alfons last entry ;)
14682
14683 2001-10-02 [alfons]     0.6.2claws14
14684
14685         * src/compose.c, src/prefs_common.[ch]
14686                 add block cursor option
14687
14688 2001-10-02 [paul]       0.6.2claws13
14689
14690         * sync with sylpheed 0.6.2cvs9
14691
14692 2001-09-30 [paul]       0.6.2claws12
14693
14694         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14695                 updated translations
14696
14697         * po/POTFILES.in
14698                 add 'src/importldif.c'
14699
14700         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14701                 added eudora-to-vCard conversion tool
14702                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14703
14704         * sync with sylpheed 0.6.2cvs8
14705
14706 2001-09-30 [paul]
14707
14708         * sylpheed-0.6.2claws released
14709
14710 2001-09-27 [melvin]     0.6.2claws11
14711
14712         * src/gtkspell.c
14713                 fixed crash when using default path (introduced 
14714                 in 0.6.2claws10)
14715                 fixed tiny bug for initial suggestion mode
14716
14717 2001-09-27 [melvin]     0.6.2claws10
14718         
14719         * src/gtkspell.c
14720                 fixed bug where gtkpspell didn't set the path correctly
14721
14722         * README.claws
14723                 added a paragraph about spell checking
14724                 
14725
14726
14727 2001-09-27 [paul]       0.6.2claws9
14728
14729         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14730                 replace '// comments' with '/* comments */' to prevent
14731                 some compiler warnings 
14732
14733         * sync with sylpheed 0.6.2cvs6
14734
14735 2001-09-26 [alfons]     0.6.2claws8
14736
14737         * src/messageview.c
14738                 introduce return receipt request notification again,
14739                 which was lost because of other semantics in 
14740                 procheader_parse() (???)
14741
14742 2001-09-26 [christoph]  0.6.2claws7
14743
14744         * src/compose.c
14745                 replace comments for old code with #if 0
14746                 readded auto cc, bcc and reply-to
14747         * src/prefs_matcher.c
14748         * src/prefs_scoring.c
14749                 removed some definition (was moved to
14750                 prefs.h)
14751
14752 2001-09-26 [paul]       0.6.2claws6
14753
14754         * src/mainwindow.c
14755                 make 'Follow-up and reply to' sensitive
14756
14757         * more sync with sylpheed 0.6.2cvs5
14758
14759 2001-09-25 [melvin]
14760
14761         * 0.6.2claws5
14762
14763         * src/gtkspell.c
14764                 fixed bug for "US-ASCII" introduced by the encoding code
14765
14766 2001-09-25 [paul]
14767
14768         * 0.6.2claws4
14769
14770         * src/prefs_common.[ch], src/summaryview.c
14771                 'next unread msg' 'go to next folder?' dialog can be
14772                 given default behaviour, either always show dialog,
14773                 or assume 'yes', or assume 'no'
14774                 Submitted by wwp <subscript@free.fr>
14775
14776 2001-09-25 [melvin]
14777                 
14778         * src/compose.c src/gtkspell.[ch]
14779                 added support for different encodings
14780
14781 2001-09-25 [paul]
14782
14783         * more sync with sylpheed 0.6.2cvs5
14784
14785 2001-09-24 [alfons]
14786         
14787         * src/prefs_folder_item.c
14788                 add check for item->prefs->default_to string is NULL and
14789                 add another check when freeing this string
14790
14791 2001-09-24 [paul]
14792
14793         * configure.in
14794                 change to version 0.6.2claws3
14795
14796         * sync with sylpheed 0.6.2cvs5 
14797
14798 2001-09-24 [match]
14799         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14800                 import LDIF files.
14801         * src/addrcache.[ch], addrindex.[ch]
14802                 small update for future
14803         * src/addrbook.c
14804                 fix test XML file.
14805
14806 2001-09-24 [melvin]
14807         * src/gtkspell.[ch]
14808                 added 'Learn from mistakes' option
14809                 better handling of quotes in checked words
14810                 sorted dict list
14811         * po/fr.po
14812                 small update for spell checking stuff
14813
14814 2001-09-23 [alfons]
14815         
14816         * src/gtkspell.c
14817                 edit a little bit so it complies more with main coding style
14818
14819 2001-09-23 [alfons]
14820
14821         * src/folder.[ch], prefs_folder_item.c, compose.c
14822                 migrate "request return receipt" folder property
14823                 to folderlist.xml
14824
14825 2001-09-22 [alfons]
14826
14827         * README.claws **NEW**
14828                 (add things of interest for users of main branch 
14829                 and claws here)
14830
14831         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14832                 re-implement threading per folder option, but store 
14833                 the setting in folderlist.xml (where it belongs)
14834
14835 2001-09-21 [melvin]
14836
14837         * src/gtkspell.[ch]
14838                 fixed bug when compose window is under another window
14839         * src/prefs_common.[ch] src/compose.c
14840                 changed 'dictionary_path' to 'dictionary' to be consistent
14841                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14842         * ac/pspell.m4 src/Makefile.am 
14843                 dropped PSPELL_PATH macro
14844         * po/fr.po
14845                 updated translations
14846
14847 2001-09-21 [christoph]
14848
14849         * src/compose.c
14850                 added border around header fields
14851                 keep header type when new field is added
14852
14853 2001-09-20 [christoph]
14854
14855         * src/utils.[ch]
14856                 more portable debug_print with source filename
14857                 and linenumber
14858         * src/procmsg.c
14859                 more newlines after debug messages
14860
14861 2001-09-20 [paul]
14862
14863         * configure.in
14864                 change to version 0.6.2claws2
14865
14866         * sync with sylpheed 0.6.2cvs3
14867
14868 2001-09-19 [melvin]
14869
14870         * src/gtkspell.c
14871                 fixed the post-right-click focus pb
14872                 fixed crash when 'Spell check all' after dict change 
14873                         and when cursor is at the end of the text
14874                 shift-right-click pops up config menu even on misspelled words.
14875         * po/POTFILES.in
14876                 added gtkspell.c
14877
14878 2001-09-19 [melvin]
14879
14880         * src/about.c
14881                 added pspell to compiled-in features list
14882
14883 2001-09-18 [melvin]
14884
14885         * switched to pspell and dropped ispell
14886         * ac/pspell.m4
14887                 new file. autoconf macro for pspell
14888         * ac/Makefile.am 
14889         * configure.in acconfig.h
14890                 added pspell support
14891         * src/Makefile.am
14892         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14893         * src/prefs_common.[ch] 
14894                 added pspell support
14895
14896 2001-09-18 [christoph]
14897
14898         * src/addr_compl.c
14899         * src/template.[ch]
14900                 replace LOG_MESSAGE with debug_print
14901         * src/compose.[ch]
14902                 gui improvements
14903         * src/menu.c
14904                 added newline after debug message
14905         * src/utils.h
14906                 using __VA_ARGS__ for debug_print macro
14907         * tools/.cvsignore
14908                 ignore Makefile and Makefile.in
14909
14910 2001-09-18 [paul]
14911
14912         * configure.in
14913                 change to version 0.6.2claws1
14914         * sync with sylpheed 0.6.2cvs1
14915
14916         * src/matcher.c 
14917         * src/prefs_matcher.c
14918                 add 'score equal to' option, submitted by
14919                 Paul Evans <nerd@freeuk.com>
14920
14921 2001-09-15 [christoph]
14922
14923         * src/mainwindow.c
14924                 comment out menu entry not existing in claws
14925         * src/menu.c
14926                 add debug output for non existing menu entries
14927         * src/summaryview.c
14928                 fix next/prev unread message for ignored threads
14929         * src/utils.[ch]
14930                 add sourcefile and line number to debug output
14931                 otherwise it is sometimes hard to find the
14932                 source code part if debug messages are translated
14933
14934 2001-09-14 [darko]
14935         
14936         * src/folderview.c
14937                 refresh target folder style after colour is changed
14938
14939 2001-09-13 [paul]
14940
14941         * configure.in
14942                 change to version 0.6.1claws3
14943
14944         * sync with sylpheed 0.6.1cvs6
14945
14946 2001-09-13 [darko]
14947         
14948         * src/folderview.c
14949                 fix target folder colourization to use user selected colour
14950
14951 2001-09-12 [darko]
14952         
14953         * src/summaryview.c
14954                 fix crash when message that is marked for copy/move is unmarked
14955
14956 2001-09-09 [paul]
14957
14958         * configure.in
14959                 change to version 0.6.1claws2
14960
14961         * sync with sylpheed 0.6.1cvs3
14962
14963 2001-09-09 [alfons]
14964         
14965         * src/folderview.c
14966                 fix bug with default font used for trash folder text
14967
14968 2001-09-06 [paul]
14969
14970         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14971                 updated translations
14972
14973         * configure.in
14974                 change to version 0.6.1claws1
14975
14976         * sync with sylpheed 0.6.1cvs2
14977
14978 2001-09-03 [paul]
14979
14980         * po/POTFILES.in
14981                 add Match's new addressbook
14982
14983         * po/de.po
14984                 updated translation submitted by Jens Oberender
14985
14986 2001-09-02 [paul]
14987
14988         * configure.in
14989                 change to 0.6.1claws
14990         * sync with sylpheed 0.6.1 release
14991
14992 2001-09-02 [paul]
14993
14994         * configure.in
14995                 change to 0.6.0claws2
14996
14997         * sync with sylpheed 0.6.0cvs4
14998
14999         * po/pt_BR.po
15000                 updated translation submitted by Fabio Junior Beneditto
15001
15002 2001-09-01 [match]
15003         * pixmaps/
15004                 interface.xpm
15005                 book.xpm
15006                 address.xpm
15007         * src/
15008                 Makefile.am
15009                 a ton of new files
15010
15011 2001-08-31 [paul]
15012
15013         * configure.in
15014                 change to version 0.6.0claws1
15015
15016         * sync with sylpheed 0.6.0cvs1
15017
15018         * po/es.po
15019                 updated translation submitted by Ricardo Mones Lastra
15020
15021         * po/POTFILES.in
15022                 add 'src/prefs_templates.c'
15023
15024         * src/compose.c, src/summaryview.c
15025                 fix segfault on 'Re_edit'               
15026
15027 2001-08-30 [alfons]
15028
15029         * configure.in, Makefile.am
15030         * tools/Makefile.am
15031                 add tools directory to source distribution
15032
15033 2001-08-30 [paul]
15034
15035         * configure.in
15036                 change to version 0.6.0claws
15037
15038         * sync with sylpheed 0.6.0 release
15039
15040 2001-08-30 [christoph]
15041
15042         * configure.in
15043                 removed autoconf version check
15044
15045 2001-08-30 [paul]
15046
15047         * src/account.c, src/compose.c, src/prefs_common.[ch]
15048         * src/procheader.[ch] src/utils.[ch]
15049                 Enhanced automatic account selection on replies
15050                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15051
15052         * configure.in
15053                 add LDAP and JPilot to the configuration results output.
15054
15055 2001-08-29 [christoph]
15056
15057         * src/summeryview.c
15058                 no bold font for ignored threads
15059
15060 2001-08-29 [paul]
15061
15062         * configure.in
15063                 change to version 0.5.3claws6
15064
15065         * sync with sylpheed 0.5.3cvs10
15066                 src/stringtable.[ch]: New Files
15067
15068         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15069         * src/pixmaps/sylpheed.xpm
15070                 add mini-icons to windows (by Alfons)
15071
15072 2001-08-27 [paul]
15073
15074         * src/mainwindow.c
15075                 new functions: next_labeled_cb(), prev_labeled_cb()
15076
15077         * src/summaryview.c
15078                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15079                 summary_select_next_labeled(), summary_select_prev_labeled()
15080
15081         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15082                 give claws blue folders and a blue trash can
15083
15084 2001-08-27 [paul]
15085
15086         * configure.in
15087                 change to version 0.5.3claws5
15088
15089         * sync with sylpheed 0.5.3cvs9
15090                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15091
15092 2001-08-24 [christoph]
15093
15094         * src/filesel.c
15095                 keep filename when browsing directories
15096                 (not working for user entered filename, but
15097                  for default name and selected filename from
15098                  file list)
15099         * src/mainwindow.c
15100                 fixed wrong spelling "Folllow-up"
15101         * src/mbox_folder.c
15102         * src/procmsg.c
15103         * src/summaryview.c
15104                 fixed new/unread message count with ignored
15105                 threads (2 commits, first didn't notice no
15106                 longer needed decreasing)
15107         * src/inc.c
15108                 readded scrolling of progress dialog
15109                 (lost in sync)
15110
15111 2001-08-24 [paul]
15112
15113         * configure.in
15114                 change to 0.5.3claws4
15115
15116         * sync with sylpheed 0.5.3cvs7
15117
15118 2001-08-24 [christoph]
15119
15120         * src/compose.c
15121                 set request return receipt when replying
15122                 if it is set is the folder prefs of the
15123                 message
15124         * src/inc.c
15125                 disable final error popup if popups are
15126                 disabled in config (again)
15127
15128 2001-08-23 [paul]
15129
15130         * configure.in
15131                 Change version number to 0.5.3claws3
15132
15133         * sync with sylpheed 0.5.3cvs5
15134
15135         * src/mimeview.c
15136                 double quote '%s' in 'gedit %s' to fix bug when
15137                 opening attachment with spaces in the name
15138
15139 2001-08-22 [alte]
15140         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15141           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15142                 initial message templates support
15143
15144
15145 2001-08-22 [paul]
15146
15147         * configure.in
15148                 change version number to 0.5.3claws2
15149
15150         * sync with sylpheed 0.5.3cvs4
15151
15152         * src/procmsg.h src/summaryview.c
15153                 re-implement (un)ignore thread
15154
15155 2001-08-21 [paul]
15156
15157         * src/summaryview.c
15158                 remove unnecessary code
15159         * src/compose.c
15160                 enable 'dynamic' signatures (submitted by
15161                 Eric Limpens <eric@hscg-internet.nl>)
15162
15163 2001-08-21 [paul]
15164
15165         clean up after sync with sylpheed 0.5.3 release
15166
15167         * src/folderview.c
15168                 fix re-introduced font mess, see Christoph's
15169                 entry 2001-06-24
15170
15171         * src/summaryview.c
15172                 remove prev_msgnum
15173                 use sylpheed's small font instead of
15174                 gtk default font for summary view
15175
15176
15177 2001-08-17 [paul]
15178
15179         * configure.in
15180                 add pl to ALL_LINGUAS - sync with main branch
15181
15182         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15183                 Updated. Translations by Jens Oberender, Ricardo Mones
15184                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15185
15186         * po/pl.po  ** NEW FILE **
15187                 sync with the main branch
15188
15189         * src/folderview.c
15190                 fix target folder colorizing and refresh problem
15191
15192
15193 2001-08-17 [christoph]
15194
15195         * src/mainwindow.c
15196                 claws uses 4 colors for target folder coloring.
15197                 arrays were not long enough and destroyed the
15198                 stack causing a segfault.
15199                 target folder colorizing does not work anymore
15200                 for me
15201
15202 2001-08-16 [paul]
15203
15204         * configure.in
15205                 change to version 0.5.3claws1
15206
15207         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15208           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15209           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15210
15211                 sync with sylpheed 0.5.3 release, but keep claws method of
15212                 configuring/saving fonts
15213
15214         * src/addressbook.[ch]
15215                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15216                 in line with a similar change in Hiroyuki's branch
15217
15218         * src/mainwindow.[ch]
15219                 disable main_window_set_thread_option()
15220         * src/prefs_folder_item.c
15221                 comment out &tmps_prefs.enable_thread,
15222         * src/mbox_folder.c, src/procmsg.[ch]
15223                 comment out MSG_IS_IGNORE_THREAD
15224         * src/summaryview.c
15225                 comment out summary_ignore_thread() and summary_unignore_thread()
15226                 comment out MSG_IS_IGNORE_THREAD
15227
15228                 use Hiroyuki's threading instead.
15229
15230
15231
15232 2001-08-15 [paul]
15233
15234         * src/account.c
15235                 use Hiroyuki's 0.5.3 column scheme but also
15236                 include the enable/disable button.
15237         * src/pixmaps/mark.xpm
15238                 add Hiroyuki's amended pixmap
15239
15240 2001-08-13 [christoph]
15241
15242         * src/account.c
15243                 receive at get all column showed wrong state for APOP
15244                 button should only work for POP3 and APOP accounts
15245         * src/prefs_account.c
15246                 added missing preprocessor statement for SSL
15247
15248 2001-08-12 [paul]
15249
15250         * src/account.[ch]
15251                 add 'receive at get all' column and enable/disable
15252                 button.
15253
15254 2001-08-06 [christoph]
15255
15256         * src/account.c
15257                 show usage of SSL in protocol column
15258
15259         * src/imap.c
15260         * src/inc.c
15261                 renamed ssl options
15262
15263         * src/prefs_account.[ch]
15264                 moved ssl options to a new page
15265
15266         * src/send.c
15267         * src/smtp.c
15268         * src/ssl.[ch]
15269                 renamed ssl options
15270                 added support for SMTP STARTTLS command
15271
15272 2001-08-05 [christoph]
15273
15274         * configure.in
15275                 debian autoconf needs version check to find
15276                 correct autoconf version. if the file is
15277                 named configure.in 2.13 is used, which does
15278                 not work with this configure.in script.
15279                 other solution would be to rename the script
15280                 to configure.ac as suggested in the autoconf
15281                 manual.
15282
15283         * src/inc.c
15284                 disable final error popup if popups are
15285                 diabled in config
15286
15287         * src/socket.c
15288                 bugfix in ssl_gets
15289                 fixes IMAP over SSL problem
15290
15291 2001-08-03 [paul]
15292
15293         * configure.in
15294                 change to 0.5.2claws1
15295
15296         * sync with sylpheed 0.5.2cvs1
15297
15298 2001-08-02 [alfons]
15299
15300         * configure.in
15301                 quick fix for ispell detection...
15302
15303 2001-08-01 [paul]
15304
15305         * configure.in
15306                 change to 0.5.1claws4
15307
15308         * sync with sylpheed 0.5.1cvs7
15309
15310 2001-07-31 [alfons]
15311
15312         * src/prefs_common.c, src/prefs_common.h, 
15313           src/gtkspell.c, src/gtkspell.h
15314                 add global spelling checker settings (compose tab) +
15315                 selection of dictionary 
15316           
15317         * configure.in  
15318                 guess valid ispell location
15319
15320 2001-07-31 [paul]
15321
15322         * po/POTFILES.in
15323                 removal of 'src/quote_fmt_parse.c'
15324         * po/de.po
15325                 Updated de.po
15326                 (submitted by Jens Oberender <didge@suse.de>)
15327
15328 2001-07-31 [darko]
15329
15330         * src/folder.[ch]
15331         * src/folderview.[ch]
15332         * src/mainwindow.c
15333         * src/mh.c
15334         * src/prefs_common.[ch]
15335         * src/summaryview.c
15336                 target folder colourization
15337
15338 2001-07-30 [paul]
15339
15340         more sync with Sylpheed 0.5.1cvs6 
15341
15342 2001-07-30 [darko]
15343
15344         * src/mh.c
15345         * src/prefs_folder_item.[hc]
15346         * src/summaryview.c
15347                 shared folders support with a GUI
15348
15349 2001-07-29 [paul]
15350
15351         0.5.1claws3
15352
15353         * sync with Sylpheed 0.5.1cvs6
15354
15355 2001-07-29 [paul]
15356
15357         * po/pt_BR.po
15358                 updated
15359                 (submitted by Fabio Junior Beneditto)
15360
15361 2001-07-28 [paul]
15362
15363         * src/procmime.c
15364         * AUTHORS
15365                 patch to correct bad image mime headers
15366                 (submitted by Don Quijote <dq@searchlores.org>)
15367
15368 2001-07-28 [paul]
15369
15370         * tools/gif2xface.pl   **NEW FILE**
15371         * tools/README
15372                 script to convert file.gif to file.xface for
15373                 use in a custom header.
15374                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15375
15376 2001-07-27 [alfons]
15377         
15378         * configure.in
15379                 change macros for detecting JPilot and LDAP
15380
15381 2001-07-27 [christoph]
15382
15383         * src/filtering.c
15384                 code cleanup (MIN / MAX warning, needed casting)
15385
15386 2001-07-27 [alfons]
15387
15388         * procheader.c
15389                 disallow setting flags when detecting certain headers
15390                 (X-Status, Status, Seen, X-Seen). 
15391         
15392         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15393
15394 2001-07-27 [christoph]
15395
15396         * src/prefs_filter.c
15397         * src/prefs_filtering.c
15398         * src/prefs_matcher.c
15399         * src/prefs_scoring.c
15400                 scroll list when moving rows up or down
15401
15402         * src/imap.c
15403         * src/imap.h
15404         * src/prefs_account.c
15405         * src/prefs_account.h
15406         * src/send.c
15407                 SMTP over SSL (untested, feedback requested)
15408                 IMAP over SSL
15409
15410         * src/ssl.c
15411                 code cleanup
15412
15413 2001-07-26 [alfons]
15414         
15415         * configure.in, acconfig.h
15416                 define CLAWS (need this for main / claws detection)
15417
15418 2001-07-25 [alfons]
15419
15420         * configure.in
15421                 Sylpheed 0.5.1claws2
15422                 
15423         * sync with Sylpheed 0.5.1cvs4
15424
15425 2001-07-25 [christoph]
15426
15427         * src/scoring.c
15428                 fixed segfault
15429                 item->prefs == NULL (don't know why)
15430
15431 2001-07-25 [alfons]
15432
15433         * configure.in
15434                 Sylpheed 0.5.1claws1
15435
15436         * sync with Sylpheed 0.5.1cvs1-3
15437
15438 2001-07-24 [christoph]
15439
15440         * src/folderview.c
15441         * src/prefs_folder_item.[ch]
15442                 added folderitem preferences dialog with
15443                 default To: and auto request return receipt
15444
15445         * src/compose.[ch]
15446         * src/menu.[ch]
15447                 changes to handle new folderitem preferences
15448
15449         * src/mainwindow.c
15450         * src/summaryview.c
15451                 call compose new mail with current folderitem
15452
15453 2001-07-24 [alfons]
15454
15455         Release Sylpheed 0.5.1claws
15456
15457         * configure.in
15458                 change to release version 0.5.1claws
15459
15460 2001-07-24 [christoph]
15461
15462         * src/summaryview.c
15463                 fixed segfault that happend when the selected
15464                 message was removed while retrieving new messages.
15465
15466         * po/es.po
15467                 updated translation
15468                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15469
15470 2001-07-22 [alfons]
15471
15472         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15473         this is a work in progress, for more information: http://nlpagan.net/sylman 
15474         
15475         * configure.in, src/mainwindow.c, manual/Makefile.am
15476                 add support for English manual
15477
15478         * AUTHORS
15479                 add authors of user manuals
15480
15481         * manual/en/sylpheed*.html
15482                 add English documentation
15483
15484 2001-07-22 [christoph]
15485
15486         * po/POTFILES.in
15487                 added src/ssl.c
15488         * src/ssl.c
15489                 changed a wrong debug message
15490
15491 2001-07-22 [alfons]
15492
15493         * po/nl.po
15494                 update Dutch translation
15495
15496         * src/prefs_filtering.c, 
15497           src/prefs_matcher.c
15498                 add more translatable strings           
15499
15500 2001-07-21 [alfons]
15501
15502         0.5.0claws7
15503
15504         * configure.in
15505                 change version
15506
15507         * src/inc.c, src/summaryview.[ch]
15508                 prevent update of mark file when filtering has done, by
15509                 using a variable; this affects two functions:
15510                         inc.c::inc_finished()
15511                         summaryview.c::summary_show()
15512
15513 2001-07-20 [alfons]
15514
15515         * src/filtering.[ch], src/prefs_filtering.c, 
15516           src/matcher.[ch]
15517                 add filtering action for label coloring 
15518
15519         * po/POTFILES.in
15520                 add labelcolors.c
15521
15522         * added src/labelcolors.c
15523         * added src/labelcolors.h
15524         * src/Makefile.am, src/summaryview.c
15525                 rearrange label coloring code
15526
15527         * src/procmsg.h
15528                 add more parentheses so label colouring works correctly
15529
15530         * src/filtering.c
15531                 don't really delete message, but move it to Trash
15532
15533         * src/prefs_matcher.c
15534                 add quote options to info dialog
15535
15536 2001-07-20 [christoph]
15537
15538         * src/Makefile.am
15539         * src/inc.c
15540         * src/main.[ch]
15541         * src/socket.h
15542         * src/ssl.[ch] (new)
15543                 moved ssl stuff to a seperate file
15544
15545 2001-07-20 [darko]
15546
15547         * src/summaryview.c
15548                 fix show sender using address book with no e-mail
15549                 address in From: field
15550
15551 2001-07-19 [alfons]
15552
15553         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15554                 fix messy handling of escaping... now at least the
15555                 execute command is useful. escape char is '\', we
15556                 accept \n and \r too. 
15557
15558                 Real life example:
15559                 
15560                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15561                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15562
15563 2001-07-18 [alfons]
15564
15565         0.5.0claws6
15566
15567         * src/summaryview.c
15568                 clean up
15569
15570         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15571           src/procmsg.[ch]
15572                 revise filtering; currently move, copy, marking have
15573                 been tested. if you like bleeding edge stuff, you
15574                 should definitely go for this version :)
15575
15576         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15577
15578 2001-07-17 [christoph]
15579
15580         * src/utils.c
15581                 timestamp log
15582
15583 2001-07-17 [alfons]
15584
15585         0.5.0claws5
15586
15587         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15588           bits in the mark file, without affecting either branch. Lots of
15589           files changed, also in claws branch.
15590
15591           UNTESTED: use of mbox folders
15592
15593         * src/summaryview.c
15594                 added mark all read; however this was a quick hack used for
15595                 cleaning up mess after initial merge with Hiroyuki
15596
15597         * configure.in
15598                 change claws version number back to 0.5.0claws5 to clear up 
15599                 confusion & pretension (recent release was technically 
15600                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15601
15602 2001-07-16 [alfons]
15603
15604         sync with Hiroyuki's 0.5.0cvs4
15605
15606 2001-07-16 [alfons]
15607
15608         0.5.1claws3
15609
15610         * src/filtering.[ch]
15611                 remove invalid updating of mark files for 
15612                 filter actions MATCHING_ACTION_MOVE and 
15613                 MATCHING_ACTION_DELETE; this should fix the
15614                 folder update bug
15615                 
15616         * src/procmsg.c
15617                 revert Christoph's stab at fixing the folder 
15618                 update bug
15619
15620         * po/POTFILES.in
15621                 add missing files with translatable strings
15622
15623         * src/summaryview.c
15624                 remove debug print
15625
15626 2001-07-15 [alfons]
15627
15628         * src/addr_compl.[ch], src/prefs_filtering.c
15629                 make "filtering pref dialog's destination entry" an
15630                 "address completable entry", if filter destination is 
15631                 an email address
15632
15633         0.5.1claws2
15634         
15635         sync with Hiroyuki's 0.5.0cvs2-3
15636
15637 2001-07-15 [christoph]
15638
15639         * src/procmsg.c
15640                 fixed folder stats update after incorporation
15641
15642 2001-07-15 [alfons]
15643
15644         * src/summaryview.c
15645                 * finish label colouring stuff (for now)
15646                 * fix incorrect colour bug (off by one) 
15647
15648 2001-07-14 [alfons]
15649
15650         * src/mainwindow.c
15651                 change text labels for news and mail message so there's
15652                 plenty of toolbar estate left
15653
15654         * configure.in
15655                 0.5.1claws1
15656
15657         * src/folderview.c
15658           src/folder.[ch]
15659                 sync with Hiroyuki's 0.5.0cvs1
15660
15661         * src/summaryview.c
15662                 more rewrite label colouring
15663
15664 2001-07-14 [alfons]
15665
15666         * src/summaryview.[ch]
15667                 * start rewrite label colouring 
15668                 * fix proper location "Add Sender To Addressbook" menu item
15669
15670 2001-07-13
15671
15672         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15673         (actually this is 0.5.0claws4)
15674
15675 2001-07-13 [alfons]
15676
15677         * po/pt_BR.po
15678                 * fix duplicate message
15679                 * add updated Portugese / Brazilian translation
15680                   submitted by Fabio Junior Beneditto
15681
15682 2001-07-12 [alfons]
15683
15684         * AUTHORS
15685                 add Jens
15686
15687         * po/nl.po
15688                 add updated Dutch translation
15689
15690         * po/de.po
15691                 add updated German translation submitted by Jens
15692
15693 2001-07-11 [alfons]
15694
15695         Prerelease before 0.5.0claws. Please test.
15696         This version is temporarily tagged as VERSION_0_5_0_TEST
15697
15698         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15699           src/prefs_scoring.c, src/prefs_matcher.c, 
15700           src/prefs_filtering.c, src/mbox.c, 
15701           src/main.c, src/inc.c, src/filtering.[ch]
15702                 revert new Hoa's new matcher (does not work yet)
15703
15704         * src/Makefile.am
15705                 clean up
15706
15707 2001-07-10
15708
15709         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15710
15711
15712 2001-07-10 [alfons]
15713
15714         * Makefile.am
15715                 add ChangeLog.claws to EXTRA_DIST
15716         * src/Makefile.am
15717                 add matcher_parser_parse.h to EXTRA_DIST
15718
15719 2001-07-10 [christoph]
15720
15721         * src/inc.c
15722                 add destination folder to table of
15723                 folders that need to be updated after
15724                 incorporation
15725
15726 2001-07-10 [alfons]
15727
15728         * folder.[ch]
15729           folderview.c
15730                 make collapse state of folders and folder items persistent, i.e.
15731                 if you collapse a folder tree, the next time sylpheed-claws starts 
15732                 up the folder tree remains collapsed.  
15733                 
15734 2001-07-10 [christoph]
15735
15736         * acconfig.h
15737         * configure.in
15738                 added --enable-ssl
15739         * src/md5.[ch]
15740                 renamed MD5_CTX to MD5_CTX_syl
15741                 conflicts with a struct in openssl
15742         * src/inc.c
15743         * src/main.[ch]
15744         * src/prefs_account.[ch]
15745         * src/socket.[ch]
15746                 SSL support for POP
15747         * src/mainwindow.c
15748                 fixed compose with current account
15749                 broken by new compose button stuff
15750
15751 2001-07-09 [hoa]
15752
15753         * AUTHORS
15754                 changed my email address
15755
15756         * src/matcher_parser_parse.y
15757                 clean the parser to remove conflicts
15758
15759 2001-07-09 [alfons]
15760
15761         * AUTHORS
15762                 add Match Grun
15763
15764         * configure.in
15765                 fix incorrect description of --enable-ldap parameter
15766
15767         * src/prefs_common.[ch]
15768           src/compose.c
15769                 add experimental option "smart wrapping" which makes the
15770                 compose editor auto wrap.
15771                 
15772                 | TODO: the problem with the buggy cursor handling is caused |
15773                 | by the GtkText. when deleting / backspacing text its       |
15774                 | wrapping algorithm does not take in account the previous   |
15775                 | line. should find a way to hack this in.                   |
15776                 | or should perhaps combine this with the word wrapping      |
15777                 | patch i wrote in january.                                  |
15778
15779         * src/about.c
15780                 show build parameters for LDAP and JPilot
15781
15782         * src/summaryview.c
15783                 revert Christoph's bugfix for selecting next unread message, 
15784                 because folder stats aren't updated correctly
15785
15786 2001-07-08 [hoa]
15787
15788         * src/filtering.c
15789         * src/mainwindow.c
15790         * src/matcher.c
15791         * src/matcher_parser_lex.l
15792         * src/matcher_parser_parse.y
15793         * src/prefs_filtering.c
15794         * src/prefs_scoring.c
15795         * src/scoring.c
15796                 bugfix of the config file parser
15797
15798 2001-07-08 [alfons]
15799
15800         * src/Makefile.am
15801                 added generated matcher sources to BUILT_SOURCES
15802
15803 2001-07-08 [hoa]
15804
15805         * src/Makefile.am
15806         * src/.cvsignore
15807                 added new config file parser
15808
15809         * src/scoring.[ch]
15810         * src/filtering.[ch]
15811         * src/matcher.[ch]
15812         * src/prefs_filtering.c
15813         * src/prefs_matcher.c
15814         * src/prefs_scoring.c
15815         * added src/matcher_parser.h
15816         * added src/matcher_parser_lex.h
15817         * added src/matcher_parser_lex.l
15818         * added src/matcher_parser_parse.y
15819                 lex & yacc config file parser
15820
15821         * src/mbox.c
15822         * src/inc.c
15823         * src/main.c
15824                 changes prefs_filtering into global_filtering           
15825
15826         * src/summaryview.c
15827                 build threads with subjects only if "Re: " is at the
15828                 beginning of the subject
15829
15830 2001-07-07 [paul]
15831
15832         0.5.0claws
15833
15834         sync with sylpheed 0.5.0
15835                 change of version number only
15836
15837 2001-07-06 [paul]
15838
15839         0.5.0claws5
15840
15841         sync with sylpheed 0.5.0pre5
15842
15843 2001-07-05 [paul]
15844
15845         sync with sylpheed 0.5.0pre4 release
15846                 /po and /manual/ja not sync'ed
15847
15848 2001-07-04 [paul]
15849
15850         more sync with sylpheed 0.5.0pre4
15851
15852 2001-07-03 [christoph]
15853
15854         * src/addressbook.c
15855                 fixed address book broken by address book
15856                 for VCard, JPilot, LDAP
15857
15858 2001-07-03 [alfons]
15859
15860         * src/matcher.c
15861         * src/textview.c
15862                 stopped memory leaks
15863
15864 2001-07-03 [paul]
15865
15866         more sync with sylpheed 0.5.0pre4
15867
15868 2001-07-02 [match]
15869
15870         * included address book patch for VCard, JPilot, LDAP
15871         * pref_common.c - fixed Font options on Display tab (cosmetic)
15872         * alertpanel.c - fixed truncated message
15873
15874 2001-07-02 [christoph]
15875
15876         * src/mbox_folder.c
15877         * src/procmsg.[ch]
15878         * src/summaryview.c
15879                 mark threads for ignoring
15880
15881 2001-07-02 [paul]
15882
15883         0.5.0claws4
15884
15885         * sync with sylpheed 0.5.0pre4
15886                 updated gettext to 0.10.38.
15887
15888 2001-07-01 [paul]
15889
15890         * src/ mainwindow.c
15891         * src/procmsg.h
15892         * src/summaryview.[ch]
15893                 new right-click option: Label.
15894                 substitute for 'Mark-->Mark/Unmark', colours the line.
15895                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15896
15897 2001-07-01 [christoph]
15898
15899         * src/folderview.c
15900                 fixed font for trash
15901         * src/summaryview.c
15902                 move ctree to unread message
15903
15904 2001-07-01 [paul]
15905
15906         * sync with sylpheed 0.5.0pre3 release
15907
15908 2001-06-30 [alfons]
15909
15910         * src/filesel.[ch]
15911         * src/compose.c
15912                 allow inserting / attaching multiple files in
15913                 the composer window
15914
15915 2001-06-30 [paul]
15916
15917         * src/codeconv.c
15918                 small change to Alfons' previous stuff so that it
15919                 actually makes
15920
15921 2001-06-30 [alfons]
15922
15923         * lots of files changed; first attempt to merge the changes
15924           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15925
15926 2001-06-30 [paul]
15927
15928         * po/pt_BR.po
15929                 updated and completed, translations by Fabio
15930                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15931
15932 2001-06-29 [alfons]
15933
15934         * src/compose.c
15935         * src/mimeproc.[ch]
15936                 allow selecting an attached files' mime type from a 
15937                 list of types.
15938
15939 2001-06-29 [paul]
15940
15941         * more sync with sylpheed 0.5.0pre3
15942
15943 2001-06-29 [paul]
15944
15945         * po/pt_BR.po
15946                 merge with sylpheed.pot and pt_BR.po provided by
15947                 Fabio Junior Beneditto.
15948
15949 2001-06-29 [darko]
15950
15951         * src/procmime.c
15952                 make MIME types case insensitive
15953
15954 2001-06-28 [alfons]
15955
15956         * po/nl.po
15957                 merge with sylpheed.pot and old nl.po; translations added.
15958
15959 2001-06-28 [paul]
15960
15961         * more sync with sylpheed 0.5.0pre3
15962
15963 2001-06-27 [alfons]
15964
15965         * src/summaryview.c
15966                 don't crash when removing parent node of messages
15967                 attracted by subject. this was caused by not deleting
15968                 the parent node from the subject line hash table.
15969
15970 2001-06-27 [alfons]
15971
15972         * src/summaryview.c
15973         * src/compose.[ch]
15974         * src/mainwindow.c
15975                 if there are multiple messages selected, allow forwarding
15976                 them as attachments.
15977
15978 2001-06-27 [paul]
15979
15980         * more sync with sylpheed 0.5.0pre3
15981
15982 2001-06-26 [paul]
15983
15984         0.5.0claws3
15985
15986         * sync with sylpheed 0.5.0pre3
15987
15988 2001-06-25 [paul]
15989
15990         * src/mainwindow.c
15991                 fixed 'compose news article' bug
15992                 from icon-and-text toolbar
15993
15994 2001-06-25 [paul]
15995
15996         * sync with sylpheed 0.5.0pre2 release
15997
15998 2001-06-24 [christoph]
15999
16000         * src/prefs_common.c
16001                 bug fix in font selection
16002         * src/folderview.c
16003                 use sylpheed's normal font instead of
16004                 gtk default font for folders without
16005                 new messages
16006
16007 2001-06-24 [alfons]
16008
16009         * src/mainwindow.[ch]
16010                 added composite compose mail / news button (an idea by Leandro
16011                 Pereira <leandro@linuxmag.com.br>)
16012
16013 2001-06-24 [paul]
16014
16015         Added instructions for ldif-to-xml.py
16016
16017         * tools/README
16018
16019 2001-06-23 [alfons]
16020
16021         Some minor things.
16022
16023         * src/pixmaps/stock_news_compose.xpm
16024                 added pixmap by Leandro
16025         * src/prefs_common.c
16026                 tested built-in spelling checker of GCC 3.0 :)
16027         * po/nl.po
16028                 merged dutch translation of sylpheed-main with
16029                 sylpheed.pot
16030
16031 2001-06-23 [paul]
16032
16033         Added tools directory and files.
16034
16035         * tools/filter_conv.pl
16036                 converts old filter system to new filtering system
16037         * tools/ldif-to-xml.py
16038                 converts netscape addressbook to sylpheed addressbook
16039         * tools/README
16040                 descriptions/instructions for above two files
16041
16042 2001-06-23 [christoph]
16043
16044         * src/inc.c
16045         * src/manage_window.[ch]
16046         * src/prefs_common.[ch]
16047                 mail retrieval dialog can be enabled, disabled
16048                 or hidden if non of sylpheed's windows is active
16049
16050 2001-06-22 [paul]
16051
16052         0.5.0claws2
16053
16054         * sync with sylpheed 0.5.0pre2
16055
16056 2001-06-21 [christoph]
16057
16058         * src/summaryview.c
16059                 show recipient on 'from' for all accounts
16060                 
16061         * src/inc.c
16062         * src/prefs_common.[ch]
16063                 disable error popup on mail receive errors
16064
16065 2001-06-21 [alfons]
16066
16067         * src/compose.c
16068                 made the ruler correctly appear and disappear.
16069
16070         * src/Makefile.am
16071                 removed Hoa's work-in-progress-stuff (interesting!) so 
16072                 claws compiles ok.
16073
16074 2001-06-20 [christoph]
16075
16076         * src/inc.c
16077         * src/progressdialog.c
16078                 added scrolled window for list in progressdialog
16079
16080 2001-06-20 [paul]
16081
16082         sync with sylpheed 0.5.0pre1 release
16083
16084 2001-06-20 [christoph]
16085
16086         * src/summeryview.c
16087                 make building threads by subject work when
16088                 thread view is enabled
16089                 
16090         * src/compose.c
16091         * src/prefs_common.[ch]
16092                 automatically select account for mail replys
16093
16094 2001-06-19 [sergey]
16095
16096         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16097         they are filled in from the account settings.
16098
16099 2001-06-19 [paul]
16100
16101         * more sync with sylpheed 0.5.0pre1
16102
16103 2001-06-18 [alfons]
16104
16105         * src/Makefile.am,
16106           src/procmime.c
16107                 added --sysconfdir to CPPFLAGS for pointing to the correct
16108                 location of mime.types. 
16109
16110                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16111                 or ./configure!
16112
16113 2001-06-18 [hoa]
16114
16115         * src/summaryview.c
16116                 fixed some bug when building threads
16117
16118 2001-06-18 [pau]l
16119
16120         * src/prefs_account.c
16121                 UI stuff: More changes to the English
16122
16123 2001-06-18 [paul]
16124
16125         * src/pixmaps/stock_news_compose.xpm: new file
16126         * src/Makefile.am
16127         * src/mainwindow.c
16128         * src/summaryview.c
16129                 Added new icon for Hoa's 'compose a news
16130                 message', plus minor improvements to the
16131                 English
16132
16133         * po/ja.po
16134         * ChangeLog
16135         * ChangeLog.jp
16136                 more sync with sylpheed 0.5.0pre1
16137
16138 2001-06-18 [hoa]
16139
16140         * src/compose.[ch]
16141         * src/mainwindow.c
16142                 Follow-up and reply to
16143
16144         * src/summaryview.[ch]
16145                 Build threads also with subjects
16146
16147 2001-06-17 [hoa]
16148
16149         * src/compose.c
16150                 forwarding use the current account.
16151
16152         * src/mainwindow.c
16153                 the "compose message" button has been replaced with
16154                 "new mail" and "new news" buttons
16155
16156         * src/prefs_common.[ch]
16157                 added a configuration option to use the forward button
16158                 as "forward as attachment"
16159                 changed reply and forward format description
16160
16161         * src/quote_fmt_lex.l
16162         * src/quote_fmt_parse.y
16163                 added message with no signature in format for reply
16164                 and forward.
16165
16166 2001-06-17 [paul]
16167
16168         Minor UI stuff
16169
16170         * src/mainwindow.c
16171         * src/summaryview.c
16172                 Improvements to the English
16173
16174         * src/prefs_common.c
16175                 Improvements to the English and some
16176                 clarity/continuity improvements in the
16177                 description of Quote symbols.
16178
16179 2001-06-17 [paul]
16180
16181         0.5.0claws1
16182
16183         * sync with sylpheed 0.5.0pre1
16184
16185 2001-06-17 [hoa]
16186
16187         * src/compose.c
16188                 Better interface for compose, displayed fields
16189                 are updated whenever we change account.
16190                 Newsgroups field is automatically filled.
16191
16192         * src/mainwindow.c
16193                 Newsgroups field is automatically filled.
16194
16195         * src/prefs_account.c
16196                 Some interface stuff when fields appear and
16197                 disappear.
16198
16199 2001-06-16 [paul]
16200
16201         0.4.99claws
16202
16203         * sync with sylpheed 0.4.99
16204
16205 2001-06-16 [sergey]
16206
16207         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16208         base64_decoder_free, base64_decoder_decode): new object and
16209         functions for decoding base64 streams.
16210         * src/procmime.c (procmime_decode_content): modified to use the
16211         new base64 decoder.
16212
16213 2001-06-15 [paul]
16214
16215         0.4.99claws10
16216
16217         * sync with sylpheed 0.4.99cvs11
16218
16219 2001-06-13 [paul]
16220
16221         0.4.99claws9
16222
16223         * sync with sylpheed 0.4.99cvs9
16224
16225 2001-06-13 [hoa]
16226
16227         * src/compose.c
16228         * src/prefs_account.c
16229
16230                 SMTP server can be defined in the news account
16231                 mime type of attachment are kept.
16232
16233         * src/summaryview.c
16234
16235                 now choose the highest important score between default
16236                 and important score of folder.
16237
16238 2001-06-09 [alfons]
16239         
16240         * src/prefs_common.c: 
16241
16242                 (prefs_quote_description_create): corrected description of 
16243                 quote format characters
16244
16245 2001-06-09 [paul]
16246
16247         0.4.99claws8
16248
16249         * sync with sylpheed 0.4.99cvs8
16250
16251 2001-06-08 [sergey]
16252
16253         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16254         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16255
16256 2001-06-08 [paul]
16257
16258         0.4.99claws7
16259
16260         * sync with sylpheed 0.4.99cvs7
16261
16262 2001-06-06 [sergey]
16263
16264         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16265         clashes with autogenerated header).
16266         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16267         * src/Makefile.am: added quote_fmt.h.
16268         * src/.cvsignore: added lex/yacc autogenerated files
16269         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16270
16271 2001-06-06 [paul]
16272
16273         0.4.99claws6
16274
16275         * sync with sylpheed 0.4.99cvs6
16276
16277 2001-06-06 [hoa]
16278
16279         * added src/quote_fmt_parse.h
16280         * src/compose.c
16281                 removed warnings
16282
16283         * src/prefs.[ch]
16284                 don't modify readonly configuration files
16285
16286         * src/prefs_account.c
16287         * src/prefs_common.c
16288         * src/prefs_customheader.c
16289         * src/prefs_display_header.c
16290         * src/prefs_filter.c
16291         * src/prefs_filtering.c
16292         * src/prefs_scoring.c
16293                 don't open dialog box when configuration files
16294                 are readonly
16295
16296 2001-06-05 [sergey]
16297
16298         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16299
16300         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16301         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16302         BUILT_SOURCES to make all files rebuild properly.
16303
16304         * src/compose.c: removed #include "quote_fmt.tab.h".
16305
16306         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16307         CHARACTER value in yylval.
16308
16309         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16310         receive CHARACTER value by documented means (yylval).
16311
16312         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16313
16314 2001-06-05 [hoa]
16315
16316         * src/Makefile.am
16317                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16318
16319         * src/filtering.c
16320         * src/matcher.c
16321         * src/matcher.h
16322         * src/prefs_filtering.c
16323                 now keep the configuration for execute action
16324
16325         * src/mbox_folder.c
16326                 fixed a warning
16327
16328 2001-06-05 [paul]
16329
16330         * sync with sylpheed 0.4.99cvs5
16331
16332 2001-06-05 [hoa]
16333
16334         * src/Makefile.am
16335                 added quote_fmt.[ch]
16336
16337         * added src/quote_fmt.y
16338         * added src/quote_fmt.l
16339         * added src/quote_fmt.tab.h
16340         * added src/quote_fmt.tab.c
16341         * added src/lex.quote_fmt.c
16342                 parsing configuration for replying
16343                 and forwarding
16344
16345         * src/prefs_common.[ch]
16346                 added configuration UI for replying
16347                 and forwarding
16348
16349         * src/compose.c
16350                 using configuration for replying
16351                 and forwarding
16352
16353 2001-06-04 [hoa]
16354
16355         * src/filtering.c
16356         * src/matcher.c
16357         * src/matcher.h
16358         * src/prefs_filtering.c
16359         * src/prefs_matcher.c
16360         * src/prefs_matcher.h
16361                 action "run a command" for filtering
16362                 and matching with a command.
16363                 fixed the "whole message" matching
16364
16365         * src/mbox_folder.c
16366                 changed temporary filename for security
16367
16368         * src/messageview.c
16369                 queue the notification if it fails to send.
16370
16371         * src/prefs_common.c
16372         * src/prefs_folder_item.c
16373                 changed the default important score             
16374
16375         * src/prefs_scoring.c
16376         * src/scoring.c
16377                 hide kill score input when the folder is not
16378                 a newsgroup
16379
16380 2001-06-03 [alfons]
16381
16382         * src/prefs_common.c:
16383
16384                 (prefs_font_select): pass font name in font entry box to font
16385                 selection dialog.
16386
16387 2001-06-03 [sergey]
16388
16389         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16390
16391 2001-06-03 [paul]
16392
16393         * sync with sylpheed 0.4.99cvs4
16394
16395 2001-06-03 [alfons]
16396
16397         * src/headerwindow.c:
16398
16399                 (headerwindow_show_cb): use the selected summary view item, not
16400                 the displayed item.
16401
16402 2001-06-02 [alfons]
16403
16404         * src/headerwindow.c:
16405
16406                 (headerwindow_show_cb): always try to show msginfo
16407
16408 2001-06-02 [hoa]
16409
16410         * src/compose.c
16411                 keep attached parts when reediting or forwarding.
16412
16413 2001-06-01 [hoa]
16414
16415         * src/folderview.c
16416         * src/prefs_folder_item.[ch]
16417         * src/prefs_scoring.[ch]
16418         * src/scoring.[ch]
16419         * src/summaryview.[ch]
16420         * src/main.c
16421         * src/mainwindow.c
16422         * src/prefs_common.[ch]
16423                 support for folder scoring
16424                 kill score and important score for messages
16425         
16426         * src/prefs_account.c
16427                 some display bug fixed for local account
16428                 preferences
16429
16430 2001-05-31 [alfons]
16431
16432         * src/summaryview.c:
16433
16434                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16435                 sender to address book menu item is disabled.
16436
16437 2001-05-30 [hoa]
16438
16439         * src/filtering.[ch]
16440         * src/summaryview.c
16441                 handling summary menu / filter messages
16442
16443         * src/folder.[ch]
16444                 add some stuff
16445
16446         * src/foldersel.c
16447                 imap folders now appears in list
16448
16449         * src/mbox_folder.c
16450                 doesn't crash if destination mail is not writeable
16451
16452 2001-05-29 [hoa]
16453
16454         * src/compose.c
16455                 removed some warnings
16456
16457         * src/filtering.c
16458         * src/folder.[ch]
16459         * src/prefs_filtering.c
16460                 global string to identify any folders           
16461                 removed some debug info
16462                 filtering to mbox folders is now possible
16463
16464         * src/mainwindow.c
16465                 removed some warnings
16466
16467         * src/mbox_folder.c
16468                 permission on files are changed to read/write for user only,
16469                 nothing for other.
16470                 creation of subfolder is handled better.
16471
16472 2001-05-28 [alfons]
16473
16474         Verified the sync for src/prefs_common.[ch] and
16475         src/prefs_account.[ch]. I believe there were some
16476         minor indentation differences.
16477
16478 2001-05-28 [paul]
16479
16480         0.4.99claws3
16481
16482         * sync with 0.4.99cvs3
16483
16484 2001-05-28 [hoa]
16485
16486         * src/compose.c
16487                 handling flags for mbox format
16488
16489         * src/filtering.c
16490                 use of mark file only for MH format
16491                 handling flags for mbox format
16492                 filtering cannot yet move or copy mails to mbox folders.
16493
16494         * src/folder.[ch]
16495                 changed move_msg, copy_msg,
16496                 move_msgs_with_dest, copy_msgs_with_dest functions
16497                 uses only folder->copy_msg() function
16498                 uses folder->finished_copy() to handle the destination
16499                 folder at the end of the copy or move operation.
16500
16501         * src/foldersel.c
16502                 included mbox directories.
16503
16504         * src/folderview.[ch]
16505         * src/mainwindow.c
16506                 handle folders operation for mbox format
16507
16508         * src/mbox.c
16509                 disable conversion of "From " header
16510
16511         * src/mbox_folder.[ch]
16512                 completion of mbox format handling
16513
16514         * src/mh.c
16515                 changed mh_copy_msg() function and
16516                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16517                 mh_copy_msgs_with_dest()
16518
16519         * src/prefs_filtering.c
16520                 removed some warnings
16521
16522         * src/prefs_matcher.c
16523                 default boolean operation is AND
16524
16525         * src/procheader.c
16526                 handling flags for mbox format
16527                 handling of "From " header
16528
16529         * src/procmsg.[ch]
16530                 removed data field
16531                 added MSG_REALLY_DELETED flags to handle deletion of
16532                 messages in mbox format.
16533
16534         * src/summaryview.c
16535                 handling flags for mbox format
16536                 disable the MSG_DELETED flags when messages
16537                 are deleted in mbox format
16538
16539         * src/textview.c
16540                 "From " headers display fixed.
16541
16542 2001-05-27 [alfons]
16543
16544         * src/textview.c:
16545                 
16546                 (get_email_part): skip quoted email addresses, like in e.g.
16547                 "'alfons@proteus.demon.nl'".
16548
16549 2001-05-26 [alfons]
16550
16551         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16552         and fixing the persistence troubles when using separate windows.
16553
16554         * src/mainwindow.c:
16555         
16556             Added #define SEPARATE_ACTION used in the gtk item factory for 
16557             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16558                 use gtk_item_factory_get_widget_by_action() to get the items.
16559                 
16560             Removed separate_widget_cb from the gtk item factory data   
16561           
16562             (mainwindow_create): connect separate_widget_cb() to check
16563             menu item "toggled" signal. also passing a MainWindow pointer
16564                 as object data for both check menu items.
16565                 
16566             (separate_widget_cb): definition of separate_widget_cb() to match
16567             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16568                 window using gtk_object_get_data(). The type of window separation 
16569                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16570         
16571         * src/prefs_filtering.c,
16572           src/prefs_matcher.c: added horizontal scrollbars
16573
16574 2001-05-25 [darko]
16575
16576         * src/headerview.c
16577                 fix segfault with invalid bold font
16578         * src/summaryview.c
16579                 correctly display summary stats after row is marked
16580
16581 2001-05-23 [sergey]
16582
16583         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16584         encodings with libjconv.
16585
16586 2001-05-23 [hoa]
16587
16588         * src/Makefile.am
16589                 added mbox_folder.[ch]
16590         * src/defs.h
16591                 mbox temporary folder
16592         * src/folder.[ch]
16593         * added src/mbox_folder.[ch]
16594         * src/folderview.c
16595         * src/procheader.[ch]
16596                 added mbox support
16597         * src/mbox.c
16598                 bugfix for file incorporation filtering
16599         * src/imap.c
16600                 enable creation of MBOX
16601         * src/prefs_display_header.c
16602                 enable use of headers like "From "
16603                 something that should be fixed :
16604                         displaying of such headers add an extra space
16605         * src/prefs_folder_item.c
16606                 don't create folders because it is not necessary
16607         * src/procmsg.h
16608                 added data field to MsgInfo for mbox internal use
16609         * src/summaryview.c
16610                 added some support for mbox
16611         * src/utils.[ch]
16612                 added get_mbox_cache_dir() function
16613
16614 2001-05-23 [hiroyuki]
16615
16616         * src/headerwindow.c
16617           src/inc.c
16618           src/main.c
16619           src/mh.c
16620           src/nntp.c
16621           src/procmsg.h
16622           src/session.h
16623           src/socket.[ch]
16624           src/summaryview.c
16625           src/textview.c
16626           src/automaton.c
16627           src/folderview.c: more sync with 0.4.99cvs2.
16628
16629         * src/headerwindow.c: reverted.
16630
16631 2001-05-22 [paul]
16632
16633         0.4.99claws2
16634
16635         * sync with sylpheed 0.4.99cvs2
16636                 * src/news.[ch]
16637                 * src/nntp.[ch]
16638                 * INSTALL
16639                 * INSTALL.jp
16640
16641 2001-05-22 [alfons]
16642
16643         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16644
16645 2001-05-21 [alfons]
16646
16647         Minor things:
16648
16649         * configure.in: if gnome-config not found, "no" is displayed
16650         
16651         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16652
16653         * src/textview.c: now also possible to add mail addresses by right
16654           clicking in the text view
16655
16656         * src/codeconv.c: merged patch which fixes endless loop when encountering
16657           invalid wide characters; from Alte <010@imis.ru>  
16658
16659 2001-05-20 [alfons]
16660
16661         Added installation of gnome specific things:
16662
16663         * Makefile.am: gnome conditional
16664
16665         * configure.in: check for installed gnome
16666
16667         * added sylpheed.png, sylpheed.desktop
16668
16669 2001-05-20 [sergey]
16670
16671         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16672
16673         * src/mainwindow.h (main_window_toolbar_create): created a button
16674         for "Reply to all".
16675         (main_window_set_toolbar_sensitive): enable/disable the new button
16676         appropriately.
16677         (toolbar_reply_to_author_cb): handle the new button.
16678
16679         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16680         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16681         failure).
16682
16683 2001-05-19 [sergey]
16684
16685         * src/compose.h (ComposeReplyMode): new modes
16686         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16687         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16688
16689         * src/compose.c
16690         (compose_send): move some code into a new function:
16691         (compose_current_mail_account): new function.
16692         (compose_reply): new argument to_author, all callers changed; if
16693         to_author==TRUE and account->protocol==A_NNTP, find and use an
16694         appropriate mail account for replying.
16695         (compose_reply_set_entry): new argument to_author; ignore
16696         compose->replyto if to_author==TRUE.
16697
16698         * src/mainwindow.c: new command "Message/Reply to author".
16699         (main_window_set_menu_sensitive): enable/disable it.
16700         (reply_cb): handle it.
16701
16702         * src/summaryview.c: new command "Reply to author".
16703         (summary_set_menu_sensitive): enable/disable it.
16704         (summary_reply_cb): handle it.
16705
16706         * src/account.c (account_find_mail_from_address): new function.
16707
16708 2001-05-18 [paul]
16709
16710         0.4.99claws1
16711
16712         * sync with sylpheed 0.4.99cvs1
16713
16714 2001-05-18 [hoa]
16715
16716         * src/compose.[ch]
16717         * src/filtering.c
16718         * src/summaryview.c
16719                 new filtering action : forward and forward as attachment
16720
16721         * src/main.c
16722                 no need for $DISPLAY when we run sylpheed --help
16723                 call to parse_cmd_opt() is moved
16724
16725         * src/mainwindow.[ch]
16726                 execute button is hidden when immediate execute
16727                 is chosen
16728
16729         * src/mh.c
16730         * src/news.c
16731         * src/prefs_folder_item.c
16732         * src/procmsg.c
16733                 better handling of missing directories
16734
16735         * src/summaryview.c
16736                 reedit is enabled in outbox
16737                 reedit is enabled in queue
16738
16739 2001-05-17 [hoa]
16740
16741         * src/filtering.c
16742         * src/matcher.[ch]
16743         * src/prefs_filtering.c
16744                 changed attachement into attachment
16745
16746 2001-05-17 [alfons]
16747
16748         0.4.67claws4    
16749
16750         * sync with sylpheed 0.4.67cvs9
16751         * sync with sylpheed 0.4.67cvs7-8
16752
16753 2001-05-17 [hoa]
16754
16755         * src/Makefile.am
16756                 added prefs_filtering.c
16757
16758         * src/filtering.[ch]
16759         * src/matcher.[ch]
16760                 removed action : forward_news and forward_news_as_attachement
16761                 (forward and forward_as_attachement can be used instead)
16762
16763         * src/mainwindow.c
16764                 added menu option to access filtering configuration
16765
16766         * src/prefs_account.c
16767                 changed mail_command default to /usr/sbin/sendmail
16768
16769         * added src/prefs_filtering.[ch]
16770                 dialog box for filtering configuration
16771
16772         * src/prefs_matcher.c
16773                 added function prefs_matcher_get_criteria_from_matching()
16774
16775         * src/prefs_scoring.c
16776                 reset the dialog when register or substitute is clicked
16777
16778 2001-05-15 [hoa]
16779
16780         * src/Makefile.am
16781                 added filtering.[ch]
16782         * src/inc.c
16783                 using filering.[ch] instead of filter.[ch]
16784         * src/main.c
16785                 reading new filtering configuration
16786         * src/matcher.[ch]
16787                 added some filtering actions
16788                 and fixed a bug for headers and mail body matching
16789         * src/mbox.c
16790                 using filering.[ch] instead of filter.[ch]
16791         * src/mh.c
16792                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16793         * src/summaryview.c
16794                 some fixes for filtering
16795
16796 2001-05-14 [hiroyuki]
16797
16798         * src/send.c: fixed some weird indentations.
16799           send_message_with_command(): call pclose() only if p != NULL.
16800         * src/textview.c: get_email_part(): modified the code for readability.
16801
16802 2001-05-14 [hiroyuki]
16803
16804         * src/md5global.h
16805           src/md5ify.c
16806           src/md5ify.h: removed from the cvs.
16807
16808 2001-05-13 [sergey]
16809
16810         * src/main.c: include rfc2015.h to avoid compiler warnings.
16811         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16812         the panel is already on screen.
16813         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16814         closing the alert window by ESC as "No".
16815         * src/prefs_common.c (prefs_interface_create): moved return
16816         receipt check button to the correct place.
16817
16818 2001-03-13 [alfons]
16819
16820         * src/prefs_common.c: 
16821                 moved return receipt check button to the Send tab. (prefs_send_create)
16822                 removed the date format ui related globals. (prefs_display_create)
16823
16824         0.4.67claws3
16825         
16826         * sync with sylpheed 0.4.67cvs5-6
16827
16828 2001-05-13 [paul]
16829
16830         * added Alfons' font selection patch
16831
16832         * src/defs.h
16833         * src/headerwindow.c
16834         * src/prefs_common.c
16835         * src/prefs_common.h
16836
16837 2001-05-13 [hoa]
16838         * src/defs.h
16839                 changed version of cache
16840         * src/matcher.[ch]
16841         * src/prefs_matcher.c
16842                 added additionnal matching criteria
16843         * src/procheader.c
16844         * src/procmsg.[ch]
16845         * src/news.c
16846                 added references in MsgInfo
16847
16848 2001-05-12 [hoa]
16849
16850         * src/defs.h
16851                 prepared some things for new filtering
16852         * src/matcher.[ch]
16853                 added some matching properties
16854                 inreplyto need to be enhanced
16855                 prepared some things for new filtering
16856         * src/messageview.c
16857                 added Return-Receipt-To handling
16858         * src/prefs_folder_item.c
16859                 changed default value to TRUE
16860         * src/prefs_matcher.c
16861                 added some matching properties
16862         * src/prefs_scoring.[ch]
16863                 the scoring dialog is finished
16864         * src/procheader.c
16865                 added Return-Receipt-To handling
16866                 Reference need to be added
16867         * src/procmsg.[ch]
16868                 added Return-Receipt-To handling
16869                 added threadscore to get a better score sorting when
16870                 threads are enabled
16871         * src/summaryview.c
16872                 suppressed a bug when we sort the list
16873                 when no folder is opened.
16874                 better score sorting when threads are enabled
16875
16876 2001-05-12 [alfons]
16877
16878         * reverted previous patch because of potential errors 
16879
16880         0.4.67claws2
16881         
16882         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16883                 applied "toggle mail-retrieval dialog window" patch submitted 
16884                 by Eric Limpens <eric@qnt.net>
16885
16886         * sync with sylpheed 0.4.67cvs4
16887
16888 2001-05-12 [sergey]
16889
16890         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16891         some picky compilers.
16892         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16893         * src/grouplist_dialog.c: include alertpanel.h.
16894         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16895         fix compile warning.
16896         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16897         #include "defs.h" before others to prevent the warning of `MIN'
16898         and `MAX' redefinition.
16899
16900 2001-05-11 [hoa]
16901
16902         * src/main.c
16903         * src/messageview.c
16904         * src/prefs_account.c
16905         * src/prefs_display_header.c
16906                 removed warning
16907         * src/Makefile.am
16908                 added prefs_scoring.[ch]
16909         * src/grouplist_dialog.c
16910                 display an error dialog box if the group list
16911                 cannot be fetched.
16912         * src/mainwindow.[ch]
16913                 added main_window_set_thread_option() function
16914                 scoring dialog box enabled
16915         * src/matcher.[ch]
16916                 added flags matching unread /new / marked
16917                 / deleted / replied / forwarded
16918         * src/news.c
16919                 newsgroups are now finally in newscache
16920         * src/prefs_matcher.[ch]
16921                 finished preferences for matching dialog
16922         * added src/prefs_scoring.[ch]
16923                 scoring dialog box completed
16924         * src/scoring.[ch]
16925                 conversion to string : added scoringprop_to_string()
16926                 write config for preferences :
16927                 added prefs_scoring_write_config()
16928         * src/summaryview.c
16929                 threads can be enabled/disabled independently
16930                 for each folder
16931
16932 2001-05-10 [alfons]
16933
16934         0.4.67claws1
16935         
16936         * AUTHORS: 
16937                 thought it would be nice to have a list of all
16938                 contributors (used Changelog as a reference)
16939         
16940         * configure.in: 
16941                 messed up version numbering...
16942
16943         0.4.66claws1
16944
16945         * sync with sylpheed 0.4.67cvs1-3
16946
16947 2001-05-10 [darko]
16948
16949         * src/prefs_common.c:
16950                 better UI for strftime format, double clicking
16951                 on format now inserts the format in text entry
16952                 replaced close button with standard OK/Cancel
16953                 moved date format button to the right of the
16954                 text entry field
16955
16956 2001-05-09 [alfons]
16957
16958         * src/gtkstext.c:
16959                 Ctrl-Home / Ctrl-End have proper cursor navigation
16960
16961 2001-05-09 [hoa]
16962
16963         * src/prefs_matcher.c
16964                 finished UI to define matching properties
16965                 added ok and cancel button
16966         * src/prefs_filter.c
16967                 added ok and cancel button
16968         * src/news.c
16969                 fixed some bug in xhdr parsing
16970
16971 2001-05-08 [alfons]
16972
16973         * src/textview.c: 
16974                 fixed a bug in textview_show_header(), which displayed two colons (':');
16975                 cleaned up some warnings
16976
16977 2001-05-08 [hoa]
16978
16979         * src/Makefile.am
16980                 added prefs_matcher.[ch]
16981                 compilation with -W -Wall
16982         * src/alertpanel.c
16983                 ungrab the mouse events if grabbed - does it
16984                 fix the bug for disposition notification ?
16985         * src/mainwindow.c
16986                 added a menu option to open the matching dialog.
16987         * src/matcher.[ch]
16988                 added matcherprop_to_string() and matcherlist_to_string()
16989                 fixed some bugs, changed the name of some options
16990                 age_sup and age_inf becomes age_greater and age_lower,
16991                 body and messageheaders becomes body_part and headers_part,
16992                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16993         * src/prefs_display_header.c
16994         * src/prefs_headers.c
16995                 fixed a bug that accidentally destroyed dialogs
16996                 when closed them with delete_event
16997                 Added *_deleted() which handle delete_event signal correctly.
16998         * src/prefs_folder_item.[ch]
16999                 added "enable_thread" field for future customization
17000         * added src/prefs_matcher.[ch]
17001                 sample of the UI to define matching properties
17002         * src/procheader.c
17003                 using procheader_headername_equal instead of str*cmp functions
17004                 using procheader_parse_header() function
17005         * src/scoring.c
17006                 using MATCHING_XXX instead of SCORING_XXX
17007         * src/summaryview.c
17008                 display the sender of the news even if this is ourself
17009                 when this is a news message.
17010         * src/textview.c
17011                 using headername_equal() instead of str*cmp functions
17012
17013 2001-05-08 [alfons]
17014
17015         0.4.66claws
17016
17017         * sync with sylpheed 0.4.66
17018         * src/gtkstext.c: trace logs added 
17019
17020 2001-05-08 [sergey]
17021
17022         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17023         signature check popup.
17024         * src/rfc2015.c (check_signature): show signature check popup only
17025         if it is enabled in preferences.
17026
17027 2001-05-07 [alfons]
17028
17029         0.4.66claws4
17030         
17031         * sync with sylpheed 0.4.66cvs6
17032
17033 2001-05-07 [darko]
17034
17035         * src/prefs_common.[ch]: added option to enable/disable
17036           looking up sender name in address book for summary pane
17037         * src/summaryview.c: look up sender in the address book
17038           by using Alfons' address completion code
17039
17040 2001-05-07 [hiroyuki]
17041
17042         * src/inc.h
17043           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17044           member of Pop3State.
17045         * src/news.c: brought #include "defs.h" before #include <glib.h>
17046           to prevent the warning of `MIN' and `MAX' redefinition.
17047
17048 2001-05-06 [hoa]
17049
17050         * removed src/headers_display.[ch]
17051         * removed src/prefs_display_headers.[ch]
17052         * src/inc.c
17053                 use a temporary file in the user directory for mbox import
17054         * src/news.c
17055                 added XHDR support to get "To" and "Cc" headers
17056                 (in order to match news with to or cc field for
17057                 scoring)
17058                 added function news_parse_xhdr() to get XHDR response
17059         * src/nntp.[ch]
17060                 added function nntp_xhdr()
17061         * src/matcher.c
17062                 fetch the message if necessary
17063
17064 2001-05-06 [alfons]
17065
17066         0.4.66claws3
17067
17068         * sync with sylpheed 0.4.66cvs3-5
17069
17070 2001-05-06 [hoa]
17071
17072         * src/utils.[ch]
17073                 added function itos_buf() to enable use of several buffers
17074         * src/summaryview.c
17075                 use of itos_buf() instead of itos() in summary list
17076                 to fix the broken display of message number.
17077
17078 2001-05-06 [alfons]
17079
17080         * src/gtkstext.c: bug in cursor up navigation fixed,
17081                 fixed another unsigned / signed comparison (we're getting there :-)
17082
17083 2001-05-06 [hoa]
17084
17085         * src/Makefile.am
17086                 added scoring.c scoring.h
17087                 prefs_folder_item.c prefs_folder_item.h
17088                 matcher.c matcher.h
17089         * src/defs.h
17090                 added FOLDERITEM_RC SCORING_RC
17091         * src/folder.[ch]
17092                 added prefs field in FolderItem :
17093                 properties for each folder (PrefsFolderItem),
17094                 sorting type and mode were added as the first properties.
17095         * src/main.c
17096                 read config for scoring
17097         * added src/matcher.[ch]
17098                 gives functions to parse configuration file to do
17099                 matching on mails with a list of conditions.
17100         * src/mainwindow.c
17101                 add option to sort by score
17102         * src/prefs_common.[ch]
17103                 added preference option to show score and for
17104                 the score column size
17105         * added src/prefs_folder_item.[ch]
17106                 properties for each folder (PrefsFolderItem),
17107                 sorting type and mode were added as the first properties.
17108         * src/procheader.[ch]
17109                 added procheader_parse_header()
17110                 added procheader_header_free()
17111                 added procheader_headername_equal()
17112                 and made modification to use them.
17113         * src/procmsg.[ch]
17114                 added score field to MsgInfo structure
17115         * added src/scoring.[ch]
17116                 gives functions to parse configuration file to do
17117                 scoring on mails with a list of conditions.
17118         * src/summaryview.[ch]
17119                 save the sorting type and mode for the folder
17120                 added column to display the score of the mail
17121                 added function summary_score_clicked()
17122                 sorting type and mode are restored to the folder
17123                 when it is reopen
17124         * src/textview.c
17125                 use procheader_parse_header(), procheader_headername_equal()
17126                 removed memory leak in text_scan_header when freeing headers
17127         * src/filter.c
17128                 changed the function to match names of headers
17129                 using procheader_headername_equal()
17130
17131         Scoring functions are implemented, an interface is needed
17132         to configure that.
17133
17134 2001-05-04 [alfons]
17135
17136         * src/gtkstext.c: 
17137                 hopefully fixed the row up navigation bug,
17138                 removed adding back / forward lines to cache
17139
17140 2001-05-04 [sergey]
17141
17142         * src/prefs_display_headers.c: user interface changes:
17143         (prefs_display_headers_create): remove unused "Show" check button;
17144         allow reordering of headers by dragging.
17145         (prefs_display_headers_write_config): remove unused variables.
17146         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17147         of lists (not needed with the new UI).
17148         (prefs_display_headers_set_list): scan lists starting from row 0,
17149         not 1 (do not skip "(New)").
17150         (prefs_display_headers_find_header): new function.
17151         (prefs_display_headers_clist_set_row): do not allow duplicates.
17152         (prefs_display_headers_delete_cb): do not skip row 0; treat
17153         closing the alert window by ESC as "No".
17154         (prefs_display_headers_up): do not protect row 0.
17155         (prefs_display_headers_down): do not protect row 0.
17156
17157 2001-05-04 [sergey]
17158
17159         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17160         functions.
17161
17162         * src/summaryview.c
17163         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17164         summary_select_next_marked, summary_select_prev_marked): new
17165         functions.
17166
17167 2001-05-03 [sergey]
17168
17169         * src/news.c: fixed a bug when no article can be fetched after
17170         server timeout if the connection was restored by news_post():
17171         (news_select_group): new function.
17172         (news_fetch_msg): call news_select_group() before fetching
17173         article.
17174         (news_get_uncached_articles): set session->group after successful
17175         GROUP command.
17176
17177 2001-05-03 [hoa]
17178
17179         * src/defs.h
17180         * src/procmsg.[ch]
17181         * src/procheader.c
17182                  changed version of cache, added cc field
17183
17184         * src/prefs_display_headers.c
17185                 the interface was changed
17186
17187         * src/prefs_headers.c
17188                 added cancel button
17189
17190 2001-05-03 [alfons]
17191
17192         * completed sync of sylpheed cvs2
17193         * src/gtkstext.c: updated row up / down cursor navigation
17194         * src/textview.c: re-edited, prepared for fixing the email address
17195                 scanner.
17196
17197 2001-05-03 [darko]
17198
17199         * src/prefs_common.c: use alfons' strftime ui code
17200         entry_datefmt and datefmt_sample widgets have to be
17201         global in this module because of this change
17202
17203 2001-05-03 [hoa]
17204
17205         * src/messageview.c
17206         * src/prefs_common.[ch] added option to activate the return receipt
17207                 feature.
17208
17209 2001-05-02 [alfons]
17210
17211         * src/gtkstext.c: fix for row up/down cursor navigation. 
17212
17213         0.4.66claws2
17214         
17215         * sync with 0.4.66cvs2
17216
17217 2001-05-02 [paul]
17218
17219         added add-sender-to-addressbook patch
17220
17221         * src/addressbook.c
17222         * src/addressbook.h
17223         * src/summaryview.c
17224
17225 2001-05-02 [sergey]
17226
17227         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17228         G_ALERTDISABLE.
17229
17230         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17231         all existing callers changed to pass FALSE; create a check button
17232         to disable the message.
17233         (alertpanel_message_with_disable): new function.
17234         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17235         (alertpanel_button_toggled): new function.
17236         (alertpanel_button_clicked, alertpanel_close): set value using
17237         G_ALERT_VALUE_MASK.
17238
17239         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17240
17241         * src/prefs_common.c (prefs_privacy_create): new check button
17242         checkbtn_gpgme_warning.
17243
17244         * src/main.c (main): moved preferences reading before gpgme
17245         initialization; check prefs_common.gpgme_warning before giving the
17246         GnuPG warning and set it to FALSE if the user wants to disable the
17247         warning.
17248
17249 2001-05-02 [hiroyuki]
17250
17251         * src/prefs_display_headers.c: modified the layout and some labels.
17252
17253 2001-05-02 [sergey]
17254
17255         * src/prefs_account.c (prefs_account_fix_size): new function.
17256         (prefs_account_create): call prefs_account_fix_size(); use
17257         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17258         size when the window is shown for the first time).
17259         (prefs_account_basic_create): changed layout of serv_table; moved
17260         localmbox_entry above smtpserv_entry (logically it replaces
17261         POP3/IMAP server).
17262         (prefs_account_protocol_activated): set sensitivity of
17263         nntpauth_chkbtn according to the protocol (in addition to
17264         hide/show); commented out gtk_table_set_row_spacing() calls.
17265         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17266         not sensitive (fixes a bug with disabled username/password boxes
17267         when editing POP3 account after NNTP with authentication).
17268
17269 2001-05-02 [hoa]
17270
17271         * src/account.c
17272         * src/inc.c
17273         * src/prefs_account.[ch]
17274         * src/send.c
17275                 removed local account without SMTP server
17276                 added option to use mail command instead of a connexion
17277                 to SMTP server when a local account is used
17278         * src/prefs_headers.c
17279                 fixed a bug
17280         * src/news.c
17281                 fixed a bug when connexion immediately closed
17282
17283 2001-05-01 [alfons]
17284
17285         0.4.66claws1
17286         
17287         * sync with 0.4.65
17288
17289 2001-05-01 [sergey]
17290
17291         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17292         widget nntpauth_chkbtn.
17293         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17294         visibility.
17295         (prefs_account_nntpauth_toggled): new function.
17296
17297         * src/news.c (news_session_new_for_folder): use NNTP
17298         authentication only if ac->use_nntp_auth is set.
17299
17300 2001-05-01 [hoa]
17301
17302         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17303         * src/prefs_display_headers.c changed the UI
17304         * src/prefs_headers.c changed account_name to account_id
17305         * src/compose.c using customheader.h
17306
17307 2001-05-01 [hiroyuki]
17308
17309         * src/esmtp.c
17310           src/news.c
17311           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17312           unsynched.
17313
17314 2001-05-01 [hoa]
17315
17316         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17317         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17318                 for displaying of headers
17319         * src/grouplist_dialog.[ch] minor changes to remove warnings
17320         * src/prefs_display_headers.[ch] dialog to choose the
17321         headers to display in the mail viewer.
17322         * src/headers.h correction of #define
17323         * src/headers_display.[ch] configuration for displaying of headers.
17324         * src/main.c read config of displaying of headers
17325         * src/prefs_common.c add a button to access the config dialog
17326                 for displaying of headers
17327         * src/prefs_display_headers.[ch] dialog for configuration for
17328                 displaying of the headers.
17329         * src/prefs_headers.c cleaning of code
17330         * src/procheader.c comments added to code
17331         * src/textview.c changes to reorder the headers depending
17332                 on the config for displaying of headers
17333
17334 2001-04-30 [alfons]
17335
17336         0.4.65claws7
17337
17338         * sync with 0.4.65cvs12
17339
17340         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17341
17342 2001-04-30 [sergey]
17343
17344         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17345
17346         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17347         is set to force reconnection after authentication failure.
17348         (nntp_gen_command): set sock->auth_failed on authentication
17349         failure, or if sock->userid and sock->passwd are not set.
17350
17351         * src/news.c (news_session_new_for_folder): set userid=NULL if
17352         password dialog is cancelled.
17353
17354 2001-04-30 [sergey]
17355
17356         * src/nntp.h (NNTPSockInfo): new type.
17357
17358         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17359         SockInfo.
17360         (nntp_open_auth, nntp_close): new functions.
17361         (nntp_gen_command): new function to handle authentication; all
17362         NNTP command functions updated to use it.
17363         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17364         (nntp_list): removed old useless code.
17365
17366         * src/news.h (NNTPSession): new field nntp_sock.
17367
17368         * src/news.c: all functions updated to use NNTPSockInfo instead of
17369         SockInfo.
17370         (news_session_new): new arguments (userid, passwd); made static;
17371         use nntp_open_auth() if needed.
17372         (news_session_destroy): use nntp_close() instead of sock_close().
17373         (news_query_password): changed arguments.
17374         (news_session_new_for_folder): new function.
17375         (news_session_get): use news_session_new_for_folder().
17376         (news_authenticate): deleted.
17377         (news_get_uncached_articles): removed old authentication code.
17378
17379 2001-04-30 [sergey]
17380
17381         * src/news.c: reverted my previous changes (need to do NNTP
17382         authentication in a cleaner way).
17383         
17384 2001-04-29 [sergey]
17385
17386         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17387         news_nntp_post, news_nntp_mode): new functions (wrappers with
17388         authentication support).
17389         (news_get_article_cmd, news_get_article, news_get_header): new
17390         argument "folder"; all callers changed.
17391         (news_get_article_cmd): added authentication support.
17392         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17393         (news_post): use news_nntp_post() instead of nntp_post().
17394         (news_get_uncached_articles): use news_nntp_group() instead of
17395         nntp_group() and news_nntp_xover() instead of nntp_xover();
17396         removed old authentication code.
17397         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17398
17399         * src/nntp.c (nntp_list): return real error code instead of
17400         hardcoded NN_ERROR.
17401
17402 2001-04-29 [sergey]
17403
17404         * configure.in: fixed wint_t typedef detection again
17405
17406 2001-04-28 [hoa]
17407
17408         * src/prefs_account.[ch], added A_LOCAL_CMD
17409                 (send mail with mail command)
17410         * src/send.c added function send_message_with_command()
17411         * src/inc.c made a more secure get_spool() function with
17412                 mktemp() but maybe mkstemp() or something more
17413                 secure can be used.
17414
17415 2001-04-28 [alfons]
17416
17417         * src/textview.c, colorization of email addresses in headers
17418
17419         0.4.65claws6
17420
17421         * bug sync with sylpheed
17422         * prefs_common.c: created date format ui for darko
17423         * sync with 0.4.65cvs11
17424         * configure.in: corrected to have the new gpg checks
17425
17426 2001-04-27 [alfons]
17427
17428         * completed sync with 0.4.65cvs10
17429         * minor debug things added to gtkstext.c
17430
17431 2001-04-27 [darko]
17432
17433         * configure.in: remove check for availability of
17434           strftime() as advised by Hiroyuki
17435         * src/prefs_common.[ch], src/procheader.c:
17436           synch strftime() code with Hiroyki's main branch
17437
17438 2001-04-26 [sergey]
17439
17440         * src/news.c: news_query_password(), news_authenticate(): new
17441           functions.
17442           news_get_uncached_articles(): added NNTP authentication
17443           handling.
17444         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17445           new functions.
17446         * src/prefs_account.c: prefs_account_protocol_activated():
17447           enable userid and password fields for NNTP.
17448
17449 2001-04-26
17450
17451         * configure.in: check for availability of strftime()
17452           [darko]
17453         * src/prefs_common.[ch], src/procheader.c: use
17454           strftime() for displaying date in summary pane if it
17455           is available
17456
17457 2001-04-25
17458
17459         * more .cvsignore cleanups [alfons]
17460
17461 2001-04-25
17462
17463         * ac/sv-check-type.m4: new autoconf macro.
17464         * configure.in: fixed wint_t typedef detection (did not work
17465           with gcc-2.96).
17466
17467 2001-04-25
17468
17469         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17470           [hiroyuki]
17471
17472 2001-04-24
17473         * modified gtkstext.c : buggy cursor navigation fixed, 
17474           and font descent also taken in account when drawing
17475           cursor. [alfons]
17476
17477 2001-04-24 [hoa]
17478         * added comments in src/news.c src/nntp.c
17479         * added src/prefs_headers.[ch]
17480         * added src/headers.[ch]
17481         * modified compose.c to activate custom headers
17482                 added function is_in_custom_headers
17483         * modified prefs_account.[ch]
17484                 added function prefs_account_customhdr_edit
17485         * modified src/defs.h :
17486                 added HEADERS_RC : name of the config file
17487                 for the custom headers
17488
17489 2001-04-24
17490
17491     0.4.65claws5
17492
17493         * configure.in
17494           src/gtkstext.[ch]
17495           src/compose.c
17496           src/Makefile.am
17497           
17498           added gtkstext with configure.in patch by Hiroyuki which
17499           should fix the XIM detection [alfons]
17500
17501         * more clean up of cvs [alfons]
17502
17503                  * removed all Makefile.in files to attic.
17504
17505                  * updated all .cvsignores to really ignore things that could
17506                    be unintentionally committed by a recursive commit.
17507
17508 2001-04-23 [hoa]
17509         * added src/grouplist_dialog.[ch]
17510         * changed src/folderview.c to call grouplist_dialog instead
17511                 of inputdialog
17512         * src/news.c :
17513                 added functions news_reset_group_list
17514                 and news_get_group_list
17515         * src/nntp.c :
17516                 added function nntp_list
17517         * src/defs.h :
17518                 added GROUPLIST_FILE : name of the newsgroup list cache file
17519
17520 2001-04-21
17521
17522         * added option to warn about queued messages on exit [sergey]:
17523
17524           * src/compose.c: compose_queue(): call folder_item_scan()
17525             and folderview_update_item() after queueing.
17526           * src/folderview.c: folderview_update_node(): draw the queue
17527             folder in bold font if there are queued messages.
17528           * src/mainwindow.c: queued_messages(): new function.
17529             app_exit_cb(): display warning if there are queued messages
17530             if warn_queued_on_exit is set.
17531           * prefs_common.[ch]: add warn_queued_on_exit option.
17532
17533         * enhanced GnuPG key selection support [sergey]:
17534
17535           * src/select-keys.c: updated to newer version from Win32
17536             branch with support for selecting arbitrary keys.
17537           * src/prefs_account.c: added the Privacy tab to the account
17538             options window.
17539             prefs_account_privacy_create(),
17540             prefs_account_sign_key_set_data_from_radiobtn(),
17541             prefs_account_sign_key_set_radiobtn(): new functions.
17542           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17543           * src/rfc2015.c: set_signers(): new function.
17544             pgp_sign(): add the account parameter, call set_signers().
17545             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17546           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17547           * src/compose.c: pass the current account to rfc2015_sign().
17548
17549         * tag name claws added to prevent confusion with main branch [alfons]
17550
17551         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17552
17553         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17554
17555         * sync with recent sylpheed cvs. Untested though. [alfons]
17556