0.9.3claws34
[claws.git] / ChangeLog.claws
1 2003-07-20 [christoph]  0.9.3claws34
2
3         * src/Makefile.am
4         * src/account.c
5         * src/folder.[ch]
6         * src/folder_item_prefs.[ch]            ** NEW **
7         * src/folderview.c
8         * src/mainwindow.c
9         * src/mh.c
10         * src/prefs_gtk.c
11         * src/prefs_scoring.c
12         * src/summaryview.c
13         * src/prefs_folder_item.[ch]
14                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
15                   Properties dialog
16                 o use prefswindow for folder properties
17
18         * src/gtk/prefswindow.[ch]
19                 change implementation to use an invisible notebook instead
20                 of unparenting widgets
21
22 2003-07-20 [christoph]  0.9.3claws33
23
24         * src/compose.h
25         * src/folder.c
26         * src/folderview.h
27         * src/headerview.h
28         * src/prefs_filtering.h
29         * src/prefs_folder_item.[ch]
30         * src/procmime.h
31         * src/procmsg.h
32         * src/summaryview.h
33                 clean up header mess
34                 (always use 1. typedefs, 2. #includes, 3. structures)
35
36         * src/common/version.h.in
37                 add casts for constants
38
39         * src/plugins/demo/demo.c
40                 fix typo
41
42         * src/plugins/spamassassin/spamassassin.c
43                 remove unused variable
44
45 2003-07-20 [alfons]     0.9.3claws32
46
47         * src/mimeview.c
48                 o make icon buttons respond on left click
49                 o minor cosmetic change
50
51 2003-07-19 [luke]       0.9.3claws31
52
53         * src/mimeview.[ch]
54         * src/gtk/gtkvscrollbutton.c
55         * src/messageview.c
56                 o improved mimeview behaviour when selecting a new message
57                 o plus code cleanups to remove compile warnings
58
59
60 2003-07-19 [alfons]     0.9.3claws30
61
62         * src/procmsg.c
63         * src/compose.c
64         * src/common/utils.[ch]
65                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
66
67 2003-07-19 [alfons]     0.9.3claws29
68
69         * src/prefs_folder_item.c
70                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
71                 string pointers
72
73 2003-07-19 [luke]       0.9.3claws28
74
75         * src/messageview.c
76         * src/mimeview.[ch]
77         * src/procmime.h
78         * src/rfc2015.c
79         * src/stock_pixmap.[ch]
80         * src/gtk/Makefile.am
81         * src/Makefile.am
82         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
83         * src/pixmaps/mime_*.xpm                ** NEW **
84                 o mimeview rearrangement with a new icon shortcut bar
85         
86 2003-07-19 [alfons]     0.9.3claws27
87
88         * src/folderview.c
89                 o plug leaking nodes_to_recollapse
90                 o add folderview_recollapse_all_nodes() (not used yet)
91
92 2003-07-19 [alfons]     0.9.3claws26
93
94         * src/compose.c
95         * src/common/utils.c
96                 honour #240 "Better SUBJECT handling" by cleaning the prefix
97                 for both forwarding as replying
98
99 2003-07-18 [christoph]  0.9.3claws25
100
101         * configure.ac
102         * src/common/sylpheed.[ch]
103         * src/common/version.h.in
104                 add version in numeric form to allow easy comparison
105
106         * src/plugins/demo/demo.c
107                 add version check
108                 - sylpheed version > plugin version => never allowed, sylpheed
109                   could contain unknown API changes
110                 - sylpheed version < minimum version required => don't load,
111                   API required not available (if linking does not fail)
112
113 2003-07-18 [alfons]     0.9.3claws24
114         
115         * src/common/plugin.[ch]
116                 const correctness
117
118 2003-07-18 [christoph]  0.9.3claws23
119
120         * src/common/hooks.c
121                 fix crash when hooks where unregisted
122
123         * src/plugins/trayicon/trayicon.c
124                 unregister detroy signal before destroying the widget
125                 (still crashes when the plugin is unloaded)
126
127 2003-07-18 [alfons]     0.9.3claws22
128         
129         * src/folderview.c
130                 delay expanding folder tree during drags until timeout triggered
131                 (needs perhaps some tweaking, so testing is welcome)
132
133 2003-07-17 [alfons]     0.9.3claws21
134
135         * src/folderview.c
136                 clean up cruft
137
138 2003-07-17 [christoph]  0.9.3claws20
139
140         * src/common/session.c
141                 fix opening of SSL connections
142
143         * src/plugins/image_viewer/Makefile.am
144                 add OPENSSL_CFLAGS (we should find a better solution to remove
145                 this dependencies if they are not required)
146
147         * src/plugins/spamassassin/spamassassin.c
148                 remove setlocale workaround (fixed in libspamc)
149
150 2003-07-17 [alfons]     0.9.3claws19
151
152         * src/common/hooks.[ch]
153         * src/plugins/clamav/clamav_plugin.c
154         * src/plugins/spamassassin/spamassassin.c
155         * src/plugins/trayicon/trayicon.c
156                 fix signedness muck 
157
158 2003-07-17 [alfons]     0.9.3claws18
159
160         * src/procmime.c
161                 plug memleak
162
163 2003-07-17 [alfons]     0.9.3claws17
164
165         * src/inc.c
166                 plug memleak
167
168 2003-07-17 [paul]       0.9.3claws16
169
170         * src/common/defs.h
171           src/mainwindow.c
172           src/manual.[ch]
173                 add link to the Claws site's FAQ page, after the suggestion
174                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
175                 Move url strings to defs.h
176                 
177         * src/mainwindow.c
178                 fix typo to prevent "unknown menu entry" warnings
179
180 2003-07-17 [alfons]     0.9.3claws15
181
182         * src/folderview.[ch]
183         * src/summaryview.[ch]
184         * src/mimeview.[ch]
185                 plug DnD leaks 
186
187 2003-07-17 [paul]       0.9.3claws14
188
189         * src/inc.c
190                 remove two instances of 'GTK_EVENTS_FLUSH' because
191                 they are unnecessary and probably cause a stack overflow
192
193 2003-07-16 [christoph]  0.9.3claws13
194
195         * src/mimeview.[ch]
196                 use an invisible GTK notebook to switch between viewers
197                 instead of reparenting widgets
198
199 2003-07-16 [christoph]  0.9.3claws12
200
201         * src/folder.c
202                 move folder_item_update_freeze() to correct place in
203                 folder_item_scan_full()
204
205 2003-07-16 [paul]       0.9.3claws11
206
207         * sync with 0.9.3cvs12
208                 see ChangeLog 2003-07-14 and 2003-07-15
209
210 2003-07-16 [christoph]  0.9.3claws10
211
212         * src/imap.[ch]
213         * src/prefs_account.[ch]
214                 sync IMAP CRAM-MD5 authentication with sylpheed-main
215
216 2003-07-15 [alfons]     0.9.3claws9
217
218         * src/main.c
219                 make --config-dir do something useful
220
221 2003-07-15 [alfons]     0.9.3claws8
222
223         * src/procmsg.c
224                 o fix a bug where 'last' didn't really point to the last message
225                   in the top level list of children, but to the last threaded
226                   message. 
227                 
228                 o clean up and make it easier to sync
229
230 2003-07-15 [alfons]     0.9.3claws7
231
232         * src/mainwindow.c
233                 make correct menu items sensitive       
234
235 2003-07-14 [alfons]     0.9.3claws6
236
237         * src/procmsg.c
238                 tune the threader so it will not subject-thread any message
239                 without a subject prefix (this will not thread correctly if 
240                 a parent is delivered after their childs, but it looks 
241                 better right now)
242
243 2003-07-13 [christoph]  0.9.3claws5
244
245         * src/mainwindow.c
246                 group "Add mailbox *..." menu items in submenu
247
248 2003-07-13 [alfons]     0.9.3claws4
249
250         * src/summaryview.c
251                 correct summary_toggle_pressed() signature and make sure
252                 signal is not passed on
253
254 2003-07-13 [alfons]     0.9.3claws3
255
256         * src/summaryview.c
257                 o for now don't pass on keys when they we're handled by 
258                   ctree::key_press_event
259                 o clean up
260
261 2003-07-13 [alfons]     0.9.3claws2
262         
263         * src/main.c
264                 add command line option "--config-dir" to get the current 
265                 configuration dir
266
267 2003-07-12 [alfons]     0.9.3claws1
268
269         * src/matcher.[ch]
270         * src/matcher_parser_parse.y
271         * src/prefs_filtering.c
272         * src/filtering.c
273                 add "Lock" filter action to lock messages;
274
275         * src/filtering.c       
276                 remove debug_print()    
277         * src/prefs_filtering.c
278                 re-organize matcher part 9: 
279                 make action text entries easily extendible;
280                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
281                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
282
283 2003-07-12 [paul]
284
285         * tools/README
286                 update old information and add missing
287                 information
288
289 2003-07-12 [paul]       0.9.3claws
290
291         * 0.9.3claws released
292         
293 2003-07-12 [paul]       0.9.0claws103
294
295         * src/Makefile.am
296                 add addrquery.h
297
298 2003-07-12 [melvin]     0.9.0claws102
299
300         * src/messageview.c
301                 Fixed bug #215: Show MIME tab for single text/html messages. 
302                 
303 2003-07-12 [paul]       0.9.0claws101
304
305         * man/sylpheed.1
306                 updated
307
308 2003-07-12 [paul]       0.9.0claws100
309
310         * po/es.po
311           po/hr.po
312           po/pl.po
313           po/sr.po
314                 update Spanish, Croatian, Polish, Serbian translations.
315                 submitted by Ricardo Mones Lastra, Dragan, Witold
316                 Wladyslaw Wojciech Wilk, Urke MMI
317
318 2003-07-12 [melvin]     0.9.0claws99
319
320         * po/fr.po
321                 Updated French translations.
322
323 2003-07-12 [paul]       0.9.0claws98
324
325         * src/addressbook.c
326                 disable 'Lookup' button as it has no effect
327
328 2003-07-11 [alfons]     0.9.0claws97
329         
330         * src/summaryview.c
331                 summary_searchbar_pressed() should return TRUE to signal that
332                 event was handled. when returning void, the return value passed
333                 to GTK is actually random, but maybe FALSE, in which case the
334                 event is handled by parent
335                 
336 2003-07-10 [paul]       0.9.0claws96
337
338         * ac/missing/gettext.m4
339                 update to version 0.12
340
341 2003-07-10 [paul]       0.9.0claws95
342
343         * src/plugins/clamav/clamav_plugin.c
344                 fix bug where multipart/alternative messages
345                 would slip through without being scanned
346
347 2003-07-10 [christoph]  0.9.0claws94
348
349         * src/folder.c
350                 correct check if folder supports removing when a message is
351                 moved. if not the message is only copied.
352
353         (closes Bug 132 crash on startup in newsgroups folders)
354
355 2003-07-09 [alfons]     0.9.0claws93
356
357         * configure.ac
358         * src/common/defs.h
359                 --with-config-dir (default .sylpheed)
360
361 2003-07-09 [christoph]  0.9.0claws92
362
363         * configure.ac
364                 use PKG_CHECK_MODULES to check for gtkmathview
365                 (version 0.4.2 now required)
366
367 2003-07-08 [melvin]     0.9.0claws91
368
369         * src/action.c
370                 Implemented a progress bar that counts the number of completed
371                 tasks when the action runs more than one command.
372
373 2003-07-08 [alfons]     0.9.0claws90
374
375         * src/procmsg.c
376                 if queued message has an invalid Message-Id, don't try to
377                 find message it refers to (fixes #209 "crash when processing 
378                 in folder")
379
380 2003-07-08 [paul]       0.9.0claws89
381
382         * sync with 0.9.3cvs2
383                 see ChangeLog 2003-07-08
384
385 2003-07-08 [match]      0.9.0claws88
386
387         * src/ldapctrl.c
388                 extend LDAP search for first/last name by parsing search term.
389
390 2003-07-08 [alfons]     0.9.0claws87
391
392         * src/send_message.c
393                 fix bug #208 "Status message stuck when sending on POP3 account"
394
395 2003-07-07 [paul]       0.9.0claws86
396
397         * po/hr.po
398                 new Croatian translation, submitted by
399                 Dragan <drleskov@inet.hr>
400
401 2003-07-07 [paul]       0.9.0claws85
402
403         * sync with 0.9.3cvs1
404                 see ChangeLog 2003-07-07
405
406 2003-07-05 [christoph]  0.9.0claws84
407
408         * src/Makefile.am
409         * src/messageview.c
410         * src/mimeview.[ch]
411         * src/stock_pixmap.[ch]
412         * src/pixmaps/messageview_text.xpm              ** NEW **
413                 move mimeview tabs to the right side and use icons
414                 instead of text to save some space
415
416         (patch by Luke Plant <lukeplant@softhome.net>)
417
418 2003-07-05 [christoph]  0.9.0claws83
419
420         * src/inc.c
421                 add NULL pointer checks
422
423         (patch by Luke Plant <lukeplant@softhome.net>)
424         (closes Bug 204 0.9.0 quits on authentication error?!)
425
426 2003-07-05 [alfons]     0.9.0claws82
427
428         * configure.ac
429                 take the clue in bug #202 "./configure script - 
430                 'if test' comparison failure" reported by John Kristoff. 
431
432 2003-07-04 [christoph]  0.9.0claws81
433
434         * src/plugins/spamassassin/spamassassin.c
435                 set timeout for spam check
436
437 2003-07-04 [christoph]  0.9.0claws80
438
439         * src/main.c
440                 destroy all FolderItems when shutting down to
441                 allow folders to clean up
442
443 2003-07-04 [melvin]     0.9.0claws79
444
445         * src/gtk/gtkaspell.c
446                 Fixed bug #184 "Entering non-ascii character deletes
447                 previous char if spell checking enabled": this makes
448                 the spell checking in multibytes (e.g. UTF-8)locales work.
449                 (Patch by Luke Plant).
450                 
451 2003-07-04 [christoph]  0.9.0claws78
452
453         * sync with 0.9.2cvs1
454                 see ChangeLog 2003-06-10
455
456 2003-07-04 [paul]       0.9.0claws77
457
458         * sync with 0.9.3 release
459                 see ChangeLog 2003-07-04
460
461 2003-07-03 [christoph]  0.9.0claws76
462
463         * src/folder.[ch]
464         * src/imap.c
465         * src/mbox_folder.c
466         * src/mh.c
467         * src/news.c
468                 move folder_item_get_path() stuff into a folder virtual function
469
470         * src/procmsg.c
471                 use folder_item_fetch_msg() to get message and do not contruct
472                 the filename from path and number
473
474 2003-07-03 [paul]       0.9.0claws75
475
476         * sync with 0.9.2cvs12
477                 see ChangeLog 2003-07-03
478
479 2003-07-02 [paul]       0.9.0claws74
480
481         * src/messageview.c
482                 fix text-selection for replying
483
484 2003-07-02 [paul]       0.9.0claws73
485
486         * sync with 0.9.2cvs11
487                 see ChangeLog 2003-07-02
488
489 2003-07-02 [paul]       0.9.0claws72
490
491         * src/procmsg.c
492                 revert last commit because it breaks more
493                 than it fixes
494
495 2003-07-02 [paul]       0.9.0claws71
496
497         * src/procmsg.c
498                 fix thread by subject/sort by date
499
500 2003-07-01 [paul]       0.9.0claws70
501
502         * sync with 0.9.2cvs10
503                 see ChangeLog 2003-07-01
504
505 2003-06-30 [paul]       0.9.0claws69
506
507         * sync with 0.9.2cvs9
508                 see ChangeLog 2003-06-30
509
510 2003-06-28 [match]      0.9.0claws68
511
512         * src/addressbook.c
513                 fix null ptr.
514
515 2003-06-27 [paul]       0.9.0claws67
516
517         * sync with 0.9.2cvs7
518                 see ChangeLog 2003-06-27
519
520 2003-06-26 [christoph]  0.9.0claws66
521
522         * src/folder.c
523                 freeze folder updates while a folder is scanned
524
525         (closes Bug 185 New message counter)
526
527 2003-06-26 [darko]      0.9.0claws65
528
529         * src/ldapserver.c
530                 fix infinite loop when adding a new LDAP server
531
532 2003-06-26 [paul]       0.9.0claws64
533
534         * sync with 0.9.2cvs6
535                 see ChangeLog 2003-06-26
536
537 2003-06-26 [paul]       0.9.0claws63
538
539         * sync with 0.9.2cvs5
540                 see ChangeLog 2003-06-25 and 2003-06-26
541
542 2003-06-25 [match]      0.9.0claws62
543
544         * src/addr_compl.c
545                 Fixed tab/backtab for dropped-down completion list to
546                 move next/previous field. (close bug 147)
547
548 2003-06-25 [christoph]  0.9.0claws61
549
550         * src/addr_compl.[ch]
551         * src/addrindex.[ch]
552         * src/folderview.c
553         * src/inc.c
554         * src/news.c
555         * src/summaryview.c
556         * src/toolbar.c
557                 fix warnings
558
559 2003-06-25 [leandro]    0.9.0claws60
560
561         * src/compose.c
562                 o cleanups
563                 o gray out "Message/Remove references" menu item if not
564                   replying to a message
565
566 2003-06-24 [leandro]    0.9.0claws59
567
568         * src/compose.[ch]
569                 o removed "Message/Create new thread" menu item
570                 o added "Message/Remove references" menu item
571                   (it's off by default and will not check anymore
572                    if the subject changed)
573
574 2003-06-23 [alfons]     0.9.0claws58
575
576         * src/procmsg.c
577                 try better grouping messages threaded by subject based on their age.
578                 still not perfect - because the message tree is not sorted by date.  
579
580 2003-06-23 [thorsten]   0.9.0claws57
581
582         * src/pop.[ch]
583                 added mail_receive_hook to allow modifications
584                 directly after retrieval (e.g. adding headers).
585
586 2003-06-23 [paul]       0.9.0claws56
587
588         * src/sourcewindow.c
589                  enable the use of Ctrl+A to select all text in
590                  the sourcewindow
591                  Patch submitted by Ivan Francolin Martinez
592                  <ivanfm@users.sourceforge.net>
593
594 2003-06-22 [christoph]  0.9.0claws55
595
596         * src/folder.[ch]
597                 o add notification hook for folder tree changes
598                 o invoke hooks after folder tree scanning
599
600         * src/folderview.[ch]
601                 register hook for folder tree changes that
602                 updates the ctree
603
604         (there are more places that should be updated, like add, remove 
605          or move folder)
606
607         (closes Bug 164 Crash on rebuild folder tree)
608         (closes Bug 190 Crash on 'rebuilding folder tree')
609
610 2003-06-21 [leandro]    0.9.0claws54
611
612         * src/compose.[ch]
613                 create a new thread if subject changes
614                 (it's on by default, can be disabled in Message menu)
615
616 2003-06-21 [alfons]     0.9.0claws53
617
618         * src/summaryview.c
619                 quiet little compiler
620
621 2003-06-21 [christoph]  0.9.0claws52
622
623         update gettext stuff to version 0.12
624
625 2003-06-19 [alfons]     0.9.0claws51
626
627         * src/common/log.c
628         * src/common/plugin.c
629                 move defs.h before glib.h to prevent MIN/MAX redefs
630
631 2003-06-19 [alfons]
632
633         * src/addressbook.c
634                 translatable
635
636 2003-06-19 [match]      0.9.0claws50
637
638         * src/addressbook.[ch]
639         * src/addrindex.[ch]
640         * src/addr_compl.[ch]
641         * src/editldap.[ch]
642         * src/editldap_basedn.[ch]
643         * src/addritem.[ch]
644         * src/ldapquery.h
645                 re-implemented dynamic LDAP search. works without
646                 slowdown on display sender with addressbook
647                 option.
648         * src/addrbook.c
649                 documented code.
650
651 2003-06-19 [paul]       0.9.0claws49
652
653         * src/compose.c
654                 fix Bug #136 'Nonprovided quotation marks crash claws'
655                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
656
657 2003-06-19 [alfons]     0.9.0claws48
658
659         * src/prefs_common.[ch]
660         * src/procmsg.c
661                 restrict threading by subject by checking thread for
662                 age (prefs_common.thread_by_subject_max_age)
663
664 2003-06-18 [christoph]  0.9.0claws47
665
666         * src/imap.c
667                 fix memory leak in imap_cmd_fetch()
668
669 2003-06-18 [christoph]  0.9.0claws46
670
671         * src/prefs_gtk.c
672                 fix memory leak in prefs_set_default() when used multiple
673                 times or after prefs have been read
674
675 2003-06-18 [christoph]  0.9.0claws45
676
677         * src/common/plugin.c
678                 fix memory leak in plugin_unload()
679
680 2003-06-18 [christoph]  0.9.0claws44
681
682         * src/imap.c
683                 fix memory leak in imap_cmd_ok()
684
685 2003-06-18 [christoph]  0.9.0claws43
686
687         * src/folder.c
688                 stop messages that are downloaded from POP3 and added to
689                 an IMAP inbox from being filtered twice (first by POP3
690                 and again when IMAP folder is scaned to get the UID of
691                 the APPEND operation when no UIDPLUS is available)
692
693 2003-06-18 [alfons]
694
695         * tools/Makefile.am
696                 phoenix <- firebird     
697
698 2003-06-18 [paul]
699
700         * tools/launch_phoenix          ** REMOVED **
701           tools/launch_firebird         ** NEW **
702                 renamed and edited to reflect the browser's name change from
703                 'phoenix' to 'firebird'
704
705 2003-06-18 [paul]       0.9.0claws42
706
707         * sync with 0.9.2cvs2
708                 see ChangeLog 2003-06-16
709
710 2003-06-17 [alfons]     0.9.0claws41
711
712         * src/procmsg.c
713                 prevent threading problems when a node is an ancestor (parent / great parent),
714                 which mostly happens with circular references (thanks to Phillipe Gramoullé
715                 for finding an sample set of messages)
716
717 2003-06-16 [christoph]  0.9.0claws40
718
719         * src/main.c
720                 don't popup main window on --receive or --receive-all
721
722         * src/mainwindow.[ch]
723         * src/plugins/trayicon/trayicon.c
724                 allow hiding of main window by clicking on the trayicon
725                 (doesn't work correctly in seperate window mode and may
726                  cause unexpected GTK problems I couldn't find yet)
727
728         * src/common/ssl.c
729                 remove incorrect warning
730
731 2003-06-15 [alfons]     0.9.0claws39
732
733         * src/gtk/gtkstext.c
734                 don't output debug text;
735                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
736                 for pointing this out);
737
738 2003-06-14 [alfons]     0.9.0claws38
739         
740         * src/messageview.c
741                 remove printf() and make one if..else comply with coding style
742
743 2003-06-14 [alfons]     0.9.0claws37
744
745         * AUTHORS
746                 add Martin Wicke
747         * src/action.c
748         * src/messageview.[ch]
749         * src/summaryview.c
750                 apply patch #754162 "Quoting messages filtered by actions" submitted
751                 by Martin Wicke, which allows quoting message body changed by an
752                 action (Thanks!).
753
754 2003-06-13 [alfons]     0.9.0claws36
755
756         * src/utils.c
757                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
758                 use case insensitive regexp (suggested by Ivan Martinez)
759
760 2003-06-13 [christoph]  0.9.0claws35
761
762         * configure.ac
763         * src/plugins/trayicon/Makefile.am
764         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
765         * src/plugins/trayicon/trayicon.c
766         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
767         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
768         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
769         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
770         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
771         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
772                 replace my own EggTrayIcon backport with the backport
773                 used by (l|x)mule and gabber.
774
775 2003-06-13 [alfons]     0.9.0claws34
776
777         * AUTHORS
778         * src/common/utils.c
779                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
780
781 2003-06-13 [alfons]     0.9.0claws33
782
783         * src/compose.c
784                 clean up a little bit
785
786 2003-06-12 [alfons]     0.9.0claws32
787
788         * src/compose.c
789                 const correctness fix
790
791         * src/common/sylpheed.[ch]
792                 () -> (void)
793                 prevent redef MIN/MAX
794                 
795         * src/common/utils.[ch]
796                 () -> (void)
797
798 2003-06-12 [melvin]     0.9.0claws31
799
800         * src/compose.c
801                 Updated to take into accounts changes in GtkAspell.
802
803 2003-06-12 [alfons]     0.9.0claws30
804
805         * src/compose.c
806         * src/procmsg.c
807         * src/common/utils.[ch]
808                 handle reply subject prefixes better (initial 
809                 suggestion by Robert Story adapted and enhanced 
810                 using regexps)
811
812 2003-06-12 [melvin]     0.9.0claws29
813
814         * src/compose.c
815                 Use new gtkaspell_checkers_strerror() to get the speller's
816                 error message instead of accessing the (now private)
817                 checkers structure.
818                 Minor code clean up
819
820         * src/main.c
821                 Use #ifdef instead of #if for USE_ASPELL
822                 Use the new spell checkers init/quit functions 
823
824         * src/gtk/gtkaspell.c
825                 Use #ifdef instead of #if for USE_ASPELL
826                 Moved in the majority of GtkAspell structures that were
827                 exported before by gtkaspell.h
828         
829         * src/gtk/gktaspell.h
830                 Made gtkaspell.h contain only the necessary data to be
831                 publicized by moving many structures to gtkaspell.c.
832                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
833                 gtkaspell_checkers_new(): replaced by...
834                 gtkaspell_checkers_init(): new function for initialization
835                 gtkaspell_checkers_delete(): replaced by...
836                 gtkaspell_checkers_quit(): new function
837                 gtkaspell_checkers_strerror(): new function that returns
838                 the checker's last error message.
839                 
840 2003-06-11 [melvin]     0.9.0claws28
841
842         * po/POTFILES.in
843                 Updated to take into account gtkaspell.c migration to
844                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
845
846 2003-06-10 [alfons]     0.9.0claws27
847
848         * src/filtering.[ch]
849         * src/folder.c
850         * src/matcher.c
851         * src/scoring.[ch]
852                 - try fixing bug #18 (any brave testers?)
853                 - add more robustness by refusing previously 
854                   unchecked NULL pointers 
855
856 2003-06-10 [alfons]     0.9.0claws26
857
858         * src/procmsg.c
859                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
860
861 2003-06-09 [alfons]     0.9.0claws25
862
863         * src/prefs_common.c
864                 fix bug #163 "Icon switching doesnt work properly" by 
865                 preventing early freeing of prefs_common.pixmap_theme_path.
866
867 2003-06-09 [christoph]  0.9.0claws24
868
869         * src/gtk/gtkaspell.c
870                 revert Thorsten's fix and add forgotten g_strdup for
871                 aspell path (it should not be possible to alter the path a
872                 GtkASpell uses from outside)
873
874 2003-06-09 [thorsten]   0.9.0claws23
875
876         * src/gtk/gtkaspell.c
877                 dont free prefs_common.aspell_path when closing compose
878
879 2003-06-08 [colin]      0.9.0claws22
880
881         * src/plugins/spamassassin/spamassassin.c
882                 fix prefs types
883
884 2003-06-07 [christoph]  0.9.0claws21
885
886         * src/Makefile.am
887         * src/compose.c
888         * src/gtkaspell.[ch]            ** REMOVE **
889         * src/gtk/Makefile.am
890         * src/gtk/gtkaspell.[ch]        ** NEW **
891                 o make gtkaspell independent from sylpheed's prefs
892                 o move gtkaspell.[ch] to gtk directory
893
894 2003-06-07 [christoph]  0.9.0claws20
895
896         * src/Makefile.am
897         * src/crash.c
898         * src/export.c
899         * src/filesel.[ch]              ** REMOVE **
900         * src/folder.c
901         * src/main.[ch]
902         * src/common/sylpheed.[ch]
903         * src/gtk/Makefile.am
904         * src/gtk/filesel.[ch]          ** NEW **
905         * src/gtk/pluginwindow.c
906         * src/gtk/sslcertwindow.c
907                 move filesel.[ch] to gtk directory
908
909 2003-06-07 [alfons]     0.9.0claws19
910
911         * src/filesel.c
912                 make (multi) file selection dialog work again (Claws-only)
913
914 2003-06-07 [thorsten]   0.9.0claws18
915
916         * po/de.po
917                 fix typos
918
919 2003-06-07 [alfons]     0.9.0claws17
920
921         * configure.ac
922         * src/mimeview.c
923                 detect apache mishap in which case don't include fnmatch.h
924                 if regex.h is already included
925
926 2003-06-06 [christoph]  0.9.0claws16
927
928         * configure.ac
929         * src/mimeview.h
930                 add check for fnmatch.h and include it when available
931
932         * src/mimeview.[ch]
933                 fix wrong case sensitivity of Content-Types
934
935         * src/gtk/Makefile.am
936                 need the same include paths in gtk directory as in
937                 common directory because .h files in common can
938                 include files from these directories, when included
939                 in gtk's .h or .c files
940
941 2003-06-06 [alfons]     0.9.0claws15
942
943         * src/mimeview.c
944         * src/summaryview.c
945                 make it compile again because of regex.h / fnmatch.h 
946                 include problems (related to recent mime stuff, can
947                 someone check this?)
948
949 2003-06-06 [thorsten]   0.9.0claws14
950
951         * src/folderview.c
952                 possible use of uninitialized pointer while dragging
953
954 2003-06-06 [paul]       0.9.0claws13
955
956         * src/compose.c
957                 fix bug where the insert sig button would be effective
958                 only when auto_sig was set
959
960 2003-06-06 [paul]       0.9.0claws12
961
962         * sync with 0.9.2 release
963
964 2003-06-02 [paul]       0.9.0claws11
965
966         * sync with 0.9.1cvs1
967                 see ChangeLog 2003-06-02
968                 
969         * po/de.po
970                 update by Jens
971
972 2003-06-01 [christoph]  0.9.0claws10
973
974         * src/account.c
975                 don't use substring search to find accounts by email address
976
977         (closes Bug 169 Overly loose matching of "From" address)
978
979 2003-05-31 [christoph]  0.9.0claws9
980
981         * doc-src/rfc2683.txt
982         * src/imap.c
983                 limit IMAP command length as recommended in RFC2683
984                 (message number lists will be split into multiple imap
985                 sets, the limit of 1000 octets is not a hard limit)
986
987         (closes Bug 161 sylpheed-claws exits with segfault when logging
988          in to certain imap-servers)
989
990 2003-05-29 [alfons]     0.9.0claws8
991
992         * src/toolbar.[ch]
993                 add print button (calling summary_print());
994                 fine tune setting tooltip text;
995                 (if someone needs other buttons, please take these 
996                 commits as a guide, instead of bothering us - also
997                 see 0.8.11claws150) 
998
999 2003-05-29 [darko]      0.9.0claws7
1000
1001         * src/compose.c
1002                 fix crash when word wrapping kicks in due to
1003                 changed text by spell checker
1004
1005 2003-05-29 [paul]       0.9.0claws6
1006
1007         * src/compose.c
1008                 fix bug where changing account would insert
1009                 sig even if auto_sig was FALSE
1010                 
1011         * ChangeLog
1012           ChangeLog.jp
1013           INSTALL
1014                 sync with 0.9.1 release
1015
1016 2003-05-28 [christoph]  0.9.0claws5
1017
1018         * src/imap.c
1019                 fix truncation of too long commands
1020
1021         (closes Bug 167 IMAP hangs trying to get envelope
1022          information in imap_get_uncached_messages)
1023
1024 2003-05-27 [paul]       0.9.0claws4
1025
1026         * tools/Makefile.am
1027           tools/maildir2sylpheed.pl     ** NEW FILE **
1028                 add kmail to sylpheed mailbox conversion script
1029
1030 2003-05-27 [paul]       0.9.0claws3
1031
1032         * sync with 0.9.0cvs10
1033                 see ChangeLog 2003-05-26
1034
1035 2003-05-26 [paul]       0.9.0claws2
1036
1037         * sync with 0.9.0cvs9
1038                 see ChangeLog 2003-05-26
1039
1040 2003-05-24 [paul]       0.9.0claws1
1041
1042         * sync with 0.9.0cvs8
1043                 see ChangeLog 2003-05-23
1044
1045 2003-05-24 [paul]       0.9.0claws
1046
1047         * version 0.9.0claws released
1048
1049 2003-05-24 [paul]       0.8.11claws177
1050
1051         * src/plugins/dillo-viewer/Makefile.am
1052           src/plugins/traycon/Makefile.am
1053                 add missing files
1054                 
1055         * po/bg.po
1056           po/en_GB.po
1057           po/es.po
1058           po/it.po
1059           po/pt_BR.po
1060           po/ru.po
1061           po/sr.po
1062                 update Bulgarian, British English, Spanish, Italian, 
1063                 Brazilian Portuguese, Russian, and Serbian translations, 
1064                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1065                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1066                 Ruslan N. Balkin, and Urke MMI
1067
1068 2003-05-23 [melvin]     0.8.11claws176
1069
1070         * po/fr.po
1071                 Updated French translations
1072
1073 2003-05-22 [paul]       0.8.11claws175
1074
1075         * src/Makefile.am
1076           src/addrbook.[ch]
1077           src/addrcache.[ch]
1078           src/addr_compl.[ch]
1079           src/adressbook.[ch]
1080           src/addrindex.[ch]
1081           src/addritem.[ch]
1082           src/editaddress.c
1083           src/editgroup.c
1084           src/editldap_basedn.c
1085           src/editldap.c
1086           src/jpilot.c
1087           src/vcard.c
1088                 revert to get ldap into it previous working state
1089                 
1090         * po/zh_TW.Big5.po
1091                 new Taiwanese translation,
1092                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1093
1094 2003-05-22 [christoph]  0.8.11claws174
1095
1096         * src/plugins/spamassassin/libspamc.[ch]
1097                 sync libspamc with SpamAssaain release 2.55
1098
1099 2003-05-22 [paul]       0.8.11claws173
1100
1101         * sync with 0.9.0cvs7
1102                 see ChangeLog 2003-05-22
1103                 
1104         * src/summaryview.c
1105                 revert change in 0.8.11claws172: follow
1106                 Hiroyuki's decision and that's the end of it.
1107
1108 2003-05-21 [paul]       0.8.11claws172
1109
1110         * src/summaryview.c
1111                 fix discrepency between open_unread_on_enter
1112                 and always_show_msg
1113
1114 2003-05-21 [paul]       0.8.11claws171
1115
1116         * sync with 0.9.0cvs6
1117                 see ChangeLog 2003-05-21
1118
1119 2003-05-21 [paul]       0.8.11claws170
1120
1121         * sync with 0.9.0cvs5
1122                 see ChangeLog 2003-05-21
1123
1124 2003-05-20 [paul]       0.8.11claws169
1125
1126         * sync with 0.9.0cvs4
1127                 see ChangeLog 2003-05-20
1128                 fixes bug #152, 'encoding of IMAP folders names'
1129
1130 2003-05-20 [paul]       0.8.11claws168
1131
1132         * sync with 0.9.0cvs3
1133                 see ChangeLog 2003-05-20
1134                 
1135         * src/tools/convert_mbox.pl
1136                 minor change in the comments, submitted by Fred Marton
1137
1138 2003-05-19 [paul]       0.8.11claws167
1139
1140         * src/plugins/clamav/Makefile.am
1141           configure.ac
1142                 link clamav_lib to the plugin and not to the main program
1143
1144 2003-05-19 [christoph]
1145
1146         * src/Makefile.am
1147                 add -export-dynamic for linking
1148
1149 2003-05-19 [paul]       0.8.11claws166
1150
1151         * sync with 0.9.0cvs1
1152                 see ChangeLog 2003-05-19
1153
1154 2003-05-19 [paul]       0.8.11claws165
1155
1156         * src/inc.c
1157                 fix 'pop before smtp' timeout
1158
1159 2003-05-18 [alfons]     0.8.11claws164
1160
1161         * src/prefs_matcher.c
1162                 put "execute" action command line ("expression") in edit box
1163
1164 2003-05-18 [christoph]  0.8.11claws163
1165
1166         * src/mimeview.[ch]
1167         * src/plugins/dillo_viewer/dillo_viewer.c
1168         * src/plugins/image_viewer/viewer.c
1169         * src/plugins/mathml_viewer/mathml_viewer.c
1170                 let a viewer have a list of Content-Types
1171
1172 2003-05-18 [paul]       0.8.11claws162
1173
1174         * src/prefs_filtering.c
1175                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1176                 and REDIRECT actions
1177
1178 2003-05-17 [christoph]
1179
1180         * README.claws
1181                 o remove dynamic signatures that was syned with main
1182                 o add infos about no longer "build in" image viewer
1183                 o update bugtracker URL
1184
1185 2003-05-17 [christoph]  0.8.11claws161
1186
1187         * src/folder.c
1188         * src/folderview.c
1189         * src/imap.c
1190                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1191                 for every folder after rebuilding the folder tree.
1192
1193         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1194          messages)
1195
1196 2003-05-17 [christoph]  0.8.11claws160
1197
1198         * src/imap.c
1199                 don't use STATUS command on current folder to check for
1200                 content changes. imap_cmd_ok() now tracks changes to
1201                 folder and number of existing messages.
1202
1203 2003-05-17 [paul]       0.8.11claws159
1204
1205         * src/plugins/clamav/clamav_plugin.c
1206                 remove unnecessary debug_print
1207
1208 2003-05-16 [thorsten]   0.8.11claws158
1209
1210         * src/plugins/demo.c
1211                 included missing intl.h
1212
1213 2003-05-16 [paul]       0.8.11claws157
1214
1215         * po/POTFILES.in
1216                 remove non-existant entries
1217         
1218         * src/plugins/clamav/clamav_plugin.c
1219           src/plugins/clamav/clamav_plugin_gtk.c
1220           src/plugins/dillo_viewer/dillo_prefs.c
1221           src/plugins/dillo_viewer/dillo_viewer.c
1222                 gettextise
1223
1224 2003-05-16 [christoph]  0.8.11claws156
1225
1226         * po/POTFILES.in
1227                 include plugin .c files for translation until I
1228                 find a better solution to have plugins have their
1229                 own textdomain
1230         * src/plugins/demo/demo.c
1231         * src/plugins/image_viewer/plugin.c
1232         * src/plugins/mathml_viewer/mathml_viewer.c
1233         * src/plugins/spamassassin/spamassassin.c
1234         * src/plugins/spamassassin/spamassassin_gtk.c
1235         * src/plugins/trayicon/trayicon.c
1236                 add gettext macros for plugin name and description
1237
1238 2003-05-16 [paul]
1239
1240         * sync with 0.9.0
1241
1242 2003-05-16 [paul]       0.8.11claws155
1243
1244         * sync with lastest 0.9.0pre1
1245                 see ChangeLog 2003-05-16
1246
1247 2003-05-15 [paul]       0.8.11claws154
1248
1249         * sync with latest 0.9.0pre1
1250                 see ChangeLog 2003-05-14 and 2003-05-15
1251
1252 2003-05-14 [christoph]  0.8.11claws153
1253
1254         * src/plugins/image_viewer/viewer.c
1255         * src/plugins/image_viewer/viewer.glade         ** NEW **
1256         * src/plugins/image_viewer/viewerprefs.c
1257                 make it possible to disable the autoload function in the
1258                 imageviewer again
1259
1260 2003-05-14 [christoph]  0.8.11claws152
1261
1262         * src/folder.c
1263                 fix folder update after adding a message
1264
1265 2003-05-13 [alfons]     0.8.11claws151
1266
1267         * src/common/session.c
1268                 remove debug traces
1269                 
1270         * src/addrcache.[ch]
1271         * src/filtering.[ch]
1272         * src/folder.[c]
1273         * src/gtkaspell.[ch]
1274         * src/imap.[ch]
1275         * src/mbox_folder.[ch]
1276         * src/mh.[ch]
1277         * src/mimeview.h
1278         * src/msgcache.[ch]
1279         * src/news.[ch]
1280         * src/passphrase.[ch]
1281         * src/prefs_common.[ch]
1282         * src/prefs_gtk.[ch]
1283         * src/procmsg.c
1284         * src/scoring.[ch]
1285                 be pedantic; (in prototypes () implies (int))
1286
1287 2003-05-13 [alfons]     0.8.11claws150
1288
1289         * src/prefs_toolbar.[ch]
1290         * src/summaryview.[ch]
1291         * src/toolbar.[ch]
1292                 change misleading text in toolbar prefs;
1293                 add toolbar action for ignore thread (toggles ignore thread flag);
1294                 clean up a little bit;
1295
1296 2003-05-12 [paul]
1297
1298         * tools/convert_mbox.pl
1299                 bug fixed by Fred Marton
1300
1301 2003-05-12 [paul]
1302
1303         * sync with 0.9.0pre1
1304
1305 2003-05-09 [paul]       0.8.11claws149
1306
1307         * sync with 0.8.11cvs43
1308                 see ChangeLog 2003-05-09
1309
1310 2003-05-08 [christoph]  0.8.11claws148
1311
1312         * src/imap.[ch]
1313                 o use CAPABILIY as first command and check for PREAUTH
1314                   information in the response to it
1315                 o rewrite all imap_cmd_* functions to use an IMAPSession
1316                   instead of a SockInfo as parameter
1317                 o do STARTTLS after fetching and checking the server
1318                   capabilities
1319
1320 2003-05-08 [paul]       0.8.11claws147
1321
1322         * tools/Makefile.am
1323           tools/README
1324           tools/convert_mbox.pl         ** NEW FILE **
1325                 add mbox conversion script. Submitted by 
1326                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1327
1328 2003-05-07 [christoph]
1329
1330         * doc-src/glade.txt
1331         * src/gtk/pluginwindow.glade
1332         * src/plugins/image_viewer/viewerprefs.glade
1333         * src/plugins/spamassassin/spamassassin_gtk.glade
1334                 add glade files for user interfaces and a description how
1335                 to use glade to create the sylpheed code
1336
1337 2003-05-07 [paul]       0.8.11claws146
1338
1339         * sync with 0.8.11cvs41
1340                 see ChangeLog 2003-05-07
1341
1342 2003-05-06 [christoph]  0.8.11claws145
1343
1344         * src/main.c
1345         * src/plugins/image_viewer/viewer.c
1346                 fix usage of imlib in imageviewer plugin
1347
1348         * src/gtk/prefswindow.c
1349                 handle window close event correctly
1350
1351 2003-05-06 [paul]       0.8.11claws144
1352
1353         * src/common/ssl.c
1354                 fix typo introduced in sync
1355
1356 2003-05-06 [paul]       0.8.11claws143
1357
1358         * sync with 0.8.11cvs39
1359                 see ChangeLog 2003-05-06
1360
1361 2003-05-06 [paul]       0.8.11claws142
1362
1363         * AUTHORS
1364           po/cs.po
1365                 updated Czech translation, submitted by 
1366                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1367                 
1368         * src/plugins/clamav/clamav_plugin_gtk.c
1369                 clean up
1370
1371 2003-05-03 [alfons]     0.8.11claws141
1372
1373         * src/compose.[ch]
1374                 make paste as quotation work even when the call to 
1375                 text_inserted() was deferred (fixes bug #140 "Paste 
1376                 as quotation does not work when using "external" 
1377                 clipboard")
1378
1379 2003-05-03 [thorsten]   0.8.11claws140
1380
1381         * src/addrquery.h
1382           src/ldapquery.h
1383           src/mainwindow.c
1384                 removed C++ comments
1385         * src/addr_compl.c
1386                 function with non-int retval/param used before
1387                 implementation/declaration
1388
1389 2003-05-02 [paul]       0.8.11claws139
1390
1391         * src/addr_compl.[ch]
1392           src/addressbook.[ch]
1393           src/addrindex.c
1394           src/summaryview.c
1395                 revert match's changes to (finally) remove the bug where
1396                 opening a folder causes massive slowdown when using the 
1397                 'Display sender using address book' option
1398
1399 2003-05-01 [melvin]     0.8.11claws138
1400
1401         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1402         * src/plugins/dillo_viewer/dillo_viewer.c
1403                 Fixed bug where "Cancel" button from prefs issued
1404                 warnings.
1405                 Comply a little more to coding style
1406
1407 2003-05-01 [paul]       0.8.11claws137
1408
1409         * sync with 0.8.11cvs38
1410                 see ChangeLog 2003-05-01
1411
1412 2003-05-01 [paul]       0.8.11claws136
1413
1414         * po/bg.po
1415                 updated by George Danchev
1416
1417 2003-04-30 [christoph]  0.8.11claws135
1418
1419         * src/plugins/dillo_viewer/dillo_prefs.c
1420         * src/plugins/image_viewer/viewerprefs.c
1421         * src/plugins/spamassassin/spamassassin_gtk.c
1422                 remove gtk_widget_ref() calls for widgets in
1423                 glade code
1424
1425 2003-04-30 [paul]       0.8.11claws134
1426
1427         * src/addrindex.c
1428                 ok, this time a better fix for the bug where opening folder
1429                 has massive slowdown when using the 'Display sender using 
1430                 address book' option
1431
1432 2003-04-30 [paul]       0.8.11claws133
1433
1434         * src/addrindex.c
1435                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1436         
1437 2003-04-30 [melvin]     0.8.11claws132
1438
1439         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1440
1441         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1442                 Preferences for the dillo plugin
1443         * src/plugins/dillo_viewer/dillo_viewer.c
1444                 Support for preferences
1445         * src/plugins/dillo_viewer/Makefile.am
1446                 Added dillo_prefs.[ch]
1447
1448 2003-04-30 [alfons]     0.8.11claws131
1449
1450         * src/common/plugin.[ch]
1451                 see? this ANSI C'fication immediately gives us type
1452                 checking for free.
1453
1454 2003-04-30 [alfons]     0.8.11claws130
1455
1456         * src/common/plugin.[ch]
1457         * src/plugins/clamav/clamav_plugin.[ch]
1458         * src/plugins/clamav/clamav_plugin_gtk.c
1459         * src/plugins/demo/demo.c
1460         * src/plugins/dillo_viewer/dillo_viewer.c
1461         * src/plugins/image_viewer/plugin.c
1462         * src/plugins/image_viewer/viewer.[ch]
1463         * src/plugins/image_viewer/viewerprefs.[ch]
1464         * src/plugins/mathml_viewer/mathml_viewer.c
1465         * src/plugins/spamassassin/spamassassin.[ch]
1466         * src/plugins/spamassassin/spamassassin_gtk.c
1467         * src/plugins/trayicon/trayicon.c
1468                 clean up
1469
1470 2003-04-30 [alfons]     0.8.11claws129
1471
1472         * src/common/utils.c
1473                 make is_ascii_str() fail gracefully when NULL pointer
1474                 is passed
1475
1476 2003-04-30 [paul]       0.8.11claws128
1477
1478         * src/addrindex.c
1479                 fix bug where opening folder has massive slowdown when
1480                 using the 'Display sender using address book' option
1481
1482 2003-04-30 [paul]       0.8.11claws127
1483
1484         * src/plugins/clamav/clamav_plugin.c
1485           src/plugins/clamav/clamav_plugin_gtk.c
1486           src/plugins/demo/demo.c
1487           src/plugins/dillo_viewer/dillo_viewer.c
1488           src/plugins/image_viewer/plugin.c
1489           src/plugins/mathml_viewer/mathml_viewer.c
1490           src/plugins/spamassassin/spamassassin.c
1491           src/plugins/spamassassin/spamassassin_gtk.c
1492           src/plugins/trayicon/trayicon.c
1493                 get rid of eye-hurting function signatures
1494
1495 2003-04-30 [paul]       0.8.11claws126
1496
1497         * src/plugins/trayicon/trayicon.c
1498                 add description
1499                 
1500         * src/mimeview.c
1501                 be more descriptive
1502
1503 2003-04-30 [paul]       0.8.11claws125
1504
1505         * configure.ac
1506                 arrange the plugins in reverse alphabetical order
1507                 
1508         * src/plugins/clamav/clamav_plugin.[ch]
1509           src/plugins/clamav/clamav_plugin_gtk.c
1510                 rename some params
1511                 resize max_size window
1512                 re-arrange the order of some gui elements
1513                 improve descriptions
1514         
1515         * src/plugins/image_viewer/plugin.c
1516           src/plugins/mathml_viewer/mathml_viewer.c
1517                 add descriptions
1518                 
1519         * src/plugins/spamassassin/spamassassin_gtk.c
1520                 resize max_size window
1521                 re-arrange the order of some gui elements
1522                 
1523         * src/messageview.c
1524           src/mimeview.c
1525                 correct typos
1526
1527 2003-04-30 [alfons]     0.8.11claws124
1528
1529         * src/imap.c
1530                 fix a leak found while browsing Martin Kluge's 
1531                 valgrind log (Claws only)
1532
1533 2003-04-29 [darko]      0.8.11claws123
1534
1535         * src/gtk/gtkstext.h
1536                 include wchar.h if it is available, fixes compilation
1537                 on HP-UX systems
1538
1539 2003-04-29 [melvin]     0.8.11claws122
1540
1541         * src/prefs_actions.c
1542                 Improved help text of Actions' syntax
1543
1544 2003-04-28 [paul]       0.8.11claws121
1545
1546         * src/action.c
1547                 a better fix for the crash when performing an action
1548                 on a mime part
1549
1550 2003-04-28 [paul]       0.8.11claws120
1551
1552         * src/action.c
1553                 fix crash when performing an action on a
1554                 mime part
1555
1556 2003-04-28 [paul]       0.8.11claws119
1557
1558         * sync with 0.8.11cvs36
1559                 see ChangeLog 2003-04-28
1560
1561 2003-04-27 [paul]       0.8.11claws118
1562
1563         * more sync with 0.8.11cvs35
1564                 see ChangeLog 2003-04-25
1565
1566 2003-04-26 [christoph]  0.8.11claws117
1567
1568         * src/folder.c
1569                 fix remove virtual check
1570
1571 2003-04-26 [paul]       0.8.11claws116
1572
1573         * src/messageview.c
1574                 fix return-receipt, make it work again
1575
1576 2003-04-26 [paul]       0.8.11claws115
1577
1578         * src/mimeview.c
1579                 restore double-clicking of the [application/pgp-signature 
1580                 (Select "Check signature" to check)] line in the message view,
1581                 broken in recent sync
1582
1583 2003-04-26 [christoph]  0.8.11claws114
1584
1585         * src/folder.c
1586                 check if remove virtual really exists before
1587                 calling the function
1588
1589 2003-04-25 [match]      0.8.11claws113
1590
1591         * src/addrindex.c
1592         * src/addrbook.c
1593         * src/ldapquery.[ch]
1594         * src/ldapctrl.[ch]
1595                 fix memleak.
1596         * src/ldapserver.[ch]
1597                 fix memleak. fix segfault.
1598                 plug a Claws memleak
1599
1600 2003-04-25 [alfons]     0.8.11claws112
1601
1602         * src/folder.c
1603                 plug a Claws memleak
1604
1605 2003-04-25 [alfons]     0.8.11claws111
1606
1607         * src/common/session.c
1608                 plug a memleak
1609
1610 2003-04-25 [paul]       0.8.11claws110
1611
1612         * sync with 0.8.11cvs35
1613                 see ChangeLog 2003-04-24 and 2003-04-25
1614                 
1615         * src/gtk/pluginwindow.c
1616                 correct another strange float value
1617
1618 2003-04-24 [christoph]  0.8.11claws109
1619
1620         * src/folder.c
1621                 freeze folder item updates when unsetting new flags
1622
1623         * src/gtk/pluginwindow.c
1624                 correct strange float value
1625
1626 2003-04-23 [paul]       0.8.11claws108
1627
1628         * sync with 0.8.11cvs33
1629                 see ChangeLog 2003-04-23
1630
1631 2003-04-22 [paul]       0.8.11claws107
1632
1633         * src/Makefile.am
1634           src/messageview.c
1635           src/mimeview.c
1636           src/pgptext.[ch]      ** REMOVED **
1637                 remove pgptext.[ch] as its not used any more
1638
1639 2003-04-22 [paul]       0.8.11claws106
1640
1641         * sync with 0.8.11cvs31
1642                 see ChangeLog 2003-04-21 and 2003-04-22
1643
1644 2003-04-21 [alfons]     0.8.11claws105
1645
1646         * src/main.c
1647                 No access to GTK structures if we're a spawned child
1648                 (and clean up code a little bit...) Should fix #126.
1649
1650 2003-04-21 [melvin]     0.8.11claws104
1651
1652         * src/plugins/dillo_viewer/README
1653                 Improved slightly the text.
1654
1655 2003-04-21 [melvin]     0.8.11claws103
1656
1657         * src/plugins/dillo_viewer/README *** NEW ***
1658                 Added a README file for the Dillo plugin
1659
1660 2003-04-20 [paul]
1661
1662         * tools/README
1663           tools/outlook2sylpheed.pl
1664                 updated and improved by Ricardo Mones Lastra
1665
1666 2003-04-18 [oliver]     0.8.11claws102
1667
1668         * src/inc.c 
1669         * src/prefs_account.h
1670                 remove Pop3SessionType (used by selective download)
1671         * src/prefs_toolbar.c
1672                 enable set Default Toolbar button
1673
1674 2003-04-18 [paul]       0.8.11claws101
1675
1676         * sync with 0.8.11cvs29
1677                 see ChangeLog 2003-04-18
1678
1679 2003-04-17 [paul]       0.8.11claws100
1680
1681         * src/prefs_common.[ch]
1682           src/summaryview.c
1683                 remove 'Open next message on deletion' option,
1684                 as the same effect can now be achieved via the
1685                 'Always open messages in summary when selected'
1686                 option.
1687
1688 2003-04-17 [paul]       0.8.11claws99
1689
1690         * sync with 0.8.11cvs28
1691                 see ChangeLog 2003-04-17
1692
1693 2003-04-17 [christoph]  0.8.11claws98
1694
1695         * ac/spamassassin.m4
1696         * src/plugins/spamassassin/libspamc.[ch]
1697         * src/plugins/spamassassin/utils.[ch]
1698                 sync libspamc with SpamAssassin project
1699
1700 2003-04-17 [christoph]  0.8.11claws97
1701
1702         * src/common/socket.h
1703         * src/gtk/sslcertwindow.h
1704                 rename old USE_SSL to USE_OPENSSL
1705
1706 2003-04-17 [paul]       0.8.11claws96
1707
1708         * src/prefs_common.h
1709                 use gulong for P_COLOR so that it compiles/runs on
1710                 64-bit systems. Patch submitted by James Noyes
1711                 <jnoyes-claws@retrogeeks.com>
1712                 
1713         * po/de.po
1714                 updated by Jens
1715
1716 2003-04-17 [paul]       0.8.11claws95
1717
1718         * sync with 0.8.11cvs27
1719                 see ChangeLog 2003-04-16
1720
1721 2003-04-15 [paul]       0.8.11claws94
1722
1723         * src/prefs_common.[ch]
1724                 rearrange to stop the window getting too long:
1725                         move Receive dialog stuff to Receive tab
1726                         move Send dialog to Send tab
1727                         remove Dialogs frame
1728                 rename 'Open messages in summary with cursor keys' to
1729                 'Always open messages in summary when selected', as its
1730                 more appropriate
1731
1732 2003-04-15 [paul]       0.8.11claws93
1733
1734         * src/prefs_common.[ch]
1735           src/summaryview.c
1736                 add new option '/Interface/Open next message on deletion'
1737
1738 2003-04-15 [paul]       0.8.11claws92
1739
1740         * src/summaryview.[ch]
1741                 add /Mark/Lock and /Mark/Unlock to the pop-up
1742                 menu. Patch submitted by Ivan Francolin Martinez
1743                 <ivanfm@users.sourceforge.net>
1744
1745 2003-04-15 [paul]       0.8.11claws91
1746
1747         * sync with 0.8.11cvs24
1748                 see ChangeLog 2003-04-15
1749
1750 2003-04-14 [jens]       0.8.11claws90
1751
1752         * updated German translation and some corrections from
1753                 Roland Bless <bless@tm.uka.de>
1754
1755 2003-04-14 [paul]       0.8.11claws89
1756
1757         * sync with 0.8.11cvs22
1758                 see ChangeLog 2003-04-14
1759
1760 2003-04-13 [paul]       0.8.11claws88
1761
1762         * src/plugins/clamav/clamav_plugin.c
1763                 fix memory leaks
1764                 clean up
1765
1766 2003-04-12 [paul]       0.8.11claws87
1767
1768         * src/plugins/clamav/clamav_plugin.c
1769                 activate enable/disable archive scanning option
1770                 
1771         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1772
1773 2003-04-12 [paul]       0.8.11claws86
1774
1775         * src/plugins/Makefile.am
1776           src/plugins/clamav/Makefile.am                ** NEW FILE **
1777           src/plugins/clamav/README                     ** NEW FILE ** 
1778           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1779           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1780                 add Clam AntiVirus plugin
1781
1782 2003-04-12 [paul]       0.8.11claws85
1783
1784         * sync with 0.8.11cvs21
1785                 see ChangeLog 2003-04-11
1786
1787 2003-04-11 [paul]       0.8.11claws84
1788
1789         * po/es.po
1790                 update Spanish translation. Submitted by Ricardo
1791                 Mones Lastra.
1792
1793 2003-04-10 [christoph]  0.8.11claws83
1794
1795         * src/mbox.c
1796                 fix typo that did not move unfiltered mails to destination
1797                 folder
1798
1799         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1800          when filtering from spool)
1801
1802 2003-04-10 [christoph]  0.8.11claws82
1803
1804         * src/imap.c
1805                 use BODY.PEEK instead of BODY in in message fetch operation
1806                 to make sure the IMAP server does not set the \Seen flag for
1807                 messages. Sylpheed does that later itself, when the message
1808                 is opened in sylpheed
1809
1810         (closes Bug 111 Claws destroys unread marks)
1811
1812 2003-04-09 [oliver]     0.8.11claws81
1813         
1814         * src/folder.c
1815                 fix crash in folder_destroy
1816         * README.claws
1817                 remove selective download
1818
1819 2003-04-09 [christoph]  0.8.11claws80
1820
1821         * src/imap.c
1822                 fix crash in imap_get_msginfo() when then fetched message
1823                 is not found
1824
1825         (closes Bug 110 Crash during mail composition)
1826
1827 2003-04-08 [christoph]  0.8.11claws79
1828
1829         * src/folder.c
1830         * src/prefs_account.c
1831                 Filter new messages that are found in an INBOX folder
1832                 when 'Filter messages on receiving' is enabled in the
1833                 Folder's AccountPrefs. This allows to use Sylpheed's
1834                 filtering engine for IMAP folders where messages are
1835                 added to the INBOX by a MTA
1836
1837 2003-04-08 [paul]       0.8.11claws78
1838
1839         * src/procmsg.h
1840                 clean up after last commit
1841
1842 2003-04-08 [paul]       0.8.11claws77
1843
1844         * sync with 0.8.11cvs20
1845                 see ChangeLog 2003-04-07 and 2003-04-08
1846
1847 2003-04-07 [christoph]  0.8.11claws76
1848
1849         * src/filtering.[ch]
1850         * src/inc.[ch]
1851         * src/mbox.c
1852         * src/procmsg.[ch]
1853                 add procmsg_msginfo_filter() to execute filtering actions
1854
1855 2003-04-06 [christoph]  0.8.11claws75
1856
1857         * src/imap.c
1858                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1859
1860 2003-04-06 [christoph]  0.8.11claws74
1861
1862         * src/common/utils.[ch]
1863                 add g_int_compare() function for slist sorting
1864
1865         * src/imap.c
1866                 fetch all MsgInfos with one command in imap_get_msginfos()
1867                 using an imap set with a list of ranges
1868
1869         * src/news.c
1870                 use new g_int_compare() function
1871
1872 2003-04-06 [thorsten]   0.8.11claws73
1873
1874         * src/mh.c
1875                 corrected implementation of mh_folder_destroy()
1876
1877 2003-04-05 [christoph]  0.8.11claws72
1878
1879         * src/account.c
1880         * src/folder.[ch]
1881         * src/folderview.c
1882         * src/imap.c
1883         * src/inc.c
1884         * src/main.c
1885         * src/mainwindow.c
1886         * src/mbox_folder.c
1887         * src/mh.c
1888         * src/mimeview.h
1889         * src/msgcache.[ch]
1890         * src/news.c
1891         * src/procmime.h
1892         * src/procmsg.[ch]
1893         * src/setup.c
1894         * src/gtk/gtkutils.c
1895                 o rename structure field names class and new to klass and
1896                   new_msgs, to allow including files in C++
1897                 o add 'extern "C"' block to some header files
1898                 o add MsgInfoList and MsgNumberList as alias for GSList for
1899                   developers to know what type of list is expected
1900
1901         * src/plugins/image_viewer/plugin.c
1902         * src/plugins/image_viewer/viewer.[ch]
1903         * src/plugins/image_viewer/viewerprefs.[ch]
1904                 rename function names to prevent conflicts
1905
1906 2003-04-05 [paul]       0.8.11claws71
1907
1908         * sync with 0.8.11cvs18
1909                 see ChangeLog 2003-04-03 and 2003-04-04
1910
1911 2003-04-02 [christoph]  0.8.11claws70
1912
1913         * src/folder.[ch]
1914         * src/imap.[ch]
1915         * src/mbox_folder.[ch]
1916         * src/mh.[ch]
1917         * src/news.[ch]
1918                 o Make all virtual folder functions private
1919                 o remove unused folder code
1920
1921         * src/common/socket.[ch]
1922         * src/summaryview.c
1923                 fix warnings
1924
1925 2003-03-30 [alfons]     0.8.11claws69
1926
1927         * src/send_message.c
1928                 remove two debug traces and see if people still report
1929                 errors
1930
1931 2003-03-30 [alfons]     0.8.11claws68
1932
1933         * src/send_message.c
1934         * src/commons/session.c
1935                 add more debug traces
1936
1937 2003-03-30 [christoph]  0.8.11claws67
1938
1939         * src/folder.c
1940                 change processing folder name from .processing to processing
1941
1942         * src/common/ssl.c
1943                 disable SSL certificate check because it causes Xlib error
1944                 when the child process want's to open an GTK window
1945
1946 2003-03-30 [christoph]  0.8.11claws66
1947
1948         * src/folder.c
1949                 don't use default folder for processing folder item because
1950                 it can be a non local folder
1951
1952         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1953
1954 2003-03-30 [alfons]     0.8.11claws65
1955
1956         * src/send_message.c
1957                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1958                 to generate bad code for 'send_send_data_progressive': When
1959                 called from 'send_send_data_finished', the 'data' pointer is
1960                 cleared just before the assignment to the dialog pointer
1961
1962 2003-03-29 [christoph]  0.8.11claws64
1963
1964         * src/common/prefs.h
1965         * src/plugins/image_viewer/Makefile.am
1966         * src/plugins/image_viewer/plugin.c
1967         * src/plugins/image_viewer/viewer.[ch]
1968         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1969                 add PrefsPage for ImageViewer
1970
1971 2003-03-28 [thorsten]   0.8.11claws63
1972
1973         * src/common/session.c
1974                 added some comments
1975
1976 2003-03-28 [paul]       0.8.11claws62
1977
1978         * sync with 0.8.11cvs16
1979                 see ChangeLog 2003-03-28
1980
1981 2003-03-28 [paul]       0.8.11claws61
1982
1983         * sync with 0.8.11cvs15
1984                 see ChangeLog 2003-03-28
1985
1986 2003-03-27 [christoph]  0.8.11claws60
1987
1988         * src/folder.c
1989         * src/imap.c
1990         * src/common/socket.[ch]
1991                 set socket state to DISCONNECTED when any operation
1992                 fails to allow reconnecting in IMAP code without
1993                 checking the return code of all calls to the command
1994                 functions
1995
1996         * src/folderview.c
1997         * src/summaryview.c
1998                 remove some more stuff that depends on specific
1999                 folder types
2000
2001 2003-03-27 [paul]       0.8.11claws59
2002
2003         * sync with 0.8.11cvs14
2004                 see ChangeLog 2003-03-27
2005                 
2006         * src/selective_download.[ch]   ** REMOVED **
2007                 really removed
2008
2009 2003-03-27 [christoph]  0.8.11claws58
2010
2011         * src/folder.c
2012                 fix handling of tmp_flags in flag copy function
2013
2014 2003-03-27 [paul]       0.8.11claws57
2015
2016         * sync with 0.8.11cvs13
2017                 see ChangeLog 2003-03-27
2018
2019 2003-03-27 [oliver]     0.8.11claws56
2020
2021         * src/maiwindow.c
2022                 remove sel_download_cb
2023
2024 2003-03-27 [oliver]     0.8.11claws55
2025         
2026         * src/inc.c
2027                 remove POP3_TOP
2028         
2029 2003-03-26 [oliver]     0.8.11claws54
2030
2031         *src/pop.h
2032                 remove POP3_TOP*
2033         * README.claws
2034                 remove selective donwload readme
2035
2036 2003-03-26 [oliver]     0.8.11claws53
2037         * src/matcher.[ch]
2038         * src/matcher_parser_parse.y 
2039         * src/pop.c 
2040         * src/prefs_account.[ch]
2041         * src/prefs_filtering.c
2042                 remove selective donwload
2043
2044 2003-03-26 [oliver]     0.8.11claws52
2045
2046         * src/inc.[ch] 
2047         * src/filtering.c 
2048         * src/mainwindow.c 
2049                 remove selective donwload
2050
2051 2003-03-26 [oliver]     0.8.11claws51
2052         
2053         * src/Makefile.am
2054         * src/selective_download.[ch]   ** REMOVE **    
2055
2056 2003-03-26 [christoph]  0.8.11claws50
2057
2058         * src/news.c
2059                 fix NEWS that got broken by a sync with sylpheed-main
2060
2061 2003-03-26 [christoph]  0.8.11claws49
2062
2063         * src/mimeview.c
2064                 fix mime type guessing when no mime type is found for a file
2065
2066 2003-03-25 [christoph]  0.8.11claws48
2067
2068         * src/mimeview.c
2069         * src/procmime.c
2070                 remove mime type guessing from mime parser and use
2071                 name based mime types in viewer lookup for mime type
2072                 application/octet-stream
2073
2074 2003-03-25 [christoph]  0.8.11claws47
2075
2076         * doc-src/readme.txt
2077         * doc-src/rfc2554.txt
2078                 add RFC about SMTP AUTH
2079
2080         * src/send_message.c
2081         * src/common/smtp.[ch]
2082                 add extra error code for authentication errors and
2083                 clear temporary password when this error occurs
2084
2085         (closes Bug 84 authentication failure while sending should
2086          prompt for password again)
2087
2088 2003-03-25 [christoph]  0.8.11claws46
2089
2090         * configure.ac
2091         * src/Makefile.am
2092         * src/imageview.[ch]                            ** REMOVE **
2093         * src/messageview.[ch]
2094         * src/mimeview.[ch]
2095         * src/prefs_common.[ch]
2096         * src/textview.c
2097         * src/plugins/Makefile.am
2098         * src/plugins/image_viewer/.cvsignore           ** NEW **
2099         * src/plugins/image_viewer/Makefile.am          ** NEW **
2100         * src/plugins/image_viewer/plugin.c             ** NEW **
2101         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2102                 move image viewer into a plugin (building is enabled by default)
2103                 [ToDo: Prefs for resize and autoview]
2104
2105 2003-03-25 [paul]       0.8.11claws45
2106
2107         * sync with 0.8.11cvs12
2108                 see ChangeLog 2003-03-26
2109
2110 2003-03-25 [paul]       0.8.11claws44
2111
2112         * sync with 0.8.11cvs11
2113                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2114                 
2115         Note: Selective Download is broken.
2116                 
2117 2003-03-22 [christoph]  0.8.11claws43
2118
2119         * src/folder.c
2120                 code cleanup for flags copying
2121
2122 2003-03-22 [christoph]  0.8.11claws42
2123
2124         * src/plugins/trayicon/trayicon.c
2125                 fix setting the transparent area when the window size
2126                 is forced by the system tray
2127
2128 2003-03-22 [christoph]  0.8.11claws41
2129
2130         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2131         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2132         * src/plugins/trayicon/newmail.xpm              ** NEW **
2133         * src/plugins/trayicon/nomail.xpm               ** NEW **
2134         * src/plugins/trayicon/trayicon.c
2135         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2136                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2137                 o add icon for unread mails
2138                 o set transparency for window
2139
2140 2003-03-22 [christoph]  0.8.11claws40
2141
2142         * src/news.c
2143                 init news session to prevent crash when session is closed
2144
2145 2003-03-22 [christoph]  0.8.11claws39
2146
2147         * src/imap.c
2148         * src/common/session.[ch]
2149                 Init session data to make sure we don't have invalid pointers
2150                 for read_ch and write_ch when new multi process sessions are
2151                 not used
2152
2153         * src/main.c
2154         * src/common/plugin.c
2155         * src/common/sylpheed.c
2156         * src/plugins/demo/demo.c
2157         * src/plugins/dillo_viewer/dillo_viewer.c
2158         * src/plugins/mathml_viewer/mathml_viewer.c
2159         * src/plugins/spamassassin/spamassassin.c
2160         * src/plugins/spamassassin/spamassassin_gtk.c
2161                 add plugin types to allow loading plugins at different times
2162                 (and maybe for different frontends), because it's not good to
2163                 load GTK-Plugins gefore gtk_init was called
2164
2165         * configure.ac
2166         * src/plugins/Makefile.am
2167         * src/plugins/trayicon/.cvsignore               ** NEW **
2168         * src/plugins/trayicon/Makefile.am              ** NEW **
2169         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2170         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2171         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2172         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2173         * src/plugins/trayicon/trayicon.c               ** NEW **
2174                 New Trayicon plugin that shows an icon in a systray that uses
2175                 XEMBED protocol like Gnome's systray. Icon shows if there
2176                 are new mails and a tooltip shows information about new,
2177                 unread and total messages.
2178
2179 2003-03-22 [paul]       0.8.11claws38
2180
2181         * src/common/smtp.c
2182                 fix ESMTP AUTH CRAM-MD5
2183                 [sync with main (still version 0.8.11cvs6), see
2184                  ChangeLog 2003-03-22]
2185
2186 2003-03-21 [colin]      0.8.11claws37
2187
2188         * src/send_message.c
2189                 Fix USE_SSL => USE_OPENSSL
2190
2191 2003-03-21 [colin]      0.8.11claws36
2192
2193         * src/folderview.c
2194                 Fix counts in drag and dropped subfolders
2195
2196 2003-03-21 [colin]      0.8.11claws35
2197
2198         * src/folder.c 
2199         * src/folderview.c
2200                 speed up a bit folder dnd
2201
2202 2003-03-20 [alfons]     0.8.11claws34
2203
2204         * src/main.c
2205         * src/toolbar.c
2206         * src/procmsg.c
2207                 don't send locked queue messages
2208                 (feature request "[ 705245 ] Locking message in outbox 
2209                  should prevent sending")
2210
2211 2003-03-20 [christoph]  0.8.11claws33
2212
2213         * src/folder.c
2214                 remove NEW and UNREAD flag in special folders when scanning
2215                 
2216         * src/common/smtp.c
2217                 fix ESMTP AUTH CRAM-MD5
2218
2219 2003-03-20 [paul]       0.8.11claws32
2220
2221         * src/prefs_account.c
2222                 Re-write 'Tunnel command to open connection' as
2223                 'Use command to communicate with server', and disable
2224                 it for all except IMAP accounts
2225
2226 2003-03-20 [paul]       0.8.11claws31
2227
2228         * sync with 0.8.11cvs6
2229                 see ChangeLog 2003-03-20
2230
2231 2003-03-19 [match]      0.8.11claws30
2232
2233         * src/addritem.[ch]
2234                 include documentation. minor refactoring.
2235         * src/addr_compl.[ch]
2236         * src/addrindex.[ch]
2237         * src/addresbook.[ch]
2238         * src/summaryview.c
2239                 re-enable address lookup (was disabled in
2240                 0.8.11claws20).
2241
2242 2003-03-19 [christoph]  0.8.11claws29
2243
2244         * src/procmsg.c
2245                 add temp flag handling, will make moving and copying
2246                 messages possible again
2247
2248         * src/folder.c
2249                 correct calulation of folder stats
2250
2251 2003-03-18 [match]      0.8.11claws28
2252
2253         * src/editgroup.h
2254                 remove case sensitive comparison (closes bug 80).
2255
2256 2003-03-18 [christoph]  0.8.11claws27
2257
2258         * src/imap.c
2259                 fix imap using a tunnel command
2260
2261         (closes bug 87)
2262
2263 2003-03-18 [christoph]  0.8.11claws26
2264
2265         * src/folder.[ch]
2266         * src/imap.c
2267         * src/procmsg.[ch]
2268                 rewrite flag handling for folders
2269
2270 2003-03-18 [christoph]  0.8.11claws25
2271
2272         * src/folder.c
2273         * src/procmsg.c
2274         * src/summaryview.c
2275                 unset NEW and UNREAD flags when message is ignored, to make
2276                 sure messages don't show up as unread on other IMAP clients,
2277                 because the IGNORE_THREAD flag can not be syncronized through
2278                 the IMAP folder
2279
2280 2003-03-17 [christoph]  0.8.11claws24
2281
2282         * src/imap.c
2283                 don't use recursion to fetch uids when the number of messages
2284                 does not match. Moved code into subfunction that is used
2285                 again when needed, to prevent an endless loop.
2286
2287 2003-03-17 [thorsten]   0.8.11claws23
2288
2289         * src/imageview.[ch]
2290                 export imageview_get_resized_size() (for plugins)
2291         * src/prefs_common.[ch]
2292                 added prefs_common_get() (for plugins)
2293
2294 2003-03-17 [christoph]  0.8.11claws22
2295
2296         * src/imap.c
2297                 o remove UID guessing from copy code
2298                 o support UIDPLUS extension for APPEND command
2299
2300 2003-03-17 [paul]       0.8.11claws21
2301
2302         * src/gtk/about.c
2303                 remove 'Compiled-plugins' section.
2304                 
2305         * src/plugins/dillo_viewer/dillo_viewer.c
2306                 slight change to description text
2307
2308 2003-03-16 [match]      0.8.11claws20
2309         * src/ldapserver.[ch]           ** NEW **
2310         * src/ldapctrl.[ch]             ** NEW **
2311         * src/ldapquery.[ch]            ** NEW **
2312         * src/ldaputil.[ch]             ** NEW **
2313         * src/addrcindex.[ch]           ** NEW **
2314         * src/addrquery.h               ** NEW **
2315         * src/addritem.[ch]
2316         * src/addrcache.[ch]
2317         * src/addrindex.[ch]
2318         * src/addr_compl.[ch]
2319         * src/addressbook.[ch]
2320         * src/addrbook.[ch]
2321         * src/editgroup.c
2322         * src/editaddress.c
2323         * src/editldap.c
2324         * src/editldap_basedn.c
2325         * src/vcard.c
2326         * src/jpilot.c
2327         * src/Makefile.am
2328                 included dynamic LDAP queries. improved address
2329                 completion.
2330
2331 2003-03-16 [paul]       0.8.11claws19
2332
2333         * tools/multiwebsearch.pl
2334                 fix a fatal typo
2335
2336 2003-03-16 [christoph]  0.8.11claws18
2337
2338         * src/mimeview.c
2339         * src/plugins/dillo_viewer/dillo_viewer.c
2340         * src/plugins/mathml_viewer/mathml_viewer.c
2341                 make unregistering of MimeViewerFactorys possible
2342
2343 2003-03-16 [alfons]     0.8.11claws17
2344
2345         * configure.ac
2346                 correct typo
2347
2348 2003-03-16 [melvin]     0.8.11claws16
2349
2350         * src/plugins/dillo_viewer.c
2351                 Fixed bug where it was not possible to view more than
2352                 one text/html attachment per message (bug discovered
2353                 by Christoph Hohmann).
2354
2355 2003-03-15 [melvin]     0.8.11claws15
2356
2357         * src/prefs_actions.c
2358                 Fixed compilation warnings.
2359
2360 2003-03-15 [melvin]     0.8.11claws14
2361
2362         * src/plugins/Makefile.am
2363         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2364         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2365         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2366                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2367                 newer (http://dillo.auriga.wearlab.de/).
2368
2369 2003-03-15 [christoph]  0.8.11claws13
2370
2371         * src/imap.c
2372                 don't query imap folder for attributes because we already
2373                 for them from imap_status
2374
2375         * src/mimeview.[ch]
2376                 add support for plugable MimeViewers (unloading Viewers
2377                 not yet complete)
2378
2379         * src/plugins/Makefile.am
2380         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2381         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2382         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2383                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2384                 widget from http://helm.cs.unibo.it/mml-widget/
2385
2386 2003-03-14 [christoph]  0.8.11claws12
2387
2388         * src/folder.[ch]
2389                 o error return code's should better be negative
2390                 o replace printf with debug_print
2391
2392         * src/imap.c
2393                 improve IMAP folder scan by checking UID-NEXT
2394
2395         * src/summaryview.c
2396                 remove check that are unnecessary in my opinion
2397
2398 2003-03-13 [christoph]  0.8.11claws11
2399
2400         * src/folder.[ch]
2401         * src/foldersel.c
2402         * src/folderview.c
2403         * src/imap.c
2404         * src/mbox_folder.c
2405         * src/mh.c
2406         * src/news.c
2407         * src/prefs_scoring.c
2408         * src/summaryview.c
2409                 use a common function to get a displayable name
2410                 for a FolderItem
2411
2412 2003-03-13 [paul]       0.8.11claws10
2413
2414         * tools/Makefile.am
2415           tools/README
2416           tools/multiwebsearch.conf     ** NEW FILE **
2417           tools/multiwebsearch.pl       ** NEW FILE **
2418                 add multiwebsearch Actions script
2419
2420 2003-03-13 [colin]      0.8.11claws9
2421
2422         * src/compose.c
2423                 Remove leading emtpy lines from quoted text
2424                 before quoting it
2425
2426 2003-03-13 [melvin]     0.8.11claws8
2427
2428         * src/prefs_actions.c
2429                 Fixed a memory leak
2430                 Code clean ups
2431                 Added Cancel and OK buttons
2432                 Corrected help text
2433
2434 2003-03-13 [christoph]  0.8.11claws7
2435
2436         * src/account.c
2437         * src/folder.[ch]
2438         * src/imap.c
2439         * src/mainwindow.c
2440         * src/mbox_folder.c
2441         * src/mh.c
2442         * src/news.c
2443         * src/setup.c
2444                 replace more folder type stuff with folder class stuff
2445
2446 2003-03-13 [melvin]     0.8.11claws6
2447
2448         * src/prefs_actions.c
2449                 Added new tokens:
2450                 %u: user provided argument
2451                 %h: user provided argument (hidden on input)
2452                 %s: current text selection in the message view 
2453
2454 2003-03-13 [paul]       0.8.11claws5
2455
2456         * sync with 0.8.11cvs5
2457                 see ChangeLog 2003-03-11, 2003-03-12
2458
2459 2003-03-12 [christoph]  0.8.11claws4
2460
2461         * src/folder.c
2462                 use folder class idstr when writing folderlist.xml
2463
2464         * src/folder.h
2465         * src/imap.c
2466         * src/news.c
2467                 replace folder type checks with folder class checks
2468
2469 2003-03-12 [christoph]  0.8.11claws3
2470
2471         * src/folder.[ch]
2472         * src/imap.[ch]
2473         * src/main.c
2474         * src/mbox_folder.[ch]
2475         * src/mh.[ch]
2476         * src/news.[ch]
2477                 o create a list of known folder classes in the folder system
2478                 o use folder class id strings for folder item identifiers
2479
2480 2003-03-12 [christoph]  0.8.11claws2
2481
2482         * src/imap.c
2483                 fix imap uid validity check
2484
2485 2003-03-12 [christoph]  0.8.11claws1
2486
2487         * src/account.c
2488         * src/folder.[ch]
2489         * src/foldersel.c
2490         * src/folderview.c
2491         * src/imap.c
2492         * src/mainwindow.c
2493         * src/mbox_folder.c
2494         * src/mh.c
2495         * src/news.c
2496         * src/prefs_scoring.c
2497         * src/procmsg.c
2498         * src/setup.c
2499         * src/summaryview.c
2500                 initial restructuring of folder system, seperating
2501                 folders and folder classes
2502
2503 2003-03-12 [paul]       0.8.11claws
2504
2505         0.8.11claws release
2506
2507 2003-03-12 [christoph]
2508
2509         * src/gtk/prefswindow.c
2510                 fix translation of "Page Index"
2511
2512 2003-03-12 [paul]       0.8.10claws110
2513
2514         a sync from 0.8.11cvs4 before the release
2515
2516         * src/common/utils.c
2517                 subject_compare_for_sort(): allow null strings (fixes
2518                 summary sorting).
2519
2520 2003-03-11 [paul]       0.8.10claws109
2521
2522         * po/es.po
2523                 update Spanish translation, submitted by
2524                 Ricardo Mones Lastra
2525
2526 2003-03-11 [melvin]     0.8.10claws108
2527
2528         * po/fr.po
2529                 Updated French translations
2530
2531 2003-03-11 [paul]       0.8.10claws107
2532
2533         * manual/en/Makefile.am
2534           manual/en/*.html
2535                 update English manual, add a new page
2536                 updated by Francois Barriere <fbarriere@atmel.fr>
2537                 
2538         * po/bg.po
2539           po/it.po
2540           po/sr.po
2541                 update Bulgarian, Italian, and Serbian translations
2542                 submitted by George Danchev, Alessandro Maestri, and
2543                 Urke MMI
2544
2545 2003-03-10 [paul]       0.8.10claws106
2546
2547         * src/gtk/about.c
2548           src/gtk/prefswindow.c
2549                 make some strings translatable
2550
2551 2003-03-10 [darko]      0.8.10claws105
2552
2553         * src/compose.c
2554                 code cleanup to make Hiro happy
2555
2556 2003-03-10 [paul]       0.8.10claws104
2557
2558         * sync with 0.8.11cvs2
2559                 see ChangeLog 2003-03-10
2560
2561 2003-03-09 [melvin]     0.8.10claws103
2562
2563         * src/textview.c
2564                 textview_set_font(): fix for message display in
2565                 UTF-8 locales (thanks to Sergey Vlasov).
2566                 (was unintentionnaly reverted in 0.8.6claws6)   
2567
2568 2003-03-08 [darko]      0.8.10claws102
2569
2570         * src/compose.c
2571                 fix infinite loop in wrapping as reported
2572                 by happycactus
2573                 obsoletes patch #696482
2574
2575 2003-03-08 [christoph]  0.8.10claws101
2576
2577         * src/imap.c
2578                 add workaround for IMAP servers that do not
2579                 support the "UID SEARCH UID" command
2580
2581 2003-03-07 [christoph]  0.8.10claws100
2582
2583         * src/plugins/spamassassin/spamassassin.[ch]
2584         * src/plugins/spamassassin/spamassassin_gtk.c
2585                 code cleanup
2586
2587 2003-03-07 [paul]       0.8.10claws99
2588
2589         * po/es.po
2590                 updated Spanish translation, submitted by
2591                 Ricardo Mones Lastra
2592
2593 2003-03-07 [christoph]  0.8.10claws98
2594
2595         * src/send.c
2596                 fix in 0.8.10claws94 was wrong
2597                 local delivery does not require escaping, remove escaping
2598                 code to make signatures of mails with "." lines valid
2599                 
2600                 NOTE: requires that sendmail is executed with "-i" option,
2601                       what is the default now, but has to be changed in all
2602                       exsiting accounts)
2603
2604 2003-03-07 [paul]       0.8.10claws97
2605
2606         * sync with 0.8.11 release
2607                 see ChangeLog 2003-03-07
2608
2609 2003-03-06 [paul]       0.8.10claws96
2610
2611         * src/compose.c
2612                 revert commit 0.8.10claws92
2613
2614 2003-03-06 [paul]       0.8.10claws95
2615
2616         * src/folderview.c
2617                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2618
2619         * src/gtkaspell.c
2620                 fix bug 74, 'Crash opening editor window with pseudo-color
2621                 display'
2622                 
2623         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2624
2625 2003-03-06 [christoph]  0.8.10claws94
2626
2627         * src/send.c
2628                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2629                 all lines starting with a period get an extra period
2630                 inserted
2631                 (found by Simon 'corecode' Schubert)
2632
2633 2003-03-06 [paul]       0.8.10claws93
2634
2635         * src/folderview.c
2636                 if configured font can't be loaded fall back to gtk
2637                 default. (with thanks to Christoph)
2638                 
2639                 closes long-standing bug 15 'Crashes on startup'
2640
2641 2003-03-06 [paul]       0.8.10claws92
2642
2643         * src/compose.c
2644                 freeze text before autosave and thaw afterwards
2645                 fixes bug 67 'autosave make re-rediting message crazy'
2646
2647 2003-03-06 [christoph]  0.8.10claws91
2648
2649         * src/compose.c
2650                 ignore address comment in dupe check for Cc-list
2651
2652         (closes reopened bug 47 Replying to message strips name part of
2653          e-mail addresses of Cc: lines)
2654
2655 2003-03-06 [paul]       0.8.10claws90
2656
2657         * src/Makefile.am
2658                 remove reference to gtkxtext.h as its no longer in
2659                 the repository
2660
2661 2003-03-06 [paul]       0.8.10claws89
2662
2663         * sync with 0.8.10cvs25
2664                 see ChangeLog 2003-03-06
2665
2666 2003-03-06 [oliver]     0.8.10claws88
2667         
2668         * src/messageview.c
2669                 remove include
2670
2671 2003-03-06 [oliver]     0.8.10claws87
2672         
2673         * src/folderview.c 
2674                 remove changes introduced inclaws74
2675         * src/messageview.c
2676                 another attempt to sanely delete and update
2677                 messages deleted in separate messageview
2678
2679 2003-03-05 [christoph]  0.8.10claws86
2680
2681         * src/summaryview.c
2682                 check if "From" matches any account's address if
2683                 addressbook completion of addresses is disabled too
2684
2685         (closes Bug 70 "Display recipient in from" doesn't check
2686          folder's default account)
2687
2688 2003-03-05 [christoph]  0.8.10claws85
2689
2690         * src/compose.c
2691         * src/common/utils.[ch]
2692                 don't strip address comments when building Cc lists
2693
2694         (closes Bug 47 Replying to message strips name part of e-mail addresses
2695          of Cc: lines)
2696
2697         * src/folder.c
2698                 fix return value of copy function
2699
2700 2003-03-05 [christoph]  0.8.10claws84
2701
2702         * src/imap.c
2703                 don't ask imap server for non rfc822 headers
2704
2705         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2706
2707         * src/imap.c
2708                 destroy session on socket error to allow reconnecting
2709
2710 2003-03-05 [christoph]  0.8.10claws83
2711
2712         * configure.ac
2713                 fix building with gnome when no prefix is set
2714
2715         (closes bug 66 Gnome directory is set to NONE)
2716
2717 2003-03-05 [paul]       0.8.10claws82
2718
2719         * sync with 0.8.10cvs23
2720                 see ChangeLog 2003-03-05
2721
2722 2003-03-04 [christoph]  0.8.10claws81
2723
2724         * src/folder.c
2725                 o fix moving and copying when folder returns 0 for new
2726                   message number
2727                 o remove some code for single message copy and move
2728                   operations and use functions for multiple messages
2729
2730         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2731
2732         * src/news.c
2733                 remove unused include
2734
2735 2003-03-04 [paul]       0.8.10claws80
2736
2737         * src/gtk/about.c
2738                 list 'Compiled plugins'
2739
2740 2003-03-03 [christoph]  0.8.10claws79
2741
2742         * src/news.[ch]
2743                 have to multiply the percentage of the current fetch with
2744                 the percentage that it has of the total fetch operation
2745                 for correct values
2746
2747 2003-03-03 [christoph]  0.8.10claws78
2748
2749         * src/news.c
2750                 fix calculation of expected lines for progress indicator
2751
2752 2003-03-03 [christoph]  0.8.10claws77
2753
2754         * src/summaryview.c
2755         * src/common/utils.c
2756                 fix segfault when opening the root news folder
2757
2758 2003-03-03 [christoph]  0.8.10claws76
2759
2760         * src/mainwindow.[ch]
2761         * src/common/Makefile.am
2762         * src/common/progressindicator.[ch]
2763                 add UI independent progress indicator handling
2764
2765         * src/news.[ch]
2766                 use new progress indicator for message info fetching
2767
2768         * src/common/hooks.h
2769                 code cleanup
2770
2771 2003-03-03 [oliver]     0.8.10claws75
2772
2773         * src/toolbar.c
2774         * src/compose.c
2775                 removed commented code
2776
2777 2003-03-03 [oliver]     0.8.10claws74
2778
2779         * src/toolbar.[ch]
2780                 cleanups and refactoring
2781         * src/compose.[ch]
2782                 compose_reply_mode reply & forwarding interface for
2783                 toolbar buttons
2784         * src/folderview.c
2785                 act on messages marked for deletion in folderview_selected
2786                 based on prefs_common.immediate_exec since a message might 
2787                 have been deleted by messageview in a folder we are changing 
2788                 to (does anybody understand what I'm on about ?)
2789
2790 2003-03-03 [oliver]     0.8.10claws73
2791         
2792         * src/messageview.[ch]
2793                 new functions
2794                 - messageview_delete: delete message shown in messagview
2795                 - messageview_update_view: update messageview to currently 
2796                   selected summaryview message
2797                 - add separate messageview to msgview_list in order to update 
2798                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2799         * src/summaryview.[ch]
2800                 summary_get_selection returns a list of selected msgs
2801                 in summaryview
2802         * src/mainwindow.c
2803                 toolbar reply refactoring
2804
2805 2003-03-03 [paul]       0.8.10claws72
2806
2807         * sync with 0.8.10cvs21
2808                 see ChangeLog 2003-03-03
2809
2810 2003-03-02 [christoph]  0.8.10claws71
2811
2812         * src/common/passcrypt.c
2813                 use POSIX includes
2814
2815 2003-03-02 [christoph]  0.8.10claws70
2816
2817         * configure.ac
2818         * src/prefs_account.c
2819         * src/prefs_gtk.[ch]
2820         * src/common/.cvsignore
2821         * src/common/Makefile.am
2822         * src/common/passcrypt.c                ** NEW **
2823         * src/common/passcrypt.h.in             ** NEW **
2824                 Implement password encryption in config files
2825                 using unix encrypt and setkey functions. The crypt
2826                 key can be set as a configure parameter. Old
2827                 passwords will be converted if they do not begin
2828                 with '!'
2829
2830 2003-03-02 [paul]       0.8.10claws69
2831
2832         * src/prefs_account.c
2833                 fix compile error
2834
2835 2003-03-01 [thorsten]   0.8.10claws68
2836
2837         * po/el.po
2838           po/hr.po
2839           po/it.po
2840           po/nl.po
2841           po/sr.po
2842           po/sv.po
2843                 corrected format strings
2844         * po/en_GB.po
2845                 corrected headers
2846                 (fix compile errors with GNU gettext-0.11.5)
2847
2848 2003-03-01 [oliver]     0.8.10claws67
2849
2850         * src/summaryview.c
2851                 menu callbacks call toolbar_menu_reply
2852
2853 2003-03-01 [oliver]     0.8.10claws66
2854
2855         * src/mainwindow.c
2856         * src/messageview.c
2857                 menu callbacks call toolbar_menu_reply
2858         * src/toolbar.[ch]
2859                 callbacks from menu handled by toolbar_menu_reply
2860
2861 2003-03-01 [paul]       0.8.10claws65
2862
2863         * src/addressbook.c
2864                 revert commit 0.8.10claws54 - breaks editing of
2865                 addressbook.
2866                 
2867         * po/bg.po
2868                 update Bulgarian translation, submitted by
2869                 George Danchev
2870
2871 2003-02-28 [christoph]  0.8.10claws64
2872
2873         * src/account.c
2874         * src/addressadd.c
2875         * src/compose.c
2876         * src/gtkaspell.c
2877         * src/gtkxtext.h                ** REMOVE **
2878         * src/imap.c
2879         * src/matcher.[ch]
2880         * src/mh.c
2881         * src/news.c
2882         * src/pine.c
2883         * src/prefs_common.c
2884         * src/prefs_matcher.c
2885         * src/procheader.[ch]
2886         * src/procmsg.[ch]
2887         * src/toolbar.c
2888         * src/common/ssl_certificate.c
2889         * src/gtk/colorlabel.c
2890         * src/gtk/menu.c
2891                 o fix warnings
2892                 o remove code obsoleted by new cache and folder system rework
2893
2894 2003-02-28 [oliver]     0.8.10claws63
2895         
2896         * src/toolbar.[ch]
2897                 * fix bug where reply in Messageview replied to 
2898                 Message displayed in summaryview
2899                 (reportedd via ML by chinatinte at gmx dot ch)
2900                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2901                 didn't work in separate MessageView Toolbar
2902                 (wondering if anybody uses this at all ?)
2903         * src/summaryview.[ch]
2904                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2905                 (generalize reply and forward code);
2906         * src/messageview.c 
2907                 remove focus_in event which updated summaryview to messageview
2908
2909 2003-02-28 [paul]       0.8.10claws62
2910
2911         * po/Makefile.in.in
2912                 add the --check option
2913                 Patch submitted by Ricardo Mones Lastra
2914
2915 2003-02-28 [paul]       0.8.10claws61
2916
2917         * src/prefs_account.c
2918                 re-order 'Signature' items
2919
2920 2003-02-28 [paul]       0.8.10claws60
2921
2922         * sync with 0.8.10cvs20
2923                 see ChangeLog 2003-02-28
2924
2925 2003-02-28 [paul]       0.8.10claws59
2926
2927         * po/POTFILES.in
2928                 update to reflect recent movement of files
2929
2930 2003-02-28 [paul]       0.8.10claws58
2931
2932         * sync with 0.8.10cvs19
2933                 see ChangeLog 2003-02-28
2934
2935 2003-02-27 [martin]     0.8.10claws57
2936
2937         * src/prefs_matcher.c 
2938                 fix segfault in prefs_matcher_ok() when the
2939                 last entry is deleted and prevents that the
2940                 message "entry not saved" comes up after deleting
2941                 an entry
2942
2943 2003-02-27 [martin]     0.8.10claws56
2944
2945         * src/prefs_filtering.c 
2946                 fix segfault in prefs_filtering_ok() when the
2947                 last entry is deleted and prevents that the
2948                 message "entry not saved" comes up after deleting
2949                 an entry
2950
2951 2003-02-27 [paul]       0.8.10claws55
2952
2953         * sync with 0.8.10cvs18
2954                 see ChangeLog 2003-02-27
2955
2956 2003-02-27 [paul]       0.8.10claws54
2957
2958         * src/addressbook.c
2959                 fix bug where the address book crashes with 
2960                 multiple lookups.
2961                 Patch [687729] submitted by David Frager 
2962                 <dbfrager@users.sourceforge.net>
2963
2964 2003-02-25 [christoph]  0.8.10claws53
2965
2966         * src/Makefile.am
2967         * src/colorlabel.[ch]           ** REMOVE **
2968         * src/gtk/Makefile.am
2969         * src/gtk/colorlabel.[ch]       ** NEW **
2970                 move colorlabel files to gtk directory
2971
2972         * src/esmtp.[ch]                ** REMOVE **
2973                 has been merged into smtp.[ch] in 0.7.5
2974
2975 2003-02-25 [christoph]  0.8.10claws52
2976
2977         * src/Makefile.am
2978         * src/about.[ch]                ** REMOVE **
2979         * src/gtk/Makefile.am
2980         * src/gtk/about.[ch]            ** NEW **
2981                 move about files to gtk directory
2982
2983 2003-02-25 [christoph]  0.8.10claws51
2984
2985         * src/folder.c
2986                 some code optimization of folder scanning code
2987
2988         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2989
2990 2003-02-25 [christoph]  0.8.10claws50
2991
2992         * src/main.c
2993         * src/common/sylpheed.c
2994                 add command line parameter parsing to common code
2995
2996 2003-02-24 [christoph]
2997
2998         * Makefile.am
2999         * configure.ac
3000                 fix gnome prefix problems, the configure script now removed
3001                 `gnome-config --prefix` from `gnome-config --datadir`
3002                 and adds $(prefix} instead
3003
3004         (closes Bug 24 Makefile does not respect prefix when installing
3005          GNOME data)
3006
3007 2003-02-24 [christoph]  0.8.10claws49
3008
3009         * src/news.c
3010                 check for valid session before trying to authenticate
3011
3012         (closes Bug 60 crash if "authenticate on logon" is activated
3013          and newsserver-hostname is not valid)
3014
3015 2003-02-24 [melvin]     0.8.10claws48
3016
3017         * src/prefs_actions.c
3018                 Make sure all user's input is sent to the action and then
3019                 close the socket..
3020
3021 2003-02-23 [alfons]     0.8.10claws46
3022
3023         * src/summaryview.c
3024                 also wait cursor when deleting files
3025
3026 2003-02-23 [paul]
3027
3028         * tools/freshmeat_search.pl
3029           tools/google_search.pl
3030                 scripts should now work for any browser/browser command line
3031
3032 2003-02-22 [christoph]  0.8.10claws45
3033
3034         * src/procmsg.c
3035                 fix IMAP flag setting, IMAP flag is not handled correctly
3036                 anymore by the folder system and information about the
3037                 folder should not be saved in the MsgInfo (in my opinion)
3038
3039         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3040
3041 2003-02-22 [christoph]  0.8.10claws44
3042
3043         * src/summaryview.c
3044                 fix spelling of "label" ;-)
3045
3046 2003-02-22 [thorsten]   0.8.10claws43
3047
3048         * src/mimeview.c
3049           src/prefs_common.[ch]
3050           src/procmime.[ch]
3051                 do not use description as attachment name
3052
3053 2003-02-22 [alfons]     0.8.10claws42
3054
3055         * src/summaryview.c
3056                 freeze/thaw folder item updates when changing color labels,
3057                 and put a wait cursors on
3058
3059 2003-02-22 [thorsten]   0.8.10claws41
3060
3061         * src/mimeview.c
3062                 save-all fixes: crash if invoked on multipart container,
3063                 mimeinfo access, pathseparators, error dialog
3064
3065 2003-02-21 [alfons]     0.8.10claws40
3066
3067         * src/prefs_gtk.c
3068                 remove unused var
3069
3070 2003-02-21 [colin]      0.8.10claws39
3071
3072         * src/send.c
3073                 Fix smtp logging
3074
3075 2003-02-21 [colin]      0.8.10claws38
3076
3077         * src/summaryview.c
3078                 Freeze/thaw folderItem updates when filtering messages 
3079                 via Tools/Filter messages
3080
3081 2003-02-21 [paul]       0.8.10claws37
3082
3083         * src/compose.c
3084                 revert commit 0.8.10claws26, there are ulterior motives
3085                 for users to set a Reply-To header when posting to
3086                 newsgroups
3087
3088 2003-02-21 [paul]       0.8.10claws36
3089
3090         * sync with 0.8.10cvs17
3091                 see ChangeLog 2003-02-21
3092
3093 2003-02-20 [christoph]  0.8.10claws35
3094
3095         * src/imap.c
3096                 IMAP UID fetch speedup using SEARCH
3097
3098         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3099
3100         * src/imap.c
3101                 fix problem with UIDs in IMAP UID cache that no longer existed
3102
3103 2003-02-20 [christoph]  0.8.10claws34
3104
3105         * src/imap.c
3106         * src/procheader.c
3107         * src/procheader.h
3108                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3109
3110         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3111
3112         * src/imap.c
3113                 Rewrite imap_cmd_gen_recv use sock_getline instead
3114                 of sock_gets to avoid problems with too long reply
3115                 lines
3116     
3117 2003-02-20 [colin]      0.8.10claws33
3118         
3119         * src/prefs_account.c
3120                 Better wording
3121
3122 2003-02-20 [colin]      0.8.10claws32
3123
3124         * src/compose.c
3125                 Remove useless '&& !to_sender' 
3126
3127 2003-02-20 [darko]
3128
3129         * AUTHORS
3130                 change my e-mail address
3131
3132 2003-02-19 [colin]      0.8.10claws31
3133
3134         * src/prefs_common.c
3135                 X11 style colors for every configurable color
3136
3137 2003-02-19 [alfons]     0.8.10claws30
3138
3139         * src/prefs_gtk.[ch]
3140         * src/prefs_common.c
3141                 for color_new accept both plain integers and X11 style color
3142                 names (as found in /usr/lib/X11/rgb.txt)
3143
3144 2003-02-19 [paul]       0.8.10claws29
3145
3146         * src/mainwindow.c
3147                 add tooltips to online/offline button and account selector
3148                 button
3149
3150 2003-02-19 [paul]       0.8.10claws28
3151
3152         * src/folder.c
3153           src/news.c
3154           src/prefs_account.[ch]
3155           src/prefs_common.[ch]
3156                 move 'Maximum number of articles to download' to
3157                 account prefs.
3158                 clean up account prefs gui a little by hiding entries
3159                 rather then greying out entries
3160
3161 2003-02-19 [hiro]       0.8.10claws27
3162
3163         * src/common/utils.c
3164                 fix bug #54 'yesterdays date is displayed in the message 
3165                 summary window'
3166
3167 2003-02-19 [paul]       0.8.10claws26
3168
3169         * src/compose.c
3170                 fix bug reported in Feature Request [688596] 
3171                 'Reply-to header in news'
3172
3173 2003-02-18 [paul]       0.8.10claws25
3174
3175         * src/select-keys.c
3176                 add a 'List all keys' button to key selection dialog
3177
3178 2003-02-18 [colin]      0.8.10claws24
3179         
3180         * src/stock_pixmap.c
3181                 fix compile error
3182
3183 2003-02-18 [colin]      0.8.10claws23
3184
3185         * src/common/smtp.[ch]
3186           src/prefs_account.c
3187                 Try to starttls if it seems to be the only
3188                 way to authenticate a user
3189
3190 2003-02-18 [paul]       0.8.10claws22
3191
3192         * src/Makefile.am
3193           src/folderview.c
3194           src/stock_pixmap.[ch]
3195           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3196           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3197                 as a Drafts folder is a special folder allow it to have
3198                 its own unique icons
3199
3200 2003-02-18 [colin]      0.8.10claws21
3201
3202         * src/imap.c
3203                 Fix port selection when using starttls
3204
3205 2003-02-18 [paul]       0.8.10claws20
3206
3207         * src/mainwindow.c
3208           src/prefs_common.[ch]
3209                 make blue the default new mail colour
3210
3211 2003-02-18 [paul]       0.8.10claws19
3212
3213         * sync with 0.8.10cvs14
3214                 see ChangeLog 2003-02-18
3215
3216 2003-02-17 [jens]       0.8.10claws18
3217
3218         * src/common/md5.c
3219                 fixed a compile problem with gcc 3.3
3220                 works on 2.95.3 too (testet on PPC as it is big endian)
3221
3222 2003-02-17 [paul]       0.8.10claws17
3223
3224         * sync with 0.8.10cvs13
3225                 see ChangeLog 2003-02-17
3226
3227 2003-02-17 [paul]       0.8.10claws16
3228
3229         * sync with 0.8.10cvs12
3230                 see ChangeLog 2003-02-17
3231
3232 2003-02-16 [match]      0.8.10claws15
3233
3234         * src/addressbook.c
3235                 Eliminates reloading of address data when items
3236                 deleted or added. Applied submitted by
3237                 Luke Plant <lukeplant@softhome.net>
3238
3239 2003-02-16 [paul]       0.8.10claws14
3240
3241         * src/news.c
3242                 when a 'protocol error' is encountered disconnect from
3243                 the server. This means that the user can carry on viewing
3244                 other articles and doesn't have to either wait until the
3245                 server timesout or quit sylpheed.
3246                 Fixes bug #53 'Unable to read messages in newsgroups, 
3247                 displayed message doesn't change'
3248
3249 2003-02-15 [christoph]  0.8.10claws13
3250
3251         * src/imap.c
3252                 fix bug that stopped scanning of folders when an
3253                 IMAP folder was empty
3254
3255         (closes bug 46 stop scan messages in folders after empty folder)
3256
3257 2003-02-15 [paul]
3258
3259         * tools/Makefile.am
3260           tools/README
3261           tools/freshmeat_search.pl     ** NEW FILE **
3262           tools/google_search.pl        ** NEW FILE **
3263                 Add 2 Actions scripts which search freshmeat/google
3264                 for the selected text using the browser configured
3265                 in sylpheedrc.
3266                 
3267         Note: These scripts are very dependent on the format of the
3268         browser command and may not work on every occasion. Testing
3269         is welcome. 
3270
3271 2003-02-14 [alfons]     0.8.10claws12
3272
3273         * src/compose.c
3274                 fix breakage because of uninitialized account pointer.
3275                 please verify.
3276
3277 2003-02-14 [paul]       0.8.10claws11
3278
3279         * src/compose.c
3280           src/prefs_account.[ch]
3281           src/prefs_common.[ch]
3282                 move signature settings to Account Prefs
3283
3284 2003-02-14 [paul]       0.8.10claws10
3285
3286         * sync with 0.8.10cvs11
3287                 see ChangeLog 2003-02-14
3288
3289 2003-02-13 [thorsten]   0.8.10claws9
3290
3291         * src/news.c
3292                 revert news progressbar (GUI separation)
3293
3294 2003-02-13 [paul]       0.8.10claws8
3295
3296         * src/compose.c
3297                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3298                 paragraph 1
3299
3300 2003-02-13 [paul]       0.8.10claws7
3301
3302         * src/compose.[ch]
3303           src/summaryview.c
3304                 fix 'Follow-up and Reply-to' so that it creates a reply to
3305                 the newsgroup and the sender. If the message has the keyword
3306                 'poster' in the Followup-To header, all replies go to the
3307                 sender, re: RFC 1036, Section 2.2.3
3308                 rename all instances of 'ignore_replyto' to 'to_sender', both
3309                 were previously used, now we use just one.
3310
3311 2003-02-13 [paul]       0.8.10claws6
3312
3313         * sync with 0.8.10cvs9
3314                 see ChangeLog 2003-02-13
3315
3316 2003-02-13 [paul]       0.8.10claws5
3317
3318         * configure.ac
3319                 show which plugins are configured in the configure
3320                 output.
3321
3322 2003-02-12 [thorsten]   0.8.10claws4
3323
3324         * src/news.c
3325                 show progress while fetching news headers
3326
3327 2003-02-12 [christoph]  0.8.10claws3
3328
3329         * configure.ac
3330         * src/plugins/Makefile.am
3331                 use AM_CONDITIONAL to enable plugins, automake correctly
3332                 manages this when creating distdir
3333
3334 2003-02-12 [christoph]  0.8.10claws2
3335
3336         * ac/spamassassin.m4
3337         * src/plugins/spamassassin/Makefile.am
3338                 fix building SpamAssassin plugin without OpenSSL
3339
3340 2003-02-12 [paul]       0.8.10claws1
3341
3342         * ac/Makefile.am
3343           src/Makefile.am
3344           src/plugins/Makefile.am
3345                 fix failure of 'make release'
3346
3347 2003-02-12 [paul]       0.8.10claws
3348
3349         * 0.8.10claws released
3350
3351 2003-02-12 [paul]       0.8.9claws56
3352
3353         * po/bg.po
3354           po/es.po
3355           po/it.po
3356           po/ru.po
3357           po/sr.po
3358                 updated translations by George Danchev, Ricardo Mones Lastra,
3359                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3360                 
3361         * sylpheed.spec.in
3362                 Allow the building of RPMs by a regular user. Submitted
3363                 by Sergei Astanin
3364
3365 2003-02-11 [alfons]     0.8.9claws55
3366
3367         * src/colorlabel.c
3368                 don't use pixmaps for label color rect but draw rectangles
3369                 so we can respect the color map of palette based visuals
3370                 (fixes the long time crashes on Suns - thanks to Andreas
3371                 Engel and Steve O'Hara-Smith for testing)
3372
3373 2003-02-11 [christoph]  0.8.9claws54
3374
3375         * src/matcher_parser_parse.y
3376                 correct bug where filering rules of not existing folders in
3377                 matcherrc were added to global filtering
3378                 
3379         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3380          main filter-rules after removing directory, http://bugs.debian.org/180253)
3381         
3382 2003-02-11 [paul]       0.8.9claws53
3383
3384         * sync with 0.8.10cvs7
3385                 see ChangeLog 2003-02-09
3386
3387 2003-02-11 [melvin]     0.8.9claws52
3388
3389         * po/fr.po
3390                 Updated French tranlsations
3391
3392 2003-02-10 [paul]       0.8.9claws51
3393
3394         * sylpheed.spec.in
3395                 correct --enable-openssl
3396                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3397
3398 2003-02-09 [martin]     0.8.9claws50
3399
3400         * src/prefs_matcher.c
3401                 fix segfault in prefs_matcher_substitute_cb() when
3402                 no row is selected
3403
3404 2003-02-09 [paul]       0.8.9claws49
3405
3406         * src/folderview.c
3407                 fix bug where a newsgroup folder's processing rules were
3408                 merged with the global filtering rules when the newsgroup
3409                 folder was deleted, causing some seriously bad results,
3410                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3411
3412 2003-02-08 [melvin]     0.8.9claws48
3413
3414         * src/compose.c
3415                 Corrected and modified an alert message.
3416
3417 2003-02-07 [paul]       0.8.9claws47
3418
3419         * src/folderview.c
3420                 fix bug where both an 'Account properties' window and a
3421                 'Folder properties' window were opened when clicking on
3422                 'Properties' in an NNTP or IMAP folder's popup menu.
3423
3424 2003-02-07 [paul]       0.8.9claws46
3425
3426         * sync with 0.8.10cvs6
3427                 see ChangeLog 2003-02-06
3428
3429 2003-02-06 [christoph]  0.8.9claws45
3430
3431         * src/mbox.c
3432                 freeze folder updates while importing mbox files
3433                 (closes bug 43 importing mbox took hours)
3434                 
3435         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3436
3437 2003-02-06 [thorsten]   0.8.9claws44
3438
3439         * po/de.po
3440                 Updated german translations
3441
3442 2003-02-06 [thorsten]   0.8.9claws43
3443
3444         * src/news.h
3445                 use guint for message numbers (fix count in grouplist dialog)
3446
3447 2003-02-05 [paul]       0.8.9claws42
3448
3449         * sync with 0.8.10cvs2
3450                 see ChangeLog 2003-02-05
3451
3452 2003-02-04 [colin]      0.8.9claws41
3453
3454         * src/prefs_common.[ch]
3455           src/procmsg.c
3456           src/summaryview.c
3457                 Add an option to disable threading by subject
3458
3459 2003-02-04 [christoph]  0.8.9claws40
3460
3461         * src/inc.c
3462                 only abort fetching mails from multiple accounts when the
3463                 error is fatal and does not allow to check any more accounts
3464                 (currently only disk full error)
3465
3466         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3467          receive mails for other accouts)
3468
3469 2003-02-04 [christoph]  0.8.9claws39
3470
3471         * src/folder.c
3472                 first add the new message to the cache, then
3473                 send the update notification
3474
3475         (closes bug 39 after sending message folderview doesnt get updated)
3476
3477 2003-02-04 [colin]      0.8.9claws38
3478
3479         * src/inc.c
3480                 _really_ fix this Connecting... status
3481
3482 2003-02-04 [paul]       0.8.9claws37
3483
3484         * sync with 0.8.10
3485                 see ChangeLog 2003-02-04
3486
3487 2003-02-04 [paul]       0.8.9claws36
3488
3489         * sync with 0.8.9cvs6
3490                 see ChangeLog 2003-02-03
3491
3492 2003-02-04 [paul]       0.8.9claws35
3493
3494         * po/pt_BR.po
3495                 updated by André Filipe de Assunção e Brito 
3496                 <bedecko@netsite.com.br>
3497
3498 2003-02-03 [thorsten]   0.8.9claws34
3499
3500         * po/de.po
3501                 Updated german translations
3502
3503 2003-02-02 [paul]       0.8.9claws33
3504
3505         * po/es.po
3506                 updated by Ricardo Mones Lastra
3507
3508 2003-02-02 [thorsten]   0.8.9claws32
3509
3510         * src/mh.c
3511                 Fix mh_get_msginfo() segfault if file is inaccessible
3512
3513 2003-01-31 [colin]      0.8.9claws31
3514
3515         * src/procheader.c
3516                 Fix last commit's bug
3517
3518 2003-01-31 [colin]      0.8.9claws30
3519
3520         * src/procheader.c
3521                 Missing a change for gpg-signed messages
3522
3523 2003-01-31 [paul]       0.8.9claws29
3524
3525         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3526           src/procheader.c
3527           src/stock_pixmap.[ch]
3528           src/summaryview.c
3529                 indicate GnuPG signed messages by displaying an icon
3530                 in the Attachment column.
3531
3532 2003-01-31 [paul]       0.8.9claws28
3533
3534         * sync with 0.8.9cvs4
3535                 see ChangeLog 2003-01-31
3536
3537 2003-01-31 [alfons]     0.8.9claws27
3538
3539         * src/textview.c
3540                 tune URI parser to accept mailto URLs with a '?'
3541                 (patch from Ruslan Balkin)
3542
3543 2003-01-31 [colin]      0.8.9claws26
3544
3545         * src/summaryview.c
3546                 Fix a leak introduced in claws24
3547
3548 2003-01-31 [colin]      0.8.9claws25
3549
3550         * src/summaryview.c
3551                 Freeze/Thaw folder updates when deleting dups
3552
3553 2003-01-31 [colin]      0.8.9claws24
3554         
3555         * src/addr_compl.c
3556           src/summaryview.c
3557           src/msgcache.c
3558                 little speed improvements
3559
3560 2003-01-31 [colin]      0.8.9claws23
3561
3562         * src/summaryview.c
3563                 Fix segfault when forwarding nothing
3564                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3565                 
3566 2003-01-30 [paul]       0.8.9claws22
3567
3568         * sync with 0.8.9cvs3
3569                 see ChangeLog 2003-01-30
3570
3571 2003-01-30 [paul]       0.8.9claws21
3572
3573         * sync with 0.8.9cvs2
3574                 see ChangeLog 2003-01-30
3575
3576 2003-01-29 [paul]       0.8.9claws20
3577
3578         * sync with 0.8.9cvs1
3579                 see ChangeLog 2003-01-29
3580
3581 2003-01-28 [paul]       0.8.9claws19
3582
3583         * po/POTFILES.in
3584                 update to reflect changes. 
3585                 thanks to Ricardo Mones Lastra
3586
3587 2003-01-27 [christoph]  0.8.9claws18
3588
3589         * ac/openssl.m4
3590         * ac/spamassassin.m4
3591         * src/plugins/spamassassin/README
3592         * src/plugins/spamassassin/libspamc.[ch]
3593         * src/plugins/spamassassin/utils.[ch]
3594                 updated to latest libspamc
3595
3596 2003-01-27 [christoph]  0.8.9claws17
3597
3598         * src/folder.c
3599                 fix wrong use of procheader_get_header_fields
3600
3601 2003-01-27 [christoph]  0.8.9claws16
3602
3603         * src/news.c
3604         * src/prefs_account.[ch]
3605         * src/common/nntp.[ch]
3606                 allow to force authentication for NNTP servers
3607
3608         Patch submitted by Florian Mickler <dmk@d-labs.de>
3609
3610 2003-01-26 [paul]       0.8.9claws15
3611
3612         * src/summaryview.c
3613                 speed up of marking messages as read
3614                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3615
3616 2003-01-26 [christoph]  0.8.9claws14
3617
3618         * src/Makefile.am
3619         * src/mgutils.[ch]              ** REMOVE **
3620         * src/xml.[ch]                  ** REMOVE **
3621         * src/xmlprops.[ch]             ** REMOVE **
3622         * src/common/Makefile.am
3623         * src/common/mgutils.[ch]       ** NEW **
3624         * src/common/xml.[ch]           ** NEW **
3625         * src/common/xmlprops.[ch]      ** NEW **
3626                 move xml files to common directory
3627
3628 2003-01-26 [christoph]  0.8.9claws13
3629
3630         * src/plugins/spamassassin/spamassassin_gtk.c
3631                 only set gtk entry text if string is available
3632
3633 2003-01-26 [melvin]     0.8.9claws12
3634
3635         * src/description_window.c
3636                 Allow resizing of the window
3637                 Allow automatic horizontal scroll bar
3638                 Do not vertically expand and fill
3639
3640 2003-01-26 [christoph]  0.8.9claws11
3641
3642         * src/Makefile.am
3643         * src/gtkutils.[ch]             ** REMOVE **
3644         * src/common/sylpheed.c
3645         * src/gtk/Makefile.am
3646         * src/gtk/description_window.c
3647         * src/gtk/gtkutils.[ch]         ** NEW **
3648         * src/gtk/prefswindow.c
3649                 move gtkutils to gtk directory
3650
3651 2003-01-26 [paul]       0.8.9claws10
3652
3653         * src/summaryview.c
3654                 rename summary_unread_clicked() to summary_status_clicked()
3655
3656 2003-01-26 [melvin]     0.8.9claws9
3657
3658         * src/prefs_actions.c
3659                 Cosmetical changes to the help text
3660
3661 2003-01-26 [paul]       0.8.9claws8
3662
3663         * src/folder.[ch]
3664           src/mainwindow.c
3665           src/prefs_common.c
3666           src/prefs_sumamry_column.c
3667           summaryview.[ch]
3668                 rename the 'Unread' column to 'Status'
3669
3670 2003-01-25 [match]      0.8.9claws7
3671
3672         * src/mgutils.[ch]
3673                 removed reference to LDAP constants. removed error2string.
3674                 included functions to support LDAP dynamic queries.
3675         * src/syldap.h
3676                 moved LDAP constants here.
3677         * src/addressbook.c
3678         * src/addrindex.c
3679         * src/importldif.c
3680                 removed references to LDAP constants and references to
3681                 error2string.
3682
3683 2003-01-25 [paul]       0.8.9claws6
3684
3685         * src/summaryview.c
3686                 summary_thread_build(), summary_thread_init(): remove 
3687                 unneeded reference to summaryview->folder_item
3688
3689 2003-01-25 [christoph]  0.8.9claws5
3690
3691         * src/gtk/description_window.c
3692                 o allow description texts to expand over multiple columns
3693                 o translate all columns
3694         * src/prefs_actions.c
3695                 change syntax description to use new multi column feature
3696
3697         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3698
3699 2003-01-25 [match]      0.8.9claws4
3700
3701         * src/vcard.c
3702                 fixed bug with Quoted-Printable
3703
3704 2003-01-25 [paul]       0.8.9claws3
3705
3706         * src/folder.[ch]
3707           src/summaryview.[ch]
3708                 implement per-folder collapsed/expanded threads setting
3709                 
3710         * src/prefs_common.c
3711                 remove global collapsed/expanded threads option
3712
3713 2003-01-25 [christoph]  0.8.9claws2
3714
3715         * po/POTFILES.in
3716                 add pluginwindow and prefswindow
3717         * src/compose.c
3718                 make send respond correctly to messages that could be added
3719                 to the queue folder, but the UID of the message is unknown
3720         * src/folder.c
3721         * src/imap.c
3722                 don't return guessed UIDs in imap_add_msg anymore. We return
3723                 0 to tell the folder system it was appened but the UID is
3724                 unknown. Folder system now get's the UID by scaning the folder
3725                 and searching the cache for the Message-ID
3726                 (closes bug #29 Messages queued, but not sent)
3727
3728 2003-01-25 [paul]       0.8.9claws1
3729
3730         * src/codeconv.c
3731                 conv_encode_header():  fix bug when long headers with 8-bit
3732                 characters are used, so that the encoded words are wrapped.
3733                 If the space in the original text falls on the wrap boundary,
3734                 it can be lost.
3735                 Patch by Sergey Vlasov.
3736                 
3737         * src/folderview.c
3738                  fix bug where a change to the sorting method or thread view
3739                  of a folder's messages is lost if simpify-subject is set and
3740                  toggled on or off.
3741                  Patch by Luke Plant.
3742
3743 2003-01-24 [paul]       0.8.9claws
3744
3745         * sylpheed-0.8.9claws released
3746         
3747         * Makefile.am
3748           sylpheed.spec.in
3749                 remove reference to 'INSTALL.jp'
3750
3751 2003-01-23 [paul]       0.8.8claws128
3752
3753         * po/es.po
3754           po/it.po
3755           po/ru.po
3756           po/sr.po
3757                 updated translations. submitted by Ricardo Mones Lastra,
3758                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3759
3760 2003-01-23 [colin]      0.8.8claws127
3761
3762         * src/compose.c
3763                 Fix drafted and queued news articles re-edition
3764
3765 2003-01-23 [melvin]     0.8.8claws126
3766
3767         * po/fr.po
3768                 Updated French translations
3769
3770 2003-01-23 [colin]      0.8.8claws125
3771
3772         * src/inc.c
3773                 Fix "Connecting to..." status message
3774
3775 2003-01-22 [paul]       0.8.8claws124
3776
3777         * po/bg.po
3778                 updated by George Danchev
3779                 
3780         * src/folder.c
3781                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3782                 and folder deletion
3783
3784 2003-01-21 [paul]       0.8.8claws123
3785
3786         * po/bg.po
3787                 updated by George Danchev
3788                 
3789         * src/about.c
3790                 its now 2003
3791                 
3792         * src/toolbar.c
3793                 don't translate 'Separator'
3794                 
3795         * src/plugins/spamassassin/Makefile.am
3796                 add aspell to CPPFLAGS
3797                 
3798         * src/plugins/spamassassin/spamassassin.c
3799           src/plugins/spamassassin/spamassassin_gtk.c
3800                 set correct default for spamassassin_receive_spam
3801                 slightly re-word descriptions and some
3802                 other minor changes
3803
3804 2003-01-19 [alfons]     0.8.8claws122
3805                 
3806         * src/mimeview.c
3807                 mimeview_save_as(): we might as well show the file name for
3808                 the single case "Save As" too
3809
3810 2003-01-19 [alfons]     0.8.8claws121
3811
3812         * src/crash.c
3813                 change bug tracker URL to bugzilla URL
3814
3815 2003-01-19 [alfons]     0.8.8claws120
3816
3817         * src/mimeview.c
3818                 mimeview_save_all(): display name of file before overwriting;
3819                 continue saving all, even when one overwrite was cancelled
3820
3821 2003-01-19 [christoph]  0.8.8claws119
3822
3823         * src/summaryview.c
3824         * src/procmsg.[ch]
3825                 fix wrong usage of procmsg_find_children in summaryview
3826                 by using procmsg_update_unread_children instead of
3827                 summaryview_update_unread_children
3828
3829 2003-01-19 [christoph]  0.8.8claws118
3830
3831         * src/procmsg.c
3832                 fix infinite loop in procmsg_find_children
3833                  (closes bug #25 sylpheed crashes on delete.)
3834
3835         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3836
3837 2003-01-19 [paul]       0.8.8claws117
3838
3839         * po/pt_BR.po
3840                 updated by Ivan Francolin Martinez
3841
3842 2003-01-18 [melvin]     0.8.8claws116
3843
3844         * src/prefs_actions.c
3845                 Removed syntax limitation of only one '&' at the end of command.
3846                         Now actions that contain '>/dev/null 2>&1' are possible.
3847
3848 2003-01-18 [melvin]     0.8.8claws115
3849
3850         * src/prefs_actions.c
3851                 Actions IO dialog: when the action ends
3852                 the "Close" button now has focus and [Escape] closes the
3853                 window.
3854
3855 2003-01-18 [christoph]  0.8.8claws114
3856
3857         * src/procmsg.c
3858                 o add debug output when MsgInfos are really freed
3859                 o free GSLists in procmsg_find_children and
3860                   procmsg_update_unread_children
3861
3862 2003-01-18 [christoph]  0.8.8claws113
3863
3864         * src/mainwindow.c
3865                 reorder Configuration menu
3866
3867 2003-01-18 [christoph]  0.8.8claws112
3868
3869         * src/compose.c
3870                 fix applying templates to forwarded messages
3871
3872         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3873
3874 2003-01-17 [christoph]  0.8.8claws111
3875
3876         * src/folder.c
3877                 destroy folder items, when a folder item is removed
3878
3879 2003-01-17 [christoph]  0.8.8claws110
3880
3881         * src/folder.c
3882                 fix wrong folder stats update when ignored message is
3883                 deleted
3884
3885 2003-01-17 [colin]      0.8.8claws109
3886         
3887         * src/mainwindow.c
3888         * src/summaryview.c
3889                 Quicksearch bugfixes: 
3890                 - hide help button at startup if not extended
3891                 - switch to extended when looking for replies
3892
3893 2003-01-17 [paul]
3894
3895         * sync with 0.8.9 release
3896
3897 2003-01-17 [paul]       0.8.8claws108
3898
3899         * sync with 0.8.8cvs11
3900                 see ChangeLog 2003-01-17
3901
3902 2003-01-16 [colin]      0.8.8claws107
3903
3904         * src/procmsg.c
3905                 Changed encryption test to re-ask passphrase
3906                 if an encrypted message hasn't been decrypted
3907                 Fixes bug #5
3908
3909 2003-01-16 [christoph]  0.8.8claws106
3910
3911         * src/prefs_gtk.c
3912         * src/prefs_toolbar.c
3913         * src/gtk/prefswindow.h
3914         * src/plugins/spamassassin/spamassassin_gtk.c
3915                 remove page destroy function that is not used anymore
3916
3917 2003-01-16 [paul]       0.8.8claws105
3918
3919         * sync with 0.8.8cvs9
3920                 see ChangeLog 2002-01-16
3921
3922 2003-01-16 [colin]      0.8.8claws104
3923
3924         * src/compose.[ch]
3925                 Fix bug with autosaved drafts for IMAP, when draft
3926                 folder is specified - fixes bugzilla bug #20
3927
3928 2003-01-15 [paul]       0.8.8claws103
3929
3930         * src/compose.[ch]
3931           src/procmsg.c
3932                 store folder and message-id of message forwarding
3933                 in queue header and set forward flag after sending
3934
3935 2003-01-15 [paul]       0.8.8claws102
3936
3937         * sync with 0.8.8cvs8
3938                 see ChangeLog 2002-01-15
3939
3940 2003-01-15 [colin]      0.8.8claws101
3941
3942         * src/Makefile.am
3943                 Fix linking with GNU libiconv
3944
3945 2003-01-15 [darko]      0.8.8claws100
3946
3947         * src/pine.c
3948                 fix crash when importing pine address book
3949                 entry with an empty name (reported by DY
3950                 <dybulk at tri8.net>)
3951
3952 2003-01-14 [paul]       0.8.8claws99
3953
3954         * configure.in  ** REMOVED **
3955           configure.ac  ** NEW FILE **
3956                 rename configure.in to configure.ac, as it is now
3957                 preferred
3958
3959 2003-01-14 [melvin]     0.8.8claws98
3960
3961         * src/folderview.c
3962                 folderview_check_new(): More precise function description
3963
3964 2003-01-14 [melvin]     0.8.8claws97
3965
3966         * src/folderview.c
3967                 folderview_check_new(): return the number of new messages 
3968                         since last check.
3969         * src/inc.c
3970                 inc_account_mail(): Disable counting of new messages for IMAP
3971                         and NNTP until bug [19] and [14] are fixed.
3972
3973 2003-01-14 [paul]       0.8.8claws96
3974
3975         * sync with 0.8.8cvs6
3976                 see ChangeLog 2003-01-14
3977
3978 2003-01-13 [alfons]     0.8.8claws95
3979
3980         * src/textview.c
3981                 tune email address validation (c. 0.8.8claws89): if . is 
3982                 just one char away from @, the address is invalid too 
3983                 (correctly rejects addresses like foo@.com)
3984
3985 2003-01-13 [paul]       0.8.8claws94
3986
3987         * src/messageview.c
3988           src/toolbar.c
3989                 fixes to the Message View toolbar and menu:
3990                 fix non-functioning Forward button
3991                 make Reply button consider default_reply_list
3992                 remove 'Follow-up...' menu entry
3993                 add 'Forward' and 'Redirect' menu entries
3994
3995 2003-01-13 [melvin]     0.8.8claws93
3996
3997         * src/inc.c
3998                 Fixed typo that could make new messages count incorrect.
3999
4000 2003-01-13 [melvin]     0.8.8claws92
4001
4002         * src/folderview.[ch]
4003                 folderview_check_new(): return the number of new messages.
4004         * src/inc.c
4005                 Should fix bug [14] where new mail notification worked 
4006                         incorrectly with IMAP accounts.
4007                 inc_spool_account(): return number of new msgs, or -1 on error
4008                 inc_all_spool(): return number of new msgs
4009                 
4010 2003-01-13 [melvin]     0.8.8claws91
4011
4012         * src/prefs_actions.c
4013                 Justify help text.
4014
4015 2003-01-12 [thorsten]   0.8.8claws90
4016
4017         * src/common/prefs.c
4018                 close file before rename
4019
4020 2003-01-12 [alfons]     0.8.8claws89
4021
4022         * AUTHORS
4023                 add Christian Mertes
4024         * src/common/utils.[ch]
4025                 g_stricase_hash(), g_stricase_equal(): functions for 
4026                 case insensitive hash tables
4027         * src/textview.c
4028                 use top level domain names to validate email address, based
4029                 on a patch by Christian Mertes (thanks!), but changed 
4030                 implementation to use a hash table 
4031
4032 2003-01-12 [paul]       0.8.8claws88
4033
4034         * po/bg.po
4035                 updated by George Danchev
4036
4037 2003-01-12 [alfons]     0.8.8claws87
4038
4039         * src/summaryview.c
4040                 delete / execute performance: use new style folder update
4041
4042 2003-01-12 [paul]       0.8.8claws86
4043
4044         * sync with 0.8.8cvs5
4045                 see ChangeLog 2003-01-13 (!)
4046
4047 2003-01-12 [alfons]     0.8.8claws85
4048
4049         * src/filtering.c
4050         * src/matcher_parser_parse.y
4051                 prepare change_score filtering action
4052         * src/matcher.[ch]
4053                 give up const-correctness on functions that call non-const-correct functions;
4054                 several casts to gpointer in g_free();
4055                 add change_score;
4056
4057 2003-01-12 [christoph]  0.8.8claws84
4058
4059         * src/compose.c
4060                 fix 2 warnings
4061
4062         * src/gtk/prefswindow.[ch]
4063         * src/plugins/spamassassin/spamassassin_gtk.c
4064                 changed the call of the widget create function
4065                 for PrefsPages, because sometimes the widget
4066                 create function needs a widget that already has
4067                 been attached to a window (to create GDK pixmaps
4068                 for exmaple). So we simply pass the GtkWindow as
4069                 the second parameter now.
4070
4071         * src/main.c
4072         * src/mainwindow.c
4073         * src/prefs_toolbar.[ch]
4074                 rewrite Toolbar Preferences using the new
4075                 prefs window
4076
4077 2003-01-11 [alfons]     0.8.8claws83
4078
4079         * src/addressadd.c
4080                 fix crash when adding sender to addressbook because status bar
4081                 isn't there (the status bar doesn't seem to be used though,
4082                 but I'll let Match decide what to do with it)
4083
4084 2003-01-11 [colin]      0.8.8claws82
4085
4086         * src/main.c
4087           src/toolbar.c
4088                 Two useless changes reversed
4089
4090 2003-01-11 [colin]      0.8.8claws81
4091
4092         * src/mainwindow.c
4093           src/mainwindow.h
4094                 Add mainwindow_get_mainwindow()
4095         * src/alertpanel.c
4096           src/alertpanel.h
4097                 Add alertpanel_error_log() 
4098         * src/compose.c
4099           src/inc.c
4100           src/messageview.c
4101           src/toolbar.c
4102           src/main.c
4103           src/procmsg.c
4104                 Network errors get a View Log button
4105
4106 2003-01-10 [alfons]     0.8.8claws80
4107
4108         * src/prefs_toolbar.c
4109         * src/toolbar.c
4110                 use the translatable string for "Separator" as file name for
4111                 separator toolbar items (probably make this uppercase?)
4112
4113 2003-01-10 [alfons]     0.8.8claws79
4114
4115         * src/prefs_toolbar.c
4116                 put right A_SEPARATOR description string in "displayed
4117                 toolbar items list" so manually added separators are
4118                 saved correctly (bug #10, "Adding a separator to the main 
4119                 toolbar fails, entry in xml file is wrong")
4120
4121 2003-01-10 [christoph]  0.8.8claws78
4122
4123         * src/imap.c
4124                 o fix warnings
4125                 o use CAPABILITY to check if NAMESPACE is available
4126
4127 2003-01-10 [christoph]  0.8.8claws77
4128
4129         * src/imap.[ch]
4130                 apply UIDPLUS IMAP extension support patch
4131
4132         Patch submitted by Simon 'corecode' Schubert
4133
4134 2003-01-10 [paul]       0.8.8claws76
4135
4136         * src/folderview.c
4137                 a sync from main which fixes the news account folders'
4138                 Properties bug
4139
4140 2003-01-10 [christoph]  0.8.8claws75
4141
4142         * src/folder.c
4143                 don't accept 0 as a valid uid returned by copy and move
4144                 functions. 0 means the message was copied or moved but the
4145                 new uid could not be fetched. It is not an error condition
4146                 for the copy or move operation.
4147
4148 2003-01-10 [paul]       0.8.8claws74
4149
4150         * src/prefs_filtering.c
4151                 change English used in Alert when entry is not
4152                 saved.
4153                 
4154         * sync with 0.8.8cvs4
4155                 see ChangeLog 2003-01-10
4156
4157 2003-01-10 [darko]      0.8.8claws73
4158
4159         * src/pine.c
4160                 fix crash when importing address book entry
4161                 without a valid address
4162
4163 2003-01-09 [alfons]     0.8.8claws72
4164
4165         * src/inc.c
4166                 filtering performance: use new style folder update
4167
4168 2003-01-09 [christoph]  0.8.8claws71
4169
4170         * src/compose.c
4171         * src/gtk/menu.[ch]
4172                 fix wrong selecting of mime encoding type, when
4173                 opening property dialog of attachments in the
4174                 compose window. 7bit was always selected and that
4175                 destoryed files with 8bit data.
4176                 (closes bug #9 Sylpheed-claws destroys attachments when
4177                  changing MIME-types)
4178
4179 2003-01-09 [paul]       0.8.8claws70
4180
4181         * sync with 0.8.8cvs3
4182                 see ChangeLog 2003-01-09
4183
4184 2003-01-08 [alfons]     0.8.8claws69
4185         
4186         * src/addressadd.c
4187                 apply patch by Kim Schulz to fix build breakage
4188                 because of missing variable
4189
4190 2003-01-08 [paul]       0.8.8claws68
4191
4192         * sync with 0.8.8cvs2
4193                 see ChangeLog 2002-01-08
4194
4195 2003-01-08 [paul]       0.8.8claws67
4196
4197         * po/it.po
4198                 updated by Alessandro Maestri
4199                 
4200         * src/addressadd.c
4201                 when using 'Add sender to addressbook' allow
4202                 name to be edited and remarks to be entered
4203                 Patch submitted by Luke Plant
4204
4205 2003-01-08 [darko]      0.8.8claws66
4206
4207         * README.claws, src/summaryview.c
4208                 fix description for marked messages
4209
4210 2003-01-08 [paul]
4211
4212         * tools/Makefile.am
4213           tools/launch_phoenix  ** NEW FILE **
4214                 add script that enables using Phoenix as the default
4215                 web browser. 
4216                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4217                 
4218         * tools/OOo2sylpheed.pl
4219                 remove full path to sylpheed executable, just 'sylpheed'
4220                 will do
4221                 
4222         * tools/README
4223                 add launch_phoenix informtion and re-arrange and compress
4224                 the data a little
4225
4226 2003-01-07 [christoph]  0.8.8claws65
4227
4228         * src/folder.c
4229                 fix update for source folder when moving messages
4230         * src/procmsg.[ch]
4231         * src/summaryview.c
4232                 use function to set to_folder for message infos and
4233                 automatically update the op_count for old and new
4234                 folder
4235
4236 2003-01-07 [melvin]     0.8.8claws64
4237
4238         * src/prefs_actions.c
4239                 Fixed bug where an '%p' Action on a displayed image crashed 
4240                         Sylpheed
4241                 Code clean up (get rid of duplicated code and removed unnecessary 
4242                                 structure member)
4243
4244 2003-01-07 [christoph]  0.8.8claws63
4245
4246         * src/compose.c
4247         * src/folder.[ch]
4248         * src/folderview.c
4249         * src/import.c
4250         * src/inc.c
4251         * src/main.c
4252         * src/mainwindow.c
4253         * src/messageview.c
4254         * src/prefs_folder_item.c
4255         * src/procmsg.c
4256         * src/summaryview.c
4257         * src/toolbar.c
4258                 o remove all folder update triggering from the UI code. The folder
4259                   system should know much better when a folder needs an update.
4260                 o to prevent multiple updates in a row the folder updates can be
4261                   frozen for some time.
4262
4263                 Note: - Please verify that no updates are missing
4264                       - Check where freeze/thaws should be added
4265
4266 2003-01-07 [christoph]  0.8.8claws62
4267
4268         * src/prefs_actions.c
4269                 don't translate empty strings
4270
4271         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4272
4273 2003-01-06 [christoph]  0.8.8claws61
4274
4275         * src/prefs_actions.c
4276                 mark strings for gettext
4277         * src/prefs_matcher.c
4278                 use new description window for Execute action and
4279                 match condition in Filtering
4280
4281         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4282
4283 2003-01-06 [alfons]     0.8.8claws60
4284
4285         keep myself inspired to re-organize matcher part 8; 
4286         yes, more to come (I need to move out the descriptive
4287         text for actions to matcher.c, or at least make it not
4288         depend on the wicked ordering)
4289
4290         * src/prefs_matcher.c
4291                 add documentation so others may comprehend the
4292                 UI part of the conditions
4293                 
4294 2003-01-06 [christoph]  0.8.8claws59
4295
4296         * src/prefs_actions.c
4297                 use new description window for syntax help
4298         * src/gtk/description_window.c
4299                 fix display of descriptions with column count != 2
4300
4301         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4302
4303 2003-01-06 [christoph]  0.8.8claws58
4304
4305         * src/quote_fmt.c
4306         * src/summaryview.[ch]
4307         * src/gtk/Makefile.am
4308         * src/gtk/description_window.[ch]       ** NEW **
4309                 use a generic window to display syntax descriptions
4310                 currently used in quote_fmt and summaryview (new description
4311                 for extended quick search)
4312
4313         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4314
4315 2003-01-06 [paul]       0.8.8claws57
4316
4317         * sync with 0.8.8cvs1
4318                 see ChangeLog 2003-01-06
4319
4320 2003-01-06 [christoph]  0.8.8claws56
4321
4322         * src/mainwindow.c
4323         * src/prefs_gtk.[ch]
4324         * src/gtk/prefswindow.[ch]
4325         * src/plugins/spamassassin/spamassassin_gtk.c
4326                 o remove page management from prefswindow, pages
4327                   will be an argument to prefswindow_open
4328                 o prefswindow_open gets a datapointer that is
4329                   passed to the widget_create function to allow
4330                   creation of prefswindow for specific items
4331
4332 2003-01-06 [colin]      0.8.8claws55
4333         
4334         * src/summaryview.c
4335                 We don't want regexp in the reply-finder, 
4336                 because MIDs can contain !,$,. and so on
4337
4338 2003-01-06 [jens]       0.8.8claws54
4339
4340         * src/jpilot.c
4341                 fixed a wrong free in jpilot_read_db_files
4342
4343 2003-01-06 [alfons]     0.8.8claws53
4344
4345         re-organize matcher part 8; more to come
4346        
4347         * src/matcher.c
4348                 matcherprop_to_string(): put g_free()s before the
4349                 switch-case break to fix memleaks                
4350
4351 2003-01-06 [colin]      0.8.8claws52
4352
4353         * src/summaryview.c
4354                 cleanup & reply-finder now displays the first 
4355                 matching message
4356
4357 2003-01-05 [alfons]     0.8.8claws51
4358
4359         re-organize matcher part 7; more to come
4360
4361         * src/matcher.[ch]
4362                 fixes for constant correctness;
4363                 more documentation;
4364
4365 2003-01-05 [alfons]     0.8.8claws50
4366
4367         re-organize matcher part 6; more to come
4368         
4369         * src/matcher.[ch]
4370                 fixes for constant correctness;
4371                 more documentation;
4372         * src/filtering.c
4373                 fix for constant correctness
4374
4375 2003-01-05 [colin]      0.8.8claws49
4376
4377         * src/account.[ch]
4378                 Add account_get_reply_account function
4379         * src/compose.c
4380                 Use account_get_reply_account function 
4381         * src/summaryview.c
4382                 Basic reply-finder - click on the replied
4383                 icon gets you to the outbox using quick-search
4384
4385 2003-01-05 [paul]       0.8.8claws48
4386
4387         * src/prefs_common.c
4388                 small change to English
4389                 
4390         * src/prefs_filtering.c
4391                 prefs_filtering_action_select(): improve logic and uniformity
4392                 of gui
4393
4394 2003-01-05 [alfons]     0.8.8claws47
4395
4396         fine tune solution to focus problems (bug #7)
4397
4398         * src/mainwindow.c
4399                 mainwindow_focus_in_event(): remove grab event check
4400         * src/summaryview.c
4401                 summary_button_pressed(): move selection on right-click
4402                 too. we can't possibly move the selection back after
4403                 canceling a dialog, because gtk's incomplete focus 
4404                 management. whether this is a good solution, only time
4405                 will tell.
4406
4407 2003-01-05 [christoph]  0.8.8claws46
4408
4409         * src/imap.c
4410                 fix crash when no imap connection could be established
4411
4412 2003-01-05 [paul]       0.8.8claws45
4413
4414         * src/mainwindow.c
4415           src/sumamryview.c
4416           src/gtk/menu.[ch]
4417                 fix bug 605957 'shortcuts in popup-menu'
4418                 make user-defined shortcuts work
4419                 show shortcuts that are already defined
4420                 in the main menu
4421                 Patch submitted by Luke Plant
4422
4423 2003-01-05 [alfons]     0.8.8claws44
4424
4425         * src/mainwindow.c
4426                 focus_in_event handler should not select summary view row 
4427                 when another window (menu, dialog) grabbed for events 
4428                 (bug #7, "[0.8.8claws42] Message summary focus") 
4429
4430 2003-01-04 [christoph]  0.8.8claws43
4431
4432         * src/procmsg.c
4433                 update save folder after adding the sent message
4434                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4435
4436 2003-01-02 [christoph]  0.8.8claws42
4437
4438         * src/common/plugin.c
4439                 fix unloading of all plugins and unload
4440                 plugins in reverse order
4441                 
4442         * src/gtk/pluginwindow.c
4443                 implement function of load and unload button
4444
4445         * src/gtk/prefswindow.c
4446         * src/gtk/prefswindow.h
4447                 rename register function and add new unregister
4448                 function
4449
4450         * src/plugins/spamassassin/spamassassin_gtk.c
4451                 unregister prefs page and update for changes in
4452                 src/gtk/prefswindow.c
4453
4454 2003-01-02 [paul]       0.8.8claws41
4455
4456         * po/es.po
4457                 updated by Ricardo Mones Lastra
4458
4459 2003-01-02 [paul]
4460
4461         * tools/tb2sylpheed
4462                 fixes and improvements by Urke MMI
4463
4464 2003-01-02 [thorsten]   0.8.8claws40
4465
4466         * src/procmsg.c
4467                 fixed wrong return value
4468
4469 2003-01-02 [thorsten]   0.8.8claws39
4470
4471         * src/prefs.c
4472                 fixed printing wrong variable
4473
4474 2003-01-02 [thorsten]   0.8.8claws38
4475
4476         * src/prefs.c
4477                 fixed acessing members of freed pfile struct
4478
4479 2003-01-02 [thorsten]   0.8.8claws37
4480
4481         * src/procmsg.c
4482                 detect loops across several messages
4483                 as suggested by Christoph Hohmann
4484
4485 2003-01-01 [match]      0.8.8claws36
4486
4487         * src/addrindex.c
4488                 fixed another memory leak.
4489
4490 2003-01-01 [match]      0.8.8claws35
4491
4492         * src/jpilot.[ch]
4493                 fixed memory leaks. applied Doxygen comments.
4494
4495 2003-01-01 [thorsten]   0.8.8claws34
4496
4497         * src/procmsg.c
4498                 inhibit endless loop if msg references itself
4499                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4500
4501 2003-01-01 [christoph]  0.8.8claws33
4502
4503         * src/mainwindow.c
4504         * src/gtk/Makefile.am
4505         * src/gtk/pluginwindow.c                ** NEW **
4506         * src/gtk/pluginwindow.h                ** NEW **
4507                 add plugin window
4508
4509         * src/plugins/demo/demo.c
4510         * src/plugins/spamassassin/spamassassin.c
4511         * src/plugins/spamassassin/spamassassin_gtk.c
4512                 write better plugin descriptions
4513
4514 2002-12-31 [christoph]  0.8.8claws32
4515
4516         * src/gtk/prefswindow.c
4517         * src/plugins/spamassassin/spamassassin_gtk.c
4518                 some small improvements to GTK code
4519
4520 2002-12-31 [christoph]  0.8.8claws31
4521
4522         * src/plugins/spamassassin/spamassassin_gtk.c
4523                 enable folder select button
4524
4525 2002-12-31 [christoph]  0.8.8claws30
4526
4527         * src/mainwindow.c
4528         * src/gtk/Makefile.am
4529         * src/gtk/prefswindow.c                         ** NEW **
4530         * src/gtk/prefswindow.h                         ** NEW **
4531                 add new prefs window
4532
4533         * src/common/plugin.c
4534                 don't try to load empty config lines
4535         
4536         * src/plugins/spamassassin/Makefile.am
4537         * src/plugins/spamassassin/spamassassin.c
4538         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4539         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4540                 GTK config for SpamAssassin Plugin using
4541                 the new prefs window
4542
4543 2002-12-31 [paul]       0.8.8claws29
4544
4545         * po/POTFILES.in
4546                 remove obsolete entry 'src/menu.c'
4547
4548 2002-12-31 [alfons]     0.8.8claws28
4549
4550         * src/matcher.[ch]
4551         * src/matcher_parser_parse.y
4552         * src/prefs_matcher.c
4553                 add "ignore_thread" and "~ignore_thread" condition so it's
4554                 possible to make the actions / scoring operate on the ignore
4555                 thread flag
4556
4557 2002-12-31 [christoph]  0.8.8claws27
4558
4559         * src/addrbook.c
4560         * src/addrindex.c
4561         * src/folder.c
4562         * src/matcher.c
4563         * src/prefs_account.c
4564         * src/prefs_actions.c
4565         * src/prefs_customheader.c
4566         * src/prefs_display_header.c
4567         * src/prefs_gtk.c
4568         * src/procmime.c
4569         * src/toolbar.c
4570         * src/xmlprops.c
4571         * src/common/prefs.[ch]
4572                 extend prefs file handling for reading and automatic handling
4573                 of blocks. When reading prefs_set_block_label will automatically
4574                 move on to the block. When writing it will copy all other blocks
4575                 automatically
4576
4577         * src/common/plugin.c
4578                 Now loading plugin filenames from [Plugins] block in
4579                 sylpheed rc file
4580
4581 2002-12-30 [christoph]  0.8.8claws26
4582
4583         * src/common/hooks.[ch]
4584                 return abort status to caller of hooks_invoke
4585                 
4586         * src/inc.[ch]
4587                 invoke message filtering hook and stop
4588                 default handling when filter returns abort
4589
4590         * src/common/plugin.[ch]
4591         * src/plugins/demo/demo.c
4592                 modify plugin loader, because resolving symbols for strings
4593                 does not work correctly
4594         
4595         * configure.in
4596         * ac/spamassassin.m4                            ** NEW **
4597         * src/plugins/spamassassin/.cvsignore           ** NEW **
4598         * src/plugins/spamassassin/Makefile.am          ** NEW **
4599         * src/plugins/spamassassin/README               ** NEW **
4600         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4601         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4602         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4603                 add spamassassin plugin, see src/plugins/spamassassin/README
4604                 for details
4605
4606 2002-12-29 [alfons]     0.8.8claws25
4607
4608         * src/mainwindow.c
4609                 when moving focus from a message view to the main 
4610                 window, don't forget to select the summary node
4611                 of the displayed message. should fix "[ 659103 ] 
4612                 focus-follows-mouse confuses sylpheed"
4613
4614 2002-12-29 [christoph]  0.8.8claws24
4615
4616         * src/Makefile.am
4617         * src/stringtable.[ch]          ** REMOVE **
4618         * src/common/Makefile.am
4619         * src/common/stringtable.[ch]   ** NEW **
4620                 move stringtable files to common directory
4621
4622 2002-12-29 [christoph]  0.8.8claws23
4623
4624         * src/Makefile.am
4625         * src/menu.[ch]                 ** REMOVE **
4626         * src/gtk/Makefile.am
4627         * src/gtk/menu.[ch]             ** NEW **
4628                 move menu files to gtk directory
4629
4630 2002-12-29 [match]      0.8.8claws22
4631
4632         * src/addressbook.c
4633         * src/syldap.c
4634                 moved UI specific code out of LDAP code into addressbook
4635                 UI code. fixed memory leak.
4636
4637 2002-12-29 [christoph]  0.8.8claws21
4638
4639         * src/folder.c
4640                 only check for IGNORED parent message when message is
4641                 not IGNORED itself
4642
4643 2002-12-29 [alfons]     0.8.8claws20
4644
4645         * src/summaryview.c
4646                 set gtksctree's anchor correct (immediate execute
4647                 changes the tree's layout, and anchor points at 
4648                 the incorrect row). fixes "[ 657233 ] multiple msg 
4649                 delete sometimes off by 1".
4650                 we probably have to look for more tree layout /
4651                 anchor glitches.
4652
4653 2002-12-29 [paul]       0.8.8claws19
4654
4655         * src/summaryview.c
4656                 fix bug [ 659054 ] incorrect sorting of 'From' column
4657                 when using 'display sender using address book'
4658                 thanks to Alfons and Luke Plant
4659
4660 2002-12-29 [christoph]  0.8.8claws18
4661
4662         * src/folder.c
4663         * src/procmsg.[ch]
4664                 check parent messages for IGNORE THREAD flag, when adding,
4665                 moving or copying messages to a folder
4666
4667 2002-12-27 [alfons]     0.8.8claws17
4668
4669         re-organize matcher part 5; more to come
4670
4671         * src/matcher.c
4672                 hash keywords in matchparser_tab 
4673
4674 2002-12-27 [alfons]     0.8.8claws16
4675
4676         re-organize matcher part 4; more to come
4677
4678         * src/matcher_parser.h
4679         * src/matcher_parser_lex.l
4680         * src/matcher_parser_parse.y
4681                 cleanup
4682
4683 2002-12-27 [alfons]     0.8.8claws15
4684
4685         re-organize matcher part 3; more to come
4686
4687         * src/matcher.[ch]
4688                 cleanup
4689
4690 2002-12-27 [alfons]     0.8.8claws14
4691
4692         re-organize matcher part 2; more to come but this should
4693         work. cc me if there are any regressions.
4694
4695         * src/matcher.h
4696                 add prototype for get_matchparser_tab_id()
4697         * src/matcher_parser_lex.l
4698                 look up keywords using matchparser_tab_id();
4699
4700 2002-12-27 [alfons]     0.8.8claws12
4701
4702         re-organize matcher part 1
4703
4704         * src/matcher.h
4705                 map yacc generated constants to sylpheed matcher constants
4706         * src/matcher.c
4707                 add function to find a matcher constant from a string
4708
4709 2002-12-27 [christoph]  0.8.8claws11
4710
4711         * src/compose.c
4712                 MENUITEM_ADD casts the 4th argument from integer to pointer
4713                 so it probably should not be a pointer, this means we
4714                 should use account id for it and not the account's pointer
4715
4716 2002-12-27 [paul]       0.8.8claws10
4717
4718         * src/mainwindow.c
4719                 remove unneeded 'GtkWidget *vbox'
4720                 
4721         * src/summaryview.c
4722                 further sync with 0.8.8 - make sort
4723                 by recipient work as expected
4724                 
4725         * NEWS
4726                 sync with 0.8.8
4727
4728 2002-12-27 [paul]       0.8.8claws9
4729
4730         * po/pt_BR.po
4731                 updated by Ivan F. Martinez
4732                 
4733 2002-12-27 [darko]      0.8.8claws8
4734
4735         * src/common/utils.c
4736                 added locked pattern to extended search
4737
4738 2002-12-27 [alfons]     0.8.8claws7
4739
4740         * src/prefs_matcher.[ch]
4741                 clean up
4742
4743 2002-12-26 [alfons]     0.8.8claws6
4744
4745         * src/matcher.[ch]
4746         * src/matcher_parser_lex.l
4747         * src/matcher_parser_parse.y
4748         * src/prefs_matcher.c
4749                 allow color label as a condition in the matcher
4750
4751 2002-12-26 [oliver]     0.8.8claws5
4752         
4753         * src/toolbar.c 
4754                 enable Addressbook for Main and Messageview
4755         * src/prefs_actions.c
4756                 enable actions in Messageview
4757
4758 2002-12-26 [christoph]  0.8.8claws4
4759
4760         * src/common/plugin.c
4761                 add a little debug output
4762         * configure.in
4763         * src/plugins/demo/Makefile.am
4764                 better use of automake
4765
4766 2002-12-26 [christoph]  0.8.8claws3
4767
4768         * src/Makefile.am
4769         * src/common/Makefile.am
4770                 fix "make distdir"
4771
4772 2002-12-26 [christoph]  0.8.8claws2
4773
4774         * configure.in
4775                 sort configure checks into common / gtk / plugins
4776         * po/POTFILES.in
4777                 add src/prefs_gtk.c
4778         * src/Makefile.am
4779                 add plugins SUBDIR
4780         * src/main.c
4781         * src/common/sylpheed.[ch]
4782                 added now sylpheed_done function for shutdown
4783         * src/common/Makefile.am
4784         * src/common/plugin.[ch]                ** NEW **
4785                 plugin loader and unloader
4786         * src/plugins/.cvsignore                ** NEW **
4787         * src/plugins/Makefile.am               ** NEW **
4788                 build plugins
4789         * src/plugins/demo/.cvsignore           ** NEW **
4790         * src/plugins/demo/Makefile.am          ** NEW **
4791         * src/plugins/demo/demo.c               ** NEW **
4792                 small demo plugin that installs a logtext hook and
4793                 outputs the log text to stdout
4794
4795 2002-12-26 [paul]       0.8.8claws1
4796
4797         * po/es.po
4798                 updated by Ricardo Mones Lastra
4799
4800 2002-12-26 [paul]       0.8.8claws
4801
4802         * 0.8.8claws released
4803
4804 2002-12-26 [paul]       0.8.7claws12
4805
4806         * po/bg.po
4807                 updated by George Danchev
4808
4809 2002-12-26 [paul]       0.8.7claws11
4810
4811         * po/POTFILES.in
4812                 remove unneeded 'src/prefs.c' entry 
4813
4814 2002-12-26 [paul]       0.8.7claws10
4815
4816         * src/codeconv.c
4817           src/mainwindow.c
4818                 sync with 0.8.8 release
4819         
4820         * src/folder.[ch]
4821           src/mh.c
4822           src/summaryview.c
4823                 partial sync with 0.8.8 release
4824         
4825
4826 2002-12-25 [alfons]     0.8.7claws9
4827
4828         * src/matcher.[ch]
4829         * src/matcher_parser_lex.l
4830         * src/matcher_parser_parse.y
4831         * src/prefs_matcher.c
4832                 add locked flag to possible filtering / matcher 
4833                 conditions (also a good example what should be
4834                 done to add a simple boolean condition)
4835
4836 2002-12-25 [christoph]  0.8.7claws8
4837
4838         * src/Makefile.am
4839         * src/account.[ch]
4840         * src/addrbook.c
4841         * src/addressbook.c
4842         * src/addrindex.c
4843         * src/filtering.c
4844         * src/folder.c
4845         * src/matcher.c
4846         * src/prefs.[ch]                ** REMOVE **
4847         * src/prefs_account.c
4848         * src/prefs_actions.c
4849         * src/prefs_common.c
4850         * src/prefs_customheader.c
4851         * src/prefs_display_header.c
4852         * src/prefs_filtering.c
4853         * src/prefs_folder_item.c
4854         * src/prefs_gtk.[ch]            ** NEW **
4855         * src/prefs_matcher.c
4856         * src/prefs_scoring.c
4857         * src/prefs_summary_column.c
4858         * src/procmime.c
4859         * src/selective_download.c
4860         * src/toolbar.c
4861         * src/common/Makefile.am
4862         * src/common/prefs.[ch]         ** NEW **
4863                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4864
4865 2002-12-24 [alfons]     0.8.7claws7
4866
4867         * src/summaryview.c
4868                 summary_thread_build(): fix real cause of the crash mentioned in
4869                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4870                 this way we get meaningful ctree nodes 
4871
4872 2002-12-24 [oliver]     0.8.7claws6
4873
4874         * src/mainwindow.[ch]
4875         * src/messageview.[ch]
4876         * src/compose.[ch]
4877         * src/inc.c
4878         * src/summaryview.c
4879                 changes to use updated toolbar handling
4880                 
4881 2002-12-24 [oliver]     0.8.7claws5
4882
4883         * src/toolbar.[ch]
4884                 generic toolbar handling
4885                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4886         * src/prefs_toolbar.[ch]
4887                 adjust to handling
4888         
4889 2002-12-24 [oliver]     0.8.7claws4
4890         
4891         * src/stock_pixmap.[ch]
4892                 move SYLPHEED_LOGO to end of list in order 
4893                 to remove it from Custom Toolbar`s Icon View
4894
4895 2002-12-24 [alfons]     0.8.7claws3
4896
4897         * src/summaryview.c
4898                 summary_thread_build(): fix crash because of focus != selection 
4899                 after threading. when deleting the selection, gtk tries but fails 
4900                 to find the correct focusable element. we now force the selection
4901                 to be focused. this should solve the infamous bug reported by 
4902                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4903                 a test case is available. 
4904
4905 2002-12-24 [darko]      0.8.7claws2
4906
4907         * src/summaryview.c
4908                 don't crash when unmarking message with unread children
4909
4910 2002-12-23 [christoph]  0.8.7claws1
4911
4912         * src/Makefile.am
4913         * src/common/Makefile.am
4914                 update Makefiles for moved intl.h, version.h and defs.h
4915         * src/imap.c
4916                 rewrite imap_session_get to avoid duplicate code
4917
4918 2002-12-23 [paul]       0.8.7claws
4919
4920         * Santa-Claws released
4921         
4922         * po/hu.po
4923           po/ru.po
4924                 squeeze in updated Hungarian and Russian translations.
4925                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4926
4927 2002-12-23 [paul]       0.8.6claws129
4928
4929         * po/pl.po
4930                 updated by Witold Wladyslaw Wojciech Wilk
4931
4932 2002-12-23 [paul]       0.8.6claws128
4933
4934         * src/quote_fmt_parse.y
4935                 fix typo and add licence header
4936
4937 2002-12-23 [paul]       0.8.6claws127
4938
4939         * po/en_GB.po
4940                 updated
4941
4942 2002-12-23 [paul]       0.8.6claws126
4943
4944         * po/it.po
4945                 updated translation, submitted by Alessandro Maestri
4946                 
4947 2002-12-23 [paul]       0.8.6claws125
4948
4949         * src/quote_fmt_parse.y
4950                 fix signature-stripping on replies bug. match
4951                 '-- \n' and not '-- '.
4952
4953 2002-12-22 [paul]       0.8.6claws124
4954
4955         * po/bg.po
4956           po/es.po
4957           po/sr.po
4958                 updated translations. submitted by George Danchev,
4959                 Ricardo Mones Lastra, and Urke MMI respectively
4960
4961 2002-12-21 [paul]       0.8.6claws123
4962
4963         * src/addrbook.c
4964                 fix coding style
4965
4966 2002-12-21 [paul]       0.8.6claws122
4967
4968         * src/addrbook.c
4969                 fix bug [643638] where if a person is in one or more
4970                 addressbook groups editing that person's email 
4971                 address results in removal from those groups.
4972                 Patch submitted by Luke Plant.
4973
4974 2002-12-20 [christoph]  0.8.6claws121
4975
4976         * src/common/utils.c
4977         * src/summaryview.c
4978                 reimplement expand_search_string using GString to
4979                 prevent crashs caused by miscalculated string
4980                 lengths reported by Paul
4981
4982 2002-12-20 [christoph]  0.8.6claws120
4983
4984         * src/summaryview.c
4985                 don't use "changed" to check if op_count has to be changed as it
4986                 is also set when the message has unread children
4987                 (closes bug [ 653221 ] crash while deleting duplicates)
4988
4989 2002-12-20 [paul]       0.8.6claws119
4990
4991         * sync with 0.8.6cvs27
4992                 see ChangeLog 2002-12-20
4993
4994 2002-12-20 [paul]       0.8.6claws118
4995
4996         * sync with 0.8.6cvs26
4997                 see ChangeLog 2002-12-19 and 2002-12-20
4998
4999 2002-12-19 [alfons]     0.8.6claws117
5000
5001         * src/textview.c
5002                 fix incorrect parsing of email addresses, submitted by 
5003                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5004                 name display if it contains @".
5005
5006 2002-12-18 [paul]       0.8.6claws116
5007
5008         * sync with 0.8.6cvs23
5009                 see ChangeLog 2002-12-18
5010
5011 2002-12-18 [paul]       0.8.6claws115
5012
5013         * src/Makefile.am
5014         * src/account.c
5015         * src/codeconv.c
5016         * src/gtkutils.[ch]
5017         * src/imap.c
5018                 sync with 0.8.6cvs22.
5019                 see ChangeLog 2002-12-17 and 2002-12-18
5020
5021 2002-12-17 [christoph]  0.8.6claws114
5022
5023         * src/imap.c
5024                 o don't create a session if imap greeting fails
5025                 o don't close socket when authentication fails
5026                   this is done by imap_session_destroy
5027
5028 2002-12-17 [thorsten]   0.8.6claws113
5029
5030         * tools/Makefile.am
5031           tools/README
5032           tools/google_msgid.pl ** NEW FILE **
5033                 Added "search for message-id" script and doc
5034
5035 2002-12-17 [thorsten]   0.8.6claws112
5036
5037         * po/hu.po
5038                 Updated hungarian translation
5039                 (updated by Gal Zoltan)
5040
5041 2002-12-16 [christoph]  0.8.6claws111
5042
5043         * src/addr_compl.c
5044                 remove stupid addressbook dump to debug output
5045         * src/mh.c
5046                 fix memory leak found by Hiro
5047
5048 2002-12-14 [paul]       0.8.6claws110
5049
5050         * src/compose.c
5051                 fix menubar sensitivity on send
5052                 
5053         * src/prefs_filtering.c
5054         * src/prefs_matcher.c
5055         * src/prefs_scoring.c
5056                 Fix english ;)
5057                 
5058         * src/common/quoted-printable.h
5059                 sync: fix typo
5060         
5061 2002-12-13 [christoph]  0.8.6claws109
5062
5063         * src/Makefile.am
5064         * src/manage_window.[ch]        ** REMOVE **
5065         * src/gtk/Makefile.am
5066         * src/gtk/manage_window.[ch]    ** NEW **
5067                 move manage_window files to gtk directory
5068
5069 2002-12-13 [christoph]  0.8.6claws108
5070
5071         * src/Makefile.am
5072         * src/gtkshruler.[ch]           ** REMOVE **
5073         * src/gtk/Makefile.am
5074         * src/gtk/gtkshruler.[ch]       ** NEW **
5075                 move gtkshruler files to gtk directory
5076
5077 2002-12-13 [christoph]  0.8.6claws107
5078
5079         * src/Makefile.am
5080         * src/compose.c
5081         * src/gtkstext.[ch]             ** REMOVE **
5082         * src/gtkutils.[ch]
5083         * src/textview.c
5084         * src/gtk/gtkstext.[ch]         ** NEW **
5085         * src/gtk/Makefile.am
5086                 o move stext functions to gtkstext.c to remove
5087                   dependency of gtkutils
5088                 o move gtkstext files to gtk directory
5089
5090         * src/gtk/Makefile.am
5091         * src/gtk/sslcertwindow.[ch]
5092                 UI stuff can always depend on common code so
5093                 it's ok to add ../common to include path
5094
5095 2002-12-13 [colin]      0.8.6claws106
5096
5097         * src/summaryview.c
5098                 Disconnect sighandlers for mainwindow when
5099                 quicksearch has the focus
5100                 Fix bug #653231
5101         * src/mainwindow.[ch]
5102                 Make key_pressed callback public, to be able
5103                 to disconnect it
5104
5105 2002-12-13 [christoph]  0.8.6claws105
5106
5107         * src/mh.c
5108                 create .mh_sequences file in new MH folders
5109                 (closes feature request [ 523162 ] MH folders should
5110                  get a .mh_sequences)
5111
5112 2002-12-13 [colin]      0.8.6claws104
5113
5114         * src/summaryview.c
5115                 Better handling of quicksearch show/hide
5116                 (basically the button stays under the mouse 
5117                  when toggled)
5118
5119 2002-12-13 [paul]       0.8.6claws103
5120
5121         * sync with 0.8.6cvs17
5122                 see ChangeLog 2002-12-13
5123
5124 2002-12-13 [paul]       0.8.6claws102
5125
5126         * po/es.po
5127                 updated by Ricardo Mones Lastra
5128
5129 2002-12-11 [colin]       0.8.6claws101
5130
5131         * src/folder.c
5132                 remove statusbar stuff
5133           src/folderview.c
5134                 set statusbar verbosity when moving folders
5135
5136 2002-12-11 [colin]       0.8.6claws100
5137         * src/prefs_filtering.c
5138         * src/prefs_matcher.c
5139         * src/prefs_scoring.c
5140                 Fix english ;)
5141
5142 2002-12-11 [colin]       0.8.6claws99
5143
5144         * src/prefs_common.[ch]
5145                 Add summary_quicksearch_type
5146         * src/summaryview.c
5147                 Save last used quicksearch type
5148
5149 2002-12-11 [jens]       0.8.6claws98
5150         * src/prefs_filtering.c
5151         * src/prefs_matcher.c
5152         * src/prefs_scoring.c
5153                 added dialog for incomplete rules in scoring, filtering and
5154                 matcher to ask wheather really close
5155
5156 2002-12-11 [colin]      0.8.6claws97
5157
5158         * src/folder.c
5159                 Fix folder dnd statusbar logging
5160
5161 2002-12-10 [christoph]  0.8.6claws96
5162
5163         * src/compose.c
5164         * src/folder.c
5165         * src/imap.c
5166         * src/inc.c
5167         * src/main.c
5168         * src/mainwindow.c
5169         * src/news.c
5170         * src/send.c
5171         * src/statusbar.[ch]
5172         * src/common/hooks.c
5173         * src/common/log.[ch]
5174                 o handle verbose logging in statusbar directly in statusbar code
5175                   and common code does not need any knowledge about a statusbar
5176                 o remove direct calls to statusbar_(puts|pop)_all functions
5177
5178 2002-12-10 [jens]       0.8.6claws95
5179
5180         * src/*.c
5181                 removed gettext from g_warnings
5182         * po/POTFILES.in
5183                 cleaned and updated
5184         * po/de.po
5185                 updated
5186
5187 2002-12-10 [colin]      0.8.6claws94
5188
5189         * src/main.c
5190                 finish crash dialog fix
5191
5192 2002-12-10 [colin]      0.8.6claws93
5193
5194         * src/main.c
5195                 "Fix" "sylpheed already running" instead of
5196                 crash dialog appearing after a crash
5197
5198 2002-12-10 [colin]      0.8.6claws92
5199
5200         * po/POTFILES.in
5201                 add src/gtk/sslcertwindow.c
5202
5203 2002-12-10 [paul]       0.8.6claws91
5204
5205         * po/POTFILES.in
5206                 updated to reflect recent changes
5207                 submitted by Alessandro Maestri
5208
5209 2002-12-09 [christoph]  0.8.6claws90
5210
5211         * src/Makefile.am
5212         * src/smtp.[ch]                 ** REMOVE **
5213         * src/common/Makefile.am
5214         * src/common/smtp.[ch]          ** NEW **
5215                 move smtp files to common directory
5216
5217 2002-12-09 [christoph]  0.8.6claws89
5218
5219         * src/Makefile.am
5220         * src/session.[ch]              ** REMOVE **
5221         * src/common/Makefile.am
5222         * src/common/session.[ch]       ** NEW **
5223                 move session files to common directory
5224
5225 2002-12-09 [paul]       0.8.6claws88
5226
5227         * src/account.c
5228                 fix bug [649746] edit accounts: move account reverted
5229                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5230
5231 2002-12-09 [colin]      0.8.6claws87
5232
5233         * src/ssl_certificate.c
5234                 cleanup
5235
5236 2002-12-09 [colin]      0.8.6claws86
5237
5238         * src/ssl.c
5239                 Try to open the cert.pem database and 
5240                 issue a warning if it isn't there
5241
5242 2002-12-09 [colin]      0.8.6claws85
5243
5244         * src/common/ssl_certificate.c
5245         * src/gtk/sslcertwindow.c
5246                 Warning fixes
5247
5248 2002-12-09 [colin]      0.8.6claws84
5249
5250         * src/ssl_certificate.[ch] ** REMOVED **
5251         * src/common/ssl_certificate.[ch] ** NEW **
5252         * src/Makefile.am
5253         * src/common/Makefile.am
5254                 Moved ssl_certificate.[ch] to common
5255         * src/common/ssl.c 
5256                 Put back needed include
5257         * src/gtk/sslcertwindow.[ch]
5258                 Changed ssl_certificate.h include
5259         
5260 2002-12-09 [colin]      0.8.6claws83
5261
5262         * src/gtk/sslcertwindow.[ch]
5263                 Implement hook for certificate acception
5264         * src/ssl_certificate.[ch]
5265                 Implement hook for certificate acception
5266         * src/common/ssl.c
5267                 Reenable certificate acception check
5268         * src/mainwindow.c
5269                 Register sslcertwindow's hook
5270         
5271 2002-12-08 [christoph]  0.8.6claws82
5272
5273         * src/about.c
5274         * src/addr_compl.c
5275         * src/codeconv.c
5276         * src/manual.c
5277         * src/undo.c
5278         * src/common/utils.c
5279                 o add missing includes
5280                 o fix warnings
5281         * src/.cvsignore
5282         * src/common/.cvsignore
5283         * src/common/version.h          ** REMOVE **
5284                 remove autogenerated file
5285
5286 2002-12-08 [paul]       0.8.6claws81
5287
5288         * src/stringtable.c
5289                 put back needed include
5290
5291 2002-12-08 [colin]      0.8.6claws80
5292         
5293         * src/gtk/sslcertwindow.c
5294                 Cleaner popups when asking
5295         * src/ssl_certificate.c
5296         * src/prefs_common.[ch]
5297                 remove ssl certificate pref
5298                 put back needed include
5299         * src/undo.c
5300                 put back needed include
5301
5302 2002-12-08 [christoph]  0.8.6claws79
5303
5304         * src/folderview.c
5305         * src/logwindow.c
5306         * src/statusbar.c
5307         * src/summaryview.c
5308                 only abort hook invokation if required data is missing not
5309                 if our own data pointer is NULL, update hookfunction for
5310                 log window
5311
5312 2002-12-08 [paul]       0.8.6claws78
5313
5314         * src/about.c
5315         * src/addrcache.c
5316         * src/addrclip.c
5317         * src/addr_compl.c
5318         * src/addrselect.c
5319         * src/codeconv.c
5320         * src/colorlabel.c
5321         * src/enriched.c
5322         * src/esmtp.c
5323         * src/exporthtml.c
5324         * src/headerview.c
5325         * src/imageview.c
5326         * src/manual.c
5327         * src/noticeview.c
5328         * src/pgptext.c
5329         * src/scoring.c
5330         * src/sourcewindow.c
5331         * src/stringtable.c
5332         * src/undo.c
5333                 clean up: remove unneccesary includes
5334
5335 2002-12-08 [christoph]  0.8.6claws77
5336
5337         * src/folderview.c
5338         * src/statusbar.c
5339         * src/summaryview.c
5340         * src/common/hooks.[ch]
5341                 hook functions now have a gboolean return value, if a hook
5342                 returns TRUE it will stop executing of any more hooks in
5343                 the same hooklist for this invokation
5344
5345 2002-12-08 [colin]      0.8.6claws76
5346         
5347         * src/main.c
5348                 put back argv0 for CRASH_DIALOG
5349
5350 2002-12-08 [christoph]  0.8.6claws75
5351
5352         * src/Makefile.am
5353         * src/about.c
5354         * src/account.c
5355         * src/crash.c
5356         * src/esmtp.h
5357         * src/imap.[ch]
5358         * src/inc.c
5359         * src/main.c
5360         * src/mainwindow.c
5361         * src/news.c
5362         * src/pop.[ch]
5363         * src/prefs_account.[ch]
5364         * src/prefs_common.[ch]
5365         * src/send.[ch]
5366         * src/smtp.[ch]
5367         * src/ssl_certificate.[ch]
5368         * src/ssl_manager.[ch]
5369         * src/common/Makefile.am
5370         * src/common/log.c
5371         * src/common/nntp.[ch]
5372         * src/common/socket.[ch]
5373         * src/common/ssl.[ch]
5374         * src/gtk/sslcertwindow.[ch]
5375         * ac/openssl.m4
5376                 use new autoconf script to detect OpenSSL with extra parameters
5377                 to specify the location of libs and includes, also remove USE_SSL
5378                 to USE_OPENSSL
5379
5380         * src/common/sylpheed.[ch]
5381         * src/common/version.h.in
5382                 start seperation of common code initialization seperated from gui
5383
5384         * src/summaryview.c
5385                 The function that is called when a color label changes
5386                 should not change the color lable again
5387
5388 2002-12-08 [colin]      0.8.6claws74
5389
5390         * src/gtk/sslcertwindow.c
5391                 warning fixes
5392
5393 2002-12-08 [colin]      0.8.6claws73
5394
5395         * src/statusbar.c
5396           src/common/log.h
5397                 Register a hook for statusbar_puts_all
5398         * src/common/log.c
5399                 invoke statusbar_puts_all's hook
5400         
5401 2002-12-08 [colin]      0.8.6claws72
5402
5403         * src/ssl_certificate.c
5404                 Put back a badly-removed include
5405
5406 2002-12-08 [colin]      0.8.6claws71
5407
5408         * src/gtk/sslcertwindow.[ch]    ** NEW **
5409                 new certificate presentation
5410         * src/gtk/Makefile.am
5411                 add new files
5412         * src/ssl_certificate.[ch]
5413                 gtk cleanup, made utility functions public
5414         * src/ssl_manager.c
5415                 use new cert presentation
5416
5417 2002-12-07 [christoph]  0.8.6claws70
5418
5419         * src/Makefile.am
5420         * src/nntp.[ch]                 ** REMOVE **
5421         * src/common/Makefile.am
5422         * src/common/nntp.[ch]          ** NEW **
5423                 move nntp files to common directory
5424
5425 2002-12-07 [christoph]  0.8.6claws69
5426
5427         * src/procmsg.[ch]
5428         * src/summaryview.c
5429                 implement msginfo update callback using sylpheed's new
5430                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5431
5432 2002-12-06 [christoph]  0.8.6claws68
5433
5434         * src/editgroup.c
5435                 This patch changes the 'Edit Group Details' dialog to
5436                 allow extended selections in either pane, so that
5437                 addresses can be added or removed from a group more
5438                 quickly and easily. (it actually is a net decrease in
5439                 file size, as some unnecessary functions have been
5440                 removed). 
5441                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5442
5443 2002-12-06 [christoph]  0.8.6claws67
5444
5445         * src/Makefile.am
5446         * src/template.[ch]             ** REMOVE **
5447         * src/common/Makefile.am
5448         * src/common/template.[ch]      ** NEW **
5449                 move template files to common directory
5450
5451         * src/nntp.c
5452                 add missing log.h include
5453
5454 2002-12-06 [melvin]     0.8.6claws66
5455
5456         * src/prefs_actions.c
5457                 Added the trailing ">" syntax to insert command's output
5458                 without replacing old text (in contrast to trailing "|").
5459
5460 2002-12-05 [colin]      0.8.6claws65
5461         
5462         * src/common/utils.c
5463                 Don't modify original search_string or it'll change
5464                 the next iterations in the for()
5465
5466 2002-12-05 [darko]      0.8.6claws64
5467
5468         * src/common/utils.c
5469                 proper check for filtering commands, found by Colin
5470
5471 2002-12-05 [darko]      0.8.6claws63
5472
5473         * src/common/utils.c
5474                 check proper string for NULL pointer, found by Colin
5475
5476 2002-12-05 [darko]      0.8.6claws62
5477
5478         * src/common/utils.[ch]
5479                 expand_search_string(): new function
5480                 converts Mutt-like patterns to Sylpheed's
5481                 filtering engine
5482         * src/summaryview.c
5483                 use expand_search_string() to allow Mutt-like
5484                 patterns in extended search
5485         * README.claws
5486                 document extended option in quick search
5487
5488 2002-12-05 [paul]       0.8.6claws61
5489
5490         * sync with 0.8.6cvs16
5491                 see ChangeLog 2002-12-05
5492                 
5493         * po/POTFILES.in
5494                 clean up
5495
5496 2002-12-04 [christoph]  0.8.6claws60
5497
5498         * src/imap.[ch]
5499                 put imap authentication code into a new function and
5500                 remove it from imap_session_new that will allow to
5501                 send other commands before authentication
5502
5503 2002-12-04 [christoph]  0.8.6claws59
5504
5505         * src/imap.[ch]
5506                 use already existing method to prevent unneeded IMAP
5507                 folder selects. Set imap_select parameters to NULL
5508                 in some functions if the values are not required.
5509
5510         * src/xml.h
5511                 remove no longer required include
5512
5513 2002-12-04 [paul]       0.8.6claws58
5514
5515         * po/es.po
5516                 updated by Ricardo Mones Lastra
5517                 
5518         * configure.in
5519           po/hu.po      ** NEW FILE **
5520                 initial Hungarian translation, submitted
5521                 by Gál Zoltán <galzoli@hu.inter.net>
5522
5523 2002-12-03 [christoph]  0.8.6claws57
5524
5525         * src/Makefile.am
5526         * src/gtksctree.[ch]            ** REMOVE **
5527         * src/gtk/Makefile.am
5528         * src/gtk/gtksctree.[ch]        ** NEW **
5529                 move gtksctree files to gtk directory
5530
5531 2002-12-03 [christoph]  0.8.6claws56
5532
5533         * src/Makefile.am
5534         * src/md5.[ch]                  ** REMOVE **
5535         * srm/common/Makefile.am
5536         * src/common/md5.[ch]           ** NEW **
5537                 move md5 files to common directory
5538
5539         * src/gtkstext.c
5540                 remove not required #include
5541
5542 2002-12-03 [sergey]     0.8.6claws55
5543
5544         * src/gtkutils.c
5545         * src/gtkutils.h
5546                 gtkut_window_popup(): new function.
5547         * src/mainwindow.c
5548                 main_window_popup(): use gtkut_window_popup() to raise
5549                 window without changing its position.
5550                 (see sylpheed-main ML message [sylpheed:17247])
5551
5552 2002-12-03 [sergey]     0.8.6claws54
5553
5554         * src/send.c
5555                 send_message_local(): removed first-dot escaping
5556                 (SMTP-only, not needed for sending through pipe)
5557
5558 2002-12-03 [paul]       0.8.6claws53
5559
5560         * po/POTFILES.in
5561                 update to reflect recent changes (thanks
5562                 to Ricardo Mones Lastra)
5563                 
5564         * tools/filter_conv.pl
5565                  fix problem with quoted strings. Patch submitted
5566                  by Luke Plant <lukeplant@softhome.net>
5567
5568 2002-12-03 [paul]       0.8.6claws52
5569
5570         * sync with 0.8.6cvs15
5571                 see ChangeLog 2002-12-03
5572
5573 2002-12-02 [christoph]  0.8.6claws51
5574
5575         * src/logwindow.[ch]
5576         * src/common/log.[ch]
5577                 implement logging using a hook function
5578
5579         * src/folderview.c
5580         * src/folder.[ch]
5581                 define hooklist name in header file to avoid
5582                 errors caused by wrong spelling of hooklist names
5583
5584         * src/toolbar.c
5585                 fix warnings
5586
5587 2002-12-02 [christoph]  0.8.6claws50
5588
5589         * src/common/Makefile.am
5590                 add src/common/hooks.[ch]
5591
5592         * src/common/hooks.[ch]
5593                 implement a simple hook system using glib's hook functions
5594
5595         * src/folder.[ch]
5596         * src/folderview.c
5597                 use new hook system for folder item updates
5598
5599 2002-12-02 [christoph]  0.8.6claws49
5600
5601         * doc-src/ui_seperation.txt     ** NEW **
5602                 information for ui seperation
5603
5604         * src/Makefile.am
5605                 remove files that were moved to common
5606                 include common directory by default for the header files
5607
5608         * src/inc.c
5609         * src/common/socket.c
5610         * src/automaton.[ch]
5611                 implement automaton using g_io_*-functions instead of
5612                 gdk_input_add to make it ui independent
5613
5614         * src/codeconv.c
5615         * src/compose.c
5616         * src/ldif.c
5617         * src/pgptext.c
5618         * src/procmime.c
5619         * src/rfc2015.c
5620         * src/smtp.c
5621         * src/unmime.c
5622                 remove common/ prefix because directory is now in
5623                 include path
5624
5625         * src/compose.c
5626         * src/folder.c
5627         * src/folderview.c
5628         * src/mainwindow.c
5629         * src/messageview.c
5630         * src/prefs_common.c
5631         * src/procmsg.c
5632         * src/rfc2015.c
5633                 fix warnings
5634
5635         * src/imap.c
5636         * src/inc.c
5637         * src/news.c
5638         * src/pop.c
5639         * src/send.c
5640         * src/smtp.c
5641         * src/ssl_certificate.c
5642                 add log.h header file for logging functions
5643
5644         * src/main.c
5645         * src/common/utils.c
5646         * src/summaryview.c
5647         * src/xml.c
5648                 o move debug_mode to common/utils.c
5649                 o add functions to set and get debug_mode
5650
5651         * src/defs.h                    ** REMOVE **
5652         * src/intl.h                    ** REMOVE **
5653         * src/socket.[ch]               ** REMOVE **
5654         * src/ssl.[ch]                  ** REMOVE **
5655         * src/utils.[ch]                ** REMOVE **
5656                 replaced by new files in src/common/
5657         
5658         * src/common/Makefile.am
5659                 add new files in src/common/
5660
5661         * src/common/defs.h             ** NEW **
5662         * src/common/intl.h             ** NEW **
5663         * src/common/log.[ch]           ** NEW **
5664         * src/common/socket.[ch]        ** NEW **
5665         * src/common/ssl.[ch]           ** NEW **
5666         * src/common/utils.[ch]         ** NEW **
5667                 replacement for files in src/
5668
5669 2002-12-02 [colin]      0.8.6claws48
5670
5671         * src/folderview.c
5672                 Scroll folderview if necessary during dnd
5673
5674 2002-12-02 [colin]      0.8.6claws47
5675
5676         * src/folder.[ch]
5677                 Add check to verify a move is within a single mailbox
5678         * src/folderview.c
5679                 Add specific error string for this check
5680
5681 2002-12-02 [colin]      0.8.6claws46
5682
5683         * src/folder.c
5684                 Add a test to folder moving, remove a statusbar_print
5685         * src/folderview.c
5686                 Add Move folder... context-menu item
5687                 Factorize folder moving code
5688                 Enable folder DND for mbox
5689
5690 2002-12-01 [christoph]  0.8.6claws45
5691
5692         * ac/aspell.m4
5693                 remove conf.aspelltest if the version check fails
5694
5695 2002-11-30 [christoph]  0.8.6claws44
5696
5697         * autogen.sh
5698                 run libtoolize --force in autogen to create missing
5699                 libtool scripts
5700
5701 2002-11-30 [christoph]  0.8.6claws43
5702
5703         * src/Makefile.am
5704         * src/pgptext.c
5705         * src/procmime.c
5706         * src/rfc2015.c
5707         * src/uuencode.[ch]             ** REMOVED **
5708         * src/common/Makefile.am
5709         * src/common/uuencode.[ch]      ** NEW **
5710                 move uuen/decoder to common directory
5711
5712 2002-11-30 [christoph]  0.8.6claws42
5713
5714         * src/Makefile.am
5715         * src/base64.[ch]               ** REMOVED **
5716         * src/codeconv.c
5717         * src/compose.c
5718         * src/ldif.c
5719         * src/pgptext.c
5720         * src/procmime.c
5721         * src/rfc2015.c
5722         * src/smtp.c
5723         * src/unmime.c
5724         * src/common/Makefile.am
5725         * src/common/base64.[ch]        ** NEW **
5726                 move base64 en/decoder to common directory
5727
5728 2002-11-30 [christoph]  0.8.6claws41
5729
5730         * src/common                    ** NEW **
5731                 new directory for UI independent code
5732         * src/gtk                       ** NEW **
5733                 new directory for GTK frontend
5734         * src/common/.cvsignore         ** NEW **
5735         * src/gtk/.cvsignore            ** NEW **
5736                 ignore build files
5737         * src/common/Makefile.am        ** NEW **
5738         * src/gtk/Makefile.am           ** NEW **
5739                 automake files to build new seperated stuff
5740         * src/Makefile.am
5741                 the binary will currently still be build with the
5742                 files in src, so we include the code from the
5743                 subdirs for now after building the libs there
5744
5745 2002-11-30 [paul]       0.8.6claws40
5746
5747         * src/compose.c
5748                 fix bug [642731] 'Wrong selected account with drafted mail'
5749
5750 2002-11-29 [oliver]     0.8.6claws39
5751         
5752         * src/messageview.c
5753                 o update summaryview when switching between different
5754                   messageviews          
5755         * src/toolbar.c  
5756                 o check if messageview holds already removed msg
5757                   from summaryview
5758                 
5759
5760 2002-11-29 [oliver]     0.8.6claws38
5761
5762         * src/toolbar.c 
5763                 remove not needed variables and includes
5764                 make messageview stay opened and move to next when msgs are deleted 
5765
5766 2002-11-29 [oliver]     0.8.6claws37
5767         
5768         * src/toolbar.c 
5769                 disable compose button (messageview toolbar) by default
5770                 deleted msgs are moved to trash
5771         
5772 2002-11-29 [melvin]     0.8.6claws36
5773
5774         * configure.in
5775                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5776                 and to detect signatures expirations (gpgme 0.3.6)
5777
5778         * src/main.c
5779                 Use non obsolescent function for Gpgme engine checking.
5780
5781         * src/rfc2015.c
5782                 Inform about expired signatures or signatures which key
5783                 has expired. Expiration date is displayed.
5784
5785         * src/sigstatus.c
5786                 Inform about expired signatures or signatures which key
5787                 has expired.
5788
5789 2002-11-28 [paul]       0.8.6claws35
5790
5791         * src/folderview.c
5792                 re-instate 'Check for new messages' in Newsgroup
5793                 folders right-click menu, after a suggestion from
5794                 Tim Mann <timmann@users.sourceforge.net>
5795
5796         * src/main.c
5797                 after a crash check only local folders for new
5798                 messages
5799
5800 2002-11-28 [paul]       0.8.6claws34
5801
5802         * configure.in
5803                 apply patch that fixes the checking of GTK with XIM 
5804                 support on different OSs, such as FreeBSD. Patch 
5805                 submitted by Topia <topia@users.sourceforge.net>
5806                 
5807 2002-11-28 [paul]       0.8.6claws33
5808
5809         * src/mainwindow.c
5810           src/prefs_common.c
5811           src/prefs_toolbar.c
5812                 more changes to the English
5813
5814 2002-11-28 [paul]       0.8.6claws32
5815
5816         * sync with 0.8.6cvs13
5817                 see ChangeLog 2002-11-28 (no sync needed
5818                 for src/compose.c)
5819
5820 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5821         
5822         * src/mainwindow.[ch]
5823                 add patch by Ivan F. Martinez introducing messageview Toolbar
5824                 some changes and committed by oliver    
5825
5826 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5827
5828         * src/messageview.[ch]
5829                 add patch by Ivan F. Martinez introducing messageview Toolbar
5830                 some changes and committed by oliver    
5831
5832 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5833
5834         * src/compose.[ch]
5835                 add patch by Ivan F. Martinez introducing messageview Toolbar
5836                 some changes and committed by oliver    
5837
5838 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5839         
5840         * src/toolbar.[ch]
5841                 add patch by Ivan F. Martinez introducing messageview Toolbar
5842                 some changes and committed by oliver
5843
5844 2002-11-28 [oliver]     0.8.6claws27
5845         
5846         * src/prefs_toolbar.[ch]
5847                 getting ready for messageview toolbar
5848                 free mem allocated by gettext
5849                 change prefs_toolbar to prefs_toolbar_open
5850  
5851 2002-11-28 [thorsten]   0.8.6claws26
5852
5853         * src/imageview.[ch]
5854                 cleaned up conflicting declarations of
5855                 imageview_show_image()
5856
5857 2002-11-28 [paul]       0.8.6claws25
5858
5859         * src/grouplistdialog.c
5860           src/prefs_common.c
5861           src/prefs_summary_column.c
5862                 a few more improvements to the English
5863
5864 2002-11-28 [colin]      0.8.6claws24
5865
5866         * man/sylpheed.1
5867                 A few updates to command-line parameters
5868
5869 2002-11-28 [colin]      0.8.6claws23
5870
5871         * src/prefs_filtering.c
5872                 Fix problems with prefs_filtering_delete_path:
5873                 a) if the first rule is removed, original pointers
5874                    weren't updated (leading to segfaults)
5875                 b) it was always global_processing updated in case
5876                    of removed path was parent of rule path
5877
5878 2002-11-27 [paul]       0.8.6claws22
5879
5880         * src/mainwindow.c
5881           src/prefs_account.c
5882           src/prefs_actions.c
5883           src/prefs_common.c
5884           src/prefs_customheader.c
5885           src/prefs_display_header.c
5886           src/prefs_filtering.c
5887           src/prefs_folder_item.c
5888           src/prefs_matcher.c
5889           src/prefs_scoring.c
5890           src/prefs_summary_column.c
5891           src/prefs_template.c
5892           src/prefs_toolbar.c
5893                  improve the English in the GUI
5894
5895 2002-11-27 [colin]      0.8.6claws21
5896
5897         * src/folder.c
5898                 Fix processing renaming problems happening after
5899                 last commit
5900
5901 2002-11-27 [colin]      0.8.6claws20
5902
5903         * src/folder.c
5904                 recursive move now deletes src each subfolder after 
5905                 having moved it
5906         * src/folderview.c
5907                 Use identifier instead of path during dnd (enables
5908                 IMAP folder dnd)
5909
5910 2002-11-27 [paul]       0.8.6claws19
5911
5912         * src/main.c
5913                 apply patch that does command-line processing 
5914                 BEFORE gtk_init, allowing claws to run from 
5915                 shell-scripts in non-X environment (e.g. crontab 
5916                 or ip-up, ip-down scripts). Patch submitted by
5917                 Ruslan N. Balkin <baron@dartel.ru>
5918                 
5919         * po/it.po
5920                 updated by Alessandro Maestri
5921
5922 2002-11-27 [paul]       0.8.6claws18
5923
5924         * sync with 0.8.6cvs12
5925           src/prefs_common.c
5926                 Differences are that main uses a 'Receive dialog'
5927                 frame on the Interface tab, whereas claws groups all 
5928                 the dialogs together in a 'Dialogs' frame.
5929
5930 2002-11-27 [colin]      0.8.6claws17
5931
5932         * src/prefs_matcher.c
5933                 Fix Execute criteria's NOT flag
5934
5935
5936 2002-11-26 [christoph]  0.8.6claws16
5937
5938         * src/ssl.c
5939                 rewrite the ssl code a little bit, only use one
5940                 SSL context, set default certificates' file/path
5941
5942 2002-11-26 [thorsten]   0.8.6claws15
5943
5944         * src/compose.c
5945                 default-reply-to didn't work for ml-reply
5946
5947 2002-11-26 [melvin]     0.8.6claws14
5948
5949         * src/prefs_actions.c
5950                 Made pipe-actions ignore short headers in message view
5951                 Made trailing-pipe-actions write in the message view with
5952                 the same font as the original message
5953
5954 2002-11-26 [paul]       0.8.6claws13
5955
5956         * src/compose.c
5957                 this time commit the correct file
5958
5959 2002-11-26 [paul]       0.8.6claws12
5960
5961         * sync with 0.8.6cvs11
5962           src/quote_fmt_parse.y  
5963                 no sync needed
5964           src/account.[ch]       
5965                 not sync'ed
5966           src/compose.c
5967                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5968                 on draft mode.
5969                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5970                 header
5971                 
5972         see ChangeLog 2002-11-25 and 2002-11-26
5973
5974 2002-11-26 [colin]      0.8.6claws11
5975
5976         * src/folderview.c
5977                 Fix collapsed folder not auto-expanding during
5978                 mail dnd, if it was the source folder.
5979
5980 2002-11-25 [colin]      0.8.6claws10
5981
5982         * src/folderview.[ch]
5983                 Variable renaming and cleaning (slist of nodes 
5984                 to be re-collapsed is stored in FolderView)
5985
5986 2002-11-25 [paul]       0.8.6claws9
5987
5988         * src/prefs_common.[ch]
5989                 fix breakage caused by last commit
5990
5991 2002-11-25 [paul]       0.8.6claws8
5992
5993         * sync with 0.8.6cvs4
5994                 see ChangeLog 2002-11-21
5995
5996 2002-11-25 [paul]       0.8.6claws7
5997
5998         * sync with 0.8.6cvs4
5999                 see ChangeLog 2002-11-20
6000
6001 2002-11-25 [paul]       0.8.6claws6
6002
6003         * sync with 0.8.6cvs3
6004                 see ChangeLog 2002-11-18
6005
6006 2002-11-25 [colin]      0.8.6claws5
6007
6008         * src/gtkutils.[ch]
6009                 Add gtkut_ctree_node_is_parent()
6010         * src/folderview.c
6011                 Spring-loaded folders
6012
6013 2002-11-25 [colin]      0.8.6claws4
6014
6015         * src/utils.[ch]
6016                 Add slist_concat_unique(), function to merge
6017                 two GSList filtering dups
6018         * src/folder.[ch]
6019         * src/summaryview.[ch]
6020         * src/folderview.c
6021         * src/main.c
6022                 Add detection/update/display of unread answers
6023                 to marked mails
6024         * src/procmsg.[ch]
6025                 Add procmsg_find_children()
6026                 Add procmsg_msg_has_marked_parent()
6027
6028 2002-11-25 [colin]      0.8.6claws3
6029
6030         * src/ssl_certificate.[ch]
6031                 Allow checking a certificate without a DNS
6032                 lookup
6033                 Allow to forget a cert (by deleting it)
6034                 Make ssl_certificate_destroy_public
6035         * src/ssl_manager.[ch] ** NEW FILES **
6036                 Gui to manage (display/remove) certificates
6037         * src/prefs_common.[ch]
6038                 Add a pref to allow silent acceptation of
6039                 trusted certificates or not (based on the
6040                 "I want to know what's going on" principle)
6041         * src/mainwindow.c
6042                 Add SSL manager in Tools menu
6043         * src/Makefile.am
6044                 Add the new files to the build
6045         * po/POTFILES.in
6046                 Add ssl_manager.c to translations
6047
6048 2002-11-25 [colin]      0.8.6claws2
6049
6050         * src/summaryview.[ch]
6051                 Add S_SEARCH_EXTENDED to the quick search, which 
6052                 allows to search using filtering syntax.
6053
6054 2002-11-25 [colin]      0.8.6claws1
6055
6056         * src/summaryview.c
6057                 Deletion of duplicates now prefer deleting
6058                 the unread dup (fixes feature-request 638989).
6059
6060 2002-11-24 [paul]       0.8.6claws
6061
6062         * po/es.po
6063           po/pl.po
6064           po/ru.po
6065           po/sr.po
6066                 updated by Ricardo Mones Lastra,
6067                 Witold Wladyslaw Wojciech Wilk,
6068                 Ruslan N. Balkin, and  Urke MMI 
6069                 respectively
6070
6071 2002-11-24 [paul]       0.8.5claws182
6072
6073         * po/bg.po
6074                 updated by George Danchev
6075
6076 2002-11-23 [alfons]     0.8.5claws181
6077
6078         * src/imap.c
6079                 tiny memory leak found by browsing Dimitar's 
6080                 valgrind report
6081
6082 2002-11-23 [paul]       0.8.5claws180
6083
6084         * po/it.po
6085                 updated by Alessandro Maestri
6086
6087 2002-11-22 [christoph]  0.8.5claws179
6088
6089         * src/compose.c
6090         * src/inc.c
6091         * src/prefs_filtering.c
6092         * src/summaryview.c
6093                 more warning fixes
6094
6095 2002-11-22 [alfons]     0.8.5claws178
6096
6097         * src/summaryview.c
6098                 summary_execute_delete_func(): if message is deleted, make 
6099                 sure to also remove its entry in the subject hash table. 
6100                 fixes a corner case bug.
6101
6102 2002-11-22 [paul]       0.8.5claws177
6103
6104         * .cvsignore
6105                 add 'autom4te.cache'
6106                 
6107         * ltconfig      ** REMOVED **
6108                 not needed
6109
6110 2002-11-22 [paul]       0.8.5claws176
6111
6112         * src/textview.c
6113                 textview_set_font(): fix for message display in
6114                 UTF-8 locales (thanks to Sergey Vlasov).
6115                 
6116         * AUTHORS
6117                 add new team members and contributors
6118
6119
6120 2002-11-21 [colin]      0.8.5claws175
6121
6122         * src/procmsg.[ch]
6123                 Add procmsg_remove_special_headers()
6124         * src/mh.c
6125                 Use procmsg_remove_special_headers() for 
6126                 previous fix
6127
6128 2002-11-21 [colin]      0.8.5claws174
6129
6130         * src/mh.c
6131                 Fix moving/copying from queue/draft folders
6132                 for MH folders
6133
6134 2002-11-21 [christoph]  0.8.5claws173
6135
6136         * src/crash.c
6137         * src/filtering.c
6138         * src/logwindow.c
6139         * src/main.c
6140         * src/matcher_parser_lex.[hl]
6141         * src/mbox.c
6142         * src/mbox_folder.[ch]
6143         * src/prefs_filtering.c
6144         * src/procheader.c
6145         * src/quote_fmt_lex.l
6146         * src/ssl.c
6147                 fix all warnings except the warnings in lex and yacc files
6148
6149 2002-11-20 [christoph]  0.8.5claws172
6150
6151         * src/imap.c
6152                 fix MsgInfo retrieval for IMAP draft and queue folders
6153                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6154
6155 2002-11-19 [christoph]  0.8.5claws171
6156
6157         * src/compose.c
6158                 fix segfault, when draft saving does not get
6159                 the MsgInfo of the new message
6160                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6161
6162 2002-11-19 [christoph]  0.8.5claws170
6163
6164         * src/procmsg.c
6165                 add parameter check for flag setting function
6166                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6167
6168 2002-11-18 [paul]       0.8.5claws169
6169
6170         * src/compose.c
6171                 more sensitivity fixes to redirect mode:
6172                 * disable toolbar draft button
6173                 * allow only Address book in the Tools menu
6174                 * disable editing of message by the spell
6175                   checker
6176
6177 2002-11-18 [paul]       0.8.5claws168
6178
6179         * src/compose.c
6180                 fix sensitivity of menu items in compose_redirect():
6181                 allow only the necessary items 
6182
6183 2002-11-18 [paul]       0.8.5claws167
6184
6185         * src/compose.c
6186                 fix bug [ 603259 ] 'attachment got lost on bounce'
6187
6188 2002-11-18 [paul]       0.8.5claws166
6189
6190         * po/ru.po
6191                 updated by Ruslan N. Balkin <baron@dartel.ru>
6192
6193 2002-11-18 [colin]      0.8.5claws165
6194
6195         * src/main.c
6196           src/defs.h
6197                 Remove old filtering stuff
6198
6199
6200 2002-11-17 [oliver]     0.8.5claws164
6201
6202         * src/toolbar.h
6203                 remove not needed typedef 
6204
6205 2002-11-17 [oliver]     0.8.5claws163
6206
6207         * src/toolbar.c
6208                 make toolbar's on click events translatable
6209
6210 2002-11-15 [colin]      0.8.5claws162
6211
6212         * src/summaryview.c
6213                 Revert too-soon integration of a feature
6214
6215 2002-11-15 [christoph]  0.8.5claws161
6216
6217         * src/imap.c
6218                 use main's implementation of imap_get_msginfo
6219
6220 2002-11-15 [christoph]  0.8.5claws160
6221
6222         * src/compose.c
6223         * src/folder.[ch]
6224         * src/imap.c
6225         * src/mbox_folder.c
6226         * src/mh.c
6227         * src/news.c
6228         * src/procmsg.c
6229         * src/summaryview.c
6230                 replace claws' fetch_msginfo with main's get_msginfo
6231                 (use main's implementation where possible)
6232
6233 2002-11-15 [colin]      0.8.5claws159
6234
6235         * src/ssl_certificate.c
6236                 Missed a check
6237
6238 2002-11-16 [melvin]     0.8.5claws158
6239
6240         * po/fr.po
6241                 Updated French translations.
6242
6243 2002-11-16 [colin]      0.8.5claws157
6244
6245         * src/ssl_certificate.c
6246                 Check for missing parts in the certificates
6247
6248 2002-11-15 [colin]      0.8.5claws156
6249
6250         * src/folderview.c
6251                 Preventive fix (missing check) found by
6252                 Alfons
6253
6254 2002-11-15 [paul]
6255
6256         * NEWS
6257                 sync with 0.8.6 release
6258
6259 2002-11-15 [colin]      0.8.5claws155
6260
6261         * src/folder.[ch]
6262           src/folderview.c
6263                 Fix error handling of folder_item_move_to()
6264                 (thanks to Alfons!)
6265
6266 2002-11-15 [colin]      0.8.5claws154
6267
6268         * src/folder.[ch]
6269           src/folderview.c
6270                 folder_item_move_to() sets an error message instead
6271                 of having GUI stuff in folder.c
6272
6273 2002-11-15 [colin]      0.8.5claws153
6274
6275         * src/procmsg.[ch]
6276                 Implemented a callback for MsgInfo updates, 
6277                 heavily copy/pasted from Christoph's folder 
6278                 callback system
6279         * src/summaryview.[ch]
6280                 Register summary_update_msg as callback
6281
6282 2002-11-14 [colin]      0.8.5claws152
6283         
6284         * src/procmsg.c
6285                 Update the FolderItem after sending (fixes 617593)
6286
6287 2002-11-14 [christoph]  0.8.5claws151
6288
6289         * src/folder.c
6290                 fix wrong position of NULL pointer check found
6291                 by Sergey
6292
6293 2002-11-14 [christoph]  0.8.5claws150
6294
6295         * src/folder.c
6296                 fix segfault when deleting messages from IMAP folders
6297                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6298
6299 2002-11-14 [colin]      0.8.5claws149
6300
6301         * src/compose.c
6302                 Forwarding was also ignoring the folder's default account.
6303
6304 2002-11-14 [colin]      0.8.5claws148
6305
6306         * src/compose.c
6307                 Fix sent folder not set to folder properties when 
6308                 forwarding.
6309
6310 2002-11-14 [thorsten]   0.8.5claws147
6311
6312         * src/inc.c
6313                 inc_start(): Files were not moved from .processing to inbox,
6314                 if no global processing rule existed
6315
6316 2002-11-14 [colin]      0.8.5claws146
6317
6318         * src/ssl_certificate
6319                 Fix file operations
6320
6321 2002-11-14 [paul]       0.8.5claws145
6322
6323         * po/it.po
6324                 updated by Alessandro Maestri
6325
6326 2002-11-13 [alfons]     0.8.5claws144
6327
6328         * src/folder.c
6329                 folder_item_close(): only mark messages unread
6330                 when a folder has new messages 
6331
6332 2002-11-13 [keith]      0.8.5claws143
6333
6334         * src/imap.c
6335                 Fix problem moving or copying between
6336                 IMAP folders
6337
6338 2002-11-13 [colin]      0.8.5claws142
6339
6340         * src/matcher_parser_parse.y
6341                 Fix rule problem when " don't match
6342
6343 2002-11-13 [christoph]  0.8.5claws141
6344
6345         * src/folder.c
6346         * src/folderview.c
6347                 moved cache saving to folder_item_close
6348                 the folderview should not have to deal with
6349                 this things
6350
6351 2002-11-13 [christoph]  0.8.5claws140
6352
6353         * src/summaryview.c
6354                 moved setting of important score to
6355                 summary_set_prefs_from_folderitem
6356
6357 2002-11-13 [colin]      0.8.5claws139
6358
6359         * src/matcher_parser_parse.y
6360                 Fix a segfault in the parser (happening when
6361                 a good expression had been tested and a bad 
6362                 one arrives)
6363
6364 2002-11-13 [paul]       0.8.5claws138
6365
6366         * sync with 0.8.5cvs24
6367                 see ChangeLog 2002-11-13
6368                 
6369         * po/pt_BR.po
6370                 updated by Fabio Jr. Beneditto
6371
6372 2002-11-13 [colin]      0.8.5claws137
6373         
6374         * src/msgcache.c
6375           src/defs.h
6376           src/procmsg.[ch]
6377                 Revert last commit, problem
6378
6379 2002-11-13 [colin]      0.8.5claws136
6380
6381         * src/msgcache.c
6382                 Remove duplicated code
6383         * src/defs.h
6384                 Bumped CACHE_VERSION and MARK_VERSION
6385         * src/procmsg.[ch]
6386                 Network endian for cache and mark files
6387
6388 2002-11-12 [colin]      0.8.5claws135
6389
6390         * src/inc.c
6391                 Fix the "socket error" dialog which disappeared
6392
6393 2002-11-12 [colin]      0.8.5claws134
6394
6395         * src/msgcache.c
6396                 Reverse last commit which had performance 
6397                 problems, but still reverse the list
6398
6399 2002-11-12 [colin]      0.8.5claws133
6400
6401         * src/msgcache.c
6402                 Reverse list order
6403
6404 2002-11-12 [melvin]     0.8.5claws132
6405
6406         * src/compose.c
6407                 Added a check for a NULL prefs_common.dictionary
6408
6409 2002-11-12 [colin]      0.8.5claws131
6410
6411         * src/ssl_certificate.[ch]
6412                 Use FQDN hostname
6413
6414 2002-11-12 [colin]      0.8.5claws130
6415
6416         * src/ssl_certificate.[ch]
6417                 Take connection port into account for 
6418                 checking certificates (a single hostname
6419                 could have multiple servers with multiple
6420                 certificates)
6421         * src/ssl.c
6422                 Pass the port to ssl_certificate_check
6423
6424 2002-11-12 [paul]       0.8.5claws129
6425
6426         * src/folder.c
6427                 fix a typo in last commit
6428
6429 2002-11-12 [paul]       0.8.5claws128
6430
6431         * sync with 0.8.5cvs23
6432                 see ChangeLog entry 2002-11-12
6433
6434 2002-11-11 [colin]      0.8.5claws127
6435
6436         * src/ssl_certificate.c
6437                 Cleaner messages
6438                 Don't popup, instead log error, if the 
6439                 corresponding pref is checked
6440         * src/ssl_certificate.h
6441                 include <openssl/objects/h>
6442
6443 2002-11-11 [colin]      0.8.5claws126
6444
6445         * src/ssl_certificate.h
6446                 _Really_ clean it
6447
6448 2002-11-11 [colin]      0.8.5claws125
6449         
6450         * src/ssl_certificate.c
6451                 Fixed leak
6452
6453 2002-11-11 [colin]      0.8.5claws124
6454
6455         * src/ssl.c
6456                 Cleaned a bit
6457         * src/ssl_certificate.[ch]
6458                 Cleaned a bit (better use of SSL API)
6459                 (This will cause non-recognition of saved 
6460                  certificates of claws12[23]...)
6461
6462 2002-11-11 [paul]       0.8.5claws123
6463         
6464         * po/es.po
6465                 updated by Ricardo Mones Lastra
6466
6467 2002-11-11 [colin]      0.8.5claws122
6468
6469         * src/ssl.c
6470                 Fix a typo
6471
6472 2002-11-11 [colin]      0.8.5claws121
6473
6474         * src/ssl_certificate.[ch] ** NEW FILES **
6475         * src/ssl.[ch]
6476                 Check SSL certificates presented to us
6477         * src/Makefile.am
6478                 Add ssl_certificate.[ch]
6479         * po/POTFILES.in
6480                 Add ssl_certificate.c
6481
6482 2002-11-11 [paul]       0.8.5claws120
6483
6484         * sync with 0.8.5cvs22
6485                 see ChangeLog 2002-11-11
6486
6487 2002-11-11 [paul]       0.8.5claws119
6488
6489         * sync with 0.8.5cvs21
6490                 see ChangeLog 2002-11-11
6491
6492 2002-11-10 [jens]       0.8.5claws118
6493
6494         * src/folder.c
6495         * src/folderview.c
6496                 corrected some typing
6497         * po/de.po
6498                 updated german translation
6499         * sylpheed.spec.in
6500                 cleaned up specfile and adjusted it for claws
6501
6502 2002-11-10 [colin]      0.8.5claws117
6503
6504         * src/summaryview.c
6505                 a STATUSBAR_PUSH/POP fix
6506
6507 2002-11-10 [colin]      0.8.5claws116
6508
6509         * src/prefs_folder_item.c
6510                 Fix hanging after opening folder properties
6511
6512 2002-11-10 [hoa]        0.8.5claws115
6513
6514         * src/matcher_parser_lex.l
6515         * src/matcher_parser_parse.y
6516                 config file for scoring and filtering is no more trashed
6517                 when there is a syntax error in a filtering rule when
6518                 editing it in a dialog.
6519
6520 2002-11-09 [colin]      0.8.5claws114
6521
6522         * src/mbox_folder.c
6523                 Added missing initialisation of folder->destroy()
6524
6525 2002-11-09 [colin]      0.8.5claws113
6526
6527         * src/folder.c
6528           src/folderview.c
6529                 Fix the status bar messages
6530
6531 2002-11-09 [colin]      0.8.5claws112
6532
6533         * src/folderview.c
6534                 Fix hangs after folder dnd, happening after 
6535                 claws109.
6536
6537 2002-11-09 [christoph]  0.8.5claws111
6538
6539         * src/folderview.c
6540                 just changed order of calls (reverse order of
6541                 associated calls)
6542         * src/inc.c
6543                 lock inc when checking only one account, otherwise
6544                 inc all could be executed at the same time
6545
6546 2002-11-09 [christoph]  0.8.5claws110
6547
6548         * src/folderview.c
6549                 better unlock the mouse cursor before calling
6550                 summary_show because it changes the cursor too
6551
6552 2002-11-09 [christoph]  0.8.5claws109
6553
6554         * src/folder.[ch]
6555         * src/folderview.c
6556                 add functions to open and close a folder
6557                 o opending will execute scanning for remote folders
6558                   and processing
6559                 o closing will unset new flag for messages
6560
6561 2002-11-09 [colin]      0.8.5claws108
6562
6563         * src/folder.c
6564                 Add a call to prefs_matcher_write_config to 
6565                 avoid non-leaf folders filtering settings to be
6566                 lost
6567
6568 2002-11-09 [paul]       0.8.5claws107
6569
6570         * src/prefs_account.c
6571                 re-word a label
6572
6573 2002-11-09 [colin]      0.8.5claws106
6574
6575         * src/folderview.c
6576                 Minor esthetic fix
6577
6578 2002-11-09 [colin]      0.8.5claws105
6579
6580         * src/folderview.c
6581                 Fix prefs_filtering deletion for MH folders (same
6582                 reason as below)
6583         * src/prefs_filtering.c
6584                 Fix prefs_filtering renaming and deletion for 
6585                 folder-based processing rules.  
6586
6587 2002-11-09 [christoph]  0.8.5claws104
6588
6589         * src/compose.c
6590         * src/folder.[ch]
6591         * src/folderview.[ch]
6592         * src/import.c
6593         * src/inc.c
6594         * src/main.c
6595         * src/mainwindow.c
6596         * src/messageview.c
6597         * src/prefs_folder_item.c
6598         * src/procmsg.c
6599         * src/summaryview.c
6600                 implement a callback system for folder item updates
6601
6602 2002-11-09 [colin]      0.8.5claws103
6603
6604         * src/folderview.c
6605                 Fix prefs_filtering renaming for MH folders (we
6606                 shouldn't rename by path as another folder could
6607                 have the same hierarchy).
6608
6609 2002-11-09 [colin]      0.8.5claws102
6610
6611         * src/folder.c
6612                 Fix a leak found by Christoph, use better variable
6613                 names
6614
6615 2002-11-09 [colin]      0.8.5claws101
6616
6617         * src/folder.c
6618                 One more fix for processing rules
6619
6620 2002-11-08 [colin]      0.8.5claws100
6621         
6622         * src/matcher.c
6623                 Don't copy the compiled regexp (will be reevaluated)
6624         * src/folderview.c
6625                 Lock folderview while moving
6626         * src/folder.c
6627                 Provide info on what's happening to the user
6628
6629 2002-11-08 [colin]      0.8.5claws99
6630
6631         * src/folderview.c
6632                 Fix folder reordering after a move if parent is 
6633                 root
6634         * src/scoring.[ch]
6635                 Add function to copy a ScoringProp
6636         * src/prefs_folder_item.c
6637                 Copy scoring rules when copying a folder prefs
6638
6639 2002-11-08 [colin]      0.8.5claws98
6640
6641         * src/folderview.c
6642                 Fixes in case of failure
6643         * src/filtering.[ch]    
6644                 Add function to duplicate a FilteringProp
6645         * src/matcher.[ch]
6646                 Add function to duplicate a MatcherProp
6647         * src/prefs_folder_item.c
6648                 Save folder's processing rules when copying 
6649                 its prefs
6650
6651 2002-11-08 [colin]      0.8.5claws97
6652         
6653         * src/folderview.c
6654                 Sort after move
6655         * src/folder.c 
6656                 Change a printf to debug_print
6657
6658 2002-11-08 [colin]      0.8.5claws96
6659
6660         * src/folder.c
6661           src/folderview.c
6662                 Fix segfaults, call me stupido
6663         
6664
6665 2002-11-08 [colin]      0.8.5claws95
6666
6667         *src/folder.c
6668                 Added forgotten prefs to save when moving folders
6669
6670 2002-11-08 [colin]      0.8.5claws94
6671
6672         * src/folder.c
6673                 Fixes to folder DND (prefs copy)
6674         * src/folderview.c
6675                 Optimization for folder DND (don't rescan whole tree)
6676                 Added folderview_create_folder_node() for this 
6677                 optimization, so de-duped a bit the code
6678         * src/prefs_folder_item.[ch]
6679                 Added prefs_folder_item_copy_prefs()    
6680           
6681 2002-11-08 [paul]       0.8.5claws93
6682
6683         * src/prefs_account.c
6684           tools/README
6685           tools/kmail2sylpheed_v2.pl
6686                 correct some typos
6687
6688 2002-11-08 [paul]       0.8.5claws92
6689
6690         * src/compose.c
6691           src/prefs_account.[ch]
6692                 remove account options 'clearsign' and 'ascii_armored',
6693                 replace with 'default_gnupg_mode' to prevent mixed-mode
6694                 Privacy settings
6695
6696 2002-11-08 [paul]       0.8.5claws91
6697
6698         * src/compose.[ch]
6699                 re-implement GnuPG 'on-the-fly' mode selection,
6700                 disallow mixed-mode
6701
6702 2002-11-08 [colin]      0.8.5claws90
6703
6704         * src/folderview.c
6705           src/prefs_folder_item.c
6706                 Change "Property" to "Properties"
6707
6708 2002-11-07 [colin]      0.8.5claws89
6709
6710         * src/folderview.c
6711           src/folder.c
6712                 Allow folder dropping to a root folder
6713
6714 2002-11-07 [paul]       0.8.5claws88
6715
6716         * src/compose.c
6717                 revert last commit
6718
6719 2002-11-07 [paul]       0.8.5claws87
6720
6721         * src/compose.c
6722                 fix reply-to-list bug. closes bug report
6723                 "[633382] reply-to-list broken in recent cvs"
6724
6725 2002-11-07 [paul]       0.8.5claws86
6726
6727         * src/compose.c
6728                 add a forgotten '#if USE_GPGME ... #endif'
6729
6730 2002-11-07 [paul]       0.8.5claws85
6731
6732         * sync with 0.8.5cvs20
6733                 see ChangeLog 2002-11-07
6734
6735 2002-11-07 [colin]      0.8.5claws84
6736
6737         * src/folder.[ch]
6738                 Change folder_item_move_to to return the newly 
6739                 created folderitem.
6740         * src/folderview.c
6741                 Select the new folderitem after moving.
6742
6743 2002-11-07 [colin]      0.8.5claws83
6744
6745         * src/prefs_filtering.c
6746                 Fix rule rewriting when moving a leaf folder to a 
6747                 shorter path
6748
6749 2002-11-07 [colin]      0.8.5claws82
6750
6751         * src/prefs_filtering.c
6752                 fix a leak
6753
6754 2002-11-07 [colin]      0.8.5claws81
6755
6756         * src/folder.[ch]
6757                 Add folder_item_move_to() function to move a 
6758                 folderitem into another one (updates matcher etc)
6759         * src/folderview.c
6760                 Add folder drag'n drop (context menu to come)
6761                 [Should be dataloss free, but Please backup before 
6762                  trying !]
6763
6764 2002-11-06 [colin]      0.8.5claws80
6765
6766         * src/mh.c
6767                 mh_create_folder() returns NULL if can't create
6768                 directory hierarchy
6769
6770 2002-11-06 [paul]       0.8.5claws79
6771
6772         * src/compose.[ch]
6773                 allow 'on-the-fly' changing of the type of encryption 
6774                 and/or signing used (mime/ascii) via the compose window
6775
6776 2002-11-06 [paul]       0.8.5claws78
6777
6778         * sync with 0.8.5cvs19
6779                 see ChangeLog 2002-11-06 for src/account.c: 
6780                 account_get_special_folder()
6781                 
6782 2002-11-05 [alfons]     0.8.5claws77
6783
6784         * src/crash.c
6785                 very minor cleanups: nothing to see here, move on. :-)
6786
6787 2002-11-05 [colin]      0.8.5claws76
6788
6789         * src/main.c
6790                 Changes choices if compose windows are opened to
6791                 Discard, Draft, Don't quit
6792
6793 2002-11-05 [thorsten]   0.8.5claws75
6794
6795         * src/compose.c
6796                 reenabled default_reply_to folder option
6797
6798 2002-11-05 [colin]      0.8.5claws74
6799
6800         * src/compose.[ch] 
6801                 add compose_draft()
6802         * src/crash.c
6803                 add SIGTERM handler
6804         * src/main.[ch]
6805                 add clean_quit() for the SIGTERM handler
6806
6807 2002-11-05 [paul]       0.8.5claws73
6808         
6809         * po/es.po
6810                 updated by Ricardo Mones Lastra
6811
6812 2002-11-05 [melvin]     0.8.5claws72
6813
6814         * src/logwindow.c
6815                 Fixed log-clipping bug #616795.
6816                 To stop logging in the log window use 0 length.
6817         * src/prefs_common.c
6818                 Added a label to inform about the 0 log length behaviour.
6819
6820 2002-11-05 [paul]       0.8.5claws71
6821
6822         * sync with 0.8.5cvs17
6823                 see ChangeLog 2002-11-05
6824
6825 2002-11-04 [paul]       0.8.5claws70
6826
6827         * sylpheed-128x128.png
6828           sylpheed-64x64.png
6829           sylpheed.png
6830                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6831                 <nikai@users.sourceforge.net>
6832                 
6833         * po/bg.po
6834                 updated by George Danchev
6835
6836 2002-11-03 [thorsten]   0.8.5claws69
6837
6838         * src/main.c
6839           src/mimeview.c
6840           src/rfc2015.h
6841                 add check if gpg is active
6842
6843 2002-11-03 [thorsten]   0.8.5claws68
6844
6845         * src/toolbar.h
6846                 removed GSList declaration causing trouble on MacOS-X
6847                 (submitted by alfons, reported by xfesty)
6848
6849 2002-11-01 [paul]       0.8.5claws67
6850
6851         * src/mainwindow.c
6852                 remove last remnants of main's filter code
6853
6854 2002-11-01 [paul]       0.8.5claws66
6855
6856         * tools/filter_conv.pl
6857                 fix bug where user-defined headers were ignored
6858
6859 2002-11-01 [paul]       0.8.5claws65
6860
6861         * src/logwindow.c
6862                 make a debug_print() not translatable
6863
6864 2002-10-31 [melvin]     0.8.5claws64
6865
6866         * ac/aspell.m4
6867                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6868                 not run any GNU/aspell test.  The dictionary path will
6869                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6870                 was given, in which case, it will be $prefix/lib/aspell/
6871         * configure.in
6872                 Fixed typo in commentary (Aspell code).
6873
6874 2002-10-31 [paul]       0.8.5claws63
6875
6876         * po/POTFILES.in
6877                 remove src/filter.c and src/prefs_filter.c
6878                 thanks to Ricardo for reminding me
6879
6880 2002-10-31 [colin]      0.8.5claws62
6881
6882         * src/mbox_folder.c
6883                 Plug some leaks
6884
6885 2002-10-31 [paul]       0.8.5claws61
6886
6887         * src/prefs_filter.[ch] ** REMOVED **
6888           src/filter.[ch]       ** REMOVED **
6889           
6890         * src/Makefile.am
6891           src/folderview.c
6892           src/inc.c
6893           src/main.c
6894           src/mainwindow.c
6895           src/mbox.c
6896           src/prefs_common.c
6897           src/prefs_filtering.c
6898           src/summaryview.[ch]
6899                 remove main's 'filter' code
6900                 
6901         README.claws
6902                 update to reflect removal of main's filter
6903
6904 2002-10-31 [paul]       0.8.5claws60
6905
6906         * src/summaryview.c
6907                 remove check for global_processing in summary_filter_open(). 
6908                 This fixes the bug where if the user uses the right-click 
6909                 'Create filter rule...' and doesn't have any filter rules 
6910                 already defined in claws' advanced filtering, the newly 
6911                 created filter rule goes to main's filtering which is 
6912                 inaccessible through the gui. Now the filter rule gets added
6913                 to claws' filtering by default.
6914
6915 2002-10-28 [melvin]     0.8.5claws59
6916
6917         * src/prefs_actions.c
6918                 Fixed bug #627322 where MIME parts were not always
6919                 correctly passed to a %p action
6920                 Display an error dialog when message filename is not found.
6921
6922 2002-10-28 [melvin]     0.8.5claws58
6923
6924         * src/prefs_common.c
6925                 Readded a missing function declaration lost in 0.8.3claws34
6926
6927 2002-10-28 [paul]       0.8.5claws57
6928
6929         * sync with 0.8.5cvs15
6930                 see ChangeLog 2002-10-28 and 2002-10-25
6931                 
6932         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6933
6934 2002-10-27 [oliver]     0.8.5claws56
6935
6936         * src/pop.c
6937                 plug leak in pop3_top_recv
6938
6939 2002-10-26 [christoph]  0.8.5claws55
6940
6941         * src/folder.c
6942                 set need_update folder flag when messages are added
6943                 (closes bug [ 626922 ] folder not updated after receiving)
6944
6945 2002-10-25 [melvin]     0.8.5claws54
6946
6947         * src/imageview.c
6948                 Fixed a memleak introduced in the scaling code.
6949
6950 2002-10-24 [alfons]     0.8.5claws53
6951
6952         * src/filtering.c
6953                 make filtering's forward message action forward from the 
6954                 correct account
6955                 (closes bug [628089 ] Filter -> Forward from address problem
6956                 reported by Oktay)
6957
6958 2002-10-24 [christoph]  0.8.5claws52
6959
6960         * src/mainwindow.c
6961         * src/manual.[ch]
6962                 o use manual of current locale or english if current
6963                   locale is not available (and english is available)
6964                 o also link to sylpheed doc project manuals
6965
6966 2002-10-23 [paul]       0.8.5claws51
6967
6968         * tools/README
6969           tools/kmail2sylpheed_v2.pl
6970                 add new version of kmail addressbook importer script.
6971                 works with newer versions of Kmail/KAddressBook which
6972                 have new and rearranged data.
6973
6974 2002-10-23 [martin]     0.8.5claws50
6975
6976         * src/folderview.c
6977         * src/summaryview.c
6978         * src/utils.h
6979         * src/utils.c
6980                 added length parameter to get_abbrev_newsgroup_name()
6981                 changed this function so that it abbreviates the newsgroup
6982                 names only so long it is smaller than the length parameter
6983                 (for better reading of some newsgroup names and space efficiency)
6984
6985 2002-10-22 [colin]      0.8.5claws49
6986
6987         *src/foldersel.c
6988                 Revert Alfons' last modification (after voting ;-))
6989
6990 2002-10-21 [alfons]     0.8.5claws48
6991
6992         * src/foldersel.c
6993                 folder view in folder selection dialog reflects state of
6994                 folder view in main window
6995
6996 2002-10-18 [alfons]     0.8.5claws47
6997
6998         * src/mbox.c
6999                 drop imported messages in folder selected by user,
7000                 and not in the inbox
7001                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7002
7003 2002-10-18 [alfons]     0.8.5claws46
7004
7005         * src/compose.c
7006                 make automagic reply work correctly for email accounts 
7007                 (whether it's viable to do a full sync with Hiro's 
7008                 compose.c is still under discussion)
7009
7010 2002-10-18 [melvin]     0.8.5claws45
7011
7012         * src/prefs_actions.c
7013                 Fixed bug #622275 where asynchroneous actions left 
7014                 zombies processes
7015                 Made (synchroneous) actions' input be displayed live.
7016
7017 2002-10-18 [christoph]  0.8.5claws44
7018
7019         * src/textview.c
7020                 don't add a newline in the textview in front of the
7021                 first textpart if header display is disabled
7022                 (closes bug [ 603385 ] disabled header display leaves blank
7023                  lin)
7024
7025 2002-10-18 [christoph]  0.8.5claws43
7026
7027         * src/folder.[ch]
7028         * src/imap.c
7029         * src/mbox_folder.c
7030         * src/mh.c
7031         * src/news.c
7032                 folder->get_num_list now returns an error code
7033                 (closes bug [ 609424 ] News cache cleared on failure)
7034                 
7035 2002-10-17 [colin]      0.8.5claws42
7036         
7037         * src/news.c
7038                 Changed a printf by debug_print
7039
7040 2002-10-16 [paul]       
7041
7042         * tools/OOo2sylpheed.pl
7043                 allow for spaces in the name of the
7044                 file to be attached.
7045
7046 2002-10-16 [colin]      0.8.5claws41
7047
7048         * src/main.c
7049                 Use a tristate to change online mode
7050
7051 2002-10-16 [paul]       0.8.5claws40
7052
7053         * po/es.po
7054                 updated by Ricardo Mones Lastra
7055
7056 2002-10-16 [colin]      0.8.5claws39
7057
7058         * src/main.c
7059           src/mainwindow.[ch]
7060                 Added --online and --offline command-line
7061                 switches
7062
7063 2002-10-15 [christoph]  0.8.5claws38
7064
7065         * src/procmime.c
7066                 set mimeinfo->name to NULL after g_free to
7067                 avoid double freeing with g_free
7068
7069 2002-10-14 [christoph]  0.8.5claws37
7070
7071         * src/compose.c
7072         * src/filtering.c
7073         * src/summaryview.c
7074                 remove calls to folder->change_flags that are now
7075                 done by procmsg flag functions (seems it is not
7076                 used by any foldertype anyway)
7077         * src/folder.c
7078                 init folder->change_flags with NULL
7079
7080 2002-10-14 [christoph]  0.8.5claws36
7081
7082         * src/folder.[ch]
7083         * src/imap.[ch]
7084                 use virtual functions for folder item new and destroy
7085                 functions
7086
7087 2002-10-14 [melvin]     0.8.5claws35
7088
7089         * src/compose.c
7090                 Added a test to not run the spell checker if no default
7091                 dictionary is available. No dialog is displayed though.
7092
7093 2002-10-14 [melvin]     0.8.5claws34
7094
7095         * src/gtkaspell.c
7096                 Fixed bug in dictionary list context menu where
7097                 "More..." pointed to an emtpy submenu if the
7098                 number of dictionaries is a multiple of 15
7099                 Removed unneeded code in suggestions list creation
7100
7101 2002-10-14 [paul]       0.8.5claws33
7102
7103         * po/bg.po
7104                 updated by George Danchev
7105
7106 2002-10-13 [hoa]        0.8.5claws32
7107
7108         * src/matcher.[ch]
7109           src/matcher_parser_parser.y
7110                 removed the escaped string from internal structure
7111                 of matcher.
7112
7113 2002-10-12 [colin]      0.8.5claws31
7114
7115         * src/gtksctree.[ch]
7116           src/summaryview.c
7117                 Removed useless function gtksctree_reanchor
7118
7119 2002-10-12 [alfons]     0.8.5claws30
7120         
7121         * sync with remaining main changes 2002-10-09 - 2002-10-11
7122         - drop changes to src/compose.c (requires claws specific changes)
7123         
7124 2002-10-12 [alfons]     0.8.5claws29
7125         
7126         * sync with main changes of 2002-10-08
7127         - drop changes to src/compose.c (requires claws specific changes)
7128         - drop changes to src/summaryview.c (requires changes to compose.c)     
7129
7130 2002-10-12 [alfons]     0.8.5claws28
7131         
7132         * sync with main changes of 2002-10-07
7133
7134 2002-10-12 [alfons]     0.8.5claws27
7135
7136         * sync with main changes of 2002-10-04
7137         - drop changes to src/compose.c (requires claws specific changes)
7138         - drop changes to src/prefs_folder_item.c (claws implementation
7139           seems to be working)
7140
7141 2002-10-12 [colin]      0.8.5claws26
7142
7143         * src/mainwindow.c
7144                 Fix folder-flicker when space-reading, introduced 
7145                 in claws22.
7146
7147 2002-10-12 [colin]      0.8.5claws25
7148
7149         * src/compose.c
7150                 Save account address when saving as draft.
7151                 (closes bug 621838)
7152
7153 2002-10-12 [colin]      0.8.5claws24
7154
7155         * src/summaryview.c
7156                 Fix the problem consisting of no message selected
7157                 after the last message in a folder has been moved.
7158
7159 2002-10-12 [paul]       0.8.5claws23
7160
7161         * src/compose.c
7162           src/prefs_template.c
7163           src/template.[ch]
7164                 add Cc and Bcc to templates. Patch submitted by
7165                 John L. Males.
7166
7167 2002-10-12 [colin]      0.8.5claws22
7168
7169         * src/folderview.c
7170                 Fix a bug after "Check for new messages":
7171                 If a folder was opened, it was still selected at
7172                 the end of the check, but displayed empty.
7173         * src/mainwindow.c
7174                 Remove unnecessary check
7175
7176 2002-10-12 [paul]
7177
7178         * tools/README
7179                 be more verbose in the description of
7180                 OOo2sylpheed.pl
7181                 
7182
7183 2002-10-11 [colin]      0.8.5claws21
7184
7185         * src/mainwindow.c
7186                 Make space work (better) when no mail is selected
7187
7188 2002-10-11 [colin]      0.8.5claws20
7189
7190         * src/inc.c
7191           src/news.c
7192                 fix warnings
7193
7194 2002-10-11 [colin]      0.8.5claws19
7195
7196         * src/mainwindow.c
7197                 revert 0.8.5claws6 changes as i couldn't get to
7198                 anything satisfying
7199
7200 2002-10-11 [melvin]     0.8.5claws18
7201
7202         * src/compose.c
7203                 Removed buggy and unused macro (should have been committed in
7204                 0.8.5claws17)
7205
7206 2002-10-11 [melvin]     0.8.5claws17
7207
7208         * src/compose.c
7209                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7210
7211 2002-10-11 [thorsten]   0.8.5claws16 
7212
7213         * src/folderview.c
7214                 remove rescan warning
7215
7216 2002-10-11 [colin]      0.8.5claws15 
7217
7218         * src/procheader.c
7219                 fix a segfault that happens if conv_unmime_header
7220                 fails (should be better to find out why it fails)
7221
7222 2002-10-11 [christoph]  0.8.5claws14
7223
7224         * src/summaryview.c
7225                 update folderview stats after ignore/unignore thread
7226
7227 2002-10-11 [hoa]        0.8.5claws13
7228
7229         * src/quote_fmt_parse.y
7230                 Fixed a yacc/bison syntax error
7231         * src/matcher.c
7232                 Escaping of string is fixed.
7233
7234 2002-10-11 [colin]      0.8.5claws12
7235
7236         * src/imageview.c
7237                 Resize images to fit
7238
7239 2002-10-11 [paul]       0.8.5claws11
7240
7241         * po/es.po
7242                 updated by Ricardo Mones Lastra
7243
7244 2002-10-10 [alfons]     0.8.5claws10
7245
7246         * src/compose.c
7247                 allow dropping files by "moving" files from a file manager,
7248                 not only by the more cumbersome "copying". the latter 
7249                 mostly implies holding down the Control button
7250
7251 2002-10-10 [christoph]  0.8.5claws9
7252
7253         * src/summaryview.c
7254                 update folders after thread building for ignored threads
7255
7256 2002-10-10 [christoph]  0.8.5claws8
7257
7258         * config/.cvsignore
7259                 added Makefile
7260         * src/filtering.[ch]
7261         * src/folder.[ch]
7262         * src/folderview.[ch]
7263         * src/import.c
7264         * src/inc.[ch]
7265         * src/mbox.[ch]
7266         * src/procmsg.c
7267         * src/summaryview.[ch]
7268                 o added new flag need_update to FolderItem
7269                 o removed folder_table from various functions from tracking
7270                   folder updates
7271                 o set need_update flags in folder.c's move, copy and delete
7272                   functions and procmsg's flags functions
7273                 o added function folderview_update_items_when_required that
7274                   updates all folders with need_update set
7275                 o call folderview_update_items_when_required instead of
7276                   folderview_update_item_foreach
7277
7278 2002-10-09 [sergey]     0.8.5claws7
7279
7280         * src/compose.c
7281                 Strip CRs whel loading the text into editor in reedit mode.
7282
7283 2002-10-09 [colin]      0.8.5claws6
7284
7285         * src/mainwindow.c
7286                 Make Space work when no mail is selected
7287
7288 2002-10-09 [colin]      0.8.5claws5
7289
7290         * src/gtksctree.[ch]
7291                 Fix range_select
7292                 Add gtk_sctree_reanchor() 
7293         * src/summaryview.c
7294                 Use gtk_sctree_reanchor() - better fix for 
7295                 bug 60413
7296
7297 2002-10-09 [colin]      0.8.5claws4
7298
7299         * src/summaryview.c
7300                 Fix shift-click select after delete problem
7301                 (closes bug 60413)
7302
7303 2002-10-08 [thorsten]   0.8.5claws3
7304
7305         * src/summaryview.c
7306                 exclude current msg from -hide read messages-
7307
7308 2002-10-08 [colin]      0.8.5claws2
7309
7310         * src/inc.[ch]
7311           src/pop.c
7312           src/recv.c
7313                 Differentiate socket errors from disk full
7314                 errors
7315
7316 2002-10-08 [christoph]  0.8.5claws1
7317
7318         * Makefile.am
7319         * configure.in
7320                 modifications for new config directory
7321
7322         * config.guess  ** REMOVED **
7323         * config.sub    ** REMOVED **
7324         * install-sh    ** REMOVED **
7325         * ltmain.sh     ** REMOVED **
7326         * missing       ** REMOVED **
7327         * mkinstalldirs ** REMOVED **
7328                 these files are autogenerated by automake
7329                 when you run autogen.sh
7330
7331         * config/.cvsignore     ** NEW FILE **
7332         * config/Makefile.am    ** NEW FILE **
7333                 ignore autogenerated files
7334                 create a Makefile in this directory
7335
7336 2002-10-08 [paul]       0.8.5claws
7337
7338         * 0.8.5claws release
7339         
7340         * src/compose.c
7341           src/procheader.c
7342           src/procmsg.c
7343                 fix quote reply format for newsgroups reply bug
7344                 (thanks to Hoa)
7345                 
7346         * po/en_GB.po
7347           po/pl.po
7348                 updated by me and Witold Wladyslaw Wojciech Wilk
7349                 repectively
7350
7351 2002-10-07 [paul]       0.8.3claws53
7352
7353         * po/it.po
7354           po/pt_BR.po
7355           po/sr.po
7356                 updated messages catalogs, submitted by
7357                 Alessandro Maestri, Fabio Jr.Beneditto 
7358                 and Urke MMI, respectively.
7359
7360 2002-10-07 [christoph]  0.8.3claws52
7361
7362         * src/folder.[ch]
7363         * src/folderview.c
7364         * src/mainwindow.c
7365                 fix new folder ghost message bug
7366                 (closes bug [ 619722 ] wrong count for newly created folders)
7367
7368 2002-10-07 [christoph]  0.8.3claws51
7369
7370         * src/compose.c
7371                 fix news posting problem
7372
7373 2002-10-07 [melvin]     0.8.3claws50
7374
7375         * po/fr.po
7376                 Updated French translation
7377
7378 2002-10-05 [christoph]  0.8.3claws49
7379
7380         * src/gtkstext.c
7381                 check if line_start_cache is set in gtk_stext_update_text
7382                 (closes bug [ 618119 ] crash while doing search in folder)
7383
7384 2002-10-05 [christoph]  0.8.3claws48
7385
7386         * src/imap.c
7387         * src/news.c
7388         * src/utils.c
7389         * src/utils.h
7390                 implement cache cleanups for claws' folder system
7391                 (closes bug [ 595916 ] imapcache not cleaned up)
7392
7393 2002-10-05 [melvin]     0.8.3claws47
7394
7395         * src/prefs_actions.c
7396                 Made the help text more clear for the %p token
7397
7398 2002-10-04 [paul]       0.8.3claws46
7399
7400         * sync with 0.8.5
7401                 see ChangeLog 2002-10-02 and 2002-10-03
7402
7403 2002-10-04 [christoph]  0.8.3claws45
7404
7405         * src/inc.c
7406                 fix segfault caused by pop before smtp
7407                 call to inc_account_mail with NULL
7408                 pointer for mainwin
7409
7410 2002-10-04 [paul]       0.8.3claws44
7411
7412         * configure.in
7413                 sync the LDAP detection from 0.8.5cvs1
7414
7415 2002-10-02 [christoph]  0.8.3claws43
7416
7417         * po/de.po
7418                 fix small spelling error
7419
7420 2002-10-02 [melvin]     0.8.3claws42
7421
7422         * ac/aspell.m4
7423                 Behave better and say "no" when test program cannot be run.
7424
7425 2002-10-02 [paul]       0.8.3claws41
7426
7427         * sync with 0.8.4cvs1
7428                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7429                 
7430         * src/summaryview.c
7431                 toggle the behavior of Reply menuitem between
7432                 normal reply and reply-to-list
7433
7434 2002-10-01 [sergey]     0.8.3claws40
7435
7436         * src/compose.c
7437                 Convert newlines in the message text to the canonical form
7438                 before base64 encoding (RFC2045 compliance, fixes some
7439                 interoperability issues with Evolution 1.0.3)
7440
7441 2002-09-29 [colin]      0.8.3claws39
7442
7443         * src/summaryview.c
7444                 Fix an unwanted copy/paste
7445
7446 2002-09-29 [colin]      0.8.3claws38
7447
7448         * src/mainwindow.c
7449                 Renamed "Custom toolbar" to "Customize toolbar"
7450                 Renamed "Show all header" to "Show all headers"
7451                 Renamed "Set diplay item" to "Set displayed items"
7452         * src/prefs_common.c
7453                 Renamed "Show all header" to "Show all headers"
7454         * src/prefs_summary_column.c
7455                 Renamed "diplay item" to "displayed items"
7456
7457 2002-09-29 [colin]      0.8.3claws37
7458
7459         * src/mainwindow.[ch]
7460                 online/offline status pixmaps follow theme
7461                 changes
7462         * src/summaryview.[ch]
7463                 quicksearch pixmap follows theme changes
7464
7465 2002-09-29 [thorsten]   0.8.3claws36
7466
7467         * src/compose.c
7468           src/prefs_folder_item.[ch]
7469                 add default_reply_to folder option (closes patch 581044)
7470
7471 2002-09-29 [christoph]  0.8.3claws35
7472
7473         * acconfig.h    ** REMOVED **
7474         * configure.in
7475         * ac/aspell.m4
7476         * ac/check-type.m4
7477         * ac/gnupg-check-typedef.m4
7478                 fix autoheader 2.50 warning
7479
7480 2002-09-29 [christoph]  0.8.3claws34
7481
7482         * major code cleanup (part 2)
7483         
7484                 - unused variables removed
7485                 - unused functions removed
7486                 - uninitialized variables checked
7487                 - missing return statements added
7488                 - missing function return types added
7489                 - added parentheses around assignment
7490                   when suggested by gcc
7491
7492 2002-09-29 [alfons]     0.8.3claws33
7493
7494         * src/logwindow.c
7495                 log_window_clear(): only bracket gtk_text_forward_delete() 
7496                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7497                 works around GTK text bug)
7498
7499 2002-09-29 [paul]       0.8.3claws32
7500
7501         * po/bg.po
7502           po/sr.po
7503                 updated by George Danchev and Urke MMI
7504                 respectively
7505
7506 2002-09-27 [christoph]  0.8.3claws31
7507
7508         * doc-src/readme.txt
7509         * doc-src/rfc1806.txt   ** REMOVED **
7510         * doc-src/rfc2183.txt   ** NEW FILE **
7511         * doc-src/rfc2980.txt   ** NEW FILE **
7512                 update rfcs
7513
7514 2002-09-27 [melvin]     0.8.3claws30
7515
7516         * ac/aspell.m4
7517                 Fixed typo which could break linking
7518
7519 2002-09-27 [melvin]     0.8.3claws29
7520
7521         * ac/aspell.m4
7522                 Improved GNU/aspell checking. 
7523                 Fixed bug #614490
7524
7525 2002-09-27 [paul]       0.8.3claws28
7526
7527         * sync with 0.8.3cvs8
7528                 see ChangeLog 2002-09-27
7529
7530 2002-09-26 [colin]      0.8.3claws27
7531
7532         * src/toolbar.[ch]
7533           src/mainwindow.[ch]
7534                 Add "Reply to Mailing-list" to the toolbar
7535
7536 2002-09-26 [christoph]  0.8.3claws26
7537
7538         * src/summaryview.c
7539                 Fix wrong message counts in summaryview status
7540
7541 2002-09-26 [paul]       0.8.3claws25
7542
7543         * sync with 0.8.3cvs7
7544                 see ChangeLog 2002-09-26
7545
7546 2002-09-26 [paul]       0.8.3claws24
7547
7548         * sync with 0.8.3cvs6
7549                 see ChangeLog 2002-09-25
7550
7551 2002-09-25 [christoph]  0.8.3claws23
7552
7553         * src/prefs_common.c
7554         * src/prefs_folder_item.c
7555         * src/prefs_scoring.c
7556                 Renamed "kill score" to "hide score" in GUI
7557                 and prefs files
7558
7559 2002-09-25 [paul]       0.8.3claws22
7560
7561         * sync with 0.8.3cvs5
7562                 see ChangeLog 2002-09-24
7563
7564 2002-09-24 [alfons]     0.8.3claws21
7565
7566         patch by Satoshi Nagayasu: allows appending / saving multiple 
7567         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7568         'Save as ...'")
7569
7570         * AUTHORS
7571                 add Satoshi Nagayasu
7572         * src/summaryview.c
7573                 summary_save_as(): allow saving selected files to
7574                 one file
7575                 summary_set_menu_sensitive: enable "Save As..." when
7576                 multiple files are selected
7577         * src/utils.[ch]
7578                 append_file(): new function
7579
7580 2002-09-24 [colin]      0.8.3claws20
7581
7582         * src/procmime.c
7583                 Fix segfault when mimeinfo doesn't have a 
7584                 content_type. 
7585
7586 2002-09-24 [colin]      0.8.3claws19
7587
7588         * src/prefs_common.[ch]
7589                 Add a preference to display send dialog or not
7590         * src/send.c
7591                 Display send dialog according to preference
7592
7593 2002-09-24 [colin]      0.8.3claws18
7594
7595         * src/compose.[ch]
7596                 Disable user actions when sending
7597
7598 2002-09-24 [colin]      0.8.3claws17
7599
7600         * src/procmime.c
7601                 Do not display name or filename for attachments
7602                 with an application/pgp-signature type
7603                 (security flaw, see bug 537413)
7604
7605 2002-09-23 [colin]      0.8.3claws16
7606
7607         * src/editaddress.c
7608                 Initialize entry_email, entry_alias and 
7609                 entry_remarks to first email address of the list
7610
7611 2002-09-23 [colin]      0.83claws15
7612
7613         * src/compose.c
7614                 Drop pgp-signature when reediting a signed queued
7615                 message
7616
7617 2002-09-23 [melvin]     0.8.3claws14
7618
7619         * po/fr.po
7620                 Updated French translation
7621
7622 2002-09-23 [melvin]     0.8.3claws13
7623
7624         * src/mainwindow.c
7625                 Made custom toolbar menu labels more consistent
7626         * src/prefs_toolbar.c
7627                 Made custom toolbar window title more consistent
7628
7629 2002-09-22 [colin]      0.8.3claws12
7630
7631         * src/inc.c
7632                 Initialize session type to normal before getting 
7633                 mail (fixes strange Get behaviour)
7634         * src/prefs_account.h
7635                 Move STYPE_POP_BEFORE_SMTP to last position to 
7636                 avoid other side-effects
7637
7638 2002-09-22 [colin]      0.8.3claws11
7639
7640         * src/prefs_account.c
7641                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7642                 from pop3 to apop or vice-versa
7643
7644 2002-09-22 [colin]      0.8.3claws10
7645         
7646         * src/prefs_account.[ch]
7647                 Add an option for the POP before SMTP timeout
7648         * src/inc.c
7649                 Remember time of last POP connection
7650         * src/send.c
7651                 Do POP before SMTP only if timeout reached
7652
7653 2002-09-22 [oliver]     0.8.3claws9
7654         
7655         * README.claws
7656                 explain custom toolbar
7657
7658 2002-09-22 [oliver]     0.8.3claws8
7659
7660         * src/prefs_actions.[ch]
7661         custom toolbar for compose      
7662                 actions callback from compose toolbar
7663         * src/folderview.c
7664                 remove include toolbar.h
7665
7666 2002-09-22 [oliver]     0.8.3claws7
7667         
7668         * src/prefs_toolbar.[ch]
7669                 custom toolbar for compose
7670                 - generic prefs_toolbar handles both
7671                   Mainwin's toolbar as well as Compose toolbar          
7672
7673 2002-09-22 [oliver]     0.8.3claws6
7674         
7675         * src/toolbar.[ch]
7676                 custom toolbar for compose
7677                 restructure toolbar.[ch]
7678
7679 2002-09-22 [oliver]     0.8.3claws5
7680
7681         * src/compose.[ch]
7682                 custom toolbar for compose
7683
7684 2002-09-22 [oliver]     0.8.3claws4
7685         
7686         * src/mainwindow.[ch]
7687                 custom toolbar for compose 
7688                 move mainwin toolbar back to mainwindow
7689
7690 2002-09-22 [alfons]     0.8.3claws3
7691
7692         * src/procmsg.c
7693                 :%sno/if(/if (/gc
7694                 :%sno/for(/for (/gc
7695                 (beautify)
7696
7697 2002-09-22 [alfons]     0.8.3claws2
7698         
7699         * src/procmsg.c
7700                 procmsg_save_to_outbox(): don't unlink message file from queue;
7701                 callers should do it using folder_item_remove_msg()
7702
7703 2002-09-22 [colin]      0.8.3claws1
7704
7705         * src/mimeview.[ch]
7706                 Made mimeview_check_signature() public
7707         * src/textview.c
7708                 Made GPG signatures verifiable by clicking
7709                 the [application/pgp-signature] in the Text
7710                 view
7711
7712 2002-09-22 [paul]       0.8.3claws
7713
7714         * po/bg.po
7715           po/en_GB.po
7716           po/es.po
7717           po/it.po
7718           po/pl.po
7719           po/pt_BR.po
7720           po/sr.po
7721                 updated translations, submitted by George Danchev,
7722                 me, Ricardo Mones Lastra, Alessandro Maestri,
7723                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7724                 and Urke MMI, respectively.     
7725
7726 2002-09-22 [alfons]     0.8.2claws65
7727
7728         * src/procmsg.c
7729         * src/pgptext.c
7730                 no furry valgrinds have been used to plug these memleaks
7731
7732 2002-09-20 [paul]       0.8.2claws64
7733
7734         * sync with 0.8.3cvs4
7735                 'Select thread' re-implemented 
7736                 see ChangeLog 2002-09-20
7737
7738 2002-09-21 [alfons]     0.8.2claws63
7739
7740         * src/compose.c
7741                 compose_send(): plug unnoticed memleak
7742
7743 2002-09-20 [alfons]     0.8.2claws62
7744
7745         * src/addr_compl.c
7746                 replace_address_in_edit(): strict check for NULL address to
7747                 fix "[ 607348 ] Segfault in address completion". My guess is
7748                 that this happens with an empty address book, but it's good
7749                 to have this check here anyway
7750                 
7751                 completion_window_button_press(): free string returned 
7752                 from the internal cache
7753
7754 2002-09-20 [christoph]  0.8.2claws61
7755
7756         * src/procmime.h
7757                 added ENC_BINARY to EncodingType
7758         * src/procmime.c
7759                 the string returned by procmime_get_encoding_str
7760                 should not depend on the order of values in the
7761                 EncodingType definition
7762         * doc-src/rfc1806.txt   ** NEW FILE **
7763                 Added rfc1806 about MIME Content-Disposition
7764                 Extension
7765
7766 2002-09-19 [paul]       0.8.2claws60
7767
7768         * sync with 0.8.2cvs3
7769                 see ChangeLog 2002-09-19
7770
7771 2002-09-19 [paul]       0.8.2claws59
7772
7773         * src/prefs_folder_item.c
7774                 revert to Darko's original alignment of colour
7775                 selector button
7776                 add a colon to folder_color label
7777                 
7778         * src/compose.c
7779                 add Colin's patch (with Hiro's modifications) to 
7780                 force BASE64 encoding for 8-bit text when signing
7781                 (sync with 0.8.3cvs2)
7782
7783 2002-09-18 [alfons]     0.8.2claws58
7784
7785         * src/compose.c
7786                 :%sno/if(/if (/gc
7787                 :%sno/for(/for (/gc
7788                 (beautify a little bit)
7789
7790 2002-09-18 [christoph]  0.8.2claws57
7791
7792         * src/pine.c
7793                 fix handling of fgetc return value
7794
7795 2002-09-17 [alfons]     0.8.2claws56
7796         
7797         * src/summaryview.c
7798                 summary_sort(): check non-NULL summaryview->folder_item when no 
7799                 folder is selected at all
7800                 (closes "[ 610344 ] sort label make syl Crash")
7801
7802 2002-09-17 [alfons]     0.8.2claws55
7803         
7804         * src/compose.c
7805                 beautify a little bit
7806
7807 2002-09-17 [christoph]  0.8.2claws54
7808
7809         * src/folder.c
7810                 initialize max values for cache and folder
7811                 when cache or folder is empty
7812
7813 2002-09-15 [colin]      0.8.2claws53
7814
7815         * src/compose.c
7816                 Fix a leak (thanks Alfons!) and cleaned
7817                 variables names for custom headers
7818
7819 2002-09-15 [colin]      0.8.2claws52
7820
7821         * src/compose.c
7822                 Fix custom headers recognition when
7823                 prefs_common.trans_hdr is on
7824
7825 2002-09-15 [colin]      0.8.2claws51
7826
7827         * src/compose.c
7828                 Allow dynamically-added custom headers
7829                 Yet not reparsed if reedited
7830
7831 2002-09-15 [alfons]     0.8.2claws50
7832
7833         * src/prefs_account.c
7834                 fix warnings
7835
7836 2002-09-15 [colin]      0.8.2claws49
7837         
7838         * src/prefs_account.c
7839                 fix pop_before_smtp sensitivity
7840
7841 2002-09-15 [colin]      0.8.2claws48
7842
7843         * src/inc.[ch]
7844                 add inc_pop_before_smtp()
7845                 allow MainWindow to be undefined in 
7846                 inc_account_mail() and inc_start()
7847         * src/pop.c
7848           src/prefs_account.h
7849                 add STYPE_POP_BEFORE_SMTP session type
7850         * src/prefs_account.c
7851                 activated pop before smtp option
7852         * src/send.c
7853                 do pop before smtp if the relevant option 
7854                 is set
7855
7856 2002-09-15 [paul]       0.8.2claws47
7857
7858         * sync with 0.8.3
7859                 see ChangeLog 2002-09-15
7860
7861 2002-09-14 [paul]       0.8.2claws46
7862
7863         * po/bg.po
7864                 updated Bulgarian translation, submitted by
7865                 George Danchev
7866
7867 2002-09-13 [paul]       0.8.2claws45
7868
7869         * src/compose.c
7870                 merge claws' select_account() with main's
7871                 (new) compose_select_account(). [sync with
7872                 0.8.2cvs15, see ChangeLog 2002-09-11]
7873
7874 2002-09-12 [christoph]  0.8.2claws44
7875
7876         * src/filter.c
7877                 allocate 1 elements of FolderItem not 0
7878
7879 2002-09-12 [colin]      0.8.2claws43
7880
7881         * src/compose.c
7882                 Fix bug #590825 (obey Follow-up: poster)
7883
7884 2002-09-12 [colin]      0.8.2claws42
7885
7886         * src/procmime.c
7887                 Fix bug #557009 (wrong headers for messages 
7888                 forwarded as attachments)
7889
7890 2002-09-11 [colin]      0.8.2claws41
7891         
7892         * src/compose.c
7893                 Put SCF: pseudo-header on top of message
7894                 Set draft tmp_flag when saved as draft
7895
7896         * src/procmsg.c
7897           src/procheader.c
7898                 Skip after first \n\n for beginning of real message
7899                 for drafts too
7900
7901 2002-09-11 [christoph]  0.8.2claws40
7902
7903         * src/filtering.c
7904                 use procmsg flag functions in filtering or processing
7905                 will cause incorrect folder message counts
7906
7907 2002-09-11 [colin]      0.8.2claws39
7908
7909         * src/compose.c
7910                 Fix bug #550175 - wrong save folder when reediting
7911                 drafts
7912
7913 2002-09-11 [paul]       0.8.2claws38
7914
7915         * sync with 0.8.2cvs14
7916                 see ChangeLog 2002-09-11
7917
7918 2002-09-11 [colin]      0.8.2claws37
7919
7920         * src/folder.c
7921                 Fix a typo (seeming to cause new/unread status to
7922                 be lost)
7923
7924 2002-09-10 [christoph]  0.8.2claws36
7925
7926         * src/compose.c
7927                 compose_redirect should not use compose_generic_new
7928                 because that does more stuff than expected including
7929                 opening the external editor
7930                 (closes bug "[ 526608 ] bounced messages appear blank
7931                  in editor")
7932
7933 2002-09-10 [christoph]  0.8.2claws35
7934
7935         * src/folder.c
7936                 fix problem with too large message number range
7937                 causing a crash in folder_item_scan
7938
7939 2002-09-10 [paul]       0.8.2claws34
7940
7941         * sync with 0.8.2cvs13
7942                 see ChangeLog 2002-09-10
7943
7944 2002-09-10 [christoph]  0.8.2claws33
7945
7946         * src/msgcache.c
7947                 set MsgInfo TmpFlags for queue and draft folders
7948                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7949
7950 2002-09-10 [paul]       0.8.2claws32
7951
7952         * AUTHORS
7953           po/bg.po      ** NEW FILE **
7954                 new Bulgarian translation submitted by
7955                 George Danchev <danchev@spnet.net>
7956                 
7957         * tools/Makefile.am
7958           tools/README
7959           tools/tb2sylpheed     ** NEW FILE **
7960                 add script that converts an addressbook exported
7961                 from The Bat! into a Sylpheed addressbook. Submitted
7962                 by Urke MMI <urke-kg@eunet.yu>
7963
7964 2002-09-10 [paul]       0.8.2claws31
7965
7966         * sync with 0.8.2cvs12
7967                 see ChangeLog 2002-09-10
7968
7969 2002-09-06 [paul]       0.8.2claws30
7970
7971         * src/prefs_common.c
7972                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7973                 
7974         * tools/Makefile.am
7975           tools/README
7976           tools/ldif-to-xml.py  ** REMOVED **
7977                 remove obsolete python script
7978
7979 2002-09-06 [paul]       0.8.2claws29
7980
7981         * sync with 0.8.2cvs10
7982                 see ChangeLog 2002-09-06
7983
7984 2002-09-04 [paul]       0.8.2claws28
7985
7986         * sync with 0.8.2cvs9
7987                 see ChangeLog 2002-08-04
7988
7989 2002-09-04 [colin]      0.8.2claws27 
7990
7991         * src/prefs_common.[ch]
7992                 Added signature color configuration
7993         * src/textview.c
7994                 Use user-specified signature color
7995
7996 2002-09-03 [colin]      0.8.2claws26
7997
7998         * src/prefs_common.[ch]
7999                 Added autosave and autosave_length prefs
8000         * src/compose.c
8001                 Added compose_remove_draft()
8002                 Auto-save drafts according to the prefs
8003         * src/main.c
8004                 Added a crash-indicator file, allowing to check
8005                 for new messages on startup if Sylpheed crashed
8006                 (makes saved drafts "reappear")
8007
8008 2002-09-03 [colin]      0.8.2claws25
8009
8010         * src/textview.[ch]
8011                 Grey the signature
8012
8013 2002-09-03 [paul]       0.8.2claws24
8014
8015         * sync with 0.8.2cvs8
8016                 see ChangeLog 2002-09-02 and 2002-09-03
8017
8018 2002-09-03 [darko]      0.8.2claws23
8019
8020         * src/folderview.c
8021                 use normal style when creating new folder to pick
8022                 proper font size 
8023
8024 2002-09-02 [melvin]     0.8.2claws22
8025
8026         * src/gtkaspell.m4
8027                 removed some obsolete code
8028
8029 2002-09-02 [melvin]     0.8.2claws21
8030
8031         * ac/aspell.m4
8032                 fixed test's equality sign (== to =)
8033
8034 2002-09-02 [alfons]     0.8.2claws20
8035
8036         * src/folder.c
8037         * src/mh.c
8038                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8039                 as folder->destroy virtual as suggested by Hiro
8040                 (the mh.c code seems to have been lost around mh.c.1.21)
8041
8042 2002-09-02 [paul]       0.8.2claws19
8043
8044         * po/pt_BR.po
8045                 updated by Fabio Jr. Beneditto
8046                 
8047         * src/defs.h
8048                 use 'http://claws.sylpheed.org' for homepage link. 
8049                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8050
8051 2002-09-01 [alfons]     0.8.2claws18
8052
8053         * src/mh.c
8054                 plug memleak related to one Martin Kluge found
8055
8056 2002-08-31 [paul]       0.8.2claws17
8057
8058         * sync with 0.8.2cvs6
8059                 see ChangeLog 2002-08-30
8060
8061 2002-08-31 [alfons]     0.8.2claws16
8062
8063         * src/folder.c
8064                 folder_destroy(): remove mailbox from folderlist even if it has
8065                 no destroy virtual
8066
8067 2002-08-31 [alfons]     0.8.2claws15
8068
8069         * src/folder.c
8070                 :%sno/if(/if (/gc
8071                 :%sno/for(/for (/gc
8072                 (being pedantic I know)
8073
8074 2002-08-31 [alfons]     0.8.2claws14
8075
8076         * src/folder.c
8077                 check for NULL pointers returned from folder->fetch_msginfo virtual
8078                 (should solve some reported crashes)
8079
8080 2002-08-30 [alfons]     0.8.2claws13
8081
8082         * acconfig.h
8083         * configure.in
8084         * src/crash.c
8085                 enable crash dialog on compilation time
8086                 (--enable-crash-dialog configure option)
8087
8088 2002-08-30 [alfons]     0.8.2claws12
8089
8090         * AUTHORS
8091                 add Martin Kluge
8092         * src/mh.c
8093                 apply memory leak plug patch by Martin Kluge
8094                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8095                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8096                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8097
8098 2002-08-30 [darko]      0.8.2claws11
8099
8100         * src/folderview.c
8101                 copy Gtk style from normal style to match
8102                 font size for coloured folders
8103
8104 2002-08-29 [alfons]     0.8.2claws10
8105
8106         * sylpheed.desktop
8107                 Type=Internet <- Type=Application
8108                 (reported by Michael Schwendt, see:
8109                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8110                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8111
8112 2002-08-29 [paul]       0.8.2claws9
8113
8114         * sync with 0.8.2cvs5
8115                 see ChangeLog 2002-08-29
8116
8117 2002-08-29 [colin]      0.8.2claws8
8118
8119         * src/summaryview.c
8120                 Added a sanity check in summary_select_thread
8121                 Should fix bug 601605
8122
8123 2002-08-29 [colin]      0.8.2claws7
8124
8125         * src/main.c
8126                 Revert claws6 changes regarding bug #591676
8127
8128 2002-08-28 [colin]      0.8.2claws6
8129         
8130         * src/main.c
8131                 Ignore cache for queue folderitems
8132                 Fix bug #591676
8133
8134 2002-08-28 [melvin]     0.8.2claws5
8135
8136         * README.claws
8137                 Fixed typos.
8138
8139 2002-08-28 [melvin]     0.8.2claws4
8140
8141         * README.claws
8142                 Updated a bit the text concerning the spell checker
8143
8144 2002-08-28 [melvin]     0.8.2claws3
8145
8146         Merged the GNU_aspell_branch:
8147                 Support of new GNU/aspell is now included and the old pspell
8148                 is not supported anymore.
8149                 See README.claws
8150
8151         * README.claws
8152                 Updated spell checker text to reflect the switch to GNU/aspell
8153
8154         * ac/aspell.m4          *** NEW ***
8155         * src/gtkaspell.[ch]    *** NEW *** 
8156         * ac/pspell.m4          *** DELETED *** 
8157         * src/gtkspell.[ch]     *** DELETED ***
8158
8159         * ac/Makefile.am
8160                 Updated for GNU/aspell support
8161
8162         * po/POTFILES.in
8163                 Replaced gtkspell.c by gtkaspell.c
8164
8165         * acconfig.h
8166         * src/Makefile.am
8167         * src/about.c
8168         * src/compose.[ch]
8169         * src/crash.c
8170         * src/main.c
8171         * src/prefs_common.[ch]
8172                 Updated for GNU/aspell support
8173
8174 2002-08-28 [paul]       0.8.2claws2
8175
8176         * sync with 0.8.2cvs4
8177                 see ChangeLog 2002-08-27 and 2002-08-28
8178
8179 2002-08-28 [colin]      0.8.2claws1
8180
8181         * src/summary_search.c
8182                 Added "AND search"
8183
8184 2002-08-28 [jens]       0.8.2claws
8185
8186         *po/de.po
8187                 Updated German translations
8188
8189 2002-08-27 [melvin]     0.8.2claws
8190
8191         * po/fr.po
8192                 Updated French translations
8193
8194 2002-08-27 [paul]       0.8.2claws
8195
8196         * sync with 0.8.2 main release
8197
8198         * po/en_GB.po
8199           po/es.po
8200           po/it.po
8201           po/pl.po
8202           po/pt_BR.po
8203           po/sr.po
8204                 updated message catalogs submitted by
8205                 Ricardo Mones Lastra, Alessandro Maestri,
8206                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8207                 Beneditto and Urke MMI  
8208
8209 2002-08-27 [hoa]        0.8.1claws123
8210
8211         * src/mainwindow.[ch]
8212         * src/summaryview.[ch]
8213                 removed the "filter setting" menu option.
8214                 add a "cancel a news message" menu option.
8215
8216 2002-08-26 [martin]     0.8.1claws122
8217
8218         * ChangeLog.claws
8219                 changed string under 0.8.1claws79 changed by myself
8220                 i'm sorry alfons :(
8221
8222 2002-08-26 [martin]     0.8.1claws121
8223
8224         * src/crash.c
8225                 added kill command to debuggerrc to start crash dialog
8226
8227 2002-08-26 [paul]       0.8.1claws120
8228
8229         * sync with 0.8.1cvs31
8230                 see ChangeLog 2002-08-26
8231
8232 2002-08-25 [alfons]     0.8.1claws119
8233
8234         * src/procmsg.c
8235                 fix bug that didn't send out correct headers to news server
8236                 when sending news article and email from queue (bug reported
8237                 and patch provided by Tim Mann; closes bug 
8238                 "[ 583196 ] 0.7.8claws can't post news")
8239
8240 2002-08-25 [alfons]     0.8.1claws118
8241
8242         * src/selective_download.c
8243                 mark two strings as translatable
8244                 (thanks to Urke MMI for pointing this out)
8245
8246 2002-08-25 [alfons]     0.8.1claws117
8247
8248         * src/summaryview.c
8249                 treat sent boxes as special and allow sorting them by addressee
8250                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8251                 submitted by Steve Lamb)
8252
8253 2002-08-24 [alfons]     0.8.1claws116
8254
8255         * src/matcher.c
8256                 fix memleak reported by Martin Kluge
8257                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8258
8259 2002-08-24 [oliver]     0.8.1claws115
8260
8261         * src/prefs_toolbar.c
8262                 o code cleanup as suggested by Alfons
8263                 o memleak fix
8264
8265 2002-08-24 [alfons]     0.8.1claws114
8266
8267         * src/summaryview.c
8268                 o fix another memory leak reported by Martin Kluge
8269                   (see "[ 599568 ] Small Memory Leak")
8270                 o remove 'from' variable from 'summary_set_header()'; we can
8271                   do with just 'to' 
8272
8273 2002-08-24 [paul]       0.8.1claws113
8274
8275         * sync with 0.8.1cvs30
8276                 see ChangeLog 2002-08-23
8277
8278 2002-08-24 [alfons]     0.8.1claws112
8279
8280         * src/summaryview.c
8281                 remove unnecessary allocations for search bar fixing leaks
8282                 reported by Martin Kluge
8283                 (see "[ 599451 ] Further memory leaks?")
8284
8285 2002-08-24 [alfons]     0.8.1claws111
8286
8287         * src/main.c
8288                 make get_socket_name() public for crash.c
8289         * src/crash.c
8290                 o make report bug button work (goes to claws' 
8291                   bug tracker at sf.net)
8292                 o introduce function for doing important stuff just
8293                   before claws goes down
8294                 o clean up code 
8295
8296 2002-08-24 [alfons]     0.8.1claws110
8297
8298         * src/compose.c
8299                 move cursor to "To" entry when forwarding as attachment
8300                 (reported and solved by Steve Lamb, closes bug report
8301                 "[ 592880 ] Forward as attachment; cursor not in to")
8302
8303 2002-08-24 [colin]      0.8.1claws109
8304
8305         * src/mainwindow.c
8306                 fix quick search visibility after GUI (de)separations.
8307
8308 2002-08-23 [colin]      0.8.1claws108
8309
8310         * src/mainwindow.c
8311                 fix header pane visibility after folderview or
8312                 messageview (de)separation
8313
8314 2002-08-23 [paul]       0.8.1claws107
8315
8316         * src/mainwindow.[ch]
8317           src/toolbar.c
8318                 give full control of display or non-display 
8319                 of the Execute icon to Custom toolbar settings.
8320                 add new sensitivity condition to maninwindow.h: 
8321                 M_DELAY_EXEC
8322
8323         * ChangeLog
8324           ChangeLog.jp
8325           NEWS
8326                 more sync with 0.8.1cvs29
8327
8328 2002-08-23 [melvin]     0.8.1claws106
8329
8330         * src/alertpanel.c
8331                 Readded support for custom widget in alertpanel lost in last
8332                 sync.
8333
8334 2002-08-23 [paul]       0.8.1claws105
8335
8336         * sync with 0.8.1cvs29
8337                 see ChangeLog 2002-08-23
8338
8339 2002-08-23 [colin]      0.8.1claws104
8340
8341         * src/summaryview.c
8342                 Fix folder and search pixmaps exchanging positions
8343                 after theme or toolbar changes. Thank to Oliver for 
8344                 reporting this.
8345
8346 2002-08-23 [colin]      0.8.1claws103
8347
8348         * src/mainwindow.c
8349           src/messageview.[ch]
8350           src/noticeview.[ch]
8351           src/summaryview.c
8352                 Changed messageview_create() and noticeview_create()
8353                 to avoid the last gdk_warning
8354
8355 2002-08-22 [colin]      0.8.1claws102
8356
8357         * src/summaryview.c
8358                 Fix my new `Creating pixmap from xpm' warning
8359
8360 2002-08-22 [colin]      0.8.1claws101
8361
8362         * src/mainwindow.c
8363                 Fix some of the gdk warnings
8364
8365 2002-08-22 [colin]      0.8.1claws100
8366
8367         * src/Makefile.am
8368         * src/stock_pixmap.c
8369         * src/stock_pixmap.h
8370         * src/pixmaps/quicksearch.xpm *ADDED*
8371                 Add the quicksearch pixmap
8372         * src/mainwindow.c
8373         * src/summaryview.c
8374         * src/summaryview.h
8375                 Make quicksearch bar visible/hidden via a button
8376
8377 2002-08-22 [christoph]  0.8.1claws99
8378
8379         * src/folder.c
8380                 fix folder update for newsgroups with message
8381                 numbers below minimum number of articles to fetch
8382                 (closes bug #598445)
8383
8384 2002-08-22 [paul]       0.8.1claws98
8385
8386         * sync with 0.8.1cvs28
8387                 see ChangeLog 2002-08-22
8388
8389 2002-08-21 [alfons]     0.8.1claws97
8390
8391         * src/crash.c
8392                 use bt instead of bt full which seems to work 
8393                 better, and bt full doesn't give a great deal 
8394                 of information anyway
8395
8396 2002-08-21 [colin]      0.8.1claws96
8397
8398         * src/summaryview.c
8399                 fix summaryview_searchtype_changed prototype
8400
8401 2002-08-21 [christoph]  0.8.1claws95
8402
8403         * src/mainwindow.c
8404                 o fix broken menu update for sorting type, we have to
8405                   get this info from the summaryview now
8406                 o removed setting of threaded state in menu callback
8407         * src/summaryview.[ch]
8408                 more summaryview/folderitem seperation for
8409                 threading option
8410         * configure.in
8411                 removed not required --with-compiler-flags option
8412
8413 2002-08-21 [oliver]     0.8.1claws94
8414         
8415         * src/toolbar.h 
8416                 o rename toolbar.xml to toolbar_main.xml
8417                   since toolbar_compose.xml might come up 
8418                   any time soon
8419         * README.claws
8420                 add custom toolbar              
8421
8422 2002-08-21 [darko]      0.8.1claws93
8423
8424         * src/procmsg.c
8425                 don't reset tmp flags for messages copied
8426                 to sent folder
8427
8428 2002-08-21 [colin]      0.8.1claws92
8429         
8430         * src/prefs_filtering.c
8431                 fix renaming rules on folder rename 
8432                 when folder is not a leaf folder
8433
8434 2002-08-21 [paul]       0.8.1claws91
8435
8436         * src/prefs_folder_item.c
8437                 fix alignment of colour selector
8438
8439 2002-08-21 [paul]       0.8.1claws90
8440
8441         * sync with 0.8.1cvs27
8442                 see ChangeLog 2002-08-21
8443
8444 2002-08-21 [paul]       0.8.1claws89
8445
8446         * src/summaryview.c
8447                 fix crash when changing field type in
8448                 Quick search bar
8449
8450 2002-08-21 [colin]      0.8.1claws88
8451
8452         * src/summaryview.c
8453                 Made quick search case-insensitive
8454
8455 2002-08-21 [paul]       0.8.1claws87
8456
8457         * sync with 0.8.1cvs26
8458                 see ChangeLog 2002-08-21
8459
8460 2002-08-20 [christoph]  0.8.1claws86
8461
8462         * src/folderview.c
8463         * src/main.c
8464         * src/summaryview.[ch]
8465                 more summaryview/folderitem seperation for
8466                 sort_key and sort_type
8467         * src/procmsg.c
8468                 added missing return statement
8469
8470 2002-08-20 [colin]      0.8.1claws85
8471
8472         * src/summaryview.[ch]
8473                 Added a quick search box
8474         * src/mainwindow.c
8475         * src/prefs_common.[ch]
8476                 Added a show/hide option for the quick search
8477
8478 2002-08-20 [oliver]     0.8.1claws84
8479         
8480         * src/mainwindow.c
8481                 remove toolbar_create_popups
8482         * src/toolbar.[ch]
8483                 o remove toolbar_create_popups
8484                 o fix toolbar_set_sensitive 
8485                   (Bug reports #596834 and #596832)     
8486         * src/prefs_toolbar.c
8487                 o add "Set default" button
8488                 o align label and text + combo widgets
8489
8490 2002-08-20 [hoa]        0.8.1claws83bis
8491
8492         * src/imap.c
8493                 fixed a bug in imap_fetch_msginfo() in case there is no
8494                 current folder.
8495
8496 2002-08-20 [darko]      0.8.1claws83
8497
8498         * src/folderview.c
8499                 copy the color style of folder view so it
8500                 works with GTK themes
8501
8502 2002-08-20 [darko]      0.8.1claws82
8503
8504         * src/folder.h
8505         * src/folderview.c
8506         * src/prefs_folder_item.[hc]
8507                 don't use UI stuff in folder.h
8508
8509 2002-08-20 [darko]      0.8.1claws81
8510
8511         * src/folder.h
8512         * src/prefs_folder_item.h
8513         * src/folderview.c
8514         * src/prefs_folder_item.c
8515                 ability to set folder color in folderview
8516
8517 2002-08-19 [alfons]     0.8.1claws80
8518
8519         * src/summaryview.c
8520                 fix one of the earlier memleaks reported by Martin Kluge
8521
8522 2002-08-19 [alfons]     0.8.1claws79
8523
8524         * src/mainwindow.c
8525                 hide notice view when selecting seperate folder
8526                 view (reported by Urke MMI)
8527
8528 2002-08-19 [christoph]  0.8.1claws78
8529
8530         * src/folderview.c
8531         * src/prefs_folder_item.h
8532         * src/summaryview.[ch]
8533                 o add summary_set_prefs_from_folderitem to set
8534                   summaryview prefs (first step to remove all
8535                   references to the folderitem in summaryview)
8536                 o moved compiled regex stuff from folderitem prefs
8537                   to summaryview code
8538
8539 2002-08-19 [paul]       0.8.1claws77
8540
8541         * src/compose.c
8542                 add check for '.' to QUOTE_IF_REQUIRED
8543
8544 2002-08-19 [paul]       0.8.1claws76
8545
8546         * src/inc.c
8547                 sync with 0.8.1cvs25 (plug memory leak)
8548
8549         * src/prefs_toolbar.c
8550                 re-order prefs_toolbar_cancel()
8551
8552 2002-08-18 [alfons]     0.8.1claws75
8553
8554         * src/inc.c
8555         * src/matcher.c
8556                 plug other memleaks reported by Martin Kluge
8557
8558 2002-08-18 [paul]       0.8.1claws74
8559
8560         * po/pt_BR.po
8561                 updated by Fabio Jr. Beneditto
8562
8563 2002-08-18 [paul]       0.8.1claws73
8564
8565         * src/toolbar.[ch]
8566                 fix bug where tooltips were displayed untranslated              
8567
8568         * src/prefs_toolbar.c
8569                 fix bug where clicking 'Cancel' creates an icon & text
8570                 toolbar regardless of prefs
8571         
8572
8573 2002-08-17 [oliver]     0.8.1claws72
8574
8575         * src/prefs_toolbar.c
8576                 update toolbar on CANCEL
8577                 bug reported by Martin Kluge
8578         * src/toolbar.c
8579                 toolbar_destroy memleak fixed           
8580
8581 2002-08-17 [alfons]     0.8.1claws71
8582
8583         * src/toolbar.c
8584                 plug another memleak reported by Martin Kluge
8585
8586 2002-08-16 [alfons]     0.8.1claws70
8587
8588         * src/crash.c
8589                 use execvp() correctly (suggested by wwp; thanks!)
8590
8591 2002-08-16 [alfons]     0.8.1claws69
8592
8593         * src/gtksctree.c
8594                 plug memory leak reported by Kim Schultz & Martin Kluge
8595
8596 2002-08-16 [paul]       0.8.1claws68
8597
8598         * po/es.po
8599                 updated by Ricardo Mones Lastra
8600
8601 2002-08-16 [paul]       0.8.1claws67
8602
8603         * src/toolbar.h
8604                 fix bug where 'Compose News' icon showed wrong
8605                 tooltip
8606
8607 2002-08-16 [paul]       0.8.1claws66
8608
8609         * sync with 0.8.1cvs24
8610                 see ChangeLog 2002-08-16
8611
8612         * po/it.po
8613                 updated by Alessandro Maestri
8614
8615 2002-08-15 [paul]       0.8.1claws65
8616
8617         * po/sr.po
8618                 updated by Urke MMI
8619
8620 2002-08-15 [paul]       0.8.1claws64
8621
8622         * src/*.c
8623                 don't translate debug info
8624
8625         * src/matcher.[ch]
8626                 add copyright info
8627
8628 2002-08-15 [paul]       0.8.1claws63
8629
8630         * src/prefs_toolbar.c
8631                 fix bug where clicking 'OK' creates an icon & text
8632                 toolbar regardless of prefs
8633
8634 2002-08-14 [alfons]     0.8.1claws62
8635
8636         * src/main.c
8637                 add global var that has the full argv[0]
8638         * src/crash.c
8639                 o execvp the correct sylpheed by using argv0
8640                   and setting the correct work dir
8641                 o other tweaks  
8642
8643 2002-08-14 [oliver]     0.8.1claws61
8644         
8645         * enable/disable Toolbar Action Buttons 
8646         * code cleanups
8647         * src/mainwindow.c
8648         * src/toolbar.[ch]      
8649         * src/prefs_toolbar.c   
8650
8651 2002-08-14 [melvin]     0.8.1claws60
8652
8653         * po/fr.po
8654                 Updated French translations
8655
8656 2002-08-14 [melvin]     0.8.1claws59
8657
8658         * src/crash.c
8659                 Made bug report not translatable
8660         * src/exporthtml.c
8661                 Fixed exporthtml_build_filespec() return value
8662         * src/foldersel.c
8663                 Fixed incorrect include file
8664         * src/gtkspell.c
8665         * src/prefs_actions.c
8666         * src/prefs_toolbar.c
8667                 Made debug info not translatable
8668         * src/mutt.c
8669         * src/quote_fmt.c
8670                 Added missing includes
8671         * src/prefs_common.c
8672                 Fixed typo
8673
8674 2002-08-14 [paul]       0.8.1claws58
8675
8676         * faq/es/sylpheed-faq.html
8677           faq/es/sylpheed-faq-[1-3].html
8678           faq/es/sylpheed-faq-4.html     **NEW FILE **
8679                 update Spanish FAQ
8680
8681 2002-08-13 [christoph]  0.8.1claws57
8682
8683         * src/procmsg.c
8684                 ignore thread fix that did not mark all
8685                 child nodes of a ignored thread as
8686                 ignored. Does not work perfectly yet,
8687                 but it is better now
8688
8689 2002-08-13 [alfons]     0.8.1claws56
8690
8691         * src/crash.c
8692                 o implement 'save crash log'
8693                 o some tweaks
8694
8695 2002-08-13 [melvin]     0.8.1claws55
8696
8697         * src/main.c
8698                 removed unrequired "execinfo.h" header
8699
8700 2002-08-12 [paul]       0.8.1claws54
8701
8702         * faq/en/sylpheed-faq.html
8703           faq/en/sylpheed-faq-[1-3].html
8704           faq/en/sylpheed-faq-4.html     **NEW FILE **
8705                 update English FAQ
8706
8707 2002-08-12 [alfons]     0.8.1claws53
8708
8709         * po/POTFILES.in
8710                 add crash.c to translatables
8711         * src/crash.c
8712                 bring in Leandro's crash dialog
8713
8714 2002-08-11 [alfons]     0.8.1claws52
8715
8716         * src/crash.c
8717                 clean up some warnings
8718
8719 2002-08-11 [alfons]     0.8.1claws51
8720
8721         * acconfig.h
8722         * configure.in
8723         * src/crash.[ch]        ** NEW FILES **
8724         * src/main.c            
8725                 initial gdb crash handler
8726
8727 2002-08-11 [paul]       0.8.1claws50
8728
8729         * src/prefs_toolbar.c
8730                 replace Up/Down arrow pixmaps with text to be
8731                 consistent across icon themes
8732
8733 2002-08-11 [paul]       0.8.1claws49
8734
8735         * src/prefs_common.c
8736           src/prefs_toolbar.c
8737                 rename 'Pixmap' -> 'Icon'
8738
8739         * src/toolbar.[ch]
8740                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8741
8742 2002-08-10 [paul]       0.8.1claws48
8743
8744         * src/prefs_toolbar.c
8745                 re-work the UI
8746
8747 2002-08-10 [paul]       0.8.1claws47
8748
8749         * src/main.c
8750                 don't write Processing progress to status bar
8751                 patch submitted by Alexander Evseev
8752
8753         * src/prefs_toolbar.c
8754                 re-position and resize window
8755                 make window assume correct size on first call
8756
8757 2002-08-10 [paul]       0.8.1claws46
8758
8759         * src/mainwindow.c
8760           src/prefs_toolbar.c
8761           src/toolbar.c
8762           src/toolbar.h
8763                 obey coding style
8764                 follow UI text conventions
8765
8766 2002-08-10 [alfons]     0.8.1claws45
8767
8768         * src/toolbar.c
8769                 correct pixmap for delete action
8770
8771 2002-08-10 [paul]       0.8.1claws44
8772
8773         * po/pt_BR.po
8774                 updated by Fabio Jr. Beneditto
8775
8776 2002-08-10 [paul]       0.8.1claws43
8777
8778         * po/POTFILES.in
8779                 add custom toolbar files
8780
8781 2002-08-10 [paul]       0.8.1claws42
8782
8783         * sync with 0.8.1cvs22
8784                 see ChangeLog 2002-08-09
8785
8786 2002-08-09 [paul]       0.8.1claws41
8787
8788         * tools/Makefile.am
8789           tools/README
8790           tools/outlook2sylpheed.pl     ** NEW FILE **
8791                 add script to convert exported Outlook
8792                 contacts list to a Sylpheed addressbook.
8793                 Submitted by Ricardo Mones Lastra.
8794
8795 2002-08-09 [paul]       0.8.1claws40
8796
8797         * AUTHORS
8798           configure.in
8799           po/sr.po      ** NEW FILE **
8800                 add Serbian message catalog. Submitted by
8801                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8802
8803 2002-08-09 [paul]       0.8.1claws39
8804
8805         * sync with 0.8.1cvs21
8806                 see ChangeLog 2002-08-08
8807
8808 2002-08-08 [oliver]     0.8.1claws38
8809
8810         * src/mainwindow.c
8811                 move Custom Toolbar to Configuration menu
8812
8813 2002-08-08 [oliver]     0.8.1claws37
8814
8815         * src/prefs_toolbar.c
8816                 fix substitute pixmap bug
8817
8818 2002-08-08 [paul]       0.8.1claws36
8819
8820         * sync with 0.8.1cvs19
8821                 see ChangeLog 2002-08-08
8822
8823 2002-08-07 [christoph]  0.8.1claws35
8824
8825         * src/utils.c
8826                 fixed a memory leak in new canonicalize_file_replace
8827
8828 2002-08-07 [christoph]  0.8.1claws34
8829
8830         * src/utils.[ch]
8831                 o canonicalize_file_replace should create the temporary
8832                   file in the same directory as the original file.
8833                 o added get_tmpfile_in_dir that creates a temorary file
8834                   in a specified directory.
8835
8836 2002-08-07 [melvin]     0.8.1claws33
8837
8838         * src/toolbar.c
8839                 fixed bug where 'Article' button acted as 'Email' button.
8840
8841 2002-08-07 [paul]       0.8.1claws32
8842
8843         * sync with 0.8.1.cvs17
8844                 see ChangeLog 2002-08-07
8845
8846 2002-08-07 [colin]      0.8.1claws31
8847         
8848         * src/news.c
8849                 fix mass-cancel problem
8850
8851 2002-08-07 [thorsten]   0.8.1claws30
8852
8853         * src/prefs_toolbar.c
8854                 fix: crash on replace or add new button
8855         * src/toolbar.c
8856                 fix: close xmlfile after reading
8857         * src/utils.c
8858                 fix: unlink() file before rename()
8859
8860 2002-08-06 [paul]       0.8.1claws29
8861
8862         * sync with 0.8.cvs15
8863                 see ChangeLog 2002-08-06
8864
8865 2002-08-06 [oliver]     0.8.1claws28
8866
8867         * src/toolbar.c
8868         * src/prefs_toolbar.c
8869                 fixed empty toolbar issue
8870
8871 2002-08-06 [oliver]     0.8.1claws27
8872
8873         * Custom Toolbar Final 
8874         * src/folderview.c
8875         * src/inc.c
8876         * src/summaryview.c
8877                 o toolbar stuff now lives in src/toolbar.[ch]
8878                 o main_window_toolbar_* functions are renamed to
8879                   toolbar_* reflecting their new source file
8880         * src/mainwindow.[ch]
8881                 o remove toolbar stuff  
8882
8883 2002-08-06 [oliver]     0.8.1claws26
8884         
8885         * src/Makefile.am
8886         * src/prefs_toolbar.[ch]        **New File**
8887         * src/toolbar.[ch]              **New File**
8888                 o prefs_toolbar.[ch] custom toolbar frontend
8889                 o toolbar.[ch]       backend 
8890
8891 2002-08-06 [oliver]     0.8.1claws25
8892
8893         * src/prefs_actions.[ch]
8894                 o new exported function actions_execute
8895
8896 2002-08-06 [paul]       0.8.1claws24
8897
8898         * sync with 0.8.1cvs4
8899                 see ChangeLog 2002-08-06
8900
8901 2002-08-06 [paul]       0.8.1claws23
8902
8903         * sync with 0.8.1cvs13
8904                 see ChangeLog 2002-08-06
8905
8906 2002-08-06 [paul]       0.8.1claws22
8907
8908         * sync with 0.8.1cvs12
8909                 see ChangeLog 2002-08-05 and 2002-08-06
8910
8911 2002-08-06 [match]      0.8.1claws21
8912
8913         * src/addrclip.c
8914                 improvements to cut/copy/paste address
8915
8916 2002-08-05 [match]      0.8.1claws20
8917
8918         * src/addritem.[ch]
8919         * src/addrcache.c
8920         * src/addrbook.c
8921         * src/editaddress.c
8922         * src/addressbook.c
8923                 fixes to improve cut/copy/paste
8924
8925 2002-08-06 [melvin]     0.8.1claws19
8926
8927         * src/account.[ch]
8928                 account_find_all_from_address(): new function that returns the
8929                 list of all accounts that are matched in an address.
8930         * src/alertpanel.[ch]
8931                 alertpanel() now accepts a custom widget
8932                 alertpanel_with_widget(): new function that pops up a panel with
8933                 a custom widget in it 
8934         * src/gtkutils.[ch]
8935                 gtkut_account_menu_new(): new function that allows the selection
8936                 of an account from a list of accounts.
8937         * src/messageview.c
8938                 Extended Return Receipt notification to select the correct 
8939                 account and to make a security test on the Delivery-Notification
8940                 address which should be the same as the Return-Path.
8941
8942 2002-08-06 [thorsten]   0.8.1claws18
8943
8944         * src/mimeview.c
8945                 attach_all: save unnamed as "noname.%d",
8946                 dont free static dirname
8947
8948 2002-08-05 [alfons]     0.8.1claws17
8949
8950         * configure.in
8951                 detect XIM by trying to link rather than compile a XIM program
8952
8953 2002-08-05 [oliver]     0.8.1claws16
8954                 
8955         * src/stock_pixmap.[ch]
8956                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8957                 o new func to retrieve pixmaps
8958
8959 2002-08-05 [paul]       0.8.1claws15
8960
8961         * sync with 0.8.1cvs10
8962                 see ChangeLog 2002-08-05
8963
8964 2002-08-04 [alfons]     0.8.1claws14
8965
8966         * src/textview.c
8967                 see if this plugs memleak
8968
8969 2002-08-04 [melvin]     0.8.1claws13
8970
8971         * src/gtkspell.c
8972                 fixed bug that could crash Sylpheed when highlighting
8973                 all misspelled words.
8974
8975 2002-08-03 [melvin]     0.8.1claws12
8976
8977         * src/prefs_actions.c
8978                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8979         * src/messageview.c
8980                 fixed bug where the Return Receipt was sent to
8981                 Delivery-Notification-To address even if it was not present
8982
8983 2002-08-02 [alfons]     0.8.1claws11
8984
8985         * src/prefs_actions.c
8986                 o more check for NULLs
8987                 o put create_io_dialog() in right conditional block
8988
8989 2002-08-02 [paul]       0.8.1claws10
8990
8991         * po/es.po
8992                 updated by Ricardo Mones Lastra
8993
8994 2002-08-01 [christoph]  0.8.1claws9
8995
8996         * src/folder.c
8997                 don't free the cache of the opened
8998                 folder in the summaryview
8999         * src/summaryview.c
9000                 don't unset flags, if it is not required
9001
9002 2002-08-01 [paul]       0.8.1claws8
9003
9004         * sync with 0.8.1cvs8
9005                 see ChangeLog entry 2002-08-01
9006
9007 2002-08-01 [paul]       0.8.1claws7
9008
9009         * sync with 0.8.1cvs7
9010                 see ChangeLog 2002-07-31 and 2002-08-01
9011
9012 2002-07-31 [christoph]  0.8.1claws6
9013
9014         * src/mainwindow.c
9015                 forgot to update menu sensitivity
9016                 function for new menu entry
9017
9018 2002-07-31 [alfons]     0.8.1claws5
9019
9020         * src/main.c
9021                 check folder item and its path for NULL on
9022                 initial processing
9023
9024 2002-07-31 [christoph]  0.8.1claws4
9025
9026         * src/folder.c
9027                 check if folder_item_get_msginfo in
9028                 folder_item_remove_msg returned NULL
9029         * src/imap.c
9030                 better clear the uid cache in the
9031                 uid validity check function and delete
9032                 cached messages
9033
9034 2002-07-31 [paul]       0.8.1claws3
9035
9036         * man/sylpheed.1
9037                 add the '--attach' option and a few other
9038                 minor changes
9039
9040 2002-07-31 [paul]       0.8.1claws2
9041
9042         * sync with 0.8.1cvs5
9043                 see ChangeLog 2002-07-31
9044
9045 2002-07-31 [christoph]  0.8.1claws1
9046
9047         * src/folderview.[ch]
9048         * src/mainwindow.c
9049                 replace "Rescan all folders..." with
9050                 "Check all folders for new messages..."
9051
9052 2002-07-30 [paul]       0.8.1claws
9053
9054         * version 0.8.1claws released
9055
9056 2002-07-30 [paul]       0.8.0claws29
9057
9058         * tools/OOo2sylpheed.pl ** NEW FILE **
9059           tools/README
9060                 add script to enable sending documents as
9061                 attachments from OpenOffice.org
9062
9063 2002-07-30 [melvin]     0.8.0claws28
9064
9065         * src/prefs_actions.c
9066                 Made the actions' input/output dialog display
9067                 without delay.
9068
9069 2002-07-30 [christoph]  0.8.0claws27
9070
9071         * src/procmsg.c
9072                 check if folder_item_get_msginfo in
9073                 procmsg_save_to_outbox returned NULL
9074
9075 2002-07-30 [paul]       0.8.0claws26
9076
9077         * sync with 0.8.1cvs4
9078                 see ChangeLog 2002-07-29
9079
9080 2002-07-29 [thorsten]   0.8.0claws25
9081
9082         * README.claws
9083                 added selective download, delete on server
9084
9085 2002-07-29 [paul]       0.8.0claws24
9086
9087         * sync with 0.8.1cvs3
9088                 see ChangeLog 2002-07-29
9089
9090 2002-07-27 [christoph]  0.8.0claws23
9091
9092         * src/folder.c
9093                 add extra check if fetching the msginfo
9094                 returned NULL
9095
9096 2002-07-27 [paul]       0.8.0claws22
9097
9098         * sync with 0.8.1cvs2
9099                 see ChangeLog 2002-07-26
9100
9101 2002-07-27 [christoph]  0.8.0claws21
9102
9103         * src/imap.c
9104                 add another check if a valid msginfo
9105                 was returned
9106
9107 2002-07-26 [hoa]        0.8.0claws20
9108
9109         * src/folder.c
9110                 Fixed a condition in folder_item_destroy()
9111
9112         * src/imap.c
9113                 Fixed an error in IMAP protocol
9114
9115 2002-07-26 [alfons]     0.8.0claws19
9116
9117         * src/folder.c
9118                 ofcourse compare with identifier, not the path
9119
9120 2002-07-26 [alfons]     0.8.0claws18
9121
9122         * src/folder.c
9123                 use folder item identifier for saving / restoring
9124                 preferences because folder->path might not be unique
9125
9126 2002-07-26 [melvin]     0.8.0claws17
9127
9128         * src/logwindow.c
9129                 Fixed a crash introduced in 0.8.0claws5 when log is 
9130                 cut under 80 characters.
9131
9132 2002-07-26 [paul]       0.8.0claws16
9133
9134         * sync with 0.8.1cvs1
9135                 see ChangeLog 2002-07-26
9136
9137 2002-07-26 [christoph]  0.8.0claws15
9138
9139         * src/imap.[ch]
9140                 imap folder now remembers the last selected
9141                 folder and imap_fetch_msginfo skips selecting
9142                 the folder if it is already selected
9143
9144 2002-07-26 [christoph]  0.8.0claws14
9145
9146         * src/folder.c
9147         * src/folderview.c
9148         * src/imap.c
9149                 fix imap folder rescanning
9150
9151 2002-07-25 [christoph]  0.8.0claws13
9152
9153         * src/filter.c
9154         * src/folder.[ch]
9155         * src/folderview.c
9156         * src/imap.[ch]
9157         * src/mainwindow.c
9158         * src/mbox_folder.c
9159         * src/mh.c
9160         * src/news.c
9161                 implement imap uid cache and uid validity check
9162
9163 2002-07-25 [alfons]     0.8.0claws12
9164
9165         * src/summaryview.c
9166                 fix a brown paper bag bug, and also add some more
9167                 checks
9168
9169 2002-07-25 [christoph]  0.8.0claws11
9170
9171         * src/folder.c
9172                 don't mix copy, fetch_msginfo and remove
9173                 operations in folder item copy and move
9174                 operations
9175
9176 2002-07-25 [christoph]  0.8.0claws10
9177
9178         * src/folderview.c
9179         * src/mainwindow.c
9180         * src/prefs_folder_item.c
9181         * src/summaryview.[ch]
9182                 remove no longer required parameter update_cache from
9183                 summary_show
9184
9185 2002-07-25 [paul]       0.8.0claws9
9186
9187         * sync with 0.8.1
9188         
9189         * AUTHORS
9190                 a few corrections
9191
9192 2002-07-24 [alfons]     0.8.0claws8
9193
9194         * src/summaryview.c
9195                 sort correctly when using simplified subject line
9196                 (closes feature request "[ 585141 ] applying regexp to subject 
9197                 before sort" submitted by Alexandra Walford)
9198
9199 2002-07-24 [paul]       0.8.0claws7
9200
9201         * sync with 0.8.0cvs3
9202                 see ChangeLog 2002-07-24
9203
9204 2002-07-23 [christoph]  0.8.0claws6
9205
9206         * src/folder.c
9207         * src/folder.h
9208         * src/summaryview.c
9209         * src/summaryview.h
9210         * src/main.c
9211                 o separate processing and summaryview
9212                 o removed summary_write_cache from summaryview
9213                 o removed summaryview->killed_messages, because we don't have
9214                   to keep a list of killed messages anymore. New cache will
9215                   keep the hidden messages in cache anyway
9216         * src/folderview.c
9217         * src/inc.c
9218         * src/selective_download.c
9219                 o removed unnecessary summary_write_cache calls
9220         * src/procmsg.c
9221                 o don't set ignore thread flag in procmsg_get_thread_tree
9222                   if it is already set
9223         * src/mainwindow.c
9224         * src/statusbar.h
9225                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9226                   they are used in different files
9227
9228 2002-07-23 [melvin]     0.8.0claws5
9229
9230         * src/addressbook.c
9231         * src/addrgather.c
9232         * src/editaddress.c
9233         * src/editgroup.c
9234         * src/editldap_basedn.c
9235         * src/importldif.c
9236         * src/prefs_common.c
9237                 Fixed few memory leak (gtk_editable_get_chars returns
9238                 an allocated string)
9239         * src/logwindow.c
9240                 Fixed few memory leak (gtk_editable_get_chars returns
9241                 an allocated string) and modified a little the log cutting
9242                 loop.
9243         * src/compose.c
9244                 Replaced a call to an obsolete function gtk_entry_get_text()
9245                 by gtk_editable_get_chars()
9246         * src/send.c
9247                 Removed a debug printf
9248
9249 2002-07-23 [christoph]  0.8.0claws4
9250
9251         * src/filesel.c
9252                 fix another g_dirname memory leak
9253
9254 2002-07-23 [christoph]  0.8.0claws3
9255
9256         * src/mh.c
9257                 fixed a memory leak in mh_fetch_msginfo
9258                 fixed crash when message header could not be
9259                 parsed
9260
9261 2002-07-23 [paul]       0.8.0claws2
9262
9263         * sync with 0.8.0cvs2
9264                 see ChangeLog 2002-07-23
9265
9266 2002-07-23 [paul]       0.8.0claws1
9267
9268         * sync with 0.8.0cvs1
9269                 see ChangeLog 2002-07-23
9270
9271 2002-07-23 [paul]       0.8.0claws
9272
9273         * release of 0.8.0claws
9274
9275 2002-07-23 [paul]       0.7.8claws99
9276
9277         * po/ru.po
9278                 new Russian translation, submitted by
9279                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9280
9281 2002-07-22 [jens]       0.7.8claws98
9282
9283         * po/de.po
9284                 Updated German translations.
9285
9286 2002-07-22 [paul]       0.7.8claws97
9287
9288         * po/es.po
9289           po/it.po
9290           po/nl.po
9291           po/pt_BR.po
9292                 updated translations by Ricardo Mones Lastra,
9293                 Alessandro Maestri, Wilbert Berendsen and 
9294                 Fabio Jr. Beneditto respectively
9295
9296 2002-07-22 [christoph]  0.7.8claws96
9297
9298         * src/mimeview.c
9299                 fix memory leak caused by wrong g_dirname usage
9300
9301 2002-07-22 [christoph]  0.7.8claws95
9302
9303         * src/summaryview.c
9304                 update new and unread message counts for summaryview
9305                 summaryview does not get it from the folder anymore
9306                 and has to update the values itself
9307
9308 2002-07-22 [melvin]     0.7.8claws94
9309
9310         * po/fr.po
9311                 Updated French translations.
9312
9313 2002-07-22 [christoph]  0.7.8claws93
9314
9315         * src/matcher.c
9316                 set prop->preg pointer to NULL or following check
9317                 will not fail and regexec will be called with
9318                 invalid pointer
9319
9320 2002-07-21 [alfons]     0.7.8claws92
9321         
9322         * src/prefs_common.[ch]
9323                 remove option "Send return receipt on request"
9324
9325 2002-07-21 [thorsten]   0.7.8claws91
9326
9327         * src/mimeview.c
9328                 fixed memleaks, coding style as pointed out by alfons
9329
9330 2002-07-21 [alfons]     0.7.8claws90
9331
9332         * src/messageview.c
9333         * src/noticeview.[ch]
9334                 o fix bug notice view being displayed when going to empty folder 
9335                   (noticed by Christoph)
9336                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9337                   (noticed by Thorsten)
9338
9339 2002-07-21 [thorsten]   0.7.8claws89
9340
9341         * src/mimeview.c
9342                 Included save_all patch from Xaview FACQ
9343                 added support for pathnames
9344
9345 2002-07-21 [alfons]     0.7.8claws88
9346
9347         * po/POTFILES.in
9348         * src/Makefile.am
9349         * src/mainwindow.c
9350         * src/messageview.[ch]
9351         * src/noticeview.c      ** NEW FILE **
9352         * src/noticeview.h      ** NEW FILE **
9353                 make return receipts work again
9354                 (UI idea by Leandro Pereira)
9355
9356 2002-07-21 [paul]       0.7.8claws87
9357
9358         * src/summaryview.c
9359                 fix sensitivity of 'Select thread'
9360
9361 2002-07-21 [paul]       0.7.8claws86
9362
9363         * src/prefs_common.c
9364                 add browser command line for Galeon
9365
9366 2002-07-21 [paul]       0.7.8claws85
9367
9368         * Makefile.am
9369                 fix 'EXTRA_DIST': remove README.README, add TODO
9370                 and TODO.claws
9371
9372 2002-07-21 [alfons]     0.7.8claws84
9373
9374         * src/gtkstext.c
9375                 make enter clear selection
9376                 (closes "[ 579888 ] Editor selection/entry error"
9377                 reported by Steve Lamb)
9378
9379 2002-07-21 [alfons]     0.7.8claws83
9380         
9381         * src/summaryview.c
9382                 sort message list when selecting unthread messages
9383                 (closes "[ 501593 ] switching threaded view doesn't sort"
9384                 reported by Simon Schubert)
9385
9386 2002-07-20 [alfons]     0.7.8claws82
9387         
9388         * src/matcher.c
9389                 const-correctness
9390
9391 2002-07-20 [thorsten]   0.7.8claws81
9392
9393         * src/matcher.c
9394                 Fixed expansion of empty fields in matchactions
9395
9396 2002-07-19 [melvin]     0.7.8claws80
9397
9398         * src/gtkspell.c
9399                 Removed a duplicate menu entry (fast mode) introduced during
9400                 the new cache merge
9401                 Added a menu separator between 'Use alternate' and 'Fast mode'
9402
9403 2002-07-19 [paul]       0.7.8claws79
9404
9405         * tools/Makefile.am
9406           tools/README
9407                 correct typos
9408
9409 2002-07-19 [thorsten]   0.7.8claws78
9410
9411         * tools/calypso_convert.pl      ** NEW FILE **
9412           tools/README
9413           tools/Makefile.am
9414                 script to import mbox files exported
9415                 by calypso
9416                 o generates folder structure
9417                 o includes attachments
9418
9419 2002-07-19 [melvin]     0.7.8claws77
9420
9421         * src/selective_download.[ch]
9422                 Fixed bug where closing the dialog with the window manager's
9423                 close button will not unlock the summary
9424                 Corrected some function declarations that missed a return value
9425                 Made the source code comply better with coding style.
9426         * src/prefs_common.c
9427                 Added new browser command line for Mozilla.
9428
9429 2002-07-18 [paul]       0.7.8claws76
9430
9431         * src/mainwindow.c
9432           src/selective_download.[ch]
9433                 reflect theme changes, fix Gdk Warning when creating 
9434                 pixmap from NULL window, and minor clean up.
9435                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9436
9437         * po/en_GB.po
9438                 updated
9439
9440 2002-07-17 [paul]       0.7.8claws75
9441
9442         * INSTALL[.jp]
9443                 sync with 0.8.0
9444         
9445         * po/en_GB.po
9446                 updated
9447
9448 2002-07-16 [paul]       0.7.8claws74
9449
9450         * tools/filter_conv.pl
9451           tools/README
9452                 replace conversion script with reimplemented version, 
9453                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9454
9455 2002-07-16 [colin]      0.7.8claws73
9456
9457         * src/summaryview.c
9458                 remove forgotten debug messages - sorry ;-)
9459
9460 2002-07-16 [colin]      0.7.8claws72
9461
9462         * src/mimeview.c
9463           src/summaryview.c
9464           src/textview.c
9465           src/textview.h
9466                 add the ability to select part of a text mime-part 
9467                 to reply.
9468
9469 2002-07-15 [christoph]  0.7.8claws71
9470
9471         * src/folder.c
9472                 fix folder message count for folders without
9473                 msg_is_changed (includes news folders)
9474
9475 2002-07-15 [martin]     0.7.8claws70
9476
9477         * src/summaryview.c
9478                 option "display recipient on 'From'..." now works
9479                 without the need of enabling the option
9480                 "display  sender  using  address  book".
9481
9482 2002-07-15 [christoph]  0.7.8claws69
9483
9484         * src/summaryview.c
9485                 removed setting folder status from summaryview.
9486                 folder.c should update all message counts correctly.
9487
9488 2002-07-15 [paul]       0.7.8claws68
9489
9490         * po/pt_BR.po
9491                 updated by Fabio Junior Beneditto
9492
9493 2002-07-15 [darko]      0.7.8claws67
9494
9495         * src/mh.c
9496                 Fixed target folder colorization, don't decrease op
9497                 number twice
9498
9499 2002-07-14 [paul]       0.7.8claws66
9500
9501         * sync with main 0.8.0
9502                 see ChangeLog 2002-07-14
9503
9504 2002-07-13 [melvin]     0.7.8claws65
9505         
9506         * src/addrbook.c
9507         * src/addressbook.c
9508         * src/addrindex.c
9509                 Replaced sprintf by g_snprintf to prevent possible buffer
9510                 overflow.
9511         * src/news.c
9512                 Corrected a log message output format.
9513                 Added a missing "done" debug output.
9514         * src/compose.c
9515                 Added keyboard accelerator for Priority menu items
9516                 Added missing \n in debug output
9517         * src/logwindow.c
9518         * src/gtkspell.c
9519         * src/rfc2015.c
9520                 Added missing \n in debug output
9521
9522 2002-07-13 [paul]       0.7.8claws64
9523
9524         * man/sylpheed.1
9525                 change Sergey's email address to the sf address
9526
9527         * src/textview.c
9528                 increase show_url_timeout (more useful for long
9529                 urls)
9530
9531 2002-07-12 [sergey]     0.7.8claws63
9532
9533         * src/rfc2015.c
9534                 applied (with some modifications) patch to set the
9535                 micalg parameter for signatures
9536                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9537
9538 2002-07-12 [sergey]     0.7.8claws62
9539
9540         * man/Makefile.am
9541         * configure.in
9542                 fixed man page installation
9543
9544 2002-07-12 [paul]       0.7.8claws61
9545
9546         * sync with 0.7.8cvs26
9547                 see ChangeLog 2002-07-11 and 2002-07-12
9548
9549 2002-07-11 [christoph]  0.7.8claws60
9550
9551         * src/compose.c
9552         * src/procmsg.c
9553                 first use the message number to find the message
9554                 to mark with a reply flag but check the
9555                 message-id if we got the correct message, if not
9556                 try to find it by message-id.
9557                 use new string seperator that is not allowed
9558                 in message-ids.
9559
9560 2002-07-11 [paul]       0.7.8claws59
9561
9562         * sync with 0.7.8cvs23
9563                 see ChangeLog 2002-07-10
9564
9565 2002-07-10 [christoph]  0.7.8claws58
9566
9567         * src/folder.[ch]
9568         * src/msgcache.[ch]
9569                 Added message-id table to the cache in memory
9570                 and functions to msgcache.c and folder.c to
9571                 fetch MsgInfos by message id
9572         * src/compose.c
9573         * src/procmsg.c
9574                 store folder and message-id of message replying
9575                 to in queue header and set reply flag after sending
9576                 (Closes bug #469498)
9577
9578 2002-07-10 [paul]       0.7.8claws57
9579
9580         * AUTHORS
9581           man/sylpheed.1.gz
9582                 add Martin to the list of authors
9583
9584 2002-07-09 [martin]     0.7.8claws56
9585         * src/gtksctree.c
9586                 Added gtk_ctree_last_visible(), tree_update_level(),
9587                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9588                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9589                 from gtk+ to gtksctree.c for the new sorting code
9590                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9591                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9592         * src/gtksctree.h
9593                 Added declaration for gtk_sctree_sort_recursive() and
9594                 gtk_sctree_sort_node
9595         * src/addressbook.c
9596         * src/foldersel.c
9597         * src/folderview.c
9598         * src/summaryview.c
9599                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9600                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9601
9602 2002-07-08 [paul]       0.7.8claws55
9603
9604         * more sync with 0.7.8cvs21
9605                 see ChangeLog 2002-07-08
9606
9607 2002-07-08 [paul]       0.7.8claws54
9608
9609         * sync with 0.7.8cvs21
9610                 see ChangeLog 2002-07-08
9611
9612 2002-07-07 [alfons]     0.7.8claws53
9613
9614         * src/Makefile.am
9615         * src/stock_pixmap.[ch]
9616         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9617         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9618         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9619                 add new pixmaps for upcoming notice pane
9620
9621 2002-07-06 [melvin]     0.7.8claws52
9622
9623         * src/gtkspell.[ch]
9624                 Made them a bit closer to Sylpheed's coding style.
9625                 Removed old code.
9626                 Removed possible memory leaks when some errors occurs.
9627
9628 2002-07-06 [melvin]     0.7.8claws51
9629
9630         * po/Makefile.in.in
9631                 Removed --no-location in xgettext command line to help
9632                 translators that use Emacs' po-mode
9633         * src/quote_fmt.c
9634                 Removed unnecessary comments that messed up sylpheed.pot
9635
9636 2002-07-06 [paul]       0.7.8claws50
9637
9638         * sync with 0.7.8cvs19
9639                 see ChangeLog 2002-07-05
9640
9641 2002-07-06 [christoph]  0.7.8claws49
9642
9643         * src/folder.c
9644         * src/mainwindow.c
9645                 fix folder_item_remove_all_msg and folderview
9646                 status for trash folders after emptying trash
9647
9648 2002-07-05 [paul]       0.7.8claws48
9649
9650         * sync with 0.7.8cvs16
9651                 see ChangeLog 2002-07-04 and 2002-07-05
9652
9653 2002-07-04 [paul]       0.7.8claws47
9654
9655         * sync with 0.7.8cvs14
9656                 see  ChangeLog 2002-07-04
9657
9658 2002-07-03 [alfons]     0.7.8claws46
9659
9660         * src/folder.c
9661                 dupe folder item's path because it's being reallocated
9662                 by new folder scanning code
9663
9664 2002-07-03 [christoph]  0.7.8claws45
9665
9666         * src/imap.c
9667                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9668         * src/msgcache.c
9669                 add missing return in msgcache_write
9670
9671 2002-07-02 [thorsten]   0.7.8claws44
9672
9673         * src/jpilot.c
9674         * src/msgcache.c
9675         * src/rfc2015.c
9676                 use binary mode for file access
9677
9678 2002-07-02 [christoph]  0.7.8claws43
9679
9680         * major code cleanup (part 1)
9681         
9682                 - unused variables removed
9683                 - unused functions removed
9684                 - uninitialized variables checked
9685                 - missing return statements added
9686                 - missing function return types added
9687                 - added parentheses around assignment and
9688                   && in || when suggested by gcc
9689               
9690         * src/mh.c
9691         * src/folder.c
9692                 replaced direct calls to folder->scan_tree
9693                 with folder_scan_tree and restore folder
9694                 prefs in this function. The folder should
9695                 not have to deal with them.
9696                 ( Should now work for all folder types )
9697
9698 2002-07-02 [paul]       0.7.8claws42
9699
9700         * sync with 0.7.8cvs13
9701                 see ChangeLog 2002-07-01 and 2002-07-02
9702
9703 2002-07-01 [christoph]  0.7.8claws41
9704
9705         * src/summaryview.c
9706                 fix "goto next/prev unread message" with
9707                 ignored threads
9708
9709 2002-07-01 [paul]       0.7.8claws40
9710
9711         * po/es.po
9712                 updated by Ricardo Mones Lastra
9713
9714 2002-06-30 [match]      0.7.8claws39
9715
9716         * src/jpilot.c
9717                 applied variation of leonerd's patch (566661) to
9718                 allow multiple email addresses per JPilot entry.
9719                 addresses may be separated by space, comma, pipe,
9720                 semi-colon, new-line.
9721
9722 2002-06-30 [alfons]     0.7.8claws38
9723
9724         * src/procmsg.c
9725                 simple fix for putting older nodes before
9726                 newer nodes when threading by subject
9727
9728 2002-06-30 [christoph]  0.7.8claws37
9729
9730         * src/folder.c
9731         * src/folderview.c
9732         * src/mh.c
9733         * src/news.c
9734         * src/procmsg.c
9735                 fix broken folder tree rescaning
9736                 and don't use procmsg_get_mark_sum
9737                 anymore
9738
9739 2002-06-30 [christoph]  0.7.8claws36
9740
9741         * merge new cache branch
9742         * src/imap.c
9743                 fix new cache imap copy bug
9744         * src/folder.c
9745                 improved folder_item_scan
9746                 it should now always set the correct
9747                 new, unread and total message counts
9748
9749 2002-06-29 [paul]       0.7.8claws35
9750
9751         * configure.in
9752                 correct syntax error
9753
9754 2002-06-29 [paul]       0.7.8claws34
9755
9756         * configure.in
9757           Makefile.am
9758           man/Makefile.am       ** NEW FILE **
9759           man/sylpheed.1.gz     ** NEW FILE **
9760                 add Sylpheed man page
9761
9762 2002-06-29 [paul]       0.7.8claws33
9763
9764         * po/pt_BR.po
9765                 updated by Fabio Junior Beneditto
9766
9767 2002-06-28 [jens]       0.7.8claws32
9768
9769         * po/de.po
9770                 translation updated
9771
9772         * src/selective_download.c
9773                 removed gettext for space " "
9774
9775         * src/imap.c
9776                 removed wrong space
9777
9778 2002-06-28 [paul]       0.7.8claws31
9779
9780         * sync with 0.7.8cvs11
9781                 see ChangeLog 2002-06-28
9782
9783 2002-06-28 [paul]       0.7.8claws30
9784
9785         * sync with 0.7.8cvs10
9786                 see ChangeLog 2002-06-27 and 2002-06-28
9787
9788 2002-06-26 [paul]       0.7.8claws29
9789
9790         * src/addrgather.c
9791           src/selective_download.c
9792                 don't gettextise empty strings.
9793                 reserved by gettext. gettext("") returns 
9794                 the header entry with meta information, 
9795                 not the empty string
9796
9797         * po/en_GB.po
9798                 updated
9799
9800 2002-06-26 [paul]       0.7.8claws28
9801
9802         * sync with 0.7.8cvs7
9803                 see ChangeLog 2002-06-25
9804
9805         * src/prefs_common.c
9806                 ...and in the process, tweak the gui a little
9807
9808 2002-06-25 [alfons]     0.7.8claws27
9809         
9810         * configure.in
9811         * src/Makefile.am
9812                 fine tune ldap library detection
9813
9814 2002-06-25 [alfons]     0.7.8claws26
9815
9816         * src/compose.c
9817                 don't allow return receipts when composing a news article
9818
9819 2002-06-25 [paul]       0.7.8claws25
9820
9821         * Makefile.am
9822                 add '$(AMTAR)' to 'release' section to allow for
9823                 new and older autotools
9824
9825 2002-06-25 [paul]       0.7.8claws24
9826
9827         * src/summaryview.c
9828                 fix "No more unread messages" persistant pop-up
9829                 window bug
9830
9831 2002-06-25 [paul]       0.7.8claws23
9832
9833         * po/it.po
9834                 updated by Alessandro Maestri
9835
9836 2002-06-25 [paul]       0.7.8claws22
9837
9838         * sync with 0.7.8cvs6
9839                 see ChangeLog 2002-06-25
9840
9841 2002-06-24 [paul]       0.7.8claws21
9842
9843         * tools/update-po
9844                 add GPL copyright information
9845
9846 2002-06-24 [paul]       0.7.8claws20
9847
9848         * tools/Makefile.am
9849           tools/README
9850           tools/update-po       ** NEW FILE **
9851                 add script that eases the creation of *.po files
9852                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9853
9854 2002-06-23 [alfons]     0.7.8claws19
9855
9856         * src/messageview.c
9857                 make notification_convert_header obey const correctness
9858                 (next step will be fixing the broken return receipt)
9859
9860 2002-06-23 [paul]       0.7.8claws18
9861
9862         * src/messageview.c
9863                 fix bug introduced in last commit:
9864                 removed too much code in last commit - put back what's
9865                 needed
9866
9867 2002-06-23 [paul]       0.7.8claws17
9868
9869         * src/messageview.[ch]
9870                 remove code committed in error from locally patched
9871                 source
9872
9873 2002-06-23 [colin]      0.7.8claws16
9874
9875         * src/compose.[ch]
9876                 add compose_entry_select(), used to select the default_to
9877                 email address - hopefully avoiding people sending mails to
9878                 wrong recipients.
9879
9880 2002-06-22 [alfons]     0.7.8claws15
9881
9882         * AUTHORS
9883                 add Bram Metsch & Stanislav Karchebny
9884         * src/smtp.[ch]
9885         * src/prefs_account.[ch]
9886         * src/send.c
9887                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9888                   options.  (see <http://sourceforge.net/tracker/index.php
9889                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9890
9891                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9892                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9893
9894 2002-06-22 [paul]       0.7.8claws14
9895
9896         * sync with 0.7.8cvs5
9897                 see ChangeLog 2002-06-19 and 2002-06-20
9898
9899 2002-06-22 [alfons]     0.7.8claws13
9900
9901         * src/selective_download.c
9902                 fix a stupid mistake I made
9903
9904 2002-06-22 [alfons]     0.7.8claws12
9905
9906         * src/selective_download.[ch]
9907                 fix another unnoticed leak; cleanup code
9908
9909 2002-06-21 [alfons]
9910
9911         * tools/Makefile.am
9912                 gpg-sign <-- gpg-sign-syl
9913
9914 2002-06-21 [alfons]     0.7.8claws11
9915
9916         * src/selective_download.c
9917         * src/selective_download.h
9918                 fix assorted mix of allocation errors (should solve
9919                 problem reported by Philippe Gramoullé, see:
9920                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9921
9922 2002-06-20 [melvin]     0.7.8claws10
9923
9924         * tools/gpg-sign *REMOVED*
9925           tools/gpg-sign-syl *ADDED*
9926                 Replaced the gpg clearsigning script with the version using
9927                 xterm instead of ssh-askpass and changed its name.
9928
9929         * README.claws
9930                 Updated actions example to reflect the renaming of the
9931                 gpg clearsigning script.
9932
9933 2002-06-19 [paul]       0.7.8claws9
9934
9935         * sync with 0.7.8claws9
9936                 see ChangeLog 2002-06-18 and 2002-06-19
9937
9938 2002-06-19 [paul]       0.7.8claws8
9939
9940         * sync with 0.7.8cvs1
9941                 see ChangeLog 2002-06-18
9942
9943 2002-06-18 [alfons]     0.7.8claws7
9944
9945         * src/mainwindow.h
9946                 add omitted prototype
9947
9948 2002-06-17 [paul]       0.7.8claws6
9949
9950         * src/mainwindow.c
9951                 fix hiding of exec_btn
9952
9953 2002-06-17 [paul]       0.7.8claws5
9954
9955         * src/pop.c
9956                 remove unneeded code: should_delete() 
9957                 and Pop3State::uidl_todelete_list
9958
9959 2002-06-17 [paul]       0.7.8claws4
9960
9961         * sync with 0.7.8
9962                 see ChangeLog 2002-06-11 and 2002-06-13
9963
9964 2002-06-16 [alfons]     0.7.8claws3
9965         
9966         * src/folder.c
9967                 make sure lock sort mode (claws specific) is
9968                 also persists after a tree rescan
9969
9970 2002-06-16 [alfons]     0.7.8claws2
9971
9972         * src/prefs_folder_item.c
9973         * src/folder.[ch]
9974                 fix persistence of folder sort mode (broken
9975                 by adapting Hiro's new folder persistence code)
9976
9977 2002-06-16 [alfons]     0.7.8claws1
9978
9979         * AUTHORS
9980         * src/logwindow.c
9981         * src/prefscommon.[ch]
9982                 control size of log text in log window; 
9983                 closes patch #569155 submitted by Mitko Haralanov.
9984
9985 2002-06-15 [paul]       0.7.8claws
9986
9987         * release of 0.7.8claws
9988
9989 2002-06-15 [paul]       0.7.7claws
9990
9991         * po/pt_BR.po
9992                 updated by Fabio Junior Beneditto
9993
9994 2002-06-14 [paul]       0.7.6claws49
9995
9996         * po/es.po
9997                 updated by Ricardo Mones Lastra
9998
9999 2002-06-14 [paul]       0.7.6claws48
10000
10001         * po/nl.po
10002                 updated translation by Wilbert Berendsen
10003
10004 2002-06-14 [melvin]     0.7.6claws47
10005
10006         * po/fr.po
10007                 Updated French translation
10008
10009 2002-06-13 [paul]       0.7.6claws46
10010
10011         * src/filesel.c
10012                 allow filename to be typed in, rather than just
10013                 selected by the mouse. Patch by Gustavo Noronha Silva.
10014
10015 2002-06-13 [alfons]     0.7.6claws45
10016
10017         * src/mainwindow.[ch]
10018                 more cleanups (removing unnecessary menu items Expand 
10019                 summary / message view)
10020
10021 2002-06-13 [melvin]     0.7.6claws44
10022
10023         * po/POTFILES.in
10024                 Added src/string_match.c
10025         * src/string_match.c
10026                 Fixed possible buffer overflow.
10027                 Corrected typo.
10028                 Added missing config.h header.
10029         * src/prefs_common.c
10030           src/prefs_matcher.c
10031           src/prefs_scoring.c
10032                 Made some strings translatable (missing _(..)).
10033
10034 2002-06-13 [melvin]     0.7.6claws43
10035
10036         * README.claws
10037                 Corrected action example (verifying clearsigned mail).
10038         * src/prefs_account.c
10039                 Corrected typo.
10040         * src/prefs_common.c
10041                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10042
10043 2002-06-12 [alfons]     0.7.6claws42
10044
10045         * src/summaryview.c
10046                 add init of score column lost in 0.7.6claws42
10047
10048 2002-06-12 [paul]       0.7.6claws41
10049
10050         * src/prefs_account.c
10051                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10052                 behavior of the radio buttons, (from 0.7.7cvs2)
10053
10054 2002-06-11 [alfons]     0.7.6claws40
10055
10056         * src/messageview.[ch]
10057         * src/summaryview.[ch]
10058         * src/summary_search.c
10059         * src/mainwindow.c
10060                 perform a sync to bring in Hiro's separate view implementation 
10061
10062                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10063
10064 2002-06-11 [paul]       0.7.6claws39
10065         
10066         * src/prefs_account.c
10067                 correct a typo on the Receive tab
10068
10069 2002-06-10 [match]      0.7.6claws38
10070
10071         * src/addressbook.c
10072                 Included address completion patch from Gustavo Noronha.
10073
10074 2002-06-10 [paul]       0.7.6claws37
10075
10076         * src/inc.[ch]
10077           src/pop.c
10078           src/prefs_account.[ch]
10079           src/selective_download.[ch]
10080                 apply PATCH #561712
10081                  NEW:
10082                 - check if POP Account
10083                 - Receive Button renamed to Preview
10084                 - Preview Button Popup: preview new/all messages
10085                 - Download Button
10086                 - Account Preferences-->Receive tab checkbutton if you
10087                   want to remove Mail after Download
10088                 -: default YES
10089                 - Account Preferences-->Receive tab checkbutton use
10090                   filtering rules on preview
10091                   (think of delete_on_server)
10092                 -: default YES
10093                 - Account selectable from SD dialog
10094                 - checkbutton to show already downloaded messages if
10095                   all messages are previewed
10096                 - new clist column showing Date
10097                 - ESC KEY close
10098                 FIXES:
10099                 - play ball with UIDL
10100                 - fault tolerant (?) 
10101                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10102
10103 2002-06-10 [melvin]     0.7.6claws36
10104
10105         * README.claws
10106                 Added a hint to ac/README in cvs instructions.
10107
10108         * src/prefs_actions.c
10109                 Made it possible to use a more elaborate command line
10110                 for asynchronous actions, too.
10111
10112 2002-06-10 [melvin]     0.7.6claws35
10113         
10114         * src/prefs_actions.c
10115                 Make it possible to use a more elaborate command line
10116                 (e.g. |foo|bar|cat>there;echo Done|)
10117                 Corrected error message when calling %f, %F and %p commands
10118                 from the compose window.
10119
10120 2002-06-09 [colin]      0.7.6claws34
10121
10122         * src/summaryview.c
10123                 Automatically find unread messages in current folder
10124                 before annoying the user.
10125
10126 2002-06-08 [alfons]     0.7.6claws33
10127
10128         * po/it.po
10129                 remove bad formatting string in it.po translation
10130                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10131
10132 2002-06-08 [paul]       0.7.6claws32
10133
10134         * sync with 0.7.6cvs25
10135                 see ChangeLog 2002-06-07
10136
10137 2002-06-05 [paul]       0.7.6claws31
10138
10139         * src/mainwindow.c
10140                 add 'Sort by locked' and 'Sort by score'
10141
10142 2002-06-05 [paul]       0.7.6claws30
10143
10144         * sync with 0.7.6cvs24
10145                 see ChangeLog 2002-06-04
10146
10147 2002-06-04 [paul]       0.7.6claws29
10148
10149         * po/pt_BR.po
10150                 updated by Fabio Junior Beneditto
10151
10152 2002-06-03 [thorsten]   0.7.6claws28
10153
10154         * src/matcher.c
10155                 fclose() matcherrc after reading
10156
10157 2002-06-03 [paul]       0.7.6claws27
10158
10159         * sync with 0.7.6cvs21
10160                 see ChangeLog 2002-05-31
10161
10162 2002-05-31 [paul]       0.7.6claws26
10163
10164         * sync with 0.7.6cvs20
10165                 see ChangeLog 2002-05-29 and 2002-05-30
10166
10167 2002-05-31 [paul]       0.7.6claws25
10168
10169         * src/imap.c
10170                 hopefully fix last buggy sync
10171
10172         * README.claws
10173                 correct typo in 'Actions' examples
10174
10175 2002-05-29 [paul]       0.7.6claws24
10176
10177         * sync with 0.7.6cvs18
10178                 see ChangeLog 2002-05-28 and 2002-05-29
10179
10180         * src/news.c
10181           src/nntp.[ch]
10182                 sync with above 
10183
10184 2002-05-28 [paul]       0.7.6claws23
10185
10186         * sync with 0.7.6cvs16
10187                 see ChangeLog 2002-05-28
10188
10189 2002-05-27 [thorsten]   0.7.6claws22 
10190
10191         * faq/it/sylpheed-faq-1.html
10192           faq/it/sylpheed-faq-2.html
10193           faq/it/sylpheed-faq-3.html
10194           faq/it/sylpheed-faq.html
10195                 corrected DOS lineendings
10196         * faq/de/sylpheed-faq-1.html
10197           faq/de/sylpheed-faq-2.html
10198           faq/en/sylpheed-faq-1.html
10199           faq/en/sylpheed-faq-2.html
10200           faq/en/sylpheed-faq-3.html
10201           faq/es/sylpheed-faq-1.html
10202           faq/es/sylpheed-faq-2.html
10203           faq/es/sylpheed-faq-3.html
10204           faq/fr/sylpheed-faq-1.html
10205           faq/it/sylpheed-faq-1.html
10206           faq/it/sylpheed-faq-2.html
10207           faq/it/sylpheed-faq-3.html
10208           faq/it/sylpheed-faq.html
10209                 changed ">" to &quot;
10210
10211 2002-05-27 [paul]       0.7.6claws21
10212         
10213         * sync with 0.7.6cvs15
10214                 see ChangeLog 2002-05-27
10215
10216 2002-05-27 [paul]       0.7.6claws20
10217
10218         * src/prefs_account.c
10219                 correct a typo
10220
10221 2002-05-26 [paul]       0.7.6claws19
10222
10223         * tools/README
10224                 correct a typo
10225
10226 2002-05-25 [paul]       0.7.6claws18
10227
10228         * tools/README
10229                 add description of kmail2sylpheed.pl
10230
10231 2002-05-25 [paul]       0.7.6claws17
10232
10233         * tools/kmail2sylpheed.pl       ** NEW FILE **
10234                 perl script that converts an exported Kmail address
10235                 book, converts it to sylpheed addressbook file,
10236                 writes the file to .sylpheed, and updates
10237                 addrbook--index.xml 
10238
10239 2002-05-25 [paul]       0.7.6claws16
10240
10241         * sync with 0.7.6cvs14
10242                 see ChangeLog 2002-05-23
10243
10244 2002-05-24 [paul]       0.7.6claws15
10245
10246         * README.claws
10247                 make a correction and add some more info
10248
10249 2002-05-24 [paul]       0.7.6claws14
10250
10251         * src/compose.c
10252                 fix memory leak in 
10253                 compose_redirect_write_headers_from_headerlist()
10254                 add Subject and Resent-Message-ID to
10255                 compose_redirect_write_headers()
10256                 Received, Subject, and X-UIDL are filtered out in 
10257                 compose_redirect_write_to_file()
10258
10259 2002-05-23 [paul]       0.7.6claws13
10260
10261         * src/compose.[ch]
10262           src/filtering.c
10263           src/mainwindow.c
10264           src/matcher.[ch]
10265           src/matcher_parser_lex.l
10266           src/matcher_parser_parse.y
10267           src/prefs_common.[ch]
10268           src/prefs_filtering.c
10269           src/summaryview.c
10270                 rename 'Bounce' to 'Redirect'
10271
10272 2002-05-23 [paul]       0.7.6claws12
10273
10274         * more sync with 0.7.6cvs13
10275           src/compose.c
10276                 see ChangeLog 2002-05-22
10277
10278 2002-05-22 [paul]       0.7.6claws11
10279
10280         * sync with 0.7.6cvs13
10281           src/codeconv.c
10282                 see ChangeLog 2002-05-20
10283           src/prefs_common.c
10284                 see ChangeLog 2002-05-22
10285
10286 2002-05-21 [melvin]     0.7.6claws10
10287
10288         * src/folderview.c
10289                 Added missing filtering and scoring headers
10290                 Fixed bad function call that showed garbage 
10291                 in Folder->Processing
10292
10293 2002-05-21 [paul]       0.7.6claws9
10294
10295         * tools/Makefile.am
10296                 make all tools executable, (patch by Alfons).
10297
10298 2002-05-20 [alfons]     0.7.6claws8
10299
10300         * src/procheader.c
10301                 don't forget to call mktime() so we have a valid week 
10302                 and year day
10303                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10304
10305 2002-05-20 [paul]       0.7.6claws7
10306
10307         * src/html.c
10308                 fix broken parsing of urls
10309         * src/textview.c
10310                 fix displaying of urls
10311
10312                 both fixes from the patch [547855] by Eugene 
10313                 Brevdo (zonem)
10314
10315 2002-05-19 [alfons]     0.7.6claws6
10316
10317         * configure.in
10318                 make sylpheed configure correctly with the latest
10319                 and greatest of automake / autoconf / gettext
10320
10321 2002-05-19 [alfons]     0.7.6claws5
10322
10323         * src/procheader.c
10324         * src/procheader.h
10325                 add function for returning ime zone offset
10326         * src/quote_fmt.c
10327         * src/quote_fmt_parse.y
10328                 better quotation formatting - does not convert
10329                 to local time, but uses the original date string.
10330                 
10331                 Note: %z inserts the timezone offset (should 
10332                 work also on platforms where strftime does not
10333                 support %z).
10334
10335 2002-05-18 [christoph]  0.7.6claws4
10336
10337         * src/summaryview.c
10338                 fix indentation of some code
10339         * tools/Makefile.am
10340                 fix spaces after \
10341         * src/Makefile.am
10342                 add missing \
10343                 correct path for ignorethread.xpm
10344                 incorrect filename for sylpheed_logo.xpm
10345                 add missing include matcher_parser_parse.h
10346
10347 2002-05-18 [paul]       0.7.6claws3
10348
10349         * sync with 0.7.6cvs8
10350                 see ChangeLog 2002-05-16 and 2002-05-17
10351
10352 2002-05-18 [melvin]     0.7.6claws2
10353
10354         * README.claws
10355                 Corrected an action's definition and fixed some misspellings.
10356
10357 2002-05-18 [paul]       0.7.6claws1
10358
10359         * tools/Makefile.am
10360           tools/gpg-sign        ** new file **
10361           tools/uudec           ** new file **
10362                 add Melvin's Actions scripts
10363
10364         * README.claws
10365                 add Melvin's descriptions for Actions
10366
10367 2002-05-18 [paul]       0.7.6claws
10368
10369         * Version 0.7.6claws released
10370
10371 2002-05-17 [paul]       0.7.5claws32
10372
10373         * po/es.po
10374                 updated by Ricardo Mones Lastra
10375
10376 2002-05-17 [paul]       0.7.5claws31
10377
10378         * src/compose.c
10379                 fix Account prefs default folder for sent/draft/deleted
10380                 messages bug
10381
10382         * po/it.po
10383           po/nl.po
10384                 updated translation by Alessandro Maestri and
10385                 Wilbert Berendsen
10386
10387 2002-05-17 [melvin]     0.7.5claws30
10388
10389         * src/prefs_actions.c
10390                 Fixed bug where using %F not at the end of the command 
10391                 resulted in an additional empty argument being created.
10392                 Thanks to Darko Koruga for reporting the bug.
10393
10394 2002-05-17 [melvin]     0.7.5claws29
10395
10396         * po/fr.po
10397                 Updated French translations.
10398
10399 2002-05-15 [paul]       0.7.5claws28
10400         
10401         * po/es.po
10402                 updated by Ricardo Mones Lastra
10403
10404 2002-05-15 [paul]       0.7.5claws27
10405
10406         * sync with 0.7.6cvs4
10407                 see ChangeLog 2002-05-14 and 2002-05-15
10408
10409 2002-05-14 [paul]       0.7.5claws26
10410
10411         * sync with 0.7.6cvs1
10412                 see ChangeLog 2002-05-13
10413
10414 2002-05-13 [thorsten]   0.7.5claws25
10415
10416         * src/messageview.c
10417                 fix select_all and copy in multipart messages
10418         * src/mainwindow.c
10419                 fix select_all and copy in multipart messages
10420
10421 2002-05-12 [paul]       0.7.5claws24
10422
10423         * src/summaryview.c
10424                 reverse last commit, bug already fixed in 0.7.5claws3
10425
10426 2002-05-12 [netztorte]  0.7.5claws23
10427
10428         * src/summaryview.c
10429                 dont parse empty addressbook (checked in before claws20)
10430
10431 2002-05-12 [melvin]     0.7.5claws22
10432
10433         * src/procmsg.[ch]
10434                 Removed unneeded priority code introduced by the previous 
10435                 commit.
10436
10437 2002-05-12 [melvin]     0.7.5claws21
10438
10439         * src/compose.[ch]
10440                 Added possibility to set message's priority.
10441         * src/procmsg.[ch]
10442                 Added possibility to set message's priority.
10443                 Added missing headers
10444
10445 2002-05-12 [melvin]     0.7.5claws20
10446
10447         * src/prefs_actions.c
10448                 Removed implicitely added quotes around the name
10449                 of the temporary files of mime parts.
10450
10451 2002-05-12 [paul]       0.7.5claws19
10452
10453         * sync with 0.7.5cvs20
10454                 see ChangeLog 2002-05-11
10455
10456 2002-05-12 [alfons]     0.7.5claws18
10457
10458         * src/quote_fmt_lex.l
10459         * src/quote_fmt_parse.y
10460                 allow quote / reply date & time format to be set using
10461                 %D{format}. format is a format string you'd pass to
10462                 strftime() (see man strftime, or the Display tab |
10463                 Date format setting).
10464
10465                 Currently %D converts the date to local time. 
10466
10467 2002-05-11 [paul]       0.7.5claws17
10468
10469         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10470                 see ChangeLog 2002-05-10 and 2002-05-11
10471
10472 2002-05-10 [paul]       0.7.5claws16
10473
10474         * sync with 0.7.5cvs16
10475                 see ChangeLog entries 2002-05-09 and 
10476                 2002-05-10
10477
10478 2002-05-10 [colin]      0.7.5claws15
10479
10480         * src/textview.c
10481                 Corrected a bug that prevented sylpheed to open
10482                 double-clicked URIs.
10483
10484 2002-05-09 [paul]       0.7.5claws14
10485
10486         * sync with 0.7.5cvs14
10487                 see ChangeLog 2002-05-08 and 2002-05-09
10488
10489 2002-05-08 [paul]       0.7.5claws13
10490
10491         * sync with 0.7.5cvs11
10492                 see ChangeLog entry 2002-05-08
10493
10494 2002-05-08 [paul]       0.7.5claws12
10495
10496         * src/mainwindow.c
10497           src/textview.[ch]
10498                 fix segfault on View->Open in new window
10499                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10500
10501 2002-05-07 [paul]       0.7.5claws11
10502
10503         * sync with 0.7.5cvs9
10504                 see ChangeLog entry 2002-05-07
10505
10506 2002-05-06 [paul]       0.7.5claws10
10507
10508         * src/messageview.c
10509           src/textview.c
10510                 display url in statusbar on single-click
10511                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10512
10513 2002-05-06 [match]      0.7.5claws9
10514
10515         * src/addritem.[ch]
10516                 new functions.
10517         * src/addrcache.c
10518                 tidy up.
10519         * src/xmlprops.[ch]
10520                 XML implementation of properties file.
10521         * src/exporthtml.[ch]
10522         * src/expthtmldlg.[ch]
10523         * src/addressbook.c
10524                 export to HTML.
10525
10526 2002-05-02 [sergey]     0.7.5claws8
10527
10528         * src/mainwindow.c (mainwin_entries),
10529           src/prefs_common.c (prefs_send_create()),
10530           src/codeconv.c (locale_table):
10531                 use charset name "Windows-1251" instead of "CP1251".
10532
10533 2002-05-02 [colin]      0.7.5claws7
10534         
10535         * src/compose.c
10536           src/prefs_common.c
10537           src/prefs_folder_item.c
10538                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10539
10540 2002-05-02 [hiro]       0.7.5claws6
10541
10542         * src/imap.c
10543                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10544
10545 2002-05-02 [paul]       0.7.5claws5
10546
10547         * src/compose.c
10548                 more sync with 0.7.5cvs7, see ChangeLog entry
10549                 2002-05-02
10550
10551 2002-05-02 [hiro]       0.7.5claws4
10552
10553         * src/compose.c
10554                 compose_queue_sub():
10555                 check if queue folder exists (closes #550397).
10556                 removed directory creation since it should be handled
10557                 transparently.
10558         * src/imap.c
10559                 imap_add_msg(): return UID for appended message
10560                 (closes #548842).
10561
10562 2002-04-30 [paul]       0.7.5claws3
10563
10564         * src/summaryview.c
10565                 fix account_find_from_address() bug
10566
10567 2002-04-28 [colin]      0.7.5claws2
10568
10569         * src/compose.c
10570           src/textview.c
10571           src/prefs_common.[ch]
10572           src/utils.[ch]
10573                 Added user-definable quotation characters recognition.
10574
10575 2002-04-28 [paul]       0.7.5claws1
10576
10577         * sync with 0.7.5cvs4
10578                 see ChangeLog entry  2002-04-25
10579
10580 2002-04-28 [paul]       0.7.5claws
10581
10582         * po/es.po
10583           po/nl.po
10584           po/pt_BR.po
10585                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10586                 Fabio Junior Beneditto
10587
10588 2002-04-27 [jens]       0.7.4claws103
10589
10590         * po/de.po
10591                 updated German translation.
10592
10593 2002-04-27 [hiro]       0.7.4claws102
10594
10595         * src/summaryview.c
10596                 summary_write_cache(): fixed the mark loss of hidden messages.
10597
10598 2002-04-26 [melvin]     0.7.4claws101
10599
10600         * src/procmsg.c
10601                 fixed a second typo (same one)
10602         * po/fr.po
10603           po/it.po
10604           po/pt_BR.po
10605                 fixed the type again...
10606
10607 2002-04-26 [melvin]     0.7.4claws100
10608
10609         * src/procmsg.c
10610                 fixed a typo in an alert message ("temorary").
10611         * po/it.po
10612         * po/pt_BR.po
10613                 corrected the typo  described above.
10614         * po/fr.po
10615                 updated French translation.
10616
10617 2002-04-26 [darko]      0.7.4claws99
10618
10619         * src/summaryview.c
10620                 fix target folder colorization
10621
10622 2002-04-25 [paul]       0.7.4claws98
10623
10624         * po/it.po
10625                 updated by Alessandro Maestri
10626
10627 2002-04-24 [colin]      0.7.4claws97
10628         
10629         * src/compose.c
10630                 Fixed double "subject is empty" question.
10631
10632 2002-04-23 [colin]      0.7.4claws96
10633         
10634         * src/mimeview.c
10635                 Corrected issue when "automatically display images" was
10636                 not set : first image remained after selecting second.
10637
10638 2002-04-23 [melvin]     0.7.4claws95
10639
10640         * src/prefs_actions.c
10641                 Don't display in/out dialog if there is nothing to show.
10642
10643 2002-04-23 [paul]       0.7.4claws94
10644
10645         * sync with 0.7.5cvs3
10646                 bug fixes: see ChangeLog entry 2002-04-23
10647
10648 2002-04-22 [darko]      0.7.4claws93
10649
10650         * src/compose.c
10651                 fix previous check-in which changed code after
10652                 merge from main
10653
10654 2002-04-22 [paul]       0.7.4claws92
10655
10656         * faq/de/*
10657                 add German FAQ
10658         * faq/en/*
10659           faq/es/*
10660           faq/fr/*
10661                 update English, Spanish and French FAQs
10662         * manual/de/*
10663           manual/es/*
10664                 add German and Spanish manuals
10665         * manual/en/*
10666           manual/fr/*
10667                 update English and French manuals
10668
10669         * src/Makefile.am
10670                 add to and re-arrange the pixmap entries
10671
10672 2002-04-22 [darko]      0.7.4claws91
10673
10674         * src/compose.c
10675                 fix sender initials recognition to only allow
10676                 '>' after the initials
10677
10678 2002-04-21 [paul]       0.7.4claws90
10679
10680         * sync with 0.7.5 release
10681                 see ChangeLog entry 2002-04-21
10682
10683 2002-04-21 [alfons]
10684
10685         * src/Makefile.am
10686                 add colin's new pixmaps to EXTRA_DIST
10687
10688 2002-04-21 [colin]      0.7.4claws89
10689         * src/compose.c
10690         * src/inc.c
10691         * src/mainwindow.[ch]
10692         * src/prefs_common.[ch]
10693         * src/stock_pixmap.[ch]
10694                 Added "Work offline" ability.
10695
10696 2002-04-21 [colin]      0.7.4claws88
10697         
10698         * src/mimeview.c
10699         * src/prefs_common.c
10700         * src/prefs_common.h
10701         * src/textview.c : Added an option to common preferences -> display
10702           to allow user not to automatically display images.
10703
10704 2002-04-21 [paul]       0.7.4claws87
10705
10706         * sync with 0.7.4cvs52
10707                 see ChangeLog entry 2002-04-21 (src/imap.c)
10708
10709 2002-04-21 [paul]       0.7.4claws86
10710
10711         * sync with 0.7.4cvs51
10712                 see ChangeLog entry 2002-04-21
10713
10714 2002-04-21 [paul]       0.7.4claws85
10715
10716         * sync with 0.7.4cvs49
10717                 see ChangeLog entries 2002-04-20 and 2002-04-21
10718
10719         * src/Makefile.am
10720                 clean up: remove old 'stock_' element from xpm 
10721                 filenames.
10722
10723 2002-04-21 [alfons]     0.7.4claws84
10724
10725         apply sync patch from Paul
10726
10727         * src/folderview.c
10728                 use old claws prefs_folder_item_create() for now
10729
10730 2002-04-19 [match]      0.7.4claws83
10731
10732         * src/addressbook.[ch]
10733         * src/addrharvest.[ch]
10734         * src/addrgather.[ch]
10735                 recurse folders.
10736         * src/mainwindow.c
10737         * src/summaryview.[ch]
10738                 change menu option.
10739
10740 2002-04-19 [paul]       0.7.4claws82
10741
10742         * po/pt_BR.po
10743                 updated by Fabio Junior Beneditto
10744
10745 2002-04-14 [alfons]     0.7.4claws81
10746
10747         * src/passphrase.c
10748                 add #include <sys/types.h> for mode_t and off_t 
10749
10750 2002-04-13 [paul]       0.7.4claws80
10751         
10752         * src/main.c
10753           src/passphrase.[ch]
10754           src/pgptext.c
10755           src/prefs_common.[ch]
10756           src/rfc2015.c
10757                 enable storing of GnuPG passphrase for the whole 
10758                 session or a user-defined number of minutes. patch 
10759                 submitted by Ravemax <ravemax@dextrose.com>
10760
10761 2002-04-13 [alfons]     0.7.4claws79
10762
10763         * src/textview.c
10764                 make email parser also stop scanning when encountering separators
10765                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10766
10767 2002-04-13 [paul]       0.7.4claws78
10768
10769         * sync with 0.7.4cvs39
10770                 see ChangeLog entry 2002-04-12
10771
10772 2002-04-11 [paul]       0.7.4claws77
10773
10774         * sync with 0.7.4cvs37
10775                 see ChangeLog entry 2002-04-11
10776
10777 2002-04-11 [paul]       0.7.4claws76
10778
10779         * COPYING 
10780                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10781                 the clause for OpenSSL). sync with sylpheed main
10782
10783 2002-04-09 [melvin]     0.7.4claws75
10784
10785         * src/compose.c
10786                 Made 'Ctrl-Enter' on send ignore some modifiers 
10787                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10788                 to bind other *-Enter (but not Alt-Enter).
10789
10790 2002-04-09 [paul]       0.7.4claws74
10791
10792         * sync with 0.7.4cvs35
10793                 see ChangeLog entries 2002-04-09
10794
10795 2002-04-08 [paul]       0.7.4claws73
10796
10797         * sync with 0.7.4cvs33
10798                 see ChangeLog entry 200-04-08
10799
10800 2002-04-07 [match]      0.7.4claws72
10801
10802         * src/addrharvest.[ch]
10803                 fixed to read all addresses in header, regardless
10804                 of header size. improved name parsing. accommodate
10805                 harvest from folders and selected message.
10806         * src/addritem.[ch]
10807                 included new address parsing function.
10808         * src/addrgather.[ch]
10809         * src/addressbook.[ch]
10810         * src/summaryview.[ch]
10811         * src/mainwindow.c
10812                 allow address harvest of folder as well as selected
10813                 messages.
10814
10815 2002-04-07 [paul]       0.7.4claws71
10816
10817         * src/esmtp.[ch]
10818           src/smtp.c
10819                 don't try to authenticate with CRAM-MD5 in SMTP when 
10820                 SMTP-AUTH enabled if MTA doesn't issue this 
10821                 auth-method in it's ehlo-response. bug item #531364,
10822                 patch item #938910. patch submitted by Colin Leroy 
10823                 <colin@colino.net>
10824
10825 2002-04-07 [paul]       0.7.4claws70
10826
10827         * src/nntp.c
10828                 fix missing MODE_READER bug. patch submitted by
10829                 Colin Leroy <colin@colino.net>
10830
10831 2002-04-07 [alfons]     0.7.4claws69
10832
10833         * src/matcher.[ch]
10834         * src/prefs_filtering.c
10835         * src/summaryview.c
10836                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10837                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10838
10839 2002-04-07 [paul]       0.7.4claws68
10840
10841         * sync with 0.7.4cvs32
10842                 see ChangeLog entry 2002-04-06
10843
10844         * tools/filter_conv.pl
10845                 more bug fixes
10846
10847 2002-04-06 [paul]       0.7.4claws67
10848
10849         * tools/filter_conv.pl
10850                 modify to be able to find the name of the first
10851                 mailbox and use that. main's filter does not
10852                 record the full path to the mailbox and therefore
10853                 can only filter to the first mailbox.
10854
10855 2002-04-05 [paul]       0.7.4claws66
10856
10857         * tools/filter_conv.pl
10858                 attempt to make the script all-encompassing and
10859                 be able to convert any main 'filter' rule thrown
10860                 at it
10861
10862 2002-04-05 [paul]       0.7.4claws65
10863
10864         * tools/filter_conv.pl
10865                 allow for collapsed folder trees
10866
10867 2002-04-05 [paul]       0.7.4claws64
10868
10869         * sync with 0.7.4cvs31
10870                 see ChangeLog entries 2002-04-05
10871
10872 2002-04-03 [paul]       0.7.4claws63
10873
10874         * sync with 0.7.4cvs29
10875                 see ChangeLog entries 2002-04-02 and 2002-04-03
10876
10877 2002-04-02 [paul]       0.7.4claws62
10878
10879         * sync with 0.7.4cvs26
10880                 see ChangeLog entry 2002-04-01
10881
10882 2002-04-02 [match]      0.7.4claws61
10883
10884         * src/pine.[ch]
10885         * src/importpine.[ch]
10886         * src/addressbook.c
10887                 import Pine address book.
10888
10889 2002-04-02 [match]      0.7.4claws60
10890
10891         * src/addrharvest.[ch]
10892                 improve address parsing of funky addresses.
10893
10894 2002-04-02 [darko]      0.7.4claws59
10895
10896         * src/compose.c
10897                 wrap on send improvements, it now recognizes quoted
10898                 initials as part of the quotation string, and it
10899                 does not join lines separated by CR
10900
10901 2002-04-01 [match]      0.7.4claws58
10902
10903         * src/mgutils.[ch]
10904                 added new functions.
10905         * src/mutt.[ch]
10906                 remove excessive duplicate address generation
10907                 on import.
10908
10909 2002-04-01 [alfons]     0.7.4claws57
10910         
10911         * src/summaryview.c
10912                 put back g_free() 
10913
10914 2002-04-01 [paul]       0.7.4claws56
10915
10916         * sync with 0.7.4cvs25
10917                 see ChangeLog entry 2002-04-01
10918
10919 2002-04-01 [alfons]     0.7.4aprilfool55
10920
10921         * src/summaryview.c
10922                 honour feature request item #537427 to allow for
10923                 displaying names from address book for sent mail also
10924
10925 2002-03-29 [paul]       0.7.4claws54
10926
10927         * src/mainwindow.c
10928           src/prefs_filtering.[ch]
10929           src/prefs_matcher.c
10930           src/summaryview.c
10931                 add 'fast filter' for claws' filtering,
10932                 /Tools/Create filter rule/... patch submitted
10933                 by Neill Miller <neillm@thecodefactory.org>
10934
10935 2002-03-29 [paul]       0.7.4claws53
10936
10937         * sync with 0.7.4cvs24
10938                 see ChangeLog entry 2002-03-29
10939
10940 2002-03-28 [paul]       0.7.4claws52
10941
10942         * sync with 0.7.4cvs23
10943                 see ChangeLog entry 2002-03-28
10944
10945 2002-03-27 [melvin]     0.7.4claws51
10946
10947         * src/prefs_actions.c
10948                 Added support to pass only one message part (as a
10949                 file) to the command using '%p'. No quotes are needed
10950                 because doubles quotes are automatically added.
10951                 Fixed bug where Sylpheed could block when waiting for
10952                 a child process to finish.
10953                 Changed the help menu to remove quotes around symbols to 
10954                 avoid misinterpretation (they must not be used).
10955
10956 2002-03-27 [melvin]     0.7.4claws50
10957
10958         * src/inc.c
10959                 Made the new mail notification command always 
10960                 execute asynchronously.
10961
10962 2002-03-27 [paul]       0.7.4claws49
10963
10964         * src/compose.c
10965                 fix bug introduced in last commit
10966
10967 2002-03-27 [paul]       0.7.4claws48
10968
10969         * sync with 0.7.4cvs21
10970                 see ChangeLog 2002-03-26 and 2002-03-27
10971
10972 2002-03-26 [hoa]        0.7.4claws47
10973
10974         * src/prefs_folder_item.c
10975                 really fixed the bug #516442 with folder rescan.
10976
10977 2002-03-26 [paul]       0.7.4claws46
10978
10979         * sync with 0.7.4cvs19
10980                 see ChangeLog entries 2002-03-25 and 2002-03-26
10981
10982 2002-03-25 [hoa]        0.7.4claws45
10983
10984         * src/matcher.c
10985         * src/mh.c
10986                 fix the bug #516442 with folder rescan.
10987
10988         * src/prefs_common.[ch]
10989         * src/compose.c
10990                 added an option to enable two different behaviours
10991                 for bounce.
10992
10993
10994 2002-03-25 [paul]       0.7.4claws44
10995
10996         * src/mainwindow.c
10997           src/selective_download.c
10998                 correct a few menuitem labels
10999
11000 2002-03-25 [christoph]  0.7.4claws43
11001
11002         * src/procmsg.c
11003                 fix non deleted tmp message in
11004                 procmsg_save_to_outbox
11005                 fix problems caused by sync with
11006                 main branch's procmsg_send_queue
11007
11008 2002-03-25 [paul]       0.7.4claws42
11009
11010         * src/quote_fmt.c
11011           src/quote_fmt_lex.l
11012           src/quote_fmt_parse.y
11013                 add Last name (%L) placeholder for quoting. 
11014                 patch submitted by Thorsten Thielen 
11015                 <thth@users.sourceforge.net>
11016
11017 2002-03-25 [paul]       0.7.4claws41
11018
11019         * src/utils.c
11020                 get full hostname. patch submitted by
11021                 Bob Woodside <rwoodside1@comcast.net>
11022
11023 2002-03-25 [paul]       0.7.4claws40
11024
11025         * src/account.c
11026           src/news.c
11027           src/nntp.[ch]
11028           src/prefs_account.[ch]
11029                 enable NNTP over SSL. patch submitted by
11030                 Pascal Jermini <pascal@infinity.hn.org>
11031
11032 2002-03-24 [paul]       0.7.4claws39
11033
11034         * src/prefs_common.c
11035                 make the arrangement of the Compose tab more
11036                 coherent
11037
11038         * src/mainwindow.c
11039                 fix some irregularities of style
11040
11041         * po/de.po
11042                 updated by Kilian Krause
11043
11044 2002-03-23 [paul]       0.7.4claws38
11045
11046         * po/pt_BR.po
11047                 updated by Fabio Junior Beneditto
11048
11049 2002-03-23 [paul]       0.7.4claws37
11050
11051         * src/mainwindow.c
11052                 move 'Gather addresses' to 'Tools' menu
11053                 make 'Selective download' sensitive
11054
11055 2002-03-23 [paul]       0.7.4claws36
11056
11057         * sync with 0.7.4cvs16
11058                 see ChangeLog entries 2002-03-23
11059
11060 2002-03-22 [christoph]  0.7.4claws35
11061
11062         * src/quote_fmt_parse.y
11063                 fix include program output
11064
11065 2002-03-22 [alfons]     0.7.4claws34
11066
11067         * src/pop.c
11068                 initialize GDate stack variable correctly (sorry!)
11069
11070 2002-03-22 [paul]       0.7.4claws33
11071
11072         * src/compose.c
11073           src/mainwindow.c
11074           src/prefs_actions.c
11075           src/prefs_common.c
11076                 rename 'Tool' to 'Tools'
11077
11078         * src/mainwindow.c
11079                 move 'Delete duplicated messages' from
11080                 'Message/' to 'Tools/'
11081                 re-arrange the order of 'Tools/' items
11082
11083 2002-03-22 [paul]       0.7.4claws32
11084
11085         * src/addr_compl.c
11086           src/addressbook.[ch]
11087                 auto-address completion now also matches on
11088                 Nickname. patch submitted by Bob Forsman 
11089                 <hammor@users.sourceforge.net>
11090
11091         * src/editaddress.c
11092                 correct a spelling mistake
11093
11094 2002-03-22 [alfons]     0.7.4claws31
11095
11096         * src/pop.c
11097                 fix getting uidl from incorrect string 
11098                 (spotted by Colin)
11099
11100 2002-03-21 [alfons]     0.7.4claws30
11101
11102         * src/pop.c
11103                 more code refactoring
11104                 plug mem leak introduced by delete on server
11105
11106 2002-03-21 [paul]       0.7.4claws29
11107
11108         * sync with 0.7.4cvs11
11109                 see ChangeLog entries 2002-03-20
11110
11111 2002-03-20 [alfons]     0.7.4claws28
11112
11113         * src/inc.c
11114                 apply Colin's patch and refactor
11115
11116 2002-03-20 [paul]       0.7.4claws27
11117
11118         * sync with sylpheed 0.7.4cvs9
11119                 see ChangeLog entry 2002-03-20
11120
11121 2002-03-19 [christoph]  0.7.4claws26
11122
11123         * src/mh.c
11124         * src/procmsg.[ch]
11125         * src/summaryview.c
11126                 revert changes for flag updates
11127                 (does not work correctly and no time to debug)
11128
11129 2002-03-20 [alfons]     0.7.4claws25
11130
11131         * src/pop.c
11132                 refactor should_delete() a little bit 
11133
11134 2002-03-19 [paul]       0.7.4claws24
11135
11136         * src/inc.[ch]
11137           src/pop.c
11138           src/prefs_account.[ch]
11139                 allow the user to leave downloaded mail on the 
11140                 server for n days. Patch submitted by Colin Leroy 
11141                 <colin@colino.net>
11142
11143 2002-02-19 [paul]       0.7.4claws23
11144
11145         * sync with sylpheed 0.7.4cvs8
11146                 see ChangeLog entries 2002-03-19
11147
11148 2002-03-18 [paul]       0.7.4claws22
11149
11150         * sync with sylpheed 0.7.4cvs6
11151                 see ChangeLog entry 2002-03-18
11152
11153 2002-03-18 [paul]       0.7.4claws21
11154
11155         * po/en_GB.po
11156                 add en_GB message catalogue
11157
11158         * src/mbox_folder.c
11159           src/prefs_account.c
11160           src/prefs_actions.c
11161                 correct a few spelling mistakes
11162
11163 2002-03-17 [alfons]     0.7.4claws20
11164
11165         * src/matcher.c
11166                 more stringent checks for NULL params when writing
11167                 filtering actions to a file
11168                 
11169 2002-03-17 [hoa]        0.7.3claws20
11170
11171         * src/news.c
11172                 fixed the count of new messages
11173
11174         * src/compose.c
11175                 fixed the "attachment properties" window
11176
11177 2002-03-17 [paul]       0.7.4claws19
11178
11179         * src/defs.h
11180           src/folder.h
11181           src/news.c
11182           src/prefs_account.[ch]
11183           src/procmsg.[ch]
11184           src/summaryview.c
11185                 automatically mark cross-posted messages as read 
11186                 and (optionally) give them a colour label
11187                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11188                 
11189
11190 2002-03-17 [paul]       0.7.4claws18
11191
11192         * sync with sylpheed 0.7.4cvs5
11193                 see ChangeLog entry 2002-03-17
11194
11195 2002-03-17 [melvin]     0.7.4claws17
11196         
11197         * src/textview.c
11198                 Worked around a gtktext 'bug': when searching for 
11199                 a text in a long message it was scrolling slowly
11200                 line by line until it hit the searched text.
11201         * po/fr.po
11202                 Updated French translation
11203
11204 2002-03-17 [melvin]     0.7.4claws16
11205
11206         * src/mainwindow.c
11207         * src/compose.c
11208         * src/prefs_actions.c
11209                 Moved "Edit/Actions" to "Tool/Actions"
11210                 Made mainwindow/compose window sensitive as soon as
11211                 no child process is running anymore even if the io dialog
11212                 is open.
11213                 Fixed a struct being initialized with a non constant char*
11214
11215 2002-03-16 [christoph]  0.7.4claws15
11216
11217         * configure.in
11218                 add --with-compiler-flags option
11219                 (only for developer hacking)
11220         * src/mh.c
11221         * src/procmsg.[ch]
11222         * src/summaryview.c
11223                 try to make folder-stats and flag handling more
11224                 independent from the summaryview. msgcounts
11225                 are only set when the folder is opened and
11226                 procmsg_msginfo_(un)set_flags will handle it
11227                 later and summaryview will get the values
11228                 from the folder.
11229
11230 2002-03-16 [paul]       0.7.4claws14
11231
11232         * src/messageview.c
11233                 fix Return-receipt. Patch submitted by Bob
11234                 Woodside <rwoodside1@comcast.net>
11235
11236 2002-03-16 [paul]       0.7.4claws13
11237
11238         * src/compose.c
11239                 fix 'dynamic' signatures, make it work again
11240                 broken during sync on 2002-03-14 (0.7.4claws2)
11241
11242 2002-03-15 [match]      0.7.4claws12
11243
11244         * src/addrharvest.[ch]
11245         * src/addrgather.[ch]
11246         * src/addressbook.[ch]
11247         * src/mainwindow.c
11248                 included address harvester feature. still some
11249                 issues with address parsing that I will fix.
11250
11251 2002-03-15 [match]      0.7.4claws11
11252
11253         * src/addrbook.[ch]
11254         * src/addrcache.[ch]
11255         * src/addressbook.[ch]
11256         * src/addrindex.c
11257         * src/editbook.c
11258         * src/importldif.c
11259         * src/importmutt.c
11260         * src/jpilot.[ch]
11261         * src/main.c
11262         * src/syldap.[ch]
11263         * src/vcard.[ch]
11264                 tidy up. fix memory leaks. moved attribs and methods
11265                 from individual interfaces to addrcache object. prep
11266                 for new stuff to come in.
11267
11268 2002-03-15 [alfons]     0.7.4claws10
11269
11270         * src/matcher.[ch]
11271         * src/matcher_parser_parse.y
11272         * src/matcher_parser_lex.l
11273         * src/prefs_matcher.c
11274                 add filtering conditions message greater than, smaller 
11275                 than, and exactly matching a size in bytes
11276                 (does not work with delete from POP3 server yet)
11277
11278                 this should also give others an idea what you should
11279                 do to add new criterions to claws filtering system
11280                 
11281
11282 2002-03-15 [paul]       0.7.4claws9
11283
11284         * tools/filter_conv.pl
11285                 exit if there are no filter rules to convert
11286                 rename filterrc to filterrc.old after completion
11287
11288 2002-03-15 [paul]       0.7.4claws8
11289
11290         * sync with sylpheed 0.7.4cvs3
11291                 see ChangeLog entry 2002-03-14
11292
11293 2002-03-14 [paul]       0.7.4claws7
11294
11295         * src/compose.c
11296                 clean up the last commit (ahem)
11297
11298 2002-03-14 [paul]       0.7.4claws6
11299
11300         * src/compose.c
11301                 fix bug #515655. honour account preferences
11302                 regarding gpg default signing/encryption when 
11303                 changing account from the compose window.
11304
11305 2002-03-14 [paul]       0.7.4claws5
11306
11307         * src/folderview.c
11308                 remove unnecessary curly brackets
11309
11310 2002-03-14 [paul]       0.7.4claws4
11311
11312         * src/folderview.c
11313           src/prefs_filtering.[ch]
11314                 add filter rename on folder rename and filter
11315                 delete on folder delete. Patch submitted by
11316                 Neill Miller <neillm@thecodefactory.org> 
11317
11318 2002-03-14 [christoph]  0.7.4claws3
11319
11320         * src/procmsg.c
11321         * src/send.c
11322                 fix local delivery
11323                 (patch submitted by "Simon 'corecode' Schubert")
11324         * src/prefs_common.c
11325         * src/procmsg.c
11326                 fix gcc 3.0 warning
11327
11328 2002-03-14 [paul]       0.7.4claws2
11329
11330         * sync with sylpheed 0.7.4cvs2
11331                 see ChangeLog entry 2002-03-13
11332
11333 2002-03-12 [darko]      0.7.4claws1
11334
11335         * src/mainwindow.c
11336                 fix what seems to be a copy and paste error
11337                 when setting color for important messages
11338                 (reported by wwp)
11339
11340 2002-03-11 [paul]       version 0.7.4claws released
11341
11342 2002-03-11 [paul]       0.7.4claws
11343
11344         * po/es.po
11345           po/it.po
11346           po/nl.po
11347           po/pt_BR.po
11348                 update message catalogs. Submitted by Ricardo Mones 
11349                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11350                 Fabio Junior Beneditto
11351
11352         * configure.in
11353           faq/Makefile.am
11354           faq/it/Makefile
11355           faq/it/sylpheed-faq*
11356           src/mainwindow.c
11357           src/manual.[ch]
11358                 add FAQ in Italian
11359         
11360
11361 2002-03-11 [jens]       0.7.3claws7
11362
11363         * po/de.po
11364                 updated German translation
11365
11366 2002-03-11 [melvin]     0.7.3claws6
11367
11368         * po/fr.po
11369                 updated and corrected French translation
11370
11371 2002-03-10 [hoa]        0.7.3claws5
11372
11373         * src/account.c
11374         * src/inc.c
11375         * src/prefs_account.c
11376         * src/procmsg.c
11377         * src/send.[ch]
11378                 fixed the local account.
11379                 you have to change the default "/usr/sbin/sendmail"
11380                 to "/usr/sbin/sendmail -t" in the preferences of
11381                 the local account.
11382
11383         * src/procmime.c
11384                 removed some debug display for renderer
11385
11386 2002-03-10 [paul]       0.7.3claws4
11387
11388         * faq/en/sylpheed-faq-1.html
11389           faq/en/sylpheed-faq-2.html
11390                 update
11391
11392 2002-03-09 [paul]       0.7.3claws3
11393
11394         * sync with sylpheed 0.7.4
11395                 see ChangeLog entry 2002-03-09
11396
11397 2002-03-08 [paul]       0.7.3claws2
11398
11399         * faq/en/sylpheed-faq*
11400           faq/es/sylpheed-faq*
11401           faq/fr/sylpheed-faq*
11402                 update the FAQs
11403
11404         * manual/fr/.cvsignore
11405           manual/fr/Makefilea.am
11406           manual/fr/sylpheed*
11407           src/mainwindow.c
11408           src/manual.[ch]
11409                 add the French manual
11410
11411 2002-03-07 [paul]       0.7.3claws1
11412
11413         * sync with sylpheed 0.7.3cvs4
11414                 see ChangeLog entries  2002-03-06 and 2002-03-07
11415         
11416         * po/nl.po
11417                 updated by Wilbert Berendsen
11418
11419 2002-03-07 [melvin]     0.7.2claws34
11420
11421         * src/selective_download.c
11422                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11423
11424 2002-03-06 [paul]       0.7.2claws33
11425
11426         * sync with sylpheed 0.7.3cvs1
11427                 bug fix, see ChangeLog entry 2002-03-05
11428
11429 2002-03-05 [paul]       0.7.2claws32
11430
11431         * src/mimeview.c
11432           src/pgptext.[ch]
11433           src/procmsg.c
11434                 reverse the pgp ascii-armored code implemented in 
11435                 0.7.2claws16. removal of this code until it matures.
11436                 this means that verifying ascii-armored pgp sigs and
11437                 automatic decryption of ascii-armored encrypted
11438                 messages no longer works.
11439
11440 2002-03-05 [paul]       0.7.2claws31
11441
11442         * configure.in
11443           Makefile.am
11444         * faq/Makefile.am
11445         * faq/en/Makefile.am
11446           faq/en/sylpheed-faq.html
11447           faq/en/sylpheed-faq-1.html
11448           faq/en/sylpheed-faq-2.html
11449           faq/en/sylpheed-faq-3.html
11450         * faq/es/Makefile.am
11451           faq/es/sylpheed-faq.html
11452           faq/es/sylpheed-faq-1.html
11453           faq/es/sylpheed-faq-2.html
11454           faq/es/sylpheed-faq-3.html
11455           faq/es/sylpheed-faq-4.html
11456         * faq/fr/Makefile.am
11457           faq/fr/sylpheed-faq.html
11458           faq/fr/sylpheed-faq-1.html
11459           faq/fr/sylpheed-faq-2.html
11460           faq/fr/sylpheed-faq-3.html
11461         * src/Makefile.am
11462           src/defs.h
11463           src/mainwindow.c
11464           src/manual.[ch]
11465                 add FAQs in English, Spanish and French
11466
11467
11468 2002-03-05 [paul]       0.7.2claws30
11469
11470         * manual/en/sylpheed.html
11471           manual/en/sylpheed-XX.html
11472                 updated the English manual
11473
11474 2002-03-05 [hoa]        
11475
11476         * src/summaryview.c
11477                 dialog box pops up if the article can't be deleted.
11478
11479 2002-03-04 [paul]       
11480         
11481         * po/pt_BR.po
11482                 updated by Fabio Junior Benedito
11483
11484 2002-03-04 [hoa]
11485
11486         * removed ac/gpgme.m4
11487                 to avoid autogen common problem
11488                 developers have to install gpgme development package now
11489
11490         * src/compose.c
11491                 encoding to 7bit or 8bit is enabled.
11492
11493 2002-03-03 [alfons]     0.7.2claws29
11494
11495         * src/pop.c
11496                 merge fix by Oliver Haertel for selective
11497                 download buglet
11498
11499 2002-03-03 [paul]       0.7.2claws28
11500         
11501         * sync with sylpheed 0.7.3
11502
11503 2002-03-03 [paul]       0.7.2claws27
11504
11505         * sync with sylpheed 0.7.2cvs24
11506                 see ChangeLog entries 2002-03-02 and 2002-03-03
11507
11508 2002-03-02 [melvin]     0.7.2claws26
11509
11510         * src/inc.[ch]
11511         * src/main.c
11512         * src/mainwindow.c
11513         * src/prefs_common.[ch]
11514                 Added user definable notification on new mail arrival.
11515                 Removed unused variables in spell checker prefs code.
11516
11517 2002-03-02 [melvin]     0.7.2claws25
11518
11519         * src/quote_fmt.c
11520                 Removed unnecessary escape sequences.
11521                 Changed 'Initial...' to 'Initials of Sender'
11522
11523 2002-03-02 [paul]       0.7.2claws24
11524
11525         * sync with sylpheed 0.7.2cvs22
11526                 see ChangeLog entry 2002-03-01
11527
11528 2002-03-01 [hoa]        0.7.2claws23
11529
11530         * src/mainwindow.c
11531                 Set sensitivity of delete actions to active
11532                 even if the folder is a newsgroup.
11533
11534         * src/summaryview.c
11535                 - Set sensitivity of delete actions
11536                 - Added function check_permission() that will check if the
11537                   user is authorized to delete a message. For news, it
11538                   will check if the author is the same.
11539                 - Enabled deletion when there is no trash folder.
11540
11541         * src/news.[ch]
11542                 - Added news_cancel_article() to cancel articles
11543                 - Implemented news_remove_message() (public function)
11544
11545 2002-03-01 [paul]       0.7.2claws22
11546
11547         * src/gtkutils.c
11548           src/textview.c
11549                 recognise urls that that don't include 'http://' and
11550                 simply begin 'www.' 
11551
11552         * AUTHORS
11553                 remove duplicated name
11554
11555 2002-02-28 [paul]       0.7.2claws21
11556
11557         * src/mainwindow.c
11558           src/summaryview.[ch]
11559                 add ability to 'Select thread'
11560                 combines Melvin's "Select thread's head" patch (#510907)
11561                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11562                 patch (#518514) 
11563
11564 2002-02-28 [paul]       0.7.2claws20
11565
11566         * src/mimeview.c
11567                 hopefully fix segfault on right-clicking a mime part
11568                 that some people have experienced.      
11569                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11570
11571 2002-02-28 [paul]       0.7.2claws19
11572
11573         * sync with sylpheed 0.7.2cvs21
11574                 see ChangeLog entries 2002-02-27 and 2002-02-28
11575
11576 2002-02-27 [paul]       0.7.2claws18
11577
11578         * sync with sylpheed 0.7.2cvs18
11579                 see ChangeLog entries 2002-02-26 and 2002-02-27
11580
11581 2002-02-26 [alfons]     0.7.2claws17
11582
11583         * src/procheader.c
11584                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11585                 (spotted by Chris Hessman <idatech@gmx.net>)
11586
11587 2002-02-26 [paul]       0.7.2claws16
11588
11589         * src/mimeview.c
11590           src/pgptext.[ch]
11591           src/procmsg.c
11592                 make decryption of ascii-armored pgp encrypted messages
11593                 and verification of ascii-armored signatures work again.
11594                 slightly altered from the patch by Jens Jahnke 
11595                 <jan0sch@gmx.net>
11596
11597                 ##FIX ME##
11598                 * the checking of plaintext signatures always comes up in 
11599                   a popup box
11600                 * it doesn't work for multipart messages 
11601                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11602                   including the msg headers and these 2 line themselves, are 
11603                   not displayed
11604
11605         * src/mainwindow.c
11606                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11607                 "View/Message View" becomes "View/Separate Message View"
11608                 because its less ambiguous.
11609
11610         * po/es.po
11611                 updated by Ricardo Mones Lastra
11612
11613 2002-02-26 [paul]       0.7.2claws15
11614
11615         * sync with sylpheed 0.7.2cvs17
11616                 see ChangeLog entries 2002-02-25 and 2002-02-26
11617
11618 2002-02-25 [christoph]  0.7.2claws14
11619
11620         * src/filtering.[ch]
11621         * src/inc.c
11622                 do filtering stuff after all messages have been received
11623                   1. drop all messages to .processing
11624                   2. scan processing folder for messages
11625                   3. filter messages or move to inbox
11626                 this will also find old messages left in processing after
11627                 a crash or something like that and we get a real msginfo
11628                 from folder->get_msg_list and do not have to create our
11629                 own in filter_message
11630         * src/matcher_parser_parse.y
11631                 remove MIX/MAX warning (reordered includes)
11632
11633 2002-02-25 [paul]       0.7.2claws13
11634
11635         * sync with sylpheed 0.7.2cvs15
11636                 see ChangeLog entry 2002-02-24
11637
11638 2002-02-24 [alfons]     0.7.2claws12
11639
11640         * src/filtering.c
11641                 clear old color flags first when applying a new color to
11642                 a message info. 
11643                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11644
11645 2002-02-24 [alfons]     0.7.2.claws11
11646         
11647         * AUTHORS
11648         * src/prefs_common.c
11649                 add presets for Opera and Konqueror, closes patch #517261,
11650                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11651
11652 2002-02-24 [alfons]     0.7.2.claws10
11653
11654         * AUTHORS
11655         * src/summaryview.c
11656                 fix threading for null message ids, closes patch #521601,
11657                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11658
11659 2002-02-24 [alfons]     0.7.2claws9
11660
11661         * src/summaryview.c
11662         * src/filtering.c
11663                 make Tool | Filter Message work with filtering system so
11664                 setting flags also works
11665
11666                 TODO:
11667
11668                 - Processing uses the same function as Tool | Filter
11669                   Message, but doesn't use the same update proc yet
11670
11671 2002-02-23 [paul]       0.7.2claws8
11672
11673         * sync with sylpheed 0.7.2cvs14
11674                 see ChangeLog entries 2002-02-22 and 2002-02-23
11675
11676 2002-02-22 [christoph]  0.7.2claws7
11677
11678         * src/quote_fmt.c
11679                 Add column space to table
11680         * src/quote_fmt_parse.y
11681                 Close files
11682
11683 2002-02-22 [paul]       0.7.2claws6
11684
11685         * src/Makefile.am
11686           src/defs.h
11687           src/filtering.c
11688           src/inc.[ch]
11689           src/mainwindow.c
11690           src/matcher.[ch]
11691           src/matcher_parser_lex.l
11692           src/matcher_parser_parse.y
11693           src/pop.[ch]
11694           src/prefs_account.h
11695           src/prefs_filtering.c
11696           src/selective_download.[ch]   *** NEW FILES ***
11697           src/utils.[ch]
11698           po/POTFILES.in
11699                 Selective Download added to 'Tool' menu. 
11700                 Retrieves email headers of the currently selected pop3 
11701                 account and allows the user to mark emails for deletion 
11702                 right on the pop3 server. Patch submitted by Oliver Haertel 
11703                 <oha@users.sourceforge.net>.
11704         
11705         * po/POTFILES.in
11706                 add 'src/quote_fmt.c'           
11707
11708 2002-02-22 [christoph]  0.7.2claws5
11709
11710         * src/Makefile.am
11711                 added quote_fmt.c
11712         * src/prefs_common.[ch]
11713         * src/prefs_template.c
11714         * src/quote_fmt.c               *** NEW FILE ***
11715         * src/quote_fmt.h
11716                 move quote format symbol description code
11717                 to it's own file because it is used from
11718                 differnent code parts
11719                 Rewrote symbol description GUI
11720                   + use table
11721                   + add separators
11722                   + get data from array (no more long constant strings)
11723         * src/quote_fmt_lex.l
11724         * src/quote_fmt_parse.y
11725                 Symbol for Literal % changed to \% instead of %%
11726                 (More logical as \ is used for quoting for other symbols)
11727                 Add |f and |p to include files and program output
11728                 Examples:
11729                     |f{/home/.../.signature}
11730                     |p{date}
11731         * po/de.po
11732                 Correct wrong spelling for "Referenzen"
11733
11734 2002-02-21 [paul]       0.7.2claws4
11735
11736         * src/procmsg.c
11737                 forgotten during sync
11738
11739 2002-02-21 [paul]       0.7.2claws3
11740
11741         * sync with sylpheed 0.7.2cvs11
11742                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11743                 2002-02-20 and 2002-02-21
11744
11745 2002-02-20 [melvin]     0.7.2claws2
11746
11747         * src/prefs_actions.c
11748                 Added error report when child cannot fork or when execvp 
11749                 returns with an error.
11750
11751 2002-02-19 [christoph]  0.7.2claws1
11752
11753         * src/codeconv.c
11754                 return unconverted text if conde conversion is not possible
11755                 when libjconv is used.
11756                 (patch submitted by "Simon 'corecode' Schubert")
11757
11758 2002-02-19 [paul]       
11759
11760         * version 0.7.2claws release
11761
11762 2002-02-19 [paul]       0.7.2claws
11763
11764         * po/nl.po
11765                 updated by Wilbert Berendsen
11766
11767
11768 2002-02-18 [alfons]     0.7.1claws13
11769
11770         * src/syldap.c
11771         * src/jpilot.c
11772                 remove references to dlfcn and explicitly loading functions
11773                 from dynalink libs, because libs linked anyway, and functions
11774                 are loaded explicitly
11775
11776 2002-02-17 [melvin]     0.7.1claws12
11777
11778         * src/prefs_actions.c
11779                 Replaced children wait loop with double fork technique.
11780                 Now, input/output window updated at each new output.
11781                 free_children(): Fixed a memory leak.
11782                 Made input/output window non closable if running children
11783                 still exist.
11784                 Added missing <unistd.h> include.
11785                 Added some --debug outputs.
11786
11787 2002-02-17 [melvin]     0.7.1claws11
11788
11789         * src/summaryview.c
11790                 Fixed bug where descending sort order did not select top
11791                 message.
11792
11793 2002-02-17 [melvin]     0.7.1claws10
11794
11795         * acconfig.h
11796                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11797         * src/prefs_common.c
11798                 Pspell data package directory no more hard coded but
11799                 set during configuration (PSPELL_PATH). (Thanks to 
11800                                 Gustavo Noronha Silva.)
11801
11802 2002-02-17 [melvin]     0.7.1claws9
11803
11804         * configure.in
11805                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11806         * src/gtkspell.c
11807                 Fixed compile-time warnings.
11808
11809 2002-02-16 [alfons]     0.7.1claws8
11810
11811         * src/filesel.c
11812                 fix inadvertent free of NULL pointer which caused
11813                 sylpheed to crash when closing the save-as dialog
11814                 using the window close button
11815
11816 2002-02-16 [carsten]    0.7.1claws7
11817         * src/mainwindow.[ch]
11818           src/summaryview.c
11819           src/prefs_common.c
11820                 fixes for pixmap theming code:
11821                         - recently changed mail attributes shouldn't get
11822                           lost any longer
11823                         - theme is only reloaded iff another theme was
11824                           selected
11825
11826 2002-02-16 [paul]       0.7.1claws6
11827
11828         * sync with sylpheed 0.7.2 release
11829                 see ChangeLog entry 2002-02-15 and 2002-02-16
11830
11831 2002-02-15 [paul]       0.7.1claws5
11832
11833         * sync with sylpheed 0.7.1cvs9
11834                 see ChangeLog entry 2002-02-15
11835
11836         * po/POTFILES.in
11837                 remove unneeded headerwindow.c entry
11838
11839 2002-02-14 [carsten]    0.7.1claws4
11840         * src/summaryview.c
11841                 fixed a bug for "Go to next unread message": there was
11842                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11843                 in the prefs, because of doing "Search again" instead
11844                 "No"
11845
11846 2002-02-14 [carsten]    0.7.1claws3
11847         * src/stock_pixmap.c
11848                 removed 2 more mem leaks; following memprof,
11849                 this code is "leak free" now :)
11850
11851 2002-02-14 [carsten]    0.7.1claws2
11852         * src/stock_pixmap.c
11853                 used opendir/readdir/closedir instead of scandir
11854                 -> code should work now on Solaris
11855
11856 2002-02-14 [paul]       0.7.1claws1
11857
11858         * sync with sylpheed 0.7.1cvs8
11859                 see ChangeLog entries 2002-02-13 and 2002-02-14
11860
11861         * README.claws
11862                 add some description of Actions and Pixmap Themes
11863
11864 2002-02-13 [paul]       
11865
11866         * version 0.7.1claws release
11867
11868 2002-02-13 [paul]       0.7.1claws
11869
11870         * po/es.po
11871           po/it.po
11872           po/pt_BR.po
11873                 updated translations, submitted by Ricardo Mones Lastra,
11874                 Alessandro Maestri and Fabio Junior Beneditto
11875
11876 2002-02-13 [melvin]     0.7.0claws75
11877
11878         * src/prefs_actions.c
11879                 Added missing "signal.h" include
11880
11881 2002-02-13 [melvin]     0.7.0claws74
11882
11883         * src/prefs_folder_item.c
11884                 Added missing "config.h" include
11885         * po/fr.po
11886                 Updated French translation for folder propriety.
11887
11888 2002-02-13 [jens]       0.7.0claws73
11889
11890         * po/POTFILES.in
11891                 Added missing src/prefs_folder_item.c [log added by melvin]
11892         * po/de.po
11893                 Updated German translation.
11894
11895 2002-02-13 [melvin]     0.7.0claws72
11896
11897         * po/fr.po
11898                 Updated French translation.
11899
11900 2002-02-13 [melvin]     0.7.0claws71
11901
11902         * src/gtkutils.c
11903                 Made gtkut_editable_get_selection return NULL if selection
11904                 is of length zero.
11905                 This fixes a bug where selecting part of message A then
11906                 switching to message B and replying to it will not
11907                 quote the message's body.
11908
11909 2002-02-12 [paul]       0.7.0claws70
11910
11911         * src/mainwindow.c
11912                 cosmetic, relating to pixmap themes: on toolbar make 
11913                 updating of 'Exec' and 'Compose news/Compose email'
11914                 icons faster.
11915
11916 2002-02-12 [carsten]    0.7.0claws69
11917         * src/folderview.c
11918           src/mainwindow.[ch]
11919           src/stock_pixmap.c
11920           src/summaryview.c
11921           src/prefs_common.c
11922                 - refreshing after changing pixmap theme better
11923                   now (thanks Paul)
11924                 - wanted to remove some mem leaks, but alfons was
11925                   faster (and had the better solution ;)
11926
11927 2002-02-12 [alfons]     0.7.0claws68
11928
11929         * src/prefs_common.c
11930         * src/stock_pixmap.[ch]
11931                 plug mem leaks, refactor code a little bit
11932
11933
11934 2002-02-12 [sergey]     0.7.0claws67
11935
11936         * src/imap.c
11937                 Fixed problem with copying messages to IMAP folders when the
11938                 server uses something other than '/' as a namespace separator
11939                 (cyrus-imapd uses '.').
11940
11941 2002-02-12 [jens]       0.7.0claws66
11942
11943         * po/de.po
11944                 Updated German Translation
11945
11946 2002-02-12 [paul]       0.7.0claws65
11947
11948         * sync with sylpheed 0.7.1cvs1
11949                 see ChangeLog entry 2002-02-12
11950
11951 2002-02-12 [melvin]     0.7.0claws64
11952
11953         * src/prefs_actions.c
11954                 Fixed "feature" where children's output was duplicated 
11955                 instead of refreshed while monitoring.
11956                 Removed some debug code.
11957
11958 2002-02-12 [christoph]  0.7.0claws63
11959
11960         * src/compose.c
11961                 always delete message from queue after sending/send error
11962                 (closes bug #509601)
11963
11964 2002-02-12 [melvin]     0.7.0claws62
11965
11966         * src/prefs_actions.c
11967                 Children wait loop is now triggered with a timeout of 1s
11968                 Added %F which is replaced with the list of filenames 
11969                 of all selected messages (as suggested by Ricardo Mones Lestra)
11970                 Pipe syntax changed. Prefix with | to send selection, postfix
11971                 with | to retrieve output. Prefix with > or * to send
11972                 user definable input to the command (*: input is hidden)
11973                 Old pipe action should now be postfixed with |, too.
11974
11975 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11976         * src/stock_pixmap.c
11977                 fixed a bug: if there's no theme directory don't
11978                 throw an error, just do "nothing" (thanks Alfons)
11979
11980 2002-02-12 [carsten]    0.7.0claws60
11981         * src/folderview.c
11982           src/summaryview.c
11983                 had to write the cache twice (nasty!); some marks would 
11984                 get lost if not
11985
11986 2002-02-11 [carsten]    0.7.0claws59
11987         * acconfig.h
11988           configure.in
11989           doc-src/maintainer_guide.txt
11990           src/compose.[ch]
11991           src/defs.h
11992           src/folderview.[ch]
11993           src/gtkutils.[ch]
11994           src/mainwindow.[ch]
11995           src/prefs_common.[ch]
11996           src/stock_pixmap.[ch]
11997           src/summaryview.[ch]
11998                 pixmap theming and related work on pixmap
11999                 handling on some other places
12000                 (e.g. hrm features for all folder)
12001           src/pixmap/stock_*.xpm -> the stock_ was removed
12002         
12003 2002-02-11 [paul]       0.7.0claws58
12004
12005         * sync with sylpheed 0.7.1 release
12006                 see ChangeLog entries 2002-02-11
12007
12008 2002-02-08 [paul]       0.7.0claws57
12009
12010         * sync with sylpheed 0.7.0cvs39
12011                 see ChangeLog entry 2002-02-07 (last entry) 
12012
12013         * src/prefs_actions.c
12014           src/prefs_filtering.c
12015           src/prefs_matcher.c
12016           src/prefs_scoring.c
12017                 sync: made it compile with C compilers other than gcc
12018
12019 2002-02-07 [paul]       0.7.0claws56
12020
12021         * sync with sylpheed 0.7.0cvs38
12022                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12023                 2002-02-07
12024
12025 2002-02-07 [darko]      0.7.0claws55
12026
12027         * src/gtkutils.[ch]
12028         * src/summaryview.c
12029                 Fix const gchar */gchar * issue (thanks Hiro)
12030
12031 2002-02-07 [darko]      0.7.0claws54
12032
12033         * src/compose.[ch]
12034         * src/filtering.c
12035         * src/gtkutils.[ch]
12036         * src/prefs_template.c
12037         * src/quote_fmt.h
12038         * src/quote_fmt_parse.y
12039         * src/summaryview.c
12040         * src/utils.[ch]
12041                 When replying or forwarding an email don't quote the entire
12042                 mail body but use the part of the message text that is selected
12043
12044 2002-02-06 [melvin]     0.7.0claws53
12045
12046         * src/prefs_common.[ch]
12047         * src/gtkspell.[ch]
12048         * src/compose.c
12049                 Made possible to switch quickly to last used dictionary
12050                 which makes checking bilingual documents easier.
12051
12052 2002-02-06 [melvin]     0.7.0claws52
12053         
12054         * po/POTFILES.in
12055                 Added forgotten new file src/prefs_actions.c
12056
12057 2002-02-06 [melvin]     0.7.0claws51
12058
12059         * src/prefs_actions.c   ** NEW FILE **
12060         * src/prefs_actions.h   ** NEW FILE **
12061                 Added actions to execute on message text view, or on the
12062                         message's file.
12063         * src/Makefile.am
12064                 Added src/prefs_actions.[ch]
12065         * src/compose.c
12066                 Added new menu "Edit/Actions"
12067         * src/defs.h
12068                 Added new actionsrc file.
12069         * src/main.c
12070                 Added actionsrc reading.
12071         * src/mainwindow.c
12072                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12073         * src/prefs_common.h
12074                 Added new element actionslst element to prefs_common.
12075
12076 2002-02-06 [paul]       0.7.0claws50
12077
12078         * sync with sylpheed 0.7.0cvs36
12079                 see ChangeLog entry 2002-02-06
12080
12081 2002-02-05 [paul]
12082
12083         * po/es.po
12084                 updated by Ricardo Mones Lastra
12085
12086 2002-02-05 [paul]       0.7.0claws49
12087
12088         * sync with sylpheed 0.7.0cvs33
12089                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12090
12091 2002-02-05 [paul]       0.7.0claws48
12092
12093         * src/compose.c
12094                 re-add 'Edit/Advanced/Delete entire line', previously named
12095                 'Delete Line+'
12096
12097 2002-02-04 [paul]       0.7.0claws47
12098
12099         * src/compose.c
12100           src/summaryview.c
12101                 fix bug #494993 (Reply All not taking Reply-To into consi)
12102                 eliminate differences in behaviour of right-click 'Reply to all' 
12103                 in summary view and 'Reply to all' on the toolbar. 
12104                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12105                 view and From gets ignored by 'Reply to all' on toolbar.
12106                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12107                 From when no Reply-To header is present.
12108
12109 2002-02-04 [paul]       0.7.0claws46
12110
12111         * sync with sylpheed 0.7.0cvs30
12112                 see ChangeLog entries 2002-02-03 and 2002-02-04
12113
12114 2002-02-03 [melvin]     0.7.0claws45
12115
12116         * src/gtkspell.[ch]
12117                 Readded function to highlight all misspelled words.
12118                 Fixed bug where user-provided-words did not replace
12119                         correctly the misspelled word when using the mouse.
12120                 Fixed bug where checking a region selected from right to left did
12121                         not check the region at all.
12122                 Fixed bug where 'Check backwards' may not check at all. 
12123                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12124                 Fixed possible buffer overflow when checking for long strings (>1k).
12125                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12126                 Accelerators code uses now gtk_widget_add_accel.
12127                 Removed and disabled obsolete and unfinished code.
12128                 Cleaning up.
12129
12130         * src/compose.c
12131                 Added menu item to Highlight all misspelled words.
12132
12133 2002-02-01 [paul]       0.7.0claws44
12134
12135         * src/mainwindow.c
12136                 fix '/View/Hide read messages' sensitivity when all
12137                 messages in a folder are hidden
12138
12139 2002-02-01 [paul]       0.7.0claws43
12140
12141         * src/main.c
12142                 add --send option to command line interface, sends all
12143                 queued mail. Patch submitted by Ricardo Mones Lastra.
12144
12145 2002-01-31 [paul]       0.7.0claws42
12146
12147         * src/mainwindow.c
12148                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12149
12150 2002-01-31 [paul]       0.7.0claws41
12151
12152         * sync with sylpheed 0.7.0cvs27
12153                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12154                 and 2002-01-31
12155
12156         * src/textview.c
12157                 comment out elements of textview_show_part() as temporary
12158                 workaround for attachment 'Display as text' bug 
12159
12160         * po/pt_BR.po
12161                 updated by Fabio Junior Beneditto
12162
12163 2002-01-30 [paul]       0.7.0claws40
12164
12165         * sync with sylpheed 0.7.0cvs24
12166                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12167                 and 2002-01-30
12168
12169         * src/compose.c
12170                 add {N_("/_Spelling"), ... "<Branch>"} to 
12171                 GtkItemFactoryEntry compose_entries[]
12172
12173         * src/prefs_common.c
12174                 add claws menu items to prefs_keybind_apply_clicked()
12175                 and remove non-claws menu items
12176
12177 2002-01-29 [paul]       0.7.0claws39
12178
12179         * sync with sylpheed 0.7.0cvs22
12180                 see ChangeLog entries 2002-01-28 and 2002-01-29
12181
12182 2002-01-28 [melvin]     0.7.0claws38
12183
12184         * src/compose.c
12185                 Added the declartion of compose_send_control_enter.
12186
12187         * src/compose.c
12188         * src/gtkspell.[ch]
12189                 Added in a 'Spelling' menu which includes the configuration menu. 
12190                 Added a real 'Check all' and got rid from the old one which only
12191                 highlited misspelled word.
12192                 Made 'Check while typing' a disableable option.
12193                 Added a dialog when there are no more misspelled word.
12194                 Added a dialog if error occurs when switching to a dictionary.
12195         
12196         * src/prefs_common.[ch]
12197                 Added option for the default 'Check while typing' option.
12198
12199
12200 2002-01-28 [alfons]     0.7.0claws37
12201
12202         * src/compose.c
12203                 fix buglet and make code comply with sylpheed code style
12204
12205 2002-01-28 [paul]       0.7.0claws36
12206
12207         * sync with sylpheed 0.7.0cvs19
12208                 see ChangeLog entries for 2002-01-28
12209
12210 2002-01-28 [hoa]        0.7.0claws35
12211
12212         * src/defs.h
12213                 added rendererrc
12214
12215         * src/main.c
12216                 read the renderer config
12217
12218         * src/procmime.[ch]
12219                 use the renderer config to convert mime attachments
12220
12221         * src/textview.c
12222                 don't use textview_show_html/ertf,
12223                 use get_text_content instead
12224
12225 2002-01-27 [alfons]     0.7.0claws34
12226         
12227         * src/news.c
12228                 make sylpheed believe it can delete a news message...
12229                 (messages are NOT deleted, maybe we should remove
12230                 processing from the folder properties after all.)
12231
12232 2002-01-27 [alfons]     0.7.0claws33
12233
12234         * src/folder.c
12235                 add extra checks
12236         * src/news.c
12237                 implement remove_msg() 
12238
12239 2002-01-27 [alfons]     0.7.0claws32
12240
12241         * src/procmsg.h
12242         * src/procheader.c
12243         * src/messageview.c
12244                 fix return receipt / disposition notification again. this
12245                 stuff seems to break on _every_ major summary UI change, so
12246                 it's now implemented using a flag which is saved in the
12247                 marks cache
12248                 
12249 2002-01-26 [alfons]     0.7.0claws31
12250
12251         * src/import.c
12252                 let import dialog show the destination folder identifier
12253
12254 2002-01-26 [melvin]     0.7.0claws30
12255
12256         * src/folderview.c
12257         * src/summaryview.c
12258                 Readded 'Mark all read' into summary view popup menu
12259                 Added 'Mark all read' in folder view popup menu for IMAP
12260                 and NNTP.
12261                 Made it insensitive if the selected folder is not the shown
12262                 one to avoid 'Mark all read' on the wrong folder.
12263                 
12264 2002-01-26 [paul]       0.7.0claws29
12265
12266         * src/folderview.c
12267           src/summaryview.c
12268                 move 'Mark all read' from summary view to folder view
12269                 menu. (adapted from) patch submitted by Jeremy Andrews,
12270                 <lists@kerneltrap.com>
12271
12272 2002-01-25 [alfons]     0.7.0claws28
12273
12274         * src/gtkstext.c
12275                 put the gtk class name back so GtkSText adapts the 
12276                 settings of GtkText
12277
12278 2002-01-25 [alfons]     0.7.0claws27
12279
12280         * src/folderview.c 
12281                 assimilate Ricardo's patch that shows pixmaps instead of
12282                 plain "new" and "unread" texts in the folder view column
12283                 headers 
12284
12285 2002-01-25 [paul]       0.7.0claws26
12286
12287         * src/Makefile.am
12288                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12289                 be found in non-standard locations. 
12290                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12291
12292 2002-01-25 [paul]       0.7.0claws25
12293
12294         * sync with sylpheed 0.7.0cvs16
12295                 see ChangeLog entry 2002-01-25
12296
12297 2002-01-24 [paul]       0.7.0claws24
12298
12299         * more sync with sylpheed 0.7.0cvs15
12300                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12301
12302 2002-01-23 [sergey]     0.7.0claws23
12303
12304         * src/importldif.c
12305                 Fixed segfault when closing LDIF import wizard with
12306                 the window manager.
12307         * src/imageview.c
12308         * src/imageview.h
12309         * src/messageview.c
12310         * src/mimeview.c
12311                 Fixed wrong scrolling position after switching between
12312                 text and image parts.
12313
12314 2002-01-23 [paul]       0.7.0claws22
12315
12316         * sync with sylpheed 0.7.0cvs15
12317                 see ChangeLog entries 2002-01-22 and 2002-01-23
12318
12319 2002-01-21 [melvin]     0.7.0claws21
12320
12321         * src/prefs_scoring.c
12322         * src/prefs_filtering.c
12323                 Fixed bug where scoring and filtering windows stopped
12324                 autochecking.
12325
12326 2002-01-21 [paul]       0.7.0claws20
12327
12328         * sync with sylpheed 0.7.0cvs12
12329                 see ChangeLog entries 2002-01-20 and 2002-01-21
12330
12331 2002-01-21 [carsten]    0.7.0claws19
12332         * src/mainwindow.c
12333         * src/menu.[ch]
12334         * src/messageview.[ch]
12335         * src/summaryview.[ch]
12336                 changes to shortcuts handling again:
12337                         + "Q" now controled by mainwin
12338                         + v/V are now customizable and have slightly
12339                           different meanings
12340                 the "button" to minimize the messageview (and maximize
12341                 the summary view) is a real button now
12342         * src/compose.c
12343                 "Delete Line+" added to Edit/Advanced (this will also
12344                 delete the '\n')
12345
12346 2002-01-20 [melvin] 0.7.0claws18
12347
12348         * src/addressbook.c
12349                 Made "Bcc" sensitive when addressbook is called from
12350                 compose window (it was a Claws only bug).
12351
12352 2002-01-19 [alfons] 0.7.0claws17
12353
12354         * src/inc.c
12355                 prevent unnecessary updates when currently selected folder has
12356                 no new messages 
12357
12358 2002-01-19 [alfons] 0.7.0claws16
12359         
12360         * src/summaryview.c
12361                 prevent writing the cache based on current message list in summary 
12362                 view when filtering also put messages in currently selected folder
12363
12364 2002-01-19 [paul]
12365
12366         * po/it.po
12367                 Italian translation submitted by Alessandro Maestri
12368                 <a.maestri@cs.tin.it>
12369
12370 2002-01-18 [melvin]     0.7.0claws15
12371
12372         * src/prefs_filters.c
12373                 fixed bug where 'cancel' from 'filters' window stops autochecking
12374                 if the timer timed out  when the window was open.
12375
12376 2002-01-18 [match]      0.7.0claws14
12377
12378         * src/addrclip.[ch]     ** NEW FILE **
12379         * src/addrselect.[ch]   ** NEW FILE **
12380         * src/adbookbase.h      ** NEW FILE **
12381                 addressbook cut, copy and paste
12382         * src/addrbook.[ch]
12383         * src/addrcache.[ch]
12384         * src/addressitem.h
12385         * src/addrindex.[ch]
12386         * src/addritem.[ch]
12387         * src/importldif.c
12388         * src/importmutt.c
12389         * src/jpilot.[ch]
12390         * src/syldap.[ch]
12391         * src/vcard.[ch]
12392         * src/jpilot.[ch]
12393         * src/editbook.c
12394         * src/editjpilot.c
12395         * src/editldap.c
12396         * src/editvcard.c
12397                 support for copy/paste
12398         * src/addressbook.c
12399                 support for copy/paste
12400                 tidy up menu option processing
12401                 correct address list function arguments
12402         * src/editaddress.c
12403                 sort user attributes
12404         * src/ldif.h
12405         * src/mutt.h
12406                 tidy up
12407
12408         * src/addrbook.[ch]
12409         * src/addrbook.[ch]
12410         * src/addrbook.[ch]
12411                 
12412
12413 2002-01-18 [paul]       0.7.0claws13
12414
12415         * sync with sylpheed 0.7.0cvs8
12416                 configure.in: support Mac OS X (Darwin)
12417
12418 2002-01-18 [carsten]    0.7.0claws12
12419         * src/html.c
12420                 small hack to fix a segfault with an empty href
12421                 (reported by Alexandra Walford <deeni@altern.org>)
12422         * src/mainwindow.c
12423         * src/summaryview.c
12424                 the shortcuts for Mark und Mark as unread are hardcoded
12425                 again
12426         * src/compose.c
12427         * src/gtkstext.[ch]
12428                 readded the shortcuts in gtkstext but made them
12429                 customizeable (simply by adding a menu plus a wrapper
12430                 to compose.c)
12431
12432 2002-01-17 [melvin]     0.7.0claws11
12433
12434         * src/gtkspell.c
12435                 fix default dictionary not being saved.
12436
12437 2002-01-16 [darko]      0.7.0claws10
12438
12439         * src/compose.c
12440                 fix wrapping crash with URL longer than wrapping margin
12441
12442 2002-12-08 [hoa]        0.7.0claws10
12443
12444         * src/matcher_parser_parse.y
12445                 fixed some bugs
12446
12447         * src/prefs_filtering.c
12448                 now, we can use bounce action in the dialog box.
12449
12450 2002-01-16 [carsten]    0.7.0claws9
12451         * src/gtkstext.c
12452                 removed the <control> and <alt> shortcuts because they're
12453                 not needed and interefered with the "normal" shortcuts
12454         * src/mainwindow.c
12455         * src/summaryview.c
12456                 removed most of the hardcoded shortcuts and assigned
12457                 them to menu entries making them easy customizable by
12458                 that
12459
12460 2002-01-16 |melvin]     0.7.0claws8
12461
12462         * src/gtkspell.c
12463                 fixed bug where using the mouse and when the compose
12464                 window is not on top may result in a crash.
12465
12466 2002-01-16 [melvin]     0.7.0claws7
12467
12468         * src/compose.c
12469                 fixed a long standingspell checker bug which could 
12470                 cause a crash after sending a message.
12471
12472 2002-01-16 [paul]       0.7.0claws6
12473
12474         * sync with sylpheed 0.7.0cvs7
12475                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12476                 2002-01-15, and 2002-01-16
12477
12478 2002-01-16 [melvin]     0.7.0claws5
12479
12480         * README.claws
12481         * src/compose.c
12482         * src/gtkspell.[ch]
12483         * src/main.c
12484                 Heavily modified spell checker code to work around
12485                 ispell bug, to add keyboard shortcuts and for future
12486                 enhancements. See README.claws for usage information.
12487
12488 2002-01-15 [alfons]     0.7.0claws4
12489         
12490         * src/summaryview.c
12491                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12492                 so sorting within threads reflects sort mode
12493
12494 2002-01-15 [christoph]  0.7.0claws3
12495
12496         * src/procmsg.c
12497                 added alertpanel if mail sending failed
12498
12499 2002-01-15 [alfons]     0.7.0claws2
12500         
12501         * src/prefs_filtering.c
12502                 don't stop timer when prefs filtering dialog is opened
12503
12504 2002-01-14 [alfons]     0.7.0claws1
12505
12506         * src/addr_compl.c
12507         * src/prefs.c
12508                 remove debug_print()s for privacy reasons
12509
12510 2002-01-14 [darko]      0.7.0claws
12511
12512         * README.claws
12513                 quotation wrapping is now also in the main branch
12514
12515 2002-01-14 [paul]
12516
12517         * tools/filter_conv.pl
12518                 allow for Boolean Op and case-sensitivity
12519                 this file is included in the release and tagged
12520                 'rel_0_7_0'
12521
12522 2002-01-13 [paul]       0.7.0claws
12523
12524         * release 0.7.0, with cvs tag 'rel_0_7_0'
12525
12526 2002-01-13 [paul]
12527
12528         * tools/filter_conv.pl
12529         * tools/README
12530                 rewritten to output to matcherrc instead of filteringrc
12531
12532         * po/es.po
12533                 updated Spanish translation by Ricardo Mones Lastra
12534
12535 2002-01-13 [alfons]
12536
12537         * po/nl.po
12538                 update dutch translation
12539
12540 2002-01-13 [paul]
12541
12542         * po/pt_BR.po
12543                 Updated by Fabio Junior Beneditto 
12544
12545 2002-01-13 [melvin]     0.6.6claws53
12546
12547         * po/fr.po
12548                 Updated french translation
12549
12550 2002-01-12 [alfons]     0.6.6claws52
12551
12552         * src/filtering.c
12553                 plug mem leak that has been sitting there for ages              
12554
12555 2002-01-12 [alfons]     0.6.6claws51
12556
12557         * src/summaryview.c
12558                 undo melvin's changes from 0.6.6claws48 because summary
12559                 view now refuses to select first unread message when
12560                 selecting a folder 
12561
12562 2002-01-11 [alfons]     0.6.6claws50
12563
12564         * src/import.c
12565                 use claws' semantics for getting folder item when
12566                 importing an mbox file into a folder 
12567                 (submitted by Dale P. Smith)
12568
12569 2002-01-11 [christoph]  0.6.6claws49
12570
12571         * src/prefs.h
12572                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12573                 toggle widget, because non static prefs can not use
12574                 prefs_set_* functions
12575         * src/prefs_account.c
12576                 toggle smtp auth password field sensitivity if
12577                 user id is empty and add descrition of usage for
12578                 these fields
12579         * src/prefs_folder_item.c
12580                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12581                 callbacks
12582
12583 2002-01-11 [melvin]     0.6.6claws48
12584
12585         * src/compose.c
12586                 fix the 'Ctrl-Enter' feature for sending and test really
12587                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12588                 editables which was not documented in Gtk)
12589
12590         * src/summaryview.c
12591                 Made summaryview refresh after sorting and not before.
12592
12593 2002-01-11 [christoph]  0.6.6claws47
12594
12595         * src/compose.c
12596                 select account from account ids if possible and
12597                 correctly set save folder for copy in reedit
12598
12599 2002-01-10 [paul]       0.6.6claws46
12600
12601         * sync with sylpheed 0.7.0 release
12602                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12603                 2002-01-09
12604
12605 2002-01-09 [alfons]
12606
12607         * src/summaryview.c
12608                 remove more dirt traces...
12609
12610 2002-01-09 [alfons]
12611         
12612         * src/summaryview.c
12613                 clean up some traces of my debugging stuff
12614
12615 2002-01-09 [alfons]     0.6.6claws45
12616
12617         * src/filtering.c
12618                 break up filteringprop_apply() in three separate pieces
12619                 so we can drop messages that failed processing in the
12620                 inbox
12621
12622         * src/summaryview.c
12623                 fix bug #469598 "no refresh of inbox after filter" which 
12624                 was introduced by the new summary view locking, and which 
12625                 prevented the summary view to update after a manual filter 
12626                 message. claw's filter message requires a summary_show().
12627                 (aargh, summary_show() again! :-)
12628                 
12629 2002-01-07 [alfons]     0.6.6claws44
12630
12631         * src/headerwindow.c
12632         * src/logwindow.c
12633         * src/messageview.c
12634         * src/sourcewindow.c
12635                 bring in Hiro's last 0.7.0 wm class fixes
12636
12637         * tools/sylprint.pl
12638                 bring in Ricardo's fix for sylprint script
12639
12640         * AUTHORS       
12641         * src/rfc2015.[ch]
12642         * src/prefs_common.[ch]
12643         * src/prefs_account.[ch]
12644         * src/compose.c
12645                 clean up account preference poison in rfc2015,
12646                 and preparation to fix double sign bug 
12647                 (patch submitted by Simon 'corecode' Schubert)
12648
12649 2002-01-07 [christoph]  0.6.6claws43
12650
12651         * src/mh.c
12652                 search for free message number, do not only rely
12653                 on last_num
12654         * src/send.c
12655                 fix smtp auth and use extra account information
12656                 if available, if not use pop3 data instead
12657                 (closes bug #500341)            
12658         * src/ssl.[ch]
12659                 match coding style
12660
12661 2002-01-06 [alfons]     0.6.6claws42
12662
12663         * src/mainwindow.c
12664                 try making the separate windows work again...
12665
12666 2002-01-06 [alfons]     0.6.6claws41
12667
12668         * src/mainwindow.c
12669                 adapt Hiro's separate window menu (to get rid of the funny
12670                 duplicate menu items), and make it work again
12671
12672 2002-01-06 [alfons]     0.6.6claws40
12673
12674         * tools/Makefile.am
12675         * tools/sylprint.rc
12676         * tools/sylprint.pl
12677         * tools/README.sylprint
12678                 add sylprint script for printing mails from Sylpheed
12679                 (contributed by Ricardo Mones Lastra)
12680
12681         * src/acount.c
12682                 clean up
12683
12684 2002-01-06 [melvin]     0.6.6claws39
12685
12686         * src/mainwindow.c
12687         * src/summaryview.c
12688                 Fixed crash introduced in 0.6.6claws38 by the menu
12689                 reorganisation (Hide read messages)
12690         
12691         * ChangeLog.claws 
12692                 Fixed typo (we are now in 2002, alfons ;) )
12693
12694 2002-01-05 [alfons]     0.6.6claws38
12695
12696         * sync with sylpheed 0.6.6cvs10-17
12697                 (last stuff marked as LAST_STABLE)
12698
12699 2002-01-04 [melvin]     0.6.6claws37
12700
12701         * src/account.c
12702                 Made account selection code use strcasestr again instead of
12703                 g_strcasecmp (fixes bug where reediting queued messages
12704                 did not select proper account reported by T. Link).
12705         
12706         * src/folderview.c
12707                 Fix bug where folder icons are not shown when 'hide read messages'
12708                 is on.
12709         
12710         * src/stock_pixmaps.[ch]
12711                 Added folder icons for 'hide read messages'.
12712         
12713         * src/compose.c
12714                 Fixed bug where 'Enter' in a header entry will send the message 
12715                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12716
12717 2002-01-03 [melvin]     0.6.6claws36
12718         
12719         * src/prefs.[ch]
12720                 Added popup menu for common preferences and
12721                 account preferences (right click on tab displays
12722                                 a menu of all tabs.)
12723
12724 2002-01-02 [melvin]     0.6.6claws35
12725
12726         * src/gtkspell.[ch]
12727                 Made spelling code compatible with undo/redo feature.
12728                 Added creation of suggestion mode menu for the general
12729                         preferences.
12730         
12731         * src/prefs_common.[ch]
12732                 Added option menu for the speller's suggestion mode.
12733                 Added missing spaces in "..." buttons and made a "..."
12734                         button non translatable!
12735         
12736         * src/compose.c
12737                 Made speller use the default suggestion mode.
12738                 Hack to make it possible to choose 'CTRL-Enter' as a
12739                         shortcut for sending (and only for sending).
12740
12741         * src/prefs_folder_item.c
12742                 Changing subject simplification does not update cache 
12743                         anymore (because it is unnecessary).
12744                 Fixed bug where changing subject simplification updated the 
12745                         summaryview even when the viewed folder is not the
12746                         folder which properties are being changed. (E.g. 
12747                                         viewing folder A and changing
12748                                         the subject simplification of 
12749                                         folder B -not being viewed- updated the 
12750                                         summaryview of folder A with data of
12751                                         folder B). (Hope this is clear... )
12752
12753 2001-12-31 [alfons]     0.6.6claws34
12754         
12755         * src/ldif.c
12756         * src/mutt.c
12757                 fgetc() returns a signed integer which doesn't
12758                 fit in a char. so c truncates this to a char
12759                 but we may lose significant bits. i.e. we may
12760                 comparing 0xFF which may not be equal to -1
12761                 unless properly casted to signed char which
12762                 we won't do because fgetc() returns a signed
12763                 integer which doesn't fit in a char. so c 
12764                 truncates this to a char but we may lose 
12765                 significat bits. (you got the idea, thanks
12766                 to Gustavo Noronha Silva <kov@debian.org>
12767                 and the Debian folks!)
12768
12769 2001-12-30 [alfons]     0.6.6claws33
12770
12771         * src/prefs_common.c
12772                 add #ifdef USE_PSPELLs that Melvin forgot               
12773
12774 2001-12-30 [melvin]     0.6.6claws32
12775         
12776         * src/prefs_common.[ch]
12777                 Added configurable color for misspelled words.
12778
12779         * src/gtkspell.[ch]
12780                 Fixed bug of foreground text color (reported by David
12781                                 Mehrmann)
12782                 Added configurable color for misspelled words.
12783
12784 2001-12-30 [alfons]     0.6.6claws31
12785
12786         * src/folder.c
12787                 remove unnecessary things someone put there
12788
12789         * src/mh.c
12790         * src/folder.[ch]
12791                 make folder properties (like threading and sorting) persistent
12792                 (closes bug #497424 "rescan folder tree resets proprieties")
12793                 currently this is only for MH folders. 
12794
12795 2001-12-29 [melvin]     0.6.6claws30
12796
12797         * src/string_match.[ch]
12798                 Optimized a bit: regexp pattern buffer compiled only once, and
12799                   one subroutine call removed. Fixed ^ regexp search: Now, 
12800                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12801         
12802         * src/summaryview.c
12803                 Subject filtering changed to filter summary columns and
12804                   not directly the messages subject cache. The loss in 
12805                   performance is balanced by the improvement of string_match.
12806                 Added an alert panel if there is an error in the regexp.
12807
12808         * src/src/prefs_folder_item.h
12809                 Added a regexp pattern buffer.
12810
12811 2001-12-28 [alfons]     0.6.6claws29
12812
12813         * src/string_match.[ch]
12814                 clean up name space
12815                 allow compilation *BSD
12816
12817 2001-12-27 [alfons]     0.6.6claws28
12818
12819         * src/filter.c
12820                 sync the Hiro's bug fix for BSD
12821
12822 2001-12-27 [melvin]     0.6.6claws27
12823         
12824         * src/compose.c
12825                 Simplify focus to subject entry code.
12826
12827 2001-12-27 [darko]      0.6.6claws26
12828
12829         * src/filtering.c
12830         * src/mbox_folder.c
12831         * src/messageview.c
12832         * src/mh.c
12833         * src/procheader.[ch]
12834         * src/procmsg.h
12835         * src/stock_pixmap.[ch]
12836         * src/summaryview.c
12837                 Show key icon for encrypted mails in summary view
12838
12839         * src/pixmaps/clip.xpm
12840         * src/pixmaps/clipkey.xpm
12841         * src/pixmaps/key.xpm
12842                 New/modified icons for the above
12843
12844 2001-12-27 [melvin]     0.6.6claws25
12845
12846         * src/prefs_common.c
12847                 Put spell checker options in a separate tab to decrease
12848                 the Common Preferences window height.
12849
12850         * README.claws  
12851                 Update spell checker usage instruction about its options
12852                 location.
12853
12854 2001-12-27 [melvin]     0.6.6claws24
12855
12856         * src/compose.c
12857                 Changed subject entry widget position. Initial focus is
12858                 on the To header instead of the subject entry.
12859                 Creating a new header scrolls the header list to make the
12860                 created one visible. Nevertheless, when automatically filling
12861                 headers, the first one is shown.
12862                 A Tab key press in the last empty header entry zips the 
12863                 focus to the subject entry.
12864                 (I did not change the combo boxes, yet)
12865
12866 2001-12-26 [alfons]     0.6.6claws23
12867
12868         * src/prefs_account.c
12869         * src/inc.c
12870                 allow default inbox to reside in another mailbox (only
12871                 works for POP3 accounts)
12872
12873 2001-12-26 [alfons]     0.6.6claws22
12874         
12875         * src/textview.c
12876                 make reply-on-click work with the account of the selected folder
12877         * src/compose.c
12878                 put a fixme here to remind me to fix finding correct default
12879                 account for nested folders
12880
12881 2001-12-25 [alfons]     0.6.6claws21
12882
12883         * src/summaryview.c
12884                 make column headers display locked and mark pixmaps (idea by Melvin) 
12885                 fix bug by adding score and locked column type to sort array
12886
12887 2001-12-25 [alfons]     0.6.6claws20
12888         
12889         * src/summaryview.c
12890                 catch a *potentially* inadvertent write back of  
12891                 the message cache(s) introduced by 0.6.5claws37
12892
12893 2001-12-25 [christoph]  0.6.6claws19
12894
12895         * src/stock_pixmap.[ch]
12896         * src/summaryview.c
12897                 add ignore thread pixmap
12898                 (can someone draw a better icon for this?)
12899
12900 2001-12-24 [alfons]     0.6.6claws18
12901
12902         * src/prefs_folder_item.c
12903                 make address completion actually work for the
12904                 Default To address in the Folder Property dialog.
12905
12906 2001-12-24 [alfons]     0.6.6claws17
12907         
12908         * src/summaryview.c
12909                 use new style regexp for subject stripping 
12910                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12911
12912 2001-12-24 [darko]      0.6.6claws16
12913
12914         * src/pgptext.c
12915         * src/rfc2015.c
12916                 move GPG related informational messages to debug mode
12917
12918 2001-12-23 [alfons]     0.6.6claws15
12919
12920         * src/stock_pixmap.[ch]
12921         * src/summaryview.c
12922                 add the forgotten Claws' locked pixmap
12923
12924 2001-12-23 [alfons]     0.6.6claws14
12925
12926         * src/filesel.c
12927                 accept file name typed in entry in multi file
12928                 selector (patch submitted by Gustavo Noronha Silva 
12929                 <kov@debian.org>)
12930
12931 2001-12-23 [alfons]     0.6.6claws13
12932
12933         * src/prefs_filter.c
12934         * src/prefs_filtering.c
12935         * src/matcher.c
12936         * src/importmutt.c
12937                 clean up a little bit
12938         
12939         * src/string_match.c
12940                 validate input strings a little bit more
12941
12942 2001-12-23 [alfons]     0.6.6claws12
12943
12944         * src/Makefile.am
12945         * src/summaryview.c
12946         * src/string_match.[ch]         ** NEW **
12947         * src/folderview.[ch]
12948         * src/headerview.h
12949         * src/folder.[ch]
12950         * src/prefs_folder_item.[ch]
12951                 add subject simplification to strip out strings from
12952                 a subject line (esp. handy for mailing lists). 
12953                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12954                 but slightly changed things for better integration.)
12955
12956 2001-12-23 [alfons]     0.6.6claws11
12957
12958         * src/mainwindow.c
12959                 fix bug introduced by submission included in 0.6.5claws52.
12960                 ideally this submission should clean the trash if any trash
12961                 folder has a message. however, the hasTrash variable was
12962                 set to false whenever a trash folder was empty (discarding
12963                 a previously found *filled* trash folder.)
12964
12965                 also edited the code a little bit and made it more safe.
12966
12967 2001-12-22 [alfons]     0.6.6claws10
12968
12969         * src/imap.c
12970                 quick fix for Martin Pool's omission of an account
12971                 specific SSL setting
12972
12973 2001-12-22 [alfons]     0.6.6claws9
12974
12975         * src/compose.c
12976         * src/messageview.c
12977         * src/mimeview.c
12978         * src/pgptext.c
12979         * src/procmime.[ch]
12980                 better support for multipart/digest (submitted
12981                 by Fredrik <e98fo@efd.lth.se>)
12982
12983 2001-12-22 [alfons]     0.6.6claws8
12984
12985         * src/addressbook.c
12986                 correct function signature
12987         * src/socket.[ch]
12988         * src/imap.[ch]
12989         * src/prefs_account.[ch]
12990                 allow IMAP over SSH tunnel (patch submitted by 
12991                 Martin Pool <mbp@samba.org>)
12992
12993 2001-12-21 [alfons]     0.6.6claws7
12994
12995         * sync with sylpheed 0.6.6cvs4-9
12996                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12997
12998 2001-12-21 [christoph]  0.6.6claws6
12999
13000         * src/compose.c
13001         * src/prefs_folder_item.[ch]
13002                 implement saving of outgoing messages to current folder.
13003                 fix segfault when no default outbox is available
13004                 (closes bug #495683)
13005
13006 2001-12-21 [carsten]    0.6.6claws5
13007         * src/folderview.c
13008         * src/summaryview.c
13009                 pressing CTRL while DND does now the expected thing and
13010                 copies the mail (moving is still the default, as this
13011                 seam more appropriate for handling mails by DND)
13012
13013 2001-12-18 [paul]       0.6.6claws4
13014
13015         * sync with sylpheed 0.6.6cvs3
13016                 see ChangeLog entries 2001-12-18
13017
13018 2001-12-18 [hiro]       0.6.6claws3
13019
13020         * src/undo.c
13021                 fix for multibyte characters (obtain the number of letters
13022                 instead of bytes).
13023
13024 2001-12-17 [paul]       0.6.6claws2
13025
13026         * sync with sylpheed 0.6.6cvs1
13027                 see ChangeLog entry 2001-12-16
13028
13029 2000-12-17 [alfons]     0.6.6claws1
13030
13031         * src/filtering.c
13032                 clean up
13033
13034 2001-12-16 [paul]       0.6.6claws
13035 2001-12-15
13036
13037         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13038
13039         * src/mimeview.c
13040                 last minute sync with main 0.6.6
13041
13042         * po/es.po
13043                 updated by Ricardo Mones Lastra
13044                 update for last minute sync
13045         * po/fr.po
13046         * po/nl.po
13047                 update for last minute sync
13048         * po/de.po
13049                 updated by Jens Oberender
13050         * po/pt_BR.po
13051                 updated by Fabio Junior Beneditto
13052
13053         * src/prefs_common.[ch]
13054         * src/undo.c
13055                 number of undo levels is user configurable
13056                 (squeeze it into the release in the dying
13057                 moments) Submitted by Jens Oberender    
13058
13059 2001-12-15 [melvin]
13060
13061         * po/fr.po
13062                 updated french translation
13063
13064 2001-12-15 [paul]       0.6.5claws92
13065
13066         * sync with sylpheed 0.6.5cvs28
13067                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13068
13069         * po/nl.po
13070                 update to allow for sync
13071
13072 2001-12-15 [alfons]
13073         
13074         * po/nl.po
13075                 update dutch translation
13076
13077 2001-12-14 [carsten]    0.6.5claws91
13078         * src/summaryview.c
13079                 fixed bug #473785; also after changing the column order
13080                 the same message will be selected and displayed as before
13081                 the reordering
13082
13083 2001-12-14 [carsten]    0.6.5claws90
13084         * src/folderview.c
13085                 probably found the bug reported by wwb opening or closing
13086                 a folder tree just before dnd (found the solution in the
13087                 balsa source -- thanks to them)
13088
13089 2001-12-14 [carsten]    0.6.5claws89
13090         * src/gtkutils.c
13091         * src/account.c
13092                 moved gtk_clist_moveto to the right place, so that
13093                 only the accounts dialog is effected on opening
13094
13095 2001-12-14 [carsten]    0.6.5claws88
13096         * src/gtkutils.c
13097                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13098                 now, so that the focused row will be seen in any case
13099                 (reported by wwp on sf-claws-user)
13100
13101 2001-12-14 [darko]      0.6.5claws87
13102
13103         * src/compose.c
13104                 remove unnecessary line
13105
13106 2001-12-14 [paul]       0.6.5claws86
13107
13108         * sync with sylpheed 0.6.5cvs27
13109                 see ChangeLog entries 2001-12-14
13110
13111 2001-12-14 [carsten]    0.6.5claws85
13112         * src/mainwindow.c
13113                 following a suggestion of Melvin the rcoabm pops up
13114                 right under the button now and the button is reliefed
13115                 while the popup is open
13116
13117 2001-12-14 [darko]      0.6.5claws84
13118
13119         * src/compose.c
13120                 fix crash when wrapping long lines if linewrap quotation
13121                 is disabled and wrapper encounters a word spanning more
13122                 than one line
13123
13124 2001-12-13 [paul]       0.6.5claws83
13125
13126         * src/compose.c
13127                 prefer 'Reply-To' header over mailing list header when
13128                 replying to a message. Finally prevent all those confirmation 
13129                 messages being sent to the list itself.
13130
13131         * src/summaryview.c
13132                 remove unused summary_set_menu_sensitive() entry
13133
13134 2001-12-13 [paul]       0.6.5claws82
13135
13136         * src/folderview.c
13137         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13138         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13139         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13140                 improvements to 'Hide read messages': Inbox, Outbox,
13141                 Trash, Queue, and Draft icons now reveal presence of hidden 
13142                 messages
13143
13144 2001-12-12 [alfons]     0.6.5claws81
13145
13146         0.6.5claws80 was tagged as LAST_STABLE
13147
13148         * src/filtering.[ch]
13149         * src/matcher.[ch]
13150         * src/matcher_parser_lex.c
13151                 fix the filtering; my last attempt to get it right, 
13152                 if it does not work, it's Hoa's turn. ;-)
13153
13154                 for my honourable peers:
13155                 
13156                 the code now makes a clear distinction between
13157                 rules as they are displayed (probably escaped),
13158                 and as they are executed (probably unescaped). the
13159                 parser does *NOT* do any unescaping, this is
13160                 the task of the matcher.c (which breaks up a
13161                 rule into condition) and the filtering.c (which
13162                 breaks up the rule's action). to make this
13163                 run happily we provide an unescaped copy of
13164                 crucial strings to the MatcherProp and 
13165                 FilteringAction structures. note that the only
13166                 exception to this is any REGEXP string. those
13167                 are directly passed to regcomp() and regexp()
13168                 (who have much more powerful unescape functions).
13169                 
13170                 for everyone else:
13171         
13172                 you can escape tab (\t), carriage return (\r),
13173                 linefeed (\n), form feed (\f), quote (\"), 
13174                 single quote (\'), bell (\b) in all the entry
13175                 lines in the scoring & filtering dialogs.
13176                 as an added bonus this should not affect
13177                 existing filtering rules.
13178
13179 2001-12-12 [carsten]    0.6.5claws80
13180
13181         * src/summaryview.c
13182         * po/de.po
13183                 "item(s) selected" is now sensitive to 1 or more
13184                 than one selected (nice for language where simple
13185                 adding of a "s" is not possible as German (Eintrag
13186                 ->Eintr"age)
13187                 
13188                 the "forward as attachment" entry from the right
13189                 click menu removed, "forward" acts following the
13190                 prefs
13191         
13192         * src/textview.c
13193                 reverted my former changes; so compiler warning again
13194                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13195                 nevertheless
13196
13197         * src/messageview.c
13198                 "search in message" does now *not* only work in MVIEW_TEXT
13199                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13200                 message
13201
13202         * src/mainwindow.c
13203                 removed "/File/_Close" as it was the same as "/File/E_xit"
13204                 and we don't need it two times
13205
13206                 the separate folder view and message view now get a distinct
13207                 WMCLASS, just in case someone is using sawfish ;-)
13208
13209                 as the menu entries "/View/Message view" and "/View/Folder tree"
13210                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13211                 make them sensitive accordingly and as these two are "shown"
13212                 after startup anytime check this menuitem at startup
13213
13214 2001-12-12 [paul]       0.6.5claws79
13215
13216         * src/folderview.c
13217                 fix sensitivity of 'Search folder...', broken in
13218                 0.6.5claws75
13219
13220         * src/mainwindow.c
13221                 fix dodgy English
13222
13223 2001-12-11 [carsten]    0.6.5claws78
13224         * src/filtering.c
13225                 fixed two typos returning a wrong FALSE/TRUE
13226         * src/mainwindow.[ch]
13227                 extra menu for email/news button removed
13228
13229 2001-12-11 [alfons]     0.6.5claws77
13230         
13231         * src/matcher.c                 (1.3)
13232         * src/matcher_parser_lex.l      (1.28)
13233                 revert for another attempt
13234                 mark 0.6.5claws77 as LAST_STABLE
13235
13236 2001-12-11 [christoph]  0.6.5claws76
13237
13238         * po/de.po
13239                 fixed wrong translation for prev. unread msg
13240
13241 2001-12-11 [paul]       0.6.5claws75
13242
13243         * src/folder.[ch]
13244         * src/folderview.c
13245         * src/mainwindow.c
13246         * src/summaryview.[ch]
13247         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13248                 enable ability to hide read messages on per folder basis via 
13249                 '/Summary/Hide read messages'; when selected, a folder will 
13250                 have a red open folder icon, instead of a blue icon, if the 
13251                 folder contains hidden messges
13252                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13253
13254         * src/mainwindow.c
13255                 remove '/Message/Forward as attachment' from 
13256                 main_window_set_menu_sensitive() to prevent debug warning
13257
13258         * src/folderview.c
13259         * src/mainwindow.c
13260                 Clean up some of the English
13261
13262         * tools/newscache_clean.pl
13263                 allow for new 'hidereadmsgs' entry in folderlist.xml
13264
13265         * po/es.po
13266                 updated translation, submitted by Ricardo Mones Lastra
13267
13268 2001-12-11 [paul]       0.6.5claws74
13269
13270         * sync with sylpheed 0.6.5cvs25
13271                 see ChangeLog entry 2001-12-11
13272
13273 2001-12-10 [alfons]     0.6.5claws73
13274
13275         * src/matcher.c
13276                 add more control characters
13277         * src/matcher_parser_lex.l
13278                 make escaping / unescaping work again
13279
13280 2001-12-10 [alfons]     0.6.5claws72
13281
13282         * src/imap.c
13283                 clean up warnings "returning value for void function" 
13284         * src/prefs_filtering.c
13285                 make info button for execute action sensitive
13286
13287 2001-12-10 [paul]       0.6.5claws71
13288
13289         * src/compose.c
13290         * src/imap.[ch]
13291         * src/summaryview.c
13292                 fix: imap server now gets informed of MARKED, UNMARKED
13293                 and REPLY events. Now people can use different IMAP-Mail
13294                 clients and have the exact same information about MARKED,
13295                 UNMARKED and REPLY status with all of them. Especially
13296                 useful for imap servers with a web-frontend.
13297                 submitted by Tobias Sandhaas <medlor@web.de>
13298
13299 2001-12-09 [melvin]     0.6.5claws70
13300         
13301         * src/textview.[ch]
13302                 fixed bug #490076 (hunted down by Alfons who implemented
13303                 a workaround in 0.6.5claws65)
13304
13305 2001-12-09 [christoph]  0.6.5claws69
13306
13307         * src/summaryview.c
13308                 set pointer to string in LOCKED column to NULL
13309                 (might fix bug #490800)
13310
13311 2001-12-09 [carsten]    0.6.5claws68
13312
13313         * po/de.po
13314                 resolved some cluttered menu shortcuts 
13315                 ('creating new email' and 'creating news message'
13316                 hade the same)
13317         * src/compose.c
13318                 wmclass now distinc from main window
13319         * src/mainwindow.c
13320           src/mainwindow.h
13321                 email/news and forward button functionality similar
13322                 to the reply buttons; removed the ugly dropdown arrows
13323                 and use instead the right mouse button
13324
13325 2001-12-09 [paul]       0.6.5claws67
13326
13327         * src/imap.c
13328         * src/utils.h
13329                 allow spaces in imap folder names
13330                 submitted by Willem van Engen <wvengen@stack.nl>
13331
13332 2001-12-09 [paul]       0.6.5claws66
13333
13334         * sync with sylpheed 0.6.5cvs24
13335                 see ChangeLog entry 2001-12-09
13336
13337 2001-12-08 [alfons]     0.6.5claws65
13338
13339         * src/textview.c
13340                 prevent secondary selection claim after "add to sender" dialog
13341                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13342                 we trick GTK by simulating a click at (0, 0) in the textview.
13343
13344 2001-12-08 [hoa]        0.6.5claws64
13345
13346         * src/folder.c
13347                 fixed a bug about the .processing folder name while filtering
13348
13349 2001-12-08 [alfons]     0.6.5claws63
13350
13351         * src/folderview.c 
13352                 work around problem of not correctly updating folder stats
13353                 when deleting messages. there's some folder scanning evil
13354                 going so the folderview_update_msg_num() does not work
13355                 correctly. need to investigate this.
13356
13357 2001-12-08 [paul]       0.6.5claws62
13358
13359         * sync with sylpheed 0.6.5cvs23
13360                 see ChangeLog entry 2001-12-08
13361
13362 2001-12-07 [christoph]  0.6.5claws61
13363
13364         * src/compose.c
13365                 fix another header translation problem
13366
13367 2001-12-07 [alfons]     0.6.5claws60
13368
13369         * src/mbox.c
13370                 make filtering also work on local spool mbox
13371
13372 2001-12-07 [carsten]    0.6.5claws59
13373         * src/addressbook.c
13374                 addressbook window gets a wmclass distinct from the main
13375                 sylpheed window
13376         * src/compose.h
13377         * src/mainwindow.[ch]
13378                   forward menu item will use mode selected in prefs, forward 
13379                 as attatchment in menu removed (will be substituted in the
13380                 toolbar similar to reply buttons)
13381                   create news message menu entry and news button is now 
13382                 sensitive to the existance of a news account
13383         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13384         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13385         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13386                 these are removed because the toolbar buttons don't show
13387                 the quoting modus any longer
13388
13389 2001-12-07 [paul]
13390
13391         * tools/newscache_clean.pl      ** NEW FILE **
13392                 perl script to do some tidying up in the newscache directory 
13393                 
13394         * tools/sylpheed-switcher       ** NEW FILE **
13395                 perl script to enable easy switching between main and claws
13396                 
13397         * tools/README
13398                 added descriptions of the two new perl scripts          
13399
13400
13401 2001-12-07 [melvin]     0.6.5claws58
13402
13403         * src/messageview.c
13404                 fixed a warning during compilation introduced in 0.6.5claws56
13405
13406 2001-12-07 [paul]       0.6.5claws57
13407
13408         * src/mainwindow.[ch]
13409         * src/menu.[ch]
13410                 further usability enhancements to replying with or without 
13411                 quoting via the toolbar, use of Ctrl key is replaced by 
13412                 drop down menu 
13413                 Submitted by Carsten Schurig            
13414
13415 2001-12-07 [melvin]     0.6.5claws56
13416
13417         * src/messageview.c
13418                 hack to fix bug that prevented to make/paste selections
13419                 after switching between MVIEW_TEXT and MVIEW_MIME views
13420                 without deselecting the selection first.
13421
13422 2001-12-06 [alfons]     0.6.5claws55
13423
13424         * src/filtering.[ch]
13425         * src/inc.c
13426                 revise filtering a little bit more, and make sure
13427                 messages are delivered to the appropriate inbox
13428                 (perhaps set per account)
13429
13430 2001-12-06 [paul]       0.6.5claws54
13431
13432         * sync with sylpheed 0.6.5cvs22
13433                 see ChangeLog entry 2001-12-06
13434
13435 2001-12-05 [alfons]     0.6.5claws53
13436
13437         * src/inc.c
13438         * src/folder.[ch]
13439         * src/procmsg.c
13440         * src/filtering.c
13441                 more revisions of filtering system
13442                 (last stable version is marked as LAST_STABLE)
13443                 
13444                 | NOTE 1): the filtering system now uses a local folder called
13445                 | .processing. if filtering fails, check this directory
13446                 | for missing messages.
13447                 |
13448                 | NOTE 2): help us find the filtering actions still missing
13449
13450 2001-12-05 [paul]       0.6.5claws52
13451
13452         * src/mainwindow.c
13453                 fix bug where 'Empty Trash?' pop-up window appears even
13454                 when Trash is empty, submitted by Jesse Skinner         
13455
13456 2001-12-05 [melvin]     0.6.5claws51
13457
13458         * src/compose.c
13459                 fixed bug #486106 to select correct account when reediting 
13460                 a queued message
13461         
13462 2001-12-04 [alfons]     0.6.5claws50
13463
13464         * src/mh.c
13465                 declare markfile in appropriate functions when
13466                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13467                 for spotting this)
13468
13469 2001-12-04 [paul]       0.6.5claws49
13470
13471         * sync with sylpheed 0.6.5cvs21
13472                 see ChangeLog entry 2001-12-04
13473
13474 2001-12-03 [christoph]  0.6.5claws48
13475
13476         * po/de.po
13477                 changed translation of undo
13478         * src/account.c
13479         * src/folder.c
13480                 don't reinvent the wheel to traverse a GNode
13481         * src/compose.[ch]
13482                 seperate code to create the compose gui into functions
13483                 add "Others" page with folder selection for saving copy
13484                 of the message.
13485                 the folder identifier is saved to queue header
13486         * src/procmsg.c
13487                 save message to folder in queue header
13488
13489 2001-12-03 [paul]       0.6.5claws47
13490
13491         * sync with sylpheed 0.6.5cvs20
13492                 see ChangeLog entry 2001-12-03
13493
13494 2001-12-01 [paul]
13495
13496         * more sync with sylpheed 0.6.5cvs19
13497                 see ChangeLog entry 2001-11-29
13498
13499 2001-11-30 [paul]       0.6.5claws46
13500         
13501         * src/compose.c
13502                 remove conflicts introduced by Hoa's last commit
13503          
13504         * src/mainwindow.c
13505                 make 'Message/Bounce' sensitive
13506
13507 2001-11-30 [hoa]        0.6.5claws45
13508
13509         * src/compose.c
13510                 slightly change bounce function to add
13511                 information about the user that bounced the mail
13512                 in the From header line.
13513
13514         * src/folderview.c
13515                 permit the use of processing in outbox folder.
13516
13517 2001-11-29 [paul]       0.6.5claws44
13518
13519         * src/mainwindow.[ch]
13520         * src/prefs_common.c
13521         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13522         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13523         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13524                 usability enhancements to the quoting, implements
13525                 use of Ctrl key to toggle quoting settings
13526                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13527
13528 2001-11-29 [paul]       0.6.5claws43
13529         
13530         * sync with sylpheed 0.6.5cvs19
13531                 see ChangeLog entry 2001-11-28
13532
13533 2001-11-29 [melvin]     0.6.5claws42
13534         * src/Makefile.am
13535                 added enriched.[ch] to the list of files
13536
13537         * src/textview.c
13538         * src/mimeview.c
13539         * src/procmime.[ch]
13540         * src/enriched.[ch]
13541                 added support to view text/enriched
13542                 added support to show headers in message view for text/enriched and text/html
13543                         in non multipart messages
13544
13545 2001-11-28 [paul]       0.6.5claws41
13546
13547         * more sync with sylpheed 0.6.5cvs18
13548                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13549
13550 2001-11-27 [paul]       0.6.5claws40
13551         
13552         * po/pt_BR.po
13553                 updated translation, submitted by Fabio Junior Beneditto
13554                 
13555         * sync with sylpheed 0.6.5cvs18
13556                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13557                 2001-11-27
13558
13559
13560 2001-11-26 [paul]
13561
13562         * po/es.po
13563                 updated translation, submitted by Ricardo Mones Lastra
13564
13565 2001-11-26 [alfons]
13566
13567         * src/matcher.c
13568                 add more translatable strings
13569
13570 2001-11-26 [christoph]  0.6.5claws39
13571
13572         * po/de.po      
13573                 fixed one more umlaut
13574         * src/compose.c
13575                 fix translated header when it should not be translated
13576
13577 2001-11-26 [paul]       0.6.5claws38
13578
13579         * src/mainwindow.c
13580                 remove '/Message/Add Sender to address book' from 
13581                 main_window_set_menu_sensitive(), prevent debug warning
13582                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13583
13584 2001-11-26 [paul]       0.6.5claws37
13585
13586         * src/summaryview.c
13587                 fix 'recurring unread state' bug 
13588
13589         * tools/README 
13590         * tools/filter_conv.pl
13591                 read name of top level mailbox from folderlist.xml
13592                 and presume nothing about its name              
13593
13594 2001-11-26 [darko]      0.6.5claws36
13595
13596         * src/gtkstext.[ch]
13597                 removed functions that are now in gtkutils.c
13598                 use gtkut_text_is_uri_string() from gtkutils.c
13599         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13600
13601 2001-11-26 [paul]       0.6.5claws35
13602
13603         * sync with sylpheed 0.6.5cvs16
13604                 see ChangeLog entries 2001-11-25 and 2001-11-26
13605
13606 2001-11-25 [alfons]     0.6.5claws34
13607
13608         EXPERIMENTAL!!! Please checkout the last stable version using: 
13609           
13610         % cvs update -r LAST_STABLE -dRAP
13611
13612         (Or help us testing this stuff.)
13613
13614         * src/filtering.c               (1.14)
13615         * src/filtering.h               (1.6)
13616         * src/inc.c                     (1.28)
13617         * src/matcher.c                 (1.20)
13618         * src/mbox.c                    (1.9)
13619         * src/procmsg.h                 (1.14)
13620         * src/summaryview.c             (1.59)
13621         * src/summaryview.h             (dunno)
13622                 revert/merge/sync to as it was before commit 
13623                 on Thu, 19 Jul 2001 10:15:51 -0700.
13624
13625 2001-11-25 [hoa]        0.6.5claws33
13626
13627         * src/main.c
13628                 processing mails at startup
13629
13630         * src/folderview.c
13631         * src/summaryview.[ch]
13632                 processing mails when entering folder
13633
13634         * src/prefs_filtering.c
13635                 fixed some UI bugs
13636
13637 2001-11-24 [alfons]     0.6.5claws32
13638
13639         * src/summaryview.[ch]
13640                 make summary sort headers work, and also make
13641                 sure the sort type is stored
13642
13643 2001-11-23 [alfons]     0.6.5claws31
13644
13645         * src/summaryview.[ch]
13646                 make lock work like mark
13647                 disallow deleting messages marked as locked
13648
13649 2001-11-23 [alfons]     0.6.5claws30
13650
13651         * src/gtkstext.c
13652         * src/compose.[ch]
13653         * src/Makefile.am
13654         * src/undo.[ch]
13655                 merge undo patch submitted by Jens
13656
13657 2001-11-23 [christoph]  0.6.5claws29
13658
13659         * src/.cvsignore
13660                 added ylwrap
13661         * src/compose.c
13662                 fixed gpg signing and encoding
13663         * src/folder.[ch]
13664         * src/main.c
13665                 added --status option to get new, unread and total
13666                 message count from a running sylpheed
13667         * src/prefs_common.c
13668                 temporary fix for reply_with_quote problem
13669                 (don't call functions for non existing widget)
13670         * src/procmsg.c
13671                 one more check for ignored threads but still not
13672                 always working correctly. probably a recursive
13673                 check for all parents is needed
13674
13675 2001-11-23 [darko]      0.6.5claws28
13676
13677         * src/compose.c
13678                 wrapping on send improvements
13679         * src/gtkutils.[ch]
13680                 fix for GtkSText after last sync with main branch
13681                 GTK_TEXT -> GTK_STEXT
13682
13683 2001-11-23 [paul]       0.6.5claws27
13684
13685         * sync with sylpheed 0.6.5cvs14
13686                 see ChangeLog entries 2001-11-22 and 2001-11-23
13687                 
13688         * po/de.po
13689                 fixed the scrambled umlauts 
13690                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13691
13692 2001-11-21 [paul]       0.6.5claws26
13693
13694         * sync with sylpheed 0.6.5cvs12
13695                 see 2nd ChangeLog entry dated 2001-11-20
13696
13697 2001-11-20 [paul]       0.6.5claws25
13698
13699         * sync with sylpheed 0.6.5cvs11
13700                 see ChangeLog entry 2001-11-19 (src/utils.c)
13701
13702 2001-11-20 [hiro]
13703
13704         * src/compose.c
13705                 GTK_TEXT -> GTK_STEXT
13706                 fix for wrong comment
13707
13708 2001-11-20 [hiro]       0.6.5claws24
13709
13710         * src/compose.[ch]
13711                 more merges from main branch
13712                 removed fatal warnings (uninitialized variables etc.)
13713                 some coding style fix
13714         * src/gtkutils.h
13715                 fixed typo.
13716         * src/addressbook.c
13717           src/addrindex.c
13718                 V-Card -> vCard
13719
13720 2001-11-19 [hoa]        0.6.5claws23
13721
13722         * src/filtering.c
13723         * src/prefs_scoring.c
13724         * src/matcher.[ch]
13725         * src/scoring.c
13726                 cleaning code
13727
13728         * src/matcher_parser_parse.y
13729         * src/prefs_filtering.c
13730                 bouncing
13731
13732 2001-11-19 [alfons]     0.6.5claws22
13733
13734         more of my old things into claws
13735
13736         * src/Makefile.am
13737         * src/prefs_common.c
13738         * src/procmsg.h
13739         * src/summaryview.[ch]
13740         * src/prefs_summary_column.c
13741         * src/pixmaps/locked.xpm
13742                 add indicators for locking of message in summary view
13743                 (does not work yet, only visual indicator)
13744
13745 2001-11-19 [paul]       0.6.5claws21
13746
13747         * sync with sylpheed 0.6.5cvs10
13748                 see ChangeLog entry 2001-11-19
13749
13750 2001-11-18 [alfons]     0.6.5claws20
13751         
13752         * src/filtering.c
13753                 remove an inadvertent free I forgot in previous clean up 
13754
13755 2001-11-18 [alfons]     0.6.5claws19
13756
13757         * src/filtering.[ch]
13758                 clean up & plug leaks
13759
13760 2001-11-18 [paul]       0.6.5claws18
13761
13762         * sync with sylpheed 0.6.5cvs9
13763                 see ChangeLog entries 2001-11-17 and 2001-11-18
13764
13765 2001-11-16 [paul]       0.6.5claws17
13766
13767         * sync with sylpheed 0.6.5cvs8
13768                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13769
13770 2001-11-16 [paul]       0.6.5claws16
13771
13772         * sync with sylpheed 0.6.5cvs7
13773                 see ChangeLog entries 2001-11-15 and 2001-11-16
13774
13775 2001-11-15 [hoa]        0.6.5claws15
13776
13777         * src/compose.c
13778                 fix bounce, mails we received couln't be bounced to ourself.
13779
13780         * src/defs.h
13781         * src/filtering.[ch]
13782         * src/matcher.[ch]
13783         * src/matcher_parser.h
13784         * src/matcher_parser_lex.l
13785         * src/matcher_parser_parse.y
13786         * src/inc.c
13787         * src/main.c
13788         * src/mbox.c
13789         * src/prefs_filtering.[ch]
13790         * src/mainwindow.c
13791         * src/prefs_matcher.c
13792         * src/prefs_scoring.c
13793         * src/scoring.[ch]
13794         * src/summaryview.c
13795                 new matcher/filter/score configuration file parser
13796                 one unique configuration file => ~/.sylpheed/matcherrc
13797                 import in currently automatic, then save are made
13798                 in this new file.
13799                 one filter per folder and one global filter
13800                 (filter of a folder will be used as folder processing)
13801
13802         * src/folder.c
13803                 fix a bug in folder_item_get_identifier
13804                 
13805         * src/messageview.c
13806                 receive receipt return are fixed.
13807
13808 2001-11-14 [alfons]     0.6.5claws14
13809
13810         * src/session.h
13811                 add things from main branch to make claws compile
13812
13813 2001-11-14 [paul]       0.6.5claws13
13814
13815         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13816                 see ChangeLog entries 2001-11-08 to 2001-11-14
13817
13818 2001-11-14 [hoa] 0.6.5claws12
13819
13820         * src/compose.[ch]
13821         * src/mainwindow.c
13822         * src/summaryview.c
13823                 add "bounce mail" option
13824
13825 2001-11-13 [christoph]  0.6.5claws11
13826
13827         * src/compose.c
13828                 Cleanup a mess i add before commiting
13829
13830 2001-11-13 [hoa]        0.6.5claws10
13831
13832         * src/compose.c
13833                 some fixes when mail are sent or
13834                 for crossposts
13835
13836 2001-11-13 [christoph]  0.6.5claws9
13837
13838         * po/de.po
13839                 Changed two string with the same translation
13840         * src/compose.c
13841         * src/procmsg.[ch]
13842         * src/send.[ch]
13843                 New mailsending process:
13844                   - Always queue message before sending
13845                     (message will be saved if sylpheed crashed or
13846                      freezes while sending)
13847                   - Allow queuing of newspostings
13848                   - No copy in outbox before sending
13849                     (closes bug #469501)
13850                   - No more redundant code for send and send_later
13851         * src/summaryview.c
13852                 Applied wwp <subscript@free.fr>'s patch that fixes
13853                 marks for multiple forwarded messages (+compose.c)
13854
13855 2001-11-12 [alfons]
13856
13857         * README.claws
13858                 remove things that are now in main branch
13859         
13860         * po/nl.po
13861                 update Dutch translation
13862
13863 2001-11-12 [mhadasht]   0.6.5.claws8
13864
13865         * src/prefs_common.c
13866                 re-enabled account autoselection feature for forward
13867                 and reedit lost during the branch point for SYNC-B4-REL
13868         * src/gtkspell.c
13869                 gtkpspell_get_dict(): more readable code (even if function is
13870                 not used yet)
13871         * ChangeLog.claws
13872                 added version number info to 2001-11-12 [hiro] comment.
13873
13874 2001-11-12 [hiro]       0.6.5.claws7
13875
13876         * src/compose.c
13877                 compose_forward(): fixed a bug that forward quote mark
13878                 wasn't used.
13879                 removed unnecessary code.
13880         * src/template_select.[ch]: removed.
13881
13882 2001-11-11 [alfons]
13883
13884         * src/compose.c
13885                 :%s/GTK_TEXT/GTK_STEXT/g
13886         
13887         * src/compose.[ch]
13888         * src/undo.[ch]
13889         * src/Makefile.am
13890                 revert the undo stuff (this is 0.6.6claws stuff)
13891
13892 2001-11-11 [hoa]        0.6.5.claws6
13893
13894         * src/compose.[ch]
13895                 Insert signature at the end of the text.
13896                 Added undo patch but currently disabled
13897
13898         * src/procmsg.c
13899                 Threading by subject improved.
13900
13901         * added src/undo.[ch]
13902                 Undo module for compose dialog box.
13903
13904 2001-11-11 [alfons]     0.6.5.claws5
13905
13906         * src/procmsg.c
13907                 prevent threading by subject on nodes that have already been
13908                 threaded by in-reply-to (as in "circular references in a tree
13909                 result in a dead branch")
13910
13911 2001-11-09 [hoa]        0.6.5.claws4
13912         
13913         * src/folderview.c
13914                 allows creation of mbox folder item from any files.
13915
13916 2001-11-09 [alfons]     0.6.5.claws3
13917         
13918         * src/utils.c
13919         * src/procmsg.c
13920                 do what I mean and correct threading by subject so it really
13921                 ignores attracting lines without "Re: "
13922
13923 2001-11-07 [alfons]     0.6.5.claws2
13924
13925         * src/procmsg.c
13926         * src/utils.[ch]
13927                 only attract by subject if a subject line starts with a "Re: "
13928         * src/syldap.c
13929                 remove warning
13930
13931 2001-11-07 [paul]       0.6.5claws1
13932
13933         * sync with sylpheed 0.6.5. release
13934                 see ChangeLog entry 2001-11-07
13935
13936 2001-11-07 [paul]       0.6.4claws31
13937
13938         * sync with sylpheed 0.6.4cvs18
13939                 see ChangeLog entries 2001-10-30 to 2001-11-07
13940                 prefs_templates.[ch] renamed prefs_template.[ch]
13941
13942 2001-11-06 [alfons]
13943         
13944         * src/utils.h
13945                 add semicolon Hoa forgot ;-)
13946                 
13947
13948 2001-11-06 [hoa]        0.6.4claws30
13949         
13950         * src/procmsg.c
13951         * src/summaryview.c
13952         * src/utils.c
13953         * src/utils.h
13954                 threading by subject - empty subject are ignored
13955
13956 2001-11-06 [christoph]  0.6.4claws29
13957
13958         * src/socket.c
13959                 use SSL_peek for sock_gets
13960         * src/utils.c
13961                 removed unneeded pointer in extracting quoted
13962                 names implementation
13963
13964 2001-11-06 [melvin]     0.6.4claws28
13965
13966         * src/gtkspell.c
13967                 fixed bug #476792 Selection overtyping with spell checker
13968                 fixed bug which could cause a buffer overflow
13969                 fixed a memory leak
13970
13971 2001-11-06 [hoa]        0.6.4claws27
13972         
13973         * src/procmsg.c
13974         * src/summaryview.c
13975                 threading by subject
13976
13977 2001-11-05 [alfons]     0.6.4claws26
13978         
13979         * README.claws
13980                 Claws -> Sylpheed (vice versa)
13981
13982         * src/compose.c
13983                 :%s/gtk_text/gtk_stext/g
13984                 :%s/GTK_TEXT/GTK_STEXT/g
13985                 (thanks to Jonathan Ware for spotting this)
13986
13987 2001-11-04 [christoph]  0.6.4claws25
13988
13989         * src/summaryview.c
13990                 replace Xalloca + strdup with Xstrdup_a
13991         * src/utils.c
13992                 better implementation of extracting quoted names
13993                 from addresses (remove backlashes and ignore
13994                 quotes after them)
13995
13996 2001-11-04 [alfons]     0.6.4claws24
13997
13998         * src/utils.[ch]
13999                 edit to comply more with coding style
14000
14001         * src/textview.c
14002                 fix bug reported by Kim Schulz. introduced by the patch integrated
14003                 in 0.6.4claws15. the code did not check the return value of
14004                 the html parser.
14005
14006         * AUTHORS
14007                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14008
14009 2001-11-04 [christoph]  0.6.4claws23
14010
14011         * src/main.c
14012         * src/prefs_common.[ch]
14013                 init some pointers that possibly caused a segfault
14014                 reported in the claws-users ML
14015
14016 2001-11-04 [hoa]        0.6.4claws22
14017
14018         * src/grouplistdialog.c
14019                 change the names of the nodes in the tree
14020
14021         * src/compose.c
14022                 enhanced mailto syntax as described in
14023                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14024                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14025
14026         * src/utils.c
14027                 encode and decode URI (useful when opening URL into
14028                 netscape).
14029
14030 2001-11-03 [hoa]        0.6.4claws21
14031
14032         * src/grouplistdialog.c
14033                 a new newsgroups list selection dialog box
14034                 with a CTree instead of a CList
14035
14036 2001-11-03 [hoa]        0.6.4claws20
14037
14038         * src/folderview.c
14039                 enable property and scoring options when right
14040                 click on "inbox"
14041
14042         * src/summaryview.c
14043                 fixed bug when nickname were displayed using
14044                 the address book.
14045
14046 2001-11-02 [darko]      0.6.4claws19
14047
14048         * src/compose.c
14049                 new wrap quotation and URL/long words wrapping implementation
14050         * src/compose.c src/gtkstext.[ch]
14051                 move gtkstext_strncmp() to gtkstext.c
14052
14053 2001-11-01 [christoph]  0.6.4claws18
14054
14055         * src/prefs_account.c
14056                 fixed mess in account settings dialog
14057         * src/prefs_folder_item.c
14058                 added label with folder path to dialog
14059
14060 2001-10-31 [match]      0.6.4claws17
14061
14062         * src/vcard.c
14063                 fix memory leak.
14064         * src/addrbook.c
14065                 fix generation of spurious address book file names.
14066                 remove redundant functions.
14067         * po/POTFILES.in
14068                 added missing file names.
14069
14070 2001-10-30 [paul]       0.6.4claws16
14071
14072         * sync with sylpheed 0.6.4cvs6
14073                 see ChangeLog entries 2001-10-26 to 2001-10-30
14074
14075         * tools/filter_conv.pl
14076                 read folderlist.xml to discover whether the top-level
14077                 folder is called 'Mailbox' or 'Mail' 
14078
14079 2001-10-29 [paul]       0.6.4claws15
14080
14081         * src/html.c, src/textview.c
14082                 activate links in html mail and fix clickable parts
14083                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14084
14085 2001-10-29 [paul]
14086
14087         * po/de.po, po/es.po, po/pt_BR/po
14088                 updated translations, submitted by Jens Oberender,
14089                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14090
14091 2001-10-29 [darko]      0.6.4claws14
14092
14093         * src/compose.c
14094                 fix wrapping for good
14095
14096 2001-10-29 [darko]
14097
14098         * src/compose.c
14099                 undo previous change as it broke the smart wrapping
14100
14101 2001-10-29 [darko]      0.6.4claws13
14102
14103         * src/compose.c
14104                 fix infinite loop when long URL is quoted
14105                 (closes bug #475122.
14106
14107 2001-10-28 [match]
14108
14109         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14110                 import Mutt address book
14111         * src/ldif.[ch] src/importldif.h
14112                 modified import LDIF handle user attributes
14113
14114 2001-10-28 [christoph]  0.6.4claws12
14115
14116         * src/summaryview.c
14117                 fixed that filtering did not work if there
14118                 were no filter rules
14119                 (closes bug #472003 and better implementation
14120                  of patch #474644)
14121
14122 2001-10-27 [christoph]  0.6.4claws11
14123
14124         * src/compose.c
14125                 make the folder's default account to be used when
14126                 replying. (patch by wwp <subscript@free.fr>)
14127         * src/compose.c
14128                 code cleanup, nearly killed all of wwp's patch
14129                 for folder's default account in compose
14130         * src/folderview.c
14131                 error panel when a folder could not be created
14132                 (closes bug #471080 new folder name & already
14133                  existing file)
14134
14135 2001-10-26 [alfons]
14136
14137         * src/utils.h
14138                 change prototype of strstr2() that Christoph forgot about
14139
14140 2001-10-26 [christoph]  0.6.4claws10
14141
14142         * src/account.c
14143                 made search for accounts by email address not case
14144                 sensitive
14145         * src/folder.c
14146                 fixed memory leak in folder_item_get_identifier
14147         * src/gtkspell.c
14148         * src/utils.c
14149                 fixed wrong strstr2 (should work like strstr)
14150
14151 2001-10-26 [darko]      0.6.4claws9
14152
14153         * src/compose.c src/gtkstext.[ch]
14154         * src/gtkstext.c
14155                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14156
14157 2001-10-26 [paul]       0.6.4claws8
14158
14159         * src/html.c
14160                 ignore css and javascript tags in html mail
14161                 case-insensitive, with or without double-quoted
14162                 strings
14163
14164 2001-10-26 [paul]       0.6.4claws7
14165
14166         * sync with sylpheed 0.6.4cvs1
14167                 see ChangeLog entry 2001-10-26
14168
14169         * src/prefs_account.c, src/prefs_common.c,
14170           src/prefs_summary_column.c
14171                 minor improvements to the English
14172
14173 2001-10-25 [alfons]     0.6.4claws6
14174
14175         * src/gtkstext.c
14176         
14177                 make GtkSText follow style of GtkText (closes bug 
14178                 #469211 "text selection while writing message")
14179                 
14180                 do sync with GTK 1.2.10
14181
14182 2001-10-25 [paul]       0.6.4claws5
14183
14184         * src/html.c
14185                 ignore css tags in html mail
14186
14187 2001-10-25 [darko]      0.6.4claws4
14188
14189         * src/compose.c
14190                 don't declare is_url_string as static function since
14191                 we need it in gtkstext.c
14192         * src/gtkstext.c
14193                 remove unused variable
14194                 don't wrap long URLs while composing a message
14195
14196 2001-10-24 [christoph]  0.6.4claws3
14197
14198         * src/socket.c
14199                 fix ssl deadlock, when peer closes connection
14200
14201 2001-10-24 [paul]       0.6.4claws2
14202
14203         * src/prefs_common.c
14204                 gettextize the gpg ascii-armored warning message
14205
14206         * src/compose.c
14207                 insert a DOS/MAC file into the composed message
14208                 (improvements)
14209
14210         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14211
14212 2001-10-22 [paul]       0.6.4claws1
14213
14214         * sync with sylpheed 0.6.4 release
14215                 see ChangeLog entries 2001-10-21
14216
14217         * po/fr.po, po/pt_BR.po
14218                 updated by Melvin Hadasht and Fabio Junior Beneditto
14219
14220 2001-10-21 [paul]       0.6.3claws30
14221
14222         * src/compose.c
14223                 insert a DOS text file from the compose window
14224                 into the composed message text (removes CRs characters)
14225                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14226
14227         * tools/filter_conv.pl, tools/README
14228                 automatically use ~/.sylpheed as working directory
14229                 print out confirmation message on completion
14230
14231         * correct Hoa's last ChangeLog.claws entry
14232
14233 2001-10-20 [hoa]        0.6.3claws29
14234
14235         * src/grouplistdialog.c
14236                 bugfix (another ?) to give the right
14237                 newsgroups list for each news server.
14238
14239         * src/news.c
14240         * src/news.h
14241                 improve the newsgroups list cache
14242
14243 2001-10-20 [paul]       0.6.3claws28
14244
14245         * sync with sylpheed 0.6.3cvs9
14246                 see ChangeLog entry 2001-10-19
14247
14248         * correct Alfons' last ChangeLog.claws entry
14249
14250 2001-10-19 [alfons]
14251
14252         * src/pgptext.[ch]
14253                 fix compilation problems (part of bug #472895)
14254
14255 2001-10-18 [hoa]        0.6.3claws27
14256
14257         * src/grouplistdialog.c
14258                 bugfix when we refresh was clicked (bug 472701)
14259
14260 2001-10-19 [christoph]  0.6.3claws26
14261
14262         * src/compose.c
14263                 last header entry should default to "To:" or
14264                 "Newsgroups:" and not copy the last entry line
14265                 in a new compose window
14266                 (closes bug #472686, #470792)
14267
14268 2001-10-19 [paul]       0.6.3claws25
14269
14270         * sync with Sylpheed 0.6.3cvs8
14271                 see ChangeLog entries 2001-10-18 and 2001-10-19
14272
14273 2001-10-18 [christoph]  0.6.3claws24
14274
14275         * src/procmsg.c
14276                 reimplement ignore thread
14277         
14278 2001-10-18 [hoa]        0.6.3claws23
14279
14280         * src/folderview.c
14281         * src/grouplistdialog.[ch]
14282                 enhanced news subscription interface (feature 469113)
14283
14284         * src/news.c
14285         * src/news.h
14286                 enchanced newsgroup listing,
14287                 now, we can get groups informations
14288                 (NNTPGroupInfo)
14289
14290 2001-10-18 [paul]       0.6.3claws22
14291
14292         * src/summaryview.c
14293                 remove comment (sync with main branch)
14294         * src/mainwindow.c
14295                 fix 'Re-edit' bug in 'Message' menu
14296
14297 2001-10-17 [christoph]  0.6.3claws21
14298
14299         * src/compose.c
14300                 ignore empty or whitespace only header lines
14301
14302 2001-10-17 [paul]       0.6.3claws20
14303
14304         * sync with sylpheed 0.6.3cvs7
14305                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14306                 2001-10-17
14307
14308 2001-10-17 [darko]
14309
14310         * src/compose.c
14311                 wrap long lines without spaces
14312                 don't wrap URLs
14313
14314 2001-10-16 [paul]
14315
14316         * po/es.po, po/nl.po, po/pt_BR.po
14317                 updated by Ricardo Mones Lastra, Alfons,
14318                 and Fabio Junior Beneditto
14319
14320         * sylpheed-0.6.3claws released
14321
14322 2001-10-15 [melvin] 0.6.3claws18
14323
14324         * README.claws
14325                 added summary and detailed installation instructions
14326                 for spell checker
14327         * po/fr.po
14328                 Updated, corrected and completed french translation
14329
14330 2001-10-15 [hoa] 0.6.3claws17
14331         * src/grouplistdialog.c
14332                 we can choose the newsgroups to display with wildcards
14333
14334 2001-10-15 [christoph]  0.6.3claws16
14335
14336         * src/account.c
14337         * src/compose.c
14338         * src/prefs_folder_item.[ch]
14339                 applied wwp <subscript@free.fr>'s folder
14340                 default account patch
14341         * po/de.po
14342                 Fixed wrong translation
14343
14344 2001-10-13 [alfons, christoph, melvin]  
14345                         0.6.3claws15
14346
14347         solution #2 to solve MT-safety problems defers all GUI related calls
14348         to the main thread using a gtk_idle_add() callback. discussed on
14349         ircnet #sylpheed, with christoph spotting some issues with the
14350         original code, and melvin allowing us to lobotomize his sylpheed.
14351
14352         * src/syldap.[ch], src/main.c
14353                 fix race problem in ldap search thread by deferring GUI 
14354                 stuff to main thread using gtk_idle_add()
14355
14356 2001-10-13 [paul]       0.6.3claws14
14357
14358         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14359                 add Sergey's smtpcred.patch
14360                 adds separate username/password setting for SMTP Auth
14361                 needed by some servers
14362                 (closes feature request #471659)
14363
14364 2001-10-13 [paul]       0.6.3claws13
14365
14366         * src/pgptext.[ch] **NEW FILES**
14367         * src/Makefile.am, src/messageview.c, src/mimeview.c
14368                 decrypt ascii-armored gpg text embedded in
14369                 the message body.
14370                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14371
14372 2001-10-13 [christoph]  0.6.3claws12
14373
14374         * README.claws
14375                 some more details on default to and
14376                 feature requests
14377         * src/main.c
14378                 init glib threading when ldap is used
14379         * src/syldap.c
14380                 threading fixes
14381         * po/de.po
14382                 fixed a typo
14383
14384 2001-10-12 [paul]       0.6.3claws11
14385
14386         * src/prefs_common.[ch], src/rfc2015.c
14387                 enable ascii-armored gpg text to be embedded in the
14388                 message body, selectable through the 'Privacy'
14389                 preferences. Supports encrypting only.
14390                 Submitted by Ravemax <ravemax@dextrose.com>
14391
14392 2001-10-12 [paul]       0.6.3claws10
14393
14394         * sync with sylpheed 0.6.3cvs6
14395                 see ChangeLog entries 2001-10-11 and 2001-11-12
14396
14397         * src/folderview.c
14398                 incorporated mbox folders, scoring, and folder
14399                 properties into the sync
14400
14401 2001-10-12 [darko]      0.6.3claws9
14402
14403         * README.claws
14404                 describe quotation wrapping
14405         * src/compose.c
14406                 don't treat tab as space to calculate line length properly
14407
14408 2001-10-11 [alfons]
14409
14410         * README.claws
14411                 correct description of how to make new filtering system work,
14412                 add some other things
14413                 
14414         * src/syldap.c
14415                 remove sched_yield() (not necessary / unportable)
14416
14417 2001-10-11 [paul]       0.6.3claws8
14418
14419         * sync with sylpheed 0.6.3cvs3
14420                 see ChangeLog entry 2001-10-10
14421
14422 2001-10-10 [christoph]  0.6.3claws7
14423
14424         * .cvsignore
14425                 ignore 2 files created by newer autotools
14426         * src/prefs_folder_item.c
14427                 using table for widget alignment
14428                 fixed memory leak and broken octal display
14429         * src/filesel.c
14430                 fixed segfault caused by lost filename
14431                 workaround (closes bug #469551)
14432
14433 2001-10-10 [paul]       0.6.3claws6
14434
14435         * sync with sylpheed 0.6.3cvs2
14436                 see ChangeLog entries 2001-10-09 and 2001-10-10
14437
14438 2001-10-10 [darko]      0.6.3.claws5
14439
14440         * src/gtkstext.c
14441                 proper calculation of right margin if smart wrapping is enabled
14442         * src/compose.c
14443                 automatically wrap long lines if wrap quotation is enabled
14444
14445 2001-10-09 [alfons]     0.6.3.claws4
14446
14447         * src/summaryview.c
14448                 select correct row when deleting last row in the summary view (and
14449                 close bug "[ #469104 ] select second last in list when deleting")
14450
14451 2001-10-09 [paul]       0.6.3claws3
14452
14453         * sync with sylpheed 0.6.3cvs1
14454                 updated some autotool scripts
14455
14456 2001-10-09 [darko]      0.6.3claws2
14457
14458         * src/gtkstext.[ch]
14459                 new name and mark with Sylpheed comment
14460         * src/compose.c
14461                 smart quotation wrapping a-la VIM
14462
14463 2001-10-08 [paul]       0.6.3claws1
14464
14465         * sync with sylpheed 0.6.3 release
14466                 see ChangeLog entry 2001-10-08
14467
14468 2001-10-08 [paul]       0.6.2claws24
14469
14470         * src/summaryview.c
14471                 more sync with sylpheed 0.6.2cvs12
14472                 Fixed the bug that didn't select the last row correctly
14473
14474
14475 2001-10-07 [paul]       0.6.2claws23
14476
14477         * sync with sylpheed 0.6.2cvs12
14478                 see ChangeLog entry 2001-10-07
14479
14480 2001-10-06 [match]
14481         * src/jpilot.[ch]
14482                 enable jpilot to read unsynch'ed addresses.
14483
14484         * src/editldap_basedn.c
14485                 fix segfault when opening dialog.
14486
14487 2001-10-06 [alfons]     0.6.2.claws22
14488
14489         * src/summaryview.c
14490                 fix bug with summary view selecting last *inserted*
14491                 node instead of last *visible* node. remember we
14492                 work with a tree
14493
14494 2001-10-06 [paul]       0.6.2claws21
14495
14496         * po/pt_BR.po
14497                 updated translation, contains some fixes and new
14498                 translations, submitted by Gustavo Noronha Silva
14499                 <kov@debian.org>
14500
14501         * src/prefs_common.c
14502                 change 'each' to 'every' - fix dubious English
14503
14504         * sync with sylpheed 0.6.2cvs11
14505
14506 2001-10-05 [alfons]     0.6.2claws20
14507
14508         * src/mainwindow.[ch], src/folderview.c
14509                 make composite tool button switch between "Compose News"
14510                 and "Compose Mail" depending on selected folder
14511                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14512
14513 2001-10-05 [paul]       0.6.2claws19
14514
14515         * src/mainwindow.c, src/summaryview.c
14516                 fix 'Message/Reply to all', broken in last commit
14517
14518         * src/compose.c
14519                 fix X_BEENTHERE seg fault, thanks to Alfons
14520
14521 2001-10-04 [paul]       0.6.2claws18
14522
14523         * src/compose.[ch], src/mainwindow.c
14524                 make "Message/Reply" reply to mailing lists; matches
14525                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14526                 based on portions of the patch submitted by
14527                 Junichi Uekawa <dancer@netfort.gr.jp>
14528
14529 2001-10-04 [darko]      0.6.2claws17
14530
14531         * src/compose.c
14532                 better smart wrapping
14533         * src/gtkstext.[hc]
14534                 a function to make text buffer contiguous
14535
14536 2001-10-03 [paul]       0.6.2claws16
14537
14538         * sync with sylpheed 0.6.2cvs10
14539
14540 2001-10-02 [alfons]
14541
14542         * configure.in
14543         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14544                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14545                 references to chinese translations (hope someone picks up
14546                 this)
14547
14548 2001-10-02 [christoph]  0.6.2claws15
14549
14550         * src/compose.c
14551                 fixed non translated header bug
14552         * ChangeLog.claws
14553                 fixed wrong date in alfons last entry ;)
14554
14555 2001-10-02 [alfons]     0.6.2claws14
14556
14557         * src/compose.c, src/prefs_common.[ch]
14558                 add block cursor option
14559
14560 2001-10-02 [paul]       0.6.2claws13
14561
14562         * sync with sylpheed 0.6.2cvs9
14563
14564 2001-09-30 [paul]       0.6.2claws12
14565
14566         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14567                 updated translations
14568
14569         * po/POTFILES.in
14570                 add 'src/importldif.c'
14571
14572         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14573                 added eudora-to-vCard conversion tool
14574                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14575
14576         * sync with sylpheed 0.6.2cvs8
14577
14578 2001-09-30 [paul]
14579
14580         * sylpheed-0.6.2claws released
14581
14582 2001-09-27 [melvin]     0.6.2claws11
14583
14584         * src/gtkspell.c
14585                 fixed crash when using default path (introduced 
14586                 in 0.6.2claws10)
14587                 fixed tiny bug for initial suggestion mode
14588
14589 2001-09-27 [melvin]     0.6.2claws10
14590         
14591         * src/gtkspell.c
14592                 fixed bug where gtkpspell didn't set the path correctly
14593
14594         * README.claws
14595                 added a paragraph about spell checking
14596                 
14597
14598
14599 2001-09-27 [paul]       0.6.2claws9
14600
14601         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14602                 replace '// comments' with '/* comments */' to prevent
14603                 some compiler warnings 
14604
14605         * sync with sylpheed 0.6.2cvs6
14606
14607 2001-09-26 [alfons]     0.6.2claws8
14608
14609         * src/messageview.c
14610                 introduce return receipt request notification again,
14611                 which was lost because of other semantics in 
14612                 procheader_parse() (???)
14613
14614 2001-09-26 [christoph]  0.6.2claws7
14615
14616         * src/compose.c
14617                 replace comments for old code with #if 0
14618                 readded auto cc, bcc and reply-to
14619         * src/prefs_matcher.c
14620         * src/prefs_scoring.c
14621                 removed some definition (was moved to
14622                 prefs.h)
14623
14624 2001-09-26 [paul]       0.6.2claws6
14625
14626         * src/mainwindow.c
14627                 make 'Follow-up and reply to' sensitive
14628
14629         * more sync with sylpheed 0.6.2cvs5
14630
14631 2001-09-25 [melvin]
14632
14633         * 0.6.2claws5
14634
14635         * src/gtkspell.c
14636                 fixed bug for "US-ASCII" introduced by the encoding code
14637
14638 2001-09-25 [paul]
14639
14640         * 0.6.2claws4
14641
14642         * src/prefs_common.[ch], src/summaryview.c
14643                 'next unread msg' 'go to next folder?' dialog can be
14644                 given default behaviour, either always show dialog,
14645                 or assume 'yes', or assume 'no'
14646                 Submitted by wwp <subscript@free.fr>
14647
14648 2001-09-25 [melvin]
14649                 
14650         * src/compose.c src/gtkspell.[ch]
14651                 added support for different encodings
14652
14653 2001-09-25 [paul]
14654
14655         * more sync with sylpheed 0.6.2cvs5
14656
14657 2001-09-24 [alfons]
14658         
14659         * src/prefs_folder_item.c
14660                 add check for item->prefs->default_to string is NULL and
14661                 add another check when freeing this string
14662
14663 2001-09-24 [paul]
14664
14665         * configure.in
14666                 change to version 0.6.2claws3
14667
14668         * sync with sylpheed 0.6.2cvs5 
14669
14670 2001-09-24 [match]
14671         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14672                 import LDIF files.
14673         * src/addrcache.[ch], addrindex.[ch]
14674                 small update for future
14675         * src/addrbook.c
14676                 fix test XML file.
14677
14678 2001-09-24 [melvin]
14679         * src/gtkspell.[ch]
14680                 added 'Learn from mistakes' option
14681                 better handling of quotes in checked words
14682                 sorted dict list
14683         * po/fr.po
14684                 small update for spell checking stuff
14685
14686 2001-09-23 [alfons]
14687         
14688         * src/gtkspell.c
14689                 edit a little bit so it complies more with main coding style
14690
14691 2001-09-23 [alfons]
14692
14693         * src/folder.[ch], prefs_folder_item.c, compose.c
14694                 migrate "request return receipt" folder property
14695                 to folderlist.xml
14696
14697 2001-09-22 [alfons]
14698
14699         * README.claws **NEW**
14700                 (add things of interest for users of main branch 
14701                 and claws here)
14702
14703         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14704                 re-implement threading per folder option, but store 
14705                 the setting in folderlist.xml (where it belongs)
14706
14707 2001-09-21 [melvin]
14708
14709         * src/gtkspell.[ch]
14710                 fixed bug when compose window is under another window
14711         * src/prefs_common.[ch] src/compose.c
14712                 changed 'dictionary_path' to 'dictionary' to be consistent
14713                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14714         * ac/pspell.m4 src/Makefile.am 
14715                 dropped PSPELL_PATH macro
14716         * po/fr.po
14717                 updated translations
14718
14719 2001-09-21 [christoph]
14720
14721         * src/compose.c
14722                 added border around header fields
14723                 keep header type when new field is added
14724
14725 2001-09-20 [christoph]
14726
14727         * src/utils.[ch]
14728                 more portable debug_print with source filename
14729                 and linenumber
14730         * src/procmsg.c
14731                 more newlines after debug messages
14732
14733 2001-09-20 [paul]
14734
14735         * configure.in
14736                 change to version 0.6.2claws2
14737
14738         * sync with sylpheed 0.6.2cvs3
14739
14740 2001-09-19 [melvin]
14741
14742         * src/gtkspell.c
14743                 fixed the post-right-click focus pb
14744                 fixed crash when 'Spell check all' after dict change 
14745                         and when cursor is at the end of the text
14746                 shift-right-click pops up config menu even on misspelled words.
14747         * po/POTFILES.in
14748                 added gtkspell.c
14749
14750 2001-09-19 [melvin]
14751
14752         * src/about.c
14753                 added pspell to compiled-in features list
14754
14755 2001-09-18 [melvin]
14756
14757         * switched to pspell and dropped ispell
14758         * ac/pspell.m4
14759                 new file. autoconf macro for pspell
14760         * ac/Makefile.am 
14761         * configure.in acconfig.h
14762                 added pspell support
14763         * src/Makefile.am
14764         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14765         * src/prefs_common.[ch] 
14766                 added pspell support
14767
14768 2001-09-18 [christoph]
14769
14770         * src/addr_compl.c
14771         * src/template.[ch]
14772                 replace LOG_MESSAGE with debug_print
14773         * src/compose.[ch]
14774                 gui improvements
14775         * src/menu.c
14776                 added newline after debug message
14777         * src/utils.h
14778                 using __VA_ARGS__ for debug_print macro
14779         * tools/.cvsignore
14780                 ignore Makefile and Makefile.in
14781
14782 2001-09-18 [paul]
14783
14784         * configure.in
14785                 change to version 0.6.2claws1
14786         * sync with sylpheed 0.6.2cvs1
14787
14788         * src/matcher.c 
14789         * src/prefs_matcher.c
14790                 add 'score equal to' option, submitted by
14791                 Paul Evans <nerd@freeuk.com>
14792
14793 2001-09-15 [christoph]
14794
14795         * src/mainwindow.c
14796                 comment out menu entry not existing in claws
14797         * src/menu.c
14798                 add debug output for non existing menu entries
14799         * src/summaryview.c
14800                 fix next/prev unread message for ignored threads
14801         * src/utils.[ch]
14802                 add sourcefile and line number to debug output
14803                 otherwise it is sometimes hard to find the
14804                 source code part if debug messages are translated
14805
14806 2001-09-14 [darko]
14807         
14808         * src/folderview.c
14809                 refresh target folder style after colour is changed
14810
14811 2001-09-13 [paul]
14812
14813         * configure.in
14814                 change to version 0.6.1claws3
14815
14816         * sync with sylpheed 0.6.1cvs6
14817
14818 2001-09-13 [darko]
14819         
14820         * src/folderview.c
14821                 fix target folder colourization to use user selected colour
14822
14823 2001-09-12 [darko]
14824         
14825         * src/summaryview.c
14826                 fix crash when message that is marked for copy/move is unmarked
14827
14828 2001-09-09 [paul]
14829
14830         * configure.in
14831                 change to version 0.6.1claws2
14832
14833         * sync with sylpheed 0.6.1cvs3
14834
14835 2001-09-09 [alfons]
14836         
14837         * src/folderview.c
14838                 fix bug with default font used for trash folder text
14839
14840 2001-09-06 [paul]
14841
14842         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14843                 updated translations
14844
14845         * configure.in
14846                 change to version 0.6.1claws1
14847
14848         * sync with sylpheed 0.6.1cvs2
14849
14850 2001-09-03 [paul]
14851
14852         * po/POTFILES.in
14853                 add Match's new addressbook
14854
14855         * po/de.po
14856                 updated translation submitted by Jens Oberender
14857
14858 2001-09-02 [paul]
14859
14860         * configure.in
14861                 change to 0.6.1claws
14862         * sync with sylpheed 0.6.1 release
14863
14864 2001-09-02 [paul]
14865
14866         * configure.in
14867                 change to 0.6.0claws2
14868
14869         * sync with sylpheed 0.6.0cvs4
14870
14871         * po/pt_BR.po
14872                 updated translation submitted by Fabio Junior Beneditto
14873
14874 2001-09-01 [match]
14875         * pixmaps/
14876                 interface.xpm
14877                 book.xpm
14878                 address.xpm
14879         * src/
14880                 Makefile.am
14881                 a ton of new files
14882
14883 2001-08-31 [paul]
14884
14885         * configure.in
14886                 change to version 0.6.0claws1
14887
14888         * sync with sylpheed 0.6.0cvs1
14889
14890         * po/es.po
14891                 updated translation submitted by Ricardo Mones Lastra
14892
14893         * po/POTFILES.in
14894                 add 'src/prefs_templates.c'
14895
14896         * src/compose.c, src/summaryview.c
14897                 fix segfault on 'Re_edit'               
14898
14899 2001-08-30 [alfons]
14900
14901         * configure.in, Makefile.am
14902         * tools/Makefile.am
14903                 add tools directory to source distribution
14904
14905 2001-08-30 [paul]
14906
14907         * configure.in
14908                 change to version 0.6.0claws
14909
14910         * sync with sylpheed 0.6.0 release
14911
14912 2001-08-30 [christoph]
14913
14914         * configure.in
14915                 removed autoconf version check
14916
14917 2001-08-30 [paul]
14918
14919         * src/account.c, src/compose.c, src/prefs_common.[ch]
14920         * src/procheader.[ch] src/utils.[ch]
14921                 Enhanced automatic account selection on replies
14922                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14923
14924         * configure.in
14925                 add LDAP and JPilot to the configuration results output.
14926
14927 2001-08-29 [christoph]
14928
14929         * src/summeryview.c
14930                 no bold font for ignored threads
14931
14932 2001-08-29 [paul]
14933
14934         * configure.in
14935                 change to version 0.5.3claws6
14936
14937         * sync with sylpheed 0.5.3cvs10
14938                 src/stringtable.[ch]: New Files
14939
14940         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14941         * src/pixmaps/sylpheed.xpm
14942                 add mini-icons to windows (by Alfons)
14943
14944 2001-08-27 [paul]
14945
14946         * src/mainwindow.c
14947                 new functions: next_labeled_cb(), prev_labeled_cb()
14948
14949         * src/summaryview.c
14950                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14951                 summary_select_next_labeled(), summary_select_prev_labeled()
14952
14953         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14954                 give claws blue folders and a blue trash can
14955
14956 2001-08-27 [paul]
14957
14958         * configure.in
14959                 change to version 0.5.3claws5
14960
14961         * sync with sylpheed 0.5.3cvs9
14962                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14963
14964 2001-08-24 [christoph]
14965
14966         * src/filesel.c
14967                 keep filename when browsing directories
14968                 (not working for user entered filename, but
14969                  for default name and selected filename from
14970                  file list)
14971         * src/mainwindow.c
14972                 fixed wrong spelling "Folllow-up"
14973         * src/mbox_folder.c
14974         * src/procmsg.c
14975         * src/summaryview.c
14976                 fixed new/unread message count with ignored
14977                 threads (2 commits, first didn't notice no
14978                 longer needed decreasing)
14979         * src/inc.c
14980                 readded scrolling of progress dialog
14981                 (lost in sync)
14982
14983 2001-08-24 [paul]
14984
14985         * configure.in
14986                 change to 0.5.3claws4
14987
14988         * sync with sylpheed 0.5.3cvs7
14989
14990 2001-08-24 [christoph]
14991
14992         * src/compose.c
14993                 set request return receipt when replying
14994                 if it is set is the folder prefs of the
14995                 message
14996         * src/inc.c
14997                 disable final error popup if popups are
14998                 disabled in config (again)
14999
15000 2001-08-23 [paul]
15001
15002         * configure.in
15003                 Change version number to 0.5.3claws3
15004
15005         * sync with sylpheed 0.5.3cvs5
15006
15007         * src/mimeview.c
15008                 double quote '%s' in 'gedit %s' to fix bug when
15009                 opening attachment with spaces in the name
15010
15011 2001-08-22 [alte]
15012         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15013           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15014                 initial message templates support
15015
15016
15017 2001-08-22 [paul]
15018
15019         * configure.in
15020                 change version number to 0.5.3claws2
15021
15022         * sync with sylpheed 0.5.3cvs4
15023
15024         * src/procmsg.h src/summaryview.c
15025                 re-implement (un)ignore thread
15026
15027 2001-08-21 [paul]
15028
15029         * src/summaryview.c
15030                 remove unnecessary code
15031         * src/compose.c
15032                 enable 'dynamic' signatures (submitted by
15033                 Eric Limpens <eric@hscg-internet.nl>)
15034
15035 2001-08-21 [paul]
15036
15037         clean up after sync with sylpheed 0.5.3 release
15038
15039         * src/folderview.c
15040                 fix re-introduced font mess, see Christoph's
15041                 entry 2001-06-24
15042
15043         * src/summaryview.c
15044                 remove prev_msgnum
15045                 use sylpheed's small font instead of
15046                 gtk default font for summary view
15047
15048
15049 2001-08-17 [paul]
15050
15051         * configure.in
15052                 add pl to ALL_LINGUAS - sync with main branch
15053
15054         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15055                 Updated. Translations by Jens Oberender, Ricardo Mones
15056                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15057
15058         * po/pl.po  ** NEW FILE **
15059                 sync with the main branch
15060
15061         * src/folderview.c
15062                 fix target folder colorizing and refresh problem
15063
15064
15065 2001-08-17 [christoph]
15066
15067         * src/mainwindow.c
15068                 claws uses 4 colors for target folder coloring.
15069                 arrays were not long enough and destroyed the
15070                 stack causing a segfault.
15071                 target folder colorizing does not work anymore
15072                 for me
15073
15074 2001-08-16 [paul]
15075
15076         * configure.in
15077                 change to version 0.5.3claws1
15078
15079         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15080           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15081           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15082
15083                 sync with sylpheed 0.5.3 release, but keep claws method of
15084                 configuring/saving fonts
15085
15086         * src/addressbook.[ch]
15087                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15088                 in line with a similar change in Hiroyuki's branch
15089
15090         * src/mainwindow.[ch]
15091                 disable main_window_set_thread_option()
15092         * src/prefs_folder_item.c
15093                 comment out &tmps_prefs.enable_thread,
15094         * src/mbox_folder.c, src/procmsg.[ch]
15095                 comment out MSG_IS_IGNORE_THREAD
15096         * src/summaryview.c
15097                 comment out summary_ignore_thread() and summary_unignore_thread()
15098                 comment out MSG_IS_IGNORE_THREAD
15099
15100                 use Hiroyuki's threading instead.
15101
15102
15103
15104 2001-08-15 [paul]
15105
15106         * src/account.c
15107                 use Hiroyuki's 0.5.3 column scheme but also
15108                 include the enable/disable button.
15109         * src/pixmaps/mark.xpm
15110                 add Hiroyuki's amended pixmap
15111
15112 2001-08-13 [christoph]
15113
15114         * src/account.c
15115                 receive at get all column showed wrong state for APOP
15116                 button should only work for POP3 and APOP accounts
15117         * src/prefs_account.c
15118                 added missing preprocessor statement for SSL
15119
15120 2001-08-12 [paul]
15121
15122         * src/account.[ch]
15123                 add 'receive at get all' column and enable/disable
15124                 button.
15125
15126 2001-08-06 [christoph]
15127
15128         * src/account.c
15129                 show usage of SSL in protocol column
15130
15131         * src/imap.c
15132         * src/inc.c
15133                 renamed ssl options
15134
15135         * src/prefs_account.[ch]
15136                 moved ssl options to a new page
15137
15138         * src/send.c
15139         * src/smtp.c
15140         * src/ssl.[ch]
15141                 renamed ssl options
15142                 added support for SMTP STARTTLS command
15143
15144 2001-08-05 [christoph]
15145
15146         * configure.in
15147                 debian autoconf needs version check to find
15148                 correct autoconf version. if the file is
15149                 named configure.in 2.13 is used, which does
15150                 not work with this configure.in script.
15151                 other solution would be to rename the script
15152                 to configure.ac as suggested in the autoconf
15153                 manual.
15154
15155         * src/inc.c
15156                 disable final error popup if popups are
15157                 diabled in config
15158
15159         * src/socket.c
15160                 bugfix in ssl_gets
15161                 fixes IMAP over SSL problem
15162
15163 2001-08-03 [paul]
15164
15165         * configure.in
15166                 change to 0.5.2claws1
15167
15168         * sync with sylpheed 0.5.2cvs1
15169
15170 2001-08-02 [alfons]
15171
15172         * configure.in
15173                 quick fix for ispell detection...
15174
15175 2001-08-01 [paul]
15176
15177         * configure.in
15178                 change to 0.5.1claws4
15179
15180         * sync with sylpheed 0.5.1cvs7
15181
15182 2001-07-31 [alfons]
15183
15184         * src/prefs_common.c, src/prefs_common.h, 
15185           src/gtkspell.c, src/gtkspell.h
15186                 add global spelling checker settings (compose tab) +
15187                 selection of dictionary 
15188           
15189         * configure.in  
15190                 guess valid ispell location
15191
15192 2001-07-31 [paul]
15193
15194         * po/POTFILES.in
15195                 removal of 'src/quote_fmt_parse.c'
15196         * po/de.po
15197                 Updated de.po
15198                 (submitted by Jens Oberender <didge@suse.de>)
15199
15200 2001-07-31 [darko]
15201
15202         * src/folder.[ch]
15203         * src/folderview.[ch]
15204         * src/mainwindow.c
15205         * src/mh.c
15206         * src/prefs_common.[ch]
15207         * src/summaryview.c
15208                 target folder colourization
15209
15210 2001-07-30 [paul]
15211
15212         more sync with Sylpheed 0.5.1cvs6 
15213
15214 2001-07-30 [darko]
15215
15216         * src/mh.c
15217         * src/prefs_folder_item.[hc]
15218         * src/summaryview.c
15219                 shared folders support with a GUI
15220
15221 2001-07-29 [paul]
15222
15223         0.5.1claws3
15224
15225         * sync with Sylpheed 0.5.1cvs6
15226
15227 2001-07-29 [paul]
15228
15229         * po/pt_BR.po
15230                 updated
15231                 (submitted by Fabio Junior Beneditto)
15232
15233 2001-07-28 [paul]
15234
15235         * src/procmime.c
15236         * AUTHORS
15237                 patch to correct bad image mime headers
15238                 (submitted by Don Quijote <dq@searchlores.org>)
15239
15240 2001-07-28 [paul]
15241
15242         * tools/gif2xface.pl   **NEW FILE**
15243         * tools/README
15244                 script to convert file.gif to file.xface for
15245                 use in a custom header.
15246                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15247
15248 2001-07-27 [alfons]
15249         
15250         * configure.in
15251                 change macros for detecting JPilot and LDAP
15252
15253 2001-07-27 [christoph]
15254
15255         * src/filtering.c
15256                 code cleanup (MIN / MAX warning, needed casting)
15257
15258 2001-07-27 [alfons]
15259
15260         * procheader.c
15261                 disallow setting flags when detecting certain headers
15262                 (X-Status, Status, Seen, X-Seen). 
15263         
15264         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15265
15266 2001-07-27 [christoph]
15267
15268         * src/prefs_filter.c
15269         * src/prefs_filtering.c
15270         * src/prefs_matcher.c
15271         * src/prefs_scoring.c
15272                 scroll list when moving rows up or down
15273
15274         * src/imap.c
15275         * src/imap.h
15276         * src/prefs_account.c
15277         * src/prefs_account.h
15278         * src/send.c
15279                 SMTP over SSL (untested, feedback requested)
15280                 IMAP over SSL
15281
15282         * src/ssl.c
15283                 code cleanup
15284
15285 2001-07-26 [alfons]
15286         
15287         * configure.in, acconfig.h
15288                 define CLAWS (need this for main / claws detection)
15289
15290 2001-07-25 [alfons]
15291
15292         * configure.in
15293                 Sylpheed 0.5.1claws2
15294                 
15295         * sync with Sylpheed 0.5.1cvs4
15296
15297 2001-07-25 [christoph]
15298
15299         * src/scoring.c
15300                 fixed segfault
15301                 item->prefs == NULL (don't know why)
15302
15303 2001-07-25 [alfons]
15304
15305         * configure.in
15306                 Sylpheed 0.5.1claws1
15307
15308         * sync with Sylpheed 0.5.1cvs1-3
15309
15310 2001-07-24 [christoph]
15311
15312         * src/folderview.c
15313         * src/prefs_folder_item.[ch]
15314                 added folderitem preferences dialog with
15315                 default To: and auto request return receipt
15316
15317         * src/compose.[ch]
15318         * src/menu.[ch]
15319                 changes to handle new folderitem preferences
15320
15321         * src/mainwindow.c
15322         * src/summaryview.c
15323                 call compose new mail with current folderitem
15324
15325 2001-07-24 [alfons]
15326
15327         Release Sylpheed 0.5.1claws
15328
15329         * configure.in
15330                 change to release version 0.5.1claws
15331
15332 2001-07-24 [christoph]
15333
15334         * src/summaryview.c
15335                 fixed segfault that happend when the selected
15336                 message was removed while retrieving new messages.
15337
15338         * po/es.po
15339                 updated translation
15340                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15341
15342 2001-07-22 [alfons]
15343
15344         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15345         this is a work in progress, for more information: http://nlpagan.net/sylman 
15346         
15347         * configure.in, src/mainwindow.c, manual/Makefile.am
15348                 add support for English manual
15349
15350         * AUTHORS
15351                 add authors of user manuals
15352
15353         * manual/en/sylpheed*.html
15354                 add English documentation
15355
15356 2001-07-22 [christoph]
15357
15358         * po/POTFILES.in
15359                 added src/ssl.c
15360         * src/ssl.c
15361                 changed a wrong debug message
15362
15363 2001-07-22 [alfons]
15364
15365         * po/nl.po
15366                 update Dutch translation
15367
15368         * src/prefs_filtering.c, 
15369           src/prefs_matcher.c
15370                 add more translatable strings           
15371
15372 2001-07-21 [alfons]
15373
15374         0.5.0claws7
15375
15376         * configure.in
15377                 change version
15378
15379         * src/inc.c, src/summaryview.[ch]
15380                 prevent update of mark file when filtering has done, by
15381                 using a variable; this affects two functions:
15382                         inc.c::inc_finished()
15383                         summaryview.c::summary_show()
15384
15385 2001-07-20 [alfons]
15386
15387         * src/filtering.[ch], src/prefs_filtering.c, 
15388           src/matcher.[ch]
15389                 add filtering action for label coloring 
15390
15391         * po/POTFILES.in
15392                 add labelcolors.c
15393
15394         * added src/labelcolors.c
15395         * added src/labelcolors.h
15396         * src/Makefile.am, src/summaryview.c
15397                 rearrange label coloring code
15398
15399         * src/procmsg.h
15400                 add more parentheses so label colouring works correctly
15401
15402         * src/filtering.c
15403                 don't really delete message, but move it to Trash
15404
15405         * src/prefs_matcher.c
15406                 add quote options to info dialog
15407
15408 2001-07-20 [christoph]
15409
15410         * src/Makefile.am
15411         * src/inc.c
15412         * src/main.[ch]
15413         * src/socket.h
15414         * src/ssl.[ch] (new)
15415                 moved ssl stuff to a seperate file
15416
15417 2001-07-20 [darko]
15418
15419         * src/summaryview.c
15420                 fix show sender using address book with no e-mail
15421                 address in From: field
15422
15423 2001-07-19 [alfons]
15424
15425         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15426                 fix messy handling of escaping... now at least the
15427                 execute command is useful. escape char is '\', we
15428                 accept \n and \r too. 
15429
15430                 Real life example:
15431                 
15432                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15433                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15434
15435 2001-07-18 [alfons]
15436
15437         0.5.0claws6
15438
15439         * src/summaryview.c
15440                 clean up
15441
15442         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15443           src/procmsg.[ch]
15444                 revise filtering; currently move, copy, marking have
15445                 been tested. if you like bleeding edge stuff, you
15446                 should definitely go for this version :)
15447
15448         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15449
15450 2001-07-17 [christoph]
15451
15452         * src/utils.c
15453                 timestamp log
15454
15455 2001-07-17 [alfons]
15456
15457         0.5.0claws5
15458
15459         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15460           bits in the mark file, without affecting either branch. Lots of
15461           files changed, also in claws branch.
15462
15463           UNTESTED: use of mbox folders
15464
15465         * src/summaryview.c
15466                 added mark all read; however this was a quick hack used for
15467                 cleaning up mess after initial merge with Hiroyuki
15468
15469         * configure.in
15470                 change claws version number back to 0.5.0claws5 to clear up 
15471                 confusion & pretension (recent release was technically 
15472                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15473
15474 2001-07-16 [alfons]
15475
15476         sync with Hiroyuki's 0.5.0cvs4
15477
15478 2001-07-16 [alfons]
15479
15480         0.5.1claws3
15481
15482         * src/filtering.[ch]
15483                 remove invalid updating of mark files for 
15484                 filter actions MATCHING_ACTION_MOVE and 
15485                 MATCHING_ACTION_DELETE; this should fix the
15486                 folder update bug
15487                 
15488         * src/procmsg.c
15489                 revert Christoph's stab at fixing the folder 
15490                 update bug
15491
15492         * po/POTFILES.in
15493                 add missing files with translatable strings
15494
15495         * src/summaryview.c
15496                 remove debug print
15497
15498 2001-07-15 [alfons]
15499
15500         * src/addr_compl.[ch], src/prefs_filtering.c
15501                 make "filtering pref dialog's destination entry" an
15502                 "address completable entry", if filter destination is 
15503                 an email address
15504
15505         0.5.1claws2
15506         
15507         sync with Hiroyuki's 0.5.0cvs2-3
15508
15509 2001-07-15 [christoph]
15510
15511         * src/procmsg.c
15512                 fixed folder stats update after incorporation
15513
15514 2001-07-15 [alfons]
15515
15516         * src/summaryview.c
15517                 * finish label colouring stuff (for now)
15518                 * fix incorrect colour bug (off by one) 
15519
15520 2001-07-14 [alfons]
15521
15522         * src/mainwindow.c
15523                 change text labels for news and mail message so there's
15524                 plenty of toolbar estate left
15525
15526         * configure.in
15527                 0.5.1claws1
15528
15529         * src/folderview.c
15530           src/folder.[ch]
15531                 sync with Hiroyuki's 0.5.0cvs1
15532
15533         * src/summaryview.c
15534                 more rewrite label colouring
15535
15536 2001-07-14 [alfons]
15537
15538         * src/summaryview.[ch]
15539                 * start rewrite label colouring 
15540                 * fix proper location "Add Sender To Addressbook" menu item
15541
15542 2001-07-13
15543
15544         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15545         (actually this is 0.5.0claws4)
15546
15547 2001-07-13 [alfons]
15548
15549         * po/pt_BR.po
15550                 * fix duplicate message
15551                 * add updated Portugese / Brazilian translation
15552                   submitted by Fabio Junior Beneditto
15553
15554 2001-07-12 [alfons]
15555
15556         * AUTHORS
15557                 add Jens
15558
15559         * po/nl.po
15560                 add updated Dutch translation
15561
15562         * po/de.po
15563                 add updated German translation submitted by Jens
15564
15565 2001-07-11 [alfons]
15566
15567         Prerelease before 0.5.0claws. Please test.
15568         This version is temporarily tagged as VERSION_0_5_0_TEST
15569
15570         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15571           src/prefs_scoring.c, src/prefs_matcher.c, 
15572           src/prefs_filtering.c, src/mbox.c, 
15573           src/main.c, src/inc.c, src/filtering.[ch]
15574                 revert new Hoa's new matcher (does not work yet)
15575
15576         * src/Makefile.am
15577                 clean up
15578
15579 2001-07-10
15580
15581         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15582
15583
15584 2001-07-10 [alfons]
15585
15586         * Makefile.am
15587                 add ChangeLog.claws to EXTRA_DIST
15588         * src/Makefile.am
15589                 add matcher_parser_parse.h to EXTRA_DIST
15590
15591 2001-07-10 [christoph]
15592
15593         * src/inc.c
15594                 add destination folder to table of
15595                 folders that need to be updated after
15596                 incorporation
15597
15598 2001-07-10 [alfons]
15599
15600         * folder.[ch]
15601           folderview.c
15602                 make collapse state of folders and folder items persistent, i.e.
15603                 if you collapse a folder tree, the next time sylpheed-claws starts 
15604                 up the folder tree remains collapsed.  
15605                 
15606 2001-07-10 [christoph]
15607
15608         * acconfig.h
15609         * configure.in
15610                 added --enable-ssl
15611         * src/md5.[ch]
15612                 renamed MD5_CTX to MD5_CTX_syl
15613                 conflicts with a struct in openssl
15614         * src/inc.c
15615         * src/main.[ch]
15616         * src/prefs_account.[ch]
15617         * src/socket.[ch]
15618                 SSL support for POP
15619         * src/mainwindow.c
15620                 fixed compose with current account
15621                 broken by new compose button stuff
15622
15623 2001-07-09 [hoa]
15624
15625         * AUTHORS
15626                 changed my email address
15627
15628         * src/matcher_parser_parse.y
15629                 clean the parser to remove conflicts
15630
15631 2001-07-09 [alfons]
15632
15633         * AUTHORS
15634                 add Match Grun
15635
15636         * configure.in
15637                 fix incorrect description of --enable-ldap parameter
15638
15639         * src/prefs_common.[ch]
15640           src/compose.c
15641                 add experimental option "smart wrapping" which makes the
15642                 compose editor auto wrap.
15643                 
15644                 | TODO: the problem with the buggy cursor handling is caused |
15645                 | by the GtkText. when deleting / backspacing text its       |
15646                 | wrapping algorithm does not take in account the previous   |
15647                 | line. should find a way to hack this in.                   |
15648                 | or should perhaps combine this with the word wrapping      |
15649                 | patch i wrote in january.                                  |
15650
15651         * src/about.c
15652                 show build parameters for LDAP and JPilot
15653
15654         * src/summaryview.c
15655                 revert Christoph's bugfix for selecting next unread message, 
15656                 because folder stats aren't updated correctly
15657
15658 2001-07-08 [hoa]
15659
15660         * src/filtering.c
15661         * src/mainwindow.c
15662         * src/matcher.c
15663         * src/matcher_parser_lex.l
15664         * src/matcher_parser_parse.y
15665         * src/prefs_filtering.c
15666         * src/prefs_scoring.c
15667         * src/scoring.c
15668                 bugfix of the config file parser
15669
15670 2001-07-08 [alfons]
15671
15672         * src/Makefile.am
15673                 added generated matcher sources to BUILT_SOURCES
15674
15675 2001-07-08 [hoa]
15676
15677         * src/Makefile.am
15678         * src/.cvsignore
15679                 added new config file parser
15680
15681         * src/scoring.[ch]
15682         * src/filtering.[ch]
15683         * src/matcher.[ch]
15684         * src/prefs_filtering.c
15685         * src/prefs_matcher.c
15686         * src/prefs_scoring.c
15687         * added src/matcher_parser.h
15688         * added src/matcher_parser_lex.h
15689         * added src/matcher_parser_lex.l
15690         * added src/matcher_parser_parse.y
15691                 lex & yacc config file parser
15692
15693         * src/mbox.c
15694         * src/inc.c
15695         * src/main.c
15696                 changes prefs_filtering into global_filtering           
15697
15698         * src/summaryview.c
15699                 build threads with subjects only if "Re: " is at the
15700                 beginning of the subject
15701
15702 2001-07-07 [paul]
15703
15704         0.5.0claws
15705
15706         sync with sylpheed 0.5.0
15707                 change of version number only
15708
15709 2001-07-06 [paul]
15710
15711         0.5.0claws5
15712
15713         sync with sylpheed 0.5.0pre5
15714
15715 2001-07-05 [paul]
15716
15717         sync with sylpheed 0.5.0pre4 release
15718                 /po and /manual/ja not sync'ed
15719
15720 2001-07-04 [paul]
15721
15722         more sync with sylpheed 0.5.0pre4
15723
15724 2001-07-03 [christoph]
15725
15726         * src/addressbook.c
15727                 fixed address book broken by address book
15728                 for VCard, JPilot, LDAP
15729
15730 2001-07-03 [alfons]
15731
15732         * src/matcher.c
15733         * src/textview.c
15734                 stopped memory leaks
15735
15736 2001-07-03 [paul]
15737
15738         more sync with sylpheed 0.5.0pre4
15739
15740 2001-07-02 [match]
15741
15742         * included address book patch for VCard, JPilot, LDAP
15743         * pref_common.c - fixed Font options on Display tab (cosmetic)
15744         * alertpanel.c - fixed truncated message
15745
15746 2001-07-02 [christoph]
15747
15748         * src/mbox_folder.c
15749         * src/procmsg.[ch]
15750         * src/summaryview.c
15751                 mark threads for ignoring
15752
15753 2001-07-02 [paul]
15754
15755         0.5.0claws4
15756
15757         * sync with sylpheed 0.5.0pre4
15758                 updated gettext to 0.10.38.
15759
15760 2001-07-01 [paul]
15761
15762         * src/ mainwindow.c
15763         * src/procmsg.h
15764         * src/summaryview.[ch]
15765                 new right-click option: Label.
15766                 substitute for 'Mark-->Mark/Unmark', colours the line.
15767                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15768
15769 2001-07-01 [christoph]
15770
15771         * src/folderview.c
15772                 fixed font for trash
15773         * src/summaryview.c
15774                 move ctree to unread message
15775
15776 2001-07-01 [paul]
15777
15778         * sync with sylpheed 0.5.0pre3 release
15779
15780 2001-06-30 [alfons]
15781
15782         * src/filesel.[ch]
15783         * src/compose.c
15784                 allow inserting / attaching multiple files in
15785                 the composer window
15786
15787 2001-06-30 [paul]
15788
15789         * src/codeconv.c
15790                 small change to Alfons' previous stuff so that it
15791                 actually makes
15792
15793 2001-06-30 [alfons]
15794
15795         * lots of files changed; first attempt to merge the changes
15796           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15797
15798 2001-06-30 [paul]
15799
15800         * po/pt_BR.po
15801                 updated and completed, translations by Fabio
15802                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15803
15804 2001-06-29 [alfons]
15805
15806         * src/compose.c
15807         * src/mimeproc.[ch]
15808                 allow selecting an attached files' mime type from a 
15809                 list of types.
15810
15811 2001-06-29 [paul]
15812
15813         * more sync with sylpheed 0.5.0pre3
15814
15815 2001-06-29 [paul]
15816
15817         * po/pt_BR.po
15818                 merge with sylpheed.pot and pt_BR.po provided by
15819                 Fabio Junior Beneditto.
15820
15821 2001-06-29 [darko]
15822
15823         * src/procmime.c
15824                 make MIME types case insensitive
15825
15826 2001-06-28 [alfons]
15827
15828         * po/nl.po
15829                 merge with sylpheed.pot and old nl.po; translations added.
15830
15831 2001-06-28 [paul]
15832
15833         * more sync with sylpheed 0.5.0pre3
15834
15835 2001-06-27 [alfons]
15836
15837         * src/summaryview.c
15838                 don't crash when removing parent node of messages
15839                 attracted by subject. this was caused by not deleting
15840                 the parent node from the subject line hash table.
15841
15842 2001-06-27 [alfons]
15843
15844         * src/summaryview.c
15845         * src/compose.[ch]
15846         * src/mainwindow.c
15847                 if there are multiple messages selected, allow forwarding
15848                 them as attachments.
15849
15850 2001-06-27 [paul]
15851
15852         * more sync with sylpheed 0.5.0pre3
15853
15854 2001-06-26 [paul]
15855
15856         0.5.0claws3
15857
15858         * sync with sylpheed 0.5.0pre3
15859
15860 2001-06-25 [paul]
15861
15862         * src/mainwindow.c
15863                 fixed 'compose news article' bug
15864                 from icon-and-text toolbar
15865
15866 2001-06-25 [paul]
15867
15868         * sync with sylpheed 0.5.0pre2 release
15869
15870 2001-06-24 [christoph]
15871
15872         * src/prefs_common.c
15873                 bug fix in font selection
15874         * src/folderview.c
15875                 use sylpheed's normal font instead of
15876                 gtk default font for folders without
15877                 new messages
15878
15879 2001-06-24 [alfons]
15880
15881         * src/mainwindow.[ch]
15882                 added composite compose mail / news button (an idea by Leandro
15883                 Pereira <leandro@linuxmag.com.br>)
15884
15885 2001-06-24 [paul]
15886
15887         Added instructions for ldif-to-xml.py
15888
15889         * tools/README
15890
15891 2001-06-23 [alfons]
15892
15893         Some minor things.
15894
15895         * src/pixmaps/stock_news_compose.xpm
15896                 added pixmap by Leandro
15897         * src/prefs_common.c
15898                 tested built-in spelling checker of GCC 3.0 :)
15899         * po/nl.po
15900                 merged dutch translation of sylpheed-main with
15901                 sylpheed.pot
15902
15903 2001-06-23 [paul]
15904
15905         Added tools directory and files.
15906
15907         * tools/filter_conv.pl
15908                 converts old filter system to new filtering system
15909         * tools/ldif-to-xml.py
15910                 converts netscape addressbook to sylpheed addressbook
15911         * tools/README
15912                 descriptions/instructions for above two files
15913
15914 2001-06-23 [christoph]
15915
15916         * src/inc.c
15917         * src/manage_window.[ch]
15918         * src/prefs_common.[ch]
15919                 mail retrieval dialog can be enabled, disabled
15920                 or hidden if non of sylpheed's windows is active
15921
15922 2001-06-22 [paul]
15923
15924         0.5.0claws2
15925
15926         * sync with sylpheed 0.5.0pre2
15927
15928 2001-06-21 [christoph]
15929
15930         * src/summaryview.c
15931                 show recipient on 'from' for all accounts
15932                 
15933         * src/inc.c
15934         * src/prefs_common.[ch]
15935                 disable error popup on mail receive errors
15936
15937 2001-06-21 [alfons]
15938
15939         * src/compose.c
15940                 made the ruler correctly appear and disappear.
15941
15942         * src/Makefile.am
15943                 removed Hoa's work-in-progress-stuff (interesting!) so 
15944                 claws compiles ok.
15945
15946 2001-06-20 [christoph]
15947
15948         * src/inc.c
15949         * src/progressdialog.c
15950                 added scrolled window for list in progressdialog
15951
15952 2001-06-20 [paul]
15953
15954         sync with sylpheed 0.5.0pre1 release
15955
15956 2001-06-20 [christoph]
15957
15958         * src/summeryview.c
15959                 make building threads by subject work when
15960                 thread view is enabled
15961                 
15962         * src/compose.c
15963         * src/prefs_common.[ch]
15964                 automatically select account for mail replys
15965
15966 2001-06-19 [sergey]
15967
15968         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15969         they are filled in from the account settings.
15970
15971 2001-06-19 [paul]
15972
15973         * more sync with sylpheed 0.5.0pre1
15974
15975 2001-06-18 [alfons]
15976
15977         * src/Makefile.am,
15978           src/procmime.c
15979                 added --sysconfdir to CPPFLAGS for pointing to the correct
15980                 location of mime.types. 
15981
15982                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15983                 or ./configure!
15984
15985 2001-06-18 [hoa]
15986
15987         * src/summaryview.c
15988                 fixed some bug when building threads
15989
15990 2001-06-18 [pau]l
15991
15992         * src/prefs_account.c
15993                 UI stuff: More changes to the English
15994
15995 2001-06-18 [paul]
15996
15997         * src/pixmaps/stock_news_compose.xpm: new file
15998         * src/Makefile.am
15999         * src/mainwindow.c
16000         * src/summaryview.c
16001                 Added new icon for Hoa's 'compose a news
16002                 message', plus minor improvements to the
16003                 English
16004
16005         * po/ja.po
16006         * ChangeLog
16007         * ChangeLog.jp
16008                 more sync with sylpheed 0.5.0pre1
16009
16010 2001-06-18 [hoa]
16011
16012         * src/compose.[ch]
16013         * src/mainwindow.c
16014                 Follow-up and reply to
16015
16016         * src/summaryview.[ch]
16017                 Build threads also with subjects
16018
16019 2001-06-17 [hoa]
16020
16021         * src/compose.c
16022                 forwarding use the current account.
16023
16024         * src/mainwindow.c
16025                 the "compose message" button has been replaced with
16026                 "new mail" and "new news" buttons
16027
16028         * src/prefs_common.[ch]
16029                 added a configuration option to use the forward button
16030                 as "forward as attachment"
16031                 changed reply and forward format description
16032
16033         * src/quote_fmt_lex.l
16034         * src/quote_fmt_parse.y
16035                 added message with no signature in format for reply
16036                 and forward.
16037
16038 2001-06-17 [paul]
16039
16040         Minor UI stuff
16041
16042         * src/mainwindow.c
16043         * src/summaryview.c
16044                 Improvements to the English
16045
16046         * src/prefs_common.c
16047                 Improvements to the English and some
16048                 clarity/continuity improvements in the
16049                 description of Quote symbols.
16050
16051 2001-06-17 [paul]
16052
16053         0.5.0claws1
16054
16055         * sync with sylpheed 0.5.0pre1
16056
16057 2001-06-17 [hoa]
16058
16059         * src/compose.c
16060                 Better interface for compose, displayed fields
16061                 are updated whenever we change account.
16062                 Newsgroups field is automatically filled.
16063
16064         * src/mainwindow.c
16065                 Newsgroups field is automatically filled.
16066
16067         * src/prefs_account.c
16068                 Some interface stuff when fields appear and
16069                 disappear.
16070
16071 2001-06-16 [paul]
16072
16073         0.4.99claws
16074
16075         * sync with sylpheed 0.4.99
16076
16077 2001-06-16 [sergey]
16078
16079         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16080         base64_decoder_free, base64_decoder_decode): new object and
16081         functions for decoding base64 streams.
16082         * src/procmime.c (procmime_decode_content): modified to use the
16083         new base64 decoder.
16084
16085 2001-06-15 [paul]
16086
16087         0.4.99claws10
16088
16089         * sync with sylpheed 0.4.99cvs11
16090
16091 2001-06-13 [paul]
16092
16093         0.4.99claws9
16094
16095         * sync with sylpheed 0.4.99cvs9
16096
16097 2001-06-13 [hoa]
16098
16099         * src/compose.c
16100         * src/prefs_account.c
16101
16102                 SMTP server can be defined in the news account
16103                 mime type of attachment are kept.
16104
16105         * src/summaryview.c
16106
16107                 now choose the highest important score between default
16108                 and important score of folder.
16109
16110 2001-06-09 [alfons]
16111         
16112         * src/prefs_common.c: 
16113
16114                 (prefs_quote_description_create): corrected description of 
16115                 quote format characters
16116
16117 2001-06-09 [paul]
16118
16119         0.4.99claws8
16120
16121         * sync with sylpheed 0.4.99cvs8
16122
16123 2001-06-08 [sergey]
16124
16125         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16126         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16127
16128 2001-06-08 [paul]
16129
16130         0.4.99claws7
16131
16132         * sync with sylpheed 0.4.99cvs7
16133
16134 2001-06-06 [sergey]
16135
16136         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16137         clashes with autogenerated header).
16138         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16139         * src/Makefile.am: added quote_fmt.h.
16140         * src/.cvsignore: added lex/yacc autogenerated files
16141         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16142
16143 2001-06-06 [paul]
16144
16145         0.4.99claws6
16146
16147         * sync with sylpheed 0.4.99cvs6
16148
16149 2001-06-06 [hoa]
16150
16151         * added src/quote_fmt_parse.h
16152         * src/compose.c
16153                 removed warnings
16154
16155         * src/prefs.[ch]
16156                 don't modify readonly configuration files
16157
16158         * src/prefs_account.c
16159         * src/prefs_common.c
16160         * src/prefs_customheader.c
16161         * src/prefs_display_header.c
16162         * src/prefs_filter.c
16163         * src/prefs_filtering.c
16164         * src/prefs_scoring.c
16165                 don't open dialog box when configuration files
16166                 are readonly
16167
16168 2001-06-05 [sergey]
16169
16170         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16171
16172         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16173         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16174         BUILT_SOURCES to make all files rebuild properly.
16175
16176         * src/compose.c: removed #include "quote_fmt.tab.h".
16177
16178         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16179         CHARACTER value in yylval.
16180
16181         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16182         receive CHARACTER value by documented means (yylval).
16183
16184         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16185
16186 2001-06-05 [hoa]
16187
16188         * src/Makefile.am
16189                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16190
16191         * src/filtering.c
16192         * src/matcher.c
16193         * src/matcher.h
16194         * src/prefs_filtering.c
16195                 now keep the configuration for execute action
16196
16197         * src/mbox_folder.c
16198                 fixed a warning
16199
16200 2001-06-05 [paul]
16201
16202         * sync with sylpheed 0.4.99cvs5
16203
16204 2001-06-05 [hoa]
16205
16206         * src/Makefile.am
16207                 added quote_fmt.[ch]
16208
16209         * added src/quote_fmt.y
16210         * added src/quote_fmt.l
16211         * added src/quote_fmt.tab.h
16212         * added src/quote_fmt.tab.c
16213         * added src/lex.quote_fmt.c
16214                 parsing configuration for replying
16215                 and forwarding
16216
16217         * src/prefs_common.[ch]
16218                 added configuration UI for replying
16219                 and forwarding
16220
16221         * src/compose.c
16222                 using configuration for replying
16223                 and forwarding
16224
16225 2001-06-04 [hoa]
16226
16227         * src/filtering.c
16228         * src/matcher.c
16229         * src/matcher.h
16230         * src/prefs_filtering.c
16231         * src/prefs_matcher.c
16232         * src/prefs_matcher.h
16233                 action "run a command" for filtering
16234                 and matching with a command.
16235                 fixed the "whole message" matching
16236
16237         * src/mbox_folder.c
16238                 changed temporary filename for security
16239
16240         * src/messageview.c
16241                 queue the notification if it fails to send.
16242
16243         * src/prefs_common.c
16244         * src/prefs_folder_item.c
16245                 changed the default important score             
16246
16247         * src/prefs_scoring.c
16248         * src/scoring.c
16249                 hide kill score input when the folder is not
16250                 a newsgroup
16251
16252 2001-06-03 [alfons]
16253
16254         * src/prefs_common.c:
16255
16256                 (prefs_font_select): pass font name in font entry box to font
16257                 selection dialog.
16258
16259 2001-06-03 [sergey]
16260
16261         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16262
16263 2001-06-03 [paul]
16264
16265         * sync with sylpheed 0.4.99cvs4
16266
16267 2001-06-03 [alfons]
16268
16269         * src/headerwindow.c:
16270
16271                 (headerwindow_show_cb): use the selected summary view item, not
16272                 the displayed item.
16273
16274 2001-06-02 [alfons]
16275
16276         * src/headerwindow.c:
16277
16278                 (headerwindow_show_cb): always try to show msginfo
16279
16280 2001-06-02 [hoa]
16281
16282         * src/compose.c
16283                 keep attached parts when reediting or forwarding.
16284
16285 2001-06-01 [hoa]
16286
16287         * src/folderview.c
16288         * src/prefs_folder_item.[ch]
16289         * src/prefs_scoring.[ch]
16290         * src/scoring.[ch]
16291         * src/summaryview.[ch]
16292         * src/main.c
16293         * src/mainwindow.c
16294         * src/prefs_common.[ch]
16295                 support for folder scoring
16296                 kill score and important score for messages
16297         
16298         * src/prefs_account.c
16299                 some display bug fixed for local account
16300                 preferences
16301
16302 2001-05-31 [alfons]
16303
16304         * src/summaryview.c:
16305
16306                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16307                 sender to address book menu item is disabled.
16308
16309 2001-05-30 [hoa]
16310
16311         * src/filtering.[ch]
16312         * src/summaryview.c
16313                 handling summary menu / filter messages
16314
16315         * src/folder.[ch]
16316                 add some stuff
16317
16318         * src/foldersel.c
16319                 imap folders now appears in list
16320
16321         * src/mbox_folder.c
16322                 doesn't crash if destination mail is not writeable
16323
16324 2001-05-29 [hoa]
16325
16326         * src/compose.c
16327                 removed some warnings
16328
16329         * src/filtering.c
16330         * src/folder.[ch]
16331         * src/prefs_filtering.c
16332                 global string to identify any folders           
16333                 removed some debug info
16334                 filtering to mbox folders is now possible
16335
16336         * src/mainwindow.c
16337                 removed some warnings
16338
16339         * src/mbox_folder.c
16340                 permission on files are changed to read/write for user only,
16341                 nothing for other.
16342                 creation of subfolder is handled better.
16343
16344 2001-05-28 [alfons]
16345
16346         Verified the sync for src/prefs_common.[ch] and
16347         src/prefs_account.[ch]. I believe there were some
16348         minor indentation differences.
16349
16350 2001-05-28 [paul]
16351
16352         0.4.99claws3
16353
16354         * sync with 0.4.99cvs3
16355
16356 2001-05-28 [hoa]
16357
16358         * src/compose.c
16359                 handling flags for mbox format
16360
16361         * src/filtering.c
16362                 use of mark file only for MH format
16363                 handling flags for mbox format
16364                 filtering cannot yet move or copy mails to mbox folders.
16365
16366         * src/folder.[ch]
16367                 changed move_msg, copy_msg,
16368                 move_msgs_with_dest, copy_msgs_with_dest functions
16369                 uses only folder->copy_msg() function
16370                 uses folder->finished_copy() to handle the destination
16371                 folder at the end of the copy or move operation.
16372
16373         * src/foldersel.c
16374                 included mbox directories.
16375
16376         * src/folderview.[ch]
16377         * src/mainwindow.c
16378                 handle folders operation for mbox format
16379
16380         * src/mbox.c
16381                 disable conversion of "From " header
16382
16383         * src/mbox_folder.[ch]
16384                 completion of mbox format handling
16385
16386         * src/mh.c
16387                 changed mh_copy_msg() function and
16388                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16389                 mh_copy_msgs_with_dest()
16390
16391         * src/prefs_filtering.c
16392                 removed some warnings
16393
16394         * src/prefs_matcher.c
16395                 default boolean operation is AND
16396
16397         * src/procheader.c
16398                 handling flags for mbox format
16399                 handling of "From " header
16400
16401         * src/procmsg.[ch]
16402                 removed data field
16403                 added MSG_REALLY_DELETED flags to handle deletion of
16404                 messages in mbox format.
16405
16406         * src/summaryview.c
16407                 handling flags for mbox format
16408                 disable the MSG_DELETED flags when messages
16409                 are deleted in mbox format
16410
16411         * src/textview.c
16412                 "From " headers display fixed.
16413
16414 2001-05-27 [alfons]
16415
16416         * src/textview.c:
16417                 
16418                 (get_email_part): skip quoted email addresses, like in e.g.
16419                 "'alfons@proteus.demon.nl'".
16420
16421 2001-05-26 [alfons]
16422
16423         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16424         and fixing the persistence troubles when using separate windows.
16425
16426         * src/mainwindow.c:
16427         
16428             Added #define SEPARATE_ACTION used in the gtk item factory for 
16429             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16430                 use gtk_item_factory_get_widget_by_action() to get the items.
16431                 
16432             Removed separate_widget_cb from the gtk item factory data   
16433           
16434             (mainwindow_create): connect separate_widget_cb() to check
16435             menu item "toggled" signal. also passing a MainWindow pointer
16436                 as object data for both check menu items.
16437                 
16438             (separate_widget_cb): definition of separate_widget_cb() to match
16439             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16440                 window using gtk_object_get_data(). The type of window separation 
16441                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16442         
16443         * src/prefs_filtering.c,
16444           src/prefs_matcher.c: added horizontal scrollbars
16445
16446 2001-05-25 [darko]
16447
16448         * src/headerview.c
16449                 fix segfault with invalid bold font
16450         * src/summaryview.c
16451                 correctly display summary stats after row is marked
16452
16453 2001-05-23 [sergey]
16454
16455         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16456         encodings with libjconv.
16457
16458 2001-05-23 [hoa]
16459
16460         * src/Makefile.am
16461                 added mbox_folder.[ch]
16462         * src/defs.h
16463                 mbox temporary folder
16464         * src/folder.[ch]
16465         * added src/mbox_folder.[ch]
16466         * src/folderview.c
16467         * src/procheader.[ch]
16468                 added mbox support
16469         * src/mbox.c
16470                 bugfix for file incorporation filtering
16471         * src/imap.c
16472                 enable creation of MBOX
16473         * src/prefs_display_header.c
16474                 enable use of headers like "From "
16475                 something that should be fixed :
16476                         displaying of such headers add an extra space
16477         * src/prefs_folder_item.c
16478                 don't create folders because it is not necessary
16479         * src/procmsg.h
16480                 added data field to MsgInfo for mbox internal use
16481         * src/summaryview.c
16482                 added some support for mbox
16483         * src/utils.[ch]
16484                 added get_mbox_cache_dir() function
16485
16486 2001-05-23 [hiroyuki]
16487
16488         * src/headerwindow.c
16489           src/inc.c
16490           src/main.c
16491           src/mh.c
16492           src/nntp.c
16493           src/procmsg.h
16494           src/session.h
16495           src/socket.[ch]
16496           src/summaryview.c
16497           src/textview.c
16498           src/automaton.c
16499           src/folderview.c: more sync with 0.4.99cvs2.
16500
16501         * src/headerwindow.c: reverted.
16502
16503 2001-05-22 [paul]
16504
16505         0.4.99claws2
16506
16507         * sync with sylpheed 0.4.99cvs2
16508                 * src/news.[ch]
16509                 * src/nntp.[ch]
16510                 * INSTALL
16511                 * INSTALL.jp
16512
16513 2001-05-22 [alfons]
16514
16515         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16516
16517 2001-05-21 [alfons]
16518
16519         Minor things:
16520
16521         * configure.in: if gnome-config not found, "no" is displayed
16522         
16523         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16524
16525         * src/textview.c: now also possible to add mail addresses by right
16526           clicking in the text view
16527
16528         * src/codeconv.c: merged patch which fixes endless loop when encountering
16529           invalid wide characters; from Alte <010@imis.ru>  
16530
16531 2001-05-20 [alfons]
16532
16533         Added installation of gnome specific things:
16534
16535         * Makefile.am: gnome conditional
16536
16537         * configure.in: check for installed gnome
16538
16539         * added sylpheed.png, sylpheed.desktop
16540
16541 2001-05-20 [sergey]
16542
16543         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16544
16545         * src/mainwindow.h (main_window_toolbar_create): created a button
16546         for "Reply to all".
16547         (main_window_set_toolbar_sensitive): enable/disable the new button
16548         appropriately.
16549         (toolbar_reply_to_author_cb): handle the new button.
16550
16551         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16552         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16553         failure).
16554
16555 2001-05-19 [sergey]
16556
16557         * src/compose.h (ComposeReplyMode): new modes
16558         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16559         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16560
16561         * src/compose.c
16562         (compose_send): move some code into a new function:
16563         (compose_current_mail_account): new function.
16564         (compose_reply): new argument to_author, all callers changed; if
16565         to_author==TRUE and account->protocol==A_NNTP, find and use an
16566         appropriate mail account for replying.
16567         (compose_reply_set_entry): new argument to_author; ignore
16568         compose->replyto if to_author==TRUE.
16569
16570         * src/mainwindow.c: new command "Message/Reply to author".
16571         (main_window_set_menu_sensitive): enable/disable it.
16572         (reply_cb): handle it.
16573
16574         * src/summaryview.c: new command "Reply to author".
16575         (summary_set_menu_sensitive): enable/disable it.
16576         (summary_reply_cb): handle it.
16577
16578         * src/account.c (account_find_mail_from_address): new function.
16579
16580 2001-05-18 [paul]
16581
16582         0.4.99claws1
16583
16584         * sync with sylpheed 0.4.99cvs1
16585
16586 2001-05-18 [hoa]
16587
16588         * src/compose.[ch]
16589         * src/filtering.c
16590         * src/summaryview.c
16591                 new filtering action : forward and forward as attachment
16592
16593         * src/main.c
16594                 no need for $DISPLAY when we run sylpheed --help
16595                 call to parse_cmd_opt() is moved
16596
16597         * src/mainwindow.[ch]
16598                 execute button is hidden when immediate execute
16599                 is chosen
16600
16601         * src/mh.c
16602         * src/news.c
16603         * src/prefs_folder_item.c
16604         * src/procmsg.c
16605                 better handling of missing directories
16606
16607         * src/summaryview.c
16608                 reedit is enabled in outbox
16609                 reedit is enabled in queue
16610
16611 2001-05-17 [hoa]
16612
16613         * src/filtering.c
16614         * src/matcher.[ch]
16615         * src/prefs_filtering.c
16616                 changed attachement into attachment
16617
16618 2001-05-17 [alfons]
16619
16620         0.4.67claws4    
16621
16622         * sync with sylpheed 0.4.67cvs9
16623         * sync with sylpheed 0.4.67cvs7-8
16624
16625 2001-05-17 [hoa]
16626
16627         * src/Makefile.am
16628                 added prefs_filtering.c
16629
16630         * src/filtering.[ch]
16631         * src/matcher.[ch]
16632                 removed action : forward_news and forward_news_as_attachement
16633                 (forward and forward_as_attachement can be used instead)
16634
16635         * src/mainwindow.c
16636                 added menu option to access filtering configuration
16637
16638         * src/prefs_account.c
16639                 changed mail_command default to /usr/sbin/sendmail
16640
16641         * added src/prefs_filtering.[ch]
16642                 dialog box for filtering configuration
16643
16644         * src/prefs_matcher.c
16645                 added function prefs_matcher_get_criteria_from_matching()
16646
16647         * src/prefs_scoring.c
16648                 reset the dialog when register or substitute is clicked
16649
16650 2001-05-15 [hoa]
16651
16652         * src/Makefile.am
16653                 added filtering.[ch]
16654         * src/inc.c
16655                 using filering.[ch] instead of filter.[ch]
16656         * src/main.c
16657                 reading new filtering configuration
16658         * src/matcher.[ch]
16659                 added some filtering actions
16660                 and fixed a bug for headers and mail body matching
16661         * src/mbox.c
16662                 using filering.[ch] instead of filter.[ch]
16663         * src/mh.c
16664                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16665         * src/summaryview.c
16666                 some fixes for filtering
16667
16668 2001-05-14 [hiroyuki]
16669
16670         * src/send.c: fixed some weird indentations.
16671           send_message_with_command(): call pclose() only if p != NULL.
16672         * src/textview.c: get_email_part(): modified the code for readability.
16673
16674 2001-05-14 [hiroyuki]
16675
16676         * src/md5global.h
16677           src/md5ify.c
16678           src/md5ify.h: removed from the cvs.
16679
16680 2001-05-13 [sergey]
16681
16682         * src/main.c: include rfc2015.h to avoid compiler warnings.
16683         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16684         the panel is already on screen.
16685         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16686         closing the alert window by ESC as "No".
16687         * src/prefs_common.c (prefs_interface_create): moved return
16688         receipt check button to the correct place.
16689
16690 2001-03-13 [alfons]
16691
16692         * src/prefs_common.c: 
16693                 moved return receipt check button to the Send tab. (prefs_send_create)
16694                 removed the date format ui related globals. (prefs_display_create)
16695
16696         0.4.67claws3
16697         
16698         * sync with sylpheed 0.4.67cvs5-6
16699
16700 2001-05-13 [paul]
16701
16702         * added Alfons' font selection patch
16703
16704         * src/defs.h
16705         * src/headerwindow.c
16706         * src/prefs_common.c
16707         * src/prefs_common.h
16708
16709 2001-05-13 [hoa]
16710         * src/defs.h
16711                 changed version of cache
16712         * src/matcher.[ch]
16713         * src/prefs_matcher.c
16714                 added additionnal matching criteria
16715         * src/procheader.c
16716         * src/procmsg.[ch]
16717         * src/news.c
16718                 added references in MsgInfo
16719
16720 2001-05-12 [hoa]
16721
16722         * src/defs.h
16723                 prepared some things for new filtering
16724         * src/matcher.[ch]
16725                 added some matching properties
16726                 inreplyto need to be enhanced
16727                 prepared some things for new filtering
16728         * src/messageview.c
16729                 added Return-Receipt-To handling
16730         * src/prefs_folder_item.c
16731                 changed default value to TRUE
16732         * src/prefs_matcher.c
16733                 added some matching properties
16734         * src/prefs_scoring.[ch]
16735                 the scoring dialog is finished
16736         * src/procheader.c
16737                 added Return-Receipt-To handling
16738                 Reference need to be added
16739         * src/procmsg.[ch]
16740                 added Return-Receipt-To handling
16741                 added threadscore to get a better score sorting when
16742                 threads are enabled
16743         * src/summaryview.c
16744                 suppressed a bug when we sort the list
16745                 when no folder is opened.
16746                 better score sorting when threads are enabled
16747
16748 2001-05-12 [alfons]
16749
16750         * reverted previous patch because of potential errors 
16751
16752         0.4.67claws2
16753         
16754         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16755                 applied "toggle mail-retrieval dialog window" patch submitted 
16756                 by Eric Limpens <eric@qnt.net>
16757
16758         * sync with sylpheed 0.4.67cvs4
16759
16760 2001-05-12 [sergey]
16761
16762         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16763         some picky compilers.
16764         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16765         * src/grouplist_dialog.c: include alertpanel.h.
16766         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16767         fix compile warning.
16768         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16769         #include "defs.h" before others to prevent the warning of `MIN'
16770         and `MAX' redefinition.
16771
16772 2001-05-11 [hoa]
16773
16774         * src/main.c
16775         * src/messageview.c
16776         * src/prefs_account.c
16777         * src/prefs_display_header.c
16778                 removed warning
16779         * src/Makefile.am
16780                 added prefs_scoring.[ch]
16781         * src/grouplist_dialog.c
16782                 display an error dialog box if the group list
16783                 cannot be fetched.
16784         * src/mainwindow.[ch]
16785                 added main_window_set_thread_option() function
16786                 scoring dialog box enabled
16787         * src/matcher.[ch]
16788                 added flags matching unread /new / marked
16789                 / deleted / replied / forwarded
16790         * src/news.c
16791                 newsgroups are now finally in newscache
16792         * src/prefs_matcher.[ch]
16793                 finished preferences for matching dialog
16794         * added src/prefs_scoring.[ch]
16795                 scoring dialog box completed
16796         * src/scoring.[ch]
16797                 conversion to string : added scoringprop_to_string()
16798                 write config for preferences :
16799                 added prefs_scoring_write_config()
16800         * src/summaryview.c
16801                 threads can be enabled/disabled independently
16802                 for each folder
16803
16804 2001-05-10 [alfons]
16805
16806         0.4.67claws1
16807         
16808         * AUTHORS: 
16809                 thought it would be nice to have a list of all
16810                 contributors (used Changelog as a reference)
16811         
16812         * configure.in: 
16813                 messed up version numbering...
16814
16815         0.4.66claws1
16816
16817         * sync with sylpheed 0.4.67cvs1-3
16818
16819 2001-05-10 [darko]
16820
16821         * src/prefs_common.c:
16822                 better UI for strftime format, double clicking
16823                 on format now inserts the format in text entry
16824                 replaced close button with standard OK/Cancel
16825                 moved date format button to the right of the
16826                 text entry field
16827
16828 2001-05-09 [alfons]
16829
16830         * src/gtkstext.c:
16831                 Ctrl-Home / Ctrl-End have proper cursor navigation
16832
16833 2001-05-09 [hoa]
16834
16835         * src/prefs_matcher.c
16836                 finished UI to define matching properties
16837                 added ok and cancel button
16838         * src/prefs_filter.c
16839                 added ok and cancel button
16840         * src/news.c
16841                 fixed some bug in xhdr parsing
16842
16843 2001-05-08 [alfons]
16844
16845         * src/textview.c: 
16846                 fixed a bug in textview_show_header(), which displayed two colons (':');
16847                 cleaned up some warnings
16848
16849 2001-05-08 [hoa]
16850
16851         * src/Makefile.am
16852                 added prefs_matcher.[ch]
16853                 compilation with -W -Wall
16854         * src/alertpanel.c
16855                 ungrab the mouse events if grabbed - does it
16856                 fix the bug for disposition notification ?
16857         * src/mainwindow.c
16858                 added a menu option to open the matching dialog.
16859         * src/matcher.[ch]
16860                 added matcherprop_to_string() and matcherlist_to_string()
16861                 fixed some bugs, changed the name of some options
16862                 age_sup and age_inf becomes age_greater and age_lower,
16863                 body and messageheaders becomes body_part and headers_part,
16864                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16865         * src/prefs_display_header.c
16866         * src/prefs_headers.c
16867                 fixed a bug that accidentally destroyed dialogs
16868                 when closed them with delete_event
16869                 Added *_deleted() which handle delete_event signal correctly.
16870         * src/prefs_folder_item.[ch]
16871                 added "enable_thread" field for future customization
16872         * added src/prefs_matcher.[ch]
16873                 sample of the UI to define matching properties
16874         * src/procheader.c
16875                 using procheader_headername_equal instead of str*cmp functions
16876                 using procheader_parse_header() function
16877         * src/scoring.c
16878                 using MATCHING_XXX instead of SCORING_XXX
16879         * src/summaryview.c
16880                 display the sender of the news even if this is ourself
16881                 when this is a news message.
16882         * src/textview.c
16883                 using headername_equal() instead of str*cmp functions
16884
16885 2001-05-08 [alfons]
16886
16887         0.4.66claws
16888
16889         * sync with sylpheed 0.4.66
16890         * src/gtkstext.c: trace logs added 
16891
16892 2001-05-08 [sergey]
16893
16894         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16895         signature check popup.
16896         * src/rfc2015.c (check_signature): show signature check popup only
16897         if it is enabled in preferences.
16898
16899 2001-05-07 [alfons]
16900
16901         0.4.66claws4
16902         
16903         * sync with sylpheed 0.4.66cvs6
16904
16905 2001-05-07 [darko]
16906
16907         * src/prefs_common.[ch]: added option to enable/disable
16908           looking up sender name in address book for summary pane
16909         * src/summaryview.c: look up sender in the address book
16910           by using Alfons' address completion code
16911
16912 2001-05-07 [hiroyuki]
16913
16914         * src/inc.h
16915           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16916           member of Pop3State.
16917         * src/news.c: brought #include "defs.h" before #include <glib.h>
16918           to prevent the warning of `MIN' and `MAX' redefinition.
16919
16920 2001-05-06 [hoa]
16921
16922         * removed src/headers_display.[ch]
16923         * removed src/prefs_display_headers.[ch]
16924         * src/inc.c
16925                 use a temporary file in the user directory for mbox import
16926         * src/news.c
16927                 added XHDR support to get "To" and "Cc" headers
16928                 (in order to match news with to or cc field for
16929                 scoring)
16930                 added function news_parse_xhdr() to get XHDR response
16931         * src/nntp.[ch]
16932                 added function nntp_xhdr()
16933         * src/matcher.c
16934                 fetch the message if necessary
16935
16936 2001-05-06 [alfons]
16937
16938         0.4.66claws3
16939
16940         * sync with sylpheed 0.4.66cvs3-5
16941
16942 2001-05-06 [hoa]
16943
16944         * src/utils.[ch]
16945                 added function itos_buf() to enable use of several buffers
16946         * src/summaryview.c
16947                 use of itos_buf() instead of itos() in summary list
16948                 to fix the broken display of message number.
16949
16950 2001-05-06 [alfons]
16951
16952         * src/gtkstext.c: bug in cursor up navigation fixed,
16953                 fixed another unsigned / signed comparison (we're getting there :-)
16954
16955 2001-05-06 [hoa]
16956
16957         * src/Makefile.am
16958                 added scoring.c scoring.h
16959                 prefs_folder_item.c prefs_folder_item.h
16960                 matcher.c matcher.h
16961         * src/defs.h
16962                 added FOLDERITEM_RC SCORING_RC
16963         * src/folder.[ch]
16964                 added prefs field in FolderItem :
16965                 properties for each folder (PrefsFolderItem),
16966                 sorting type and mode were added as the first properties.
16967         * src/main.c
16968                 read config for scoring
16969         * added src/matcher.[ch]
16970                 gives functions to parse configuration file to do
16971                 matching on mails with a list of conditions.
16972         * src/mainwindow.c
16973                 add option to sort by score
16974         * src/prefs_common.[ch]
16975                 added preference option to show score and for
16976                 the score column size
16977         * added src/prefs_folder_item.[ch]
16978                 properties for each folder (PrefsFolderItem),
16979                 sorting type and mode were added as the first properties.
16980         * src/procheader.[ch]
16981                 added procheader_parse_header()
16982                 added procheader_header_free()
16983                 added procheader_headername_equal()
16984                 and made modification to use them.
16985         * src/procmsg.[ch]
16986                 added score field to MsgInfo structure
16987         * added src/scoring.[ch]
16988                 gives functions to parse configuration file to do
16989                 scoring on mails with a list of conditions.
16990         * src/summaryview.[ch]
16991                 save the sorting type and mode for the folder
16992                 added column to display the score of the mail
16993                 added function summary_score_clicked()
16994                 sorting type and mode are restored to the folder
16995                 when it is reopen
16996         * src/textview.c
16997                 use procheader_parse_header(), procheader_headername_equal()
16998                 removed memory leak in text_scan_header when freeing headers
16999         * src/filter.c
17000                 changed the function to match names of headers
17001                 using procheader_headername_equal()
17002
17003         Scoring functions are implemented, an interface is needed
17004         to configure that.
17005
17006 2001-05-04 [alfons]
17007
17008         * src/gtkstext.c: 
17009                 hopefully fixed the row up navigation bug,
17010                 removed adding back / forward lines to cache
17011
17012 2001-05-04 [sergey]
17013
17014         * src/prefs_display_headers.c: user interface changes:
17015         (prefs_display_headers_create): remove unused "Show" check button;
17016         allow reordering of headers by dragging.
17017         (prefs_display_headers_write_config): remove unused variables.
17018         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17019         of lists (not needed with the new UI).
17020         (prefs_display_headers_set_list): scan lists starting from row 0,
17021         not 1 (do not skip "(New)").
17022         (prefs_display_headers_find_header): new function.
17023         (prefs_display_headers_clist_set_row): do not allow duplicates.
17024         (prefs_display_headers_delete_cb): do not skip row 0; treat
17025         closing the alert window by ESC as "No".
17026         (prefs_display_headers_up): do not protect row 0.
17027         (prefs_display_headers_down): do not protect row 0.
17028
17029 2001-05-04 [sergey]
17030
17031         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17032         functions.
17033
17034         * src/summaryview.c
17035         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17036         summary_select_next_marked, summary_select_prev_marked): new
17037         functions.
17038
17039 2001-05-03 [sergey]
17040
17041         * src/news.c: fixed a bug when no article can be fetched after
17042         server timeout if the connection was restored by news_post():
17043         (news_select_group): new function.
17044         (news_fetch_msg): call news_select_group() before fetching
17045         article.
17046         (news_get_uncached_articles): set session->group after successful
17047         GROUP command.
17048
17049 2001-05-03 [hoa]
17050
17051         * src/defs.h
17052         * src/procmsg.[ch]
17053         * src/procheader.c
17054                  changed version of cache, added cc field
17055
17056         * src/prefs_display_headers.c
17057                 the interface was changed
17058
17059         * src/prefs_headers.c
17060                 added cancel button
17061
17062 2001-05-03 [alfons]
17063
17064         * completed sync of sylpheed cvs2
17065         * src/gtkstext.c: updated row up / down cursor navigation
17066         * src/textview.c: re-edited, prepared for fixing the email address
17067                 scanner.
17068
17069 2001-05-03 [darko]
17070
17071         * src/prefs_common.c: use alfons' strftime ui code
17072         entry_datefmt and datefmt_sample widgets have to be
17073         global in this module because of this change
17074
17075 2001-05-03 [hoa]
17076
17077         * src/messageview.c
17078         * src/prefs_common.[ch] added option to activate the return receipt
17079                 feature.
17080
17081 2001-05-02 [alfons]
17082
17083         * src/gtkstext.c: fix for row up/down cursor navigation. 
17084
17085         0.4.66claws2
17086         
17087         * sync with 0.4.66cvs2
17088
17089 2001-05-02 [paul]
17090
17091         added add-sender-to-addressbook patch
17092
17093         * src/addressbook.c
17094         * src/addressbook.h
17095         * src/summaryview.c
17096
17097 2001-05-02 [sergey]
17098
17099         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17100         G_ALERTDISABLE.
17101
17102         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17103         all existing callers changed to pass FALSE; create a check button
17104         to disable the message.
17105         (alertpanel_message_with_disable): new function.
17106         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17107         (alertpanel_button_toggled): new function.
17108         (alertpanel_button_clicked, alertpanel_close): set value using
17109         G_ALERT_VALUE_MASK.
17110
17111         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17112
17113         * src/prefs_common.c (prefs_privacy_create): new check button
17114         checkbtn_gpgme_warning.
17115
17116         * src/main.c (main): moved preferences reading before gpgme
17117         initialization; check prefs_common.gpgme_warning before giving the
17118         GnuPG warning and set it to FALSE if the user wants to disable the
17119         warning.
17120
17121 2001-05-02 [hiroyuki]
17122
17123         * src/prefs_display_headers.c: modified the layout and some labels.
17124
17125 2001-05-02 [sergey]
17126
17127         * src/prefs_account.c (prefs_account_fix_size): new function.
17128         (prefs_account_create): call prefs_account_fix_size(); use
17129         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17130         size when the window is shown for the first time).
17131         (prefs_account_basic_create): changed layout of serv_table; moved
17132         localmbox_entry above smtpserv_entry (logically it replaces
17133         POP3/IMAP server).
17134         (prefs_account_protocol_activated): set sensitivity of
17135         nntpauth_chkbtn according to the protocol (in addition to
17136         hide/show); commented out gtk_table_set_row_spacing() calls.
17137         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17138         not sensitive (fixes a bug with disabled username/password boxes
17139         when editing POP3 account after NNTP with authentication).
17140
17141 2001-05-02 [hoa]
17142
17143         * src/account.c
17144         * src/inc.c
17145         * src/prefs_account.[ch]
17146         * src/send.c
17147                 removed local account without SMTP server
17148                 added option to use mail command instead of a connexion
17149                 to SMTP server when a local account is used
17150         * src/prefs_headers.c
17151                 fixed a bug
17152         * src/news.c
17153                 fixed a bug when connexion immediately closed
17154
17155 2001-05-01 [alfons]
17156
17157         0.4.66claws1
17158         
17159         * sync with 0.4.65
17160
17161 2001-05-01 [sergey]
17162
17163         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17164         widget nntpauth_chkbtn.
17165         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17166         visibility.
17167         (prefs_account_nntpauth_toggled): new function.
17168
17169         * src/news.c (news_session_new_for_folder): use NNTP
17170         authentication only if ac->use_nntp_auth is set.
17171
17172 2001-05-01 [hoa]
17173
17174         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17175         * src/prefs_display_headers.c changed the UI
17176         * src/prefs_headers.c changed account_name to account_id
17177         * src/compose.c using customheader.h
17178
17179 2001-05-01 [hiroyuki]
17180
17181         * src/esmtp.c
17182           src/news.c
17183           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17184           unsynched.
17185
17186 2001-05-01 [hoa]
17187
17188         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17189         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17190                 for displaying of headers
17191         * src/grouplist_dialog.[ch] minor changes to remove warnings
17192         * src/prefs_display_headers.[ch] dialog to choose the
17193         headers to display in the mail viewer.
17194         * src/headers.h correction of #define
17195         * src/headers_display.[ch] configuration for displaying of headers.
17196         * src/main.c read config of displaying of headers
17197         * src/prefs_common.c add a button to access the config dialog
17198                 for displaying of headers
17199         * src/prefs_display_headers.[ch] dialog for configuration for
17200                 displaying of the headers.
17201         * src/prefs_headers.c cleaning of code
17202         * src/procheader.c comments added to code
17203         * src/textview.c changes to reorder the headers depending
17204                 on the config for displaying of headers
17205
17206 2001-04-30 [alfons]
17207
17208         0.4.65claws7
17209
17210         * sync with 0.4.65cvs12
17211
17212         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17213
17214 2001-04-30 [sergey]
17215
17216         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17217
17218         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17219         is set to force reconnection after authentication failure.
17220         (nntp_gen_command): set sock->auth_failed on authentication
17221         failure, or if sock->userid and sock->passwd are not set.
17222
17223         * src/news.c (news_session_new_for_folder): set userid=NULL if
17224         password dialog is cancelled.
17225
17226 2001-04-30 [sergey]
17227
17228         * src/nntp.h (NNTPSockInfo): new type.
17229
17230         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17231         SockInfo.
17232         (nntp_open_auth, nntp_close): new functions.
17233         (nntp_gen_command): new function to handle authentication; all
17234         NNTP command functions updated to use it.
17235         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17236         (nntp_list): removed old useless code.
17237
17238         * src/news.h (NNTPSession): new field nntp_sock.
17239
17240         * src/news.c: all functions updated to use NNTPSockInfo instead of
17241         SockInfo.
17242         (news_session_new): new arguments (userid, passwd); made static;
17243         use nntp_open_auth() if needed.
17244         (news_session_destroy): use nntp_close() instead of sock_close().
17245         (news_query_password): changed arguments.
17246         (news_session_new_for_folder): new function.
17247         (news_session_get): use news_session_new_for_folder().
17248         (news_authenticate): deleted.
17249         (news_get_uncached_articles): removed old authentication code.
17250
17251 2001-04-30 [sergey]
17252
17253         * src/news.c: reverted my previous changes (need to do NNTP
17254         authentication in a cleaner way).
17255         
17256 2001-04-29 [sergey]
17257
17258         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17259         news_nntp_post, news_nntp_mode): new functions (wrappers with
17260         authentication support).
17261         (news_get_article_cmd, news_get_article, news_get_header): new
17262         argument "folder"; all callers changed.
17263         (news_get_article_cmd): added authentication support.
17264         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17265         (news_post): use news_nntp_post() instead of nntp_post().
17266         (news_get_uncached_articles): use news_nntp_group() instead of
17267         nntp_group() and news_nntp_xover() instead of nntp_xover();
17268         removed old authentication code.
17269         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17270
17271         * src/nntp.c (nntp_list): return real error code instead of
17272         hardcoded NN_ERROR.
17273
17274 2001-04-29 [sergey]
17275
17276         * configure.in: fixed wint_t typedef detection again
17277
17278 2001-04-28 [hoa]
17279
17280         * src/prefs_account.[ch], added A_LOCAL_CMD
17281                 (send mail with mail command)
17282         * src/send.c added function send_message_with_command()
17283         * src/inc.c made a more secure get_spool() function with
17284                 mktemp() but maybe mkstemp() or something more
17285                 secure can be used.
17286
17287 2001-04-28 [alfons]
17288
17289         * src/textview.c, colorization of email addresses in headers
17290
17291         0.4.65claws6
17292
17293         * bug sync with sylpheed
17294         * prefs_common.c: created date format ui for darko
17295         * sync with 0.4.65cvs11
17296         * configure.in: corrected to have the new gpg checks
17297
17298 2001-04-27 [alfons]
17299
17300         * completed sync with 0.4.65cvs10
17301         * minor debug things added to gtkstext.c
17302
17303 2001-04-27 [darko]
17304
17305         * configure.in: remove check for availability of
17306           strftime() as advised by Hiroyuki
17307         * src/prefs_common.[ch], src/procheader.c:
17308           synch strftime() code with Hiroyki's main branch
17309
17310 2001-04-26 [sergey]
17311
17312         * src/news.c: news_query_password(), news_authenticate(): new
17313           functions.
17314           news_get_uncached_articles(): added NNTP authentication
17315           handling.
17316         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17317           new functions.
17318         * src/prefs_account.c: prefs_account_protocol_activated():
17319           enable userid and password fields for NNTP.
17320
17321 2001-04-26
17322
17323         * configure.in: check for availability of strftime()
17324           [darko]
17325         * src/prefs_common.[ch], src/procheader.c: use
17326           strftime() for displaying date in summary pane if it
17327           is available
17328
17329 2001-04-25
17330
17331         * more .cvsignore cleanups [alfons]
17332
17333 2001-04-25
17334
17335         * ac/sv-check-type.m4: new autoconf macro.
17336         * configure.in: fixed wint_t typedef detection (did not work
17337           with gcc-2.96).
17338
17339 2001-04-25
17340
17341         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17342           [hiroyuki]
17343
17344 2001-04-24
17345         * modified gtkstext.c : buggy cursor navigation fixed, 
17346           and font descent also taken in account when drawing
17347           cursor. [alfons]
17348
17349 2001-04-24 [hoa]
17350         * added comments in src/news.c src/nntp.c
17351         * added src/prefs_headers.[ch]
17352         * added src/headers.[ch]
17353         * modified compose.c to activate custom headers
17354                 added function is_in_custom_headers
17355         * modified prefs_account.[ch]
17356                 added function prefs_account_customhdr_edit
17357         * modified src/defs.h :
17358                 added HEADERS_RC : name of the config file
17359                 for the custom headers
17360
17361 2001-04-24
17362
17363     0.4.65claws5
17364
17365         * configure.in
17366           src/gtkstext.[ch]
17367           src/compose.c
17368           src/Makefile.am
17369           
17370           added gtkstext with configure.in patch by Hiroyuki which
17371           should fix the XIM detection [alfons]
17372
17373         * more clean up of cvs [alfons]
17374
17375                  * removed all Makefile.in files to attic.
17376
17377                  * updated all .cvsignores to really ignore things that could
17378                    be unintentionally committed by a recursive commit.
17379
17380 2001-04-23 [hoa]
17381         * added src/grouplist_dialog.[ch]
17382         * changed src/folderview.c to call grouplist_dialog instead
17383                 of inputdialog
17384         * src/news.c :
17385                 added functions news_reset_group_list
17386                 and news_get_group_list
17387         * src/nntp.c :
17388                 added function nntp_list
17389         * src/defs.h :
17390                 added GROUPLIST_FILE : name of the newsgroup list cache file
17391
17392 2001-04-21
17393
17394         * added option to warn about queued messages on exit [sergey]:
17395
17396           * src/compose.c: compose_queue(): call folder_item_scan()
17397             and folderview_update_item() after queueing.
17398           * src/folderview.c: folderview_update_node(): draw the queue
17399             folder in bold font if there are queued messages.
17400           * src/mainwindow.c: queued_messages(): new function.
17401             app_exit_cb(): display warning if there are queued messages
17402             if warn_queued_on_exit is set.
17403           * prefs_common.[ch]: add warn_queued_on_exit option.
17404
17405         * enhanced GnuPG key selection support [sergey]:
17406
17407           * src/select-keys.c: updated to newer version from Win32
17408             branch with support for selecting arbitrary keys.
17409           * src/prefs_account.c: added the Privacy tab to the account
17410             options window.
17411             prefs_account_privacy_create(),
17412             prefs_account_sign_key_set_data_from_radiobtn(),
17413             prefs_account_sign_key_set_radiobtn(): new functions.
17414           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17415           * src/rfc2015.c: set_signers(): new function.
17416             pgp_sign(): add the account parameter, call set_signers().
17417             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17418           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17419           * src/compose.c: pass the current account to rfc2015_sign().
17420
17421         * tag name claws added to prevent confusion with main branch [alfons]
17422
17423         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17424
17425         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17426
17427         * sync with recent sylpheed cvs. Untested though. [alfons]
17428