573cf5bafda17028f4d61f16c17cfda7c860fbb1
[claws.git] / ChangeLog.claws
1 2003-07-23 [christoph]  0.9.3claws45
2
3         * sync with 0.9.3cvs14 (incomplete)
4                 see ChangeLog 2003-07-17
5
6 2003-07-23 [alfons]     0.9.3claws44
7
8         * src/folder.c
9         * src/procmsg.h
10                 sync with my local tree to restore some claws-only things
11
12 2003-07-23 [paul]       0.9.3claws43
13
14         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
15           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
16           src/Makefile.am
17           src/mimeview.c
18           src/procmime.h
19           src/rfc2015.c
20           src/stock_pixmap.[ch]
21                 indicate missing keys and expired sigs/keys
22                 in mime view column
23
24 2003-07-23 [paul]       0.9.3claws42
25
26         * src/compose.c
27                 Redirect fixes: enable automatic account selection and
28                 do not append signature to message on changing account
29                 fixes Bug[s] #248
30
31 2003-07-23 [paul]       0.9.3claws41
32
33         * sync with 0.9.3cvs16
34                 see ChangeLog 2003-07-23
35
36 2003-07-23 [alfons]     0.9.3claws40
37
38         * src/inc.c
39                 give progress dialog a main window, and give it the first 
40                 one (presumably the only one). fixes bug #247, "segfault on 
41                 pop-before-smtp" 
42
43 2003-07-22 [alfons]     0.9.3claws39
44
45         * src/summaryview.c
46                 shift-space scrolls up
47
48 2003-07-22 [paul]       0.9.3claws38
49
50         * sync with 0.9.3cvs15
51                 see ChangeLog 2003-07-22
52
53 2003-07-20 [alfons]     0.9.3claws37
54
55         * src/compose.c
56                 put menu inside #ifdef USE_ASPELL..#endif
57
58 2003-07-20 [christoph]  0.9.3claws36
59
60         * src/procmsg.c
61                 fix wrong flags in MsgInfo returned by
62                 procmsg_msginfo_get_full_info()
63
64         (closes Bug 221 Deleting messages from the Message View gives incorrect
65          new/unread message counts in the folder view)
66
67         * src/plugins/spamassassin/spamassassin_gtk.c
68                 add gettext macro for prefs page title
69
70 2003-07-20 [paul]       0.9.3claws35
71
72         * src/mimeview.c
73                 redraw icon list on signature check
74
75 2003-07-20 [christoph]  0.9.3claws34
76
77         * src/Makefile.am
78         * src/account.c
79         * src/folder.[ch]
80         * src/folder_item_prefs.[ch]            ** NEW **
81         * src/folderview.c
82         * src/mainwindow.c
83         * src/mh.c
84         * src/prefs_gtk.c
85         * src/prefs_scoring.c
86         * src/summaryview.c
87         * src/prefs_folder_item.[ch]
88                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
89                   Properties dialog
90                 o use prefswindow for folder properties
91
92         * src/gtk/prefswindow.[ch]
93                 change implementation to use an invisible notebook instead
94                 of unparenting widgets
95
96 2003-07-20 [christoph]  0.9.3claws33
97
98         * src/compose.h
99         * src/folder.c
100         * src/folderview.h
101         * src/headerview.h
102         * src/prefs_filtering.h
103         * src/prefs_folder_item.[ch]
104         * src/procmime.h
105         * src/procmsg.h
106         * src/summaryview.h
107                 clean up header mess
108                 (always use 1. typedefs, 2. #includes, 3. structures)
109
110         * src/common/version.h.in
111                 add casts for constants
112
113         * src/plugins/demo/demo.c
114                 fix typo
115
116         * src/plugins/spamassassin/spamassassin.c
117                 remove unused variable
118
119 2003-07-20 [alfons]     0.9.3claws32
120
121         * src/mimeview.c
122                 o make icon buttons respond on left click
123                 o minor cosmetic change
124
125 2003-07-19 [luke]       0.9.3claws31
126
127         * src/mimeview.[ch]
128         * src/gtk/gtkvscrollbutton.c
129         * src/messageview.c
130                 o improved mimeview behaviour when selecting a new message
131                 o plus code cleanups to remove compile warnings
132
133
134 2003-07-19 [alfons]     0.9.3claws30
135
136         * src/procmsg.c
137         * src/compose.c
138         * src/common/utils.[ch]
139                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
140
141 2003-07-19 [alfons]     0.9.3claws29
142
143         * src/prefs_folder_item.c
144                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
145                 string pointers
146
147 2003-07-19 [luke]       0.9.3claws28
148
149         * src/messageview.c
150         * src/mimeview.[ch]
151         * src/procmime.h
152         * src/rfc2015.c
153         * src/stock_pixmap.[ch]
154         * src/gtk/Makefile.am
155         * src/Makefile.am
156         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
157         * src/pixmaps/mime_*.xpm                ** NEW **
158                 o mimeview rearrangement with a new icon shortcut bar
159         
160 2003-07-19 [alfons]     0.9.3claws27
161
162         * src/folderview.c
163                 o plug leaking nodes_to_recollapse
164                 o add folderview_recollapse_all_nodes() (not used yet)
165
166 2003-07-19 [alfons]     0.9.3claws26
167
168         * src/compose.c
169         * src/common/utils.c
170                 honour #240 "Better SUBJECT handling" by cleaning the prefix
171                 for both forwarding as replying
172
173 2003-07-18 [christoph]  0.9.3claws25
174
175         * configure.ac
176         * src/common/sylpheed.[ch]
177         * src/common/version.h.in
178                 add version in numeric form to allow easy comparison
179
180         * src/plugins/demo/demo.c
181                 add version check
182                 - sylpheed version > plugin version => never allowed, sylpheed
183                   could contain unknown API changes
184                 - sylpheed version < minimum version required => don't load,
185                   API required not available (if linking does not fail)
186
187 2003-07-18 [alfons]     0.9.3claws24
188         
189         * src/common/plugin.[ch]
190                 const correctness
191
192 2003-07-18 [christoph]  0.9.3claws23
193
194         * src/common/hooks.c
195                 fix crash when hooks where unregisted
196
197         * src/plugins/trayicon/trayicon.c
198                 unregister detroy signal before destroying the widget
199                 (still crashes when the plugin is unloaded)
200
201 2003-07-18 [alfons]     0.9.3claws22
202         
203         * src/folderview.c
204                 delay expanding folder tree during drags until timeout triggered
205                 (needs perhaps some tweaking, so testing is welcome)
206
207 2003-07-17 [alfons]     0.9.3claws21
208
209         * src/folderview.c
210                 clean up cruft
211
212 2003-07-17 [christoph]  0.9.3claws20
213
214         * src/common/session.c
215                 fix opening of SSL connections
216
217         * src/plugins/image_viewer/Makefile.am
218                 add OPENSSL_CFLAGS (we should find a better solution to remove
219                 this dependencies if they are not required)
220
221         * src/plugins/spamassassin/spamassassin.c
222                 remove setlocale workaround (fixed in libspamc)
223
224 2003-07-17 [alfons]     0.9.3claws19
225
226         * src/common/hooks.[ch]
227         * src/plugins/clamav/clamav_plugin.c
228         * src/plugins/spamassassin/spamassassin.c
229         * src/plugins/trayicon/trayicon.c
230                 fix signedness muck 
231
232 2003-07-17 [alfons]     0.9.3claws18
233
234         * src/procmime.c
235                 plug memleak
236
237 2003-07-17 [alfons]     0.9.3claws17
238
239         * src/inc.c
240                 plug memleak
241
242 2003-07-17 [paul]       0.9.3claws16
243
244         * src/common/defs.h
245           src/mainwindow.c
246           src/manual.[ch]
247                 add link to the Claws site's FAQ page, after the suggestion
248                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
249                 Move url strings to defs.h
250                 
251         * src/mainwindow.c
252                 fix typo to prevent "unknown menu entry" warnings
253
254 2003-07-17 [alfons]     0.9.3claws15
255
256         * src/folderview.[ch]
257         * src/summaryview.[ch]
258         * src/mimeview.[ch]
259                 plug DnD leaks 
260
261 2003-07-17 [paul]       0.9.3claws14
262
263         * src/inc.c
264                 remove two instances of 'GTK_EVENTS_FLUSH' because
265                 they are unnecessary and probably cause a stack overflow
266
267 2003-07-16 [christoph]  0.9.3claws13
268
269         * src/mimeview.[ch]
270                 use an invisible GTK notebook to switch between viewers
271                 instead of reparenting widgets
272
273 2003-07-16 [christoph]  0.9.3claws12
274
275         * src/folder.c
276                 move folder_item_update_freeze() to correct place in
277                 folder_item_scan_full()
278
279 2003-07-16 [paul]       0.9.3claws11
280
281         * sync with 0.9.3cvs12
282                 see ChangeLog 2003-07-14 and 2003-07-15
283
284 2003-07-16 [christoph]  0.9.3claws10
285
286         * src/imap.[ch]
287         * src/prefs_account.[ch]
288                 sync IMAP CRAM-MD5 authentication with sylpheed-main
289
290 2003-07-15 [alfons]     0.9.3claws9
291
292         * src/main.c
293                 make --config-dir do something useful
294
295 2003-07-15 [alfons]     0.9.3claws8
296
297         * src/procmsg.c
298                 o fix a bug where 'last' didn't really point to the last message
299                   in the top level list of children, but to the last threaded
300                   message. 
301                 
302                 o clean up and make it easier to sync
303
304 2003-07-15 [alfons]     0.9.3claws7
305
306         * src/mainwindow.c
307                 make correct menu items sensitive       
308
309 2003-07-14 [alfons]     0.9.3claws6
310
311         * src/procmsg.c
312                 tune the threader so it will not subject-thread any message
313                 without a subject prefix (this will not thread correctly if 
314                 a parent is delivered after their childs, but it looks 
315                 better right now)
316
317 2003-07-13 [christoph]  0.9.3claws5
318
319         * src/mainwindow.c
320                 group "Add mailbox *..." menu items in submenu
321
322 2003-07-13 [alfons]     0.9.3claws4
323
324         * src/summaryview.c
325                 correct summary_toggle_pressed() signature and make sure
326                 signal is not passed on
327
328 2003-07-13 [alfons]     0.9.3claws3
329
330         * src/summaryview.c
331                 o for now don't pass on keys when they we're handled by 
332                   ctree::key_press_event
333                 o clean up
334
335 2003-07-13 [alfons]     0.9.3claws2
336         
337         * src/main.c
338                 add command line option "--config-dir" to get the current 
339                 configuration dir
340
341 2003-07-12 [alfons]     0.9.3claws1
342
343         * src/matcher.[ch]
344         * src/matcher_parser_parse.y
345         * src/prefs_filtering.c
346         * src/filtering.c
347                 add "Lock" filter action to lock messages;
348
349         * src/filtering.c       
350                 remove debug_print()    
351         * src/prefs_filtering.c
352                 re-organize matcher part 9: 
353                 make action text entries easily extendible;
354                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
355                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
356
357 2003-07-12 [paul]
358
359         * tools/README
360                 update old information and add missing
361                 information
362
363 2003-07-12 [paul]       0.9.3claws
364
365         * 0.9.3claws released
366         
367 2003-07-12 [paul]       0.9.0claws103
368
369         * src/Makefile.am
370                 add addrquery.h
371
372 2003-07-12 [melvin]     0.9.0claws102
373
374         * src/messageview.c
375                 Fixed bug #215: Show MIME tab for single text/html messages. 
376                 
377 2003-07-12 [paul]       0.9.0claws101
378
379         * man/sylpheed.1
380                 updated
381
382 2003-07-12 [paul]       0.9.0claws100
383
384         * po/es.po
385           po/hr.po
386           po/pl.po
387           po/sr.po
388                 update Spanish, Croatian, Polish, Serbian translations.
389                 submitted by Ricardo Mones Lastra, Dragan, Witold
390                 Wladyslaw Wojciech Wilk, Urke MMI
391
392 2003-07-12 [melvin]     0.9.0claws99
393
394         * po/fr.po
395                 Updated French translations.
396
397 2003-07-12 [paul]       0.9.0claws98
398
399         * src/addressbook.c
400                 disable 'Lookup' button as it has no effect
401
402 2003-07-11 [alfons]     0.9.0claws97
403         
404         * src/summaryview.c
405                 summary_searchbar_pressed() should return TRUE to signal that
406                 event was handled. when returning void, the return value passed
407                 to GTK is actually random, but maybe FALSE, in which case the
408                 event is handled by parent
409                 
410 2003-07-10 [paul]       0.9.0claws96
411
412         * ac/missing/gettext.m4
413                 update to version 0.12
414
415 2003-07-10 [paul]       0.9.0claws95
416
417         * src/plugins/clamav/clamav_plugin.c
418                 fix bug where multipart/alternative messages
419                 would slip through without being scanned
420
421 2003-07-10 [christoph]  0.9.0claws94
422
423         * src/folder.c
424                 correct check if folder supports removing when a message is
425                 moved. if not the message is only copied.
426
427         (closes Bug 132 crash on startup in newsgroups folders)
428
429 2003-07-09 [alfons]     0.9.0claws93
430
431         * configure.ac
432         * src/common/defs.h
433                 --with-config-dir (default .sylpheed)
434
435 2003-07-09 [christoph]  0.9.0claws92
436
437         * configure.ac
438                 use PKG_CHECK_MODULES to check for gtkmathview
439                 (version 0.4.2 now required)
440
441 2003-07-08 [melvin]     0.9.0claws91
442
443         * src/action.c
444                 Implemented a progress bar that counts the number of completed
445                 tasks when the action runs more than one command.
446
447 2003-07-08 [alfons]     0.9.0claws90
448
449         * src/procmsg.c
450                 if queued message has an invalid Message-Id, don't try to
451                 find message it refers to (fixes #209 "crash when processing 
452                 in folder")
453
454 2003-07-08 [paul]       0.9.0claws89
455
456         * sync with 0.9.3cvs2
457                 see ChangeLog 2003-07-08
458
459 2003-07-08 [match]      0.9.0claws88
460
461         * src/ldapctrl.c
462                 extend LDAP search for first/last name by parsing search term.
463
464 2003-07-08 [alfons]     0.9.0claws87
465
466         * src/send_message.c
467                 fix bug #208 "Status message stuck when sending on POP3 account"
468
469 2003-07-07 [paul]       0.9.0claws86
470
471         * po/hr.po
472                 new Croatian translation, submitted by
473                 Dragan <drleskov@inet.hr>
474
475 2003-07-07 [paul]       0.9.0claws85
476
477         * sync with 0.9.3cvs1
478                 see ChangeLog 2003-07-07
479
480 2003-07-05 [christoph]  0.9.0claws84
481
482         * src/Makefile.am
483         * src/messageview.c
484         * src/mimeview.[ch]
485         * src/stock_pixmap.[ch]
486         * src/pixmaps/messageview_text.xpm              ** NEW **
487                 move mimeview tabs to the right side and use icons
488                 instead of text to save some space
489
490         (patch by Luke Plant <lukeplant@softhome.net>)
491
492 2003-07-05 [christoph]  0.9.0claws83
493
494         * src/inc.c
495                 add NULL pointer checks
496
497         (patch by Luke Plant <lukeplant@softhome.net>)
498         (closes Bug 204 0.9.0 quits on authentication error?!)
499
500 2003-07-05 [alfons]     0.9.0claws82
501
502         * configure.ac
503                 take the clue in bug #202 "./configure script - 
504                 'if test' comparison failure" reported by John Kristoff. 
505
506 2003-07-04 [christoph]  0.9.0claws81
507
508         * src/plugins/spamassassin/spamassassin.c
509                 set timeout for spam check
510
511 2003-07-04 [christoph]  0.9.0claws80
512
513         * src/main.c
514                 destroy all FolderItems when shutting down to
515                 allow folders to clean up
516
517 2003-07-04 [melvin]     0.9.0claws79
518
519         * src/gtk/gtkaspell.c
520                 Fixed bug #184 "Entering non-ascii character deletes
521                 previous char if spell checking enabled": this makes
522                 the spell checking in multibytes (e.g. UTF-8)locales work.
523                 (Patch by Luke Plant).
524                 
525 2003-07-04 [christoph]  0.9.0claws78
526
527         * sync with 0.9.2cvs1
528                 see ChangeLog 2003-06-10
529
530 2003-07-04 [paul]       0.9.0claws77
531
532         * sync with 0.9.3 release
533                 see ChangeLog 2003-07-04
534
535 2003-07-03 [christoph]  0.9.0claws76
536
537         * src/folder.[ch]
538         * src/imap.c
539         * src/mbox_folder.c
540         * src/mh.c
541         * src/news.c
542                 move folder_item_get_path() stuff into a folder virtual function
543
544         * src/procmsg.c
545                 use folder_item_fetch_msg() to get message and do not contruct
546                 the filename from path and number
547
548 2003-07-03 [paul]       0.9.0claws75
549
550         * sync with 0.9.2cvs12
551                 see ChangeLog 2003-07-03
552
553 2003-07-02 [paul]       0.9.0claws74
554
555         * src/messageview.c
556                 fix text-selection for replying
557
558 2003-07-02 [paul]       0.9.0claws73
559
560         * sync with 0.9.2cvs11
561                 see ChangeLog 2003-07-02
562
563 2003-07-02 [paul]       0.9.0claws72
564
565         * src/procmsg.c
566                 revert last commit because it breaks more
567                 than it fixes
568
569 2003-07-02 [paul]       0.9.0claws71
570
571         * src/procmsg.c
572                 fix thread by subject/sort by date
573
574 2003-07-01 [paul]       0.9.0claws70
575
576         * sync with 0.9.2cvs10
577                 see ChangeLog 2003-07-01
578
579 2003-06-30 [paul]       0.9.0claws69
580
581         * sync with 0.9.2cvs9
582                 see ChangeLog 2003-06-30
583
584 2003-06-28 [match]      0.9.0claws68
585
586         * src/addressbook.c
587                 fix null ptr.
588
589 2003-06-27 [paul]       0.9.0claws67
590
591         * sync with 0.9.2cvs7
592                 see ChangeLog 2003-06-27
593
594 2003-06-26 [christoph]  0.9.0claws66
595
596         * src/folder.c
597                 freeze folder updates while a folder is scanned
598
599         (closes Bug 185 New message counter)
600
601 2003-06-26 [darko]      0.9.0claws65
602
603         * src/ldapserver.c
604                 fix infinite loop when adding a new LDAP server
605
606 2003-06-26 [paul]       0.9.0claws64
607
608         * sync with 0.9.2cvs6
609                 see ChangeLog 2003-06-26
610
611 2003-06-26 [paul]       0.9.0claws63
612
613         * sync with 0.9.2cvs5
614                 see ChangeLog 2003-06-25 and 2003-06-26
615
616 2003-06-25 [match]      0.9.0claws62
617
618         * src/addr_compl.c
619                 Fixed tab/backtab for dropped-down completion list to
620                 move next/previous field. (close bug 147)
621
622 2003-06-25 [christoph]  0.9.0claws61
623
624         * src/addr_compl.[ch]
625         * src/addrindex.[ch]
626         * src/folderview.c
627         * src/inc.c
628         * src/news.c
629         * src/summaryview.c
630         * src/toolbar.c
631                 fix warnings
632
633 2003-06-25 [leandro]    0.9.0claws60
634
635         * src/compose.c
636                 o cleanups
637                 o gray out "Message/Remove references" menu item if not
638                   replying to a message
639
640 2003-06-24 [leandro]    0.9.0claws59
641
642         * src/compose.[ch]
643                 o removed "Message/Create new thread" menu item
644                 o added "Message/Remove references" menu item
645                   (it's off by default and will not check anymore
646                    if the subject changed)
647
648 2003-06-23 [alfons]     0.9.0claws58
649
650         * src/procmsg.c
651                 try better grouping messages threaded by subject based on their age.
652                 still not perfect - because the message tree is not sorted by date.  
653
654 2003-06-23 [thorsten]   0.9.0claws57
655
656         * src/pop.[ch]
657                 added mail_receive_hook to allow modifications
658                 directly after retrieval (e.g. adding headers).
659
660 2003-06-23 [paul]       0.9.0claws56
661
662         * src/sourcewindow.c
663                  enable the use of Ctrl+A to select all text in
664                  the sourcewindow
665                  Patch submitted by Ivan Francolin Martinez
666                  <ivanfm@users.sourceforge.net>
667
668 2003-06-22 [christoph]  0.9.0claws55
669
670         * src/folder.[ch]
671                 o add notification hook for folder tree changes
672                 o invoke hooks after folder tree scanning
673
674         * src/folderview.[ch]
675                 register hook for folder tree changes that
676                 updates the ctree
677
678         (there are more places that should be updated, like add, remove 
679          or move folder)
680
681         (closes Bug 164 Crash on rebuild folder tree)
682         (closes Bug 190 Crash on 'rebuilding folder tree')
683
684 2003-06-21 [leandro]    0.9.0claws54
685
686         * src/compose.[ch]
687                 create a new thread if subject changes
688                 (it's on by default, can be disabled in Message menu)
689
690 2003-06-21 [alfons]     0.9.0claws53
691
692         * src/summaryview.c
693                 quiet little compiler
694
695 2003-06-21 [christoph]  0.9.0claws52
696
697         update gettext stuff to version 0.12
698
699 2003-06-19 [alfons]     0.9.0claws51
700
701         * src/common/log.c
702         * src/common/plugin.c
703                 move defs.h before glib.h to prevent MIN/MAX redefs
704
705 2003-06-19 [alfons]
706
707         * src/addressbook.c
708                 translatable
709
710 2003-06-19 [match]      0.9.0claws50
711
712         * src/addressbook.[ch]
713         * src/addrindex.[ch]
714         * src/addr_compl.[ch]
715         * src/editldap.[ch]
716         * src/editldap_basedn.[ch]
717         * src/addritem.[ch]
718         * src/ldapquery.h
719                 re-implemented dynamic LDAP search. works without
720                 slowdown on display sender with addressbook
721                 option.
722         * src/addrbook.c
723                 documented code.
724
725 2003-06-19 [paul]       0.9.0claws49
726
727         * src/compose.c
728                 fix Bug #136 'Nonprovided quotation marks crash claws'
729                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
730
731 2003-06-19 [alfons]     0.9.0claws48
732
733         * src/prefs_common.[ch]
734         * src/procmsg.c
735                 restrict threading by subject by checking thread for
736                 age (prefs_common.thread_by_subject_max_age)
737
738 2003-06-18 [christoph]  0.9.0claws47
739
740         * src/imap.c
741                 fix memory leak in imap_cmd_fetch()
742
743 2003-06-18 [christoph]  0.9.0claws46
744
745         * src/prefs_gtk.c
746                 fix memory leak in prefs_set_default() when used multiple
747                 times or after prefs have been read
748
749 2003-06-18 [christoph]  0.9.0claws45
750
751         * src/common/plugin.c
752                 fix memory leak in plugin_unload()
753
754 2003-06-18 [christoph]  0.9.0claws44
755
756         * src/imap.c
757                 fix memory leak in imap_cmd_ok()
758
759 2003-06-18 [christoph]  0.9.0claws43
760
761         * src/folder.c
762                 stop messages that are downloaded from POP3 and added to
763                 an IMAP inbox from being filtered twice (first by POP3
764                 and again when IMAP folder is scaned to get the UID of
765                 the APPEND operation when no UIDPLUS is available)
766
767 2003-06-18 [alfons]
768
769         * tools/Makefile.am
770                 phoenix <- firebird     
771
772 2003-06-18 [paul]
773
774         * tools/launch_phoenix          ** REMOVED **
775           tools/launch_firebird         ** NEW **
776                 renamed and edited to reflect the browser's name change from
777                 'phoenix' to 'firebird'
778
779 2003-06-18 [paul]       0.9.0claws42
780
781         * sync with 0.9.2cvs2
782                 see ChangeLog 2003-06-16
783
784 2003-06-17 [alfons]     0.9.0claws41
785
786         * src/procmsg.c
787                 prevent threading problems when a node is an ancestor (parent / great parent),
788                 which mostly happens with circular references (thanks to Phillipe Gramoullé
789                 for finding an sample set of messages)
790
791 2003-06-16 [christoph]  0.9.0claws40
792
793         * src/main.c
794                 don't popup main window on --receive or --receive-all
795
796         * src/mainwindow.[ch]
797         * src/plugins/trayicon/trayicon.c
798                 allow hiding of main window by clicking on the trayicon
799                 (doesn't work correctly in seperate window mode and may
800                  cause unexpected GTK problems I couldn't find yet)
801
802         * src/common/ssl.c
803                 remove incorrect warning
804
805 2003-06-15 [alfons]     0.9.0claws39
806
807         * src/gtk/gtkstext.c
808                 don't output debug text;
809                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
810                 for pointing this out);
811
812 2003-06-14 [alfons]     0.9.0claws38
813         
814         * src/messageview.c
815                 remove printf() and make one if..else comply with coding style
816
817 2003-06-14 [alfons]     0.9.0claws37
818
819         * AUTHORS
820                 add Martin Wicke
821         * src/action.c
822         * src/messageview.[ch]
823         * src/summaryview.c
824                 apply patch #754162 "Quoting messages filtered by actions" submitted
825                 by Martin Wicke, which allows quoting message body changed by an
826                 action (Thanks!).
827
828 2003-06-13 [alfons]     0.9.0claws36
829
830         * src/utils.c
831                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
832                 use case insensitive regexp (suggested by Ivan Martinez)
833
834 2003-06-13 [christoph]  0.9.0claws35
835
836         * configure.ac
837         * src/plugins/trayicon/Makefile.am
838         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
839         * src/plugins/trayicon/trayicon.c
840         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
841         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
842         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
843         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
844         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
845         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
846                 replace my own EggTrayIcon backport with the backport
847                 used by (l|x)mule and gabber.
848
849 2003-06-13 [alfons]     0.9.0claws34
850
851         * AUTHORS
852         * src/common/utils.c
853                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
854
855 2003-06-13 [alfons]     0.9.0claws33
856
857         * src/compose.c
858                 clean up a little bit
859
860 2003-06-12 [alfons]     0.9.0claws32
861
862         * src/compose.c
863                 const correctness fix
864
865         * src/common/sylpheed.[ch]
866                 () -> (void)
867                 prevent redef MIN/MAX
868                 
869         * src/common/utils.[ch]
870                 () -> (void)
871
872 2003-06-12 [melvin]     0.9.0claws31
873
874         * src/compose.c
875                 Updated to take into accounts changes in GtkAspell.
876
877 2003-06-12 [alfons]     0.9.0claws30
878
879         * src/compose.c
880         * src/procmsg.c
881         * src/common/utils.[ch]
882                 handle reply subject prefixes better (initial 
883                 suggestion by Robert Story adapted and enhanced 
884                 using regexps)
885
886 2003-06-12 [melvin]     0.9.0claws29
887
888         * src/compose.c
889                 Use new gtkaspell_checkers_strerror() to get the speller's
890                 error message instead of accessing the (now private)
891                 checkers structure.
892                 Minor code clean up
893
894         * src/main.c
895                 Use #ifdef instead of #if for USE_ASPELL
896                 Use the new spell checkers init/quit functions 
897
898         * src/gtk/gtkaspell.c
899                 Use #ifdef instead of #if for USE_ASPELL
900                 Moved in the majority of GtkAspell structures that were
901                 exported before by gtkaspell.h
902         
903         * src/gtk/gktaspell.h
904                 Made gtkaspell.h contain only the necessary data to be
905                 publicized by moving many structures to gtkaspell.c.
906                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
907                 gtkaspell_checkers_new(): replaced by...
908                 gtkaspell_checkers_init(): new function for initialization
909                 gtkaspell_checkers_delete(): replaced by...
910                 gtkaspell_checkers_quit(): new function
911                 gtkaspell_checkers_strerror(): new function that returns
912                 the checker's last error message.
913                 
914 2003-06-11 [melvin]     0.9.0claws28
915
916         * po/POTFILES.in
917                 Updated to take into account gtkaspell.c migration to
918                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
919
920 2003-06-10 [alfons]     0.9.0claws27
921
922         * src/filtering.[ch]
923         * src/folder.c
924         * src/matcher.c
925         * src/scoring.[ch]
926                 - try fixing bug #18 (any brave testers?)
927                 - add more robustness by refusing previously 
928                   unchecked NULL pointers 
929
930 2003-06-10 [alfons]     0.9.0claws26
931
932         * src/procmsg.c
933                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
934
935 2003-06-09 [alfons]     0.9.0claws25
936
937         * src/prefs_common.c
938                 fix bug #163 "Icon switching doesnt work properly" by 
939                 preventing early freeing of prefs_common.pixmap_theme_path.
940
941 2003-06-09 [christoph]  0.9.0claws24
942
943         * src/gtk/gtkaspell.c
944                 revert Thorsten's fix and add forgotten g_strdup for
945                 aspell path (it should not be possible to alter the path a
946                 GtkASpell uses from outside)
947
948 2003-06-09 [thorsten]   0.9.0claws23
949
950         * src/gtk/gtkaspell.c
951                 dont free prefs_common.aspell_path when closing compose
952
953 2003-06-08 [colin]      0.9.0claws22
954
955         * src/plugins/spamassassin/spamassassin.c
956                 fix prefs types
957
958 2003-06-07 [christoph]  0.9.0claws21
959
960         * src/Makefile.am
961         * src/compose.c
962         * src/gtkaspell.[ch]            ** REMOVE **
963         * src/gtk/Makefile.am
964         * src/gtk/gtkaspell.[ch]        ** NEW **
965                 o make gtkaspell independent from sylpheed's prefs
966                 o move gtkaspell.[ch] to gtk directory
967
968 2003-06-07 [christoph]  0.9.0claws20
969
970         * src/Makefile.am
971         * src/crash.c
972         * src/export.c
973         * src/filesel.[ch]              ** REMOVE **
974         * src/folder.c
975         * src/main.[ch]
976         * src/common/sylpheed.[ch]
977         * src/gtk/Makefile.am
978         * src/gtk/filesel.[ch]          ** NEW **
979         * src/gtk/pluginwindow.c
980         * src/gtk/sslcertwindow.c
981                 move filesel.[ch] to gtk directory
982
983 2003-06-07 [alfons]     0.9.0claws19
984
985         * src/filesel.c
986                 make (multi) file selection dialog work again (Claws-only)
987
988 2003-06-07 [thorsten]   0.9.0claws18
989
990         * po/de.po
991                 fix typos
992
993 2003-06-07 [alfons]     0.9.0claws17
994
995         * configure.ac
996         * src/mimeview.c
997                 detect apache mishap in which case don't include fnmatch.h
998                 if regex.h is already included
999
1000 2003-06-06 [christoph]  0.9.0claws16
1001
1002         * configure.ac
1003         * src/mimeview.h
1004                 add check for fnmatch.h and include it when available
1005
1006         * src/mimeview.[ch]
1007                 fix wrong case sensitivity of Content-Types
1008
1009         * src/gtk/Makefile.am
1010                 need the same include paths in gtk directory as in
1011                 common directory because .h files in common can
1012                 include files from these directories, when included
1013                 in gtk's .h or .c files
1014
1015 2003-06-06 [alfons]     0.9.0claws15
1016
1017         * src/mimeview.c
1018         * src/summaryview.c
1019                 make it compile again because of regex.h / fnmatch.h 
1020                 include problems (related to recent mime stuff, can
1021                 someone check this?)
1022
1023 2003-06-06 [thorsten]   0.9.0claws14
1024
1025         * src/folderview.c
1026                 possible use of uninitialized pointer while dragging
1027
1028 2003-06-06 [paul]       0.9.0claws13
1029
1030         * src/compose.c
1031                 fix bug where the insert sig button would be effective
1032                 only when auto_sig was set
1033
1034 2003-06-06 [paul]       0.9.0claws12
1035
1036         * sync with 0.9.2 release
1037
1038 2003-06-02 [paul]       0.9.0claws11
1039
1040         * sync with 0.9.1cvs1
1041                 see ChangeLog 2003-06-02
1042                 
1043         * po/de.po
1044                 update by Jens
1045
1046 2003-06-01 [christoph]  0.9.0claws10
1047
1048         * src/account.c
1049                 don't use substring search to find accounts by email address
1050
1051         (closes Bug 169 Overly loose matching of "From" address)
1052
1053 2003-05-31 [christoph]  0.9.0claws9
1054
1055         * doc-src/rfc2683.txt
1056         * src/imap.c
1057                 limit IMAP command length as recommended in RFC2683
1058                 (message number lists will be split into multiple imap
1059                 sets, the limit of 1000 octets is not a hard limit)
1060
1061         (closes Bug 161 sylpheed-claws exits with segfault when logging
1062          in to certain imap-servers)
1063
1064 2003-05-29 [alfons]     0.9.0claws8
1065
1066         * src/toolbar.[ch]
1067                 add print button (calling summary_print());
1068                 fine tune setting tooltip text;
1069                 (if someone needs other buttons, please take these 
1070                 commits as a guide, instead of bothering us - also
1071                 see 0.8.11claws150) 
1072
1073 2003-05-29 [darko]      0.9.0claws7
1074
1075         * src/compose.c
1076                 fix crash when word wrapping kicks in due to
1077                 changed text by spell checker
1078
1079 2003-05-29 [paul]       0.9.0claws6
1080
1081         * src/compose.c
1082                 fix bug where changing account would insert
1083                 sig even if auto_sig was FALSE
1084                 
1085         * ChangeLog
1086           ChangeLog.jp
1087           INSTALL
1088                 sync with 0.9.1 release
1089
1090 2003-05-28 [christoph]  0.9.0claws5
1091
1092         * src/imap.c
1093                 fix truncation of too long commands
1094
1095         (closes Bug 167 IMAP hangs trying to get envelope
1096          information in imap_get_uncached_messages)
1097
1098 2003-05-27 [paul]       0.9.0claws4
1099
1100         * tools/Makefile.am
1101           tools/maildir2sylpheed.pl     ** NEW FILE **
1102                 add kmail to sylpheed mailbox conversion script
1103
1104 2003-05-27 [paul]       0.9.0claws3
1105
1106         * sync with 0.9.0cvs10
1107                 see ChangeLog 2003-05-26
1108
1109 2003-05-26 [paul]       0.9.0claws2
1110
1111         * sync with 0.9.0cvs9
1112                 see ChangeLog 2003-05-26
1113
1114 2003-05-24 [paul]       0.9.0claws1
1115
1116         * sync with 0.9.0cvs8
1117                 see ChangeLog 2003-05-23
1118
1119 2003-05-24 [paul]       0.9.0claws
1120
1121         * version 0.9.0claws released
1122
1123 2003-05-24 [paul]       0.8.11claws177
1124
1125         * src/plugins/dillo-viewer/Makefile.am
1126           src/plugins/traycon/Makefile.am
1127                 add missing files
1128                 
1129         * po/bg.po
1130           po/en_GB.po
1131           po/es.po
1132           po/it.po
1133           po/pt_BR.po
1134           po/ru.po
1135           po/sr.po
1136                 update Bulgarian, British English, Spanish, Italian, 
1137                 Brazilian Portuguese, Russian, and Serbian translations, 
1138                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1139                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1140                 Ruslan N. Balkin, and Urke MMI
1141
1142 2003-05-23 [melvin]     0.8.11claws176
1143
1144         * po/fr.po
1145                 Updated French translations
1146
1147 2003-05-22 [paul]       0.8.11claws175
1148
1149         * src/Makefile.am
1150           src/addrbook.[ch]
1151           src/addrcache.[ch]
1152           src/addr_compl.[ch]
1153           src/adressbook.[ch]
1154           src/addrindex.[ch]
1155           src/addritem.[ch]
1156           src/editaddress.c
1157           src/editgroup.c
1158           src/editldap_basedn.c
1159           src/editldap.c
1160           src/jpilot.c
1161           src/vcard.c
1162                 revert to get ldap into it previous working state
1163                 
1164         * po/zh_TW.Big5.po
1165                 new Taiwanese translation,
1166                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1167
1168 2003-05-22 [christoph]  0.8.11claws174
1169
1170         * src/plugins/spamassassin/libspamc.[ch]
1171                 sync libspamc with SpamAssaain release 2.55
1172
1173 2003-05-22 [paul]       0.8.11claws173
1174
1175         * sync with 0.9.0cvs7
1176                 see ChangeLog 2003-05-22
1177                 
1178         * src/summaryview.c
1179                 revert change in 0.8.11claws172: follow
1180                 Hiroyuki's decision and that's the end of it.
1181
1182 2003-05-21 [paul]       0.8.11claws172
1183
1184         * src/summaryview.c
1185                 fix discrepency between open_unread_on_enter
1186                 and always_show_msg
1187
1188 2003-05-21 [paul]       0.8.11claws171
1189
1190         * sync with 0.9.0cvs6
1191                 see ChangeLog 2003-05-21
1192
1193 2003-05-21 [paul]       0.8.11claws170
1194
1195         * sync with 0.9.0cvs5
1196                 see ChangeLog 2003-05-21
1197
1198 2003-05-20 [paul]       0.8.11claws169
1199
1200         * sync with 0.9.0cvs4
1201                 see ChangeLog 2003-05-20
1202                 fixes bug #152, 'encoding of IMAP folders names'
1203
1204 2003-05-20 [paul]       0.8.11claws168
1205
1206         * sync with 0.9.0cvs3
1207                 see ChangeLog 2003-05-20
1208                 
1209         * src/tools/convert_mbox.pl
1210                 minor change in the comments, submitted by Fred Marton
1211
1212 2003-05-19 [paul]       0.8.11claws167
1213
1214         * src/plugins/clamav/Makefile.am
1215           configure.ac
1216                 link clamav_lib to the plugin and not to the main program
1217
1218 2003-05-19 [christoph]
1219
1220         * src/Makefile.am
1221                 add -export-dynamic for linking
1222
1223 2003-05-19 [paul]       0.8.11claws166
1224
1225         * sync with 0.9.0cvs1
1226                 see ChangeLog 2003-05-19
1227
1228 2003-05-19 [paul]       0.8.11claws165
1229
1230         * src/inc.c
1231                 fix 'pop before smtp' timeout
1232
1233 2003-05-18 [alfons]     0.8.11claws164
1234
1235         * src/prefs_matcher.c
1236                 put "execute" action command line ("expression") in edit box
1237
1238 2003-05-18 [christoph]  0.8.11claws163
1239
1240         * src/mimeview.[ch]
1241         * src/plugins/dillo_viewer/dillo_viewer.c
1242         * src/plugins/image_viewer/viewer.c
1243         * src/plugins/mathml_viewer/mathml_viewer.c
1244                 let a viewer have a list of Content-Types
1245
1246 2003-05-18 [paul]       0.8.11claws162
1247
1248         * src/prefs_filtering.c
1249                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1250                 and REDIRECT actions
1251
1252 2003-05-17 [christoph]
1253
1254         * README.claws
1255                 o remove dynamic signatures that was syned with main
1256                 o add infos about no longer "build in" image viewer
1257                 o update bugtracker URL
1258
1259 2003-05-17 [christoph]  0.8.11claws161
1260
1261         * src/folder.c
1262         * src/folderview.c
1263         * src/imap.c
1264                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1265                 for every folder after rebuilding the folder tree.
1266
1267         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1268          messages)
1269
1270 2003-05-17 [christoph]  0.8.11claws160
1271
1272         * src/imap.c
1273                 don't use STATUS command on current folder to check for
1274                 content changes. imap_cmd_ok() now tracks changes to
1275                 folder and number of existing messages.
1276
1277 2003-05-17 [paul]       0.8.11claws159
1278
1279         * src/plugins/clamav/clamav_plugin.c
1280                 remove unnecessary debug_print
1281
1282 2003-05-16 [thorsten]   0.8.11claws158
1283
1284         * src/plugins/demo.c
1285                 included missing intl.h
1286
1287 2003-05-16 [paul]       0.8.11claws157
1288
1289         * po/POTFILES.in
1290                 remove non-existant entries
1291         
1292         * src/plugins/clamav/clamav_plugin.c
1293           src/plugins/clamav/clamav_plugin_gtk.c
1294           src/plugins/dillo_viewer/dillo_prefs.c
1295           src/plugins/dillo_viewer/dillo_viewer.c
1296                 gettextise
1297
1298 2003-05-16 [christoph]  0.8.11claws156
1299
1300         * po/POTFILES.in
1301                 include plugin .c files for translation until I
1302                 find a better solution to have plugins have their
1303                 own textdomain
1304         * src/plugins/demo/demo.c
1305         * src/plugins/image_viewer/plugin.c
1306         * src/plugins/mathml_viewer/mathml_viewer.c
1307         * src/plugins/spamassassin/spamassassin.c
1308         * src/plugins/spamassassin/spamassassin_gtk.c
1309         * src/plugins/trayicon/trayicon.c
1310                 add gettext macros for plugin name and description
1311
1312 2003-05-16 [paul]
1313
1314         * sync with 0.9.0
1315
1316 2003-05-16 [paul]       0.8.11claws155
1317
1318         * sync with lastest 0.9.0pre1
1319                 see ChangeLog 2003-05-16
1320
1321 2003-05-15 [paul]       0.8.11claws154
1322
1323         * sync with latest 0.9.0pre1
1324                 see ChangeLog 2003-05-14 and 2003-05-15
1325
1326 2003-05-14 [christoph]  0.8.11claws153
1327
1328         * src/plugins/image_viewer/viewer.c
1329         * src/plugins/image_viewer/viewer.glade         ** NEW **
1330         * src/plugins/image_viewer/viewerprefs.c
1331                 make it possible to disable the autoload function in the
1332                 imageviewer again
1333
1334 2003-05-14 [christoph]  0.8.11claws152
1335
1336         * src/folder.c
1337                 fix folder update after adding a message
1338
1339 2003-05-13 [alfons]     0.8.11claws151
1340
1341         * src/common/session.c
1342                 remove debug traces
1343                 
1344         * src/addrcache.[ch]
1345         * src/filtering.[ch]
1346         * src/folder.[c]
1347         * src/gtkaspell.[ch]
1348         * src/imap.[ch]
1349         * src/mbox_folder.[ch]
1350         * src/mh.[ch]
1351         * src/mimeview.h
1352         * src/msgcache.[ch]
1353         * src/news.[ch]
1354         * src/passphrase.[ch]
1355         * src/prefs_common.[ch]
1356         * src/prefs_gtk.[ch]
1357         * src/procmsg.c
1358         * src/scoring.[ch]
1359                 be pedantic; (in prototypes () implies (int))
1360
1361 2003-05-13 [alfons]     0.8.11claws150
1362
1363         * src/prefs_toolbar.[ch]
1364         * src/summaryview.[ch]
1365         * src/toolbar.[ch]
1366                 change misleading text in toolbar prefs;
1367                 add toolbar action for ignore thread (toggles ignore thread flag);
1368                 clean up a little bit;
1369
1370 2003-05-12 [paul]
1371
1372         * tools/convert_mbox.pl
1373                 bug fixed by Fred Marton
1374
1375 2003-05-12 [paul]
1376
1377         * sync with 0.9.0pre1
1378
1379 2003-05-09 [paul]       0.8.11claws149
1380
1381         * sync with 0.8.11cvs43
1382                 see ChangeLog 2003-05-09
1383
1384 2003-05-08 [christoph]  0.8.11claws148
1385
1386         * src/imap.[ch]
1387                 o use CAPABILIY as first command and check for PREAUTH
1388                   information in the response to it
1389                 o rewrite all imap_cmd_* functions to use an IMAPSession
1390                   instead of a SockInfo as parameter
1391                 o do STARTTLS after fetching and checking the server
1392                   capabilities
1393
1394 2003-05-08 [paul]       0.8.11claws147
1395
1396         * tools/Makefile.am
1397           tools/README
1398           tools/convert_mbox.pl         ** NEW FILE **
1399                 add mbox conversion script. Submitted by 
1400                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1401
1402 2003-05-07 [christoph]
1403
1404         * doc-src/glade.txt
1405         * src/gtk/pluginwindow.glade
1406         * src/plugins/image_viewer/viewerprefs.glade
1407         * src/plugins/spamassassin/spamassassin_gtk.glade
1408                 add glade files for user interfaces and a description how
1409                 to use glade to create the sylpheed code
1410
1411 2003-05-07 [paul]       0.8.11claws146
1412
1413         * sync with 0.8.11cvs41
1414                 see ChangeLog 2003-05-07
1415
1416 2003-05-06 [christoph]  0.8.11claws145
1417
1418         * src/main.c
1419         * src/plugins/image_viewer/viewer.c
1420                 fix usage of imlib in imageviewer plugin
1421
1422         * src/gtk/prefswindow.c
1423                 handle window close event correctly
1424
1425 2003-05-06 [paul]       0.8.11claws144
1426
1427         * src/common/ssl.c
1428                 fix typo introduced in sync
1429
1430 2003-05-06 [paul]       0.8.11claws143
1431
1432         * sync with 0.8.11cvs39
1433                 see ChangeLog 2003-05-06
1434
1435 2003-05-06 [paul]       0.8.11claws142
1436
1437         * AUTHORS
1438           po/cs.po
1439                 updated Czech translation, submitted by 
1440                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1441                 
1442         * src/plugins/clamav/clamav_plugin_gtk.c
1443                 clean up
1444
1445 2003-05-03 [alfons]     0.8.11claws141
1446
1447         * src/compose.[ch]
1448                 make paste as quotation work even when the call to 
1449                 text_inserted() was deferred (fixes bug #140 "Paste 
1450                 as quotation does not work when using "external" 
1451                 clipboard")
1452
1453 2003-05-03 [thorsten]   0.8.11claws140
1454
1455         * src/addrquery.h
1456           src/ldapquery.h
1457           src/mainwindow.c
1458                 removed C++ comments
1459         * src/addr_compl.c
1460                 function with non-int retval/param used before
1461                 implementation/declaration
1462
1463 2003-05-02 [paul]       0.8.11claws139
1464
1465         * src/addr_compl.[ch]
1466           src/addressbook.[ch]
1467           src/addrindex.c
1468           src/summaryview.c
1469                 revert match's changes to (finally) remove the bug where
1470                 opening a folder causes massive slowdown when using the 
1471                 'Display sender using address book' option
1472
1473 2003-05-01 [melvin]     0.8.11claws138
1474
1475         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1476         * src/plugins/dillo_viewer/dillo_viewer.c
1477                 Fixed bug where "Cancel" button from prefs issued
1478                 warnings.
1479                 Comply a little more to coding style
1480
1481 2003-05-01 [paul]       0.8.11claws137
1482
1483         * sync with 0.8.11cvs38
1484                 see ChangeLog 2003-05-01
1485
1486 2003-05-01 [paul]       0.8.11claws136
1487
1488         * po/bg.po
1489                 updated by George Danchev
1490
1491 2003-04-30 [christoph]  0.8.11claws135
1492
1493         * src/plugins/dillo_viewer/dillo_prefs.c
1494         * src/plugins/image_viewer/viewerprefs.c
1495         * src/plugins/spamassassin/spamassassin_gtk.c
1496                 remove gtk_widget_ref() calls for widgets in
1497                 glade code
1498
1499 2003-04-30 [paul]       0.8.11claws134
1500
1501         * src/addrindex.c
1502                 ok, this time a better fix for the bug where opening folder
1503                 has massive slowdown when using the 'Display sender using 
1504                 address book' option
1505
1506 2003-04-30 [paul]       0.8.11claws133
1507
1508         * src/addrindex.c
1509                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1510         
1511 2003-04-30 [melvin]     0.8.11claws132
1512
1513         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1514
1515         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1516                 Preferences for the dillo plugin
1517         * src/plugins/dillo_viewer/dillo_viewer.c
1518                 Support for preferences
1519         * src/plugins/dillo_viewer/Makefile.am
1520                 Added dillo_prefs.[ch]
1521
1522 2003-04-30 [alfons]     0.8.11claws131
1523
1524         * src/common/plugin.[ch]
1525                 see? this ANSI C'fication immediately gives us type
1526                 checking for free.
1527
1528 2003-04-30 [alfons]     0.8.11claws130
1529
1530         * src/common/plugin.[ch]
1531         * src/plugins/clamav/clamav_plugin.[ch]
1532         * src/plugins/clamav/clamav_plugin_gtk.c
1533         * src/plugins/demo/demo.c
1534         * src/plugins/dillo_viewer/dillo_viewer.c
1535         * src/plugins/image_viewer/plugin.c
1536         * src/plugins/image_viewer/viewer.[ch]
1537         * src/plugins/image_viewer/viewerprefs.[ch]
1538         * src/plugins/mathml_viewer/mathml_viewer.c
1539         * src/plugins/spamassassin/spamassassin.[ch]
1540         * src/plugins/spamassassin/spamassassin_gtk.c
1541         * src/plugins/trayicon/trayicon.c
1542                 clean up
1543
1544 2003-04-30 [alfons]     0.8.11claws129
1545
1546         * src/common/utils.c
1547                 make is_ascii_str() fail gracefully when NULL pointer
1548                 is passed
1549
1550 2003-04-30 [paul]       0.8.11claws128
1551
1552         * src/addrindex.c
1553                 fix bug where opening folder has massive slowdown when
1554                 using the 'Display sender using address book' option
1555
1556 2003-04-30 [paul]       0.8.11claws127
1557
1558         * src/plugins/clamav/clamav_plugin.c
1559           src/plugins/clamav/clamav_plugin_gtk.c
1560           src/plugins/demo/demo.c
1561           src/plugins/dillo_viewer/dillo_viewer.c
1562           src/plugins/image_viewer/plugin.c
1563           src/plugins/mathml_viewer/mathml_viewer.c
1564           src/plugins/spamassassin/spamassassin.c
1565           src/plugins/spamassassin/spamassassin_gtk.c
1566           src/plugins/trayicon/trayicon.c
1567                 get rid of eye-hurting function signatures
1568
1569 2003-04-30 [paul]       0.8.11claws126
1570
1571         * src/plugins/trayicon/trayicon.c
1572                 add description
1573                 
1574         * src/mimeview.c
1575                 be more descriptive
1576
1577 2003-04-30 [paul]       0.8.11claws125
1578
1579         * configure.ac
1580                 arrange the plugins in reverse alphabetical order
1581                 
1582         * src/plugins/clamav/clamav_plugin.[ch]
1583           src/plugins/clamav/clamav_plugin_gtk.c
1584                 rename some params
1585                 resize max_size window
1586                 re-arrange the order of some gui elements
1587                 improve descriptions
1588         
1589         * src/plugins/image_viewer/plugin.c
1590           src/plugins/mathml_viewer/mathml_viewer.c
1591                 add descriptions
1592                 
1593         * src/plugins/spamassassin/spamassassin_gtk.c
1594                 resize max_size window
1595                 re-arrange the order of some gui elements
1596                 
1597         * src/messageview.c
1598           src/mimeview.c
1599                 correct typos
1600
1601 2003-04-30 [alfons]     0.8.11claws124
1602
1603         * src/imap.c
1604                 fix a leak found while browsing Martin Kluge's 
1605                 valgrind log (Claws only)
1606
1607 2003-04-29 [darko]      0.8.11claws123
1608
1609         * src/gtk/gtkstext.h
1610                 include wchar.h if it is available, fixes compilation
1611                 on HP-UX systems
1612
1613 2003-04-29 [melvin]     0.8.11claws122
1614
1615         * src/prefs_actions.c
1616                 Improved help text of Actions' syntax
1617
1618 2003-04-28 [paul]       0.8.11claws121
1619
1620         * src/action.c
1621                 a better fix for the crash when performing an action
1622                 on a mime part
1623
1624 2003-04-28 [paul]       0.8.11claws120
1625
1626         * src/action.c
1627                 fix crash when performing an action on a
1628                 mime part
1629
1630 2003-04-28 [paul]       0.8.11claws119
1631
1632         * sync with 0.8.11cvs36
1633                 see ChangeLog 2003-04-28
1634
1635 2003-04-27 [paul]       0.8.11claws118
1636
1637         * more sync with 0.8.11cvs35
1638                 see ChangeLog 2003-04-25
1639
1640 2003-04-26 [christoph]  0.8.11claws117
1641
1642         * src/folder.c
1643                 fix remove virtual check
1644
1645 2003-04-26 [paul]       0.8.11claws116
1646
1647         * src/messageview.c
1648                 fix return-receipt, make it work again
1649
1650 2003-04-26 [paul]       0.8.11claws115
1651
1652         * src/mimeview.c
1653                 restore double-clicking of the [application/pgp-signature 
1654                 (Select "Check signature" to check)] line in the message view,
1655                 broken in recent sync
1656
1657 2003-04-26 [christoph]  0.8.11claws114
1658
1659         * src/folder.c
1660                 check if remove virtual really exists before
1661                 calling the function
1662
1663 2003-04-25 [match]      0.8.11claws113
1664
1665         * src/addrindex.c
1666         * src/addrbook.c
1667         * src/ldapquery.[ch]
1668         * src/ldapctrl.[ch]
1669                 fix memleak.
1670         * src/ldapserver.[ch]
1671                 fix memleak. fix segfault.
1672                 plug a Claws memleak
1673
1674 2003-04-25 [alfons]     0.8.11claws112
1675
1676         * src/folder.c
1677                 plug a Claws memleak
1678
1679 2003-04-25 [alfons]     0.8.11claws111
1680
1681         * src/common/session.c
1682                 plug a memleak
1683
1684 2003-04-25 [paul]       0.8.11claws110
1685
1686         * sync with 0.8.11cvs35
1687                 see ChangeLog 2003-04-24 and 2003-04-25
1688                 
1689         * src/gtk/pluginwindow.c
1690                 correct another strange float value
1691
1692 2003-04-24 [christoph]  0.8.11claws109
1693
1694         * src/folder.c
1695                 freeze folder item updates when unsetting new flags
1696
1697         * src/gtk/pluginwindow.c
1698                 correct strange float value
1699
1700 2003-04-23 [paul]       0.8.11claws108
1701
1702         * sync with 0.8.11cvs33
1703                 see ChangeLog 2003-04-23
1704
1705 2003-04-22 [paul]       0.8.11claws107
1706
1707         * src/Makefile.am
1708           src/messageview.c
1709           src/mimeview.c
1710           src/pgptext.[ch]      ** REMOVED **
1711                 remove pgptext.[ch] as its not used any more
1712
1713 2003-04-22 [paul]       0.8.11claws106
1714
1715         * sync with 0.8.11cvs31
1716                 see ChangeLog 2003-04-21 and 2003-04-22
1717
1718 2003-04-21 [alfons]     0.8.11claws105
1719
1720         * src/main.c
1721                 No access to GTK structures if we're a spawned child
1722                 (and clean up code a little bit...) Should fix #126.
1723
1724 2003-04-21 [melvin]     0.8.11claws104
1725
1726         * src/plugins/dillo_viewer/README
1727                 Improved slightly the text.
1728
1729 2003-04-21 [melvin]     0.8.11claws103
1730
1731         * src/plugins/dillo_viewer/README *** NEW ***
1732                 Added a README file for the Dillo plugin
1733
1734 2003-04-20 [paul]
1735
1736         * tools/README
1737           tools/outlook2sylpheed.pl
1738                 updated and improved by Ricardo Mones Lastra
1739
1740 2003-04-18 [oliver]     0.8.11claws102
1741
1742         * src/inc.c 
1743         * src/prefs_account.h
1744                 remove Pop3SessionType (used by selective download)
1745         * src/prefs_toolbar.c
1746                 enable set Default Toolbar button
1747
1748 2003-04-18 [paul]       0.8.11claws101
1749
1750         * sync with 0.8.11cvs29
1751                 see ChangeLog 2003-04-18
1752
1753 2003-04-17 [paul]       0.8.11claws100
1754
1755         * src/prefs_common.[ch]
1756           src/summaryview.c
1757                 remove 'Open next message on deletion' option,
1758                 as the same effect can now be achieved via the
1759                 'Always open messages in summary when selected'
1760                 option.
1761
1762 2003-04-17 [paul]       0.8.11claws99
1763
1764         * sync with 0.8.11cvs28
1765                 see ChangeLog 2003-04-17
1766
1767 2003-04-17 [christoph]  0.8.11claws98
1768
1769         * ac/spamassassin.m4
1770         * src/plugins/spamassassin/libspamc.[ch]
1771         * src/plugins/spamassassin/utils.[ch]
1772                 sync libspamc with SpamAssassin project
1773
1774 2003-04-17 [christoph]  0.8.11claws97
1775
1776         * src/common/socket.h
1777         * src/gtk/sslcertwindow.h
1778                 rename old USE_SSL to USE_OPENSSL
1779
1780 2003-04-17 [paul]       0.8.11claws96
1781
1782         * src/prefs_common.h
1783                 use gulong for P_COLOR so that it compiles/runs on
1784                 64-bit systems. Patch submitted by James Noyes
1785                 <jnoyes-claws@retrogeeks.com>
1786                 
1787         * po/de.po
1788                 updated by Jens
1789
1790 2003-04-17 [paul]       0.8.11claws95
1791
1792         * sync with 0.8.11cvs27
1793                 see ChangeLog 2003-04-16
1794
1795 2003-04-15 [paul]       0.8.11claws94
1796
1797         * src/prefs_common.[ch]
1798                 rearrange to stop the window getting too long:
1799                         move Receive dialog stuff to Receive tab
1800                         move Send dialog to Send tab
1801                         remove Dialogs frame
1802                 rename 'Open messages in summary with cursor keys' to
1803                 'Always open messages in summary when selected', as its
1804                 more appropriate
1805
1806 2003-04-15 [paul]       0.8.11claws93
1807
1808         * src/prefs_common.[ch]
1809           src/summaryview.c
1810                 add new option '/Interface/Open next message on deletion'
1811
1812 2003-04-15 [paul]       0.8.11claws92
1813
1814         * src/summaryview.[ch]
1815                 add /Mark/Lock and /Mark/Unlock to the pop-up
1816                 menu. Patch submitted by Ivan Francolin Martinez
1817                 <ivanfm@users.sourceforge.net>
1818
1819 2003-04-15 [paul]       0.8.11claws91
1820
1821         * sync with 0.8.11cvs24
1822                 see ChangeLog 2003-04-15
1823
1824 2003-04-14 [jens]       0.8.11claws90
1825
1826         * updated German translation and some corrections from
1827                 Roland Bless <bless@tm.uka.de>
1828
1829 2003-04-14 [paul]       0.8.11claws89
1830
1831         * sync with 0.8.11cvs22
1832                 see ChangeLog 2003-04-14
1833
1834 2003-04-13 [paul]       0.8.11claws88
1835
1836         * src/plugins/clamav/clamav_plugin.c
1837                 fix memory leaks
1838                 clean up
1839
1840 2003-04-12 [paul]       0.8.11claws87
1841
1842         * src/plugins/clamav/clamav_plugin.c
1843                 activate enable/disable archive scanning option
1844                 
1845         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1846
1847 2003-04-12 [paul]       0.8.11claws86
1848
1849         * src/plugins/Makefile.am
1850           src/plugins/clamav/Makefile.am                ** NEW FILE **
1851           src/plugins/clamav/README                     ** NEW FILE ** 
1852           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1853           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1854                 add Clam AntiVirus plugin
1855
1856 2003-04-12 [paul]       0.8.11claws85
1857
1858         * sync with 0.8.11cvs21
1859                 see ChangeLog 2003-04-11
1860
1861 2003-04-11 [paul]       0.8.11claws84
1862
1863         * po/es.po
1864                 update Spanish translation. Submitted by Ricardo
1865                 Mones Lastra.
1866
1867 2003-04-10 [christoph]  0.8.11claws83
1868
1869         * src/mbox.c
1870                 fix typo that did not move unfiltered mails to destination
1871                 folder
1872
1873         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1874          when filtering from spool)
1875
1876 2003-04-10 [christoph]  0.8.11claws82
1877
1878         * src/imap.c
1879                 use BODY.PEEK instead of BODY in in message fetch operation
1880                 to make sure the IMAP server does not set the \Seen flag for
1881                 messages. Sylpheed does that later itself, when the message
1882                 is opened in sylpheed
1883
1884         (closes Bug 111 Claws destroys unread marks)
1885
1886 2003-04-09 [oliver]     0.8.11claws81
1887         
1888         * src/folder.c
1889                 fix crash in folder_destroy
1890         * README.claws
1891                 remove selective download
1892
1893 2003-04-09 [christoph]  0.8.11claws80
1894
1895         * src/imap.c
1896                 fix crash in imap_get_msginfo() when then fetched message
1897                 is not found
1898
1899         (closes Bug 110 Crash during mail composition)
1900
1901 2003-04-08 [christoph]  0.8.11claws79
1902
1903         * src/folder.c
1904         * src/prefs_account.c
1905                 Filter new messages that are found in an INBOX folder
1906                 when 'Filter messages on receiving' is enabled in the
1907                 Folder's AccountPrefs. This allows to use Sylpheed's
1908                 filtering engine for IMAP folders where messages are
1909                 added to the INBOX by a MTA
1910
1911 2003-04-08 [paul]       0.8.11claws78
1912
1913         * src/procmsg.h
1914                 clean up after last commit
1915
1916 2003-04-08 [paul]       0.8.11claws77
1917
1918         * sync with 0.8.11cvs20
1919                 see ChangeLog 2003-04-07 and 2003-04-08
1920
1921 2003-04-07 [christoph]  0.8.11claws76
1922
1923         * src/filtering.[ch]
1924         * src/inc.[ch]
1925         * src/mbox.c
1926         * src/procmsg.[ch]
1927                 add procmsg_msginfo_filter() to execute filtering actions
1928
1929 2003-04-06 [christoph]  0.8.11claws75
1930
1931         * src/imap.c
1932                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1933
1934 2003-04-06 [christoph]  0.8.11claws74
1935
1936         * src/common/utils.[ch]
1937                 add g_int_compare() function for slist sorting
1938
1939         * src/imap.c
1940                 fetch all MsgInfos with one command in imap_get_msginfos()
1941                 using an imap set with a list of ranges
1942
1943         * src/news.c
1944                 use new g_int_compare() function
1945
1946 2003-04-06 [thorsten]   0.8.11claws73
1947
1948         * src/mh.c
1949                 corrected implementation of mh_folder_destroy()
1950
1951 2003-04-05 [christoph]  0.8.11claws72
1952
1953         * src/account.c
1954         * src/folder.[ch]
1955         * src/folderview.c
1956         * src/imap.c
1957         * src/inc.c
1958         * src/main.c
1959         * src/mainwindow.c
1960         * src/mbox_folder.c
1961         * src/mh.c
1962         * src/mimeview.h
1963         * src/msgcache.[ch]
1964         * src/news.c
1965         * src/procmime.h
1966         * src/procmsg.[ch]
1967         * src/setup.c
1968         * src/gtk/gtkutils.c
1969                 o rename structure field names class and new to klass and
1970                   new_msgs, to allow including files in C++
1971                 o add 'extern "C"' block to some header files
1972                 o add MsgInfoList and MsgNumberList as alias for GSList for
1973                   developers to know what type of list is expected
1974
1975         * src/plugins/image_viewer/plugin.c
1976         * src/plugins/image_viewer/viewer.[ch]
1977         * src/plugins/image_viewer/viewerprefs.[ch]
1978                 rename function names to prevent conflicts
1979
1980 2003-04-05 [paul]       0.8.11claws71
1981
1982         * sync with 0.8.11cvs18
1983                 see ChangeLog 2003-04-03 and 2003-04-04
1984
1985 2003-04-02 [christoph]  0.8.11claws70
1986
1987         * src/folder.[ch]
1988         * src/imap.[ch]
1989         * src/mbox_folder.[ch]
1990         * src/mh.[ch]
1991         * src/news.[ch]
1992                 o Make all virtual folder functions private
1993                 o remove unused folder code
1994
1995         * src/common/socket.[ch]
1996         * src/summaryview.c
1997                 fix warnings
1998
1999 2003-03-30 [alfons]     0.8.11claws69
2000
2001         * src/send_message.c
2002                 remove two debug traces and see if people still report
2003                 errors
2004
2005 2003-03-30 [alfons]     0.8.11claws68
2006
2007         * src/send_message.c
2008         * src/commons/session.c
2009                 add more debug traces
2010
2011 2003-03-30 [christoph]  0.8.11claws67
2012
2013         * src/folder.c
2014                 change processing folder name from .processing to processing
2015
2016         * src/common/ssl.c
2017                 disable SSL certificate check because it causes Xlib error
2018                 when the child process want's to open an GTK window
2019
2020 2003-03-30 [christoph]  0.8.11claws66
2021
2022         * src/folder.c
2023                 don't use default folder for processing folder item because
2024                 it can be a non local folder
2025
2026         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2027
2028 2003-03-30 [alfons]     0.8.11claws65
2029
2030         * src/send_message.c
2031                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2032                 to generate bad code for 'send_send_data_progressive': When
2033                 called from 'send_send_data_finished', the 'data' pointer is
2034                 cleared just before the assignment to the dialog pointer
2035
2036 2003-03-29 [christoph]  0.8.11claws64
2037
2038         * src/common/prefs.h
2039         * src/plugins/image_viewer/Makefile.am
2040         * src/plugins/image_viewer/plugin.c
2041         * src/plugins/image_viewer/viewer.[ch]
2042         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2043                 add PrefsPage for ImageViewer
2044
2045 2003-03-28 [thorsten]   0.8.11claws63
2046
2047         * src/common/session.c
2048                 added some comments
2049
2050 2003-03-28 [paul]       0.8.11claws62
2051
2052         * sync with 0.8.11cvs16
2053                 see ChangeLog 2003-03-28
2054
2055 2003-03-28 [paul]       0.8.11claws61
2056
2057         * sync with 0.8.11cvs15
2058                 see ChangeLog 2003-03-28
2059
2060 2003-03-27 [christoph]  0.8.11claws60
2061
2062         * src/folder.c
2063         * src/imap.c
2064         * src/common/socket.[ch]
2065                 set socket state to DISCONNECTED when any operation
2066                 fails to allow reconnecting in IMAP code without
2067                 checking the return code of all calls to the command
2068                 functions
2069
2070         * src/folderview.c
2071         * src/summaryview.c
2072                 remove some more stuff that depends on specific
2073                 folder types
2074
2075 2003-03-27 [paul]       0.8.11claws59
2076
2077         * sync with 0.8.11cvs14
2078                 see ChangeLog 2003-03-27
2079                 
2080         * src/selective_download.[ch]   ** REMOVED **
2081                 really removed
2082
2083 2003-03-27 [christoph]  0.8.11claws58
2084
2085         * src/folder.c
2086                 fix handling of tmp_flags in flag copy function
2087
2088 2003-03-27 [paul]       0.8.11claws57
2089
2090         * sync with 0.8.11cvs13
2091                 see ChangeLog 2003-03-27
2092
2093 2003-03-27 [oliver]     0.8.11claws56
2094
2095         * src/maiwindow.c
2096                 remove sel_download_cb
2097
2098 2003-03-27 [oliver]     0.8.11claws55
2099         
2100         * src/inc.c
2101                 remove POP3_TOP
2102         
2103 2003-03-26 [oliver]     0.8.11claws54
2104
2105         *src/pop.h
2106                 remove POP3_TOP*
2107         * README.claws
2108                 remove selective donwload readme
2109
2110 2003-03-26 [oliver]     0.8.11claws53
2111         * src/matcher.[ch]
2112         * src/matcher_parser_parse.y 
2113         * src/pop.c 
2114         * src/prefs_account.[ch]
2115         * src/prefs_filtering.c
2116                 remove selective donwload
2117
2118 2003-03-26 [oliver]     0.8.11claws52
2119
2120         * src/inc.[ch] 
2121         * src/filtering.c 
2122         * src/mainwindow.c 
2123                 remove selective donwload
2124
2125 2003-03-26 [oliver]     0.8.11claws51
2126         
2127         * src/Makefile.am
2128         * src/selective_download.[ch]   ** REMOVE **    
2129
2130 2003-03-26 [christoph]  0.8.11claws50
2131
2132         * src/news.c
2133                 fix NEWS that got broken by a sync with sylpheed-main
2134
2135 2003-03-26 [christoph]  0.8.11claws49
2136
2137         * src/mimeview.c
2138                 fix mime type guessing when no mime type is found for a file
2139
2140 2003-03-25 [christoph]  0.8.11claws48
2141
2142         * src/mimeview.c
2143         * src/procmime.c
2144                 remove mime type guessing from mime parser and use
2145                 name based mime types in viewer lookup for mime type
2146                 application/octet-stream
2147
2148 2003-03-25 [christoph]  0.8.11claws47
2149
2150         * doc-src/readme.txt
2151         * doc-src/rfc2554.txt
2152                 add RFC about SMTP AUTH
2153
2154         * src/send_message.c
2155         * src/common/smtp.[ch]
2156                 add extra error code for authentication errors and
2157                 clear temporary password when this error occurs
2158
2159         (closes Bug 84 authentication failure while sending should
2160          prompt for password again)
2161
2162 2003-03-25 [christoph]  0.8.11claws46
2163
2164         * configure.ac
2165         * src/Makefile.am
2166         * src/imageview.[ch]                            ** REMOVE **
2167         * src/messageview.[ch]
2168         * src/mimeview.[ch]
2169         * src/prefs_common.[ch]
2170         * src/textview.c
2171         * src/plugins/Makefile.am
2172         * src/plugins/image_viewer/.cvsignore           ** NEW **
2173         * src/plugins/image_viewer/Makefile.am          ** NEW **
2174         * src/plugins/image_viewer/plugin.c             ** NEW **
2175         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2176                 move image viewer into a plugin (building is enabled by default)
2177                 [ToDo: Prefs for resize and autoview]
2178
2179 2003-03-25 [paul]       0.8.11claws45
2180
2181         * sync with 0.8.11cvs12
2182                 see ChangeLog 2003-03-26
2183
2184 2003-03-25 [paul]       0.8.11claws44
2185
2186         * sync with 0.8.11cvs11
2187                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2188                 
2189         Note: Selective Download is broken.
2190                 
2191 2003-03-22 [christoph]  0.8.11claws43
2192
2193         * src/folder.c
2194                 code cleanup for flags copying
2195
2196 2003-03-22 [christoph]  0.8.11claws42
2197
2198         * src/plugins/trayicon/trayicon.c
2199                 fix setting the transparent area when the window size
2200                 is forced by the system tray
2201
2202 2003-03-22 [christoph]  0.8.11claws41
2203
2204         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2205         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2206         * src/plugins/trayicon/newmail.xpm              ** NEW **
2207         * src/plugins/trayicon/nomail.xpm               ** NEW **
2208         * src/plugins/trayicon/trayicon.c
2209         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2210                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2211                 o add icon for unread mails
2212                 o set transparency for window
2213
2214 2003-03-22 [christoph]  0.8.11claws40
2215
2216         * src/news.c
2217                 init news session to prevent crash when session is closed
2218
2219 2003-03-22 [christoph]  0.8.11claws39
2220
2221         * src/imap.c
2222         * src/common/session.[ch]
2223                 Init session data to make sure we don't have invalid pointers
2224                 for read_ch and write_ch when new multi process sessions are
2225                 not used
2226
2227         * src/main.c
2228         * src/common/plugin.c
2229         * src/common/sylpheed.c
2230         * src/plugins/demo/demo.c
2231         * src/plugins/dillo_viewer/dillo_viewer.c
2232         * src/plugins/mathml_viewer/mathml_viewer.c
2233         * src/plugins/spamassassin/spamassassin.c
2234         * src/plugins/spamassassin/spamassassin_gtk.c
2235                 add plugin types to allow loading plugins at different times
2236                 (and maybe for different frontends), because it's not good to
2237                 load GTK-Plugins gefore gtk_init was called
2238
2239         * configure.ac
2240         * src/plugins/Makefile.am
2241         * src/plugins/trayicon/.cvsignore               ** NEW **
2242         * src/plugins/trayicon/Makefile.am              ** NEW **
2243         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2244         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2245         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2246         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2247         * src/plugins/trayicon/trayicon.c               ** NEW **
2248                 New Trayicon plugin that shows an icon in a systray that uses
2249                 XEMBED protocol like Gnome's systray. Icon shows if there
2250                 are new mails and a tooltip shows information about new,
2251                 unread and total messages.
2252
2253 2003-03-22 [paul]       0.8.11claws38
2254
2255         * src/common/smtp.c
2256                 fix ESMTP AUTH CRAM-MD5
2257                 [sync with main (still version 0.8.11cvs6), see
2258                  ChangeLog 2003-03-22]
2259
2260 2003-03-21 [colin]      0.8.11claws37
2261
2262         * src/send_message.c
2263                 Fix USE_SSL => USE_OPENSSL
2264
2265 2003-03-21 [colin]      0.8.11claws36
2266
2267         * src/folderview.c
2268                 Fix counts in drag and dropped subfolders
2269
2270 2003-03-21 [colin]      0.8.11claws35
2271
2272         * src/folder.c 
2273         * src/folderview.c
2274                 speed up a bit folder dnd
2275
2276 2003-03-20 [alfons]     0.8.11claws34
2277
2278         * src/main.c
2279         * src/toolbar.c
2280         * src/procmsg.c
2281                 don't send locked queue messages
2282                 (feature request "[ 705245 ] Locking message in outbox 
2283                  should prevent sending")
2284
2285 2003-03-20 [christoph]  0.8.11claws33
2286
2287         * src/folder.c
2288                 remove NEW and UNREAD flag in special folders when scanning
2289                 
2290         * src/common/smtp.c
2291                 fix ESMTP AUTH CRAM-MD5
2292
2293 2003-03-20 [paul]       0.8.11claws32
2294
2295         * src/prefs_account.c
2296                 Re-write 'Tunnel command to open connection' as
2297                 'Use command to communicate with server', and disable
2298                 it for all except IMAP accounts
2299
2300 2003-03-20 [paul]       0.8.11claws31
2301
2302         * sync with 0.8.11cvs6
2303                 see ChangeLog 2003-03-20
2304
2305 2003-03-19 [match]      0.8.11claws30
2306
2307         * src/addritem.[ch]
2308                 include documentation. minor refactoring.
2309         * src/addr_compl.[ch]
2310         * src/addrindex.[ch]
2311         * src/addresbook.[ch]
2312         * src/summaryview.c
2313                 re-enable address lookup (was disabled in
2314                 0.8.11claws20).
2315
2316 2003-03-19 [christoph]  0.8.11claws29
2317
2318         * src/procmsg.c
2319                 add temp flag handling, will make moving and copying
2320                 messages possible again
2321
2322         * src/folder.c
2323                 correct calulation of folder stats
2324
2325 2003-03-18 [match]      0.8.11claws28
2326
2327         * src/editgroup.h
2328                 remove case sensitive comparison (closes bug 80).
2329
2330 2003-03-18 [christoph]  0.8.11claws27
2331
2332         * src/imap.c
2333                 fix imap using a tunnel command
2334
2335         (closes bug 87)
2336
2337 2003-03-18 [christoph]  0.8.11claws26
2338
2339         * src/folder.[ch]
2340         * src/imap.c
2341         * src/procmsg.[ch]
2342                 rewrite flag handling for folders
2343
2344 2003-03-18 [christoph]  0.8.11claws25
2345
2346         * src/folder.c
2347         * src/procmsg.c
2348         * src/summaryview.c
2349                 unset NEW and UNREAD flags when message is ignored, to make
2350                 sure messages don't show up as unread on other IMAP clients,
2351                 because the IGNORE_THREAD flag can not be syncronized through
2352                 the IMAP folder
2353
2354 2003-03-17 [christoph]  0.8.11claws24
2355
2356         * src/imap.c
2357                 don't use recursion to fetch uids when the number of messages
2358                 does not match. Moved code into subfunction that is used
2359                 again when needed, to prevent an endless loop.
2360
2361 2003-03-17 [thorsten]   0.8.11claws23
2362
2363         * src/imageview.[ch]
2364                 export imageview_get_resized_size() (for plugins)
2365         * src/prefs_common.[ch]
2366                 added prefs_common_get() (for plugins)
2367
2368 2003-03-17 [christoph]  0.8.11claws22
2369
2370         * src/imap.c
2371                 o remove UID guessing from copy code
2372                 o support UIDPLUS extension for APPEND command
2373
2374 2003-03-17 [paul]       0.8.11claws21
2375
2376         * src/gtk/about.c
2377                 remove 'Compiled-plugins' section.
2378                 
2379         * src/plugins/dillo_viewer/dillo_viewer.c
2380                 slight change to description text
2381
2382 2003-03-16 [match]      0.8.11claws20
2383         * src/ldapserver.[ch]           ** NEW **
2384         * src/ldapctrl.[ch]             ** NEW **
2385         * src/ldapquery.[ch]            ** NEW **
2386         * src/ldaputil.[ch]             ** NEW **
2387         * src/addrcindex.[ch]           ** NEW **
2388         * src/addrquery.h               ** NEW **
2389         * src/addritem.[ch]
2390         * src/addrcache.[ch]
2391         * src/addrindex.[ch]
2392         * src/addr_compl.[ch]
2393         * src/addressbook.[ch]
2394         * src/addrbook.[ch]
2395         * src/editgroup.c
2396         * src/editaddress.c
2397         * src/editldap.c
2398         * src/editldap_basedn.c
2399         * src/vcard.c
2400         * src/jpilot.c
2401         * src/Makefile.am
2402                 included dynamic LDAP queries. improved address
2403                 completion.
2404
2405 2003-03-16 [paul]       0.8.11claws19
2406
2407         * tools/multiwebsearch.pl
2408                 fix a fatal typo
2409
2410 2003-03-16 [christoph]  0.8.11claws18
2411
2412         * src/mimeview.c
2413         * src/plugins/dillo_viewer/dillo_viewer.c
2414         * src/plugins/mathml_viewer/mathml_viewer.c
2415                 make unregistering of MimeViewerFactorys possible
2416
2417 2003-03-16 [alfons]     0.8.11claws17
2418
2419         * configure.ac
2420                 correct typo
2421
2422 2003-03-16 [melvin]     0.8.11claws16
2423
2424         * src/plugins/dillo_viewer.c
2425                 Fixed bug where it was not possible to view more than
2426                 one text/html attachment per message (bug discovered
2427                 by Christoph Hohmann).
2428
2429 2003-03-15 [melvin]     0.8.11claws15
2430
2431         * src/prefs_actions.c
2432                 Fixed compilation warnings.
2433
2434 2003-03-15 [melvin]     0.8.11claws14
2435
2436         * src/plugins/Makefile.am
2437         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2438         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2439         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2440                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2441                 newer (http://dillo.auriga.wearlab.de/).
2442
2443 2003-03-15 [christoph]  0.8.11claws13
2444
2445         * src/imap.c
2446                 don't query imap folder for attributes because we already
2447                 for them from imap_status
2448
2449         * src/mimeview.[ch]
2450                 add support for plugable MimeViewers (unloading Viewers
2451                 not yet complete)
2452
2453         * src/plugins/Makefile.am
2454         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2455         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2456         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2457                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2458                 widget from http://helm.cs.unibo.it/mml-widget/
2459
2460 2003-03-14 [christoph]  0.8.11claws12
2461
2462         * src/folder.[ch]
2463                 o error return code's should better be negative
2464                 o replace printf with debug_print
2465
2466         * src/imap.c
2467                 improve IMAP folder scan by checking UID-NEXT
2468
2469         * src/summaryview.c
2470                 remove check that are unnecessary in my opinion
2471
2472 2003-03-13 [christoph]  0.8.11claws11
2473
2474         * src/folder.[ch]
2475         * src/foldersel.c
2476         * src/folderview.c
2477         * src/imap.c
2478         * src/mbox_folder.c
2479         * src/mh.c
2480         * src/news.c
2481         * src/prefs_scoring.c
2482         * src/summaryview.c
2483                 use a common function to get a displayable name
2484                 for a FolderItem
2485
2486 2003-03-13 [paul]       0.8.11claws10
2487
2488         * tools/Makefile.am
2489           tools/README
2490           tools/multiwebsearch.conf     ** NEW FILE **
2491           tools/multiwebsearch.pl       ** NEW FILE **
2492                 add multiwebsearch Actions script
2493
2494 2003-03-13 [colin]      0.8.11claws9
2495
2496         * src/compose.c
2497                 Remove leading emtpy lines from quoted text
2498                 before quoting it
2499
2500 2003-03-13 [melvin]     0.8.11claws8
2501
2502         * src/prefs_actions.c
2503                 Fixed a memory leak
2504                 Code clean ups
2505                 Added Cancel and OK buttons
2506                 Corrected help text
2507
2508 2003-03-13 [christoph]  0.8.11claws7
2509
2510         * src/account.c
2511         * src/folder.[ch]
2512         * src/imap.c
2513         * src/mainwindow.c
2514         * src/mbox_folder.c
2515         * src/mh.c
2516         * src/news.c
2517         * src/setup.c
2518                 replace more folder type stuff with folder class stuff
2519
2520 2003-03-13 [melvin]     0.8.11claws6
2521
2522         * src/prefs_actions.c
2523                 Added new tokens:
2524                 %u: user provided argument
2525                 %h: user provided argument (hidden on input)
2526                 %s: current text selection in the message view 
2527
2528 2003-03-13 [paul]       0.8.11claws5
2529
2530         * sync with 0.8.11cvs5
2531                 see ChangeLog 2003-03-11, 2003-03-12
2532
2533 2003-03-12 [christoph]  0.8.11claws4
2534
2535         * src/folder.c
2536                 use folder class idstr when writing folderlist.xml
2537
2538         * src/folder.h
2539         * src/imap.c
2540         * src/news.c
2541                 replace folder type checks with folder class checks
2542
2543 2003-03-12 [christoph]  0.8.11claws3
2544
2545         * src/folder.[ch]
2546         * src/imap.[ch]
2547         * src/main.c
2548         * src/mbox_folder.[ch]
2549         * src/mh.[ch]
2550         * src/news.[ch]
2551                 o create a list of known folder classes in the folder system
2552                 o use folder class id strings for folder item identifiers
2553
2554 2003-03-12 [christoph]  0.8.11claws2
2555
2556         * src/imap.c
2557                 fix imap uid validity check
2558
2559 2003-03-12 [christoph]  0.8.11claws1
2560
2561         * src/account.c
2562         * src/folder.[ch]
2563         * src/foldersel.c
2564         * src/folderview.c
2565         * src/imap.c
2566         * src/mainwindow.c
2567         * src/mbox_folder.c
2568         * src/mh.c
2569         * src/news.c
2570         * src/prefs_scoring.c
2571         * src/procmsg.c
2572         * src/setup.c
2573         * src/summaryview.c
2574                 initial restructuring of folder system, seperating
2575                 folders and folder classes
2576
2577 2003-03-12 [paul]       0.8.11claws
2578
2579         0.8.11claws release
2580
2581 2003-03-12 [christoph]
2582
2583         * src/gtk/prefswindow.c
2584                 fix translation of "Page Index"
2585
2586 2003-03-12 [paul]       0.8.10claws110
2587
2588         a sync from 0.8.11cvs4 before the release
2589
2590         * src/common/utils.c
2591                 subject_compare_for_sort(): allow null strings (fixes
2592                 summary sorting).
2593
2594 2003-03-11 [paul]       0.8.10claws109
2595
2596         * po/es.po
2597                 update Spanish translation, submitted by
2598                 Ricardo Mones Lastra
2599
2600 2003-03-11 [melvin]     0.8.10claws108
2601
2602         * po/fr.po
2603                 Updated French translations
2604
2605 2003-03-11 [paul]       0.8.10claws107
2606
2607         * manual/en/Makefile.am
2608           manual/en/*.html
2609                 update English manual, add a new page
2610                 updated by Francois Barriere <fbarriere@atmel.fr>
2611                 
2612         * po/bg.po
2613           po/it.po
2614           po/sr.po
2615                 update Bulgarian, Italian, and Serbian translations
2616                 submitted by George Danchev, Alessandro Maestri, and
2617                 Urke MMI
2618
2619 2003-03-10 [paul]       0.8.10claws106
2620
2621         * src/gtk/about.c
2622           src/gtk/prefswindow.c
2623                 make some strings translatable
2624
2625 2003-03-10 [darko]      0.8.10claws105
2626
2627         * src/compose.c
2628                 code cleanup to make Hiro happy
2629
2630 2003-03-10 [paul]       0.8.10claws104
2631
2632         * sync with 0.8.11cvs2
2633                 see ChangeLog 2003-03-10
2634
2635 2003-03-09 [melvin]     0.8.10claws103
2636
2637         * src/textview.c
2638                 textview_set_font(): fix for message display in
2639                 UTF-8 locales (thanks to Sergey Vlasov).
2640                 (was unintentionnaly reverted in 0.8.6claws6)   
2641
2642 2003-03-08 [darko]      0.8.10claws102
2643
2644         * src/compose.c
2645                 fix infinite loop in wrapping as reported
2646                 by happycactus
2647                 obsoletes patch #696482
2648
2649 2003-03-08 [christoph]  0.8.10claws101
2650
2651         * src/imap.c
2652                 add workaround for IMAP servers that do not
2653                 support the "UID SEARCH UID" command
2654
2655 2003-03-07 [christoph]  0.8.10claws100
2656
2657         * src/plugins/spamassassin/spamassassin.[ch]
2658         * src/plugins/spamassassin/spamassassin_gtk.c
2659                 code cleanup
2660
2661 2003-03-07 [paul]       0.8.10claws99
2662
2663         * po/es.po
2664                 updated Spanish translation, submitted by
2665                 Ricardo Mones Lastra
2666
2667 2003-03-07 [christoph]  0.8.10claws98
2668
2669         * src/send.c
2670                 fix in 0.8.10claws94 was wrong
2671                 local delivery does not require escaping, remove escaping
2672                 code to make signatures of mails with "." lines valid
2673                 
2674                 NOTE: requires that sendmail is executed with "-i" option,
2675                       what is the default now, but has to be changed in all
2676                       exsiting accounts)
2677
2678 2003-03-07 [paul]       0.8.10claws97
2679
2680         * sync with 0.8.11 release
2681                 see ChangeLog 2003-03-07
2682
2683 2003-03-06 [paul]       0.8.10claws96
2684
2685         * src/compose.c
2686                 revert commit 0.8.10claws92
2687
2688 2003-03-06 [paul]       0.8.10claws95
2689
2690         * src/folderview.c
2691                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2692
2693         * src/gtkaspell.c
2694                 fix bug 74, 'Crash opening editor window with pseudo-color
2695                 display'
2696                 
2697         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2698
2699 2003-03-06 [christoph]  0.8.10claws94
2700
2701         * src/send.c
2702                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2703                 all lines starting with a period get an extra period
2704                 inserted
2705                 (found by Simon 'corecode' Schubert)
2706
2707 2003-03-06 [paul]       0.8.10claws93
2708
2709         * src/folderview.c
2710                 if configured font can't be loaded fall back to gtk
2711                 default. (with thanks to Christoph)
2712                 
2713                 closes long-standing bug 15 'Crashes on startup'
2714
2715 2003-03-06 [paul]       0.8.10claws92
2716
2717         * src/compose.c
2718                 freeze text before autosave and thaw afterwards
2719                 fixes bug 67 'autosave make re-rediting message crazy'
2720
2721 2003-03-06 [christoph]  0.8.10claws91
2722
2723         * src/compose.c
2724                 ignore address comment in dupe check for Cc-list
2725
2726         (closes reopened bug 47 Replying to message strips name part of
2727          e-mail addresses of Cc: lines)
2728
2729 2003-03-06 [paul]       0.8.10claws90
2730
2731         * src/Makefile.am
2732                 remove reference to gtkxtext.h as its no longer in
2733                 the repository
2734
2735 2003-03-06 [paul]       0.8.10claws89
2736
2737         * sync with 0.8.10cvs25
2738                 see ChangeLog 2003-03-06
2739
2740 2003-03-06 [oliver]     0.8.10claws88
2741         
2742         * src/messageview.c
2743                 remove include
2744
2745 2003-03-06 [oliver]     0.8.10claws87
2746         
2747         * src/folderview.c 
2748                 remove changes introduced inclaws74
2749         * src/messageview.c
2750                 another attempt to sanely delete and update
2751                 messages deleted in separate messageview
2752
2753 2003-03-05 [christoph]  0.8.10claws86
2754
2755         * src/summaryview.c
2756                 check if "From" matches any account's address if
2757                 addressbook completion of addresses is disabled too
2758
2759         (closes Bug 70 "Display recipient in from" doesn't check
2760          folder's default account)
2761
2762 2003-03-05 [christoph]  0.8.10claws85
2763
2764         * src/compose.c
2765         * src/common/utils.[ch]
2766                 don't strip address comments when building Cc lists
2767
2768         (closes Bug 47 Replying to message strips name part of e-mail addresses
2769          of Cc: lines)
2770
2771         * src/folder.c
2772                 fix return value of copy function
2773
2774 2003-03-05 [christoph]  0.8.10claws84
2775
2776         * src/imap.c
2777                 don't ask imap server for non rfc822 headers
2778
2779         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2780
2781         * src/imap.c
2782                 destroy session on socket error to allow reconnecting
2783
2784 2003-03-05 [christoph]  0.8.10claws83
2785
2786         * configure.ac
2787                 fix building with gnome when no prefix is set
2788
2789         (closes bug 66 Gnome directory is set to NONE)
2790
2791 2003-03-05 [paul]       0.8.10claws82
2792
2793         * sync with 0.8.10cvs23
2794                 see ChangeLog 2003-03-05
2795
2796 2003-03-04 [christoph]  0.8.10claws81
2797
2798         * src/folder.c
2799                 o fix moving and copying when folder returns 0 for new
2800                   message number
2801                 o remove some code for single message copy and move
2802                   operations and use functions for multiple messages
2803
2804         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2805
2806         * src/news.c
2807                 remove unused include
2808
2809 2003-03-04 [paul]       0.8.10claws80
2810
2811         * src/gtk/about.c
2812                 list 'Compiled plugins'
2813
2814 2003-03-03 [christoph]  0.8.10claws79
2815
2816         * src/news.[ch]
2817                 have to multiply the percentage of the current fetch with
2818                 the percentage that it has of the total fetch operation
2819                 for correct values
2820
2821 2003-03-03 [christoph]  0.8.10claws78
2822
2823         * src/news.c
2824                 fix calculation of expected lines for progress indicator
2825
2826 2003-03-03 [christoph]  0.8.10claws77
2827
2828         * src/summaryview.c
2829         * src/common/utils.c
2830                 fix segfault when opening the root news folder
2831
2832 2003-03-03 [christoph]  0.8.10claws76
2833
2834         * src/mainwindow.[ch]
2835         * src/common/Makefile.am
2836         * src/common/progressindicator.[ch]
2837                 add UI independent progress indicator handling
2838
2839         * src/news.[ch]
2840                 use new progress indicator for message info fetching
2841
2842         * src/common/hooks.h
2843                 code cleanup
2844
2845 2003-03-03 [oliver]     0.8.10claws75
2846
2847         * src/toolbar.c
2848         * src/compose.c
2849                 removed commented code
2850
2851 2003-03-03 [oliver]     0.8.10claws74
2852
2853         * src/toolbar.[ch]
2854                 cleanups and refactoring
2855         * src/compose.[ch]
2856                 compose_reply_mode reply & forwarding interface for
2857                 toolbar buttons
2858         * src/folderview.c
2859                 act on messages marked for deletion in folderview_selected
2860                 based on prefs_common.immediate_exec since a message might 
2861                 have been deleted by messageview in a folder we are changing 
2862                 to (does anybody understand what I'm on about ?)
2863
2864 2003-03-03 [oliver]     0.8.10claws73
2865         
2866         * src/messageview.[ch]
2867                 new functions
2868                 - messageview_delete: delete message shown in messagview
2869                 - messageview_update_view: update messageview to currently 
2870                   selected summaryview message
2871                 - add separate messageview to msgview_list in order to update 
2872                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2873         * src/summaryview.[ch]
2874                 summary_get_selection returns a list of selected msgs
2875                 in summaryview
2876         * src/mainwindow.c
2877                 toolbar reply refactoring
2878
2879 2003-03-03 [paul]       0.8.10claws72
2880
2881         * sync with 0.8.10cvs21
2882                 see ChangeLog 2003-03-03
2883
2884 2003-03-02 [christoph]  0.8.10claws71
2885
2886         * src/common/passcrypt.c
2887                 use POSIX includes
2888
2889 2003-03-02 [christoph]  0.8.10claws70
2890
2891         * configure.ac
2892         * src/prefs_account.c
2893         * src/prefs_gtk.[ch]
2894         * src/common/.cvsignore
2895         * src/common/Makefile.am
2896         * src/common/passcrypt.c                ** NEW **
2897         * src/common/passcrypt.h.in             ** NEW **
2898                 Implement password encryption in config files
2899                 using unix encrypt and setkey functions. The crypt
2900                 key can be set as a configure parameter. Old
2901                 passwords will be converted if they do not begin
2902                 with '!'
2903
2904 2003-03-02 [paul]       0.8.10claws69
2905
2906         * src/prefs_account.c
2907                 fix compile error
2908
2909 2003-03-01 [thorsten]   0.8.10claws68
2910
2911         * po/el.po
2912           po/hr.po
2913           po/it.po
2914           po/nl.po
2915           po/sr.po
2916           po/sv.po
2917                 corrected format strings
2918         * po/en_GB.po
2919                 corrected headers
2920                 (fix compile errors with GNU gettext-0.11.5)
2921
2922 2003-03-01 [oliver]     0.8.10claws67
2923
2924         * src/summaryview.c
2925                 menu callbacks call toolbar_menu_reply
2926
2927 2003-03-01 [oliver]     0.8.10claws66
2928
2929         * src/mainwindow.c
2930         * src/messageview.c
2931                 menu callbacks call toolbar_menu_reply
2932         * src/toolbar.[ch]
2933                 callbacks from menu handled by toolbar_menu_reply
2934
2935 2003-03-01 [paul]       0.8.10claws65
2936
2937         * src/addressbook.c
2938                 revert commit 0.8.10claws54 - breaks editing of
2939                 addressbook.
2940                 
2941         * po/bg.po
2942                 update Bulgarian translation, submitted by
2943                 George Danchev
2944
2945 2003-02-28 [christoph]  0.8.10claws64
2946
2947         * src/account.c
2948         * src/addressadd.c
2949         * src/compose.c
2950         * src/gtkaspell.c
2951         * src/gtkxtext.h                ** REMOVE **
2952         * src/imap.c
2953         * src/matcher.[ch]
2954         * src/mh.c
2955         * src/news.c
2956         * src/pine.c
2957         * src/prefs_common.c
2958         * src/prefs_matcher.c
2959         * src/procheader.[ch]
2960         * src/procmsg.[ch]
2961         * src/toolbar.c
2962         * src/common/ssl_certificate.c
2963         * src/gtk/colorlabel.c
2964         * src/gtk/menu.c
2965                 o fix warnings
2966                 o remove code obsoleted by new cache and folder system rework
2967
2968 2003-02-28 [oliver]     0.8.10claws63
2969         
2970         * src/toolbar.[ch]
2971                 * fix bug where reply in Messageview replied to 
2972                 Message displayed in summaryview
2973                 (reportedd via ML by chinatinte at gmx dot ch)
2974                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2975                 didn't work in separate MessageView Toolbar
2976                 (wondering if anybody uses this at all ?)
2977         * src/summaryview.[ch]
2978                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2979                 (generalize reply and forward code);
2980         * src/messageview.c 
2981                 remove focus_in event which updated summaryview to messageview
2982
2983 2003-02-28 [paul]       0.8.10claws62
2984
2985         * po/Makefile.in.in
2986                 add the --check option
2987                 Patch submitted by Ricardo Mones Lastra
2988
2989 2003-02-28 [paul]       0.8.10claws61
2990
2991         * src/prefs_account.c
2992                 re-order 'Signature' items
2993
2994 2003-02-28 [paul]       0.8.10claws60
2995
2996         * sync with 0.8.10cvs20
2997                 see ChangeLog 2003-02-28
2998
2999 2003-02-28 [paul]       0.8.10claws59
3000
3001         * po/POTFILES.in
3002                 update to reflect recent movement of files
3003
3004 2003-02-28 [paul]       0.8.10claws58
3005
3006         * sync with 0.8.10cvs19
3007                 see ChangeLog 2003-02-28
3008
3009 2003-02-27 [martin]     0.8.10claws57
3010
3011         * src/prefs_matcher.c 
3012                 fix segfault in prefs_matcher_ok() when the
3013                 last entry is deleted and prevents that the
3014                 message "entry not saved" comes up after deleting
3015                 an entry
3016
3017 2003-02-27 [martin]     0.8.10claws56
3018
3019         * src/prefs_filtering.c 
3020                 fix segfault in prefs_filtering_ok() when the
3021                 last entry is deleted and prevents that the
3022                 message "entry not saved" comes up after deleting
3023                 an entry
3024
3025 2003-02-27 [paul]       0.8.10claws55
3026
3027         * sync with 0.8.10cvs18
3028                 see ChangeLog 2003-02-27
3029
3030 2003-02-27 [paul]       0.8.10claws54
3031
3032         * src/addressbook.c
3033                 fix bug where the address book crashes with 
3034                 multiple lookups.
3035                 Patch [687729] submitted by David Frager 
3036                 <dbfrager@users.sourceforge.net>
3037
3038 2003-02-25 [christoph]  0.8.10claws53
3039
3040         * src/Makefile.am
3041         * src/colorlabel.[ch]           ** REMOVE **
3042         * src/gtk/Makefile.am
3043         * src/gtk/colorlabel.[ch]       ** NEW **
3044                 move colorlabel files to gtk directory
3045
3046         * src/esmtp.[ch]                ** REMOVE **
3047                 has been merged into smtp.[ch] in 0.7.5
3048
3049 2003-02-25 [christoph]  0.8.10claws52
3050
3051         * src/Makefile.am
3052         * src/about.[ch]                ** REMOVE **
3053         * src/gtk/Makefile.am
3054         * src/gtk/about.[ch]            ** NEW **
3055                 move about files to gtk directory
3056
3057 2003-02-25 [christoph]  0.8.10claws51
3058
3059         * src/folder.c
3060                 some code optimization of folder scanning code
3061
3062         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3063
3064 2003-02-25 [christoph]  0.8.10claws50
3065
3066         * src/main.c
3067         * src/common/sylpheed.c
3068                 add command line parameter parsing to common code
3069
3070 2003-02-24 [christoph]
3071
3072         * Makefile.am
3073         * configure.ac
3074                 fix gnome prefix problems, the configure script now removed
3075                 `gnome-config --prefix` from `gnome-config --datadir`
3076                 and adds $(prefix} instead
3077
3078         (closes Bug 24 Makefile does not respect prefix when installing
3079          GNOME data)
3080
3081 2003-02-24 [christoph]  0.8.10claws49
3082
3083         * src/news.c
3084                 check for valid session before trying to authenticate
3085
3086         (closes Bug 60 crash if "authenticate on logon" is activated
3087          and newsserver-hostname is not valid)
3088
3089 2003-02-24 [melvin]     0.8.10claws48
3090
3091         * src/prefs_actions.c
3092                 Make sure all user's input is sent to the action and then
3093                 close the socket..
3094
3095 2003-02-23 [alfons]     0.8.10claws46
3096
3097         * src/summaryview.c
3098                 also wait cursor when deleting files
3099
3100 2003-02-23 [paul]
3101
3102         * tools/freshmeat_search.pl
3103           tools/google_search.pl
3104                 scripts should now work for any browser/browser command line
3105
3106 2003-02-22 [christoph]  0.8.10claws45
3107
3108         * src/procmsg.c
3109                 fix IMAP flag setting, IMAP flag is not handled correctly
3110                 anymore by the folder system and information about the
3111                 folder should not be saved in the MsgInfo (in my opinion)
3112
3113         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3114
3115 2003-02-22 [christoph]  0.8.10claws44
3116
3117         * src/summaryview.c
3118                 fix spelling of "label" ;-)
3119
3120 2003-02-22 [thorsten]   0.8.10claws43
3121
3122         * src/mimeview.c
3123           src/prefs_common.[ch]
3124           src/procmime.[ch]
3125                 do not use description as attachment name
3126
3127 2003-02-22 [alfons]     0.8.10claws42
3128
3129         * src/summaryview.c
3130                 freeze/thaw folder item updates when changing color labels,
3131                 and put a wait cursors on
3132
3133 2003-02-22 [thorsten]   0.8.10claws41
3134
3135         * src/mimeview.c
3136                 save-all fixes: crash if invoked on multipart container,
3137                 mimeinfo access, pathseparators, error dialog
3138
3139 2003-02-21 [alfons]     0.8.10claws40
3140
3141         * src/prefs_gtk.c
3142                 remove unused var
3143
3144 2003-02-21 [colin]      0.8.10claws39
3145
3146         * src/send.c
3147                 Fix smtp logging
3148
3149 2003-02-21 [colin]      0.8.10claws38
3150
3151         * src/summaryview.c
3152                 Freeze/thaw folderItem updates when filtering messages 
3153                 via Tools/Filter messages
3154
3155 2003-02-21 [paul]       0.8.10claws37
3156
3157         * src/compose.c
3158                 revert commit 0.8.10claws26, there are ulterior motives
3159                 for users to set a Reply-To header when posting to
3160                 newsgroups
3161
3162 2003-02-21 [paul]       0.8.10claws36
3163
3164         * sync with 0.8.10cvs17
3165                 see ChangeLog 2003-02-21
3166
3167 2003-02-20 [christoph]  0.8.10claws35
3168
3169         * src/imap.c
3170                 IMAP UID fetch speedup using SEARCH
3171
3172         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3173
3174         * src/imap.c
3175                 fix problem with UIDs in IMAP UID cache that no longer existed
3176
3177 2003-02-20 [christoph]  0.8.10claws34
3178
3179         * src/imap.c
3180         * src/procheader.c
3181         * src/procheader.h
3182                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3183
3184         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3185
3186         * src/imap.c
3187                 Rewrite imap_cmd_gen_recv use sock_getline instead
3188                 of sock_gets to avoid problems with too long reply
3189                 lines
3190     
3191 2003-02-20 [colin]      0.8.10claws33
3192         
3193         * src/prefs_account.c
3194                 Better wording
3195
3196 2003-02-20 [colin]      0.8.10claws32
3197
3198         * src/compose.c
3199                 Remove useless '&& !to_sender' 
3200
3201 2003-02-20 [darko]
3202
3203         * AUTHORS
3204                 change my e-mail address
3205
3206 2003-02-19 [colin]      0.8.10claws31
3207
3208         * src/prefs_common.c
3209                 X11 style colors for every configurable color
3210
3211 2003-02-19 [alfons]     0.8.10claws30
3212
3213         * src/prefs_gtk.[ch]
3214         * src/prefs_common.c
3215                 for color_new accept both plain integers and X11 style color
3216                 names (as found in /usr/lib/X11/rgb.txt)
3217
3218 2003-02-19 [paul]       0.8.10claws29
3219
3220         * src/mainwindow.c
3221                 add tooltips to online/offline button and account selector
3222                 button
3223
3224 2003-02-19 [paul]       0.8.10claws28
3225
3226         * src/folder.c
3227           src/news.c
3228           src/prefs_account.[ch]
3229           src/prefs_common.[ch]
3230                 move 'Maximum number of articles to download' to
3231                 account prefs.
3232                 clean up account prefs gui a little by hiding entries
3233                 rather then greying out entries
3234
3235 2003-02-19 [hiro]       0.8.10claws27
3236
3237         * src/common/utils.c
3238                 fix bug #54 'yesterdays date is displayed in the message 
3239                 summary window'
3240
3241 2003-02-19 [paul]       0.8.10claws26
3242
3243         * src/compose.c
3244                 fix bug reported in Feature Request [688596] 
3245                 'Reply-to header in news'
3246
3247 2003-02-18 [paul]       0.8.10claws25
3248
3249         * src/select-keys.c
3250                 add a 'List all keys' button to key selection dialog
3251
3252 2003-02-18 [colin]      0.8.10claws24
3253         
3254         * src/stock_pixmap.c
3255                 fix compile error
3256
3257 2003-02-18 [colin]      0.8.10claws23
3258
3259         * src/common/smtp.[ch]
3260           src/prefs_account.c
3261                 Try to starttls if it seems to be the only
3262                 way to authenticate a user
3263
3264 2003-02-18 [paul]       0.8.10claws22
3265
3266         * src/Makefile.am
3267           src/folderview.c
3268           src/stock_pixmap.[ch]
3269           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3270           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3271                 as a Drafts folder is a special folder allow it to have
3272                 its own unique icons
3273
3274 2003-02-18 [colin]      0.8.10claws21
3275
3276         * src/imap.c
3277                 Fix port selection when using starttls
3278
3279 2003-02-18 [paul]       0.8.10claws20
3280
3281         * src/mainwindow.c
3282           src/prefs_common.[ch]
3283                 make blue the default new mail colour
3284
3285 2003-02-18 [paul]       0.8.10claws19
3286
3287         * sync with 0.8.10cvs14
3288                 see ChangeLog 2003-02-18
3289
3290 2003-02-17 [jens]       0.8.10claws18
3291
3292         * src/common/md5.c
3293                 fixed a compile problem with gcc 3.3
3294                 works on 2.95.3 too (testet on PPC as it is big endian)
3295
3296 2003-02-17 [paul]       0.8.10claws17
3297
3298         * sync with 0.8.10cvs13
3299                 see ChangeLog 2003-02-17
3300
3301 2003-02-17 [paul]       0.8.10claws16
3302
3303         * sync with 0.8.10cvs12
3304                 see ChangeLog 2003-02-17
3305
3306 2003-02-16 [match]      0.8.10claws15
3307
3308         * src/addressbook.c
3309                 Eliminates reloading of address data when items
3310                 deleted or added. Applied submitted by
3311                 Luke Plant <lukeplant@softhome.net>
3312
3313 2003-02-16 [paul]       0.8.10claws14
3314
3315         * src/news.c
3316                 when a 'protocol error' is encountered disconnect from
3317                 the server. This means that the user can carry on viewing
3318                 other articles and doesn't have to either wait until the
3319                 server timesout or quit sylpheed.
3320                 Fixes bug #53 'Unable to read messages in newsgroups, 
3321                 displayed message doesn't change'
3322
3323 2003-02-15 [christoph]  0.8.10claws13
3324
3325         * src/imap.c
3326                 fix bug that stopped scanning of folders when an
3327                 IMAP folder was empty
3328
3329         (closes bug 46 stop scan messages in folders after empty folder)
3330
3331 2003-02-15 [paul]
3332
3333         * tools/Makefile.am
3334           tools/README
3335           tools/freshmeat_search.pl     ** NEW FILE **
3336           tools/google_search.pl        ** NEW FILE **
3337                 Add 2 Actions scripts which search freshmeat/google
3338                 for the selected text using the browser configured
3339                 in sylpheedrc.
3340                 
3341         Note: These scripts are very dependent on the format of the
3342         browser command and may not work on every occasion. Testing
3343         is welcome. 
3344
3345 2003-02-14 [alfons]     0.8.10claws12
3346
3347         * src/compose.c
3348                 fix breakage because of uninitialized account pointer.
3349                 please verify.
3350
3351 2003-02-14 [paul]       0.8.10claws11
3352
3353         * src/compose.c
3354           src/prefs_account.[ch]
3355           src/prefs_common.[ch]
3356                 move signature settings to Account Prefs
3357
3358 2003-02-14 [paul]       0.8.10claws10
3359
3360         * sync with 0.8.10cvs11
3361                 see ChangeLog 2003-02-14
3362
3363 2003-02-13 [thorsten]   0.8.10claws9
3364
3365         * src/news.c
3366                 revert news progressbar (GUI separation)
3367
3368 2003-02-13 [paul]       0.8.10claws8
3369
3370         * src/compose.c
3371                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3372                 paragraph 1
3373
3374 2003-02-13 [paul]       0.8.10claws7
3375
3376         * src/compose.[ch]
3377           src/summaryview.c
3378                 fix 'Follow-up and Reply-to' so that it creates a reply to
3379                 the newsgroup and the sender. If the message has the keyword
3380                 'poster' in the Followup-To header, all replies go to the
3381                 sender, re: RFC 1036, Section 2.2.3
3382                 rename all instances of 'ignore_replyto' to 'to_sender', both
3383                 were previously used, now we use just one.
3384
3385 2003-02-13 [paul]       0.8.10claws6
3386
3387         * sync with 0.8.10cvs9
3388                 see ChangeLog 2003-02-13
3389
3390 2003-02-13 [paul]       0.8.10claws5
3391
3392         * configure.ac
3393                 show which plugins are configured in the configure
3394                 output.
3395
3396 2003-02-12 [thorsten]   0.8.10claws4
3397
3398         * src/news.c
3399                 show progress while fetching news headers
3400
3401 2003-02-12 [christoph]  0.8.10claws3
3402
3403         * configure.ac
3404         * src/plugins/Makefile.am
3405                 use AM_CONDITIONAL to enable plugins, automake correctly
3406                 manages this when creating distdir
3407
3408 2003-02-12 [christoph]  0.8.10claws2
3409
3410         * ac/spamassassin.m4
3411         * src/plugins/spamassassin/Makefile.am
3412                 fix building SpamAssassin plugin without OpenSSL
3413
3414 2003-02-12 [paul]       0.8.10claws1
3415
3416         * ac/Makefile.am
3417           src/Makefile.am
3418           src/plugins/Makefile.am
3419                 fix failure of 'make release'
3420
3421 2003-02-12 [paul]       0.8.10claws
3422
3423         * 0.8.10claws released
3424
3425 2003-02-12 [paul]       0.8.9claws56
3426
3427         * po/bg.po
3428           po/es.po
3429           po/it.po
3430           po/ru.po
3431           po/sr.po
3432                 updated translations by George Danchev, Ricardo Mones Lastra,
3433                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3434                 
3435         * sylpheed.spec.in
3436                 Allow the building of RPMs by a regular user. Submitted
3437                 by Sergei Astanin
3438
3439 2003-02-11 [alfons]     0.8.9claws55
3440
3441         * src/colorlabel.c
3442                 don't use pixmaps for label color rect but draw rectangles
3443                 so we can respect the color map of palette based visuals
3444                 (fixes the long time crashes on Suns - thanks to Andreas
3445                 Engel and Steve O'Hara-Smith for testing)
3446
3447 2003-02-11 [christoph]  0.8.9claws54
3448
3449         * src/matcher_parser_parse.y
3450                 correct bug where filering rules of not existing folders in
3451                 matcherrc were added to global filtering
3452                 
3453         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3454          main filter-rules after removing directory, http://bugs.debian.org/180253)
3455         
3456 2003-02-11 [paul]       0.8.9claws53
3457
3458         * sync with 0.8.10cvs7
3459                 see ChangeLog 2003-02-09
3460
3461 2003-02-11 [melvin]     0.8.9claws52
3462
3463         * po/fr.po
3464                 Updated French tranlsations
3465
3466 2003-02-10 [paul]       0.8.9claws51
3467
3468         * sylpheed.spec.in
3469                 correct --enable-openssl
3470                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3471
3472 2003-02-09 [martin]     0.8.9claws50
3473
3474         * src/prefs_matcher.c
3475                 fix segfault in prefs_matcher_substitute_cb() when
3476                 no row is selected
3477
3478 2003-02-09 [paul]       0.8.9claws49
3479
3480         * src/folderview.c
3481                 fix bug where a newsgroup folder's processing rules were
3482                 merged with the global filtering rules when the newsgroup
3483                 folder was deleted, causing some seriously bad results,
3484                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3485
3486 2003-02-08 [melvin]     0.8.9claws48
3487
3488         * src/compose.c
3489                 Corrected and modified an alert message.
3490
3491 2003-02-07 [paul]       0.8.9claws47
3492
3493         * src/folderview.c
3494                 fix bug where both an 'Account properties' window and a
3495                 'Folder properties' window were opened when clicking on
3496                 'Properties' in an NNTP or IMAP folder's popup menu.
3497
3498 2003-02-07 [paul]       0.8.9claws46
3499
3500         * sync with 0.8.10cvs6
3501                 see ChangeLog 2003-02-06
3502
3503 2003-02-06 [christoph]  0.8.9claws45
3504
3505         * src/mbox.c
3506                 freeze folder updates while importing mbox files
3507                 (closes bug 43 importing mbox took hours)
3508                 
3509         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3510
3511 2003-02-06 [thorsten]   0.8.9claws44
3512
3513         * po/de.po
3514                 Updated german translations
3515
3516 2003-02-06 [thorsten]   0.8.9claws43
3517
3518         * src/news.h
3519                 use guint for message numbers (fix count in grouplist dialog)
3520
3521 2003-02-05 [paul]       0.8.9claws42
3522
3523         * sync with 0.8.10cvs2
3524                 see ChangeLog 2003-02-05
3525
3526 2003-02-04 [colin]      0.8.9claws41
3527
3528         * src/prefs_common.[ch]
3529           src/procmsg.c
3530           src/summaryview.c
3531                 Add an option to disable threading by subject
3532
3533 2003-02-04 [christoph]  0.8.9claws40
3534
3535         * src/inc.c
3536                 only abort fetching mails from multiple accounts when the
3537                 error is fatal and does not allow to check any more accounts
3538                 (currently only disk full error)
3539
3540         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3541          receive mails for other accouts)
3542
3543 2003-02-04 [christoph]  0.8.9claws39
3544
3545         * src/folder.c
3546                 first add the new message to the cache, then
3547                 send the update notification
3548
3549         (closes bug 39 after sending message folderview doesnt get updated)
3550
3551 2003-02-04 [colin]      0.8.9claws38
3552
3553         * src/inc.c
3554                 _really_ fix this Connecting... status
3555
3556 2003-02-04 [paul]       0.8.9claws37
3557
3558         * sync with 0.8.10
3559                 see ChangeLog 2003-02-04
3560
3561 2003-02-04 [paul]       0.8.9claws36
3562
3563         * sync with 0.8.9cvs6
3564                 see ChangeLog 2003-02-03
3565
3566 2003-02-04 [paul]       0.8.9claws35
3567
3568         * po/pt_BR.po
3569                 updated by André Filipe de Assunção e Brito 
3570                 <bedecko@netsite.com.br>
3571
3572 2003-02-03 [thorsten]   0.8.9claws34
3573
3574         * po/de.po
3575                 Updated german translations
3576
3577 2003-02-02 [paul]       0.8.9claws33
3578
3579         * po/es.po
3580                 updated by Ricardo Mones Lastra
3581
3582 2003-02-02 [thorsten]   0.8.9claws32
3583
3584         * src/mh.c
3585                 Fix mh_get_msginfo() segfault if file is inaccessible
3586
3587 2003-01-31 [colin]      0.8.9claws31
3588
3589         * src/procheader.c
3590                 Fix last commit's bug
3591
3592 2003-01-31 [colin]      0.8.9claws30
3593
3594         * src/procheader.c
3595                 Missing a change for gpg-signed messages
3596
3597 2003-01-31 [paul]       0.8.9claws29
3598
3599         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3600           src/procheader.c
3601           src/stock_pixmap.[ch]
3602           src/summaryview.c
3603                 indicate GnuPG signed messages by displaying an icon
3604                 in the Attachment column.
3605
3606 2003-01-31 [paul]       0.8.9claws28
3607
3608         * sync with 0.8.9cvs4
3609                 see ChangeLog 2003-01-31
3610
3611 2003-01-31 [alfons]     0.8.9claws27
3612
3613         * src/textview.c
3614                 tune URI parser to accept mailto URLs with a '?'
3615                 (patch from Ruslan Balkin)
3616
3617 2003-01-31 [colin]      0.8.9claws26
3618
3619         * src/summaryview.c
3620                 Fix a leak introduced in claws24
3621
3622 2003-01-31 [colin]      0.8.9claws25
3623
3624         * src/summaryview.c
3625                 Freeze/Thaw folder updates when deleting dups
3626
3627 2003-01-31 [colin]      0.8.9claws24
3628         
3629         * src/addr_compl.c
3630           src/summaryview.c
3631           src/msgcache.c
3632                 little speed improvements
3633
3634 2003-01-31 [colin]      0.8.9claws23
3635
3636         * src/summaryview.c
3637                 Fix segfault when forwarding nothing
3638                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3639                 
3640 2003-01-30 [paul]       0.8.9claws22
3641
3642         * sync with 0.8.9cvs3
3643                 see ChangeLog 2003-01-30
3644
3645 2003-01-30 [paul]       0.8.9claws21
3646
3647         * sync with 0.8.9cvs2
3648                 see ChangeLog 2003-01-30
3649
3650 2003-01-29 [paul]       0.8.9claws20
3651
3652         * sync with 0.8.9cvs1
3653                 see ChangeLog 2003-01-29
3654
3655 2003-01-28 [paul]       0.8.9claws19
3656
3657         * po/POTFILES.in
3658                 update to reflect changes. 
3659                 thanks to Ricardo Mones Lastra
3660
3661 2003-01-27 [christoph]  0.8.9claws18
3662
3663         * ac/openssl.m4
3664         * ac/spamassassin.m4
3665         * src/plugins/spamassassin/README
3666         * src/plugins/spamassassin/libspamc.[ch]
3667         * src/plugins/spamassassin/utils.[ch]
3668                 updated to latest libspamc
3669
3670 2003-01-27 [christoph]  0.8.9claws17
3671
3672         * src/folder.c
3673                 fix wrong use of procheader_get_header_fields
3674
3675 2003-01-27 [christoph]  0.8.9claws16
3676
3677         * src/news.c
3678         * src/prefs_account.[ch]
3679         * src/common/nntp.[ch]
3680                 allow to force authentication for NNTP servers
3681
3682         Patch submitted by Florian Mickler <dmk@d-labs.de>
3683
3684 2003-01-26 [paul]       0.8.9claws15
3685
3686         * src/summaryview.c
3687                 speed up of marking messages as read
3688                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3689
3690 2003-01-26 [christoph]  0.8.9claws14
3691
3692         * src/Makefile.am
3693         * src/mgutils.[ch]              ** REMOVE **
3694         * src/xml.[ch]                  ** REMOVE **
3695         * src/xmlprops.[ch]             ** REMOVE **
3696         * src/common/Makefile.am
3697         * src/common/mgutils.[ch]       ** NEW **
3698         * src/common/xml.[ch]           ** NEW **
3699         * src/common/xmlprops.[ch]      ** NEW **
3700                 move xml files to common directory
3701
3702 2003-01-26 [christoph]  0.8.9claws13
3703
3704         * src/plugins/spamassassin/spamassassin_gtk.c
3705                 only set gtk entry text if string is available
3706
3707 2003-01-26 [melvin]     0.8.9claws12
3708
3709         * src/description_window.c
3710                 Allow resizing of the window
3711                 Allow automatic horizontal scroll bar
3712                 Do not vertically expand and fill
3713
3714 2003-01-26 [christoph]  0.8.9claws11
3715
3716         * src/Makefile.am
3717         * src/gtkutils.[ch]             ** REMOVE **
3718         * src/common/sylpheed.c
3719         * src/gtk/Makefile.am
3720         * src/gtk/description_window.c
3721         * src/gtk/gtkutils.[ch]         ** NEW **
3722         * src/gtk/prefswindow.c
3723                 move gtkutils to gtk directory
3724
3725 2003-01-26 [paul]       0.8.9claws10
3726
3727         * src/summaryview.c
3728                 rename summary_unread_clicked() to summary_status_clicked()
3729
3730 2003-01-26 [melvin]     0.8.9claws9
3731
3732         * src/prefs_actions.c
3733                 Cosmetical changes to the help text
3734
3735 2003-01-26 [paul]       0.8.9claws8
3736
3737         * src/folder.[ch]
3738           src/mainwindow.c
3739           src/prefs_common.c
3740           src/prefs_sumamry_column.c
3741           summaryview.[ch]
3742                 rename the 'Unread' column to 'Status'
3743
3744 2003-01-25 [match]      0.8.9claws7
3745
3746         * src/mgutils.[ch]
3747                 removed reference to LDAP constants. removed error2string.
3748                 included functions to support LDAP dynamic queries.
3749         * src/syldap.h
3750                 moved LDAP constants here.
3751         * src/addressbook.c
3752         * src/addrindex.c
3753         * src/importldif.c
3754                 removed references to LDAP constants and references to
3755                 error2string.
3756
3757 2003-01-25 [paul]       0.8.9claws6
3758
3759         * src/summaryview.c
3760                 summary_thread_build(), summary_thread_init(): remove 
3761                 unneeded reference to summaryview->folder_item
3762
3763 2003-01-25 [christoph]  0.8.9claws5
3764
3765         * src/gtk/description_window.c
3766                 o allow description texts to expand over multiple columns
3767                 o translate all columns
3768         * src/prefs_actions.c
3769                 change syntax description to use new multi column feature
3770
3771         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3772
3773 2003-01-25 [match]      0.8.9claws4
3774
3775         * src/vcard.c
3776                 fixed bug with Quoted-Printable
3777
3778 2003-01-25 [paul]       0.8.9claws3
3779
3780         * src/folder.[ch]
3781           src/summaryview.[ch]
3782                 implement per-folder collapsed/expanded threads setting
3783                 
3784         * src/prefs_common.c
3785                 remove global collapsed/expanded threads option
3786
3787 2003-01-25 [christoph]  0.8.9claws2
3788
3789         * po/POTFILES.in
3790                 add pluginwindow and prefswindow
3791         * src/compose.c
3792                 make send respond correctly to messages that could be added
3793                 to the queue folder, but the UID of the message is unknown
3794         * src/folder.c
3795         * src/imap.c
3796                 don't return guessed UIDs in imap_add_msg anymore. We return
3797                 0 to tell the folder system it was appened but the UID is
3798                 unknown. Folder system now get's the UID by scaning the folder
3799                 and searching the cache for the Message-ID
3800                 (closes bug #29 Messages queued, but not sent)
3801
3802 2003-01-25 [paul]       0.8.9claws1
3803
3804         * src/codeconv.c
3805                 conv_encode_header():  fix bug when long headers with 8-bit
3806                 characters are used, so that the encoded words are wrapped.
3807                 If the space in the original text falls on the wrap boundary,
3808                 it can be lost.
3809                 Patch by Sergey Vlasov.
3810                 
3811         * src/folderview.c
3812                  fix bug where a change to the sorting method or thread view
3813                  of a folder's messages is lost if simpify-subject is set and
3814                  toggled on or off.
3815                  Patch by Luke Plant.
3816
3817 2003-01-24 [paul]       0.8.9claws
3818
3819         * sylpheed-0.8.9claws released
3820         
3821         * Makefile.am
3822           sylpheed.spec.in
3823                 remove reference to 'INSTALL.jp'
3824
3825 2003-01-23 [paul]       0.8.8claws128
3826
3827         * po/es.po
3828           po/it.po
3829           po/ru.po
3830           po/sr.po
3831                 updated translations. submitted by Ricardo Mones Lastra,
3832                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3833
3834 2003-01-23 [colin]      0.8.8claws127
3835
3836         * src/compose.c
3837                 Fix drafted and queued news articles re-edition
3838
3839 2003-01-23 [melvin]     0.8.8claws126
3840
3841         * po/fr.po
3842                 Updated French translations
3843
3844 2003-01-23 [colin]      0.8.8claws125
3845
3846         * src/inc.c
3847                 Fix "Connecting to..." status message
3848
3849 2003-01-22 [paul]       0.8.8claws124
3850
3851         * po/bg.po
3852                 updated by George Danchev
3853                 
3854         * src/folder.c
3855                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3856                 and folder deletion
3857
3858 2003-01-21 [paul]       0.8.8claws123
3859
3860         * po/bg.po
3861                 updated by George Danchev
3862                 
3863         * src/about.c
3864                 its now 2003
3865                 
3866         * src/toolbar.c
3867                 don't translate 'Separator'
3868                 
3869         * src/plugins/spamassassin/Makefile.am
3870                 add aspell to CPPFLAGS
3871                 
3872         * src/plugins/spamassassin/spamassassin.c
3873           src/plugins/spamassassin/spamassassin_gtk.c
3874                 set correct default for spamassassin_receive_spam
3875                 slightly re-word descriptions and some
3876                 other minor changes
3877
3878 2003-01-19 [alfons]     0.8.8claws122
3879                 
3880         * src/mimeview.c
3881                 mimeview_save_as(): we might as well show the file name for
3882                 the single case "Save As" too
3883
3884 2003-01-19 [alfons]     0.8.8claws121
3885
3886         * src/crash.c
3887                 change bug tracker URL to bugzilla URL
3888
3889 2003-01-19 [alfons]     0.8.8claws120
3890
3891         * src/mimeview.c
3892                 mimeview_save_all(): display name of file before overwriting;
3893                 continue saving all, even when one overwrite was cancelled
3894
3895 2003-01-19 [christoph]  0.8.8claws119
3896
3897         * src/summaryview.c
3898         * src/procmsg.[ch]
3899                 fix wrong usage of procmsg_find_children in summaryview
3900                 by using procmsg_update_unread_children instead of
3901                 summaryview_update_unread_children
3902
3903 2003-01-19 [christoph]  0.8.8claws118
3904
3905         * src/procmsg.c
3906                 fix infinite loop in procmsg_find_children
3907                  (closes bug #25 sylpheed crashes on delete.)
3908
3909         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3910
3911 2003-01-19 [paul]       0.8.8claws117
3912
3913         * po/pt_BR.po
3914                 updated by Ivan Francolin Martinez
3915
3916 2003-01-18 [melvin]     0.8.8claws116
3917
3918         * src/prefs_actions.c
3919                 Removed syntax limitation of only one '&' at the end of command.
3920                         Now actions that contain '>/dev/null 2>&1' are possible.
3921
3922 2003-01-18 [melvin]     0.8.8claws115
3923
3924         * src/prefs_actions.c
3925                 Actions IO dialog: when the action ends
3926                 the "Close" button now has focus and [Escape] closes the
3927                 window.
3928
3929 2003-01-18 [christoph]  0.8.8claws114
3930
3931         * src/procmsg.c
3932                 o add debug output when MsgInfos are really freed
3933                 o free GSLists in procmsg_find_children and
3934                   procmsg_update_unread_children
3935
3936 2003-01-18 [christoph]  0.8.8claws113
3937
3938         * src/mainwindow.c
3939                 reorder Configuration menu
3940
3941 2003-01-18 [christoph]  0.8.8claws112
3942
3943         * src/compose.c
3944                 fix applying templates to forwarded messages
3945
3946         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3947
3948 2003-01-17 [christoph]  0.8.8claws111
3949
3950         * src/folder.c
3951                 destroy folder items, when a folder item is removed
3952
3953 2003-01-17 [christoph]  0.8.8claws110
3954
3955         * src/folder.c
3956                 fix wrong folder stats update when ignored message is
3957                 deleted
3958
3959 2003-01-17 [colin]      0.8.8claws109
3960         
3961         * src/mainwindow.c
3962         * src/summaryview.c
3963                 Quicksearch bugfixes: 
3964                 - hide help button at startup if not extended
3965                 - switch to extended when looking for replies
3966
3967 2003-01-17 [paul]
3968
3969         * sync with 0.8.9 release
3970
3971 2003-01-17 [paul]       0.8.8claws108
3972
3973         * sync with 0.8.8cvs11
3974                 see ChangeLog 2003-01-17
3975
3976 2003-01-16 [colin]      0.8.8claws107
3977
3978         * src/procmsg.c
3979                 Changed encryption test to re-ask passphrase
3980                 if an encrypted message hasn't been decrypted
3981                 Fixes bug #5
3982
3983 2003-01-16 [christoph]  0.8.8claws106
3984
3985         * src/prefs_gtk.c
3986         * src/prefs_toolbar.c
3987         * src/gtk/prefswindow.h
3988         * src/plugins/spamassassin/spamassassin_gtk.c
3989                 remove page destroy function that is not used anymore
3990
3991 2003-01-16 [paul]       0.8.8claws105
3992
3993         * sync with 0.8.8cvs9
3994                 see ChangeLog 2002-01-16
3995
3996 2003-01-16 [colin]      0.8.8claws104
3997
3998         * src/compose.[ch]
3999                 Fix bug with autosaved drafts for IMAP, when draft
4000                 folder is specified - fixes bugzilla bug #20
4001
4002 2003-01-15 [paul]       0.8.8claws103
4003
4004         * src/compose.[ch]
4005           src/procmsg.c
4006                 store folder and message-id of message forwarding
4007                 in queue header and set forward flag after sending
4008
4009 2003-01-15 [paul]       0.8.8claws102
4010
4011         * sync with 0.8.8cvs8
4012                 see ChangeLog 2002-01-15
4013
4014 2003-01-15 [colin]      0.8.8claws101
4015
4016         * src/Makefile.am
4017                 Fix linking with GNU libiconv
4018
4019 2003-01-15 [darko]      0.8.8claws100
4020
4021         * src/pine.c
4022                 fix crash when importing pine address book
4023                 entry with an empty name (reported by DY
4024                 <dybulk at tri8.net>)
4025
4026 2003-01-14 [paul]       0.8.8claws99
4027
4028         * configure.in  ** REMOVED **
4029           configure.ac  ** NEW FILE **
4030                 rename configure.in to configure.ac, as it is now
4031                 preferred
4032
4033 2003-01-14 [melvin]     0.8.8claws98
4034
4035         * src/folderview.c
4036                 folderview_check_new(): More precise function description
4037
4038 2003-01-14 [melvin]     0.8.8claws97
4039
4040         * src/folderview.c
4041                 folderview_check_new(): return the number of new messages 
4042                         since last check.
4043         * src/inc.c
4044                 inc_account_mail(): Disable counting of new messages for IMAP
4045                         and NNTP until bug [19] and [14] are fixed.
4046
4047 2003-01-14 [paul]       0.8.8claws96
4048
4049         * sync with 0.8.8cvs6
4050                 see ChangeLog 2003-01-14
4051
4052 2003-01-13 [alfons]     0.8.8claws95
4053
4054         * src/textview.c
4055                 tune email address validation (c. 0.8.8claws89): if . is 
4056                 just one char away from @, the address is invalid too 
4057                 (correctly rejects addresses like foo@.com)
4058
4059 2003-01-13 [paul]       0.8.8claws94
4060
4061         * src/messageview.c
4062           src/toolbar.c
4063                 fixes to the Message View toolbar and menu:
4064                 fix non-functioning Forward button
4065                 make Reply button consider default_reply_list
4066                 remove 'Follow-up...' menu entry
4067                 add 'Forward' and 'Redirect' menu entries
4068
4069 2003-01-13 [melvin]     0.8.8claws93
4070
4071         * src/inc.c
4072                 Fixed typo that could make new messages count incorrect.
4073
4074 2003-01-13 [melvin]     0.8.8claws92
4075
4076         * src/folderview.[ch]
4077                 folderview_check_new(): return the number of new messages.
4078         * src/inc.c
4079                 Should fix bug [14] where new mail notification worked 
4080                         incorrectly with IMAP accounts.
4081                 inc_spool_account(): return number of new msgs, or -1 on error
4082                 inc_all_spool(): return number of new msgs
4083                 
4084 2003-01-13 [melvin]     0.8.8claws91
4085
4086         * src/prefs_actions.c
4087                 Justify help text.
4088
4089 2003-01-12 [thorsten]   0.8.8claws90
4090
4091         * src/common/prefs.c
4092                 close file before rename
4093
4094 2003-01-12 [alfons]     0.8.8claws89
4095
4096         * AUTHORS
4097                 add Christian Mertes
4098         * src/common/utils.[ch]
4099                 g_stricase_hash(), g_stricase_equal(): functions for 
4100                 case insensitive hash tables
4101         * src/textview.c
4102                 use top level domain names to validate email address, based
4103                 on a patch by Christian Mertes (thanks!), but changed 
4104                 implementation to use a hash table 
4105
4106 2003-01-12 [paul]       0.8.8claws88
4107
4108         * po/bg.po
4109                 updated by George Danchev
4110
4111 2003-01-12 [alfons]     0.8.8claws87
4112
4113         * src/summaryview.c
4114                 delete / execute performance: use new style folder update
4115
4116 2003-01-12 [paul]       0.8.8claws86
4117
4118         * sync with 0.8.8cvs5
4119                 see ChangeLog 2003-01-13 (!)
4120
4121 2003-01-12 [alfons]     0.8.8claws85
4122
4123         * src/filtering.c
4124         * src/matcher_parser_parse.y
4125                 prepare change_score filtering action
4126         * src/matcher.[ch]
4127                 give up const-correctness on functions that call non-const-correct functions;
4128                 several casts to gpointer in g_free();
4129                 add change_score;
4130
4131 2003-01-12 [christoph]  0.8.8claws84
4132
4133         * src/compose.c
4134                 fix 2 warnings
4135
4136         * src/gtk/prefswindow.[ch]
4137         * src/plugins/spamassassin/spamassassin_gtk.c
4138                 changed the call of the widget create function
4139                 for PrefsPages, because sometimes the widget
4140                 create function needs a widget that already has
4141                 been attached to a window (to create GDK pixmaps
4142                 for exmaple). So we simply pass the GtkWindow as
4143                 the second parameter now.
4144
4145         * src/main.c
4146         * src/mainwindow.c
4147         * src/prefs_toolbar.[ch]
4148                 rewrite Toolbar Preferences using the new
4149                 prefs window
4150
4151 2003-01-11 [alfons]     0.8.8claws83
4152
4153         * src/addressadd.c
4154                 fix crash when adding sender to addressbook because status bar
4155                 isn't there (the status bar doesn't seem to be used though,
4156                 but I'll let Match decide what to do with it)
4157
4158 2003-01-11 [colin]      0.8.8claws82
4159
4160         * src/main.c
4161           src/toolbar.c
4162                 Two useless changes reversed
4163
4164 2003-01-11 [colin]      0.8.8claws81
4165
4166         * src/mainwindow.c
4167           src/mainwindow.h
4168                 Add mainwindow_get_mainwindow()
4169         * src/alertpanel.c
4170           src/alertpanel.h
4171                 Add alertpanel_error_log() 
4172         * src/compose.c
4173           src/inc.c
4174           src/messageview.c
4175           src/toolbar.c
4176           src/main.c
4177           src/procmsg.c
4178                 Network errors get a View Log button
4179
4180 2003-01-10 [alfons]     0.8.8claws80
4181
4182         * src/prefs_toolbar.c
4183         * src/toolbar.c
4184                 use the translatable string for "Separator" as file name for
4185                 separator toolbar items (probably make this uppercase?)
4186
4187 2003-01-10 [alfons]     0.8.8claws79
4188
4189         * src/prefs_toolbar.c
4190                 put right A_SEPARATOR description string in "displayed
4191                 toolbar items list" so manually added separators are
4192                 saved correctly (bug #10, "Adding a separator to the main 
4193                 toolbar fails, entry in xml file is wrong")
4194
4195 2003-01-10 [christoph]  0.8.8claws78
4196
4197         * src/imap.c
4198                 o fix warnings
4199                 o use CAPABILITY to check if NAMESPACE is available
4200
4201 2003-01-10 [christoph]  0.8.8claws77
4202
4203         * src/imap.[ch]
4204                 apply UIDPLUS IMAP extension support patch
4205
4206         Patch submitted by Simon 'corecode' Schubert
4207
4208 2003-01-10 [paul]       0.8.8claws76
4209
4210         * src/folderview.c
4211                 a sync from main which fixes the news account folders'
4212                 Properties bug
4213
4214 2003-01-10 [christoph]  0.8.8claws75
4215
4216         * src/folder.c
4217                 don't accept 0 as a valid uid returned by copy and move
4218                 functions. 0 means the message was copied or moved but the
4219                 new uid could not be fetched. It is not an error condition
4220                 for the copy or move operation.
4221
4222 2003-01-10 [paul]       0.8.8claws74
4223
4224         * src/prefs_filtering.c
4225                 change English used in Alert when entry is not
4226                 saved.
4227                 
4228         * sync with 0.8.8cvs4
4229                 see ChangeLog 2003-01-10
4230
4231 2003-01-10 [darko]      0.8.8claws73
4232
4233         * src/pine.c
4234                 fix crash when importing address book entry
4235                 without a valid address
4236
4237 2003-01-09 [alfons]     0.8.8claws72
4238
4239         * src/inc.c
4240                 filtering performance: use new style folder update
4241
4242 2003-01-09 [christoph]  0.8.8claws71
4243
4244         * src/compose.c
4245         * src/gtk/menu.[ch]
4246                 fix wrong selecting of mime encoding type, when
4247                 opening property dialog of attachments in the
4248                 compose window. 7bit was always selected and that
4249                 destoryed files with 8bit data.
4250                 (closes bug #9 Sylpheed-claws destroys attachments when
4251                  changing MIME-types)
4252
4253 2003-01-09 [paul]       0.8.8claws70
4254
4255         * sync with 0.8.8cvs3
4256                 see ChangeLog 2003-01-09
4257
4258 2003-01-08 [alfons]     0.8.8claws69
4259         
4260         * src/addressadd.c
4261                 apply patch by Kim Schulz to fix build breakage
4262                 because of missing variable
4263
4264 2003-01-08 [paul]       0.8.8claws68
4265
4266         * sync with 0.8.8cvs2
4267                 see ChangeLog 2002-01-08
4268
4269 2003-01-08 [paul]       0.8.8claws67
4270
4271         * po/it.po
4272                 updated by Alessandro Maestri
4273                 
4274         * src/addressadd.c
4275                 when using 'Add sender to addressbook' allow
4276                 name to be edited and remarks to be entered
4277                 Patch submitted by Luke Plant
4278
4279 2003-01-08 [darko]      0.8.8claws66
4280
4281         * README.claws, src/summaryview.c
4282                 fix description for marked messages
4283
4284 2003-01-08 [paul]
4285
4286         * tools/Makefile.am
4287           tools/launch_phoenix  ** NEW FILE **
4288                 add script that enables using Phoenix as the default
4289                 web browser. 
4290                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4291                 
4292         * tools/OOo2sylpheed.pl
4293                 remove full path to sylpheed executable, just 'sylpheed'
4294                 will do
4295                 
4296         * tools/README
4297                 add launch_phoenix informtion and re-arrange and compress
4298                 the data a little
4299
4300 2003-01-07 [christoph]  0.8.8claws65
4301
4302         * src/folder.c
4303                 fix update for source folder when moving messages
4304         * src/procmsg.[ch]
4305         * src/summaryview.c
4306                 use function to set to_folder for message infos and
4307                 automatically update the op_count for old and new
4308                 folder
4309
4310 2003-01-07 [melvin]     0.8.8claws64
4311
4312         * src/prefs_actions.c
4313                 Fixed bug where an '%p' Action on a displayed image crashed 
4314                         Sylpheed
4315                 Code clean up (get rid of duplicated code and removed unnecessary 
4316                                 structure member)
4317
4318 2003-01-07 [christoph]  0.8.8claws63
4319
4320         * src/compose.c
4321         * src/folder.[ch]
4322         * src/folderview.c
4323         * src/import.c
4324         * src/inc.c
4325         * src/main.c
4326         * src/mainwindow.c
4327         * src/messageview.c
4328         * src/prefs_folder_item.c
4329         * src/procmsg.c
4330         * src/summaryview.c
4331         * src/toolbar.c
4332                 o remove all folder update triggering from the UI code. The folder
4333                   system should know much better when a folder needs an update.
4334                 o to prevent multiple updates in a row the folder updates can be
4335                   frozen for some time.
4336
4337                 Note: - Please verify that no updates are missing
4338                       - Check where freeze/thaws should be added
4339
4340 2003-01-07 [christoph]  0.8.8claws62
4341
4342         * src/prefs_actions.c
4343                 don't translate empty strings
4344
4345         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4346
4347 2003-01-06 [christoph]  0.8.8claws61
4348
4349         * src/prefs_actions.c
4350                 mark strings for gettext
4351         * src/prefs_matcher.c
4352                 use new description window for Execute action and
4353                 match condition in Filtering
4354
4355         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4356
4357 2003-01-06 [alfons]     0.8.8claws60
4358
4359         keep myself inspired to re-organize matcher part 8; 
4360         yes, more to come (I need to move out the descriptive
4361         text for actions to matcher.c, or at least make it not
4362         depend on the wicked ordering)
4363
4364         * src/prefs_matcher.c
4365                 add documentation so others may comprehend the
4366                 UI part of the conditions
4367                 
4368 2003-01-06 [christoph]  0.8.8claws59
4369
4370         * src/prefs_actions.c
4371                 use new description window for syntax help
4372         * src/gtk/description_window.c
4373                 fix display of descriptions with column count != 2
4374
4375         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4376
4377 2003-01-06 [christoph]  0.8.8claws58
4378
4379         * src/quote_fmt.c
4380         * src/summaryview.[ch]
4381         * src/gtk/Makefile.am
4382         * src/gtk/description_window.[ch]       ** NEW **
4383                 use a generic window to display syntax descriptions
4384                 currently used in quote_fmt and summaryview (new description
4385                 for extended quick search)
4386
4387         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4388
4389 2003-01-06 [paul]       0.8.8claws57
4390
4391         * sync with 0.8.8cvs1
4392                 see ChangeLog 2003-01-06
4393
4394 2003-01-06 [christoph]  0.8.8claws56
4395
4396         * src/mainwindow.c
4397         * src/prefs_gtk.[ch]
4398         * src/gtk/prefswindow.[ch]
4399         * src/plugins/spamassassin/spamassassin_gtk.c
4400                 o remove page management from prefswindow, pages
4401                   will be an argument to prefswindow_open
4402                 o prefswindow_open gets a datapointer that is
4403                   passed to the widget_create function to allow
4404                   creation of prefswindow for specific items
4405
4406 2003-01-06 [colin]      0.8.8claws55
4407         
4408         * src/summaryview.c
4409                 We don't want regexp in the reply-finder, 
4410                 because MIDs can contain !,$,. and so on
4411
4412 2003-01-06 [jens]       0.8.8claws54
4413
4414         * src/jpilot.c
4415                 fixed a wrong free in jpilot_read_db_files
4416
4417 2003-01-06 [alfons]     0.8.8claws53
4418
4419         re-organize matcher part 8; more to come
4420        
4421         * src/matcher.c
4422                 matcherprop_to_string(): put g_free()s before the
4423                 switch-case break to fix memleaks                
4424
4425 2003-01-06 [colin]      0.8.8claws52
4426
4427         * src/summaryview.c
4428                 cleanup & reply-finder now displays the first 
4429                 matching message
4430
4431 2003-01-05 [alfons]     0.8.8claws51
4432
4433         re-organize matcher part 7; more to come
4434
4435         * src/matcher.[ch]
4436                 fixes for constant correctness;
4437                 more documentation;
4438
4439 2003-01-05 [alfons]     0.8.8claws50
4440
4441         re-organize matcher part 6; more to come
4442         
4443         * src/matcher.[ch]
4444                 fixes for constant correctness;
4445                 more documentation;
4446         * src/filtering.c
4447                 fix for constant correctness
4448
4449 2003-01-05 [colin]      0.8.8claws49
4450
4451         * src/account.[ch]
4452                 Add account_get_reply_account function
4453         * src/compose.c
4454                 Use account_get_reply_account function 
4455         * src/summaryview.c
4456                 Basic reply-finder - click on the replied
4457                 icon gets you to the outbox using quick-search
4458
4459 2003-01-05 [paul]       0.8.8claws48
4460
4461         * src/prefs_common.c
4462                 small change to English
4463                 
4464         * src/prefs_filtering.c
4465                 prefs_filtering_action_select(): improve logic and uniformity
4466                 of gui
4467
4468 2003-01-05 [alfons]     0.8.8claws47
4469
4470         fine tune solution to focus problems (bug #7)
4471
4472         * src/mainwindow.c
4473                 mainwindow_focus_in_event(): remove grab event check
4474         * src/summaryview.c
4475                 summary_button_pressed(): move selection on right-click
4476                 too. we can't possibly move the selection back after
4477                 canceling a dialog, because gtk's incomplete focus 
4478                 management. whether this is a good solution, only time
4479                 will tell.
4480
4481 2003-01-05 [christoph]  0.8.8claws46
4482
4483         * src/imap.c
4484                 fix crash when no imap connection could be established
4485
4486 2003-01-05 [paul]       0.8.8claws45
4487
4488         * src/mainwindow.c
4489           src/sumamryview.c
4490           src/gtk/menu.[ch]
4491                 fix bug 605957 'shortcuts in popup-menu'
4492                 make user-defined shortcuts work
4493                 show shortcuts that are already defined
4494                 in the main menu
4495                 Patch submitted by Luke Plant
4496
4497 2003-01-05 [alfons]     0.8.8claws44
4498
4499         * src/mainwindow.c
4500                 focus_in_event handler should not select summary view row 
4501                 when another window (menu, dialog) grabbed for events 
4502                 (bug #7, "[0.8.8claws42] Message summary focus") 
4503
4504 2003-01-04 [christoph]  0.8.8claws43
4505
4506         * src/procmsg.c
4507                 update save folder after adding the sent message
4508                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4509
4510 2003-01-02 [christoph]  0.8.8claws42
4511
4512         * src/common/plugin.c
4513                 fix unloading of all plugins and unload
4514                 plugins in reverse order
4515                 
4516         * src/gtk/pluginwindow.c
4517                 implement function of load and unload button
4518
4519         * src/gtk/prefswindow.c
4520         * src/gtk/prefswindow.h
4521                 rename register function and add new unregister
4522                 function
4523
4524         * src/plugins/spamassassin/spamassassin_gtk.c
4525                 unregister prefs page and update for changes in
4526                 src/gtk/prefswindow.c
4527
4528 2003-01-02 [paul]       0.8.8claws41
4529
4530         * po/es.po
4531                 updated by Ricardo Mones Lastra
4532
4533 2003-01-02 [paul]
4534
4535         * tools/tb2sylpheed
4536                 fixes and improvements by Urke MMI
4537
4538 2003-01-02 [thorsten]   0.8.8claws40
4539
4540         * src/procmsg.c
4541                 fixed wrong return value
4542
4543 2003-01-02 [thorsten]   0.8.8claws39
4544
4545         * src/prefs.c
4546                 fixed printing wrong variable
4547
4548 2003-01-02 [thorsten]   0.8.8claws38
4549
4550         * src/prefs.c
4551                 fixed acessing members of freed pfile struct
4552
4553 2003-01-02 [thorsten]   0.8.8claws37
4554
4555         * src/procmsg.c
4556                 detect loops across several messages
4557                 as suggested by Christoph Hohmann
4558
4559 2003-01-01 [match]      0.8.8claws36
4560
4561         * src/addrindex.c
4562                 fixed another memory leak.
4563
4564 2003-01-01 [match]      0.8.8claws35
4565
4566         * src/jpilot.[ch]
4567                 fixed memory leaks. applied Doxygen comments.
4568
4569 2003-01-01 [thorsten]   0.8.8claws34
4570
4571         * src/procmsg.c
4572                 inhibit endless loop if msg references itself
4573                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4574
4575 2003-01-01 [christoph]  0.8.8claws33
4576
4577         * src/mainwindow.c
4578         * src/gtk/Makefile.am
4579         * src/gtk/pluginwindow.c                ** NEW **
4580         * src/gtk/pluginwindow.h                ** NEW **
4581                 add plugin window
4582
4583         * src/plugins/demo/demo.c
4584         * src/plugins/spamassassin/spamassassin.c
4585         * src/plugins/spamassassin/spamassassin_gtk.c
4586                 write better plugin descriptions
4587
4588 2002-12-31 [christoph]  0.8.8claws32
4589
4590         * src/gtk/prefswindow.c
4591         * src/plugins/spamassassin/spamassassin_gtk.c
4592                 some small improvements to GTK code
4593
4594 2002-12-31 [christoph]  0.8.8claws31
4595
4596         * src/plugins/spamassassin/spamassassin_gtk.c
4597                 enable folder select button
4598
4599 2002-12-31 [christoph]  0.8.8claws30
4600
4601         * src/mainwindow.c
4602         * src/gtk/Makefile.am
4603         * src/gtk/prefswindow.c                         ** NEW **
4604         * src/gtk/prefswindow.h                         ** NEW **
4605                 add new prefs window
4606
4607         * src/common/plugin.c
4608                 don't try to load empty config lines
4609         
4610         * src/plugins/spamassassin/Makefile.am
4611         * src/plugins/spamassassin/spamassassin.c
4612         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4613         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4614                 GTK config for SpamAssassin Plugin using
4615                 the new prefs window
4616
4617 2002-12-31 [paul]       0.8.8claws29
4618
4619         * po/POTFILES.in
4620                 remove obsolete entry 'src/menu.c'
4621
4622 2002-12-31 [alfons]     0.8.8claws28
4623
4624         * src/matcher.[ch]
4625         * src/matcher_parser_parse.y
4626         * src/prefs_matcher.c
4627                 add "ignore_thread" and "~ignore_thread" condition so it's
4628                 possible to make the actions / scoring operate on the ignore
4629                 thread flag
4630
4631 2002-12-31 [christoph]  0.8.8claws27
4632
4633         * src/addrbook.c
4634         * src/addrindex.c
4635         * src/folder.c
4636         * src/matcher.c
4637         * src/prefs_account.c
4638         * src/prefs_actions.c
4639         * src/prefs_customheader.c
4640         * src/prefs_display_header.c
4641         * src/prefs_gtk.c
4642         * src/procmime.c
4643         * src/toolbar.c
4644         * src/xmlprops.c
4645         * src/common/prefs.[ch]
4646                 extend prefs file handling for reading and automatic handling
4647                 of blocks. When reading prefs_set_block_label will automatically
4648                 move on to the block. When writing it will copy all other blocks
4649                 automatically
4650
4651         * src/common/plugin.c
4652                 Now loading plugin filenames from [Plugins] block in
4653                 sylpheed rc file
4654
4655 2002-12-30 [christoph]  0.8.8claws26
4656
4657         * src/common/hooks.[ch]
4658                 return abort status to caller of hooks_invoke
4659                 
4660         * src/inc.[ch]
4661                 invoke message filtering hook and stop
4662                 default handling when filter returns abort
4663
4664         * src/common/plugin.[ch]
4665         * src/plugins/demo/demo.c
4666                 modify plugin loader, because resolving symbols for strings
4667                 does not work correctly
4668         
4669         * configure.in
4670         * ac/spamassassin.m4                            ** NEW **
4671         * src/plugins/spamassassin/.cvsignore           ** NEW **
4672         * src/plugins/spamassassin/Makefile.am          ** NEW **
4673         * src/plugins/spamassassin/README               ** NEW **
4674         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4675         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4676         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4677                 add spamassassin plugin, see src/plugins/spamassassin/README
4678                 for details
4679
4680 2002-12-29 [alfons]     0.8.8claws25
4681
4682         * src/mainwindow.c
4683                 when moving focus from a message view to the main 
4684                 window, don't forget to select the summary node
4685                 of the displayed message. should fix "[ 659103 ] 
4686                 focus-follows-mouse confuses sylpheed"
4687
4688 2002-12-29 [christoph]  0.8.8claws24
4689
4690         * src/Makefile.am
4691         * src/stringtable.[ch]          ** REMOVE **
4692         * src/common/Makefile.am
4693         * src/common/stringtable.[ch]   ** NEW **
4694                 move stringtable files to common directory
4695
4696 2002-12-29 [christoph]  0.8.8claws23
4697
4698         * src/Makefile.am
4699         * src/menu.[ch]                 ** REMOVE **
4700         * src/gtk/Makefile.am
4701         * src/gtk/menu.[ch]             ** NEW **
4702                 move menu files to gtk directory
4703
4704 2002-12-29 [match]      0.8.8claws22
4705
4706         * src/addressbook.c
4707         * src/syldap.c
4708                 moved UI specific code out of LDAP code into addressbook
4709                 UI code. fixed memory leak.
4710
4711 2002-12-29 [christoph]  0.8.8claws21
4712
4713         * src/folder.c
4714                 only check for IGNORED parent message when message is
4715                 not IGNORED itself
4716
4717 2002-12-29 [alfons]     0.8.8claws20
4718
4719         * src/summaryview.c
4720                 set gtksctree's anchor correct (immediate execute
4721                 changes the tree's layout, and anchor points at 
4722                 the incorrect row). fixes "[ 657233 ] multiple msg 
4723                 delete sometimes off by 1".
4724                 we probably have to look for more tree layout /
4725                 anchor glitches.
4726
4727 2002-12-29 [paul]       0.8.8claws19
4728
4729         * src/summaryview.c
4730                 fix bug [ 659054 ] incorrect sorting of 'From' column
4731                 when using 'display sender using address book'
4732                 thanks to Alfons and Luke Plant
4733
4734 2002-12-29 [christoph]  0.8.8claws18
4735
4736         * src/folder.c
4737         * src/procmsg.[ch]
4738                 check parent messages for IGNORE THREAD flag, when adding,
4739                 moving or copying messages to a folder
4740
4741 2002-12-27 [alfons]     0.8.8claws17
4742
4743         re-organize matcher part 5; more to come
4744
4745         * src/matcher.c
4746                 hash keywords in matchparser_tab 
4747
4748 2002-12-27 [alfons]     0.8.8claws16
4749
4750         re-organize matcher part 4; more to come
4751
4752         * src/matcher_parser.h
4753         * src/matcher_parser_lex.l
4754         * src/matcher_parser_parse.y
4755                 cleanup
4756
4757 2002-12-27 [alfons]     0.8.8claws15
4758
4759         re-organize matcher part 3; more to come
4760
4761         * src/matcher.[ch]
4762                 cleanup
4763
4764 2002-12-27 [alfons]     0.8.8claws14
4765
4766         re-organize matcher part 2; more to come but this should
4767         work. cc me if there are any regressions.
4768
4769         * src/matcher.h
4770                 add prototype for get_matchparser_tab_id()
4771         * src/matcher_parser_lex.l
4772                 look up keywords using matchparser_tab_id();
4773
4774 2002-12-27 [alfons]     0.8.8claws12
4775
4776         re-organize matcher part 1
4777
4778         * src/matcher.h
4779                 map yacc generated constants to sylpheed matcher constants
4780         * src/matcher.c
4781                 add function to find a matcher constant from a string
4782
4783 2002-12-27 [christoph]  0.8.8claws11
4784
4785         * src/compose.c
4786                 MENUITEM_ADD casts the 4th argument from integer to pointer
4787                 so it probably should not be a pointer, this means we
4788                 should use account id for it and not the account's pointer
4789
4790 2002-12-27 [paul]       0.8.8claws10
4791
4792         * src/mainwindow.c
4793                 remove unneeded 'GtkWidget *vbox'
4794                 
4795         * src/summaryview.c
4796                 further sync with 0.8.8 - make sort
4797                 by recipient work as expected
4798                 
4799         * NEWS
4800                 sync with 0.8.8
4801
4802 2002-12-27 [paul]       0.8.8claws9
4803
4804         * po/pt_BR.po
4805                 updated by Ivan F. Martinez
4806                 
4807 2002-12-27 [darko]      0.8.8claws8
4808
4809         * src/common/utils.c
4810                 added locked pattern to extended search
4811
4812 2002-12-27 [alfons]     0.8.8claws7
4813
4814         * src/prefs_matcher.[ch]
4815                 clean up
4816
4817 2002-12-26 [alfons]     0.8.8claws6
4818
4819         * src/matcher.[ch]
4820         * src/matcher_parser_lex.l
4821         * src/matcher_parser_parse.y
4822         * src/prefs_matcher.c
4823                 allow color label as a condition in the matcher
4824
4825 2002-12-26 [oliver]     0.8.8claws5
4826         
4827         * src/toolbar.c 
4828                 enable Addressbook for Main and Messageview
4829         * src/prefs_actions.c
4830                 enable actions in Messageview
4831
4832 2002-12-26 [christoph]  0.8.8claws4
4833
4834         * src/common/plugin.c
4835                 add a little debug output
4836         * configure.in
4837         * src/plugins/demo/Makefile.am
4838                 better use of automake
4839
4840 2002-12-26 [christoph]  0.8.8claws3
4841
4842         * src/Makefile.am
4843         * src/common/Makefile.am
4844                 fix "make distdir"
4845
4846 2002-12-26 [christoph]  0.8.8claws2
4847
4848         * configure.in
4849                 sort configure checks into common / gtk / plugins
4850         * po/POTFILES.in
4851                 add src/prefs_gtk.c
4852         * src/Makefile.am
4853                 add plugins SUBDIR
4854         * src/main.c
4855         * src/common/sylpheed.[ch]
4856                 added now sylpheed_done function for shutdown
4857         * src/common/Makefile.am
4858         * src/common/plugin.[ch]                ** NEW **
4859                 plugin loader and unloader
4860         * src/plugins/.cvsignore                ** NEW **
4861         * src/plugins/Makefile.am               ** NEW **
4862                 build plugins
4863         * src/plugins/demo/.cvsignore           ** NEW **
4864         * src/plugins/demo/Makefile.am          ** NEW **
4865         * src/plugins/demo/demo.c               ** NEW **
4866                 small demo plugin that installs a logtext hook and
4867                 outputs the log text to stdout
4868
4869 2002-12-26 [paul]       0.8.8claws1
4870
4871         * po/es.po
4872                 updated by Ricardo Mones Lastra
4873
4874 2002-12-26 [paul]       0.8.8claws
4875
4876         * 0.8.8claws released
4877
4878 2002-12-26 [paul]       0.8.7claws12
4879
4880         * po/bg.po
4881                 updated by George Danchev
4882
4883 2002-12-26 [paul]       0.8.7claws11
4884
4885         * po/POTFILES.in
4886                 remove unneeded 'src/prefs.c' entry 
4887
4888 2002-12-26 [paul]       0.8.7claws10
4889
4890         * src/codeconv.c
4891           src/mainwindow.c
4892                 sync with 0.8.8 release
4893         
4894         * src/folder.[ch]
4895           src/mh.c
4896           src/summaryview.c
4897                 partial sync with 0.8.8 release
4898         
4899
4900 2002-12-25 [alfons]     0.8.7claws9
4901
4902         * src/matcher.[ch]
4903         * src/matcher_parser_lex.l
4904         * src/matcher_parser_parse.y
4905         * src/prefs_matcher.c
4906                 add locked flag to possible filtering / matcher 
4907                 conditions (also a good example what should be
4908                 done to add a simple boolean condition)
4909
4910 2002-12-25 [christoph]  0.8.7claws8
4911
4912         * src/Makefile.am
4913         * src/account.[ch]
4914         * src/addrbook.c
4915         * src/addressbook.c
4916         * src/addrindex.c
4917         * src/filtering.c
4918         * src/folder.c
4919         * src/matcher.c
4920         * src/prefs.[ch]                ** REMOVE **
4921         * src/prefs_account.c
4922         * src/prefs_actions.c
4923         * src/prefs_common.c
4924         * src/prefs_customheader.c
4925         * src/prefs_display_header.c
4926         * src/prefs_filtering.c
4927         * src/prefs_folder_item.c
4928         * src/prefs_gtk.[ch]            ** NEW **
4929         * src/prefs_matcher.c
4930         * src/prefs_scoring.c
4931         * src/prefs_summary_column.c
4932         * src/procmime.c
4933         * src/selective_download.c
4934         * src/toolbar.c
4935         * src/common/Makefile.am
4936         * src/common/prefs.[ch]         ** NEW **
4937                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4938
4939 2002-12-24 [alfons]     0.8.7claws7
4940
4941         * src/summaryview.c
4942                 summary_thread_build(): fix real cause of the crash mentioned in
4943                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4944                 this way we get meaningful ctree nodes 
4945
4946 2002-12-24 [oliver]     0.8.7claws6
4947
4948         * src/mainwindow.[ch]
4949         * src/messageview.[ch]
4950         * src/compose.[ch]
4951         * src/inc.c
4952         * src/summaryview.c
4953                 changes to use updated toolbar handling
4954                 
4955 2002-12-24 [oliver]     0.8.7claws5
4956
4957         * src/toolbar.[ch]
4958                 generic toolbar handling
4959                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4960         * src/prefs_toolbar.[ch]
4961                 adjust to handling
4962         
4963 2002-12-24 [oliver]     0.8.7claws4
4964         
4965         * src/stock_pixmap.[ch]
4966                 move SYLPHEED_LOGO to end of list in order 
4967                 to remove it from Custom Toolbar`s Icon View
4968
4969 2002-12-24 [alfons]     0.8.7claws3
4970
4971         * src/summaryview.c
4972                 summary_thread_build(): fix crash because of focus != selection 
4973                 after threading. when deleting the selection, gtk tries but fails 
4974                 to find the correct focusable element. we now force the selection
4975                 to be focused. this should solve the infamous bug reported by 
4976                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4977                 a test case is available. 
4978
4979 2002-12-24 [darko]      0.8.7claws2
4980
4981         * src/summaryview.c
4982                 don't crash when unmarking message with unread children
4983
4984 2002-12-23 [christoph]  0.8.7claws1
4985
4986         * src/Makefile.am
4987         * src/common/Makefile.am
4988                 update Makefiles for moved intl.h, version.h and defs.h
4989         * src/imap.c
4990                 rewrite imap_session_get to avoid duplicate code
4991
4992 2002-12-23 [paul]       0.8.7claws
4993
4994         * Santa-Claws released
4995         
4996         * po/hu.po
4997           po/ru.po
4998                 squeeze in updated Hungarian and Russian translations.
4999                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5000
5001 2002-12-23 [paul]       0.8.6claws129
5002
5003         * po/pl.po
5004                 updated by Witold Wladyslaw Wojciech Wilk
5005
5006 2002-12-23 [paul]       0.8.6claws128
5007
5008         * src/quote_fmt_parse.y
5009                 fix typo and add licence header
5010
5011 2002-12-23 [paul]       0.8.6claws127
5012
5013         * po/en_GB.po
5014                 updated
5015
5016 2002-12-23 [paul]       0.8.6claws126
5017
5018         * po/it.po
5019                 updated translation, submitted by Alessandro Maestri
5020                 
5021 2002-12-23 [paul]       0.8.6claws125
5022
5023         * src/quote_fmt_parse.y
5024                 fix signature-stripping on replies bug. match
5025                 '-- \n' and not '-- '.
5026
5027 2002-12-22 [paul]       0.8.6claws124
5028
5029         * po/bg.po
5030           po/es.po
5031           po/sr.po
5032                 updated translations. submitted by George Danchev,
5033                 Ricardo Mones Lastra, and Urke MMI respectively
5034
5035 2002-12-21 [paul]       0.8.6claws123
5036
5037         * src/addrbook.c
5038                 fix coding style
5039
5040 2002-12-21 [paul]       0.8.6claws122
5041
5042         * src/addrbook.c
5043                 fix bug [643638] where if a person is in one or more
5044                 addressbook groups editing that person's email 
5045                 address results in removal from those groups.
5046                 Patch submitted by Luke Plant.
5047
5048 2002-12-20 [christoph]  0.8.6claws121
5049
5050         * src/common/utils.c
5051         * src/summaryview.c
5052                 reimplement expand_search_string using GString to
5053                 prevent crashs caused by miscalculated string
5054                 lengths reported by Paul
5055
5056 2002-12-20 [christoph]  0.8.6claws120
5057
5058         * src/summaryview.c
5059                 don't use "changed" to check if op_count has to be changed as it
5060                 is also set when the message has unread children
5061                 (closes bug [ 653221 ] crash while deleting duplicates)
5062
5063 2002-12-20 [paul]       0.8.6claws119
5064
5065         * sync with 0.8.6cvs27
5066                 see ChangeLog 2002-12-20
5067
5068 2002-12-20 [paul]       0.8.6claws118
5069
5070         * sync with 0.8.6cvs26
5071                 see ChangeLog 2002-12-19 and 2002-12-20
5072
5073 2002-12-19 [alfons]     0.8.6claws117
5074
5075         * src/textview.c
5076                 fix incorrect parsing of email addresses, submitted by 
5077                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5078                 name display if it contains @".
5079
5080 2002-12-18 [paul]       0.8.6claws116
5081
5082         * sync with 0.8.6cvs23
5083                 see ChangeLog 2002-12-18
5084
5085 2002-12-18 [paul]       0.8.6claws115
5086
5087         * src/Makefile.am
5088         * src/account.c
5089         * src/codeconv.c
5090         * src/gtkutils.[ch]
5091         * src/imap.c
5092                 sync with 0.8.6cvs22.
5093                 see ChangeLog 2002-12-17 and 2002-12-18
5094
5095 2002-12-17 [christoph]  0.8.6claws114
5096
5097         * src/imap.c
5098                 o don't create a session if imap greeting fails
5099                 o don't close socket when authentication fails
5100                   this is done by imap_session_destroy
5101
5102 2002-12-17 [thorsten]   0.8.6claws113
5103
5104         * tools/Makefile.am
5105           tools/README
5106           tools/google_msgid.pl ** NEW FILE **
5107                 Added "search for message-id" script and doc
5108
5109 2002-12-17 [thorsten]   0.8.6claws112
5110
5111         * po/hu.po
5112                 Updated hungarian translation
5113                 (updated by Gal Zoltan)
5114
5115 2002-12-16 [christoph]  0.8.6claws111
5116
5117         * src/addr_compl.c
5118                 remove stupid addressbook dump to debug output
5119         * src/mh.c
5120                 fix memory leak found by Hiro
5121
5122 2002-12-14 [paul]       0.8.6claws110
5123
5124         * src/compose.c
5125                 fix menubar sensitivity on send
5126                 
5127         * src/prefs_filtering.c
5128         * src/prefs_matcher.c
5129         * src/prefs_scoring.c
5130                 Fix english ;)
5131                 
5132         * src/common/quoted-printable.h
5133                 sync: fix typo
5134         
5135 2002-12-13 [christoph]  0.8.6claws109
5136
5137         * src/Makefile.am
5138         * src/manage_window.[ch]        ** REMOVE **
5139         * src/gtk/Makefile.am
5140         * src/gtk/manage_window.[ch]    ** NEW **
5141                 move manage_window files to gtk directory
5142
5143 2002-12-13 [christoph]  0.8.6claws108
5144
5145         * src/Makefile.am
5146         * src/gtkshruler.[ch]           ** REMOVE **
5147         * src/gtk/Makefile.am
5148         * src/gtk/gtkshruler.[ch]       ** NEW **
5149                 move gtkshruler files to gtk directory
5150
5151 2002-12-13 [christoph]  0.8.6claws107
5152
5153         * src/Makefile.am
5154         * src/compose.c
5155         * src/gtkstext.[ch]             ** REMOVE **
5156         * src/gtkutils.[ch]
5157         * src/textview.c
5158         * src/gtk/gtkstext.[ch]         ** NEW **
5159         * src/gtk/Makefile.am
5160                 o move stext functions to gtkstext.c to remove
5161                   dependency of gtkutils
5162                 o move gtkstext files to gtk directory
5163
5164         * src/gtk/Makefile.am
5165         * src/gtk/sslcertwindow.[ch]
5166                 UI stuff can always depend on common code so
5167                 it's ok to add ../common to include path
5168
5169 2002-12-13 [colin]      0.8.6claws106
5170
5171         * src/summaryview.c
5172                 Disconnect sighandlers for mainwindow when
5173                 quicksearch has the focus
5174                 Fix bug #653231
5175         * src/mainwindow.[ch]
5176                 Make key_pressed callback public, to be able
5177                 to disconnect it
5178
5179 2002-12-13 [christoph]  0.8.6claws105
5180
5181         * src/mh.c
5182                 create .mh_sequences file in new MH folders
5183                 (closes feature request [ 523162 ] MH folders should
5184                  get a .mh_sequences)
5185
5186 2002-12-13 [colin]      0.8.6claws104
5187
5188         * src/summaryview.c
5189                 Better handling of quicksearch show/hide
5190                 (basically the button stays under the mouse 
5191                  when toggled)
5192
5193 2002-12-13 [paul]       0.8.6claws103
5194
5195         * sync with 0.8.6cvs17
5196                 see ChangeLog 2002-12-13
5197
5198 2002-12-13 [paul]       0.8.6claws102
5199
5200         * po/es.po
5201                 updated by Ricardo Mones Lastra
5202
5203 2002-12-11 [colin]       0.8.6claws101
5204
5205         * src/folder.c
5206                 remove statusbar stuff
5207           src/folderview.c
5208                 set statusbar verbosity when moving folders
5209
5210 2002-12-11 [colin]       0.8.6claws100
5211         * src/prefs_filtering.c
5212         * src/prefs_matcher.c
5213         * src/prefs_scoring.c
5214                 Fix english ;)
5215
5216 2002-12-11 [colin]       0.8.6claws99
5217
5218         * src/prefs_common.[ch]
5219                 Add summary_quicksearch_type
5220         * src/summaryview.c
5221                 Save last used quicksearch type
5222
5223 2002-12-11 [jens]       0.8.6claws98
5224         * src/prefs_filtering.c
5225         * src/prefs_matcher.c
5226         * src/prefs_scoring.c
5227                 added dialog for incomplete rules in scoring, filtering and
5228                 matcher to ask wheather really close
5229
5230 2002-12-11 [colin]      0.8.6claws97
5231
5232         * src/folder.c
5233                 Fix folder dnd statusbar logging
5234
5235 2002-12-10 [christoph]  0.8.6claws96
5236
5237         * src/compose.c
5238         * src/folder.c
5239         * src/imap.c
5240         * src/inc.c
5241         * src/main.c
5242         * src/mainwindow.c
5243         * src/news.c
5244         * src/send.c
5245         * src/statusbar.[ch]
5246         * src/common/hooks.c
5247         * src/common/log.[ch]
5248                 o handle verbose logging in statusbar directly in statusbar code
5249                   and common code does not need any knowledge about a statusbar
5250                 o remove direct calls to statusbar_(puts|pop)_all functions
5251
5252 2002-12-10 [jens]       0.8.6claws95
5253
5254         * src/*.c
5255                 removed gettext from g_warnings
5256         * po/POTFILES.in
5257                 cleaned and updated
5258         * po/de.po
5259                 updated
5260
5261 2002-12-10 [colin]      0.8.6claws94
5262
5263         * src/main.c
5264                 finish crash dialog fix
5265
5266 2002-12-10 [colin]      0.8.6claws93
5267
5268         * src/main.c
5269                 "Fix" "sylpheed already running" instead of
5270                 crash dialog appearing after a crash
5271
5272 2002-12-10 [colin]      0.8.6claws92
5273
5274         * po/POTFILES.in
5275                 add src/gtk/sslcertwindow.c
5276
5277 2002-12-10 [paul]       0.8.6claws91
5278
5279         * po/POTFILES.in
5280                 updated to reflect recent changes
5281                 submitted by Alessandro Maestri
5282
5283 2002-12-09 [christoph]  0.8.6claws90
5284
5285         * src/Makefile.am
5286         * src/smtp.[ch]                 ** REMOVE **
5287         * src/common/Makefile.am
5288         * src/common/smtp.[ch]          ** NEW **
5289                 move smtp files to common directory
5290
5291 2002-12-09 [christoph]  0.8.6claws89
5292
5293         * src/Makefile.am
5294         * src/session.[ch]              ** REMOVE **
5295         * src/common/Makefile.am
5296         * src/common/session.[ch]       ** NEW **
5297                 move session files to common directory
5298
5299 2002-12-09 [paul]       0.8.6claws88
5300
5301         * src/account.c
5302                 fix bug [649746] edit accounts: move account reverted
5303                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5304
5305 2002-12-09 [colin]      0.8.6claws87
5306
5307         * src/ssl_certificate.c
5308                 cleanup
5309
5310 2002-12-09 [colin]      0.8.6claws86
5311
5312         * src/ssl.c
5313                 Try to open the cert.pem database and 
5314                 issue a warning if it isn't there
5315
5316 2002-12-09 [colin]      0.8.6claws85
5317
5318         * src/common/ssl_certificate.c
5319         * src/gtk/sslcertwindow.c
5320                 Warning fixes
5321
5322 2002-12-09 [colin]      0.8.6claws84
5323
5324         * src/ssl_certificate.[ch] ** REMOVED **
5325         * src/common/ssl_certificate.[ch] ** NEW **
5326         * src/Makefile.am
5327         * src/common/Makefile.am
5328                 Moved ssl_certificate.[ch] to common
5329         * src/common/ssl.c 
5330                 Put back needed include
5331         * src/gtk/sslcertwindow.[ch]
5332                 Changed ssl_certificate.h include
5333         
5334 2002-12-09 [colin]      0.8.6claws83
5335
5336         * src/gtk/sslcertwindow.[ch]
5337                 Implement hook for certificate acception
5338         * src/ssl_certificate.[ch]
5339                 Implement hook for certificate acception
5340         * src/common/ssl.c
5341                 Reenable certificate acception check
5342         * src/mainwindow.c
5343                 Register sslcertwindow's hook
5344         
5345 2002-12-08 [christoph]  0.8.6claws82
5346
5347         * src/about.c
5348         * src/addr_compl.c
5349         * src/codeconv.c
5350         * src/manual.c
5351         * src/undo.c
5352         * src/common/utils.c
5353                 o add missing includes
5354                 o fix warnings
5355         * src/.cvsignore
5356         * src/common/.cvsignore
5357         * src/common/version.h          ** REMOVE **
5358                 remove autogenerated file
5359
5360 2002-12-08 [paul]       0.8.6claws81
5361
5362         * src/stringtable.c
5363                 put back needed include
5364
5365 2002-12-08 [colin]      0.8.6claws80
5366         
5367         * src/gtk/sslcertwindow.c
5368                 Cleaner popups when asking
5369         * src/ssl_certificate.c
5370         * src/prefs_common.[ch]
5371                 remove ssl certificate pref
5372                 put back needed include
5373         * src/undo.c
5374                 put back needed include
5375
5376 2002-12-08 [christoph]  0.8.6claws79
5377
5378         * src/folderview.c
5379         * src/logwindow.c
5380         * src/statusbar.c
5381         * src/summaryview.c
5382                 only abort hook invokation if required data is missing not
5383                 if our own data pointer is NULL, update hookfunction for
5384                 log window
5385
5386 2002-12-08 [paul]       0.8.6claws78
5387
5388         * src/about.c
5389         * src/addrcache.c
5390         * src/addrclip.c
5391         * src/addr_compl.c
5392         * src/addrselect.c
5393         * src/codeconv.c
5394         * src/colorlabel.c
5395         * src/enriched.c
5396         * src/esmtp.c
5397         * src/exporthtml.c
5398         * src/headerview.c
5399         * src/imageview.c
5400         * src/manual.c
5401         * src/noticeview.c
5402         * src/pgptext.c
5403         * src/scoring.c
5404         * src/sourcewindow.c
5405         * src/stringtable.c
5406         * src/undo.c
5407                 clean up: remove unneccesary includes
5408
5409 2002-12-08 [christoph]  0.8.6claws77
5410
5411         * src/folderview.c
5412         * src/statusbar.c
5413         * src/summaryview.c
5414         * src/common/hooks.[ch]
5415                 hook functions now have a gboolean return value, if a hook
5416                 returns TRUE it will stop executing of any more hooks in
5417                 the same hooklist for this invokation
5418
5419 2002-12-08 [colin]      0.8.6claws76
5420         
5421         * src/main.c
5422                 put back argv0 for CRASH_DIALOG
5423
5424 2002-12-08 [christoph]  0.8.6claws75
5425
5426         * src/Makefile.am
5427         * src/about.c
5428         * src/account.c
5429         * src/crash.c
5430         * src/esmtp.h
5431         * src/imap.[ch]
5432         * src/inc.c
5433         * src/main.c
5434         * src/mainwindow.c
5435         * src/news.c
5436         * src/pop.[ch]
5437         * src/prefs_account.[ch]
5438         * src/prefs_common.[ch]
5439         * src/send.[ch]
5440         * src/smtp.[ch]
5441         * src/ssl_certificate.[ch]
5442         * src/ssl_manager.[ch]
5443         * src/common/Makefile.am
5444         * src/common/log.c
5445         * src/common/nntp.[ch]
5446         * src/common/socket.[ch]
5447         * src/common/ssl.[ch]
5448         * src/gtk/sslcertwindow.[ch]
5449         * ac/openssl.m4
5450                 use new autoconf script to detect OpenSSL with extra parameters
5451                 to specify the location of libs and includes, also remove USE_SSL
5452                 to USE_OPENSSL
5453
5454         * src/common/sylpheed.[ch]
5455         * src/common/version.h.in
5456                 start seperation of common code initialization seperated from gui
5457
5458         * src/summaryview.c
5459                 The function that is called when a color label changes
5460                 should not change the color lable again
5461
5462 2002-12-08 [colin]      0.8.6claws74
5463
5464         * src/gtk/sslcertwindow.c
5465                 warning fixes
5466
5467 2002-12-08 [colin]      0.8.6claws73
5468
5469         * src/statusbar.c
5470           src/common/log.h
5471                 Register a hook for statusbar_puts_all
5472         * src/common/log.c
5473                 invoke statusbar_puts_all's hook
5474         
5475 2002-12-08 [colin]      0.8.6claws72
5476
5477         * src/ssl_certificate.c
5478                 Put back a badly-removed include
5479
5480 2002-12-08 [colin]      0.8.6claws71
5481
5482         * src/gtk/sslcertwindow.[ch]    ** NEW **
5483                 new certificate presentation
5484         * src/gtk/Makefile.am
5485                 add new files
5486         * src/ssl_certificate.[ch]
5487                 gtk cleanup, made utility functions public
5488         * src/ssl_manager.c
5489                 use new cert presentation
5490
5491 2002-12-07 [christoph]  0.8.6claws70
5492
5493         * src/Makefile.am
5494         * src/nntp.[ch]                 ** REMOVE **
5495         * src/common/Makefile.am
5496         * src/common/nntp.[ch]          ** NEW **
5497                 move nntp files to common directory
5498
5499 2002-12-07 [christoph]  0.8.6claws69
5500
5501         * src/procmsg.[ch]
5502         * src/summaryview.c
5503                 implement msginfo update callback using sylpheed's new
5504                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5505
5506 2002-12-06 [christoph]  0.8.6claws68
5507
5508         * src/editgroup.c
5509                 This patch changes the 'Edit Group Details' dialog to
5510                 allow extended selections in either pane, so that
5511                 addresses can be added or removed from a group more
5512                 quickly and easily. (it actually is a net decrease in
5513                 file size, as some unnecessary functions have been
5514                 removed). 
5515                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5516
5517 2002-12-06 [christoph]  0.8.6claws67
5518
5519         * src/Makefile.am
5520         * src/template.[ch]             ** REMOVE **
5521         * src/common/Makefile.am
5522         * src/common/template.[ch]      ** NEW **
5523                 move template files to common directory
5524
5525         * src/nntp.c
5526                 add missing log.h include
5527
5528 2002-12-06 [melvin]     0.8.6claws66
5529
5530         * src/prefs_actions.c
5531                 Added the trailing ">" syntax to insert command's output
5532                 without replacing old text (in contrast to trailing "|").
5533
5534 2002-12-05 [colin]      0.8.6claws65
5535         
5536         * src/common/utils.c
5537                 Don't modify original search_string or it'll change
5538                 the next iterations in the for()
5539
5540 2002-12-05 [darko]      0.8.6claws64
5541
5542         * src/common/utils.c
5543                 proper check for filtering commands, found by Colin
5544
5545 2002-12-05 [darko]      0.8.6claws63
5546
5547         * src/common/utils.c
5548                 check proper string for NULL pointer, found by Colin
5549
5550 2002-12-05 [darko]      0.8.6claws62
5551
5552         * src/common/utils.[ch]
5553                 expand_search_string(): new function
5554                 converts Mutt-like patterns to Sylpheed's
5555                 filtering engine
5556         * src/summaryview.c
5557                 use expand_search_string() to allow Mutt-like
5558                 patterns in extended search
5559         * README.claws
5560                 document extended option in quick search
5561
5562 2002-12-05 [paul]       0.8.6claws61
5563
5564         * sync with 0.8.6cvs16
5565                 see ChangeLog 2002-12-05
5566                 
5567         * po/POTFILES.in
5568                 clean up
5569
5570 2002-12-04 [christoph]  0.8.6claws60
5571
5572         * src/imap.[ch]
5573                 put imap authentication code into a new function and
5574                 remove it from imap_session_new that will allow to
5575                 send other commands before authentication
5576
5577 2002-12-04 [christoph]  0.8.6claws59
5578
5579         * src/imap.[ch]
5580                 use already existing method to prevent unneeded IMAP
5581                 folder selects. Set imap_select parameters to NULL
5582                 in some functions if the values are not required.
5583
5584         * src/xml.h
5585                 remove no longer required include
5586
5587 2002-12-04 [paul]       0.8.6claws58
5588
5589         * po/es.po
5590                 updated by Ricardo Mones Lastra
5591                 
5592         * configure.in
5593           po/hu.po      ** NEW FILE **
5594                 initial Hungarian translation, submitted
5595                 by Gál Zoltán <galzoli@hu.inter.net>
5596
5597 2002-12-03 [christoph]  0.8.6claws57
5598
5599         * src/Makefile.am
5600         * src/gtksctree.[ch]            ** REMOVE **
5601         * src/gtk/Makefile.am
5602         * src/gtk/gtksctree.[ch]        ** NEW **
5603                 move gtksctree files to gtk directory
5604
5605 2002-12-03 [christoph]  0.8.6claws56
5606
5607         * src/Makefile.am
5608         * src/md5.[ch]                  ** REMOVE **
5609         * srm/common/Makefile.am
5610         * src/common/md5.[ch]           ** NEW **
5611                 move md5 files to common directory
5612
5613         * src/gtkstext.c
5614                 remove not required #include
5615
5616 2002-12-03 [sergey]     0.8.6claws55
5617
5618         * src/gtkutils.c
5619         * src/gtkutils.h
5620                 gtkut_window_popup(): new function.
5621         * src/mainwindow.c
5622                 main_window_popup(): use gtkut_window_popup() to raise
5623                 window without changing its position.
5624                 (see sylpheed-main ML message [sylpheed:17247])
5625
5626 2002-12-03 [sergey]     0.8.6claws54
5627
5628         * src/send.c
5629                 send_message_local(): removed first-dot escaping
5630                 (SMTP-only, not needed for sending through pipe)
5631
5632 2002-12-03 [paul]       0.8.6claws53
5633
5634         * po/POTFILES.in
5635                 update to reflect recent changes (thanks
5636                 to Ricardo Mones Lastra)
5637                 
5638         * tools/filter_conv.pl
5639                  fix problem with quoted strings. Patch submitted
5640                  by Luke Plant <lukeplant@softhome.net>
5641
5642 2002-12-03 [paul]       0.8.6claws52
5643
5644         * sync with 0.8.6cvs15
5645                 see ChangeLog 2002-12-03
5646
5647 2002-12-02 [christoph]  0.8.6claws51
5648
5649         * src/logwindow.[ch]
5650         * src/common/log.[ch]
5651                 implement logging using a hook function
5652
5653         * src/folderview.c
5654         * src/folder.[ch]
5655                 define hooklist name in header file to avoid
5656                 errors caused by wrong spelling of hooklist names
5657
5658         * src/toolbar.c
5659                 fix warnings
5660
5661 2002-12-02 [christoph]  0.8.6claws50
5662
5663         * src/common/Makefile.am
5664                 add src/common/hooks.[ch]
5665
5666         * src/common/hooks.[ch]
5667                 implement a simple hook system using glib's hook functions
5668
5669         * src/folder.[ch]
5670         * src/folderview.c
5671                 use new hook system for folder item updates
5672
5673 2002-12-02 [christoph]  0.8.6claws49
5674
5675         * doc-src/ui_seperation.txt     ** NEW **
5676                 information for ui seperation
5677
5678         * src/Makefile.am
5679                 remove files that were moved to common
5680                 include common directory by default for the header files
5681
5682         * src/inc.c
5683         * src/common/socket.c
5684         * src/automaton.[ch]
5685                 implement automaton using g_io_*-functions instead of
5686                 gdk_input_add to make it ui independent
5687
5688         * src/codeconv.c
5689         * src/compose.c
5690         * src/ldif.c
5691         * src/pgptext.c
5692         * src/procmime.c
5693         * src/rfc2015.c
5694         * src/smtp.c
5695         * src/unmime.c
5696                 remove common/ prefix because directory is now in
5697                 include path
5698
5699         * src/compose.c
5700         * src/folder.c
5701         * src/folderview.c
5702         * src/mainwindow.c
5703         * src/messageview.c
5704         * src/prefs_common.c
5705         * src/procmsg.c
5706         * src/rfc2015.c
5707                 fix warnings
5708
5709         * src/imap.c
5710         * src/inc.c
5711         * src/news.c
5712         * src/pop.c
5713         * src/send.c
5714         * src/smtp.c
5715         * src/ssl_certificate.c
5716                 add log.h header file for logging functions
5717
5718         * src/main.c
5719         * src/common/utils.c
5720         * src/summaryview.c
5721         * src/xml.c
5722                 o move debug_mode to common/utils.c
5723                 o add functions to set and get debug_mode
5724
5725         * src/defs.h                    ** REMOVE **
5726         * src/intl.h                    ** REMOVE **
5727         * src/socket.[ch]               ** REMOVE **
5728         * src/ssl.[ch]                  ** REMOVE **
5729         * src/utils.[ch]                ** REMOVE **
5730                 replaced by new files in src/common/
5731         
5732         * src/common/Makefile.am
5733                 add new files in src/common/
5734
5735         * src/common/defs.h             ** NEW **
5736         * src/common/intl.h             ** NEW **
5737         * src/common/log.[ch]           ** NEW **
5738         * src/common/socket.[ch]        ** NEW **
5739         * src/common/ssl.[ch]           ** NEW **
5740         * src/common/utils.[ch]         ** NEW **
5741                 replacement for files in src/
5742
5743 2002-12-02 [colin]      0.8.6claws48
5744
5745         * src/folderview.c
5746                 Scroll folderview if necessary during dnd
5747
5748 2002-12-02 [colin]      0.8.6claws47
5749
5750         * src/folder.[ch]
5751                 Add check to verify a move is within a single mailbox
5752         * src/folderview.c
5753                 Add specific error string for this check
5754
5755 2002-12-02 [colin]      0.8.6claws46
5756
5757         * src/folder.c
5758                 Add a test to folder moving, remove a statusbar_print
5759         * src/folderview.c
5760                 Add Move folder... context-menu item
5761                 Factorize folder moving code
5762                 Enable folder DND for mbox
5763
5764 2002-12-01 [christoph]  0.8.6claws45
5765
5766         * ac/aspell.m4
5767                 remove conf.aspelltest if the version check fails
5768
5769 2002-11-30 [christoph]  0.8.6claws44
5770
5771         * autogen.sh
5772                 run libtoolize --force in autogen to create missing
5773                 libtool scripts
5774
5775 2002-11-30 [christoph]  0.8.6claws43
5776
5777         * src/Makefile.am
5778         * src/pgptext.c
5779         * src/procmime.c
5780         * src/rfc2015.c
5781         * src/uuencode.[ch]             ** REMOVED **
5782         * src/common/Makefile.am
5783         * src/common/uuencode.[ch]      ** NEW **
5784                 move uuen/decoder to common directory
5785
5786 2002-11-30 [christoph]  0.8.6claws42
5787
5788         * src/Makefile.am
5789         * src/base64.[ch]               ** REMOVED **
5790         * src/codeconv.c
5791         * src/compose.c
5792         * src/ldif.c
5793         * src/pgptext.c
5794         * src/procmime.c
5795         * src/rfc2015.c
5796         * src/smtp.c
5797         * src/unmime.c
5798         * src/common/Makefile.am
5799         * src/common/base64.[ch]        ** NEW **
5800                 move base64 en/decoder to common directory
5801
5802 2002-11-30 [christoph]  0.8.6claws41
5803
5804         * src/common                    ** NEW **
5805                 new directory for UI independent code
5806         * src/gtk                       ** NEW **
5807                 new directory for GTK frontend
5808         * src/common/.cvsignore         ** NEW **
5809         * src/gtk/.cvsignore            ** NEW **
5810                 ignore build files
5811         * src/common/Makefile.am        ** NEW **
5812         * src/gtk/Makefile.am           ** NEW **
5813                 automake files to build new seperated stuff
5814         * src/Makefile.am
5815                 the binary will currently still be build with the
5816                 files in src, so we include the code from the
5817                 subdirs for now after building the libs there
5818
5819 2002-11-30 [paul]       0.8.6claws40
5820
5821         * src/compose.c
5822                 fix bug [642731] 'Wrong selected account with drafted mail'
5823
5824 2002-11-29 [oliver]     0.8.6claws39
5825         
5826         * src/messageview.c
5827                 o update summaryview when switching between different
5828                   messageviews          
5829         * src/toolbar.c  
5830                 o check if messageview holds already removed msg
5831                   from summaryview
5832                 
5833
5834 2002-11-29 [oliver]     0.8.6claws38
5835
5836         * src/toolbar.c 
5837                 remove not needed variables and includes
5838                 make messageview stay opened and move to next when msgs are deleted 
5839
5840 2002-11-29 [oliver]     0.8.6claws37
5841         
5842         * src/toolbar.c 
5843                 disable compose button (messageview toolbar) by default
5844                 deleted msgs are moved to trash
5845         
5846 2002-11-29 [melvin]     0.8.6claws36
5847
5848         * configure.in
5849                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5850                 and to detect signatures expirations (gpgme 0.3.6)
5851
5852         * src/main.c
5853                 Use non obsolescent function for Gpgme engine checking.
5854
5855         * src/rfc2015.c
5856                 Inform about expired signatures or signatures which key
5857                 has expired. Expiration date is displayed.
5858
5859         * src/sigstatus.c
5860                 Inform about expired signatures or signatures which key
5861                 has expired.
5862
5863 2002-11-28 [paul]       0.8.6claws35
5864
5865         * src/folderview.c
5866                 re-instate 'Check for new messages' in Newsgroup
5867                 folders right-click menu, after a suggestion from
5868                 Tim Mann <timmann@users.sourceforge.net>
5869
5870         * src/main.c
5871                 after a crash check only local folders for new
5872                 messages
5873
5874 2002-11-28 [paul]       0.8.6claws34
5875
5876         * configure.in
5877                 apply patch that fixes the checking of GTK with XIM 
5878                 support on different OSs, such as FreeBSD. Patch 
5879                 submitted by Topia <topia@users.sourceforge.net>
5880                 
5881 2002-11-28 [paul]       0.8.6claws33
5882
5883         * src/mainwindow.c
5884           src/prefs_common.c
5885           src/prefs_toolbar.c
5886                 more changes to the English
5887
5888 2002-11-28 [paul]       0.8.6claws32
5889
5890         * sync with 0.8.6cvs13
5891                 see ChangeLog 2002-11-28 (no sync needed
5892                 for src/compose.c)
5893
5894 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5895         
5896         * src/mainwindow.[ch]
5897                 add patch by Ivan F. Martinez introducing messageview Toolbar
5898                 some changes and committed by oliver    
5899
5900 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5901
5902         * src/messageview.[ch]
5903                 add patch by Ivan F. Martinez introducing messageview Toolbar
5904                 some changes and committed by oliver    
5905
5906 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5907
5908         * src/compose.[ch]
5909                 add patch by Ivan F. Martinez introducing messageview Toolbar
5910                 some changes and committed by oliver    
5911
5912 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5913         
5914         * src/toolbar.[ch]
5915                 add patch by Ivan F. Martinez introducing messageview Toolbar
5916                 some changes and committed by oliver
5917
5918 2002-11-28 [oliver]     0.8.6claws27
5919         
5920         * src/prefs_toolbar.[ch]
5921                 getting ready for messageview toolbar
5922                 free mem allocated by gettext
5923                 change prefs_toolbar to prefs_toolbar_open
5924  
5925 2002-11-28 [thorsten]   0.8.6claws26
5926
5927         * src/imageview.[ch]
5928                 cleaned up conflicting declarations of
5929                 imageview_show_image()
5930
5931 2002-11-28 [paul]       0.8.6claws25
5932
5933         * src/grouplistdialog.c
5934           src/prefs_common.c
5935           src/prefs_summary_column.c
5936                 a few more improvements to the English
5937
5938 2002-11-28 [colin]      0.8.6claws24
5939
5940         * man/sylpheed.1
5941                 A few updates to command-line parameters
5942
5943 2002-11-28 [colin]      0.8.6claws23
5944
5945         * src/prefs_filtering.c
5946                 Fix problems with prefs_filtering_delete_path:
5947                 a) if the first rule is removed, original pointers
5948                    weren't updated (leading to segfaults)
5949                 b) it was always global_processing updated in case
5950                    of removed path was parent of rule path
5951
5952 2002-11-27 [paul]       0.8.6claws22
5953
5954         * src/mainwindow.c
5955           src/prefs_account.c
5956           src/prefs_actions.c
5957           src/prefs_common.c
5958           src/prefs_customheader.c
5959           src/prefs_display_header.c
5960           src/prefs_filtering.c
5961           src/prefs_folder_item.c
5962           src/prefs_matcher.c
5963           src/prefs_scoring.c
5964           src/prefs_summary_column.c
5965           src/prefs_template.c
5966           src/prefs_toolbar.c
5967                  improve the English in the GUI
5968
5969 2002-11-27 [colin]      0.8.6claws21
5970
5971         * src/folder.c
5972                 Fix processing renaming problems happening after
5973                 last commit
5974
5975 2002-11-27 [colin]      0.8.6claws20
5976
5977         * src/folder.c
5978                 recursive move now deletes src each subfolder after 
5979                 having moved it
5980         * src/folderview.c
5981                 Use identifier instead of path during dnd (enables
5982                 IMAP folder dnd)
5983
5984 2002-11-27 [paul]       0.8.6claws19
5985
5986         * src/main.c
5987                 apply patch that does command-line processing 
5988                 BEFORE gtk_init, allowing claws to run from 
5989                 shell-scripts in non-X environment (e.g. crontab 
5990                 or ip-up, ip-down scripts). Patch submitted by
5991                 Ruslan N. Balkin <baron@dartel.ru>
5992                 
5993         * po/it.po
5994                 updated by Alessandro Maestri
5995
5996 2002-11-27 [paul]       0.8.6claws18
5997
5998         * sync with 0.8.6cvs12
5999           src/prefs_common.c
6000                 Differences are that main uses a 'Receive dialog'
6001                 frame on the Interface tab, whereas claws groups all 
6002                 the dialogs together in a 'Dialogs' frame.
6003
6004 2002-11-27 [colin]      0.8.6claws17
6005
6006         * src/prefs_matcher.c
6007                 Fix Execute criteria's NOT flag
6008
6009
6010 2002-11-26 [christoph]  0.8.6claws16
6011
6012         * src/ssl.c
6013                 rewrite the ssl code a little bit, only use one
6014                 SSL context, set default certificates' file/path
6015
6016 2002-11-26 [thorsten]   0.8.6claws15
6017
6018         * src/compose.c
6019                 default-reply-to didn't work for ml-reply
6020
6021 2002-11-26 [melvin]     0.8.6claws14
6022
6023         * src/prefs_actions.c
6024                 Made pipe-actions ignore short headers in message view
6025                 Made trailing-pipe-actions write in the message view with
6026                 the same font as the original message
6027
6028 2002-11-26 [paul]       0.8.6claws13
6029
6030         * src/compose.c
6031                 this time commit the correct file
6032
6033 2002-11-26 [paul]       0.8.6claws12
6034
6035         * sync with 0.8.6cvs11
6036           src/quote_fmt_parse.y  
6037                 no sync needed
6038           src/account.[ch]       
6039                 not sync'ed
6040           src/compose.c
6041                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6042                 on draft mode.
6043                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6044                 header
6045                 
6046         see ChangeLog 2002-11-25 and 2002-11-26
6047
6048 2002-11-26 [colin]      0.8.6claws11
6049
6050         * src/folderview.c
6051                 Fix collapsed folder not auto-expanding during
6052                 mail dnd, if it was the source folder.
6053
6054 2002-11-25 [colin]      0.8.6claws10
6055
6056         * src/folderview.[ch]
6057                 Variable renaming and cleaning (slist of nodes 
6058                 to be re-collapsed is stored in FolderView)
6059
6060 2002-11-25 [paul]       0.8.6claws9
6061
6062         * src/prefs_common.[ch]
6063                 fix breakage caused by last commit
6064
6065 2002-11-25 [paul]       0.8.6claws8
6066
6067         * sync with 0.8.6cvs4
6068                 see ChangeLog 2002-11-21
6069
6070 2002-11-25 [paul]       0.8.6claws7
6071
6072         * sync with 0.8.6cvs4
6073                 see ChangeLog 2002-11-20
6074
6075 2002-11-25 [paul]       0.8.6claws6
6076
6077         * sync with 0.8.6cvs3
6078                 see ChangeLog 2002-11-18
6079
6080 2002-11-25 [colin]      0.8.6claws5
6081
6082         * src/gtkutils.[ch]
6083                 Add gtkut_ctree_node_is_parent()
6084         * src/folderview.c
6085                 Spring-loaded folders
6086
6087 2002-11-25 [colin]      0.8.6claws4
6088
6089         * src/utils.[ch]
6090                 Add slist_concat_unique(), function to merge
6091                 two GSList filtering dups
6092         * src/folder.[ch]
6093         * src/summaryview.[ch]
6094         * src/folderview.c
6095         * src/main.c
6096                 Add detection/update/display of unread answers
6097                 to marked mails
6098         * src/procmsg.[ch]
6099                 Add procmsg_find_children()
6100                 Add procmsg_msg_has_marked_parent()
6101
6102 2002-11-25 [colin]      0.8.6claws3
6103
6104         * src/ssl_certificate.[ch]
6105                 Allow checking a certificate without a DNS
6106                 lookup
6107                 Allow to forget a cert (by deleting it)
6108                 Make ssl_certificate_destroy_public
6109         * src/ssl_manager.[ch] ** NEW FILES **
6110                 Gui to manage (display/remove) certificates
6111         * src/prefs_common.[ch]
6112                 Add a pref to allow silent acceptation of
6113                 trusted certificates or not (based on the
6114                 "I want to know what's going on" principle)
6115         * src/mainwindow.c
6116                 Add SSL manager in Tools menu
6117         * src/Makefile.am
6118                 Add the new files to the build
6119         * po/POTFILES.in
6120                 Add ssl_manager.c to translations
6121
6122 2002-11-25 [colin]      0.8.6claws2
6123
6124         * src/summaryview.[ch]
6125                 Add S_SEARCH_EXTENDED to the quick search, which 
6126                 allows to search using filtering syntax.
6127
6128 2002-11-25 [colin]      0.8.6claws1
6129
6130         * src/summaryview.c
6131                 Deletion of duplicates now prefer deleting
6132                 the unread dup (fixes feature-request 638989).
6133
6134 2002-11-24 [paul]       0.8.6claws
6135
6136         * po/es.po
6137           po/pl.po
6138           po/ru.po
6139           po/sr.po
6140                 updated by Ricardo Mones Lastra,
6141                 Witold Wladyslaw Wojciech Wilk,
6142                 Ruslan N. Balkin, and  Urke MMI 
6143                 respectively
6144
6145 2002-11-24 [paul]       0.8.5claws182
6146
6147         * po/bg.po
6148                 updated by George Danchev
6149
6150 2002-11-23 [alfons]     0.8.5claws181
6151
6152         * src/imap.c
6153                 tiny memory leak found by browsing Dimitar's 
6154                 valgrind report
6155
6156 2002-11-23 [paul]       0.8.5claws180
6157
6158         * po/it.po
6159                 updated by Alessandro Maestri
6160
6161 2002-11-22 [christoph]  0.8.5claws179
6162
6163         * src/compose.c
6164         * src/inc.c
6165         * src/prefs_filtering.c
6166         * src/summaryview.c
6167                 more warning fixes
6168
6169 2002-11-22 [alfons]     0.8.5claws178
6170
6171         * src/summaryview.c
6172                 summary_execute_delete_func(): if message is deleted, make 
6173                 sure to also remove its entry in the subject hash table. 
6174                 fixes a corner case bug.
6175
6176 2002-11-22 [paul]       0.8.5claws177
6177
6178         * .cvsignore
6179                 add 'autom4te.cache'
6180                 
6181         * ltconfig      ** REMOVED **
6182                 not needed
6183
6184 2002-11-22 [paul]       0.8.5claws176
6185
6186         * src/textview.c
6187                 textview_set_font(): fix for message display in
6188                 UTF-8 locales (thanks to Sergey Vlasov).
6189                 
6190         * AUTHORS
6191                 add new team members and contributors
6192
6193
6194 2002-11-21 [colin]      0.8.5claws175
6195
6196         * src/procmsg.[ch]
6197                 Add procmsg_remove_special_headers()
6198         * src/mh.c
6199                 Use procmsg_remove_special_headers() for 
6200                 previous fix
6201
6202 2002-11-21 [colin]      0.8.5claws174
6203
6204         * src/mh.c
6205                 Fix moving/copying from queue/draft folders
6206                 for MH folders
6207
6208 2002-11-21 [christoph]  0.8.5claws173
6209
6210         * src/crash.c
6211         * src/filtering.c
6212         * src/logwindow.c
6213         * src/main.c
6214         * src/matcher_parser_lex.[hl]
6215         * src/mbox.c
6216         * src/mbox_folder.[ch]
6217         * src/prefs_filtering.c
6218         * src/procheader.c
6219         * src/quote_fmt_lex.l
6220         * src/ssl.c
6221                 fix all warnings except the warnings in lex and yacc files
6222
6223 2002-11-20 [christoph]  0.8.5claws172
6224
6225         * src/imap.c
6226                 fix MsgInfo retrieval for IMAP draft and queue folders
6227                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6228
6229 2002-11-19 [christoph]  0.8.5claws171
6230
6231         * src/compose.c
6232                 fix segfault, when draft saving does not get
6233                 the MsgInfo of the new message
6234                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6235
6236 2002-11-19 [christoph]  0.8.5claws170
6237
6238         * src/procmsg.c
6239                 add parameter check for flag setting function
6240                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6241
6242 2002-11-18 [paul]       0.8.5claws169
6243
6244         * src/compose.c
6245                 more sensitivity fixes to redirect mode:
6246                 * disable toolbar draft button
6247                 * allow only Address book in the Tools menu
6248                 * disable editing of message by the spell
6249                   checker
6250
6251 2002-11-18 [paul]       0.8.5claws168
6252
6253         * src/compose.c
6254                 fix sensitivity of menu items in compose_redirect():
6255                 allow only the necessary items 
6256
6257 2002-11-18 [paul]       0.8.5claws167
6258
6259         * src/compose.c
6260                 fix bug [ 603259 ] 'attachment got lost on bounce'
6261
6262 2002-11-18 [paul]       0.8.5claws166
6263
6264         * po/ru.po
6265                 updated by Ruslan N. Balkin <baron@dartel.ru>
6266
6267 2002-11-18 [colin]      0.8.5claws165
6268
6269         * src/main.c
6270           src/defs.h
6271                 Remove old filtering stuff
6272
6273
6274 2002-11-17 [oliver]     0.8.5claws164
6275
6276         * src/toolbar.h
6277                 remove not needed typedef 
6278
6279 2002-11-17 [oliver]     0.8.5claws163
6280
6281         * src/toolbar.c
6282                 make toolbar's on click events translatable
6283
6284 2002-11-15 [colin]      0.8.5claws162
6285
6286         * src/summaryview.c
6287                 Revert too-soon integration of a feature
6288
6289 2002-11-15 [christoph]  0.8.5claws161
6290
6291         * src/imap.c
6292                 use main's implementation of imap_get_msginfo
6293
6294 2002-11-15 [christoph]  0.8.5claws160
6295
6296         * src/compose.c
6297         * src/folder.[ch]
6298         * src/imap.c
6299         * src/mbox_folder.c
6300         * src/mh.c
6301         * src/news.c
6302         * src/procmsg.c
6303         * src/summaryview.c
6304                 replace claws' fetch_msginfo with main's get_msginfo
6305                 (use main's implementation where possible)
6306
6307 2002-11-15 [colin]      0.8.5claws159
6308
6309         * src/ssl_certificate.c
6310                 Missed a check
6311
6312 2002-11-16 [melvin]     0.8.5claws158
6313
6314         * po/fr.po
6315                 Updated French translations.
6316
6317 2002-11-16 [colin]      0.8.5claws157
6318
6319         * src/ssl_certificate.c
6320                 Check for missing parts in the certificates
6321
6322 2002-11-15 [colin]      0.8.5claws156
6323
6324         * src/folderview.c
6325                 Preventive fix (missing check) found by
6326                 Alfons
6327
6328 2002-11-15 [paul]
6329
6330         * NEWS
6331                 sync with 0.8.6 release
6332
6333 2002-11-15 [colin]      0.8.5claws155
6334
6335         * src/folder.[ch]
6336           src/folderview.c
6337                 Fix error handling of folder_item_move_to()
6338                 (thanks to Alfons!)
6339
6340 2002-11-15 [colin]      0.8.5claws154
6341
6342         * src/folder.[ch]
6343           src/folderview.c
6344                 folder_item_move_to() sets an error message instead
6345                 of having GUI stuff in folder.c
6346
6347 2002-11-15 [colin]      0.8.5claws153
6348
6349         * src/procmsg.[ch]
6350                 Implemented a callback for MsgInfo updates, 
6351                 heavily copy/pasted from Christoph's folder 
6352                 callback system
6353         * src/summaryview.[ch]
6354                 Register summary_update_msg as callback
6355
6356 2002-11-14 [colin]      0.8.5claws152
6357         
6358         * src/procmsg.c
6359                 Update the FolderItem after sending (fixes 617593)
6360
6361 2002-11-14 [christoph]  0.8.5claws151
6362
6363         * src/folder.c
6364                 fix wrong position of NULL pointer check found
6365                 by Sergey
6366
6367 2002-11-14 [christoph]  0.8.5claws150
6368
6369         * src/folder.c
6370                 fix segfault when deleting messages from IMAP folders
6371                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6372
6373 2002-11-14 [colin]      0.8.5claws149
6374
6375         * src/compose.c
6376                 Forwarding was also ignoring the folder's default account.
6377
6378 2002-11-14 [colin]      0.8.5claws148
6379
6380         * src/compose.c
6381                 Fix sent folder not set to folder properties when 
6382                 forwarding.
6383
6384 2002-11-14 [thorsten]   0.8.5claws147
6385
6386         * src/inc.c
6387                 inc_start(): Files were not moved from .processing to inbox,
6388                 if no global processing rule existed
6389
6390 2002-11-14 [colin]      0.8.5claws146
6391
6392         * src/ssl_certificate
6393                 Fix file operations
6394
6395 2002-11-14 [paul]       0.8.5claws145
6396
6397         * po/it.po
6398                 updated by Alessandro Maestri
6399
6400 2002-11-13 [alfons]     0.8.5claws144
6401
6402         * src/folder.c
6403                 folder_item_close(): only mark messages unread
6404                 when a folder has new messages 
6405
6406 2002-11-13 [keith]      0.8.5claws143
6407
6408         * src/imap.c
6409                 Fix problem moving or copying between
6410                 IMAP folders
6411
6412 2002-11-13 [colin]      0.8.5claws142
6413
6414         * src/matcher_parser_parse.y
6415                 Fix rule problem when " don't match
6416
6417 2002-11-13 [christoph]  0.8.5claws141
6418
6419         * src/folder.c
6420         * src/folderview.c
6421                 moved cache saving to folder_item_close
6422                 the folderview should not have to deal with
6423                 this things
6424
6425 2002-11-13 [christoph]  0.8.5claws140
6426
6427         * src/summaryview.c
6428                 moved setting of important score to
6429                 summary_set_prefs_from_folderitem
6430
6431 2002-11-13 [colin]      0.8.5claws139
6432
6433         * src/matcher_parser_parse.y
6434                 Fix a segfault in the parser (happening when
6435                 a good expression had been tested and a bad 
6436                 one arrives)
6437
6438 2002-11-13 [paul]       0.8.5claws138
6439
6440         * sync with 0.8.5cvs24
6441                 see ChangeLog 2002-11-13
6442                 
6443         * po/pt_BR.po
6444                 updated by Fabio Jr. Beneditto
6445
6446 2002-11-13 [colin]      0.8.5claws137
6447         
6448         * src/msgcache.c
6449           src/defs.h
6450           src/procmsg.[ch]
6451                 Revert last commit, problem
6452
6453 2002-11-13 [colin]      0.8.5claws136
6454
6455         * src/msgcache.c
6456                 Remove duplicated code
6457         * src/defs.h
6458                 Bumped CACHE_VERSION and MARK_VERSION
6459         * src/procmsg.[ch]
6460                 Network endian for cache and mark files
6461
6462 2002-11-12 [colin]      0.8.5claws135
6463
6464         * src/inc.c
6465                 Fix the "socket error" dialog which disappeared
6466
6467 2002-11-12 [colin]      0.8.5claws134
6468
6469         * src/msgcache.c
6470                 Reverse last commit which had performance 
6471                 problems, but still reverse the list
6472
6473 2002-11-12 [colin]      0.8.5claws133
6474
6475         * src/msgcache.c
6476                 Reverse list order
6477
6478 2002-11-12 [melvin]     0.8.5claws132
6479
6480         * src/compose.c
6481                 Added a check for a NULL prefs_common.dictionary
6482
6483 2002-11-12 [colin]      0.8.5claws131
6484
6485         * src/ssl_certificate.[ch]
6486                 Use FQDN hostname
6487
6488 2002-11-12 [colin]      0.8.5claws130
6489
6490         * src/ssl_certificate.[ch]
6491                 Take connection port into account for 
6492                 checking certificates (a single hostname
6493                 could have multiple servers with multiple
6494                 certificates)
6495         * src/ssl.c
6496                 Pass the port to ssl_certificate_check
6497
6498 2002-11-12 [paul]       0.8.5claws129
6499
6500         * src/folder.c
6501                 fix a typo in last commit
6502
6503 2002-11-12 [paul]       0.8.5claws128
6504
6505         * sync with 0.8.5cvs23
6506                 see ChangeLog entry 2002-11-12
6507
6508 2002-11-11 [colin]      0.8.5claws127
6509
6510         * src/ssl_certificate.c
6511                 Cleaner messages
6512                 Don't popup, instead log error, if the 
6513                 corresponding pref is checked
6514         * src/ssl_certificate.h
6515                 include <openssl/objects/h>
6516
6517 2002-11-11 [colin]      0.8.5claws126
6518
6519         * src/ssl_certificate.h
6520                 _Really_ clean it
6521
6522 2002-11-11 [colin]      0.8.5claws125
6523         
6524         * src/ssl_certificate.c
6525                 Fixed leak
6526
6527 2002-11-11 [colin]      0.8.5claws124
6528
6529         * src/ssl.c
6530                 Cleaned a bit
6531         * src/ssl_certificate.[ch]
6532                 Cleaned a bit (better use of SSL API)
6533                 (This will cause non-recognition of saved 
6534                  certificates of claws12[23]...)
6535
6536 2002-11-11 [paul]       0.8.5claws123
6537         
6538         * po/es.po
6539                 updated by Ricardo Mones Lastra
6540
6541 2002-11-11 [colin]      0.8.5claws122
6542
6543         * src/ssl.c
6544                 Fix a typo
6545
6546 2002-11-11 [colin]      0.8.5claws121
6547
6548         * src/ssl_certificate.[ch] ** NEW FILES **
6549         * src/ssl.[ch]
6550                 Check SSL certificates presented to us
6551         * src/Makefile.am
6552                 Add ssl_certificate.[ch]
6553         * po/POTFILES.in
6554                 Add ssl_certificate.c
6555
6556 2002-11-11 [paul]       0.8.5claws120
6557
6558         * sync with 0.8.5cvs22
6559                 see ChangeLog 2002-11-11
6560
6561 2002-11-11 [paul]       0.8.5claws119
6562
6563         * sync with 0.8.5cvs21
6564                 see ChangeLog 2002-11-11
6565
6566 2002-11-10 [jens]       0.8.5claws118
6567
6568         * src/folder.c
6569         * src/folderview.c
6570                 corrected some typing
6571         * po/de.po
6572                 updated german translation
6573         * sylpheed.spec.in
6574                 cleaned up specfile and adjusted it for claws
6575
6576 2002-11-10 [colin]      0.8.5claws117
6577
6578         * src/summaryview.c
6579                 a STATUSBAR_PUSH/POP fix
6580
6581 2002-11-10 [colin]      0.8.5claws116
6582
6583         * src/prefs_folder_item.c
6584                 Fix hanging after opening folder properties
6585
6586 2002-11-10 [hoa]        0.8.5claws115
6587
6588         * src/matcher_parser_lex.l
6589         * src/matcher_parser_parse.y
6590                 config file for scoring and filtering is no more trashed
6591                 when there is a syntax error in a filtering rule when
6592                 editing it in a dialog.
6593
6594 2002-11-09 [colin]      0.8.5claws114
6595
6596         * src/mbox_folder.c
6597                 Added missing initialisation of folder->destroy()
6598
6599 2002-11-09 [colin]      0.8.5claws113
6600
6601         * src/folder.c
6602           src/folderview.c
6603                 Fix the status bar messages
6604
6605 2002-11-09 [colin]      0.8.5claws112
6606
6607         * src/folderview.c
6608                 Fix hangs after folder dnd, happening after 
6609                 claws109.
6610
6611 2002-11-09 [christoph]  0.8.5claws111
6612
6613         * src/folderview.c
6614                 just changed order of calls (reverse order of
6615                 associated calls)
6616         * src/inc.c
6617                 lock inc when checking only one account, otherwise
6618                 inc all could be executed at the same time
6619
6620 2002-11-09 [christoph]  0.8.5claws110
6621
6622         * src/folderview.c
6623                 better unlock the mouse cursor before calling
6624                 summary_show because it changes the cursor too
6625
6626 2002-11-09 [christoph]  0.8.5claws109
6627
6628         * src/folder.[ch]
6629         * src/folderview.c
6630                 add functions to open and close a folder
6631                 o opending will execute scanning for remote folders
6632                   and processing
6633                 o closing will unset new flag for messages
6634
6635 2002-11-09 [colin]      0.8.5claws108
6636
6637         * src/folder.c
6638                 Add a call to prefs_matcher_write_config to 
6639                 avoid non-leaf folders filtering settings to be
6640                 lost
6641
6642 2002-11-09 [paul]       0.8.5claws107
6643
6644         * src/prefs_account.c
6645                 re-word a label
6646
6647 2002-11-09 [colin]      0.8.5claws106
6648
6649         * src/folderview.c
6650                 Minor esthetic fix
6651
6652 2002-11-09 [colin]      0.8.5claws105
6653
6654         * src/folderview.c
6655                 Fix prefs_filtering deletion for MH folders (same
6656                 reason as below)
6657         * src/prefs_filtering.c
6658                 Fix prefs_filtering renaming and deletion for 
6659                 folder-based processing rules.  
6660
6661 2002-11-09 [christoph]  0.8.5claws104
6662
6663         * src/compose.c
6664         * src/folder.[ch]
6665         * src/folderview.[ch]
6666         * src/import.c
6667         * src/inc.c
6668         * src/main.c
6669         * src/mainwindow.c
6670         * src/messageview.c
6671         * src/prefs_folder_item.c
6672         * src/procmsg.c
6673         * src/summaryview.c
6674                 implement a callback system for folder item updates
6675
6676 2002-11-09 [colin]      0.8.5claws103
6677
6678         * src/folderview.c
6679                 Fix prefs_filtering renaming for MH folders (we
6680                 shouldn't rename by path as another folder could
6681                 have the same hierarchy).
6682
6683 2002-11-09 [colin]      0.8.5claws102
6684
6685         * src/folder.c
6686                 Fix a leak found by Christoph, use better variable
6687                 names
6688
6689 2002-11-09 [colin]      0.8.5claws101
6690
6691         * src/folder.c
6692                 One more fix for processing rules
6693
6694 2002-11-08 [colin]      0.8.5claws100
6695         
6696         * src/matcher.c
6697                 Don't copy the compiled regexp (will be reevaluated)
6698         * src/folderview.c
6699                 Lock folderview while moving
6700         * src/folder.c
6701                 Provide info on what's happening to the user
6702
6703 2002-11-08 [colin]      0.8.5claws99
6704
6705         * src/folderview.c
6706                 Fix folder reordering after a move if parent is 
6707                 root
6708         * src/scoring.[ch]
6709                 Add function to copy a ScoringProp
6710         * src/prefs_folder_item.c
6711                 Copy scoring rules when copying a folder prefs
6712
6713 2002-11-08 [colin]      0.8.5claws98
6714
6715         * src/folderview.c
6716                 Fixes in case of failure
6717         * src/filtering.[ch]    
6718                 Add function to duplicate a FilteringProp
6719         * src/matcher.[ch]
6720                 Add function to duplicate a MatcherProp
6721         * src/prefs_folder_item.c
6722                 Save folder's processing rules when copying 
6723                 its prefs
6724
6725 2002-11-08 [colin]      0.8.5claws97
6726         
6727         * src/folderview.c
6728                 Sort after move
6729         * src/folder.c 
6730                 Change a printf to debug_print
6731
6732 2002-11-08 [colin]      0.8.5claws96
6733
6734         * src/folder.c
6735           src/folderview.c
6736                 Fix segfaults, call me stupido
6737         
6738
6739 2002-11-08 [colin]      0.8.5claws95
6740
6741         *src/folder.c
6742                 Added forgotten prefs to save when moving folders
6743
6744 2002-11-08 [colin]      0.8.5claws94
6745
6746         * src/folder.c
6747                 Fixes to folder DND (prefs copy)
6748         * src/folderview.c
6749                 Optimization for folder DND (don't rescan whole tree)
6750                 Added folderview_create_folder_node() for this 
6751                 optimization, so de-duped a bit the code
6752         * src/prefs_folder_item.[ch]
6753                 Added prefs_folder_item_copy_prefs()    
6754           
6755 2002-11-08 [paul]       0.8.5claws93
6756
6757         * src/prefs_account.c
6758           tools/README
6759           tools/kmail2sylpheed_v2.pl
6760                 correct some typos
6761
6762 2002-11-08 [paul]       0.8.5claws92
6763
6764         * src/compose.c
6765           src/prefs_account.[ch]
6766                 remove account options 'clearsign' and 'ascii_armored',
6767                 replace with 'default_gnupg_mode' to prevent mixed-mode
6768                 Privacy settings
6769
6770 2002-11-08 [paul]       0.8.5claws91
6771
6772         * src/compose.[ch]
6773                 re-implement GnuPG 'on-the-fly' mode selection,
6774                 disallow mixed-mode
6775
6776 2002-11-08 [colin]      0.8.5claws90
6777
6778         * src/folderview.c
6779           src/prefs_folder_item.c
6780                 Change "Property" to "Properties"
6781
6782 2002-11-07 [colin]      0.8.5claws89
6783
6784         * src/folderview.c
6785           src/folder.c
6786                 Allow folder dropping to a root folder
6787
6788 2002-11-07 [paul]       0.8.5claws88
6789
6790         * src/compose.c
6791                 revert last commit
6792
6793 2002-11-07 [paul]       0.8.5claws87
6794
6795         * src/compose.c
6796                 fix reply-to-list bug. closes bug report
6797                 "[633382] reply-to-list broken in recent cvs"
6798
6799 2002-11-07 [paul]       0.8.5claws86
6800
6801         * src/compose.c
6802                 add a forgotten '#if USE_GPGME ... #endif'
6803
6804 2002-11-07 [paul]       0.8.5claws85
6805
6806         * sync with 0.8.5cvs20
6807                 see ChangeLog 2002-11-07
6808
6809 2002-11-07 [colin]      0.8.5claws84
6810
6811         * src/folder.[ch]
6812                 Change folder_item_move_to to return the newly 
6813                 created folderitem.
6814         * src/folderview.c
6815                 Select the new folderitem after moving.
6816
6817 2002-11-07 [colin]      0.8.5claws83
6818
6819         * src/prefs_filtering.c
6820                 Fix rule rewriting when moving a leaf folder to a 
6821                 shorter path
6822
6823 2002-11-07 [colin]      0.8.5claws82
6824
6825         * src/prefs_filtering.c
6826                 fix a leak
6827
6828 2002-11-07 [colin]      0.8.5claws81
6829
6830         * src/folder.[ch]
6831                 Add folder_item_move_to() function to move a 
6832                 folderitem into another one (updates matcher etc)
6833         * src/folderview.c
6834                 Add folder drag'n drop (context menu to come)
6835                 [Should be dataloss free, but Please backup before 
6836                  trying !]
6837
6838 2002-11-06 [colin]      0.8.5claws80
6839
6840         * src/mh.c
6841                 mh_create_folder() returns NULL if can't create
6842                 directory hierarchy
6843
6844 2002-11-06 [paul]       0.8.5claws79
6845
6846         * src/compose.[ch]
6847                 allow 'on-the-fly' changing of the type of encryption 
6848                 and/or signing used (mime/ascii) via the compose window
6849
6850 2002-11-06 [paul]       0.8.5claws78
6851
6852         * sync with 0.8.5cvs19
6853                 see ChangeLog 2002-11-06 for src/account.c: 
6854                 account_get_special_folder()
6855                 
6856 2002-11-05 [alfons]     0.8.5claws77
6857
6858         * src/crash.c
6859                 very minor cleanups: nothing to see here, move on. :-)
6860
6861 2002-11-05 [colin]      0.8.5claws76
6862
6863         * src/main.c
6864                 Changes choices if compose windows are opened to
6865                 Discard, Draft, Don't quit
6866
6867 2002-11-05 [thorsten]   0.8.5claws75
6868
6869         * src/compose.c
6870                 reenabled default_reply_to folder option
6871
6872 2002-11-05 [colin]      0.8.5claws74
6873
6874         * src/compose.[ch] 
6875                 add compose_draft()
6876         * src/crash.c
6877                 add SIGTERM handler
6878         * src/main.[ch]
6879                 add clean_quit() for the SIGTERM handler
6880
6881 2002-11-05 [paul]       0.8.5claws73
6882         
6883         * po/es.po
6884                 updated by Ricardo Mones Lastra
6885
6886 2002-11-05 [melvin]     0.8.5claws72
6887
6888         * src/logwindow.c
6889                 Fixed log-clipping bug #616795.
6890                 To stop logging in the log window use 0 length.
6891         * src/prefs_common.c
6892                 Added a label to inform about the 0 log length behaviour.
6893
6894 2002-11-05 [paul]       0.8.5claws71
6895
6896         * sync with 0.8.5cvs17
6897                 see ChangeLog 2002-11-05
6898
6899 2002-11-04 [paul]       0.8.5claws70
6900
6901         * sylpheed-128x128.png
6902           sylpheed-64x64.png
6903           sylpheed.png
6904                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6905                 <nikai@users.sourceforge.net>
6906                 
6907         * po/bg.po
6908                 updated by George Danchev
6909
6910 2002-11-03 [thorsten]   0.8.5claws69
6911
6912         * src/main.c
6913           src/mimeview.c
6914           src/rfc2015.h
6915                 add check if gpg is active
6916
6917 2002-11-03 [thorsten]   0.8.5claws68
6918
6919         * src/toolbar.h
6920                 removed GSList declaration causing trouble on MacOS-X
6921                 (submitted by alfons, reported by xfesty)
6922
6923 2002-11-01 [paul]       0.8.5claws67
6924
6925         * src/mainwindow.c
6926                 remove last remnants of main's filter code
6927
6928 2002-11-01 [paul]       0.8.5claws66
6929
6930         * tools/filter_conv.pl
6931                 fix bug where user-defined headers were ignored
6932
6933 2002-11-01 [paul]       0.8.5claws65
6934
6935         * src/logwindow.c
6936                 make a debug_print() not translatable
6937
6938 2002-10-31 [melvin]     0.8.5claws64
6939
6940         * ac/aspell.m4
6941                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6942                 not run any GNU/aspell test.  The dictionary path will
6943                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6944                 was given, in which case, it will be $prefix/lib/aspell/
6945         * configure.in
6946                 Fixed typo in commentary (Aspell code).
6947
6948 2002-10-31 [paul]       0.8.5claws63
6949
6950         * po/POTFILES.in
6951                 remove src/filter.c and src/prefs_filter.c
6952                 thanks to Ricardo for reminding me
6953
6954 2002-10-31 [colin]      0.8.5claws62
6955
6956         * src/mbox_folder.c
6957                 Plug some leaks
6958
6959 2002-10-31 [paul]       0.8.5claws61
6960
6961         * src/prefs_filter.[ch] ** REMOVED **
6962           src/filter.[ch]       ** REMOVED **
6963           
6964         * src/Makefile.am
6965           src/folderview.c
6966           src/inc.c
6967           src/main.c
6968           src/mainwindow.c
6969           src/mbox.c
6970           src/prefs_common.c
6971           src/prefs_filtering.c
6972           src/summaryview.[ch]
6973                 remove main's 'filter' code
6974                 
6975         README.claws
6976                 update to reflect removal of main's filter
6977
6978 2002-10-31 [paul]       0.8.5claws60
6979
6980         * src/summaryview.c
6981                 remove check for global_processing in summary_filter_open(). 
6982                 This fixes the bug where if the user uses the right-click 
6983                 'Create filter rule...' and doesn't have any filter rules 
6984                 already defined in claws' advanced filtering, the newly 
6985                 created filter rule goes to main's filtering which is 
6986                 inaccessible through the gui. Now the filter rule gets added
6987                 to claws' filtering by default.
6988
6989 2002-10-28 [melvin]     0.8.5claws59
6990
6991         * src/prefs_actions.c
6992                 Fixed bug #627322 where MIME parts were not always
6993                 correctly passed to a %p action
6994                 Display an error dialog when message filename is not found.
6995
6996 2002-10-28 [melvin]     0.8.5claws58
6997
6998         * src/prefs_common.c
6999                 Readded a missing function declaration lost in 0.8.3claws34
7000
7001 2002-10-28 [paul]       0.8.5claws57
7002
7003         * sync with 0.8.5cvs15
7004                 see ChangeLog 2002-10-28 and 2002-10-25
7005                 
7006         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7007
7008 2002-10-27 [oliver]     0.8.5claws56
7009
7010         * src/pop.c
7011                 plug leak in pop3_top_recv
7012
7013 2002-10-26 [christoph]  0.8.5claws55
7014
7015         * src/folder.c
7016                 set need_update folder flag when messages are added
7017                 (closes bug [ 626922 ] folder not updated after receiving)
7018
7019 2002-10-25 [melvin]     0.8.5claws54
7020
7021         * src/imageview.c
7022                 Fixed a memleak introduced in the scaling code.
7023
7024 2002-10-24 [alfons]     0.8.5claws53
7025
7026         * src/filtering.c
7027                 make filtering's forward message action forward from the 
7028                 correct account
7029                 (closes bug [628089 ] Filter -> Forward from address problem
7030                 reported by Oktay)
7031
7032 2002-10-24 [christoph]  0.8.5claws52
7033
7034         * src/mainwindow.c
7035         * src/manual.[ch]
7036                 o use manual of current locale or english if current
7037                   locale is not available (and english is available)
7038                 o also link to sylpheed doc project manuals
7039
7040 2002-10-23 [paul]       0.8.5claws51
7041
7042         * tools/README
7043           tools/kmail2sylpheed_v2.pl
7044                 add new version of kmail addressbook importer script.
7045                 works with newer versions of Kmail/KAddressBook which
7046                 have new and rearranged data.
7047
7048 2002-10-23 [martin]     0.8.5claws50
7049
7050         * src/folderview.c
7051         * src/summaryview.c
7052         * src/utils.h
7053         * src/utils.c
7054                 added length parameter to get_abbrev_newsgroup_name()
7055                 changed this function so that it abbreviates the newsgroup
7056                 names only so long it is smaller than the length parameter
7057                 (for better reading of some newsgroup names and space efficiency)
7058
7059 2002-10-22 [colin]      0.8.5claws49
7060
7061         *src/foldersel.c
7062                 Revert Alfons' last modification (after voting ;-))
7063
7064 2002-10-21 [alfons]     0.8.5claws48
7065
7066         * src/foldersel.c
7067                 folder view in folder selection dialog reflects state of
7068                 folder view in main window
7069
7070 2002-10-18 [alfons]     0.8.5claws47
7071
7072         * src/mbox.c
7073                 drop imported messages in folder selected by user,
7074                 and not in the inbox
7075                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7076
7077 2002-10-18 [alfons]     0.8.5claws46
7078
7079         * src/compose.c
7080                 make automagic reply work correctly for email accounts 
7081                 (whether it's viable to do a full sync with Hiro's 
7082                 compose.c is still under discussion)
7083
7084 2002-10-18 [melvin]     0.8.5claws45
7085
7086         * src/prefs_actions.c
7087                 Fixed bug #622275 where asynchroneous actions left 
7088                 zombies processes
7089                 Made (synchroneous) actions' input be displayed live.
7090
7091 2002-10-18 [christoph]  0.8.5claws44
7092
7093         * src/textview.c
7094                 don't add a newline in the textview in front of the
7095                 first textpart if header display is disabled
7096                 (closes bug [ 603385 ] disabled header display leaves blank
7097                  lin)
7098
7099 2002-10-18 [christoph]  0.8.5claws43
7100
7101         * src/folder.[ch]
7102         * src/imap.c
7103         * src/mbox_folder.c
7104         * src/mh.c
7105         * src/news.c
7106                 folder->get_num_list now returns an error code
7107                 (closes bug [ 609424 ] News cache cleared on failure)
7108                 
7109 2002-10-17 [colin]      0.8.5claws42
7110         
7111         * src/news.c
7112                 Changed a printf by debug_print
7113
7114 2002-10-16 [paul]       
7115
7116         * tools/OOo2sylpheed.pl
7117                 allow for spaces in the name of the
7118                 file to be attached.
7119
7120 2002-10-16 [colin]      0.8.5claws41
7121
7122         * src/main.c
7123                 Use a tristate to change online mode
7124
7125 2002-10-16 [paul]       0.8.5claws40
7126
7127         * po/es.po
7128                 updated by Ricardo Mones Lastra
7129
7130 2002-10-16 [colin]      0.8.5claws39
7131
7132         * src/main.c
7133           src/mainwindow.[ch]
7134                 Added --online and --offline command-line
7135                 switches
7136
7137 2002-10-15 [christoph]  0.8.5claws38
7138
7139         * src/procmime.c
7140                 set mimeinfo->name to NULL after g_free to
7141                 avoid double freeing with g_free
7142
7143 2002-10-14 [christoph]  0.8.5claws37
7144
7145         * src/compose.c
7146         * src/filtering.c
7147         * src/summaryview.c
7148                 remove calls to folder->change_flags that are now
7149                 done by procmsg flag functions (seems it is not
7150                 used by any foldertype anyway)
7151         * src/folder.c
7152                 init folder->change_flags with NULL
7153
7154 2002-10-14 [christoph]  0.8.5claws36
7155
7156         * src/folder.[ch]
7157         * src/imap.[ch]
7158                 use virtual functions for folder item new and destroy
7159                 functions
7160
7161 2002-10-14 [melvin]     0.8.5claws35
7162
7163         * src/compose.c
7164                 Added a test to not run the spell checker if no default
7165                 dictionary is available. No dialog is displayed though.
7166
7167 2002-10-14 [melvin]     0.8.5claws34
7168
7169         * src/gtkaspell.c
7170                 Fixed bug in dictionary list context menu where
7171                 "More..." pointed to an emtpy submenu if the
7172                 number of dictionaries is a multiple of 15
7173                 Removed unneeded code in suggestions list creation
7174
7175 2002-10-14 [paul]       0.8.5claws33
7176
7177         * po/bg.po
7178                 updated by George Danchev
7179
7180 2002-10-13 [hoa]        0.8.5claws32
7181
7182         * src/matcher.[ch]
7183           src/matcher_parser_parser.y
7184                 removed the escaped string from internal structure
7185                 of matcher.
7186
7187 2002-10-12 [colin]      0.8.5claws31
7188
7189         * src/gtksctree.[ch]
7190           src/summaryview.c
7191                 Removed useless function gtksctree_reanchor
7192
7193 2002-10-12 [alfons]     0.8.5claws30
7194         
7195         * sync with remaining main changes 2002-10-09 - 2002-10-11
7196         - drop changes to src/compose.c (requires claws specific changes)
7197         
7198 2002-10-12 [alfons]     0.8.5claws29
7199         
7200         * sync with main changes of 2002-10-08
7201         - drop changes to src/compose.c (requires claws specific changes)
7202         - drop changes to src/summaryview.c (requires changes to compose.c)     
7203
7204 2002-10-12 [alfons]     0.8.5claws28
7205         
7206         * sync with main changes of 2002-10-07
7207
7208 2002-10-12 [alfons]     0.8.5claws27
7209
7210         * sync with main changes of 2002-10-04
7211         - drop changes to src/compose.c (requires claws specific changes)
7212         - drop changes to src/prefs_folder_item.c (claws implementation
7213           seems to be working)
7214
7215 2002-10-12 [colin]      0.8.5claws26
7216
7217         * src/mainwindow.c
7218                 Fix folder-flicker when space-reading, introduced 
7219                 in claws22.
7220
7221 2002-10-12 [colin]      0.8.5claws25
7222
7223         * src/compose.c
7224                 Save account address when saving as draft.
7225                 (closes bug 621838)
7226
7227 2002-10-12 [colin]      0.8.5claws24
7228
7229         * src/summaryview.c
7230                 Fix the problem consisting of no message selected
7231                 after the last message in a folder has been moved.
7232
7233 2002-10-12 [paul]       0.8.5claws23
7234
7235         * src/compose.c
7236           src/prefs_template.c
7237           src/template.[ch]
7238                 add Cc and Bcc to templates. Patch submitted by
7239                 John L. Males.
7240
7241 2002-10-12 [colin]      0.8.5claws22
7242
7243         * src/folderview.c
7244                 Fix a bug after "Check for new messages":
7245                 If a folder was opened, it was still selected at
7246                 the end of the check, but displayed empty.
7247         * src/mainwindow.c
7248                 Remove unnecessary check
7249
7250 2002-10-12 [paul]
7251
7252         * tools/README
7253                 be more verbose in the description of
7254                 OOo2sylpheed.pl
7255                 
7256
7257 2002-10-11 [colin]      0.8.5claws21
7258
7259         * src/mainwindow.c
7260                 Make space work (better) when no mail is selected
7261
7262 2002-10-11 [colin]      0.8.5claws20
7263
7264         * src/inc.c
7265           src/news.c
7266                 fix warnings
7267
7268 2002-10-11 [colin]      0.8.5claws19
7269
7270         * src/mainwindow.c
7271                 revert 0.8.5claws6 changes as i couldn't get to
7272                 anything satisfying
7273
7274 2002-10-11 [melvin]     0.8.5claws18
7275
7276         * src/compose.c
7277                 Removed buggy and unused macro (should have been committed in
7278                 0.8.5claws17)
7279
7280 2002-10-11 [melvin]     0.8.5claws17
7281
7282         * src/compose.c
7283                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7284
7285 2002-10-11 [thorsten]   0.8.5claws16 
7286
7287         * src/folderview.c
7288                 remove rescan warning
7289
7290 2002-10-11 [colin]      0.8.5claws15 
7291
7292         * src/procheader.c
7293                 fix a segfault that happens if conv_unmime_header
7294                 fails (should be better to find out why it fails)
7295
7296 2002-10-11 [christoph]  0.8.5claws14
7297
7298         * src/summaryview.c
7299                 update folderview stats after ignore/unignore thread
7300
7301 2002-10-11 [hoa]        0.8.5claws13
7302
7303         * src/quote_fmt_parse.y
7304                 Fixed a yacc/bison syntax error
7305         * src/matcher.c
7306                 Escaping of string is fixed.
7307
7308 2002-10-11 [colin]      0.8.5claws12
7309
7310         * src/imageview.c
7311                 Resize images to fit
7312
7313 2002-10-11 [paul]       0.8.5claws11
7314
7315         * po/es.po
7316                 updated by Ricardo Mones Lastra
7317
7318 2002-10-10 [alfons]     0.8.5claws10
7319
7320         * src/compose.c
7321                 allow dropping files by "moving" files from a file manager,
7322                 not only by the more cumbersome "copying". the latter 
7323                 mostly implies holding down the Control button
7324
7325 2002-10-10 [christoph]  0.8.5claws9
7326
7327         * src/summaryview.c
7328                 update folders after thread building for ignored threads
7329
7330 2002-10-10 [christoph]  0.8.5claws8
7331
7332         * config/.cvsignore
7333                 added Makefile
7334         * src/filtering.[ch]
7335         * src/folder.[ch]
7336         * src/folderview.[ch]
7337         * src/import.c
7338         * src/inc.[ch]
7339         * src/mbox.[ch]
7340         * src/procmsg.c
7341         * src/summaryview.[ch]
7342                 o added new flag need_update to FolderItem
7343                 o removed folder_table from various functions from tracking
7344                   folder updates
7345                 o set need_update flags in folder.c's move, copy and delete
7346                   functions and procmsg's flags functions
7347                 o added function folderview_update_items_when_required that
7348                   updates all folders with need_update set
7349                 o call folderview_update_items_when_required instead of
7350                   folderview_update_item_foreach
7351
7352 2002-10-09 [sergey]     0.8.5claws7
7353
7354         * src/compose.c
7355                 Strip CRs whel loading the text into editor in reedit mode.
7356
7357 2002-10-09 [colin]      0.8.5claws6
7358
7359         * src/mainwindow.c
7360                 Make Space work when no mail is selected
7361
7362 2002-10-09 [colin]      0.8.5claws5
7363
7364         * src/gtksctree.[ch]
7365                 Fix range_select
7366                 Add gtk_sctree_reanchor() 
7367         * src/summaryview.c
7368                 Use gtk_sctree_reanchor() - better fix for 
7369                 bug 60413
7370
7371 2002-10-09 [colin]      0.8.5claws4
7372
7373         * src/summaryview.c
7374                 Fix shift-click select after delete problem
7375                 (closes bug 60413)
7376
7377 2002-10-08 [thorsten]   0.8.5claws3
7378
7379         * src/summaryview.c
7380                 exclude current msg from -hide read messages-
7381
7382 2002-10-08 [colin]      0.8.5claws2
7383
7384         * src/inc.[ch]
7385           src/pop.c
7386           src/recv.c
7387                 Differentiate socket errors from disk full
7388                 errors
7389
7390 2002-10-08 [christoph]  0.8.5claws1
7391
7392         * Makefile.am
7393         * configure.in
7394                 modifications for new config directory
7395
7396         * config.guess  ** REMOVED **
7397         * config.sub    ** REMOVED **
7398         * install-sh    ** REMOVED **
7399         * ltmain.sh     ** REMOVED **
7400         * missing       ** REMOVED **
7401         * mkinstalldirs ** REMOVED **
7402                 these files are autogenerated by automake
7403                 when you run autogen.sh
7404
7405         * config/.cvsignore     ** NEW FILE **
7406         * config/Makefile.am    ** NEW FILE **
7407                 ignore autogenerated files
7408                 create a Makefile in this directory
7409
7410 2002-10-08 [paul]       0.8.5claws
7411
7412         * 0.8.5claws release
7413         
7414         * src/compose.c
7415           src/procheader.c
7416           src/procmsg.c
7417                 fix quote reply format for newsgroups reply bug
7418                 (thanks to Hoa)
7419                 
7420         * po/en_GB.po
7421           po/pl.po
7422                 updated by me and Witold Wladyslaw Wojciech Wilk
7423                 repectively
7424
7425 2002-10-07 [paul]       0.8.3claws53
7426
7427         * po/it.po
7428           po/pt_BR.po
7429           po/sr.po
7430                 updated messages catalogs, submitted by
7431                 Alessandro Maestri, Fabio Jr.Beneditto 
7432                 and Urke MMI, respectively.
7433
7434 2002-10-07 [christoph]  0.8.3claws52
7435
7436         * src/folder.[ch]
7437         * src/folderview.c
7438         * src/mainwindow.c
7439                 fix new folder ghost message bug
7440                 (closes bug [ 619722 ] wrong count for newly created folders)
7441
7442 2002-10-07 [christoph]  0.8.3claws51
7443
7444         * src/compose.c
7445                 fix news posting problem
7446
7447 2002-10-07 [melvin]     0.8.3claws50
7448
7449         * po/fr.po
7450                 Updated French translation
7451
7452 2002-10-05 [christoph]  0.8.3claws49
7453
7454         * src/gtkstext.c
7455                 check if line_start_cache is set in gtk_stext_update_text
7456                 (closes bug [ 618119 ] crash while doing search in folder)
7457
7458 2002-10-05 [christoph]  0.8.3claws48
7459
7460         * src/imap.c
7461         * src/news.c
7462         * src/utils.c
7463         * src/utils.h
7464                 implement cache cleanups for claws' folder system
7465                 (closes bug [ 595916 ] imapcache not cleaned up)
7466
7467 2002-10-05 [melvin]     0.8.3claws47
7468
7469         * src/prefs_actions.c
7470                 Made the help text more clear for the %p token
7471
7472 2002-10-04 [paul]       0.8.3claws46
7473
7474         * sync with 0.8.5
7475                 see ChangeLog 2002-10-02 and 2002-10-03
7476
7477 2002-10-04 [christoph]  0.8.3claws45
7478
7479         * src/inc.c
7480                 fix segfault caused by pop before smtp
7481                 call to inc_account_mail with NULL
7482                 pointer for mainwin
7483
7484 2002-10-04 [paul]       0.8.3claws44
7485
7486         * configure.in
7487                 sync the LDAP detection from 0.8.5cvs1
7488
7489 2002-10-02 [christoph]  0.8.3claws43
7490
7491         * po/de.po
7492                 fix small spelling error
7493
7494 2002-10-02 [melvin]     0.8.3claws42
7495
7496         * ac/aspell.m4
7497                 Behave better and say "no" when test program cannot be run.
7498
7499 2002-10-02 [paul]       0.8.3claws41
7500
7501         * sync with 0.8.4cvs1
7502                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7503                 
7504         * src/summaryview.c
7505                 toggle the behavior of Reply menuitem between
7506                 normal reply and reply-to-list
7507
7508 2002-10-01 [sergey]     0.8.3claws40
7509
7510         * src/compose.c
7511                 Convert newlines in the message text to the canonical form
7512                 before base64 encoding (RFC2045 compliance, fixes some
7513                 interoperability issues with Evolution 1.0.3)
7514
7515 2002-09-29 [colin]      0.8.3claws39
7516
7517         * src/summaryview.c
7518                 Fix an unwanted copy/paste
7519
7520 2002-09-29 [colin]      0.8.3claws38
7521
7522         * src/mainwindow.c
7523                 Renamed "Custom toolbar" to "Customize toolbar"
7524                 Renamed "Show all header" to "Show all headers"
7525                 Renamed "Set diplay item" to "Set displayed items"
7526         * src/prefs_common.c
7527                 Renamed "Show all header" to "Show all headers"
7528         * src/prefs_summary_column.c
7529                 Renamed "diplay item" to "displayed items"
7530
7531 2002-09-29 [colin]      0.8.3claws37
7532
7533         * src/mainwindow.[ch]
7534                 online/offline status pixmaps follow theme
7535                 changes
7536         * src/summaryview.[ch]
7537                 quicksearch pixmap follows theme changes
7538
7539 2002-09-29 [thorsten]   0.8.3claws36
7540
7541         * src/compose.c
7542           src/prefs_folder_item.[ch]
7543                 add default_reply_to folder option (closes patch 581044)
7544
7545 2002-09-29 [christoph]  0.8.3claws35
7546
7547         * acconfig.h    ** REMOVED **
7548         * configure.in
7549         * ac/aspell.m4
7550         * ac/check-type.m4
7551         * ac/gnupg-check-typedef.m4
7552                 fix autoheader 2.50 warning
7553
7554 2002-09-29 [christoph]  0.8.3claws34
7555
7556         * major code cleanup (part 2)
7557         
7558                 - unused variables removed
7559                 - unused functions removed
7560                 - uninitialized variables checked
7561                 - missing return statements added
7562                 - missing function return types added
7563                 - added parentheses around assignment
7564                   when suggested by gcc
7565
7566 2002-09-29 [alfons]     0.8.3claws33
7567
7568         * src/logwindow.c
7569                 log_window_clear(): only bracket gtk_text_forward_delete() 
7570                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7571                 works around GTK text bug)
7572
7573 2002-09-29 [paul]       0.8.3claws32
7574
7575         * po/bg.po
7576           po/sr.po
7577                 updated by George Danchev and Urke MMI
7578                 respectively
7579
7580 2002-09-27 [christoph]  0.8.3claws31
7581
7582         * doc-src/readme.txt
7583         * doc-src/rfc1806.txt   ** REMOVED **
7584         * doc-src/rfc2183.txt   ** NEW FILE **
7585         * doc-src/rfc2980.txt   ** NEW FILE **
7586                 update rfcs
7587
7588 2002-09-27 [melvin]     0.8.3claws30
7589
7590         * ac/aspell.m4
7591                 Fixed typo which could break linking
7592
7593 2002-09-27 [melvin]     0.8.3claws29
7594
7595         * ac/aspell.m4
7596                 Improved GNU/aspell checking. 
7597                 Fixed bug #614490
7598
7599 2002-09-27 [paul]       0.8.3claws28
7600
7601         * sync with 0.8.3cvs8
7602                 see ChangeLog 2002-09-27
7603
7604 2002-09-26 [colin]      0.8.3claws27
7605
7606         * src/toolbar.[ch]
7607           src/mainwindow.[ch]
7608                 Add "Reply to Mailing-list" to the toolbar
7609
7610 2002-09-26 [christoph]  0.8.3claws26
7611
7612         * src/summaryview.c
7613                 Fix wrong message counts in summaryview status
7614
7615 2002-09-26 [paul]       0.8.3claws25
7616
7617         * sync with 0.8.3cvs7
7618                 see ChangeLog 2002-09-26
7619
7620 2002-09-26 [paul]       0.8.3claws24
7621
7622         * sync with 0.8.3cvs6
7623                 see ChangeLog 2002-09-25
7624
7625 2002-09-25 [christoph]  0.8.3claws23
7626
7627         * src/prefs_common.c
7628         * src/prefs_folder_item.c
7629         * src/prefs_scoring.c
7630                 Renamed "kill score" to "hide score" in GUI
7631                 and prefs files
7632
7633 2002-09-25 [paul]       0.8.3claws22
7634
7635         * sync with 0.8.3cvs5
7636                 see ChangeLog 2002-09-24
7637
7638 2002-09-24 [alfons]     0.8.3claws21
7639
7640         patch by Satoshi Nagayasu: allows appending / saving multiple 
7641         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7642         'Save as ...'")
7643
7644         * AUTHORS
7645                 add Satoshi Nagayasu
7646         * src/summaryview.c
7647                 summary_save_as(): allow saving selected files to
7648                 one file
7649                 summary_set_menu_sensitive: enable "Save As..." when
7650                 multiple files are selected
7651         * src/utils.[ch]
7652                 append_file(): new function
7653
7654 2002-09-24 [colin]      0.8.3claws20
7655
7656         * src/procmime.c
7657                 Fix segfault when mimeinfo doesn't have a 
7658                 content_type. 
7659
7660 2002-09-24 [colin]      0.8.3claws19
7661
7662         * src/prefs_common.[ch]
7663                 Add a preference to display send dialog or not
7664         * src/send.c
7665                 Display send dialog according to preference
7666
7667 2002-09-24 [colin]      0.8.3claws18
7668
7669         * src/compose.[ch]
7670                 Disable user actions when sending
7671
7672 2002-09-24 [colin]      0.8.3claws17
7673
7674         * src/procmime.c
7675                 Do not display name or filename for attachments
7676                 with an application/pgp-signature type
7677                 (security flaw, see bug 537413)
7678
7679 2002-09-23 [colin]      0.8.3claws16
7680
7681         * src/editaddress.c
7682                 Initialize entry_email, entry_alias and 
7683                 entry_remarks to first email address of the list
7684
7685 2002-09-23 [colin]      0.83claws15
7686
7687         * src/compose.c
7688                 Drop pgp-signature when reediting a signed queued
7689                 message
7690
7691 2002-09-23 [melvin]     0.8.3claws14
7692
7693         * po/fr.po
7694                 Updated French translation
7695
7696 2002-09-23 [melvin]     0.8.3claws13
7697
7698         * src/mainwindow.c
7699                 Made custom toolbar menu labels more consistent
7700         * src/prefs_toolbar.c
7701                 Made custom toolbar window title more consistent
7702
7703 2002-09-22 [colin]      0.8.3claws12
7704
7705         * src/inc.c
7706                 Initialize session type to normal before getting 
7707                 mail (fixes strange Get behaviour)
7708         * src/prefs_account.h
7709                 Move STYPE_POP_BEFORE_SMTP to last position to 
7710                 avoid other side-effects
7711
7712 2002-09-22 [colin]      0.8.3claws11
7713
7714         * src/prefs_account.c
7715                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7716                 from pop3 to apop or vice-versa
7717
7718 2002-09-22 [colin]      0.8.3claws10
7719         
7720         * src/prefs_account.[ch]
7721                 Add an option for the POP before SMTP timeout
7722         * src/inc.c
7723                 Remember time of last POP connection
7724         * src/send.c
7725                 Do POP before SMTP only if timeout reached
7726
7727 2002-09-22 [oliver]     0.8.3claws9
7728         
7729         * README.claws
7730                 explain custom toolbar
7731
7732 2002-09-22 [oliver]     0.8.3claws8
7733
7734         * src/prefs_actions.[ch]
7735         custom toolbar for compose      
7736                 actions callback from compose toolbar
7737         * src/folderview.c
7738                 remove include toolbar.h
7739
7740 2002-09-22 [oliver]     0.8.3claws7
7741         
7742         * src/prefs_toolbar.[ch]
7743                 custom toolbar for compose
7744                 - generic prefs_toolbar handles both
7745                   Mainwin's toolbar as well as Compose toolbar          
7746
7747 2002-09-22 [oliver]     0.8.3claws6
7748         
7749         * src/toolbar.[ch]
7750                 custom toolbar for compose
7751                 restructure toolbar.[ch]
7752
7753 2002-09-22 [oliver]     0.8.3claws5
7754
7755         * src/compose.[ch]
7756                 custom toolbar for compose
7757
7758 2002-09-22 [oliver]     0.8.3claws4
7759         
7760         * src/mainwindow.[ch]
7761                 custom toolbar for compose 
7762                 move mainwin toolbar back to mainwindow
7763
7764 2002-09-22 [alfons]     0.8.3claws3
7765
7766         * src/procmsg.c
7767                 :%sno/if(/if (/gc
7768                 :%sno/for(/for (/gc
7769                 (beautify)
7770
7771 2002-09-22 [alfons]     0.8.3claws2
7772         
7773         * src/procmsg.c
7774                 procmsg_save_to_outbox(): don't unlink message file from queue;
7775                 callers should do it using folder_item_remove_msg()
7776
7777 2002-09-22 [colin]      0.8.3claws1
7778
7779         * src/mimeview.[ch]
7780                 Made mimeview_check_signature() public
7781         * src/textview.c
7782                 Made GPG signatures verifiable by clicking
7783                 the [application/pgp-signature] in the Text
7784                 view
7785
7786 2002-09-22 [paul]       0.8.3claws
7787
7788         * po/bg.po
7789           po/en_GB.po
7790           po/es.po
7791           po/it.po
7792           po/pl.po
7793           po/pt_BR.po
7794           po/sr.po
7795                 updated translations, submitted by George Danchev,
7796                 me, Ricardo Mones Lastra, Alessandro Maestri,
7797                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7798                 and Urke MMI, respectively.     
7799
7800 2002-09-22 [alfons]     0.8.2claws65
7801
7802         * src/procmsg.c
7803         * src/pgptext.c
7804                 no furry valgrinds have been used to plug these memleaks
7805
7806 2002-09-20 [paul]       0.8.2claws64
7807
7808         * sync with 0.8.3cvs4
7809                 'Select thread' re-implemented 
7810                 see ChangeLog 2002-09-20
7811
7812 2002-09-21 [alfons]     0.8.2claws63
7813
7814         * src/compose.c
7815                 compose_send(): plug unnoticed memleak
7816
7817 2002-09-20 [alfons]     0.8.2claws62
7818
7819         * src/addr_compl.c
7820                 replace_address_in_edit(): strict check for NULL address to
7821                 fix "[ 607348 ] Segfault in address completion". My guess is
7822                 that this happens with an empty address book, but it's good
7823                 to have this check here anyway
7824                 
7825                 completion_window_button_press(): free string returned 
7826                 from the internal cache
7827
7828 2002-09-20 [christoph]  0.8.2claws61
7829
7830         * src/procmime.h
7831                 added ENC_BINARY to EncodingType
7832         * src/procmime.c
7833                 the string returned by procmime_get_encoding_str
7834                 should not depend on the order of values in the
7835                 EncodingType definition
7836         * doc-src/rfc1806.txt   ** NEW FILE **
7837                 Added rfc1806 about MIME Content-Disposition
7838                 Extension
7839
7840 2002-09-19 [paul]       0.8.2claws60
7841
7842         * sync with 0.8.2cvs3
7843                 see ChangeLog 2002-09-19
7844
7845 2002-09-19 [paul]       0.8.2claws59
7846
7847         * src/prefs_folder_item.c
7848                 revert to Darko's original alignment of colour
7849                 selector button
7850                 add a colon to folder_color label
7851                 
7852         * src/compose.c
7853                 add Colin's patch (with Hiro's modifications) to 
7854                 force BASE64 encoding for 8-bit text when signing
7855                 (sync with 0.8.3cvs2)
7856
7857 2002-09-18 [alfons]     0.8.2claws58
7858
7859         * src/compose.c
7860                 :%sno/if(/if (/gc
7861                 :%sno/for(/for (/gc
7862                 (beautify a little bit)
7863
7864 2002-09-18 [christoph]  0.8.2claws57
7865
7866         * src/pine.c
7867                 fix handling of fgetc return value
7868
7869 2002-09-17 [alfons]     0.8.2claws56
7870         
7871         * src/summaryview.c
7872                 summary_sort(): check non-NULL summaryview->folder_item when no 
7873                 folder is selected at all
7874                 (closes "[ 610344 ] sort label make syl Crash")
7875
7876 2002-09-17 [alfons]     0.8.2claws55
7877         
7878         * src/compose.c
7879                 beautify a little bit
7880
7881 2002-09-17 [christoph]  0.8.2claws54
7882
7883         * src/folder.c
7884                 initialize max values for cache and folder
7885                 when cache or folder is empty
7886
7887 2002-09-15 [colin]      0.8.2claws53
7888
7889         * src/compose.c
7890                 Fix a leak (thanks Alfons!) and cleaned
7891                 variables names for custom headers
7892
7893 2002-09-15 [colin]      0.8.2claws52
7894
7895         * src/compose.c
7896                 Fix custom headers recognition when
7897                 prefs_common.trans_hdr is on
7898
7899 2002-09-15 [colin]      0.8.2claws51
7900
7901         * src/compose.c
7902                 Allow dynamically-added custom headers
7903                 Yet not reparsed if reedited
7904
7905 2002-09-15 [alfons]     0.8.2claws50
7906
7907         * src/prefs_account.c
7908                 fix warnings
7909
7910 2002-09-15 [colin]      0.8.2claws49
7911         
7912         * src/prefs_account.c
7913                 fix pop_before_smtp sensitivity
7914
7915 2002-09-15 [colin]      0.8.2claws48
7916
7917         * src/inc.[ch]
7918                 add inc_pop_before_smtp()
7919                 allow MainWindow to be undefined in 
7920                 inc_account_mail() and inc_start()
7921         * src/pop.c
7922           src/prefs_account.h
7923                 add STYPE_POP_BEFORE_SMTP session type
7924         * src/prefs_account.c
7925                 activated pop before smtp option
7926         * src/send.c
7927                 do pop before smtp if the relevant option 
7928                 is set
7929
7930 2002-09-15 [paul]       0.8.2claws47
7931
7932         * sync with 0.8.3
7933                 see ChangeLog 2002-09-15
7934
7935 2002-09-14 [paul]       0.8.2claws46
7936
7937         * po/bg.po
7938                 updated Bulgarian translation, submitted by
7939                 George Danchev
7940
7941 2002-09-13 [paul]       0.8.2claws45
7942
7943         * src/compose.c
7944                 merge claws' select_account() with main's
7945                 (new) compose_select_account(). [sync with
7946                 0.8.2cvs15, see ChangeLog 2002-09-11]
7947
7948 2002-09-12 [christoph]  0.8.2claws44
7949
7950         * src/filter.c
7951                 allocate 1 elements of FolderItem not 0
7952
7953 2002-09-12 [colin]      0.8.2claws43
7954
7955         * src/compose.c
7956                 Fix bug #590825 (obey Follow-up: poster)
7957
7958 2002-09-12 [colin]      0.8.2claws42
7959
7960         * src/procmime.c
7961                 Fix bug #557009 (wrong headers for messages 
7962                 forwarded as attachments)
7963
7964 2002-09-11 [colin]      0.8.2claws41
7965         
7966         * src/compose.c
7967                 Put SCF: pseudo-header on top of message
7968                 Set draft tmp_flag when saved as draft
7969
7970         * src/procmsg.c
7971           src/procheader.c
7972                 Skip after first \n\n for beginning of real message
7973                 for drafts too
7974
7975 2002-09-11 [christoph]  0.8.2claws40
7976
7977         * src/filtering.c
7978                 use procmsg flag functions in filtering or processing
7979                 will cause incorrect folder message counts
7980
7981 2002-09-11 [colin]      0.8.2claws39
7982
7983         * src/compose.c
7984                 Fix bug #550175 - wrong save folder when reediting
7985                 drafts
7986
7987 2002-09-11 [paul]       0.8.2claws38
7988
7989         * sync with 0.8.2cvs14
7990                 see ChangeLog 2002-09-11
7991
7992 2002-09-11 [colin]      0.8.2claws37
7993
7994         * src/folder.c
7995                 Fix a typo (seeming to cause new/unread status to
7996                 be lost)
7997
7998 2002-09-10 [christoph]  0.8.2claws36
7999
8000         * src/compose.c
8001                 compose_redirect should not use compose_generic_new
8002                 because that does more stuff than expected including
8003                 opening the external editor
8004                 (closes bug "[ 526608 ] bounced messages appear blank
8005                  in editor")
8006
8007 2002-09-10 [christoph]  0.8.2claws35
8008
8009         * src/folder.c
8010                 fix problem with too large message number range
8011                 causing a crash in folder_item_scan
8012
8013 2002-09-10 [paul]       0.8.2claws34
8014
8015         * sync with 0.8.2cvs13
8016                 see ChangeLog 2002-09-10
8017
8018 2002-09-10 [christoph]  0.8.2claws33
8019
8020         * src/msgcache.c
8021                 set MsgInfo TmpFlags for queue and draft folders
8022                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8023
8024 2002-09-10 [paul]       0.8.2claws32
8025
8026         * AUTHORS
8027           po/bg.po      ** NEW FILE **
8028                 new Bulgarian translation submitted by
8029                 George Danchev <danchev@spnet.net>
8030                 
8031         * tools/Makefile.am
8032           tools/README
8033           tools/tb2sylpheed     ** NEW FILE **
8034                 add script that converts an addressbook exported
8035                 from The Bat! into a Sylpheed addressbook. Submitted
8036                 by Urke MMI <urke-kg@eunet.yu>
8037
8038 2002-09-10 [paul]       0.8.2claws31
8039
8040         * sync with 0.8.2cvs12
8041                 see ChangeLog 2002-09-10
8042
8043 2002-09-06 [paul]       0.8.2claws30
8044
8045         * src/prefs_common.c
8046                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8047                 
8048         * tools/Makefile.am
8049           tools/README
8050           tools/ldif-to-xml.py  ** REMOVED **
8051                 remove obsolete python script
8052
8053 2002-09-06 [paul]       0.8.2claws29
8054
8055         * sync with 0.8.2cvs10
8056                 see ChangeLog 2002-09-06
8057
8058 2002-09-04 [paul]       0.8.2claws28
8059
8060         * sync with 0.8.2cvs9
8061                 see ChangeLog 2002-08-04
8062
8063 2002-09-04 [colin]      0.8.2claws27 
8064
8065         * src/prefs_common.[ch]
8066                 Added signature color configuration
8067         * src/textview.c
8068                 Use user-specified signature color
8069
8070 2002-09-03 [colin]      0.8.2claws26
8071
8072         * src/prefs_common.[ch]
8073                 Added autosave and autosave_length prefs
8074         * src/compose.c
8075                 Added compose_remove_draft()
8076                 Auto-save drafts according to the prefs
8077         * src/main.c
8078                 Added a crash-indicator file, allowing to check
8079                 for new messages on startup if Sylpheed crashed
8080                 (makes saved drafts "reappear")
8081
8082 2002-09-03 [colin]      0.8.2claws25
8083
8084         * src/textview.[ch]
8085                 Grey the signature
8086
8087 2002-09-03 [paul]       0.8.2claws24
8088
8089         * sync with 0.8.2cvs8
8090                 see ChangeLog 2002-09-02 and 2002-09-03
8091
8092 2002-09-03 [darko]      0.8.2claws23
8093
8094         * src/folderview.c
8095                 use normal style when creating new folder to pick
8096                 proper font size 
8097
8098 2002-09-02 [melvin]     0.8.2claws22
8099
8100         * src/gtkaspell.m4
8101                 removed some obsolete code
8102
8103 2002-09-02 [melvin]     0.8.2claws21
8104
8105         * ac/aspell.m4
8106                 fixed test's equality sign (== to =)
8107
8108 2002-09-02 [alfons]     0.8.2claws20
8109
8110         * src/folder.c
8111         * src/mh.c
8112                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8113                 as folder->destroy virtual as suggested by Hiro
8114                 (the mh.c code seems to have been lost around mh.c.1.21)
8115
8116 2002-09-02 [paul]       0.8.2claws19
8117
8118         * po/pt_BR.po
8119                 updated by Fabio Jr. Beneditto
8120                 
8121         * src/defs.h
8122                 use 'http://claws.sylpheed.org' for homepage link. 
8123                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8124
8125 2002-09-01 [alfons]     0.8.2claws18
8126
8127         * src/mh.c
8128                 plug memleak related to one Martin Kluge found
8129
8130 2002-08-31 [paul]       0.8.2claws17
8131
8132         * sync with 0.8.2cvs6
8133                 see ChangeLog 2002-08-30
8134
8135 2002-08-31 [alfons]     0.8.2claws16
8136
8137         * src/folder.c
8138                 folder_destroy(): remove mailbox from folderlist even if it has
8139                 no destroy virtual
8140
8141 2002-08-31 [alfons]     0.8.2claws15
8142
8143         * src/folder.c
8144                 :%sno/if(/if (/gc
8145                 :%sno/for(/for (/gc
8146                 (being pedantic I know)
8147
8148 2002-08-31 [alfons]     0.8.2claws14
8149
8150         * src/folder.c
8151                 check for NULL pointers returned from folder->fetch_msginfo virtual
8152                 (should solve some reported crashes)
8153
8154 2002-08-30 [alfons]     0.8.2claws13
8155
8156         * acconfig.h
8157         * configure.in
8158         * src/crash.c
8159                 enable crash dialog on compilation time
8160                 (--enable-crash-dialog configure option)
8161
8162 2002-08-30 [alfons]     0.8.2claws12
8163
8164         * AUTHORS
8165                 add Martin Kluge
8166         * src/mh.c
8167                 apply memory leak plug patch by Martin Kluge
8168                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8169                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8170                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8171
8172 2002-08-30 [darko]      0.8.2claws11
8173
8174         * src/folderview.c
8175                 copy Gtk style from normal style to match
8176                 font size for coloured folders
8177
8178 2002-08-29 [alfons]     0.8.2claws10
8179
8180         * sylpheed.desktop
8181                 Type=Internet <- Type=Application
8182                 (reported by Michael Schwendt, see:
8183                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8184                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8185
8186 2002-08-29 [paul]       0.8.2claws9
8187
8188         * sync with 0.8.2cvs5
8189                 see ChangeLog 2002-08-29
8190
8191 2002-08-29 [colin]      0.8.2claws8
8192
8193         * src/summaryview.c
8194                 Added a sanity check in summary_select_thread
8195                 Should fix bug 601605
8196
8197 2002-08-29 [colin]      0.8.2claws7
8198
8199         * src/main.c
8200                 Revert claws6 changes regarding bug #591676
8201
8202 2002-08-28 [colin]      0.8.2claws6
8203         
8204         * src/main.c
8205                 Ignore cache for queue folderitems
8206                 Fix bug #591676
8207
8208 2002-08-28 [melvin]     0.8.2claws5
8209
8210         * README.claws
8211                 Fixed typos.
8212
8213 2002-08-28 [melvin]     0.8.2claws4
8214
8215         * README.claws
8216                 Updated a bit the text concerning the spell checker
8217
8218 2002-08-28 [melvin]     0.8.2claws3
8219
8220         Merged the GNU_aspell_branch:
8221                 Support of new GNU/aspell is now included and the old pspell
8222                 is not supported anymore.
8223                 See README.claws
8224
8225         * README.claws
8226                 Updated spell checker text to reflect the switch to GNU/aspell
8227
8228         * ac/aspell.m4          *** NEW ***
8229         * src/gtkaspell.[ch]    *** NEW *** 
8230         * ac/pspell.m4          *** DELETED *** 
8231         * src/gtkspell.[ch]     *** DELETED ***
8232
8233         * ac/Makefile.am
8234                 Updated for GNU/aspell support
8235
8236         * po/POTFILES.in
8237                 Replaced gtkspell.c by gtkaspell.c
8238
8239         * acconfig.h
8240         * src/Makefile.am
8241         * src/about.c
8242         * src/compose.[ch]
8243         * src/crash.c
8244         * src/main.c
8245         * src/prefs_common.[ch]
8246                 Updated for GNU/aspell support
8247
8248 2002-08-28 [paul]       0.8.2claws2
8249
8250         * sync with 0.8.2cvs4
8251                 see ChangeLog 2002-08-27 and 2002-08-28
8252
8253 2002-08-28 [colin]      0.8.2claws1
8254
8255         * src/summary_search.c
8256                 Added "AND search"
8257
8258 2002-08-28 [jens]       0.8.2claws
8259
8260         *po/de.po
8261                 Updated German translations
8262
8263 2002-08-27 [melvin]     0.8.2claws
8264
8265         * po/fr.po
8266                 Updated French translations
8267
8268 2002-08-27 [paul]       0.8.2claws
8269
8270         * sync with 0.8.2 main release
8271
8272         * po/en_GB.po
8273           po/es.po
8274           po/it.po
8275           po/pl.po
8276           po/pt_BR.po
8277           po/sr.po
8278                 updated message catalogs submitted by
8279                 Ricardo Mones Lastra, Alessandro Maestri,
8280                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8281                 Beneditto and Urke MMI  
8282
8283 2002-08-27 [hoa]        0.8.1claws123
8284
8285         * src/mainwindow.[ch]
8286         * src/summaryview.[ch]
8287                 removed the "filter setting" menu option.
8288                 add a "cancel a news message" menu option.
8289
8290 2002-08-26 [martin]     0.8.1claws122
8291
8292         * ChangeLog.claws
8293                 changed string under 0.8.1claws79 changed by myself
8294                 i'm sorry alfons :(
8295
8296 2002-08-26 [martin]     0.8.1claws121
8297
8298         * src/crash.c
8299                 added kill command to debuggerrc to start crash dialog
8300
8301 2002-08-26 [paul]       0.8.1claws120
8302
8303         * sync with 0.8.1cvs31
8304                 see ChangeLog 2002-08-26
8305
8306 2002-08-25 [alfons]     0.8.1claws119
8307
8308         * src/procmsg.c
8309                 fix bug that didn't send out correct headers to news server
8310                 when sending news article and email from queue (bug reported
8311                 and patch provided by Tim Mann; closes bug 
8312                 "[ 583196 ] 0.7.8claws can't post news")
8313
8314 2002-08-25 [alfons]     0.8.1claws118
8315
8316         * src/selective_download.c
8317                 mark two strings as translatable
8318                 (thanks to Urke MMI for pointing this out)
8319
8320 2002-08-25 [alfons]     0.8.1claws117
8321
8322         * src/summaryview.c
8323                 treat sent boxes as special and allow sorting them by addressee
8324                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8325                 submitted by Steve Lamb)
8326
8327 2002-08-24 [alfons]     0.8.1claws116
8328
8329         * src/matcher.c
8330                 fix memleak reported by Martin Kluge
8331                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8332
8333 2002-08-24 [oliver]     0.8.1claws115
8334
8335         * src/prefs_toolbar.c
8336                 o code cleanup as suggested by Alfons
8337                 o memleak fix
8338
8339 2002-08-24 [alfons]     0.8.1claws114
8340
8341         * src/summaryview.c
8342                 o fix another memory leak reported by Martin Kluge
8343                   (see "[ 599568 ] Small Memory Leak")
8344                 o remove 'from' variable from 'summary_set_header()'; we can
8345                   do with just 'to' 
8346
8347 2002-08-24 [paul]       0.8.1claws113
8348
8349         * sync with 0.8.1cvs30
8350                 see ChangeLog 2002-08-23
8351
8352 2002-08-24 [alfons]     0.8.1claws112
8353
8354         * src/summaryview.c
8355                 remove unnecessary allocations for search bar fixing leaks
8356                 reported by Martin Kluge
8357                 (see "[ 599451 ] Further memory leaks?")
8358
8359 2002-08-24 [alfons]     0.8.1claws111
8360
8361         * src/main.c
8362                 make get_socket_name() public for crash.c
8363         * src/crash.c
8364                 o make report bug button work (goes to claws' 
8365                   bug tracker at sf.net)
8366                 o introduce function for doing important stuff just
8367                   before claws goes down
8368                 o clean up code 
8369
8370 2002-08-24 [alfons]     0.8.1claws110
8371
8372         * src/compose.c
8373                 move cursor to "To" entry when forwarding as attachment
8374                 (reported and solved by Steve Lamb, closes bug report
8375                 "[ 592880 ] Forward as attachment; cursor not in to")
8376
8377 2002-08-24 [colin]      0.8.1claws109
8378
8379         * src/mainwindow.c
8380                 fix quick search visibility after GUI (de)separations.
8381
8382 2002-08-23 [colin]      0.8.1claws108
8383
8384         * src/mainwindow.c
8385                 fix header pane visibility after folderview or
8386                 messageview (de)separation
8387
8388 2002-08-23 [paul]       0.8.1claws107
8389
8390         * src/mainwindow.[ch]
8391           src/toolbar.c
8392                 give full control of display or non-display 
8393                 of the Execute icon to Custom toolbar settings.
8394                 add new sensitivity condition to maninwindow.h: 
8395                 M_DELAY_EXEC
8396
8397         * ChangeLog
8398           ChangeLog.jp
8399           NEWS
8400                 more sync with 0.8.1cvs29
8401
8402 2002-08-23 [melvin]     0.8.1claws106
8403
8404         * src/alertpanel.c
8405                 Readded support for custom widget in alertpanel lost in last
8406                 sync.
8407
8408 2002-08-23 [paul]       0.8.1claws105
8409
8410         * sync with 0.8.1cvs29
8411                 see ChangeLog 2002-08-23
8412
8413 2002-08-23 [colin]      0.8.1claws104
8414
8415         * src/summaryview.c
8416                 Fix folder and search pixmaps exchanging positions
8417                 after theme or toolbar changes. Thank to Oliver for 
8418                 reporting this.
8419
8420 2002-08-23 [colin]      0.8.1claws103
8421
8422         * src/mainwindow.c
8423           src/messageview.[ch]
8424           src/noticeview.[ch]
8425           src/summaryview.c
8426                 Changed messageview_create() and noticeview_create()
8427                 to avoid the last gdk_warning
8428
8429 2002-08-22 [colin]      0.8.1claws102
8430
8431         * src/summaryview.c
8432                 Fix my new `Creating pixmap from xpm' warning
8433
8434 2002-08-22 [colin]      0.8.1claws101
8435
8436         * src/mainwindow.c
8437                 Fix some of the gdk warnings
8438
8439 2002-08-22 [colin]      0.8.1claws100
8440
8441         * src/Makefile.am
8442         * src/stock_pixmap.c
8443         * src/stock_pixmap.h
8444         * src/pixmaps/quicksearch.xpm *ADDED*
8445                 Add the quicksearch pixmap
8446         * src/mainwindow.c
8447         * src/summaryview.c
8448         * src/summaryview.h
8449                 Make quicksearch bar visible/hidden via a button
8450
8451 2002-08-22 [christoph]  0.8.1claws99
8452
8453         * src/folder.c
8454                 fix folder update for newsgroups with message
8455                 numbers below minimum number of articles to fetch
8456                 (closes bug #598445)
8457
8458 2002-08-22 [paul]       0.8.1claws98
8459
8460         * sync with 0.8.1cvs28
8461                 see ChangeLog 2002-08-22
8462
8463 2002-08-21 [alfons]     0.8.1claws97
8464
8465         * src/crash.c
8466                 use bt instead of bt full which seems to work 
8467                 better, and bt full doesn't give a great deal 
8468                 of information anyway
8469
8470 2002-08-21 [colin]      0.8.1claws96
8471
8472         * src/summaryview.c
8473                 fix summaryview_searchtype_changed prototype
8474
8475 2002-08-21 [christoph]  0.8.1claws95
8476
8477         * src/mainwindow.c
8478                 o fix broken menu update for sorting type, we have to
8479                   get this info from the summaryview now
8480                 o removed setting of threaded state in menu callback
8481         * src/summaryview.[ch]
8482                 more summaryview/folderitem seperation for
8483                 threading option
8484         * configure.in
8485                 removed not required --with-compiler-flags option
8486
8487 2002-08-21 [oliver]     0.8.1claws94
8488         
8489         * src/toolbar.h 
8490                 o rename toolbar.xml to toolbar_main.xml
8491                   since toolbar_compose.xml might come up 
8492                   any time soon
8493         * README.claws
8494                 add custom toolbar              
8495
8496 2002-08-21 [darko]      0.8.1claws93
8497
8498         * src/procmsg.c
8499                 don't reset tmp flags for messages copied
8500                 to sent folder
8501
8502 2002-08-21 [colin]      0.8.1claws92
8503         
8504         * src/prefs_filtering.c
8505                 fix renaming rules on folder rename 
8506                 when folder is not a leaf folder
8507
8508 2002-08-21 [paul]       0.8.1claws91
8509
8510         * src/prefs_folder_item.c
8511                 fix alignment of colour selector
8512
8513 2002-08-21 [paul]       0.8.1claws90
8514
8515         * sync with 0.8.1cvs27
8516                 see ChangeLog 2002-08-21
8517
8518 2002-08-21 [paul]       0.8.1claws89
8519
8520         * src/summaryview.c
8521                 fix crash when changing field type in
8522                 Quick search bar
8523
8524 2002-08-21 [colin]      0.8.1claws88
8525
8526         * src/summaryview.c
8527                 Made quick search case-insensitive
8528
8529 2002-08-21 [paul]       0.8.1claws87
8530
8531         * sync with 0.8.1cvs26
8532                 see ChangeLog 2002-08-21
8533
8534 2002-08-20 [christoph]  0.8.1claws86
8535
8536         * src/folderview.c
8537         * src/main.c
8538         * src/summaryview.[ch]
8539                 more summaryview/folderitem seperation for
8540                 sort_key and sort_type
8541         * src/procmsg.c
8542                 added missing return statement
8543
8544 2002-08-20 [colin]      0.8.1claws85
8545
8546         * src/summaryview.[ch]
8547                 Added a quick search box
8548         * src/mainwindow.c
8549         * src/prefs_common.[ch]
8550                 Added a show/hide option for the quick search
8551
8552 2002-08-20 [oliver]     0.8.1claws84
8553         
8554         * src/mainwindow.c
8555                 remove toolbar_create_popups
8556         * src/toolbar.[ch]
8557                 o remove toolbar_create_popups
8558                 o fix toolbar_set_sensitive 
8559                   (Bug reports #596834 and #596832)     
8560         * src/prefs_toolbar.c
8561                 o add "Set default" button
8562                 o align label and text + combo widgets
8563
8564 2002-08-20 [hoa]        0.8.1claws83bis
8565
8566         * src/imap.c
8567                 fixed a bug in imap_fetch_msginfo() in case there is no
8568                 current folder.
8569
8570 2002-08-20 [darko]      0.8.1claws83
8571
8572         * src/folderview.c
8573                 copy the color style of folder view so it
8574                 works with GTK themes
8575
8576 2002-08-20 [darko]      0.8.1claws82
8577
8578         * src/folder.h
8579         * src/folderview.c
8580         * src/prefs_folder_item.[hc]
8581                 don't use UI stuff in folder.h
8582
8583 2002-08-20 [darko]      0.8.1claws81
8584
8585         * src/folder.h
8586         * src/prefs_folder_item.h
8587         * src/folderview.c
8588         * src/prefs_folder_item.c
8589                 ability to set folder color in folderview
8590
8591 2002-08-19 [alfons]     0.8.1claws80
8592
8593         * src/summaryview.c
8594                 fix one of the earlier memleaks reported by Martin Kluge
8595
8596 2002-08-19 [alfons]     0.8.1claws79
8597
8598         * src/mainwindow.c
8599                 hide notice view when selecting seperate folder
8600                 view (reported by Urke MMI)
8601
8602 2002-08-19 [christoph]  0.8.1claws78
8603
8604         * src/folderview.c
8605         * src/prefs_folder_item.h
8606         * src/summaryview.[ch]
8607                 o add summary_set_prefs_from_folderitem to set
8608                   summaryview prefs (first step to remove all
8609                   references to the folderitem in summaryview)
8610                 o moved compiled regex stuff from folderitem prefs
8611                   to summaryview code
8612
8613 2002-08-19 [paul]       0.8.1claws77
8614
8615         * src/compose.c
8616                 add check for '.' to QUOTE_IF_REQUIRED
8617
8618 2002-08-19 [paul]       0.8.1claws76
8619
8620         * src/inc.c
8621                 sync with 0.8.1cvs25 (plug memory leak)
8622
8623         * src/prefs_toolbar.c
8624                 re-order prefs_toolbar_cancel()
8625
8626 2002-08-18 [alfons]     0.8.1claws75
8627
8628         * src/inc.c
8629         * src/matcher.c
8630                 plug other memleaks reported by Martin Kluge
8631
8632 2002-08-18 [paul]       0.8.1claws74
8633
8634         * po/pt_BR.po
8635                 updated by Fabio Jr. Beneditto
8636
8637 2002-08-18 [paul]       0.8.1claws73
8638
8639         * src/toolbar.[ch]
8640                 fix bug where tooltips were displayed untranslated              
8641
8642         * src/prefs_toolbar.c
8643                 fix bug where clicking 'Cancel' creates an icon & text
8644                 toolbar regardless of prefs
8645         
8646
8647 2002-08-17 [oliver]     0.8.1claws72
8648
8649         * src/prefs_toolbar.c
8650                 update toolbar on CANCEL
8651                 bug reported by Martin Kluge
8652         * src/toolbar.c
8653                 toolbar_destroy memleak fixed           
8654
8655 2002-08-17 [alfons]     0.8.1claws71
8656
8657         * src/toolbar.c
8658                 plug another memleak reported by Martin Kluge
8659
8660 2002-08-16 [alfons]     0.8.1claws70
8661
8662         * src/crash.c
8663                 use execvp() correctly (suggested by wwp; thanks!)
8664
8665 2002-08-16 [alfons]     0.8.1claws69
8666
8667         * src/gtksctree.c
8668                 plug memory leak reported by Kim Schultz & Martin Kluge
8669
8670 2002-08-16 [paul]       0.8.1claws68
8671
8672         * po/es.po
8673                 updated by Ricardo Mones Lastra
8674
8675 2002-08-16 [paul]       0.8.1claws67
8676
8677         * src/toolbar.h
8678                 fix bug where 'Compose News' icon showed wrong
8679                 tooltip
8680
8681 2002-08-16 [paul]       0.8.1claws66
8682
8683         * sync with 0.8.1cvs24
8684                 see ChangeLog 2002-08-16
8685
8686         * po/it.po
8687                 updated by Alessandro Maestri
8688
8689 2002-08-15 [paul]       0.8.1claws65
8690
8691         * po/sr.po
8692                 updated by Urke MMI
8693
8694 2002-08-15 [paul]       0.8.1claws64
8695
8696         * src/*.c
8697                 don't translate debug info
8698
8699         * src/matcher.[ch]
8700                 add copyright info
8701
8702 2002-08-15 [paul]       0.8.1claws63
8703
8704         * src/prefs_toolbar.c
8705                 fix bug where clicking 'OK' creates an icon & text
8706                 toolbar regardless of prefs
8707
8708 2002-08-14 [alfons]     0.8.1claws62
8709
8710         * src/main.c
8711                 add global var that has the full argv[0]
8712         * src/crash.c
8713                 o execvp the correct sylpheed by using argv0
8714                   and setting the correct work dir
8715                 o other tweaks  
8716
8717 2002-08-14 [oliver]     0.8.1claws61
8718         
8719         * enable/disable Toolbar Action Buttons 
8720         * code cleanups
8721         * src/mainwindow.c
8722         * src/toolbar.[ch]      
8723         * src/prefs_toolbar.c   
8724
8725 2002-08-14 [melvin]     0.8.1claws60
8726
8727         * po/fr.po
8728                 Updated French translations
8729
8730 2002-08-14 [melvin]     0.8.1claws59
8731
8732         * src/crash.c
8733                 Made bug report not translatable
8734         * src/exporthtml.c
8735                 Fixed exporthtml_build_filespec() return value
8736         * src/foldersel.c
8737                 Fixed incorrect include file
8738         * src/gtkspell.c
8739         * src/prefs_actions.c
8740         * src/prefs_toolbar.c
8741                 Made debug info not translatable
8742         * src/mutt.c
8743         * src/quote_fmt.c
8744                 Added missing includes
8745         * src/prefs_common.c
8746                 Fixed typo
8747
8748 2002-08-14 [paul]       0.8.1claws58
8749
8750         * faq/es/sylpheed-faq.html
8751           faq/es/sylpheed-faq-[1-3].html
8752           faq/es/sylpheed-faq-4.html     **NEW FILE **
8753                 update Spanish FAQ
8754
8755 2002-08-13 [christoph]  0.8.1claws57
8756
8757         * src/procmsg.c
8758                 ignore thread fix that did not mark all
8759                 child nodes of a ignored thread as
8760                 ignored. Does not work perfectly yet,
8761                 but it is better now
8762
8763 2002-08-13 [alfons]     0.8.1claws56
8764
8765         * src/crash.c
8766                 o implement 'save crash log'
8767                 o some tweaks
8768
8769 2002-08-13 [melvin]     0.8.1claws55
8770
8771         * src/main.c
8772                 removed unrequired "execinfo.h" header
8773
8774 2002-08-12 [paul]       0.8.1claws54
8775
8776         * faq/en/sylpheed-faq.html
8777           faq/en/sylpheed-faq-[1-3].html
8778           faq/en/sylpheed-faq-4.html     **NEW FILE **
8779                 update English FAQ
8780
8781 2002-08-12 [alfons]     0.8.1claws53
8782
8783         * po/POTFILES.in
8784                 add crash.c to translatables
8785         * src/crash.c
8786                 bring in Leandro's crash dialog
8787
8788 2002-08-11 [alfons]     0.8.1claws52
8789
8790         * src/crash.c
8791                 clean up some warnings
8792
8793 2002-08-11 [alfons]     0.8.1claws51
8794
8795         * acconfig.h
8796         * configure.in
8797         * src/crash.[ch]        ** NEW FILES **
8798         * src/main.c            
8799                 initial gdb crash handler
8800
8801 2002-08-11 [paul]       0.8.1claws50
8802
8803         * src/prefs_toolbar.c
8804                 replace Up/Down arrow pixmaps with text to be
8805                 consistent across icon themes
8806
8807 2002-08-11 [paul]       0.8.1claws49
8808
8809         * src/prefs_common.c
8810           src/prefs_toolbar.c
8811                 rename 'Pixmap' -> 'Icon'
8812
8813         * src/toolbar.[ch]
8814                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8815
8816 2002-08-10 [paul]       0.8.1claws48
8817
8818         * src/prefs_toolbar.c
8819                 re-work the UI
8820
8821 2002-08-10 [paul]       0.8.1claws47
8822
8823         * src/main.c
8824                 don't write Processing progress to status bar
8825                 patch submitted by Alexander Evseev
8826
8827         * src/prefs_toolbar.c
8828                 re-position and resize window
8829                 make window assume correct size on first call
8830
8831 2002-08-10 [paul]       0.8.1claws46
8832
8833         * src/mainwindow.c
8834           src/prefs_toolbar.c
8835           src/toolbar.c
8836           src/toolbar.h
8837                 obey coding style
8838                 follow UI text conventions
8839
8840 2002-08-10 [alfons]     0.8.1claws45
8841
8842         * src/toolbar.c
8843                 correct pixmap for delete action
8844
8845 2002-08-10 [paul]       0.8.1claws44
8846
8847         * po/pt_BR.po
8848                 updated by Fabio Jr. Beneditto
8849
8850 2002-08-10 [paul]       0.8.1claws43
8851
8852         * po/POTFILES.in
8853                 add custom toolbar files
8854
8855 2002-08-10 [paul]       0.8.1claws42
8856
8857         * sync with 0.8.1cvs22
8858                 see ChangeLog 2002-08-09
8859
8860 2002-08-09 [paul]       0.8.1claws41
8861
8862         * tools/Makefile.am
8863           tools/README
8864           tools/outlook2sylpheed.pl     ** NEW FILE **
8865                 add script to convert exported Outlook
8866                 contacts list to a Sylpheed addressbook.
8867                 Submitted by Ricardo Mones Lastra.
8868
8869 2002-08-09 [paul]       0.8.1claws40
8870
8871         * AUTHORS
8872           configure.in
8873           po/sr.po      ** NEW FILE **
8874                 add Serbian message catalog. Submitted by
8875                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8876
8877 2002-08-09 [paul]       0.8.1claws39
8878
8879         * sync with 0.8.1cvs21
8880                 see ChangeLog 2002-08-08
8881
8882 2002-08-08 [oliver]     0.8.1claws38
8883
8884         * src/mainwindow.c
8885                 move Custom Toolbar to Configuration menu
8886
8887 2002-08-08 [oliver]     0.8.1claws37
8888
8889         * src/prefs_toolbar.c
8890                 fix substitute pixmap bug
8891
8892 2002-08-08 [paul]       0.8.1claws36
8893
8894         * sync with 0.8.1cvs19
8895                 see ChangeLog 2002-08-08
8896
8897 2002-08-07 [christoph]  0.8.1claws35
8898
8899         * src/utils.c
8900                 fixed a memory leak in new canonicalize_file_replace
8901
8902 2002-08-07 [christoph]  0.8.1claws34
8903
8904         * src/utils.[ch]
8905                 o canonicalize_file_replace should create the temporary
8906                   file in the same directory as the original file.
8907                 o added get_tmpfile_in_dir that creates a temorary file
8908                   in a specified directory.
8909
8910 2002-08-07 [melvin]     0.8.1claws33
8911
8912         * src/toolbar.c
8913                 fixed bug where 'Article' button acted as 'Email' button.
8914
8915 2002-08-07 [paul]       0.8.1claws32
8916
8917         * sync with 0.8.1.cvs17
8918                 see ChangeLog 2002-08-07
8919
8920 2002-08-07 [colin]      0.8.1claws31
8921         
8922         * src/news.c
8923                 fix mass-cancel problem
8924
8925 2002-08-07 [thorsten]   0.8.1claws30
8926
8927         * src/prefs_toolbar.c
8928                 fix: crash on replace or add new button
8929         * src/toolbar.c
8930                 fix: close xmlfile after reading
8931         * src/utils.c
8932                 fix: unlink() file before rename()
8933
8934 2002-08-06 [paul]       0.8.1claws29
8935
8936         * sync with 0.8.cvs15
8937                 see ChangeLog 2002-08-06
8938
8939 2002-08-06 [oliver]     0.8.1claws28
8940
8941         * src/toolbar.c
8942         * src/prefs_toolbar.c
8943                 fixed empty toolbar issue
8944
8945 2002-08-06 [oliver]     0.8.1claws27
8946
8947         * Custom Toolbar Final 
8948         * src/folderview.c
8949         * src/inc.c
8950         * src/summaryview.c
8951                 o toolbar stuff now lives in src/toolbar.[ch]
8952                 o main_window_toolbar_* functions are renamed to
8953                   toolbar_* reflecting their new source file
8954         * src/mainwindow.[ch]
8955                 o remove toolbar stuff  
8956
8957 2002-08-06 [oliver]     0.8.1claws26
8958         
8959         * src/Makefile.am
8960         * src/prefs_toolbar.[ch]        **New File**
8961         * src/toolbar.[ch]              **New File**
8962                 o prefs_toolbar.[ch] custom toolbar frontend
8963                 o toolbar.[ch]       backend 
8964
8965 2002-08-06 [oliver]     0.8.1claws25
8966
8967         * src/prefs_actions.[ch]
8968                 o new exported function actions_execute
8969
8970 2002-08-06 [paul]       0.8.1claws24
8971
8972         * sync with 0.8.1cvs4
8973                 see ChangeLog 2002-08-06
8974
8975 2002-08-06 [paul]       0.8.1claws23
8976
8977         * sync with 0.8.1cvs13
8978                 see ChangeLog 2002-08-06
8979
8980 2002-08-06 [paul]       0.8.1claws22
8981
8982         * sync with 0.8.1cvs12
8983                 see ChangeLog 2002-08-05 and 2002-08-06
8984
8985 2002-08-06 [match]      0.8.1claws21
8986
8987         * src/addrclip.c
8988                 improvements to cut/copy/paste address
8989
8990 2002-08-05 [match]      0.8.1claws20
8991
8992         * src/addritem.[ch]
8993         * src/addrcache.c
8994         * src/addrbook.c
8995         * src/editaddress.c
8996         * src/addressbook.c
8997                 fixes to improve cut/copy/paste
8998
8999 2002-08-06 [melvin]     0.8.1claws19
9000
9001         * src/account.[ch]
9002                 account_find_all_from_address(): new function that returns the
9003                 list of all accounts that are matched in an address.
9004         * src/alertpanel.[ch]
9005                 alertpanel() now accepts a custom widget
9006                 alertpanel_with_widget(): new function that pops up a panel with
9007                 a custom widget in it 
9008         * src/gtkutils.[ch]
9009                 gtkut_account_menu_new(): new function that allows the selection
9010                 of an account from a list of accounts.
9011         * src/messageview.c
9012                 Extended Return Receipt notification to select the correct 
9013                 account and to make a security test on the Delivery-Notification
9014                 address which should be the same as the Return-Path.
9015
9016 2002-08-06 [thorsten]   0.8.1claws18
9017
9018         * src/mimeview.c
9019                 attach_all: save unnamed as "noname.%d",
9020                 dont free static dirname
9021
9022 2002-08-05 [alfons]     0.8.1claws17
9023
9024         * configure.in
9025                 detect XIM by trying to link rather than compile a XIM program
9026
9027 2002-08-05 [oliver]     0.8.1claws16
9028                 
9029         * src/stock_pixmap.[ch]
9030                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9031                 o new func to retrieve pixmaps
9032
9033 2002-08-05 [paul]       0.8.1claws15
9034
9035         * sync with 0.8.1cvs10
9036                 see ChangeLog 2002-08-05
9037
9038 2002-08-04 [alfons]     0.8.1claws14
9039
9040         * src/textview.c
9041                 see if this plugs memleak
9042
9043 2002-08-04 [melvin]     0.8.1claws13
9044
9045         * src/gtkspell.c
9046                 fixed bug that could crash Sylpheed when highlighting
9047                 all misspelled words.
9048
9049 2002-08-03 [melvin]     0.8.1claws12
9050
9051         * src/prefs_actions.c
9052                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9053         * src/messageview.c
9054                 fixed bug where the Return Receipt was sent to
9055                 Delivery-Notification-To address even if it was not present
9056
9057 2002-08-02 [alfons]     0.8.1claws11
9058
9059         * src/prefs_actions.c
9060                 o more check for NULLs
9061                 o put create_io_dialog() in right conditional block
9062
9063 2002-08-02 [paul]       0.8.1claws10
9064
9065         * po/es.po
9066                 updated by Ricardo Mones Lastra
9067
9068 2002-08-01 [christoph]  0.8.1claws9
9069
9070         * src/folder.c
9071                 don't free the cache of the opened
9072                 folder in the summaryview
9073         * src/summaryview.c
9074                 don't unset flags, if it is not required
9075
9076 2002-08-01 [paul]       0.8.1claws8
9077
9078         * sync with 0.8.1cvs8
9079                 see ChangeLog entry 2002-08-01
9080
9081 2002-08-01 [paul]       0.8.1claws7
9082
9083         * sync with 0.8.1cvs7
9084                 see ChangeLog 2002-07-31 and 2002-08-01
9085
9086 2002-07-31 [christoph]  0.8.1claws6
9087
9088         * src/mainwindow.c
9089                 forgot to update menu sensitivity
9090                 function for new menu entry
9091
9092 2002-07-31 [alfons]     0.8.1claws5
9093
9094         * src/main.c
9095                 check folder item and its path for NULL on
9096                 initial processing
9097
9098 2002-07-31 [christoph]  0.8.1claws4
9099
9100         * src/folder.c
9101                 check if folder_item_get_msginfo in
9102                 folder_item_remove_msg returned NULL
9103         * src/imap.c
9104                 better clear the uid cache in the
9105                 uid validity check function and delete
9106                 cached messages
9107
9108 2002-07-31 [paul]       0.8.1claws3
9109
9110         * man/sylpheed.1
9111                 add the '--attach' option and a few other
9112                 minor changes
9113
9114 2002-07-31 [paul]       0.8.1claws2
9115
9116         * sync with 0.8.1cvs5
9117                 see ChangeLog 2002-07-31
9118
9119 2002-07-31 [christoph]  0.8.1claws1
9120
9121         * src/folderview.[ch]
9122         * src/mainwindow.c
9123                 replace "Rescan all folders..." with
9124                 "Check all folders for new messages..."
9125
9126 2002-07-30 [paul]       0.8.1claws
9127
9128         * version 0.8.1claws released
9129
9130 2002-07-30 [paul]       0.8.0claws29
9131
9132         * tools/OOo2sylpheed.pl ** NEW FILE **
9133           tools/README
9134                 add script to enable sending documents as
9135                 attachments from OpenOffice.org
9136
9137 2002-07-30 [melvin]     0.8.0claws28
9138
9139         * src/prefs_actions.c
9140                 Made the actions' input/output dialog display
9141                 without delay.
9142
9143 2002-07-30 [christoph]  0.8.0claws27
9144
9145         * src/procmsg.c
9146                 check if folder_item_get_msginfo in
9147                 procmsg_save_to_outbox returned NULL
9148
9149 2002-07-30 [paul]       0.8.0claws26
9150
9151         * sync with 0.8.1cvs4
9152                 see ChangeLog 2002-07-29
9153
9154 2002-07-29 [thorsten]   0.8.0claws25
9155
9156         * README.claws
9157                 added selective download, delete on server
9158
9159 2002-07-29 [paul]       0.8.0claws24
9160
9161         * sync with 0.8.1cvs3
9162                 see ChangeLog 2002-07-29
9163
9164 2002-07-27 [christoph]  0.8.0claws23
9165
9166         * src/folder.c
9167                 add extra check if fetching the msginfo
9168                 returned NULL
9169
9170 2002-07-27 [paul]       0.8.0claws22
9171
9172         * sync with 0.8.1cvs2
9173                 see ChangeLog 2002-07-26
9174
9175 2002-07-27 [christoph]  0.8.0claws21
9176
9177         * src/imap.c
9178                 add another check if a valid msginfo
9179                 was returned
9180
9181 2002-07-26 [hoa]        0.8.0claws20
9182
9183         * src/folder.c
9184                 Fixed a condition in folder_item_destroy()
9185
9186         * src/imap.c
9187                 Fixed an error in IMAP protocol
9188
9189 2002-07-26 [alfons]     0.8.0claws19
9190
9191         * src/folder.c
9192                 ofcourse compare with identifier, not the path
9193
9194 2002-07-26 [alfons]     0.8.0claws18
9195
9196         * src/folder.c
9197                 use folder item identifier for saving / restoring
9198                 preferences because folder->path might not be unique
9199
9200 2002-07-26 [melvin]     0.8.0claws17
9201
9202         * src/logwindow.c
9203                 Fixed a crash introduced in 0.8.0claws5 when log is 
9204                 cut under 80 characters.
9205
9206 2002-07-26 [paul]       0.8.0claws16
9207
9208         * sync with 0.8.1cvs1
9209                 see ChangeLog 2002-07-26
9210
9211 2002-07-26 [christoph]  0.8.0claws15
9212
9213         * src/imap.[ch]
9214                 imap folder now remembers the last selected
9215                 folder and imap_fetch_msginfo skips selecting
9216                 the folder if it is already selected
9217
9218 2002-07-26 [christoph]  0.8.0claws14
9219
9220         * src/folder.c
9221         * src/folderview.c
9222         * src/imap.c
9223                 fix imap folder rescanning
9224
9225 2002-07-25 [christoph]  0.8.0claws13
9226
9227         * src/filter.c
9228         * src/folder.[ch]
9229         * src/folderview.c
9230         * src/imap.[ch]
9231         * src/mainwindow.c
9232         * src/mbox_folder.c
9233         * src/mh.c
9234         * src/news.c
9235                 implement imap uid cache and uid validity check
9236
9237 2002-07-25 [alfons]     0.8.0claws12
9238
9239         * src/summaryview.c
9240                 fix a brown paper bag bug, and also add some more
9241                 checks
9242
9243 2002-07-25 [christoph]  0.8.0claws11
9244
9245         * src/folder.c
9246                 don't mix copy, fetch_msginfo and remove
9247                 operations in folder item copy and move
9248                 operations
9249
9250 2002-07-25 [christoph]  0.8.0claws10
9251
9252         * src/folderview.c
9253         * src/mainwindow.c
9254         * src/prefs_folder_item.c
9255         * src/summaryview.[ch]
9256                 remove no longer required parameter update_cache from
9257                 summary_show
9258
9259 2002-07-25 [paul]       0.8.0claws9
9260
9261         * sync with 0.8.1
9262         
9263         * AUTHORS
9264                 a few corrections
9265
9266 2002-07-24 [alfons]     0.8.0claws8
9267
9268         * src/summaryview.c
9269                 sort correctly when using simplified subject line
9270                 (closes feature request "[ 585141 ] applying regexp to subject 
9271                 before sort" submitted by Alexandra Walford)
9272
9273 2002-07-24 [paul]       0.8.0claws7
9274
9275         * sync with 0.8.0cvs3
9276                 see ChangeLog 2002-07-24
9277
9278 2002-07-23 [christoph]  0.8.0claws6
9279
9280         * src/folder.c
9281         * src/folder.h
9282         * src/summaryview.c
9283         * src/summaryview.h
9284         * src/main.c
9285                 o separate processing and summaryview
9286                 o removed summary_write_cache from summaryview
9287                 o removed summaryview->killed_messages, because we don't have
9288                   to keep a list of killed messages anymore. New cache will
9289                   keep the hidden messages in cache anyway
9290         * src/folderview.c
9291         * src/inc.c
9292         * src/selective_download.c
9293                 o removed unnecessary summary_write_cache calls
9294         * src/procmsg.c
9295                 o don't set ignore thread flag in procmsg_get_thread_tree
9296                   if it is already set
9297         * src/mainwindow.c
9298         * src/statusbar.h
9299                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9300                   they are used in different files
9301
9302 2002-07-23 [melvin]     0.8.0claws5
9303
9304         * src/addressbook.c
9305         * src/addrgather.c
9306         * src/editaddress.c
9307         * src/editgroup.c
9308         * src/editldap_basedn.c
9309         * src/importldif.c
9310         * src/prefs_common.c
9311                 Fixed few memory leak (gtk_editable_get_chars returns
9312                 an allocated string)
9313         * src/logwindow.c
9314                 Fixed few memory leak (gtk_editable_get_chars returns
9315                 an allocated string) and modified a little the log cutting
9316                 loop.
9317         * src/compose.c
9318                 Replaced a call to an obsolete function gtk_entry_get_text()
9319                 by gtk_editable_get_chars()
9320         * src/send.c
9321                 Removed a debug printf
9322
9323 2002-07-23 [christoph]  0.8.0claws4
9324
9325         * src/filesel.c
9326                 fix another g_dirname memory leak
9327
9328 2002-07-23 [christoph]  0.8.0claws3
9329
9330         * src/mh.c
9331                 fixed a memory leak in mh_fetch_msginfo
9332                 fixed crash when message header could not be
9333                 parsed
9334
9335 2002-07-23 [paul]       0.8.0claws2
9336
9337         * sync with 0.8.0cvs2
9338                 see ChangeLog 2002-07-23
9339
9340 2002-07-23 [paul]       0.8.0claws1
9341
9342         * sync with 0.8.0cvs1
9343                 see ChangeLog 2002-07-23
9344
9345 2002-07-23 [paul]       0.8.0claws
9346
9347         * release of 0.8.0claws
9348
9349 2002-07-23 [paul]       0.7.8claws99
9350
9351         * po/ru.po
9352                 new Russian translation, submitted by
9353                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9354
9355 2002-07-22 [jens]       0.7.8claws98
9356
9357         * po/de.po
9358                 Updated German translations.
9359
9360 2002-07-22 [paul]       0.7.8claws97
9361
9362         * po/es.po
9363           po/it.po
9364           po/nl.po
9365           po/pt_BR.po
9366                 updated translations by Ricardo Mones Lastra,
9367                 Alessandro Maestri, Wilbert Berendsen and 
9368                 Fabio Jr. Beneditto respectively
9369
9370 2002-07-22 [christoph]  0.7.8claws96
9371
9372         * src/mimeview.c
9373                 fix memory leak caused by wrong g_dirname usage
9374
9375 2002-07-22 [christoph]  0.7.8claws95
9376
9377         * src/summaryview.c
9378                 update new and unread message counts for summaryview
9379                 summaryview does not get it from the folder anymore
9380                 and has to update the values itself
9381
9382 2002-07-22 [melvin]     0.7.8claws94
9383
9384         * po/fr.po
9385                 Updated French translations.
9386
9387 2002-07-22 [christoph]  0.7.8claws93
9388
9389         * src/matcher.c
9390                 set prop->preg pointer to NULL or following check
9391                 will not fail and regexec will be called with
9392                 invalid pointer
9393
9394 2002-07-21 [alfons]     0.7.8claws92
9395         
9396         * src/prefs_common.[ch]
9397                 remove option "Send return receipt on request"
9398
9399 2002-07-21 [thorsten]   0.7.8claws91
9400
9401         * src/mimeview.c
9402                 fixed memleaks, coding style as pointed out by alfons
9403
9404 2002-07-21 [alfons]     0.7.8claws90
9405
9406         * src/messageview.c
9407         * src/noticeview.[ch]
9408                 o fix bug notice view being displayed when going to empty folder 
9409                   (noticed by Christoph)
9410                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9411                   (noticed by Thorsten)
9412
9413 2002-07-21 [thorsten]   0.7.8claws89
9414
9415         * src/mimeview.c
9416                 Included save_all patch from Xaview FACQ
9417                 added support for pathnames
9418
9419 2002-07-21 [alfons]     0.7.8claws88
9420
9421         * po/POTFILES.in
9422         * src/Makefile.am
9423         * src/mainwindow.c
9424         * src/messageview.[ch]
9425         * src/noticeview.c      ** NEW FILE **
9426         * src/noticeview.h      ** NEW FILE **
9427                 make return receipts work again
9428                 (UI idea by Leandro Pereira)
9429
9430 2002-07-21 [paul]       0.7.8claws87
9431
9432         * src/summaryview.c
9433                 fix sensitivity of 'Select thread'
9434
9435 2002-07-21 [paul]       0.7.8claws86
9436
9437         * src/prefs_common.c
9438                 add browser command line for Galeon
9439
9440 2002-07-21 [paul]       0.7.8claws85
9441
9442         * Makefile.am
9443                 fix 'EXTRA_DIST': remove README.README, add TODO
9444                 and TODO.claws
9445
9446 2002-07-21 [alfons]     0.7.8claws84
9447
9448         * src/gtkstext.c
9449                 make enter clear selection
9450                 (closes "[ 579888 ] Editor selection/entry error"
9451                 reported by Steve Lamb)
9452
9453 2002-07-21 [alfons]     0.7.8claws83
9454         
9455         * src/summaryview.c
9456                 sort message list when selecting unthread messages
9457                 (closes "[ 501593 ] switching threaded view doesn't sort"
9458                 reported by Simon Schubert)
9459
9460 2002-07-20 [alfons]     0.7.8claws82
9461         
9462         * src/matcher.c
9463                 const-correctness
9464
9465 2002-07-20 [thorsten]   0.7.8claws81
9466
9467         * src/matcher.c
9468                 Fixed expansion of empty fields in matchactions
9469
9470 2002-07-19 [melvin]     0.7.8claws80
9471
9472         * src/gtkspell.c
9473                 Removed a duplicate menu entry (fast mode) introduced during
9474                 the new cache merge
9475                 Added a menu separator between 'Use alternate' and 'Fast mode'
9476
9477 2002-07-19 [paul]       0.7.8claws79
9478
9479         * tools/Makefile.am
9480           tools/README
9481                 correct typos
9482
9483 2002-07-19 [thorsten]   0.7.8claws78
9484
9485         * tools/calypso_convert.pl      ** NEW FILE **
9486           tools/README
9487           tools/Makefile.am
9488                 script to import mbox files exported
9489                 by calypso
9490                 o generates folder structure
9491                 o includes attachments
9492
9493 2002-07-19 [melvin]     0.7.8claws77
9494
9495         * src/selective_download.[ch]
9496                 Fixed bug where closing the dialog with the window manager's
9497                 close button will not unlock the summary
9498                 Corrected some function declarations that missed a return value
9499                 Made the source code comply better with coding style.
9500         * src/prefs_common.c
9501                 Added new browser command line for Mozilla.
9502
9503 2002-07-18 [paul]       0.7.8claws76
9504
9505         * src/mainwindow.c
9506           src/selective_download.[ch]
9507                 reflect theme changes, fix Gdk Warning when creating 
9508                 pixmap from NULL window, and minor clean up.
9509                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9510
9511         * po/en_GB.po
9512                 updated
9513
9514 2002-07-17 [paul]       0.7.8claws75
9515
9516         * INSTALL[.jp]
9517                 sync with 0.8.0
9518         
9519         * po/en_GB.po
9520                 updated
9521
9522 2002-07-16 [paul]       0.7.8claws74
9523
9524         * tools/filter_conv.pl
9525           tools/README
9526                 replace conversion script with reimplemented version, 
9527                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9528
9529 2002-07-16 [colin]      0.7.8claws73
9530
9531         * src/summaryview.c
9532                 remove forgotten debug messages - sorry ;-)
9533
9534 2002-07-16 [colin]      0.7.8claws72
9535
9536         * src/mimeview.c
9537           src/summaryview.c
9538           src/textview.c
9539           src/textview.h
9540                 add the ability to select part of a text mime-part 
9541                 to reply.
9542
9543 2002-07-15 [christoph]  0.7.8claws71
9544
9545         * src/folder.c
9546                 fix folder message count for folders without
9547                 msg_is_changed (includes news folders)
9548
9549 2002-07-15 [martin]     0.7.8claws70
9550
9551         * src/summaryview.c
9552                 option "display recipient on 'From'..." now works
9553                 without the need of enabling the option
9554                 "display  sender  using  address  book".
9555
9556 2002-07-15 [christoph]  0.7.8claws69
9557
9558         * src/summaryview.c
9559                 removed setting folder status from summaryview.
9560                 folder.c should update all message counts correctly.
9561
9562 2002-07-15 [paul]       0.7.8claws68
9563
9564         * po/pt_BR.po
9565                 updated by Fabio Junior Beneditto
9566
9567 2002-07-15 [darko]      0.7.8claws67
9568
9569         * src/mh.c
9570                 Fixed target folder colorization, don't decrease op
9571                 number twice
9572
9573 2002-07-14 [paul]       0.7.8claws66
9574
9575         * sync with main 0.8.0
9576                 see ChangeLog 2002-07-14
9577
9578 2002-07-13 [melvin]     0.7.8claws65
9579         
9580         * src/addrbook.c
9581         * src/addressbook.c
9582         * src/addrindex.c
9583                 Replaced sprintf by g_snprintf to prevent possible buffer
9584                 overflow.
9585         * src/news.c
9586                 Corrected a log message output format.
9587                 Added a missing "done" debug output.
9588         * src/compose.c
9589                 Added keyboard accelerator for Priority menu items
9590                 Added missing \n in debug output
9591         * src/logwindow.c
9592         * src/gtkspell.c
9593         * src/rfc2015.c
9594                 Added missing \n in debug output
9595
9596 2002-07-13 [paul]       0.7.8claws64
9597
9598         * man/sylpheed.1
9599                 change Sergey's email address to the sf address
9600
9601         * src/textview.c
9602                 increase show_url_timeout (more useful for long
9603                 urls)
9604
9605 2002-07-12 [sergey]     0.7.8claws63
9606
9607         * src/rfc2015.c
9608                 applied (with some modifications) patch to set the
9609                 micalg parameter for signatures
9610                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9611
9612 2002-07-12 [sergey]     0.7.8claws62
9613
9614         * man/Makefile.am
9615         * configure.in
9616                 fixed man page installation
9617
9618 2002-07-12 [paul]       0.7.8claws61
9619
9620         * sync with 0.7.8cvs26
9621                 see ChangeLog 2002-07-11 and 2002-07-12
9622
9623 2002-07-11 [christoph]  0.7.8claws60
9624
9625         * src/compose.c
9626         * src/procmsg.c
9627                 first use the message number to find the message
9628                 to mark with a reply flag but check the
9629                 message-id if we got the correct message, if not
9630                 try to find it by message-id.
9631                 use new string seperator that is not allowed
9632                 in message-ids.
9633
9634 2002-07-11 [paul]       0.7.8claws59
9635
9636         * sync with 0.7.8cvs23
9637                 see ChangeLog 2002-07-10
9638
9639 2002-07-10 [christoph]  0.7.8claws58
9640
9641         * src/folder.[ch]
9642         * src/msgcache.[ch]
9643                 Added message-id table to the cache in memory
9644                 and functions to msgcache.c and folder.c to
9645                 fetch MsgInfos by message id
9646         * src/compose.c
9647         * src/procmsg.c
9648                 store folder and message-id of message replying
9649                 to in queue header and set reply flag after sending
9650                 (Closes bug #469498)
9651
9652 2002-07-10 [paul]       0.7.8claws57
9653
9654         * AUTHORS
9655           man/sylpheed.1.gz
9656                 add Martin to the list of authors
9657
9658 2002-07-09 [martin]     0.7.8claws56
9659         * src/gtksctree.c
9660                 Added gtk_ctree_last_visible(), tree_update_level(),
9661                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9662                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9663                 from gtk+ to gtksctree.c for the new sorting code
9664                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9665                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9666         * src/gtksctree.h
9667                 Added declaration for gtk_sctree_sort_recursive() and
9668                 gtk_sctree_sort_node
9669         * src/addressbook.c
9670         * src/foldersel.c
9671         * src/folderview.c
9672         * src/summaryview.c
9673                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9674                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9675
9676 2002-07-08 [paul]       0.7.8claws55
9677
9678         * more sync with 0.7.8cvs21
9679                 see ChangeLog 2002-07-08
9680
9681 2002-07-08 [paul]       0.7.8claws54
9682
9683         * sync with 0.7.8cvs21
9684                 see ChangeLog 2002-07-08
9685
9686 2002-07-07 [alfons]     0.7.8claws53
9687
9688         * src/Makefile.am
9689         * src/stock_pixmap.[ch]
9690         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9691         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9692         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9693                 add new pixmaps for upcoming notice pane
9694
9695 2002-07-06 [melvin]     0.7.8claws52
9696
9697         * src/gtkspell.[ch]
9698                 Made them a bit closer to Sylpheed's coding style.
9699                 Removed old code.
9700                 Removed possible memory leaks when some errors occurs.
9701
9702 2002-07-06 [melvin]     0.7.8claws51
9703
9704         * po/Makefile.in.in
9705                 Removed --no-location in xgettext command line to help
9706                 translators that use Emacs' po-mode
9707         * src/quote_fmt.c
9708                 Removed unnecessary comments that messed up sylpheed.pot
9709
9710 2002-07-06 [paul]       0.7.8claws50
9711
9712         * sync with 0.7.8cvs19
9713                 see ChangeLog 2002-07-05
9714
9715 2002-07-06 [christoph]  0.7.8claws49
9716
9717         * src/folder.c
9718         * src/mainwindow.c
9719                 fix folder_item_remove_all_msg and folderview
9720                 status for trash folders after emptying trash
9721
9722 2002-07-05 [paul]       0.7.8claws48
9723
9724         * sync with 0.7.8cvs16
9725                 see ChangeLog 2002-07-04 and 2002-07-05
9726
9727 2002-07-04 [paul]       0.7.8claws47
9728
9729         * sync with 0.7.8cvs14
9730                 see  ChangeLog 2002-07-04
9731
9732 2002-07-03 [alfons]     0.7.8claws46
9733
9734         * src/folder.c
9735                 dupe folder item's path because it's being reallocated
9736                 by new folder scanning code
9737
9738 2002-07-03 [christoph]  0.7.8claws45
9739
9740         * src/imap.c
9741                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9742         * src/msgcache.c
9743                 add missing return in msgcache_write
9744
9745 2002-07-02 [thorsten]   0.7.8claws44
9746
9747         * src/jpilot.c
9748         * src/msgcache.c
9749         * src/rfc2015.c
9750                 use binary mode for file access
9751
9752 2002-07-02 [christoph]  0.7.8claws43
9753
9754         * major code cleanup (part 1)
9755         
9756                 - unused variables removed
9757                 - unused functions removed
9758                 - uninitialized variables checked
9759                 - missing return statements added
9760                 - missing function return types added
9761                 - added parentheses around assignment and
9762                   && in || when suggested by gcc
9763               
9764         * src/mh.c
9765         * src/folder.c
9766                 replaced direct calls to folder->scan_tree
9767                 with folder_scan_tree and restore folder
9768                 prefs in this function. The folder should
9769                 not have to deal with them.
9770                 ( Should now work for all folder types )
9771
9772 2002-07-02 [paul]       0.7.8claws42
9773
9774         * sync with 0.7.8cvs13
9775                 see ChangeLog 2002-07-01 and 2002-07-02
9776
9777 2002-07-01 [christoph]  0.7.8claws41
9778
9779         * src/summaryview.c
9780                 fix "goto next/prev unread message" with
9781                 ignored threads
9782
9783 2002-07-01 [paul]       0.7.8claws40
9784
9785         * po/es.po
9786                 updated by Ricardo Mones Lastra
9787
9788 2002-06-30 [match]      0.7.8claws39
9789
9790         * src/jpilot.c
9791                 applied variation of leonerd's patch (566661) to
9792                 allow multiple email addresses per JPilot entry.
9793                 addresses may be separated by space, comma, pipe,
9794                 semi-colon, new-line.
9795
9796 2002-06-30 [alfons]     0.7.8claws38
9797
9798         * src/procmsg.c
9799                 simple fix for putting older nodes before
9800                 newer nodes when threading by subject
9801
9802 2002-06-30 [christoph]  0.7.8claws37
9803
9804         * src/folder.c
9805         * src/folderview.c
9806         * src/mh.c
9807         * src/news.c
9808         * src/procmsg.c
9809                 fix broken folder tree rescaning
9810                 and don't use procmsg_get_mark_sum
9811                 anymore
9812
9813 2002-06-30 [christoph]  0.7.8claws36
9814
9815         * merge new cache branch
9816         * src/imap.c
9817                 fix new cache imap copy bug
9818         * src/folder.c
9819                 improved folder_item_scan
9820                 it should now always set the correct
9821                 new, unread and total message counts
9822
9823 2002-06-29 [paul]       0.7.8claws35
9824
9825         * configure.in
9826                 correct syntax error
9827
9828 2002-06-29 [paul]       0.7.8claws34
9829
9830         * configure.in
9831           Makefile.am
9832           man/Makefile.am       ** NEW FILE **
9833           man/sylpheed.1.gz     ** NEW FILE **
9834                 add Sylpheed man page
9835
9836 2002-06-29 [paul]       0.7.8claws33
9837
9838         * po/pt_BR.po
9839                 updated by Fabio Junior Beneditto
9840
9841 2002-06-28 [jens]       0.7.8claws32
9842
9843         * po/de.po
9844                 translation updated
9845
9846         * src/selective_download.c
9847                 removed gettext for space " "
9848
9849         * src/imap.c
9850                 removed wrong space
9851
9852 2002-06-28 [paul]       0.7.8claws31
9853
9854         * sync with 0.7.8cvs11
9855                 see ChangeLog 2002-06-28
9856
9857 2002-06-28 [paul]       0.7.8claws30
9858
9859         * sync with 0.7.8cvs10
9860                 see ChangeLog 2002-06-27 and 2002-06-28
9861
9862 2002-06-26 [paul]       0.7.8claws29
9863
9864         * src/addrgather.c
9865           src/selective_download.c
9866                 don't gettextise empty strings.
9867                 reserved by gettext. gettext("") returns 
9868                 the header entry with meta information, 
9869                 not the empty string
9870
9871         * po/en_GB.po
9872                 updated
9873
9874 2002-06-26 [paul]       0.7.8claws28
9875
9876         * sync with 0.7.8cvs7
9877                 see ChangeLog 2002-06-25
9878
9879         * src/prefs_common.c
9880                 ...and in the process, tweak the gui a little
9881
9882 2002-06-25 [alfons]     0.7.8claws27
9883         
9884         * configure.in
9885         * src/Makefile.am
9886                 fine tune ldap library detection
9887
9888 2002-06-25 [alfons]     0.7.8claws26
9889
9890         * src/compose.c
9891                 don't allow return receipts when composing a news article
9892
9893 2002-06-25 [paul]       0.7.8claws25
9894
9895         * Makefile.am
9896                 add '$(AMTAR)' to 'release' section to allow for
9897                 new and older autotools
9898
9899 2002-06-25 [paul]       0.7.8claws24
9900
9901         * src/summaryview.c
9902                 fix "No more unread messages" persistant pop-up
9903                 window bug
9904
9905 2002-06-25 [paul]       0.7.8claws23
9906
9907         * po/it.po
9908                 updated by Alessandro Maestri
9909
9910 2002-06-25 [paul]       0.7.8claws22
9911
9912         * sync with 0.7.8cvs6
9913                 see ChangeLog 2002-06-25
9914
9915 2002-06-24 [paul]       0.7.8claws21
9916
9917         * tools/update-po
9918                 add GPL copyright information
9919
9920 2002-06-24 [paul]       0.7.8claws20
9921
9922         * tools/Makefile.am
9923           tools/README
9924           tools/update-po       ** NEW FILE **
9925                 add script that eases the creation of *.po files
9926                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9927
9928 2002-06-23 [alfons]     0.7.8claws19
9929
9930         * src/messageview.c
9931                 make notification_convert_header obey const correctness
9932                 (next step will be fixing the broken return receipt)
9933
9934 2002-06-23 [paul]       0.7.8claws18
9935
9936         * src/messageview.c
9937                 fix bug introduced in last commit:
9938                 removed too much code in last commit - put back what's
9939                 needed
9940
9941 2002-06-23 [paul]       0.7.8claws17
9942
9943         * src/messageview.[ch]
9944                 remove code committed in error from locally patched
9945                 source
9946
9947 2002-06-23 [colin]      0.7.8claws16
9948
9949         * src/compose.[ch]
9950                 add compose_entry_select(), used to select the default_to
9951                 email address - hopefully avoiding people sending mails to
9952                 wrong recipients.
9953
9954 2002-06-22 [alfons]     0.7.8claws15
9955
9956         * AUTHORS
9957                 add Bram Metsch & Stanislav Karchebny
9958         * src/smtp.[ch]
9959         * src/prefs_account.[ch]
9960         * src/send.c
9961                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9962                   options.  (see <http://sourceforge.net/tracker/index.php
9963                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9964
9965                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9966                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9967
9968 2002-06-22 [paul]       0.7.8claws14
9969
9970         * sync with 0.7.8cvs5
9971                 see ChangeLog 2002-06-19 and 2002-06-20
9972
9973 2002-06-22 [alfons]     0.7.8claws13
9974
9975         * src/selective_download.c
9976                 fix a stupid mistake I made
9977
9978 2002-06-22 [alfons]     0.7.8claws12
9979
9980         * src/selective_download.[ch]
9981                 fix another unnoticed leak; cleanup code
9982
9983 2002-06-21 [alfons]
9984
9985         * tools/Makefile.am
9986                 gpg-sign <-- gpg-sign-syl
9987
9988 2002-06-21 [alfons]     0.7.8claws11
9989
9990         * src/selective_download.c
9991         * src/selective_download.h
9992                 fix assorted mix of allocation errors (should solve
9993                 problem reported by Philippe Gramoullé, see:
9994                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9995
9996 2002-06-20 [melvin]     0.7.8claws10
9997
9998         * tools/gpg-sign *REMOVED*
9999           tools/gpg-sign-syl *ADDED*
10000                 Replaced the gpg clearsigning script with the version using
10001                 xterm instead of ssh-askpass and changed its name.
10002
10003         * README.claws
10004                 Updated actions example to reflect the renaming of the
10005                 gpg clearsigning script.
10006
10007 2002-06-19 [paul]       0.7.8claws9
10008
10009         * sync with 0.7.8claws9
10010                 see ChangeLog 2002-06-18 and 2002-06-19
10011
10012 2002-06-19 [paul]       0.7.8claws8
10013
10014         * sync with 0.7.8cvs1
10015                 see ChangeLog 2002-06-18
10016
10017 2002-06-18 [alfons]     0.7.8claws7
10018
10019         * src/mainwindow.h
10020                 add omitted prototype
10021
10022 2002-06-17 [paul]       0.7.8claws6
10023
10024         * src/mainwindow.c
10025                 fix hiding of exec_btn
10026
10027 2002-06-17 [paul]       0.7.8claws5
10028
10029         * src/pop.c
10030                 remove unneeded code: should_delete() 
10031                 and Pop3State::uidl_todelete_list
10032
10033 2002-06-17 [paul]       0.7.8claws4
10034
10035         * sync with 0.7.8
10036                 see ChangeLog 2002-06-11 and 2002-06-13
10037
10038 2002-06-16 [alfons]     0.7.8claws3
10039         
10040         * src/folder.c
10041                 make sure lock sort mode (claws specific) is
10042                 also persists after a tree rescan
10043
10044 2002-06-16 [alfons]     0.7.8claws2
10045
10046         * src/prefs_folder_item.c
10047         * src/folder.[ch]
10048                 fix persistence of folder sort mode (broken
10049                 by adapting Hiro's new folder persistence code)
10050
10051 2002-06-16 [alfons]     0.7.8claws1
10052
10053         * AUTHORS
10054         * src/logwindow.c
10055         * src/prefscommon.[ch]
10056                 control size of log text in log window; 
10057                 closes patch #569155 submitted by Mitko Haralanov.
10058
10059 2002-06-15 [paul]       0.7.8claws
10060
10061         * release of 0.7.8claws
10062
10063 2002-06-15 [paul]       0.7.7claws
10064
10065         * po/pt_BR.po
10066                 updated by Fabio Junior Beneditto
10067
10068 2002-06-14 [paul]       0.7.6claws49
10069
10070         * po/es.po
10071                 updated by Ricardo Mones Lastra
10072
10073 2002-06-14 [paul]       0.7.6claws48
10074
10075         * po/nl.po
10076                 updated translation by Wilbert Berendsen
10077
10078 2002-06-14 [melvin]     0.7.6claws47
10079
10080         * po/fr.po
10081                 Updated French translation
10082
10083 2002-06-13 [paul]       0.7.6claws46
10084
10085         * src/filesel.c
10086                 allow filename to be typed in, rather than just
10087                 selected by the mouse. Patch by Gustavo Noronha Silva.
10088
10089 2002-06-13 [alfons]     0.7.6claws45
10090
10091         * src/mainwindow.[ch]
10092                 more cleanups (removing unnecessary menu items Expand 
10093                 summary / message view)
10094
10095 2002-06-13 [melvin]     0.7.6claws44
10096
10097         * po/POTFILES.in
10098                 Added src/string_match.c
10099         * src/string_match.c
10100                 Fixed possible buffer overflow.
10101                 Corrected typo.
10102                 Added missing config.h header.
10103         * src/prefs_common.c
10104           src/prefs_matcher.c
10105           src/prefs_scoring.c
10106                 Made some strings translatable (missing _(..)).
10107
10108 2002-06-13 [melvin]     0.7.6claws43
10109
10110         * README.claws
10111                 Corrected action example (verifying clearsigned mail).
10112         * src/prefs_account.c
10113                 Corrected typo.
10114         * src/prefs_common.c
10115                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10116
10117 2002-06-12 [alfons]     0.7.6claws42
10118
10119         * src/summaryview.c
10120                 add init of score column lost in 0.7.6claws42
10121
10122 2002-06-12 [paul]       0.7.6claws41
10123
10124         * src/prefs_account.c
10125                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10126                 behavior of the radio buttons, (from 0.7.7cvs2)
10127
10128 2002-06-11 [alfons]     0.7.6claws40
10129
10130         * src/messageview.[ch]
10131         * src/summaryview.[ch]
10132         * src/summary_search.c
10133         * src/mainwindow.c
10134                 perform a sync to bring in Hiro's separate view implementation 
10135
10136                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10137
10138 2002-06-11 [paul]       0.7.6claws39
10139         
10140         * src/prefs_account.c
10141                 correct a typo on the Receive tab
10142
10143 2002-06-10 [match]      0.7.6claws38
10144
10145         * src/addressbook.c
10146                 Included address completion patch from Gustavo Noronha.
10147
10148 2002-06-10 [paul]       0.7.6claws37
10149
10150         * src/inc.[ch]
10151           src/pop.c
10152           src/prefs_account.[ch]
10153           src/selective_download.[ch]
10154                 apply PATCH #561712
10155                  NEW:
10156                 - check if POP Account
10157                 - Receive Button renamed to Preview
10158                 - Preview Button Popup: preview new/all messages
10159                 - Download Button
10160                 - Account Preferences-->Receive tab checkbutton if you
10161                   want to remove Mail after Download
10162                 -: default YES
10163                 - Account Preferences-->Receive tab checkbutton use
10164                   filtering rules on preview
10165                   (think of delete_on_server)
10166                 -: default YES
10167                 - Account selectable from SD dialog
10168                 - checkbutton to show already downloaded messages if
10169                   all messages are previewed
10170                 - new clist column showing Date
10171                 - ESC KEY close
10172                 FIXES:
10173                 - play ball with UIDL
10174                 - fault tolerant (?) 
10175                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10176
10177 2002-06-10 [melvin]     0.7.6claws36
10178
10179         * README.claws
10180                 Added a hint to ac/README in cvs instructions.
10181
10182         * src/prefs_actions.c
10183                 Made it possible to use a more elaborate command line
10184                 for asynchronous actions, too.
10185
10186 2002-06-10 [melvin]     0.7.6claws35
10187         
10188         * src/prefs_actions.c
10189                 Make it possible to use a more elaborate command line
10190                 (e.g. |foo|bar|cat>there;echo Done|)
10191                 Corrected error message when calling %f, %F and %p commands
10192                 from the compose window.
10193
10194 2002-06-09 [colin]      0.7.6claws34
10195
10196         * src/summaryview.c
10197                 Automatically find unread messages in current folder
10198                 before annoying the user.
10199
10200 2002-06-08 [alfons]     0.7.6claws33
10201
10202         * po/it.po
10203                 remove bad formatting string in it.po translation
10204                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10205
10206 2002-06-08 [paul]       0.7.6claws32
10207
10208         * sync with 0.7.6cvs25
10209                 see ChangeLog 2002-06-07
10210
10211 2002-06-05 [paul]       0.7.6claws31
10212
10213         * src/mainwindow.c
10214                 add 'Sort by locked' and 'Sort by score'
10215
10216 2002-06-05 [paul]       0.7.6claws30
10217
10218         * sync with 0.7.6cvs24
10219                 see ChangeLog 2002-06-04
10220
10221 2002-06-04 [paul]       0.7.6claws29
10222
10223         * po/pt_BR.po
10224                 updated by Fabio Junior Beneditto
10225
10226 2002-06-03 [thorsten]   0.7.6claws28
10227
10228         * src/matcher.c
10229                 fclose() matcherrc after reading
10230
10231 2002-06-03 [paul]       0.7.6claws27
10232
10233         * sync with 0.7.6cvs21
10234                 see ChangeLog 2002-05-31
10235
10236 2002-05-31 [paul]       0.7.6claws26
10237
10238         * sync with 0.7.6cvs20
10239                 see ChangeLog 2002-05-29 and 2002-05-30
10240
10241 2002-05-31 [paul]       0.7.6claws25
10242
10243         * src/imap.c
10244                 hopefully fix last buggy sync
10245
10246         * README.claws
10247                 correct typo in 'Actions' examples
10248
10249 2002-05-29 [paul]       0.7.6claws24
10250
10251         * sync with 0.7.6cvs18
10252                 see ChangeLog 2002-05-28 and 2002-05-29
10253
10254         * src/news.c
10255           src/nntp.[ch]
10256                 sync with above 
10257
10258 2002-05-28 [paul]       0.7.6claws23
10259
10260         * sync with 0.7.6cvs16
10261                 see ChangeLog 2002-05-28
10262
10263 2002-05-27 [thorsten]   0.7.6claws22 
10264
10265         * faq/it/sylpheed-faq-1.html
10266           faq/it/sylpheed-faq-2.html
10267           faq/it/sylpheed-faq-3.html
10268           faq/it/sylpheed-faq.html
10269                 corrected DOS lineendings
10270         * faq/de/sylpheed-faq-1.html
10271           faq/de/sylpheed-faq-2.html
10272           faq/en/sylpheed-faq-1.html
10273           faq/en/sylpheed-faq-2.html
10274           faq/en/sylpheed-faq-3.html
10275           faq/es/sylpheed-faq-1.html
10276           faq/es/sylpheed-faq-2.html
10277           faq/es/sylpheed-faq-3.html
10278           faq/fr/sylpheed-faq-1.html
10279           faq/it/sylpheed-faq-1.html
10280           faq/it/sylpheed-faq-2.html
10281           faq/it/sylpheed-faq-3.html
10282           faq/it/sylpheed-faq.html
10283                 changed ">" to &quot;
10284
10285 2002-05-27 [paul]       0.7.6claws21
10286         
10287         * sync with 0.7.6cvs15
10288                 see ChangeLog 2002-05-27
10289
10290 2002-05-27 [paul]       0.7.6claws20
10291
10292         * src/prefs_account.c
10293                 correct a typo
10294
10295 2002-05-26 [paul]       0.7.6claws19
10296
10297         * tools/README
10298                 correct a typo
10299
10300 2002-05-25 [paul]       0.7.6claws18
10301
10302         * tools/README
10303                 add description of kmail2sylpheed.pl
10304
10305 2002-05-25 [paul]       0.7.6claws17
10306
10307         * tools/kmail2sylpheed.pl       ** NEW FILE **
10308                 perl script that converts an exported Kmail address
10309                 book, converts it to sylpheed addressbook file,
10310                 writes the file to .sylpheed, and updates
10311                 addrbook--index.xml 
10312
10313 2002-05-25 [paul]       0.7.6claws16
10314
10315         * sync with 0.7.6cvs14
10316                 see ChangeLog 2002-05-23
10317
10318 2002-05-24 [paul]       0.7.6claws15
10319
10320         * README.claws
10321                 make a correction and add some more info
10322
10323 2002-05-24 [paul]       0.7.6claws14
10324
10325         * src/compose.c
10326                 fix memory leak in 
10327                 compose_redirect_write_headers_from_headerlist()
10328                 add Subject and Resent-Message-ID to
10329                 compose_redirect_write_headers()
10330                 Received, Subject, and X-UIDL are filtered out in 
10331                 compose_redirect_write_to_file()
10332
10333 2002-05-23 [paul]       0.7.6claws13
10334
10335         * src/compose.[ch]
10336           src/filtering.c
10337           src/mainwindow.c
10338           src/matcher.[ch]
10339           src/matcher_parser_lex.l
10340           src/matcher_parser_parse.y
10341           src/prefs_common.[ch]
10342           src/prefs_filtering.c
10343           src/summaryview.c
10344                 rename 'Bounce' to 'Redirect'
10345
10346 2002-05-23 [paul]       0.7.6claws12
10347
10348         * more sync with 0.7.6cvs13
10349           src/compose.c
10350                 see ChangeLog 2002-05-22
10351
10352 2002-05-22 [paul]       0.7.6claws11
10353
10354         * sync with 0.7.6cvs13
10355           src/codeconv.c
10356                 see ChangeLog 2002-05-20
10357           src/prefs_common.c
10358                 see ChangeLog 2002-05-22
10359
10360 2002-05-21 [melvin]     0.7.6claws10
10361
10362         * src/folderview.c
10363                 Added missing filtering and scoring headers
10364                 Fixed bad function call that showed garbage 
10365                 in Folder->Processing
10366
10367 2002-05-21 [paul]       0.7.6claws9
10368
10369         * tools/Makefile.am
10370                 make all tools executable, (patch by Alfons).
10371
10372 2002-05-20 [alfons]     0.7.6claws8
10373
10374         * src/procheader.c
10375                 don't forget to call mktime() so we have a valid week 
10376                 and year day
10377                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10378
10379 2002-05-20 [paul]       0.7.6claws7
10380
10381         * src/html.c
10382                 fix broken parsing of urls
10383         * src/textview.c
10384                 fix displaying of urls
10385
10386                 both fixes from the patch [547855] by Eugene 
10387                 Brevdo (zonem)
10388
10389 2002-05-19 [alfons]     0.7.6claws6
10390
10391         * configure.in
10392                 make sylpheed configure correctly with the latest
10393                 and greatest of automake / autoconf / gettext
10394
10395 2002-05-19 [alfons]     0.7.6claws5
10396
10397         * src/procheader.c
10398         * src/procheader.h
10399                 add function for returning ime zone offset
10400         * src/quote_fmt.c
10401         * src/quote_fmt_parse.y
10402                 better quotation formatting - does not convert
10403                 to local time, but uses the original date string.
10404                 
10405                 Note: %z inserts the timezone offset (should 
10406                 work also on platforms where strftime does not
10407                 support %z).
10408
10409 2002-05-18 [christoph]  0.7.6claws4
10410
10411         * src/summaryview.c
10412                 fix indentation of some code
10413         * tools/Makefile.am
10414                 fix spaces after \
10415         * src/Makefile.am
10416                 add missing \
10417                 correct path for ignorethread.xpm
10418                 incorrect filename for sylpheed_logo.xpm
10419                 add missing include matcher_parser_parse.h
10420
10421 2002-05-18 [paul]       0.7.6claws3
10422
10423         * sync with 0.7.6cvs8
10424                 see ChangeLog 2002-05-16 and 2002-05-17
10425
10426 2002-05-18 [melvin]     0.7.6claws2
10427
10428         * README.claws
10429                 Corrected an action's definition and fixed some misspellings.
10430
10431 2002-05-18 [paul]       0.7.6claws1
10432
10433         * tools/Makefile.am
10434           tools/gpg-sign        ** new file **
10435           tools/uudec           ** new file **
10436                 add Melvin's Actions scripts
10437
10438         * README.claws
10439                 add Melvin's descriptions for Actions
10440
10441 2002-05-18 [paul]       0.7.6claws
10442
10443         * Version 0.7.6claws released
10444
10445 2002-05-17 [paul]       0.7.5claws32
10446
10447         * po/es.po
10448                 updated by Ricardo Mones Lastra
10449
10450 2002-05-17 [paul]       0.7.5claws31
10451
10452         * src/compose.c
10453                 fix Account prefs default folder for sent/draft/deleted
10454                 messages bug
10455
10456         * po/it.po
10457           po/nl.po
10458                 updated translation by Alessandro Maestri and
10459                 Wilbert Berendsen
10460
10461 2002-05-17 [melvin]     0.7.5claws30
10462
10463         * src/prefs_actions.c
10464                 Fixed bug where using %F not at the end of the command 
10465                 resulted in an additional empty argument being created.
10466                 Thanks to Darko Koruga for reporting the bug.
10467
10468 2002-05-17 [melvin]     0.7.5claws29
10469
10470         * po/fr.po
10471                 Updated French translations.
10472
10473 2002-05-15 [paul]       0.7.5claws28
10474         
10475         * po/es.po
10476                 updated by Ricardo Mones Lastra
10477
10478 2002-05-15 [paul]       0.7.5claws27
10479
10480         * sync with 0.7.6cvs4
10481                 see ChangeLog 2002-05-14 and 2002-05-15
10482
10483 2002-05-14 [paul]       0.7.5claws26
10484
10485         * sync with 0.7.6cvs1
10486                 see ChangeLog 2002-05-13
10487
10488 2002-05-13 [thorsten]   0.7.5claws25
10489
10490         * src/messageview.c
10491                 fix select_all and copy in multipart messages
10492         * src/mainwindow.c
10493                 fix select_all and copy in multipart messages
10494
10495 2002-05-12 [paul]       0.7.5claws24
10496
10497         * src/summaryview.c
10498                 reverse last commit, bug already fixed in 0.7.5claws3
10499
10500 2002-05-12 [netztorte]  0.7.5claws23
10501
10502         * src/summaryview.c
10503                 dont parse empty addressbook (checked in before claws20)
10504
10505 2002-05-12 [melvin]     0.7.5claws22
10506
10507         * src/procmsg.[ch]
10508                 Removed unneeded priority code introduced by the previous 
10509                 commit.
10510
10511 2002-05-12 [melvin]     0.7.5claws21
10512
10513         * src/compose.[ch]
10514                 Added possibility to set message's priority.
10515         * src/procmsg.[ch]
10516                 Added possibility to set message's priority.
10517                 Added missing headers
10518
10519 2002-05-12 [melvin]     0.7.5claws20
10520
10521         * src/prefs_actions.c
10522                 Removed implicitely added quotes around the name
10523                 of the temporary files of mime parts.
10524
10525 2002-05-12 [paul]       0.7.5claws19
10526
10527         * sync with 0.7.5cvs20
10528                 see ChangeLog 2002-05-11
10529
10530 2002-05-12 [alfons]     0.7.5claws18
10531
10532         * src/quote_fmt_lex.l
10533         * src/quote_fmt_parse.y
10534                 allow quote / reply date & time format to be set using
10535                 %D{format}. format is a format string you'd pass to
10536                 strftime() (see man strftime, or the Display tab |
10537                 Date format setting).
10538
10539                 Currently %D converts the date to local time. 
10540
10541 2002-05-11 [paul]       0.7.5claws17
10542
10543         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10544                 see ChangeLog 2002-05-10 and 2002-05-11
10545
10546 2002-05-10 [paul]       0.7.5claws16
10547
10548         * sync with 0.7.5cvs16
10549                 see ChangeLog entries 2002-05-09 and 
10550                 2002-05-10
10551
10552 2002-05-10 [colin]      0.7.5claws15
10553
10554         * src/textview.c
10555                 Corrected a bug that prevented sylpheed to open
10556                 double-clicked URIs.
10557
10558 2002-05-09 [paul]       0.7.5claws14
10559
10560         * sync with 0.7.5cvs14
10561                 see ChangeLog 2002-05-08 and 2002-05-09
10562
10563 2002-05-08 [paul]       0.7.5claws13
10564
10565         * sync with 0.7.5cvs11
10566                 see ChangeLog entry 2002-05-08
10567
10568 2002-05-08 [paul]       0.7.5claws12
10569
10570         * src/mainwindow.c
10571           src/textview.[ch]
10572                 fix segfault on View->Open in new window
10573                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10574
10575 2002-05-07 [paul]       0.7.5claws11
10576
10577         * sync with 0.7.5cvs9
10578                 see ChangeLog entry 2002-05-07
10579
10580 2002-05-06 [paul]       0.7.5claws10
10581
10582         * src/messageview.c
10583           src/textview.c
10584                 display url in statusbar on single-click
10585                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10586
10587 2002-05-06 [match]      0.7.5claws9
10588
10589         * src/addritem.[ch]
10590                 new functions.
10591         * src/addrcache.c
10592                 tidy up.
10593         * src/xmlprops.[ch]
10594                 XML implementation of properties file.
10595         * src/exporthtml.[ch]
10596         * src/expthtmldlg.[ch]
10597         * src/addressbook.c
10598                 export to HTML.
10599
10600 2002-05-02 [sergey]     0.7.5claws8
10601
10602         * src/mainwindow.c (mainwin_entries),
10603           src/prefs_common.c (prefs_send_create()),
10604           src/codeconv.c (locale_table):
10605                 use charset name "Windows-1251" instead of "CP1251".
10606
10607 2002-05-02 [colin]      0.7.5claws7
10608         
10609         * src/compose.c
10610           src/prefs_common.c
10611           src/prefs_folder_item.c
10612                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10613
10614 2002-05-02 [hiro]       0.7.5claws6
10615
10616         * src/imap.c
10617                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10618
10619 2002-05-02 [paul]       0.7.5claws5
10620
10621         * src/compose.c
10622                 more sync with 0.7.5cvs7, see ChangeLog entry
10623                 2002-05-02
10624
10625 2002-05-02 [hiro]       0.7.5claws4
10626
10627         * src/compose.c
10628                 compose_queue_sub():
10629                 check if queue folder exists (closes #550397).
10630                 removed directory creation since it should be handled
10631                 transparently.
10632         * src/imap.c
10633                 imap_add_msg(): return UID for appended message
10634                 (closes #548842).
10635
10636 2002-04-30 [paul]       0.7.5claws3
10637
10638         * src/summaryview.c
10639                 fix account_find_from_address() bug
10640
10641 2002-04-28 [colin]      0.7.5claws2
10642
10643         * src/compose.c
10644           src/textview.c
10645           src/prefs_common.[ch]
10646           src/utils.[ch]
10647                 Added user-definable quotation characters recognition.
10648
10649 2002-04-28 [paul]       0.7.5claws1
10650
10651         * sync with 0.7.5cvs4
10652                 see ChangeLog entry  2002-04-25
10653
10654 2002-04-28 [paul]       0.7.5claws
10655
10656         * po/es.po
10657           po/nl.po
10658           po/pt_BR.po
10659                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10660                 Fabio Junior Beneditto
10661
10662 2002-04-27 [jens]       0.7.4claws103
10663
10664         * po/de.po
10665                 updated German translation.
10666
10667 2002-04-27 [hiro]       0.7.4claws102
10668
10669         * src/summaryview.c
10670                 summary_write_cache(): fixed the mark loss of hidden messages.
10671
10672 2002-04-26 [melvin]     0.7.4claws101
10673
10674         * src/procmsg.c
10675                 fixed a second typo (same one)
10676         * po/fr.po
10677           po/it.po
10678           po/pt_BR.po
10679                 fixed the type again...
10680
10681 2002-04-26 [melvin]     0.7.4claws100
10682
10683         * src/procmsg.c
10684                 fixed a typo in an alert message ("temorary").
10685         * po/it.po
10686         * po/pt_BR.po
10687                 corrected the typo  described above.
10688         * po/fr.po
10689                 updated French translation.
10690
10691 2002-04-26 [darko]      0.7.4claws99
10692
10693         * src/summaryview.c
10694                 fix target folder colorization
10695
10696 2002-04-25 [paul]       0.7.4claws98
10697
10698         * po/it.po
10699                 updated by Alessandro Maestri
10700
10701 2002-04-24 [colin]      0.7.4claws97
10702         
10703         * src/compose.c
10704                 Fixed double "subject is empty" question.
10705
10706 2002-04-23 [colin]      0.7.4claws96
10707         
10708         * src/mimeview.c
10709                 Corrected issue when "automatically display images" was
10710                 not set : first image remained after selecting second.
10711
10712 2002-04-23 [melvin]     0.7.4claws95
10713
10714         * src/prefs_actions.c
10715                 Don't display in/out dialog if there is nothing to show.
10716
10717 2002-04-23 [paul]       0.7.4claws94
10718
10719         * sync with 0.7.5cvs3
10720                 bug fixes: see ChangeLog entry 2002-04-23
10721
10722 2002-04-22 [darko]      0.7.4claws93
10723
10724         * src/compose.c
10725                 fix previous check-in which changed code after
10726                 merge from main
10727
10728 2002-04-22 [paul]       0.7.4claws92
10729
10730         * faq/de/*
10731                 add German FAQ
10732         * faq/en/*
10733           faq/es/*
10734           faq/fr/*
10735                 update English, Spanish and French FAQs
10736         * manual/de/*
10737           manual/es/*
10738                 add German and Spanish manuals
10739         * manual/en/*
10740           manual/fr/*
10741                 update English and French manuals
10742
10743         * src/Makefile.am
10744                 add to and re-arrange the pixmap entries
10745
10746 2002-04-22 [darko]      0.7.4claws91
10747
10748         * src/compose.c
10749                 fix sender initials recognition to only allow
10750                 '>' after the initials
10751
10752 2002-04-21 [paul]       0.7.4claws90
10753
10754         * sync with 0.7.5 release
10755                 see ChangeLog entry 2002-04-21
10756
10757 2002-04-21 [alfons]
10758
10759         * src/Makefile.am
10760                 add colin's new pixmaps to EXTRA_DIST
10761
10762 2002-04-21 [colin]      0.7.4claws89
10763         * src/compose.c
10764         * src/inc.c
10765         * src/mainwindow.[ch]
10766         * src/prefs_common.[ch]
10767         * src/stock_pixmap.[ch]
10768                 Added "Work offline" ability.
10769
10770 2002-04-21 [colin]      0.7.4claws88
10771         
10772         * src/mimeview.c
10773         * src/prefs_common.c
10774         * src/prefs_common.h
10775         * src/textview.c : Added an option to common preferences -> display
10776           to allow user not to automatically display images.
10777
10778 2002-04-21 [paul]       0.7.4claws87
10779
10780         * sync with 0.7.4cvs52
10781                 see ChangeLog entry 2002-04-21 (src/imap.c)
10782
10783 2002-04-21 [paul]       0.7.4claws86
10784
10785         * sync with 0.7.4cvs51
10786                 see ChangeLog entry 2002-04-21
10787
10788 2002-04-21 [paul]       0.7.4claws85
10789
10790         * sync with 0.7.4cvs49
10791                 see ChangeLog entries 2002-04-20 and 2002-04-21
10792
10793         * src/Makefile.am
10794                 clean up: remove old 'stock_' element from xpm 
10795                 filenames.
10796
10797 2002-04-21 [alfons]     0.7.4claws84
10798
10799         apply sync patch from Paul
10800
10801         * src/folderview.c
10802                 use old claws prefs_folder_item_create() for now
10803
10804 2002-04-19 [match]      0.7.4claws83
10805
10806         * src/addressbook.[ch]
10807         * src/addrharvest.[ch]
10808         * src/addrgather.[ch]
10809                 recurse folders.
10810         * src/mainwindow.c
10811         * src/summaryview.[ch]
10812                 change menu option.
10813
10814 2002-04-19 [paul]       0.7.4claws82
10815
10816         * po/pt_BR.po
10817                 updated by Fabio Junior Beneditto
10818
10819 2002-04-14 [alfons]     0.7.4claws81
10820
10821         * src/passphrase.c
10822                 add #include <sys/types.h> for mode_t and off_t 
10823
10824 2002-04-13 [paul]       0.7.4claws80
10825         
10826         * src/main.c
10827           src/passphrase.[ch]
10828           src/pgptext.c
10829           src/prefs_common.[ch]
10830           src/rfc2015.c
10831                 enable storing of GnuPG passphrase for the whole 
10832                 session or a user-defined number of minutes. patch 
10833                 submitted by Ravemax <ravemax@dextrose.com>
10834
10835 2002-04-13 [alfons]     0.7.4claws79
10836
10837         * src/textview.c
10838                 make email parser also stop scanning when encountering separators
10839                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10840
10841 2002-04-13 [paul]       0.7.4claws78
10842
10843         * sync with 0.7.4cvs39
10844                 see ChangeLog entry 2002-04-12
10845
10846 2002-04-11 [paul]       0.7.4claws77
10847
10848         * sync with 0.7.4cvs37
10849                 see ChangeLog entry 2002-04-11
10850
10851 2002-04-11 [paul]       0.7.4claws76
10852
10853         * COPYING 
10854                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10855                 the clause for OpenSSL). sync with sylpheed main
10856
10857 2002-04-09 [melvin]     0.7.4claws75
10858
10859         * src/compose.c
10860                 Made 'Ctrl-Enter' on send ignore some modifiers 
10861                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10862                 to bind other *-Enter (but not Alt-Enter).
10863
10864 2002-04-09 [paul]       0.7.4claws74
10865
10866         * sync with 0.7.4cvs35
10867                 see ChangeLog entries 2002-04-09
10868
10869 2002-04-08 [paul]       0.7.4claws73
10870
10871         * sync with 0.7.4cvs33
10872                 see ChangeLog entry 200-04-08
10873
10874 2002-04-07 [match]      0.7.4claws72
10875
10876         * src/addrharvest.[ch]
10877                 fixed to read all addresses in header, regardless
10878                 of header size. improved name parsing. accommodate
10879                 harvest from folders and selected message.
10880         * src/addritem.[ch]
10881                 included new address parsing function.
10882         * src/addrgather.[ch]
10883         * src/addressbook.[ch]
10884         * src/summaryview.[ch]
10885         * src/mainwindow.c
10886                 allow address harvest of folder as well as selected
10887                 messages.
10888
10889 2002-04-07 [paul]       0.7.4claws71
10890
10891         * src/esmtp.[ch]
10892           src/smtp.c
10893                 don't try to authenticate with CRAM-MD5 in SMTP when 
10894                 SMTP-AUTH enabled if MTA doesn't issue this 
10895                 auth-method in it's ehlo-response. bug item #531364,
10896                 patch item #938910. patch submitted by Colin Leroy 
10897                 <colin@colino.net>
10898
10899 2002-04-07 [paul]       0.7.4claws70
10900
10901         * src/nntp.c
10902                 fix missing MODE_READER bug. patch submitted by
10903                 Colin Leroy <colin@colino.net>
10904
10905 2002-04-07 [alfons]     0.7.4claws69
10906
10907         * src/matcher.[ch]
10908         * src/prefs_filtering.c
10909         * src/summaryview.c
10910                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10911                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10912
10913 2002-04-07 [paul]       0.7.4claws68
10914
10915         * sync with 0.7.4cvs32
10916                 see ChangeLog entry 2002-04-06
10917
10918         * tools/filter_conv.pl
10919                 more bug fixes
10920
10921 2002-04-06 [paul]       0.7.4claws67
10922
10923         * tools/filter_conv.pl
10924                 modify to be able to find the name of the first
10925                 mailbox and use that. main's filter does not
10926                 record the full path to the mailbox and therefore
10927                 can only filter to the first mailbox.
10928
10929 2002-04-05 [paul]       0.7.4claws66
10930
10931         * tools/filter_conv.pl
10932                 attempt to make the script all-encompassing and
10933                 be able to convert any main 'filter' rule thrown
10934                 at it
10935
10936 2002-04-05 [paul]       0.7.4claws65
10937
10938         * tools/filter_conv.pl
10939                 allow for collapsed folder trees
10940
10941 2002-04-05 [paul]       0.7.4claws64
10942
10943         * sync with 0.7.4cvs31
10944                 see ChangeLog entries 2002-04-05
10945
10946 2002-04-03 [paul]       0.7.4claws63
10947
10948         * sync with 0.7.4cvs29
10949                 see ChangeLog entries 2002-04-02 and 2002-04-03
10950
10951 2002-04-02 [paul]       0.7.4claws62
10952
10953         * sync with 0.7.4cvs26
10954                 see ChangeLog entry 2002-04-01
10955
10956 2002-04-02 [match]      0.7.4claws61
10957
10958         * src/pine.[ch]
10959         * src/importpine.[ch]
10960         * src/addressbook.c
10961                 import Pine address book.
10962
10963 2002-04-02 [match]      0.7.4claws60
10964
10965         * src/addrharvest.[ch]
10966                 improve address parsing of funky addresses.
10967
10968 2002-04-02 [darko]      0.7.4claws59
10969
10970         * src/compose.c
10971                 wrap on send improvements, it now recognizes quoted
10972                 initials as part of the quotation string, and it
10973                 does not join lines separated by CR
10974
10975 2002-04-01 [match]      0.7.4claws58
10976
10977         * src/mgutils.[ch]
10978                 added new functions.
10979         * src/mutt.[ch]
10980                 remove excessive duplicate address generation
10981                 on import.
10982
10983 2002-04-01 [alfons]     0.7.4claws57
10984         
10985         * src/summaryview.c
10986                 put back g_free() 
10987
10988 2002-04-01 [paul]       0.7.4claws56
10989
10990         * sync with 0.7.4cvs25
10991                 see ChangeLog entry 2002-04-01
10992
10993 2002-04-01 [alfons]     0.7.4aprilfool55
10994
10995         * src/summaryview.c
10996                 honour feature request item #537427 to allow for
10997                 displaying names from address book for sent mail also
10998
10999 2002-03-29 [paul]       0.7.4claws54
11000
11001         * src/mainwindow.c
11002           src/prefs_filtering.[ch]
11003           src/prefs_matcher.c
11004           src/summaryview.c
11005                 add 'fast filter' for claws' filtering,
11006                 /Tools/Create filter rule/... patch submitted
11007                 by Neill Miller <neillm@thecodefactory.org>
11008
11009 2002-03-29 [paul]       0.7.4claws53
11010
11011         * sync with 0.7.4cvs24
11012                 see ChangeLog entry 2002-03-29
11013
11014 2002-03-28 [paul]       0.7.4claws52
11015
11016         * sync with 0.7.4cvs23
11017                 see ChangeLog entry 2002-03-28
11018
11019 2002-03-27 [melvin]     0.7.4claws51
11020
11021         * src/prefs_actions.c
11022                 Added support to pass only one message part (as a
11023                 file) to the command using '%p'. No quotes are needed
11024                 because doubles quotes are automatically added.
11025                 Fixed bug where Sylpheed could block when waiting for
11026                 a child process to finish.
11027                 Changed the help menu to remove quotes around symbols to 
11028                 avoid misinterpretation (they must not be used).
11029
11030 2002-03-27 [melvin]     0.7.4claws50
11031
11032         * src/inc.c
11033                 Made the new mail notification command always 
11034                 execute asynchronously.
11035
11036 2002-03-27 [paul]       0.7.4claws49
11037
11038         * src/compose.c
11039                 fix bug introduced in last commit
11040
11041 2002-03-27 [paul]       0.7.4claws48
11042
11043         * sync with 0.7.4cvs21
11044                 see ChangeLog 2002-03-26 and 2002-03-27
11045
11046 2002-03-26 [hoa]        0.7.4claws47
11047
11048         * src/prefs_folder_item.c
11049                 really fixed the bug #516442 with folder rescan.
11050
11051 2002-03-26 [paul]       0.7.4claws46
11052
11053         * sync with 0.7.4cvs19
11054                 see ChangeLog entries 2002-03-25 and 2002-03-26
11055
11056 2002-03-25 [hoa]        0.7.4claws45
11057
11058         * src/matcher.c
11059         * src/mh.c
11060                 fix the bug #516442 with folder rescan.
11061
11062         * src/prefs_common.[ch]
11063         * src/compose.c
11064                 added an option to enable two different behaviours
11065                 for bounce.
11066
11067
11068 2002-03-25 [paul]       0.7.4claws44
11069
11070         * src/mainwindow.c
11071           src/selective_download.c
11072                 correct a few menuitem labels
11073
11074 2002-03-25 [christoph]  0.7.4claws43
11075
11076         * src/procmsg.c
11077                 fix non deleted tmp message in
11078                 procmsg_save_to_outbox
11079                 fix problems caused by sync with
11080                 main branch's procmsg_send_queue
11081
11082 2002-03-25 [paul]       0.7.4claws42
11083
11084         * src/quote_fmt.c
11085           src/quote_fmt_lex.l
11086           src/quote_fmt_parse.y
11087                 add Last name (%L) placeholder for quoting. 
11088                 patch submitted by Thorsten Thielen 
11089                 <thth@users.sourceforge.net>
11090
11091 2002-03-25 [paul]       0.7.4claws41
11092
11093         * src/utils.c
11094                 get full hostname. patch submitted by
11095                 Bob Woodside <rwoodside1@comcast.net>
11096
11097 2002-03-25 [paul]       0.7.4claws40
11098
11099         * src/account.c
11100           src/news.c
11101           src/nntp.[ch]
11102           src/prefs_account.[ch]
11103                 enable NNTP over SSL. patch submitted by
11104                 Pascal Jermini <pascal@infinity.hn.org>
11105
11106 2002-03-24 [paul]       0.7.4claws39
11107
11108         * src/prefs_common.c
11109                 make the arrangement of the Compose tab more
11110                 coherent
11111
11112         * src/mainwindow.c
11113                 fix some irregularities of style
11114
11115         * po/de.po
11116                 updated by Kilian Krause
11117
11118 2002-03-23 [paul]       0.7.4claws38
11119
11120         * po/pt_BR.po
11121                 updated by Fabio Junior Beneditto
11122
11123 2002-03-23 [paul]       0.7.4claws37
11124
11125         * src/mainwindow.c
11126                 move 'Gather addresses' to 'Tools' menu
11127                 make 'Selective download' sensitive
11128
11129 2002-03-23 [paul]       0.7.4claws36
11130
11131         * sync with 0.7.4cvs16
11132                 see ChangeLog entries 2002-03-23
11133
11134 2002-03-22 [christoph]  0.7.4claws35
11135
11136         * src/quote_fmt_parse.y
11137                 fix include program output
11138
11139 2002-03-22 [alfons]     0.7.4claws34
11140
11141         * src/pop.c
11142                 initialize GDate stack variable correctly (sorry!)
11143
11144 2002-03-22 [paul]       0.7.4claws33
11145
11146         * src/compose.c
11147           src/mainwindow.c
11148           src/prefs_actions.c
11149           src/prefs_common.c
11150                 rename 'Tool' to 'Tools'
11151
11152         * src/mainwindow.c
11153                 move 'Delete duplicated messages' from
11154                 'Message/' to 'Tools/'
11155                 re-arrange the order of 'Tools/' items
11156
11157 2002-03-22 [paul]       0.7.4claws32
11158
11159         * src/addr_compl.c
11160           src/addressbook.[ch]
11161                 auto-address completion now also matches on
11162                 Nickname. patch submitted by Bob Forsman 
11163                 <hammor@users.sourceforge.net>
11164
11165         * src/editaddress.c
11166                 correct a spelling mistake
11167
11168 2002-03-22 [alfons]     0.7.4claws31
11169
11170         * src/pop.c
11171                 fix getting uidl from incorrect string 
11172                 (spotted by Colin)
11173
11174 2002-03-21 [alfons]     0.7.4claws30
11175
11176         * src/pop.c
11177                 more code refactoring
11178                 plug mem leak introduced by delete on server
11179
11180 2002-03-21 [paul]       0.7.4claws29
11181
11182         * sync with 0.7.4cvs11
11183                 see ChangeLog entries 2002-03-20
11184
11185 2002-03-20 [alfons]     0.7.4claws28
11186
11187         * src/inc.c
11188                 apply Colin's patch and refactor
11189
11190 2002-03-20 [paul]       0.7.4claws27
11191
11192         * sync with sylpheed 0.7.4cvs9
11193                 see ChangeLog entry 2002-03-20
11194
11195 2002-03-19 [christoph]  0.7.4claws26
11196
11197         * src/mh.c
11198         * src/procmsg.[ch]
11199         * src/summaryview.c
11200                 revert changes for flag updates
11201                 (does not work correctly and no time to debug)
11202
11203 2002-03-20 [alfons]     0.7.4claws25
11204
11205         * src/pop.c
11206                 refactor should_delete() a little bit 
11207
11208 2002-03-19 [paul]       0.7.4claws24
11209
11210         * src/inc.[ch]
11211           src/pop.c
11212           src/prefs_account.[ch]
11213                 allow the user to leave downloaded mail on the 
11214                 server for n days. Patch submitted by Colin Leroy 
11215                 <colin@colino.net>
11216
11217 2002-02-19 [paul]       0.7.4claws23
11218
11219         * sync with sylpheed 0.7.4cvs8
11220                 see ChangeLog entries 2002-03-19
11221
11222 2002-03-18 [paul]       0.7.4claws22
11223
11224         * sync with sylpheed 0.7.4cvs6
11225                 see ChangeLog entry 2002-03-18
11226
11227 2002-03-18 [paul]       0.7.4claws21
11228
11229         * po/en_GB.po
11230                 add en_GB message catalogue
11231
11232         * src/mbox_folder.c
11233           src/prefs_account.c
11234           src/prefs_actions.c
11235                 correct a few spelling mistakes
11236
11237 2002-03-17 [alfons]     0.7.4claws20
11238
11239         * src/matcher.c
11240                 more stringent checks for NULL params when writing
11241                 filtering actions to a file
11242                 
11243 2002-03-17 [hoa]        0.7.3claws20
11244
11245         * src/news.c
11246                 fixed the count of new messages
11247
11248         * src/compose.c
11249                 fixed the "attachment properties" window
11250
11251 2002-03-17 [paul]       0.7.4claws19
11252
11253         * src/defs.h
11254           src/folder.h
11255           src/news.c
11256           src/prefs_account.[ch]
11257           src/procmsg.[ch]
11258           src/summaryview.c
11259                 automatically mark cross-posted messages as read 
11260                 and (optionally) give them a colour label
11261                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11262                 
11263
11264 2002-03-17 [paul]       0.7.4claws18
11265
11266         * sync with sylpheed 0.7.4cvs5
11267                 see ChangeLog entry 2002-03-17
11268
11269 2002-03-17 [melvin]     0.7.4claws17
11270         
11271         * src/textview.c
11272                 Worked around a gtktext 'bug': when searching for 
11273                 a text in a long message it was scrolling slowly
11274                 line by line until it hit the searched text.
11275         * po/fr.po
11276                 Updated French translation
11277
11278 2002-03-17 [melvin]     0.7.4claws16
11279
11280         * src/mainwindow.c
11281         * src/compose.c
11282         * src/prefs_actions.c
11283                 Moved "Edit/Actions" to "Tool/Actions"
11284                 Made mainwindow/compose window sensitive as soon as
11285                 no child process is running anymore even if the io dialog
11286                 is open.
11287                 Fixed a struct being initialized with a non constant char*
11288
11289 2002-03-16 [christoph]  0.7.4claws15
11290
11291         * configure.in
11292                 add --with-compiler-flags option
11293                 (only for developer hacking)
11294         * src/mh.c
11295         * src/procmsg.[ch]
11296         * src/summaryview.c
11297                 try to make folder-stats and flag handling more
11298                 independent from the summaryview. msgcounts
11299                 are only set when the folder is opened and
11300                 procmsg_msginfo_(un)set_flags will handle it
11301                 later and summaryview will get the values
11302                 from the folder.
11303
11304 2002-03-16 [paul]       0.7.4claws14
11305
11306         * src/messageview.c
11307                 fix Return-receipt. Patch submitted by Bob
11308                 Woodside <rwoodside1@comcast.net>
11309
11310 2002-03-16 [paul]       0.7.4claws13
11311
11312         * src/compose.c
11313                 fix 'dynamic' signatures, make it work again
11314                 broken during sync on 2002-03-14 (0.7.4claws2)
11315
11316 2002-03-15 [match]      0.7.4claws12
11317
11318         * src/addrharvest.[ch]
11319         * src/addrgather.[ch]
11320         * src/addressbook.[ch]
11321         * src/mainwindow.c
11322                 included address harvester feature. still some
11323                 issues with address parsing that I will fix.
11324
11325 2002-03-15 [match]      0.7.4claws11
11326
11327         * src/addrbook.[ch]
11328         * src/addrcache.[ch]
11329         * src/addressbook.[ch]
11330         * src/addrindex.c
11331         * src/editbook.c
11332         * src/importldif.c
11333         * src/importmutt.c
11334         * src/jpilot.[ch]
11335         * src/main.c
11336         * src/syldap.[ch]
11337         * src/vcard.[ch]
11338                 tidy up. fix memory leaks. moved attribs and methods
11339                 from individual interfaces to addrcache object. prep
11340                 for new stuff to come in.
11341
11342 2002-03-15 [alfons]     0.7.4claws10
11343
11344         * src/matcher.[ch]
11345         * src/matcher_parser_parse.y
11346         * src/matcher_parser_lex.l
11347         * src/prefs_matcher.c
11348                 add filtering conditions message greater than, smaller 
11349                 than, and exactly matching a size in bytes
11350                 (does not work with delete from POP3 server yet)
11351
11352                 this should also give others an idea what you should
11353                 do to add new criterions to claws filtering system
11354                 
11355
11356 2002-03-15 [paul]       0.7.4claws9
11357
11358         * tools/filter_conv.pl
11359                 exit if there are no filter rules to convert
11360                 rename filterrc to filterrc.old after completion
11361
11362 2002-03-15 [paul]       0.7.4claws8
11363
11364         * sync with sylpheed 0.7.4cvs3
11365                 see ChangeLog entry 2002-03-14
11366
11367 2002-03-14 [paul]       0.7.4claws7
11368
11369         * src/compose.c
11370                 clean up the last commit (ahem)
11371
11372 2002-03-14 [paul]       0.7.4claws6
11373
11374         * src/compose.c
11375                 fix bug #515655. honour account preferences
11376                 regarding gpg default signing/encryption when 
11377                 changing account from the compose window.
11378
11379 2002-03-14 [paul]       0.7.4claws5
11380
11381         * src/folderview.c
11382                 remove unnecessary curly brackets
11383
11384 2002-03-14 [paul]       0.7.4claws4
11385
11386         * src/folderview.c
11387           src/prefs_filtering.[ch]
11388                 add filter rename on folder rename and filter
11389                 delete on folder delete. Patch submitted by
11390                 Neill Miller <neillm@thecodefactory.org> 
11391
11392 2002-03-14 [christoph]  0.7.4claws3
11393
11394         * src/procmsg.c
11395         * src/send.c
11396                 fix local delivery
11397                 (patch submitted by "Simon 'corecode' Schubert")
11398         * src/prefs_common.c
11399         * src/procmsg.c
11400                 fix gcc 3.0 warning
11401
11402 2002-03-14 [paul]       0.7.4claws2
11403
11404         * sync with sylpheed 0.7.4cvs2
11405                 see ChangeLog entry 2002-03-13
11406
11407 2002-03-12 [darko]      0.7.4claws1
11408
11409         * src/mainwindow.c
11410                 fix what seems to be a copy and paste error
11411                 when setting color for important messages
11412                 (reported by wwp)
11413
11414 2002-03-11 [paul]       version 0.7.4claws released
11415
11416 2002-03-11 [paul]       0.7.4claws
11417
11418         * po/es.po
11419           po/it.po
11420           po/nl.po
11421           po/pt_BR.po
11422                 update message catalogs. Submitted by Ricardo Mones 
11423                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11424                 Fabio Junior Beneditto
11425
11426         * configure.in
11427           faq/Makefile.am
11428           faq/it/Makefile
11429           faq/it/sylpheed-faq*
11430           src/mainwindow.c
11431           src/manual.[ch]
11432                 add FAQ in Italian
11433         
11434
11435 2002-03-11 [jens]       0.7.3claws7
11436
11437         * po/de.po
11438                 updated German translation
11439
11440 2002-03-11 [melvin]     0.7.3claws6
11441
11442         * po/fr.po
11443                 updated and corrected French translation
11444
11445 2002-03-10 [hoa]        0.7.3claws5
11446
11447         * src/account.c
11448         * src/inc.c
11449         * src/prefs_account.c
11450         * src/procmsg.c
11451         * src/send.[ch]
11452                 fixed the local account.
11453                 you have to change the default "/usr/sbin/sendmail"
11454                 to "/usr/sbin/sendmail -t" in the preferences of
11455                 the local account.
11456
11457         * src/procmime.c
11458                 removed some debug display for renderer
11459
11460 2002-03-10 [paul]       0.7.3claws4
11461
11462         * faq/en/sylpheed-faq-1.html
11463           faq/en/sylpheed-faq-2.html
11464                 update
11465
11466 2002-03-09 [paul]       0.7.3claws3
11467
11468         * sync with sylpheed 0.7.4
11469                 see ChangeLog entry 2002-03-09
11470
11471 2002-03-08 [paul]       0.7.3claws2
11472
11473         * faq/en/sylpheed-faq*
11474           faq/es/sylpheed-faq*
11475           faq/fr/sylpheed-faq*
11476                 update the FAQs
11477
11478         * manual/fr/.cvsignore
11479           manual/fr/Makefilea.am
11480           manual/fr/sylpheed*
11481           src/mainwindow.c
11482           src/manual.[ch]
11483                 add the French manual
11484
11485 2002-03-07 [paul]       0.7.3claws1
11486
11487         * sync with sylpheed 0.7.3cvs4
11488                 see ChangeLog entries  2002-03-06 and 2002-03-07
11489         
11490         * po/nl.po
11491                 updated by Wilbert Berendsen
11492
11493 2002-03-07 [melvin]     0.7.2claws34
11494
11495         * src/selective_download.c
11496                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11497
11498 2002-03-06 [paul]       0.7.2claws33
11499
11500         * sync with sylpheed 0.7.3cvs1
11501                 bug fix, see ChangeLog entry 2002-03-05
11502
11503 2002-03-05 [paul]       0.7.2claws32
11504
11505         * src/mimeview.c
11506           src/pgptext.[ch]
11507           src/procmsg.c
11508                 reverse the pgp ascii-armored code implemented in 
11509                 0.7.2claws16. removal of this code until it matures.
11510                 this means that verifying ascii-armored pgp sigs and
11511                 automatic decryption of ascii-armored encrypted
11512                 messages no longer works.
11513
11514 2002-03-05 [paul]       0.7.2claws31
11515
11516         * configure.in
11517           Makefile.am
11518         * faq/Makefile.am
11519         * faq/en/Makefile.am
11520           faq/en/sylpheed-faq.html
11521           faq/en/sylpheed-faq-1.html
11522           faq/en/sylpheed-faq-2.html
11523           faq/en/sylpheed-faq-3.html
11524         * faq/es/Makefile.am
11525           faq/es/sylpheed-faq.html
11526           faq/es/sylpheed-faq-1.html
11527           faq/es/sylpheed-faq-2.html
11528           faq/es/sylpheed-faq-3.html
11529           faq/es/sylpheed-faq-4.html
11530         * faq/fr/Makefile.am
11531           faq/fr/sylpheed-faq.html
11532           faq/fr/sylpheed-faq-1.html
11533           faq/fr/sylpheed-faq-2.html
11534           faq/fr/sylpheed-faq-3.html
11535         * src/Makefile.am
11536           src/defs.h
11537           src/mainwindow.c
11538           src/manual.[ch]
11539                 add FAQs in English, Spanish and French
11540
11541
11542 2002-03-05 [paul]       0.7.2claws30
11543
11544         * manual/en/sylpheed.html
11545           manual/en/sylpheed-XX.html
11546                 updated the English manual
11547
11548 2002-03-05 [hoa]        
11549
11550         * src/summaryview.c
11551                 dialog box pops up if the article can't be deleted.
11552
11553 2002-03-04 [paul]       
11554         
11555         * po/pt_BR.po
11556                 updated by Fabio Junior Benedito
11557
11558 2002-03-04 [hoa]
11559
11560         * removed ac/gpgme.m4
11561                 to avoid autogen common problem
11562                 developers have to install gpgme development package now
11563
11564         * src/compose.c
11565                 encoding to 7bit or 8bit is enabled.
11566
11567 2002-03-03 [alfons]     0.7.2claws29
11568
11569         * src/pop.c
11570                 merge fix by Oliver Haertel for selective
11571                 download buglet
11572
11573 2002-03-03 [paul]       0.7.2claws28
11574         
11575         * sync with sylpheed 0.7.3
11576
11577 2002-03-03 [paul]       0.7.2claws27
11578
11579         * sync with sylpheed 0.7.2cvs24
11580                 see ChangeLog entries 2002-03-02 and 2002-03-03
11581
11582 2002-03-02 [melvin]     0.7.2claws26
11583
11584         * src/inc.[ch]
11585         * src/main.c
11586         * src/mainwindow.c
11587         * src/prefs_common.[ch]
11588                 Added user definable notification on new mail arrival.
11589                 Removed unused variables in spell checker prefs code.
11590
11591 2002-03-02 [melvin]     0.7.2claws25
11592
11593         * src/quote_fmt.c
11594                 Removed unnecessary escape sequences.
11595                 Changed 'Initial...' to 'Initials of Sender'
11596
11597 2002-03-02 [paul]       0.7.2claws24
11598
11599         * sync with sylpheed 0.7.2cvs22
11600                 see ChangeLog entry 2002-03-01
11601
11602 2002-03-01 [hoa]        0.7.2claws23
11603
11604         * src/mainwindow.c
11605                 Set sensitivity of delete actions to active
11606                 even if the folder is a newsgroup.
11607
11608         * src/summaryview.c
11609                 - Set sensitivity of delete actions
11610                 - Added function check_permission() that will check if the
11611                   user is authorized to delete a message. For news, it
11612                   will check if the author is the same.
11613                 - Enabled deletion when there is no trash folder.
11614
11615         * src/news.[ch]
11616                 - Added news_cancel_article() to cancel articles
11617                 - Implemented news_remove_message() (public function)
11618
11619 2002-03-01 [paul]       0.7.2claws22
11620
11621         * src/gtkutils.c
11622           src/textview.c
11623                 recognise urls that that don't include 'http://' and
11624                 simply begin 'www.' 
11625
11626         * AUTHORS
11627                 remove duplicated name
11628
11629 2002-02-28 [paul]       0.7.2claws21
11630
11631         * src/mainwindow.c
11632           src/summaryview.[ch]
11633                 add ability to 'Select thread'
11634                 combines Melvin's "Select thread's head" patch (#510907)
11635                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11636                 patch (#518514) 
11637
11638 2002-02-28 [paul]       0.7.2claws20
11639
11640         * src/mimeview.c
11641                 hopefully fix segfault on right-clicking a mime part
11642                 that some people have experienced.      
11643                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11644
11645 2002-02-28 [paul]       0.7.2claws19
11646
11647         * sync with sylpheed 0.7.2cvs21
11648                 see ChangeLog entries 2002-02-27 and 2002-02-28
11649
11650 2002-02-27 [paul]       0.7.2claws18
11651
11652         * sync with sylpheed 0.7.2cvs18
11653                 see ChangeLog entries 2002-02-26 and 2002-02-27
11654
11655 2002-02-26 [alfons]     0.7.2claws17
11656
11657         * src/procheader.c
11658                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11659                 (spotted by Chris Hessman <idatech@gmx.net>)
11660
11661 2002-02-26 [paul]       0.7.2claws16
11662
11663         * src/mimeview.c
11664           src/pgptext.[ch]
11665           src/procmsg.c
11666                 make decryption of ascii-armored pgp encrypted messages
11667                 and verification of ascii-armored signatures work again.
11668                 slightly altered from the patch by Jens Jahnke 
11669                 <jan0sch@gmx.net>
11670
11671                 ##FIX ME##
11672                 * the checking of plaintext signatures always comes up in 
11673                   a popup box
11674                 * it doesn't work for multipart messages 
11675                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11676                   including the msg headers and these 2 line themselves, are 
11677                   not displayed
11678
11679         * src/mainwindow.c
11680                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11681                 "View/Message View" becomes "View/Separate Message View"
11682                 because its less ambiguous.
11683
11684         * po/es.po
11685                 updated by Ricardo Mones Lastra
11686
11687 2002-02-26 [paul]       0.7.2claws15
11688
11689         * sync with sylpheed 0.7.2cvs17
11690                 see ChangeLog entries 2002-02-25 and 2002-02-26
11691
11692 2002-02-25 [christoph]  0.7.2claws14
11693
11694         * src/filtering.[ch]
11695         * src/inc.c
11696                 do filtering stuff after all messages have been received
11697                   1. drop all messages to .processing
11698                   2. scan processing folder for messages
11699                   3. filter messages or move to inbox
11700                 this will also find old messages left in processing after
11701                 a crash or something like that and we get a real msginfo
11702                 from folder->get_msg_list and do not have to create our
11703                 own in filter_message
11704         * src/matcher_parser_parse.y
11705                 remove MIX/MAX warning (reordered includes)
11706
11707 2002-02-25 [paul]       0.7.2claws13
11708
11709         * sync with sylpheed 0.7.2cvs15
11710                 see ChangeLog entry 2002-02-24
11711
11712 2002-02-24 [alfons]     0.7.2claws12
11713
11714         * src/filtering.c
11715                 clear old color flags first when applying a new color to
11716                 a message info. 
11717                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11718
11719 2002-02-24 [alfons]     0.7.2.claws11
11720         
11721         * AUTHORS
11722         * src/prefs_common.c
11723                 add presets for Opera and Konqueror, closes patch #517261,
11724                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11725
11726 2002-02-24 [alfons]     0.7.2.claws10
11727
11728         * AUTHORS
11729         * src/summaryview.c
11730                 fix threading for null message ids, closes patch #521601,
11731                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11732
11733 2002-02-24 [alfons]     0.7.2claws9
11734
11735         * src/summaryview.c
11736         * src/filtering.c
11737                 make Tool | Filter Message work with filtering system so
11738                 setting flags also works
11739
11740                 TODO:
11741
11742                 - Processing uses the same function as Tool | Filter
11743                   Message, but doesn't use the same update proc yet
11744
11745 2002-02-23 [paul]       0.7.2claws8
11746
11747         * sync with sylpheed 0.7.2cvs14
11748                 see ChangeLog entries 2002-02-22 and 2002-02-23
11749
11750 2002-02-22 [christoph]  0.7.2claws7
11751
11752         * src/quote_fmt.c
11753                 Add column space to table
11754         * src/quote_fmt_parse.y
11755                 Close files
11756
11757 2002-02-22 [paul]       0.7.2claws6
11758
11759         * src/Makefile.am
11760           src/defs.h
11761           src/filtering.c
11762           src/inc.[ch]
11763           src/mainwindow.c
11764           src/matcher.[ch]
11765           src/matcher_parser_lex.l
11766           src/matcher_parser_parse.y
11767           src/pop.[ch]
11768           src/prefs_account.h
11769           src/prefs_filtering.c
11770           src/selective_download.[ch]   *** NEW FILES ***
11771           src/utils.[ch]
11772           po/POTFILES.in
11773                 Selective Download added to 'Tool' menu. 
11774                 Retrieves email headers of the currently selected pop3 
11775                 account and allows the user to mark emails for deletion 
11776                 right on the pop3 server. Patch submitted by Oliver Haertel 
11777                 <oha@users.sourceforge.net>.
11778         
11779         * po/POTFILES.in
11780                 add 'src/quote_fmt.c'           
11781
11782 2002-02-22 [christoph]  0.7.2claws5
11783
11784         * src/Makefile.am
11785                 added quote_fmt.c
11786         * src/prefs_common.[ch]
11787         * src/prefs_template.c
11788         * src/quote_fmt.c               *** NEW FILE ***
11789         * src/quote_fmt.h
11790                 move quote format symbol description code
11791                 to it's own file because it is used from
11792                 differnent code parts
11793                 Rewrote symbol description GUI
11794                   + use table
11795                   + add separators
11796                   + get data from array (no more long constant strings)
11797         * src/quote_fmt_lex.l
11798         * src/quote_fmt_parse.y
11799                 Symbol for Literal % changed to \% instead of %%
11800                 (More logical as \ is used for quoting for other symbols)
11801                 Add |f and |p to include files and program output
11802                 Examples:
11803                     |f{/home/.../.signature}
11804                     |p{date}
11805         * po/de.po
11806                 Correct wrong spelling for "Referenzen"
11807
11808 2002-02-21 [paul]       0.7.2claws4
11809
11810         * src/procmsg.c
11811                 forgotten during sync
11812
11813 2002-02-21 [paul]       0.7.2claws3
11814
11815         * sync with sylpheed 0.7.2cvs11
11816                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11817                 2002-02-20 and 2002-02-21
11818
11819 2002-02-20 [melvin]     0.7.2claws2
11820
11821         * src/prefs_actions.c
11822                 Added error report when child cannot fork or when execvp 
11823                 returns with an error.
11824
11825 2002-02-19 [christoph]  0.7.2claws1
11826
11827         * src/codeconv.c
11828                 return unconverted text if conde conversion is not possible
11829                 when libjconv is used.
11830                 (patch submitted by "Simon 'corecode' Schubert")
11831
11832 2002-02-19 [paul]       
11833
11834         * version 0.7.2claws release
11835
11836 2002-02-19 [paul]       0.7.2claws
11837
11838         * po/nl.po
11839                 updated by Wilbert Berendsen
11840
11841
11842 2002-02-18 [alfons]     0.7.1claws13
11843
11844         * src/syldap.c
11845         * src/jpilot.c
11846                 remove references to dlfcn and explicitly loading functions
11847                 from dynalink libs, because libs linked anyway, and functions
11848                 are loaded explicitly
11849
11850 2002-02-17 [melvin]     0.7.1claws12
11851
11852         * src/prefs_actions.c
11853                 Replaced children wait loop with double fork technique.
11854                 Now, input/output window updated at each new output.
11855                 free_children(): Fixed a memory leak.
11856                 Made input/output window non closable if running children
11857                 still exist.
11858                 Added missing <unistd.h> include.
11859                 Added some --debug outputs.
11860
11861 2002-02-17 [melvin]     0.7.1claws11
11862
11863         * src/summaryview.c
11864                 Fixed bug where descending sort order did not select top
11865                 message.
11866
11867 2002-02-17 [melvin]     0.7.1claws10
11868
11869         * acconfig.h
11870                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11871         * src/prefs_common.c
11872                 Pspell data package directory no more hard coded but
11873                 set during configuration (PSPELL_PATH). (Thanks to 
11874                                 Gustavo Noronha Silva.)
11875
11876 2002-02-17 [melvin]     0.7.1claws9
11877
11878         * configure.in
11879                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11880         * src/gtkspell.c
11881                 Fixed compile-time warnings.
11882
11883 2002-02-16 [alfons]     0.7.1claws8
11884
11885         * src/filesel.c
11886                 fix inadvertent free of NULL pointer which caused
11887                 sylpheed to crash when closing the save-as dialog
11888                 using the window close button
11889
11890 2002-02-16 [carsten]    0.7.1claws7
11891         * src/mainwindow.[ch]
11892           src/summaryview.c
11893           src/prefs_common.c
11894                 fixes for pixmap theming code:
11895                         - recently changed mail attributes shouldn't get
11896                           lost any longer
11897                         - theme is only reloaded iff another theme was
11898                           selected
11899
11900 2002-02-16 [paul]       0.7.1claws6
11901
11902         * sync with sylpheed 0.7.2 release
11903                 see ChangeLog entry 2002-02-15 and 2002-02-16
11904
11905 2002-02-15 [paul]       0.7.1claws5
11906
11907         * sync with sylpheed 0.7.1cvs9
11908                 see ChangeLog entry 2002-02-15
11909
11910         * po/POTFILES.in
11911                 remove unneeded headerwindow.c entry
11912
11913 2002-02-14 [carsten]    0.7.1claws4
11914         * src/summaryview.c
11915                 fixed a bug for "Go to next unread message": there was
11916                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11917                 in the prefs, because of doing "Search again" instead
11918                 "No"
11919
11920 2002-02-14 [carsten]    0.7.1claws3
11921         * src/stock_pixmap.c
11922                 removed 2 more mem leaks; following memprof,
11923                 this code is "leak free" now :)
11924
11925 2002-02-14 [carsten]    0.7.1claws2
11926         * src/stock_pixmap.c
11927                 used opendir/readdir/closedir instead of scandir
11928                 -> code should work now on Solaris
11929
11930 2002-02-14 [paul]       0.7.1claws1
11931
11932         * sync with sylpheed 0.7.1cvs8
11933                 see ChangeLog entries 2002-02-13 and 2002-02-14
11934
11935         * README.claws
11936                 add some description of Actions and Pixmap Themes
11937
11938 2002-02-13 [paul]       
11939
11940         * version 0.7.1claws release
11941
11942 2002-02-13 [paul]       0.7.1claws
11943
11944         * po/es.po
11945           po/it.po
11946           po/pt_BR.po
11947                 updated translations, submitted by Ricardo Mones Lastra,
11948                 Alessandro Maestri and Fabio Junior Beneditto
11949
11950 2002-02-13 [melvin]     0.7.0claws75
11951
11952         * src/prefs_actions.c
11953                 Added missing "signal.h" include
11954
11955 2002-02-13 [melvin]     0.7.0claws74
11956
11957         * src/prefs_folder_item.c
11958                 Added missing "config.h" include
11959         * po/fr.po
11960                 Updated French translation for folder propriety.
11961
11962 2002-02-13 [jens]       0.7.0claws73
11963
11964         * po/POTFILES.in
11965                 Added missing src/prefs_folder_item.c [log added by melvin]
11966         * po/de.po
11967                 Updated German translation.
11968
11969 2002-02-13 [melvin]     0.7.0claws72
11970
11971         * po/fr.po
11972                 Updated French translation.
11973
11974 2002-02-13 [melvin]     0.7.0claws71
11975
11976         * src/gtkutils.c
11977                 Made gtkut_editable_get_selection return NULL if selection
11978                 is of length zero.
11979                 This fixes a bug where selecting part of message A then
11980                 switching to message B and replying to it will not
11981                 quote the message's body.
11982
11983 2002-02-12 [paul]       0.7.0claws70
11984
11985         * src/mainwindow.c
11986                 cosmetic, relating to pixmap themes: on toolbar make 
11987                 updating of 'Exec' and 'Compose news/Compose email'
11988                 icons faster.
11989
11990 2002-02-12 [carsten]    0.7.0claws69
11991         * src/folderview.c
11992           src/mainwindow.[ch]
11993           src/stock_pixmap.c
11994           src/summaryview.c
11995           src/prefs_common.c
11996                 - refreshing after changing pixmap theme better
11997                   now (thanks Paul)
11998                 - wanted to remove some mem leaks, but alfons was
11999                   faster (and had the better solution ;)
12000
12001 2002-02-12 [alfons]     0.7.0claws68
12002
12003         * src/prefs_common.c
12004         * src/stock_pixmap.[ch]
12005                 plug mem leaks, refactor code a little bit
12006
12007
12008 2002-02-12 [sergey]     0.7.0claws67
12009
12010         * src/imap.c
12011                 Fixed problem with copying messages to IMAP folders when the
12012                 server uses something other than '/' as a namespace separator
12013                 (cyrus-imapd uses '.').
12014
12015 2002-02-12 [jens]       0.7.0claws66
12016
12017         * po/de.po
12018                 Updated German Translation
12019
12020 2002-02-12 [paul]       0.7.0claws65
12021
12022         * sync with sylpheed 0.7.1cvs1
12023                 see ChangeLog entry 2002-02-12
12024
12025 2002-02-12 [melvin]     0.7.0claws64
12026
12027         * src/prefs_actions.c
12028                 Fixed "feature" where children's output was duplicated 
12029                 instead of refreshed while monitoring.
12030                 Removed some debug code.
12031
12032 2002-02-12 [christoph]  0.7.0claws63
12033
12034         * src/compose.c
12035                 always delete message from queue after sending/send error
12036                 (closes bug #509601)
12037
12038 2002-02-12 [melvin]     0.7.0claws62
12039
12040         * src/prefs_actions.c
12041                 Children wait loop is now triggered with a timeout of 1s
12042                 Added %F which is replaced with the list of filenames 
12043                 of all selected messages (as suggested by Ricardo Mones Lestra)
12044                 Pipe syntax changed. Prefix with | to send selection, postfix
12045                 with | to retrieve output. Prefix with > or * to send
12046                 user definable input to the command (*: input is hidden)
12047                 Old pipe action should now be postfixed with |, too.
12048
12049 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12050         * src/stock_pixmap.c
12051                 fixed a bug: if there's no theme directory don't
12052                 throw an error, just do "nothing" (thanks Alfons)
12053
12054 2002-02-12 [carsten]    0.7.0claws60
12055         * src/folderview.c
12056           src/summaryview.c
12057                 had to write the cache twice (nasty!); some marks would 
12058                 get lost if not
12059
12060 2002-02-11 [carsten]    0.7.0claws59
12061         * acconfig.h
12062           configure.in
12063           doc-src/maintainer_guide.txt
12064           src/compose.[ch]
12065           src/defs.h
12066           src/folderview.[ch]
12067           src/gtkutils.[ch]
12068           src/mainwindow.[ch]
12069           src/prefs_common.[ch]
12070           src/stock_pixmap.[ch]
12071           src/summaryview.[ch]
12072                 pixmap theming and related work on pixmap
12073                 handling on some other places
12074                 (e.g. hrm features for all folder)
12075           src/pixmap/stock_*.xpm -> the stock_ was removed
12076         
12077 2002-02-11 [paul]       0.7.0claws58
12078
12079         * sync with sylpheed 0.7.1 release
12080                 see ChangeLog entries 2002-02-11
12081
12082 2002-02-08 [paul]       0.7.0claws57
12083
12084         * sync with sylpheed 0.7.0cvs39
12085                 see ChangeLog entry 2002-02-07 (last entry) 
12086
12087         * src/prefs_actions.c
12088           src/prefs_filtering.c
12089           src/prefs_matcher.c
12090           src/prefs_scoring.c
12091                 sync: made it compile with C compilers other than gcc
12092
12093 2002-02-07 [paul]       0.7.0claws56
12094
12095         * sync with sylpheed 0.7.0cvs38
12096                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12097                 2002-02-07
12098
12099 2002-02-07 [darko]      0.7.0claws55
12100
12101         * src/gtkutils.[ch]
12102         * src/summaryview.c
12103                 Fix const gchar */gchar * issue (thanks Hiro)
12104
12105 2002-02-07 [darko]      0.7.0claws54
12106
12107         * src/compose.[ch]
12108         * src/filtering.c
12109         * src/gtkutils.[ch]
12110         * src/prefs_template.c
12111         * src/quote_fmt.h
12112         * src/quote_fmt_parse.y
12113         * src/summaryview.c
12114         * src/utils.[ch]
12115                 When replying or forwarding an email don't quote the entire
12116                 mail body but use the part of the message text that is selected
12117
12118 2002-02-06 [melvin]     0.7.0claws53
12119
12120         * src/prefs_common.[ch]
12121         * src/gtkspell.[ch]
12122         * src/compose.c
12123                 Made possible to switch quickly to last used dictionary
12124                 which makes checking bilingual documents easier.
12125
12126 2002-02-06 [melvin]     0.7.0claws52
12127         
12128         * po/POTFILES.in
12129                 Added forgotten new file src/prefs_actions.c
12130
12131 2002-02-06 [melvin]     0.7.0claws51
12132
12133         * src/prefs_actions.c   ** NEW FILE **
12134         * src/prefs_actions.h   ** NEW FILE **
12135                 Added actions to execute on message text view, or on the
12136                         message's file.
12137         * src/Makefile.am
12138                 Added src/prefs_actions.[ch]
12139         * src/compose.c
12140                 Added new menu "Edit/Actions"
12141         * src/defs.h
12142                 Added new actionsrc file.
12143         * src/main.c
12144                 Added actionsrc reading.
12145         * src/mainwindow.c
12146                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12147         * src/prefs_common.h
12148                 Added new element actionslst element to prefs_common.
12149
12150 2002-02-06 [paul]       0.7.0claws50
12151
12152         * sync with sylpheed 0.7.0cvs36
12153                 see ChangeLog entry 2002-02-06
12154
12155 2002-02-05 [paul]
12156
12157         * po/es.po
12158                 updated by Ricardo Mones Lastra
12159
12160 2002-02-05 [paul]       0.7.0claws49
12161
12162         * sync with sylpheed 0.7.0cvs33
12163                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12164
12165 2002-02-05 [paul]       0.7.0claws48
12166
12167         * src/compose.c
12168                 re-add 'Edit/Advanced/Delete entire line', previously named
12169                 'Delete Line+'
12170
12171 2002-02-04 [paul]       0.7.0claws47
12172
12173         * src/compose.c
12174           src/summaryview.c
12175                 fix bug #494993 (Reply All not taking Reply-To into consi)
12176                 eliminate differences in behaviour of right-click 'Reply to all' 
12177                 in summary view and 'Reply to all' on the toolbar. 
12178                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12179                 view and From gets ignored by 'Reply to all' on toolbar.
12180                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12181                 From when no Reply-To header is present.
12182
12183 2002-02-04 [paul]       0.7.0claws46
12184
12185         * sync with sylpheed 0.7.0cvs30
12186                 see ChangeLog entries 2002-02-03 and 2002-02-04
12187
12188 2002-02-03 [melvin]     0.7.0claws45
12189
12190         * src/gtkspell.[ch]
12191                 Readded function to highlight all misspelled words.
12192                 Fixed bug where user-provided-words did not replace
12193                         correctly the misspelled word when using the mouse.
12194                 Fixed bug where checking a region selected from right to left did
12195                         not check the region at all.
12196                 Fixed bug where 'Check backwards' may not check at all. 
12197                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12198                 Fixed possible buffer overflow when checking for long strings (>1k).
12199                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12200                 Accelerators code uses now gtk_widget_add_accel.
12201                 Removed and disabled obsolete and unfinished code.
12202                 Cleaning up.
12203
12204         * src/compose.c
12205                 Added menu item to Highlight all misspelled words.
12206
12207 2002-02-01 [paul]       0.7.0claws44
12208
12209         * src/mainwindow.c
12210                 fix '/View/Hide read messages' sensitivity when all
12211                 messages in a folder are hidden
12212
12213 2002-02-01 [paul]       0.7.0claws43
12214
12215         * src/main.c
12216                 add --send option to command line interface, sends all
12217                 queued mail. Patch submitted by Ricardo Mones Lastra.
12218
12219 2002-01-31 [paul]       0.7.0claws42
12220
12221         * src/mainwindow.c
12222                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12223
12224 2002-01-31 [paul]       0.7.0claws41
12225
12226         * sync with sylpheed 0.7.0cvs27
12227                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12228                 and 2002-01-31
12229
12230         * src/textview.c
12231                 comment out elements of textview_show_part() as temporary
12232                 workaround for attachment 'Display as text' bug 
12233
12234         * po/pt_BR.po
12235                 updated by Fabio Junior Beneditto
12236
12237 2002-01-30 [paul]       0.7.0claws40
12238
12239         * sync with sylpheed 0.7.0cvs24
12240                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12241                 and 2002-01-30
12242
12243         * src/compose.c
12244                 add {N_("/_Spelling"), ... "<Branch>"} to 
12245                 GtkItemFactoryEntry compose_entries[]
12246
12247         * src/prefs_common.c
12248                 add claws menu items to prefs_keybind_apply_clicked()
12249                 and remove non-claws menu items
12250
12251 2002-01-29 [paul]       0.7.0claws39
12252
12253         * sync with sylpheed 0.7.0cvs22
12254                 see ChangeLog entries 2002-01-28 and 2002-01-29
12255
12256 2002-01-28 [melvin]     0.7.0claws38
12257
12258         * src/compose.c
12259                 Added the declartion of compose_send_control_enter.
12260
12261         * src/compose.c
12262         * src/gtkspell.[ch]
12263                 Added in a 'Spelling' menu which includes the configuration menu. 
12264                 Added a real 'Check all' and got rid from the old one which only
12265                 highlited misspelled word.
12266                 Made 'Check while typing' a disableable option.
12267                 Added a dialog when there are no more misspelled word.
12268                 Added a dialog if error occurs when switching to a dictionary.
12269         
12270         * src/prefs_common.[ch]
12271                 Added option for the default 'Check while typing' option.
12272
12273
12274 2002-01-28 [alfons]     0.7.0claws37
12275
12276         * src/compose.c
12277                 fix buglet and make code comply with sylpheed code style
12278
12279 2002-01-28 [paul]       0.7.0claws36
12280
12281         * sync with sylpheed 0.7.0cvs19
12282                 see ChangeLog entries for 2002-01-28
12283
12284 2002-01-28 [hoa]        0.7.0claws35
12285
12286         * src/defs.h
12287                 added rendererrc
12288
12289         * src/main.c
12290                 read the renderer config
12291
12292         * src/procmime.[ch]
12293                 use the renderer config to convert mime attachments
12294
12295         * src/textview.c
12296                 don't use textview_show_html/ertf,
12297                 use get_text_content instead
12298
12299 2002-01-27 [alfons]     0.7.0claws34
12300         
12301         * src/news.c
12302                 make sylpheed believe it can delete a news message...
12303                 (messages are NOT deleted, maybe we should remove
12304                 processing from the folder properties after all.)
12305
12306 2002-01-27 [alfons]     0.7.0claws33
12307
12308         * src/folder.c
12309                 add extra checks
12310         * src/news.c
12311                 implement remove_msg() 
12312
12313 2002-01-27 [alfons]     0.7.0claws32
12314
12315         * src/procmsg.h
12316         * src/procheader.c
12317         * src/messageview.c
12318                 fix return receipt / disposition notification again. this
12319                 stuff seems to break on _every_ major summary UI change, so
12320                 it's now implemented using a flag which is saved in the
12321                 marks cache
12322                 
12323 2002-01-26 [alfons]     0.7.0claws31
12324
12325         * src/import.c
12326                 let import dialog show the destination folder identifier
12327
12328 2002-01-26 [melvin]     0.7.0claws30
12329
12330         * src/folderview.c
12331         * src/summaryview.c
12332                 Readded 'Mark all read' into summary view popup menu
12333                 Added 'Mark all read' in folder view popup menu for IMAP
12334                 and NNTP.
12335                 Made it insensitive if the selected folder is not the shown
12336                 one to avoid 'Mark all read' on the wrong folder.
12337                 
12338 2002-01-26 [paul]       0.7.0claws29
12339
12340         * src/folderview.c
12341           src/summaryview.c
12342                 move 'Mark all read' from summary view to folder view
12343                 menu. (adapted from) patch submitted by Jeremy Andrews,
12344                 <lists@kerneltrap.com>
12345
12346 2002-01-25 [alfons]     0.7.0claws28
12347
12348         * src/gtkstext.c
12349                 put the gtk class name back so GtkSText adapts the 
12350                 settings of GtkText
12351
12352 2002-01-25 [alfons]     0.7.0claws27
12353
12354         * src/folderview.c 
12355                 assimilate Ricardo's patch that shows pixmaps instead of
12356                 plain "new" and "unread" texts in the folder view column
12357                 headers 
12358
12359 2002-01-25 [paul]       0.7.0claws26
12360
12361         * src/Makefile.am
12362                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12363                 be found in non-standard locations. 
12364                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12365
12366 2002-01-25 [paul]       0.7.0claws25
12367
12368         * sync with sylpheed 0.7.0cvs16
12369                 see ChangeLog entry 2002-01-25
12370
12371 2002-01-24 [paul]       0.7.0claws24
12372
12373         * more sync with sylpheed 0.7.0cvs15
12374                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12375
12376 2002-01-23 [sergey]     0.7.0claws23
12377
12378         * src/importldif.c
12379                 Fixed segfault when closing LDIF import wizard with
12380                 the window manager.
12381         * src/imageview.c
12382         * src/imageview.h
12383         * src/messageview.c
12384         * src/mimeview.c
12385                 Fixed wrong scrolling position after switching between
12386                 text and image parts.
12387
12388 2002-01-23 [paul]       0.7.0claws22
12389
12390         * sync with sylpheed 0.7.0cvs15
12391                 see ChangeLog entries 2002-01-22 and 2002-01-23
12392
12393 2002-01-21 [melvin]     0.7.0claws21
12394
12395         * src/prefs_scoring.c
12396         * src/prefs_filtering.c
12397                 Fixed bug where scoring and filtering windows stopped
12398                 autochecking.
12399
12400 2002-01-21 [paul]       0.7.0claws20
12401
12402         * sync with sylpheed 0.7.0cvs12
12403                 see ChangeLog entries 2002-01-20 and 2002-01-21
12404
12405 2002-01-21 [carsten]    0.7.0claws19
12406         * src/mainwindow.c
12407         * src/menu.[ch]
12408         * src/messageview.[ch]
12409         * src/summaryview.[ch]
12410                 changes to shortcuts handling again:
12411                         + "Q" now controled by mainwin
12412                         + v/V are now customizable and have slightly
12413                           different meanings
12414                 the "button" to minimize the messageview (and maximize
12415                 the summary view) is a real button now
12416         * src/compose.c
12417                 "Delete Line+" added to Edit/Advanced (this will also
12418                 delete the '\n')
12419
12420 2002-01-20 [melvin] 0.7.0claws18
12421
12422         * src/addressbook.c
12423                 Made "Bcc" sensitive when addressbook is called from
12424                 compose window (it was a Claws only bug).
12425
12426 2002-01-19 [alfons] 0.7.0claws17
12427
12428         * src/inc.c
12429                 prevent unnecessary updates when currently selected folder has
12430                 no new messages 
12431
12432 2002-01-19 [alfons] 0.7.0claws16
12433         
12434         * src/summaryview.c
12435                 prevent writing the cache based on current message list in summary 
12436                 view when filtering also put messages in currently selected folder
12437
12438 2002-01-19 [paul]
12439
12440         * po/it.po
12441                 Italian translation submitted by Alessandro Maestri
12442                 <a.maestri@cs.tin.it>
12443
12444 2002-01-18 [melvin]     0.7.0claws15
12445
12446         * src/prefs_filters.c
12447                 fixed bug where 'cancel' from 'filters' window stops autochecking
12448                 if the timer timed out  when the window was open.
12449
12450 2002-01-18 [match]      0.7.0claws14
12451
12452         * src/addrclip.[ch]     ** NEW FILE **
12453         * src/addrselect.[ch]   ** NEW FILE **
12454         * src/adbookbase.h      ** NEW FILE **
12455                 addressbook cut, copy and paste
12456         * src/addrbook.[ch]
12457         * src/addrcache.[ch]
12458         * src/addressitem.h
12459         * src/addrindex.[ch]
12460         * src/addritem.[ch]
12461         * src/importldif.c
12462         * src/importmutt.c
12463         * src/jpilot.[ch]
12464         * src/syldap.[ch]
12465         * src/vcard.[ch]
12466         * src/jpilot.[ch]
12467         * src/editbook.c
12468         * src/editjpilot.c
12469         * src/editldap.c
12470         * src/editvcard.c
12471                 support for copy/paste
12472         * src/addressbook.c
12473                 support for copy/paste
12474                 tidy up menu option processing
12475                 correct address list function arguments
12476         * src/editaddress.c
12477                 sort user attributes
12478         * src/ldif.h
12479         * src/mutt.h
12480                 tidy up
12481
12482         * src/addrbook.[ch]
12483         * src/addrbook.[ch]
12484         * src/addrbook.[ch]
12485                 
12486
12487 2002-01-18 [paul]       0.7.0claws13
12488
12489         * sync with sylpheed 0.7.0cvs8
12490                 configure.in: support Mac OS X (Darwin)
12491
12492 2002-01-18 [carsten]    0.7.0claws12
12493         * src/html.c
12494                 small hack to fix a segfault with an empty href
12495                 (reported by Alexandra Walford <deeni@altern.org>)
12496         * src/mainwindow.c
12497         * src/summaryview.c
12498                 the shortcuts for Mark und Mark as unread are hardcoded
12499                 again
12500         * src/compose.c
12501         * src/gtkstext.[ch]
12502                 readded the shortcuts in gtkstext but made them
12503                 customizeable (simply by adding a menu plus a wrapper
12504                 to compose.c)
12505
12506 2002-01-17 [melvin]     0.7.0claws11
12507
12508         * src/gtkspell.c
12509                 fix default dictionary not being saved.
12510
12511 2002-01-16 [darko]      0.7.0claws10
12512
12513         * src/compose.c
12514                 fix wrapping crash with URL longer than wrapping margin
12515
12516 2002-12-08 [hoa]        0.7.0claws10
12517
12518         * src/matcher_parser_parse.y
12519                 fixed some bugs
12520
12521         * src/prefs_filtering.c
12522                 now, we can use bounce action in the dialog box.
12523
12524 2002-01-16 [carsten]    0.7.0claws9
12525         * src/gtkstext.c
12526                 removed the <control> and <alt> shortcuts because they're
12527                 not needed and interefered with the "normal" shortcuts
12528         * src/mainwindow.c
12529         * src/summaryview.c
12530                 removed most of the hardcoded shortcuts and assigned
12531                 them to menu entries making them easy customizable by
12532                 that
12533
12534 2002-01-16 |melvin]     0.7.0claws8
12535
12536         * src/gtkspell.c
12537                 fixed bug where using the mouse and when the compose
12538                 window is not on top may result in a crash.
12539
12540 2002-01-16 [melvin]     0.7.0claws7
12541
12542         * src/compose.c
12543                 fixed a long standingspell checker bug which could 
12544                 cause a crash after sending a message.
12545
12546 2002-01-16 [paul]       0.7.0claws6
12547
12548         * sync with sylpheed 0.7.0cvs7
12549                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12550                 2002-01-15, and 2002-01-16
12551
12552 2002-01-16 [melvin]     0.7.0claws5
12553
12554         * README.claws
12555         * src/compose.c
12556         * src/gtkspell.[ch]
12557         * src/main.c
12558                 Heavily modified spell checker code to work around
12559                 ispell bug, to add keyboard shortcuts and for future
12560                 enhancements. See README.claws for usage information.
12561
12562 2002-01-15 [alfons]     0.7.0claws4
12563         
12564         * src/summaryview.c
12565                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12566                 so sorting within threads reflects sort mode
12567
12568 2002-01-15 [christoph]  0.7.0claws3
12569
12570         * src/procmsg.c
12571                 added alertpanel if mail sending failed
12572
12573 2002-01-15 [alfons]     0.7.0claws2
12574         
12575         * src/prefs_filtering.c
12576                 don't stop timer when prefs filtering dialog is opened
12577
12578 2002-01-14 [alfons]     0.7.0claws1
12579
12580         * src/addr_compl.c
12581         * src/prefs.c
12582                 remove debug_print()s for privacy reasons
12583
12584 2002-01-14 [darko]      0.7.0claws
12585
12586         * README.claws
12587                 quotation wrapping is now also in the main branch
12588
12589 2002-01-14 [paul]
12590
12591         * tools/filter_conv.pl
12592                 allow for Boolean Op and case-sensitivity
12593                 this file is included in the release and tagged
12594                 'rel_0_7_0'
12595
12596 2002-01-13 [paul]       0.7.0claws
12597
12598         * release 0.7.0, with cvs tag 'rel_0_7_0'
12599
12600 2002-01-13 [paul]
12601
12602         * tools/filter_conv.pl
12603         * tools/README
12604                 rewritten to output to matcherrc instead of filteringrc
12605
12606         * po/es.po
12607                 updated Spanish translation by Ricardo Mones Lastra
12608
12609 2002-01-13 [alfons]
12610
12611         * po/nl.po
12612                 update dutch translation
12613
12614 2002-01-13 [paul]
12615
12616         * po/pt_BR.po
12617                 Updated by Fabio Junior Beneditto 
12618
12619 2002-01-13 [melvin]     0.6.6claws53
12620
12621         * po/fr.po
12622                 Updated french translation
12623
12624 2002-01-12 [alfons]     0.6.6claws52
12625
12626         * src/filtering.c
12627                 plug mem leak that has been sitting there for ages              
12628
12629 2002-01-12 [alfons]     0.6.6claws51
12630
12631         * src/summaryview.c
12632                 undo melvin's changes from 0.6.6claws48 because summary
12633                 view now refuses to select first unread message when
12634                 selecting a folder 
12635
12636 2002-01-11 [alfons]     0.6.6claws50
12637
12638         * src/import.c
12639                 use claws' semantics for getting folder item when
12640                 importing an mbox file into a folder 
12641                 (submitted by Dale P. Smith)
12642
12643 2002-01-11 [christoph]  0.6.6claws49
12644
12645         * src/prefs.h
12646                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12647                 toggle widget, because non static prefs can not use
12648                 prefs_set_* functions
12649         * src/prefs_account.c
12650                 toggle smtp auth password field sensitivity if
12651                 user id is empty and add descrition of usage for
12652                 these fields
12653         * src/prefs_folder_item.c
12654                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12655                 callbacks
12656
12657 2002-01-11 [melvin]     0.6.6claws48
12658
12659         * src/compose.c
12660                 fix the 'Ctrl-Enter' feature for sending and test really
12661                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12662                 editables which was not documented in Gtk)
12663
12664         * src/summaryview.c
12665                 Made summaryview refresh after sorting and not before.
12666
12667 2002-01-11 [christoph]  0.6.6claws47
12668
12669         * src/compose.c
12670                 select account from account ids if possible and
12671                 correctly set save folder for copy in reedit
12672
12673 2002-01-10 [paul]       0.6.6claws46
12674
12675         * sync with sylpheed 0.7.0 release
12676                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12677                 2002-01-09
12678
12679 2002-01-09 [alfons]
12680
12681         * src/summaryview.c
12682                 remove more dirt traces...
12683
12684 2002-01-09 [alfons]
12685         
12686         * src/summaryview.c
12687                 clean up some traces of my debugging stuff
12688
12689 2002-01-09 [alfons]     0.6.6claws45
12690
12691         * src/filtering.c
12692                 break up filteringprop_apply() in three separate pieces
12693                 so we can drop messages that failed processing in the
12694                 inbox
12695
12696         * src/summaryview.c
12697                 fix bug #469598 "no refresh of inbox after filter" which 
12698                 was introduced by the new summary view locking, and which 
12699                 prevented the summary view to update after a manual filter 
12700                 message. claw's filter message requires a summary_show().
12701                 (aargh, summary_show() again! :-)
12702                 
12703 2002-01-07 [alfons]     0.6.6claws44
12704
12705         * src/headerwindow.c
12706         * src/logwindow.c
12707         * src/messageview.c
12708         * src/sourcewindow.c
12709                 bring in Hiro's last 0.7.0 wm class fixes
12710
12711         * tools/sylprint.pl
12712                 bring in Ricardo's fix for sylprint script
12713
12714         * AUTHORS       
12715         * src/rfc2015.[ch]
12716         * src/prefs_common.[ch]
12717         * src/prefs_account.[ch]
12718         * src/compose.c
12719                 clean up account preference poison in rfc2015,
12720                 and preparation to fix double sign bug 
12721                 (patch submitted by Simon 'corecode' Schubert)
12722
12723 2002-01-07 [christoph]  0.6.6claws43
12724
12725         * src/mh.c
12726                 search for free message number, do not only rely
12727                 on last_num
12728         * src/send.c
12729                 fix smtp auth and use extra account information
12730                 if available, if not use pop3 data instead
12731                 (closes bug #500341)            
12732         * src/ssl.[ch]
12733                 match coding style
12734
12735 2002-01-06 [alfons]     0.6.6claws42
12736
12737         * src/mainwindow.c
12738                 try making the separate windows work again...
12739
12740 2002-01-06 [alfons]     0.6.6claws41
12741
12742         * src/mainwindow.c
12743                 adapt Hiro's separate window menu (to get rid of the funny
12744                 duplicate menu items), and make it work again
12745
12746 2002-01-06 [alfons]     0.6.6claws40
12747
12748         * tools/Makefile.am
12749         * tools/sylprint.rc
12750         * tools/sylprint.pl
12751         * tools/README.sylprint
12752                 add sylprint script for printing mails from Sylpheed
12753                 (contributed by Ricardo Mones Lastra)
12754
12755         * src/acount.c
12756                 clean up
12757
12758 2002-01-06 [melvin]     0.6.6claws39
12759
12760         * src/mainwindow.c
12761         * src/summaryview.c
12762                 Fixed crash introduced in 0.6.6claws38 by the menu
12763                 reorganisation (Hide read messages)
12764         
12765         * ChangeLog.claws 
12766                 Fixed typo (we are now in 2002, alfons ;) )
12767
12768 2002-01-05 [alfons]     0.6.6claws38
12769
12770         * sync with sylpheed 0.6.6cvs10-17
12771                 (last stuff marked as LAST_STABLE)
12772
12773 2002-01-04 [melvin]     0.6.6claws37
12774
12775         * src/account.c
12776                 Made account selection code use strcasestr again instead of
12777                 g_strcasecmp (fixes bug where reediting queued messages
12778                 did not select proper account reported by T. Link).
12779         
12780         * src/folderview.c
12781                 Fix bug where folder icons are not shown when 'hide read messages'
12782                 is on.
12783         
12784         * src/stock_pixmaps.[ch]
12785                 Added folder icons for 'hide read messages'.
12786         
12787         * src/compose.c
12788                 Fixed bug where 'Enter' in a header entry will send the message 
12789                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12790
12791 2002-01-03 [melvin]     0.6.6claws36
12792         
12793         * src/prefs.[ch]
12794                 Added popup menu for common preferences and
12795                 account preferences (right click on tab displays
12796                                 a menu of all tabs.)
12797
12798 2002-01-02 [melvin]     0.6.6claws35
12799
12800         * src/gtkspell.[ch]
12801                 Made spelling code compatible with undo/redo feature.
12802                 Added creation of suggestion mode menu for the general
12803                         preferences.
12804         
12805         * src/prefs_common.[ch]
12806                 Added option menu for the speller's suggestion mode.
12807                 Added missing spaces in "..." buttons and made a "..."
12808                         button non translatable!
12809         
12810         * src/compose.c
12811                 Made speller use the default suggestion mode.
12812                 Hack to make it possible to choose 'CTRL-Enter' as a
12813                         shortcut for sending (and only for sending).
12814
12815         * src/prefs_folder_item.c
12816                 Changing subject simplification does not update cache 
12817                         anymore (because it is unnecessary).
12818                 Fixed bug where changing subject simplification updated the 
12819                         summaryview even when the viewed folder is not the
12820                         folder which properties are being changed. (E.g. 
12821                                         viewing folder A and changing
12822                                         the subject simplification of 
12823                                         folder B -not being viewed- updated the 
12824                                         summaryview of folder A with data of
12825                                         folder B). (Hope this is clear... )
12826
12827 2001-12-31 [alfons]     0.6.6claws34
12828         
12829         * src/ldif.c
12830         * src/mutt.c
12831                 fgetc() returns a signed integer which doesn't
12832                 fit in a char. so c truncates this to a char
12833                 but we may lose significant bits. i.e. we may
12834                 comparing 0xFF which may not be equal to -1
12835                 unless properly casted to signed char which
12836                 we won't do because fgetc() returns a signed
12837                 integer which doesn't fit in a char. so c 
12838                 truncates this to a char but we may lose 
12839                 significat bits. (you got the idea, thanks
12840                 to Gustavo Noronha Silva <kov@debian.org>
12841                 and the Debian folks!)
12842
12843 2001-12-30 [alfons]     0.6.6claws33
12844
12845         * src/prefs_common.c
12846                 add #ifdef USE_PSPELLs that Melvin forgot               
12847
12848 2001-12-30 [melvin]     0.6.6claws32
12849         
12850         * src/prefs_common.[ch]
12851                 Added configurable color for misspelled words.
12852
12853         * src/gtkspell.[ch]
12854                 Fixed bug of foreground text color (reported by David
12855                                 Mehrmann)
12856                 Added configurable color for misspelled words.
12857
12858 2001-12-30 [alfons]     0.6.6claws31
12859
12860         * src/folder.c
12861                 remove unnecessary things someone put there
12862
12863         * src/mh.c
12864         * src/folder.[ch]
12865                 make folder properties (like threading and sorting) persistent
12866                 (closes bug #497424 "rescan folder tree resets proprieties")
12867                 currently this is only for MH folders. 
12868
12869 2001-12-29 [melvin]     0.6.6claws30
12870
12871         * src/string_match.[ch]
12872                 Optimized a bit: regexp pattern buffer compiled only once, and
12873                   one subroutine call removed. Fixed ^ regexp search: Now, 
12874                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12875         
12876         * src/summaryview.c
12877                 Subject filtering changed to filter summary columns and
12878                   not directly the messages subject cache. The loss in 
12879                   performance is balanced by the improvement of string_match.
12880                 Added an alert panel if there is an error in the regexp.
12881
12882         * src/src/prefs_folder_item.h
12883                 Added a regexp pattern buffer.
12884
12885 2001-12-28 [alfons]     0.6.6claws29
12886
12887         * src/string_match.[ch]
12888                 clean up name space
12889                 allow compilation *BSD
12890
12891 2001-12-27 [alfons]     0.6.6claws28
12892
12893         * src/filter.c
12894                 sync the Hiro's bug fix for BSD
12895
12896 2001-12-27 [melvin]     0.6.6claws27
12897         
12898         * src/compose.c
12899                 Simplify focus to subject entry code.
12900
12901 2001-12-27 [darko]      0.6.6claws26
12902
12903         * src/filtering.c
12904         * src/mbox_folder.c
12905         * src/messageview.c
12906         * src/mh.c
12907         * src/procheader.[ch]
12908         * src/procmsg.h
12909         * src/stock_pixmap.[ch]
12910         * src/summaryview.c
12911                 Show key icon for encrypted mails in summary view
12912
12913         * src/pixmaps/clip.xpm
12914         * src/pixmaps/clipkey.xpm
12915         * src/pixmaps/key.xpm
12916                 New/modified icons for the above
12917
12918 2001-12-27 [melvin]     0.6.6claws25
12919
12920         * src/prefs_common.c
12921                 Put spell checker options in a separate tab to decrease
12922                 the Common Preferences window height.
12923
12924         * README.claws  
12925                 Update spell checker usage instruction about its options
12926                 location.
12927
12928 2001-12-27 [melvin]     0.6.6claws24
12929
12930         * src/compose.c
12931                 Changed subject entry widget position. Initial focus is
12932                 on the To header instead of the subject entry.
12933                 Creating a new header scrolls the header list to make the
12934                 created one visible. Nevertheless, when automatically filling
12935                 headers, the first one is shown.
12936                 A Tab key press in the last empty header entry zips the 
12937                 focus to the subject entry.
12938                 (I did not change the combo boxes, yet)
12939
12940 2001-12-26 [alfons]     0.6.6claws23
12941
12942         * src/prefs_account.c
12943         * src/inc.c
12944                 allow default inbox to reside in another mailbox (only
12945                 works for POP3 accounts)
12946
12947 2001-12-26 [alfons]     0.6.6claws22
12948         
12949         * src/textview.c
12950                 make reply-on-click work with the account of the selected folder
12951         * src/compose.c
12952                 put a fixme here to remind me to fix finding correct default
12953                 account for nested folders
12954
12955 2001-12-25 [alfons]     0.6.6claws21
12956
12957         * src/summaryview.c
12958                 make column headers display locked and mark pixmaps (idea by Melvin) 
12959                 fix bug by adding score and locked column type to sort array
12960
12961 2001-12-25 [alfons]     0.6.6claws20
12962         
12963         * src/summaryview.c
12964                 catch a *potentially* inadvertent write back of  
12965                 the message cache(s) introduced by 0.6.5claws37
12966
12967 2001-12-25 [christoph]  0.6.6claws19
12968
12969         * src/stock_pixmap.[ch]
12970         * src/summaryview.c
12971                 add ignore thread pixmap
12972                 (can someone draw a better icon for this?)
12973
12974 2001-12-24 [alfons]     0.6.6claws18
12975
12976         * src/prefs_folder_item.c
12977                 make address completion actually work for the
12978                 Default To address in the Folder Property dialog.
12979
12980 2001-12-24 [alfons]     0.6.6claws17
12981         
12982         * src/summaryview.c
12983                 use new style regexp for subject stripping 
12984                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12985
12986 2001-12-24 [darko]      0.6.6claws16
12987
12988         * src/pgptext.c
12989         * src/rfc2015.c
12990                 move GPG related informational messages to debug mode
12991
12992 2001-12-23 [alfons]     0.6.6claws15
12993
12994         * src/stock_pixmap.[ch]
12995         * src/summaryview.c
12996                 add the forgotten Claws' locked pixmap
12997
12998 2001-12-23 [alfons]     0.6.6claws14
12999
13000         * src/filesel.c
13001                 accept file name typed in entry in multi file
13002                 selector (patch submitted by Gustavo Noronha Silva 
13003                 <kov@debian.org>)
13004
13005 2001-12-23 [alfons]     0.6.6claws13
13006
13007         * src/prefs_filter.c
13008         * src/prefs_filtering.c
13009         * src/matcher.c
13010         * src/importmutt.c
13011                 clean up a little bit
13012         
13013         * src/string_match.c
13014                 validate input strings a little bit more
13015
13016 2001-12-23 [alfons]     0.6.6claws12
13017
13018         * src/Makefile.am
13019         * src/summaryview.c
13020         * src/string_match.[ch]         ** NEW **
13021         * src/folderview.[ch]
13022         * src/headerview.h
13023         * src/folder.[ch]
13024         * src/prefs_folder_item.[ch]
13025                 add subject simplification to strip out strings from
13026                 a subject line (esp. handy for mailing lists). 
13027                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13028                 but slightly changed things for better integration.)
13029
13030 2001-12-23 [alfons]     0.6.6claws11
13031
13032         * src/mainwindow.c
13033                 fix bug introduced by submission included in 0.6.5claws52.
13034                 ideally this submission should clean the trash if any trash
13035                 folder has a message. however, the hasTrash variable was
13036                 set to false whenever a trash folder was empty (discarding
13037                 a previously found *filled* trash folder.)
13038
13039                 also edited the code a little bit and made it more safe.
13040
13041 2001-12-22 [alfons]     0.6.6claws10
13042
13043         * src/imap.c
13044                 quick fix for Martin Pool's omission of an account
13045                 specific SSL setting
13046
13047 2001-12-22 [alfons]     0.6.6claws9
13048
13049         * src/compose.c
13050         * src/messageview.c
13051         * src/mimeview.c
13052         * src/pgptext.c
13053         * src/procmime.[ch]
13054                 better support for multipart/digest (submitted
13055                 by Fredrik <e98fo@efd.lth.se>)
13056
13057 2001-12-22 [alfons]     0.6.6claws8
13058
13059         * src/addressbook.c
13060                 correct function signature
13061         * src/socket.[ch]
13062         * src/imap.[ch]
13063         * src/prefs_account.[ch]
13064                 allow IMAP over SSH tunnel (patch submitted by 
13065                 Martin Pool <mbp@samba.org>)
13066
13067 2001-12-21 [alfons]     0.6.6claws7
13068
13069         * sync with sylpheed 0.6.6cvs4-9
13070                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13071
13072 2001-12-21 [christoph]  0.6.6claws6
13073
13074         * src/compose.c
13075         * src/prefs_folder_item.[ch]
13076                 implement saving of outgoing messages to current folder.
13077                 fix segfault when no default outbox is available
13078                 (closes bug #495683)
13079
13080 2001-12-21 [carsten]    0.6.6claws5
13081         * src/folderview.c
13082         * src/summaryview.c
13083                 pressing CTRL while DND does now the expected thing and
13084                 copies the mail (moving is still the default, as this
13085                 seam more appropriate for handling mails by DND)
13086
13087 2001-12-18 [paul]       0.6.6claws4
13088
13089         * sync with sylpheed 0.6.6cvs3
13090                 see ChangeLog entries 2001-12-18
13091
13092 2001-12-18 [hiro]       0.6.6claws3
13093
13094         * src/undo.c
13095                 fix for multibyte characters (obtain the number of letters
13096                 instead of bytes).
13097
13098 2001-12-17 [paul]       0.6.6claws2
13099
13100         * sync with sylpheed 0.6.6cvs1
13101                 see ChangeLog entry 2001-12-16
13102
13103 2000-12-17 [alfons]     0.6.6claws1
13104
13105         * src/filtering.c
13106                 clean up
13107
13108 2001-12-16 [paul]       0.6.6claws
13109 2001-12-15
13110
13111         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13112
13113         * src/mimeview.c
13114                 last minute sync with main 0.6.6
13115
13116         * po/es.po
13117                 updated by Ricardo Mones Lastra
13118                 update for last minute sync
13119         * po/fr.po
13120         * po/nl.po
13121                 update for last minute sync
13122         * po/de.po
13123                 updated by Jens Oberender
13124         * po/pt_BR.po
13125                 updated by Fabio Junior Beneditto
13126
13127         * src/prefs_common.[ch]
13128         * src/undo.c
13129                 number of undo levels is user configurable
13130                 (squeeze it into the release in the dying
13131                 moments) Submitted by Jens Oberender    
13132
13133 2001-12-15 [melvin]
13134
13135         * po/fr.po
13136                 updated french translation
13137
13138 2001-12-15 [paul]       0.6.5claws92
13139
13140         * sync with sylpheed 0.6.5cvs28
13141                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13142
13143         * po/nl.po
13144                 update to allow for sync
13145
13146 2001-12-15 [alfons]
13147         
13148         * po/nl.po
13149                 update dutch translation
13150
13151 2001-12-14 [carsten]    0.6.5claws91
13152         * src/summaryview.c
13153                 fixed bug #473785; also after changing the column order
13154                 the same message will be selected and displayed as before
13155                 the reordering
13156
13157 2001-12-14 [carsten]    0.6.5claws90
13158         * src/folderview.c
13159                 probably found the bug reported by wwb opening or closing
13160                 a folder tree just before dnd (found the solution in the
13161                 balsa source -- thanks to them)
13162
13163 2001-12-14 [carsten]    0.6.5claws89
13164         * src/gtkutils.c
13165         * src/account.c
13166                 moved gtk_clist_moveto to the right place, so that
13167                 only the accounts dialog is effected on opening
13168
13169 2001-12-14 [carsten]    0.6.5claws88
13170         * src/gtkutils.c
13171                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13172                 now, so that the focused row will be seen in any case
13173                 (reported by wwp on sf-claws-user)
13174
13175 2001-12-14 [darko]      0.6.5claws87
13176
13177         * src/compose.c
13178                 remove unnecessary line
13179
13180 2001-12-14 [paul]       0.6.5claws86
13181
13182         * sync with sylpheed 0.6.5cvs27
13183                 see ChangeLog entries 2001-12-14
13184
13185 2001-12-14 [carsten]    0.6.5claws85
13186         * src/mainwindow.c
13187                 following a suggestion of Melvin the rcoabm pops up
13188                 right under the button now and the button is reliefed
13189                 while the popup is open
13190
13191 2001-12-14 [darko]      0.6.5claws84
13192
13193         * src/compose.c
13194                 fix crash when wrapping long lines if linewrap quotation
13195                 is disabled and wrapper encounters a word spanning more
13196                 than one line
13197
13198 2001-12-13 [paul]       0.6.5claws83
13199
13200         * src/compose.c
13201                 prefer 'Reply-To' header over mailing list header when
13202                 replying to a message. Finally prevent all those confirmation 
13203                 messages being sent to the list itself.
13204
13205         * src/summaryview.c
13206                 remove unused summary_set_menu_sensitive() entry
13207
13208 2001-12-13 [paul]       0.6.5claws82
13209
13210         * src/folderview.c
13211         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13212         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13213         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13214                 improvements to 'Hide read messages': Inbox, Outbox,
13215                 Trash, Queue, and Draft icons now reveal presence of hidden 
13216                 messages
13217
13218 2001-12-12 [alfons]     0.6.5claws81
13219
13220         0.6.5claws80 was tagged as LAST_STABLE
13221
13222         * src/filtering.[ch]
13223         * src/matcher.[ch]
13224         * src/matcher_parser_lex.c
13225                 fix the filtering; my last attempt to get it right, 
13226                 if it does not work, it's Hoa's turn. ;-)
13227
13228                 for my honourable peers:
13229                 
13230                 the code now makes a clear distinction between
13231                 rules as they are displayed (probably escaped),
13232                 and as they are executed (probably unescaped). the
13233                 parser does *NOT* do any unescaping, this is
13234                 the task of the matcher.c (which breaks up a
13235                 rule into condition) and the filtering.c (which
13236                 breaks up the rule's action). to make this
13237                 run happily we provide an unescaped copy of
13238                 crucial strings to the MatcherProp and 
13239                 FilteringAction structures. note that the only
13240                 exception to this is any REGEXP string. those
13241                 are directly passed to regcomp() and regexp()
13242                 (who have much more powerful unescape functions).
13243                 
13244                 for everyone else:
13245         
13246                 you can escape tab (\t), carriage return (\r),
13247                 linefeed (\n), form feed (\f), quote (\"), 
13248                 single quote (\'), bell (\b) in all the entry
13249                 lines in the scoring & filtering dialogs.
13250                 as an added bonus this should not affect
13251                 existing filtering rules.
13252
13253 2001-12-12 [carsten]    0.6.5claws80
13254
13255         * src/summaryview.c
13256         * po/de.po
13257                 "item(s) selected" is now sensitive to 1 or more
13258                 than one selected (nice for language where simple
13259                 adding of a "s" is not possible as German (Eintrag
13260                 ->Eintr"age)
13261                 
13262                 the "forward as attachment" entry from the right
13263                 click menu removed, "forward" acts following the
13264                 prefs
13265         
13266         * src/textview.c
13267                 reverted my former changes; so compiler warning again
13268                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13269                 nevertheless
13270
13271         * src/messageview.c
13272                 "search in message" does now *not* only work in MVIEW_TEXT
13273                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13274                 message
13275
13276         * src/mainwindow.c
13277                 removed "/File/_Close" as it was the same as "/File/E_xit"
13278                 and we don't need it two times
13279
13280                 the separate folder view and message view now get a distinct
13281                 WMCLASS, just in case someone is using sawfish ;-)
13282
13283                 as the menu entries "/View/Message view" and "/View/Folder tree"
13284                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13285                 make them sensitive accordingly and as these two are "shown"
13286                 after startup anytime check this menuitem at startup
13287
13288 2001-12-12 [paul]       0.6.5claws79
13289
13290         * src/folderview.c
13291                 fix sensitivity of 'Search folder...', broken in
13292                 0.6.5claws75
13293
13294         * src/mainwindow.c
13295                 fix dodgy English
13296
13297 2001-12-11 [carsten]    0.6.5claws78
13298         * src/filtering.c
13299                 fixed two typos returning a wrong FALSE/TRUE
13300         * src/mainwindow.[ch]
13301                 extra menu for email/news button removed
13302
13303 2001-12-11 [alfons]     0.6.5claws77
13304         
13305         * src/matcher.c                 (1.3)
13306         * src/matcher_parser_lex.l      (1.28)
13307                 revert for another attempt
13308                 mark 0.6.5claws77 as LAST_STABLE
13309
13310 2001-12-11 [christoph]  0.6.5claws76
13311
13312         * po/de.po
13313                 fixed wrong translation for prev. unread msg
13314
13315 2001-12-11 [paul]       0.6.5claws75
13316
13317         * src/folder.[ch]
13318         * src/folderview.c
13319         * src/mainwindow.c
13320         * src/summaryview.[ch]
13321         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13322                 enable ability to hide read messages on per folder basis via 
13323                 '/Summary/Hide read messages'; when selected, a folder will 
13324                 have a red open folder icon, instead of a blue icon, if the 
13325                 folder contains hidden messges
13326                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13327
13328         * src/mainwindow.c
13329                 remove '/Message/Forward as attachment' from 
13330                 main_window_set_menu_sensitive() to prevent debug warning
13331
13332         * src/folderview.c
13333         * src/mainwindow.c
13334                 Clean up some of the English
13335
13336         * tools/newscache_clean.pl
13337                 allow for new 'hidereadmsgs' entry in folderlist.xml
13338
13339         * po/es.po
13340                 updated translation, submitted by Ricardo Mones Lastra
13341
13342 2001-12-11 [paul]       0.6.5claws74
13343
13344         * sync with sylpheed 0.6.5cvs25
13345                 see ChangeLog entry 2001-12-11
13346
13347 2001-12-10 [alfons]     0.6.5claws73
13348
13349         * src/matcher.c
13350                 add more control characters
13351         * src/matcher_parser_lex.l
13352                 make escaping / unescaping work again
13353
13354 2001-12-10 [alfons]     0.6.5claws72
13355
13356         * src/imap.c
13357                 clean up warnings "returning value for void function" 
13358         * src/prefs_filtering.c
13359                 make info button for execute action sensitive
13360
13361 2001-12-10 [paul]       0.6.5claws71
13362
13363         * src/compose.c
13364         * src/imap.[ch]
13365         * src/summaryview.c
13366                 fix: imap server now gets informed of MARKED, UNMARKED
13367                 and REPLY events. Now people can use different IMAP-Mail
13368                 clients and have the exact same information about MARKED,
13369                 UNMARKED and REPLY status with all of them. Especially
13370                 useful for imap servers with a web-frontend.
13371                 submitted by Tobias Sandhaas <medlor@web.de>
13372
13373 2001-12-09 [melvin]     0.6.5claws70
13374         
13375         * src/textview.[ch]
13376                 fixed bug #490076 (hunted down by Alfons who implemented
13377                 a workaround in 0.6.5claws65)
13378
13379 2001-12-09 [christoph]  0.6.5claws69
13380
13381         * src/summaryview.c
13382                 set pointer to string in LOCKED column to NULL
13383                 (might fix bug #490800)
13384
13385 2001-12-09 [carsten]    0.6.5claws68
13386
13387         * po/de.po
13388                 resolved some cluttered menu shortcuts 
13389                 ('creating new email' and 'creating news message'
13390                 hade the same)
13391         * src/compose.c
13392                 wmclass now distinc from main window
13393         * src/mainwindow.c
13394           src/mainwindow.h
13395                 email/news and forward button functionality similar
13396                 to the reply buttons; removed the ugly dropdown arrows
13397                 and use instead the right mouse button
13398
13399 2001-12-09 [paul]       0.6.5claws67
13400
13401         * src/imap.c
13402         * src/utils.h
13403                 allow spaces in imap folder names
13404                 submitted by Willem van Engen <wvengen@stack.nl>
13405
13406 2001-12-09 [paul]       0.6.5claws66
13407
13408         * sync with sylpheed 0.6.5cvs24
13409                 see ChangeLog entry 2001-12-09
13410
13411 2001-12-08 [alfons]     0.6.5claws65
13412
13413         * src/textview.c
13414                 prevent secondary selection claim after "add to sender" dialog
13415                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13416                 we trick GTK by simulating a click at (0, 0) in the textview.
13417
13418 2001-12-08 [hoa]        0.6.5claws64
13419
13420         * src/folder.c
13421                 fixed a bug about the .processing folder name while filtering
13422
13423 2001-12-08 [alfons]     0.6.5claws63
13424
13425         * src/folderview.c 
13426                 work around problem of not correctly updating folder stats
13427                 when deleting messages. there's some folder scanning evil
13428                 going so the folderview_update_msg_num() does not work
13429                 correctly. need to investigate this.
13430
13431 2001-12-08 [paul]       0.6.5claws62
13432
13433         * sync with sylpheed 0.6.5cvs23
13434                 see ChangeLog entry 2001-12-08
13435
13436 2001-12-07 [christoph]  0.6.5claws61
13437
13438         * src/compose.c
13439                 fix another header translation problem
13440
13441 2001-12-07 [alfons]     0.6.5claws60
13442
13443         * src/mbox.c
13444                 make filtering also work on local spool mbox
13445
13446 2001-12-07 [carsten]    0.6.5claws59
13447         * src/addressbook.c
13448                 addressbook window gets a wmclass distinct from the main
13449                 sylpheed window
13450         * src/compose.h
13451         * src/mainwindow.[ch]
13452                   forward menu item will use mode selected in prefs, forward 
13453                 as attatchment in menu removed (will be substituted in the
13454                 toolbar similar to reply buttons)
13455                   create news message menu entry and news button is now 
13456                 sensitive to the existance of a news account
13457         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13458         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13459         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13460                 these are removed because the toolbar buttons don't show
13461                 the quoting modus any longer
13462
13463 2001-12-07 [paul]
13464
13465         * tools/newscache_clean.pl      ** NEW FILE **
13466                 perl script to do some tidying up in the newscache directory 
13467                 
13468         * tools/sylpheed-switcher       ** NEW FILE **
13469                 perl script to enable easy switching between main and claws
13470                 
13471         * tools/README
13472                 added descriptions of the two new perl scripts          
13473
13474
13475 2001-12-07 [melvin]     0.6.5claws58
13476
13477         * src/messageview.c
13478                 fixed a warning during compilation introduced in 0.6.5claws56
13479
13480 2001-12-07 [paul]       0.6.5claws57
13481
13482         * src/mainwindow.[ch]
13483         * src/menu.[ch]
13484                 further usability enhancements to replying with or without 
13485                 quoting via the toolbar, use of Ctrl key is replaced by 
13486                 drop down menu 
13487                 Submitted by Carsten Schurig            
13488
13489 2001-12-07 [melvin]     0.6.5claws56
13490
13491         * src/messageview.c
13492                 hack to fix bug that prevented to make/paste selections
13493                 after switching between MVIEW_TEXT and MVIEW_MIME views
13494                 without deselecting the selection first.
13495
13496 2001-12-06 [alfons]     0.6.5claws55
13497
13498         * src/filtering.[ch]
13499         * src/inc.c
13500                 revise filtering a little bit more, and make sure
13501                 messages are delivered to the appropriate inbox
13502                 (perhaps set per account)
13503
13504 2001-12-06 [paul]       0.6.5claws54
13505
13506         * sync with sylpheed 0.6.5cvs22
13507                 see ChangeLog entry 2001-12-06
13508
13509 2001-12-05 [alfons]     0.6.5claws53
13510
13511         * src/inc.c
13512         * src/folder.[ch]
13513         * src/procmsg.c
13514         * src/filtering.c
13515                 more revisions of filtering system
13516                 (last stable version is marked as LAST_STABLE)
13517                 
13518                 | NOTE 1): the filtering system now uses a local folder called
13519                 | .processing. if filtering fails, check this directory
13520                 | for missing messages.
13521                 |
13522                 | NOTE 2): help us find the filtering actions still missing
13523
13524 2001-12-05 [paul]       0.6.5claws52
13525
13526         * src/mainwindow.c
13527                 fix bug where 'Empty Trash?' pop-up window appears even
13528                 when Trash is empty, submitted by Jesse Skinner         
13529
13530 2001-12-05 [melvin]     0.6.5claws51
13531
13532         * src/compose.c
13533                 fixed bug #486106 to select correct account when reediting 
13534                 a queued message
13535         
13536 2001-12-04 [alfons]     0.6.5claws50
13537
13538         * src/mh.c
13539                 declare markfile in appropriate functions when
13540                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13541                 for spotting this)
13542
13543 2001-12-04 [paul]       0.6.5claws49
13544
13545         * sync with sylpheed 0.6.5cvs21
13546                 see ChangeLog entry 2001-12-04
13547
13548 2001-12-03 [christoph]  0.6.5claws48
13549
13550         * po/de.po
13551                 changed translation of undo
13552         * src/account.c
13553         * src/folder.c
13554                 don't reinvent the wheel to traverse a GNode
13555         * src/compose.[ch]
13556                 seperate code to create the compose gui into functions
13557                 add "Others" page with folder selection for saving copy
13558                 of the message.
13559                 the folder identifier is saved to queue header
13560         * src/procmsg.c
13561                 save message to folder in queue header
13562
13563 2001-12-03 [paul]       0.6.5claws47
13564
13565         * sync with sylpheed 0.6.5cvs20
13566                 see ChangeLog entry 2001-12-03
13567
13568 2001-12-01 [paul]
13569
13570         * more sync with sylpheed 0.6.5cvs19
13571                 see ChangeLog entry 2001-11-29
13572
13573 2001-11-30 [paul]       0.6.5claws46
13574         
13575         * src/compose.c
13576                 remove conflicts introduced by Hoa's last commit
13577          
13578         * src/mainwindow.c
13579                 make 'Message/Bounce' sensitive
13580
13581 2001-11-30 [hoa]        0.6.5claws45
13582
13583         * src/compose.c
13584                 slightly change bounce function to add
13585                 information about the user that bounced the mail
13586                 in the From header line.
13587
13588         * src/folderview.c
13589                 permit the use of processing in outbox folder.
13590
13591 2001-11-29 [paul]       0.6.5claws44
13592
13593         * src/mainwindow.[ch]
13594         * src/prefs_common.c
13595         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13596         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13597         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13598                 usability enhancements to the quoting, implements
13599                 use of Ctrl key to toggle quoting settings
13600                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13601
13602 2001-11-29 [paul]       0.6.5claws43
13603         
13604         * sync with sylpheed 0.6.5cvs19
13605                 see ChangeLog entry 2001-11-28
13606
13607 2001-11-29 [melvin]     0.6.5claws42
13608         * src/Makefile.am
13609                 added enriched.[ch] to the list of files
13610
13611         * src/textview.c
13612         * src/mimeview.c
13613         * src/procmime.[ch]
13614         * src/enriched.[ch]
13615                 added support to view text/enriched
13616                 added support to show headers in message view for text/enriched and text/html
13617                         in non multipart messages
13618
13619 2001-11-28 [paul]       0.6.5claws41
13620
13621         * more sync with sylpheed 0.6.5cvs18
13622                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13623
13624 2001-11-27 [paul]       0.6.5claws40
13625         
13626         * po/pt_BR.po
13627                 updated translation, submitted by Fabio Junior Beneditto
13628                 
13629         * sync with sylpheed 0.6.5cvs18
13630                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13631                 2001-11-27
13632
13633
13634 2001-11-26 [paul]
13635
13636         * po/es.po
13637                 updated translation, submitted by Ricardo Mones Lastra
13638
13639 2001-11-26 [alfons]
13640
13641         * src/matcher.c
13642                 add more translatable strings
13643
13644 2001-11-26 [christoph]  0.6.5claws39
13645
13646         * po/de.po      
13647                 fixed one more umlaut
13648         * src/compose.c
13649                 fix translated header when it should not be translated
13650
13651 2001-11-26 [paul]       0.6.5claws38
13652
13653         * src/mainwindow.c
13654                 remove '/Message/Add Sender to address book' from 
13655                 main_window_set_menu_sensitive(), prevent debug warning
13656                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13657
13658 2001-11-26 [paul]       0.6.5claws37
13659
13660         * src/summaryview.c
13661                 fix 'recurring unread state' bug 
13662
13663         * tools/README 
13664         * tools/filter_conv.pl
13665                 read name of top level mailbox from folderlist.xml
13666                 and presume nothing about its name              
13667
13668 2001-11-26 [darko]      0.6.5claws36
13669
13670         * src/gtkstext.[ch]
13671                 removed functions that are now in gtkutils.c
13672                 use gtkut_text_is_uri_string() from gtkutils.c
13673         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13674
13675 2001-11-26 [paul]       0.6.5claws35
13676
13677         * sync with sylpheed 0.6.5cvs16
13678                 see ChangeLog entries 2001-11-25 and 2001-11-26
13679
13680 2001-11-25 [alfons]     0.6.5claws34
13681
13682         EXPERIMENTAL!!! Please checkout the last stable version using: 
13683           
13684         % cvs update -r LAST_STABLE -dRAP
13685
13686         (Or help us testing this stuff.)
13687
13688         * src/filtering.c               (1.14)
13689         * src/filtering.h               (1.6)
13690         * src/inc.c                     (1.28)
13691         * src/matcher.c                 (1.20)
13692         * src/mbox.c                    (1.9)
13693         * src/procmsg.h                 (1.14)
13694         * src/summaryview.c             (1.59)
13695         * src/summaryview.h             (dunno)
13696                 revert/merge/sync to as it was before commit 
13697                 on Thu, 19 Jul 2001 10:15:51 -0700.
13698
13699 2001-11-25 [hoa]        0.6.5claws33
13700
13701         * src/main.c
13702                 processing mails at startup
13703
13704         * src/folderview.c
13705         * src/summaryview.[ch]
13706                 processing mails when entering folder
13707
13708         * src/prefs_filtering.c
13709                 fixed some UI bugs
13710
13711 2001-11-24 [alfons]     0.6.5claws32
13712
13713         * src/summaryview.[ch]
13714                 make summary sort headers work, and also make
13715                 sure the sort type is stored
13716
13717 2001-11-23 [alfons]     0.6.5claws31
13718
13719         * src/summaryview.[ch]
13720                 make lock work like mark
13721                 disallow deleting messages marked as locked
13722
13723 2001-11-23 [alfons]     0.6.5claws30
13724
13725         * src/gtkstext.c
13726         * src/compose.[ch]
13727         * src/Makefile.am
13728         * src/undo.[ch]
13729                 merge undo patch submitted by Jens
13730
13731 2001-11-23 [christoph]  0.6.5claws29
13732
13733         * src/.cvsignore
13734                 added ylwrap
13735         * src/compose.c
13736                 fixed gpg signing and encoding
13737         * src/folder.[ch]
13738         * src/main.c
13739                 added --status option to get new, unread and total
13740                 message count from a running sylpheed
13741         * src/prefs_common.c
13742                 temporary fix for reply_with_quote problem
13743                 (don't call functions for non existing widget)
13744         * src/procmsg.c
13745                 one more check for ignored threads but still not
13746                 always working correctly. probably a recursive
13747                 check for all parents is needed
13748
13749 2001-11-23 [darko]      0.6.5claws28
13750
13751         * src/compose.c
13752                 wrapping on send improvements
13753         * src/gtkutils.[ch]
13754                 fix for GtkSText after last sync with main branch
13755                 GTK_TEXT -> GTK_STEXT
13756
13757 2001-11-23 [paul]       0.6.5claws27
13758
13759         * sync with sylpheed 0.6.5cvs14
13760                 see ChangeLog entries 2001-11-22 and 2001-11-23
13761                 
13762         * po/de.po
13763                 fixed the scrambled umlauts 
13764                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13765
13766 2001-11-21 [paul]       0.6.5claws26
13767
13768         * sync with sylpheed 0.6.5cvs12
13769                 see 2nd ChangeLog entry dated 2001-11-20
13770
13771 2001-11-20 [paul]       0.6.5claws25
13772
13773         * sync with sylpheed 0.6.5cvs11
13774                 see ChangeLog entry 2001-11-19 (src/utils.c)
13775
13776 2001-11-20 [hiro]
13777
13778         * src/compose.c
13779                 GTK_TEXT -> GTK_STEXT
13780                 fix for wrong comment
13781
13782 2001-11-20 [hiro]       0.6.5claws24
13783
13784         * src/compose.[ch]
13785                 more merges from main branch
13786                 removed fatal warnings (uninitialized variables etc.)
13787                 some coding style fix
13788         * src/gtkutils.h
13789                 fixed typo.
13790         * src/addressbook.c
13791           src/addrindex.c
13792                 V-Card -> vCard
13793
13794 2001-11-19 [hoa]        0.6.5claws23
13795
13796         * src/filtering.c
13797         * src/prefs_scoring.c
13798         * src/matcher.[ch]
13799         * src/scoring.c
13800                 cleaning code
13801
13802         * src/matcher_parser_parse.y
13803         * src/prefs_filtering.c
13804                 bouncing
13805
13806 2001-11-19 [alfons]     0.6.5claws22
13807
13808         more of my old things into claws
13809
13810         * src/Makefile.am
13811         * src/prefs_common.c
13812         * src/procmsg.h
13813         * src/summaryview.[ch]
13814         * src/prefs_summary_column.c
13815         * src/pixmaps/locked.xpm
13816                 add indicators for locking of message in summary view
13817                 (does not work yet, only visual indicator)
13818
13819 2001-11-19 [paul]       0.6.5claws21
13820
13821         * sync with sylpheed 0.6.5cvs10
13822                 see ChangeLog entry 2001-11-19
13823
13824 2001-11-18 [alfons]     0.6.5claws20
13825         
13826         * src/filtering.c
13827                 remove an inadvertent free I forgot in previous clean up 
13828
13829 2001-11-18 [alfons]     0.6.5claws19
13830
13831         * src/filtering.[ch]
13832                 clean up & plug leaks
13833
13834 2001-11-18 [paul]       0.6.5claws18
13835
13836         * sync with sylpheed 0.6.5cvs9
13837                 see ChangeLog entries 2001-11-17 and 2001-11-18
13838
13839 2001-11-16 [paul]       0.6.5claws17
13840
13841         * sync with sylpheed 0.6.5cvs8
13842                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13843
13844 2001-11-16 [paul]       0.6.5claws16
13845
13846         * sync with sylpheed 0.6.5cvs7
13847                 see ChangeLog entries 2001-11-15 and 2001-11-16
13848
13849 2001-11-15 [hoa]        0.6.5claws15
13850
13851         * src/compose.c
13852                 fix bounce, mails we received couln't be bounced to ourself.
13853
13854         * src/defs.h
13855         * src/filtering.[ch]
13856         * src/matcher.[ch]
13857         * src/matcher_parser.h
13858         * src/matcher_parser_lex.l
13859         * src/matcher_parser_parse.y
13860         * src/inc.c
13861         * src/main.c
13862         * src/mbox.c
13863         * src/prefs_filtering.[ch]
13864         * src/mainwindow.c
13865         * src/prefs_matcher.c
13866         * src/prefs_scoring.c
13867         * src/scoring.[ch]
13868         * src/summaryview.c
13869                 new matcher/filter/score configuration file parser
13870                 one unique configuration file => ~/.sylpheed/matcherrc
13871                 import in currently automatic, then save are made
13872                 in this new file.
13873                 one filter per folder and one global filter
13874                 (filter of a folder will be used as folder processing)
13875
13876         * src/folder.c
13877                 fix a bug in folder_item_get_identifier
13878                 
13879         * src/messageview.c
13880                 receive receipt return are fixed.
13881
13882 2001-11-14 [alfons]     0.6.5claws14
13883
13884         * src/session.h
13885                 add things from main branch to make claws compile
13886
13887 2001-11-14 [paul]       0.6.5claws13
13888
13889         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13890                 see ChangeLog entries 2001-11-08 to 2001-11-14
13891
13892 2001-11-14 [hoa] 0.6.5claws12
13893
13894         * src/compose.[ch]
13895         * src/mainwindow.c
13896         * src/summaryview.c
13897                 add "bounce mail" option
13898
13899 2001-11-13 [christoph]  0.6.5claws11
13900
13901         * src/compose.c
13902                 Cleanup a mess i add before commiting
13903
13904 2001-11-13 [hoa]        0.6.5claws10
13905
13906         * src/compose.c
13907                 some fixes when mail are sent or
13908                 for crossposts
13909
13910 2001-11-13 [christoph]  0.6.5claws9
13911
13912         * po/de.po
13913                 Changed two string with the same translation
13914         * src/compose.c
13915         * src/procmsg.[ch]
13916         * src/send.[ch]
13917                 New mailsending process:
13918                   - Always queue message before sending
13919                     (message will be saved if sylpheed crashed or
13920                      freezes while sending)
13921                   - Allow queuing of newspostings
13922                   - No copy in outbox before sending
13923                     (closes bug #469501)
13924                   - No more redundant code for send and send_later
13925         * src/summaryview.c
13926                 Applied wwp <subscript@free.fr>'s patch that fixes
13927                 marks for multiple forwarded messages (+compose.c)
13928
13929 2001-11-12 [alfons]
13930
13931         * README.claws
13932                 remove things that are now in main branch
13933         
13934         * po/nl.po
13935                 update Dutch translation
13936
13937 2001-11-12 [mhadasht]   0.6.5.claws8
13938
13939         * src/prefs_common.c
13940                 re-enabled account autoselection feature for forward
13941                 and reedit lost during the branch point for SYNC-B4-REL
13942         * src/gtkspell.c
13943                 gtkpspell_get_dict(): more readable code (even if function is
13944                 not used yet)
13945         * ChangeLog.claws
13946                 added version number info to 2001-11-12 [hiro] comment.
13947
13948 2001-11-12 [hiro]       0.6.5.claws7
13949
13950         * src/compose.c
13951                 compose_forward(): fixed a bug that forward quote mark
13952                 wasn't used.
13953                 removed unnecessary code.
13954         * src/template_select.[ch]: removed.
13955
13956 2001-11-11 [alfons]
13957
13958         * src/compose.c
13959                 :%s/GTK_TEXT/GTK_STEXT/g
13960         
13961         * src/compose.[ch]
13962         * src/undo.[ch]
13963         * src/Makefile.am
13964                 revert the undo stuff (this is 0.6.6claws stuff)
13965
13966 2001-11-11 [hoa]        0.6.5.claws6
13967
13968         * src/compose.[ch]
13969                 Insert signature at the end of the text.
13970                 Added undo patch but currently disabled
13971
13972         * src/procmsg.c
13973                 Threading by subject improved.
13974
13975         * added src/undo.[ch]
13976                 Undo module for compose dialog box.
13977
13978 2001-11-11 [alfons]     0.6.5.claws5
13979
13980         * src/procmsg.c
13981                 prevent threading by subject on nodes that have already been
13982                 threaded by in-reply-to (as in "circular references in a tree
13983                 result in a dead branch")
13984
13985 2001-11-09 [hoa]        0.6.5.claws4
13986         
13987         * src/folderview.c
13988                 allows creation of mbox folder item from any files.
13989
13990 2001-11-09 [alfons]     0.6.5.claws3
13991         
13992         * src/utils.c
13993         * src/procmsg.c
13994                 do what I mean and correct threading by subject so it really
13995                 ignores attracting lines without "Re: "
13996
13997 2001-11-07 [alfons]     0.6.5.claws2
13998
13999         * src/procmsg.c
14000         * src/utils.[ch]
14001                 only attract by subject if a subject line starts with a "Re: "
14002         * src/syldap.c
14003                 remove warning
14004
14005 2001-11-07 [paul]       0.6.5claws1
14006
14007         * sync with sylpheed 0.6.5. release
14008                 see ChangeLog entry 2001-11-07
14009
14010 2001-11-07 [paul]       0.6.4claws31
14011
14012         * sync with sylpheed 0.6.4cvs18
14013                 see ChangeLog entries 2001-10-30 to 2001-11-07
14014                 prefs_templates.[ch] renamed prefs_template.[ch]
14015
14016 2001-11-06 [alfons]
14017         
14018         * src/utils.h
14019                 add semicolon Hoa forgot ;-)
14020                 
14021
14022 2001-11-06 [hoa]        0.6.4claws30
14023         
14024         * src/procmsg.c
14025         * src/summaryview.c
14026         * src/utils.c
14027         * src/utils.h
14028                 threading by subject - empty subject are ignored
14029
14030 2001-11-06 [christoph]  0.6.4claws29
14031
14032         * src/socket.c
14033                 use SSL_peek for sock_gets
14034         * src/utils.c
14035                 removed unneeded pointer in extracting quoted
14036                 names implementation
14037
14038 2001-11-06 [melvin]     0.6.4claws28
14039
14040         * src/gtkspell.c
14041                 fixed bug #476792 Selection overtyping with spell checker
14042                 fixed bug which could cause a buffer overflow
14043                 fixed a memory leak
14044
14045 2001-11-06 [hoa]        0.6.4claws27
14046         
14047         * src/procmsg.c
14048         * src/summaryview.c
14049                 threading by subject
14050
14051 2001-11-05 [alfons]     0.6.4claws26
14052         
14053         * README.claws
14054                 Claws -> Sylpheed (vice versa)
14055
14056         * src/compose.c
14057                 :%s/gtk_text/gtk_stext/g
14058                 :%s/GTK_TEXT/GTK_STEXT/g
14059                 (thanks to Jonathan Ware for spotting this)
14060
14061 2001-11-04 [christoph]  0.6.4claws25
14062
14063         * src/summaryview.c
14064                 replace Xalloca + strdup with Xstrdup_a
14065         * src/utils.c
14066                 better implementation of extracting quoted names
14067                 from addresses (remove backlashes and ignore
14068                 quotes after them)
14069
14070 2001-11-04 [alfons]     0.6.4claws24
14071
14072         * src/utils.[ch]
14073                 edit to comply more with coding style
14074
14075         * src/textview.c
14076                 fix bug reported by Kim Schulz. introduced by the patch integrated
14077                 in 0.6.4claws15. the code did not check the return value of
14078                 the html parser.
14079
14080         * AUTHORS
14081                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14082
14083 2001-11-04 [christoph]  0.6.4claws23
14084
14085         * src/main.c
14086         * src/prefs_common.[ch]
14087                 init some pointers that possibly caused a segfault
14088                 reported in the claws-users ML
14089
14090 2001-11-04 [hoa]        0.6.4claws22
14091
14092         * src/grouplistdialog.c
14093                 change the names of the nodes in the tree
14094
14095         * src/compose.c
14096                 enhanced mailto syntax as described in
14097                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14098                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14099
14100         * src/utils.c
14101                 encode and decode URI (useful when opening URL into
14102                 netscape).
14103
14104 2001-11-03 [hoa]        0.6.4claws21
14105
14106         * src/grouplistdialog.c
14107                 a new newsgroups list selection dialog box
14108                 with a CTree instead of a CList
14109
14110 2001-11-03 [hoa]        0.6.4claws20
14111
14112         * src/folderview.c
14113                 enable property and scoring options when right
14114                 click on "inbox"
14115
14116         * src/summaryview.c
14117                 fixed bug when nickname were displayed using
14118                 the address book.
14119
14120 2001-11-02 [darko]      0.6.4claws19
14121
14122         * src/compose.c
14123                 new wrap quotation and URL/long words wrapping implementation
14124         * src/compose.c src/gtkstext.[ch]
14125                 move gtkstext_strncmp() to gtkstext.c
14126
14127 2001-11-01 [christoph]  0.6.4claws18
14128
14129         * src/prefs_account.c
14130                 fixed mess in account settings dialog
14131         * src/prefs_folder_item.c
14132                 added label with folder path to dialog
14133
14134 2001-10-31 [match]      0.6.4claws17
14135
14136         * src/vcard.c
14137                 fix memory leak.
14138         * src/addrbook.c
14139                 fix generation of spurious address book file names.
14140                 remove redundant functions.
14141         * po/POTFILES.in
14142                 added missing file names.
14143
14144 2001-10-30 [paul]       0.6.4claws16
14145
14146         * sync with sylpheed 0.6.4cvs6
14147                 see ChangeLog entries 2001-10-26 to 2001-10-30
14148
14149         * tools/filter_conv.pl
14150                 read folderlist.xml to discover whether the top-level
14151                 folder is called 'Mailbox' or 'Mail' 
14152
14153 2001-10-29 [paul]       0.6.4claws15
14154
14155         * src/html.c, src/textview.c
14156                 activate links in html mail and fix clickable parts
14157                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14158
14159 2001-10-29 [paul]
14160
14161         * po/de.po, po/es.po, po/pt_BR/po
14162                 updated translations, submitted by Jens Oberender,
14163                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14164
14165 2001-10-29 [darko]      0.6.4claws14
14166
14167         * src/compose.c
14168                 fix wrapping for good
14169
14170 2001-10-29 [darko]
14171
14172         * src/compose.c
14173                 undo previous change as it broke the smart wrapping
14174
14175 2001-10-29 [darko]      0.6.4claws13
14176
14177         * src/compose.c
14178                 fix infinite loop when long URL is quoted
14179                 (closes bug #475122.
14180
14181 2001-10-28 [match]
14182
14183         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14184                 import Mutt address book
14185         * src/ldif.[ch] src/importldif.h
14186                 modified import LDIF handle user attributes
14187
14188 2001-10-28 [christoph]  0.6.4claws12
14189
14190         * src/summaryview.c
14191                 fixed that filtering did not work if there
14192                 were no filter rules
14193                 (closes bug #472003 and better implementation
14194                  of patch #474644)
14195
14196 2001-10-27 [christoph]  0.6.4claws11
14197
14198         * src/compose.c
14199                 make the folder's default account to be used when
14200                 replying. (patch by wwp <subscript@free.fr>)
14201         * src/compose.c
14202                 code cleanup, nearly killed all of wwp's patch
14203                 for folder's default account in compose
14204         * src/folderview.c
14205                 error panel when a folder could not be created
14206                 (closes bug #471080 new folder name & already
14207                  existing file)
14208
14209 2001-10-26 [alfons]
14210
14211         * src/utils.h
14212                 change prototype of strstr2() that Christoph forgot about
14213
14214 2001-10-26 [christoph]  0.6.4claws10
14215
14216         * src/account.c
14217                 made search for accounts by email address not case
14218                 sensitive
14219         * src/folder.c
14220                 fixed memory leak in folder_item_get_identifier
14221         * src/gtkspell.c
14222         * src/utils.c
14223                 fixed wrong strstr2 (should work like strstr)
14224
14225 2001-10-26 [darko]      0.6.4claws9
14226
14227         * src/compose.c src/gtkstext.[ch]
14228         * src/gtkstext.c
14229                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14230
14231 2001-10-26 [paul]       0.6.4claws8
14232
14233         * src/html.c
14234                 ignore css and javascript tags in html mail
14235                 case-insensitive, with or without double-quoted
14236                 strings
14237
14238 2001-10-26 [paul]       0.6.4claws7
14239
14240         * sync with sylpheed 0.6.4cvs1
14241                 see ChangeLog entry 2001-10-26
14242
14243         * src/prefs_account.c, src/prefs_common.c,
14244           src/prefs_summary_column.c
14245                 minor improvements to the English
14246
14247 2001-10-25 [alfons]     0.6.4claws6
14248
14249         * src/gtkstext.c
14250         
14251                 make GtkSText follow style of GtkText (closes bug 
14252                 #469211 "text selection while writing message")
14253                 
14254                 do sync with GTK 1.2.10
14255
14256 2001-10-25 [paul]       0.6.4claws5
14257
14258         * src/html.c
14259                 ignore css tags in html mail
14260
14261 2001-10-25 [darko]      0.6.4claws4
14262
14263         * src/compose.c
14264                 don't declare is_url_string as static function since
14265                 we need it in gtkstext.c
14266         * src/gtkstext.c
14267                 remove unused variable
14268                 don't wrap long URLs while composing a message
14269
14270 2001-10-24 [christoph]  0.6.4claws3
14271
14272         * src/socket.c
14273                 fix ssl deadlock, when peer closes connection
14274
14275 2001-10-24 [paul]       0.6.4claws2
14276
14277         * src/prefs_common.c
14278                 gettextize the gpg ascii-armored warning message
14279
14280         * src/compose.c
14281                 insert a DOS/MAC file into the composed message
14282                 (improvements)
14283
14284         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14285
14286 2001-10-22 [paul]       0.6.4claws1
14287
14288         * sync with sylpheed 0.6.4 release
14289                 see ChangeLog entries 2001-10-21
14290
14291         * po/fr.po, po/pt_BR.po
14292                 updated by Melvin Hadasht and Fabio Junior Beneditto
14293
14294 2001-10-21 [paul]       0.6.3claws30
14295
14296         * src/compose.c
14297                 insert a DOS text file from the compose window
14298                 into the composed message text (removes CRs characters)
14299                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14300
14301         * tools/filter_conv.pl, tools/README
14302                 automatically use ~/.sylpheed as working directory
14303                 print out confirmation message on completion
14304
14305         * correct Hoa's last ChangeLog.claws entry
14306
14307 2001-10-20 [hoa]        0.6.3claws29
14308
14309         * src/grouplistdialog.c
14310                 bugfix (another ?) to give the right
14311                 newsgroups list for each news server.
14312
14313         * src/news.c
14314         * src/news.h
14315                 improve the newsgroups list cache
14316
14317 2001-10-20 [paul]       0.6.3claws28
14318
14319         * sync with sylpheed 0.6.3cvs9
14320                 see ChangeLog entry 2001-10-19
14321
14322         * correct Alfons' last ChangeLog.claws entry
14323
14324 2001-10-19 [alfons]
14325
14326         * src/pgptext.[ch]
14327                 fix compilation problems (part of bug #472895)
14328
14329 2001-10-18 [hoa]        0.6.3claws27
14330
14331         * src/grouplistdialog.c
14332                 bugfix when we refresh was clicked (bug 472701)
14333
14334 2001-10-19 [christoph]  0.6.3claws26
14335
14336         * src/compose.c
14337                 last header entry should default to "To:" or
14338                 "Newsgroups:" and not copy the last entry line
14339                 in a new compose window
14340                 (closes bug #472686, #470792)
14341
14342 2001-10-19 [paul]       0.6.3claws25
14343
14344         * sync with Sylpheed 0.6.3cvs8
14345                 see ChangeLog entries 2001-10-18 and 2001-10-19
14346
14347 2001-10-18 [christoph]  0.6.3claws24
14348
14349         * src/procmsg.c
14350                 reimplement ignore thread
14351         
14352 2001-10-18 [hoa]        0.6.3claws23
14353
14354         * src/folderview.c
14355         * src/grouplistdialog.[ch]
14356                 enhanced news subscription interface (feature 469113)
14357
14358         * src/news.c
14359         * src/news.h
14360                 enchanced newsgroup listing,
14361                 now, we can get groups informations
14362                 (NNTPGroupInfo)
14363
14364 2001-10-18 [paul]       0.6.3claws22
14365
14366         * src/summaryview.c
14367                 remove comment (sync with main branch)
14368         * src/mainwindow.c
14369                 fix 'Re-edit' bug in 'Message' menu
14370
14371 2001-10-17 [christoph]  0.6.3claws21
14372
14373         * src/compose.c
14374                 ignore empty or whitespace only header lines
14375
14376 2001-10-17 [paul]       0.6.3claws20
14377
14378         * sync with sylpheed 0.6.3cvs7
14379                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14380                 2001-10-17
14381
14382 2001-10-17 [darko]
14383
14384         * src/compose.c
14385                 wrap long lines without spaces
14386                 don't wrap URLs
14387
14388 2001-10-16 [paul]
14389
14390         * po/es.po, po/nl.po, po/pt_BR.po
14391                 updated by Ricardo Mones Lastra, Alfons,
14392                 and Fabio Junior Beneditto
14393
14394         * sylpheed-0.6.3claws released
14395
14396 2001-10-15 [melvin] 0.6.3claws18
14397
14398         * README.claws
14399                 added summary and detailed installation instructions
14400                 for spell checker
14401         * po/fr.po
14402                 Updated, corrected and completed french translation
14403
14404 2001-10-15 [hoa] 0.6.3claws17
14405         * src/grouplistdialog.c
14406                 we can choose the newsgroups to display with wildcards
14407
14408 2001-10-15 [christoph]  0.6.3claws16
14409
14410         * src/account.c
14411         * src/compose.c
14412         * src/prefs_folder_item.[ch]
14413                 applied wwp <subscript@free.fr>'s folder
14414                 default account patch
14415         * po/de.po
14416                 Fixed wrong translation
14417
14418 2001-10-13 [alfons, christoph, melvin]  
14419                         0.6.3claws15
14420
14421         solution #2 to solve MT-safety problems defers all GUI related calls
14422         to the main thread using a gtk_idle_add() callback. discussed on
14423         ircnet #sylpheed, with christoph spotting some issues with the
14424         original code, and melvin allowing us to lobotomize his sylpheed.
14425
14426         * src/syldap.[ch], src/main.c
14427                 fix race problem in ldap search thread by deferring GUI 
14428                 stuff to main thread using gtk_idle_add()
14429
14430 2001-10-13 [paul]       0.6.3claws14
14431
14432         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14433                 add Sergey's smtpcred.patch
14434                 adds separate username/password setting for SMTP Auth
14435                 needed by some servers
14436                 (closes feature request #471659)
14437
14438 2001-10-13 [paul]       0.6.3claws13
14439
14440         * src/pgptext.[ch] **NEW FILES**
14441         * src/Makefile.am, src/messageview.c, src/mimeview.c
14442                 decrypt ascii-armored gpg text embedded in
14443                 the message body.
14444                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14445
14446 2001-10-13 [christoph]  0.6.3claws12
14447
14448         * README.claws
14449                 some more details on default to and
14450                 feature requests
14451         * src/main.c
14452                 init glib threading when ldap is used
14453         * src/syldap.c
14454                 threading fixes
14455         * po/de.po
14456                 fixed a typo
14457
14458 2001-10-12 [paul]       0.6.3claws11
14459
14460         * src/prefs_common.[ch], src/rfc2015.c
14461                 enable ascii-armored gpg text to be embedded in the
14462                 message body, selectable through the 'Privacy'
14463                 preferences. Supports encrypting only.
14464                 Submitted by Ravemax <ravemax@dextrose.com>
14465
14466 2001-10-12 [paul]       0.6.3claws10
14467
14468         * sync with sylpheed 0.6.3cvs6
14469                 see ChangeLog entries 2001-10-11 and 2001-11-12
14470
14471         * src/folderview.c
14472                 incorporated mbox folders, scoring, and folder
14473                 properties into the sync
14474
14475 2001-10-12 [darko]      0.6.3claws9
14476
14477         * README.claws
14478                 describe quotation wrapping
14479         * src/compose.c
14480                 don't treat tab as space to calculate line length properly
14481
14482 2001-10-11 [alfons]
14483
14484         * README.claws
14485                 correct description of how to make new filtering system work,
14486                 add some other things
14487                 
14488         * src/syldap.c
14489                 remove sched_yield() (not necessary / unportable)
14490
14491 2001-10-11 [paul]       0.6.3claws8
14492
14493         * sync with sylpheed 0.6.3cvs3
14494                 see ChangeLog entry 2001-10-10
14495
14496 2001-10-10 [christoph]  0.6.3claws7
14497
14498         * .cvsignore
14499                 ignore 2 files created by newer autotools
14500         * src/prefs_folder_item.c
14501                 using table for widget alignment
14502                 fixed memory leak and broken octal display
14503         * src/filesel.c
14504                 fixed segfault caused by lost filename
14505                 workaround (closes bug #469551)
14506
14507 2001-10-10 [paul]       0.6.3claws6
14508
14509         * sync with sylpheed 0.6.3cvs2
14510                 see ChangeLog entries 2001-10-09 and 2001-10-10
14511
14512 2001-10-10 [darko]      0.6.3.claws5
14513
14514         * src/gtkstext.c
14515                 proper calculation of right margin if smart wrapping is enabled
14516         * src/compose.c
14517                 automatically wrap long lines if wrap quotation is enabled
14518
14519 2001-10-09 [alfons]     0.6.3.claws4
14520
14521         * src/summaryview.c
14522                 select correct row when deleting last row in the summary view (and
14523                 close bug "[ #469104 ] select second last in list when deleting")
14524
14525 2001-10-09 [paul]       0.6.3claws3
14526
14527         * sync with sylpheed 0.6.3cvs1
14528                 updated some autotool scripts
14529
14530 2001-10-09 [darko]      0.6.3claws2
14531
14532         * src/gtkstext.[ch]
14533                 new name and mark with Sylpheed comment
14534         * src/compose.c
14535                 smart quotation wrapping a-la VIM
14536
14537 2001-10-08 [paul]       0.6.3claws1
14538
14539         * sync with sylpheed 0.6.3 release
14540                 see ChangeLog entry 2001-10-08
14541
14542 2001-10-08 [paul]       0.6.2claws24
14543
14544         * src/summaryview.c
14545                 more sync with sylpheed 0.6.2cvs12
14546                 Fixed the bug that didn't select the last row correctly
14547
14548
14549 2001-10-07 [paul]       0.6.2claws23
14550
14551         * sync with sylpheed 0.6.2cvs12
14552                 see ChangeLog entry 2001-10-07
14553
14554 2001-10-06 [match]
14555         * src/jpilot.[ch]
14556                 enable jpilot to read unsynch'ed addresses.
14557
14558         * src/editldap_basedn.c
14559                 fix segfault when opening dialog.
14560
14561 2001-10-06 [alfons]     0.6.2.claws22
14562
14563         * src/summaryview.c
14564                 fix bug with summary view selecting last *inserted*
14565                 node instead of last *visible* node. remember we
14566                 work with a tree
14567
14568 2001-10-06 [paul]       0.6.2claws21
14569
14570         * po/pt_BR.po
14571                 updated translation, contains some fixes and new
14572                 translations, submitted by Gustavo Noronha Silva
14573                 <kov@debian.org>
14574
14575         * src/prefs_common.c
14576                 change 'each' to 'every' - fix dubious English
14577
14578         * sync with sylpheed 0.6.2cvs11
14579
14580 2001-10-05 [alfons]     0.6.2claws20
14581
14582         * src/mainwindow.[ch], src/folderview.c
14583                 make composite tool button switch between "Compose News"
14584                 and "Compose Mail" depending on selected folder
14585                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14586
14587 2001-10-05 [paul]       0.6.2claws19
14588
14589         * src/mainwindow.c, src/summaryview.c
14590                 fix 'Message/Reply to all', broken in last commit
14591
14592         * src/compose.c
14593                 fix X_BEENTHERE seg fault, thanks to Alfons
14594
14595 2001-10-04 [paul]       0.6.2claws18
14596
14597         * src/compose.[ch], src/mainwindow.c
14598                 make "Message/Reply" reply to mailing lists; matches
14599                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14600                 based on portions of the patch submitted by
14601                 Junichi Uekawa <dancer@netfort.gr.jp>
14602
14603 2001-10-04 [darko]      0.6.2claws17
14604
14605         * src/compose.c
14606                 better smart wrapping
14607         * src/gtkstext.[hc]
14608                 a function to make text buffer contiguous
14609
14610 2001-10-03 [paul]       0.6.2claws16
14611
14612         * sync with sylpheed 0.6.2cvs10
14613
14614 2001-10-02 [alfons]
14615
14616         * configure.in
14617         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14618                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14619                 references to chinese translations (hope someone picks up
14620                 this)
14621
14622 2001-10-02 [christoph]  0.6.2claws15
14623
14624         * src/compose.c
14625                 fixed non translated header bug
14626         * ChangeLog.claws
14627                 fixed wrong date in alfons last entry ;)
14628
14629 2001-10-02 [alfons]     0.6.2claws14
14630
14631         * src/compose.c, src/prefs_common.[ch]
14632                 add block cursor option
14633
14634 2001-10-02 [paul]       0.6.2claws13
14635
14636         * sync with sylpheed 0.6.2cvs9
14637
14638 2001-09-30 [paul]       0.6.2claws12
14639
14640         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14641                 updated translations
14642
14643         * po/POTFILES.in
14644                 add 'src/importldif.c'
14645
14646         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14647                 added eudora-to-vCard conversion tool
14648                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14649
14650         * sync with sylpheed 0.6.2cvs8
14651
14652 2001-09-30 [paul]
14653
14654         * sylpheed-0.6.2claws released
14655
14656 2001-09-27 [melvin]     0.6.2claws11
14657
14658         * src/gtkspell.c
14659                 fixed crash when using default path (introduced 
14660                 in 0.6.2claws10)
14661                 fixed tiny bug for initial suggestion mode
14662
14663 2001-09-27 [melvin]     0.6.2claws10
14664         
14665         * src/gtkspell.c
14666                 fixed bug where gtkpspell didn't set the path correctly
14667
14668         * README.claws
14669                 added a paragraph about spell checking
14670                 
14671
14672
14673 2001-09-27 [paul]       0.6.2claws9
14674
14675         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14676                 replace '// comments' with '/* comments */' to prevent
14677                 some compiler warnings 
14678
14679         * sync with sylpheed 0.6.2cvs6
14680
14681 2001-09-26 [alfons]     0.6.2claws8
14682
14683         * src/messageview.c
14684                 introduce return receipt request notification again,
14685                 which was lost because of other semantics in 
14686                 procheader_parse() (???)
14687
14688 2001-09-26 [christoph]  0.6.2claws7
14689
14690         * src/compose.c
14691                 replace comments for old code with #if 0
14692                 readded auto cc, bcc and reply-to
14693         * src/prefs_matcher.c
14694         * src/prefs_scoring.c
14695                 removed some definition (was moved to
14696                 prefs.h)
14697
14698 2001-09-26 [paul]       0.6.2claws6
14699
14700         * src/mainwindow.c
14701                 make 'Follow-up and reply to' sensitive
14702
14703         * more sync with sylpheed 0.6.2cvs5
14704
14705 2001-09-25 [melvin]
14706
14707         * 0.6.2claws5
14708
14709         * src/gtkspell.c
14710                 fixed bug for "US-ASCII" introduced by the encoding code
14711
14712 2001-09-25 [paul]
14713
14714         * 0.6.2claws4
14715
14716         * src/prefs_common.[ch], src/summaryview.c
14717                 'next unread msg' 'go to next folder?' dialog can be
14718                 given default behaviour, either always show dialog,
14719                 or assume 'yes', or assume 'no'
14720                 Submitted by wwp <subscript@free.fr>
14721
14722 2001-09-25 [melvin]
14723                 
14724         * src/compose.c src/gtkspell.[ch]
14725                 added support for different encodings
14726
14727 2001-09-25 [paul]
14728
14729         * more sync with sylpheed 0.6.2cvs5
14730
14731 2001-09-24 [alfons]
14732         
14733         * src/prefs_folder_item.c
14734                 add check for item->prefs->default_to string is NULL and
14735                 add another check when freeing this string
14736
14737 2001-09-24 [paul]
14738
14739         * configure.in
14740                 change to version 0.6.2claws3
14741
14742         * sync with sylpheed 0.6.2cvs5 
14743
14744 2001-09-24 [match]
14745         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14746                 import LDIF files.
14747         * src/addrcache.[ch], addrindex.[ch]
14748                 small update for future
14749         * src/addrbook.c
14750                 fix test XML file.
14751
14752 2001-09-24 [melvin]
14753         * src/gtkspell.[ch]
14754                 added 'Learn from mistakes' option
14755                 better handling of quotes in checked words
14756                 sorted dict list
14757         * po/fr.po
14758                 small update for spell checking stuff
14759
14760 2001-09-23 [alfons]
14761         
14762         * src/gtkspell.c
14763                 edit a little bit so it complies more with main coding style
14764
14765 2001-09-23 [alfons]
14766
14767         * src/folder.[ch], prefs_folder_item.c, compose.c
14768                 migrate "request return receipt" folder property
14769                 to folderlist.xml
14770
14771 2001-09-22 [alfons]
14772
14773         * README.claws **NEW**
14774                 (add things of interest for users of main branch 
14775                 and claws here)
14776
14777         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14778                 re-implement threading per folder option, but store 
14779                 the setting in folderlist.xml (where it belongs)
14780
14781 2001-09-21 [melvin]
14782
14783         * src/gtkspell.[ch]
14784                 fixed bug when compose window is under another window
14785         * src/prefs_common.[ch] src/compose.c
14786                 changed 'dictionary_path' to 'dictionary' to be consistent
14787                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14788         * ac/pspell.m4 src/Makefile.am 
14789                 dropped PSPELL_PATH macro
14790         * po/fr.po
14791                 updated translations
14792
14793 2001-09-21 [christoph]
14794
14795         * src/compose.c
14796                 added border around header fields
14797                 keep header type when new field is added
14798
14799 2001-09-20 [christoph]
14800
14801         * src/utils.[ch]
14802                 more portable debug_print with source filename
14803                 and linenumber
14804         * src/procmsg.c
14805                 more newlines after debug messages
14806
14807 2001-09-20 [paul]
14808
14809         * configure.in
14810                 change to version 0.6.2claws2
14811
14812         * sync with sylpheed 0.6.2cvs3
14813
14814 2001-09-19 [melvin]
14815
14816         * src/gtkspell.c
14817                 fixed the post-right-click focus pb
14818                 fixed crash when 'Spell check all' after dict change 
14819                         and when cursor is at the end of the text
14820                 shift-right-click pops up config menu even on misspelled words.
14821         * po/POTFILES.in
14822                 added gtkspell.c
14823
14824 2001-09-19 [melvin]
14825
14826         * src/about.c
14827                 added pspell to compiled-in features list
14828
14829 2001-09-18 [melvin]
14830
14831         * switched to pspell and dropped ispell
14832         * ac/pspell.m4
14833                 new file. autoconf macro for pspell
14834         * ac/Makefile.am 
14835         * configure.in acconfig.h
14836                 added pspell support
14837         * src/Makefile.am
14838         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14839         * src/prefs_common.[ch] 
14840                 added pspell support
14841
14842 2001-09-18 [christoph]
14843
14844         * src/addr_compl.c
14845         * src/template.[ch]
14846                 replace LOG_MESSAGE with debug_print
14847         * src/compose.[ch]
14848                 gui improvements
14849         * src/menu.c
14850                 added newline after debug message
14851         * src/utils.h
14852                 using __VA_ARGS__ for debug_print macro
14853         * tools/.cvsignore
14854                 ignore Makefile and Makefile.in
14855
14856 2001-09-18 [paul]
14857
14858         * configure.in
14859                 change to version 0.6.2claws1
14860         * sync with sylpheed 0.6.2cvs1
14861
14862         * src/matcher.c 
14863         * src/prefs_matcher.c
14864                 add 'score equal to' option, submitted by
14865                 Paul Evans <nerd@freeuk.com>
14866
14867 2001-09-15 [christoph]
14868
14869         * src/mainwindow.c
14870                 comment out menu entry not existing in claws
14871         * src/menu.c
14872                 add debug output for non existing menu entries
14873         * src/summaryview.c
14874                 fix next/prev unread message for ignored threads
14875         * src/utils.[ch]
14876                 add sourcefile and line number to debug output
14877                 otherwise it is sometimes hard to find the
14878                 source code part if debug messages are translated
14879
14880 2001-09-14 [darko]
14881         
14882         * src/folderview.c
14883                 refresh target folder style after colour is changed
14884
14885 2001-09-13 [paul]
14886
14887         * configure.in
14888                 change to version 0.6.1claws3
14889
14890         * sync with sylpheed 0.6.1cvs6
14891
14892 2001-09-13 [darko]
14893         
14894         * src/folderview.c
14895                 fix target folder colourization to use user selected colour
14896
14897 2001-09-12 [darko]
14898         
14899         * src/summaryview.c
14900                 fix crash when message that is marked for copy/move is unmarked
14901
14902 2001-09-09 [paul]
14903
14904         * configure.in
14905                 change to version 0.6.1claws2
14906
14907         * sync with sylpheed 0.6.1cvs3
14908
14909 2001-09-09 [alfons]
14910         
14911         * src/folderview.c
14912                 fix bug with default font used for trash folder text
14913
14914 2001-09-06 [paul]
14915
14916         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14917                 updated translations
14918
14919         * configure.in
14920                 change to version 0.6.1claws1
14921
14922         * sync with sylpheed 0.6.1cvs2
14923
14924 2001-09-03 [paul]
14925
14926         * po/POTFILES.in
14927                 add Match's new addressbook
14928
14929         * po/de.po
14930                 updated translation submitted by Jens Oberender
14931
14932 2001-09-02 [paul]
14933
14934         * configure.in
14935                 change to 0.6.1claws
14936         * sync with sylpheed 0.6.1 release
14937
14938 2001-09-02 [paul]
14939
14940         * configure.in
14941                 change to 0.6.0claws2
14942
14943         * sync with sylpheed 0.6.0cvs4
14944
14945         * po/pt_BR.po
14946                 updated translation submitted by Fabio Junior Beneditto
14947
14948 2001-09-01 [match]
14949         * pixmaps/
14950                 interface.xpm
14951                 book.xpm
14952                 address.xpm
14953         * src/
14954                 Makefile.am
14955                 a ton of new files
14956
14957 2001-08-31 [paul]
14958
14959         * configure.in
14960                 change to version 0.6.0claws1
14961
14962         * sync with sylpheed 0.6.0cvs1
14963
14964         * po/es.po
14965                 updated translation submitted by Ricardo Mones Lastra
14966
14967         * po/POTFILES.in
14968                 add 'src/prefs_templates.c'
14969
14970         * src/compose.c, src/summaryview.c
14971                 fix segfault on 'Re_edit'               
14972
14973 2001-08-30 [alfons]
14974
14975         * configure.in, Makefile.am
14976         * tools/Makefile.am
14977                 add tools directory to source distribution
14978
14979 2001-08-30 [paul]
14980
14981         * configure.in
14982                 change to version 0.6.0claws
14983
14984         * sync with sylpheed 0.6.0 release
14985
14986 2001-08-30 [christoph]
14987
14988         * configure.in
14989                 removed autoconf version check
14990
14991 2001-08-30 [paul]
14992
14993         * src/account.c, src/compose.c, src/prefs_common.[ch]
14994         * src/procheader.[ch] src/utils.[ch]
14995                 Enhanced automatic account selection on replies
14996                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14997
14998         * configure.in
14999                 add LDAP and JPilot to the configuration results output.
15000
15001 2001-08-29 [christoph]
15002
15003         * src/summeryview.c
15004                 no bold font for ignored threads
15005
15006 2001-08-29 [paul]
15007
15008         * configure.in
15009                 change to version 0.5.3claws6
15010
15011         * sync with sylpheed 0.5.3cvs10
15012                 src/stringtable.[ch]: New Files
15013
15014         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15015         * src/pixmaps/sylpheed.xpm
15016                 add mini-icons to windows (by Alfons)
15017
15018 2001-08-27 [paul]
15019
15020         * src/mainwindow.c
15021                 new functions: next_labeled_cb(), prev_labeled_cb()
15022
15023         * src/summaryview.c
15024                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15025                 summary_select_next_labeled(), summary_select_prev_labeled()
15026
15027         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15028                 give claws blue folders and a blue trash can
15029
15030 2001-08-27 [paul]
15031
15032         * configure.in
15033                 change to version 0.5.3claws5
15034
15035         * sync with sylpheed 0.5.3cvs9
15036                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15037
15038 2001-08-24 [christoph]
15039
15040         * src/filesel.c
15041                 keep filename when browsing directories
15042                 (not working for user entered filename, but
15043                  for default name and selected filename from
15044                  file list)
15045         * src/mainwindow.c
15046                 fixed wrong spelling "Folllow-up"
15047         * src/mbox_folder.c
15048         * src/procmsg.c
15049         * src/summaryview.c
15050                 fixed new/unread message count with ignored
15051                 threads (2 commits, first didn't notice no
15052                 longer needed decreasing)
15053         * src/inc.c
15054                 readded scrolling of progress dialog
15055                 (lost in sync)
15056
15057 2001-08-24 [paul]
15058
15059         * configure.in
15060                 change to 0.5.3claws4
15061
15062         * sync with sylpheed 0.5.3cvs7
15063
15064 2001-08-24 [christoph]
15065
15066         * src/compose.c
15067                 set request return receipt when replying
15068                 if it is set is the folder prefs of the
15069                 message
15070         * src/inc.c
15071                 disable final error popup if popups are
15072                 disabled in config (again)
15073
15074 2001-08-23 [paul]
15075
15076         * configure.in
15077                 Change version number to 0.5.3claws3
15078
15079         * sync with sylpheed 0.5.3cvs5
15080
15081         * src/mimeview.c
15082                 double quote '%s' in 'gedit %s' to fix bug when
15083                 opening attachment with spaces in the name
15084
15085 2001-08-22 [alte]
15086         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15087           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15088                 initial message templates support
15089
15090
15091 2001-08-22 [paul]
15092
15093         * configure.in
15094                 change version number to 0.5.3claws2
15095
15096         * sync with sylpheed 0.5.3cvs4
15097
15098         * src/procmsg.h src/summaryview.c
15099                 re-implement (un)ignore thread
15100
15101 2001-08-21 [paul]
15102
15103         * src/summaryview.c
15104                 remove unnecessary code
15105         * src/compose.c
15106                 enable 'dynamic' signatures (submitted by
15107                 Eric Limpens <eric@hscg-internet.nl>)
15108
15109 2001-08-21 [paul]
15110
15111         clean up after sync with sylpheed 0.5.3 release
15112
15113         * src/folderview.c
15114                 fix re-introduced font mess, see Christoph's
15115                 entry 2001-06-24
15116
15117         * src/summaryview.c
15118                 remove prev_msgnum
15119                 use sylpheed's small font instead of
15120                 gtk default font for summary view
15121
15122
15123 2001-08-17 [paul]
15124
15125         * configure.in
15126                 add pl to ALL_LINGUAS - sync with main branch
15127
15128         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15129                 Updated. Translations by Jens Oberender, Ricardo Mones
15130                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15131
15132         * po/pl.po  ** NEW FILE **
15133                 sync with the main branch
15134
15135         * src/folderview.c
15136                 fix target folder colorizing and refresh problem
15137
15138
15139 2001-08-17 [christoph]
15140
15141         * src/mainwindow.c
15142                 claws uses 4 colors for target folder coloring.
15143                 arrays were not long enough and destroyed the
15144                 stack causing a segfault.
15145                 target folder colorizing does not work anymore
15146                 for me
15147
15148 2001-08-16 [paul]
15149
15150         * configure.in
15151                 change to version 0.5.3claws1
15152
15153         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15154           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15155           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15156
15157                 sync with sylpheed 0.5.3 release, but keep claws method of
15158                 configuring/saving fonts
15159
15160         * src/addressbook.[ch]
15161                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15162                 in line with a similar change in Hiroyuki's branch
15163
15164         * src/mainwindow.[ch]
15165                 disable main_window_set_thread_option()
15166         * src/prefs_folder_item.c
15167                 comment out &tmps_prefs.enable_thread,
15168         * src/mbox_folder.c, src/procmsg.[ch]
15169                 comment out MSG_IS_IGNORE_THREAD
15170         * src/summaryview.c
15171                 comment out summary_ignore_thread() and summary_unignore_thread()
15172                 comment out MSG_IS_IGNORE_THREAD
15173
15174                 use Hiroyuki's threading instead.
15175
15176
15177
15178 2001-08-15 [paul]
15179
15180         * src/account.c
15181                 use Hiroyuki's 0.5.3 column scheme but also
15182                 include the enable/disable button.
15183         * src/pixmaps/mark.xpm
15184                 add Hiroyuki's amended pixmap
15185
15186 2001-08-13 [christoph]
15187
15188         * src/account.c
15189                 receive at get all column showed wrong state for APOP
15190                 button should only work for POP3 and APOP accounts
15191         * src/prefs_account.c
15192                 added missing preprocessor statement for SSL
15193
15194 2001-08-12 [paul]
15195
15196         * src/account.[ch]
15197                 add 'receive at get all' column and enable/disable
15198                 button.
15199
15200 2001-08-06 [christoph]
15201
15202         * src/account.c
15203                 show usage of SSL in protocol column
15204
15205         * src/imap.c
15206         * src/inc.c
15207                 renamed ssl options
15208
15209         * src/prefs_account.[ch]
15210                 moved ssl options to a new page
15211
15212         * src/send.c
15213         * src/smtp.c
15214         * src/ssl.[ch]
15215                 renamed ssl options
15216                 added support for SMTP STARTTLS command
15217
15218 2001-08-05 [christoph]
15219
15220         * configure.in
15221                 debian autoconf needs version check to find
15222                 correct autoconf version. if the file is
15223                 named configure.in 2.13 is used, which does
15224                 not work with this configure.in script.
15225                 other solution would be to rename the script
15226                 to configure.ac as suggested in the autoconf
15227                 manual.
15228
15229         * src/inc.c
15230                 disable final error popup if popups are
15231                 diabled in config
15232
15233         * src/socket.c
15234                 bugfix in ssl_gets
15235                 fixes IMAP over SSL problem
15236
15237 2001-08-03 [paul]
15238
15239         * configure.in
15240                 change to 0.5.2claws1
15241
15242         * sync with sylpheed 0.5.2cvs1
15243
15244 2001-08-02 [alfons]
15245
15246         * configure.in
15247                 quick fix for ispell detection...
15248
15249 2001-08-01 [paul]
15250
15251         * configure.in
15252                 change to 0.5.1claws4
15253
15254         * sync with sylpheed 0.5.1cvs7
15255
15256 2001-07-31 [alfons]
15257
15258         * src/prefs_common.c, src/prefs_common.h, 
15259           src/gtkspell.c, src/gtkspell.h
15260                 add global spelling checker settings (compose tab) +
15261                 selection of dictionary 
15262           
15263         * configure.in  
15264                 guess valid ispell location
15265
15266 2001-07-31 [paul]
15267
15268         * po/POTFILES.in
15269                 removal of 'src/quote_fmt_parse.c'
15270         * po/de.po
15271                 Updated de.po
15272                 (submitted by Jens Oberender <didge@suse.de>)
15273
15274 2001-07-31 [darko]
15275
15276         * src/folder.[ch]
15277         * src/folderview.[ch]
15278         * src/mainwindow.c
15279         * src/mh.c
15280         * src/prefs_common.[ch]
15281         * src/summaryview.c
15282                 target folder colourization
15283
15284 2001-07-30 [paul]
15285
15286         more sync with Sylpheed 0.5.1cvs6 
15287
15288 2001-07-30 [darko]
15289
15290         * src/mh.c
15291         * src/prefs_folder_item.[hc]
15292         * src/summaryview.c
15293                 shared folders support with a GUI
15294
15295 2001-07-29 [paul]
15296
15297         0.5.1claws3
15298
15299         * sync with Sylpheed 0.5.1cvs6
15300
15301 2001-07-29 [paul]
15302
15303         * po/pt_BR.po
15304                 updated
15305                 (submitted by Fabio Junior Beneditto)
15306
15307 2001-07-28 [paul]
15308
15309         * src/procmime.c
15310         * AUTHORS
15311                 patch to correct bad image mime headers
15312                 (submitted by Don Quijote <dq@searchlores.org>)
15313
15314 2001-07-28 [paul]
15315
15316         * tools/gif2xface.pl   **NEW FILE**
15317         * tools/README
15318                 script to convert file.gif to file.xface for
15319                 use in a custom header.
15320                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15321
15322 2001-07-27 [alfons]
15323         
15324         * configure.in
15325                 change macros for detecting JPilot and LDAP
15326
15327 2001-07-27 [christoph]
15328
15329         * src/filtering.c
15330                 code cleanup (MIN / MAX warning, needed casting)
15331
15332 2001-07-27 [alfons]
15333
15334         * procheader.c
15335                 disallow setting flags when detecting certain headers
15336                 (X-Status, Status, Seen, X-Seen). 
15337         
15338         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15339
15340 2001-07-27 [christoph]
15341
15342         * src/prefs_filter.c
15343         * src/prefs_filtering.c
15344         * src/prefs_matcher.c
15345         * src/prefs_scoring.c
15346                 scroll list when moving rows up or down
15347
15348         * src/imap.c
15349         * src/imap.h
15350         * src/prefs_account.c
15351         * src/prefs_account.h
15352         * src/send.c
15353                 SMTP over SSL (untested, feedback requested)
15354                 IMAP over SSL
15355
15356         * src/ssl.c
15357                 code cleanup
15358
15359 2001-07-26 [alfons]
15360         
15361         * configure.in, acconfig.h
15362                 define CLAWS (need this for main / claws detection)
15363
15364 2001-07-25 [alfons]
15365
15366         * configure.in
15367                 Sylpheed 0.5.1claws2
15368                 
15369         * sync with Sylpheed 0.5.1cvs4
15370
15371 2001-07-25 [christoph]
15372
15373         * src/scoring.c
15374                 fixed segfault
15375                 item->prefs == NULL (don't know why)
15376
15377 2001-07-25 [alfons]
15378
15379         * configure.in
15380                 Sylpheed 0.5.1claws1
15381
15382         * sync with Sylpheed 0.5.1cvs1-3
15383
15384 2001-07-24 [christoph]
15385
15386         * src/folderview.c
15387         * src/prefs_folder_item.[ch]
15388                 added folderitem preferences dialog with
15389                 default To: and auto request return receipt
15390
15391         * src/compose.[ch]
15392         * src/menu.[ch]
15393                 changes to handle new folderitem preferences
15394
15395         * src/mainwindow.c
15396         * src/summaryview.c
15397                 call compose new mail with current folderitem
15398
15399 2001-07-24 [alfons]
15400
15401         Release Sylpheed 0.5.1claws
15402
15403         * configure.in
15404                 change to release version 0.5.1claws
15405
15406 2001-07-24 [christoph]
15407
15408         * src/summaryview.c
15409                 fixed segfault that happend when the selected
15410                 message was removed while retrieving new messages.
15411
15412         * po/es.po
15413                 updated translation
15414                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15415
15416 2001-07-22 [alfons]
15417
15418         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15419         this is a work in progress, for more information: http://nlpagan.net/sylman 
15420         
15421         * configure.in, src/mainwindow.c, manual/Makefile.am
15422                 add support for English manual
15423
15424         * AUTHORS
15425                 add authors of user manuals
15426
15427         * manual/en/sylpheed*.html
15428                 add English documentation
15429
15430 2001-07-22 [christoph]
15431
15432         * po/POTFILES.in
15433                 added src/ssl.c
15434         * src/ssl.c
15435                 changed a wrong debug message
15436
15437 2001-07-22 [alfons]
15438
15439         * po/nl.po
15440                 update Dutch translation
15441
15442         * src/prefs_filtering.c, 
15443           src/prefs_matcher.c
15444                 add more translatable strings           
15445
15446 2001-07-21 [alfons]
15447
15448         0.5.0claws7
15449
15450         * configure.in
15451                 change version
15452
15453         * src/inc.c, src/summaryview.[ch]
15454                 prevent update of mark file when filtering has done, by
15455                 using a variable; this affects two functions:
15456                         inc.c::inc_finished()
15457                         summaryview.c::summary_show()
15458
15459 2001-07-20 [alfons]
15460
15461         * src/filtering.[ch], src/prefs_filtering.c, 
15462           src/matcher.[ch]
15463                 add filtering action for label coloring 
15464
15465         * po/POTFILES.in
15466                 add labelcolors.c
15467
15468         * added src/labelcolors.c
15469         * added src/labelcolors.h
15470         * src/Makefile.am, src/summaryview.c
15471                 rearrange label coloring code
15472
15473         * src/procmsg.h
15474                 add more parentheses so label colouring works correctly
15475
15476         * src/filtering.c
15477                 don't really delete message, but move it to Trash
15478
15479         * src/prefs_matcher.c
15480                 add quote options to info dialog
15481
15482 2001-07-20 [christoph]
15483
15484         * src/Makefile.am
15485         * src/inc.c
15486         * src/main.[ch]
15487         * src/socket.h
15488         * src/ssl.[ch] (new)
15489                 moved ssl stuff to a seperate file
15490
15491 2001-07-20 [darko]
15492
15493         * src/summaryview.c
15494                 fix show sender using address book with no e-mail
15495                 address in From: field
15496
15497 2001-07-19 [alfons]
15498
15499         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15500                 fix messy handling of escaping... now at least the
15501                 execute command is useful. escape char is '\', we
15502                 accept \n and \r too. 
15503
15504                 Real life example:
15505                 
15506                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15507                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15508
15509 2001-07-18 [alfons]
15510
15511         0.5.0claws6
15512
15513         * src/summaryview.c
15514                 clean up
15515
15516         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15517           src/procmsg.[ch]
15518                 revise filtering; currently move, copy, marking have
15519                 been tested. if you like bleeding edge stuff, you
15520                 should definitely go for this version :)
15521
15522         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15523
15524 2001-07-17 [christoph]
15525
15526         * src/utils.c
15527                 timestamp log
15528
15529 2001-07-17 [alfons]
15530
15531         0.5.0claws5
15532
15533         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15534           bits in the mark file, without affecting either branch. Lots of
15535           files changed, also in claws branch.
15536
15537           UNTESTED: use of mbox folders
15538
15539         * src/summaryview.c
15540                 added mark all read; however this was a quick hack used for
15541                 cleaning up mess after initial merge with Hiroyuki
15542
15543         * configure.in
15544                 change claws version number back to 0.5.0claws5 to clear up 
15545                 confusion & pretension (recent release was technically 
15546                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15547
15548 2001-07-16 [alfons]
15549
15550         sync with Hiroyuki's 0.5.0cvs4
15551
15552 2001-07-16 [alfons]
15553
15554         0.5.1claws3
15555
15556         * src/filtering.[ch]
15557                 remove invalid updating of mark files for 
15558                 filter actions MATCHING_ACTION_MOVE and 
15559                 MATCHING_ACTION_DELETE; this should fix the
15560                 folder update bug
15561                 
15562         * src/procmsg.c
15563                 revert Christoph's stab at fixing the folder 
15564                 update bug
15565
15566         * po/POTFILES.in
15567                 add missing files with translatable strings
15568
15569         * src/summaryview.c
15570                 remove debug print
15571
15572 2001-07-15 [alfons]
15573
15574         * src/addr_compl.[ch], src/prefs_filtering.c
15575                 make "filtering pref dialog's destination entry" an
15576                 "address completable entry", if filter destination is 
15577                 an email address
15578
15579         0.5.1claws2
15580         
15581         sync with Hiroyuki's 0.5.0cvs2-3
15582
15583 2001-07-15 [christoph]
15584
15585         * src/procmsg.c
15586                 fixed folder stats update after incorporation
15587
15588 2001-07-15 [alfons]
15589
15590         * src/summaryview.c
15591                 * finish label colouring stuff (for now)
15592                 * fix incorrect colour bug (off by one) 
15593
15594 2001-07-14 [alfons]
15595
15596         * src/mainwindow.c
15597                 change text labels for news and mail message so there's
15598                 plenty of toolbar estate left
15599
15600         * configure.in
15601                 0.5.1claws1
15602
15603         * src/folderview.c
15604           src/folder.[ch]
15605                 sync with Hiroyuki's 0.5.0cvs1
15606
15607         * src/summaryview.c
15608                 more rewrite label colouring
15609
15610 2001-07-14 [alfons]
15611
15612         * src/summaryview.[ch]
15613                 * start rewrite label colouring 
15614                 * fix proper location "Add Sender To Addressbook" menu item
15615
15616 2001-07-13
15617
15618         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15619         (actually this is 0.5.0claws4)
15620
15621 2001-07-13 [alfons]
15622
15623         * po/pt_BR.po
15624                 * fix duplicate message
15625                 * add updated Portugese / Brazilian translation
15626                   submitted by Fabio Junior Beneditto
15627
15628 2001-07-12 [alfons]
15629
15630         * AUTHORS
15631                 add Jens
15632
15633         * po/nl.po
15634                 add updated Dutch translation
15635
15636         * po/de.po
15637                 add updated German translation submitted by Jens
15638
15639 2001-07-11 [alfons]
15640
15641         Prerelease before 0.5.0claws. Please test.
15642         This version is temporarily tagged as VERSION_0_5_0_TEST
15643
15644         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15645           src/prefs_scoring.c, src/prefs_matcher.c, 
15646           src/prefs_filtering.c, src/mbox.c, 
15647           src/main.c, src/inc.c, src/filtering.[ch]
15648                 revert new Hoa's new matcher (does not work yet)
15649
15650         * src/Makefile.am
15651                 clean up
15652
15653 2001-07-10
15654
15655         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15656
15657
15658 2001-07-10 [alfons]
15659
15660         * Makefile.am
15661                 add ChangeLog.claws to EXTRA_DIST
15662         * src/Makefile.am
15663                 add matcher_parser_parse.h to EXTRA_DIST
15664
15665 2001-07-10 [christoph]
15666
15667         * src/inc.c
15668                 add destination folder to table of
15669                 folders that need to be updated after
15670                 incorporation
15671
15672 2001-07-10 [alfons]
15673
15674         * folder.[ch]
15675           folderview.c
15676                 make collapse state of folders and folder items persistent, i.e.
15677                 if you collapse a folder tree, the next time sylpheed-claws starts 
15678                 up the folder tree remains collapsed.  
15679                 
15680 2001-07-10 [christoph]
15681
15682         * acconfig.h
15683         * configure.in
15684                 added --enable-ssl
15685         * src/md5.[ch]
15686                 renamed MD5_CTX to MD5_CTX_syl
15687                 conflicts with a struct in openssl
15688         * src/inc.c
15689         * src/main.[ch]
15690         * src/prefs_account.[ch]
15691         * src/socket.[ch]
15692                 SSL support for POP
15693         * src/mainwindow.c
15694                 fixed compose with current account
15695                 broken by new compose button stuff
15696
15697 2001-07-09 [hoa]
15698
15699         * AUTHORS
15700                 changed my email address
15701
15702         * src/matcher_parser_parse.y
15703                 clean the parser to remove conflicts
15704
15705 2001-07-09 [alfons]
15706
15707         * AUTHORS
15708                 add Match Grun
15709
15710         * configure.in
15711                 fix incorrect description of --enable-ldap parameter
15712
15713         * src/prefs_common.[ch]
15714           src/compose.c
15715                 add experimental option "smart wrapping" which makes the
15716                 compose editor auto wrap.
15717                 
15718                 | TODO: the problem with the buggy cursor handling is caused |
15719                 | by the GtkText. when deleting / backspacing text its       |
15720                 | wrapping algorithm does not take in account the previous   |
15721                 | line. should find a way to hack this in.                   |
15722                 | or should perhaps combine this with the word wrapping      |
15723                 | patch i wrote in january.                                  |
15724
15725         * src/about.c
15726                 show build parameters for LDAP and JPilot
15727
15728         * src/summaryview.c
15729                 revert Christoph's bugfix for selecting next unread message, 
15730                 because folder stats aren't updated correctly
15731
15732 2001-07-08 [hoa]
15733
15734         * src/filtering.c
15735         * src/mainwindow.c
15736         * src/matcher.c
15737         * src/matcher_parser_lex.l
15738         * src/matcher_parser_parse.y
15739         * src/prefs_filtering.c
15740         * src/prefs_scoring.c
15741         * src/scoring.c
15742                 bugfix of the config file parser
15743
15744 2001-07-08 [alfons]
15745
15746         * src/Makefile.am
15747                 added generated matcher sources to BUILT_SOURCES
15748
15749 2001-07-08 [hoa]
15750
15751         * src/Makefile.am
15752         * src/.cvsignore
15753                 added new config file parser
15754
15755         * src/scoring.[ch]
15756         * src/filtering.[ch]
15757         * src/matcher.[ch]
15758         * src/prefs_filtering.c
15759         * src/prefs_matcher.c
15760         * src/prefs_scoring.c
15761         * added src/matcher_parser.h
15762         * added src/matcher_parser_lex.h
15763         * added src/matcher_parser_lex.l
15764         * added src/matcher_parser_parse.y
15765                 lex & yacc config file parser
15766
15767         * src/mbox.c
15768         * src/inc.c
15769         * src/main.c
15770                 changes prefs_filtering into global_filtering           
15771
15772         * src/summaryview.c
15773                 build threads with subjects only if "Re: " is at the
15774                 beginning of the subject
15775
15776 2001-07-07 [paul]
15777
15778         0.5.0claws
15779
15780         sync with sylpheed 0.5.0
15781                 change of version number only
15782
15783 2001-07-06 [paul]
15784
15785         0.5.0claws5
15786
15787         sync with sylpheed 0.5.0pre5
15788
15789 2001-07-05 [paul]
15790
15791         sync with sylpheed 0.5.0pre4 release
15792                 /po and /manual/ja not sync'ed
15793
15794 2001-07-04 [paul]
15795
15796         more sync with sylpheed 0.5.0pre4
15797
15798 2001-07-03 [christoph]
15799
15800         * src/addressbook.c
15801                 fixed address book broken by address book
15802                 for VCard, JPilot, LDAP
15803
15804 2001-07-03 [alfons]
15805
15806         * src/matcher.c
15807         * src/textview.c
15808                 stopped memory leaks
15809
15810 2001-07-03 [paul]
15811
15812         more sync with sylpheed 0.5.0pre4
15813
15814 2001-07-02 [match]
15815
15816         * included address book patch for VCard, JPilot, LDAP
15817         * pref_common.c - fixed Font options on Display tab (cosmetic)
15818         * alertpanel.c - fixed truncated message
15819
15820 2001-07-02 [christoph]
15821
15822         * src/mbox_folder.c
15823         * src/procmsg.[ch]
15824         * src/summaryview.c
15825                 mark threads for ignoring
15826
15827 2001-07-02 [paul]
15828
15829         0.5.0claws4
15830
15831         * sync with sylpheed 0.5.0pre4
15832                 updated gettext to 0.10.38.
15833
15834 2001-07-01 [paul]
15835
15836         * src/ mainwindow.c
15837         * src/procmsg.h
15838         * src/summaryview.[ch]
15839                 new right-click option: Label.
15840                 substitute for 'Mark-->Mark/Unmark', colours the line.
15841                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15842
15843 2001-07-01 [christoph]
15844
15845         * src/folderview.c
15846                 fixed font for trash
15847         * src/summaryview.c
15848                 move ctree to unread message
15849
15850 2001-07-01 [paul]
15851
15852         * sync with sylpheed 0.5.0pre3 release
15853
15854 2001-06-30 [alfons]
15855
15856         * src/filesel.[ch]
15857         * src/compose.c
15858                 allow inserting / attaching multiple files in
15859                 the composer window
15860
15861 2001-06-30 [paul]
15862
15863         * src/codeconv.c
15864                 small change to Alfons' previous stuff so that it
15865                 actually makes
15866
15867 2001-06-30 [alfons]
15868
15869         * lots of files changed; first attempt to merge the changes
15870           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15871
15872 2001-06-30 [paul]
15873
15874         * po/pt_BR.po
15875                 updated and completed, translations by Fabio
15876                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15877
15878 2001-06-29 [alfons]
15879
15880         * src/compose.c
15881         * src/mimeproc.[ch]
15882                 allow selecting an attached files' mime type from a 
15883                 list of types.
15884
15885 2001-06-29 [paul]
15886
15887         * more sync with sylpheed 0.5.0pre3
15888
15889 2001-06-29 [paul]
15890
15891         * po/pt_BR.po
15892                 merge with sylpheed.pot and pt_BR.po provided by
15893                 Fabio Junior Beneditto.
15894
15895 2001-06-29 [darko]
15896
15897         * src/procmime.c
15898                 make MIME types case insensitive
15899
15900 2001-06-28 [alfons]
15901
15902         * po/nl.po
15903                 merge with sylpheed.pot and old nl.po; translations added.
15904
15905 2001-06-28 [paul]
15906
15907         * more sync with sylpheed 0.5.0pre3
15908
15909 2001-06-27 [alfons]
15910
15911         * src/summaryview.c
15912                 don't crash when removing parent node of messages
15913                 attracted by subject. this was caused by not deleting
15914                 the parent node from the subject line hash table.
15915
15916 2001-06-27 [alfons]
15917
15918         * src/summaryview.c
15919         * src/compose.[ch]
15920         * src/mainwindow.c
15921                 if there are multiple messages selected, allow forwarding
15922                 them as attachments.
15923
15924 2001-06-27 [paul]
15925
15926         * more sync with sylpheed 0.5.0pre3
15927
15928 2001-06-26 [paul]
15929
15930         0.5.0claws3
15931
15932         * sync with sylpheed 0.5.0pre3
15933
15934 2001-06-25 [paul]
15935
15936         * src/mainwindow.c
15937                 fixed 'compose news article' bug
15938                 from icon-and-text toolbar
15939
15940 2001-06-25 [paul]
15941
15942         * sync with sylpheed 0.5.0pre2 release
15943
15944 2001-06-24 [christoph]
15945
15946         * src/prefs_common.c
15947                 bug fix in font selection
15948         * src/folderview.c
15949                 use sylpheed's normal font instead of
15950                 gtk default font for folders without
15951                 new messages
15952
15953 2001-06-24 [alfons]
15954
15955         * src/mainwindow.[ch]
15956                 added composite compose mail / news button (an idea by Leandro
15957                 Pereira <leandro@linuxmag.com.br>)
15958
15959 2001-06-24 [paul]
15960
15961         Added instructions for ldif-to-xml.py
15962
15963         * tools/README
15964
15965 2001-06-23 [alfons]
15966
15967         Some minor things.
15968
15969         * src/pixmaps/stock_news_compose.xpm
15970                 added pixmap by Leandro
15971         * src/prefs_common.c
15972                 tested built-in spelling checker of GCC 3.0 :)
15973         * po/nl.po
15974                 merged dutch translation of sylpheed-main with
15975                 sylpheed.pot
15976
15977 2001-06-23 [paul]
15978
15979         Added tools directory and files.
15980
15981         * tools/filter_conv.pl
15982                 converts old filter system to new filtering system
15983         * tools/ldif-to-xml.py
15984                 converts netscape addressbook to sylpheed addressbook
15985         * tools/README
15986                 descriptions/instructions for above two files
15987
15988 2001-06-23 [christoph]
15989
15990         * src/inc.c
15991         * src/manage_window.[ch]
15992         * src/prefs_common.[ch]
15993                 mail retrieval dialog can be enabled, disabled
15994                 or hidden if non of sylpheed's windows is active
15995
15996 2001-06-22 [paul]
15997
15998         0.5.0claws2
15999
16000         * sync with sylpheed 0.5.0pre2
16001
16002 2001-06-21 [christoph]
16003
16004         * src/summaryview.c
16005                 show recipient on 'from' for all accounts
16006                 
16007         * src/inc.c
16008         * src/prefs_common.[ch]
16009                 disable error popup on mail receive errors
16010
16011 2001-06-21 [alfons]
16012
16013         * src/compose.c
16014                 made the ruler correctly appear and disappear.
16015
16016         * src/Makefile.am
16017                 removed Hoa's work-in-progress-stuff (interesting!) so 
16018                 claws compiles ok.
16019
16020 2001-06-20 [christoph]
16021
16022         * src/inc.c
16023         * src/progressdialog.c
16024                 added scrolled window for list in progressdialog
16025
16026 2001-06-20 [paul]
16027
16028         sync with sylpheed 0.5.0pre1 release
16029
16030 2001-06-20 [christoph]
16031
16032         * src/summeryview.c
16033                 make building threads by subject work when
16034                 thread view is enabled
16035                 
16036         * src/compose.c
16037         * src/prefs_common.[ch]
16038                 automatically select account for mail replys
16039
16040 2001-06-19 [sergey]
16041
16042         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16043         they are filled in from the account settings.
16044
16045 2001-06-19 [paul]
16046
16047         * more sync with sylpheed 0.5.0pre1
16048
16049 2001-06-18 [alfons]
16050
16051         * src/Makefile.am,
16052           src/procmime.c
16053                 added --sysconfdir to CPPFLAGS for pointing to the correct
16054                 location of mime.types. 
16055
16056                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16057                 or ./configure!
16058
16059 2001-06-18 [hoa]
16060
16061         * src/summaryview.c
16062                 fixed some bug when building threads
16063
16064 2001-06-18 [pau]l
16065
16066         * src/prefs_account.c
16067                 UI stuff: More changes to the English
16068
16069 2001-06-18 [paul]
16070
16071         * src/pixmaps/stock_news_compose.xpm: new file
16072         * src/Makefile.am
16073         * src/mainwindow.c
16074         * src/summaryview.c
16075                 Added new icon for Hoa's 'compose a news
16076                 message', plus minor improvements to the
16077                 English
16078
16079         * po/ja.po
16080         * ChangeLog
16081         * ChangeLog.jp
16082                 more sync with sylpheed 0.5.0pre1
16083
16084 2001-06-18 [hoa]
16085
16086         * src/compose.[ch]
16087         * src/mainwindow.c
16088                 Follow-up and reply to
16089
16090         * src/summaryview.[ch]
16091                 Build threads also with subjects
16092
16093 2001-06-17 [hoa]
16094
16095         * src/compose.c
16096                 forwarding use the current account.
16097
16098         * src/mainwindow.c
16099                 the "compose message" button has been replaced with
16100                 "new mail" and "new news" buttons
16101
16102         * src/prefs_common.[ch]
16103                 added a configuration option to use the forward button
16104                 as "forward as attachment"
16105                 changed reply and forward format description
16106
16107         * src/quote_fmt_lex.l
16108         * src/quote_fmt_parse.y
16109                 added message with no signature in format for reply
16110                 and forward.
16111
16112 2001-06-17 [paul]
16113
16114         Minor UI stuff
16115
16116         * src/mainwindow.c
16117         * src/summaryview.c
16118                 Improvements to the English
16119
16120         * src/prefs_common.c
16121                 Improvements to the English and some
16122                 clarity/continuity improvements in the
16123                 description of Quote symbols.
16124
16125 2001-06-17 [paul]
16126
16127         0.5.0claws1
16128
16129         * sync with sylpheed 0.5.0pre1
16130
16131 2001-06-17 [hoa]
16132
16133         * src/compose.c
16134                 Better interface for compose, displayed fields
16135                 are updated whenever we change account.
16136                 Newsgroups field is automatically filled.
16137
16138         * src/mainwindow.c
16139                 Newsgroups field is automatically filled.
16140
16141         * src/prefs_account.c
16142                 Some interface stuff when fields appear and
16143                 disappear.
16144
16145 2001-06-16 [paul]
16146
16147         0.4.99claws
16148
16149         * sync with sylpheed 0.4.99
16150
16151 2001-06-16 [sergey]
16152
16153         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16154         base64_decoder_free, base64_decoder_decode): new object and
16155         functions for decoding base64 streams.
16156         * src/procmime.c (procmime_decode_content): modified to use the
16157         new base64 decoder.
16158
16159 2001-06-15 [paul]
16160
16161         0.4.99claws10
16162
16163         * sync with sylpheed 0.4.99cvs11
16164
16165 2001-06-13 [paul]
16166
16167         0.4.99claws9
16168
16169         * sync with sylpheed 0.4.99cvs9
16170
16171 2001-06-13 [hoa]
16172
16173         * src/compose.c
16174         * src/prefs_account.c
16175
16176                 SMTP server can be defined in the news account
16177                 mime type of attachment are kept.
16178
16179         * src/summaryview.c
16180
16181                 now choose the highest important score between default
16182                 and important score of folder.
16183
16184 2001-06-09 [alfons]
16185         
16186         * src/prefs_common.c: 
16187
16188                 (prefs_quote_description_create): corrected description of 
16189                 quote format characters
16190
16191 2001-06-09 [paul]
16192
16193         0.4.99claws8
16194
16195         * sync with sylpheed 0.4.99cvs8
16196
16197 2001-06-08 [sergey]
16198
16199         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16200         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16201
16202 2001-06-08 [paul]
16203
16204         0.4.99claws7
16205
16206         * sync with sylpheed 0.4.99cvs7
16207
16208 2001-06-06 [sergey]
16209
16210         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16211         clashes with autogenerated header).
16212         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16213         * src/Makefile.am: added quote_fmt.h.
16214         * src/.cvsignore: added lex/yacc autogenerated files
16215         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16216
16217 2001-06-06 [paul]
16218
16219         0.4.99claws6
16220
16221         * sync with sylpheed 0.4.99cvs6
16222
16223 2001-06-06 [hoa]
16224
16225         * added src/quote_fmt_parse.h
16226         * src/compose.c
16227                 removed warnings
16228
16229         * src/prefs.[ch]
16230                 don't modify readonly configuration files
16231
16232         * src/prefs_account.c
16233         * src/prefs_common.c
16234         * src/prefs_customheader.c
16235         * src/prefs_display_header.c
16236         * src/prefs_filter.c
16237         * src/prefs_filtering.c
16238         * src/prefs_scoring.c
16239                 don't open dialog box when configuration files
16240                 are readonly
16241
16242 2001-06-05 [sergey]
16243
16244         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16245
16246         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16247         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16248         BUILT_SOURCES to make all files rebuild properly.
16249
16250         * src/compose.c: removed #include "quote_fmt.tab.h".
16251
16252         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16253         CHARACTER value in yylval.
16254
16255         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16256         receive CHARACTER value by documented means (yylval).
16257
16258         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16259
16260 2001-06-05 [hoa]
16261
16262         * src/Makefile.am
16263                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16264
16265         * src/filtering.c
16266         * src/matcher.c
16267         * src/matcher.h
16268         * src/prefs_filtering.c
16269                 now keep the configuration for execute action
16270
16271         * src/mbox_folder.c
16272                 fixed a warning
16273
16274 2001-06-05 [paul]
16275
16276         * sync with sylpheed 0.4.99cvs5
16277
16278 2001-06-05 [hoa]
16279
16280         * src/Makefile.am
16281                 added quote_fmt.[ch]
16282
16283         * added src/quote_fmt.y
16284         * added src/quote_fmt.l
16285         * added src/quote_fmt.tab.h
16286         * added src/quote_fmt.tab.c
16287         * added src/lex.quote_fmt.c
16288                 parsing configuration for replying
16289                 and forwarding
16290
16291         * src/prefs_common.[ch]
16292                 added configuration UI for replying
16293                 and forwarding
16294
16295         * src/compose.c
16296                 using configuration for replying
16297                 and forwarding
16298
16299 2001-06-04 [hoa]
16300
16301         * src/filtering.c
16302         * src/matcher.c
16303         * src/matcher.h
16304         * src/prefs_filtering.c
16305         * src/prefs_matcher.c
16306         * src/prefs_matcher.h
16307                 action "run a command" for filtering
16308                 and matching with a command.
16309                 fixed the "whole message" matching
16310
16311         * src/mbox_folder.c
16312                 changed temporary filename for security
16313
16314         * src/messageview.c
16315                 queue the notification if it fails to send.
16316
16317         * src/prefs_common.c
16318         * src/prefs_folder_item.c
16319                 changed the default important score             
16320
16321         * src/prefs_scoring.c
16322         * src/scoring.c
16323                 hide kill score input when the folder is not
16324                 a newsgroup
16325
16326 2001-06-03 [alfons]
16327
16328         * src/prefs_common.c:
16329
16330                 (prefs_font_select): pass font name in font entry box to font
16331                 selection dialog.
16332
16333 2001-06-03 [sergey]
16334
16335         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16336
16337 2001-06-03 [paul]
16338
16339         * sync with sylpheed 0.4.99cvs4
16340
16341 2001-06-03 [alfons]
16342
16343         * src/headerwindow.c:
16344
16345                 (headerwindow_show_cb): use the selected summary view item, not
16346                 the displayed item.
16347
16348 2001-06-02 [alfons]
16349
16350         * src/headerwindow.c:
16351
16352                 (headerwindow_show_cb): always try to show msginfo
16353
16354 2001-06-02 [hoa]
16355
16356         * src/compose.c
16357                 keep attached parts when reediting or forwarding.
16358
16359 2001-06-01 [hoa]
16360
16361         * src/folderview.c
16362         * src/prefs_folder_item.[ch]
16363         * src/prefs_scoring.[ch]
16364         * src/scoring.[ch]
16365         * src/summaryview.[ch]
16366         * src/main.c
16367         * src/mainwindow.c
16368         * src/prefs_common.[ch]
16369                 support for folder scoring
16370                 kill score and important score for messages
16371         
16372         * src/prefs_account.c
16373                 some display bug fixed for local account
16374                 preferences
16375
16376 2001-05-31 [alfons]
16377
16378         * src/summaryview.c:
16379
16380                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16381                 sender to address book menu item is disabled.
16382
16383 2001-05-30 [hoa]
16384
16385         * src/filtering.[ch]
16386         * src/summaryview.c
16387                 handling summary menu / filter messages
16388
16389         * src/folder.[ch]
16390                 add some stuff
16391
16392         * src/foldersel.c
16393                 imap folders now appears in list
16394
16395         * src/mbox_folder.c
16396                 doesn't crash if destination mail is not writeable
16397
16398 2001-05-29 [hoa]
16399
16400         * src/compose.c
16401                 removed some warnings
16402
16403         * src/filtering.c
16404         * src/folder.[ch]
16405         * src/prefs_filtering.c
16406                 global string to identify any folders           
16407                 removed some debug info
16408                 filtering to mbox folders is now possible
16409
16410         * src/mainwindow.c
16411                 removed some warnings
16412
16413         * src/mbox_folder.c
16414                 permission on files are changed to read/write for user only,
16415                 nothing for other.
16416                 creation of subfolder is handled better.
16417
16418 2001-05-28 [alfons]
16419
16420         Verified the sync for src/prefs_common.[ch] and
16421         src/prefs_account.[ch]. I believe there were some
16422         minor indentation differences.
16423
16424 2001-05-28 [paul]
16425
16426         0.4.99claws3
16427
16428         * sync with 0.4.99cvs3
16429
16430 2001-05-28 [hoa]
16431
16432         * src/compose.c
16433                 handling flags for mbox format
16434
16435         * src/filtering.c
16436                 use of mark file only for MH format
16437                 handling flags for mbox format
16438                 filtering cannot yet move or copy mails to mbox folders.
16439
16440         * src/folder.[ch]
16441                 changed move_msg, copy_msg,
16442                 move_msgs_with_dest, copy_msgs_with_dest functions
16443                 uses only folder->copy_msg() function
16444                 uses folder->finished_copy() to handle the destination
16445                 folder at the end of the copy or move operation.
16446
16447         * src/foldersel.c
16448                 included mbox directories.
16449
16450         * src/folderview.[ch]
16451         * src/mainwindow.c
16452                 handle folders operation for mbox format
16453
16454         * src/mbox.c
16455                 disable conversion of "From " header
16456
16457         * src/mbox_folder.[ch]
16458                 completion of mbox format handling
16459
16460         * src/mh.c
16461                 changed mh_copy_msg() function and
16462                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16463                 mh_copy_msgs_with_dest()
16464
16465         * src/prefs_filtering.c
16466                 removed some warnings
16467
16468         * src/prefs_matcher.c
16469                 default boolean operation is AND
16470
16471         * src/procheader.c
16472                 handling flags for mbox format
16473                 handling of "From " header
16474
16475         * src/procmsg.[ch]
16476                 removed data field
16477                 added MSG_REALLY_DELETED flags to handle deletion of
16478                 messages in mbox format.
16479
16480         * src/summaryview.c
16481                 handling flags for mbox format
16482                 disable the MSG_DELETED flags when messages
16483                 are deleted in mbox format
16484
16485         * src/textview.c
16486                 "From " headers display fixed.
16487
16488 2001-05-27 [alfons]
16489
16490         * src/textview.c:
16491                 
16492                 (get_email_part): skip quoted email addresses, like in e.g.
16493                 "'alfons@proteus.demon.nl'".
16494
16495 2001-05-26 [alfons]
16496
16497         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16498         and fixing the persistence troubles when using separate windows.
16499
16500         * src/mainwindow.c:
16501         
16502             Added #define SEPARATE_ACTION used in the gtk item factory for 
16503             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16504                 use gtk_item_factory_get_widget_by_action() to get the items.
16505                 
16506             Removed separate_widget_cb from the gtk item factory data   
16507           
16508             (mainwindow_create): connect separate_widget_cb() to check
16509             menu item "toggled" signal. also passing a MainWindow pointer
16510                 as object data for both check menu items.
16511                 
16512             (separate_widget_cb): definition of separate_widget_cb() to match
16513             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16514                 window using gtk_object_get_data(). The type of window separation 
16515                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16516         
16517         * src/prefs_filtering.c,
16518           src/prefs_matcher.c: added horizontal scrollbars
16519
16520 2001-05-25 [darko]
16521
16522         * src/headerview.c
16523                 fix segfault with invalid bold font
16524         * src/summaryview.c
16525                 correctly display summary stats after row is marked
16526
16527 2001-05-23 [sergey]
16528
16529         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16530         encodings with libjconv.
16531
16532 2001-05-23 [hoa]
16533
16534         * src/Makefile.am
16535                 added mbox_folder.[ch]
16536         * src/defs.h
16537                 mbox temporary folder
16538         * src/folder.[ch]
16539         * added src/mbox_folder.[ch]
16540         * src/folderview.c
16541         * src/procheader.[ch]
16542                 added mbox support
16543         * src/mbox.c
16544                 bugfix for file incorporation filtering
16545         * src/imap.c
16546                 enable creation of MBOX
16547         * src/prefs_display_header.c
16548                 enable use of headers like "From "
16549                 something that should be fixed :
16550                         displaying of such headers add an extra space
16551         * src/prefs_folder_item.c
16552                 don't create folders because it is not necessary
16553         * src/procmsg.h
16554                 added data field to MsgInfo for mbox internal use
16555         * src/summaryview.c
16556                 added some support for mbox
16557         * src/utils.[ch]
16558                 added get_mbox_cache_dir() function
16559
16560 2001-05-23 [hiroyuki]
16561
16562         * src/headerwindow.c
16563           src/inc.c
16564           src/main.c
16565           src/mh.c
16566           src/nntp.c
16567           src/procmsg.h
16568           src/session.h
16569           src/socket.[ch]
16570           src/summaryview.c
16571           src/textview.c
16572           src/automaton.c
16573           src/folderview.c: more sync with 0.4.99cvs2.
16574
16575         * src/headerwindow.c: reverted.
16576
16577 2001-05-22 [paul]
16578
16579         0.4.99claws2
16580
16581         * sync with sylpheed 0.4.99cvs2
16582                 * src/news.[ch]
16583                 * src/nntp.[ch]
16584                 * INSTALL
16585                 * INSTALL.jp
16586
16587 2001-05-22 [alfons]
16588
16589         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16590
16591 2001-05-21 [alfons]
16592
16593         Minor things:
16594
16595         * configure.in: if gnome-config not found, "no" is displayed
16596         
16597         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16598
16599         * src/textview.c: now also possible to add mail addresses by right
16600           clicking in the text view
16601
16602         * src/codeconv.c: merged patch which fixes endless loop when encountering
16603           invalid wide characters; from Alte <010@imis.ru>  
16604
16605 2001-05-20 [alfons]
16606
16607         Added installation of gnome specific things:
16608
16609         * Makefile.am: gnome conditional
16610
16611         * configure.in: check for installed gnome
16612
16613         * added sylpheed.png, sylpheed.desktop
16614
16615 2001-05-20 [sergey]
16616
16617         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16618
16619         * src/mainwindow.h (main_window_toolbar_create): created a button
16620         for "Reply to all".
16621         (main_window_set_toolbar_sensitive): enable/disable the new button
16622         appropriately.
16623         (toolbar_reply_to_author_cb): handle the new button.
16624
16625         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16626         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16627         failure).
16628
16629 2001-05-19 [sergey]
16630
16631         * src/compose.h (ComposeReplyMode): new modes
16632         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16633         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16634
16635         * src/compose.c
16636         (compose_send): move some code into a new function:
16637         (compose_current_mail_account): new function.
16638         (compose_reply): new argument to_author, all callers changed; if
16639         to_author==TRUE and account->protocol==A_NNTP, find and use an
16640         appropriate mail account for replying.
16641         (compose_reply_set_entry): new argument to_author; ignore
16642         compose->replyto if to_author==TRUE.
16643
16644         * src/mainwindow.c: new command "Message/Reply to author".
16645         (main_window_set_menu_sensitive): enable/disable it.
16646         (reply_cb): handle it.
16647
16648         * src/summaryview.c: new command "Reply to author".
16649         (summary_set_menu_sensitive): enable/disable it.
16650         (summary_reply_cb): handle it.
16651
16652         * src/account.c (account_find_mail_from_address): new function.
16653
16654 2001-05-18 [paul]
16655
16656         0.4.99claws1
16657
16658         * sync with sylpheed 0.4.99cvs1
16659
16660 2001-05-18 [hoa]
16661
16662         * src/compose.[ch]
16663         * src/filtering.c
16664         * src/summaryview.c
16665                 new filtering action : forward and forward as attachment
16666
16667         * src/main.c
16668                 no need for $DISPLAY when we run sylpheed --help
16669                 call to parse_cmd_opt() is moved
16670
16671         * src/mainwindow.[ch]
16672                 execute button is hidden when immediate execute
16673                 is chosen
16674
16675         * src/mh.c
16676         * src/news.c
16677         * src/prefs_folder_item.c
16678         * src/procmsg.c
16679                 better handling of missing directories
16680
16681         * src/summaryview.c
16682                 reedit is enabled in outbox
16683                 reedit is enabled in queue
16684
16685 2001-05-17 [hoa]
16686
16687         * src/filtering.c
16688         * src/matcher.[ch]
16689         * src/prefs_filtering.c
16690                 changed attachement into attachment
16691
16692 2001-05-17 [alfons]
16693
16694         0.4.67claws4    
16695
16696         * sync with sylpheed 0.4.67cvs9
16697         * sync with sylpheed 0.4.67cvs7-8
16698
16699 2001-05-17 [hoa]
16700
16701         * src/Makefile.am
16702                 added prefs_filtering.c
16703
16704         * src/filtering.[ch]
16705         * src/matcher.[ch]
16706                 removed action : forward_news and forward_news_as_attachement
16707                 (forward and forward_as_attachement can be used instead)
16708
16709         * src/mainwindow.c
16710                 added menu option to access filtering configuration
16711
16712         * src/prefs_account.c
16713                 changed mail_command default to /usr/sbin/sendmail
16714
16715         * added src/prefs_filtering.[ch]
16716                 dialog box for filtering configuration
16717
16718         * src/prefs_matcher.c
16719                 added function prefs_matcher_get_criteria_from_matching()
16720
16721         * src/prefs_scoring.c
16722                 reset the dialog when register or substitute is clicked
16723
16724 2001-05-15 [hoa]
16725
16726         * src/Makefile.am
16727                 added filtering.[ch]
16728         * src/inc.c
16729                 using filering.[ch] instead of filter.[ch]
16730         * src/main.c
16731                 reading new filtering configuration
16732         * src/matcher.[ch]
16733                 added some filtering actions
16734                 and fixed a bug for headers and mail body matching
16735         * src/mbox.c
16736                 using filering.[ch] instead of filter.[ch]
16737         * src/mh.c
16738                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16739         * src/summaryview.c
16740                 some fixes for filtering
16741
16742 2001-05-14 [hiroyuki]
16743
16744         * src/send.c: fixed some weird indentations.
16745           send_message_with_command(): call pclose() only if p != NULL.
16746         * src/textview.c: get_email_part(): modified the code for readability.
16747
16748 2001-05-14 [hiroyuki]
16749
16750         * src/md5global.h
16751           src/md5ify.c
16752           src/md5ify.h: removed from the cvs.
16753
16754 2001-05-13 [sergey]
16755
16756         * src/main.c: include rfc2015.h to avoid compiler warnings.
16757         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16758         the panel is already on screen.
16759         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16760         closing the alert window by ESC as "No".
16761         * src/prefs_common.c (prefs_interface_create): moved return
16762         receipt check button to the correct place.
16763
16764 2001-03-13 [alfons]
16765
16766         * src/prefs_common.c: 
16767                 moved return receipt check button to the Send tab. (prefs_send_create)
16768                 removed the date format ui related globals. (prefs_display_create)
16769
16770         0.4.67claws3
16771         
16772         * sync with sylpheed 0.4.67cvs5-6
16773
16774 2001-05-13 [paul]
16775
16776         * added Alfons' font selection patch
16777
16778         * src/defs.h
16779         * src/headerwindow.c
16780         * src/prefs_common.c
16781         * src/prefs_common.h
16782
16783 2001-05-13 [hoa]
16784         * src/defs.h
16785                 changed version of cache
16786         * src/matcher.[ch]
16787         * src/prefs_matcher.c
16788                 added additionnal matching criteria
16789         * src/procheader.c
16790         * src/procmsg.[ch]
16791         * src/news.c
16792                 added references in MsgInfo
16793
16794 2001-05-12 [hoa]
16795
16796         * src/defs.h
16797                 prepared some things for new filtering
16798         * src/matcher.[ch]
16799                 added some matching properties
16800                 inreplyto need to be enhanced
16801                 prepared some things for new filtering
16802         * src/messageview.c
16803                 added Return-Receipt-To handling
16804         * src/prefs_folder_item.c
16805                 changed default value to TRUE
16806         * src/prefs_matcher.c
16807                 added some matching properties
16808         * src/prefs_scoring.[ch]
16809                 the scoring dialog is finished
16810         * src/procheader.c
16811                 added Return-Receipt-To handling
16812                 Reference need to be added
16813         * src/procmsg.[ch]
16814                 added Return-Receipt-To handling
16815                 added threadscore to get a better score sorting when
16816                 threads are enabled
16817         * src/summaryview.c
16818                 suppressed a bug when we sort the list
16819                 when no folder is opened.
16820                 better score sorting when threads are enabled
16821
16822 2001-05-12 [alfons]
16823
16824         * reverted previous patch because of potential errors 
16825
16826         0.4.67claws2
16827         
16828         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16829                 applied "toggle mail-retrieval dialog window" patch submitted 
16830                 by Eric Limpens <eric@qnt.net>
16831
16832         * sync with sylpheed 0.4.67cvs4
16833
16834 2001-05-12 [sergey]
16835
16836         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16837         some picky compilers.
16838         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16839         * src/grouplist_dialog.c: include alertpanel.h.
16840         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16841         fix compile warning.
16842         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16843         #include "defs.h" before others to prevent the warning of `MIN'
16844         and `MAX' redefinition.
16845
16846 2001-05-11 [hoa]
16847
16848         * src/main.c
16849         * src/messageview.c
16850         * src/prefs_account.c
16851         * src/prefs_display_header.c
16852                 removed warning
16853         * src/Makefile.am
16854                 added prefs_scoring.[ch]
16855         * src/grouplist_dialog.c
16856                 display an error dialog box if the group list
16857                 cannot be fetched.
16858         * src/mainwindow.[ch]
16859                 added main_window_set_thread_option() function
16860                 scoring dialog box enabled
16861         * src/matcher.[ch]
16862                 added flags matching unread /new / marked
16863                 / deleted / replied / forwarded
16864         * src/news.c
16865                 newsgroups are now finally in newscache
16866         * src/prefs_matcher.[ch]
16867                 finished preferences for matching dialog
16868         * added src/prefs_scoring.[ch]
16869                 scoring dialog box completed
16870         * src/scoring.[ch]
16871                 conversion to string : added scoringprop_to_string()
16872                 write config for preferences :
16873                 added prefs_scoring_write_config()
16874         * src/summaryview.c
16875                 threads can be enabled/disabled independently
16876                 for each folder
16877
16878 2001-05-10 [alfons]
16879
16880         0.4.67claws1
16881         
16882         * AUTHORS: 
16883                 thought it would be nice to have a list of all
16884                 contributors (used Changelog as a reference)
16885         
16886         * configure.in: 
16887                 messed up version numbering...
16888
16889         0.4.66claws1
16890
16891         * sync with sylpheed 0.4.67cvs1-3
16892
16893 2001-05-10 [darko]
16894
16895         * src/prefs_common.c:
16896                 better UI for strftime format, double clicking
16897                 on format now inserts the format in text entry
16898                 replaced close button with standard OK/Cancel
16899                 moved date format button to the right of the
16900                 text entry field
16901
16902 2001-05-09 [alfons]
16903
16904         * src/gtkstext.c:
16905                 Ctrl-Home / Ctrl-End have proper cursor navigation
16906
16907 2001-05-09 [hoa]
16908
16909         * src/prefs_matcher.c
16910                 finished UI to define matching properties
16911                 added ok and cancel button
16912         * src/prefs_filter.c
16913                 added ok and cancel button
16914         * src/news.c
16915                 fixed some bug in xhdr parsing
16916
16917 2001-05-08 [alfons]
16918
16919         * src/textview.c: 
16920                 fixed a bug in textview_show_header(), which displayed two colons (':');
16921                 cleaned up some warnings
16922
16923 2001-05-08 [hoa]
16924
16925         * src/Makefile.am
16926                 added prefs_matcher.[ch]
16927                 compilation with -W -Wall
16928         * src/alertpanel.c
16929                 ungrab the mouse events if grabbed - does it
16930                 fix the bug for disposition notification ?
16931         * src/mainwindow.c
16932                 added a menu option to open the matching dialog.
16933         * src/matcher.[ch]
16934                 added matcherprop_to_string() and matcherlist_to_string()
16935                 fixed some bugs, changed the name of some options
16936                 age_sup and age_inf becomes age_greater and age_lower,
16937                 body and messageheaders becomes body_part and headers_part,
16938                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16939         * src/prefs_display_header.c
16940         * src/prefs_headers.c
16941                 fixed a bug that accidentally destroyed dialogs
16942                 when closed them with delete_event
16943                 Added *_deleted() which handle delete_event signal correctly.
16944         * src/prefs_folder_item.[ch]
16945                 added "enable_thread" field for future customization
16946         * added src/prefs_matcher.[ch]
16947                 sample of the UI to define matching properties
16948         * src/procheader.c
16949                 using procheader_headername_equal instead of str*cmp functions
16950                 using procheader_parse_header() function
16951         * src/scoring.c
16952                 using MATCHING_XXX instead of SCORING_XXX
16953         * src/summaryview.c
16954                 display the sender of the news even if this is ourself
16955                 when this is a news message.
16956         * src/textview.c
16957                 using headername_equal() instead of str*cmp functions
16958
16959 2001-05-08 [alfons]
16960
16961         0.4.66claws
16962
16963         * sync with sylpheed 0.4.66
16964         * src/gtkstext.c: trace logs added 
16965
16966 2001-05-08 [sergey]
16967
16968         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16969         signature check popup.
16970         * src/rfc2015.c (check_signature): show signature check popup only
16971         if it is enabled in preferences.
16972
16973 2001-05-07 [alfons]
16974
16975         0.4.66claws4
16976         
16977         * sync with sylpheed 0.4.66cvs6
16978
16979 2001-05-07 [darko]
16980
16981         * src/prefs_common.[ch]: added option to enable/disable
16982           looking up sender name in address book for summary pane
16983         * src/summaryview.c: look up sender in the address book
16984           by using Alfons' address completion code
16985
16986 2001-05-07 [hiroyuki]
16987
16988         * src/inc.h
16989           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16990           member of Pop3State.
16991         * src/news.c: brought #include "defs.h" before #include <glib.h>
16992           to prevent the warning of `MIN' and `MAX' redefinition.
16993
16994 2001-05-06 [hoa]
16995
16996         * removed src/headers_display.[ch]
16997         * removed src/prefs_display_headers.[ch]
16998         * src/inc.c
16999                 use a temporary file in the user directory for mbox import
17000         * src/news.c
17001                 added XHDR support to get "To" and "Cc" headers
17002                 (in order to match news with to or cc field for
17003                 scoring)
17004                 added function news_parse_xhdr() to get XHDR response
17005         * src/nntp.[ch]
17006                 added function nntp_xhdr()
17007         * src/matcher.c
17008                 fetch the message if necessary
17009
17010 2001-05-06 [alfons]
17011
17012         0.4.66claws3
17013
17014         * sync with sylpheed 0.4.66cvs3-5
17015
17016 2001-05-06 [hoa]
17017
17018         * src/utils.[ch]
17019                 added function itos_buf() to enable use of several buffers
17020         * src/summaryview.c
17021                 use of itos_buf() instead of itos() in summary list
17022                 to fix the broken display of message number.
17023
17024 2001-05-06 [alfons]
17025
17026         * src/gtkstext.c: bug in cursor up navigation fixed,
17027                 fixed another unsigned / signed comparison (we're getting there :-)
17028
17029 2001-05-06 [hoa]
17030
17031         * src/Makefile.am
17032                 added scoring.c scoring.h
17033                 prefs_folder_item.c prefs_folder_item.h
17034                 matcher.c matcher.h
17035         * src/defs.h
17036                 added FOLDERITEM_RC SCORING_RC
17037         * src/folder.[ch]
17038                 added prefs field in FolderItem :
17039                 properties for each folder (PrefsFolderItem),
17040                 sorting type and mode were added as the first properties.
17041         * src/main.c
17042                 read config for scoring
17043         * added src/matcher.[ch]
17044                 gives functions to parse configuration file to do
17045                 matching on mails with a list of conditions.
17046         * src/mainwindow.c
17047                 add option to sort by score
17048         * src/prefs_common.[ch]
17049                 added preference option to show score and for
17050                 the score column size
17051         * added src/prefs_folder_item.[ch]
17052                 properties for each folder (PrefsFolderItem),
17053                 sorting type and mode were added as the first properties.
17054         * src/procheader.[ch]
17055                 added procheader_parse_header()
17056                 added procheader_header_free()
17057                 added procheader_headername_equal()
17058                 and made modification to use them.
17059         * src/procmsg.[ch]
17060                 added score field to MsgInfo structure
17061         * added src/scoring.[ch]
17062                 gives functions to parse configuration file to do
17063                 scoring on mails with a list of conditions.
17064         * src/summaryview.[ch]
17065                 save the sorting type and mode for the folder
17066                 added column to display the score of the mail
17067                 added function summary_score_clicked()
17068                 sorting type and mode are restored to the folder
17069                 when it is reopen
17070         * src/textview.c
17071                 use procheader_parse_header(), procheader_headername_equal()
17072                 removed memory leak in text_scan_header when freeing headers
17073         * src/filter.c
17074                 changed the function to match names of headers
17075                 using procheader_headername_equal()
17076
17077         Scoring functions are implemented, an interface is needed
17078         to configure that.
17079
17080 2001-05-04 [alfons]
17081
17082         * src/gtkstext.c: 
17083                 hopefully fixed the row up navigation bug,
17084                 removed adding back / forward lines to cache
17085
17086 2001-05-04 [sergey]
17087
17088         * src/prefs_display_headers.c: user interface changes:
17089         (prefs_display_headers_create): remove unused "Show" check button;
17090         allow reordering of headers by dragging.
17091         (prefs_display_headers_write_config): remove unused variables.
17092         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17093         of lists (not needed with the new UI).
17094         (prefs_display_headers_set_list): scan lists starting from row 0,
17095         not 1 (do not skip "(New)").
17096         (prefs_display_headers_find_header): new function.
17097         (prefs_display_headers_clist_set_row): do not allow duplicates.
17098         (prefs_display_headers_delete_cb): do not skip row 0; treat
17099         closing the alert window by ESC as "No".
17100         (prefs_display_headers_up): do not protect row 0.
17101         (prefs_display_headers_down): do not protect row 0.
17102
17103 2001-05-04 [sergey]
17104
17105         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17106         functions.
17107
17108         * src/summaryview.c
17109         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17110         summary_select_next_marked, summary_select_prev_marked): new
17111         functions.
17112
17113 2001-05-03 [sergey]
17114
17115         * src/news.c: fixed a bug when no article can be fetched after
17116         server timeout if the connection was restored by news_post():
17117         (news_select_group): new function.
17118         (news_fetch_msg): call news_select_group() before fetching
17119         article.
17120         (news_get_uncached_articles): set session->group after successful
17121         GROUP command.
17122
17123 2001-05-03 [hoa]
17124
17125         * src/defs.h
17126         * src/procmsg.[ch]
17127         * src/procheader.c
17128                  changed version of cache, added cc field
17129
17130         * src/prefs_display_headers.c
17131                 the interface was changed
17132
17133         * src/prefs_headers.c
17134                 added cancel button
17135
17136 2001-05-03 [alfons]
17137
17138         * completed sync of sylpheed cvs2
17139         * src/gtkstext.c: updated row up / down cursor navigation
17140         * src/textview.c: re-edited, prepared for fixing the email address
17141                 scanner.
17142
17143 2001-05-03 [darko]
17144
17145         * src/prefs_common.c: use alfons' strftime ui code
17146         entry_datefmt and datefmt_sample widgets have to be
17147         global in this module because of this change
17148
17149 2001-05-03 [hoa]
17150
17151         * src/messageview.c
17152         * src/prefs_common.[ch] added option to activate the return receipt
17153                 feature.
17154
17155 2001-05-02 [alfons]
17156
17157         * src/gtkstext.c: fix for row up/down cursor navigation. 
17158
17159         0.4.66claws2
17160         
17161         * sync with 0.4.66cvs2
17162
17163 2001-05-02 [paul]
17164
17165         added add-sender-to-addressbook patch
17166
17167         * src/addressbook.c
17168         * src/addressbook.h
17169         * src/summaryview.c
17170
17171 2001-05-02 [sergey]
17172
17173         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17174         G_ALERTDISABLE.
17175
17176         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17177         all existing callers changed to pass FALSE; create a check button
17178         to disable the message.
17179         (alertpanel_message_with_disable): new function.
17180         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17181         (alertpanel_button_toggled): new function.
17182         (alertpanel_button_clicked, alertpanel_close): set value using
17183         G_ALERT_VALUE_MASK.
17184
17185         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17186
17187         * src/prefs_common.c (prefs_privacy_create): new check button
17188         checkbtn_gpgme_warning.
17189
17190         * src/main.c (main): moved preferences reading before gpgme
17191         initialization; check prefs_common.gpgme_warning before giving the
17192         GnuPG warning and set it to FALSE if the user wants to disable the
17193         warning.
17194
17195 2001-05-02 [hiroyuki]
17196
17197         * src/prefs_display_headers.c: modified the layout and some labels.
17198
17199 2001-05-02 [sergey]
17200
17201         * src/prefs_account.c (prefs_account_fix_size): new function.
17202         (prefs_account_create): call prefs_account_fix_size(); use
17203         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17204         size when the window is shown for the first time).
17205         (prefs_account_basic_create): changed layout of serv_table; moved
17206         localmbox_entry above smtpserv_entry (logically it replaces
17207         POP3/IMAP server).
17208         (prefs_account_protocol_activated): set sensitivity of
17209         nntpauth_chkbtn according to the protocol (in addition to
17210         hide/show); commented out gtk_table_set_row_spacing() calls.
17211         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17212         not sensitive (fixes a bug with disabled username/password boxes
17213         when editing POP3 account after NNTP with authentication).
17214
17215 2001-05-02 [hoa]
17216
17217         * src/account.c
17218         * src/inc.c
17219         * src/prefs_account.[ch]
17220         * src/send.c
17221                 removed local account without SMTP server
17222                 added option to use mail command instead of a connexion
17223                 to SMTP server when a local account is used
17224         * src/prefs_headers.c
17225                 fixed a bug
17226         * src/news.c
17227                 fixed a bug when connexion immediately closed
17228
17229 2001-05-01 [alfons]
17230
17231         0.4.66claws1
17232         
17233         * sync with 0.4.65
17234
17235 2001-05-01 [sergey]
17236
17237         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17238         widget nntpauth_chkbtn.
17239         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17240         visibility.
17241         (prefs_account_nntpauth_toggled): new function.
17242
17243         * src/news.c (news_session_new_for_folder): use NNTP
17244         authentication only if ac->use_nntp_auth is set.
17245
17246 2001-05-01 [hoa]
17247
17248         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17249         * src/prefs_display_headers.c changed the UI
17250         * src/prefs_headers.c changed account_name to account_id
17251         * src/compose.c using customheader.h
17252
17253 2001-05-01 [hiroyuki]
17254
17255         * src/esmtp.c
17256           src/news.c
17257           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17258           unsynched.
17259
17260 2001-05-01 [hoa]
17261
17262         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17263         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17264                 for displaying of headers
17265         * src/grouplist_dialog.[ch] minor changes to remove warnings
17266         * src/prefs_display_headers.[ch] dialog to choose the
17267         headers to display in the mail viewer.
17268         * src/headers.h correction of #define
17269         * src/headers_display.[ch] configuration for displaying of headers.
17270         * src/main.c read config of displaying of headers
17271         * src/prefs_common.c add a button to access the config dialog
17272                 for displaying of headers
17273         * src/prefs_display_headers.[ch] dialog for configuration for
17274                 displaying of the headers.
17275         * src/prefs_headers.c cleaning of code
17276         * src/procheader.c comments added to code
17277         * src/textview.c changes to reorder the headers depending
17278                 on the config for displaying of headers
17279
17280 2001-04-30 [alfons]
17281
17282         0.4.65claws7
17283
17284         * sync with 0.4.65cvs12
17285
17286         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17287
17288 2001-04-30 [sergey]
17289
17290         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17291
17292         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17293         is set to force reconnection after authentication failure.
17294         (nntp_gen_command): set sock->auth_failed on authentication
17295         failure, or if sock->userid and sock->passwd are not set.
17296
17297         * src/news.c (news_session_new_for_folder): set userid=NULL if
17298         password dialog is cancelled.
17299
17300 2001-04-30 [sergey]
17301
17302         * src/nntp.h (NNTPSockInfo): new type.
17303
17304         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17305         SockInfo.
17306         (nntp_open_auth, nntp_close): new functions.
17307         (nntp_gen_command): new function to handle authentication; all
17308         NNTP command functions updated to use it.
17309         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17310         (nntp_list): removed old useless code.
17311
17312         * src/news.h (NNTPSession): new field nntp_sock.
17313
17314         * src/news.c: all functions updated to use NNTPSockInfo instead of
17315         SockInfo.
17316         (news_session_new): new arguments (userid, passwd); made static;
17317         use nntp_open_auth() if needed.
17318         (news_session_destroy): use nntp_close() instead of sock_close().
17319         (news_query_password): changed arguments.
17320         (news_session_new_for_folder): new function.
17321         (news_session_get): use news_session_new_for_folder().
17322         (news_authenticate): deleted.
17323         (news_get_uncached_articles): removed old authentication code.
17324
17325 2001-04-30 [sergey]
17326
17327         * src/news.c: reverted my previous changes (need to do NNTP
17328         authentication in a cleaner way).
17329         
17330 2001-04-29 [sergey]
17331
17332         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17333         news_nntp_post, news_nntp_mode): new functions (wrappers with
17334         authentication support).
17335         (news_get_article_cmd, news_get_article, news_get_header): new
17336         argument "folder"; all callers changed.
17337         (news_get_article_cmd): added authentication support.
17338         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17339         (news_post): use news_nntp_post() instead of nntp_post().
17340         (news_get_uncached_articles): use news_nntp_group() instead of
17341         nntp_group() and news_nntp_xover() instead of nntp_xover();
17342         removed old authentication code.
17343         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17344
17345         * src/nntp.c (nntp_list): return real error code instead of
17346         hardcoded NN_ERROR.
17347
17348 2001-04-29 [sergey]
17349
17350         * configure.in: fixed wint_t typedef detection again
17351
17352 2001-04-28 [hoa]
17353
17354         * src/prefs_account.[ch], added A_LOCAL_CMD
17355                 (send mail with mail command)
17356         * src/send.c added function send_message_with_command()
17357         * src/inc.c made a more secure get_spool() function with
17358                 mktemp() but maybe mkstemp() or something more
17359                 secure can be used.
17360
17361 2001-04-28 [alfons]
17362
17363         * src/textview.c, colorization of email addresses in headers
17364
17365         0.4.65claws6
17366
17367         * bug sync with sylpheed
17368         * prefs_common.c: created date format ui for darko
17369         * sync with 0.4.65cvs11
17370         * configure.in: corrected to have the new gpg checks
17371
17372 2001-04-27 [alfons]
17373
17374         * completed sync with 0.4.65cvs10
17375         * minor debug things added to gtkstext.c
17376
17377 2001-04-27 [darko]
17378
17379         * configure.in: remove check for availability of
17380           strftime() as advised by Hiroyuki
17381         * src/prefs_common.[ch], src/procheader.c:
17382           synch strftime() code with Hiroyki's main branch
17383
17384 2001-04-26 [sergey]
17385
17386         * src/news.c: news_query_password(), news_authenticate(): new
17387           functions.
17388           news_get_uncached_articles(): added NNTP authentication
17389           handling.
17390         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17391           new functions.
17392         * src/prefs_account.c: prefs_account_protocol_activated():
17393           enable userid and password fields for NNTP.
17394
17395 2001-04-26
17396
17397         * configure.in: check for availability of strftime()
17398           [darko]
17399         * src/prefs_common.[ch], src/procheader.c: use
17400           strftime() for displaying date in summary pane if it
17401           is available
17402
17403 2001-04-25
17404
17405         * more .cvsignore cleanups [alfons]
17406
17407 2001-04-25
17408
17409         * ac/sv-check-type.m4: new autoconf macro.
17410         * configure.in: fixed wint_t typedef detection (did not work
17411           with gcc-2.96).
17412
17413 2001-04-25
17414
17415         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17416           [hiroyuki]
17417
17418 2001-04-24
17419         * modified gtkstext.c : buggy cursor navigation fixed, 
17420           and font descent also taken in account when drawing
17421           cursor. [alfons]
17422
17423 2001-04-24 [hoa]
17424         * added comments in src/news.c src/nntp.c
17425         * added src/prefs_headers.[ch]
17426         * added src/headers.[ch]
17427         * modified compose.c to activate custom headers
17428                 added function is_in_custom_headers
17429         * modified prefs_account.[ch]
17430                 added function prefs_account_customhdr_edit
17431         * modified src/defs.h :
17432                 added HEADERS_RC : name of the config file
17433                 for the custom headers
17434
17435 2001-04-24
17436
17437     0.4.65claws5
17438
17439         * configure.in
17440           src/gtkstext.[ch]
17441           src/compose.c
17442           src/Makefile.am
17443           
17444           added gtkstext with configure.in patch by Hiroyuki which
17445           should fix the XIM detection [alfons]
17446
17447         * more clean up of cvs [alfons]
17448
17449                  * removed all Makefile.in files to attic.
17450
17451                  * updated all .cvsignores to really ignore things that could
17452                    be unintentionally committed by a recursive commit.
17453
17454 2001-04-23 [hoa]
17455         * added src/grouplist_dialog.[ch]
17456         * changed src/folderview.c to call grouplist_dialog instead
17457                 of inputdialog
17458         * src/news.c :
17459                 added functions news_reset_group_list
17460                 and news_get_group_list
17461         * src/nntp.c :
17462                 added function nntp_list
17463         * src/defs.h :
17464                 added GROUPLIST_FILE : name of the newsgroup list cache file
17465
17466 2001-04-21
17467
17468         * added option to warn about queued messages on exit [sergey]:
17469
17470           * src/compose.c: compose_queue(): call folder_item_scan()
17471             and folderview_update_item() after queueing.
17472           * src/folderview.c: folderview_update_node(): draw the queue
17473             folder in bold font if there are queued messages.
17474           * src/mainwindow.c: queued_messages(): new function.
17475             app_exit_cb(): display warning if there are queued messages
17476             if warn_queued_on_exit is set.
17477           * prefs_common.[ch]: add warn_queued_on_exit option.
17478
17479         * enhanced GnuPG key selection support [sergey]:
17480
17481           * src/select-keys.c: updated to newer version from Win32
17482             branch with support for selecting arbitrary keys.
17483           * src/prefs_account.c: added the Privacy tab to the account
17484             options window.
17485             prefs_account_privacy_create(),
17486             prefs_account_sign_key_set_data_from_radiobtn(),
17487             prefs_account_sign_key_set_radiobtn(): new functions.
17488           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17489           * src/rfc2015.c: set_signers(): new function.
17490             pgp_sign(): add the account parameter, call set_signers().
17491             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17492           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17493           * src/compose.c: pass the current account to rfc2015_sign().
17494
17495         * tag name claws added to prevent confusion with main branch [alfons]
17496
17497         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17498
17499         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17500
17501         * sync with recent sylpheed cvs. Untested though. [alfons]
17502