2911bc0ff079d20bb4085ae3aa950bbedcc0aa3e
[claws.git] / ChangeLog.claws
1 2003-07-19 [alfons]     0.9.3claws30
2
3         * src/procmsg.c
4         * src/compose.c
5         * src/common/utils.[ch]
6                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
7
8 2003-07-19 [alfons]     0.9.3claws29
9
10         * src/prefs_folder_item.c
11                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
12                 string pointers
13
14 2003-07-19 [luke]       0.9.3claws28
15
16         * src/messageview.c
17         * src/mimeview.[ch]
18         * src/procmime.h
19         * src/rfc2015.c
20         * src/stock_pixmap.[ch]
21         * src/gtk/Makefile.am
22         * src/Makefile.am
23         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
24         * src/pixmaps/mime_*.xpm                ** NEW **
25                 o mimeview rearrangement with a new icon shortcut bar
26         
27 2003-07-19 [alfons]     0.9.3claws27
28
29         * src/folderview.c
30                 o plug leaking nodes_to_recollapse
31                 o add folderview_recollapse_all_nodes() (not used yet)
32
33 2003-07-19 [alfons]     0.9.3claws26
34
35         * src/compose.c
36         * src/common/utils.c
37                 honour #240 "Better SUBJECT handling" by cleaning the prefix
38                 for both forwarding as replying
39
40 2003-07-18 [christoph]  0.9.3claws25
41
42         * configure.ac
43         * src/common/sylpheed.[ch]
44         * src/common/version.h.in
45                 add version in numeric form to allow easy comparison
46
47         * src/plugins/demo/demo.c
48                 add version check
49                 - sylpheed version > plugin version => never allowed, sylpheed
50                   could contain unknown API changes
51                 - sylpheed version < minimum version required => don't load,
52                   API required not available (if linking does not fail)
53
54 2003-07-18 [alfons]     0.9.3claws24
55         
56         * src/common/plugin.[ch]
57                 const correctness
58
59 2003-07-18 [christoph]  0.9.3claws23
60
61         * src/common/hooks.c
62                 fix crash when hooks where unregisted
63
64         * src/plugins/trayicon/trayicon.c
65                 unregister detroy signal before destroying the widget
66                 (still crashes when the plugin is unloaded)
67
68 2003-07-18 [alfons]     0.9.3claws22
69         
70         * src/folderview.c
71                 delay expanding folder tree during drags until timeout triggered
72                 (needs perhaps some tweaking, so testing is welcome)
73
74 2003-07-17 [alfons]     0.9.3claws21
75
76         * src/folderview.c
77                 clean up cruft
78
79 2003-07-17 [christoph]  0.9.3claws20
80
81         * src/common/session.c
82                 fix opening of SSL connections
83
84         * src/plugins/image_viewer/Makefile.am
85                 add OPENSSL_CFLAGS (we should find a better solution to remove
86                 this dependencies if they are not required)
87
88         * src/plugins/spamassassin/spamassassin.c
89                 remove setlocale workaround (fixed in libspamc)
90
91 2003-07-17 [alfons]     0.9.3claws19
92
93         * src/common/hooks.[ch]
94         * src/plugins/clamav/clamav_plugin.c
95         * src/plugins/spamassassin/spamassassin.c
96         * src/plugins/trayicon/trayicon.c
97                 fix signedness muck 
98
99 2003-07-17 [alfons]     0.9.3claws18
100
101         * src/procmime.c
102                 plug memleak
103
104 2003-07-17 [alfons]     0.9.3claws17
105
106         * src/inc.c
107                 plug memleak
108
109 2003-07-17 [paul]       0.9.3claws16
110
111         * src/common/defs.h
112           src/mainwindow.c
113           src/manual.[ch]
114                 add link to the Claws site's FAQ page, after the suggestion
115                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
116                 Move url strings to defs.h
117                 
118         * src/mainwindow.c
119                 fix typo to prevent "unknown menu entry" warnings
120
121 2003-07-17 [alfons]     0.9.3claws15
122
123         * src/folderview.[ch]
124         * src/summaryview.[ch]
125         * src/mimeview.[ch]
126                 plug DnD leaks 
127
128 2003-07-17 [paul]       0.9.3claws14
129
130         * src/inc.c
131                 remove two instances of 'GTK_EVENTS_FLUSH' because
132                 they are unnecessary and probably cause a stack overflow
133
134 2003-07-16 [christoph]  0.9.3claws13
135
136         * src/mimeview.[ch]
137                 use an invisible GTK notebook to switch between viewers
138                 instead of reparenting widgets
139
140 2003-07-16 [christoph]  0.9.3claws12
141
142         * src/folder.c
143                 move folder_item_update_freeze() to correct place in
144                 folder_item_scan_full()
145
146 2003-07-16 [paul]       0.9.3claws11
147
148         * sync with 0.9.3cvs12
149                 see ChangeLog 2003-07-14 and 2003-07-15
150
151 2003-07-16 [christoph]  0.9.3claws10
152
153         * src/imap.[ch]
154         * src/prefs_account.[ch]
155                 sync IMAP CRAM-MD5 authentication with sylpheed-main
156
157 2003-07-15 [alfons]     0.9.3claws9
158
159         * src/main.c
160                 make --config-dir do something useful
161
162 2003-07-15 [alfons]     0.9.3claws8
163
164         * src/procmsg.c
165                 o fix a bug where 'last' didn't really point to the last message
166                   in the top level list of children, but to the last threaded
167                   message. 
168                 
169                 o clean up and make it easier to sync
170
171 2003-07-15 [alfons]     0.9.3claws7
172
173         * src/mainwindow.c
174                 make correct menu items sensitive       
175
176 2003-07-14 [alfons]     0.9.3claws6
177
178         * src/procmsg.c
179                 tune the threader so it will not subject-thread any message
180                 without a subject prefix (this will not thread correctly if 
181                 a parent is delivered after their childs, but it looks 
182                 better right now)
183
184 2003-07-13 [christoph]  0.9.3claws5
185
186         * src/mainwindow.c
187                 group "Add mailbox *..." menu items in submenu
188
189 2003-07-13 [alfons]     0.9.3claws4
190
191         * src/summaryview.c
192                 correct summary_toggle_pressed() signature and make sure
193                 signal is not passed on
194
195 2003-07-13 [alfons]     0.9.3claws3
196
197         * src/summaryview.c
198                 o for now don't pass on keys when they we're handled by 
199                   ctree::key_press_event
200                 o clean up
201
202 2003-07-13 [alfons]     0.9.3claws2
203         
204         * src/main.c
205                 add command line option "--config-dir" to get the current 
206                 configuration dir
207
208 2003-07-12 [alfons]     0.9.3claws1
209
210         * src/matcher.[ch]
211         * src/matcher_parser_parse.y
212         * src/prefs_filtering.c
213         * src/filtering.c
214                 add "Lock" filter action to lock messages;
215
216         * src/filtering.c       
217                 remove debug_print()    
218         * src/prefs_filtering.c
219                 re-organize matcher part 9: 
220                 make action text entries easily extendible;
221                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
222                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
223
224 2003-07-12 [paul]
225
226         * tools/README
227                 update old information and add missing
228                 information
229
230 2003-07-12 [paul]       0.9.3claws
231
232         * 0.9.3claws released
233         
234 2003-07-12 [paul]       0.9.0claws103
235
236         * src/Makefile.am
237                 add addrquery.h
238
239 2003-07-12 [melvin]     0.9.0claws102
240
241         * src/messageview.c
242                 Fixed bug #215: Show MIME tab for single text/html messages. 
243                 
244 2003-07-12 [paul]       0.9.0claws101
245
246         * man/sylpheed.1
247                 updated
248
249 2003-07-12 [paul]       0.9.0claws100
250
251         * po/es.po
252           po/hr.po
253           po/pl.po
254           po/sr.po
255                 update Spanish, Croatian, Polish, Serbian translations.
256                 submitted by Ricardo Mones Lastra, Dragan, Witold
257                 Wladyslaw Wojciech Wilk, Urke MMI
258
259 2003-07-12 [melvin]     0.9.0claws99
260
261         * po/fr.po
262                 Updated French translations.
263
264 2003-07-12 [paul]       0.9.0claws98
265
266         * src/addressbook.c
267                 disable 'Lookup' button as it has no effect
268
269 2003-07-11 [alfons]     0.9.0claws97
270         
271         * src/summaryview.c
272                 summary_searchbar_pressed() should return TRUE to signal that
273                 event was handled. when returning void, the return value passed
274                 to GTK is actually random, but maybe FALSE, in which case the
275                 event is handled by parent
276                 
277 2003-07-10 [paul]       0.9.0claws96
278
279         * ac/missing/gettext.m4
280                 update to version 0.12
281
282 2003-07-10 [paul]       0.9.0claws95
283
284         * src/plugins/clamav/clamav_plugin.c
285                 fix bug where multipart/alternative messages
286                 would slip through without being scanned
287
288 2003-07-10 [christoph]  0.9.0claws94
289
290         * src/folder.c
291                 correct check if folder supports removing when a message is
292                 moved. if not the message is only copied.
293
294         (closes Bug 132 crash on startup in newsgroups folders)
295
296 2003-07-09 [alfons]     0.9.0claws93
297
298         * configure.ac
299         * src/common/defs.h
300                 --with-config-dir (default .sylpheed)
301
302 2003-07-09 [christoph]  0.9.0claws92
303
304         * configure.ac
305                 use PKG_CHECK_MODULES to check for gtkmathview
306                 (version 0.4.2 now required)
307
308 2003-07-08 [melvin]     0.9.0claws91
309
310         * src/action.c
311                 Implemented a progress bar that counts the number of completed
312                 tasks when the action runs more than one command.
313
314 2003-07-08 [alfons]     0.9.0claws90
315
316         * src/procmsg.c
317                 if queued message has an invalid Message-Id, don't try to
318                 find message it refers to (fixes #209 "crash when processing 
319                 in folder")
320
321 2003-07-08 [paul]       0.9.0claws89
322
323         * sync with 0.9.3cvs2
324                 see ChangeLog 2003-07-08
325
326 2003-07-08 [match]      0.9.0claws88
327
328         * src/ldapctrl.c
329                 extend LDAP search for first/last name by parsing search term.
330
331 2003-07-08 [alfons]     0.9.0claws87
332
333         * src/send_message.c
334                 fix bug #208 "Status message stuck when sending on POP3 account"
335
336 2003-07-07 [paul]       0.9.0claws86
337
338         * po/hr.po
339                 new Croatian translation, submitted by
340                 Dragan <drleskov@inet.hr>
341
342 2003-07-07 [paul]       0.9.0claws85
343
344         * sync with 0.9.3cvs1
345                 see ChangeLog 2003-07-07
346
347 2003-07-05 [christoph]  0.9.0claws84
348
349         * src/Makefile.am
350         * src/messageview.c
351         * src/mimeview.[ch]
352         * src/stock_pixmap.[ch]
353         * src/pixmaps/messageview_text.xpm              ** NEW **
354                 move mimeview tabs to the right side and use icons
355                 instead of text to save some space
356
357         (patch by Luke Plant <lukeplant@softhome.net>)
358
359 2003-07-05 [christoph]  0.9.0claws83
360
361         * src/inc.c
362                 add NULL pointer checks
363
364         (patch by Luke Plant <lukeplant@softhome.net>)
365         (closes Bug 204 0.9.0 quits on authentication error?!)
366
367 2003-07-05 [alfons]     0.9.0claws82
368
369         * configure.ac
370                 take the clue in bug #202 "./configure script - 
371                 'if test' comparison failure" reported by John Kristoff. 
372
373 2003-07-04 [christoph]  0.9.0claws81
374
375         * src/plugins/spamassassin/spamassassin.c
376                 set timeout for spam check
377
378 2003-07-04 [christoph]  0.9.0claws80
379
380         * src/main.c
381                 destroy all FolderItems when shutting down to
382                 allow folders to clean up
383
384 2003-07-04 [melvin]     0.9.0claws79
385
386         * src/gtk/gtkaspell.c
387                 Fixed bug #184 "Entering non-ascii character deletes
388                 previous char if spell checking enabled": this makes
389                 the spell checking in multibytes (e.g. UTF-8)locales work.
390                 (Patch by Luke Plant).
391                 
392 2003-07-04 [christoph]  0.9.0claws78
393
394         * sync with 0.9.2cvs1
395                 see ChangeLog 2003-06-10
396
397 2003-07-04 [paul]       0.9.0claws77
398
399         * sync with 0.9.3 release
400                 see ChangeLog 2003-07-04
401
402 2003-07-03 [christoph]  0.9.0claws76
403
404         * src/folder.[ch]
405         * src/imap.c
406         * src/mbox_folder.c
407         * src/mh.c
408         * src/news.c
409                 move folder_item_get_path() stuff into a folder virtual function
410
411         * src/procmsg.c
412                 use folder_item_fetch_msg() to get message and do not contruct
413                 the filename from path and number
414
415 2003-07-03 [paul]       0.9.0claws75
416
417         * sync with 0.9.2cvs12
418                 see ChangeLog 2003-07-03
419
420 2003-07-02 [paul]       0.9.0claws74
421
422         * src/messageview.c
423                 fix text-selection for replying
424
425 2003-07-02 [paul]       0.9.0claws73
426
427         * sync with 0.9.2cvs11
428                 see ChangeLog 2003-07-02
429
430 2003-07-02 [paul]       0.9.0claws72
431
432         * src/procmsg.c
433                 revert last commit because it breaks more
434                 than it fixes
435
436 2003-07-02 [paul]       0.9.0claws71
437
438         * src/procmsg.c
439                 fix thread by subject/sort by date
440
441 2003-07-01 [paul]       0.9.0claws70
442
443         * sync with 0.9.2cvs10
444                 see ChangeLog 2003-07-01
445
446 2003-06-30 [paul]       0.9.0claws69
447
448         * sync with 0.9.2cvs9
449                 see ChangeLog 2003-06-30
450
451 2003-06-28 [match]      0.9.0claws68
452
453         * src/addressbook.c
454                 fix null ptr.
455
456 2003-06-27 [paul]       0.9.0claws67
457
458         * sync with 0.9.2cvs7
459                 see ChangeLog 2003-06-27
460
461 2003-06-26 [christoph]  0.9.0claws66
462
463         * src/folder.c
464                 freeze folder updates while a folder is scanned
465
466         (closes Bug 185 New message counter)
467
468 2003-06-26 [darko]      0.9.0claws65
469
470         * src/ldapserver.c
471                 fix infinite loop when adding a new LDAP server
472
473 2003-06-26 [paul]       0.9.0claws64
474
475         * sync with 0.9.2cvs6
476                 see ChangeLog 2003-06-26
477
478 2003-06-26 [paul]       0.9.0claws63
479
480         * sync with 0.9.2cvs5
481                 see ChangeLog 2003-06-25 and 2003-06-26
482
483 2003-06-25 [match]      0.9.0claws62
484
485         * src/addr_compl.c
486                 Fixed tab/backtab for dropped-down completion list to
487                 move next/previous field. (close bug 147)
488
489 2003-06-25 [christoph]  0.9.0claws61
490
491         * src/addr_compl.[ch]
492         * src/addrindex.[ch]
493         * src/folderview.c
494         * src/inc.c
495         * src/news.c
496         * src/summaryview.c
497         * src/toolbar.c
498                 fix warnings
499
500 2003-06-25 [leandro]    0.9.0claws60
501
502         * src/compose.c
503                 o cleanups
504                 o gray out "Message/Remove references" menu item if not
505                   replying to a message
506
507 2003-06-24 [leandro]    0.9.0claws59
508
509         * src/compose.[ch]
510                 o removed "Message/Create new thread" menu item
511                 o added "Message/Remove references" menu item
512                   (it's off by default and will not check anymore
513                    if the subject changed)
514
515 2003-06-23 [alfons]     0.9.0claws58
516
517         * src/procmsg.c
518                 try better grouping messages threaded by subject based on their age.
519                 still not perfect - because the message tree is not sorted by date.  
520
521 2003-06-23 [thorsten]   0.9.0claws57
522
523         * src/pop.[ch]
524                 added mail_receive_hook to allow modifications
525                 directly after retrieval (e.g. adding headers).
526
527 2003-06-23 [paul]       0.9.0claws56
528
529         * src/sourcewindow.c
530                  enable the use of Ctrl+A to select all text in
531                  the sourcewindow
532                  Patch submitted by Ivan Francolin Martinez
533                  <ivanfm@users.sourceforge.net>
534
535 2003-06-22 [christoph]  0.9.0claws55
536
537         * src/folder.[ch]
538                 o add notification hook for folder tree changes
539                 o invoke hooks after folder tree scanning
540
541         * src/folderview.[ch]
542                 register hook for folder tree changes that
543                 updates the ctree
544
545         (there are more places that should be updated, like add, remove 
546          or move folder)
547
548         (closes Bug 164 Crash on rebuild folder tree)
549         (closes Bug 190 Crash on 'rebuilding folder tree')
550
551 2003-06-21 [leandro]    0.9.0claws54
552
553         * src/compose.[ch]
554                 create a new thread if subject changes
555                 (it's on by default, can be disabled in Message menu)
556
557 2003-06-21 [alfons]     0.9.0claws53
558
559         * src/summaryview.c
560                 quiet little compiler
561
562 2003-06-21 [christoph]  0.9.0claws52
563
564         update gettext stuff to version 0.12
565
566 2003-06-19 [alfons]     0.9.0claws51
567
568         * src/common/log.c
569         * src/common/plugin.c
570                 move defs.h before glib.h to prevent MIN/MAX redefs
571
572 2003-06-19 [alfons]
573
574         * src/addressbook.c
575                 translatable
576
577 2003-06-19 [match]      0.9.0claws50
578
579         * src/addressbook.[ch]
580         * src/addrindex.[ch]
581         * src/addr_compl.[ch]
582         * src/editldap.[ch]
583         * src/editldap_basedn.[ch]
584         * src/addritem.[ch]
585         * src/ldapquery.h
586                 re-implemented dynamic LDAP search. works without
587                 slowdown on display sender with addressbook
588                 option.
589         * src/addrbook.c
590                 documented code.
591
592 2003-06-19 [paul]       0.9.0claws49
593
594         * src/compose.c
595                 fix Bug #136 'Nonprovided quotation marks crash claws'
596                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
597
598 2003-06-19 [alfons]     0.9.0claws48
599
600         * src/prefs_common.[ch]
601         * src/procmsg.c
602                 restrict threading by subject by checking thread for
603                 age (prefs_common.thread_by_subject_max_age)
604
605 2003-06-18 [christoph]  0.9.0claws47
606
607         * src/imap.c
608                 fix memory leak in imap_cmd_fetch()
609
610 2003-06-18 [christoph]  0.9.0claws46
611
612         * src/prefs_gtk.c
613                 fix memory leak in prefs_set_default() when used multiple
614                 times or after prefs have been read
615
616 2003-06-18 [christoph]  0.9.0claws45
617
618         * src/common/plugin.c
619                 fix memory leak in plugin_unload()
620
621 2003-06-18 [christoph]  0.9.0claws44
622
623         * src/imap.c
624                 fix memory leak in imap_cmd_ok()
625
626 2003-06-18 [christoph]  0.9.0claws43
627
628         * src/folder.c
629                 stop messages that are downloaded from POP3 and added to
630                 an IMAP inbox from being filtered twice (first by POP3
631                 and again when IMAP folder is scaned to get the UID of
632                 the APPEND operation when no UIDPLUS is available)
633
634 2003-06-18 [alfons]
635
636         * tools/Makefile.am
637                 phoenix <- firebird     
638
639 2003-06-18 [paul]
640
641         * tools/launch_phoenix          ** REMOVED **
642           tools/launch_firebird         ** NEW **
643                 renamed and edited to reflect the browser's name change from
644                 'phoenix' to 'firebird'
645
646 2003-06-18 [paul]       0.9.0claws42
647
648         * sync with 0.9.2cvs2
649                 see ChangeLog 2003-06-16
650
651 2003-06-17 [alfons]     0.9.0claws41
652
653         * src/procmsg.c
654                 prevent threading problems when a node is an ancestor (parent / great parent),
655                 which mostly happens with circular references (thanks to Phillipe Gramoullé
656                 for finding an sample set of messages)
657
658 2003-06-16 [christoph]  0.9.0claws40
659
660         * src/main.c
661                 don't popup main window on --receive or --receive-all
662
663         * src/mainwindow.[ch]
664         * src/plugins/trayicon/trayicon.c
665                 allow hiding of main window by clicking on the trayicon
666                 (doesn't work correctly in seperate window mode and may
667                  cause unexpected GTK problems I couldn't find yet)
668
669         * src/common/ssl.c
670                 remove incorrect warning
671
672 2003-06-15 [alfons]     0.9.0claws39
673
674         * src/gtk/gtkstext.c
675                 don't output debug text;
676                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
677                 for pointing this out);
678
679 2003-06-14 [alfons]     0.9.0claws38
680         
681         * src/messageview.c
682                 remove printf() and make one if..else comply with coding style
683
684 2003-06-14 [alfons]     0.9.0claws37
685
686         * AUTHORS
687                 add Martin Wicke
688         * src/action.c
689         * src/messageview.[ch]
690         * src/summaryview.c
691                 apply patch #754162 "Quoting messages filtered by actions" submitted
692                 by Martin Wicke, which allows quoting message body changed by an
693                 action (Thanks!).
694
695 2003-06-13 [alfons]     0.9.0claws36
696
697         * src/utils.c
698                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
699                 use case insensitive regexp (suggested by Ivan Martinez)
700
701 2003-06-13 [christoph]  0.9.0claws35
702
703         * configure.ac
704         * src/plugins/trayicon/Makefile.am
705         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
706         * src/plugins/trayicon/trayicon.c
707         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
708         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
709         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
710         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
711         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
712         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
713                 replace my own EggTrayIcon backport with the backport
714                 used by (l|x)mule and gabber.
715
716 2003-06-13 [alfons]     0.9.0claws34
717
718         * AUTHORS
719         * src/common/utils.c
720                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
721
722 2003-06-13 [alfons]     0.9.0claws33
723
724         * src/compose.c
725                 clean up a little bit
726
727 2003-06-12 [alfons]     0.9.0claws32
728
729         * src/compose.c
730                 const correctness fix
731
732         * src/common/sylpheed.[ch]
733                 () -> (void)
734                 prevent redef MIN/MAX
735                 
736         * src/common/utils.[ch]
737                 () -> (void)
738
739 2003-06-12 [melvin]     0.9.0claws31
740
741         * src/compose.c
742                 Updated to take into accounts changes in GtkAspell.
743
744 2003-06-12 [alfons]     0.9.0claws30
745
746         * src/compose.c
747         * src/procmsg.c
748         * src/common/utils.[ch]
749                 handle reply subject prefixes better (initial 
750                 suggestion by Robert Story adapted and enhanced 
751                 using regexps)
752
753 2003-06-12 [melvin]     0.9.0claws29
754
755         * src/compose.c
756                 Use new gtkaspell_checkers_strerror() to get the speller's
757                 error message instead of accessing the (now private)
758                 checkers structure.
759                 Minor code clean up
760
761         * src/main.c
762                 Use #ifdef instead of #if for USE_ASPELL
763                 Use the new spell checkers init/quit functions 
764
765         * src/gtk/gtkaspell.c
766                 Use #ifdef instead of #if for USE_ASPELL
767                 Moved in the majority of GtkAspell structures that were
768                 exported before by gtkaspell.h
769         
770         * src/gtk/gktaspell.h
771                 Made gtkaspell.h contain only the necessary data to be
772                 publicized by moving many structures to gtkaspell.c.
773                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
774                 gtkaspell_checkers_new(): replaced by...
775                 gtkaspell_checkers_init(): new function for initialization
776                 gtkaspell_checkers_delete(): replaced by...
777                 gtkaspell_checkers_quit(): new function
778                 gtkaspell_checkers_strerror(): new function that returns
779                 the checker's last error message.
780                 
781 2003-06-11 [melvin]     0.9.0claws28
782
783         * po/POTFILES.in
784                 Updated to take into account gtkaspell.c migration to
785                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
786
787 2003-06-10 [alfons]     0.9.0claws27
788
789         * src/filtering.[ch]
790         * src/folder.c
791         * src/matcher.c
792         * src/scoring.[ch]
793                 - try fixing bug #18 (any brave testers?)
794                 - add more robustness by refusing previously 
795                   unchecked NULL pointers 
796
797 2003-06-10 [alfons]     0.9.0claws26
798
799         * src/procmsg.c
800                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
801
802 2003-06-09 [alfons]     0.9.0claws25
803
804         * src/prefs_common.c
805                 fix bug #163 "Icon switching doesnt work properly" by 
806                 preventing early freeing of prefs_common.pixmap_theme_path.
807
808 2003-06-09 [christoph]  0.9.0claws24
809
810         * src/gtk/gtkaspell.c
811                 revert Thorsten's fix and add forgotten g_strdup for
812                 aspell path (it should not be possible to alter the path a
813                 GtkASpell uses from outside)
814
815 2003-06-09 [thorsten]   0.9.0claws23
816
817         * src/gtk/gtkaspell.c
818                 dont free prefs_common.aspell_path when closing compose
819
820 2003-06-08 [colin]      0.9.0claws22
821
822         * src/plugins/spamassassin/spamassassin.c
823                 fix prefs types
824
825 2003-06-07 [christoph]  0.9.0claws21
826
827         * src/Makefile.am
828         * src/compose.c
829         * src/gtkaspell.[ch]            ** REMOVE **
830         * src/gtk/Makefile.am
831         * src/gtk/gtkaspell.[ch]        ** NEW **
832                 o make gtkaspell independent from sylpheed's prefs
833                 o move gtkaspell.[ch] to gtk directory
834
835 2003-06-07 [christoph]  0.9.0claws20
836
837         * src/Makefile.am
838         * src/crash.c
839         * src/export.c
840         * src/filesel.[ch]              ** REMOVE **
841         * src/folder.c
842         * src/main.[ch]
843         * src/common/sylpheed.[ch]
844         * src/gtk/Makefile.am
845         * src/gtk/filesel.[ch]          ** NEW **
846         * src/gtk/pluginwindow.c
847         * src/gtk/sslcertwindow.c
848                 move filesel.[ch] to gtk directory
849
850 2003-06-07 [alfons]     0.9.0claws19
851
852         * src/filesel.c
853                 make (multi) file selection dialog work again (Claws-only)
854
855 2003-06-07 [thorsten]   0.9.0claws18
856
857         * po/de.po
858                 fix typos
859
860 2003-06-07 [alfons]     0.9.0claws17
861
862         * configure.ac
863         * src/mimeview.c
864                 detect apache mishap in which case don't include fnmatch.h
865                 if regex.h is already included
866
867 2003-06-06 [christoph]  0.9.0claws16
868
869         * configure.ac
870         * src/mimeview.h
871                 add check for fnmatch.h and include it when available
872
873         * src/mimeview.[ch]
874                 fix wrong case sensitivity of Content-Types
875
876         * src/gtk/Makefile.am
877                 need the same include paths in gtk directory as in
878                 common directory because .h files in common can
879                 include files from these directories, when included
880                 in gtk's .h or .c files
881
882 2003-06-06 [alfons]     0.9.0claws15
883
884         * src/mimeview.c
885         * src/summaryview.c
886                 make it compile again because of regex.h / fnmatch.h 
887                 include problems (related to recent mime stuff, can
888                 someone check this?)
889
890 2003-06-06 [thorsten]   0.9.0claws14
891
892         * src/folderview.c
893                 possible use of uninitialized pointer while dragging
894
895 2003-06-06 [paul]       0.9.0claws13
896
897         * src/compose.c
898                 fix bug where the insert sig button would be effective
899                 only when auto_sig was set
900
901 2003-06-06 [paul]       0.9.0claws12
902
903         * sync with 0.9.2 release
904
905 2003-06-02 [paul]       0.9.0claws11
906
907         * sync with 0.9.1cvs1
908                 see ChangeLog 2003-06-02
909                 
910         * po/de.po
911                 update by Jens
912
913 2003-06-01 [christoph]  0.9.0claws10
914
915         * src/account.c
916                 don't use substring search to find accounts by email address
917
918         (closes Bug 169 Overly loose matching of "From" address)
919
920 2003-05-31 [christoph]  0.9.0claws9
921
922         * doc-src/rfc2683.txt
923         * src/imap.c
924                 limit IMAP command length as recommended in RFC2683
925                 (message number lists will be split into multiple imap
926                 sets, the limit of 1000 octets is not a hard limit)
927
928         (closes Bug 161 sylpheed-claws exits with segfault when logging
929          in to certain imap-servers)
930
931 2003-05-29 [alfons]     0.9.0claws8
932
933         * src/toolbar.[ch]
934                 add print button (calling summary_print());
935                 fine tune setting tooltip text;
936                 (if someone needs other buttons, please take these 
937                 commits as a guide, instead of bothering us - also
938                 see 0.8.11claws150) 
939
940 2003-05-29 [darko]      0.9.0claws7
941
942         * src/compose.c
943                 fix crash when word wrapping kicks in due to
944                 changed text by spell checker
945
946 2003-05-29 [paul]       0.9.0claws6
947
948         * src/compose.c
949                 fix bug where changing account would insert
950                 sig even if auto_sig was FALSE
951                 
952         * ChangeLog
953           ChangeLog.jp
954           INSTALL
955                 sync with 0.9.1 release
956
957 2003-05-28 [christoph]  0.9.0claws5
958
959         * src/imap.c
960                 fix truncation of too long commands
961
962         (closes Bug 167 IMAP hangs trying to get envelope
963          information in imap_get_uncached_messages)
964
965 2003-05-27 [paul]       0.9.0claws4
966
967         * tools/Makefile.am
968           tools/maildir2sylpheed.pl     ** NEW FILE **
969                 add kmail to sylpheed mailbox conversion script
970
971 2003-05-27 [paul]       0.9.0claws3
972
973         * sync with 0.9.0cvs10
974                 see ChangeLog 2003-05-26
975
976 2003-05-26 [paul]       0.9.0claws2
977
978         * sync with 0.9.0cvs9
979                 see ChangeLog 2003-05-26
980
981 2003-05-24 [paul]       0.9.0claws1
982
983         * sync with 0.9.0cvs8
984                 see ChangeLog 2003-05-23
985
986 2003-05-24 [paul]       0.9.0claws
987
988         * version 0.9.0claws released
989
990 2003-05-24 [paul]       0.8.11claws177
991
992         * src/plugins/dillo-viewer/Makefile.am
993           src/plugins/traycon/Makefile.am
994                 add missing files
995                 
996         * po/bg.po
997           po/en_GB.po
998           po/es.po
999           po/it.po
1000           po/pt_BR.po
1001           po/ru.po
1002           po/sr.po
1003                 update Bulgarian, British English, Spanish, Italian, 
1004                 Brazilian Portuguese, Russian, and Serbian translations, 
1005                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1006                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1007                 Ruslan N. Balkin, and Urke MMI
1008
1009 2003-05-23 [melvin]     0.8.11claws176
1010
1011         * po/fr.po
1012                 Updated French translations
1013
1014 2003-05-22 [paul]       0.8.11claws175
1015
1016         * src/Makefile.am
1017           src/addrbook.[ch]
1018           src/addrcache.[ch]
1019           src/addr_compl.[ch]
1020           src/adressbook.[ch]
1021           src/addrindex.[ch]
1022           src/addritem.[ch]
1023           src/editaddress.c
1024           src/editgroup.c
1025           src/editldap_basedn.c
1026           src/editldap.c
1027           src/jpilot.c
1028           src/vcard.c
1029                 revert to get ldap into it previous working state
1030                 
1031         * po/zh_TW.Big5.po
1032                 new Taiwanese translation,
1033                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1034
1035 2003-05-22 [christoph]  0.8.11claws174
1036
1037         * src/plugins/spamassassin/libspamc.[ch]
1038                 sync libspamc with SpamAssaain release 2.55
1039
1040 2003-05-22 [paul]       0.8.11claws173
1041
1042         * sync with 0.9.0cvs7
1043                 see ChangeLog 2003-05-22
1044                 
1045         * src/summaryview.c
1046                 revert change in 0.8.11claws172: follow
1047                 Hiroyuki's decision and that's the end of it.
1048
1049 2003-05-21 [paul]       0.8.11claws172
1050
1051         * src/summaryview.c
1052                 fix discrepency between open_unread_on_enter
1053                 and always_show_msg
1054
1055 2003-05-21 [paul]       0.8.11claws171
1056
1057         * sync with 0.9.0cvs6
1058                 see ChangeLog 2003-05-21
1059
1060 2003-05-21 [paul]       0.8.11claws170
1061
1062         * sync with 0.9.0cvs5
1063                 see ChangeLog 2003-05-21
1064
1065 2003-05-20 [paul]       0.8.11claws169
1066
1067         * sync with 0.9.0cvs4
1068                 see ChangeLog 2003-05-20
1069                 fixes bug #152, 'encoding of IMAP folders names'
1070
1071 2003-05-20 [paul]       0.8.11claws168
1072
1073         * sync with 0.9.0cvs3
1074                 see ChangeLog 2003-05-20
1075                 
1076         * src/tools/convert_mbox.pl
1077                 minor change in the comments, submitted by Fred Marton
1078
1079 2003-05-19 [paul]       0.8.11claws167
1080
1081         * src/plugins/clamav/Makefile.am
1082           configure.ac
1083                 link clamav_lib to the plugin and not to the main program
1084
1085 2003-05-19 [christoph]
1086
1087         * src/Makefile.am
1088                 add -export-dynamic for linking
1089
1090 2003-05-19 [paul]       0.8.11claws166
1091
1092         * sync with 0.9.0cvs1
1093                 see ChangeLog 2003-05-19
1094
1095 2003-05-19 [paul]       0.8.11claws165
1096
1097         * src/inc.c
1098                 fix 'pop before smtp' timeout
1099
1100 2003-05-18 [alfons]     0.8.11claws164
1101
1102         * src/prefs_matcher.c
1103                 put "execute" action command line ("expression") in edit box
1104
1105 2003-05-18 [christoph]  0.8.11claws163
1106
1107         * src/mimeview.[ch]
1108         * src/plugins/dillo_viewer/dillo_viewer.c
1109         * src/plugins/image_viewer/viewer.c
1110         * src/plugins/mathml_viewer/mathml_viewer.c
1111                 let a viewer have a list of Content-Types
1112
1113 2003-05-18 [paul]       0.8.11claws162
1114
1115         * src/prefs_filtering.c
1116                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1117                 and REDIRECT actions
1118
1119 2003-05-17 [christoph]
1120
1121         * README.claws
1122                 o remove dynamic signatures that was syned with main
1123                 o add infos about no longer "build in" image viewer
1124                 o update bugtracker URL
1125
1126 2003-05-17 [christoph]  0.8.11claws161
1127
1128         * src/folder.c
1129         * src/folderview.c
1130         * src/imap.c
1131                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1132                 for every folder after rebuilding the folder tree.
1133
1134         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1135          messages)
1136
1137 2003-05-17 [christoph]  0.8.11claws160
1138
1139         * src/imap.c
1140                 don't use STATUS command on current folder to check for
1141                 content changes. imap_cmd_ok() now tracks changes to
1142                 folder and number of existing messages.
1143
1144 2003-05-17 [paul]       0.8.11claws159
1145
1146         * src/plugins/clamav/clamav_plugin.c
1147                 remove unnecessary debug_print
1148
1149 2003-05-16 [thorsten]   0.8.11claws158
1150
1151         * src/plugins/demo.c
1152                 included missing intl.h
1153
1154 2003-05-16 [paul]       0.8.11claws157
1155
1156         * po/POTFILES.in
1157                 remove non-existant entries
1158         
1159         * src/plugins/clamav/clamav_plugin.c
1160           src/plugins/clamav/clamav_plugin_gtk.c
1161           src/plugins/dillo_viewer/dillo_prefs.c
1162           src/plugins/dillo_viewer/dillo_viewer.c
1163                 gettextise
1164
1165 2003-05-16 [christoph]  0.8.11claws156
1166
1167         * po/POTFILES.in
1168                 include plugin .c files for translation until I
1169                 find a better solution to have plugins have their
1170                 own textdomain
1171         * src/plugins/demo/demo.c
1172         * src/plugins/image_viewer/plugin.c
1173         * src/plugins/mathml_viewer/mathml_viewer.c
1174         * src/plugins/spamassassin/spamassassin.c
1175         * src/plugins/spamassassin/spamassassin_gtk.c
1176         * src/plugins/trayicon/trayicon.c
1177                 add gettext macros for plugin name and description
1178
1179 2003-05-16 [paul]
1180
1181         * sync with 0.9.0
1182
1183 2003-05-16 [paul]       0.8.11claws155
1184
1185         * sync with lastest 0.9.0pre1
1186                 see ChangeLog 2003-05-16
1187
1188 2003-05-15 [paul]       0.8.11claws154
1189
1190         * sync with latest 0.9.0pre1
1191                 see ChangeLog 2003-05-14 and 2003-05-15
1192
1193 2003-05-14 [christoph]  0.8.11claws153
1194
1195         * src/plugins/image_viewer/viewer.c
1196         * src/plugins/image_viewer/viewer.glade         ** NEW **
1197         * src/plugins/image_viewer/viewerprefs.c
1198                 make it possible to disable the autoload function in the
1199                 imageviewer again
1200
1201 2003-05-14 [christoph]  0.8.11claws152
1202
1203         * src/folder.c
1204                 fix folder update after adding a message
1205
1206 2003-05-13 [alfons]     0.8.11claws151
1207
1208         * src/common/session.c
1209                 remove debug traces
1210                 
1211         * src/addrcache.[ch]
1212         * src/filtering.[ch]
1213         * src/folder.[c]
1214         * src/gtkaspell.[ch]
1215         * src/imap.[ch]
1216         * src/mbox_folder.[ch]
1217         * src/mh.[ch]
1218         * src/mimeview.h
1219         * src/msgcache.[ch]
1220         * src/news.[ch]
1221         * src/passphrase.[ch]
1222         * src/prefs_common.[ch]
1223         * src/prefs_gtk.[ch]
1224         * src/procmsg.c
1225         * src/scoring.[ch]
1226                 be pedantic; (in prototypes () implies (int))
1227
1228 2003-05-13 [alfons]     0.8.11claws150
1229
1230         * src/prefs_toolbar.[ch]
1231         * src/summaryview.[ch]
1232         * src/toolbar.[ch]
1233                 change misleading text in toolbar prefs;
1234                 add toolbar action for ignore thread (toggles ignore thread flag);
1235                 clean up a little bit;
1236
1237 2003-05-12 [paul]
1238
1239         * tools/convert_mbox.pl
1240                 bug fixed by Fred Marton
1241
1242 2003-05-12 [paul]
1243
1244         * sync with 0.9.0pre1
1245
1246 2003-05-09 [paul]       0.8.11claws149
1247
1248         * sync with 0.8.11cvs43
1249                 see ChangeLog 2003-05-09
1250
1251 2003-05-08 [christoph]  0.8.11claws148
1252
1253         * src/imap.[ch]
1254                 o use CAPABILIY as first command and check for PREAUTH
1255                   information in the response to it
1256                 o rewrite all imap_cmd_* functions to use an IMAPSession
1257                   instead of a SockInfo as parameter
1258                 o do STARTTLS after fetching and checking the server
1259                   capabilities
1260
1261 2003-05-08 [paul]       0.8.11claws147
1262
1263         * tools/Makefile.am
1264           tools/README
1265           tools/convert_mbox.pl         ** NEW FILE **
1266                 add mbox conversion script. Submitted by 
1267                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1268
1269 2003-05-07 [christoph]
1270
1271         * doc-src/glade.txt
1272         * src/gtk/pluginwindow.glade
1273         * src/plugins/image_viewer/viewerprefs.glade
1274         * src/plugins/spamassassin/spamassassin_gtk.glade
1275                 add glade files for user interfaces and a description how
1276                 to use glade to create the sylpheed code
1277
1278 2003-05-07 [paul]       0.8.11claws146
1279
1280         * sync with 0.8.11cvs41
1281                 see ChangeLog 2003-05-07
1282
1283 2003-05-06 [christoph]  0.8.11claws145
1284
1285         * src/main.c
1286         * src/plugins/image_viewer/viewer.c
1287                 fix usage of imlib in imageviewer plugin
1288
1289         * src/gtk/prefswindow.c
1290                 handle window close event correctly
1291
1292 2003-05-06 [paul]       0.8.11claws144
1293
1294         * src/common/ssl.c
1295                 fix typo introduced in sync
1296
1297 2003-05-06 [paul]       0.8.11claws143
1298
1299         * sync with 0.8.11cvs39
1300                 see ChangeLog 2003-05-06
1301
1302 2003-05-06 [paul]       0.8.11claws142
1303
1304         * AUTHORS
1305           po/cs.po
1306                 updated Czech translation, submitted by 
1307                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1308                 
1309         * src/plugins/clamav/clamav_plugin_gtk.c
1310                 clean up
1311
1312 2003-05-03 [alfons]     0.8.11claws141
1313
1314         * src/compose.[ch]
1315                 make paste as quotation work even when the call to 
1316                 text_inserted() was deferred (fixes bug #140 "Paste 
1317                 as quotation does not work when using "external" 
1318                 clipboard")
1319
1320 2003-05-03 [thorsten]   0.8.11claws140
1321
1322         * src/addrquery.h
1323           src/ldapquery.h
1324           src/mainwindow.c
1325                 removed C++ comments
1326         * src/addr_compl.c
1327                 function with non-int retval/param used before
1328                 implementation/declaration
1329
1330 2003-05-02 [paul]       0.8.11claws139
1331
1332         * src/addr_compl.[ch]
1333           src/addressbook.[ch]
1334           src/addrindex.c
1335           src/summaryview.c
1336                 revert match's changes to (finally) remove the bug where
1337                 opening a folder causes massive slowdown when using the 
1338                 'Display sender using address book' option
1339
1340 2003-05-01 [melvin]     0.8.11claws138
1341
1342         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1343         * src/plugins/dillo_viewer/dillo_viewer.c
1344                 Fixed bug where "Cancel" button from prefs issued
1345                 warnings.
1346                 Comply a little more to coding style
1347
1348 2003-05-01 [paul]       0.8.11claws137
1349
1350         * sync with 0.8.11cvs38
1351                 see ChangeLog 2003-05-01
1352
1353 2003-05-01 [paul]       0.8.11claws136
1354
1355         * po/bg.po
1356                 updated by George Danchev
1357
1358 2003-04-30 [christoph]  0.8.11claws135
1359
1360         * src/plugins/dillo_viewer/dillo_prefs.c
1361         * src/plugins/image_viewer/viewerprefs.c
1362         * src/plugins/spamassassin/spamassassin_gtk.c
1363                 remove gtk_widget_ref() calls for widgets in
1364                 glade code
1365
1366 2003-04-30 [paul]       0.8.11claws134
1367
1368         * src/addrindex.c
1369                 ok, this time a better fix for the bug where opening folder
1370                 has massive slowdown when using the 'Display sender using 
1371                 address book' option
1372
1373 2003-04-30 [paul]       0.8.11claws133
1374
1375         * src/addrindex.c
1376                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1377         
1378 2003-04-30 [melvin]     0.8.11claws132
1379
1380         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1381
1382         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1383                 Preferences for the dillo plugin
1384         * src/plugins/dillo_viewer/dillo_viewer.c
1385                 Support for preferences
1386         * src/plugins/dillo_viewer/Makefile.am
1387                 Added dillo_prefs.[ch]
1388
1389 2003-04-30 [alfons]     0.8.11claws131
1390
1391         * src/common/plugin.[ch]
1392                 see? this ANSI C'fication immediately gives us type
1393                 checking for free.
1394
1395 2003-04-30 [alfons]     0.8.11claws130
1396
1397         * src/common/plugin.[ch]
1398         * src/plugins/clamav/clamav_plugin.[ch]
1399         * src/plugins/clamav/clamav_plugin_gtk.c
1400         * src/plugins/demo/demo.c
1401         * src/plugins/dillo_viewer/dillo_viewer.c
1402         * src/plugins/image_viewer/plugin.c
1403         * src/plugins/image_viewer/viewer.[ch]
1404         * src/plugins/image_viewer/viewerprefs.[ch]
1405         * src/plugins/mathml_viewer/mathml_viewer.c
1406         * src/plugins/spamassassin/spamassassin.[ch]
1407         * src/plugins/spamassassin/spamassassin_gtk.c
1408         * src/plugins/trayicon/trayicon.c
1409                 clean up
1410
1411 2003-04-30 [alfons]     0.8.11claws129
1412
1413         * src/common/utils.c
1414                 make is_ascii_str() fail gracefully when NULL pointer
1415                 is passed
1416
1417 2003-04-30 [paul]       0.8.11claws128
1418
1419         * src/addrindex.c
1420                 fix bug where opening folder has massive slowdown when
1421                 using the 'Display sender using address book' option
1422
1423 2003-04-30 [paul]       0.8.11claws127
1424
1425         * src/plugins/clamav/clamav_plugin.c
1426           src/plugins/clamav/clamav_plugin_gtk.c
1427           src/plugins/demo/demo.c
1428           src/plugins/dillo_viewer/dillo_viewer.c
1429           src/plugins/image_viewer/plugin.c
1430           src/plugins/mathml_viewer/mathml_viewer.c
1431           src/plugins/spamassassin/spamassassin.c
1432           src/plugins/spamassassin/spamassassin_gtk.c
1433           src/plugins/trayicon/trayicon.c
1434                 get rid of eye-hurting function signatures
1435
1436 2003-04-30 [paul]       0.8.11claws126
1437
1438         * src/plugins/trayicon/trayicon.c
1439                 add description
1440                 
1441         * src/mimeview.c
1442                 be more descriptive
1443
1444 2003-04-30 [paul]       0.8.11claws125
1445
1446         * configure.ac
1447                 arrange the plugins in reverse alphabetical order
1448                 
1449         * src/plugins/clamav/clamav_plugin.[ch]
1450           src/plugins/clamav/clamav_plugin_gtk.c
1451                 rename some params
1452                 resize max_size window
1453                 re-arrange the order of some gui elements
1454                 improve descriptions
1455         
1456         * src/plugins/image_viewer/plugin.c
1457           src/plugins/mathml_viewer/mathml_viewer.c
1458                 add descriptions
1459                 
1460         * src/plugins/spamassassin/spamassassin_gtk.c
1461                 resize max_size window
1462                 re-arrange the order of some gui elements
1463                 
1464         * src/messageview.c
1465           src/mimeview.c
1466                 correct typos
1467
1468 2003-04-30 [alfons]     0.8.11claws124
1469
1470         * src/imap.c
1471                 fix a leak found while browsing Martin Kluge's 
1472                 valgrind log (Claws only)
1473
1474 2003-04-29 [darko]      0.8.11claws123
1475
1476         * src/gtk/gtkstext.h
1477                 include wchar.h if it is available, fixes compilation
1478                 on HP-UX systems
1479
1480 2003-04-29 [melvin]     0.8.11claws122
1481
1482         * src/prefs_actions.c
1483                 Improved help text of Actions' syntax
1484
1485 2003-04-28 [paul]       0.8.11claws121
1486
1487         * src/action.c
1488                 a better fix for the crash when performing an action
1489                 on a mime part
1490
1491 2003-04-28 [paul]       0.8.11claws120
1492
1493         * src/action.c
1494                 fix crash when performing an action on a
1495                 mime part
1496
1497 2003-04-28 [paul]       0.8.11claws119
1498
1499         * sync with 0.8.11cvs36
1500                 see ChangeLog 2003-04-28
1501
1502 2003-04-27 [paul]       0.8.11claws118
1503
1504         * more sync with 0.8.11cvs35
1505                 see ChangeLog 2003-04-25
1506
1507 2003-04-26 [christoph]  0.8.11claws117
1508
1509         * src/folder.c
1510                 fix remove virtual check
1511
1512 2003-04-26 [paul]       0.8.11claws116
1513
1514         * src/messageview.c
1515                 fix return-receipt, make it work again
1516
1517 2003-04-26 [paul]       0.8.11claws115
1518
1519         * src/mimeview.c
1520                 restore double-clicking of the [application/pgp-signature 
1521                 (Select "Check signature" to check)] line in the message view,
1522                 broken in recent sync
1523
1524 2003-04-26 [christoph]  0.8.11claws114
1525
1526         * src/folder.c
1527                 check if remove virtual really exists before
1528                 calling the function
1529
1530 2003-04-25 [match]      0.8.11claws113
1531
1532         * src/addrindex.c
1533         * src/addrbook.c
1534         * src/ldapquery.[ch]
1535         * src/ldapctrl.[ch]
1536                 fix memleak.
1537         * src/ldapserver.[ch]
1538                 fix memleak. fix segfault.
1539                 plug a Claws memleak
1540
1541 2003-04-25 [alfons]     0.8.11claws112
1542
1543         * src/folder.c
1544                 plug a Claws memleak
1545
1546 2003-04-25 [alfons]     0.8.11claws111
1547
1548         * src/common/session.c
1549                 plug a memleak
1550
1551 2003-04-25 [paul]       0.8.11claws110
1552
1553         * sync with 0.8.11cvs35
1554                 see ChangeLog 2003-04-24 and 2003-04-25
1555                 
1556         * src/gtk/pluginwindow.c
1557                 correct another strange float value
1558
1559 2003-04-24 [christoph]  0.8.11claws109
1560
1561         * src/folder.c
1562                 freeze folder item updates when unsetting new flags
1563
1564         * src/gtk/pluginwindow.c
1565                 correct strange float value
1566
1567 2003-04-23 [paul]       0.8.11claws108
1568
1569         * sync with 0.8.11cvs33
1570                 see ChangeLog 2003-04-23
1571
1572 2003-04-22 [paul]       0.8.11claws107
1573
1574         * src/Makefile.am
1575           src/messageview.c
1576           src/mimeview.c
1577           src/pgptext.[ch]      ** REMOVED **
1578                 remove pgptext.[ch] as its not used any more
1579
1580 2003-04-22 [paul]       0.8.11claws106
1581
1582         * sync with 0.8.11cvs31
1583                 see ChangeLog 2003-04-21 and 2003-04-22
1584
1585 2003-04-21 [alfons]     0.8.11claws105
1586
1587         * src/main.c
1588                 No access to GTK structures if we're a spawned child
1589                 (and clean up code a little bit...) Should fix #126.
1590
1591 2003-04-21 [melvin]     0.8.11claws104
1592
1593         * src/plugins/dillo_viewer/README
1594                 Improved slightly the text.
1595
1596 2003-04-21 [melvin]     0.8.11claws103
1597
1598         * src/plugins/dillo_viewer/README *** NEW ***
1599                 Added a README file for the Dillo plugin
1600
1601 2003-04-20 [paul]
1602
1603         * tools/README
1604           tools/outlook2sylpheed.pl
1605                 updated and improved by Ricardo Mones Lastra
1606
1607 2003-04-18 [oliver]     0.8.11claws102
1608
1609         * src/inc.c 
1610         * src/prefs_account.h
1611                 remove Pop3SessionType (used by selective download)
1612         * src/prefs_toolbar.c
1613                 enable set Default Toolbar button
1614
1615 2003-04-18 [paul]       0.8.11claws101
1616
1617         * sync with 0.8.11cvs29
1618                 see ChangeLog 2003-04-18
1619
1620 2003-04-17 [paul]       0.8.11claws100
1621
1622         * src/prefs_common.[ch]
1623           src/summaryview.c
1624                 remove 'Open next message on deletion' option,
1625                 as the same effect can now be achieved via the
1626                 'Always open messages in summary when selected'
1627                 option.
1628
1629 2003-04-17 [paul]       0.8.11claws99
1630
1631         * sync with 0.8.11cvs28
1632                 see ChangeLog 2003-04-17
1633
1634 2003-04-17 [christoph]  0.8.11claws98
1635
1636         * ac/spamassassin.m4
1637         * src/plugins/spamassassin/libspamc.[ch]
1638         * src/plugins/spamassassin/utils.[ch]
1639                 sync libspamc with SpamAssassin project
1640
1641 2003-04-17 [christoph]  0.8.11claws97
1642
1643         * src/common/socket.h
1644         * src/gtk/sslcertwindow.h
1645                 rename old USE_SSL to USE_OPENSSL
1646
1647 2003-04-17 [paul]       0.8.11claws96
1648
1649         * src/prefs_common.h
1650                 use gulong for P_COLOR so that it compiles/runs on
1651                 64-bit systems. Patch submitted by James Noyes
1652                 <jnoyes-claws@retrogeeks.com>
1653                 
1654         * po/de.po
1655                 updated by Jens
1656
1657 2003-04-17 [paul]       0.8.11claws95
1658
1659         * sync with 0.8.11cvs27
1660                 see ChangeLog 2003-04-16
1661
1662 2003-04-15 [paul]       0.8.11claws94
1663
1664         * src/prefs_common.[ch]
1665                 rearrange to stop the window getting too long:
1666                         move Receive dialog stuff to Receive tab
1667                         move Send dialog to Send tab
1668                         remove Dialogs frame
1669                 rename 'Open messages in summary with cursor keys' to
1670                 'Always open messages in summary when selected', as its
1671                 more appropriate
1672
1673 2003-04-15 [paul]       0.8.11claws93
1674
1675         * src/prefs_common.[ch]
1676           src/summaryview.c
1677                 add new option '/Interface/Open next message on deletion'
1678
1679 2003-04-15 [paul]       0.8.11claws92
1680
1681         * src/summaryview.[ch]
1682                 add /Mark/Lock and /Mark/Unlock to the pop-up
1683                 menu. Patch submitted by Ivan Francolin Martinez
1684                 <ivanfm@users.sourceforge.net>
1685
1686 2003-04-15 [paul]       0.8.11claws91
1687
1688         * sync with 0.8.11cvs24
1689                 see ChangeLog 2003-04-15
1690
1691 2003-04-14 [jens]       0.8.11claws90
1692
1693         * updated German translation and some corrections from
1694                 Roland Bless <bless@tm.uka.de>
1695
1696 2003-04-14 [paul]       0.8.11claws89
1697
1698         * sync with 0.8.11cvs22
1699                 see ChangeLog 2003-04-14
1700
1701 2003-04-13 [paul]       0.8.11claws88
1702
1703         * src/plugins/clamav/clamav_plugin.c
1704                 fix memory leaks
1705                 clean up
1706
1707 2003-04-12 [paul]       0.8.11claws87
1708
1709         * src/plugins/clamav/clamav_plugin.c
1710                 activate enable/disable archive scanning option
1711                 
1712         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1713
1714 2003-04-12 [paul]       0.8.11claws86
1715
1716         * src/plugins/Makefile.am
1717           src/plugins/clamav/Makefile.am                ** NEW FILE **
1718           src/plugins/clamav/README                     ** NEW FILE ** 
1719           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1720           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1721                 add Clam AntiVirus plugin
1722
1723 2003-04-12 [paul]       0.8.11claws85
1724
1725         * sync with 0.8.11cvs21
1726                 see ChangeLog 2003-04-11
1727
1728 2003-04-11 [paul]       0.8.11claws84
1729
1730         * po/es.po
1731                 update Spanish translation. Submitted by Ricardo
1732                 Mones Lastra.
1733
1734 2003-04-10 [christoph]  0.8.11claws83
1735
1736         * src/mbox.c
1737                 fix typo that did not move unfiltered mails to destination
1738                 folder
1739
1740         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1741          when filtering from spool)
1742
1743 2003-04-10 [christoph]  0.8.11claws82
1744
1745         * src/imap.c
1746                 use BODY.PEEK instead of BODY in in message fetch operation
1747                 to make sure the IMAP server does not set the \Seen flag for
1748                 messages. Sylpheed does that later itself, when the message
1749                 is opened in sylpheed
1750
1751         (closes Bug 111 Claws destroys unread marks)
1752
1753 2003-04-09 [oliver]     0.8.11claws81
1754         
1755         * src/folder.c
1756                 fix crash in folder_destroy
1757         * README.claws
1758                 remove selective download
1759
1760 2003-04-09 [christoph]  0.8.11claws80
1761
1762         * src/imap.c
1763                 fix crash in imap_get_msginfo() when then fetched message
1764                 is not found
1765
1766         (closes Bug 110 Crash during mail composition)
1767
1768 2003-04-08 [christoph]  0.8.11claws79
1769
1770         * src/folder.c
1771         * src/prefs_account.c
1772                 Filter new messages that are found in an INBOX folder
1773                 when 'Filter messages on receiving' is enabled in the
1774                 Folder's AccountPrefs. This allows to use Sylpheed's
1775                 filtering engine for IMAP folders where messages are
1776                 added to the INBOX by a MTA
1777
1778 2003-04-08 [paul]       0.8.11claws78
1779
1780         * src/procmsg.h
1781                 clean up after last commit
1782
1783 2003-04-08 [paul]       0.8.11claws77
1784
1785         * sync with 0.8.11cvs20
1786                 see ChangeLog 2003-04-07 and 2003-04-08
1787
1788 2003-04-07 [christoph]  0.8.11claws76
1789
1790         * src/filtering.[ch]
1791         * src/inc.[ch]
1792         * src/mbox.c
1793         * src/procmsg.[ch]
1794                 add procmsg_msginfo_filter() to execute filtering actions
1795
1796 2003-04-06 [christoph]  0.8.11claws75
1797
1798         * src/imap.c
1799                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1800
1801 2003-04-06 [christoph]  0.8.11claws74
1802
1803         * src/common/utils.[ch]
1804                 add g_int_compare() function for slist sorting
1805
1806         * src/imap.c
1807                 fetch all MsgInfos with one command in imap_get_msginfos()
1808                 using an imap set with a list of ranges
1809
1810         * src/news.c
1811                 use new g_int_compare() function
1812
1813 2003-04-06 [thorsten]   0.8.11claws73
1814
1815         * src/mh.c
1816                 corrected implementation of mh_folder_destroy()
1817
1818 2003-04-05 [christoph]  0.8.11claws72
1819
1820         * src/account.c
1821         * src/folder.[ch]
1822         * src/folderview.c
1823         * src/imap.c
1824         * src/inc.c
1825         * src/main.c
1826         * src/mainwindow.c
1827         * src/mbox_folder.c
1828         * src/mh.c
1829         * src/mimeview.h
1830         * src/msgcache.[ch]
1831         * src/news.c
1832         * src/procmime.h
1833         * src/procmsg.[ch]
1834         * src/setup.c
1835         * src/gtk/gtkutils.c
1836                 o rename structure field names class and new to klass and
1837                   new_msgs, to allow including files in C++
1838                 o add 'extern "C"' block to some header files
1839                 o add MsgInfoList and MsgNumberList as alias for GSList for
1840                   developers to know what type of list is expected
1841
1842         * src/plugins/image_viewer/plugin.c
1843         * src/plugins/image_viewer/viewer.[ch]
1844         * src/plugins/image_viewer/viewerprefs.[ch]
1845                 rename function names to prevent conflicts
1846
1847 2003-04-05 [paul]       0.8.11claws71
1848
1849         * sync with 0.8.11cvs18
1850                 see ChangeLog 2003-04-03 and 2003-04-04
1851
1852 2003-04-02 [christoph]  0.8.11claws70
1853
1854         * src/folder.[ch]
1855         * src/imap.[ch]
1856         * src/mbox_folder.[ch]
1857         * src/mh.[ch]
1858         * src/news.[ch]
1859                 o Make all virtual folder functions private
1860                 o remove unused folder code
1861
1862         * src/common/socket.[ch]
1863         * src/summaryview.c
1864                 fix warnings
1865
1866 2003-03-30 [alfons]     0.8.11claws69
1867
1868         * src/send_message.c
1869                 remove two debug traces and see if people still report
1870                 errors
1871
1872 2003-03-30 [alfons]     0.8.11claws68
1873
1874         * src/send_message.c
1875         * src/commons/session.c
1876                 add more debug traces
1877
1878 2003-03-30 [christoph]  0.8.11claws67
1879
1880         * src/folder.c
1881                 change processing folder name from .processing to processing
1882
1883         * src/common/ssl.c
1884                 disable SSL certificate check because it causes Xlib error
1885                 when the child process want's to open an GTK window
1886
1887 2003-03-30 [christoph]  0.8.11claws66
1888
1889         * src/folder.c
1890                 don't use default folder for processing folder item because
1891                 it can be a non local folder
1892
1893         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1894
1895 2003-03-30 [alfons]     0.8.11claws65
1896
1897         * src/send_message.c
1898                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1899                 to generate bad code for 'send_send_data_progressive': When
1900                 called from 'send_send_data_finished', the 'data' pointer is
1901                 cleared just before the assignment to the dialog pointer
1902
1903 2003-03-29 [christoph]  0.8.11claws64
1904
1905         * src/common/prefs.h
1906         * src/plugins/image_viewer/Makefile.am
1907         * src/plugins/image_viewer/plugin.c
1908         * src/plugins/image_viewer/viewer.[ch]
1909         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1910                 add PrefsPage for ImageViewer
1911
1912 2003-03-28 [thorsten]   0.8.11claws63
1913
1914         * src/common/session.c
1915                 added some comments
1916
1917 2003-03-28 [paul]       0.8.11claws62
1918
1919         * sync with 0.8.11cvs16
1920                 see ChangeLog 2003-03-28
1921
1922 2003-03-28 [paul]       0.8.11claws61
1923
1924         * sync with 0.8.11cvs15
1925                 see ChangeLog 2003-03-28
1926
1927 2003-03-27 [christoph]  0.8.11claws60
1928
1929         * src/folder.c
1930         * src/imap.c
1931         * src/common/socket.[ch]
1932                 set socket state to DISCONNECTED when any operation
1933                 fails to allow reconnecting in IMAP code without
1934                 checking the return code of all calls to the command
1935                 functions
1936
1937         * src/folderview.c
1938         * src/summaryview.c
1939                 remove some more stuff that depends on specific
1940                 folder types
1941
1942 2003-03-27 [paul]       0.8.11claws59
1943
1944         * sync with 0.8.11cvs14
1945                 see ChangeLog 2003-03-27
1946                 
1947         * src/selective_download.[ch]   ** REMOVED **
1948                 really removed
1949
1950 2003-03-27 [christoph]  0.8.11claws58
1951
1952         * src/folder.c
1953                 fix handling of tmp_flags in flag copy function
1954
1955 2003-03-27 [paul]       0.8.11claws57
1956
1957         * sync with 0.8.11cvs13
1958                 see ChangeLog 2003-03-27
1959
1960 2003-03-27 [oliver]     0.8.11claws56
1961
1962         * src/maiwindow.c
1963                 remove sel_download_cb
1964
1965 2003-03-27 [oliver]     0.8.11claws55
1966         
1967         * src/inc.c
1968                 remove POP3_TOP
1969         
1970 2003-03-26 [oliver]     0.8.11claws54
1971
1972         *src/pop.h
1973                 remove POP3_TOP*
1974         * README.claws
1975                 remove selective donwload readme
1976
1977 2003-03-26 [oliver]     0.8.11claws53
1978         * src/matcher.[ch]
1979         * src/matcher_parser_parse.y 
1980         * src/pop.c 
1981         * src/prefs_account.[ch]
1982         * src/prefs_filtering.c
1983                 remove selective donwload
1984
1985 2003-03-26 [oliver]     0.8.11claws52
1986
1987         * src/inc.[ch] 
1988         * src/filtering.c 
1989         * src/mainwindow.c 
1990                 remove selective donwload
1991
1992 2003-03-26 [oliver]     0.8.11claws51
1993         
1994         * src/Makefile.am
1995         * src/selective_download.[ch]   ** REMOVE **    
1996
1997 2003-03-26 [christoph]  0.8.11claws50
1998
1999         * src/news.c
2000                 fix NEWS that got broken by a sync with sylpheed-main
2001
2002 2003-03-26 [christoph]  0.8.11claws49
2003
2004         * src/mimeview.c
2005                 fix mime type guessing when no mime type is found for a file
2006
2007 2003-03-25 [christoph]  0.8.11claws48
2008
2009         * src/mimeview.c
2010         * src/procmime.c
2011                 remove mime type guessing from mime parser and use
2012                 name based mime types in viewer lookup for mime type
2013                 application/octet-stream
2014
2015 2003-03-25 [christoph]  0.8.11claws47
2016
2017         * doc-src/readme.txt
2018         * doc-src/rfc2554.txt
2019                 add RFC about SMTP AUTH
2020
2021         * src/send_message.c
2022         * src/common/smtp.[ch]
2023                 add extra error code for authentication errors and
2024                 clear temporary password when this error occurs
2025
2026         (closes Bug 84 authentication failure while sending should
2027          prompt for password again)
2028
2029 2003-03-25 [christoph]  0.8.11claws46
2030
2031         * configure.ac
2032         * src/Makefile.am
2033         * src/imageview.[ch]                            ** REMOVE **
2034         * src/messageview.[ch]
2035         * src/mimeview.[ch]
2036         * src/prefs_common.[ch]
2037         * src/textview.c
2038         * src/plugins/Makefile.am
2039         * src/plugins/image_viewer/.cvsignore           ** NEW **
2040         * src/plugins/image_viewer/Makefile.am          ** NEW **
2041         * src/plugins/image_viewer/plugin.c             ** NEW **
2042         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2043                 move image viewer into a plugin (building is enabled by default)
2044                 [ToDo: Prefs for resize and autoview]
2045
2046 2003-03-25 [paul]       0.8.11claws45
2047
2048         * sync with 0.8.11cvs12
2049                 see ChangeLog 2003-03-26
2050
2051 2003-03-25 [paul]       0.8.11claws44
2052
2053         * sync with 0.8.11cvs11
2054                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2055                 
2056         Note: Selective Download is broken.
2057                 
2058 2003-03-22 [christoph]  0.8.11claws43
2059
2060         * src/folder.c
2061                 code cleanup for flags copying
2062
2063 2003-03-22 [christoph]  0.8.11claws42
2064
2065         * src/plugins/trayicon/trayicon.c
2066                 fix setting the transparent area when the window size
2067                 is forced by the system tray
2068
2069 2003-03-22 [christoph]  0.8.11claws41
2070
2071         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2072         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2073         * src/plugins/trayicon/newmail.xpm              ** NEW **
2074         * src/plugins/trayicon/nomail.xpm               ** NEW **
2075         * src/plugins/trayicon/trayicon.c
2076         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2077                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2078                 o add icon for unread mails
2079                 o set transparency for window
2080
2081 2003-03-22 [christoph]  0.8.11claws40
2082
2083         * src/news.c
2084                 init news session to prevent crash when session is closed
2085
2086 2003-03-22 [christoph]  0.8.11claws39
2087
2088         * src/imap.c
2089         * src/common/session.[ch]
2090                 Init session data to make sure we don't have invalid pointers
2091                 for read_ch and write_ch when new multi process sessions are
2092                 not used
2093
2094         * src/main.c
2095         * src/common/plugin.c
2096         * src/common/sylpheed.c
2097         * src/plugins/demo/demo.c
2098         * src/plugins/dillo_viewer/dillo_viewer.c
2099         * src/plugins/mathml_viewer/mathml_viewer.c
2100         * src/plugins/spamassassin/spamassassin.c
2101         * src/plugins/spamassassin/spamassassin_gtk.c
2102                 add plugin types to allow loading plugins at different times
2103                 (and maybe for different frontends), because it's not good to
2104                 load GTK-Plugins gefore gtk_init was called
2105
2106         * configure.ac
2107         * src/plugins/Makefile.am
2108         * src/plugins/trayicon/.cvsignore               ** NEW **
2109         * src/plugins/trayicon/Makefile.am              ** NEW **
2110         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2111         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2112         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2113         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2114         * src/plugins/trayicon/trayicon.c               ** NEW **
2115                 New Trayicon plugin that shows an icon in a systray that uses
2116                 XEMBED protocol like Gnome's systray. Icon shows if there
2117                 are new mails and a tooltip shows information about new,
2118                 unread and total messages.
2119
2120 2003-03-22 [paul]       0.8.11claws38
2121
2122         * src/common/smtp.c
2123                 fix ESMTP AUTH CRAM-MD5
2124                 [sync with main (still version 0.8.11cvs6), see
2125                  ChangeLog 2003-03-22]
2126
2127 2003-03-21 [colin]      0.8.11claws37
2128
2129         * src/send_message.c
2130                 Fix USE_SSL => USE_OPENSSL
2131
2132 2003-03-21 [colin]      0.8.11claws36
2133
2134         * src/folderview.c
2135                 Fix counts in drag and dropped subfolders
2136
2137 2003-03-21 [colin]      0.8.11claws35
2138
2139         * src/folder.c 
2140         * src/folderview.c
2141                 speed up a bit folder dnd
2142
2143 2003-03-20 [alfons]     0.8.11claws34
2144
2145         * src/main.c
2146         * src/toolbar.c
2147         * src/procmsg.c
2148                 don't send locked queue messages
2149                 (feature request "[ 705245 ] Locking message in outbox 
2150                  should prevent sending")
2151
2152 2003-03-20 [christoph]  0.8.11claws33
2153
2154         * src/folder.c
2155                 remove NEW and UNREAD flag in special folders when scanning
2156                 
2157         * src/common/smtp.c
2158                 fix ESMTP AUTH CRAM-MD5
2159
2160 2003-03-20 [paul]       0.8.11claws32
2161
2162         * src/prefs_account.c
2163                 Re-write 'Tunnel command to open connection' as
2164                 'Use command to communicate with server', and disable
2165                 it for all except IMAP accounts
2166
2167 2003-03-20 [paul]       0.8.11claws31
2168
2169         * sync with 0.8.11cvs6
2170                 see ChangeLog 2003-03-20
2171
2172 2003-03-19 [match]      0.8.11claws30
2173
2174         * src/addritem.[ch]
2175                 include documentation. minor refactoring.
2176         * src/addr_compl.[ch]
2177         * src/addrindex.[ch]
2178         * src/addresbook.[ch]
2179         * src/summaryview.c
2180                 re-enable address lookup (was disabled in
2181                 0.8.11claws20).
2182
2183 2003-03-19 [christoph]  0.8.11claws29
2184
2185         * src/procmsg.c
2186                 add temp flag handling, will make moving and copying
2187                 messages possible again
2188
2189         * src/folder.c
2190                 correct calulation of folder stats
2191
2192 2003-03-18 [match]      0.8.11claws28
2193
2194         * src/editgroup.h
2195                 remove case sensitive comparison (closes bug 80).
2196
2197 2003-03-18 [christoph]  0.8.11claws27
2198
2199         * src/imap.c
2200                 fix imap using a tunnel command
2201
2202         (closes bug 87)
2203
2204 2003-03-18 [christoph]  0.8.11claws26
2205
2206         * src/folder.[ch]
2207         * src/imap.c
2208         * src/procmsg.[ch]
2209                 rewrite flag handling for folders
2210
2211 2003-03-18 [christoph]  0.8.11claws25
2212
2213         * src/folder.c
2214         * src/procmsg.c
2215         * src/summaryview.c
2216                 unset NEW and UNREAD flags when message is ignored, to make
2217                 sure messages don't show up as unread on other IMAP clients,
2218                 because the IGNORE_THREAD flag can not be syncronized through
2219                 the IMAP folder
2220
2221 2003-03-17 [christoph]  0.8.11claws24
2222
2223         * src/imap.c
2224                 don't use recursion to fetch uids when the number of messages
2225                 does not match. Moved code into subfunction that is used
2226                 again when needed, to prevent an endless loop.
2227
2228 2003-03-17 [thorsten]   0.8.11claws23
2229
2230         * src/imageview.[ch]
2231                 export imageview_get_resized_size() (for plugins)
2232         * src/prefs_common.[ch]
2233                 added prefs_common_get() (for plugins)
2234
2235 2003-03-17 [christoph]  0.8.11claws22
2236
2237         * src/imap.c
2238                 o remove UID guessing from copy code
2239                 o support UIDPLUS extension for APPEND command
2240
2241 2003-03-17 [paul]       0.8.11claws21
2242
2243         * src/gtk/about.c
2244                 remove 'Compiled-plugins' section.
2245                 
2246         * src/plugins/dillo_viewer/dillo_viewer.c
2247                 slight change to description text
2248
2249 2003-03-16 [match]      0.8.11claws20
2250         * src/ldapserver.[ch]           ** NEW **
2251         * src/ldapctrl.[ch]             ** NEW **
2252         * src/ldapquery.[ch]            ** NEW **
2253         * src/ldaputil.[ch]             ** NEW **
2254         * src/addrcindex.[ch]           ** NEW **
2255         * src/addrquery.h               ** NEW **
2256         * src/addritem.[ch]
2257         * src/addrcache.[ch]
2258         * src/addrindex.[ch]
2259         * src/addr_compl.[ch]
2260         * src/addressbook.[ch]
2261         * src/addrbook.[ch]
2262         * src/editgroup.c
2263         * src/editaddress.c
2264         * src/editldap.c
2265         * src/editldap_basedn.c
2266         * src/vcard.c
2267         * src/jpilot.c
2268         * src/Makefile.am
2269                 included dynamic LDAP queries. improved address
2270                 completion.
2271
2272 2003-03-16 [paul]       0.8.11claws19
2273
2274         * tools/multiwebsearch.pl
2275                 fix a fatal typo
2276
2277 2003-03-16 [christoph]  0.8.11claws18
2278
2279         * src/mimeview.c
2280         * src/plugins/dillo_viewer/dillo_viewer.c
2281         * src/plugins/mathml_viewer/mathml_viewer.c
2282                 make unregistering of MimeViewerFactorys possible
2283
2284 2003-03-16 [alfons]     0.8.11claws17
2285
2286         * configure.ac
2287                 correct typo
2288
2289 2003-03-16 [melvin]     0.8.11claws16
2290
2291         * src/plugins/dillo_viewer.c
2292                 Fixed bug where it was not possible to view more than
2293                 one text/html attachment per message (bug discovered
2294                 by Christoph Hohmann).
2295
2296 2003-03-15 [melvin]     0.8.11claws15
2297
2298         * src/prefs_actions.c
2299                 Fixed compilation warnings.
2300
2301 2003-03-15 [melvin]     0.8.11claws14
2302
2303         * src/plugins/Makefile.am
2304         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2305         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2306         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2307                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2308                 newer (http://dillo.auriga.wearlab.de/).
2309
2310 2003-03-15 [christoph]  0.8.11claws13
2311
2312         * src/imap.c
2313                 don't query imap folder for attributes because we already
2314                 for them from imap_status
2315
2316         * src/mimeview.[ch]
2317                 add support for plugable MimeViewers (unloading Viewers
2318                 not yet complete)
2319
2320         * src/plugins/Makefile.am
2321         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2322         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2323         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2324                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2325                 widget from http://helm.cs.unibo.it/mml-widget/
2326
2327 2003-03-14 [christoph]  0.8.11claws12
2328
2329         * src/folder.[ch]
2330                 o error return code's should better be negative
2331                 o replace printf with debug_print
2332
2333         * src/imap.c
2334                 improve IMAP folder scan by checking UID-NEXT
2335
2336         * src/summaryview.c
2337                 remove check that are unnecessary in my opinion
2338
2339 2003-03-13 [christoph]  0.8.11claws11
2340
2341         * src/folder.[ch]
2342         * src/foldersel.c
2343         * src/folderview.c
2344         * src/imap.c
2345         * src/mbox_folder.c
2346         * src/mh.c
2347         * src/news.c
2348         * src/prefs_scoring.c
2349         * src/summaryview.c
2350                 use a common function to get a displayable name
2351                 for a FolderItem
2352
2353 2003-03-13 [paul]       0.8.11claws10
2354
2355         * tools/Makefile.am
2356           tools/README
2357           tools/multiwebsearch.conf     ** NEW FILE **
2358           tools/multiwebsearch.pl       ** NEW FILE **
2359                 add multiwebsearch Actions script
2360
2361 2003-03-13 [colin]      0.8.11claws9
2362
2363         * src/compose.c
2364                 Remove leading emtpy lines from quoted text
2365                 before quoting it
2366
2367 2003-03-13 [melvin]     0.8.11claws8
2368
2369         * src/prefs_actions.c
2370                 Fixed a memory leak
2371                 Code clean ups
2372                 Added Cancel and OK buttons
2373                 Corrected help text
2374
2375 2003-03-13 [christoph]  0.8.11claws7
2376
2377         * src/account.c
2378         * src/folder.[ch]
2379         * src/imap.c
2380         * src/mainwindow.c
2381         * src/mbox_folder.c
2382         * src/mh.c
2383         * src/news.c
2384         * src/setup.c
2385                 replace more folder type stuff with folder class stuff
2386
2387 2003-03-13 [melvin]     0.8.11claws6
2388
2389         * src/prefs_actions.c
2390                 Added new tokens:
2391                 %u: user provided argument
2392                 %h: user provided argument (hidden on input)
2393                 %s: current text selection in the message view 
2394
2395 2003-03-13 [paul]       0.8.11claws5
2396
2397         * sync with 0.8.11cvs5
2398                 see ChangeLog 2003-03-11, 2003-03-12
2399
2400 2003-03-12 [christoph]  0.8.11claws4
2401
2402         * src/folder.c
2403                 use folder class idstr when writing folderlist.xml
2404
2405         * src/folder.h
2406         * src/imap.c
2407         * src/news.c
2408                 replace folder type checks with folder class checks
2409
2410 2003-03-12 [christoph]  0.8.11claws3
2411
2412         * src/folder.[ch]
2413         * src/imap.[ch]
2414         * src/main.c
2415         * src/mbox_folder.[ch]
2416         * src/mh.[ch]
2417         * src/news.[ch]
2418                 o create a list of known folder classes in the folder system
2419                 o use folder class id strings for folder item identifiers
2420
2421 2003-03-12 [christoph]  0.8.11claws2
2422
2423         * src/imap.c
2424                 fix imap uid validity check
2425
2426 2003-03-12 [christoph]  0.8.11claws1
2427
2428         * src/account.c
2429         * src/folder.[ch]
2430         * src/foldersel.c
2431         * src/folderview.c
2432         * src/imap.c
2433         * src/mainwindow.c
2434         * src/mbox_folder.c
2435         * src/mh.c
2436         * src/news.c
2437         * src/prefs_scoring.c
2438         * src/procmsg.c
2439         * src/setup.c
2440         * src/summaryview.c
2441                 initial restructuring of folder system, seperating
2442                 folders and folder classes
2443
2444 2003-03-12 [paul]       0.8.11claws
2445
2446         0.8.11claws release
2447
2448 2003-03-12 [christoph]
2449
2450         * src/gtk/prefswindow.c
2451                 fix translation of "Page Index"
2452
2453 2003-03-12 [paul]       0.8.10claws110
2454
2455         a sync from 0.8.11cvs4 before the release
2456
2457         * src/common/utils.c
2458                 subject_compare_for_sort(): allow null strings (fixes
2459                 summary sorting).
2460
2461 2003-03-11 [paul]       0.8.10claws109
2462
2463         * po/es.po
2464                 update Spanish translation, submitted by
2465                 Ricardo Mones Lastra
2466
2467 2003-03-11 [melvin]     0.8.10claws108
2468
2469         * po/fr.po
2470                 Updated French translations
2471
2472 2003-03-11 [paul]       0.8.10claws107
2473
2474         * manual/en/Makefile.am
2475           manual/en/*.html
2476                 update English manual, add a new page
2477                 updated by Francois Barriere <fbarriere@atmel.fr>
2478                 
2479         * po/bg.po
2480           po/it.po
2481           po/sr.po
2482                 update Bulgarian, Italian, and Serbian translations
2483                 submitted by George Danchev, Alessandro Maestri, and
2484                 Urke MMI
2485
2486 2003-03-10 [paul]       0.8.10claws106
2487
2488         * src/gtk/about.c
2489           src/gtk/prefswindow.c
2490                 make some strings translatable
2491
2492 2003-03-10 [darko]      0.8.10claws105
2493
2494         * src/compose.c
2495                 code cleanup to make Hiro happy
2496
2497 2003-03-10 [paul]       0.8.10claws104
2498
2499         * sync with 0.8.11cvs2
2500                 see ChangeLog 2003-03-10
2501
2502 2003-03-09 [melvin]     0.8.10claws103
2503
2504         * src/textview.c
2505                 textview_set_font(): fix for message display in
2506                 UTF-8 locales (thanks to Sergey Vlasov).
2507                 (was unintentionnaly reverted in 0.8.6claws6)   
2508
2509 2003-03-08 [darko]      0.8.10claws102
2510
2511         * src/compose.c
2512                 fix infinite loop in wrapping as reported
2513                 by happycactus
2514                 obsoletes patch #696482
2515
2516 2003-03-08 [christoph]  0.8.10claws101
2517
2518         * src/imap.c
2519                 add workaround for IMAP servers that do not
2520                 support the "UID SEARCH UID" command
2521
2522 2003-03-07 [christoph]  0.8.10claws100
2523
2524         * src/plugins/spamassassin/spamassassin.[ch]
2525         * src/plugins/spamassassin/spamassassin_gtk.c
2526                 code cleanup
2527
2528 2003-03-07 [paul]       0.8.10claws99
2529
2530         * po/es.po
2531                 updated Spanish translation, submitted by
2532                 Ricardo Mones Lastra
2533
2534 2003-03-07 [christoph]  0.8.10claws98
2535
2536         * src/send.c
2537                 fix in 0.8.10claws94 was wrong
2538                 local delivery does not require escaping, remove escaping
2539                 code to make signatures of mails with "." lines valid
2540                 
2541                 NOTE: requires that sendmail is executed with "-i" option,
2542                       what is the default now, but has to be changed in all
2543                       exsiting accounts)
2544
2545 2003-03-07 [paul]       0.8.10claws97
2546
2547         * sync with 0.8.11 release
2548                 see ChangeLog 2003-03-07
2549
2550 2003-03-06 [paul]       0.8.10claws96
2551
2552         * src/compose.c
2553                 revert commit 0.8.10claws92
2554
2555 2003-03-06 [paul]       0.8.10claws95
2556
2557         * src/folderview.c
2558                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2559
2560         * src/gtkaspell.c
2561                 fix bug 74, 'Crash opening editor window with pseudo-color
2562                 display'
2563                 
2564         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2565
2566 2003-03-06 [christoph]  0.8.10claws94
2567
2568         * src/send.c
2569                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2570                 all lines starting with a period get an extra period
2571                 inserted
2572                 (found by Simon 'corecode' Schubert)
2573
2574 2003-03-06 [paul]       0.8.10claws93
2575
2576         * src/folderview.c
2577                 if configured font can't be loaded fall back to gtk
2578                 default. (with thanks to Christoph)
2579                 
2580                 closes long-standing bug 15 'Crashes on startup'
2581
2582 2003-03-06 [paul]       0.8.10claws92
2583
2584         * src/compose.c
2585                 freeze text before autosave and thaw afterwards
2586                 fixes bug 67 'autosave make re-rediting message crazy'
2587
2588 2003-03-06 [christoph]  0.8.10claws91
2589
2590         * src/compose.c
2591                 ignore address comment in dupe check for Cc-list
2592
2593         (closes reopened bug 47 Replying to message strips name part of
2594          e-mail addresses of Cc: lines)
2595
2596 2003-03-06 [paul]       0.8.10claws90
2597
2598         * src/Makefile.am
2599                 remove reference to gtkxtext.h as its no longer in
2600                 the repository
2601
2602 2003-03-06 [paul]       0.8.10claws89
2603
2604         * sync with 0.8.10cvs25
2605                 see ChangeLog 2003-03-06
2606
2607 2003-03-06 [oliver]     0.8.10claws88
2608         
2609         * src/messageview.c
2610                 remove include
2611
2612 2003-03-06 [oliver]     0.8.10claws87
2613         
2614         * src/folderview.c 
2615                 remove changes introduced inclaws74
2616         * src/messageview.c
2617                 another attempt to sanely delete and update
2618                 messages deleted in separate messageview
2619
2620 2003-03-05 [christoph]  0.8.10claws86
2621
2622         * src/summaryview.c
2623                 check if "From" matches any account's address if
2624                 addressbook completion of addresses is disabled too
2625
2626         (closes Bug 70 "Display recipient in from" doesn't check
2627          folder's default account)
2628
2629 2003-03-05 [christoph]  0.8.10claws85
2630
2631         * src/compose.c
2632         * src/common/utils.[ch]
2633                 don't strip address comments when building Cc lists
2634
2635         (closes Bug 47 Replying to message strips name part of e-mail addresses
2636          of Cc: lines)
2637
2638         * src/folder.c
2639                 fix return value of copy function
2640
2641 2003-03-05 [christoph]  0.8.10claws84
2642
2643         * src/imap.c
2644                 don't ask imap server for non rfc822 headers
2645
2646         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2647
2648         * src/imap.c
2649                 destroy session on socket error to allow reconnecting
2650
2651 2003-03-05 [christoph]  0.8.10claws83
2652
2653         * configure.ac
2654                 fix building with gnome when no prefix is set
2655
2656         (closes bug 66 Gnome directory is set to NONE)
2657
2658 2003-03-05 [paul]       0.8.10claws82
2659
2660         * sync with 0.8.10cvs23
2661                 see ChangeLog 2003-03-05
2662
2663 2003-03-04 [christoph]  0.8.10claws81
2664
2665         * src/folder.c
2666                 o fix moving and copying when folder returns 0 for new
2667                   message number
2668                 o remove some code for single message copy and move
2669                   operations and use functions for multiple messages
2670
2671         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2672
2673         * src/news.c
2674                 remove unused include
2675
2676 2003-03-04 [paul]       0.8.10claws80
2677
2678         * src/gtk/about.c
2679                 list 'Compiled plugins'
2680
2681 2003-03-03 [christoph]  0.8.10claws79
2682
2683         * src/news.[ch]
2684                 have to multiply the percentage of the current fetch with
2685                 the percentage that it has of the total fetch operation
2686                 for correct values
2687
2688 2003-03-03 [christoph]  0.8.10claws78
2689
2690         * src/news.c
2691                 fix calculation of expected lines for progress indicator
2692
2693 2003-03-03 [christoph]  0.8.10claws77
2694
2695         * src/summaryview.c
2696         * src/common/utils.c
2697                 fix segfault when opening the root news folder
2698
2699 2003-03-03 [christoph]  0.8.10claws76
2700
2701         * src/mainwindow.[ch]
2702         * src/common/Makefile.am
2703         * src/common/progressindicator.[ch]
2704                 add UI independent progress indicator handling
2705
2706         * src/news.[ch]
2707                 use new progress indicator for message info fetching
2708
2709         * src/common/hooks.h
2710                 code cleanup
2711
2712 2003-03-03 [oliver]     0.8.10claws75
2713
2714         * src/toolbar.c
2715         * src/compose.c
2716                 removed commented code
2717
2718 2003-03-03 [oliver]     0.8.10claws74
2719
2720         * src/toolbar.[ch]
2721                 cleanups and refactoring
2722         * src/compose.[ch]
2723                 compose_reply_mode reply & forwarding interface for
2724                 toolbar buttons
2725         * src/folderview.c
2726                 act on messages marked for deletion in folderview_selected
2727                 based on prefs_common.immediate_exec since a message might 
2728                 have been deleted by messageview in a folder we are changing 
2729                 to (does anybody understand what I'm on about ?)
2730
2731 2003-03-03 [oliver]     0.8.10claws73
2732         
2733         * src/messageview.[ch]
2734                 new functions
2735                 - messageview_delete: delete message shown in messagview
2736                 - messageview_update_view: update messageview to currently 
2737                   selected summaryview message
2738                 - add separate messageview to msgview_list in order to update 
2739                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2740         * src/summaryview.[ch]
2741                 summary_get_selection returns a list of selected msgs
2742                 in summaryview
2743         * src/mainwindow.c
2744                 toolbar reply refactoring
2745
2746 2003-03-03 [paul]       0.8.10claws72
2747
2748         * sync with 0.8.10cvs21
2749                 see ChangeLog 2003-03-03
2750
2751 2003-03-02 [christoph]  0.8.10claws71
2752
2753         * src/common/passcrypt.c
2754                 use POSIX includes
2755
2756 2003-03-02 [christoph]  0.8.10claws70
2757
2758         * configure.ac
2759         * src/prefs_account.c
2760         * src/prefs_gtk.[ch]
2761         * src/common/.cvsignore
2762         * src/common/Makefile.am
2763         * src/common/passcrypt.c                ** NEW **
2764         * src/common/passcrypt.h.in             ** NEW **
2765                 Implement password encryption in config files
2766                 using unix encrypt and setkey functions. The crypt
2767                 key can be set as a configure parameter. Old
2768                 passwords will be converted if they do not begin
2769                 with '!'
2770
2771 2003-03-02 [paul]       0.8.10claws69
2772
2773         * src/prefs_account.c
2774                 fix compile error
2775
2776 2003-03-01 [thorsten]   0.8.10claws68
2777
2778         * po/el.po
2779           po/hr.po
2780           po/it.po
2781           po/nl.po
2782           po/sr.po
2783           po/sv.po
2784                 corrected format strings
2785         * po/en_GB.po
2786                 corrected headers
2787                 (fix compile errors with GNU gettext-0.11.5)
2788
2789 2003-03-01 [oliver]     0.8.10claws67
2790
2791         * src/summaryview.c
2792                 menu callbacks call toolbar_menu_reply
2793
2794 2003-03-01 [oliver]     0.8.10claws66
2795
2796         * src/mainwindow.c
2797         * src/messageview.c
2798                 menu callbacks call toolbar_menu_reply
2799         * src/toolbar.[ch]
2800                 callbacks from menu handled by toolbar_menu_reply
2801
2802 2003-03-01 [paul]       0.8.10claws65
2803
2804         * src/addressbook.c
2805                 revert commit 0.8.10claws54 - breaks editing of
2806                 addressbook.
2807                 
2808         * po/bg.po
2809                 update Bulgarian translation, submitted by
2810                 George Danchev
2811
2812 2003-02-28 [christoph]  0.8.10claws64
2813
2814         * src/account.c
2815         * src/addressadd.c
2816         * src/compose.c
2817         * src/gtkaspell.c
2818         * src/gtkxtext.h                ** REMOVE **
2819         * src/imap.c
2820         * src/matcher.[ch]
2821         * src/mh.c
2822         * src/news.c
2823         * src/pine.c
2824         * src/prefs_common.c
2825         * src/prefs_matcher.c
2826         * src/procheader.[ch]
2827         * src/procmsg.[ch]
2828         * src/toolbar.c
2829         * src/common/ssl_certificate.c
2830         * src/gtk/colorlabel.c
2831         * src/gtk/menu.c
2832                 o fix warnings
2833                 o remove code obsoleted by new cache and folder system rework
2834
2835 2003-02-28 [oliver]     0.8.10claws63
2836         
2837         * src/toolbar.[ch]
2838                 * fix bug where reply in Messageview replied to 
2839                 Message displayed in summaryview
2840                 (reportedd via ML by chinatinte at gmx dot ch)
2841                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2842                 didn't work in separate MessageView Toolbar
2843                 (wondering if anybody uses this at all ?)
2844         * src/summaryview.[ch]
2845                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2846                 (generalize reply and forward code);
2847         * src/messageview.c 
2848                 remove focus_in event which updated summaryview to messageview
2849
2850 2003-02-28 [paul]       0.8.10claws62
2851
2852         * po/Makefile.in.in
2853                 add the --check option
2854                 Patch submitted by Ricardo Mones Lastra
2855
2856 2003-02-28 [paul]       0.8.10claws61
2857
2858         * src/prefs_account.c
2859                 re-order 'Signature' items
2860
2861 2003-02-28 [paul]       0.8.10claws60
2862
2863         * sync with 0.8.10cvs20
2864                 see ChangeLog 2003-02-28
2865
2866 2003-02-28 [paul]       0.8.10claws59
2867
2868         * po/POTFILES.in
2869                 update to reflect recent movement of files
2870
2871 2003-02-28 [paul]       0.8.10claws58
2872
2873         * sync with 0.8.10cvs19
2874                 see ChangeLog 2003-02-28
2875
2876 2003-02-27 [martin]     0.8.10claws57
2877
2878         * src/prefs_matcher.c 
2879                 fix segfault in prefs_matcher_ok() when the
2880                 last entry is deleted and prevents that the
2881                 message "entry not saved" comes up after deleting
2882                 an entry
2883
2884 2003-02-27 [martin]     0.8.10claws56
2885
2886         * src/prefs_filtering.c 
2887                 fix segfault in prefs_filtering_ok() when the
2888                 last entry is deleted and prevents that the
2889                 message "entry not saved" comes up after deleting
2890                 an entry
2891
2892 2003-02-27 [paul]       0.8.10claws55
2893
2894         * sync with 0.8.10cvs18
2895                 see ChangeLog 2003-02-27
2896
2897 2003-02-27 [paul]       0.8.10claws54
2898
2899         * src/addressbook.c
2900                 fix bug where the address book crashes with 
2901                 multiple lookups.
2902                 Patch [687729] submitted by David Frager 
2903                 <dbfrager@users.sourceforge.net>
2904
2905 2003-02-25 [christoph]  0.8.10claws53
2906
2907         * src/Makefile.am
2908         * src/colorlabel.[ch]           ** REMOVE **
2909         * src/gtk/Makefile.am
2910         * src/gtk/colorlabel.[ch]       ** NEW **
2911                 move colorlabel files to gtk directory
2912
2913         * src/esmtp.[ch]                ** REMOVE **
2914                 has been merged into smtp.[ch] in 0.7.5
2915
2916 2003-02-25 [christoph]  0.8.10claws52
2917
2918         * src/Makefile.am
2919         * src/about.[ch]                ** REMOVE **
2920         * src/gtk/Makefile.am
2921         * src/gtk/about.[ch]            ** NEW **
2922                 move about files to gtk directory
2923
2924 2003-02-25 [christoph]  0.8.10claws51
2925
2926         * src/folder.c
2927                 some code optimization of folder scanning code
2928
2929         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2930
2931 2003-02-25 [christoph]  0.8.10claws50
2932
2933         * src/main.c
2934         * src/common/sylpheed.c
2935                 add command line parameter parsing to common code
2936
2937 2003-02-24 [christoph]
2938
2939         * Makefile.am
2940         * configure.ac
2941                 fix gnome prefix problems, the configure script now removed
2942                 `gnome-config --prefix` from `gnome-config --datadir`
2943                 and adds $(prefix} instead
2944
2945         (closes Bug 24 Makefile does not respect prefix when installing
2946          GNOME data)
2947
2948 2003-02-24 [christoph]  0.8.10claws49
2949
2950         * src/news.c
2951                 check for valid session before trying to authenticate
2952
2953         (closes Bug 60 crash if "authenticate on logon" is activated
2954          and newsserver-hostname is not valid)
2955
2956 2003-02-24 [melvin]     0.8.10claws48
2957
2958         * src/prefs_actions.c
2959                 Make sure all user's input is sent to the action and then
2960                 close the socket..
2961
2962 2003-02-23 [alfons]     0.8.10claws46
2963
2964         * src/summaryview.c
2965                 also wait cursor when deleting files
2966
2967 2003-02-23 [paul]
2968
2969         * tools/freshmeat_search.pl
2970           tools/google_search.pl
2971                 scripts should now work for any browser/browser command line
2972
2973 2003-02-22 [christoph]  0.8.10claws45
2974
2975         * src/procmsg.c
2976                 fix IMAP flag setting, IMAP flag is not handled correctly
2977                 anymore by the folder system and information about the
2978                 folder should not be saved in the MsgInfo (in my opinion)
2979
2980         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2981
2982 2003-02-22 [christoph]  0.8.10claws44
2983
2984         * src/summaryview.c
2985                 fix spelling of "label" ;-)
2986
2987 2003-02-22 [thorsten]   0.8.10claws43
2988
2989         * src/mimeview.c
2990           src/prefs_common.[ch]
2991           src/procmime.[ch]
2992                 do not use description as attachment name
2993
2994 2003-02-22 [alfons]     0.8.10claws42
2995
2996         * src/summaryview.c
2997                 freeze/thaw folder item updates when changing color labels,
2998                 and put a wait cursors on
2999
3000 2003-02-22 [thorsten]   0.8.10claws41
3001
3002         * src/mimeview.c
3003                 save-all fixes: crash if invoked on multipart container,
3004                 mimeinfo access, pathseparators, error dialog
3005
3006 2003-02-21 [alfons]     0.8.10claws40
3007
3008         * src/prefs_gtk.c
3009                 remove unused var
3010
3011 2003-02-21 [colin]      0.8.10claws39
3012
3013         * src/send.c
3014                 Fix smtp logging
3015
3016 2003-02-21 [colin]      0.8.10claws38
3017
3018         * src/summaryview.c
3019                 Freeze/thaw folderItem updates when filtering messages 
3020                 via Tools/Filter messages
3021
3022 2003-02-21 [paul]       0.8.10claws37
3023
3024         * src/compose.c
3025                 revert commit 0.8.10claws26, there are ulterior motives
3026                 for users to set a Reply-To header when posting to
3027                 newsgroups
3028
3029 2003-02-21 [paul]       0.8.10claws36
3030
3031         * sync with 0.8.10cvs17
3032                 see ChangeLog 2003-02-21
3033
3034 2003-02-20 [christoph]  0.8.10claws35
3035
3036         * src/imap.c
3037                 IMAP UID fetch speedup using SEARCH
3038
3039         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3040
3041         * src/imap.c
3042                 fix problem with UIDs in IMAP UID cache that no longer existed
3043
3044 2003-02-20 [christoph]  0.8.10claws34
3045
3046         * src/imap.c
3047         * src/procheader.c
3048         * src/procheader.h
3049                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3050
3051         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3052
3053         * src/imap.c
3054                 Rewrite imap_cmd_gen_recv use sock_getline instead
3055                 of sock_gets to avoid problems with too long reply
3056                 lines
3057     
3058 2003-02-20 [colin]      0.8.10claws33
3059         
3060         * src/prefs_account.c
3061                 Better wording
3062
3063 2003-02-20 [colin]      0.8.10claws32
3064
3065         * src/compose.c
3066                 Remove useless '&& !to_sender' 
3067
3068 2003-02-20 [darko]
3069
3070         * AUTHORS
3071                 change my e-mail address
3072
3073 2003-02-19 [colin]      0.8.10claws31
3074
3075         * src/prefs_common.c
3076                 X11 style colors for every configurable color
3077
3078 2003-02-19 [alfons]     0.8.10claws30
3079
3080         * src/prefs_gtk.[ch]
3081         * src/prefs_common.c
3082                 for color_new accept both plain integers and X11 style color
3083                 names (as found in /usr/lib/X11/rgb.txt)
3084
3085 2003-02-19 [paul]       0.8.10claws29
3086
3087         * src/mainwindow.c
3088                 add tooltips to online/offline button and account selector
3089                 button
3090
3091 2003-02-19 [paul]       0.8.10claws28
3092
3093         * src/folder.c
3094           src/news.c
3095           src/prefs_account.[ch]
3096           src/prefs_common.[ch]
3097                 move 'Maximum number of articles to download' to
3098                 account prefs.
3099                 clean up account prefs gui a little by hiding entries
3100                 rather then greying out entries
3101
3102 2003-02-19 [hiro]       0.8.10claws27
3103
3104         * src/common/utils.c
3105                 fix bug #54 'yesterdays date is displayed in the message 
3106                 summary window'
3107
3108 2003-02-19 [paul]       0.8.10claws26
3109
3110         * src/compose.c
3111                 fix bug reported in Feature Request [688596] 
3112                 'Reply-to header in news'
3113
3114 2003-02-18 [paul]       0.8.10claws25
3115
3116         * src/select-keys.c
3117                 add a 'List all keys' button to key selection dialog
3118
3119 2003-02-18 [colin]      0.8.10claws24
3120         
3121         * src/stock_pixmap.c
3122                 fix compile error
3123
3124 2003-02-18 [colin]      0.8.10claws23
3125
3126         * src/common/smtp.[ch]
3127           src/prefs_account.c
3128                 Try to starttls if it seems to be the only
3129                 way to authenticate a user
3130
3131 2003-02-18 [paul]       0.8.10claws22
3132
3133         * src/Makefile.am
3134           src/folderview.c
3135           src/stock_pixmap.[ch]
3136           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3137           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3138                 as a Drafts folder is a special folder allow it to have
3139                 its own unique icons
3140
3141 2003-02-18 [colin]      0.8.10claws21
3142
3143         * src/imap.c
3144                 Fix port selection when using starttls
3145
3146 2003-02-18 [paul]       0.8.10claws20
3147
3148         * src/mainwindow.c
3149           src/prefs_common.[ch]
3150                 make blue the default new mail colour
3151
3152 2003-02-18 [paul]       0.8.10claws19
3153
3154         * sync with 0.8.10cvs14
3155                 see ChangeLog 2003-02-18
3156
3157 2003-02-17 [jens]       0.8.10claws18
3158
3159         * src/common/md5.c
3160                 fixed a compile problem with gcc 3.3
3161                 works on 2.95.3 too (testet on PPC as it is big endian)
3162
3163 2003-02-17 [paul]       0.8.10claws17
3164
3165         * sync with 0.8.10cvs13
3166                 see ChangeLog 2003-02-17
3167
3168 2003-02-17 [paul]       0.8.10claws16
3169
3170         * sync with 0.8.10cvs12
3171                 see ChangeLog 2003-02-17
3172
3173 2003-02-16 [match]      0.8.10claws15
3174
3175         * src/addressbook.c
3176                 Eliminates reloading of address data when items
3177                 deleted or added. Applied submitted by
3178                 Luke Plant <lukeplant@softhome.net>
3179
3180 2003-02-16 [paul]       0.8.10claws14
3181
3182         * src/news.c
3183                 when a 'protocol error' is encountered disconnect from
3184                 the server. This means that the user can carry on viewing
3185                 other articles and doesn't have to either wait until the
3186                 server timesout or quit sylpheed.
3187                 Fixes bug #53 'Unable to read messages in newsgroups, 
3188                 displayed message doesn't change'
3189
3190 2003-02-15 [christoph]  0.8.10claws13
3191
3192         * src/imap.c
3193                 fix bug that stopped scanning of folders when an
3194                 IMAP folder was empty
3195
3196         (closes bug 46 stop scan messages in folders after empty folder)
3197
3198 2003-02-15 [paul]
3199
3200         * tools/Makefile.am
3201           tools/README
3202           tools/freshmeat_search.pl     ** NEW FILE **
3203           tools/google_search.pl        ** NEW FILE **
3204                 Add 2 Actions scripts which search freshmeat/google
3205                 for the selected text using the browser configured
3206                 in sylpheedrc.
3207                 
3208         Note: These scripts are very dependent on the format of the
3209         browser command and may not work on every occasion. Testing
3210         is welcome. 
3211
3212 2003-02-14 [alfons]     0.8.10claws12
3213
3214         * src/compose.c
3215                 fix breakage because of uninitialized account pointer.
3216                 please verify.
3217
3218 2003-02-14 [paul]       0.8.10claws11
3219
3220         * src/compose.c
3221           src/prefs_account.[ch]
3222           src/prefs_common.[ch]
3223                 move signature settings to Account Prefs
3224
3225 2003-02-14 [paul]       0.8.10claws10
3226
3227         * sync with 0.8.10cvs11
3228                 see ChangeLog 2003-02-14
3229
3230 2003-02-13 [thorsten]   0.8.10claws9
3231
3232         * src/news.c
3233                 revert news progressbar (GUI separation)
3234
3235 2003-02-13 [paul]       0.8.10claws8
3236
3237         * src/compose.c
3238                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3239                 paragraph 1
3240
3241 2003-02-13 [paul]       0.8.10claws7
3242
3243         * src/compose.[ch]
3244           src/summaryview.c
3245                 fix 'Follow-up and Reply-to' so that it creates a reply to
3246                 the newsgroup and the sender. If the message has the keyword
3247                 'poster' in the Followup-To header, all replies go to the
3248                 sender, re: RFC 1036, Section 2.2.3
3249                 rename all instances of 'ignore_replyto' to 'to_sender', both
3250                 were previously used, now we use just one.
3251
3252 2003-02-13 [paul]       0.8.10claws6
3253
3254         * sync with 0.8.10cvs9
3255                 see ChangeLog 2003-02-13
3256
3257 2003-02-13 [paul]       0.8.10claws5
3258
3259         * configure.ac
3260                 show which plugins are configured in the configure
3261                 output.
3262
3263 2003-02-12 [thorsten]   0.8.10claws4
3264
3265         * src/news.c
3266                 show progress while fetching news headers
3267
3268 2003-02-12 [christoph]  0.8.10claws3
3269
3270         * configure.ac
3271         * src/plugins/Makefile.am
3272                 use AM_CONDITIONAL to enable plugins, automake correctly
3273                 manages this when creating distdir
3274
3275 2003-02-12 [christoph]  0.8.10claws2
3276
3277         * ac/spamassassin.m4
3278         * src/plugins/spamassassin/Makefile.am
3279                 fix building SpamAssassin plugin without OpenSSL
3280
3281 2003-02-12 [paul]       0.8.10claws1
3282
3283         * ac/Makefile.am
3284           src/Makefile.am
3285           src/plugins/Makefile.am
3286                 fix failure of 'make release'
3287
3288 2003-02-12 [paul]       0.8.10claws
3289
3290         * 0.8.10claws released
3291
3292 2003-02-12 [paul]       0.8.9claws56
3293
3294         * po/bg.po
3295           po/es.po
3296           po/it.po
3297           po/ru.po
3298           po/sr.po
3299                 updated translations by George Danchev, Ricardo Mones Lastra,
3300                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3301                 
3302         * sylpheed.spec.in
3303                 Allow the building of RPMs by a regular user. Submitted
3304                 by Sergei Astanin
3305
3306 2003-02-11 [alfons]     0.8.9claws55
3307
3308         * src/colorlabel.c
3309                 don't use pixmaps for label color rect but draw rectangles
3310                 so we can respect the color map of palette based visuals
3311                 (fixes the long time crashes on Suns - thanks to Andreas
3312                 Engel and Steve O'Hara-Smith for testing)
3313
3314 2003-02-11 [christoph]  0.8.9claws54
3315
3316         * src/matcher_parser_parse.y
3317                 correct bug where filering rules of not existing folders in
3318                 matcherrc were added to global filtering
3319                 
3320         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3321          main filter-rules after removing directory, http://bugs.debian.org/180253)
3322         
3323 2003-02-11 [paul]       0.8.9claws53
3324
3325         * sync with 0.8.10cvs7
3326                 see ChangeLog 2003-02-09
3327
3328 2003-02-11 [melvin]     0.8.9claws52
3329
3330         * po/fr.po
3331                 Updated French tranlsations
3332
3333 2003-02-10 [paul]       0.8.9claws51
3334
3335         * sylpheed.spec.in
3336                 correct --enable-openssl
3337                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3338
3339 2003-02-09 [martin]     0.8.9claws50
3340
3341         * src/prefs_matcher.c
3342                 fix segfault in prefs_matcher_substitute_cb() when
3343                 no row is selected
3344
3345 2003-02-09 [paul]       0.8.9claws49
3346
3347         * src/folderview.c
3348                 fix bug where a newsgroup folder's processing rules were
3349                 merged with the global filtering rules when the newsgroup
3350                 folder was deleted, causing some seriously bad results,
3351                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3352
3353 2003-02-08 [melvin]     0.8.9claws48
3354
3355         * src/compose.c
3356                 Corrected and modified an alert message.
3357
3358 2003-02-07 [paul]       0.8.9claws47
3359
3360         * src/folderview.c
3361                 fix bug where both an 'Account properties' window and a
3362                 'Folder properties' window were opened when clicking on
3363                 'Properties' in an NNTP or IMAP folder's popup menu.
3364
3365 2003-02-07 [paul]       0.8.9claws46
3366
3367         * sync with 0.8.10cvs6
3368                 see ChangeLog 2003-02-06
3369
3370 2003-02-06 [christoph]  0.8.9claws45
3371
3372         * src/mbox.c
3373                 freeze folder updates while importing mbox files
3374                 (closes bug 43 importing mbox took hours)
3375                 
3376         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3377
3378 2003-02-06 [thorsten]   0.8.9claws44
3379
3380         * po/de.po
3381                 Updated german translations
3382
3383 2003-02-06 [thorsten]   0.8.9claws43
3384
3385         * src/news.h
3386                 use guint for message numbers (fix count in grouplist dialog)
3387
3388 2003-02-05 [paul]       0.8.9claws42
3389
3390         * sync with 0.8.10cvs2
3391                 see ChangeLog 2003-02-05
3392
3393 2003-02-04 [colin]      0.8.9claws41
3394
3395         * src/prefs_common.[ch]
3396           src/procmsg.c
3397           src/summaryview.c
3398                 Add an option to disable threading by subject
3399
3400 2003-02-04 [christoph]  0.8.9claws40
3401
3402         * src/inc.c
3403                 only abort fetching mails from multiple accounts when the
3404                 error is fatal and does not allow to check any more accounts
3405                 (currently only disk full error)
3406
3407         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3408          receive mails for other accouts)
3409
3410 2003-02-04 [christoph]  0.8.9claws39
3411
3412         * src/folder.c
3413                 first add the new message to the cache, then
3414                 send the update notification
3415
3416         (closes bug 39 after sending message folderview doesnt get updated)
3417
3418 2003-02-04 [colin]      0.8.9claws38
3419
3420         * src/inc.c
3421                 _really_ fix this Connecting... status
3422
3423 2003-02-04 [paul]       0.8.9claws37
3424
3425         * sync with 0.8.10
3426                 see ChangeLog 2003-02-04
3427
3428 2003-02-04 [paul]       0.8.9claws36
3429
3430         * sync with 0.8.9cvs6
3431                 see ChangeLog 2003-02-03
3432
3433 2003-02-04 [paul]       0.8.9claws35
3434
3435         * po/pt_BR.po
3436                 updated by André Filipe de Assunção e Brito 
3437                 <bedecko@netsite.com.br>
3438
3439 2003-02-03 [thorsten]   0.8.9claws34
3440
3441         * po/de.po
3442                 Updated german translations
3443
3444 2003-02-02 [paul]       0.8.9claws33
3445
3446         * po/es.po
3447                 updated by Ricardo Mones Lastra
3448
3449 2003-02-02 [thorsten]   0.8.9claws32
3450
3451         * src/mh.c
3452                 Fix mh_get_msginfo() segfault if file is inaccessible
3453
3454 2003-01-31 [colin]      0.8.9claws31
3455
3456         * src/procheader.c
3457                 Fix last commit's bug
3458
3459 2003-01-31 [colin]      0.8.9claws30
3460
3461         * src/procheader.c
3462                 Missing a change for gpg-signed messages
3463
3464 2003-01-31 [paul]       0.8.9claws29
3465
3466         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3467           src/procheader.c
3468           src/stock_pixmap.[ch]
3469           src/summaryview.c
3470                 indicate GnuPG signed messages by displaying an icon
3471                 in the Attachment column.
3472
3473 2003-01-31 [paul]       0.8.9claws28
3474
3475         * sync with 0.8.9cvs4
3476                 see ChangeLog 2003-01-31
3477
3478 2003-01-31 [alfons]     0.8.9claws27
3479
3480         * src/textview.c
3481                 tune URI parser to accept mailto URLs with a '?'
3482                 (patch from Ruslan Balkin)
3483
3484 2003-01-31 [colin]      0.8.9claws26
3485
3486         * src/summaryview.c
3487                 Fix a leak introduced in claws24
3488
3489 2003-01-31 [colin]      0.8.9claws25
3490
3491         * src/summaryview.c
3492                 Freeze/Thaw folder updates when deleting dups
3493
3494 2003-01-31 [colin]      0.8.9claws24
3495         
3496         * src/addr_compl.c
3497           src/summaryview.c
3498           src/msgcache.c
3499                 little speed improvements
3500
3501 2003-01-31 [colin]      0.8.9claws23
3502
3503         * src/summaryview.c
3504                 Fix segfault when forwarding nothing
3505                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3506                 
3507 2003-01-30 [paul]       0.8.9claws22
3508
3509         * sync with 0.8.9cvs3
3510                 see ChangeLog 2003-01-30
3511
3512 2003-01-30 [paul]       0.8.9claws21
3513
3514         * sync with 0.8.9cvs2
3515                 see ChangeLog 2003-01-30
3516
3517 2003-01-29 [paul]       0.8.9claws20
3518
3519         * sync with 0.8.9cvs1
3520                 see ChangeLog 2003-01-29
3521
3522 2003-01-28 [paul]       0.8.9claws19
3523
3524         * po/POTFILES.in
3525                 update to reflect changes. 
3526                 thanks to Ricardo Mones Lastra
3527
3528 2003-01-27 [christoph]  0.8.9claws18
3529
3530         * ac/openssl.m4
3531         * ac/spamassassin.m4
3532         * src/plugins/spamassassin/README
3533         * src/plugins/spamassassin/libspamc.[ch]
3534         * src/plugins/spamassassin/utils.[ch]
3535                 updated to latest libspamc
3536
3537 2003-01-27 [christoph]  0.8.9claws17
3538
3539         * src/folder.c
3540                 fix wrong use of procheader_get_header_fields
3541
3542 2003-01-27 [christoph]  0.8.9claws16
3543
3544         * src/news.c
3545         * src/prefs_account.[ch]
3546         * src/common/nntp.[ch]
3547                 allow to force authentication for NNTP servers
3548
3549         Patch submitted by Florian Mickler <dmk@d-labs.de>
3550
3551 2003-01-26 [paul]       0.8.9claws15
3552
3553         * src/summaryview.c
3554                 speed up of marking messages as read
3555                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3556
3557 2003-01-26 [christoph]  0.8.9claws14
3558
3559         * src/Makefile.am
3560         * src/mgutils.[ch]              ** REMOVE **
3561         * src/xml.[ch]                  ** REMOVE **
3562         * src/xmlprops.[ch]             ** REMOVE **
3563         * src/common/Makefile.am
3564         * src/common/mgutils.[ch]       ** NEW **
3565         * src/common/xml.[ch]           ** NEW **
3566         * src/common/xmlprops.[ch]      ** NEW **
3567                 move xml files to common directory
3568
3569 2003-01-26 [christoph]  0.8.9claws13
3570
3571         * src/plugins/spamassassin/spamassassin_gtk.c
3572                 only set gtk entry text if string is available
3573
3574 2003-01-26 [melvin]     0.8.9claws12
3575
3576         * src/description_window.c
3577                 Allow resizing of the window
3578                 Allow automatic horizontal scroll bar
3579                 Do not vertically expand and fill
3580
3581 2003-01-26 [christoph]  0.8.9claws11
3582
3583         * src/Makefile.am
3584         * src/gtkutils.[ch]             ** REMOVE **
3585         * src/common/sylpheed.c
3586         * src/gtk/Makefile.am
3587         * src/gtk/description_window.c
3588         * src/gtk/gtkutils.[ch]         ** NEW **
3589         * src/gtk/prefswindow.c
3590                 move gtkutils to gtk directory
3591
3592 2003-01-26 [paul]       0.8.9claws10
3593
3594         * src/summaryview.c
3595                 rename summary_unread_clicked() to summary_status_clicked()
3596
3597 2003-01-26 [melvin]     0.8.9claws9
3598
3599         * src/prefs_actions.c
3600                 Cosmetical changes to the help text
3601
3602 2003-01-26 [paul]       0.8.9claws8
3603
3604         * src/folder.[ch]
3605           src/mainwindow.c
3606           src/prefs_common.c
3607           src/prefs_sumamry_column.c
3608           summaryview.[ch]
3609                 rename the 'Unread' column to 'Status'
3610
3611 2003-01-25 [match]      0.8.9claws7
3612
3613         * src/mgutils.[ch]
3614                 removed reference to LDAP constants. removed error2string.
3615                 included functions to support LDAP dynamic queries.
3616         * src/syldap.h
3617                 moved LDAP constants here.
3618         * src/addressbook.c
3619         * src/addrindex.c
3620         * src/importldif.c
3621                 removed references to LDAP constants and references to
3622                 error2string.
3623
3624 2003-01-25 [paul]       0.8.9claws6
3625
3626         * src/summaryview.c
3627                 summary_thread_build(), summary_thread_init(): remove 
3628                 unneeded reference to summaryview->folder_item
3629
3630 2003-01-25 [christoph]  0.8.9claws5
3631
3632         * src/gtk/description_window.c
3633                 o allow description texts to expand over multiple columns
3634                 o translate all columns
3635         * src/prefs_actions.c
3636                 change syntax description to use new multi column feature
3637
3638         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3639
3640 2003-01-25 [match]      0.8.9claws4
3641
3642         * src/vcard.c
3643                 fixed bug with Quoted-Printable
3644
3645 2003-01-25 [paul]       0.8.9claws3
3646
3647         * src/folder.[ch]
3648           src/summaryview.[ch]
3649                 implement per-folder collapsed/expanded threads setting
3650                 
3651         * src/prefs_common.c
3652                 remove global collapsed/expanded threads option
3653
3654 2003-01-25 [christoph]  0.8.9claws2
3655
3656         * po/POTFILES.in
3657                 add pluginwindow and prefswindow
3658         * src/compose.c
3659                 make send respond correctly to messages that could be added
3660                 to the queue folder, but the UID of the message is unknown
3661         * src/folder.c
3662         * src/imap.c
3663                 don't return guessed UIDs in imap_add_msg anymore. We return
3664                 0 to tell the folder system it was appened but the UID is
3665                 unknown. Folder system now get's the UID by scaning the folder
3666                 and searching the cache for the Message-ID
3667                 (closes bug #29 Messages queued, but not sent)
3668
3669 2003-01-25 [paul]       0.8.9claws1
3670
3671         * src/codeconv.c
3672                 conv_encode_header():  fix bug when long headers with 8-bit
3673                 characters are used, so that the encoded words are wrapped.
3674                 If the space in the original text falls on the wrap boundary,
3675                 it can be lost.
3676                 Patch by Sergey Vlasov.
3677                 
3678         * src/folderview.c
3679                  fix bug where a change to the sorting method or thread view
3680                  of a folder's messages is lost if simpify-subject is set and
3681                  toggled on or off.
3682                  Patch by Luke Plant.
3683
3684 2003-01-24 [paul]       0.8.9claws
3685
3686         * sylpheed-0.8.9claws released
3687         
3688         * Makefile.am
3689           sylpheed.spec.in
3690                 remove reference to 'INSTALL.jp'
3691
3692 2003-01-23 [paul]       0.8.8claws128
3693
3694         * po/es.po
3695           po/it.po
3696           po/ru.po
3697           po/sr.po
3698                 updated translations. submitted by Ricardo Mones Lastra,
3699                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3700
3701 2003-01-23 [colin]      0.8.8claws127
3702
3703         * src/compose.c
3704                 Fix drafted and queued news articles re-edition
3705
3706 2003-01-23 [melvin]     0.8.8claws126
3707
3708         * po/fr.po
3709                 Updated French translations
3710
3711 2003-01-23 [colin]      0.8.8claws125
3712
3713         * src/inc.c
3714                 Fix "Connecting to..." status message
3715
3716 2003-01-22 [paul]       0.8.8claws124
3717
3718         * po/bg.po
3719                 updated by George Danchev
3720                 
3721         * src/folder.c
3722                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3723                 and folder deletion
3724
3725 2003-01-21 [paul]       0.8.8claws123
3726
3727         * po/bg.po
3728                 updated by George Danchev
3729                 
3730         * src/about.c
3731                 its now 2003
3732                 
3733         * src/toolbar.c
3734                 don't translate 'Separator'
3735                 
3736         * src/plugins/spamassassin/Makefile.am
3737                 add aspell to CPPFLAGS
3738                 
3739         * src/plugins/spamassassin/spamassassin.c
3740           src/plugins/spamassassin/spamassassin_gtk.c
3741                 set correct default for spamassassin_receive_spam
3742                 slightly re-word descriptions and some
3743                 other minor changes
3744
3745 2003-01-19 [alfons]     0.8.8claws122
3746                 
3747         * src/mimeview.c
3748                 mimeview_save_as(): we might as well show the file name for
3749                 the single case "Save As" too
3750
3751 2003-01-19 [alfons]     0.8.8claws121
3752
3753         * src/crash.c
3754                 change bug tracker URL to bugzilla URL
3755
3756 2003-01-19 [alfons]     0.8.8claws120
3757
3758         * src/mimeview.c
3759                 mimeview_save_all(): display name of file before overwriting;
3760                 continue saving all, even when one overwrite was cancelled
3761
3762 2003-01-19 [christoph]  0.8.8claws119
3763
3764         * src/summaryview.c
3765         * src/procmsg.[ch]
3766                 fix wrong usage of procmsg_find_children in summaryview
3767                 by using procmsg_update_unread_children instead of
3768                 summaryview_update_unread_children
3769
3770 2003-01-19 [christoph]  0.8.8claws118
3771
3772         * src/procmsg.c
3773                 fix infinite loop in procmsg_find_children
3774                  (closes bug #25 sylpheed crashes on delete.)
3775
3776         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3777
3778 2003-01-19 [paul]       0.8.8claws117
3779
3780         * po/pt_BR.po
3781                 updated by Ivan Francolin Martinez
3782
3783 2003-01-18 [melvin]     0.8.8claws116
3784
3785         * src/prefs_actions.c
3786                 Removed syntax limitation of only one '&' at the end of command.
3787                         Now actions that contain '>/dev/null 2>&1' are possible.
3788
3789 2003-01-18 [melvin]     0.8.8claws115
3790
3791         * src/prefs_actions.c
3792                 Actions IO dialog: when the action ends
3793                 the "Close" button now has focus and [Escape] closes the
3794                 window.
3795
3796 2003-01-18 [christoph]  0.8.8claws114
3797
3798         * src/procmsg.c
3799                 o add debug output when MsgInfos are really freed
3800                 o free GSLists in procmsg_find_children and
3801                   procmsg_update_unread_children
3802
3803 2003-01-18 [christoph]  0.8.8claws113
3804
3805         * src/mainwindow.c
3806                 reorder Configuration menu
3807
3808 2003-01-18 [christoph]  0.8.8claws112
3809
3810         * src/compose.c
3811                 fix applying templates to forwarded messages
3812
3813         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3814
3815 2003-01-17 [christoph]  0.8.8claws111
3816
3817         * src/folder.c
3818                 destroy folder items, when a folder item is removed
3819
3820 2003-01-17 [christoph]  0.8.8claws110
3821
3822         * src/folder.c
3823                 fix wrong folder stats update when ignored message is
3824                 deleted
3825
3826 2003-01-17 [colin]      0.8.8claws109
3827         
3828         * src/mainwindow.c
3829         * src/summaryview.c
3830                 Quicksearch bugfixes: 
3831                 - hide help button at startup if not extended
3832                 - switch to extended when looking for replies
3833
3834 2003-01-17 [paul]
3835
3836         * sync with 0.8.9 release
3837
3838 2003-01-17 [paul]       0.8.8claws108
3839
3840         * sync with 0.8.8cvs11
3841                 see ChangeLog 2003-01-17
3842
3843 2003-01-16 [colin]      0.8.8claws107
3844
3845         * src/procmsg.c
3846                 Changed encryption test to re-ask passphrase
3847                 if an encrypted message hasn't been decrypted
3848                 Fixes bug #5
3849
3850 2003-01-16 [christoph]  0.8.8claws106
3851
3852         * src/prefs_gtk.c
3853         * src/prefs_toolbar.c
3854         * src/gtk/prefswindow.h
3855         * src/plugins/spamassassin/spamassassin_gtk.c
3856                 remove page destroy function that is not used anymore
3857
3858 2003-01-16 [paul]       0.8.8claws105
3859
3860         * sync with 0.8.8cvs9
3861                 see ChangeLog 2002-01-16
3862
3863 2003-01-16 [colin]      0.8.8claws104
3864
3865         * src/compose.[ch]
3866                 Fix bug with autosaved drafts for IMAP, when draft
3867                 folder is specified - fixes bugzilla bug #20
3868
3869 2003-01-15 [paul]       0.8.8claws103
3870
3871         * src/compose.[ch]
3872           src/procmsg.c
3873                 store folder and message-id of message forwarding
3874                 in queue header and set forward flag after sending
3875
3876 2003-01-15 [paul]       0.8.8claws102
3877
3878         * sync with 0.8.8cvs8
3879                 see ChangeLog 2002-01-15
3880
3881 2003-01-15 [colin]      0.8.8claws101
3882
3883         * src/Makefile.am
3884                 Fix linking with GNU libiconv
3885
3886 2003-01-15 [darko]      0.8.8claws100
3887
3888         * src/pine.c
3889                 fix crash when importing pine address book
3890                 entry with an empty name (reported by DY
3891                 <dybulk at tri8.net>)
3892
3893 2003-01-14 [paul]       0.8.8claws99
3894
3895         * configure.in  ** REMOVED **
3896           configure.ac  ** NEW FILE **
3897                 rename configure.in to configure.ac, as it is now
3898                 preferred
3899
3900 2003-01-14 [melvin]     0.8.8claws98
3901
3902         * src/folderview.c
3903                 folderview_check_new(): More precise function description
3904
3905 2003-01-14 [melvin]     0.8.8claws97
3906
3907         * src/folderview.c
3908                 folderview_check_new(): return the number of new messages 
3909                         since last check.
3910         * src/inc.c
3911                 inc_account_mail(): Disable counting of new messages for IMAP
3912                         and NNTP until bug [19] and [14] are fixed.
3913
3914 2003-01-14 [paul]       0.8.8claws96
3915
3916         * sync with 0.8.8cvs6
3917                 see ChangeLog 2003-01-14
3918
3919 2003-01-13 [alfons]     0.8.8claws95
3920
3921         * src/textview.c
3922                 tune email address validation (c. 0.8.8claws89): if . is 
3923                 just one char away from @, the address is invalid too 
3924                 (correctly rejects addresses like foo@.com)
3925
3926 2003-01-13 [paul]       0.8.8claws94
3927
3928         * src/messageview.c
3929           src/toolbar.c
3930                 fixes to the Message View toolbar and menu:
3931                 fix non-functioning Forward button
3932                 make Reply button consider default_reply_list
3933                 remove 'Follow-up...' menu entry
3934                 add 'Forward' and 'Redirect' menu entries
3935
3936 2003-01-13 [melvin]     0.8.8claws93
3937
3938         * src/inc.c
3939                 Fixed typo that could make new messages count incorrect.
3940
3941 2003-01-13 [melvin]     0.8.8claws92
3942
3943         * src/folderview.[ch]
3944                 folderview_check_new(): return the number of new messages.
3945         * src/inc.c
3946                 Should fix bug [14] where new mail notification worked 
3947                         incorrectly with IMAP accounts.
3948                 inc_spool_account(): return number of new msgs, or -1 on error
3949                 inc_all_spool(): return number of new msgs
3950                 
3951 2003-01-13 [melvin]     0.8.8claws91
3952
3953         * src/prefs_actions.c
3954                 Justify help text.
3955
3956 2003-01-12 [thorsten]   0.8.8claws90
3957
3958         * src/common/prefs.c
3959                 close file before rename
3960
3961 2003-01-12 [alfons]     0.8.8claws89
3962
3963         * AUTHORS
3964                 add Christian Mertes
3965         * src/common/utils.[ch]
3966                 g_stricase_hash(), g_stricase_equal(): functions for 
3967                 case insensitive hash tables
3968         * src/textview.c
3969                 use top level domain names to validate email address, based
3970                 on a patch by Christian Mertes (thanks!), but changed 
3971                 implementation to use a hash table 
3972
3973 2003-01-12 [paul]       0.8.8claws88
3974
3975         * po/bg.po
3976                 updated by George Danchev
3977
3978 2003-01-12 [alfons]     0.8.8claws87
3979
3980         * src/summaryview.c
3981                 delete / execute performance: use new style folder update
3982
3983 2003-01-12 [paul]       0.8.8claws86
3984
3985         * sync with 0.8.8cvs5
3986                 see ChangeLog 2003-01-13 (!)
3987
3988 2003-01-12 [alfons]     0.8.8claws85
3989
3990         * src/filtering.c
3991         * src/matcher_parser_parse.y
3992                 prepare change_score filtering action
3993         * src/matcher.[ch]
3994                 give up const-correctness on functions that call non-const-correct functions;
3995                 several casts to gpointer in g_free();
3996                 add change_score;
3997
3998 2003-01-12 [christoph]  0.8.8claws84
3999
4000         * src/compose.c
4001                 fix 2 warnings
4002
4003         * src/gtk/prefswindow.[ch]
4004         * src/plugins/spamassassin/spamassassin_gtk.c
4005                 changed the call of the widget create function
4006                 for PrefsPages, because sometimes the widget
4007                 create function needs a widget that already has
4008                 been attached to a window (to create GDK pixmaps
4009                 for exmaple). So we simply pass the GtkWindow as
4010                 the second parameter now.
4011
4012         * src/main.c
4013         * src/mainwindow.c
4014         * src/prefs_toolbar.[ch]
4015                 rewrite Toolbar Preferences using the new
4016                 prefs window
4017
4018 2003-01-11 [alfons]     0.8.8claws83
4019
4020         * src/addressadd.c
4021                 fix crash when adding sender to addressbook because status bar
4022                 isn't there (the status bar doesn't seem to be used though,
4023                 but I'll let Match decide what to do with it)
4024
4025 2003-01-11 [colin]      0.8.8claws82
4026
4027         * src/main.c
4028           src/toolbar.c
4029                 Two useless changes reversed
4030
4031 2003-01-11 [colin]      0.8.8claws81
4032
4033         * src/mainwindow.c
4034           src/mainwindow.h
4035                 Add mainwindow_get_mainwindow()
4036         * src/alertpanel.c
4037           src/alertpanel.h
4038                 Add alertpanel_error_log() 
4039         * src/compose.c
4040           src/inc.c
4041           src/messageview.c
4042           src/toolbar.c
4043           src/main.c
4044           src/procmsg.c
4045                 Network errors get a View Log button
4046
4047 2003-01-10 [alfons]     0.8.8claws80
4048
4049         * src/prefs_toolbar.c
4050         * src/toolbar.c
4051                 use the translatable string for "Separator" as file name for
4052                 separator toolbar items (probably make this uppercase?)
4053
4054 2003-01-10 [alfons]     0.8.8claws79
4055
4056         * src/prefs_toolbar.c
4057                 put right A_SEPARATOR description string in "displayed
4058                 toolbar items list" so manually added separators are
4059                 saved correctly (bug #10, "Adding a separator to the main 
4060                 toolbar fails, entry in xml file is wrong")
4061
4062 2003-01-10 [christoph]  0.8.8claws78
4063
4064         * src/imap.c
4065                 o fix warnings
4066                 o use CAPABILITY to check if NAMESPACE is available
4067
4068 2003-01-10 [christoph]  0.8.8claws77
4069
4070         * src/imap.[ch]
4071                 apply UIDPLUS IMAP extension support patch
4072
4073         Patch submitted by Simon 'corecode' Schubert
4074
4075 2003-01-10 [paul]       0.8.8claws76
4076
4077         * src/folderview.c
4078                 a sync from main which fixes the news account folders'
4079                 Properties bug
4080
4081 2003-01-10 [christoph]  0.8.8claws75
4082
4083         * src/folder.c
4084                 don't accept 0 as a valid uid returned by copy and move
4085                 functions. 0 means the message was copied or moved but the
4086                 new uid could not be fetched. It is not an error condition
4087                 for the copy or move operation.
4088
4089 2003-01-10 [paul]       0.8.8claws74
4090
4091         * src/prefs_filtering.c
4092                 change English used in Alert when entry is not
4093                 saved.
4094                 
4095         * sync with 0.8.8cvs4
4096                 see ChangeLog 2003-01-10
4097
4098 2003-01-10 [darko]      0.8.8claws73
4099
4100         * src/pine.c
4101                 fix crash when importing address book entry
4102                 without a valid address
4103
4104 2003-01-09 [alfons]     0.8.8claws72
4105
4106         * src/inc.c
4107                 filtering performance: use new style folder update
4108
4109 2003-01-09 [christoph]  0.8.8claws71
4110
4111         * src/compose.c
4112         * src/gtk/menu.[ch]
4113                 fix wrong selecting of mime encoding type, when
4114                 opening property dialog of attachments in the
4115                 compose window. 7bit was always selected and that
4116                 destoryed files with 8bit data.
4117                 (closes bug #9 Sylpheed-claws destroys attachments when
4118                  changing MIME-types)
4119
4120 2003-01-09 [paul]       0.8.8claws70
4121
4122         * sync with 0.8.8cvs3
4123                 see ChangeLog 2003-01-09
4124
4125 2003-01-08 [alfons]     0.8.8claws69
4126         
4127         * src/addressadd.c
4128                 apply patch by Kim Schulz to fix build breakage
4129                 because of missing variable
4130
4131 2003-01-08 [paul]       0.8.8claws68
4132
4133         * sync with 0.8.8cvs2
4134                 see ChangeLog 2002-01-08
4135
4136 2003-01-08 [paul]       0.8.8claws67
4137
4138         * po/it.po
4139                 updated by Alessandro Maestri
4140                 
4141         * src/addressadd.c
4142                 when using 'Add sender to addressbook' allow
4143                 name to be edited and remarks to be entered
4144                 Patch submitted by Luke Plant
4145
4146 2003-01-08 [darko]      0.8.8claws66
4147
4148         * README.claws, src/summaryview.c
4149                 fix description for marked messages
4150
4151 2003-01-08 [paul]
4152
4153         * tools/Makefile.am
4154           tools/launch_phoenix  ** NEW FILE **
4155                 add script that enables using Phoenix as the default
4156                 web browser. 
4157                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4158                 
4159         * tools/OOo2sylpheed.pl
4160                 remove full path to sylpheed executable, just 'sylpheed'
4161                 will do
4162                 
4163         * tools/README
4164                 add launch_phoenix informtion and re-arrange and compress
4165                 the data a little
4166
4167 2003-01-07 [christoph]  0.8.8claws65
4168
4169         * src/folder.c
4170                 fix update for source folder when moving messages
4171         * src/procmsg.[ch]
4172         * src/summaryview.c
4173                 use function to set to_folder for message infos and
4174                 automatically update the op_count for old and new
4175                 folder
4176
4177 2003-01-07 [melvin]     0.8.8claws64
4178
4179         * src/prefs_actions.c
4180                 Fixed bug where an '%p' Action on a displayed image crashed 
4181                         Sylpheed
4182                 Code clean up (get rid of duplicated code and removed unnecessary 
4183                                 structure member)
4184
4185 2003-01-07 [christoph]  0.8.8claws63
4186
4187         * src/compose.c
4188         * src/folder.[ch]
4189         * src/folderview.c
4190         * src/import.c
4191         * src/inc.c
4192         * src/main.c
4193         * src/mainwindow.c
4194         * src/messageview.c
4195         * src/prefs_folder_item.c
4196         * src/procmsg.c
4197         * src/summaryview.c
4198         * src/toolbar.c
4199                 o remove all folder update triggering from the UI code. The folder
4200                   system should know much better when a folder needs an update.
4201                 o to prevent multiple updates in a row the folder updates can be
4202                   frozen for some time.
4203
4204                 Note: - Please verify that no updates are missing
4205                       - Check where freeze/thaws should be added
4206
4207 2003-01-07 [christoph]  0.8.8claws62
4208
4209         * src/prefs_actions.c
4210                 don't translate empty strings
4211
4212         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4213
4214 2003-01-06 [christoph]  0.8.8claws61
4215
4216         * src/prefs_actions.c
4217                 mark strings for gettext
4218         * src/prefs_matcher.c
4219                 use new description window for Execute action and
4220                 match condition in Filtering
4221
4222         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4223
4224 2003-01-06 [alfons]     0.8.8claws60
4225
4226         keep myself inspired to re-organize matcher part 8; 
4227         yes, more to come (I need to move out the descriptive
4228         text for actions to matcher.c, or at least make it not
4229         depend on the wicked ordering)
4230
4231         * src/prefs_matcher.c
4232                 add documentation so others may comprehend the
4233                 UI part of the conditions
4234                 
4235 2003-01-06 [christoph]  0.8.8claws59
4236
4237         * src/prefs_actions.c
4238                 use new description window for syntax help
4239         * src/gtk/description_window.c
4240                 fix display of descriptions with column count != 2
4241
4242         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4243
4244 2003-01-06 [christoph]  0.8.8claws58
4245
4246         * src/quote_fmt.c
4247         * src/summaryview.[ch]
4248         * src/gtk/Makefile.am
4249         * src/gtk/description_window.[ch]       ** NEW **
4250                 use a generic window to display syntax descriptions
4251                 currently used in quote_fmt and summaryview (new description
4252                 for extended quick search)
4253
4254         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4255
4256 2003-01-06 [paul]       0.8.8claws57
4257
4258         * sync with 0.8.8cvs1
4259                 see ChangeLog 2003-01-06
4260
4261 2003-01-06 [christoph]  0.8.8claws56
4262
4263         * src/mainwindow.c
4264         * src/prefs_gtk.[ch]
4265         * src/gtk/prefswindow.[ch]
4266         * src/plugins/spamassassin/spamassassin_gtk.c
4267                 o remove page management from prefswindow, pages
4268                   will be an argument to prefswindow_open
4269                 o prefswindow_open gets a datapointer that is
4270                   passed to the widget_create function to allow
4271                   creation of prefswindow for specific items
4272
4273 2003-01-06 [colin]      0.8.8claws55
4274         
4275         * src/summaryview.c
4276                 We don't want regexp in the reply-finder, 
4277                 because MIDs can contain !,$,. and so on
4278
4279 2003-01-06 [jens]       0.8.8claws54
4280
4281         * src/jpilot.c
4282                 fixed a wrong free in jpilot_read_db_files
4283
4284 2003-01-06 [alfons]     0.8.8claws53
4285
4286         re-organize matcher part 8; more to come
4287        
4288         * src/matcher.c
4289                 matcherprop_to_string(): put g_free()s before the
4290                 switch-case break to fix memleaks                
4291
4292 2003-01-06 [colin]      0.8.8claws52
4293
4294         * src/summaryview.c
4295                 cleanup & reply-finder now displays the first 
4296                 matching message
4297
4298 2003-01-05 [alfons]     0.8.8claws51
4299
4300         re-organize matcher part 7; more to come
4301
4302         * src/matcher.[ch]
4303                 fixes for constant correctness;
4304                 more documentation;
4305
4306 2003-01-05 [alfons]     0.8.8claws50
4307
4308         re-organize matcher part 6; more to come
4309         
4310         * src/matcher.[ch]
4311                 fixes for constant correctness;
4312                 more documentation;
4313         * src/filtering.c
4314                 fix for constant correctness
4315
4316 2003-01-05 [colin]      0.8.8claws49
4317
4318         * src/account.[ch]
4319                 Add account_get_reply_account function
4320         * src/compose.c
4321                 Use account_get_reply_account function 
4322         * src/summaryview.c
4323                 Basic reply-finder - click on the replied
4324                 icon gets you to the outbox using quick-search
4325
4326 2003-01-05 [paul]       0.8.8claws48
4327
4328         * src/prefs_common.c
4329                 small change to English
4330                 
4331         * src/prefs_filtering.c
4332                 prefs_filtering_action_select(): improve logic and uniformity
4333                 of gui
4334
4335 2003-01-05 [alfons]     0.8.8claws47
4336
4337         fine tune solution to focus problems (bug #7)
4338
4339         * src/mainwindow.c
4340                 mainwindow_focus_in_event(): remove grab event check
4341         * src/summaryview.c
4342                 summary_button_pressed(): move selection on right-click
4343                 too. we can't possibly move the selection back after
4344                 canceling a dialog, because gtk's incomplete focus 
4345                 management. whether this is a good solution, only time
4346                 will tell.
4347
4348 2003-01-05 [christoph]  0.8.8claws46
4349
4350         * src/imap.c
4351                 fix crash when no imap connection could be established
4352
4353 2003-01-05 [paul]       0.8.8claws45
4354
4355         * src/mainwindow.c
4356           src/sumamryview.c
4357           src/gtk/menu.[ch]
4358                 fix bug 605957 'shortcuts in popup-menu'
4359                 make user-defined shortcuts work
4360                 show shortcuts that are already defined
4361                 in the main menu
4362                 Patch submitted by Luke Plant
4363
4364 2003-01-05 [alfons]     0.8.8claws44
4365
4366         * src/mainwindow.c
4367                 focus_in_event handler should not select summary view row 
4368                 when another window (menu, dialog) grabbed for events 
4369                 (bug #7, "[0.8.8claws42] Message summary focus") 
4370
4371 2003-01-04 [christoph]  0.8.8claws43
4372
4373         * src/procmsg.c
4374                 update save folder after adding the sent message
4375                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4376
4377 2003-01-02 [christoph]  0.8.8claws42
4378
4379         * src/common/plugin.c
4380                 fix unloading of all plugins and unload
4381                 plugins in reverse order
4382                 
4383         * src/gtk/pluginwindow.c
4384                 implement function of load and unload button
4385
4386         * src/gtk/prefswindow.c
4387         * src/gtk/prefswindow.h
4388                 rename register function and add new unregister
4389                 function
4390
4391         * src/plugins/spamassassin/spamassassin_gtk.c
4392                 unregister prefs page and update for changes in
4393                 src/gtk/prefswindow.c
4394
4395 2003-01-02 [paul]       0.8.8claws41
4396
4397         * po/es.po
4398                 updated by Ricardo Mones Lastra
4399
4400 2003-01-02 [paul]
4401
4402         * tools/tb2sylpheed
4403                 fixes and improvements by Urke MMI
4404
4405 2003-01-02 [thorsten]   0.8.8claws40
4406
4407         * src/procmsg.c
4408                 fixed wrong return value
4409
4410 2003-01-02 [thorsten]   0.8.8claws39
4411
4412         * src/prefs.c
4413                 fixed printing wrong variable
4414
4415 2003-01-02 [thorsten]   0.8.8claws38
4416
4417         * src/prefs.c
4418                 fixed acessing members of freed pfile struct
4419
4420 2003-01-02 [thorsten]   0.8.8claws37
4421
4422         * src/procmsg.c
4423                 detect loops across several messages
4424                 as suggested by Christoph Hohmann
4425
4426 2003-01-01 [match]      0.8.8claws36
4427
4428         * src/addrindex.c
4429                 fixed another memory leak.
4430
4431 2003-01-01 [match]      0.8.8claws35
4432
4433         * src/jpilot.[ch]
4434                 fixed memory leaks. applied Doxygen comments.
4435
4436 2003-01-01 [thorsten]   0.8.8claws34
4437
4438         * src/procmsg.c
4439                 inhibit endless loop if msg references itself
4440                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4441
4442 2003-01-01 [christoph]  0.8.8claws33
4443
4444         * src/mainwindow.c
4445         * src/gtk/Makefile.am
4446         * src/gtk/pluginwindow.c                ** NEW **
4447         * src/gtk/pluginwindow.h                ** NEW **
4448                 add plugin window
4449
4450         * src/plugins/demo/demo.c
4451         * src/plugins/spamassassin/spamassassin.c
4452         * src/plugins/spamassassin/spamassassin_gtk.c
4453                 write better plugin descriptions
4454
4455 2002-12-31 [christoph]  0.8.8claws32
4456
4457         * src/gtk/prefswindow.c
4458         * src/plugins/spamassassin/spamassassin_gtk.c
4459                 some small improvements to GTK code
4460
4461 2002-12-31 [christoph]  0.8.8claws31
4462
4463         * src/plugins/spamassassin/spamassassin_gtk.c
4464                 enable folder select button
4465
4466 2002-12-31 [christoph]  0.8.8claws30
4467
4468         * src/mainwindow.c
4469         * src/gtk/Makefile.am
4470         * src/gtk/prefswindow.c                         ** NEW **
4471         * src/gtk/prefswindow.h                         ** NEW **
4472                 add new prefs window
4473
4474         * src/common/plugin.c
4475                 don't try to load empty config lines
4476         
4477         * src/plugins/spamassassin/Makefile.am
4478         * src/plugins/spamassassin/spamassassin.c
4479         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4480         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4481                 GTK config for SpamAssassin Plugin using
4482                 the new prefs window
4483
4484 2002-12-31 [paul]       0.8.8claws29
4485
4486         * po/POTFILES.in
4487                 remove obsolete entry 'src/menu.c'
4488
4489 2002-12-31 [alfons]     0.8.8claws28
4490
4491         * src/matcher.[ch]
4492         * src/matcher_parser_parse.y
4493         * src/prefs_matcher.c
4494                 add "ignore_thread" and "~ignore_thread" condition so it's
4495                 possible to make the actions / scoring operate on the ignore
4496                 thread flag
4497
4498 2002-12-31 [christoph]  0.8.8claws27
4499
4500         * src/addrbook.c
4501         * src/addrindex.c
4502         * src/folder.c
4503         * src/matcher.c
4504         * src/prefs_account.c
4505         * src/prefs_actions.c
4506         * src/prefs_customheader.c
4507         * src/prefs_display_header.c
4508         * src/prefs_gtk.c
4509         * src/procmime.c
4510         * src/toolbar.c
4511         * src/xmlprops.c
4512         * src/common/prefs.[ch]
4513                 extend prefs file handling for reading and automatic handling
4514                 of blocks. When reading prefs_set_block_label will automatically
4515                 move on to the block. When writing it will copy all other blocks
4516                 automatically
4517
4518         * src/common/plugin.c
4519                 Now loading plugin filenames from [Plugins] block in
4520                 sylpheed rc file
4521
4522 2002-12-30 [christoph]  0.8.8claws26
4523
4524         * src/common/hooks.[ch]
4525                 return abort status to caller of hooks_invoke
4526                 
4527         * src/inc.[ch]
4528                 invoke message filtering hook and stop
4529                 default handling when filter returns abort
4530
4531         * src/common/plugin.[ch]
4532         * src/plugins/demo/demo.c
4533                 modify plugin loader, because resolving symbols for strings
4534                 does not work correctly
4535         
4536         * configure.in
4537         * ac/spamassassin.m4                            ** NEW **
4538         * src/plugins/spamassassin/.cvsignore           ** NEW **
4539         * src/plugins/spamassassin/Makefile.am          ** NEW **
4540         * src/plugins/spamassassin/README               ** NEW **
4541         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4542         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4543         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4544                 add spamassassin plugin, see src/plugins/spamassassin/README
4545                 for details
4546
4547 2002-12-29 [alfons]     0.8.8claws25
4548
4549         * src/mainwindow.c
4550                 when moving focus from a message view to the main 
4551                 window, don't forget to select the summary node
4552                 of the displayed message. should fix "[ 659103 ] 
4553                 focus-follows-mouse confuses sylpheed"
4554
4555 2002-12-29 [christoph]  0.8.8claws24
4556
4557         * src/Makefile.am
4558         * src/stringtable.[ch]          ** REMOVE **
4559         * src/common/Makefile.am
4560         * src/common/stringtable.[ch]   ** NEW **
4561                 move stringtable files to common directory
4562
4563 2002-12-29 [christoph]  0.8.8claws23
4564
4565         * src/Makefile.am
4566         * src/menu.[ch]                 ** REMOVE **
4567         * src/gtk/Makefile.am
4568         * src/gtk/menu.[ch]             ** NEW **
4569                 move menu files to gtk directory
4570
4571 2002-12-29 [match]      0.8.8claws22
4572
4573         * src/addressbook.c
4574         * src/syldap.c
4575                 moved UI specific code out of LDAP code into addressbook
4576                 UI code. fixed memory leak.
4577
4578 2002-12-29 [christoph]  0.8.8claws21
4579
4580         * src/folder.c
4581                 only check for IGNORED parent message when message is
4582                 not IGNORED itself
4583
4584 2002-12-29 [alfons]     0.8.8claws20
4585
4586         * src/summaryview.c
4587                 set gtksctree's anchor correct (immediate execute
4588                 changes the tree's layout, and anchor points at 
4589                 the incorrect row). fixes "[ 657233 ] multiple msg 
4590                 delete sometimes off by 1".
4591                 we probably have to look for more tree layout /
4592                 anchor glitches.
4593
4594 2002-12-29 [paul]       0.8.8claws19
4595
4596         * src/summaryview.c
4597                 fix bug [ 659054 ] incorrect sorting of 'From' column
4598                 when using 'display sender using address book'
4599                 thanks to Alfons and Luke Plant
4600
4601 2002-12-29 [christoph]  0.8.8claws18
4602
4603         * src/folder.c
4604         * src/procmsg.[ch]
4605                 check parent messages for IGNORE THREAD flag, when adding,
4606                 moving or copying messages to a folder
4607
4608 2002-12-27 [alfons]     0.8.8claws17
4609
4610         re-organize matcher part 5; more to come
4611
4612         * src/matcher.c
4613                 hash keywords in matchparser_tab 
4614
4615 2002-12-27 [alfons]     0.8.8claws16
4616
4617         re-organize matcher part 4; more to come
4618
4619         * src/matcher_parser.h
4620         * src/matcher_parser_lex.l
4621         * src/matcher_parser_parse.y
4622                 cleanup
4623
4624 2002-12-27 [alfons]     0.8.8claws15
4625
4626         re-organize matcher part 3; more to come
4627
4628         * src/matcher.[ch]
4629                 cleanup
4630
4631 2002-12-27 [alfons]     0.8.8claws14
4632
4633         re-organize matcher part 2; more to come but this should
4634         work. cc me if there are any regressions.
4635
4636         * src/matcher.h
4637                 add prototype for get_matchparser_tab_id()
4638         * src/matcher_parser_lex.l
4639                 look up keywords using matchparser_tab_id();
4640
4641 2002-12-27 [alfons]     0.8.8claws12
4642
4643         re-organize matcher part 1
4644
4645         * src/matcher.h
4646                 map yacc generated constants to sylpheed matcher constants
4647         * src/matcher.c
4648                 add function to find a matcher constant from a string
4649
4650 2002-12-27 [christoph]  0.8.8claws11
4651
4652         * src/compose.c
4653                 MENUITEM_ADD casts the 4th argument from integer to pointer
4654                 so it probably should not be a pointer, this means we
4655                 should use account id for it and not the account's pointer
4656
4657 2002-12-27 [paul]       0.8.8claws10
4658
4659         * src/mainwindow.c
4660                 remove unneeded 'GtkWidget *vbox'
4661                 
4662         * src/summaryview.c
4663                 further sync with 0.8.8 - make sort
4664                 by recipient work as expected
4665                 
4666         * NEWS
4667                 sync with 0.8.8
4668
4669 2002-12-27 [paul]       0.8.8claws9
4670
4671         * po/pt_BR.po
4672                 updated by Ivan F. Martinez
4673                 
4674 2002-12-27 [darko]      0.8.8claws8
4675
4676         * src/common/utils.c
4677                 added locked pattern to extended search
4678
4679 2002-12-27 [alfons]     0.8.8claws7
4680
4681         * src/prefs_matcher.[ch]
4682                 clean up
4683
4684 2002-12-26 [alfons]     0.8.8claws6
4685
4686         * src/matcher.[ch]
4687         * src/matcher_parser_lex.l
4688         * src/matcher_parser_parse.y
4689         * src/prefs_matcher.c
4690                 allow color label as a condition in the matcher
4691
4692 2002-12-26 [oliver]     0.8.8claws5
4693         
4694         * src/toolbar.c 
4695                 enable Addressbook for Main and Messageview
4696         * src/prefs_actions.c
4697                 enable actions in Messageview
4698
4699 2002-12-26 [christoph]  0.8.8claws4
4700
4701         * src/common/plugin.c
4702                 add a little debug output
4703         * configure.in
4704         * src/plugins/demo/Makefile.am
4705                 better use of automake
4706
4707 2002-12-26 [christoph]  0.8.8claws3
4708
4709         * src/Makefile.am
4710         * src/common/Makefile.am
4711                 fix "make distdir"
4712
4713 2002-12-26 [christoph]  0.8.8claws2
4714
4715         * configure.in
4716                 sort configure checks into common / gtk / plugins
4717         * po/POTFILES.in
4718                 add src/prefs_gtk.c
4719         * src/Makefile.am
4720                 add plugins SUBDIR
4721         * src/main.c
4722         * src/common/sylpheed.[ch]
4723                 added now sylpheed_done function for shutdown
4724         * src/common/Makefile.am
4725         * src/common/plugin.[ch]                ** NEW **
4726                 plugin loader and unloader
4727         * src/plugins/.cvsignore                ** NEW **
4728         * src/plugins/Makefile.am               ** NEW **
4729                 build plugins
4730         * src/plugins/demo/.cvsignore           ** NEW **
4731         * src/plugins/demo/Makefile.am          ** NEW **
4732         * src/plugins/demo/demo.c               ** NEW **
4733                 small demo plugin that installs a logtext hook and
4734                 outputs the log text to stdout
4735
4736 2002-12-26 [paul]       0.8.8claws1
4737
4738         * po/es.po
4739                 updated by Ricardo Mones Lastra
4740
4741 2002-12-26 [paul]       0.8.8claws
4742
4743         * 0.8.8claws released
4744
4745 2002-12-26 [paul]       0.8.7claws12
4746
4747         * po/bg.po
4748                 updated by George Danchev
4749
4750 2002-12-26 [paul]       0.8.7claws11
4751
4752         * po/POTFILES.in
4753                 remove unneeded 'src/prefs.c' entry 
4754
4755 2002-12-26 [paul]       0.8.7claws10
4756
4757         * src/codeconv.c
4758           src/mainwindow.c
4759                 sync with 0.8.8 release
4760         
4761         * src/folder.[ch]
4762           src/mh.c
4763           src/summaryview.c
4764                 partial sync with 0.8.8 release
4765         
4766
4767 2002-12-25 [alfons]     0.8.7claws9
4768
4769         * src/matcher.[ch]
4770         * src/matcher_parser_lex.l
4771         * src/matcher_parser_parse.y
4772         * src/prefs_matcher.c
4773                 add locked flag to possible filtering / matcher 
4774                 conditions (also a good example what should be
4775                 done to add a simple boolean condition)
4776
4777 2002-12-25 [christoph]  0.8.7claws8
4778
4779         * src/Makefile.am
4780         * src/account.[ch]
4781         * src/addrbook.c
4782         * src/addressbook.c
4783         * src/addrindex.c
4784         * src/filtering.c
4785         * src/folder.c
4786         * src/matcher.c
4787         * src/prefs.[ch]                ** REMOVE **
4788         * src/prefs_account.c
4789         * src/prefs_actions.c
4790         * src/prefs_common.c
4791         * src/prefs_customheader.c
4792         * src/prefs_display_header.c
4793         * src/prefs_filtering.c
4794         * src/prefs_folder_item.c
4795         * src/prefs_gtk.[ch]            ** NEW **
4796         * src/prefs_matcher.c
4797         * src/prefs_scoring.c
4798         * src/prefs_summary_column.c
4799         * src/procmime.c
4800         * src/selective_download.c
4801         * src/toolbar.c
4802         * src/common/Makefile.am
4803         * src/common/prefs.[ch]         ** NEW **
4804                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4805
4806 2002-12-24 [alfons]     0.8.7claws7
4807
4808         * src/summaryview.c
4809                 summary_thread_build(): fix real cause of the crash mentioned in
4810                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4811                 this way we get meaningful ctree nodes 
4812
4813 2002-12-24 [oliver]     0.8.7claws6
4814
4815         * src/mainwindow.[ch]
4816         * src/messageview.[ch]
4817         * src/compose.[ch]
4818         * src/inc.c
4819         * src/summaryview.c
4820                 changes to use updated toolbar handling
4821                 
4822 2002-12-24 [oliver]     0.8.7claws5
4823
4824         * src/toolbar.[ch]
4825                 generic toolbar handling
4826                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4827         * src/prefs_toolbar.[ch]
4828                 adjust to handling
4829         
4830 2002-12-24 [oliver]     0.8.7claws4
4831         
4832         * src/stock_pixmap.[ch]
4833                 move SYLPHEED_LOGO to end of list in order 
4834                 to remove it from Custom Toolbar`s Icon View
4835
4836 2002-12-24 [alfons]     0.8.7claws3
4837
4838         * src/summaryview.c
4839                 summary_thread_build(): fix crash because of focus != selection 
4840                 after threading. when deleting the selection, gtk tries but fails 
4841                 to find the correct focusable element. we now force the selection
4842                 to be focused. this should solve the infamous bug reported by 
4843                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4844                 a test case is available. 
4845
4846 2002-12-24 [darko]      0.8.7claws2
4847
4848         * src/summaryview.c
4849                 don't crash when unmarking message with unread children
4850
4851 2002-12-23 [christoph]  0.8.7claws1
4852
4853         * src/Makefile.am
4854         * src/common/Makefile.am
4855                 update Makefiles for moved intl.h, version.h and defs.h
4856         * src/imap.c
4857                 rewrite imap_session_get to avoid duplicate code
4858
4859 2002-12-23 [paul]       0.8.7claws
4860
4861         * Santa-Claws released
4862         
4863         * po/hu.po
4864           po/ru.po
4865                 squeeze in updated Hungarian and Russian translations.
4866                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4867
4868 2002-12-23 [paul]       0.8.6claws129
4869
4870         * po/pl.po
4871                 updated by Witold Wladyslaw Wojciech Wilk
4872
4873 2002-12-23 [paul]       0.8.6claws128
4874
4875         * src/quote_fmt_parse.y
4876                 fix typo and add licence header
4877
4878 2002-12-23 [paul]       0.8.6claws127
4879
4880         * po/en_GB.po
4881                 updated
4882
4883 2002-12-23 [paul]       0.8.6claws126
4884
4885         * po/it.po
4886                 updated translation, submitted by Alessandro Maestri
4887                 
4888 2002-12-23 [paul]       0.8.6claws125
4889
4890         * src/quote_fmt_parse.y
4891                 fix signature-stripping on replies bug. match
4892                 '-- \n' and not '-- '.
4893
4894 2002-12-22 [paul]       0.8.6claws124
4895
4896         * po/bg.po
4897           po/es.po
4898           po/sr.po
4899                 updated translations. submitted by George Danchev,
4900                 Ricardo Mones Lastra, and Urke MMI respectively
4901
4902 2002-12-21 [paul]       0.8.6claws123
4903
4904         * src/addrbook.c
4905                 fix coding style
4906
4907 2002-12-21 [paul]       0.8.6claws122
4908
4909         * src/addrbook.c
4910                 fix bug [643638] where if a person is in one or more
4911                 addressbook groups editing that person's email 
4912                 address results in removal from those groups.
4913                 Patch submitted by Luke Plant.
4914
4915 2002-12-20 [christoph]  0.8.6claws121
4916
4917         * src/common/utils.c
4918         * src/summaryview.c
4919                 reimplement expand_search_string using GString to
4920                 prevent crashs caused by miscalculated string
4921                 lengths reported by Paul
4922
4923 2002-12-20 [christoph]  0.8.6claws120
4924
4925         * src/summaryview.c
4926                 don't use "changed" to check if op_count has to be changed as it
4927                 is also set when the message has unread children
4928                 (closes bug [ 653221 ] crash while deleting duplicates)
4929
4930 2002-12-20 [paul]       0.8.6claws119
4931
4932         * sync with 0.8.6cvs27
4933                 see ChangeLog 2002-12-20
4934
4935 2002-12-20 [paul]       0.8.6claws118
4936
4937         * sync with 0.8.6cvs26
4938                 see ChangeLog 2002-12-19 and 2002-12-20
4939
4940 2002-12-19 [alfons]     0.8.6claws117
4941
4942         * src/textview.c
4943                 fix incorrect parsing of email addresses, submitted by 
4944                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4945                 name display if it contains @".
4946
4947 2002-12-18 [paul]       0.8.6claws116
4948
4949         * sync with 0.8.6cvs23
4950                 see ChangeLog 2002-12-18
4951
4952 2002-12-18 [paul]       0.8.6claws115
4953
4954         * src/Makefile.am
4955         * src/account.c
4956         * src/codeconv.c
4957         * src/gtkutils.[ch]
4958         * src/imap.c
4959                 sync with 0.8.6cvs22.
4960                 see ChangeLog 2002-12-17 and 2002-12-18
4961
4962 2002-12-17 [christoph]  0.8.6claws114
4963
4964         * src/imap.c
4965                 o don't create a session if imap greeting fails
4966                 o don't close socket when authentication fails
4967                   this is done by imap_session_destroy
4968
4969 2002-12-17 [thorsten]   0.8.6claws113
4970
4971         * tools/Makefile.am
4972           tools/README
4973           tools/google_msgid.pl ** NEW FILE **
4974                 Added "search for message-id" script and doc
4975
4976 2002-12-17 [thorsten]   0.8.6claws112
4977
4978         * po/hu.po
4979                 Updated hungarian translation
4980                 (updated by Gal Zoltan)
4981
4982 2002-12-16 [christoph]  0.8.6claws111
4983
4984         * src/addr_compl.c
4985                 remove stupid addressbook dump to debug output
4986         * src/mh.c
4987                 fix memory leak found by Hiro
4988
4989 2002-12-14 [paul]       0.8.6claws110
4990
4991         * src/compose.c
4992                 fix menubar sensitivity on send
4993                 
4994         * src/prefs_filtering.c
4995         * src/prefs_matcher.c
4996         * src/prefs_scoring.c
4997                 Fix english ;)
4998                 
4999         * src/common/quoted-printable.h
5000                 sync: fix typo
5001         
5002 2002-12-13 [christoph]  0.8.6claws109
5003
5004         * src/Makefile.am
5005         * src/manage_window.[ch]        ** REMOVE **
5006         * src/gtk/Makefile.am
5007         * src/gtk/manage_window.[ch]    ** NEW **
5008                 move manage_window files to gtk directory
5009
5010 2002-12-13 [christoph]  0.8.6claws108
5011
5012         * src/Makefile.am
5013         * src/gtkshruler.[ch]           ** REMOVE **
5014         * src/gtk/Makefile.am
5015         * src/gtk/gtkshruler.[ch]       ** NEW **
5016                 move gtkshruler files to gtk directory
5017
5018 2002-12-13 [christoph]  0.8.6claws107
5019
5020         * src/Makefile.am
5021         * src/compose.c
5022         * src/gtkstext.[ch]             ** REMOVE **
5023         * src/gtkutils.[ch]
5024         * src/textview.c
5025         * src/gtk/gtkstext.[ch]         ** NEW **
5026         * src/gtk/Makefile.am
5027                 o move stext functions to gtkstext.c to remove
5028                   dependency of gtkutils
5029                 o move gtkstext files to gtk directory
5030
5031         * src/gtk/Makefile.am
5032         * src/gtk/sslcertwindow.[ch]
5033                 UI stuff can always depend on common code so
5034                 it's ok to add ../common to include path
5035
5036 2002-12-13 [colin]      0.8.6claws106
5037
5038         * src/summaryview.c
5039                 Disconnect sighandlers for mainwindow when
5040                 quicksearch has the focus
5041                 Fix bug #653231
5042         * src/mainwindow.[ch]
5043                 Make key_pressed callback public, to be able
5044                 to disconnect it
5045
5046 2002-12-13 [christoph]  0.8.6claws105
5047
5048         * src/mh.c
5049                 create .mh_sequences file in new MH folders
5050                 (closes feature request [ 523162 ] MH folders should
5051                  get a .mh_sequences)
5052
5053 2002-12-13 [colin]      0.8.6claws104
5054
5055         * src/summaryview.c
5056                 Better handling of quicksearch show/hide
5057                 (basically the button stays under the mouse 
5058                  when toggled)
5059
5060 2002-12-13 [paul]       0.8.6claws103
5061
5062         * sync with 0.8.6cvs17
5063                 see ChangeLog 2002-12-13
5064
5065 2002-12-13 [paul]       0.8.6claws102
5066
5067         * po/es.po
5068                 updated by Ricardo Mones Lastra
5069
5070 2002-12-11 [colin]       0.8.6claws101
5071
5072         * src/folder.c
5073                 remove statusbar stuff
5074           src/folderview.c
5075                 set statusbar verbosity when moving folders
5076
5077 2002-12-11 [colin]       0.8.6claws100
5078         * src/prefs_filtering.c
5079         * src/prefs_matcher.c
5080         * src/prefs_scoring.c
5081                 Fix english ;)
5082
5083 2002-12-11 [colin]       0.8.6claws99
5084
5085         * src/prefs_common.[ch]
5086                 Add summary_quicksearch_type
5087         * src/summaryview.c
5088                 Save last used quicksearch type
5089
5090 2002-12-11 [jens]       0.8.6claws98
5091         * src/prefs_filtering.c
5092         * src/prefs_matcher.c
5093         * src/prefs_scoring.c
5094                 added dialog for incomplete rules in scoring, filtering and
5095                 matcher to ask wheather really close
5096
5097 2002-12-11 [colin]      0.8.6claws97
5098
5099         * src/folder.c
5100                 Fix folder dnd statusbar logging
5101
5102 2002-12-10 [christoph]  0.8.6claws96
5103
5104         * src/compose.c
5105         * src/folder.c
5106         * src/imap.c
5107         * src/inc.c
5108         * src/main.c
5109         * src/mainwindow.c
5110         * src/news.c
5111         * src/send.c
5112         * src/statusbar.[ch]
5113         * src/common/hooks.c
5114         * src/common/log.[ch]
5115                 o handle verbose logging in statusbar directly in statusbar code
5116                   and common code does not need any knowledge about a statusbar
5117                 o remove direct calls to statusbar_(puts|pop)_all functions
5118
5119 2002-12-10 [jens]       0.8.6claws95
5120
5121         * src/*.c
5122                 removed gettext from g_warnings
5123         * po/POTFILES.in
5124                 cleaned and updated
5125         * po/de.po
5126                 updated
5127
5128 2002-12-10 [colin]      0.8.6claws94
5129
5130         * src/main.c
5131                 finish crash dialog fix
5132
5133 2002-12-10 [colin]      0.8.6claws93
5134
5135         * src/main.c
5136                 "Fix" "sylpheed already running" instead of
5137                 crash dialog appearing after a crash
5138
5139 2002-12-10 [colin]      0.8.6claws92
5140
5141         * po/POTFILES.in
5142                 add src/gtk/sslcertwindow.c
5143
5144 2002-12-10 [paul]       0.8.6claws91
5145
5146         * po/POTFILES.in
5147                 updated to reflect recent changes
5148                 submitted by Alessandro Maestri
5149
5150 2002-12-09 [christoph]  0.8.6claws90
5151
5152         * src/Makefile.am
5153         * src/smtp.[ch]                 ** REMOVE **
5154         * src/common/Makefile.am
5155         * src/common/smtp.[ch]          ** NEW **
5156                 move smtp files to common directory
5157
5158 2002-12-09 [christoph]  0.8.6claws89
5159
5160         * src/Makefile.am
5161         * src/session.[ch]              ** REMOVE **
5162         * src/common/Makefile.am
5163         * src/common/session.[ch]       ** NEW **
5164                 move session files to common directory
5165
5166 2002-12-09 [paul]       0.8.6claws88
5167
5168         * src/account.c
5169                 fix bug [649746] edit accounts: move account reverted
5170                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5171
5172 2002-12-09 [colin]      0.8.6claws87
5173
5174         * src/ssl_certificate.c
5175                 cleanup
5176
5177 2002-12-09 [colin]      0.8.6claws86
5178
5179         * src/ssl.c
5180                 Try to open the cert.pem database and 
5181                 issue a warning if it isn't there
5182
5183 2002-12-09 [colin]      0.8.6claws85
5184
5185         * src/common/ssl_certificate.c
5186         * src/gtk/sslcertwindow.c
5187                 Warning fixes
5188
5189 2002-12-09 [colin]      0.8.6claws84
5190
5191         * src/ssl_certificate.[ch] ** REMOVED **
5192         * src/common/ssl_certificate.[ch] ** NEW **
5193         * src/Makefile.am
5194         * src/common/Makefile.am
5195                 Moved ssl_certificate.[ch] to common
5196         * src/common/ssl.c 
5197                 Put back needed include
5198         * src/gtk/sslcertwindow.[ch]
5199                 Changed ssl_certificate.h include
5200         
5201 2002-12-09 [colin]      0.8.6claws83
5202
5203         * src/gtk/sslcertwindow.[ch]
5204                 Implement hook for certificate acception
5205         * src/ssl_certificate.[ch]
5206                 Implement hook for certificate acception
5207         * src/common/ssl.c
5208                 Reenable certificate acception check
5209         * src/mainwindow.c
5210                 Register sslcertwindow's hook
5211         
5212 2002-12-08 [christoph]  0.8.6claws82
5213
5214         * src/about.c
5215         * src/addr_compl.c
5216         * src/codeconv.c
5217         * src/manual.c
5218         * src/undo.c
5219         * src/common/utils.c
5220                 o add missing includes
5221                 o fix warnings
5222         * src/.cvsignore
5223         * src/common/.cvsignore
5224         * src/common/version.h          ** REMOVE **
5225                 remove autogenerated file
5226
5227 2002-12-08 [paul]       0.8.6claws81
5228
5229         * src/stringtable.c
5230                 put back needed include
5231
5232 2002-12-08 [colin]      0.8.6claws80
5233         
5234         * src/gtk/sslcertwindow.c
5235                 Cleaner popups when asking
5236         * src/ssl_certificate.c
5237         * src/prefs_common.[ch]
5238                 remove ssl certificate pref
5239                 put back needed include
5240         * src/undo.c
5241                 put back needed include
5242
5243 2002-12-08 [christoph]  0.8.6claws79
5244
5245         * src/folderview.c
5246         * src/logwindow.c
5247         * src/statusbar.c
5248         * src/summaryview.c
5249                 only abort hook invokation if required data is missing not
5250                 if our own data pointer is NULL, update hookfunction for
5251                 log window
5252
5253 2002-12-08 [paul]       0.8.6claws78
5254
5255         * src/about.c
5256         * src/addrcache.c
5257         * src/addrclip.c
5258         * src/addr_compl.c
5259         * src/addrselect.c
5260         * src/codeconv.c
5261         * src/colorlabel.c
5262         * src/enriched.c
5263         * src/esmtp.c
5264         * src/exporthtml.c
5265         * src/headerview.c
5266         * src/imageview.c
5267         * src/manual.c
5268         * src/noticeview.c
5269         * src/pgptext.c
5270         * src/scoring.c
5271         * src/sourcewindow.c
5272         * src/stringtable.c
5273         * src/undo.c
5274                 clean up: remove unneccesary includes
5275
5276 2002-12-08 [christoph]  0.8.6claws77
5277
5278         * src/folderview.c
5279         * src/statusbar.c
5280         * src/summaryview.c
5281         * src/common/hooks.[ch]
5282                 hook functions now have a gboolean return value, if a hook
5283                 returns TRUE it will stop executing of any more hooks in
5284                 the same hooklist for this invokation
5285
5286 2002-12-08 [colin]      0.8.6claws76
5287         
5288         * src/main.c
5289                 put back argv0 for CRASH_DIALOG
5290
5291 2002-12-08 [christoph]  0.8.6claws75
5292
5293         * src/Makefile.am
5294         * src/about.c
5295         * src/account.c
5296         * src/crash.c
5297         * src/esmtp.h
5298         * src/imap.[ch]
5299         * src/inc.c
5300         * src/main.c
5301         * src/mainwindow.c
5302         * src/news.c
5303         * src/pop.[ch]
5304         * src/prefs_account.[ch]
5305         * src/prefs_common.[ch]
5306         * src/send.[ch]
5307         * src/smtp.[ch]
5308         * src/ssl_certificate.[ch]
5309         * src/ssl_manager.[ch]
5310         * src/common/Makefile.am
5311         * src/common/log.c
5312         * src/common/nntp.[ch]
5313         * src/common/socket.[ch]
5314         * src/common/ssl.[ch]
5315         * src/gtk/sslcertwindow.[ch]
5316         * ac/openssl.m4
5317                 use new autoconf script to detect OpenSSL with extra parameters
5318                 to specify the location of libs and includes, also remove USE_SSL
5319                 to USE_OPENSSL
5320
5321         * src/common/sylpheed.[ch]
5322         * src/common/version.h.in
5323                 start seperation of common code initialization seperated from gui
5324
5325         * src/summaryview.c
5326                 The function that is called when a color label changes
5327                 should not change the color lable again
5328
5329 2002-12-08 [colin]      0.8.6claws74
5330
5331         * src/gtk/sslcertwindow.c
5332                 warning fixes
5333
5334 2002-12-08 [colin]      0.8.6claws73
5335
5336         * src/statusbar.c
5337           src/common/log.h
5338                 Register a hook for statusbar_puts_all
5339         * src/common/log.c
5340                 invoke statusbar_puts_all's hook
5341         
5342 2002-12-08 [colin]      0.8.6claws72
5343
5344         * src/ssl_certificate.c
5345                 Put back a badly-removed include
5346
5347 2002-12-08 [colin]      0.8.6claws71
5348
5349         * src/gtk/sslcertwindow.[ch]    ** NEW **
5350                 new certificate presentation
5351         * src/gtk/Makefile.am
5352                 add new files
5353         * src/ssl_certificate.[ch]
5354                 gtk cleanup, made utility functions public
5355         * src/ssl_manager.c
5356                 use new cert presentation
5357
5358 2002-12-07 [christoph]  0.8.6claws70
5359
5360         * src/Makefile.am
5361         * src/nntp.[ch]                 ** REMOVE **
5362         * src/common/Makefile.am
5363         * src/common/nntp.[ch]          ** NEW **
5364                 move nntp files to common directory
5365
5366 2002-12-07 [christoph]  0.8.6claws69
5367
5368         * src/procmsg.[ch]
5369         * src/summaryview.c
5370                 implement msginfo update callback using sylpheed's new
5371                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5372
5373 2002-12-06 [christoph]  0.8.6claws68
5374
5375         * src/editgroup.c
5376                 This patch changes the 'Edit Group Details' dialog to
5377                 allow extended selections in either pane, so that
5378                 addresses can be added or removed from a group more
5379                 quickly and easily. (it actually is a net decrease in
5380                 file size, as some unnecessary functions have been
5381                 removed). 
5382                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5383
5384 2002-12-06 [christoph]  0.8.6claws67
5385
5386         * src/Makefile.am
5387         * src/template.[ch]             ** REMOVE **
5388         * src/common/Makefile.am
5389         * src/common/template.[ch]      ** NEW **
5390                 move template files to common directory
5391
5392         * src/nntp.c
5393                 add missing log.h include
5394
5395 2002-12-06 [melvin]     0.8.6claws66
5396
5397         * src/prefs_actions.c
5398                 Added the trailing ">" syntax to insert command's output
5399                 without replacing old text (in contrast to trailing "|").
5400
5401 2002-12-05 [colin]      0.8.6claws65
5402         
5403         * src/common/utils.c
5404                 Don't modify original search_string or it'll change
5405                 the next iterations in the for()
5406
5407 2002-12-05 [darko]      0.8.6claws64
5408
5409         * src/common/utils.c
5410                 proper check for filtering commands, found by Colin
5411
5412 2002-12-05 [darko]      0.8.6claws63
5413
5414         * src/common/utils.c
5415                 check proper string for NULL pointer, found by Colin
5416
5417 2002-12-05 [darko]      0.8.6claws62
5418
5419         * src/common/utils.[ch]
5420                 expand_search_string(): new function
5421                 converts Mutt-like patterns to Sylpheed's
5422                 filtering engine
5423         * src/summaryview.c
5424                 use expand_search_string() to allow Mutt-like
5425                 patterns in extended search
5426         * README.claws
5427                 document extended option in quick search
5428
5429 2002-12-05 [paul]       0.8.6claws61
5430
5431         * sync with 0.8.6cvs16
5432                 see ChangeLog 2002-12-05
5433                 
5434         * po/POTFILES.in
5435                 clean up
5436
5437 2002-12-04 [christoph]  0.8.6claws60
5438
5439         * src/imap.[ch]
5440                 put imap authentication code into a new function and
5441                 remove it from imap_session_new that will allow to
5442                 send other commands before authentication
5443
5444 2002-12-04 [christoph]  0.8.6claws59
5445
5446         * src/imap.[ch]
5447                 use already existing method to prevent unneeded IMAP
5448                 folder selects. Set imap_select parameters to NULL
5449                 in some functions if the values are not required.
5450
5451         * src/xml.h
5452                 remove no longer required include
5453
5454 2002-12-04 [paul]       0.8.6claws58
5455
5456         * po/es.po
5457                 updated by Ricardo Mones Lastra
5458                 
5459         * configure.in
5460           po/hu.po      ** NEW FILE **
5461                 initial Hungarian translation, submitted
5462                 by Gál Zoltán <galzoli@hu.inter.net>
5463
5464 2002-12-03 [christoph]  0.8.6claws57
5465
5466         * src/Makefile.am
5467         * src/gtksctree.[ch]            ** REMOVE **
5468         * src/gtk/Makefile.am
5469         * src/gtk/gtksctree.[ch]        ** NEW **
5470                 move gtksctree files to gtk directory
5471
5472 2002-12-03 [christoph]  0.8.6claws56
5473
5474         * src/Makefile.am
5475         * src/md5.[ch]                  ** REMOVE **
5476         * srm/common/Makefile.am
5477         * src/common/md5.[ch]           ** NEW **
5478                 move md5 files to common directory
5479
5480         * src/gtkstext.c
5481                 remove not required #include
5482
5483 2002-12-03 [sergey]     0.8.6claws55
5484
5485         * src/gtkutils.c
5486         * src/gtkutils.h
5487                 gtkut_window_popup(): new function.
5488         * src/mainwindow.c
5489                 main_window_popup(): use gtkut_window_popup() to raise
5490                 window without changing its position.
5491                 (see sylpheed-main ML message [sylpheed:17247])
5492
5493 2002-12-03 [sergey]     0.8.6claws54
5494
5495         * src/send.c
5496                 send_message_local(): removed first-dot escaping
5497                 (SMTP-only, not needed for sending through pipe)
5498
5499 2002-12-03 [paul]       0.8.6claws53
5500
5501         * po/POTFILES.in
5502                 update to reflect recent changes (thanks
5503                 to Ricardo Mones Lastra)
5504                 
5505         * tools/filter_conv.pl
5506                  fix problem with quoted strings. Patch submitted
5507                  by Luke Plant <lukeplant@softhome.net>
5508
5509 2002-12-03 [paul]       0.8.6claws52
5510
5511         * sync with 0.8.6cvs15
5512                 see ChangeLog 2002-12-03
5513
5514 2002-12-02 [christoph]  0.8.6claws51
5515
5516         * src/logwindow.[ch]
5517         * src/common/log.[ch]
5518                 implement logging using a hook function
5519
5520         * src/folderview.c
5521         * src/folder.[ch]
5522                 define hooklist name in header file to avoid
5523                 errors caused by wrong spelling of hooklist names
5524
5525         * src/toolbar.c
5526                 fix warnings
5527
5528 2002-12-02 [christoph]  0.8.6claws50
5529
5530         * src/common/Makefile.am
5531                 add src/common/hooks.[ch]
5532
5533         * src/common/hooks.[ch]
5534                 implement a simple hook system using glib's hook functions
5535
5536         * src/folder.[ch]
5537         * src/folderview.c
5538                 use new hook system for folder item updates
5539
5540 2002-12-02 [christoph]  0.8.6claws49
5541
5542         * doc-src/ui_seperation.txt     ** NEW **
5543                 information for ui seperation
5544
5545         * src/Makefile.am
5546                 remove files that were moved to common
5547                 include common directory by default for the header files
5548
5549         * src/inc.c
5550         * src/common/socket.c
5551         * src/automaton.[ch]
5552                 implement automaton using g_io_*-functions instead of
5553                 gdk_input_add to make it ui independent
5554
5555         * src/codeconv.c
5556         * src/compose.c
5557         * src/ldif.c
5558         * src/pgptext.c
5559         * src/procmime.c
5560         * src/rfc2015.c
5561         * src/smtp.c
5562         * src/unmime.c
5563                 remove common/ prefix because directory is now in
5564                 include path
5565
5566         * src/compose.c
5567         * src/folder.c
5568         * src/folderview.c
5569         * src/mainwindow.c
5570         * src/messageview.c
5571         * src/prefs_common.c
5572         * src/procmsg.c
5573         * src/rfc2015.c
5574                 fix warnings
5575
5576         * src/imap.c
5577         * src/inc.c
5578         * src/news.c
5579         * src/pop.c
5580         * src/send.c
5581         * src/smtp.c
5582         * src/ssl_certificate.c
5583                 add log.h header file for logging functions
5584
5585         * src/main.c
5586         * src/common/utils.c
5587         * src/summaryview.c
5588         * src/xml.c
5589                 o move debug_mode to common/utils.c
5590                 o add functions to set and get debug_mode
5591
5592         * src/defs.h                    ** REMOVE **
5593         * src/intl.h                    ** REMOVE **
5594         * src/socket.[ch]               ** REMOVE **
5595         * src/ssl.[ch]                  ** REMOVE **
5596         * src/utils.[ch]                ** REMOVE **
5597                 replaced by new files in src/common/
5598         
5599         * src/common/Makefile.am
5600                 add new files in src/common/
5601
5602         * src/common/defs.h             ** NEW **
5603         * src/common/intl.h             ** NEW **
5604         * src/common/log.[ch]           ** NEW **
5605         * src/common/socket.[ch]        ** NEW **
5606         * src/common/ssl.[ch]           ** NEW **
5607         * src/common/utils.[ch]         ** NEW **
5608                 replacement for files in src/
5609
5610 2002-12-02 [colin]      0.8.6claws48
5611
5612         * src/folderview.c
5613                 Scroll folderview if necessary during dnd
5614
5615 2002-12-02 [colin]      0.8.6claws47
5616
5617         * src/folder.[ch]
5618                 Add check to verify a move is within a single mailbox
5619         * src/folderview.c
5620                 Add specific error string for this check
5621
5622 2002-12-02 [colin]      0.8.6claws46
5623
5624         * src/folder.c
5625                 Add a test to folder moving, remove a statusbar_print
5626         * src/folderview.c
5627                 Add Move folder... context-menu item
5628                 Factorize folder moving code
5629                 Enable folder DND for mbox
5630
5631 2002-12-01 [christoph]  0.8.6claws45
5632
5633         * ac/aspell.m4
5634                 remove conf.aspelltest if the version check fails
5635
5636 2002-11-30 [christoph]  0.8.6claws44
5637
5638         * autogen.sh
5639                 run libtoolize --force in autogen to create missing
5640                 libtool scripts
5641
5642 2002-11-30 [christoph]  0.8.6claws43
5643
5644         * src/Makefile.am
5645         * src/pgptext.c
5646         * src/procmime.c
5647         * src/rfc2015.c
5648         * src/uuencode.[ch]             ** REMOVED **
5649         * src/common/Makefile.am
5650         * src/common/uuencode.[ch]      ** NEW **
5651                 move uuen/decoder to common directory
5652
5653 2002-11-30 [christoph]  0.8.6claws42
5654
5655         * src/Makefile.am
5656         * src/base64.[ch]               ** REMOVED **
5657         * src/codeconv.c
5658         * src/compose.c
5659         * src/ldif.c
5660         * src/pgptext.c
5661         * src/procmime.c
5662         * src/rfc2015.c
5663         * src/smtp.c
5664         * src/unmime.c
5665         * src/common/Makefile.am
5666         * src/common/base64.[ch]        ** NEW **
5667                 move base64 en/decoder to common directory
5668
5669 2002-11-30 [christoph]  0.8.6claws41
5670
5671         * src/common                    ** NEW **
5672                 new directory for UI independent code
5673         * src/gtk                       ** NEW **
5674                 new directory for GTK frontend
5675         * src/common/.cvsignore         ** NEW **
5676         * src/gtk/.cvsignore            ** NEW **
5677                 ignore build files
5678         * src/common/Makefile.am        ** NEW **
5679         * src/gtk/Makefile.am           ** NEW **
5680                 automake files to build new seperated stuff
5681         * src/Makefile.am
5682                 the binary will currently still be build with the
5683                 files in src, so we include the code from the
5684                 subdirs for now after building the libs there
5685
5686 2002-11-30 [paul]       0.8.6claws40
5687
5688         * src/compose.c
5689                 fix bug [642731] 'Wrong selected account with drafted mail'
5690
5691 2002-11-29 [oliver]     0.8.6claws39
5692         
5693         * src/messageview.c
5694                 o update summaryview when switching between different
5695                   messageviews          
5696         * src/toolbar.c  
5697                 o check if messageview holds already removed msg
5698                   from summaryview
5699                 
5700
5701 2002-11-29 [oliver]     0.8.6claws38
5702
5703         * src/toolbar.c 
5704                 remove not needed variables and includes
5705                 make messageview stay opened and move to next when msgs are deleted 
5706
5707 2002-11-29 [oliver]     0.8.6claws37
5708         
5709         * src/toolbar.c 
5710                 disable compose button (messageview toolbar) by default
5711                 deleted msgs are moved to trash
5712         
5713 2002-11-29 [melvin]     0.8.6claws36
5714
5715         * configure.in
5716                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5717                 and to detect signatures expirations (gpgme 0.3.6)
5718
5719         * src/main.c
5720                 Use non obsolescent function for Gpgme engine checking.
5721
5722         * src/rfc2015.c
5723                 Inform about expired signatures or signatures which key
5724                 has expired. Expiration date is displayed.
5725
5726         * src/sigstatus.c
5727                 Inform about expired signatures or signatures which key
5728                 has expired.
5729
5730 2002-11-28 [paul]       0.8.6claws35
5731
5732         * src/folderview.c
5733                 re-instate 'Check for new messages' in Newsgroup
5734                 folders right-click menu, after a suggestion from
5735                 Tim Mann <timmann@users.sourceforge.net>
5736
5737         * src/main.c
5738                 after a crash check only local folders for new
5739                 messages
5740
5741 2002-11-28 [paul]       0.8.6claws34
5742
5743         * configure.in
5744                 apply patch that fixes the checking of GTK with XIM 
5745                 support on different OSs, such as FreeBSD. Patch 
5746                 submitted by Topia <topia@users.sourceforge.net>
5747                 
5748 2002-11-28 [paul]       0.8.6claws33
5749
5750         * src/mainwindow.c
5751           src/prefs_common.c
5752           src/prefs_toolbar.c
5753                 more changes to the English
5754
5755 2002-11-28 [paul]       0.8.6claws32
5756
5757         * sync with 0.8.6cvs13
5758                 see ChangeLog 2002-11-28 (no sync needed
5759                 for src/compose.c)
5760
5761 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5762         
5763         * src/mainwindow.[ch]
5764                 add patch by Ivan F. Martinez introducing messageview Toolbar
5765                 some changes and committed by oliver    
5766
5767 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5768
5769         * src/messageview.[ch]
5770                 add patch by Ivan F. Martinez introducing messageview Toolbar
5771                 some changes and committed by oliver    
5772
5773 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5774
5775         * src/compose.[ch]
5776                 add patch by Ivan F. Martinez introducing messageview Toolbar
5777                 some changes and committed by oliver    
5778
5779 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5780         
5781         * src/toolbar.[ch]
5782                 add patch by Ivan F. Martinez introducing messageview Toolbar
5783                 some changes and committed by oliver
5784
5785 2002-11-28 [oliver]     0.8.6claws27
5786         
5787         * src/prefs_toolbar.[ch]
5788                 getting ready for messageview toolbar
5789                 free mem allocated by gettext
5790                 change prefs_toolbar to prefs_toolbar_open
5791  
5792 2002-11-28 [thorsten]   0.8.6claws26
5793
5794         * src/imageview.[ch]
5795                 cleaned up conflicting declarations of
5796                 imageview_show_image()
5797
5798 2002-11-28 [paul]       0.8.6claws25
5799
5800         * src/grouplistdialog.c
5801           src/prefs_common.c
5802           src/prefs_summary_column.c
5803                 a few more improvements to the English
5804
5805 2002-11-28 [colin]      0.8.6claws24
5806
5807         * man/sylpheed.1
5808                 A few updates to command-line parameters
5809
5810 2002-11-28 [colin]      0.8.6claws23
5811
5812         * src/prefs_filtering.c
5813                 Fix problems with prefs_filtering_delete_path:
5814                 a) if the first rule is removed, original pointers
5815                    weren't updated (leading to segfaults)
5816                 b) it was always global_processing updated in case
5817                    of removed path was parent of rule path
5818
5819 2002-11-27 [paul]       0.8.6claws22
5820
5821         * src/mainwindow.c
5822           src/prefs_account.c
5823           src/prefs_actions.c
5824           src/prefs_common.c
5825           src/prefs_customheader.c
5826           src/prefs_display_header.c
5827           src/prefs_filtering.c
5828           src/prefs_folder_item.c
5829           src/prefs_matcher.c
5830           src/prefs_scoring.c
5831           src/prefs_summary_column.c
5832           src/prefs_template.c
5833           src/prefs_toolbar.c
5834                  improve the English in the GUI
5835
5836 2002-11-27 [colin]      0.8.6claws21
5837
5838         * src/folder.c
5839                 Fix processing renaming problems happening after
5840                 last commit
5841
5842 2002-11-27 [colin]      0.8.6claws20
5843
5844         * src/folder.c
5845                 recursive move now deletes src each subfolder after 
5846                 having moved it
5847         * src/folderview.c
5848                 Use identifier instead of path during dnd (enables
5849                 IMAP folder dnd)
5850
5851 2002-11-27 [paul]       0.8.6claws19
5852
5853         * src/main.c
5854                 apply patch that does command-line processing 
5855                 BEFORE gtk_init, allowing claws to run from 
5856                 shell-scripts in non-X environment (e.g. crontab 
5857                 or ip-up, ip-down scripts). Patch submitted by
5858                 Ruslan N. Balkin <baron@dartel.ru>
5859                 
5860         * po/it.po
5861                 updated by Alessandro Maestri
5862
5863 2002-11-27 [paul]       0.8.6claws18
5864
5865         * sync with 0.8.6cvs12
5866           src/prefs_common.c
5867                 Differences are that main uses a 'Receive dialog'
5868                 frame on the Interface tab, whereas claws groups all 
5869                 the dialogs together in a 'Dialogs' frame.
5870
5871 2002-11-27 [colin]      0.8.6claws17
5872
5873         * src/prefs_matcher.c
5874                 Fix Execute criteria's NOT flag
5875
5876
5877 2002-11-26 [christoph]  0.8.6claws16
5878
5879         * src/ssl.c
5880                 rewrite the ssl code a little bit, only use one
5881                 SSL context, set default certificates' file/path
5882
5883 2002-11-26 [thorsten]   0.8.6claws15
5884
5885         * src/compose.c
5886                 default-reply-to didn't work for ml-reply
5887
5888 2002-11-26 [melvin]     0.8.6claws14
5889
5890         * src/prefs_actions.c
5891                 Made pipe-actions ignore short headers in message view
5892                 Made trailing-pipe-actions write in the message view with
5893                 the same font as the original message
5894
5895 2002-11-26 [paul]       0.8.6claws13
5896
5897         * src/compose.c
5898                 this time commit the correct file
5899
5900 2002-11-26 [paul]       0.8.6claws12
5901
5902         * sync with 0.8.6cvs11
5903           src/quote_fmt_parse.y  
5904                 no sync needed
5905           src/account.[ch]       
5906                 not sync'ed
5907           src/compose.c
5908                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5909                 on draft mode.
5910                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5911                 header
5912                 
5913         see ChangeLog 2002-11-25 and 2002-11-26
5914
5915 2002-11-26 [colin]      0.8.6claws11
5916
5917         * src/folderview.c
5918                 Fix collapsed folder not auto-expanding during
5919                 mail dnd, if it was the source folder.
5920
5921 2002-11-25 [colin]      0.8.6claws10
5922
5923         * src/folderview.[ch]
5924                 Variable renaming and cleaning (slist of nodes 
5925                 to be re-collapsed is stored in FolderView)
5926
5927 2002-11-25 [paul]       0.8.6claws9
5928
5929         * src/prefs_common.[ch]
5930                 fix breakage caused by last commit
5931
5932 2002-11-25 [paul]       0.8.6claws8
5933
5934         * sync with 0.8.6cvs4
5935                 see ChangeLog 2002-11-21
5936
5937 2002-11-25 [paul]       0.8.6claws7
5938
5939         * sync with 0.8.6cvs4
5940                 see ChangeLog 2002-11-20
5941
5942 2002-11-25 [paul]       0.8.6claws6
5943
5944         * sync with 0.8.6cvs3
5945                 see ChangeLog 2002-11-18
5946
5947 2002-11-25 [colin]      0.8.6claws5
5948
5949         * src/gtkutils.[ch]
5950                 Add gtkut_ctree_node_is_parent()
5951         * src/folderview.c
5952                 Spring-loaded folders
5953
5954 2002-11-25 [colin]      0.8.6claws4
5955
5956         * src/utils.[ch]
5957                 Add slist_concat_unique(), function to merge
5958                 two GSList filtering dups
5959         * src/folder.[ch]
5960         * src/summaryview.[ch]
5961         * src/folderview.c
5962         * src/main.c
5963                 Add detection/update/display of unread answers
5964                 to marked mails
5965         * src/procmsg.[ch]
5966                 Add procmsg_find_children()
5967                 Add procmsg_msg_has_marked_parent()
5968
5969 2002-11-25 [colin]      0.8.6claws3
5970
5971         * src/ssl_certificate.[ch]
5972                 Allow checking a certificate without a DNS
5973                 lookup
5974                 Allow to forget a cert (by deleting it)
5975                 Make ssl_certificate_destroy_public
5976         * src/ssl_manager.[ch] ** NEW FILES **
5977                 Gui to manage (display/remove) certificates
5978         * src/prefs_common.[ch]
5979                 Add a pref to allow silent acceptation of
5980                 trusted certificates or not (based on the
5981                 "I want to know what's going on" principle)
5982         * src/mainwindow.c
5983                 Add SSL manager in Tools menu
5984         * src/Makefile.am
5985                 Add the new files to the build
5986         * po/POTFILES.in
5987                 Add ssl_manager.c to translations
5988
5989 2002-11-25 [colin]      0.8.6claws2
5990
5991         * src/summaryview.[ch]
5992                 Add S_SEARCH_EXTENDED to the quick search, which 
5993                 allows to search using filtering syntax.
5994
5995 2002-11-25 [colin]      0.8.6claws1
5996
5997         * src/summaryview.c
5998                 Deletion of duplicates now prefer deleting
5999                 the unread dup (fixes feature-request 638989).
6000
6001 2002-11-24 [paul]       0.8.6claws
6002
6003         * po/es.po
6004           po/pl.po
6005           po/ru.po
6006           po/sr.po
6007                 updated by Ricardo Mones Lastra,
6008                 Witold Wladyslaw Wojciech Wilk,
6009                 Ruslan N. Balkin, and  Urke MMI 
6010                 respectively
6011
6012 2002-11-24 [paul]       0.8.5claws182
6013
6014         * po/bg.po
6015                 updated by George Danchev
6016
6017 2002-11-23 [alfons]     0.8.5claws181
6018
6019         * src/imap.c
6020                 tiny memory leak found by browsing Dimitar's 
6021                 valgrind report
6022
6023 2002-11-23 [paul]       0.8.5claws180
6024
6025         * po/it.po
6026                 updated by Alessandro Maestri
6027
6028 2002-11-22 [christoph]  0.8.5claws179
6029
6030         * src/compose.c
6031         * src/inc.c
6032         * src/prefs_filtering.c
6033         * src/summaryview.c
6034                 more warning fixes
6035
6036 2002-11-22 [alfons]     0.8.5claws178
6037
6038         * src/summaryview.c
6039                 summary_execute_delete_func(): if message is deleted, make 
6040                 sure to also remove its entry in the subject hash table. 
6041                 fixes a corner case bug.
6042
6043 2002-11-22 [paul]       0.8.5claws177
6044
6045         * .cvsignore
6046                 add 'autom4te.cache'
6047                 
6048         * ltconfig      ** REMOVED **
6049                 not needed
6050
6051 2002-11-22 [paul]       0.8.5claws176
6052
6053         * src/textview.c
6054                 textview_set_font(): fix for message display in
6055                 UTF-8 locales (thanks to Sergey Vlasov).
6056                 
6057         * AUTHORS
6058                 add new team members and contributors
6059
6060
6061 2002-11-21 [colin]      0.8.5claws175
6062
6063         * src/procmsg.[ch]
6064                 Add procmsg_remove_special_headers()
6065         * src/mh.c
6066                 Use procmsg_remove_special_headers() for 
6067                 previous fix
6068
6069 2002-11-21 [colin]      0.8.5claws174
6070
6071         * src/mh.c
6072                 Fix moving/copying from queue/draft folders
6073                 for MH folders
6074
6075 2002-11-21 [christoph]  0.8.5claws173
6076
6077         * src/crash.c
6078         * src/filtering.c
6079         * src/logwindow.c
6080         * src/main.c
6081         * src/matcher_parser_lex.[hl]
6082         * src/mbox.c
6083         * src/mbox_folder.[ch]
6084         * src/prefs_filtering.c
6085         * src/procheader.c
6086         * src/quote_fmt_lex.l
6087         * src/ssl.c
6088                 fix all warnings except the warnings in lex and yacc files
6089
6090 2002-11-20 [christoph]  0.8.5claws172
6091
6092         * src/imap.c
6093                 fix MsgInfo retrieval for IMAP draft and queue folders
6094                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6095
6096 2002-11-19 [christoph]  0.8.5claws171
6097
6098         * src/compose.c
6099                 fix segfault, when draft saving does not get
6100                 the MsgInfo of the new message
6101                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6102
6103 2002-11-19 [christoph]  0.8.5claws170
6104
6105         * src/procmsg.c
6106                 add parameter check for flag setting function
6107                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6108
6109 2002-11-18 [paul]       0.8.5claws169
6110
6111         * src/compose.c
6112                 more sensitivity fixes to redirect mode:
6113                 * disable toolbar draft button
6114                 * allow only Address book in the Tools menu
6115                 * disable editing of message by the spell
6116                   checker
6117
6118 2002-11-18 [paul]       0.8.5claws168
6119
6120         * src/compose.c
6121                 fix sensitivity of menu items in compose_redirect():
6122                 allow only the necessary items 
6123
6124 2002-11-18 [paul]       0.8.5claws167
6125
6126         * src/compose.c
6127                 fix bug [ 603259 ] 'attachment got lost on bounce'
6128
6129 2002-11-18 [paul]       0.8.5claws166
6130
6131         * po/ru.po
6132                 updated by Ruslan N. Balkin <baron@dartel.ru>
6133
6134 2002-11-18 [colin]      0.8.5claws165
6135
6136         * src/main.c
6137           src/defs.h
6138                 Remove old filtering stuff
6139
6140
6141 2002-11-17 [oliver]     0.8.5claws164
6142
6143         * src/toolbar.h
6144                 remove not needed typedef 
6145
6146 2002-11-17 [oliver]     0.8.5claws163
6147
6148         * src/toolbar.c
6149                 make toolbar's on click events translatable
6150
6151 2002-11-15 [colin]      0.8.5claws162
6152
6153         * src/summaryview.c
6154                 Revert too-soon integration of a feature
6155
6156 2002-11-15 [christoph]  0.8.5claws161
6157
6158         * src/imap.c
6159                 use main's implementation of imap_get_msginfo
6160
6161 2002-11-15 [christoph]  0.8.5claws160
6162
6163         * src/compose.c
6164         * src/folder.[ch]
6165         * src/imap.c
6166         * src/mbox_folder.c
6167         * src/mh.c
6168         * src/news.c
6169         * src/procmsg.c
6170         * src/summaryview.c
6171                 replace claws' fetch_msginfo with main's get_msginfo
6172                 (use main's implementation where possible)
6173
6174 2002-11-15 [colin]      0.8.5claws159
6175
6176         * src/ssl_certificate.c
6177                 Missed a check
6178
6179 2002-11-16 [melvin]     0.8.5claws158
6180
6181         * po/fr.po
6182                 Updated French translations.
6183
6184 2002-11-16 [colin]      0.8.5claws157
6185
6186         * src/ssl_certificate.c
6187                 Check for missing parts in the certificates
6188
6189 2002-11-15 [colin]      0.8.5claws156
6190
6191         * src/folderview.c
6192                 Preventive fix (missing check) found by
6193                 Alfons
6194
6195 2002-11-15 [paul]
6196
6197         * NEWS
6198                 sync with 0.8.6 release
6199
6200 2002-11-15 [colin]      0.8.5claws155
6201
6202         * src/folder.[ch]
6203           src/folderview.c
6204                 Fix error handling of folder_item_move_to()
6205                 (thanks to Alfons!)
6206
6207 2002-11-15 [colin]      0.8.5claws154
6208
6209         * src/folder.[ch]
6210           src/folderview.c
6211                 folder_item_move_to() sets an error message instead
6212                 of having GUI stuff in folder.c
6213
6214 2002-11-15 [colin]      0.8.5claws153
6215
6216         * src/procmsg.[ch]
6217                 Implemented a callback for MsgInfo updates, 
6218                 heavily copy/pasted from Christoph's folder 
6219                 callback system
6220         * src/summaryview.[ch]
6221                 Register summary_update_msg as callback
6222
6223 2002-11-14 [colin]      0.8.5claws152
6224         
6225         * src/procmsg.c
6226                 Update the FolderItem after sending (fixes 617593)
6227
6228 2002-11-14 [christoph]  0.8.5claws151
6229
6230         * src/folder.c
6231                 fix wrong position of NULL pointer check found
6232                 by Sergey
6233
6234 2002-11-14 [christoph]  0.8.5claws150
6235
6236         * src/folder.c
6237                 fix segfault when deleting messages from IMAP folders
6238                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6239
6240 2002-11-14 [colin]      0.8.5claws149
6241
6242         * src/compose.c
6243                 Forwarding was also ignoring the folder's default account.
6244
6245 2002-11-14 [colin]      0.8.5claws148
6246
6247         * src/compose.c
6248                 Fix sent folder not set to folder properties when 
6249                 forwarding.
6250
6251 2002-11-14 [thorsten]   0.8.5claws147
6252
6253         * src/inc.c
6254                 inc_start(): Files were not moved from .processing to inbox,
6255                 if no global processing rule existed
6256
6257 2002-11-14 [colin]      0.8.5claws146
6258
6259         * src/ssl_certificate
6260                 Fix file operations
6261
6262 2002-11-14 [paul]       0.8.5claws145
6263
6264         * po/it.po
6265                 updated by Alessandro Maestri
6266
6267 2002-11-13 [alfons]     0.8.5claws144
6268
6269         * src/folder.c
6270                 folder_item_close(): only mark messages unread
6271                 when a folder has new messages 
6272
6273 2002-11-13 [keith]      0.8.5claws143
6274
6275         * src/imap.c
6276                 Fix problem moving or copying between
6277                 IMAP folders
6278
6279 2002-11-13 [colin]      0.8.5claws142
6280
6281         * src/matcher_parser_parse.y
6282                 Fix rule problem when " don't match
6283
6284 2002-11-13 [christoph]  0.8.5claws141
6285
6286         * src/folder.c
6287         * src/folderview.c
6288                 moved cache saving to folder_item_close
6289                 the folderview should not have to deal with
6290                 this things
6291
6292 2002-11-13 [christoph]  0.8.5claws140
6293
6294         * src/summaryview.c
6295                 moved setting of important score to
6296                 summary_set_prefs_from_folderitem
6297
6298 2002-11-13 [colin]      0.8.5claws139
6299
6300         * src/matcher_parser_parse.y
6301                 Fix a segfault in the parser (happening when
6302                 a good expression had been tested and a bad 
6303                 one arrives)
6304
6305 2002-11-13 [paul]       0.8.5claws138
6306
6307         * sync with 0.8.5cvs24
6308                 see ChangeLog 2002-11-13
6309                 
6310         * po/pt_BR.po
6311                 updated by Fabio Jr. Beneditto
6312
6313 2002-11-13 [colin]      0.8.5claws137
6314         
6315         * src/msgcache.c
6316           src/defs.h
6317           src/procmsg.[ch]
6318                 Revert last commit, problem
6319
6320 2002-11-13 [colin]      0.8.5claws136
6321
6322         * src/msgcache.c
6323                 Remove duplicated code
6324         * src/defs.h
6325                 Bumped CACHE_VERSION and MARK_VERSION
6326         * src/procmsg.[ch]
6327                 Network endian for cache and mark files
6328
6329 2002-11-12 [colin]      0.8.5claws135
6330
6331         * src/inc.c
6332                 Fix the "socket error" dialog which disappeared
6333
6334 2002-11-12 [colin]      0.8.5claws134
6335
6336         * src/msgcache.c
6337                 Reverse last commit which had performance 
6338                 problems, but still reverse the list
6339
6340 2002-11-12 [colin]      0.8.5claws133
6341
6342         * src/msgcache.c
6343                 Reverse list order
6344
6345 2002-11-12 [melvin]     0.8.5claws132
6346
6347         * src/compose.c
6348                 Added a check for a NULL prefs_common.dictionary
6349
6350 2002-11-12 [colin]      0.8.5claws131
6351
6352         * src/ssl_certificate.[ch]
6353                 Use FQDN hostname
6354
6355 2002-11-12 [colin]      0.8.5claws130
6356
6357         * src/ssl_certificate.[ch]
6358                 Take connection port into account for 
6359                 checking certificates (a single hostname
6360                 could have multiple servers with multiple
6361                 certificates)
6362         * src/ssl.c
6363                 Pass the port to ssl_certificate_check
6364
6365 2002-11-12 [paul]       0.8.5claws129
6366
6367         * src/folder.c
6368                 fix a typo in last commit
6369
6370 2002-11-12 [paul]       0.8.5claws128
6371
6372         * sync with 0.8.5cvs23
6373                 see ChangeLog entry 2002-11-12
6374
6375 2002-11-11 [colin]      0.8.5claws127
6376
6377         * src/ssl_certificate.c
6378                 Cleaner messages
6379                 Don't popup, instead log error, if the 
6380                 corresponding pref is checked
6381         * src/ssl_certificate.h
6382                 include <openssl/objects/h>
6383
6384 2002-11-11 [colin]      0.8.5claws126
6385
6386         * src/ssl_certificate.h
6387                 _Really_ clean it
6388
6389 2002-11-11 [colin]      0.8.5claws125
6390         
6391         * src/ssl_certificate.c
6392                 Fixed leak
6393
6394 2002-11-11 [colin]      0.8.5claws124
6395
6396         * src/ssl.c
6397                 Cleaned a bit
6398         * src/ssl_certificate.[ch]
6399                 Cleaned a bit (better use of SSL API)
6400                 (This will cause non-recognition of saved 
6401                  certificates of claws12[23]...)
6402
6403 2002-11-11 [paul]       0.8.5claws123
6404         
6405         * po/es.po
6406                 updated by Ricardo Mones Lastra
6407
6408 2002-11-11 [colin]      0.8.5claws122
6409
6410         * src/ssl.c
6411                 Fix a typo
6412
6413 2002-11-11 [colin]      0.8.5claws121
6414
6415         * src/ssl_certificate.[ch] ** NEW FILES **
6416         * src/ssl.[ch]
6417                 Check SSL certificates presented to us
6418         * src/Makefile.am
6419                 Add ssl_certificate.[ch]
6420         * po/POTFILES.in
6421                 Add ssl_certificate.c
6422
6423 2002-11-11 [paul]       0.8.5claws120
6424
6425         * sync with 0.8.5cvs22
6426                 see ChangeLog 2002-11-11
6427
6428 2002-11-11 [paul]       0.8.5claws119
6429
6430         * sync with 0.8.5cvs21
6431                 see ChangeLog 2002-11-11
6432
6433 2002-11-10 [jens]       0.8.5claws118
6434
6435         * src/folder.c
6436         * src/folderview.c
6437                 corrected some typing
6438         * po/de.po
6439                 updated german translation
6440         * sylpheed.spec.in
6441                 cleaned up specfile and adjusted it for claws
6442
6443 2002-11-10 [colin]      0.8.5claws117
6444
6445         * src/summaryview.c
6446                 a STATUSBAR_PUSH/POP fix
6447
6448 2002-11-10 [colin]      0.8.5claws116
6449
6450         * src/prefs_folder_item.c
6451                 Fix hanging after opening folder properties
6452
6453 2002-11-10 [hoa]        0.8.5claws115
6454
6455         * src/matcher_parser_lex.l
6456         * src/matcher_parser_parse.y
6457                 config file for scoring and filtering is no more trashed
6458                 when there is a syntax error in a filtering rule when
6459                 editing it in a dialog.
6460
6461 2002-11-09 [colin]      0.8.5claws114
6462
6463         * src/mbox_folder.c
6464                 Added missing initialisation of folder->destroy()
6465
6466 2002-11-09 [colin]      0.8.5claws113
6467
6468         * src/folder.c
6469           src/folderview.c
6470                 Fix the status bar messages
6471
6472 2002-11-09 [colin]      0.8.5claws112
6473
6474         * src/folderview.c
6475                 Fix hangs after folder dnd, happening after 
6476                 claws109.
6477
6478 2002-11-09 [christoph]  0.8.5claws111
6479
6480         * src/folderview.c
6481                 just changed order of calls (reverse order of
6482                 associated calls)
6483         * src/inc.c
6484                 lock inc when checking only one account, otherwise
6485                 inc all could be executed at the same time
6486
6487 2002-11-09 [christoph]  0.8.5claws110
6488
6489         * src/folderview.c
6490                 better unlock the mouse cursor before calling
6491                 summary_show because it changes the cursor too
6492
6493 2002-11-09 [christoph]  0.8.5claws109
6494
6495         * src/folder.[ch]
6496         * src/folderview.c
6497                 add functions to open and close a folder
6498                 o opending will execute scanning for remote folders
6499                   and processing
6500                 o closing will unset new flag for messages
6501
6502 2002-11-09 [colin]      0.8.5claws108
6503
6504         * src/folder.c
6505                 Add a call to prefs_matcher_write_config to 
6506                 avoid non-leaf folders filtering settings to be
6507                 lost
6508
6509 2002-11-09 [paul]       0.8.5claws107
6510
6511         * src/prefs_account.c
6512                 re-word a label
6513
6514 2002-11-09 [colin]      0.8.5claws106
6515
6516         * src/folderview.c
6517                 Minor esthetic fix
6518
6519 2002-11-09 [colin]      0.8.5claws105
6520
6521         * src/folderview.c
6522                 Fix prefs_filtering deletion for MH folders (same
6523                 reason as below)
6524         * src/prefs_filtering.c
6525                 Fix prefs_filtering renaming and deletion for 
6526                 folder-based processing rules.  
6527
6528 2002-11-09 [christoph]  0.8.5claws104
6529
6530         * src/compose.c
6531         * src/folder.[ch]
6532         * src/folderview.[ch]
6533         * src/import.c
6534         * src/inc.c
6535         * src/main.c
6536         * src/mainwindow.c
6537         * src/messageview.c
6538         * src/prefs_folder_item.c
6539         * src/procmsg.c
6540         * src/summaryview.c
6541                 implement a callback system for folder item updates
6542
6543 2002-11-09 [colin]      0.8.5claws103
6544
6545         * src/folderview.c
6546                 Fix prefs_filtering renaming for MH folders (we
6547                 shouldn't rename by path as another folder could
6548                 have the same hierarchy).
6549
6550 2002-11-09 [colin]      0.8.5claws102
6551
6552         * src/folder.c
6553                 Fix a leak found by Christoph, use better variable
6554                 names
6555
6556 2002-11-09 [colin]      0.8.5claws101
6557
6558         * src/folder.c
6559                 One more fix for processing rules
6560
6561 2002-11-08 [colin]      0.8.5claws100
6562         
6563         * src/matcher.c
6564                 Don't copy the compiled regexp (will be reevaluated)
6565         * src/folderview.c
6566                 Lock folderview while moving
6567         * src/folder.c
6568                 Provide info on what's happening to the user
6569
6570 2002-11-08 [colin]      0.8.5claws99
6571
6572         * src/folderview.c
6573                 Fix folder reordering after a move if parent is 
6574                 root
6575         * src/scoring.[ch]
6576                 Add function to copy a ScoringProp
6577         * src/prefs_folder_item.c
6578                 Copy scoring rules when copying a folder prefs
6579
6580 2002-11-08 [colin]      0.8.5claws98
6581
6582         * src/folderview.c
6583                 Fixes in case of failure
6584         * src/filtering.[ch]    
6585                 Add function to duplicate a FilteringProp
6586         * src/matcher.[ch]
6587                 Add function to duplicate a MatcherProp
6588         * src/prefs_folder_item.c
6589                 Save folder's processing rules when copying 
6590                 its prefs
6591
6592 2002-11-08 [colin]      0.8.5claws97
6593         
6594         * src/folderview.c
6595                 Sort after move
6596         * src/folder.c 
6597                 Change a printf to debug_print
6598
6599 2002-11-08 [colin]      0.8.5claws96
6600
6601         * src/folder.c
6602           src/folderview.c
6603                 Fix segfaults, call me stupido
6604         
6605
6606 2002-11-08 [colin]      0.8.5claws95
6607
6608         *src/folder.c
6609                 Added forgotten prefs to save when moving folders
6610
6611 2002-11-08 [colin]      0.8.5claws94
6612
6613         * src/folder.c
6614                 Fixes to folder DND (prefs copy)
6615         * src/folderview.c
6616                 Optimization for folder DND (don't rescan whole tree)
6617                 Added folderview_create_folder_node() for this 
6618                 optimization, so de-duped a bit the code
6619         * src/prefs_folder_item.[ch]
6620                 Added prefs_folder_item_copy_prefs()    
6621           
6622 2002-11-08 [paul]       0.8.5claws93
6623
6624         * src/prefs_account.c
6625           tools/README
6626           tools/kmail2sylpheed_v2.pl
6627                 correct some typos
6628
6629 2002-11-08 [paul]       0.8.5claws92
6630
6631         * src/compose.c
6632           src/prefs_account.[ch]
6633                 remove account options 'clearsign' and 'ascii_armored',
6634                 replace with 'default_gnupg_mode' to prevent mixed-mode
6635                 Privacy settings
6636
6637 2002-11-08 [paul]       0.8.5claws91
6638
6639         * src/compose.[ch]
6640                 re-implement GnuPG 'on-the-fly' mode selection,
6641                 disallow mixed-mode
6642
6643 2002-11-08 [colin]      0.8.5claws90
6644
6645         * src/folderview.c
6646           src/prefs_folder_item.c
6647                 Change "Property" to "Properties"
6648
6649 2002-11-07 [colin]      0.8.5claws89
6650
6651         * src/folderview.c
6652           src/folder.c
6653                 Allow folder dropping to a root folder
6654
6655 2002-11-07 [paul]       0.8.5claws88
6656
6657         * src/compose.c
6658                 revert last commit
6659
6660 2002-11-07 [paul]       0.8.5claws87
6661
6662         * src/compose.c
6663                 fix reply-to-list bug. closes bug report
6664                 "[633382] reply-to-list broken in recent cvs"
6665
6666 2002-11-07 [paul]       0.8.5claws86
6667
6668         * src/compose.c
6669                 add a forgotten '#if USE_GPGME ... #endif'
6670
6671 2002-11-07 [paul]       0.8.5claws85
6672
6673         * sync with 0.8.5cvs20
6674                 see ChangeLog 2002-11-07
6675
6676 2002-11-07 [colin]      0.8.5claws84
6677
6678         * src/folder.[ch]
6679                 Change folder_item_move_to to return the newly 
6680                 created folderitem.
6681         * src/folderview.c
6682                 Select the new folderitem after moving.
6683
6684 2002-11-07 [colin]      0.8.5claws83
6685
6686         * src/prefs_filtering.c
6687                 Fix rule rewriting when moving a leaf folder to a 
6688                 shorter path
6689
6690 2002-11-07 [colin]      0.8.5claws82
6691
6692         * src/prefs_filtering.c
6693                 fix a leak
6694
6695 2002-11-07 [colin]      0.8.5claws81
6696
6697         * src/folder.[ch]
6698                 Add folder_item_move_to() function to move a 
6699                 folderitem into another one (updates matcher etc)
6700         * src/folderview.c
6701                 Add folder drag'n drop (context menu to come)
6702                 [Should be dataloss free, but Please backup before 
6703                  trying !]
6704
6705 2002-11-06 [colin]      0.8.5claws80
6706
6707         * src/mh.c
6708                 mh_create_folder() returns NULL if can't create
6709                 directory hierarchy
6710
6711 2002-11-06 [paul]       0.8.5claws79
6712
6713         * src/compose.[ch]
6714                 allow 'on-the-fly' changing of the type of encryption 
6715                 and/or signing used (mime/ascii) via the compose window
6716
6717 2002-11-06 [paul]       0.8.5claws78
6718
6719         * sync with 0.8.5cvs19
6720                 see ChangeLog 2002-11-06 for src/account.c: 
6721                 account_get_special_folder()
6722                 
6723 2002-11-05 [alfons]     0.8.5claws77
6724
6725         * src/crash.c
6726                 very minor cleanups: nothing to see here, move on. :-)
6727
6728 2002-11-05 [colin]      0.8.5claws76
6729
6730         * src/main.c
6731                 Changes choices if compose windows are opened to
6732                 Discard, Draft, Don't quit
6733
6734 2002-11-05 [thorsten]   0.8.5claws75
6735
6736         * src/compose.c
6737                 reenabled default_reply_to folder option
6738
6739 2002-11-05 [colin]      0.8.5claws74
6740
6741         * src/compose.[ch] 
6742                 add compose_draft()
6743         * src/crash.c
6744                 add SIGTERM handler
6745         * src/main.[ch]
6746                 add clean_quit() for the SIGTERM handler
6747
6748 2002-11-05 [paul]       0.8.5claws73
6749         
6750         * po/es.po
6751                 updated by Ricardo Mones Lastra
6752
6753 2002-11-05 [melvin]     0.8.5claws72
6754
6755         * src/logwindow.c
6756                 Fixed log-clipping bug #616795.
6757                 To stop logging in the log window use 0 length.
6758         * src/prefs_common.c
6759                 Added a label to inform about the 0 log length behaviour.
6760
6761 2002-11-05 [paul]       0.8.5claws71
6762
6763         * sync with 0.8.5cvs17
6764                 see ChangeLog 2002-11-05
6765
6766 2002-11-04 [paul]       0.8.5claws70
6767
6768         * sylpheed-128x128.png
6769           sylpheed-64x64.png
6770           sylpheed.png
6771                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6772                 <nikai@users.sourceforge.net>
6773                 
6774         * po/bg.po
6775                 updated by George Danchev
6776
6777 2002-11-03 [thorsten]   0.8.5claws69
6778
6779         * src/main.c
6780           src/mimeview.c
6781           src/rfc2015.h
6782                 add check if gpg is active
6783
6784 2002-11-03 [thorsten]   0.8.5claws68
6785
6786         * src/toolbar.h
6787                 removed GSList declaration causing trouble on MacOS-X
6788                 (submitted by alfons, reported by xfesty)
6789
6790 2002-11-01 [paul]       0.8.5claws67
6791
6792         * src/mainwindow.c
6793                 remove last remnants of main's filter code
6794
6795 2002-11-01 [paul]       0.8.5claws66
6796
6797         * tools/filter_conv.pl
6798                 fix bug where user-defined headers were ignored
6799
6800 2002-11-01 [paul]       0.8.5claws65
6801
6802         * src/logwindow.c
6803                 make a debug_print() not translatable
6804
6805 2002-10-31 [melvin]     0.8.5claws64
6806
6807         * ac/aspell.m4
6808                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6809                 not run any GNU/aspell test.  The dictionary path will
6810                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6811                 was given, in which case, it will be $prefix/lib/aspell/
6812         * configure.in
6813                 Fixed typo in commentary (Aspell code).
6814
6815 2002-10-31 [paul]       0.8.5claws63
6816
6817         * po/POTFILES.in
6818                 remove src/filter.c and src/prefs_filter.c
6819                 thanks to Ricardo for reminding me
6820
6821 2002-10-31 [colin]      0.8.5claws62
6822
6823         * src/mbox_folder.c
6824                 Plug some leaks
6825
6826 2002-10-31 [paul]       0.8.5claws61
6827
6828         * src/prefs_filter.[ch] ** REMOVED **
6829           src/filter.[ch]       ** REMOVED **
6830           
6831         * src/Makefile.am
6832           src/folderview.c
6833           src/inc.c
6834           src/main.c
6835           src/mainwindow.c
6836           src/mbox.c
6837           src/prefs_common.c
6838           src/prefs_filtering.c
6839           src/summaryview.[ch]
6840                 remove main's 'filter' code
6841                 
6842         README.claws
6843                 update to reflect removal of main's filter
6844
6845 2002-10-31 [paul]       0.8.5claws60
6846
6847         * src/summaryview.c
6848                 remove check for global_processing in summary_filter_open(). 
6849                 This fixes the bug where if the user uses the right-click 
6850                 'Create filter rule...' and doesn't have any filter rules 
6851                 already defined in claws' advanced filtering, the newly 
6852                 created filter rule goes to main's filtering which is 
6853                 inaccessible through the gui. Now the filter rule gets added
6854                 to claws' filtering by default.
6855
6856 2002-10-28 [melvin]     0.8.5claws59
6857
6858         * src/prefs_actions.c
6859                 Fixed bug #627322 where MIME parts were not always
6860                 correctly passed to a %p action
6861                 Display an error dialog when message filename is not found.
6862
6863 2002-10-28 [melvin]     0.8.5claws58
6864
6865         * src/prefs_common.c
6866                 Readded a missing function declaration lost in 0.8.3claws34
6867
6868 2002-10-28 [paul]       0.8.5claws57
6869
6870         * sync with 0.8.5cvs15
6871                 see ChangeLog 2002-10-28 and 2002-10-25
6872                 
6873         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6874
6875 2002-10-27 [oliver]     0.8.5claws56
6876
6877         * src/pop.c
6878                 plug leak in pop3_top_recv
6879
6880 2002-10-26 [christoph]  0.8.5claws55
6881
6882         * src/folder.c
6883                 set need_update folder flag when messages are added
6884                 (closes bug [ 626922 ] folder not updated after receiving)
6885
6886 2002-10-25 [melvin]     0.8.5claws54
6887
6888         * src/imageview.c
6889                 Fixed a memleak introduced in the scaling code.
6890
6891 2002-10-24 [alfons]     0.8.5claws53
6892
6893         * src/filtering.c
6894                 make filtering's forward message action forward from the 
6895                 correct account
6896                 (closes bug [628089 ] Filter -> Forward from address problem
6897                 reported by Oktay)
6898
6899 2002-10-24 [christoph]  0.8.5claws52
6900
6901         * src/mainwindow.c
6902         * src/manual.[ch]
6903                 o use manual of current locale or english if current
6904                   locale is not available (and english is available)
6905                 o also link to sylpheed doc project manuals
6906
6907 2002-10-23 [paul]       0.8.5claws51
6908
6909         * tools/README
6910           tools/kmail2sylpheed_v2.pl
6911                 add new version of kmail addressbook importer script.
6912                 works with newer versions of Kmail/KAddressBook which
6913                 have new and rearranged data.
6914
6915 2002-10-23 [martin]     0.8.5claws50
6916
6917         * src/folderview.c
6918         * src/summaryview.c
6919         * src/utils.h
6920         * src/utils.c
6921                 added length parameter to get_abbrev_newsgroup_name()
6922                 changed this function so that it abbreviates the newsgroup
6923                 names only so long it is smaller than the length parameter
6924                 (for better reading of some newsgroup names and space efficiency)
6925
6926 2002-10-22 [colin]      0.8.5claws49
6927
6928         *src/foldersel.c
6929                 Revert Alfons' last modification (after voting ;-))
6930
6931 2002-10-21 [alfons]     0.8.5claws48
6932
6933         * src/foldersel.c
6934                 folder view in folder selection dialog reflects state of
6935                 folder view in main window
6936
6937 2002-10-18 [alfons]     0.8.5claws47
6938
6939         * src/mbox.c
6940                 drop imported messages in folder selected by user,
6941                 and not in the inbox
6942                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6943
6944 2002-10-18 [alfons]     0.8.5claws46
6945
6946         * src/compose.c
6947                 make automagic reply work correctly for email accounts 
6948                 (whether it's viable to do a full sync with Hiro's 
6949                 compose.c is still under discussion)
6950
6951 2002-10-18 [melvin]     0.8.5claws45
6952
6953         * src/prefs_actions.c
6954                 Fixed bug #622275 where asynchroneous actions left 
6955                 zombies processes
6956                 Made (synchroneous) actions' input be displayed live.
6957
6958 2002-10-18 [christoph]  0.8.5claws44
6959
6960         * src/textview.c
6961                 don't add a newline in the textview in front of the
6962                 first textpart if header display is disabled
6963                 (closes bug [ 603385 ] disabled header display leaves blank
6964                  lin)
6965
6966 2002-10-18 [christoph]  0.8.5claws43
6967
6968         * src/folder.[ch]
6969         * src/imap.c
6970         * src/mbox_folder.c
6971         * src/mh.c
6972         * src/news.c
6973                 folder->get_num_list now returns an error code
6974                 (closes bug [ 609424 ] News cache cleared on failure)
6975                 
6976 2002-10-17 [colin]      0.8.5claws42
6977         
6978         * src/news.c
6979                 Changed a printf by debug_print
6980
6981 2002-10-16 [paul]       
6982
6983         * tools/OOo2sylpheed.pl
6984                 allow for spaces in the name of the
6985                 file to be attached.
6986
6987 2002-10-16 [colin]      0.8.5claws41
6988
6989         * src/main.c
6990                 Use a tristate to change online mode
6991
6992 2002-10-16 [paul]       0.8.5claws40
6993
6994         * po/es.po
6995                 updated by Ricardo Mones Lastra
6996
6997 2002-10-16 [colin]      0.8.5claws39
6998
6999         * src/main.c
7000           src/mainwindow.[ch]
7001                 Added --online and --offline command-line
7002                 switches
7003
7004 2002-10-15 [christoph]  0.8.5claws38
7005
7006         * src/procmime.c
7007                 set mimeinfo->name to NULL after g_free to
7008                 avoid double freeing with g_free
7009
7010 2002-10-14 [christoph]  0.8.5claws37
7011
7012         * src/compose.c
7013         * src/filtering.c
7014         * src/summaryview.c
7015                 remove calls to folder->change_flags that are now
7016                 done by procmsg flag functions (seems it is not
7017                 used by any foldertype anyway)
7018         * src/folder.c
7019                 init folder->change_flags with NULL
7020
7021 2002-10-14 [christoph]  0.8.5claws36
7022
7023         * src/folder.[ch]
7024         * src/imap.[ch]
7025                 use virtual functions for folder item new and destroy
7026                 functions
7027
7028 2002-10-14 [melvin]     0.8.5claws35
7029
7030         * src/compose.c
7031                 Added a test to not run the spell checker if no default
7032                 dictionary is available. No dialog is displayed though.
7033
7034 2002-10-14 [melvin]     0.8.5claws34
7035
7036         * src/gtkaspell.c
7037                 Fixed bug in dictionary list context menu where
7038                 "More..." pointed to an emtpy submenu if the
7039                 number of dictionaries is a multiple of 15
7040                 Removed unneeded code in suggestions list creation
7041
7042 2002-10-14 [paul]       0.8.5claws33
7043
7044         * po/bg.po
7045                 updated by George Danchev
7046
7047 2002-10-13 [hoa]        0.8.5claws32
7048
7049         * src/matcher.[ch]
7050           src/matcher_parser_parser.y
7051                 removed the escaped string from internal structure
7052                 of matcher.
7053
7054 2002-10-12 [colin]      0.8.5claws31
7055
7056         * src/gtksctree.[ch]
7057           src/summaryview.c
7058                 Removed useless function gtksctree_reanchor
7059
7060 2002-10-12 [alfons]     0.8.5claws30
7061         
7062         * sync with remaining main changes 2002-10-09 - 2002-10-11
7063         - drop changes to src/compose.c (requires claws specific changes)
7064         
7065 2002-10-12 [alfons]     0.8.5claws29
7066         
7067         * sync with main changes of 2002-10-08
7068         - drop changes to src/compose.c (requires claws specific changes)
7069         - drop changes to src/summaryview.c (requires changes to compose.c)     
7070
7071 2002-10-12 [alfons]     0.8.5claws28
7072         
7073         * sync with main changes of 2002-10-07
7074
7075 2002-10-12 [alfons]     0.8.5claws27
7076
7077         * sync with main changes of 2002-10-04
7078         - drop changes to src/compose.c (requires claws specific changes)
7079         - drop changes to src/prefs_folder_item.c (claws implementation
7080           seems to be working)
7081
7082 2002-10-12 [colin]      0.8.5claws26
7083
7084         * src/mainwindow.c
7085                 Fix folder-flicker when space-reading, introduced 
7086                 in claws22.
7087
7088 2002-10-12 [colin]      0.8.5claws25
7089
7090         * src/compose.c
7091                 Save account address when saving as draft.
7092                 (closes bug 621838)
7093
7094 2002-10-12 [colin]      0.8.5claws24
7095
7096         * src/summaryview.c
7097                 Fix the problem consisting of no message selected
7098                 after the last message in a folder has been moved.
7099
7100 2002-10-12 [paul]       0.8.5claws23
7101
7102         * src/compose.c
7103           src/prefs_template.c
7104           src/template.[ch]
7105                 add Cc and Bcc to templates. Patch submitted by
7106                 John L. Males.
7107
7108 2002-10-12 [colin]      0.8.5claws22
7109
7110         * src/folderview.c
7111                 Fix a bug after "Check for new messages":
7112                 If a folder was opened, it was still selected at
7113                 the end of the check, but displayed empty.
7114         * src/mainwindow.c
7115                 Remove unnecessary check
7116
7117 2002-10-12 [paul]
7118
7119         * tools/README
7120                 be more verbose in the description of
7121                 OOo2sylpheed.pl
7122                 
7123
7124 2002-10-11 [colin]      0.8.5claws21
7125
7126         * src/mainwindow.c
7127                 Make space work (better) when no mail is selected
7128
7129 2002-10-11 [colin]      0.8.5claws20
7130
7131         * src/inc.c
7132           src/news.c
7133                 fix warnings
7134
7135 2002-10-11 [colin]      0.8.5claws19
7136
7137         * src/mainwindow.c
7138                 revert 0.8.5claws6 changes as i couldn't get to
7139                 anything satisfying
7140
7141 2002-10-11 [melvin]     0.8.5claws18
7142
7143         * src/compose.c
7144                 Removed buggy and unused macro (should have been committed in
7145                 0.8.5claws17)
7146
7147 2002-10-11 [melvin]     0.8.5claws17
7148
7149         * src/compose.c
7150                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7151
7152 2002-10-11 [thorsten]   0.8.5claws16 
7153
7154         * src/folderview.c
7155                 remove rescan warning
7156
7157 2002-10-11 [colin]      0.8.5claws15 
7158
7159         * src/procheader.c
7160                 fix a segfault that happens if conv_unmime_header
7161                 fails (should be better to find out why it fails)
7162
7163 2002-10-11 [christoph]  0.8.5claws14
7164
7165         * src/summaryview.c
7166                 update folderview stats after ignore/unignore thread
7167
7168 2002-10-11 [hoa]        0.8.5claws13
7169
7170         * src/quote_fmt_parse.y
7171                 Fixed a yacc/bison syntax error
7172         * src/matcher.c
7173                 Escaping of string is fixed.
7174
7175 2002-10-11 [colin]      0.8.5claws12
7176
7177         * src/imageview.c
7178                 Resize images to fit
7179
7180 2002-10-11 [paul]       0.8.5claws11
7181
7182         * po/es.po
7183                 updated by Ricardo Mones Lastra
7184
7185 2002-10-10 [alfons]     0.8.5claws10
7186
7187         * src/compose.c
7188                 allow dropping files by "moving" files from a file manager,
7189                 not only by the more cumbersome "copying". the latter 
7190                 mostly implies holding down the Control button
7191
7192 2002-10-10 [christoph]  0.8.5claws9
7193
7194         * src/summaryview.c
7195                 update folders after thread building for ignored threads
7196
7197 2002-10-10 [christoph]  0.8.5claws8
7198
7199         * config/.cvsignore
7200                 added Makefile
7201         * src/filtering.[ch]
7202         * src/folder.[ch]
7203         * src/folderview.[ch]
7204         * src/import.c
7205         * src/inc.[ch]
7206         * src/mbox.[ch]
7207         * src/procmsg.c
7208         * src/summaryview.[ch]
7209                 o added new flag need_update to FolderItem
7210                 o removed folder_table from various functions from tracking
7211                   folder updates
7212                 o set need_update flags in folder.c's move, copy and delete
7213                   functions and procmsg's flags functions
7214                 o added function folderview_update_items_when_required that
7215                   updates all folders with need_update set
7216                 o call folderview_update_items_when_required instead of
7217                   folderview_update_item_foreach
7218
7219 2002-10-09 [sergey]     0.8.5claws7
7220
7221         * src/compose.c
7222                 Strip CRs whel loading the text into editor in reedit mode.
7223
7224 2002-10-09 [colin]      0.8.5claws6
7225
7226         * src/mainwindow.c
7227                 Make Space work when no mail is selected
7228
7229 2002-10-09 [colin]      0.8.5claws5
7230
7231         * src/gtksctree.[ch]
7232                 Fix range_select
7233                 Add gtk_sctree_reanchor() 
7234         * src/summaryview.c
7235                 Use gtk_sctree_reanchor() - better fix for 
7236                 bug 60413
7237
7238 2002-10-09 [colin]      0.8.5claws4
7239
7240         * src/summaryview.c
7241                 Fix shift-click select after delete problem
7242                 (closes bug 60413)
7243
7244 2002-10-08 [thorsten]   0.8.5claws3
7245
7246         * src/summaryview.c
7247                 exclude current msg from -hide read messages-
7248
7249 2002-10-08 [colin]      0.8.5claws2
7250
7251         * src/inc.[ch]
7252           src/pop.c
7253           src/recv.c
7254                 Differentiate socket errors from disk full
7255                 errors
7256
7257 2002-10-08 [christoph]  0.8.5claws1
7258
7259         * Makefile.am
7260         * configure.in
7261                 modifications for new config directory
7262
7263         * config.guess  ** REMOVED **
7264         * config.sub    ** REMOVED **
7265         * install-sh    ** REMOVED **
7266         * ltmain.sh     ** REMOVED **
7267         * missing       ** REMOVED **
7268         * mkinstalldirs ** REMOVED **
7269                 these files are autogenerated by automake
7270                 when you run autogen.sh
7271
7272         * config/.cvsignore     ** NEW FILE **
7273         * config/Makefile.am    ** NEW FILE **
7274                 ignore autogenerated files
7275                 create a Makefile in this directory
7276
7277 2002-10-08 [paul]       0.8.5claws
7278
7279         * 0.8.5claws release
7280         
7281         * src/compose.c
7282           src/procheader.c
7283           src/procmsg.c
7284                 fix quote reply format for newsgroups reply bug
7285                 (thanks to Hoa)
7286                 
7287         * po/en_GB.po
7288           po/pl.po
7289                 updated by me and Witold Wladyslaw Wojciech Wilk
7290                 repectively
7291
7292 2002-10-07 [paul]       0.8.3claws53
7293
7294         * po/it.po
7295           po/pt_BR.po
7296           po/sr.po
7297                 updated messages catalogs, submitted by
7298                 Alessandro Maestri, Fabio Jr.Beneditto 
7299                 and Urke MMI, respectively.
7300
7301 2002-10-07 [christoph]  0.8.3claws52
7302
7303         * src/folder.[ch]
7304         * src/folderview.c
7305         * src/mainwindow.c
7306                 fix new folder ghost message bug
7307                 (closes bug [ 619722 ] wrong count for newly created folders)
7308
7309 2002-10-07 [christoph]  0.8.3claws51
7310
7311         * src/compose.c
7312                 fix news posting problem
7313
7314 2002-10-07 [melvin]     0.8.3claws50
7315
7316         * po/fr.po
7317                 Updated French translation
7318
7319 2002-10-05 [christoph]  0.8.3claws49
7320
7321         * src/gtkstext.c
7322                 check if line_start_cache is set in gtk_stext_update_text
7323                 (closes bug [ 618119 ] crash while doing search in folder)
7324
7325 2002-10-05 [christoph]  0.8.3claws48
7326
7327         * src/imap.c
7328         * src/news.c
7329         * src/utils.c
7330         * src/utils.h
7331                 implement cache cleanups for claws' folder system
7332                 (closes bug [ 595916 ] imapcache not cleaned up)
7333
7334 2002-10-05 [melvin]     0.8.3claws47
7335
7336         * src/prefs_actions.c
7337                 Made the help text more clear for the %p token
7338
7339 2002-10-04 [paul]       0.8.3claws46
7340
7341         * sync with 0.8.5
7342                 see ChangeLog 2002-10-02 and 2002-10-03
7343
7344 2002-10-04 [christoph]  0.8.3claws45
7345
7346         * src/inc.c
7347                 fix segfault caused by pop before smtp
7348                 call to inc_account_mail with NULL
7349                 pointer for mainwin
7350
7351 2002-10-04 [paul]       0.8.3claws44
7352
7353         * configure.in
7354                 sync the LDAP detection from 0.8.5cvs1
7355
7356 2002-10-02 [christoph]  0.8.3claws43
7357
7358         * po/de.po
7359                 fix small spelling error
7360
7361 2002-10-02 [melvin]     0.8.3claws42
7362
7363         * ac/aspell.m4
7364                 Behave better and say "no" when test program cannot be run.
7365
7366 2002-10-02 [paul]       0.8.3claws41
7367
7368         * sync with 0.8.4cvs1
7369                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7370                 
7371         * src/summaryview.c
7372                 toggle the behavior of Reply menuitem between
7373                 normal reply and reply-to-list
7374
7375 2002-10-01 [sergey]     0.8.3claws40
7376
7377         * src/compose.c
7378                 Convert newlines in the message text to the canonical form
7379                 before base64 encoding (RFC2045 compliance, fixes some
7380                 interoperability issues with Evolution 1.0.3)
7381
7382 2002-09-29 [colin]      0.8.3claws39
7383
7384         * src/summaryview.c
7385                 Fix an unwanted copy/paste
7386
7387 2002-09-29 [colin]      0.8.3claws38
7388
7389         * src/mainwindow.c
7390                 Renamed "Custom toolbar" to "Customize toolbar"
7391                 Renamed "Show all header" to "Show all headers"
7392                 Renamed "Set diplay item" to "Set displayed items"
7393         * src/prefs_common.c
7394                 Renamed "Show all header" to "Show all headers"
7395         * src/prefs_summary_column.c
7396                 Renamed "diplay item" to "displayed items"
7397
7398 2002-09-29 [colin]      0.8.3claws37
7399
7400         * src/mainwindow.[ch]
7401                 online/offline status pixmaps follow theme
7402                 changes
7403         * src/summaryview.[ch]
7404                 quicksearch pixmap follows theme changes
7405
7406 2002-09-29 [thorsten]   0.8.3claws36
7407
7408         * src/compose.c
7409           src/prefs_folder_item.[ch]
7410                 add default_reply_to folder option (closes patch 581044)
7411
7412 2002-09-29 [christoph]  0.8.3claws35
7413
7414         * acconfig.h    ** REMOVED **
7415         * configure.in
7416         * ac/aspell.m4
7417         * ac/check-type.m4
7418         * ac/gnupg-check-typedef.m4
7419                 fix autoheader 2.50 warning
7420
7421 2002-09-29 [christoph]  0.8.3claws34
7422
7423         * major code cleanup (part 2)
7424         
7425                 - unused variables removed
7426                 - unused functions removed
7427                 - uninitialized variables checked
7428                 - missing return statements added
7429                 - missing function return types added
7430                 - added parentheses around assignment
7431                   when suggested by gcc
7432
7433 2002-09-29 [alfons]     0.8.3claws33
7434
7435         * src/logwindow.c
7436                 log_window_clear(): only bracket gtk_text_forward_delete() 
7437                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7438                 works around GTK text bug)
7439
7440 2002-09-29 [paul]       0.8.3claws32
7441
7442         * po/bg.po
7443           po/sr.po
7444                 updated by George Danchev and Urke MMI
7445                 respectively
7446
7447 2002-09-27 [christoph]  0.8.3claws31
7448
7449         * doc-src/readme.txt
7450         * doc-src/rfc1806.txt   ** REMOVED **
7451         * doc-src/rfc2183.txt   ** NEW FILE **
7452         * doc-src/rfc2980.txt   ** NEW FILE **
7453                 update rfcs
7454
7455 2002-09-27 [melvin]     0.8.3claws30
7456
7457         * ac/aspell.m4
7458                 Fixed typo which could break linking
7459
7460 2002-09-27 [melvin]     0.8.3claws29
7461
7462         * ac/aspell.m4
7463                 Improved GNU/aspell checking. 
7464                 Fixed bug #614490
7465
7466 2002-09-27 [paul]       0.8.3claws28
7467
7468         * sync with 0.8.3cvs8
7469                 see ChangeLog 2002-09-27
7470
7471 2002-09-26 [colin]      0.8.3claws27
7472
7473         * src/toolbar.[ch]
7474           src/mainwindow.[ch]
7475                 Add "Reply to Mailing-list" to the toolbar
7476
7477 2002-09-26 [christoph]  0.8.3claws26
7478
7479         * src/summaryview.c
7480                 Fix wrong message counts in summaryview status
7481
7482 2002-09-26 [paul]       0.8.3claws25
7483
7484         * sync with 0.8.3cvs7
7485                 see ChangeLog 2002-09-26
7486
7487 2002-09-26 [paul]       0.8.3claws24
7488
7489         * sync with 0.8.3cvs6
7490                 see ChangeLog 2002-09-25
7491
7492 2002-09-25 [christoph]  0.8.3claws23
7493
7494         * src/prefs_common.c
7495         * src/prefs_folder_item.c
7496         * src/prefs_scoring.c
7497                 Renamed "kill score" to "hide score" in GUI
7498                 and prefs files
7499
7500 2002-09-25 [paul]       0.8.3claws22
7501
7502         * sync with 0.8.3cvs5
7503                 see ChangeLog 2002-09-24
7504
7505 2002-09-24 [alfons]     0.8.3claws21
7506
7507         patch by Satoshi Nagayasu: allows appending / saving multiple 
7508         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7509         'Save as ...'")
7510
7511         * AUTHORS
7512                 add Satoshi Nagayasu
7513         * src/summaryview.c
7514                 summary_save_as(): allow saving selected files to
7515                 one file
7516                 summary_set_menu_sensitive: enable "Save As..." when
7517                 multiple files are selected
7518         * src/utils.[ch]
7519                 append_file(): new function
7520
7521 2002-09-24 [colin]      0.8.3claws20
7522
7523         * src/procmime.c
7524                 Fix segfault when mimeinfo doesn't have a 
7525                 content_type. 
7526
7527 2002-09-24 [colin]      0.8.3claws19
7528
7529         * src/prefs_common.[ch]
7530                 Add a preference to display send dialog or not
7531         * src/send.c
7532                 Display send dialog according to preference
7533
7534 2002-09-24 [colin]      0.8.3claws18
7535
7536         * src/compose.[ch]
7537                 Disable user actions when sending
7538
7539 2002-09-24 [colin]      0.8.3claws17
7540
7541         * src/procmime.c
7542                 Do not display name or filename for attachments
7543                 with an application/pgp-signature type
7544                 (security flaw, see bug 537413)
7545
7546 2002-09-23 [colin]      0.8.3claws16
7547
7548         * src/editaddress.c
7549                 Initialize entry_email, entry_alias and 
7550                 entry_remarks to first email address of the list
7551
7552 2002-09-23 [colin]      0.83claws15
7553
7554         * src/compose.c
7555                 Drop pgp-signature when reediting a signed queued
7556                 message
7557
7558 2002-09-23 [melvin]     0.8.3claws14
7559
7560         * po/fr.po
7561                 Updated French translation
7562
7563 2002-09-23 [melvin]     0.8.3claws13
7564
7565         * src/mainwindow.c
7566                 Made custom toolbar menu labels more consistent
7567         * src/prefs_toolbar.c
7568                 Made custom toolbar window title more consistent
7569
7570 2002-09-22 [colin]      0.8.3claws12
7571
7572         * src/inc.c
7573                 Initialize session type to normal before getting 
7574                 mail (fixes strange Get behaviour)
7575         * src/prefs_account.h
7576                 Move STYPE_POP_BEFORE_SMTP to last position to 
7577                 avoid other side-effects
7578
7579 2002-09-22 [colin]      0.8.3claws11
7580
7581         * src/prefs_account.c
7582                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7583                 from pop3 to apop or vice-versa
7584
7585 2002-09-22 [colin]      0.8.3claws10
7586         
7587         * src/prefs_account.[ch]
7588                 Add an option for the POP before SMTP timeout
7589         * src/inc.c
7590                 Remember time of last POP connection
7591         * src/send.c
7592                 Do POP before SMTP only if timeout reached
7593
7594 2002-09-22 [oliver]     0.8.3claws9
7595         
7596         * README.claws
7597                 explain custom toolbar
7598
7599 2002-09-22 [oliver]     0.8.3claws8
7600
7601         * src/prefs_actions.[ch]
7602         custom toolbar for compose      
7603                 actions callback from compose toolbar
7604         * src/folderview.c
7605                 remove include toolbar.h
7606
7607 2002-09-22 [oliver]     0.8.3claws7
7608         
7609         * src/prefs_toolbar.[ch]
7610                 custom toolbar for compose
7611                 - generic prefs_toolbar handles both
7612                   Mainwin's toolbar as well as Compose toolbar          
7613
7614 2002-09-22 [oliver]     0.8.3claws6
7615         
7616         * src/toolbar.[ch]
7617                 custom toolbar for compose
7618                 restructure toolbar.[ch]
7619
7620 2002-09-22 [oliver]     0.8.3claws5
7621
7622         * src/compose.[ch]
7623                 custom toolbar for compose
7624
7625 2002-09-22 [oliver]     0.8.3claws4
7626         
7627         * src/mainwindow.[ch]
7628                 custom toolbar for compose 
7629                 move mainwin toolbar back to mainwindow
7630
7631 2002-09-22 [alfons]     0.8.3claws3
7632
7633         * src/procmsg.c
7634                 :%sno/if(/if (/gc
7635                 :%sno/for(/for (/gc
7636                 (beautify)
7637
7638 2002-09-22 [alfons]     0.8.3claws2
7639         
7640         * src/procmsg.c
7641                 procmsg_save_to_outbox(): don't unlink message file from queue;
7642                 callers should do it using folder_item_remove_msg()
7643
7644 2002-09-22 [colin]      0.8.3claws1
7645
7646         * src/mimeview.[ch]
7647                 Made mimeview_check_signature() public
7648         * src/textview.c
7649                 Made GPG signatures verifiable by clicking
7650                 the [application/pgp-signature] in the Text
7651                 view
7652
7653 2002-09-22 [paul]       0.8.3claws
7654
7655         * po/bg.po
7656           po/en_GB.po
7657           po/es.po
7658           po/it.po
7659           po/pl.po
7660           po/pt_BR.po
7661           po/sr.po
7662                 updated translations, submitted by George Danchev,
7663                 me, Ricardo Mones Lastra, Alessandro Maestri,
7664                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7665                 and Urke MMI, respectively.     
7666
7667 2002-09-22 [alfons]     0.8.2claws65
7668
7669         * src/procmsg.c
7670         * src/pgptext.c
7671                 no furry valgrinds have been used to plug these memleaks
7672
7673 2002-09-20 [paul]       0.8.2claws64
7674
7675         * sync with 0.8.3cvs4
7676                 'Select thread' re-implemented 
7677                 see ChangeLog 2002-09-20
7678
7679 2002-09-21 [alfons]     0.8.2claws63
7680
7681         * src/compose.c
7682                 compose_send(): plug unnoticed memleak
7683
7684 2002-09-20 [alfons]     0.8.2claws62
7685
7686         * src/addr_compl.c
7687                 replace_address_in_edit(): strict check for NULL address to
7688                 fix "[ 607348 ] Segfault in address completion". My guess is
7689                 that this happens with an empty address book, but it's good
7690                 to have this check here anyway
7691                 
7692                 completion_window_button_press(): free string returned 
7693                 from the internal cache
7694
7695 2002-09-20 [christoph]  0.8.2claws61
7696
7697         * src/procmime.h
7698                 added ENC_BINARY to EncodingType
7699         * src/procmime.c
7700                 the string returned by procmime_get_encoding_str
7701                 should not depend on the order of values in the
7702                 EncodingType definition
7703         * doc-src/rfc1806.txt   ** NEW FILE **
7704                 Added rfc1806 about MIME Content-Disposition
7705                 Extension
7706
7707 2002-09-19 [paul]       0.8.2claws60
7708
7709         * sync with 0.8.2cvs3
7710                 see ChangeLog 2002-09-19
7711
7712 2002-09-19 [paul]       0.8.2claws59
7713
7714         * src/prefs_folder_item.c
7715                 revert to Darko's original alignment of colour
7716                 selector button
7717                 add a colon to folder_color label
7718                 
7719         * src/compose.c
7720                 add Colin's patch (with Hiro's modifications) to 
7721                 force BASE64 encoding for 8-bit text when signing
7722                 (sync with 0.8.3cvs2)
7723
7724 2002-09-18 [alfons]     0.8.2claws58
7725
7726         * src/compose.c
7727                 :%sno/if(/if (/gc
7728                 :%sno/for(/for (/gc
7729                 (beautify a little bit)
7730
7731 2002-09-18 [christoph]  0.8.2claws57
7732
7733         * src/pine.c
7734                 fix handling of fgetc return value
7735
7736 2002-09-17 [alfons]     0.8.2claws56
7737         
7738         * src/summaryview.c
7739                 summary_sort(): check non-NULL summaryview->folder_item when no 
7740                 folder is selected at all
7741                 (closes "[ 610344 ] sort label make syl Crash")
7742
7743 2002-09-17 [alfons]     0.8.2claws55
7744         
7745         * src/compose.c
7746                 beautify a little bit
7747
7748 2002-09-17 [christoph]  0.8.2claws54
7749
7750         * src/folder.c
7751                 initialize max values for cache and folder
7752                 when cache or folder is empty
7753
7754 2002-09-15 [colin]      0.8.2claws53
7755
7756         * src/compose.c
7757                 Fix a leak (thanks Alfons!) and cleaned
7758                 variables names for custom headers
7759
7760 2002-09-15 [colin]      0.8.2claws52
7761
7762         * src/compose.c
7763                 Fix custom headers recognition when
7764                 prefs_common.trans_hdr is on
7765
7766 2002-09-15 [colin]      0.8.2claws51
7767
7768         * src/compose.c
7769                 Allow dynamically-added custom headers
7770                 Yet not reparsed if reedited
7771
7772 2002-09-15 [alfons]     0.8.2claws50
7773
7774         * src/prefs_account.c
7775                 fix warnings
7776
7777 2002-09-15 [colin]      0.8.2claws49
7778         
7779         * src/prefs_account.c
7780                 fix pop_before_smtp sensitivity
7781
7782 2002-09-15 [colin]      0.8.2claws48
7783
7784         * src/inc.[ch]
7785                 add inc_pop_before_smtp()
7786                 allow MainWindow to be undefined in 
7787                 inc_account_mail() and inc_start()
7788         * src/pop.c
7789           src/prefs_account.h
7790                 add STYPE_POP_BEFORE_SMTP session type
7791         * src/prefs_account.c
7792                 activated pop before smtp option
7793         * src/send.c
7794                 do pop before smtp if the relevant option 
7795                 is set
7796
7797 2002-09-15 [paul]       0.8.2claws47
7798
7799         * sync with 0.8.3
7800                 see ChangeLog 2002-09-15
7801
7802 2002-09-14 [paul]       0.8.2claws46
7803
7804         * po/bg.po
7805                 updated Bulgarian translation, submitted by
7806                 George Danchev
7807
7808 2002-09-13 [paul]       0.8.2claws45
7809
7810         * src/compose.c
7811                 merge claws' select_account() with main's
7812                 (new) compose_select_account(). [sync with
7813                 0.8.2cvs15, see ChangeLog 2002-09-11]
7814
7815 2002-09-12 [christoph]  0.8.2claws44
7816
7817         * src/filter.c
7818                 allocate 1 elements of FolderItem not 0
7819
7820 2002-09-12 [colin]      0.8.2claws43
7821
7822         * src/compose.c
7823                 Fix bug #590825 (obey Follow-up: poster)
7824
7825 2002-09-12 [colin]      0.8.2claws42
7826
7827         * src/procmime.c
7828                 Fix bug #557009 (wrong headers for messages 
7829                 forwarded as attachments)
7830
7831 2002-09-11 [colin]      0.8.2claws41
7832         
7833         * src/compose.c
7834                 Put SCF: pseudo-header on top of message
7835                 Set draft tmp_flag when saved as draft
7836
7837         * src/procmsg.c
7838           src/procheader.c
7839                 Skip after first \n\n for beginning of real message
7840                 for drafts too
7841
7842 2002-09-11 [christoph]  0.8.2claws40
7843
7844         * src/filtering.c
7845                 use procmsg flag functions in filtering or processing
7846                 will cause incorrect folder message counts
7847
7848 2002-09-11 [colin]      0.8.2claws39
7849
7850         * src/compose.c
7851                 Fix bug #550175 - wrong save folder when reediting
7852                 drafts
7853
7854 2002-09-11 [paul]       0.8.2claws38
7855
7856         * sync with 0.8.2cvs14
7857                 see ChangeLog 2002-09-11
7858
7859 2002-09-11 [colin]      0.8.2claws37
7860
7861         * src/folder.c
7862                 Fix a typo (seeming to cause new/unread status to
7863                 be lost)
7864
7865 2002-09-10 [christoph]  0.8.2claws36
7866
7867         * src/compose.c
7868                 compose_redirect should not use compose_generic_new
7869                 because that does more stuff than expected including
7870                 opening the external editor
7871                 (closes bug "[ 526608 ] bounced messages appear blank
7872                  in editor")
7873
7874 2002-09-10 [christoph]  0.8.2claws35
7875
7876         * src/folder.c
7877                 fix problem with too large message number range
7878                 causing a crash in folder_item_scan
7879
7880 2002-09-10 [paul]       0.8.2claws34
7881
7882         * sync with 0.8.2cvs13
7883                 see ChangeLog 2002-09-10
7884
7885 2002-09-10 [christoph]  0.8.2claws33
7886
7887         * src/msgcache.c
7888                 set MsgInfo TmpFlags for queue and draft folders
7889                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7890
7891 2002-09-10 [paul]       0.8.2claws32
7892
7893         * AUTHORS
7894           po/bg.po      ** NEW FILE **
7895                 new Bulgarian translation submitted by
7896                 George Danchev <danchev@spnet.net>
7897                 
7898         * tools/Makefile.am
7899           tools/README
7900           tools/tb2sylpheed     ** NEW FILE **
7901                 add script that converts an addressbook exported
7902                 from The Bat! into a Sylpheed addressbook. Submitted
7903                 by Urke MMI <urke-kg@eunet.yu>
7904
7905 2002-09-10 [paul]       0.8.2claws31
7906
7907         * sync with 0.8.2cvs12
7908                 see ChangeLog 2002-09-10
7909
7910 2002-09-06 [paul]       0.8.2claws30
7911
7912         * src/prefs_common.c
7913                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7914                 
7915         * tools/Makefile.am
7916           tools/README
7917           tools/ldif-to-xml.py  ** REMOVED **
7918                 remove obsolete python script
7919
7920 2002-09-06 [paul]       0.8.2claws29
7921
7922         * sync with 0.8.2cvs10
7923                 see ChangeLog 2002-09-06
7924
7925 2002-09-04 [paul]       0.8.2claws28
7926
7927         * sync with 0.8.2cvs9
7928                 see ChangeLog 2002-08-04
7929
7930 2002-09-04 [colin]      0.8.2claws27 
7931
7932         * src/prefs_common.[ch]
7933                 Added signature color configuration
7934         * src/textview.c
7935                 Use user-specified signature color
7936
7937 2002-09-03 [colin]      0.8.2claws26
7938
7939         * src/prefs_common.[ch]
7940                 Added autosave and autosave_length prefs
7941         * src/compose.c
7942                 Added compose_remove_draft()
7943                 Auto-save drafts according to the prefs
7944         * src/main.c
7945                 Added a crash-indicator file, allowing to check
7946                 for new messages on startup if Sylpheed crashed
7947                 (makes saved drafts "reappear")
7948
7949 2002-09-03 [colin]      0.8.2claws25
7950
7951         * src/textview.[ch]
7952                 Grey the signature
7953
7954 2002-09-03 [paul]       0.8.2claws24
7955
7956         * sync with 0.8.2cvs8
7957                 see ChangeLog 2002-09-02 and 2002-09-03
7958
7959 2002-09-03 [darko]      0.8.2claws23
7960
7961         * src/folderview.c
7962                 use normal style when creating new folder to pick
7963                 proper font size 
7964
7965 2002-09-02 [melvin]     0.8.2claws22
7966
7967         * src/gtkaspell.m4
7968                 removed some obsolete code
7969
7970 2002-09-02 [melvin]     0.8.2claws21
7971
7972         * ac/aspell.m4
7973                 fixed test's equality sign (== to =)
7974
7975 2002-09-02 [alfons]     0.8.2claws20
7976
7977         * src/folder.c
7978         * src/mh.c
7979                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7980                 as folder->destroy virtual as suggested by Hiro
7981                 (the mh.c code seems to have been lost around mh.c.1.21)
7982
7983 2002-09-02 [paul]       0.8.2claws19
7984
7985         * po/pt_BR.po
7986                 updated by Fabio Jr. Beneditto
7987                 
7988         * src/defs.h
7989                 use 'http://claws.sylpheed.org' for homepage link. 
7990                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7991
7992 2002-09-01 [alfons]     0.8.2claws18
7993
7994         * src/mh.c
7995                 plug memleak related to one Martin Kluge found
7996
7997 2002-08-31 [paul]       0.8.2claws17
7998
7999         * sync with 0.8.2cvs6
8000                 see ChangeLog 2002-08-30
8001
8002 2002-08-31 [alfons]     0.8.2claws16
8003
8004         * src/folder.c
8005                 folder_destroy(): remove mailbox from folderlist even if it has
8006                 no destroy virtual
8007
8008 2002-08-31 [alfons]     0.8.2claws15
8009
8010         * src/folder.c
8011                 :%sno/if(/if (/gc
8012                 :%sno/for(/for (/gc
8013                 (being pedantic I know)
8014
8015 2002-08-31 [alfons]     0.8.2claws14
8016
8017         * src/folder.c
8018                 check for NULL pointers returned from folder->fetch_msginfo virtual
8019                 (should solve some reported crashes)
8020
8021 2002-08-30 [alfons]     0.8.2claws13
8022
8023         * acconfig.h
8024         * configure.in
8025         * src/crash.c
8026                 enable crash dialog on compilation time
8027                 (--enable-crash-dialog configure option)
8028
8029 2002-08-30 [alfons]     0.8.2claws12
8030
8031         * AUTHORS
8032                 add Martin Kluge
8033         * src/mh.c
8034                 apply memory leak plug patch by Martin Kluge
8035                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8036                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8037                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8038
8039 2002-08-30 [darko]      0.8.2claws11
8040
8041         * src/folderview.c
8042                 copy Gtk style from normal style to match
8043                 font size for coloured folders
8044
8045 2002-08-29 [alfons]     0.8.2claws10
8046
8047         * sylpheed.desktop
8048                 Type=Internet <- Type=Application
8049                 (reported by Michael Schwendt, see:
8050                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8051                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8052
8053 2002-08-29 [paul]       0.8.2claws9
8054
8055         * sync with 0.8.2cvs5
8056                 see ChangeLog 2002-08-29
8057
8058 2002-08-29 [colin]      0.8.2claws8
8059
8060         * src/summaryview.c
8061                 Added a sanity check in summary_select_thread
8062                 Should fix bug 601605
8063
8064 2002-08-29 [colin]      0.8.2claws7
8065
8066         * src/main.c
8067                 Revert claws6 changes regarding bug #591676
8068
8069 2002-08-28 [colin]      0.8.2claws6
8070         
8071         * src/main.c
8072                 Ignore cache for queue folderitems
8073                 Fix bug #591676
8074
8075 2002-08-28 [melvin]     0.8.2claws5
8076
8077         * README.claws
8078                 Fixed typos.
8079
8080 2002-08-28 [melvin]     0.8.2claws4
8081
8082         * README.claws
8083                 Updated a bit the text concerning the spell checker
8084
8085 2002-08-28 [melvin]     0.8.2claws3
8086
8087         Merged the GNU_aspell_branch:
8088                 Support of new GNU/aspell is now included and the old pspell
8089                 is not supported anymore.
8090                 See README.claws
8091
8092         * README.claws
8093                 Updated spell checker text to reflect the switch to GNU/aspell
8094
8095         * ac/aspell.m4          *** NEW ***
8096         * src/gtkaspell.[ch]    *** NEW *** 
8097         * ac/pspell.m4          *** DELETED *** 
8098         * src/gtkspell.[ch]     *** DELETED ***
8099
8100         * ac/Makefile.am
8101                 Updated for GNU/aspell support
8102
8103         * po/POTFILES.in
8104                 Replaced gtkspell.c by gtkaspell.c
8105
8106         * acconfig.h
8107         * src/Makefile.am
8108         * src/about.c
8109         * src/compose.[ch]
8110         * src/crash.c
8111         * src/main.c
8112         * src/prefs_common.[ch]
8113                 Updated for GNU/aspell support
8114
8115 2002-08-28 [paul]       0.8.2claws2
8116
8117         * sync with 0.8.2cvs4
8118                 see ChangeLog 2002-08-27 and 2002-08-28
8119
8120 2002-08-28 [colin]      0.8.2claws1
8121
8122         * src/summary_search.c
8123                 Added "AND search"
8124
8125 2002-08-28 [jens]       0.8.2claws
8126
8127         *po/de.po
8128                 Updated German translations
8129
8130 2002-08-27 [melvin]     0.8.2claws
8131
8132         * po/fr.po
8133                 Updated French translations
8134
8135 2002-08-27 [paul]       0.8.2claws
8136
8137         * sync with 0.8.2 main release
8138
8139         * po/en_GB.po
8140           po/es.po
8141           po/it.po
8142           po/pl.po
8143           po/pt_BR.po
8144           po/sr.po
8145                 updated message catalogs submitted by
8146                 Ricardo Mones Lastra, Alessandro Maestri,
8147                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8148                 Beneditto and Urke MMI  
8149
8150 2002-08-27 [hoa]        0.8.1claws123
8151
8152         * src/mainwindow.[ch]
8153         * src/summaryview.[ch]
8154                 removed the "filter setting" menu option.
8155                 add a "cancel a news message" menu option.
8156
8157 2002-08-26 [martin]     0.8.1claws122
8158
8159         * ChangeLog.claws
8160                 changed string under 0.8.1claws79 changed by myself
8161                 i'm sorry alfons :(
8162
8163 2002-08-26 [martin]     0.8.1claws121
8164
8165         * src/crash.c
8166                 added kill command to debuggerrc to start crash dialog
8167
8168 2002-08-26 [paul]       0.8.1claws120
8169
8170         * sync with 0.8.1cvs31
8171                 see ChangeLog 2002-08-26
8172
8173 2002-08-25 [alfons]     0.8.1claws119
8174
8175         * src/procmsg.c
8176                 fix bug that didn't send out correct headers to news server
8177                 when sending news article and email from queue (bug reported
8178                 and patch provided by Tim Mann; closes bug 
8179                 "[ 583196 ] 0.7.8claws can't post news")
8180
8181 2002-08-25 [alfons]     0.8.1claws118
8182
8183         * src/selective_download.c
8184                 mark two strings as translatable
8185                 (thanks to Urke MMI for pointing this out)
8186
8187 2002-08-25 [alfons]     0.8.1claws117
8188
8189         * src/summaryview.c
8190                 treat sent boxes as special and allow sorting them by addressee
8191                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8192                 submitted by Steve Lamb)
8193
8194 2002-08-24 [alfons]     0.8.1claws116
8195
8196         * src/matcher.c
8197                 fix memleak reported by Martin Kluge
8198                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8199
8200 2002-08-24 [oliver]     0.8.1claws115
8201
8202         * src/prefs_toolbar.c
8203                 o code cleanup as suggested by Alfons
8204                 o memleak fix
8205
8206 2002-08-24 [alfons]     0.8.1claws114
8207
8208         * src/summaryview.c
8209                 o fix another memory leak reported by Martin Kluge
8210                   (see "[ 599568 ] Small Memory Leak")
8211                 o remove 'from' variable from 'summary_set_header()'; we can
8212                   do with just 'to' 
8213
8214 2002-08-24 [paul]       0.8.1claws113
8215
8216         * sync with 0.8.1cvs30
8217                 see ChangeLog 2002-08-23
8218
8219 2002-08-24 [alfons]     0.8.1claws112
8220
8221         * src/summaryview.c
8222                 remove unnecessary allocations for search bar fixing leaks
8223                 reported by Martin Kluge
8224                 (see "[ 599451 ] Further memory leaks?")
8225
8226 2002-08-24 [alfons]     0.8.1claws111
8227
8228         * src/main.c
8229                 make get_socket_name() public for crash.c
8230         * src/crash.c
8231                 o make report bug button work (goes to claws' 
8232                   bug tracker at sf.net)
8233                 o introduce function for doing important stuff just
8234                   before claws goes down
8235                 o clean up code 
8236
8237 2002-08-24 [alfons]     0.8.1claws110
8238
8239         * src/compose.c
8240                 move cursor to "To" entry when forwarding as attachment
8241                 (reported and solved by Steve Lamb, closes bug report
8242                 "[ 592880 ] Forward as attachment; cursor not in to")
8243
8244 2002-08-24 [colin]      0.8.1claws109
8245
8246         * src/mainwindow.c
8247                 fix quick search visibility after GUI (de)separations.
8248
8249 2002-08-23 [colin]      0.8.1claws108
8250
8251         * src/mainwindow.c
8252                 fix header pane visibility after folderview or
8253                 messageview (de)separation
8254
8255 2002-08-23 [paul]       0.8.1claws107
8256
8257         * src/mainwindow.[ch]
8258           src/toolbar.c
8259                 give full control of display or non-display 
8260                 of the Execute icon to Custom toolbar settings.
8261                 add new sensitivity condition to maninwindow.h: 
8262                 M_DELAY_EXEC
8263
8264         * ChangeLog
8265           ChangeLog.jp
8266           NEWS
8267                 more sync with 0.8.1cvs29
8268
8269 2002-08-23 [melvin]     0.8.1claws106
8270
8271         * src/alertpanel.c
8272                 Readded support for custom widget in alertpanel lost in last
8273                 sync.
8274
8275 2002-08-23 [paul]       0.8.1claws105
8276
8277         * sync with 0.8.1cvs29
8278                 see ChangeLog 2002-08-23
8279
8280 2002-08-23 [colin]      0.8.1claws104
8281
8282         * src/summaryview.c
8283                 Fix folder and search pixmaps exchanging positions
8284                 after theme or toolbar changes. Thank to Oliver for 
8285                 reporting this.
8286
8287 2002-08-23 [colin]      0.8.1claws103
8288
8289         * src/mainwindow.c
8290           src/messageview.[ch]
8291           src/noticeview.[ch]
8292           src/summaryview.c
8293                 Changed messageview_create() and noticeview_create()
8294                 to avoid the last gdk_warning
8295
8296 2002-08-22 [colin]      0.8.1claws102
8297
8298         * src/summaryview.c
8299                 Fix my new `Creating pixmap from xpm' warning
8300
8301 2002-08-22 [colin]      0.8.1claws101
8302
8303         * src/mainwindow.c
8304                 Fix some of the gdk warnings
8305
8306 2002-08-22 [colin]      0.8.1claws100
8307
8308         * src/Makefile.am
8309         * src/stock_pixmap.c
8310         * src/stock_pixmap.h
8311         * src/pixmaps/quicksearch.xpm *ADDED*
8312                 Add the quicksearch pixmap
8313         * src/mainwindow.c
8314         * src/summaryview.c
8315         * src/summaryview.h
8316                 Make quicksearch bar visible/hidden via a button
8317
8318 2002-08-22 [christoph]  0.8.1claws99
8319
8320         * src/folder.c
8321                 fix folder update for newsgroups with message
8322                 numbers below minimum number of articles to fetch
8323                 (closes bug #598445)
8324
8325 2002-08-22 [paul]       0.8.1claws98
8326
8327         * sync with 0.8.1cvs28
8328                 see ChangeLog 2002-08-22
8329
8330 2002-08-21 [alfons]     0.8.1claws97
8331
8332         * src/crash.c
8333                 use bt instead of bt full which seems to work 
8334                 better, and bt full doesn't give a great deal 
8335                 of information anyway
8336
8337 2002-08-21 [colin]      0.8.1claws96
8338
8339         * src/summaryview.c
8340                 fix summaryview_searchtype_changed prototype
8341
8342 2002-08-21 [christoph]  0.8.1claws95
8343
8344         * src/mainwindow.c
8345                 o fix broken menu update for sorting type, we have to
8346                   get this info from the summaryview now
8347                 o removed setting of threaded state in menu callback
8348         * src/summaryview.[ch]
8349                 more summaryview/folderitem seperation for
8350                 threading option
8351         * configure.in
8352                 removed not required --with-compiler-flags option
8353
8354 2002-08-21 [oliver]     0.8.1claws94
8355         
8356         * src/toolbar.h 
8357                 o rename toolbar.xml to toolbar_main.xml
8358                   since toolbar_compose.xml might come up 
8359                   any time soon
8360         * README.claws
8361                 add custom toolbar              
8362
8363 2002-08-21 [darko]      0.8.1claws93
8364
8365         * src/procmsg.c
8366                 don't reset tmp flags for messages copied
8367                 to sent folder
8368
8369 2002-08-21 [colin]      0.8.1claws92
8370         
8371         * src/prefs_filtering.c
8372                 fix renaming rules on folder rename 
8373                 when folder is not a leaf folder
8374
8375 2002-08-21 [paul]       0.8.1claws91
8376
8377         * src/prefs_folder_item.c
8378                 fix alignment of colour selector
8379
8380 2002-08-21 [paul]       0.8.1claws90
8381
8382         * sync with 0.8.1cvs27
8383                 see ChangeLog 2002-08-21
8384
8385 2002-08-21 [paul]       0.8.1claws89
8386
8387         * src/summaryview.c
8388                 fix crash when changing field type in
8389                 Quick search bar
8390
8391 2002-08-21 [colin]      0.8.1claws88
8392
8393         * src/summaryview.c
8394                 Made quick search case-insensitive
8395
8396 2002-08-21 [paul]       0.8.1claws87
8397
8398         * sync with 0.8.1cvs26
8399                 see ChangeLog 2002-08-21
8400
8401 2002-08-20 [christoph]  0.8.1claws86
8402
8403         * src/folderview.c
8404         * src/main.c
8405         * src/summaryview.[ch]
8406                 more summaryview/folderitem seperation for
8407                 sort_key and sort_type
8408         * src/procmsg.c
8409                 added missing return statement
8410
8411 2002-08-20 [colin]      0.8.1claws85
8412
8413         * src/summaryview.[ch]
8414                 Added a quick search box
8415         * src/mainwindow.c
8416         * src/prefs_common.[ch]
8417                 Added a show/hide option for the quick search
8418
8419 2002-08-20 [oliver]     0.8.1claws84
8420         
8421         * src/mainwindow.c
8422                 remove toolbar_create_popups
8423         * src/toolbar.[ch]
8424                 o remove toolbar_create_popups
8425                 o fix toolbar_set_sensitive 
8426                   (Bug reports #596834 and #596832)     
8427         * src/prefs_toolbar.c
8428                 o add "Set default" button
8429                 o align label and text + combo widgets
8430
8431 2002-08-20 [hoa]        0.8.1claws83bis
8432
8433         * src/imap.c
8434                 fixed a bug in imap_fetch_msginfo() in case there is no
8435                 current folder.
8436
8437 2002-08-20 [darko]      0.8.1claws83
8438
8439         * src/folderview.c
8440                 copy the color style of folder view so it
8441                 works with GTK themes
8442
8443 2002-08-20 [darko]      0.8.1claws82
8444
8445         * src/folder.h
8446         * src/folderview.c
8447         * src/prefs_folder_item.[hc]
8448                 don't use UI stuff in folder.h
8449
8450 2002-08-20 [darko]      0.8.1claws81
8451
8452         * src/folder.h
8453         * src/prefs_folder_item.h
8454         * src/folderview.c
8455         * src/prefs_folder_item.c
8456                 ability to set folder color in folderview
8457
8458 2002-08-19 [alfons]     0.8.1claws80
8459
8460         * src/summaryview.c
8461                 fix one of the earlier memleaks reported by Martin Kluge
8462
8463 2002-08-19 [alfons]     0.8.1claws79
8464
8465         * src/mainwindow.c
8466                 hide notice view when selecting seperate folder
8467                 view (reported by Urke MMI)
8468
8469 2002-08-19 [christoph]  0.8.1claws78
8470
8471         * src/folderview.c
8472         * src/prefs_folder_item.h
8473         * src/summaryview.[ch]
8474                 o add summary_set_prefs_from_folderitem to set
8475                   summaryview prefs (first step to remove all
8476                   references to the folderitem in summaryview)
8477                 o moved compiled regex stuff from folderitem prefs
8478                   to summaryview code
8479
8480 2002-08-19 [paul]       0.8.1claws77
8481
8482         * src/compose.c
8483                 add check for '.' to QUOTE_IF_REQUIRED
8484
8485 2002-08-19 [paul]       0.8.1claws76
8486
8487         * src/inc.c
8488                 sync with 0.8.1cvs25 (plug memory leak)
8489
8490         * src/prefs_toolbar.c
8491                 re-order prefs_toolbar_cancel()
8492
8493 2002-08-18 [alfons]     0.8.1claws75
8494
8495         * src/inc.c
8496         * src/matcher.c
8497                 plug other memleaks reported by Martin Kluge
8498
8499 2002-08-18 [paul]       0.8.1claws74
8500
8501         * po/pt_BR.po
8502                 updated by Fabio Jr. Beneditto
8503
8504 2002-08-18 [paul]       0.8.1claws73
8505
8506         * src/toolbar.[ch]
8507                 fix bug where tooltips were displayed untranslated              
8508
8509         * src/prefs_toolbar.c
8510                 fix bug where clicking 'Cancel' creates an icon & text
8511                 toolbar regardless of prefs
8512         
8513
8514 2002-08-17 [oliver]     0.8.1claws72
8515
8516         * src/prefs_toolbar.c
8517                 update toolbar on CANCEL
8518                 bug reported by Martin Kluge
8519         * src/toolbar.c
8520                 toolbar_destroy memleak fixed           
8521
8522 2002-08-17 [alfons]     0.8.1claws71
8523
8524         * src/toolbar.c
8525                 plug another memleak reported by Martin Kluge
8526
8527 2002-08-16 [alfons]     0.8.1claws70
8528
8529         * src/crash.c
8530                 use execvp() correctly (suggested by wwp; thanks!)
8531
8532 2002-08-16 [alfons]     0.8.1claws69
8533
8534         * src/gtksctree.c
8535                 plug memory leak reported by Kim Schultz & Martin Kluge
8536
8537 2002-08-16 [paul]       0.8.1claws68
8538
8539         * po/es.po
8540                 updated by Ricardo Mones Lastra
8541
8542 2002-08-16 [paul]       0.8.1claws67
8543
8544         * src/toolbar.h
8545                 fix bug where 'Compose News' icon showed wrong
8546                 tooltip
8547
8548 2002-08-16 [paul]       0.8.1claws66
8549
8550         * sync with 0.8.1cvs24
8551                 see ChangeLog 2002-08-16
8552
8553         * po/it.po
8554                 updated by Alessandro Maestri
8555
8556 2002-08-15 [paul]       0.8.1claws65
8557
8558         * po/sr.po
8559                 updated by Urke MMI
8560
8561 2002-08-15 [paul]       0.8.1claws64
8562
8563         * src/*.c
8564                 don't translate debug info
8565
8566         * src/matcher.[ch]
8567                 add copyright info
8568
8569 2002-08-15 [paul]       0.8.1claws63
8570
8571         * src/prefs_toolbar.c
8572                 fix bug where clicking 'OK' creates an icon & text
8573                 toolbar regardless of prefs
8574
8575 2002-08-14 [alfons]     0.8.1claws62
8576
8577         * src/main.c
8578                 add global var that has the full argv[0]
8579         * src/crash.c
8580                 o execvp the correct sylpheed by using argv0
8581                   and setting the correct work dir
8582                 o other tweaks  
8583
8584 2002-08-14 [oliver]     0.8.1claws61
8585         
8586         * enable/disable Toolbar Action Buttons 
8587         * code cleanups
8588         * src/mainwindow.c
8589         * src/toolbar.[ch]      
8590         * src/prefs_toolbar.c   
8591
8592 2002-08-14 [melvin]     0.8.1claws60
8593
8594         * po/fr.po
8595                 Updated French translations
8596
8597 2002-08-14 [melvin]     0.8.1claws59
8598
8599         * src/crash.c
8600                 Made bug report not translatable
8601         * src/exporthtml.c
8602                 Fixed exporthtml_build_filespec() return value
8603         * src/foldersel.c
8604                 Fixed incorrect include file
8605         * src/gtkspell.c
8606         * src/prefs_actions.c
8607         * src/prefs_toolbar.c
8608                 Made debug info not translatable
8609         * src/mutt.c
8610         * src/quote_fmt.c
8611                 Added missing includes
8612         * src/prefs_common.c
8613                 Fixed typo
8614
8615 2002-08-14 [paul]       0.8.1claws58
8616
8617         * faq/es/sylpheed-faq.html
8618           faq/es/sylpheed-faq-[1-3].html
8619           faq/es/sylpheed-faq-4.html     **NEW FILE **
8620                 update Spanish FAQ
8621
8622 2002-08-13 [christoph]  0.8.1claws57
8623
8624         * src/procmsg.c
8625                 ignore thread fix that did not mark all
8626                 child nodes of a ignored thread as
8627                 ignored. Does not work perfectly yet,
8628                 but it is better now
8629
8630 2002-08-13 [alfons]     0.8.1claws56
8631
8632         * src/crash.c
8633                 o implement 'save crash log'
8634                 o some tweaks
8635
8636 2002-08-13 [melvin]     0.8.1claws55
8637
8638         * src/main.c
8639                 removed unrequired "execinfo.h" header
8640
8641 2002-08-12 [paul]       0.8.1claws54
8642
8643         * faq/en/sylpheed-faq.html
8644           faq/en/sylpheed-faq-[1-3].html
8645           faq/en/sylpheed-faq-4.html     **NEW FILE **
8646                 update English FAQ
8647
8648 2002-08-12 [alfons]     0.8.1claws53
8649
8650         * po/POTFILES.in
8651                 add crash.c to translatables
8652         * src/crash.c
8653                 bring in Leandro's crash dialog
8654
8655 2002-08-11 [alfons]     0.8.1claws52
8656
8657         * src/crash.c
8658                 clean up some warnings
8659
8660 2002-08-11 [alfons]     0.8.1claws51
8661
8662         * acconfig.h
8663         * configure.in
8664         * src/crash.[ch]        ** NEW FILES **
8665         * src/main.c            
8666                 initial gdb crash handler
8667
8668 2002-08-11 [paul]       0.8.1claws50
8669
8670         * src/prefs_toolbar.c
8671                 replace Up/Down arrow pixmaps with text to be
8672                 consistent across icon themes
8673
8674 2002-08-11 [paul]       0.8.1claws49
8675
8676         * src/prefs_common.c
8677           src/prefs_toolbar.c
8678                 rename 'Pixmap' -> 'Icon'
8679
8680         * src/toolbar.[ch]
8681                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8682
8683 2002-08-10 [paul]       0.8.1claws48
8684
8685         * src/prefs_toolbar.c
8686                 re-work the UI
8687
8688 2002-08-10 [paul]       0.8.1claws47
8689
8690         * src/main.c
8691                 don't write Processing progress to status bar
8692                 patch submitted by Alexander Evseev
8693
8694         * src/prefs_toolbar.c
8695                 re-position and resize window
8696                 make window assume correct size on first call
8697
8698 2002-08-10 [paul]       0.8.1claws46
8699
8700         * src/mainwindow.c
8701           src/prefs_toolbar.c
8702           src/toolbar.c
8703           src/toolbar.h
8704                 obey coding style
8705                 follow UI text conventions
8706
8707 2002-08-10 [alfons]     0.8.1claws45
8708
8709         * src/toolbar.c
8710                 correct pixmap for delete action
8711
8712 2002-08-10 [paul]       0.8.1claws44
8713
8714         * po/pt_BR.po
8715                 updated by Fabio Jr. Beneditto
8716
8717 2002-08-10 [paul]       0.8.1claws43
8718
8719         * po/POTFILES.in
8720                 add custom toolbar files
8721
8722 2002-08-10 [paul]       0.8.1claws42
8723
8724         * sync with 0.8.1cvs22
8725                 see ChangeLog 2002-08-09
8726
8727 2002-08-09 [paul]       0.8.1claws41
8728
8729         * tools/Makefile.am
8730           tools/README
8731           tools/outlook2sylpheed.pl     ** NEW FILE **
8732                 add script to convert exported Outlook
8733                 contacts list to a Sylpheed addressbook.
8734                 Submitted by Ricardo Mones Lastra.
8735
8736 2002-08-09 [paul]       0.8.1claws40
8737
8738         * AUTHORS
8739           configure.in
8740           po/sr.po      ** NEW FILE **
8741                 add Serbian message catalog. Submitted by
8742                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8743
8744 2002-08-09 [paul]       0.8.1claws39
8745
8746         * sync with 0.8.1cvs21
8747                 see ChangeLog 2002-08-08
8748
8749 2002-08-08 [oliver]     0.8.1claws38
8750
8751         * src/mainwindow.c
8752                 move Custom Toolbar to Configuration menu
8753
8754 2002-08-08 [oliver]     0.8.1claws37
8755
8756         * src/prefs_toolbar.c
8757                 fix substitute pixmap bug
8758
8759 2002-08-08 [paul]       0.8.1claws36
8760
8761         * sync with 0.8.1cvs19
8762                 see ChangeLog 2002-08-08
8763
8764 2002-08-07 [christoph]  0.8.1claws35
8765
8766         * src/utils.c
8767                 fixed a memory leak in new canonicalize_file_replace
8768
8769 2002-08-07 [christoph]  0.8.1claws34
8770
8771         * src/utils.[ch]
8772                 o canonicalize_file_replace should create the temporary
8773                   file in the same directory as the original file.
8774                 o added get_tmpfile_in_dir that creates a temorary file
8775                   in a specified directory.
8776
8777 2002-08-07 [melvin]     0.8.1claws33
8778
8779         * src/toolbar.c
8780                 fixed bug where 'Article' button acted as 'Email' button.
8781
8782 2002-08-07 [paul]       0.8.1claws32
8783
8784         * sync with 0.8.1.cvs17
8785                 see ChangeLog 2002-08-07
8786
8787 2002-08-07 [colin]      0.8.1claws31
8788         
8789         * src/news.c
8790                 fix mass-cancel problem
8791
8792 2002-08-07 [thorsten]   0.8.1claws30
8793
8794         * src/prefs_toolbar.c
8795                 fix: crash on replace or add new button
8796         * src/toolbar.c
8797                 fix: close xmlfile after reading
8798         * src/utils.c
8799                 fix: unlink() file before rename()
8800
8801 2002-08-06 [paul]       0.8.1claws29
8802
8803         * sync with 0.8.cvs15
8804                 see ChangeLog 2002-08-06
8805
8806 2002-08-06 [oliver]     0.8.1claws28
8807
8808         * src/toolbar.c
8809         * src/prefs_toolbar.c
8810                 fixed empty toolbar issue
8811
8812 2002-08-06 [oliver]     0.8.1claws27
8813
8814         * Custom Toolbar Final 
8815         * src/folderview.c
8816         * src/inc.c
8817         * src/summaryview.c
8818                 o toolbar stuff now lives in src/toolbar.[ch]
8819                 o main_window_toolbar_* functions are renamed to
8820                   toolbar_* reflecting their new source file
8821         * src/mainwindow.[ch]
8822                 o remove toolbar stuff  
8823
8824 2002-08-06 [oliver]     0.8.1claws26
8825         
8826         * src/Makefile.am
8827         * src/prefs_toolbar.[ch]        **New File**
8828         * src/toolbar.[ch]              **New File**
8829                 o prefs_toolbar.[ch] custom toolbar frontend
8830                 o toolbar.[ch]       backend 
8831
8832 2002-08-06 [oliver]     0.8.1claws25
8833
8834         * src/prefs_actions.[ch]
8835                 o new exported function actions_execute
8836
8837 2002-08-06 [paul]       0.8.1claws24
8838
8839         * sync with 0.8.1cvs4
8840                 see ChangeLog 2002-08-06
8841
8842 2002-08-06 [paul]       0.8.1claws23
8843
8844         * sync with 0.8.1cvs13
8845                 see ChangeLog 2002-08-06
8846
8847 2002-08-06 [paul]       0.8.1claws22
8848
8849         * sync with 0.8.1cvs12
8850                 see ChangeLog 2002-08-05 and 2002-08-06
8851
8852 2002-08-06 [match]      0.8.1claws21
8853
8854         * src/addrclip.c
8855                 improvements to cut/copy/paste address
8856
8857 2002-08-05 [match]      0.8.1claws20
8858
8859         * src/addritem.[ch]
8860         * src/addrcache.c
8861         * src/addrbook.c
8862         * src/editaddress.c
8863         * src/addressbook.c
8864                 fixes to improve cut/copy/paste
8865
8866 2002-08-06 [melvin]     0.8.1claws19
8867
8868         * src/account.[ch]
8869                 account_find_all_from_address(): new function that returns the
8870                 list of all accounts that are matched in an address.
8871         * src/alertpanel.[ch]
8872                 alertpanel() now accepts a custom widget
8873                 alertpanel_with_widget(): new function that pops up a panel with
8874                 a custom widget in it 
8875         * src/gtkutils.[ch]
8876                 gtkut_account_menu_new(): new function that allows the selection
8877                 of an account from a list of accounts.
8878         * src/messageview.c
8879                 Extended Return Receipt notification to select the correct 
8880                 account and to make a security test on the Delivery-Notification
8881                 address which should be the same as the Return-Path.
8882
8883 2002-08-06 [thorsten]   0.8.1claws18
8884
8885         * src/mimeview.c
8886                 attach_all: save unnamed as "noname.%d",
8887                 dont free static dirname
8888
8889 2002-08-05 [alfons]     0.8.1claws17
8890
8891         * configure.in
8892                 detect XIM by trying to link rather than compile a XIM program
8893
8894 2002-08-05 [oliver]     0.8.1claws16
8895                 
8896         * src/stock_pixmap.[ch]
8897                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8898                 o new func to retrieve pixmaps
8899
8900 2002-08-05 [paul]       0.8.1claws15
8901
8902         * sync with 0.8.1cvs10
8903                 see ChangeLog 2002-08-05
8904
8905 2002-08-04 [alfons]     0.8.1claws14
8906
8907         * src/textview.c
8908                 see if this plugs memleak
8909
8910 2002-08-04 [melvin]     0.8.1claws13
8911
8912         * src/gtkspell.c
8913                 fixed bug that could crash Sylpheed when highlighting
8914                 all misspelled words.
8915
8916 2002-08-03 [melvin]     0.8.1claws12
8917
8918         * src/prefs_actions.c
8919                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8920         * src/messageview.c
8921                 fixed bug where the Return Receipt was sent to
8922                 Delivery-Notification-To address even if it was not present
8923
8924 2002-08-02 [alfons]     0.8.1claws11
8925
8926         * src/prefs_actions.c
8927                 o more check for NULLs
8928                 o put create_io_dialog() in right conditional block
8929
8930 2002-08-02 [paul]       0.8.1claws10
8931
8932         * po/es.po
8933                 updated by Ricardo Mones Lastra
8934
8935 2002-08-01 [christoph]  0.8.1claws9
8936
8937         * src/folder.c
8938                 don't free the cache of the opened
8939                 folder in the summaryview
8940         * src/summaryview.c
8941                 don't unset flags, if it is not required
8942
8943 2002-08-01 [paul]       0.8.1claws8
8944
8945         * sync with 0.8.1cvs8
8946                 see ChangeLog entry 2002-08-01
8947
8948 2002-08-01 [paul]       0.8.1claws7
8949
8950         * sync with 0.8.1cvs7
8951                 see ChangeLog 2002-07-31 and 2002-08-01
8952
8953 2002-07-31 [christoph]  0.8.1claws6
8954
8955         * src/mainwindow.c
8956                 forgot to update menu sensitivity
8957                 function for new menu entry
8958
8959 2002-07-31 [alfons]     0.8.1claws5
8960
8961         * src/main.c
8962                 check folder item and its path for NULL on
8963                 initial processing
8964
8965 2002-07-31 [christoph]  0.8.1claws4
8966
8967         * src/folder.c
8968                 check if folder_item_get_msginfo in
8969                 folder_item_remove_msg returned NULL
8970         * src/imap.c
8971                 better clear the uid cache in the
8972                 uid validity check function and delete
8973                 cached messages
8974
8975 2002-07-31 [paul]       0.8.1claws3
8976
8977         * man/sylpheed.1
8978                 add the '--attach' option and a few other
8979                 minor changes
8980
8981 2002-07-31 [paul]       0.8.1claws2
8982
8983         * sync with 0.8.1cvs5
8984                 see ChangeLog 2002-07-31
8985
8986 2002-07-31 [christoph]  0.8.1claws1
8987
8988         * src/folderview.[ch]
8989         * src/mainwindow.c
8990                 replace "Rescan all folders..." with
8991                 "Check all folders for new messages..."
8992
8993 2002-07-30 [paul]       0.8.1claws
8994
8995         * version 0.8.1claws released
8996
8997 2002-07-30 [paul]       0.8.0claws29
8998
8999         * tools/OOo2sylpheed.pl ** NEW FILE **
9000           tools/README
9001                 add script to enable sending documents as
9002                 attachments from OpenOffice.org
9003
9004 2002-07-30 [melvin]     0.8.0claws28
9005
9006         * src/prefs_actions.c
9007                 Made the actions' input/output dialog display
9008                 without delay.
9009
9010 2002-07-30 [christoph]  0.8.0claws27
9011
9012         * src/procmsg.c
9013                 check if folder_item_get_msginfo in
9014                 procmsg_save_to_outbox returned NULL
9015
9016 2002-07-30 [paul]       0.8.0claws26
9017
9018         * sync with 0.8.1cvs4
9019                 see ChangeLog 2002-07-29
9020
9021 2002-07-29 [thorsten]   0.8.0claws25
9022
9023         * README.claws
9024                 added selective download, delete on server
9025
9026 2002-07-29 [paul]       0.8.0claws24
9027
9028         * sync with 0.8.1cvs3
9029                 see ChangeLog 2002-07-29
9030
9031 2002-07-27 [christoph]  0.8.0claws23
9032
9033         * src/folder.c
9034                 add extra check if fetching the msginfo
9035                 returned NULL
9036
9037 2002-07-27 [paul]       0.8.0claws22
9038
9039         * sync with 0.8.1cvs2
9040                 see ChangeLog 2002-07-26
9041
9042 2002-07-27 [christoph]  0.8.0claws21
9043
9044         * src/imap.c
9045                 add another check if a valid msginfo
9046                 was returned
9047
9048 2002-07-26 [hoa]        0.8.0claws20
9049
9050         * src/folder.c
9051                 Fixed a condition in folder_item_destroy()
9052
9053         * src/imap.c
9054                 Fixed an error in IMAP protocol
9055
9056 2002-07-26 [alfons]     0.8.0claws19
9057
9058         * src/folder.c
9059                 ofcourse compare with identifier, not the path
9060
9061 2002-07-26 [alfons]     0.8.0claws18
9062
9063         * src/folder.c
9064                 use folder item identifier for saving / restoring
9065                 preferences because folder->path might not be unique
9066
9067 2002-07-26 [melvin]     0.8.0claws17
9068
9069         * src/logwindow.c
9070                 Fixed a crash introduced in 0.8.0claws5 when log is 
9071                 cut under 80 characters.
9072
9073 2002-07-26 [paul]       0.8.0claws16
9074
9075         * sync with 0.8.1cvs1
9076                 see ChangeLog 2002-07-26
9077
9078 2002-07-26 [christoph]  0.8.0claws15
9079
9080         * src/imap.[ch]
9081                 imap folder now remembers the last selected
9082                 folder and imap_fetch_msginfo skips selecting
9083                 the folder if it is already selected
9084
9085 2002-07-26 [christoph]  0.8.0claws14
9086
9087         * src/folder.c
9088         * src/folderview.c
9089         * src/imap.c
9090                 fix imap folder rescanning
9091
9092 2002-07-25 [christoph]  0.8.0claws13
9093
9094         * src/filter.c
9095         * src/folder.[ch]
9096         * src/folderview.c
9097         * src/imap.[ch]
9098         * src/mainwindow.c
9099         * src/mbox_folder.c
9100         * src/mh.c
9101         * src/news.c
9102                 implement imap uid cache and uid validity check
9103
9104 2002-07-25 [alfons]     0.8.0claws12
9105
9106         * src/summaryview.c
9107                 fix a brown paper bag bug, and also add some more
9108                 checks
9109
9110 2002-07-25 [christoph]  0.8.0claws11
9111
9112         * src/folder.c
9113                 don't mix copy, fetch_msginfo and remove
9114                 operations in folder item copy and move
9115                 operations
9116
9117 2002-07-25 [christoph]  0.8.0claws10
9118
9119         * src/folderview.c
9120         * src/mainwindow.c
9121         * src/prefs_folder_item.c
9122         * src/summaryview.[ch]
9123                 remove no longer required parameter update_cache from
9124                 summary_show
9125
9126 2002-07-25 [paul]       0.8.0claws9
9127
9128         * sync with 0.8.1
9129         
9130         * AUTHORS
9131                 a few corrections
9132
9133 2002-07-24 [alfons]     0.8.0claws8
9134
9135         * src/summaryview.c
9136                 sort correctly when using simplified subject line
9137                 (closes feature request "[ 585141 ] applying regexp to subject 
9138                 before sort" submitted by Alexandra Walford)
9139
9140 2002-07-24 [paul]       0.8.0claws7
9141
9142         * sync with 0.8.0cvs3
9143                 see ChangeLog 2002-07-24
9144
9145 2002-07-23 [christoph]  0.8.0claws6
9146
9147         * src/folder.c
9148         * src/folder.h
9149         * src/summaryview.c
9150         * src/summaryview.h
9151         * src/main.c
9152                 o separate processing and summaryview
9153                 o removed summary_write_cache from summaryview
9154                 o removed summaryview->killed_messages, because we don't have
9155                   to keep a list of killed messages anymore. New cache will
9156                   keep the hidden messages in cache anyway
9157         * src/folderview.c
9158         * src/inc.c
9159         * src/selective_download.c
9160                 o removed unnecessary summary_write_cache calls
9161         * src/procmsg.c
9162                 o don't set ignore thread flag in procmsg_get_thread_tree
9163                   if it is already set
9164         * src/mainwindow.c
9165         * src/statusbar.h
9166                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9167                   they are used in different files
9168
9169 2002-07-23 [melvin]     0.8.0claws5
9170
9171         * src/addressbook.c
9172         * src/addrgather.c
9173         * src/editaddress.c
9174         * src/editgroup.c
9175         * src/editldap_basedn.c
9176         * src/importldif.c
9177         * src/prefs_common.c
9178                 Fixed few memory leak (gtk_editable_get_chars returns
9179                 an allocated string)
9180         * src/logwindow.c
9181                 Fixed few memory leak (gtk_editable_get_chars returns
9182                 an allocated string) and modified a little the log cutting
9183                 loop.
9184         * src/compose.c
9185                 Replaced a call to an obsolete function gtk_entry_get_text()
9186                 by gtk_editable_get_chars()
9187         * src/send.c
9188                 Removed a debug printf
9189
9190 2002-07-23 [christoph]  0.8.0claws4
9191
9192         * src/filesel.c
9193                 fix another g_dirname memory leak
9194
9195 2002-07-23 [christoph]  0.8.0claws3
9196
9197         * src/mh.c
9198                 fixed a memory leak in mh_fetch_msginfo
9199                 fixed crash when message header could not be
9200                 parsed
9201
9202 2002-07-23 [paul]       0.8.0claws2
9203
9204         * sync with 0.8.0cvs2
9205                 see ChangeLog 2002-07-23
9206
9207 2002-07-23 [paul]       0.8.0claws1
9208
9209         * sync with 0.8.0cvs1
9210                 see ChangeLog 2002-07-23
9211
9212 2002-07-23 [paul]       0.8.0claws
9213
9214         * release of 0.8.0claws
9215
9216 2002-07-23 [paul]       0.7.8claws99
9217
9218         * po/ru.po
9219                 new Russian translation, submitted by
9220                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9221
9222 2002-07-22 [jens]       0.7.8claws98
9223
9224         * po/de.po
9225                 Updated German translations.
9226
9227 2002-07-22 [paul]       0.7.8claws97
9228
9229         * po/es.po
9230           po/it.po
9231           po/nl.po
9232           po/pt_BR.po
9233                 updated translations by Ricardo Mones Lastra,
9234                 Alessandro Maestri, Wilbert Berendsen and 
9235                 Fabio Jr. Beneditto respectively
9236
9237 2002-07-22 [christoph]  0.7.8claws96
9238
9239         * src/mimeview.c
9240                 fix memory leak caused by wrong g_dirname usage
9241
9242 2002-07-22 [christoph]  0.7.8claws95
9243
9244         * src/summaryview.c
9245                 update new and unread message counts for summaryview
9246                 summaryview does not get it from the folder anymore
9247                 and has to update the values itself
9248
9249 2002-07-22 [melvin]     0.7.8claws94
9250
9251         * po/fr.po
9252                 Updated French translations.
9253
9254 2002-07-22 [christoph]  0.7.8claws93
9255
9256         * src/matcher.c
9257                 set prop->preg pointer to NULL or following check
9258                 will not fail and regexec will be called with
9259                 invalid pointer
9260
9261 2002-07-21 [alfons]     0.7.8claws92
9262         
9263         * src/prefs_common.[ch]
9264                 remove option "Send return receipt on request"
9265
9266 2002-07-21 [thorsten]   0.7.8claws91
9267
9268         * src/mimeview.c
9269                 fixed memleaks, coding style as pointed out by alfons
9270
9271 2002-07-21 [alfons]     0.7.8claws90
9272
9273         * src/messageview.c
9274         * src/noticeview.[ch]
9275                 o fix bug notice view being displayed when going to empty folder 
9276                   (noticed by Christoph)
9277                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9278                   (noticed by Thorsten)
9279
9280 2002-07-21 [thorsten]   0.7.8claws89
9281
9282         * src/mimeview.c
9283                 Included save_all patch from Xaview FACQ
9284                 added support for pathnames
9285
9286 2002-07-21 [alfons]     0.7.8claws88
9287
9288         * po/POTFILES.in
9289         * src/Makefile.am
9290         * src/mainwindow.c
9291         * src/messageview.[ch]
9292         * src/noticeview.c      ** NEW FILE **
9293         * src/noticeview.h      ** NEW FILE **
9294                 make return receipts work again
9295                 (UI idea by Leandro Pereira)
9296
9297 2002-07-21 [paul]       0.7.8claws87
9298
9299         * src/summaryview.c
9300                 fix sensitivity of 'Select thread'
9301
9302 2002-07-21 [paul]       0.7.8claws86
9303
9304         * src/prefs_common.c
9305                 add browser command line for Galeon
9306
9307 2002-07-21 [paul]       0.7.8claws85
9308
9309         * Makefile.am
9310                 fix 'EXTRA_DIST': remove README.README, add TODO
9311                 and TODO.claws
9312
9313 2002-07-21 [alfons]     0.7.8claws84
9314
9315         * src/gtkstext.c
9316                 make enter clear selection
9317                 (closes "[ 579888 ] Editor selection/entry error"
9318                 reported by Steve Lamb)
9319
9320 2002-07-21 [alfons]     0.7.8claws83
9321         
9322         * src/summaryview.c
9323                 sort message list when selecting unthread messages
9324                 (closes "[ 501593 ] switching threaded view doesn't sort"
9325                 reported by Simon Schubert)
9326
9327 2002-07-20 [alfons]     0.7.8claws82
9328         
9329         * src/matcher.c
9330                 const-correctness
9331
9332 2002-07-20 [thorsten]   0.7.8claws81
9333
9334         * src/matcher.c
9335                 Fixed expansion of empty fields in matchactions
9336
9337 2002-07-19 [melvin]     0.7.8claws80
9338
9339         * src/gtkspell.c
9340                 Removed a duplicate menu entry (fast mode) introduced during
9341                 the new cache merge
9342                 Added a menu separator between 'Use alternate' and 'Fast mode'
9343
9344 2002-07-19 [paul]       0.7.8claws79
9345
9346         * tools/Makefile.am
9347           tools/README
9348                 correct typos
9349
9350 2002-07-19 [thorsten]   0.7.8claws78
9351
9352         * tools/calypso_convert.pl      ** NEW FILE **
9353           tools/README
9354           tools/Makefile.am
9355                 script to import mbox files exported
9356                 by calypso
9357                 o generates folder structure
9358                 o includes attachments
9359
9360 2002-07-19 [melvin]     0.7.8claws77
9361
9362         * src/selective_download.[ch]
9363                 Fixed bug where closing the dialog with the window manager's
9364                 close button will not unlock the summary
9365                 Corrected some function declarations that missed a return value
9366                 Made the source code comply better with coding style.
9367         * src/prefs_common.c
9368                 Added new browser command line for Mozilla.
9369
9370 2002-07-18 [paul]       0.7.8claws76
9371
9372         * src/mainwindow.c
9373           src/selective_download.[ch]
9374                 reflect theme changes, fix Gdk Warning when creating 
9375                 pixmap from NULL window, and minor clean up.
9376                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9377
9378         * po/en_GB.po
9379                 updated
9380
9381 2002-07-17 [paul]       0.7.8claws75
9382
9383         * INSTALL[.jp]
9384                 sync with 0.8.0
9385         
9386         * po/en_GB.po
9387                 updated
9388
9389 2002-07-16 [paul]       0.7.8claws74
9390
9391         * tools/filter_conv.pl
9392           tools/README
9393                 replace conversion script with reimplemented version, 
9394                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9395
9396 2002-07-16 [colin]      0.7.8claws73
9397
9398         * src/summaryview.c
9399                 remove forgotten debug messages - sorry ;-)
9400
9401 2002-07-16 [colin]      0.7.8claws72
9402
9403         * src/mimeview.c
9404           src/summaryview.c
9405           src/textview.c
9406           src/textview.h
9407                 add the ability to select part of a text mime-part 
9408                 to reply.
9409
9410 2002-07-15 [christoph]  0.7.8claws71
9411
9412         * src/folder.c
9413                 fix folder message count for folders without
9414                 msg_is_changed (includes news folders)
9415
9416 2002-07-15 [martin]     0.7.8claws70
9417
9418         * src/summaryview.c
9419                 option "display recipient on 'From'..." now works
9420                 without the need of enabling the option
9421                 "display  sender  using  address  book".
9422
9423 2002-07-15 [christoph]  0.7.8claws69
9424
9425         * src/summaryview.c
9426                 removed setting folder status from summaryview.
9427                 folder.c should update all message counts correctly.
9428
9429 2002-07-15 [paul]       0.7.8claws68
9430
9431         * po/pt_BR.po
9432                 updated by Fabio Junior Beneditto
9433
9434 2002-07-15 [darko]      0.7.8claws67
9435
9436         * src/mh.c
9437                 Fixed target folder colorization, don't decrease op
9438                 number twice
9439
9440 2002-07-14 [paul]       0.7.8claws66
9441
9442         * sync with main 0.8.0
9443                 see ChangeLog 2002-07-14
9444
9445 2002-07-13 [melvin]     0.7.8claws65
9446         
9447         * src/addrbook.c
9448         * src/addressbook.c
9449         * src/addrindex.c
9450                 Replaced sprintf by g_snprintf to prevent possible buffer
9451                 overflow.
9452         * src/news.c
9453                 Corrected a log message output format.
9454                 Added a missing "done" debug output.
9455         * src/compose.c
9456                 Added keyboard accelerator for Priority menu items
9457                 Added missing \n in debug output
9458         * src/logwindow.c
9459         * src/gtkspell.c
9460         * src/rfc2015.c
9461                 Added missing \n in debug output
9462
9463 2002-07-13 [paul]       0.7.8claws64
9464
9465         * man/sylpheed.1
9466                 change Sergey's email address to the sf address
9467
9468         * src/textview.c
9469                 increase show_url_timeout (more useful for long
9470                 urls)
9471
9472 2002-07-12 [sergey]     0.7.8claws63
9473
9474         * src/rfc2015.c
9475                 applied (with some modifications) patch to set the
9476                 micalg parameter for signatures
9477                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9478
9479 2002-07-12 [sergey]     0.7.8claws62
9480
9481         * man/Makefile.am
9482         * configure.in
9483                 fixed man page installation
9484
9485 2002-07-12 [paul]       0.7.8claws61
9486
9487         * sync with 0.7.8cvs26
9488                 see ChangeLog 2002-07-11 and 2002-07-12
9489
9490 2002-07-11 [christoph]  0.7.8claws60
9491
9492         * src/compose.c
9493         * src/procmsg.c
9494                 first use the message number to find the message
9495                 to mark with a reply flag but check the
9496                 message-id if we got the correct message, if not
9497                 try to find it by message-id.
9498                 use new string seperator that is not allowed
9499                 in message-ids.
9500
9501 2002-07-11 [paul]       0.7.8claws59
9502
9503         * sync with 0.7.8cvs23
9504                 see ChangeLog 2002-07-10
9505
9506 2002-07-10 [christoph]  0.7.8claws58
9507
9508         * src/folder.[ch]
9509         * src/msgcache.[ch]
9510                 Added message-id table to the cache in memory
9511                 and functions to msgcache.c and folder.c to
9512                 fetch MsgInfos by message id
9513         * src/compose.c
9514         * src/procmsg.c
9515                 store folder and message-id of message replying
9516                 to in queue header and set reply flag after sending
9517                 (Closes bug #469498)
9518
9519 2002-07-10 [paul]       0.7.8claws57
9520
9521         * AUTHORS
9522           man/sylpheed.1.gz
9523                 add Martin to the list of authors
9524
9525 2002-07-09 [martin]     0.7.8claws56
9526         * src/gtksctree.c
9527                 Added gtk_ctree_last_visible(), tree_update_level(),
9528                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9529                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9530                 from gtk+ to gtksctree.c for the new sorting code
9531                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9532                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9533         * src/gtksctree.h
9534                 Added declaration for gtk_sctree_sort_recursive() and
9535                 gtk_sctree_sort_node
9536         * src/addressbook.c
9537         * src/foldersel.c
9538         * src/folderview.c
9539         * src/summaryview.c
9540                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9541                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9542
9543 2002-07-08 [paul]       0.7.8claws55
9544
9545         * more sync with 0.7.8cvs21
9546                 see ChangeLog 2002-07-08
9547
9548 2002-07-08 [paul]       0.7.8claws54
9549
9550         * sync with 0.7.8cvs21
9551                 see ChangeLog 2002-07-08
9552
9553 2002-07-07 [alfons]     0.7.8claws53
9554
9555         * src/Makefile.am
9556         * src/stock_pixmap.[ch]
9557         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9558         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9559         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9560                 add new pixmaps for upcoming notice pane
9561
9562 2002-07-06 [melvin]     0.7.8claws52
9563
9564         * src/gtkspell.[ch]
9565                 Made them a bit closer to Sylpheed's coding style.
9566                 Removed old code.
9567                 Removed possible memory leaks when some errors occurs.
9568
9569 2002-07-06 [melvin]     0.7.8claws51
9570
9571         * po/Makefile.in.in
9572                 Removed --no-location in xgettext command line to help
9573                 translators that use Emacs' po-mode
9574         * src/quote_fmt.c
9575                 Removed unnecessary comments that messed up sylpheed.pot
9576
9577 2002-07-06 [paul]       0.7.8claws50
9578
9579         * sync with 0.7.8cvs19
9580                 see ChangeLog 2002-07-05
9581
9582 2002-07-06 [christoph]  0.7.8claws49
9583
9584         * src/folder.c
9585         * src/mainwindow.c
9586                 fix folder_item_remove_all_msg and folderview
9587                 status for trash folders after emptying trash
9588
9589 2002-07-05 [paul]       0.7.8claws48
9590
9591         * sync with 0.7.8cvs16
9592                 see ChangeLog 2002-07-04 and 2002-07-05
9593
9594 2002-07-04 [paul]       0.7.8claws47
9595
9596         * sync with 0.7.8cvs14
9597                 see  ChangeLog 2002-07-04
9598
9599 2002-07-03 [alfons]     0.7.8claws46
9600
9601         * src/folder.c
9602                 dupe folder item's path because it's being reallocated
9603                 by new folder scanning code
9604
9605 2002-07-03 [christoph]  0.7.8claws45
9606
9607         * src/imap.c
9608                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9609         * src/msgcache.c
9610                 add missing return in msgcache_write
9611
9612 2002-07-02 [thorsten]   0.7.8claws44
9613
9614         * src/jpilot.c
9615         * src/msgcache.c
9616         * src/rfc2015.c
9617                 use binary mode for file access
9618
9619 2002-07-02 [christoph]  0.7.8claws43
9620
9621         * major code cleanup (part 1)
9622         
9623                 - unused variables removed
9624                 - unused functions removed
9625                 - uninitialized variables checked
9626                 - missing return statements added
9627                 - missing function return types added
9628                 - added parentheses around assignment and
9629                   && in || when suggested by gcc
9630               
9631         * src/mh.c
9632         * src/folder.c
9633                 replaced direct calls to folder->scan_tree
9634                 with folder_scan_tree and restore folder
9635                 prefs in this function. The folder should
9636                 not have to deal with them.
9637                 ( Should now work for all folder types )
9638
9639 2002-07-02 [paul]       0.7.8claws42
9640
9641         * sync with 0.7.8cvs13
9642                 see ChangeLog 2002-07-01 and 2002-07-02
9643
9644 2002-07-01 [christoph]  0.7.8claws41
9645
9646         * src/summaryview.c
9647                 fix "goto next/prev unread message" with
9648                 ignored threads
9649
9650 2002-07-01 [paul]       0.7.8claws40
9651
9652         * po/es.po
9653                 updated by Ricardo Mones Lastra
9654
9655 2002-06-30 [match]      0.7.8claws39
9656
9657         * src/jpilot.c
9658                 applied variation of leonerd's patch (566661) to
9659                 allow multiple email addresses per JPilot entry.
9660                 addresses may be separated by space, comma, pipe,
9661                 semi-colon, new-line.
9662
9663 2002-06-30 [alfons]     0.7.8claws38
9664
9665         * src/procmsg.c
9666                 simple fix for putting older nodes before
9667                 newer nodes when threading by subject
9668
9669 2002-06-30 [christoph]  0.7.8claws37
9670
9671         * src/folder.c
9672         * src/folderview.c
9673         * src/mh.c
9674         * src/news.c
9675         * src/procmsg.c
9676                 fix broken folder tree rescaning
9677                 and don't use procmsg_get_mark_sum
9678                 anymore
9679
9680 2002-06-30 [christoph]  0.7.8claws36
9681
9682         * merge new cache branch
9683         * src/imap.c
9684                 fix new cache imap copy bug
9685         * src/folder.c
9686                 improved folder_item_scan
9687                 it should now always set the correct
9688                 new, unread and total message counts
9689
9690 2002-06-29 [paul]       0.7.8claws35
9691
9692         * configure.in
9693                 correct syntax error
9694
9695 2002-06-29 [paul]       0.7.8claws34
9696
9697         * configure.in
9698           Makefile.am
9699           man/Makefile.am       ** NEW FILE **
9700           man/sylpheed.1.gz     ** NEW FILE **
9701                 add Sylpheed man page
9702
9703 2002-06-29 [paul]       0.7.8claws33
9704
9705         * po/pt_BR.po
9706                 updated by Fabio Junior Beneditto
9707
9708 2002-06-28 [jens]       0.7.8claws32
9709
9710         * po/de.po
9711                 translation updated
9712
9713         * src/selective_download.c
9714                 removed gettext for space " "
9715
9716         * src/imap.c
9717                 removed wrong space
9718
9719 2002-06-28 [paul]       0.7.8claws31
9720
9721         * sync with 0.7.8cvs11
9722                 see ChangeLog 2002-06-28
9723
9724 2002-06-28 [paul]       0.7.8claws30
9725
9726         * sync with 0.7.8cvs10
9727                 see ChangeLog 2002-06-27 and 2002-06-28
9728
9729 2002-06-26 [paul]       0.7.8claws29
9730
9731         * src/addrgather.c
9732           src/selective_download.c
9733                 don't gettextise empty strings.
9734                 reserved by gettext. gettext("") returns 
9735                 the header entry with meta information, 
9736                 not the empty string
9737
9738         * po/en_GB.po
9739                 updated
9740
9741 2002-06-26 [paul]       0.7.8claws28
9742
9743         * sync with 0.7.8cvs7
9744                 see ChangeLog 2002-06-25
9745
9746         * src/prefs_common.c
9747                 ...and in the process, tweak the gui a little
9748
9749 2002-06-25 [alfons]     0.7.8claws27
9750         
9751         * configure.in
9752         * src/Makefile.am
9753                 fine tune ldap library detection
9754
9755 2002-06-25 [alfons]     0.7.8claws26
9756
9757         * src/compose.c
9758                 don't allow return receipts when composing a news article
9759
9760 2002-06-25 [paul]       0.7.8claws25
9761
9762         * Makefile.am
9763                 add '$(AMTAR)' to 'release' section to allow for
9764                 new and older autotools
9765
9766 2002-06-25 [paul]       0.7.8claws24
9767
9768         * src/summaryview.c
9769                 fix "No more unread messages" persistant pop-up
9770                 window bug
9771
9772 2002-06-25 [paul]       0.7.8claws23
9773
9774         * po/it.po
9775                 updated by Alessandro Maestri
9776
9777 2002-06-25 [paul]       0.7.8claws22
9778
9779         * sync with 0.7.8cvs6
9780                 see ChangeLog 2002-06-25
9781
9782 2002-06-24 [paul]       0.7.8claws21
9783
9784         * tools/update-po
9785                 add GPL copyright information
9786
9787 2002-06-24 [paul]       0.7.8claws20
9788
9789         * tools/Makefile.am
9790           tools/README
9791           tools/update-po       ** NEW FILE **
9792                 add script that eases the creation of *.po files
9793                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9794
9795 2002-06-23 [alfons]     0.7.8claws19
9796
9797         * src/messageview.c
9798                 make notification_convert_header obey const correctness
9799                 (next step will be fixing the broken return receipt)
9800
9801 2002-06-23 [paul]       0.7.8claws18
9802
9803         * src/messageview.c
9804                 fix bug introduced in last commit:
9805                 removed too much code in last commit - put back what's
9806                 needed
9807
9808 2002-06-23 [paul]       0.7.8claws17
9809
9810         * src/messageview.[ch]
9811                 remove code committed in error from locally patched
9812                 source
9813
9814 2002-06-23 [colin]      0.7.8claws16
9815
9816         * src/compose.[ch]
9817                 add compose_entry_select(), used to select the default_to
9818                 email address - hopefully avoiding people sending mails to
9819                 wrong recipients.
9820
9821 2002-06-22 [alfons]     0.7.8claws15
9822
9823         * AUTHORS
9824                 add Bram Metsch & Stanislav Karchebny
9825         * src/smtp.[ch]
9826         * src/prefs_account.[ch]
9827         * src/send.c
9828                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9829                   options.  (see <http://sourceforge.net/tracker/index.php
9830                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9831
9832                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9833                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9834
9835 2002-06-22 [paul]       0.7.8claws14
9836
9837         * sync with 0.7.8cvs5
9838                 see ChangeLog 2002-06-19 and 2002-06-20
9839
9840 2002-06-22 [alfons]     0.7.8claws13
9841
9842         * src/selective_download.c
9843                 fix a stupid mistake I made
9844
9845 2002-06-22 [alfons]     0.7.8claws12
9846
9847         * src/selective_download.[ch]
9848                 fix another unnoticed leak; cleanup code
9849
9850 2002-06-21 [alfons]
9851
9852         * tools/Makefile.am
9853                 gpg-sign <-- gpg-sign-syl
9854
9855 2002-06-21 [alfons]     0.7.8claws11
9856
9857         * src/selective_download.c
9858         * src/selective_download.h
9859                 fix assorted mix of allocation errors (should solve
9860                 problem reported by Philippe Gramoullé, see:
9861                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9862
9863 2002-06-20 [melvin]     0.7.8claws10
9864
9865         * tools/gpg-sign *REMOVED*
9866           tools/gpg-sign-syl *ADDED*
9867                 Replaced the gpg clearsigning script with the version using
9868                 xterm instead of ssh-askpass and changed its name.
9869
9870         * README.claws
9871                 Updated actions example to reflect the renaming of the
9872                 gpg clearsigning script.
9873
9874 2002-06-19 [paul]       0.7.8claws9
9875
9876         * sync with 0.7.8claws9
9877                 see ChangeLog 2002-06-18 and 2002-06-19
9878
9879 2002-06-19 [paul]       0.7.8claws8
9880
9881         * sync with 0.7.8cvs1
9882                 see ChangeLog 2002-06-18
9883
9884 2002-06-18 [alfons]     0.7.8claws7
9885
9886         * src/mainwindow.h
9887                 add omitted prototype
9888
9889 2002-06-17 [paul]       0.7.8claws6
9890
9891         * src/mainwindow.c
9892                 fix hiding of exec_btn
9893
9894 2002-06-17 [paul]       0.7.8claws5
9895
9896         * src/pop.c
9897                 remove unneeded code: should_delete() 
9898                 and Pop3State::uidl_todelete_list
9899
9900 2002-06-17 [paul]       0.7.8claws4
9901
9902         * sync with 0.7.8
9903                 see ChangeLog 2002-06-11 and 2002-06-13
9904
9905 2002-06-16 [alfons]     0.7.8claws3
9906         
9907         * src/folder.c
9908                 make sure lock sort mode (claws specific) is
9909                 also persists after a tree rescan
9910
9911 2002-06-16 [alfons]     0.7.8claws2
9912
9913         * src/prefs_folder_item.c
9914         * src/folder.[ch]
9915                 fix persistence of folder sort mode (broken
9916                 by adapting Hiro's new folder persistence code)
9917
9918 2002-06-16 [alfons]     0.7.8claws1
9919
9920         * AUTHORS
9921         * src/logwindow.c
9922         * src/prefscommon.[ch]
9923                 control size of log text in log window; 
9924                 closes patch #569155 submitted by Mitko Haralanov.
9925
9926 2002-06-15 [paul]       0.7.8claws
9927
9928         * release of 0.7.8claws
9929
9930 2002-06-15 [paul]       0.7.7claws
9931
9932         * po/pt_BR.po
9933                 updated by Fabio Junior Beneditto
9934
9935 2002-06-14 [paul]       0.7.6claws49
9936
9937         * po/es.po
9938                 updated by Ricardo Mones Lastra
9939
9940 2002-06-14 [paul]       0.7.6claws48
9941
9942         * po/nl.po
9943                 updated translation by Wilbert Berendsen
9944
9945 2002-06-14 [melvin]     0.7.6claws47
9946
9947         * po/fr.po
9948                 Updated French translation
9949
9950 2002-06-13 [paul]       0.7.6claws46
9951
9952         * src/filesel.c
9953                 allow filename to be typed in, rather than just
9954                 selected by the mouse. Patch by Gustavo Noronha Silva.
9955
9956 2002-06-13 [alfons]     0.7.6claws45
9957
9958         * src/mainwindow.[ch]
9959                 more cleanups (removing unnecessary menu items Expand 
9960                 summary / message view)
9961
9962 2002-06-13 [melvin]     0.7.6claws44
9963
9964         * po/POTFILES.in
9965                 Added src/string_match.c
9966         * src/string_match.c
9967                 Fixed possible buffer overflow.
9968                 Corrected typo.
9969                 Added missing config.h header.
9970         * src/prefs_common.c
9971           src/prefs_matcher.c
9972           src/prefs_scoring.c
9973                 Made some strings translatable (missing _(..)).
9974
9975 2002-06-13 [melvin]     0.7.6claws43
9976
9977         * README.claws
9978                 Corrected action example (verifying clearsigned mail).
9979         * src/prefs_account.c
9980                 Corrected typo.
9981         * src/prefs_common.c
9982                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9983
9984 2002-06-12 [alfons]     0.7.6claws42
9985
9986         * src/summaryview.c
9987                 add init of score column lost in 0.7.6claws42
9988
9989 2002-06-12 [paul]       0.7.6claws41
9990
9991         * src/prefs_account.c
9992                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9993                 behavior of the radio buttons, (from 0.7.7cvs2)
9994
9995 2002-06-11 [alfons]     0.7.6claws40
9996
9997         * src/messageview.[ch]
9998         * src/summaryview.[ch]
9999         * src/summary_search.c
10000         * src/mainwindow.c
10001                 perform a sync to bring in Hiro's separate view implementation 
10002
10003                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10004
10005 2002-06-11 [paul]       0.7.6claws39
10006         
10007         * src/prefs_account.c
10008                 correct a typo on the Receive tab
10009
10010 2002-06-10 [match]      0.7.6claws38
10011
10012         * src/addressbook.c
10013                 Included address completion patch from Gustavo Noronha.
10014
10015 2002-06-10 [paul]       0.7.6claws37
10016
10017         * src/inc.[ch]
10018           src/pop.c
10019           src/prefs_account.[ch]
10020           src/selective_download.[ch]
10021                 apply PATCH #561712
10022                  NEW:
10023                 - check if POP Account
10024                 - Receive Button renamed to Preview
10025                 - Preview Button Popup: preview new/all messages
10026                 - Download Button
10027                 - Account Preferences-->Receive tab checkbutton if you
10028                   want to remove Mail after Download
10029                 -: default YES
10030                 - Account Preferences-->Receive tab checkbutton use
10031                   filtering rules on preview
10032                   (think of delete_on_server)
10033                 -: default YES
10034                 - Account selectable from SD dialog
10035                 - checkbutton to show already downloaded messages if
10036                   all messages are previewed
10037                 - new clist column showing Date
10038                 - ESC KEY close
10039                 FIXES:
10040                 - play ball with UIDL
10041                 - fault tolerant (?) 
10042                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10043
10044 2002-06-10 [melvin]     0.7.6claws36
10045
10046         * README.claws
10047                 Added a hint to ac/README in cvs instructions.
10048
10049         * src/prefs_actions.c
10050                 Made it possible to use a more elaborate command line
10051                 for asynchronous actions, too.
10052
10053 2002-06-10 [melvin]     0.7.6claws35
10054         
10055         * src/prefs_actions.c
10056                 Make it possible to use a more elaborate command line
10057                 (e.g. |foo|bar|cat>there;echo Done|)
10058                 Corrected error message when calling %f, %F and %p commands
10059                 from the compose window.
10060
10061 2002-06-09 [colin]      0.7.6claws34
10062
10063         * src/summaryview.c
10064                 Automatically find unread messages in current folder
10065                 before annoying the user.
10066
10067 2002-06-08 [alfons]     0.7.6claws33
10068
10069         * po/it.po
10070                 remove bad formatting string in it.po translation
10071                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10072
10073 2002-06-08 [paul]       0.7.6claws32
10074
10075         * sync with 0.7.6cvs25
10076                 see ChangeLog 2002-06-07
10077
10078 2002-06-05 [paul]       0.7.6claws31
10079
10080         * src/mainwindow.c
10081                 add 'Sort by locked' and 'Sort by score'
10082
10083 2002-06-05 [paul]       0.7.6claws30
10084
10085         * sync with 0.7.6cvs24
10086                 see ChangeLog 2002-06-04
10087
10088 2002-06-04 [paul]       0.7.6claws29
10089
10090         * po/pt_BR.po
10091                 updated by Fabio Junior Beneditto
10092
10093 2002-06-03 [thorsten]   0.7.6claws28
10094
10095         * src/matcher.c
10096                 fclose() matcherrc after reading
10097
10098 2002-06-03 [paul]       0.7.6claws27
10099
10100         * sync with 0.7.6cvs21
10101                 see ChangeLog 2002-05-31
10102
10103 2002-05-31 [paul]       0.7.6claws26
10104
10105         * sync with 0.7.6cvs20
10106                 see ChangeLog 2002-05-29 and 2002-05-30
10107
10108 2002-05-31 [paul]       0.7.6claws25
10109
10110         * src/imap.c
10111                 hopefully fix last buggy sync
10112
10113         * README.claws
10114                 correct typo in 'Actions' examples
10115
10116 2002-05-29 [paul]       0.7.6claws24
10117
10118         * sync with 0.7.6cvs18
10119                 see ChangeLog 2002-05-28 and 2002-05-29
10120
10121         * src/news.c
10122           src/nntp.[ch]
10123                 sync with above 
10124
10125 2002-05-28 [paul]       0.7.6claws23
10126
10127         * sync with 0.7.6cvs16
10128                 see ChangeLog 2002-05-28
10129
10130 2002-05-27 [thorsten]   0.7.6claws22 
10131
10132         * faq/it/sylpheed-faq-1.html
10133           faq/it/sylpheed-faq-2.html
10134           faq/it/sylpheed-faq-3.html
10135           faq/it/sylpheed-faq.html
10136                 corrected DOS lineendings
10137         * faq/de/sylpheed-faq-1.html
10138           faq/de/sylpheed-faq-2.html
10139           faq/en/sylpheed-faq-1.html
10140           faq/en/sylpheed-faq-2.html
10141           faq/en/sylpheed-faq-3.html
10142           faq/es/sylpheed-faq-1.html
10143           faq/es/sylpheed-faq-2.html
10144           faq/es/sylpheed-faq-3.html
10145           faq/fr/sylpheed-faq-1.html
10146           faq/it/sylpheed-faq-1.html
10147           faq/it/sylpheed-faq-2.html
10148           faq/it/sylpheed-faq-3.html
10149           faq/it/sylpheed-faq.html
10150                 changed ">" to &quot;
10151
10152 2002-05-27 [paul]       0.7.6claws21
10153         
10154         * sync with 0.7.6cvs15
10155                 see ChangeLog 2002-05-27
10156
10157 2002-05-27 [paul]       0.7.6claws20
10158
10159         * src/prefs_account.c
10160                 correct a typo
10161
10162 2002-05-26 [paul]       0.7.6claws19
10163
10164         * tools/README
10165                 correct a typo
10166
10167 2002-05-25 [paul]       0.7.6claws18
10168
10169         * tools/README
10170                 add description of kmail2sylpheed.pl
10171
10172 2002-05-25 [paul]       0.7.6claws17
10173
10174         * tools/kmail2sylpheed.pl       ** NEW FILE **
10175                 perl script that converts an exported Kmail address
10176                 book, converts it to sylpheed addressbook file,
10177                 writes the file to .sylpheed, and updates
10178                 addrbook--index.xml 
10179
10180 2002-05-25 [paul]       0.7.6claws16
10181
10182         * sync with 0.7.6cvs14
10183                 see ChangeLog 2002-05-23
10184
10185 2002-05-24 [paul]       0.7.6claws15
10186
10187         * README.claws
10188                 make a correction and add some more info
10189
10190 2002-05-24 [paul]       0.7.6claws14
10191
10192         * src/compose.c
10193                 fix memory leak in 
10194                 compose_redirect_write_headers_from_headerlist()
10195                 add Subject and Resent-Message-ID to
10196                 compose_redirect_write_headers()
10197                 Received, Subject, and X-UIDL are filtered out in 
10198                 compose_redirect_write_to_file()
10199
10200 2002-05-23 [paul]       0.7.6claws13
10201
10202         * src/compose.[ch]
10203           src/filtering.c
10204           src/mainwindow.c
10205           src/matcher.[ch]
10206           src/matcher_parser_lex.l
10207           src/matcher_parser_parse.y
10208           src/prefs_common.[ch]
10209           src/prefs_filtering.c
10210           src/summaryview.c
10211                 rename 'Bounce' to 'Redirect'
10212
10213 2002-05-23 [paul]       0.7.6claws12
10214
10215         * more sync with 0.7.6cvs13
10216           src/compose.c
10217                 see ChangeLog 2002-05-22
10218
10219 2002-05-22 [paul]       0.7.6claws11
10220
10221         * sync with 0.7.6cvs13
10222           src/codeconv.c
10223                 see ChangeLog 2002-05-20
10224           src/prefs_common.c
10225                 see ChangeLog 2002-05-22
10226
10227 2002-05-21 [melvin]     0.7.6claws10
10228
10229         * src/folderview.c
10230                 Added missing filtering and scoring headers
10231                 Fixed bad function call that showed garbage 
10232                 in Folder->Processing
10233
10234 2002-05-21 [paul]       0.7.6claws9
10235
10236         * tools/Makefile.am
10237                 make all tools executable, (patch by Alfons).
10238
10239 2002-05-20 [alfons]     0.7.6claws8
10240
10241         * src/procheader.c
10242                 don't forget to call mktime() so we have a valid week 
10243                 and year day
10244                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10245
10246 2002-05-20 [paul]       0.7.6claws7
10247
10248         * src/html.c
10249                 fix broken parsing of urls
10250         * src/textview.c
10251                 fix displaying of urls
10252
10253                 both fixes from the patch [547855] by Eugene 
10254                 Brevdo (zonem)
10255
10256 2002-05-19 [alfons]     0.7.6claws6
10257
10258         * configure.in
10259                 make sylpheed configure correctly with the latest
10260                 and greatest of automake / autoconf / gettext
10261
10262 2002-05-19 [alfons]     0.7.6claws5
10263
10264         * src/procheader.c
10265         * src/procheader.h
10266                 add function for returning ime zone offset
10267         * src/quote_fmt.c
10268         * src/quote_fmt_parse.y
10269                 better quotation formatting - does not convert
10270                 to local time, but uses the original date string.
10271                 
10272                 Note: %z inserts the timezone offset (should 
10273                 work also on platforms where strftime does not
10274                 support %z).
10275
10276 2002-05-18 [christoph]  0.7.6claws4
10277
10278         * src/summaryview.c
10279                 fix indentation of some code
10280         * tools/Makefile.am
10281                 fix spaces after \
10282         * src/Makefile.am
10283                 add missing \
10284                 correct path for ignorethread.xpm
10285                 incorrect filename for sylpheed_logo.xpm
10286                 add missing include matcher_parser_parse.h
10287
10288 2002-05-18 [paul]       0.7.6claws3
10289
10290         * sync with 0.7.6cvs8
10291                 see ChangeLog 2002-05-16 and 2002-05-17
10292
10293 2002-05-18 [melvin]     0.7.6claws2
10294
10295         * README.claws
10296                 Corrected an action's definition and fixed some misspellings.
10297
10298 2002-05-18 [paul]       0.7.6claws1
10299
10300         * tools/Makefile.am
10301           tools/gpg-sign        ** new file **
10302           tools/uudec           ** new file **
10303                 add Melvin's Actions scripts
10304
10305         * README.claws
10306                 add Melvin's descriptions for Actions
10307
10308 2002-05-18 [paul]       0.7.6claws
10309
10310         * Version 0.7.6claws released
10311
10312 2002-05-17 [paul]       0.7.5claws32
10313
10314         * po/es.po
10315                 updated by Ricardo Mones Lastra
10316
10317 2002-05-17 [paul]       0.7.5claws31
10318
10319         * src/compose.c
10320                 fix Account prefs default folder for sent/draft/deleted
10321                 messages bug
10322
10323         * po/it.po
10324           po/nl.po
10325                 updated translation by Alessandro Maestri and
10326                 Wilbert Berendsen
10327
10328 2002-05-17 [melvin]     0.7.5claws30
10329
10330         * src/prefs_actions.c
10331                 Fixed bug where using %F not at the end of the command 
10332                 resulted in an additional empty argument being created.
10333                 Thanks to Darko Koruga for reporting the bug.
10334
10335 2002-05-17 [melvin]     0.7.5claws29
10336
10337         * po/fr.po
10338                 Updated French translations.
10339
10340 2002-05-15 [paul]       0.7.5claws28
10341         
10342         * po/es.po
10343                 updated by Ricardo Mones Lastra
10344
10345 2002-05-15 [paul]       0.7.5claws27
10346
10347         * sync with 0.7.6cvs4
10348                 see ChangeLog 2002-05-14 and 2002-05-15
10349
10350 2002-05-14 [paul]       0.7.5claws26
10351
10352         * sync with 0.7.6cvs1
10353                 see ChangeLog 2002-05-13
10354
10355 2002-05-13 [thorsten]   0.7.5claws25
10356
10357         * src/messageview.c
10358                 fix select_all and copy in multipart messages
10359         * src/mainwindow.c
10360                 fix select_all and copy in multipart messages
10361
10362 2002-05-12 [paul]       0.7.5claws24
10363
10364         * src/summaryview.c
10365                 reverse last commit, bug already fixed in 0.7.5claws3
10366
10367 2002-05-12 [netztorte]  0.7.5claws23
10368
10369         * src/summaryview.c
10370                 dont parse empty addressbook (checked in before claws20)
10371
10372 2002-05-12 [melvin]     0.7.5claws22
10373
10374         * src/procmsg.[ch]
10375                 Removed unneeded priority code introduced by the previous 
10376                 commit.
10377
10378 2002-05-12 [melvin]     0.7.5claws21
10379
10380         * src/compose.[ch]
10381                 Added possibility to set message's priority.
10382         * src/procmsg.[ch]
10383                 Added possibility to set message's priority.
10384                 Added missing headers
10385
10386 2002-05-12 [melvin]     0.7.5claws20
10387
10388         * src/prefs_actions.c
10389                 Removed implicitely added quotes around the name
10390                 of the temporary files of mime parts.
10391
10392 2002-05-12 [paul]       0.7.5claws19
10393
10394         * sync with 0.7.5cvs20
10395                 see ChangeLog 2002-05-11
10396
10397 2002-05-12 [alfons]     0.7.5claws18
10398
10399         * src/quote_fmt_lex.l
10400         * src/quote_fmt_parse.y
10401                 allow quote / reply date & time format to be set using
10402                 %D{format}. format is a format string you'd pass to
10403                 strftime() (see man strftime, or the Display tab |
10404                 Date format setting).
10405
10406                 Currently %D converts the date to local time. 
10407
10408 2002-05-11 [paul]       0.7.5claws17
10409
10410         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10411                 see ChangeLog 2002-05-10 and 2002-05-11
10412
10413 2002-05-10 [paul]       0.7.5claws16
10414
10415         * sync with 0.7.5cvs16
10416                 see ChangeLog entries 2002-05-09 and 
10417                 2002-05-10
10418
10419 2002-05-10 [colin]      0.7.5claws15
10420
10421         * src/textview.c
10422                 Corrected a bug that prevented sylpheed to open
10423                 double-clicked URIs.
10424
10425 2002-05-09 [paul]       0.7.5claws14
10426
10427         * sync with 0.7.5cvs14
10428                 see ChangeLog 2002-05-08 and 2002-05-09
10429
10430 2002-05-08 [paul]       0.7.5claws13
10431
10432         * sync with 0.7.5cvs11
10433                 see ChangeLog entry 2002-05-08
10434
10435 2002-05-08 [paul]       0.7.5claws12
10436
10437         * src/mainwindow.c
10438           src/textview.[ch]
10439                 fix segfault on View->Open in new window
10440                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10441
10442 2002-05-07 [paul]       0.7.5claws11
10443
10444         * sync with 0.7.5cvs9
10445                 see ChangeLog entry 2002-05-07
10446
10447 2002-05-06 [paul]       0.7.5claws10
10448
10449         * src/messageview.c
10450           src/textview.c
10451                 display url in statusbar on single-click
10452                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10453
10454 2002-05-06 [match]      0.7.5claws9
10455
10456         * src/addritem.[ch]
10457                 new functions.
10458         * src/addrcache.c
10459                 tidy up.
10460         * src/xmlprops.[ch]
10461                 XML implementation of properties file.
10462         * src/exporthtml.[ch]
10463         * src/expthtmldlg.[ch]
10464         * src/addressbook.c
10465                 export to HTML.
10466
10467 2002-05-02 [sergey]     0.7.5claws8
10468
10469         * src/mainwindow.c (mainwin_entries),
10470           src/prefs_common.c (prefs_send_create()),
10471           src/codeconv.c (locale_table):
10472                 use charset name "Windows-1251" instead of "CP1251".
10473
10474 2002-05-02 [colin]      0.7.5claws7
10475         
10476         * src/compose.c
10477           src/prefs_common.c
10478           src/prefs_folder_item.c
10479                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10480
10481 2002-05-02 [hiro]       0.7.5claws6
10482
10483         * src/imap.c
10484                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10485
10486 2002-05-02 [paul]       0.7.5claws5
10487
10488         * src/compose.c
10489                 more sync with 0.7.5cvs7, see ChangeLog entry
10490                 2002-05-02
10491
10492 2002-05-02 [hiro]       0.7.5claws4
10493
10494         * src/compose.c
10495                 compose_queue_sub():
10496                 check if queue folder exists (closes #550397).
10497                 removed directory creation since it should be handled
10498                 transparently.
10499         * src/imap.c
10500                 imap_add_msg(): return UID for appended message
10501                 (closes #548842).
10502
10503 2002-04-30 [paul]       0.7.5claws3
10504
10505         * src/summaryview.c
10506                 fix account_find_from_address() bug
10507
10508 2002-04-28 [colin]      0.7.5claws2
10509
10510         * src/compose.c
10511           src/textview.c
10512           src/prefs_common.[ch]
10513           src/utils.[ch]
10514                 Added user-definable quotation characters recognition.
10515
10516 2002-04-28 [paul]       0.7.5claws1
10517
10518         * sync with 0.7.5cvs4
10519                 see ChangeLog entry  2002-04-25
10520
10521 2002-04-28 [paul]       0.7.5claws
10522
10523         * po/es.po
10524           po/nl.po
10525           po/pt_BR.po
10526                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10527                 Fabio Junior Beneditto
10528
10529 2002-04-27 [jens]       0.7.4claws103
10530
10531         * po/de.po
10532                 updated German translation.
10533
10534 2002-04-27 [hiro]       0.7.4claws102
10535
10536         * src/summaryview.c
10537                 summary_write_cache(): fixed the mark loss of hidden messages.
10538
10539 2002-04-26 [melvin]     0.7.4claws101
10540
10541         * src/procmsg.c
10542                 fixed a second typo (same one)
10543         * po/fr.po
10544           po/it.po
10545           po/pt_BR.po
10546                 fixed the type again...
10547
10548 2002-04-26 [melvin]     0.7.4claws100
10549
10550         * src/procmsg.c
10551                 fixed a typo in an alert message ("temorary").
10552         * po/it.po
10553         * po/pt_BR.po
10554                 corrected the typo  described above.
10555         * po/fr.po
10556                 updated French translation.
10557
10558 2002-04-26 [darko]      0.7.4claws99
10559
10560         * src/summaryview.c
10561                 fix target folder colorization
10562
10563 2002-04-25 [paul]       0.7.4claws98
10564
10565         * po/it.po
10566                 updated by Alessandro Maestri
10567
10568 2002-04-24 [colin]      0.7.4claws97
10569         
10570         * src/compose.c
10571                 Fixed double "subject is empty" question.
10572
10573 2002-04-23 [colin]      0.7.4claws96
10574         
10575         * src/mimeview.c
10576                 Corrected issue when "automatically display images" was
10577                 not set : first image remained after selecting second.
10578
10579 2002-04-23 [melvin]     0.7.4claws95
10580
10581         * src/prefs_actions.c
10582                 Don't display in/out dialog if there is nothing to show.
10583
10584 2002-04-23 [paul]       0.7.4claws94
10585
10586         * sync with 0.7.5cvs3
10587                 bug fixes: see ChangeLog entry 2002-04-23
10588
10589 2002-04-22 [darko]      0.7.4claws93
10590
10591         * src/compose.c
10592                 fix previous check-in which changed code after
10593                 merge from main
10594
10595 2002-04-22 [paul]       0.7.4claws92
10596
10597         * faq/de/*
10598                 add German FAQ
10599         * faq/en/*
10600           faq/es/*
10601           faq/fr/*
10602                 update English, Spanish and French FAQs
10603         * manual/de/*
10604           manual/es/*
10605                 add German and Spanish manuals
10606         * manual/en/*
10607           manual/fr/*
10608                 update English and French manuals
10609
10610         * src/Makefile.am
10611                 add to and re-arrange the pixmap entries
10612
10613 2002-04-22 [darko]      0.7.4claws91
10614
10615         * src/compose.c
10616                 fix sender initials recognition to only allow
10617                 '>' after the initials
10618
10619 2002-04-21 [paul]       0.7.4claws90
10620
10621         * sync with 0.7.5 release
10622                 see ChangeLog entry 2002-04-21
10623
10624 2002-04-21 [alfons]
10625
10626         * src/Makefile.am
10627                 add colin's new pixmaps to EXTRA_DIST
10628
10629 2002-04-21 [colin]      0.7.4claws89
10630         * src/compose.c
10631         * src/inc.c
10632         * src/mainwindow.[ch]
10633         * src/prefs_common.[ch]
10634         * src/stock_pixmap.[ch]
10635                 Added "Work offline" ability.
10636
10637 2002-04-21 [colin]      0.7.4claws88
10638         
10639         * src/mimeview.c
10640         * src/prefs_common.c
10641         * src/prefs_common.h
10642         * src/textview.c : Added an option to common preferences -> display
10643           to allow user not to automatically display images.
10644
10645 2002-04-21 [paul]       0.7.4claws87
10646
10647         * sync with 0.7.4cvs52
10648                 see ChangeLog entry 2002-04-21 (src/imap.c)
10649
10650 2002-04-21 [paul]       0.7.4claws86
10651
10652         * sync with 0.7.4cvs51
10653                 see ChangeLog entry 2002-04-21
10654
10655 2002-04-21 [paul]       0.7.4claws85
10656
10657         * sync with 0.7.4cvs49
10658                 see ChangeLog entries 2002-04-20 and 2002-04-21
10659
10660         * src/Makefile.am
10661                 clean up: remove old 'stock_' element from xpm 
10662                 filenames.
10663
10664 2002-04-21 [alfons]     0.7.4claws84
10665
10666         apply sync patch from Paul
10667
10668         * src/folderview.c
10669                 use old claws prefs_folder_item_create() for now
10670
10671 2002-04-19 [match]      0.7.4claws83
10672
10673         * src/addressbook.[ch]
10674         * src/addrharvest.[ch]
10675         * src/addrgather.[ch]
10676                 recurse folders.
10677         * src/mainwindow.c
10678         * src/summaryview.[ch]
10679                 change menu option.
10680
10681 2002-04-19 [paul]       0.7.4claws82
10682
10683         * po/pt_BR.po
10684                 updated by Fabio Junior Beneditto
10685
10686 2002-04-14 [alfons]     0.7.4claws81
10687
10688         * src/passphrase.c
10689                 add #include <sys/types.h> for mode_t and off_t 
10690
10691 2002-04-13 [paul]       0.7.4claws80
10692         
10693         * src/main.c
10694           src/passphrase.[ch]
10695           src/pgptext.c
10696           src/prefs_common.[ch]
10697           src/rfc2015.c
10698                 enable storing of GnuPG passphrase for the whole 
10699                 session or a user-defined number of minutes. patch 
10700                 submitted by Ravemax <ravemax@dextrose.com>
10701
10702 2002-04-13 [alfons]     0.7.4claws79
10703
10704         * src/textview.c
10705                 make email parser also stop scanning when encountering separators
10706                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10707
10708 2002-04-13 [paul]       0.7.4claws78
10709
10710         * sync with 0.7.4cvs39
10711                 see ChangeLog entry 2002-04-12
10712
10713 2002-04-11 [paul]       0.7.4claws77
10714
10715         * sync with 0.7.4cvs37
10716                 see ChangeLog entry 2002-04-11
10717
10718 2002-04-11 [paul]       0.7.4claws76
10719
10720         * COPYING 
10721                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10722                 the clause for OpenSSL). sync with sylpheed main
10723
10724 2002-04-09 [melvin]     0.7.4claws75
10725
10726         * src/compose.c
10727                 Made 'Ctrl-Enter' on send ignore some modifiers 
10728                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10729                 to bind other *-Enter (but not Alt-Enter).
10730
10731 2002-04-09 [paul]       0.7.4claws74
10732
10733         * sync with 0.7.4cvs35
10734                 see ChangeLog entries 2002-04-09
10735
10736 2002-04-08 [paul]       0.7.4claws73
10737
10738         * sync with 0.7.4cvs33
10739                 see ChangeLog entry 200-04-08
10740
10741 2002-04-07 [match]      0.7.4claws72
10742
10743         * src/addrharvest.[ch]
10744                 fixed to read all addresses in header, regardless
10745                 of header size. improved name parsing. accommodate
10746                 harvest from folders and selected message.
10747         * src/addritem.[ch]
10748                 included new address parsing function.
10749         * src/addrgather.[ch]
10750         * src/addressbook.[ch]
10751         * src/summaryview.[ch]
10752         * src/mainwindow.c
10753                 allow address harvest of folder as well as selected
10754                 messages.
10755
10756 2002-04-07 [paul]       0.7.4claws71
10757
10758         * src/esmtp.[ch]
10759           src/smtp.c
10760                 don't try to authenticate with CRAM-MD5 in SMTP when 
10761                 SMTP-AUTH enabled if MTA doesn't issue this 
10762                 auth-method in it's ehlo-response. bug item #531364,
10763                 patch item #938910. patch submitted by Colin Leroy 
10764                 <colin@colino.net>
10765
10766 2002-04-07 [paul]       0.7.4claws70
10767
10768         * src/nntp.c
10769                 fix missing MODE_READER bug. patch submitted by
10770                 Colin Leroy <colin@colino.net>
10771
10772 2002-04-07 [alfons]     0.7.4claws69
10773
10774         * src/matcher.[ch]
10775         * src/prefs_filtering.c
10776         * src/summaryview.c
10777                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10778                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10779
10780 2002-04-07 [paul]       0.7.4claws68
10781
10782         * sync with 0.7.4cvs32
10783                 see ChangeLog entry 2002-04-06
10784
10785         * tools/filter_conv.pl
10786                 more bug fixes
10787
10788 2002-04-06 [paul]       0.7.4claws67
10789
10790         * tools/filter_conv.pl
10791                 modify to be able to find the name of the first
10792                 mailbox and use that. main's filter does not
10793                 record the full path to the mailbox and therefore
10794                 can only filter to the first mailbox.
10795
10796 2002-04-05 [paul]       0.7.4claws66
10797
10798         * tools/filter_conv.pl
10799                 attempt to make the script all-encompassing and
10800                 be able to convert any main 'filter' rule thrown
10801                 at it
10802
10803 2002-04-05 [paul]       0.7.4claws65
10804
10805         * tools/filter_conv.pl
10806                 allow for collapsed folder trees
10807
10808 2002-04-05 [paul]       0.7.4claws64
10809
10810         * sync with 0.7.4cvs31
10811                 see ChangeLog entries 2002-04-05
10812
10813 2002-04-03 [paul]       0.7.4claws63
10814
10815         * sync with 0.7.4cvs29
10816                 see ChangeLog entries 2002-04-02 and 2002-04-03
10817
10818 2002-04-02 [paul]       0.7.4claws62
10819
10820         * sync with 0.7.4cvs26
10821                 see ChangeLog entry 2002-04-01
10822
10823 2002-04-02 [match]      0.7.4claws61
10824
10825         * src/pine.[ch]
10826         * src/importpine.[ch]
10827         * src/addressbook.c
10828                 import Pine address book.
10829
10830 2002-04-02 [match]      0.7.4claws60
10831
10832         * src/addrharvest.[ch]
10833                 improve address parsing of funky addresses.
10834
10835 2002-04-02 [darko]      0.7.4claws59
10836
10837         * src/compose.c
10838                 wrap on send improvements, it now recognizes quoted
10839                 initials as part of the quotation string, and it
10840                 does not join lines separated by CR
10841
10842 2002-04-01 [match]      0.7.4claws58
10843
10844         * src/mgutils.[ch]
10845                 added new functions.
10846         * src/mutt.[ch]
10847                 remove excessive duplicate address generation
10848                 on import.
10849
10850 2002-04-01 [alfons]     0.7.4claws57
10851         
10852         * src/summaryview.c
10853                 put back g_free() 
10854
10855 2002-04-01 [paul]       0.7.4claws56
10856
10857         * sync with 0.7.4cvs25
10858                 see ChangeLog entry 2002-04-01
10859
10860 2002-04-01 [alfons]     0.7.4aprilfool55
10861
10862         * src/summaryview.c
10863                 honour feature request item #537427 to allow for
10864                 displaying names from address book for sent mail also
10865
10866 2002-03-29 [paul]       0.7.4claws54
10867
10868         * src/mainwindow.c
10869           src/prefs_filtering.[ch]
10870           src/prefs_matcher.c
10871           src/summaryview.c
10872                 add 'fast filter' for claws' filtering,
10873                 /Tools/Create filter rule/... patch submitted
10874                 by Neill Miller <neillm@thecodefactory.org>
10875
10876 2002-03-29 [paul]       0.7.4claws53
10877
10878         * sync with 0.7.4cvs24
10879                 see ChangeLog entry 2002-03-29
10880
10881 2002-03-28 [paul]       0.7.4claws52
10882
10883         * sync with 0.7.4cvs23
10884                 see ChangeLog entry 2002-03-28
10885
10886 2002-03-27 [melvin]     0.7.4claws51
10887
10888         * src/prefs_actions.c
10889                 Added support to pass only one message part (as a
10890                 file) to the command using '%p'. No quotes are needed
10891                 because doubles quotes are automatically added.
10892                 Fixed bug where Sylpheed could block when waiting for
10893                 a child process to finish.
10894                 Changed the help menu to remove quotes around symbols to 
10895                 avoid misinterpretation (they must not be used).
10896
10897 2002-03-27 [melvin]     0.7.4claws50
10898
10899         * src/inc.c
10900                 Made the new mail notification command always 
10901                 execute asynchronously.
10902
10903 2002-03-27 [paul]       0.7.4claws49
10904
10905         * src/compose.c
10906                 fix bug introduced in last commit
10907
10908 2002-03-27 [paul]       0.7.4claws48
10909
10910         * sync with 0.7.4cvs21
10911                 see ChangeLog 2002-03-26 and 2002-03-27
10912
10913 2002-03-26 [hoa]        0.7.4claws47
10914
10915         * src/prefs_folder_item.c
10916                 really fixed the bug #516442 with folder rescan.
10917
10918 2002-03-26 [paul]       0.7.4claws46
10919
10920         * sync with 0.7.4cvs19
10921                 see ChangeLog entries 2002-03-25 and 2002-03-26
10922
10923 2002-03-25 [hoa]        0.7.4claws45
10924
10925         * src/matcher.c
10926         * src/mh.c
10927                 fix the bug #516442 with folder rescan.
10928
10929         * src/prefs_common.[ch]
10930         * src/compose.c
10931                 added an option to enable two different behaviours
10932                 for bounce.
10933
10934
10935 2002-03-25 [paul]       0.7.4claws44
10936
10937         * src/mainwindow.c
10938           src/selective_download.c
10939                 correct a few menuitem labels
10940
10941 2002-03-25 [christoph]  0.7.4claws43
10942
10943         * src/procmsg.c
10944                 fix non deleted tmp message in
10945                 procmsg_save_to_outbox
10946                 fix problems caused by sync with
10947                 main branch's procmsg_send_queue
10948
10949 2002-03-25 [paul]       0.7.4claws42
10950
10951         * src/quote_fmt.c
10952           src/quote_fmt_lex.l
10953           src/quote_fmt_parse.y
10954                 add Last name (%L) placeholder for quoting. 
10955                 patch submitted by Thorsten Thielen 
10956                 <thth@users.sourceforge.net>
10957
10958 2002-03-25 [paul]       0.7.4claws41
10959
10960         * src/utils.c
10961                 get full hostname. patch submitted by
10962                 Bob Woodside <rwoodside1@comcast.net>
10963
10964 2002-03-25 [paul]       0.7.4claws40
10965
10966         * src/account.c
10967           src/news.c
10968           src/nntp.[ch]
10969           src/prefs_account.[ch]
10970                 enable NNTP over SSL. patch submitted by
10971                 Pascal Jermini <pascal@infinity.hn.org>
10972
10973 2002-03-24 [paul]       0.7.4claws39
10974
10975         * src/prefs_common.c
10976                 make the arrangement of the Compose tab more
10977                 coherent
10978
10979         * src/mainwindow.c
10980                 fix some irregularities of style
10981
10982         * po/de.po
10983                 updated by Kilian Krause
10984
10985 2002-03-23 [paul]       0.7.4claws38
10986
10987         * po/pt_BR.po
10988                 updated by Fabio Junior Beneditto
10989
10990 2002-03-23 [paul]       0.7.4claws37
10991
10992         * src/mainwindow.c
10993                 move 'Gather addresses' to 'Tools' menu
10994                 make 'Selective download' sensitive
10995
10996 2002-03-23 [paul]       0.7.4claws36
10997
10998         * sync with 0.7.4cvs16
10999                 see ChangeLog entries 2002-03-23
11000
11001 2002-03-22 [christoph]  0.7.4claws35
11002
11003         * src/quote_fmt_parse.y
11004                 fix include program output
11005
11006 2002-03-22 [alfons]     0.7.4claws34
11007
11008         * src/pop.c
11009                 initialize GDate stack variable correctly (sorry!)
11010
11011 2002-03-22 [paul]       0.7.4claws33
11012
11013         * src/compose.c
11014           src/mainwindow.c
11015           src/prefs_actions.c
11016           src/prefs_common.c
11017                 rename 'Tool' to 'Tools'
11018
11019         * src/mainwindow.c
11020                 move 'Delete duplicated messages' from
11021                 'Message/' to 'Tools/'
11022                 re-arrange the order of 'Tools/' items
11023
11024 2002-03-22 [paul]       0.7.4claws32
11025
11026         * src/addr_compl.c
11027           src/addressbook.[ch]
11028                 auto-address completion now also matches on
11029                 Nickname. patch submitted by Bob Forsman 
11030                 <hammor@users.sourceforge.net>
11031
11032         * src/editaddress.c
11033                 correct a spelling mistake
11034
11035 2002-03-22 [alfons]     0.7.4claws31
11036
11037         * src/pop.c
11038                 fix getting uidl from incorrect string 
11039                 (spotted by Colin)
11040
11041 2002-03-21 [alfons]     0.7.4claws30
11042
11043         * src/pop.c
11044                 more code refactoring
11045                 plug mem leak introduced by delete on server
11046
11047 2002-03-21 [paul]       0.7.4claws29
11048
11049         * sync with 0.7.4cvs11
11050                 see ChangeLog entries 2002-03-20
11051
11052 2002-03-20 [alfons]     0.7.4claws28
11053
11054         * src/inc.c
11055                 apply Colin's patch and refactor
11056
11057 2002-03-20 [paul]       0.7.4claws27
11058
11059         * sync with sylpheed 0.7.4cvs9
11060                 see ChangeLog entry 2002-03-20
11061
11062 2002-03-19 [christoph]  0.7.4claws26
11063
11064         * src/mh.c
11065         * src/procmsg.[ch]
11066         * src/summaryview.c
11067                 revert changes for flag updates
11068                 (does not work correctly and no time to debug)
11069
11070 2002-03-20 [alfons]     0.7.4claws25
11071
11072         * src/pop.c
11073                 refactor should_delete() a little bit 
11074
11075 2002-03-19 [paul]       0.7.4claws24
11076
11077         * src/inc.[ch]
11078           src/pop.c
11079           src/prefs_account.[ch]
11080                 allow the user to leave downloaded mail on the 
11081                 server for n days. Patch submitted by Colin Leroy 
11082                 <colin@colino.net>
11083
11084 2002-02-19 [paul]       0.7.4claws23
11085
11086         * sync with sylpheed 0.7.4cvs8
11087                 see ChangeLog entries 2002-03-19
11088
11089 2002-03-18 [paul]       0.7.4claws22
11090
11091         * sync with sylpheed 0.7.4cvs6
11092                 see ChangeLog entry 2002-03-18
11093
11094 2002-03-18 [paul]       0.7.4claws21
11095
11096         * po/en_GB.po
11097                 add en_GB message catalogue
11098
11099         * src/mbox_folder.c
11100           src/prefs_account.c
11101           src/prefs_actions.c
11102                 correct a few spelling mistakes
11103
11104 2002-03-17 [alfons]     0.7.4claws20
11105
11106         * src/matcher.c
11107                 more stringent checks for NULL params when writing
11108                 filtering actions to a file
11109                 
11110 2002-03-17 [hoa]        0.7.3claws20
11111
11112         * src/news.c
11113                 fixed the count of new messages
11114
11115         * src/compose.c
11116                 fixed the "attachment properties" window
11117
11118 2002-03-17 [paul]       0.7.4claws19
11119
11120         * src/defs.h
11121           src/folder.h
11122           src/news.c
11123           src/prefs_account.[ch]
11124           src/procmsg.[ch]
11125           src/summaryview.c
11126                 automatically mark cross-posted messages as read 
11127                 and (optionally) give them a colour label
11128                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11129                 
11130
11131 2002-03-17 [paul]       0.7.4claws18
11132
11133         * sync with sylpheed 0.7.4cvs5
11134                 see ChangeLog entry 2002-03-17
11135
11136 2002-03-17 [melvin]     0.7.4claws17
11137         
11138         * src/textview.c
11139                 Worked around a gtktext 'bug': when searching for 
11140                 a text in a long message it was scrolling slowly
11141                 line by line until it hit the searched text.
11142         * po/fr.po
11143                 Updated French translation
11144
11145 2002-03-17 [melvin]     0.7.4claws16
11146
11147         * src/mainwindow.c
11148         * src/compose.c
11149         * src/prefs_actions.c
11150                 Moved "Edit/Actions" to "Tool/Actions"
11151                 Made mainwindow/compose window sensitive as soon as
11152                 no child process is running anymore even if the io dialog
11153                 is open.
11154                 Fixed a struct being initialized with a non constant char*
11155
11156 2002-03-16 [christoph]  0.7.4claws15
11157
11158         * configure.in
11159                 add --with-compiler-flags option
11160                 (only for developer hacking)
11161         * src/mh.c
11162         * src/procmsg.[ch]
11163         * src/summaryview.c
11164                 try to make folder-stats and flag handling more
11165                 independent from the summaryview. msgcounts
11166                 are only set when the folder is opened and
11167                 procmsg_msginfo_(un)set_flags will handle it
11168                 later and summaryview will get the values
11169                 from the folder.
11170
11171 2002-03-16 [paul]       0.7.4claws14
11172
11173         * src/messageview.c
11174                 fix Return-receipt. Patch submitted by Bob
11175                 Woodside <rwoodside1@comcast.net>
11176
11177 2002-03-16 [paul]       0.7.4claws13
11178
11179         * src/compose.c
11180                 fix 'dynamic' signatures, make it work again
11181                 broken during sync on 2002-03-14 (0.7.4claws2)
11182
11183 2002-03-15 [match]      0.7.4claws12
11184
11185         * src/addrharvest.[ch]
11186         * src/addrgather.[ch]
11187         * src/addressbook.[ch]
11188         * src/mainwindow.c
11189                 included address harvester feature. still some
11190                 issues with address parsing that I will fix.
11191
11192 2002-03-15 [match]      0.7.4claws11
11193
11194         * src/addrbook.[ch]
11195         * src/addrcache.[ch]
11196         * src/addressbook.[ch]
11197         * src/addrindex.c
11198         * src/editbook.c
11199         * src/importldif.c
11200         * src/importmutt.c
11201         * src/jpilot.[ch]
11202         * src/main.c
11203         * src/syldap.[ch]
11204         * src/vcard.[ch]
11205                 tidy up. fix memory leaks. moved attribs and methods
11206                 from individual interfaces to addrcache object. prep
11207                 for new stuff to come in.
11208
11209 2002-03-15 [alfons]     0.7.4claws10
11210
11211         * src/matcher.[ch]
11212         * src/matcher_parser_parse.y
11213         * src/matcher_parser_lex.l
11214         * src/prefs_matcher.c
11215                 add filtering conditions message greater than, smaller 
11216                 than, and exactly matching a size in bytes
11217                 (does not work with delete from POP3 server yet)
11218
11219                 this should also give others an idea what you should
11220                 do to add new criterions to claws filtering system
11221                 
11222
11223 2002-03-15 [paul]       0.7.4claws9
11224
11225         * tools/filter_conv.pl
11226                 exit if there are no filter rules to convert
11227                 rename filterrc to filterrc.old after completion
11228
11229 2002-03-15 [paul]       0.7.4claws8
11230
11231         * sync with sylpheed 0.7.4cvs3
11232                 see ChangeLog entry 2002-03-14
11233
11234 2002-03-14 [paul]       0.7.4claws7
11235
11236         * src/compose.c
11237                 clean up the last commit (ahem)
11238
11239 2002-03-14 [paul]       0.7.4claws6
11240
11241         * src/compose.c
11242                 fix bug #515655. honour account preferences
11243                 regarding gpg default signing/encryption when 
11244                 changing account from the compose window.
11245
11246 2002-03-14 [paul]       0.7.4claws5
11247
11248         * src/folderview.c
11249                 remove unnecessary curly brackets
11250
11251 2002-03-14 [paul]       0.7.4claws4
11252
11253         * src/folderview.c
11254           src/prefs_filtering.[ch]
11255                 add filter rename on folder rename and filter
11256                 delete on folder delete. Patch submitted by
11257                 Neill Miller <neillm@thecodefactory.org> 
11258
11259 2002-03-14 [christoph]  0.7.4claws3
11260
11261         * src/procmsg.c
11262         * src/send.c
11263                 fix local delivery
11264                 (patch submitted by "Simon 'corecode' Schubert")
11265         * src/prefs_common.c
11266         * src/procmsg.c
11267                 fix gcc 3.0 warning
11268
11269 2002-03-14 [paul]       0.7.4claws2
11270
11271         * sync with sylpheed 0.7.4cvs2
11272                 see ChangeLog entry 2002-03-13
11273
11274 2002-03-12 [darko]      0.7.4claws1
11275
11276         * src/mainwindow.c
11277                 fix what seems to be a copy and paste error
11278                 when setting color for important messages
11279                 (reported by wwp)
11280
11281 2002-03-11 [paul]       version 0.7.4claws released
11282
11283 2002-03-11 [paul]       0.7.4claws
11284
11285         * po/es.po
11286           po/it.po
11287           po/nl.po
11288           po/pt_BR.po
11289                 update message catalogs. Submitted by Ricardo Mones 
11290                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11291                 Fabio Junior Beneditto
11292
11293         * configure.in
11294           faq/Makefile.am
11295           faq/it/Makefile
11296           faq/it/sylpheed-faq*
11297           src/mainwindow.c
11298           src/manual.[ch]
11299                 add FAQ in Italian
11300         
11301
11302 2002-03-11 [jens]       0.7.3claws7
11303
11304         * po/de.po
11305                 updated German translation
11306
11307 2002-03-11 [melvin]     0.7.3claws6
11308
11309         * po/fr.po
11310                 updated and corrected French translation
11311
11312 2002-03-10 [hoa]        0.7.3claws5
11313
11314         * src/account.c
11315         * src/inc.c
11316         * src/prefs_account.c
11317         * src/procmsg.c
11318         * src/send.[ch]
11319                 fixed the local account.
11320                 you have to change the default "/usr/sbin/sendmail"
11321                 to "/usr/sbin/sendmail -t" in the preferences of
11322                 the local account.
11323
11324         * src/procmime.c
11325                 removed some debug display for renderer
11326
11327 2002-03-10 [paul]       0.7.3claws4
11328
11329         * faq/en/sylpheed-faq-1.html
11330           faq/en/sylpheed-faq-2.html
11331                 update
11332
11333 2002-03-09 [paul]       0.7.3claws3
11334
11335         * sync with sylpheed 0.7.4
11336                 see ChangeLog entry 2002-03-09
11337
11338 2002-03-08 [paul]       0.7.3claws2
11339
11340         * faq/en/sylpheed-faq*
11341           faq/es/sylpheed-faq*
11342           faq/fr/sylpheed-faq*
11343                 update the FAQs
11344
11345         * manual/fr/.cvsignore
11346           manual/fr/Makefilea.am
11347           manual/fr/sylpheed*
11348           src/mainwindow.c
11349           src/manual.[ch]
11350                 add the French manual
11351
11352 2002-03-07 [paul]       0.7.3claws1
11353
11354         * sync with sylpheed 0.7.3cvs4
11355                 see ChangeLog entries  2002-03-06 and 2002-03-07
11356         
11357         * po/nl.po
11358                 updated by Wilbert Berendsen
11359
11360 2002-03-07 [melvin]     0.7.2claws34
11361
11362         * src/selective_download.c
11363                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11364
11365 2002-03-06 [paul]       0.7.2claws33
11366
11367         * sync with sylpheed 0.7.3cvs1
11368                 bug fix, see ChangeLog entry 2002-03-05
11369
11370 2002-03-05 [paul]       0.7.2claws32
11371
11372         * src/mimeview.c
11373           src/pgptext.[ch]
11374           src/procmsg.c
11375                 reverse the pgp ascii-armored code implemented in 
11376                 0.7.2claws16. removal of this code until it matures.
11377                 this means that verifying ascii-armored pgp sigs and
11378                 automatic decryption of ascii-armored encrypted
11379                 messages no longer works.
11380
11381 2002-03-05 [paul]       0.7.2claws31
11382
11383         * configure.in
11384           Makefile.am
11385         * faq/Makefile.am
11386         * faq/en/Makefile.am
11387           faq/en/sylpheed-faq.html
11388           faq/en/sylpheed-faq-1.html
11389           faq/en/sylpheed-faq-2.html
11390           faq/en/sylpheed-faq-3.html
11391         * faq/es/Makefile.am
11392           faq/es/sylpheed-faq.html
11393           faq/es/sylpheed-faq-1.html
11394           faq/es/sylpheed-faq-2.html
11395           faq/es/sylpheed-faq-3.html
11396           faq/es/sylpheed-faq-4.html
11397         * faq/fr/Makefile.am
11398           faq/fr/sylpheed-faq.html
11399           faq/fr/sylpheed-faq-1.html
11400           faq/fr/sylpheed-faq-2.html
11401           faq/fr/sylpheed-faq-3.html
11402         * src/Makefile.am
11403           src/defs.h
11404           src/mainwindow.c
11405           src/manual.[ch]
11406                 add FAQs in English, Spanish and French
11407
11408
11409 2002-03-05 [paul]       0.7.2claws30
11410
11411         * manual/en/sylpheed.html
11412           manual/en/sylpheed-XX.html
11413                 updated the English manual
11414
11415 2002-03-05 [hoa]        
11416
11417         * src/summaryview.c
11418                 dialog box pops up if the article can't be deleted.
11419
11420 2002-03-04 [paul]       
11421         
11422         * po/pt_BR.po
11423                 updated by Fabio Junior Benedito
11424
11425 2002-03-04 [hoa]
11426
11427         * removed ac/gpgme.m4
11428                 to avoid autogen common problem
11429                 developers have to install gpgme development package now
11430
11431         * src/compose.c
11432                 encoding to 7bit or 8bit is enabled.
11433
11434 2002-03-03 [alfons]     0.7.2claws29
11435
11436         * src/pop.c
11437                 merge fix by Oliver Haertel for selective
11438                 download buglet
11439
11440 2002-03-03 [paul]       0.7.2claws28
11441         
11442         * sync with sylpheed 0.7.3
11443
11444 2002-03-03 [paul]       0.7.2claws27
11445
11446         * sync with sylpheed 0.7.2cvs24
11447                 see ChangeLog entries 2002-03-02 and 2002-03-03
11448
11449 2002-03-02 [melvin]     0.7.2claws26
11450
11451         * src/inc.[ch]
11452         * src/main.c
11453         * src/mainwindow.c
11454         * src/prefs_common.[ch]
11455                 Added user definable notification on new mail arrival.
11456                 Removed unused variables in spell checker prefs code.
11457
11458 2002-03-02 [melvin]     0.7.2claws25
11459
11460         * src/quote_fmt.c
11461                 Removed unnecessary escape sequences.
11462                 Changed 'Initial...' to 'Initials of Sender'
11463
11464 2002-03-02 [paul]       0.7.2claws24
11465
11466         * sync with sylpheed 0.7.2cvs22
11467                 see ChangeLog entry 2002-03-01
11468
11469 2002-03-01 [hoa]        0.7.2claws23
11470
11471         * src/mainwindow.c
11472                 Set sensitivity of delete actions to active
11473                 even if the folder is a newsgroup.
11474
11475         * src/summaryview.c
11476                 - Set sensitivity of delete actions
11477                 - Added function check_permission() that will check if the
11478                   user is authorized to delete a message. For news, it
11479                   will check if the author is the same.
11480                 - Enabled deletion when there is no trash folder.
11481
11482         * src/news.[ch]
11483                 - Added news_cancel_article() to cancel articles
11484                 - Implemented news_remove_message() (public function)
11485
11486 2002-03-01 [paul]       0.7.2claws22
11487
11488         * src/gtkutils.c
11489           src/textview.c
11490                 recognise urls that that don't include 'http://' and
11491                 simply begin 'www.' 
11492
11493         * AUTHORS
11494                 remove duplicated name
11495
11496 2002-02-28 [paul]       0.7.2claws21
11497
11498         * src/mainwindow.c
11499           src/summaryview.[ch]
11500                 add ability to 'Select thread'
11501                 combines Melvin's "Select thread's head" patch (#510907)
11502                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11503                 patch (#518514) 
11504
11505 2002-02-28 [paul]       0.7.2claws20
11506
11507         * src/mimeview.c
11508                 hopefully fix segfault on right-clicking a mime part
11509                 that some people have experienced.      
11510                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11511
11512 2002-02-28 [paul]       0.7.2claws19
11513
11514         * sync with sylpheed 0.7.2cvs21
11515                 see ChangeLog entries 2002-02-27 and 2002-02-28
11516
11517 2002-02-27 [paul]       0.7.2claws18
11518
11519         * sync with sylpheed 0.7.2cvs18
11520                 see ChangeLog entries 2002-02-26 and 2002-02-27
11521
11522 2002-02-26 [alfons]     0.7.2claws17
11523
11524         * src/procheader.c
11525                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11526                 (spotted by Chris Hessman <idatech@gmx.net>)
11527
11528 2002-02-26 [paul]       0.7.2claws16
11529
11530         * src/mimeview.c
11531           src/pgptext.[ch]
11532           src/procmsg.c
11533                 make decryption of ascii-armored pgp encrypted messages
11534                 and verification of ascii-armored signatures work again.
11535                 slightly altered from the patch by Jens Jahnke 
11536                 <jan0sch@gmx.net>
11537
11538                 ##FIX ME##
11539                 * the checking of plaintext signatures always comes up in 
11540                   a popup box
11541                 * it doesn't work for multipart messages 
11542                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11543                   including the msg headers and these 2 line themselves, are 
11544                   not displayed
11545
11546         * src/mainwindow.c
11547                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11548                 "View/Message View" becomes "View/Separate Message View"
11549                 because its less ambiguous.
11550
11551         * po/es.po
11552                 updated by Ricardo Mones Lastra
11553
11554 2002-02-26 [paul]       0.7.2claws15
11555
11556         * sync with sylpheed 0.7.2cvs17
11557                 see ChangeLog entries 2002-02-25 and 2002-02-26
11558
11559 2002-02-25 [christoph]  0.7.2claws14
11560
11561         * src/filtering.[ch]
11562         * src/inc.c
11563                 do filtering stuff after all messages have been received
11564                   1. drop all messages to .processing
11565                   2. scan processing folder for messages
11566                   3. filter messages or move to inbox
11567                 this will also find old messages left in processing after
11568                 a crash or something like that and we get a real msginfo
11569                 from folder->get_msg_list and do not have to create our
11570                 own in filter_message
11571         * src/matcher_parser_parse.y
11572                 remove MIX/MAX warning (reordered includes)
11573
11574 2002-02-25 [paul]       0.7.2claws13
11575
11576         * sync with sylpheed 0.7.2cvs15
11577                 see ChangeLog entry 2002-02-24
11578
11579 2002-02-24 [alfons]     0.7.2claws12
11580
11581         * src/filtering.c
11582                 clear old color flags first when applying a new color to
11583                 a message info. 
11584                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11585
11586 2002-02-24 [alfons]     0.7.2.claws11
11587         
11588         * AUTHORS
11589         * src/prefs_common.c
11590                 add presets for Opera and Konqueror, closes patch #517261,
11591                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11592
11593 2002-02-24 [alfons]     0.7.2.claws10
11594
11595         * AUTHORS
11596         * src/summaryview.c
11597                 fix threading for null message ids, closes patch #521601,
11598                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11599
11600 2002-02-24 [alfons]     0.7.2claws9
11601
11602         * src/summaryview.c
11603         * src/filtering.c
11604                 make Tool | Filter Message work with filtering system so
11605                 setting flags also works
11606
11607                 TODO:
11608
11609                 - Processing uses the same function as Tool | Filter
11610                   Message, but doesn't use the same update proc yet
11611
11612 2002-02-23 [paul]       0.7.2claws8
11613
11614         * sync with sylpheed 0.7.2cvs14
11615                 see ChangeLog entries 2002-02-22 and 2002-02-23
11616
11617 2002-02-22 [christoph]  0.7.2claws7
11618
11619         * src/quote_fmt.c
11620                 Add column space to table
11621         * src/quote_fmt_parse.y
11622                 Close files
11623
11624 2002-02-22 [paul]       0.7.2claws6
11625
11626         * src/Makefile.am
11627           src/defs.h
11628           src/filtering.c
11629           src/inc.[ch]
11630           src/mainwindow.c
11631           src/matcher.[ch]
11632           src/matcher_parser_lex.l
11633           src/matcher_parser_parse.y
11634           src/pop.[ch]
11635           src/prefs_account.h
11636           src/prefs_filtering.c
11637           src/selective_download.[ch]   *** NEW FILES ***
11638           src/utils.[ch]
11639           po/POTFILES.in
11640                 Selective Download added to 'Tool' menu. 
11641                 Retrieves email headers of the currently selected pop3 
11642                 account and allows the user to mark emails for deletion 
11643                 right on the pop3 server. Patch submitted by Oliver Haertel 
11644                 <oha@users.sourceforge.net>.
11645         
11646         * po/POTFILES.in
11647                 add 'src/quote_fmt.c'           
11648
11649 2002-02-22 [christoph]  0.7.2claws5
11650
11651         * src/Makefile.am
11652                 added quote_fmt.c
11653         * src/prefs_common.[ch]
11654         * src/prefs_template.c
11655         * src/quote_fmt.c               *** NEW FILE ***
11656         * src/quote_fmt.h
11657                 move quote format symbol description code
11658                 to it's own file because it is used from
11659                 differnent code parts
11660                 Rewrote symbol description GUI
11661                   + use table
11662                   + add separators
11663                   + get data from array (no more long constant strings)
11664         * src/quote_fmt_lex.l
11665         * src/quote_fmt_parse.y
11666                 Symbol for Literal % changed to \% instead of %%
11667                 (More logical as \ is used for quoting for other symbols)
11668                 Add |f and |p to include files and program output
11669                 Examples:
11670                     |f{/home/.../.signature}
11671                     |p{date}
11672         * po/de.po
11673                 Correct wrong spelling for "Referenzen"
11674
11675 2002-02-21 [paul]       0.7.2claws4
11676
11677         * src/procmsg.c
11678                 forgotten during sync
11679
11680 2002-02-21 [paul]       0.7.2claws3
11681
11682         * sync with sylpheed 0.7.2cvs11
11683                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11684                 2002-02-20 and 2002-02-21
11685
11686 2002-02-20 [melvin]     0.7.2claws2
11687
11688         * src/prefs_actions.c
11689                 Added error report when child cannot fork or when execvp 
11690                 returns with an error.
11691
11692 2002-02-19 [christoph]  0.7.2claws1
11693
11694         * src/codeconv.c
11695                 return unconverted text if conde conversion is not possible
11696                 when libjconv is used.
11697                 (patch submitted by "Simon 'corecode' Schubert")
11698
11699 2002-02-19 [paul]       
11700
11701         * version 0.7.2claws release
11702
11703 2002-02-19 [paul]       0.7.2claws
11704
11705         * po/nl.po
11706                 updated by Wilbert Berendsen
11707
11708
11709 2002-02-18 [alfons]     0.7.1claws13
11710
11711         * src/syldap.c
11712         * src/jpilot.c
11713                 remove references to dlfcn and explicitly loading functions
11714                 from dynalink libs, because libs linked anyway, and functions
11715                 are loaded explicitly
11716
11717 2002-02-17 [melvin]     0.7.1claws12
11718
11719         * src/prefs_actions.c
11720                 Replaced children wait loop with double fork technique.
11721                 Now, input/output window updated at each new output.
11722                 free_children(): Fixed a memory leak.
11723                 Made input/output window non closable if running children
11724                 still exist.
11725                 Added missing <unistd.h> include.
11726                 Added some --debug outputs.
11727
11728 2002-02-17 [melvin]     0.7.1claws11
11729
11730         * src/summaryview.c
11731                 Fixed bug where descending sort order did not select top
11732                 message.
11733
11734 2002-02-17 [melvin]     0.7.1claws10
11735
11736         * acconfig.h
11737                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11738         * src/prefs_common.c
11739                 Pspell data package directory no more hard coded but
11740                 set during configuration (PSPELL_PATH). (Thanks to 
11741                                 Gustavo Noronha Silva.)
11742
11743 2002-02-17 [melvin]     0.7.1claws9
11744
11745         * configure.in
11746                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11747         * src/gtkspell.c
11748                 Fixed compile-time warnings.
11749
11750 2002-02-16 [alfons]     0.7.1claws8
11751
11752         * src/filesel.c
11753                 fix inadvertent free of NULL pointer which caused
11754                 sylpheed to crash when closing the save-as dialog
11755                 using the window close button
11756
11757 2002-02-16 [carsten]    0.7.1claws7
11758         * src/mainwindow.[ch]
11759           src/summaryview.c
11760           src/prefs_common.c
11761                 fixes for pixmap theming code:
11762                         - recently changed mail attributes shouldn't get
11763                           lost any longer
11764                         - theme is only reloaded iff another theme was
11765                           selected
11766
11767 2002-02-16 [paul]       0.7.1claws6
11768
11769         * sync with sylpheed 0.7.2 release
11770                 see ChangeLog entry 2002-02-15 and 2002-02-16
11771
11772 2002-02-15 [paul]       0.7.1claws5
11773
11774         * sync with sylpheed 0.7.1cvs9
11775                 see ChangeLog entry 2002-02-15
11776
11777         * po/POTFILES.in
11778                 remove unneeded headerwindow.c entry
11779
11780 2002-02-14 [carsten]    0.7.1claws4
11781         * src/summaryview.c
11782                 fixed a bug for "Go to next unread message": there was
11783                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11784                 in the prefs, because of doing "Search again" instead
11785                 "No"
11786
11787 2002-02-14 [carsten]    0.7.1claws3
11788         * src/stock_pixmap.c
11789                 removed 2 more mem leaks; following memprof,
11790                 this code is "leak free" now :)
11791
11792 2002-02-14 [carsten]    0.7.1claws2
11793         * src/stock_pixmap.c
11794                 used opendir/readdir/closedir instead of scandir
11795                 -> code should work now on Solaris
11796
11797 2002-02-14 [paul]       0.7.1claws1
11798
11799         * sync with sylpheed 0.7.1cvs8
11800                 see ChangeLog entries 2002-02-13 and 2002-02-14
11801
11802         * README.claws
11803                 add some description of Actions and Pixmap Themes
11804
11805 2002-02-13 [paul]       
11806
11807         * version 0.7.1claws release
11808
11809 2002-02-13 [paul]       0.7.1claws
11810
11811         * po/es.po
11812           po/it.po
11813           po/pt_BR.po
11814                 updated translations, submitted by Ricardo Mones Lastra,
11815                 Alessandro Maestri and Fabio Junior Beneditto
11816
11817 2002-02-13 [melvin]     0.7.0claws75
11818
11819         * src/prefs_actions.c
11820                 Added missing "signal.h" include
11821
11822 2002-02-13 [melvin]     0.7.0claws74
11823
11824         * src/prefs_folder_item.c
11825                 Added missing "config.h" include
11826         * po/fr.po
11827                 Updated French translation for folder propriety.
11828
11829 2002-02-13 [jens]       0.7.0claws73
11830
11831         * po/POTFILES.in
11832                 Added missing src/prefs_folder_item.c [log added by melvin]
11833         * po/de.po
11834                 Updated German translation.
11835
11836 2002-02-13 [melvin]     0.7.0claws72
11837
11838         * po/fr.po
11839                 Updated French translation.
11840
11841 2002-02-13 [melvin]     0.7.0claws71
11842
11843         * src/gtkutils.c
11844                 Made gtkut_editable_get_selection return NULL if selection
11845                 is of length zero.
11846                 This fixes a bug where selecting part of message A then
11847                 switching to message B and replying to it will not
11848                 quote the message's body.
11849
11850 2002-02-12 [paul]       0.7.0claws70
11851
11852         * src/mainwindow.c
11853                 cosmetic, relating to pixmap themes: on toolbar make 
11854                 updating of 'Exec' and 'Compose news/Compose email'
11855                 icons faster.
11856
11857 2002-02-12 [carsten]    0.7.0claws69
11858         * src/folderview.c
11859           src/mainwindow.[ch]
11860           src/stock_pixmap.c
11861           src/summaryview.c
11862           src/prefs_common.c
11863                 - refreshing after changing pixmap theme better
11864                   now (thanks Paul)
11865                 - wanted to remove some mem leaks, but alfons was
11866                   faster (and had the better solution ;)
11867
11868 2002-02-12 [alfons]     0.7.0claws68
11869
11870         * src/prefs_common.c
11871         * src/stock_pixmap.[ch]
11872                 plug mem leaks, refactor code a little bit
11873
11874
11875 2002-02-12 [sergey]     0.7.0claws67
11876
11877         * src/imap.c
11878                 Fixed problem with copying messages to IMAP folders when the
11879                 server uses something other than '/' as a namespace separator
11880                 (cyrus-imapd uses '.').
11881
11882 2002-02-12 [jens]       0.7.0claws66
11883
11884         * po/de.po
11885                 Updated German Translation
11886
11887 2002-02-12 [paul]       0.7.0claws65
11888
11889         * sync with sylpheed 0.7.1cvs1
11890                 see ChangeLog entry 2002-02-12
11891
11892 2002-02-12 [melvin]     0.7.0claws64
11893
11894         * src/prefs_actions.c
11895                 Fixed "feature" where children's output was duplicated 
11896                 instead of refreshed while monitoring.
11897                 Removed some debug code.
11898
11899 2002-02-12 [christoph]  0.7.0claws63
11900
11901         * src/compose.c
11902                 always delete message from queue after sending/send error
11903                 (closes bug #509601)
11904
11905 2002-02-12 [melvin]     0.7.0claws62
11906
11907         * src/prefs_actions.c
11908                 Children wait loop is now triggered with a timeout of 1s
11909                 Added %F which is replaced with the list of filenames 
11910                 of all selected messages (as suggested by Ricardo Mones Lestra)
11911                 Pipe syntax changed. Prefix with | to send selection, postfix
11912                 with | to retrieve output. Prefix with > or * to send
11913                 user definable input to the command (*: input is hidden)
11914                 Old pipe action should now be postfixed with |, too.
11915
11916 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11917         * src/stock_pixmap.c
11918                 fixed a bug: if there's no theme directory don't
11919                 throw an error, just do "nothing" (thanks Alfons)
11920
11921 2002-02-12 [carsten]    0.7.0claws60
11922         * src/folderview.c
11923           src/summaryview.c
11924                 had to write the cache twice (nasty!); some marks would 
11925                 get lost if not
11926
11927 2002-02-11 [carsten]    0.7.0claws59
11928         * acconfig.h
11929           configure.in
11930           doc-src/maintainer_guide.txt
11931           src/compose.[ch]
11932           src/defs.h
11933           src/folderview.[ch]
11934           src/gtkutils.[ch]
11935           src/mainwindow.[ch]
11936           src/prefs_common.[ch]
11937           src/stock_pixmap.[ch]
11938           src/summaryview.[ch]
11939                 pixmap theming and related work on pixmap
11940                 handling on some other places
11941                 (e.g. hrm features for all folder)
11942           src/pixmap/stock_*.xpm -> the stock_ was removed
11943         
11944 2002-02-11 [paul]       0.7.0claws58
11945
11946         * sync with sylpheed 0.7.1 release
11947                 see ChangeLog entries 2002-02-11
11948
11949 2002-02-08 [paul]       0.7.0claws57
11950
11951         * sync with sylpheed 0.7.0cvs39
11952                 see ChangeLog entry 2002-02-07 (last entry) 
11953
11954         * src/prefs_actions.c
11955           src/prefs_filtering.c
11956           src/prefs_matcher.c
11957           src/prefs_scoring.c
11958                 sync: made it compile with C compilers other than gcc
11959
11960 2002-02-07 [paul]       0.7.0claws56
11961
11962         * sync with sylpheed 0.7.0cvs38
11963                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11964                 2002-02-07
11965
11966 2002-02-07 [darko]      0.7.0claws55
11967
11968         * src/gtkutils.[ch]
11969         * src/summaryview.c
11970                 Fix const gchar */gchar * issue (thanks Hiro)
11971
11972 2002-02-07 [darko]      0.7.0claws54
11973
11974         * src/compose.[ch]
11975         * src/filtering.c
11976         * src/gtkutils.[ch]
11977         * src/prefs_template.c
11978         * src/quote_fmt.h
11979         * src/quote_fmt_parse.y
11980         * src/summaryview.c
11981         * src/utils.[ch]
11982                 When replying or forwarding an email don't quote the entire
11983                 mail body but use the part of the message text that is selected
11984
11985 2002-02-06 [melvin]     0.7.0claws53
11986
11987         * src/prefs_common.[ch]
11988         * src/gtkspell.[ch]
11989         * src/compose.c
11990                 Made possible to switch quickly to last used dictionary
11991                 which makes checking bilingual documents easier.
11992
11993 2002-02-06 [melvin]     0.7.0claws52
11994         
11995         * po/POTFILES.in
11996                 Added forgotten new file src/prefs_actions.c
11997
11998 2002-02-06 [melvin]     0.7.0claws51
11999
12000         * src/prefs_actions.c   ** NEW FILE **
12001         * src/prefs_actions.h   ** NEW FILE **
12002                 Added actions to execute on message text view, or on the
12003                         message's file.
12004         * src/Makefile.am
12005                 Added src/prefs_actions.[ch]
12006         * src/compose.c
12007                 Added new menu "Edit/Actions"
12008         * src/defs.h
12009                 Added new actionsrc file.
12010         * src/main.c
12011                 Added actionsrc reading.
12012         * src/mainwindow.c
12013                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12014         * src/prefs_common.h
12015                 Added new element actionslst element to prefs_common.
12016
12017 2002-02-06 [paul]       0.7.0claws50
12018
12019         * sync with sylpheed 0.7.0cvs36
12020                 see ChangeLog entry 2002-02-06
12021
12022 2002-02-05 [paul]
12023
12024         * po/es.po
12025                 updated by Ricardo Mones Lastra
12026
12027 2002-02-05 [paul]       0.7.0claws49
12028
12029         * sync with sylpheed 0.7.0cvs33
12030                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12031
12032 2002-02-05 [paul]       0.7.0claws48
12033
12034         * src/compose.c
12035                 re-add 'Edit/Advanced/Delete entire line', previously named
12036                 'Delete Line+'
12037
12038 2002-02-04 [paul]       0.7.0claws47
12039
12040         * src/compose.c
12041           src/summaryview.c
12042                 fix bug #494993 (Reply All not taking Reply-To into consi)
12043                 eliminate differences in behaviour of right-click 'Reply to all' 
12044                 in summary view and 'Reply to all' on the toolbar. 
12045                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12046                 view and From gets ignored by 'Reply to all' on toolbar.
12047                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12048                 From when no Reply-To header is present.
12049
12050 2002-02-04 [paul]       0.7.0claws46
12051
12052         * sync with sylpheed 0.7.0cvs30
12053                 see ChangeLog entries 2002-02-03 and 2002-02-04
12054
12055 2002-02-03 [melvin]     0.7.0claws45
12056
12057         * src/gtkspell.[ch]
12058                 Readded function to highlight all misspelled words.
12059                 Fixed bug where user-provided-words did not replace
12060                         correctly the misspelled word when using the mouse.
12061                 Fixed bug where checking a region selected from right to left did
12062                         not check the region at all.
12063                 Fixed bug where 'Check backwards' may not check at all. 
12064                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12065                 Fixed possible buffer overflow when checking for long strings (>1k).
12066                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12067                 Accelerators code uses now gtk_widget_add_accel.
12068                 Removed and disabled obsolete and unfinished code.
12069                 Cleaning up.
12070
12071         * src/compose.c
12072                 Added menu item to Highlight all misspelled words.
12073
12074 2002-02-01 [paul]       0.7.0claws44
12075
12076         * src/mainwindow.c
12077                 fix '/View/Hide read messages' sensitivity when all
12078                 messages in a folder are hidden
12079
12080 2002-02-01 [paul]       0.7.0claws43
12081
12082         * src/main.c
12083                 add --send option to command line interface, sends all
12084                 queued mail. Patch submitted by Ricardo Mones Lastra.
12085
12086 2002-01-31 [paul]       0.7.0claws42
12087
12088         * src/mainwindow.c
12089                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12090
12091 2002-01-31 [paul]       0.7.0claws41
12092
12093         * sync with sylpheed 0.7.0cvs27
12094                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12095                 and 2002-01-31
12096
12097         * src/textview.c
12098                 comment out elements of textview_show_part() as temporary
12099                 workaround for attachment 'Display as text' bug 
12100
12101         * po/pt_BR.po
12102                 updated by Fabio Junior Beneditto
12103
12104 2002-01-30 [paul]       0.7.0claws40
12105
12106         * sync with sylpheed 0.7.0cvs24
12107                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12108                 and 2002-01-30
12109
12110         * src/compose.c
12111                 add {N_("/_Spelling"), ... "<Branch>"} to 
12112                 GtkItemFactoryEntry compose_entries[]
12113
12114         * src/prefs_common.c
12115                 add claws menu items to prefs_keybind_apply_clicked()
12116                 and remove non-claws menu items
12117
12118 2002-01-29 [paul]       0.7.0claws39
12119
12120         * sync with sylpheed 0.7.0cvs22
12121                 see ChangeLog entries 2002-01-28 and 2002-01-29
12122
12123 2002-01-28 [melvin]     0.7.0claws38
12124
12125         * src/compose.c
12126                 Added the declartion of compose_send_control_enter.
12127
12128         * src/compose.c
12129         * src/gtkspell.[ch]
12130                 Added in a 'Spelling' menu which includes the configuration menu. 
12131                 Added a real 'Check all' and got rid from the old one which only
12132                 highlited misspelled word.
12133                 Made 'Check while typing' a disableable option.
12134                 Added a dialog when there are no more misspelled word.
12135                 Added a dialog if error occurs when switching to a dictionary.
12136         
12137         * src/prefs_common.[ch]
12138                 Added option for the default 'Check while typing' option.
12139
12140
12141 2002-01-28 [alfons]     0.7.0claws37
12142
12143         * src/compose.c
12144                 fix buglet and make code comply with sylpheed code style
12145
12146 2002-01-28 [paul]       0.7.0claws36
12147
12148         * sync with sylpheed 0.7.0cvs19
12149                 see ChangeLog entries for 2002-01-28
12150
12151 2002-01-28 [hoa]        0.7.0claws35
12152
12153         * src/defs.h
12154                 added rendererrc
12155
12156         * src/main.c
12157                 read the renderer config
12158
12159         * src/procmime.[ch]
12160                 use the renderer config to convert mime attachments
12161
12162         * src/textview.c
12163                 don't use textview_show_html/ertf,
12164                 use get_text_content instead
12165
12166 2002-01-27 [alfons]     0.7.0claws34
12167         
12168         * src/news.c
12169                 make sylpheed believe it can delete a news message...
12170                 (messages are NOT deleted, maybe we should remove
12171                 processing from the folder properties after all.)
12172
12173 2002-01-27 [alfons]     0.7.0claws33
12174
12175         * src/folder.c
12176                 add extra checks
12177         * src/news.c
12178                 implement remove_msg() 
12179
12180 2002-01-27 [alfons]     0.7.0claws32
12181
12182         * src/procmsg.h
12183         * src/procheader.c
12184         * src/messageview.c
12185                 fix return receipt / disposition notification again. this
12186                 stuff seems to break on _every_ major summary UI change, so
12187                 it's now implemented using a flag which is saved in the
12188                 marks cache
12189                 
12190 2002-01-26 [alfons]     0.7.0claws31
12191
12192         * src/import.c
12193                 let import dialog show the destination folder identifier
12194
12195 2002-01-26 [melvin]     0.7.0claws30
12196
12197         * src/folderview.c
12198         * src/summaryview.c
12199                 Readded 'Mark all read' into summary view popup menu
12200                 Added 'Mark all read' in folder view popup menu for IMAP
12201                 and NNTP.
12202                 Made it insensitive if the selected folder is not the shown
12203                 one to avoid 'Mark all read' on the wrong folder.
12204                 
12205 2002-01-26 [paul]       0.7.0claws29
12206
12207         * src/folderview.c
12208           src/summaryview.c
12209                 move 'Mark all read' from summary view to folder view
12210                 menu. (adapted from) patch submitted by Jeremy Andrews,
12211                 <lists@kerneltrap.com>
12212
12213 2002-01-25 [alfons]     0.7.0claws28
12214
12215         * src/gtkstext.c
12216                 put the gtk class name back so GtkSText adapts the 
12217                 settings of GtkText
12218
12219 2002-01-25 [alfons]     0.7.0claws27
12220
12221         * src/folderview.c 
12222                 assimilate Ricardo's patch that shows pixmaps instead of
12223                 plain "new" and "unread" texts in the folder view column
12224                 headers 
12225
12226 2002-01-25 [paul]       0.7.0claws26
12227
12228         * src/Makefile.am
12229                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12230                 be found in non-standard locations. 
12231                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12232
12233 2002-01-25 [paul]       0.7.0claws25
12234
12235         * sync with sylpheed 0.7.0cvs16
12236                 see ChangeLog entry 2002-01-25
12237
12238 2002-01-24 [paul]       0.7.0claws24
12239
12240         * more sync with sylpheed 0.7.0cvs15
12241                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12242
12243 2002-01-23 [sergey]     0.7.0claws23
12244
12245         * src/importldif.c
12246                 Fixed segfault when closing LDIF import wizard with
12247                 the window manager.
12248         * src/imageview.c
12249         * src/imageview.h
12250         * src/messageview.c
12251         * src/mimeview.c
12252                 Fixed wrong scrolling position after switching between
12253                 text and image parts.
12254
12255 2002-01-23 [paul]       0.7.0claws22
12256
12257         * sync with sylpheed 0.7.0cvs15
12258                 see ChangeLog entries 2002-01-22 and 2002-01-23
12259
12260 2002-01-21 [melvin]     0.7.0claws21
12261
12262         * src/prefs_scoring.c
12263         * src/prefs_filtering.c
12264                 Fixed bug where scoring and filtering windows stopped
12265                 autochecking.
12266
12267 2002-01-21 [paul]       0.7.0claws20
12268
12269         * sync with sylpheed 0.7.0cvs12
12270                 see ChangeLog entries 2002-01-20 and 2002-01-21
12271
12272 2002-01-21 [carsten]    0.7.0claws19
12273         * src/mainwindow.c
12274         * src/menu.[ch]
12275         * src/messageview.[ch]
12276         * src/summaryview.[ch]
12277                 changes to shortcuts handling again:
12278                         + "Q" now controled by mainwin
12279                         + v/V are now customizable and have slightly
12280                           different meanings
12281                 the "button" to minimize the messageview (and maximize
12282                 the summary view) is a real button now
12283         * src/compose.c
12284                 "Delete Line+" added to Edit/Advanced (this will also
12285                 delete the '\n')
12286
12287 2002-01-20 [melvin] 0.7.0claws18
12288
12289         * src/addressbook.c
12290                 Made "Bcc" sensitive when addressbook is called from
12291                 compose window (it was a Claws only bug).
12292
12293 2002-01-19 [alfons] 0.7.0claws17
12294
12295         * src/inc.c
12296                 prevent unnecessary updates when currently selected folder has
12297                 no new messages 
12298
12299 2002-01-19 [alfons] 0.7.0claws16
12300         
12301         * src/summaryview.c
12302                 prevent writing the cache based on current message list in summary 
12303                 view when filtering also put messages in currently selected folder
12304
12305 2002-01-19 [paul]
12306
12307         * po/it.po
12308                 Italian translation submitted by Alessandro Maestri
12309                 <a.maestri@cs.tin.it>
12310
12311 2002-01-18 [melvin]     0.7.0claws15
12312
12313         * src/prefs_filters.c
12314                 fixed bug where 'cancel' from 'filters' window stops autochecking
12315                 if the timer timed out  when the window was open.
12316
12317 2002-01-18 [match]      0.7.0claws14
12318
12319         * src/addrclip.[ch]     ** NEW FILE **
12320         * src/addrselect.[ch]   ** NEW FILE **
12321         * src/adbookbase.h      ** NEW FILE **
12322                 addressbook cut, copy and paste
12323         * src/addrbook.[ch]
12324         * src/addrcache.[ch]
12325         * src/addressitem.h
12326         * src/addrindex.[ch]
12327         * src/addritem.[ch]
12328         * src/importldif.c
12329         * src/importmutt.c
12330         * src/jpilot.[ch]
12331         * src/syldap.[ch]
12332         * src/vcard.[ch]
12333         * src/jpilot.[ch]
12334         * src/editbook.c
12335         * src/editjpilot.c
12336         * src/editldap.c
12337         * src/editvcard.c
12338                 support for copy/paste
12339         * src/addressbook.c
12340                 support for copy/paste
12341                 tidy up menu option processing
12342                 correct address list function arguments
12343         * src/editaddress.c
12344                 sort user attributes
12345         * src/ldif.h
12346         * src/mutt.h
12347                 tidy up
12348
12349         * src/addrbook.[ch]
12350         * src/addrbook.[ch]
12351         * src/addrbook.[ch]
12352                 
12353
12354 2002-01-18 [paul]       0.7.0claws13
12355
12356         * sync with sylpheed 0.7.0cvs8
12357                 configure.in: support Mac OS X (Darwin)
12358
12359 2002-01-18 [carsten]    0.7.0claws12
12360         * src/html.c
12361                 small hack to fix a segfault with an empty href
12362                 (reported by Alexandra Walford <deeni@altern.org>)
12363         * src/mainwindow.c
12364         * src/summaryview.c
12365                 the shortcuts for Mark und Mark as unread are hardcoded
12366                 again
12367         * src/compose.c
12368         * src/gtkstext.[ch]
12369                 readded the shortcuts in gtkstext but made them
12370                 customizeable (simply by adding a menu plus a wrapper
12371                 to compose.c)
12372
12373 2002-01-17 [melvin]     0.7.0claws11
12374
12375         * src/gtkspell.c
12376                 fix default dictionary not being saved.
12377
12378 2002-01-16 [darko]      0.7.0claws10
12379
12380         * src/compose.c
12381                 fix wrapping crash with URL longer than wrapping margin
12382
12383 2002-12-08 [hoa]        0.7.0claws10
12384
12385         * src/matcher_parser_parse.y
12386                 fixed some bugs
12387
12388         * src/prefs_filtering.c
12389                 now, we can use bounce action in the dialog box.
12390
12391 2002-01-16 [carsten]    0.7.0claws9
12392         * src/gtkstext.c
12393                 removed the <control> and <alt> shortcuts because they're
12394                 not needed and interefered with the "normal" shortcuts
12395         * src/mainwindow.c
12396         * src/summaryview.c
12397                 removed most of the hardcoded shortcuts and assigned
12398                 them to menu entries making them easy customizable by
12399                 that
12400
12401 2002-01-16 |melvin]     0.7.0claws8
12402
12403         * src/gtkspell.c
12404                 fixed bug where using the mouse and when the compose
12405                 window is not on top may result in a crash.
12406
12407 2002-01-16 [melvin]     0.7.0claws7
12408
12409         * src/compose.c
12410                 fixed a long standingspell checker bug which could 
12411                 cause a crash after sending a message.
12412
12413 2002-01-16 [paul]       0.7.0claws6
12414
12415         * sync with sylpheed 0.7.0cvs7
12416                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12417                 2002-01-15, and 2002-01-16
12418
12419 2002-01-16 [melvin]     0.7.0claws5
12420
12421         * README.claws
12422         * src/compose.c
12423         * src/gtkspell.[ch]
12424         * src/main.c
12425                 Heavily modified spell checker code to work around
12426                 ispell bug, to add keyboard shortcuts and for future
12427                 enhancements. See README.claws for usage information.
12428
12429 2002-01-15 [alfons]     0.7.0claws4
12430         
12431         * src/summaryview.c
12432                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12433                 so sorting within threads reflects sort mode
12434
12435 2002-01-15 [christoph]  0.7.0claws3
12436
12437         * src/procmsg.c
12438                 added alertpanel if mail sending failed
12439
12440 2002-01-15 [alfons]     0.7.0claws2
12441         
12442         * src/prefs_filtering.c
12443                 don't stop timer when prefs filtering dialog is opened
12444
12445 2002-01-14 [alfons]     0.7.0claws1
12446
12447         * src/addr_compl.c
12448         * src/prefs.c
12449                 remove debug_print()s for privacy reasons
12450
12451 2002-01-14 [darko]      0.7.0claws
12452
12453         * README.claws
12454                 quotation wrapping is now also in the main branch
12455
12456 2002-01-14 [paul]
12457
12458         * tools/filter_conv.pl
12459                 allow for Boolean Op and case-sensitivity
12460                 this file is included in the release and tagged
12461                 'rel_0_7_0'
12462
12463 2002-01-13 [paul]       0.7.0claws
12464
12465         * release 0.7.0, with cvs tag 'rel_0_7_0'
12466
12467 2002-01-13 [paul]
12468
12469         * tools/filter_conv.pl
12470         * tools/README
12471                 rewritten to output to matcherrc instead of filteringrc
12472
12473         * po/es.po
12474                 updated Spanish translation by Ricardo Mones Lastra
12475
12476 2002-01-13 [alfons]
12477
12478         * po/nl.po
12479                 update dutch translation
12480
12481 2002-01-13 [paul]
12482
12483         * po/pt_BR.po
12484                 Updated by Fabio Junior Beneditto 
12485
12486 2002-01-13 [melvin]     0.6.6claws53
12487
12488         * po/fr.po
12489                 Updated french translation
12490
12491 2002-01-12 [alfons]     0.6.6claws52
12492
12493         * src/filtering.c
12494                 plug mem leak that has been sitting there for ages              
12495
12496 2002-01-12 [alfons]     0.6.6claws51
12497
12498         * src/summaryview.c
12499                 undo melvin's changes from 0.6.6claws48 because summary
12500                 view now refuses to select first unread message when
12501                 selecting a folder 
12502
12503 2002-01-11 [alfons]     0.6.6claws50
12504
12505         * src/import.c
12506                 use claws' semantics for getting folder item when
12507                 importing an mbox file into a folder 
12508                 (submitted by Dale P. Smith)
12509
12510 2002-01-11 [christoph]  0.6.6claws49
12511
12512         * src/prefs.h
12513                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12514                 toggle widget, because non static prefs can not use
12515                 prefs_set_* functions
12516         * src/prefs_account.c
12517                 toggle smtp auth password field sensitivity if
12518                 user id is empty and add descrition of usage for
12519                 these fields
12520         * src/prefs_folder_item.c
12521                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12522                 callbacks
12523
12524 2002-01-11 [melvin]     0.6.6claws48
12525
12526         * src/compose.c
12527                 fix the 'Ctrl-Enter' feature for sending and test really
12528                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12529                 editables which was not documented in Gtk)
12530
12531         * src/summaryview.c
12532                 Made summaryview refresh after sorting and not before.
12533
12534 2002-01-11 [christoph]  0.6.6claws47
12535
12536         * src/compose.c
12537                 select account from account ids if possible and
12538                 correctly set save folder for copy in reedit
12539
12540 2002-01-10 [paul]       0.6.6claws46
12541
12542         * sync with sylpheed 0.7.0 release
12543                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12544                 2002-01-09
12545
12546 2002-01-09 [alfons]
12547
12548         * src/summaryview.c
12549                 remove more dirt traces...
12550
12551 2002-01-09 [alfons]
12552         
12553         * src/summaryview.c
12554                 clean up some traces of my debugging stuff
12555
12556 2002-01-09 [alfons]     0.6.6claws45
12557
12558         * src/filtering.c
12559                 break up filteringprop_apply() in three separate pieces
12560                 so we can drop messages that failed processing in the
12561                 inbox
12562
12563         * src/summaryview.c
12564                 fix bug #469598 "no refresh of inbox after filter" which 
12565                 was introduced by the new summary view locking, and which 
12566                 prevented the summary view to update after a manual filter 
12567                 message. claw's filter message requires a summary_show().
12568                 (aargh, summary_show() again! :-)
12569                 
12570 2002-01-07 [alfons]     0.6.6claws44
12571
12572         * src/headerwindow.c
12573         * src/logwindow.c
12574         * src/messageview.c
12575         * src/sourcewindow.c
12576                 bring in Hiro's last 0.7.0 wm class fixes
12577
12578         * tools/sylprint.pl
12579                 bring in Ricardo's fix for sylprint script
12580
12581         * AUTHORS       
12582         * src/rfc2015.[ch]
12583         * src/prefs_common.[ch]
12584         * src/prefs_account.[ch]
12585         * src/compose.c
12586                 clean up account preference poison in rfc2015,
12587                 and preparation to fix double sign bug 
12588                 (patch submitted by Simon 'corecode' Schubert)
12589
12590 2002-01-07 [christoph]  0.6.6claws43
12591
12592         * src/mh.c
12593                 search for free message number, do not only rely
12594                 on last_num
12595         * src/send.c
12596                 fix smtp auth and use extra account information
12597                 if available, if not use pop3 data instead
12598                 (closes bug #500341)            
12599         * src/ssl.[ch]
12600                 match coding style
12601
12602 2002-01-06 [alfons]     0.6.6claws42
12603
12604         * src/mainwindow.c
12605                 try making the separate windows work again...
12606
12607 2002-01-06 [alfons]     0.6.6claws41
12608
12609         * src/mainwindow.c
12610                 adapt Hiro's separate window menu (to get rid of the funny
12611                 duplicate menu items), and make it work again
12612
12613 2002-01-06 [alfons]     0.6.6claws40
12614
12615         * tools/Makefile.am
12616         * tools/sylprint.rc
12617         * tools/sylprint.pl
12618         * tools/README.sylprint
12619                 add sylprint script for printing mails from Sylpheed
12620                 (contributed by Ricardo Mones Lastra)
12621
12622         * src/acount.c
12623                 clean up
12624
12625 2002-01-06 [melvin]     0.6.6claws39
12626
12627         * src/mainwindow.c
12628         * src/summaryview.c
12629                 Fixed crash introduced in 0.6.6claws38 by the menu
12630                 reorganisation (Hide read messages)
12631         
12632         * ChangeLog.claws 
12633                 Fixed typo (we are now in 2002, alfons ;) )
12634
12635 2002-01-05 [alfons]     0.6.6claws38
12636
12637         * sync with sylpheed 0.6.6cvs10-17
12638                 (last stuff marked as LAST_STABLE)
12639
12640 2002-01-04 [melvin]     0.6.6claws37
12641
12642         * src/account.c
12643                 Made account selection code use strcasestr again instead of
12644                 g_strcasecmp (fixes bug where reediting queued messages
12645                 did not select proper account reported by T. Link).
12646         
12647         * src/folderview.c
12648                 Fix bug where folder icons are not shown when 'hide read messages'
12649                 is on.
12650         
12651         * src/stock_pixmaps.[ch]
12652                 Added folder icons for 'hide read messages'.
12653         
12654         * src/compose.c
12655                 Fixed bug where 'Enter' in a header entry will send the message 
12656                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12657
12658 2002-01-03 [melvin]     0.6.6claws36
12659         
12660         * src/prefs.[ch]
12661                 Added popup menu for common preferences and
12662                 account preferences (right click on tab displays
12663                                 a menu of all tabs.)
12664
12665 2002-01-02 [melvin]     0.6.6claws35
12666
12667         * src/gtkspell.[ch]
12668                 Made spelling code compatible with undo/redo feature.
12669                 Added creation of suggestion mode menu for the general
12670                         preferences.
12671         
12672         * src/prefs_common.[ch]
12673                 Added option menu for the speller's suggestion mode.
12674                 Added missing spaces in "..." buttons and made a "..."
12675                         button non translatable!
12676         
12677         * src/compose.c
12678                 Made speller use the default suggestion mode.
12679                 Hack to make it possible to choose 'CTRL-Enter' as a
12680                         shortcut for sending (and only for sending).
12681
12682         * src/prefs_folder_item.c
12683                 Changing subject simplification does not update cache 
12684                         anymore (because it is unnecessary).
12685                 Fixed bug where changing subject simplification updated the 
12686                         summaryview even when the viewed folder is not the
12687                         folder which properties are being changed. (E.g. 
12688                                         viewing folder A and changing
12689                                         the subject simplification of 
12690                                         folder B -not being viewed- updated the 
12691                                         summaryview of folder A with data of
12692                                         folder B). (Hope this is clear... )
12693
12694 2001-12-31 [alfons]     0.6.6claws34
12695         
12696         * src/ldif.c
12697         * src/mutt.c
12698                 fgetc() returns a signed integer which doesn't
12699                 fit in a char. so c truncates this to a char
12700                 but we may lose significant bits. i.e. we may
12701                 comparing 0xFF which may not be equal to -1
12702                 unless properly casted to signed char which
12703                 we won't do because fgetc() returns a signed
12704                 integer which doesn't fit in a char. so c 
12705                 truncates this to a char but we may lose 
12706                 significat bits. (you got the idea, thanks
12707                 to Gustavo Noronha Silva <kov@debian.org>
12708                 and the Debian folks!)
12709
12710 2001-12-30 [alfons]     0.6.6claws33
12711
12712         * src/prefs_common.c
12713                 add #ifdef USE_PSPELLs that Melvin forgot               
12714
12715 2001-12-30 [melvin]     0.6.6claws32
12716         
12717         * src/prefs_common.[ch]
12718                 Added configurable color for misspelled words.
12719
12720         * src/gtkspell.[ch]
12721                 Fixed bug of foreground text color (reported by David
12722                                 Mehrmann)
12723                 Added configurable color for misspelled words.
12724
12725 2001-12-30 [alfons]     0.6.6claws31
12726
12727         * src/folder.c
12728                 remove unnecessary things someone put there
12729
12730         * src/mh.c
12731         * src/folder.[ch]
12732                 make folder properties (like threading and sorting) persistent
12733                 (closes bug #497424 "rescan folder tree resets proprieties")
12734                 currently this is only for MH folders. 
12735
12736 2001-12-29 [melvin]     0.6.6claws30
12737
12738         * src/string_match.[ch]
12739                 Optimized a bit: regexp pattern buffer compiled only once, and
12740                   one subroutine call removed. Fixed ^ regexp search: Now, 
12741                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12742         
12743         * src/summaryview.c
12744                 Subject filtering changed to filter summary columns and
12745                   not directly the messages subject cache. The loss in 
12746                   performance is balanced by the improvement of string_match.
12747                 Added an alert panel if there is an error in the regexp.
12748
12749         * src/src/prefs_folder_item.h
12750                 Added a regexp pattern buffer.
12751
12752 2001-12-28 [alfons]     0.6.6claws29
12753
12754         * src/string_match.[ch]
12755                 clean up name space
12756                 allow compilation *BSD
12757
12758 2001-12-27 [alfons]     0.6.6claws28
12759
12760         * src/filter.c
12761                 sync the Hiro's bug fix for BSD
12762
12763 2001-12-27 [melvin]     0.6.6claws27
12764         
12765         * src/compose.c
12766                 Simplify focus to subject entry code.
12767
12768 2001-12-27 [darko]      0.6.6claws26
12769
12770         * src/filtering.c
12771         * src/mbox_folder.c
12772         * src/messageview.c
12773         * src/mh.c
12774         * src/procheader.[ch]
12775         * src/procmsg.h
12776         * src/stock_pixmap.[ch]
12777         * src/summaryview.c
12778                 Show key icon for encrypted mails in summary view
12779
12780         * src/pixmaps/clip.xpm
12781         * src/pixmaps/clipkey.xpm
12782         * src/pixmaps/key.xpm
12783                 New/modified icons for the above
12784
12785 2001-12-27 [melvin]     0.6.6claws25
12786
12787         * src/prefs_common.c
12788                 Put spell checker options in a separate tab to decrease
12789                 the Common Preferences window height.
12790
12791         * README.claws  
12792                 Update spell checker usage instruction about its options
12793                 location.
12794
12795 2001-12-27 [melvin]     0.6.6claws24
12796
12797         * src/compose.c
12798                 Changed subject entry widget position. Initial focus is
12799                 on the To header instead of the subject entry.
12800                 Creating a new header scrolls the header list to make the
12801                 created one visible. Nevertheless, when automatically filling
12802                 headers, the first one is shown.
12803                 A Tab key press in the last empty header entry zips the 
12804                 focus to the subject entry.
12805                 (I did not change the combo boxes, yet)
12806
12807 2001-12-26 [alfons]     0.6.6claws23
12808
12809         * src/prefs_account.c
12810         * src/inc.c
12811                 allow default inbox to reside in another mailbox (only
12812                 works for POP3 accounts)
12813
12814 2001-12-26 [alfons]     0.6.6claws22
12815         
12816         * src/textview.c
12817                 make reply-on-click work with the account of the selected folder
12818         * src/compose.c
12819                 put a fixme here to remind me to fix finding correct default
12820                 account for nested folders
12821
12822 2001-12-25 [alfons]     0.6.6claws21
12823
12824         * src/summaryview.c
12825                 make column headers display locked and mark pixmaps (idea by Melvin) 
12826                 fix bug by adding score and locked column type to sort array
12827
12828 2001-12-25 [alfons]     0.6.6claws20
12829         
12830         * src/summaryview.c
12831                 catch a *potentially* inadvertent write back of  
12832                 the message cache(s) introduced by 0.6.5claws37
12833
12834 2001-12-25 [christoph]  0.6.6claws19
12835
12836         * src/stock_pixmap.[ch]
12837         * src/summaryview.c
12838                 add ignore thread pixmap
12839                 (can someone draw a better icon for this?)
12840
12841 2001-12-24 [alfons]     0.6.6claws18
12842
12843         * src/prefs_folder_item.c
12844                 make address completion actually work for the
12845                 Default To address in the Folder Property dialog.
12846
12847 2001-12-24 [alfons]     0.6.6claws17
12848         
12849         * src/summaryview.c
12850                 use new style regexp for subject stripping 
12851                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12852
12853 2001-12-24 [darko]      0.6.6claws16
12854
12855         * src/pgptext.c
12856         * src/rfc2015.c
12857                 move GPG related informational messages to debug mode
12858
12859 2001-12-23 [alfons]     0.6.6claws15
12860
12861         * src/stock_pixmap.[ch]
12862         * src/summaryview.c
12863                 add the forgotten Claws' locked pixmap
12864
12865 2001-12-23 [alfons]     0.6.6claws14
12866
12867         * src/filesel.c
12868                 accept file name typed in entry in multi file
12869                 selector (patch submitted by Gustavo Noronha Silva 
12870                 <kov@debian.org>)
12871
12872 2001-12-23 [alfons]     0.6.6claws13
12873
12874         * src/prefs_filter.c
12875         * src/prefs_filtering.c
12876         * src/matcher.c
12877         * src/importmutt.c
12878                 clean up a little bit
12879         
12880         * src/string_match.c
12881                 validate input strings a little bit more
12882
12883 2001-12-23 [alfons]     0.6.6claws12
12884
12885         * src/Makefile.am
12886         * src/summaryview.c
12887         * src/string_match.[ch]         ** NEW **
12888         * src/folderview.[ch]
12889         * src/headerview.h
12890         * src/folder.[ch]
12891         * src/prefs_folder_item.[ch]
12892                 add subject simplification to strip out strings from
12893                 a subject line (esp. handy for mailing lists). 
12894                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12895                 but slightly changed things for better integration.)
12896
12897 2001-12-23 [alfons]     0.6.6claws11
12898
12899         * src/mainwindow.c
12900                 fix bug introduced by submission included in 0.6.5claws52.
12901                 ideally this submission should clean the trash if any trash
12902                 folder has a message. however, the hasTrash variable was
12903                 set to false whenever a trash folder was empty (discarding
12904                 a previously found *filled* trash folder.)
12905
12906                 also edited the code a little bit and made it more safe.
12907
12908 2001-12-22 [alfons]     0.6.6claws10
12909
12910         * src/imap.c
12911                 quick fix for Martin Pool's omission of an account
12912                 specific SSL setting
12913
12914 2001-12-22 [alfons]     0.6.6claws9
12915
12916         * src/compose.c
12917         * src/messageview.c
12918         * src/mimeview.c
12919         * src/pgptext.c
12920         * src/procmime.[ch]
12921                 better support for multipart/digest (submitted
12922                 by Fredrik <e98fo@efd.lth.se>)
12923
12924 2001-12-22 [alfons]     0.6.6claws8
12925
12926         * src/addressbook.c
12927                 correct function signature
12928         * src/socket.[ch]
12929         * src/imap.[ch]
12930         * src/prefs_account.[ch]
12931                 allow IMAP over SSH tunnel (patch submitted by 
12932                 Martin Pool <mbp@samba.org>)
12933
12934 2001-12-21 [alfons]     0.6.6claws7
12935
12936         * sync with sylpheed 0.6.6cvs4-9
12937                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12938
12939 2001-12-21 [christoph]  0.6.6claws6
12940
12941         * src/compose.c
12942         * src/prefs_folder_item.[ch]
12943                 implement saving of outgoing messages to current folder.
12944                 fix segfault when no default outbox is available
12945                 (closes bug #495683)
12946
12947 2001-12-21 [carsten]    0.6.6claws5
12948         * src/folderview.c
12949         * src/summaryview.c
12950                 pressing CTRL while DND does now the expected thing and
12951                 copies the mail (moving is still the default, as this
12952                 seam more appropriate for handling mails by DND)
12953
12954 2001-12-18 [paul]       0.6.6claws4
12955
12956         * sync with sylpheed 0.6.6cvs3
12957                 see ChangeLog entries 2001-12-18
12958
12959 2001-12-18 [hiro]       0.6.6claws3
12960
12961         * src/undo.c
12962                 fix for multibyte characters (obtain the number of letters
12963                 instead of bytes).
12964
12965 2001-12-17 [paul]       0.6.6claws2
12966
12967         * sync with sylpheed 0.6.6cvs1
12968                 see ChangeLog entry 2001-12-16
12969
12970 2000-12-17 [alfons]     0.6.6claws1
12971
12972         * src/filtering.c
12973                 clean up
12974
12975 2001-12-16 [paul]       0.6.6claws
12976 2001-12-15
12977
12978         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12979
12980         * src/mimeview.c
12981                 last minute sync with main 0.6.6
12982
12983         * po/es.po
12984                 updated by Ricardo Mones Lastra
12985                 update for last minute sync
12986         * po/fr.po
12987         * po/nl.po
12988                 update for last minute sync
12989         * po/de.po
12990                 updated by Jens Oberender
12991         * po/pt_BR.po
12992                 updated by Fabio Junior Beneditto
12993
12994         * src/prefs_common.[ch]
12995         * src/undo.c
12996                 number of undo levels is user configurable
12997                 (squeeze it into the release in the dying
12998                 moments) Submitted by Jens Oberender    
12999
13000 2001-12-15 [melvin]
13001
13002         * po/fr.po
13003                 updated french translation
13004
13005 2001-12-15 [paul]       0.6.5claws92
13006
13007         * sync with sylpheed 0.6.5cvs28
13008                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13009
13010         * po/nl.po
13011                 update to allow for sync
13012
13013 2001-12-15 [alfons]
13014         
13015         * po/nl.po
13016                 update dutch translation
13017
13018 2001-12-14 [carsten]    0.6.5claws91
13019         * src/summaryview.c
13020                 fixed bug #473785; also after changing the column order
13021                 the same message will be selected and displayed as before
13022                 the reordering
13023
13024 2001-12-14 [carsten]    0.6.5claws90
13025         * src/folderview.c
13026                 probably found the bug reported by wwb opening or closing
13027                 a folder tree just before dnd (found the solution in the
13028                 balsa source -- thanks to them)
13029
13030 2001-12-14 [carsten]    0.6.5claws89
13031         * src/gtkutils.c
13032         * src/account.c
13033                 moved gtk_clist_moveto to the right place, so that
13034                 only the accounts dialog is effected on opening
13035
13036 2001-12-14 [carsten]    0.6.5claws88
13037         * src/gtkutils.c
13038                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13039                 now, so that the focused row will be seen in any case
13040                 (reported by wwp on sf-claws-user)
13041
13042 2001-12-14 [darko]      0.6.5claws87
13043
13044         * src/compose.c
13045                 remove unnecessary line
13046
13047 2001-12-14 [paul]       0.6.5claws86
13048
13049         * sync with sylpheed 0.6.5cvs27
13050                 see ChangeLog entries 2001-12-14
13051
13052 2001-12-14 [carsten]    0.6.5claws85
13053         * src/mainwindow.c
13054                 following a suggestion of Melvin the rcoabm pops up
13055                 right under the button now and the button is reliefed
13056                 while the popup is open
13057
13058 2001-12-14 [darko]      0.6.5claws84
13059
13060         * src/compose.c
13061                 fix crash when wrapping long lines if linewrap quotation
13062                 is disabled and wrapper encounters a word spanning more
13063                 than one line
13064
13065 2001-12-13 [paul]       0.6.5claws83
13066
13067         * src/compose.c
13068                 prefer 'Reply-To' header over mailing list header when
13069                 replying to a message. Finally prevent all those confirmation 
13070                 messages being sent to the list itself.
13071
13072         * src/summaryview.c
13073                 remove unused summary_set_menu_sensitive() entry
13074
13075 2001-12-13 [paul]       0.6.5claws82
13076
13077         * src/folderview.c
13078         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13079         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13080         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13081                 improvements to 'Hide read messages': Inbox, Outbox,
13082                 Trash, Queue, and Draft icons now reveal presence of hidden 
13083                 messages
13084
13085 2001-12-12 [alfons]     0.6.5claws81
13086
13087         0.6.5claws80 was tagged as LAST_STABLE
13088
13089         * src/filtering.[ch]
13090         * src/matcher.[ch]
13091         * src/matcher_parser_lex.c
13092                 fix the filtering; my last attempt to get it right, 
13093                 if it does not work, it's Hoa's turn. ;-)
13094
13095                 for my honourable peers:
13096                 
13097                 the code now makes a clear distinction between
13098                 rules as they are displayed (probably escaped),
13099                 and as they are executed (probably unescaped). the
13100                 parser does *NOT* do any unescaping, this is
13101                 the task of the matcher.c (which breaks up a
13102                 rule into condition) and the filtering.c (which
13103                 breaks up the rule's action). to make this
13104                 run happily we provide an unescaped copy of
13105                 crucial strings to the MatcherProp and 
13106                 FilteringAction structures. note that the only
13107                 exception to this is any REGEXP string. those
13108                 are directly passed to regcomp() and regexp()
13109                 (who have much more powerful unescape functions).
13110                 
13111                 for everyone else:
13112         
13113                 you can escape tab (\t), carriage return (\r),
13114                 linefeed (\n), form feed (\f), quote (\"), 
13115                 single quote (\'), bell (\b) in all the entry
13116                 lines in the scoring & filtering dialogs.
13117                 as an added bonus this should not affect
13118                 existing filtering rules.
13119
13120 2001-12-12 [carsten]    0.6.5claws80
13121
13122         * src/summaryview.c
13123         * po/de.po
13124                 "item(s) selected" is now sensitive to 1 or more
13125                 than one selected (nice for language where simple
13126                 adding of a "s" is not possible as German (Eintrag
13127                 ->Eintr"age)
13128                 
13129                 the "forward as attachment" entry from the right
13130                 click menu removed, "forward" acts following the
13131                 prefs
13132         
13133         * src/textview.c
13134                 reverted my former changes; so compiler warning again
13135                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13136                 nevertheless
13137
13138         * src/messageview.c
13139                 "search in message" does now *not* only work in MVIEW_TEXT
13140                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13141                 message
13142
13143         * src/mainwindow.c
13144                 removed "/File/_Close" as it was the same as "/File/E_xit"
13145                 and we don't need it two times
13146
13147                 the separate folder view and message view now get a distinct
13148                 WMCLASS, just in case someone is using sawfish ;-)
13149
13150                 as the menu entries "/View/Message view" and "/View/Folder tree"
13151                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13152                 make them sensitive accordingly and as these two are "shown"
13153                 after startup anytime check this menuitem at startup
13154
13155 2001-12-12 [paul]       0.6.5claws79
13156
13157         * src/folderview.c
13158                 fix sensitivity of 'Search folder...', broken in
13159                 0.6.5claws75
13160
13161         * src/mainwindow.c
13162                 fix dodgy English
13163
13164 2001-12-11 [carsten]    0.6.5claws78
13165         * src/filtering.c
13166                 fixed two typos returning a wrong FALSE/TRUE
13167         * src/mainwindow.[ch]
13168                 extra menu for email/news button removed
13169
13170 2001-12-11 [alfons]     0.6.5claws77
13171         
13172         * src/matcher.c                 (1.3)
13173         * src/matcher_parser_lex.l      (1.28)
13174                 revert for another attempt
13175                 mark 0.6.5claws77 as LAST_STABLE
13176
13177 2001-12-11 [christoph]  0.6.5claws76
13178
13179         * po/de.po
13180                 fixed wrong translation for prev. unread msg
13181
13182 2001-12-11 [paul]       0.6.5claws75
13183
13184         * src/folder.[ch]
13185         * src/folderview.c
13186         * src/mainwindow.c
13187         * src/summaryview.[ch]
13188         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13189                 enable ability to hide read messages on per folder basis via 
13190                 '/Summary/Hide read messages'; when selected, a folder will 
13191                 have a red open folder icon, instead of a blue icon, if the 
13192                 folder contains hidden messges
13193                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13194
13195         * src/mainwindow.c
13196                 remove '/Message/Forward as attachment' from 
13197                 main_window_set_menu_sensitive() to prevent debug warning
13198
13199         * src/folderview.c
13200         * src/mainwindow.c
13201                 Clean up some of the English
13202
13203         * tools/newscache_clean.pl
13204                 allow for new 'hidereadmsgs' entry in folderlist.xml
13205
13206         * po/es.po
13207                 updated translation, submitted by Ricardo Mones Lastra
13208
13209 2001-12-11 [paul]       0.6.5claws74
13210
13211         * sync with sylpheed 0.6.5cvs25
13212                 see ChangeLog entry 2001-12-11
13213
13214 2001-12-10 [alfons]     0.6.5claws73
13215
13216         * src/matcher.c
13217                 add more control characters
13218         * src/matcher_parser_lex.l
13219                 make escaping / unescaping work again
13220
13221 2001-12-10 [alfons]     0.6.5claws72
13222
13223         * src/imap.c
13224                 clean up warnings "returning value for void function" 
13225         * src/prefs_filtering.c
13226                 make info button for execute action sensitive
13227
13228 2001-12-10 [paul]       0.6.5claws71
13229
13230         * src/compose.c
13231         * src/imap.[ch]
13232         * src/summaryview.c
13233                 fix: imap server now gets informed of MARKED, UNMARKED
13234                 and REPLY events. Now people can use different IMAP-Mail
13235                 clients and have the exact same information about MARKED,
13236                 UNMARKED and REPLY status with all of them. Especially
13237                 useful for imap servers with a web-frontend.
13238                 submitted by Tobias Sandhaas <medlor@web.de>
13239
13240 2001-12-09 [melvin]     0.6.5claws70
13241         
13242         * src/textview.[ch]
13243                 fixed bug #490076 (hunted down by Alfons who implemented
13244                 a workaround in 0.6.5claws65)
13245
13246 2001-12-09 [christoph]  0.6.5claws69
13247
13248         * src/summaryview.c
13249                 set pointer to string in LOCKED column to NULL
13250                 (might fix bug #490800)
13251
13252 2001-12-09 [carsten]    0.6.5claws68
13253
13254         * po/de.po
13255                 resolved some cluttered menu shortcuts 
13256                 ('creating new email' and 'creating news message'
13257                 hade the same)
13258         * src/compose.c
13259                 wmclass now distinc from main window
13260         * src/mainwindow.c
13261           src/mainwindow.h
13262                 email/news and forward button functionality similar
13263                 to the reply buttons; removed the ugly dropdown arrows
13264                 and use instead the right mouse button
13265
13266 2001-12-09 [paul]       0.6.5claws67
13267
13268         * src/imap.c
13269         * src/utils.h
13270                 allow spaces in imap folder names
13271                 submitted by Willem van Engen <wvengen@stack.nl>
13272
13273 2001-12-09 [paul]       0.6.5claws66
13274
13275         * sync with sylpheed 0.6.5cvs24
13276                 see ChangeLog entry 2001-12-09
13277
13278 2001-12-08 [alfons]     0.6.5claws65
13279
13280         * src/textview.c
13281                 prevent secondary selection claim after "add to sender" dialog
13282                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13283                 we trick GTK by simulating a click at (0, 0) in the textview.
13284
13285 2001-12-08 [hoa]        0.6.5claws64
13286
13287         * src/folder.c
13288                 fixed a bug about the .processing folder name while filtering
13289
13290 2001-12-08 [alfons]     0.6.5claws63
13291
13292         * src/folderview.c 
13293                 work around problem of not correctly updating folder stats
13294                 when deleting messages. there's some folder scanning evil
13295                 going so the folderview_update_msg_num() does not work
13296                 correctly. need to investigate this.
13297
13298 2001-12-08 [paul]       0.6.5claws62
13299
13300         * sync with sylpheed 0.6.5cvs23
13301                 see ChangeLog entry 2001-12-08
13302
13303 2001-12-07 [christoph]  0.6.5claws61
13304
13305         * src/compose.c
13306                 fix another header translation problem
13307
13308 2001-12-07 [alfons]     0.6.5claws60
13309
13310         * src/mbox.c
13311                 make filtering also work on local spool mbox
13312
13313 2001-12-07 [carsten]    0.6.5claws59
13314         * src/addressbook.c
13315                 addressbook window gets a wmclass distinct from the main
13316                 sylpheed window
13317         * src/compose.h
13318         * src/mainwindow.[ch]
13319                   forward menu item will use mode selected in prefs, forward 
13320                 as attatchment in menu removed (will be substituted in the
13321                 toolbar similar to reply buttons)
13322                   create news message menu entry and news button is now 
13323                 sensitive to the existance of a news account
13324         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13325         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13326         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13327                 these are removed because the toolbar buttons don't show
13328                 the quoting modus any longer
13329
13330 2001-12-07 [paul]
13331
13332         * tools/newscache_clean.pl      ** NEW FILE **
13333                 perl script to do some tidying up in the newscache directory 
13334                 
13335         * tools/sylpheed-switcher       ** NEW FILE **
13336                 perl script to enable easy switching between main and claws
13337                 
13338         * tools/README
13339                 added descriptions of the two new perl scripts          
13340
13341
13342 2001-12-07 [melvin]     0.6.5claws58
13343
13344         * src/messageview.c
13345                 fixed a warning during compilation introduced in 0.6.5claws56
13346
13347 2001-12-07 [paul]       0.6.5claws57
13348
13349         * src/mainwindow.[ch]
13350         * src/menu.[ch]
13351                 further usability enhancements to replying with or without 
13352                 quoting via the toolbar, use of Ctrl key is replaced by 
13353                 drop down menu 
13354                 Submitted by Carsten Schurig            
13355
13356 2001-12-07 [melvin]     0.6.5claws56
13357
13358         * src/messageview.c
13359                 hack to fix bug that prevented to make/paste selections
13360                 after switching between MVIEW_TEXT and MVIEW_MIME views
13361                 without deselecting the selection first.
13362
13363 2001-12-06 [alfons]     0.6.5claws55
13364
13365         * src/filtering.[ch]
13366         * src/inc.c
13367                 revise filtering a little bit more, and make sure
13368                 messages are delivered to the appropriate inbox
13369                 (perhaps set per account)
13370
13371 2001-12-06 [paul]       0.6.5claws54
13372
13373         * sync with sylpheed 0.6.5cvs22
13374                 see ChangeLog entry 2001-12-06
13375
13376 2001-12-05 [alfons]     0.6.5claws53
13377
13378         * src/inc.c
13379         * src/folder.[ch]
13380         * src/procmsg.c
13381         * src/filtering.c
13382                 more revisions of filtering system
13383                 (last stable version is marked as LAST_STABLE)
13384                 
13385                 | NOTE 1): the filtering system now uses a local folder called
13386                 | .processing. if filtering fails, check this directory
13387                 | for missing messages.
13388                 |
13389                 | NOTE 2): help us find the filtering actions still missing
13390
13391 2001-12-05 [paul]       0.6.5claws52
13392
13393         * src/mainwindow.c
13394                 fix bug where 'Empty Trash?' pop-up window appears even
13395                 when Trash is empty, submitted by Jesse Skinner         
13396
13397 2001-12-05 [melvin]     0.6.5claws51
13398
13399         * src/compose.c
13400                 fixed bug #486106 to select correct account when reediting 
13401                 a queued message
13402         
13403 2001-12-04 [alfons]     0.6.5claws50
13404
13405         * src/mh.c
13406                 declare markfile in appropriate functions when
13407                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13408                 for spotting this)
13409
13410 2001-12-04 [paul]       0.6.5claws49
13411
13412         * sync with sylpheed 0.6.5cvs21
13413                 see ChangeLog entry 2001-12-04
13414
13415 2001-12-03 [christoph]  0.6.5claws48
13416
13417         * po/de.po
13418                 changed translation of undo
13419         * src/account.c
13420         * src/folder.c
13421                 don't reinvent the wheel to traverse a GNode
13422         * src/compose.[ch]
13423                 seperate code to create the compose gui into functions
13424                 add "Others" page with folder selection for saving copy
13425                 of the message.
13426                 the folder identifier is saved to queue header
13427         * src/procmsg.c
13428                 save message to folder in queue header
13429
13430 2001-12-03 [paul]       0.6.5claws47
13431
13432         * sync with sylpheed 0.6.5cvs20
13433                 see ChangeLog entry 2001-12-03
13434
13435 2001-12-01 [paul]
13436
13437         * more sync with sylpheed 0.6.5cvs19
13438                 see ChangeLog entry 2001-11-29
13439
13440 2001-11-30 [paul]       0.6.5claws46
13441         
13442         * src/compose.c
13443                 remove conflicts introduced by Hoa's last commit
13444          
13445         * src/mainwindow.c
13446                 make 'Message/Bounce' sensitive
13447
13448 2001-11-30 [hoa]        0.6.5claws45
13449
13450         * src/compose.c
13451                 slightly change bounce function to add
13452                 information about the user that bounced the mail
13453                 in the From header line.
13454
13455         * src/folderview.c
13456                 permit the use of processing in outbox folder.
13457
13458 2001-11-29 [paul]       0.6.5claws44
13459
13460         * src/mainwindow.[ch]
13461         * src/prefs_common.c
13462         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13463         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13464         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13465                 usability enhancements to the quoting, implements
13466                 use of Ctrl key to toggle quoting settings
13467                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13468
13469 2001-11-29 [paul]       0.6.5claws43
13470         
13471         * sync with sylpheed 0.6.5cvs19
13472                 see ChangeLog entry 2001-11-28
13473
13474 2001-11-29 [melvin]     0.6.5claws42
13475         * src/Makefile.am
13476                 added enriched.[ch] to the list of files
13477
13478         * src/textview.c
13479         * src/mimeview.c
13480         * src/procmime.[ch]
13481         * src/enriched.[ch]
13482                 added support to view text/enriched
13483                 added support to show headers in message view for text/enriched and text/html
13484                         in non multipart messages
13485
13486 2001-11-28 [paul]       0.6.5claws41
13487
13488         * more sync with sylpheed 0.6.5cvs18
13489                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13490
13491 2001-11-27 [paul]       0.6.5claws40
13492         
13493         * po/pt_BR.po
13494                 updated translation, submitted by Fabio Junior Beneditto
13495                 
13496         * sync with sylpheed 0.6.5cvs18
13497                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13498                 2001-11-27
13499
13500
13501 2001-11-26 [paul]
13502
13503         * po/es.po
13504                 updated translation, submitted by Ricardo Mones Lastra
13505
13506 2001-11-26 [alfons]
13507
13508         * src/matcher.c
13509                 add more translatable strings
13510
13511 2001-11-26 [christoph]  0.6.5claws39
13512
13513         * po/de.po      
13514                 fixed one more umlaut
13515         * src/compose.c
13516                 fix translated header when it should not be translated
13517
13518 2001-11-26 [paul]       0.6.5claws38
13519
13520         * src/mainwindow.c
13521                 remove '/Message/Add Sender to address book' from 
13522                 main_window_set_menu_sensitive(), prevent debug warning
13523                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13524
13525 2001-11-26 [paul]       0.6.5claws37
13526
13527         * src/summaryview.c
13528                 fix 'recurring unread state' bug 
13529
13530         * tools/README 
13531         * tools/filter_conv.pl
13532                 read name of top level mailbox from folderlist.xml
13533                 and presume nothing about its name              
13534
13535 2001-11-26 [darko]      0.6.5claws36
13536
13537         * src/gtkstext.[ch]
13538                 removed functions that are now in gtkutils.c
13539                 use gtkut_text_is_uri_string() from gtkutils.c
13540         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13541
13542 2001-11-26 [paul]       0.6.5claws35
13543
13544         * sync with sylpheed 0.6.5cvs16
13545                 see ChangeLog entries 2001-11-25 and 2001-11-26
13546
13547 2001-11-25 [alfons]     0.6.5claws34
13548
13549         EXPERIMENTAL!!! Please checkout the last stable version using: 
13550           
13551         % cvs update -r LAST_STABLE -dRAP
13552
13553         (Or help us testing this stuff.)
13554
13555         * src/filtering.c               (1.14)
13556         * src/filtering.h               (1.6)
13557         * src/inc.c                     (1.28)
13558         * src/matcher.c                 (1.20)
13559         * src/mbox.c                    (1.9)
13560         * src/procmsg.h                 (1.14)
13561         * src/summaryview.c             (1.59)
13562         * src/summaryview.h             (dunno)
13563                 revert/merge/sync to as it was before commit 
13564                 on Thu, 19 Jul 2001 10:15:51 -0700.
13565
13566 2001-11-25 [hoa]        0.6.5claws33
13567
13568         * src/main.c
13569                 processing mails at startup
13570
13571         * src/folderview.c
13572         * src/summaryview.[ch]
13573                 processing mails when entering folder
13574
13575         * src/prefs_filtering.c
13576                 fixed some UI bugs
13577
13578 2001-11-24 [alfons]     0.6.5claws32
13579
13580         * src/summaryview.[ch]
13581                 make summary sort headers work, and also make
13582                 sure the sort type is stored
13583
13584 2001-11-23 [alfons]     0.6.5claws31
13585
13586         * src/summaryview.[ch]
13587                 make lock work like mark
13588                 disallow deleting messages marked as locked
13589
13590 2001-11-23 [alfons]     0.6.5claws30
13591
13592         * src/gtkstext.c
13593         * src/compose.[ch]
13594         * src/Makefile.am
13595         * src/undo.[ch]
13596                 merge undo patch submitted by Jens
13597
13598 2001-11-23 [christoph]  0.6.5claws29
13599
13600         * src/.cvsignore
13601                 added ylwrap
13602         * src/compose.c
13603                 fixed gpg signing and encoding
13604         * src/folder.[ch]
13605         * src/main.c
13606                 added --status option to get new, unread and total
13607                 message count from a running sylpheed
13608         * src/prefs_common.c
13609                 temporary fix for reply_with_quote problem
13610                 (don't call functions for non existing widget)
13611         * src/procmsg.c
13612                 one more check for ignored threads but still not
13613                 always working correctly. probably a recursive
13614                 check for all parents is needed
13615
13616 2001-11-23 [darko]      0.6.5claws28
13617
13618         * src/compose.c
13619                 wrapping on send improvements
13620         * src/gtkutils.[ch]
13621                 fix for GtkSText after last sync with main branch
13622                 GTK_TEXT -> GTK_STEXT
13623
13624 2001-11-23 [paul]       0.6.5claws27
13625
13626         * sync with sylpheed 0.6.5cvs14
13627                 see ChangeLog entries 2001-11-22 and 2001-11-23
13628                 
13629         * po/de.po
13630                 fixed the scrambled umlauts 
13631                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13632
13633 2001-11-21 [paul]       0.6.5claws26
13634
13635         * sync with sylpheed 0.6.5cvs12
13636                 see 2nd ChangeLog entry dated 2001-11-20
13637
13638 2001-11-20 [paul]       0.6.5claws25
13639
13640         * sync with sylpheed 0.6.5cvs11
13641                 see ChangeLog entry 2001-11-19 (src/utils.c)
13642
13643 2001-11-20 [hiro]
13644
13645         * src/compose.c
13646                 GTK_TEXT -> GTK_STEXT
13647                 fix for wrong comment
13648
13649 2001-11-20 [hiro]       0.6.5claws24
13650
13651         * src/compose.[ch]
13652                 more merges from main branch
13653                 removed fatal warnings (uninitialized variables etc.)
13654                 some coding style fix
13655         * src/gtkutils.h
13656                 fixed typo.
13657         * src/addressbook.c
13658           src/addrindex.c
13659                 V-Card -> vCard
13660
13661 2001-11-19 [hoa]        0.6.5claws23
13662
13663         * src/filtering.c
13664         * src/prefs_scoring.c
13665         * src/matcher.[ch]
13666         * src/scoring.c
13667                 cleaning code
13668
13669         * src/matcher_parser_parse.y
13670         * src/prefs_filtering.c
13671                 bouncing
13672
13673 2001-11-19 [alfons]     0.6.5claws22
13674
13675         more of my old things into claws
13676
13677         * src/Makefile.am
13678         * src/prefs_common.c
13679         * src/procmsg.h
13680         * src/summaryview.[ch]
13681         * src/prefs_summary_column.c
13682         * src/pixmaps/locked.xpm
13683                 add indicators for locking of message in summary view
13684                 (does not work yet, only visual indicator)
13685
13686 2001-11-19 [paul]       0.6.5claws21
13687
13688         * sync with sylpheed 0.6.5cvs10
13689                 see ChangeLog entry 2001-11-19
13690
13691 2001-11-18 [alfons]     0.6.5claws20
13692         
13693         * src/filtering.c
13694                 remove an inadvertent free I forgot in previous clean up 
13695
13696 2001-11-18 [alfons]     0.6.5claws19
13697
13698         * src/filtering.[ch]
13699                 clean up & plug leaks
13700
13701 2001-11-18 [paul]       0.6.5claws18
13702
13703         * sync with sylpheed 0.6.5cvs9
13704                 see ChangeLog entries 2001-11-17 and 2001-11-18
13705
13706 2001-11-16 [paul]       0.6.5claws17
13707
13708         * sync with sylpheed 0.6.5cvs8
13709                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13710
13711 2001-11-16 [paul]       0.6.5claws16
13712
13713         * sync with sylpheed 0.6.5cvs7
13714                 see ChangeLog entries 2001-11-15 and 2001-11-16
13715
13716 2001-11-15 [hoa]        0.6.5claws15
13717
13718         * src/compose.c
13719                 fix bounce, mails we received couln't be bounced to ourself.
13720
13721         * src/defs.h
13722         * src/filtering.[ch]
13723         * src/matcher.[ch]
13724         * src/matcher_parser.h
13725         * src/matcher_parser_lex.l
13726         * src/matcher_parser_parse.y
13727         * src/inc.c
13728         * src/main.c
13729         * src/mbox.c
13730         * src/prefs_filtering.[ch]
13731         * src/mainwindow.c
13732         * src/prefs_matcher.c
13733         * src/prefs_scoring.c
13734         * src/scoring.[ch]
13735         * src/summaryview.c
13736                 new matcher/filter/score configuration file parser
13737                 one unique configuration file => ~/.sylpheed/matcherrc
13738                 import in currently automatic, then save are made
13739                 in this new file.
13740                 one filter per folder and one global filter
13741                 (filter of a folder will be used as folder processing)
13742
13743         * src/folder.c
13744                 fix a bug in folder_item_get_identifier
13745                 
13746         * src/messageview.c
13747                 receive receipt return are fixed.
13748
13749 2001-11-14 [alfons]     0.6.5claws14
13750
13751         * src/session.h
13752                 add things from main branch to make claws compile
13753
13754 2001-11-14 [paul]       0.6.5claws13
13755
13756         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13757                 see ChangeLog entries 2001-11-08 to 2001-11-14
13758
13759 2001-11-14 [hoa] 0.6.5claws12
13760
13761         * src/compose.[ch]
13762         * src/mainwindow.c
13763         * src/summaryview.c
13764                 add "bounce mail" option
13765
13766 2001-11-13 [christoph]  0.6.5claws11
13767
13768         * src/compose.c
13769                 Cleanup a mess i add before commiting
13770
13771 2001-11-13 [hoa]        0.6.5claws10
13772
13773         * src/compose.c
13774                 some fixes when mail are sent or
13775                 for crossposts
13776
13777 2001-11-13 [christoph]  0.6.5claws9
13778
13779         * po/de.po
13780                 Changed two string with the same translation
13781         * src/compose.c
13782         * src/procmsg.[ch]
13783         * src/send.[ch]
13784                 New mailsending process:
13785                   - Always queue message before sending
13786                     (message will be saved if sylpheed crashed or
13787                      freezes while sending)
13788                   - Allow queuing of newspostings
13789                   - No copy in outbox before sending
13790                     (closes bug #469501)
13791                   - No more redundant code for send and send_later
13792         * src/summaryview.c
13793                 Applied wwp <subscript@free.fr>'s patch that fixes
13794                 marks for multiple forwarded messages (+compose.c)
13795
13796 2001-11-12 [alfons]
13797
13798         * README.claws
13799                 remove things that are now in main branch
13800         
13801         * po/nl.po
13802                 update Dutch translation
13803
13804 2001-11-12 [mhadasht]   0.6.5.claws8
13805
13806         * src/prefs_common.c
13807                 re-enabled account autoselection feature for forward
13808                 and reedit lost during the branch point for SYNC-B4-REL
13809         * src/gtkspell.c
13810                 gtkpspell_get_dict(): more readable code (even if function is
13811                 not used yet)
13812         * ChangeLog.claws
13813                 added version number info to 2001-11-12 [hiro] comment.
13814
13815 2001-11-12 [hiro]       0.6.5.claws7
13816
13817         * src/compose.c
13818                 compose_forward(): fixed a bug that forward quote mark
13819                 wasn't used.
13820                 removed unnecessary code.
13821         * src/template_select.[ch]: removed.
13822
13823 2001-11-11 [alfons]
13824
13825         * src/compose.c
13826                 :%s/GTK_TEXT/GTK_STEXT/g
13827         
13828         * src/compose.[ch]
13829         * src/undo.[ch]
13830         * src/Makefile.am
13831                 revert the undo stuff (this is 0.6.6claws stuff)
13832
13833 2001-11-11 [hoa]        0.6.5.claws6
13834
13835         * src/compose.[ch]
13836                 Insert signature at the end of the text.
13837                 Added undo patch but currently disabled
13838
13839         * src/procmsg.c
13840                 Threading by subject improved.
13841
13842         * added src/undo.[ch]
13843                 Undo module for compose dialog box.
13844
13845 2001-11-11 [alfons]     0.6.5.claws5
13846
13847         * src/procmsg.c
13848                 prevent threading by subject on nodes that have already been
13849                 threaded by in-reply-to (as in "circular references in a tree
13850                 result in a dead branch")
13851
13852 2001-11-09 [hoa]        0.6.5.claws4
13853         
13854         * src/folderview.c
13855                 allows creation of mbox folder item from any files.
13856
13857 2001-11-09 [alfons]     0.6.5.claws3
13858         
13859         * src/utils.c
13860         * src/procmsg.c
13861                 do what I mean and correct threading by subject so it really
13862                 ignores attracting lines without "Re: "
13863
13864 2001-11-07 [alfons]     0.6.5.claws2
13865
13866         * src/procmsg.c
13867         * src/utils.[ch]
13868                 only attract by subject if a subject line starts with a "Re: "
13869         * src/syldap.c
13870                 remove warning
13871
13872 2001-11-07 [paul]       0.6.5claws1
13873
13874         * sync with sylpheed 0.6.5. release
13875                 see ChangeLog entry 2001-11-07
13876
13877 2001-11-07 [paul]       0.6.4claws31
13878
13879         * sync with sylpheed 0.6.4cvs18
13880                 see ChangeLog entries 2001-10-30 to 2001-11-07
13881                 prefs_templates.[ch] renamed prefs_template.[ch]
13882
13883 2001-11-06 [alfons]
13884         
13885         * src/utils.h
13886                 add semicolon Hoa forgot ;-)
13887                 
13888
13889 2001-11-06 [hoa]        0.6.4claws30
13890         
13891         * src/procmsg.c
13892         * src/summaryview.c
13893         * src/utils.c
13894         * src/utils.h
13895                 threading by subject - empty subject are ignored
13896
13897 2001-11-06 [christoph]  0.6.4claws29
13898
13899         * src/socket.c
13900                 use SSL_peek for sock_gets
13901         * src/utils.c
13902                 removed unneeded pointer in extracting quoted
13903                 names implementation
13904
13905 2001-11-06 [melvin]     0.6.4claws28
13906
13907         * src/gtkspell.c
13908                 fixed bug #476792 Selection overtyping with spell checker
13909                 fixed bug which could cause a buffer overflow
13910                 fixed a memory leak
13911
13912 2001-11-06 [hoa]        0.6.4claws27
13913         
13914         * src/procmsg.c
13915         * src/summaryview.c
13916                 threading by subject
13917
13918 2001-11-05 [alfons]     0.6.4claws26
13919         
13920         * README.claws
13921                 Claws -> Sylpheed (vice versa)
13922
13923         * src/compose.c
13924                 :%s/gtk_text/gtk_stext/g
13925                 :%s/GTK_TEXT/GTK_STEXT/g
13926                 (thanks to Jonathan Ware for spotting this)
13927
13928 2001-11-04 [christoph]  0.6.4claws25
13929
13930         * src/summaryview.c
13931                 replace Xalloca + strdup with Xstrdup_a
13932         * src/utils.c
13933                 better implementation of extracting quoted names
13934                 from addresses (remove backlashes and ignore
13935                 quotes after them)
13936
13937 2001-11-04 [alfons]     0.6.4claws24
13938
13939         * src/utils.[ch]
13940                 edit to comply more with coding style
13941
13942         * src/textview.c
13943                 fix bug reported by Kim Schulz. introduced by the patch integrated
13944                 in 0.6.4claws15. the code did not check the return value of
13945                 the html parser.
13946
13947         * AUTHORS
13948                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13949
13950 2001-11-04 [christoph]  0.6.4claws23
13951
13952         * src/main.c
13953         * src/prefs_common.[ch]
13954                 init some pointers that possibly caused a segfault
13955                 reported in the claws-users ML
13956
13957 2001-11-04 [hoa]        0.6.4claws22
13958
13959         * src/grouplistdialog.c
13960                 change the names of the nodes in the tree
13961
13962         * src/compose.c
13963                 enhanced mailto syntax as described in
13964                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13965                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13966
13967         * src/utils.c
13968                 encode and decode URI (useful when opening URL into
13969                 netscape).
13970
13971 2001-11-03 [hoa]        0.6.4claws21
13972
13973         * src/grouplistdialog.c
13974                 a new newsgroups list selection dialog box
13975                 with a CTree instead of a CList
13976
13977 2001-11-03 [hoa]        0.6.4claws20
13978
13979         * src/folderview.c
13980                 enable property and scoring options when right
13981                 click on "inbox"
13982
13983         * src/summaryview.c
13984                 fixed bug when nickname were displayed using
13985                 the address book.
13986
13987 2001-11-02 [darko]      0.6.4claws19
13988
13989         * src/compose.c
13990                 new wrap quotation and URL/long words wrapping implementation
13991         * src/compose.c src/gtkstext.[ch]
13992                 move gtkstext_strncmp() to gtkstext.c
13993
13994 2001-11-01 [christoph]  0.6.4claws18
13995
13996         * src/prefs_account.c
13997                 fixed mess in account settings dialog
13998         * src/prefs_folder_item.c
13999                 added label with folder path to dialog
14000
14001 2001-10-31 [match]      0.6.4claws17
14002
14003         * src/vcard.c
14004                 fix memory leak.
14005         * src/addrbook.c
14006                 fix generation of spurious address book file names.
14007                 remove redundant functions.
14008         * po/POTFILES.in
14009                 added missing file names.
14010
14011 2001-10-30 [paul]       0.6.4claws16
14012
14013         * sync with sylpheed 0.6.4cvs6
14014                 see ChangeLog entries 2001-10-26 to 2001-10-30
14015
14016         * tools/filter_conv.pl
14017                 read folderlist.xml to discover whether the top-level
14018                 folder is called 'Mailbox' or 'Mail' 
14019
14020 2001-10-29 [paul]       0.6.4claws15
14021
14022         * src/html.c, src/textview.c
14023                 activate links in html mail and fix clickable parts
14024                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14025
14026 2001-10-29 [paul]
14027
14028         * po/de.po, po/es.po, po/pt_BR/po
14029                 updated translations, submitted by Jens Oberender,
14030                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14031
14032 2001-10-29 [darko]      0.6.4claws14
14033
14034         * src/compose.c
14035                 fix wrapping for good
14036
14037 2001-10-29 [darko]
14038
14039         * src/compose.c
14040                 undo previous change as it broke the smart wrapping
14041
14042 2001-10-29 [darko]      0.6.4claws13
14043
14044         * src/compose.c
14045                 fix infinite loop when long URL is quoted
14046                 (closes bug #475122.
14047
14048 2001-10-28 [match]
14049
14050         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14051                 import Mutt address book
14052         * src/ldif.[ch] src/importldif.h
14053                 modified import LDIF handle user attributes
14054
14055 2001-10-28 [christoph]  0.6.4claws12
14056
14057         * src/summaryview.c
14058                 fixed that filtering did not work if there
14059                 were no filter rules
14060                 (closes bug #472003 and better implementation
14061                  of patch #474644)
14062
14063 2001-10-27 [christoph]  0.6.4claws11
14064
14065         * src/compose.c
14066                 make the folder's default account to be used when
14067                 replying. (patch by wwp <subscript@free.fr>)
14068         * src/compose.c
14069                 code cleanup, nearly killed all of wwp's patch
14070                 for folder's default account in compose
14071         * src/folderview.c
14072                 error panel when a folder could not be created
14073                 (closes bug #471080 new folder name & already
14074                  existing file)
14075
14076 2001-10-26 [alfons]
14077
14078         * src/utils.h
14079                 change prototype of strstr2() that Christoph forgot about
14080
14081 2001-10-26 [christoph]  0.6.4claws10
14082
14083         * src/account.c
14084                 made search for accounts by email address not case
14085                 sensitive
14086         * src/folder.c
14087                 fixed memory leak in folder_item_get_identifier
14088         * src/gtkspell.c
14089         * src/utils.c
14090                 fixed wrong strstr2 (should work like strstr)
14091
14092 2001-10-26 [darko]      0.6.4claws9
14093
14094         * src/compose.c src/gtkstext.[ch]
14095         * src/gtkstext.c
14096                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14097
14098 2001-10-26 [paul]       0.6.4claws8
14099
14100         * src/html.c
14101                 ignore css and javascript tags in html mail
14102                 case-insensitive, with or without double-quoted
14103                 strings
14104
14105 2001-10-26 [paul]       0.6.4claws7
14106
14107         * sync with sylpheed 0.6.4cvs1
14108                 see ChangeLog entry 2001-10-26
14109
14110         * src/prefs_account.c, src/prefs_common.c,
14111           src/prefs_summary_column.c
14112                 minor improvements to the English
14113
14114 2001-10-25 [alfons]     0.6.4claws6
14115
14116         * src/gtkstext.c
14117         
14118                 make GtkSText follow style of GtkText (closes bug 
14119                 #469211 "text selection while writing message")
14120                 
14121                 do sync with GTK 1.2.10
14122
14123 2001-10-25 [paul]       0.6.4claws5
14124
14125         * src/html.c
14126                 ignore css tags in html mail
14127
14128 2001-10-25 [darko]      0.6.4claws4
14129
14130         * src/compose.c
14131                 don't declare is_url_string as static function since
14132                 we need it in gtkstext.c
14133         * src/gtkstext.c
14134                 remove unused variable
14135                 don't wrap long URLs while composing a message
14136
14137 2001-10-24 [christoph]  0.6.4claws3
14138
14139         * src/socket.c
14140                 fix ssl deadlock, when peer closes connection
14141
14142 2001-10-24 [paul]       0.6.4claws2
14143
14144         * src/prefs_common.c
14145                 gettextize the gpg ascii-armored warning message
14146
14147         * src/compose.c
14148                 insert a DOS/MAC file into the composed message
14149                 (improvements)
14150
14151         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14152
14153 2001-10-22 [paul]       0.6.4claws1
14154
14155         * sync with sylpheed 0.6.4 release
14156                 see ChangeLog entries 2001-10-21
14157
14158         * po/fr.po, po/pt_BR.po
14159                 updated by Melvin Hadasht and Fabio Junior Beneditto
14160
14161 2001-10-21 [paul]       0.6.3claws30
14162
14163         * src/compose.c
14164                 insert a DOS text file from the compose window
14165                 into the composed message text (removes CRs characters)
14166                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14167
14168         * tools/filter_conv.pl, tools/README
14169                 automatically use ~/.sylpheed as working directory
14170                 print out confirmation message on completion
14171
14172         * correct Hoa's last ChangeLog.claws entry
14173
14174 2001-10-20 [hoa]        0.6.3claws29
14175
14176         * src/grouplistdialog.c
14177                 bugfix (another ?) to give the right
14178                 newsgroups list for each news server.
14179
14180         * src/news.c
14181         * src/news.h
14182                 improve the newsgroups list cache
14183
14184 2001-10-20 [paul]       0.6.3claws28
14185
14186         * sync with sylpheed 0.6.3cvs9
14187                 see ChangeLog entry 2001-10-19
14188
14189         * correct Alfons' last ChangeLog.claws entry
14190
14191 2001-10-19 [alfons]
14192
14193         * src/pgptext.[ch]
14194                 fix compilation problems (part of bug #472895)
14195
14196 2001-10-18 [hoa]        0.6.3claws27
14197
14198         * src/grouplistdialog.c
14199                 bugfix when we refresh was clicked (bug 472701)
14200
14201 2001-10-19 [christoph]  0.6.3claws26
14202
14203         * src/compose.c
14204                 last header entry should default to "To:" or
14205                 "Newsgroups:" and not copy the last entry line
14206                 in a new compose window
14207                 (closes bug #472686, #470792)
14208
14209 2001-10-19 [paul]       0.6.3claws25
14210
14211         * sync with Sylpheed 0.6.3cvs8
14212                 see ChangeLog entries 2001-10-18 and 2001-10-19
14213
14214 2001-10-18 [christoph]  0.6.3claws24
14215
14216         * src/procmsg.c
14217                 reimplement ignore thread
14218         
14219 2001-10-18 [hoa]        0.6.3claws23
14220
14221         * src/folderview.c
14222         * src/grouplistdialog.[ch]
14223                 enhanced news subscription interface (feature 469113)
14224
14225         * src/news.c
14226         * src/news.h
14227                 enchanced newsgroup listing,
14228                 now, we can get groups informations
14229                 (NNTPGroupInfo)
14230
14231 2001-10-18 [paul]       0.6.3claws22
14232
14233         * src/summaryview.c
14234                 remove comment (sync with main branch)
14235         * src/mainwindow.c
14236                 fix 'Re-edit' bug in 'Message' menu
14237
14238 2001-10-17 [christoph]  0.6.3claws21
14239
14240         * src/compose.c
14241                 ignore empty or whitespace only header lines
14242
14243 2001-10-17 [paul]       0.6.3claws20
14244
14245         * sync with sylpheed 0.6.3cvs7
14246                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14247                 2001-10-17
14248
14249 2001-10-17 [darko]
14250
14251         * src/compose.c
14252                 wrap long lines without spaces
14253                 don't wrap URLs
14254
14255 2001-10-16 [paul]
14256
14257         * po/es.po, po/nl.po, po/pt_BR.po
14258                 updated by Ricardo Mones Lastra, Alfons,
14259                 and Fabio Junior Beneditto
14260
14261         * sylpheed-0.6.3claws released
14262
14263 2001-10-15 [melvin] 0.6.3claws18
14264
14265         * README.claws
14266                 added summary and detailed installation instructions
14267                 for spell checker
14268         * po/fr.po
14269                 Updated, corrected and completed french translation
14270
14271 2001-10-15 [hoa] 0.6.3claws17
14272         * src/grouplistdialog.c
14273                 we can choose the newsgroups to display with wildcards
14274
14275 2001-10-15 [christoph]  0.6.3claws16
14276
14277         * src/account.c
14278         * src/compose.c
14279         * src/prefs_folder_item.[ch]
14280                 applied wwp <subscript@free.fr>'s folder
14281                 default account patch
14282         * po/de.po
14283                 Fixed wrong translation
14284
14285 2001-10-13 [alfons, christoph, melvin]  
14286                         0.6.3claws15
14287
14288         solution #2 to solve MT-safety problems defers all GUI related calls
14289         to the main thread using a gtk_idle_add() callback. discussed on
14290         ircnet #sylpheed, with christoph spotting some issues with the
14291         original code, and melvin allowing us to lobotomize his sylpheed.
14292
14293         * src/syldap.[ch], src/main.c
14294                 fix race problem in ldap search thread by deferring GUI 
14295                 stuff to main thread using gtk_idle_add()
14296
14297 2001-10-13 [paul]       0.6.3claws14
14298
14299         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14300                 add Sergey's smtpcred.patch
14301                 adds separate username/password setting for SMTP Auth
14302                 needed by some servers
14303                 (closes feature request #471659)
14304
14305 2001-10-13 [paul]       0.6.3claws13
14306
14307         * src/pgptext.[ch] **NEW FILES**
14308         * src/Makefile.am, src/messageview.c, src/mimeview.c
14309                 decrypt ascii-armored gpg text embedded in
14310                 the message body.
14311                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14312
14313 2001-10-13 [christoph]  0.6.3claws12
14314
14315         * README.claws
14316                 some more details on default to and
14317                 feature requests
14318         * src/main.c
14319                 init glib threading when ldap is used
14320         * src/syldap.c
14321                 threading fixes
14322         * po/de.po
14323                 fixed a typo
14324
14325 2001-10-12 [paul]       0.6.3claws11
14326
14327         * src/prefs_common.[ch], src/rfc2015.c
14328                 enable ascii-armored gpg text to be embedded in the
14329                 message body, selectable through the 'Privacy'
14330                 preferences. Supports encrypting only.
14331                 Submitted by Ravemax <ravemax@dextrose.com>
14332
14333 2001-10-12 [paul]       0.6.3claws10
14334
14335         * sync with sylpheed 0.6.3cvs6
14336                 see ChangeLog entries 2001-10-11 and 2001-11-12
14337
14338         * src/folderview.c
14339                 incorporated mbox folders, scoring, and folder
14340                 properties into the sync
14341
14342 2001-10-12 [darko]      0.6.3claws9
14343
14344         * README.claws
14345                 describe quotation wrapping
14346         * src/compose.c
14347                 don't treat tab as space to calculate line length properly
14348
14349 2001-10-11 [alfons]
14350
14351         * README.claws
14352                 correct description of how to make new filtering system work,
14353                 add some other things
14354                 
14355         * src/syldap.c
14356                 remove sched_yield() (not necessary / unportable)
14357
14358 2001-10-11 [paul]       0.6.3claws8
14359
14360         * sync with sylpheed 0.6.3cvs3
14361                 see ChangeLog entry 2001-10-10
14362
14363 2001-10-10 [christoph]  0.6.3claws7
14364
14365         * .cvsignore
14366                 ignore 2 files created by newer autotools
14367         * src/prefs_folder_item.c
14368                 using table for widget alignment
14369                 fixed memory leak and broken octal display
14370         * src/filesel.c
14371                 fixed segfault caused by lost filename
14372                 workaround (closes bug #469551)
14373
14374 2001-10-10 [paul]       0.6.3claws6
14375
14376         * sync with sylpheed 0.6.3cvs2
14377                 see ChangeLog entries 2001-10-09 and 2001-10-10
14378
14379 2001-10-10 [darko]      0.6.3.claws5
14380
14381         * src/gtkstext.c
14382                 proper calculation of right margin if smart wrapping is enabled
14383         * src/compose.c
14384                 automatically wrap long lines if wrap quotation is enabled
14385
14386 2001-10-09 [alfons]     0.6.3.claws4
14387
14388         * src/summaryview.c
14389                 select correct row when deleting last row in the summary view (and
14390                 close bug "[ #469104 ] select second last in list when deleting")
14391
14392 2001-10-09 [paul]       0.6.3claws3
14393
14394         * sync with sylpheed 0.6.3cvs1
14395                 updated some autotool scripts
14396
14397 2001-10-09 [darko]      0.6.3claws2
14398
14399         * src/gtkstext.[ch]
14400                 new name and mark with Sylpheed comment
14401         * src/compose.c
14402                 smart quotation wrapping a-la VIM
14403
14404 2001-10-08 [paul]       0.6.3claws1
14405
14406         * sync with sylpheed 0.6.3 release
14407                 see ChangeLog entry 2001-10-08
14408
14409 2001-10-08 [paul]       0.6.2claws24
14410
14411         * src/summaryview.c
14412                 more sync with sylpheed 0.6.2cvs12
14413                 Fixed the bug that didn't select the last row correctly
14414
14415
14416 2001-10-07 [paul]       0.6.2claws23
14417
14418         * sync with sylpheed 0.6.2cvs12
14419                 see ChangeLog entry 2001-10-07
14420
14421 2001-10-06 [match]
14422         * src/jpilot.[ch]
14423                 enable jpilot to read unsynch'ed addresses.
14424
14425         * src/editldap_basedn.c
14426                 fix segfault when opening dialog.
14427
14428 2001-10-06 [alfons]     0.6.2.claws22
14429
14430         * src/summaryview.c
14431                 fix bug with summary view selecting last *inserted*
14432                 node instead of last *visible* node. remember we
14433                 work with a tree
14434
14435 2001-10-06 [paul]       0.6.2claws21
14436
14437         * po/pt_BR.po
14438                 updated translation, contains some fixes and new
14439                 translations, submitted by Gustavo Noronha Silva
14440                 <kov@debian.org>
14441
14442         * src/prefs_common.c
14443                 change 'each' to 'every' - fix dubious English
14444
14445         * sync with sylpheed 0.6.2cvs11
14446
14447 2001-10-05 [alfons]     0.6.2claws20
14448
14449         * src/mainwindow.[ch], src/folderview.c
14450                 make composite tool button switch between "Compose News"
14451                 and "Compose Mail" depending on selected folder
14452                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14453
14454 2001-10-05 [paul]       0.6.2claws19
14455
14456         * src/mainwindow.c, src/summaryview.c
14457                 fix 'Message/Reply to all', broken in last commit
14458
14459         * src/compose.c
14460                 fix X_BEENTHERE seg fault, thanks to Alfons
14461
14462 2001-10-04 [paul]       0.6.2claws18
14463
14464         * src/compose.[ch], src/mainwindow.c
14465                 make "Message/Reply" reply to mailing lists; matches
14466                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14467                 based on portions of the patch submitted by
14468                 Junichi Uekawa <dancer@netfort.gr.jp>
14469
14470 2001-10-04 [darko]      0.6.2claws17
14471
14472         * src/compose.c
14473                 better smart wrapping
14474         * src/gtkstext.[hc]
14475                 a function to make text buffer contiguous
14476
14477 2001-10-03 [paul]       0.6.2claws16
14478
14479         * sync with sylpheed 0.6.2cvs10
14480
14481 2001-10-02 [alfons]
14482
14483         * configure.in
14484         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14485                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14486                 references to chinese translations (hope someone picks up
14487                 this)
14488
14489 2001-10-02 [christoph]  0.6.2claws15
14490
14491         * src/compose.c
14492                 fixed non translated header bug
14493         * ChangeLog.claws
14494                 fixed wrong date in alfons last entry ;)
14495
14496 2001-10-02 [alfons]     0.6.2claws14
14497
14498         * src/compose.c, src/prefs_common.[ch]
14499                 add block cursor option
14500
14501 2001-10-02 [paul]       0.6.2claws13
14502
14503         * sync with sylpheed 0.6.2cvs9
14504
14505 2001-09-30 [paul]       0.6.2claws12
14506
14507         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14508                 updated translations
14509
14510         * po/POTFILES.in
14511                 add 'src/importldif.c'
14512
14513         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14514                 added eudora-to-vCard conversion tool
14515                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14516
14517         * sync with sylpheed 0.6.2cvs8
14518
14519 2001-09-30 [paul]
14520
14521         * sylpheed-0.6.2claws released
14522
14523 2001-09-27 [melvin]     0.6.2claws11
14524
14525         * src/gtkspell.c
14526                 fixed crash when using default path (introduced 
14527                 in 0.6.2claws10)
14528                 fixed tiny bug for initial suggestion mode
14529
14530 2001-09-27 [melvin]     0.6.2claws10
14531         
14532         * src/gtkspell.c
14533                 fixed bug where gtkpspell didn't set the path correctly
14534
14535         * README.claws
14536                 added a paragraph about spell checking
14537                 
14538
14539
14540 2001-09-27 [paul]       0.6.2claws9
14541
14542         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14543                 replace '// comments' with '/* comments */' to prevent
14544                 some compiler warnings 
14545
14546         * sync with sylpheed 0.6.2cvs6
14547
14548 2001-09-26 [alfons]     0.6.2claws8
14549
14550         * src/messageview.c
14551                 introduce return receipt request notification again,
14552                 which was lost because of other semantics in 
14553                 procheader_parse() (???)
14554
14555 2001-09-26 [christoph]  0.6.2claws7
14556
14557         * src/compose.c
14558                 replace comments for old code with #if 0
14559                 readded auto cc, bcc and reply-to
14560         * src/prefs_matcher.c
14561         * src/prefs_scoring.c
14562                 removed some definition (was moved to
14563                 prefs.h)
14564
14565 2001-09-26 [paul]       0.6.2claws6
14566
14567         * src/mainwindow.c
14568                 make 'Follow-up and reply to' sensitive
14569
14570         * more sync with sylpheed 0.6.2cvs5
14571
14572 2001-09-25 [melvin]
14573
14574         * 0.6.2claws5
14575
14576         * src/gtkspell.c
14577                 fixed bug for "US-ASCII" introduced by the encoding code
14578
14579 2001-09-25 [paul]
14580
14581         * 0.6.2claws4
14582
14583         * src/prefs_common.[ch], src/summaryview.c
14584                 'next unread msg' 'go to next folder?' dialog can be
14585                 given default behaviour, either always show dialog,
14586                 or assume 'yes', or assume 'no'
14587                 Submitted by wwp <subscript@free.fr>
14588
14589 2001-09-25 [melvin]
14590                 
14591         * src/compose.c src/gtkspell.[ch]
14592                 added support for different encodings
14593
14594 2001-09-25 [paul]
14595
14596         * more sync with sylpheed 0.6.2cvs5
14597
14598 2001-09-24 [alfons]
14599         
14600         * src/prefs_folder_item.c
14601                 add check for item->prefs->default_to string is NULL and
14602                 add another check when freeing this string
14603
14604 2001-09-24 [paul]
14605
14606         * configure.in
14607                 change to version 0.6.2claws3
14608
14609         * sync with sylpheed 0.6.2cvs5 
14610
14611 2001-09-24 [match]
14612         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14613                 import LDIF files.
14614         * src/addrcache.[ch], addrindex.[ch]
14615                 small update for future
14616         * src/addrbook.c
14617                 fix test XML file.
14618
14619 2001-09-24 [melvin]
14620         * src/gtkspell.[ch]
14621                 added 'Learn from mistakes' option
14622                 better handling of quotes in checked words
14623                 sorted dict list
14624         * po/fr.po
14625                 small update for spell checking stuff
14626
14627 2001-09-23 [alfons]
14628         
14629         * src/gtkspell.c
14630                 edit a little bit so it complies more with main coding style
14631
14632 2001-09-23 [alfons]
14633
14634         * src/folder.[ch], prefs_folder_item.c, compose.c
14635                 migrate "request return receipt" folder property
14636                 to folderlist.xml
14637
14638 2001-09-22 [alfons]
14639
14640         * README.claws **NEW**
14641                 (add things of interest for users of main branch 
14642                 and claws here)
14643
14644         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14645                 re-implement threading per folder option, but store 
14646                 the setting in folderlist.xml (where it belongs)
14647
14648 2001-09-21 [melvin]
14649
14650         * src/gtkspell.[ch]
14651                 fixed bug when compose window is under another window
14652         * src/prefs_common.[ch] src/compose.c
14653                 changed 'dictionary_path' to 'dictionary' to be consistent
14654                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14655         * ac/pspell.m4 src/Makefile.am 
14656                 dropped PSPELL_PATH macro
14657         * po/fr.po
14658                 updated translations
14659
14660 2001-09-21 [christoph]
14661
14662         * src/compose.c
14663                 added border around header fields
14664                 keep header type when new field is added
14665
14666 2001-09-20 [christoph]
14667
14668         * src/utils.[ch]
14669                 more portable debug_print with source filename
14670                 and linenumber
14671         * src/procmsg.c
14672                 more newlines after debug messages
14673
14674 2001-09-20 [paul]
14675
14676         * configure.in
14677                 change to version 0.6.2claws2
14678
14679         * sync with sylpheed 0.6.2cvs3
14680
14681 2001-09-19 [melvin]
14682
14683         * src/gtkspell.c
14684                 fixed the post-right-click focus pb
14685                 fixed crash when 'Spell check all' after dict change 
14686                         and when cursor is at the end of the text
14687                 shift-right-click pops up config menu even on misspelled words.
14688         * po/POTFILES.in
14689                 added gtkspell.c
14690
14691 2001-09-19 [melvin]
14692
14693         * src/about.c
14694                 added pspell to compiled-in features list
14695
14696 2001-09-18 [melvin]
14697
14698         * switched to pspell and dropped ispell
14699         * ac/pspell.m4
14700                 new file. autoconf macro for pspell
14701         * ac/Makefile.am 
14702         * configure.in acconfig.h
14703                 added pspell support
14704         * src/Makefile.am
14705         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14706         * src/prefs_common.[ch] 
14707                 added pspell support
14708
14709 2001-09-18 [christoph]
14710
14711         * src/addr_compl.c
14712         * src/template.[ch]
14713                 replace LOG_MESSAGE with debug_print
14714         * src/compose.[ch]
14715                 gui improvements
14716         * src/menu.c
14717                 added newline after debug message
14718         * src/utils.h
14719                 using __VA_ARGS__ for debug_print macro
14720         * tools/.cvsignore
14721                 ignore Makefile and Makefile.in
14722
14723 2001-09-18 [paul]
14724
14725         * configure.in
14726                 change to version 0.6.2claws1
14727         * sync with sylpheed 0.6.2cvs1
14728
14729         * src/matcher.c 
14730         * src/prefs_matcher.c
14731                 add 'score equal to' option, submitted by
14732                 Paul Evans <nerd@freeuk.com>
14733
14734 2001-09-15 [christoph]
14735
14736         * src/mainwindow.c
14737                 comment out menu entry not existing in claws
14738         * src/menu.c
14739                 add debug output for non existing menu entries
14740         * src/summaryview.c
14741                 fix next/prev unread message for ignored threads
14742         * src/utils.[ch]
14743                 add sourcefile and line number to debug output
14744                 otherwise it is sometimes hard to find the
14745                 source code part if debug messages are translated
14746
14747 2001-09-14 [darko]
14748         
14749         * src/folderview.c
14750                 refresh target folder style after colour is changed
14751
14752 2001-09-13 [paul]
14753
14754         * configure.in
14755                 change to version 0.6.1claws3
14756
14757         * sync with sylpheed 0.6.1cvs6
14758
14759 2001-09-13 [darko]
14760         
14761         * src/folderview.c
14762                 fix target folder colourization to use user selected colour
14763
14764 2001-09-12 [darko]
14765         
14766         * src/summaryview.c
14767                 fix crash when message that is marked for copy/move is unmarked
14768
14769 2001-09-09 [paul]
14770
14771         * configure.in
14772                 change to version 0.6.1claws2
14773
14774         * sync with sylpheed 0.6.1cvs3
14775
14776 2001-09-09 [alfons]
14777         
14778         * src/folderview.c
14779                 fix bug with default font used for trash folder text
14780
14781 2001-09-06 [paul]
14782
14783         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14784                 updated translations
14785
14786         * configure.in
14787                 change to version 0.6.1claws1
14788
14789         * sync with sylpheed 0.6.1cvs2
14790
14791 2001-09-03 [paul]
14792
14793         * po/POTFILES.in
14794                 add Match's new addressbook
14795
14796         * po/de.po
14797                 updated translation submitted by Jens Oberender
14798
14799 2001-09-02 [paul]
14800
14801         * configure.in
14802                 change to 0.6.1claws
14803         * sync with sylpheed 0.6.1 release
14804
14805 2001-09-02 [paul]
14806
14807         * configure.in
14808                 change to 0.6.0claws2
14809
14810         * sync with sylpheed 0.6.0cvs4
14811
14812         * po/pt_BR.po
14813                 updated translation submitted by Fabio Junior Beneditto
14814
14815 2001-09-01 [match]
14816         * pixmaps/
14817                 interface.xpm
14818                 book.xpm
14819                 address.xpm
14820         * src/
14821                 Makefile.am
14822                 a ton of new files
14823
14824 2001-08-31 [paul]
14825
14826         * configure.in
14827                 change to version 0.6.0claws1
14828
14829         * sync with sylpheed 0.6.0cvs1
14830
14831         * po/es.po
14832                 updated translation submitted by Ricardo Mones Lastra
14833
14834         * po/POTFILES.in
14835                 add 'src/prefs_templates.c'
14836
14837         * src/compose.c, src/summaryview.c
14838                 fix segfault on 'Re_edit'               
14839
14840 2001-08-30 [alfons]
14841
14842         * configure.in, Makefile.am
14843         * tools/Makefile.am
14844                 add tools directory to source distribution
14845
14846 2001-08-30 [paul]
14847
14848         * configure.in
14849                 change to version 0.6.0claws
14850
14851         * sync with sylpheed 0.6.0 release
14852
14853 2001-08-30 [christoph]
14854
14855         * configure.in
14856                 removed autoconf version check
14857
14858 2001-08-30 [paul]
14859
14860         * src/account.c, src/compose.c, src/prefs_common.[ch]
14861         * src/procheader.[ch] src/utils.[ch]
14862                 Enhanced automatic account selection on replies
14863                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14864
14865         * configure.in
14866                 add LDAP and JPilot to the configuration results output.
14867
14868 2001-08-29 [christoph]
14869
14870         * src/summeryview.c
14871                 no bold font for ignored threads
14872
14873 2001-08-29 [paul]
14874
14875         * configure.in
14876                 change to version 0.5.3claws6
14877
14878         * sync with sylpheed 0.5.3cvs10
14879                 src/stringtable.[ch]: New Files
14880
14881         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14882         * src/pixmaps/sylpheed.xpm
14883                 add mini-icons to windows (by Alfons)
14884
14885 2001-08-27 [paul]
14886
14887         * src/mainwindow.c
14888                 new functions: next_labeled_cb(), prev_labeled_cb()
14889
14890         * src/summaryview.c
14891                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14892                 summary_select_next_labeled(), summary_select_prev_labeled()
14893
14894         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14895                 give claws blue folders and a blue trash can
14896
14897 2001-08-27 [paul]
14898
14899         * configure.in
14900                 change to version 0.5.3claws5
14901
14902         * sync with sylpheed 0.5.3cvs9
14903                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14904
14905 2001-08-24 [christoph]
14906
14907         * src/filesel.c
14908                 keep filename when browsing directories
14909                 (not working for user entered filename, but
14910                  for default name and selected filename from
14911                  file list)
14912         * src/mainwindow.c
14913                 fixed wrong spelling "Folllow-up"
14914         * src/mbox_folder.c
14915         * src/procmsg.c
14916         * src/summaryview.c
14917                 fixed new/unread message count with ignored
14918                 threads (2 commits, first didn't notice no
14919                 longer needed decreasing)
14920         * src/inc.c
14921                 readded scrolling of progress dialog
14922                 (lost in sync)
14923
14924 2001-08-24 [paul]
14925
14926         * configure.in
14927                 change to 0.5.3claws4
14928
14929         * sync with sylpheed 0.5.3cvs7
14930
14931 2001-08-24 [christoph]
14932
14933         * src/compose.c
14934                 set request return receipt when replying
14935                 if it is set is the folder prefs of the
14936                 message
14937         * src/inc.c
14938                 disable final error popup if popups are
14939                 disabled in config (again)
14940
14941 2001-08-23 [paul]
14942
14943         * configure.in
14944                 Change version number to 0.5.3claws3
14945
14946         * sync with sylpheed 0.5.3cvs5
14947
14948         * src/mimeview.c
14949                 double quote '%s' in 'gedit %s' to fix bug when
14950                 opening attachment with spaces in the name
14951
14952 2001-08-22 [alte]
14953         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14954           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14955                 initial message templates support
14956
14957
14958 2001-08-22 [paul]
14959
14960         * configure.in
14961                 change version number to 0.5.3claws2
14962
14963         * sync with sylpheed 0.5.3cvs4
14964
14965         * src/procmsg.h src/summaryview.c
14966                 re-implement (un)ignore thread
14967
14968 2001-08-21 [paul]
14969
14970         * src/summaryview.c
14971                 remove unnecessary code
14972         * src/compose.c
14973                 enable 'dynamic' signatures (submitted by
14974                 Eric Limpens <eric@hscg-internet.nl>)
14975
14976 2001-08-21 [paul]
14977
14978         clean up after sync with sylpheed 0.5.3 release
14979
14980         * src/folderview.c
14981                 fix re-introduced font mess, see Christoph's
14982                 entry 2001-06-24
14983
14984         * src/summaryview.c
14985                 remove prev_msgnum
14986                 use sylpheed's small font instead of
14987                 gtk default font for summary view
14988
14989
14990 2001-08-17 [paul]
14991
14992         * configure.in
14993                 add pl to ALL_LINGUAS - sync with main branch
14994
14995         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14996                 Updated. Translations by Jens Oberender, Ricardo Mones
14997                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14998
14999         * po/pl.po  ** NEW FILE **
15000                 sync with the main branch
15001
15002         * src/folderview.c
15003                 fix target folder colorizing and refresh problem
15004
15005
15006 2001-08-17 [christoph]
15007
15008         * src/mainwindow.c
15009                 claws uses 4 colors for target folder coloring.
15010                 arrays were not long enough and destroyed the
15011                 stack causing a segfault.
15012                 target folder colorizing does not work anymore
15013                 for me
15014
15015 2001-08-16 [paul]
15016
15017         * configure.in
15018                 change to version 0.5.3claws1
15019
15020         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15021           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15022           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15023
15024                 sync with sylpheed 0.5.3 release, but keep claws method of
15025                 configuring/saving fonts
15026
15027         * src/addressbook.[ch]
15028                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15029                 in line with a similar change in Hiroyuki's branch
15030
15031         * src/mainwindow.[ch]
15032                 disable main_window_set_thread_option()
15033         * src/prefs_folder_item.c
15034                 comment out &tmps_prefs.enable_thread,
15035         * src/mbox_folder.c, src/procmsg.[ch]
15036                 comment out MSG_IS_IGNORE_THREAD
15037         * src/summaryview.c
15038                 comment out summary_ignore_thread() and summary_unignore_thread()
15039                 comment out MSG_IS_IGNORE_THREAD
15040
15041                 use Hiroyuki's threading instead.
15042
15043
15044
15045 2001-08-15 [paul]
15046
15047         * src/account.c
15048                 use Hiroyuki's 0.5.3 column scheme but also
15049                 include the enable/disable button.
15050         * src/pixmaps/mark.xpm
15051                 add Hiroyuki's amended pixmap
15052
15053 2001-08-13 [christoph]
15054
15055         * src/account.c
15056                 receive at get all column showed wrong state for APOP
15057                 button should only work for POP3 and APOP accounts
15058         * src/prefs_account.c
15059                 added missing preprocessor statement for SSL
15060
15061 2001-08-12 [paul]
15062
15063         * src/account.[ch]
15064                 add 'receive at get all' column and enable/disable
15065                 button.
15066
15067 2001-08-06 [christoph]
15068
15069         * src/account.c
15070                 show usage of SSL in protocol column
15071
15072         * src/imap.c
15073         * src/inc.c
15074                 renamed ssl options
15075
15076         * src/prefs_account.[ch]
15077                 moved ssl options to a new page
15078
15079         * src/send.c
15080         * src/smtp.c
15081         * src/ssl.[ch]
15082                 renamed ssl options
15083                 added support for SMTP STARTTLS command
15084
15085 2001-08-05 [christoph]
15086
15087         * configure.in
15088                 debian autoconf needs version check to find
15089                 correct autoconf version. if the file is
15090                 named configure.in 2.13 is used, which does
15091                 not work with this configure.in script.
15092                 other solution would be to rename the script
15093                 to configure.ac as suggested in the autoconf
15094                 manual.
15095
15096         * src/inc.c
15097                 disable final error popup if popups are
15098                 diabled in config
15099
15100         * src/socket.c
15101                 bugfix in ssl_gets
15102                 fixes IMAP over SSL problem
15103
15104 2001-08-03 [paul]
15105
15106         * configure.in
15107                 change to 0.5.2claws1
15108
15109         * sync with sylpheed 0.5.2cvs1
15110
15111 2001-08-02 [alfons]
15112
15113         * configure.in
15114                 quick fix for ispell detection...
15115
15116 2001-08-01 [paul]
15117
15118         * configure.in
15119                 change to 0.5.1claws4
15120
15121         * sync with sylpheed 0.5.1cvs7
15122
15123 2001-07-31 [alfons]
15124
15125         * src/prefs_common.c, src/prefs_common.h, 
15126           src/gtkspell.c, src/gtkspell.h
15127                 add global spelling checker settings (compose tab) +
15128                 selection of dictionary 
15129           
15130         * configure.in  
15131                 guess valid ispell location
15132
15133 2001-07-31 [paul]
15134
15135         * po/POTFILES.in
15136                 removal of 'src/quote_fmt_parse.c'
15137         * po/de.po
15138                 Updated de.po
15139                 (submitted by Jens Oberender <didge@suse.de>)
15140
15141 2001-07-31 [darko]
15142
15143         * src/folder.[ch]
15144         * src/folderview.[ch]
15145         * src/mainwindow.c
15146         * src/mh.c
15147         * src/prefs_common.[ch]
15148         * src/summaryview.c
15149                 target folder colourization
15150
15151 2001-07-30 [paul]
15152
15153         more sync with Sylpheed 0.5.1cvs6 
15154
15155 2001-07-30 [darko]
15156
15157         * src/mh.c
15158         * src/prefs_folder_item.[hc]
15159         * src/summaryview.c
15160                 shared folders support with a GUI
15161
15162 2001-07-29 [paul]
15163
15164         0.5.1claws3
15165
15166         * sync with Sylpheed 0.5.1cvs6
15167
15168 2001-07-29 [paul]
15169
15170         * po/pt_BR.po
15171                 updated
15172                 (submitted by Fabio Junior Beneditto)
15173
15174 2001-07-28 [paul]
15175
15176         * src/procmime.c
15177         * AUTHORS
15178                 patch to correct bad image mime headers
15179                 (submitted by Don Quijote <dq@searchlores.org>)
15180
15181 2001-07-28 [paul]
15182
15183         * tools/gif2xface.pl   **NEW FILE**
15184         * tools/README
15185                 script to convert file.gif to file.xface for
15186                 use in a custom header.
15187                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15188
15189 2001-07-27 [alfons]
15190         
15191         * configure.in
15192                 change macros for detecting JPilot and LDAP
15193
15194 2001-07-27 [christoph]
15195
15196         * src/filtering.c
15197                 code cleanup (MIN / MAX warning, needed casting)
15198
15199 2001-07-27 [alfons]
15200
15201         * procheader.c
15202                 disallow setting flags when detecting certain headers
15203                 (X-Status, Status, Seen, X-Seen). 
15204         
15205         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15206
15207 2001-07-27 [christoph]
15208
15209         * src/prefs_filter.c
15210         * src/prefs_filtering.c
15211         * src/prefs_matcher.c
15212         * src/prefs_scoring.c
15213                 scroll list when moving rows up or down
15214
15215         * src/imap.c
15216         * src/imap.h
15217         * src/prefs_account.c
15218         * src/prefs_account.h
15219         * src/send.c
15220                 SMTP over SSL (untested, feedback requested)
15221                 IMAP over SSL
15222
15223         * src/ssl.c
15224                 code cleanup
15225
15226 2001-07-26 [alfons]
15227         
15228         * configure.in, acconfig.h
15229                 define CLAWS (need this for main / claws detection)
15230
15231 2001-07-25 [alfons]
15232
15233         * configure.in
15234                 Sylpheed 0.5.1claws2
15235                 
15236         * sync with Sylpheed 0.5.1cvs4
15237
15238 2001-07-25 [christoph]
15239
15240         * src/scoring.c
15241                 fixed segfault
15242                 item->prefs == NULL (don't know why)
15243
15244 2001-07-25 [alfons]
15245
15246         * configure.in
15247                 Sylpheed 0.5.1claws1
15248
15249         * sync with Sylpheed 0.5.1cvs1-3
15250
15251 2001-07-24 [christoph]
15252
15253         * src/folderview.c
15254         * src/prefs_folder_item.[ch]
15255                 added folderitem preferences dialog with
15256                 default To: and auto request return receipt
15257
15258         * src/compose.[ch]
15259         * src/menu.[ch]
15260                 changes to handle new folderitem preferences
15261
15262         * src/mainwindow.c
15263         * src/summaryview.c
15264                 call compose new mail with current folderitem
15265
15266 2001-07-24 [alfons]
15267
15268         Release Sylpheed 0.5.1claws
15269
15270         * configure.in
15271                 change to release version 0.5.1claws
15272
15273 2001-07-24 [christoph]
15274
15275         * src/summaryview.c
15276                 fixed segfault that happend when the selected
15277                 message was removed while retrieving new messages.
15278
15279         * po/es.po
15280                 updated translation
15281                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15282
15283 2001-07-22 [alfons]
15284
15285         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15286         this is a work in progress, for more information: http://nlpagan.net/sylman 
15287         
15288         * configure.in, src/mainwindow.c, manual/Makefile.am
15289                 add support for English manual
15290
15291         * AUTHORS
15292                 add authors of user manuals
15293
15294         * manual/en/sylpheed*.html
15295                 add English documentation
15296
15297 2001-07-22 [christoph]
15298
15299         * po/POTFILES.in
15300                 added src/ssl.c
15301         * src/ssl.c
15302                 changed a wrong debug message
15303
15304 2001-07-22 [alfons]
15305
15306         * po/nl.po
15307                 update Dutch translation
15308
15309         * src/prefs_filtering.c, 
15310           src/prefs_matcher.c
15311                 add more translatable strings           
15312
15313 2001-07-21 [alfons]
15314
15315         0.5.0claws7
15316
15317         * configure.in
15318                 change version
15319
15320         * src/inc.c, src/summaryview.[ch]
15321                 prevent update of mark file when filtering has done, by
15322                 using a variable; this affects two functions:
15323                         inc.c::inc_finished()
15324                         summaryview.c::summary_show()
15325
15326 2001-07-20 [alfons]
15327
15328         * src/filtering.[ch], src/prefs_filtering.c, 
15329           src/matcher.[ch]
15330                 add filtering action for label coloring 
15331
15332         * po/POTFILES.in
15333                 add labelcolors.c
15334
15335         * added src/labelcolors.c
15336         * added src/labelcolors.h
15337         * src/Makefile.am, src/summaryview.c
15338                 rearrange label coloring code
15339
15340         * src/procmsg.h
15341                 add more parentheses so label colouring works correctly
15342
15343         * src/filtering.c
15344                 don't really delete message, but move it to Trash
15345
15346         * src/prefs_matcher.c
15347                 add quote options to info dialog
15348
15349 2001-07-20 [christoph]
15350
15351         * src/Makefile.am
15352         * src/inc.c
15353         * src/main.[ch]
15354         * src/socket.h
15355         * src/ssl.[ch] (new)
15356                 moved ssl stuff to a seperate file
15357
15358 2001-07-20 [darko]
15359
15360         * src/summaryview.c
15361                 fix show sender using address book with no e-mail
15362                 address in From: field
15363
15364 2001-07-19 [alfons]
15365
15366         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15367                 fix messy handling of escaping... now at least the
15368                 execute command is useful. escape char is '\', we
15369                 accept \n and \r too. 
15370
15371                 Real life example:
15372                 
15373                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15374                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15375
15376 2001-07-18 [alfons]
15377
15378         0.5.0claws6
15379
15380         * src/summaryview.c
15381                 clean up
15382
15383         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15384           src/procmsg.[ch]
15385                 revise filtering; currently move, copy, marking have
15386                 been tested. if you like bleeding edge stuff, you
15387                 should definitely go for this version :)
15388
15389         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15390
15391 2001-07-17 [christoph]
15392
15393         * src/utils.c
15394                 timestamp log
15395
15396 2001-07-17 [alfons]
15397
15398         0.5.0claws5
15399
15400         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15401           bits in the mark file, without affecting either branch. Lots of
15402           files changed, also in claws branch.
15403
15404           UNTESTED: use of mbox folders
15405
15406         * src/summaryview.c
15407                 added mark all read; however this was a quick hack used for
15408                 cleaning up mess after initial merge with Hiroyuki
15409
15410         * configure.in
15411                 change claws version number back to 0.5.0claws5 to clear up 
15412                 confusion & pretension (recent release was technically 
15413                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15414
15415 2001-07-16 [alfons]
15416
15417         sync with Hiroyuki's 0.5.0cvs4
15418
15419 2001-07-16 [alfons]
15420
15421         0.5.1claws3
15422
15423         * src/filtering.[ch]
15424                 remove invalid updating of mark files for 
15425                 filter actions MATCHING_ACTION_MOVE and 
15426                 MATCHING_ACTION_DELETE; this should fix the
15427                 folder update bug
15428                 
15429         * src/procmsg.c
15430                 revert Christoph's stab at fixing the folder 
15431                 update bug
15432
15433         * po/POTFILES.in
15434                 add missing files with translatable strings
15435
15436         * src/summaryview.c
15437                 remove debug print
15438
15439 2001-07-15 [alfons]
15440
15441         * src/addr_compl.[ch], src/prefs_filtering.c
15442                 make "filtering pref dialog's destination entry" an
15443                 "address completable entry", if filter destination is 
15444                 an email address
15445
15446         0.5.1claws2
15447         
15448         sync with Hiroyuki's 0.5.0cvs2-3
15449
15450 2001-07-15 [christoph]
15451
15452         * src/procmsg.c
15453                 fixed folder stats update after incorporation
15454
15455 2001-07-15 [alfons]
15456
15457         * src/summaryview.c
15458                 * finish label colouring stuff (for now)
15459                 * fix incorrect colour bug (off by one) 
15460
15461 2001-07-14 [alfons]
15462
15463         * src/mainwindow.c
15464                 change text labels for news and mail message so there's
15465                 plenty of toolbar estate left
15466
15467         * configure.in
15468                 0.5.1claws1
15469
15470         * src/folderview.c
15471           src/folder.[ch]
15472                 sync with Hiroyuki's 0.5.0cvs1
15473
15474         * src/summaryview.c
15475                 more rewrite label colouring
15476
15477 2001-07-14 [alfons]
15478
15479         * src/summaryview.[ch]
15480                 * start rewrite label colouring 
15481                 * fix proper location "Add Sender To Addressbook" menu item
15482
15483 2001-07-13
15484
15485         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15486         (actually this is 0.5.0claws4)
15487
15488 2001-07-13 [alfons]
15489
15490         * po/pt_BR.po
15491                 * fix duplicate message
15492                 * add updated Portugese / Brazilian translation
15493                   submitted by Fabio Junior Beneditto
15494
15495 2001-07-12 [alfons]
15496
15497         * AUTHORS
15498                 add Jens
15499
15500         * po/nl.po
15501                 add updated Dutch translation
15502
15503         * po/de.po
15504                 add updated German translation submitted by Jens
15505
15506 2001-07-11 [alfons]
15507
15508         Prerelease before 0.5.0claws. Please test.
15509         This version is temporarily tagged as VERSION_0_5_0_TEST
15510
15511         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15512           src/prefs_scoring.c, src/prefs_matcher.c, 
15513           src/prefs_filtering.c, src/mbox.c, 
15514           src/main.c, src/inc.c, src/filtering.[ch]
15515                 revert new Hoa's new matcher (does not work yet)
15516
15517         * src/Makefile.am
15518                 clean up
15519
15520 2001-07-10
15521
15522         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15523
15524
15525 2001-07-10 [alfons]
15526
15527         * Makefile.am
15528                 add ChangeLog.claws to EXTRA_DIST
15529         * src/Makefile.am
15530                 add matcher_parser_parse.h to EXTRA_DIST
15531
15532 2001-07-10 [christoph]
15533
15534         * src/inc.c
15535                 add destination folder to table of
15536                 folders that need to be updated after
15537                 incorporation
15538
15539 2001-07-10 [alfons]
15540
15541         * folder.[ch]
15542           folderview.c
15543                 make collapse state of folders and folder items persistent, i.e.
15544                 if you collapse a folder tree, the next time sylpheed-claws starts 
15545                 up the folder tree remains collapsed.  
15546                 
15547 2001-07-10 [christoph]
15548
15549         * acconfig.h
15550         * configure.in
15551                 added --enable-ssl
15552         * src/md5.[ch]
15553                 renamed MD5_CTX to MD5_CTX_syl
15554                 conflicts with a struct in openssl
15555         * src/inc.c
15556         * src/main.[ch]
15557         * src/prefs_account.[ch]
15558         * src/socket.[ch]
15559                 SSL support for POP
15560         * src/mainwindow.c
15561                 fixed compose with current account
15562                 broken by new compose button stuff
15563
15564 2001-07-09 [hoa]
15565
15566         * AUTHORS
15567                 changed my email address
15568
15569         * src/matcher_parser_parse.y
15570                 clean the parser to remove conflicts
15571
15572 2001-07-09 [alfons]
15573
15574         * AUTHORS
15575                 add Match Grun
15576
15577         * configure.in
15578                 fix incorrect description of --enable-ldap parameter
15579
15580         * src/prefs_common.[ch]
15581           src/compose.c
15582                 add experimental option "smart wrapping" which makes the
15583                 compose editor auto wrap.
15584                 
15585                 | TODO: the problem with the buggy cursor handling is caused |
15586                 | by the GtkText. when deleting / backspacing text its       |
15587                 | wrapping algorithm does not take in account the previous   |
15588                 | line. should find a way to hack this in.                   |
15589                 | or should perhaps combine this with the word wrapping      |
15590                 | patch i wrote in january.                                  |
15591
15592         * src/about.c
15593                 show build parameters for LDAP and JPilot
15594
15595         * src/summaryview.c
15596                 revert Christoph's bugfix for selecting next unread message, 
15597                 because folder stats aren't updated correctly
15598
15599 2001-07-08 [hoa]
15600
15601         * src/filtering.c
15602         * src/mainwindow.c
15603         * src/matcher.c
15604         * src/matcher_parser_lex.l
15605         * src/matcher_parser_parse.y
15606         * src/prefs_filtering.c
15607         * src/prefs_scoring.c
15608         * src/scoring.c
15609                 bugfix of the config file parser
15610
15611 2001-07-08 [alfons]
15612
15613         * src/Makefile.am
15614                 added generated matcher sources to BUILT_SOURCES
15615
15616 2001-07-08 [hoa]
15617
15618         * src/Makefile.am
15619         * src/.cvsignore
15620                 added new config file parser
15621
15622         * src/scoring.[ch]
15623         * src/filtering.[ch]
15624         * src/matcher.[ch]
15625         * src/prefs_filtering.c
15626         * src/prefs_matcher.c
15627         * src/prefs_scoring.c
15628         * added src/matcher_parser.h
15629         * added src/matcher_parser_lex.h
15630         * added src/matcher_parser_lex.l
15631         * added src/matcher_parser_parse.y
15632                 lex & yacc config file parser
15633
15634         * src/mbox.c
15635         * src/inc.c
15636         * src/main.c
15637                 changes prefs_filtering into global_filtering           
15638
15639         * src/summaryview.c
15640                 build threads with subjects only if "Re: " is at the
15641                 beginning of the subject
15642
15643 2001-07-07 [paul]
15644
15645         0.5.0claws
15646
15647         sync with sylpheed 0.5.0
15648                 change of version number only
15649
15650 2001-07-06 [paul]
15651
15652         0.5.0claws5
15653
15654         sync with sylpheed 0.5.0pre5
15655
15656 2001-07-05 [paul]
15657
15658         sync with sylpheed 0.5.0pre4 release
15659                 /po and /manual/ja not sync'ed
15660
15661 2001-07-04 [paul]
15662
15663         more sync with sylpheed 0.5.0pre4
15664
15665 2001-07-03 [christoph]
15666
15667         * src/addressbook.c
15668                 fixed address book broken by address book
15669                 for VCard, JPilot, LDAP
15670
15671 2001-07-03 [alfons]
15672
15673         * src/matcher.c
15674         * src/textview.c
15675                 stopped memory leaks
15676
15677 2001-07-03 [paul]
15678
15679         more sync with sylpheed 0.5.0pre4
15680
15681 2001-07-02 [match]
15682
15683         * included address book patch for VCard, JPilot, LDAP
15684         * pref_common.c - fixed Font options on Display tab (cosmetic)
15685         * alertpanel.c - fixed truncated message
15686
15687 2001-07-02 [christoph]
15688
15689         * src/mbox_folder.c
15690         * src/procmsg.[ch]
15691         * src/summaryview.c
15692                 mark threads for ignoring
15693
15694 2001-07-02 [paul]
15695
15696         0.5.0claws4
15697
15698         * sync with sylpheed 0.5.0pre4
15699                 updated gettext to 0.10.38.
15700
15701 2001-07-01 [paul]
15702
15703         * src/ mainwindow.c
15704         * src/procmsg.h
15705         * src/summaryview.[ch]
15706                 new right-click option: Label.
15707                 substitute for 'Mark-->Mark/Unmark', colours the line.
15708                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15709
15710 2001-07-01 [christoph]
15711
15712         * src/folderview.c
15713                 fixed font for trash
15714         * src/summaryview.c
15715                 move ctree to unread message
15716
15717 2001-07-01 [paul]
15718
15719         * sync with sylpheed 0.5.0pre3 release
15720
15721 2001-06-30 [alfons]
15722
15723         * src/filesel.[ch]
15724         * src/compose.c
15725                 allow inserting / attaching multiple files in
15726                 the composer window
15727
15728 2001-06-30 [paul]
15729
15730         * src/codeconv.c
15731                 small change to Alfons' previous stuff so that it
15732                 actually makes
15733
15734 2001-06-30 [alfons]
15735
15736         * lots of files changed; first attempt to merge the changes
15737           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15738
15739 2001-06-30 [paul]
15740
15741         * po/pt_BR.po
15742                 updated and completed, translations by Fabio
15743                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15744
15745 2001-06-29 [alfons]
15746
15747         * src/compose.c
15748         * src/mimeproc.[ch]
15749                 allow selecting an attached files' mime type from a 
15750                 list of types.
15751
15752 2001-06-29 [paul]
15753
15754         * more sync with sylpheed 0.5.0pre3
15755
15756 2001-06-29 [paul]
15757
15758         * po/pt_BR.po
15759                 merge with sylpheed.pot and pt_BR.po provided by
15760                 Fabio Junior Beneditto.
15761
15762 2001-06-29 [darko]
15763
15764         * src/procmime.c
15765                 make MIME types case insensitive
15766
15767 2001-06-28 [alfons]
15768
15769         * po/nl.po
15770                 merge with sylpheed.pot and old nl.po; translations added.
15771
15772 2001-06-28 [paul]
15773
15774         * more sync with sylpheed 0.5.0pre3
15775
15776 2001-06-27 [alfons]
15777
15778         * src/summaryview.c
15779                 don't crash when removing parent node of messages
15780                 attracted by subject. this was caused by not deleting
15781                 the parent node from the subject line hash table.
15782
15783 2001-06-27 [alfons]
15784
15785         * src/summaryview.c
15786         * src/compose.[ch]
15787         * src/mainwindow.c
15788                 if there are multiple messages selected, allow forwarding
15789                 them as attachments.
15790
15791 2001-06-27 [paul]
15792
15793         * more sync with sylpheed 0.5.0pre3
15794
15795 2001-06-26 [paul]
15796
15797         0.5.0claws3
15798
15799         * sync with sylpheed 0.5.0pre3
15800
15801 2001-06-25 [paul]
15802
15803         * src/mainwindow.c
15804                 fixed 'compose news article' bug
15805                 from icon-and-text toolbar
15806
15807 2001-06-25 [paul]
15808
15809         * sync with sylpheed 0.5.0pre2 release
15810
15811 2001-06-24 [christoph]
15812
15813         * src/prefs_common.c
15814                 bug fix in font selection
15815         * src/folderview.c
15816                 use sylpheed's normal font instead of
15817                 gtk default font for folders without
15818                 new messages
15819
15820 2001-06-24 [alfons]
15821
15822         * src/mainwindow.[ch]
15823                 added composite compose mail / news button (an idea by Leandro
15824                 Pereira <leandro@linuxmag.com.br>)
15825
15826 2001-06-24 [paul]
15827
15828         Added instructions for ldif-to-xml.py
15829
15830         * tools/README
15831
15832 2001-06-23 [alfons]
15833
15834         Some minor things.
15835
15836         * src/pixmaps/stock_news_compose.xpm
15837                 added pixmap by Leandro
15838         * src/prefs_common.c
15839                 tested built-in spelling checker of GCC 3.0 :)
15840         * po/nl.po
15841                 merged dutch translation of sylpheed-main with
15842                 sylpheed.pot
15843
15844 2001-06-23 [paul]
15845
15846         Added tools directory and files.
15847
15848         * tools/filter_conv.pl
15849                 converts old filter system to new filtering system
15850         * tools/ldif-to-xml.py
15851                 converts netscape addressbook to sylpheed addressbook
15852         * tools/README
15853                 descriptions/instructions for above two files
15854
15855 2001-06-23 [christoph]
15856
15857         * src/inc.c
15858         * src/manage_window.[ch]
15859         * src/prefs_common.[ch]
15860                 mail retrieval dialog can be enabled, disabled
15861                 or hidden if non of sylpheed's windows is active
15862
15863 2001-06-22 [paul]
15864
15865         0.5.0claws2
15866
15867         * sync with sylpheed 0.5.0pre2
15868
15869 2001-06-21 [christoph]
15870
15871         * src/summaryview.c
15872                 show recipient on 'from' for all accounts
15873                 
15874         * src/inc.c
15875         * src/prefs_common.[ch]
15876                 disable error popup on mail receive errors
15877
15878 2001-06-21 [alfons]
15879
15880         * src/compose.c
15881                 made the ruler correctly appear and disappear.
15882
15883         * src/Makefile.am
15884                 removed Hoa's work-in-progress-stuff (interesting!) so 
15885                 claws compiles ok.
15886
15887 2001-06-20 [christoph]
15888
15889         * src/inc.c
15890         * src/progressdialog.c
15891                 added scrolled window for list in progressdialog
15892
15893 2001-06-20 [paul]
15894
15895         sync with sylpheed 0.5.0pre1 release
15896
15897 2001-06-20 [christoph]
15898
15899         * src/summeryview.c
15900                 make building threads by subject work when
15901                 thread view is enabled
15902                 
15903         * src/compose.c
15904         * src/prefs_common.[ch]
15905                 automatically select account for mail replys
15906
15907 2001-06-19 [sergey]
15908
15909         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15910         they are filled in from the account settings.
15911
15912 2001-06-19 [paul]
15913
15914         * more sync with sylpheed 0.5.0pre1
15915
15916 2001-06-18 [alfons]
15917
15918         * src/Makefile.am,
15919           src/procmime.c
15920                 added --sysconfdir to CPPFLAGS for pointing to the correct
15921                 location of mime.types. 
15922
15923                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15924                 or ./configure!
15925
15926 2001-06-18 [hoa]
15927
15928         * src/summaryview.c
15929                 fixed some bug when building threads
15930
15931 2001-06-18 [pau]l
15932
15933         * src/prefs_account.c
15934                 UI stuff: More changes to the English
15935
15936 2001-06-18 [paul]
15937
15938         * src/pixmaps/stock_news_compose.xpm: new file
15939         * src/Makefile.am
15940         * src/mainwindow.c
15941         * src/summaryview.c
15942                 Added new icon for Hoa's 'compose a news
15943                 message', plus minor improvements to the
15944                 English
15945
15946         * po/ja.po
15947         * ChangeLog
15948         * ChangeLog.jp
15949                 more sync with sylpheed 0.5.0pre1
15950
15951 2001-06-18 [hoa]
15952
15953         * src/compose.[ch]
15954         * src/mainwindow.c
15955                 Follow-up and reply to
15956
15957         * src/summaryview.[ch]
15958                 Build threads also with subjects
15959
15960 2001-06-17 [hoa]
15961
15962         * src/compose.c
15963                 forwarding use the current account.
15964
15965         * src/mainwindow.c
15966                 the "compose message" button has been replaced with
15967                 "new mail" and "new news" buttons
15968
15969         * src/prefs_common.[ch]
15970                 added a configuration option to use the forward button
15971                 as "forward as attachment"
15972                 changed reply and forward format description
15973
15974         * src/quote_fmt_lex.l
15975         * src/quote_fmt_parse.y
15976                 added message with no signature in format for reply
15977                 and forward.
15978
15979 2001-06-17 [paul]
15980
15981         Minor UI stuff
15982
15983         * src/mainwindow.c
15984         * src/summaryview.c
15985                 Improvements to the English
15986
15987         * src/prefs_common.c
15988                 Improvements to the English and some
15989                 clarity/continuity improvements in the
15990                 description of Quote symbols.
15991
15992 2001-06-17 [paul]
15993
15994         0.5.0claws1
15995
15996         * sync with sylpheed 0.5.0pre1
15997
15998 2001-06-17 [hoa]
15999
16000         * src/compose.c
16001                 Better interface for compose, displayed fields
16002                 are updated whenever we change account.
16003                 Newsgroups field is automatically filled.
16004
16005         * src/mainwindow.c
16006                 Newsgroups field is automatically filled.
16007
16008         * src/prefs_account.c
16009                 Some interface stuff when fields appear and
16010                 disappear.
16011
16012 2001-06-16 [paul]
16013
16014         0.4.99claws
16015
16016         * sync with sylpheed 0.4.99
16017
16018 2001-06-16 [sergey]
16019
16020         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16021         base64_decoder_free, base64_decoder_decode): new object and
16022         functions for decoding base64 streams.
16023         * src/procmime.c (procmime_decode_content): modified to use the
16024         new base64 decoder.
16025
16026 2001-06-15 [paul]
16027
16028         0.4.99claws10
16029
16030         * sync with sylpheed 0.4.99cvs11
16031
16032 2001-06-13 [paul]
16033
16034         0.4.99claws9
16035
16036         * sync with sylpheed 0.4.99cvs9
16037
16038 2001-06-13 [hoa]
16039
16040         * src/compose.c
16041         * src/prefs_account.c
16042
16043                 SMTP server can be defined in the news account
16044                 mime type of attachment are kept.
16045
16046         * src/summaryview.c
16047
16048                 now choose the highest important score between default
16049                 and important score of folder.
16050
16051 2001-06-09 [alfons]
16052         
16053         * src/prefs_common.c: 
16054
16055                 (prefs_quote_description_create): corrected description of 
16056                 quote format characters
16057
16058 2001-06-09 [paul]
16059
16060         0.4.99claws8
16061
16062         * sync with sylpheed 0.4.99cvs8
16063
16064 2001-06-08 [sergey]
16065
16066         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16067         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16068
16069 2001-06-08 [paul]
16070
16071         0.4.99claws7
16072
16073         * sync with sylpheed 0.4.99cvs7
16074
16075 2001-06-06 [sergey]
16076
16077         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16078         clashes with autogenerated header).
16079         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16080         * src/Makefile.am: added quote_fmt.h.
16081         * src/.cvsignore: added lex/yacc autogenerated files
16082         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16083
16084 2001-06-06 [paul]
16085
16086         0.4.99claws6
16087
16088         * sync with sylpheed 0.4.99cvs6
16089
16090 2001-06-06 [hoa]
16091
16092         * added src/quote_fmt_parse.h
16093         * src/compose.c
16094                 removed warnings
16095
16096         * src/prefs.[ch]
16097                 don't modify readonly configuration files
16098
16099         * src/prefs_account.c
16100         * src/prefs_common.c
16101         * src/prefs_customheader.c
16102         * src/prefs_display_header.c
16103         * src/prefs_filter.c
16104         * src/prefs_filtering.c
16105         * src/prefs_scoring.c
16106                 don't open dialog box when configuration files
16107                 are readonly
16108
16109 2001-06-05 [sergey]
16110
16111         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16112
16113         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16114         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16115         BUILT_SOURCES to make all files rebuild properly.
16116
16117         * src/compose.c: removed #include "quote_fmt.tab.h".
16118
16119         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16120         CHARACTER value in yylval.
16121
16122         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16123         receive CHARACTER value by documented means (yylval).
16124
16125         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16126
16127 2001-06-05 [hoa]
16128
16129         * src/Makefile.am
16130                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16131
16132         * src/filtering.c
16133         * src/matcher.c
16134         * src/matcher.h
16135         * src/prefs_filtering.c
16136                 now keep the configuration for execute action
16137
16138         * src/mbox_folder.c
16139                 fixed a warning
16140
16141 2001-06-05 [paul]
16142
16143         * sync with sylpheed 0.4.99cvs5
16144
16145 2001-06-05 [hoa]
16146
16147         * src/Makefile.am
16148                 added quote_fmt.[ch]
16149
16150         * added src/quote_fmt.y
16151         * added src/quote_fmt.l
16152         * added src/quote_fmt.tab.h
16153         * added src/quote_fmt.tab.c
16154         * added src/lex.quote_fmt.c
16155                 parsing configuration for replying
16156                 and forwarding
16157
16158         * src/prefs_common.[ch]
16159                 added configuration UI for replying
16160                 and forwarding
16161
16162         * src/compose.c
16163                 using configuration for replying
16164                 and forwarding
16165
16166 2001-06-04 [hoa]
16167
16168         * src/filtering.c
16169         * src/matcher.c
16170         * src/matcher.h
16171         * src/prefs_filtering.c
16172         * src/prefs_matcher.c
16173         * src/prefs_matcher.h
16174                 action "run a command" for filtering
16175                 and matching with a command.
16176                 fixed the "whole message" matching
16177
16178         * src/mbox_folder.c
16179                 changed temporary filename for security
16180
16181         * src/messageview.c
16182                 queue the notification if it fails to send.
16183
16184         * src/prefs_common.c
16185         * src/prefs_folder_item.c
16186                 changed the default important score             
16187
16188         * src/prefs_scoring.c
16189         * src/scoring.c
16190                 hide kill score input when the folder is not
16191                 a newsgroup
16192
16193 2001-06-03 [alfons]
16194
16195         * src/prefs_common.c:
16196
16197                 (prefs_font_select): pass font name in font entry box to font
16198                 selection dialog.
16199
16200 2001-06-03 [sergey]
16201
16202         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16203
16204 2001-06-03 [paul]
16205
16206         * sync with sylpheed 0.4.99cvs4
16207
16208 2001-06-03 [alfons]
16209
16210         * src/headerwindow.c:
16211
16212                 (headerwindow_show_cb): use the selected summary view item, not
16213                 the displayed item.
16214
16215 2001-06-02 [alfons]
16216
16217         * src/headerwindow.c:
16218
16219                 (headerwindow_show_cb): always try to show msginfo
16220
16221 2001-06-02 [hoa]
16222
16223         * src/compose.c
16224                 keep attached parts when reediting or forwarding.
16225
16226 2001-06-01 [hoa]
16227
16228         * src/folderview.c
16229         * src/prefs_folder_item.[ch]
16230         * src/prefs_scoring.[ch]
16231         * src/scoring.[ch]
16232         * src/summaryview.[ch]
16233         * src/main.c
16234         * src/mainwindow.c
16235         * src/prefs_common.[ch]
16236                 support for folder scoring
16237                 kill score and important score for messages
16238         
16239         * src/prefs_account.c
16240                 some display bug fixed for local account
16241                 preferences
16242
16243 2001-05-31 [alfons]
16244
16245         * src/summaryview.c:
16246
16247                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16248                 sender to address book menu item is disabled.
16249
16250 2001-05-30 [hoa]
16251
16252         * src/filtering.[ch]
16253         * src/summaryview.c
16254                 handling summary menu / filter messages
16255
16256         * src/folder.[ch]
16257                 add some stuff
16258
16259         * src/foldersel.c
16260                 imap folders now appears in list
16261
16262         * src/mbox_folder.c
16263                 doesn't crash if destination mail is not writeable
16264
16265 2001-05-29 [hoa]
16266
16267         * src/compose.c
16268                 removed some warnings
16269
16270         * src/filtering.c
16271         * src/folder.[ch]
16272         * src/prefs_filtering.c
16273                 global string to identify any folders           
16274                 removed some debug info
16275                 filtering to mbox folders is now possible
16276
16277         * src/mainwindow.c
16278                 removed some warnings
16279
16280         * src/mbox_folder.c
16281                 permission on files are changed to read/write for user only,
16282                 nothing for other.
16283                 creation of subfolder is handled better.
16284
16285 2001-05-28 [alfons]
16286
16287         Verified the sync for src/prefs_common.[ch] and
16288         src/prefs_account.[ch]. I believe there were some
16289         minor indentation differences.
16290
16291 2001-05-28 [paul]
16292
16293         0.4.99claws3
16294
16295         * sync with 0.4.99cvs3
16296
16297 2001-05-28 [hoa]
16298
16299         * src/compose.c
16300                 handling flags for mbox format
16301
16302         * src/filtering.c
16303                 use of mark file only for MH format
16304                 handling flags for mbox format
16305                 filtering cannot yet move or copy mails to mbox folders.
16306
16307         * src/folder.[ch]
16308                 changed move_msg, copy_msg,
16309                 move_msgs_with_dest, copy_msgs_with_dest functions
16310                 uses only folder->copy_msg() function
16311                 uses folder->finished_copy() to handle the destination
16312                 folder at the end of the copy or move operation.
16313
16314         * src/foldersel.c
16315                 included mbox directories.
16316
16317         * src/folderview.[ch]
16318         * src/mainwindow.c
16319                 handle folders operation for mbox format
16320
16321         * src/mbox.c
16322                 disable conversion of "From " header
16323
16324         * src/mbox_folder.[ch]
16325                 completion of mbox format handling
16326
16327         * src/mh.c
16328                 changed mh_copy_msg() function and
16329                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16330                 mh_copy_msgs_with_dest()
16331
16332         * src/prefs_filtering.c
16333                 removed some warnings
16334
16335         * src/prefs_matcher.c
16336                 default boolean operation is AND
16337
16338         * src/procheader.c
16339                 handling flags for mbox format
16340                 handling of "From " header
16341
16342         * src/procmsg.[ch]
16343                 removed data field
16344                 added MSG_REALLY_DELETED flags to handle deletion of
16345                 messages in mbox format.
16346
16347         * src/summaryview.c
16348                 handling flags for mbox format
16349                 disable the MSG_DELETED flags when messages
16350                 are deleted in mbox format
16351
16352         * src/textview.c
16353                 "From " headers display fixed.
16354
16355 2001-05-27 [alfons]
16356
16357         * src/textview.c:
16358                 
16359                 (get_email_part): skip quoted email addresses, like in e.g.
16360                 "'alfons@proteus.demon.nl'".
16361
16362 2001-05-26 [alfons]
16363
16364         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16365         and fixing the persistence troubles when using separate windows.
16366
16367         * src/mainwindow.c:
16368         
16369             Added #define SEPARATE_ACTION used in the gtk item factory for 
16370             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16371                 use gtk_item_factory_get_widget_by_action() to get the items.
16372                 
16373             Removed separate_widget_cb from the gtk item factory data   
16374           
16375             (mainwindow_create): connect separate_widget_cb() to check
16376             menu item "toggled" signal. also passing a MainWindow pointer
16377                 as object data for both check menu items.
16378                 
16379             (separate_widget_cb): definition of separate_widget_cb() to match
16380             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16381                 window using gtk_object_get_data(). The type of window separation 
16382                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16383         
16384         * src/prefs_filtering.c,
16385           src/prefs_matcher.c: added horizontal scrollbars
16386
16387 2001-05-25 [darko]
16388
16389         * src/headerview.c
16390                 fix segfault with invalid bold font
16391         * src/summaryview.c
16392                 correctly display summary stats after row is marked
16393
16394 2001-05-23 [sergey]
16395
16396         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16397         encodings with libjconv.
16398
16399 2001-05-23 [hoa]
16400
16401         * src/Makefile.am
16402                 added mbox_folder.[ch]
16403         * src/defs.h
16404                 mbox temporary folder
16405         * src/folder.[ch]
16406         * added src/mbox_folder.[ch]
16407         * src/folderview.c
16408         * src/procheader.[ch]
16409                 added mbox support
16410         * src/mbox.c
16411                 bugfix for file incorporation filtering
16412         * src/imap.c
16413                 enable creation of MBOX
16414         * src/prefs_display_header.c
16415                 enable use of headers like "From "
16416                 something that should be fixed :
16417                         displaying of such headers add an extra space
16418         * src/prefs_folder_item.c
16419                 don't create folders because it is not necessary
16420         * src/procmsg.h
16421                 added data field to MsgInfo for mbox internal use
16422         * src/summaryview.c
16423                 added some support for mbox
16424         * src/utils.[ch]
16425                 added get_mbox_cache_dir() function
16426
16427 2001-05-23 [hiroyuki]
16428
16429         * src/headerwindow.c
16430           src/inc.c
16431           src/main.c
16432           src/mh.c
16433           src/nntp.c
16434           src/procmsg.h
16435           src/session.h
16436           src/socket.[ch]
16437           src/summaryview.c
16438           src/textview.c
16439           src/automaton.c
16440           src/folderview.c: more sync with 0.4.99cvs2.
16441
16442         * src/headerwindow.c: reverted.
16443
16444 2001-05-22 [paul]
16445
16446         0.4.99claws2
16447
16448         * sync with sylpheed 0.4.99cvs2
16449                 * src/news.[ch]
16450                 * src/nntp.[ch]
16451                 * INSTALL
16452                 * INSTALL.jp
16453
16454 2001-05-22 [alfons]
16455
16456         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16457
16458 2001-05-21 [alfons]
16459
16460         Minor things:
16461
16462         * configure.in: if gnome-config not found, "no" is displayed
16463         
16464         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16465
16466         * src/textview.c: now also possible to add mail addresses by right
16467           clicking in the text view
16468
16469         * src/codeconv.c: merged patch which fixes endless loop when encountering
16470           invalid wide characters; from Alte <010@imis.ru>  
16471
16472 2001-05-20 [alfons]
16473
16474         Added installation of gnome specific things:
16475
16476         * Makefile.am: gnome conditional
16477
16478         * configure.in: check for installed gnome
16479
16480         * added sylpheed.png, sylpheed.desktop
16481
16482 2001-05-20 [sergey]
16483
16484         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16485
16486         * src/mainwindow.h (main_window_toolbar_create): created a button
16487         for "Reply to all".
16488         (main_window_set_toolbar_sensitive): enable/disable the new button
16489         appropriately.
16490         (toolbar_reply_to_author_cb): handle the new button.
16491
16492         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16493         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16494         failure).
16495
16496 2001-05-19 [sergey]
16497
16498         * src/compose.h (ComposeReplyMode): new modes
16499         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16500         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16501
16502         * src/compose.c
16503         (compose_send): move some code into a new function:
16504         (compose_current_mail_account): new function.
16505         (compose_reply): new argument to_author, all callers changed; if
16506         to_author==TRUE and account->protocol==A_NNTP, find and use an
16507         appropriate mail account for replying.
16508         (compose_reply_set_entry): new argument to_author; ignore
16509         compose->replyto if to_author==TRUE.
16510
16511         * src/mainwindow.c: new command "Message/Reply to author".
16512         (main_window_set_menu_sensitive): enable/disable it.
16513         (reply_cb): handle it.
16514
16515         * src/summaryview.c: new command "Reply to author".
16516         (summary_set_menu_sensitive): enable/disable it.
16517         (summary_reply_cb): handle it.
16518
16519         * src/account.c (account_find_mail_from_address): new function.
16520
16521 2001-05-18 [paul]
16522
16523         0.4.99claws1
16524
16525         * sync with sylpheed 0.4.99cvs1
16526
16527 2001-05-18 [hoa]
16528
16529         * src/compose.[ch]
16530         * src/filtering.c
16531         * src/summaryview.c
16532                 new filtering action : forward and forward as attachment
16533
16534         * src/main.c
16535                 no need for $DISPLAY when we run sylpheed --help
16536                 call to parse_cmd_opt() is moved
16537
16538         * src/mainwindow.[ch]
16539                 execute button is hidden when immediate execute
16540                 is chosen
16541
16542         * src/mh.c
16543         * src/news.c
16544         * src/prefs_folder_item.c
16545         * src/procmsg.c
16546                 better handling of missing directories
16547
16548         * src/summaryview.c
16549                 reedit is enabled in outbox
16550                 reedit is enabled in queue
16551
16552 2001-05-17 [hoa]
16553
16554         * src/filtering.c
16555         * src/matcher.[ch]
16556         * src/prefs_filtering.c
16557                 changed attachement into attachment
16558
16559 2001-05-17 [alfons]
16560
16561         0.4.67claws4    
16562
16563         * sync with sylpheed 0.4.67cvs9
16564         * sync with sylpheed 0.4.67cvs7-8
16565
16566 2001-05-17 [hoa]
16567
16568         * src/Makefile.am
16569                 added prefs_filtering.c
16570
16571         * src/filtering.[ch]
16572         * src/matcher.[ch]
16573                 removed action : forward_news and forward_news_as_attachement
16574                 (forward and forward_as_attachement can be used instead)
16575
16576         * src/mainwindow.c
16577                 added menu option to access filtering configuration
16578
16579         * src/prefs_account.c
16580                 changed mail_command default to /usr/sbin/sendmail
16581
16582         * added src/prefs_filtering.[ch]
16583                 dialog box for filtering configuration
16584
16585         * src/prefs_matcher.c
16586                 added function prefs_matcher_get_criteria_from_matching()
16587
16588         * src/prefs_scoring.c
16589                 reset the dialog when register or substitute is clicked
16590
16591 2001-05-15 [hoa]
16592
16593         * src/Makefile.am
16594                 added filtering.[ch]
16595         * src/inc.c
16596                 using filering.[ch] instead of filter.[ch]
16597         * src/main.c
16598                 reading new filtering configuration
16599         * src/matcher.[ch]
16600                 added some filtering actions
16601                 and fixed a bug for headers and mail body matching
16602         * src/mbox.c
16603                 using filering.[ch] instead of filter.[ch]
16604         * src/mh.c
16605                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16606         * src/summaryview.c
16607                 some fixes for filtering
16608
16609 2001-05-14 [hiroyuki]
16610
16611         * src/send.c: fixed some weird indentations.
16612           send_message_with_command(): call pclose() only if p != NULL.
16613         * src/textview.c: get_email_part(): modified the code for readability.
16614
16615 2001-05-14 [hiroyuki]
16616
16617         * src/md5global.h
16618           src/md5ify.c
16619           src/md5ify.h: removed from the cvs.
16620
16621 2001-05-13 [sergey]
16622
16623         * src/main.c: include rfc2015.h to avoid compiler warnings.
16624         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16625         the panel is already on screen.
16626         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16627         closing the alert window by ESC as "No".
16628         * src/prefs_common.c (prefs_interface_create): moved return
16629         receipt check button to the correct place.
16630
16631 2001-03-13 [alfons]
16632
16633         * src/prefs_common.c: 
16634                 moved return receipt check button to the Send tab. (prefs_send_create)
16635                 removed the date format ui related globals. (prefs_display_create)
16636
16637         0.4.67claws3
16638         
16639         * sync with sylpheed 0.4.67cvs5-6
16640
16641 2001-05-13 [paul]
16642
16643         * added Alfons' font selection patch
16644
16645         * src/defs.h
16646         * src/headerwindow.c
16647         * src/prefs_common.c
16648         * src/prefs_common.h
16649
16650 2001-05-13 [hoa]
16651         * src/defs.h
16652                 changed version of cache
16653         * src/matcher.[ch]
16654         * src/prefs_matcher.c
16655                 added additionnal matching criteria
16656         * src/procheader.c
16657         * src/procmsg.[ch]
16658         * src/news.c
16659                 added references in MsgInfo
16660
16661 2001-05-12 [hoa]
16662
16663         * src/defs.h
16664                 prepared some things for new filtering
16665         * src/matcher.[ch]
16666                 added some matching properties
16667                 inreplyto need to be enhanced
16668                 prepared some things for new filtering
16669         * src/messageview.c
16670                 added Return-Receipt-To handling
16671         * src/prefs_folder_item.c
16672                 changed default value to TRUE
16673         * src/prefs_matcher.c
16674                 added some matching properties
16675         * src/prefs_scoring.[ch]
16676                 the scoring dialog is finished
16677         * src/procheader.c
16678                 added Return-Receipt-To handling
16679                 Reference need to be added
16680         * src/procmsg.[ch]
16681                 added Return-Receipt-To handling
16682                 added threadscore to get a better score sorting when
16683                 threads are enabled
16684         * src/summaryview.c
16685                 suppressed a bug when we sort the list
16686                 when no folder is opened.
16687                 better score sorting when threads are enabled
16688
16689 2001-05-12 [alfons]
16690
16691         * reverted previous patch because of potential errors 
16692
16693         0.4.67claws2
16694         
16695         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16696                 applied "toggle mail-retrieval dialog window" patch submitted 
16697                 by Eric Limpens <eric@qnt.net>
16698
16699         * sync with sylpheed 0.4.67cvs4
16700
16701 2001-05-12 [sergey]
16702
16703         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16704         some picky compilers.
16705         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16706         * src/grouplist_dialog.c: include alertpanel.h.
16707         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16708         fix compile warning.
16709         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16710         #include "defs.h" before others to prevent the warning of `MIN'
16711         and `MAX' redefinition.
16712
16713 2001-05-11 [hoa]
16714
16715         * src/main.c
16716         * src/messageview.c
16717         * src/prefs_account.c
16718         * src/prefs_display_header.c
16719                 removed warning
16720         * src/Makefile.am
16721                 added prefs_scoring.[ch]
16722         * src/grouplist_dialog.c
16723                 display an error dialog box if the group list
16724                 cannot be fetched.
16725         * src/mainwindow.[ch]
16726                 added main_window_set_thread_option() function
16727                 scoring dialog box enabled
16728         * src/matcher.[ch]
16729                 added flags matching unread /new / marked
16730                 / deleted / replied / forwarded
16731         * src/news.c
16732                 newsgroups are now finally in newscache
16733         * src/prefs_matcher.[ch]
16734                 finished preferences for matching dialog
16735         * added src/prefs_scoring.[ch]
16736                 scoring dialog box completed
16737         * src/scoring.[ch]
16738                 conversion to string : added scoringprop_to_string()
16739                 write config for preferences :
16740                 added prefs_scoring_write_config()
16741         * src/summaryview.c
16742                 threads can be enabled/disabled independently
16743                 for each folder
16744
16745 2001-05-10 [alfons]
16746
16747         0.4.67claws1
16748         
16749         * AUTHORS: 
16750                 thought it would be nice to have a list of all
16751                 contributors (used Changelog as a reference)
16752         
16753         * configure.in: 
16754                 messed up version numbering...
16755
16756         0.4.66claws1
16757
16758         * sync with sylpheed 0.4.67cvs1-3
16759
16760 2001-05-10 [darko]
16761
16762         * src/prefs_common.c:
16763                 better UI for strftime format, double clicking
16764                 on format now inserts the format in text entry
16765                 replaced close button with standard OK/Cancel
16766                 moved date format button to the right of the
16767                 text entry field
16768
16769 2001-05-09 [alfons]
16770
16771         * src/gtkstext.c:
16772                 Ctrl-Home / Ctrl-End have proper cursor navigation
16773
16774 2001-05-09 [hoa]
16775
16776         * src/prefs_matcher.c
16777                 finished UI to define matching properties
16778                 added ok and cancel button
16779         * src/prefs_filter.c
16780                 added ok and cancel button
16781         * src/news.c
16782                 fixed some bug in xhdr parsing
16783
16784 2001-05-08 [alfons]
16785
16786         * src/textview.c: 
16787                 fixed a bug in textview_show_header(), which displayed two colons (':');
16788                 cleaned up some warnings
16789
16790 2001-05-08 [hoa]
16791
16792         * src/Makefile.am
16793                 added prefs_matcher.[ch]
16794                 compilation with -W -Wall
16795         * src/alertpanel.c
16796                 ungrab the mouse events if grabbed - does it
16797                 fix the bug for disposition notification ?
16798         * src/mainwindow.c
16799                 added a menu option to open the matching dialog.
16800         * src/matcher.[ch]
16801                 added matcherprop_to_string() and matcherlist_to_string()
16802                 fixed some bugs, changed the name of some options
16803                 age_sup and age_inf becomes age_greater and age_lower,
16804                 body and messageheaders becomes body_part and headers_part,
16805                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16806         * src/prefs_display_header.c
16807         * src/prefs_headers.c
16808                 fixed a bug that accidentally destroyed dialogs
16809                 when closed them with delete_event
16810                 Added *_deleted() which handle delete_event signal correctly.
16811         * src/prefs_folder_item.[ch]
16812                 added "enable_thread" field for future customization
16813         * added src/prefs_matcher.[ch]
16814                 sample of the UI to define matching properties
16815         * src/procheader.c
16816                 using procheader_headername_equal instead of str*cmp functions
16817                 using procheader_parse_header() function
16818         * src/scoring.c
16819                 using MATCHING_XXX instead of SCORING_XXX
16820         * src/summaryview.c
16821                 display the sender of the news even if this is ourself
16822                 when this is a news message.
16823         * src/textview.c
16824                 using headername_equal() instead of str*cmp functions
16825
16826 2001-05-08 [alfons]
16827
16828         0.4.66claws
16829
16830         * sync with sylpheed 0.4.66
16831         * src/gtkstext.c: trace logs added 
16832
16833 2001-05-08 [sergey]
16834
16835         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16836         signature check popup.
16837         * src/rfc2015.c (check_signature): show signature check popup only
16838         if it is enabled in preferences.
16839
16840 2001-05-07 [alfons]
16841
16842         0.4.66claws4
16843         
16844         * sync with sylpheed 0.4.66cvs6
16845
16846 2001-05-07 [darko]
16847
16848         * src/prefs_common.[ch]: added option to enable/disable
16849           looking up sender name in address book for summary pane
16850         * src/summaryview.c: look up sender in the address book
16851           by using Alfons' address completion code
16852
16853 2001-05-07 [hiroyuki]
16854
16855         * src/inc.h
16856           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16857           member of Pop3State.
16858         * src/news.c: brought #include "defs.h" before #include <glib.h>
16859           to prevent the warning of `MIN' and `MAX' redefinition.
16860
16861 2001-05-06 [hoa]
16862
16863         * removed src/headers_display.[ch]
16864         * removed src/prefs_display_headers.[ch]
16865         * src/inc.c
16866                 use a temporary file in the user directory for mbox import
16867         * src/news.c
16868                 added XHDR support to get "To" and "Cc" headers
16869                 (in order to match news with to or cc field for
16870                 scoring)
16871                 added function news_parse_xhdr() to get XHDR response
16872         * src/nntp.[ch]
16873                 added function nntp_xhdr()
16874         * src/matcher.c
16875                 fetch the message if necessary
16876
16877 2001-05-06 [alfons]
16878
16879         0.4.66claws3
16880
16881         * sync with sylpheed 0.4.66cvs3-5
16882
16883 2001-05-06 [hoa]
16884
16885         * src/utils.[ch]
16886                 added function itos_buf() to enable use of several buffers
16887         * src/summaryview.c
16888                 use of itos_buf() instead of itos() in summary list
16889                 to fix the broken display of message number.
16890
16891 2001-05-06 [alfons]
16892
16893         * src/gtkstext.c: bug in cursor up navigation fixed,
16894                 fixed another unsigned / signed comparison (we're getting there :-)
16895
16896 2001-05-06 [hoa]
16897
16898         * src/Makefile.am
16899                 added scoring.c scoring.h
16900                 prefs_folder_item.c prefs_folder_item.h
16901                 matcher.c matcher.h
16902         * src/defs.h
16903                 added FOLDERITEM_RC SCORING_RC
16904         * src/folder.[ch]
16905                 added prefs field in FolderItem :
16906                 properties for each folder (PrefsFolderItem),
16907                 sorting type and mode were added as the first properties.
16908         * src/main.c
16909                 read config for scoring
16910         * added src/matcher.[ch]
16911                 gives functions to parse configuration file to do
16912                 matching on mails with a list of conditions.
16913         * src/mainwindow.c
16914                 add option to sort by score
16915         * src/prefs_common.[ch]
16916                 added preference option to show score and for
16917                 the score column size
16918         * added src/prefs_folder_item.[ch]
16919                 properties for each folder (PrefsFolderItem),
16920                 sorting type and mode were added as the first properties.
16921         * src/procheader.[ch]
16922                 added procheader_parse_header()
16923                 added procheader_header_free()
16924                 added procheader_headername_equal()
16925                 and made modification to use them.
16926         * src/procmsg.[ch]
16927                 added score field to MsgInfo structure
16928         * added src/scoring.[ch]
16929                 gives functions to parse configuration file to do
16930                 scoring on mails with a list of conditions.
16931         * src/summaryview.[ch]
16932                 save the sorting type and mode for the folder
16933                 added column to display the score of the mail
16934                 added function summary_score_clicked()
16935                 sorting type and mode are restored to the folder
16936                 when it is reopen
16937         * src/textview.c
16938                 use procheader_parse_header(), procheader_headername_equal()
16939                 removed memory leak in text_scan_header when freeing headers
16940         * src/filter.c
16941                 changed the function to match names of headers
16942                 using procheader_headername_equal()
16943
16944         Scoring functions are implemented, an interface is needed
16945         to configure that.
16946
16947 2001-05-04 [alfons]
16948
16949         * src/gtkstext.c: 
16950                 hopefully fixed the row up navigation bug,
16951                 removed adding back / forward lines to cache
16952
16953 2001-05-04 [sergey]
16954
16955         * src/prefs_display_headers.c: user interface changes:
16956         (prefs_display_headers_create): remove unused "Show" check button;
16957         allow reordering of headers by dragging.
16958         (prefs_display_headers_write_config): remove unused variables.
16959         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16960         of lists (not needed with the new UI).
16961         (prefs_display_headers_set_list): scan lists starting from row 0,
16962         not 1 (do not skip "(New)").
16963         (prefs_display_headers_find_header): new function.
16964         (prefs_display_headers_clist_set_row): do not allow duplicates.
16965         (prefs_display_headers_delete_cb): do not skip row 0; treat
16966         closing the alert window by ESC as "No".
16967         (prefs_display_headers_up): do not protect row 0.
16968         (prefs_display_headers_down): do not protect row 0.
16969
16970 2001-05-04 [sergey]
16971
16972         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16973         functions.
16974
16975         * src/summaryview.c
16976         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16977         summary_select_next_marked, summary_select_prev_marked): new
16978         functions.
16979
16980 2001-05-03 [sergey]
16981
16982         * src/news.c: fixed a bug when no article can be fetched after
16983         server timeout if the connection was restored by news_post():
16984         (news_select_group): new function.
16985         (news_fetch_msg): call news_select_group() before fetching
16986         article.
16987         (news_get_uncached_articles): set session->group after successful
16988         GROUP command.
16989
16990 2001-05-03 [hoa]
16991
16992         * src/defs.h
16993         * src/procmsg.[ch]
16994         * src/procheader.c
16995                  changed version of cache, added cc field
16996
16997         * src/prefs_display_headers.c
16998                 the interface was changed
16999
17000         * src/prefs_headers.c
17001                 added cancel button
17002
17003 2001-05-03 [alfons]
17004
17005         * completed sync of sylpheed cvs2
17006         * src/gtkstext.c: updated row up / down cursor navigation
17007         * src/textview.c: re-edited, prepared for fixing the email address
17008                 scanner.
17009
17010 2001-05-03 [darko]
17011
17012         * src/prefs_common.c: use alfons' strftime ui code
17013         entry_datefmt and datefmt_sample widgets have to be
17014         global in this module because of this change
17015
17016 2001-05-03 [hoa]
17017
17018         * src/messageview.c
17019         * src/prefs_common.[ch] added option to activate the return receipt
17020                 feature.
17021
17022 2001-05-02 [alfons]
17023
17024         * src/gtkstext.c: fix for row up/down cursor navigation. 
17025
17026         0.4.66claws2
17027         
17028         * sync with 0.4.66cvs2
17029
17030 2001-05-02 [paul]
17031
17032         added add-sender-to-addressbook patch
17033
17034         * src/addressbook.c
17035         * src/addressbook.h
17036         * src/summaryview.c
17037
17038 2001-05-02 [sergey]
17039
17040         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17041         G_ALERTDISABLE.
17042
17043         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17044         all existing callers changed to pass FALSE; create a check button
17045         to disable the message.
17046         (alertpanel_message_with_disable): new function.
17047         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17048         (alertpanel_button_toggled): new function.
17049         (alertpanel_button_clicked, alertpanel_close): set value using
17050         G_ALERT_VALUE_MASK.
17051
17052         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17053
17054         * src/prefs_common.c (prefs_privacy_create): new check button
17055         checkbtn_gpgme_warning.
17056
17057         * src/main.c (main): moved preferences reading before gpgme
17058         initialization; check prefs_common.gpgme_warning before giving the
17059         GnuPG warning and set it to FALSE if the user wants to disable the
17060         warning.
17061
17062 2001-05-02 [hiroyuki]
17063
17064         * src/prefs_display_headers.c: modified the layout and some labels.
17065
17066 2001-05-02 [sergey]
17067
17068         * src/prefs_account.c (prefs_account_fix_size): new function.
17069         (prefs_account_create): call prefs_account_fix_size(); use
17070         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17071         size when the window is shown for the first time).
17072         (prefs_account_basic_create): changed layout of serv_table; moved
17073         localmbox_entry above smtpserv_entry (logically it replaces
17074         POP3/IMAP server).
17075         (prefs_account_protocol_activated): set sensitivity of
17076         nntpauth_chkbtn according to the protocol (in addition to
17077         hide/show); commented out gtk_table_set_row_spacing() calls.
17078         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17079         not sensitive (fixes a bug with disabled username/password boxes
17080         when editing POP3 account after NNTP with authentication).
17081
17082 2001-05-02 [hoa]
17083
17084         * src/account.c
17085         * src/inc.c
17086         * src/prefs_account.[ch]
17087         * src/send.c
17088                 removed local account without SMTP server
17089                 added option to use mail command instead of a connexion
17090                 to SMTP server when a local account is used
17091         * src/prefs_headers.c
17092                 fixed a bug
17093         * src/news.c
17094                 fixed a bug when connexion immediately closed
17095
17096 2001-05-01 [alfons]
17097
17098         0.4.66claws1
17099         
17100         * sync with 0.4.65
17101
17102 2001-05-01 [sergey]
17103
17104         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17105         widget nntpauth_chkbtn.
17106         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17107         visibility.
17108         (prefs_account_nntpauth_toggled): new function.
17109
17110         * src/news.c (news_session_new_for_folder): use NNTP
17111         authentication only if ac->use_nntp_auth is set.
17112
17113 2001-05-01 [hoa]
17114
17115         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17116         * src/prefs_display_headers.c changed the UI
17117         * src/prefs_headers.c changed account_name to account_id
17118         * src/compose.c using customheader.h
17119
17120 2001-05-01 [hiroyuki]
17121
17122         * src/esmtp.c
17123           src/news.c
17124           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17125           unsynched.
17126
17127 2001-05-01 [hoa]
17128
17129         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17130         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17131                 for displaying of headers
17132         * src/grouplist_dialog.[ch] minor changes to remove warnings
17133         * src/prefs_display_headers.[ch] dialog to choose the
17134         headers to display in the mail viewer.
17135         * src/headers.h correction of #define
17136         * src/headers_display.[ch] configuration for displaying of headers.
17137         * src/main.c read config of displaying of headers
17138         * src/prefs_common.c add a button to access the config dialog
17139                 for displaying of headers
17140         * src/prefs_display_headers.[ch] dialog for configuration for
17141                 displaying of the headers.
17142         * src/prefs_headers.c cleaning of code
17143         * src/procheader.c comments added to code
17144         * src/textview.c changes to reorder the headers depending
17145                 on the config for displaying of headers
17146
17147 2001-04-30 [alfons]
17148
17149         0.4.65claws7
17150
17151         * sync with 0.4.65cvs12
17152
17153         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17154
17155 2001-04-30 [sergey]
17156
17157         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17158
17159         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17160         is set to force reconnection after authentication failure.
17161         (nntp_gen_command): set sock->auth_failed on authentication
17162         failure, or if sock->userid and sock->passwd are not set.
17163
17164         * src/news.c (news_session_new_for_folder): set userid=NULL if
17165         password dialog is cancelled.
17166
17167 2001-04-30 [sergey]
17168
17169         * src/nntp.h (NNTPSockInfo): new type.
17170
17171         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17172         SockInfo.
17173         (nntp_open_auth, nntp_close): new functions.
17174         (nntp_gen_command): new function to handle authentication; all
17175         NNTP command functions updated to use it.
17176         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17177         (nntp_list): removed old useless code.
17178
17179         * src/news.h (NNTPSession): new field nntp_sock.
17180
17181         * src/news.c: all functions updated to use NNTPSockInfo instead of
17182         SockInfo.
17183         (news_session_new): new arguments (userid, passwd); made static;
17184         use nntp_open_auth() if needed.
17185         (news_session_destroy): use nntp_close() instead of sock_close().
17186         (news_query_password): changed arguments.
17187         (news_session_new_for_folder): new function.
17188         (news_session_get): use news_session_new_for_folder().
17189         (news_authenticate): deleted.
17190         (news_get_uncached_articles): removed old authentication code.
17191
17192 2001-04-30 [sergey]
17193
17194         * src/news.c: reverted my previous changes (need to do NNTP
17195         authentication in a cleaner way).
17196         
17197 2001-04-29 [sergey]
17198
17199         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17200         news_nntp_post, news_nntp_mode): new functions (wrappers with
17201         authentication support).
17202         (news_get_article_cmd, news_get_article, news_get_header): new
17203         argument "folder"; all callers changed.
17204         (news_get_article_cmd): added authentication support.
17205         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17206         (news_post): use news_nntp_post() instead of nntp_post().
17207         (news_get_uncached_articles): use news_nntp_group() instead of
17208         nntp_group() and news_nntp_xover() instead of nntp_xover();
17209         removed old authentication code.
17210         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17211
17212         * src/nntp.c (nntp_list): return real error code instead of
17213         hardcoded NN_ERROR.
17214
17215 2001-04-29 [sergey]
17216
17217         * configure.in: fixed wint_t typedef detection again
17218
17219 2001-04-28 [hoa]
17220
17221         * src/prefs_account.[ch], added A_LOCAL_CMD
17222                 (send mail with mail command)
17223         * src/send.c added function send_message_with_command()
17224         * src/inc.c made a more secure get_spool() function with
17225                 mktemp() but maybe mkstemp() or something more
17226                 secure can be used.
17227
17228 2001-04-28 [alfons]
17229
17230         * src/textview.c, colorization of email addresses in headers
17231
17232         0.4.65claws6
17233
17234         * bug sync with sylpheed
17235         * prefs_common.c: created date format ui for darko
17236         * sync with 0.4.65cvs11
17237         * configure.in: corrected to have the new gpg checks
17238
17239 2001-04-27 [alfons]
17240
17241         * completed sync with 0.4.65cvs10
17242         * minor debug things added to gtkstext.c
17243
17244 2001-04-27 [darko]
17245
17246         * configure.in: remove check for availability of
17247           strftime() as advised by Hiroyuki
17248         * src/prefs_common.[ch], src/procheader.c:
17249           synch strftime() code with Hiroyki's main branch
17250
17251 2001-04-26 [sergey]
17252
17253         * src/news.c: news_query_password(), news_authenticate(): new
17254           functions.
17255           news_get_uncached_articles(): added NNTP authentication
17256           handling.
17257         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17258           new functions.
17259         * src/prefs_account.c: prefs_account_protocol_activated():
17260           enable userid and password fields for NNTP.
17261
17262 2001-04-26
17263
17264         * configure.in: check for availability of strftime()
17265           [darko]
17266         * src/prefs_common.[ch], src/procheader.c: use
17267           strftime() for displaying date in summary pane if it
17268           is available
17269
17270 2001-04-25
17271
17272         * more .cvsignore cleanups [alfons]
17273
17274 2001-04-25
17275
17276         * ac/sv-check-type.m4: new autoconf macro.
17277         * configure.in: fixed wint_t typedef detection (did not work
17278           with gcc-2.96).
17279
17280 2001-04-25
17281
17282         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17283           [hiroyuki]
17284
17285 2001-04-24
17286         * modified gtkstext.c : buggy cursor navigation fixed, 
17287           and font descent also taken in account when drawing
17288           cursor. [alfons]
17289
17290 2001-04-24 [hoa]
17291         * added comments in src/news.c src/nntp.c
17292         * added src/prefs_headers.[ch]
17293         * added src/headers.[ch]
17294         * modified compose.c to activate custom headers
17295                 added function is_in_custom_headers
17296         * modified prefs_account.[ch]
17297                 added function prefs_account_customhdr_edit
17298         * modified src/defs.h :
17299                 added HEADERS_RC : name of the config file
17300                 for the custom headers
17301
17302 2001-04-24
17303
17304     0.4.65claws5
17305
17306         * configure.in
17307           src/gtkstext.[ch]
17308           src/compose.c
17309           src/Makefile.am
17310           
17311           added gtkstext with configure.in patch by Hiroyuki which
17312           should fix the XIM detection [alfons]
17313
17314         * more clean up of cvs [alfons]
17315
17316                  * removed all Makefile.in files to attic.
17317
17318                  * updated all .cvsignores to really ignore things that could
17319                    be unintentionally committed by a recursive commit.
17320
17321 2001-04-23 [hoa]
17322         * added src/grouplist_dialog.[ch]
17323         * changed src/folderview.c to call grouplist_dialog instead
17324                 of inputdialog
17325         * src/news.c :
17326                 added functions news_reset_group_list
17327                 and news_get_group_list
17328         * src/nntp.c :
17329                 added function nntp_list
17330         * src/defs.h :
17331                 added GROUPLIST_FILE : name of the newsgroup list cache file
17332
17333 2001-04-21
17334
17335         * added option to warn about queued messages on exit [sergey]:
17336
17337           * src/compose.c: compose_queue(): call folder_item_scan()
17338             and folderview_update_item() after queueing.
17339           * src/folderview.c: folderview_update_node(): draw the queue
17340             folder in bold font if there are queued messages.
17341           * src/mainwindow.c: queued_messages(): new function.
17342             app_exit_cb(): display warning if there are queued messages
17343             if warn_queued_on_exit is set.
17344           * prefs_common.[ch]: add warn_queued_on_exit option.
17345
17346         * enhanced GnuPG key selection support [sergey]:
17347
17348           * src/select-keys.c: updated to newer version from Win32
17349             branch with support for selecting arbitrary keys.
17350           * src/prefs_account.c: added the Privacy tab to the account
17351             options window.
17352             prefs_account_privacy_create(),
17353             prefs_account_sign_key_set_data_from_radiobtn(),
17354             prefs_account_sign_key_set_radiobtn(): new functions.
17355           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17356           * src/rfc2015.c: set_signers(): new function.
17357             pgp_sign(): add the account parameter, call set_signers().
17358             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17359           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17360           * src/compose.c: pass the current account to rfc2015_sign().
17361
17362         * tag name claws added to prevent confusion with main branch [alfons]
17363
17364         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17365
17366         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17367
17368         * sync with recent sylpheed cvs. Untested though. [alfons]
17369