0.9.3claws33
[claws.git] / ChangeLog.claws
1 2003-07-20 [christoph]  0.9.3claws33
2
3         * src/compose.h
4         * src/folder.c
5         * src/folderview.h
6         * src/headerview.h
7         * src/prefs_filtering.h
8         * src/prefs_folder_item.[ch]
9         * src/procmime.h
10         * src/procmsg.h
11         * src/summaryview.h
12                 clean up header mess
13                 (always use 1. typedefs, 2. #includes, 3. structures)
14
15         * src/common/version.h.in
16                 add casts for constants
17
18         * src/plugins/demo/demo.c
19                 fix typo
20
21         * src/plugins/spamassassin/spamassassin.c
22                 remove unused variable
23
24 2003-07-20 [alfons]     0.9.3claws32
25
26         * src/mimeview.c
27                 o make icon buttons respond on left click
28                 o minor cosmetic change
29
30 2003-07-19 [luke]       0.9.3claws31
31
32         * src/mimeview.[ch]
33         * src/gtk/gtkvscrollbutton.c
34         * src/messageview.c
35                 o improved mimeview behaviour when selecting a new message
36                 o plus code cleanups to remove compile warnings
37
38
39 2003-07-19 [alfons]     0.9.3claws30
40
41         * src/procmsg.c
42         * src/compose.c
43         * src/common/utils.[ch]
44                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
45
46 2003-07-19 [alfons]     0.9.3claws29
47
48         * src/prefs_folder_item.c
49                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
50                 string pointers
51
52 2003-07-19 [luke]       0.9.3claws28
53
54         * src/messageview.c
55         * src/mimeview.[ch]
56         * src/procmime.h
57         * src/rfc2015.c
58         * src/stock_pixmap.[ch]
59         * src/gtk/Makefile.am
60         * src/Makefile.am
61         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
62         * src/pixmaps/mime_*.xpm                ** NEW **
63                 o mimeview rearrangement with a new icon shortcut bar
64         
65 2003-07-19 [alfons]     0.9.3claws27
66
67         * src/folderview.c
68                 o plug leaking nodes_to_recollapse
69                 o add folderview_recollapse_all_nodes() (not used yet)
70
71 2003-07-19 [alfons]     0.9.3claws26
72
73         * src/compose.c
74         * src/common/utils.c
75                 honour #240 "Better SUBJECT handling" by cleaning the prefix
76                 for both forwarding as replying
77
78 2003-07-18 [christoph]  0.9.3claws25
79
80         * configure.ac
81         * src/common/sylpheed.[ch]
82         * src/common/version.h.in
83                 add version in numeric form to allow easy comparison
84
85         * src/plugins/demo/demo.c
86                 add version check
87                 - sylpheed version > plugin version => never allowed, sylpheed
88                   could contain unknown API changes
89                 - sylpheed version < minimum version required => don't load,
90                   API required not available (if linking does not fail)
91
92 2003-07-18 [alfons]     0.9.3claws24
93         
94         * src/common/plugin.[ch]
95                 const correctness
96
97 2003-07-18 [christoph]  0.9.3claws23
98
99         * src/common/hooks.c
100                 fix crash when hooks where unregisted
101
102         * src/plugins/trayicon/trayicon.c
103                 unregister detroy signal before destroying the widget
104                 (still crashes when the plugin is unloaded)
105
106 2003-07-18 [alfons]     0.9.3claws22
107         
108         * src/folderview.c
109                 delay expanding folder tree during drags until timeout triggered
110                 (needs perhaps some tweaking, so testing is welcome)
111
112 2003-07-17 [alfons]     0.9.3claws21
113
114         * src/folderview.c
115                 clean up cruft
116
117 2003-07-17 [christoph]  0.9.3claws20
118
119         * src/common/session.c
120                 fix opening of SSL connections
121
122         * src/plugins/image_viewer/Makefile.am
123                 add OPENSSL_CFLAGS (we should find a better solution to remove
124                 this dependencies if they are not required)
125
126         * src/plugins/spamassassin/spamassassin.c
127                 remove setlocale workaround (fixed in libspamc)
128
129 2003-07-17 [alfons]     0.9.3claws19
130
131         * src/common/hooks.[ch]
132         * src/plugins/clamav/clamav_plugin.c
133         * src/plugins/spamassassin/spamassassin.c
134         * src/plugins/trayicon/trayicon.c
135                 fix signedness muck 
136
137 2003-07-17 [alfons]     0.9.3claws18
138
139         * src/procmime.c
140                 plug memleak
141
142 2003-07-17 [alfons]     0.9.3claws17
143
144         * src/inc.c
145                 plug memleak
146
147 2003-07-17 [paul]       0.9.3claws16
148
149         * src/common/defs.h
150           src/mainwindow.c
151           src/manual.[ch]
152                 add link to the Claws site's FAQ page, after the suggestion
153                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
154                 Move url strings to defs.h
155                 
156         * src/mainwindow.c
157                 fix typo to prevent "unknown menu entry" warnings
158
159 2003-07-17 [alfons]     0.9.3claws15
160
161         * src/folderview.[ch]
162         * src/summaryview.[ch]
163         * src/mimeview.[ch]
164                 plug DnD leaks 
165
166 2003-07-17 [paul]       0.9.3claws14
167
168         * src/inc.c
169                 remove two instances of 'GTK_EVENTS_FLUSH' because
170                 they are unnecessary and probably cause a stack overflow
171
172 2003-07-16 [christoph]  0.9.3claws13
173
174         * src/mimeview.[ch]
175                 use an invisible GTK notebook to switch between viewers
176                 instead of reparenting widgets
177
178 2003-07-16 [christoph]  0.9.3claws12
179
180         * src/folder.c
181                 move folder_item_update_freeze() to correct place in
182                 folder_item_scan_full()
183
184 2003-07-16 [paul]       0.9.3claws11
185
186         * sync with 0.9.3cvs12
187                 see ChangeLog 2003-07-14 and 2003-07-15
188
189 2003-07-16 [christoph]  0.9.3claws10
190
191         * src/imap.[ch]
192         * src/prefs_account.[ch]
193                 sync IMAP CRAM-MD5 authentication with sylpheed-main
194
195 2003-07-15 [alfons]     0.9.3claws9
196
197         * src/main.c
198                 make --config-dir do something useful
199
200 2003-07-15 [alfons]     0.9.3claws8
201
202         * src/procmsg.c
203                 o fix a bug where 'last' didn't really point to the last message
204                   in the top level list of children, but to the last threaded
205                   message. 
206                 
207                 o clean up and make it easier to sync
208
209 2003-07-15 [alfons]     0.9.3claws7
210
211         * src/mainwindow.c
212                 make correct menu items sensitive       
213
214 2003-07-14 [alfons]     0.9.3claws6
215
216         * src/procmsg.c
217                 tune the threader so it will not subject-thread any message
218                 without a subject prefix (this will not thread correctly if 
219                 a parent is delivered after their childs, but it looks 
220                 better right now)
221
222 2003-07-13 [christoph]  0.9.3claws5
223
224         * src/mainwindow.c
225                 group "Add mailbox *..." menu items in submenu
226
227 2003-07-13 [alfons]     0.9.3claws4
228
229         * src/summaryview.c
230                 correct summary_toggle_pressed() signature and make sure
231                 signal is not passed on
232
233 2003-07-13 [alfons]     0.9.3claws3
234
235         * src/summaryview.c
236                 o for now don't pass on keys when they we're handled by 
237                   ctree::key_press_event
238                 o clean up
239
240 2003-07-13 [alfons]     0.9.3claws2
241         
242         * src/main.c
243                 add command line option "--config-dir" to get the current 
244                 configuration dir
245
246 2003-07-12 [alfons]     0.9.3claws1
247
248         * src/matcher.[ch]
249         * src/matcher_parser_parse.y
250         * src/prefs_filtering.c
251         * src/filtering.c
252                 add "Lock" filter action to lock messages;
253
254         * src/filtering.c       
255                 remove debug_print()    
256         * src/prefs_filtering.c
257                 re-organize matcher part 9: 
258                 make action text entries easily extendible;
259                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
260                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
261
262 2003-07-12 [paul]
263
264         * tools/README
265                 update old information and add missing
266                 information
267
268 2003-07-12 [paul]       0.9.3claws
269
270         * 0.9.3claws released
271         
272 2003-07-12 [paul]       0.9.0claws103
273
274         * src/Makefile.am
275                 add addrquery.h
276
277 2003-07-12 [melvin]     0.9.0claws102
278
279         * src/messageview.c
280                 Fixed bug #215: Show MIME tab for single text/html messages. 
281                 
282 2003-07-12 [paul]       0.9.0claws101
283
284         * man/sylpheed.1
285                 updated
286
287 2003-07-12 [paul]       0.9.0claws100
288
289         * po/es.po
290           po/hr.po
291           po/pl.po
292           po/sr.po
293                 update Spanish, Croatian, Polish, Serbian translations.
294                 submitted by Ricardo Mones Lastra, Dragan, Witold
295                 Wladyslaw Wojciech Wilk, Urke MMI
296
297 2003-07-12 [melvin]     0.9.0claws99
298
299         * po/fr.po
300                 Updated French translations.
301
302 2003-07-12 [paul]       0.9.0claws98
303
304         * src/addressbook.c
305                 disable 'Lookup' button as it has no effect
306
307 2003-07-11 [alfons]     0.9.0claws97
308         
309         * src/summaryview.c
310                 summary_searchbar_pressed() should return TRUE to signal that
311                 event was handled. when returning void, the return value passed
312                 to GTK is actually random, but maybe FALSE, in which case the
313                 event is handled by parent
314                 
315 2003-07-10 [paul]       0.9.0claws96
316
317         * ac/missing/gettext.m4
318                 update to version 0.12
319
320 2003-07-10 [paul]       0.9.0claws95
321
322         * src/plugins/clamav/clamav_plugin.c
323                 fix bug where multipart/alternative messages
324                 would slip through without being scanned
325
326 2003-07-10 [christoph]  0.9.0claws94
327
328         * src/folder.c
329                 correct check if folder supports removing when a message is
330                 moved. if not the message is only copied.
331
332         (closes Bug 132 crash on startup in newsgroups folders)
333
334 2003-07-09 [alfons]     0.9.0claws93
335
336         * configure.ac
337         * src/common/defs.h
338                 --with-config-dir (default .sylpheed)
339
340 2003-07-09 [christoph]  0.9.0claws92
341
342         * configure.ac
343                 use PKG_CHECK_MODULES to check for gtkmathview
344                 (version 0.4.2 now required)
345
346 2003-07-08 [melvin]     0.9.0claws91
347
348         * src/action.c
349                 Implemented a progress bar that counts the number of completed
350                 tasks when the action runs more than one command.
351
352 2003-07-08 [alfons]     0.9.0claws90
353
354         * src/procmsg.c
355                 if queued message has an invalid Message-Id, don't try to
356                 find message it refers to (fixes #209 "crash when processing 
357                 in folder")
358
359 2003-07-08 [paul]       0.9.0claws89
360
361         * sync with 0.9.3cvs2
362                 see ChangeLog 2003-07-08
363
364 2003-07-08 [match]      0.9.0claws88
365
366         * src/ldapctrl.c
367                 extend LDAP search for first/last name by parsing search term.
368
369 2003-07-08 [alfons]     0.9.0claws87
370
371         * src/send_message.c
372                 fix bug #208 "Status message stuck when sending on POP3 account"
373
374 2003-07-07 [paul]       0.9.0claws86
375
376         * po/hr.po
377                 new Croatian translation, submitted by
378                 Dragan <drleskov@inet.hr>
379
380 2003-07-07 [paul]       0.9.0claws85
381
382         * sync with 0.9.3cvs1
383                 see ChangeLog 2003-07-07
384
385 2003-07-05 [christoph]  0.9.0claws84
386
387         * src/Makefile.am
388         * src/messageview.c
389         * src/mimeview.[ch]
390         * src/stock_pixmap.[ch]
391         * src/pixmaps/messageview_text.xpm              ** NEW **
392                 move mimeview tabs to the right side and use icons
393                 instead of text to save some space
394
395         (patch by Luke Plant <lukeplant@softhome.net>)
396
397 2003-07-05 [christoph]  0.9.0claws83
398
399         * src/inc.c
400                 add NULL pointer checks
401
402         (patch by Luke Plant <lukeplant@softhome.net>)
403         (closes Bug 204 0.9.0 quits on authentication error?!)
404
405 2003-07-05 [alfons]     0.9.0claws82
406
407         * configure.ac
408                 take the clue in bug #202 "./configure script - 
409                 'if test' comparison failure" reported by John Kristoff. 
410
411 2003-07-04 [christoph]  0.9.0claws81
412
413         * src/plugins/spamassassin/spamassassin.c
414                 set timeout for spam check
415
416 2003-07-04 [christoph]  0.9.0claws80
417
418         * src/main.c
419                 destroy all FolderItems when shutting down to
420                 allow folders to clean up
421
422 2003-07-04 [melvin]     0.9.0claws79
423
424         * src/gtk/gtkaspell.c
425                 Fixed bug #184 "Entering non-ascii character deletes
426                 previous char if spell checking enabled": this makes
427                 the spell checking in multibytes (e.g. UTF-8)locales work.
428                 (Patch by Luke Plant).
429                 
430 2003-07-04 [christoph]  0.9.0claws78
431
432         * sync with 0.9.2cvs1
433                 see ChangeLog 2003-06-10
434
435 2003-07-04 [paul]       0.9.0claws77
436
437         * sync with 0.9.3 release
438                 see ChangeLog 2003-07-04
439
440 2003-07-03 [christoph]  0.9.0claws76
441
442         * src/folder.[ch]
443         * src/imap.c
444         * src/mbox_folder.c
445         * src/mh.c
446         * src/news.c
447                 move folder_item_get_path() stuff into a folder virtual function
448
449         * src/procmsg.c
450                 use folder_item_fetch_msg() to get message and do not contruct
451                 the filename from path and number
452
453 2003-07-03 [paul]       0.9.0claws75
454
455         * sync with 0.9.2cvs12
456                 see ChangeLog 2003-07-03
457
458 2003-07-02 [paul]       0.9.0claws74
459
460         * src/messageview.c
461                 fix text-selection for replying
462
463 2003-07-02 [paul]       0.9.0claws73
464
465         * sync with 0.9.2cvs11
466                 see ChangeLog 2003-07-02
467
468 2003-07-02 [paul]       0.9.0claws72
469
470         * src/procmsg.c
471                 revert last commit because it breaks more
472                 than it fixes
473
474 2003-07-02 [paul]       0.9.0claws71
475
476         * src/procmsg.c
477                 fix thread by subject/sort by date
478
479 2003-07-01 [paul]       0.9.0claws70
480
481         * sync with 0.9.2cvs10
482                 see ChangeLog 2003-07-01
483
484 2003-06-30 [paul]       0.9.0claws69
485
486         * sync with 0.9.2cvs9
487                 see ChangeLog 2003-06-30
488
489 2003-06-28 [match]      0.9.0claws68
490
491         * src/addressbook.c
492                 fix null ptr.
493
494 2003-06-27 [paul]       0.9.0claws67
495
496         * sync with 0.9.2cvs7
497                 see ChangeLog 2003-06-27
498
499 2003-06-26 [christoph]  0.9.0claws66
500
501         * src/folder.c
502                 freeze folder updates while a folder is scanned
503
504         (closes Bug 185 New message counter)
505
506 2003-06-26 [darko]      0.9.0claws65
507
508         * src/ldapserver.c
509                 fix infinite loop when adding a new LDAP server
510
511 2003-06-26 [paul]       0.9.0claws64
512
513         * sync with 0.9.2cvs6
514                 see ChangeLog 2003-06-26
515
516 2003-06-26 [paul]       0.9.0claws63
517
518         * sync with 0.9.2cvs5
519                 see ChangeLog 2003-06-25 and 2003-06-26
520
521 2003-06-25 [match]      0.9.0claws62
522
523         * src/addr_compl.c
524                 Fixed tab/backtab for dropped-down completion list to
525                 move next/previous field. (close bug 147)
526
527 2003-06-25 [christoph]  0.9.0claws61
528
529         * src/addr_compl.[ch]
530         * src/addrindex.[ch]
531         * src/folderview.c
532         * src/inc.c
533         * src/news.c
534         * src/summaryview.c
535         * src/toolbar.c
536                 fix warnings
537
538 2003-06-25 [leandro]    0.9.0claws60
539
540         * src/compose.c
541                 o cleanups
542                 o gray out "Message/Remove references" menu item if not
543                   replying to a message
544
545 2003-06-24 [leandro]    0.9.0claws59
546
547         * src/compose.[ch]
548                 o removed "Message/Create new thread" menu item
549                 o added "Message/Remove references" menu item
550                   (it's off by default and will not check anymore
551                    if the subject changed)
552
553 2003-06-23 [alfons]     0.9.0claws58
554
555         * src/procmsg.c
556                 try better grouping messages threaded by subject based on their age.
557                 still not perfect - because the message tree is not sorted by date.  
558
559 2003-06-23 [thorsten]   0.9.0claws57
560
561         * src/pop.[ch]
562                 added mail_receive_hook to allow modifications
563                 directly after retrieval (e.g. adding headers).
564
565 2003-06-23 [paul]       0.9.0claws56
566
567         * src/sourcewindow.c
568                  enable the use of Ctrl+A to select all text in
569                  the sourcewindow
570                  Patch submitted by Ivan Francolin Martinez
571                  <ivanfm@users.sourceforge.net>
572
573 2003-06-22 [christoph]  0.9.0claws55
574
575         * src/folder.[ch]
576                 o add notification hook for folder tree changes
577                 o invoke hooks after folder tree scanning
578
579         * src/folderview.[ch]
580                 register hook for folder tree changes that
581                 updates the ctree
582
583         (there are more places that should be updated, like add, remove 
584          or move folder)
585
586         (closes Bug 164 Crash on rebuild folder tree)
587         (closes Bug 190 Crash on 'rebuilding folder tree')
588
589 2003-06-21 [leandro]    0.9.0claws54
590
591         * src/compose.[ch]
592                 create a new thread if subject changes
593                 (it's on by default, can be disabled in Message menu)
594
595 2003-06-21 [alfons]     0.9.0claws53
596
597         * src/summaryview.c
598                 quiet little compiler
599
600 2003-06-21 [christoph]  0.9.0claws52
601
602         update gettext stuff to version 0.12
603
604 2003-06-19 [alfons]     0.9.0claws51
605
606         * src/common/log.c
607         * src/common/plugin.c
608                 move defs.h before glib.h to prevent MIN/MAX redefs
609
610 2003-06-19 [alfons]
611
612         * src/addressbook.c
613                 translatable
614
615 2003-06-19 [match]      0.9.0claws50
616
617         * src/addressbook.[ch]
618         * src/addrindex.[ch]
619         * src/addr_compl.[ch]
620         * src/editldap.[ch]
621         * src/editldap_basedn.[ch]
622         * src/addritem.[ch]
623         * src/ldapquery.h
624                 re-implemented dynamic LDAP search. works without
625                 slowdown on display sender with addressbook
626                 option.
627         * src/addrbook.c
628                 documented code.
629
630 2003-06-19 [paul]       0.9.0claws49
631
632         * src/compose.c
633                 fix Bug #136 'Nonprovided quotation marks crash claws'
634                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
635
636 2003-06-19 [alfons]     0.9.0claws48
637
638         * src/prefs_common.[ch]
639         * src/procmsg.c
640                 restrict threading by subject by checking thread for
641                 age (prefs_common.thread_by_subject_max_age)
642
643 2003-06-18 [christoph]  0.9.0claws47
644
645         * src/imap.c
646                 fix memory leak in imap_cmd_fetch()
647
648 2003-06-18 [christoph]  0.9.0claws46
649
650         * src/prefs_gtk.c
651                 fix memory leak in prefs_set_default() when used multiple
652                 times or after prefs have been read
653
654 2003-06-18 [christoph]  0.9.0claws45
655
656         * src/common/plugin.c
657                 fix memory leak in plugin_unload()
658
659 2003-06-18 [christoph]  0.9.0claws44
660
661         * src/imap.c
662                 fix memory leak in imap_cmd_ok()
663
664 2003-06-18 [christoph]  0.9.0claws43
665
666         * src/folder.c
667                 stop messages that are downloaded from POP3 and added to
668                 an IMAP inbox from being filtered twice (first by POP3
669                 and again when IMAP folder is scaned to get the UID of
670                 the APPEND operation when no UIDPLUS is available)
671
672 2003-06-18 [alfons]
673
674         * tools/Makefile.am
675                 phoenix <- firebird     
676
677 2003-06-18 [paul]
678
679         * tools/launch_phoenix          ** REMOVED **
680           tools/launch_firebird         ** NEW **
681                 renamed and edited to reflect the browser's name change from
682                 'phoenix' to 'firebird'
683
684 2003-06-18 [paul]       0.9.0claws42
685
686         * sync with 0.9.2cvs2
687                 see ChangeLog 2003-06-16
688
689 2003-06-17 [alfons]     0.9.0claws41
690
691         * src/procmsg.c
692                 prevent threading problems when a node is an ancestor (parent / great parent),
693                 which mostly happens with circular references (thanks to Phillipe Gramoullé
694                 for finding an sample set of messages)
695
696 2003-06-16 [christoph]  0.9.0claws40
697
698         * src/main.c
699                 don't popup main window on --receive or --receive-all
700
701         * src/mainwindow.[ch]
702         * src/plugins/trayicon/trayicon.c
703                 allow hiding of main window by clicking on the trayicon
704                 (doesn't work correctly in seperate window mode and may
705                  cause unexpected GTK problems I couldn't find yet)
706
707         * src/common/ssl.c
708                 remove incorrect warning
709
710 2003-06-15 [alfons]     0.9.0claws39
711
712         * src/gtk/gtkstext.c
713                 don't output debug text;
714                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
715                 for pointing this out);
716
717 2003-06-14 [alfons]     0.9.0claws38
718         
719         * src/messageview.c
720                 remove printf() and make one if..else comply with coding style
721
722 2003-06-14 [alfons]     0.9.0claws37
723
724         * AUTHORS
725                 add Martin Wicke
726         * src/action.c
727         * src/messageview.[ch]
728         * src/summaryview.c
729                 apply patch #754162 "Quoting messages filtered by actions" submitted
730                 by Martin Wicke, which allows quoting message body changed by an
731                 action (Thanks!).
732
733 2003-06-13 [alfons]     0.9.0claws36
734
735         * src/utils.c
736                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
737                 use case insensitive regexp (suggested by Ivan Martinez)
738
739 2003-06-13 [christoph]  0.9.0claws35
740
741         * configure.ac
742         * src/plugins/trayicon/Makefile.am
743         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
744         * src/plugins/trayicon/trayicon.c
745         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
746         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
747         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
748         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
749         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
750         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
751                 replace my own EggTrayIcon backport with the backport
752                 used by (l|x)mule and gabber.
753
754 2003-06-13 [alfons]     0.9.0claws34
755
756         * AUTHORS
757         * src/common/utils.c
758                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
759
760 2003-06-13 [alfons]     0.9.0claws33
761
762         * src/compose.c
763                 clean up a little bit
764
765 2003-06-12 [alfons]     0.9.0claws32
766
767         * src/compose.c
768                 const correctness fix
769
770         * src/common/sylpheed.[ch]
771                 () -> (void)
772                 prevent redef MIN/MAX
773                 
774         * src/common/utils.[ch]
775                 () -> (void)
776
777 2003-06-12 [melvin]     0.9.0claws31
778
779         * src/compose.c
780                 Updated to take into accounts changes in GtkAspell.
781
782 2003-06-12 [alfons]     0.9.0claws30
783
784         * src/compose.c
785         * src/procmsg.c
786         * src/common/utils.[ch]
787                 handle reply subject prefixes better (initial 
788                 suggestion by Robert Story adapted and enhanced 
789                 using regexps)
790
791 2003-06-12 [melvin]     0.9.0claws29
792
793         * src/compose.c
794                 Use new gtkaspell_checkers_strerror() to get the speller's
795                 error message instead of accessing the (now private)
796                 checkers structure.
797                 Minor code clean up
798
799         * src/main.c
800                 Use #ifdef instead of #if for USE_ASPELL
801                 Use the new spell checkers init/quit functions 
802
803         * src/gtk/gtkaspell.c
804                 Use #ifdef instead of #if for USE_ASPELL
805                 Moved in the majority of GtkAspell structures that were
806                 exported before by gtkaspell.h
807         
808         * src/gtk/gktaspell.h
809                 Made gtkaspell.h contain only the necessary data to be
810                 publicized by moving many structures to gtkaspell.c.
811                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
812                 gtkaspell_checkers_new(): replaced by...
813                 gtkaspell_checkers_init(): new function for initialization
814                 gtkaspell_checkers_delete(): replaced by...
815                 gtkaspell_checkers_quit(): new function
816                 gtkaspell_checkers_strerror(): new function that returns
817                 the checker's last error message.
818                 
819 2003-06-11 [melvin]     0.9.0claws28
820
821         * po/POTFILES.in
822                 Updated to take into account gtkaspell.c migration to
823                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
824
825 2003-06-10 [alfons]     0.9.0claws27
826
827         * src/filtering.[ch]
828         * src/folder.c
829         * src/matcher.c
830         * src/scoring.[ch]
831                 - try fixing bug #18 (any brave testers?)
832                 - add more robustness by refusing previously 
833                   unchecked NULL pointers 
834
835 2003-06-10 [alfons]     0.9.0claws26
836
837         * src/procmsg.c
838                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
839
840 2003-06-09 [alfons]     0.9.0claws25
841
842         * src/prefs_common.c
843                 fix bug #163 "Icon switching doesnt work properly" by 
844                 preventing early freeing of prefs_common.pixmap_theme_path.
845
846 2003-06-09 [christoph]  0.9.0claws24
847
848         * src/gtk/gtkaspell.c
849                 revert Thorsten's fix and add forgotten g_strdup for
850                 aspell path (it should not be possible to alter the path a
851                 GtkASpell uses from outside)
852
853 2003-06-09 [thorsten]   0.9.0claws23
854
855         * src/gtk/gtkaspell.c
856                 dont free prefs_common.aspell_path when closing compose
857
858 2003-06-08 [colin]      0.9.0claws22
859
860         * src/plugins/spamassassin/spamassassin.c
861                 fix prefs types
862
863 2003-06-07 [christoph]  0.9.0claws21
864
865         * src/Makefile.am
866         * src/compose.c
867         * src/gtkaspell.[ch]            ** REMOVE **
868         * src/gtk/Makefile.am
869         * src/gtk/gtkaspell.[ch]        ** NEW **
870                 o make gtkaspell independent from sylpheed's prefs
871                 o move gtkaspell.[ch] to gtk directory
872
873 2003-06-07 [christoph]  0.9.0claws20
874
875         * src/Makefile.am
876         * src/crash.c
877         * src/export.c
878         * src/filesel.[ch]              ** REMOVE **
879         * src/folder.c
880         * src/main.[ch]
881         * src/common/sylpheed.[ch]
882         * src/gtk/Makefile.am
883         * src/gtk/filesel.[ch]          ** NEW **
884         * src/gtk/pluginwindow.c
885         * src/gtk/sslcertwindow.c
886                 move filesel.[ch] to gtk directory
887
888 2003-06-07 [alfons]     0.9.0claws19
889
890         * src/filesel.c
891                 make (multi) file selection dialog work again (Claws-only)
892
893 2003-06-07 [thorsten]   0.9.0claws18
894
895         * po/de.po
896                 fix typos
897
898 2003-06-07 [alfons]     0.9.0claws17
899
900         * configure.ac
901         * src/mimeview.c
902                 detect apache mishap in which case don't include fnmatch.h
903                 if regex.h is already included
904
905 2003-06-06 [christoph]  0.9.0claws16
906
907         * configure.ac
908         * src/mimeview.h
909                 add check for fnmatch.h and include it when available
910
911         * src/mimeview.[ch]
912                 fix wrong case sensitivity of Content-Types
913
914         * src/gtk/Makefile.am
915                 need the same include paths in gtk directory as in
916                 common directory because .h files in common can
917                 include files from these directories, when included
918                 in gtk's .h or .c files
919
920 2003-06-06 [alfons]     0.9.0claws15
921
922         * src/mimeview.c
923         * src/summaryview.c
924                 make it compile again because of regex.h / fnmatch.h 
925                 include problems (related to recent mime stuff, can
926                 someone check this?)
927
928 2003-06-06 [thorsten]   0.9.0claws14
929
930         * src/folderview.c
931                 possible use of uninitialized pointer while dragging
932
933 2003-06-06 [paul]       0.9.0claws13
934
935         * src/compose.c
936                 fix bug where the insert sig button would be effective
937                 only when auto_sig was set
938
939 2003-06-06 [paul]       0.9.0claws12
940
941         * sync with 0.9.2 release
942
943 2003-06-02 [paul]       0.9.0claws11
944
945         * sync with 0.9.1cvs1
946                 see ChangeLog 2003-06-02
947                 
948         * po/de.po
949                 update by Jens
950
951 2003-06-01 [christoph]  0.9.0claws10
952
953         * src/account.c
954                 don't use substring search to find accounts by email address
955
956         (closes Bug 169 Overly loose matching of "From" address)
957
958 2003-05-31 [christoph]  0.9.0claws9
959
960         * doc-src/rfc2683.txt
961         * src/imap.c
962                 limit IMAP command length as recommended in RFC2683
963                 (message number lists will be split into multiple imap
964                 sets, the limit of 1000 octets is not a hard limit)
965
966         (closes Bug 161 sylpheed-claws exits with segfault when logging
967          in to certain imap-servers)
968
969 2003-05-29 [alfons]     0.9.0claws8
970
971         * src/toolbar.[ch]
972                 add print button (calling summary_print());
973                 fine tune setting tooltip text;
974                 (if someone needs other buttons, please take these 
975                 commits as a guide, instead of bothering us - also
976                 see 0.8.11claws150) 
977
978 2003-05-29 [darko]      0.9.0claws7
979
980         * src/compose.c
981                 fix crash when word wrapping kicks in due to
982                 changed text by spell checker
983
984 2003-05-29 [paul]       0.9.0claws6
985
986         * src/compose.c
987                 fix bug where changing account would insert
988                 sig even if auto_sig was FALSE
989                 
990         * ChangeLog
991           ChangeLog.jp
992           INSTALL
993                 sync with 0.9.1 release
994
995 2003-05-28 [christoph]  0.9.0claws5
996
997         * src/imap.c
998                 fix truncation of too long commands
999
1000         (closes Bug 167 IMAP hangs trying to get envelope
1001          information in imap_get_uncached_messages)
1002
1003 2003-05-27 [paul]       0.9.0claws4
1004
1005         * tools/Makefile.am
1006           tools/maildir2sylpheed.pl     ** NEW FILE **
1007                 add kmail to sylpheed mailbox conversion script
1008
1009 2003-05-27 [paul]       0.9.0claws3
1010
1011         * sync with 0.9.0cvs10
1012                 see ChangeLog 2003-05-26
1013
1014 2003-05-26 [paul]       0.9.0claws2
1015
1016         * sync with 0.9.0cvs9
1017                 see ChangeLog 2003-05-26
1018
1019 2003-05-24 [paul]       0.9.0claws1
1020
1021         * sync with 0.9.0cvs8
1022                 see ChangeLog 2003-05-23
1023
1024 2003-05-24 [paul]       0.9.0claws
1025
1026         * version 0.9.0claws released
1027
1028 2003-05-24 [paul]       0.8.11claws177
1029
1030         * src/plugins/dillo-viewer/Makefile.am
1031           src/plugins/traycon/Makefile.am
1032                 add missing files
1033                 
1034         * po/bg.po
1035           po/en_GB.po
1036           po/es.po
1037           po/it.po
1038           po/pt_BR.po
1039           po/ru.po
1040           po/sr.po
1041                 update Bulgarian, British English, Spanish, Italian, 
1042                 Brazilian Portuguese, Russian, and Serbian translations, 
1043                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1044                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1045                 Ruslan N. Balkin, and Urke MMI
1046
1047 2003-05-23 [melvin]     0.8.11claws176
1048
1049         * po/fr.po
1050                 Updated French translations
1051
1052 2003-05-22 [paul]       0.8.11claws175
1053
1054         * src/Makefile.am
1055           src/addrbook.[ch]
1056           src/addrcache.[ch]
1057           src/addr_compl.[ch]
1058           src/adressbook.[ch]
1059           src/addrindex.[ch]
1060           src/addritem.[ch]
1061           src/editaddress.c
1062           src/editgroup.c
1063           src/editldap_basedn.c
1064           src/editldap.c
1065           src/jpilot.c
1066           src/vcard.c
1067                 revert to get ldap into it previous working state
1068                 
1069         * po/zh_TW.Big5.po
1070                 new Taiwanese translation,
1071                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1072
1073 2003-05-22 [christoph]  0.8.11claws174
1074
1075         * src/plugins/spamassassin/libspamc.[ch]
1076                 sync libspamc with SpamAssaain release 2.55
1077
1078 2003-05-22 [paul]       0.8.11claws173
1079
1080         * sync with 0.9.0cvs7
1081                 see ChangeLog 2003-05-22
1082                 
1083         * src/summaryview.c
1084                 revert change in 0.8.11claws172: follow
1085                 Hiroyuki's decision and that's the end of it.
1086
1087 2003-05-21 [paul]       0.8.11claws172
1088
1089         * src/summaryview.c
1090                 fix discrepency between open_unread_on_enter
1091                 and always_show_msg
1092
1093 2003-05-21 [paul]       0.8.11claws171
1094
1095         * sync with 0.9.0cvs6
1096                 see ChangeLog 2003-05-21
1097
1098 2003-05-21 [paul]       0.8.11claws170
1099
1100         * sync with 0.9.0cvs5
1101                 see ChangeLog 2003-05-21
1102
1103 2003-05-20 [paul]       0.8.11claws169
1104
1105         * sync with 0.9.0cvs4
1106                 see ChangeLog 2003-05-20
1107                 fixes bug #152, 'encoding of IMAP folders names'
1108
1109 2003-05-20 [paul]       0.8.11claws168
1110
1111         * sync with 0.9.0cvs3
1112                 see ChangeLog 2003-05-20
1113                 
1114         * src/tools/convert_mbox.pl
1115                 minor change in the comments, submitted by Fred Marton
1116
1117 2003-05-19 [paul]       0.8.11claws167
1118
1119         * src/plugins/clamav/Makefile.am
1120           configure.ac
1121                 link clamav_lib to the plugin and not to the main program
1122
1123 2003-05-19 [christoph]
1124
1125         * src/Makefile.am
1126                 add -export-dynamic for linking
1127
1128 2003-05-19 [paul]       0.8.11claws166
1129
1130         * sync with 0.9.0cvs1
1131                 see ChangeLog 2003-05-19
1132
1133 2003-05-19 [paul]       0.8.11claws165
1134
1135         * src/inc.c
1136                 fix 'pop before smtp' timeout
1137
1138 2003-05-18 [alfons]     0.8.11claws164
1139
1140         * src/prefs_matcher.c
1141                 put "execute" action command line ("expression") in edit box
1142
1143 2003-05-18 [christoph]  0.8.11claws163
1144
1145         * src/mimeview.[ch]
1146         * src/plugins/dillo_viewer/dillo_viewer.c
1147         * src/plugins/image_viewer/viewer.c
1148         * src/plugins/mathml_viewer/mathml_viewer.c
1149                 let a viewer have a list of Content-Types
1150
1151 2003-05-18 [paul]       0.8.11claws162
1152
1153         * src/prefs_filtering.c
1154                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1155                 and REDIRECT actions
1156
1157 2003-05-17 [christoph]
1158
1159         * README.claws
1160                 o remove dynamic signatures that was syned with main
1161                 o add infos about no longer "build in" image viewer
1162                 o update bugtracker URL
1163
1164 2003-05-17 [christoph]  0.8.11claws161
1165
1166         * src/folder.c
1167         * src/folderview.c
1168         * src/imap.c
1169                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1170                 for every folder after rebuilding the folder tree.
1171
1172         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1173          messages)
1174
1175 2003-05-17 [christoph]  0.8.11claws160
1176
1177         * src/imap.c
1178                 don't use STATUS command on current folder to check for
1179                 content changes. imap_cmd_ok() now tracks changes to
1180                 folder and number of existing messages.
1181
1182 2003-05-17 [paul]       0.8.11claws159
1183
1184         * src/plugins/clamav/clamav_plugin.c
1185                 remove unnecessary debug_print
1186
1187 2003-05-16 [thorsten]   0.8.11claws158
1188
1189         * src/plugins/demo.c
1190                 included missing intl.h
1191
1192 2003-05-16 [paul]       0.8.11claws157
1193
1194         * po/POTFILES.in
1195                 remove non-existant entries
1196         
1197         * src/plugins/clamav/clamav_plugin.c
1198           src/plugins/clamav/clamav_plugin_gtk.c
1199           src/plugins/dillo_viewer/dillo_prefs.c
1200           src/plugins/dillo_viewer/dillo_viewer.c
1201                 gettextise
1202
1203 2003-05-16 [christoph]  0.8.11claws156
1204
1205         * po/POTFILES.in
1206                 include plugin .c files for translation until I
1207                 find a better solution to have plugins have their
1208                 own textdomain
1209         * src/plugins/demo/demo.c
1210         * src/plugins/image_viewer/plugin.c
1211         * src/plugins/mathml_viewer/mathml_viewer.c
1212         * src/plugins/spamassassin/spamassassin.c
1213         * src/plugins/spamassassin/spamassassin_gtk.c
1214         * src/plugins/trayicon/trayicon.c
1215                 add gettext macros for plugin name and description
1216
1217 2003-05-16 [paul]
1218
1219         * sync with 0.9.0
1220
1221 2003-05-16 [paul]       0.8.11claws155
1222
1223         * sync with lastest 0.9.0pre1
1224                 see ChangeLog 2003-05-16
1225
1226 2003-05-15 [paul]       0.8.11claws154
1227
1228         * sync with latest 0.9.0pre1
1229                 see ChangeLog 2003-05-14 and 2003-05-15
1230
1231 2003-05-14 [christoph]  0.8.11claws153
1232
1233         * src/plugins/image_viewer/viewer.c
1234         * src/plugins/image_viewer/viewer.glade         ** NEW **
1235         * src/plugins/image_viewer/viewerprefs.c
1236                 make it possible to disable the autoload function in the
1237                 imageviewer again
1238
1239 2003-05-14 [christoph]  0.8.11claws152
1240
1241         * src/folder.c
1242                 fix folder update after adding a message
1243
1244 2003-05-13 [alfons]     0.8.11claws151
1245
1246         * src/common/session.c
1247                 remove debug traces
1248                 
1249         * src/addrcache.[ch]
1250         * src/filtering.[ch]
1251         * src/folder.[c]
1252         * src/gtkaspell.[ch]
1253         * src/imap.[ch]
1254         * src/mbox_folder.[ch]
1255         * src/mh.[ch]
1256         * src/mimeview.h
1257         * src/msgcache.[ch]
1258         * src/news.[ch]
1259         * src/passphrase.[ch]
1260         * src/prefs_common.[ch]
1261         * src/prefs_gtk.[ch]
1262         * src/procmsg.c
1263         * src/scoring.[ch]
1264                 be pedantic; (in prototypes () implies (int))
1265
1266 2003-05-13 [alfons]     0.8.11claws150
1267
1268         * src/prefs_toolbar.[ch]
1269         * src/summaryview.[ch]
1270         * src/toolbar.[ch]
1271                 change misleading text in toolbar prefs;
1272                 add toolbar action for ignore thread (toggles ignore thread flag);
1273                 clean up a little bit;
1274
1275 2003-05-12 [paul]
1276
1277         * tools/convert_mbox.pl
1278                 bug fixed by Fred Marton
1279
1280 2003-05-12 [paul]
1281
1282         * sync with 0.9.0pre1
1283
1284 2003-05-09 [paul]       0.8.11claws149
1285
1286         * sync with 0.8.11cvs43
1287                 see ChangeLog 2003-05-09
1288
1289 2003-05-08 [christoph]  0.8.11claws148
1290
1291         * src/imap.[ch]
1292                 o use CAPABILIY as first command and check for PREAUTH
1293                   information in the response to it
1294                 o rewrite all imap_cmd_* functions to use an IMAPSession
1295                   instead of a SockInfo as parameter
1296                 o do STARTTLS after fetching and checking the server
1297                   capabilities
1298
1299 2003-05-08 [paul]       0.8.11claws147
1300
1301         * tools/Makefile.am
1302           tools/README
1303           tools/convert_mbox.pl         ** NEW FILE **
1304                 add mbox conversion script. Submitted by 
1305                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1306
1307 2003-05-07 [christoph]
1308
1309         * doc-src/glade.txt
1310         * src/gtk/pluginwindow.glade
1311         * src/plugins/image_viewer/viewerprefs.glade
1312         * src/plugins/spamassassin/spamassassin_gtk.glade
1313                 add glade files for user interfaces and a description how
1314                 to use glade to create the sylpheed code
1315
1316 2003-05-07 [paul]       0.8.11claws146
1317
1318         * sync with 0.8.11cvs41
1319                 see ChangeLog 2003-05-07
1320
1321 2003-05-06 [christoph]  0.8.11claws145
1322
1323         * src/main.c
1324         * src/plugins/image_viewer/viewer.c
1325                 fix usage of imlib in imageviewer plugin
1326
1327         * src/gtk/prefswindow.c
1328                 handle window close event correctly
1329
1330 2003-05-06 [paul]       0.8.11claws144
1331
1332         * src/common/ssl.c
1333                 fix typo introduced in sync
1334
1335 2003-05-06 [paul]       0.8.11claws143
1336
1337         * sync with 0.8.11cvs39
1338                 see ChangeLog 2003-05-06
1339
1340 2003-05-06 [paul]       0.8.11claws142
1341
1342         * AUTHORS
1343           po/cs.po
1344                 updated Czech translation, submitted by 
1345                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1346                 
1347         * src/plugins/clamav/clamav_plugin_gtk.c
1348                 clean up
1349
1350 2003-05-03 [alfons]     0.8.11claws141
1351
1352         * src/compose.[ch]
1353                 make paste as quotation work even when the call to 
1354                 text_inserted() was deferred (fixes bug #140 "Paste 
1355                 as quotation does not work when using "external" 
1356                 clipboard")
1357
1358 2003-05-03 [thorsten]   0.8.11claws140
1359
1360         * src/addrquery.h
1361           src/ldapquery.h
1362           src/mainwindow.c
1363                 removed C++ comments
1364         * src/addr_compl.c
1365                 function with non-int retval/param used before
1366                 implementation/declaration
1367
1368 2003-05-02 [paul]       0.8.11claws139
1369
1370         * src/addr_compl.[ch]
1371           src/addressbook.[ch]
1372           src/addrindex.c
1373           src/summaryview.c
1374                 revert match's changes to (finally) remove the bug where
1375                 opening a folder causes massive slowdown when using the 
1376                 'Display sender using address book' option
1377
1378 2003-05-01 [melvin]     0.8.11claws138
1379
1380         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1381         * src/plugins/dillo_viewer/dillo_viewer.c
1382                 Fixed bug where "Cancel" button from prefs issued
1383                 warnings.
1384                 Comply a little more to coding style
1385
1386 2003-05-01 [paul]       0.8.11claws137
1387
1388         * sync with 0.8.11cvs38
1389                 see ChangeLog 2003-05-01
1390
1391 2003-05-01 [paul]       0.8.11claws136
1392
1393         * po/bg.po
1394                 updated by George Danchev
1395
1396 2003-04-30 [christoph]  0.8.11claws135
1397
1398         * src/plugins/dillo_viewer/dillo_prefs.c
1399         * src/plugins/image_viewer/viewerprefs.c
1400         * src/plugins/spamassassin/spamassassin_gtk.c
1401                 remove gtk_widget_ref() calls for widgets in
1402                 glade code
1403
1404 2003-04-30 [paul]       0.8.11claws134
1405
1406         * src/addrindex.c
1407                 ok, this time a better fix for the bug where opening folder
1408                 has massive slowdown when using the 'Display sender using 
1409                 address book' option
1410
1411 2003-04-30 [paul]       0.8.11claws133
1412
1413         * src/addrindex.c
1414                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1415         
1416 2003-04-30 [melvin]     0.8.11claws132
1417
1418         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1419
1420         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1421                 Preferences for the dillo plugin
1422         * src/plugins/dillo_viewer/dillo_viewer.c
1423                 Support for preferences
1424         * src/plugins/dillo_viewer/Makefile.am
1425                 Added dillo_prefs.[ch]
1426
1427 2003-04-30 [alfons]     0.8.11claws131
1428
1429         * src/common/plugin.[ch]
1430                 see? this ANSI C'fication immediately gives us type
1431                 checking for free.
1432
1433 2003-04-30 [alfons]     0.8.11claws130
1434
1435         * src/common/plugin.[ch]
1436         * src/plugins/clamav/clamav_plugin.[ch]
1437         * src/plugins/clamav/clamav_plugin_gtk.c
1438         * src/plugins/demo/demo.c
1439         * src/plugins/dillo_viewer/dillo_viewer.c
1440         * src/plugins/image_viewer/plugin.c
1441         * src/plugins/image_viewer/viewer.[ch]
1442         * src/plugins/image_viewer/viewerprefs.[ch]
1443         * src/plugins/mathml_viewer/mathml_viewer.c
1444         * src/plugins/spamassassin/spamassassin.[ch]
1445         * src/plugins/spamassassin/spamassassin_gtk.c
1446         * src/plugins/trayicon/trayicon.c
1447                 clean up
1448
1449 2003-04-30 [alfons]     0.8.11claws129
1450
1451         * src/common/utils.c
1452                 make is_ascii_str() fail gracefully when NULL pointer
1453                 is passed
1454
1455 2003-04-30 [paul]       0.8.11claws128
1456
1457         * src/addrindex.c
1458                 fix bug where opening folder has massive slowdown when
1459                 using the 'Display sender using address book' option
1460
1461 2003-04-30 [paul]       0.8.11claws127
1462
1463         * src/plugins/clamav/clamav_plugin.c
1464           src/plugins/clamav/clamav_plugin_gtk.c
1465           src/plugins/demo/demo.c
1466           src/plugins/dillo_viewer/dillo_viewer.c
1467           src/plugins/image_viewer/plugin.c
1468           src/plugins/mathml_viewer/mathml_viewer.c
1469           src/plugins/spamassassin/spamassassin.c
1470           src/plugins/spamassassin/spamassassin_gtk.c
1471           src/plugins/trayicon/trayicon.c
1472                 get rid of eye-hurting function signatures
1473
1474 2003-04-30 [paul]       0.8.11claws126
1475
1476         * src/plugins/trayicon/trayicon.c
1477                 add description
1478                 
1479         * src/mimeview.c
1480                 be more descriptive
1481
1482 2003-04-30 [paul]       0.8.11claws125
1483
1484         * configure.ac
1485                 arrange the plugins in reverse alphabetical order
1486                 
1487         * src/plugins/clamav/clamav_plugin.[ch]
1488           src/plugins/clamav/clamav_plugin_gtk.c
1489                 rename some params
1490                 resize max_size window
1491                 re-arrange the order of some gui elements
1492                 improve descriptions
1493         
1494         * src/plugins/image_viewer/plugin.c
1495           src/plugins/mathml_viewer/mathml_viewer.c
1496                 add descriptions
1497                 
1498         * src/plugins/spamassassin/spamassassin_gtk.c
1499                 resize max_size window
1500                 re-arrange the order of some gui elements
1501                 
1502         * src/messageview.c
1503           src/mimeview.c
1504                 correct typos
1505
1506 2003-04-30 [alfons]     0.8.11claws124
1507
1508         * src/imap.c
1509                 fix a leak found while browsing Martin Kluge's 
1510                 valgrind log (Claws only)
1511
1512 2003-04-29 [darko]      0.8.11claws123
1513
1514         * src/gtk/gtkstext.h
1515                 include wchar.h if it is available, fixes compilation
1516                 on HP-UX systems
1517
1518 2003-04-29 [melvin]     0.8.11claws122
1519
1520         * src/prefs_actions.c
1521                 Improved help text of Actions' syntax
1522
1523 2003-04-28 [paul]       0.8.11claws121
1524
1525         * src/action.c
1526                 a better fix for the crash when performing an action
1527                 on a mime part
1528
1529 2003-04-28 [paul]       0.8.11claws120
1530
1531         * src/action.c
1532                 fix crash when performing an action on a
1533                 mime part
1534
1535 2003-04-28 [paul]       0.8.11claws119
1536
1537         * sync with 0.8.11cvs36
1538                 see ChangeLog 2003-04-28
1539
1540 2003-04-27 [paul]       0.8.11claws118
1541
1542         * more sync with 0.8.11cvs35
1543                 see ChangeLog 2003-04-25
1544
1545 2003-04-26 [christoph]  0.8.11claws117
1546
1547         * src/folder.c
1548                 fix remove virtual check
1549
1550 2003-04-26 [paul]       0.8.11claws116
1551
1552         * src/messageview.c
1553                 fix return-receipt, make it work again
1554
1555 2003-04-26 [paul]       0.8.11claws115
1556
1557         * src/mimeview.c
1558                 restore double-clicking of the [application/pgp-signature 
1559                 (Select "Check signature" to check)] line in the message view,
1560                 broken in recent sync
1561
1562 2003-04-26 [christoph]  0.8.11claws114
1563
1564         * src/folder.c
1565                 check if remove virtual really exists before
1566                 calling the function
1567
1568 2003-04-25 [match]      0.8.11claws113
1569
1570         * src/addrindex.c
1571         * src/addrbook.c
1572         * src/ldapquery.[ch]
1573         * src/ldapctrl.[ch]
1574                 fix memleak.
1575         * src/ldapserver.[ch]
1576                 fix memleak. fix segfault.
1577                 plug a Claws memleak
1578
1579 2003-04-25 [alfons]     0.8.11claws112
1580
1581         * src/folder.c
1582                 plug a Claws memleak
1583
1584 2003-04-25 [alfons]     0.8.11claws111
1585
1586         * src/common/session.c
1587                 plug a memleak
1588
1589 2003-04-25 [paul]       0.8.11claws110
1590
1591         * sync with 0.8.11cvs35
1592                 see ChangeLog 2003-04-24 and 2003-04-25
1593                 
1594         * src/gtk/pluginwindow.c
1595                 correct another strange float value
1596
1597 2003-04-24 [christoph]  0.8.11claws109
1598
1599         * src/folder.c
1600                 freeze folder item updates when unsetting new flags
1601
1602         * src/gtk/pluginwindow.c
1603                 correct strange float value
1604
1605 2003-04-23 [paul]       0.8.11claws108
1606
1607         * sync with 0.8.11cvs33
1608                 see ChangeLog 2003-04-23
1609
1610 2003-04-22 [paul]       0.8.11claws107
1611
1612         * src/Makefile.am
1613           src/messageview.c
1614           src/mimeview.c
1615           src/pgptext.[ch]      ** REMOVED **
1616                 remove pgptext.[ch] as its not used any more
1617
1618 2003-04-22 [paul]       0.8.11claws106
1619
1620         * sync with 0.8.11cvs31
1621                 see ChangeLog 2003-04-21 and 2003-04-22
1622
1623 2003-04-21 [alfons]     0.8.11claws105
1624
1625         * src/main.c
1626                 No access to GTK structures if we're a spawned child
1627                 (and clean up code a little bit...) Should fix #126.
1628
1629 2003-04-21 [melvin]     0.8.11claws104
1630
1631         * src/plugins/dillo_viewer/README
1632                 Improved slightly the text.
1633
1634 2003-04-21 [melvin]     0.8.11claws103
1635
1636         * src/plugins/dillo_viewer/README *** NEW ***
1637                 Added a README file for the Dillo plugin
1638
1639 2003-04-20 [paul]
1640
1641         * tools/README
1642           tools/outlook2sylpheed.pl
1643                 updated and improved by Ricardo Mones Lastra
1644
1645 2003-04-18 [oliver]     0.8.11claws102
1646
1647         * src/inc.c 
1648         * src/prefs_account.h
1649                 remove Pop3SessionType (used by selective download)
1650         * src/prefs_toolbar.c
1651                 enable set Default Toolbar button
1652
1653 2003-04-18 [paul]       0.8.11claws101
1654
1655         * sync with 0.8.11cvs29
1656                 see ChangeLog 2003-04-18
1657
1658 2003-04-17 [paul]       0.8.11claws100
1659
1660         * src/prefs_common.[ch]
1661           src/summaryview.c
1662                 remove 'Open next message on deletion' option,
1663                 as the same effect can now be achieved via the
1664                 'Always open messages in summary when selected'
1665                 option.
1666
1667 2003-04-17 [paul]       0.8.11claws99
1668
1669         * sync with 0.8.11cvs28
1670                 see ChangeLog 2003-04-17
1671
1672 2003-04-17 [christoph]  0.8.11claws98
1673
1674         * ac/spamassassin.m4
1675         * src/plugins/spamassassin/libspamc.[ch]
1676         * src/plugins/spamassassin/utils.[ch]
1677                 sync libspamc with SpamAssassin project
1678
1679 2003-04-17 [christoph]  0.8.11claws97
1680
1681         * src/common/socket.h
1682         * src/gtk/sslcertwindow.h
1683                 rename old USE_SSL to USE_OPENSSL
1684
1685 2003-04-17 [paul]       0.8.11claws96
1686
1687         * src/prefs_common.h
1688                 use gulong for P_COLOR so that it compiles/runs on
1689                 64-bit systems. Patch submitted by James Noyes
1690                 <jnoyes-claws@retrogeeks.com>
1691                 
1692         * po/de.po
1693                 updated by Jens
1694
1695 2003-04-17 [paul]       0.8.11claws95
1696
1697         * sync with 0.8.11cvs27
1698                 see ChangeLog 2003-04-16
1699
1700 2003-04-15 [paul]       0.8.11claws94
1701
1702         * src/prefs_common.[ch]
1703                 rearrange to stop the window getting too long:
1704                         move Receive dialog stuff to Receive tab
1705                         move Send dialog to Send tab
1706                         remove Dialogs frame
1707                 rename 'Open messages in summary with cursor keys' to
1708                 'Always open messages in summary when selected', as its
1709                 more appropriate
1710
1711 2003-04-15 [paul]       0.8.11claws93
1712
1713         * src/prefs_common.[ch]
1714           src/summaryview.c
1715                 add new option '/Interface/Open next message on deletion'
1716
1717 2003-04-15 [paul]       0.8.11claws92
1718
1719         * src/summaryview.[ch]
1720                 add /Mark/Lock and /Mark/Unlock to the pop-up
1721                 menu. Patch submitted by Ivan Francolin Martinez
1722                 <ivanfm@users.sourceforge.net>
1723
1724 2003-04-15 [paul]       0.8.11claws91
1725
1726         * sync with 0.8.11cvs24
1727                 see ChangeLog 2003-04-15
1728
1729 2003-04-14 [jens]       0.8.11claws90
1730
1731         * updated German translation and some corrections from
1732                 Roland Bless <bless@tm.uka.de>
1733
1734 2003-04-14 [paul]       0.8.11claws89
1735
1736         * sync with 0.8.11cvs22
1737                 see ChangeLog 2003-04-14
1738
1739 2003-04-13 [paul]       0.8.11claws88
1740
1741         * src/plugins/clamav/clamav_plugin.c
1742                 fix memory leaks
1743                 clean up
1744
1745 2003-04-12 [paul]       0.8.11claws87
1746
1747         * src/plugins/clamav/clamav_plugin.c
1748                 activate enable/disable archive scanning option
1749                 
1750         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1751
1752 2003-04-12 [paul]       0.8.11claws86
1753
1754         * src/plugins/Makefile.am
1755           src/plugins/clamav/Makefile.am                ** NEW FILE **
1756           src/plugins/clamav/README                     ** NEW FILE ** 
1757           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1758           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1759                 add Clam AntiVirus plugin
1760
1761 2003-04-12 [paul]       0.8.11claws85
1762
1763         * sync with 0.8.11cvs21
1764                 see ChangeLog 2003-04-11
1765
1766 2003-04-11 [paul]       0.8.11claws84
1767
1768         * po/es.po
1769                 update Spanish translation. Submitted by Ricardo
1770                 Mones Lastra.
1771
1772 2003-04-10 [christoph]  0.8.11claws83
1773
1774         * src/mbox.c
1775                 fix typo that did not move unfiltered mails to destination
1776                 folder
1777
1778         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1779          when filtering from spool)
1780
1781 2003-04-10 [christoph]  0.8.11claws82
1782
1783         * src/imap.c
1784                 use BODY.PEEK instead of BODY in in message fetch operation
1785                 to make sure the IMAP server does not set the \Seen flag for
1786                 messages. Sylpheed does that later itself, when the message
1787                 is opened in sylpheed
1788
1789         (closes Bug 111 Claws destroys unread marks)
1790
1791 2003-04-09 [oliver]     0.8.11claws81
1792         
1793         * src/folder.c
1794                 fix crash in folder_destroy
1795         * README.claws
1796                 remove selective download
1797
1798 2003-04-09 [christoph]  0.8.11claws80
1799
1800         * src/imap.c
1801                 fix crash in imap_get_msginfo() when then fetched message
1802                 is not found
1803
1804         (closes Bug 110 Crash during mail composition)
1805
1806 2003-04-08 [christoph]  0.8.11claws79
1807
1808         * src/folder.c
1809         * src/prefs_account.c
1810                 Filter new messages that are found in an INBOX folder
1811                 when 'Filter messages on receiving' is enabled in the
1812                 Folder's AccountPrefs. This allows to use Sylpheed's
1813                 filtering engine for IMAP folders where messages are
1814                 added to the INBOX by a MTA
1815
1816 2003-04-08 [paul]       0.8.11claws78
1817
1818         * src/procmsg.h
1819                 clean up after last commit
1820
1821 2003-04-08 [paul]       0.8.11claws77
1822
1823         * sync with 0.8.11cvs20
1824                 see ChangeLog 2003-04-07 and 2003-04-08
1825
1826 2003-04-07 [christoph]  0.8.11claws76
1827
1828         * src/filtering.[ch]
1829         * src/inc.[ch]
1830         * src/mbox.c
1831         * src/procmsg.[ch]
1832                 add procmsg_msginfo_filter() to execute filtering actions
1833
1834 2003-04-06 [christoph]  0.8.11claws75
1835
1836         * src/imap.c
1837                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1838
1839 2003-04-06 [christoph]  0.8.11claws74
1840
1841         * src/common/utils.[ch]
1842                 add g_int_compare() function for slist sorting
1843
1844         * src/imap.c
1845                 fetch all MsgInfos with one command in imap_get_msginfos()
1846                 using an imap set with a list of ranges
1847
1848         * src/news.c
1849                 use new g_int_compare() function
1850
1851 2003-04-06 [thorsten]   0.8.11claws73
1852
1853         * src/mh.c
1854                 corrected implementation of mh_folder_destroy()
1855
1856 2003-04-05 [christoph]  0.8.11claws72
1857
1858         * src/account.c
1859         * src/folder.[ch]
1860         * src/folderview.c
1861         * src/imap.c
1862         * src/inc.c
1863         * src/main.c
1864         * src/mainwindow.c
1865         * src/mbox_folder.c
1866         * src/mh.c
1867         * src/mimeview.h
1868         * src/msgcache.[ch]
1869         * src/news.c
1870         * src/procmime.h
1871         * src/procmsg.[ch]
1872         * src/setup.c
1873         * src/gtk/gtkutils.c
1874                 o rename structure field names class and new to klass and
1875                   new_msgs, to allow including files in C++
1876                 o add 'extern "C"' block to some header files
1877                 o add MsgInfoList and MsgNumberList as alias for GSList for
1878                   developers to know what type of list is expected
1879
1880         * src/plugins/image_viewer/plugin.c
1881         * src/plugins/image_viewer/viewer.[ch]
1882         * src/plugins/image_viewer/viewerprefs.[ch]
1883                 rename function names to prevent conflicts
1884
1885 2003-04-05 [paul]       0.8.11claws71
1886
1887         * sync with 0.8.11cvs18
1888                 see ChangeLog 2003-04-03 and 2003-04-04
1889
1890 2003-04-02 [christoph]  0.8.11claws70
1891
1892         * src/folder.[ch]
1893         * src/imap.[ch]
1894         * src/mbox_folder.[ch]
1895         * src/mh.[ch]
1896         * src/news.[ch]
1897                 o Make all virtual folder functions private
1898                 o remove unused folder code
1899
1900         * src/common/socket.[ch]
1901         * src/summaryview.c
1902                 fix warnings
1903
1904 2003-03-30 [alfons]     0.8.11claws69
1905
1906         * src/send_message.c
1907                 remove two debug traces and see if people still report
1908                 errors
1909
1910 2003-03-30 [alfons]     0.8.11claws68
1911
1912         * src/send_message.c
1913         * src/commons/session.c
1914                 add more debug traces
1915
1916 2003-03-30 [christoph]  0.8.11claws67
1917
1918         * src/folder.c
1919                 change processing folder name from .processing to processing
1920
1921         * src/common/ssl.c
1922                 disable SSL certificate check because it causes Xlib error
1923                 when the child process want's to open an GTK window
1924
1925 2003-03-30 [christoph]  0.8.11claws66
1926
1927         * src/folder.c
1928                 don't use default folder for processing folder item because
1929                 it can be a non local folder
1930
1931         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1932
1933 2003-03-30 [alfons]     0.8.11claws65
1934
1935         * src/send_message.c
1936                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1937                 to generate bad code for 'send_send_data_progressive': When
1938                 called from 'send_send_data_finished', the 'data' pointer is
1939                 cleared just before the assignment to the dialog pointer
1940
1941 2003-03-29 [christoph]  0.8.11claws64
1942
1943         * src/common/prefs.h
1944         * src/plugins/image_viewer/Makefile.am
1945         * src/plugins/image_viewer/plugin.c
1946         * src/plugins/image_viewer/viewer.[ch]
1947         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1948                 add PrefsPage for ImageViewer
1949
1950 2003-03-28 [thorsten]   0.8.11claws63
1951
1952         * src/common/session.c
1953                 added some comments
1954
1955 2003-03-28 [paul]       0.8.11claws62
1956
1957         * sync with 0.8.11cvs16
1958                 see ChangeLog 2003-03-28
1959
1960 2003-03-28 [paul]       0.8.11claws61
1961
1962         * sync with 0.8.11cvs15
1963                 see ChangeLog 2003-03-28
1964
1965 2003-03-27 [christoph]  0.8.11claws60
1966
1967         * src/folder.c
1968         * src/imap.c
1969         * src/common/socket.[ch]
1970                 set socket state to DISCONNECTED when any operation
1971                 fails to allow reconnecting in IMAP code without
1972                 checking the return code of all calls to the command
1973                 functions
1974
1975         * src/folderview.c
1976         * src/summaryview.c
1977                 remove some more stuff that depends on specific
1978                 folder types
1979
1980 2003-03-27 [paul]       0.8.11claws59
1981
1982         * sync with 0.8.11cvs14
1983                 see ChangeLog 2003-03-27
1984                 
1985         * src/selective_download.[ch]   ** REMOVED **
1986                 really removed
1987
1988 2003-03-27 [christoph]  0.8.11claws58
1989
1990         * src/folder.c
1991                 fix handling of tmp_flags in flag copy function
1992
1993 2003-03-27 [paul]       0.8.11claws57
1994
1995         * sync with 0.8.11cvs13
1996                 see ChangeLog 2003-03-27
1997
1998 2003-03-27 [oliver]     0.8.11claws56
1999
2000         * src/maiwindow.c
2001                 remove sel_download_cb
2002
2003 2003-03-27 [oliver]     0.8.11claws55
2004         
2005         * src/inc.c
2006                 remove POP3_TOP
2007         
2008 2003-03-26 [oliver]     0.8.11claws54
2009
2010         *src/pop.h
2011                 remove POP3_TOP*
2012         * README.claws
2013                 remove selective donwload readme
2014
2015 2003-03-26 [oliver]     0.8.11claws53
2016         * src/matcher.[ch]
2017         * src/matcher_parser_parse.y 
2018         * src/pop.c 
2019         * src/prefs_account.[ch]
2020         * src/prefs_filtering.c
2021                 remove selective donwload
2022
2023 2003-03-26 [oliver]     0.8.11claws52
2024
2025         * src/inc.[ch] 
2026         * src/filtering.c 
2027         * src/mainwindow.c 
2028                 remove selective donwload
2029
2030 2003-03-26 [oliver]     0.8.11claws51
2031         
2032         * src/Makefile.am
2033         * src/selective_download.[ch]   ** REMOVE **    
2034
2035 2003-03-26 [christoph]  0.8.11claws50
2036
2037         * src/news.c
2038                 fix NEWS that got broken by a sync with sylpheed-main
2039
2040 2003-03-26 [christoph]  0.8.11claws49
2041
2042         * src/mimeview.c
2043                 fix mime type guessing when no mime type is found for a file
2044
2045 2003-03-25 [christoph]  0.8.11claws48
2046
2047         * src/mimeview.c
2048         * src/procmime.c
2049                 remove mime type guessing from mime parser and use
2050                 name based mime types in viewer lookup for mime type
2051                 application/octet-stream
2052
2053 2003-03-25 [christoph]  0.8.11claws47
2054
2055         * doc-src/readme.txt
2056         * doc-src/rfc2554.txt
2057                 add RFC about SMTP AUTH
2058
2059         * src/send_message.c
2060         * src/common/smtp.[ch]
2061                 add extra error code for authentication errors and
2062                 clear temporary password when this error occurs
2063
2064         (closes Bug 84 authentication failure while sending should
2065          prompt for password again)
2066
2067 2003-03-25 [christoph]  0.8.11claws46
2068
2069         * configure.ac
2070         * src/Makefile.am
2071         * src/imageview.[ch]                            ** REMOVE **
2072         * src/messageview.[ch]
2073         * src/mimeview.[ch]
2074         * src/prefs_common.[ch]
2075         * src/textview.c
2076         * src/plugins/Makefile.am
2077         * src/plugins/image_viewer/.cvsignore           ** NEW **
2078         * src/plugins/image_viewer/Makefile.am          ** NEW **
2079         * src/plugins/image_viewer/plugin.c             ** NEW **
2080         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2081                 move image viewer into a plugin (building is enabled by default)
2082                 [ToDo: Prefs for resize and autoview]
2083
2084 2003-03-25 [paul]       0.8.11claws45
2085
2086         * sync with 0.8.11cvs12
2087                 see ChangeLog 2003-03-26
2088
2089 2003-03-25 [paul]       0.8.11claws44
2090
2091         * sync with 0.8.11cvs11
2092                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2093                 
2094         Note: Selective Download is broken.
2095                 
2096 2003-03-22 [christoph]  0.8.11claws43
2097
2098         * src/folder.c
2099                 code cleanup for flags copying
2100
2101 2003-03-22 [christoph]  0.8.11claws42
2102
2103         * src/plugins/trayicon/trayicon.c
2104                 fix setting the transparent area when the window size
2105                 is forced by the system tray
2106
2107 2003-03-22 [christoph]  0.8.11claws41
2108
2109         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2110         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2111         * src/plugins/trayicon/newmail.xpm              ** NEW **
2112         * src/plugins/trayicon/nomail.xpm               ** NEW **
2113         * src/plugins/trayicon/trayicon.c
2114         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2115                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2116                 o add icon for unread mails
2117                 o set transparency for window
2118
2119 2003-03-22 [christoph]  0.8.11claws40
2120
2121         * src/news.c
2122                 init news session to prevent crash when session is closed
2123
2124 2003-03-22 [christoph]  0.8.11claws39
2125
2126         * src/imap.c
2127         * src/common/session.[ch]
2128                 Init session data to make sure we don't have invalid pointers
2129                 for read_ch and write_ch when new multi process sessions are
2130                 not used
2131
2132         * src/main.c
2133         * src/common/plugin.c
2134         * src/common/sylpheed.c
2135         * src/plugins/demo/demo.c
2136         * src/plugins/dillo_viewer/dillo_viewer.c
2137         * src/plugins/mathml_viewer/mathml_viewer.c
2138         * src/plugins/spamassassin/spamassassin.c
2139         * src/plugins/spamassassin/spamassassin_gtk.c
2140                 add plugin types to allow loading plugins at different times
2141                 (and maybe for different frontends), because it's not good to
2142                 load GTK-Plugins gefore gtk_init was called
2143
2144         * configure.ac
2145         * src/plugins/Makefile.am
2146         * src/plugins/trayicon/.cvsignore               ** NEW **
2147         * src/plugins/trayicon/Makefile.am              ** NEW **
2148         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2149         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2150         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2151         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2152         * src/plugins/trayicon/trayicon.c               ** NEW **
2153                 New Trayicon plugin that shows an icon in a systray that uses
2154                 XEMBED protocol like Gnome's systray. Icon shows if there
2155                 are new mails and a tooltip shows information about new,
2156                 unread and total messages.
2157
2158 2003-03-22 [paul]       0.8.11claws38
2159
2160         * src/common/smtp.c
2161                 fix ESMTP AUTH CRAM-MD5
2162                 [sync with main (still version 0.8.11cvs6), see
2163                  ChangeLog 2003-03-22]
2164
2165 2003-03-21 [colin]      0.8.11claws37
2166
2167         * src/send_message.c
2168                 Fix USE_SSL => USE_OPENSSL
2169
2170 2003-03-21 [colin]      0.8.11claws36
2171
2172         * src/folderview.c
2173                 Fix counts in drag and dropped subfolders
2174
2175 2003-03-21 [colin]      0.8.11claws35
2176
2177         * src/folder.c 
2178         * src/folderview.c
2179                 speed up a bit folder dnd
2180
2181 2003-03-20 [alfons]     0.8.11claws34
2182
2183         * src/main.c
2184         * src/toolbar.c
2185         * src/procmsg.c
2186                 don't send locked queue messages
2187                 (feature request "[ 705245 ] Locking message in outbox 
2188                  should prevent sending")
2189
2190 2003-03-20 [christoph]  0.8.11claws33
2191
2192         * src/folder.c
2193                 remove NEW and UNREAD flag in special folders when scanning
2194                 
2195         * src/common/smtp.c
2196                 fix ESMTP AUTH CRAM-MD5
2197
2198 2003-03-20 [paul]       0.8.11claws32
2199
2200         * src/prefs_account.c
2201                 Re-write 'Tunnel command to open connection' as
2202                 'Use command to communicate with server', and disable
2203                 it for all except IMAP accounts
2204
2205 2003-03-20 [paul]       0.8.11claws31
2206
2207         * sync with 0.8.11cvs6
2208                 see ChangeLog 2003-03-20
2209
2210 2003-03-19 [match]      0.8.11claws30
2211
2212         * src/addritem.[ch]
2213                 include documentation. minor refactoring.
2214         * src/addr_compl.[ch]
2215         * src/addrindex.[ch]
2216         * src/addresbook.[ch]
2217         * src/summaryview.c
2218                 re-enable address lookup (was disabled in
2219                 0.8.11claws20).
2220
2221 2003-03-19 [christoph]  0.8.11claws29
2222
2223         * src/procmsg.c
2224                 add temp flag handling, will make moving and copying
2225                 messages possible again
2226
2227         * src/folder.c
2228                 correct calulation of folder stats
2229
2230 2003-03-18 [match]      0.8.11claws28
2231
2232         * src/editgroup.h
2233                 remove case sensitive comparison (closes bug 80).
2234
2235 2003-03-18 [christoph]  0.8.11claws27
2236
2237         * src/imap.c
2238                 fix imap using a tunnel command
2239
2240         (closes bug 87)
2241
2242 2003-03-18 [christoph]  0.8.11claws26
2243
2244         * src/folder.[ch]
2245         * src/imap.c
2246         * src/procmsg.[ch]
2247                 rewrite flag handling for folders
2248
2249 2003-03-18 [christoph]  0.8.11claws25
2250
2251         * src/folder.c
2252         * src/procmsg.c
2253         * src/summaryview.c
2254                 unset NEW and UNREAD flags when message is ignored, to make
2255                 sure messages don't show up as unread on other IMAP clients,
2256                 because the IGNORE_THREAD flag can not be syncronized through
2257                 the IMAP folder
2258
2259 2003-03-17 [christoph]  0.8.11claws24
2260
2261         * src/imap.c
2262                 don't use recursion to fetch uids when the number of messages
2263                 does not match. Moved code into subfunction that is used
2264                 again when needed, to prevent an endless loop.
2265
2266 2003-03-17 [thorsten]   0.8.11claws23
2267
2268         * src/imageview.[ch]
2269                 export imageview_get_resized_size() (for plugins)
2270         * src/prefs_common.[ch]
2271                 added prefs_common_get() (for plugins)
2272
2273 2003-03-17 [christoph]  0.8.11claws22
2274
2275         * src/imap.c
2276                 o remove UID guessing from copy code
2277                 o support UIDPLUS extension for APPEND command
2278
2279 2003-03-17 [paul]       0.8.11claws21
2280
2281         * src/gtk/about.c
2282                 remove 'Compiled-plugins' section.
2283                 
2284         * src/plugins/dillo_viewer/dillo_viewer.c
2285                 slight change to description text
2286
2287 2003-03-16 [match]      0.8.11claws20
2288         * src/ldapserver.[ch]           ** NEW **
2289         * src/ldapctrl.[ch]             ** NEW **
2290         * src/ldapquery.[ch]            ** NEW **
2291         * src/ldaputil.[ch]             ** NEW **
2292         * src/addrcindex.[ch]           ** NEW **
2293         * src/addrquery.h               ** NEW **
2294         * src/addritem.[ch]
2295         * src/addrcache.[ch]
2296         * src/addrindex.[ch]
2297         * src/addr_compl.[ch]
2298         * src/addressbook.[ch]
2299         * src/addrbook.[ch]
2300         * src/editgroup.c
2301         * src/editaddress.c
2302         * src/editldap.c
2303         * src/editldap_basedn.c
2304         * src/vcard.c
2305         * src/jpilot.c
2306         * src/Makefile.am
2307                 included dynamic LDAP queries. improved address
2308                 completion.
2309
2310 2003-03-16 [paul]       0.8.11claws19
2311
2312         * tools/multiwebsearch.pl
2313                 fix a fatal typo
2314
2315 2003-03-16 [christoph]  0.8.11claws18
2316
2317         * src/mimeview.c
2318         * src/plugins/dillo_viewer/dillo_viewer.c
2319         * src/plugins/mathml_viewer/mathml_viewer.c
2320                 make unregistering of MimeViewerFactorys possible
2321
2322 2003-03-16 [alfons]     0.8.11claws17
2323
2324         * configure.ac
2325                 correct typo
2326
2327 2003-03-16 [melvin]     0.8.11claws16
2328
2329         * src/plugins/dillo_viewer.c
2330                 Fixed bug where it was not possible to view more than
2331                 one text/html attachment per message (bug discovered
2332                 by Christoph Hohmann).
2333
2334 2003-03-15 [melvin]     0.8.11claws15
2335
2336         * src/prefs_actions.c
2337                 Fixed compilation warnings.
2338
2339 2003-03-15 [melvin]     0.8.11claws14
2340
2341         * src/plugins/Makefile.am
2342         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2343         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2344         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2345                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2346                 newer (http://dillo.auriga.wearlab.de/).
2347
2348 2003-03-15 [christoph]  0.8.11claws13
2349
2350         * src/imap.c
2351                 don't query imap folder for attributes because we already
2352                 for them from imap_status
2353
2354         * src/mimeview.[ch]
2355                 add support for plugable MimeViewers (unloading Viewers
2356                 not yet complete)
2357
2358         * src/plugins/Makefile.am
2359         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2360         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2361         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2362                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2363                 widget from http://helm.cs.unibo.it/mml-widget/
2364
2365 2003-03-14 [christoph]  0.8.11claws12
2366
2367         * src/folder.[ch]
2368                 o error return code's should better be negative
2369                 o replace printf with debug_print
2370
2371         * src/imap.c
2372                 improve IMAP folder scan by checking UID-NEXT
2373
2374         * src/summaryview.c
2375                 remove check that are unnecessary in my opinion
2376
2377 2003-03-13 [christoph]  0.8.11claws11
2378
2379         * src/folder.[ch]
2380         * src/foldersel.c
2381         * src/folderview.c
2382         * src/imap.c
2383         * src/mbox_folder.c
2384         * src/mh.c
2385         * src/news.c
2386         * src/prefs_scoring.c
2387         * src/summaryview.c
2388                 use a common function to get a displayable name
2389                 for a FolderItem
2390
2391 2003-03-13 [paul]       0.8.11claws10
2392
2393         * tools/Makefile.am
2394           tools/README
2395           tools/multiwebsearch.conf     ** NEW FILE **
2396           tools/multiwebsearch.pl       ** NEW FILE **
2397                 add multiwebsearch Actions script
2398
2399 2003-03-13 [colin]      0.8.11claws9
2400
2401         * src/compose.c
2402                 Remove leading emtpy lines from quoted text
2403                 before quoting it
2404
2405 2003-03-13 [melvin]     0.8.11claws8
2406
2407         * src/prefs_actions.c
2408                 Fixed a memory leak
2409                 Code clean ups
2410                 Added Cancel and OK buttons
2411                 Corrected help text
2412
2413 2003-03-13 [christoph]  0.8.11claws7
2414
2415         * src/account.c
2416         * src/folder.[ch]
2417         * src/imap.c
2418         * src/mainwindow.c
2419         * src/mbox_folder.c
2420         * src/mh.c
2421         * src/news.c
2422         * src/setup.c
2423                 replace more folder type stuff with folder class stuff
2424
2425 2003-03-13 [melvin]     0.8.11claws6
2426
2427         * src/prefs_actions.c
2428                 Added new tokens:
2429                 %u: user provided argument
2430                 %h: user provided argument (hidden on input)
2431                 %s: current text selection in the message view 
2432
2433 2003-03-13 [paul]       0.8.11claws5
2434
2435         * sync with 0.8.11cvs5
2436                 see ChangeLog 2003-03-11, 2003-03-12
2437
2438 2003-03-12 [christoph]  0.8.11claws4
2439
2440         * src/folder.c
2441                 use folder class idstr when writing folderlist.xml
2442
2443         * src/folder.h
2444         * src/imap.c
2445         * src/news.c
2446                 replace folder type checks with folder class checks
2447
2448 2003-03-12 [christoph]  0.8.11claws3
2449
2450         * src/folder.[ch]
2451         * src/imap.[ch]
2452         * src/main.c
2453         * src/mbox_folder.[ch]
2454         * src/mh.[ch]
2455         * src/news.[ch]
2456                 o create a list of known folder classes in the folder system
2457                 o use folder class id strings for folder item identifiers
2458
2459 2003-03-12 [christoph]  0.8.11claws2
2460
2461         * src/imap.c
2462                 fix imap uid validity check
2463
2464 2003-03-12 [christoph]  0.8.11claws1
2465
2466         * src/account.c
2467         * src/folder.[ch]
2468         * src/foldersel.c
2469         * src/folderview.c
2470         * src/imap.c
2471         * src/mainwindow.c
2472         * src/mbox_folder.c
2473         * src/mh.c
2474         * src/news.c
2475         * src/prefs_scoring.c
2476         * src/procmsg.c
2477         * src/setup.c
2478         * src/summaryview.c
2479                 initial restructuring of folder system, seperating
2480                 folders and folder classes
2481
2482 2003-03-12 [paul]       0.8.11claws
2483
2484         0.8.11claws release
2485
2486 2003-03-12 [christoph]
2487
2488         * src/gtk/prefswindow.c
2489                 fix translation of "Page Index"
2490
2491 2003-03-12 [paul]       0.8.10claws110
2492
2493         a sync from 0.8.11cvs4 before the release
2494
2495         * src/common/utils.c
2496                 subject_compare_for_sort(): allow null strings (fixes
2497                 summary sorting).
2498
2499 2003-03-11 [paul]       0.8.10claws109
2500
2501         * po/es.po
2502                 update Spanish translation, submitted by
2503                 Ricardo Mones Lastra
2504
2505 2003-03-11 [melvin]     0.8.10claws108
2506
2507         * po/fr.po
2508                 Updated French translations
2509
2510 2003-03-11 [paul]       0.8.10claws107
2511
2512         * manual/en/Makefile.am
2513           manual/en/*.html
2514                 update English manual, add a new page
2515                 updated by Francois Barriere <fbarriere@atmel.fr>
2516                 
2517         * po/bg.po
2518           po/it.po
2519           po/sr.po
2520                 update Bulgarian, Italian, and Serbian translations
2521                 submitted by George Danchev, Alessandro Maestri, and
2522                 Urke MMI
2523
2524 2003-03-10 [paul]       0.8.10claws106
2525
2526         * src/gtk/about.c
2527           src/gtk/prefswindow.c
2528                 make some strings translatable
2529
2530 2003-03-10 [darko]      0.8.10claws105
2531
2532         * src/compose.c
2533                 code cleanup to make Hiro happy
2534
2535 2003-03-10 [paul]       0.8.10claws104
2536
2537         * sync with 0.8.11cvs2
2538                 see ChangeLog 2003-03-10
2539
2540 2003-03-09 [melvin]     0.8.10claws103
2541
2542         * src/textview.c
2543                 textview_set_font(): fix for message display in
2544                 UTF-8 locales (thanks to Sergey Vlasov).
2545                 (was unintentionnaly reverted in 0.8.6claws6)   
2546
2547 2003-03-08 [darko]      0.8.10claws102
2548
2549         * src/compose.c
2550                 fix infinite loop in wrapping as reported
2551                 by happycactus
2552                 obsoletes patch #696482
2553
2554 2003-03-08 [christoph]  0.8.10claws101
2555
2556         * src/imap.c
2557                 add workaround for IMAP servers that do not
2558                 support the "UID SEARCH UID" command
2559
2560 2003-03-07 [christoph]  0.8.10claws100
2561
2562         * src/plugins/spamassassin/spamassassin.[ch]
2563         * src/plugins/spamassassin/spamassassin_gtk.c
2564                 code cleanup
2565
2566 2003-03-07 [paul]       0.8.10claws99
2567
2568         * po/es.po
2569                 updated Spanish translation, submitted by
2570                 Ricardo Mones Lastra
2571
2572 2003-03-07 [christoph]  0.8.10claws98
2573
2574         * src/send.c
2575                 fix in 0.8.10claws94 was wrong
2576                 local delivery does not require escaping, remove escaping
2577                 code to make signatures of mails with "." lines valid
2578                 
2579                 NOTE: requires that sendmail is executed with "-i" option,
2580                       what is the default now, but has to be changed in all
2581                       exsiting accounts)
2582
2583 2003-03-07 [paul]       0.8.10claws97
2584
2585         * sync with 0.8.11 release
2586                 see ChangeLog 2003-03-07
2587
2588 2003-03-06 [paul]       0.8.10claws96
2589
2590         * src/compose.c
2591                 revert commit 0.8.10claws92
2592
2593 2003-03-06 [paul]       0.8.10claws95
2594
2595         * src/folderview.c
2596                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2597
2598         * src/gtkaspell.c
2599                 fix bug 74, 'Crash opening editor window with pseudo-color
2600                 display'
2601                 
2602         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2603
2604 2003-03-06 [christoph]  0.8.10claws94
2605
2606         * src/send.c
2607                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2608                 all lines starting with a period get an extra period
2609                 inserted
2610                 (found by Simon 'corecode' Schubert)
2611
2612 2003-03-06 [paul]       0.8.10claws93
2613
2614         * src/folderview.c
2615                 if configured font can't be loaded fall back to gtk
2616                 default. (with thanks to Christoph)
2617                 
2618                 closes long-standing bug 15 'Crashes on startup'
2619
2620 2003-03-06 [paul]       0.8.10claws92
2621
2622         * src/compose.c
2623                 freeze text before autosave and thaw afterwards
2624                 fixes bug 67 'autosave make re-rediting message crazy'
2625
2626 2003-03-06 [christoph]  0.8.10claws91
2627
2628         * src/compose.c
2629                 ignore address comment in dupe check for Cc-list
2630
2631         (closes reopened bug 47 Replying to message strips name part of
2632          e-mail addresses of Cc: lines)
2633
2634 2003-03-06 [paul]       0.8.10claws90
2635
2636         * src/Makefile.am
2637                 remove reference to gtkxtext.h as its no longer in
2638                 the repository
2639
2640 2003-03-06 [paul]       0.8.10claws89
2641
2642         * sync with 0.8.10cvs25
2643                 see ChangeLog 2003-03-06
2644
2645 2003-03-06 [oliver]     0.8.10claws88
2646         
2647         * src/messageview.c
2648                 remove include
2649
2650 2003-03-06 [oliver]     0.8.10claws87
2651         
2652         * src/folderview.c 
2653                 remove changes introduced inclaws74
2654         * src/messageview.c
2655                 another attempt to sanely delete and update
2656                 messages deleted in separate messageview
2657
2658 2003-03-05 [christoph]  0.8.10claws86
2659
2660         * src/summaryview.c
2661                 check if "From" matches any account's address if
2662                 addressbook completion of addresses is disabled too
2663
2664         (closes Bug 70 "Display recipient in from" doesn't check
2665          folder's default account)
2666
2667 2003-03-05 [christoph]  0.8.10claws85
2668
2669         * src/compose.c
2670         * src/common/utils.[ch]
2671                 don't strip address comments when building Cc lists
2672
2673         (closes Bug 47 Replying to message strips name part of e-mail addresses
2674          of Cc: lines)
2675
2676         * src/folder.c
2677                 fix return value of copy function
2678
2679 2003-03-05 [christoph]  0.8.10claws84
2680
2681         * src/imap.c
2682                 don't ask imap server for non rfc822 headers
2683
2684         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2685
2686         * src/imap.c
2687                 destroy session on socket error to allow reconnecting
2688
2689 2003-03-05 [christoph]  0.8.10claws83
2690
2691         * configure.ac
2692                 fix building with gnome when no prefix is set
2693
2694         (closes bug 66 Gnome directory is set to NONE)
2695
2696 2003-03-05 [paul]       0.8.10claws82
2697
2698         * sync with 0.8.10cvs23
2699                 see ChangeLog 2003-03-05
2700
2701 2003-03-04 [christoph]  0.8.10claws81
2702
2703         * src/folder.c
2704                 o fix moving and copying when folder returns 0 for new
2705                   message number
2706                 o remove some code for single message copy and move
2707                   operations and use functions for multiple messages
2708
2709         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2710
2711         * src/news.c
2712                 remove unused include
2713
2714 2003-03-04 [paul]       0.8.10claws80
2715
2716         * src/gtk/about.c
2717                 list 'Compiled plugins'
2718
2719 2003-03-03 [christoph]  0.8.10claws79
2720
2721         * src/news.[ch]
2722                 have to multiply the percentage of the current fetch with
2723                 the percentage that it has of the total fetch operation
2724                 for correct values
2725
2726 2003-03-03 [christoph]  0.8.10claws78
2727
2728         * src/news.c
2729                 fix calculation of expected lines for progress indicator
2730
2731 2003-03-03 [christoph]  0.8.10claws77
2732
2733         * src/summaryview.c
2734         * src/common/utils.c
2735                 fix segfault when opening the root news folder
2736
2737 2003-03-03 [christoph]  0.8.10claws76
2738
2739         * src/mainwindow.[ch]
2740         * src/common/Makefile.am
2741         * src/common/progressindicator.[ch]
2742                 add UI independent progress indicator handling
2743
2744         * src/news.[ch]
2745                 use new progress indicator for message info fetching
2746
2747         * src/common/hooks.h
2748                 code cleanup
2749
2750 2003-03-03 [oliver]     0.8.10claws75
2751
2752         * src/toolbar.c
2753         * src/compose.c
2754                 removed commented code
2755
2756 2003-03-03 [oliver]     0.8.10claws74
2757
2758         * src/toolbar.[ch]
2759                 cleanups and refactoring
2760         * src/compose.[ch]
2761                 compose_reply_mode reply & forwarding interface for
2762                 toolbar buttons
2763         * src/folderview.c
2764                 act on messages marked for deletion in folderview_selected
2765                 based on prefs_common.immediate_exec since a message might 
2766                 have been deleted by messageview in a folder we are changing 
2767                 to (does anybody understand what I'm on about ?)
2768
2769 2003-03-03 [oliver]     0.8.10claws73
2770         
2771         * src/messageview.[ch]
2772                 new functions
2773                 - messageview_delete: delete message shown in messagview
2774                 - messageview_update_view: update messageview to currently 
2775                   selected summaryview message
2776                 - add separate messageview to msgview_list in order to update 
2777                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2778         * src/summaryview.[ch]
2779                 summary_get_selection returns a list of selected msgs
2780                 in summaryview
2781         * src/mainwindow.c
2782                 toolbar reply refactoring
2783
2784 2003-03-03 [paul]       0.8.10claws72
2785
2786         * sync with 0.8.10cvs21
2787                 see ChangeLog 2003-03-03
2788
2789 2003-03-02 [christoph]  0.8.10claws71
2790
2791         * src/common/passcrypt.c
2792                 use POSIX includes
2793
2794 2003-03-02 [christoph]  0.8.10claws70
2795
2796         * configure.ac
2797         * src/prefs_account.c
2798         * src/prefs_gtk.[ch]
2799         * src/common/.cvsignore
2800         * src/common/Makefile.am
2801         * src/common/passcrypt.c                ** NEW **
2802         * src/common/passcrypt.h.in             ** NEW **
2803                 Implement password encryption in config files
2804                 using unix encrypt and setkey functions. The crypt
2805                 key can be set as a configure parameter. Old
2806                 passwords will be converted if they do not begin
2807                 with '!'
2808
2809 2003-03-02 [paul]       0.8.10claws69
2810
2811         * src/prefs_account.c
2812                 fix compile error
2813
2814 2003-03-01 [thorsten]   0.8.10claws68
2815
2816         * po/el.po
2817           po/hr.po
2818           po/it.po
2819           po/nl.po
2820           po/sr.po
2821           po/sv.po
2822                 corrected format strings
2823         * po/en_GB.po
2824                 corrected headers
2825                 (fix compile errors with GNU gettext-0.11.5)
2826
2827 2003-03-01 [oliver]     0.8.10claws67
2828
2829         * src/summaryview.c
2830                 menu callbacks call toolbar_menu_reply
2831
2832 2003-03-01 [oliver]     0.8.10claws66
2833
2834         * src/mainwindow.c
2835         * src/messageview.c
2836                 menu callbacks call toolbar_menu_reply
2837         * src/toolbar.[ch]
2838                 callbacks from menu handled by toolbar_menu_reply
2839
2840 2003-03-01 [paul]       0.8.10claws65
2841
2842         * src/addressbook.c
2843                 revert commit 0.8.10claws54 - breaks editing of
2844                 addressbook.
2845                 
2846         * po/bg.po
2847                 update Bulgarian translation, submitted by
2848                 George Danchev
2849
2850 2003-02-28 [christoph]  0.8.10claws64
2851
2852         * src/account.c
2853         * src/addressadd.c
2854         * src/compose.c
2855         * src/gtkaspell.c
2856         * src/gtkxtext.h                ** REMOVE **
2857         * src/imap.c
2858         * src/matcher.[ch]
2859         * src/mh.c
2860         * src/news.c
2861         * src/pine.c
2862         * src/prefs_common.c
2863         * src/prefs_matcher.c
2864         * src/procheader.[ch]
2865         * src/procmsg.[ch]
2866         * src/toolbar.c
2867         * src/common/ssl_certificate.c
2868         * src/gtk/colorlabel.c
2869         * src/gtk/menu.c
2870                 o fix warnings
2871                 o remove code obsoleted by new cache and folder system rework
2872
2873 2003-02-28 [oliver]     0.8.10claws63
2874         
2875         * src/toolbar.[ch]
2876                 * fix bug where reply in Messageview replied to 
2877                 Message displayed in summaryview
2878                 (reportedd via ML by chinatinte at gmx dot ch)
2879                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2880                 didn't work in separate MessageView Toolbar
2881                 (wondering if anybody uses this at all ?)
2882         * src/summaryview.[ch]
2883                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2884                 (generalize reply and forward code);
2885         * src/messageview.c 
2886                 remove focus_in event which updated summaryview to messageview
2887
2888 2003-02-28 [paul]       0.8.10claws62
2889
2890         * po/Makefile.in.in
2891                 add the --check option
2892                 Patch submitted by Ricardo Mones Lastra
2893
2894 2003-02-28 [paul]       0.8.10claws61
2895
2896         * src/prefs_account.c
2897                 re-order 'Signature' items
2898
2899 2003-02-28 [paul]       0.8.10claws60
2900
2901         * sync with 0.8.10cvs20
2902                 see ChangeLog 2003-02-28
2903
2904 2003-02-28 [paul]       0.8.10claws59
2905
2906         * po/POTFILES.in
2907                 update to reflect recent movement of files
2908
2909 2003-02-28 [paul]       0.8.10claws58
2910
2911         * sync with 0.8.10cvs19
2912                 see ChangeLog 2003-02-28
2913
2914 2003-02-27 [martin]     0.8.10claws57
2915
2916         * src/prefs_matcher.c 
2917                 fix segfault in prefs_matcher_ok() when the
2918                 last entry is deleted and prevents that the
2919                 message "entry not saved" comes up after deleting
2920                 an entry
2921
2922 2003-02-27 [martin]     0.8.10claws56
2923
2924         * src/prefs_filtering.c 
2925                 fix segfault in prefs_filtering_ok() when the
2926                 last entry is deleted and prevents that the
2927                 message "entry not saved" comes up after deleting
2928                 an entry
2929
2930 2003-02-27 [paul]       0.8.10claws55
2931
2932         * sync with 0.8.10cvs18
2933                 see ChangeLog 2003-02-27
2934
2935 2003-02-27 [paul]       0.8.10claws54
2936
2937         * src/addressbook.c
2938                 fix bug where the address book crashes with 
2939                 multiple lookups.
2940                 Patch [687729] submitted by David Frager 
2941                 <dbfrager@users.sourceforge.net>
2942
2943 2003-02-25 [christoph]  0.8.10claws53
2944
2945         * src/Makefile.am
2946         * src/colorlabel.[ch]           ** REMOVE **
2947         * src/gtk/Makefile.am
2948         * src/gtk/colorlabel.[ch]       ** NEW **
2949                 move colorlabel files to gtk directory
2950
2951         * src/esmtp.[ch]                ** REMOVE **
2952                 has been merged into smtp.[ch] in 0.7.5
2953
2954 2003-02-25 [christoph]  0.8.10claws52
2955
2956         * src/Makefile.am
2957         * src/about.[ch]                ** REMOVE **
2958         * src/gtk/Makefile.am
2959         * src/gtk/about.[ch]            ** NEW **
2960                 move about files to gtk directory
2961
2962 2003-02-25 [christoph]  0.8.10claws51
2963
2964         * src/folder.c
2965                 some code optimization of folder scanning code
2966
2967         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2968
2969 2003-02-25 [christoph]  0.8.10claws50
2970
2971         * src/main.c
2972         * src/common/sylpheed.c
2973                 add command line parameter parsing to common code
2974
2975 2003-02-24 [christoph]
2976
2977         * Makefile.am
2978         * configure.ac
2979                 fix gnome prefix problems, the configure script now removed
2980                 `gnome-config --prefix` from `gnome-config --datadir`
2981                 and adds $(prefix} instead
2982
2983         (closes Bug 24 Makefile does not respect prefix when installing
2984          GNOME data)
2985
2986 2003-02-24 [christoph]  0.8.10claws49
2987
2988         * src/news.c
2989                 check for valid session before trying to authenticate
2990
2991         (closes Bug 60 crash if "authenticate on logon" is activated
2992          and newsserver-hostname is not valid)
2993
2994 2003-02-24 [melvin]     0.8.10claws48
2995
2996         * src/prefs_actions.c
2997                 Make sure all user's input is sent to the action and then
2998                 close the socket..
2999
3000 2003-02-23 [alfons]     0.8.10claws46
3001
3002         * src/summaryview.c
3003                 also wait cursor when deleting files
3004
3005 2003-02-23 [paul]
3006
3007         * tools/freshmeat_search.pl
3008           tools/google_search.pl
3009                 scripts should now work for any browser/browser command line
3010
3011 2003-02-22 [christoph]  0.8.10claws45
3012
3013         * src/procmsg.c
3014                 fix IMAP flag setting, IMAP flag is not handled correctly
3015                 anymore by the folder system and information about the
3016                 folder should not be saved in the MsgInfo (in my opinion)
3017
3018         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3019
3020 2003-02-22 [christoph]  0.8.10claws44
3021
3022         * src/summaryview.c
3023                 fix spelling of "label" ;-)
3024
3025 2003-02-22 [thorsten]   0.8.10claws43
3026
3027         * src/mimeview.c
3028           src/prefs_common.[ch]
3029           src/procmime.[ch]
3030                 do not use description as attachment name
3031
3032 2003-02-22 [alfons]     0.8.10claws42
3033
3034         * src/summaryview.c
3035                 freeze/thaw folder item updates when changing color labels,
3036                 and put a wait cursors on
3037
3038 2003-02-22 [thorsten]   0.8.10claws41
3039
3040         * src/mimeview.c
3041                 save-all fixes: crash if invoked on multipart container,
3042                 mimeinfo access, pathseparators, error dialog
3043
3044 2003-02-21 [alfons]     0.8.10claws40
3045
3046         * src/prefs_gtk.c
3047                 remove unused var
3048
3049 2003-02-21 [colin]      0.8.10claws39
3050
3051         * src/send.c
3052                 Fix smtp logging
3053
3054 2003-02-21 [colin]      0.8.10claws38
3055
3056         * src/summaryview.c
3057                 Freeze/thaw folderItem updates when filtering messages 
3058                 via Tools/Filter messages
3059
3060 2003-02-21 [paul]       0.8.10claws37
3061
3062         * src/compose.c
3063                 revert commit 0.8.10claws26, there are ulterior motives
3064                 for users to set a Reply-To header when posting to
3065                 newsgroups
3066
3067 2003-02-21 [paul]       0.8.10claws36
3068
3069         * sync with 0.8.10cvs17
3070                 see ChangeLog 2003-02-21
3071
3072 2003-02-20 [christoph]  0.8.10claws35
3073
3074         * src/imap.c
3075                 IMAP UID fetch speedup using SEARCH
3076
3077         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3078
3079         * src/imap.c
3080                 fix problem with UIDs in IMAP UID cache that no longer existed
3081
3082 2003-02-20 [christoph]  0.8.10claws34
3083
3084         * src/imap.c
3085         * src/procheader.c
3086         * src/procheader.h
3087                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3088
3089         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3090
3091         * src/imap.c
3092                 Rewrite imap_cmd_gen_recv use sock_getline instead
3093                 of sock_gets to avoid problems with too long reply
3094                 lines
3095     
3096 2003-02-20 [colin]      0.8.10claws33
3097         
3098         * src/prefs_account.c
3099                 Better wording
3100
3101 2003-02-20 [colin]      0.8.10claws32
3102
3103         * src/compose.c
3104                 Remove useless '&& !to_sender' 
3105
3106 2003-02-20 [darko]
3107
3108         * AUTHORS
3109                 change my e-mail address
3110
3111 2003-02-19 [colin]      0.8.10claws31
3112
3113         * src/prefs_common.c
3114                 X11 style colors for every configurable color
3115
3116 2003-02-19 [alfons]     0.8.10claws30
3117
3118         * src/prefs_gtk.[ch]
3119         * src/prefs_common.c
3120                 for color_new accept both plain integers and X11 style color
3121                 names (as found in /usr/lib/X11/rgb.txt)
3122
3123 2003-02-19 [paul]       0.8.10claws29
3124
3125         * src/mainwindow.c
3126                 add tooltips to online/offline button and account selector
3127                 button
3128
3129 2003-02-19 [paul]       0.8.10claws28
3130
3131         * src/folder.c
3132           src/news.c
3133           src/prefs_account.[ch]
3134           src/prefs_common.[ch]
3135                 move 'Maximum number of articles to download' to
3136                 account prefs.
3137                 clean up account prefs gui a little by hiding entries
3138                 rather then greying out entries
3139
3140 2003-02-19 [hiro]       0.8.10claws27
3141
3142         * src/common/utils.c
3143                 fix bug #54 'yesterdays date is displayed in the message 
3144                 summary window'
3145
3146 2003-02-19 [paul]       0.8.10claws26
3147
3148         * src/compose.c
3149                 fix bug reported in Feature Request [688596] 
3150                 'Reply-to header in news'
3151
3152 2003-02-18 [paul]       0.8.10claws25
3153
3154         * src/select-keys.c
3155                 add a 'List all keys' button to key selection dialog
3156
3157 2003-02-18 [colin]      0.8.10claws24
3158         
3159         * src/stock_pixmap.c
3160                 fix compile error
3161
3162 2003-02-18 [colin]      0.8.10claws23
3163
3164         * src/common/smtp.[ch]
3165           src/prefs_account.c
3166                 Try to starttls if it seems to be the only
3167                 way to authenticate a user
3168
3169 2003-02-18 [paul]       0.8.10claws22
3170
3171         * src/Makefile.am
3172           src/folderview.c
3173           src/stock_pixmap.[ch]
3174           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3175           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3176                 as a Drafts folder is a special folder allow it to have
3177                 its own unique icons
3178
3179 2003-02-18 [colin]      0.8.10claws21
3180
3181         * src/imap.c
3182                 Fix port selection when using starttls
3183
3184 2003-02-18 [paul]       0.8.10claws20
3185
3186         * src/mainwindow.c
3187           src/prefs_common.[ch]
3188                 make blue the default new mail colour
3189
3190 2003-02-18 [paul]       0.8.10claws19
3191
3192         * sync with 0.8.10cvs14
3193                 see ChangeLog 2003-02-18
3194
3195 2003-02-17 [jens]       0.8.10claws18
3196
3197         * src/common/md5.c
3198                 fixed a compile problem with gcc 3.3
3199                 works on 2.95.3 too (testet on PPC as it is big endian)
3200
3201 2003-02-17 [paul]       0.8.10claws17
3202
3203         * sync with 0.8.10cvs13
3204                 see ChangeLog 2003-02-17
3205
3206 2003-02-17 [paul]       0.8.10claws16
3207
3208         * sync with 0.8.10cvs12
3209                 see ChangeLog 2003-02-17
3210
3211 2003-02-16 [match]      0.8.10claws15
3212
3213         * src/addressbook.c
3214                 Eliminates reloading of address data when items
3215                 deleted or added. Applied submitted by
3216                 Luke Plant <lukeplant@softhome.net>
3217
3218 2003-02-16 [paul]       0.8.10claws14
3219
3220         * src/news.c
3221                 when a 'protocol error' is encountered disconnect from
3222                 the server. This means that the user can carry on viewing
3223                 other articles and doesn't have to either wait until the
3224                 server timesout or quit sylpheed.
3225                 Fixes bug #53 'Unable to read messages in newsgroups, 
3226                 displayed message doesn't change'
3227
3228 2003-02-15 [christoph]  0.8.10claws13
3229
3230         * src/imap.c
3231                 fix bug that stopped scanning of folders when an
3232                 IMAP folder was empty
3233
3234         (closes bug 46 stop scan messages in folders after empty folder)
3235
3236 2003-02-15 [paul]
3237
3238         * tools/Makefile.am
3239           tools/README
3240           tools/freshmeat_search.pl     ** NEW FILE **
3241           tools/google_search.pl        ** NEW FILE **
3242                 Add 2 Actions scripts which search freshmeat/google
3243                 for the selected text using the browser configured
3244                 in sylpheedrc.
3245                 
3246         Note: These scripts are very dependent on the format of the
3247         browser command and may not work on every occasion. Testing
3248         is welcome. 
3249
3250 2003-02-14 [alfons]     0.8.10claws12
3251
3252         * src/compose.c
3253                 fix breakage because of uninitialized account pointer.
3254                 please verify.
3255
3256 2003-02-14 [paul]       0.8.10claws11
3257
3258         * src/compose.c
3259           src/prefs_account.[ch]
3260           src/prefs_common.[ch]
3261                 move signature settings to Account Prefs
3262
3263 2003-02-14 [paul]       0.8.10claws10
3264
3265         * sync with 0.8.10cvs11
3266                 see ChangeLog 2003-02-14
3267
3268 2003-02-13 [thorsten]   0.8.10claws9
3269
3270         * src/news.c
3271                 revert news progressbar (GUI separation)
3272
3273 2003-02-13 [paul]       0.8.10claws8
3274
3275         * src/compose.c
3276                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3277                 paragraph 1
3278
3279 2003-02-13 [paul]       0.8.10claws7
3280
3281         * src/compose.[ch]
3282           src/summaryview.c
3283                 fix 'Follow-up and Reply-to' so that it creates a reply to
3284                 the newsgroup and the sender. If the message has the keyword
3285                 'poster' in the Followup-To header, all replies go to the
3286                 sender, re: RFC 1036, Section 2.2.3
3287                 rename all instances of 'ignore_replyto' to 'to_sender', both
3288                 were previously used, now we use just one.
3289
3290 2003-02-13 [paul]       0.8.10claws6
3291
3292         * sync with 0.8.10cvs9
3293                 see ChangeLog 2003-02-13
3294
3295 2003-02-13 [paul]       0.8.10claws5
3296
3297         * configure.ac
3298                 show which plugins are configured in the configure
3299                 output.
3300
3301 2003-02-12 [thorsten]   0.8.10claws4
3302
3303         * src/news.c
3304                 show progress while fetching news headers
3305
3306 2003-02-12 [christoph]  0.8.10claws3
3307
3308         * configure.ac
3309         * src/plugins/Makefile.am
3310                 use AM_CONDITIONAL to enable plugins, automake correctly
3311                 manages this when creating distdir
3312
3313 2003-02-12 [christoph]  0.8.10claws2
3314
3315         * ac/spamassassin.m4
3316         * src/plugins/spamassassin/Makefile.am
3317                 fix building SpamAssassin plugin without OpenSSL
3318
3319 2003-02-12 [paul]       0.8.10claws1
3320
3321         * ac/Makefile.am
3322           src/Makefile.am
3323           src/plugins/Makefile.am
3324                 fix failure of 'make release'
3325
3326 2003-02-12 [paul]       0.8.10claws
3327
3328         * 0.8.10claws released
3329
3330 2003-02-12 [paul]       0.8.9claws56
3331
3332         * po/bg.po
3333           po/es.po
3334           po/it.po
3335           po/ru.po
3336           po/sr.po
3337                 updated translations by George Danchev, Ricardo Mones Lastra,
3338                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3339                 
3340         * sylpheed.spec.in
3341                 Allow the building of RPMs by a regular user. Submitted
3342                 by Sergei Astanin
3343
3344 2003-02-11 [alfons]     0.8.9claws55
3345
3346         * src/colorlabel.c
3347                 don't use pixmaps for label color rect but draw rectangles
3348                 so we can respect the color map of palette based visuals
3349                 (fixes the long time crashes on Suns - thanks to Andreas
3350                 Engel and Steve O'Hara-Smith for testing)
3351
3352 2003-02-11 [christoph]  0.8.9claws54
3353
3354         * src/matcher_parser_parse.y
3355                 correct bug where filering rules of not existing folders in
3356                 matcherrc were added to global filtering
3357                 
3358         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3359          main filter-rules after removing directory, http://bugs.debian.org/180253)
3360         
3361 2003-02-11 [paul]       0.8.9claws53
3362
3363         * sync with 0.8.10cvs7
3364                 see ChangeLog 2003-02-09
3365
3366 2003-02-11 [melvin]     0.8.9claws52
3367
3368         * po/fr.po
3369                 Updated French tranlsations
3370
3371 2003-02-10 [paul]       0.8.9claws51
3372
3373         * sylpheed.spec.in
3374                 correct --enable-openssl
3375                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3376
3377 2003-02-09 [martin]     0.8.9claws50
3378
3379         * src/prefs_matcher.c
3380                 fix segfault in prefs_matcher_substitute_cb() when
3381                 no row is selected
3382
3383 2003-02-09 [paul]       0.8.9claws49
3384
3385         * src/folderview.c
3386                 fix bug where a newsgroup folder's processing rules were
3387                 merged with the global filtering rules when the newsgroup
3388                 folder was deleted, causing some seriously bad results,
3389                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3390
3391 2003-02-08 [melvin]     0.8.9claws48
3392
3393         * src/compose.c
3394                 Corrected and modified an alert message.
3395
3396 2003-02-07 [paul]       0.8.9claws47
3397
3398         * src/folderview.c
3399                 fix bug where both an 'Account properties' window and a
3400                 'Folder properties' window were opened when clicking on
3401                 'Properties' in an NNTP or IMAP folder's popup menu.
3402
3403 2003-02-07 [paul]       0.8.9claws46
3404
3405         * sync with 0.8.10cvs6
3406                 see ChangeLog 2003-02-06
3407
3408 2003-02-06 [christoph]  0.8.9claws45
3409
3410         * src/mbox.c
3411                 freeze folder updates while importing mbox files
3412                 (closes bug 43 importing mbox took hours)
3413                 
3414         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3415
3416 2003-02-06 [thorsten]   0.8.9claws44
3417
3418         * po/de.po
3419                 Updated german translations
3420
3421 2003-02-06 [thorsten]   0.8.9claws43
3422
3423         * src/news.h
3424                 use guint for message numbers (fix count in grouplist dialog)
3425
3426 2003-02-05 [paul]       0.8.9claws42
3427
3428         * sync with 0.8.10cvs2
3429                 see ChangeLog 2003-02-05
3430
3431 2003-02-04 [colin]      0.8.9claws41
3432
3433         * src/prefs_common.[ch]
3434           src/procmsg.c
3435           src/summaryview.c
3436                 Add an option to disable threading by subject
3437
3438 2003-02-04 [christoph]  0.8.9claws40
3439
3440         * src/inc.c
3441                 only abort fetching mails from multiple accounts when the
3442                 error is fatal and does not allow to check any more accounts
3443                 (currently only disk full error)
3444
3445         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3446          receive mails for other accouts)
3447
3448 2003-02-04 [christoph]  0.8.9claws39
3449
3450         * src/folder.c
3451                 first add the new message to the cache, then
3452                 send the update notification
3453
3454         (closes bug 39 after sending message folderview doesnt get updated)
3455
3456 2003-02-04 [colin]      0.8.9claws38
3457
3458         * src/inc.c
3459                 _really_ fix this Connecting... status
3460
3461 2003-02-04 [paul]       0.8.9claws37
3462
3463         * sync with 0.8.10
3464                 see ChangeLog 2003-02-04
3465
3466 2003-02-04 [paul]       0.8.9claws36
3467
3468         * sync with 0.8.9cvs6
3469                 see ChangeLog 2003-02-03
3470
3471 2003-02-04 [paul]       0.8.9claws35
3472
3473         * po/pt_BR.po
3474                 updated by André Filipe de Assunção e Brito 
3475                 <bedecko@netsite.com.br>
3476
3477 2003-02-03 [thorsten]   0.8.9claws34
3478
3479         * po/de.po
3480                 Updated german translations
3481
3482 2003-02-02 [paul]       0.8.9claws33
3483
3484         * po/es.po
3485                 updated by Ricardo Mones Lastra
3486
3487 2003-02-02 [thorsten]   0.8.9claws32
3488
3489         * src/mh.c
3490                 Fix mh_get_msginfo() segfault if file is inaccessible
3491
3492 2003-01-31 [colin]      0.8.9claws31
3493
3494         * src/procheader.c
3495                 Fix last commit's bug
3496
3497 2003-01-31 [colin]      0.8.9claws30
3498
3499         * src/procheader.c
3500                 Missing a change for gpg-signed messages
3501
3502 2003-01-31 [paul]       0.8.9claws29
3503
3504         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3505           src/procheader.c
3506           src/stock_pixmap.[ch]
3507           src/summaryview.c
3508                 indicate GnuPG signed messages by displaying an icon
3509                 in the Attachment column.
3510
3511 2003-01-31 [paul]       0.8.9claws28
3512
3513         * sync with 0.8.9cvs4
3514                 see ChangeLog 2003-01-31
3515
3516 2003-01-31 [alfons]     0.8.9claws27
3517
3518         * src/textview.c
3519                 tune URI parser to accept mailto URLs with a '?'
3520                 (patch from Ruslan Balkin)
3521
3522 2003-01-31 [colin]      0.8.9claws26
3523
3524         * src/summaryview.c
3525                 Fix a leak introduced in claws24
3526
3527 2003-01-31 [colin]      0.8.9claws25
3528
3529         * src/summaryview.c
3530                 Freeze/Thaw folder updates when deleting dups
3531
3532 2003-01-31 [colin]      0.8.9claws24
3533         
3534         * src/addr_compl.c
3535           src/summaryview.c
3536           src/msgcache.c
3537                 little speed improvements
3538
3539 2003-01-31 [colin]      0.8.9claws23
3540
3541         * src/summaryview.c
3542                 Fix segfault when forwarding nothing
3543                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3544                 
3545 2003-01-30 [paul]       0.8.9claws22
3546
3547         * sync with 0.8.9cvs3
3548                 see ChangeLog 2003-01-30
3549
3550 2003-01-30 [paul]       0.8.9claws21
3551
3552         * sync with 0.8.9cvs2
3553                 see ChangeLog 2003-01-30
3554
3555 2003-01-29 [paul]       0.8.9claws20
3556
3557         * sync with 0.8.9cvs1
3558                 see ChangeLog 2003-01-29
3559
3560 2003-01-28 [paul]       0.8.9claws19
3561
3562         * po/POTFILES.in
3563                 update to reflect changes. 
3564                 thanks to Ricardo Mones Lastra
3565
3566 2003-01-27 [christoph]  0.8.9claws18
3567
3568         * ac/openssl.m4
3569         * ac/spamassassin.m4
3570         * src/plugins/spamassassin/README
3571         * src/plugins/spamassassin/libspamc.[ch]
3572         * src/plugins/spamassassin/utils.[ch]
3573                 updated to latest libspamc
3574
3575 2003-01-27 [christoph]  0.8.9claws17
3576
3577         * src/folder.c
3578                 fix wrong use of procheader_get_header_fields
3579
3580 2003-01-27 [christoph]  0.8.9claws16
3581
3582         * src/news.c
3583         * src/prefs_account.[ch]
3584         * src/common/nntp.[ch]
3585                 allow to force authentication for NNTP servers
3586
3587         Patch submitted by Florian Mickler <dmk@d-labs.de>
3588
3589 2003-01-26 [paul]       0.8.9claws15
3590
3591         * src/summaryview.c
3592                 speed up of marking messages as read
3593                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3594
3595 2003-01-26 [christoph]  0.8.9claws14
3596
3597         * src/Makefile.am
3598         * src/mgutils.[ch]              ** REMOVE **
3599         * src/xml.[ch]                  ** REMOVE **
3600         * src/xmlprops.[ch]             ** REMOVE **
3601         * src/common/Makefile.am
3602         * src/common/mgutils.[ch]       ** NEW **
3603         * src/common/xml.[ch]           ** NEW **
3604         * src/common/xmlprops.[ch]      ** NEW **
3605                 move xml files to common directory
3606
3607 2003-01-26 [christoph]  0.8.9claws13
3608
3609         * src/plugins/spamassassin/spamassassin_gtk.c
3610                 only set gtk entry text if string is available
3611
3612 2003-01-26 [melvin]     0.8.9claws12
3613
3614         * src/description_window.c
3615                 Allow resizing of the window
3616                 Allow automatic horizontal scroll bar
3617                 Do not vertically expand and fill
3618
3619 2003-01-26 [christoph]  0.8.9claws11
3620
3621         * src/Makefile.am
3622         * src/gtkutils.[ch]             ** REMOVE **
3623         * src/common/sylpheed.c
3624         * src/gtk/Makefile.am
3625         * src/gtk/description_window.c
3626         * src/gtk/gtkutils.[ch]         ** NEW **
3627         * src/gtk/prefswindow.c
3628                 move gtkutils to gtk directory
3629
3630 2003-01-26 [paul]       0.8.9claws10
3631
3632         * src/summaryview.c
3633                 rename summary_unread_clicked() to summary_status_clicked()
3634
3635 2003-01-26 [melvin]     0.8.9claws9
3636
3637         * src/prefs_actions.c
3638                 Cosmetical changes to the help text
3639
3640 2003-01-26 [paul]       0.8.9claws8
3641
3642         * src/folder.[ch]
3643           src/mainwindow.c
3644           src/prefs_common.c
3645           src/prefs_sumamry_column.c
3646           summaryview.[ch]
3647                 rename the 'Unread' column to 'Status'
3648
3649 2003-01-25 [match]      0.8.9claws7
3650
3651         * src/mgutils.[ch]
3652                 removed reference to LDAP constants. removed error2string.
3653                 included functions to support LDAP dynamic queries.
3654         * src/syldap.h
3655                 moved LDAP constants here.
3656         * src/addressbook.c
3657         * src/addrindex.c
3658         * src/importldif.c
3659                 removed references to LDAP constants and references to
3660                 error2string.
3661
3662 2003-01-25 [paul]       0.8.9claws6
3663
3664         * src/summaryview.c
3665                 summary_thread_build(), summary_thread_init(): remove 
3666                 unneeded reference to summaryview->folder_item
3667
3668 2003-01-25 [christoph]  0.8.9claws5
3669
3670         * src/gtk/description_window.c
3671                 o allow description texts to expand over multiple columns
3672                 o translate all columns
3673         * src/prefs_actions.c
3674                 change syntax description to use new multi column feature
3675
3676         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3677
3678 2003-01-25 [match]      0.8.9claws4
3679
3680         * src/vcard.c
3681                 fixed bug with Quoted-Printable
3682
3683 2003-01-25 [paul]       0.8.9claws3
3684
3685         * src/folder.[ch]
3686           src/summaryview.[ch]
3687                 implement per-folder collapsed/expanded threads setting
3688                 
3689         * src/prefs_common.c
3690                 remove global collapsed/expanded threads option
3691
3692 2003-01-25 [christoph]  0.8.9claws2
3693
3694         * po/POTFILES.in
3695                 add pluginwindow and prefswindow
3696         * src/compose.c
3697                 make send respond correctly to messages that could be added
3698                 to the queue folder, but the UID of the message is unknown
3699         * src/folder.c
3700         * src/imap.c
3701                 don't return guessed UIDs in imap_add_msg anymore. We return
3702                 0 to tell the folder system it was appened but the UID is
3703                 unknown. Folder system now get's the UID by scaning the folder
3704                 and searching the cache for the Message-ID
3705                 (closes bug #29 Messages queued, but not sent)
3706
3707 2003-01-25 [paul]       0.8.9claws1
3708
3709         * src/codeconv.c
3710                 conv_encode_header():  fix bug when long headers with 8-bit
3711                 characters are used, so that the encoded words are wrapped.
3712                 If the space in the original text falls on the wrap boundary,
3713                 it can be lost.
3714                 Patch by Sergey Vlasov.
3715                 
3716         * src/folderview.c
3717                  fix bug where a change to the sorting method or thread view
3718                  of a folder's messages is lost if simpify-subject is set and
3719                  toggled on or off.
3720                  Patch by Luke Plant.
3721
3722 2003-01-24 [paul]       0.8.9claws
3723
3724         * sylpheed-0.8.9claws released
3725         
3726         * Makefile.am
3727           sylpheed.spec.in
3728                 remove reference to 'INSTALL.jp'
3729
3730 2003-01-23 [paul]       0.8.8claws128
3731
3732         * po/es.po
3733           po/it.po
3734           po/ru.po
3735           po/sr.po
3736                 updated translations. submitted by Ricardo Mones Lastra,
3737                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3738
3739 2003-01-23 [colin]      0.8.8claws127
3740
3741         * src/compose.c
3742                 Fix drafted and queued news articles re-edition
3743
3744 2003-01-23 [melvin]     0.8.8claws126
3745
3746         * po/fr.po
3747                 Updated French translations
3748
3749 2003-01-23 [colin]      0.8.8claws125
3750
3751         * src/inc.c
3752                 Fix "Connecting to..." status message
3753
3754 2003-01-22 [paul]       0.8.8claws124
3755
3756         * po/bg.po
3757                 updated by George Danchev
3758                 
3759         * src/folder.c
3760                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3761                 and folder deletion
3762
3763 2003-01-21 [paul]       0.8.8claws123
3764
3765         * po/bg.po
3766                 updated by George Danchev
3767                 
3768         * src/about.c
3769                 its now 2003
3770                 
3771         * src/toolbar.c
3772                 don't translate 'Separator'
3773                 
3774         * src/plugins/spamassassin/Makefile.am
3775                 add aspell to CPPFLAGS
3776                 
3777         * src/plugins/spamassassin/spamassassin.c
3778           src/plugins/spamassassin/spamassassin_gtk.c
3779                 set correct default for spamassassin_receive_spam
3780                 slightly re-word descriptions and some
3781                 other minor changes
3782
3783 2003-01-19 [alfons]     0.8.8claws122
3784                 
3785         * src/mimeview.c
3786                 mimeview_save_as(): we might as well show the file name for
3787                 the single case "Save As" too
3788
3789 2003-01-19 [alfons]     0.8.8claws121
3790
3791         * src/crash.c
3792                 change bug tracker URL to bugzilla URL
3793
3794 2003-01-19 [alfons]     0.8.8claws120
3795
3796         * src/mimeview.c
3797                 mimeview_save_all(): display name of file before overwriting;
3798                 continue saving all, even when one overwrite was cancelled
3799
3800 2003-01-19 [christoph]  0.8.8claws119
3801
3802         * src/summaryview.c
3803         * src/procmsg.[ch]
3804                 fix wrong usage of procmsg_find_children in summaryview
3805                 by using procmsg_update_unread_children instead of
3806                 summaryview_update_unread_children
3807
3808 2003-01-19 [christoph]  0.8.8claws118
3809
3810         * src/procmsg.c
3811                 fix infinite loop in procmsg_find_children
3812                  (closes bug #25 sylpheed crashes on delete.)
3813
3814         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3815
3816 2003-01-19 [paul]       0.8.8claws117
3817
3818         * po/pt_BR.po
3819                 updated by Ivan Francolin Martinez
3820
3821 2003-01-18 [melvin]     0.8.8claws116
3822
3823         * src/prefs_actions.c
3824                 Removed syntax limitation of only one '&' at the end of command.
3825                         Now actions that contain '>/dev/null 2>&1' are possible.
3826
3827 2003-01-18 [melvin]     0.8.8claws115
3828
3829         * src/prefs_actions.c
3830                 Actions IO dialog: when the action ends
3831                 the "Close" button now has focus and [Escape] closes the
3832                 window.
3833
3834 2003-01-18 [christoph]  0.8.8claws114
3835
3836         * src/procmsg.c
3837                 o add debug output when MsgInfos are really freed
3838                 o free GSLists in procmsg_find_children and
3839                   procmsg_update_unread_children
3840
3841 2003-01-18 [christoph]  0.8.8claws113
3842
3843         * src/mainwindow.c
3844                 reorder Configuration menu
3845
3846 2003-01-18 [christoph]  0.8.8claws112
3847
3848         * src/compose.c
3849                 fix applying templates to forwarded messages
3850
3851         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3852
3853 2003-01-17 [christoph]  0.8.8claws111
3854
3855         * src/folder.c
3856                 destroy folder items, when a folder item is removed
3857
3858 2003-01-17 [christoph]  0.8.8claws110
3859
3860         * src/folder.c
3861                 fix wrong folder stats update when ignored message is
3862                 deleted
3863
3864 2003-01-17 [colin]      0.8.8claws109
3865         
3866         * src/mainwindow.c
3867         * src/summaryview.c
3868                 Quicksearch bugfixes: 
3869                 - hide help button at startup if not extended
3870                 - switch to extended when looking for replies
3871
3872 2003-01-17 [paul]
3873
3874         * sync with 0.8.9 release
3875
3876 2003-01-17 [paul]       0.8.8claws108
3877
3878         * sync with 0.8.8cvs11
3879                 see ChangeLog 2003-01-17
3880
3881 2003-01-16 [colin]      0.8.8claws107
3882
3883         * src/procmsg.c
3884                 Changed encryption test to re-ask passphrase
3885                 if an encrypted message hasn't been decrypted
3886                 Fixes bug #5
3887
3888 2003-01-16 [christoph]  0.8.8claws106
3889
3890         * src/prefs_gtk.c
3891         * src/prefs_toolbar.c
3892         * src/gtk/prefswindow.h
3893         * src/plugins/spamassassin/spamassassin_gtk.c
3894                 remove page destroy function that is not used anymore
3895
3896 2003-01-16 [paul]       0.8.8claws105
3897
3898         * sync with 0.8.8cvs9
3899                 see ChangeLog 2002-01-16
3900
3901 2003-01-16 [colin]      0.8.8claws104
3902
3903         * src/compose.[ch]
3904                 Fix bug with autosaved drafts for IMAP, when draft
3905                 folder is specified - fixes bugzilla bug #20
3906
3907 2003-01-15 [paul]       0.8.8claws103
3908
3909         * src/compose.[ch]
3910           src/procmsg.c
3911                 store folder and message-id of message forwarding
3912                 in queue header and set forward flag after sending
3913
3914 2003-01-15 [paul]       0.8.8claws102
3915
3916         * sync with 0.8.8cvs8
3917                 see ChangeLog 2002-01-15
3918
3919 2003-01-15 [colin]      0.8.8claws101
3920
3921         * src/Makefile.am
3922                 Fix linking with GNU libiconv
3923
3924 2003-01-15 [darko]      0.8.8claws100
3925
3926         * src/pine.c
3927                 fix crash when importing pine address book
3928                 entry with an empty name (reported by DY
3929                 <dybulk at tri8.net>)
3930
3931 2003-01-14 [paul]       0.8.8claws99
3932
3933         * configure.in  ** REMOVED **
3934           configure.ac  ** NEW FILE **
3935                 rename configure.in to configure.ac, as it is now
3936                 preferred
3937
3938 2003-01-14 [melvin]     0.8.8claws98
3939
3940         * src/folderview.c
3941                 folderview_check_new(): More precise function description
3942
3943 2003-01-14 [melvin]     0.8.8claws97
3944
3945         * src/folderview.c
3946                 folderview_check_new(): return the number of new messages 
3947                         since last check.
3948         * src/inc.c
3949                 inc_account_mail(): Disable counting of new messages for IMAP
3950                         and NNTP until bug [19] and [14] are fixed.
3951
3952 2003-01-14 [paul]       0.8.8claws96
3953
3954         * sync with 0.8.8cvs6
3955                 see ChangeLog 2003-01-14
3956
3957 2003-01-13 [alfons]     0.8.8claws95
3958
3959         * src/textview.c
3960                 tune email address validation (c. 0.8.8claws89): if . is 
3961                 just one char away from @, the address is invalid too 
3962                 (correctly rejects addresses like foo@.com)
3963
3964 2003-01-13 [paul]       0.8.8claws94
3965
3966         * src/messageview.c
3967           src/toolbar.c
3968                 fixes to the Message View toolbar and menu:
3969                 fix non-functioning Forward button
3970                 make Reply button consider default_reply_list
3971                 remove 'Follow-up...' menu entry
3972                 add 'Forward' and 'Redirect' menu entries
3973
3974 2003-01-13 [melvin]     0.8.8claws93
3975
3976         * src/inc.c
3977                 Fixed typo that could make new messages count incorrect.
3978
3979 2003-01-13 [melvin]     0.8.8claws92
3980
3981         * src/folderview.[ch]
3982                 folderview_check_new(): return the number of new messages.
3983         * src/inc.c
3984                 Should fix bug [14] where new mail notification worked 
3985                         incorrectly with IMAP accounts.
3986                 inc_spool_account(): return number of new msgs, or -1 on error
3987                 inc_all_spool(): return number of new msgs
3988                 
3989 2003-01-13 [melvin]     0.8.8claws91
3990
3991         * src/prefs_actions.c
3992                 Justify help text.
3993
3994 2003-01-12 [thorsten]   0.8.8claws90
3995
3996         * src/common/prefs.c
3997                 close file before rename
3998
3999 2003-01-12 [alfons]     0.8.8claws89
4000
4001         * AUTHORS
4002                 add Christian Mertes
4003         * src/common/utils.[ch]
4004                 g_stricase_hash(), g_stricase_equal(): functions for 
4005                 case insensitive hash tables
4006         * src/textview.c
4007                 use top level domain names to validate email address, based
4008                 on a patch by Christian Mertes (thanks!), but changed 
4009                 implementation to use a hash table 
4010
4011 2003-01-12 [paul]       0.8.8claws88
4012
4013         * po/bg.po
4014                 updated by George Danchev
4015
4016 2003-01-12 [alfons]     0.8.8claws87
4017
4018         * src/summaryview.c
4019                 delete / execute performance: use new style folder update
4020
4021 2003-01-12 [paul]       0.8.8claws86
4022
4023         * sync with 0.8.8cvs5
4024                 see ChangeLog 2003-01-13 (!)
4025
4026 2003-01-12 [alfons]     0.8.8claws85
4027
4028         * src/filtering.c
4029         * src/matcher_parser_parse.y
4030                 prepare change_score filtering action
4031         * src/matcher.[ch]
4032                 give up const-correctness on functions that call non-const-correct functions;
4033                 several casts to gpointer in g_free();
4034                 add change_score;
4035
4036 2003-01-12 [christoph]  0.8.8claws84
4037
4038         * src/compose.c
4039                 fix 2 warnings
4040
4041         * src/gtk/prefswindow.[ch]
4042         * src/plugins/spamassassin/spamassassin_gtk.c
4043                 changed the call of the widget create function
4044                 for PrefsPages, because sometimes the widget
4045                 create function needs a widget that already has
4046                 been attached to a window (to create GDK pixmaps
4047                 for exmaple). So we simply pass the GtkWindow as
4048                 the second parameter now.
4049
4050         * src/main.c
4051         * src/mainwindow.c
4052         * src/prefs_toolbar.[ch]
4053                 rewrite Toolbar Preferences using the new
4054                 prefs window
4055
4056 2003-01-11 [alfons]     0.8.8claws83
4057
4058         * src/addressadd.c
4059                 fix crash when adding sender to addressbook because status bar
4060                 isn't there (the status bar doesn't seem to be used though,
4061                 but I'll let Match decide what to do with it)
4062
4063 2003-01-11 [colin]      0.8.8claws82
4064
4065         * src/main.c
4066           src/toolbar.c
4067                 Two useless changes reversed
4068
4069 2003-01-11 [colin]      0.8.8claws81
4070
4071         * src/mainwindow.c
4072           src/mainwindow.h
4073                 Add mainwindow_get_mainwindow()
4074         * src/alertpanel.c
4075           src/alertpanel.h
4076                 Add alertpanel_error_log() 
4077         * src/compose.c
4078           src/inc.c
4079           src/messageview.c
4080           src/toolbar.c
4081           src/main.c
4082           src/procmsg.c
4083                 Network errors get a View Log button
4084
4085 2003-01-10 [alfons]     0.8.8claws80
4086
4087         * src/prefs_toolbar.c
4088         * src/toolbar.c
4089                 use the translatable string for "Separator" as file name for
4090                 separator toolbar items (probably make this uppercase?)
4091
4092 2003-01-10 [alfons]     0.8.8claws79
4093
4094         * src/prefs_toolbar.c
4095                 put right A_SEPARATOR description string in "displayed
4096                 toolbar items list" so manually added separators are
4097                 saved correctly (bug #10, "Adding a separator to the main 
4098                 toolbar fails, entry in xml file is wrong")
4099
4100 2003-01-10 [christoph]  0.8.8claws78
4101
4102         * src/imap.c
4103                 o fix warnings
4104                 o use CAPABILITY to check if NAMESPACE is available
4105
4106 2003-01-10 [christoph]  0.8.8claws77
4107
4108         * src/imap.[ch]
4109                 apply UIDPLUS IMAP extension support patch
4110
4111         Patch submitted by Simon 'corecode' Schubert
4112
4113 2003-01-10 [paul]       0.8.8claws76
4114
4115         * src/folderview.c
4116                 a sync from main which fixes the news account folders'
4117                 Properties bug
4118
4119 2003-01-10 [christoph]  0.8.8claws75
4120
4121         * src/folder.c
4122                 don't accept 0 as a valid uid returned by copy and move
4123                 functions. 0 means the message was copied or moved but the
4124                 new uid could not be fetched. It is not an error condition
4125                 for the copy or move operation.
4126
4127 2003-01-10 [paul]       0.8.8claws74
4128
4129         * src/prefs_filtering.c
4130                 change English used in Alert when entry is not
4131                 saved.
4132                 
4133         * sync with 0.8.8cvs4
4134                 see ChangeLog 2003-01-10
4135
4136 2003-01-10 [darko]      0.8.8claws73
4137
4138         * src/pine.c
4139                 fix crash when importing address book entry
4140                 without a valid address
4141
4142 2003-01-09 [alfons]     0.8.8claws72
4143
4144         * src/inc.c
4145                 filtering performance: use new style folder update
4146
4147 2003-01-09 [christoph]  0.8.8claws71
4148
4149         * src/compose.c
4150         * src/gtk/menu.[ch]
4151                 fix wrong selecting of mime encoding type, when
4152                 opening property dialog of attachments in the
4153                 compose window. 7bit was always selected and that
4154                 destoryed files with 8bit data.
4155                 (closes bug #9 Sylpheed-claws destroys attachments when
4156                  changing MIME-types)
4157
4158 2003-01-09 [paul]       0.8.8claws70
4159
4160         * sync with 0.8.8cvs3
4161                 see ChangeLog 2003-01-09
4162
4163 2003-01-08 [alfons]     0.8.8claws69
4164         
4165         * src/addressadd.c
4166                 apply patch by Kim Schulz to fix build breakage
4167                 because of missing variable
4168
4169 2003-01-08 [paul]       0.8.8claws68
4170
4171         * sync with 0.8.8cvs2
4172                 see ChangeLog 2002-01-08
4173
4174 2003-01-08 [paul]       0.8.8claws67
4175
4176         * po/it.po
4177                 updated by Alessandro Maestri
4178                 
4179         * src/addressadd.c
4180                 when using 'Add sender to addressbook' allow
4181                 name to be edited and remarks to be entered
4182                 Patch submitted by Luke Plant
4183
4184 2003-01-08 [darko]      0.8.8claws66
4185
4186         * README.claws, src/summaryview.c
4187                 fix description for marked messages
4188
4189 2003-01-08 [paul]
4190
4191         * tools/Makefile.am
4192           tools/launch_phoenix  ** NEW FILE **
4193                 add script that enables using Phoenix as the default
4194                 web browser. 
4195                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4196                 
4197         * tools/OOo2sylpheed.pl
4198                 remove full path to sylpheed executable, just 'sylpheed'
4199                 will do
4200                 
4201         * tools/README
4202                 add launch_phoenix informtion and re-arrange and compress
4203                 the data a little
4204
4205 2003-01-07 [christoph]  0.8.8claws65
4206
4207         * src/folder.c
4208                 fix update for source folder when moving messages
4209         * src/procmsg.[ch]
4210         * src/summaryview.c
4211                 use function to set to_folder for message infos and
4212                 automatically update the op_count for old and new
4213                 folder
4214
4215 2003-01-07 [melvin]     0.8.8claws64
4216
4217         * src/prefs_actions.c
4218                 Fixed bug where an '%p' Action on a displayed image crashed 
4219                         Sylpheed
4220                 Code clean up (get rid of duplicated code and removed unnecessary 
4221                                 structure member)
4222
4223 2003-01-07 [christoph]  0.8.8claws63
4224
4225         * src/compose.c
4226         * src/folder.[ch]
4227         * src/folderview.c
4228         * src/import.c
4229         * src/inc.c
4230         * src/main.c
4231         * src/mainwindow.c
4232         * src/messageview.c
4233         * src/prefs_folder_item.c
4234         * src/procmsg.c
4235         * src/summaryview.c
4236         * src/toolbar.c
4237                 o remove all folder update triggering from the UI code. The folder
4238                   system should know much better when a folder needs an update.
4239                 o to prevent multiple updates in a row the folder updates can be
4240                   frozen for some time.
4241
4242                 Note: - Please verify that no updates are missing
4243                       - Check where freeze/thaws should be added
4244
4245 2003-01-07 [christoph]  0.8.8claws62
4246
4247         * src/prefs_actions.c
4248                 don't translate empty strings
4249
4250         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4251
4252 2003-01-06 [christoph]  0.8.8claws61
4253
4254         * src/prefs_actions.c
4255                 mark strings for gettext
4256         * src/prefs_matcher.c
4257                 use new description window for Execute action and
4258                 match condition in Filtering
4259
4260         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4261
4262 2003-01-06 [alfons]     0.8.8claws60
4263
4264         keep myself inspired to re-organize matcher part 8; 
4265         yes, more to come (I need to move out the descriptive
4266         text for actions to matcher.c, or at least make it not
4267         depend on the wicked ordering)
4268
4269         * src/prefs_matcher.c
4270                 add documentation so others may comprehend the
4271                 UI part of the conditions
4272                 
4273 2003-01-06 [christoph]  0.8.8claws59
4274
4275         * src/prefs_actions.c
4276                 use new description window for syntax help
4277         * src/gtk/description_window.c
4278                 fix display of descriptions with column count != 2
4279
4280         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4281
4282 2003-01-06 [christoph]  0.8.8claws58
4283
4284         * src/quote_fmt.c
4285         * src/summaryview.[ch]
4286         * src/gtk/Makefile.am
4287         * src/gtk/description_window.[ch]       ** NEW **
4288                 use a generic window to display syntax descriptions
4289                 currently used in quote_fmt and summaryview (new description
4290                 for extended quick search)
4291
4292         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4293
4294 2003-01-06 [paul]       0.8.8claws57
4295
4296         * sync with 0.8.8cvs1
4297                 see ChangeLog 2003-01-06
4298
4299 2003-01-06 [christoph]  0.8.8claws56
4300
4301         * src/mainwindow.c
4302         * src/prefs_gtk.[ch]
4303         * src/gtk/prefswindow.[ch]
4304         * src/plugins/spamassassin/spamassassin_gtk.c
4305                 o remove page management from prefswindow, pages
4306                   will be an argument to prefswindow_open
4307                 o prefswindow_open gets a datapointer that is
4308                   passed to the widget_create function to allow
4309                   creation of prefswindow for specific items
4310
4311 2003-01-06 [colin]      0.8.8claws55
4312         
4313         * src/summaryview.c
4314                 We don't want regexp in the reply-finder, 
4315                 because MIDs can contain !,$,. and so on
4316
4317 2003-01-06 [jens]       0.8.8claws54
4318
4319         * src/jpilot.c
4320                 fixed a wrong free in jpilot_read_db_files
4321
4322 2003-01-06 [alfons]     0.8.8claws53
4323
4324         re-organize matcher part 8; more to come
4325        
4326         * src/matcher.c
4327                 matcherprop_to_string(): put g_free()s before the
4328                 switch-case break to fix memleaks                
4329
4330 2003-01-06 [colin]      0.8.8claws52
4331
4332         * src/summaryview.c
4333                 cleanup & reply-finder now displays the first 
4334                 matching message
4335
4336 2003-01-05 [alfons]     0.8.8claws51
4337
4338         re-organize matcher part 7; more to come
4339
4340         * src/matcher.[ch]
4341                 fixes for constant correctness;
4342                 more documentation;
4343
4344 2003-01-05 [alfons]     0.8.8claws50
4345
4346         re-organize matcher part 6; more to come
4347         
4348         * src/matcher.[ch]
4349                 fixes for constant correctness;
4350                 more documentation;
4351         * src/filtering.c
4352                 fix for constant correctness
4353
4354 2003-01-05 [colin]      0.8.8claws49
4355
4356         * src/account.[ch]
4357                 Add account_get_reply_account function
4358         * src/compose.c
4359                 Use account_get_reply_account function 
4360         * src/summaryview.c
4361                 Basic reply-finder - click on the replied
4362                 icon gets you to the outbox using quick-search
4363
4364 2003-01-05 [paul]       0.8.8claws48
4365
4366         * src/prefs_common.c
4367                 small change to English
4368                 
4369         * src/prefs_filtering.c
4370                 prefs_filtering_action_select(): improve logic and uniformity
4371                 of gui
4372
4373 2003-01-05 [alfons]     0.8.8claws47
4374
4375         fine tune solution to focus problems (bug #7)
4376
4377         * src/mainwindow.c
4378                 mainwindow_focus_in_event(): remove grab event check
4379         * src/summaryview.c
4380                 summary_button_pressed(): move selection on right-click
4381                 too. we can't possibly move the selection back after
4382                 canceling a dialog, because gtk's incomplete focus 
4383                 management. whether this is a good solution, only time
4384                 will tell.
4385
4386 2003-01-05 [christoph]  0.8.8claws46
4387
4388         * src/imap.c
4389                 fix crash when no imap connection could be established
4390
4391 2003-01-05 [paul]       0.8.8claws45
4392
4393         * src/mainwindow.c
4394           src/sumamryview.c
4395           src/gtk/menu.[ch]
4396                 fix bug 605957 'shortcuts in popup-menu'
4397                 make user-defined shortcuts work
4398                 show shortcuts that are already defined
4399                 in the main menu
4400                 Patch submitted by Luke Plant
4401
4402 2003-01-05 [alfons]     0.8.8claws44
4403
4404         * src/mainwindow.c
4405                 focus_in_event handler should not select summary view row 
4406                 when another window (menu, dialog) grabbed for events 
4407                 (bug #7, "[0.8.8claws42] Message summary focus") 
4408
4409 2003-01-04 [christoph]  0.8.8claws43
4410
4411         * src/procmsg.c
4412                 update save folder after adding the sent message
4413                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4414
4415 2003-01-02 [christoph]  0.8.8claws42
4416
4417         * src/common/plugin.c
4418                 fix unloading of all plugins and unload
4419                 plugins in reverse order
4420                 
4421         * src/gtk/pluginwindow.c
4422                 implement function of load and unload button
4423
4424         * src/gtk/prefswindow.c
4425         * src/gtk/prefswindow.h
4426                 rename register function and add new unregister
4427                 function
4428
4429         * src/plugins/spamassassin/spamassassin_gtk.c
4430                 unregister prefs page and update for changes in
4431                 src/gtk/prefswindow.c
4432
4433 2003-01-02 [paul]       0.8.8claws41
4434
4435         * po/es.po
4436                 updated by Ricardo Mones Lastra
4437
4438 2003-01-02 [paul]
4439
4440         * tools/tb2sylpheed
4441                 fixes and improvements by Urke MMI
4442
4443 2003-01-02 [thorsten]   0.8.8claws40
4444
4445         * src/procmsg.c
4446                 fixed wrong return value
4447
4448 2003-01-02 [thorsten]   0.8.8claws39
4449
4450         * src/prefs.c
4451                 fixed printing wrong variable
4452
4453 2003-01-02 [thorsten]   0.8.8claws38
4454
4455         * src/prefs.c
4456                 fixed acessing members of freed pfile struct
4457
4458 2003-01-02 [thorsten]   0.8.8claws37
4459
4460         * src/procmsg.c
4461                 detect loops across several messages
4462                 as suggested by Christoph Hohmann
4463
4464 2003-01-01 [match]      0.8.8claws36
4465
4466         * src/addrindex.c
4467                 fixed another memory leak.
4468
4469 2003-01-01 [match]      0.8.8claws35
4470
4471         * src/jpilot.[ch]
4472                 fixed memory leaks. applied Doxygen comments.
4473
4474 2003-01-01 [thorsten]   0.8.8claws34
4475
4476         * src/procmsg.c
4477                 inhibit endless loop if msg references itself
4478                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4479
4480 2003-01-01 [christoph]  0.8.8claws33
4481
4482         * src/mainwindow.c
4483         * src/gtk/Makefile.am
4484         * src/gtk/pluginwindow.c                ** NEW **
4485         * src/gtk/pluginwindow.h                ** NEW **
4486                 add plugin window
4487
4488         * src/plugins/demo/demo.c
4489         * src/plugins/spamassassin/spamassassin.c
4490         * src/plugins/spamassassin/spamassassin_gtk.c
4491                 write better plugin descriptions
4492
4493 2002-12-31 [christoph]  0.8.8claws32
4494
4495         * src/gtk/prefswindow.c
4496         * src/plugins/spamassassin/spamassassin_gtk.c
4497                 some small improvements to GTK code
4498
4499 2002-12-31 [christoph]  0.8.8claws31
4500
4501         * src/plugins/spamassassin/spamassassin_gtk.c
4502                 enable folder select button
4503
4504 2002-12-31 [christoph]  0.8.8claws30
4505
4506         * src/mainwindow.c
4507         * src/gtk/Makefile.am
4508         * src/gtk/prefswindow.c                         ** NEW **
4509         * src/gtk/prefswindow.h                         ** NEW **
4510                 add new prefs window
4511
4512         * src/common/plugin.c
4513                 don't try to load empty config lines
4514         
4515         * src/plugins/spamassassin/Makefile.am
4516         * src/plugins/spamassassin/spamassassin.c
4517         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4518         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4519                 GTK config for SpamAssassin Plugin using
4520                 the new prefs window
4521
4522 2002-12-31 [paul]       0.8.8claws29
4523
4524         * po/POTFILES.in
4525                 remove obsolete entry 'src/menu.c'
4526
4527 2002-12-31 [alfons]     0.8.8claws28
4528
4529         * src/matcher.[ch]
4530         * src/matcher_parser_parse.y
4531         * src/prefs_matcher.c
4532                 add "ignore_thread" and "~ignore_thread" condition so it's
4533                 possible to make the actions / scoring operate on the ignore
4534                 thread flag
4535
4536 2002-12-31 [christoph]  0.8.8claws27
4537
4538         * src/addrbook.c
4539         * src/addrindex.c
4540         * src/folder.c
4541         * src/matcher.c
4542         * src/prefs_account.c
4543         * src/prefs_actions.c
4544         * src/prefs_customheader.c
4545         * src/prefs_display_header.c
4546         * src/prefs_gtk.c
4547         * src/procmime.c
4548         * src/toolbar.c
4549         * src/xmlprops.c
4550         * src/common/prefs.[ch]
4551                 extend prefs file handling for reading and automatic handling
4552                 of blocks. When reading prefs_set_block_label will automatically
4553                 move on to the block. When writing it will copy all other blocks
4554                 automatically
4555
4556         * src/common/plugin.c
4557                 Now loading plugin filenames from [Plugins] block in
4558                 sylpheed rc file
4559
4560 2002-12-30 [christoph]  0.8.8claws26
4561
4562         * src/common/hooks.[ch]
4563                 return abort status to caller of hooks_invoke
4564                 
4565         * src/inc.[ch]
4566                 invoke message filtering hook and stop
4567                 default handling when filter returns abort
4568
4569         * src/common/plugin.[ch]
4570         * src/plugins/demo/demo.c
4571                 modify plugin loader, because resolving symbols for strings
4572                 does not work correctly
4573         
4574         * configure.in
4575         * ac/spamassassin.m4                            ** NEW **
4576         * src/plugins/spamassassin/.cvsignore           ** NEW **
4577         * src/plugins/spamassassin/Makefile.am          ** NEW **
4578         * src/plugins/spamassassin/README               ** NEW **
4579         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4580         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4581         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4582                 add spamassassin plugin, see src/plugins/spamassassin/README
4583                 for details
4584
4585 2002-12-29 [alfons]     0.8.8claws25
4586
4587         * src/mainwindow.c
4588                 when moving focus from a message view to the main 
4589                 window, don't forget to select the summary node
4590                 of the displayed message. should fix "[ 659103 ] 
4591                 focus-follows-mouse confuses sylpheed"
4592
4593 2002-12-29 [christoph]  0.8.8claws24
4594
4595         * src/Makefile.am
4596         * src/stringtable.[ch]          ** REMOVE **
4597         * src/common/Makefile.am
4598         * src/common/stringtable.[ch]   ** NEW **
4599                 move stringtable files to common directory
4600
4601 2002-12-29 [christoph]  0.8.8claws23
4602
4603         * src/Makefile.am
4604         * src/menu.[ch]                 ** REMOVE **
4605         * src/gtk/Makefile.am
4606         * src/gtk/menu.[ch]             ** NEW **
4607                 move menu files to gtk directory
4608
4609 2002-12-29 [match]      0.8.8claws22
4610
4611         * src/addressbook.c
4612         * src/syldap.c
4613                 moved UI specific code out of LDAP code into addressbook
4614                 UI code. fixed memory leak.
4615
4616 2002-12-29 [christoph]  0.8.8claws21
4617
4618         * src/folder.c
4619                 only check for IGNORED parent message when message is
4620                 not IGNORED itself
4621
4622 2002-12-29 [alfons]     0.8.8claws20
4623
4624         * src/summaryview.c
4625                 set gtksctree's anchor correct (immediate execute
4626                 changes the tree's layout, and anchor points at 
4627                 the incorrect row). fixes "[ 657233 ] multiple msg 
4628                 delete sometimes off by 1".
4629                 we probably have to look for more tree layout /
4630                 anchor glitches.
4631
4632 2002-12-29 [paul]       0.8.8claws19
4633
4634         * src/summaryview.c
4635                 fix bug [ 659054 ] incorrect sorting of 'From' column
4636                 when using 'display sender using address book'
4637                 thanks to Alfons and Luke Plant
4638
4639 2002-12-29 [christoph]  0.8.8claws18
4640
4641         * src/folder.c
4642         * src/procmsg.[ch]
4643                 check parent messages for IGNORE THREAD flag, when adding,
4644                 moving or copying messages to a folder
4645
4646 2002-12-27 [alfons]     0.8.8claws17
4647
4648         re-organize matcher part 5; more to come
4649
4650         * src/matcher.c
4651                 hash keywords in matchparser_tab 
4652
4653 2002-12-27 [alfons]     0.8.8claws16
4654
4655         re-organize matcher part 4; more to come
4656
4657         * src/matcher_parser.h
4658         * src/matcher_parser_lex.l
4659         * src/matcher_parser_parse.y
4660                 cleanup
4661
4662 2002-12-27 [alfons]     0.8.8claws15
4663
4664         re-organize matcher part 3; more to come
4665
4666         * src/matcher.[ch]
4667                 cleanup
4668
4669 2002-12-27 [alfons]     0.8.8claws14
4670
4671         re-organize matcher part 2; more to come but this should
4672         work. cc me if there are any regressions.
4673
4674         * src/matcher.h
4675                 add prototype for get_matchparser_tab_id()
4676         * src/matcher_parser_lex.l
4677                 look up keywords using matchparser_tab_id();
4678
4679 2002-12-27 [alfons]     0.8.8claws12
4680
4681         re-organize matcher part 1
4682
4683         * src/matcher.h
4684                 map yacc generated constants to sylpheed matcher constants
4685         * src/matcher.c
4686                 add function to find a matcher constant from a string
4687
4688 2002-12-27 [christoph]  0.8.8claws11
4689
4690         * src/compose.c
4691                 MENUITEM_ADD casts the 4th argument from integer to pointer
4692                 so it probably should not be a pointer, this means we
4693                 should use account id for it and not the account's pointer
4694
4695 2002-12-27 [paul]       0.8.8claws10
4696
4697         * src/mainwindow.c
4698                 remove unneeded 'GtkWidget *vbox'
4699                 
4700         * src/summaryview.c
4701                 further sync with 0.8.8 - make sort
4702                 by recipient work as expected
4703                 
4704         * NEWS
4705                 sync with 0.8.8
4706
4707 2002-12-27 [paul]       0.8.8claws9
4708
4709         * po/pt_BR.po
4710                 updated by Ivan F. Martinez
4711                 
4712 2002-12-27 [darko]      0.8.8claws8
4713
4714         * src/common/utils.c
4715                 added locked pattern to extended search
4716
4717 2002-12-27 [alfons]     0.8.8claws7
4718
4719         * src/prefs_matcher.[ch]
4720                 clean up
4721
4722 2002-12-26 [alfons]     0.8.8claws6
4723
4724         * src/matcher.[ch]
4725         * src/matcher_parser_lex.l
4726         * src/matcher_parser_parse.y
4727         * src/prefs_matcher.c
4728                 allow color label as a condition in the matcher
4729
4730 2002-12-26 [oliver]     0.8.8claws5
4731         
4732         * src/toolbar.c 
4733                 enable Addressbook for Main and Messageview
4734         * src/prefs_actions.c
4735                 enable actions in Messageview
4736
4737 2002-12-26 [christoph]  0.8.8claws4
4738
4739         * src/common/plugin.c
4740                 add a little debug output
4741         * configure.in
4742         * src/plugins/demo/Makefile.am
4743                 better use of automake
4744
4745 2002-12-26 [christoph]  0.8.8claws3
4746
4747         * src/Makefile.am
4748         * src/common/Makefile.am
4749                 fix "make distdir"
4750
4751 2002-12-26 [christoph]  0.8.8claws2
4752
4753         * configure.in
4754                 sort configure checks into common / gtk / plugins
4755         * po/POTFILES.in
4756                 add src/prefs_gtk.c
4757         * src/Makefile.am
4758                 add plugins SUBDIR
4759         * src/main.c
4760         * src/common/sylpheed.[ch]
4761                 added now sylpheed_done function for shutdown
4762         * src/common/Makefile.am
4763         * src/common/plugin.[ch]                ** NEW **
4764                 plugin loader and unloader
4765         * src/plugins/.cvsignore                ** NEW **
4766         * src/plugins/Makefile.am               ** NEW **
4767                 build plugins
4768         * src/plugins/demo/.cvsignore           ** NEW **
4769         * src/plugins/demo/Makefile.am          ** NEW **
4770         * src/plugins/demo/demo.c               ** NEW **
4771                 small demo plugin that installs a logtext hook and
4772                 outputs the log text to stdout
4773
4774 2002-12-26 [paul]       0.8.8claws1
4775
4776         * po/es.po
4777                 updated by Ricardo Mones Lastra
4778
4779 2002-12-26 [paul]       0.8.8claws
4780
4781         * 0.8.8claws released
4782
4783 2002-12-26 [paul]       0.8.7claws12
4784
4785         * po/bg.po
4786                 updated by George Danchev
4787
4788 2002-12-26 [paul]       0.8.7claws11
4789
4790         * po/POTFILES.in
4791                 remove unneeded 'src/prefs.c' entry 
4792
4793 2002-12-26 [paul]       0.8.7claws10
4794
4795         * src/codeconv.c
4796           src/mainwindow.c
4797                 sync with 0.8.8 release
4798         
4799         * src/folder.[ch]
4800           src/mh.c
4801           src/summaryview.c
4802                 partial sync with 0.8.8 release
4803         
4804
4805 2002-12-25 [alfons]     0.8.7claws9
4806
4807         * src/matcher.[ch]
4808         * src/matcher_parser_lex.l
4809         * src/matcher_parser_parse.y
4810         * src/prefs_matcher.c
4811                 add locked flag to possible filtering / matcher 
4812                 conditions (also a good example what should be
4813                 done to add a simple boolean condition)
4814
4815 2002-12-25 [christoph]  0.8.7claws8
4816
4817         * src/Makefile.am
4818         * src/account.[ch]
4819         * src/addrbook.c
4820         * src/addressbook.c
4821         * src/addrindex.c
4822         * src/filtering.c
4823         * src/folder.c
4824         * src/matcher.c
4825         * src/prefs.[ch]                ** REMOVE **
4826         * src/prefs_account.c
4827         * src/prefs_actions.c
4828         * src/prefs_common.c
4829         * src/prefs_customheader.c
4830         * src/prefs_display_header.c
4831         * src/prefs_filtering.c
4832         * src/prefs_folder_item.c
4833         * src/prefs_gtk.[ch]            ** NEW **
4834         * src/prefs_matcher.c
4835         * src/prefs_scoring.c
4836         * src/prefs_summary_column.c
4837         * src/procmime.c
4838         * src/selective_download.c
4839         * src/toolbar.c
4840         * src/common/Makefile.am
4841         * src/common/prefs.[ch]         ** NEW **
4842                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4843
4844 2002-12-24 [alfons]     0.8.7claws7
4845
4846         * src/summaryview.c
4847                 summary_thread_build(): fix real cause of the crash mentioned in
4848                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4849                 this way we get meaningful ctree nodes 
4850
4851 2002-12-24 [oliver]     0.8.7claws6
4852
4853         * src/mainwindow.[ch]
4854         * src/messageview.[ch]
4855         * src/compose.[ch]
4856         * src/inc.c
4857         * src/summaryview.c
4858                 changes to use updated toolbar handling
4859                 
4860 2002-12-24 [oliver]     0.8.7claws5
4861
4862         * src/toolbar.[ch]
4863                 generic toolbar handling
4864                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4865         * src/prefs_toolbar.[ch]
4866                 adjust to handling
4867         
4868 2002-12-24 [oliver]     0.8.7claws4
4869         
4870         * src/stock_pixmap.[ch]
4871                 move SYLPHEED_LOGO to end of list in order 
4872                 to remove it from Custom Toolbar`s Icon View
4873
4874 2002-12-24 [alfons]     0.8.7claws3
4875
4876         * src/summaryview.c
4877                 summary_thread_build(): fix crash because of focus != selection 
4878                 after threading. when deleting the selection, gtk tries but fails 
4879                 to find the correct focusable element. we now force the selection
4880                 to be focused. this should solve the infamous bug reported by 
4881                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4882                 a test case is available. 
4883
4884 2002-12-24 [darko]      0.8.7claws2
4885
4886         * src/summaryview.c
4887                 don't crash when unmarking message with unread children
4888
4889 2002-12-23 [christoph]  0.8.7claws1
4890
4891         * src/Makefile.am
4892         * src/common/Makefile.am
4893                 update Makefiles for moved intl.h, version.h and defs.h
4894         * src/imap.c
4895                 rewrite imap_session_get to avoid duplicate code
4896
4897 2002-12-23 [paul]       0.8.7claws
4898
4899         * Santa-Claws released
4900         
4901         * po/hu.po
4902           po/ru.po
4903                 squeeze in updated Hungarian and Russian translations.
4904                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4905
4906 2002-12-23 [paul]       0.8.6claws129
4907
4908         * po/pl.po
4909                 updated by Witold Wladyslaw Wojciech Wilk
4910
4911 2002-12-23 [paul]       0.8.6claws128
4912
4913         * src/quote_fmt_parse.y
4914                 fix typo and add licence header
4915
4916 2002-12-23 [paul]       0.8.6claws127
4917
4918         * po/en_GB.po
4919                 updated
4920
4921 2002-12-23 [paul]       0.8.6claws126
4922
4923         * po/it.po
4924                 updated translation, submitted by Alessandro Maestri
4925                 
4926 2002-12-23 [paul]       0.8.6claws125
4927
4928         * src/quote_fmt_parse.y
4929                 fix signature-stripping on replies bug. match
4930                 '-- \n' and not '-- '.
4931
4932 2002-12-22 [paul]       0.8.6claws124
4933
4934         * po/bg.po
4935           po/es.po
4936           po/sr.po
4937                 updated translations. submitted by George Danchev,
4938                 Ricardo Mones Lastra, and Urke MMI respectively
4939
4940 2002-12-21 [paul]       0.8.6claws123
4941
4942         * src/addrbook.c
4943                 fix coding style
4944
4945 2002-12-21 [paul]       0.8.6claws122
4946
4947         * src/addrbook.c
4948                 fix bug [643638] where if a person is in one or more
4949                 addressbook groups editing that person's email 
4950                 address results in removal from those groups.
4951                 Patch submitted by Luke Plant.
4952
4953 2002-12-20 [christoph]  0.8.6claws121
4954
4955         * src/common/utils.c
4956         * src/summaryview.c
4957                 reimplement expand_search_string using GString to
4958                 prevent crashs caused by miscalculated string
4959                 lengths reported by Paul
4960
4961 2002-12-20 [christoph]  0.8.6claws120
4962
4963         * src/summaryview.c
4964                 don't use "changed" to check if op_count has to be changed as it
4965                 is also set when the message has unread children
4966                 (closes bug [ 653221 ] crash while deleting duplicates)
4967
4968 2002-12-20 [paul]       0.8.6claws119
4969
4970         * sync with 0.8.6cvs27
4971                 see ChangeLog 2002-12-20
4972
4973 2002-12-20 [paul]       0.8.6claws118
4974
4975         * sync with 0.8.6cvs26
4976                 see ChangeLog 2002-12-19 and 2002-12-20
4977
4978 2002-12-19 [alfons]     0.8.6claws117
4979
4980         * src/textview.c
4981                 fix incorrect parsing of email addresses, submitted by 
4982                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4983                 name display if it contains @".
4984
4985 2002-12-18 [paul]       0.8.6claws116
4986
4987         * sync with 0.8.6cvs23
4988                 see ChangeLog 2002-12-18
4989
4990 2002-12-18 [paul]       0.8.6claws115
4991
4992         * src/Makefile.am
4993         * src/account.c
4994         * src/codeconv.c
4995         * src/gtkutils.[ch]
4996         * src/imap.c
4997                 sync with 0.8.6cvs22.
4998                 see ChangeLog 2002-12-17 and 2002-12-18
4999
5000 2002-12-17 [christoph]  0.8.6claws114
5001
5002         * src/imap.c
5003                 o don't create a session if imap greeting fails
5004                 o don't close socket when authentication fails
5005                   this is done by imap_session_destroy
5006
5007 2002-12-17 [thorsten]   0.8.6claws113
5008
5009         * tools/Makefile.am
5010           tools/README
5011           tools/google_msgid.pl ** NEW FILE **
5012                 Added "search for message-id" script and doc
5013
5014 2002-12-17 [thorsten]   0.8.6claws112
5015
5016         * po/hu.po
5017                 Updated hungarian translation
5018                 (updated by Gal Zoltan)
5019
5020 2002-12-16 [christoph]  0.8.6claws111
5021
5022         * src/addr_compl.c
5023                 remove stupid addressbook dump to debug output
5024         * src/mh.c
5025                 fix memory leak found by Hiro
5026
5027 2002-12-14 [paul]       0.8.6claws110
5028
5029         * src/compose.c
5030                 fix menubar sensitivity on send
5031                 
5032         * src/prefs_filtering.c
5033         * src/prefs_matcher.c
5034         * src/prefs_scoring.c
5035                 Fix english ;)
5036                 
5037         * src/common/quoted-printable.h
5038                 sync: fix typo
5039         
5040 2002-12-13 [christoph]  0.8.6claws109
5041
5042         * src/Makefile.am
5043         * src/manage_window.[ch]        ** REMOVE **
5044         * src/gtk/Makefile.am
5045         * src/gtk/manage_window.[ch]    ** NEW **
5046                 move manage_window files to gtk directory
5047
5048 2002-12-13 [christoph]  0.8.6claws108
5049
5050         * src/Makefile.am
5051         * src/gtkshruler.[ch]           ** REMOVE **
5052         * src/gtk/Makefile.am
5053         * src/gtk/gtkshruler.[ch]       ** NEW **
5054                 move gtkshruler files to gtk directory
5055
5056 2002-12-13 [christoph]  0.8.6claws107
5057
5058         * src/Makefile.am
5059         * src/compose.c
5060         * src/gtkstext.[ch]             ** REMOVE **
5061         * src/gtkutils.[ch]
5062         * src/textview.c
5063         * src/gtk/gtkstext.[ch]         ** NEW **
5064         * src/gtk/Makefile.am
5065                 o move stext functions to gtkstext.c to remove
5066                   dependency of gtkutils
5067                 o move gtkstext files to gtk directory
5068
5069         * src/gtk/Makefile.am
5070         * src/gtk/sslcertwindow.[ch]
5071                 UI stuff can always depend on common code so
5072                 it's ok to add ../common to include path
5073
5074 2002-12-13 [colin]      0.8.6claws106
5075
5076         * src/summaryview.c
5077                 Disconnect sighandlers for mainwindow when
5078                 quicksearch has the focus
5079                 Fix bug #653231
5080         * src/mainwindow.[ch]
5081                 Make key_pressed callback public, to be able
5082                 to disconnect it
5083
5084 2002-12-13 [christoph]  0.8.6claws105
5085
5086         * src/mh.c
5087                 create .mh_sequences file in new MH folders
5088                 (closes feature request [ 523162 ] MH folders should
5089                  get a .mh_sequences)
5090
5091 2002-12-13 [colin]      0.8.6claws104
5092
5093         * src/summaryview.c
5094                 Better handling of quicksearch show/hide
5095                 (basically the button stays under the mouse 
5096                  when toggled)
5097
5098 2002-12-13 [paul]       0.8.6claws103
5099
5100         * sync with 0.8.6cvs17
5101                 see ChangeLog 2002-12-13
5102
5103 2002-12-13 [paul]       0.8.6claws102
5104
5105         * po/es.po
5106                 updated by Ricardo Mones Lastra
5107
5108 2002-12-11 [colin]       0.8.6claws101
5109
5110         * src/folder.c
5111                 remove statusbar stuff
5112           src/folderview.c
5113                 set statusbar verbosity when moving folders
5114
5115 2002-12-11 [colin]       0.8.6claws100
5116         * src/prefs_filtering.c
5117         * src/prefs_matcher.c
5118         * src/prefs_scoring.c
5119                 Fix english ;)
5120
5121 2002-12-11 [colin]       0.8.6claws99
5122
5123         * src/prefs_common.[ch]
5124                 Add summary_quicksearch_type
5125         * src/summaryview.c
5126                 Save last used quicksearch type
5127
5128 2002-12-11 [jens]       0.8.6claws98
5129         * src/prefs_filtering.c
5130         * src/prefs_matcher.c
5131         * src/prefs_scoring.c
5132                 added dialog for incomplete rules in scoring, filtering and
5133                 matcher to ask wheather really close
5134
5135 2002-12-11 [colin]      0.8.6claws97
5136
5137         * src/folder.c
5138                 Fix folder dnd statusbar logging
5139
5140 2002-12-10 [christoph]  0.8.6claws96
5141
5142         * src/compose.c
5143         * src/folder.c
5144         * src/imap.c
5145         * src/inc.c
5146         * src/main.c
5147         * src/mainwindow.c
5148         * src/news.c
5149         * src/send.c
5150         * src/statusbar.[ch]
5151         * src/common/hooks.c
5152         * src/common/log.[ch]
5153                 o handle verbose logging in statusbar directly in statusbar code
5154                   and common code does not need any knowledge about a statusbar
5155                 o remove direct calls to statusbar_(puts|pop)_all functions
5156
5157 2002-12-10 [jens]       0.8.6claws95
5158
5159         * src/*.c
5160                 removed gettext from g_warnings
5161         * po/POTFILES.in
5162                 cleaned and updated
5163         * po/de.po
5164                 updated
5165
5166 2002-12-10 [colin]      0.8.6claws94
5167
5168         * src/main.c
5169                 finish crash dialog fix
5170
5171 2002-12-10 [colin]      0.8.6claws93
5172
5173         * src/main.c
5174                 "Fix" "sylpheed already running" instead of
5175                 crash dialog appearing after a crash
5176
5177 2002-12-10 [colin]      0.8.6claws92
5178
5179         * po/POTFILES.in
5180                 add src/gtk/sslcertwindow.c
5181
5182 2002-12-10 [paul]       0.8.6claws91
5183
5184         * po/POTFILES.in
5185                 updated to reflect recent changes
5186                 submitted by Alessandro Maestri
5187
5188 2002-12-09 [christoph]  0.8.6claws90
5189
5190         * src/Makefile.am
5191         * src/smtp.[ch]                 ** REMOVE **
5192         * src/common/Makefile.am
5193         * src/common/smtp.[ch]          ** NEW **
5194                 move smtp files to common directory
5195
5196 2002-12-09 [christoph]  0.8.6claws89
5197
5198         * src/Makefile.am
5199         * src/session.[ch]              ** REMOVE **
5200         * src/common/Makefile.am
5201         * src/common/session.[ch]       ** NEW **
5202                 move session files to common directory
5203
5204 2002-12-09 [paul]       0.8.6claws88
5205
5206         * src/account.c
5207                 fix bug [649746] edit accounts: move account reverted
5208                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5209
5210 2002-12-09 [colin]      0.8.6claws87
5211
5212         * src/ssl_certificate.c
5213                 cleanup
5214
5215 2002-12-09 [colin]      0.8.6claws86
5216
5217         * src/ssl.c
5218                 Try to open the cert.pem database and 
5219                 issue a warning if it isn't there
5220
5221 2002-12-09 [colin]      0.8.6claws85
5222
5223         * src/common/ssl_certificate.c
5224         * src/gtk/sslcertwindow.c
5225                 Warning fixes
5226
5227 2002-12-09 [colin]      0.8.6claws84
5228
5229         * src/ssl_certificate.[ch] ** REMOVED **
5230         * src/common/ssl_certificate.[ch] ** NEW **
5231         * src/Makefile.am
5232         * src/common/Makefile.am
5233                 Moved ssl_certificate.[ch] to common
5234         * src/common/ssl.c 
5235                 Put back needed include
5236         * src/gtk/sslcertwindow.[ch]
5237                 Changed ssl_certificate.h include
5238         
5239 2002-12-09 [colin]      0.8.6claws83
5240
5241         * src/gtk/sslcertwindow.[ch]
5242                 Implement hook for certificate acception
5243         * src/ssl_certificate.[ch]
5244                 Implement hook for certificate acception
5245         * src/common/ssl.c
5246                 Reenable certificate acception check
5247         * src/mainwindow.c
5248                 Register sslcertwindow's hook
5249         
5250 2002-12-08 [christoph]  0.8.6claws82
5251
5252         * src/about.c
5253         * src/addr_compl.c
5254         * src/codeconv.c
5255         * src/manual.c
5256         * src/undo.c
5257         * src/common/utils.c
5258                 o add missing includes
5259                 o fix warnings
5260         * src/.cvsignore
5261         * src/common/.cvsignore
5262         * src/common/version.h          ** REMOVE **
5263                 remove autogenerated file
5264
5265 2002-12-08 [paul]       0.8.6claws81
5266
5267         * src/stringtable.c
5268                 put back needed include
5269
5270 2002-12-08 [colin]      0.8.6claws80
5271         
5272         * src/gtk/sslcertwindow.c
5273                 Cleaner popups when asking
5274         * src/ssl_certificate.c
5275         * src/prefs_common.[ch]
5276                 remove ssl certificate pref
5277                 put back needed include
5278         * src/undo.c
5279                 put back needed include
5280
5281 2002-12-08 [christoph]  0.8.6claws79
5282
5283         * src/folderview.c
5284         * src/logwindow.c
5285         * src/statusbar.c
5286         * src/summaryview.c
5287                 only abort hook invokation if required data is missing not
5288                 if our own data pointer is NULL, update hookfunction for
5289                 log window
5290
5291 2002-12-08 [paul]       0.8.6claws78
5292
5293         * src/about.c
5294         * src/addrcache.c
5295         * src/addrclip.c
5296         * src/addr_compl.c
5297         * src/addrselect.c
5298         * src/codeconv.c
5299         * src/colorlabel.c
5300         * src/enriched.c
5301         * src/esmtp.c
5302         * src/exporthtml.c
5303         * src/headerview.c
5304         * src/imageview.c
5305         * src/manual.c
5306         * src/noticeview.c
5307         * src/pgptext.c
5308         * src/scoring.c
5309         * src/sourcewindow.c
5310         * src/stringtable.c
5311         * src/undo.c
5312                 clean up: remove unneccesary includes
5313
5314 2002-12-08 [christoph]  0.8.6claws77
5315
5316         * src/folderview.c
5317         * src/statusbar.c
5318         * src/summaryview.c
5319         * src/common/hooks.[ch]
5320                 hook functions now have a gboolean return value, if a hook
5321                 returns TRUE it will stop executing of any more hooks in
5322                 the same hooklist for this invokation
5323
5324 2002-12-08 [colin]      0.8.6claws76
5325         
5326         * src/main.c
5327                 put back argv0 for CRASH_DIALOG
5328
5329 2002-12-08 [christoph]  0.8.6claws75
5330
5331         * src/Makefile.am
5332         * src/about.c
5333         * src/account.c
5334         * src/crash.c
5335         * src/esmtp.h
5336         * src/imap.[ch]
5337         * src/inc.c
5338         * src/main.c
5339         * src/mainwindow.c
5340         * src/news.c
5341         * src/pop.[ch]
5342         * src/prefs_account.[ch]
5343         * src/prefs_common.[ch]
5344         * src/send.[ch]
5345         * src/smtp.[ch]
5346         * src/ssl_certificate.[ch]
5347         * src/ssl_manager.[ch]
5348         * src/common/Makefile.am
5349         * src/common/log.c
5350         * src/common/nntp.[ch]
5351         * src/common/socket.[ch]
5352         * src/common/ssl.[ch]
5353         * src/gtk/sslcertwindow.[ch]
5354         * ac/openssl.m4
5355                 use new autoconf script to detect OpenSSL with extra parameters
5356                 to specify the location of libs and includes, also remove USE_SSL
5357                 to USE_OPENSSL
5358
5359         * src/common/sylpheed.[ch]
5360         * src/common/version.h.in
5361                 start seperation of common code initialization seperated from gui
5362
5363         * src/summaryview.c
5364                 The function that is called when a color label changes
5365                 should not change the color lable again
5366
5367 2002-12-08 [colin]      0.8.6claws74
5368
5369         * src/gtk/sslcertwindow.c
5370                 warning fixes
5371
5372 2002-12-08 [colin]      0.8.6claws73
5373
5374         * src/statusbar.c
5375           src/common/log.h
5376                 Register a hook for statusbar_puts_all
5377         * src/common/log.c
5378                 invoke statusbar_puts_all's hook
5379         
5380 2002-12-08 [colin]      0.8.6claws72
5381
5382         * src/ssl_certificate.c
5383                 Put back a badly-removed include
5384
5385 2002-12-08 [colin]      0.8.6claws71
5386
5387         * src/gtk/sslcertwindow.[ch]    ** NEW **
5388                 new certificate presentation
5389         * src/gtk/Makefile.am
5390                 add new files
5391         * src/ssl_certificate.[ch]
5392                 gtk cleanup, made utility functions public
5393         * src/ssl_manager.c
5394                 use new cert presentation
5395
5396 2002-12-07 [christoph]  0.8.6claws70
5397
5398         * src/Makefile.am
5399         * src/nntp.[ch]                 ** REMOVE **
5400         * src/common/Makefile.am
5401         * src/common/nntp.[ch]          ** NEW **
5402                 move nntp files to common directory
5403
5404 2002-12-07 [christoph]  0.8.6claws69
5405
5406         * src/procmsg.[ch]
5407         * src/summaryview.c
5408                 implement msginfo update callback using sylpheed's new
5409                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5410
5411 2002-12-06 [christoph]  0.8.6claws68
5412
5413         * src/editgroup.c
5414                 This patch changes the 'Edit Group Details' dialog to
5415                 allow extended selections in either pane, so that
5416                 addresses can be added or removed from a group more
5417                 quickly and easily. (it actually is a net decrease in
5418                 file size, as some unnecessary functions have been
5419                 removed). 
5420                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5421
5422 2002-12-06 [christoph]  0.8.6claws67
5423
5424         * src/Makefile.am
5425         * src/template.[ch]             ** REMOVE **
5426         * src/common/Makefile.am
5427         * src/common/template.[ch]      ** NEW **
5428                 move template files to common directory
5429
5430         * src/nntp.c
5431                 add missing log.h include
5432
5433 2002-12-06 [melvin]     0.8.6claws66
5434
5435         * src/prefs_actions.c
5436                 Added the trailing ">" syntax to insert command's output
5437                 without replacing old text (in contrast to trailing "|").
5438
5439 2002-12-05 [colin]      0.8.6claws65
5440         
5441         * src/common/utils.c
5442                 Don't modify original search_string or it'll change
5443                 the next iterations in the for()
5444
5445 2002-12-05 [darko]      0.8.6claws64
5446
5447         * src/common/utils.c
5448                 proper check for filtering commands, found by Colin
5449
5450 2002-12-05 [darko]      0.8.6claws63
5451
5452         * src/common/utils.c
5453                 check proper string for NULL pointer, found by Colin
5454
5455 2002-12-05 [darko]      0.8.6claws62
5456
5457         * src/common/utils.[ch]
5458                 expand_search_string(): new function
5459                 converts Mutt-like patterns to Sylpheed's
5460                 filtering engine
5461         * src/summaryview.c
5462                 use expand_search_string() to allow Mutt-like
5463                 patterns in extended search
5464         * README.claws
5465                 document extended option in quick search
5466
5467 2002-12-05 [paul]       0.8.6claws61
5468
5469         * sync with 0.8.6cvs16
5470                 see ChangeLog 2002-12-05
5471                 
5472         * po/POTFILES.in
5473                 clean up
5474
5475 2002-12-04 [christoph]  0.8.6claws60
5476
5477         * src/imap.[ch]
5478                 put imap authentication code into a new function and
5479                 remove it from imap_session_new that will allow to
5480                 send other commands before authentication
5481
5482 2002-12-04 [christoph]  0.8.6claws59
5483
5484         * src/imap.[ch]
5485                 use already existing method to prevent unneeded IMAP
5486                 folder selects. Set imap_select parameters to NULL
5487                 in some functions if the values are not required.
5488
5489         * src/xml.h
5490                 remove no longer required include
5491
5492 2002-12-04 [paul]       0.8.6claws58
5493
5494         * po/es.po
5495                 updated by Ricardo Mones Lastra
5496                 
5497         * configure.in
5498           po/hu.po      ** NEW FILE **
5499                 initial Hungarian translation, submitted
5500                 by Gál Zoltán <galzoli@hu.inter.net>
5501
5502 2002-12-03 [christoph]  0.8.6claws57
5503
5504         * src/Makefile.am
5505         * src/gtksctree.[ch]            ** REMOVE **
5506         * src/gtk/Makefile.am
5507         * src/gtk/gtksctree.[ch]        ** NEW **
5508                 move gtksctree files to gtk directory
5509
5510 2002-12-03 [christoph]  0.8.6claws56
5511
5512         * src/Makefile.am
5513         * src/md5.[ch]                  ** REMOVE **
5514         * srm/common/Makefile.am
5515         * src/common/md5.[ch]           ** NEW **
5516                 move md5 files to common directory
5517
5518         * src/gtkstext.c
5519                 remove not required #include
5520
5521 2002-12-03 [sergey]     0.8.6claws55
5522
5523         * src/gtkutils.c
5524         * src/gtkutils.h
5525                 gtkut_window_popup(): new function.
5526         * src/mainwindow.c
5527                 main_window_popup(): use gtkut_window_popup() to raise
5528                 window without changing its position.
5529                 (see sylpheed-main ML message [sylpheed:17247])
5530
5531 2002-12-03 [sergey]     0.8.6claws54
5532
5533         * src/send.c
5534                 send_message_local(): removed first-dot escaping
5535                 (SMTP-only, not needed for sending through pipe)
5536
5537 2002-12-03 [paul]       0.8.6claws53
5538
5539         * po/POTFILES.in
5540                 update to reflect recent changes (thanks
5541                 to Ricardo Mones Lastra)
5542                 
5543         * tools/filter_conv.pl
5544                  fix problem with quoted strings. Patch submitted
5545                  by Luke Plant <lukeplant@softhome.net>
5546
5547 2002-12-03 [paul]       0.8.6claws52
5548
5549         * sync with 0.8.6cvs15
5550                 see ChangeLog 2002-12-03
5551
5552 2002-12-02 [christoph]  0.8.6claws51
5553
5554         * src/logwindow.[ch]
5555         * src/common/log.[ch]
5556                 implement logging using a hook function
5557
5558         * src/folderview.c
5559         * src/folder.[ch]
5560                 define hooklist name in header file to avoid
5561                 errors caused by wrong spelling of hooklist names
5562
5563         * src/toolbar.c
5564                 fix warnings
5565
5566 2002-12-02 [christoph]  0.8.6claws50
5567
5568         * src/common/Makefile.am
5569                 add src/common/hooks.[ch]
5570
5571         * src/common/hooks.[ch]
5572                 implement a simple hook system using glib's hook functions
5573
5574         * src/folder.[ch]
5575         * src/folderview.c
5576                 use new hook system for folder item updates
5577
5578 2002-12-02 [christoph]  0.8.6claws49
5579
5580         * doc-src/ui_seperation.txt     ** NEW **
5581                 information for ui seperation
5582
5583         * src/Makefile.am
5584                 remove files that were moved to common
5585                 include common directory by default for the header files
5586
5587         * src/inc.c
5588         * src/common/socket.c
5589         * src/automaton.[ch]
5590                 implement automaton using g_io_*-functions instead of
5591                 gdk_input_add to make it ui independent
5592
5593         * src/codeconv.c
5594         * src/compose.c
5595         * src/ldif.c
5596         * src/pgptext.c
5597         * src/procmime.c
5598         * src/rfc2015.c
5599         * src/smtp.c
5600         * src/unmime.c
5601                 remove common/ prefix because directory is now in
5602                 include path
5603
5604         * src/compose.c
5605         * src/folder.c
5606         * src/folderview.c
5607         * src/mainwindow.c
5608         * src/messageview.c
5609         * src/prefs_common.c
5610         * src/procmsg.c
5611         * src/rfc2015.c
5612                 fix warnings
5613
5614         * src/imap.c
5615         * src/inc.c
5616         * src/news.c
5617         * src/pop.c
5618         * src/send.c
5619         * src/smtp.c
5620         * src/ssl_certificate.c
5621                 add log.h header file for logging functions
5622
5623         * src/main.c
5624         * src/common/utils.c
5625         * src/summaryview.c
5626         * src/xml.c
5627                 o move debug_mode to common/utils.c
5628                 o add functions to set and get debug_mode
5629
5630         * src/defs.h                    ** REMOVE **
5631         * src/intl.h                    ** REMOVE **
5632         * src/socket.[ch]               ** REMOVE **
5633         * src/ssl.[ch]                  ** REMOVE **
5634         * src/utils.[ch]                ** REMOVE **
5635                 replaced by new files in src/common/
5636         
5637         * src/common/Makefile.am
5638                 add new files in src/common/
5639
5640         * src/common/defs.h             ** NEW **
5641         * src/common/intl.h             ** NEW **
5642         * src/common/log.[ch]           ** NEW **
5643         * src/common/socket.[ch]        ** NEW **
5644         * src/common/ssl.[ch]           ** NEW **
5645         * src/common/utils.[ch]         ** NEW **
5646                 replacement for files in src/
5647
5648 2002-12-02 [colin]      0.8.6claws48
5649
5650         * src/folderview.c
5651                 Scroll folderview if necessary during dnd
5652
5653 2002-12-02 [colin]      0.8.6claws47
5654
5655         * src/folder.[ch]
5656                 Add check to verify a move is within a single mailbox
5657         * src/folderview.c
5658                 Add specific error string for this check
5659
5660 2002-12-02 [colin]      0.8.6claws46
5661
5662         * src/folder.c
5663                 Add a test to folder moving, remove a statusbar_print
5664         * src/folderview.c
5665                 Add Move folder... context-menu item
5666                 Factorize folder moving code
5667                 Enable folder DND for mbox
5668
5669 2002-12-01 [christoph]  0.8.6claws45
5670
5671         * ac/aspell.m4
5672                 remove conf.aspelltest if the version check fails
5673
5674 2002-11-30 [christoph]  0.8.6claws44
5675
5676         * autogen.sh
5677                 run libtoolize --force in autogen to create missing
5678                 libtool scripts
5679
5680 2002-11-30 [christoph]  0.8.6claws43
5681
5682         * src/Makefile.am
5683         * src/pgptext.c
5684         * src/procmime.c
5685         * src/rfc2015.c
5686         * src/uuencode.[ch]             ** REMOVED **
5687         * src/common/Makefile.am
5688         * src/common/uuencode.[ch]      ** NEW **
5689                 move uuen/decoder to common directory
5690
5691 2002-11-30 [christoph]  0.8.6claws42
5692
5693         * src/Makefile.am
5694         * src/base64.[ch]               ** REMOVED **
5695         * src/codeconv.c
5696         * src/compose.c
5697         * src/ldif.c
5698         * src/pgptext.c
5699         * src/procmime.c
5700         * src/rfc2015.c
5701         * src/smtp.c
5702         * src/unmime.c
5703         * src/common/Makefile.am
5704         * src/common/base64.[ch]        ** NEW **
5705                 move base64 en/decoder to common directory
5706
5707 2002-11-30 [christoph]  0.8.6claws41
5708
5709         * src/common                    ** NEW **
5710                 new directory for UI independent code
5711         * src/gtk                       ** NEW **
5712                 new directory for GTK frontend
5713         * src/common/.cvsignore         ** NEW **
5714         * src/gtk/.cvsignore            ** NEW **
5715                 ignore build files
5716         * src/common/Makefile.am        ** NEW **
5717         * src/gtk/Makefile.am           ** NEW **
5718                 automake files to build new seperated stuff
5719         * src/Makefile.am
5720                 the binary will currently still be build with the
5721                 files in src, so we include the code from the
5722                 subdirs for now after building the libs there
5723
5724 2002-11-30 [paul]       0.8.6claws40
5725
5726         * src/compose.c
5727                 fix bug [642731] 'Wrong selected account with drafted mail'
5728
5729 2002-11-29 [oliver]     0.8.6claws39
5730         
5731         * src/messageview.c
5732                 o update summaryview when switching between different
5733                   messageviews          
5734         * src/toolbar.c  
5735                 o check if messageview holds already removed msg
5736                   from summaryview
5737                 
5738
5739 2002-11-29 [oliver]     0.8.6claws38
5740
5741         * src/toolbar.c 
5742                 remove not needed variables and includes
5743                 make messageview stay opened and move to next when msgs are deleted 
5744
5745 2002-11-29 [oliver]     0.8.6claws37
5746         
5747         * src/toolbar.c 
5748                 disable compose button (messageview toolbar) by default
5749                 deleted msgs are moved to trash
5750         
5751 2002-11-29 [melvin]     0.8.6claws36
5752
5753         * configure.in
5754                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5755                 and to detect signatures expirations (gpgme 0.3.6)
5756
5757         * src/main.c
5758                 Use non obsolescent function for Gpgme engine checking.
5759
5760         * src/rfc2015.c
5761                 Inform about expired signatures or signatures which key
5762                 has expired. Expiration date is displayed.
5763
5764         * src/sigstatus.c
5765                 Inform about expired signatures or signatures which key
5766                 has expired.
5767
5768 2002-11-28 [paul]       0.8.6claws35
5769
5770         * src/folderview.c
5771                 re-instate 'Check for new messages' in Newsgroup
5772                 folders right-click menu, after a suggestion from
5773                 Tim Mann <timmann@users.sourceforge.net>
5774
5775         * src/main.c
5776                 after a crash check only local folders for new
5777                 messages
5778
5779 2002-11-28 [paul]       0.8.6claws34
5780
5781         * configure.in
5782                 apply patch that fixes the checking of GTK with XIM 
5783                 support on different OSs, such as FreeBSD. Patch 
5784                 submitted by Topia <topia@users.sourceforge.net>
5785                 
5786 2002-11-28 [paul]       0.8.6claws33
5787
5788         * src/mainwindow.c
5789           src/prefs_common.c
5790           src/prefs_toolbar.c
5791                 more changes to the English
5792
5793 2002-11-28 [paul]       0.8.6claws32
5794
5795         * sync with 0.8.6cvs13
5796                 see ChangeLog 2002-11-28 (no sync needed
5797                 for src/compose.c)
5798
5799 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5800         
5801         * src/mainwindow.[ch]
5802                 add patch by Ivan F. Martinez introducing messageview Toolbar
5803                 some changes and committed by oliver    
5804
5805 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5806
5807         * src/messageview.[ch]
5808                 add patch by Ivan F. Martinez introducing messageview Toolbar
5809                 some changes and committed by oliver    
5810
5811 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5812
5813         * src/compose.[ch]
5814                 add patch by Ivan F. Martinez introducing messageview Toolbar
5815                 some changes and committed by oliver    
5816
5817 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5818         
5819         * src/toolbar.[ch]
5820                 add patch by Ivan F. Martinez introducing messageview Toolbar
5821                 some changes and committed by oliver
5822
5823 2002-11-28 [oliver]     0.8.6claws27
5824         
5825         * src/prefs_toolbar.[ch]
5826                 getting ready for messageview toolbar
5827                 free mem allocated by gettext
5828                 change prefs_toolbar to prefs_toolbar_open
5829  
5830 2002-11-28 [thorsten]   0.8.6claws26
5831
5832         * src/imageview.[ch]
5833                 cleaned up conflicting declarations of
5834                 imageview_show_image()
5835
5836 2002-11-28 [paul]       0.8.6claws25
5837
5838         * src/grouplistdialog.c
5839           src/prefs_common.c
5840           src/prefs_summary_column.c
5841                 a few more improvements to the English
5842
5843 2002-11-28 [colin]      0.8.6claws24
5844
5845         * man/sylpheed.1
5846                 A few updates to command-line parameters
5847
5848 2002-11-28 [colin]      0.8.6claws23
5849
5850         * src/prefs_filtering.c
5851                 Fix problems with prefs_filtering_delete_path:
5852                 a) if the first rule is removed, original pointers
5853                    weren't updated (leading to segfaults)
5854                 b) it was always global_processing updated in case
5855                    of removed path was parent of rule path
5856
5857 2002-11-27 [paul]       0.8.6claws22
5858
5859         * src/mainwindow.c
5860           src/prefs_account.c
5861           src/prefs_actions.c
5862           src/prefs_common.c
5863           src/prefs_customheader.c
5864           src/prefs_display_header.c
5865           src/prefs_filtering.c
5866           src/prefs_folder_item.c
5867           src/prefs_matcher.c
5868           src/prefs_scoring.c
5869           src/prefs_summary_column.c
5870           src/prefs_template.c
5871           src/prefs_toolbar.c
5872                  improve the English in the GUI
5873
5874 2002-11-27 [colin]      0.8.6claws21
5875
5876         * src/folder.c
5877                 Fix processing renaming problems happening after
5878                 last commit
5879
5880 2002-11-27 [colin]      0.8.6claws20
5881
5882         * src/folder.c
5883                 recursive move now deletes src each subfolder after 
5884                 having moved it
5885         * src/folderview.c
5886                 Use identifier instead of path during dnd (enables
5887                 IMAP folder dnd)
5888
5889 2002-11-27 [paul]       0.8.6claws19
5890
5891         * src/main.c
5892                 apply patch that does command-line processing 
5893                 BEFORE gtk_init, allowing claws to run from 
5894                 shell-scripts in non-X environment (e.g. crontab 
5895                 or ip-up, ip-down scripts). Patch submitted by
5896                 Ruslan N. Balkin <baron@dartel.ru>
5897                 
5898         * po/it.po
5899                 updated by Alessandro Maestri
5900
5901 2002-11-27 [paul]       0.8.6claws18
5902
5903         * sync with 0.8.6cvs12
5904           src/prefs_common.c
5905                 Differences are that main uses a 'Receive dialog'
5906                 frame on the Interface tab, whereas claws groups all 
5907                 the dialogs together in a 'Dialogs' frame.
5908
5909 2002-11-27 [colin]      0.8.6claws17
5910
5911         * src/prefs_matcher.c
5912                 Fix Execute criteria's NOT flag
5913
5914
5915 2002-11-26 [christoph]  0.8.6claws16
5916
5917         * src/ssl.c
5918                 rewrite the ssl code a little bit, only use one
5919                 SSL context, set default certificates' file/path
5920
5921 2002-11-26 [thorsten]   0.8.6claws15
5922
5923         * src/compose.c
5924                 default-reply-to didn't work for ml-reply
5925
5926 2002-11-26 [melvin]     0.8.6claws14
5927
5928         * src/prefs_actions.c
5929                 Made pipe-actions ignore short headers in message view
5930                 Made trailing-pipe-actions write in the message view with
5931                 the same font as the original message
5932
5933 2002-11-26 [paul]       0.8.6claws13
5934
5935         * src/compose.c
5936                 this time commit the correct file
5937
5938 2002-11-26 [paul]       0.8.6claws12
5939
5940         * sync with 0.8.6cvs11
5941           src/quote_fmt_parse.y  
5942                 no sync needed
5943           src/account.[ch]       
5944                 not sync'ed
5945           src/compose.c
5946                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5947                 on draft mode.
5948                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5949                 header
5950                 
5951         see ChangeLog 2002-11-25 and 2002-11-26
5952
5953 2002-11-26 [colin]      0.8.6claws11
5954
5955         * src/folderview.c
5956                 Fix collapsed folder not auto-expanding during
5957                 mail dnd, if it was the source folder.
5958
5959 2002-11-25 [colin]      0.8.6claws10
5960
5961         * src/folderview.[ch]
5962                 Variable renaming and cleaning (slist of nodes 
5963                 to be re-collapsed is stored in FolderView)
5964
5965 2002-11-25 [paul]       0.8.6claws9
5966
5967         * src/prefs_common.[ch]
5968                 fix breakage caused by last commit
5969
5970 2002-11-25 [paul]       0.8.6claws8
5971
5972         * sync with 0.8.6cvs4
5973                 see ChangeLog 2002-11-21
5974
5975 2002-11-25 [paul]       0.8.6claws7
5976
5977         * sync with 0.8.6cvs4
5978                 see ChangeLog 2002-11-20
5979
5980 2002-11-25 [paul]       0.8.6claws6
5981
5982         * sync with 0.8.6cvs3
5983                 see ChangeLog 2002-11-18
5984
5985 2002-11-25 [colin]      0.8.6claws5
5986
5987         * src/gtkutils.[ch]
5988                 Add gtkut_ctree_node_is_parent()
5989         * src/folderview.c
5990                 Spring-loaded folders
5991
5992 2002-11-25 [colin]      0.8.6claws4
5993
5994         * src/utils.[ch]
5995                 Add slist_concat_unique(), function to merge
5996                 two GSList filtering dups
5997         * src/folder.[ch]
5998         * src/summaryview.[ch]
5999         * src/folderview.c
6000         * src/main.c
6001                 Add detection/update/display of unread answers
6002                 to marked mails
6003         * src/procmsg.[ch]
6004                 Add procmsg_find_children()
6005                 Add procmsg_msg_has_marked_parent()
6006
6007 2002-11-25 [colin]      0.8.6claws3
6008
6009         * src/ssl_certificate.[ch]
6010                 Allow checking a certificate without a DNS
6011                 lookup
6012                 Allow to forget a cert (by deleting it)
6013                 Make ssl_certificate_destroy_public
6014         * src/ssl_manager.[ch] ** NEW FILES **
6015                 Gui to manage (display/remove) certificates
6016         * src/prefs_common.[ch]
6017                 Add a pref to allow silent acceptation of
6018                 trusted certificates or not (based on the
6019                 "I want to know what's going on" principle)
6020         * src/mainwindow.c
6021                 Add SSL manager in Tools menu
6022         * src/Makefile.am
6023                 Add the new files to the build
6024         * po/POTFILES.in
6025                 Add ssl_manager.c to translations
6026
6027 2002-11-25 [colin]      0.8.6claws2
6028
6029         * src/summaryview.[ch]
6030                 Add S_SEARCH_EXTENDED to the quick search, which 
6031                 allows to search using filtering syntax.
6032
6033 2002-11-25 [colin]      0.8.6claws1
6034
6035         * src/summaryview.c
6036                 Deletion of duplicates now prefer deleting
6037                 the unread dup (fixes feature-request 638989).
6038
6039 2002-11-24 [paul]       0.8.6claws
6040
6041         * po/es.po
6042           po/pl.po
6043           po/ru.po
6044           po/sr.po
6045                 updated by Ricardo Mones Lastra,
6046                 Witold Wladyslaw Wojciech Wilk,
6047                 Ruslan N. Balkin, and  Urke MMI 
6048                 respectively
6049
6050 2002-11-24 [paul]       0.8.5claws182
6051
6052         * po/bg.po
6053                 updated by George Danchev
6054
6055 2002-11-23 [alfons]     0.8.5claws181
6056
6057         * src/imap.c
6058                 tiny memory leak found by browsing Dimitar's 
6059                 valgrind report
6060
6061 2002-11-23 [paul]       0.8.5claws180
6062
6063         * po/it.po
6064                 updated by Alessandro Maestri
6065
6066 2002-11-22 [christoph]  0.8.5claws179
6067
6068         * src/compose.c
6069         * src/inc.c
6070         * src/prefs_filtering.c
6071         * src/summaryview.c
6072                 more warning fixes
6073
6074 2002-11-22 [alfons]     0.8.5claws178
6075
6076         * src/summaryview.c
6077                 summary_execute_delete_func(): if message is deleted, make 
6078                 sure to also remove its entry in the subject hash table. 
6079                 fixes a corner case bug.
6080
6081 2002-11-22 [paul]       0.8.5claws177
6082
6083         * .cvsignore
6084                 add 'autom4te.cache'
6085                 
6086         * ltconfig      ** REMOVED **
6087                 not needed
6088
6089 2002-11-22 [paul]       0.8.5claws176
6090
6091         * src/textview.c
6092                 textview_set_font(): fix for message display in
6093                 UTF-8 locales (thanks to Sergey Vlasov).
6094                 
6095         * AUTHORS
6096                 add new team members and contributors
6097
6098
6099 2002-11-21 [colin]      0.8.5claws175
6100
6101         * src/procmsg.[ch]
6102                 Add procmsg_remove_special_headers()
6103         * src/mh.c
6104                 Use procmsg_remove_special_headers() for 
6105                 previous fix
6106
6107 2002-11-21 [colin]      0.8.5claws174
6108
6109         * src/mh.c
6110                 Fix moving/copying from queue/draft folders
6111                 for MH folders
6112
6113 2002-11-21 [christoph]  0.8.5claws173
6114
6115         * src/crash.c
6116         * src/filtering.c
6117         * src/logwindow.c
6118         * src/main.c
6119         * src/matcher_parser_lex.[hl]
6120         * src/mbox.c
6121         * src/mbox_folder.[ch]
6122         * src/prefs_filtering.c
6123         * src/procheader.c
6124         * src/quote_fmt_lex.l
6125         * src/ssl.c
6126                 fix all warnings except the warnings in lex and yacc files
6127
6128 2002-11-20 [christoph]  0.8.5claws172
6129
6130         * src/imap.c
6131                 fix MsgInfo retrieval for IMAP draft and queue folders
6132                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6133
6134 2002-11-19 [christoph]  0.8.5claws171
6135
6136         * src/compose.c
6137                 fix segfault, when draft saving does not get
6138                 the MsgInfo of the new message
6139                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6140
6141 2002-11-19 [christoph]  0.8.5claws170
6142
6143         * src/procmsg.c
6144                 add parameter check for flag setting function
6145                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6146
6147 2002-11-18 [paul]       0.8.5claws169
6148
6149         * src/compose.c
6150                 more sensitivity fixes to redirect mode:
6151                 * disable toolbar draft button
6152                 * allow only Address book in the Tools menu
6153                 * disable editing of message by the spell
6154                   checker
6155
6156 2002-11-18 [paul]       0.8.5claws168
6157
6158         * src/compose.c
6159                 fix sensitivity of menu items in compose_redirect():
6160                 allow only the necessary items 
6161
6162 2002-11-18 [paul]       0.8.5claws167
6163
6164         * src/compose.c
6165                 fix bug [ 603259 ] 'attachment got lost on bounce'
6166
6167 2002-11-18 [paul]       0.8.5claws166
6168
6169         * po/ru.po
6170                 updated by Ruslan N. Balkin <baron@dartel.ru>
6171
6172 2002-11-18 [colin]      0.8.5claws165
6173
6174         * src/main.c
6175           src/defs.h
6176                 Remove old filtering stuff
6177
6178
6179 2002-11-17 [oliver]     0.8.5claws164
6180
6181         * src/toolbar.h
6182                 remove not needed typedef 
6183
6184 2002-11-17 [oliver]     0.8.5claws163
6185
6186         * src/toolbar.c
6187                 make toolbar's on click events translatable
6188
6189 2002-11-15 [colin]      0.8.5claws162
6190
6191         * src/summaryview.c
6192                 Revert too-soon integration of a feature
6193
6194 2002-11-15 [christoph]  0.8.5claws161
6195
6196         * src/imap.c
6197                 use main's implementation of imap_get_msginfo
6198
6199 2002-11-15 [christoph]  0.8.5claws160
6200
6201         * src/compose.c
6202         * src/folder.[ch]
6203         * src/imap.c
6204         * src/mbox_folder.c
6205         * src/mh.c
6206         * src/news.c
6207         * src/procmsg.c
6208         * src/summaryview.c
6209                 replace claws' fetch_msginfo with main's get_msginfo
6210                 (use main's implementation where possible)
6211
6212 2002-11-15 [colin]      0.8.5claws159
6213
6214         * src/ssl_certificate.c
6215                 Missed a check
6216
6217 2002-11-16 [melvin]     0.8.5claws158
6218
6219         * po/fr.po
6220                 Updated French translations.
6221
6222 2002-11-16 [colin]      0.8.5claws157
6223
6224         * src/ssl_certificate.c
6225                 Check for missing parts in the certificates
6226
6227 2002-11-15 [colin]      0.8.5claws156
6228
6229         * src/folderview.c
6230                 Preventive fix (missing check) found by
6231                 Alfons
6232
6233 2002-11-15 [paul]
6234
6235         * NEWS
6236                 sync with 0.8.6 release
6237
6238 2002-11-15 [colin]      0.8.5claws155
6239
6240         * src/folder.[ch]
6241           src/folderview.c
6242                 Fix error handling of folder_item_move_to()
6243                 (thanks to Alfons!)
6244
6245 2002-11-15 [colin]      0.8.5claws154
6246
6247         * src/folder.[ch]
6248           src/folderview.c
6249                 folder_item_move_to() sets an error message instead
6250                 of having GUI stuff in folder.c
6251
6252 2002-11-15 [colin]      0.8.5claws153
6253
6254         * src/procmsg.[ch]
6255                 Implemented a callback for MsgInfo updates, 
6256                 heavily copy/pasted from Christoph's folder 
6257                 callback system
6258         * src/summaryview.[ch]
6259                 Register summary_update_msg as callback
6260
6261 2002-11-14 [colin]      0.8.5claws152
6262         
6263         * src/procmsg.c
6264                 Update the FolderItem after sending (fixes 617593)
6265
6266 2002-11-14 [christoph]  0.8.5claws151
6267
6268         * src/folder.c
6269                 fix wrong position of NULL pointer check found
6270                 by Sergey
6271
6272 2002-11-14 [christoph]  0.8.5claws150
6273
6274         * src/folder.c
6275                 fix segfault when deleting messages from IMAP folders
6276                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6277
6278 2002-11-14 [colin]      0.8.5claws149
6279
6280         * src/compose.c
6281                 Forwarding was also ignoring the folder's default account.
6282
6283 2002-11-14 [colin]      0.8.5claws148
6284
6285         * src/compose.c
6286                 Fix sent folder not set to folder properties when 
6287                 forwarding.
6288
6289 2002-11-14 [thorsten]   0.8.5claws147
6290
6291         * src/inc.c
6292                 inc_start(): Files were not moved from .processing to inbox,
6293                 if no global processing rule existed
6294
6295 2002-11-14 [colin]      0.8.5claws146
6296
6297         * src/ssl_certificate
6298                 Fix file operations
6299
6300 2002-11-14 [paul]       0.8.5claws145
6301
6302         * po/it.po
6303                 updated by Alessandro Maestri
6304
6305 2002-11-13 [alfons]     0.8.5claws144
6306
6307         * src/folder.c
6308                 folder_item_close(): only mark messages unread
6309                 when a folder has new messages 
6310
6311 2002-11-13 [keith]      0.8.5claws143
6312
6313         * src/imap.c
6314                 Fix problem moving or copying between
6315                 IMAP folders
6316
6317 2002-11-13 [colin]      0.8.5claws142
6318
6319         * src/matcher_parser_parse.y
6320                 Fix rule problem when " don't match
6321
6322 2002-11-13 [christoph]  0.8.5claws141
6323
6324         * src/folder.c
6325         * src/folderview.c
6326                 moved cache saving to folder_item_close
6327                 the folderview should not have to deal with
6328                 this things
6329
6330 2002-11-13 [christoph]  0.8.5claws140
6331
6332         * src/summaryview.c
6333                 moved setting of important score to
6334                 summary_set_prefs_from_folderitem
6335
6336 2002-11-13 [colin]      0.8.5claws139
6337
6338         * src/matcher_parser_parse.y
6339                 Fix a segfault in the parser (happening when
6340                 a good expression had been tested and a bad 
6341                 one arrives)
6342
6343 2002-11-13 [paul]       0.8.5claws138
6344
6345         * sync with 0.8.5cvs24
6346                 see ChangeLog 2002-11-13
6347                 
6348         * po/pt_BR.po
6349                 updated by Fabio Jr. Beneditto
6350
6351 2002-11-13 [colin]      0.8.5claws137
6352         
6353         * src/msgcache.c
6354           src/defs.h
6355           src/procmsg.[ch]
6356                 Revert last commit, problem
6357
6358 2002-11-13 [colin]      0.8.5claws136
6359
6360         * src/msgcache.c
6361                 Remove duplicated code
6362         * src/defs.h
6363                 Bumped CACHE_VERSION and MARK_VERSION
6364         * src/procmsg.[ch]
6365                 Network endian for cache and mark files
6366
6367 2002-11-12 [colin]      0.8.5claws135
6368
6369         * src/inc.c
6370                 Fix the "socket error" dialog which disappeared
6371
6372 2002-11-12 [colin]      0.8.5claws134
6373
6374         * src/msgcache.c
6375                 Reverse last commit which had performance 
6376                 problems, but still reverse the list
6377
6378 2002-11-12 [colin]      0.8.5claws133
6379
6380         * src/msgcache.c
6381                 Reverse list order
6382
6383 2002-11-12 [melvin]     0.8.5claws132
6384
6385         * src/compose.c
6386                 Added a check for a NULL prefs_common.dictionary
6387
6388 2002-11-12 [colin]      0.8.5claws131
6389
6390         * src/ssl_certificate.[ch]
6391                 Use FQDN hostname
6392
6393 2002-11-12 [colin]      0.8.5claws130
6394
6395         * src/ssl_certificate.[ch]
6396                 Take connection port into account for 
6397                 checking certificates (a single hostname
6398                 could have multiple servers with multiple
6399                 certificates)
6400         * src/ssl.c
6401                 Pass the port to ssl_certificate_check
6402
6403 2002-11-12 [paul]       0.8.5claws129
6404
6405         * src/folder.c
6406                 fix a typo in last commit
6407
6408 2002-11-12 [paul]       0.8.5claws128
6409
6410         * sync with 0.8.5cvs23
6411                 see ChangeLog entry 2002-11-12
6412
6413 2002-11-11 [colin]      0.8.5claws127
6414
6415         * src/ssl_certificate.c
6416                 Cleaner messages
6417                 Don't popup, instead log error, if the 
6418                 corresponding pref is checked
6419         * src/ssl_certificate.h
6420                 include <openssl/objects/h>
6421
6422 2002-11-11 [colin]      0.8.5claws126
6423
6424         * src/ssl_certificate.h
6425                 _Really_ clean it
6426
6427 2002-11-11 [colin]      0.8.5claws125
6428         
6429         * src/ssl_certificate.c
6430                 Fixed leak
6431
6432 2002-11-11 [colin]      0.8.5claws124
6433
6434         * src/ssl.c
6435                 Cleaned a bit
6436         * src/ssl_certificate.[ch]
6437                 Cleaned a bit (better use of SSL API)
6438                 (This will cause non-recognition of saved 
6439                  certificates of claws12[23]...)
6440
6441 2002-11-11 [paul]       0.8.5claws123
6442         
6443         * po/es.po
6444                 updated by Ricardo Mones Lastra
6445
6446 2002-11-11 [colin]      0.8.5claws122
6447
6448         * src/ssl.c
6449                 Fix a typo
6450
6451 2002-11-11 [colin]      0.8.5claws121
6452
6453         * src/ssl_certificate.[ch] ** NEW FILES **
6454         * src/ssl.[ch]
6455                 Check SSL certificates presented to us
6456         * src/Makefile.am
6457                 Add ssl_certificate.[ch]
6458         * po/POTFILES.in
6459                 Add ssl_certificate.c
6460
6461 2002-11-11 [paul]       0.8.5claws120
6462
6463         * sync with 0.8.5cvs22
6464                 see ChangeLog 2002-11-11
6465
6466 2002-11-11 [paul]       0.8.5claws119
6467
6468         * sync with 0.8.5cvs21
6469                 see ChangeLog 2002-11-11
6470
6471 2002-11-10 [jens]       0.8.5claws118
6472
6473         * src/folder.c
6474         * src/folderview.c
6475                 corrected some typing
6476         * po/de.po
6477                 updated german translation
6478         * sylpheed.spec.in
6479                 cleaned up specfile and adjusted it for claws
6480
6481 2002-11-10 [colin]      0.8.5claws117
6482
6483         * src/summaryview.c
6484                 a STATUSBAR_PUSH/POP fix
6485
6486 2002-11-10 [colin]      0.8.5claws116
6487
6488         * src/prefs_folder_item.c
6489                 Fix hanging after opening folder properties
6490
6491 2002-11-10 [hoa]        0.8.5claws115
6492
6493         * src/matcher_parser_lex.l
6494         * src/matcher_parser_parse.y
6495                 config file for scoring and filtering is no more trashed
6496                 when there is a syntax error in a filtering rule when
6497                 editing it in a dialog.
6498
6499 2002-11-09 [colin]      0.8.5claws114
6500
6501         * src/mbox_folder.c
6502                 Added missing initialisation of folder->destroy()
6503
6504 2002-11-09 [colin]      0.8.5claws113
6505
6506         * src/folder.c
6507           src/folderview.c
6508                 Fix the status bar messages
6509
6510 2002-11-09 [colin]      0.8.5claws112
6511
6512         * src/folderview.c
6513                 Fix hangs after folder dnd, happening after 
6514                 claws109.
6515
6516 2002-11-09 [christoph]  0.8.5claws111
6517
6518         * src/folderview.c
6519                 just changed order of calls (reverse order of
6520                 associated calls)
6521         * src/inc.c
6522                 lock inc when checking only one account, otherwise
6523                 inc all could be executed at the same time
6524
6525 2002-11-09 [christoph]  0.8.5claws110
6526
6527         * src/folderview.c
6528                 better unlock the mouse cursor before calling
6529                 summary_show because it changes the cursor too
6530
6531 2002-11-09 [christoph]  0.8.5claws109
6532
6533         * src/folder.[ch]
6534         * src/folderview.c
6535                 add functions to open and close a folder
6536                 o opending will execute scanning for remote folders
6537                   and processing
6538                 o closing will unset new flag for messages
6539
6540 2002-11-09 [colin]      0.8.5claws108
6541
6542         * src/folder.c
6543                 Add a call to prefs_matcher_write_config to 
6544                 avoid non-leaf folders filtering settings to be
6545                 lost
6546
6547 2002-11-09 [paul]       0.8.5claws107
6548
6549         * src/prefs_account.c
6550                 re-word a label
6551
6552 2002-11-09 [colin]      0.8.5claws106
6553
6554         * src/folderview.c
6555                 Minor esthetic fix
6556
6557 2002-11-09 [colin]      0.8.5claws105
6558
6559         * src/folderview.c
6560                 Fix prefs_filtering deletion for MH folders (same
6561                 reason as below)
6562         * src/prefs_filtering.c
6563                 Fix prefs_filtering renaming and deletion for 
6564                 folder-based processing rules.  
6565
6566 2002-11-09 [christoph]  0.8.5claws104
6567
6568         * src/compose.c
6569         * src/folder.[ch]
6570         * src/folderview.[ch]
6571         * src/import.c
6572         * src/inc.c
6573         * src/main.c
6574         * src/mainwindow.c
6575         * src/messageview.c
6576         * src/prefs_folder_item.c
6577         * src/procmsg.c
6578         * src/summaryview.c
6579                 implement a callback system for folder item updates
6580
6581 2002-11-09 [colin]      0.8.5claws103
6582
6583         * src/folderview.c
6584                 Fix prefs_filtering renaming for MH folders (we
6585                 shouldn't rename by path as another folder could
6586                 have the same hierarchy).
6587
6588 2002-11-09 [colin]      0.8.5claws102
6589
6590         * src/folder.c
6591                 Fix a leak found by Christoph, use better variable
6592                 names
6593
6594 2002-11-09 [colin]      0.8.5claws101
6595
6596         * src/folder.c
6597                 One more fix for processing rules
6598
6599 2002-11-08 [colin]      0.8.5claws100
6600         
6601         * src/matcher.c
6602                 Don't copy the compiled regexp (will be reevaluated)
6603         * src/folderview.c
6604                 Lock folderview while moving
6605         * src/folder.c
6606                 Provide info on what's happening to the user
6607
6608 2002-11-08 [colin]      0.8.5claws99
6609
6610         * src/folderview.c
6611                 Fix folder reordering after a move if parent is 
6612                 root
6613         * src/scoring.[ch]
6614                 Add function to copy a ScoringProp
6615         * src/prefs_folder_item.c
6616                 Copy scoring rules when copying a folder prefs
6617
6618 2002-11-08 [colin]      0.8.5claws98
6619
6620         * src/folderview.c
6621                 Fixes in case of failure
6622         * src/filtering.[ch]    
6623                 Add function to duplicate a FilteringProp
6624         * src/matcher.[ch]
6625                 Add function to duplicate a MatcherProp
6626         * src/prefs_folder_item.c
6627                 Save folder's processing rules when copying 
6628                 its prefs
6629
6630 2002-11-08 [colin]      0.8.5claws97
6631         
6632         * src/folderview.c
6633                 Sort after move
6634         * src/folder.c 
6635                 Change a printf to debug_print
6636
6637 2002-11-08 [colin]      0.8.5claws96
6638
6639         * src/folder.c
6640           src/folderview.c
6641                 Fix segfaults, call me stupido
6642         
6643
6644 2002-11-08 [colin]      0.8.5claws95
6645
6646         *src/folder.c
6647                 Added forgotten prefs to save when moving folders
6648
6649 2002-11-08 [colin]      0.8.5claws94
6650
6651         * src/folder.c
6652                 Fixes to folder DND (prefs copy)
6653         * src/folderview.c
6654                 Optimization for folder DND (don't rescan whole tree)
6655                 Added folderview_create_folder_node() for this 
6656                 optimization, so de-duped a bit the code
6657         * src/prefs_folder_item.[ch]
6658                 Added prefs_folder_item_copy_prefs()    
6659           
6660 2002-11-08 [paul]       0.8.5claws93
6661
6662         * src/prefs_account.c
6663           tools/README
6664           tools/kmail2sylpheed_v2.pl
6665                 correct some typos
6666
6667 2002-11-08 [paul]       0.8.5claws92
6668
6669         * src/compose.c
6670           src/prefs_account.[ch]
6671                 remove account options 'clearsign' and 'ascii_armored',
6672                 replace with 'default_gnupg_mode' to prevent mixed-mode
6673                 Privacy settings
6674
6675 2002-11-08 [paul]       0.8.5claws91
6676
6677         * src/compose.[ch]
6678                 re-implement GnuPG 'on-the-fly' mode selection,
6679                 disallow mixed-mode
6680
6681 2002-11-08 [colin]      0.8.5claws90
6682
6683         * src/folderview.c
6684           src/prefs_folder_item.c
6685                 Change "Property" to "Properties"
6686
6687 2002-11-07 [colin]      0.8.5claws89
6688
6689         * src/folderview.c
6690           src/folder.c
6691                 Allow folder dropping to a root folder
6692
6693 2002-11-07 [paul]       0.8.5claws88
6694
6695         * src/compose.c
6696                 revert last commit
6697
6698 2002-11-07 [paul]       0.8.5claws87
6699
6700         * src/compose.c
6701                 fix reply-to-list bug. closes bug report
6702                 "[633382] reply-to-list broken in recent cvs"
6703
6704 2002-11-07 [paul]       0.8.5claws86
6705
6706         * src/compose.c
6707                 add a forgotten '#if USE_GPGME ... #endif'
6708
6709 2002-11-07 [paul]       0.8.5claws85
6710
6711         * sync with 0.8.5cvs20
6712                 see ChangeLog 2002-11-07
6713
6714 2002-11-07 [colin]      0.8.5claws84
6715
6716         * src/folder.[ch]
6717                 Change folder_item_move_to to return the newly 
6718                 created folderitem.
6719         * src/folderview.c
6720                 Select the new folderitem after moving.
6721
6722 2002-11-07 [colin]      0.8.5claws83
6723
6724         * src/prefs_filtering.c
6725                 Fix rule rewriting when moving a leaf folder to a 
6726                 shorter path
6727
6728 2002-11-07 [colin]      0.8.5claws82
6729
6730         * src/prefs_filtering.c
6731                 fix a leak
6732
6733 2002-11-07 [colin]      0.8.5claws81
6734
6735         * src/folder.[ch]
6736                 Add folder_item_move_to() function to move a 
6737                 folderitem into another one (updates matcher etc)
6738         * src/folderview.c
6739                 Add folder drag'n drop (context menu to come)
6740                 [Should be dataloss free, but Please backup before 
6741                  trying !]
6742
6743 2002-11-06 [colin]      0.8.5claws80
6744
6745         * src/mh.c
6746                 mh_create_folder() returns NULL if can't create
6747                 directory hierarchy
6748
6749 2002-11-06 [paul]       0.8.5claws79
6750
6751         * src/compose.[ch]
6752                 allow 'on-the-fly' changing of the type of encryption 
6753                 and/or signing used (mime/ascii) via the compose window
6754
6755 2002-11-06 [paul]       0.8.5claws78
6756
6757         * sync with 0.8.5cvs19
6758                 see ChangeLog 2002-11-06 for src/account.c: 
6759                 account_get_special_folder()
6760                 
6761 2002-11-05 [alfons]     0.8.5claws77
6762
6763         * src/crash.c
6764                 very minor cleanups: nothing to see here, move on. :-)
6765
6766 2002-11-05 [colin]      0.8.5claws76
6767
6768         * src/main.c
6769                 Changes choices if compose windows are opened to
6770                 Discard, Draft, Don't quit
6771
6772 2002-11-05 [thorsten]   0.8.5claws75
6773
6774         * src/compose.c
6775                 reenabled default_reply_to folder option
6776
6777 2002-11-05 [colin]      0.8.5claws74
6778
6779         * src/compose.[ch] 
6780                 add compose_draft()
6781         * src/crash.c
6782                 add SIGTERM handler
6783         * src/main.[ch]
6784                 add clean_quit() for the SIGTERM handler
6785
6786 2002-11-05 [paul]       0.8.5claws73
6787         
6788         * po/es.po
6789                 updated by Ricardo Mones Lastra
6790
6791 2002-11-05 [melvin]     0.8.5claws72
6792
6793         * src/logwindow.c
6794                 Fixed log-clipping bug #616795.
6795                 To stop logging in the log window use 0 length.
6796         * src/prefs_common.c
6797                 Added a label to inform about the 0 log length behaviour.
6798
6799 2002-11-05 [paul]       0.8.5claws71
6800
6801         * sync with 0.8.5cvs17
6802                 see ChangeLog 2002-11-05
6803
6804 2002-11-04 [paul]       0.8.5claws70
6805
6806         * sylpheed-128x128.png
6807           sylpheed-64x64.png
6808           sylpheed.png
6809                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6810                 <nikai@users.sourceforge.net>
6811                 
6812         * po/bg.po
6813                 updated by George Danchev
6814
6815 2002-11-03 [thorsten]   0.8.5claws69
6816
6817         * src/main.c
6818           src/mimeview.c
6819           src/rfc2015.h
6820                 add check if gpg is active
6821
6822 2002-11-03 [thorsten]   0.8.5claws68
6823
6824         * src/toolbar.h
6825                 removed GSList declaration causing trouble on MacOS-X
6826                 (submitted by alfons, reported by xfesty)
6827
6828 2002-11-01 [paul]       0.8.5claws67
6829
6830         * src/mainwindow.c
6831                 remove last remnants of main's filter code
6832
6833 2002-11-01 [paul]       0.8.5claws66
6834
6835         * tools/filter_conv.pl
6836                 fix bug where user-defined headers were ignored
6837
6838 2002-11-01 [paul]       0.8.5claws65
6839
6840         * src/logwindow.c
6841                 make a debug_print() not translatable
6842
6843 2002-10-31 [melvin]     0.8.5claws64
6844
6845         * ac/aspell.m4
6846                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6847                 not run any GNU/aspell test.  The dictionary path will
6848                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6849                 was given, in which case, it will be $prefix/lib/aspell/
6850         * configure.in
6851                 Fixed typo in commentary (Aspell code).
6852
6853 2002-10-31 [paul]       0.8.5claws63
6854
6855         * po/POTFILES.in
6856                 remove src/filter.c and src/prefs_filter.c
6857                 thanks to Ricardo for reminding me
6858
6859 2002-10-31 [colin]      0.8.5claws62
6860
6861         * src/mbox_folder.c
6862                 Plug some leaks
6863
6864 2002-10-31 [paul]       0.8.5claws61
6865
6866         * src/prefs_filter.[ch] ** REMOVED **
6867           src/filter.[ch]       ** REMOVED **
6868           
6869         * src/Makefile.am
6870           src/folderview.c
6871           src/inc.c
6872           src/main.c
6873           src/mainwindow.c
6874           src/mbox.c
6875           src/prefs_common.c
6876           src/prefs_filtering.c
6877           src/summaryview.[ch]
6878                 remove main's 'filter' code
6879                 
6880         README.claws
6881                 update to reflect removal of main's filter
6882
6883 2002-10-31 [paul]       0.8.5claws60
6884
6885         * src/summaryview.c
6886                 remove check for global_processing in summary_filter_open(). 
6887                 This fixes the bug where if the user uses the right-click 
6888                 'Create filter rule...' and doesn't have any filter rules 
6889                 already defined in claws' advanced filtering, the newly 
6890                 created filter rule goes to main's filtering which is 
6891                 inaccessible through the gui. Now the filter rule gets added
6892                 to claws' filtering by default.
6893
6894 2002-10-28 [melvin]     0.8.5claws59
6895
6896         * src/prefs_actions.c
6897                 Fixed bug #627322 where MIME parts were not always
6898                 correctly passed to a %p action
6899                 Display an error dialog when message filename is not found.
6900
6901 2002-10-28 [melvin]     0.8.5claws58
6902
6903         * src/prefs_common.c
6904                 Readded a missing function declaration lost in 0.8.3claws34
6905
6906 2002-10-28 [paul]       0.8.5claws57
6907
6908         * sync with 0.8.5cvs15
6909                 see ChangeLog 2002-10-28 and 2002-10-25
6910                 
6911         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6912
6913 2002-10-27 [oliver]     0.8.5claws56
6914
6915         * src/pop.c
6916                 plug leak in pop3_top_recv
6917
6918 2002-10-26 [christoph]  0.8.5claws55
6919
6920         * src/folder.c
6921                 set need_update folder flag when messages are added
6922                 (closes bug [ 626922 ] folder not updated after receiving)
6923
6924 2002-10-25 [melvin]     0.8.5claws54
6925
6926         * src/imageview.c
6927                 Fixed a memleak introduced in the scaling code.
6928
6929 2002-10-24 [alfons]     0.8.5claws53
6930
6931         * src/filtering.c
6932                 make filtering's forward message action forward from the 
6933                 correct account
6934                 (closes bug [628089 ] Filter -> Forward from address problem
6935                 reported by Oktay)
6936
6937 2002-10-24 [christoph]  0.8.5claws52
6938
6939         * src/mainwindow.c
6940         * src/manual.[ch]
6941                 o use manual of current locale or english if current
6942                   locale is not available (and english is available)
6943                 o also link to sylpheed doc project manuals
6944
6945 2002-10-23 [paul]       0.8.5claws51
6946
6947         * tools/README
6948           tools/kmail2sylpheed_v2.pl
6949                 add new version of kmail addressbook importer script.
6950                 works with newer versions of Kmail/KAddressBook which
6951                 have new and rearranged data.
6952
6953 2002-10-23 [martin]     0.8.5claws50
6954
6955         * src/folderview.c
6956         * src/summaryview.c
6957         * src/utils.h
6958         * src/utils.c
6959                 added length parameter to get_abbrev_newsgroup_name()
6960                 changed this function so that it abbreviates the newsgroup
6961                 names only so long it is smaller than the length parameter
6962                 (for better reading of some newsgroup names and space efficiency)
6963
6964 2002-10-22 [colin]      0.8.5claws49
6965
6966         *src/foldersel.c
6967                 Revert Alfons' last modification (after voting ;-))
6968
6969 2002-10-21 [alfons]     0.8.5claws48
6970
6971         * src/foldersel.c
6972                 folder view in folder selection dialog reflects state of
6973                 folder view in main window
6974
6975 2002-10-18 [alfons]     0.8.5claws47
6976
6977         * src/mbox.c
6978                 drop imported messages in folder selected by user,
6979                 and not in the inbox
6980                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6981
6982 2002-10-18 [alfons]     0.8.5claws46
6983
6984         * src/compose.c
6985                 make automagic reply work correctly for email accounts 
6986                 (whether it's viable to do a full sync with Hiro's 
6987                 compose.c is still under discussion)
6988
6989 2002-10-18 [melvin]     0.8.5claws45
6990
6991         * src/prefs_actions.c
6992                 Fixed bug #622275 where asynchroneous actions left 
6993                 zombies processes
6994                 Made (synchroneous) actions' input be displayed live.
6995
6996 2002-10-18 [christoph]  0.8.5claws44
6997
6998         * src/textview.c
6999                 don't add a newline in the textview in front of the
7000                 first textpart if header display is disabled
7001                 (closes bug [ 603385 ] disabled header display leaves blank
7002                  lin)
7003
7004 2002-10-18 [christoph]  0.8.5claws43
7005
7006         * src/folder.[ch]
7007         * src/imap.c
7008         * src/mbox_folder.c
7009         * src/mh.c
7010         * src/news.c
7011                 folder->get_num_list now returns an error code
7012                 (closes bug [ 609424 ] News cache cleared on failure)
7013                 
7014 2002-10-17 [colin]      0.8.5claws42
7015         
7016         * src/news.c
7017                 Changed a printf by debug_print
7018
7019 2002-10-16 [paul]       
7020
7021         * tools/OOo2sylpheed.pl
7022                 allow for spaces in the name of the
7023                 file to be attached.
7024
7025 2002-10-16 [colin]      0.8.5claws41
7026
7027         * src/main.c
7028                 Use a tristate to change online mode
7029
7030 2002-10-16 [paul]       0.8.5claws40
7031
7032         * po/es.po
7033                 updated by Ricardo Mones Lastra
7034
7035 2002-10-16 [colin]      0.8.5claws39
7036
7037         * src/main.c
7038           src/mainwindow.[ch]
7039                 Added --online and --offline command-line
7040                 switches
7041
7042 2002-10-15 [christoph]  0.8.5claws38
7043
7044         * src/procmime.c
7045                 set mimeinfo->name to NULL after g_free to
7046                 avoid double freeing with g_free
7047
7048 2002-10-14 [christoph]  0.8.5claws37
7049
7050         * src/compose.c
7051         * src/filtering.c
7052         * src/summaryview.c
7053                 remove calls to folder->change_flags that are now
7054                 done by procmsg flag functions (seems it is not
7055                 used by any foldertype anyway)
7056         * src/folder.c
7057                 init folder->change_flags with NULL
7058
7059 2002-10-14 [christoph]  0.8.5claws36
7060
7061         * src/folder.[ch]
7062         * src/imap.[ch]
7063                 use virtual functions for folder item new and destroy
7064                 functions
7065
7066 2002-10-14 [melvin]     0.8.5claws35
7067
7068         * src/compose.c
7069                 Added a test to not run the spell checker if no default
7070                 dictionary is available. No dialog is displayed though.
7071
7072 2002-10-14 [melvin]     0.8.5claws34
7073
7074         * src/gtkaspell.c
7075                 Fixed bug in dictionary list context menu where
7076                 "More..." pointed to an emtpy submenu if the
7077                 number of dictionaries is a multiple of 15
7078                 Removed unneeded code in suggestions list creation
7079
7080 2002-10-14 [paul]       0.8.5claws33
7081
7082         * po/bg.po
7083                 updated by George Danchev
7084
7085 2002-10-13 [hoa]        0.8.5claws32
7086
7087         * src/matcher.[ch]
7088           src/matcher_parser_parser.y
7089                 removed the escaped string from internal structure
7090                 of matcher.
7091
7092 2002-10-12 [colin]      0.8.5claws31
7093
7094         * src/gtksctree.[ch]
7095           src/summaryview.c
7096                 Removed useless function gtksctree_reanchor
7097
7098 2002-10-12 [alfons]     0.8.5claws30
7099         
7100         * sync with remaining main changes 2002-10-09 - 2002-10-11
7101         - drop changes to src/compose.c (requires claws specific changes)
7102         
7103 2002-10-12 [alfons]     0.8.5claws29
7104         
7105         * sync with main changes of 2002-10-08
7106         - drop changes to src/compose.c (requires claws specific changes)
7107         - drop changes to src/summaryview.c (requires changes to compose.c)     
7108
7109 2002-10-12 [alfons]     0.8.5claws28
7110         
7111         * sync with main changes of 2002-10-07
7112
7113 2002-10-12 [alfons]     0.8.5claws27
7114
7115         * sync with main changes of 2002-10-04
7116         - drop changes to src/compose.c (requires claws specific changes)
7117         - drop changes to src/prefs_folder_item.c (claws implementation
7118           seems to be working)
7119
7120 2002-10-12 [colin]      0.8.5claws26
7121
7122         * src/mainwindow.c
7123                 Fix folder-flicker when space-reading, introduced 
7124                 in claws22.
7125
7126 2002-10-12 [colin]      0.8.5claws25
7127
7128         * src/compose.c
7129                 Save account address when saving as draft.
7130                 (closes bug 621838)
7131
7132 2002-10-12 [colin]      0.8.5claws24
7133
7134         * src/summaryview.c
7135                 Fix the problem consisting of no message selected
7136                 after the last message in a folder has been moved.
7137
7138 2002-10-12 [paul]       0.8.5claws23
7139
7140         * src/compose.c
7141           src/prefs_template.c
7142           src/template.[ch]
7143                 add Cc and Bcc to templates. Patch submitted by
7144                 John L. Males.
7145
7146 2002-10-12 [colin]      0.8.5claws22
7147
7148         * src/folderview.c
7149                 Fix a bug after "Check for new messages":
7150                 If a folder was opened, it was still selected at
7151                 the end of the check, but displayed empty.
7152         * src/mainwindow.c
7153                 Remove unnecessary check
7154
7155 2002-10-12 [paul]
7156
7157         * tools/README
7158                 be more verbose in the description of
7159                 OOo2sylpheed.pl
7160                 
7161
7162 2002-10-11 [colin]      0.8.5claws21
7163
7164         * src/mainwindow.c
7165                 Make space work (better) when no mail is selected
7166
7167 2002-10-11 [colin]      0.8.5claws20
7168
7169         * src/inc.c
7170           src/news.c
7171                 fix warnings
7172
7173 2002-10-11 [colin]      0.8.5claws19
7174
7175         * src/mainwindow.c
7176                 revert 0.8.5claws6 changes as i couldn't get to
7177                 anything satisfying
7178
7179 2002-10-11 [melvin]     0.8.5claws18
7180
7181         * src/compose.c
7182                 Removed buggy and unused macro (should have been committed in
7183                 0.8.5claws17)
7184
7185 2002-10-11 [melvin]     0.8.5claws17
7186
7187         * src/compose.c
7188                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7189
7190 2002-10-11 [thorsten]   0.8.5claws16 
7191
7192         * src/folderview.c
7193                 remove rescan warning
7194
7195 2002-10-11 [colin]      0.8.5claws15 
7196
7197         * src/procheader.c
7198                 fix a segfault that happens if conv_unmime_header
7199                 fails (should be better to find out why it fails)
7200
7201 2002-10-11 [christoph]  0.8.5claws14
7202
7203         * src/summaryview.c
7204                 update folderview stats after ignore/unignore thread
7205
7206 2002-10-11 [hoa]        0.8.5claws13
7207
7208         * src/quote_fmt_parse.y
7209                 Fixed a yacc/bison syntax error
7210         * src/matcher.c
7211                 Escaping of string is fixed.
7212
7213 2002-10-11 [colin]      0.8.5claws12
7214
7215         * src/imageview.c
7216                 Resize images to fit
7217
7218 2002-10-11 [paul]       0.8.5claws11
7219
7220         * po/es.po
7221                 updated by Ricardo Mones Lastra
7222
7223 2002-10-10 [alfons]     0.8.5claws10
7224
7225         * src/compose.c
7226                 allow dropping files by "moving" files from a file manager,
7227                 not only by the more cumbersome "copying". the latter 
7228                 mostly implies holding down the Control button
7229
7230 2002-10-10 [christoph]  0.8.5claws9
7231
7232         * src/summaryview.c
7233                 update folders after thread building for ignored threads
7234
7235 2002-10-10 [christoph]  0.8.5claws8
7236
7237         * config/.cvsignore
7238                 added Makefile
7239         * src/filtering.[ch]
7240         * src/folder.[ch]
7241         * src/folderview.[ch]
7242         * src/import.c
7243         * src/inc.[ch]
7244         * src/mbox.[ch]
7245         * src/procmsg.c
7246         * src/summaryview.[ch]
7247                 o added new flag need_update to FolderItem
7248                 o removed folder_table from various functions from tracking
7249                   folder updates
7250                 o set need_update flags in folder.c's move, copy and delete
7251                   functions and procmsg's flags functions
7252                 o added function folderview_update_items_when_required that
7253                   updates all folders with need_update set
7254                 o call folderview_update_items_when_required instead of
7255                   folderview_update_item_foreach
7256
7257 2002-10-09 [sergey]     0.8.5claws7
7258
7259         * src/compose.c
7260                 Strip CRs whel loading the text into editor in reedit mode.
7261
7262 2002-10-09 [colin]      0.8.5claws6
7263
7264         * src/mainwindow.c
7265                 Make Space work when no mail is selected
7266
7267 2002-10-09 [colin]      0.8.5claws5
7268
7269         * src/gtksctree.[ch]
7270                 Fix range_select
7271                 Add gtk_sctree_reanchor() 
7272         * src/summaryview.c
7273                 Use gtk_sctree_reanchor() - better fix for 
7274                 bug 60413
7275
7276 2002-10-09 [colin]      0.8.5claws4
7277
7278         * src/summaryview.c
7279                 Fix shift-click select after delete problem
7280                 (closes bug 60413)
7281
7282 2002-10-08 [thorsten]   0.8.5claws3
7283
7284         * src/summaryview.c
7285                 exclude current msg from -hide read messages-
7286
7287 2002-10-08 [colin]      0.8.5claws2
7288
7289         * src/inc.[ch]
7290           src/pop.c
7291           src/recv.c
7292                 Differentiate socket errors from disk full
7293                 errors
7294
7295 2002-10-08 [christoph]  0.8.5claws1
7296
7297         * Makefile.am
7298         * configure.in
7299                 modifications for new config directory
7300
7301         * config.guess  ** REMOVED **
7302         * config.sub    ** REMOVED **
7303         * install-sh    ** REMOVED **
7304         * ltmain.sh     ** REMOVED **
7305         * missing       ** REMOVED **
7306         * mkinstalldirs ** REMOVED **
7307                 these files are autogenerated by automake
7308                 when you run autogen.sh
7309
7310         * config/.cvsignore     ** NEW FILE **
7311         * config/Makefile.am    ** NEW FILE **
7312                 ignore autogenerated files
7313                 create a Makefile in this directory
7314
7315 2002-10-08 [paul]       0.8.5claws
7316
7317         * 0.8.5claws release
7318         
7319         * src/compose.c
7320           src/procheader.c
7321           src/procmsg.c
7322                 fix quote reply format for newsgroups reply bug
7323                 (thanks to Hoa)
7324                 
7325         * po/en_GB.po
7326           po/pl.po
7327                 updated by me and Witold Wladyslaw Wojciech Wilk
7328                 repectively
7329
7330 2002-10-07 [paul]       0.8.3claws53
7331
7332         * po/it.po
7333           po/pt_BR.po
7334           po/sr.po
7335                 updated messages catalogs, submitted by
7336                 Alessandro Maestri, Fabio Jr.Beneditto 
7337                 and Urke MMI, respectively.
7338
7339 2002-10-07 [christoph]  0.8.3claws52
7340
7341         * src/folder.[ch]
7342         * src/folderview.c
7343         * src/mainwindow.c
7344                 fix new folder ghost message bug
7345                 (closes bug [ 619722 ] wrong count for newly created folders)
7346
7347 2002-10-07 [christoph]  0.8.3claws51
7348
7349         * src/compose.c
7350                 fix news posting problem
7351
7352 2002-10-07 [melvin]     0.8.3claws50
7353
7354         * po/fr.po
7355                 Updated French translation
7356
7357 2002-10-05 [christoph]  0.8.3claws49
7358
7359         * src/gtkstext.c
7360                 check if line_start_cache is set in gtk_stext_update_text
7361                 (closes bug [ 618119 ] crash while doing search in folder)
7362
7363 2002-10-05 [christoph]  0.8.3claws48
7364
7365         * src/imap.c
7366         * src/news.c
7367         * src/utils.c
7368         * src/utils.h
7369                 implement cache cleanups for claws' folder system
7370                 (closes bug [ 595916 ] imapcache not cleaned up)
7371
7372 2002-10-05 [melvin]     0.8.3claws47
7373
7374         * src/prefs_actions.c
7375                 Made the help text more clear for the %p token
7376
7377 2002-10-04 [paul]       0.8.3claws46
7378
7379         * sync with 0.8.5
7380                 see ChangeLog 2002-10-02 and 2002-10-03
7381
7382 2002-10-04 [christoph]  0.8.3claws45
7383
7384         * src/inc.c
7385                 fix segfault caused by pop before smtp
7386                 call to inc_account_mail with NULL
7387                 pointer for mainwin
7388
7389 2002-10-04 [paul]       0.8.3claws44
7390
7391         * configure.in
7392                 sync the LDAP detection from 0.8.5cvs1
7393
7394 2002-10-02 [christoph]  0.8.3claws43
7395
7396         * po/de.po
7397                 fix small spelling error
7398
7399 2002-10-02 [melvin]     0.8.3claws42
7400
7401         * ac/aspell.m4
7402                 Behave better and say "no" when test program cannot be run.
7403
7404 2002-10-02 [paul]       0.8.3claws41
7405
7406         * sync with 0.8.4cvs1
7407                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7408                 
7409         * src/summaryview.c
7410                 toggle the behavior of Reply menuitem between
7411                 normal reply and reply-to-list
7412
7413 2002-10-01 [sergey]     0.8.3claws40
7414
7415         * src/compose.c
7416                 Convert newlines in the message text to the canonical form
7417                 before base64 encoding (RFC2045 compliance, fixes some
7418                 interoperability issues with Evolution 1.0.3)
7419
7420 2002-09-29 [colin]      0.8.3claws39
7421
7422         * src/summaryview.c
7423                 Fix an unwanted copy/paste
7424
7425 2002-09-29 [colin]      0.8.3claws38
7426
7427         * src/mainwindow.c
7428                 Renamed "Custom toolbar" to "Customize toolbar"
7429                 Renamed "Show all header" to "Show all headers"
7430                 Renamed "Set diplay item" to "Set displayed items"
7431         * src/prefs_common.c
7432                 Renamed "Show all header" to "Show all headers"
7433         * src/prefs_summary_column.c
7434                 Renamed "diplay item" to "displayed items"
7435
7436 2002-09-29 [colin]      0.8.3claws37
7437
7438         * src/mainwindow.[ch]
7439                 online/offline status pixmaps follow theme
7440                 changes
7441         * src/summaryview.[ch]
7442                 quicksearch pixmap follows theme changes
7443
7444 2002-09-29 [thorsten]   0.8.3claws36
7445
7446         * src/compose.c
7447           src/prefs_folder_item.[ch]
7448                 add default_reply_to folder option (closes patch 581044)
7449
7450 2002-09-29 [christoph]  0.8.3claws35
7451
7452         * acconfig.h    ** REMOVED **
7453         * configure.in
7454         * ac/aspell.m4
7455         * ac/check-type.m4
7456         * ac/gnupg-check-typedef.m4
7457                 fix autoheader 2.50 warning
7458
7459 2002-09-29 [christoph]  0.8.3claws34
7460
7461         * major code cleanup (part 2)
7462         
7463                 - unused variables removed
7464                 - unused functions removed
7465                 - uninitialized variables checked
7466                 - missing return statements added
7467                 - missing function return types added
7468                 - added parentheses around assignment
7469                   when suggested by gcc
7470
7471 2002-09-29 [alfons]     0.8.3claws33
7472
7473         * src/logwindow.c
7474                 log_window_clear(): only bracket gtk_text_forward_delete() 
7475                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7476                 works around GTK text bug)
7477
7478 2002-09-29 [paul]       0.8.3claws32
7479
7480         * po/bg.po
7481           po/sr.po
7482                 updated by George Danchev and Urke MMI
7483                 respectively
7484
7485 2002-09-27 [christoph]  0.8.3claws31
7486
7487         * doc-src/readme.txt
7488         * doc-src/rfc1806.txt   ** REMOVED **
7489         * doc-src/rfc2183.txt   ** NEW FILE **
7490         * doc-src/rfc2980.txt   ** NEW FILE **
7491                 update rfcs
7492
7493 2002-09-27 [melvin]     0.8.3claws30
7494
7495         * ac/aspell.m4
7496                 Fixed typo which could break linking
7497
7498 2002-09-27 [melvin]     0.8.3claws29
7499
7500         * ac/aspell.m4
7501                 Improved GNU/aspell checking. 
7502                 Fixed bug #614490
7503
7504 2002-09-27 [paul]       0.8.3claws28
7505
7506         * sync with 0.8.3cvs8
7507                 see ChangeLog 2002-09-27
7508
7509 2002-09-26 [colin]      0.8.3claws27
7510
7511         * src/toolbar.[ch]
7512           src/mainwindow.[ch]
7513                 Add "Reply to Mailing-list" to the toolbar
7514
7515 2002-09-26 [christoph]  0.8.3claws26
7516
7517         * src/summaryview.c
7518                 Fix wrong message counts in summaryview status
7519
7520 2002-09-26 [paul]       0.8.3claws25
7521
7522         * sync with 0.8.3cvs7
7523                 see ChangeLog 2002-09-26
7524
7525 2002-09-26 [paul]       0.8.3claws24
7526
7527         * sync with 0.8.3cvs6
7528                 see ChangeLog 2002-09-25
7529
7530 2002-09-25 [christoph]  0.8.3claws23
7531
7532         * src/prefs_common.c
7533         * src/prefs_folder_item.c
7534         * src/prefs_scoring.c
7535                 Renamed "kill score" to "hide score" in GUI
7536                 and prefs files
7537
7538 2002-09-25 [paul]       0.8.3claws22
7539
7540         * sync with 0.8.3cvs5
7541                 see ChangeLog 2002-09-24
7542
7543 2002-09-24 [alfons]     0.8.3claws21
7544
7545         patch by Satoshi Nagayasu: allows appending / saving multiple 
7546         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7547         'Save as ...'")
7548
7549         * AUTHORS
7550                 add Satoshi Nagayasu
7551         * src/summaryview.c
7552                 summary_save_as(): allow saving selected files to
7553                 one file
7554                 summary_set_menu_sensitive: enable "Save As..." when
7555                 multiple files are selected
7556         * src/utils.[ch]
7557                 append_file(): new function
7558
7559 2002-09-24 [colin]      0.8.3claws20
7560
7561         * src/procmime.c
7562                 Fix segfault when mimeinfo doesn't have a 
7563                 content_type. 
7564
7565 2002-09-24 [colin]      0.8.3claws19
7566
7567         * src/prefs_common.[ch]
7568                 Add a preference to display send dialog or not
7569         * src/send.c
7570                 Display send dialog according to preference
7571
7572 2002-09-24 [colin]      0.8.3claws18
7573
7574         * src/compose.[ch]
7575                 Disable user actions when sending
7576
7577 2002-09-24 [colin]      0.8.3claws17
7578
7579         * src/procmime.c
7580                 Do not display name or filename for attachments
7581                 with an application/pgp-signature type
7582                 (security flaw, see bug 537413)
7583
7584 2002-09-23 [colin]      0.8.3claws16
7585
7586         * src/editaddress.c
7587                 Initialize entry_email, entry_alias and 
7588                 entry_remarks to first email address of the list
7589
7590 2002-09-23 [colin]      0.83claws15
7591
7592         * src/compose.c
7593                 Drop pgp-signature when reediting a signed queued
7594                 message
7595
7596 2002-09-23 [melvin]     0.8.3claws14
7597
7598         * po/fr.po
7599                 Updated French translation
7600
7601 2002-09-23 [melvin]     0.8.3claws13
7602
7603         * src/mainwindow.c
7604                 Made custom toolbar menu labels more consistent
7605         * src/prefs_toolbar.c
7606                 Made custom toolbar window title more consistent
7607
7608 2002-09-22 [colin]      0.8.3claws12
7609
7610         * src/inc.c
7611                 Initialize session type to normal before getting 
7612                 mail (fixes strange Get behaviour)
7613         * src/prefs_account.h
7614                 Move STYPE_POP_BEFORE_SMTP to last position to 
7615                 avoid other side-effects
7616
7617 2002-09-22 [colin]      0.8.3claws11
7618
7619         * src/prefs_account.c
7620                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7621                 from pop3 to apop or vice-versa
7622
7623 2002-09-22 [colin]      0.8.3claws10
7624         
7625         * src/prefs_account.[ch]
7626                 Add an option for the POP before SMTP timeout
7627         * src/inc.c
7628                 Remember time of last POP connection
7629         * src/send.c
7630                 Do POP before SMTP only if timeout reached
7631
7632 2002-09-22 [oliver]     0.8.3claws9
7633         
7634         * README.claws
7635                 explain custom toolbar
7636
7637 2002-09-22 [oliver]     0.8.3claws8
7638
7639         * src/prefs_actions.[ch]
7640         custom toolbar for compose      
7641                 actions callback from compose toolbar
7642         * src/folderview.c
7643                 remove include toolbar.h
7644
7645 2002-09-22 [oliver]     0.8.3claws7
7646         
7647         * src/prefs_toolbar.[ch]
7648                 custom toolbar for compose
7649                 - generic prefs_toolbar handles both
7650                   Mainwin's toolbar as well as Compose toolbar          
7651
7652 2002-09-22 [oliver]     0.8.3claws6
7653         
7654         * src/toolbar.[ch]
7655                 custom toolbar for compose
7656                 restructure toolbar.[ch]
7657
7658 2002-09-22 [oliver]     0.8.3claws5
7659
7660         * src/compose.[ch]
7661                 custom toolbar for compose
7662
7663 2002-09-22 [oliver]     0.8.3claws4
7664         
7665         * src/mainwindow.[ch]
7666                 custom toolbar for compose 
7667                 move mainwin toolbar back to mainwindow
7668
7669 2002-09-22 [alfons]     0.8.3claws3
7670
7671         * src/procmsg.c
7672                 :%sno/if(/if (/gc
7673                 :%sno/for(/for (/gc
7674                 (beautify)
7675
7676 2002-09-22 [alfons]     0.8.3claws2
7677         
7678         * src/procmsg.c
7679                 procmsg_save_to_outbox(): don't unlink message file from queue;
7680                 callers should do it using folder_item_remove_msg()
7681
7682 2002-09-22 [colin]      0.8.3claws1
7683
7684         * src/mimeview.[ch]
7685                 Made mimeview_check_signature() public
7686         * src/textview.c
7687                 Made GPG signatures verifiable by clicking
7688                 the [application/pgp-signature] in the Text
7689                 view
7690
7691 2002-09-22 [paul]       0.8.3claws
7692
7693         * po/bg.po
7694           po/en_GB.po
7695           po/es.po
7696           po/it.po
7697           po/pl.po
7698           po/pt_BR.po
7699           po/sr.po
7700                 updated translations, submitted by George Danchev,
7701                 me, Ricardo Mones Lastra, Alessandro Maestri,
7702                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7703                 and Urke MMI, respectively.     
7704
7705 2002-09-22 [alfons]     0.8.2claws65
7706
7707         * src/procmsg.c
7708         * src/pgptext.c
7709                 no furry valgrinds have been used to plug these memleaks
7710
7711 2002-09-20 [paul]       0.8.2claws64
7712
7713         * sync with 0.8.3cvs4
7714                 'Select thread' re-implemented 
7715                 see ChangeLog 2002-09-20
7716
7717 2002-09-21 [alfons]     0.8.2claws63
7718
7719         * src/compose.c
7720                 compose_send(): plug unnoticed memleak
7721
7722 2002-09-20 [alfons]     0.8.2claws62
7723
7724         * src/addr_compl.c
7725                 replace_address_in_edit(): strict check for NULL address to
7726                 fix "[ 607348 ] Segfault in address completion". My guess is
7727                 that this happens with an empty address book, but it's good
7728                 to have this check here anyway
7729                 
7730                 completion_window_button_press(): free string returned 
7731                 from the internal cache
7732
7733 2002-09-20 [christoph]  0.8.2claws61
7734
7735         * src/procmime.h
7736                 added ENC_BINARY to EncodingType
7737         * src/procmime.c
7738                 the string returned by procmime_get_encoding_str
7739                 should not depend on the order of values in the
7740                 EncodingType definition
7741         * doc-src/rfc1806.txt   ** NEW FILE **
7742                 Added rfc1806 about MIME Content-Disposition
7743                 Extension
7744
7745 2002-09-19 [paul]       0.8.2claws60
7746
7747         * sync with 0.8.2cvs3
7748                 see ChangeLog 2002-09-19
7749
7750 2002-09-19 [paul]       0.8.2claws59
7751
7752         * src/prefs_folder_item.c
7753                 revert to Darko's original alignment of colour
7754                 selector button
7755                 add a colon to folder_color label
7756                 
7757         * src/compose.c
7758                 add Colin's patch (with Hiro's modifications) to 
7759                 force BASE64 encoding for 8-bit text when signing
7760                 (sync with 0.8.3cvs2)
7761
7762 2002-09-18 [alfons]     0.8.2claws58
7763
7764         * src/compose.c
7765                 :%sno/if(/if (/gc
7766                 :%sno/for(/for (/gc
7767                 (beautify a little bit)
7768
7769 2002-09-18 [christoph]  0.8.2claws57
7770
7771         * src/pine.c
7772                 fix handling of fgetc return value
7773
7774 2002-09-17 [alfons]     0.8.2claws56
7775         
7776         * src/summaryview.c
7777                 summary_sort(): check non-NULL summaryview->folder_item when no 
7778                 folder is selected at all
7779                 (closes "[ 610344 ] sort label make syl Crash")
7780
7781 2002-09-17 [alfons]     0.8.2claws55
7782         
7783         * src/compose.c
7784                 beautify a little bit
7785
7786 2002-09-17 [christoph]  0.8.2claws54
7787
7788         * src/folder.c
7789                 initialize max values for cache and folder
7790                 when cache or folder is empty
7791
7792 2002-09-15 [colin]      0.8.2claws53
7793
7794         * src/compose.c
7795                 Fix a leak (thanks Alfons!) and cleaned
7796                 variables names for custom headers
7797
7798 2002-09-15 [colin]      0.8.2claws52
7799
7800         * src/compose.c
7801                 Fix custom headers recognition when
7802                 prefs_common.trans_hdr is on
7803
7804 2002-09-15 [colin]      0.8.2claws51
7805
7806         * src/compose.c
7807                 Allow dynamically-added custom headers
7808                 Yet not reparsed if reedited
7809
7810 2002-09-15 [alfons]     0.8.2claws50
7811
7812         * src/prefs_account.c
7813                 fix warnings
7814
7815 2002-09-15 [colin]      0.8.2claws49
7816         
7817         * src/prefs_account.c
7818                 fix pop_before_smtp sensitivity
7819
7820 2002-09-15 [colin]      0.8.2claws48
7821
7822         * src/inc.[ch]
7823                 add inc_pop_before_smtp()
7824                 allow MainWindow to be undefined in 
7825                 inc_account_mail() and inc_start()
7826         * src/pop.c
7827           src/prefs_account.h
7828                 add STYPE_POP_BEFORE_SMTP session type
7829         * src/prefs_account.c
7830                 activated pop before smtp option
7831         * src/send.c
7832                 do pop before smtp if the relevant option 
7833                 is set
7834
7835 2002-09-15 [paul]       0.8.2claws47
7836
7837         * sync with 0.8.3
7838                 see ChangeLog 2002-09-15
7839
7840 2002-09-14 [paul]       0.8.2claws46
7841
7842         * po/bg.po
7843                 updated Bulgarian translation, submitted by
7844                 George Danchev
7845
7846 2002-09-13 [paul]       0.8.2claws45
7847
7848         * src/compose.c
7849                 merge claws' select_account() with main's
7850                 (new) compose_select_account(). [sync with
7851                 0.8.2cvs15, see ChangeLog 2002-09-11]
7852
7853 2002-09-12 [christoph]  0.8.2claws44
7854
7855         * src/filter.c
7856                 allocate 1 elements of FolderItem not 0
7857
7858 2002-09-12 [colin]      0.8.2claws43
7859
7860         * src/compose.c
7861                 Fix bug #590825 (obey Follow-up: poster)
7862
7863 2002-09-12 [colin]      0.8.2claws42
7864
7865         * src/procmime.c
7866                 Fix bug #557009 (wrong headers for messages 
7867                 forwarded as attachments)
7868
7869 2002-09-11 [colin]      0.8.2claws41
7870         
7871         * src/compose.c
7872                 Put SCF: pseudo-header on top of message
7873                 Set draft tmp_flag when saved as draft
7874
7875         * src/procmsg.c
7876           src/procheader.c
7877                 Skip after first \n\n for beginning of real message
7878                 for drafts too
7879
7880 2002-09-11 [christoph]  0.8.2claws40
7881
7882         * src/filtering.c
7883                 use procmsg flag functions in filtering or processing
7884                 will cause incorrect folder message counts
7885
7886 2002-09-11 [colin]      0.8.2claws39
7887
7888         * src/compose.c
7889                 Fix bug #550175 - wrong save folder when reediting
7890                 drafts
7891
7892 2002-09-11 [paul]       0.8.2claws38
7893
7894         * sync with 0.8.2cvs14
7895                 see ChangeLog 2002-09-11
7896
7897 2002-09-11 [colin]      0.8.2claws37
7898
7899         * src/folder.c
7900                 Fix a typo (seeming to cause new/unread status to
7901                 be lost)
7902
7903 2002-09-10 [christoph]  0.8.2claws36
7904
7905         * src/compose.c
7906                 compose_redirect should not use compose_generic_new
7907                 because that does more stuff than expected including
7908                 opening the external editor
7909                 (closes bug "[ 526608 ] bounced messages appear blank
7910                  in editor")
7911
7912 2002-09-10 [christoph]  0.8.2claws35
7913
7914         * src/folder.c
7915                 fix problem with too large message number range
7916                 causing a crash in folder_item_scan
7917
7918 2002-09-10 [paul]       0.8.2claws34
7919
7920         * sync with 0.8.2cvs13
7921                 see ChangeLog 2002-09-10
7922
7923 2002-09-10 [christoph]  0.8.2claws33
7924
7925         * src/msgcache.c
7926                 set MsgInfo TmpFlags for queue and draft folders
7927                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7928
7929 2002-09-10 [paul]       0.8.2claws32
7930
7931         * AUTHORS
7932           po/bg.po      ** NEW FILE **
7933                 new Bulgarian translation submitted by
7934                 George Danchev <danchev@spnet.net>
7935                 
7936         * tools/Makefile.am
7937           tools/README
7938           tools/tb2sylpheed     ** NEW FILE **
7939                 add script that converts an addressbook exported
7940                 from The Bat! into a Sylpheed addressbook. Submitted
7941                 by Urke MMI <urke-kg@eunet.yu>
7942
7943 2002-09-10 [paul]       0.8.2claws31
7944
7945         * sync with 0.8.2cvs12
7946                 see ChangeLog 2002-09-10
7947
7948 2002-09-06 [paul]       0.8.2claws30
7949
7950         * src/prefs_common.c
7951                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7952                 
7953         * tools/Makefile.am
7954           tools/README
7955           tools/ldif-to-xml.py  ** REMOVED **
7956                 remove obsolete python script
7957
7958 2002-09-06 [paul]       0.8.2claws29
7959
7960         * sync with 0.8.2cvs10
7961                 see ChangeLog 2002-09-06
7962
7963 2002-09-04 [paul]       0.8.2claws28
7964
7965         * sync with 0.8.2cvs9
7966                 see ChangeLog 2002-08-04
7967
7968 2002-09-04 [colin]      0.8.2claws27 
7969
7970         * src/prefs_common.[ch]
7971                 Added signature color configuration
7972         * src/textview.c
7973                 Use user-specified signature color
7974
7975 2002-09-03 [colin]      0.8.2claws26
7976
7977         * src/prefs_common.[ch]
7978                 Added autosave and autosave_length prefs
7979         * src/compose.c
7980                 Added compose_remove_draft()
7981                 Auto-save drafts according to the prefs
7982         * src/main.c
7983                 Added a crash-indicator file, allowing to check
7984                 for new messages on startup if Sylpheed crashed
7985                 (makes saved drafts "reappear")
7986
7987 2002-09-03 [colin]      0.8.2claws25
7988
7989         * src/textview.[ch]
7990                 Grey the signature
7991
7992 2002-09-03 [paul]       0.8.2claws24
7993
7994         * sync with 0.8.2cvs8
7995                 see ChangeLog 2002-09-02 and 2002-09-03
7996
7997 2002-09-03 [darko]      0.8.2claws23
7998
7999         * src/folderview.c
8000                 use normal style when creating new folder to pick
8001                 proper font size 
8002
8003 2002-09-02 [melvin]     0.8.2claws22
8004
8005         * src/gtkaspell.m4
8006                 removed some obsolete code
8007
8008 2002-09-02 [melvin]     0.8.2claws21
8009
8010         * ac/aspell.m4
8011                 fixed test's equality sign (== to =)
8012
8013 2002-09-02 [alfons]     0.8.2claws20
8014
8015         * src/folder.c
8016         * src/mh.c
8017                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8018                 as folder->destroy virtual as suggested by Hiro
8019                 (the mh.c code seems to have been lost around mh.c.1.21)
8020
8021 2002-09-02 [paul]       0.8.2claws19
8022
8023         * po/pt_BR.po
8024                 updated by Fabio Jr. Beneditto
8025                 
8026         * src/defs.h
8027                 use 'http://claws.sylpheed.org' for homepage link. 
8028                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8029
8030 2002-09-01 [alfons]     0.8.2claws18
8031
8032         * src/mh.c
8033                 plug memleak related to one Martin Kluge found
8034
8035 2002-08-31 [paul]       0.8.2claws17
8036
8037         * sync with 0.8.2cvs6
8038                 see ChangeLog 2002-08-30
8039
8040 2002-08-31 [alfons]     0.8.2claws16
8041
8042         * src/folder.c
8043                 folder_destroy(): remove mailbox from folderlist even if it has
8044                 no destroy virtual
8045
8046 2002-08-31 [alfons]     0.8.2claws15
8047
8048         * src/folder.c
8049                 :%sno/if(/if (/gc
8050                 :%sno/for(/for (/gc
8051                 (being pedantic I know)
8052
8053 2002-08-31 [alfons]     0.8.2claws14
8054
8055         * src/folder.c
8056                 check for NULL pointers returned from folder->fetch_msginfo virtual
8057                 (should solve some reported crashes)
8058
8059 2002-08-30 [alfons]     0.8.2claws13
8060
8061         * acconfig.h
8062         * configure.in
8063         * src/crash.c
8064                 enable crash dialog on compilation time
8065                 (--enable-crash-dialog configure option)
8066
8067 2002-08-30 [alfons]     0.8.2claws12
8068
8069         * AUTHORS
8070                 add Martin Kluge
8071         * src/mh.c
8072                 apply memory leak plug patch by Martin Kluge
8073                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8074                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8075                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8076
8077 2002-08-30 [darko]      0.8.2claws11
8078
8079         * src/folderview.c
8080                 copy Gtk style from normal style to match
8081                 font size for coloured folders
8082
8083 2002-08-29 [alfons]     0.8.2claws10
8084
8085         * sylpheed.desktop
8086                 Type=Internet <- Type=Application
8087                 (reported by Michael Schwendt, see:
8088                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8089                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8090
8091 2002-08-29 [paul]       0.8.2claws9
8092
8093         * sync with 0.8.2cvs5
8094                 see ChangeLog 2002-08-29
8095
8096 2002-08-29 [colin]      0.8.2claws8
8097
8098         * src/summaryview.c
8099                 Added a sanity check in summary_select_thread
8100                 Should fix bug 601605
8101
8102 2002-08-29 [colin]      0.8.2claws7
8103
8104         * src/main.c
8105                 Revert claws6 changes regarding bug #591676
8106
8107 2002-08-28 [colin]      0.8.2claws6
8108         
8109         * src/main.c
8110                 Ignore cache for queue folderitems
8111                 Fix bug #591676
8112
8113 2002-08-28 [melvin]     0.8.2claws5
8114
8115         * README.claws
8116                 Fixed typos.
8117
8118 2002-08-28 [melvin]     0.8.2claws4
8119
8120         * README.claws
8121                 Updated a bit the text concerning the spell checker
8122
8123 2002-08-28 [melvin]     0.8.2claws3
8124
8125         Merged the GNU_aspell_branch:
8126                 Support of new GNU/aspell is now included and the old pspell
8127                 is not supported anymore.
8128                 See README.claws
8129
8130         * README.claws
8131                 Updated spell checker text to reflect the switch to GNU/aspell
8132
8133         * ac/aspell.m4          *** NEW ***
8134         * src/gtkaspell.[ch]    *** NEW *** 
8135         * ac/pspell.m4          *** DELETED *** 
8136         * src/gtkspell.[ch]     *** DELETED ***
8137
8138         * ac/Makefile.am
8139                 Updated for GNU/aspell support
8140
8141         * po/POTFILES.in
8142                 Replaced gtkspell.c by gtkaspell.c
8143
8144         * acconfig.h
8145         * src/Makefile.am
8146         * src/about.c
8147         * src/compose.[ch]
8148         * src/crash.c
8149         * src/main.c
8150         * src/prefs_common.[ch]
8151                 Updated for GNU/aspell support
8152
8153 2002-08-28 [paul]       0.8.2claws2
8154
8155         * sync with 0.8.2cvs4
8156                 see ChangeLog 2002-08-27 and 2002-08-28
8157
8158 2002-08-28 [colin]      0.8.2claws1
8159
8160         * src/summary_search.c
8161                 Added "AND search"
8162
8163 2002-08-28 [jens]       0.8.2claws
8164
8165         *po/de.po
8166                 Updated German translations
8167
8168 2002-08-27 [melvin]     0.8.2claws
8169
8170         * po/fr.po
8171                 Updated French translations
8172
8173 2002-08-27 [paul]       0.8.2claws
8174
8175         * sync with 0.8.2 main release
8176
8177         * po/en_GB.po
8178           po/es.po
8179           po/it.po
8180           po/pl.po
8181           po/pt_BR.po
8182           po/sr.po
8183                 updated message catalogs submitted by
8184                 Ricardo Mones Lastra, Alessandro Maestri,
8185                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8186                 Beneditto and Urke MMI  
8187
8188 2002-08-27 [hoa]        0.8.1claws123
8189
8190         * src/mainwindow.[ch]
8191         * src/summaryview.[ch]
8192                 removed the "filter setting" menu option.
8193                 add a "cancel a news message" menu option.
8194
8195 2002-08-26 [martin]     0.8.1claws122
8196
8197         * ChangeLog.claws
8198                 changed string under 0.8.1claws79 changed by myself
8199                 i'm sorry alfons :(
8200
8201 2002-08-26 [martin]     0.8.1claws121
8202
8203         * src/crash.c
8204                 added kill command to debuggerrc to start crash dialog
8205
8206 2002-08-26 [paul]       0.8.1claws120
8207
8208         * sync with 0.8.1cvs31
8209                 see ChangeLog 2002-08-26
8210
8211 2002-08-25 [alfons]     0.8.1claws119
8212
8213         * src/procmsg.c
8214                 fix bug that didn't send out correct headers to news server
8215                 when sending news article and email from queue (bug reported
8216                 and patch provided by Tim Mann; closes bug 
8217                 "[ 583196 ] 0.7.8claws can't post news")
8218
8219 2002-08-25 [alfons]     0.8.1claws118
8220
8221         * src/selective_download.c
8222                 mark two strings as translatable
8223                 (thanks to Urke MMI for pointing this out)
8224
8225 2002-08-25 [alfons]     0.8.1claws117
8226
8227         * src/summaryview.c
8228                 treat sent boxes as special and allow sorting them by addressee
8229                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8230                 submitted by Steve Lamb)
8231
8232 2002-08-24 [alfons]     0.8.1claws116
8233
8234         * src/matcher.c
8235                 fix memleak reported by Martin Kluge
8236                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8237
8238 2002-08-24 [oliver]     0.8.1claws115
8239
8240         * src/prefs_toolbar.c
8241                 o code cleanup as suggested by Alfons
8242                 o memleak fix
8243
8244 2002-08-24 [alfons]     0.8.1claws114
8245
8246         * src/summaryview.c
8247                 o fix another memory leak reported by Martin Kluge
8248                   (see "[ 599568 ] Small Memory Leak")
8249                 o remove 'from' variable from 'summary_set_header()'; we can
8250                   do with just 'to' 
8251
8252 2002-08-24 [paul]       0.8.1claws113
8253
8254         * sync with 0.8.1cvs30
8255                 see ChangeLog 2002-08-23
8256
8257 2002-08-24 [alfons]     0.8.1claws112
8258
8259         * src/summaryview.c
8260                 remove unnecessary allocations for search bar fixing leaks
8261                 reported by Martin Kluge
8262                 (see "[ 599451 ] Further memory leaks?")
8263
8264 2002-08-24 [alfons]     0.8.1claws111
8265
8266         * src/main.c
8267                 make get_socket_name() public for crash.c
8268         * src/crash.c
8269                 o make report bug button work (goes to claws' 
8270                   bug tracker at sf.net)
8271                 o introduce function for doing important stuff just
8272                   before claws goes down
8273                 o clean up code 
8274
8275 2002-08-24 [alfons]     0.8.1claws110
8276
8277         * src/compose.c
8278                 move cursor to "To" entry when forwarding as attachment
8279                 (reported and solved by Steve Lamb, closes bug report
8280                 "[ 592880 ] Forward as attachment; cursor not in to")
8281
8282 2002-08-24 [colin]      0.8.1claws109
8283
8284         * src/mainwindow.c
8285                 fix quick search visibility after GUI (de)separations.
8286
8287 2002-08-23 [colin]      0.8.1claws108
8288
8289         * src/mainwindow.c
8290                 fix header pane visibility after folderview or
8291                 messageview (de)separation
8292
8293 2002-08-23 [paul]       0.8.1claws107
8294
8295         * src/mainwindow.[ch]
8296           src/toolbar.c
8297                 give full control of display or non-display 
8298                 of the Execute icon to Custom toolbar settings.
8299                 add new sensitivity condition to maninwindow.h: 
8300                 M_DELAY_EXEC
8301
8302         * ChangeLog
8303           ChangeLog.jp
8304           NEWS
8305                 more sync with 0.8.1cvs29
8306
8307 2002-08-23 [melvin]     0.8.1claws106
8308
8309         * src/alertpanel.c
8310                 Readded support for custom widget in alertpanel lost in last
8311                 sync.
8312
8313 2002-08-23 [paul]       0.8.1claws105
8314
8315         * sync with 0.8.1cvs29
8316                 see ChangeLog 2002-08-23
8317
8318 2002-08-23 [colin]      0.8.1claws104
8319
8320         * src/summaryview.c
8321                 Fix folder and search pixmaps exchanging positions
8322                 after theme or toolbar changes. Thank to Oliver for 
8323                 reporting this.
8324
8325 2002-08-23 [colin]      0.8.1claws103
8326
8327         * src/mainwindow.c
8328           src/messageview.[ch]
8329           src/noticeview.[ch]
8330           src/summaryview.c
8331                 Changed messageview_create() and noticeview_create()
8332                 to avoid the last gdk_warning
8333
8334 2002-08-22 [colin]      0.8.1claws102
8335
8336         * src/summaryview.c
8337                 Fix my new `Creating pixmap from xpm' warning
8338
8339 2002-08-22 [colin]      0.8.1claws101
8340
8341         * src/mainwindow.c
8342                 Fix some of the gdk warnings
8343
8344 2002-08-22 [colin]      0.8.1claws100
8345
8346         * src/Makefile.am
8347         * src/stock_pixmap.c
8348         * src/stock_pixmap.h
8349         * src/pixmaps/quicksearch.xpm *ADDED*
8350                 Add the quicksearch pixmap
8351         * src/mainwindow.c
8352         * src/summaryview.c
8353         * src/summaryview.h
8354                 Make quicksearch bar visible/hidden via a button
8355
8356 2002-08-22 [christoph]  0.8.1claws99
8357
8358         * src/folder.c
8359                 fix folder update for newsgroups with message
8360                 numbers below minimum number of articles to fetch
8361                 (closes bug #598445)
8362
8363 2002-08-22 [paul]       0.8.1claws98
8364
8365         * sync with 0.8.1cvs28
8366                 see ChangeLog 2002-08-22
8367
8368 2002-08-21 [alfons]     0.8.1claws97
8369
8370         * src/crash.c
8371                 use bt instead of bt full which seems to work 
8372                 better, and bt full doesn't give a great deal 
8373                 of information anyway
8374
8375 2002-08-21 [colin]      0.8.1claws96
8376
8377         * src/summaryview.c
8378                 fix summaryview_searchtype_changed prototype
8379
8380 2002-08-21 [christoph]  0.8.1claws95
8381
8382         * src/mainwindow.c
8383                 o fix broken menu update for sorting type, we have to
8384                   get this info from the summaryview now
8385                 o removed setting of threaded state in menu callback
8386         * src/summaryview.[ch]
8387                 more summaryview/folderitem seperation for
8388                 threading option
8389         * configure.in
8390                 removed not required --with-compiler-flags option
8391
8392 2002-08-21 [oliver]     0.8.1claws94
8393         
8394         * src/toolbar.h 
8395                 o rename toolbar.xml to toolbar_main.xml
8396                   since toolbar_compose.xml might come up 
8397                   any time soon
8398         * README.claws
8399                 add custom toolbar              
8400
8401 2002-08-21 [darko]      0.8.1claws93
8402
8403         * src/procmsg.c
8404                 don't reset tmp flags for messages copied
8405                 to sent folder
8406
8407 2002-08-21 [colin]      0.8.1claws92
8408         
8409         * src/prefs_filtering.c
8410                 fix renaming rules on folder rename 
8411                 when folder is not a leaf folder
8412
8413 2002-08-21 [paul]       0.8.1claws91
8414
8415         * src/prefs_folder_item.c
8416                 fix alignment of colour selector
8417
8418 2002-08-21 [paul]       0.8.1claws90
8419
8420         * sync with 0.8.1cvs27
8421                 see ChangeLog 2002-08-21
8422
8423 2002-08-21 [paul]       0.8.1claws89
8424
8425         * src/summaryview.c
8426                 fix crash when changing field type in
8427                 Quick search bar
8428
8429 2002-08-21 [colin]      0.8.1claws88
8430
8431         * src/summaryview.c
8432                 Made quick search case-insensitive
8433
8434 2002-08-21 [paul]       0.8.1claws87
8435
8436         * sync with 0.8.1cvs26
8437                 see ChangeLog 2002-08-21
8438
8439 2002-08-20 [christoph]  0.8.1claws86
8440
8441         * src/folderview.c
8442         * src/main.c
8443         * src/summaryview.[ch]
8444                 more summaryview/folderitem seperation for
8445                 sort_key and sort_type
8446         * src/procmsg.c
8447                 added missing return statement
8448
8449 2002-08-20 [colin]      0.8.1claws85
8450
8451         * src/summaryview.[ch]
8452                 Added a quick search box
8453         * src/mainwindow.c
8454         * src/prefs_common.[ch]
8455                 Added a show/hide option for the quick search
8456
8457 2002-08-20 [oliver]     0.8.1claws84
8458         
8459         * src/mainwindow.c
8460                 remove toolbar_create_popups
8461         * src/toolbar.[ch]
8462                 o remove toolbar_create_popups
8463                 o fix toolbar_set_sensitive 
8464                   (Bug reports #596834 and #596832)     
8465         * src/prefs_toolbar.c
8466                 o add "Set default" button
8467                 o align label and text + combo widgets
8468
8469 2002-08-20 [hoa]        0.8.1claws83bis
8470
8471         * src/imap.c
8472                 fixed a bug in imap_fetch_msginfo() in case there is no
8473                 current folder.
8474
8475 2002-08-20 [darko]      0.8.1claws83
8476
8477         * src/folderview.c
8478                 copy the color style of folder view so it
8479                 works with GTK themes
8480
8481 2002-08-20 [darko]      0.8.1claws82
8482
8483         * src/folder.h
8484         * src/folderview.c
8485         * src/prefs_folder_item.[hc]
8486                 don't use UI stuff in folder.h
8487
8488 2002-08-20 [darko]      0.8.1claws81
8489
8490         * src/folder.h
8491         * src/prefs_folder_item.h
8492         * src/folderview.c
8493         * src/prefs_folder_item.c
8494                 ability to set folder color in folderview
8495
8496 2002-08-19 [alfons]     0.8.1claws80
8497
8498         * src/summaryview.c
8499                 fix one of the earlier memleaks reported by Martin Kluge
8500
8501 2002-08-19 [alfons]     0.8.1claws79
8502
8503         * src/mainwindow.c
8504                 hide notice view when selecting seperate folder
8505                 view (reported by Urke MMI)
8506
8507 2002-08-19 [christoph]  0.8.1claws78
8508
8509         * src/folderview.c
8510         * src/prefs_folder_item.h
8511         * src/summaryview.[ch]
8512                 o add summary_set_prefs_from_folderitem to set
8513                   summaryview prefs (first step to remove all
8514                   references to the folderitem in summaryview)
8515                 o moved compiled regex stuff from folderitem prefs
8516                   to summaryview code
8517
8518 2002-08-19 [paul]       0.8.1claws77
8519
8520         * src/compose.c
8521                 add check for '.' to QUOTE_IF_REQUIRED
8522
8523 2002-08-19 [paul]       0.8.1claws76
8524
8525         * src/inc.c
8526                 sync with 0.8.1cvs25 (plug memory leak)
8527
8528         * src/prefs_toolbar.c
8529                 re-order prefs_toolbar_cancel()
8530
8531 2002-08-18 [alfons]     0.8.1claws75
8532
8533         * src/inc.c
8534         * src/matcher.c
8535                 plug other memleaks reported by Martin Kluge
8536
8537 2002-08-18 [paul]       0.8.1claws74
8538
8539         * po/pt_BR.po
8540                 updated by Fabio Jr. Beneditto
8541
8542 2002-08-18 [paul]       0.8.1claws73
8543
8544         * src/toolbar.[ch]
8545                 fix bug where tooltips were displayed untranslated              
8546
8547         * src/prefs_toolbar.c
8548                 fix bug where clicking 'Cancel' creates an icon & text
8549                 toolbar regardless of prefs
8550         
8551
8552 2002-08-17 [oliver]     0.8.1claws72
8553
8554         * src/prefs_toolbar.c
8555                 update toolbar on CANCEL
8556                 bug reported by Martin Kluge
8557         * src/toolbar.c
8558                 toolbar_destroy memleak fixed           
8559
8560 2002-08-17 [alfons]     0.8.1claws71
8561
8562         * src/toolbar.c
8563                 plug another memleak reported by Martin Kluge
8564
8565 2002-08-16 [alfons]     0.8.1claws70
8566
8567         * src/crash.c
8568                 use execvp() correctly (suggested by wwp; thanks!)
8569
8570 2002-08-16 [alfons]     0.8.1claws69
8571
8572         * src/gtksctree.c
8573                 plug memory leak reported by Kim Schultz & Martin Kluge
8574
8575 2002-08-16 [paul]       0.8.1claws68
8576
8577         * po/es.po
8578                 updated by Ricardo Mones Lastra
8579
8580 2002-08-16 [paul]       0.8.1claws67
8581
8582         * src/toolbar.h
8583                 fix bug where 'Compose News' icon showed wrong
8584                 tooltip
8585
8586 2002-08-16 [paul]       0.8.1claws66
8587
8588         * sync with 0.8.1cvs24
8589                 see ChangeLog 2002-08-16
8590
8591         * po/it.po
8592                 updated by Alessandro Maestri
8593
8594 2002-08-15 [paul]       0.8.1claws65
8595
8596         * po/sr.po
8597                 updated by Urke MMI
8598
8599 2002-08-15 [paul]       0.8.1claws64
8600
8601         * src/*.c
8602                 don't translate debug info
8603
8604         * src/matcher.[ch]
8605                 add copyright info
8606
8607 2002-08-15 [paul]       0.8.1claws63
8608
8609         * src/prefs_toolbar.c
8610                 fix bug where clicking 'OK' creates an icon & text
8611                 toolbar regardless of prefs
8612
8613 2002-08-14 [alfons]     0.8.1claws62
8614
8615         * src/main.c
8616                 add global var that has the full argv[0]
8617         * src/crash.c
8618                 o execvp the correct sylpheed by using argv0
8619                   and setting the correct work dir
8620                 o other tweaks  
8621
8622 2002-08-14 [oliver]     0.8.1claws61
8623         
8624         * enable/disable Toolbar Action Buttons 
8625         * code cleanups
8626         * src/mainwindow.c
8627         * src/toolbar.[ch]      
8628         * src/prefs_toolbar.c   
8629
8630 2002-08-14 [melvin]     0.8.1claws60
8631
8632         * po/fr.po
8633                 Updated French translations
8634
8635 2002-08-14 [melvin]     0.8.1claws59
8636
8637         * src/crash.c
8638                 Made bug report not translatable
8639         * src/exporthtml.c
8640                 Fixed exporthtml_build_filespec() return value
8641         * src/foldersel.c
8642                 Fixed incorrect include file
8643         * src/gtkspell.c
8644         * src/prefs_actions.c
8645         * src/prefs_toolbar.c
8646                 Made debug info not translatable
8647         * src/mutt.c
8648         * src/quote_fmt.c
8649                 Added missing includes
8650         * src/prefs_common.c
8651                 Fixed typo
8652
8653 2002-08-14 [paul]       0.8.1claws58
8654
8655         * faq/es/sylpheed-faq.html
8656           faq/es/sylpheed-faq-[1-3].html
8657           faq/es/sylpheed-faq-4.html     **NEW FILE **
8658                 update Spanish FAQ
8659
8660 2002-08-13 [christoph]  0.8.1claws57
8661
8662         * src/procmsg.c
8663                 ignore thread fix that did not mark all
8664                 child nodes of a ignored thread as
8665                 ignored. Does not work perfectly yet,
8666                 but it is better now
8667
8668 2002-08-13 [alfons]     0.8.1claws56
8669
8670         * src/crash.c
8671                 o implement 'save crash log'
8672                 o some tweaks
8673
8674 2002-08-13 [melvin]     0.8.1claws55
8675
8676         * src/main.c
8677                 removed unrequired "execinfo.h" header
8678
8679 2002-08-12 [paul]       0.8.1claws54
8680
8681         * faq/en/sylpheed-faq.html
8682           faq/en/sylpheed-faq-[1-3].html
8683           faq/en/sylpheed-faq-4.html     **NEW FILE **
8684                 update English FAQ
8685
8686 2002-08-12 [alfons]     0.8.1claws53
8687
8688         * po/POTFILES.in
8689                 add crash.c to translatables
8690         * src/crash.c
8691                 bring in Leandro's crash dialog
8692
8693 2002-08-11 [alfons]     0.8.1claws52
8694
8695         * src/crash.c
8696                 clean up some warnings
8697
8698 2002-08-11 [alfons]     0.8.1claws51
8699
8700         * acconfig.h
8701         * configure.in
8702         * src/crash.[ch]        ** NEW FILES **
8703         * src/main.c            
8704                 initial gdb crash handler
8705
8706 2002-08-11 [paul]       0.8.1claws50
8707
8708         * src/prefs_toolbar.c
8709                 replace Up/Down arrow pixmaps with text to be
8710                 consistent across icon themes
8711
8712 2002-08-11 [paul]       0.8.1claws49
8713
8714         * src/prefs_common.c
8715           src/prefs_toolbar.c
8716                 rename 'Pixmap' -> 'Icon'
8717
8718         * src/toolbar.[ch]
8719                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8720
8721 2002-08-10 [paul]       0.8.1claws48
8722
8723         * src/prefs_toolbar.c
8724                 re-work the UI
8725
8726 2002-08-10 [paul]       0.8.1claws47
8727
8728         * src/main.c
8729                 don't write Processing progress to status bar
8730                 patch submitted by Alexander Evseev
8731
8732         * src/prefs_toolbar.c
8733                 re-position and resize window
8734                 make window assume correct size on first call
8735
8736 2002-08-10 [paul]       0.8.1claws46
8737
8738         * src/mainwindow.c
8739           src/prefs_toolbar.c
8740           src/toolbar.c
8741           src/toolbar.h
8742                 obey coding style
8743                 follow UI text conventions
8744
8745 2002-08-10 [alfons]     0.8.1claws45
8746
8747         * src/toolbar.c
8748                 correct pixmap for delete action
8749
8750 2002-08-10 [paul]       0.8.1claws44
8751
8752         * po/pt_BR.po
8753                 updated by Fabio Jr. Beneditto
8754
8755 2002-08-10 [paul]       0.8.1claws43
8756
8757         * po/POTFILES.in
8758                 add custom toolbar files
8759
8760 2002-08-10 [paul]       0.8.1claws42
8761
8762         * sync with 0.8.1cvs22
8763                 see ChangeLog 2002-08-09
8764
8765 2002-08-09 [paul]       0.8.1claws41
8766
8767         * tools/Makefile.am
8768           tools/README
8769           tools/outlook2sylpheed.pl     ** NEW FILE **
8770                 add script to convert exported Outlook
8771                 contacts list to a Sylpheed addressbook.
8772                 Submitted by Ricardo Mones Lastra.
8773
8774 2002-08-09 [paul]       0.8.1claws40
8775
8776         * AUTHORS
8777           configure.in
8778           po/sr.po      ** NEW FILE **
8779                 add Serbian message catalog. Submitted by
8780                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8781
8782 2002-08-09 [paul]       0.8.1claws39
8783
8784         * sync with 0.8.1cvs21
8785                 see ChangeLog 2002-08-08
8786
8787 2002-08-08 [oliver]     0.8.1claws38
8788
8789         * src/mainwindow.c
8790                 move Custom Toolbar to Configuration menu
8791
8792 2002-08-08 [oliver]     0.8.1claws37
8793
8794         * src/prefs_toolbar.c
8795                 fix substitute pixmap bug
8796
8797 2002-08-08 [paul]       0.8.1claws36
8798
8799         * sync with 0.8.1cvs19
8800                 see ChangeLog 2002-08-08
8801
8802 2002-08-07 [christoph]  0.8.1claws35
8803
8804         * src/utils.c
8805                 fixed a memory leak in new canonicalize_file_replace
8806
8807 2002-08-07 [christoph]  0.8.1claws34
8808
8809         * src/utils.[ch]
8810                 o canonicalize_file_replace should create the temporary
8811                   file in the same directory as the original file.
8812                 o added get_tmpfile_in_dir that creates a temorary file
8813                   in a specified directory.
8814
8815 2002-08-07 [melvin]     0.8.1claws33
8816
8817         * src/toolbar.c
8818                 fixed bug where 'Article' button acted as 'Email' button.
8819
8820 2002-08-07 [paul]       0.8.1claws32
8821
8822         * sync with 0.8.1.cvs17
8823                 see ChangeLog 2002-08-07
8824
8825 2002-08-07 [colin]      0.8.1claws31
8826         
8827         * src/news.c
8828                 fix mass-cancel problem
8829
8830 2002-08-07 [thorsten]   0.8.1claws30
8831
8832         * src/prefs_toolbar.c
8833                 fix: crash on replace or add new button
8834         * src/toolbar.c
8835                 fix: close xmlfile after reading
8836         * src/utils.c
8837                 fix: unlink() file before rename()
8838
8839 2002-08-06 [paul]       0.8.1claws29
8840
8841         * sync with 0.8.cvs15
8842                 see ChangeLog 2002-08-06
8843
8844 2002-08-06 [oliver]     0.8.1claws28
8845
8846         * src/toolbar.c
8847         * src/prefs_toolbar.c
8848                 fixed empty toolbar issue
8849
8850 2002-08-06 [oliver]     0.8.1claws27
8851
8852         * Custom Toolbar Final 
8853         * src/folderview.c
8854         * src/inc.c
8855         * src/summaryview.c
8856                 o toolbar stuff now lives in src/toolbar.[ch]
8857                 o main_window_toolbar_* functions are renamed to
8858                   toolbar_* reflecting their new source file
8859         * src/mainwindow.[ch]
8860                 o remove toolbar stuff  
8861
8862 2002-08-06 [oliver]     0.8.1claws26
8863         
8864         * src/Makefile.am
8865         * src/prefs_toolbar.[ch]        **New File**
8866         * src/toolbar.[ch]              **New File**
8867                 o prefs_toolbar.[ch] custom toolbar frontend
8868                 o toolbar.[ch]       backend 
8869
8870 2002-08-06 [oliver]     0.8.1claws25
8871
8872         * src/prefs_actions.[ch]
8873                 o new exported function actions_execute
8874
8875 2002-08-06 [paul]       0.8.1claws24
8876
8877         * sync with 0.8.1cvs4
8878                 see ChangeLog 2002-08-06
8879
8880 2002-08-06 [paul]       0.8.1claws23
8881
8882         * sync with 0.8.1cvs13
8883                 see ChangeLog 2002-08-06
8884
8885 2002-08-06 [paul]       0.8.1claws22
8886
8887         * sync with 0.8.1cvs12
8888                 see ChangeLog 2002-08-05 and 2002-08-06
8889
8890 2002-08-06 [match]      0.8.1claws21
8891
8892         * src/addrclip.c
8893                 improvements to cut/copy/paste address
8894
8895 2002-08-05 [match]      0.8.1claws20
8896
8897         * src/addritem.[ch]
8898         * src/addrcache.c
8899         * src/addrbook.c
8900         * src/editaddress.c
8901         * src/addressbook.c
8902                 fixes to improve cut/copy/paste
8903
8904 2002-08-06 [melvin]     0.8.1claws19
8905
8906         * src/account.[ch]
8907                 account_find_all_from_address(): new function that returns the
8908                 list of all accounts that are matched in an address.
8909         * src/alertpanel.[ch]
8910                 alertpanel() now accepts a custom widget
8911                 alertpanel_with_widget(): new function that pops up a panel with
8912                 a custom widget in it 
8913         * src/gtkutils.[ch]
8914                 gtkut_account_menu_new(): new function that allows the selection
8915                 of an account from a list of accounts.
8916         * src/messageview.c
8917                 Extended Return Receipt notification to select the correct 
8918                 account and to make a security test on the Delivery-Notification
8919                 address which should be the same as the Return-Path.
8920
8921 2002-08-06 [thorsten]   0.8.1claws18
8922
8923         * src/mimeview.c
8924                 attach_all: save unnamed as "noname.%d",
8925                 dont free static dirname
8926
8927 2002-08-05 [alfons]     0.8.1claws17
8928
8929         * configure.in
8930                 detect XIM by trying to link rather than compile a XIM program
8931
8932 2002-08-05 [oliver]     0.8.1claws16
8933                 
8934         * src/stock_pixmap.[ch]
8935                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8936                 o new func to retrieve pixmaps
8937
8938 2002-08-05 [paul]       0.8.1claws15
8939
8940         * sync with 0.8.1cvs10
8941                 see ChangeLog 2002-08-05
8942
8943 2002-08-04 [alfons]     0.8.1claws14
8944
8945         * src/textview.c
8946                 see if this plugs memleak
8947
8948 2002-08-04 [melvin]     0.8.1claws13
8949
8950         * src/gtkspell.c
8951                 fixed bug that could crash Sylpheed when highlighting
8952                 all misspelled words.
8953
8954 2002-08-03 [melvin]     0.8.1claws12
8955
8956         * src/prefs_actions.c
8957                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8958         * src/messageview.c
8959                 fixed bug where the Return Receipt was sent to
8960                 Delivery-Notification-To address even if it was not present
8961
8962 2002-08-02 [alfons]     0.8.1claws11
8963
8964         * src/prefs_actions.c
8965                 o more check for NULLs
8966                 o put create_io_dialog() in right conditional block
8967
8968 2002-08-02 [paul]       0.8.1claws10
8969
8970         * po/es.po
8971                 updated by Ricardo Mones Lastra
8972
8973 2002-08-01 [christoph]  0.8.1claws9
8974
8975         * src/folder.c
8976                 don't free the cache of the opened
8977                 folder in the summaryview
8978         * src/summaryview.c
8979                 don't unset flags, if it is not required
8980
8981 2002-08-01 [paul]       0.8.1claws8
8982
8983         * sync with 0.8.1cvs8
8984                 see ChangeLog entry 2002-08-01
8985
8986 2002-08-01 [paul]       0.8.1claws7
8987
8988         * sync with 0.8.1cvs7
8989                 see ChangeLog 2002-07-31 and 2002-08-01
8990
8991 2002-07-31 [christoph]  0.8.1claws6
8992
8993         * src/mainwindow.c
8994                 forgot to update menu sensitivity
8995                 function for new menu entry
8996
8997 2002-07-31 [alfons]     0.8.1claws5
8998
8999         * src/main.c
9000                 check folder item and its path for NULL on
9001                 initial processing
9002
9003 2002-07-31 [christoph]  0.8.1claws4
9004
9005         * src/folder.c
9006                 check if folder_item_get_msginfo in
9007                 folder_item_remove_msg returned NULL
9008         * src/imap.c
9009                 better clear the uid cache in the
9010                 uid validity check function and delete
9011                 cached messages
9012
9013 2002-07-31 [paul]       0.8.1claws3
9014
9015         * man/sylpheed.1
9016                 add the '--attach' option and a few other
9017                 minor changes
9018
9019 2002-07-31 [paul]       0.8.1claws2
9020
9021         * sync with 0.8.1cvs5
9022                 see ChangeLog 2002-07-31
9023
9024 2002-07-31 [christoph]  0.8.1claws1
9025
9026         * src/folderview.[ch]
9027         * src/mainwindow.c
9028                 replace "Rescan all folders..." with
9029                 "Check all folders for new messages..."
9030
9031 2002-07-30 [paul]       0.8.1claws
9032
9033         * version 0.8.1claws released
9034
9035 2002-07-30 [paul]       0.8.0claws29
9036
9037         * tools/OOo2sylpheed.pl ** NEW FILE **
9038           tools/README
9039                 add script to enable sending documents as
9040                 attachments from OpenOffice.org
9041
9042 2002-07-30 [melvin]     0.8.0claws28
9043
9044         * src/prefs_actions.c
9045                 Made the actions' input/output dialog display
9046                 without delay.
9047
9048 2002-07-30 [christoph]  0.8.0claws27
9049
9050         * src/procmsg.c
9051                 check if folder_item_get_msginfo in
9052                 procmsg_save_to_outbox returned NULL
9053
9054 2002-07-30 [paul]       0.8.0claws26
9055
9056         * sync with 0.8.1cvs4
9057                 see ChangeLog 2002-07-29
9058
9059 2002-07-29 [thorsten]   0.8.0claws25
9060
9061         * README.claws
9062                 added selective download, delete on server
9063
9064 2002-07-29 [paul]       0.8.0claws24
9065
9066         * sync with 0.8.1cvs3
9067                 see ChangeLog 2002-07-29
9068
9069 2002-07-27 [christoph]  0.8.0claws23
9070
9071         * src/folder.c
9072                 add extra check if fetching the msginfo
9073                 returned NULL
9074
9075 2002-07-27 [paul]       0.8.0claws22
9076
9077         * sync with 0.8.1cvs2
9078                 see ChangeLog 2002-07-26
9079
9080 2002-07-27 [christoph]  0.8.0claws21
9081
9082         * src/imap.c
9083                 add another check if a valid msginfo
9084                 was returned
9085
9086 2002-07-26 [hoa]        0.8.0claws20
9087
9088         * src/folder.c
9089                 Fixed a condition in folder_item_destroy()
9090
9091         * src/imap.c
9092                 Fixed an error in IMAP protocol
9093
9094 2002-07-26 [alfons]     0.8.0claws19
9095
9096         * src/folder.c
9097                 ofcourse compare with identifier, not the path
9098
9099 2002-07-26 [alfons]     0.8.0claws18
9100
9101         * src/folder.c
9102                 use folder item identifier for saving / restoring
9103                 preferences because folder->path might not be unique
9104
9105 2002-07-26 [melvin]     0.8.0claws17
9106
9107         * src/logwindow.c
9108                 Fixed a crash introduced in 0.8.0claws5 when log is 
9109                 cut under 80 characters.
9110
9111 2002-07-26 [paul]       0.8.0claws16
9112
9113         * sync with 0.8.1cvs1
9114                 see ChangeLog 2002-07-26
9115
9116 2002-07-26 [christoph]  0.8.0claws15
9117
9118         * src/imap.[ch]
9119                 imap folder now remembers the last selected
9120                 folder and imap_fetch_msginfo skips selecting
9121                 the folder if it is already selected
9122
9123 2002-07-26 [christoph]  0.8.0claws14
9124
9125         * src/folder.c
9126         * src/folderview.c
9127         * src/imap.c
9128                 fix imap folder rescanning
9129
9130 2002-07-25 [christoph]  0.8.0claws13
9131
9132         * src/filter.c
9133         * src/folder.[ch]
9134         * src/folderview.c
9135         * src/imap.[ch]
9136         * src/mainwindow.c
9137         * src/mbox_folder.c
9138         * src/mh.c
9139         * src/news.c
9140                 implement imap uid cache and uid validity check
9141
9142 2002-07-25 [alfons]     0.8.0claws12
9143
9144         * src/summaryview.c
9145                 fix a brown paper bag bug, and also add some more
9146                 checks
9147
9148 2002-07-25 [christoph]  0.8.0claws11
9149
9150         * src/folder.c
9151                 don't mix copy, fetch_msginfo and remove
9152                 operations in folder item copy and move
9153                 operations
9154
9155 2002-07-25 [christoph]  0.8.0claws10
9156
9157         * src/folderview.c
9158         * src/mainwindow.c
9159         * src/prefs_folder_item.c
9160         * src/summaryview.[ch]
9161                 remove no longer required parameter update_cache from
9162                 summary_show
9163
9164 2002-07-25 [paul]       0.8.0claws9
9165
9166         * sync with 0.8.1
9167         
9168         * AUTHORS
9169                 a few corrections
9170
9171 2002-07-24 [alfons]     0.8.0claws8
9172
9173         * src/summaryview.c
9174                 sort correctly when using simplified subject line
9175                 (closes feature request "[ 585141 ] applying regexp to subject 
9176                 before sort" submitted by Alexandra Walford)
9177
9178 2002-07-24 [paul]       0.8.0claws7
9179
9180         * sync with 0.8.0cvs3
9181                 see ChangeLog 2002-07-24
9182
9183 2002-07-23 [christoph]  0.8.0claws6
9184
9185         * src/folder.c
9186         * src/folder.h
9187         * src/summaryview.c
9188         * src/summaryview.h
9189         * src/main.c
9190                 o separate processing and summaryview
9191                 o removed summary_write_cache from summaryview
9192                 o removed summaryview->killed_messages, because we don't have
9193                   to keep a list of killed messages anymore. New cache will
9194                   keep the hidden messages in cache anyway
9195         * src/folderview.c
9196         * src/inc.c
9197         * src/selective_download.c
9198                 o removed unnecessary summary_write_cache calls
9199         * src/procmsg.c
9200                 o don't set ignore thread flag in procmsg_get_thread_tree
9201                   if it is already set
9202         * src/mainwindow.c
9203         * src/statusbar.h
9204                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9205                   they are used in different files
9206
9207 2002-07-23 [melvin]     0.8.0claws5
9208
9209         * src/addressbook.c
9210         * src/addrgather.c
9211         * src/editaddress.c
9212         * src/editgroup.c
9213         * src/editldap_basedn.c
9214         * src/importldif.c
9215         * src/prefs_common.c
9216                 Fixed few memory leak (gtk_editable_get_chars returns
9217                 an allocated string)
9218         * src/logwindow.c
9219                 Fixed few memory leak (gtk_editable_get_chars returns
9220                 an allocated string) and modified a little the log cutting
9221                 loop.
9222         * src/compose.c
9223                 Replaced a call to an obsolete function gtk_entry_get_text()
9224                 by gtk_editable_get_chars()
9225         * src/send.c
9226                 Removed a debug printf
9227
9228 2002-07-23 [christoph]  0.8.0claws4
9229
9230         * src/filesel.c
9231                 fix another g_dirname memory leak
9232
9233 2002-07-23 [christoph]  0.8.0claws3
9234
9235         * src/mh.c
9236                 fixed a memory leak in mh_fetch_msginfo
9237                 fixed crash when message header could not be
9238                 parsed
9239
9240 2002-07-23 [paul]       0.8.0claws2
9241
9242         * sync with 0.8.0cvs2
9243                 see ChangeLog 2002-07-23
9244
9245 2002-07-23 [paul]       0.8.0claws1
9246
9247         * sync with 0.8.0cvs1
9248                 see ChangeLog 2002-07-23
9249
9250 2002-07-23 [paul]       0.8.0claws
9251
9252         * release of 0.8.0claws
9253
9254 2002-07-23 [paul]       0.7.8claws99
9255
9256         * po/ru.po
9257                 new Russian translation, submitted by
9258                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9259
9260 2002-07-22 [jens]       0.7.8claws98
9261
9262         * po/de.po
9263                 Updated German translations.
9264
9265 2002-07-22 [paul]       0.7.8claws97
9266
9267         * po/es.po
9268           po/it.po
9269           po/nl.po
9270           po/pt_BR.po
9271                 updated translations by Ricardo Mones Lastra,
9272                 Alessandro Maestri, Wilbert Berendsen and 
9273                 Fabio Jr. Beneditto respectively
9274
9275 2002-07-22 [christoph]  0.7.8claws96
9276
9277         * src/mimeview.c
9278                 fix memory leak caused by wrong g_dirname usage
9279
9280 2002-07-22 [christoph]  0.7.8claws95
9281
9282         * src/summaryview.c
9283                 update new and unread message counts for summaryview
9284                 summaryview does not get it from the folder anymore
9285                 and has to update the values itself
9286
9287 2002-07-22 [melvin]     0.7.8claws94
9288
9289         * po/fr.po
9290                 Updated French translations.
9291
9292 2002-07-22 [christoph]  0.7.8claws93
9293
9294         * src/matcher.c
9295                 set prop->preg pointer to NULL or following check
9296                 will not fail and regexec will be called with
9297                 invalid pointer
9298
9299 2002-07-21 [alfons]     0.7.8claws92
9300         
9301         * src/prefs_common.[ch]
9302                 remove option "Send return receipt on request"
9303
9304 2002-07-21 [thorsten]   0.7.8claws91
9305
9306         * src/mimeview.c
9307                 fixed memleaks, coding style as pointed out by alfons
9308
9309 2002-07-21 [alfons]     0.7.8claws90
9310
9311         * src/messageview.c
9312         * src/noticeview.[ch]
9313                 o fix bug notice view being displayed when going to empty folder 
9314                   (noticed by Christoph)
9315                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9316                   (noticed by Thorsten)
9317
9318 2002-07-21 [thorsten]   0.7.8claws89
9319
9320         * src/mimeview.c
9321                 Included save_all patch from Xaview FACQ
9322                 added support for pathnames
9323
9324 2002-07-21 [alfons]     0.7.8claws88
9325
9326         * po/POTFILES.in
9327         * src/Makefile.am
9328         * src/mainwindow.c
9329         * src/messageview.[ch]
9330         * src/noticeview.c      ** NEW FILE **
9331         * src/noticeview.h      ** NEW FILE **
9332                 make return receipts work again
9333                 (UI idea by Leandro Pereira)
9334
9335 2002-07-21 [paul]       0.7.8claws87
9336
9337         * src/summaryview.c
9338                 fix sensitivity of 'Select thread'
9339
9340 2002-07-21 [paul]       0.7.8claws86
9341
9342         * src/prefs_common.c
9343                 add browser command line for Galeon
9344
9345 2002-07-21 [paul]       0.7.8claws85
9346
9347         * Makefile.am
9348                 fix 'EXTRA_DIST': remove README.README, add TODO
9349                 and TODO.claws
9350
9351 2002-07-21 [alfons]     0.7.8claws84
9352
9353         * src/gtkstext.c
9354                 make enter clear selection
9355                 (closes "[ 579888 ] Editor selection/entry error"
9356                 reported by Steve Lamb)
9357
9358 2002-07-21 [alfons]     0.7.8claws83
9359         
9360         * src/summaryview.c
9361                 sort message list when selecting unthread messages
9362                 (closes "[ 501593 ] switching threaded view doesn't sort"
9363                 reported by Simon Schubert)
9364
9365 2002-07-20 [alfons]     0.7.8claws82
9366         
9367         * src/matcher.c
9368                 const-correctness
9369
9370 2002-07-20 [thorsten]   0.7.8claws81
9371
9372         * src/matcher.c
9373                 Fixed expansion of empty fields in matchactions
9374
9375 2002-07-19 [melvin]     0.7.8claws80
9376
9377         * src/gtkspell.c
9378                 Removed a duplicate menu entry (fast mode) introduced during
9379                 the new cache merge
9380                 Added a menu separator between 'Use alternate' and 'Fast mode'
9381
9382 2002-07-19 [paul]       0.7.8claws79
9383
9384         * tools/Makefile.am
9385           tools/README
9386                 correct typos
9387
9388 2002-07-19 [thorsten]   0.7.8claws78
9389
9390         * tools/calypso_convert.pl      ** NEW FILE **
9391           tools/README
9392           tools/Makefile.am
9393                 script to import mbox files exported
9394                 by calypso
9395                 o generates folder structure
9396                 o includes attachments
9397
9398 2002-07-19 [melvin]     0.7.8claws77
9399
9400         * src/selective_download.[ch]
9401                 Fixed bug where closing the dialog with the window manager's
9402                 close button will not unlock the summary
9403                 Corrected some function declarations that missed a return value
9404                 Made the source code comply better with coding style.
9405         * src/prefs_common.c
9406                 Added new browser command line for Mozilla.
9407
9408 2002-07-18 [paul]       0.7.8claws76
9409
9410         * src/mainwindow.c
9411           src/selective_download.[ch]
9412                 reflect theme changes, fix Gdk Warning when creating 
9413                 pixmap from NULL window, and minor clean up.
9414                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9415
9416         * po/en_GB.po
9417                 updated
9418
9419 2002-07-17 [paul]       0.7.8claws75
9420
9421         * INSTALL[.jp]
9422                 sync with 0.8.0
9423         
9424         * po/en_GB.po
9425                 updated
9426
9427 2002-07-16 [paul]       0.7.8claws74
9428
9429         * tools/filter_conv.pl
9430           tools/README
9431                 replace conversion script with reimplemented version, 
9432                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9433
9434 2002-07-16 [colin]      0.7.8claws73
9435
9436         * src/summaryview.c
9437                 remove forgotten debug messages - sorry ;-)
9438
9439 2002-07-16 [colin]      0.7.8claws72
9440
9441         * src/mimeview.c
9442           src/summaryview.c
9443           src/textview.c
9444           src/textview.h
9445                 add the ability to select part of a text mime-part 
9446                 to reply.
9447
9448 2002-07-15 [christoph]  0.7.8claws71
9449
9450         * src/folder.c
9451                 fix folder message count for folders without
9452                 msg_is_changed (includes news folders)
9453
9454 2002-07-15 [martin]     0.7.8claws70
9455
9456         * src/summaryview.c
9457                 option "display recipient on 'From'..." now works
9458                 without the need of enabling the option
9459                 "display  sender  using  address  book".
9460
9461 2002-07-15 [christoph]  0.7.8claws69
9462
9463         * src/summaryview.c
9464                 removed setting folder status from summaryview.
9465                 folder.c should update all message counts correctly.
9466
9467 2002-07-15 [paul]       0.7.8claws68
9468
9469         * po/pt_BR.po
9470                 updated by Fabio Junior Beneditto
9471
9472 2002-07-15 [darko]      0.7.8claws67
9473
9474         * src/mh.c
9475                 Fixed target folder colorization, don't decrease op
9476                 number twice
9477
9478 2002-07-14 [paul]       0.7.8claws66
9479
9480         * sync with main 0.8.0
9481                 see ChangeLog 2002-07-14
9482
9483 2002-07-13 [melvin]     0.7.8claws65
9484         
9485         * src/addrbook.c
9486         * src/addressbook.c
9487         * src/addrindex.c
9488                 Replaced sprintf by g_snprintf to prevent possible buffer
9489                 overflow.
9490         * src/news.c
9491                 Corrected a log message output format.
9492                 Added a missing "done" debug output.
9493         * src/compose.c
9494                 Added keyboard accelerator for Priority menu items
9495                 Added missing \n in debug output
9496         * src/logwindow.c
9497         * src/gtkspell.c
9498         * src/rfc2015.c
9499                 Added missing \n in debug output
9500
9501 2002-07-13 [paul]       0.7.8claws64
9502
9503         * man/sylpheed.1
9504                 change Sergey's email address to the sf address
9505
9506         * src/textview.c
9507                 increase show_url_timeout (more useful for long
9508                 urls)
9509
9510 2002-07-12 [sergey]     0.7.8claws63
9511
9512         * src/rfc2015.c
9513                 applied (with some modifications) patch to set the
9514                 micalg parameter for signatures
9515                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9516
9517 2002-07-12 [sergey]     0.7.8claws62
9518
9519         * man/Makefile.am
9520         * configure.in
9521                 fixed man page installation
9522
9523 2002-07-12 [paul]       0.7.8claws61
9524
9525         * sync with 0.7.8cvs26
9526                 see ChangeLog 2002-07-11 and 2002-07-12
9527
9528 2002-07-11 [christoph]  0.7.8claws60
9529
9530         * src/compose.c
9531         * src/procmsg.c
9532                 first use the message number to find the message
9533                 to mark with a reply flag but check the
9534                 message-id if we got the correct message, if not
9535                 try to find it by message-id.
9536                 use new string seperator that is not allowed
9537                 in message-ids.
9538
9539 2002-07-11 [paul]       0.7.8claws59
9540
9541         * sync with 0.7.8cvs23
9542                 see ChangeLog 2002-07-10
9543
9544 2002-07-10 [christoph]  0.7.8claws58
9545
9546         * src/folder.[ch]
9547         * src/msgcache.[ch]
9548                 Added message-id table to the cache in memory
9549                 and functions to msgcache.c and folder.c to
9550                 fetch MsgInfos by message id
9551         * src/compose.c
9552         * src/procmsg.c
9553                 store folder and message-id of message replying
9554                 to in queue header and set reply flag after sending
9555                 (Closes bug #469498)
9556
9557 2002-07-10 [paul]       0.7.8claws57
9558
9559         * AUTHORS
9560           man/sylpheed.1.gz
9561                 add Martin to the list of authors
9562
9563 2002-07-09 [martin]     0.7.8claws56
9564         * src/gtksctree.c
9565                 Added gtk_ctree_last_visible(), tree_update_level(),
9566                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9567                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9568                 from gtk+ to gtksctree.c for the new sorting code
9569                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9570                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9571         * src/gtksctree.h
9572                 Added declaration for gtk_sctree_sort_recursive() and
9573                 gtk_sctree_sort_node
9574         * src/addressbook.c
9575         * src/foldersel.c
9576         * src/folderview.c
9577         * src/summaryview.c
9578                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9579                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9580
9581 2002-07-08 [paul]       0.7.8claws55
9582
9583         * more sync with 0.7.8cvs21
9584                 see ChangeLog 2002-07-08
9585
9586 2002-07-08 [paul]       0.7.8claws54
9587
9588         * sync with 0.7.8cvs21
9589                 see ChangeLog 2002-07-08
9590
9591 2002-07-07 [alfons]     0.7.8claws53
9592
9593         * src/Makefile.am
9594         * src/stock_pixmap.[ch]
9595         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9596         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9597         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9598                 add new pixmaps for upcoming notice pane
9599
9600 2002-07-06 [melvin]     0.7.8claws52
9601
9602         * src/gtkspell.[ch]
9603                 Made them a bit closer to Sylpheed's coding style.
9604                 Removed old code.
9605                 Removed possible memory leaks when some errors occurs.
9606
9607 2002-07-06 [melvin]     0.7.8claws51
9608
9609         * po/Makefile.in.in
9610                 Removed --no-location in xgettext command line to help
9611                 translators that use Emacs' po-mode
9612         * src/quote_fmt.c
9613                 Removed unnecessary comments that messed up sylpheed.pot
9614
9615 2002-07-06 [paul]       0.7.8claws50
9616
9617         * sync with 0.7.8cvs19
9618                 see ChangeLog 2002-07-05
9619
9620 2002-07-06 [christoph]  0.7.8claws49
9621
9622         * src/folder.c
9623         * src/mainwindow.c
9624                 fix folder_item_remove_all_msg and folderview
9625                 status for trash folders after emptying trash
9626
9627 2002-07-05 [paul]       0.7.8claws48
9628
9629         * sync with 0.7.8cvs16
9630                 see ChangeLog 2002-07-04 and 2002-07-05
9631
9632 2002-07-04 [paul]       0.7.8claws47
9633
9634         * sync with 0.7.8cvs14
9635                 see  ChangeLog 2002-07-04
9636
9637 2002-07-03 [alfons]     0.7.8claws46
9638
9639         * src/folder.c
9640                 dupe folder item's path because it's being reallocated
9641                 by new folder scanning code
9642
9643 2002-07-03 [christoph]  0.7.8claws45
9644
9645         * src/imap.c
9646                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9647         * src/msgcache.c
9648                 add missing return in msgcache_write
9649
9650 2002-07-02 [thorsten]   0.7.8claws44
9651
9652         * src/jpilot.c
9653         * src/msgcache.c
9654         * src/rfc2015.c
9655                 use binary mode for file access
9656
9657 2002-07-02 [christoph]  0.7.8claws43
9658
9659         * major code cleanup (part 1)
9660         
9661                 - unused variables removed
9662                 - unused functions removed
9663                 - uninitialized variables checked
9664                 - missing return statements added
9665                 - missing function return types added
9666                 - added parentheses around assignment and
9667                   && in || when suggested by gcc
9668               
9669         * src/mh.c
9670         * src/folder.c
9671                 replaced direct calls to folder->scan_tree
9672                 with folder_scan_tree and restore folder
9673                 prefs in this function. The folder should
9674                 not have to deal with them.
9675                 ( Should now work for all folder types )
9676
9677 2002-07-02 [paul]       0.7.8claws42
9678
9679         * sync with 0.7.8cvs13
9680                 see ChangeLog 2002-07-01 and 2002-07-02
9681
9682 2002-07-01 [christoph]  0.7.8claws41
9683
9684         * src/summaryview.c
9685                 fix "goto next/prev unread message" with
9686                 ignored threads
9687
9688 2002-07-01 [paul]       0.7.8claws40
9689
9690         * po/es.po
9691                 updated by Ricardo Mones Lastra
9692
9693 2002-06-30 [match]      0.7.8claws39
9694
9695         * src/jpilot.c
9696                 applied variation of leonerd's patch (566661) to
9697                 allow multiple email addresses per JPilot entry.
9698                 addresses may be separated by space, comma, pipe,
9699                 semi-colon, new-line.
9700
9701 2002-06-30 [alfons]     0.7.8claws38
9702
9703         * src/procmsg.c
9704                 simple fix for putting older nodes before
9705                 newer nodes when threading by subject
9706
9707 2002-06-30 [christoph]  0.7.8claws37
9708
9709         * src/folder.c
9710         * src/folderview.c
9711         * src/mh.c
9712         * src/news.c
9713         * src/procmsg.c
9714                 fix broken folder tree rescaning
9715                 and don't use procmsg_get_mark_sum
9716                 anymore
9717
9718 2002-06-30 [christoph]  0.7.8claws36
9719
9720         * merge new cache branch
9721         * src/imap.c
9722                 fix new cache imap copy bug
9723         * src/folder.c
9724                 improved folder_item_scan
9725                 it should now always set the correct
9726                 new, unread and total message counts
9727
9728 2002-06-29 [paul]       0.7.8claws35
9729
9730         * configure.in
9731                 correct syntax error
9732
9733 2002-06-29 [paul]       0.7.8claws34
9734
9735         * configure.in
9736           Makefile.am
9737           man/Makefile.am       ** NEW FILE **
9738           man/sylpheed.1.gz     ** NEW FILE **
9739                 add Sylpheed man page
9740
9741 2002-06-29 [paul]       0.7.8claws33
9742
9743         * po/pt_BR.po
9744                 updated by Fabio Junior Beneditto
9745
9746 2002-06-28 [jens]       0.7.8claws32
9747
9748         * po/de.po
9749                 translation updated
9750
9751         * src/selective_download.c
9752                 removed gettext for space " "
9753
9754         * src/imap.c
9755                 removed wrong space
9756
9757 2002-06-28 [paul]       0.7.8claws31
9758
9759         * sync with 0.7.8cvs11
9760                 see ChangeLog 2002-06-28
9761
9762 2002-06-28 [paul]       0.7.8claws30
9763
9764         * sync with 0.7.8cvs10
9765                 see ChangeLog 2002-06-27 and 2002-06-28
9766
9767 2002-06-26 [paul]       0.7.8claws29
9768
9769         * src/addrgather.c
9770           src/selective_download.c
9771                 don't gettextise empty strings.
9772                 reserved by gettext. gettext("") returns 
9773                 the header entry with meta information, 
9774                 not the empty string
9775
9776         * po/en_GB.po
9777                 updated
9778
9779 2002-06-26 [paul]       0.7.8claws28
9780
9781         * sync with 0.7.8cvs7
9782                 see ChangeLog 2002-06-25
9783
9784         * src/prefs_common.c
9785                 ...and in the process, tweak the gui a little
9786
9787 2002-06-25 [alfons]     0.7.8claws27
9788         
9789         * configure.in
9790         * src/Makefile.am
9791                 fine tune ldap library detection
9792
9793 2002-06-25 [alfons]     0.7.8claws26
9794
9795         * src/compose.c
9796                 don't allow return receipts when composing a news article
9797
9798 2002-06-25 [paul]       0.7.8claws25
9799
9800         * Makefile.am
9801                 add '$(AMTAR)' to 'release' section to allow for
9802                 new and older autotools
9803
9804 2002-06-25 [paul]       0.7.8claws24
9805
9806         * src/summaryview.c
9807                 fix "No more unread messages" persistant pop-up
9808                 window bug
9809
9810 2002-06-25 [paul]       0.7.8claws23
9811
9812         * po/it.po
9813                 updated by Alessandro Maestri
9814
9815 2002-06-25 [paul]       0.7.8claws22
9816
9817         * sync with 0.7.8cvs6
9818                 see ChangeLog 2002-06-25
9819
9820 2002-06-24 [paul]       0.7.8claws21
9821
9822         * tools/update-po
9823                 add GPL copyright information
9824
9825 2002-06-24 [paul]       0.7.8claws20
9826
9827         * tools/Makefile.am
9828           tools/README
9829           tools/update-po       ** NEW FILE **
9830                 add script that eases the creation of *.po files
9831                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9832
9833 2002-06-23 [alfons]     0.7.8claws19
9834
9835         * src/messageview.c
9836                 make notification_convert_header obey const correctness
9837                 (next step will be fixing the broken return receipt)
9838
9839 2002-06-23 [paul]       0.7.8claws18
9840
9841         * src/messageview.c
9842                 fix bug introduced in last commit:
9843                 removed too much code in last commit - put back what's
9844                 needed
9845
9846 2002-06-23 [paul]       0.7.8claws17
9847
9848         * src/messageview.[ch]
9849                 remove code committed in error from locally patched
9850                 source
9851
9852 2002-06-23 [colin]      0.7.8claws16
9853
9854         * src/compose.[ch]
9855                 add compose_entry_select(), used to select the default_to
9856                 email address - hopefully avoiding people sending mails to
9857                 wrong recipients.
9858
9859 2002-06-22 [alfons]     0.7.8claws15
9860
9861         * AUTHORS
9862                 add Bram Metsch & Stanislav Karchebny
9863         * src/smtp.[ch]
9864         * src/prefs_account.[ch]
9865         * src/send.c
9866                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9867                   options.  (see <http://sourceforge.net/tracker/index.php
9868                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9869
9870                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9871                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9872
9873 2002-06-22 [paul]       0.7.8claws14
9874
9875         * sync with 0.7.8cvs5
9876                 see ChangeLog 2002-06-19 and 2002-06-20
9877
9878 2002-06-22 [alfons]     0.7.8claws13
9879
9880         * src/selective_download.c
9881                 fix a stupid mistake I made
9882
9883 2002-06-22 [alfons]     0.7.8claws12
9884
9885         * src/selective_download.[ch]
9886                 fix another unnoticed leak; cleanup code
9887
9888 2002-06-21 [alfons]
9889
9890         * tools/Makefile.am
9891                 gpg-sign <-- gpg-sign-syl
9892
9893 2002-06-21 [alfons]     0.7.8claws11
9894
9895         * src/selective_download.c
9896         * src/selective_download.h
9897                 fix assorted mix of allocation errors (should solve
9898                 problem reported by Philippe Gramoullé, see:
9899                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9900
9901 2002-06-20 [melvin]     0.7.8claws10
9902
9903         * tools/gpg-sign *REMOVED*
9904           tools/gpg-sign-syl *ADDED*
9905                 Replaced the gpg clearsigning script with the version using
9906                 xterm instead of ssh-askpass and changed its name.
9907
9908         * README.claws
9909                 Updated actions example to reflect the renaming of the
9910                 gpg clearsigning script.
9911
9912 2002-06-19 [paul]       0.7.8claws9
9913
9914         * sync with 0.7.8claws9
9915                 see ChangeLog 2002-06-18 and 2002-06-19
9916
9917 2002-06-19 [paul]       0.7.8claws8
9918
9919         * sync with 0.7.8cvs1
9920                 see ChangeLog 2002-06-18
9921
9922 2002-06-18 [alfons]     0.7.8claws7
9923
9924         * src/mainwindow.h
9925                 add omitted prototype
9926
9927 2002-06-17 [paul]       0.7.8claws6
9928
9929         * src/mainwindow.c
9930                 fix hiding of exec_btn
9931
9932 2002-06-17 [paul]       0.7.8claws5
9933
9934         * src/pop.c
9935                 remove unneeded code: should_delete() 
9936                 and Pop3State::uidl_todelete_list
9937
9938 2002-06-17 [paul]       0.7.8claws4
9939
9940         * sync with 0.7.8
9941                 see ChangeLog 2002-06-11 and 2002-06-13
9942
9943 2002-06-16 [alfons]     0.7.8claws3
9944         
9945         * src/folder.c
9946                 make sure lock sort mode (claws specific) is
9947                 also persists after a tree rescan
9948
9949 2002-06-16 [alfons]     0.7.8claws2
9950
9951         * src/prefs_folder_item.c
9952         * src/folder.[ch]
9953                 fix persistence of folder sort mode (broken
9954                 by adapting Hiro's new folder persistence code)
9955
9956 2002-06-16 [alfons]     0.7.8claws1
9957
9958         * AUTHORS
9959         * src/logwindow.c
9960         * src/prefscommon.[ch]
9961                 control size of log text in log window; 
9962                 closes patch #569155 submitted by Mitko Haralanov.
9963
9964 2002-06-15 [paul]       0.7.8claws
9965
9966         * release of 0.7.8claws
9967
9968 2002-06-15 [paul]       0.7.7claws
9969
9970         * po/pt_BR.po
9971                 updated by Fabio Junior Beneditto
9972
9973 2002-06-14 [paul]       0.7.6claws49
9974
9975         * po/es.po
9976                 updated by Ricardo Mones Lastra
9977
9978 2002-06-14 [paul]       0.7.6claws48
9979
9980         * po/nl.po
9981                 updated translation by Wilbert Berendsen
9982
9983 2002-06-14 [melvin]     0.7.6claws47
9984
9985         * po/fr.po
9986                 Updated French translation
9987
9988 2002-06-13 [paul]       0.7.6claws46
9989
9990         * src/filesel.c
9991                 allow filename to be typed in, rather than just
9992                 selected by the mouse. Patch by Gustavo Noronha Silva.
9993
9994 2002-06-13 [alfons]     0.7.6claws45
9995
9996         * src/mainwindow.[ch]
9997                 more cleanups (removing unnecessary menu items Expand 
9998                 summary / message view)
9999
10000 2002-06-13 [melvin]     0.7.6claws44
10001
10002         * po/POTFILES.in
10003                 Added src/string_match.c
10004         * src/string_match.c
10005                 Fixed possible buffer overflow.
10006                 Corrected typo.
10007                 Added missing config.h header.
10008         * src/prefs_common.c
10009           src/prefs_matcher.c
10010           src/prefs_scoring.c
10011                 Made some strings translatable (missing _(..)).
10012
10013 2002-06-13 [melvin]     0.7.6claws43
10014
10015         * README.claws
10016                 Corrected action example (verifying clearsigned mail).
10017         * src/prefs_account.c
10018                 Corrected typo.
10019         * src/prefs_common.c
10020                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10021
10022 2002-06-12 [alfons]     0.7.6claws42
10023
10024         * src/summaryview.c
10025                 add init of score column lost in 0.7.6claws42
10026
10027 2002-06-12 [paul]       0.7.6claws41
10028
10029         * src/prefs_account.c
10030                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10031                 behavior of the radio buttons, (from 0.7.7cvs2)
10032
10033 2002-06-11 [alfons]     0.7.6claws40
10034
10035         * src/messageview.[ch]
10036         * src/summaryview.[ch]
10037         * src/summary_search.c
10038         * src/mainwindow.c
10039                 perform a sync to bring in Hiro's separate view implementation 
10040
10041                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10042
10043 2002-06-11 [paul]       0.7.6claws39
10044         
10045         * src/prefs_account.c
10046                 correct a typo on the Receive tab
10047
10048 2002-06-10 [match]      0.7.6claws38
10049
10050         * src/addressbook.c
10051                 Included address completion patch from Gustavo Noronha.
10052
10053 2002-06-10 [paul]       0.7.6claws37
10054
10055         * src/inc.[ch]
10056           src/pop.c
10057           src/prefs_account.[ch]
10058           src/selective_download.[ch]
10059                 apply PATCH #561712
10060                  NEW:
10061                 - check if POP Account
10062                 - Receive Button renamed to Preview
10063                 - Preview Button Popup: preview new/all messages
10064                 - Download Button
10065                 - Account Preferences-->Receive tab checkbutton if you
10066                   want to remove Mail after Download
10067                 -: default YES
10068                 - Account Preferences-->Receive tab checkbutton use
10069                   filtering rules on preview
10070                   (think of delete_on_server)
10071                 -: default YES
10072                 - Account selectable from SD dialog
10073                 - checkbutton to show already downloaded messages if
10074                   all messages are previewed
10075                 - new clist column showing Date
10076                 - ESC KEY close
10077                 FIXES:
10078                 - play ball with UIDL
10079                 - fault tolerant (?) 
10080                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10081
10082 2002-06-10 [melvin]     0.7.6claws36
10083
10084         * README.claws
10085                 Added a hint to ac/README in cvs instructions.
10086
10087         * src/prefs_actions.c
10088                 Made it possible to use a more elaborate command line
10089                 for asynchronous actions, too.
10090
10091 2002-06-10 [melvin]     0.7.6claws35
10092         
10093         * src/prefs_actions.c
10094                 Make it possible to use a more elaborate command line
10095                 (e.g. |foo|bar|cat>there;echo Done|)
10096                 Corrected error message when calling %f, %F and %p commands
10097                 from the compose window.
10098
10099 2002-06-09 [colin]      0.7.6claws34
10100
10101         * src/summaryview.c
10102                 Automatically find unread messages in current folder
10103                 before annoying the user.
10104
10105 2002-06-08 [alfons]     0.7.6claws33
10106
10107         * po/it.po
10108                 remove bad formatting string in it.po translation
10109                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10110
10111 2002-06-08 [paul]       0.7.6claws32
10112
10113         * sync with 0.7.6cvs25
10114                 see ChangeLog 2002-06-07
10115
10116 2002-06-05 [paul]       0.7.6claws31
10117
10118         * src/mainwindow.c
10119                 add 'Sort by locked' and 'Sort by score'
10120
10121 2002-06-05 [paul]       0.7.6claws30
10122
10123         * sync with 0.7.6cvs24
10124                 see ChangeLog 2002-06-04
10125
10126 2002-06-04 [paul]       0.7.6claws29
10127
10128         * po/pt_BR.po
10129                 updated by Fabio Junior Beneditto
10130
10131 2002-06-03 [thorsten]   0.7.6claws28
10132
10133         * src/matcher.c
10134                 fclose() matcherrc after reading
10135
10136 2002-06-03 [paul]       0.7.6claws27
10137
10138         * sync with 0.7.6cvs21
10139                 see ChangeLog 2002-05-31
10140
10141 2002-05-31 [paul]       0.7.6claws26
10142
10143         * sync with 0.7.6cvs20
10144                 see ChangeLog 2002-05-29 and 2002-05-30
10145
10146 2002-05-31 [paul]       0.7.6claws25
10147
10148         * src/imap.c
10149                 hopefully fix last buggy sync
10150
10151         * README.claws
10152                 correct typo in 'Actions' examples
10153
10154 2002-05-29 [paul]       0.7.6claws24
10155
10156         * sync with 0.7.6cvs18
10157                 see ChangeLog 2002-05-28 and 2002-05-29
10158
10159         * src/news.c
10160           src/nntp.[ch]
10161                 sync with above 
10162
10163 2002-05-28 [paul]       0.7.6claws23
10164
10165         * sync with 0.7.6cvs16
10166                 see ChangeLog 2002-05-28
10167
10168 2002-05-27 [thorsten]   0.7.6claws22 
10169
10170         * faq/it/sylpheed-faq-1.html
10171           faq/it/sylpheed-faq-2.html
10172           faq/it/sylpheed-faq-3.html
10173           faq/it/sylpheed-faq.html
10174                 corrected DOS lineendings
10175         * faq/de/sylpheed-faq-1.html
10176           faq/de/sylpheed-faq-2.html
10177           faq/en/sylpheed-faq-1.html
10178           faq/en/sylpheed-faq-2.html
10179           faq/en/sylpheed-faq-3.html
10180           faq/es/sylpheed-faq-1.html
10181           faq/es/sylpheed-faq-2.html
10182           faq/es/sylpheed-faq-3.html
10183           faq/fr/sylpheed-faq-1.html
10184           faq/it/sylpheed-faq-1.html
10185           faq/it/sylpheed-faq-2.html
10186           faq/it/sylpheed-faq-3.html
10187           faq/it/sylpheed-faq.html
10188                 changed ">" to &quot;
10189
10190 2002-05-27 [paul]       0.7.6claws21
10191         
10192         * sync with 0.7.6cvs15
10193                 see ChangeLog 2002-05-27
10194
10195 2002-05-27 [paul]       0.7.6claws20
10196
10197         * src/prefs_account.c
10198                 correct a typo
10199
10200 2002-05-26 [paul]       0.7.6claws19
10201
10202         * tools/README
10203                 correct a typo
10204
10205 2002-05-25 [paul]       0.7.6claws18
10206
10207         * tools/README
10208                 add description of kmail2sylpheed.pl
10209
10210 2002-05-25 [paul]       0.7.6claws17
10211
10212         * tools/kmail2sylpheed.pl       ** NEW FILE **
10213                 perl script that converts an exported Kmail address
10214                 book, converts it to sylpheed addressbook file,
10215                 writes the file to .sylpheed, and updates
10216                 addrbook--index.xml 
10217
10218 2002-05-25 [paul]       0.7.6claws16
10219
10220         * sync with 0.7.6cvs14
10221                 see ChangeLog 2002-05-23
10222
10223 2002-05-24 [paul]       0.7.6claws15
10224
10225         * README.claws
10226                 make a correction and add some more info
10227
10228 2002-05-24 [paul]       0.7.6claws14
10229
10230         * src/compose.c
10231                 fix memory leak in 
10232                 compose_redirect_write_headers_from_headerlist()
10233                 add Subject and Resent-Message-ID to
10234                 compose_redirect_write_headers()
10235                 Received, Subject, and X-UIDL are filtered out in 
10236                 compose_redirect_write_to_file()
10237
10238 2002-05-23 [paul]       0.7.6claws13
10239
10240         * src/compose.[ch]
10241           src/filtering.c
10242           src/mainwindow.c
10243           src/matcher.[ch]
10244           src/matcher_parser_lex.l
10245           src/matcher_parser_parse.y
10246           src/prefs_common.[ch]
10247           src/prefs_filtering.c
10248           src/summaryview.c
10249                 rename 'Bounce' to 'Redirect'
10250
10251 2002-05-23 [paul]       0.7.6claws12
10252
10253         * more sync with 0.7.6cvs13
10254           src/compose.c
10255                 see ChangeLog 2002-05-22
10256
10257 2002-05-22 [paul]       0.7.6claws11
10258
10259         * sync with 0.7.6cvs13
10260           src/codeconv.c
10261                 see ChangeLog 2002-05-20
10262           src/prefs_common.c
10263                 see ChangeLog 2002-05-22
10264
10265 2002-05-21 [melvin]     0.7.6claws10
10266
10267         * src/folderview.c
10268                 Added missing filtering and scoring headers
10269                 Fixed bad function call that showed garbage 
10270                 in Folder->Processing
10271
10272 2002-05-21 [paul]       0.7.6claws9
10273
10274         * tools/Makefile.am
10275                 make all tools executable, (patch by Alfons).
10276
10277 2002-05-20 [alfons]     0.7.6claws8
10278
10279         * src/procheader.c
10280                 don't forget to call mktime() so we have a valid week 
10281                 and year day
10282                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10283
10284 2002-05-20 [paul]       0.7.6claws7
10285
10286         * src/html.c
10287                 fix broken parsing of urls
10288         * src/textview.c
10289                 fix displaying of urls
10290
10291                 both fixes from the patch [547855] by Eugene 
10292                 Brevdo (zonem)
10293
10294 2002-05-19 [alfons]     0.7.6claws6
10295
10296         * configure.in
10297                 make sylpheed configure correctly with the latest
10298                 and greatest of automake / autoconf / gettext
10299
10300 2002-05-19 [alfons]     0.7.6claws5
10301
10302         * src/procheader.c
10303         * src/procheader.h
10304                 add function for returning ime zone offset
10305         * src/quote_fmt.c
10306         * src/quote_fmt_parse.y
10307                 better quotation formatting - does not convert
10308                 to local time, but uses the original date string.
10309                 
10310                 Note: %z inserts the timezone offset (should 
10311                 work also on platforms where strftime does not
10312                 support %z).
10313
10314 2002-05-18 [christoph]  0.7.6claws4
10315
10316         * src/summaryview.c
10317                 fix indentation of some code
10318         * tools/Makefile.am
10319                 fix spaces after \
10320         * src/Makefile.am
10321                 add missing \
10322                 correct path for ignorethread.xpm
10323                 incorrect filename for sylpheed_logo.xpm
10324                 add missing include matcher_parser_parse.h
10325
10326 2002-05-18 [paul]       0.7.6claws3
10327
10328         * sync with 0.7.6cvs8
10329                 see ChangeLog 2002-05-16 and 2002-05-17
10330
10331 2002-05-18 [melvin]     0.7.6claws2
10332
10333         * README.claws
10334                 Corrected an action's definition and fixed some misspellings.
10335
10336 2002-05-18 [paul]       0.7.6claws1
10337
10338         * tools/Makefile.am
10339           tools/gpg-sign        ** new file **
10340           tools/uudec           ** new file **
10341                 add Melvin's Actions scripts
10342
10343         * README.claws
10344                 add Melvin's descriptions for Actions
10345
10346 2002-05-18 [paul]       0.7.6claws
10347
10348         * Version 0.7.6claws released
10349
10350 2002-05-17 [paul]       0.7.5claws32
10351
10352         * po/es.po
10353                 updated by Ricardo Mones Lastra
10354
10355 2002-05-17 [paul]       0.7.5claws31
10356
10357         * src/compose.c
10358                 fix Account prefs default folder for sent/draft/deleted
10359                 messages bug
10360
10361         * po/it.po
10362           po/nl.po
10363                 updated translation by Alessandro Maestri and
10364                 Wilbert Berendsen
10365
10366 2002-05-17 [melvin]     0.7.5claws30
10367
10368         * src/prefs_actions.c
10369                 Fixed bug where using %F not at the end of the command 
10370                 resulted in an additional empty argument being created.
10371                 Thanks to Darko Koruga for reporting the bug.
10372
10373 2002-05-17 [melvin]     0.7.5claws29
10374
10375         * po/fr.po
10376                 Updated French translations.
10377
10378 2002-05-15 [paul]       0.7.5claws28
10379         
10380         * po/es.po
10381                 updated by Ricardo Mones Lastra
10382
10383 2002-05-15 [paul]       0.7.5claws27
10384
10385         * sync with 0.7.6cvs4
10386                 see ChangeLog 2002-05-14 and 2002-05-15
10387
10388 2002-05-14 [paul]       0.7.5claws26
10389
10390         * sync with 0.7.6cvs1
10391                 see ChangeLog 2002-05-13
10392
10393 2002-05-13 [thorsten]   0.7.5claws25
10394
10395         * src/messageview.c
10396                 fix select_all and copy in multipart messages
10397         * src/mainwindow.c
10398                 fix select_all and copy in multipart messages
10399
10400 2002-05-12 [paul]       0.7.5claws24
10401
10402         * src/summaryview.c
10403                 reverse last commit, bug already fixed in 0.7.5claws3
10404
10405 2002-05-12 [netztorte]  0.7.5claws23
10406
10407         * src/summaryview.c
10408                 dont parse empty addressbook (checked in before claws20)
10409
10410 2002-05-12 [melvin]     0.7.5claws22
10411
10412         * src/procmsg.[ch]
10413                 Removed unneeded priority code introduced by the previous 
10414                 commit.
10415
10416 2002-05-12 [melvin]     0.7.5claws21
10417
10418         * src/compose.[ch]
10419                 Added possibility to set message's priority.
10420         * src/procmsg.[ch]
10421                 Added possibility to set message's priority.
10422                 Added missing headers
10423
10424 2002-05-12 [melvin]     0.7.5claws20
10425
10426         * src/prefs_actions.c
10427                 Removed implicitely added quotes around the name
10428                 of the temporary files of mime parts.
10429
10430 2002-05-12 [paul]       0.7.5claws19
10431
10432         * sync with 0.7.5cvs20
10433                 see ChangeLog 2002-05-11
10434
10435 2002-05-12 [alfons]     0.7.5claws18
10436
10437         * src/quote_fmt_lex.l
10438         * src/quote_fmt_parse.y
10439                 allow quote / reply date & time format to be set using
10440                 %D{format}. format is a format string you'd pass to
10441                 strftime() (see man strftime, or the Display tab |
10442                 Date format setting).
10443
10444                 Currently %D converts the date to local time. 
10445
10446 2002-05-11 [paul]       0.7.5claws17
10447
10448         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10449                 see ChangeLog 2002-05-10 and 2002-05-11
10450
10451 2002-05-10 [paul]       0.7.5claws16
10452
10453         * sync with 0.7.5cvs16
10454                 see ChangeLog entries 2002-05-09 and 
10455                 2002-05-10
10456
10457 2002-05-10 [colin]      0.7.5claws15
10458
10459         * src/textview.c
10460                 Corrected a bug that prevented sylpheed to open
10461                 double-clicked URIs.
10462
10463 2002-05-09 [paul]       0.7.5claws14
10464
10465         * sync with 0.7.5cvs14
10466                 see ChangeLog 2002-05-08 and 2002-05-09
10467
10468 2002-05-08 [paul]       0.7.5claws13
10469
10470         * sync with 0.7.5cvs11
10471                 see ChangeLog entry 2002-05-08
10472
10473 2002-05-08 [paul]       0.7.5claws12
10474
10475         * src/mainwindow.c
10476           src/textview.[ch]
10477                 fix segfault on View->Open in new window
10478                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10479
10480 2002-05-07 [paul]       0.7.5claws11
10481
10482         * sync with 0.7.5cvs9
10483                 see ChangeLog entry 2002-05-07
10484
10485 2002-05-06 [paul]       0.7.5claws10
10486
10487         * src/messageview.c
10488           src/textview.c
10489                 display url in statusbar on single-click
10490                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10491
10492 2002-05-06 [match]      0.7.5claws9
10493
10494         * src/addritem.[ch]
10495                 new functions.
10496         * src/addrcache.c
10497                 tidy up.
10498         * src/xmlprops.[ch]
10499                 XML implementation of properties file.
10500         * src/exporthtml.[ch]
10501         * src/expthtmldlg.[ch]
10502         * src/addressbook.c
10503                 export to HTML.
10504
10505 2002-05-02 [sergey]     0.7.5claws8
10506
10507         * src/mainwindow.c (mainwin_entries),
10508           src/prefs_common.c (prefs_send_create()),
10509           src/codeconv.c (locale_table):
10510                 use charset name "Windows-1251" instead of "CP1251".
10511
10512 2002-05-02 [colin]      0.7.5claws7
10513         
10514         * src/compose.c
10515           src/prefs_common.c
10516           src/prefs_folder_item.c
10517                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10518
10519 2002-05-02 [hiro]       0.7.5claws6
10520
10521         * src/imap.c
10522                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10523
10524 2002-05-02 [paul]       0.7.5claws5
10525
10526         * src/compose.c
10527                 more sync with 0.7.5cvs7, see ChangeLog entry
10528                 2002-05-02
10529
10530 2002-05-02 [hiro]       0.7.5claws4
10531
10532         * src/compose.c
10533                 compose_queue_sub():
10534                 check if queue folder exists (closes #550397).
10535                 removed directory creation since it should be handled
10536                 transparently.
10537         * src/imap.c
10538                 imap_add_msg(): return UID for appended message
10539                 (closes #548842).
10540
10541 2002-04-30 [paul]       0.7.5claws3
10542
10543         * src/summaryview.c
10544                 fix account_find_from_address() bug
10545
10546 2002-04-28 [colin]      0.7.5claws2
10547
10548         * src/compose.c
10549           src/textview.c
10550           src/prefs_common.[ch]
10551           src/utils.[ch]
10552                 Added user-definable quotation characters recognition.
10553
10554 2002-04-28 [paul]       0.7.5claws1
10555
10556         * sync with 0.7.5cvs4
10557                 see ChangeLog entry  2002-04-25
10558
10559 2002-04-28 [paul]       0.7.5claws
10560
10561         * po/es.po
10562           po/nl.po
10563           po/pt_BR.po
10564                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10565                 Fabio Junior Beneditto
10566
10567 2002-04-27 [jens]       0.7.4claws103
10568
10569         * po/de.po
10570                 updated German translation.
10571
10572 2002-04-27 [hiro]       0.7.4claws102
10573
10574         * src/summaryview.c
10575                 summary_write_cache(): fixed the mark loss of hidden messages.
10576
10577 2002-04-26 [melvin]     0.7.4claws101
10578
10579         * src/procmsg.c
10580                 fixed a second typo (same one)
10581         * po/fr.po
10582           po/it.po
10583           po/pt_BR.po
10584                 fixed the type again...
10585
10586 2002-04-26 [melvin]     0.7.4claws100
10587
10588         * src/procmsg.c
10589                 fixed a typo in an alert message ("temorary").
10590         * po/it.po
10591         * po/pt_BR.po
10592                 corrected the typo  described above.
10593         * po/fr.po
10594                 updated French translation.
10595
10596 2002-04-26 [darko]      0.7.4claws99
10597
10598         * src/summaryview.c
10599                 fix target folder colorization
10600
10601 2002-04-25 [paul]       0.7.4claws98
10602
10603         * po/it.po
10604                 updated by Alessandro Maestri
10605
10606 2002-04-24 [colin]      0.7.4claws97
10607         
10608         * src/compose.c
10609                 Fixed double "subject is empty" question.
10610
10611 2002-04-23 [colin]      0.7.4claws96
10612         
10613         * src/mimeview.c
10614                 Corrected issue when "automatically display images" was
10615                 not set : first image remained after selecting second.
10616
10617 2002-04-23 [melvin]     0.7.4claws95
10618
10619         * src/prefs_actions.c
10620                 Don't display in/out dialog if there is nothing to show.
10621
10622 2002-04-23 [paul]       0.7.4claws94
10623
10624         * sync with 0.7.5cvs3
10625                 bug fixes: see ChangeLog entry 2002-04-23
10626
10627 2002-04-22 [darko]      0.7.4claws93
10628
10629         * src/compose.c
10630                 fix previous check-in which changed code after
10631                 merge from main
10632
10633 2002-04-22 [paul]       0.7.4claws92
10634
10635         * faq/de/*
10636                 add German FAQ
10637         * faq/en/*
10638           faq/es/*
10639           faq/fr/*
10640                 update English, Spanish and French FAQs
10641         * manual/de/*
10642           manual/es/*
10643                 add German and Spanish manuals
10644         * manual/en/*
10645           manual/fr/*
10646                 update English and French manuals
10647
10648         * src/Makefile.am
10649                 add to and re-arrange the pixmap entries
10650
10651 2002-04-22 [darko]      0.7.4claws91
10652
10653         * src/compose.c
10654                 fix sender initials recognition to only allow
10655                 '>' after the initials
10656
10657 2002-04-21 [paul]       0.7.4claws90
10658
10659         * sync with 0.7.5 release
10660                 see ChangeLog entry 2002-04-21
10661
10662 2002-04-21 [alfons]
10663
10664         * src/Makefile.am
10665                 add colin's new pixmaps to EXTRA_DIST
10666
10667 2002-04-21 [colin]      0.7.4claws89
10668         * src/compose.c
10669         * src/inc.c
10670         * src/mainwindow.[ch]
10671         * src/prefs_common.[ch]
10672         * src/stock_pixmap.[ch]
10673                 Added "Work offline" ability.
10674
10675 2002-04-21 [colin]      0.7.4claws88
10676         
10677         * src/mimeview.c
10678         * src/prefs_common.c
10679         * src/prefs_common.h
10680         * src/textview.c : Added an option to common preferences -> display
10681           to allow user not to automatically display images.
10682
10683 2002-04-21 [paul]       0.7.4claws87
10684
10685         * sync with 0.7.4cvs52
10686                 see ChangeLog entry 2002-04-21 (src/imap.c)
10687
10688 2002-04-21 [paul]       0.7.4claws86
10689
10690         * sync with 0.7.4cvs51
10691                 see ChangeLog entry 2002-04-21
10692
10693 2002-04-21 [paul]       0.7.4claws85
10694
10695         * sync with 0.7.4cvs49
10696                 see ChangeLog entries 2002-04-20 and 2002-04-21
10697
10698         * src/Makefile.am
10699                 clean up: remove old 'stock_' element from xpm 
10700                 filenames.
10701
10702 2002-04-21 [alfons]     0.7.4claws84
10703
10704         apply sync patch from Paul
10705
10706         * src/folderview.c
10707                 use old claws prefs_folder_item_create() for now
10708
10709 2002-04-19 [match]      0.7.4claws83
10710
10711         * src/addressbook.[ch]
10712         * src/addrharvest.[ch]
10713         * src/addrgather.[ch]
10714                 recurse folders.
10715         * src/mainwindow.c
10716         * src/summaryview.[ch]
10717                 change menu option.
10718
10719 2002-04-19 [paul]       0.7.4claws82
10720
10721         * po/pt_BR.po
10722                 updated by Fabio Junior Beneditto
10723
10724 2002-04-14 [alfons]     0.7.4claws81
10725
10726         * src/passphrase.c
10727                 add #include <sys/types.h> for mode_t and off_t 
10728
10729 2002-04-13 [paul]       0.7.4claws80
10730         
10731         * src/main.c
10732           src/passphrase.[ch]
10733           src/pgptext.c
10734           src/prefs_common.[ch]
10735           src/rfc2015.c
10736                 enable storing of GnuPG passphrase for the whole 
10737                 session or a user-defined number of minutes. patch 
10738                 submitted by Ravemax <ravemax@dextrose.com>
10739
10740 2002-04-13 [alfons]     0.7.4claws79
10741
10742         * src/textview.c
10743                 make email parser also stop scanning when encountering separators
10744                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10745
10746 2002-04-13 [paul]       0.7.4claws78
10747
10748         * sync with 0.7.4cvs39
10749                 see ChangeLog entry 2002-04-12
10750
10751 2002-04-11 [paul]       0.7.4claws77
10752
10753         * sync with 0.7.4cvs37
10754                 see ChangeLog entry 2002-04-11
10755
10756 2002-04-11 [paul]       0.7.4claws76
10757
10758         * COPYING 
10759                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10760                 the clause for OpenSSL). sync with sylpheed main
10761
10762 2002-04-09 [melvin]     0.7.4claws75
10763
10764         * src/compose.c
10765                 Made 'Ctrl-Enter' on send ignore some modifiers 
10766                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10767                 to bind other *-Enter (but not Alt-Enter).
10768
10769 2002-04-09 [paul]       0.7.4claws74
10770
10771         * sync with 0.7.4cvs35
10772                 see ChangeLog entries 2002-04-09
10773
10774 2002-04-08 [paul]       0.7.4claws73
10775
10776         * sync with 0.7.4cvs33
10777                 see ChangeLog entry 200-04-08
10778
10779 2002-04-07 [match]      0.7.4claws72
10780
10781         * src/addrharvest.[ch]
10782                 fixed to read all addresses in header, regardless
10783                 of header size. improved name parsing. accommodate
10784                 harvest from folders and selected message.
10785         * src/addritem.[ch]
10786                 included new address parsing function.
10787         * src/addrgather.[ch]
10788         * src/addressbook.[ch]
10789         * src/summaryview.[ch]
10790         * src/mainwindow.c
10791                 allow address harvest of folder as well as selected
10792                 messages.
10793
10794 2002-04-07 [paul]       0.7.4claws71
10795
10796         * src/esmtp.[ch]
10797           src/smtp.c
10798                 don't try to authenticate with CRAM-MD5 in SMTP when 
10799                 SMTP-AUTH enabled if MTA doesn't issue this 
10800                 auth-method in it's ehlo-response. bug item #531364,
10801                 patch item #938910. patch submitted by Colin Leroy 
10802                 <colin@colino.net>
10803
10804 2002-04-07 [paul]       0.7.4claws70
10805
10806         * src/nntp.c
10807                 fix missing MODE_READER bug. patch submitted by
10808                 Colin Leroy <colin@colino.net>
10809
10810 2002-04-07 [alfons]     0.7.4claws69
10811
10812         * src/matcher.[ch]
10813         * src/prefs_filtering.c
10814         * src/summaryview.c
10815                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10816                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10817
10818 2002-04-07 [paul]       0.7.4claws68
10819
10820         * sync with 0.7.4cvs32
10821                 see ChangeLog entry 2002-04-06
10822
10823         * tools/filter_conv.pl
10824                 more bug fixes
10825
10826 2002-04-06 [paul]       0.7.4claws67
10827
10828         * tools/filter_conv.pl
10829                 modify to be able to find the name of the first
10830                 mailbox and use that. main's filter does not
10831                 record the full path to the mailbox and therefore
10832                 can only filter to the first mailbox.
10833
10834 2002-04-05 [paul]       0.7.4claws66
10835
10836         * tools/filter_conv.pl
10837                 attempt to make the script all-encompassing and
10838                 be able to convert any main 'filter' rule thrown
10839                 at it
10840
10841 2002-04-05 [paul]       0.7.4claws65
10842
10843         * tools/filter_conv.pl
10844                 allow for collapsed folder trees
10845
10846 2002-04-05 [paul]       0.7.4claws64
10847
10848         * sync with 0.7.4cvs31
10849                 see ChangeLog entries 2002-04-05
10850
10851 2002-04-03 [paul]       0.7.4claws63
10852
10853         * sync with 0.7.4cvs29
10854                 see ChangeLog entries 2002-04-02 and 2002-04-03
10855
10856 2002-04-02 [paul]       0.7.4claws62
10857
10858         * sync with 0.7.4cvs26
10859                 see ChangeLog entry 2002-04-01
10860
10861 2002-04-02 [match]      0.7.4claws61
10862
10863         * src/pine.[ch]
10864         * src/importpine.[ch]
10865         * src/addressbook.c
10866                 import Pine address book.
10867
10868 2002-04-02 [match]      0.7.4claws60
10869
10870         * src/addrharvest.[ch]
10871                 improve address parsing of funky addresses.
10872
10873 2002-04-02 [darko]      0.7.4claws59
10874
10875         * src/compose.c
10876                 wrap on send improvements, it now recognizes quoted
10877                 initials as part of the quotation string, and it
10878                 does not join lines separated by CR
10879
10880 2002-04-01 [match]      0.7.4claws58
10881
10882         * src/mgutils.[ch]
10883                 added new functions.
10884         * src/mutt.[ch]
10885                 remove excessive duplicate address generation
10886                 on import.
10887
10888 2002-04-01 [alfons]     0.7.4claws57
10889         
10890         * src/summaryview.c
10891                 put back g_free() 
10892
10893 2002-04-01 [paul]       0.7.4claws56
10894
10895         * sync with 0.7.4cvs25
10896                 see ChangeLog entry 2002-04-01
10897
10898 2002-04-01 [alfons]     0.7.4aprilfool55
10899
10900         * src/summaryview.c
10901                 honour feature request item #537427 to allow for
10902                 displaying names from address book for sent mail also
10903
10904 2002-03-29 [paul]       0.7.4claws54
10905
10906         * src/mainwindow.c
10907           src/prefs_filtering.[ch]
10908           src/prefs_matcher.c
10909           src/summaryview.c
10910                 add 'fast filter' for claws' filtering,
10911                 /Tools/Create filter rule/... patch submitted
10912                 by Neill Miller <neillm@thecodefactory.org>
10913
10914 2002-03-29 [paul]       0.7.4claws53
10915
10916         * sync with 0.7.4cvs24
10917                 see ChangeLog entry 2002-03-29
10918
10919 2002-03-28 [paul]       0.7.4claws52
10920
10921         * sync with 0.7.4cvs23
10922                 see ChangeLog entry 2002-03-28
10923
10924 2002-03-27 [melvin]     0.7.4claws51
10925
10926         * src/prefs_actions.c
10927                 Added support to pass only one message part (as a
10928                 file) to the command using '%p'. No quotes are needed
10929                 because doubles quotes are automatically added.
10930                 Fixed bug where Sylpheed could block when waiting for
10931                 a child process to finish.
10932                 Changed the help menu to remove quotes around symbols to 
10933                 avoid misinterpretation (they must not be used).
10934
10935 2002-03-27 [melvin]     0.7.4claws50
10936
10937         * src/inc.c
10938                 Made the new mail notification command always 
10939                 execute asynchronously.
10940
10941 2002-03-27 [paul]       0.7.4claws49
10942
10943         * src/compose.c
10944                 fix bug introduced in last commit
10945
10946 2002-03-27 [paul]       0.7.4claws48
10947
10948         * sync with 0.7.4cvs21
10949                 see ChangeLog 2002-03-26 and 2002-03-27
10950
10951 2002-03-26 [hoa]        0.7.4claws47
10952
10953         * src/prefs_folder_item.c
10954                 really fixed the bug #516442 with folder rescan.
10955
10956 2002-03-26 [paul]       0.7.4claws46
10957
10958         * sync with 0.7.4cvs19
10959                 see ChangeLog entries 2002-03-25 and 2002-03-26
10960
10961 2002-03-25 [hoa]        0.7.4claws45
10962
10963         * src/matcher.c
10964         * src/mh.c
10965                 fix the bug #516442 with folder rescan.
10966
10967         * src/prefs_common.[ch]
10968         * src/compose.c
10969                 added an option to enable two different behaviours
10970                 for bounce.
10971
10972
10973 2002-03-25 [paul]       0.7.4claws44
10974
10975         * src/mainwindow.c
10976           src/selective_download.c
10977                 correct a few menuitem labels
10978
10979 2002-03-25 [christoph]  0.7.4claws43
10980
10981         * src/procmsg.c
10982                 fix non deleted tmp message in
10983                 procmsg_save_to_outbox
10984                 fix problems caused by sync with
10985                 main branch's procmsg_send_queue
10986
10987 2002-03-25 [paul]       0.7.4claws42
10988
10989         * src/quote_fmt.c
10990           src/quote_fmt_lex.l
10991           src/quote_fmt_parse.y
10992                 add Last name (%L) placeholder for quoting. 
10993                 patch submitted by Thorsten Thielen 
10994                 <thth@users.sourceforge.net>
10995
10996 2002-03-25 [paul]       0.7.4claws41
10997
10998         * src/utils.c
10999                 get full hostname. patch submitted by
11000                 Bob Woodside <rwoodside1@comcast.net>
11001
11002 2002-03-25 [paul]       0.7.4claws40
11003
11004         * src/account.c
11005           src/news.c
11006           src/nntp.[ch]
11007           src/prefs_account.[ch]
11008                 enable NNTP over SSL. patch submitted by
11009                 Pascal Jermini <pascal@infinity.hn.org>
11010
11011 2002-03-24 [paul]       0.7.4claws39
11012
11013         * src/prefs_common.c
11014                 make the arrangement of the Compose tab more
11015                 coherent
11016
11017         * src/mainwindow.c
11018                 fix some irregularities of style
11019
11020         * po/de.po
11021                 updated by Kilian Krause
11022
11023 2002-03-23 [paul]       0.7.4claws38
11024
11025         * po/pt_BR.po
11026                 updated by Fabio Junior Beneditto
11027
11028 2002-03-23 [paul]       0.7.4claws37
11029
11030         * src/mainwindow.c
11031                 move 'Gather addresses' to 'Tools' menu
11032                 make 'Selective download' sensitive
11033
11034 2002-03-23 [paul]       0.7.4claws36
11035
11036         * sync with 0.7.4cvs16
11037                 see ChangeLog entries 2002-03-23
11038
11039 2002-03-22 [christoph]  0.7.4claws35
11040
11041         * src/quote_fmt_parse.y
11042                 fix include program output
11043
11044 2002-03-22 [alfons]     0.7.4claws34
11045
11046         * src/pop.c
11047                 initialize GDate stack variable correctly (sorry!)
11048
11049 2002-03-22 [paul]       0.7.4claws33
11050
11051         * src/compose.c
11052           src/mainwindow.c
11053           src/prefs_actions.c
11054           src/prefs_common.c
11055                 rename 'Tool' to 'Tools'
11056
11057         * src/mainwindow.c
11058                 move 'Delete duplicated messages' from
11059                 'Message/' to 'Tools/'
11060                 re-arrange the order of 'Tools/' items
11061
11062 2002-03-22 [paul]       0.7.4claws32
11063
11064         * src/addr_compl.c
11065           src/addressbook.[ch]
11066                 auto-address completion now also matches on
11067                 Nickname. patch submitted by Bob Forsman 
11068                 <hammor@users.sourceforge.net>
11069
11070         * src/editaddress.c
11071                 correct a spelling mistake
11072
11073 2002-03-22 [alfons]     0.7.4claws31
11074
11075         * src/pop.c
11076                 fix getting uidl from incorrect string 
11077                 (spotted by Colin)
11078
11079 2002-03-21 [alfons]     0.7.4claws30
11080
11081         * src/pop.c
11082                 more code refactoring
11083                 plug mem leak introduced by delete on server
11084
11085 2002-03-21 [paul]       0.7.4claws29
11086
11087         * sync with 0.7.4cvs11
11088                 see ChangeLog entries 2002-03-20
11089
11090 2002-03-20 [alfons]     0.7.4claws28
11091
11092         * src/inc.c
11093                 apply Colin's patch and refactor
11094
11095 2002-03-20 [paul]       0.7.4claws27
11096
11097         * sync with sylpheed 0.7.4cvs9
11098                 see ChangeLog entry 2002-03-20
11099
11100 2002-03-19 [christoph]  0.7.4claws26
11101
11102         * src/mh.c
11103         * src/procmsg.[ch]
11104         * src/summaryview.c
11105                 revert changes for flag updates
11106                 (does not work correctly and no time to debug)
11107
11108 2002-03-20 [alfons]     0.7.4claws25
11109
11110         * src/pop.c
11111                 refactor should_delete() a little bit 
11112
11113 2002-03-19 [paul]       0.7.4claws24
11114
11115         * src/inc.[ch]
11116           src/pop.c
11117           src/prefs_account.[ch]
11118                 allow the user to leave downloaded mail on the 
11119                 server for n days. Patch submitted by Colin Leroy 
11120                 <colin@colino.net>
11121
11122 2002-02-19 [paul]       0.7.4claws23
11123
11124         * sync with sylpheed 0.7.4cvs8
11125                 see ChangeLog entries 2002-03-19
11126
11127 2002-03-18 [paul]       0.7.4claws22
11128
11129         * sync with sylpheed 0.7.4cvs6
11130                 see ChangeLog entry 2002-03-18
11131
11132 2002-03-18 [paul]       0.7.4claws21
11133
11134         * po/en_GB.po
11135                 add en_GB message catalogue
11136
11137         * src/mbox_folder.c
11138           src/prefs_account.c
11139           src/prefs_actions.c
11140                 correct a few spelling mistakes
11141
11142 2002-03-17 [alfons]     0.7.4claws20
11143
11144         * src/matcher.c
11145                 more stringent checks for NULL params when writing
11146                 filtering actions to a file
11147                 
11148 2002-03-17 [hoa]        0.7.3claws20
11149
11150         * src/news.c
11151                 fixed the count of new messages
11152
11153         * src/compose.c
11154                 fixed the "attachment properties" window
11155
11156 2002-03-17 [paul]       0.7.4claws19
11157
11158         * src/defs.h
11159           src/folder.h
11160           src/news.c
11161           src/prefs_account.[ch]
11162           src/procmsg.[ch]
11163           src/summaryview.c
11164                 automatically mark cross-posted messages as read 
11165                 and (optionally) give them a colour label
11166                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11167                 
11168
11169 2002-03-17 [paul]       0.7.4claws18
11170
11171         * sync with sylpheed 0.7.4cvs5
11172                 see ChangeLog entry 2002-03-17
11173
11174 2002-03-17 [melvin]     0.7.4claws17
11175         
11176         * src/textview.c
11177                 Worked around a gtktext 'bug': when searching for 
11178                 a text in a long message it was scrolling slowly
11179                 line by line until it hit the searched text.
11180         * po/fr.po
11181                 Updated French translation
11182
11183 2002-03-17 [melvin]     0.7.4claws16
11184
11185         * src/mainwindow.c
11186         * src/compose.c
11187         * src/prefs_actions.c
11188                 Moved "Edit/Actions" to "Tool/Actions"
11189                 Made mainwindow/compose window sensitive as soon as
11190                 no child process is running anymore even if the io dialog
11191                 is open.
11192                 Fixed a struct being initialized with a non constant char*
11193
11194 2002-03-16 [christoph]  0.7.4claws15
11195
11196         * configure.in
11197                 add --with-compiler-flags option
11198                 (only for developer hacking)
11199         * src/mh.c
11200         * src/procmsg.[ch]
11201         * src/summaryview.c
11202                 try to make folder-stats and flag handling more
11203                 independent from the summaryview. msgcounts
11204                 are only set when the folder is opened and
11205                 procmsg_msginfo_(un)set_flags will handle it
11206                 later and summaryview will get the values
11207                 from the folder.
11208
11209 2002-03-16 [paul]       0.7.4claws14
11210
11211         * src/messageview.c
11212                 fix Return-receipt. Patch submitted by Bob
11213                 Woodside <rwoodside1@comcast.net>
11214
11215 2002-03-16 [paul]       0.7.4claws13
11216
11217         * src/compose.c
11218                 fix 'dynamic' signatures, make it work again
11219                 broken during sync on 2002-03-14 (0.7.4claws2)
11220
11221 2002-03-15 [match]      0.7.4claws12
11222
11223         * src/addrharvest.[ch]
11224         * src/addrgather.[ch]
11225         * src/addressbook.[ch]
11226         * src/mainwindow.c
11227                 included address harvester feature. still some
11228                 issues with address parsing that I will fix.
11229
11230 2002-03-15 [match]      0.7.4claws11
11231
11232         * src/addrbook.[ch]
11233         * src/addrcache.[ch]
11234         * src/addressbook.[ch]
11235         * src/addrindex.c
11236         * src/editbook.c
11237         * src/importldif.c
11238         * src/importmutt.c
11239         * src/jpilot.[ch]
11240         * src/main.c
11241         * src/syldap.[ch]
11242         * src/vcard.[ch]
11243                 tidy up. fix memory leaks. moved attribs and methods
11244                 from individual interfaces to addrcache object. prep
11245                 for new stuff to come in.
11246
11247 2002-03-15 [alfons]     0.7.4claws10
11248
11249         * src/matcher.[ch]
11250         * src/matcher_parser_parse.y
11251         * src/matcher_parser_lex.l
11252         * src/prefs_matcher.c
11253                 add filtering conditions message greater than, smaller 
11254                 than, and exactly matching a size in bytes
11255                 (does not work with delete from POP3 server yet)
11256
11257                 this should also give others an idea what you should
11258                 do to add new criterions to claws filtering system
11259                 
11260
11261 2002-03-15 [paul]       0.7.4claws9
11262
11263         * tools/filter_conv.pl
11264                 exit if there are no filter rules to convert
11265                 rename filterrc to filterrc.old after completion
11266
11267 2002-03-15 [paul]       0.7.4claws8
11268
11269         * sync with sylpheed 0.7.4cvs3
11270                 see ChangeLog entry 2002-03-14
11271
11272 2002-03-14 [paul]       0.7.4claws7
11273
11274         * src/compose.c
11275                 clean up the last commit (ahem)
11276
11277 2002-03-14 [paul]       0.7.4claws6
11278
11279         * src/compose.c
11280                 fix bug #515655. honour account preferences
11281                 regarding gpg default signing/encryption when 
11282                 changing account from the compose window.
11283
11284 2002-03-14 [paul]       0.7.4claws5
11285
11286         * src/folderview.c
11287                 remove unnecessary curly brackets
11288
11289 2002-03-14 [paul]       0.7.4claws4
11290
11291         * src/folderview.c
11292           src/prefs_filtering.[ch]
11293                 add filter rename on folder rename and filter
11294                 delete on folder delete. Patch submitted by
11295                 Neill Miller <neillm@thecodefactory.org> 
11296
11297 2002-03-14 [christoph]  0.7.4claws3
11298
11299         * src/procmsg.c
11300         * src/send.c
11301                 fix local delivery
11302                 (patch submitted by "Simon 'corecode' Schubert")
11303         * src/prefs_common.c
11304         * src/procmsg.c
11305                 fix gcc 3.0 warning
11306
11307 2002-03-14 [paul]       0.7.4claws2
11308
11309         * sync with sylpheed 0.7.4cvs2
11310                 see ChangeLog entry 2002-03-13
11311
11312 2002-03-12 [darko]      0.7.4claws1
11313
11314         * src/mainwindow.c
11315                 fix what seems to be a copy and paste error
11316                 when setting color for important messages
11317                 (reported by wwp)
11318
11319 2002-03-11 [paul]       version 0.7.4claws released
11320
11321 2002-03-11 [paul]       0.7.4claws
11322
11323         * po/es.po
11324           po/it.po
11325           po/nl.po
11326           po/pt_BR.po
11327                 update message catalogs. Submitted by Ricardo Mones 
11328                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11329                 Fabio Junior Beneditto
11330
11331         * configure.in
11332           faq/Makefile.am
11333           faq/it/Makefile
11334           faq/it/sylpheed-faq*
11335           src/mainwindow.c
11336           src/manual.[ch]
11337                 add FAQ in Italian
11338         
11339
11340 2002-03-11 [jens]       0.7.3claws7
11341
11342         * po/de.po
11343                 updated German translation
11344
11345 2002-03-11 [melvin]     0.7.3claws6
11346
11347         * po/fr.po
11348                 updated and corrected French translation
11349
11350 2002-03-10 [hoa]        0.7.3claws5
11351
11352         * src/account.c
11353         * src/inc.c
11354         * src/prefs_account.c
11355         * src/procmsg.c
11356         * src/send.[ch]
11357                 fixed the local account.
11358                 you have to change the default "/usr/sbin/sendmail"
11359                 to "/usr/sbin/sendmail -t" in the preferences of
11360                 the local account.
11361
11362         * src/procmime.c
11363                 removed some debug display for renderer
11364
11365 2002-03-10 [paul]       0.7.3claws4
11366
11367         * faq/en/sylpheed-faq-1.html
11368           faq/en/sylpheed-faq-2.html
11369                 update
11370
11371 2002-03-09 [paul]       0.7.3claws3
11372
11373         * sync with sylpheed 0.7.4
11374                 see ChangeLog entry 2002-03-09
11375
11376 2002-03-08 [paul]       0.7.3claws2
11377
11378         * faq/en/sylpheed-faq*
11379           faq/es/sylpheed-faq*
11380           faq/fr/sylpheed-faq*
11381                 update the FAQs
11382
11383         * manual/fr/.cvsignore
11384           manual/fr/Makefilea.am
11385           manual/fr/sylpheed*
11386           src/mainwindow.c
11387           src/manual.[ch]
11388                 add the French manual
11389
11390 2002-03-07 [paul]       0.7.3claws1
11391
11392         * sync with sylpheed 0.7.3cvs4
11393                 see ChangeLog entries  2002-03-06 and 2002-03-07
11394         
11395         * po/nl.po
11396                 updated by Wilbert Berendsen
11397
11398 2002-03-07 [melvin]     0.7.2claws34
11399
11400         * src/selective_download.c
11401                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11402
11403 2002-03-06 [paul]       0.7.2claws33
11404
11405         * sync with sylpheed 0.7.3cvs1
11406                 bug fix, see ChangeLog entry 2002-03-05
11407
11408 2002-03-05 [paul]       0.7.2claws32
11409
11410         * src/mimeview.c
11411           src/pgptext.[ch]
11412           src/procmsg.c
11413                 reverse the pgp ascii-armored code implemented in 
11414                 0.7.2claws16. removal of this code until it matures.
11415                 this means that verifying ascii-armored pgp sigs and
11416                 automatic decryption of ascii-armored encrypted
11417                 messages no longer works.
11418
11419 2002-03-05 [paul]       0.7.2claws31
11420
11421         * configure.in
11422           Makefile.am
11423         * faq/Makefile.am
11424         * faq/en/Makefile.am
11425           faq/en/sylpheed-faq.html
11426           faq/en/sylpheed-faq-1.html
11427           faq/en/sylpheed-faq-2.html
11428           faq/en/sylpheed-faq-3.html
11429         * faq/es/Makefile.am
11430           faq/es/sylpheed-faq.html
11431           faq/es/sylpheed-faq-1.html
11432           faq/es/sylpheed-faq-2.html
11433           faq/es/sylpheed-faq-3.html
11434           faq/es/sylpheed-faq-4.html
11435         * faq/fr/Makefile.am
11436           faq/fr/sylpheed-faq.html
11437           faq/fr/sylpheed-faq-1.html
11438           faq/fr/sylpheed-faq-2.html
11439           faq/fr/sylpheed-faq-3.html
11440         * src/Makefile.am
11441           src/defs.h
11442           src/mainwindow.c
11443           src/manual.[ch]
11444                 add FAQs in English, Spanish and French
11445
11446
11447 2002-03-05 [paul]       0.7.2claws30
11448
11449         * manual/en/sylpheed.html
11450           manual/en/sylpheed-XX.html
11451                 updated the English manual
11452
11453 2002-03-05 [hoa]        
11454
11455         * src/summaryview.c
11456                 dialog box pops up if the article can't be deleted.
11457
11458 2002-03-04 [paul]       
11459         
11460         * po/pt_BR.po
11461                 updated by Fabio Junior Benedito
11462
11463 2002-03-04 [hoa]
11464
11465         * removed ac/gpgme.m4
11466                 to avoid autogen common problem
11467                 developers have to install gpgme development package now
11468
11469         * src/compose.c
11470                 encoding to 7bit or 8bit is enabled.
11471
11472 2002-03-03 [alfons]     0.7.2claws29
11473
11474         * src/pop.c
11475                 merge fix by Oliver Haertel for selective
11476                 download buglet
11477
11478 2002-03-03 [paul]       0.7.2claws28
11479         
11480         * sync with sylpheed 0.7.3
11481
11482 2002-03-03 [paul]       0.7.2claws27
11483
11484         * sync with sylpheed 0.7.2cvs24
11485                 see ChangeLog entries 2002-03-02 and 2002-03-03
11486
11487 2002-03-02 [melvin]     0.7.2claws26
11488
11489         * src/inc.[ch]
11490         * src/main.c
11491         * src/mainwindow.c
11492         * src/prefs_common.[ch]
11493                 Added user definable notification on new mail arrival.
11494                 Removed unused variables in spell checker prefs code.
11495
11496 2002-03-02 [melvin]     0.7.2claws25
11497
11498         * src/quote_fmt.c
11499                 Removed unnecessary escape sequences.
11500                 Changed 'Initial...' to 'Initials of Sender'
11501
11502 2002-03-02 [paul]       0.7.2claws24
11503
11504         * sync with sylpheed 0.7.2cvs22
11505                 see ChangeLog entry 2002-03-01
11506
11507 2002-03-01 [hoa]        0.7.2claws23
11508
11509         * src/mainwindow.c
11510                 Set sensitivity of delete actions to active
11511                 even if the folder is a newsgroup.
11512
11513         * src/summaryview.c
11514                 - Set sensitivity of delete actions
11515                 - Added function check_permission() that will check if the
11516                   user is authorized to delete a message. For news, it
11517                   will check if the author is the same.
11518                 - Enabled deletion when there is no trash folder.
11519
11520         * src/news.[ch]
11521                 - Added news_cancel_article() to cancel articles
11522                 - Implemented news_remove_message() (public function)
11523
11524 2002-03-01 [paul]       0.7.2claws22
11525
11526         * src/gtkutils.c
11527           src/textview.c
11528                 recognise urls that that don't include 'http://' and
11529                 simply begin 'www.' 
11530
11531         * AUTHORS
11532                 remove duplicated name
11533
11534 2002-02-28 [paul]       0.7.2claws21
11535
11536         * src/mainwindow.c
11537           src/summaryview.[ch]
11538                 add ability to 'Select thread'
11539                 combines Melvin's "Select thread's head" patch (#510907)
11540                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11541                 patch (#518514) 
11542
11543 2002-02-28 [paul]       0.7.2claws20
11544
11545         * src/mimeview.c
11546                 hopefully fix segfault on right-clicking a mime part
11547                 that some people have experienced.      
11548                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11549
11550 2002-02-28 [paul]       0.7.2claws19
11551
11552         * sync with sylpheed 0.7.2cvs21
11553                 see ChangeLog entries 2002-02-27 and 2002-02-28
11554
11555 2002-02-27 [paul]       0.7.2claws18
11556
11557         * sync with sylpheed 0.7.2cvs18
11558                 see ChangeLog entries 2002-02-26 and 2002-02-27
11559
11560 2002-02-26 [alfons]     0.7.2claws17
11561
11562         * src/procheader.c
11563                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11564                 (spotted by Chris Hessman <idatech@gmx.net>)
11565
11566 2002-02-26 [paul]       0.7.2claws16
11567
11568         * src/mimeview.c
11569           src/pgptext.[ch]
11570           src/procmsg.c
11571                 make decryption of ascii-armored pgp encrypted messages
11572                 and verification of ascii-armored signatures work again.
11573                 slightly altered from the patch by Jens Jahnke 
11574                 <jan0sch@gmx.net>
11575
11576                 ##FIX ME##
11577                 * the checking of plaintext signatures always comes up in 
11578                   a popup box
11579                 * it doesn't work for multipart messages 
11580                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11581                   including the msg headers and these 2 line themselves, are 
11582                   not displayed
11583
11584         * src/mainwindow.c
11585                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11586                 "View/Message View" becomes "View/Separate Message View"
11587                 because its less ambiguous.
11588
11589         * po/es.po
11590                 updated by Ricardo Mones Lastra
11591
11592 2002-02-26 [paul]       0.7.2claws15
11593
11594         * sync with sylpheed 0.7.2cvs17
11595                 see ChangeLog entries 2002-02-25 and 2002-02-26
11596
11597 2002-02-25 [christoph]  0.7.2claws14
11598
11599         * src/filtering.[ch]
11600         * src/inc.c
11601                 do filtering stuff after all messages have been received
11602                   1. drop all messages to .processing
11603                   2. scan processing folder for messages
11604                   3. filter messages or move to inbox
11605                 this will also find old messages left in processing after
11606                 a crash or something like that and we get a real msginfo
11607                 from folder->get_msg_list and do not have to create our
11608                 own in filter_message
11609         * src/matcher_parser_parse.y
11610                 remove MIX/MAX warning (reordered includes)
11611
11612 2002-02-25 [paul]       0.7.2claws13
11613
11614         * sync with sylpheed 0.7.2cvs15
11615                 see ChangeLog entry 2002-02-24
11616
11617 2002-02-24 [alfons]     0.7.2claws12
11618
11619         * src/filtering.c
11620                 clear old color flags first when applying a new color to
11621                 a message info. 
11622                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11623
11624 2002-02-24 [alfons]     0.7.2.claws11
11625         
11626         * AUTHORS
11627         * src/prefs_common.c
11628                 add presets for Opera and Konqueror, closes patch #517261,
11629                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11630
11631 2002-02-24 [alfons]     0.7.2.claws10
11632
11633         * AUTHORS
11634         * src/summaryview.c
11635                 fix threading for null message ids, closes patch #521601,
11636                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11637
11638 2002-02-24 [alfons]     0.7.2claws9
11639
11640         * src/summaryview.c
11641         * src/filtering.c
11642                 make Tool | Filter Message work with filtering system so
11643                 setting flags also works
11644
11645                 TODO:
11646
11647                 - Processing uses the same function as Tool | Filter
11648                   Message, but doesn't use the same update proc yet
11649
11650 2002-02-23 [paul]       0.7.2claws8
11651
11652         * sync with sylpheed 0.7.2cvs14
11653                 see ChangeLog entries 2002-02-22 and 2002-02-23
11654
11655 2002-02-22 [christoph]  0.7.2claws7
11656
11657         * src/quote_fmt.c
11658                 Add column space to table
11659         * src/quote_fmt_parse.y
11660                 Close files
11661
11662 2002-02-22 [paul]       0.7.2claws6
11663
11664         * src/Makefile.am
11665           src/defs.h
11666           src/filtering.c
11667           src/inc.[ch]
11668           src/mainwindow.c
11669           src/matcher.[ch]
11670           src/matcher_parser_lex.l
11671           src/matcher_parser_parse.y
11672           src/pop.[ch]
11673           src/prefs_account.h
11674           src/prefs_filtering.c
11675           src/selective_download.[ch]   *** NEW FILES ***
11676           src/utils.[ch]
11677           po/POTFILES.in
11678                 Selective Download added to 'Tool' menu. 
11679                 Retrieves email headers of the currently selected pop3 
11680                 account and allows the user to mark emails for deletion 
11681                 right on the pop3 server. Patch submitted by Oliver Haertel 
11682                 <oha@users.sourceforge.net>.
11683         
11684         * po/POTFILES.in
11685                 add 'src/quote_fmt.c'           
11686
11687 2002-02-22 [christoph]  0.7.2claws5
11688
11689         * src/Makefile.am
11690                 added quote_fmt.c
11691         * src/prefs_common.[ch]
11692         * src/prefs_template.c
11693         * src/quote_fmt.c               *** NEW FILE ***
11694         * src/quote_fmt.h
11695                 move quote format symbol description code
11696                 to it's own file because it is used from
11697                 differnent code parts
11698                 Rewrote symbol description GUI
11699                   + use table
11700                   + add separators
11701                   + get data from array (no more long constant strings)
11702         * src/quote_fmt_lex.l
11703         * src/quote_fmt_parse.y
11704                 Symbol for Literal % changed to \% instead of %%
11705                 (More logical as \ is used for quoting for other symbols)
11706                 Add |f and |p to include files and program output
11707                 Examples:
11708                     |f{/home/.../.signature}
11709                     |p{date}
11710         * po/de.po
11711                 Correct wrong spelling for "Referenzen"
11712
11713 2002-02-21 [paul]       0.7.2claws4
11714
11715         * src/procmsg.c
11716                 forgotten during sync
11717
11718 2002-02-21 [paul]       0.7.2claws3
11719
11720         * sync with sylpheed 0.7.2cvs11
11721                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11722                 2002-02-20 and 2002-02-21
11723
11724 2002-02-20 [melvin]     0.7.2claws2
11725
11726         * src/prefs_actions.c
11727                 Added error report when child cannot fork or when execvp 
11728                 returns with an error.
11729
11730 2002-02-19 [christoph]  0.7.2claws1
11731
11732         * src/codeconv.c
11733                 return unconverted text if conde conversion is not possible
11734                 when libjconv is used.
11735                 (patch submitted by "Simon 'corecode' Schubert")
11736
11737 2002-02-19 [paul]       
11738
11739         * version 0.7.2claws release
11740
11741 2002-02-19 [paul]       0.7.2claws
11742
11743         * po/nl.po
11744                 updated by Wilbert Berendsen
11745
11746
11747 2002-02-18 [alfons]     0.7.1claws13
11748
11749         * src/syldap.c
11750         * src/jpilot.c
11751                 remove references to dlfcn and explicitly loading functions
11752                 from dynalink libs, because libs linked anyway, and functions
11753                 are loaded explicitly
11754
11755 2002-02-17 [melvin]     0.7.1claws12
11756
11757         * src/prefs_actions.c
11758                 Replaced children wait loop with double fork technique.
11759                 Now, input/output window updated at each new output.
11760                 free_children(): Fixed a memory leak.
11761                 Made input/output window non closable if running children
11762                 still exist.
11763                 Added missing <unistd.h> include.
11764                 Added some --debug outputs.
11765
11766 2002-02-17 [melvin]     0.7.1claws11
11767
11768         * src/summaryview.c
11769                 Fixed bug where descending sort order did not select top
11770                 message.
11771
11772 2002-02-17 [melvin]     0.7.1claws10
11773
11774         * acconfig.h
11775                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11776         * src/prefs_common.c
11777                 Pspell data package directory no more hard coded but
11778                 set during configuration (PSPELL_PATH). (Thanks to 
11779                                 Gustavo Noronha Silva.)
11780
11781 2002-02-17 [melvin]     0.7.1claws9
11782
11783         * configure.in
11784                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11785         * src/gtkspell.c
11786                 Fixed compile-time warnings.
11787
11788 2002-02-16 [alfons]     0.7.1claws8
11789
11790         * src/filesel.c
11791                 fix inadvertent free of NULL pointer which caused
11792                 sylpheed to crash when closing the save-as dialog
11793                 using the window close button
11794
11795 2002-02-16 [carsten]    0.7.1claws7
11796         * src/mainwindow.[ch]
11797           src/summaryview.c
11798           src/prefs_common.c
11799                 fixes for pixmap theming code:
11800                         - recently changed mail attributes shouldn't get
11801                           lost any longer
11802                         - theme is only reloaded iff another theme was
11803                           selected
11804
11805 2002-02-16 [paul]       0.7.1claws6
11806
11807         * sync with sylpheed 0.7.2 release
11808                 see ChangeLog entry 2002-02-15 and 2002-02-16
11809
11810 2002-02-15 [paul]       0.7.1claws5
11811
11812         * sync with sylpheed 0.7.1cvs9
11813                 see ChangeLog entry 2002-02-15
11814
11815         * po/POTFILES.in
11816                 remove unneeded headerwindow.c entry
11817
11818 2002-02-14 [carsten]    0.7.1claws4
11819         * src/summaryview.c
11820                 fixed a bug for "Go to next unread message": there was
11821                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11822                 in the prefs, because of doing "Search again" instead
11823                 "No"
11824
11825 2002-02-14 [carsten]    0.7.1claws3
11826         * src/stock_pixmap.c
11827                 removed 2 more mem leaks; following memprof,
11828                 this code is "leak free" now :)
11829
11830 2002-02-14 [carsten]    0.7.1claws2
11831         * src/stock_pixmap.c
11832                 used opendir/readdir/closedir instead of scandir
11833                 -> code should work now on Solaris
11834
11835 2002-02-14 [paul]       0.7.1claws1
11836
11837         * sync with sylpheed 0.7.1cvs8
11838                 see ChangeLog entries 2002-02-13 and 2002-02-14
11839
11840         * README.claws
11841                 add some description of Actions and Pixmap Themes
11842
11843 2002-02-13 [paul]       
11844
11845         * version 0.7.1claws release
11846
11847 2002-02-13 [paul]       0.7.1claws
11848
11849         * po/es.po
11850           po/it.po
11851           po/pt_BR.po
11852                 updated translations, submitted by Ricardo Mones Lastra,
11853                 Alessandro Maestri and Fabio Junior Beneditto
11854
11855 2002-02-13 [melvin]     0.7.0claws75
11856
11857         * src/prefs_actions.c
11858                 Added missing "signal.h" include
11859
11860 2002-02-13 [melvin]     0.7.0claws74
11861
11862         * src/prefs_folder_item.c
11863                 Added missing "config.h" include
11864         * po/fr.po
11865                 Updated French translation for folder propriety.
11866
11867 2002-02-13 [jens]       0.7.0claws73
11868
11869         * po/POTFILES.in
11870                 Added missing src/prefs_folder_item.c [log added by melvin]
11871         * po/de.po
11872                 Updated German translation.
11873
11874 2002-02-13 [melvin]     0.7.0claws72
11875
11876         * po/fr.po
11877                 Updated French translation.
11878
11879 2002-02-13 [melvin]     0.7.0claws71
11880
11881         * src/gtkutils.c
11882                 Made gtkut_editable_get_selection return NULL if selection
11883                 is of length zero.
11884                 This fixes a bug where selecting part of message A then
11885                 switching to message B and replying to it will not
11886                 quote the message's body.
11887
11888 2002-02-12 [paul]       0.7.0claws70
11889
11890         * src/mainwindow.c
11891                 cosmetic, relating to pixmap themes: on toolbar make 
11892                 updating of 'Exec' and 'Compose news/Compose email'
11893                 icons faster.
11894
11895 2002-02-12 [carsten]    0.7.0claws69
11896         * src/folderview.c
11897           src/mainwindow.[ch]
11898           src/stock_pixmap.c
11899           src/summaryview.c
11900           src/prefs_common.c
11901                 - refreshing after changing pixmap theme better
11902                   now (thanks Paul)
11903                 - wanted to remove some mem leaks, but alfons was
11904                   faster (and had the better solution ;)
11905
11906 2002-02-12 [alfons]     0.7.0claws68
11907
11908         * src/prefs_common.c
11909         * src/stock_pixmap.[ch]
11910                 plug mem leaks, refactor code a little bit
11911
11912
11913 2002-02-12 [sergey]     0.7.0claws67
11914
11915         * src/imap.c
11916                 Fixed problem with copying messages to IMAP folders when the
11917                 server uses something other than '/' as a namespace separator
11918                 (cyrus-imapd uses '.').
11919
11920 2002-02-12 [jens]       0.7.0claws66
11921
11922         * po/de.po
11923                 Updated German Translation
11924
11925 2002-02-12 [paul]       0.7.0claws65
11926
11927         * sync with sylpheed 0.7.1cvs1
11928                 see ChangeLog entry 2002-02-12
11929
11930 2002-02-12 [melvin]     0.7.0claws64
11931
11932         * src/prefs_actions.c
11933                 Fixed "feature" where children's output was duplicated 
11934                 instead of refreshed while monitoring.
11935                 Removed some debug code.
11936
11937 2002-02-12 [christoph]  0.7.0claws63
11938
11939         * src/compose.c
11940                 always delete message from queue after sending/send error
11941                 (closes bug #509601)
11942
11943 2002-02-12 [melvin]     0.7.0claws62
11944
11945         * src/prefs_actions.c
11946                 Children wait loop is now triggered with a timeout of 1s
11947                 Added %F which is replaced with the list of filenames 
11948                 of all selected messages (as suggested by Ricardo Mones Lestra)
11949                 Pipe syntax changed. Prefix with | to send selection, postfix
11950                 with | to retrieve output. Prefix with > or * to send
11951                 user definable input to the command (*: input is hidden)
11952                 Old pipe action should now be postfixed with |, too.
11953
11954 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11955         * src/stock_pixmap.c
11956                 fixed a bug: if there's no theme directory don't
11957                 throw an error, just do "nothing" (thanks Alfons)
11958
11959 2002-02-12 [carsten]    0.7.0claws60
11960         * src/folderview.c
11961           src/summaryview.c
11962                 had to write the cache twice (nasty!); some marks would 
11963                 get lost if not
11964
11965 2002-02-11 [carsten]    0.7.0claws59
11966         * acconfig.h
11967           configure.in
11968           doc-src/maintainer_guide.txt
11969           src/compose.[ch]
11970           src/defs.h
11971           src/folderview.[ch]
11972           src/gtkutils.[ch]
11973           src/mainwindow.[ch]
11974           src/prefs_common.[ch]
11975           src/stock_pixmap.[ch]
11976           src/summaryview.[ch]
11977                 pixmap theming and related work on pixmap
11978                 handling on some other places
11979                 (e.g. hrm features for all folder)
11980           src/pixmap/stock_*.xpm -> the stock_ was removed
11981         
11982 2002-02-11 [paul]       0.7.0claws58
11983
11984         * sync with sylpheed 0.7.1 release
11985                 see ChangeLog entries 2002-02-11
11986
11987 2002-02-08 [paul]       0.7.0claws57
11988
11989         * sync with sylpheed 0.7.0cvs39
11990                 see ChangeLog entry 2002-02-07 (last entry) 
11991
11992         * src/prefs_actions.c
11993           src/prefs_filtering.c
11994           src/prefs_matcher.c
11995           src/prefs_scoring.c
11996                 sync: made it compile with C compilers other than gcc
11997
11998 2002-02-07 [paul]       0.7.0claws56
11999
12000         * sync with sylpheed 0.7.0cvs38
12001                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12002                 2002-02-07
12003
12004 2002-02-07 [darko]      0.7.0claws55
12005
12006         * src/gtkutils.[ch]
12007         * src/summaryview.c
12008                 Fix const gchar */gchar * issue (thanks Hiro)
12009
12010 2002-02-07 [darko]      0.7.0claws54
12011
12012         * src/compose.[ch]
12013         * src/filtering.c
12014         * src/gtkutils.[ch]
12015         * src/prefs_template.c
12016         * src/quote_fmt.h
12017         * src/quote_fmt_parse.y
12018         * src/summaryview.c
12019         * src/utils.[ch]
12020                 When replying or forwarding an email don't quote the entire
12021                 mail body but use the part of the message text that is selected
12022
12023 2002-02-06 [melvin]     0.7.0claws53
12024
12025         * src/prefs_common.[ch]
12026         * src/gtkspell.[ch]
12027         * src/compose.c
12028                 Made possible to switch quickly to last used dictionary
12029                 which makes checking bilingual documents easier.
12030
12031 2002-02-06 [melvin]     0.7.0claws52
12032         
12033         * po/POTFILES.in
12034                 Added forgotten new file src/prefs_actions.c
12035
12036 2002-02-06 [melvin]     0.7.0claws51
12037
12038         * src/prefs_actions.c   ** NEW FILE **
12039         * src/prefs_actions.h   ** NEW FILE **
12040                 Added actions to execute on message text view, or on the
12041                         message's file.
12042         * src/Makefile.am
12043                 Added src/prefs_actions.[ch]
12044         * src/compose.c
12045                 Added new menu "Edit/Actions"
12046         * src/defs.h
12047                 Added new actionsrc file.
12048         * src/main.c
12049                 Added actionsrc reading.
12050         * src/mainwindow.c
12051                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12052         * src/prefs_common.h
12053                 Added new element actionslst element to prefs_common.
12054
12055 2002-02-06 [paul]       0.7.0claws50
12056
12057         * sync with sylpheed 0.7.0cvs36
12058                 see ChangeLog entry 2002-02-06
12059
12060 2002-02-05 [paul]
12061
12062         * po/es.po
12063                 updated by Ricardo Mones Lastra
12064
12065 2002-02-05 [paul]       0.7.0claws49
12066
12067         * sync with sylpheed 0.7.0cvs33
12068                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12069
12070 2002-02-05 [paul]       0.7.0claws48
12071
12072         * src/compose.c
12073                 re-add 'Edit/Advanced/Delete entire line', previously named
12074                 'Delete Line+'
12075
12076 2002-02-04 [paul]       0.7.0claws47
12077
12078         * src/compose.c
12079           src/summaryview.c
12080                 fix bug #494993 (Reply All not taking Reply-To into consi)
12081                 eliminate differences in behaviour of right-click 'Reply to all' 
12082                 in summary view and 'Reply to all' on the toolbar. 
12083                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12084                 view and From gets ignored by 'Reply to all' on toolbar.
12085                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12086                 From when no Reply-To header is present.
12087
12088 2002-02-04 [paul]       0.7.0claws46
12089
12090         * sync with sylpheed 0.7.0cvs30
12091                 see ChangeLog entries 2002-02-03 and 2002-02-04
12092
12093 2002-02-03 [melvin]     0.7.0claws45
12094
12095         * src/gtkspell.[ch]
12096                 Readded function to highlight all misspelled words.
12097                 Fixed bug where user-provided-words did not replace
12098                         correctly the misspelled word when using the mouse.
12099                 Fixed bug where checking a region selected from right to left did
12100                         not check the region at all.
12101                 Fixed bug where 'Check backwards' may not check at all. 
12102                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12103                 Fixed possible buffer overflow when checking for long strings (>1k).
12104                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12105                 Accelerators code uses now gtk_widget_add_accel.
12106                 Removed and disabled obsolete and unfinished code.
12107                 Cleaning up.
12108
12109         * src/compose.c
12110                 Added menu item to Highlight all misspelled words.
12111
12112 2002-02-01 [paul]       0.7.0claws44
12113
12114         * src/mainwindow.c
12115                 fix '/View/Hide read messages' sensitivity when all
12116                 messages in a folder are hidden
12117
12118 2002-02-01 [paul]       0.7.0claws43
12119
12120         * src/main.c
12121                 add --send option to command line interface, sends all
12122                 queued mail. Patch submitted by Ricardo Mones Lastra.
12123
12124 2002-01-31 [paul]       0.7.0claws42
12125
12126         * src/mainwindow.c
12127                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12128
12129 2002-01-31 [paul]       0.7.0claws41
12130
12131         * sync with sylpheed 0.7.0cvs27
12132                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12133                 and 2002-01-31
12134
12135         * src/textview.c
12136                 comment out elements of textview_show_part() as temporary
12137                 workaround for attachment 'Display as text' bug 
12138
12139         * po/pt_BR.po
12140                 updated by Fabio Junior Beneditto
12141
12142 2002-01-30 [paul]       0.7.0claws40
12143
12144         * sync with sylpheed 0.7.0cvs24
12145                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12146                 and 2002-01-30
12147
12148         * src/compose.c
12149                 add {N_("/_Spelling"), ... "<Branch>"} to 
12150                 GtkItemFactoryEntry compose_entries[]
12151
12152         * src/prefs_common.c
12153                 add claws menu items to prefs_keybind_apply_clicked()
12154                 and remove non-claws menu items
12155
12156 2002-01-29 [paul]       0.7.0claws39
12157
12158         * sync with sylpheed 0.7.0cvs22
12159                 see ChangeLog entries 2002-01-28 and 2002-01-29
12160
12161 2002-01-28 [melvin]     0.7.0claws38
12162
12163         * src/compose.c
12164                 Added the declartion of compose_send_control_enter.
12165
12166         * src/compose.c
12167         * src/gtkspell.[ch]
12168                 Added in a 'Spelling' menu which includes the configuration menu. 
12169                 Added a real 'Check all' and got rid from the old one which only
12170                 highlited misspelled word.
12171                 Made 'Check while typing' a disableable option.
12172                 Added a dialog when there are no more misspelled word.
12173                 Added a dialog if error occurs when switching to a dictionary.
12174         
12175         * src/prefs_common.[ch]
12176                 Added option for the default 'Check while typing' option.
12177
12178
12179 2002-01-28 [alfons]     0.7.0claws37
12180
12181         * src/compose.c
12182                 fix buglet and make code comply with sylpheed code style
12183
12184 2002-01-28 [paul]       0.7.0claws36
12185
12186         * sync with sylpheed 0.7.0cvs19
12187                 see ChangeLog entries for 2002-01-28
12188
12189 2002-01-28 [hoa]        0.7.0claws35
12190
12191         * src/defs.h
12192                 added rendererrc
12193
12194         * src/main.c
12195                 read the renderer config
12196
12197         * src/procmime.[ch]
12198                 use the renderer config to convert mime attachments
12199
12200         * src/textview.c
12201                 don't use textview_show_html/ertf,
12202                 use get_text_content instead
12203
12204 2002-01-27 [alfons]     0.7.0claws34
12205         
12206         * src/news.c
12207                 make sylpheed believe it can delete a news message...
12208                 (messages are NOT deleted, maybe we should remove
12209                 processing from the folder properties after all.)
12210
12211 2002-01-27 [alfons]     0.7.0claws33
12212
12213         * src/folder.c
12214                 add extra checks
12215         * src/news.c
12216                 implement remove_msg() 
12217
12218 2002-01-27 [alfons]     0.7.0claws32
12219
12220         * src/procmsg.h
12221         * src/procheader.c
12222         * src/messageview.c
12223                 fix return receipt / disposition notification again. this
12224                 stuff seems to break on _every_ major summary UI change, so
12225                 it's now implemented using a flag which is saved in the
12226                 marks cache
12227                 
12228 2002-01-26 [alfons]     0.7.0claws31
12229
12230         * src/import.c
12231                 let import dialog show the destination folder identifier
12232
12233 2002-01-26 [melvin]     0.7.0claws30
12234
12235         * src/folderview.c
12236         * src/summaryview.c
12237                 Readded 'Mark all read' into summary view popup menu
12238                 Added 'Mark all read' in folder view popup menu for IMAP
12239                 and NNTP.
12240                 Made it insensitive if the selected folder is not the shown
12241                 one to avoid 'Mark all read' on the wrong folder.
12242                 
12243 2002-01-26 [paul]       0.7.0claws29
12244
12245         * src/folderview.c
12246           src/summaryview.c
12247                 move 'Mark all read' from summary view to folder view
12248                 menu. (adapted from) patch submitted by Jeremy Andrews,
12249                 <lists@kerneltrap.com>
12250
12251 2002-01-25 [alfons]     0.7.0claws28
12252
12253         * src/gtkstext.c
12254                 put the gtk class name back so GtkSText adapts the 
12255                 settings of GtkText
12256
12257 2002-01-25 [alfons]     0.7.0claws27
12258
12259         * src/folderview.c 
12260                 assimilate Ricardo's patch that shows pixmaps instead of
12261                 plain "new" and "unread" texts in the folder view column
12262                 headers 
12263
12264 2002-01-25 [paul]       0.7.0claws26
12265
12266         * src/Makefile.am
12267                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12268                 be found in non-standard locations. 
12269                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12270
12271 2002-01-25 [paul]       0.7.0claws25
12272
12273         * sync with sylpheed 0.7.0cvs16
12274                 see ChangeLog entry 2002-01-25
12275
12276 2002-01-24 [paul]       0.7.0claws24
12277
12278         * more sync with sylpheed 0.7.0cvs15
12279                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12280
12281 2002-01-23 [sergey]     0.7.0claws23
12282
12283         * src/importldif.c
12284                 Fixed segfault when closing LDIF import wizard with
12285                 the window manager.
12286         * src/imageview.c
12287         * src/imageview.h
12288         * src/messageview.c
12289         * src/mimeview.c
12290                 Fixed wrong scrolling position after switching between
12291                 text and image parts.
12292
12293 2002-01-23 [paul]       0.7.0claws22
12294
12295         * sync with sylpheed 0.7.0cvs15
12296                 see ChangeLog entries 2002-01-22 and 2002-01-23
12297
12298 2002-01-21 [melvin]     0.7.0claws21
12299
12300         * src/prefs_scoring.c
12301         * src/prefs_filtering.c
12302                 Fixed bug where scoring and filtering windows stopped
12303                 autochecking.
12304
12305 2002-01-21 [paul]       0.7.0claws20
12306
12307         * sync with sylpheed 0.7.0cvs12
12308                 see ChangeLog entries 2002-01-20 and 2002-01-21
12309
12310 2002-01-21 [carsten]    0.7.0claws19
12311         * src/mainwindow.c
12312         * src/menu.[ch]
12313         * src/messageview.[ch]
12314         * src/summaryview.[ch]
12315                 changes to shortcuts handling again:
12316                         + "Q" now controled by mainwin
12317                         + v/V are now customizable and have slightly
12318                           different meanings
12319                 the "button" to minimize the messageview (and maximize
12320                 the summary view) is a real button now
12321         * src/compose.c
12322                 "Delete Line+" added to Edit/Advanced (this will also
12323                 delete the '\n')
12324
12325 2002-01-20 [melvin] 0.7.0claws18
12326
12327         * src/addressbook.c
12328                 Made "Bcc" sensitive when addressbook is called from
12329                 compose window (it was a Claws only bug).
12330
12331 2002-01-19 [alfons] 0.7.0claws17
12332
12333         * src/inc.c
12334                 prevent unnecessary updates when currently selected folder has
12335                 no new messages 
12336
12337 2002-01-19 [alfons] 0.7.0claws16
12338         
12339         * src/summaryview.c
12340                 prevent writing the cache based on current message list in summary 
12341                 view when filtering also put messages in currently selected folder
12342
12343 2002-01-19 [paul]
12344
12345         * po/it.po
12346                 Italian translation submitted by Alessandro Maestri
12347                 <a.maestri@cs.tin.it>
12348
12349 2002-01-18 [melvin]     0.7.0claws15
12350
12351         * src/prefs_filters.c
12352                 fixed bug where 'cancel' from 'filters' window stops autochecking
12353                 if the timer timed out  when the window was open.
12354
12355 2002-01-18 [match]      0.7.0claws14
12356
12357         * src/addrclip.[ch]     ** NEW FILE **
12358         * src/addrselect.[ch]   ** NEW FILE **
12359         * src/adbookbase.h      ** NEW FILE **
12360                 addressbook cut, copy and paste
12361         * src/addrbook.[ch]
12362         * src/addrcache.[ch]
12363         * src/addressitem.h
12364         * src/addrindex.[ch]
12365         * src/addritem.[ch]
12366         * src/importldif.c
12367         * src/importmutt.c
12368         * src/jpilot.[ch]
12369         * src/syldap.[ch]
12370         * src/vcard.[ch]
12371         * src/jpilot.[ch]
12372         * src/editbook.c
12373         * src/editjpilot.c
12374         * src/editldap.c
12375         * src/editvcard.c
12376                 support for copy/paste
12377         * src/addressbook.c
12378                 support for copy/paste
12379                 tidy up menu option processing
12380                 correct address list function arguments
12381         * src/editaddress.c
12382                 sort user attributes
12383         * src/ldif.h
12384         * src/mutt.h
12385                 tidy up
12386
12387         * src/addrbook.[ch]
12388         * src/addrbook.[ch]
12389         * src/addrbook.[ch]
12390                 
12391
12392 2002-01-18 [paul]       0.7.0claws13
12393
12394         * sync with sylpheed 0.7.0cvs8
12395                 configure.in: support Mac OS X (Darwin)
12396
12397 2002-01-18 [carsten]    0.7.0claws12
12398         * src/html.c
12399                 small hack to fix a segfault with an empty href
12400                 (reported by Alexandra Walford <deeni@altern.org>)
12401         * src/mainwindow.c
12402         * src/summaryview.c
12403                 the shortcuts for Mark und Mark as unread are hardcoded
12404                 again
12405         * src/compose.c
12406         * src/gtkstext.[ch]
12407                 readded the shortcuts in gtkstext but made them
12408                 customizeable (simply by adding a menu plus a wrapper
12409                 to compose.c)
12410
12411 2002-01-17 [melvin]     0.7.0claws11
12412
12413         * src/gtkspell.c
12414                 fix default dictionary not being saved.
12415
12416 2002-01-16 [darko]      0.7.0claws10
12417
12418         * src/compose.c
12419                 fix wrapping crash with URL longer than wrapping margin
12420
12421 2002-12-08 [hoa]        0.7.0claws10
12422
12423         * src/matcher_parser_parse.y
12424                 fixed some bugs
12425
12426         * src/prefs_filtering.c
12427                 now, we can use bounce action in the dialog box.
12428
12429 2002-01-16 [carsten]    0.7.0claws9
12430         * src/gtkstext.c
12431                 removed the <control> and <alt> shortcuts because they're
12432                 not needed and interefered with the "normal" shortcuts
12433         * src/mainwindow.c
12434         * src/summaryview.c
12435                 removed most of the hardcoded shortcuts and assigned
12436                 them to menu entries making them easy customizable by
12437                 that
12438
12439 2002-01-16 |melvin]     0.7.0claws8
12440
12441         * src/gtkspell.c
12442                 fixed bug where using the mouse and when the compose
12443                 window is not on top may result in a crash.
12444
12445 2002-01-16 [melvin]     0.7.0claws7
12446
12447         * src/compose.c
12448                 fixed a long standingspell checker bug which could 
12449                 cause a crash after sending a message.
12450
12451 2002-01-16 [paul]       0.7.0claws6
12452
12453         * sync with sylpheed 0.7.0cvs7
12454                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12455                 2002-01-15, and 2002-01-16
12456
12457 2002-01-16 [melvin]     0.7.0claws5
12458
12459         * README.claws
12460         * src/compose.c
12461         * src/gtkspell.[ch]
12462         * src/main.c
12463                 Heavily modified spell checker code to work around
12464                 ispell bug, to add keyboard shortcuts and for future
12465                 enhancements. See README.claws for usage information.
12466
12467 2002-01-15 [alfons]     0.7.0claws4
12468         
12469         * src/summaryview.c
12470                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12471                 so sorting within threads reflects sort mode
12472
12473 2002-01-15 [christoph]  0.7.0claws3
12474
12475         * src/procmsg.c
12476                 added alertpanel if mail sending failed
12477
12478 2002-01-15 [alfons]     0.7.0claws2
12479         
12480         * src/prefs_filtering.c
12481                 don't stop timer when prefs filtering dialog is opened
12482
12483 2002-01-14 [alfons]     0.7.0claws1
12484
12485         * src/addr_compl.c
12486         * src/prefs.c
12487                 remove debug_print()s for privacy reasons
12488
12489 2002-01-14 [darko]      0.7.0claws
12490
12491         * README.claws
12492                 quotation wrapping is now also in the main branch
12493
12494 2002-01-14 [paul]
12495
12496         * tools/filter_conv.pl
12497                 allow for Boolean Op and case-sensitivity
12498                 this file is included in the release and tagged
12499                 'rel_0_7_0'
12500
12501 2002-01-13 [paul]       0.7.0claws
12502
12503         * release 0.7.0, with cvs tag 'rel_0_7_0'
12504
12505 2002-01-13 [paul]
12506
12507         * tools/filter_conv.pl
12508         * tools/README
12509                 rewritten to output to matcherrc instead of filteringrc
12510
12511         * po/es.po
12512                 updated Spanish translation by Ricardo Mones Lastra
12513
12514 2002-01-13 [alfons]
12515
12516         * po/nl.po
12517                 update dutch translation
12518
12519 2002-01-13 [paul]
12520
12521         * po/pt_BR.po
12522                 Updated by Fabio Junior Beneditto 
12523
12524 2002-01-13 [melvin]     0.6.6claws53
12525
12526         * po/fr.po
12527                 Updated french translation
12528
12529 2002-01-12 [alfons]     0.6.6claws52
12530
12531         * src/filtering.c
12532                 plug mem leak that has been sitting there for ages              
12533
12534 2002-01-12 [alfons]     0.6.6claws51
12535
12536         * src/summaryview.c
12537                 undo melvin's changes from 0.6.6claws48 because summary
12538                 view now refuses to select first unread message when
12539                 selecting a folder 
12540
12541 2002-01-11 [alfons]     0.6.6claws50
12542
12543         * src/import.c
12544                 use claws' semantics for getting folder item when
12545                 importing an mbox file into a folder 
12546                 (submitted by Dale P. Smith)
12547
12548 2002-01-11 [christoph]  0.6.6claws49
12549
12550         * src/prefs.h
12551                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12552                 toggle widget, because non static prefs can not use
12553                 prefs_set_* functions
12554         * src/prefs_account.c
12555                 toggle smtp auth password field sensitivity if
12556                 user id is empty and add descrition of usage for
12557                 these fields
12558         * src/prefs_folder_item.c
12559                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12560                 callbacks
12561
12562 2002-01-11 [melvin]     0.6.6claws48
12563
12564         * src/compose.c
12565                 fix the 'Ctrl-Enter' feature for sending and test really
12566                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12567                 editables which was not documented in Gtk)
12568
12569         * src/summaryview.c
12570                 Made summaryview refresh after sorting and not before.
12571
12572 2002-01-11 [christoph]  0.6.6claws47
12573
12574         * src/compose.c
12575                 select account from account ids if possible and
12576                 correctly set save folder for copy in reedit
12577
12578 2002-01-10 [paul]       0.6.6claws46
12579
12580         * sync with sylpheed 0.7.0 release
12581                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12582                 2002-01-09
12583
12584 2002-01-09 [alfons]
12585
12586         * src/summaryview.c
12587                 remove more dirt traces...
12588
12589 2002-01-09 [alfons]
12590         
12591         * src/summaryview.c
12592                 clean up some traces of my debugging stuff
12593
12594 2002-01-09 [alfons]     0.6.6claws45
12595
12596         * src/filtering.c
12597                 break up filteringprop_apply() in three separate pieces
12598                 so we can drop messages that failed processing in the
12599                 inbox
12600
12601         * src/summaryview.c
12602                 fix bug #469598 "no refresh of inbox after filter" which 
12603                 was introduced by the new summary view locking, and which 
12604                 prevented the summary view to update after a manual filter 
12605                 message. claw's filter message requires a summary_show().
12606                 (aargh, summary_show() again! :-)
12607                 
12608 2002-01-07 [alfons]     0.6.6claws44
12609
12610         * src/headerwindow.c
12611         * src/logwindow.c
12612         * src/messageview.c
12613         * src/sourcewindow.c
12614                 bring in Hiro's last 0.7.0 wm class fixes
12615
12616         * tools/sylprint.pl
12617                 bring in Ricardo's fix for sylprint script
12618
12619         * AUTHORS       
12620         * src/rfc2015.[ch]
12621         * src/prefs_common.[ch]
12622         * src/prefs_account.[ch]
12623         * src/compose.c
12624                 clean up account preference poison in rfc2015,
12625                 and preparation to fix double sign bug 
12626                 (patch submitted by Simon 'corecode' Schubert)
12627
12628 2002-01-07 [christoph]  0.6.6claws43
12629
12630         * src/mh.c
12631                 search for free message number, do not only rely
12632                 on last_num
12633         * src/send.c
12634                 fix smtp auth and use extra account information
12635                 if available, if not use pop3 data instead
12636                 (closes bug #500341)            
12637         * src/ssl.[ch]
12638                 match coding style
12639
12640 2002-01-06 [alfons]     0.6.6claws42
12641
12642         * src/mainwindow.c
12643                 try making the separate windows work again...
12644
12645 2002-01-06 [alfons]     0.6.6claws41
12646
12647         * src/mainwindow.c
12648                 adapt Hiro's separate window menu (to get rid of the funny
12649                 duplicate menu items), and make it work again
12650
12651 2002-01-06 [alfons]     0.6.6claws40
12652
12653         * tools/Makefile.am
12654         * tools/sylprint.rc
12655         * tools/sylprint.pl
12656         * tools/README.sylprint
12657                 add sylprint script for printing mails from Sylpheed
12658                 (contributed by Ricardo Mones Lastra)
12659
12660         * src/acount.c
12661                 clean up
12662
12663 2002-01-06 [melvin]     0.6.6claws39
12664
12665         * src/mainwindow.c
12666         * src/summaryview.c
12667                 Fixed crash introduced in 0.6.6claws38 by the menu
12668                 reorganisation (Hide read messages)
12669         
12670         * ChangeLog.claws 
12671                 Fixed typo (we are now in 2002, alfons ;) )
12672
12673 2002-01-05 [alfons]     0.6.6claws38
12674
12675         * sync with sylpheed 0.6.6cvs10-17
12676                 (last stuff marked as LAST_STABLE)
12677
12678 2002-01-04 [melvin]     0.6.6claws37
12679
12680         * src/account.c
12681                 Made account selection code use strcasestr again instead of
12682                 g_strcasecmp (fixes bug where reediting queued messages
12683                 did not select proper account reported by T. Link).
12684         
12685         * src/folderview.c
12686                 Fix bug where folder icons are not shown when 'hide read messages'
12687                 is on.
12688         
12689         * src/stock_pixmaps.[ch]
12690                 Added folder icons for 'hide read messages'.
12691         
12692         * src/compose.c
12693                 Fixed bug where 'Enter' in a header entry will send the message 
12694                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12695
12696 2002-01-03 [melvin]     0.6.6claws36
12697         
12698         * src/prefs.[ch]
12699                 Added popup menu for common preferences and
12700                 account preferences (right click on tab displays
12701                                 a menu of all tabs.)
12702
12703 2002-01-02 [melvin]     0.6.6claws35
12704
12705         * src/gtkspell.[ch]
12706                 Made spelling code compatible with undo/redo feature.
12707                 Added creation of suggestion mode menu for the general
12708                         preferences.
12709         
12710         * src/prefs_common.[ch]
12711                 Added option menu for the speller's suggestion mode.
12712                 Added missing spaces in "..." buttons and made a "..."
12713                         button non translatable!
12714         
12715         * src/compose.c
12716                 Made speller use the default suggestion mode.
12717                 Hack to make it possible to choose 'CTRL-Enter' as a
12718                         shortcut for sending (and only for sending).
12719
12720         * src/prefs_folder_item.c
12721                 Changing subject simplification does not update cache 
12722                         anymore (because it is unnecessary).
12723                 Fixed bug where changing subject simplification updated the 
12724                         summaryview even when the viewed folder is not the
12725                         folder which properties are being changed. (E.g. 
12726                                         viewing folder A and changing
12727                                         the subject simplification of 
12728                                         folder B -not being viewed- updated the 
12729                                         summaryview of folder A with data of
12730                                         folder B). (Hope this is clear... )
12731
12732 2001-12-31 [alfons]     0.6.6claws34
12733         
12734         * src/ldif.c
12735         * src/mutt.c
12736                 fgetc() returns a signed integer which doesn't
12737                 fit in a char. so c truncates this to a char
12738                 but we may lose significant bits. i.e. we may
12739                 comparing 0xFF which may not be equal to -1
12740                 unless properly casted to signed char which
12741                 we won't do because fgetc() returns a signed
12742                 integer which doesn't fit in a char. so c 
12743                 truncates this to a char but we may lose 
12744                 significat bits. (you got the idea, thanks
12745                 to Gustavo Noronha Silva <kov@debian.org>
12746                 and the Debian folks!)
12747
12748 2001-12-30 [alfons]     0.6.6claws33
12749
12750         * src/prefs_common.c
12751                 add #ifdef USE_PSPELLs that Melvin forgot               
12752
12753 2001-12-30 [melvin]     0.6.6claws32
12754         
12755         * src/prefs_common.[ch]
12756                 Added configurable color for misspelled words.
12757
12758         * src/gtkspell.[ch]
12759                 Fixed bug of foreground text color (reported by David
12760                                 Mehrmann)
12761                 Added configurable color for misspelled words.
12762
12763 2001-12-30 [alfons]     0.6.6claws31
12764
12765         * src/folder.c
12766                 remove unnecessary things someone put there
12767
12768         * src/mh.c
12769         * src/folder.[ch]
12770                 make folder properties (like threading and sorting) persistent
12771                 (closes bug #497424 "rescan folder tree resets proprieties")
12772                 currently this is only for MH folders. 
12773
12774 2001-12-29 [melvin]     0.6.6claws30
12775
12776         * src/string_match.[ch]
12777                 Optimized a bit: regexp pattern buffer compiled only once, and
12778                   one subroutine call removed. Fixed ^ regexp search: Now, 
12779                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12780         
12781         * src/summaryview.c
12782                 Subject filtering changed to filter summary columns and
12783                   not directly the messages subject cache. The loss in 
12784                   performance is balanced by the improvement of string_match.
12785                 Added an alert panel if there is an error in the regexp.
12786
12787         * src/src/prefs_folder_item.h
12788                 Added a regexp pattern buffer.
12789
12790 2001-12-28 [alfons]     0.6.6claws29
12791
12792         * src/string_match.[ch]
12793                 clean up name space
12794                 allow compilation *BSD
12795
12796 2001-12-27 [alfons]     0.6.6claws28
12797
12798         * src/filter.c
12799                 sync the Hiro's bug fix for BSD
12800
12801 2001-12-27 [melvin]     0.6.6claws27
12802         
12803         * src/compose.c
12804                 Simplify focus to subject entry code.
12805
12806 2001-12-27 [darko]      0.6.6claws26
12807
12808         * src/filtering.c
12809         * src/mbox_folder.c
12810         * src/messageview.c
12811         * src/mh.c
12812         * src/procheader.[ch]
12813         * src/procmsg.h
12814         * src/stock_pixmap.[ch]
12815         * src/summaryview.c
12816                 Show key icon for encrypted mails in summary view
12817
12818         * src/pixmaps/clip.xpm
12819         * src/pixmaps/clipkey.xpm
12820         * src/pixmaps/key.xpm
12821                 New/modified icons for the above
12822
12823 2001-12-27 [melvin]     0.6.6claws25
12824
12825         * src/prefs_common.c
12826                 Put spell checker options in a separate tab to decrease
12827                 the Common Preferences window height.
12828
12829         * README.claws  
12830                 Update spell checker usage instruction about its options
12831                 location.
12832
12833 2001-12-27 [melvin]     0.6.6claws24
12834
12835         * src/compose.c
12836                 Changed subject entry widget position. Initial focus is
12837                 on the To header instead of the subject entry.
12838                 Creating a new header scrolls the header list to make the
12839                 created one visible. Nevertheless, when automatically filling
12840                 headers, the first one is shown.
12841                 A Tab key press in the last empty header entry zips the 
12842                 focus to the subject entry.
12843                 (I did not change the combo boxes, yet)
12844
12845 2001-12-26 [alfons]     0.6.6claws23
12846
12847         * src/prefs_account.c
12848         * src/inc.c
12849                 allow default inbox to reside in another mailbox (only
12850                 works for POP3 accounts)
12851
12852 2001-12-26 [alfons]     0.6.6claws22
12853         
12854         * src/textview.c
12855                 make reply-on-click work with the account of the selected folder
12856         * src/compose.c
12857                 put a fixme here to remind me to fix finding correct default
12858                 account for nested folders
12859
12860 2001-12-25 [alfons]     0.6.6claws21
12861
12862         * src/summaryview.c
12863                 make column headers display locked and mark pixmaps (idea by Melvin) 
12864                 fix bug by adding score and locked column type to sort array
12865
12866 2001-12-25 [alfons]     0.6.6claws20
12867         
12868         * src/summaryview.c
12869                 catch a *potentially* inadvertent write back of  
12870                 the message cache(s) introduced by 0.6.5claws37
12871
12872 2001-12-25 [christoph]  0.6.6claws19
12873
12874         * src/stock_pixmap.[ch]
12875         * src/summaryview.c
12876                 add ignore thread pixmap
12877                 (can someone draw a better icon for this?)
12878
12879 2001-12-24 [alfons]     0.6.6claws18
12880
12881         * src/prefs_folder_item.c
12882                 make address completion actually work for the
12883                 Default To address in the Folder Property dialog.
12884
12885 2001-12-24 [alfons]     0.6.6claws17
12886         
12887         * src/summaryview.c
12888                 use new style regexp for subject stripping 
12889                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12890
12891 2001-12-24 [darko]      0.6.6claws16
12892
12893         * src/pgptext.c
12894         * src/rfc2015.c
12895                 move GPG related informational messages to debug mode
12896
12897 2001-12-23 [alfons]     0.6.6claws15
12898
12899         * src/stock_pixmap.[ch]
12900         * src/summaryview.c
12901                 add the forgotten Claws' locked pixmap
12902
12903 2001-12-23 [alfons]     0.6.6claws14
12904
12905         * src/filesel.c
12906                 accept file name typed in entry in multi file
12907                 selector (patch submitted by Gustavo Noronha Silva 
12908                 <kov@debian.org>)
12909
12910 2001-12-23 [alfons]     0.6.6claws13
12911
12912         * src/prefs_filter.c
12913         * src/prefs_filtering.c
12914         * src/matcher.c
12915         * src/importmutt.c
12916                 clean up a little bit
12917         
12918         * src/string_match.c
12919                 validate input strings a little bit more
12920
12921 2001-12-23 [alfons]     0.6.6claws12
12922
12923         * src/Makefile.am
12924         * src/summaryview.c
12925         * src/string_match.[ch]         ** NEW **
12926         * src/folderview.[ch]
12927         * src/headerview.h
12928         * src/folder.[ch]
12929         * src/prefs_folder_item.[ch]
12930                 add subject simplification to strip out strings from
12931                 a subject line (esp. handy for mailing lists). 
12932                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12933                 but slightly changed things for better integration.)
12934
12935 2001-12-23 [alfons]     0.6.6claws11
12936
12937         * src/mainwindow.c
12938                 fix bug introduced by submission included in 0.6.5claws52.
12939                 ideally this submission should clean the trash if any trash
12940                 folder has a message. however, the hasTrash variable was
12941                 set to false whenever a trash folder was empty (discarding
12942                 a previously found *filled* trash folder.)
12943
12944                 also edited the code a little bit and made it more safe.
12945
12946 2001-12-22 [alfons]     0.6.6claws10
12947
12948         * src/imap.c
12949                 quick fix for Martin Pool's omission of an account
12950                 specific SSL setting
12951
12952 2001-12-22 [alfons]     0.6.6claws9
12953
12954         * src/compose.c
12955         * src/messageview.c
12956         * src/mimeview.c
12957         * src/pgptext.c
12958         * src/procmime.[ch]
12959                 better support for multipart/digest (submitted
12960                 by Fredrik <e98fo@efd.lth.se>)
12961
12962 2001-12-22 [alfons]     0.6.6claws8
12963
12964         * src/addressbook.c
12965                 correct function signature
12966         * src/socket.[ch]
12967         * src/imap.[ch]
12968         * src/prefs_account.[ch]
12969                 allow IMAP over SSH tunnel (patch submitted by 
12970                 Martin Pool <mbp@samba.org>)
12971
12972 2001-12-21 [alfons]     0.6.6claws7
12973
12974         * sync with sylpheed 0.6.6cvs4-9
12975                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12976
12977 2001-12-21 [christoph]  0.6.6claws6
12978
12979         * src/compose.c
12980         * src/prefs_folder_item.[ch]
12981                 implement saving of outgoing messages to current folder.
12982                 fix segfault when no default outbox is available
12983                 (closes bug #495683)
12984
12985 2001-12-21 [carsten]    0.6.6claws5
12986         * src/folderview.c
12987         * src/summaryview.c
12988                 pressing CTRL while DND does now the expected thing and
12989                 copies the mail (moving is still the default, as this
12990                 seam more appropriate for handling mails by DND)
12991
12992 2001-12-18 [paul]       0.6.6claws4
12993
12994         * sync with sylpheed 0.6.6cvs3
12995                 see ChangeLog entries 2001-12-18
12996
12997 2001-12-18 [hiro]       0.6.6claws3
12998
12999         * src/undo.c
13000                 fix for multibyte characters (obtain the number of letters
13001                 instead of bytes).
13002
13003 2001-12-17 [paul]       0.6.6claws2
13004
13005         * sync with sylpheed 0.6.6cvs1
13006                 see ChangeLog entry 2001-12-16
13007
13008 2000-12-17 [alfons]     0.6.6claws1
13009
13010         * src/filtering.c
13011                 clean up
13012
13013 2001-12-16 [paul]       0.6.6claws
13014 2001-12-15
13015
13016         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13017
13018         * src/mimeview.c
13019                 last minute sync with main 0.6.6
13020
13021         * po/es.po
13022                 updated by Ricardo Mones Lastra
13023                 update for last minute sync
13024         * po/fr.po
13025         * po/nl.po
13026                 update for last minute sync
13027         * po/de.po
13028                 updated by Jens Oberender
13029         * po/pt_BR.po
13030                 updated by Fabio Junior Beneditto
13031
13032         * src/prefs_common.[ch]
13033         * src/undo.c
13034                 number of undo levels is user configurable
13035                 (squeeze it into the release in the dying
13036                 moments) Submitted by Jens Oberender    
13037
13038 2001-12-15 [melvin]
13039
13040         * po/fr.po
13041                 updated french translation
13042
13043 2001-12-15 [paul]       0.6.5claws92
13044
13045         * sync with sylpheed 0.6.5cvs28
13046                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13047
13048         * po/nl.po
13049                 update to allow for sync
13050
13051 2001-12-15 [alfons]
13052         
13053         * po/nl.po
13054                 update dutch translation
13055
13056 2001-12-14 [carsten]    0.6.5claws91
13057         * src/summaryview.c
13058                 fixed bug #473785; also after changing the column order
13059                 the same message will be selected and displayed as before
13060                 the reordering
13061
13062 2001-12-14 [carsten]    0.6.5claws90
13063         * src/folderview.c
13064                 probably found the bug reported by wwb opening or closing
13065                 a folder tree just before dnd (found the solution in the
13066                 balsa source -- thanks to them)
13067
13068 2001-12-14 [carsten]    0.6.5claws89
13069         * src/gtkutils.c
13070         * src/account.c
13071                 moved gtk_clist_moveto to the right place, so that
13072                 only the accounts dialog is effected on opening
13073
13074 2001-12-14 [carsten]    0.6.5claws88
13075         * src/gtkutils.c
13076                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13077                 now, so that the focused row will be seen in any case
13078                 (reported by wwp on sf-claws-user)
13079
13080 2001-12-14 [darko]      0.6.5claws87
13081
13082         * src/compose.c
13083                 remove unnecessary line
13084
13085 2001-12-14 [paul]       0.6.5claws86
13086
13087         * sync with sylpheed 0.6.5cvs27
13088                 see ChangeLog entries 2001-12-14
13089
13090 2001-12-14 [carsten]    0.6.5claws85
13091         * src/mainwindow.c
13092                 following a suggestion of Melvin the rcoabm pops up
13093                 right under the button now and the button is reliefed
13094                 while the popup is open
13095
13096 2001-12-14 [darko]      0.6.5claws84
13097
13098         * src/compose.c
13099                 fix crash when wrapping long lines if linewrap quotation
13100                 is disabled and wrapper encounters a word spanning more
13101                 than one line
13102
13103 2001-12-13 [paul]       0.6.5claws83
13104
13105         * src/compose.c
13106                 prefer 'Reply-To' header over mailing list header when
13107                 replying to a message. Finally prevent all those confirmation 
13108                 messages being sent to the list itself.
13109
13110         * src/summaryview.c
13111                 remove unused summary_set_menu_sensitive() entry
13112
13113 2001-12-13 [paul]       0.6.5claws82
13114
13115         * src/folderview.c
13116         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13117         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13118         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13119                 improvements to 'Hide read messages': Inbox, Outbox,
13120                 Trash, Queue, and Draft icons now reveal presence of hidden 
13121                 messages
13122
13123 2001-12-12 [alfons]     0.6.5claws81
13124
13125         0.6.5claws80 was tagged as LAST_STABLE
13126
13127         * src/filtering.[ch]
13128         * src/matcher.[ch]
13129         * src/matcher_parser_lex.c
13130                 fix the filtering; my last attempt to get it right, 
13131                 if it does not work, it's Hoa's turn. ;-)
13132
13133                 for my honourable peers:
13134                 
13135                 the code now makes a clear distinction between
13136                 rules as they are displayed (probably escaped),
13137                 and as they are executed (probably unescaped). the
13138                 parser does *NOT* do any unescaping, this is
13139                 the task of the matcher.c (which breaks up a
13140                 rule into condition) and the filtering.c (which
13141                 breaks up the rule's action). to make this
13142                 run happily we provide an unescaped copy of
13143                 crucial strings to the MatcherProp and 
13144                 FilteringAction structures. note that the only
13145                 exception to this is any REGEXP string. those
13146                 are directly passed to regcomp() and regexp()
13147                 (who have much more powerful unescape functions).
13148                 
13149                 for everyone else:
13150         
13151                 you can escape tab (\t), carriage return (\r),
13152                 linefeed (\n), form feed (\f), quote (\"), 
13153                 single quote (\'), bell (\b) in all the entry
13154                 lines in the scoring & filtering dialogs.
13155                 as an added bonus this should not affect
13156                 existing filtering rules.
13157
13158 2001-12-12 [carsten]    0.6.5claws80
13159
13160         * src/summaryview.c
13161         * po/de.po
13162                 "item(s) selected" is now sensitive to 1 or more
13163                 than one selected (nice for language where simple
13164                 adding of a "s" is not possible as German (Eintrag
13165                 ->Eintr"age)
13166                 
13167                 the "forward as attachment" entry from the right
13168                 click menu removed, "forward" acts following the
13169                 prefs
13170         
13171         * src/textview.c
13172                 reverted my former changes; so compiler warning again
13173                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13174                 nevertheless
13175
13176         * src/messageview.c
13177                 "search in message" does now *not* only work in MVIEW_TEXT
13178                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13179                 message
13180
13181         * src/mainwindow.c
13182                 removed "/File/_Close" as it was the same as "/File/E_xit"
13183                 and we don't need it two times
13184
13185                 the separate folder view and message view now get a distinct
13186                 WMCLASS, just in case someone is using sawfish ;-)
13187
13188                 as the menu entries "/View/Message view" and "/View/Folder tree"
13189                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13190                 make them sensitive accordingly and as these two are "shown"
13191                 after startup anytime check this menuitem at startup
13192
13193 2001-12-12 [paul]       0.6.5claws79
13194
13195         * src/folderview.c
13196                 fix sensitivity of 'Search folder...', broken in
13197                 0.6.5claws75
13198
13199         * src/mainwindow.c
13200                 fix dodgy English
13201
13202 2001-12-11 [carsten]    0.6.5claws78
13203         * src/filtering.c
13204                 fixed two typos returning a wrong FALSE/TRUE
13205         * src/mainwindow.[ch]
13206                 extra menu for email/news button removed
13207
13208 2001-12-11 [alfons]     0.6.5claws77
13209         
13210         * src/matcher.c                 (1.3)
13211         * src/matcher_parser_lex.l      (1.28)
13212                 revert for another attempt
13213                 mark 0.6.5claws77 as LAST_STABLE
13214
13215 2001-12-11 [christoph]  0.6.5claws76
13216
13217         * po/de.po
13218                 fixed wrong translation for prev. unread msg
13219
13220 2001-12-11 [paul]       0.6.5claws75
13221
13222         * src/folder.[ch]
13223         * src/folderview.c
13224         * src/mainwindow.c
13225         * src/summaryview.[ch]
13226         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13227                 enable ability to hide read messages on per folder basis via 
13228                 '/Summary/Hide read messages'; when selected, a folder will 
13229                 have a red open folder icon, instead of a blue icon, if the 
13230                 folder contains hidden messges
13231                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13232
13233         * src/mainwindow.c
13234                 remove '/Message/Forward as attachment' from 
13235                 main_window_set_menu_sensitive() to prevent debug warning
13236
13237         * src/folderview.c
13238         * src/mainwindow.c
13239                 Clean up some of the English
13240
13241         * tools/newscache_clean.pl
13242                 allow for new 'hidereadmsgs' entry in folderlist.xml
13243
13244         * po/es.po
13245                 updated translation, submitted by Ricardo Mones Lastra
13246
13247 2001-12-11 [paul]       0.6.5claws74
13248
13249         * sync with sylpheed 0.6.5cvs25
13250                 see ChangeLog entry 2001-12-11
13251
13252 2001-12-10 [alfons]     0.6.5claws73
13253
13254         * src/matcher.c
13255                 add more control characters
13256         * src/matcher_parser_lex.l
13257                 make escaping / unescaping work again
13258
13259 2001-12-10 [alfons]     0.6.5claws72
13260
13261         * src/imap.c
13262                 clean up warnings "returning value for void function" 
13263         * src/prefs_filtering.c
13264                 make info button for execute action sensitive
13265
13266 2001-12-10 [paul]       0.6.5claws71
13267
13268         * src/compose.c
13269         * src/imap.[ch]
13270         * src/summaryview.c
13271                 fix: imap server now gets informed of MARKED, UNMARKED
13272                 and REPLY events. Now people can use different IMAP-Mail
13273                 clients and have the exact same information about MARKED,
13274                 UNMARKED and REPLY status with all of them. Especially
13275                 useful for imap servers with a web-frontend.
13276                 submitted by Tobias Sandhaas <medlor@web.de>
13277
13278 2001-12-09 [melvin]     0.6.5claws70
13279         
13280         * src/textview.[ch]
13281                 fixed bug #490076 (hunted down by Alfons who implemented
13282                 a workaround in 0.6.5claws65)
13283
13284 2001-12-09 [christoph]  0.6.5claws69
13285
13286         * src/summaryview.c
13287                 set pointer to string in LOCKED column to NULL
13288                 (might fix bug #490800)
13289
13290 2001-12-09 [carsten]    0.6.5claws68
13291
13292         * po/de.po
13293                 resolved some cluttered menu shortcuts 
13294                 ('creating new email' and 'creating news message'
13295                 hade the same)
13296         * src/compose.c
13297                 wmclass now distinc from main window
13298         * src/mainwindow.c
13299           src/mainwindow.h
13300                 email/news and forward button functionality similar
13301                 to the reply buttons; removed the ugly dropdown arrows
13302                 and use instead the right mouse button
13303
13304 2001-12-09 [paul]       0.6.5claws67
13305
13306         * src/imap.c
13307         * src/utils.h
13308                 allow spaces in imap folder names
13309                 submitted by Willem van Engen <wvengen@stack.nl>
13310
13311 2001-12-09 [paul]       0.6.5claws66
13312
13313         * sync with sylpheed 0.6.5cvs24
13314                 see ChangeLog entry 2001-12-09
13315
13316 2001-12-08 [alfons]     0.6.5claws65
13317
13318         * src/textview.c
13319                 prevent secondary selection claim after "add to sender" dialog
13320                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13321                 we trick GTK by simulating a click at (0, 0) in the textview.
13322
13323 2001-12-08 [hoa]        0.6.5claws64
13324
13325         * src/folder.c
13326                 fixed a bug about the .processing folder name while filtering
13327
13328 2001-12-08 [alfons]     0.6.5claws63
13329
13330         * src/folderview.c 
13331                 work around problem of not correctly updating folder stats
13332                 when deleting messages. there's some folder scanning evil
13333                 going so the folderview_update_msg_num() does not work
13334                 correctly. need to investigate this.
13335
13336 2001-12-08 [paul]       0.6.5claws62
13337
13338         * sync with sylpheed 0.6.5cvs23
13339                 see ChangeLog entry 2001-12-08
13340
13341 2001-12-07 [christoph]  0.6.5claws61
13342
13343         * src/compose.c
13344                 fix another header translation problem
13345
13346 2001-12-07 [alfons]     0.6.5claws60
13347
13348         * src/mbox.c
13349                 make filtering also work on local spool mbox
13350
13351 2001-12-07 [carsten]    0.6.5claws59
13352         * src/addressbook.c
13353                 addressbook window gets a wmclass distinct from the main
13354                 sylpheed window
13355         * src/compose.h
13356         * src/mainwindow.[ch]
13357                   forward menu item will use mode selected in prefs, forward 
13358                 as attatchment in menu removed (will be substituted in the
13359                 toolbar similar to reply buttons)
13360                   create news message menu entry and news button is now 
13361                 sensitive to the existance of a news account
13362         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13363         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13364         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13365                 these are removed because the toolbar buttons don't show
13366                 the quoting modus any longer
13367
13368 2001-12-07 [paul]
13369
13370         * tools/newscache_clean.pl      ** NEW FILE **
13371                 perl script to do some tidying up in the newscache directory 
13372                 
13373         * tools/sylpheed-switcher       ** NEW FILE **
13374                 perl script to enable easy switching between main and claws
13375                 
13376         * tools/README
13377                 added descriptions of the two new perl scripts          
13378
13379
13380 2001-12-07 [melvin]     0.6.5claws58
13381
13382         * src/messageview.c
13383                 fixed a warning during compilation introduced in 0.6.5claws56
13384
13385 2001-12-07 [paul]       0.6.5claws57
13386
13387         * src/mainwindow.[ch]
13388         * src/menu.[ch]
13389                 further usability enhancements to replying with or without 
13390                 quoting via the toolbar, use of Ctrl key is replaced by 
13391                 drop down menu 
13392                 Submitted by Carsten Schurig            
13393
13394 2001-12-07 [melvin]     0.6.5claws56
13395
13396         * src/messageview.c
13397                 hack to fix bug that prevented to make/paste selections
13398                 after switching between MVIEW_TEXT and MVIEW_MIME views
13399                 without deselecting the selection first.
13400
13401 2001-12-06 [alfons]     0.6.5claws55
13402
13403         * src/filtering.[ch]
13404         * src/inc.c
13405                 revise filtering a little bit more, and make sure
13406                 messages are delivered to the appropriate inbox
13407                 (perhaps set per account)
13408
13409 2001-12-06 [paul]       0.6.5claws54
13410
13411         * sync with sylpheed 0.6.5cvs22
13412                 see ChangeLog entry 2001-12-06
13413
13414 2001-12-05 [alfons]     0.6.5claws53
13415
13416         * src/inc.c
13417         * src/folder.[ch]
13418         * src/procmsg.c
13419         * src/filtering.c
13420                 more revisions of filtering system
13421                 (last stable version is marked as LAST_STABLE)
13422                 
13423                 | NOTE 1): the filtering system now uses a local folder called
13424                 | .processing. if filtering fails, check this directory
13425                 | for missing messages.
13426                 |
13427                 | NOTE 2): help us find the filtering actions still missing
13428
13429 2001-12-05 [paul]       0.6.5claws52
13430
13431         * src/mainwindow.c
13432                 fix bug where 'Empty Trash?' pop-up window appears even
13433                 when Trash is empty, submitted by Jesse Skinner         
13434
13435 2001-12-05 [melvin]     0.6.5claws51
13436
13437         * src/compose.c
13438                 fixed bug #486106 to select correct account when reediting 
13439                 a queued message
13440         
13441 2001-12-04 [alfons]     0.6.5claws50
13442
13443         * src/mh.c
13444                 declare markfile in appropriate functions when
13445                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13446                 for spotting this)
13447
13448 2001-12-04 [paul]       0.6.5claws49
13449
13450         * sync with sylpheed 0.6.5cvs21
13451                 see ChangeLog entry 2001-12-04
13452
13453 2001-12-03 [christoph]  0.6.5claws48
13454
13455         * po/de.po
13456                 changed translation of undo
13457         * src/account.c
13458         * src/folder.c
13459                 don't reinvent the wheel to traverse a GNode
13460         * src/compose.[ch]
13461                 seperate code to create the compose gui into functions
13462                 add "Others" page with folder selection for saving copy
13463                 of the message.
13464                 the folder identifier is saved to queue header
13465         * src/procmsg.c
13466                 save message to folder in queue header
13467
13468 2001-12-03 [paul]       0.6.5claws47
13469
13470         * sync with sylpheed 0.6.5cvs20
13471                 see ChangeLog entry 2001-12-03
13472
13473 2001-12-01 [paul]
13474
13475         * more sync with sylpheed 0.6.5cvs19
13476                 see ChangeLog entry 2001-11-29
13477
13478 2001-11-30 [paul]       0.6.5claws46
13479         
13480         * src/compose.c
13481                 remove conflicts introduced by Hoa's last commit
13482          
13483         * src/mainwindow.c
13484                 make 'Message/Bounce' sensitive
13485
13486 2001-11-30 [hoa]        0.6.5claws45
13487
13488         * src/compose.c
13489                 slightly change bounce function to add
13490                 information about the user that bounced the mail
13491                 in the From header line.
13492
13493         * src/folderview.c
13494                 permit the use of processing in outbox folder.
13495
13496 2001-11-29 [paul]       0.6.5claws44
13497
13498         * src/mainwindow.[ch]
13499         * src/prefs_common.c
13500         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13501         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13502         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13503                 usability enhancements to the quoting, implements
13504                 use of Ctrl key to toggle quoting settings
13505                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13506
13507 2001-11-29 [paul]       0.6.5claws43
13508         
13509         * sync with sylpheed 0.6.5cvs19
13510                 see ChangeLog entry 2001-11-28
13511
13512 2001-11-29 [melvin]     0.6.5claws42
13513         * src/Makefile.am
13514                 added enriched.[ch] to the list of files
13515
13516         * src/textview.c
13517         * src/mimeview.c
13518         * src/procmime.[ch]
13519         * src/enriched.[ch]
13520                 added support to view text/enriched
13521                 added support to show headers in message view for text/enriched and text/html
13522                         in non multipart messages
13523
13524 2001-11-28 [paul]       0.6.5claws41
13525
13526         * more sync with sylpheed 0.6.5cvs18
13527                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13528
13529 2001-11-27 [paul]       0.6.5claws40
13530         
13531         * po/pt_BR.po
13532                 updated translation, submitted by Fabio Junior Beneditto
13533                 
13534         * sync with sylpheed 0.6.5cvs18
13535                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13536                 2001-11-27
13537
13538
13539 2001-11-26 [paul]
13540
13541         * po/es.po
13542                 updated translation, submitted by Ricardo Mones Lastra
13543
13544 2001-11-26 [alfons]
13545
13546         * src/matcher.c
13547                 add more translatable strings
13548
13549 2001-11-26 [christoph]  0.6.5claws39
13550
13551         * po/de.po      
13552                 fixed one more umlaut
13553         * src/compose.c
13554                 fix translated header when it should not be translated
13555
13556 2001-11-26 [paul]       0.6.5claws38
13557
13558         * src/mainwindow.c
13559                 remove '/Message/Add Sender to address book' from 
13560                 main_window_set_menu_sensitive(), prevent debug warning
13561                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13562
13563 2001-11-26 [paul]       0.6.5claws37
13564
13565         * src/summaryview.c
13566                 fix 'recurring unread state' bug 
13567
13568         * tools/README 
13569         * tools/filter_conv.pl
13570                 read name of top level mailbox from folderlist.xml
13571                 and presume nothing about its name              
13572
13573 2001-11-26 [darko]      0.6.5claws36
13574
13575         * src/gtkstext.[ch]
13576                 removed functions that are now in gtkutils.c
13577                 use gtkut_text_is_uri_string() from gtkutils.c
13578         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13579
13580 2001-11-26 [paul]       0.6.5claws35
13581
13582         * sync with sylpheed 0.6.5cvs16
13583                 see ChangeLog entries 2001-11-25 and 2001-11-26
13584
13585 2001-11-25 [alfons]     0.6.5claws34
13586
13587         EXPERIMENTAL!!! Please checkout the last stable version using: 
13588           
13589         % cvs update -r LAST_STABLE -dRAP
13590
13591         (Or help us testing this stuff.)
13592
13593         * src/filtering.c               (1.14)
13594         * src/filtering.h               (1.6)
13595         * src/inc.c                     (1.28)
13596         * src/matcher.c                 (1.20)
13597         * src/mbox.c                    (1.9)
13598         * src/procmsg.h                 (1.14)
13599         * src/summaryview.c             (1.59)
13600         * src/summaryview.h             (dunno)
13601                 revert/merge/sync to as it was before commit 
13602                 on Thu, 19 Jul 2001 10:15:51 -0700.
13603
13604 2001-11-25 [hoa]        0.6.5claws33
13605
13606         * src/main.c
13607                 processing mails at startup
13608
13609         * src/folderview.c
13610         * src/summaryview.[ch]
13611                 processing mails when entering folder
13612
13613         * src/prefs_filtering.c
13614                 fixed some UI bugs
13615
13616 2001-11-24 [alfons]     0.6.5claws32
13617
13618         * src/summaryview.[ch]
13619                 make summary sort headers work, and also make
13620                 sure the sort type is stored
13621
13622 2001-11-23 [alfons]     0.6.5claws31
13623
13624         * src/summaryview.[ch]
13625                 make lock work like mark
13626                 disallow deleting messages marked as locked
13627
13628 2001-11-23 [alfons]     0.6.5claws30
13629
13630         * src/gtkstext.c
13631         * src/compose.[ch]
13632         * src/Makefile.am
13633         * src/undo.[ch]
13634                 merge undo patch submitted by Jens
13635
13636 2001-11-23 [christoph]  0.6.5claws29
13637
13638         * src/.cvsignore
13639                 added ylwrap
13640         * src/compose.c
13641                 fixed gpg signing and encoding
13642         * src/folder.[ch]
13643         * src/main.c
13644                 added --status option to get new, unread and total
13645                 message count from a running sylpheed
13646         * src/prefs_common.c
13647                 temporary fix for reply_with_quote problem
13648                 (don't call functions for non existing widget)
13649         * src/procmsg.c
13650                 one more check for ignored threads but still not
13651                 always working correctly. probably a recursive
13652                 check for all parents is needed
13653
13654 2001-11-23 [darko]      0.6.5claws28
13655
13656         * src/compose.c
13657                 wrapping on send improvements
13658         * src/gtkutils.[ch]
13659                 fix for GtkSText after last sync with main branch
13660                 GTK_TEXT -> GTK_STEXT
13661
13662 2001-11-23 [paul]       0.6.5claws27
13663
13664         * sync with sylpheed 0.6.5cvs14
13665                 see ChangeLog entries 2001-11-22 and 2001-11-23
13666                 
13667         * po/de.po
13668                 fixed the scrambled umlauts 
13669                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13670
13671 2001-11-21 [paul]       0.6.5claws26
13672
13673         * sync with sylpheed 0.6.5cvs12
13674                 see 2nd ChangeLog entry dated 2001-11-20
13675
13676 2001-11-20 [paul]       0.6.5claws25
13677
13678         * sync with sylpheed 0.6.5cvs11
13679                 see ChangeLog entry 2001-11-19 (src/utils.c)
13680
13681 2001-11-20 [hiro]
13682
13683         * src/compose.c
13684                 GTK_TEXT -> GTK_STEXT
13685                 fix for wrong comment
13686
13687 2001-11-20 [hiro]       0.6.5claws24
13688
13689         * src/compose.[ch]
13690                 more merges from main branch
13691                 removed fatal warnings (uninitialized variables etc.)
13692                 some coding style fix
13693         * src/gtkutils.h
13694                 fixed typo.
13695         * src/addressbook.c
13696           src/addrindex.c
13697                 V-Card -> vCard
13698
13699 2001-11-19 [hoa]        0.6.5claws23
13700
13701         * src/filtering.c
13702         * src/prefs_scoring.c
13703         * src/matcher.[ch]
13704         * src/scoring.c
13705                 cleaning code
13706
13707         * src/matcher_parser_parse.y
13708         * src/prefs_filtering.c
13709                 bouncing
13710
13711 2001-11-19 [alfons]     0.6.5claws22
13712
13713         more of my old things into claws
13714
13715         * src/Makefile.am
13716         * src/prefs_common.c
13717         * src/procmsg.h
13718         * src/summaryview.[ch]
13719         * src/prefs_summary_column.c
13720         * src/pixmaps/locked.xpm
13721                 add indicators for locking of message in summary view
13722                 (does not work yet, only visual indicator)
13723
13724 2001-11-19 [paul]       0.6.5claws21
13725
13726         * sync with sylpheed 0.6.5cvs10
13727                 see ChangeLog entry 2001-11-19
13728
13729 2001-11-18 [alfons]     0.6.5claws20
13730         
13731         * src/filtering.c
13732                 remove an inadvertent free I forgot in previous clean up 
13733
13734 2001-11-18 [alfons]     0.6.5claws19
13735
13736         * src/filtering.[ch]
13737                 clean up & plug leaks
13738
13739 2001-11-18 [paul]       0.6.5claws18
13740
13741         * sync with sylpheed 0.6.5cvs9
13742                 see ChangeLog entries 2001-11-17 and 2001-11-18
13743
13744 2001-11-16 [paul]       0.6.5claws17
13745
13746         * sync with sylpheed 0.6.5cvs8
13747                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13748
13749 2001-11-16 [paul]       0.6.5claws16
13750
13751         * sync with sylpheed 0.6.5cvs7
13752                 see ChangeLog entries 2001-11-15 and 2001-11-16
13753
13754 2001-11-15 [hoa]        0.6.5claws15
13755
13756         * src/compose.c
13757                 fix bounce, mails we received couln't be bounced to ourself.
13758
13759         * src/defs.h
13760         * src/filtering.[ch]
13761         * src/matcher.[ch]
13762         * src/matcher_parser.h
13763         * src/matcher_parser_lex.l
13764         * src/matcher_parser_parse.y
13765         * src/inc.c
13766         * src/main.c
13767         * src/mbox.c
13768         * src/prefs_filtering.[ch]
13769         * src/mainwindow.c
13770         * src/prefs_matcher.c
13771         * src/prefs_scoring.c
13772         * src/scoring.[ch]
13773         * src/summaryview.c
13774                 new matcher/filter/score configuration file parser
13775                 one unique configuration file => ~/.sylpheed/matcherrc
13776                 import in currently automatic, then save are made
13777                 in this new file.
13778                 one filter per folder and one global filter
13779                 (filter of a folder will be used as folder processing)
13780
13781         * src/folder.c
13782                 fix a bug in folder_item_get_identifier
13783                 
13784         * src/messageview.c
13785                 receive receipt return are fixed.
13786
13787 2001-11-14 [alfons]     0.6.5claws14
13788
13789         * src/session.h
13790                 add things from main branch to make claws compile
13791
13792 2001-11-14 [paul]       0.6.5claws13
13793
13794         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13795                 see ChangeLog entries 2001-11-08 to 2001-11-14
13796
13797 2001-11-14 [hoa] 0.6.5claws12
13798
13799         * src/compose.[ch]
13800         * src/mainwindow.c
13801         * src/summaryview.c
13802                 add "bounce mail" option
13803
13804 2001-11-13 [christoph]  0.6.5claws11
13805
13806         * src/compose.c
13807                 Cleanup a mess i add before commiting
13808
13809 2001-11-13 [hoa]        0.6.5claws10
13810
13811         * src/compose.c
13812                 some fixes when mail are sent or
13813                 for crossposts
13814
13815 2001-11-13 [christoph]  0.6.5claws9
13816
13817         * po/de.po
13818                 Changed two string with the same translation
13819         * src/compose.c
13820         * src/procmsg.[ch]
13821         * src/send.[ch]
13822                 New mailsending process:
13823                   - Always queue message before sending
13824                     (message will be saved if sylpheed crashed or
13825                      freezes while sending)
13826                   - Allow queuing of newspostings
13827                   - No copy in outbox before sending
13828                     (closes bug #469501)
13829                   - No more redundant code for send and send_later
13830         * src/summaryview.c
13831                 Applied wwp <subscript@free.fr>'s patch that fixes
13832                 marks for multiple forwarded messages (+compose.c)
13833
13834 2001-11-12 [alfons]
13835
13836         * README.claws
13837                 remove things that are now in main branch
13838         
13839         * po/nl.po
13840                 update Dutch translation
13841
13842 2001-11-12 [mhadasht]   0.6.5.claws8
13843
13844         * src/prefs_common.c
13845                 re-enabled account autoselection feature for forward
13846                 and reedit lost during the branch point for SYNC-B4-REL
13847         * src/gtkspell.c
13848                 gtkpspell_get_dict(): more readable code (even if function is
13849                 not used yet)
13850         * ChangeLog.claws
13851                 added version number info to 2001-11-12 [hiro] comment.
13852
13853 2001-11-12 [hiro]       0.6.5.claws7
13854
13855         * src/compose.c
13856                 compose_forward(): fixed a bug that forward quote mark
13857                 wasn't used.
13858                 removed unnecessary code.
13859         * src/template_select.[ch]: removed.
13860
13861 2001-11-11 [alfons]
13862
13863         * src/compose.c
13864                 :%s/GTK_TEXT/GTK_STEXT/g
13865         
13866         * src/compose.[ch]
13867         * src/undo.[ch]
13868         * src/Makefile.am
13869                 revert the undo stuff (this is 0.6.6claws stuff)
13870
13871 2001-11-11 [hoa]        0.6.5.claws6
13872
13873         * src/compose.[ch]
13874                 Insert signature at the end of the text.
13875                 Added undo patch but currently disabled
13876
13877         * src/procmsg.c
13878                 Threading by subject improved.
13879
13880         * added src/undo.[ch]
13881                 Undo module for compose dialog box.
13882
13883 2001-11-11 [alfons]     0.6.5.claws5
13884
13885         * src/procmsg.c
13886                 prevent threading by subject on nodes that have already been
13887                 threaded by in-reply-to (as in "circular references in a tree
13888                 result in a dead branch")
13889
13890 2001-11-09 [hoa]        0.6.5.claws4
13891         
13892         * src/folderview.c
13893                 allows creation of mbox folder item from any files.
13894
13895 2001-11-09 [alfons]     0.6.5.claws3
13896         
13897         * src/utils.c
13898         * src/procmsg.c
13899                 do what I mean and correct threading by subject so it really
13900                 ignores attracting lines without "Re: "
13901
13902 2001-11-07 [alfons]     0.6.5.claws2
13903
13904         * src/procmsg.c
13905         * src/utils.[ch]
13906                 only attract by subject if a subject line starts with a "Re: "
13907         * src/syldap.c
13908                 remove warning
13909
13910 2001-11-07 [paul]       0.6.5claws1
13911
13912         * sync with sylpheed 0.6.5. release
13913                 see ChangeLog entry 2001-11-07
13914
13915 2001-11-07 [paul]       0.6.4claws31
13916
13917         * sync with sylpheed 0.6.4cvs18
13918                 see ChangeLog entries 2001-10-30 to 2001-11-07
13919                 prefs_templates.[ch] renamed prefs_template.[ch]
13920
13921 2001-11-06 [alfons]
13922         
13923         * src/utils.h
13924                 add semicolon Hoa forgot ;-)
13925                 
13926
13927 2001-11-06 [hoa]        0.6.4claws30
13928         
13929         * src/procmsg.c
13930         * src/summaryview.c
13931         * src/utils.c
13932         * src/utils.h
13933                 threading by subject - empty subject are ignored
13934
13935 2001-11-06 [christoph]  0.6.4claws29
13936
13937         * src/socket.c
13938                 use SSL_peek for sock_gets
13939         * src/utils.c
13940                 removed unneeded pointer in extracting quoted
13941                 names implementation
13942
13943 2001-11-06 [melvin]     0.6.4claws28
13944
13945         * src/gtkspell.c
13946                 fixed bug #476792 Selection overtyping with spell checker
13947                 fixed bug which could cause a buffer overflow
13948                 fixed a memory leak
13949
13950 2001-11-06 [hoa]        0.6.4claws27
13951         
13952         * src/procmsg.c
13953         * src/summaryview.c
13954                 threading by subject
13955
13956 2001-11-05 [alfons]     0.6.4claws26
13957         
13958         * README.claws
13959                 Claws -> Sylpheed (vice versa)
13960
13961         * src/compose.c
13962                 :%s/gtk_text/gtk_stext/g
13963                 :%s/GTK_TEXT/GTK_STEXT/g
13964                 (thanks to Jonathan Ware for spotting this)
13965
13966 2001-11-04 [christoph]  0.6.4claws25
13967
13968         * src/summaryview.c
13969                 replace Xalloca + strdup with Xstrdup_a
13970         * src/utils.c
13971                 better implementation of extracting quoted names
13972                 from addresses (remove backlashes and ignore
13973                 quotes after them)
13974
13975 2001-11-04 [alfons]     0.6.4claws24
13976
13977         * src/utils.[ch]
13978                 edit to comply more with coding style
13979
13980         * src/textview.c
13981                 fix bug reported by Kim Schulz. introduced by the patch integrated
13982                 in 0.6.4claws15. the code did not check the return value of
13983                 the html parser.
13984
13985         * AUTHORS
13986                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13987
13988 2001-11-04 [christoph]  0.6.4claws23
13989
13990         * src/main.c
13991         * src/prefs_common.[ch]
13992                 init some pointers that possibly caused a segfault
13993                 reported in the claws-users ML
13994
13995 2001-11-04 [hoa]        0.6.4claws22
13996
13997         * src/grouplistdialog.c
13998                 change the names of the nodes in the tree
13999
14000         * src/compose.c
14001                 enhanced mailto syntax as described in
14002                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14003                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14004
14005         * src/utils.c
14006                 encode and decode URI (useful when opening URL into
14007                 netscape).
14008
14009 2001-11-03 [hoa]        0.6.4claws21
14010
14011         * src/grouplistdialog.c
14012                 a new newsgroups list selection dialog box
14013                 with a CTree instead of a CList
14014
14015 2001-11-03 [hoa]        0.6.4claws20
14016
14017         * src/folderview.c
14018                 enable property and scoring options when right
14019                 click on "inbox"
14020
14021         * src/summaryview.c
14022                 fixed bug when nickname were displayed using
14023                 the address book.
14024
14025 2001-11-02 [darko]      0.6.4claws19
14026
14027         * src/compose.c
14028                 new wrap quotation and URL/long words wrapping implementation
14029         * src/compose.c src/gtkstext.[ch]
14030                 move gtkstext_strncmp() to gtkstext.c
14031
14032 2001-11-01 [christoph]  0.6.4claws18
14033
14034         * src/prefs_account.c
14035                 fixed mess in account settings dialog
14036         * src/prefs_folder_item.c
14037                 added label with folder path to dialog
14038
14039 2001-10-31 [match]      0.6.4claws17
14040
14041         * src/vcard.c
14042                 fix memory leak.
14043         * src/addrbook.c
14044                 fix generation of spurious address book file names.
14045                 remove redundant functions.
14046         * po/POTFILES.in
14047                 added missing file names.
14048
14049 2001-10-30 [paul]       0.6.4claws16
14050
14051         * sync with sylpheed 0.6.4cvs6
14052                 see ChangeLog entries 2001-10-26 to 2001-10-30
14053
14054         * tools/filter_conv.pl
14055                 read folderlist.xml to discover whether the top-level
14056                 folder is called 'Mailbox' or 'Mail' 
14057
14058 2001-10-29 [paul]       0.6.4claws15
14059
14060         * src/html.c, src/textview.c
14061                 activate links in html mail and fix clickable parts
14062                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14063
14064 2001-10-29 [paul]
14065
14066         * po/de.po, po/es.po, po/pt_BR/po
14067                 updated translations, submitted by Jens Oberender,
14068                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14069
14070 2001-10-29 [darko]      0.6.4claws14
14071
14072         * src/compose.c
14073                 fix wrapping for good
14074
14075 2001-10-29 [darko]
14076
14077         * src/compose.c
14078                 undo previous change as it broke the smart wrapping
14079
14080 2001-10-29 [darko]      0.6.4claws13
14081
14082         * src/compose.c
14083                 fix infinite loop when long URL is quoted
14084                 (closes bug #475122.
14085
14086 2001-10-28 [match]
14087
14088         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14089                 import Mutt address book
14090         * src/ldif.[ch] src/importldif.h
14091                 modified import LDIF handle user attributes
14092
14093 2001-10-28 [christoph]  0.6.4claws12
14094
14095         * src/summaryview.c
14096                 fixed that filtering did not work if there
14097                 were no filter rules
14098                 (closes bug #472003 and better implementation
14099                  of patch #474644)
14100
14101 2001-10-27 [christoph]  0.6.4claws11
14102
14103         * src/compose.c
14104                 make the folder's default account to be used when
14105                 replying. (patch by wwp <subscript@free.fr>)
14106         * src/compose.c
14107                 code cleanup, nearly killed all of wwp's patch
14108                 for folder's default account in compose
14109         * src/folderview.c
14110                 error panel when a folder could not be created
14111                 (closes bug #471080 new folder name & already
14112                  existing file)
14113
14114 2001-10-26 [alfons]
14115
14116         * src/utils.h
14117                 change prototype of strstr2() that Christoph forgot about
14118
14119 2001-10-26 [christoph]  0.6.4claws10
14120
14121         * src/account.c
14122                 made search for accounts by email address not case
14123                 sensitive
14124         * src/folder.c
14125                 fixed memory leak in folder_item_get_identifier
14126         * src/gtkspell.c
14127         * src/utils.c
14128                 fixed wrong strstr2 (should work like strstr)
14129
14130 2001-10-26 [darko]      0.6.4claws9
14131
14132         * src/compose.c src/gtkstext.[ch]
14133         * src/gtkstext.c
14134                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14135
14136 2001-10-26 [paul]       0.6.4claws8
14137
14138         * src/html.c
14139                 ignore css and javascript tags in html mail
14140                 case-insensitive, with or without double-quoted
14141                 strings
14142
14143 2001-10-26 [paul]       0.6.4claws7
14144
14145         * sync with sylpheed 0.6.4cvs1
14146                 see ChangeLog entry 2001-10-26
14147
14148         * src/prefs_account.c, src/prefs_common.c,
14149           src/prefs_summary_column.c
14150                 minor improvements to the English
14151
14152 2001-10-25 [alfons]     0.6.4claws6
14153
14154         * src/gtkstext.c
14155         
14156                 make GtkSText follow style of GtkText (closes bug 
14157                 #469211 "text selection while writing message")
14158                 
14159                 do sync with GTK 1.2.10
14160
14161 2001-10-25 [paul]       0.6.4claws5
14162
14163         * src/html.c
14164                 ignore css tags in html mail
14165
14166 2001-10-25 [darko]      0.6.4claws4
14167
14168         * src/compose.c
14169                 don't declare is_url_string as static function since
14170                 we need it in gtkstext.c
14171         * src/gtkstext.c
14172                 remove unused variable
14173                 don't wrap long URLs while composing a message
14174
14175 2001-10-24 [christoph]  0.6.4claws3
14176
14177         * src/socket.c
14178                 fix ssl deadlock, when peer closes connection
14179
14180 2001-10-24 [paul]       0.6.4claws2
14181
14182         * src/prefs_common.c
14183                 gettextize the gpg ascii-armored warning message
14184
14185         * src/compose.c
14186                 insert a DOS/MAC file into the composed message
14187                 (improvements)
14188
14189         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14190
14191 2001-10-22 [paul]       0.6.4claws1
14192
14193         * sync with sylpheed 0.6.4 release
14194                 see ChangeLog entries 2001-10-21
14195
14196         * po/fr.po, po/pt_BR.po
14197                 updated by Melvin Hadasht and Fabio Junior Beneditto
14198
14199 2001-10-21 [paul]       0.6.3claws30
14200
14201         * src/compose.c
14202                 insert a DOS text file from the compose window
14203                 into the composed message text (removes CRs characters)
14204                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14205
14206         * tools/filter_conv.pl, tools/README
14207                 automatically use ~/.sylpheed as working directory
14208                 print out confirmation message on completion
14209
14210         * correct Hoa's last ChangeLog.claws entry
14211
14212 2001-10-20 [hoa]        0.6.3claws29
14213
14214         * src/grouplistdialog.c
14215                 bugfix (another ?) to give the right
14216                 newsgroups list for each news server.
14217
14218         * src/news.c
14219         * src/news.h
14220                 improve the newsgroups list cache
14221
14222 2001-10-20 [paul]       0.6.3claws28
14223
14224         * sync with sylpheed 0.6.3cvs9
14225                 see ChangeLog entry 2001-10-19
14226
14227         * correct Alfons' last ChangeLog.claws entry
14228
14229 2001-10-19 [alfons]
14230
14231         * src/pgptext.[ch]
14232                 fix compilation problems (part of bug #472895)
14233
14234 2001-10-18 [hoa]        0.6.3claws27
14235
14236         * src/grouplistdialog.c
14237                 bugfix when we refresh was clicked (bug 472701)
14238
14239 2001-10-19 [christoph]  0.6.3claws26
14240
14241         * src/compose.c
14242                 last header entry should default to "To:" or
14243                 "Newsgroups:" and not copy the last entry line
14244                 in a new compose window
14245                 (closes bug #472686, #470792)
14246
14247 2001-10-19 [paul]       0.6.3claws25
14248
14249         * sync with Sylpheed 0.6.3cvs8
14250                 see ChangeLog entries 2001-10-18 and 2001-10-19
14251
14252 2001-10-18 [christoph]  0.6.3claws24
14253
14254         * src/procmsg.c
14255                 reimplement ignore thread
14256         
14257 2001-10-18 [hoa]        0.6.3claws23
14258
14259         * src/folderview.c
14260         * src/grouplistdialog.[ch]
14261                 enhanced news subscription interface (feature 469113)
14262
14263         * src/news.c
14264         * src/news.h
14265                 enchanced newsgroup listing,
14266                 now, we can get groups informations
14267                 (NNTPGroupInfo)
14268
14269 2001-10-18 [paul]       0.6.3claws22
14270
14271         * src/summaryview.c
14272                 remove comment (sync with main branch)
14273         * src/mainwindow.c
14274                 fix 'Re-edit' bug in 'Message' menu
14275
14276 2001-10-17 [christoph]  0.6.3claws21
14277
14278         * src/compose.c
14279                 ignore empty or whitespace only header lines
14280
14281 2001-10-17 [paul]       0.6.3claws20
14282
14283         * sync with sylpheed 0.6.3cvs7
14284                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14285                 2001-10-17
14286
14287 2001-10-17 [darko]
14288
14289         * src/compose.c
14290                 wrap long lines without spaces
14291                 don't wrap URLs
14292
14293 2001-10-16 [paul]
14294
14295         * po/es.po, po/nl.po, po/pt_BR.po
14296                 updated by Ricardo Mones Lastra, Alfons,
14297                 and Fabio Junior Beneditto
14298
14299         * sylpheed-0.6.3claws released
14300
14301 2001-10-15 [melvin] 0.6.3claws18
14302
14303         * README.claws
14304                 added summary and detailed installation instructions
14305                 for spell checker
14306         * po/fr.po
14307                 Updated, corrected and completed french translation
14308
14309 2001-10-15 [hoa] 0.6.3claws17
14310         * src/grouplistdialog.c
14311                 we can choose the newsgroups to display with wildcards
14312
14313 2001-10-15 [christoph]  0.6.3claws16
14314
14315         * src/account.c
14316         * src/compose.c
14317         * src/prefs_folder_item.[ch]
14318                 applied wwp <subscript@free.fr>'s folder
14319                 default account patch
14320         * po/de.po
14321                 Fixed wrong translation
14322
14323 2001-10-13 [alfons, christoph, melvin]  
14324                         0.6.3claws15
14325
14326         solution #2 to solve MT-safety problems defers all GUI related calls
14327         to the main thread using a gtk_idle_add() callback. discussed on
14328         ircnet #sylpheed, with christoph spotting some issues with the
14329         original code, and melvin allowing us to lobotomize his sylpheed.
14330
14331         * src/syldap.[ch], src/main.c
14332                 fix race problem in ldap search thread by deferring GUI 
14333                 stuff to main thread using gtk_idle_add()
14334
14335 2001-10-13 [paul]       0.6.3claws14
14336
14337         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14338                 add Sergey's smtpcred.patch
14339                 adds separate username/password setting for SMTP Auth
14340                 needed by some servers
14341                 (closes feature request #471659)
14342
14343 2001-10-13 [paul]       0.6.3claws13
14344
14345         * src/pgptext.[ch] **NEW FILES**
14346         * src/Makefile.am, src/messageview.c, src/mimeview.c
14347                 decrypt ascii-armored gpg text embedded in
14348                 the message body.
14349                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14350
14351 2001-10-13 [christoph]  0.6.3claws12
14352
14353         * README.claws
14354                 some more details on default to and
14355                 feature requests
14356         * src/main.c
14357                 init glib threading when ldap is used
14358         * src/syldap.c
14359                 threading fixes
14360         * po/de.po
14361                 fixed a typo
14362
14363 2001-10-12 [paul]       0.6.3claws11
14364
14365         * src/prefs_common.[ch], src/rfc2015.c
14366                 enable ascii-armored gpg text to be embedded in the
14367                 message body, selectable through the 'Privacy'
14368                 preferences. Supports encrypting only.
14369                 Submitted by Ravemax <ravemax@dextrose.com>
14370
14371 2001-10-12 [paul]       0.6.3claws10
14372
14373         * sync with sylpheed 0.6.3cvs6
14374                 see ChangeLog entries 2001-10-11 and 2001-11-12
14375
14376         * src/folderview.c
14377                 incorporated mbox folders, scoring, and folder
14378                 properties into the sync
14379
14380 2001-10-12 [darko]      0.6.3claws9
14381
14382         * README.claws
14383                 describe quotation wrapping
14384         * src/compose.c
14385                 don't treat tab as space to calculate line length properly
14386
14387 2001-10-11 [alfons]
14388
14389         * README.claws
14390                 correct description of how to make new filtering system work,
14391                 add some other things
14392                 
14393         * src/syldap.c
14394                 remove sched_yield() (not necessary / unportable)
14395
14396 2001-10-11 [paul]       0.6.3claws8
14397
14398         * sync with sylpheed 0.6.3cvs3
14399                 see ChangeLog entry 2001-10-10
14400
14401 2001-10-10 [christoph]  0.6.3claws7
14402
14403         * .cvsignore
14404                 ignore 2 files created by newer autotools
14405         * src/prefs_folder_item.c
14406                 using table for widget alignment
14407                 fixed memory leak and broken octal display
14408         * src/filesel.c
14409                 fixed segfault caused by lost filename
14410                 workaround (closes bug #469551)
14411
14412 2001-10-10 [paul]       0.6.3claws6
14413
14414         * sync with sylpheed 0.6.3cvs2
14415                 see ChangeLog entries 2001-10-09 and 2001-10-10
14416
14417 2001-10-10 [darko]      0.6.3.claws5
14418
14419         * src/gtkstext.c
14420                 proper calculation of right margin if smart wrapping is enabled
14421         * src/compose.c
14422                 automatically wrap long lines if wrap quotation is enabled
14423
14424 2001-10-09 [alfons]     0.6.3.claws4
14425
14426         * src/summaryview.c
14427                 select correct row when deleting last row in the summary view (and
14428                 close bug "[ #469104 ] select second last in list when deleting")
14429
14430 2001-10-09 [paul]       0.6.3claws3
14431
14432         * sync with sylpheed 0.6.3cvs1
14433                 updated some autotool scripts
14434
14435 2001-10-09 [darko]      0.6.3claws2
14436
14437         * src/gtkstext.[ch]
14438                 new name and mark with Sylpheed comment
14439         * src/compose.c
14440                 smart quotation wrapping a-la VIM
14441
14442 2001-10-08 [paul]       0.6.3claws1
14443
14444         * sync with sylpheed 0.6.3 release
14445                 see ChangeLog entry 2001-10-08
14446
14447 2001-10-08 [paul]       0.6.2claws24
14448
14449         * src/summaryview.c
14450                 more sync with sylpheed 0.6.2cvs12
14451                 Fixed the bug that didn't select the last row correctly
14452
14453
14454 2001-10-07 [paul]       0.6.2claws23
14455
14456         * sync with sylpheed 0.6.2cvs12
14457                 see ChangeLog entry 2001-10-07
14458
14459 2001-10-06 [match]
14460         * src/jpilot.[ch]
14461                 enable jpilot to read unsynch'ed addresses.
14462
14463         * src/editldap_basedn.c
14464                 fix segfault when opening dialog.
14465
14466 2001-10-06 [alfons]     0.6.2.claws22
14467
14468         * src/summaryview.c
14469                 fix bug with summary view selecting last *inserted*
14470                 node instead of last *visible* node. remember we
14471                 work with a tree
14472
14473 2001-10-06 [paul]       0.6.2claws21
14474
14475         * po/pt_BR.po
14476                 updated translation, contains some fixes and new
14477                 translations, submitted by Gustavo Noronha Silva
14478                 <kov@debian.org>
14479
14480         * src/prefs_common.c
14481                 change 'each' to 'every' - fix dubious English
14482
14483         * sync with sylpheed 0.6.2cvs11
14484
14485 2001-10-05 [alfons]     0.6.2claws20
14486
14487         * src/mainwindow.[ch], src/folderview.c
14488                 make composite tool button switch between "Compose News"
14489                 and "Compose Mail" depending on selected folder
14490                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14491
14492 2001-10-05 [paul]       0.6.2claws19
14493
14494         * src/mainwindow.c, src/summaryview.c
14495                 fix 'Message/Reply to all', broken in last commit
14496
14497         * src/compose.c
14498                 fix X_BEENTHERE seg fault, thanks to Alfons
14499
14500 2001-10-04 [paul]       0.6.2claws18
14501
14502         * src/compose.[ch], src/mainwindow.c
14503                 make "Message/Reply" reply to mailing lists; matches
14504                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14505                 based on portions of the patch submitted by
14506                 Junichi Uekawa <dancer@netfort.gr.jp>
14507
14508 2001-10-04 [darko]      0.6.2claws17
14509
14510         * src/compose.c
14511                 better smart wrapping
14512         * src/gtkstext.[hc]
14513                 a function to make text buffer contiguous
14514
14515 2001-10-03 [paul]       0.6.2claws16
14516
14517         * sync with sylpheed 0.6.2cvs10
14518
14519 2001-10-02 [alfons]
14520
14521         * configure.in
14522         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14523                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14524                 references to chinese translations (hope someone picks up
14525                 this)
14526
14527 2001-10-02 [christoph]  0.6.2claws15
14528
14529         * src/compose.c
14530                 fixed non translated header bug
14531         * ChangeLog.claws
14532                 fixed wrong date in alfons last entry ;)
14533
14534 2001-10-02 [alfons]     0.6.2claws14
14535
14536         * src/compose.c, src/prefs_common.[ch]
14537                 add block cursor option
14538
14539 2001-10-02 [paul]       0.6.2claws13
14540
14541         * sync with sylpheed 0.6.2cvs9
14542
14543 2001-09-30 [paul]       0.6.2claws12
14544
14545         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14546                 updated translations
14547
14548         * po/POTFILES.in
14549                 add 'src/importldif.c'
14550
14551         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14552                 added eudora-to-vCard conversion tool
14553                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14554
14555         * sync with sylpheed 0.6.2cvs8
14556
14557 2001-09-30 [paul]
14558
14559         * sylpheed-0.6.2claws released
14560
14561 2001-09-27 [melvin]     0.6.2claws11
14562
14563         * src/gtkspell.c
14564                 fixed crash when using default path (introduced 
14565                 in 0.6.2claws10)
14566                 fixed tiny bug for initial suggestion mode
14567
14568 2001-09-27 [melvin]     0.6.2claws10
14569         
14570         * src/gtkspell.c
14571                 fixed bug where gtkpspell didn't set the path correctly
14572
14573         * README.claws
14574                 added a paragraph about spell checking
14575                 
14576
14577
14578 2001-09-27 [paul]       0.6.2claws9
14579
14580         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14581                 replace '// comments' with '/* comments */' to prevent
14582                 some compiler warnings 
14583
14584         * sync with sylpheed 0.6.2cvs6
14585
14586 2001-09-26 [alfons]     0.6.2claws8
14587
14588         * src/messageview.c
14589                 introduce return receipt request notification again,
14590                 which was lost because of other semantics in 
14591                 procheader_parse() (???)
14592
14593 2001-09-26 [christoph]  0.6.2claws7
14594
14595         * src/compose.c
14596                 replace comments for old code with #if 0
14597                 readded auto cc, bcc and reply-to
14598         * src/prefs_matcher.c
14599         * src/prefs_scoring.c
14600                 removed some definition (was moved to
14601                 prefs.h)
14602
14603 2001-09-26 [paul]       0.6.2claws6
14604
14605         * src/mainwindow.c
14606                 make 'Follow-up and reply to' sensitive
14607
14608         * more sync with sylpheed 0.6.2cvs5
14609
14610 2001-09-25 [melvin]
14611
14612         * 0.6.2claws5
14613
14614         * src/gtkspell.c
14615                 fixed bug for "US-ASCII" introduced by the encoding code
14616
14617 2001-09-25 [paul]
14618
14619         * 0.6.2claws4
14620
14621         * src/prefs_common.[ch], src/summaryview.c
14622                 'next unread msg' 'go to next folder?' dialog can be
14623                 given default behaviour, either always show dialog,
14624                 or assume 'yes', or assume 'no'
14625                 Submitted by wwp <subscript@free.fr>
14626
14627 2001-09-25 [melvin]
14628                 
14629         * src/compose.c src/gtkspell.[ch]
14630                 added support for different encodings
14631
14632 2001-09-25 [paul]
14633
14634         * more sync with sylpheed 0.6.2cvs5
14635
14636 2001-09-24 [alfons]
14637         
14638         * src/prefs_folder_item.c
14639                 add check for item->prefs->default_to string is NULL and
14640                 add another check when freeing this string
14641
14642 2001-09-24 [paul]
14643
14644         * configure.in
14645                 change to version 0.6.2claws3
14646
14647         * sync with sylpheed 0.6.2cvs5 
14648
14649 2001-09-24 [match]
14650         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14651                 import LDIF files.
14652         * src/addrcache.[ch], addrindex.[ch]
14653                 small update for future
14654         * src/addrbook.c
14655                 fix test XML file.
14656
14657 2001-09-24 [melvin]
14658         * src/gtkspell.[ch]
14659                 added 'Learn from mistakes' option
14660                 better handling of quotes in checked words
14661                 sorted dict list
14662         * po/fr.po
14663                 small update for spell checking stuff
14664
14665 2001-09-23 [alfons]
14666         
14667         * src/gtkspell.c
14668                 edit a little bit so it complies more with main coding style
14669
14670 2001-09-23 [alfons]
14671
14672         * src/folder.[ch], prefs_folder_item.c, compose.c
14673                 migrate "request return receipt" folder property
14674                 to folderlist.xml
14675
14676 2001-09-22 [alfons]
14677
14678         * README.claws **NEW**
14679                 (add things of interest for users of main branch 
14680                 and claws here)
14681
14682         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14683                 re-implement threading per folder option, but store 
14684                 the setting in folderlist.xml (where it belongs)
14685
14686 2001-09-21 [melvin]
14687
14688         * src/gtkspell.[ch]
14689                 fixed bug when compose window is under another window
14690         * src/prefs_common.[ch] src/compose.c
14691                 changed 'dictionary_path' to 'dictionary' to be consistent
14692                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14693         * ac/pspell.m4 src/Makefile.am 
14694                 dropped PSPELL_PATH macro
14695         * po/fr.po
14696                 updated translations
14697
14698 2001-09-21 [christoph]
14699
14700         * src/compose.c
14701                 added border around header fields
14702                 keep header type when new field is added
14703
14704 2001-09-20 [christoph]
14705
14706         * src/utils.[ch]
14707                 more portable debug_print with source filename
14708                 and linenumber
14709         * src/procmsg.c
14710                 more newlines after debug messages
14711
14712 2001-09-20 [paul]
14713
14714         * configure.in
14715                 change to version 0.6.2claws2
14716
14717         * sync with sylpheed 0.6.2cvs3
14718
14719 2001-09-19 [melvin]
14720
14721         * src/gtkspell.c
14722                 fixed the post-right-click focus pb
14723                 fixed crash when 'Spell check all' after dict change 
14724                         and when cursor is at the end of the text
14725                 shift-right-click pops up config menu even on misspelled words.
14726         * po/POTFILES.in
14727                 added gtkspell.c
14728
14729 2001-09-19 [melvin]
14730
14731         * src/about.c
14732                 added pspell to compiled-in features list
14733
14734 2001-09-18 [melvin]
14735
14736         * switched to pspell and dropped ispell
14737         * ac/pspell.m4
14738                 new file. autoconf macro for pspell
14739         * ac/Makefile.am 
14740         * configure.in acconfig.h
14741                 added pspell support
14742         * src/Makefile.am
14743         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14744         * src/prefs_common.[ch] 
14745                 added pspell support
14746
14747 2001-09-18 [christoph]
14748
14749         * src/addr_compl.c
14750         * src/template.[ch]
14751                 replace LOG_MESSAGE with debug_print
14752         * src/compose.[ch]
14753                 gui improvements
14754         * src/menu.c
14755                 added newline after debug message
14756         * src/utils.h
14757                 using __VA_ARGS__ for debug_print macro
14758         * tools/.cvsignore
14759                 ignore Makefile and Makefile.in
14760
14761 2001-09-18 [paul]
14762
14763         * configure.in
14764                 change to version 0.6.2claws1
14765         * sync with sylpheed 0.6.2cvs1
14766
14767         * src/matcher.c 
14768         * src/prefs_matcher.c
14769                 add 'score equal to' option, submitted by
14770                 Paul Evans <nerd@freeuk.com>
14771
14772 2001-09-15 [christoph]
14773
14774         * src/mainwindow.c
14775                 comment out menu entry not existing in claws
14776         * src/menu.c
14777                 add debug output for non existing menu entries
14778         * src/summaryview.c
14779                 fix next/prev unread message for ignored threads
14780         * src/utils.[ch]
14781                 add sourcefile and line number to debug output
14782                 otherwise it is sometimes hard to find the
14783                 source code part if debug messages are translated
14784
14785 2001-09-14 [darko]
14786         
14787         * src/folderview.c
14788                 refresh target folder style after colour is changed
14789
14790 2001-09-13 [paul]
14791
14792         * configure.in
14793                 change to version 0.6.1claws3
14794
14795         * sync with sylpheed 0.6.1cvs6
14796
14797 2001-09-13 [darko]
14798         
14799         * src/folderview.c
14800                 fix target folder colourization to use user selected colour
14801
14802 2001-09-12 [darko]
14803         
14804         * src/summaryview.c
14805                 fix crash when message that is marked for copy/move is unmarked
14806
14807 2001-09-09 [paul]
14808
14809         * configure.in
14810                 change to version 0.6.1claws2
14811
14812         * sync with sylpheed 0.6.1cvs3
14813
14814 2001-09-09 [alfons]
14815         
14816         * src/folderview.c
14817                 fix bug with default font used for trash folder text
14818
14819 2001-09-06 [paul]
14820
14821         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14822                 updated translations
14823
14824         * configure.in
14825                 change to version 0.6.1claws1
14826
14827         * sync with sylpheed 0.6.1cvs2
14828
14829 2001-09-03 [paul]
14830
14831         * po/POTFILES.in
14832                 add Match's new addressbook
14833
14834         * po/de.po
14835                 updated translation submitted by Jens Oberender
14836
14837 2001-09-02 [paul]
14838
14839         * configure.in
14840                 change to 0.6.1claws
14841         * sync with sylpheed 0.6.1 release
14842
14843 2001-09-02 [paul]
14844
14845         * configure.in
14846                 change to 0.6.0claws2
14847
14848         * sync with sylpheed 0.6.0cvs4
14849
14850         * po/pt_BR.po
14851                 updated translation submitted by Fabio Junior Beneditto
14852
14853 2001-09-01 [match]
14854         * pixmaps/
14855                 interface.xpm
14856                 book.xpm
14857                 address.xpm
14858         * src/
14859                 Makefile.am
14860                 a ton of new files
14861
14862 2001-08-31 [paul]
14863
14864         * configure.in
14865                 change to version 0.6.0claws1
14866
14867         * sync with sylpheed 0.6.0cvs1
14868
14869         * po/es.po
14870                 updated translation submitted by Ricardo Mones Lastra
14871
14872         * po/POTFILES.in
14873                 add 'src/prefs_templates.c'
14874
14875         * src/compose.c, src/summaryview.c
14876                 fix segfault on 'Re_edit'               
14877
14878 2001-08-30 [alfons]
14879
14880         * configure.in, Makefile.am
14881         * tools/Makefile.am
14882                 add tools directory to source distribution
14883
14884 2001-08-30 [paul]
14885
14886         * configure.in
14887                 change to version 0.6.0claws
14888
14889         * sync with sylpheed 0.6.0 release
14890
14891 2001-08-30 [christoph]
14892
14893         * configure.in
14894                 removed autoconf version check
14895
14896 2001-08-30 [paul]
14897
14898         * src/account.c, src/compose.c, src/prefs_common.[ch]
14899         * src/procheader.[ch] src/utils.[ch]
14900                 Enhanced automatic account selection on replies
14901                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14902
14903         * configure.in
14904                 add LDAP and JPilot to the configuration results output.
14905
14906 2001-08-29 [christoph]
14907
14908         * src/summeryview.c
14909                 no bold font for ignored threads
14910
14911 2001-08-29 [paul]
14912
14913         * configure.in
14914                 change to version 0.5.3claws6
14915
14916         * sync with sylpheed 0.5.3cvs10
14917                 src/stringtable.[ch]: New Files
14918
14919         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14920         * src/pixmaps/sylpheed.xpm
14921                 add mini-icons to windows (by Alfons)
14922
14923 2001-08-27 [paul]
14924
14925         * src/mainwindow.c
14926                 new functions: next_labeled_cb(), prev_labeled_cb()
14927
14928         * src/summaryview.c
14929                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14930                 summary_select_next_labeled(), summary_select_prev_labeled()
14931
14932         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14933                 give claws blue folders and a blue trash can
14934
14935 2001-08-27 [paul]
14936
14937         * configure.in
14938                 change to version 0.5.3claws5
14939
14940         * sync with sylpheed 0.5.3cvs9
14941                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14942
14943 2001-08-24 [christoph]
14944
14945         * src/filesel.c
14946                 keep filename when browsing directories
14947                 (not working for user entered filename, but
14948                  for default name and selected filename from
14949                  file list)
14950         * src/mainwindow.c
14951                 fixed wrong spelling "Folllow-up"
14952         * src/mbox_folder.c
14953         * src/procmsg.c
14954         * src/summaryview.c
14955                 fixed new/unread message count with ignored
14956                 threads (2 commits, first didn't notice no
14957                 longer needed decreasing)
14958         * src/inc.c
14959                 readded scrolling of progress dialog
14960                 (lost in sync)
14961
14962 2001-08-24 [paul]
14963
14964         * configure.in
14965                 change to 0.5.3claws4
14966
14967         * sync with sylpheed 0.5.3cvs7
14968
14969 2001-08-24 [christoph]
14970
14971         * src/compose.c
14972                 set request return receipt when replying
14973                 if it is set is the folder prefs of the
14974                 message
14975         * src/inc.c
14976                 disable final error popup if popups are
14977                 disabled in config (again)
14978
14979 2001-08-23 [paul]
14980
14981         * configure.in
14982                 Change version number to 0.5.3claws3
14983
14984         * sync with sylpheed 0.5.3cvs5
14985
14986         * src/mimeview.c
14987                 double quote '%s' in 'gedit %s' to fix bug when
14988                 opening attachment with spaces in the name
14989
14990 2001-08-22 [alte]
14991         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14992           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14993                 initial message templates support
14994
14995
14996 2001-08-22 [paul]
14997
14998         * configure.in
14999                 change version number to 0.5.3claws2
15000
15001         * sync with sylpheed 0.5.3cvs4
15002
15003         * src/procmsg.h src/summaryview.c
15004                 re-implement (un)ignore thread
15005
15006 2001-08-21 [paul]
15007
15008         * src/summaryview.c
15009                 remove unnecessary code
15010         * src/compose.c
15011                 enable 'dynamic' signatures (submitted by
15012                 Eric Limpens <eric@hscg-internet.nl>)
15013
15014 2001-08-21 [paul]
15015
15016         clean up after sync with sylpheed 0.5.3 release
15017
15018         * src/folderview.c
15019                 fix re-introduced font mess, see Christoph's
15020                 entry 2001-06-24
15021
15022         * src/summaryview.c
15023                 remove prev_msgnum
15024                 use sylpheed's small font instead of
15025                 gtk default font for summary view
15026
15027
15028 2001-08-17 [paul]
15029
15030         * configure.in
15031                 add pl to ALL_LINGUAS - sync with main branch
15032
15033         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15034                 Updated. Translations by Jens Oberender, Ricardo Mones
15035                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15036
15037         * po/pl.po  ** NEW FILE **
15038                 sync with the main branch
15039
15040         * src/folderview.c
15041                 fix target folder colorizing and refresh problem
15042
15043
15044 2001-08-17 [christoph]
15045
15046         * src/mainwindow.c
15047                 claws uses 4 colors for target folder coloring.
15048                 arrays were not long enough and destroyed the
15049                 stack causing a segfault.
15050                 target folder colorizing does not work anymore
15051                 for me
15052
15053 2001-08-16 [paul]
15054
15055         * configure.in
15056                 change to version 0.5.3claws1
15057
15058         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15059           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15060           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15061
15062                 sync with sylpheed 0.5.3 release, but keep claws method of
15063                 configuring/saving fonts
15064
15065         * src/addressbook.[ch]
15066                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15067                 in line with a similar change in Hiroyuki's branch
15068
15069         * src/mainwindow.[ch]
15070                 disable main_window_set_thread_option()
15071         * src/prefs_folder_item.c
15072                 comment out &tmps_prefs.enable_thread,
15073         * src/mbox_folder.c, src/procmsg.[ch]
15074                 comment out MSG_IS_IGNORE_THREAD
15075         * src/summaryview.c
15076                 comment out summary_ignore_thread() and summary_unignore_thread()
15077                 comment out MSG_IS_IGNORE_THREAD
15078
15079                 use Hiroyuki's threading instead.
15080
15081
15082
15083 2001-08-15 [paul]
15084
15085         * src/account.c
15086                 use Hiroyuki's 0.5.3 column scheme but also
15087                 include the enable/disable button.
15088         * src/pixmaps/mark.xpm
15089                 add Hiroyuki's amended pixmap
15090
15091 2001-08-13 [christoph]
15092
15093         * src/account.c
15094                 receive at get all column showed wrong state for APOP
15095                 button should only work for POP3 and APOP accounts
15096         * src/prefs_account.c
15097                 added missing preprocessor statement for SSL
15098
15099 2001-08-12 [paul]
15100
15101         * src/account.[ch]
15102                 add 'receive at get all' column and enable/disable
15103                 button.
15104
15105 2001-08-06 [christoph]
15106
15107         * src/account.c
15108                 show usage of SSL in protocol column
15109
15110         * src/imap.c
15111         * src/inc.c
15112                 renamed ssl options
15113
15114         * src/prefs_account.[ch]
15115                 moved ssl options to a new page
15116
15117         * src/send.c
15118         * src/smtp.c
15119         * src/ssl.[ch]
15120                 renamed ssl options
15121                 added support for SMTP STARTTLS command
15122
15123 2001-08-05 [christoph]
15124
15125         * configure.in
15126                 debian autoconf needs version check to find
15127                 correct autoconf version. if the file is
15128                 named configure.in 2.13 is used, which does
15129                 not work with this configure.in script.
15130                 other solution would be to rename the script
15131                 to configure.ac as suggested in the autoconf
15132                 manual.
15133
15134         * src/inc.c
15135                 disable final error popup if popups are
15136                 diabled in config
15137
15138         * src/socket.c
15139                 bugfix in ssl_gets
15140                 fixes IMAP over SSL problem
15141
15142 2001-08-03 [paul]
15143
15144         * configure.in
15145                 change to 0.5.2claws1
15146
15147         * sync with sylpheed 0.5.2cvs1
15148
15149 2001-08-02 [alfons]
15150
15151         * configure.in
15152                 quick fix for ispell detection...
15153
15154 2001-08-01 [paul]
15155
15156         * configure.in
15157                 change to 0.5.1claws4
15158
15159         * sync with sylpheed 0.5.1cvs7
15160
15161 2001-07-31 [alfons]
15162
15163         * src/prefs_common.c, src/prefs_common.h, 
15164           src/gtkspell.c, src/gtkspell.h
15165                 add global spelling checker settings (compose tab) +
15166                 selection of dictionary 
15167           
15168         * configure.in  
15169                 guess valid ispell location
15170
15171 2001-07-31 [paul]
15172
15173         * po/POTFILES.in
15174                 removal of 'src/quote_fmt_parse.c'
15175         * po/de.po
15176                 Updated de.po
15177                 (submitted by Jens Oberender <didge@suse.de>)
15178
15179 2001-07-31 [darko]
15180
15181         * src/folder.[ch]
15182         * src/folderview.[ch]
15183         * src/mainwindow.c
15184         * src/mh.c
15185         * src/prefs_common.[ch]
15186         * src/summaryview.c
15187                 target folder colourization
15188
15189 2001-07-30 [paul]
15190
15191         more sync with Sylpheed 0.5.1cvs6 
15192
15193 2001-07-30 [darko]
15194
15195         * src/mh.c
15196         * src/prefs_folder_item.[hc]
15197         * src/summaryview.c
15198                 shared folders support with a GUI
15199
15200 2001-07-29 [paul]
15201
15202         0.5.1claws3
15203
15204         * sync with Sylpheed 0.5.1cvs6
15205
15206 2001-07-29 [paul]
15207
15208         * po/pt_BR.po
15209                 updated
15210                 (submitted by Fabio Junior Beneditto)
15211
15212 2001-07-28 [paul]
15213
15214         * src/procmime.c
15215         * AUTHORS
15216                 patch to correct bad image mime headers
15217                 (submitted by Don Quijote <dq@searchlores.org>)
15218
15219 2001-07-28 [paul]
15220
15221         * tools/gif2xface.pl   **NEW FILE**
15222         * tools/README
15223                 script to convert file.gif to file.xface for
15224                 use in a custom header.
15225                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15226
15227 2001-07-27 [alfons]
15228         
15229         * configure.in
15230                 change macros for detecting JPilot and LDAP
15231
15232 2001-07-27 [christoph]
15233
15234         * src/filtering.c
15235                 code cleanup (MIN / MAX warning, needed casting)
15236
15237 2001-07-27 [alfons]
15238
15239         * procheader.c
15240                 disallow setting flags when detecting certain headers
15241                 (X-Status, Status, Seen, X-Seen). 
15242         
15243         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15244
15245 2001-07-27 [christoph]
15246
15247         * src/prefs_filter.c
15248         * src/prefs_filtering.c
15249         * src/prefs_matcher.c
15250         * src/prefs_scoring.c
15251                 scroll list when moving rows up or down
15252
15253         * src/imap.c
15254         * src/imap.h
15255         * src/prefs_account.c
15256         * src/prefs_account.h
15257         * src/send.c
15258                 SMTP over SSL (untested, feedback requested)
15259                 IMAP over SSL
15260
15261         * src/ssl.c
15262                 code cleanup
15263
15264 2001-07-26 [alfons]
15265         
15266         * configure.in, acconfig.h
15267                 define CLAWS (need this for main / claws detection)
15268
15269 2001-07-25 [alfons]
15270
15271         * configure.in
15272                 Sylpheed 0.5.1claws2
15273                 
15274         * sync with Sylpheed 0.5.1cvs4
15275
15276 2001-07-25 [christoph]
15277
15278         * src/scoring.c
15279                 fixed segfault
15280                 item->prefs == NULL (don't know why)
15281
15282 2001-07-25 [alfons]
15283
15284         * configure.in
15285                 Sylpheed 0.5.1claws1
15286
15287         * sync with Sylpheed 0.5.1cvs1-3
15288
15289 2001-07-24 [christoph]
15290
15291         * src/folderview.c
15292         * src/prefs_folder_item.[ch]
15293                 added folderitem preferences dialog with
15294                 default To: and auto request return receipt
15295
15296         * src/compose.[ch]
15297         * src/menu.[ch]
15298                 changes to handle new folderitem preferences
15299
15300         * src/mainwindow.c
15301         * src/summaryview.c
15302                 call compose new mail with current folderitem
15303
15304 2001-07-24 [alfons]
15305
15306         Release Sylpheed 0.5.1claws
15307
15308         * configure.in
15309                 change to release version 0.5.1claws
15310
15311 2001-07-24 [christoph]
15312
15313         * src/summaryview.c
15314                 fixed segfault that happend when the selected
15315                 message was removed while retrieving new messages.
15316
15317         * po/es.po
15318                 updated translation
15319                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15320
15321 2001-07-22 [alfons]
15322
15323         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15324         this is a work in progress, for more information: http://nlpagan.net/sylman 
15325         
15326         * configure.in, src/mainwindow.c, manual/Makefile.am
15327                 add support for English manual
15328
15329         * AUTHORS
15330                 add authors of user manuals
15331
15332         * manual/en/sylpheed*.html
15333                 add English documentation
15334
15335 2001-07-22 [christoph]
15336
15337         * po/POTFILES.in
15338                 added src/ssl.c
15339         * src/ssl.c
15340                 changed a wrong debug message
15341
15342 2001-07-22 [alfons]
15343
15344         * po/nl.po
15345                 update Dutch translation
15346
15347         * src/prefs_filtering.c, 
15348           src/prefs_matcher.c
15349                 add more translatable strings           
15350
15351 2001-07-21 [alfons]
15352
15353         0.5.0claws7
15354
15355         * configure.in
15356                 change version
15357
15358         * src/inc.c, src/summaryview.[ch]
15359                 prevent update of mark file when filtering has done, by
15360                 using a variable; this affects two functions:
15361                         inc.c::inc_finished()
15362                         summaryview.c::summary_show()
15363
15364 2001-07-20 [alfons]
15365
15366         * src/filtering.[ch], src/prefs_filtering.c, 
15367           src/matcher.[ch]
15368                 add filtering action for label coloring 
15369
15370         * po/POTFILES.in
15371                 add labelcolors.c
15372
15373         * added src/labelcolors.c
15374         * added src/labelcolors.h
15375         * src/Makefile.am, src/summaryview.c
15376                 rearrange label coloring code
15377
15378         * src/procmsg.h
15379                 add more parentheses so label colouring works correctly
15380
15381         * src/filtering.c
15382                 don't really delete message, but move it to Trash
15383
15384         * src/prefs_matcher.c
15385                 add quote options to info dialog
15386
15387 2001-07-20 [christoph]
15388
15389         * src/Makefile.am
15390         * src/inc.c
15391         * src/main.[ch]
15392         * src/socket.h
15393         * src/ssl.[ch] (new)
15394                 moved ssl stuff to a seperate file
15395
15396 2001-07-20 [darko]
15397
15398         * src/summaryview.c
15399                 fix show sender using address book with no e-mail
15400                 address in From: field
15401
15402 2001-07-19 [alfons]
15403
15404         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15405                 fix messy handling of escaping... now at least the
15406                 execute command is useful. escape char is '\', we
15407                 accept \n and \r too. 
15408
15409                 Real life example:
15410                 
15411                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15412                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15413
15414 2001-07-18 [alfons]
15415
15416         0.5.0claws6
15417
15418         * src/summaryview.c
15419                 clean up
15420
15421         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15422           src/procmsg.[ch]
15423                 revise filtering; currently move, copy, marking have
15424                 been tested. if you like bleeding edge stuff, you
15425                 should definitely go for this version :)
15426
15427         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15428
15429 2001-07-17 [christoph]
15430
15431         * src/utils.c
15432                 timestamp log
15433
15434 2001-07-17 [alfons]
15435
15436         0.5.0claws5
15437
15438         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15439           bits in the mark file, without affecting either branch. Lots of
15440           files changed, also in claws branch.
15441
15442           UNTESTED: use of mbox folders
15443
15444         * src/summaryview.c
15445                 added mark all read; however this was a quick hack used for
15446                 cleaning up mess after initial merge with Hiroyuki
15447
15448         * configure.in
15449                 change claws version number back to 0.5.0claws5 to clear up 
15450                 confusion & pretension (recent release was technically 
15451                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15452
15453 2001-07-16 [alfons]
15454
15455         sync with Hiroyuki's 0.5.0cvs4
15456
15457 2001-07-16 [alfons]
15458
15459         0.5.1claws3
15460
15461         * src/filtering.[ch]
15462                 remove invalid updating of mark files for 
15463                 filter actions MATCHING_ACTION_MOVE and 
15464                 MATCHING_ACTION_DELETE; this should fix the
15465                 folder update bug
15466                 
15467         * src/procmsg.c
15468                 revert Christoph's stab at fixing the folder 
15469                 update bug
15470
15471         * po/POTFILES.in
15472                 add missing files with translatable strings
15473
15474         * src/summaryview.c
15475                 remove debug print
15476
15477 2001-07-15 [alfons]
15478
15479         * src/addr_compl.[ch], src/prefs_filtering.c
15480                 make "filtering pref dialog's destination entry" an
15481                 "address completable entry", if filter destination is 
15482                 an email address
15483
15484         0.5.1claws2
15485         
15486         sync with Hiroyuki's 0.5.0cvs2-3
15487
15488 2001-07-15 [christoph]
15489
15490         * src/procmsg.c
15491                 fixed folder stats update after incorporation
15492
15493 2001-07-15 [alfons]
15494
15495         * src/summaryview.c
15496                 * finish label colouring stuff (for now)
15497                 * fix incorrect colour bug (off by one) 
15498
15499 2001-07-14 [alfons]
15500
15501         * src/mainwindow.c
15502                 change text labels for news and mail message so there's
15503                 plenty of toolbar estate left
15504
15505         * configure.in
15506                 0.5.1claws1
15507
15508         * src/folderview.c
15509           src/folder.[ch]
15510                 sync with Hiroyuki's 0.5.0cvs1
15511
15512         * src/summaryview.c
15513                 more rewrite label colouring
15514
15515 2001-07-14 [alfons]
15516
15517         * src/summaryview.[ch]
15518                 * start rewrite label colouring 
15519                 * fix proper location "Add Sender To Addressbook" menu item
15520
15521 2001-07-13
15522
15523         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15524         (actually this is 0.5.0claws4)
15525
15526 2001-07-13 [alfons]
15527
15528         * po/pt_BR.po
15529                 * fix duplicate message
15530                 * add updated Portugese / Brazilian translation
15531                   submitted by Fabio Junior Beneditto
15532
15533 2001-07-12 [alfons]
15534
15535         * AUTHORS
15536                 add Jens
15537
15538         * po/nl.po
15539                 add updated Dutch translation
15540
15541         * po/de.po
15542                 add updated German translation submitted by Jens
15543
15544 2001-07-11 [alfons]
15545
15546         Prerelease before 0.5.0claws. Please test.
15547         This version is temporarily tagged as VERSION_0_5_0_TEST
15548
15549         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15550           src/prefs_scoring.c, src/prefs_matcher.c, 
15551           src/prefs_filtering.c, src/mbox.c, 
15552           src/main.c, src/inc.c, src/filtering.[ch]
15553                 revert new Hoa's new matcher (does not work yet)
15554
15555         * src/Makefile.am
15556                 clean up
15557
15558 2001-07-10
15559
15560         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15561
15562
15563 2001-07-10 [alfons]
15564
15565         * Makefile.am
15566                 add ChangeLog.claws to EXTRA_DIST
15567         * src/Makefile.am
15568                 add matcher_parser_parse.h to EXTRA_DIST
15569
15570 2001-07-10 [christoph]
15571
15572         * src/inc.c
15573                 add destination folder to table of
15574                 folders that need to be updated after
15575                 incorporation
15576
15577 2001-07-10 [alfons]
15578
15579         * folder.[ch]
15580           folderview.c
15581                 make collapse state of folders and folder items persistent, i.e.
15582                 if you collapse a folder tree, the next time sylpheed-claws starts 
15583                 up the folder tree remains collapsed.  
15584                 
15585 2001-07-10 [christoph]
15586
15587         * acconfig.h
15588         * configure.in
15589                 added --enable-ssl
15590         * src/md5.[ch]
15591                 renamed MD5_CTX to MD5_CTX_syl
15592                 conflicts with a struct in openssl
15593         * src/inc.c
15594         * src/main.[ch]
15595         * src/prefs_account.[ch]
15596         * src/socket.[ch]
15597                 SSL support for POP
15598         * src/mainwindow.c
15599                 fixed compose with current account
15600                 broken by new compose button stuff
15601
15602 2001-07-09 [hoa]
15603
15604         * AUTHORS
15605                 changed my email address
15606
15607         * src/matcher_parser_parse.y
15608                 clean the parser to remove conflicts
15609
15610 2001-07-09 [alfons]
15611
15612         * AUTHORS
15613                 add Match Grun
15614
15615         * configure.in
15616                 fix incorrect description of --enable-ldap parameter
15617
15618         * src/prefs_common.[ch]
15619           src/compose.c
15620                 add experimental option "smart wrapping" which makes the
15621                 compose editor auto wrap.
15622                 
15623                 | TODO: the problem with the buggy cursor handling is caused |
15624                 | by the GtkText. when deleting / backspacing text its       |
15625                 | wrapping algorithm does not take in account the previous   |
15626                 | line. should find a way to hack this in.                   |
15627                 | or should perhaps combine this with the word wrapping      |
15628                 | patch i wrote in january.                                  |
15629
15630         * src/about.c
15631                 show build parameters for LDAP and JPilot
15632
15633         * src/summaryview.c
15634                 revert Christoph's bugfix for selecting next unread message, 
15635                 because folder stats aren't updated correctly
15636
15637 2001-07-08 [hoa]
15638
15639         * src/filtering.c
15640         * src/mainwindow.c
15641         * src/matcher.c
15642         * src/matcher_parser_lex.l
15643         * src/matcher_parser_parse.y
15644         * src/prefs_filtering.c
15645         * src/prefs_scoring.c
15646         * src/scoring.c
15647                 bugfix of the config file parser
15648
15649 2001-07-08 [alfons]
15650
15651         * src/Makefile.am
15652                 added generated matcher sources to BUILT_SOURCES
15653
15654 2001-07-08 [hoa]
15655
15656         * src/Makefile.am
15657         * src/.cvsignore
15658                 added new config file parser
15659
15660         * src/scoring.[ch]
15661         * src/filtering.[ch]
15662         * src/matcher.[ch]
15663         * src/prefs_filtering.c
15664         * src/prefs_matcher.c
15665         * src/prefs_scoring.c
15666         * added src/matcher_parser.h
15667         * added src/matcher_parser_lex.h
15668         * added src/matcher_parser_lex.l
15669         * added src/matcher_parser_parse.y
15670                 lex & yacc config file parser
15671
15672         * src/mbox.c
15673         * src/inc.c
15674         * src/main.c
15675                 changes prefs_filtering into global_filtering           
15676
15677         * src/summaryview.c
15678                 build threads with subjects only if "Re: " is at the
15679                 beginning of the subject
15680
15681 2001-07-07 [paul]
15682
15683         0.5.0claws
15684
15685         sync with sylpheed 0.5.0
15686                 change of version number only
15687
15688 2001-07-06 [paul]
15689
15690         0.5.0claws5
15691
15692         sync with sylpheed 0.5.0pre5
15693
15694 2001-07-05 [paul]
15695
15696         sync with sylpheed 0.5.0pre4 release
15697                 /po and /manual/ja not sync'ed
15698
15699 2001-07-04 [paul]
15700
15701         more sync with sylpheed 0.5.0pre4
15702
15703 2001-07-03 [christoph]
15704
15705         * src/addressbook.c
15706                 fixed address book broken by address book
15707                 for VCard, JPilot, LDAP
15708
15709 2001-07-03 [alfons]
15710
15711         * src/matcher.c
15712         * src/textview.c
15713                 stopped memory leaks
15714
15715 2001-07-03 [paul]
15716
15717         more sync with sylpheed 0.5.0pre4
15718
15719 2001-07-02 [match]
15720
15721         * included address book patch for VCard, JPilot, LDAP
15722         * pref_common.c - fixed Font options on Display tab (cosmetic)
15723         * alertpanel.c - fixed truncated message
15724
15725 2001-07-02 [christoph]
15726
15727         * src/mbox_folder.c
15728         * src/procmsg.[ch]
15729         * src/summaryview.c
15730                 mark threads for ignoring
15731
15732 2001-07-02 [paul]
15733
15734         0.5.0claws4
15735
15736         * sync with sylpheed 0.5.0pre4
15737                 updated gettext to 0.10.38.
15738
15739 2001-07-01 [paul]
15740
15741         * src/ mainwindow.c
15742         * src/procmsg.h
15743         * src/summaryview.[ch]
15744                 new right-click option: Label.
15745                 substitute for 'Mark-->Mark/Unmark', colours the line.
15746                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15747
15748 2001-07-01 [christoph]
15749
15750         * src/folderview.c
15751                 fixed font for trash
15752         * src/summaryview.c
15753                 move ctree to unread message
15754
15755 2001-07-01 [paul]
15756
15757         * sync with sylpheed 0.5.0pre3 release
15758
15759 2001-06-30 [alfons]
15760
15761         * src/filesel.[ch]
15762         * src/compose.c
15763                 allow inserting / attaching multiple files in
15764                 the composer window
15765
15766 2001-06-30 [paul]
15767
15768         * src/codeconv.c
15769                 small change to Alfons' previous stuff so that it
15770                 actually makes
15771
15772 2001-06-30 [alfons]
15773
15774         * lots of files changed; first attempt to merge the changes
15775           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15776
15777 2001-06-30 [paul]
15778
15779         * po/pt_BR.po
15780                 updated and completed, translations by Fabio
15781                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15782
15783 2001-06-29 [alfons]
15784
15785         * src/compose.c
15786         * src/mimeproc.[ch]
15787                 allow selecting an attached files' mime type from a 
15788                 list of types.
15789
15790 2001-06-29 [paul]
15791
15792         * more sync with sylpheed 0.5.0pre3
15793
15794 2001-06-29 [paul]
15795
15796         * po/pt_BR.po
15797                 merge with sylpheed.pot and pt_BR.po provided by
15798                 Fabio Junior Beneditto.
15799
15800 2001-06-29 [darko]
15801
15802         * src/procmime.c
15803                 make MIME types case insensitive
15804
15805 2001-06-28 [alfons]
15806
15807         * po/nl.po
15808                 merge with sylpheed.pot and old nl.po; translations added.
15809
15810 2001-06-28 [paul]
15811
15812         * more sync with sylpheed 0.5.0pre3
15813
15814 2001-06-27 [alfons]
15815
15816         * src/summaryview.c
15817                 don't crash when removing parent node of messages
15818                 attracted by subject. this was caused by not deleting
15819                 the parent node from the subject line hash table.
15820
15821 2001-06-27 [alfons]
15822
15823         * src/summaryview.c
15824         * src/compose.[ch]
15825         * src/mainwindow.c
15826                 if there are multiple messages selected, allow forwarding
15827                 them as attachments.
15828
15829 2001-06-27 [paul]
15830
15831         * more sync with sylpheed 0.5.0pre3
15832
15833 2001-06-26 [paul]
15834
15835         0.5.0claws3
15836
15837         * sync with sylpheed 0.5.0pre3
15838
15839 2001-06-25 [paul]
15840
15841         * src/mainwindow.c
15842                 fixed 'compose news article' bug
15843                 from icon-and-text toolbar
15844
15845 2001-06-25 [paul]
15846
15847         * sync with sylpheed 0.5.0pre2 release
15848
15849 2001-06-24 [christoph]
15850
15851         * src/prefs_common.c
15852                 bug fix in font selection
15853         * src/folderview.c
15854                 use sylpheed's normal font instead of
15855                 gtk default font for folders without
15856                 new messages
15857
15858 2001-06-24 [alfons]
15859
15860         * src/mainwindow.[ch]
15861                 added composite compose mail / news button (an idea by Leandro
15862                 Pereira <leandro@linuxmag.com.br>)
15863
15864 2001-06-24 [paul]
15865
15866         Added instructions for ldif-to-xml.py
15867
15868         * tools/README
15869
15870 2001-06-23 [alfons]
15871
15872         Some minor things.
15873
15874         * src/pixmaps/stock_news_compose.xpm
15875                 added pixmap by Leandro
15876         * src/prefs_common.c
15877                 tested built-in spelling checker of GCC 3.0 :)
15878         * po/nl.po
15879                 merged dutch translation of sylpheed-main with
15880                 sylpheed.pot
15881
15882 2001-06-23 [paul]
15883
15884         Added tools directory and files.
15885
15886         * tools/filter_conv.pl
15887                 converts old filter system to new filtering system
15888         * tools/ldif-to-xml.py
15889                 converts netscape addressbook to sylpheed addressbook
15890         * tools/README
15891                 descriptions/instructions for above two files
15892
15893 2001-06-23 [christoph]
15894
15895         * src/inc.c
15896         * src/manage_window.[ch]
15897         * src/prefs_common.[ch]
15898                 mail retrieval dialog can be enabled, disabled
15899                 or hidden if non of sylpheed's windows is active
15900
15901 2001-06-22 [paul]
15902
15903         0.5.0claws2
15904
15905         * sync with sylpheed 0.5.0pre2
15906
15907 2001-06-21 [christoph]
15908
15909         * src/summaryview.c
15910                 show recipient on 'from' for all accounts
15911                 
15912         * src/inc.c
15913         * src/prefs_common.[ch]
15914                 disable error popup on mail receive errors
15915
15916 2001-06-21 [alfons]
15917
15918         * src/compose.c
15919                 made the ruler correctly appear and disappear.
15920
15921         * src/Makefile.am
15922                 removed Hoa's work-in-progress-stuff (interesting!) so 
15923                 claws compiles ok.
15924
15925 2001-06-20 [christoph]
15926
15927         * src/inc.c
15928         * src/progressdialog.c
15929                 added scrolled window for list in progressdialog
15930
15931 2001-06-20 [paul]
15932
15933         sync with sylpheed 0.5.0pre1 release
15934
15935 2001-06-20 [christoph]
15936
15937         * src/summeryview.c
15938                 make building threads by subject work when
15939                 thread view is enabled
15940                 
15941         * src/compose.c
15942         * src/prefs_common.[ch]
15943                 automatically select account for mail replys
15944
15945 2001-06-19 [sergey]
15946
15947         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15948         they are filled in from the account settings.
15949
15950 2001-06-19 [paul]
15951
15952         * more sync with sylpheed 0.5.0pre1
15953
15954 2001-06-18 [alfons]
15955
15956         * src/Makefile.am,
15957           src/procmime.c
15958                 added --sysconfdir to CPPFLAGS for pointing to the correct
15959                 location of mime.types. 
15960
15961                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15962                 or ./configure!
15963
15964 2001-06-18 [hoa]
15965
15966         * src/summaryview.c
15967                 fixed some bug when building threads
15968
15969 2001-06-18 [pau]l
15970
15971         * src/prefs_account.c
15972                 UI stuff: More changes to the English
15973
15974 2001-06-18 [paul]
15975
15976         * src/pixmaps/stock_news_compose.xpm: new file
15977         * src/Makefile.am
15978         * src/mainwindow.c
15979         * src/summaryview.c
15980                 Added new icon for Hoa's 'compose a news
15981                 message', plus minor improvements to the
15982                 English
15983
15984         * po/ja.po
15985         * ChangeLog
15986         * ChangeLog.jp
15987                 more sync with sylpheed 0.5.0pre1
15988
15989 2001-06-18 [hoa]
15990
15991         * src/compose.[ch]
15992         * src/mainwindow.c
15993                 Follow-up and reply to
15994
15995         * src/summaryview.[ch]
15996                 Build threads also with subjects
15997
15998 2001-06-17 [hoa]
15999
16000         * src/compose.c
16001                 forwarding use the current account.
16002
16003         * src/mainwindow.c
16004                 the "compose message" button has been replaced with
16005                 "new mail" and "new news" buttons
16006
16007         * src/prefs_common.[ch]
16008                 added a configuration option to use the forward button
16009                 as "forward as attachment"
16010                 changed reply and forward format description
16011
16012         * src/quote_fmt_lex.l
16013         * src/quote_fmt_parse.y
16014                 added message with no signature in format for reply
16015                 and forward.
16016
16017 2001-06-17 [paul]
16018
16019         Minor UI stuff
16020
16021         * src/mainwindow.c
16022         * src/summaryview.c
16023                 Improvements to the English
16024
16025         * src/prefs_common.c
16026                 Improvements to the English and some
16027                 clarity/continuity improvements in the
16028                 description of Quote symbols.
16029
16030 2001-06-17 [paul]
16031
16032         0.5.0claws1
16033
16034         * sync with sylpheed 0.5.0pre1
16035
16036 2001-06-17 [hoa]
16037
16038         * src/compose.c
16039                 Better interface for compose, displayed fields
16040                 are updated whenever we change account.
16041                 Newsgroups field is automatically filled.
16042
16043         * src/mainwindow.c
16044                 Newsgroups field is automatically filled.
16045
16046         * src/prefs_account.c
16047                 Some interface stuff when fields appear and
16048                 disappear.
16049
16050 2001-06-16 [paul]
16051
16052         0.4.99claws
16053
16054         * sync with sylpheed 0.4.99
16055
16056 2001-06-16 [sergey]
16057
16058         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16059         base64_decoder_free, base64_decoder_decode): new object and
16060         functions for decoding base64 streams.
16061         * src/procmime.c (procmime_decode_content): modified to use the
16062         new base64 decoder.
16063
16064 2001-06-15 [paul]
16065
16066         0.4.99claws10
16067
16068         * sync with sylpheed 0.4.99cvs11
16069
16070 2001-06-13 [paul]
16071
16072         0.4.99claws9
16073
16074         * sync with sylpheed 0.4.99cvs9
16075
16076 2001-06-13 [hoa]
16077
16078         * src/compose.c
16079         * src/prefs_account.c
16080
16081                 SMTP server can be defined in the news account
16082                 mime type of attachment are kept.
16083
16084         * src/summaryview.c
16085
16086                 now choose the highest important score between default
16087                 and important score of folder.
16088
16089 2001-06-09 [alfons]
16090         
16091         * src/prefs_common.c: 
16092
16093                 (prefs_quote_description_create): corrected description of 
16094                 quote format characters
16095
16096 2001-06-09 [paul]
16097
16098         0.4.99claws8
16099
16100         * sync with sylpheed 0.4.99cvs8
16101
16102 2001-06-08 [sergey]
16103
16104         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16105         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16106
16107 2001-06-08 [paul]
16108
16109         0.4.99claws7
16110
16111         * sync with sylpheed 0.4.99cvs7
16112
16113 2001-06-06 [sergey]
16114
16115         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16116         clashes with autogenerated header).
16117         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16118         * src/Makefile.am: added quote_fmt.h.
16119         * src/.cvsignore: added lex/yacc autogenerated files
16120         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16121
16122 2001-06-06 [paul]
16123
16124         0.4.99claws6
16125
16126         * sync with sylpheed 0.4.99cvs6
16127
16128 2001-06-06 [hoa]
16129
16130         * added src/quote_fmt_parse.h
16131         * src/compose.c
16132                 removed warnings
16133
16134         * src/prefs.[ch]
16135                 don't modify readonly configuration files
16136
16137         * src/prefs_account.c
16138         * src/prefs_common.c
16139         * src/prefs_customheader.c
16140         * src/prefs_display_header.c
16141         * src/prefs_filter.c
16142         * src/prefs_filtering.c
16143         * src/prefs_scoring.c
16144                 don't open dialog box when configuration files
16145                 are readonly
16146
16147 2001-06-05 [sergey]
16148
16149         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16150
16151         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16152         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16153         BUILT_SOURCES to make all files rebuild properly.
16154
16155         * src/compose.c: removed #include "quote_fmt.tab.h".
16156
16157         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16158         CHARACTER value in yylval.
16159
16160         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16161         receive CHARACTER value by documented means (yylval).
16162
16163         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16164
16165 2001-06-05 [hoa]
16166
16167         * src/Makefile.am
16168                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16169
16170         * src/filtering.c
16171         * src/matcher.c
16172         * src/matcher.h
16173         * src/prefs_filtering.c
16174                 now keep the configuration for execute action
16175
16176         * src/mbox_folder.c
16177                 fixed a warning
16178
16179 2001-06-05 [paul]
16180
16181         * sync with sylpheed 0.4.99cvs5
16182
16183 2001-06-05 [hoa]
16184
16185         * src/Makefile.am
16186                 added quote_fmt.[ch]
16187
16188         * added src/quote_fmt.y
16189         * added src/quote_fmt.l
16190         * added src/quote_fmt.tab.h
16191         * added src/quote_fmt.tab.c
16192         * added src/lex.quote_fmt.c
16193                 parsing configuration for replying
16194                 and forwarding
16195
16196         * src/prefs_common.[ch]
16197                 added configuration UI for replying
16198                 and forwarding
16199
16200         * src/compose.c
16201                 using configuration for replying
16202                 and forwarding
16203
16204 2001-06-04 [hoa]
16205
16206         * src/filtering.c
16207         * src/matcher.c
16208         * src/matcher.h
16209         * src/prefs_filtering.c
16210         * src/prefs_matcher.c
16211         * src/prefs_matcher.h
16212                 action "run a command" for filtering
16213                 and matching with a command.
16214                 fixed the "whole message" matching
16215
16216         * src/mbox_folder.c
16217                 changed temporary filename for security
16218
16219         * src/messageview.c
16220                 queue the notification if it fails to send.
16221
16222         * src/prefs_common.c
16223         * src/prefs_folder_item.c
16224                 changed the default important score             
16225
16226         * src/prefs_scoring.c
16227         * src/scoring.c
16228                 hide kill score input when the folder is not
16229                 a newsgroup
16230
16231 2001-06-03 [alfons]
16232
16233         * src/prefs_common.c:
16234
16235                 (prefs_font_select): pass font name in font entry box to font
16236                 selection dialog.
16237
16238 2001-06-03 [sergey]
16239
16240         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16241
16242 2001-06-03 [paul]
16243
16244         * sync with sylpheed 0.4.99cvs4
16245
16246 2001-06-03 [alfons]
16247
16248         * src/headerwindow.c:
16249
16250                 (headerwindow_show_cb): use the selected summary view item, not
16251                 the displayed item.
16252
16253 2001-06-02 [alfons]
16254
16255         * src/headerwindow.c:
16256
16257                 (headerwindow_show_cb): always try to show msginfo
16258
16259 2001-06-02 [hoa]
16260
16261         * src/compose.c
16262                 keep attached parts when reediting or forwarding.
16263
16264 2001-06-01 [hoa]
16265
16266         * src/folderview.c
16267         * src/prefs_folder_item.[ch]
16268         * src/prefs_scoring.[ch]
16269         * src/scoring.[ch]
16270         * src/summaryview.[ch]
16271         * src/main.c
16272         * src/mainwindow.c
16273         * src/prefs_common.[ch]
16274                 support for folder scoring
16275                 kill score and important score for messages
16276         
16277         * src/prefs_account.c
16278                 some display bug fixed for local account
16279                 preferences
16280
16281 2001-05-31 [alfons]
16282
16283         * src/summaryview.c:
16284
16285                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16286                 sender to address book menu item is disabled.
16287
16288 2001-05-30 [hoa]
16289
16290         * src/filtering.[ch]
16291         * src/summaryview.c
16292                 handling summary menu / filter messages
16293
16294         * src/folder.[ch]
16295                 add some stuff
16296
16297         * src/foldersel.c
16298                 imap folders now appears in list
16299
16300         * src/mbox_folder.c
16301                 doesn't crash if destination mail is not writeable
16302
16303 2001-05-29 [hoa]
16304
16305         * src/compose.c
16306                 removed some warnings
16307
16308         * src/filtering.c
16309         * src/folder.[ch]
16310         * src/prefs_filtering.c
16311                 global string to identify any folders           
16312                 removed some debug info
16313                 filtering to mbox folders is now possible
16314
16315         * src/mainwindow.c
16316                 removed some warnings
16317
16318         * src/mbox_folder.c
16319                 permission on files are changed to read/write for user only,
16320                 nothing for other.
16321                 creation of subfolder is handled better.
16322
16323 2001-05-28 [alfons]
16324
16325         Verified the sync for src/prefs_common.[ch] and
16326         src/prefs_account.[ch]. I believe there were some
16327         minor indentation differences.
16328
16329 2001-05-28 [paul]
16330
16331         0.4.99claws3
16332
16333         * sync with 0.4.99cvs3
16334
16335 2001-05-28 [hoa]
16336
16337         * src/compose.c
16338                 handling flags for mbox format
16339
16340         * src/filtering.c
16341                 use of mark file only for MH format
16342                 handling flags for mbox format
16343                 filtering cannot yet move or copy mails to mbox folders.
16344
16345         * src/folder.[ch]
16346                 changed move_msg, copy_msg,
16347                 move_msgs_with_dest, copy_msgs_with_dest functions
16348                 uses only folder->copy_msg() function
16349                 uses folder->finished_copy() to handle the destination
16350                 folder at the end of the copy or move operation.
16351
16352         * src/foldersel.c
16353                 included mbox directories.
16354
16355         * src/folderview.[ch]
16356         * src/mainwindow.c
16357                 handle folders operation for mbox format
16358
16359         * src/mbox.c
16360                 disable conversion of "From " header
16361
16362         * src/mbox_folder.[ch]
16363                 completion of mbox format handling
16364
16365         * src/mh.c
16366                 changed mh_copy_msg() function and
16367                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16368                 mh_copy_msgs_with_dest()
16369
16370         * src/prefs_filtering.c
16371                 removed some warnings
16372
16373         * src/prefs_matcher.c
16374                 default boolean operation is AND
16375
16376         * src/procheader.c
16377                 handling flags for mbox format
16378                 handling of "From " header
16379
16380         * src/procmsg.[ch]
16381                 removed data field
16382                 added MSG_REALLY_DELETED flags to handle deletion of
16383                 messages in mbox format.
16384
16385         * src/summaryview.c
16386                 handling flags for mbox format
16387                 disable the MSG_DELETED flags when messages
16388                 are deleted in mbox format
16389
16390         * src/textview.c
16391                 "From " headers display fixed.
16392
16393 2001-05-27 [alfons]
16394
16395         * src/textview.c:
16396                 
16397                 (get_email_part): skip quoted email addresses, like in e.g.
16398                 "'alfons@proteus.demon.nl'".
16399
16400 2001-05-26 [alfons]
16401
16402         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16403         and fixing the persistence troubles when using separate windows.
16404
16405         * src/mainwindow.c:
16406         
16407             Added #define SEPARATE_ACTION used in the gtk item factory for 
16408             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16409                 use gtk_item_factory_get_widget_by_action() to get the items.
16410                 
16411             Removed separate_widget_cb from the gtk item factory data   
16412           
16413             (mainwindow_create): connect separate_widget_cb() to check
16414             menu item "toggled" signal. also passing a MainWindow pointer
16415                 as object data for both check menu items.
16416                 
16417             (separate_widget_cb): definition of separate_widget_cb() to match
16418             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16419                 window using gtk_object_get_data(). The type of window separation 
16420                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16421         
16422         * src/prefs_filtering.c,
16423           src/prefs_matcher.c: added horizontal scrollbars
16424
16425 2001-05-25 [darko]
16426
16427         * src/headerview.c
16428                 fix segfault with invalid bold font
16429         * src/summaryview.c
16430                 correctly display summary stats after row is marked
16431
16432 2001-05-23 [sergey]
16433
16434         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16435         encodings with libjconv.
16436
16437 2001-05-23 [hoa]
16438
16439         * src/Makefile.am
16440                 added mbox_folder.[ch]
16441         * src/defs.h
16442                 mbox temporary folder
16443         * src/folder.[ch]
16444         * added src/mbox_folder.[ch]
16445         * src/folderview.c
16446         * src/procheader.[ch]
16447                 added mbox support
16448         * src/mbox.c
16449                 bugfix for file incorporation filtering
16450         * src/imap.c
16451                 enable creation of MBOX
16452         * src/prefs_display_header.c
16453                 enable use of headers like "From "
16454                 something that should be fixed :
16455                         displaying of such headers add an extra space
16456         * src/prefs_folder_item.c
16457                 don't create folders because it is not necessary
16458         * src/procmsg.h
16459                 added data field to MsgInfo for mbox internal use
16460         * src/summaryview.c
16461                 added some support for mbox
16462         * src/utils.[ch]
16463                 added get_mbox_cache_dir() function
16464
16465 2001-05-23 [hiroyuki]
16466
16467         * src/headerwindow.c
16468           src/inc.c
16469           src/main.c
16470           src/mh.c
16471           src/nntp.c
16472           src/procmsg.h
16473           src/session.h
16474           src/socket.[ch]
16475           src/summaryview.c
16476           src/textview.c
16477           src/automaton.c
16478           src/folderview.c: more sync with 0.4.99cvs2.
16479
16480         * src/headerwindow.c: reverted.
16481
16482 2001-05-22 [paul]
16483
16484         0.4.99claws2
16485
16486         * sync with sylpheed 0.4.99cvs2
16487                 * src/news.[ch]
16488                 * src/nntp.[ch]
16489                 * INSTALL
16490                 * INSTALL.jp
16491
16492 2001-05-22 [alfons]
16493
16494         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16495
16496 2001-05-21 [alfons]
16497
16498         Minor things:
16499
16500         * configure.in: if gnome-config not found, "no" is displayed
16501         
16502         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16503
16504         * src/textview.c: now also possible to add mail addresses by right
16505           clicking in the text view
16506
16507         * src/codeconv.c: merged patch which fixes endless loop when encountering
16508           invalid wide characters; from Alte <010@imis.ru>  
16509
16510 2001-05-20 [alfons]
16511
16512         Added installation of gnome specific things:
16513
16514         * Makefile.am: gnome conditional
16515
16516         * configure.in: check for installed gnome
16517
16518         * added sylpheed.png, sylpheed.desktop
16519
16520 2001-05-20 [sergey]
16521
16522         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16523
16524         * src/mainwindow.h (main_window_toolbar_create): created a button
16525         for "Reply to all".
16526         (main_window_set_toolbar_sensitive): enable/disable the new button
16527         appropriately.
16528         (toolbar_reply_to_author_cb): handle the new button.
16529
16530         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16531         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16532         failure).
16533
16534 2001-05-19 [sergey]
16535
16536         * src/compose.h (ComposeReplyMode): new modes
16537         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16538         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16539
16540         * src/compose.c
16541         (compose_send): move some code into a new function:
16542         (compose_current_mail_account): new function.
16543         (compose_reply): new argument to_author, all callers changed; if
16544         to_author==TRUE and account->protocol==A_NNTP, find and use an
16545         appropriate mail account for replying.
16546         (compose_reply_set_entry): new argument to_author; ignore
16547         compose->replyto if to_author==TRUE.
16548
16549         * src/mainwindow.c: new command "Message/Reply to author".
16550         (main_window_set_menu_sensitive): enable/disable it.
16551         (reply_cb): handle it.
16552
16553         * src/summaryview.c: new command "Reply to author".
16554         (summary_set_menu_sensitive): enable/disable it.
16555         (summary_reply_cb): handle it.
16556
16557         * src/account.c (account_find_mail_from_address): new function.
16558
16559 2001-05-18 [paul]
16560
16561         0.4.99claws1
16562
16563         * sync with sylpheed 0.4.99cvs1
16564
16565 2001-05-18 [hoa]
16566
16567         * src/compose.[ch]
16568         * src/filtering.c
16569         * src/summaryview.c
16570                 new filtering action : forward and forward as attachment
16571
16572         * src/main.c
16573                 no need for $DISPLAY when we run sylpheed --help
16574                 call to parse_cmd_opt() is moved
16575
16576         * src/mainwindow.[ch]
16577                 execute button is hidden when immediate execute
16578                 is chosen
16579
16580         * src/mh.c
16581         * src/news.c
16582         * src/prefs_folder_item.c
16583         * src/procmsg.c
16584                 better handling of missing directories
16585
16586         * src/summaryview.c
16587                 reedit is enabled in outbox
16588                 reedit is enabled in queue
16589
16590 2001-05-17 [hoa]
16591
16592         * src/filtering.c
16593         * src/matcher.[ch]
16594         * src/prefs_filtering.c
16595                 changed attachement into attachment
16596
16597 2001-05-17 [alfons]
16598
16599         0.4.67claws4    
16600
16601         * sync with sylpheed 0.4.67cvs9
16602         * sync with sylpheed 0.4.67cvs7-8
16603
16604 2001-05-17 [hoa]
16605
16606         * src/Makefile.am
16607                 added prefs_filtering.c
16608
16609         * src/filtering.[ch]
16610         * src/matcher.[ch]
16611                 removed action : forward_news and forward_news_as_attachement
16612                 (forward and forward_as_attachement can be used instead)
16613
16614         * src/mainwindow.c
16615                 added menu option to access filtering configuration
16616
16617         * src/prefs_account.c
16618                 changed mail_command default to /usr/sbin/sendmail
16619
16620         * added src/prefs_filtering.[ch]
16621                 dialog box for filtering configuration
16622
16623         * src/prefs_matcher.c
16624                 added function prefs_matcher_get_criteria_from_matching()
16625
16626         * src/prefs_scoring.c
16627                 reset the dialog when register or substitute is clicked
16628
16629 2001-05-15 [hoa]
16630
16631         * src/Makefile.am
16632                 added filtering.[ch]
16633         * src/inc.c
16634                 using filering.[ch] instead of filter.[ch]
16635         * src/main.c
16636                 reading new filtering configuration
16637         * src/matcher.[ch]
16638                 added some filtering actions
16639                 and fixed a bug for headers and mail body matching
16640         * src/mbox.c
16641                 using filering.[ch] instead of filter.[ch]
16642         * src/mh.c
16643                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16644         * src/summaryview.c
16645                 some fixes for filtering
16646
16647 2001-05-14 [hiroyuki]
16648
16649         * src/send.c: fixed some weird indentations.
16650           send_message_with_command(): call pclose() only if p != NULL.
16651         * src/textview.c: get_email_part(): modified the code for readability.
16652
16653 2001-05-14 [hiroyuki]
16654
16655         * src/md5global.h
16656           src/md5ify.c
16657           src/md5ify.h: removed from the cvs.
16658
16659 2001-05-13 [sergey]
16660
16661         * src/main.c: include rfc2015.h to avoid compiler warnings.
16662         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16663         the panel is already on screen.
16664         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16665         closing the alert window by ESC as "No".
16666         * src/prefs_common.c (prefs_interface_create): moved return
16667         receipt check button to the correct place.
16668
16669 2001-03-13 [alfons]
16670
16671         * src/prefs_common.c: 
16672                 moved return receipt check button to the Send tab. (prefs_send_create)
16673                 removed the date format ui related globals. (prefs_display_create)
16674
16675         0.4.67claws3
16676         
16677         * sync with sylpheed 0.4.67cvs5-6
16678
16679 2001-05-13 [paul]
16680
16681         * added Alfons' font selection patch
16682
16683         * src/defs.h
16684         * src/headerwindow.c
16685         * src/prefs_common.c
16686         * src/prefs_common.h
16687
16688 2001-05-13 [hoa]
16689         * src/defs.h
16690                 changed version of cache
16691         * src/matcher.[ch]
16692         * src/prefs_matcher.c
16693                 added additionnal matching criteria
16694         * src/procheader.c
16695         * src/procmsg.[ch]
16696         * src/news.c
16697                 added references in MsgInfo
16698
16699 2001-05-12 [hoa]
16700
16701         * src/defs.h
16702                 prepared some things for new filtering
16703         * src/matcher.[ch]
16704                 added some matching properties
16705                 inreplyto need to be enhanced
16706                 prepared some things for new filtering
16707         * src/messageview.c
16708                 added Return-Receipt-To handling
16709         * src/prefs_folder_item.c
16710                 changed default value to TRUE
16711         * src/prefs_matcher.c
16712                 added some matching properties
16713         * src/prefs_scoring.[ch]
16714                 the scoring dialog is finished
16715         * src/procheader.c
16716                 added Return-Receipt-To handling
16717                 Reference need to be added
16718         * src/procmsg.[ch]
16719                 added Return-Receipt-To handling
16720                 added threadscore to get a better score sorting when
16721                 threads are enabled
16722         * src/summaryview.c
16723                 suppressed a bug when we sort the list
16724                 when no folder is opened.
16725                 better score sorting when threads are enabled
16726
16727 2001-05-12 [alfons]
16728
16729         * reverted previous patch because of potential errors 
16730
16731         0.4.67claws2
16732         
16733         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16734                 applied "toggle mail-retrieval dialog window" patch submitted 
16735                 by Eric Limpens <eric@qnt.net>
16736
16737         * sync with sylpheed 0.4.67cvs4
16738
16739 2001-05-12 [sergey]
16740
16741         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16742         some picky compilers.
16743         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16744         * src/grouplist_dialog.c: include alertpanel.h.
16745         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16746         fix compile warning.
16747         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16748         #include "defs.h" before others to prevent the warning of `MIN'
16749         and `MAX' redefinition.
16750
16751 2001-05-11 [hoa]
16752
16753         * src/main.c
16754         * src/messageview.c
16755         * src/prefs_account.c
16756         * src/prefs_display_header.c
16757                 removed warning
16758         * src/Makefile.am
16759                 added prefs_scoring.[ch]
16760         * src/grouplist_dialog.c
16761                 display an error dialog box if the group list
16762                 cannot be fetched.
16763         * src/mainwindow.[ch]
16764                 added main_window_set_thread_option() function
16765                 scoring dialog box enabled
16766         * src/matcher.[ch]
16767                 added flags matching unread /new / marked
16768                 / deleted / replied / forwarded
16769         * src/news.c
16770                 newsgroups are now finally in newscache
16771         * src/prefs_matcher.[ch]
16772                 finished preferences for matching dialog
16773         * added src/prefs_scoring.[ch]
16774                 scoring dialog box completed
16775         * src/scoring.[ch]
16776                 conversion to string : added scoringprop_to_string()
16777                 write config for preferences :
16778                 added prefs_scoring_write_config()
16779         * src/summaryview.c
16780                 threads can be enabled/disabled independently
16781                 for each folder
16782
16783 2001-05-10 [alfons]
16784
16785         0.4.67claws1
16786         
16787         * AUTHORS: 
16788                 thought it would be nice to have a list of all
16789                 contributors (used Changelog as a reference)
16790         
16791         * configure.in: 
16792                 messed up version numbering...
16793
16794         0.4.66claws1
16795
16796         * sync with sylpheed 0.4.67cvs1-3
16797
16798 2001-05-10 [darko]
16799
16800         * src/prefs_common.c:
16801                 better UI for strftime format, double clicking
16802                 on format now inserts the format in text entry
16803                 replaced close button with standard OK/Cancel
16804                 moved date format button to the right of the
16805                 text entry field
16806
16807 2001-05-09 [alfons]
16808
16809         * src/gtkstext.c:
16810                 Ctrl-Home / Ctrl-End have proper cursor navigation
16811
16812 2001-05-09 [hoa]
16813
16814         * src/prefs_matcher.c
16815                 finished UI to define matching properties
16816                 added ok and cancel button
16817         * src/prefs_filter.c
16818                 added ok and cancel button
16819         * src/news.c
16820                 fixed some bug in xhdr parsing
16821
16822 2001-05-08 [alfons]
16823
16824         * src/textview.c: 
16825                 fixed a bug in textview_show_header(), which displayed two colons (':');
16826                 cleaned up some warnings
16827
16828 2001-05-08 [hoa]
16829
16830         * src/Makefile.am
16831                 added prefs_matcher.[ch]
16832                 compilation with -W -Wall
16833         * src/alertpanel.c
16834                 ungrab the mouse events if grabbed - does it
16835                 fix the bug for disposition notification ?
16836         * src/mainwindow.c
16837                 added a menu option to open the matching dialog.
16838         * src/matcher.[ch]
16839                 added matcherprop_to_string() and matcherlist_to_string()
16840                 fixed some bugs, changed the name of some options
16841                 age_sup and age_inf becomes age_greater and age_lower,
16842                 body and messageheaders becomes body_part and headers_part,
16843                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16844         * src/prefs_display_header.c
16845         * src/prefs_headers.c
16846                 fixed a bug that accidentally destroyed dialogs
16847                 when closed them with delete_event
16848                 Added *_deleted() which handle delete_event signal correctly.
16849         * src/prefs_folder_item.[ch]
16850                 added "enable_thread" field for future customization
16851         * added src/prefs_matcher.[ch]
16852                 sample of the UI to define matching properties
16853         * src/procheader.c
16854                 using procheader_headername_equal instead of str*cmp functions
16855                 using procheader_parse_header() function
16856         * src/scoring.c
16857                 using MATCHING_XXX instead of SCORING_XXX
16858         * src/summaryview.c
16859                 display the sender of the news even if this is ourself
16860                 when this is a news message.
16861         * src/textview.c
16862                 using headername_equal() instead of str*cmp functions
16863
16864 2001-05-08 [alfons]
16865
16866         0.4.66claws
16867
16868         * sync with sylpheed 0.4.66
16869         * src/gtkstext.c: trace logs added 
16870
16871 2001-05-08 [sergey]
16872
16873         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16874         signature check popup.
16875         * src/rfc2015.c (check_signature): show signature check popup only
16876         if it is enabled in preferences.
16877
16878 2001-05-07 [alfons]
16879
16880         0.4.66claws4
16881         
16882         * sync with sylpheed 0.4.66cvs6
16883
16884 2001-05-07 [darko]
16885
16886         * src/prefs_common.[ch]: added option to enable/disable
16887           looking up sender name in address book for summary pane
16888         * src/summaryview.c: look up sender in the address book
16889           by using Alfons' address completion code
16890
16891 2001-05-07 [hiroyuki]
16892
16893         * src/inc.h
16894           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16895           member of Pop3State.
16896         * src/news.c: brought #include "defs.h" before #include <glib.h>
16897           to prevent the warning of `MIN' and `MAX' redefinition.
16898
16899 2001-05-06 [hoa]
16900
16901         * removed src/headers_display.[ch]
16902         * removed src/prefs_display_headers.[ch]
16903         * src/inc.c
16904                 use a temporary file in the user directory for mbox import
16905         * src/news.c
16906                 added XHDR support to get "To" and "Cc" headers
16907                 (in order to match news with to or cc field for
16908                 scoring)
16909                 added function news_parse_xhdr() to get XHDR response
16910         * src/nntp.[ch]
16911                 added function nntp_xhdr()
16912         * src/matcher.c
16913                 fetch the message if necessary
16914
16915 2001-05-06 [alfons]
16916
16917         0.4.66claws3
16918
16919         * sync with sylpheed 0.4.66cvs3-5
16920
16921 2001-05-06 [hoa]
16922
16923         * src/utils.[ch]
16924                 added function itos_buf() to enable use of several buffers
16925         * src/summaryview.c
16926                 use of itos_buf() instead of itos() in summary list
16927                 to fix the broken display of message number.
16928
16929 2001-05-06 [alfons]
16930
16931         * src/gtkstext.c: bug in cursor up navigation fixed,
16932                 fixed another unsigned / signed comparison (we're getting there :-)
16933
16934 2001-05-06 [hoa]
16935
16936         * src/Makefile.am
16937                 added scoring.c scoring.h
16938                 prefs_folder_item.c prefs_folder_item.h
16939                 matcher.c matcher.h
16940         * src/defs.h
16941                 added FOLDERITEM_RC SCORING_RC
16942         * src/folder.[ch]
16943                 added prefs field in FolderItem :
16944                 properties for each folder (PrefsFolderItem),
16945                 sorting type and mode were added as the first properties.
16946         * src/main.c
16947                 read config for scoring
16948         * added src/matcher.[ch]
16949                 gives functions to parse configuration file to do
16950                 matching on mails with a list of conditions.
16951         * src/mainwindow.c
16952                 add option to sort by score
16953         * src/prefs_common.[ch]
16954                 added preference option to show score and for
16955                 the score column size
16956         * added src/prefs_folder_item.[ch]
16957                 properties for each folder (PrefsFolderItem),
16958                 sorting type and mode were added as the first properties.
16959         * src/procheader.[ch]
16960                 added procheader_parse_header()
16961                 added procheader_header_free()
16962                 added procheader_headername_equal()
16963                 and made modification to use them.
16964         * src/procmsg.[ch]
16965                 added score field to MsgInfo structure
16966         * added src/scoring.[ch]
16967                 gives functions to parse configuration file to do
16968                 scoring on mails with a list of conditions.
16969         * src/summaryview.[ch]
16970                 save the sorting type and mode for the folder
16971                 added column to display the score of the mail
16972                 added function summary_score_clicked()
16973                 sorting type and mode are restored to the folder
16974                 when it is reopen
16975         * src/textview.c
16976                 use procheader_parse_header(), procheader_headername_equal()
16977                 removed memory leak in text_scan_header when freeing headers
16978         * src/filter.c
16979                 changed the function to match names of headers
16980                 using procheader_headername_equal()
16981
16982         Scoring functions are implemented, an interface is needed
16983         to configure that.
16984
16985 2001-05-04 [alfons]
16986
16987         * src/gtkstext.c: 
16988                 hopefully fixed the row up navigation bug,
16989                 removed adding back / forward lines to cache
16990
16991 2001-05-04 [sergey]
16992
16993         * src/prefs_display_headers.c: user interface changes:
16994         (prefs_display_headers_create): remove unused "Show" check button;
16995         allow reordering of headers by dragging.
16996         (prefs_display_headers_write_config): remove unused variables.
16997         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16998         of lists (not needed with the new UI).
16999         (prefs_display_headers_set_list): scan lists starting from row 0,
17000         not 1 (do not skip "(New)").
17001         (prefs_display_headers_find_header): new function.
17002         (prefs_display_headers_clist_set_row): do not allow duplicates.
17003         (prefs_display_headers_delete_cb): do not skip row 0; treat
17004         closing the alert window by ESC as "No".
17005         (prefs_display_headers_up): do not protect row 0.
17006         (prefs_display_headers_down): do not protect row 0.
17007
17008 2001-05-04 [sergey]
17009
17010         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17011         functions.
17012
17013         * src/summaryview.c
17014         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17015         summary_select_next_marked, summary_select_prev_marked): new
17016         functions.
17017
17018 2001-05-03 [sergey]
17019
17020         * src/news.c: fixed a bug when no article can be fetched after
17021         server timeout if the connection was restored by news_post():
17022         (news_select_group): new function.
17023         (news_fetch_msg): call news_select_group() before fetching
17024         article.
17025         (news_get_uncached_articles): set session->group after successful
17026         GROUP command.
17027
17028 2001-05-03 [hoa]
17029
17030         * src/defs.h
17031         * src/procmsg.[ch]
17032         * src/procheader.c
17033                  changed version of cache, added cc field
17034
17035         * src/prefs_display_headers.c
17036                 the interface was changed
17037
17038         * src/prefs_headers.c
17039                 added cancel button
17040
17041 2001-05-03 [alfons]
17042
17043         * completed sync of sylpheed cvs2
17044         * src/gtkstext.c: updated row up / down cursor navigation
17045         * src/textview.c: re-edited, prepared for fixing the email address
17046                 scanner.
17047
17048 2001-05-03 [darko]
17049
17050         * src/prefs_common.c: use alfons' strftime ui code
17051         entry_datefmt and datefmt_sample widgets have to be
17052         global in this module because of this change
17053
17054 2001-05-03 [hoa]
17055
17056         * src/messageview.c
17057         * src/prefs_common.[ch] added option to activate the return receipt
17058                 feature.
17059
17060 2001-05-02 [alfons]
17061
17062         * src/gtkstext.c: fix for row up/down cursor navigation. 
17063
17064         0.4.66claws2
17065         
17066         * sync with 0.4.66cvs2
17067
17068 2001-05-02 [paul]
17069
17070         added add-sender-to-addressbook patch
17071
17072         * src/addressbook.c
17073         * src/addressbook.h
17074         * src/summaryview.c
17075
17076 2001-05-02 [sergey]
17077
17078         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17079         G_ALERTDISABLE.
17080
17081         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17082         all existing callers changed to pass FALSE; create a check button
17083         to disable the message.
17084         (alertpanel_message_with_disable): new function.
17085         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17086         (alertpanel_button_toggled): new function.
17087         (alertpanel_button_clicked, alertpanel_close): set value using
17088         G_ALERT_VALUE_MASK.
17089
17090         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17091
17092         * src/prefs_common.c (prefs_privacy_create): new check button
17093         checkbtn_gpgme_warning.
17094
17095         * src/main.c (main): moved preferences reading before gpgme
17096         initialization; check prefs_common.gpgme_warning before giving the
17097         GnuPG warning and set it to FALSE if the user wants to disable the
17098         warning.
17099
17100 2001-05-02 [hiroyuki]
17101
17102         * src/prefs_display_headers.c: modified the layout and some labels.
17103
17104 2001-05-02 [sergey]
17105
17106         * src/prefs_account.c (prefs_account_fix_size): new function.
17107         (prefs_account_create): call prefs_account_fix_size(); use
17108         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17109         size when the window is shown for the first time).
17110         (prefs_account_basic_create): changed layout of serv_table; moved
17111         localmbox_entry above smtpserv_entry (logically it replaces
17112         POP3/IMAP server).
17113         (prefs_account_protocol_activated): set sensitivity of
17114         nntpauth_chkbtn according to the protocol (in addition to
17115         hide/show); commented out gtk_table_set_row_spacing() calls.
17116         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17117         not sensitive (fixes a bug with disabled username/password boxes
17118         when editing POP3 account after NNTP with authentication).
17119
17120 2001-05-02 [hoa]
17121
17122         * src/account.c
17123         * src/inc.c
17124         * src/prefs_account.[ch]
17125         * src/send.c
17126                 removed local account without SMTP server
17127                 added option to use mail command instead of a connexion
17128                 to SMTP server when a local account is used
17129         * src/prefs_headers.c
17130                 fixed a bug
17131         * src/news.c
17132                 fixed a bug when connexion immediately closed
17133
17134 2001-05-01 [alfons]
17135
17136         0.4.66claws1
17137         
17138         * sync with 0.4.65
17139
17140 2001-05-01 [sergey]
17141
17142         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17143         widget nntpauth_chkbtn.
17144         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17145         visibility.
17146         (prefs_account_nntpauth_toggled): new function.
17147
17148         * src/news.c (news_session_new_for_folder): use NNTP
17149         authentication only if ac->use_nntp_auth is set.
17150
17151 2001-05-01 [hoa]
17152
17153         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17154         * src/prefs_display_headers.c changed the UI
17155         * src/prefs_headers.c changed account_name to account_id
17156         * src/compose.c using customheader.h
17157
17158 2001-05-01 [hiroyuki]
17159
17160         * src/esmtp.c
17161           src/news.c
17162           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17163           unsynched.
17164
17165 2001-05-01 [hoa]
17166
17167         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17168         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17169                 for displaying of headers
17170         * src/grouplist_dialog.[ch] minor changes to remove warnings
17171         * src/prefs_display_headers.[ch] dialog to choose the
17172         headers to display in the mail viewer.
17173         * src/headers.h correction of #define
17174         * src/headers_display.[ch] configuration for displaying of headers.
17175         * src/main.c read config of displaying of headers
17176         * src/prefs_common.c add a button to access the config dialog
17177                 for displaying of headers
17178         * src/prefs_display_headers.[ch] dialog for configuration for
17179                 displaying of the headers.
17180         * src/prefs_headers.c cleaning of code
17181         * src/procheader.c comments added to code
17182         * src/textview.c changes to reorder the headers depending
17183                 on the config for displaying of headers
17184
17185 2001-04-30 [alfons]
17186
17187         0.4.65claws7
17188
17189         * sync with 0.4.65cvs12
17190
17191         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17192
17193 2001-04-30 [sergey]
17194
17195         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17196
17197         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17198         is set to force reconnection after authentication failure.
17199         (nntp_gen_command): set sock->auth_failed on authentication
17200         failure, or if sock->userid and sock->passwd are not set.
17201
17202         * src/news.c (news_session_new_for_folder): set userid=NULL if
17203         password dialog is cancelled.
17204
17205 2001-04-30 [sergey]
17206
17207         * src/nntp.h (NNTPSockInfo): new type.
17208
17209         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17210         SockInfo.
17211         (nntp_open_auth, nntp_close): new functions.
17212         (nntp_gen_command): new function to handle authentication; all
17213         NNTP command functions updated to use it.
17214         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17215         (nntp_list): removed old useless code.
17216
17217         * src/news.h (NNTPSession): new field nntp_sock.
17218
17219         * src/news.c: all functions updated to use NNTPSockInfo instead of
17220         SockInfo.
17221         (news_session_new): new arguments (userid, passwd); made static;
17222         use nntp_open_auth() if needed.
17223         (news_session_destroy): use nntp_close() instead of sock_close().
17224         (news_query_password): changed arguments.
17225         (news_session_new_for_folder): new function.
17226         (news_session_get): use news_session_new_for_folder().
17227         (news_authenticate): deleted.
17228         (news_get_uncached_articles): removed old authentication code.
17229
17230 2001-04-30 [sergey]
17231
17232         * src/news.c: reverted my previous changes (need to do NNTP
17233         authentication in a cleaner way).
17234         
17235 2001-04-29 [sergey]
17236
17237         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17238         news_nntp_post, news_nntp_mode): new functions (wrappers with
17239         authentication support).
17240         (news_get_article_cmd, news_get_article, news_get_header): new
17241         argument "folder"; all callers changed.
17242         (news_get_article_cmd): added authentication support.
17243         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17244         (news_post): use news_nntp_post() instead of nntp_post().
17245         (news_get_uncached_articles): use news_nntp_group() instead of
17246         nntp_group() and news_nntp_xover() instead of nntp_xover();
17247         removed old authentication code.
17248         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17249
17250         * src/nntp.c (nntp_list): return real error code instead of
17251         hardcoded NN_ERROR.
17252
17253 2001-04-29 [sergey]
17254
17255         * configure.in: fixed wint_t typedef detection again
17256
17257 2001-04-28 [hoa]
17258
17259         * src/prefs_account.[ch], added A_LOCAL_CMD
17260                 (send mail with mail command)
17261         * src/send.c added function send_message_with_command()
17262         * src/inc.c made a more secure get_spool() function with
17263                 mktemp() but maybe mkstemp() or something more
17264                 secure can be used.
17265
17266 2001-04-28 [alfons]
17267
17268         * src/textview.c, colorization of email addresses in headers
17269
17270         0.4.65claws6
17271
17272         * bug sync with sylpheed
17273         * prefs_common.c: created date format ui for darko
17274         * sync with 0.4.65cvs11
17275         * configure.in: corrected to have the new gpg checks
17276
17277 2001-04-27 [alfons]
17278
17279         * completed sync with 0.4.65cvs10
17280         * minor debug things added to gtkstext.c
17281
17282 2001-04-27 [darko]
17283
17284         * configure.in: remove check for availability of
17285           strftime() as advised by Hiroyuki
17286         * src/prefs_common.[ch], src/procheader.c:
17287           synch strftime() code with Hiroyki's main branch
17288
17289 2001-04-26 [sergey]
17290
17291         * src/news.c: news_query_password(), news_authenticate(): new
17292           functions.
17293           news_get_uncached_articles(): added NNTP authentication
17294           handling.
17295         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17296           new functions.
17297         * src/prefs_account.c: prefs_account_protocol_activated():
17298           enable userid and password fields for NNTP.
17299
17300 2001-04-26
17301
17302         * configure.in: check for availability of strftime()
17303           [darko]
17304         * src/prefs_common.[ch], src/procheader.c: use
17305           strftime() for displaying date in summary pane if it
17306           is available
17307
17308 2001-04-25
17309
17310         * more .cvsignore cleanups [alfons]
17311
17312 2001-04-25
17313
17314         * ac/sv-check-type.m4: new autoconf macro.
17315         * configure.in: fixed wint_t typedef detection (did not work
17316           with gcc-2.96).
17317
17318 2001-04-25
17319
17320         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17321           [hiroyuki]
17322
17323 2001-04-24
17324         * modified gtkstext.c : buggy cursor navigation fixed, 
17325           and font descent also taken in account when drawing
17326           cursor. [alfons]
17327
17328 2001-04-24 [hoa]
17329         * added comments in src/news.c src/nntp.c
17330         * added src/prefs_headers.[ch]
17331         * added src/headers.[ch]
17332         * modified compose.c to activate custom headers
17333                 added function is_in_custom_headers
17334         * modified prefs_account.[ch]
17335                 added function prefs_account_customhdr_edit
17336         * modified src/defs.h :
17337                 added HEADERS_RC : name of the config file
17338                 for the custom headers
17339
17340 2001-04-24
17341
17342     0.4.65claws5
17343
17344         * configure.in
17345           src/gtkstext.[ch]
17346           src/compose.c
17347           src/Makefile.am
17348           
17349           added gtkstext with configure.in patch by Hiroyuki which
17350           should fix the XIM detection [alfons]
17351
17352         * more clean up of cvs [alfons]
17353
17354                  * removed all Makefile.in files to attic.
17355
17356                  * updated all .cvsignores to really ignore things that could
17357                    be unintentionally committed by a recursive commit.
17358
17359 2001-04-23 [hoa]
17360         * added src/grouplist_dialog.[ch]
17361         * changed src/folderview.c to call grouplist_dialog instead
17362                 of inputdialog
17363         * src/news.c :
17364                 added functions news_reset_group_list
17365                 and news_get_group_list
17366         * src/nntp.c :
17367                 added function nntp_list
17368         * src/defs.h :
17369                 added GROUPLIST_FILE : name of the newsgroup list cache file
17370
17371 2001-04-21
17372
17373         * added option to warn about queued messages on exit [sergey]:
17374
17375           * src/compose.c: compose_queue(): call folder_item_scan()
17376             and folderview_update_item() after queueing.
17377           * src/folderview.c: folderview_update_node(): draw the queue
17378             folder in bold font if there are queued messages.
17379           * src/mainwindow.c: queued_messages(): new function.
17380             app_exit_cb(): display warning if there are queued messages
17381             if warn_queued_on_exit is set.
17382           * prefs_common.[ch]: add warn_queued_on_exit option.
17383
17384         * enhanced GnuPG key selection support [sergey]:
17385
17386           * src/select-keys.c: updated to newer version from Win32
17387             branch with support for selecting arbitrary keys.
17388           * src/prefs_account.c: added the Privacy tab to the account
17389             options window.
17390             prefs_account_privacy_create(),
17391             prefs_account_sign_key_set_data_from_radiobtn(),
17392             prefs_account_sign_key_set_radiobtn(): new functions.
17393           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17394           * src/rfc2015.c: set_signers(): new function.
17395             pgp_sign(): add the account parameter, call set_signers().
17396             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17397           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17398           * src/compose.c: pass the current account to rfc2015_sign().
17399
17400         * tag name claws added to prevent confusion with main branch [alfons]
17401
17402         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17403
17404         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17405
17406         * sync with recent sylpheed cvs. Untested though. [alfons]
17407